/*--------------------------------------------------------------
# UMAZUMA
--------------------------------------------------------------*/

/*

    font-family: 'Barlow Condensed', sans-serif;
    font-family: 'Roboto', sans-serif;

 */

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #222;
    background-color: #f7f7f7;
}

/*
.container {
    border: 1px solid #eee;
}
*/

main {
    min-height: calc(100vh - 460px);
}

#content.site-content {
    padding-bottom: 50px;
    padding-top: 150px;
}

.home #content.site-content {
    padding-top: 125px;
}

header#masthead {
    margin-bottom: 0;
    padding: .74rem 1rem;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.18);
    height: 115px;
    line-height: 75px;
    background: #fff;
    position: fixed;
    z-index: 5000;
    width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    letter-spacing: .4px;
}

.site-description-header {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 24px;
    color: #222222;
    margin-left: 1vw;
    vertical-align: middle;
    font-weight: 400;
}

.navbar-brand img {
    height: auto;
    max-width: 130px;
}

.form-control:focus {
    color: #495057;
    background-color: #e8efff;
    border-color: #AA4141;
    outline: 0;
    box-shadow: none;
}

.btn-info:hover {
    color: #fff;
    background-color: #AA4141;
    border-color: #AA4141;
}

.btn-info.focus, .btn-info:focus {
    box-shadow: none;
}

.btn-info:not([disabled]):not(.disabled).active, .btn-info:not([disabled]):not(.disabled):active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #AA4141;
    border-color: #10707f;
    box-shadow: none;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

/* -------------------------------------------------- */
/* Menu haut
/* -------------------------------------------------- */

.header-bar-fixed {
    position: relative;
}

.actions-div {
    position: absolute;
    right: 0;
    top: 0;
}

.menu-principal {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 103px;
    z-index: 3;
    width: 375px;
    float: right;
    display: none;
}

.menu-principal .menu-item {
    display: inline-block;
    width: 2.3em;
    padding-right: 0.8em;
    margin-left: 1.2em;
    position: relative;
}

.woocommerce .woocommerce-customer-details address {
    width: 300px;
}

.woocommerce-column--billing-address.col-1 h2 {
    width: 440px !important;

}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: left;
    width: 48%;
    margin-left: 360px;
    display: block;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 h2 {
    width: 440px !important;
}


.complement-cat {
    text-align: initial !important;
}


.alert-vancances {
    text-align: center;
    width: 100%;
    border: 1px solid #C6B389;
    padding: .5rem;
    background: #C6B389;
    color: #5F4C22;
    margin: -15px auto 1rem;
}


@media (max-width: 769px) {
    .menu-principal .menu-item {
        width: 1.9em;
        padding-right: 0.5em;
        margin-left: .7em;
    }
}

.menu-principal .menu-item a {
    width: 100%;
    display: block;
    height: 1.4em;
    background-position: center center;
    background-repeat: no-repeat;
}

.menu-principal .menu-item a#rech {
    background-image: url('/wp-content/themes/espacejapon/img/pictos/picto_recherche.svg');
}

.menu-principal .menu-item a#compte {
    background-image: url('/wp-content/themes/espacejapon/img/pictos/picto_utilisateur.svg');
}

.menu-principal .menu-item a#agenda {
    background-image: url('/wp-content/themes/espacejapon/img/pictos/picto_calendrier.svg');
}

.menu-principal .menu-item a#menu {
    background-image: url('/wp-content/themes/espacejapon/img/pictos/picto_menu.svg');
}

.menu-principal .menu-item a#panier {
    background-image: url('/wp-content/themes/espacejapon/img/pictos/picto_panier.svg');
}

.menu-principal .menu-item a#boutique {
    background-image: url('/wp-content/themes/espacejapon/img/pictos/boutique.png');
    background-size: 65px;
    padding: 0 0 0 65px;
    position: relative;
    left: -30px;
}

.menu-principal .menu-item a#ent {
    background-image: url('/wp-content/themes/espacejapon/img/pictos/ent.png');
    background-size: 34px;
    padding: 0 0 0 34px;
    position: relative;
    left: -20px;
}

.menu-principal .menu-item span {
    display: none;
}

.menu-principal .menu-item #panier span {
    display: block;
    line-height: 2.6em;
    font-size: 0.7em;
    color: #AA4141;
    text-align: center;
    position: absolute;
    width: 2.25em;
    font-weight: bold;
}

.menu-principal .menu-item .fa-shopping-cart {
    display: inline;
    font-size: 1.6em;
    color: #AA4141;
}

.mask {
    width: 350px;
    position: absolute;
    height: 100px;
    z-index: 2;
    background: #fff;
    right: -150px;
}

.search-form {
    position: absolute;
    right: 130px;
    top: 5px;
    z-index: 1;
    opacity: 0;
    -webkit-transform: translateX(230px);
    -moz-transform: translateX(230px);
    -ms-transform: translateX(230px);
    -o-transform: translateX(230px);
    transform: translateX(230px);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    width: 280px;
}

.search-form.active {
    right: 290px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    z-index: 1;
}

.search-submit {
    border-radius: 0;
    background: #AA4141;
    color: #fff;
    border: 0;
}

.search-field {
    border: 0;
    border-bottom: 2px solid #ccc;
    border-radius: 0;
    background: #fafafa;
}

/* -------------------------------------------------- */
/* Panel
/* -------------------------------------------------- */
#menu-activites,
#menu-menu-1 {
    margin: 100px 0 0;
    padding: 0;
    list-style: none;
}

#menu-menu-1 {
    margin-top: 0;
}

#menu-activites > li,
#menu-menu-1 > li {
    padding: 1em 2em;
    font-size: 15px;
    font-weight: 700;

    border-top: 1px solid rgba(0, 0, 0, .2);
    width: 100%;
    display: block;
}

#menu-activites li a,
#menu-menu-1 li a {
    color: #fff;
}

.has-sub .fa-chevron-down {
    float: right;
}

.has-sub .active + ul {
    max-height: 500px;
}

#menu-activites ul,
#menu-menu-1 ul {

    margin: 0;
    padding: 0;
    list-style: none;

}

#menu-activites ul li, #menu-menu-1 ul li {
    padding: .5em 0;
    font-weight: 300;
}

.has-sub ul {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}

/* -------------------------------------------------- */
/* Page accueil
/* -------------------------------------------------- */
.home #content .container {
    max-width: 100%;
    margin: 0;
    padding: 15px;
}

#content {
    background: #fff;
}

.home #content {
    background: inherit;
}

.elementor-element-5db18af, .elementor-element-3eced11, .elementor-element-d413aa6, .elementor-element-6be7c99 {
    background: #fff;
    margin-left: -15px;
    margin-right: -15px;
}

.elementor-col-25 {
    position: relative;
}

#content .lae-posts-carousel .lae-posts-carousel-item .lae-entry-text-wrap .entry-title {
    font-size: 30px;
    text-transform: inherit;
}

.titre-activite {
    padding: 2em 0 2em;
}

