/* =========================================================
   DOMAINE DE CARNAVAN — CSS GLOBAL HARMONISÉ
   ========================================================= */
/* =========================================================
   HARMONISATION DE TOUS LES H1
   Modèle : .evenements-pro-title
   À conserver tout en bas du fichier CSS
   ========================================================= */
.BFW-cmsV02 .texte h2::after {
    background: rgba(255, 255, 255, 0.5);
}

#BFW-cmsV02-212 img, #BFW-container-239 img {
    margin-top: 0px !important;
  }

#BFW-blocMasonryV02-251,
#BFW-blocMasonryV02-250 {
    padding: 30px;
}


body h1,
.spec_colorText .titre h1,
.text-white .BFW-cmsV02.spec_colorText .titre h1,
.bloc-metier .bloc-metier-title,
#BFW-services-domaine .services-domaine-title,
#BFW-evenements-professionnels .evenements-pro-title,
#BFW-vins-domaine .vins-domaine-title,
#BFW-hebergements-domaine .hebergements-domaine-title {
    display: block;

    width: 100%;

    margin-top: 0 !important;
    margin-bottom: 16px !important;
    padding: 0 !important;

    color: #29301f !important;
    -webkit-text-fill-color: #29301f !important;

    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;

    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-size: clamp(30px, 1.35vw, 62px) !important;
    font-weight: 500 !important;
    font-style: normal !important;
    line-height: 0.98 !important;
    letter-spacing: -0.025em !important;

    text-decoration: none !important;
    text-transform: none !important;

    opacity: 1 !important;
    visibility: visible !important;

    filter: none !important;
    text-shadow: none !important;
}


/* Suppression des décorations automatiques ajoutées
   par certains anciens blocs CMS */

body h1::before,
body h1::after,
.spec_colorText .titre h1::before,
.spec_colorText .titre h1::after {
    box-shadow: none;
}


/* =========================================================
   ÉCRANS INTERMÉDIAIRES
   Même comportement que le titre événements professionnels
   ========================================================= */

@media screen and (max-width: 1199px) {

    body h1,
    .spec_colorText .titre h1,
    .text-white .BFW-cmsV02.spec_colorText .titre h1,
    .bloc-metier .bloc-metier-title,
    #BFW-services-domaine .services-domaine-title,
    #BFW-evenements-professionnels .evenements-pro-title,
    #BFW-vins-domaine .vins-domaine-title,
    #BFW-hebergements-domaine .hebergements-domaine-title {
        font-size: clamp(40px, 4vw, 52px) !important;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media screen and (max-width: 767px) {

    body h1,
    .spec_colorText .titre h1,
    .text-white .BFW-cmsV02.spec_colorText .titre h1,
    .bloc-metier .bloc-metier-title,
    #BFW-services-domaine .services-domaine-title,
    #BFW-evenements-professionnels .evenements-pro-title,
    #BFW-vins-domaine .vins-domaine-title,
    #BFW-hebergements-domaine .hebergements-domaine-title {
        max-width: 650px;

        margin-right: auto !important;
        margin-left: auto !important;

        font-size: 44px !important;
        line-height: 1 !important;

        text-align: center !important;
    }
}


/* =========================================================
   PETIT MOBILE
   ========================================================= */

@media screen and (max-width: 480px) {

    body h1,
    .spec_colorText .titre h1,
    .text-white .BFW-cmsV02.spec_colorText .titre h1,
    .bloc-metier .bloc-metier-title,
    #BFW-services-domaine .services-domaine-title,
    #BFW-evenements-professionnels .evenements-pro-title,
    #BFW-vins-domaine .vins-domaine-title,
    #BFW-hebergements-domaine .hebergements-domaine-title {
        font-size: 37px !important;
        line-height: 1 !important;
        letter-spacing: -0.02em !important;
    }
}


/* Textes éditoriaux */
.texte ul li,
.spec_colorText .texte ul li {
    color: var(--main-color);
    font-weight: 700;
}

.spec_colorText .titre {
    color: var(--main-color);
    text-align: center;
}

.spec_colorText b,
.spec_colorText strong,
.spec_colorText a {
    color: var(--main-color);
}

.spec_colorText img {
    display: block;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.text-white .BFW-cmsV02.spec_colorText .titre h1,
.text-white .BFW-cmsV02.spec_colorText .titre h2,
.text-white .BFW-cmsV02.spec_colorText .titre h3 {
    color: var(--main-color) !important;
}

.text-white .BFW-cmsV02.spec_colorText .titre h1::after,
.text-white .BFW-cmsV02.spec_colorText .titre h2::after,
.text-white .BFW-cmsV02.spec_colorText .titre h3::after,
.text-white .BFW-cmsV02.spec_colorText .titre h4::after,
.text-white .BFW-cmsV02.spec_colorText .titre h5::after,
.text-white .BFW-cmsV02.spec_colorText .titre h6::after {
    background: var(--main-color) !important;
}

/* Fil d’Ariane */
#filARIANE {
    background: #f7f0e9;
}

/* Langues */
li.drapeauli:nth-child(1)>a:nth-child(1)>span:nth-child(2),
li.drapeauli:nth-child(2)>a:nth-child(1)>span:nth-child(2) {
    color: #ffffff !important;
}

/* Header */
.container.header-middle {
    max-width: 1185px !important;
}


.logo-responsie.d-block.d-lg-none {
    width: 125px;
    margin-top: -3px;
}

#logo-center {
    opacity: 1 !important;
}

#logo-center>a:nth-child(1)>img:nth-child(1) {
    width: 400px;
    max-width: 100%;
    height: auto;
    margin-top: -71px;
}

.main-slider-2-content .row {
    height: 71%;
}

.c-hamburger span,
.c-hamburger span::before,
.c-hamburger span::after {
    background-color: #ffffff !important;
}

.fixed-header .header-main.transparent-header {
    background: #f7f0e9 !important;
}

/* Éléments de formulaire et images */
.bloc_silver_accordion .accordion-button,
#bloc-formulairev02-contact input,
#bloc-formulairev02-contact textarea,
.bloc-metier .img-metier-container {
    border-radius: 5px !important;
}

/* Footer global */
footer a:hover {
    color: #c99a43 !important;
}

/* =========================================================
   TYPOGRAPHIE DU SLIDER
   ========================================================= */

.main-slider-2-text {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 100 !important;
}


/* ==================================================
   BLOC AVANTAGES DU DOMAINE
================================================== */

#BFW-bloc-texte-icone-53 {
    padding: 70px 0 !important;
}

#BFW-bloc-texte-icone-53 .texte-icon {
    max-width: 1400px;
    padding-left: 30px;
    padding-right: 30px;
}

/* ==================================================
   GRILLE
================================================== */

#BFW-bloc-texte-icone-53 .row {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 28px;
    justify-content: center;
    margin: 0;
}

/* ==================================================
   CARTES
================================================== */

#BFW-bloc-texte-icone-53 .texte-icon-content {
    position: relative;
    grid-column: span 3;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;

    min-width: 0;
    min-height: 240px;
    padding: 35px 25px 40px;
    margin: 0;

    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(214, 180, 105, 0.18);
    border-radius: 13px;

    text-align: center;

    box-shadow:
        0 12px 35px rgba(83, 74, 48, 0.08),
        0 3px 10px rgba(83, 74, 48, 0.04);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

/* Centrage des 3 cartes de la deuxième ligne */
#BFW-bloc-texte-icone-53 .texte-icon-content:nth-child(5) {
    grid-column: 2 / span 3;
}

#BFW-bloc-texte-icone-53 .texte-icon-content:nth-child(6),
#BFW-bloc-texte-icone-53 .texte-icon-content:nth-child(7) {
    grid-column: span 3;
}

/* Survol */
#BFW-bloc-texte-icone-53 .texte-icon-content:hover {
    transform: translateY(-7px);
    border-color: rgba(214, 180, 105, 0.5);

    box-shadow:
        0 20px 45px rgba(83, 74, 48, 0.14),
        0 5px 15px rgba(83, 74, 48, 0.06);
}

/* ==================================================
   ICÔNES
   La taille d’origine n’est pas modifiée
================================================== */

#BFW-bloc-texte-icone-53 .content-icon {
    position: relative;
    z-index: 1;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;

    background-color: #c99a43;
    border-color: #c99a43;

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}

/* Cercle fin centré autour de l’icône */
#BFW-bloc-texte-icone-53 .content-icon::before {
    content: "";
    position: absolute;
    z-index: 1;

    left: 50%;
    top: 50%;

    width: calc(100% + 14px);
    height: calc(100% + 14px);

    border: 1px solid rgba(214, 180, 105, 0.75);
    border-radius: 50%;

    transform: translate(-50%, -50%);
    pointer-events: none;
}

/* Décoration feuille centrée autour de l’icône */
#BFW-bloc-texte-icone-53 .content-icon::after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 65%;
    top: 50%;
    width: 71px;
    height: 97px;
    background-image: url("https://www.domainedecarnavan.com/photo/img/accueil/design/domaine-pour-mariage-bouches-du-rhone-contour.png?time=1784623963850");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

/* Icône Font Awesome */
#BFW-bloc-texte-icone-53 .content-icon i {
    position: relative;
    z-index: 2;

    color: #ffffff;
    line-height: 1;

    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

/* Animation de l’icône */
#BFW-bloc-texte-icone-53 .texte-icon-content:hover .content-icon {
    transform: translateY(-3px) scale(1.04);
}

/* ==================================================
   TITRES
================================================== */

#BFW-bloc-texte-icone-53 .content-title {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    min-height: 75px;
    margin: 0;
    padding: 0 5px 50px;

    color: #25251f;
    font-weight: 500;
    line-height: 1.25;

    letter-spacing: 0.2px;
    text-align: center;
    text-transform: uppercase;
}

/* Décoration en bas de carte */
#BFW-bloc-texte-icone-53 .content-title::after {
    content: "";
    position: absolute;

    left: 50%;
    bottom: 0;

    width: 115px;
    height: 27px;

    background-image: url("https://www.domainedecarnavan.com/photo/img/accueil/design/salle-de-reception-mariage-bouches-du-rhone-feuille.png?time=1784623992522");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    transform: translateX(-50%);
}

/* ==================================================
   TABLETTE
================================================== */

@media (max-width: 1199px) {

    #BFW-bloc-texte-icone-53 .row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }

    #BFW-bloc-texte-icone-53 .texte-icon-content,
    #BFW-bloc-texte-icone-53 .texte-icon-content:nth-child(5),
    #BFW-bloc-texte-icone-53 .texte-icon-content:nth-child(6),
    #BFW-bloc-texte-icone-53 .texte-icon-content:nth-child(7) {
        grid-column: auto;
    }

    #BFW-bloc-texte-icone-53 .texte-icon-content:last-child {
        grid-column: 1 / -1;
        width: calc(50% - 12px);
        justify-self: center;
    }
}

/* ==================================================
   MOBILE
================================================== */

@media (max-width: 575px) {

    #BFW-bloc-texte-icone-53 {
        padding: 45px 0 !important;
    }

    #BFW-bloc-texte-icone-53 .texte-icon {
        padding-left: 18px;
        padding-right: 18px;
    }

    #BFW-bloc-texte-icone-53 .row {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    #BFW-bloc-texte-icone-53 .texte-icon-content,
    #BFW-bloc-texte-icone-53 .texte-icon-content:last-child {
        grid-column: auto;
        width: 100%;
        min-height: 245px;
        padding: 30px 20px 35px;
    }

    #BFW-bloc-texte-icone-53 .content-icon {
        margin-bottom: 27px;
    }

    #BFW-bloc-texte-icone-53 .content-icon::after {
        width: 82px;
        height: 82px;
    }

    #BFW-bloc-texte-icone-53 .content-title {
        min-height: auto;
        padding-bottom: 45px;
        font-size: 17px;
    }
}

#BFW-bloc-metier-245 .img-metier-container {
    background: transparent !important;
    height: auto !important;
}

/* ==================================================
   BLOC RÉSEAUX SOCIAUX
================================================== */

#BFW-silver-presta-icon-178 {
    position: relative;
    overflow: hidden;
    padding: 60px 0 !important;

    background:
        radial-gradient(circle at 15% 20%,
            rgba(214, 180, 105, 0.15),
            transparent 32%),
        radial-gradient(circle at 85% 80%,
            rgba(214, 180, 105, 0.10),
            transparent 30%),
        #f7f0e9;
}

/*
Ne pas modifier :
.bloc-title-container
.bloc-title
.line
*/

/* ==================================================
   ALIGNEMENT DES RÉSEAUX
================================================== */

#BFW-silver-presta-icon-178 .row {
    display: flex;
    align-items: flex-start;
    justify-content: center;

    margin-top: 35px;
}

#BFW-silver-presta-icon-178 .blocPictoPresta {
    padding-top: 20px;
    padding-bottom: 20px;

    border: 0 !important;
}

/* Suppression complète des grandes cartes */
#BFW-silver-presta-icon-178 .blocPictoPresta>.text-center {
    position: relative;

    min-height: 0;
    max-width: none;

    margin: 0 auto;
    padding: 0;

    background: transparent;
    border: 0;
    border-radius: 0;

    box-shadow: none;

    -webkit-backdrop-filter: none;
    backdrop-filter: none;

    transition: transform 0.35s ease;
}

#BFW-silver-presta-icon-178 .blocPictoPresta>.text-center::before,
#BFW-silver-presta-icon-178 .blocPictoPresta>.text-center::after {
    display: none;
}

/* Léger déplacement de l’ensemble au survol */
#BFW-silver-presta-icon-178 .blocPictoPresta:hover>.text-center {
    transform: translateY(-6px);

    background: transparent;
    border: 0;
    box-shadow: none;
}

/* ==================================================
   BOUTONS RONDS EFFET GLACÉ
================================================== */

#BFW-silver-presta-icon-178 .u-icon-v3 {
    position: relative;

    display: inline-flex !important;
    align-items: center;
    justify-content: center;

    width: 112px;
    height: 112px;

    padding: 0 !important;
    margin-bottom: 22px !important;

    overflow: hidden;

    color: #ffffff !important;

    background:
        linear-gradient(145deg,
            rgba(255, 255, 255, 0.72),
            rgba(255, 255, 255, 0.25)) !important;

    border: 1px solid rgba(255, 255, 255, 0.92);
    border-radius: 50%;

    box-shadow:
        0 14px 32px rgba(80, 66, 32, 0.15),
        0 0 0 7px rgba(214, 180, 105, 0.08),
        inset 0 2px 2px rgba(255, 255, 255, 0.95),
        inset 0 -12px 25px rgba(214, 180, 105, 0.16);

    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);

    transition:
        transform 0.35s ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease,
        background 0.35s ease;
}

/* Reflet brillant sur le haut du cercle */
#BFW-silver-presta-icon-178 .u-icon-v3::before {
    content: "";
    position: absolute;
    z-index: 1;

    top: 10px;
    left: 19px;

    width: 58%;
    height: 29%;

    background: rgba(255, 255, 255, 0.72);
    border-radius: 50%;

    filter: blur(5px);
    transform: rotate(-18deg);

    pointer-events: none;
}

/* Cercle intérieur doré */
#BFW-silver-presta-icon-178 .u-icon-v3::after {
    content: "";
    position: absolute;
    z-index: 1;

    inset: 7px;

    border: 1px solid rgba(214, 180, 105, 0.72);
    border-radius: 50%;

    pointer-events: none;
}

/* Zone cliquable */
#BFW-silver-presta-icon-178 .u-icon-v3>div {
    position: relative;
    z-index: 3;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 100%;
}

/* Icônes Facebook, Instagram et LinkedIn */
#BFW-silver-presta-icon-178 .u-icon-v3 i {
    color: #554b2e !important;

    font-size: 39px;
    line-height: 1;

    text-shadow:
        0 1px 0 rgba(255, 255, 255, 0.9),
        0 5px 12px rgba(75, 58, 22, 0.17);

    transition:
        color 0.35s ease,
        transform 0.35s ease;
}

/* Survol du bouton rond */
#BFW-silver-presta-icon-178 .blocPictoPresta:hover .u-icon-v3 {
    transform: scale(1.07);

    background:
        linear-gradient(145deg,
            rgba(255, 255, 255, 0.82),
            rgba(214, 180, 105, 0.30)) !important;

    border-color: rgba(214, 180, 105, 0.75);

    box-shadow:
        0 20px 40px rgba(80, 66, 32, 0.22),
        0 0 0 9px rgba(214, 180, 105, 0.11),
        0 0 28px rgba(214, 180, 105, 0.22),
        inset 0 2px 2px rgba(255, 255, 255, 0.95);
}

#BFW-silver-presta-icon-178 .blocPictoPresta:hover .u-icon-v3 i {
    color: #c99a43 !important;
    transform: scale(1.10);
}

/* ==================================================
   NOM DES RÉSEAUX
================================================== */

#BFW-silver-presta-icon-178 .titrePrestaIcon {
    position: relative;

    margin: 0 !important;

    color: #34352e !important;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 21px;
    font-weight: 400;
    letter-spacing: 0.4px;

    transition: color 0.3s ease;
}

/* Petit trait doré sous le nom */
#BFW-silver-presta-icon-178 .titrePrestaIcon::after {
    content: "";

    display: block;

    width: 38px;
    height: 2px;

    margin: 12px auto 0;

    background: #c99a43;
    border-radius: 10px;

    transition: width 0.35s ease;
}

#BFW-silver-presta-icon-178 .blocPictoPresta:hover .titrePrestaIcon::after {
    width: 65px;
}

/* ==================================================
   TABLETTE
================================================== */

@media (max-width: 991px) {

    #BFW-silver-presta-icon-178 {
        padding: 50px 0 !important;
    }

    #BFW-silver-presta-icon-178 .u-icon-v3 {
        width: 98px;
        height: 98px;
    }

    #BFW-silver-presta-icon-178 .u-icon-v3 i {
        font-size: 35px;
    }

    #BFW-silver-presta-icon-178 .titrePrestaIcon {
        font-size: 19px;
    }
}

/* ==================================================
   MOBILE
================================================== */

@media (max-width: 575px) {

    #BFW-silver-presta-icon-178 {
        padding: 40px 0 !important;
    }

    #BFW-silver-presta-icon-178 .row {
        margin-top: 25px;
    }

    #BFW-silver-presta-icon-178 .blocPictoPresta {
        width: 33.333%;
        padding: 15px 5px;
    }

    #BFW-silver-presta-icon-178 .u-icon-v3 {
        width: 78px;
        height: 78px;

        margin-bottom: 16px !important;

        box-shadow:
            0 10px 24px rgba(80, 66, 32, 0.14),
            0 0 0 5px rgba(214, 180, 105, 0.08),
            inset 0 2px 2px rgba(255, 255, 255, 0.95);
    }

    #BFW-silver-presta-icon-178 .u-icon-v3::after {
        inset: 5px;
    }

    #BFW-silver-presta-icon-178 .u-icon-v3 i {
        font-size: 28px;
    }

    #BFW-silver-presta-icon-178 .titrePrestaIcon {
        font-size: 15px;
    }

    #BFW-silver-presta-icon-178 .titrePrestaIcon::after {
        width: 30px;
        margin-top: 9px;
    }
}

