/*
Theme Name: Blank theme v5 (full size)
Theme URI: https://www.unicamp.com/comercializacion/agencia-web/
Description: Plantilla Wordpress para Blank Theme
Author: Septeo Web Agency
Author URI: http://www.septeo.com 
Version: 5.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*/
/*.animation--init or .animation--init--once */
.has-animations .animation--init--once,
.has-animations .animation--init {
    opacity: 0;
}

.has-animations .animation--end {
    opacity: 1;
    transition: opacity 1s ease;
}

.wp-block-button__link {
    transition: background-color 0.3s ease-in-out !important;
}

.wp-block-button__link:hover {
    background-color: var(--wp--preset--color--theme-dark-aqua) !important;
    transition: background-color 0.3s ease-in-out !important;
}


.custom-splide-animation {
    max-width: 1440px !important;
    margin: 0 auto !important;
}

body.home .custom-splide-animation {
    max-width: 100% !important;
}

body.home .home-slide {
    padding: 0 !important;
}

.custom-splide-animation .splide__slide {
    overflow: hidden;
}

.custom-splide-animation .splide__slide p {
    line-height: 22px;
    opacity: 0;
}

.custom-splide-animation .wp-block-cover__inner-container {
    max-height: 340px;
    position: absolute;
    width: 90%;
    top: 82%;
    transition: all 0.3s ease-in-out;
}

.custom-splide-animation.pizzeria .wp-block-cover__inner-container {
    bottom: unset !important;
    opacity: 1 !important;
}

.custom-splide-animation .splide__slide:hover .wp-block-cover__inner-container {
    top: 15%;
    transition: all 0.3s ease-in-out;
    /* overflow-y: scroll; */
}

.custom-splide-animation .wp-block-cover {
    min-height: 590px;
}

.custom-splide-animation.pizzeria .wp-block-cover {
    min-height: 450px;
}

.slide-on-two-cols .custom-splide-animation .wp-block-cover,
.slide-on-two-cols-invert .custom-splide-animation .wp-block-cover {
    min-height: 450px !important;
    max-height: 450px !important;
}

.custom-splide-animation .wp-block-button__link:hover {
    border-color: var(--wp--preset--color--theme-dark-aqua) !important;
    transition: all 0.3s ease-in-out !important;
}

@media screen and (min-width: 750px) {

    .has-animations .animation--init--once,
    .has-animations .animation--init {
        opacity: 0;
    }

    .has-animations .animation--init--once.slide-down,
    .has-animations .animation--init.slide-down {
        transform: translateY(-1em);
    }

    .has-animations .animation--end.slide-down {
        transform: translateY(0);
    }

    .has-animations .animation--init--once.slide-up,
    .has-animations .animation--init.slide-up {
        transform: translateY(1em);
    }

    .has-animations .animation--end.slide-up {
        transform: translateY(0);
    }

    .has-animations .animation--init--once.slide-left,
    .has-animations .animation--init.slide-left {
        transform: translateX(1em);
    }

    .has-animations .animation--end.slide-left {
        transform: translateX(0);
    }

    .has-animations .animation--init--once.slide-right,
    .has-animations .animation--init.slide-right {
        transform: translateX(-1em);
    }

    .has-animations .animation--end.slide-right {
        transform: translateX(0);
    }

    .has-animations .animation--init--once.pop-up,
    .has-animations .animation--init.pop-up {
        transform: scale(.75);
    }

    .has-animations .animation--end.pop-up {
        transform: scale(1);
    }

    .has-animations .animation--end {
        opacity: 1;
        transition: opacity 1s ease, transform 1s ease;
    }

    .has-animations .animation--end.delay-1 {
        transition-delay: .2s;
    }

    .has-animations .animation--end.delay-2 {
        transition-delay: .3s;
    }

    .has-animations .animation--end.delay-3 {
        transition-delay: .4s;
    }

    .has-animations .animation--end.delay-4 {
        transition-delay: .5s;
    }

    .has-animations .animation--end.delay-5 {
        transition-delay: .6s;
    }

    .has-animations .animation--end.delay-6 {
        transition-delay: .7s;
    }

    .animation--init.animation--end,
    .animation--init--once.animation--end {
        opacity: 1;
    }

}

/* header */
#container {
    position: relative;
}

#container .site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 4;
    background-color: transparent;
}

.fixed-header #container .site-header {
    z-index: 4;
}

.site-header {
    width: calc(100% + 2 * var(--wp--style--block-gap));
    padding: 0px var(--wp--style--block-gap);
    position: sticky;
    top: 0;
    z-index: 2;
}

.inner-header {
    display: flex;
    gap: var(--wp--style--block-gap);
    align-items: center;
}

.site-header.is-fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    height: 90px;
    background-color: #14575b;
}

.breadcrumbs {
    margin-bottom: 20px;
    z-index: 9999;
    position: relative;
}

.breadcrumbs * {
    color: var(--wp--preset--color--theme-white);
}

.breadcrumbs a:hover {
    color: var(--wp--preset--color--theme-aqua) !important;
}


/* MENU */
ul.menu-principal {
    display: flex;
    flex-wrap: wrap;
    gap: calc(var(--wp--style--block-gap) * 0.5);
    justify-content: center;
}

ul.menu-principal {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
}

ul.menu-principal>li {
    position: relative;
}

ul.menu-principal a {
    color: var(--wp--preset--color--theme-white);
}

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

ul.menu-principal>li.menu-item-has-children>a {
    padding-right: 13px;
}

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