.elementor-column-wrap, .elementor-widget-wrap {
    width: 100%;
    position: relative;
    z-index: 0;
}

.titre-activite h3,
.elementor-element-3eced11 h3,
.bloc-bar-bon-cadeau h3,
.bloc-expo-hlm h2,
.bloc-actualites h2 {
    background: #000;
    color: #fff;
    display: inline-block;
    padding: 2px 5px;
    font-size: 25px;
    text-align: left !important;
    clear: both;
    margin: -2px;
    float: left;
}

.elementor-element-3eced11 h3 a {
    color: #fff;
}

.elementor-element-3eced11 .elementor-widget-wrap:hover .elementor-text-editor h3 {
    background: #AA4141;
}

.bloc-expo-hlm h2 {
    font-size: 18px;
}

.bloc-actualites h2 {
    font-size: 20px;
}

.lae-portfolio-wrap .lae-portfolio-header {
    margin-bottom: -10px;
}

.lae-portfolio-wrap .lae-heading {
    font-size: 18px;
    line-height: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    color: #fff;
    margin: 1em 0 0;
}

.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .entry-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
    font-weight: 600;
}

.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image img,
.lae-posts-carousel .lae-posts-carousel-item .lae-project-image img,
.bloc-activites figure img {
    display: block;
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image:hover img,
.lae-posts-carousel .lae-posts-carousel-item .lae-project-image:hover img,
.bloc-activites figure:hover img {
    -webkit-filter: brightness(80%);
    -moz-filter: brightness(80%);
    filter: brightness(80%);
    transform: scale(1.05);
    position: relative;
}

.bloc-expo-hlm .elementor-widget-text-editor {
    margin-bottom: 5px;
}

.bloc-expo-hlm .elementor-row {
    margin-bottom: 4em;
}

.bloc-expo-hlm .entry-summary p {
    height: 70px;
    overflow: hidden;
}

.bloc-newsletter h3 {
    text-align: center;
}

.elementor-element.elementor-button-info .elementor-button {
    background-color: transparent;
    color: #222;
    border: 0;
    float: right;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 14px;
}

.elementor-element-3eced11 .elementor-text-editor {
    z-index: 200;
    position: absolute;
    top: 80px;
    left: 12%;
}

.lae-posts-carousel .lae-posts-carousel-item .hentry {
    background: transparent;
}

.lae-posts-carousel .lae-posts-carousel-item .lae-project-image {
    position: relative;
    overflow: hidden;
    max-height: 400px;
}

.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item h3.entry-title {
    font-size: 24px;
    font-weight: 500;
    margin: 0;
}

.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .entry-summary {
    margin: 10px auto;
    padding: 0;
    font-size: 0.85em;
    line-height: 1.4em;
}

.lae-posts-carousel-item .entry-summary {
    font-size: 0.9em;
    line-height: 1.5em;
}

.bloc-actualites .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .entry-summary {
    font-size: .8em;
    line-height: 1.3em;
}

.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .entry-summary::before {
    display: none;
}

.elementor-element-3eced11 .elementor-text-editor h3 {
    font-size: 18px;
}

.lae-gapless-grid.lae-grid-container, .lae-gapless-grid .lae-grid-container {
    height: 450px !important;
}

.elementor-image-box-wrapper .elementor-image-box-img {
    width: 24vw !important;
    height: 24vw;
    max-width: 250px;
    max-height: 250px;
    left: 0;
    top: 0;
    z-index: -1;
    overflow: hidden;
    border-radius: 50%;
    margin-top: -3em !important;
}

.elementor-element.elementor-button-danger .elementor-button {
    background-color: #000;
}

.bloc-bar-bon-cadeau .elementor-col-50:last-child .elementor-button-link.elementor-button:hover,
.elementor-element.elementor-button-danger .elementor-button:hover {
    background: #AA4141;
}

.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper {
    position: relative;
    height: 400px;
}

.elementor-widget-image-box .elementor-image-box-content {
    width: 80%;
    background: #fff;
    position: absolute;
    top: auto;
    left: 18%;
    text-align: left;
    font-size: 13px;
    line-height: 20px;
    border-left: 2px solid #AA4141;
    padding-left: 9px;
}

.bloc-bar-bon-cadeau {
    min-height: 330px;
    margin-bottom: 4em;
}

.bloc-bar-bon-cadeau .elementor-text-editor {
    position: absolute;
    z-index: 200;
    top: 30px;
    left: 35px;
}

.bloc-bar-bon-cadeau .elementor-element-3af307e::before {
    content: " ";
    width: 42%;
    height: 69%;
    background-image: url('/wp-content/themes/espacejapon/img/pictos/bon_cadeau.svg');
    display: block;
    position: absolute;
    right: 0%;
    top: 10%;
    background-repeat: no-repeat;
}

.bloc-bar-bon-cadeau .elementor-button-link.elementor-button {
    position: absolute;
    top: 140px;
    left: 30px;
    border-radius: 0;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.bloc-bar-bon-cadeau .elementor-col-50:first-child {
    background: url('/wp-content/themes/espacejapon/img/home_bar.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 270px;
    border: 15px solid #fff;
}

.bloc-bar-bon-cadeau .elementor-col-50:last-child {
    background: url('/wp-content/themes/espacejapon/img/fond-clair.png');
    height: 270px;
    border: 15px solid #fff;
    box-shadow: inset 0 0 1px rgba(0, 0, 0, .3);
}

.bloc-bar-bon-cadeau .elementor-col-50:last-child .elementor-button-link.elementor-button {
    background: #000;
}

.elementor-element-6be7c99 {
    padding: 60px 0;
}

.liste-agenda {
    height: 410px;
    overflow: auto;
}

.liste-agenda .fa.fa-cog.fa-spin {
    font-size: 2em;
    margin-top: 2em;
}

.date-act {
    text-align: left;
    margin: 1.3em 2.6em 0.1em;
    text-transform: uppercase;
    font-size: 1.4em;
    position: relative;
}

.date-act::before {
    content: '';
    position: absolute;
    left: -1.4em;
    border-top: 2px solid #fff;
    display: block;
    width: 1em;
    top: 0.6em;
}

.liste-agenda .row {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    padding-bottom: 12px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
    font-size: 1.4em;
    text-align: left;
    padding: .4em .2em .5em;
}

.title-act a {
    color: #fff;
}

.elementor-widget-button {
    z-index: 2000;
}

.subscribe-form {
    text-align: center;
}

.subscribe-form #email {
    width: 50%;
    margin: 0;
    display: inline-block;
    line-height: 2em;
    border: 1px solid #222;
    padding: 2px 10px;
}

.subscribe-form .mailjet-subscribe {
    line-height: 2em;
    border: 1px solid #AA4141;
    padding: 2px 10px;
    background: #AA4141;
    color: #fff;
}

/* -------------------------------------------------- */
/* Footer
/* -------------------------------------------------- */

footer#colophon {
    background: url('/wp-content/themes/espacejapon/img/fond-sombre.png');
    min-height: 230px;
}

footer .container {
    margin-top: 4em;
}

.carte-adresse {
    background: #222;
    padding: 0;
}

.carte-adresse div {
    padding: 0;
    margin: 0;
}

.carte-adresse div.adresse {
    padding: 3em;
    color: #fff;
}

.site-info {
    margin: 2em auto;
    text-align: center;
}

.reseaux-sociaux {
    text-align: center;
    padding-top: 5em;
}

.reseaux-sociaux h2 {
    background: #fff;
    display: inline-block;
    font-size: 2.1em;
    line-height: 1.2em;
    padding: 2px 5px 5px;
    color: #000;
}

footer#colophon .reseaux-sociaux div a.res-linkk {
    color: #fff;
    font-size: 3em;
    margin: 21px 0.5em;
    display: inline-block;
}