/* =========================================================
   BLOC MÉTIER
========================================================= */

.bloc-metier {
    position: relative !important;
    overflow: hidden;
    width: 100%;
    padding: 70px 0;

    color: #34372d !important;
    background-color: #fbf8f2 !important;
    background-image: url("https://www.domainedecarnavan.com/photo/img/accueil/design/organisation-seminaire-entreprise-bouches-du-rhone-accueil.png?time=1784646824040") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

/* Neutralise les anciens voiles et fonds hérités */
.bloc-metier::before,
.bloc-metier::after {
    display: none !important;
    content: none !important;
}

.bloc-metier .content,
.bloc-metier .content>.row,
.bloc-metier .content>.row>.col-lg-7,
.bloc-metier .content>.row>.col-lg-5,
.bloc-metier .left-content,
.bloc-metier .right-content,
.bloc-metier .text-color {
    background: transparent !important;
    background-color: transparent !important;
}

.bloc-metier .content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1600px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* =========================================================
   STRUCTURE
========================================================= */

.bloc-metier .content>.row {
    display: grid !important;
    grid-template-columns: minmax(0, 2fr) minmax(430px, 1fr);
    gap: 35px;
    align-items: stretch !important;
    margin-right: 0;
    margin-left: 0;
}

.bloc-metier .content>.row>.col-lg-7,
.bloc-metier .content>.row>.col-lg-5 {
    width: 100% !important;
    max-width: none !important;
    padding-right: 0;
    padding-left: 0;
}

/* =========================================================
   PARTIE GAUCHE
========================================================= */

.bloc-metier .content>.row>.col-lg-7 {
    position: relative;
    display: grid;
    grid-template-columns: minmax(330px, 0.9fr) minmax(390px, 1.1fr);
    gap: 35px;
    min-height: 790px;
}

.bloc-metier .left-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;

    width: 100% !important;
    max-width: none !important;
    padding: 30px 0 !important;

    color: #34372d !important;
}

.bloc-metier .content>.row>.col-lg-7::after {
    content: "";
    display: block;

    width: 100%;
    height: 100%;
    min-height: 790px;

    background-image: url("https://www.domainedecarnavan.com/photo/img/accueil/domaine-pour-mariage-bouches-du-rhone.webp?time=1784555253289");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    border-radius: 10px;
    box-shadow:
        0 14px 35px rgba(38, 45, 28, 0.10),
        0 2px 7px rgba(38, 45, 28, 0.06);
}

/* =========================================================
   TITRE PRINCIPAL
========================================================= */

.bloc-metier .bloc-metier-title {
    position: relative;
    margin: 0 0 35px !important;
    padding-bottom: 55px;

    color: #29301f !important;
    background: transparent !important;

    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(42px, 3.2vw, 64px);
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -0.02em;
    text-align: center;
}

/* Feuille */
.bloc-metier .bloc-metier-title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 5px;

    width: 180px;
    height: 38px;

    background-color: transparent !important;
    background-image: url("https://www.domainedecarnavan.com/photo/img/accueil/design/salle-de-reception-mariage-bouches-du-rhone-feuille.png?time=1784645982640") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;

    box-shadow: none !important;
    mix-blend-mode: multiply;
    transform: translateX(-50%);
}

/* Traits dorés de chaque côté de la feuille */
.bloc-metier .bloc-metier-title::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 23px;

    width: 245px;
    height: 1px;

    background-color: transparent !important;
    background-image: linear-gradient(90deg,
            #c99a43 0%,
            #c99a43 31%,
            transparent 31%,
            transparent 69%,
            #c99a43 69%,
            #c99a43 100%) !important;

    box-shadow: none !important;
    transform: translateX(-50%);
}

/* =========================================================
   TEXTE PRINCIPAL
========================================================= */

.bloc-metier .bloc-metier-text {
    margin: 0 !important;
    color: #34372d !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.72;
    text-align: left;
}

.bloc-metier .bloc-metier-text br {
    display: block;
    content: "";
    margin-bottom: 12px;
}

/* =========================================================
   COLONNE DROITE ET CARTES
========================================================= */

.bloc-metier .right-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 18px;

    color: #34372d !important;
}

.bloc-metier .metier-item {
    display: grid !important;
    grid-template-columns: 42% 58%;

    width: 100%;
    min-height: 235px;
    margin: 0 !important;
    padding: 15px;
    overflow: hidden;

    background: rgba(255, 253, 249, 0.97) !important;
    border: 1px solid rgba(94, 77, 43, 0.16);
    border-radius: 11px;

    box-shadow:
        0 10px 28px rgba(42, 47, 31, 0.07),
        0 2px 5px rgba(42, 47, 31, 0.04);

    transition:
        transform 0.30s ease,
        box-shadow 0.30s ease;
}

.bloc-metier .metier-item:hover {
    transform: translateY(-4px);
    box-shadow:
        0 17px 38px rgba(42, 47, 31, 0.12),
        0 3px 8px rgba(42, 47, 31, 0.05);
}

/* Images des cartes */
.bloc-metier .img-metier-container {
    width: 100% !important;
    max-width: none !important;
    height: 100%;
    padding: 0 !important;
    overflow: hidden;

    background: transparent !important;
    border-radius: 8px !important;
}

.bloc-metier .img-metier {
    display: block;
    width: 100% !important;
    height: 100% !important;
    min-height: 205px;

    object-fit: cover;
    object-position: center;
    border-radius: 8px;

    transition: transform 0.40s ease;
}

.bloc-metier .metier-item:hover .img-metier {
    transform: scale(1.035);
}

/* Contenu des cartes */
.bloc-metier .metier-item>.col-8 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;

    width: 100% !important;
    max-width: none !important;
    padding: 12px 15px 12px 28px;

    text-align: left !important;
}

/* =========================================================
   TITRES DES CARTES
========================================================= */

.bloc-metier .metier-title {
    position: relative;
    width: 100%;
    margin: 0 0 15px !important;
    padding-top: 28px;
    padding-bottom: 13px;
    color: #29301f !important;
    background: transparent !important;
    font-size: 27px;
    font-weight: 1058 !important;
    text-align: left;
    text-transform: uppercase;
}


/* Petite feuille */
.bloc-metier .metier-title::before {
    content: "";
    position: absolute;
    top: -45px;
    left: 0;

    width: 175px;
    height: 90px;

    background-color: transparent !important;
    background-image: url("https://www.domainedecarnavan.com/photo/img/accueil/design/salle-de-reception-mariage-bouches-du-rhone-feuille.png?time=1784645982640") !important;
    background-repeat: no-repeat !important;
    background-position: left center !important;
    background-size: contain !important;

    box-shadow: none !important;
    mix-blend-mode: multiply;
}

/* Soulignement doré */
.bloc-metier .metier-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;

    width: 42px;
    height: 1px;

    background-image: none !important;
    background-color: #c99a43 !important;
    box-shadow: none !important;
}

.bloc-metier .metier-text {
    color: #494b43 !important;
    line-height: 1.55;
    text-align: left;
}

/* =========================================================
   BOUTONS
========================================================= */

.bloc-metier .btn-metier {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;

    min-width: 180px;
    padding: 11px 16px;

    color: #ffffff !important;
    background-color: #29301f !important;
    border: 1px solid #29301f !important;
    border-radius: 4px;

    font-weight: 500;
}

.bloc-metier .btn-metier:hover {
    color: #29301f !important;
    background-color: transparent !important;
    border-color: #c99a43 !important;
}

/* =========================================================
   TABLETTE
========================================================= */

@media (max-width: 1199px) {
    .bloc-metier .content>.row {
        grid-template-columns: 1fr;
    }

    .bloc-metier .content>.row>.col-lg-7 {
        grid-template-columns: minmax(300px, 0.85fr) minmax(360px, 1.15fr);
        min-height: 680px;
    }

    .bloc-metier .content>.row>.col-lg-7::after {
        min-height: 680px;
    }

    .bloc-metier .right-content {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        align-items: stretch;
    }

    .bloc-metier .metier-item {
        display: block !important;
    }

    .bloc-metier .img-metier {
        height: 220px !important;
        min-height: 220px;
    }

    .bloc-metier .metier-item>.col-8 {
        padding: 22px 10px 10px;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {
    .bloc-metier {
        padding: 45px 0;
    }

    .bloc-metier .content>.row {
        display: block !important;
    }

    .bloc-metier .content>.row>.col-lg-7 {
        display: block;
        min-height: 0;
    }

    .bloc-metier .content>.row>.col-lg-7::after {
        display: none;
    }

    .bloc-metier .left-content {
        padding: 0 !important;
    }

    .bloc-metier .bloc-metier-title {
        padding-bottom: 55px;
        font-size: 39px;
        line-height: 1.05;
    }

    .bloc-metier .bloc-metier-title::after {
        width: 155px;
        height: 35px;
    }

    .bloc-metier .bloc-metier-title::before {
        bottom: 22px;
        width: 205px;
    }

    .bloc-metier .bloc-metier-text {
        font-size: 14px;
    }

    .bloc-metier .imageBackground {
        display: block !important;
        width: 100%;
        height: 350px;
        margin: 35px 0 !important;
        padding: 0 !important;

        object-fit: cover;
        border-radius: 10px;
    }

    .bloc-metier .right-content {
        display: block;
    }

    .bloc-metier .metier-item {
        display: block !important;
        margin-bottom: 20px !important;
    }

    .bloc-metier .img-metier {
        height: 260px !important;
    }

    .bloc-metier .metier-item>.col-8 {
        align-items: center;
        padding: 25px 15px 15px;
        text-align: center !important;
    }

    .bloc-metier .metier-title {
        padding-top: 34px;
        font-size: 26px;
        text-align: center;
    }

    .bloc-metier .metier-text {
        text-align: center;
    }

    .bloc-metier .metier-title::before,
    .bloc-metier .metier-title::after {
        left: 50%;
        transform: translateX(-50%);
    }
}


/* =========================================================
   FOOTER DOMAINE DE CARNAVAN
   ========================================================= */

#BFW-footer-101.footer-101-footer {
    position: relative;
    overflow: hidden;
    padding: 0 !important;
    background-color: #f7f0e9 !important;
    background-image:
        linear-gradient(rgba(250, 246, 238, 0.88),
            rgba(250, 246, 238, 0.88)),
        url("https://www.domainedecarnavan.com/photo/img/accueil/design/organisation-seminaire-entreprise-bouches-du-rhone-accueil.png?time=1784646824040") !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    color: #3e3a32 !important;
    border-top: 1px solid rgba(174, 140, 68, 0.35);
}


/* =========================================================
   CONTENEUR PRINCIPAL
   ========================================================= */

#BFW-footer-101>.container {
    position: relative;
    z-index: 2;
    max-width: 1050px;
    padding-top: 70px !important;
    padding-bottom: 0 !important;
}

#BFW-footer-101 .row-footer-content {
    align-items: flex-start;
}

#BFW-footer-101 .row-footer-content>[class*="col-"] {
    padding-left: 22px;
    padding-right: 22px;
}


/* =========================================================
   TEXTES ET LIENS
   ========================================================= */

#BFW-footer-101,
#BFW-footer-101 p,
#BFW-footer-101 li,
#BFW-footer-101 span,
#BFW-footer-101 div {
    color: #3e3a32;
}

#BFW-footer-101 a {
    color: #3e3a32;
    text-decoration: none;
    transition:
        color 0.25s ease,
        opacity 0.25s ease;
}

#BFW-footer-101 a:hover {
    color: #a3833c;
    text-decoration: none;
}

#BFW-footer-101 .col-lg-3:first-child {
    font-size: 15px;
    line-height: 1.7;
}


/* =========================================================
   TITRES
   ========================================================= */

#BFW-footer-101 .footer-title-2 {
    position: relative;
    display: block;
    margin: 0 0 30px !important;
    padding: 0 0 14px !important;
    color: #27251f !important;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

#BFW-footer-101 .footer-title-2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 34px;
    height: 2px;
    background-color: #c99a43;
}


/* =========================================================
   RÉSEAUX SOCIAUX DU FOOTER UNIQUEMENT
   ========================================================= */

#BFW-footer-101 .footer-social {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 25px;
    padding: 0 !important;
}

#BFW-footer-101 .footer-social .footer-icon-container {
    margin: 0 !important;
    padding: 0 !important;
}

#BFW-footer-101 .footer-social .footer-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    border: 1px solid #c99a43;
    border-radius: 50%;
    color: #8e7337 !important;
    font-size: 19px;
    line-height: 1;
    background-color: rgba(255, 255, 255, 0.35);
    transition:
        color 0.25s ease,
        background-color 0.25s ease,
        transform 0.25s ease;
}

#BFW-footer-101 .footer-social .footer-icon:hover {
    color: #ffffff !important;
    background-color: #c99a43;
    transform: translateY(-3px);
}


/* =========================================================
   MINI-ACTUALITÉS
   ========================================================= */

#BFW-footer-101 .mini-actus {
    width: 100%;
}

#BFW-footer-101 .mini-actu-item {
    display: block;
    padding: 0;
    color: #3e3a32 !important;
}

#BFW-footer-101 .mini-actu-item>div {
    padding: 13px 0;
    border-bottom: 1px solid rgba(174, 140, 68, 0.42);
}

#BFW-footer-101 .mini-actu-item:first-of-type>div {
    padding-top: 0;
}

#BFW-footer-101 .mini-actu-item .d-flex {
    align-items: center;
}

#BFW-footer-101 .mini-actu-item .dateACTU {
    display: flex;
    flex: 0 0 43px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 43px !important;
    height: 47px !important;
    margin-right: 15px !important;
    padding: 5px 3px !important;
    border: 1px solid #c99a43 !important;
    border-radius: 6px;
    color: #8e7337 !important;
    background-color: rgba(255, 255, 255, 0.3);
}

#BFW-footer-101 .mini-actu-item .dateACTU span {
    color: #8e7337 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 15px !important;
}

#BFW-footer-101 .mini-actu-item .dateACTU small {
    display: block;
    color: #8e7337 !important;
    font-size: 12px;
    line-height: 13px;
}

#BFW-footer-101 .mini-actu-item .content {
    display: -webkit-box;
    overflow: hidden;
    color: #3e3a32 !important;
    font-size: 14px;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#BFW-footer-101 .mini-actu-item:hover .content {
    color: #9a7935 !important;
}


/* =========================================================
   COORDONNÉES
   ========================================================= */

#BFW-footer-101 .margin-bottom-30 {
    margin-bottom: 45px;
}

#BFW-footer-101 .margin-bottom-30>li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 31px;
    color: #3e3a32 !important;
    font-size: 15px;
    line-height: 1.55;
}

#BFW-footer-101 .margin-bottom-30>li>i {
    position: absolute;
    top: 4px;
    left: 0;
    width: 20px;
    margin-right: 0 !important;
    color: #9b7d39 !important;
    font-size: 16px;
    text-align: center;
}

#BFW-footer-101 .margin-bottom-30>li:last-child {
    margin-top: 27px !important;
    padding-left: 0;
}


/* =========================================================
   CARTE GOOGLE
   ========================================================= */

#BFW-footer-101 .googleMap {
    display: block;
    width: 100%;
    height: 170px;
    border: 1px solid rgba(174, 140, 68, 0.45);
    border-radius: 2px;
    box-shadow: 0 8px 24px rgba(80, 68, 43, 0.12);
}


/* =========================================================
   BAS DU FOOTER
   ========================================================= */

#BFW-footer-101 .bas-footer {
    width: 100%;
    margin-top: 35px;
    border-top: 1px solid rgba(174, 140, 68, 0.42);
    background-color: transparent !important;
}

#BFW-footer-101 .bas-footer>.container {
    max-width: 1050px;
    padding: 0 22px !important;
}

#BFW-footer-101 .bas-footer .row {
    min-height: 75px;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

#BFW-footer-101 .bas-footer a,
#BFW-footer-101 .bas-footer .copyright {
    color: #4a453b !important;
    font-size: 14px !important;
}

#BFW-footer-101 .bas-footer a:hover {
    color: #9a7935 !important;
}


/* =========================================================
   TABLETTE
   ========================================================= */

@media screen and (max-width: 991px) {

    #BFW-footer-101.footer-101-footer {
        background-position: center top !important;
    }

    #BFW-footer-101>.container {
        padding-top: 45px !important;
    }

    #BFW-footer-101 .row-footer-content>[class*="col-"] {
        margin-bottom: 35px;
    }

    #BFW-footer-101 .footer-title-2 {
        margin-top: 0 !important;
    }

    #BFW-footer-101 .googleMap {
        height: 220px;
    }

    #BFW-footer-101 .bas-footer {
        margin-top: 5px;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media screen and (max-width: 575px) {

    #BFW-footer-101.footer-101-footer {
        background-image:
            linear-gradient(rgba(250, 246, 238, 0.91),
                rgba(250, 246, 238, 0.91)),
            url("https://www.domainedecarnavan.com/photo/img/accueil/design/organisation-seminaire-entreprise-bouches-du-rhone-accueil.png?time=1784646824040") !important;
        background-position: center top !important;
    }

    #BFW-footer-101>.container {
        padding-top: 40px !important;
    }

    #BFW-footer-101 .row-footer-content>[class*="col-"] {
        padding-right: 25px;
        padding-left: 25px;
    }

    #BFW-footer-101 .footer-title-2 {
        margin-bottom: 22px !important;
        font-size: 16px;
    }

    #BFW-footer-101 .footer-social {
        margin-bottom: 10px;
    }

    #BFW-footer-101 .mini-actu-item .content {
        font-size: 13px;
    }

    #BFW-footer-101 .googleMap {
        height: 190px;
    }

    #BFW-footer-101 .bas-footer>.container {
        padding-right: 25px !important;
        padding-left: 25px !important;
    }

    #BFW-footer-101 .bas-footer .row {
        display: block;
        min-height: auto;
        padding-top: 22px !important;
        padding-bottom: 22px !important;
    }

    #BFW-footer-101 .bas-footer .col {
        width: 100%;
        margin-bottom: 13px;
        text-align: center;
    }

    #BFW-footer-101 .bas-footer .col:last-child {
        margin-bottom: 0;
    }

    #BFW-footer-101 .bas-footer .copyright {
        text-align: center !important;
    }
}

