@charset "UTF-8";

.jumbotron.home {
    position: relative;
    height: calc(100vh - 100px);
    margin-top: 100px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

#HomeVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}


.hero-title {
    position: relative;
    width: 100%;
    height: 70vh;
    overflow: hidden;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.contain-hero {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 100%;
}

.contain-hero .TallTitle {
    color: #FFFFFF;
}

.contain-hero .SmallTitle {
    color: #FFFFFF;
}


b {
    font-weight: bold !important;
}

.Light {
    font-weight: 100 !important;
}

.upper {
    text-transform: uppercase !important;
}

.italic {
    font-style: italic !important;
}

.regular {
    font-weight: 400 !important;
}

.lts1 {
    letter-spacing: 1px !important;
}

.lts2 {
    letter-spacing: 2px !important;
}

.ml0 {
    margin-left: 0;
}

.mw-630 {
    max-width: 630px;
    margin: auto;
}

.mx-880 {
    max-width: 880px;
    margin: auto;
}

.bg-beige {
    background-color: #EEECE6;
}

.bg-beige-light {
    background-color: rgba(238, 236, 230, 0.3);
}

.bg-marron {
    background-color: var(--color-dark-gold);
}

.c-white {
    color: var(--color-white) !important;
}

.c-light-grey {
    color: #BEB6B3
}

.hero-titre {
    color: #FFFFFF;
    font-family: Canela;
    font-size: 70px;
    font-style: normal;
    font-weight: 200;
    line-height: 77px;
}

.grand-text {
    color: var(--color-black);
    font-family: Canela;
    font-size: 44px;
    font-style: normal;
    font-weight: 200;
    line-height: 1
}

.medium-titre {
    color: var(--color-black);
    font-family: Canela;
    font-size: 24px;
    font-style: normal;
    font-weight: 200;
    line-height: 1;
    letter-spacing: 0.48px;
}

.small-title {
    color: var(--color-dark-gold);
    text-align: center;
    font-family: Switzer;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.small-title-2 {
    position: relative;
    display: inline-block;
    color: var(--color-black);
    text-align: center;
    font-family: Switzer;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

a.small-title-2 {
    transition: color 0.2s;
}

a.small-title-2:hover {
    color: var(--color-gold);
}

.small-title-2:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
    width: 67px;
    height: 1px;
    background: currentColor;
}

p {
    color: var(--color-black);
    font-family: Switzer;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
}

.text-canela,
p.text-canela,
.text-canela p {
    color: var(--color-gray);
    font-family: Canela;
    font-size: 26px;
    font-style: normal;
    font-weight: 200;
    line-height: 38px;
}

.simple-cta {
    display: inline-block;
    color: var(--color-black);
    font-family: Switzer;
    font-size: 12.7px;
    font-style: normal;
    font-weight: 500;
    line-height: 20.8px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-left: 60px;
    transition: color 0.2s;
}

.simple-cta.restaurant-link {
    display: block;
}

.simple-cta:hover,
.simple-cta.active {
    color: var(--color-gold);

}

.simple-cta::before {
    content: '';
    display: block;
    width: 45px;
    height: 1px;
    background-color: var(--color-black);
    position: absolute;
    margin: 10px -60px;
    transition: all 0.2s linear;
}

.simple-cta.c-white::before {
    background-color: var(--color-white);
}

.simple-cta.white::before {
    background-color: var(--color-white);
}

.simple-cta:hover::before {
    width: 54px;
    background-color: #A46F3F;
}

.room-slide,
.room-slide img {
    max-width: 600px;
}

.caption {
    height: 180px;
    width: 100%;
    max-width: 100%;
    position: absolute;
    bottom: 0px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
    background: linear-gradient(180deg, var(--color-black-0, rgba(0, 0, 0, 0.00)) 0%, var(--color-black-70, rgba(0, 0, 0, 0.70)) 100%);
}

.image-par-3 .img-fluid::before {
    content: '';
    display: block;
    height: 180px;
    width: 100%;
    position: absolute;
    background: linear-gradient(180deg, var(--color-black-0, rgba(0, 0, 0, 0.00)) 0%, var(--color-black-70, rgba(0, 0, 0, 0.70)) 100%);
}

/* pages courantes */
.hero-main {
    height: calc(100vh - 100px);
    margin-top: 100px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-main .container {
    max-width: 1300px;
}

/* HP */
.frise-hp-1 {
    background-image: url('../img/frise-hp-1.jpg');
    height: 65px;
    background-repeat: repeat-x;
    background-size: contain;
}

section.instant .medium-titre {
    min-height: 60px;
}

section.destination {
    --gradient-stop: 80%;
    --overlay-opacity: 0;

    background:
        linear-gradient(rgba(0, 0, 0, var(--overlay-opacity)),
            rgba(0, 0, 0, var(--overlay-opacity))),
        linear-gradient(271deg,
            rgba(85, 67, 59, 0) 27.88%,
            rgba(85, 67, 59, .95) var(--gradient-stop)),
        var(--bg-image);

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.instgram-link {
    color: #55433B;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
    font-family: Switzer;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0.75px;
    text-transform: uppercase;
}

.instgram-link img {
    margin-right: 15px;
}

main.default {
    margin-top: 100px;
}

/* Default */
.hero-defaut {
    min-height: 360px;
    background: rgba(238, 236, 230, 0.30);
    margin-top: 100px;
}

.hero-defaut h1 {
    color: var(--color-black);
    text-align: center;
    font-family: Canela;
    font-size: 70px;
    font-style: normal;
    font-weight: 200;
    line-height: 77px;
}

.hero-defaut span {
    color: var(--color-dark-gold);
    text-align: center;
    font-family: Switzer;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.content-defaut.container {
    max-width: 870px;
}

.content-defaut h2 {
    color: var(--color-black);
    text-align: center;
    font-family: Canela;
    font-size: 26px;
    font-style: normal;
    font-weight: 250;
    line-height: 120%;
    letter-spacing: 0.52px;
}

.content-defaut p {
    color: #666;
    font-family: Switzer;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.3px;
}

.content-defaut ul li p {
    line-height: 22px;
}

.frise-defaut {
    background-image: url('../img/frise-defaut.jpg');
    height: 65px;
    background-repeat: repeat-x;
    background-size: cover;
}

.frise-ch-1 {
    background-image: url('../img/frise-ch-1.jpg');
    height: 65px;
    background-repeat: repeat-x;
    background-size: cover;
}

/* Histoire */
.grey {
    color: #55433B;
}

/* destination */
.destination-filter a {
    color: var(--color-black);
    text-align: center;
    font-family: Switzer;
    font-size: 12.7px;
    font-style: normal;
    font-weight: 500;
    line-height: 20.8px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: underline;
}

.destination-filter a:hover {
    font-weight: 900;
}

#serie-3-imgs-01 .slick-slide,
#serie-3-imgs-02 .slick-slide {
    margin: 0px 12px;
}

.slick-prev,
.slick-next {
    width: 42px;
    height: 42px;
}

.slick-next {
    right: -40px;
}

.slick-prev {
    left: -40px;
}

.slick-next:before {
    content: url('../img/Arrow-or-right.svg');
    opacity: 1;
}

.slick-prev:before {
    content: url('../img/Arrow-or-left.svg');
    opacity: 1;
}

.slick-dots li button:before {
    font-size: 40px;
    line-height: 40px;
    color: #67534d !important;
}

.slick-dots li.slick-active button:before {
    color: #67534d !important;
}

/* Chambres */

.overlay-75::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, var(--color-black-0, rgba(0, 0, 0, 0.00)) 0%, var(--color-black-70, rgba(0, 0, 0, 0.30)) 100%);
}

.rooms-caption {
    position: absolute;
    left: 38px;
    bottom: 34px;
    z-index: 9;
    transform: translateY(15px);
}

#room-equipements ul li p {
    color: #666;
    font-family: Switzer;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 8px;
}

#room-equipements ul {
    margin-bottom: 0px;
    padding-left: 1rem;
}

.bloc-resa {
    background: #EEECE6;
    max-width: 650px;
    margin: auto;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 22px;
}

.brown-cta,
.brown-cta:hover {
    background: #55433B;
    padding: 12px 18px;
    color: #FFF;
    text-align: center;
    font-family: Switzer;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
}

.restaurant-transition {
    transition: opacity 0.5s ease;
}

.restaurant-hidden {
    opacity: 0;
}

.slider-restaurant .restaurant-slider-nav {
    margin-top: 30px;
}

.slider-restaurant .slider-nav {
    justify-content: start;
}

h2.small-title {
    margin-bottom: 25px;
}

.container-small {
    max-width: 1150px;
}

section.hp-intro {
    background-image: url('../img/La_Mirande_perso.webp');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 360px 349px;
}

section.contact-intro {
    background-image: url('../img/La_Mirande_perso.webp');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 267px 250px;
}


#restaurant-current {
    min-width: 14px;
}

