/*
Theme Name: MB
Author: Serum
Version: 1.0
*/

@font-face {
    font-family: Montserrat;
    src: url(./assets/fonts/Montserrat-VariableFont_wght.ttf);
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Montserrat;
    src: url(./assets/fonts/Montserrat-Medium.ttf);
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

:root {
    --app-height: 100vh;
}

*{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, .titre{
    font-family: TitreCustom, sans-serif;
}

table{
    border-collapse: collapse;
    border-spacing: 0;
}

a{
    text-decoration: none;
}

a:hover{
    text-decoration: none;
}

p{
    font-family: TexteCustom, sans-serif;
}

body.menu-open{
    overflow: hidden;
    position: relative;
}

.wp-post-image,
.img-responsive{
    display: block;
    height: auto;
    width: 100%;
}

.container{
    padding: 0 20px;
    margin: 0 auto;
}

.container-only-desktop{
    margin: 0 auto;
}

.tel.desktop{
    display: none;
}

.cta{
    font-family: CtaCustom, sans-serif !important;
    width: fit-content;
    cursor: pointer;
    font-weight: 500;
    color: #000;
    font-size: 12px;
    line-height: 23px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    border: 1px solid #000;
    padding: 15px 26px;
}

.cta.arrondi{
    border-radius: 32px;
}

.cta:hover{
    color: #fff;
    background-color: #000;
    border-color: #fff !important;
}

.cta.black_inverse{
    color: #fff;
    background-color: #000;
    border-color: #fff !important;
}
.cta.black_inverse:hover{
    color: #000;
    background-color: transparent;
    border-color: #000 !important;
}

.cta.light:hover{
    color: #000;
    background-color: #fff;
    border-color: #000 !important;
}

.cta.light{
    color: #fff;
    border-color: #fff !important;
}


.cta.light_inverse{
    color: #000;
    border-color: #000 !important;
    background-color: #fff !important;
}

.cta.light_inverse:hover{
    color: #fff;
    border-color: #fff !important;
    background-color: transparent!important;
}


:focus,
:active,
:focus-visible{
    border: none;
    outline: none;
}

input,
textarea,
select{
    border: 1px solid #000;
    outline: none;
}

[data-toggle="tooltip"]{
    cursor: help;
}

figure{
    margin: 0;
}

body.modal-open{
    overflow: hidden;
    position: relative;
}

body.modal-open::before{
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    z-index: 3;
    transform: none;
}

#modalcookie{
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 999999999;
}

#modalcookie figure{
    max-width: 70%;
    height: 80%;
}

#modalcookie figure img{
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}

#modalcookie #clickButton{
    position: absolute;
    right: 7%;
    top: 5%;
    color: #fff;
    font-size: 30px;
    font-family: Arial;
    cursor: pointer;
}

#modalcookie .wrapper-iframe{
    width: 60%;
    max-height: 70%;
    aspect-ratio: 9/16;
}

#modalcookie .wrapper-iframe iframe{
    width: 100%;
    height: 100%;
}

.texte{
    font-family: TexteCustom;
}

.desktop{
    display: none;
}


/* SLICK -------------------------------------------------------------------------------------------*/


.slick-prev{
    left: 18px;
    z-index: 1;
}

.slick-next{
    right: 18px;
    z-index: 1;
}

.slick-prev:before,
.slick-next:before{
    font-family: 'slick', sans-serif;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #1f8a70;
    -webkit-font-smoothing: antialiased;
}

.slick-dots li button:before{
    color: #fff;
}

.slick-dots li.slick-active button:before{
    color: #F00;
}

.custom-background{
    background-position: center !important;
}


/* HEADER ------------------------------------------------------------------------------------------*/


header{
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    width: 100%;
    padding: 25px 0;
    z-index: 9999999;
}