/* =========================================================
   CORRECTION DU FOOTER SUR GRANDS ÉCRANS
   À AJOUTER TOUT EN BAS DU CSS
   ========================================================= */

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

    /* Évite que le fond soit trop zoomé sur les écrans larges */
    #BFW-footer-101.footer-101-footer {
        background-size: 100% 100% !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
    }

    /* Agrandissement de la zone de contenu */
    #BFW-footer-101>.container {
        width: calc(100% - 120px);
        max-width: 1320px !important;
        padding-top: 70px !important;
        padding-right: 0 !important;
        padding-bottom: 0 !important;
        padding-left: 0 !important;
    }

    /* Répartition et espacement des trois colonnes */
    #BFW-footer-101 .row-footer-content>[class*="col-"] {
        padding-right: 30px;
        padding-left: 30px;
    }

    #BFW-footer-101 .row-footer-content>div:nth-child(1) {
        flex: 0 0 28%;
        max-width: 28%;
        padding-left: 0;
        font-size: 15px;
        line-height: 1.75;
    }

    #BFW-footer-101 .row-footer-content>div:nth-child(2) {
        flex: 0 0 28%;
        max-width: 28%;
    }

    #BFW-footer-101 .row-footer-content>div:nth-child(3) {
        flex: 0 0 44%;
        max-width: 44%;
        padding-right: 0;
    }

    /* Carte mieux proportionnée */
    #BFW-footer-101 .googleMap {
        width: 100%;
        height: 190px;
    }

    /* Bas du footer aligné avec les colonnes */
    #BFW-footer-101 .bas-footer {
        margin-top: 40px;
    }

    #BFW-footer-101 .bas-footer>.container {
        width: 100%;
        max-width: 1320px !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}


/* Écrans très larges */
@media screen and (min-width: 1600px) {

    #BFW-footer-101>.container {
        max-width: 1380px !important;
    }

    #BFW-footer-101 .bas-footer>.container {
        max-width: 1380px !important;
    }
}

/* =========================================================
   BLOC SERVICES — DOMAINE DE CARNAVAN
   Le fond parallax reste géré par le bloc parent
   ========================================================= */

#BFW-services-domaine {
    position: relative;
    isolation: isolate;
    overflow: hidden;

    width: 100%;
    padding: 70px 30px;

    color: #34372d;
    background: transparent !important;
}


/* Neutralisation d’éventuels anciens pseudo-éléments */

#BFW-services-domaine::before,
#BFW-services-domaine::after {
    display: none !important;
    content: none !important;
}


/* =========================================================
   CONTENEUR BLANC TRANSPARENT
   Derrière l’intégralité du contenu
   ========================================================= */

#BFW-services-domaine>.container {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 1400px;

    margin-right: auto;
    margin-left: auto;

    padding: 55px 45px 50px !important;

    background-color: rgba(255, 255, 255, 0.78);

    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 14px;

    box-shadow:
        0 18px 45px rgba(41, 48, 31, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.7);

    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}


/* =========================================================
   EN-TÊTE
   ========================================================= */

#BFW-services-domaine .services-domaine-header {
    position: relative;

    width: 100%;
    max-width: 1000px;

    margin: 0 auto 50px;
    padding: 0 40px;

    text-align: center;
}


/* Aucun halo individuel */

#BFW-services-domaine .services-domaine-header::before,
#BFW-services-domaine .services-domaine-header::after {
    display: none !important;
    content: none !important;
}


/* =========================================================
   SURTITRE
   ========================================================= */

#BFW-services-domaine .services-domaine-surtitre {
    display: block;

    margin: 0 0 12px;

    color: #c99a43;

    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 4px;
    text-transform: uppercase;
}


/* =========================================================
   TITRE PRINCIPAL
   Reprise du titre du bloc métier existant
   ========================================================= */

#BFW-services-domaine .services-domaine-title {
    margin: 0 !important;

    color: #29301f !important;
    background: transparent !important;

    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(42px, 3.2vw, 64px);
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -0.02em;
    text-align: center;
}


/* =========================================================
   SÉPARATEUR SOUS LE TITRE
   ========================================================= */

#BFW-services-domaine .services-domaine-separateur {
    display: block;

    width: 165px;
    height: 38px;

    margin: 19px auto 22px;

    object-fit: contain;
    object-position: center;

    mix-blend-mode: multiply;
}


/* =========================================================
   TEXTE D’INTRODUCTION
   ========================================================= */

#BFW-services-domaine .services-domaine-introduction {
    width: 100%;
    max-width: 760px;

    margin: 0 auto;

    color: #34372d !important;

    font-size: 15px;
    font-weight: 400;
    line-height: 1.72;
    text-align: center;
}


/* =========================================================
   GRILLE
   ========================================================= */

#BFW-services-domaine .services-domaine-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 25px;

    width: 100%;
    margin: 0;
}


/* =========================================================
   SERVICES
   ========================================================= */

#BFW-services-domaine .services-domaine-card {
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: center;

    min-width: 0;
    min-height: 355px;

    margin: 0;
    padding: 22px 24px 0px;

    color: #34372d;
    background: transparent;

    border: 0;
    border-radius: 0;

    text-align: center;

    transition: transform 0.35s ease;
}

#BFW-services-domaine .services-domaine-card:hover {
    transform: translateY(-7px);
}


/* =========================================================
   PICTOGRAMMES
   ========================================================= */

#BFW-services-domaine .services-domaine-icon {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;

    width: 125px;
    height: 125px;

    margin: 0 auto 22px;

    transition:
        transform 0.35s ease,
        filter 0.35s ease;
}

#BFW-services-domaine .services-domaine-icon img {
    display: block;

    width: 100%;
    max-width: 100%;
    height: 100%;

    object-fit: contain;
    object-position: center;
}

#BFW-services-domaine .services-domaine-card:hover .services-domaine-icon {
    transform: translateY(-4px) scale(1.05);

    filter:
        drop-shadow(0 8px 12px rgba(74, 65, 42, 0.13));
}


/* =========================================================
   TITRES DES SERVICES
   ========================================================= */

#BFW-services-domaine .services-domaine-card-title {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    min-height: 58px;

    margin: 0 0 13px !important;

    color: #29301f !important;
    background: transparent !important;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.4px;
    text-align: center;
}


/* =========================================================
   TEXTES DES SERVICES
   ========================================================= */

#BFW-services-domaine .services-domaine-card-text {
    width: 100%;
    max-width: 230px;

    margin: 0 auto;

    color: #494b43 !important;

    font-size: 15px;
    font-weight: 400;
    line-height: 1.55;
    text-align: center;
}


/* =========================================================
   SÉPARATEURS DES SERVICES
   ========================================================= */

#BFW-services-domaine .services-domaine-card-separateur {
    display: block;

    width: 140px !important;
    height: 70px;

    margin: auto auto 0;
    padding-top: 20px;

    object-fit: contain;
    object-position: center;

    mix-blend-mode: multiply;
    opacity: 0.82;

    transition:
        width 0.35s ease,
        opacity 0.35s ease;
}

#BFW-services-domaine .services-domaine-card:hover .services-domaine-card-separateur {
    width: 110px;
    opacity: 1;
}


/* =========================================================
   BAS DU BLOC
   ========================================================= */

#BFW-services-domaine .services-domaine-footer {
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    width: 100%;
    max-width: 850px;

    margin: 45px auto 0;
    padding: 0;

    text-align: center;
}


/* Neutralisation d’un éventuel ancien halo */

#BFW-services-domaine .services-domaine-footer::before,
#BFW-services-domaine .services-domaine-footer::after {
    display: none !important;
    content: none !important;
}

#BFW-services-domaine .services-domaine-footer-text {
    margin: 0 0 22px;

    color: #34372d !important;

    font-size: 15px;
    font-weight: 400;
    line-height: 1.72;
    text-align: center;
}


/* =========================================================
   BOUTON
   Reprise du bouton .btn-metier existant
   ========================================================= */

#BFW-services-domaine .services-domaine-button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;

    min-width: 180px;
    padding: 11px 16px;

    color: #ffffff !important;
    background-color: #29301f !important;

    border: 1px solid #29301f !important;
    border-radius: 4px;

    font-family: inherit;
    font-size: inherit;
    font-weight: 500;
    line-height: inherit;

    text-align: center;
    text-decoration: none !important;

    opacity: 1 !important;
    visibility: visible !important;

    box-shadow:
        0 8px 18px rgba(41, 48, 31, 0.14);

    transition:
        color 0.3s ease,
        background-color 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

#BFW-services-domaine .services-domaine-button:hover {
    color: #29301f !important;
    background-color: #ffffff !important;

    border-color: #c99a43 !important;

    transform: translateY(-2px);

    box-shadow:
        0 12px 24px rgba(41, 48, 31, 0.18);
}

#BFW-services-domaine .services-domaine-button:focus-visible {
    outline: 2px solid #c99a43;
    outline-offset: 4px;
}


/* =========================================================
   ANIMATIONS WOW
   Les délais sont configurés dans le HTML
   ========================================================= */

#BFW-services-domaine .services-domaine-icon.wow {
    backface-visibility: hidden;
    will-change: transform, opacity;
}


/* =========================================================
   TABLETTE LARGE
   ========================================================= */

@media screen and (max-width: 1399px) {

    #BFW-services-domaine {
        padding-right: 25px;
        padding-left: 25px;
    }

    #BFW-services-domaine>.container {
        padding: 50px 35px 45px !important;
    }

    #BFW-services-domaine .services-domaine-grid {
        gap: 20px;
    }

    #BFW-services-domaine .services-domaine-card {
        min-height: 345px;

        padding-right: 18px;
        padding-left: 18px;
    }

    #BFW-services-domaine .services-domaine-icon {
        width: 112px;
        height: 112px;
    }

    #BFW-services-domaine .services-domaine-card-title {
        font-size: 20px;
    }
}


/* =========================================================
   TABLETTE
   ========================================================= */

@media screen and (max-width: 991px) {

    #BFW-services-domaine {
        padding: 55px 20px;
    }

    #BFW-services-domaine>.container {
        padding: 45px 30px 42px !important;

        background-color: rgba(255, 255, 255, 0.82);

        border-radius: 12px;
    }

    #BFW-services-domaine .services-domaine-header {
        margin-bottom: 40px;

        padding-right: 20px;
        padding-left: 20px;
    }

    #BFW-services-domaine .services-domaine-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px;
    }

    #BFW-services-domaine .services-domaine-card {
        min-height: 335px;
        padding: 24px 25px;
    }

    #BFW-services-domaine .services-domaine-icon {
        width: 118px;
        height: 118px;
    }

    #BFW-services-domaine .services-domaine-card-title {
        min-height: auto;
        font-size: 19px;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media screen and (max-width: 575px) {

    #BFW-services-domaine {
        padding: 40px 12px;
    }

    #BFW-services-domaine>.container {
        padding: 35px 18px 32px !important;

        background-color: rgba(255, 255, 255, 0.86);

        border-radius: 10px;

        -webkit-backdrop-filter: blur(2px);
        backdrop-filter: blur(2px);
    }

    #BFW-services-domaine .services-domaine-header {
        margin-bottom: 30px;
        padding: 0;
    }

    #BFW-services-domaine .services-domaine-surtitre {
        margin-bottom: 9px;

        font-size: 11px;
        letter-spacing: 3px;
    }

    #BFW-services-domaine .services-domaine-title {
        font-size: 39px;
        line-height: 1.05;
    }

    #BFW-services-domaine .services-domaine-separateur {
        width: 135px;
        height: 32px;

        margin-top: 16px;
        margin-bottom: 18px;
    }

    #BFW-services-domaine .services-domaine-introduction {
        font-size: 14px;
    }

    #BFW-services-domaine .services-domaine-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    #BFW-services-domaine .services-domaine-card {
        min-height: 315px;
        padding: 22px 18px;
    }

    #BFW-services-domaine .services-domaine-icon {
        width: 110px;
        height: 110px;

        margin-bottom: 18px;
    }

    #BFW-services-domaine .services-domaine-card-title {
        min-height: auto;

        margin-bottom: 10px !important;

        font-size: 17px;
        line-height: 1.25;
    }

    #BFW-services-domaine .services-domaine-card-text,
    #BFW-services-domaine .services-domaine-footer-text {
        font-size: 14px;
    }

    #BFW-services-domaine .services-domaine-footer {
        margin-top: 32px;
    }

    #BFW-services-domaine .services-domaine-button {
        width: 100%;
        max-width: 280px;
    }
}


/* =========================================================
   ACCESSIBILITÉ — RÉDUCTION DES ANIMATIONS
   ========================================================= */


/* =========================================================
   ÉVÉNEMENTS PROFESSIONNELS
   Aucun fond général n’est ajouté
   ========================================================= */

#BFW-evenements-professionnels {
    position: relative;
    isolation: isolate;
    overflow: visible;

    width: 100%;
    padding: 40px 0 55px;

    color: #4c4d47 !important;
    background: transparent;
}

#BFW-evenements-professionnels,
#BFW-evenements-professionnels * {
    box-sizing: border-box;
}

#BFW-evenements-professionnels>.container {
    position: relative;
    z-index: 2;

    width: calc(100% - 56px);
    max-width: 1420px;

    margin: 0 auto;
    padding: 0;
}


/* =========================================================
   PROTECTION CONTRE LES STYLES GLOBAUX
   ========================================================= */

#BFW-evenements-professionnels h1,
#BFW-evenements-professionnels h2,
#BFW-evenements-professionnels h3,
#BFW-evenements-professionnels p,
#BFW-evenements-professionnels span,
#BFW-evenements-professionnels strong,
#BFW-evenements-professionnels a {
    opacity: 1 !important;
    visibility: visible !important;

    filter: none !important;
    text-shadow: none !important;
}


/* =========================================================
   PARTIE PRINCIPALE
   ========================================================= */

#BFW-evenements-professionnels .evenements-pro-main {
    display: grid;
    grid-template-columns: minmax(390px, 44fr) minmax(0, 56fr);
    align-items: stretch;
    gap: 48px;

    width: 100%;
}


/* =========================================================
   GRANDE IMAGE
   ========================================================= */

#BFW-evenements-professionnels .evenements-pro-visual {
    position: relative;

    width: 100%;
    height: 100%;
    min-height: 680px;

    margin: 0;
    overflow: hidden;

    background-color: #fffdf8;

    border: 1px solid #d9cfbd;
    border-radius: 8px;

    box-shadow: 0 15px 34px rgba(41, 48, 31, 0.1);
}

#BFW-evenements-professionnels .evenements-pro-visual::after {
    content: "";

    position: absolute;
    inset: 0;

    background:
        linear-gradient(180deg,
            transparent 72%,
            rgba(41, 48, 31, 0.1));

    pointer-events: none;
}

#BFW-evenements-professionnels .evenements-pro-visual img {
    display: block;

    width: 100%;
    height: 100%;
    min-height: 680px;

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

    transition: transform 0.9s ease;
}

#BFW-evenements-professionnels .evenements-pro-visual:hover img {
    transform: scale(1.025);
}


/* =========================================================
   COLONNE DE DROITE
   ========================================================= */

#BFW-evenements-professionnels .evenements-pro-content {
    display: flex;
    flex-direction: column;

    width: 100%;
    min-width: 0;
}


/* =========================================================
   EN-TÊTE
   ========================================================= */

#BFW-evenements-professionnels .evenements-pro-header {
    width: 100%;
    margin: 0 0 25px;
}

#BFW-evenements-professionnels .evenements-pro-heading {
    width: 100%;
    min-width: 0;
}


/* =========================================================
   SURTITRE
   ========================================================= */

#BFW-evenements-professionnels .evenements-pro-overline {
    display: block;

    margin: 0 0 3px;

    color: #c99a43 !important;
    -webkit-text-fill-color: #c99a43 !important;

    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 4px;
    text-transform: uppercase;
}

#BFW-evenements-professionnels .evenements-pro-heading-leaf {
    display: block;

    width: 92px;
    height: 23px;

    margin: 0 0 8px 62px;

    object-fit: contain;
    object-position: center;

    mix-blend-mode: multiply;
}


/* =========================================================
   TITRE PRINCIPAL
   ========================================================= */

#BFW-evenements-professionnels .evenements-pro-title {
    width: 100%;
    max-width: 730px;

    margin: 0 0 16px !important;
    padding: 0 !important;

    color: #29301f !important;
    -webkit-text-fill-color: #29301f !important;

    background: transparent !important;

    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(46px, 3.35vw, 62px);
    font-weight: 500;
    line-height: 0.98;
    letter-spacing: -0.025em;
    text-align: left;
    text-transform: none !important;
}


/* =========================================================
   TEXTE ET CAPACITÉ CÔTE À CÔTE
   ========================================================= */

#BFW-evenements-professionnels .evenements-pro-introduction {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 190px;
    align-items: center;
    gap: 27px;

    width: 100%;
}

#BFW-evenements-professionnels .evenements-pro-description {
    width: 100%;
    min-width: 0;
}

#BFW-evenements-professionnels .evenements-pro-description p {
    margin: 0 0 9px;

    color: #4c4d47 !important;
    -webkit-text-fill-color: #4c4d47 !important;

    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
}

#BFW-evenements-professionnels .evenements-pro-description p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   CAPACITÉ
   ========================================================= */

#BFW-evenements-professionnels .evenements-pro-capacity {
    position: relative;

    display: block;

    justify-self: center;
    align-self: center;

    width: 190px;
    height: 178px;

    margin: 0;
    padding: 0;

    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

#BFW-evenements-professionnels .evenements-pro-capacity::before,
#BFW-evenements-professionnels .evenements-pro-capacity::after {
    display: none !important;
    content: none !important;
}

#BFW-evenements-professionnels .evenements-pro-capacity-contour {
    position: absolute;
    z-index: 0;

    top: 50%;
    left: 50%;

    display: block;

    width: 190px;
    height: 178px;
    max-width: none;

    object-fit: contain;
    object-position: center;

    transform: translate(-50%, -50%);

    pointer-events: none;
}

#BFW-evenements-professionnels .evenements-pro-capacity-content {
    position: absolute;
    z-index: 2;

    top: 50%;
    left: 39%;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    width: 108px;
    height: 108px;

    text-align: center;

    transform: translate(-50%, -50%);
}

#BFW-evenements-professionnels .evenements-pro-capacity-small {
    display: block;

    margin: 0;

    color: #29301f !important;
    -webkit-text-fill-color: #29301f !important;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.1;
}

#BFW-evenements-professionnels .evenements-pro-capacity-number {
    display: block;

    margin: 5px 0;

    color: #29301f !important;
    -webkit-text-fill-color: #29301f !important;

    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 29px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
}


/* =========================================================
   SECTIONS
   ========================================================= */

#BFW-evenements-professionnels .evenements-pro-section {
    width: 100%;
}

#BFW-evenements-professionnels .evenements-pro-formats {
    margin-top: auto;
}


/* =========================================================
   TITRES DES SECTIONS
   ========================================================= */

