/**handles:blank-style**/
/*
Theme Name: Camping Buissonnets
Theme URI: https://www.septeo.com
Description: Modèle WordPress pour Camping Buissonnets
Author: septeo.com
Author URI: https://www.septeo.com
Version: 6.0
*/

/* CLAMP viewport de 1200px */
/* Estos Estilos se aplican sólo en el frontend */

.is-style-no-margin {
    margin-top: 0;
    margin-bottom: 0;
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
}

a {
    text-decoration: none;
}

/*** Animations ***/

@media only screen and (min-width: 450px){ 
    .has-animations .animation--init--once,
    .has-animations .animation--init {
        opacity: 0;
    }
    .has-animations .animation--end {
        opacity: 1;
        transition: opacity 1s ease;
    }
    .animation--init.animation--top, .animation--init--once.animation--top,
    .has-animation .animation--init.animation--top>*, .has-animation .animation--init--once.animation--top>* {
        transform: translateY(5vw);
    }
    .animation--init.animation--bottom, .animation--init--once.animation--bottom,
    .has-animation .animation--init.animation--top>*, .has-animation .animation--init--once.animation--bottom>* {
        transform: translateY(-5vw);
    }
    .animation--init.animation--right, .animation--init--once.animation--right,
    .has-animation .animation--init>*, .has-animation .animation--init--once.animation--right>* {
        transform: translateX(5vw);
    }
    .animation--init.animation--left, .animation--init--once.animation--left,
    .has-animation .animation--init>*, .has-animation .animation--init--once.animation--left>* {
        transform: translateX(-5vw);
    }
    .animation--init.animation--rotate, .animation--init--once.animation--rotate {
        transform: rotate(180deg);
        transition: all 1.5s ease 0.2s!important;
    }
    .animation--init.animation--rotate, .animation--init--once.animation--rotate {
        transform: scale3d(-0.4, 0.4, 0.4);
        transition: all 1.4s ease-in-out 0.2s!important;
    }
    .animation--init.animation--end, .animation--init--once.animation--end {
        opacity: 1;
        transform: translateX(0) translateY(0) rotate(0) scale3d(1, 1, 1)!important;
        transition: all 1.1s ease 0.2s;
    }
    .has-animation .animation--init>*, .has-animation .animation--init--once>* {
        opacity: 0;
        transform: scale(0.9);
        transition: .2s ease;
        filter: blur(1px);
    }
    .has-animation .animation--end>* {
        opacity: 1;
        transform: translateX(0) translateY(0) scale(1)!important;
        transition: all 1s ease 0.1s;
        filter: blur(0);
    }
    .has-animation .animation--end>:nth-child(2) {
        transition: all 0.8s ease 0.3s!important;
    }
    .has-animation .animation--end>:nth-child(3) {
        transition: all 0.8s ease 0.6s!important;
    }
    .has-animation .animation--end>:nth-child(4) {
        transition: all 0.8s ease 0.8s!important;
    }
    .has-animation .animation--end>:nth-child(5) {
        transition: all 0.8s ease 1s!important;
    }
    .has-animation .animation--end>:nth-child(6) {
        transition: all 0.8s ease 1.2s!important;
    }
    .has-animation .animation--end>:nth-child(7) {
        transition: all 0.8s ease 1.4s;
    }
    .has-animation .animation--end>:nth-child(8) {
        transition: all 0.8s ease 1.6s;
    }
    .has-animation .animation--end>:nth-child(9) {
        transition: all 0.8s ease 1.8s;
    }
    .has-animation .animation--end>:nth-child(10) {
        transition: all 0.8s ease 2s;
    }
}


/*** ANIMACION LETRAS ***/

.has-animation .animation-letters span {
    display: inline-block;
    opacity: 0;
}
.has-animation .animation-letters.animation--end span {
    transform: scale(1);
    opacity: 1;
    filter: blur(0);
    transition: all 0.8s ease 0.1s;
    transition-timing-function: cubic-bezier(0.11, 0, 0.5, 0);
}
.has-animation .animation-letters.animation--end span:nth-child(2) {
    transition: all 0.8s ease 0.2s;
    transition-timing-function: cubic-bezier(0.11, 0, 0.5, 0);
}  
.has-animation .animation-letters.animation--end span:nth-child(3) {
    transition: all 0.8s ease 0.3s;
    transition-timing-function: cubic-bezier(0.11, 0, 0.5, 0);
}  
.has-animation .animation-letters.animation--end span:nth-child(4) {
    transition: all 0.8s ease 0.4s;
    transition-timing-function: cubic-bezier(0.11, 0, 0.5, 0);
}  
.has-animation .animation-letters.animation--end span:nth-child(5) {
    transition: all 0.8s ease 0.5s;
    transition-timing-function: cubic-bezier(0.11, 0, 0.5, 0);
}  
.has-animation .animation-letters.animation--end span:nth-child(6) {
    transition: all 0.8s ease 0.6s;
    transition-timing-function: cubic-bezier(0.11, 0, 0.5, 0);
}  
.has-animation .animation-letters.animation--end span:nth-child(7) {
    transition: all 0.8s ease 0.7s;
    transition-timing-function: cubic-bezier(0.11, 0, 0.5, 0);
}
.has-animation .animation-letters.animation--end span:nth-child(8) {
    transition: all 0.8s ease 0.8s;
    transition-timing-function: cubic-bezier(0.11, 0, 0.5, 0);
}  
.has-animation .animation-letters.animation--end span:nth-child(9) {
    transition: all 0.8s ease 0.9s;
    transition-timing-function: cubic-bezier(0.11, 0, 0.5, 0);
}  
.has-animation .animation-letters.animation--end span:nth-child(10) {
    transition: all 0.8s ease 1s;
    transition-timing-function: cubic-bezier(0.11, 0, 0.5, 0);
} 

/* header */

.site-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 150px;
    transition: .3s all!important;
}
.site-header .inner-header {
    padding: 5px 50px;
    display: flex;
    align-items: center;
    transition: .3s all;
}

.inner-header .block-left, .inner-header .block-right {
    width: calc(50% - 100px);
    display: inline-flex;
    align-items: center;
    gap: 20px;
    font-size: 15px;
    font-weight: 400;
    color: white;
    transition: .3s all;
}
.inner-header a {
    color: white;
    font-size: 14px;
    transition: .3s all;
}
.inner-header a:hover {
    color: var(--wp--preset--color--theme-green-2);
}
.inner-header .block-left figure {
    line-height: 20px;
}
.inner-header .block-left img {
    filter: invert();
    width: auto!important;
    height: 16px!important;
}
.inner-header .block-center {
    width: 200px;
    text-align: center;
}
.inner-header .block-center .custom-logo-link {
    line-height: 0;
}
.inner-header .block-center .custom-logo-link img {
    width: 200px;
    filter: invert(1) brightness(5);
    height: auto;
    transition: .3s all;
}

.inner-header .block-right {
    justify-content: flex-end;
}
.inner-header .block-right .social-top a {
    padding: 15px;
    border-radius: 50px;
    border: 1px solid white;
    width: 55px;
    height: 55px;
    background-color: transparent;
    transition: .3s all;
    text-align: center!important;
}
.inner-header .block-right .social-top a img {
    width: 22px!important;
    height: 22px!important;
    transition: .3s all;
    filter: invert(1);
}
.inner-header .block-right .social-top a:hover {
    background-color: var(--wp--preset--color--theme-green-3);
    border-color: var(--wp--preset--color--theme-green-3);
}
.inner-header .block-right .wpml-ls-flag {
    width: 30px;
    height: 19px;
}
.inner-header .reserver-btn {
    margin: 10px;
}
.reserver-btn a {
    border-color: white;
}
.reserver-btn a img {
    filter: invert();
    vertical-align: text-top;
    margin-right: 3px;
}
.reserver-btn a:hover {
    color: white;
}

