/*
===============================================================================
 AGENCE BE — FEUILLE DE STYLES PERSONNALISÉE
 Template : Joomla 5 / Cassiopeia enfant « cassiopeia_agencebe »
 Fichier  : user.css
===============================================================================

 ORGANISATION DU FICHIER
 -------------------------------------------------------------------------------
 Le fichier regroupe les styles personnalisés du site Agence BE :
 structure générale, en-tête et navigation, bandeaux, pages de contenu,
 formulaires, pied de page, animations et adaptations responsive.

 REPÈRES DE MAINTENANCE
 -------------------------------------------------------------------------------
 [AB-01] GLOBAL / CASSIOPEIA / STRUCTURE
 [AB-02] HEADER / LOGO / MENU PRINCIPAL
 [AB-03] BANDEAUX / MODULES BANNER / FOOTER-BANNER
 [AB-04] NOTRE AGENCE
 [AB-05] NOTRE ÉQUIPE
 [AB-06] MÉTIER / SYNDIC / CONTENUS INSTITUTIONNELS
 [AB-07] ACTUALITÉS
 [AB-08] ILS NOUS FONT CONFIANCE
 [AB-09] CHANGER DE SYNDIC
 [AB-10] CONTACT / FORMULAIRES
 [AB-11] ANIMATIONS / EFFETS / LIGHTBOX
 [AB-12] FOOTER
 [AB-13] RESPONSIVE PC / TABLETTE / SMARTPHONE

 CONSIGNES DE MAINTENANCE
 -------------------------------------------------------------------------------
 • Effectuer une sauvegarde de ce fichier avant toute modification importante.
 • Vérifier le rendu sur ordinateur, tablette et smartphone après modification.
 • Tenir compte de l'ordre des règles et de la cascade CSS avant de déplacer
   ou de fusionner des blocs.
 • Les commentaires de section permettent de retrouver rapidement les éléments
   associés aux différentes pages du site.
===============================================================================
*/

/* NOTRE AGENCE */

/* 4. PAGE NOTRE AGENCE - INTRODUCTION */

.agencebe-intro {
    text-align: center;
    max-width: 950px;
    margin: 20px auto 45px;
}

.agencebe-intro h2 {
    color: #af924c;
    font-size: 2rem;
    margin-bottom: 25px;
}

.agencebe-equipe-carte-fondatrice {
    position: relative;
    isolation: isolate;
}

.agencebe-accroche {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.8;
    color: #555;
}

/* 5. NOTRE AGENCE - CONTENU ORIGINAL EN 2 COLONNES */

.agencebe-contenu-original {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 75px;
    align-items: start;
    margin: 45px 0 50px;
}

.agencebe-colonne {
    display: flex;
    flex-direction: column;
    gap: 28px;
    min-width: 0;
}

.agencebe-paragraphe {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 0;
    padding: 0;
}

.agencebe-paragraphe p {
    flex: 1;
    min-width: 0;
}

.agencebe-paragraphe p {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 400;
    line-height: 1.75;
    color: #333;
}

.agencebe-puce-originale {
    content: url("/images/agencebe/BE_IMMO_LOGO_immo_puce.png");
    display: block;
    width: 27px !important;
    height: 27px !important;
    max-width: 27px !important;
    margin: 3px 0 0;
    object-fit: contain;
}

/* 8. BANDEAU GRENOBLE */

.agence-grenoble-banner {
    position: relative;

    width: 100vw;
    max-width: none;

    margin-top: 35px;
    margin-bottom: 30px;

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

    overflow: hidden;
}

.agence-grenoble-banner > .agencebe-grenoble-image {
    display: block;
    width: 100%;
    height: 680px;
    object-fit: cover;
    object-position: center;
}

/* BANDEAU GRENOBLE - IMAGES RESPONSIVE */

.agencebe-grenoble-image {
    width: 100%;
    height: auto;
}

/* Toutes les images sont masquées par défaut */
.agencebe-grenoble-image.agencebe-grenoble-desktop,
.agencebe-grenoble-image.agencebe-grenoble-tablet,
.agencebe-grenoble-image.agencebe-grenoble-mobile {
    display: none !important;
}

/* PC - 1025 px et plus */

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

    .agencebe-grenoble-image.agencebe-grenoble-desktop {
        display: block !important;
    }

}

/* TABLETTE - 768 à 1024 px */

@media screen and (min-width: 768px) and (max-width: 1024px) {

    .agencebe-grenoble-image.agencebe-grenoble-tablet {
        display: block !important;
    }

}

/* SMARTPHONE - jusqu'à 767 px */

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

    .agencebe-grenoble-image.agencebe-grenoble-mobile {
        display: block !important;
        width: 100%;
        height: auto;
        object-fit: contain;
    }

}


/* ANIMATION */

.agencebe-animation {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 260px;
    height: 400px;
    z-index: 2;
    pointer-events: none;
}

.agencebe-animation .agencebe-svg {
    display: block;
    width: 100%;
    height: 100%;
}
/* SLOGAN SOUS LE LOGO DU BANDEAU */

.agencebe-slogan {
    position: absolute;

    top: calc(100% + 28px);
    left: 50%;
    transform: translateX(-50%);

    width: 520px;

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

    text-align: center;

    font-family: "Segoe UI", Arial, sans-serif;
color: #000000;
font-size: 25px;
text-shadow: none;
font-weight: 600;
letter-spacing: 1px;
line-height: 1.15;
white-space: nowrap;
}

/* 10. TABLETTE */

/* 11. MOBILE */

@media (max-width: 768px) {
    .agencebe-intro h2 {
        font-size: 1.6rem;
    }

    .agencebe-accroche {
        font-size: 1rem;
    }

    .agencebe-contenu-original {
        grid-template-columns: 1fr;
        row-gap: 35px;
        margin: 35px 0 40px;
    }

    .agencebe-colonne {
        gap: 30px;
    }

    .agencebe-paragraphe {
        grid-template-columns: 34px minmax(0, 1fr);
        column-gap: 13px;
    }

body.itemid-102 .agencebe-paragraphe p {
    margin: 0;

    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
             Roboto, "Helvetica Neue", Arial,
             "Noto Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;

    line-height: 1.45;
    color: #000000;
}

    .agencebe-puce-originale {
        width: 30px !important;
        height: 30px !important;
        max-width: 30px !important;
    }

    .agence-grenoble-banner > .agencebe-grenoble-image.agencebe-grenoble-mobile {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}

.agencebe-animation {
    width: 190px;
    height: 292px;
}

.agencebe-slogan {
    top: calc(100% + 18px);
    width: 360px;
    max-width: 90vw;

    font-size: 18px;
    line-height: 1.15;

    white-space: normal;
    text-align: center;
}
}

/* PAGE NOTRE AGENCE 102
   SUPPRESSION DEFINITIVE ESPACE ENTRE HEADER ET BANDEAU */

body.itemid-102 .site-grid {
    row-gap: 0 !important;
}