#BFW-evenements-professionnels .evenements-pro-section-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;

    width: 100%;
    margin: 0 0 45px;
}

#BFW-evenements-professionnels .evenements-pro-section-heading::before,
#BFW-evenements-professionnels .evenements-pro-section-heading::after {
    content: "";

    width: 38px;
    height: 1px;

    background-color: #c99a43;
    opacity: 0.72;
}

#BFW-evenements-professionnels .evenements-pro-section-heading h2 {
    margin: 0 !important;
    padding: 0 !important;

    color: #29301f !important;
    -webkit-text-fill-color: #29301f !important;

    background: transparent !important;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
}


/* =========================================================
   FORMATS : QUATRE CARTES
   ========================================================= */

#BFW-evenements-professionnels .evenements-pro-formats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 13px;

    width: 100%;
}


/* =========================================================
   CARTES DES FORMATS
   ========================================================= */

#BFW-evenements-professionnels .evenements-pro-format-card {
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;

    min-width: 0;
    min-height: 178px;

    margin: 0;
    padding: 17px 10px 12px;

    overflow: hidden;

    color: #29301f !important;
    background-color: rgba(255, 253, 248, 0.94);

    border: 1px solid #d9cfbd;
    border-radius: 7px;

    text-align: center;

    box-shadow: 0 7px 18px rgba(41, 48, 31, 0.08);

    transition:
        transform 0.35s ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease;
}

#BFW-evenements-professionnels .evenements-pro-format-card:hover {
    transform: translateY(-5px);

    border-color: #c99a43;

    box-shadow: 0 13px 25px rgba(41, 48, 31, 0.13);
}


/* =========================================================
   PICTOGRAMMES AU-DESSUS
   ========================================================= */

#BFW-evenements-professionnels .evenements-pro-format-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 82px;
    height: 82px;

    margin: 0 auto 5px;
    overflow: visible;
}

#BFW-evenements-professionnels .evenements-pro-format-icon img {
    display: block;

    width: 82px;
    height: 82px;
    max-width: none;

    object-fit: contain;
    object-position: center;

    transform: scale(1.34);

    transition: transform 0.35s ease;
}

#BFW-evenements-professionnels .evenements-pro-format-card:hover .evenements-pro-format-icon img {
    transform: scale(1.42);
}


/* =========================================================
   TEXTE SOUS LES PICTOGRAMMES
   ========================================================= */

#BFW-evenements-professionnels .evenements-pro-format-card h3 {
    display: flex;
    align-items: center;
    justify-content: center;

    min-height: 39px;

    margin: 0 0 5px !important;
    padding: 0 3px !important;

    color: #29301f !important;
    -webkit-text-fill-color: #29301f !important;

    background: transparent !important;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    text-transform: none !important;
}


/* =========================================================
   PETITES FEUILLES
   ========================================================= */

#BFW-evenements-professionnels .evenements-pro-card-leaf {
    display: block;

    width: 52px;
    height: 16px;

    margin: auto auto 0;

    object-fit: contain;
    object-position: center;

    mix-blend-mode: multiply;
}


/* =========================================================
   ESPACES DÉDIÉS
   ========================================================= */

#BFW-evenements-professionnels .evenements-pro-spaces {
    width: 100%;
    margin-top: 48px;
}

#BFW-evenements-professionnels .evenements-pro-spaces-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;

    width: 100%;
}


/* =========================================================
   CARTES DES ESPACES
   ========================================================= */

#BFW-evenements-professionnels .evenements-pro-space-card {
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: center;

    min-width: 0;

    margin: 0;
    padding: 7px 7px 14px;

    overflow: hidden;

    color: #29301f !important;
    background-color: rgba(255, 253, 248, 0.94);

    border: 1px solid #d9cfbd;
    border-radius: 7px;

    text-align: center;

    box-shadow: 0 7px 19px rgba(41, 48, 31, 0.08);

    transition:
        transform 0.35s ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease;
}

#BFW-evenements-professionnels .evenements-pro-space-card:hover {
    transform: translateY(-5px);

    border-color: #c99a43;

    box-shadow: 0 14px 28px rgba(41, 48, 31, 0.13);
}


/* =========================================================
   PHOTOS DES ESPACES
   ========================================================= */

#BFW-evenements-professionnels .evenements-pro-space-image {
    position: relative;

    width: 100%;
    aspect-ratio: 1 / 0.64;

    margin: 0 0 12px;
    overflow: hidden;

    background-color: #fffdf8;
    border-radius: 4px;
}

#BFW-evenements-professionnels .evenements-pro-space-image img {
    display: block;

    width: 100%;
    height: 100%;

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

    transition: transform 0.65s ease;
}

#BFW-evenements-professionnels .evenements-pro-space-card:hover .evenements-pro-space-image img {
    transform: scale(1.06);
}


/* =========================================================
   TITRES DES ESPACES
   ========================================================= */

#BFW-evenements-professionnels .evenements-pro-space-card h3 {
    display: flex;
    align-items: center;
    justify-content: center;

    min-height: 38px;

    margin: 0 8px 7px !important;
    padding: 0 !important;

    color: #29301f !important;
    -webkit-text-fill-color: #29301f !important;

    background: transparent !important;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    text-transform: none !important;
}


/* =========================================================
   CONCLUSION
   ========================================================= */

#BFW-evenements-professionnels .evenements-pro-footer {
    position: relative;
    z-index: 20;

    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    width: 100%;

    margin: 32px 0 0;
    padding: 0 0 12px;

    overflow: visible !important;

    opacity: 1 !important;
    visibility: visible !important;
}

#BFW-evenements-professionnels .evenements-pro-footer-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;

    width: 100%;
    max-width: 780px;

    margin: 0 auto 20px;
}

#BFW-evenements-professionnels .evenements-pro-footer-decoration {
    flex: 0 0 auto;

    display: block;

    width: 38px;
    height: 40px;

    object-fit: contain;
    object-position: center;

    mix-blend-mode: multiply;
}

#BFW-evenements-professionnels .evenements-pro-footer-text p {
    margin: 0;

    color: #4c4d47 !important;
    -webkit-text-fill-color: #4c4d47 !important;

    font-size: 13px;
    font-weight: 400;
    line-height: 1.55;
    text-align: left;
}


/* =========================================================
   CONTENEUR DU BOUTON
   ========================================================= */

#BFW-evenements-professionnels .evenements-pro-footer-action {
    position: relative !important;
    z-index: 50 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    min-height: 48px !important;

    margin: 0 !important;
    padding: 0 !important;

    overflow: visible !important;

    opacity: 1 !important;
    visibility: visible !important;
}


/* =========================================================
   BOUTON
   Le libellé est recréé par ::after pour éviter qu’un
   style global rende le texte invisible.
   ========================================================= */

#BFW-evenements-professionnels .evenements-pro-footer-action a.evenements-pro-button {
    position: relative !important;
    z-index: 60 !important;
    isolation: isolate !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: auto !important;
    min-width: 220px !important;
    min-height: 46px !important;

    margin: 0 auto !important;
    padding: 12px 22px !important;

    overflow: hidden !important;

    color: transparent !important;
    -webkit-text-fill-color: transparent !important;

    background: #29301f !important;
    background-color: #29301f !important;
    background-image: none !important;

    border: 1px solid #29301f !important;
    border-radius: 4px !important;

    font-size: 0 !important;
    line-height: 1.2 !important;

    text-align: center !important;
    text-decoration: none !important;
    text-transform: none !important;

    cursor: pointer !important;
    pointer-events: auto !important;

    opacity: 1 !important;
    visibility: visible !important;

    filter: none !important;
    mix-blend-mode: normal !important;

    box-shadow:
        inset 0 0 0 100px #29301f,
        0 8px 18px rgba(41, 48, 31, 0.22) !important;

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease !important;
}


/* Suppression des décorations globales */

#BFW-evenements-professionnels .evenements-pro-footer-action a.evenements-pro-button::before {
    display: none !important;
    content: none !important;
}


/* Libellé visible garanti */

#BFW-evenements-professionnels .evenements-pro-footer-action a.evenements-pro-button::after {
    content: attr(data-label) !important;

    position: relative !important;
    z-index: 3 !important;

    display: block !important;

    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;

    background: transparent !important;

    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;

    text-align: center !important;
    text-transform: none !important;
    white-space: nowrap !important;

    opacity: 1 !important;
    visibility: visible !important;
}


/* Survol */

#BFW-evenements-professionnels .evenements-pro-footer-action a.evenements-pro-button:hover {
    background: #fffdf8 !important;
    background-color: #fffdf8 !important;

    border-color: #c99a43 !important;

    transform: translateY(-2px) !important;

    box-shadow:
        inset 0 0 0 100px #fffdf8,
        0 12px 25px rgba(41, 48, 31, 0.24) !important;
}

#BFW-evenements-professionnels .evenements-pro-footer-action a.evenements-pro-button:hover::after {
    color: #29301f !important;
    -webkit-text-fill-color: #29301f !important;
}

#BFW-evenements-professionnels .evenements-pro-footer-action a.evenements-pro-button:focus-visible {
    outline: 2px solid #c99a43 !important;
    outline-offset: 4px !important;
}


/* =========================================================
   ÉCRANS INTERMÉDIAIRES
   ========================================================= */

@media screen and (max-width: 1199px) {

    #BFW-evenements-professionnels>.container {
        width: calc(100% - 40px);
    }

    #BFW-evenements-professionnels .evenements-pro-main {
        grid-template-columns: minmax(330px, 42fr) minmax(0, 58fr);
        gap: 32px;
    }

    #BFW-evenements-professionnels .evenements-pro-title {
        font-size: clamp(40px, 4vw, 52px);
    }

    #BFW-evenements-professionnels .evenements-pro-introduction {
        grid-template-columns: minmax(0, 1fr) 170px;
        gap: 18px;
    }

    #BFW-evenements-professionnels .evenements-pro-capacity {
        width: 170px;
        height: 163px;
    }

    #BFW-evenements-professionnels .evenements-pro-capacity-contour {
        width: 170px;
        height: 163px;
    }

    #BFW-evenements-professionnels .evenements-pro-capacity-number {
        font-size: 26px;
    }

    #BFW-evenements-professionnels .evenements-pro-formats-grid {
        gap: 9px;
    }

    #BFW-evenements-professionnels .evenements-pro-format-card {
        min-height: 165px;
        padding-right: 7px;
        padding-left: 7px;
    }

    #BFW-evenements-professionnels .evenements-pro-format-icon {
        width: 70px;
        height: 70px;
    }

    #BFW-evenements-professionnels .evenements-pro-format-icon img {
        width: 70px;
        height: 70px;
    }

    #BFW-evenements-professionnels .evenements-pro-format-card h3 {
        font-size: 13px;
    }

    #BFW-evenements-professionnels .evenements-pro-spaces-grid {
        gap: 15px;
    }
}


/* =========================================================
   TABLETTE
   ========================================================= */

@media screen and (max-width: 991px) {

    #BFW-evenements-professionnels {
        padding: 45px 0;
    }

    #BFW-evenements-professionnels .evenements-pro-main {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    #BFW-evenements-professionnels .evenements-pro-visual {
        min-height: 0;
        height: auto;
        aspect-ratio: 16 / 10;
    }

    #BFW-evenements-professionnels .evenements-pro-visual img {
        min-height: 0;
        height: 100%;
    }

    #BFW-evenements-professionnels .evenements-pro-formats {
        margin-top: 32px;
    }

    #BFW-evenements-professionnels .evenements-pro-formats-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 13px;
    }

    #BFW-evenements-professionnels .evenements-pro-spaces-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media screen and (max-width: 767px) {

    #BFW-evenements-professionnels>.container {
        width: calc(100% - 30px);
    }

    #BFW-evenements-professionnels .evenements-pro-visual {
        aspect-ratio: 4 / 3;
    }

    #BFW-evenements-professionnels .evenements-pro-overline {
        text-align: center;
    }

    #BFW-evenements-professionnels .evenements-pro-heading-leaf {
        margin-right: auto;
        margin-left: auto;
    }

    #BFW-evenements-professionnels .evenements-pro-title {
        max-width: 600px;

        margin-right: auto !important;
        margin-left: auto !important;

        font-size: 44px;
        text-align: center;
    }

    #BFW-evenements-professionnels .evenements-pro-introduction {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    #BFW-evenements-professionnels .evenements-pro-description p {
        text-align: center;
    }

    #BFW-evenements-professionnels .evenements-pro-capacity {
        justify-self: center;

        width: 190px;
        height: 178px;

        margin-right: auto;
        margin-left: auto;
    }

    #BFW-evenements-professionnels .evenements-pro-capacity-contour {
        width: 190px;
        height: 178px;
    }

    #BFW-evenements-professionnels .evenements-pro-formats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    #BFW-evenements-professionnels .evenements-pro-format-card {
        min-height: 175px;
    }

    #BFW-evenements-professionnels .evenements-pro-format-icon {
        width: 78px;
        height: 78px;
    }

    #BFW-evenements-professionnels .evenements-pro-format-icon img {
        width: 78px;
        height: 78px;
    }

    #BFW-evenements-professionnels .evenements-pro-format-card h3 {
        font-size: 14px;
    }
}


/* =========================================================
   PETIT MOBILE
   ========================================================= */

@media screen and (max-width: 480px) {

    #BFW-evenements-professionnels {
        padding: 38px 0;
    }

    #BFW-evenements-professionnels>.container {
        width: calc(100% - 24px);
    }

    #BFW-evenements-professionnels .evenements-pro-main {
        gap: 30px;
    }

    #BFW-evenements-professionnels .evenements-pro-visual {
        aspect-ratio: 1 / 1.05;
    }

    #BFW-evenements-professionnels .evenements-pro-overline {
        font-size: 11px;
        letter-spacing: 3px;
    }

    #BFW-evenements-professionnels .evenements-pro-title {
        font-size: 37px;
        line-height: 1;
    }

    #BFW-evenements-professionnels .evenements-pro-description p {
        font-size: 14px;
        line-height: 1.55;
    }

    #BFW-evenements-professionnels .evenements-pro-formats-grid {
        grid-template-columns: 1fr;
    }

    #BFW-evenements-professionnels .evenements-pro-format-card {
        width: 100%;
        max-width: 330px;
        min-height: 180px;

        margin-right: auto;
        margin-left: auto;
    }

    #BFW-evenements-professionnels .evenements-pro-spaces-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    #BFW-evenements-professionnels .evenements-pro-space-image {
        aspect-ratio: 1 / 0.7;
    }

    #BFW-evenements-professionnels .evenements-pro-footer-text {
        flex-direction: column;
        gap: 8px;
    }

    #BFW-evenements-professionnels .evenements-pro-footer-text p {
        text-align: center;
    }

    #BFW-evenements-professionnels .evenements-pro-footer-decoration {
        width: 45px;
        height: 22px;
    }

    #BFW-evenements-professionnels .evenements-pro-footer-action a.evenements-pro-button {
        width: 100% !important;
        max-width: 280px !important;
    }
}


/* =========================================================
   RÉDUCTION DES ANIMATIONS
   ========================================================= */


/* =========================================================
   PAGE NOTRE VIN — DOMAINE DE CARNAVAN
   ========================================================= */

#BFW-vins-domaine {
    position: relative;
    z-index: 1;
    isolation: isolate;

    width: 100vw;
    max-width: 100vw;

    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);

    padding: 42px 0 32px;

    overflow: hidden;

    color: #45483f;
    background-image:
        radial-gradient(circle at 16% 12%,
            rgba(255, 255, 255, 0.58) 0,
            rgba(255, 255, 255, 0) 31%),
        radial-gradient(circle at 86% 79%,
            rgba(221, 204, 174, 0.11) 0,
            rgba(221, 204, 174, 0) 31%);
}

#BFW-vins-domaine,
#BFW-vins-domaine * {
    box-sizing: border-box;
}


/* =========================================================
   CONTENEUR PRINCIPAL
   ========================================================= */

#BFW-vins-domaine .vins-domaine-container {
    position: relative;
    z-index: 5;

    width: calc(100% - 80px);
    max-width: 1420px;

    margin: 0 auto;
    padding: 0;
}


/* =========================================================
   PROTECTION CONTRE LES STYLES DU THÈME
   ========================================================= */

#BFW-vins-domaine h1,
#BFW-vins-domaine h2,
#BFW-vins-domaine p,
#BFW-vins-domaine span,
#BFW-vins-domaine strong,
#BFW-vins-domaine a,
#BFW-vins-domaine i {
    opacity: 1 !important;
    visibility: visible !important;

    filter: none !important;
    text-shadow: none !important;
    mix-blend-mode: normal;
}


/* =========================================================
   BRANCHES DÉCORATIVES
   Positionnées par rapport au conteneur central
   ========================================================= */

#BFW-vins-domaine .vins-domaine-branch {
    position: absolute;
    z-index: 8;

    display: block;

    max-width: none;
    height: auto;

    object-fit: contain;
    object-position: center;

    pointer-events: none;
    user-select: none;
}


/* Branche supérieure gauche */

#BFW-vins-domaine .vins-domaine-branch-left {
    top: 12px;

    /*
     * Sur grand écran :
     * la branche se rapproche du bord gauche du conteneur.
     *
     * Sur écran réduit :
     * elle conserve une marge minimale de 10px.
     */
    left: max(10px,
            calc(50% - 710px - 58px));

    width: clamp(125px, 12vw, 180px);

    transform: translateX(-4%);
}


/* Branche inférieure droite */

#BFW-vins-domaine .vins-domaine-branch-right {
    right: max(10px,
            calc(50% - 710px - 58px));

    bottom: 8px;

    width: clamp(145px, 14vw, 215px);

    transform: translateX(4%);
}


/* =========================================================
   STRUCTURE PRINCIPALE
   ========================================================= */

#BFW-vins-domaine .vins-domaine-layout {
    display: grid;

    grid-template-columns:
        minmax(0, 1.03fr) minmax(0, 0.97fr);

    align-items: start;
    gap: 49px;

    width: 100%;
}


/* =========================================================
   GALERIE
   ========================================================= */

#BFW-vins-domaine .vins-domaine-gallery {
    position: relative;

    width: 100%;
    min-width: 0;
}


/* Grande photo */

#BFW-vins-domaine .vins-domaine-main-image {
    position: relative;

    width: 100%;
    aspect-ratio: 1.42 / 1;

    margin: 0;
    overflow: hidden;

    background-color: #f7f0e9;

    border: 1px solid #c99a43;
    border-radius: 2px;

    box-shadow:
        0 13px 30px rgba(41, 48, 31, 0.10);
}

#BFW-vins-domaine .vins-domaine-main-image img {
    display: block;

    width: 100%;
    height: 100%;

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

    transition: transform 0.8s ease;
}

#BFW-vins-domaine .vins-domaine-main-image:hover img {
    transform: scale(1.025);
}