.menu-principal-wrapper {
    max-width: 1200px !important
}

.menu-principal-wrapper ul {
    gap: 50px;
}

.menu-principal .menu-item {
    position: relative;
}

.menu-principal>.menu-item::before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--wp--preset--color--theme-aqua);
    transition: width 0.3s ease-in-out;
}

#fixed-header .menu-principal>.menu-item::before {
    background-color: var(--wp--preset--color--theme-dark-aqua);
}


#fixed-header .menu-principal>.current-menu-item::before {
    background-color: var(--wp--preset--color--theme-black);
}

.menu-principal .menu-item:hover::before,
.menu-principal .current-menu-item::before {
    width: 100%;
}


header .logo-container .wp-block-columns div:nth-child(3) .icon {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50px;
    border: 1px solid var(--wp--preset--color--theme-white);
    position: relative;
    margin: 0px 10px 0px 0px !important;
    padding: 20px;
    transition: all 0.3s ease-in-out;
}

header .logo-container .wp-block-columns div:nth-child(3) .icon:hover {
    background-color: var(--wp--preset--color--theme-aqua);
    border-color: var(--wp--preset--color--theme-aqua);
    transition: all 0.3s ease-in-out;
}

header .logo-container .wp-block-columns div:nth-child(3) .icon:last-child {
    padding: 18px 9px !important;
}

header .logo-container .wp-block-columns div:nth-child(3) .icon:nth-child(3) {
    margin-right: 0 !important;
}

header .logo-container .wp-block-columns div:nth-child(3) .icon:nth-child(3)>div {
    margin-top: -13px !important;
}

header .logo-container .wp-block-columns div:nth-child(3) .icon:nth-child(3) span {
    color: var(--wp--preset--color--theme-white);
}

header .logo-container .wp-block-columns div:nth-child(3) .icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: auto;
    filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(0%) hue-rotate(105deg) brightness(108%) contrast(100%);
}


/* go top */

.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;
}

/* THELISRESA */

/* SIMPLE BLOCK */

.simpleblock-container .thr-simpleblock {
    padding: 2em;
    background-color: var(--wp--preset--color--theme-white) !important;
    color: var(--wp--preset--color--theme-dark-blue) !important;
}

.simpleblock-container .thr-simpleblock .thr-simpleblock-engine .thr-simpleblock-engine-row .thr-simpleblock-engine-radio {
    color: var(--wp--preset--color--theme-dark-blue) !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}

.simpleblock-container .thr-simpleblock .thr-simpleblock-engine .thr-simpleblock-engine-row+.thr-simpleblock-engine-row {
    border-top: 1px solid transparent !important;
}

.simpleblock-container .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) !important;
}

.simpleblock-container .thr-simpleblock .thr-simpleblock-engine .thr-simpleblock-engine-row:not(:only-child).active:after {
    width: 0.7rem !important;
    height: 0.7rem !important;
    left: 0.5rem !important;
    background: var(--wp--preset--color--theme-green) !important;
}

.simpleblock-container .thr-simpleblock .thr-simpleblock-engine .thr-simpleblock-engine-row:not(:only-child):before {
    width: 1.5rem !important;
    height: 1.5rem !important;
    background: white;
    border: 1px solid #DFDFDF !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.simpleblock-container .thr-simpleblock .thr-simpleblock-simple .thr-simpleblock-months .thr-simpleblock-month {
    background-color: var(--wp--preset--color--theme-green) !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}

.simpleblock-container .thr-simpleblock .thr-simpleblock-simple .thr-simpleblock-months .thr-simpleblock-month.thr-simpleblock-month-current {
    background-color: var(--wp--preset--color--theme-white) !important;
    color: var(--wp--preset--color--theme-green) !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}

.simpleblock-container .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 {
    color: var(--wp--preset--color--theme-green) !important;
    font-weight: bold;
    font-size: 28px !important;
}

.simpleblock-container .thr .btn-primary {
    background-color: var(--wp--preset--color--theme-green) !important;
    border-radius: 5px !important;
    padding: 20px 25px !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    transition: all 0.3s ease-in-out !important;
}

.simpleblock-container .thr .btn-primary:hover,
.simpleblock-container .thr .btn-primary:focus,
.simpleblock-container .thr .btn-primary:active {
    background-color: var(--wp--preset--color--theme-blue) !important;
}

.simpleblock-container .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-stay-price,
.thr-simpleblock .thr-simpleblock-simple .thr-simpleblock-results .thr-simpleblock-row.thr-simpleblock-headers .thr-simpleblock-stay>div>div {
    color: var(--wp--preset--color--theme-dark-blue) !important;
}

.simpleblock-container .thr-simpleblock .thr-simpleblock-simple .thr-simpleblock-results .thr-simpleblock-row .thr-simpleblock-category .thr-simpleblock-category-name {
    bottom: 0 !important;
    top: auto !important;
    text-align: left !important;
    background: transparent !important;
    color: var(--wp--preset--color--theme-white) !important;
}




/* footer */
.col-1-logo {
    text-align: center;
}

.logo-cascades {
    max-width: 225px;
    width: 225px;
}

.rrss-row {
    gap: 10px;
}

.rrss-row img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(194deg) brightness(105%) contrast(101%);
}

.suivez-nous-sur.icon,
.adresse,
.email,
.telephone,
.horaires-reception,
.date-douverture {
    display: inline-flex !important;
    align-items: center !important;
}

