/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');



body {
  scroll-behavior: smooth;
}
img {
  pointer-events: none; 
}

body #page-container .et_pb_section .button-border-top{
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

body #page-container .et_pb_section .button-border-top-2 a{
	border: 0;
}
body #page-container .et_pb_section .button-border-top-2 .et_pb_module {
	position: relative;
    width: fit-content;
    margin: 0 auto;
}
body #page-container .et_pb_section .button-border-top-2 .et_pb_module:before {
    content: "";
    width: calc(100% - 58px);
    height: 3px;
    background-color: #848583;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
body #page-container .et_pb_section .button-border-top-2 .et_pb_module:hover:before{
	background-color: #796756 !important;
}
body #page-container .et_pb_section .button-border-top:hover,
body #page-container .et_pb_section .button-border-top-2 a:hover{
	background-color: transparent !important;
	border-left: 0 !important;
	border-right: 0 !important;
	border-bottom: 0 !important;
	border-top-color: #796756 !important;
	color: #796756 !important;
}

.footer-btm-1,
.footer-btm-2,
.footer-btm-3,
.footer-btm-4{
    padding-left: 15px;
    padding-right: 15px;
}
.footer-btm-1{
    width: 29% !important
}
.footer-btm-2{
    width: 29% !important
}
.footer-btm-3{
    width: 23% !important
}
.footer-btm-4{
    width: 19% !important
}
    html body .et_pb_row.footerbtm {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footerbtm .et_pb_column {
    padding-bottom: 20px;
    /* padding-top: 30px; */
    position: relative;
}
.footerbtm .et_pb_column:after {
        content: "";
        height: 2px;
        width: 100%;
        background-color: #FFFFFF;
        position: absolute;
        bottom: 0;
    }
    .footerbtm .et_pb_column.footer-btm-4:after{
        content: "";
        height: 2px;
        width: calc(100% - 30px);
        background-color: #FFFFFF;
        position: absolute;
        bottom: 0;
    }
footer .et_clickable p:hover,
footer .et_clickable div:hover{
    color: #796756;
}
.logo-site p{
    width: fit-content;
    position: relative;
    margin-right: -0.24px;
    margin-left: 0;
}

.logo-site .et_pb_text_inner{
    display: flex;
    justify-content: center;
}
.second-text-logo {
    /* display: none; */
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.logo-site p:hover .second-text-logo{
    /* display: block; */
    opacity: 1;
}
.logo-site p:hover .first-text-logo{
    /* display: none; */
    opacity: 0;
}

/* body.logged-in header{
    margin-top: 32px;
} */
.header-col-right {
    display: flex;
    justify-content: flex-end;
}
.header-col-right .et_pb_module{
    padding-left: 15px;
    padding-right: 15px;
}
.header-col-right .et_pb_module:last-child {
    padding-right: 0;
}
.mega-menu,
.mega-menu-wrap,
.et_pb_menu_inner_container,
.et_pb_module.et_pb_menu,
.header-col-left
{
    position: static !important;
}
.col-menu-1 .mega-menu-item,
.col-menu-1 .mega-menu-item a{
    font-family: 'ModerneLLWeb-Medium', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 700;
    font-size: 22px !important;
    letter-spacing: -0.25px;
    line-height: 26px !important;
    color: #000 !important;
    text-transform: uppercase !important;
}
.col-menu-2 .mega-menu-item{
    font-family: 'ModerneLLWeb-Medium', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 500;
    font-size: 32px !important;
    letter-spacing: -0.407px;
    line-height: 100% !important;
    color: #000 !important;
}
body #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-row:before {
    content: "";
    height: 4px;
    background: #000;
    width: calc(100% - 30px);
    position: absolute;
    top: 0;
    display: block;
    left: 50%;
    transform: translateX(-50%);
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu .mega-menu-link + ul.mega-sub-menu{
    top: 100% !important;
}
.mega-col-menu-2 ul.mega-sub-menu {
    display: flex !important;
    height: 100% !important;
    justify-content: space-between;
}
.mega-col-menu-1 ul.mega-sub-menu .mega-menu-item p{
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    font-family: 'ModerneLLWeb-Medium', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 500;
    font-size: 22px !important;
    letter-spacing: -0.25px;
    line-height: 22px !important;
    color: #000 !important;
    text-transform: uppercase !important;
}
.mega-col-menu-2 ul.mega-sub-menu .mega-menu-item:last-child p{
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    font-family: 'ModerneLLWeb-Medium', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 500;
    font-size: 22px !important;
    letter-spacing: -0.25px;
    line-height: 22px !important;
    color: #848583 !important;
    text-transform: uppercase !important;
}
.mega-col-menu-2 ul.mega-sub-menu .mega-menu-item:last-child a{
    font-family: 'ModerneLLWeb-Medium', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 700;
    font-size: 22px !important;
    letter-spacing: -0.25px;
    line-height: 26px !important;
    color: #848583 !important;
    text-transform: uppercase !important;
    display: inline-block;
}
ul.mega-sub-menu .mega-menu-item:last-child a:hover{
    color: #848583 !important;
}
.mega-col-menu-2 ul.mega-sub-menu .mega-menu-item:last-child a:hover{
    color: #000 !important;
}
/*.second-row-menu .mega-col-menu-2 ul.mega-sub-menu .mega-menu-item:nth-child(2),
.second-row-menu .mega-col-menu-2 ul.mega-sub-menu .mega-menu-item:nth-child(3){
    display: grid !important;
    grid-template-columns: auto auto !important;
    gap: 0 15px !important;
}*/
.second-row-menu .mega-col-menu-2 ul.mega-sub-menu .mega-menu-item:nth-child(2) a {
    display: flex;
    justify-content: space-between;
}
.second-row-menu .mega-col-menu-2 ul.mega-sub-menu .mega-menu-item:nth-child(2) a span {
    width: 50%;
}
.mega-menu-link{
    padding: 0 !important;
     font-family: 'ModerneLLWeb-Medium', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 500 !important;
    font-size: 22px !important;
    letter-spacing: -0.25px;
    line-height: 150% !important;
    color: #000 !important;
    text-transform: uppercase !important;   
}
.mega-menu-link:hover{
    background-color: transparent !important;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background-color: transparent !important;
    font-size: 0px !important;
    background-image: url("/wp-content/uploads/2025/11/close.svg");
    background-size: contain;
    width: 33px !important;
    background-size: 33px 33px !important;
    background-repeat: no-repeat;
    background-position: center;
}
html body:not(.et-fb) .header-transparent .header-col-right .et_pb_module .et_pb_text_inner,
html body:not(.et-fb) .header-transparent .logo-site .et_pb_module .et_pb_text_inner,
html body:not(.et-fb) .header-transparent .mega-menu-link {
    color: white !important;
}
html body:not(.et-fb) .header-transparent.et_pb_sticky .header-col-right .et_pb_module .et_pb_text_inner,
html body:not(.et-fb) .header-transparent.et_pb_sticky .logo-site .et_pb_module .et_pb_text_inner,
html body:not(.et-fb) .header-transparent.et_pb_sticky .mega-menu-link {
    color: #000000 !important;
}
html body:not(.et-fb) .header-transparent #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background-image: url("/wp-content/uploads/2025/11/close.svg");
}
html body:not(.et-fb) .header-transparent {
    background: transparent !important;
}

/* Start header transparent menu opened */

html body:not(.et-fb).menu-open .header-transparent > .et_pb_row,
html body:not(.et-fb).menu-open .header-transparent-black > .et_pb_row{
    background-color: white !important;
}

html body:not(.et-fb).menu-open .header-transparent .header-col-right .et_pb_module .et_pb_text_inner, html body:not(.et-fb).menu-open .header-transparent .logo-site .et_pb_module .et_pb_text_inner, html body:not(.et-fb).menu-open .header-transparent .mega-menu-link {
    color: #000000 !important;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-grid > ul.mega-sub-menu {
    flex-direction: initial;
}
/* End header transparent menu opened */

/* Start animation megamenu */
@media only screen and (min-width: 769px) {
    /* Hidden (initial) state */
    #mega-menu-wrap-primary-menu 
    #mega-menu-primary-menu[data-effect="fade_up"] 
    li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu,
    #mega-menu-wrap-primary-menu 
    #mega-menu-primary-menu[data-effect="fade_up"] 
    li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
        /* transform: translateY(-500px) !important; */
        pointer-events: none !important;
        /* transition: opacity 400ms ease, transform 400ms ease, visibility 400ms ease !important; */
        transition: transform 400ms ease, visibility 400ms ease !important;
        /* transition: transform 0ms ease, visibility 0ms ease !important; */
    }

    /* Shown (active) state */
    #mega-menu-wrap-primary-menu 
    #mega-menu-primary-menu[data-effect="fade_up"].mega-no-js 
    li.mega-menu-item:hover > ul.mega-sub-menu,
    #mega-menu-wrap-primary-menu 
    #mega-menu-primary-menu[data-effect="fade_up"].mega-no-js 
    li.mega-menu-item:focus > ul.mega-sub-menu,
    #mega-menu-wrap-primary-menu 
    #mega-menu-primary-menu[data-effect="fade_up"] 
    li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu,
    #mega-menu-wrap-primary-menu 
    #mega-menu-primary-menu[data-effect="fade_up"] 
    li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
        /* transform: translateY(0) !important; */
        pointer-events: auto !important;
    }
}