/* =========================================================
   PHOTOS INFÉRIEURES
   ========================================================= */

#BFW-vins-domaine .vins-domaine-secondary-images {
    display: grid;

    grid-template-columns:
        minmax(0, 1.72fr) minmax(0, 0.94fr);

    gap: 7px;

    width: 100%;
    margin-top: 7px;
}

#BFW-vins-domaine .vins-domaine-secondary-image {
    position: relative;

    width: 100%;
    aspect-ratio: 1.68 / 1;

    margin: 0;
    overflow: hidden;

    background-color: #f7f0e9;

    border: 1px solid #c99a43;
    border-radius: 2px;

    box-shadow:
        0 9px 22px rgba(41, 48, 31, 0.08);
}

#BFW-vins-domaine .vins-domaine-secondary-image-small {
    aspect-ratio: 0.93 / 1;
}

#BFW-vins-domaine .vins-domaine-secondary-image img {
    display: block;

    width: 100%;
    height: 100%;

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

    transition: transform 0.7s ease;
}

#BFW-vins-domaine .vins-domaine-secondary-image:hover img {
    transform: scale(1.04);
}


/* =========================================================
   COLONNE DE CONTENU
   ========================================================= */

#BFW-vins-domaine .vins-domaine-content {
    position: relative;

    width: 100%;
    min-width: 0;
}


/* =========================================================
   EN-TÊTE
   ========================================================= */

#BFW-vins-domaine .vins-domaine-header {
    width: 100%;

    margin: 11px 0 23px;

    text-align: center;
}


/* Surtitre */

#BFW-vins-domaine .vins-domaine-overline {
    display: block;

    margin: 0;

    color: #29301f !important;
    -webkit-text-fill-color: #29301f !important;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 5px;

    text-align: center;
    text-transform: uppercase;
}


/* Séparateur du surtitre */

#BFW-vins-domaine .vins-domaine-overline-separator {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    width: 100%;

    margin: 11px 0 21px;
}

#BFW-vins-domaine .vins-domaine-overline-separator span {
    display: block;

    width: 75px;
    height: 1px;

    background-color: #c99a43;
}

#BFW-vins-domaine .vins-domaine-overline-separator i {
    display: block;

    width: 6px;
    height: 6px;

    background-color: #c99a43;
    border-radius: 50%;
}


/* Titre */

#BFW-vins-domaine .vins-domaine-title {
    width: 100%;
    max-width: 690px;

    margin: 0 auto 20px !important;
    padding: 0 !important;

    color: #29301f !important;
    -webkit-text-fill-color: #29301f !important;

    background: transparent !important;

    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(45px, 3.55vw, 60px);
    font-weight: 500;
    line-height: 1.01;
    letter-spacing: -0.025em;

    text-align: center;
    text-transform: none !important;
}


/* Séparateur sous le titre */

#BFW-vins-domaine .vins-domaine-title-separator {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;

    width: 100%;
}

#BFW-vins-domaine .vins-domaine-title-separator span {
    display: block;

    width: 73px;
    height: 1px;

    background-color: #c99a43;
}

#BFW-vins-domaine .vins-domaine-title-separator img {
    display: block;

    width: 100px;
    height: 24px;

    object-fit: contain;
    object-position: center;

    mix-blend-mode: multiply;
}


/* =========================================================
   TEXTE ET MÉDAILLON
   ========================================================= */

#BFW-vins-domaine .vins-domaine-introduction {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr) 190px;

    align-items: center;
    gap: 26px;

    width: 100%;
}


/* Texte */

#BFW-vins-domaine .vins-domaine-description {
    width: 100%;
    min-width: 0;
}

#BFW-vins-domaine .vins-domaine-description p {
    margin: 0 0 9px;

    color: #45483f !important;
    -webkit-text-fill-color: #45483f !important;

    font-size: 13px;
    font-weight: 400;
    line-height: 1.47;

    text-align: left;
}

#BFW-vins-domaine .vins-domaine-description p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   MÉDAILLON DES APPELLATIONS
   ========================================================= */

#BFW-vins-domaine .vins-domaine-appellations {
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    justify-self: center;

    width: 184px;
    height: 184px;

    margin: 0;
    padding: 25px;

    color: #29301f;

    background-color: rgba(251, 248, 242, 0.78);

    border: 1px solid #c99a43;
    border-radius: 50%;

    text-align: center;
}

#BFW-vins-domaine .vins-domaine-appellations::before {
    content: "";

    position: absolute;
    inset: 5px;

    border: 1px solid rgba(201, 154, 67, 0.72);
    border-radius: 50%;

    pointer-events: none;
}

#BFW-vins-domaine .vins-domaine-appellations-leaf {
    position: relative;
    z-index: 2;

    display: block;

    width: 47px;
    height: 15px;

    margin: 0 auto 7px;

    object-fit: contain;
    object-position: center;

    mix-blend-mode: multiply;
}

#BFW-vins-domaine .vins-domaine-appellation {
    position: relative;
    z-index: 2;

    display: flex;
    flex-direction: column;
    align-items: center;
}

#BFW-vins-domaine .vins-domaine-appellation span {
    display: block;

    margin: 0 0 2px;

    color: #29301f !important;
    -webkit-text-fill-color: #29301f !important;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
}

#BFW-vins-domaine .vins-domaine-appellation strong {
    display: block;

    width: 125px;

    color: #29301f !important;
    -webkit-text-fill-color: #29301f !important;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.22;
}

#BFW-vins-domaine .vins-domaine-appellations-dot {
    position: relative;
    z-index: 2;

    display: block;

    width: 5px;
    height: 5px;

    margin: 8px 0;

    background-color: #c99a43;
    border-radius: 50%;
}


/* =========================================================
   POINTS FORTS
   ========================================================= */

#BFW-vins-domaine .vins-domaine-features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));

    width: 100%;

    margin-top: 27px;

    background-color: rgba(251, 248, 242, 0.50);

    border: 1px solid rgba(201, 154, 67, 0.58);
}

#BFW-vins-domaine .vins-domaine-feature {
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: center;

    min-width: 0;
    min-height: 180px;

    margin: 0;
    padding: 16px 13px 14px;

    text-align: center;
}

#BFW-vins-domaine .vins-domaine-feature:not(:last-child) {
    border-right: 1px solid rgba(201, 154, 67, 0.58);
}

article.vins-domaine-feature:nth-child(1) > div:nth-child(1) > img:nth-child(1) {
  height: 120px !important;
}

/* Icônes */

#BFW-vins-domaine .vins-domaine-feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    height: 70px;

    margin: 0 auto 7px;

    overflow: visible;
}

#BFW-vins-domaine .vins-domaine-feature-icon img {
    display: block;

    width: 100%;
    height: 100%;
    max-width: none;

    object-fit: contain;
    object-position: center;

    transform: scale(1.25);

    transition: transform 0.35s ease;
}

#BFW-vins-domaine .vins-domaine-feature:hover .vins-domaine-feature-icon img {
    transform: scale(1.33);
}


/* Titres */

#BFW-vins-domaine .vins-domaine-feature h2 {
    display: flex;
    align-items: center;
    justify-content: center;

    min-height: 31px;

    margin: 0 0 6px !important;
    padding: 0 !important;

    color: #29301f !important;
    -webkit-text-fill-color: #29301f !important;

    background: transparent !important;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.25px;

    text-align: center;
    text-transform: uppercase;
}


/* Textes */

#BFW-vins-domaine .vins-domaine-feature p {
    width: 100%;
    max-width: 178px;

    margin: 0 auto;

    color: #45483f !important;
    -webkit-text-fill-color: #45483f !important;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.39;

    text-align: center;
}


/* =========================================================
   BOUTON
   ========================================================= */

#BFW-vins-domaine .vins-domaine-action {
    position: relative;
    z-index: 20;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    min-height: 52px;

    margin-top: 23px;

    overflow: visible;
}

#BFW-vins-domaine .vins-domaine-action a.vins-domaine-button {
    position: relative;
    z-index: 25;
    isolation: isolate;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 31px;

    width: auto !important;
    min-width: 325px !important;
    min-height: 51px !important;

    margin: 0 auto !important;
    padding: 13px 22px !important;

    overflow: hidden !important;

    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;

    background: #29301f !important;
    background-color: #29301f !important;
    background-image: none !important;

    border: 1px solid #29301f !important;
    border-radius: 3px !important;

    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.35px !important;

    text-align: center !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;

    cursor: pointer !important;
    pointer-events: auto !important;

    opacity: 1 !important;
    visibility: visible !important;

    box-shadow:
        inset 0 0 0 999px #29301f,
        0 9px 20px rgba(41, 48, 31, 0.22) !important;

    transition:
        color 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease !important;
}


/* Suppression des décorations automatiques */

#BFW-vins-domaine .vins-domaine-action a.vins-domaine-button::before,

#BFW-vins-domaine .vins-domaine-action a.vins-domaine-button::after {
    display: none !important;
    content: none !important;
}


/* Texte et flèche */

#BFW-vins-domaine .vins-domaine-button span,

#BFW-vins-domaine .vins-domaine-button i {
    position: relative;
    z-index: 3;

    display: block !important;

    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;

    opacity: 1 !important;
    visibility: visible !important;
}

#BFW-vins-domaine .vins-domaine-button i {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-style: normal;
    line-height: 1;
}


/* Survol */

#BFW-vins-domaine .vins-domaine-action a.vins-domaine-button:hover {
    color: #29301f !important;
    -webkit-text-fill-color: #29301f !important;

    background: #fbf8f2 !important;
    background-color: #fbf8f2 !important;

    border-color: #c99a43 !important;

    transform: translateY(-2px);

    box-shadow:
        inset 0 0 0 999px #fbf8f2,
        0 13px 26px rgba(41, 48, 31, 0.24) !important;
}

#BFW-vins-domaine .vins-domaine-button:hover span,

#BFW-vins-domaine .vins-domaine-button:hover i {
    color: #29301f !important;
    -webkit-text-fill-color: #29301f !important;
}


/* Focus clavier */

#BFW-vins-domaine .vins-domaine-action a.vins-domaine-button:focus-visible {
    outline: 2px solid #c99a43 !important;
    outline-offset: 4px !important;
}


/* =========================================================
   SIGNATURE
   ========================================================= */

#BFW-vins-domaine .vins-domaine-signature {
    position: relative;
    z-index: 5;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;

    width: 100%;

    margin-top: 32px;
}

#BFW-vins-domaine .vins-domaine-signature-line {
    display: block;
    flex: 1 1 auto;

    width: 100%;
    max-width: 370px;
    height: 1px;

    background-color: rgba(201, 154, 67, 0.68);
}

#BFW-vins-domaine .vins-domaine-signature img {
    display: block;

    width: 175px;
    max-width: 175px;
    height: auto;

    object-fit: contain;
    object-position: center;
}


/* =========================================================
   ÉCRANS ENTRE 1101 ET 1300 PX
   ========================================================= */

@media screen and (max-width: 1300px) {

    #BFW-vins-domaine .vins-domaine-container {
        width: calc(100% - 52px);
    }

    #BFW-vins-domaine .vins-domaine-layout {
        grid-template-columns:
            minmax(350px, 0.95fr) minmax(0, 1.05fr);

        gap: 31px;
    }

    #BFW-vins-domaine .vins-domaine-title {
        font-size: clamp(41px, 4vw, 53px);
    }

    #BFW-vins-domaine .vins-domaine-introduction {
        grid-template-columns:
            minmax(0, 1fr) 165px;

        gap: 18px;
    }

    #BFW-vins-domaine .vins-domaine-appellations {
        width: 164px;
        height: 164px;

        padding: 20px;
    }

    #BFW-vins-domaine .vins-domaine-appellation strong {
        width: 110px;
        font-size: 13px;
    }

    #BFW-vins-domaine .vins-domaine-feature {
        padding-right: 9px;
        padding-left: 9px;
    }

    #BFW-vins-domaine .vins-domaine-feature h2 {
        font-size: 12px;
    }

    #BFW-vins-domaine .vins-domaine-feature p {
        font-size: 11px;
    }


    /* Branches rapprochées sur écran intermédiaire */

    #BFW-vins-domaine .vins-domaine-branch-left {
        left: 7px;
        width: 135px;

        transform: none;
    }

    #BFW-vins-domaine .vins-domaine-branch-right {
        right: 7px;
        width: 170px;

        transform: none;
    }
}


/* =========================================================
   TABLETTE ET PETITS ÉCRANS
   ========================================================= */

@media screen and (max-width: 1100px) {

    #BFW-vins-domaine .vins-domaine-layout {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    #BFW-vins-domaine .vins-domaine-gallery,
    #BFW-vins-domaine .vins-domaine-content {
        width: 100%;
        max-width: 850px;

        margin: 0 auto;
    }

    #BFW-vins-domaine .vins-domaine-title {
        max-width: 750px;

        font-size: clamp(45px, 6vw, 61px);
    }

    #BFW-vins-domaine .vins-domaine-description p {
        font-size: 14px;
        line-height: 1.56;
    }

    #BFW-vins-domaine .vins-domaine-appellations {
        width: 185px;
        height: 185px;
    }

    #BFW-vins-domaine .vins-domaine-feature {
        min-height: 184px;
    }

    #BFW-vins-domaine .vins-domaine-feature h2 {
        font-size: 13px;
    }

    #BFW-vins-domaine .vins-domaine-feature p {
        font-size: 12px;
    }

    #BFW-vins-domaine .vins-domaine-branch-left {
        top: 3px;
        left: calc(50% - 445px);

        width: 120px;
    }

    #BFW-vins-domaine .vins-domaine-branch-right {
        right: calc(50% - 445px);
        bottom: 0;

        width: 155px;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media screen and (max-width: 767px) {

    #BFW-vins-domaine {
        padding: 34px 0 30px;
    }

    #BFW-vins-domaine .vins-domaine-container {
        width: calc(100% - 30px);
    }

    #BFW-vins-domaine .vins-domaine-main-image {
        aspect-ratio: 4 / 3;
    }

    #BFW-vins-domaine .vins-domaine-secondary-images {
        grid-template-columns: 1fr;
        gap: 10px;

        margin-top: 10px;
    }

    #BFW-vins-domaine .vins-domaine-secondary-image,
    #BFW-vins-domaine .vins-domaine-secondary-image-small {
        aspect-ratio: 4 / 3;
    }

    #BFW-vins-domaine .vins-domaine-title {
        max-width: 610px;

        font-size: 43px;
    }

    #BFW-vins-domaine .vins-domaine-introduction {
        grid-template-columns: 1fr;
        gap: 27px;
    }

    #BFW-vins-domaine .vins-domaine-description p {
        text-align: center;
    }

    #BFW-vins-domaine .vins-domaine-appellations {
        justify-self: center;
    }

    #BFW-vins-domaine .vins-domaine-features {
        grid-template-columns: 1fr;
    }

    #BFW-vins-domaine .vins-domaine-feature:not(:last-child) {
        border-right: 0;
        border-bottom: 1px solid rgba(201, 154, 67, 0.58);
    }

    #BFW-vins-domaine .vins-domaine-feature {
        min-height: 0;

        padding: 24px 20px;
    }

    #BFW-vins-domaine .vins-domaine-feature p {
        max-width: 330px;
    }

    #BFW-vins-domaine .vins-domaine-signature {
        gap: 15px;
    }

    #BFW-vins-domaine .vins-domaine-signature img {
        width: 135px;
        max-width: 135px;
    }


    /* Branches sur mobile */

    #BFW-vins-domaine .vins-domaine-branch-left {
        top: -5px;
        left: -18px;

        width: 95px;

        opacity: 0.72;
    }

    #BFW-vins-domaine .vins-domaine-branch-right {
        right: -18px;
        bottom: -5px;

        width: 118px;

        opacity: 0.72;
    }
}


/* =========================================================
   PETIT MOBILE
   ========================================================= */

@media screen and (max-width: 480px) {

    #BFW-vins-domaine .vins-domaine-container {
        width: calc(100% - 24px);
    }

    #BFW-vins-domaine .vins-domaine-overline {
        font-size: 11px;
        letter-spacing: 3.5px;
    }

    #BFW-vins-domaine .vins-domaine-overline-separator span {
        width: 47px;
    }

    #BFW-vins-domaine .vins-domaine-title {
        font-size: 36px;
        line-height: 1.03;
    }

    #BFW-vins-domaine .vins-domaine-title-separator span {
        width: 45px;
    }

    #BFW-vins-domaine .vins-domaine-title-separator img {
        width: 57px;
    }

    #BFW-vins-domaine .vins-domaine-description p {
        font-size: 14px;
        line-height: 1.55;
    }

    #BFW-vins-domaine .vins-domaine-action a.vins-domaine-button {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 315px !important;

        gap: 15px;

        padding-right: 17px !important;
        padding-left: 17px !important;

        font-size: 12px !important;
    }

    #BFW-vins-domaine .vins-domaine-signature-line {
        display: none;
    }

    #BFW-vins-domaine .vins-domaine-signature img {
        width: 150px;
        max-width: 150px;
    }
}


/* =========================================================
   RÉDUCTION DES ANIMATIONS
   ========================================================= */


/* =========================================================
   PAGE HÉBERGEMENTS — DOMAINE DE CARNAVAN
   Bloc entièrement isolé
   ========================================================= */

#BFW-hebergements-domaine {
    position: relative;
    z-index: 1;
    isolation: isolate;

    width: 100vw;
    max-width: 100vw;

    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);

    padding: 0;

    overflow: hidden;

    color: #45483f;
    background-color: #fbf8f2;
    margin-top: -25px;
}

#BFW-hebergements-domaine,
#BFW-hebergements-domaine * {
    box-sizing: border-box;
}


/* =========================================================
   PROTECTION CONTRE LES STYLES DU THÈME
   ========================================================= */

#BFW-hebergements-domaine h1,
#BFW-hebergements-domaine h2,
#BFW-hebergements-domaine p,
#BFW-hebergements-domaine span,
#BFW-hebergements-domaine i {
    opacity: 1 !important;
    visibility: visible !important;

    filter: none !important;
    text-shadow: none !important;
    mix-blend-mode: normal;
}


/* =========================================================
   IMAGE PRINCIPALE
   ========================================================= */

#BFW-hebergements-domaine .hebergements-domaine-hero {
    position: relative;

    width: 100%;
    height: clamp(360px, 35vw, 590px);

    margin: 0;
    padding: 0;

    overflow: hidden;

    background-color: #29301f;
}

#BFW-hebergements-domaine .hebergements-domaine-hero::after {
    content: "";

    position: absolute;
    inset: 0;

    background:
        linear-gradient(180deg,
            rgba(41, 48, 31, 0.04) 0%,
            rgba(41, 48, 31, 0) 62%,
            rgba(41, 48, 31, 0.13) 100%);

    pointer-events: none;
}