.site-header .wpml-ls-legacy-dropdown {
    width: 50px;
    height: 19px;
    padding: 0;
    position: relative;
}
.site-header .wpml-ls-legacy-dropdown:before {
    content: url(https://www.camping-les-buissonnets.com/wp-content/themes/buissonnets/assets/images/Lang.svg);
    position: absolute;
    top: -1px;
    left: 8px;
    width: 22px;
    height: 22px;
    transition: .2s all;
    filter: invert(50%) sepia(85%) saturate(2294%) hue-rotate(100deg) brightness(107%) contrast(97%);
}
.site-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    visibility: visible;
    transition: .3s all;
    opacity: 0;
    pointer-events: none;
    top: 40px;
}
.site-header .wpml-ls ul {
    padding: 0;
    font-weight: 600;
    border: none;
    width: 40px;
} 
.site-header .wpml-ls > ul > li:hover .wpml-ls-sub-menu {
    opacity: 1;
    pointer-events: all;
    top: 22px;
}
.site-header .wpml-ls ul li {
    padding: 0;
}
.site-header .wpml-ls a {
    position: relative;
    height: 22px;
    background-color: transparent!important;
    border: none;
    text-align: left;
    padding: 1px 0;
    color: white!important;
    font-size: 16px;
    font-weight: 500;
    transition: .3s all;
}
.site-header .wpml-ls ul ul a {
    padding: 4px 6px 6px;
    font-size: 15px!important;
    height: 28px;
    color: white!important;
}
.site-header .wpml-ls a:hover, .site-header .wpml-ls-current-language > a:hover:before  {
    color: var(--wp--preset--color--theme-green-2)!important;
}
.site-header .wpml-ls-current-language > a:before {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    position: absolute;
    right: -5px;
    top: 4px;
    cursor: pointer;
    color: white;
    font-size: 10px;
    font-weight: 600;
    transition: .3s all;
}
.site-header .wpml-ls a:after {
    content: none;
}
.site-header .wpml-ls-current-language ul a:hover {
    color: var(--wp--preset--color--theme-green-2)!important;
}
.site-header.is-fixed-top .wpml-ls a {
    font-size: 16px;
}
.site-header .wpml-ls > ul > li > a {
    padding: 2px 5px;
}
.wpml-ls > ul > li .wpml-ls-sub-menu {
    transition: .3s all ;
    text-align: center;
    font-weight: 400;
}
.wpml-ls > ul > li:hover .wpml-ls-sub-menu {
    background-color: rgb(0 0 0 / 55%);
}

.wpml-ls-statics-footer, .otgs-development-site-front-end {
    display: none;
}


/*default maing menu */

ul.menu-principal {
    display: flex;
    justify-content: space-evenly;
}
ul.menu-principal {
    position: relative;
}
ul.menu-principal li:hover a, .site-header .menu-header li.current_page_item a, .site-header .menu-header li.current_page_item > .arrow-menu:after {
    color: var(--wp--preset--color--theme-green-2);
    text-decoration: none;
}
/* ul.menu-principal li:hover > .arrow-menu:after {
    color: black;
} */
ul.menu-principal .sub-menu {
    position: absolute;
    top: 100%;
    width: 100%;
    height: auto;
    z-index: 1;
    max-height: 0;
    opacity: 0.01;
    overflow: hidden;
    background: #FFF;
}
ul.menu-principal .show-sub-menu .sub-menu {
    margin-top: calc(var(--wp--style--block-gap) / 2);
    max-height: 1000px;
    opacity: 1;
    box-shadow: 1px 2px 4px 1px rgb(0 0 0 / 5%);
    transition: margin 300ms ease-out, opacity 300ms ease-out;
}

.menu-principal > li > a {
    padding-bottom: 10px;
}

.menu-principal > li.menu-item-has-children {
    margin-right: 12px;
    position: relative;
}
.menu-principal li .arrow-menu{
    position: absolute;
}

ul.menu-principal li li a {
    display: block;
}

ul.menu-principal .sub-menu, ul.menu-principal .sub-menu .sub-menu {
    position: absolute;
    padding: 0px;
    top: 21px;
    left: -20px;
    width: 100%;
    min-width: 240px;
    height: auto;
    z-index: 2;
    max-height: 0;
    opacity: 0;
    background: var(--wp--preset--color--theme-green-1);
    pointer-events: none;
}
.menu-principal li li .arrow-menu {
    position: absolute;
    right: 30px;
}
.site-header.is-fixed-top ul.menu-principal .sub-menu {
    top: 21px;
}
.site-header ul.menu-principal .sub-menu .sub-menu {
    top: -7px!important;
    left: initial!important;
    right: -240px;
}
ul.menu-principal li .sub-menu > li {
    position: relative;
    text-align: left;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 19px;
    transition: .3s all;
}
ul.menu-principal li .sub-menu > li a {
    color: white;
    font-size: 14px;
}
ul.menu-principal li .sub-menu > li:hover {
    background-color: var(--wp--preset--color--theme-green-3);
}
ul.menu-principal li .sub-menu > li:first-child {
    padding-top: 10px;
}
ul.menu-principal li .sub-menu > li:last-child {
    padding-bottom: 10px;
}

ul.menu-principal .menu-item-has-children:hover > .sub-menu {
    margin-top: calc(var(--wp--style--block-gap) / 2);
    max-height: 1000px;
    opacity: 1;
    box-shadow: 1px 2px 4px 1px rgb(0 0 0 / 50%);
    transition: margin 300ms ease-out, opacity 300ms ease-out;
    pointer-events: all;
}
.site-header .menu-header {
    width: 100%;
    max-width: var(--wp--style--global--content-size);
    margin: 10px auto;
    transition: .3s all;
}
.site-header .menu-header a {
    color: white;
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
    transition: .2s all;
    position: relative;
}
.site-header .menu-header .menu-principal > li > a:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: -20px;
    height: 1px;
    width: calc(100% + 40px);
    background-color: white;
    transition: .2s all;
    opacity: 0;
}
.site-header.is-fixed-top .menu-header .menu-principal > li > a:before {
    height: 2px;
}
.site-header .menu-header .menu-principal > li.current-menu-parent > a:before {
    width: calc(100% + 35px);
}

.site-header .menu-header .menu-principal > li > a:hover:before, .site-header .menu-header .menu-principal > li.current_page_item > a:before {
    opacity: 1;
}


.site-header.is-fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    height: 122px;
    background-color: var(--wp--preset--color--theme-green-1);
}
.site-header.is-fixed-top .inner-header .block-center .custom-logo-link img {
    width: 125px;
}
.site-header.is-fixed-top .inner-header {
    padding: 5px 30px;
    height: 90px;
}
.site-header.is-fixed-top .menu-header {
    margin: 0 auto;
}
.breadcrumbs-titulo {
    color: white;
}
.breadcrumbs-titulo a {
    color: var(--wp--preset--color--theme-green-1);
    transition: .3s all;
}
.breadcrumbs-titulo a:hover {
    color: var(--wp--preset--color--theme-green-3);
}


/*** RESPONSIVE MENU ***/

.mega-menu .sub-menu {
    display: inherit;
}

.responsive-menu-button {
    position: fixed;
    top: 25px;
    left: 30px;
    z-index: 2001;
    cursor: pointer;
    height: 35px;
    padding: 2px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    transition: .3s all;
}
.responsive-menu-button:hover {
    color: var(--wp--preset--color--theme-blue-1);
}
.responsive-menu-button span.close, .responsive-menu-button.active span {
    display: none;
}
.responsive-menu-button.active span.close {
    display: initial;
}
.responsive-menu-button span {
    font-family: var(--wp--preset--font-family--montserrat);
    color: white;
    font-size: 12px;
    transition: .3s all;
}

.responsive-menu-button:before {
    font-family: "Font Awesome 6 Free";
    content: "\f0c9";
    font-size: 40px;
    font-weight: 900;
    color: white;
    transition: .3s all;
}
body.menu-fixed .responsive-menu-button {
    left: 30px;
}
body.menu-fixed .responsive-menu-button:before {
    font-size: 30px;
}

.responsive-menu-button.active:before {
    content: "\f00d";
    color: white;
    font-size: 25px!important;
}
.responsive-menu-button:hover:before, .responsive-menu-button.active:hover:before {
    color: #8cdda2;
}
.responsive-menu-button.active {
    background-color: transparent;
}

.rm-popup {
    z-index: -999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: 0.8s ease;
    pointer-events: none;
}

.rm-popup.opened {
    z-index: 2000;
    background: rgba(0,0,0,.5);
    pointer-events: all;
}