.TallTitle {
    font-family: Canela;
    font-size: 48px;
    line-height: 50px;
    font-weight: 300;
    color: black;
    margin-bottom: 20px;
}

.MediumTitle {
    font-family: Canela;
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
    color: black;
    margin-bottom: 20px;
}

.SmallTitle {
    letter-spacing: 6px;
    font-size: 16px;
    font-family: Switzer;
    line-height: 30px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
}



section.reward {
    background: white;
}

section.cours-cuisine-intro .ecusson {
    padding-right: 50px;
}

.cooking-categories .category-card {
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
}

.cooking-categories .category-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
    transition: transform .5s ease;
}

.cooking-categories .category-card:hover img {
    transform: scale(1.06);
}

.cooking-categories .category-title {
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
    background: var(--color-white);
    color: var(--color-dark-gold);
    padding: 12px 50px;
    text-transform: uppercase;
    font-size: 14px;
    white-space: nowrap;
    transition: .3s;
}

.cooking-categories .category-card:hover .category-title {
    background: var(--color-dark-gold);
    color: var(--color-white);
}

@media (max-width:991px) {

    .cooking-categories .category-title {
        bottom: 30px;
        padding: 16px 40px;
    }

}

@media (max-width:767px) {

    .cooking-categories .category-title {
        width: 80%;
        text-align: center;
        padding: 14px 20px;
        bottom: 20px;
    }

}