#BFW-hebergements-domaine .hebergements-domaine-hero img {
    display: block;

    width: 100%;
    height: 100%;

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

    transition: transform 1s ease;
}

#BFW-hebergements-domaine .hebergements-domaine-hero:hover img {
    transform: scale(1.02);
}


/* =========================================================
   ZONE DE CONTENU
   ========================================================= */

#BFW-hebergements-domaine .hebergements-domaine-content {
    position: relative;

    width: 100%;

    padding: 38px 0 48px;

    background-color: #fbf8f2;
    background-image:
        radial-gradient(circle at 15% 10%,
            rgba(255, 255, 255, 0.62) 0,
            rgba(255, 255, 255, 0) 31%),
        radial-gradient(circle at 88% 90%,
            rgba(218, 198, 159, 0.10) 0,
            rgba(218, 198, 159, 0) 31%);
}


/* =========================================================
   CONTENEUR
   ========================================================= */

#BFW-hebergements-domaine .hebergements-domaine-container {
    position: relative;
    z-index: 2;

    width: calc(100% - 80px);
    max-width: 1360px;

    margin: 0 auto;
    padding: 0;
}


/* =========================================================
   EN-TÊTE
   ========================================================= */

#BFW-hebergements-domaine .hebergements-domaine-header {
    width: 100%;
    max-width: 970px;

    margin: 0 auto 33px;

    text-align: center;
}


/* Surtitre */

#BFW-hebergements-domaine .hebergements-domaine-overline {
    display: block;

    margin: 0;

    color: #29301f !important;
    -webkit-text-fill-color: #29301f !important;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 4px;

    text-align: center;
    text-transform: uppercase;
}


/* Séparateur sous le surtitre */

#BFW-hebergements-domaine .hebergements-domaine-overline-separator {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;

    width: 100%;

    margin: 10px 0 17px;
}

#BFW-hebergements-domaine .hebergements-domaine-overline-separator span {
    display: block;

    width: 66px;
    height: 1px;

    background-color: #c99a43;
}

#BFW-hebergements-domaine .hebergements-domaine-overline-separator i {
    display: block;

    width: 6px;
    height: 6px;

    background-color: #c99a43;
    border-radius: 50%;
}


/* Titre principal */

#BFW-hebergements-domaine .hebergements-domaine-title {
    width: 100%;

    margin: 0 auto 14px !important;
    padding: 0 !important;

    color: #29301f !important;
    -webkit-text-fill-color: #29301f !important;

    background: transparent !important;

    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(40px, 3.5vw, 58px);
    font-weight: 500;
    line-height: 1.03;
    letter-spacing: -0.02em;

    text-align: center;
    text-transform: none !important;
}


/* Séparateur décoratif sous le titre */

#BFW-hebergements-domaine .hebergements-domaine-title-separator {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;

    width: 100%;
}

#BFW-hebergements-domaine .hebergements-domaine-title-separator span {
    display: block;

    width: 62px;
    height: 1px;

    background-color: #c99a43;
}

#BFW-hebergements-domaine .hebergements-domaine-title-separator img {
    display: block;

    width: 115px;
    height: 29px;

    object-fit: contain;
    object-position: center;

    mix-blend-mode: multiply;
}


/* =========================================================
   TROIS POINTS FORTS
   ========================================================= */

#BFW-hebergements-domaine .hebergements-domaine-features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));

    width: 100%;

    margin: 0 auto;
}


/* Chaque colonne */

#BFW-hebergements-domaine .hebergements-domaine-feature {
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: center;

    min-width: 0;
    min-height: 235px;

    margin: 0;
    padding: 8px 48px 10px;

    text-align: center;
}

#BFW-hebergements-domaine .hebergements-domaine-feature:not(:last-child) {
    border-right: 1px solid rgba(201, 154, 67, 0.47);
}


/* =========================================================
   ICÔNES
   ========================================================= */

#BFW-hebergements-domaine .hebergements-domaine-feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 160px;
    height: 80px;

    margin: 0 auto 12px;

    overflow: visible;
}

#BFW-hebergements-domaine .hebergements-domaine-feature-icon img {
    display: block;

    width: 100%;
    height: 100%;
    max-width: none;

    object-fit: contain;
    object-position: center;

    transform: scale(1.2);

    transition: transform 0.35s ease;
}

#BFW-hebergements-domaine .hebergements-domaine-feature:hover .hebergements-domaine-feature-icon img {
    transform: scale(1.28);
}


/* =========================================================
   TITRES DES COLONNES
   ========================================================= */

#BFW-hebergements-domaine .hebergements-domaine-feature h2 {
    display: flex;
    align-items: center;
    justify-content: center;

    min-height: 31px;

    margin: 0 0 10px !important;
    padding: 0 !important;

    color: #29301f !important;
    -webkit-text-fill-color: #29301f !important;

    background: transparent !important;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0.3px;

    text-align: center;
    text-transform: uppercase;
}


/* =========================================================
   TEXTES DES COLONNES
   ========================================================= */

#BFW-hebergements-domaine .hebergements-domaine-feature p {
    width: 100%;
    max-width: 315px;

    margin: 0 auto;

    color: #45483f !important;
    -webkit-text-fill-color: #45483f !important;

    font-size: 13px;
    font-weight: 400;
    line-height: 1.65;

    text-align: center;
}


/* =========================================================
   ÉCRANS INTERMÉDIAIRES
   ========================================================= */

@media screen and (max-width: 1199px) {

    #BFW-hebergements-domaine .hebergements-domaine-container {
        width: calc(100% - 50px);
    }

    #BFW-hebergements-domaine .hebergements-domaine-feature {
        padding-right: 28px;
        padding-left: 28px;
    }

    #BFW-hebergements-domaine .hebergements-domaine-feature p {
        font-size: 12px;
        line-height: 1.6;
    }
}


/* =========================================================
   TABLETTE
   ========================================================= */

@media screen and (max-width: 991px) {

    #BFW-hebergements-domaine .hebergements-domaine-hero {
        height: clamp(350px, 55vw, 520px);
    }

    #BFW-hebergements-domaine .hebergements-domaine-content {
        padding: 36px 0 42px;
    }

    #BFW-hebergements-domaine .hebergements-domaine-title {
        font-size: clamp(39px, 5vw, 50px);
    }

    #BFW-hebergements-domaine .hebergements-domaine-feature {
        min-height: 250px;

        padding-right: 20px;
        padding-left: 20px;
    }

    #BFW-hebergements-domaine .hebergements-domaine-feature h2 {
        font-size: 14px;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media screen and (max-width: 767px) {

    #BFW-hebergements-domaine .hebergements-domaine-hero {
        height: auto;
        aspect-ratio: 4 / 3;
    }

    #BFW-hebergements-domaine .hebergements-domaine-hero img {
        object-position: 62% center;
    }

    #BFW-hebergements-domaine .hebergements-domaine-container {
        width: calc(100% - 30px);
    }

    #BFW-hebergements-domaine .hebergements-domaine-header {
        margin-bottom: 26px;
    }

    #BFW-hebergements-domaine .hebergements-domaine-title {
        font-size: 41px;
    }

    #BFW-hebergements-domaine .hebergements-domaine-features {
        grid-template-columns: 1fr;

        max-width: 580px;
    }

    #BFW-hebergements-domaine .hebergements-domaine-feature {
        min-height: 0;

        padding: 25px 20px 29px;
    }

    #BFW-hebergements-domaine .hebergements-domaine-feature:not(:last-child) {
        border-right: 0;
        border-bottom: 1px solid rgba(201, 154, 67, 0.47);
    }

    #BFW-hebergements-domaine .hebergements-domaine-feature p {
        max-width: 430px;

        font-size: 13px;
        line-height: 1.65;
    }
}


/* =========================================================
   PETIT MOBILE
   ========================================================= */

@media screen and (max-width: 480px) {

    #BFW-hebergements-domaine .hebergements-domaine-content {
        padding: 31px 0 35px;
    }

    #BFW-hebergements-domaine .hebergements-domaine-container {
        width: calc(100% - 24px);
    }

    #BFW-hebergements-domaine .hebergements-domaine-overline {
        font-size: 11px;
        letter-spacing: 3px;
    }

    #BFW-hebergements-domaine .hebergements-domaine-overline-separator span {
        width: 44px;
    }

    #BFW-hebergements-domaine .hebergements-domaine-title {
        font-size: 34px;
        line-height: 1.04;
    }

    #BFW-hebergements-domaine .hebergements-domaine-title-separator span {
        width: 42px;
    }

    #BFW-hebergements-domaine .hebergements-domaine-title-separator img {
        width: 49px;
    }

    #BFW-hebergements-domaine .hebergements-domaine-feature-icon {
        width: 82px;
        height: 72px;
    }

    #BFW-hebergements-domaine .hebergements-domaine-feature h2 {
        font-size: 13px;
    }

    #BFW-hebergements-domaine .hebergements-domaine-feature p {
        font-size: 13px;
        line-height: 1.6;
    }
}


/* =========================================================
   RÉDUCTION DES ANIMATIONS
   ========================================================= */


/* =========================================================
   HARMONISATION TYPOGRAPHIQUE COMMUNE
   ========================================================= */

/* Grands titres éditoriaux */
.bloc-metier .bloc-metier-title,
#BFW-services-domaine .services-domaine-title,
#BFW-evenements-professionnels .evenements-pro-title,
#BFW-vins-domaine .vins-domaine-title,
#BFW-hebergements-domaine .hebergements-domaine-title {
    color: #29301f !important;
    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-weight: 500 !important;
}


/* Textes courants : conservation de la police principale du site */
#BFW-services-domaine p,
#BFW-evenements-professionnels p,
#BFW-vins-domaine .vins-domaine-description p,
#BFW-hebergements-domaine .hebergements-domaine-feature p {
    font-family: inherit;
}

/* =========================================================
   ACCESSIBILITÉ — RÉDUCTION DES ANIMATIONS
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    #BFW-services-domaine .wow,
    #BFW-evenements-professionnels .wow,
    #BFW-vins-domaine .wow,
    #BFW-hebergements-domaine .wow {
        visibility: visible !important;
        animation: none !important;
    }

    #BFW-services-domaine .services-domaine-card,
    #BFW-services-domaine .services-domaine-icon,
    #BFW-services-domaine .services-domaine-card-separateur,
    #BFW-services-domaine .services-domaine-button,
    #BFW-evenements-professionnels .evenements-pro-visual img,
    #BFW-evenements-professionnels .evenements-pro-format-card,
    #BFW-evenements-professionnels .evenements-pro-format-icon img,
    #BFW-evenements-professionnels .evenements-pro-space-card,
    #BFW-evenements-professionnels .evenements-pro-space-image img,
    #BFW-evenements-professionnels .evenements-pro-button,
    #BFW-vins-domaine .vins-domaine-main-image img,
    #BFW-vins-domaine .vins-domaine-secondary-image img,
    #BFW-vins-domaine .vins-domaine-feature-icon img,
    #BFW-vins-domaine .vins-domaine-button,
    #BFW-hebergements-domaine .hebergements-domaine-hero img,
    #BFW-hebergements-domaine .hebergements-domaine-feature-icon img {
        transition: none !important;
        transform: none !important;
    }
}

/* =========================================================
   DOMAINE DE CARNAVAN
   BLOC "VIVEZ L'EXPÉRIENCE CARNAVAN"
   VERSION PLEINE LARGEUR
========================================================= */


/* =========================================================
   SECTION GÉNÉRALE
   Sort proprement du container du CMS
========================================================= */

.dc-experience {
    position: relative;

    width: 100vw;
    max-width: 100vw;

    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);

    padding: 35px 0 55px;

    overflow: hidden;

    background: #f8f2e9;

    box-sizing: border-box;
}


/* =========================================================
   CONTENEUR
   Pas de max-width ici :
   la photo peut aller jusqu'au bord de l'écran
========================================================= */

.dc-experience__inner {
    position: relative;

    width: 100%;
    max-width: none;

    margin: 0;
    padding: 0;
}


/* =========================================================
   PARTIE HAUTE
========================================================= */

.dc-experience__top {
    position: relative;

    display: grid;
    grid-template-columns: 42% 58%;

    width: 100%;
    min-height: 560px;

    margin: 0;

    overflow: hidden;

    background: #f8f2e9;
}


/* =========================================================
   TEXTE GAUCHE
========================================================= */

.dc-experience__content {
    position: relative;
    z-index: 4;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;

    width: 100%;
    min-width: 0;

    /*
       Aligne le contenu avec un site d'environ 1400px,
       tout en permettant au bloc d'être pleine largeur.
    */
    padding-top: 60px;
    padding-right: 70px;
    padding-bottom: 90px;
    padding-left: max(
        60px,
        calc((100vw - 1400px) / 2 + 60px)
    );

    background: #f8f2e9;

    box-sizing: border-box;
}


/* =========================================================
   SURTITRE
========================================================= */

.dc-experience__eyebrow {
    display: block;

    margin: 0 0 25px;

    color: #c99a43;

    font-size: 13px;
    font-weight: 600;
    line-height: 1;

    letter-spacing: 0.26em;
    text-transform: uppercase;
}


/* =========================================================
   TITRE
========================================================= */

.dc-experience__title {
    width: 100%;
    max-width: 520px;

    margin: 0 0 30px !important;
    padding: 0 !important;

    color: #29301f !important;

    background: transparent !important;
    background-image: none !important;

    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(44px, 3vw, 61px);
    font-weight: 600;
    line-height: 0.98;

    letter-spacing: -0.025em;
    text-align: center;
    text-transform: none !important;
}


/* Neutralisation des décorations héritées */

.dc-experience__title::before,
.dc-experience__title::after {
    display: none !important;
    content: none !important;
}


/* =========================================================
   SOUS-TITRE
========================================================= */

.dc-experience__subtitle {
    margin: 0;

    color: #29301f;

    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 33px;
    font-weight: 500;
    line-height: 1.06;
}


/* =========================================================
   SÉPARATEUR FEUILLE
========================================================= */

.dc-experience__separator {
    display: block;

    width: 135px;
    max-width: 135px;
    height: 34px;

    margin: 25px 0 27px;

    padding: 0;

    object-fit: contain;
    object-position: left center;
}


/* =========================================================
   TEXTE
========================================================= */

.dc-experience__text {
    width: 100%;
    max-width: 445px;

    margin: 0 0 31px;

    color: #615f57;

    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;

    text-align: left;
}


/* =========================================================
   BOUTON
========================================================= */

.dc-experience__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: auto;
    min-width: 215px;
    min-height: 52px;

    padding: 13px 25px;

    color: #ffffff !important;
    background-color: #29301f;

    border: 1px solid #29301f;
    border-radius: 4px;

    font-size: 14px;
    font-weight: 600;
    line-height: 1;

    letter-spacing: 0.015em;

    text-decoration: none !important;
    text-transform: uppercase;

    transition:
        color 0.3s ease,
        background-color 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
}


.dc-experience__btn:hover {
    color: #29301f !important;

    background-color: transparent;

    border-color: #c99a43;

    transform: translateY(-2px);
}


/* =========================================================
   PHOTO DROITE
========================================================= */

.dc-experience__media {
    position: relative;

    width: 100%;
    height: 100%;
    min-height: 560px;

    margin: 0;
    padding: 0;

    overflow: hidden;

    background: #e8dfd2;
}


/* Photo = 100% de toute la colonne */

.dc-experience__media > img {
    position: absolute;

    inset: 0;

    display: block;

    width: 100% !important;
    max-width: none !important;

    height: 100% !important;
    min-height: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

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

    border: 0 !important;
    border-radius: 0 !important;
}


/* =========================================================
   FONDU TEXTE ? PHOTO
========================================================= */

.dc-experience__media::before {
    content: "";

    position: absolute;
    z-index: 2;

    top: 0;
    bottom: 0;
    left: 0;

    width: 170px;

    background:
        linear-gradient(
            90deg,
            #f8f2e9 0%,
            rgba(248, 242, 233, 0.94) 12%,
            rgba(248, 242, 233, 0.72) 35%,
            rgba(248, 242, 233, 0.38) 62%,
            rgba(248, 242, 233, 0) 100%
        );

    pointer-events: none;
}


/* =========================================================
   CARTES DES 4 AVANTAGES
========================================================= */

.dc-experience__cards {
    position: relative;
    z-index: 10;

    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));

    width: calc(100% - 120px);
    max-width: 1400px;

    margin: -30px auto 0;

    overflow: hidden;

    background: rgba(255, 253, 249, 0.98);

    border: 1px solid rgba(201, 154, 67, 0.22);
    border-radius: 20px;

    box-shadow:
        0 18px 45px rgba(71, 59, 35, 0.09),
        0 3px 9px rgba(71, 59, 35, 0.04);
}


/* =========================================================
   CARTE
========================================================= */

.dc-experience__card {
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;

    min-width: 0;
    min-height: 215px;

    margin: 0;
    padding: 35px 28px 30px;

    background: transparent;

    text-align: center;

    transition:
        background-color 0.3s ease,
        transform 0.3s ease;

    box-sizing: border-box;
}


.dc-experience__card:not(:last-child) {
    border-right: 1px solid rgba(201, 154, 67, 0.22);
}


.dc-experience__card:hover {
    background: #ffffff;
}


/* =========================================================
   PICTOS
========================================================= */

.dc-experience__icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 76px;
    height: 70px;

    margin: 0 auto 13px;

    transition: transform 0.3s ease;
}


.dc-experience__icon img {
    display: block !important;

    width: 64px !important;
    max-width: 64px !important;

    height: 64px !important;
    max-height: 64px !important;

    margin: 0 !important;
    padding: 0 !important;

    object-fit: contain !important;
}


.dc-experience__card:hover .dc-experience__icon {
    transform: translateY(-3px);
}


/* =========================================================
   TITRES CARTES
========================================================= */

.dc-experience__card h3 {
    margin: 0 0 11px !important;
    padding: 0 !important;

    color: #29301f !important;

    background: transparent !important;
    background-image: none !important;

    font-size: 18px;
    font-weight: 500;
    line-height: 1.05;

    text-align: center;
    text-transform: none !important;
}


.dc-experience__card h3::before,
.dc-experience__card h3::after {
    display: none !important;
    content: none !important;
}


/* =========================================================
   TEXTE CARTES
========================================================= */

.dc-experience__card p {
    width: 100%;
    max-width: 245px;

    margin: 0 auto;

    color: #615f57;

    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;

    text-align: center;
}


/* =========================================================
   GRANDS ÉCRANS
========================================================= */

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

    .dc-experience__top {
        grid-template-columns: 40% 60%;
        min-height: 590px;
    }

    .dc-experience__media {
        min-height: 590px;
    }

    .dc-experience__content {
        padding-left: max(
            70px,
            calc((100vw - 1450px) / 2 + 70px)
        );

        padding-right: 80px;
    }

    .dc-experience__media::before {
        width: 200px;
    }

    .dc-experience__cards {
        max-width: 1450px;
    }
}


