p {
    letter-spacing: 0.5px;
    line-height: 1.5;
}

#desktop_logo,
.col-mobile-logo {
    width: 149px;
    height: 151px;
    background-size: 151px!important;
    border-radius: 100%;
    box-shadow: 0px 3px 5px 0px #0000002b;
    margin-top: -70px;
    position: absolute;
}

.col-mobile-logo {
    width: 147px;
    margin-top: -65px;
}

.breadcrumb {
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .breadcrumb {
        margin-top: -25px!important;
    }
}

.booking-bloc.product.selected div {
    background-color: #d1a859;
}

div.bloc-date:not(.disabled):hover div.bloc-date-number {
    background-color: #d1a859;
}

div.hour:hover:not(.disabled) div.hourLeft:not(.disabled),
div.hour:hover:not(.disabled) div.hourMiddle:not(.disabled),
div.hour:hover:not(.disabled) div.hourRight:not(.disabled) {
    background-color: #d1a859;
}

.planning-btn:hover {
    background-color: #d1a859;
    color: white;
}

.planning-btn {
    background-color: white;
    color: #d1a859;
    font-weight: bold;
    border-radius: 5px;
    border-color: #d1a859;
    text-transform: none;
    font-size: 16px;
    padding: 1rem 1.5rem;
}

.planning-btn.round {
    border: 1px solid #3a3a3a;
    margin-bottom: 20px;
    color: #3A3A3A;
}

.planning-btn.round:hover {
    border: 1px solid #3a3a3a;
    margin-bottom: 20px;
    color: white;
    background-color: #3A3A3A;
}

.shop-btn>a {
    color: #d1a859!important;
    border-color: #d1a859;
    border-radius: 5px;
}

.shop-btn>a:hover {
    background-color: #d1a859;
    color: white!important;
}

#iqitcookielaw.iqitcookielaw-showed {
    width: 100%;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#iqitcookielaw.iqitcookielaw-showed p {
    margin-bottom: 0;
}

#iqitcookielaw-accept {
    background-color: white;
    color: #d1a859;
    border: 1px solid #d1a859;
    border-radius: 5px;
}

#iqitcookielaw-accept:hover {
    background-color: #d1a859;
    color: white;
}

#wrapper .breadcrumb {
    margin-bottom: 25px;
}

div.tarif-section {
    width: 100vw;
    max-width: unset;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    background-color: #afbdaf;
}

.tarif-price,
.tarif-product {
    color: white;
}

.tarif-sub-category h5 {
    color: white;
}

.tarif-container {
    padding-left: 15px;
    padding-right: 15px;
}

.tarif-generic {
    display: flex;
    justify-content: center;
}

.tarif-title-generic {
    display: flex;
    justify-content: center;
}

.image-tarif-haut-droite {
    position: absolute;
    right: 0;
    top: 0;
    width: 215px;
}

.image-tarif-bas-gauche {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 304px;
}

.image-tarif-bas-droite {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 224px;
}


/* header */

@media only screen and (max-width:426px) {
    .elementor-element.elementor-element-d35wn4r {
        padding: 210px 0px 120px 0px!important;
        margin-top: -130px!important;
    }
    .title-header .elementor-widget-container h2 {
        /*font-size: 22px!important;*/
    }
    .col-mobile-logo {
        height: 128px;
        background-size: 130px!important;
        box-shadow: none;
        margin-left: -13px;
    }
}


/*curvy*/

.curvy-separator-on-bottom {
    height: 4rem;
    transform: scale(1, -1);
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.svg-curvy-separator-on-bottom {
    position: absolute;
    top: -1px;
    left: 50%;
    height: 100%;
    width: 100%;
    transform: translate(-50%, 0);
}

.curvy-separator-on-title-top {
    height: 5rem;
    transform: scale(1, -1);
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 3;
}

.sgv-curvy-separator-on-title-top {
    position: absolute;
    height: 100%;
    width: 100%;
    transform: rotate(180deg);
    top: -70px;
}

.curvy-separator-on-title {
    height: 5rem;
    transform: rotate(180deg);
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    transform: scale(1, -1);
}

.sgv-curvy-separator-on-title {
    position: absolute;
    top: 0px;
    left: 50%;
    height: 100%;
    width: 100%;
    transform: translate(-50%, 0);
}


/* quote */

.quote .box {
    background-color: transparent;
    border-radius: 5px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 300px;
    transform-style: preserve-3d;
    perspective: 2000px;
    transition: .4s;
    text-align: center;
}

.quote .box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border-top: 20px solid #d1a859;
    border-left: 20px solid #d1a859;
    box-sizing: border-box;
    border-radius: 5px;
}