/* End animation megamenu */

.col-menu-3 ul.mega-sub-menu li {
    display: none !important;
}
.col-menu-3 ul.mega-sub-menu li:first-child {
    display: block !important;
}
.col-menu-3 ul.mega-sub-menu li img {
    display: block !important;
}
.scrollingdiv {
    position: relative;
    transition: all 0.3s ease;
}

.scrollingdiv.active {
    position: fixed;
    left: 0;
    /*transform: translateX(-50%);*/
    width: 100%;
    max-width: 100%;
    z-index: 1002;
    margin: 0;
}

.scrollingdiv.hidden {
    display: none;
}

.overlay-scroll {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 80%);
    z-index: 1001;
    display: none;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 24px;
    text-align: center;
    flex-direction: column;
}

.overlay-scroll.active {
    display: block;
}

.text-slider-group{
    letter-spacing: -407px;
}

/* Start lang hover */
    .lang-switch {
        position: relative;
        display: inline-block;
        text-decoration: none;
        font-weight: 500;
        color: inherit;
    }
    .lang-switch .lang-hover {
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
    }
    .lang-switch:hover .lang-current {
        opacity: 0;
    }
    .lang-switch:hover .lang-hover {
        opacity: 1;
    }
/* End lang hover */

/* Loader */
html body:not(.et-fb) header{
    opacity: 1;
}
        .loader {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100vh;
            background-color: #000;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            z-index: 99999999999;
        }

        .loader-content {
            text-align: center;
            color: white;
            position: relative;
            width: 100%;
            height: 200px;
        }

.indie {
    font-size: 5vw;
    font-weight: bold;
    position: fixed;
    top: 50%;
    /* left: 50%; */
    left: calc(50% + 9vh);
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%;
    text-align: center;
    color: white;
    background-color: #000;
    font-family: 'ModerneLLWeb-Medium',Helvetica,Arial,Lucida,sans-serif;
    text-transform: uppercase;
    letter-spacing: 18vh;
    line-height: 100%;
}

        .group {
            font-size: 5vw;
            font-weight: bold;
            position: fixed;
            top: 50%;
            /* left: 50%; */
            left: calc(50% + 9vh);
            transform: translate(-50%, -50%);
            z-index: 1;
            margin-top: 1.4em;
            width: 100%;
            text-align: center;
            color: white;
            font-family: 'ModerneLLWeb-Medium',Helvetica,Arial,Lucida,sans-serif;
            text-transform: uppercase;
            letter-spacing: 18vh;
            line-height: 100%;
        }

        /* End loader */

    /* Start Full height */
    
    body.logged-in .full-height-section{
        min-height: calc(100vh - 85px);
    }
    .full-height-section{
        min-height: calc(100vh - 53px);
    }
    body.logged-in .full-height-section-2{
        min-height: calc(100vh - 32px);
    }
    .full-height-section-2{
        min-height: 100vh;
    }
    .align-items-center{
        display: flex;
        align-items: center;
    }

    /* End Full height */


/* Le group slides */

        .section-group {
            width: 100%;
            position: relative;
            overflow: hidden;
            background-color: #E0E0D7;
        }
        
        /* body.logged-in .section-group{
            min-height: calc(100vh - 85px);
        }
        .section-group{
            min-height: calc(100vh - 53px);
        } */

        .section-group{
            min-height: 100vh;
        }

        .section-group .section-content {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100%;
            padding: 53px 2rem 0;
            position: relative;
            width: 90%;
            margin: auto;
        }

        .section-group .image-container {
            position: relative;
            overflow: hidden;
        }

        .section-group .section-image {
            object-fit: cover;
            /* opacity: 0; */
            opacity: 1;
            transform: translateY(20px);
        }

        .section-group .section-text {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: white;
            /* opacity: 0; */
            opacity: 1;
            border-radius: 8px;
        }

        .section-group .section-text p {
            font-family: 'ModerneLLWeb-Medium', Helvetica, Arial, Lucida, sans-serif;
            font-size: 32px;
            line-height: 100%;
            font-weight: 500;
            color: white;
            letter-spacing: -0.47px;
        }

        .group-scroll .lateral-nav {
            position: fixed;
            display: flex;
            flex-direction: column;
            top: 0;
            left: 1rem;
            z-index: 100;
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.5s ease;
        }

        .group-scroll .lateral-nav.visible {
            opacity: 1;
            pointer-events: all;
        }
        /*body.logged-in .group-scroll .lateral-nav{
            min-height: calc(100vh - 85px);
        }
        .group-scroll .lateral-nav{
            min-height: calc(100vh - 53px);
        }*/
    .group-scroll .lateral-nav button {
        cursor: pointer;
        transition: all 0.5s ease;
        position: absolute;
        left: 0;
        width: 150px;
        font-family: 'ModerneLLWeb-Medium', Helvetica, Arial, Lucida, sans-serif;
        font-size: 22px;
        line-height: 100%;
        font-weight: 500;
        color: #000000;
        letter-spacing: -0.242px;
        text-transform: uppercase;
        padding: 0;
        margin: 0;
        text-align: left;
        cursor: pointer;
        background-color: transparent;
        border: 0;
    }

        .group-scroll .lateral-nav button.active {
            background-color: transparent;
            color: #000;
            cursor: pointer;
            border: 0;
        }

        /* Responsive adjustments */
        @media (max-width: 768px) {
            .section-group .image-container {
                max-width: 90%;
                height: 350px;
            }
            
            .section-group .section-text {
                max-width: 90%;
                height: 350px;
            }

            .section-group .section-text p {
                font-size: 1.1rem;
            }
        }