.menu-footer {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu-footer li {
    color: #888;
}

/* -------------------------------------------------- */
/* Panel sommaire
/* -------------------------------------------------- */

.sommaire {
    width: 40%;
    background: #AA4141;
    position: fixed;
    top: 0;
    right: -440px;
    max-width: 440px;
    height: 100vh;
    z-index: 10000;
    transition: all .6s;
    overflow: auto;
    padding-bottom: 7rem;
}

.active .sommaire {
    right: 0;
}

.back-sommaire {
    background: #000;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    z-index: 9990;
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    -ms-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
}

.active .back-sommaire {
    height: 100vh;
    width: 100vw;
    opacity: .7;
}

.close-btn {
    width: 1.5em;
    display: block;
    position: absolute;
    right: 1em;
    top: 3em;
    cursor: pointer;
}

.lae-posts-carousel {
    max-width: 100%;
}

.lae-posts-carousel .lae-posts-carousel-item .hentry,
.lae-posts-carousel .lae-posts-carousel-item .hentry:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    height: 540px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

article {
    position: relative;
}

.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-entry-text-wrap, .lae-posts-carousel .lae-posts-carousel-item .lae-entry-text-wrap {
    background: rgba(255, 255, 255, 1);
    width: 95%;
    position: absolute;
    top: 330px;
    left: 5%;
    max-width: 95%;
    text-align: left;
    padding: 20px;
    height: 160px;
    overflow: hidden;
}

.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-entry-text-wrap {
    top: 260px;
}

.actualites .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-entry-text-wrap {
    top: 100px;
}

.elementor-widget.elementor-widget-lae-portfolio {
    height: 450px;
}

.bloc-actualites .elementor-widget.elementor-widget-lae-portfolio {
    height: 330px;
}

.bloc-actualites .elementor-text-editor a {
    background-color: transparent;
    color: #222;
    border: 0;
    float: right;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 14px;
}

.lae-image-info .lae-entry-info {

    top: -999em !important;
}

h3.entry-title {
    text-align: left;
}

.lae-container ul.slick-dots {
    width: 100%;
    position: absolute;
    text-align: center;
    border-color: #fff;
    padding: 0 !important;
    margin: 0 !important;
    top: 300px !important;
}

.lae-container ul.slick-dots li button {
    border-radius: 0;
    width: 25px;
    height: 3px;
    border: 0 !important;
    background: rgba(255, 255, 255, 0.3) !important;
}

.lae-container ul.slick-dots li.slick-active button {
    width: 25px;
    height: 3px;
    background: #fff !important;
}

.agenda {
    background: #C95A56;
    height: 490px;
    margin-bottom: 50px;
    text-align: center;
    color: #fff;
    padding-top: 0;
}

.agenda h2 {
    padding: .5em 0.5em;
    background: #AA4141;
    text-align: left;
    text-transform: uppercase;
    font-size: 2em;
}

/* -------------------------------------------------- */
/* Page standard
/* -------------------------------------------------- */

#content .bandeau-haut {
    position: absolute;
    width: 100%;
    height: 380px;
    top: 115px;
    left: 0;
    background: url('/wp-content/themes/espacejapon/img/fond-clair.png');
}

.post-thumbnail img {
    height: auto;
    max-width: 100%;
    width: 100%;
}

.post-category {
    display: block;
    margin: 1em 0;
    color: #AA4141;
    font-family: 'Barlow Condensed', sans-serif;
}

.post-category a {
    color: #AA4141;
}

.post-category::after {
    content: "";
    border-top: 2px solid #AA4141;
    width: 0.8em;
    margin: 3px 0.4em;
    display: inline-block;
}

.article-content {
    background: #fff !important;
    margin: -6em 0 0 3em;
    z-index: 5;
    position: relative;
    padding: 1em 1.6em;
}

#secondary {
    margin-top: 280px;
}

.no-neg-margin {
    margin: 0;
}

.hor-act {
    color: #720909;
}

/* -------------------------------------------------- */
/* Page produit
/* -------------------------------------------------- */

/* WOOCOMMERCE */

.woo-detail.row {
    width: 100%;
}

.header-prod {
    min-height: 90px;
}

.woo-detail figure {
    margin: 0 0 3em;
    position: relative;
    height: 360px;
    overflow: hidden;
}

.woo-detail figure img {
    width: 100%;
    display: block;
    position: absolute;
    top: 30%;
    left: 50%;
    margin-top: -25%;
    margin-left: -50%;
}

.bloc-resa {
    height: 150px;
    border: 0;
    text-align: center;
    padding: 1.4em 0;
    background: #C95A56;
    color: #fff;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.3em;
    text-transform: uppercase;
    margin-top: 3px;
}

.bloc-resa span {
    display: block;
    width: 100%;
}

.bloc-resa .jour.interligne0 {
    line-height: 1.35em;
}

.bloc-resa .date {
    font-size: 2.3em;
    margin: 14px 0 5px 0;
    height: 0.8em;
    padding: 0;
}

.bloc-resa .date img {
    height: 0.9em;
    margin-top: -7px;
}

.activite-heures:nth-of-type(2) {
    border-left: 1px solid rgba(255, 255, 255, .6);
    border-right: 1px solid rgba(255, 255, 255, .6);
}

.bloc-objectifs p img {
    max-width: 20%;
    float: left;
    margin: 0 2%;
}

.bloc-info {
    background: #eee;
    color: #555;
    font-size: .9em;
    padding: 0 30px;
}

.bloc-info h6 {
    font-size: 1.3em;
    font-weight: 500;
    line-height: 1.2em;
    margin: 0;
    color: #000;
}