.quote .box:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom: 20px solid #d1a859;
    border-right: 20px solid #d1a859;
    box-sizing: border-box;
    border-radius: 5px;
}

.quote .box .fa {
    font-size: 25px;
    height: 50px;
    width: 50px;
    line-height: 50px !important;
    background-color: #ffffff;
    color: #464646;
    border-radius: 5px;
}

.quote .box .fa2 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #d1a859;
    color: #464646;
    border-radius: 5px;
}

.quote .box .text {
    position: absolute;
    top: 30px;
    left: -30px;
    width: calc(100% + 60px);
    height: calc(100% - 60px);
    background-color: #ffffff;
    border-radius: 5px;
    transition: .4s;
}

.quote .box .text .fa1 {
    position: absolute;
    top: 0;
    left: 0;
}

.quote .box .text div {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    padding: 30px 60px;
    line-height: 1.5;
    box-sizing: border-box;
    color: #464646;
}

.quote .box .text div h3 {
    font-size: 30px;
    margin-bottom: 5px;
}

.quote .box .text div p {
    font-size: 15px;
}

.quote .box:hover {
    transform: translate(-50%, -50%) rotateY(-20deg) skewY(3deg);
}

.quote .box:hover .text {
    transform: rotateY(20deg) skewY(-3deg);
}

.quote {
    padding: 230px;
}

#quote-text h3 {
    font-size: 26px;
}

#quote-text p {
    font-size: 13px;
    text-align: justify;
}


/* texts next quote */

.text1 h3,
.text2 h3,
.text3 h3 {
    color: #d1a859;
    font-size: 19px;
}


/* blog content */

.cascadeText {
    padding-left: 34%;
}

.videohair .elementor-background-video-container video.elementor-html5-video {
    object-fit: contain!important;
}

.slick-arrow {
    background: rgba(0, 0, 0, 0);
}

.slick-prev {
    margin-left: -70px;
}

.slick-next {
    margin-right: -70px;
}

.simpleblog-posts .post-thumbnail {
    overflow: hidden;
    border-radius: 5px;
}

.slick-slide img {
    object-fit: cover!important;
    border-radius: 5px;
}

@media only screen and (max-width:1440px) {
    .cascadeText {
        padding-left: 31%!important;
    }
}

@media only screen and (max-width:1024px) {
    .cascadeText {
        padding-left: 23%!important;
    }
}

@media only screen and (max-width:768px) {
    .cascadeText {
        padding-left: 14%!important;
    }
}

@media only screen and (max-width:426px) {
    .simpleblog-posts .post-thumbnail {
        border-radius: 0!important;
    }
    /*
    .simpleblog-posts h2{
        margin-left:15px;
    }
    .simpleblog-posts .post-content{
        margin-left:15px;
    }
    .simpleblog-posts .post-additional-info{
        margin-left:15px;
    }*/
    .cascadeText {
        padding-left: 3%!important;
    }
    .elementor .elementor-background-video-container {
        height: 1080px!important;
    }
    .simpleblog__share {
        margin-bottom: -78px!important;
        padding-top: 1080px!important;
    }
    .curvy-separator-on-bottom {
        display: none!important;
    }
}


/* map */

.heading-map h2 {
    position: absolute;
    z-index: 10000;
    margin-left: 45%!important;
    margin-top: 14%!important;
    color: #d1a859!important;
}

@media only screen and (max-width:2312px) {
    .heading-map h2 {
        margin-top: 16%!important;
    }
}

@media only screen and (max-width:2070px) {
    .heading-map h2 {
        margin-top: 18%!important;
    }
}

@media only screen and (max-width:1920px) {
    .heading-map h2 {
        margin-top: 19%!important;
    }
}

@media only screen and (max-width:1708px) {
    .heading-map h2 {
        margin-top: 21%!important;
    }
}

