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

body{
   /* color: var(--black);*/
}

:root{
    --alt-bg: rgb(194 208 218 / 10%);
    /*--black: #000;
    --color-text: var(--white);
    --primary: #000;
    --second: #dccd55;
    --back: #dbfbae;
    --tertiary: #d7e4b7;
    --quaduary: #016559;
    --font1: "Catamaran", sans-serif;
    --font2: "Oleo Script", system-ui;*/
}

::-webkit-scrollbar , ::-webkit-scrollbar-track{
    width: inherit;
    background-color: var(--alt-bg);
}

::-webkit-scrollbar-thumb{
    background: var(--primary);
}

::selection {
    color: var(--white);
    background: var(--primary);
}

a:hover{
    color: var(--primary);
}

.bg-primary{
    background-color: var(--primary)!important;
    margin: 0;
    padding: 2em 0;
}

.bg-alt{
    background-color: var(--alt-bg);
}

.page .bg-primary h3, .page .bg-primary h2, .page .bg-primary h4, .page .bg-primary p, .page .bg-primary a , .page .bg-primary i , .page .bg-primary li:before , .page .bg-primary li{
    color: var(--white)!important;
}

.page .bg-second h3, .page .bg-second h2, .page .bg-second h4, .page .bg-second p , .page .bg-second li:before , .page .bg-second li{
    color: var(--white)!important;
}

/* .page .bg-second a{
    color: var(--white);
    font-weight: 600;
} */

.btn-primary{
    background-color: var(--primary);
    border:0;
}

.btn-primary:hover{
    background-color: var(--second);
    font-size:1.4em;
    border:0;
}
/* 
a.bouton{
    background-color: var(--second);
    color: var(--white)!important;
    padding: .7em 1.8em;
    margin: .5em auto;
    transition: 0.3s;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.3em;
    display: inline-block;
    position: relative;
    border-radius: 30px;
} */

a.bouton:hover{
    background-color: var(--primary);
    color: var(--white);
    text-decoration: none;
}

a.bouton-crop{
    background-color: var(--tertiary);
    color: var(--white)!important;
    padding: 1em 5em;
    margin: .5em auto;
    transition: 0.3s;
    font-weight: 600;
    font-size: 1.4em;
    display: inline-block;
    position: relative;
}

.bouton-crop:before{
    content:'';
    width: 0px;
    height: 0px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-top: 20px solid #fff;
    position: absolute;
    bottom:-20px;
    left:-20px;
    transform: rotate(45deg);
}

.bouton-crop:after{
    content:'';
    width: 0px;
    height: 0px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-top: 20px solid #fff;
    position: absolute;
    bottom:-20px;
    right:-20px;
    transform: rotate(-45deg);
}

a.bouton-crop:hover{
    background-color: var(--primary);
    color: var(--white);
    text-decoration: none;
}

a.bouton2{
    background-color: transparent!important;
    color: var(--white);
    border: solid 2px var(--white);
    font-weight: 600!important;
}

a.bouton2:hover{
    background-color: var(--white)!important;
    color: var(--primary)!important;
}

a.bouton3{
    background-color: var(--primary);
    color: var(--white)!important;
    padding: .7em 1.2em;
    margin: 25px auto /*100px*/;
    transition: 0.3s;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.1em;
    display: inline-block;
}

a.bouton3:hover{
    background-color: var(--second);
    color: var(--white)!important;
}

.bg-primary a.bouton4{
    background-color: var(--white);
    color: var(--primary)!important;
    padding: .7em 1.2em;
    margin: .5em auto;
    transition: 0.3s;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.3em;
    display: inline-block;
}

.bg-primary a.bouton4:hover{
    background-color: var(--second);
    color: var(--white);
}

.bg-second{
    background-color: var(--second)!important;
    margin: 30px 0;
    padding: 2em 0;
}

.neg {
    margin-top: -250px !important;
    margin-bottom: 9em;
    padding-top: 20px;
}

 p a , .page .contenu a , .breadcrumb a , .footerlink ul li a{
    color: var(--second);
    font-weight: 600;
    transition:0.3s;
    text-decoration:none;
} 

.footerlink ul li a{
    color: var(--second)!important;
}

.breadcrumb-item.active{
    color: var(--color-text);
}

body strong{
    font-weight: 600;
}

/* p a , .page .contenu a:hover , .breadcrumb a:hover , .footerlink ul li a:hover{
    color: var(--second);
}

p a:hover , .page .contenu a:hover , .breadcrumb a:hover{
    color: var(--primary);
    text-decoration: none;
} */

.tel-inline{
    display: inline-block!important;
}

.accent{
    color: var(--second);
    display: block;
    font-size: 0.6em;
    font-weight: 400;
}

.accent-s{background-color: var(--second); color: var(--white); padding-left:5px; padding-right:5px;}

.page li{
    display:block;
}

.contenu ul{
    list-style-type: none;
}

.contenu li:before{
    content:"\f054";
    font-family:"Font Awesome 7 Free";
    font-weight:800;
    margin-right:7px; 
    margin-bottom:5px;
    color: var(--primary);
    font-size:1.2em;
}

.page .breadcrumb{
    margin-bottom:20px;
    background-color: transparent;
    justify-content: center;
    position:relative;
}

/* .contenu i{
    font-size:2.5em;
    color: var(--primary);
} */

.breadcrumb-item+.breadcrumb-item::before {
    content: ">";
}

.breadcrumb {
    font-size:0.8em;
    margin-top: 30px;
}

.page .contenu p , .page .contenu li{
    color: var(--color-text);
}

.page .contenu p{text-align: justify;}

.page .contenu h1{
    margin-top:10px;
    font-size:2.2em;
    font-weight:600;
    color:var(--primary);
}

.page .contenu h2{
    font-size:1.7em;
    font-weight:800;
    color:var(--second);
    padding: 10px 0;
    margin: .8em auto;
}

.page .contenu h3{
    font-weight:600;
    font-size:1.5em;
    color:var(--second);
    padding:10px 0;
}

.page .contenu h4{
    font-weight:600;
    font-size:1.2em;
    color:var(--primary);
    padding:0;
}

/* .page .contenu p.intro{
    font-size:1.1em;
    color: var(--color-text);
    font-weight:500;
    border-left: 7px solid var(--second);
    padding:15px 30px 15px 30px;
    text-align: justify;
} */

.page .contenu .bg-primary * ,

 .page .contenu .bg-second *{
   color: var(--white);
}

.page .contenu .bg-second li:before{
    color: var(--primary);
}

.page .contenu .bg-primary li:before{
    color: var(--second);
}

.page .contenu .bg-second .maps *{
    color: var(--black)!important;
}

.bg-primary .bouton{
    background-color: var(--second);
}

.bg-primary .bouton:hover , .bg-primary a:hover{
    opacity: 0.5;
    color: var(--white)!important;
}

.box-footer-fluid{
    background-color: var(--second);
}

.bg-second .bouton{
    background-color: var(--primary);
    transition: 0.3s;
}

.bg-second .bouton:hover{
    background-color: var(--white);
    color: var(--primary)!important;
}

.grayscale{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 0.3s;
}

.pds li li{
    margin-left:20px;
}

.page .no-page{display:none;}

.footer-ico{
    display: block;
    max-width: 110px !important;
    width:100%;
    filter: none;
    float:left /*none*/;
}

svg .cls-1{
    fill: var(--second)!important;
}

.page .contenu img.imgrad{
    border-radius: 50px;
    box-shadow: 0px 0px 25px 20px #0000000f;
    /*margin: .8em auto;*/
    height: 100%;
    width: auto;
    object-fit: cover;
}

.page .contenu img.contain{
    object-fit: contain!important;
    height: initial!important;
}

.home .d-none-home{
    display: none;
}

.page .d-none-page{
    display: none;
}

.page .cta img{
   /* display:none!important;*/
}

.object-position-left{
    object-position: left;
}

.object-position-right{
    object-position: right;
}

.contenu ul{
    padding-bottom: 1rem;
}

/*.home .cta .bouton{
    display:none;
}*/

#section-contact .box-info *{
    color: var(--white)!important;
}

/* MQT START */

.banner-video {
    height: 760px;
    width: 100% /*%*/;
    /*max-height: 580px;*/
}

.banner-video video{
    height:100%;
    width:100vw /*%*/;
    max-width: 100%;
    object-fit: cover;
}

/* HEADER / NAV CLOS DE MUTIGNY */

#header {
    position: relative;
    padding: 0;
    overflow: hidden;
}

.clos-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100%;
    height: 76px;
    padding: 0 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--white);
    box-shadow: 0 4px 18px color-mix(in srgb, var(--primary) 6%, transparent);
}

.clos-nav-left,
.clos-nav-center,
.clos-nav-right {
    flex: 1;
    display: flex;
    align-items: center;
}

.clos-nav-left {
    justify-content: flex-start;
}

.clos-nav-center {
    justify-content: center;
    padding: 0 30px;
}

.clos-nav-right {
    justify-content: flex-end;
    gap: 15px;
}


/* BOUTON BURGER + TEXTE MENU */