body.itemid-102 main {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body.itemid-102 .com-content-article,
body.itemid-102 .item-page {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body.itemid-102 .agence-grenoble-banner {
    margin-top: 0 !important;
}

/* PAGE NOTRE AGENCE 102
   ACCROCHE SOUS LE BANDEAU */

body.itemid-102 .agencebe-intro {
    max-width: 1100px;
    margin: 65px auto 35px;
    padding: 0 30px;
    text-align: center;
}

body.itemid-102 .agencebe-accroche {
    margin: 0;

    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
             Roboto, "Helvetica Neue", Arial,
             "Noto Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.95;
    letter-spacing: 1px;

    color: #000000;
}

body.itemid-102 .agencebe-intro + hr {
    width: 300px;
    margin: 30px auto 55px;
    border: 0;
    border-top: 1px solid #999;
    opacity: 1;
}

/* Adaptation mobile */
@media (max-width: 768px) {

    body.itemid-102 .agencebe-intro {
        margin: 40px auto 25px;
        padding: 0 20px;
    }

    body.itemid-102 .agencebe-accroche {
        font-size: 1.05rem;
        line-height: 1.6;
    }

    body.itemid-102 .agencebe-intro + hr {
        width: 180px;
        margin: 25px auto 40px;
    }
}

/* ANIMATION */

body.itemid-102 .agencebe-accroche {
    opacity: 0;
    transform: scale(0.88);

    transition:
    opacity 400ms ease,
    transform 400ms ease;

    transition-delay: 300ms;

    will-change: opacity, transform;
}

body.itemid-102 .agencebe-accroche.agencebe-visible {
    opacity: 1;
    transform: scale(1);
}

/* 12. BANDEAU INFORMATIONS - FNAIM / VESTA / BUREAUX */

.agencebe-infos-bandeau {
    position: relative;

    width: 100vw;
    max-width: none;

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

    padding: 55px 0 50px;

    overflow: hidden;
}

.agencebe-infos-fond {
    position: absolute;

    top: 50%;
    left: 50%;

    width: 100%;
    height: 118%;

    object-fit: fill;

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

    opacity: 1;

    z-index: 0;
}

/* CONTENU DU BANDEAU */

.agencebe-infos-contenu {
    position: relative;
    z-index: 1;

    width: min(1180px, calc(100% - 80px));
    margin: 0 auto;

    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 80px;

    align-items: start;
}

/* COLONNES */

.agencebe-infos-colonne {
    text-align: center;
}

/* TITRES AVEC TRAITS DORES */

.agencebe-infos-titre {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 12px;
    margin-bottom: 8px;

    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
             Roboto, "Helvetica Neue", Arial,
             "Noto Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.5px;

    color: #000000;
}

.agencebe-trait {
    display: block;

    width: 95px;
    height: 1px;

    background: #b19043;
}

/* SOUS-TITRES */

.agencebe-infos-soustitre {
    margin: 0 0 28px;

    text-align: center;

    font-size: 1.1rem;
    line-height: 1.5;

    color: #333;
}

/* LOGOS FNAIM + VESTA */

.agencebe-logos {
    display: flex;

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

    gap: 45px;

    min-height: 210px;
}

.agencebe-logos a {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* FNAIM */

.agencebe-logo-fnaim {
    display: block;

    width: 200px;
    height: auto;

    max-width: 100%;
}

/* VESTA */

.agencebe-logo-vesta {
    display: block;

    width: 145px;
    height: auto;

    max-width: 100%;
}

/* PHOTO DES BUREAUX */

.agencebe-infos-bureaux > a {
    display: block;
    text-align: center;
}

.agencebe-photo-bureaux {
    display: block;

    width: 330px;
    height: 210px;

    margin: 0 auto;

    object-fit: cover;

    max-width: 100%;
}

/* POSITION JOOMLA EVENTUELLE */

.agencebe-position01 {
    margin-top: 20px;
}

/* TABLETTE */

@media (max-width: 1100px) {

    .agencebe-infos-contenu {
        width: min(950px, calc(100% - 60px));
        gap: 45px;
    }

    .agencebe-trait {
        width: 55px;
    }

}

/* MOBILE */

@media (max-width: 768px) {

    .agencebe-infos-bandeau {
        padding: 40px 0;
    }

    .agencebe-infos-contenu {
        width: calc(100% - 40px);

        grid-template-columns: 1fr;

        gap: 55px;
    }

    .agencebe-infos-titre {
        font-size: 1rem;
        gap: 12px;
    }

    .agencebe-trait {
        width: 40px;
    }

    .agencebe-infos-soustitre {
        font-size: 1rem;
    }

    .agencebe-logos {
        min-height: 0;
        gap: 25px;
    }

    .agencebe-logo-fnaim {
        width: 160px;
    }

    .agencebe-logo-vesta {
        width: 110px;
    }

    .agencebe-photo-bureaux {
        width: 100%;
        max-width: 380px;
        height: auto;
    }

}

/* BANDEAU EN-TETE - FOND NOIR */

.container-header {
    background: #171717 !important;
}

/* BANDEAU */

/* BANDEAU */

.agencebe-v6,
.agencebe-v6 * { box-sizing: border-box; }

.agencebe-v6 {
    position: relative;
    isolation: isolate;
    width: 100vw;
    max-width: none;
    height: 450px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
    display: grid;
    grid-template-columns: 28% 42% 30%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
             Roboto, "Helvetica Neue", Arial,
             "Noto Sans", sans-serif;
    background: #12375f;
}

/* Photo unique sous toute la composition. Le SVG masque les côtés. */
.agencebe-v6-grenoble {
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;

    /* BANDEAU */
    left: 25.5%;
    width: 47.5%;
    height: 100%;

    display: block;
    object-fit: cover;
    object-position: center 35%;

    /* Rendu plus doux, proche de la maquette de référence. */
    filter: brightness(1.10) contrast(0.88) saturate(0.82);
}

/* Cadre graphique unique : aucune jonction CSS indépendante. */
.agencebe-v6-frame {
    position: absolute;
    z-index: 1;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    pointer-events: none;
}

.agencebe-v6-left,
.agencebe-v6-center,
.agencebe-v6-right {
    position: relative;
    z-index: 2;
    min-width: 0;
    height: 450px;
}

.agencebe-v6-left,
.agencebe-v6-right {
    display: flex;
    align-items: center;
    color: #fff;
}

.agencebe-v6-left-content {
    width: 100%;
    padding-left: clamp(40px, 4vw, 85px);
    padding-right: 35px;
}

.agencebe-v6-heading {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.agencebe-v6-icon {
    width: 64px;
    height: 64px;
    min-width: 64px;
    border: 2px solid #d6aa29;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d6aa29;
    font-size: 27px;
}

.agencebe-v6-title {
    margin-top: 3px;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 500;
}

.agencebe-v6-subtitle {
    margin-top: 8px;
    font-size: 20px;
    line-height: 1.4;
}

.agencebe-v6-heading > div:last-child::after {
    content: "";
    display: block;
    width: 52px;
    height: 3px;
    margin-top: 20px;
    background: #d6aa29;
}

.agencebe-v6-logos {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 38px;
}

.agencebe-v6-fnaim {
    display: block;
    width: 185px;
    max-width: 100%;
    height: auto;
}

.agencebe-v6-vesta {
    display: block;
    width: 150px;
    max-width: 100%;
    height: auto;
}

/* Le contenu droit reste volontairement loin de la diagonale. */
.agencebe-v6-right-content {
    width: 100%;
    padding-left: clamp(78px, 5.5vw, 115px);
    padding-right: clamp(35px, 4vw, 80px);
}

.agencebe-v6-heading-right { align-items: flex-start; }

.agencebe-v6-heading-right .agencebe-v6-icon {
    width: 68px;
    height: 68px;
    min-width: 68px;
    color: #fff;
    border-color: #fff;
    font-size: 31px;
}

.agencebe-v6-right .agencebe-v6-title { font-size: 21px; }

.agencebe-v6-days {
    margin-top: 6px;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 600;
}

.agencebe-v6-hours {
    margin-top: 3px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 300;
}

.agencebe-v6-heading-right > div:last-child::after {
    width: 52px;
    height: 3px;
    margin-top: 19px;
    background: #fff;
}

.agencebe-v6-office-photos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    width: 100%;
    max-width: 520px;
    margin-top: 34px;
}

.agencebe-v6-office {
    display: block;
    width: 100%;
    height: 205px;
    object-fit: cover;
    object-position: center;
    border: 2px solid rgba(255,255,255,.90);
}

/* Desktop : centrage des deux blocs dans leurs zones utiles */
@media (min-width: 1201px) {
    .agencebe-v6-left-content {
        width: min(430px, calc(100% - 70px));
        margin: 0 auto;
        padding: 0 28px 0 0;
    }

    .agencebe-v6-right-content {
        width: min(470px, calc(100% - 105px));
        margin: 0 auto;
        padding: 0 0 0 28px;
    }

    .agencebe-v6-logos {
        justify-content: center;
        gap: 30px;
    }

    .agencebe-v6-fnaim {
        width: 160px;
    }

    /* VESTA volontairement plus petit : même hauteur visuelle que FNAIM */
    .agencebe-v6-vesta {
        width: 108px;
    }

    .agencebe-v6-office-photos {
        max-width: 430px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* TABLETTE */

@media (min-width: 1201px) {
    .agencebe-v6-left-content {
        width: min(100%, 430px);
        margin-inline: auto;
        padding: 0 28px;
    }

    .agencebe-v6-right-content {
        width: min(100%, 500px);
        margin-inline: auto;
        padding: 0 30px;
    }

    .agencebe-v6-heading,
    .agencebe-v6-heading-right {
        justify-content: center;
    }

    .agencebe-v6-logos {
        justify-content: center;
    }

    .agencebe-v6-office-photos {
        margin-left: auto;
        margin-right: auto;
    }

    /* FNAIM 250x176 : 185px de large = env. 130px de haut.
   VESTA 182x221 : 107px de large = env. 130px de haut. */
    .agencebe-v6-vesta {
        width: 107px;
    }
}

/* BANDEAU */

@media (min-width: 1201px) {

    .agencebe-v6 {
        height: 315px;
    }

    .agencebe-v6-left,
    .agencebe-v6-center,
    .agencebe-v6-right {
        height: 315px;
    }

    .agencebe-v6-left-content,
    .agencebe-v6-right-content {
        transform: none;
    }
}

/* BANDEAU */

/* TABLETTE + SMARTPHONE */

@media (max-width: 1644px) {

    /* STRUCTURE GÉNÉRALE */

    .agencebe-v6 {
    width: 100vw;
    max-width: none;
    height: auto;

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

    display: flex;
    flex-direction: column;

    overflow: hidden;

    background: transparent;
}

    /* GRENOBLE ET CADRE SVG SUPPRIMÉS */

    .agencebe-v6-grenoble,
    .agencebe-v6-frame,
    .agencebe-v6-center {
        display: none !important;
    }

    /* ZONES GAUCHE + DROITE */

    .agencebe-v6-left,
    .agencebe-v6-right {
        width: 100%;
        height: auto;
        min-height: 0;

        position: relative;

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

    /* ZONE GRISE */

    .agencebe-v6-left {
        order: 1;

        padding: 10px 30px;

        background:
            linear-gradient(
                110deg,
                #62655E 0%,
                #777970 100%
            );
    }

    /* ZONE JAUNE */

    .agencebe-v6-right {
        order: 2;

        padding: 10px 30px;

        background:
    linear-gradient(
        120deg,
        #b88927 0%,
        #c79a32 50%,
        #cfa13a 100%
    );
    }

    /* CONTENEURS */

    .agencebe-v6-left-content,
    .agencebe-v6-right-content {
        width: 100%;
        max-width: 760px;

        height: auto;

        margin: 0 auto;
        padding: 0;

        transform: none;

        text-align: center;
    }

    /* ZONE GAUCHE
   AGENCE BE / MEMBRE DE */

    .agencebe-v6-top {
        width: 100%;

        display: grid;
        grid-template-columns: 1fr 1fr;

        align-items: center;

        gap: 40px;
    }

    .agencebe-v6-agence,
    .agencebe-v6-membership {
        width: 100%;

        text-align: center;
    }

    .agencebe-v6-agence-name {
        font-size: 16px;
        line-height: 1.25;
    }

    .agencebe-v6-agence-description {
        margin-top: 6px;

        font-size: 15px;
        line-height: 1.45;
    }

    .agencebe-v6-membre {
        margin-bottom: 12px;

        font-size: 13px;
        line-height: 1.2;
    }

    /* LOGOS */

    .agencebe-v6-logos {
        display: flex;
        align-items: center;
        justify-content: center;

        gap: 28px;

        margin: 0;
    }

    .agencebe-v6-fnaim,
    .agencebe-v6-vesta {
        width: auto;
        height: 62px;

        object-fit: contain;
    }

    /* SÉPARATEUR */

    .agencebe-v6-social-line {
        width: 60%;
        max-width: 390px;

        margin: 8px auto 8px;
    }

    /* RÉSEAUX SOCIAUX */

    .agencebe-v6-social-icons {
        display: flex;
        align-items: center;
        justify-content: center;

        flex-wrap: wrap;

        gap: 15px;

        white-space: normal;
    }

    .agencebe-v6-social-icon {
        flex: 0 0 50px;

        width: 50px;
        height: 50px;
    }

    .agencebe-v6-social-icon svg {
        width: 23px;
        height: 23px;
    }

    /* AVIS GOOGLE */

    .agencebe-v6-google {
        min-height: 50px;

        padding: 0 17px;

        font-size: 15px;
    }

    .agencebe-v6-google-icon {
        width: 23px;
        height: 23px;
    }

    /* ZONE DROITE
   BUREAUX / HORAIRES */

    .agencebe-v6-right-top {
        width: 100%;

        display: grid;
        grid-template-columns: 1fr 1fr;

        align-items: start;

        gap: 40px;
    }

    .agencebe-v6-bureaux,
    .agencebe-v6-opening {
        width: 100%;

        text-align: center;
    }

    .agencebe-v6-right-title {
        margin-bottom: 14px;

        font-size: 13px;
    }

    /* ADRESSE */

    .agencebe-v6-location-icon {
        flex: 0 0 auto;

        width: 29px;
        height: 29px;
    }

    .agencebe-v6-address {
        font-size: 15px;
        line-height: 1.5;

        text-align: left;
    }

    .agencebe-v6-phone {
        font-size: 14px;

        white-space: nowrap;
    }

    /* HORAIRES */

    .agencebe-v6-opening-info {
        display: flex;
        align-items: center;
        justify-content: center;

        gap: 13px;
    }

    .agencebe-v6-clock-icon {
        flex: 0 0 auto;

        width: 31px;
        height: 31px;
    }

    .agencebe-v6-opening-hours {
        font-size: 16px;
        line-height: 1.5;
        font-weight: 300;
        text-align: left;
    }

    /* INFOS PRATIQUES */

    .agencebe-v6-info-line {
        width: 60%;
        max-width: 390px;

        margin: 8px auto 8px;
    }

    .agencebe-v6-infos-title {
        margin-bottom: 14px;

        font-size: 15px;
    }

    .agencebe-v6-infos-links {
        display: flex;
        align-items: center;
        justify-content: center;

        flex-wrap: wrap;

        gap: 8px 12px;

        font-size: 15px;
        line-height: 1.5;

        text-align: center;
    }
}

/* SMARTPHONE */

@media (max-width: 600px) {

    /* ZONES */

    .agencebe-v6-left,
    .agencebe-v6-right {
        padding: 34px 20px;
    }

    .agencebe-v6-left-content,
    .agencebe-v6-right-content {
        width: 100%;
        max-width: 520px;
    }

    /* GAUCHE
   AGENCE puis MEMBRE DE */

    .agencebe-v6-top {
        display: flex;
        flex-direction: column;

        gap: 26px;
    }

    .agencebe-v6-agence-name {
        font-size: 16px;
    }

    .agencebe-v6-agence-description {
        font-size: 15px;
    }

    .agencebe-v6-membre {
        font-size: 13px;
    }

    .agencebe-v6-fnaim,
    .agencebe-v6-vesta {
        height: 58px;
    }

    .agencebe-v6-social-line {
        width: 150px;

        margin: 26px auto 20px;
    }

    /* RÉSEAUX */

    .agencebe-v6-social-title {
        font-size: 13px;
    }

    .agencebe-v6-social-icons {
        gap: 12px;
    }

    .agencebe-v6-social-icon {
        flex-basis: 46px;

        width: 46px;
        height: 46px;
    }

    .agencebe-v6-social-icon svg {
        width: 21px;
        height: 21px;
    }

    .agencebe-v6-google {
        min-height: 46px;

        padding: 0 14px;

        font-size: 14px;
    }

    /* DROITE
   BUREAUX puis HORAIRES */

    .agencebe-v6-right-top {
        display: flex;
        flex-direction: column;

        align-items: center;

        gap: 30px;
    }

    .agencebe-v6-address {
        font-size: 15px;
    }

    .agencebe-v6-phone {
        font-size: 14px;
    }

    /* INFOS PRATIQUES */

    .agencebe-v6-info-line {
        width: 150px;

        margin: 27px auto 21px;
    }

    .agencebe-v6-infos-links {
        flex-direction: column;

        gap: 10px;

        font-size: 15px;
    }

    /* Cache uniquement les séparateurs entre les liens */
    .agencebe-v6-infos-links > span {
        display: none;
    }
}

/* GRENOBLE
   HALO CENTRAL RENFORCÉ + FONDU BLANC INFÉRIEUR */

.agence-grenoble-banner::after {
    content: "";
    position: absolute;
    inset: 0;

    background:

        /* HALO CENTRAL ENCORE PLUS PRONONCÉ */
radial-gradient(
    ellipse 31% 55% at 50% 53%,
    rgba(255,255,255,0.96) 0%,
    rgba(255,255,255,0.84) 22%,
    rgba(255,255,255,0.62) 42%,
    rgba(255,255,255,0.38) 58%,
    rgba(255,255,255,0.16) 73%,
    rgba(255,255,255,0.00) 88%
),

        /* FONDU VERS LE BAS */
        linear-gradient(
            to bottom,
            rgba(255,255,255,0.00) 0%,
            rgba(255,255,255,0.00) 42%,
            rgba(255,255,255,0.10) 52%,
            rgba(255,255,255,0.30) 62%,
            rgba(255,255,255,0.58) 72%,
            rgba(255,255,255,0.82) 82%,
            rgba(255,255,255,0.96) 90%,
            rgba(255,255,255,1.00) 96%,
            rgba(255,255,255,1.00) 100%
        );

    pointer-events: none;
    z-index: 1;
}

/* TABLETTE — HALO + FONDU */

@media (min-width: 600px) and (max-width: 1024px) {

    .agence-grenoble-banner::after {
        background:

            /* HALO LOGO TABLETTE */
            radial-gradient(
                ellipse 38% 55% at 50% 52%,
                rgba(255,255,255,0.96) 0%,
                rgba(255,255,255,0.84) 22%,
                rgba(255,255,255,0.62) 42%,
                rgba(255,255,255,0.38) 58%,
                rgba(255,255,255,0.16) 73%,
                rgba(255,255,255,0.00) 88%
            ),

            /* FONDU BAS TABLETTE */
            linear-gradient(
                to bottom,
                rgba(255,255,255,0.00) 0%,
                rgba(255,255,255,0.00) 40%,
                rgba(255,255,255,0.12) 50%,
                rgba(255,255,255,0.32) 61%,
                rgba(255,255,255,0.60) 72%,
                rgba(255,255,255,0.84) 82%,
                rgba(255,255,255,0.97) 91%,
                rgba(255,255,255,1.00) 96%,
                rgba(255,255,255,1.00) 100%
            );
    }
}

/* SMARTPHONE — HALO + FONDU */

@media (max-width: 599px) {

    .agence-grenoble-banner::after {
        background:

            /* HALO LOGO SMARTPHONE */
            radial-gradient(
                ellipse 58% 48% at 50% 51%,
                rgba(255,255,255,0.97) 0%,
                rgba(255,255,255,0.86) 22%,
                rgba(255,255,255,0.64) 42%,
                rgba(255,255,255,0.40) 58%,
                rgba(255,255,255,0.18) 73%,
                rgba(255,255,255,0.00) 88%
            ),

            /* FONDU BAS SMARTPHONE */
            linear-gradient(
                to bottom,
                rgba(255,255,255,0.00) 0%,
                rgba(255,255,255,0.00) 38%,
                rgba(255,255,255,0.12) 49%,
                rgba(255,255,255,0.34) 60%,
                rgba(255,255,255,0.62) 71%,
                rgba(255,255,255,0.86) 82%,
                rgba(255,255,255,0.98) 91%,
                rgba(255,255,255,1.00) 96%,
                rgba(255,255,255,1.00) 100%
            );
    }
}
/* INTRODUCTION */

/* TEXTE
   Même typographie que "Deux fondatrices..." */

.agencebe-accroche-v2 {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 60px;
}

.agencebe-accroche-v2 p {
    margin: 0;

    font-family:
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        "Helvetica Neue",
        Arial,
        "Noto Sans",
        sans-serif;

    font-size: 25px;
    font-weight: 400;
    line-height: 1.50;

    color: #252525;
}

/* MOTS IMPORTANTS */

.agencebe-accroche-v2 strong {
    font-family: inherit;
    font-weight: 600;
    color: #6D6F67;
}

/* GUILLEMETS DORÉS */

.agencebe-guillemet {
    position: absolute;

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

    color: #c79a32;

    pointer-events: none;
}

/* GUILLEMET GAUCHE */

.agencebe-guillemet-gauche {
    left: 0;
    top: -18px;
}

/* GUILLEMET DROIT */

/* SÉPARATEUR DORÉ + PETITE MAISON */

/* TABLETTE */

@media (max-width: 991px) {

    .agencebe-accroche-v2 {
        max-width: 800px;
        padding: 0 50px;
    }

    .agencebe-accroche-v2 p {
        font-size: 21px;
        line-height: 1.50;
    }

    .agencebe-guillemet {
        font-size: 58px;
    }

    .agencebe-guillemet-gauche {
        left: 0;
        top: -14px;
    }

    .agencebe-guillemet-droit {
        right: 0;
        bottom: -21px;
    }

    .agencebe-separateur-v2 {
        width: 260px;
        margin-top: 20px;
    }

    .agencebe-maison-separateur {
        width: 27px !important;
        height: 27px !important;
        max-width: 27px !important;

        flex: 0 0 27px;
    }
}

/* SMARTPHONE */

@media (max-width: 600px) {

    .agencebe-accroche-v2 {
        max-width: 100%;
        padding: 0 28px;
    }

    .agencebe-accroche-v2 p {
        font-size: 18px;
        line-height: 1.50;
    }

    .agencebe-accroche-v2 p br {
        display: none;
    }

    .agencebe-guillemet {
        font-size: 46px;
    }

    .agencebe-guillemet-gauche {
        left: -2px;
        top: -10px;
    }

    .agencebe-guillemet-droit {
        right: -2px;
        bottom: -17px;
    }

    .agencebe-separateur-v2 {
        width: 190px;
        gap: 10px;
        margin-top: 18px;
    }

    .agencebe-maison-separateur {
        width: 25px !important;
        height: 25px !important;
        max-width: 25px !important;

        flex: 0 0 25px;
    }
}

/* AGENCE BE
   INTRODUCTION + NOUVEAU BLOC 01 */

/* INTRODUCTION AGENCE BE */

.agencebe-intro-v2 {
    max-width: 1150px;
    margin: 0 auto;
    padding: 38px 30px 30px;
    text-align: center;
}

/* TEXTE -------------------------------------------------- */

.agencebe-accroche-v2 {
    position: relative;

    max-width: 1000px;
    margin: 0 auto;
    padding: 0 65px;
}

.agencebe-accroche-v2 p {
    margin: 0;

    font-family: "Segoe UI", Arial, sans-serif !important;

    font-size: 25px;
    font-weight: 400;
    line-height: 1.50;

    color: #252525;
}

.agencebe-accroche-v2 strong {
    font-family: "Segoe UI", Arial, sans-serif !important;
    font-weight: 600;

    color: #6D6F67;
}

/* GUILLEMETS DORÉS */

.agencebe-guillemet {
    position: absolute;

    font-family: Georgia, "Times New Roman", serif;

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

    color: #c79a32;
}

.agencebe-guillemet-gauche {
    left: 0;
    top: -15px;
}

.agencebe-guillemet-droit {
    right: 0;
    bottom: -25px;
}

/* SÉPARATEUR DORÉ + PETITE MAISON */

.agencebe-separateur-v2 {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 330px;

    margin: 22px auto 0;
    gap: 12px;
}

.agencebe-separateur-v2::before,
.agencebe-separateur-v2::after {
    content: "";

    display: block;

    flex: 1;

    height: 1px;

    background: #c79a32;
}

.agencebe-maison-separateur {
    display: block;

    width: 27px !important;
    height: 27px !important;
    max-width: 27px !important;

    object-fit: contain;

    flex: 0 0 27px;
}

/* BLOC 01 - AJUSTEMENT FINAL PC */

.agencebe-bloc {
    width: min(1280px, calc(100% - 60px));

    margin: 25px auto 70px;

    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    align-items: center;

    gap: 70px;
}

/* FONDATRICES */

.agencebe-fondatrices-photos {
    position: relative;

    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 14px;

    padding: 0 0 21px 21px;
}

/* FOND VERT-GRIS */

.agencebe-fondatrices-photos::before {
    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    width: 60%;
    height: 66%;

    background: #73786f;

    z-index: 0;
}

/* CADRES PHOTOS */

.agencebe-fondatrice-photo {
    position: relative;

    z-index: 1;

    height: 341px;

    overflow: hidden;

    background: #f4f3ef;
}

/* PHOTOS */

.agencebe-fondatrice-photo img {
    display: block;

    width: 100%;
    height: 100%;

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

/* DÉCALAGE PHOTO AURÉLIE */

.agencebe-fondatrice-photo-decalee {
    transform: translateY(21px);
}

/* TEXTE */

.agencebe-bloc-texte {
    position: relative;

    padding-right: 10px;
}

.agencebe-bloc-numero {
    display: block;

    margin-bottom: 12px;

    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.18em;

    color: #c79a32;
}

.agencebe-bloc-texte h2 {
    margin: 0;

    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
                 Roboto, "Helvetica Neue", Arial,
                 "Noto Sans", sans-serif;

    font-size: 35px;
    line-height: 1.18;
    font-weight: 400;

    color: #252525;
}

.agencebe-bloc-texte h2 strong {
    font-weight: 600;

    color: #73786f;
}

.agencebe-bloc-trait {
    width: 70px;
    height: 2px;

    margin: 22px 0 26px;

    background: #c79a32;
}

.agencebe-bloc-texte p {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
             Roboto, "Helvetica Neue", Arial,
             "Noto Sans", sans-serif;
    max-width: 520px;

    margin: 0 0 18px;

    font-size: 17px;
    line-height: 1.72;

    color: #3d3d3d;
}

.agencebe-bloc-texte p strong {
    font-weight: 600;
}

/* TABLETTE */

@media (max-width: 991px) {

    /* INTRODUCTION */

    .agencebe-intro-v2 {
        padding: 32px 25px 26px;
    }

    .agencebe-accroche-v2 {
        max-width: 760px;

        padding: 0 50px;
    }

    .agencebe-accroche-v2 p {
        font-size: 21px;

        line-height: 1.55;
    }

    .agencebe-guillemet {
        font-size: 55px;
    }

    /* BLOC FONDATRICES */

    .agencebe-bloc {
    width: min(760px, calc(100% - 50px));

    grid-template-columns: 1fr;

    gap: 55px;

    margin-top: 35px;

    margin-bottom: 80px;
}

  .agencebe-bloc-visuel {
    width: 82%;
    max-width: 650px;
    margin: 0 auto;
}

    .agencebe-fondatrice-photo {
        height: 330px;
    }

    .agencebe-fondatrice-photo-decalee {
        transform: translateY(22px);
    }

    .agencebe-bloc-texte {
        padding-right: 0;
    }

    .agencebe-bloc-texte h2 {
        font-size: 35px;
    }

}

/* SMARTPHONE */

@media (max-width: 600px) {

    /* INTRODUCTION */

    .agencebe-intro-v2 {
        padding: 28px 18px 24px;
    }

    .agencebe-accroche-v2 {
        padding: 0 30px;
    }

    .agencebe-accroche-v2 p {
        font-size: 17px;

        line-height: 1.5;
    }

    .agencebe-guillemet {
        font-size: 42px;
    }

    .agencebe-guillemet-gauche {
        left: -2px;

        top: -8px;
    }

    .agencebe-guillemet-droit {
        right: -2px;

        bottom: -15px;
    }

    /* SÉPARATEUR */

    .agencebe-separateur-v2 {
        width: 175px;

        gap: 10px;

        margin-top: 18px;
    }

    .agencebe-maison-separateur {
        width: 26px !important;

        height: 26px !important;

        max-width: 26px !important;

        flex-basis: 26px;
    }

    /* BLOC FONDATRICES */

    .agencebe-bloc {
        width: calc(100% - 36px);

        display: flex;

        flex-direction: column;

        gap: 38px;

        margin-top: 25px;

        margin-bottom: 50px;
    }

    .agencebe-bloc-visuel {
        width: 100%;
    }

    .agencebe-fondatrices-photos {
        gap: 10px;

        padding-left: 14px;

        padding-bottom: 18px;
    }

    .agencebe-fondatrices-photos::before {
        width: 60%;

        height: 65%;
    }

    .agencebe-fondatrice-photo {
        height: 270px;
    }

    .agencebe-fondatrice-photo-decalee {
        transform: translateY(18px);
    }

    .agencebe-bloc-texte {
        padding: 0 8px;
    }

    .agencebe-bloc-numero {
        margin-bottom: 10px;
    }

    .agencebe-bloc-texte h2 {
        font-size: 29px;
    }

    .agencebe-bloc-trait {
        margin: 18px 0 21px;
    }

    .agencebe-bloc-texte p {
        font-size: 15px;

        line-height: 1.65;
    }
  
/* Rapproche le texte du visuel des fondatrices */
.agencebe-bloc01 .agencebe-bloc-texte {
    margin-top: -25px !important;
}
}

/* BLOC 02 - NOS VALEURS */

.agencebe-bloc02 {
    width: min(1320px, calc(100% - 60px));
    margin: 110px auto 100px;

    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
    gap: 95px;
}

/* TEXTE */

.agencebe-bloc02-texte {
    max-width: 540px;
}

.agencebe-bloc02-texte h2 {
    margin: 0;

    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
                 Roboto, "Helvetica Neue", Arial,
                 "Noto Sans", sans-serif;

    font-size: 35px;
    line-height: 1.18;
    font-weight: 400;

    color: #252525;
}

.agencebe-bloc02-texte h2 strong {
    font-weight: 600;
    color: #73786f;
}

/* TRAIT DORÉ */

.agencebe-bloc02-trait {
    width: 80px;
    height: 2px;

    margin: 25px 0 38px;

    background: #c79a32;
}

/* PARAGRAPHES */

.agencebe-bloc02-texte p {
    margin: 0 0 22px;

    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
                 Roboto, "Helvetica Neue", Arial,
                 "Noto Sans", sans-serif;

    font-size: 17px;
    line-height: 1.75;
    font-weight: 400;

    color: #333333;
}

.agencebe-bloc02-texte p strong {
    font-weight: 600;
}

/* BLOC 02 - VALEURS / MOTS-CLÉS */

.agencebe-bloc02-valeurs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 10px 16px;

    margin-top: 38px;
    padding-top: 25px;

    border-top: 1px solid #dedbd2;
}

/* MOTS */

.agencebe-bloc02-valeurs span {
    position: relative;

    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
             Roboto, "Helvetica Neue", Arial,
             "Noto Sans", sans-serif;
  
    padding: 0;

    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;

    text-transform: uppercase;

    color: #73786f;
}

.agencebe-bloc02-valeurs span::before {
    display: none;
}

/* PETIT SÉPARATEUR DORÉ ENTRE LES VALEURS */

.agencebe-bloc02-valeurs span:not(:last-child)::after {
    content: "•";

    display: inline-block;

    margin-left: 16px;

    color: #c79a32;

    font-size: 13px;
    font-weight: 600;
}

/* PARTIE VISUELLE */

.agencebe-bloc02-visuel {
    position: relative;

    min-height: 480px;

    padding: 0 20px 20px 0;
}

.agencebe-bloc02-photo {
    position: relative;
    z-index: 2;

    width: 100%;
    height: 455px;

    background: #737a70;

    overflow: hidden;
}

.agencebe-bloc02-photo img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}

/* BLOC VERT-GRIS DERRIÈRE LA FUTURE PHOTO */

.agencebe-bloc02-fond {
    position: absolute;

    right: 0;
    bottom: 0;

    width: 72%;
    height: 68%;

    background: #c79a32;

    z-index: 1;
}

/* TABLETTE */

@media (max-width: 991px) {

    .agencebe-bloc02 {
        width: min(760px, calc(100% - 50px));

        margin: 80px auto;

        grid-template-columns: 1fr;
        gap: 55px;
    }

    .agencebe-bloc02-texte {
        max-width: 650px;
    }

        .agencebe-bloc02-visuel {
        min-height: 345px;
        padding: 0 20px 20px 0;
    }

}

/* SMARTPHONE */

@media (max-width: 600px) {

    .agencebe-bloc02 {
        width: calc(100% - 36px);

        margin: 65px auto;

        gap: 42px;
    }
.agencebe-bloc02-visuel {
    min-height: 340px;
    padding: 0 18px 18px 0;
}

    .agencebe-bloc02-texte h2 {
        font-size: 29px;
    }

    .agencebe-bloc02-trait {
        width: 60px;

        margin: 20px 0 28px;
    }

    .agencebe-bloc02-texte p {
        font-size: 16px;
        line-height: 1.65;
    }

    .agencebe-bloc02-valeurs {
    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 14px 22px;

    margin-top: 30px;
    padding-top: 22px;
}

/* Pas de séparateur doré en disposition 2 x 2 */

.agencebe-bloc02-valeurs span::after {
    display: none !important;
}

    .agencebe-bloc02-photo {
        height: 320px;
    }
}

/* BLOC 03 - EXPERTISE / ETHIQUE */

.agencebe-bloc03 {
    width: min(1320px, calc(100% - 60px));
    margin: 100px auto;

    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    gap: 95px;
}

/* VISUEL GAUCHE */

.agencebe-bloc03-visuel {
    position: relative;

    min-height: 480px;

    padding: 0 0 20px 20px;
}

.agencebe-bloc03-photo {
    position: relative;
    z-index: 2;

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

    width: 100%;
    height: 455px;

    background: #f4f3ef;

    overflow: hidden;
}

.agencebe-bloc03-photo span {
    font-size: 12px;
    letter-spacing: 2px;

    color: #aaa;
}

/* APLAT VERT-GRIS */

.agencebe-bloc03-fond {
    position: absolute;

    left: 0;
    bottom: 0;

    width: 70%;
    height: 68%;

    background: #73786f;

    z-index: 1;
}

/* TEXTE DROITE */

.agencebe-bloc03-texte {
    max-width: 540px;
}

.agencebe-bloc03-texte h2 {
    margin: 0;

    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
                 Roboto, "Helvetica Neue", Arial,
                 "Noto Sans", sans-serif;

    font-size: 35px;
    line-height: 1.18;
    font-weight: 400;

    color: #252525;
}

.agencebe-bloc03-texte h2 strong {
    font-weight: 600;

    color: #73786f;
}

/* TRAIT DORÉ */

.agencebe-bloc03-trait {
    width: 80px;
    height: 2px;

    margin: 25px 0 35px;

    background: #c79a32;
}

/* PARAGRAPHE */

.agencebe-bloc03-texte p {
    margin: 0 0 22px;

    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
                 Roboto, "Helvetica Neue", Arial,
                 "Noto Sans", sans-serif;

    font-size: 17px;
    line-height: 1.75;

    color: #333;
}

.agencebe-bloc03-texte p strong {
    font-weight: 600;
}

/* MOTS-CLÉS */

.agencebe-bloc03-valeurs {
    
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
             Roboto, "Helvetica Neue", Arial,
             "Noto Sans", sans-serif;
  
  display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 10px 16px;

    margin-top: 34px;
    padding-top: 24px;

    border-top: 1px solid #dedbd2;
}

.agencebe-bloc03-valeurs span {
    position: relative;

    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;

    color: #73786f;
}

.agencebe-bloc03-valeurs span:not(:last-child)::after {
    content: "•";

    display: inline-block;

    margin-left: 16px;

    color: #c79a32;
}

/* TABLETTE */

@media (max-width: 991px) {

    .agencebe-bloc03 {
        width: min(760px, calc(100% - 50px));

        grid-template-columns: 1fr;

        gap: 55px;

        margin: 80px auto;
    }

        .agencebe-bloc03-visuel {
        min-height: 345px;
        padding: 0 0 22px 22px;
    }

    .agencebe-bloc03-texte {
        max-width: 650px;
    }

    .agencebe-bloc03-texte h2 {
        font-size: 35px;
        line-height: 1.18;
    }
}

/* SMARTPHONE */

@media (max-width: 600px) {

    .agencebe-bloc03 {
        width: calc(100% - 36px);

        margin: 65px auto;

        gap: 42px;
    }

    .agencebe-bloc03-visuel {
        min-height: 340px;

        padding: 0 0 18px 18px;
    }

    .agencebe-bloc03-photo {
        height: 320px;
    }

    .agencebe-bloc03-texte h2 {
        font-size: 29px;
        line-height: 1.18;
    }

    .agencebe-bloc03-trait {
        width: 60px;

        margin: 20px 0 28px;
    }

    .agencebe-bloc03-texte p {
        font-size: 16px;
        line-height: 1.65;
    }

    .agencebe-bloc03-valeurs {
        display: grid;
        grid-template-columns: 1fr 1fr;

        gap: 14px 22px;

        margin-top: 30px;
        padding-top: 22px;
    }

    .agencebe-bloc03-valeurs span::after {
        display: none !important;
    }
}

/* BLOC 04 - ORGANISATION / OUTIL EN LIGNE */

.agencebe-bloc04 {
    width: min(1320px, calc(100% - 60px));
    margin: 100px auto;

    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
    gap: 95px;
}

/* TEXTE GAUCHE */

.agencebe-bloc04-texte {
    max-width: 540px;
}

.agencebe-bloc04-texte h2 {
    margin: 0;

    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
                 Roboto, "Helvetica Neue", Arial,
                 "Noto Sans", sans-serif;

    font-size: 35px;
    line-height: 1.18;
    font-weight: 400;

    color: #252525;
}

.agencebe-bloc04-texte h2 strong {
    font-weight: 600;
    color: #73786f;
}

/* TRAIT DORÉ */

.agencebe-bloc04-trait {
    width: 80px;
    height: 2px;

    margin: 25px 0 35px;

    background: #c79a32;
}

/* PARAGRAPHE */

.agencebe-bloc04-texte p {
    margin: 0 0 22px;

    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
                 Roboto, "Helvetica Neue", Arial,
                 "Noto Sans", sans-serif;

    font-size: 17px;
    line-height: 1.75;

    color: #333333;
}

.agencebe-bloc04-texte p strong {
    font-weight: 600;
}

/* MOTS-CLÉS */

.agencebe-bloc04-valeurs {
    
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
             Roboto, "Helvetica Neue", Arial,
             "Noto Sans", sans-serif;
  
  display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 10px 16px;

    margin-top: 34px;
    padding-top: 24px;

    border-top: 1px solid #dedbd2;
}

.agencebe-bloc04-valeurs span {
    position: relative;

    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;

    color: #73786f;
}

.agencebe-bloc04-valeurs span:not(:last-child)::after {
    content: "•";

    display: inline-block;

    margin-left: 16px;

    color: #c79a32;
}

/* VISUEL DROITE */

.agencebe-bloc04-visuel {
    position: relative;

    min-height: 480px;

    padding: 0 20px 20px 0;
}

.agencebe-bloc04-photo {
    position: relative;
    z-index: 2;

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

    width: 100%;
    height: 455px;

    background: #f4f3ef;

    overflow: hidden;
}

.agencebe-bloc04-photo span {
    font-size: 12px;
    letter-spacing: 2px;

    color: #aaa;
}

/* APLAT VERT-GRIS */

.agencebe-bloc04-fond {
    position: absolute;

    right: 0;
    bottom: 0;

    width: 70%;
    height: 68%;

    background: #c79a32;

    z-index: 1;
}

/* TABLETTE */

@media (max-width: 991px) {

    .agencebe-bloc04 {
        width: min(760px, calc(100% - 50px));

        grid-template-columns: 1fr;

        gap: 55px;

        margin: 80px auto;
    }

    .agencebe-bloc04-texte {
        max-width: 650px;
    }

    .agencebe-bloc04-texte h2 {
        font-size: 35px;
        line-height: 1.18;
    }

        .agencebe-bloc04-visuel {
        min-height: 345px;
        padding: 0 22px 22px 0;
    }

}

/* SMARTPHONE */

@media (max-width: 600px) {

    .agencebe-bloc04 {
        width: calc(100% - 36px);

        margin: 65px auto;

        gap: 42px;
    }

    .agencebe-bloc04-texte h2 {
        font-size: 29px;
        line-height: 1.18;
    }

    .agencebe-bloc04-trait {
        width: 60px;

        margin: 20px 0 28px;
    }

    .agencebe-bloc04-texte p {
        font-size: 16px;
        line-height: 1.65;
    }

    .agencebe-bloc04-valeurs {
        display: grid;
        grid-template-columns: 1fr 1fr;

        gap: 14px 22px;

        margin-top: 30px;
        padding-top: 22px;
    }

    .agencebe-bloc04-valeurs span::after {
        display: none !important;
    }

    .agencebe-bloc04-visuel {
        min-height: 340px;

        padding: 0 18px 18px 0;
    }

    .agencebe-bloc04-photo {
        height: 320px;
    }
}

/* CONCLUSION - NOTRE ENGAGEMENT */

.agencebe-conclusion {
    width: min(1000px, calc(100% - 60px));

    margin: 70px auto 65px;

    text-align: center;
}

/* PETIT SUR-TITRE */

.agencebe-conclusion-label {
    margin-bottom: 22px;

    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
                 Roboto, "Helvetica Neue", Arial,
                 "Noto Sans", sans-serif;

    font-size: 12px;
    font-weight: 600;

    letter-spacing: 0.22em;

    color: #73786f;
}

/* CITATION */

.agencebe-conclusion-citation {
    position: relative;

    max-width: 780px;

    margin: 0 auto;

    padding: 0 75px;
}

.agencebe-conclusion-citation p {
    margin: 0;

    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
                 Roboto, "Helvetica Neue", Arial,
                 "Noto Sans", sans-serif;

    font-size: 27px;
    font-weight: 400;
    line-height: 1.45;

    color: #252525;
}

.agencebe-conclusion-citation p strong {
    font-weight: 600;

    color: #73786f;
}

/* GUILLEMETS DORÉS */

.agencebe-conclusion-guillemet {
    position: absolute;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 65px;
    font-weight: 400;
    line-height: 1;

    color: #c79a32;

    pointer-events: none;
}

.agencebe-conclusion-gauche {
    left: 0;
    top: -13px;
}

.agencebe-conclusion-droit {
    right: 0;
    bottom: -18px;
}

/* PETIT SÉPARATEUR FINAL */

.agencebe-conclusion-separateur {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 190px;

    margin: 30px auto 0;

    gap: 12px;
}

.agencebe-conclusion-separateur > span:not(.agencebe-conclusion-losange) {
    flex: 1;

    height: 1px;

    background: #c79a32;
}

.agencebe-conclusion-losange {
    width: 7px;
    height: 7px;

    border: 1px solid #c79a32;

    transform: rotate(45deg);
}

/* TABLETTE */

@media (max-width: 991px) {

    .agencebe-conclusion {
        width: min(760px, calc(100% - 50px));

        margin: 85px auto 65px;
    }

    .agencebe-conclusion-citation {
        max-width: 680px;

        padding: 0 60px;
    }

    .agencebe-conclusion-citation p {
        font-size: 24px;
    }

    .agencebe-conclusion-guillemet {
        font-size: 55px;
    }
}

/* SMARTPHONE */

@media (max-width: 600px) {

    .agencebe-conclusion {
        width: calc(100% - 36px);

        margin: 70px auto 55px;
    }

    .agencebe-conclusion-label {
        margin-bottom: 18px;

        font-size: 11px;
    }

    .agencebe-conclusion-citation {
        padding: 0 35px;
    }

    .agencebe-conclusion-citation p {
        font-size: 21px;
        line-height: 1.5;
    }

    .agencebe-conclusion-guillemet {
        font-size: 44px;
    }

    .agencebe-conclusion-gauche {
        left: 0;
        top: -8px;
    }

    .agencebe-conclusion-droit {
        right: 0;
        bottom: -12px;
    }

    .agencebe-conclusion-separateur {
        width: 150px;

        margin-top: 25px;
    }
}
/* BANDEAU */

/* ZONE GAUCHE */

.agencebe-v6-left {
    display: flex;
    align-items: center;
    justify-content: center;
}

.agencebe-v6-left-content {
    width: 100%;
    max-width: 470px;

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

    padding: 20px 30px;

    text-align: center;
}

/* PARTIE SUPÉRIEURE EN 2 CELLULES */

.agencebe-v6-top {
    width: 100%;

    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;

    gap: 30px;
}

.agencebe-v6-agence,
.agencebe-v6-membership {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    min-width: 0;

    text-align: center;
}

/* AGENCE BE */

.agencebe-v6-agence-name {
    margin: 0 0 7px;

    font-size: 22px;
    line-height: 1.2;
    font-weight: 500;

    color: #ffffff;
}

.agencebe-v6-agence-description {
    margin: 0;

    font-size: 14px;
    line-height: 1.45;
    font-weight: 400;

    color: rgba(255,255,255,0.90);
}

/* MEMBRE DE */

.agencebe-v6-membre {
    margin: 0 0 12px;

    font-size: 12px;
    line-height: 1.2;
    font-weight: 600;

    letter-spacing: 0.15em;

    color: #c79a32;
}

/* LOGOS */

.agencebe-v6-logos {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 22px;

    margin: 0;
}

.agencebe-v6-logos a {
    display: flex;
    align-items: center;
}

.agencebe-v6-fnaim {
    display: block;

    width: 105px;
    height: auto;
}

.agencebe-v6-vesta {
    display: block;

    width: 72px;
    height: auto;
}

/* SÉPARATEUR */

.agencebe-v6-social-line {
    width: 68%;
    height: 1px;

    margin: 19px auto 16px;

    background: rgba(199,154,50,0.55);
}

/* RÉSEAUX */

.agencebe-v6-social {
    width: 100%;

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

    text-align: center;
}

.agencebe-v6-social-title {
    margin-bottom: 12px;

    font-size: 13px;
    line-height: 1.2;
    font-weight: 600;

    letter-spacing: 0.15em;

    color: #c79a32;
}

/* LIGNE DES 4 ACCÈS */

.agencebe-v6-social-icons {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 15px;

    white-space: nowrap;
}

/* LINKEDIN / FACEBOOK / INSTAGRAM */

.agencebe-v6-social-icon {
    flex: 0 0 44px;

    width: 44px;
    height: 44px;

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

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

    color: #ffffff;

    text-decoration: none;

    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

.agencebe-v6-social-icon svg {
    width: 20px;
    height: 20px;

    fill: currentColor;
}

/* INSTAGRAM */

.agencebe-v6-instagram svg rect,
.agencebe-v6-instagram svg circle {
    fill: none;

    stroke: currentColor;
    stroke-width: 1.7;
}

/* LINKEDIN + FACEBOOK */

.agencebe-v6-social-icon svg path {
    fill: currentColor;
    stroke: none;
}

/* SURVOL */

.agencebe-v6-social-icon:hover {
    background: #c79a32;

    color: #ffffff;

    transform: translateY(-2px);
}

/* GOOGLE */

.agencebe-v6-google {
    min-height: 44px;

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

    gap: 8px;

    padding: 0 12px;

    border: 1px solid rgba(199,154,50,0.70);
    border-radius: 22px;

    font-size: 13px;
    line-height: 1;
    font-weight: 500;

    color: #ffffff;

    text-decoration: none;

    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

.agencebe-v6-google-icon {
    width: 21px;
    height: 21px;

    fill: currentColor;
}

.agencebe-v6-google:hover {
    background: #c79a32;
    border-color: #c79a32;

    color: #ffffff;

    transform: translateY(-2px);
}

/* TABLETTE */

@media (max-width: 991px) {

    .agencebe-v6-left-content {
        max-width: 430px;

        padding: 18px 22px;
    }

    .agencebe-v6-top {
        gap: 20px;
    }

    .agencebe-v6-agence-name {
        font-size: 20px;
    }

    .agencebe-v6-agence-description {
        font-size: 13px;
    }

    .agencebe-v6-membre {
        font-size: 11px;
    }

    .agencebe-v6-fnaim {
        width: 92px;
    }

    .agencebe-v6-vesta {
        width: 64px;
    }

    .agencebe-v6-social-line {
        margin-top: 16px;
        margin-bottom: 14px;
    }

    .agencebe-v6-social-title {
        font-size: 12px;
    }

    .agencebe-v6-social-icons {
        gap: 11px;
    }

    .agencebe-v6-social-icon {
        flex-basis: 40px;

        width: 40px;
        height: 40px;
    }

    .agencebe-v6-social-icon svg {
        width: 18px;
        height: 18px;
    }

    .agencebe-v6-google {
        min-height: 40px;

        padding: 0 10px;

        font-size: 12px;
    }

    .agencebe-v6-google-icon {
        width: 19px;
        height: 19px;
    }

}

/* SMARTPHONE */

@media (max-width: 600px) {

    .agencebe-v6-left-content {
        max-width: none;

        padding: 28px 20px;
    }

    /* LES 2 CELLULES PASSENT L'UNE SOUS L'AUTRE */

    .agencebe-v6-top {
        display: flex;
        flex-direction: column;

        gap: 22px;
    }

    .agencebe-v6-agence-name {
        font-size: 22px;
    }

    .agencebe-v6-agence-description {
        font-size: 14px;
    }

    .agencebe-v6-membre {
        margin-bottom: 11px;

        font-size: 12px;
    }

    .agencebe-v6-fnaim {
        width: 105px;
    }

    .agencebe-v6-vesta {
        width: 72px;
    }

    .agencebe-v6-social-line {
        width: 150px;

        margin: 22px auto 18px;
    }

    .agencebe-v6-social-title {
        margin-bottom: 14px;

        font-size: 13px;
    }

    /* RÉSEAUX */

    .agencebe-v6-social-icons {
        flex-wrap: wrap;

        gap: 12px;
    }

    .agencebe-v6-social-icon {
        flex-basis: 44px;

        width: 44px;
        height: 44px;
    }

    .agencebe-v6-social-icon svg {
        width: 20px;
        height: 20px;
    }

    .agencebe-v6-google {
        min-height: 44px;

        padding: 0 12px;

        font-size: 13px;
    }

    .agencebe-v6-google-icon {
        width: 21px;
        height: 21px;
    }

}

/* BANDEAU */

@media (min-width: 992px) {

    .agencebe-v6-left-content {
        max-width: 650px;
        padding: 24px 35px;
    }

    /* LIGNE DU HAUT */

    .agencebe-v6-top {
        gap: 60px;
    }

    /* AGENCE */

    .agencebe-v6-agence-name {
        font-size: 32px;
        line-height: 1.2;
    }

    .agencebe-v6-agence-description {
        margin-top: 9px;

        font-size: 15px;
        line-height: 1.45;
    }

    /* MEMBRE DE */

    .agencebe-v6-membre {
        margin-bottom: 18px;

        font-size: 16px;
        letter-spacing: 0.16em;
    }

    /* LOGOS */

    .agencebe-v6-logos {
        gap: 34px;
    }

    .agencebe-v6-fnaim {
        width: 145px;
    }

    .agencebe-v6-vesta {
        width: 100px;
    }

    /* LIGNE DE SÉPARATION */

    .agencebe-v6-social-line {
        width: 78%;

        margin: 26px auto 21px;
    }

    /* SUIVEZ-NOUS */

    .agencebe-v6-social-title {
        margin-bottom: 17px;

        font-size: 17px;
        letter-spacing: 0.16em;
    }

    /* RÉSEAUX */

    .agencebe-v6-social-icons {
        gap: 20px;
    }

    .agencebe-v6-social-icon {
        flex-basis: 58px;

        width: 58px;
        height: 58px;
    }

    .agencebe-v6-social-icon svg {
        width: 27px;
        height: 27px;
    }

    /* AVIS GOOGLE */

    .agencebe-v6-google {
        min-height: 58px;

        padding: 0 20px;

        gap: 10px;

        border-radius: 30px;

        font-size: 17px;
    }

    .agencebe-v6-google-icon {
        width: 27px;
        height: 27px;
    }

}

/* BANDEAU */

.agencebe-v6-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.agencebe-v6-right-content {
    width: 100%;
    max-width: 650px;

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

    padding: 24px 35px;

    color: #ffffff;
}

/* LIGNE SUPÉRIEURE — 2 CELLULES */

.agencebe-v6-right-top {
    width: 100%;

    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;

    gap: 45px;
}

.agencebe-v6-bureaux,
.agencebe-v6-opening {
    min-width: 0;

    text-align: center;
}

/* TITRES */

.agencebe-v6-right-title {
    margin-bottom: 16px;

    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;

    letter-spacing: 0.15em;

    color: #ffffff;
}

/* ADRESSE */

.agencebe-v6-bureaux-info {
    display: flex;
    align-items: flex-start;
    justify-content: center;

    gap: 12px;
}

.agencebe-v6-location {
    flex: 0 0 auto;

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

    color: #ffffff;

    text-decoration: none;

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

.agencebe-v6-location-icon {
    width: 30px;
    height: 30px;

    fill: currentColor;
}

.agencebe-v6-location-icon circle {
    fill: #c79a32;
}

.agencebe-v6-location:hover {
    color: #c79a32;

    transform: translateY(-2px);
}

.agencebe-v6-address {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;

    text-align: left;

    color: #ffffff;
}

.agencebe-v6-phone {
    margin-top: 7px;

    font-size: 14px;
    font-weight: 500;
}

/* HORAIRES */

.agencebe-v6-opening-info {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 14px;
}

.agencebe-v6-clock-icon {
    flex: 0 0 auto;

    width: 34px;
    height: 34px;

    fill: none;

    stroke: #ffffff;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.agencebe-v6-opening-hours {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;

    text-align: left;

    color: #ffffff;
}

/* SÉPARATEUR BLANC */

.agencebe-v6-info-line {
    width: 78%;
    height: 1px;

    margin: 26px auto 21px;

    background: rgba(255,255,255,0.55);
}

/* INFOS PRATIQUES */

.agencebe-v6-infos {
    width: 100%;

    text-align: center;
}

.agencebe-v6-infos-title {
    margin-bottom: 15px;

    font-size: 17px;
    line-height: 1.2;
    font-weight: 600;

    letter-spacing: 0.16em;

    color: #ffffff;
}

.agencebe-v6-infos-links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;

    gap: 8px;

    font-size: 13px;
    line-height: 1.4;
}

.agencebe-v6-infos-links a {
    color: #ffffff;

    font-weight: 500;

    text-decoration: none;

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

.agencebe-v6-infos-links a:hover {
    color: #73786f;
}

.agencebe-v6-infos-links span {
    color: rgba(255,255,255,0.70);
}

/* TABLETTE */

@media (max-width: 991px) {

    .agencebe-v6-right-content {
        max-width: 560px;

        padding: 22px 25px;
    }

    .agencebe-v6-right-top {
        gap: 28px;
    }

    .agencebe-v6-right-title {
        font-size: 13px;
    }

    .agencebe-v6-address {
        font-size: 13px;
    }

    .agencebe-v6-phone {
        font-size: 13px;
    }

    .agencebe-v6-opening-hours {
        font-size: 16px;
    }

    .agencebe-v6-infos-title {
        font-size: 14px;
    }

    .agencebe-v6-infos-links {
        font-size: 12px;
    }

}

/* SMARTPHONE */

@media (max-width: 600px) {

    .agencebe-v6-right-content {
        max-width: none;

        padding: 30px 22px;
    }

    /* ADRESSE + HORAIRES L'UN SOUS L'AUTRE */

    .agencebe-v6-right-top {
        display: flex;
        flex-direction: column;
        align-items: center;

        gap: 28px;
    }

    .agencebe-v6-bureaux,
    .agencebe-v6-opening {
        width: 100%;
    }

    .agencebe-v6-right-title {
        margin-bottom: 14px;

        font-size: 14px;
    }

    .agencebe-v6-bureaux-info {
        align-items: center;
    }

    .agencebe-v6-address {
        font-size: 14px;
    }

    .agencebe-v6-opening-hours {
        font-size: 17px;
    }

    .agencebe-v6-info-line {
        width: 150px;

        margin: 26px auto 20px;
    }

    .agencebe-v6-infos-title {
        font-size: 15px;
    }

    .agencebe-v6-infos-links {
        flex-direction: column;

        gap: 9px;

        font-size: 14px;
    }

    /* SUPPRESSION DES POINTS ENTRE LES LIENS SUR MOBILE */

    .agencebe-v6-infos-links span {
        display: none;
    }

}

/* BANDEAU */

@media (min-width: 992px) {

    .agencebe-v6-right-content {
        max-width: 690px;
        padding: 22px 28px;
    }

    /* Deux cellules du haut */
    .agencebe-v6-right-top {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    /* Titres */
    .agencebe-v6-right-title {
        margin-bottom: 15px;
        font-size: 17px;
        letter-spacing: 0.15em;
    }

    /* Adresse */
    .agencebe-v6-bureaux-info {
        gap: 13px;
    }

    .agencebe-v6-location-icon {
        width: 32px;
        height: 32px;
    }

    .agencebe-v6-address {
        font-size: 16px;
        line-height: 1.45;
    }

    .agencebe-v6-phone {
        margin-top: 7px;
        font-size: 15px;
        line-height: 1.35;
        white-space: nowrap;
    }

    /* Horaires */
    .agencebe-v6-opening-info {
        gap: 15px;
    }

    .agencebe-v6-clock-icon {
        width: 36px;
        height: 36px;
    }

    .agencebe-v6-opening-hours {
        font-size: 19px;
        line-height: 1.5;
    }

    /* Séparation */
    .agencebe-v6-info-line {
        width: 76%;
        margin: 22px auto 18px;
    }

    /* Infos pratiques */
    .agencebe-v6-infos-title {
        margin-bottom: 14px;
        font-size: 17px;
    }

    .agencebe-v6-infos-links {
        gap: 9px;
        font-size: 14px;
        line-height: 1.4;
    }
}

/* BANDEAU */

@media (min-width: 992px) {

    .agencebe-v6-address {
        font-size: 17px;
    }

    .agencebe-v6-phone {
        font-size: 16px;
    }

    .agencebe-v6-infos-links {
        font-size: 15px;
    }
}

/* BANDEAU */

@media (min-width: 992px) {

    /* AGENCE BE = même taille que NOS BUREAUX */
    .agencebe-v6-agence-name {
        font-size: 17px;
        line-height: 1.2;
        font-weight: 500;
    }

    /* SUIVEZ-NOUS = même taille que MEMBRE DE */
    .agencebe-v6-social-title {
        font-size: 12px;
        line-height: 1.2;
        font-weight: 600;
        letter-spacing: 0.16em;
    }
}

/* BANDEAU */

@media (min-width: 992px) {

    .agencebe-v6-logos {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 30px;
    }

    /* Même hauteur visuelle pour les deux logos */
    .agencebe-v6-fnaim,
    .agencebe-v6-vesta {
        width: auto;
        height: 68px;
        object-fit: contain;
    }
}

/* BANDEAU */

@media (min-width: 992px) {

    /* NOS BUREAUX + DU LUNDI AU VENDREDI */
    .agencebe-v6-right-title {
        font-size: 14px;
        line-height: 1.2;
        letter-spacing: 0.14em;
    }

    /* HORAIRES */
    .agencebe-v6-opening-hours {
        font-size: 17px;
        line-height: 1.45;
    }

    /* INFOS PRATIQUES : on conserve le titre actuel */
    .agencebe-v6-infos-title {
        font-size: 17px;
    }

    /* LIENS DU BAS : plus présents et lisibles */
    .agencebe-v6-infos-links {
        font-size: 17px;
        line-height: 1.4;
        gap: 11px;
    }
}

/* AGENCE BE — RESPONSIVE GLOBAL FINAL
   Architecture officielle du site
   PC         : 992px et +
   TABLETTE   : 601px à 991px
   SMARTPHONE : 600px et - */

/* TABLETTE + SMARTPHONE
   BASE GLOBALE */

@media (max-width: 991px) {

    img,
    svg {
        max-width: 100%;
    }
}

/* SMARTPHONE
   BASE GLOBALE */

@media (max-width: 600px) {

    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }
}

/* TABLETTE - ORDRE BLOC 03
   Texte avant visuel */

@media (max-width: 991px) {

    .agencebe-bloc03-texte {
        order: 1;
    }

    .agencebe-bloc03-visuel {
        order: 2;
    }

}

/* TABLETTE */

@media (min-width: 601px) and (max-width: 1279px) {

    /* La zone grise conserve exactement sa hauteur actuelle */
    .agencebe-v6-left {
        overflow: hidden;
    }

    /* On compacte légèrement le contenu interne */
    .agencebe-v6-left-content {
    display: flex;
    flex-direction: column;
    justify-content: center;

    padding-top: 30px;
    padding-bottom: 30px;
}

    /* Partie supérieure : Agence BE + Membre de */
    .agencebe-v6-top {
        gap: 28px;
    }

    .agencebe-v6-agence-name {
        margin: 0;
        line-height: 1.15;
    }

    .agencebe-v6-agence-description {
        margin-top: 5px;
        line-height: 1.35;
    }

    .agencebe-v6-membre {
        margin-bottom: 8px;
        line-height: 1.15;
    }

    /* Logos légèrement plus compacts pour éviter
   que le haut du contenu sorte de la zone */
    .agencebe-v6-logos {
        gap: 24px;
    }

    .agencebe-v6-fnaim,
    .agencebe-v6-vesta {
        height: 55px;
        width: auto;
    }

    /* Séparateur */
    .agencebe-v6-social-line {
        margin-top: 18px;
        margin-bottom: 14px;
    }

    /* Réseaux sociaux */
    .agencebe-v6-social-title {
        margin-bottom: 10px;
    }

    .agencebe-v6-social-icons {
        gap: 13px;
    }
}

/* BANDEAU */

@media (max-width: 600px) {

    /* BANDEAU GRIS */

    .agencebe-v6-left {
        padding: 25px 20px !important;
    }

    .agencebe-v6-left-content {
        padding: 0 !important;
    }

    /* Agence BE -> Membre de */
    .agencebe-v6-top {
        gap: 18px !important;
    }

    .agencebe-v6-membre {
        margin-bottom: 8px !important;
    }

    /* Logos */
    .agencebe-v6-logos {
        gap: 20px !important;
    }

    /* Séparateur avant SUIVEZ-NOUS */
    .agencebe-v6-social-line {
        margin: 18px auto 14px !important;
    }

    /* Titre SUIVEZ-NOUS */
    .agencebe-v6-social-title {
        margin-bottom: 10px !important;
    }

    /* BANDEAU JAUNE */

    .agencebe-v6-right {
        padding: 25px 20px !important;
    }

    .agencebe-v6-right-content {
        padding: 0 !important;
    }

    /* Espace entre Bureaux et Horaires */
    .agencebe-v6-right-top {
        gap: 22px !important;
    }

    .agencebe-v6-right-title {
        margin-bottom: 10px !important;
    }

    /* Séparateur avant Infos pratiques */
    .agencebe-v6-info-line {
        margin: 18px auto 14px !important;
    }

    /* Titre Infos pratiques */
    .agencebe-v6-infos-title {
        margin-bottom: 10px !important;
    }

    /* Liens Infos pratiques */
    .agencebe-v6-infos-links {
        gap: 7px !important;
    }
}

/* MOBILE ≤ 600px — FINITION ESPACEMENTS ZONE JAUNE */

@media (max-width: 600px) {

    .agencebe-v6-right-top {
        gap: 17px !important;
    }

    .agencebe-v6-right-title {
        margin-bottom: 8px !important;
    }

    .agencebe-v6-info-line {
        margin-top: 15px !important;
        margin-bottom: 12px !important;
    }

}

/* TABLETTE 601px → 991px
   COMPACTAGE BANDEAUX */

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

    /* BANDEAU GRIS */
    .agencebe-v6-left-content {
        padding-top: 28px !important;
        padding-bottom: 28px !important;
    }

    /* BANDEAU JAUNE */
    .agencebe-v6-right-content {
        padding-top: 28px !important;
        padding-bottom: 28px !important;
    }

}

/* agencebe-bloc02-photo */
.agencebe-bloc02-photo {
    overflow: hidden;
}

.agencebe-bloc02-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* agencebe-bloc03-photo */
.agencebe-bloc03-photo {
    overflow: hidden;
}

.agencebe-bloc03-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* agencebe-bloc04-photo */
.agencebe-bloc04-photo {
    overflow: hidden;
}

.agencebe-bloc04-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* NOTRE ÉQUIPE */

.agencebe-equipe {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 70px 55px 90px;

    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
                 Roboto, "Helvetica Neue", Arial,
                 "Noto Sans", sans-serif;

    color: #111111;
}

/* 1. INTRODUCTION */

.agencebe-equipe-intro {
    max-width: 850px;
    margin: 0 auto 65px;
    text-align: center;
}

.agencebe-equipe-label {
    margin-bottom: 20px;

    color: #737a70;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 5px;
}

.agencebe-equipe-intro h1 {
    margin: 0;

    font-size: 42px;
    line-height: 1.15;
    font-weight: 300;
}

.agencebe-equipe-intro h1 strong {
    color: #737a70;
    font-weight: 600;
}

.agencebe-equipe-trait {
    width: 70px;
    height: 2px;
    margin: 25px auto;

    background: #c79a32;
}

.agencebe-equipe-intro p {
    max-width: 700px;
    margin: 0 auto;

    font-size: 18px;
    line-height: 1.6;
    font-weight: 300;
}

/* 2. SOUS-TITRE */

.agencebe-equipe-soustitre {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;

    margin-bottom: 10px;
}

.agencebe-equipe-soustitre span {
    width: 65px;
    height: 2px;

    background: #c79a32;
}

.agencebe-equipe-soustitre h2 {
    margin: 0;

    color: #344034;
    font-size: 27px;
    line-height: 1.2;
    font-weight: 600;
}

.agencebe-equipe-soustitre-texte {
    max-width: 780px;
    margin: 0 auto 45px;

    text-align: center;

    font-size: 16px;
    line-height: 1.55;
    font-weight: 300;
}

/* 3. FONDATRICES */

.agencebe-equipe-fondatrices {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 30px;

    max-width: 1080px;
    margin: 0 auto 75px;
}

/* 4. CARTE FONDATRICE */

.agencebe-fondatrice-card {
    display: grid;
    grid-template-columns: 58% 42%;

    min-height: 430px;

    overflow: hidden;

    background: #faf9f6;

    border: 1px solid #e5e2dc;
    border-radius: 9px;

    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.035);
}

.agencebe-fondatrice-photo {
    position: relative;
    min-width: 0;
    height: 100%;
    overflow: hidden;
}

.agencebe-fondatrice-photo img {
    display: block;

    width: 100%;
    height: 100%;

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

.agencebe-fondatrice-contenu {
    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 35px 28px;

    background: #faf9f6;
}

.agencebe-fondatrice-contenu h2 {
    margin: 0 0 9px;

    color: #c78f1f;

    font-size: 25px;
    line-height: 1.15;
    font-weight: 600;
}

.agencebe-fondatrice-fonction {
    margin: 0;

    color: #111111;

    font-size: 15px;
    line-height: 1.45;
    font-weight: 600;
}

.agencebe-card-trait {
    width: 34px;
    height: 2px;

    margin: 20px 0;

    background: #c79a32;
}

.agencebe-fondatrice-description {
    margin: 0;

    color: #333333;

    font-size: 15px;
    line-height: 1.55;
    font-weight: 300;
}

.agencebe-fondatrice-picto {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 45px;
    height: 45px;

    margin-top: 25px;

    border: 1px solid #c79a32;
    border-radius: 50%;
}

.agencebe-fondatrice-picto img {
    display: block;

    width: 25px;
    height: 25px;

    object-fit: contain;
}

/* 5. SÉPARATEUR MAISON */

.agencebe-equipe-separateur {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 18px;

    max-width: 500px;
    margin: 0 auto 45px;
}

.agencebe-equipe-separateur span {
    display: block;

    width: 150px;
    height: 1px;

    background: #c79a32;
}

.agencebe-equipe-separateur img {
    display: block;

    width: 34px;
    height: 34px;

    object-fit: contain;
}

/* 6. GRILLE DES COLLABORATEURS */

.agencebe-equipe-grille {
    display: grid;

    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 30px;

    /* Grille volontairement plus compacte */
    max-width: 1050px;

    margin: 0 auto 75px;
}

/* 7. CARTE COLLABORATEUR */

.agencebe-membre-card {
    min-width: 0;

    overflow: hidden;

    background: #faf9f6;

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

    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.03);

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

.agencebe-membre-card:hover {
    transform: translateY(-4px);

    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
}

.agencebe-membre-photo {
    width: 100%;

    /* Portrait plus petit et plus horizontal */
    aspect-ratio: 4 / 4.2;

    overflow: hidden;

    background: #f1f1ef;
}

.agencebe-membre-photo img {
    display: block;

    width: 100%;
    height: 100%;

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

    transition: transform 0.35s ease;
}

.agencebe-membre-card:hover .agencebe-membre-photo img {
    transform: scale(1.025);
}

.agencebe-membre-contenu {
    min-height: 190px;

    padding: 20px 22px 24px;
}

.agencebe-membre-contenu h3 {
    margin: 0 0 6px;

    color: #c78f1f;

    font-size: 21px;
    line-height: 1.2;
    font-weight: 600;
}

.agencebe-membre-fonction {
    margin: 0;

    color: #222222;

    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
}

.agencebe-membre-description {
    margin: 0;

    color: #555b53;

    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
}

/* 8. CONCLUSION */

.agencebe-equipe-conclusion {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 22px;

    max-width: 1000px;
    margin: 0 auto;

    padding: 22px 35px;

    background: #f7f7f4;

    border: 1px solid #e5e2dc;
    border-radius: 8px;
}

.agencebe-equipe-conclusion-picto {
    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 55px;

    width: 55px;
    height: 55px;

    border: 1px solid #c79a32;
    border-radius: 50%;
}

.agencebe-equipe-conclusion-picto img {
    display: block;

    width: 32px;
    height: 32px;

    object-fit: contain;
}

.agencebe-equipe-conclusion p {
    margin: 0;

    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
}

.agencebe-equipe-conclusion strong {
    color: #c78f1f;
    font-weight: 600;
}

/* TABLETTE
   600px → 1024px */

@media (min-width: 600px) and (max-width: 1024px) {

    .agencebe-equipe {
        padding: 65px 38px 80px;
    }

    .agencebe-equipe-intro h1 {
        font-size: 38px;
    }

    /* Fondatrices toujours côte à côte */

    .agencebe-equipe-fondatrices {
        gap: 22px;
    }

    .agencebe-fondatrice-photo {
        aspect-ratio: 4 / 4.3;
    }

    .agencebe-fondatrice-contenu {
        padding: 24px;
    }

    /* Collaborateurs : 2 par ligne */

    .agencebe-equipe-grille {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px;
    }
agencebe-membre-photo {
        aspect-ratio: 3 / 2;
    }
}

/* SMARTPHONE
   < 600px */

@media (max-width: 599px) {

    .agencebe-equipe {
        padding: 55px 22px 65px;
    }

    /* INTRO */

    .agencebe-equipe-intro {
        margin-bottom: 55px;
    }

    .agencebe-equipe-label {
        font-size: 12px;
        letter-spacing: 4px;
    }

    .agencebe-equipe-intro h1 {
        font-size: 36px;
        line-height: 1.18;
    }

    .agencebe-equipe-intro h1 br {
        display: none;
    }

    .agencebe-equipe-intro p {
        font-size: 17px;
        line-height: 1.6;
    }

    /* SOUS-TITRE */

    .agencebe-equipe-soustitre {
        gap: 12px;
    }

    .agencebe-equipe-soustitre span {
        width: 30px;
    }

    .agencebe-equipe-soustitre h2 {
        font-size: 22px;
        text-align: center;
    }

    .agencebe-equipe-soustitre-texte {
        margin-bottom: 35px;

        font-size: 15px;
        line-height: 1.55;
    }

    /* FONDATRICES
   Une carte par ligne */

    .agencebe-equipe-fondatrices {
        grid-template-columns: 1fr;

        gap: 30px;

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

        margin-left: auto;
        margin-right: auto;
        margin-bottom: 55px;
    }

    .agencebe-fondatrice-card {
        grid-template-columns: 1fr;

        min-height: 0;
    }

    .agencebe-fondatrice-photo {
        width: 100%;
        aspect-ratio: 4 / 4.5;
    }

    .agencebe-fondatrice-photo img {
        width: 100%;
        height: 100%;

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

    .agencebe-fondatrice-contenu {
        padding: 26px 25px 28px;
    }

    .agencebe-fondatrice-contenu h2 {
        font-size: 25px;
    }

    /* SÉPARATEUR */

    .agencebe-equipe-separateur {
        gap: 14px;
        margin-bottom: 50px;
    }

    .agencebe-equipe-separateur span {
        width: 85px;
    }

    /* COLLABORATEURS
   Une carte par ligne */

    .agencebe-equipe-grille {
        grid-template-columns: 1fr;

        gap: 28px;

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

        margin-left: auto;
        margin-right: auto;
        margin-bottom: 55px;
    }

    .agencebe-membre-photo {
    aspect-ratio: 4 / 3.5;
}

    .agencebe-membre-contenu {
        min-height: 0;

        padding: 22px 24px 26px;
    }

    .agencebe-membre-contenu h3 {
        font-size: 22px;
    }

    /* Pas d'effet hover inutile sur mobile */

    .agencebe-membre-card:hover {
        transform: none;
    }

    .agencebe-membre-card:hover .agencebe-membre-photo img {
        transform: none;
    }

    /* CONCLUSION */

    .agencebe-equipe-conclusion {
        flex-direction: column;

        gap: 15px;

        padding: 25px 22px;

        text-align: center;
    }

    .agencebe-equipe-conclusion p {
        font-size: 15px;
    }

}

/* PAGE LE MÉTIER DE SYNDIC — MAQUETTE A
   PC + TABLETTE + SMARTPHONE */

.agencebe-syndic {
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;
    padding: 70px 55px 90px;

    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
                 Roboto, "Helvetica Neue", Arial,
                 "Noto Sans", sans-serif;

    color: #252525;
}

/* 1. INTRODUCTION */

.agencebe-syndic-intro {
    max-width: 850px;
    margin: 0 auto 75px;
    text-align: center;
}

.agencebe-syndic-label {
    margin-bottom: 18px;

    color: #737a70;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 4px;
}

.agencebe-syndic-intro h1,
.agencebe-syndic-histoire-intro h2 {
    margin: 0;

    font-size: 42px;
    line-height: 1.16;
    font-weight: 300;
}

.agencebe-syndic-intro h1 strong,
.agencebe-syndic-histoire-intro h2 strong {
    color: #737a70;
    font-weight: 600;
}

.agencebe-syndic-trait {
    width: 72px;
    height: 2px;

    margin: 25px auto;

    background: #c79a32;
}

.agencebe-syndic-intro p {
    max-width: 700px;
    margin: 0 auto;

    font-size: 18px;
    line-height: 1.65;
    font-weight: 300;
}

/* 2. MÉTIER — TEXTE + ICEBERG */

.agencebe-syndic-metier {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;

    align-items: center;
    gap: 80px;

    width: min(1200px, calc(100% - 20px));
    margin: 0 auto 85px;
}

.agencebe-syndic-metier-texte {
    max-width: 520px;
}

.agencebe-syndic-metier-texte h2 {
    margin: 0;

    font-size: 35px;
    line-height: 1.2;
    font-weight: 400;
}

.agencebe-syndic-metier-texte h2 strong {
    color: #737a70;
    font-weight: 600;
}

.agencebe-syndic-petit-trait {
    width: 65px;
    height: 2px;

    margin: 24px 0 32px;

    background: #c79a32;
}

.agencebe-syndic-metier-texte p {
    margin: 0 0 22px;

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

.agencebe-syndic-metier-texte p strong {
    font-weight: 600;
}

/* 2B. MISSIONS PRINCIPALES DU SYNDIC */

.agencebe-syndic-missions {
    display: grid;
    gap: 14px;

    margin-top: 30px;
}

.agencebe-syndic-mission {
    display: grid;
    grid-template-columns: 32px 1fr;
    align-items: center;

    gap: 14px;

    color: #333333;

    font-size: 15px;
    line-height: 1.45;
    font-weight: 300;
}

.agencebe-syndic-mission-picto {
    display: block;

    width: 27px;
    height: 27px;

    object-fit: contain;
}

/* 3. IMAGE ICEBERG */

.agencebe-syndic-metier-image {
    text-align: center;
}

.agencebe-image-zoom {
    position: relative;

    display: block;

    overflow: hidden;

    border-radius: 8px;

    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);

    cursor: zoom-in;

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

.agencebe-image-zoom:hover {
    transform: translateY(-3px);

    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.12);
}

.agencebe-image-zoom img {
    display: block;

    width: 100%;
    height: auto;
}

.agencebe-image-zoom-icone {
    position: absolute;

    right: 14px;
    bottom: 14px;

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

    width: 38px;
    height: 38px;

    border-radius: 50%;

    color: #ffffff;
    background: rgba(199, 154, 50, 0.92);

    font-size: 24px;
    font-weight: 300;

    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.agencebe-image-legende {
    margin: 15px 0 0;

    color: #737a70;

    font-size: 13px;
    letter-spacing: 0.04em;
}

/* 4. SÉPARATEUR */

.agencebe-syndic-separateur {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 18px;

    max-width: 520px;
    margin: 0 auto 70px;
}

.agencebe-syndic-separateur span {
    display: block;

    width: 165px;
    height: 1px;

    background: #c79a32;
}

.agencebe-syndic-separateur img {
    display: block;

    width: 35px;
    height: 35px;

    object-fit: contain;
}

/* 5. INTRO HISTOIRE */

.agencebe-syndic-histoire-intro {
    max-width: 850px;

    margin: 0 auto 65px;

    text-align: center;
}

.agencebe-syndic-histoire-intro p {
    max-width: 720px;

    margin: 0 auto;

    font-size: 17px;
    line-height: 1.65;
    font-weight: 300;
}

/* 6. CHRONOLOGIE — MAQUETTE A ALTERNÉE */

.agencebe-chronologie {
    position: relative;
    width: min(1120px, calc(100% - 20px));
    margin: 0 auto;
    padding: 5px 0 10px;
}

.agencebe-chrono-item {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 54px minmax(0, 1fr);
    column-gap: 0;
    align-items: start;
    margin-bottom: 46px;
}

.agencebe-chrono-date {
    position: absolute;
    top: 0;
    color: #c78f1f;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.agencebe-chrono-gauche .agencebe-chrono-date {
    right: calc(50% + 37px);
    text-align: right;
}

.agencebe-chrono-droite .agencebe-chrono-date {
    left: calc(50% + 37px);
    text-align: left;
}

.agencebe-chrono-point {
    grid-column: 2;
    position: relative;
    z-index: 2;
    width: 12px;
    height: 12px;
    margin: 4px auto 0;
    border: 3px solid #ffffff;
    border-radius: 50%;
    background: #c79a32;
    box-shadow: 0 0 0 1px #c79a32;
}

.agencebe-chrono-contenu {
    width: 100%;
    max-width: 455px;
}

.agencebe-chrono-gauche .agencebe-chrono-contenu {
    grid-column: 1;
    justify-self: end;
    padding-right: 22px;
    text-align: left;
}

.agencebe-chrono-droite .agencebe-chrono-contenu {
    grid-column: 3;
    justify-self: start;
    padding-left: 22px;
    text-align: left;
}

.agencebe-chrono-contenu p strong {
    font-weight: 600;
}

/* 7. IMAGES HISTORIQUES */

/* 8. CONCLUSION */

.agencebe-syndic-conclusion {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 22px;

    max-width: 1000px;

    margin: 80px auto 0;

    padding: 22px 35px;

    background: #f7f7f4;

    border: 1px solid #e5e2dc;
    border-radius: 8px;
}

.agencebe-syndic-conclusion-picto {
    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 55px;

    width: 55px;
    height: 55px;

    border: 1px solid #c79a32;
    border-radius: 50%;
}

.agencebe-syndic-conclusion-picto img {
    display: block;

    width: 32px;
    height: 32px;

    object-fit: contain;
}

.agencebe-syndic-conclusion p {
    margin: 0;

    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
}

.agencebe-syndic-conclusion strong {
    color: #c78f1f;
    font-weight: 600;
}

/* TABLETTE
   601px à 991px */

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

    .agencebe-syndic {
        padding: 65px 38px 80px;
    }

    .agencebe-syndic-intro h1,
    .agencebe-syndic-histoire-intro h2 {
        font-size: 38px;
    }

    .agencebe-syndic-metier {
        grid-template-columns: 1fr;

        width: min(760px, calc(100% - 20px));

        gap: 45px;
    }

    .agencebe-syndic-metier-texte {
        max-width: 650px;
    }

    .agencebe-syndic-metier-image {
        max-width: 680px;

        margin: 0 auto;
    }

    .agencebe-syndic-missions {
        max-width: 600px;
        gap: 13px;
        margin-top: 27px;
    }

    .agencebe-chrono-item {
        grid-template-columns: minmax(0, 1fr) 46px minmax(0, 1fr);
        margin-bottom: 42px;
    }

    .agencebe-chrono-gauche .agencebe-chrono-date {
        right: calc(50% + 32px);
    }

    .agencebe-chrono-droite .agencebe-chrono-date {
        left: calc(50% + 32px);
    }

    .agencebe-chrono-droite .agencebe-chrono-contenu {
        padding-left: 16px;
    }

    .agencebe-chrono-gauche .agencebe-chrono-contenu {
        padding-right: 16px;
    }

    .agencebe-chrono-contenu h3 {
        font-size: 19px;
    }

    .agencebe-chrono-contenu p {
        font-size: 14px;
    }
}

/* SMARTPHONE
   600px et moins */

@media (max-width: 600px) {

    .agencebe-syndic {
        padding: 55px 22px 65px;
    }

    .agencebe-syndic-intro {
        margin-bottom: 55px;
    }

    .agencebe-syndic-label {
        font-size: 12px;
        letter-spacing: 3px;
    }

    .agencebe-syndic-intro h1,
    .agencebe-syndic-histoire-intro h2 {
        font-size: 31px;
        line-height: 1.18;
    }

    .agencebe-syndic-intro h1 br,
    .agencebe-syndic-histoire-intro h2 br {
        display: none;
    }

    .agencebe-syndic-intro p {
        font-size: 16px;
    }

    .agencebe-syndic-metier {
        grid-template-columns: 1fr;

        width: 100%;

        gap: 35px;

        margin-bottom: 60px;
    }

    .agencebe-syndic-metier-texte h2 {
        font-size: 29px;
    }

    .agencebe-syndic-metier-texte p {
        font-size: 16px;
        line-height: 1.65;
    }

    .agencebe-syndic-petit-trait {
        width: 60px;

        margin: 20px 0 27px;
    }

    .agencebe-syndic-missions {
        gap: 13px;
        margin-top: 25px;
    }

    .agencebe-syndic-mission {
        grid-template-columns: 29px 1fr;
        gap: 12px;

        font-size: 14px;
        line-height: 1.45;
    }

    .agencebe-syndic-mission-picto {
        width: 25px;
        height: 25px;
    }

    .agencebe-image-zoom {
        border-radius: 6px;
    }

    .agencebe-image-zoom-icone {
        width: 34px;
        height: 34px;

        right: 10px;
        bottom: 10px;

        font-size: 21px;
    }

    .agencebe-syndic-separateur {
        gap: 12px;

        margin-bottom: 55px;
    }

    .agencebe-syndic-separateur span {
        width: 80px;
    }

    .agencebe-syndic-histoire-intro {
        margin-bottom: 50px;
    }

    /* Chronologie smartphone :
   retour sur une seule colonne pour conserver une lecture confortable. */

    .agencebe-chrono-item {
        display: block;
        position: relative;
        margin-bottom: 46px;
        padding-left: 34px;
    }

    .agencebe-chrono-date,
    .agencebe-chrono-droite .agencebe-chrono-date,
    .agencebe-chrono-gauche .agencebe-chrono-date {
        position: static;
        margin: 0 0 7px;
        text-align: left;
        font-size: 13px;
    }

    .agencebe-chrono-contenu,
    .agencebe-chrono-droite .agencebe-chrono-contenu,
    .agencebe-chrono-gauche .agencebe-chrono-contenu {
        width: 100%;
        max-width: none;
        padding: 0;
    }

    .agencebe-chrono-contenu h3 {
        font-size: 20px;
    }

    .agencebe-chrono-contenu p {
        font-size: 15px;
        line-height: 1.6;
    }

    .agencebe-syndic-conclusion {
        flex-direction: column;

        gap: 15px;

        margin-top: 60px;

        padding: 25px 22px;

        text-align: center;
    }

    .agencebe-syndic-conclusion p {
        font-size: 15px;
    }

}

/* CORRECTIF FINAL CHRONOLOGIE — CLASSES RÉELLES DU HTML */

/* Axe central */
.agencebe-chronologie {
    position: relative;
    width: min(1120px, calc(100% - 20px));
    margin: 0 auto;
    padding: 0;
}

.agencebe-chronologie::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #d7c08a;
    transform: translateX(-50%);
}

/* Chaque étape */
.agencebe-chrono-item {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 54px minmax(0, 1fr);
    align-items: start;
    margin: 0 0 34px;
    min-height: 0;
}

/* Point central */
.agencebe-chrono-point {
    grid-column: 2;
    position: relative;
    z-index: 3;
    width: 12px;
    height: 12px;
    margin: 4px auto 0;
    border: 3px solid #ffffff;
    border-radius: 50%;
    background: #c79a32;
    box-shadow: 0 0 0 1px #c79a32;
}

/* Contenus */
.agencebe-chrono-contenu {
    width: 100%;
    max-width: 455px;
    min-height: 0;
}

.agencebe-chrono-gauche .agencebe-chrono-contenu {
    grid-column: 1;
    justify-self: end;
    padding: 0 22px 0 0;
    text-align: left;
}

.agencebe-chrono-droite .agencebe-chrono-contenu {
    grid-column: 3;
    justify-self: start;
    padding: 0 0 0 22px;
    text-align: left;
}

/* Dates : placées près de l'axe, sans chevaucher les titres */
.agencebe-chrono-date {
    position: absolute;
    top: 1px;
    z-index: 4;

    width: 105px;

    color: #c78f1f;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0.02em;

    white-space: nowrap;
}

/* Bloc à gauche : date à gauche de l'axe */
.agencebe-chrono-gauche .agencebe-chrono-date {
    left: auto;
    right: calc(50% + 26px);
    text-align: right;
}

/* Bloc à droite : date à droite de l'axe */
.agencebe-chrono-droite .agencebe-chrono-date {
    left: calc(50% + 26px);
    right: auto;
    text-align: left;
}

/* Décale légèrement le contenu pour laisser une vraie zone aux dates */
.agencebe-chrono-gauche .agencebe-chrono-contenu {
    padding-right: 48px;
}

.agencebe-chrono-droite .agencebe-chrono-contenu {
    padding-left: 48px;
}

/* Typographie */
.agencebe-chrono-contenu h3 {
    margin: 0 0 10px;
    color: #333333;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
}

.agencebe-chrono-contenu p {
    margin: 0 0 13px;
    color: #444444;
    font-size: 15px;
    line-height: 1.58;
    font-weight: 300;
}

/* Images */
.agencebe-chrono-image {
    width: 100%;
    max-width: 330px;
    margin-top: 14px;
}

.agencebe-chrono-image-petite {
    max-width: 175px;
}

.agencebe-chrono-gauche .agencebe-chrono-image {
    margin-left: auto;
}

/* Dernier bloc */
.agencebe-chrono-item-final {
    margin-bottom: 0;
}

/* TABLETTE */

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

    .agencebe-chronologie {
        width: min(820px, calc(100% - 10px));
    }

    .agencebe-chrono-item {
        grid-template-columns: minmax(0, 1fr) 46px minmax(0, 1fr);
        margin-bottom: 32px;
    }

    .agencebe-chrono-date {
        width: 90px;
        font-size: 12px;
    }

    .agencebe-chrono-gauche .agencebe-chrono-date {
        right: calc(50% + 23px);
    }

    .agencebe-chrono-droite .agencebe-chrono-date {
        left: calc(50% + 23px);
    }

    .agencebe-chrono-gauche .agencebe-chrono-contenu {
        padding-right: 40px;
    }

    .agencebe-chrono-droite .agencebe-chrono-contenu {
        padding-left: 40px;
    }
}

/* SMARTPHONE */

@media (max-width: 600px) {

    .agencebe-chronologie {
        width: 100%;
        padding-left: 0;
    }

    .agencebe-chronologie::before {
        left: 8px;
        transform: none;
    }

    .agencebe-chrono-item {
        display: block;
        position: relative;
        margin-bottom: 42px;
        padding-left: 34px;
    }

    .agencebe-chrono-point {
        position: absolute;
        left: 2px;
        top: 3px;
        width: 13px;
        height: 13px;
        margin: 0;
    }

    .agencebe-chrono-date,
    .agencebe-chrono-gauche .agencebe-chrono-date,
    .agencebe-chrono-droite .agencebe-chrono-date {
        position: static;
        width: auto;
        margin: 0 0 7px;
        text-align: left;
        font-size: 13px;
    }

    .agencebe-chrono-contenu,
    .agencebe-chrono-gauche .agencebe-chrono-contenu,
    .agencebe-chrono-droite .agencebe-chrono-contenu {
        width: 100%;
        max-width: none;
        padding: 0;
    }

    .agencebe-chrono-image,
    .agencebe-chrono-image-petite {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
    }
}

@media (min-width: 769px) {

    /* La date ne doit jamais empiéter sur le contenu */
    .agencebe-chrono-date {
        position: absolute !important;
        top: 0 !important;
        width: 120px !important;
        margin: 0 !important;
        padding: 0 !important;
        color: #c78f1f !important;
        font-size: 14px !important;
        line-height: 1.3 !important;
        font-weight: 600 !important;
        white-space: nowrap !important;
        z-index: 3 !important;
    }

    /* Bloc contenu à DROITE :
   date placée à GAUCHE de l'axe */
    .agencebe-chrono-item:nth-child(odd) .agencebe-chrono-date {
        left: auto !important;
        right: calc(50% + 28px) !important;
        text-align: right !important;
        transform: none !important;
    }

    /* Bloc contenu à GAUCHE :
   date placée à DROITE de l'axe */
    .agencebe-chrono-item:nth-child(even) .agencebe-chrono-date {
        left: calc(50% + 28px) !important;
        right: auto !important;
        text-align: left !important;
        transform: none !important;
    }

    /* Sécurise l'espace entre l'axe et les contenus */
    .agencebe-chrono-item:nth-child(odd) .agencebe-chrono-contenu {
        margin-left: calc(50% + 55px) !important;
        margin-right: 0 !important;
    }

    .agencebe-chrono-item:nth-child(even) .agencebe-chrono-contenu {
        margin-right: calc(50% + 55px) !important;
        margin-left: 0 !important;
    }
}

/* TABLETTE / SMARTPHONE
   Retour à une chronologie simple, sans alternance */

@media (max-width: 768px) {

    .agencebe-chrono-date {
        position: static !important;
        display: block !important;
        width: auto !important;
        margin: 0 0 8px 0 !important;
        padding: 0 !important;
        text-align: left !important;
        transform: none !important;
        white-space: normal !important;
    }

    .agencebe-chrono-item:nth-child(odd) .agencebe-chrono-contenu,
    .agencebe-chrono-item:nth-child(even) .agencebe-chrono-contenu {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

/* TABLETTE */

.agencebe-chronologie-maquette-a {
    position: relative;
    width: min(1120px, calc(100% - 20px));
    margin: 0 auto;
    padding: 5px 0 10px;
}

.agencebe-chronologie-maquette-a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: #d7c08a;
    transform: translateX(-50%);
}

.agencebe-chronologie-maquette-a .agencebe-chrono-etape {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 64px minmax(0, 1fr);
    grid-template-areas: "gauche axe droite";
    align-items: start;
    min-height: 230px;
    margin: 0 0 38px;
}

.agencebe-chronologie-maquette-a .agencebe-chrono-point {
    grid-area: axe;
    position: relative;
    z-index: 4;
    width: 12px;
    height: 12px;
    margin: 5px auto 0;
    border: 3px solid #ffffff;
    border-radius: 50%;
    background: #c79a32;
    box-shadow: 0 0 0 1px #c79a32;
}

.agencebe-chronologie-maquette-a .agencebe-chrono-date {
    position: absolute !important;
    top: 1px !important;
    left: 50% !important;
    right: auto !important;
    width: auto !important;
    min-width: 105px;
    margin: 0 !important;
    padding: 0 !important;
    transform: translateX(-100%) translateX(-32px) !important;
    text-align: right !important;
    white-space: nowrap;
    z-index: 5;
    color: #c78f1f;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: 0.02em;
}

/* La date bascule du côté opposé au texte principal */
.agencebe-chronologie-maquette-a .agencebe-chrono-etape:has(.agencebe-chrono-texte-gauche) .agencebe-chrono-date {
    left: calc(50% + 32px) !important;
    transform: none !important;
    text-align: left !important;
}

.agencebe-chronologie-maquette-a .agencebe-chrono-texte,
.agencebe-chronologie-maquette-a .agencebe-chrono-media {
    width: 100%;
    max-width: 455px;
    min-width: 0;
}

.agencebe-chronologie-maquette-a .agencebe-chrono-texte-gauche {
    grid-area: gauche;
    justify-self: end;
    padding-right: 48px;
}

.agencebe-chronologie-maquette-a .agencebe-chrono-texte-droite {
    grid-area: droite;
    justify-self: start;
    padding-left: 48px;
}

.agencebe-chronologie-maquette-a .agencebe-chrono-media-gauche {
    grid-area: gauche;
    justify-self: end;
    padding-right: 48px;
    display: flex;
    justify-content: flex-end;
}

.agencebe-chronologie-maquette-a .agencebe-chrono-media-droite {
    grid-area: droite;
    justify-self: start;
    padding-left: 48px;
    display: flex;
    justify-content: flex-start;
}

.agencebe-chronologie-maquette-a .agencebe-chrono-texte h3 {
    margin: 0 0 10px;
    color: #333333;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
}

.agencebe-chronologie-maquette-a .agencebe-chrono-texte p {
    margin: 0 0 13px;
    color: #444444;
    font-size: 15px;
    line-height: 1.58;
    font-weight: 300;
}

.agencebe-chronologie-maquette-a .agencebe-chrono-texte p strong {
    font-weight: 600;
}

.agencebe-chronologie-maquette-a .agencebe-chrono-visuel {
    display: block;
    width: min(100%, 330px);
    margin: 0;
}

.agencebe-chronologie-maquette-a .agencebe-chrono-visuel-portrait {
    width: min(100%, 175px);
}

.agencebe-chronologie-maquette-a .agencebe-chrono-visuel img {
    display: block;
    width: 100%;
    height: auto;
}

.agencebe-chronologie-maquette-a .agencebe-chrono-etape-final {
    margin-bottom: 0;
}

/* TABLETTE */
@media (min-width: 769px) and (max-width: 1024px) {

    .agencebe-chronologie-maquette-a {
        width: min(900px, 100%);
    }

    .agencebe-chronologie-maquette-a .agencebe-chrono-etape {
        grid-template-columns: minmax(0, 1fr) 54px minmax(0, 1fr);
        min-height: 200px;
        margin-bottom: 34px;
    }

    .agencebe-chronologie-maquette-a .agencebe-chrono-texte-gauche,
    .agencebe-chronologie-maquette-a .agencebe-chrono-media-gauche {
        padding-right: 34px;
    }

    .agencebe-chronologie-maquette-a .agencebe-chrono-texte-droite,
    .agencebe-chronologie-maquette-a .agencebe-chrono-media-droite {
        padding-left: 34px;
    }

    .agencebe-chronologie-maquette-a .agencebe-chrono-texte h3 {
        font-size: 18px;
    }

    .agencebe-chronologie-maquette-a .agencebe-chrono-texte p {
        font-size: 14px;
    }

    .agencebe-chronologie-maquette-a .agencebe-chrono-date {
        transform: translateX(-100%) translateX(-27px) !important;
    }

    .agencebe-chronologie-maquette-a .agencebe-chrono-etape:has(.agencebe-chrono-texte-gauche) .agencebe-chrono-date {
        left: calc(50% + 27px) !important;
        transform: none !important;
    }
}

/* SMARTPHONE : une seule colonne lisible */
@media (max-width: 768px) {

    .agencebe-chronologie-maquette-a {
        width: 100%;
        padding-left: 34px;
    }

    .agencebe-chronologie-maquette-a::before {
        left: 8px;
        transform: none;
    }

    .agencebe-chronologie-maquette-a .agencebe-chrono-etape {
        display: flex;
        flex-direction: column;
        min-height: 0;
        margin-bottom: 48px;
    }

    .agencebe-chronologie-maquette-a .agencebe-chrono-point {
        position: absolute;
        left: -32px;
        top: 1px;
        width: 13px;
        height: 13px;
        margin: 0;
    }

    .agencebe-chronologie-maquette-a .agencebe-chrono-date,
    .agencebe-chronologie-maquette-a .agencebe-chrono-etape:has(.agencebe-chrono-texte-gauche) .agencebe-chrono-date {
        position: static !important;
        order: 1;
        min-width: 0;
        margin: 0 0 8px !important;
        transform: none !important;
        text-align: left !important;
        white-space: normal;
        font-size: 13px;
    }

    .agencebe-chronologie-maquette-a .agencebe-chrono-texte {
        order: 2;
        max-width: none;
        padding: 0;
    }

    .agencebe-chronologie-maquette-a .agencebe-chrono-media {
        order: 3;
        max-width: none;
        padding: 0;
        margin-top: 14px;
        justify-content: flex-start;
    }

    .agencebe-chronologie-maquette-a .agencebe-chrono-texte h3 {
        font-size: 20px;
    }

    .agencebe-chronologie-maquette-a .agencebe-chrono-texte p {
        font-size: 15px;
        line-height: 1.6;
    }

    .agencebe-chronologie-maquette-a .agencebe-chrono-visuel,
    .agencebe-chronologie-maquette-a .agencebe-chrono-visuel-portrait {
        width: 100%;
        max-width: 100%;
    }
}

/* MAQUETTE A — DESCENDRE LES IMAGES DE 30 PX */

@media (min-width: 769px) {
    .agencebe-chronologie-maquette-a .agencebe-chrono-media {
        transform: translateY(30px) !important;
    }
}

/* RESPONSIVE */

/* TABLETTE
   769 px → 1100 px */

@media (min-width: 769px) and (max-width: 1100px) {

    .agencebe-chronologie .agencebe-chrono-visuel {
        width: 100%;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    /* Code civil : conserver le format portrait */
    .agencebe-chronologie .agencebe-chrono-visuel-portrait {
        max-width: 180px;
    }

}

/* SMARTPHONE
   ≤ 768 px */

@media (max-width: 768px) {

    .agencebe-chronologie .agencebe-chrono-media {
        width: 100%;
        max-width: 100%;
    }

    .agencebe-chronologie .agencebe-chrono-visuel {
        display: block;
        width: 100%;
        max-width: 340px;
        margin-left: auto;
        margin-right: auto;
    }

    .agencebe-chronologie .agencebe-chrono-visuel img {
        display: block;
        width: 100%;
        height: auto;
        max-height: 230px;
        object-fit: cover;
    }

    /* Code civil */
    .agencebe-chronologie .agencebe-chrono-visuel-portrait {
        max-width: 170px;
    }

    .agencebe-chronologie .agencebe-chrono-visuel-portrait img {
        width: 100%;
        height: auto;
        max-height: none;
        object-fit: contain;
    }
}

/* PETITS SMARTPHONES
   ≤ 480 px */

@media (max-width: 480px) {

    .agencebe-chronologie .agencebe-chrono-visuel {
        max-width: 290px;
    }

    .agencebe-chronologie .agencebe-chrono-visuel img {
        max-height: 200px;
    }

    .agencebe-chronologie .agencebe-chrono-visuel-portrait {
        max-width: 150px;
    }

    .agencebe-chronologie .agencebe-chrono-visuel-portrait img {
        max-height: none;
    }
}

/* AGENCE BE — LIGHTBOX IMAGES */

.agencebe-image-zoom {
    cursor: zoom-in;
}

/* FOND */

.agencebe-lightbox {
    position: fixed;
    inset: 0;

    z-index: 99999;

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

    padding: 40px;

    background: rgba(15, 15, 15, 0.88);

    opacity: 0;
    visibility: hidden;

    transition:
        opacity 0.25s ease,
        visibility 0.25s ease;
}

/* LIGHTBOX OUVERTE */

.agencebe-lightbox.agencebe-lightbox-active {
    opacity: 1;
    visibility: visible;
}

/* CONTENEUR */

.agencebe-lightbox-contenu {
    position: relative;

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

    max-width: 95vw;
    max-height: 92vh;
}

/* IMAGE */

.agencebe-lightbox-image {
    display: block;

    max-width: 95vw;
    max-height: 90vh;

    width: auto;
    height: auto;

    object-fit: contain;

    border-radius: 4px;

    box-shadow:
        0 15px 50px rgba(0, 0, 0, 0.45);
}

/* BOUTON FERMER */

.agencebe-lightbox-fermer {
    position: absolute;

    top: -18px;
    right: -18px;

    width: 44px;
    height: 44px;

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

    padding: 0;

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

    background: #c99a32;
    color: #fff;

    font-size: 30px;
    font-weight: 300;
    line-height: 1;

    cursor: pointer;

    z-index: 2;

    transition:
        transform 0.2s ease,
        background 0.2s ease;
}

.agencebe-lightbox-fermer:hover {
    transform: scale(1.08);
}

/* Empêche la page de défiler derrière */

body.agencebe-lightbox-ouverte {
    overflow: hidden;
}

/* SMARTPHONE */

@media (max-width: 768px) {

    .agencebe-lightbox {
        padding: 20px;
    }

    .agencebe-lightbox-image {
        max-width: 94vw;
        max-height: 85vh;
    }

    .agencebe-lightbox-fermer {
        top: -16px;
        right: -8px;

        width: 40px;
        height: 40px;

        font-size: 27px;
    }
}

/* AGENCE BE — PAGE ACTUALITÉ
   10 GESTES */

.be-actualite {
    --be-gold: #c9972f;
    --be-dark: #20252a;
    --be-text: #555b5e;
    --be-line: #e7dfd1;

    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 80px 30px 60px;
}

/* INTRODUCTION */

.be-actualite-intro {
    max-width: 1050px;
    margin: 0 auto 70px;
    text-align: center;
}

.be-actualite-surtitre {
    margin-bottom: 24px;

    color: var(--be-gold);

    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.be-actualite-titre {
    margin: 0;

    color: var(--be-dark);

    font-size: clamp(30px, 2.5vw, 42px);
    font-weight: 300;
    line-height: 1.12;
}

.be-actualite-titre span {
    color: var(--be-gold);
    font-weight: 500;
}

.be-actualite-trait {
    width: 55px;
    height: 2px;

    margin: 30px auto;

    background: var(--be-gold);
}

.be-actualite-chapo {
    max-width: 850px;

    margin: 0 auto;

    color: var(--be-text);

    font-size: 18px;
    font-weight: 400;
    line-height: 1.75;
}

.be-actualite-chapo strong {
    font-weight: 400;
}

/* GRILLE DES 10 GESTES */

.be-gestes {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 0 70px;

    position: relative;
}

/* Ligne verticale centrale */

.be-gestes::before {
    content: "";

    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;

    width: 1px;

    background: var(--be-line);

    transform: translateX(-50%);
}

/* UN GESTE */

.be-geste {
    position: relative;

    display: grid;
    grid-template-columns: 58px 1fr;

    gap: 20px;

    padding: 38px 0;

    border-bottom: 1px solid var(--be-line);
}

/* Supprime la ligne des deux derniers blocs */

.be-geste:nth-last-child(-n + 2) {
    border-bottom: 0;
}

/* NUMÉRO */

.be-geste-numero {
    display: flex;
    align-items: flex-start;
    justify-content: center;

    padding-top: 1px;

    color: var(--be-gold);

    font-size: 28px;
    font-weight: 300;
    line-height: 1;
}

/* CONTENU */

.be-geste-contenu {
    min-width: 0;
}

.be-geste-contenu h2 {
    position: relative;

    margin: 0 0 16px;

    color: var(--be-dark);

    font-size: 20px;
    font-weight: 600;
    line-height: 1.35;
}

/* Petit trait doré */

.be-geste-contenu h2::after {
    content: "";

    display: block;

    width: 34px;
    height: 1px;

    margin-top: 14px;

    background: var(--be-gold);
}

.be-geste-contenu p {
    margin: 0;

    color: var(--be-text);

    font-size: 15px;
    font-weight: 400;
    line-height: 1.75;
}

/* PETIT EFFET AU SURVOL — PC UNIQUEMENT */

@media (hover: hover) {

    .be-geste {
        transition:
            transform 0.25s ease,
            background-color 0.25s ease;
    }

    .be-geste:hover {
        transform: translateY(-3px);
    }

    .be-geste-numero {
        transition: transform 0.25s ease;
    }

    .be-geste:hover .be-geste-numero {
        transform: translateX(4px);
    }
}

/* SÉPARATEUR BAS */

.be-actualite-separateur {
    display: grid;

    grid-template-columns: 1fr auto 1fr;

    align-items: center;

    gap: 22px;

    max-width: 620px;

    margin: 75px auto 0;
}

.be-actualite-separateur span {
    display: block;

    height: 1px;

    background: var(--be-gold);
}

.be-actualite-separateur img {
    display: block;

    width: 38px;
    height: 38px;

    object-fit: contain;
}

/* TABLETTE */

@media (max-width: 991px) {

    .be-actualite {
        padding:
            65px
            28px
            50px;
    }

    .be-actualite-titre {
        font-size: clamp(30px, 4vw, 38px);
    }

    .be-actualite-chapo {
        max-width: 720px;

        font-size: 17px;
    }

    .be-gestes {
        gap: 0 40px;
    }

    .be-geste {
        grid-template-columns: 48px 1fr;

        gap: 14px;

        padding: 32px 0;
    }

    .be-geste-numero {
        font-size: 24px;
    }

    .be-geste-contenu h2 {
        font-size: 18px;
    }

    .be-geste-contenu p {
        font-size: 14px;
        line-height: 1.7;
    }
}

/* SMARTPHONE */

@media (max-width: 767px) {

    .be-actualite {
        padding:
            48px
            20px
            40px;
    }

    .be-actualite-intro {
        margin-bottom: 42px;

        text-align: center;
    }

    .be-actualite-surtitre {
        margin-bottom: 18px;

        font-size: 11px;
    }

    .be-actualite-titre {
        font-size: 30px;
        line-height: 1.13;
    }

    .be-actualite-titre br {
        display: none;
    }

    .be-actualite-trait {
        margin:
            24px
            0;
    }

    .be-actualite-chapo {
        font-size: 16px;
        line-height: 1.65;
    }

    /* Une seule colonne */

    .be-gestes {
        display: block;
    }

    /* Suppression de la ligne verticale centrale */

    .be-gestes::before {
        display: none;
    }

    .be-geste {
        display: grid;

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

        gap: 10px;

        padding: 28px 0;

        border-bottom: 1px solid var(--be-line);
    }
.be-geste-contenu h2 {
    font-size: 17px;
    line-height: 1.35;
}

    /* Sur smartphone seul le dernier perd sa bordure */

    .be-geste:nth-last-child(2) {
        border-bottom: 1px solid var(--be-line);
    }

    .be-geste:last-child {
        border-bottom: 0;
    }

    .be-geste-numero {
        justify-content: flex-start;

        font-size: 23px;
    }

    .be-geste-contenu h2 {
        margin-bottom: 13px;

        font-size: 18px;
    }

    .be-geste-contenu p {
        font-size: 15px;
        line-height: 1.7;
    }

    /* Séparateur */

    .be-actualite-separateur {
        gap: 15px;

        margin-top: 50px;
    }

    .be-actualite-separateur img {
        width: 32px;
        height: 32px;
    }
}

/* PETITS SMARTPHONES */

@media (max-width: 420px) {

    .be-actualite {
        padding-left: 16px;
        padding-right: 16px;
    }

    .be-actualite-titre {
        font-size: 32px;
    }

    .be-geste {
        grid-template-columns: 42px 1fr;
        gap: 10px;
    }

    .be-geste-numero {
        font-size: 21px;
    }

    .be-geste-contenu h2 {
        font-size: 17px;
    }

    .be-geste-contenu p {
        font-size: 14px;
    }
}

/* ACTUALIT */

@media (min-width: 992px) {

    /* Page légèrement plus large */
    .be-actualite {
        max-width: 1260px;
    }

    /* Un peu moins d'espace avant les 10 gestes */
    .be-actualite-intro {
        margin-bottom: 55px;
    }

    /* Colonnes plus généreuses */
    .be-gestes {
        gap: 0 60px;
    }

    /* Numéros légèrement plus présents */
    .be-geste-numero {
        font-size: 30px;
    }

    /* Titres des conseils */
    .be-geste-contenu h2 {
        font-size: 21px;
        line-height: 1.35;
    }

    /* Texte légèrement plus grand et confortable */
    .be-geste-contenu p {
        font-size: 16px;
        line-height: 1.75;
    }
}

/* ACTUALITÉ — MOBILE
   HARMONISATION AVEC "LE MÉTIER DE SYNDIC" */

@media (max-width: 767px) {

    /* Bloc supérieur */
    .be-actualite {
        padding-top: 55px;
    }

    .be-actualite-intro {
        max-width: 100%;
        margin: 0 auto 48px;
        text-align: center;
    }

    /* 10 GESTES */
    .be-actualite-surtitre {
        margin-bottom: 24px;
        text-align: center;
    }

    /* Titre */
    .be-actualite-titre {
        font-size: 30px;
        line-height: 1.18;
        text-align: center;
    }

    /* Trait doré */
    .be-actualite-trait {
        width: 55px;
        margin: 25px auto 28px;
    }

    /* Texte d'introduction */
    .be-actualite-chapo {
        max-width: 680px;
        margin: 0 auto;

        font-size: 16px;
        line-height: 1.6;
        text-align: center;
    }

    /* Rapproche le premier conseil de l'introduction */
    .be-gestes {
        margin-top: 0;
    }

    .be-geste:first-child {
        padding-top: 20px;
    }
}

/* ACTUALITÉ — VISUEL ÉCONOMIES D'ÉNERGIE */

.eco-visual {
    width: 100%;
    max-width: 1050px;
    margin: 45px auto 65px;
    text-align: center;
}

.eco-visual img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

/* TABLETTE */
@media (max-width: 991px) {

    .eco-visual {
        max-width: 820px;
        margin: 40px auto 55px;
    }
}

/* SMARTPHONE */
@media (max-width: 767px) {

    .eco-visual {
        width: calc(100% + 30px);
        margin: 35px -15px 50px;
    }

    .eco-visual img {
        width: 100%;
        height: auto;
    }
}

@media (min-width: 390px) and (max-width: 404px) {

    .agencebe-syndic-metier-texte h2 {
        font-size: 2.05rem !important;
        letter-spacing: -0.03em !important;
    }

}

/* AGENCE BE - ILS NOUS FONT CONFIANCE
   Grille des copropriétés */

.agencebe-confiance {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 70px 30px 90px;
}

/* ---------- INTRODUCTION ---------- */

.confiance-intro {
    max-width: 900px;
    margin: 0 auto 45px;
    text-align: center;
}

.confiance-surtitre {
    margin-bottom: 22px;

    font-size: 15px;
    font-weight: 400;
    letter-spacing: 5px;
    text-transform: uppercase;

    color: #c99122;
}

.confiance-intro h1 {
    margin: 0;

    font-size: clamp(38px, 4vw, 54px);
    line-height: 1.12;
    font-weight: 300;
}

.confiance-intro h1 strong {
    font-weight: 600;
    color: #6f7772;
}

.confiance-trait {
    width: 82px;
    height: 3px;

    margin: 30px auto 35px;

    background: #c99122;
}

.confiance-intro p {
    max-width: 760px;
    margin: 0 auto;

    font-size: 20px;
    line-height: 1.7;
    font-weight: 300;

    color: #4f5558;
}

/* GRILLE DES COPROPRIÉTÉS */

.confiance-grid {
    display: grid;

    /* 3 cartes légèrement plus petites */
    grid-template-columns: repeat(3, 285px);

    /* Centrage de l'ensemble de la grille */
    justify-content: center;

    gap: 45px 34px;

    align-items: start;

    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* FICHE COPROPRIÉTÉ */

.copro-card {
    width: 285px;

    margin: 0;
    padding: 0;

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

    background: transparent;
}

/* IMPORTANT :
   - aucune hauteur imposée
   - aucun recadrage
   - aucune déformation */

.copro-card img {
    display: block;

    width: 100%;
    height: auto;

    max-width: 100%;

    object-fit: contain;

    margin: 0;

    box-shadow:
        0 8px 24px rgba(0, 0, 0, 0.08);

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

/* EFFET AU SURVOL
   Ordinateur uniquement */

@media (hover: hover) {

    .copro-card img:hover {
        transform: translateY(-5px);

        box-shadow:
            0 14px 32px rgba(0, 0, 0, 0.13);
    }

}

/* TABLETTE */

@media (max-width: 900px) {

    .agencebe-confiance {
        padding:
            55px 25px
            75px;
    }

    .confiance-intro {
        margin-bottom: 50px;
    }

    .confiance-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 35px 26px;

        justify-content: initial;
    }

    .copro-card img {
        width: 100%;
        height: auto;

        max-width: 100%;
    }

}

/* SMARTPHONE */

@media (max-width: 600px) {

    .agencebe-confiance {
        padding:
            45px 20px
            60px;
    }

    .confiance-intro {
        margin-bottom: 45px;
    }

    .confiance-surtitre {
        font-size: 12px;

        letter-spacing: 4px;

        margin-bottom: 18px;
    }

    .confiance-intro h1 {
        font-size: 37px;
        line-height: 1.15;
    }

    .confiance-trait {
        width: 72px;

        margin:
            25px auto
            28px;
    }

    .confiance-intro p {
        font-size: 18px;
        line-height: 1.6;
    }

    /* Une seule copropriété par ligne */

    .confiance-grid {
        grid-template-columns: 1fr;

        gap: 35px;

        justify-content: initial;
    }

    .copro-card {
        width: 100%;
    }

    /* Sur smartphone, on conserve une taille
   suffisante pour que le texte intégré
   aux fiches reste lisible. */

    .copro-card img {
        width: 100%;
        height: auto;

        max-width: 430px;

        margin: 0 auto;
    }

}

/* ILS NOUS FONT CONFIANCE
   Images cliquables / agrandissement */

.agencebe-confiance .copro-card {
    cursor: zoom-in;
}

.agencebe-confiance .copro-card img {
    display: block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Petit effet discret sur ordinateur */
@media (hover: hover) {

    .agencebe-confiance .copro-card:hover img {
        transform: scale(1.025);
        box-shadow: 0 10px 28px rgba(0, 0, 0, 0.14);
    }

}

/* ILS NOUS FONT CONFIANCE
   VOIR LA SUITE */

.copro-card-masquee {
    display: none !important;
}

.confiance-suite {
    display: flex;
    justify-content: center;

    margin: 55px auto 10px;
}

.confiance-suite-bouton {
    appearance: none;

    padding: 15px 32px;

    border: 1px solid #b19043;
    background: transparent;

    color: #6f7772;

    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.16em;

    cursor: pointer;

    transition:
        background-color 0.25s ease,
        color 0.25s ease;
}

@media (hover: hover) {

    .confiance-suite-bouton:hover {
        background: #b19043;
        color: #fff;
    }
}

@media (max-width: 600px) {

    .confiance-suite {
        margin-top: 40px;
    }

    .confiance-suite-bouton {
        width: 100%;
        max-width: 280px;
    }
}

/* BANDEAU */

.confiance-hero {
    width: 100vw;
    height: 360px;

    position: relative;
    left: 50%;
    margin-left: -50vw;

    overflow: hidden;

    background: #f8f4ee;
}

.confiance-hero img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    /* On privilégie la ville + montagnes
   et on coupe une partie du grand fond clair inférieur. */
    object-position: center 42%;
}

/* TABLETTE */

@media (max-width: 1024px) {

    .confiance-hero {
        height: 235px;
    }

    .confiance-hero img {
        object-position: center 42%;
    }

}

/* SMARTPHONE */

@media (max-width: 600px) {

    .confiance-hero {
        height: 175px;
    }

    .confiance-hero img {
        object-position: center 40%;
    }

}

/* NOS COPROPRIÉTÉS — rapprochement du titre du bandeau */

.agencebe-confiance {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.agencebe-confiance .confiance-intro {
    margin-top: 0 !important;
    padding-top: 25px !important;
}

.agencebe-confiance .confiance-surtitre {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* NOS COPROPRIÉTÉS — COMPTEUR */

.confiance-compteur {
    margin-top: 20px;
    text-align: center;
}

.confiance-compteur .compteur-nombre {
    display: block;

    font-size: 42px;
    line-height: 1;
    font-weight: 500;

    color: #c8942e;
}

.confiance-compteur .compteur-texte {
    display: block;

    margin-top: 8px;

    font-size: 11px;
    font-weight: 500;
    letter-spacing: 3px;

    color: #657069;
}

/* NOS COPROPRIÉTÉS
   BANDEAU CONTACT BAS DE PAGE */

/* BANDEAU PRINCIPAL */

.copro-contact {
    max-width: 1120px;
    min-height: 145px;

    margin: 55px auto 45px;
    padding: 25px 45px;

    display: flex;
    align-items: center;
    gap: 35px;

    box-sizing: border-box;

    background: linear-gradient(
        105deg,
        #faf8f3 0%,
        #f7f3eb 70%,
        #fbf8f2 100%
    );

    border: 1px solid rgba(198, 148, 46, 0.55);
    border-radius: 10px;

    position: relative;
    overflow: hidden;
}

/* BLOC PICTOGRAMME */

.copro-contact-icon {
    width: 64px !important;
    min-width: 64px !important;
    height: 64px;

    flex: 0 0 64px !important;

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

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

    box-sizing: border-box;
}

/* CERCLE AUTOUR DE LA MAISON */

.copro-contact-circle {
    width: 64px;
    height: 64px;

    flex: 0 0 64px;

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

    margin: 0;
    padding: 0;

    box-sizing: border-box;

    border: 1px solid #c8942e;
    border-radius: 50%;
}

/* PICTOGRAMME MAISON */

.copro-contact-circle img,
.copro-contact-picto {
    width: 40px !important;
    height: 40px !important;

    max-width: 40px;

    display: block;

    margin: 0;
    padding: 0;

    object-fit: contain;
}

.copro-contact-separator {
    display: none !important;
}

/* BLOC TEXTE */

.copro-contact-text {
    flex: 1 1 auto;
    min-width: 0;

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

    position: relative;
    z-index: 2;
}

/* Titre */

.copro-contact-title {
    margin: 0;
    padding: 0;

    font-size: 24px;
    line-height: 1.3;
    font-weight: 300;

    color: #657069;
}

.copro-contact-title strong {
    font-weight: 600;
}

/* Sous-titre */

.copro-contact-subtitle {
    margin: 9px 0 0;
    padding: 0;

    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;

    color: #555;
}

/* ZONE DU BOUTON */

.copro-contact-action {
    flex: 0 0 auto;

    margin: 0 30px 0 35px;
    padding: 0;

    position: relative;
    z-index: 3;
}

/* BOUTON NOUS CONTACTER */

.copro-contact-button {
    min-width: 220px;
    height: 58px;

    padding: 0 25px;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;

    box-sizing: border-box;

    background: #59665f;

    color: #fff !important;
    text-decoration: none !important;

    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1px;

    border: 0;
    border-radius: 7px;

    transition:
        background-color 0.25s ease,
        transform 0.25s ease;
}

/* Flèche */

.copro-contact-button span {
    font-size: 22px;
    line-height: 1;
}

/* Survol */

.copro-contact-button:hover {
    background: #c8942e;

    color: #fff !important;
    text-decoration: none !important;

    transform: translateY(-2px);
}

/* TABLETTE */

@media (max-width: 900px) {

    .copro-contact {
        margin: 45px 25px 35px;
        padding: 25px 30px;

        gap: 25px;
    }

    /* Pictogramme */

    .copro-contact-icon {
        width: 58px !important;
        min-width: 58px !important;
        height: 58px;

        flex-basis: 58px !important;
    }

    .copro-contact-circle {
        width: 58px;
        height: 58px;

        flex-basis: 58px;
    }

    /* Texte */

    .copro-contact-title {
        font-size: 21px;
    }

    .copro-contact-subtitle {
        font-size: 14px;
    }

    /* Bouton */

    .copro-contact-action {
        margin: 0;
    }

    .copro-contact-button {
        min-width: 180px;
        height: 54px;

        padding: 0 20px;

        gap: 18px;
    }
}

/* SMARTPHONE */

@media (max-width: 650px) {

    .copro-contact {
        margin: 35px 15px 30px;
        padding: 28px 22px;

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

        gap: 0;

        text-align: center;
    }

    /* Pictogramme */

    .copro-contact-icon {
        width: 58px !important;
        min-width: 58px !important;
        height: 58px;

        flex: 0 0 58px !important;

        margin: 0 0 18px !important;
    }

    .copro-contact-circle {
        width: 58px;
        height: 58px;

        flex: 0 0 58px;
    }

    .copro-contact-circle img,
    .copro-contact-picto {
        width: 36px !important;
        height: 36px !important;

        max-width: 36px;
    }

    /* Texte */

    .copro-contact-text {
        width: 100%;

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

    .copro-contact-title {
        font-size: 21px;
        line-height: 1.3;
    }

    .copro-contact-subtitle {
        margin-top: 10px;
    }

    /* Bouton */

    .copro-contact-action {
        width: 100%;

        margin: 25px 0 0;
    }

    .copro-contact-button {
        width: 100%;
        max-width: 300px;
        min-width: 0;

        margin: 0 auto;
    }
}
/* AGENCE BE - FORMULAIRE CHANGER DE SYNDIC
   Mise en page responsive */

/* ÉLÉMENTS JOOMLA À MASQUER */

/* Masquer les titres des fieldsets Joomla */
body.itemid-105 #contact-form fieldset.m-0 > legend {
    display: none;
}

/* Masquer la mention Joomla "* Champ requis" */
body.itemid-105 #jform_spacer-lbl,
body.itemid-105 .control-group.field-spacer {
    display: none !important;
}

/* LARGEUR DES CHAMPS
   Toutes tailles d'écran */

body.itemid-105 #contact-form .controls,
body.itemid-105 #contact-form input[type="text"],
body.itemid-105 #contact-form input[type="email"],
body.itemid-105 #contact-form input[type="tel"],
body.itemid-105 #contact-form input[type="number"],
body.itemid-105 #contact-form input[type="date"],
body.itemid-105 #contact-form select,
body.itemid-105 #contact-form textarea {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

/* ORDINATEUR
   3 COLONNES */

@media (min-width: 992px) {

    /* * IMPORTANT :
   * La grille est maintenant appliquée au FORMULAIRE entier
   * et non séparément à chaque fieldset.
   *
   * Cela permet à :
   * Nom
   * Votre e-mail
   * Votre téléphone
   *
   * de former correctement la première ligne. */
    body.itemid-105 #contact-form {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        column-gap: 25px;
        row-gap: 22px;
        align-items: start;
    }

    /* * Les fieldsets Joomla restent présents dans le HTML,
   * mais ne créent plus de bloc indépendant.
   *
   * Leurs champs deviennent directement des éléments
   * de la grille principale. */
    body.itemid-105 #contact-form > fieldset.m-0 {
        display: contents;
    }

    /* Chaque champ occupe une cellule de la grille */
    body.itemid-105 #contact-form fieldset.m-0 > .control-group {
        display: block;
        width: auto;
        margin: 0;
        min-width: 0;
    }

    /* * Le bouton Envoyer est placé dans la première colonne */
    body.itemid-105 #contact-form > .control-group {
        grid-column: 1;
        width: auto;
        margin: 0;
    }
}

/* TABLETTE
   2 COLONNES */

@media (min-width: 768px) and (max-width: 991.98px) {

    body.itemid-105 #contact-form {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 22px;
        row-gap: 22px;
        align-items: start;
    }

    /* * Même principe :
   * les différents fieldsets Joomla sont neutralisés
   * pour obtenir une seule grille continue. */
    body.itemid-105 #contact-form > fieldset.m-0 {
        display: contents;
    }

    body.itemid-105 #contact-form fieldset.m-0 > .control-group {
        display: block;
        width: auto;
        margin: 0;
        min-width: 0;
    }

    /* Bouton Envoyer */
    body.itemid-105 #contact-form > .control-group {
        grid-column: 1;
        width: auto;
        margin: 0;
    }
}

/* SMARTPHONE
   1 COLONNE */

@media (max-width: 767.98px) {

    /* * Sur smartphone on revient à un affichage classique
   * vertical. */
    body.itemid-105 #contact-form {
        display: block;
    }

    body.itemid-105 #contact-form > fieldset.m-0 {
        display: block;
    }

    body.itemid-105 #contact-form fieldset.m-0 > .control-group {
        display: block;
        width: 100%;
        margin: 0 0 20px 0;
        min-width: 0;
    }

    body.itemid-105 #contact-form > .control-group {
        width: 100%;
        margin-top: 20px;
    }
}