/* End group slides */

.text-37 div,
.text-37 p,
.text-37 h1{
    font-size: 32px;
    letter-spacing: -0.41px;
    line-height: 100%;
    font-family: 'ModerneLLWeb-Medium', Helvetica, Arial, Lucida, sans-serif;
}
.text-22 div, .text-22 p, .text-22 h1 {
    font-size: 22px;
    letter-spacing: -0.242px;
    line-height: 150%;
    font-family: 'ModerneLLWeb-Bold', Helvetica, Arial, Lucida, sans-serif;
    text-transform: uppercase;
    font-weight: 700 !important;
}
.text-70 div, .text-70 p, .text-70 h1, .text-70 h2 {
    font-size: 70px;
    letter-spacing: -1.75px;
    line-height: 94%;
    font-family: 'ModerneLLWeb-Medium', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 500 !important;
}
.text-37 .subtitle{
    font-size: 22px;
    letter-spacing: -0.242px;
    line-height: 150%;
    font-family: 'ModerneLLWeb-Bold', Helvetica, Arial, Lucida, sans-serif;
    text-transform: uppercase;
    font-weight: 700 !important;   
    padding-bottom: 20px;
}
.text-37 .subtitle.pad-b12{
    padding-bottom: 12px;
}

.text-37.black div,
.text-37.black p,
.text-37.black h1,
.text-22.black div,
.text-22.black p,
.text-22.black h1,
.text-70.black div,
.text-70.black p,
.text-70.black h1{
    color: #000;
}
.text-37.white div,
.text-37.white p,
.text-37.white h1,
.text-22.white div,
.text-22.white p,
.text-22.white h1,
.text-70.white div,
.text-70.white p,
.text-70.white h1{
    color: white;
} 
.btn-1 {
    color: #000;
    text-align: center;
    -webkit-text-stroke-width: 22px;
    -webkit-text-stroke-color: rgba(0, 0, 0, 0.00);
    font-size: 22px;
    font-style: normal;
    font-family: 'ModerneLLWeb-Bold', Helvetica, Arial, Lucida, sans-serif;
    line-height: 150%;
    letter-spacing: -0.242px;
    border: 0;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
    min-width: 470px;
    padding: 6px 22px;
    border-radius: 0;
}
.btn-1.contactpage{
    min-width: 337px;
}
.btn-1.text-left{
    text-align: left;
    min-width: 400px;
    padding-left: 0;
}
.btn-1.w-100{
    width: 100%;
}
.btn-1:after{
    display: none;
}
.btn-1:hover{
    color: #796756;
    border: 0 !important;
    border-top: 3px solid #000 !important;
    border-bottom: 3px solid #000 !important;
    background-color: transparent !important;
    padding: 6px 22px !important;
}
.btn-1.text-left:hover{
    padding-left: 0 !important;
}
.btn-group a{
    color: #000;
    text-align: center;
    -webkit-text-stroke-width: 22px;
    -webkit-text-stroke-color: rgba(0, 0, 0, 0.00);
    font-size: 22px;
    font-style: normal;
    font-family: 'ModerneLLWeb-Bold', Helvetica, Arial, Lucida, sans-serif;
    line-height: 150%;
    letter-spacing: -0.242px;
    border: 0;
    border-bottom: 3px solid #000;
    width: 100%;
    padding: 7px 22px;
    display: inline-block;
    transition: all 300ms ease 0ms;
}
.btn-group a:first-child{
    border-top: 3px solid #000;
}
.btn-group.black a{
    color: #000;
}
.btn-group.black a:hover{
    color: #796756;
}
.section-4.btn-group {
    position: absolute;
    bottom: 0;
    width: calc(100% - 30px);
}
.text-65 div,
.text-65 p,
.text-65 h1{
    font-size: 65px;
    letter-spacing: -1.625px;
    line-height: 94%;
    font-family: 'ModerneLLWeb-Medium', Helvetica, Arial, Lucida, sans-serif;
}
#toggleBtn{
    color: #000;
    font-family: 'ModerneLLWeb-Bold', Helvetica, Arial, Lucida, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.242px;
    background-color: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
}
#info,
#info a {
    color: #000;
    font-family: 'ModerneLLWeb-Bold', Helvetica, Arial, Lucida, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.242px;
}
#info{
    display: flex;
    margin: 0 -15px;
    display: none;
}
#info div {
    width: 50%;
    padding: 0 15px;
}
#info.visible {
    display: flex;
}

.resto-addr span{
    color: #000;
}
.resto-addr a{
    color: #848583;
}

/* Start resto slider */

.restaurant-slider-wrapper {
    position: relative;
    padding: 0;
}

.restaurant-carousel p,
.restaurant-carousel p a{
    font-family: 'ModerneLLWeb-Regular', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 400;
    font-size: 16px !important;
    letter-spacing: -0.176px;
    line-height: 150% !important;
    color: #000 !important;
    margin-bottom: 0;
    margin-top: 5px;
}

.restaurant-carousel img{
    max-height: 650px;
    object-fit: cover;
}

.restaurant-slider-wrapper .custom-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 9;
}

.restaurant-slider-wrapper .custom-prev, .restaurant-slider-wrapper .custom-next {
    background: transparent;
    color: white;
    border: none;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: all;
    transition: background 0.3s ease;
}

/* .restaurant-slider-wrapper .custom-prev:hover, .custom-next:hover {
    background: rgba(0,0,0,0.8);
} */

/* End resto slider */

/* Start newsletter */

.newsletter-form label{
    font-family: 'ModerneLLWeb-Medium', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 500;
    font-size: 22px !important;
    letter-spacing: -0.25px;
    line-height: 150% !important;
    color: #fff !important;
    text-transform: uppercase !important;  
    border: 0;
    background: transparent;
    height: 57px;  
    display: flex;
    align-items: center;
    width: 377px;
    display: none;
}
.newsletter-form #email{
    font-family: 'ModerneLLWeb-Medium', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 500;
    font-size: 22px !important;
    letter-spacing: -0.25px;
    line-height: 150% !important;
    color: #796756 !important;
    text-transform: uppercase !important;
    border: 0;
    background: transparent;
    height: 57px;
    display: inline-block;
    /* width: 84%; */
    width: calc(100% - 100.39px);
    padding: 5px;
    line-height: 57px !important;
}
    .newsletter-form #email::-webkit-input-placeholder { /* Chrome/Opera/Safari */
      color: #848583;
    }
    .newsletter-form #email::-moz-placeholder { /* Firefox 19+ */
      color: #848583;
    }
    .newsletter-form #email:-ms-input-placeholder { /* IE 10+ */
      color: #848583;
    }