.clos-burger {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.clos-burger-lines {
    display: block;
    width: 34px;
    height: 26px;
    position: relative;
}

.clos-burger-lines span {
    display: block;
    width: 30px;
    height: 2px;
    margin: 6px 0;
    background: var(--primary);
    transition: 0.3s ease;
}

.clos-menu-label {
    color: var(--primary);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.3s ease;
}

.clos-burger:hover .clos-menu-label {
    color: var(--second);
}

.clos-burger:hover .clos-burger-lines span {
    background: var(--second);
}

.clos-burger.is-open .clos-burger-lines span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.clos-burger.is-open .clos-burger-lines span:nth-child(2) {
    opacity: 0;
}

.clos-burger.is-open .clos-burger-lines span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}


/* NAV DROITE */

.clos-brand img {
    max-height: 44px;
    width: auto;
}

footer .clos-brand img{
    max-height: inherit;
    max-width: 250px;
}

.clos-nav-icon {
    width: 42px;
    height: 42px;
    margin-right: 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: var(--second);
    border-radius: 50%;
    border: 2px solid;
    text-decoration: none;
}

.clos-nav-icon:hover {
    background: var(--second);
    color: var(--primary);
    text-decoration: none;
}

.clos-reserve-btn {
    height: 42px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--second);
    color: var(--primary);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
}

.clos-reserve-btn i {
    margin-left: 10px;
}

.clos-reserve-btn:hover {
    background: var(--primary);
    color: var(--white);
    text-decoration: none;
}


/* MEGA MENU FULL IMAGE */

.clos-mega-menu {
    position: fixed;
    inset: 0;
    z-index: 1100;
    background: var(--primary);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.35s ease;
}

.clos-mega-menu.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.clos-mega-inner {
    position: relative;
    width: 100%;
    height: 100vh;
    background: var(--primary);
    overflow-y: auto;
    transform: translateY(-20px);
    transition: 0.35s ease;
}

.clos-mega-menu.is-open .clos-mega-inner {
    transform: translateY(0);
}

.clos-mega-close {
    position: fixed;
    right: 35px;
    top: 30px;
    z-index: 1120;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 0;
    background: color-mix(in srgb, var(--primary) 72%, transparent);
    border-radius: 50%;
    cursor: pointer;
}

.clos-mega-close span {
    position: absolute;
    left: 11px;
    top: 22px;
    width: 24px;
    height: 2px;
    background: var(--white);
}

.clos-mega-close span:first-child {
    transform: rotate(45deg);
}

.clos-mega-close span:last-child {
    transform: rotate(-45deg);
}


/* GRILLE MENU */

.clos-menu-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 50vh;
    min-height: 100vh;
}

.clos-menu-tile {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: 360px;
    padding: 45px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    text-decoration: none;
}

.clos-menu-tile-large {
    grid-column: span 2;
}

.clos-menu-tile::before {
    content: "";
    position: absolute;
    inset: 0;
    background: color-mix(in srgb, var(--primary) 48%, transparent);
    transition: 0.35s ease;
    z-index: 1;
}

.clos-menu-tile::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        color-mix(in srgb, var(--primary) 70%, transparent),
        transparent 28%
    );
    z-index: 2;
}

.clos-menu-tile:hover::before {
    background: color-mix(in srgb, var(--primary) 30%, transparent);
}

.clos-menu-tile-content {
    position: relative;
    z-index: 4;
}

.clos-menu-tile-content span {
    position: relative;
    display: inline-block;
    padding-left: 28px;
    color: var(--white);
    font-size: 30px;
    line-height: 1.1;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.clos-menu-tile-content span::before {
    content: ":";
    position: absolute;
    left: 0;
    top: -2px;
    color: var(--white);
    font-size: 34px;
    line-height: 1;
}


/* BACKGROUNDS TUILES MENU */

.clos-menu-bg-accueil {
    background-image: url("../images/accueil.jpg");
}

.clos-menu-bg-presentation {
    background-image: url("../images/presentation.jpg");
}

.clos-menu-bg-hotel {
    background-image: url("../images/hotel.jpg");
}

.clos-menu-bg-restaurant {
    background-image: url("../images/restaurant.jpg");
}

.clos-menu-bg-receptions {
    background-image: url("../images/receptions.jpg");
}

.clos-menu-bg-agenda {
    background-image: url("../images/agenda.jpg");
}

.clos-menu-bg-photos {
    background-image: url("../images/photos.jpg");
}

.clos-menu-bg-bons-cadeaux {
    background-image: url("../images/bons-cadeaux.jpg");
}

.clos-menu-bg-contact {
    background-image: url("../images/contact.jpg");
}


/* SOUS-MENUS */

.clos-submenu {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 45px;
    background: color-mix(in srgb, var(--primary) 68%, transparent);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.03);
    transition: 0.35s ease;
}

.clos-menu-tile:hover .clos-submenu {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.clos-submenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.clos-submenu li {
    margin: 12px 0;
}

.clos-submenu a {
    position: relative;
    display: inline-block;
    color: var(--white);
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
}

.clos-submenu a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -7px;
    width: 0;
    height: 1px;
    background: var(--second);
    transform: translateX(-50%);
    transition: 0.3s ease;
}

.clos-submenu a:hover {
    color: var(--second);
    text-decoration: none;
}

.clos-submenu a:hover::after {
    width: 100%;
}

body.menu-open {
    overflow: hidden;
}


/* HERO VIDEO */

.clos-hero {
    position: relative;
    min-height: 100vh;
    padding-top: 76px;
    display: flex;
    align-items: center;
    justify-content: start;
    overflow: hidden;
}

.clos-hero-video {
    position: absolute;
    inset: 76px 0 0;
    width: 100%;
    height: calc(100% - 76px);
    object-fit: cover;
    z-index: 1;
}

.clos-hero-overlay {
    position: absolute;
    inset: 76px 0 0;
    background: color-mix(in srgb, var(--primary) 38%, transparent);
    z-index: 2;
}

.clos-hero-content {
    position: relative;
    z-index: 3;
    max-width: 760px;
    padding-left: 100px;
    text-align: center;
    color: var(--white);
}

.clos-hero-logo {
    /* max-width: 380px; */
    margin-bottom: 34px;
}

.clos-hero-content h1 {
    margin-bottom: 18px;
    color: var(--white);
    font-size: 56px;
    line-height: 1.08;
    font-weight: 500;
}

.clos-hero-content p {
    margin-bottom: 0;
    color: var(--white);
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.clos-video-label {
    position: absolute;
    right: 42px;
    bottom: 42px;
    z-index: 4;
    border: 0;
    background: transparent;
    color: var(--white);
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
}

.clos-scroll {
    position: absolute;
    left: 50%;
    bottom: 42px;
    z-index: 4;
    color: var(--white);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transform: translateX(-50%);
    text-decoration: none;
}

.clos-scroll:hover {
    color: var(--second);
    text-decoration: none;
}

.clos-scroll span {
    display: block;
    width: 1px;
    height: 38px;
    margin: 10px auto 0;
    background: var(--white);
}


/* RESPONSIVE */

@media (max-width: 1199px) {
    .clos-menu-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 420px;
    }

    .clos-menu-tile-large {
        grid-column: span 1;
    }
}

@media (max-width: 991px) {
    .clos-nav {
        height: 68px;
        padding: 0 20px;
    }

    .clos-menu-label {
        display: none;
    }

    .clos-brand img {
        max-height: 36px;
    }

    .clos-nav-icon {
        display: none;
    }

    .clos-reserve-btn {
        height: 38px;
        padding: 0 16px;
        font-size: 12px;
    }

    .clos-hero {
        padding-top: 68px;
    }

    .clos-hero-video,
    .clos-hero-overlay {
        inset: 68px 0 0;
        height: calc(100% - 68px);
    }

    .clos-hero-content h1 {
        font-size: 40px;
    }

    .clos-hero-logo {
        max-width: 280px;
    }

    .axo-footer .inlineblock{
    text-align: center!important;
    padding-right: 0;
}
}

@media (max-width: 767px) {
    .clos-menu-grid {
        display: block;
    }

    .clos-menu-tile {
        min-height: 280px;
        padding: 32px 24px;
    }

    .clos-menu-tile-content span {
        font-size: 24px;
    }

    .clos-submenu {
        position: relative;
        inset: auto;
        display: block;
        padding: 18px 0 0;
        background: transparent;
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    .clos-submenu ul {
        text-align: left;
        padding-left: 28px;
    }

    .clos-submenu li {
        margin: 8px 0;
    }

    .clos-submenu a {
        font-size: 14px;
    }

    .clos-mega-close {
        right: 20px;
        top: 20px;
    }
}

#header h1{
    font-family: var(--second-font);
    font-weight: 400;
    font-size: 50px;
}

@media (max-width: 575px) {
    /* .clos-reserve-btn {
        display: none;
    } */

    .clos-hero-content h1 {
        font-size: 32px;
    }

    .clos-hero-content p {
        font-size: 15px;
    }

    .clos-video-label {
        right: 20px;
        bottom: 24px;
        font-size: 18px;
    }

    .clos-scroll {
        display: none;
    }
}

.section-hotel-presentation {
    position: relative;
    padding: 70px 0;
    overflow: hidden;
}