header .header-wrapper{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

body:not(.home) header .header-wrapper{
    justify-content: space-between;
}

header .header-wrapper .return-to-home,
body:not(.home) header .header-wrapper .tel{
    display: none;
}

header .header-wrapper .return-to-home{
    font-family: TexteCustom, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #000000;
    align-items: center;
    grid-gap: 10px;
}

header .header-wrapper .wrapper{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

body:not(.home) header .header-wrapper button svg line,
body:not(.home) header .header-wrapper .tel{
    color: #000;
    stroke: #000;
}

body:not(.home) header .header-wrapper .wrapper{
    width: auto;
}

header .header-wrapper button{
    background: none;
    display: flex;
    cursor: pointer;
}

header nav{
    transform: translateX(-100%);
    transition: transform 0.5s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

header nav.open{
    transform: translateX(0);
}

header nav .nav-wrapper{
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: scroll;
    padding-bottom: 70px;
}

header nav .nav-wrapper::-webkit-scrollbar {
    display: none;
}

header nav .nav-wrapper .close{
    position: absolute;
    top: 32px;
    left: 0;
    cursor: pointer;
}

header nav .nav-wrapper .menu-wrapper{
    margin-top: 90px;
}

header nav .nav-wrapper .menu-wrapper .titre-menu{
    font-family: TexteCustom, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #000;

}

header nav .nav-wrapper .menu-wrapper ul{
    list-style: none;
    margin-top: 10px;
}

header nav .nav-wrapper .menu-wrapper ul.sub-menu{
    display: none;
    padding: 14px 0 7px;
}

header nav .nav-wrapper .menu-wrapper .menu-menu-container > ul > li{
    padding: 15px 0;
    border-bottom: 1px solid #8C8C8C;
}

header nav .nav-wrapper .menu-wrapper .menu-menu-container > ul > li > a{
    font-family: TitreCustom, sans-serif;
    font-weight: 400;
    font-size: 35px;
    line-height: 40px;
    color: var(--couleur-item-menu);
    text-transform: var(--item-menu-maj);
    font-style: var(--item-menu-italic);
}

header nav .nav-wrapper .menu-wrapper .menu-menu-container ul li{
    position: relative;
}

header nav .nav-wrapper .menu-wrapper .menu-menu-container ul li.menu-item-has-children > a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 5px;
    grid-gap: 10px;
}

header nav .nav-wrapper .menu-wrapper .menu-menu-container ul li.menu-item-has-children > a::after{
    content :'';
    transition: transform 0.5s ease-in-out;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    display: block;
}

header nav .nav-wrapper .menu-wrapper .menu-menu-container ul li.menu-item-has-children > a.rotate::after{
    transform: rotate(-135deg);
}

header nav .nav-wrapper .menu-wrapper .menu-menu-container ul li.menu-item-has-children ul li a{
    font-family: TexteCustom, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #8C8C8C;
}

header nav .nav-wrapper .menu-wrapper .menu-menu-container ul li.menu-item-has-children ul li:not(:last-child){
    margin-bottom: 14px;
}

header nav .nav-wrapper .contenu-texte{
    margin-top: 46px;
}

header nav .nav-wrapper .contenu-texte .contenu span{
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #000;
}

header nav .nav-wrapper .contenu-texte .contenu div{
    color: #8C8C8C;
    font-size: 12px;
    line-height: 15px;
}

header nav .nav-wrapper .contenu-texte .contenu div a{
    color: #8C8C8C;
}

header nav .nav-wrapper .contenu-texte .contenu:not(:last-child){
    margin-bottom: 20px;
}

header nav .nav-wrapper .logo{
    margin-top: 75px;
    width: 50%;
    display: none;
}

/* DOUBLE ENTRÉE -------------------------------------------------------------------------------------------------*/

.page-template-double-entree header,
.page-template-double-entree footer{
    display: none;
}

.double-entree{
    min-height: 100vh;
    display: flex;
    padding: 64px 0 26px 0;
}

.double-entree .container{
    padding: 0 55px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    grid-gap:100px;
    width: 100%;
}

.double-entree .liste-pages{
    display: flex;
    flex-direction: column;
    grid-gap: 98px;
}

.double-entree .liste-pages .item{
    grid-gap: 18px;
    display: flex;
    flex-direction: column;
    padding: 0 16px;
    align-items: center;
    position: relative;
}

.double-entree .liste-pages .item:not(:last-child)::after{
    content: '';
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    height: 0.75px;
    background-color: #000;
    bottom: -54px;
}

.double-entree .liste-pages .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 218/120;
}

.double-entree .liste-pages .item .cta{
    font-weight: 600;
    font-size: 8px;
    line-height: 11px;
    padding: 10px;
    max-width: 60%;
}

.double-entree .infos{
    font-family: TexteCustom, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
}

.double-entree .infos a{
    color: #000;
}

/* CARTE -------------------------------------------------------------------------------------------------*/

.page-template-carte header{
    background: #F9F8F2;
    padding: 15px 0;
    border-bottom: 1px solid #E6E6E6;
}

.page-template-carte header.scrolled{
    position: fixed;
}

.page-template-carte header .allergenes-bouton{
    display:flex;
    align-items: center;
    gap:5px;
}

.page-template-carte header .gtranslate_wrapper{
    position: relative;
    min-width: 79px;
    min-height: 45px;
}

.page-template-carte header .gtranslate_wrapper #gt_float_wrapper{
    position: absolute;
    top: 0;
    left: -40px;
}