.suivez-nous-sur.icon:before,
.adresse:before,
.email:before,
.telephone:before,
.horaires-reception:before,
.date-douverture:before {
    margin-right: 5px;
    margin-top: -4px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.contact-info div p:first-child {
    align-items: unset !important;
}

.contact-info div p:first-child::before {
    margin-right: 10px;
    margin-top: 2px;
}

.suivez-nous-sur.icon::before {
    content: url("./assets/images/hearth.svg");
}

.adresse:before {
    content: url("./assets/images/addresse.svg");
}

.email::before {
    content: url("./assets/images/email.svg");
}

.telephone::before {
    content: url("./assets/images/telephone.svg");
}

.horaires-reception::before {
    content: url("./assets/images/horaire-reception.svg");
}

.date-douverture::before {
    content: url("./assets/images/date-douverture.svg");
}



#menu-le-camping-footer *,
#menu-hebergements-footer *,
#menu-legal-footer * {
    color: var(--wp--preset--color--theme-white);
}

#menu-le-camping-footer>li>a,
#menu-hebergements-footer>li>a {
    text-transform: uppercase;
    font-weight: bold;
}

#menu-le-camping-footer>li,
#menu-hebergements-footer>li,
#menu-legal-footer>li {
    margin-bottom: 15px !important;
}

#menu-le-camping-footer>li>.sub-menu,
#menu-hebergements-footer>li>.sub-menu,
#menu-legal-footer>li>.sub-menu {
    line-height: 25px
}

#menu-le-camping-footer>li>.sub-menu a,
#menu-hebergements-footer>li>.sub-menu a,
#menu-legal-footer>li>.sub-menu a {
    font-weight: normal;
}

#menu-le-camping-footer>li>.sub-menu li,
#menu-hebergements-footer>li>.sub-menu li,
#menu-legal-footer>li>.sub-menu li {
    margin-bottom: 10px !important;
}

#menu-legal-footer {
    display: flex;
    flex-direction: row;
    justify-content: end;
}

#menu-legal-footer>* {
    margin-left: 10px;
}

#menu-legal-footer>li:not(:last-child) {
    position: relative;
    padding-right: 10px;
}

#menu-legal-footer>li:not(:last-child):before {
    content: "-";
    position: absolute;
    right: -4px;
    color: var(--wp--preset--color--theme-white);
}

.image-mt-negative {
    margin-top: -100px !important;
}

/* CONTACT SECTION */
.map-contact-section h6.horaires-reception::before {
    content: url("./assets/images/horaire-reception.svg");
}

.map-contact-section h6.date-douverture::before {
    content: url("./assets/images/date-douverture.svg");
}

.map-contact-section h6.adresse::before {
    content: url("./assets/images/adresse.svg");
}

.map-contact-section h6.email::before {
    content: url("./assets/images/email-cs.svg");
}

.map-contact-section h6.telephone::before {
    content: url("./assets/images/telephone-cs.svg");
}

.map-contact-section h6 {
    display: flex;
    align-items: center;
}