/* CHANGER DE SYNDIC
   Champs calendrier */

body.itemid-105 #contact-form .field-calendar {
    display: flex;
    width: 100%;
    align-items: stretch;
}

body.itemid-105 #contact-form .field-calendar input {
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

body.itemid-105 #contact-form .field-calendar .btn {
    flex: 0 0 auto;
    margin: 0;
    border-radius: 0;
}

/* Le champ et le bouton forment un seul ensemble */
body.itemid-105 #contact-form .field-calendar input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

body.itemid-105 #contact-form .field-calendar .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* CHANGER DE SYNDIC
   Finitions espacements */

/* Ordinateur */
@media (min-width: 992px) {

    /* Espacement entre les lignes de la grille */
    body.itemid-105 #contact-form {
        row-gap: 18px;
    }

    /* Hauteur du champ Autres informations */
    body.itemid-105 #contact-form textarea {
        min-height: 130px;
        height: 130px;
    }
}

/* Tablette */
@media (min-width: 768px) and (max-width: 991.98px) {

    body.itemid-105 #contact-form {
        row-gap: 20px;
    }

    body.itemid-105 #contact-form textarea {
        min-height: 130px;
        height: 130px;
    }
}

/* Smartphone */
@media (max-width: 767.98px) {

    body.itemid-105 #contact-form textarea {
        min-height: 120px;
        height: 120px;
    }
}