/* =========================================================
   TABLETTE LARGE
========================================================= */

@media screen and (max-width: 1199px) {

    .dc-experience {
        padding-top: 30px;
        padding-bottom: 45px;
    }

    .dc-experience__top {
        grid-template-columns: 46% 54%;
        min-height: 500px;
    }

    .dc-experience__content {
        padding:
            50px
            35px
            70px
            35px;
    }

    .dc-experience__title {
        max-width: 100%;

        font-size: 45px;
    }

    .dc-experience__subtitle {
        font-size: 29px;
    }

    .dc-experience__media {
        min-height: 500px;
    }

    .dc-experience__media::before {
        width: 120px;
    }

    .dc-experience__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));

        width: calc(100% - 50px);

        margin-top: 25px;
    }

    .dc-experience__card {
        min-height: 205px;
    }

    .dc-experience__card:nth-child(1),
    .dc-experience__card:nth-child(2) {
        border-bottom: 1px solid rgba(201, 154, 67, 0.22);
    }

    .dc-experience__card:nth-child(2) {
        border-right: 0;
    }

    .dc-experience__icon {
        width: 70px;
        height: 64px;
    }

    .dc-experience__icon img {
        width: 58px !important;
        max-width: 58px !important;

        height: 58px !important;
        max-height: 58px !important;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media screen and (max-width: 767px) {

    .dc-experience {
        width: 100vw;
        max-width: 100vw;

        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);

        padding: 0 0 35px;
    }


    /* Partie haute */

    .dc-experience__top {
        display: flex;
        flex-direction: column;

        width: 100%;
        min-height: 0;
    }


    /* Photo */

    .dc-experience__media {
        order: 1;

        width: 100%;
        height: 340px;
        min-height: 340px;
    }

    .dc-experience__media > img {
        width: 100% !important;
        height: 100% !important;

        object-fit: cover !important;
        object-position: center center !important;
    }

    .dc-experience__media::before {
        display: none;
    }


    /* Texte */

    .dc-experience__content {
        order: 2;

        align-items: center;

        padding:
            42px
            24px
            45px;

        text-align: center;
    }

    .dc-experience__eyebrow {
        margin-bottom: 20px;

        font-size: 11px;
    }

    .dc-experience__title {
        max-width: 500px;

        margin-bottom: 24px !important;

        font-size: 42px;
        line-height: 1;

        text-align: center;
    }

    .dc-experience__subtitle {
        font-size: 27px;
        line-height: 1.08;

        text-align: center;
    }

    .dc-experience__separator {
        width: 130px;
        max-width: 130px;

        margin:
            22px
            auto
            23px;

        object-position: center;
    }

    .dc-experience__text {
        max-width: 500px;

        margin-bottom: 27px;

        font-size: 15px;
        line-height: 1.7;

        text-align: center;
    }

    .dc-experience__btn {
        margin: 0 auto;
    }


    /* Cartes */

    .dc-experience__cards {
        grid-template-columns: 1fr;

        width: calc(100% - 28px);

        margin: 20px auto 0;

        border-radius: 16px;
    }

    .dc-experience__card {
        min-height: 0;

        padding:
            28px
            20px
            26px;

        border-right: 0 !important;
        border-bottom: 1px solid rgba(201, 154, 67, 0.22);
    }

    .dc-experience__card:last-child {
        border-bottom: 0;
    }

    .dc-experience__icon {
        width: 68px;
        height: 62px;

        margin-bottom: 10px;
    }

    .dc-experience__icon img {
        width: 56px !important;
        max-width: 56px !important;

        height: 56px !important;
        max-height: 56px !important;
    }

    .dc-experience__card h3 {
        font-size: 29px;
    }

    .dc-experience__card p {
        max-width: 310px;
    }
}


/* =========================================================
   PETIT MOBILE
========================================================= */

@media screen and (max-width: 480px) {

    .dc-experience__media {
        height: 285px;
        min-height: 285px;
    }

    .dc-experience__content {
        padding:
            37px
            20px
            40px;
    }

    .dc-experience__title {
        font-size: 37px;
        line-height: 1;
    }

    .dc-experience__subtitle {
        font-size: 25px;
    }

    .dc-experience__separator {
        width: 120px;
    }

    .dc-experience__icon img {
        width: 52px !important;
        max-width: 52px !important;

        height: 52px !important;
        max-height: 52px !important;
    }

    .dc-experience__card h3 {
        font-size: 27px;
    }
}

/* =========================================================
   DOMAINE DE CARNAVAN
   HISTOIRE / PROVENCE / VIGNES
   FULL WIDTH RÉEL
========================================================= */


/* =========================================================
   1. LIBÉRATION DU CONTENEUR CMS
   Important : uniquement les parents contenant carnvan-story
========================================================= */

.container:has(.carnavan-story),
.container-fluid:has(.carnavan-story),
.content-md:has(.carnavan-story),
.row:has(.carnavan-story),
[class*="col-"]:has(.carnavan-story) {
    width: 100% !important;
    max-width: none !important;

    margin-left: 0 !important;
    margin-right: 0 !important;

    padding-left: 0 !important;
    padding-right: 0 !important;

    overflow: visible !important;
}


/* =========================================================
   2. SECTION FULL BLEED
   100% DE LA LARGEUR DE LA FENÊTRE
========================================================= */

.carnavan-story {
    position: relative !important;

    left: 50% !important;

    width: 100vw !important;
    min-width: 100vw !important;
    max-width: 100vw !important;

    margin: 0 !important;

    padding:
        24px
        14px
        45px !important;

    transform: translateX(-50%) !important;

    overflow: hidden !important;

    background: #f7f0e9;

    box-sizing: border-box !important;
}


/* =========================================================
   3. WRAPPER
   AUCUNE LIMITE DE LARGEUR
========================================================= */

.carnavan-story__wrapper {
    display: block;

    width: 100% !important;
    min-width: 0;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;

    box-sizing: border-box;
}


/* =========================================================
   LIGNE 1
   01 / PHOTO / 02
========================================================= */

.carnavan-story__top {
    display: grid !important;

    grid-template-columns:
        30%
        34%
        36%;

    width: 100% !important;
    max-width: none !important;

    height: 430px;

    margin: 0 !important;
    padding: 0 !important;

    overflow: hidden;

    background: #fffdf9;

    border:
        1px solid
        rgba(177, 145, 78, 0.15);

    border-radius: 9px;

    box-shadow:
        0 8px 25px rgba(60, 52, 35, 0.06),
        0 2px 5px rgba(60, 52, 35, 0.03);

    box-sizing: border-box;
}


/* =========================================================
   LIGNE 2
   03 / GRANDE PHOTO
========================================================= */

.carnavan-story__bottom {
    display: grid !important;

    grid-template-columns:
        30%
        70%;

    width: 100% !important;
    max-width: none !important;

    height: 300px;

    margin: 20px 0 0 !important;
    padding: 0 !important;

    overflow: hidden;

    background: #fffdf9;

    border:
        1px solid
        rgba(177, 145, 78, 0.15);

    border-radius: 9px;

    box-shadow:
        0 8px 25px rgba(60, 52, 35, 0.06),
        0 2px 5px rgba(60, 52, 35, 0.03);

    box-sizing: border-box;
}


/* =========================================================
   BLOCS TEXTE
========================================================= */

.carnavan-story__text {
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: flex-start;

    width: 100% !important;
    height: 100%;

    min-width: 0;

    margin: 0 !important;

    padding:
        40px
        42px
        32px !important;

    background: #fffdf9;

    box-sizing: border-box;
}


.carnvan-story__text--light,
.carnavan-story__text--light {
    background: #fffdf9;
}


/* =========================================================
   NUMÉROS
========================================================= */

.carnavan-story__number {
    display: block !important;

    margin:
        0
        0
        15px !important;

    padding: 0 !important;

    color: #c99a43 !important;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: 39px !important;
    font-weight: 400 !important;
    line-height: 1 !important;

    opacity: 1 !important;
    visibility: visible !important;
}


/* =========================================================
   TITRES
========================================================= */

.carnavan-story__title {
    display: block !important;

    width: 100% !important;

    margin:
        0
        0
        20px !important;

    padding: 0 !important;

    color: #29301f !important;

    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif !important;

    font-size:
        clamp(30px, 2.1vw, 45px) !important;

    font-weight: 500 !important;

    line-height: 1 !important;

    letter-spacing:
        -0.025em !important;

    text-align: left !important;

    text-transform: none !important;

    box-shadow: none !important;
}


/* Annule les décorations globales */

.carnavan-story__title::before,
.carnavan-story__title::after {
    display: none !important;

    content: none !important;
}


/* =========================================================
   PARAGRAPHES
========================================================= */

.carnavan-story__description {
    width: 100%;
    max-width: 330px;

    margin:
        0
        0
        22px;

    color: #55534c;

    font-size: 14px;
    font-weight: 400;
    line-height: 1.65;

    text-align: left;
}


/* =========================================================
   LIENS
========================================================= */

.carnavan-story__link {
    display: inline-flex;

    align-items: center;

    gap: 11px;

    width: fit-content;

    margin-top: auto;

    padding:
        0
        0
        6px;

    color: #29301f !important;

    border-bottom:
        1px solid
        rgba(201, 154, 67, 0.72);

    font-size: 11px;
    font-weight: 600;
    line-height: 1;

    letter-spacing: 0.025em;

    text-decoration: none !important;
    text-transform: uppercase;

    transition:
        gap 0.3s ease,
        color 0.3s ease;
}


.carnavan-story__link span {
    font-size: 17px;
    line-height: 1;

    transition:
        transform 0.3s ease;
}


.carnavan-story__link:hover {
    gap: 16px;

    color: #c99a43 !important;
}


.carnavan-story__link:hover span {
    transform: translateX(3px);
}


/* =========================================================
   IMAGES
========================================================= */

.carnavan-story__photo {
    position: relative;

    display: block;

    width: 100% !important;
    height: 100% !important;

    min-width: 0;

    margin: 0 !important;
    padding: 0 !important;

    overflow: hidden;

    background: #e9e1d4;

    box-sizing: border-box;
}


.carnavan-story__photo img {
    position: absolute !important;

    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;

    display: block !important;

    width: 100% !important;
    max-width: none !important;

    height: 100% !important;
    max-height: none !important;

    margin: 0 !important;
    padding: 0 !important;

    object-fit: cover !important;

    border: 0 !important;
    border-radius: 0 !important;

    transition:
        transform 0.55s ease;
}


/* =========================================================
   PHOTO 1
========================================================= */

.carnvan-story__photo--one img,
.carnavan-story__photo--one img {
    object-position:
        center center !important;
}


/* =========================================================
   PHOTO 3
========================================================= */

.carnvan-story__photo--three img,
.carnavan-story__photo--three img {
    object-position:
        center 48% !important;
}


/* =========================================================
   HOVER IMAGE
========================================================= */

.carnavan-story__top:hover
.carnavan-story__photo img,

.carnavan-story__bottom:hover
.carnavan-story__photo img {
    transform:
        scale(1.018);
}


/* =========================================================
   BLOC 02
   AU CŒUR DE LA PROVENCE
========================================================= */

.carnvan-story__provence,
.carnavan-story__provence {
    position: relative;

    display: flex;

    width: 100% !important;
    height: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    overflow: hidden;

    color: #ffffff;

    background-color:
        #29301f !important;

    background-image:
        linear-gradient(
            rgba(41, 48, 31, 0.90),
            rgba(41, 48, 31, 0.93)
        ),
        url("https://www.domainedecarnavan.com/photo/img/pages/organisation-seminaire-entreprise-bouches-du-rhone-fond-provence.png?time=1787065455755") !important;

    background-repeat:
        no-repeat !important;

    background-position:
        right center !important;

    background-size:
        cover !important;

    box-sizing: border-box;
}


/* =========================================================
   CONTENU DU BLOC VERT
========================================================= */

.carnavan-story__provence-content {
    position: relative;

    z-index: 2;

    display: flex;
    flex-direction: column;
    align-items: flex-start;

    width: 100%;
    height: 100%;

    padding:
        40px
        42px
        32px;

    box-sizing: border-box;
}


/* =========================================================
   VOILE DÉCORATIF
========================================================= */

.carnvan-story__provence::after,
.carnavan-story__provence::after {
    content: "";

    position: absolute;

    inset: 0;

    background:
        radial-gradient(
            circle at 90% 70%,
            rgba(201, 154, 67, 0.08),
            transparent 45%
        );

    pointer-events: none;
}


/* =========================================================
   TEXTE BLOC VERT
========================================================= */

.carnvan-story__provence
.carnavan-story__number,

.carnavan-story__provence
.carnavan-story__number {
    color: #c99a43 !important;
}


.carnvan-story__provence
.carnavan-story__title,

.carnavan-story__provence
.carnavan-story__title {
    color: #ffffff !important;
}


.carnvan-story__provence
.carnavan-story__description,

.carnavan-story__provence
.carnavan-story__description {
    color:
        rgba(255, 255, 255, 0.86) !important;
}


.carnvan-story__provence
.carnavan-story__link,

.carnavan-story__provence
.carnavan-story__link {
    color: #ffffff !important;

    border-bottom-color:
        rgba(201, 154, 67, 0.80);
}


.carnvan-story__provence
.carnavan-story__link:hover,

.carnavan-story__provence
.carnavan-story__link:hover {
    color: #d8b566 !important;
}


/* =========================================================
   SÉPARATEURS VERTICAUX
========================================================= */

.carnavan-story__top > *:nth-child(1),
.carnavan-story__top > *:nth-child(2) {
    border-right:
        1px solid
        rgba(201, 154, 67, 0.12);
}


.carnavan-story__bottom > *:first-child {
    border-right:
        1px solid
        rgba(201, 154, 67, 0.12);
}


/* =========================================================
   TRÈS GRAND ÉCRAN
========================================================= */

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

    .carnavan-story {
        padding:
            24px
            18px
            50px !important;
    }


    .carnavan-story__top {
        grid-template-columns:
            30%
            34%
            36%;

        height: 450px;
    }


    .carnavan-story__bottom {
        grid-template-columns:
            30%
            70%;

        height: 315px;
    }


    .carnavan-story__text,
    .carnavan-story__provence-content {
        padding:
            44px
            48px
            34px;
    }
}


/* =========================================================
   TABLETTE
========================================================= */

@media screen and (max-width: 1199px) {

    .carnavan-story {
        padding:
            25px
            18px
            40px !important;
    }


    .carnavan-story__top {
        grid-template-columns:
            40%
            60%;

        height: auto;
    }


    .carnavan-story__top
    > .carnavan-story__text:first-child {
        min-height: 380px;
    }


    .carnvan-story__photo--one,
    .carnavan-story__photo--one {
        min-height: 380px;
    }


    .carnvan-story__provence,
    .carnavan-story__provence {
        grid-column: 1 / -1;

        min-height: 290px;
    }


    .carnavan-story__bottom {
        grid-template-columns:
            40%
            60%;

        height: 310px;
    }


    .carnavan-story__text,
    .carnavan-story__provence-content {
        padding:
            36px
            32px;
    }


    .carnavan-story__top
    > *:nth-child(2) {
        border-right: 0;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media screen and (max-width: 767px) {

    .carnavan-story {
        padding:
            15px
            10px
            30px !important;
    }


    .carnavan-story__top,
    .carnavan-story__bottom {
        display: flex !important;

        flex-direction: column;

        width: 100% !important;
        height: auto;

        border-radius: 8px;
    }


    .carnavan-story__bottom {
        margin-top:
            15px !important;
    }


    .carnavan-story__top
    > .carnavan-story__text:first-child {
        order: 1;

        min-height: 260px;
    }


    .carnvan-story__photo--one,
    .carnavan-story__photo--one {
        order: 2;

        height: 310px !important;
        min-height: 310px;
    }


    .carnvan-story__provence,
    .carnavan-story__provence {
        order: 3;

        min-height: 270px;
    }


    .carnavan-story__bottom
    .carnavan-story__text {
        order: 1;

        min-height: 250px;
    }


    .carnvan-story__photo--three,
    .carnavan-story__photo--three {
        order: 2;

        height: 290px !important;
        min-height: 290px;
    }


    .carnavan-story__text,
    .carnavan-story__provence-content {
        align-items: center;

        padding:
            31px
            23px;

        text-align: center;
    }


    .carnavan-story__title {
        font-size:
            32px !important;

        text-align:
            center !important;
    }


    .carnavan-story__description {
        max-width: 420px;

        text-align: center;
    }


    .carnavan-story__top > *,
    .carnavan-story__bottom > * {
        border-right:
            0 !important;
    }


    .carnavan-story__top
    > *:not(:last-child),

    .carnavan-story__bottom
    > *:not(:last-child) {
        border-bottom:
            1px solid
            rgba(201, 154, 67, 0.12);
    }
}


/* =========================================================
   PETIT MOBILE
========================================================= */

@media screen and (max-width: 480px) {

    .carnavan-story {
        padding:
            10px
            7px
            25px !important;
    }


    .carnavan-story__text,
    .carnavan-story__provence-content {
        padding:
            28px
            20px;
    }


    .carnavan-story__number {
        font-size:
            35px !important;
    }


    .carnavan-story__title {
        font-size:
            29px !important;
    }


    .carnavan-story__description {
        font-size: 14px;

        line-height: 1.6;
    }


    .carnvan-story__photo--one,
    .carnavan-story__photo--one {
        height: 270px !important;
        min-height: 270px;
    }


    .carnvan-story__photo--three,
    .carnavan-story__photo--three {
        height: 250px !important;
        min-height: 250px;
    }
}

/* =========================================================
   HARMONISATION TYPOGRAPHIQUE GLOBALE — VERSION FINALE
   À conserver impérativement tout en bas du fichier CSS
   ========================================================= */

/*
   Principe :
   - tous les H1 ont exactement la même typographie ;
   - tous les H2 ont exactement la même typographie ;
   - tous les H3 ont exactement la même typographie ;
   - tous les paragraphes ont exactement la même typographie ;
   - les couleurs, marges, alignements et décorations des blocs
     restent gérés par leurs règles respectives.
*/


/* =========================================================
   H1
   Valeur imposée
   ========================================================= */

body h1,
.spec_colorText .titre h1,
.text-white .BFW-cmsV02.spec_colorText .titre h1,
.bloc-metier .bloc-metier-title,
#BFW-services-domaine .services-domaine-title,
#BFW-evenements-professionnels .evenements-pro-title,
#BFW-vins-domaine .vins-domaine-title,
#BFW-hebergements-domaine .hebergements-domaine-title {
    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-size: clamp(30px, 1.35vw, 62px) !important;
    font-weight: 500 !important;
    font-style: normal !important;
    line-height: 0.98 !important;
    letter-spacing: -0.025em !important;
}


/* =========================================================
   H2
   Première typographie H2 rencontrée dans le CSS
   ========================================================= */

body h2,
.spec_colorText .titre h2,
.text-white .BFW-cmsV02.spec_colorText .titre h2 {
    font-family: Georgia, "Times New Roman", serif !important;
    /* font-size: 17px !important; */
    font-weight: 400 !important;
    line-height: 1.3 !important;
}


/* =========================================================
   H3
   Première typographie H3 rencontrée dans le CSS
   ========================================================= */

body h3,
.spec_colorText .titre h3,
.text-white .BFW-cmsV02.spec_colorText .titre h3 {
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
}


/* =========================================================
   PARAGRAPHES
   Première taille de paragraphe rencontrée dans le CSS
   + première police explicitement déclarée pour un paragraphe
   ========================================================= */

body p,
.texte p,
.spec_colorText .texte p {
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}


/* =========================================================
   IMPORTANT
   Neutralise les changements de taille définis dans les
   media queries précédentes : le clamp du H1 reste donc
   la seule règle responsive du H1.
   ========================================================= */

#titrePAGE {
  background: #f7f0e9;
}