.rm-popup-bigClose {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.rm-popup-bloc {
    position: absolute;
    top: 0;
    left: -100%;
    width: 30%;
    min-width: 500px;
    height: 100%;
    padding: 0 20px 10px;
    text-align: left;
    opacity: 0;
    background-color: var(--wp--preset--color--theme-green-1);
    box-shadow: 0 0 2rem rgba(0,0,0,.5);
    transition: 0.8s ease;
}

.rm-popup.opened .rm-popup-bloc {
    left: 0;
    opacity: 1;
}

.rm-popup-close:before {
    content: '\2715';
    position: absolute;
    top: 0;
    left: 0;
    padding: 1rem 2rem;
    color: #fff;
    background: #4a3508;
    transition: 0.3s ease;
    cursor: pointer;
}

.rm-popup-content {
    height: 100%;
    max-width: 100%;
    overflow: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: stretch;
}

.rm-popup-content h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 30px;
}

.rm-popup-content hr {
    border: 0;
    border-top: 1px solid #658166;
    width: 100%;
    margin: 15px auto 30px;
}

.rm-popup-content .branding-respo {
    width: 200px;
    margin: 10px auto 5vh;
}
.rm-popup-content .branding-respo img {
    width: 200px;
    height: auto;
    filter: invert();
}

ul#menu-respo {
    margin: 0;
    padding-left: 0px;
}

ul#menu-respo li {
    line-height: 24px;
    margin: 15px 0;
    text-transform: uppercase;
    position: relative;
    list-style: none;
}
ul#menu-respo > li:first-child {
    margin-top: 0;
}

ul#menu-respo li a {
    display: table;
    position: relative;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: white;
    transition: .3s all;
}

ul#menu-respo li a:hover, ul#menu-respo li.current-menu-item > a {
    color: #8cdda2;
}

ul#menu-respo li a img {display: none;}

ul#menu-respo li ul {
    margin: 0;
}

ul#menu-respo li ul li {
    margin: 10px 0 10px 10px;
}
ul#menu-respo li ul li a {
    font-size: 15px;
    line-height: 14px;
    font-weight: 500;
    text-transform: initial;
}

ul#menu-respo .sub-menu {
    height: 0;
    opacity: 0;
    padding: 0 0 0 10px!important;
    margin: 0!important;
    overflow: hidden;
    transition: all .4s;
}

.menu-responsive-wrapper #langue a {
    display: block;
    text-decoration: none;
    padding: 10px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    background: transparent;
    border: none;
    font-weight: 400;
}

.charger-menu-resposive span a {
    font-size: 16px;
    font-weight: 600!important;
    line-height: 23px;
    margin-bottom: 15px;
    text-align: left!important;
    transition: .2s all;
}
.charger-menu-resposive span a i {
    font-size: 20px;
    margin-right: 10px;
    width: 22px;
    text-align: center;
}

.charger-menu-resposive span a:hover p, .charger-menu-resposive span a i {
    color: var(--wp--preset--color--theme-green-1);
}

.contact-menu-info > div:not(.reserver-btn) img {
    width: auto!important;
    height: 20px!important;
    vertical-align: sub;
    filter: invert();
}
.adresse-lien-bottom img {
    filter: invert(89%) sepia(20%) saturate(734%) hue-rotate(73deg) brightness(91%) contrast(90%)!important;
}
.contact-menu-info a .wp-block-group {
    gap: 10px;
}

.over-y-vi {overflow-y: hidden;}

.adresse-lien-bottom span {
    margin-bottom: 5px;
    display: block;
}
.adresse-lien-bottom a, .adresse-lien-bottom p {
    font-size: 14px;
    line-height: 21px;
    color: white;
    font-weight: 400;
    transition: .3s all;
}
.social-lien-bottom {
    display: inline-flex;
    gap: 15px;
}
.social-lien-bottom a {
    margin-top: 5px;
    display: inline-block;
    padding: 10px;
    border-radius: 50px;
    border: 1px solid white;
    transition: .3s all;
    width: 46px;
    height: 46px;
}
.charger-menu-resposive .social-lien-bottom a {
    padding-top: 9px!important;
}
.charger-menu-resposive .social-lien-bottom a img {
    height: 25px!important;
}

@media (max-width:500px) {
    .rm-popup-content .branding-respo, .rm-popup-content .branding-respo img {
        width: 130px;}
    .rm-popup-bloc {
        min-width:100%;}
    .arrow-menu.active:after {
        content: "\f106";}
}
@media (min-width:1025px) {
    .responsive-menu-button, .menu-responsive-wrapper {
        display: none;}
}
@media (max-width:1024px) {
    .menu-principal {
        display: none!important; }
}


/*** MEGA MENU ***/

.mega-menu .sub-menu {
    display: none;
}
.mega-menu-hebergements {
    opacity: 0;
    width: 500px;
    position: absolute;
    top: 32px;
    left: -20px;
    z-index: 1;
    pointer-events: none;
    transition: .3s all;
}
.site-header.is-fixed-top .mega-menu-hebergements {
    top: 50px;
}
.site-header.is-fixed-top .mega-menu:hover .mega-menu-hebergements {
    top: 32px;
}
.mega-menu-hebergements > .wp-block-columns {
    margin-bottom: 0;
}
.mega-menu-hebergements .archive-columns {
    gap: 0px;
    margin-bottom: 0;
    flex-direction: row;
}
.mega-menu-hebergements .archive-columns .wp-block-column {
    overflow: hidden;
}
.mega-menu-hebergements .archive-columns > .wp-block-column {
    line-height: 0;
    display: block;
    min-width: 200px;
}
.mega-menu-hebergements .archive-columns > .wp-block-column:first-child {
    border-right: 1px solid white;
    border-bottom: 1px solid white;
}
.mega-menu-hebergements .archive-columns > .wp-block-column:nth-child(2) {
    border-bottom: 1px solid white;
}
.mega-menu-hebergements .archive-columns > .wp-block-column:nth-child(3) {
    border-right: 1px solid white;
}
.mega-menu-hebergements .wp-block-otros-elementos {
    margin:0!important;
}
.mega-menu-hebergements .image-wrapper img {
    min-height: 160px!important;
    max-height: 160px!important;
    filter: brightness(.8);
    width: 100%;
    object-fit: cover;
    transition: .3s all;
}
.mega-menu-hebergements .wp-block-column:hover .image-wrapper img {
    filter: brightness(.3);
}
.mega-menu-hebergements .archive-slider .icono-aloj {
    margin: 0 auto 5px;
}
.mega-menu-hebergements .archive-columns {
    flex-wrap: wrap!important;
}
.mega-menu-hebergements .archive-columns .iconos-locations {
    padding: 20px 5px 0;
    display: inline-flex;
    gap: 25px;
}
.mega-menu-hebergements .archive-columns .slider-info {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .3s all;
    z-index: 1;
}
.mega-menu-hebergements .archive-columns .slider-info h3 {
    font-family: var(--wp--preset--font-family--montserrat);
    top: 25px;
    left: 10px;
    width: calc(100% - 20px);
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: white;
    position: absolute;
    transition: .5s all;
}
.mega-menu-hebergements .archive-columns .iconos-locations {
    opacity: 0;
    transform: scale(.9);
    position: absolute;
    margin: 0;
    top: 50px;
    left: 10px;
    width: calc(100% - 20px);
    height: auto;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    padding: 7px;
    font-size: 13px;
    text-align: center;
    transition: .3s all;
    z-index: 1;
}
.mega-menu-hebergements .archive-columns .iconos-locations div {
    display: flex;
    flex-basis: 40%;
    flex-direction: column;
}
.mega-menu-hebergements .archive-columns .iconos-locations div:nth-child(1) {
    flex-basis: 60%;
}
.mega-menu-hebergements .archive-columns .iconos-locations div:nth-child(3) {
    display: none;
}
.mega-menu-hebergements .archive-columns .iconos-locations .valor-icono {
    line-height: 20px;
    font-weight: 500;
}
.mega-menu:hover .mega-menu-hebergements {
    opacity: 1;
    pointer-events: all;
}
.mega-menu-hebergements .archive-columns .wp-block-column:hover .iconos-locations {
    opacity: 1;
    transform: scale(1);
}
.mega-menu-hebergements .archive-columns .wp-block-column:hover h3 {
    top: 140px;
}