.guest-chefs {
    padding: 50px 0;
}

.guest-chefs-slider {
    margin: 0 -12px;
}

.chef-slide {
    padding: 0 12px;
}

.chef-slide a {
    display: block;
    position: relative;
    overflow: hidden;
}

.chef-slide img {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    display: block;
    transition: .5s;
}

.chef-slide:hover img {
    transform: scale(1.05);
}

.chef-slide span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 28px;

    text-align: center;
    z-index: 2;
    color: #fff;
    font-size: 26px;
    font-family: Canela;

    text-shadow: 0 2px 10px rgba(0, 0, 0, .35);
}

.slider-prev,
.slider-next {

    width: 58px;
    height: 58px;

    border: none;
    border-radius: 50%;

    background: #b99a55;
    color: #fff;

    position: absolute;
    top: 50%;
    transform: translateY(-50%);

    z-index: 20;

    transition: .3s;
}

.slider-prev:hover,
.slider-next:hover {
    background: #9b7d42;
}

.slider-prev {
    left: -25px;
}

.slider-next {
    right: -25px;
}

@media(max-width:991px) {

    .chef-slide span {
        font-size: 26px;
    }

    .slider-prev {
        left: 10px;
    }

    .slider-next {
        right: 10px;
    }

}

.slider-prev svg,
.slider-next svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.chef-slide a {
    position: relative;
    display: block;
    overflow: hidden;
}