/* AGENCE BE
   BANDEAU - CHANGER DE SYNDIC
   Position Joomla : top-a */

/* Contenu du bandeau */
body.itemid-105 .agencebe-pagehero-syndic {
    width: 100%;
    margin: 0;
    padding: 30px 0 45px;
    box-sizing: border-box;

    text-align: center;
}

/* PETIT TITRE SUPÉRIEUR */

body.itemid-105 .agencebe-pagehero-kicker {
    margin: 0 0 18px;
    padding: 0;

    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;

    color: #b69345;
}

/* GRANDE ACCROCHE */

body.itemid-105 .agencebe-pagehero-title {
    margin: 0;
    padding: 0;

    font-size: 48px;
    line-height: 1.08;
    font-weight: 400;

    color: #737a70;
}

body.itemid-105 .agencebe-pagehero-title span {
    font-weight: 600;
    color: #b69345;
}

/* PHRASE D'ACCROCHE */
/* Petit trait doré sous le titre */
body.itemid-105 .agencebe-pagehero-title::after {
    content: "";
    display: block;

    width: 55px;
    height: 2px;

    margin: 24px auto 0;

    background-color: #b69345;
}

body.itemid-105 .agencebe-pagehero-intro {
    max-width: 700px;
    margin: 24px auto 0;

    font-size: 18px;
    line-height: 1.6;
    font-weight: 300;

    color: #495057;
}