.section-hotel-presentation::before {
    content: "";
    position: absolute;
    top: 30px;
    right: 0;
    bottom: 30px;
    width: 76%;
    background: var(--back);
    z-index: 0;
}

.section-restaurant::before{
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    right: initial;
    bottom: 30px;
    width: 76%;
    background: var(--back);
    z-index: 0;
}

.section-hotel-presentation.section-restaurant .img-presentation{
    margin-left: 70px;
}

.section-hotel-presentation .container {
    position: relative;
    z-index: 1;
}

.section-hotel-presentation .img-presentation {
    margin-left: -70px;
}

.section-hotel-presentation h2{
    font-family: var(--second-font);
    font-size: 40px;
}

span.small-title{
    color: var(--third);
    text-transform: uppercase;
    font-size: 17px;
}

.bouton {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 46px;
    padding: 14px 26px;
    background: var(--second);
    color: var(--primary)!important;
    border: 2px solid var(--second);
    border-radius: 999px;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: 0.3s ease;
}

.bouton::after {
    content: "\f061";
    display: inline-block;
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    font-size: 13px;
    line-height: 1;
    transition: 0.3s ease;
}

.bouton:hover,
.bouton:focus {
    background: var(--primary);
    color: var(--white)!important;
    border-color: var(--primary);
    text-decoration: none;
}

.bouton:hover::after,
.bouton:focus::after {
    transform: translateX(4px);
}

.bouton-outline {
    background: transparent;
    color: var(--primary);
    border-color: var(--primary);
}

.bouton-outline:hover,
.bouton-outline:focus {
    background: var(--primary);
    color: var(--white);
    border-color: var(--primary);
}

.bg-second .clos-reserve-btn {
    min-height: 54px;
    height: 54px;
    padding: 0 34px;
    background: var(--white);
    color: var(--primary);
    border: 2px solid var(--white);
    font-size: 15px;
    letter-spacing: 0.7px;
}

.bg-second .clos-reserve-btn i {
    margin-left: 14px;
    font-size: 16px;
}

.bg-second .clos-reserve-btn:hover,
.bg-second .clos-reserve-btn:focus {
    background: var(--primary);
    color: var(--white);
    border-color: var(--primary);
}

@media (max-width: 575px) {
    .bg-second .clos-reserve-btn {
        min-height: 48px;
        height: 48px;
        padding: 0 24px;
        font-size: 13px;
    }
}

.box-icon-simple {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 0 /*18px*/;
    color: var(--primary);
    font-size: 15px;
    line-height: 1.4;
    font-weight: 600;
}

.box-icon-simple-ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    font-size: 24px;
    line-height: 1;
    flex-shrink: 0;
}

/* CARTES ACCÈS HOME */

.section-clos-cards {
    padding: 40px 0 70px;
}

.clos-cards-row {
    margin-left: -8px;
    margin-right: -8px;
}

.clos-cards-row > [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
}

.clos-card {
    position: relative;
    min-height: 480px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 34px 24px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
}

.clos-card:hover,
.clos-card:focus {
    text-decoration: none;
    color: inherit;
}

.clos-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: color-mix(in srgb, var(--primary) 36%, transparent);
    z-index: 1;
    transition: 0.35s ease;
}

.clos-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        color-mix(in srgb, var(--primary) 70%, transparent),
        transparent 58%
    );
    z-index: 2;
}

.clos-card:hover::before {
    background: color-mix(in srgb, var(--primary) 18%, transparent);
}

.clos-card-content {
    position: relative;
    z-index: 3;
    text-align: center;
    transform: translateY(28px);
    transition: 0.35s ease;
}

.clos-card:hover .clos-card-content {
    transform: translateY(0);
}

.clos-card h3 {
    margin-bottom: 26px;
    color: var(--white);
    font-size: 28px;
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: 1.5px;
    font-family: var(--second-font);
}

.clos-card .bouton {
    min-height: 36px;
    padding: 10px 20px;
    font-size: 11px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: 0.35s ease;
    pointer-events: none;
}

.clos-card:hover .bouton {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Images à adapter */
.clos-card-hotel {
    background-image: url("../images/l-hotel.jpg");
}

.clos-card-chambres {
    background-image: url("../images/les-chambres.jpg");
}

.clos-card-restaurant {
    background-image: url("../images/le-restaurant.jpg");
}

.clos-card-receptions {
    background-image: url("../images/receptions-seminaires.jpg");
}


/* SERVICES & PRESTATIONS */

.section-services-prestations {
    padding: 40px 0 80px;
}

.section-services-prestations h2 {
    margin-bottom: 42px;
    color: var(--primary);
    font-size: 39px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.services-prestations-row {
    align-items: stretch;
}

.service-prestation-box {
    height: 100%;
    padding: 10px 15px;
    text-align: center;
}

.service-prestation-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    margin-bottom: 14px;
    color: var(--primary);
    font-size: 50px;
}

.service-prestation-box h3 {
    margin-bottom: 6px;
    color: var(--primary);
    font-size: 25px;
    line-height: 1.25;
    font-weight: 500;
}

.service-prestation-box p {
    margin-bottom: 0;
    color: var(--primary);
    font-size: 13px;
    line-height: 1.35;
}

h1, h2, h3, h4{
    font-family: var(--second-font);
    text-transform: initial!important;
}

#top {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 1090;
    width: 46px;
    height: 46px;
    display: none;
    align-items: center;
    justify-content: center;
    background: var(--second);
    color: var(--primary);
    border-radius: 50%;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 8px 24px color-mix(in srgb, var(--primary) 18%, transparent);
    transition: 0.3s ease;
}

#top i {
    line-height: 1;
}

#top:hover,
#top:focus {
    background: var(--primary);
    color: var(--white);
    text-decoration: none;
    transform: translateY(-4px);
}

@media (max-width: 575px) {
    #top {
        right: 16px;
        bottom: 16px;
        width: 42px;
        height: 42px;
        font-size: 15px;
    }
}

#top[style*="display: inline"] {
    display: flex !important;
}

.footer-contact{
    background-color: var(--third);
}

/* .contact-box-icons {
    padding: 35px 30px;
} */

.contact-box-icons h3 {
    margin-bottom: 24px;
    color: var(--white);
    font-size: 20px;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-box-icon-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 18px;
    color: var(--white);
    font-size: 17px;
    line-height: 1.35;
    font-weight: 500;
}

.contact-box-icon-item:last-child {
    margin-bottom: 0;
}

.contact-box-icon {
    width: 24px;
    min-width: 24px;
    display: inline-flex;
    justify-content: center;
    color: var(--white);
    font-size: 22px;
    line-height: 1.2;
}

.contact-box-icon-item a {
    color: var(--white);
    text-decoration: none;
}

.contact-box-icon-item a:hover {
    color: var(--second);
    text-decoration: none;
}

/* RESPONSIVE */

@media (max-width: 991px) {
    .clos-card {
        min-height: 320px;
        margin-bottom: 16px;
    }

    .clos-card .bouton {
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    .clos-card-content,
    .clos-card:hover .clos-card-content {
        transform: none;
    }

    .section-clos-cards {
        padding: 30px 0 45px;
    }

    .section-services-prestations {
        padding: 30px 0 55px;
    }
}

@media (max-width: 575px) {
    .clos-card {
        min-height: 280px;
    }

    .clos-card h3 {
        font-size: 24px;
    }

    .section-services-prestations h2 {
        font-size: 22px;
    }

    .service-prestation-box {
        margin-bottom: 22px;
    }
}

.color-second{
    color: var(--second);
}

.social-icons-simple {
    display: flex;
    align-items: center;
    gap: 28px;
}

.social-icons-simple a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 34px;
    line-height: 1;
    text-decoration: none;
    transition: 0.3s ease;
}

.social-icons-simple a:hover,
.social-icons-simple a:focus {
    color: var(--second);
    text-decoration: none;
    transform: translateY(-3px);
}

footer{
    background-color: var(--third);
}

.axo-footer{
    background-color: var(--white);
}

#section1, #section2{
    padding: 120px 0;
    background-color: inherit;
    margin: 90px auto;
}

.horaires-box {
    max-width: 520px;
}