.bloc-info::before {
    content: "";
    display: block;
    height: 2.5em;
    background: #ccc;
    margin: 0 -30px 20px;
    background-image: url('/wp-content/themes/espacejapon/img/info.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
}

h3.produit-titre {
    font-size: 1.4em;
    color: #AA4141;
}

.price-prod h2 {
    display: block;
    margin: 2.5em auto 0.1em;
    width: 100%;
    text-align: center;
    font-size: 3em;
    font-weight: 700;
}

.price-prod h2.variation {
    margin: 1em auto .05em;
    font-size: 1.5em;
}

.add_to_cart_button {
    background: #C95A56;
    border: 0;
    margin: 0 auto;
    border-radius: 0;
    padding: 1em 2.3em;
    font-size: 1em;
    text-transform: uppercase;
}

.add_to_cart_button.black {
    background: #222;
    color: #fff;

}

.autre-session {
    margin-top: 2.8em;
}

.bord-h {
    border-top: 3px solid #222;
}

.bord-v {
    border-bottom: 1px solid #222;

}

.bord-v h4 {
    margin: 0 -15px;
}

.bord-v h4 a,
.bord-v h4 .like-a-link {
    color: #C95A56;
    display: block;
    width: 100%;
    padding: 1em 0;
    transition: all .3s
}

.bord-v h4 a:hover {
    background: #f4f4f4;
    text-decoration: none;
}

.redIt {
    width: 16px;
}

.bord-v span {
    font-family: 'Roboto', sans-serif;
    color: #222;
    font-size: 0.55em;
    vertical-align: middle;
}

.l-titre a {
    padding: 0 !important;
    margin: 0;
    line-height: 28.4px;
}

/* -------------------------------------------------- */
/* Page panier
/* -------------------------------------------------- */

.panier .entry-content {
    background: #fff;
    padding: 2em;
}

.woocommerce table.shop_table {
    border: 0;
}

.woocommerce a.remove {
    font-size: 2.5em;
    width: 0.1em;
    color: #C95A56 !important;

}

.woocommerce .shop_table a {
    color: #C95A56;
}

.woocommerce a.remove:hover {
    color: #000 !important;
    background: none;
}

input[name="update_cart"] {
    border-radius: 0 !important;
    font-weight: normal !important;
    font-size: .8em !important;
}

.cart_totals .shop_table td {
    text-align: right;
}

.woocommerce .checkout-button {
    background: #C95A56 !important;
    border-radius: 0 !important;
}

.added_to_cart {
    border: 1px solid #222;
    padding: 0 20px;
    line-height: 2.2em;
    color: #fff;
    background: #222;
    text-transform: uppercase;
}

.alert-level {
    display: block;
    width: 100%;
    position: absolute;
    top: 436px;
    right: 0;
    left: inherit;
    text-align: right;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.8em;
}

.low-level {
    color: #C95A56;
}

/* -------------------------------------------------- */
/* Page commande
/* -------------------------------------------------- */
.commande .entry-content {
    background: #fff;
    padding: 2em;
}

.col-lg-8.alert-danger.block-inscr {
    color: #fff;
    background-color: #AA4141;
    background-image: url('/wp-content/themes/espacejapon/img/fond-clair.png');
    background-blend-mode: multiply;
    /*margin: -2em 1em -1em -1em;
    padding: 2em 1em;*/
}

.row.content-valide {
    margin-top: 170px;
}

/* -------------------------------------------------- */
/* Page activité (woocommerce)
/* -------------------------------------------------- */

.content-global-list h1, .content-global-list h2, .content-global-list h3, .content-global-list h4, .content-global-list h5, .content-global-list h6 {
    display: block;
    width: 100%;
    margin-top: 1em;
}

.activite-titre {
    z-index: 3;
    width: 100%;
    text-align: center;
    margin-top: 0.8em;
}

.activite-titre span {
    background: #000;
    color: #fff;
    padding: .4em 2em;
    font-size: .7em;
}

.content-global-list {
    margin-top: 1em;
    width: 100%;
    min-height: 20vh;
    z-index: 10;
    text-align: center;
    margin-left: 0;
}

.content-global-list.visible {
    opacity: 1;
}

.content-in-list {
    height: 400px;
    background: #eee;
}

.liste-activites {
    width: 100%;
}

.sub-cat-produits {
    z-index: 3;
    margin-top: 1.4em;
    text-align: center;
    width: 100%;
    height: auto;
    padding-bottom: 2rem;
}

.sub-cat-produits ul.subcat-cat {
    padding: 0;
    list-style: none;
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: 90px;
    width: 320px;
}

.sub-cat-produits ul li {
    display: inline-block;
    margin: 1.2% 1.5%;
    width: auto;
    position: relative;
}

.subcatlink {
    color: #999;
    text-decoration: underline;
}

.subcatlink:hover,
.rewind:hover {
    color: #AA4141;
}

.subcatlink::before {
    content: '\f06e';
    font-family: fontawesome;
    padding-right: 0.4em;
    display: inline-block;
    margin-bottom: 0.4em;
}

.rewind {
    display: block;
    width: 100%;
    margin: 1em;
    color: #AA4141;
}

.rewind::before {
    content: "\f060";
    font-family: "fontawesome";
    margin-right: .4em;
}

.btn-subcat, .btn-subcompte {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    border: 5px solid #dedede;
    background: #fff;
    color: #666;
    padding: .2em 1em;
    font-size: 1.2em;
    border-radius: 0;
    width: 100%;
    display: block;
    transition: all .2s;
}

.btn-subcat.active,
.btn-subcompte.active {
    color: #000;
    font-weight: 700;
}

.sub-cat-produits li:nth-of-type(1) a {
    background: #ddd;
    /* border: -1px solid #c7c7c7; */
}

@media(max-width:600px){


    .sub-cat-produits ul li {
        margin: 0.5% 0.2%;
    }
    .btn-subcat, .btn-subcompte {
        border: 1px solid #dedede;
    }


}

.btn-subcat:hover,
.btn-subcompte:hover {
    color: #000;
    border-color: #000;
}

.cog-prod {
    font-size: 4em;
    display: block;
    padding: 0;
    margin: 0 auto;
    color: #e4e5ed;
    position: absolute;
    top: 470px;
    left: 50%;
    margin-left: -0.5em;
}

.content-global-list {
    opacity: 0;
    transition: all .4s;
}

.trans {
    opacity: 1;
}

.loop-activite {
    background: #ece9e9;
    padding: 1.5em;
    margin-bottom: 2em;
}

.loop-activite figure {
    max-height: 200px;
    overflow: hidden;
    margin: 0;
}

.loop-activite.bcd0 {
    background: url('/wp-content/themes/espacejapon/img/fond-clair.png');
    padding: 2.5em;
}

.loop-activite.bcd0 figure img {
    max-height: 170px;
    margin: 0 auto;
    display: block;
}

.loop-activite .content-activite {
    background: #fff;
    padding: 2em 2em 0.7em;
}

.loop-activite.bcd0 .content-activite {
    background: transparent;
    padding: 0em 0em 0.7em;

}

.content-activite {
    height: 20em;
    overflow: hidden;
}

.bcd0 .content-activite {
    height: 20.1em;
}

.bcd0.nwl0 .content-activite {
    height: 12.6em;
    padding: 0.5em;
    text-align: justify;
    font-size: 15px;
}

.content-activite h3 {
    height: 3.2rem;
}

.content-global-list .content-activite h3 {
    min-height: 2.8rem;
    margin-top: -0.9rem;
    margin-bottom: 0.5rem;
    height: auto;
}

.content-activite h3 a {
    color: #AA4141;
}

.loop-activite.bcd0 .content-activite h3 {
    font-size: 2.3em;
    margin: 0.4em 0 1.03em;
}

.content-activite p {
    font-size: .88em;
    line-height: 1.3em;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
    margin: 0 0 0.7em;
    overflow: hidden;
    text-overflow: ellipsis;
    /*height: 11em;*/
    position: relative;
}

.loop-activite.bcd0 .content-activite p {
    height: 14.6em;
}

.loop-activite .bloc-resa {
    transform: scale(0.8);
    padding: 0.8em 0;
    position: absolute;
    max-width: 5.5em;
    height: 165px;
    top: 15px;
}

.loop-activite .bloc-resa .infos {
    position: absolute;
    bottom: 0;
    background: #AA4141;
    padding: .5em 0;
    text-align: center;
    font-size: 0.9em;
}

.bottom-activite {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    background: #C95A56;
    color: #fff;
}

.courspart .content-activite {
    text-align: left;
}

.bottom-activite div {
    padding-top: 1em;
    text-transform: uppercase;
    padding-bottom: 1em;
    text-align: center;
}

.bottom-activite .reserver {
    background: #AA4141;
    cursor: pointer;
    transition: all .6s;
}

.bottom-activite .reserver:hover {
    background: #000;
    cursor: pointer;
}

.bottom-activite .reserver a {
    color: #fff;
}

.bottom-activite .reserver a:hover {
    text-decoration: none;
}

.bottom-activite .complet {
    background: #000;
    display: block;
    cursor: not-allowed;
    border: 0px solid #000;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding: 12px 0 9px 0;
}

.file-attente {
    font-size: 0.7em;
    line-height: 1.8em;
    margin: -7px -15px;
    display: block;
}

.link-lda {
    clear: both;
    display: block;
    width: 100%;
    text-align: center;
    color: #222;
    padding: 6px;
    font-size: .9em;
}

.link-activite {
    color: #000;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    font-size: .9em;
}

.link-activite:hover {
    color: #AA4141;
    text-decoration: none;
}

.link-activite::after {
    content: "\f178";
    font: normal normal normal 14px/1 FontAwesome;
    color: #AA4141;
    margin-left: 0.3em;
    vertical-align: middle;
}

.reste {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    display: block;
    position: absolute;
    bottom: 8.7em;
    right: 36px;
    color: #fff;
    background: #000;
    padding: 0.2em 2.4em;
    font-size: .8em;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}
@media(max-width:600px){
    .reste {
        bottom: 17.7em;
    }
}


.activites-content-subpage {
    min-height: 50vh;
    padding-top: 165px;
}

.date-select {
    border: 1px solid #000;
    width: auto;
    padding: 0.4em 0em;
    display: inline-block;
}

.date-select i {
    margin: 0 0.5em;
    cursor: pointer;
}

.show-cours, .show-hlmurs {
    background: #000;
    color: #fff;
    border-radius: 0;
    margin: 1em 0;
}

.show-cours:hover, .show-hlmurs:hover {
    background: #ddd;
    color: #fff;
}


.sans_gluten {
    display: inline-block;
    padding: 5px;
    font-size: 11px;
    color: #fff;
    margin-right: 5px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.sans_gluten img {
    max-width: 80px;
}

a[href$="CGV-png.png"] {
    color: #C95A56;
    margin-top: 70px;
    display: inline-block;
    margin-right: 25px;
}

/* -------------------------------------------------- */
/* Page Agenda
/* -------------------------------------------------- */
.bloc-agenda-date {
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
}

.bloc-agenda-date .date {
    border: 0;
    text-align: center;
    padding: 0.3em 0 .4em;
    background: #C95A56;
    color: #fff;
    font-size: 3.8em;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    width: 1.3em;
}

.bloc-agenda-date .mois {
    position: absolute;
    left: 6.8em;
    font-size: 1.0em;
    font-weight: 800;
    top: 0.6em;
}

.bloc-agenda-date .jour {
    position: absolute;
    left: 6.8em;
    font-size: 1.0em;
    font-weight: 200;
    top: 1.6em;
}

.temp .content-activite-agenda {
    border-left: 3px solid #ddd;
    margin-bottom: 4em;
    position: relative;
}

.temp.col-lg-8 .horaire {
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 1.7em;
    color: #ddd;
    font-weight: 800;
    text-align: right;
}

.content-activite-agenda p,
.content-activite-agenda .post-category {
    margin: 0;
}

/* -------------------------------------------------- */
/* Page panier
/* -------------------------------------------------- */

.coupon {
    /*width: 100%;*/
}

#coupon_code {
    border-radius: 0;
    /*xwidth: 62.9% !important;*/
    border: 1px solid #C95A56;
}

.coupon .btn.btn-primary {
    background: #C95A56;
    border: 0;
    border-radius: 0;
}

.panier .woocommerce-message {
    display: none;
}

.product-quantity, .quantity {
    text-align: center;
}

.button[name="update_cart"] {
    float: right !important;
    margin: 1em 0 !important;
}


.modal-activite-reservee .modal-dialog {
    top: 200px;
}

.modal-activite-reservee .modal-content {
    border: 8px solid #C95A56;
    border-radius: 0;
    background: #fff;
    width: 600px;
    max-width: 100%;
}

.modal-activite-reservee .btn-je-continue {
    border-radius: 0;
    background: #C95A56;
}

/* -------------------------------------------------- */
/* Page catégorie
/* -------------------------------------------------- */
.autre-de-cat {
    background: #000;
    color: #fff;
    display: inline-flex;
    padding: .2em 1em;
    font-size: 1.4em;
}

/* -------------------------------------------------- */
/* Page mon compte
/* -------------------------------------------------- */
#info-perso,
#calendrier,
#documents,
#factures,
#messagerie,
#bienvenue,
#quizz,
#enregistrements,
#activite-animateur,
#quizz-animateur,
#enregistrement-animateur,
#jpj,
#progression {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 1.2s;
}