/* TABLETTE */

@media (max-width: 991.98px) {

    body.itemid-105 .agencebe-pagehero-syndic {
        padding: 40px 0 32px;
    }

    body.itemid-105 .agencebe-pagehero-title {
        font-size: 40px;
    }

    body.itemid-105 .agencebe-pagehero-intro {
        font-size: 17px;
    }
}

/* SMARTPHONE */

@media (max-width: 767.98px) {

    body.itemid-105 .agencebe-pagehero-syndic {
        padding: 32px 0 28px;
    }

    body.itemid-105 .agencebe-pagehero-kicker {
        margin-bottom: 13px;
        font-size: 13px;
        letter-spacing: 1.5px;
    }

    body.itemid-105 .agencebe-pagehero-title {
        font-size: 32px;
        line-height: 1.12;
    }

    body.itemid-105 .agencebe-pagehero-intro {
        margin-top: 18px;
        font-size: 16px;
        line-height: 1.5;
    }
}

/* CONTACT AGENCE BE
   Nettoyage des titres Joomla
   Page itemid-107 */

/* Masquer les titres des fieldsets :
   "Envoyer un e-mail" et "Champs" */
body.itemid-107 #contact-form fieldset.m-0 > legend {
    display: none !important;
}

/* Masquer la mention Joomla "* Champ requis" */
body.itemid-107 #contact-form .control-group.field-spacer,
body.itemid-107 #contact-form #jform_spacer-lbl {
    display: none !important;
}