@media (max-width:1024px) {
    .mega-menu .sub-menu {
        display: inherit;}
}


/*** MOTOR THELIS ***/

.thr-search-engine .form-group .thr-range-picker .fa-calendar-alt {
    display: none;
}
.thr-search-engine-main .thr-range-picker > span {
    margin: 0 5px;
}
.thr-search-engine-main .thr-range-picker > span i:before {
    content: "\f105";
}
.formulaire-de-recherche-bar .thr-search-engine .thr-search-engine-main > .thr-btn-search, .formulaire-de-recherche-bar #pay-btn-2 {
    position: relative;
    background-color: var(--wp--preset--color--theme-green-1)!important;
    font-size: 14px;
    font-weight: 600!important;
    color: white;
    border-radius: 50px;
    height: 54px;
    padding: 10px !important;
    transition: .3s all;
    margin: 0 !important;
    font-family: var(--wp--preset--font-family--montserrat) !important;
}
.formulaire-de-recherche-bar .thr-search-engine .thr-search-engine-main > .thr-btn-search:hover {
    background-color: var(--wp--preset--color--theme-green-3)!important;
    color: var(--wp--preset--color--theme-green-2)!important;
}
.formulaire-de-recherche-bar #pay-btn-2 {
    position: absolute;
    background-color: transparent !important;
    width: 210px;
    right: 25px;
    border: 1px solid var(--wp--preset--color--theme-green-1);
    top: 20px;
    color: var(--wp--preset--color--theme-green-1);
}
.formulaire-de-recherche-bar #pay-btn-2:hover {
    background-color: var(--wp--preset--color--theme-green-3)!important;
    color: white;
}
.thr .thr-search-engine .thr-search-engine-main>.thr-btn-search:before, .formulaire-de-recherche-bar #pay-btn-2:before {
    content: url(https://www.camping-les-buissonnets.com/wp-content/themes/buissonnets/assets/images/pagar_Saldo.svg);
    position: absolute;
    left: calc(50% - 54px);
    top: 17px;
    width: 20px !important;
    height: auto;
    pointer-events: none;
    transition: .3s all;
    filter: invert();
}
.formulaire-de-recherche-bar #pay-btn-2:before {
    left: calc(50% - 81px);
    top: 16px;
    filter: invert(22%) sepia(16%) saturate(1587%) hue-rotate(64deg) brightness(92%) contrast(86%);
}
.formulaire-de-recherche-bar #pay-btn-2:hover:before {
    filter: invert();
}
.thr .thr-search-engine .thr-search-engine-main>.thr-btn-search:before {
    content: url(https://www.camping-les-buissonnets.com/wp-content/themes/buissonnets/assets/images/buscar.svg);
}
.thr .thr-search-engine .thr-search-engine-main>.thr-btn-search i, #pay-btn-2 i {
    opacity: 0;
    margin: 0;
}

.motor-top {
    opacity: 0;
    position: absolute;
    z-index: 4;
    margin: 0;
    bottom: calc(35vh - 45px);
    left: calc(50% - 640px);
    padding: 0 !important;
    max-width: 1280px;
    width: 100%;
    height: 90px;
    border-radius: 50px;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);
    transition: .3s all;
    background-color: var(--wp--preset--color--theme-green-2);
    border-radius: 50px;
}
body.home .motor-top {
    bottom: -50px;
}
.motor-top thr-search-engine {
    border: none!important;
}
.motor-top .thr-search-engine .form-group .thr-range-picker, .motor-top .thr-search-engine .form-group .thr-select-placeholder {
    font-family: var(--wp--preset--font-family--montserrat)!important;
    padding: 29px 10px 0px 15px!important;
    background-color: transparent;
    font-weight: 500;
    font-size: 15px;
    color: var(--wp--preset--color--theme-green-3);
}
.motor-top .thr-search-engine {
    padding: 5px 0 5px 15px!important;
    height: 90px;
    width: calc(100% - 250px);
    background-color: var(--wp--preset--color--theme-green-2);
    border-radius: 50px;
}
.motor-top .thr-search-engine-main > div {
    min-height: 46px;
    border: none!important;
    padding: 20px 10px;
    position: relative;
}
.motor-top .thr-search-engine .form-group label {
    font-family: var(--wp--preset--font-family--montserrat)!important;
    color: var(--wp--preset--color--theme-green-1);
    text-transform: math-auto;
    font-size: 14px;
    font-weight: 700;
}
.motor-top .thr-search-engine .form-group {
    padding: 0px 15px 24px;
    margin-top: -8px;
    background-color: transparent;
}
.motor-top .thr-search-engine .thr-search-engine-main>* {
    margin-bottom: 0px!important;
    margin-left: auto;
    margin-right: auto;
}

.motor-top.is-fixed {
    position: fixed;
    top: 122px;
    height: 60px;
    padding: 0 !important;
    left: 0;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
}
.motor-top.is-fixed .thr-search-engine {
    padding: 5px 0 5px 15px !important;
    height: 50px;
}
.motor-top.is-fixed .thr-search-engine-main > div {
    padding: 7px 0 0px;
}
.motor-top.is-fixed .formulaire-de-recherche-bar .thr-search-engine .thr-search-engine-main > .thr-btn-search {
    padding: 11px 20px 10px !important;
    margin: 0px!important;
    height: 50px;
}
.motor-top.is-fixed .thr .thr-search-engine .thr-search-engine-main>.thr-btn-search:before, .motor-top.is-fixed .formulaire-de-recherche-bar #pay-btn-2:before {
    top: 14px;
}

.motor-top.is-fixed .thr-search-engine .form-group .thr-range-picker, .motor-top.is-fixed .thr-search-engine .form-group .thr-select-placeholder {
    padding: 25px 15px 0px !important;
    font-size: 15px;
}
.motor-top.is-fixed .thr .thr-select .thr-select-placeholder i, .motor-top.is-fixed .thr .thr-range-picker i {
    top: 39px !important;
}
.motor-top.is-fixed .formulaire-de-recherche-bar #pay-btn-2 {
    height: 50px;
    top: 5px;
}
.motor-top .thr-search-engine .thr-search-engine-main>.thr-search-engine-pers i, .motor-top .thr-search-engine .thr-search-engine-main>.thr-search-engine-type i {
    display: none;
}
.motor-top .thr-search-engine .thr-search-engine-main>.thr-search-engine-dates i {
    position: relative;
    width: 11px;
}
.motor-top .thr-search-engine .thr-search-engine-main>.thr-search-engine-dates i:before {
    content: url(https://www.camping-les-buissonnets.com/wp-content/themes/buissonnets/assets/images/arrow-right.svg);
    left: 0px;
    top: -13px;
    width: 15px !important;
    display: block;
    position: absolute;
}
.motor-top .thr-search-engine-main > div:after {
    content: "";
    position: absolute;
    height: 30px;
    width: 2px;
    background-color: #DDDDDD;
    top: 25px;
    right: -3px;
}
.motor-top .thr-search-engine .thr-search-engine-main>.thr-search-engine-pers:after {
    content: none;
}
.motor-top .thr-search-engine .thr-search-engine-main>.thr-search-engine-type {
    flex-basis: 27%!important;
}
.motor-top .thr-search-engine .thr-search-engine-main>.thr-search-engine-pers {
    flex-basis: 18%!important;
}
.motor-top .thr-search-engine .thr-search-engine-main>.thr-search-engine-dates {
    flex-basis: 32%!important;
}
.motor-top.is-fixed .thr-search-engine .thr-search-engine-main>.thr-search-engine-dates i:before {
    left: -3px;
    top: -53px;
    width: 17px !important;
}
.motor-top.is-fixed .thr-search-engine-main > div:after {
    height: 35px;
    top: 8px;
}

.motor-top #expand-thelis-formulaire {
    background-color: var(--wp--preset--color--theme-green-2) !important;
    padding: 15px!important;
    font-weight: 500!important;
    font-size: 19px!important;
}
.motor-top:not(.is-fixed) #expand-thelis-formulaire {
    border-radius: 20px;
}
.motor-top #expand-thelis-formulaire:after {
    width: 40px!important;
    height: 40px!important;
    top: 5px!important;
    background-size: 13px auto!important;
}