.map-contact-section h6::before {
    margin-right: 10px;
    width: 24px !important;
    height: 24px !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.les-avis .cards .badge p {
    display: inline;
    border-radius: 100px;
    padding: 12px;
    margin-top: 0;
    position: relative;
    margin-right: 20px !important;
    margin-left: auto !important;
}

.les-avis .cards h2 {
    margin-left: 0px !important;
    margin-right: auto !important;
}

.les-avis .cards .badge p::before {
    content: url("./assets/images/circle-yellow-plus.svg");
    position: absolute;
    top: -20px;
    right: -20px;
}

.les-avis .cards .badge p sub {
    font-size: 17px
}

.les-avis .cards .row {
    display: flex;
    justify-content: space-between;
}

.les-avis .cards img {
    filter: brightness(0) saturate(100%) invert(85%) sepia(4%) saturate(3699%) hue-rotate(123deg) brightness(93%) contrast(74%);
}


/* ICON LIST */
.icon-list a {
    padding: 12px 0px 12px 0px;
    border-bottom: 1px solid var(--wp--preset--color--cyan-bluish-gray);
    margin: 0px !important
}

.icon-list a:last-child {
    border-bottom: none;
    padding-bottom: 35px;
}

.icon-list a h4 {
    color: var(--wp--preset--color--cyan-bluish-gray);
    display: flex;
    transition: color 0.3s ease-in-out, padding-left 0.3s ease-in-out;
}

.icon-list a:hover h4 {
    color: var(--wp--preset--color--theme-black);
    padding-left: 24px;
    transition: color 0.3s ease-in-out, padding-left 0.3s ease-in-out;
}

.icon-list a h4::before,
.icon-list a h4::after {
    filter: brightness(0) saturate(100%) invert(85%) sepia(4%) saturate(3699%) hue-rotate(123deg) brightness(93%) contrast(74%);
    margin-right: 14px;
    height: 50px;
}

.icon-list a h4.le-camping::before {
    content: url(./assets/images/le-camping.svg);
}

.icon-list a h4.le-restaurant::before {
    content: url(./assets/images/le-restaurant.svg);
}

.icon-list a h4.la-piscine::before {
    content: url(./assets/images/la-piscine.svg);
}

.icon-list a h4.la-riviere--la-plage::before {
    content: url(./assets/images/la-riviere-la-plage.svg);
}

.icon-list a h4.le-boulodrome::before {
    content: url(./assets/images/le-boulodrome.svg);
}

.icon-list a h4::after {
    content: url(./assets/images/arrow-right.svg);
    margin-left: auto;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.icon-list a:hover h4::after {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.plus-icon-list details summary {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding-left: 44px;
    /* 32px círculo + 12px separación */
}

.plus-icon-list details summary::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
    width: 32px;
    height: 32px;
    background-color: var(--wp--preset--color--theme-aqua);
    border-radius: 50%;
    margin: 0;
}

.plus-icon-list details summary::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url(./assets/images/plus.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.3s ease-in-out;
    transform-origin: center;
    filter: invert(1);
    z-index: 1;
}

.plus-icon-list details[open] summary::before {
    background-image: url(./assets/images/minus.svg);
    transform: translateY(-50%) rotate(180deg);
}

.plus-icon-list li {
    font-weight: var(--wp--custom--font-weight--bold);

}

/* CARDS */
.cards-column .wp-block-columns.row .wp-block-column {
    padding: 30px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
}

.cards-column .wp-block-image {
    margin-bottom: 0 !important;
}

/* SLIDE TWO COLS */
.slide-on-two-cols .custom-splide-animation .wp-block-cover__inner-container p,
.slide-on-two-cols-invert .custom-splide-animation .wp-block-cover__inner-container p {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.custom-splide-animation .splide__slide:hover .wp-block-cover__inner-container p {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    max-height: 210px;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.custom-splide-animation .splide__slide:hover .wp-block-cover__inner-container p::-webkit-scrollbar {
    display: none;
}

/* MAP CONTACT */
.map-contact-section {
    max-height: 700px;
}

.map-contact-section sub {
    color: var(--wp--preset--color--theme-white) !important;
}

.map-contact-section.pizzeria sub {
    color: var(--wp--preset--color--theme-aqua) !important;
}

.map-contact-section iframe {
    margin-top: 9px !important;
}

/* 3 COLS AUTRES SERVICES */
.autres-services .wp-block-cover {
    min-height: 500px !important;
}

.autres-services .wp-block-cover p {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.autres-services .wp-block-cover:hover p {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    max-height: 180px;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

/* HEBERGEMENTS SPECIFICATIONS */
.hebergement-specs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    gap: 10px;
}

.hebergement-specs p {
    flex: 0 0 49%;
    box-sizing: border-box;
    padding: 10px;
    margin-top: 0px;
    display: flex;
    align-items: center;
    border-radius: 5px;
}

.hebergement-specs p::before {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    filter: brightness(0) saturate(100%) invert(85%) sepia(4%) saturate(3699%) hue-rotate(123deg) brightness(93%) contrast(74%);
}

.hebergement-specs p:nth-child(1)::before {
    content: url("./assets/images/personnes.svg");
}

.hebergement-specs p:nth-child(2)::before {
    content: url("./assets/images/chambres.svg");
}

.hebergement-specs p:nth-child(3)::before {
    content: url("./assets/images/surface.svg");
}

.hebergement-specs p:nth-child(4)::before {
    content: url("./assets/images/sanitaires-privees.svg");
}

.hebergement-specs p:nth-child(5)::before {
    content: url("./assets/images/climatisation-reversible.svg");
}

.hebergement-specs p:nth-child(6)::before {
    content: url("./assets/images/cuisine-equippee.svg");
}


/* CARDS HEBERGEMENT */
.wp-block-auto-tabs .auto-tabs-wrapper {
    gap: 0px !important;
}

.wp-block-auto-tabs .auto-tabs-wrapper a {
    width: 250px;
    text-align: center;
    border: 1px solid var(--wp--preset--color--theme-aqua) !important;
    color: var(--wp--preset--color--theme-aqua) !important;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-transform: uppercase;
}

.wp-block-auto-tabs .auto-tabs-wrapper a.current-tab {
    background-color: var(--wp--preset--color--theme-aqua) !important;
    color: var(--wp--preset--color--theme-white) !important;
}

.cards {
    display: flex;
    gap: 32px;
}

.cards .card {
    max-width: 280px;
    width: 280px;
    margin: 0;
}

.cards .card p {
    margin-top: 0px;
}

.cards .card::before {
    content: url("./assets/images/cama_doble.svg");
    filter: brightness(0) saturate(100%) invert(85%) sepia(4%) saturate(3699%) hue-rotate(123deg) brightness(93%) contrast(74%);
}

/* .cards .card:nth-child(2)::before {
    content: url("./assets/images/cama_individual.svg");
    filter: brightness(0) saturate(100%) invert(85%) sepia(4%) saturate(3699%) hue-rotate(123deg) brightness(93%) contrast(74%);
} */

/* EQUIPEMENTS ET SERVICES */
.equipements-et-services p {
    display: flex;
    align-items: center;
}

.equipements-et-services p::before {
    width: 20px !important;
    height: 20px !important;
    margin-right: 10px;
    filter: brightness(0) saturate(100%) invert(85%) sepia(4%) saturate(3699%) hue-rotate(123deg) brightness(93%) contrast(74%);
}

.equipements-et-services .icons-caracteristicas p {
    padding-left: 30px !important;
}

.equipements-et-services .type-hebergement::before {
    content: url("./assets/images/type-hebergement.svg");
}

.equipements-et-services .salon::before {
    content: url("./assets/images/salon.svg");
}

.equipements-et-services .cuisine::before {
    content: url("./assets/images/cuisine.svg");
}

.equipements-et-services .chambre::before {
    content: url("./assets/images/chambre.svg");
}

.equipements-et-services .salle-de-bain::before {
    content: url("./assets/images/salle-de-bain.svg");
}

.equipements-et-services .wc::before {
    content: url("./assets/images/wc.svg");
}

.equipements-et-services .exterieur::before {
    content: url("./assets/images/exterieur.svg");
}

.equipements-et-services .services-inclus::before {
    content: url("./assets/images/services-inclus.svg");
}

/* LOCATIONS */
.locations-icons {
    background-color: rgb(96, 150, 39, 0.1);
    padding: 50px 100px;
    border-radius: 5px;
}


.locations-icons figure {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.locations-icons figure {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.locations-icons figure::before {
    content: "";
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 0;
}

.locations-icons figure img {
    position: relative;
    z-index: 1;
    margin: auto;
    margin-bottom: 20px;
    width: 40px;
    height: auto;
}

.locations-icons .icons-allotjaments {
    gap: 50px;
}

.locations-icons .wp-element-caption {
    text-align: center;
}

.locations-icons .wp-block-group {
    transform: translateY(15%);
}

#altres-allotjaments .wp-page-list {
    max-width: none !important;
}

#altres-allotjaments h3 {
    color: var(--wp--preset--color--theme-white);
}

.page-list-block-wrapper,
.animated-allotjaments .wp-block-custom-banner,
.acf-innerblocks-container .wp-block-cover {
    position: relative;
    overflow: hidden;
}

.page-list-info {
    background: rgb(0, 0, 0, 0.4);
    transition: all 0.3s ease;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 50px;
}

.page-list-block-container:hover .page-list-info {
    background: rgb(0, 0, 0, 0.6);
}

.page-list-block-container .info-wrapper,
.wp-block-custom-banner * {
    transition: transform 0.3s ease;
}

.wp-block-custom-banner:hover .wp-block-cover__inner-container,
.page-list-block-container:hover .info-wrapper {
    transform: translateY(-10px);
}

.page-list-grid .splide__list .info-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-flow: column-reverse;
}

.page-list-info .icons-horizontals {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.page-list-info h2 {
    font-size: 32px !important;
    font-style: normal;
    font-weight: 500;
    color: var(--wp--preset--color--theme-white);
    margin-bottom: 0px;
}

.page-list-info .icons-horizontals img {
    width: 24px;
    height: 24px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(133deg) brightness(102%) contrast(101%);
}

.page-list-info .icons-horizontals p {
    color: var(--wp--preset--color--theme-white);
}

.page-list-info .icons-horizontals .wp-block-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.page-list-grid .splide__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.retour a:last-child {
    display: flex;
    align-items: end;
    height: 20px;
}

.retour a:last-child::before {
    content: url("./assets/images/short-arrow-right.svg");
    transform: rotate(180deg);
    width: 20px;
    height: 20px;
    margin-right: 10px;
    filter: brightness(0) saturate(100%) invert(85%) sepia(4%) saturate(3699%) hue-rotate(123deg) brightness(93%) contrast(74%);
}

/* CONTACTO */
.contacto-row .wp-block-column .location,
.contacto-row .wp-block-column .phone,
.contacto-row .wp-block-column .mail {
    position: relative;
    padding-left: 40px;
}

.contacto-row .wp-block-column .location::before,
.contacto-row .wp-block-column .phone::before,
.contacto-row .wp-block-column .mail::before {
    position: absolute;
    top: 0;
    left: 10px;
    width: 24px !important;
    height: 24px !important;
}

.contacto-row .wp-block-column:nth-child(1) {
    border-radius: 5px;
}

.form-contacto {
    margin: 0 auto;
}

.form-contacto .fields-wrapper,
.form-contacto .fields-wrapper-double {
    margin-bottom: 15px;
}

.form-contacto input[type="text"],
.form-contacto input[type="email"],
.form-contacto textarea {
    width: 100%;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    box-sizing: border-box;
}

.form-contacto textarea {
    min-height: 100px;
    resize: vertical;
}

.form-contacto [type="submit"] {
    display: inline-block;
    padding: 10px 40px;
    background-color: var(--wp--preset--color--theme-aqua);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: var(--wp--preset--font-family--quicksand);
}

.form-contacto [type="submit"]:hover {
    background-color: var(--wp--preset--color--theme-dark-aqua);
}

.form-contacto .fields-wrapper-double [type="checkbox"] {
    margin-right: 10px;
}

.form-contacto .fields-wrapper-double a {
    color: var(--wp--preset--color--theme-green);
    text-decoration: underline;
}

.form-contacto .fields-wrapper-double a:hover {
    text-decoration: none;
}

#reserver-en-ligne {
    position: relative;
}

#reserver-en-ligne .wp-block-column:last-child {
    background-image: url('http://72.web.thelis.es:30178/les-cascades/wp-content/uploads/93d8dee397dff578cd986360ea91a505357a6929.webp');
    background-size: cover;
    background-position: center;
}

#reserver-en-ligne .embed-reserver-row {
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.15);
}

#reserver-en-ligne a {
    width: 233px;
}