/* CONTACT AGENCE BE
   MISE EN PAGE DU FORMULAIRE
   Page itemid-107 */

/* Largeur de tous les champs */
body.itemid-107 #contact-form .controls,
body.itemid-107 #contact-form input[type="text"],
body.itemid-107 #contact-form input[type="email"],
body.itemid-107 #contact-form input[type="tel"],
body.itemid-107 #contact-form select,
body.itemid-107 #contact-form textarea {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

/* ORDINATEUR
   2 COLONNES */

@media (min-width: 992px) {

    body.itemid-107 #contact-form {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 25px;
        row-gap: 18px;
        align-items: start;
    }

    /* Neutraliser les fieldsets Joomla */
    body.itemid-107 #contact-form > fieldset.m-0 {
        display: contents;
    }

    body.itemid-107 #contact-form fieldset.m-0 > .control-group {
        display: block;
        width: auto;
        margin: 0;
        min-width: 0;
    }

    /* Votre message sur toute la largeur */
    body.itemid-107 #contact-form textarea {
        min-height: 150px;
    }

    body.itemid-107 #contact-form .control-group:has(textarea) {
        grid-column: 1 / -1;
    }

    /* Politique de confidentialité sur toute la largeur */
    body.itemid-107 #contact-form .control-group:has(input[type="checkbox"]) {
        grid-column: 1 / -1;
    }

    /* Bouton Envoyer */
    body.itemid-107 #contact-form > .control-group {
        grid-column: 1;
        margin: 0;
    }
}