.chef-slide a::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;

    background: linear-gradient(to top,
            rgba(0, 0, 0, .65) 0%,
            rgba(0, 0, 0, .35) 30%,
            rgba(0, 0, 0, 0) 70%);
}




/* Cours de cuisine liste */

.offer-item {
    margin-bottom: 60px !important;
}

.offer-slider {
    overflow: hidden;
}

.offer-slide img {
    width: 100%;
    aspect-ratio: 1.18;
    object-fit: cover;
}

.offer-slider-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 38px;
    padding-top: 0px;
}

.offer-slider-nav button {
    width: 54px;
    height: 54px;
    padding: 0;
    border: 1px solid #302c29;
    border-radius: 50%;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}

.offer-slider-nav button:hover {
    background: #302c29;
}

.offer-slider-nav button svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: #302c29;
    stroke-width: 1.4;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: stroke .3s ease;
}

.offer-slider-nav button:hover svg {
    stroke: #fff;
}

.offer-slider-nav .counter {
    min-width: 45px;
    text-align: center;
    font-family: Canela;
    font-size: 22px;
}

.offer-content {
    padding: 75px 0 0 25px;
}

.offer-description h2 {
    margin-bottom: 22px;
    font-family: Canela;
    font-size: 48px;
    font-weight: 200;
    line-height: 1.1;
}

.offer-description p,
.offer-description li {
    color: var(--color-black);
    font-size: 16px;
    line-height: 1.55;
    font-family: Switzer;
    font-weight: 200;
}

.offer-availability {
    margin-bottom: 20px;
    font-weight: 600 !important;
}

.offer-description ul {
    margin: 0;
    padding-left: 25px;
}

.offer-booking {
    min-height: 100px;
    padding: 25px 35px;
    background: #f1f0ed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.offer-price {
    width: 100%;
    font-family: Canela;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    font-weight: 200;
}

.offer-button {
    min-width: 255px;
    padding: 14px 30px;
    background: #624c42;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    transition: background .3s ease;
}

.offer-button:hover {
    background: #47372f;
    color: #fff;
}

.offer-slider-wrap .slider-nav {
    margin-top: 30px;
}

@media(max-width:991px) {
    .offer-content {
        padding: 40px 0 0;
    }

    .offer-description h2 {
        font-size: 38px;
    }

    .offer-booking {
        margin-top: 35px !important;
    }
}

@media(max-width:767px) {
    .offer-item {
        margin-bottom: 40px !important;
    }

    .offer-slide img {
        aspect-ratio: 1;
    }

    .offer-slider-nav {
        gap: 25px;
        padding-top: 0px;
    }

    .offer-slider-nav button {
        width: 46px;
        height: 46px;
    }

    .offer-content {
        padding-top: 30px;
    }

    .offer-description h2 {
        font-size: 34px;
    }

    .offer-booking {
        padding: 25px 20px;
        flex-direction: column;
    }

    .offer-button {
        width: 100%;
        min-width: 0;
    }
}


.cooking-course-hero {
    overflow: hidden;
}

.cooking-course-slider-wrap {
    height: 100%;
}

.cooking-course-slide img {
    width: 100%;
    height: 650px;
    object-fit: cover;
}

.cooking-course-intro {
    padding: 55px 0 0 55px;
}