@media (max-width: 1300px) {
    .motor-top .thr-search-engine {
        padding: 5px 0 5px 0px !important;}
    .motor-top .thr-search-engine .form-group label {
        font-size: 13px;}        
    .motor-top .thr-search-engine .form-group .thr-range-picker, .motor-top .thr-search-engine .form-group .thr-select-placeholder {
        font-size: 14px;}
}

@media (max-width: 1024px) {
    .motor-top .thr-search-engine .thr-search-engine-main>.thr-search-engine-pers {
        flex-basis: 15% !important;}    
    .motor-top {
        height: 50px!important;
        bottom: calc(35vh - 25px);}
    .motor-top .thr-search-engine {
        height: 65px !important;}
    .motor-top #expand-thelis-formulaire {
        background-color: #658166 !important;
        padding: 10px!important;}
    .motor-top .formulaire-de-recherche-bar .container-form {
        background-color: var(--wp--preset--color--theme-green-2);}
    .motor-top:not(.is-fixed) #expand-thelis-formulaire.expanded {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;}
    .motor-top .thr .thr-search-engine .thr-search-engine-main>.thr-btn-search:before, .motor-top .formulaire-de-recherche-bar #pay-btn-2:before {
        top: 16px;
        width: 19px !important;
        left: calc(50% - 47px);}
    .motor-top .formulaire-de-recherche-bar #pay-btn-2:before {
        left: calc(50% - 56px);}
    .motor-top.is-fixed .formulaire-de-recherche-bar .thr-search-engine {
        height: 50px;}
    .motor-top:not(.is-fixed) .thr-search-engine-main > div:after {
        height: 40px;
        top: 5px;}
    .formulaire-de-recherche-bar #pay-btn-2 {
        top: 55px!important;
        right: 10px;
        font-size: 13px;
        line-height: 15px;
        padding: 5px 8px !important;
        width: 140px;}
    #pay-btn-2 i {
        width: 25px!important;}
    .motor-top .thr-search-engine-main > div:before {
        content:""!important;}
    .motor-top .thr-search-engine-main > div {
        padding: 7px 0 2px 0!important;}
    .motor-top {
        padding: 0!important;
        height: 55px;
        left: 20px;
        max-width: calc(100% - 40px);
        width: calc(100% - 40px);}    
    .motor-top .thr-search-engine-main > div {
        flex-basis: 37%!important;
        margin-left: auto!important;
        margin-right: auto!important;
        padding-top: 6px;}
    .thr-search-engine .thr-search-engine-main>.thr-btn-search {
        flex-basis: 20%!important;}
    .motor-top .thr-search-engine .form-group {
        padding: 0px 4px 24px;}
    .motor-top .thr-search-engine .form-group .thr-range-picker, .motor-top .thr-search-engine .form-group .thr-select-placeholder {
        padding: 28px 4px 0!important;
        font-size: 13px!important;}
    .motor-top.is-fixed .thr-search-engine {
        padding: 5px 0 5px 5px !important;}
        
    .motor-top.is-fixed .thr-search-engine .form-group .thr-range-picker, .motor-top.is-fixed .thr-search-engine .form-group .thr-select-placeholder {
        padding: 25px 9px 0px !important;}
    .motor-top .thr-search-engine {
        width: calc(100% - 160px);
        background-color: transparent;}
    .motor-top .thr-search-engine .thr-search-engine-main>.thr-search-engine-dates i:before {
        left: -1px;
        top: -11px;
        width: 13px !important;}
    .motor-top .thr-search-engine-main .thr-range-picker > span {
        margin: 0;}
}
@media (max-width: 781px) {
    .motor-top {
        background-color: transparent;
        box-shadow: none!important;
        height: 42px;
        left: 10px;
        width: calc(100% - 20px);
        padding: 0 !important;}    
    #expand-thelis-formulaire {
        padding: 5px 18px!important;
        font-weight: 500!important;
        font-size: 20px!important;}
    .motor-top.is-fixed #expand-thelis-formulaire {
        border-radius: 0px!important;}
    #expand-thelis-formulaire:after {
        height: 20px!important;
        top: 11px!important;
        background-size: 13px auto!important;}
    #expand-thelis-formulaire.expanded {
        border-bottom-left-radius: 0px!important;
        border-bottom-right-radius: 0px!important;}
    .motor-top:not(.is-fixed) .thr-search-engine-main {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        padding-right: 10px;
        height: 65px;}
    .motor-top .thr-search-engine .form-group {
        padding: 0px 8px 24px;}
    .motor-top .thr-search-engine .form-group .thr-range-picker, .motor-top .thr-search-engine .form-group .thr-select-placeholder,
    .motor-top.is-fixed .thr-search-engine .form-group .thr-range-picker, .motor-top.is-fixed .thr-search-engine .form-group .thr-select-placeholder {
        padding: 24px 8px 0px !important;
        font-size: 13px!important;}
    .formulaire-de-recherche-bar .thr-search-engine .thr-search-engine-main > .thr-btn-search {
        padding: 10px 20px 10px !important;
        height: 40px;}
    .thr .thr-search-engine .thr-search-engine-main>.thr-btn-search:before {
        left: calc(50% - 34px);
        top: 11px;
        width: 14px !important;}
    .motor-top .thr .thr-select .thr-select-placeholder i, .motor-top .thr .thr-range-picker i, 
    .motor-top.is-fixed .thr .thr-select .thr-select-placeholder i, .motor-top.is-fixed .thr .thr-range-picker i {
        right: 20px;
        top: 35px !important;}
    .motor-top .thr-search-engine {
        width: 100%;
        height: 115px !important;
        padding: 5px 5px !important;}
    .motor-top .thr-search-engine .thr-search-engine-main>.thr-search-engine-dates {
        flex-basis: 42% !important;
        margin: 0 !important;}
    .motor-top .thr-search-engine .thr-search-engine-main>.thr-search-engine-type {
        flex-basis: 40% !important;
        margin: 0 !important;}
    .motor-top:not(.is-fixed) .formulaire-de-recherche-bar .thr-search-engine .thr-search-engine-main > .thr-btn-search, .formulaire-de-recherche-bar #pay-btn-2 {
        height: 50px;}
    .thr-search-engine .thr-search-engine-main>.thr-btn-search {
        flex-basis: 50% !important;
        border-bottom-left-radius: 10px;}
    .formulaire-de-recherche-bar #pay-btn-2 {
        width: 47%;
        right: 5px;
        top: 104px!important;}
    .motor-top.is-fixed .formulaire-de-recherche-bar #pay-btn-2 {
        top: 89px;}
    .motor-top:not(.is-fixed) .thr-search-engine-main {
        height: 100px;
        padding: 0;}
    .motor-top .thr .thr-search-engine .thr-search-engine-main>.thr-btn-search:before, .motor-top .formulaire-de-recherche-bar #pay-btn-2:before {
        top: 15px;}
    .motor-top .thr-search-engine .thr-search-engine-main>.thr-search-engine-dates i:before {
        left: 18px;
        top: -46px;}
    .motor-top.is-fixed .thr-search-engine .thr-search-engine-main>.thr-search-engine-dates i:before {
        left: 18px;
        top: -47px;
        width: 13px !important;}
    .motor-top .formulaire-de-recherche-bar #pay-btn-2:before {
        left: calc(50% - 72px);}
}

@media (max-width: 500px) {
    .motor-top .thr-search-engine .thr-search-engine-main>.thr-search-engine-dates {
        flex-basis: 100% !important;}
    .motor-top .thr-search-engine .thr-search-engine-main>.thr-search-engine-type {
        flex-basis: 60% !important;}
    .motor-top .thr-search-engine {
        height: 160px !important;}
    .formulaire-de-recherche-bar #pay-btn-2 {
        top: 153px !important;}
    #pay-btn-2 i {
        margin-right: 0px!important;}
    .motor-top .thr-search-engine-main .thr-search-engine-dates:after {
        content: none;}   
}


/*** COUPS DE COEUR ***/