.page-template-carte .gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code,
.page-template-carte .gt_float_switcher .gt_options a{
    font-size: 16px;
}

.page-template-carte header .allergenes-bouton .texte-allergenes{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.page-template-carte header .menu-langues{
    border:1px solid #000;
    border-radius:35px;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}

.page-template-carte header #gt_float_wrapper img{
    display: none;
}

.page-template-carte header .menu-langues svg{
    transition: all 0.5s ease-in-out;
}

.page-template-carte header .menu-langues.open{
    border-radius: 20px;
}

.page-template-carte header .menu-langues.open svg{
    transform: rotate(180deg);
}

.page-template-carte header .menu-langues .langue-active{
    color:#000;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    padding: 1px 15px;
}

.page-template-carte header .menu-langues .langue-active span,
.page-template-carte header .menu-langues .liste-langues-wrapper .liste-langues a{
    color: #000;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.page-template-carte header .menu-langues .liste-langues-wrapper{
    display: none;
    border-top: 1px solid #000;
}

.page-template-carte header .menu-langues .liste-langues-wrapper .liste-langues{
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    padding: 6px 15px 7px;
}

.page-template-carte .banner{
    height: calc(var(--app-height) - 59px);
    display: flex;
    flex-direction: column;
    margin-top: 59px;
    transition: all 0.2s ease-in-out;
    margin-bottom: -20px;
}

.page-template-carte .banner .cta{
    color: #fff;
    border: 0;
    text-transform: none;
    font-family: 'TexteCustomCarte', sans-serif !important;
    font-size: 12px;
    font-weight: 600;
    padding: 2.5px 15px;
    bottom: 15px;
    letter-spacing: unset;
    width: max-content;
    opacity: .8;
    border-radius:32px;
}

.page-template-carte section.banner figure{
    height: calc(100% - 104px);
}

.page-template-carte section.banner:not(.has-pattern) figure{
    height: calc(100% - 60px);
}

.page-template-carte section.banner:not(.has-pattern) figure:has(a.open-pdf){
    padding-bottom: 2rem;
}

.page-template-carte section.banner:not(.has-pattern) figure a.open-pdf{
    margin-top: 10px;
}

.page-template-carte section.banner figure::before{
    content: none;
}

.page-template-carte section.banner figure .content{
    top:22.5%;
    max-width: 350px;
}

.page-template-carte section.banner figure .img-banner.mobile{
    aspect-ratio: 390/581;
}