.horaires-box h3 {
    margin-bottom: 28px;
    color: var(--white);
    font-size: 22px;
    line-height: 1.2;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.horaires-item {
    display: flex;
    align-items: flex-start;
    gap: 22px;
    margin-bottom: 24px;
}

.horaires-item:last-child {
    margin-bottom: 0;
}

.horaires-icon {
    width: 34px;
    min-width: 34px;
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    color: var(--white);
    font-size: 28px;
    line-height: 1;
    padding-top: 3px;
}

.horaires-item p {
    margin: 0;
    color: var(--white);
    font-size: 15px;
    line-height: 1.45;
}

.eapps-instagram-feed-posts-grid-load-more-enabled{
    display: none!important;
}

.clos-menu-home-mobile {
    position: relative;
}

.clos-menu-home-link {
    position: relative;
    z-index: 4;
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.clos-menu-home-link:hover {
    color: inherit;
    text-decoration: none;
}

.clos-menu-mobile-actions {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 6;
    display: none;
    align-items: center;
    gap: 12px;
}

@media (max-width: 991px) {
    .clos-menu-mobile-actions {
        display: flex;
    }

    .clos-menu-mobile-actions .clos-nav-icon {
        display: inline-flex;
        width: 44px;
        height: 44px;
        margin-right: 0;
        background: var(--white);
        color: var(--primary);
    }

    .clos-menu-mobile-actions .clos-nav-icon:hover {
        background: var(--second);
        color: var(--primary);
    }

    .clos-menu-mobile-actions .clos-reserve-btn {
        display: inline-flex;
        height: 44px;
        padding: 0 22px;
        background: var(--white);
        color: var(--primary);
    }

    .clos-menu-mobile-actions .clos-reserve-btn:hover {
        background: var(--second);
        color: var(--primary);
    }
}

@media (max-width: 575px) {
    .clos-menu-mobile-actions {
        top: 18px;
        right: 18px;
    }

    .clos-menu-mobile-actions .clos-reserve-btn {
        padding: 0 16px;
        font-size: 12px;
    }
}

/* MQT END */


/* RSPV */

@media (min-width: 1200px) {
    .container {
        max-width: 1340px;
    }
}

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

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

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

@media (max-width:991px) {

#header h1{
    font-size: 30px;
}

.clos-hero{
    justify-content: center;
}

.section-hotel-presentation::before{
    width: 100%;
}

#section1, #section2{
    padding: 80px 0;
}

.section-hotel-presentation .img-presentation{
    margin:0 0 35px;
}

.section-hotel-presentation.section-restaurant .img-presentation{
    margin: 35px 0 0 0;
}

.page .contenu img.imgrad{height:inherit;}

.banner-video{
    height:100%;
}

.clos-hero-content{
    padding:0;
}

}

@media (max-width:767px) {
    .footer-ico{margin: auto;}
}

/* ACTIONS MOBILE DANS LA TUILE ACCUEIL DU MEGA MENU */

.clos-menu-home-mobile {
    position: relative;
}

.clos-menu-home-link {
    position: relative;
    z-index: 4;
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.clos-menu-home-link:hover,
.clos-menu-home-link:focus {
    color: inherit;
    text-decoration: none;
}

.clos-menu-mobile-actions {
    position: absolute;
    top: 22px;
    right: 88px;
    z-index: 1200;
    display: none;
    align-items: center;
    gap: 10px;
}

.clos-menu-mobile-actions .clos-nav-icon,
.clos-menu-mobile-actions .clos-reserve-btn {
    position: relative;
    z-index: 1201;
}

@media (max-width: 991px) {
    .clos-menu-home-mobile .clos-menu-mobile-actions {
        display: flex !important;
    }

    .clos-menu-home-mobile .clos-menu-mobile-actions .clos-nav-icon {
        display: inline-flex !important;
        width: 44px;
        height: 44px;
        min-width: 44px;
        margin: 0;
        background: var(--white);
        color: var(--primary);
        border: 2px solid var(--white);
        border-radius: 50%;
    }

    .clos-menu-home-mobile .clos-menu-mobile-actions .clos-nav-icon:hover,
    .clos-menu-home-mobile .clos-menu-mobile-actions .clos-nav-icon:focus {
        background: var(--second);
        color: var(--primary);
        border-color: var(--second);
    }

    .clos-menu-home-mobile .clos-menu-mobile-actions .clos-reserve-btn {
        display: inline-flex !important;
        height: 44px;
        min-height: 44px;
        padding: 0 22px;
        background: var(--white);
        color: var(--primary);
        border: 2px solid var(--white);
        border-radius: 999px;
        font-size: 12px;
    }

    .clos-menu-home-mobile .clos-menu-mobile-actions .clos-reserve-btn:hover,
    .clos-menu-home-mobile .clos-menu-mobile-actions .clos-reserve-btn:focus {
        background: var(--second);
        color: var(--primary);
        border-color: var(--second);
    }
}

@media (max-width: 575px) {
    .clos-menu-mobile-actions {
        top: 18px;
        right: 76px;
        gap: 8px;
    }

    .clos-menu-home-mobile .clos-menu-mobile-actions .clos-nav-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }

    .clos-menu-home-mobile .clos-menu-mobile-actions .clos-reserve-btn {
        height: 40px;
        min-height: 40px;
        padding: 0 14px;
        font-size: 11px;
    }

    .clos-menu-home-mobile .clos-menu-mobile-actions .clos-reserve-btn i {
        margin-left: 8px;
    }
}

/* Corner Bon cadeau dans la tuile Accueil du menu mobile */

.clos-gift-corner {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1202;
    width: 82px;
    height: 82px;
    display: none;
    align-items: flex-start;
    justify-content: flex-end;
    color: var(--primary);
    text-decoration: none;
}

.clos-gift-corner::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 0;
    height: 0;
    border-top: 82px solid var(--second);
    border-left: 82px solid transparent;
    transition: 0.3s ease;
}

.clos-gift-corner i {
    position: relative;
    z-index: 2;
    margin-top: 15px;
    margin-right: 14px;
    font-size: 22px;
    line-height: 1;
    color: var(--primary);
    transition: 0.3s ease;
}

.clos-gift-corner:hover,
.clos-gift-corner:focus {
    color: var(--white);
    text-decoration: none;
}

.clos-gift-corner:hover::before,
.clos-gift-corner:focus::before {
    border-top-color: var(--white);
}

.clos-gift-corner:hover i,
.clos-gift-corner:focus i {
    color: var(--primary);
    transform: scale(1.08);
}

@media (max-width: 991px) {
    .clos-menu-home-mobile .clos-gift-corner {
        display: flex !important;
    }

    .clos-menu-home-mobile .clos-menu-mobile-actions {
        display: flex !important;
        top: 22px;
        right: 98px;
        z-index: 1201;
    }

    .clos-menu-home-mobile .clos-menu-mobile-actions .clos-reserve-btn {
        display: inline-flex !important;
        height: 44px;
        min-height: 44px;
        padding: 0 22px;
        background: var(--white);
        color: var(--primary);
        border: 2px solid var(--white);
        border-radius: 999px;
        font-size: 12px;
    }

    .clos-menu-home-mobile .clos-menu-mobile-actions .clos-reserve-btn:hover,
    .clos-menu-home-mobile .clos-menu-mobile-actions .clos-reserve-btn:focus {
        background: var(--second);
        color: var(--primary);
        border-color: var(--second);
    }
}

.clos-menu-home-mobile {
    padding-top: 68px;
}

.clos-menu-home-mobile .clos-gift-corner {
    top: 68px !important;
}

/* SOUS-MENUS RESPONSIVE SOUS LE PARENT */

@media (max-width: 767px) {

    .clos-menu-tile .clos-submenu {
        position: relative !important;
        inset: auto !important;
        z-index: 4 !important;
        display: block !important;
        width: 100% !important;
        padding: 14px 0 0 28px !important;
        margin-top: 12px !important;
        background: transparent !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
    }

    .clos-menu-tile .clos-submenu ul {
        margin: 0 !important;
        padding: 0 !important;
        text-align: left !important;
    }

    .clos-menu-tile .clos-submenu li {
        display: block !important;
        margin: 7px 0 !important;
    }

    .clos-menu-tile .clos-submenu a {
        position: relative;
        display: inline-flex !important;
        align-items: center;
        gap: 9px;
        color: var(--white) !important;
        font-size: 13px !important;
        line-height: 1.35 !important;
        font-weight: 600 !important;
        letter-spacing: 1px !important;
        text-transform: uppercase !important;
        text-decoration: none !important;
    }

    .clos-menu-tile .clos-submenu a::before {
        content: "\f061";
        font-family: "Font Awesome 7 Free";
        font-weight: 900;
        color: var(--second);
        font-size: 11px;
        line-height: 1;
    }

    .clos-menu-tile .clos-submenu a::after {
        display: none !important;
    }

    .clos-menu-tile .clos-submenu a:hover,
    .clos-menu-tile .clos-submenu a:focus {
        color: var(--second) !important;
    }

    .clos-menu-tile.has-submenu,
    .clos-menu-tile:has(.clos-submenu) {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
    }

    .clos-menu-tile:has(.clos-submenu) .clos-menu-tile-content {
        width: 100%;
    }
}

.home .container-fluid > .row,
.home footer > .row {
    margin-left: 0;
    margin-right: 0;
}

.home .container-fluid > .row > [class*="col-"],
.home footer > .row > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.clos-nav {
    box-sizing: border-box;
}

.axo-footer .inlineblock{
    text-align: right;
    padding-right: 15px;
}


/* MODELE PAGE INTERNE SIMPLE */

.page-intro-simple {
    padding: 55px 0 35px;
}