.newsletter-form input[type="submit"] {
    font-family: 'ModerneLLWeb-Medium', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 500;
    font-size: 22px !important;
    letter-spacing: -0.25px;
    line-height: 150% !important;
    color: #FFFFFF !important;
    text-transform: uppercase !important;
    border: 0;
    background: transparent;
    height: 57px;
    visibility: hidden;
    cursor: pointer;
    padding-right: 0;
}
.newsletter-form input[type="submit"]:hover {
    color: #796756 !important;
}

.newsletter-form .wrapper-newsletter{
    display: flex;
    border-top: 3px solid white;
    border-bottom: 3px solid white;
}

/* End newsletter */

/* Start Home slider */

.home-slider-wrapper,
.home-slider-wrapper .owl-carousel,
.home-slider-wrapper .carousel-item {
    width: 100%;
    height: 100vh; /* FULLSCREEN height */
}

.home-slider-wrapper {
    position: relative;
    padding: 0;
}

.home-slider-wrapper .carousel-item{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


/* End Home slider */

/* Start resto slider */

.etablissement-slider-wrapper {
    position: relative;
    padding: 0;
}
    .owl-carousel.owl-drag.etablissement-carousel .owl-item{
        padding-left: 15px;
        padding-right: 15px;
    }
.etablissement-carousel .description p{
    font-family: 'ModerneLLWeb-Medium', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 500;
    font-size: 32px !important;
    letter-spacing: -0.407px;
    line-height: 100% !important;
    color: #000 !important;
    margin-bottom: 0;
}
.etablissement-carousel .description{
    margin-bottom: 50px;
    margin-top: 67px;
}
.etablissement-carousel .img-wrap{
    display: flex;
    justify-content: center;
}
.etablissement-carousel img{
    max-height: calc(100vh - 397px);
    object-fit: cover;
    width: auto !important;
}

.etablissement-slider-wrapper .custom-nav {
    position: absolute;
    top: calc((100% - 161px) / 2);
    width: 100%;
    left: 0;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 9;
    padding: 0 20px;
}

.etablissement-slider-wrapper .custom-prev, .etablissement-slider-wrapper .custom-next {
    background: transparent;
    border: none;
    width: fit-content;
    height: 33px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: all;
    transition: background 0.3s ease;
    color: #848583;
    font-family: 'ModerneLLWeb-Medium';
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: -0.242px;
    text-transform: uppercase;
}
.etablissement-slider-wrapper .custom-prev:hover, .etablissement-slider-wrapper .custom-next:hover{
    color: #DC2C2C;
}

/* .etablissement-slider-wrapper .custom-prev:hover, .custom-next:hover {
    background: rgba(0,0,0,0.8);
} */

/* End etablissement slider */

/* Start Etablisement list */

.etablissement-liste-wrapper {
    padding: 0 20px;
}
.etablissement-liste-wrapper .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
    padding: 0 10px;
}
.etablissement-liste-wrapper .card-etablissement {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
    margin-bottom: 40px;
    position: relative;
}
.etablissement-liste-wrapper .card-etablissement a.card-etablissement-link {
    position: absolute;
    width: calc(100% - 20px);
    height: 100%;
    z-index: 1;
}

.etablissement-liste-wrapper .card-etablissement .titre {
    color: #000;
    font-family: "ModerneLLWeb-Medium";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.242px;
    text-transform: uppercase;
    margin-bottom: 45px;
    margin-top: 10px;
}
.etablissement-liste-wrapper .card-etablissement .description{
    color: #000;
    font-family: "ModerneLLWeb-Medium";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.242px;
    text-transform: uppercase;
    opacity: 0;
    transition: opacity 2s ease;
}
.etablissement-liste-wrapper .card-etablissement .description ul {
    list-style-type: none;
    padding: 0;
}
.card-etablissement ul li {
    transform: translateX(-100%);
    opacity: 0;
    transition: transform 0.5s, opacity 0.5s;
}
.etablissement-liste-wrapper .card-etablissement ul li:first-child {
    margin-left: 0;
    transition-delay: 0.2s;
}

.etablissement-liste-wrapper .card-etablissement ul li:nth-child(2) {
    margin-left: 30px;
    transition-delay: 0.3s;
}

.etablissement-liste-wrapper .card-etablissement ul li:nth-child(3) {
    margin-left: 60px;
    transition-delay: 0.4s;
}

.etablissement-liste-wrapper .card-etablissement ul li:nth-child(4) {
    margin-left: 90px;
    transition-delay: 0.5s;
}

.etablissement-liste-wrapper .card-etablissement ul li:nth-child(5) {
    margin-left: 120px;
    transition-delay: 0.6s;
}

.etablissement-liste-wrapper .card-etablissement ul li:nth-child(6) {
    margin-left: 150px;
    transition-delay: 0.7s;
}

.etablissement-liste-wrapper .card-etablissement .lien{
    transform: translateX(-100%);
    opacity: 0;
    transition: transform 0.5s, opacity 0.5s;
    position: relative;
    overflow: hidden;
    margin-bottom: 98px;
}

.etablissement-liste-wrapper .card-etablissement:hover ul li {
    transform: translateX(0);
    opacity: 1;
}
.etablissement-liste-wrapper .card-etablissement .lien a{
    color: #848582;
    font-family: "ModerneLLWeb-Medium";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 28.6px */
    letter-spacing: -0.242px;
    text-transform: uppercase;
}
.etablissement-liste-wrapper .card-etablissement .lien a:hover{
    color: #796756;
}
.etablissement-liste-wrapper .card-etablissement .img-hover {
    position: relative;
    display: inline-block;
}
.etablissement-liste-wrapper .card-etablissement .img-hover img{
    max-height: 572px;
}
.etablissement-liste-wrapper .card-etablissement.img-hover img {
    display: block;
    width: 100%;
    height: auto;
}
.etablissement-liste-wrapper .card-etablissement .img-hovered {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
}
.etablissement-liste-wrapper .card-etablissement:hover .img-hover.twoimages .img-hovered {
    opacity: 1;
}
.etablissement-liste-wrapper .card-etablissement:hover .img-hover.twoimages .img-default {
    opacity: 0;
}
.etablissement-liste-wrapper .card-etablissement:hover .description,
.etablissement-liste-wrapper .card-etablissement:hover .lien{
    opacity: 1;
}
.etablissement-liste-wrapper .card-etablissement:hover .description,
.etablissement-liste-wrapper .card-etablissement:hover .titre{
    /* color: #DC2C2C; */
    color: #000000;
}
.etablissement-liste-wrapper .card-etablissement:hover .lien{
    transition-delay: 0.2s;
    transform: translateX(0);
}
/* End Etablisement list */