.page-template-carte section.banner .menu-ancres{
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    border-bottom: 1px solid var(--grisclair, #E6E6E6);
}

.page-template-carte section.banner .menu-ancres.sticky{
    position: fixed;
    background: #fff;
    z-index: 1;
    width:100%;
    transform: translate(0, 50%);
    transition: all 0.5s ease-in-out;
}

.page-template-carte section.banner .menu-ancres::-webkit-scrollbar{
    display: none;
}

.page-template-carte section.banner .menu-ancres a.ancre-menu{
    padding: 7px 15px;
    border-radius: 35px;
    font-family: TexteCustomCarte, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    white-space: nowrap;
    transition: all 0.2s ease-in-out;
}

.page-template-carte section.banner .menu-ancres a.ancre-menu:first-child{
    margin-left: auto;
}

.page-template-carte section.banner .menu-ancres a.ancre-menu:last-child{
    margin-right: auto;
}

.page-template-carte section.banner .modal{
    width: 100%;
    height: 100%;
    max-height: 90vh;
    max-width: 90vw;
}

.page-template-carte section.banner .modal .close-modal{
    top: 10px;
    right: 20px;
}

.page-template-carte section.banner .modal iframe{
    width:100%;
    height: 100%;
}

.page-template-carte section.banner .modal .content-modal > div img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.page-template-carte section.menu{
    padding:30px 0 40px;
}

.page-template-carte section.menu .menu-wrapper,
.page-template-carte section.menu .menu-wrapper .single-menu .categories{
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.page-template-carte section.menu .menu-wrapper .single-menu .titre-section-menu{
    font-family: TitreCustomCarte, sans-serif;
    font-size: 22px;
    line-height: normal;
    font-weight: 400;
    position: relative;
    display: flex;
    flex-direction: column;
    grid-gap: 2px;
    text-transform: uppercase;
}

.page-template-carte section.menu .menu-wrapper .single-menu .titre-section-menu span.sous-titre-principal-section-menu{
    font-size: 14px;
}

.page-template-carte section.menu .menu-wrapper .single-menu .titre-section-menu span{
    font-size: 10px;
    font-weight: 400;
    font-family: TitreCustomCarte, sans-serif;
    text-transform: none;
}

.page-template-carte section.menu .menu-wrapper .single-menu .titre-section-menu::after,
.page-template-carte section.menu .menu-wrapper .single-menu .categories .categorie-wrapper .sous-titre-tableau-colonnes::after{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.25);
}

.page-template-carte section.menu .menu-wrapper .single-menu .categories{
    margin-top: 40px;
}

.page-template-carte section.menu .menu-wrapper .single-menu .categories .categorie-wrapper .items-menu{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}

.page-template-carte section.menu .menu-wrapper .single-menu .categories .categorie-wrapper{
    gap:10px;
}

.page-template-carte section.menu .menu-wrapper .single-menu .categories .categorie-wrapper .header-categorie-wrapper.colonnes-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.page-template-carte section.menu .menu-wrapper .single-menu .categories .categorie-wrapper .header-categorie-wrapper.colonnes-header::after{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.25);
}

.page-template-carte section.menu .menu-wrapper .single-menu .categories .categorie-wrapper .titre-categorie{
    font-family: TexteCustomCarte, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.page-template-carte section.menu .menu-wrapper .single-menu .categories .categorie-wrapper .item-menu{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    grid-gap: 10px;
}

.page-template-carte section.menu .menu-wrapper .single-menu .categories .categorie-wrapper .item-menu .titre{
    display: flex;
    flex-direction: column;
    grid-gap: 3px;
}

.page-template-carte section.menu .menu-wrapper .single-menu .categories .categorie-wrapper .item-menu .titre .titre-item,
.page-template-carte section.menu .menu-wrapper .single-menu .categories .categorie-wrapper .item-menu .prix,
.page-template-carte section.menu .menu-wrapper .single-menu .categories .categorie-wrapper .sous-titre-tableau-colonnes .titre-header{
    font-family: TexteCustomCarte, sans-serif;
    font-size: 12px;
    font-weight: 400;
}

.page-template-carte section.menu .menu-wrapper .single-menu .categories .categorie-wrapper .item-menu .titre .titre-item{
    display: flex;
    align-items: center;
    grid-gap: 9px;
}

.page-template-carte section.menu .menu-wrapper .single-menu .categories .categorie-wrapper .item-menu .prix{
    display: flex;
    justify-content: flex-end;
}

.page-template-carte section.menu .menu-wrapper .single-menu .categories .categorie-wrapper .item-menu .titre .texte-item,
.page-template-carte section.menu .menu-wrapper .single-menu .categories .categorie-wrapper .item-menu .titre .titre-item .info-titre-item{
    font-family: TexteCustomCarte, sans-serif;
    font-size: 10px;
    font-weight: 400;
}

.page-template-carte section.menu .menu-wrapper .single-menu .categories .categorie-wrapper .sous-titre-tableau-colonnes{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 20px;
}

.page-template-carte section.menu .menu-wrapper .single-menu .colonnes{
    display: flex;
    align-items: center;
    grid-gap: 14.5px;
}

.page-template-carte section.menu .menu-wrapper .single-menu .colonnes .titre-colonne{
    font-family: TitreCustomCarte, sans-serif;
    font-size: 9px;
    font-weight: 400;
    text-align: center;
    min-width: 45px;
}

.page-template-carte section.menu .menu-wrapper .single-menu .categories .categorie-wrapper .liste-items{
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 20px;
}

.page-template-carte section.menu .menu-wrapper .single-menu .categories .categorie-wrapper .sous-tableau-has-header .items-menu{
    margin-top: 20px;
}

.page-template-carte section.menu .menu-wrapper .single-menu .categories .categorie-wrapper .item-menu .liste-prix{
    display: flex;
    align-items: center;
    grid-gap: 14.5px;
}

.page-template-carte section.menu .menu-wrapper .single-menu .categories .categorie-wrapper .item-menu .prix{
    min-width: 45px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-template-carte #allergenes{
    /*padding: 50px 0;*/
    padding: 0 0 50px;
}

.page-template-carte #allergenes h2{
    font-family: TexteCustomCarte, sans-serif;
    font-size: 22px;
    font-weight: 400;
    position: relative;
}