@media only screen and (max-width:1516px) {
    .heading-map h2 {
        margin-top: 24%!important;
    }
}

@media only screen and (max-width:1440px) {
    .heading-map h2 {
        margin-top: 25%!important;
    }
}

@media only screen and (max-width:1265px) {
    .heading-map h2 {
        margin-top: 29%!important;
    }
}

@media only screen and (max-width:1024px) {
    .heading-map h2 {
        margin-top: 36%!important;
    }
}

@media only screen and (max-width:768px) {
    .heading-map h2 {
        margin-top: 47%!important;
    }
}

@media only screen and (max-width:425px) {
    .heading-map h2 {
        margin-top: 50%!important;
        margin-left: 9%!important;
    }
}

@media only screen and (max-width:375px) {
    .heading-map h2 {
        margin-top: 57%!important;
        margin-left: 13%!important;
    }
}

.curvy-separator-on-footer {
    height: 5rem;
    position: relative;
    top: 0;
    line-height: 0;
    width: 100%;
    z-index: 2;
}

.svg-curvy-separator-on-footer {
    position: absolute;
    top: 250px;
    left: 50%;
    height: 100%;
    width: 100%;
    transform: translate(-50%, 0);
    z-index: 3;
}

.elementor-widget-google_maps .elementor-custom-embed {
    box-shadow: 0px 10px 10px -9px;
    border-top: solid 1px white;
}

.elementor-element-populated {
    padding: 0!important;
}


/* header icons */

#header {
    background: rgba(255, 255, 255, 0.3);
}

.header-top .col-header-right a:not(.btn) {
    color: #333 !important;
}

.header-top a:not(.btn):hover {
    color: #d1a859 !important;
}

#mobile-header .row-mobile-header {
    margin-left: 0!important;
    margin-right: 0!important;
}

#mobile-header #mobile-header-sticky {
    background: rgba(255, 255, 255, 0.8);
}

#mobile-header #mobile-header-sticky {
    background: rgba(0, 0, 0, 0)
}

.cbp-hrmenu > ul > li#cbp-hrmenu-tab-10 > a span, .cbp-hrmenu > ul > li#cbp-hrmenu-tab-10 > span.cbp-main-link {
    font-weight: bold;
}


/* recursive */

@media only screen and (max-width: 1023px) {
    .elementor-element-jxn0x2k .elementor-widget-container {
        margin: 40px 40px 0px 40px!important;
    }
    .elementor-element-umw5qcn .elementor-widget-container {
        margin: 40px 40px 0px 40px!important;
    }
    .elementor-element-k9cy7y6 .elementor-widget-container {
        margin: 40px 40px 40px 40px!important;
    }
    .elementor-element.elementor-element-98nnt06 .elementor-widget-container {
        padding: 170px 85px 90px 85px!important;
    }
    .elementor-element.elementor-element-39e6l8s .elementor-widget-container {
        margin: 0px 373px 0px 410px!important;
    }
}

@media only screen and (max-width:767px) {
    .slick-arrow {
        display: none!important;
    }
    .quote-box .elementor-row {
        flex-direction: column;
    }
    .quote-box .elementor-column {
        width: 100%!important;
    }
    .elementor-element.elementor-element-b1v1dtf {
        padding: 0px 185px 0px 135px!important;
    }
    .elementor-element.elementor-element-98nnt06 .elementor-widget-container {
        padding: 170px 65px 90px 65px!important;
    }
    .elementor-element.elementor-element-d35wn4r {
        margin-top: -120px!important;
    }
    .elementor-element.elementor-element-39e6l8s .elementor-widget-container {
        margin: 0px 297px 0px 276px!important;
    }
    .image-tarif-haut-droite {
        width: 143px;
    }
    .image-tarif-bas-gauche {
        width: 201px;
    }
    .image-tarif-bas-droite {
        width: 149px;
    }
    .tarif-generic {
        margin-bottom: 200px;
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media only screen and (max-width: 424px) {
    .sgv-curvy-separator-on-title-top {
        top: -58px;
    }
    .elementor-element-jxn0x2k .elementor-widget-container {
        margin: 40px 0px 0px 0px!important;
    }
    .elementor-element-umw5qcn .elementor-widget-container {
        margin: 40px 0px 0px 0px!important;
    }
    .elementor-element-k9cy7y6 .elementor-widget-container {
        margin: 40px 0px -33px 0px!important;
    }
    .quote .box {
        width: 325px;
        height: 243px;
    }
    #quote-text h3 {
        font-size: 21px!important;
    }
    #quote-text p {
        font-size: 13px!important;
    }
    .elementor-element.elementor-element-b1v1dtf {
        padding: 0!important;
    }
    .elementor-element.elementor-element-98nnt06 .elementor-widget-container {
        margin-top: 200px!important;
        padding: 0px 0px 0px 0px!important;
    }
    .svg-curvy-separator-on-footer {
        display: none;
    }
    .elementor-element.elementor-element-w9ydt9j {
        padding-top: 55px;
    }
    .elementor-element.elementor-element-39e6l8s .elementor-widget-container {
        margin: 0px 117px 0px 117px!important;
    }
}