/* SMARTPHONE / TABLETTE
   1 COLONNE */

@media (max-width: 991.98px) {

    body.itemid-107 #contact-form {
        display: block;
    }

    body.itemid-107 #contact-form > fieldset.m-0 {
        display: block;
    }

    body.itemid-107 #contact-form fieldset.m-0 > .control-group {
        display: block;
        width: 100%;
        margin: 0 0 20px 0;
    }

    body.itemid-107 #contact-form textarea {
        min-height: 140px;
    }

    body.itemid-107 #contact-form > .control-group {
        margin-top: 20px;
    }
}

/* AGENCE BE - FORMULAIRE CONTACT
   Alias : contact-agence-be
   Disposition spécifique */

/* ORDINATEUR */

@media (min-width: 992px) {

    /* * Une seule grille pour le formulaire Contact */
    #contact-form.agencebe-form-contact {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        column-gap: 25px !important;
        row-gap: 18px !important;
        align-items: start;
    }

    /* * Neutraliser les fieldsets Joomla */
    #contact-form.agencebe-form-contact > fieldset.m-0 {
        display: contents !important;
    }

    /* * Les wrappers créés dans default_form.php
   * deviennent eux-mêmes transparents pour la grille. */
    #contact-form.agencebe-form-contact .agencebe-contact-field {
        display: contents !important;
    }

    /* * Chaque control-group devient un élément
   * directement positionnable dans la grille. */
    #contact-form.agencebe-form-contact fieldset.m-0 .control-group {
        width: auto !important;
        margin: 0 !important;
        min-width: 0;
    }

    /* ---------- LIGNE 1 ---------- */

    #contact-form.agencebe-form-contact .agencebe-contact-nom .control-group {
        grid-column: 1;
        grid-row: 1;
    }

    #contact-form.agencebe-form-contact .agencebe-contact-email .control-group {
        grid-column: 2;
        grid-row: 1;
    }

    /* ---------- LIGNE 2 ---------- */

    #contact-form.agencebe-form-contact .agencebe-contact-telephone .control-group {
        grid-column: 1;
        grid-row: 2;
    }

    #contact-form.agencebe-form-contact .agencebe-contact-ville .control-group {
        grid-column: 2;
        grid-row: 2;
    }

    /* ---------- LIGNE 3 ---------- */

    #contact-form.agencebe-form-contact .agencebe-contact-sujet .control-group {
        grid-column: 1;
        grid-row: 3;
    }

    #contact-form.agencebe-form-contact .agencebe-contact-horaire .control-group {
        grid-column: 2;
        grid-row: 3;
    }

    /* ---------- MESSAGE ---------- */

    #contact-form.agencebe-form-contact .agencebe-contact-message .control-group {
        grid-column: 1 / -1;
        grid-row: 4;
    }

    #contact-form.agencebe-form-contact .agencebe-contact-message textarea {
        width: 100% !important;
        min-height: 130px;
        height: 130px;
        box-sizing: border-box;
    }

    /* ---------- CONFIDENTIALITÉ ---------- */

    #contact-form.agencebe-form-contact .agencebe-contact-confidentialite .control-group {
        grid-column: 1 / -1;
        grid-row: 5;
    }

    /* ---------- BOUTON ENVOYER ---------- */

    #contact-form.agencebe-form-contact > .agencebe-contact-submit {
        grid-column: 1;
        grid-row: 6;
        margin: 0 !important;
    }
}