/* =========================================================
   DOMAINE DE CARNAVAN
   PAGE CONTACT
   DESIGN ÉLÉGANT — SANS MODIFIER LES POLICES NI LEURS TAILLES
========================================================= */


/* =========================================================
   BASE
========================================================= */

#pseudo {
    display: none !important;
}

.content-space-t-2 {
    padding-top: 0 !important;
    background: #f7f0e9;
}

#titrePAGE.container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
}

#titrePAGE > .row {
    margin: 0 !important;
}


/* =========================================================
   CONTENEUR PRINCIPAL
========================================================= */

#titrePAGE .container {
    width: 100% !important;
    max-width: 1400px !important;

    margin-left: auto !important;
    margin-right: auto !important;

    padding-left: 30px !important;
    padding-right: 30px !important;
}


/* =========================================================
   LIGNE PRINCIPALE
========================================================= */

#titrePAGE .row.margin-bottom-30.py-5.px-3.px-lg-0 {
    position: relative;

    display: flex;
    align-items: stretch;

    margin: 0 !important;

    padding-top: 60px !important;
    padding-bottom: 70px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}


/* =========================================================
   COLONNE FORMULAIRE
========================================================= */

#titrePAGE .col-lg-9 {
    position: relative;

    padding-top: 0;
    padding-right: 45px;
    padding-bottom: 0;
    padding-left: 0;
}


/* Grande carte blanche */

#titrePAGE .col-lg-9::before {
    content: "";

    position: absolute;
    z-index: 0;

    inset: 0 45px 0 0;

    background:
        rgba(255, 253, 249, 0.97);

    border:
        1px solid
        rgba(201, 154, 67, 0.18);

    border-radius: 20px;

    box-shadow:
        0 18px 45px rgba(70, 58, 37, 0.10),
        0 3px 9px rgba(70, 58, 37, 0.04);
}


/* Tout le contenu devant la carte */

#titrePAGE .col-lg-9 > * {
    position: relative;
    z-index: 2;
}


/* =========================================================
   TITRE "NOUS CONTACTER"
========================================================= */

#titrePAGE .col-lg-9 > p.mb-0 {
    position: relative;

    display: block;

    width: calc(100% - 45px);

    margin: 0 !important;

    padding:
        58px
        45px
        75px;

    color: #29301f;

    text-align: center;
}


/* Motif végétal AU-DESSUS */

#titrePAGE .col-lg-9 > p.mb-0::before {
    content: "";

    display: block;

    width: 145px;
    height: 32px;

    margin:
        0
        auto
        17px;

    background-image:
        url("/photo/img/accueil/design/salle-de-reception-mariage-bouches-du-rhone-feuille.png");

    background-repeat:
        no-repeat;

    background-position:
        center;

    background-size:
        contain;
}


/* Motif végétal SOUS le titre */

#titrePAGE .col-lg-9 > p.mb-0::after {
    content: "";

    position: absolute;

    left: 50%;
    bottom: 26px;

    width: 170px;
    height: 38px;

    background-image:
        url("/photo/img/accueil/design/salle-de-reception-mariage-bouches-du-rhone-feuille.png");

    background-repeat:
        no-repeat;

    background-position:
        center;

    background-size:
        contain;

    transform:
        translateX(-50%);
}


/* =========================================================
   FORMULAIRE SKY-FORM
========================================================= */

#sky-form3 {
    position: relative;

    width: calc(100% - 45px);

    margin: 0 !important;

    padding:
        0
        48px
        35px !important;

    background:
        transparent !important;

    border:
        0 !important;

    box-shadow:
        none !important;
}


/* =========================================================
   FIELDSET
========================================================= */

#sky-form3 fieldset {
    margin: 0 !important;

    padding: 0 !important;

    background:
        transparent !important;

    border:
        0 !important;
}


/* =========================================================
   GRILLE DES CHAMPS
========================================================= */

#sky-form3 fieldset > .row {
    margin-right: -12px !important;
    margin-left: -12px !important;
}


#sky-form3 fieldset > .row > .col {
    padding-right: 12px !important;
    padding-left: 12px !important;
}


/* =========================================================
   ESPACEMENT DES CHAMPS
========================================================= */

#sky-form3 section {
    margin-bottom: 22px !important;
}


/* =========================================================
   LABELS
   Typographie d'origine conservée
========================================================= */

#sky-form3 .label {
    display: block;

    margin-bottom: 8px !important;

    padding: 0 !important;

    color: #69675f;
}


/* =========================================================
   CONTENEURS INPUT / TEXTAREA
========================================================= */

#sky-form3 .input,
#sky-form3 .textarea {
    position: relative;

    display: block;

    width: 100%;

    margin: 0 !important;

    background:
        transparent !important;
}


/* =========================================================
   INPUTS
========================================================= */

#sky-form3 .input input {
    display: block;

    width: 100% !important;
    height: 52px !important;

    margin: 0 !important;

    padding:
        10px
        55px
        10px
        16px !important;

    color: #4f4c46 !important;

    background:
        rgba(255, 255, 255, 0.88) !important;

    border:
        1px solid
        #dfd5c7 !important;

    border-radius:
        7px !important;

    box-shadow:
        inset 0 1px 1px rgba(64, 55, 39, 0.025);

    outline:
        0 !important;

    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        background-color 0.25s ease;
}


/* =========================================================
   TEXTAREA
========================================================= */

#sky-form3 .textarea textarea {
    display: block;

    width: 100% !important;
    min-height: 145px !important;

    margin: 0 !important;

    padding:
        15px
        55px
        15px
        16px !important;

    color: #4f4c46 !important;

    background:
        rgba(255, 255, 255, 0.88) !important;

    border:
        1px solid
        #dfd5c7 !important;

    border-radius:
        7px !important;

    box-shadow:
        inset 0 1px 1px rgba(64, 55, 39, 0.025);

    outline:
        0 !important;

    resize:
        vertical;

    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        background-color 0.25s ease;
}


/* =========================================================
   FOCUS
========================================================= */

#sky-form3 .input input:focus,
#sky-form3 .textarea textarea:focus {
    background:
        #ffffff !important;

    border-color:
        #c99a43 !important;

    box-shadow:
        0 0 0 3px rgba(201, 154, 67, 0.10) !important;
}


/* =========================================================
   ICÔNES DES CHAMPS
========================================================= */

#sky-form3 .icon-append {
    position: absolute !important;

    z-index: 3;

    top: 1px !important;
    right: 1px !important;

    display: flex !important;

    align-items: center;
    justify-content: center;

    width: 46px !important;
    height: calc(100% - 2px) !important;

    color:
        #aaa69c !important;

    background:
        rgba(255, 255, 255, 0.35) !important;

    border-left:
        1px solid
        #ebe4da !important;

    pointer-events:
        none;
}


/* Icône du textarea en haut */

#sky-form3 .textarea .icon-append {
    align-items:
        flex-start !important;

    padding-top:
        14px !important;
}


/* =========================================================
   FOOTER FORMULAIRE
========================================================= */

#sky-form3 footer {
    position: relative;

    display: flex;

    flex-direction: column;

    margin:
        5px
        0
        0 !important;

    padding:
        15px
        0
        12px !important;

    background:
        transparent !important;

    border:
        0 !important;
}


/* =========================================================
   BOUTON
   Position avant les mentions visuellement
========================================================= */

#sky-form3 button.btn.btn-primary {
    order: 1;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    align-self: center;

    min-width: 320px;

    margin:
        0
        auto
        25px !important;

    padding:
        15px
        38px !important;

    color:
        #ffffff !important;

    background:
        #29301f !important;

    border:
        1px solid
        #29301f !important;

    border-radius:
        5px !important;

    box-shadow:
        0 9px 22px rgba(41, 48, 31, 0.15);

    text-transform:
        uppercase;

    transition:
        color 0.25s ease,
        background-color 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}


/* Motif dans le bouton */

#sky-form3 button.btn.btn-primary::after {
    content: "";

    width: 55px;
    height: 20px;

    margin-left:
        15px;

    background-image:
        url("/photo/img/accueil/design/salle-de-reception-mariage-bouches-du-rhone-feuille.png");

    background-repeat:
        no-repeat;

    background-position:
        center;

    background-size:
        contain;

    filter:
        brightness(0)
        invert(1);

    opacity:
        0.6;
}


#sky-form3 button.btn.btn-primary:hover {
    color:
        #29301f !important;

    background:
        transparent !important;

    border-color:
        #c99a43 !important;

    transform:
        translateY(-2px);

    box-shadow:
        0 12px 26px rgba(41, 48, 31, 0.12);
}


#sky-form3 button.btn.btn-primary:hover::after {
    filter:
        none;

    opacity:
        1;
}


/* =========================================================
   CHAMPS OBLIGATOIRES
========================================================= */

#sky-form3 .obligatoire {
    order: 2;

    width: 100%;

    margin:
        0
        0
        16px !important;

    color:
        #68645d;

    text-align:
        left;
}


/* =========================================================
   RGPD
========================================================= */

#sky-form3 .formagreement {
    order: 3;

    width: 100% !important;

    margin:
        0 !important;

    padding:
        0 !important;

    color:
        #757068;

    line-height:
        1.7;

    text-align:
        left !important;
}


#sky-form3 .formagreement a {
    color:
        #a3833c !important;

    text-decoration:
        none;
}


#sky-form3 .formagreement a:hover {
    color:
        #29301f !important;

    text-decoration:
        underline;
}


/* =========================================================
   COLONNE DROITE
========================================================= */

#titrePAGE .col-lg-3 {
    position: relative;

    display: flex;
    flex-direction: column;

    padding:
        45px
        0
        30px
        45px !important;
}


/* Ligne verticale dorée */

#titrePAGE .col-lg-3::before {
    content: "";

    position: absolute;

    top: 15px;
    bottom: 15px;
    left: 0;

    width: 1px;

    background:
        rgba(201, 154, 67, 0.48);
}


/* Motif au milieu de la ligne */

#titrePAGE .col-lg-3::after {
    content: "";

    position: absolute;

    top: 50%;
    left: -20px;

    width: 40px;
    height: 30px;

    background-color:
        #f7f0e9;

    background-image:
        url("/photo/img/accueil/design/salle-de-reception-mariage-bouches-du-rhone-feuille.png");

    background-repeat:
        no-repeat;

    background-position:
        center;

    background-size:
        contain;

    transform:
        translateY(-50%) rotate(90deg);
}


/* =========================================================
   TITRE DOMAINE
========================================================= */

#titrePAGE .headline {
    position: relative;

    margin:
        0
        0
        32px !important;

    padding:
        0
        0
        42px !important;
}


#titrePAGE .title-address {
    display: block;

    width: 100% !important;

    margin: 0 !important;

    padding: 0 !important;

    color:
        #29301f !important;

    background:
        transparent !important;

    text-align:
        center !important;

    text-transform:
        uppercase;
}


/* Motif sous le titre */

#titrePAGE .headline::after {
    content: "";

    position: absolute;

    bottom: 0;
    left: 50%;

    width: 160px;
    height: 35px;

    background-image:
        url("/photo/img/accueil/design/salle-de-reception-mariage-bouches-du-rhone-feuille.png");

    background-repeat:
        no-repeat;

    background-position:
        center;

    background-size:
        contain;

    transform:
        translateX(-50%);
}


/* =========================================================
   COORDONNÉES
========================================================= */

#titrePAGE .who {
    width: 100%;

    margin: 0 !important;

    padding: 0 !important;
}


#titrePAGE .who > li {
    position: relative;

    margin:
        0
        0
        18px !important;

    padding:
        0 !important;

    color:
        #6a675f;

    line-height:
        1.55;
}


/* Les 3 premières coordonnées */

#titrePAGE .who > li:not(:last-child) {
    min-height: 35px;

    padding-left:
        58px !important;
}


/* =========================================================
   ICÔNES RONDES
========================================================= */

#titrePAGE .who > li:not(:last-child) > i.fa {
    position: absolute;

    top: 0;
    left: 0;

    display: flex;

    align-items: center;
    justify-content: center;

    width: 40px;
    height: 40px;

    margin:
        0 !important;

    color:
        #ffffff !important;

    background:
        #596335;

    border:
        1px solid
        rgba(201, 154, 67, 0.30);

    border-radius:
        50%;

    box-shadow:
        0 6px 15px rgba(41, 48, 31, 0.12);
}


/* =========================================================
   LIENS ADRESSE
========================================================= */

#titrePAGE .who a {
    color:
        #68655e !important;

    text-decoration:
        none;
}


#titrePAGE .who a:hover {
    color:
        #a3833c !important;
}


/* =========================================================
   GOOGLE MAP
========================================================= */

#titrePAGE .who > li:last-child {
    position: relative;

    display: block;

    margin:
        35px
        0
        0 !important;

    padding:
        72px
        0
        0 !important;

    border-top:
        1px solid
        rgba(201, 154, 67, 0.32);
}


/* Motif au-dessus de "Nous trouver" */

#titrePAGE .who > li:last-child::before {
    content: "";

    position: absolute;

    top: 17px;
    left: 50%;

    width: 165px;
    height: 32px;

    background-image:
        url("/photo/img/accueil/design/salle-de-reception-mariage-bouches-du-rhone-feuille.png");

    background-repeat:
        no-repeat;

    background-position:
        center;

    background-size:
        contain;

    transform:
        translateX(-50%);
}


/* Texte "Nous trouver" */



/* Carte */

#titrePAGE .googleMap {
    display: block;

    width: 100% !important;
    height: 255px !important;

    margin: 0 !important;

    border:
        1px solid
        rgba(201, 154, 67, 0.38) !important;

    border-radius:
        10px;

    box-shadow:
        0 8px 25px rgba(71, 60, 42, 0.08);

    overflow:
        hidden;
}


/* =========================================================
   TABLETTE
========================================================= */

@media screen and (max-width: 1199px) {

    #titrePAGE .container {
        max-width:
            1100px !important;

        padding-left:
            25px !important;

        padding-right:
            25px !important;
    }


    #titrePAGE .col-lg-9 {
        padding-right:
            30px;
    }


    #titrePAGE .col-lg-9::before {
        right:
            30px;
    }


    #titrePAGE .col-lg-9 > p.mb-0,
    #sky-form3 {
        width:
            calc(100% - 30px);
    }


    #titrePAGE .col-lg-3 {
        padding-left:
            30px !important;
    }


    #sky-form3 {
        padding-right:
            35px !important;

        padding-left:
            35px !important;
    }

}


/* =========================================================
   TABLETTE / MOBILE
========================================================= */

@media screen and (max-width: 991px) {

    #titrePAGE .row.margin-bottom-30.py-5.px-3.px-lg-0 {
        display:
            block;

        padding-top:
            35px !important;

        padding-bottom:
            45px !important;
    }


    #titrePAGE .col-lg-9 {
        padding:
            0 !important;
    }


    #titrePAGE .col-lg-9::before {
        inset:
            0 !important;

        border-radius:
            18px;
    }


    #titrePAGE .col-lg-9 > p.mb-0,
    #sky-form3 {
        width:
            100%;
    }


    #titrePAGE .col-lg-3 {
        margin-top:
            45px;

        padding:
            35px
            20px !important;
    }


    #titrePAGE .col-lg-3::before,
    #titrePAGE .col-lg-3::after {
        display:
            none;
    }


    #titrePAGE .headline {
        max-width:
            500px;

        margin-left:
            auto !important;

        margin-right:
            auto !important;
    }


    #titrePAGE .who {
        max-width:
            650px;

        margin-left:
            auto !important;

        margin-right:
            auto !important;
    }


    #titrePAGE .googleMap {
        height:
            300px !important;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media screen and (max-width: 767px) {

    #titrePAGE .container {
        padding-left:
            15px !important;

        padding-right:
            15px !important;
    }


    #titrePAGE .row.margin-bottom-30.py-5.px-3.px-lg-0 {
        padding-top:
            20px !important;

        padding-bottom:
            35px !important;
    }


    #titrePAGE .col-lg-9 > p.mb-0 {
        padding:
            40px
            20px
            65px;
    }


    #titrePAGE .col-lg-9 > p.mb-0::before {
        width:
            120px;
    }


    #titrePAGE .col-lg-9 > p.mb-0::after {
        width:
            145px;
    }


    #sky-form3 {
        padding:
            0
            20px
            25px !important;
    }


    /* Les champs passent sur une colonne */

    #sky-form3 fieldset > .row {
        display:
            block !important;

        margin:
            0 !important;
    }


    #sky-form3 fieldset > .row > .col {
        width:
            100% !important;

        max-width:
            100% !important;

        padding:
            0 !important;
    }


    #sky-form3 button.btn.btn-primary {
        width:
            100%;

        min-width:
            0;
    }


    #titrePAGE .col-lg-3 {
        padding:
            30px
            5px !important;
    }


    #titrePAGE .who > li:not(:last-child) {
        padding-left:
            52px !important;
    }


    #titrePAGE .who > li:not(:last-child) > i.fa {
        width:
            36px;

        height:
            36px;
    }


    #titrePAGE .googleMap {
        height:
            250px !important;
    }

}


/* =========================================================
   PETIT MOBILE
========================================================= */

@media screen and (max-width: 480px) {

    #titrePAGE .container {
        padding-left:
            10px !important;

        padding-right:
            10px !important;
    }


    #titrePAGE .col-lg-9::before {
        border-radius:
            14px;
    }


    #titrePAGE .col-lg-9 > p.mb-0 {
        padding-right:
            15px;

        padding-left:
            15px;
    }


    #sky-form3 {
        padding-right:
            15px !important;

        padding-left:
            15px !important;
    }


    #titrePAGE .googleMap {
        height:
            220px !important;
    }

}