.cooking-course-eyebrow {
    display: block;
    margin-bottom: 20px;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.cooking-course-intro h1 {
    margin-bottom: 22px;
    font-family: Canela;
    font-size: 48px;
    font-weight: 200;
    line-height: 1.1;
}

.cooking-course-date {
    margin-bottom: 35px;
    font-size: 18px;
    line-height: 1.5;
}

.cooking-course-infos {
    border-top: 1px solid rgba(0, 0, 0, .15);
}

.cooking-course-info {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 20px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.cooking-course-info span {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cooking-course-info strong {
    font-weight: 400;
}

.cooking-course-booking {
    padding: 25px 30px;
    background: #f1f0ed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.cooking-course-price span {
    display: block;
    margin-bottom: 4px;
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.cooking-course-price strong {
    font-family: Canela;
    font-size: 27px;
    font-weight: 400;
}

.cooking-course-content {
    background: #f6f5f2;
}

.cooking-course-content-heading {
    margin-bottom: 40px;
    text-align: center;
}

.cooking-course-content-heading h2 {
    max-width: 700px;
    margin: 0 auto;
    font-family: Canela;
    font-size: 46px;
    font-weight: 400;
    line-height: 1.15;
}

.cooking-course-description {
    font-size: 17px;
    line-height: 1.8;
}

.cooking-course-description>*:last-child {
    margin-bottom: 0;
}

.cooking-course-feature {
    height: 100%;
    padding: 35px;
    border-top: 1px solid rgba(0, 0, 0, .25);
}

.cooking-course-feature .feature-number {
    display: block;
    margin-bottom: 35px;
    font-family: Canela;
    font-size: 20px;
}

.cooking-course-feature h3 {
    margin-bottom: 18px;
    font-family: Canela;
    font-size: 29px;
    font-weight: 400;
}

.cooking-course-feature p {
    margin-bottom: 0;
    line-height: 1.7;
}

.cooking-course-reservation-inner {
    padding: 55px 65px;
    background: #f1f0ed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.cooking-course-reservation-inner h2 {
    margin-bottom: 10px;
    font-family: Canela;
    font-size: 42px;
    font-weight: 400;
}

.cooking-course-reservation-action {
    display: flex;
    align-items: center;
    gap: 45px;
}

main.single-cooking-course {
    padding-top: 100px;
}

@media(max-width:991px) {
    .cooking-course-slide img {
        height: 550px;
    }

    .cooking-course-intro {
        padding: 45px 0 0;
    }

    .cooking-course-intro h1 {
        font-size: 46px;
    }

    .cooking-course-booking {
        margin-top: 40px !important;
    }

    .cooking-course-feature {
        padding: 30px 0;
    }

    .cooking-course-reservation-inner {
        padding: 45px;
        align-items: flex-start;
        flex-direction: column;
    }
}

@media(max-width:767px) {
    .cooking-course-slide img {
        height: auto;
        aspect-ratio: 1 / 1.1;
    }

    .cooking-course-intro {
        padding-top: 30px;
    }

    .cooking-course-intro h1 {
        font-size: 38px;
    }

    .cooking-course-info {
        grid-template-columns: 90px 1fr;
    }

    .cooking-course-booking {
        padding: 25px 20px;
        align-items: stretch;
        flex-direction: column;
    }

    .cooking-course-content-heading h2 {
        font-size: 35px;
    }

    .cooking-course-reservation-inner {
        padding: 35px 25px;
    }

    .cooking-course-reservation-inner h2 {
        font-size: 35px;
    }

    .cooking-course-reservation-action {
        width: 100%;
        align-items: stretch;
        flex-direction: column;
        gap: 25px;
    }

    .cooking-course-reservation-action .offer-button {
        width: 100%;
    }
}

.breadcrumb-item+.breadcrumb-item {
    font-weight: 200;
}





.gallery {
    display: flex;
}

.gallery-col {
    width: 33.3333%;
    padding: 0 12px;
}

.gallery-item {
    display: block;
    margin-bottom: 24px;

}

.gallery-item img {
    display: block;
    width: 100%;
    height: auto;
}

@media (max-width: 991px) {

    .gallery-col {
        width: 50%;
    }

    .gallery-col:nth-child(3) {
        display: none;
    }

}

@media (max-width: 767px) {

    .gallery {
        display: block;
    }

    .gallery-col {
        width: 100%;
        display: block;
        padding: 0;
    }

}

/* Animation à l'ouverture */
.mfp-fade.mfp-bg {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
    /* Fond visible à 80 % */
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* Animation pour le contenu */
.mfp-fade.mfp-wrap {
    opacity: 0;
    transform: scale(0.95);
    transition: all 0.3s ease-in-out;
}

.mfp-fade.mfp-wrap.mfp-ready {
    opacity: 1;
    transform: scale(1);
}

.mfp-fade.mfp-wrap.mfp-removing {
    opacity: 0;
    transform: scale(0.95);
}

.mfp-bg {
    background: #f6f6f6;
    z-index: 1052;
}

.mfp-wrap {
    z-index: 1053;
}

#concert-slider .slick-prev {
    left: -60px;
}

#concert-slider .slick-next {
    right: -60px;
}


.concert-card {
    display: block;
    background: #625046;
    color: #fff;
    text-decoration: none;
    padding: 22px;
    transition: .35s ease;
}

.concert-card:hover {
    background: #55433B;
}

.concert-card-inner {
    color: var(--color-white);
    border: 1px solid rgba(255, 255, 255, .75);
    min-height: 588px;
    padding: 70px 45px 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.concert-date {
    color: var(--color-white);
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .03em;
}

.concert-type {
    color: var(--color-white);
    margin-top: 18px;
    font-size: 1.25rem;
    font-weight: 300;
}

.concert-title {
    color: var(--color-white);
    margin: 90px 0 45px;
    font-family: "Canela", serif;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 200;
    text-transform: uppercase;
}

.concert-artists {
    color: var(--color-white);
    font-size: 16px;
    line-height: 1.7;
    font-weight: 300;
}

.concert-artists div {
    color: var(--color-white);
}

.concert-link {
    color: var(--color-white);
    margin-top: auto;
    font-size: .95rem;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    padding-bottom: 3px;
}

#programme-slider .slick-slide {
    margin: 0 15px;
}

@media (max-width: 991px) {

    .concert-card-inner {
        padding: 55px 30px 35px;
    }

    .concert-title {
        margin: 70px 0 35px;
        font-size: 16px;
    }

}

@media (max-width: 767px) {

    .concert-card {
        padding: 15px;
    }

    .concert-card-inner {
        min-height: auto;
        padding: 45px 20px;
    }

    .concert-title {
        margin: 50px 0 30px;
        font-size: 1.8rem;
    }

    .concert-artists {
        font-size: 1rem;
    }

}



.concert-content p {
    font-size: 15px;
    font-weight: 200;
    color: var(--color-gray);
    padding-bottom: 10px;
    line-height: 1.5;
}

.concert-content ul,
.concert-content li {
    color: var(--color-gray);
    list-style-position: inside;
}

.concert-content p,
.concert-content ul,
.concert-content li,
.concert-content h1,
.concert-content h2,
.concert-content h3,
.concert-content a,
.concert-content span {
    background-color: transparent !important;
}

.concert-content li>p {
    display: inline;
    margin: 0 !important;
}

.concert-content p b,
.concert-content p strong {
    font-family: Switzer;
    font-weight: 700;
}

.concert-content a {
    color: var(--color-gray);
    text-decoration: underline;
    transition: color 0.2s;
}

.concert-content a:hover {
    color: var(--color-gold);
}



.concert-content h2 {
    color: var(--color-black);
    font-family: Canela;
    font-size: 26px;
    font-style: normal;
    font-weight: 200;
    line-height: 120%;
    letter-spacing: 0.52px;
    padding-top: 30px !important;
    padding-bottom: 20px !important;
    text-align: center;
}

.concert-content h3 {
    color: var(--color-black);
    font-family: Canela;
    font-size: 20px;
    font-style: normal;
    font-weight: 250;
    line-height: 120%;
    letter-spacing: 0.52px;
    padding-top: 30px !important;
    padding-bottom: 20px !important;
    text-align: center;
}

.concert-content h4 {
    color: var(--color-black);
    font-family: Canela;
    font-size: 18px;
    font-style: normal;
    font-weight: 250;
    line-height: 120%;
    letter-spacing: 0.52px;
    padding-top: 30px !important;
    padding-bottom: 20px !important;
    text-align: center;
}

#boutique-slider .slick-prev {
    left: -60px;
}

#boutique-slider .slick-next {
    right: -60px;
}

/* Animation du HERO fullscreen */

/* =========================================================
   HERO
   ========================================================= */

.hero-titre {
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
}

.hero-main {
    position: relative;
    z-index: 1;
    isolation: isolate;

    width: 100%;
    height: calc(100vh-100px);
    height: calc(100svh-100px);

    overflow: hidden;
    background-color: #000;
}

/* Conteneur animé par ScrollTrigger */
.hero-main__media {
    position: absolute;
    z-index: 0;
    inset: 0;

    transform: scale(1);
    transform-origin: center center;

    will-change: transform;
}

/* Image animée au chargement */
.hero-main__image {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center center;

    transform: scale(1.2);
    transform-origin: center center;

    animation: heroZoomOut 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;

    will-change: transform;
}

/* Dégradé permanent */
.hero-main::before {
    position: absolute;
    z-index: 1;
    inset: 0;

    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.7) 100%);

    pointer-events: none;
    content: "";
}