.page-intro-simple .small-title,
.page-feature-content .small-title {
    display: inline-block;
    margin-bottom: 16px;
    color: var(--third);
    font-family: var(--main-font);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.page-intro-simple h1 {
    margin-bottom: 22px;
    color: var(--primary);
    font-size: 48px;
    line-height: 1.08;
    font-weight: 500;
}

.page-intro-simple h1 .accent {
    display: block;
    margin-top: 8px;
    color: var(--second);
    font-size: 0.72em;
    font-weight: 400;
}

.page-intro-simple h2 {
    max-width: 820px;
    margin: 0 auto 30px;
    color: var(--primary);
    font-size: 34px;
    line-height: 1.25;
    font-weight: 500;
}

.intro-card {
    position: relative;
    max-width: 920px;
    margin: 0 auto;
    padding: 34px 42px;
    /* background: var(--back); */
    border-radius: 0;
}

.intro-card::before,
.intro-card::after {
    content: "";
    position: absolute;
    width: 58px;
    height: 58px;
    opacity: 0.55;
    pointer-events: none;
}

.intro-card::before {
    top: 16px;
    left: 16px;
    border-top: 2px solid var(--second);
    border-left: 2px solid var(--second);
}

.intro-card::after {
    right: 16px;
    bottom: 16px;
    border-right: 2px solid var(--second);
    border-bottom: 2px solid var(--second);
}

.intro-card .intro {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--primary);
    font-size: 17px;
    line-height: 1.75;
    font-weight: 400;
    text-align: center;
}

.page-feature-section {
    position: relative;
    padding: 85px 0;
    overflow: hidden;
}

.page-feature-section::before {
    content: "";
    position: absolute;
    top: 45px;
    right: 0;
    bottom: 45px;
    width: 72%;
    background: var(--back);
    z-index: 0;
}

.page-feature-section .container {
    position: relative;
    z-index: 1;
}

.page-feature-img {
    margin-left: -60px;
}

.page-feature-img img {
    width: 100%;
    min-height: 520px;
    object-fit: cover;
}

.page-feature-content {
    padding: 50px 20px 50px 70px;
}

.page-feature-content h3 {
    margin-bottom: 28px;
    color: var(--primary);
    font-size: 36px;
    line-height: 1.2;
    font-weight: 500;
}

.page-feature-content p {
    color: var(--primary);
    font-size: 16px;
    line-height: 1.75;
}

.page-text-section {
    padding: 45px 0 85px;
}

.page-text-box {
    padding: 55px 65px;
    background: var(--back);
}

.page-text-box h3 {
    margin-bottom: 24px;
    color: var(--primary);
    font-size: 32px;
    line-height: 1.2;
    font-weight: 500;
}

.page-text-box p {
    margin-bottom: 0;
    color: var(--primary);
    font-size: 16px;
    line-height: 1.75;
}

.page-cta-section {
    margin: 0;
    padding: 60px 0;
}

@media (max-width: 991px) {
    .page-intro-simple {
        padding: 45px 0 25px;
    }

    .page-intro-simple h1 {
        font-size: 40px;
    }

    .page-intro-simple h2 {
        font-size: 30px;
    }

    .intro-card {
        padding: 30px 32px;
    }

    .page-feature-section {
        padding: 60px 0;
    }

    .page-feature-section::before {
        width: 100%;
        top: 0;
        bottom: 0;
    }

    .page-feature-img {
        margin-left: 0;
    }

    .page-feature-img img {
        min-height: auto;
    }

    .page-feature-content {
        padding: 40px 0 0;
    }

    .page-text-box {
        padding: 40px 32px;
    }
}

@media (max-width: 575px) {
    .page-intro-simple h1 {
        font-size: 32px;
    }

    .page-intro-simple h2,
    .page-feature-content h3,
    .page-text-box h3 {
        font-size: 26px;
    }

    .intro-card {
        padding: 28px 24px;
    }

    .intro-card::before,
    .intro-card::after {
        width: 42px;
        height: 42px;
    }

    .intro-card .intro {
        font-size: 15px;
        text-align: left;
    }

    .page-feature-section {
        padding: 45px 0;
    }

    .page-text-section {
        padding: 35px 0 60px;
    }

    .page-text-box {
        padding: 32px 24px;
    }
}

.page .clos-hero{
    min-height: 70vh;
}

/* SECTION HISTOIRE - VERSION EDITORIALE */

.page-story-section {
    padding: 80px 0 95px;
    background: linear-gradient(
        90deg,
        var(--white) 0%,
        var(--white) 58%,
        var(--back) 58%,
        var(--back) 100%
    );
}

.story-editorial {
    max-width: 760px;
    padding-right: 45px;
}

.story-editorial .small-title {
    display: inline-block;
    margin-bottom: 16px;
    color: var(--third);
    font-family: var(--main-font);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.story-editorial h3 {
    margin-bottom: 30px;
    color: var(--primary);
    font-size: 38px;
    line-height: 1.15;
    font-weight: 500;
}

.story-editorial h3::after {
    content: "";
    display: block;
    width: 72px;
    height: 2px;
    margin-top: 24px;
    background: var(--second);
}

.story-editorial p {
    color: var(--primary);
    font-size: 16px;
    line-height: 1.85;
}

.story-aside {
    position: relative;
    padding: 46px 0 46px 46px;
}

.story-aside::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: color-mix(in srgb, var(--third) 24%, transparent);
}

.story-aside-section {
    display: flex;
    align-items: flex-start;
    gap: 26px;
}

.story-aside-number,
.story-aside-icon {
    width: 62px;
    min-width: 62px;
    height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--second);
    font-family: var(--second-font);
    font-size: 46px;
    line-height: 1;
    font-weight: 600;
}

.story-aside-icon {
    color: var(--primary);
    font-size: 34px;
}

.story-aside h3 {
    margin-bottom: 16px;
    color: var(--primary);
    font-size: 26px;
    line-height: 1.2;
    font-weight: 500;
}

.story-aside p,
.story-aside li {
    color: var(--primary);
    font-size: 15px;
    line-height: 1.7;
}

.story-aside p:last-child {
    margin-bottom: 0;
}

.story-aside-separator {
    width: 100%;
    height: 1px;
    margin: 34px 0;
    background: color-mix(in srgb, var(--third) 18%, transparent);
}

.story-list {
    padding: 0;
    margin: 16px 0 0;
    list-style: none;
}

.story-list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 6px;
}

.story-list li::before {
    content: "\f061";
    position: absolute;
    left: 0;
    top: 2px;
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    color: var(--second);
    font-size: 11px;
}

.story-list-columns {
    columns: 2;
    column-gap: 24px;
}

@media (max-width: 991px) {
    .page-story-section {
        padding: 60px 0 70px;
        background: var(--white);
    }

    .story-editorial {
        padding-right: 0;
    }

    .story-aside {
        padding: 38px;
        background: var(--back);
    }

    .story-aside::before {
        display: none;
    }
}

@media (max-width: 575px) {
    .page-story-section {
        padding: 45px 0 55px;
    }

    .story-editorial h3 {
        font-size: 28px;
    }

    .story-aside {
        padding: 30px 24px;
    }

    .story-aside-section {
        display: block;
    }

    .story-aside-number,
    .story-aside-icon {
        margin-bottom: 18px;
    }

    .story-aside h3 {
        font-size: 24px;
    }

    .story-list-columns {
        columns: 1;
    }
}

/* Colonne droite - repères */

.story-keypoints {
    position: sticky;
    top: 110px;
    padding: 44px;
    background: var(--primary);
    color: var(--white);
}

.story-keypoints .small-title {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--second);
    font-family: var(--main-font);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.story-keypoints h3 {
    margin-bottom: 30px;
    color: var(--white);
    font-size: 30px;
    line-height: 1.15;
    font-weight: 500;
}

.keypoint-main {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 30px;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.keypoint-number {
    color: var(--second);
    font-family: var(--second-font);
    font-size: 82px;
    line-height: 0.9;
    font-weight: 600;
}

.keypoint-main strong {
    display: block;
    color: var(--white);
    font-size: 18px;
    line-height: 1.3;
}

.keypoint-main p {
    margin: 4px 0 0;
    color: var(--white);
    font-size: 14px;
    line-height: 1.5;
}

.keypoint-list {
    display: grid;
    gap: 14px;
}

.keypoint-item {
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--white);
    font-size: 15px;
    line-height: 1.4;
}

.keypoint-item i {
    width: 28px;
    min-width: 28px;
    color: var(--second);
    font-size: 18px;
    text-align: center;
}

.keypoint-labels {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

.keypoint-labels span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 16px;
    background: var(--second);
    color: var(--primary);
    border-radius: 999px;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.keypoint-text {
    margin: 28px 0 0;
    color: var(--white);
    font-size: 15px;
    line-height: 1.7;
}

@media (max-width: 991px) {
    .story-keypoints {
        position: relative;
        top: auto;
        padding: 36px 30px;
    }
}

@media (max-width: 575px) {
    .story-keypoints {
        padding: 32px 24px;
    }

    .keypoint-main {
        display: block;
    }

    .keypoint-number {
        display: block;
        margin-bottom: 12px;
        font-size: 70px;
    }
}

/* Services - listes alignées à gauche */

.services-list-box {
    height: 100%;
    padding: 34px 30px;
    background: var(--back2);
}

.services-list-head {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 22px;
}

.services-list-head i {
    width: 46px;
    min-width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--second);
    color: var(--primary);
    border-radius: 50%;
    font-size: 20px;
}

.services-list-head h3 {
    margin: 0;
    color: var(--primary);
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500;
}