.single-post-septeo #decouvrez-actualites .wp-block-post-excerpt__more-link,
.wp-block-post-excerpt__more-link {
    display: inline-flex;
    padding: .667em 1.333em;
    border: 2px solid var(--wp--preset--color--theme-aqua) !important;
    background-color: var(--wp--preset--color--theme-aqua) !important;
    color: var(--wp--preset--color--theme-white) !important;
    transition: all 0.3s ease-in-out;
}

.single-post-septeo #decouvrez-actualites .wp-block-post-excerpt__more-link::after,
.wp-block-post-excerpt__more-link::after {
    content: url("./assets/images/arrow-right.svg");
    width: 20px !important;
    filter: invert(1);
    margin-left: 10px;
    transition: all 0.3s ease-in-out;
}

.single-post-septeo #decouvrez-actualites .wp-block-post-excerpt__more-link:hover,
.wp-block-post-excerpt__more-link:hover {
    background-color: var(--wp--preset--color--theme-dark-aqua) !important;
    border: 2px solid var(--wp--preset--color--theme-dark-aqua) !important;
    transition: all 0.3s ease-in-out;
}

.single-post-septeo #decouvrez-actualites .wp-block-post-excerpt__more-link:hover::after,
.wp-block-post-excerpt__more-link:hover::after {
    margin-left: 15px;
    transition: all 0.3s ease-in-out;
}