@media only screen and (max-width: 376px) {
    .quote .box {
        width: 237px;
        height: 243px;
    }
    #quote-text h3 {
        font-size: 17px!important;
    }
    #quote-text p {
        font-size: 10px!important;
    }
}

@media only screen and (max-width:425px) {
    #quote-text h3 {
        font-size: 19px!important;
    }
    #quote-text p {
        font-size: 10px!important;
    }
    .slick-arrow {
        display: none!important;
    }
}

@media only screen and (max-width:320px) {
    #quote-text h3 {
        font-size: 14px!important;
    }
    #quote-text p {
        font-size: 9px!important;
    }
}


/* test svg bottom*/

.test-svg {
    display: none;
}


/* mobile accueil */

.videoHeader {
    overflow: hidden;
}

@media only screen and (max-width:425px) {
    #mobile-header i {
        font-size: 30px!important;
    }
    .videoHeader video {
        width: 500px!important;
        height: 490px!important;
        top: 209px!important;
    }
    svg {
        display: none!important;
    }
    .elementor-section.elementor-section-stretched {
        margin-left: 0px!important;
        left: 0px!important;
    }
    .quote {
        padding-left: 0px!important;
        padding-right: 0px!important;
        padding-top: 400px!important;
        padding-bottom: 0px!important;
    }
    #back-to-top {
        display: none!important;
    }
    .elementor-element.elementor-element-edci3u1 .elementor-heading-title {
        padding-top: 35px!important;
    }
    #index .container,
    #module-wsplanning-place .container,
    #module-wsplanning-booking .container {
        padding-right: 0px!important;
        padding-left: 0px!important;
    }
    .slick-slide img {
        border-radius: 0px!important;
    }
}

@media only screen and (max-width:375px) {
    #quote-text p {
        font-size: 9px!important;
    }
    #quote-text h3 {
        font-size: 15px!important;
    }
}

#description_shop {
    display: flex!important;
    align-items: center!important;
}

#description_shop .text {
    text-align: justify;
}

#description_shop .zone1 {
    margin-right: 2%!important;
}

.shop-btn {
    /*width:25%!important;
    margin-top:0px!important;
    margin-bottom:45px!important;*/
}

.tarifs-img-back {
    position: relative;
}

.tarifs-img-back.img-2:before {
    content: "";
    position: absolute;
    top: -50px;
    right: -15px;
    height: 260px;
    width: 200px;
    background-image: url(https://zenzar.fr/img/fleur_haut_droit.png);
    background-size: cover;
    z-index: 0;
}

.tarifs-img-back.img-3:before {
    content: "";
    position: absolute;
    bottom: -60px;
    left: -15px;
    height: 260px;
    width: 260px;
    background-image: url(https://zenzar.fr/img/fleur_bas_gauche.png);
    background-size: cover;
    z-index: 0;
}

.tarifs-img-back.img-4:before {
    content: "";
    position: absolute;
    bottom: -60px;
    right: -15px;
    height: 260px;
    width: 200px;
    background-image: url(https://zenzar.fr/img/fleur_bas_droit.png);
    background-size: cover;
    z-index: 0;
}

@media only screen and (max-width: 767px) {
    .tarifs-img-back {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    #module-wsplanning-booking label.form-control-label {
        text-align: right;
    }
}

#module-wsplanning-booking label.form-control-label-centered {
    text-align: center;
    width: 100%;
    margin-top: 30px;
}

.buttons-top {
    display: none;
}

#desktop-header {
    background: #d1a85910;
    border-bottom: solid 1px #d1a859;
}

.planing-txt-confirm {
    margin-bottom: 30px;
    font-weight: bold;
}

#index .container,
#module-wsplanning-place .container,
#module-wsplanning-booking .container,
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1720px;
}