.services-list-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

.services-list-box li {
    position: relative;
    padding-left: 23px;
    margin-bottom: 9px;
    color: var(--primary);
    font-size: 15px;
    line-height: 1.55;
}

.services-list-box li::before {
    content: "\f061";
    position: absolute;
    left: 0;
    top: 2px;
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    color: var(--second);
    font-size: 11px;
}

/* Moyens de paiement */

.page-payment-section {
    padding-bottom: 80px;
}

.payment-icons-row {
    align-items: stretch;
}

.payment-icon-box {
    height: 100%;
    min-height: 135px;
    padding: 28px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    background: var(--white);
    box-shadow: 0 12px 35px color-mix(in srgb, var(--primary) 7%, transparent);
    text-align: center;
    transition: 0.3s ease;
}

.payment-icon-box i {
    color: var(--second);
    font-size: 34px;
    line-height: 1;
}

.payment-icon-box span {
    color: var(--primary);
    font-size: 15px;
    line-height: 1.3;
    font-weight: 700;
}

.payment-icon-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 45px color-mix(in srgb, var(--primary) 12%, transparent);
}

@media (max-width: 575px) {
    .services-list-box {
        padding: 28px 24px;
    }

    .services-list-head {
        display: block;
    }

    .services-list-head i {
        margin-bottom: 16px;
    }

    .payment-icon-box {
        min-height: 115px;
    }
}

/* LIENS UTILES */

.page-links-section {
    background: var(--back2);
}

.useful-link-box {
    height: 100%;
    padding: 28px 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    background: var(--white);
    text-align: center;
    text-decoration: none;
    transition: 0.3s ease;
}

.useful-link-logo {
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.useful-link-logo img {
    max-width: 190px;
    max-height: 80px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.useful-link-title {
    color: var(--primary);
    font-size: 17px;
    line-height: 1.3;
    font-weight: 700;
    transition: 0.3s ease;
}

.useful-link-box:hover,
.useful-link-box:focus {
    text-decoration: none;
    transform: translateY(-5px);
    box-shadow: 0 14px 35px color-mix(in srgb, var(--primary) 10%, transparent);
}

.useful-link-box:hover .useful-link-title,
.useful-link-box:focus .useful-link-title {
    color: var(--second);
}

@media (max-width: 575px) {
    .useful-link-box {
        padding: 24px 18px;
    }

    .useful-link-logo img {
        max-width: 160px;
    }
}

/* Bloc chiens / chambres */

.dog-info-box {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-top: 30px;
    padding: 24px 28px;
    background: var(--back2);
}

.dog-info-box i {
    color: var(--second);
    font-size: 28px;
    line-height: 1;
    padding-top: 4px;
}

.dog-info-box p {
    margin: 0;
}

/* Infos horizontales */

.page-info-section {
    background: var(--back2);
}

.info-inline-box {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    padding: 36px;
    background: var(--white);
}

.info-inline-icon {
    width: 58px;
    min-width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--second);
    color: var(--primary);
    border-radius: 50%;
    font-size: 24px;
}

.info-inline-box h3 {
    margin-bottom: 16px;
    color: var(--primary);
    font-size: 27px;
    line-height: 1.2;
    font-weight: 500;
}

.info-inline-box p {
    color: var(--primary);
    font-size: 15px;
    line-height: 1.7;
}

.info-inline-box p:last-child {
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .dog-info-box,
    .info-inline-box {
        display: block;
        padding: 28px 24px;
    }

    .dog-info-box i,
    .info-inline-icon {
        margin-bottom: 18px;
    }
}

/* PAGE TARIFS */

.rates-section {
    padding: 65px 0 45px;
    background: var(--back2);
}

.rate-info-box {
    padding: 34px 30px;
    background: var(--white);
    text-align: center;
}

.rate-info-box i {
    margin-bottom: 18px;
    color: var(--second);
    font-size: 34px;
}

.rate-info-box h3 {
    margin-bottom: 14px;
    color: var(--primary);
    font-size: 25px;
    line-height: 1.2;
    font-weight: 500;
}

.rate-info-box p {
    margin-bottom: 0;
    color: var(--primary);
    font-size: 15px;
    line-height: 1.65;
}

.rate-alert {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 24px 28px;
    background: var(--primary);
    color: var(--white);
}

.rate-alert i {
    color: var(--second);
    font-size: 24px;
    line-height: 1;
    padding-top: 3px;
}

.rate-alert p {
    margin: 0;
    color: var(--white);
    font-size: 15px;
    line-height: 1.65;
}

.rates-main-section {
    padding: 75px 0;
}

.price-card {
    padding: 42px 34px;
    background: var(--back2);
    text-align: center;
}

.price-card-icon {
    width: 62px;
    height: 62px;
    margin: 0 auto 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--second);
    color: var(--primary);
    border-radius: 50%;
    font-size: 26px;
}

.price-card h3 {
    margin-bottom: 18px;
    color: var(--primary);
    font-size: 27px;
    line-height: 1.2;
    font-weight: 500;
}

.price-value {
    margin-bottom: 20px;
    color: var(--primary);
    font-size: 18px;
}

.price-value strong {
    color: var(--primary);
    font-family: var(--second-font);
    font-size: 48px;
    line-height: 1;
}

.price-card p {
    margin-bottom: 0;
    color: var(--primary);
    font-size: 15px;
    line-height: 1.65;
}

.rate-highlight {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    padding: 22px 30px;
    background: var(--primary);
    color: var(--white);
}

.rate-highlight i {
    color: var(--second);
    font-size: 24px;
}

.rate-highlight p {
    margin: 0;
    color: var(--white);
    font-size: 16px;
}

.seminar-rates-section {
    padding: 75px 0;
    background: var(--back2);
}

.seminar-rate-box {
    padding: 36px 32px;
    background: var(--white);
}

.seminar-rate-box h3 {
    margin-bottom: 18px;
    color: var(--primary);
    font-size: 26px;
    line-height: 1.2;
    font-weight: 500;
}

.seminar-rate-desc {
    color: var(--third);
    font-weight: 600;
}

.seminar-rate-box ul {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.seminar-rate-box li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 9px;
    color: var(--primary);
    font-size: 15px;
    line-height: 1.55;
}

.seminar-rate-box li::before {
    content: "\f061";
    position: absolute;
    left: 0;
    top: 2px;
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    color: var(--second);
    font-size: 11px;
}

.room-capacity-box {
    display: flex;
    align-items: flex-start;
    gap: 22px;
    padding: 30px;
    background: var(--white);
}

.room-capacity-box i {
    width: 54px;
    min-width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--second);
    color: var(--primary);
    border-radius: 50%;
    font-size: 22px;
}

.room-capacity-box h3 {
    margin-bottom: 10px;
    color: var(--primary);
    font-size: 24px;
    line-height: 1.2;
}

.room-capacity-box p {
    margin-bottom: 0;
}

.business-rate-section {
    padding: 75px 0;
}

.business-rate-section h3,
.direct-booking-section h3 {
    margin-bottom: 22px;
    color: var(--primary);
    font-size: 34px;
    line-height: 1.2;
    font-weight: 500;
}

.business-rate-section p,
.direct-booking-section p {
    color: var(--primary);
    font-size: 16px;
    line-height: 1.75;
}

.business-price-box {
    background: var(--primary);
    padding: 38px;
}

.business-price-item {
    padding-bottom: 26px;
    margin-bottom: 26px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.business-price-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.business-price-item span {
    display: block;
    margin-bottom: 10px;
    color: var(--white);
    font-size: 16px;
    font-weight: 700;
}

.business-price-item strong {
    display: block;
    margin-bottom: 8px;
    color: var(--second);
    font-family: var(--second-font);
    font-size: 52px;
    line-height: 1;
}

.business-price-item small {
    display: block;
    color: var(--white);
    font-size: 14px;
    line-height: 1.5;
}

.direct-booking-section {
    padding: 60px 0;
    background: var(--back2);
}

@media (max-width: 991px) {
    .rates-section,
    .rates-main-section,
    .seminar-rates-section,
    .business-rate-section {
        padding: 55px 0;
    }

    .direct-booking-section {
        padding: 45px 0;
    }

    .room-capacity-box {
        display: block;
    }

    .room-capacity-box i {
        margin-bottom: 18px;
    }
}

@media (max-width: 575px) {
    .rate-alert,
    .rate-highlight,
    .room-capacity-box {
        display: block;
    }

    .rate-alert i,
    .rate-highlight i {
        margin-bottom: 14px;
    }

    .price-card,
    .seminar-rate-box,
    .business-price-box {
        padding: 30px 24px;
    }

    .price-value strong,
    .business-price-item strong {
        font-size: 42px;
    }
}

/* Offre fidélité - page tarifs */

.loyalty-offer-section {
    padding: 55px 0;
    background: var(--white);
}

.loyalty-offer-box {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 38px 44px;
    background: var(--primary);
    color: var(--white);
}

.loyalty-offer-icon {
    width: 74px;
    min-width: 74px;
    height: 74px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--second);
    color: var(--primary);
    border-radius: 50%;
    font-size: 30px;
}