#info-perso.tabactive,
#calendrier.tabactive,
#documents.tabactive,
#factures.tabactive,
#messagerie.tabactive,
#bienvenue.tabactive,
#quizz.tabactive,
#enregistrements.tabactive,
#activite-animateur.tabactive,
#quizz-animateur.tabactive,
#enregistrement-animateur.tabactive,
#jpj.tabactive,
#progression.tabactive {
    max-height: initial;
    opacity: 1;
}

.page-id-9 .bandeau-haut {
    display: none;
}

.page-id-9 #content {
    background: inherit;
    margin-top: 0;
    padding-top: 110px;
    padding-bottom: 0;
}

.menu-compte {
    background: #fff;
    min-height: 100%;
}

.nom-compte {
    background: #AA4141;
    padding: 1em 1.5em;
    margin: 0 -15px;
    color: #fff;
    font-size: 2.2em;
}

.nom-compte a {
    color: #fff;
}

.menu-compte ul {
    margin: 0 -15px;
    padding: 0 0 5em;
    list-style: none;
}

.menu-compte li {
    padding: 1.5em 3.7em;
    border-bottom: 1px solid #ccc;
    margin: 0;
}

.menu-compte li.jpj-menu {
    background: #ce5751;
    padding: .5rem 3rem;
}