/* Start animation slider */

.slider-fixed.et_pb_slider .et_pb_slide{
  background-attachment: fixed;
}

/* end animaton slider */

/* Start Event page */

.events-wrapper{
    padding-left: 25px;
    padding-right: 25px;   
}
.events-wrapper .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
}
.events-wrapper .event-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 36px;
    z-index: 0;
}
.events-wrapper .card-event {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #000;
    padding: 14px 20px 36px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    cursor: pointer;
    border-radius: 10px;
}
.events-wrapper .card-event .overlay-event{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background-color: #DC2C2C;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.9s ease; 
}
 .events-wrapper .card-event:hover .overlay-event {
    width: 1000px;
    height: 1000px;
}
.events-wrapper .card-event .card-top {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 3;
}
.events-wrapper .card-event .card-top .event-date,
.events-wrapper .card-event .card-top .event-lineup{
    color: #FFF;
    font-family: "ModerneLLWeb-Medium";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 33px */
    letter-spacing: -0.242px;
}
.events-wrapper .card-event .card-center{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    min-height: 251px;
    position: relative;
    z-index: 3
}
.events-wrapper .card-event .card-center .title{
    color: #FFF;
    text-align: center;
    font-family: "ModerneLLWeb-Medium";
    font-size: 37px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.407px;
}
.events-wrapper .card-event .card-bottom{
    text-align: center;
    position: relative;
    z-index: 3
}
.events-wrapper .card-event .card-bottom button{
    color: #FFFFFF;
    text-align: center;
    font-family: "ModerneLLWeb-Medium";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 33px */
    letter-spacing: -0.242px;
    text-transform: uppercase;
    background-color: transparent;
    border: 0;
    border-top: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    padding: 11.5px 22px;
    cursor: pointer;
        width: 100%;
    max-width: 450px;
}
.events-wrapper .card-event .card-bottom button:hover{
    color: #000;
    border-color: #000;
}
.row-events-filters{
    position: sticky;
    top: 0;
    background-color: #FFFFFF;
    z-index: 99;
}
.events-filters {     
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom:80px; 
    padding-top: 150px;
}
/* .row.events-list{
    margin-top: 100px;
} */
.events-filters .filter-btn {
    color: #000;
    font-family: "ModerneLLWeb-Medium";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 22px */
    letter-spacing: -0.242px;
    text-transform: uppercase;
    display: block;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}
.events-filters .filter-btn:hover{
    color:#DC2C2C;
}
.events-filters .filter-btn.active {
    color:#DC2C2C;
    margin-bottom: 8px;
}
.events-filters .filter-btn.active:last-child {
    margin-bottom: 0;
    margin-top: 8px;
}

/* -------- Button add to calnedar -------- */
      .atc-wrap{display:inline-block;}

      /* -------- Popover -------- */
      .atc-menu{
        min-width:220px; width:max-content;
        background:#fff; border:1px solid #e7e7e7; border-radius:12px;
        box-shadow:0 12px 28px rgba(0,0,0,.12); padding:10px; z-index:9;
        display:none;
      }
      .atc-menu[data-open="true"]{display:block; animation:atc-fade .2s ease-out;}
      @keyframes atc-fade{from{opacity:0; transform:translateY(-2px);} to{opacity:1; transform:translateY(0);}}
      .atc-menu:before{
        content:""; position:absolute; top:-8px; left:24px; width:16px; height:16px;
        background:#fff; border-left:1px solid #e7e7e7; border-top:1px solid #e7e7e7;
        transform:rotate(45deg);
      }
      .atc-title{margin:0 0 8px 0; padding:6px 10px; font-size:14px; font-weight:500; color:#111;}
      .atc-list{display:flex; flex-direction:column; gap:6px; margin:0; padding:0; list-style:none;}
      .atc-item{
        display:flex; align-items:center; gap:10px; text-decoration:none;
        padding:10px 12px; border-radius:10px; color:#1d1d1f; border:1px solid transparent;
      }
      .atc-item:hover{background:#f7f7f8; border-color:#ececec;}
      .atc-ico{display:inline-flex; width:18px; height:18px; align-items:center; justify-content:center;}


/* End Event page */

/* Start privatisation */
.contactform .wpcf7-text,
.contactform .wpcf7-number {
    background: transparent;
    border: 0;
    border-bottom: 3px solid #000;
    font-family: "ModerneLLWeb-Medium";
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 33px */
    letter-spacing: -0.242px;
    height: 49px;
    width: 100%;
}
.contactform .wpcf7-text::placeholder{
    color: #000;
}
.contactform .wpcf7-text:focus,
.contactform .wpcf7-number:focus {
    background-color: #DED8C5;
    color: #000;
    font-family: "ModerneLLWeb-Medium";
    font-optical-sizing: auto;    
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.176px;
    padding: 0 20px;
}
.contactform .wpcf7-number::placeholder {
    color: #000;
}
.contactform .wpcf7-text:focus::placeholder,
.contactform .wpcf7-number:focus::placeholder {
    color: transparent;
}
.contactform .wpcf7-number::-webkit-outer-spin-button,
.contactform .wpcf7-number::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.contactform .wpcf7-number {
    -moz-appearance:textfield; /* Firefox */
}
.contactform .wpcf7-textarea {
    background: transparent;
    border: 0;
    border-bottom: 3px solid #000;
    width: 100%;
    color: #000;
    font-family: "ModerneLLWeb-Medium";
    font-optical-sizing: auto;    
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.176px;
    padding: 20px;
    height: 170px;
}
.contactform .wpcf7-textarea {
    background-color: #FFFAEB;
}
.contactform .wpcf7-text::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.contactform .wpcf7-text::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
.contactform .wpcf7-text:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
.contactform .wpcf7-text:-moz-placeholder { /* Firefox 18- */
  color: #000;
}
.contactform .wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.row-message {
    display: flex;
    justify-content: space-between;
    border-bottom: 3px solid #000;
    align-items: center;
    height: 49px;
    width: 100%;
}
.row-message .message-label, .row-message .counter{
    font-family: "ModerneLLWeb-Medium";
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 33px */
    letter-spacing: -0.242px;
}
.contactform .wpcf7-list-item-label {
    color: #000;
    font-family: "ModerneLLWeb-Medium";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.242px;
    padding-left: 30px;
    cursor: pointer;
}
.contactform span.wpcf7-form-control.wpcf7-acceptance{
    display: flex !important;
    border-bottom: 3px solid #000;
    align-items: center;
    width: 100%;
}
.contactform span.wpcf7-form-control.wpcf7-acceptance,
.contactform span.wpcf7-list-item {
    width: 100%;
    display: block;
}
.contactform span.wpcf7-list-item label {
    display: flex;
    align-items: center;
    padding: 6.5px 0px;
}
.contactform span.wpcf7-list-item{
    margin-left: 0;
}
.contactform .wpcf7-form .wpcf7-acceptance input[type=checkbox] {
	position: relative;
  visibility: hidden;
}

.contactform .wpcf7-form .wpcf7-acceptance input[type=checkbox] + span:before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 0;
    height: 20px;
    width: 20px;
    top: 50%;
    border: 3px solid #000;
    transform: translateY(-50%);
    left: 0;
}

/*.contactform .wpcf7-form .wpcf7-acceptance input[type=checkbox] + span:after {
    display: block;
    position: absolute;
    content: '\2713';
    border-radius: 100%;
    height: 10px;
    width: 10px;
    top: 8px;
    left: 5px;
    visibility: hidden;
    font-size: 16px;
}*/

.contactform .wpcf7-form .wpcf7-acceptance input[type=checkbox] + span:after {
    display: block;
    position: absolute;
    content: '\2713';
    border-radius: 100%;
    /* height: 10px; */
    /* width: 10px; */
    top: 50%;
    left: 5px;
    visibility: hidden;
    font-size: 16px;
    transform: translateY(-50%);
}

.contactform .wpcf7-form .wpcf7-acceptance input[type=checkbox]:checked + span:before {
    background: transparent;
}

.contactform .wpcf7-form .wpcf7-acceptance input[type=checkbox]:checked + span:after {
   visibility: visible;
}
.contactform .wpcf7-submit {
    color: #000;
    font-family: "ModerneLLWeb-Medium";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.242px;
    background-color: transparent;
    border: 0;
    text-transform: uppercase;
    padding: 0;
    margin-top: 7px;
    cursor: pointer;
}
.contactform .wpcf7-submit:hover{
    color: #DC2C2C;
    background-color: transparent;
}
.contactform .wpcf7-submit:disabled{
    color: #000000 !important;
}


.contactform .custom-dropdown {
    position: relative;
    width: 100%;
}

.contactform .dropdown-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10.5px 0px;
    border-top: 3px solid #000000;
    border-bottom: 3px solid #000000;
    border-radius: 0;
    cursor: pointer;
    background-color: transparent;
    transition: all 0.3s;
}
.contactform .dropdown-header span.text{
    font-family: "ModerneLLWeb-Medium";
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 33px */
    letter-spacing: -0.242px;
}