#header .container,
#footer .container{
    max-width: 1720px;
}

#giftcard_product img {
    border-radius: 3px;
    padding: 0;
    margin: 0;
}

#block_templates .product-image-container.selected img {
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    filter: none;
    border-radius: 5px;
}

#block_templates .product-image-container {
    border-radius: 3px;
    border: 5px solid transparent;
}

#block_templates .product-image-container.selected {
    border-color: #d1a859;
    background: #d1a859;
}

#block_templates .product-image-container:hover img {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    filter: none;
}

#giftcard_product .content_scene_cat span.category-name {
    color: rgb(209, 168, 89);
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 25px;
    display: block;
    font-family: "Mont Light";
}

#content-wrapper .page-title{
    color: rgb(209, 168, 89);
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 25px;
    display: block;
    font-family: "Mont Light";
    text-transform: unset;
}

#giftcard_product .content_scene_cat .content_scene_cat_bg {
    text-align: center;
    background-color: unset!important;
}

#giftcard_product .header {
    color: rgb(209, 168, 89);
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    background: none;
    border-bottom: 1px solid #d1a859;
    padding: 18px 0;
    text-transform: unset;
}

#giftcard_product .title {
    margin-left: 0;
}

#giftcard_product [class^="icon-"], #giftcard_product [class*=" icon-"]{
    display: none;
}

.planning-btn-inverse:hover,
.btn-primary:hover {
    box-shadow: 1px 1px 5px 1px #0000003b;
    color: white!important;
    background-color: #d1a859!important;
}

.planning-btn-inverse,
.btn-primary {
    background-color: #d1a859;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    border-color: #d1a859;
    text-transform: none;
    font-size: 16px;
    padding: 1rem 1.5rem;
}

#giftcard_product select {
    background: none;
}

.cart-products-count-btn {
    background: #d1a859;
    font-family: "Arial", sans-serif;
    font-weight: bold;
}

.modal-title {
    font-weight: bold;
    color: #d1a859;
}

.modal-content {
    border-radius: 5px;
}

.product-name a {
    color: #d1a859!important;
    font-weight: bold;
}

.header-top .col-header-right .cart-products a.product-name {
    color: #d1a859!important;
    font-weight: bold;;
}

.product-line-info a.label {
    font-weight: bold;
    color: #d1a859!important;
}

.product-price {
    color: #d1a859;
}

.cart-summary-line.cart-total {
    color: #d1a859;
}

body#checkout section.checkout-step .step-title {
    color: #d1a859;
    font-size: 20px;
}

body#checkout section.checkout-step .payment-options .payplug-payment-option label {
    display: inline-block;
}

#cart-summary-product-list .product-name {
    font-weight: bold;
    color: #d1a859;
}

#giftcard_product .tab-content > .active {
    display: flex !important;
}

#blockcart-content .cart-subtotals {
    color: #d1a859;
}

#blockcart-content .cart-subtotals .value {
    font-weight: bold;
}

.ps-shoppingcart.dropdown .show #blockcart-content {
    border-radius: 5px;
}

.promo-code .planning-btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.total-product {
    color: #d1a859;
    font-size: 21px;
}

.total-product .value {
    font-weight: bold;
}

@media only screen and (max-width:767px) {
    #giftcard_product .header {
        font-size: 20px;
    }
}

.product-info-row .product-prices > div{
    display: inline-block;
}

.product_header_container .product-price, .product_p_price_container .product-price {
    font-size: 20px;
    margin-right: 5px;
}

.product-info-row .tax-shipping-delivery-label {
    font-size: 16px;
    font-weight: bold;
}

#content-wrapper .section-title {
    border-color: #d1a859;
}