.menu-compte li a {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.2em;
    color: #222;
    width: 100%;
    display: block;
}

.menu-compte li a.active {
    color: #AA4141;
}

.data-compte {
    padding: 2em 0 0 3em;
    margin: .7em 0;
}

.invisible {
    visibility: hidden !important;
    height: 0;
}

.bienvenue h3 {
    height: 2.3em;
    margin: 0;
}

.bienvenue-jpj {
    background: #ce5751;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    border: 1px solid #aa4141;
    padding-top: 2rem;
    /*min-height: 50rem;*/
}

.bienvenue-jpj h1 {
    text-align: center;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.8rem;
    color: #fff;
}

.bienvenue-jpj h4 {
    text-align: center;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.1rem;
    color: #fff;
}

.bienvenue-jpj button.btn-primary {
    border: 0;
    border-radius: 0;
    background: #222;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.1em;
    margin: 1.5rem auto;
    text-transform: uppercase;
}

.tab-bienvenue {
    min-height: 615px;
    background: #fff;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    margin-bottom: 2em;
}

.tab-bienvenue header {
    text-align: center;
    height: 150px;
}

.tab-bienvenue header::after {
    content: "";
    display: block;
    border-top: 1px solid rgba(0, 0, 0, .5);
    width: 20%;
    margin: 1em auto;
}

.tab-bienvenue header i.fa {
    background: #AA4141;
    padding: 0.6em;
    font-size: 2.2em;
    color: #fff;
    border-radius: 50%;
    margin: 1.1em auto .3em;
    height: 2.2em;
    width: 2.2em;
}

.tab-bienvenue h4 {
    font-size: 1.2em;
}

.tab-bienvenue h4 i.fa {
    margin: 0;
    height: inherit;
}

.tab-bienvenue a {
    color: #000;
    text-decoration: underline;
}

.tab-bienvenue h6 a {
    display: block;
    margin: 0.4rem auto;
}

.message a {
    display: block;
}

.tab-bienvenue h4.message {
    background: #f0f0f0;
    margin: 0;
    padding: 0 10px;
}

.tab-bienvenue h4.message .fa {
    background: top;
    color: #000;
    font-size: inherit;
}

.tab-bienvenue ul {
    margin: 0;
    padding: 0 0 2em;
    list-style: none;
}

.tab-bienvenue li {
    margin: 0 20px;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    position: relative;
}

.tab-bienvenue li h5, .tab-bienvenue li h4 {
    font-size: 1em;
    margin: 0;
}

.tab-bienvenue li .cat a {
    color: #000;
}

.tab-bienvenue li .date {
    color: #AA4141;
}

.tab-bienvenue li label {
    width: 90px;
    font-size: 0.9em;
    color: #828282;
}

.tab-bienvenue li .change-mdp label {
    width: inherit;
}

.tab-bienvenue li .data_perso {
    display: inline-block;
    vertical-align: top;
}

.tab-bienvenue li .edit_zone {
    display: none;
    vertical-align: top;
}

.tab-bienvenue li .change-mdp {
    margin-left: 95px;
    display: none;
}

.change-mdp small {
    line-height: 16px;
    padding: 0;
    margin: 1em 0 2em;
    display: block;
}

.disconnect {
    color: #aaa;
    margin: 0 2.6em;
    font-size: .88em;
}

.alert.err1 {
    position: absolute;
    top: 31vh;
    text-align: center;
    width: 80%;
    background: #fff;
    z-index: 200;
    box-shadow: 1px 2px 2px rgba(255, 0, 0, 0.2);
    color: #c00;
    border: 2px solid #c00;
    margin: 0 10%;
}

.form-signin input {
    border: 1px solid #222;
    border-radius: 0;
}

.form-signin button {
    border: 0;
    border-radius: 0;
    background: #AA4141;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.2em;
}

.form-signin button.close {
    border: 0;
    border-radius: 0;
    background: none;
    font-family: inherit;
    font-size: 3.2em;
    font-weight: 300;
}

.row.anim-activite {
    border-top: 1px solid rgba(0, 0, 0, .2);
    padding: 1em 0;
    margin-top: 1em;
}

.anim-activite .infos {
    background: #000;
    padding: .1em 0.6em;
    color: #fff;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.2em;
}

.anim-activite .time {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 3.7em;
    line-height: 1em;
    font-weight: 300;
    color: #aaa;
}

.services {
    margin: 0;
    padding: 0;
    list-style: none;
}

.services li {
    display: inline-block;
    margin: 5px 1em;
}

.services li a {
    font-size: 1.2em;
    font-family: 'Barlow Condensed', sans-serif;
    color: #AA4141;
}

.cards {
    padding: 1em;
    margin: 2em 10px;
    list-style: none;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    background: #fff;
    font-size: .9em;
    line-height: 1.4em;
}

.cards li {
    border-bottom: 1px solid #ccc;
    padding: 0.5em;
    margin-bottom: 1em;
}

.cards li.close-cards {
    border: 0;
    text-align: right;
    font-size: 1.7em;
    font-weight: 300;
    padding: 0;
}

.cards li.close-cards i {
    cursor: pointer;
}

.cards .btn-secondary {
    color: #fff;
    background-color: #AA4141;
    border-color: #AA4141;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 0.8em;
    padding: 2px 7px;
}

.cards li ul {
    list-style: none;
    margin: .5em 0;
    padding: 0;
}

.cards li li {
    font-size: 0.7em;
    display: inline-block;
    width: 50%;
    border: 0;
}

.cards .date {
    background: #000;
    padding: .1em 0.6em;
    color: #fff;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1em;
    display: inline-block;
}

.destinataires {
    background: #f8f8f8;
    padding: 0 1em !important;
    margin: 0 0 1em !important;
}

.list-participants ul {
    list-style: none;
    margin: 2em 0;
    padding: 0;
}

.tous-part {
    font-style: italic;
    border-bottom: 1px solid #ddd;
    margin-bottom: 1em;
}

.document a {
    font-size: 1em;
    color: #000;
    background: #eee;
    padding: 0.4em 1em;
    display: block;
    font-weight: 700;
}

.add-comment, .add-eval {
    color: #000;
}

.comm-part {
    font-size: 0.8em;
    position: relative;
    left: 50%;
}

.list-commentaires ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-commentaires li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 1em;

}

.list-commentaires li .date {
    background: #000;
    padding: .1em 0.6em;
    color: #fff;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1em;
    display: inline-block;
}

.annexe li {
    padding: 0;
    position: absolute;
    bottom: 32px;
    right: 15px;
    border: 0;
    font-size: .8em;
}