.page-template-carte #allergenes h2::after{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.25);
}

.page-template-carte #allergenes .liste-allergenes{
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    grid-gap: 50px;
}

.page-template-carte #allergenes .liste-allergenes .type-plat h3{
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: TexteCustomCarte, sans-serif;
}

.page-template-carte #allergenes .liste-allergenes .type-plat .items-allergenes{
    margin-top:20px;
    display: flex;
    flex-direction: column;
    gap:20px;
}

.page-template-carte #allergenes .liste-allergenes .type-plat .items-allergenes .allergene h4{
    font-family: TexteCustomCarte, sans-serif;
    font-size: 12px;
    font-weight: 400;
}

.page-template-carte #allergenes .liste-allergenes .type-plat .items-allergenes .allergene .texte-allergene{
    font-size: 10px;
    font-weight: 400;
    font-family: TexteCustomCarte, sans-serif;
    margin-top: 3px;
}

.page-template-carte footer{
    padding: 40px 0 20px;
}

.page-template-carte footer .container > img{
    margin: 0 auto;
    display: flex;
}

.page-template-carte footer .container .reseaux-sociaux{
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.page-template-carte footer .container .reseaux-sociaux a{
    width:16.5px;
    height: 16.5px;
}

.page-template-carte footer .container .reseaux-sociaux a img{
    width:100%;
    height: 100%;
    object-fit: contain;
}

.page-template-carte footer .container .menu-bas-liens{
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 10px;
    flex-wrap: wrap;
    margin-top:20px;
    padding-top: 20px;
    border-top: 1px solid #fff;
}

.page-template-carte footer .container .menu-bas-liens *{
    font-family: TexteCustomCarte, sans-serif;
    font-size: 8px;
    font-weight: 400;
}


#wpadminbar{
    display: none;
}

/* modal reserver -------------------------------------------------------------------------------------------------*/