.coups-block {
    padding: 40px 30px;
    min-height: 740px;
}
.coups-block .thr-favorites * {
    font-family: var(--wp--preset--font-family--montserrat)!important;
}
.coups-block .thr-favorite-content-category {
    font-weight: 600!important;
    min-height: initial!important;
    margin: 20px 0 0!important;
}
.coups-block .thr-favorite {
    margin: 10px!important;
    padding: 0!important;
    min-height: 435px;
    border-radius: 10px;
    box-shadow: none!important;
    box-shadow: 0 3px 10px rgba(0,0,0,0.28)!important;
}
.coups-block .thr-favorite-price {
    font-size: 0;
    text-align: center;
}
.coups-block .thr-favorite-price .thr-color-primary {
    margin: 25px 0 15px;
    color: var(--wp--preset--color--theme-green-1) !important;
    font-size: 41px !important;
    font-weight: 700 !important;
    font-family: var(--wp--preset--font-family--source-serif) !important;
}
.coups-block .thr-favorites .slick-list {
    z-index: 1;
    margin-top: 20px;
}
.coups-block .thr-favorites .slick-slider .slick-prev, .coups-block .thr-favorites .slick-slider .slick-next {
    top: 93.2%;
    z-index: 1;
    background-color: white;
    padding-top: 8px;
    opacity: 1;
    width: 40px;
    height: 40px;
}
.coups-block .thr-favorites .slick-slider .slick-prev:before, .coups-block .thr-favorites .slick-slider .slick-next:before {
    content: url(https://www.camping-les-buissonnets.com/wp-content/themes/buissonnets/assets/images/arrow-right.svg);
    filter: invert(19%) sepia(29%) saturate(1177%) hue-rotate(134deg) brightness(102%) contrast(91%);
}
.coups-block .thr-favorites .slick-slider .slick-prev {
    left: calc(50% - 80px);
    transform: scaleX(-1);
}
.coups-block .thr-favorites .slick-slider .slick-next {
    right: calc(50% - 80px);
}
.coups-block .thr-favorites div .thr-favorite .thr-favorite-content .thr-favorite-content-category, .coups-block .thr-color-primary {
    text-align: center;
    color: var(--wp--preset--color--theme-green-2);
    text-transform: initial;
    font-size: 30px;
    font-weight: 600;
    font-family: var(--wp--preset--font-family--source-serif)!important;
}
.coups-block .thr-favorites div .thr-favorite .thr-favorite-period>p, .coups-block .thr-favorites div .thr-favorite .thr-favorite-period>p>span {
    text-align: center;
    font-weight: 500!important;
    margin-top: 14px;
}
.coups-block .thr-favorites.thr .slick-dots {
    margin-top: 20px;
}
.coups-block .thr-favorites.thr .slick-dots li {
    width: 12px!important;
    height: 12px!important;
}
.coups-block .thr-favorites.thr .slick-dots li button {
    background-color: #bebebe;
    width: 12px!important;
    height: 12px!important;
    border: none!important;
}
.coups-block .thr-favorites.thr .slick-dots li.slick-active button {
    background-color: var(--wp--preset--color--theme-green-1);
    width: 14px!important;
    height: 14px!important;
}
.coups-block .slick-dots li button:before {
    display: none;
}
.coups-block .thr-favorites div .thr-favorite .thr-box-footer button.btn {
    background-color: var(--wp--preset--color--theme-green-1)!important;
    border-radius: 10px;
    display: block;
    width: 100%;
    font-size: 16px!important;
    font-weight: 700!important;
    padding: 14px 20px;
    text-transform: uppercase;
    transition: .3s all;
    margin-top: -5px;
    font-family: var(--wp--preset--font-family--montserrat)!important;
}
.coups-block .thr-favorites div .thr-favorite .thr-box-footer button.btn:hover {
    background-color: var(--wp--preset--color--theme-green-2)!important;
}
.coups-block .thr-favorites div .thr-favorite .thr-box-picture {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: 0px!important;
}
.coups-block .thr-favorite-content {
    padding: 0 20px 20px;
}
.coups-block .thr-promotion-block{
    top:0!important;
    border-top-right-radius: 10px;
    width: 60px!important;
    height: 35px!important;
    padding: 6px!important;
    font-size: 15px!important;
    text-align: center;
    background-color: var(--wp--preset--color--theme-green-2)!important;
}
.coups-block .thr-favorite-price span.thr-favorite-striked-price {
    display: none;
}


/*** SIMPLEBLOCK ***/

.booking-dates.forma-3 {
    padding: 150px 30px 160px!important;
    min-height: 950px;
}
.booking-dates .thr {
    font-family: var(--wp--preset--font-family--montserrat)!important;
}
.booking-dates .thr-simpleblock .thr-simpleblock-engine {
    padding: 20px;
    border-radius: 20px;
}
.single .booking-dates .columns {
    padding:20px;
}
.booking-dates p{
    font-weight: bold;
    font-size: 16px;
}
.booking-dates .soustitre-tarifs {
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin: 10px 0 30px;
}
.booking-dates .thr-simpleblock {
    background-color: transparent;
    padding: 0;
    /* box-shadow: 0px 0px 30px #0000001a; */
    margin-top: 50px;
    min-height: 540px;
    border-radius: 10px;
}
.booking-dates .thr-simpleblock .thr-simpleblock-simple .thr-simpleblock-results .thr-simpleblock-row .thr-simpleblock-category {
    flex: 0 0 19%!important;
    border: 1px solid #eaeaea;
    border-bottom: none;
}
.booking-dates .thr-simpleblock .thr-simpleblock-engine .thr-simpleblock-engine-row .thr-simpleblock-engine-radio {
    color: var(--wp--preset--color--theme-black) !important;
    font-size: 14px;
    font-weight: 500;
}
.booking-dates .thr-simpleblock .thr-simpleblock-engine .thr-simpleblock-engine-row:not(:only-child) {
    padding: 10px 0 10px 3rem !important;
}
.booking-dates .thr-simpleblock .thr-simpleblock-engine .thr-simpleblock-engine-row.thr-simpleblock-engine-row-simple .thr-simpleblock-engine-inputs>*>span {
    color:var(--wp--preset--color--theme-green-1)!important;
    font-weight: 500;
    margin-bottom: 10px;
    margin-bottom: 5px;
    display: block;
    font-size: 14px;
}
.booking-dates .thr-simpleblock .thr-simpleblock-engine .thr-simpleblock-engine-row+.thr-simpleblock-engine-row {
    border-top: none!important;
}
.booking-dates .thr-simpleblock .thr-simpleblock-engine .thr-simpleblock-engine-row:not(:only-child):before {
    width: 25px!important;
    height: 25px!important;
    border-color: silver;
}
.booking-dates .thr-simpleblock .thr-simpleblock-engine .thr-simpleblock-engine-row:not(:only-child).active:after {
    background: var(--wp--preset--color--theme-green-1)!important;
    width: 13px!important;
    height: 13px!important;
    left: 6px!important;
}
.booking-dates .thr-simpleblock .thr-simpleblock-engine .thr-simpleblock-engine-row.thr-simpleblock-engine-row-simple .thr-simpleblock-engine-inputs>* select {
    font-weight: 500;
}
.booking-dates .thr-simpleblock .thr-simpleblock-simple .thr-simpleblock-months .thr-simpleblock-month.thr-simpleblock-month-current, 
.booking-dates .thr-simpleblock .thr-simpleblock-simple .thr-simpleblock-results, 
.booking-dates .thr-simpleblock .thr-simpleblock-simple .thr-simpleblock-results .thr-simpleblock-row .thr-simpleblock-stays .thr-simpleblock-stay.unavailable {
    font-size: 14px;
    font-weight: 500;
    padding-top:0;
}
.booking-dates .thr-simpleblock .thr-simpleblock-simple .thr-simpleblock-results .thr-simpleblock-row.thr-simpleblock-headers .thr-simpleblock-stay>div>div>span,
.booking-dates .thr-simpleblock .thr-simpleblock-simple .thr-simpleblock-results .thr-simpleblock-row.thr-simpleblock-headers .thr-simpleblock-stay>div>div {
    font-weight: 500;
}
.booking-dates .thr-simpleblock .thr-simpleblock-simple .thr-simpleblock-results .thr-simpleblock-row {
    margin-bottom:0;
}
.booking-dates .thr-simpleblock .thr-simpleblock-simple .thr-simpleblock-results .thr-simpleblock-row .thr-simpleblock-stays .thr-simpleblock-stay {
    padding: 20px;
    background-color: white !important;
}
.booking-dates .thr-simpleblock .thr-simpleblock-simple .thr-simpleblock-results .thr-simpleblock-row:not(.thr-simpleblock-headers) .thr-simpleblock-stays {
    border-bottom: 1px solid #eaeaea;
}
.booking-dates .thr-simpleblock .thr-simpleblock-simple .thr-simpleblock-results .thr-simpleblock-row:first-child .thr-simpleblock-stays .thr-simpleblock-stay {
    border-top: 1px solid #eaeaea !important;
}
.booking-dates .thr-simpleblock .thr-simpleblock-simple .thr-simpleblock-months .thr-simpleblock-month.thr-simpleblock-month-current {
    font-weight: 700!important;
    background-color: white!important;
    color: var(--wp--preset--color--theme-green-1)!important;
}
.booking-dates .thr-simpleblock .thr-simpleblock-simple .thr-simpleblock-months .thr-simpleblock-month {
    background-color: var(--wp--preset--color--theme-black)!important;
    padding: 10px 0!important;
    font-weight: 600;
    text-transform: capitalize;
}
.booking-dates .thr-simpleblock .thr-simpleblock-simple .thr-simpleblock-months .thr-simpleblock-month:not(.thr-simpleblock-month-current):first-child {
    border-radius: 20px 0 0 0;
}
.booking-dates .thr-simpleblock .thr-simpleblock-simple .thr-simpleblock-months .thr-simpleblock-month:last-child {
    border-radius: 0 20px 0 0;
}
.booking-dates .thr-simpleblock .thr-simpleblock-simple .thr-simpleblock-months {
    margin-top: 20px;
    gap: 0px;
}
.booking-dates .thr-promotion .thr-promotion-block {
    background-color: var(--wp--preset--color--theme-green-2)!important;
    font-weight: 500;
    font-size: 12px;
    padding: 1px 6px 3px;
    height: 26px;
    width: 46px;
}
.booking-dates .thr-simpleblock .thr-simpleblock-simple .thr-simpleblock-results .thr-simpleblock-row .thr-simpleblock-stays .thr-simpleblock-stay .thr-simpleblock-stay-price-container:not(.thr-simpleblock-stay-unavailable)>* .thr-simpleblock-price {
    font-size: 30px;
    font-weight: 700;
    margin: 10px 0 5px;
    color: var(--wp--preset--color--theme-green-3);
}
.booking-dates .thr-simpleblock .thr-simpleblock-stay-price {
    font-weight: 400;
    color: var(--wp--preset--color--theme-text);
    font-size: 14px;
    line-height: 19px;
    margin-top: 23px;
    width: 100%;
}
.booking-dates .thr-simpleblock .thr-simpleblock-simple .thr-simpleblock-results .thr-simpleblock-row .thr-simpleblock-stays .thr-simpleblock-stay .thr-simpleblock-striked-price{
    font-size: 20px!important;
    color: #484848!important;
    line-height: 24px;
    font-weight: 500;
    margin-top: 5px;
}
.booking-dates .thr-simpleblock .thr-simpleblock-stay-price.thr-simpleblock-stay-unavailable {
    font-weight: 400;
    color: #7b7b7b;
}
.booking-dates .thr .btn-primary {
    background-color: var(--wp--preset--color--theme-green-1) !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    letter-spacing: 0px !important;
    padding: 15px 25px 14px !important;
    font-family: var(--wp--preset--font-family--montserrat) !important;
    transition: .3s all;
    border-radius: 50px;
}
.booking-dates .thr .btn-primary:hover{
    background-color: var(--wp--preset--color--theme-green-3)!important;
    color: white!important;
}
.booking-dates .fa-shopping-cart:before {
    content:"\f073";
    font-size: 14px;
    font-weight: 500;
    margin-right: 3px;
}
.booking-dates .thr-simpleblock .thr-simpleblock-simple .thr-simpleblock-results .thr-simpleblock-row .thr-simpleblock-category .thr-simpleblock-category-name {
    color: white;
    background-color: #0000002e;
    font-size: 15px;
    text-align: left;
    padding: 10px 10px 7px;
    font-weight: 600;
    z-index: 1;
    bottom: 0;
    top: inherit;
}

@media (max-width: 1024px) {
    .booking-dates {
        padding: 10px 0px 50px;}
    .booking-dates .thr-simpleblock .thr-simpleblock-simple .thr-simpleblock-results .thr-simpleblock-row .thr-simpleblock-stays .thr-simpleblock-stay {
        padding: 20px 0px;}
    .booking-dates .thr-simpleblock .thr-simpleblock-simple .thr-simpleblock-results .thr-simpleblock-row .thr-simpleblock-stays .thr-simpleblock-stay .thr-simpleblock-stay-price-container:not(.thr-simpleblock-stay-unavailable)>* .thr-simpleblock-price {
        font-size: 15px;}
    .booking-dates .thr .btn-primary {
        font-size: 12px!important;
        padding: 10px 8px 6px!important;}
    .booking-dates .thr-simpleblock {
        padding: 20px;}
}
@media (max-width: 768px) {
    .booking-dates .thr-simpleblock-stay-price-container.ng-scope{
        flex-direction: initial!important;}
    .booking-dates .thr-simpleblock-stay-period span.label{
        padding: 0;
        margin: 3px 5px 0 4px;
        font-size: 14px;}
    .booking-dates .thr-simpleblock .thr-simpleblock-engine .thr-simpleblock-engine-row .thr-simpleblock-engine-radio,
    .booking-dates .thr-simpleblock .thr-simpleblock-engine .thr-simpleblock-engine-row+.thr-simpleblock-engine-row {
        padding-left: 3rem;}
    .booking-dates .thr-simpleblock .thr-simpleblock-simple .thr-simpleblock-months .thr-simpleblock-month.thr-simpleblock-month-current {
        font-size: 16px;}
    .booking-dates .thr-simpleblock .thr-simpleblock-simple .thr-simpleblock-results .thr-simpleblock-row .thr-simpleblock-stays .thr-simpleblock-stay {
        padding: 20px!important;}
}
@media (max-width: 500px) {
    .thr-simpleblock .thr-simpleblock-engine {
        padding: 1rem 0.7rem;}
    .booking-dates .thr-simpleblock .thr-simpleblock-engine .thr-simpleblock-engine-row .thr-simpleblock-engine-radio {
        padding-left: 3.5rem!important;
        font-size: 13px;
        line-height: 21px;}
    .booking-dates .thr-simpleblock .thr-simpleblock-engine .thr-simpleblock-engine-row+.thr-simpleblock-engine-row {
        padding-left: 2.3rem!important;}
    .thr-simpleblock .thr-simpleblock-engine {
        padding: 1rem!important;}
    .booking-dates .thr-simpleblock .thr-simpleblock-simple .thr-simpleblock-months .thr-simpleblock-month.thr-simpleblock-month-current {
        font-size: 14px; }
    .booking-dates {
        padding: 10px;}   
    .booking-dates .thr-simpleblock {
        padding: 10px;}
    .booking-dates .thr-simpleblock .thr-simpleblock-simple .thr-simpleblock-results .thr-simpleblock-row .thr-simpleblock-stays .thr-simpleblock-stay {
        padding: 15px!important;}
}




/*** TEMA ***/

.r {
    position: relative;
}
img {
    object-fit: cover;
}
.oh {
    overflow: hidden;
}
.ir-top {
    background: var(--wp--preset--color--theme-green-1) none repeat scroll 0 0;
    border-radius: 7px;
    bottom: 25px;
    color: white;
    cursor: pointer;
    display: none;
    font-size: 20px;
    opacity: 1;
    padding: 7px 10px;
    position: fixed;
    right: 20px;
    z-index: 3;
    transition: .4s all;
    box-shadow: 0 0 6px #0000006b;
}

.wp-block-buttons {
    margin: 40px 0;
}
.wp-block-button__link {
    font-weight: 600;
    padding: 18px 25px;
    position: relative;
    transition: .3s all;
}
.wp-block-button__link:hover {
    color: white;
    background-color: var(--wp--preset--color--theme-green-3);
    border-color: var(--wp--preset--color--theme-green-3);
}
.imagen-intro:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 270px;
    background: linear-gradient(180deg, rgb(0 0 0 / 74%) 0%, rgba(14, 19, 22, 0.00) 100%);
    z-index: 1;
}