.otgs-development-site-front-end {
    display: none !important;
}

.thr-search-engine .thr-search-engine-main>.thr-search-engine-dates,
.thr-search-engine .thr-search-engine-main>.thr-search-engine-type,
.thr-search-engine .thr-search-engine-main>.thr-search-engine-pers,
.thr-search-engine .thr-search-engine-main>.thr-search-engine-promocode {
    border: none !important;
}


.espace-client {
    margin-top: 0px !important;
    display: flex;
    align-items: center;
    width: 200px;
    padding: 10px 20px;
    color: #fff;
    background-color: var(--wp--preset--color--theme-dark-aqua);
    border-radius: 0px 5px 5px 0px;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}

.espace-client:hover {
    background-color: #3f6768;
    color: var(--wp--preset--color--theme-white);
    transition: all 0.3s ease-in-out;
}

.espace-client::before {
    content: url("./assets/images/espace_client.svg");
    filter: invert(1);
    margin-right: 10px;
}

.formulaire-de-recherche-bar {
    border-radius: 5px 0px 0px 5px;
    /* overflow: hidden; */
}

.formulaire-de-recherche-bar .thr-search-engine {
    padding: 0px !important;
}

.thr-search-engine .form-group label {
    font-family: var(--wp--preset--font-family--quicksand) !important;
    text-transform: none !important;
    font-size: 15px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 22.6px !important;
    margin-bottom: 6px !important;
}

.thr-search-engine .form-group .form-control,
.thr-search-engine .form-group .thr-range-picker,
.thr-search-engine .form-group .thr .thr-select,
.thr .thr-search-engine .form-group .thr-select,
.thr-search-engine .form-group .thr-select-placeholder {
    padding: 34px 18px 0 18px !important;
}

.thr-range-picker .fa-calendar-alt::before {
    content: url("./assets/images/reserva-dates.svg");
}

.thr .thr-search-engine-pers .thr-select .thr-select-placeholder .fa-chevron-down {
    content: url("./assets/images/reserva-capacite.svg");
}

.thr .thr-search-engine-type .thr-select .thr-select-placeholder .fa-chevron-down {
    content: url("./assets/images/reserva-hebergement.svg")
}

.formulaire-de-recherche-bar .thr-search-engine .thr-search-engine-main>.thr-btn-search .fa-search::before {
    content: url("./assets/images/reserva-rechercher.svg");
    filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(0%) hue-rotate(105deg) brightness(108%) contrast(100%);
}

.formulaire-de-recherche-bar .thr-search-engine .thr-search-engine-main>.thr-btn-search {
    height: 85px !important;
    margin-bottom: 0px !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--wp--preset--color--theme-aqua) !important;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
}

.formulaire-de-recherche-bar .thr-search-engine .thr-search-engine-main>.thr-search-engine-dates {
    flex-basis: 30%;
}

.formulaire-de-recherche-bar .thr-search-engine .thr-search-engine-main>.thr-search-engine-type {
    flex-basis: 28%;
}

.formulaire-de-recherche-bar .thr-search-engine .thr-search-engine-main>.thr-search-engine-pers {
    flex-basis: 18%;
}

.formulaire-de-recherche-bar .thr-search-engine .thr-search-engine-main>.thr-btn-search {
    flex-basis: 18%;
}


.formulaire-de-recherche-bar .thr-search-engine .thr-search-engine-main>.thr-btn-search:hover {
    background-color: var(--wp--preset--color--theme-dark-aqua) !important;
    transition: all 0.3s ease-in-out;
}

.thr .thr-search-engine .form-group .thr-select .fa-chevron-down,
.thr-search-engine .form-group .thr-select-placeholder .fa-chevron-down,
.thr-range-picker .fa-calendar-alt,
.thr .thr-select .thr-select-options .thr-select-options-container ul>li>.fa-check {
    filter: brightness(0) saturate(100%) invert(85%) sepia(4%) saturate(3699%) hue-rotate(123deg) brightness(93%) contrast(74%);
}