.contactform .dropdown-header span {
    color: #FFFFFF;
}

.contactform .dropdown-header .arrow {
    display: flex;
}

.contactform .dropdown-header.active .arrow {
    transform: rotate(180deg);
}

.contactform .dropdown-list {
    position: absolute;
    top: 3px;
    left: 0;
    width: 100%;
    background-color: #DC2C2C;
    border: 0;
    border-bottom: none;
    border-radius: 0;
    z-index: 100;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.contactform .dropdown-list.active {
    max-height: 363px;
}

.contactform .dropdown-list-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    border-bottom: 0;
    background-color: transparent;
    position: absolute;
    right: 15px;
    top: 15px;
}

.contactform .dropdown-list-title {
    font-weight: 500;
    color: #555;
}

.contactform .dropdown-close {
    background: none;
    border: none;
    font-size: 18px;
    color: #000000;
    cursor: pointer;
    padding: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s;
}

.contactform .dropdown-close:hover {
    background-color: transparent;
    color: #fff;
}

.contactform .dropdown-items {
    max-height: 363px;
    padding: 11px 50px 11px 15px;
    height: 363px;
    border-bottom: 3px solid #FFF;
}

.contactform .dropdown-item {
    padding: 0;
    cursor: pointer;
    transition: background-color 0.2s;
    display: flex;
    justify-content: initial;
    align-items: center;
    color: #FFF;
    font-family: "ModerneLLWeb-Medium";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 24.2px */
    letter-spacing: -0.242px;
    text-transform: uppercase;
    width: fit-content;
}

.contactform .dropdown-item:hover {
    background-color: transparent;
    color: #848583;
}

.contactform .dropdown-item.selected {
    color: #848583;
}

.contactform .item-close {
    color: #FFF;
    font-size: 14px;
    padding: 2px 5px;
    border-radius: 50%;
    transition: all 0.2s;
    opacity: 0;
}

.contactform .dropdown-item.selected .item-close {
    opacity: 1;
}

.contactform .item-close:hover {
    background-color: transparent;
    color: #FFF;
}

.contactform .etablissement-select {
    display: none;
}
.dropdown-item span:first-child {
width: 256px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    color: white;
}

.row-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.col-md-6 {
    padding-left: 10px;
    padding-right: 10px;
}

/* End privatisation */

.text-37 b{
    color: #796756;
    font-weight: 500 !important;
}

.section-slide{
    z-index: 99;
}

.animated-element,
.animated-element-2{
    z-index: 1002;
}

body #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-row {
    padding-top: 4px;
}
.filecv{
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    
}
.filecv-wrapper{
border-bottom: 3px solid #fff;
    padding: 6.5px 0;
}
.filecv label{
    font-family: "ModerneLLWeb-Medium";
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.242px;
    cursor: pointer;
}
.filecv input[type="file"] { 
  z-index: -1;
  position: absolute;
  opacity: 0;
}

.filecv input:focus + label {
  outline: 2px solid;
}
div#file-upload-filename {
    color: #000;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.176px;
}
.custom-dots-legroupe .dot-text {
    font-family: "ModerneLLWeb-Medium";
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.22px;
    text-transform: uppercase;
    background-color: transparent;
    border: 0;
    padding: 0 10px;
    color: #848583;
}
.custom-dots-legroupe .dot-text.active {
    color: #000000;
}
.custom-dots-legroupe {
    text-align: center;
    margin-top: 30px;
}
.legroupe-slider .section-text{
    text-align: center;
    font-family: "ModerneLLWeb-Medium";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.198px;
    color: #FFFFFF;
    position: relative;
    z-index: 2;
}
.legroupe-slider .item {
    min-height: 445px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.legroupe-slider .overlay{
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.40);
    z-index: 1;
    width: 100%;
    height: 100%;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background-color: #46b450;
    font-family: "ModerneLLWeb-Medium";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    color: white;
    text-transform: uppercase;
}
.mc4wp-alert.mc4wp-success{
    border-color: #46b450;
    background-color: #46b450;
    font-family: "ModerneLLWeb-Medium";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    color: white;
    text-transform: uppercase;   
    margin: 1em 0.5em 1em;
    padding: 0.2em 1em; 
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232;
    background-color: #dc3232;
    font-family: "ModerneLLWeb-Medium";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    color: white;
    text-transform: uppercase;
}
.mc4wp-alert.mc4wp-error {
	border-color: #dc3232;
    background-color: #dc3232;
    font-family: "ModerneLLWeb-Medium";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    color: white;
    text-transform: uppercase;   
    margin: 1em 0.5em 1em;
    padding: 0.2em 1em; 
}
.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28;
    background-color: #f56e28;
    font-family: "ModerneLLWeb-Medium";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    color: white;
    text-transform: uppercase;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900;
    background-color: #ffb900;
    font-family: "ModerneLLWeb-Medium";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    color: white;
    text-transform: uppercase;
}