/* Fondu initial du noir vers l’image */
.hero-main::after {
    position: absolute;
    z-index: 2;
    inset: 0;

    background-color: #000;
    opacity: 1;

    animation: heroBlackReveal 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.05s forwards;

    pointer-events: none;
    content: "";

    will-change: opacity;
}

/* Titre */
.hero-main__content {
    position: relative;
    z-index: 4;

    width: 100%;
}

/* =========================================================
   CONTENU QUI RECOUVRE LE HERO
   ========================================================= */

.page-content {
    position: relative;
    z-index: 10;

    /*
     * Un fond opaque est indispensable pour recouvrir
     * progressivement le hero.
     */
    background-color: #fff;
}

/* =========================================================
   ANIMATIONS DE CHARGEMENT
   ========================================================= */

@keyframes heroZoomOut {
    from {
        transform: scale(1.2);
    }

    to {
        transform: scale(1);
    }
}

@keyframes heroBlackReveal {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

/* =========================================================
   ACCESSIBILITÉ
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
    .hero-main__image {
        transform: scale(1);
        animation: none;
    }

    .hero-main::after {
        display: none;
        animation: none;
    }
}

.restaurants-booking__content {
    display: block;
    margin-bottom: 10px;
    background-color: var(--color-brown);
    border-radius: 5px;
    color: white;
    line-height: 1.2;
    padding: 12px;
    font-size: 25px;
    transition: background-color 0.3s;
}

.restaurants-booking__content:hover {
    background-color: var(--color-gold);
}

.restaurants-booking__subtitle {
    display: block;
    font-size: 20px;
}

#booking-iframe-popup {
    width: calc(100% - 2rem);
    max-width: 55rem;
    padding: 0;
    border-radius: 6px;
}

#booking-iframe-popup .form-popup {
    width: 100%;
    height: 85vh;
    max-height: 56rem;
    padding: 0;
    border-radius: inherit;
}

#booking-iframe {
    display: block;

    width: 100%;
    height: 100%;

    border: 0;
    background-color: #fff;
    border-radius: 6px;
    padding-top: 10px;
}

@media (max-width: 767px) {
    #booking-iframe-popup {
        width: 100%;
        max-width: none;
    }

    #booking-iframe-popup .form-popup {
        height: 100vh;
        height: 100dvh;
        max-height: none;
    }
}