.fixed-header-booking .thr-search-engine .thr-search-engine-main {
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.fixed-header-booking .formulaire-de-recherche-bar .thr-search-engine .thr-search-engine-main>.thr-btn-search {
    background-color: var(--wp--preset--color--theme-dark-aqua) !important;
}

.thr-daterangepicker td.active {
    background-color: var(--wp--preset--color--theme-aqua) !important;
}

/* AVISO LATERAL */
.avis-lateral {
    position: fixed;
    bottom: 25%;
    left: -496px;
    margin-bottom: -136.5px;
    z-index: 93;
    transition: left .3s ease-out;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.show-avis {
    width: 30px;
    height: auto;
    background-color: var(--wp--preset--color--theme-aqua);
    position: absolute;
    top: 0%;
    right: -30px;
    z-index: 6;
    cursor: pointer;
    border-radius: 0px 5px 5px 0px;
    transition: background-color .3s ease-out;
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}

.show-avis:hover {
    background-color: var(--wp--preset--color--theme-dark-aqua);
    transition: background-color .3s ease-out;
}

.show-avis::before {
    display: block;
    text-align: center;
    content: url("./assets/images/circle-info-solid.svg");
    font-weight: 900;
    color: var(--wp--preset--color--theme-white);
    filter: invert(1);
    width: 20px;
    margin: auto;
    padding-top: 10px;
}

.show-avis span {
    color: var(--wp--preset--color--theme-white);
    font-weight: var(--wp--custom--font-weight--medium);
    position: absolute;
    left: 0;
    bottom: 24px;
    transform-origin: 20px 20px;
    transform: rotate(270deg);
    width: 150px;
}

.avis-open .show-avis {
    background-color: var(--wp--preset--color--theme-dark-aqua);
    transition: background-color .3s ease-out;
}

.avis-open .show-avis::before {
    content: url("./assets/images/xmark-solid.svg");
}

.avis-open .avis-overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
}

.avis-lateral .avis-overlay {
    content: '';
    background-color: transparent;
    position: fixed;
    z-index: -1;
}

.avis-lateral .wp-block-media-text {
    width: 496px;
    grid-template-columns: 142px 1fr !important;
}

.avis-open.avis-lateral {
    left: 0;
}

.avis-lateral .wp-block-media-text__content {
    padding: var(--wp--style--block-gap);
}

.avis-lateral p strong {
    font-weight: var(--wp--custom--font-weight--medium);
}

.avis-lateral figure {
    height: 100%;
}

.avis-lateral img {
    height: 100%;
    object-fit: cover;
}

.buttons-actualites {
    margin-top: 40px !important;
    margin: auto;
    max-width: 550px;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.buttons-actualites .wp-block-buttons,
.buttons-actualites nav {
    margin: 0px !important;
}

.buttons-actualites nav {
    padding: 10px;
    border: 1px solid var(--wp--preset--color--theme-aqua);
}

.buttons-actualites nav.wp-block-query-pagination:first-child a::before {
    content: url("./assets/images/arrow-left.svg");
    filter: brightness(0) saturate(100%) invert(85%) sepia(4%) saturate(3699%) hue-rotate(123deg) brightness(93%) contrast(74%);

}

.buttons-actualites nav.wp-block-query-pagination:last-child a::after {
    content: url("./assets/images/arrow-right.svg");
    filter: brightness(0) saturate(100%) invert(85%) sepia(4%) saturate(3699%) hue-rotate(123deg) brightness(93%) contrast(74%);
}

.buttons-actualites .wp-block-group {
    max-width: 40px !important;
}

.buttons-actualites nav.wp-block-query-pagination a {
    margin: 0px !important;
}


.splide .splide__pagination {
    bottom: 5px;
    left: 60px;
    display: flex;
    flex-wrap: nowrap;
    width: calc(100% - 120px);
    padding: 0;
}

.splide .splide__pagination li {
    margin: 0;
    width: 100%;
    height: 4px;
}

.splide .splide__pagination__page {
    width: 100%;
    height: 20px;
    margin: 0;
    transform: none !important;
    background-color: transparent !important;
    opacity: 1;
    border-radius: 0px;
}

.splide .splide__pagination__page:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: rgba(17 43 75 / 30%);
}

.splide .splide__pagination__page:before {
    background-color: var(--wp--preset--color--theme-aqua) !important;
    opacity: 0.5;
}

.splide .splide__pagination__page.is-active:before {
    background-color: var(--wp--preset--color--theme-dark-aqua) !important;
    opacity: 1;
}

.splide__arrow {
    background-color: var(--wp--preset--color--theme-white) !important;
    opacity: 0.9 !important;
}

.splide__arrow svg {
    fill: var(--wp--preset--color--theme-aqua) !important;
    opacity: 1 !important;
}

.les-avis-clients .splide__arrows {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

/* .splide__arrows {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}*/

#decouvrez-actualites .splide__arrows {
    bottom: -50px !important;
}

/*
.splide__arrows .splide__arrow {
    background: transparent !important
}

.splide__arrow svg {
    fill: var(--wp--preset--color--theme-aqua) !important;
} */
.header-top {
    overflow: initial!important;
}

.header-top .wp-block-cover__inner-container {
    position: relative;
    z-index: 3;
}

/* .interna-slider .splide.galeria-slider .splide__arrows .splide__arrow {
    top: -30px;
    background-color: var(--wp--preset--color--theme-white) !important;
    opacity: 1 !important;
    border-radius: 0px !important;
}

.interna-slider .splide.galeria-slider .splide__arrows .splide__arrow--prev {
    right: 4em !important;
    left: unset !important;
}

.interna-slider .splide.galeria-slider .splide__arrows .splide__arrow--next {
    right: 1em !important;
    left: unset !important;
} */

.images-column {
    position: relative;
}

.images-column>div {
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    transition: opacity 0.3s ease-in-out;
}

.images-column>div.active {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.single-post-septeo .breadcrumbs {
    max-width: 1200px !important;
}

#decouvrez-actualites .splide__arrow {
    position: absolute;
    top: 114%;
    opacity: 1;
    width: 50px;
    height: 50px;
    padding: 10px;
    border-radius: 0px;
    border: 1px solid var(--wp--preset--color--theme-aqua);
    background-color: transparent !important;
    filter: brightness(0) saturate(100%) invert(85%) sepia(4%) saturate(3699%) hue-rotate(123deg) brightness(93%) contrast(74%);
}

#decouvrez-actualites .splide__arrow--next {
    right: calc(50% - 175px);
    content: url("./assets/images/arrow-right.svg");
}