.fonction-wrapper .dropdown-header, .type-contrat-wrapper .dropdown-header{
    border-top: 0;
}
.contactform .type-contrat-wrapper .dropdown-items {
    max-height: 100px;
}
.contactform .fonction-wrapper .dropdown-items {
    max-height: 320px;
}

@media only screen and (min-width: 981px) {
/* Start Group createur */

.slider-group-createurs .swiper-slide{
    width: fit-content !important;
}
.slider-group-createurs .swiper-wrapper {
    justify-content: center;
}

/* END Group createur */
}
@media only screen and (min-width: 1221px) {
    .footerbtm .et_pb_column {
        min-height: 152px;
    }
}
@media only screen and (min-width: 981px) and (max-width: 1220px) {

.newsletter-form label {
        width: 446px;
    }
    html body .et_pb_row.footerbtm {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 30px !important;
        padding-bottom: 15px !important;
    }
    .footerbtm .et_pb_column {
        width: 50% !important;
        padding-bottom: 30px;
        padding-top: 30px;
        position: relative;
    }
    .footerbtm .et_pb_column:after {
        content: "";
        height: 2px;
        width: calc(100% - 30px);
        background-color: #FFFFFF;
        position: absolute;
        bottom: 0;
    }
    .footerbtm .et_pb_column:nth-child(odd):after{
        content: "";
        height: 2px;
        width: 100%;
        background-color: #FFFFFF;
        position: absolute;
        bottom: 0;
    }
    /*.footerbtm .et_pb_column:last-child:after{
        display: none;
    }*/
    .footerbtm .et_pb_column:last-child {
        padding-bottom: 15px;
    }
    .footerbtm .et_pb_column:last-child p{
        text-align: left !important;
    }
    footer .text-37 div{
        font-size: 32px;
        letter-spacing: -0.41px;
    }
}
@media only screen and (min-width: 769px) {
    #mega-menu-wrap-primary-menu,
    #mega-menu-wrap-primary-menu:hover,
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:focus {
        background-color: transparent !important;
    }
}
@media (min-width: 768px) {
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (max-width: 980px) {
    .indie, .group {
        left: calc(50% + 7vh);
        letter-spacing: 14vh;
    }
    .et_pb_menu .et_pb_menu__menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .et_pb_menu .et_mobile_nav_menu{
        display: none;
    }
    .logo-site
    {
        width: 50% !important;
    }
    
    .header-col-right,
    .header-col-left{
        width: 25% !important;
    }
    .et_pb_menu--style-left_aligned .et_pb_menu__wrap {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link,
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:focus {
        background-color: transparent !important;
        font-size: 0px !important;
        background-image: url("/wp-content/uploads/2025/12/Burger-Menu.svg");
        background-size: contain;
        width: 33px !important;
        background-size: 33px 26px !important;
        background-repeat: no-repeat;
        background-position: center;
    }
    html body:not(.et-fb) .header-transparent.et_pb_sticky .mega-menu-link{
        background-image: url("/wp-content/uploads/2025/12/Burger-Menu-black.svg") !important;
    }
    html body:not(.et-fb) .header-transparent.et_pb_sticky .mega-toggle-on .mega-menu-link{
        background-image: url("/wp-content/uploads/2025/11/close.svg") !important;
    }
    .header-transparent-black #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link,
    .header-transparent-black #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:hover, .header-transparent-black #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:focus {
        background-image: url("/wp-content/uploads/2025/12/Burger-Menu-black.svg");
    }
    .header-transparent-black #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
        background-image: url("/wp-content/uploads/2025/11/close.svg");
                background-size: 33px 20px !important;
    }
    html body:not(.et-fb) .header-transparent #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
        background-size: 33px 20px !important;
    }
    html body:not(.et-fb) .header-transparent #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link{
        background-color: white !important;
    }
    #mega-menu-wrap-primary-menu{
        background-color: transparent !important;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-grid > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {
        grid-column: span 12;
    }
    .col-menu-1 .mega-menu-item, .col-menu-1 .mega-menu-item a,
    .mega-col-menu-2 ul.mega-sub-menu .mega-menu-item:last-child a {
        font-size: 18px !important;
        letter-spacing: -0.198px;
        line-height: 22px !important;
    }
    .col-menu-2 .mega-menu-item {
        font-size: 25px !important;
        letter-spacing: -0.275px;
    }
    .col-menu-2 li:first-child {
        padding: 0 15px !important;
    }
    .mega-col-menu-3 {
        display: none !important;
    }
     .lang-switch {
        font-size: 20px;
        letter-spacing: -0.22px;
    }
    .logo-site p{
        font-size: 20px;
        letter-spacing: 36px;
        margin-right: -36px;
        margin-left: 0;
        line-height: 35.7px;
    }

    .text-37 div, .text-37 p, .text-37 h1 {
        font-size: 25px;
        letter-spacing: -0.275px;
    }
    .text-37 div br, .text-37 p br, .text-37 h1 br {
        display: none;
    }
    .mention-text .text-37 div,
    .mention-text .text-37 p,
    .mention-text .text-37 h1{
        font-size: 18px;
        letter-spacing: -0.198px;
    }
    .button-border-top{
        font-size: 20px !important;
        letter-spacing: -0.22px !important;
    }
    .pac_dih__caption{
        font-size: 12px;
        letter-spacing: -0.132px;
    }
    .img-home-2 img {
        width: 457px !important;
        height: 100% !important;
        aspect-ratio: 457 / 596;
    }
    .et_pb_module.et_pb_image.img-home-3 {
        margin-top: 15px !important;
    }
    .img-home-3 img{
        width: 100% !important;
    }
    .et_pb_module.et_pb_image.img-home-5,
    .et_pb_module.et_pb_image.img-home-6 {
        float: none !important;
    }
    .width-half .et_pb_column{
        width: 50% !important;
    }