/*** SLIDERS ***/

.splide .splide__arrow:before {
    content: url(https://www.camping-les-buissonnets.com/wp-content/themes/buissonnets/assets/images/arrow-right.svg);
    position: absolute;
    top: 8px;
    left: 6px;
    width: 22px;
    height: 22px;
    transition: .2s all;
}
.splide .splide__arrow.splide__arrow--next:before {
    left: 9px;
}
.splide .splide__arrow.splide__arrow--prev:before {
    transform: scaleX(-1);
}
.splide .splide__arrow:hover {
    background-color: var(--wp--preset--color--theme-green-3);
}
.splide .splide__arrow:hover:before {
    filter: invert();
}
.splide .splide__arrow {
    background-color: white;
    opacity: 1!important;
    width: 40px;
    height: 40px;
    transition: .2s all;
    border: 1px solid var(--wp--preset--color--theme-green-3);
}
.splide .splide__arrow svg {
    display: none;
}

.locations-accueil .splide .splide__arrow.splide__arrow--prev {
    left: calc(15% - 20px);
}
.locations-accueil .splide .splide__arrow.splide__arrow--next {
    right: calc(15% - 20px);
}
.locations-accueil .splide__track {
    padding-left: 15%!important;
    padding-right: 15%!important;
}
.locations-accueil .splide__slide {
    margin-right: 50px!important;
}
.locations-accueil .splide__slide .wp-block-column, .archive-columns > .wp-block-column {
    display: flex;
    background-color: var(--wp--preset--color--theme-green-3);
    border-radius: 30px;
}
.mega-menu-hebergements .archive-columns > .wp-block-column {
    border-radius: 0;
}
.archive-columns {
    flex-direction: column;
}
.locations-accueil .image-wrapper {
    flex-basis: 65%;
    line-height: 0;
}
.locations-accueil .image-wrapper img {
    width: 100%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    max-height: 525px;
    min-height: 525px;
}
.locations-accueil .slider-info {
    flex-basis: 35%;
    background-color: var(--wp--preset--color--theme-green-3);
    color: white;
    margin: 0;
    padding: 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.locations-accueil .slider-info h3 {
    color: white;
    margin-bottom: 0px;
}
.locations-accueil .slider-info h3 .last-word {
    display: block;
    text-transform: uppercase;
}
.locations-accueil .iconos-locations div {
    display: flex;
    gap: 10px;
    padding: 15px 0;
    border-bottom: 1px solid white;
}
.iconos-locations img {
    width: 20px!important;
    height: 20px!important;
    filter: invert();
}
.locations-accueil .slider-info .wp-block-button a {
    border-color: white;
    color: white;
    margin-top: 15px;
}
.locations-accueil .slider-info .wp-block-button a:hover {
    background-color: var(--wp--preset--color--theme-green-1);
}

.location-info .splide .splide__arrow.splide__arrow--prev {
    top: initial;
    bottom: 15px;
    left: 30px;
}
.location-info .splide .splide__arrow.splide__arrow--next {
    top: initial;
    bottom: 15px;
    left: 80px;
    right: initial;
}


/*** CAMPING ***/

.equipements-camping .les-equipements .splide .splide__arrow.splide__arrow--prev {
    left: -45px;
}
.equipements-camping .les-equipements .splide .splide__arrow.splide__arrow--next {
    right: -45px;
}
.equipements-camping .les-equipements .wp-block-cover {
    min-height: 100%;
}
.equipements-camping .les-equipements .wp-block-cover > img, .equipements-camping .les-equipements .wp-block-cover > span {
    opacity: 0!important;
    transition: .4s all;
    border-radius: 20px;
}
.equipements-camping .les-equipements .wp-block-cover > .wp-block-cover__inner-container {
    transition: .4s all;
}
.equipements-camping .les-equipements .wp-block-cover:hover > img {
    opacity: 1!important;
}
.equipements-camping .les-equipements .wp-block-cover:hover > .wp-block-cover__inner-container {
    opacity: 0!important;
}


/*** LOCATIONS ***/

.parent-pageid-1062 .motor-top {
    display: none;
}

.location-info .galeria-slider img {
    min-height: 630px;
    max-height: 630px;
    border-radius: 20px;
}

.autres-locations .image-wrapper {
    overflow: hidden;
    border-radius: 20px;
}
.autres-locations .image-wrapper img {
    max-height: 350px;
    min-height: 350px;
    transition: .3s all;
}
.autres-locations .splide__slide:hover .image-wrapper img {
    transform: scale(1.1);
}
.autres-locations h3 {
    font-size: var(--wp--preset--font-size--h-4);
}
.autres-locations .splide__slide:hover h3 {
    color: var(--wp--preset--color--theme-green-1);
}
.autres-locations .iconos-locations {
    display: flex;
    flex-direction: row;
    color: black;
    gap: 0 15px;
    flex-wrap: wrap;
}
.autres-locations .iconos-locations div {
    display: flex;
    gap: 7px;
    padding: 5px 0;
    font-weight: 500;
    font-size: 14px;
    white-space: nowrap;
}
.autres-locations .iconos-locations img {
    filter: invert(22%) sepia(19%) saturate(1221%) hue-rotate(64deg) brightness(93%) contrast(89%);
}

.tarifs-location {
    padding: 80px 30px;
    min-height: 865px;
}


/*** ACTIVITES ***/

.les-activites .onhover {
    opacity: 0;
    height: 0;
    transition: .4s all;
    overflow: hidden;
}
.les-activites .wp-block-column:hover .onhover {
    opacity: 1;
    height: 200px;
    overflow: initial;
}
.les-activites .wp-block-column:hover img {
    min-height: 300px;
    max-height: 300px;
}


/*** CONTACT ***/

.formulaire-web p {
    margin: 0;
}
.formulaire-web .wp-block-contact-form-7-contact-form-selector {
    padding: 20px 30px!important;
    background-color: var(--wp--preset--color--theme-green-1);
    border-radius: 20px;
}
.formulaire-web .wp-block-columns {
    gap: 20px;
    margin-bottom: 0;
}
.formulaire-web input:not(.wpcf7-submit), .formulaire-web textarea {
    width: 100%;
    margin: 10px 0;
    padding: 15px 10px;
    border: none;
    border-radius: 10px;
}
.formulaire-web textarea {
    min-height: 180px;
}
.formulaire-web input::placeholder, .formulaire-web textarea::placeholder {
    font-family: var(--wp--preset--font-family--montserrat);
}
.formulaire-web input:focus-visible, .formulaire-web input:focus, .formulaire-web textarea:focus-visible, .formulaire-web textarea:focus {
    outline: none!important;
}
.formulaire-web input.wpcf7-submit {
    margin-bottom: 10px;
    padding: 15px 25px;
}
.formulaire-web .wpcf7-submit.wp-block-button__link {
    border: 1px solid white;
    background-color: var(--wp--preset--color--theme-green-3);
    color: white;
}
.formulaire-web .wpcf7-submit.wp-block-button__link:hover {
    background-color: var(--wp--preset--color--theme-green-1);
}

.formulaire-web .acceptance-form p {
    color: white;
    font-size: 14px;
    margin: -3px -13px 22px;
}
.formulaire-web .acceptance-form a {
    color: white;
    text-decoration: underline;
}
.formulaire-web .wpcf7-form-control-wrap {
    margin-right: 7px;
}
.formulaire-web .wpcf7-not-valid-tip {
    font-size: 14px;
    margin: -2px 0 -25px;
}
.formulaire-web .wpcf7-spinner {
    position: absolute;
    right: 25px;
    bottom: 25px;
}
.formulaire-web .checkboxes {
    padding: 10px 0 0;
}
.formulaire-web .checkboxes p {
    color: white;
    font-size: 18px;
    margin-bottom: 15px;
}
.formulaire-web .checkboxes .wpcf7-checkbox > span {
    margin: 0 25px 0 0;
}
.formulaire-web .checkboxes label {
    display: flex;
    flex-direction: row;
    font-size: 15px;
}
.formulaire-web .checkboxes label input {
    width: 16px;
    margin: 0 10px 0 0;
}

.comment-venir .iframe-map {
    padding-top: 40px;
    line-height: 0;
}