#decouvrez-actualites .splide__arrow--prev {
    left: calc(50% - 175px);
    content: url("./assets/images/arrow-left.svg");
}

.scrollup {
    background: var(--wp--preset--color--theme-dark-aqua) none repeat scroll 0 0;
    border-radius: 50px;
    bottom: 25px;
    color: white;
    cursor: pointer;
    font-size: 20px;
    opacity: 1;
    padding: 7px 10px;
    position: fixed;
    right: 20px;
    z-index: 3;
    transition: .4s all;
    box-shadow: 0 0 6px #0000006b;
}

@media (max-width: 999px) {}

@media (max-width: 542px) {}


/*** RESPONSIVE MENU ***/

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

.responsive-menu-button {
    position: absolute;
    top: 72px;
    right: 45px;
    z-index: 2001;
    cursor: pointer;
    height: 25px;
    width: 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    transition: .3s all;
}

body.fixed-header .responsive-menu-button {
    top: 32px;
    right: 30px;
}

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

.responsive-menu-button.active:before {
    content: "\f00d";
}

body.fixed-header .responsive-menu-button {
    position: fixed;
    transition: .3s all;
}

.responsive-menu-button.active {
    position: fixed;
    top: 25px;
    right: 25px;
}

.responsive-menu-button:hover:before {
    color: var(--wp--preset--color--theme-dark-aqua);
}

.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;
    right: -500px;
    width: 450px;
    max-width: 90%;
    height: 100%;
    text-align: left;
    opacity: 0;
    background-color: var(--wp--preset--color--theme-aqua);
    box-shadow: 0 0 2rem rgba(0, 0, 0, .5);
    transition: 0.8s ease;
}

.rm-popup.opened .rm-popup-bloc {
    right: 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;
    padding: 20px 25px;
}

.rm-popup-content>.arrow-menu {
    display: none;
}

.rm-popup-content .branding-respo .custom-logo-link {
    display: block;
    position: relative;
    width: 180px;
    height: 110px;
    margin: 15px auto 50px;
}

.rm-popup-content .branding-respo img {
    width: 180px;
    height: auto;
}

.rm-popup-content .wpml-ls {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
}

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

ul#menu-respo li {
    margin: 5px 0;
    position: relative;
    list-style: none;
}

ul#menu-respo>li:first-child {
    margin-top: 0;
}

ul#menu-respo li a {
    position: relative;
    line-height: 30px;
    font-size: 17px;
    font-weight: 700;
    color: white;
    transition: .3s all;
}

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

ul#menu-respo li a:hover {
    color: var(--wp--preset--color--theme-blue-2);
}

ul#menu-respo li a img {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 4px;
    right: -1px;
    width: 60%;
    height: 100%;
    transition: .3s all;
}

ul#menu-respo li a:hover img {
    opacity: 1;
}

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

ul#menu-respo li ul li {
    margin: 0;
    line-height: 27px;
}

ul#menu-respo li ul li a {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    text-transform: initial;
}

ul#menu-respo li ul li li a {
    font-size: 15px;
    line-height: 13px;
}

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 {
    color: white;
    font-weight: 600;
    line-height: 23px;
}

.charger-menu-resposive {
    border-top: 1px solid white;
    padding: 25px 0 0;
    margin: 25px 0 0;
}

.charger-menu-resposive .direccion-menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.charger-menu-resposive a {
    color: white;
    transition: .3s all;
}

.charger-menu-resposive a:hover {
    color: var(--wp--preset--color--theme-blue-2);
}

.charger-menu-resposive .iconos-menu {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.contact-menu-info div:not(.titre-icone) img:not(.wpml-ls-flag) {
    width: auto !important;
    height: 16px !important;
    filter: invert(1);
}

.contact-menu-info .wp-block-group {
    align-items: flex-start !important;
}

.contact-menu-info .wp-block-group {
    gap: 15px;
}

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

.rm-popup-bloc .wp-block-button,
.rm-popup-bloc .wp-block-button a {
    width: 100%;
    margin: 0px 0 8px;
    padding: 15px 0;
}

.rm-popup-bloc .wp-block-button a:hover {
    border: 1px solid var(--wp--preset--color--theme-blue);
    color: var(--wp--preset--color--theme-blue);
}

.charger-menu-resposive p {
    margin-top: 0;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
}

.social-lien-bottom {
    display: inline-flex;
    gap: 15px;
}

.charger-menu-resposive .wpml-selector {
    width: 100%;
}

.charger-menu-resposive .wpml-ls-legacy-dropdown {
    width: 25px;
    padding-right: 0;
}

.charger-menu-resposive .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    opacity: 1 !important;
    top: -3px !important;
    left: 32px;
    pointer-events: all !important;
}

.charger-menu-resposive .wpml-selector .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li:hover a {
    background-color: transparent;
    color: initial;
}

.current-menu-item>a {
    color: var(--wp--preset--color--theme-aqua) !important;
    font-weight: bold !important;
}

.fixed-header .current-menu-item>a {
    color: var(--wp--preset--color--theme-black) !important;
    font-weight: bold !important;
}

.fixed-header .current-menu-item .arrow-menu:after {
    color: var(--wp--preset--color--theme-black);
}

.motor-reserves {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

@media (max-width:500px) {
    .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) {
    .mega-menu .sub-menu {
        display: inherit;
    }

    .menu-principal {
        display: none !important;
    }
}