.newsletter-form .wrapper-newsletter {
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    width: 482px;
    margin: 0 auto;
}
.newsletter-form #email, .newsletter-form input[type="submit"] {
    font-size: 16px !important;
    letter-spacing: -0.176px;
    height: 37px;
}
.newsletter-form label {
    font-size: 16px !important;
    letter-spacing: -0.176px;
    width: 415px;
    height: 37px;
}
    .footerbtm .et_pb_column p, .footerbtm .et_pb_column div {
        font-size: 18px;
        letter-spacing: -0.198px;
    }
    .footerbtm .et_pb_column {
        width: 50% !important;
        padding-bottom: 26px;
        padding-top: 18px;
        position: relative;
    }
    .footerbtm .et_pb_column:after {
        content: "";
        height: 2px;
        width: calc(100% - 30px);
        background-color: #FFFFFF;
        position: absolute;
        bottom: 0;
    }
    .footerbtm .et_pb_column:nth-child(odd):after{
        content: "";
        height: 2px;
        width: 100%;
        background-color: #FFFFFF;
        position: absolute;
        bottom: 0;
    }
    /* .footerbtm .et_pb_column:last-child:after{
        display: none;
    } */
    .footerbtm .et_pb_column:last-child {
        padding-bottom: 15px;
    }
    .footerbtm .et_pb_column:last-child p{
        text-align: left !important;
    }
    footer .text-37 div{
        font-size: 30px;
        letter-spacing: -0.33px;
    }
    .section-group .section-text p,
    .etablissement-carousel .description p {
        font-size: 18px !important;
        letter-spacing: -0.198px !important;
    }
    .etablissement-carousel .description {
        margin-bottom: 0;
        margin-top: 16px;
    }
    .etablissement-carousel img {
        max-height: calc(100vh - 225px);
    }
    .etablissement-slider-wrapper .custom-nav{
        display: none;
    }
    .owl-theme.etablissement-carousel .owl-dots .owl-dot span {
        width: 8px;
        height: 8px;
        margin: 12px 2.5px 30px;
        background: #848583;
    }
    .owl-theme.etablissement-carousel .owl-dots .owl-dot.active span, .owl-theme.etablissement-carousel .owl-dots .owl-dot:hover span{
        background: #000000;
    }
    .etablissement-liste-wrapper .card-etablissement .titre {
        font-size: 12px;
        margin-bottom: 0;
        margin-top: 0;
    }
    .etablissement-liste-wrapper .card-etablissement {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 28px;
        padding-left: 7px;
        padding-right: 7px;
    }
    .etablissement-liste-wrapper .card-etablissement .description{
        display: none;
    }
    .etablissement-liste-wrapper .row {
        padding: 0 7px;
    }
    .events-filters {
        padding-top: 60px;
    }
    .row.events-list {
        margin-top: 0;
    }
    .events-wrapper .card-event .card-top .event-date, .events-wrapper .card-event .card-top .event-lineup {
        font-size: 18px;
        letter-spacing: -0.198px;
    }
    .events-wrapper .card-event .card-center .title {
        font-size: 25px;
        letter-spacing: -0.275px;
    }
    .events-wrapper .card-event .card-bottom button {
        font-size: 20px;
        letter-spacing: -0.22px;
    }
    .events-wrapper .event-col {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    #foodSelection img,
    #foodSelection .et_pb_image_wrap {
        width: 100% !important;
    }
    .contactform .wpcf7-text {
        font-size: 20px;
        letter-spacing: -0.22px;
        height: 46px;
    }
    .contactform .dropdown-header span.text,
    .contactform .dropdown-item,
    .contactform .wpcf7-list-item-label,
    .contactform .wpcf7-submit,
    .filecv label{
        font-size: 20px;
        letter-spacing: -0.22px;       
    }
    .contactform .dropdown-header {
        padding: 9px 0px;
    }
    .contactform span.wpcf7-list-item label {
        padding: 6.5px 0px;
    }
    .text-70 div, .text-70 p, .text-70 h1, .text-70 h2 {
        font-size: 30px;
        letter-spacing: -0.75px;
    }
    .experience-row .et_pb_column{
        width: 33.33%;
    }
    .btn-1 {
        font-size: 18px;
        letter-spacing: -0.198px;
        min-width: 100%;
        padding: 6px 0;
    }
    .btn-1.text-left{
        min-width: 100%;
    }
    .btn-1.width-auto {
        min-width: 278px;
    }
    .btn-1:hover {
        padding: 6px 0 !important;
    }
    .col-33 .et_pb_column {
        width: 33.33% !important;
    }
    .reverse-column{
        display: flex;
        flex-direction: column-reverse;
    }
    .btn-1.contactpage{
        min-width: 100%;
    }
    .social-contact .et_pb_column {
        width: 50%;
    }
    .row-message .message-label, .row-message .counter {
        font-size: 20px;
        letter-spacing: -0.22px;
    }
         .contactform .wpcf7-list-item-label{
        font-size: 12px;
        letter-spacing: -0.132px;
        padding-left: 18px;
     }
.contactform .wpcf7-form .wpcf7-acceptance input[type=checkbox] + span:before {
    height: 8px;
    width: 8px;
    top: 8.5px;
    transform: translateY(0);
}
.contactform .wpcf7-form .wpcf7-acceptance input[type=checkbox] + span:after {
    top: 6.5px;
    left: 3px;
    font-size: 8px;
    transform: translateY(0);
}
.trois-image .et_pb_column {
        width: 33.33%;
    }
}

@media (max-width: 767px) {
    .trois-image .et_pb_column {
        width: 100%;
    }
        .newsletter-form #email{
        width: calc(100% - 74.7px);
    }

.contactform .wpcf7-text {
    font-size: 18px;
    letter-spacing: -0.198px;
    height: 46px;
}
.contactform .dropdown-header span.text, .contactform .dropdown-item, .contactform .wpcf7-submit, .filecv label {
    font-size: 18px;
    letter-spacing: -0.198px;
}

.row-message .message-label, .row-message .counter {
    font-size: 18px;
    letter-spacing: -0.198px;
}

    .col-33 .et_pb_column,
        .btn-1.width-auto {
    width: 100% !important;
}
    .indie, .group {
    left: calc(50% + 3vh);
    letter-spacing: 6vh;
}
    .col-menu-2 .mega-menu-item {
        font-size: 18px !important;
        letter-spacing: -0.198px;
    }
    .row-form .col-md-6{
        width: 100%;
    }
    footer .text-37 div {
        font-size: 30px;
        letter-spacing: -0.33px;
    }

    .newsletter-form label {
    font-size: 16px !important;
    letter-spacing: -0.176px;
    width: fit-content;
    height: 53px;
}
    .newsletter-form #email,
    .newsletter-form input[type="submit"]{
        font-size: 16px !important;
        letter-spacing: -0.176px;
        height: 52px;
    }
    .footerbtm .et_pb_column p,
    .footerbtm .et_pb_column div{
        font-size: 18px;
        letter-spacing: -0.198px;
    }
    .footerbtm .et_pb_column{
        width: 100% !important;
    }
    .footerbtm .et_pb_column:after,
    .footerbtm .et_pb_column:nth-child(odd):after{
        width: calc(100% - 30px);
    }
    .page-id-226{
            overflow-x: hidden;
    }
    .events-wrapper .event-col {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .newsletter-form .wrapper-newsletter {
        border-top: 2px solid white;
        border-bottom: 2px solid white;
        width: 100%;
    }
    .footerbtm .et_pb_column {
        padding-bottom: 18px;
        padding-top: 18px;
    }
    .btn-1{
        text-align: left;
        padding-left: 0;
    }
    .btn-1:hover{
        padding-left: 0 !important;
    }
    .et_pb_module.et_pb_image.img-home-3 {
        margin-top: 15px !important;
    }
    .text-37 .subtitle {
        font-size: 18px;
        letter-spacing: -0.198px;
        padding-bottom: 10px;
    }
}
@media (max-width: 430px) {

    .etablissement-liste-wrapper .card-etablissement {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

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

.custom-dots-legroupe .dot-text {
    font-size: 18px;
    padding: 0 6px;
}

}