.btn-reserver-modal{
    background: #2F2F2FE5;
    padding:13px 73px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    color:#fff;
    text-transform: uppercase;
    letter-spacing: 1.15px;
    position: fixed;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.btn-reserver-modal.modal-open{
    transform: translateX(-50%) scale(0);
    opacity: 0;
}

/* FOOTER -------------------------------------------------------------------------------------------------*/

footer{
    padding: 34px 0;
}

footer span,
footer a,
footer p{
    color: #fff;
    font-family: TexteCustom, sans-serif;
}

footer .haut{
    display: flex;
    flex-direction: column;
    grid-gap: 68px;
}

footer .haut .informations{
    display: flex;
    flex-direction: column;
    grid-gap: 34px;
}

footer .haut .informations .figure-content,
footer .haut .informations .figure-content a{
    display: flex;
    grid-gap: 20px;
}

footer .haut .informations .figure-content figure{
    width: 64px;
    height: 64px;
    min-width: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

footer .haut .informations .figure-content span{
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

footer .haut .informations .figure-content div{
    margin-top: 8px;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
}

footer .haut .menu a{
    padding: 14px 0;
    display: flex;
    border-bottom: 1px solid #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}

footer .haut .menu a:first-child{
    border-top: 1px solid #fff;
}

footer .milieu{
    margin-top: 62px;
    display: flex;
    flex-direction: column;
    grid-gap: 35px;
}

footer .milieu .textes span{
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
}

footer .milieu .textes div{
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
}

footer .milieu .menu{
    display: flex;
    justify-content: space-between;
}

footer .milieu .menu .item{
    display: flex;
    flex-direction: column;
}

footer .milieu .menu .item span{
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
}

footer .milieu .menu .item a{
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

footer .bas{
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 16px;
}

footer .bas .texte-gauche{
    text-align: center;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
}

footer .bas .menu-modal{
    display: flex;
    grid-gap: 24px;
    align-items: center;
    justify-content: center;
    padding-top: 16px;
    border-top: 1px solid #fff;
}

footer .bas .menu-modal a{
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
}

footer .bas .menu-modal .item span{
    cursor: pointer;
}

.modal{
    position: fixed;
    z-index:9;
    left: 50%;
    top: 50%;
    opacity: 0;
    transition: all .3s ease;
    transform: translate(-50%, 0) scale(0);
    visibility: hidden;
    width: 90%;
    max-height: 70vh;
    overflow: auto;
    height: calc(100% - 5px);
}

.modal.open{
    display: block;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    visibility: visible;
}

.content-modal{
    height: 100%;
    overflow-y: auto;
    position: relative;
    display: flex;
}

.content-modal > div{
    height: calc(100% - 5px);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-modal > div img{
    max-width: 100%;
    max-height: 100%;
}

.content-modal > div iframe{
    width: 100%;
    height: 100%;
    min-height: unset !important;
}

footer .bas .menu-modal .item .modal .content-modal p{
    color:#000;
}

.modal .close-modal{
    position: absolute;
    top: 20px;
    right: 50px;
    font-size: 20px;
    cursor: pointer;
    color: #000;
    z-index:9;
}

.modal .close-modal svg line{
    stroke: #fff;
}

#error-404{
    min-height: 30vh;
    margin-top: 80px;
}

#error-404 h1{
    font-size: 35px;
}

#error-404 div{
    display: flex;
    align-items: center;
    gap:2rem;
    justify-content: center;
    flex-direction: column;
}



@media screen and (min-width: 576px){
    .container{
        max-width: 540px;
    }
}

@media screen and (min-width : 768px){
    .container,
    .container-only-desktop{
        max-width: 1652px;
        padding: 0 70px;
    }

    .container.min{
        max-width: 650px !important;
    }

    .container-carte{
        padding: 0 50px;
    }

    .container.big{
        max-width: 1900px;
        padding: 0 70px;
    }

    .container.little{
        max-width: 1300px;
        padding: 0 70px;
        z-index: 9999;
        position: relative;
    }

    header .header-wrapper .return-to-home,
    body:not(.home) header .header-wrapper .tel.desktop{
        display: flex;
    }

    .tel.desktop{
        display: block;
        font-family: TexteCustom, sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        text-transform: uppercase;
        color: #FFFFFF;
    }

    .desktop{
        display: block;
    }

    .mobile{
        display: none;
    }

    .tel.mobile{
        display: none;
    }

    header{
        padding: 44px 0;
        background: transparent;
    }

    header .header-wrapper .wrapper{
        justify-content: flex-start;
        flex-direction: row-reverse;
        grid-gap: 98px;
    }

    header nav{
        transform: translateX(100%);
        left: unset;
        width: 60%;
        right: 0;
        padding: 0 70px;
        padding: 0;
    }

    header nav.open{
        transform: translateX(0);
    }

    header nav .nav-wrapper{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-bottom: 42px;
        grid-gap: 100px;
    }

    header nav .nav-wrapper .close{
        left: unset;
        right: 70px;
        top: 51px;
    }

    header nav .nav-wrapper .menu-content{
        padding: 0 70px;
    }

    header nav .nav-wrapper .menu-wrapper{
        margin-top: 126px;
    }

    header nav .nav-wrapper .menu-wrapper .menu-menu-container > ul > li{
        padding: 12.5px 0;
    }

    header nav .nav-wrapper .menu-wrapper .menu-menu-container > ul > li > a{
        font-size: 40px;
        line-height: 60px;
    }

    header nav .nav-wrapper .contenu-texte{
        margin-top: 111px;
    }

    header nav .nav-wrapper .logo{
        margin-top: 0;
        padding: 0 70px;
        display: flex;
    }

    .page-template-carte header .menu-langues .langue-active span,
    .page-template-carte header .menu-langues .liste-langues-wrapper .liste-langues a{
        font-size: 14px;
    }

    .double-entree{
        padding: 27vh 0 74px 0;
    }

    .double-entree .container{
        max-width: 1355px;
        padding: 0 70px;
        grid-gap: 250px;
    }

    .double-entree .liste-pages{
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-content: center;
        grid-gap: 250px 22.5%;
    }

    .double-entree .liste-pages .item{
        padding: 0;
        flex: 1;
        grid-gap: 57px;
    }

    .double-entree .liste-pages .item img{
        aspect-ratio: 470/258;
    }

    .double-entree .liste-pages .item:not(:last-child)::after{
        height: 140%;
        width: 0.75px;
        bottom: unset;
        right: -30%;
        left: unset;
    }

    .double-entree .liste-pages .item:nth-child(even)::after {
        content: none;
    }

    .double-entree .liste-pages .item .cta{
        font-weight: 500;
        font-size: 10px;
        line-height: 23px;
        padding: 8px 16px;
    }

    .double-entree .infos{
        font-size: 14px;
        line-height: 19px;
    }

    .modal{
        width: calc(38vw + 60px);
    }

    .page-template-carte .banner .cta{
        bottom:30px;
        font-size: 14px;
    }

    .page-template-carte .banner{
        margin-bottom: 0;
    }

    .page-template-carte .banner figure img.img-banner{
        aspect-ratio: 1024/628;
    }

    .page-template-carte header .allergenes-bouton .texte-allergenes{
        font-size: 16px;
    }

    .page-template-carte section.banner img.pattern{
        min-height: 45px;
    }

    .page-template-carte section.menu{
        padding:50px 0;
    }

    #error-404{
        margin-top: 177px;
    }

    #error-404 div{
        flex-direction: row;
        justify-content: space-between;
    }

    .btn-reserver-modal{
        display: none !important;
    }

    footer{
        padding: 68px 0 34px;
    }

    footer .haut,
    footer .milieu,
    footer .bas{
        flex-direction: row;
        justify-content: space-between;
    }

    footer .milieu{
        margin-top: 96px;
    }

    footer .haut .menu,
    footer .milieu .menu{
        display: flex;
        flex-direction: column;
        width: 25.5%;
    }

    footer .haut .informations{
        width: 60%;
        grid-gap: 45px 35px;
    }

    footer .haut .informations .figure-content:last-child{
        grid-column: 2;
        grid-row: 1;
    }

    footer .haut .informations .figure-content figure{
        width: 74px;
        height: 74px;
        min-width: 74px;
    }

    footer .milieu .textes{
        max-width: 421px;
    }

    footer .milieu .menu{
        flex-direction: row;
        justify-content: unset;
        grid-gap: 30%;
    }

    footer .haut .menu a{
        font-size: 25px;
        line-height: 30px;
    }

    footer .bas{
        flex-direction: row-reverse;
        align-items: end;
        margin-top: 68px;
    }

    footer .bas .menu-modal{
        border: unset;
    }

    footer .bas .texte-gauche{
        text-align: left;
        width: 25.5%;
    }

    .page-template-carte footer .container .reseaux-sociaux a{
        width:21px;
        height: 21px;
    }

    .page-template-carte footer .container .menu-bas-liens *{
        font-size: 12px;
    }
}

@media screen and (min-width : 992px){
    /*.container{
        max-width: 960px;
    }*/

    header nav{
        width: 50%;
    }

    footer .haut .informations{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (min-width : 1200px){
   /* .container{
        max-width: 1140px;
    }*/

    header nav{
        width: 40%;
    }

    .modal{
        max-height: 80vh;
        max-height: 90vh;
    }

    #error-404{
        min-height: 40vh;
    }

    #error-404 h1{
        font-size: 50px;
    }
}

@media screen and (min-width : 1400px){
    /*.container{
        max-width: 1360px;
    }*/

    header nav{
        width: 27%;
    }
}