.loyalty-offer-content .small-title {
    color: var(--second);
}

.loyalty-offer-content h3 {
    margin-bottom: 16px;
    color: var(--white);
    font-size: 32px;
    line-height: 1.2;
    font-weight: 500;
}

.loyalty-offer-content p {
    margin-bottom: 8px;
    color: var(--white);
    font-size: 16px;
    line-height: 1.65;
}

.loyalty-offer-content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .loyalty-offer-box {
        display: block;
        padding: 32px 24px;
    }

    .loyalty-offer-icon {
        margin-bottom: 20px;
    }

    .loyalty-offer-content h3 {
        font-size: 26px;
    }
}

/* PAGE RESTAURANT - LA CARTE */

.restaurant-menu-section {
    padding: 75px 0;
    background: var(--back2);
}

.restaurant-menu-section h3,
.menu-info-section h3 {
    color: var(--primary);
}

.menu-card {
    padding: 42px 38px;
    background: var(--white);
}

.menu-card-head {
    margin-bottom: 34px;
    text-align: center;
}

.menu-card-head h3 {
    margin-bottom: 18px;
    color: var(--primary);
    font-size: 34px;
    line-height: 1.15;
    font-weight: 500;
}

.menu-price {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 104px;
    min-height: 104px;
    padding: 15px;
    background: var(--second);
    color: var(--primary);
    border-radius: 50%;
    font-family: var(--second-font);
    font-size: 36px;
    line-height: 1;
    font-weight: 600;
}

.menu-prices-list {
    display: grid;
    gap: 10px;
    justify-content: center;
}

.menu-prices-list span {
    display: inline-flex;
    justify-content: center;
    padding: 10px 18px;
    background: var(--back2);
    color: var(--primary);
    font-size: 15px;
    line-height: 1.3;
    font-weight: 600;
}

.menu-part {
    text-align: center;
}

.menu-part h4 {
    margin-bottom: 18px;
    color: var(--second);
    font-size: 25px;
    line-height: 1.2;
    font-weight: 500;
}

.menu-part ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu-part li {
    margin-bottom: 13px;
    color: var(--primary);
    font-size: 15px;
    line-height: 1.65;
}

.menu-separator {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin: 28px 0;
    color: var(--second);
}

.menu-separator::before,
.menu-separator::after {
    content: "";
    width: 72px;
    height: 1px;
    background: color-mix(in srgb, var(--third) 24%, transparent);
}

.menu-separator i {
    color: var(--second);
    font-size: 18px;
}

.menu-note {
    margin-top: 28px;
    padding: 18px 22px;
    background: var(--back2);
    color: var(--primary);
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
}

.menu-info-section {
    background: var(--white);
}

@media (max-width: 991px) {
    .restaurant-menu-section {
        padding: 55px 0;
    }

    .menu-card {
        padding: 34px 28px;
    }
}

@media (max-width: 575px) {
    .menu-card {
        padding: 30px 22px;
    }

    .menu-card-head h3 {
        font-size: 28px;
    }

    .menu-price {
        min-width: 88px;
        min-height: 88px;
        font-size: 30px;
    }

    .menu-separator::before,
    .menu-separator::after {
        width: 42px;
    }
}

/* PAGE SEMINAIRES / RECEPTIONS */

.event-capacity-section {
    padding: 75px 0;
    background: var(--back2);
}

.event-capacity-box {
    padding: 34px 24px;
    background: var(--white);
    text-align: center;
}

.event-capacity-box i {
    margin-bottom: 18px;
    color: var(--second);
    font-size: 34px;
}

.event-capacity-box strong {
    display: block;
    margin-bottom: 8px;
    color: var(--primary);
    font-family: var(--second-font);
    font-size: 28px;
    line-height: 1.15;
    font-weight: 600;
}

.event-capacity-box span {
    display: block;
    color: var(--primary);
    font-size: 15px;
    line-height: 1.45;
}

.reception-rooms-section {
    padding: 75px 0;
}

.room-link-box {
    position: relative;
    display: block;
    min-height: 360px;
    overflow: hidden;
    color: var(--white);
    text-decoration: none;
}

.room-link-box img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s ease;
}

.room-link-box::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: color-mix(in srgb, var(--primary) 42%, transparent);
    transition: 0.4s ease;
}

.room-link-box span {
    position: absolute;
    left: 34px;
    bottom: 32px;
    z-index: 2;
    color: var(--white);
    font-family: var(--second-font);
    font-size: 34px;
    line-height: 1.1;
    font-weight: 500;
}

.room-link-box span::before {
    content: ":";
    margin-right: 10px;
    color: var(--second);
}

.room-link-box:hover,
.room-link-box:focus {
    color: var(--white);
    text-decoration: none;
}

.room-link-box:hover img,
.room-link-box:focus img {
    transform: scale(1.08);
}

.room-link-box:hover::before,
.room-link-box:focus::before {
    background: color-mix(in srgb, var(--primary) 26%, transparent);
}

.seminar-packages-section {
    padding: 75px 0;
    background: var(--back2);
}

.seminar-package-box {
    padding: 42px 36px;
    background: var(--white);
    text-align: center;
}

.seminar-package-box i {
    width: 64px;
    height: 64px;
    margin-bottom: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--second);
    color: var(--primary);
    border-radius: 50%;
    font-size: 26px;
}

.seminar-package-box h3 {
    margin-bottom: 16px;
    color: var(--primary);
    font-size: 28px;
    line-height: 1.2;
    font-weight: 500;
}

.seminar-package-box p {
    color: var(--primary);
    font-size: 15px;
    line-height: 1.7;
}

.package-price {
    margin: 24px 0;
    padding: 18px 24px;
    background: var(--primary);
    color: var(--white);
    font-size: 16px;
    line-height: 1.4;
}

.package-price strong {
    color: var(--second);
    font-family: var(--second-font);
    font-size: 38px;
    line-height: 1;
}

@media (max-width: 991px) {
    .event-capacity-section,
    .reception-rooms-section,
    .seminar-packages-section {
        padding: 55px 0;
    }

    .room-link-box {
        min-height: 300px;
    }
}

@media (max-width: 575px) {
    .event-capacity-box,
    .seminar-package-box {
        padding: 30px 24px;
    }

    .room-link-box {
        min-height: 260px;
    }

    .room-link-box span {
        left: 24px;
        bottom: 24px;
        font-size: 28px;
    }
}


/* PAGES SALLES SEMINAIRES */

.room-detail-hero-section {
    padding: 30px 0 75px;
}

.room-detail-visual {
    position: relative;
    overflow: hidden;
}

.room-detail-visual img {
    display: block;
    width: 100%;
    min-height: 420px;
    object-fit: cover;
}

.room-features-section {
    padding: 75px 0;
    background: var(--back2);
}

.room-feature-box {
    padding: 38px 32px;
    background: var(--white);
    text-align: center;
}

.room-feature-box i {
    width: 64px;
    height: 64px;
    margin-bottom: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--second);
    color: var(--primary);
    border-radius: 50%;
    font-size: 26px;
}

.room-feature-box h3 {
    margin-bottom: 18px;
    color: var(--primary);
    font-size: 28px;
    line-height: 1.2;
    font-weight: 500;
}

.room-feature-box p,
.room-feature-box li {
    color: var(--primary);
    font-size: 15px;
    line-height: 1.7;
}

.room-feature-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

.room-feature-box li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 9px;
}

.room-feature-box li::before {
    content: "\f061";
    position: absolute;
    left: 0;
    top: 2px;
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    color: var(--second);
    font-size: 11px;
}

.room-navigation-section {
    padding: 65px 0;
}

.room-navigation-section h3 {
    margin-bottom: 22px;
    color: var(--primary);
    font-size: 34px;
    line-height: 1.2;
    font-weight: 500;
}

.room-navigation-section p {
    color: var(--primary);
    font-size: 16px;
    line-height: 1.75;
}

@media (max-width: 991px) {
    .room-detail-hero-section {
        padding: 20px 0 55px;
    }

    .room-features-section,
    .room-navigation-section {
        padding: 55px 0;
    }

    .room-detail-visual img {
        min-height: 320px;
    }
}

@media (max-width: 575px) {
    .room-feature-box {
        padding: 32px 24px;
    }

    .room-detail-visual img {
        min-height: 240px;
    }
}

/* PAGE OFFRES & NEWS */

.offers-links-section {
    padding: 50px 0 90px;
}

.offer-link-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 48px 32px;
    background: var(--back2);
    color: var(--primary);
    text-align: center;
    text-decoration: none;
    transition: 0.3s ease;
}

.offer-link-icon {
    width: 78px;
    height: 78px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--second);
    color: var(--primary);
    border-radius: 50%;
    font-size: 32px;
    transition: 0.3s ease;
}

.offer-link-title {
    color: var(--primary);
    font-family: var(--second-font);
    font-size: 30px;
    line-height: 1.15;
    font-weight: 500;
}

.offer-link-text {
    max-width: 260px;
    color: var(--primary);
    font-size: 15px;
    line-height: 1.6;
}

.offer-link-box:hover,
.offer-link-box:focus {
    background: var(--primary);
    color: var(--white);
    text-decoration: none;
    transform: translateY(-6px);
}