/* LARGEUR DES CHAMPS CONTACT */

#contact-form.agencebe-form-contact .controls,
#contact-form.agencebe-form-contact input[type="text"],
#contact-form.agencebe-form-contact input[type="email"],
#contact-form.agencebe-form-contact input[type="tel"],
#contact-form.agencebe-form-contact select,
#contact-form.agencebe-form-contact textarea {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

/* TABLETTE */

@media (min-width: 768px) and (max-width: 991.98px) {

    #contact-form.agencebe-form-contact {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 22px;
        row-gap: 20px;
    }

    #contact-form.agencebe-form-contact > fieldset.m-0,
    #contact-form.agencebe-form-contact .agencebe-contact-field {
        display: contents;
    }

    #contact-form.agencebe-form-contact .agencebe-contact-message .control-group,
    #contact-form.agencebe-form-contact .agencebe-contact-confidentialite .control-group {
        grid-column: 1 / -1;
    }

    #contact-form.agencebe-form-contact textarea {
        min-height: 130px;
    }
}

/* SMARTPHONE */

@media (max-width: 767.98px) {

    #contact-form.agencebe-form-contact {
        display: block !important;
    }

    #contact-form.agencebe-form-contact > fieldset.m-0 {
        display: block !important;
    }

    #contact-form.agencebe-form-contact .agencebe-contact-field {
        display: block !important;
    }

    #contact-form.agencebe-form-contact .control-group {
        display: block;
        width: 100%;
        margin: 0 0 20px 0 !important;
    }

    #contact-form.agencebe-form-contact textarea {
        width: 100%;
        min-height: 120px;
        height: 120px;
    }
}

/* AGENCE BE - CONTACT
   FINITIONS VISUELLES */

/* Réduire l'espace entre les coordonnées et le formulaire */

body.itemid-107 .com-contact__container {
    margin-bottom: 25px !important;
}

body.itemid-107 .com-contact__form {
    margin-top: 25px !important;
}

/* Formulaire Contact
   Espacements */

@media (min-width: 992px) {

    #contact-form.agencebe-form-contact {
        row-gap: 16px !important;
    }

    /* Message */
    #contact-form.agencebe-form-contact
    .agencebe-contact-message textarea {
        min-height: 130px;
        height: 130px;
    }

    /* Confidentialité légèrement rapprochée du message */
    #contact-form.agencebe-form-contact
    .agencebe-contact-confidentialite .control-group {
        margin-top: -2px !important;
    }

    /* Bouton */
    #contact-form.agencebe-form-contact
    > .agencebe-contact-submit {
        margin-top: 6px !important;
    }
}

/* Bouton Envoyer */

#contact-form.agencebe-form-contact .btn-primary {
    min-width: 90px;
    padding: 10px 18px;
}

/* Smartphone */

@media (max-width: 767.98px) {

    body.itemid-107 .com-contact__container {
        margin-bottom: 20px !important;
    }

    body.itemid-107 .com-contact__form {
        margin-top: 20px !important;
    }
}

/* AGENCE BE
   BANDEAU - CONTACT
   Itemid Joomla : 107
   Position Joomla : top-a */

body.itemid-107 .agencebe-pagehero-contact {
    width: 100%;
    margin: 0;
    padding: 80px 0 45px;
    box-sizing: border-box;
    text-align: center;
}

/* PETIT TITRE SUPÉRIEUR */

body.itemid-107 .agencebe-pagehero-kicker {
    margin: 0 0 18px;
    padding: 0;

    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;

    color: #b69345;
}

/* GRANDE ACCROCHE */

body.itemid-107 .agencebe-pagehero-title {
    margin: 0;
    padding: 0;

    font-size: 48px;
    line-height: 1.08;
    font-weight: 400;

    color: #737a70;
}

body.itemid-107 .agencebe-pagehero-title span {
    font-weight: 600;
    color: #b69345;
}

/* PETIT TRAIT DORÉ */

body.itemid-107 .agencebe-pagehero-title::after {
    content: "";
    display: block;

    width: 55px;
    height: 2px;

    margin: 24px auto 0;

    background-color: #b69345;
}

/* PHRASE D'ACCROCHE */

body.itemid-107 .agencebe-pagehero-intro {
    max-width: 700px;
    margin: 24px auto 0;

    font-size: 18px;
    line-height: 1.6;
    font-weight: 300;

    color: #495057;
}

/* TABLETTE */

@media (max-width: 991.98px) {

    body.itemid-107 .agencebe-pagehero-contact {
        padding: 40px 0 32px;
    }

    body.itemid-107 .agencebe-pagehero-title {
        font-size: 40px;
    }

    body.itemid-107 .agencebe-pagehero-intro {
        font-size: 17px;
    }
}

/* SMARTPHONE */

@media (max-width: 767.98px) {

    body.itemid-107 .agencebe-pagehero-contact {
        padding: 32px 0 28px;
    }

    body.itemid-107 .agencebe-pagehero-kicker {
        margin-bottom: 13px;
        font-size: 13px;
        letter-spacing: 1.5px;
    }

    body.itemid-107 .agencebe-pagehero-title {
        font-size: 32px;
        line-height: 1.12;
    }

    body.itemid-107 .agencebe-pagehero-intro {
        margin-top: 18px;
        font-size: 16px;
        line-height: 1.5;
    }
}

/* AGENCE BE - BOUTONS FORMULAIRES
   Doré charte graphique */

/* Bouton Envoyer */
.com-contact__form .btn-primary {
    background-color: #bd963f !important;
    border-color: #bd963f !important;
    color: #ffffff !important;
    transition: background-color 0.25s ease,
                border-color 0.25s ease;
}

.com-contact__form .btn-primary:hover,
.com-contact__form .btn-primary:focus {
    background-color: #a98232 !important;
    border-color: #a98232 !important;
    color: #ffffff !important;
}

/* Boutons calendrier Joomla */
.com-contact__form .btn.btn-secondary,
.com-contact__form button[data-button="calendar"] {
    background-color: #bd963f !important;
    border-color: #bd963f !important;
    color: #ffffff !important;
}

.com-contact__form .btn.btn-secondary:hover,
.com-contact__form .btn.btn-secondary:focus,
.com-contact__form button[data-button="calendar"]:hover,
.com-contact__form button[data-button="calendar"]:focus {
    background-color: #a98232 !important;
    border-color: #a98232 !important;
    color: #ffffff !important;
}

/* BANDEAU BAS - ESPACEMENT */

.agencebe-footer-banner {
    margin-top: 60px;
}
body.itemid-102 .agencebe-footer-banner {
    margin-top: 0;
}

/* NOTRE AGENCE
   APPARITION DES PHOTOS AU SCROLL */

.agencebe-photo-reveal {
    opacity: 0;

    transition:
        opacity 1.8s ease,
        transform 1.8s cubic-bezier(0.22, 1, 0.36, 1);

    will-change: opacity, transform;
}

/* APPARITION DEPUIS LA GAUCHE */
.agencebe-photo-reveal.agencebe-reveal-left {
    transform: translateX(-70px) scale(0.96);
}

/* APPARITION DEPUIS LA DROITE */
.agencebe-photo-reveal.agencebe-reveal-right {
    transform: translateX(70px) scale(0.96);
}

/* ÉTAT FINAL */
.agencebe-photo-reveal.agencebe-photo-visible {
    opacity: 1;
    transform: translateX(0) scale(1);
}

/* ACCESSIBILITÉ */

@media (prefers-reduced-motion: reduce) {

    .agencebe-photo-reveal {
        opacity: 1;
        transform: none !important;
        transition: none;
    }

}

/* CHANGER DE SYNDIC - BANDEAU */

.changer-syndic-hero {
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.changer-syndic-hero img {
    display: block;
    width: 100%;
    height: clamp(220px, 22vw, 375px);
    object-fit: cover;

    /* Cadrage du visuel du bandeau */
    object-position: center center;
}

/* TABLETTE */

@media (max-width: 991px) {

    .changer-syndic-hero img {
        height: 360px;
        object-position: 40% center;
    }

}

/* SMARTPHONE */

@media (max-width: 600px) {

    .changer-syndic-hero img {
        height: 300px;

        /* Cadrage spécifique smartphone. */
        object-position: 30% center;
    }

}

/* =========================================================
   MENTIONS LÉGALES
   ========================================================= */

.agencebe-legal {
    width: 100%;
    background: #fff;
    color: #273746;
}


/* INTRODUCTION */

.agencebe-legal-header {
    max-width: 1000px;
    margin: 0 auto;
    padding: 70px 30px 65px;
    text-align: center;
}

.agencebe-legal-kicker {
    margin-bottom: 18px;
    font-size: 12px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: #bc9135;
}

.agencebe-legal-header h1 {
    margin: 0;
    font-size: clamp(34px, 3vw, 48px);
    font-weight: 300;
    line-height: 1.15;
    color: #6f796f;
}

.agencebe-legal-header h1 strong {
    font-weight: 600;
    color: #bc9135;
}

.agencebe-legal-trait {
    width: 48px;
    height: 2px;
    margin: 24px auto;
    background: #bc9135;
}

.agencebe-legal-header > p {
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.7;
    color: #70777b;
}


/* CONTENU */

.agencebe-legal-content {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 40px 90px;
}


/* SECTIONS */

.agencebe-legal-section {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 30px;
    padding: 45px 0;
    border-top: 1px solid rgba(39, 55, 70, 0.12);
}

.agencebe-legal-section:last-child {
    border-bottom: 1px solid rgba(39, 55, 70, 0.12);
}

.agencebe-legal-number {
    padding-top: 3px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.15em;
    color: #bc9135;
}

.agencebe-legal-text {
    max-width: 850px;
}

.agencebe-legal-text h2 {
    margin: 0;
    font-size: 25px;
    font-weight: 400;
    color: #273746;
}

.agencebe-legal-small-trait {
    width: 35px;
    height: 1px;
    margin: 16px 0 24px;
    background: #bc9135;
}

.agencebe-legal-text p {
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 1.8;
    color: #555f64;
}

.agencebe-legal-text p:last-child {
    margin-bottom: 0;
}

.agencebe-legal-text strong {
    font-weight: 600;
    color: #273746;
}


/* INFORMATIONS ADMINISTRATIVES */

.agencebe-legal-info {
    padding: 18px 22px;
    border-left: 2px solid #bc9135;
    background: #f8f7f3;
}


/* TABLETTE */

@media (max-width: 900px) {

    .agencebe-legal-header {
        padding: 55px 25px 50px;
    }

    .agencebe-legal-content {
        padding: 0 30px 70px;
    }

    .agencebe-legal-section {
        grid-template-columns: 65px 1fr;
        gap: 20px;
        padding: 38px 0;
    }

}


/* SMARTPHONE */

@media (max-width: 600px) {

    .agencebe-legal-header {
        padding: 45px 20px 40px;
    }

    .agencebe-legal-header h1 {
        font-size: 34px;
    }

    .agencebe-legal-content {
        padding: 0 20px 55px;
    }

    .agencebe-legal-section {
        display: block;
        padding: 32px 0;
    }

    .agencebe-legal-number {
        margin-bottom: 12px;
    }

    .agencebe-legal-text h2 {
        font-size: 22px;
    }

    .agencebe-legal-text p {
        font-size: 15px;
        line-height: 1.7;
    }

}

/* =====================================================
   NOTRE ÉQUIPE — LIENS E-MAIL
   Icône contour fin
===================================================== */

.agencebe-fondatrice-mail,
.agencebe-membre-mail {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 22px;
}

.agencebe-fondatrice-mail a,
.agencebe-membre-mail a {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 40px;
    height: 40px;

    color: #c6922e;

    text-decoration: none;

    transition:
        color 0.3s ease,
        transform 0.3s ease,
        opacity 0.3s ease;
}

.agencebe-fondatrice-mail svg,
.agencebe-membre-mail svg {
    display: block;

    width: 30px;
    height: 30px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.35;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Survol — reste dans la palette Agence BE */
.agencebe-fondatrice-mail a:hover,
.agencebe-membre-mail a:hover {
    color: #9f7421;
    transform: translateY(-2px);
}

/* =====================================================
   NOTRE ÉQUIPE — SÉPARATEUR PICTO ÉQUIPE
===================================================== */

.agencebe-equipe-separateur .agencebe-equipe-picto {
    width: 54px;
    height: 46px;

    fill: none;
    stroke: #c6922e;
    stroke-width: 1.35;

    stroke-linecap: round;
    stroke-linejoin: round;

    flex: 0 0 auto;
}

/* =====================================================
   NOTRE ÉQUIPE — PICTO ÉQUIPE CONCLUSION
===================================================== */

.agencebe-equipe-conclusion-picto .agencebe-equipe-picto-conclusion {
    width: 52px;
    height: 42px;

    fill: none;
    stroke: #c6922e;
    stroke-width: 1.35;

    stroke-linecap: round;
    stroke-linejoin: round;

    display: block;
}
/* =====================================================
   NOTRE ÉQUIPE — CONCLUSION SANS CERCLE
===================================================== */

.agencebe-equipe-conclusion-picto {
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
}

/* =========================================================
   ILS NOUS FONT CONFIANCE
   Recherche des copropriétés par localité
   ========================================================= */

.confiance-recherche {
    width: 100%;
    max-width: 720px;
    margin: 0 auto 55px;
    text-align: center;
}

.confiance-recherche-titre {
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #1f2b3a;
}

.confiance-recherche-zone {
    position: relative;
    width: 100%;
}

.confiance-recherche-zone input {
    width: 100%;
    height: 58px;
    padding: 0 55px 0 58px;

    border: 1px solid rgba(31, 43, 58, 0.20);
    border-radius: 4px;

    background: #fff;
    color: #1f2b3a;

    font: inherit;
    font-size: 16px;

    outline: none;

    transition:
        border-color .25s ease,
        box-shadow .25s ease;
}

.confiance-recherche-zone input::placeholder {
    color: #8a8f96;
    opacity: 1;
}

.confiance-recherche-zone input:focus {
    border-color: #c6922e;
    box-shadow: 0 0 0 3px rgba(198, 146, 46, 0.10);
}


/* Icône loupe */

.confiance-recherche-icone {
    position: absolute;
    top: 50%;
    left: 21px;

    width: 23px;
    height: 23px;

    transform: translateY(-50%);

    fill: none;
    stroke: #c6922e;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;

    pointer-events: none;
}


/* Résultat de la recherche */

.confiance-recherche-resultat {
    min-height: 24px;
    margin-top: 12px;

    font-size: 14px;
    color: #6d7278;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 767px) {

    .confiance-recherche {
        margin-bottom: 38px;
    }

    .confiance-recherche-titre {
        font-size: 13px;
        line-height: 1.4;
    }

    .confiance-recherche-zone input {
        height: 54px;
        padding-left: 52px;
        font-size: 15px;
    }

    .confiance-recherche-icone {
        left: 18px;
        width: 21px;
        height: 21px;
    }
}

/* =========================================================
   COPROPRIÉTÉS - FILTRES LOCALITÉS
   ========================================================= */

.confiance-localites {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;

    margin: 20px auto 4px;
}

.localite-btn {
    appearance: none;

    padding: 8px 14px;

    border: 1px solid rgba(93, 108, 101, .35);
    border-radius: 30px;

    background: transparent;
    color: #5d6c65;

    font: inherit;
    font-size: 13px;
    font-weight: 500;

    cursor: pointer;

    transition:
        background-color .25s ease,
        border-color .25s ease,
        color .25s ease,
        transform .2s ease;
}

.localite-btn:hover {
    border-color: #c6922e;
    color: #c6922e;
    transform: translateY(-1px);
}

.localite-btn.active {
    background: #5d6c65;
    border-color: #5d6c65;
    color: #fff;
}


/* Smartphone */

@media (max-width: 767px) {

    .confiance-localites {
        justify-content: flex-start;
        flex-wrap: nowrap;

        overflow-x: auto;
        overscroll-behavior-inline: contain;

        margin-left: -5px;
        margin-right: -5px;
        padding: 3px 5px 10px;

        scrollbar-width: thin;
    }

    .localite-btn {
        flex: 0 0 auto;
        white-space: nowrap;
    }
}

/* =========================================================
   NOTRE ÉQUIPE — CARTES COLLABORATEURS COMPACTES
   Nelly et Aurélie non concernées
========================================================= */

.agencebe-equipe-grille .agencebe-membre-card {
    height: auto;
    min-height: 0;
}

.agencebe-equipe-grille .agencebe-membre-contenu {
    height: auto;
    min-height: 0;
    padding-bottom: 22px;
}

.agencebe-equipe-grille .agencebe-card-trait {
    margin-bottom: 12px;
}

.agencebe-equipe-grille .agencebe-membre-mail {
    margin-top: 8px;
}