.annexe li a::before {
    content: "\f054";
    font-family: FontAwesome;
    margin-right: .2em;
    font-size: .8em;
}

.btn-sup-quizz, .btn-edit-quizz, .btn-add-quizz {

    font-size: .7em;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn-edit-quizz, .btn-add-quizz {
    background-color: #AA4141;
    border-color: #AA4141;
}

.modal-add-quizz .modal-dialog {
    max-width: 960px;
}

.destinataires li {
    padding: 0;
    margin: 0;
}

.modal-add-quizz .modal-dialog {
    max-width: 98%;
}

small small button {
    font-size: 11px !important;
}

small small button.btn-default {

    margin-left: 90px;
}

.affiche-mdp {
    font-size: 11px;
    color: #aaa !important;
}

.affiche-mdp .fa.fa-eye {
    font-size: inherit;
    background: transparent;
    color: #aaa;
    margin: 0;
    padding: 0;
    width: inherit;
    height: inherit;
}

.document {
    position: relative;
}

a.animateur-supp-doc {
    position: absolute;
    right: 0;
    top: 0;
}

.explications-cat {
    border-top: 1px solid #ccc;
    margin: 1rem 3px;
    padding-top: 1rem;
    width: 100%;
    margin: 0 2.5rem;
}

.message-to-prof {
    display: none;
}

.quizz-user {
    width: 35%;
    display: inline-block;
}

.quizz-results {
    width: 63%;
    display: inline-block;
    margin-left: 2%;
}

.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-entry-text-wrap {
    text-align: left;
}

.last-news-short .article {
    overflow: auto;
}

.post_date {
    color: #999;
}

.post_date.mini {
    font-size: .7rem;
}

/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* BOUTIQUE EJ
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
.bloc-boutique-home {
    text-align: center;
    margin: -2rem auto 2rem;
    padding: 3rem;
    background: transparent;
    max-width: 90%;
}

.boutique-home img {
    max-width: 100%;
}


.boutique-artisan .im-bt-art {
    margin: auto;
    display: block;
    max-width: 80%;
}

.boutique-artisan .titraille {
    background: #C6B389;
    text-align: center;
    color: #fff;
    font-size: 2rem;
    padding: 3rem 0;
    font-family: 'Sansita', sans-serif;
}

.boutique-artisan .titraille.small {
    font-size: 1.7rem;
    padding: 1rem 0;
}

.boutique-artisan .titraille .upper, .boutique-artisan .titraille .lower {
    text-transform: uppercase;
    margin: 0 auto;
    color: #fff;
}

.boutique-artisan .titraille .upper a {
    color: #e3d2b4;
    text-transform: initial;
}

.boutique-artisan .titraille h1 {
    font-family: 'Text Me One', sans-serif;
    font-size: 5rem;
    margin: 2.3rem;
}

.boutique-artisan .titraille.small h1 {

    font-size: 2.5rem;
    margin: .5rem;
}

.boutique-artisan .bloc-bout {
    position: relative;
    overflow: hidden;
}


.boutique-artisan .bloc-bout .bck {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    margin: 15px 0;
    overflow: hidden;
    padding: 15px;
    background-size: cover !important;
    opacity: .5;
}

.boutique-artisan .bloc-bout.bloc-1 .bck {
    background: url('/boutique_calig.jpg');
    margin-left: -15px;
}

.boutique-artisan .bloc-bout.bloc-2 .bck {
    background: url('/boutique_motoko.jpg');
}

.boutique-artisan .bloc-bout a {
    height: 300px;
    margin: 1rem 0;
    display: block;
    line-height: 300px;
    text-align: center;
    font-family: 'Text Me One', sans-serif;
    font-size: 3rem;
    color: #222;
    z-index: 1000;
    display: block;
    position: relative;
}

.bottom-activite.alt-boutique {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    background: #C6B389;
    color: #fff;
}

.content-activite.alt-boutique {
    height: initial;
}

.boutique-artisan .woo-detail, .boutique-artisan .woo-detail h3, .boutique-artisan .woo-detail .bloc-resa {
    font-family: 'Sansita', sans-serif !important;
}


.boutique-artisan .woo-detail .bloc-resa, .boutique-artisan .woo-detail .price-prod {
    text-align: center;
}

.boutique-artisan .woo-detail .bloc-resa a {
    text-decoration: underline;
}

.content-activite.alt-boutique h3 a {
    color: #80715a;
    font-size: 1.2rem;
    text-align: center;
    display: block;
    font-family: 'Sansita', sans-serif;
}

.bottom-activite.alt-boutique .reserver {
    background: #80715a;
}

.link-activite.alt-boutique::after {
    color: #80715a;
}

.col-sm-12.autres-creations {
    margin-top: 5rem;
}


.boutique-artisan .loop-activite figure {
    max-height: inherit;
    overflow: hidden;
    margin: 0;
}

.alt-boutique .bloc-resa {
    min-height: 150px;
    height: auto;
    background: #C6B389;
    padding: 2rem;
    text-align: center;
}

.woo-detail.alt-boutique figure {
    margin: 0 0 3em;
    position: relative;
    height: 480px;
    overflow: hidden;
}

.alt-boutique .bloc-resa {
    margin-bottom: 10px;
    position: relative;
    top: initial;
    left: 0;
    transition: all .4s;
}

a:active, a:focus-visible {
    outline: 0;
}

.price-prod h2 .re-titre {
    font-size: 1rem;
}


.alt-boutique .bloc-resa .loop-activite-alt.detail {
    padding: 3rem;
    width: 100%;
    display: none;
    font-family: "Text Me One", serif;
    text-transform: initial;
    text-align: left;
}

.alt-boutique .bloc-resa .loop-activite-alt.detail .description {
    margin-bottom: 3rem;
    width: 100%;
    font-size: 22px;
    line-height: 30px;
}

.alt-boutique .bloc-resa .loop-activite-alt.detail h4 {
    font-family: 'Sansita', sans-serif;
    text-align: center;
    width: 100%;
    font-size: 2.5rem;
    margin-bottom: 2rem;
}

.alt-boutique .bloc-resa .loop-activite-alt.detail .content-activite.alt-boutique h3 a {
    color: #80715a;
    font-size: 1.1rem;
    text-align: center;
    display: block;
}

.alt-boutique .bloc-resa a {
    width: 100%;
    color: #fff;
}

.alt-boutique .bloc-resa a.carousel-control-next, .alt-boutique .bloc-resa a.carousel-control-prev {
    width: 30px;
}

.alt-boutique .bloc-resa figure {
    position: relative;
    width: 200px;
    height: 200px;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    margin: 0 auto 1.5rem;
    margin-top: -129px;
    z-index: 800;
}

.alt-boutique .bloc-resa figure.vignette-createur {
    position: relative;
    width: 200px;
    height: 200px;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    left: 50%;
    margin-top: 0;
    z-index: 800;
    margin-left: -100px;
    margin-top: 0;
}


.alt-boutique .bloc-resa .loop-activite-alt figure, .vignette-createur {
    width: auto;
    height: auto;
    background-position: center;
    background-size: cover;
    border-radius: 0;
    margin: 0 auto 1.5rem;
    margin-top: 0;
}

.alt-boutique .bloc-resa h3 {
    text-align: center;
    width: 100%;
    font-family: 'Sansita', sans-serif;
}

.alt-boutique .header-prod {
    min-height: 40px;
}

.alt-boutique .add_to_cart_button {
    background: #80715a;
}

.link-createur {
    font-size: 1rem;
    color: #e3d2b4;
}

.menu-tags li {

    border: 2px solid #777;
    padding: 6px 10px;
    margin: 0.5rem;
}
.menu-tags li:nth-of-type(1){
    background: #C6B389;
    border: 2px solid #fff;
}
.menu-tags li:nth-of-type(1) a{
   color:#fff;
}

.menu-tags li.active {
    background: #80715a;
    border: 2px solid #fff;
}
.menu-tags li.active a{
    color:#fff;
}
.explications-cat a {
    display: inline;
}

.explications-cat h3 {
    display: block;
    width: 100%;
    margin: 1rem 0 0;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 25px;
    height: 25px;
    background: rgba(0, 0, 0, .3);
    border-radius: 50%;
    color: #fff;
    margin: auto;
    padding: 2px 3px;
}


.mt-5.mt-md-0 {
    margin-top: -2.4rem !important;
}

.content-global-list label, .content-global-list h3 {
    text-align: center;
    display: block;
}

.content-global-list .reserver a {
    width: 100%;
    display: inline-block;
}

.reserver.bg-dark.m-auto {
    color: #fff;
}

/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* MEDIA QUERIES
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */

@media (max-width:1200px){
    .bloc-resa span {
        font-size: 83%;
    }
}
@media (max-width: 769px) {

    .navbar-brand img {
        height: auto;
        max-width: 80px;
    }

    .site-description-header {
        font-size: 17px;
        margin-left: 0;
        line-height: 0.1em;
    }

    .actions-div {
        position: absolute;
        right: 0;
    }

    .sommaire {
        width: 100%;
        height: 100vh;
        overflow: auto;
    }

    .mask {
        width: 130px;
        height: 103px
    }

    .search-form {
        top: 80px;
        width: 250px;

    }

    .search-form.active {
        right: 45px;
    }

    .search-form label {
        width: 71%;
    }

    .activite-niveau.col-lg-4 {
        background: #222;
        transform: scale(1);
        margin-top: -5rem;
    }

    .woo-detail.row {
        width: 100%;
        margin: 0;
    }

    .autre-session .row {
        margin: 0 -12px;
    }

    .data-compte {
        padding: 2em 0 0 0em;
        margin: 0.7em 5px;
    }

    .row.price-prod {
        margin-top: 10rem;
    }

    iframe {
        max-height: 400px;
    }

    .mt-5.mt-md-0 {
        margin-top: 3rem !important;
    }

}

@media (max-width: 600px) {

    .editor-text {
        top: 40px !important;
        left: 37% !important;
    }


    .menu-principal {
        width: 260px;
    }

    .show-cours, .show-hlmurs {
        background: #000;
        color: #fff;
        border-radius: 0;
        margin: 1em 0;
    }
    .article-content {
        margin: -6em 0 0 0em;
    }
    .activite-titre span {

        display: block;
    }


    header#masthead {

        padding: .34rem 1rem;
        height: 65px;
        line-height: inherit;
    }

    .menu-principal {

        line-height: 70px;
    }

    #content.site-content {
        padding-top: 60px;
    }


    .content-global-list {
        margin: 0;
        z-index: 10;
        text-align: center;
    }

    .sub-cat-produits {
        height: 15em;
    }

    .activite-titre {
        margin-top: 0.7em;
    }

    .site-description-header {
        display: none;
    }

    .elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper {
        height: 290px;
    }

    .lae-posts-carousel .lae-posts-carousel-item .lae-project-image {
        max-height: 260px;
    }

    .lae-container ul.slick-dots {
        top: 197px !important;
        height: 20px;
    }

    .elementor-image-box-wrapper .elementor-image-box-img {
        width: 50vw !important;
        height: 50vw;

    }

    .lae-posts-carousel .lae-posts-carousel-item .hentry {
        height: 400px;
    }

    .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-entry-text-wrap, .lae-posts-carousel .lae-posts-carousel-item .lae-entry-text-wrap {

        top: 220px;
    }

    .actualites .lae-portfolio-wrap {
        clear: both;
        overflow: visible;
    }

    .bloc-actualites .elementor-widget.elementor-widget-lae-portfolio {

        height: auto;
        display: none;
    }

    .bloc-actualites .elementor-text-editor a {
        background-color: transparent;
        color: #222;
        border: 0;
        float: none;
        font-family: 'Barlow Condensed', sans-serif;
        font-size: 34px;
        text-align: center;
        width: 100%;
        display: block;
        margin: 2em auto 0;
    }

    .sub-cat-produits {
        height: auto;
        background: url('/wp-content/themes/espacejapon/img/fond-clair.png');
        border-bottom: 10px solid white;

    }

    .sub-cat-produits ul {
        margin: 0 0 2em;
        padding: 0;
    }

    iframe {
        max-height: 230px;
    }

    /* ---------------------------*/
    /* BOUTIQUE */
    /* ---------------------------*/
    .bloc-boutique-home {
        padding: 0;
    }

    .boutique-home img {
        max-width: 100%;
    }

    .openIt .carousel-item figure, .openIt .detail figure {
        height: inherit !important;
        min-height: 210px !important;
    }

    .menu-tags li {
        display: inline-block;
        /* margin-right: 2rem; */
        font-family: 'text me one', serif;
        font-size: 16px;
        width: 70%;
        text-align: center;
        margin: 0.7rem 10%;
    }

    .boutique-artisan .bloc-bout.bloc-2 .bck {
        margin-left: -15px;
    }

    .post-category {
        margin-left: 10px;
    }


    .sans_gluten img {
        max-width: 70px;
    }


}

@media (max-width: 440px) {

    .woo-detail figure {
        margin: 0 0 3em;
        position: relative;
        height: 210px;
        overflow: hidden;
    }

    .boutique-artisan .bloc-bout a {
        font-size: 2.7rem;
    }


    .bloc-info {
        padding: 0 30px 2rem;
        margin-bottom: 1.5rem;
    }

    .boutique-artisan .alt-boutique .row.price-prod {
        margin-top: 0;
    }

    .price-prod h2 {
        margin: 0 auto 0.1em;
    }

    .col-md-6.col-lg-4:empty {
        display: none;
    }

    /* .row.price-prod {
         margin-top: 0;
     }
     .price-prod h2 {
         margin: auto 0.1em;
     }

     .add_to_cart_button {

         margin: 1rem auto;
         display: block;
     }
 */
}

#cookie-notice {
    background: #000000B3;
}


/*--------------------------------------------------------------
# FIN UMAZUMA
--------------------------------------------------------------*/