.offer-link-box:hover .offer-link-icon,
.offer-link-box:focus .offer-link-icon {
    background: var(--second);
    color: var(--primary);
}

.offer-link-box:hover .offer-link-title,
.offer-link-box:hover .offer-link-text,
.offer-link-box:focus .offer-link-title,
.offer-link-box:focus .offer-link-text {
    color: var(--white);
}

@media (max-width: 575px) {
    .offers-links-section {
        padding: 35px 0 60px;
    }

    .offer-link-box {
        padding: 38px 24px;
    }

    .offer-link-title {
        font-size: 26px;
    }
}

/* PAGE AGENDA */

.agenda-alert-section {
    padding: 35px 0 65px;
}

.agenda-alert-box {
    display: flex;
    align-items: flex-start;
    gap: 28px;
    padding: 38px 42px;
    background: var(--primary);
    color: var(--white);
}

.agenda-alert-icon {
    width: 66px;
    min-width: 66px;
    height: 66px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--second);
    color: var(--primary);
    border-radius: 50%;
    font-size: 28px;
}

.agenda-alert-box h3 {
    margin-bottom: 14px;
    color: var(--white);
    font-size: 30px;
    line-height: 1.2;
    font-weight: 500;
}

.agenda-alert-box p {
    margin-bottom: 8px;
    color: var(--white);
    font-size: 16px;
    line-height: 1.65;
}

.agenda-alert-box p:last-child {
    margin-bottom: 0;
}

.restaurant-hours-section {
    padding: 75px 0;
    background: var(--back2);
}

.restaurant-hours-table-wrap {
    overflow-x: auto;
    background: var(--white);
}

.restaurant-hours-table {
    width: 100%;
    min-width: 620px;
    border-collapse: collapse;
}

.restaurant-hours-table th,
.restaurant-hours-table td {
    padding: 18px 22px;
    border-bottom: 1px solid color-mix(in srgb, var(--third) 18%, transparent);
    color: var(--primary);
    text-align: center;
    font-size: 15px;
}

.restaurant-hours-table th:first-child,
.restaurant-hours-table td:first-child {
    text-align: left;
    font-weight: 700;
}

.restaurant-hours-table thead th {
    background: var(--primary);
    color: var(--white);
    font-size: 16px;
    font-weight: 700;
}

.restaurant-hours-table thead small {
    display: block;
    margin-top: 4px;
    color: var(--second);
    font-size: 12px;
    font-weight: 600;
}

.status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 82px;
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
}

.status.open {
    background: var(--second);
    color: var(--primary);
}

.status.closed {
    background: color-mix(in srgb, var(--primary) 10%, transparent);
    color: var(--primary);
}

.restaurant-hours-notes {
    padding: 28px 32px;
    background: var(--white);
}

.restaurant-hours-notes p {
    margin-bottom: 8px;
    color: var(--primary);
    font-size: 14px;
    line-height: 1.65;
}

.restaurant-hours-notes p:last-child {
    margin-bottom: 0;
}

.agenda-booking-section {
    padding: 70px 0;
}

.agenda-booking-section h3 {
    margin-bottom: 22px;
    color: var(--primary);
    font-size: 34px;
    line-height: 1.2;
    font-weight: 500;
}

.agenda-booking-section p {
    color: var(--primary);
    font-size: 16px;
    line-height: 1.75;
}

@media (max-width: 991px) {
    .agenda-alert-section {
        padding: 25px 0 50px;
    }

    .restaurant-hours-section,
    .agenda-booking-section {
        padding: 55px 0;
    }

    .agenda-alert-box {
        padding: 34px 30px;
    }
}

@media (max-width: 575px) {
    .agenda-alert-box {
        display: block;
        padding: 32px 24px;
    }

    .agenda-alert-icon {
        margin-bottom: 20px;
    }

    .restaurant-hours-notes {
        padding: 24px 20px;
    }

    .agenda-booking-section h3 {
        font-size: 28px;
    }
}

/* PAGE PROMOTIONS */

.promotion-direct-section {
    padding: 70px 0 85px;
    background: var(--back2);
}

.promotion-direct-section h3 {
    margin-bottom: 24px;
    color: var(--primary);
    font-size: 34px;
    line-height: 1.2;
    font-weight: 500;
}

.promotion-direct-section p {
    color: var(--primary);
    font-size: 16px;
    line-height: 1.75;
}

.promotion-direct-box {
    padding: 42px 36px;
    background: var(--primary);
    color: var(--white);
    text-align: center;
}

.promotion-direct-box i {
    width: 70px;
    height: 70px;
    margin-bottom: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--second);
    color: var(--primary);
    border-radius: 50%;
    font-size: 30px;
}

.promotion-direct-box h3,
.promotion-direct-box p {
    color: var(--white);
}

.promotion-direct-box .bouton {
    margin-top: 14px;
}

@media (max-width: 991px) {
    .promotion-direct-section {
        padding: 55px 0 65px;
    }
}

@media (max-width: 575px) {
    .promotion-direct-box {
        padding: 34px 24px;
    }

    .promotion-direct-section h3 {
        font-size: 28px;
    }
}

/* PAGE COUPS DE COEUR */

.local-producers-section,
.tourism-ideas-section {
    padding: 75px 0;
    background: var(--back2);
}

.producer-icon-box,
.tourism-icon-box {
    height: 100%;
    padding: 34px 30px;
    background: var(--white);
    text-align: center;
}

.producer-icon-box i,
.tourism-icon-box i {
    width: 66px;
    height: 66px;
    margin-bottom: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--second);
    color: var(--primary);
    border-radius: 50%;
    font-size: 27px;
}

.producer-icon-box h3,
.tourism-icon-box h3 {
    margin-bottom: 16px;
    color: var(--primary);
    font-size: 25px;
    line-height: 1.2;
    font-weight: 500;
}

.producer-icon-box p,
.tourism-icon-box p {
    margin-bottom: 0;
    color: var(--primary);
    font-size: 15px;
    line-height: 1.7;
}

.producer-call-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 26px 32px;
    background: var(--primary);
}

.producer-call-box i {
    color: var(--second);
    font-size: 28px;
}

.producer-call-box p {
    margin: 0;
    color: var(--white)!important;
    font-size: 16px;
    line-height: 1.6;
}

.champagne-route-section {
    padding: 80px 0;
}

.champagne-route-section h3,
.clos-atmosphere-section h3 {
    margin-bottom: 24px;
    color: var(--primary);
    font-size: 34px;
    line-height: 1.2;
    font-weight: 500;
}

.champagne-route-section p,
.clos-atmosphere-section p {
    color: var(--primary);
    font-size: 16px;
    line-height: 1.8;
}

.champagne-route-box {
    padding: 42px 36px;
    background: var(--primary);
    color: var(--white);
}

.champagne-route-box i {
    width: 70px;
    height: 70px;
    margin-bottom: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--second);
    color: var(--primary);
    border-radius: 50%;
    font-size: 30px;
}

.champagne-route-box h3 {
    margin-bottom: 20px;
    color: var(--white);
    font-size: 28px;
    line-height: 1.2;
}

.champagne-route-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.champagne-route-box li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 10px;
    color: var(--white);
    font-size: 15px;
    line-height: 1.5;
}

.champagne-route-box li::before {
    content: "\f061";
    position: absolute;
    left: 0;
    top: 2px;
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    color: var(--second);
    font-size: 11px;
}

.clos-atmosphere-section {
    padding: 75px 0;
    background: var(--white);
}

@media (max-width: 991px) {
    .local-producers-section,
    .tourism-ideas-section,
    .champagne-route-section,
    .clos-atmosphere-section {
        padding: 55px 0;
    }

    .champagne-route-box {
        margin-top: 20px;
    }
}

@media (max-width: 575px) {
    .producer-icon-box,
    .tourism-icon-box,
    .champagne-route-box {
        padding: 30px 24px;
    }

    .producer-call-box {
        display: block;
        padding: 28px 24px;
        text-align: center;
    }

    .producer-call-box i {
        margin-bottom: 15px;
    }

    .champagne-route-section h3,
    .clos-atmosphere-section h3 {
        font-size: 28px;
    }
}

/* PLAN DU SITE */

.sitemap-section {
    background: var(--back2);
}

.sitemap-box {
    padding: 34px 30px;
    background: var(--white);
}

.sitemap-box h3 {
    margin-bottom: 20px;
    color: var(--primary);
    font-size: 28px;
    line-height: 1.2;
    font-weight: 500;
}

.sitemap-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sitemap-box li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 10px;
}

.sitemap-box li::before {
    content: "\f061";
    position: absolute;
    left: 0;
    top: 2px;
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    color: var(--second);
    font-size: 11px;
}

.sitemap-box a {
    color: var(--primary);
    font-size: 15px;
    line-height: 1.5;
    text-decoration: none;
}

.sitemap-box a:hover,
.sitemap-box a:focus {
    color: var(--second);
    text-decoration: none;
}

@media (max-width: 575px) {
    .sitemap-box {
        padding: 30px 24px;
    }

    .sitemap-box h3 {
        font-size: 25px;
    }
}