/* ==================================================
   RÉGLAGES GÉNÉRAUX DU TEMPLATE
   ================================================== */

.body-innerwrapper {
    max-width: 100% !important;
    margin: 0 auto !important;
    padding-top: 0 !important;
}

.sp-iStoreii-layout .controller-next i,
.sp-iStoreii-layout .controller-prev i {
    margin-top: 0 !important;
    top: 40% !important;
}

.sp-vertical-middle {
    margin-left: 90px !important;
}

.sp-iStoreii-layout .sp-slider-content .sp-introtext,
.sp-iStoreii-layout h2.sp-posttitle {
    font-size: 15px !important;
}

.carousel-control {
    top: 50%;
    font-size: 40px;
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.carousel-caption {
    bottom: 50px;
    left: 50px;
    width: 40%;
    padding: 5px 20px 20px;
    line-height: 22px;
    background: rgba(0, 0, 0, 0.6);
}

.carousel-caption h3 {
    color: #fff;
}

.separator {
    height: 1px;
    background-color: #e1e1e1;
    width: 50%;
    margin-left: 25%;
    margin-top: 25px;
    margin-bottom: 25px;
}

.separator-style {
    background-color: #fcfcfc;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    display: block;
    height: 5px;
    left: 50%;
    margin-left: -5px;
    margin-top: -4px;
    position: absolute;
    width: 5px;
    border: 2px solid #e1e1e1;
}


/* ==================================================
   UTILITY
   ================================================== */

#sp-utility-2nd-row-wrapper .container {
    background-image: none !important;
}


/* ==================================================
   CONTACT HEADER
   ================================================== */

.contact-cta {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.contact-cta .btn {
    width: 260px;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
}

.contact-cta .btn:first-child {
    margin-bottom: 5px !important;
}


/* ==================================================
   HERO PAGE D'ACCUEIL
   ================================================== */

.hero-contact {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 40px !important;

    width: 100% !important;
    max-width: none !important;

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

    box-sizing: border-box !important;
}


/* COLONNE TEXTE */

.hero-contact-text {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;

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

    box-sizing: border-box !important;
}

.hero-contact-text h1 {
    color: #00263A !important;
}


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

.hero-contact-form {
    flex: 0 0 420px !important;

    width: 420px !important;
    max-width: 420px !important;

    box-sizing: border-box !important;

    padding: 25px !important;

    background: #D9D8D6 !important;

    border: 1px solid #e1e5e8 !important;
    border-radius: 12px !important;
}

.hero-contact-form h2 {
    color: #00263A !important;
    margin-top: 0 !important;
}


/* ==================================================
   FORMULAIRE COMPACT
   ================================================== */

/* Largeur commune des étiquettes */
.hero-contact-form {
    --hero-label-width: 120px;
}

/* Rangées Nom, Téléphone, Courriel et Message */
.hero-contact-form .compact-form .control-group:not(.hero-captcha) {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;

    width: 100% !important;
    margin-bottom: 8px !important;
}

/* Étiquettes */
.hero-contact-form .compact-form .control-group:not(.hero-captcha) label {
    display: block !important;

    flex: 0 0 var(--hero-label-width) !important;
    width: var(--hero-label-width) !important;
    min-width: var(--hero-label-width) !important;

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

/* Champs */
.hero-contact-form .compact-form .control-group:not(.hero-captcha) input,
.hero-contact-form .compact-form .control-group:not(.hero-captcha) select,
.hero-contact-form .compact-form .control-group:not(.hero-captcha) textarea {
    display: block !important;

    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;

    margin: 0 !important;
    box-sizing: border-box !important;
}

/* Champ Message */
.hero-contact-form .compact-form .control-group:not(.hero-captcha) textarea {
    resize: vertical !important;
}


/* ==================================================
   CAPTCHA + BOUTON
   ================================================== */

/*
   Carte : 420px
   Padding : 25px de chaque côté
   Largeur intérieure : environ 370px
   Étiquettes : 120px
   Champs : environ 250px
*/

/* CAPTCHA : ne pas utiliser la rangée label + champ */
.hero-contact-form .compact-form .control-group.hero-captcha {
    display: block !important;

    width: calc(100% - var(--hero-label-width)) !important;
    height: 64px !important;

    margin: 10px 0 10px var(--hero-label-width) !important;
    padding: 0 !important;

    box-sizing: border-box !important;
    overflow: visible !important;
}

/* Réduire proportionnellement le CAPTCHA Google */
.hero-contact-form .hero-captcha .g-recaptcha {
    width: 304px !important;

    transform: scale(0.82) !important;
    transform-origin: 0 0 !important;

    margin: 0 !important;
}

/* Conteneur du bouton */
.hero-contact-form .hero-form-submit {
    display: block !important;

    width: calc(100% - var(--hero-label-width)) !important;

    margin: 10px 0 0 var(--hero-label-width) !important;
    padding: 0 !important;

    box-sizing: border-box !important;
}

/* Bouton de la même largeur que les champs */
.hero-contact-form .hero-form-submit .btn {
    display: block !important;

    width: 100% !important;

    margin: 0 !important;
    box-sizing: border-box !important;

    text-align: center !important;
}


/* ==================================================
   CHAMP TECHNIQUE RECAPTCHA
   ================================================== */

/* Ne pas supprimer ce champ du HTML : Google en a besoin */
textarea#g-recaptcha-response,
textarea.g-recaptcha-response {
    display: none !important;

    width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;

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

    overflow: hidden !important;

    position: absolute !important;
    left: -9999px !important;
}

/* ==================================================
   HERO - TEXTE + AVANTAGES + IMAGE
   ================================================== */

.hero-eyebrow {
    margin-bottom: 10px !important;

    color: #76BC21 !important;

    font-size: 15px !important;
    font-weight: 700 !important;

    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
}

.hero-contact-text h1 {
    color: #00263A !important;

    margin-top: 0 !important;
    margin-bottom: 15px !important;

    line-height: 1.15 !important;
}

.hero-intro {
    max-width: 760px !important;

    margin-bottom: 0 !important;

    font-size: 15px !important;
    line-height: 1.65 !important;
}


/* ==================================================
   AVANTAGES + IMAGE
   ================================================== */

.hero-benefits-layout {
    display: grid !important;

    grid-template-columns:
        minmax(260px, 0.95fr)
        minmax(260px, 1.05fr) !important;

    gap: 32px !important;

    align-items: stretch !important;

    width: 100% !important;

    margin-top: 32px !important;

    box-sizing: border-box !important;
}


/* ==================================================
   LISTE DES AVANTAGES
   ================================================== */

.hero-benefits-list {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    gap: 20px !important;
}

.hero-benefit {
    display: grid !important;

    grid-template-columns: 54px 1fr !important;

    column-gap: 16px !important;

    align-items: flex-start !important;

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


/* CERCLE AUTOUR DES ICÔNES */

.hero-benefit-icon {
    display: flex !important;

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

    width: 54px !important;
    height: 54px !important;

    background: #F1F8EC !important;

    border-radius: 50% !important;

    box-sizing: border-box !important;
}


/* ICÔNES */

.hero-benefit-icon i {
    display: block !important;

    width: auto !important;

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

    color: #76BC21 !important;

    font-size: 30px !important;
    line-height: 32px !important;

    text-align: center !important;
}

.hero-benefit-icon i:before {
    color: #76BC21 !important;

    font-size: 30px !important;
    line-height: 32px !important;
}


/* TEXTE DES AVANTAGES */

.hero-benefit-content {
    min-width: 0 !important;
}

.hero-benefit-content strong {
    display: block !important;

    margin-bottom: 4px !important;

    color: #00263A !important;

    font-size: 15px !important;
    line-height: 1.3 !important;
}

.hero-benefit-content span {
    display: block !important;

    color: #666 !important;

    font-size: 13px !important;
    line-height: 1.45 !important;
}


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

/* Image à droite des avantages */
.hero-contact-text .hero-benefits-image {
    position: relative !important;
    width: 100% !important;
    height: 300px !important;
    min-height: 0 !important;
    max-height: 300px !important;
    overflow: hidden !important;
    border-radius: 12px !important;
}

.hero-contact-text .hero-benefits-image img {
    display: block !important;
    width: 100% !important;
    height: 300px !important;
    min-height: 0 !important;
    max-height: 300px !important;
    object-fit: cover !important;
    object-position: center !important;
}

/* TEXTE SUPERPOSÉ SUR L'IMAGE */

.hero-image-message {
    position: absolute !important;

    top: 28px !important;
    left: 28px !important;

    color: #00263A !important;

    font-size: 24px !important;
    line-height: 1.35 !important;

    font-style: italic !important;

    text-shadow:
        0 1px 2px rgba(255,255,255,0.8) !important;
}


/* BADGE LOCAL */

.hero-image-local {
    position: absolute !important;

    left: 20px !important;
    bottom: 20px !important;

    display: inline-flex !important;

    align-items: center !important;

    gap: 7px !important;

    padding: 8px 12px !important;

    background: rgba(255,255,255,0.94) !important;

    border-radius: 20px !important;

    color: #00263A !important;

    font-size: 11px !important;
    font-weight: 700 !important;

    text-transform: uppercase !important;

    box-sizing: border-box !important;
}

.hero-image-local i {
    color: #76BC21 !important;
}


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

@media (max-width: 1000px) {

    .hero-benefits-layout {
        grid-template-columns: 1fr !important;
    }

    .hero-benefits-image {
        min-height: 320px !important;
    }

    .hero-benefits-image img {
        min-height: 320px !important;
    }
}


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

@media (max-width: 767px) {

    .hero-benefits-layout {
        display: flex !important;
        flex-direction: column !important;

        gap: 25px !important;

        margin-top: 25px !important;
    }

    .hero-benefits-list {
        gap: 20px !important;
    }

    .hero-benefit {
        grid-template-columns: 48px 1fr !important;

        column-gap: 12px !important;
    }

    .hero-benefit-icon {
        width: 48px !important;
        height: 48px !important;
    }

    .hero-benefit-icon i,
    .hero-benefit-icon i:before {
        font-size: 26px !important;
        line-height: 28px !important;
    }

    .hero-benefits-image,
    .hero-benefits-image img {
        min-height: 280px !important;
    }

    .hero-image-message {
        top: 20px !important;
        left: 20px !important;

        font-size: 20px !important;
    }
}

/* Message de confirmation dans le formulaire Hero */

.hero-contact-messages {
    margin: 0 0 15px 0 !important;
}

.hero-contact-message {
    padding: 10px 12px !important;
    background: #f7f3d8 !important;
    border: 1px solid #e7ddb0 !important;
    border-radius: 4px !important;
    color: #7a6424 !important;
    box-sizing: border-box !important;
}
.hero-contact-form #system-message-container,
.hero-contact-form #system-message {
    width: 100% !important;
    margin: 0 0 15px 0 !important;
    box-sizing: border-box !important;
}

.hero-contact-form #system-message-container .alert,
.hero-contact-form #system-message .alert {
    margin: 0 !important;
    padding: 10px 12px !important;
    box-sizing: border-box !important;
}

/* Confirmation d'envoi dans le formulaire Hero */
.hero-contact-confirmation {
    width: 100% !important;
    box-sizing: border-box !important;
    margin: 0 0 15px 0 !important;
    padding: 12px 15px !important;

    background: #eef7ea !important;
    border: 1px solid #4c9d34 !important;
    border-radius: 5px !important;

    color: #355c2b !important;
    line-height: 1.5 !important;
}

/* ==================================================
   HERO MOBILE - CORRECTION RESPONSIVE
   ================================================== */

@media (max-width: 767px) {

    .hero-contact {
        display: block !important;
        width: 100% !important;
    }

    .hero-contact-text {
        width: 100% !important;
        margin-bottom: 25px !important;
    }

    .hero-contact-form {
        width: 100% !important;
        max-width: 100% !important;
        flex: none !important;
        padding: 20px !important;
        box-sizing: border-box !important;
    }

    /* Formulaire : label au-dessus du champ */
    .hero-contact-form .compact-form .control-group:not(.hero-captcha) {
        display: block !important;
        width: 100% !important;
        margin-bottom: 12px !important;
    }

    .hero-contact-form .compact-form .control-group:not(.hero-captcha) label {
        display: block !important;
        width: 100% !important;
        min-width: 0 !important;
        margin: 0 0 5px 0 !important;
    }

    .hero-contact-form .compact-form .control-group:not(.hero-captcha) input,
    .hero-contact-form .compact-form .control-group:not(.hero-captcha) textarea {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    /* CAPTCHA */
    .hero-contact-form .hero-captcha {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        margin: 15px 0 !important;
        overflow: hidden !important;
    }

    .hero-contact-form .hero-captcha-inner {
        width: 304px !important;
        transform: scale(0.90) !important;
        transform-origin: left top !important;
    }

    /* Bouton */
    .hero-contact-form .hero-form-submit {
        display: block !important;
        width: 100% !important;
        margin: 10px 0 0 !important;
    }

    .hero-contact-form .hero-form-submit .btn {
        display: block !important;
        width: 100% !important;
        box-sizing: border-box !important;
        margin: 0 !important;
    }

    /* Avantages + image */
    .hero-benefits-layout {
        display: block !important;
        width: 100% !important;
    }

    .hero-benefits-list {
        width: 100% !important;
        margin-bottom: 25px !important;
    }

    .hero-benefits-image {
        width: 100% !important;
        height: 260px !important;
        max-height: 260px !important;
    }

    .hero-benefits-image img {
        width: 100% !important;
        height: 260px !important;
        max-height: 260px !important;
        object-fit: cover !important;
    }
}


/* Hero : image plus courte, bases alignées */
@media (min-width: 768px) {

    .hero-contact {
        align-items: flex-end !important;
    }

    .hero-benefits-layout {
        align-items: stretch !important;
    }

    .hero-contact-text .hero-benefits-image {
        height: 475px !important;
        min-height: 0 !important;
        max-height: 475px !important;
        align-self: end !important;
    }

    .hero-contact-text .hero-benefits-image img {
        display: block !important;
        width: 100% !important;
        height: 475px !important;
        min-height: 0 !important;
        max-height: 475px !important;
        object-fit: cover !important;
        object-position: center !important;
    }

    .hero-benefits-list {
        justify-content: space-between !important;
    }
}


/* Avis Google : une seule rangée défilante */
.google-reviews-grid {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 20px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 4px 2px 18px !important;
}

/* Chaque carte garde une largeur confortable */
.google-review-card {
    flex: 0 0 340px !important;
    width: 340px !important;
    max-width: 340px !important;
    scroll-snap-align: start;
}

/* Mobile : une carte presque pleine largeur */
@media (max-width: 767px) {
    .google-review-card {
        flex: 0 0 85% !important;
        width: 85% !important;
        max-width: 85% !important;
    }
}

/* Cartes d'avis : hauteur uniforme */
.google-review-card {
    height: 300px !important;
    min-height: 300px !important;
    max-height: 300px !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
}

/* Le texte occupe l'espace disponible */
.google-review-card p {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 7 !important;
    overflow: hidden !important;
    line-height: 1.6 !important;
    max-height: 11.2em !important;
    margin: 0 !important;
}

/* Encadré des avis Google */
.google-review-card {
    background: #fff !important;
    border: 1px solid #d9e0e5 !important;
    border-radius: 12px !important;
    padding: 22px !important;
    box-shadow: 0 3px 12px rgba(0, 38, 58, 0.08) !important;
    box-sizing: border-box !important;
}

/* Petit accent vert au haut de chaque carte */
.google-review-card {
    border-top: 3px solid #76BC21 !important;
}

/* Texte des avis : hauteur uniforme */
.google-review-card {
    height: 330px !important;
    min-height: 330px !important;
    max-height: 330px !important;
    display: flex !important;
    flex-direction: column !important;
}

.google-review-text {
    color: #555;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 8px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;

    overflow: hidden;
}

/* Carte ouverte */
.google-review-card.is-expanded {
    height: auto !important;
    max-height: none !important;
}

.google-review-card.is-expanded .google-review-text {
    display: block;
    overflow: visible;
    max-height: none;
}

/* Actions au bas de la carte */
.google-review-actions {
    margin-top: auto;
    padding-top: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.google-review-toggle {
    background: none;
    border: 0;
    padding: 0;
    color: #76BC21;
    font-weight: 600;
    cursor: pointer;
}

.google-review-toggle:hover {
    text-decoration: underline;
}

.google-review-source {
    font-size: 12px;
    color: #777 !important;
    text-decoration: none !important;
}

.google-review-source:hover {
    color: #00263A !important;
}

/* Petite mention sous les avis */
.google-reviews-note {
    margin-top: 10px;
    font-size: 11px;
    color: #888;
}

/* Carousel container */
.google-reviews-carousel {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
}

/* Hide scrollbar but keep scrolling */
.google-reviews-grid {
    flex: 1;
    min-width: 0;
    overflow-x: auto !important;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.google-reviews-grid::-webkit-scrollbar {
    display: none;
}

/* Navigation arrows */
.google-reviews-arrow {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border: 1px solid #d9e0e5;
    border-radius: 50%;
    background: #fff;
    color: #00263A;
    font-size: 30px;
    line-height: 30px;
    cursor: pointer;
    padding: 0;
}

.google-reviews-arrow:hover {
    background: #76BC21;
    color: #fff;
    border-color: #76BC21;
}

@media (max-width: 767px) {
    .google-reviews-carousel {
        gap: 6px;
    }

    .google-reviews-arrow {
        flex-basis: 30px;
        width: 30px;
        height: 30px;
        font-size: 24px;
    }
}

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

.google-reviews-summary {
    display: block !important;
    margin-bottom: 25px !important;
}

.google-reviews-summary h2 {
    margin: 0 0 22px !important;
    color: #00263A !important;
    font-size: 28px !important;
    line-height: 1.3 !important;
    text-align: left !important;
}

/* Note à gauche, bouton à droite */
.google-reviews-summary-row {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

/* Encadré de la note */
.google-reviews-rating-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 16px 24px;
    background: #fff;
    border: 1px solid #d9e0e5;
    border-radius: 12px;
    box-shadow: 0 3px 12px rgba(0, 38, 58, 0.06);
}

.google-reviews-rating-main {
    display: flex;
    align-items: center;
    gap: 12px;
}

.google-reviews-rating-main strong {
    color: #00263A;
    font-size: 34px;
    line-height: 1;
    font-weight: 700;
}

.google-reviews-rating-main .google-stars {
    color: #f4b400;
    font-size: 25px;
    letter-spacing: 2px;
}

.google-reviews-rating-count {
    margin-top: 7px;
    color: #666;
    font-size: 15px;
}

/* Bouton Google */
.google-reviews-summary-row .google-reviews-all {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 24px;
    background: #fff;
    border: 1px solid #d9e0e5;
    border-radius: 12px;
    box-shadow: 0 3px 12px rgba(0, 38, 58, 0.06);
    color: #00263A !important;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none !important;
    transition: background .2s ease, border-color .2s ease;
}

.google-reviews-summary-row .google-reviews-all:hover {
    background: #76BC21;
    border-color: #76BC21;
    color: #fff !important;
}

/* Mobile */
@media (max-width: 767px) {

    .google-reviews-summary h2 {
        font-size: 24px !important;
    }

    .google-reviews-summary-row {
        flex-direction: column;
        gap: 12px;
    }

    .google-reviews-rating-box {
        padding: 16px 20px;
    }

    .google-reviews-summary-row .google-reviews-all {
        width: 100%;
        box-sizing: border-box;
    }
}

/* =========================================
   Mise en page finale avis Google
   ========================================= */

.google-reviews-light {
    width: 100% !important;
}

/* Titre sur toute la largeur */
.google-reviews-summary {
    width: 100% !important;
    display: block !important;
    margin-bottom: 22px !important;
}

.google-reviews-summary h2 {
    width: 100% !important;
    max-width: none !important;
    margin: 0 0 18px !important;
    font-size: 28px !important;
    line-height: 1.3 !important;
    text-align: left !important;
}

/* Ligne note + bouton */
.google-reviews-summary-row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 20px !important;
    width: 100% !important;
}

/* Note Google */
.google-reviews-rating-box {
    display: inline-flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    padding: 14px 20px !important;
    min-width: 210px !important;
    border: 1px solid #d9e0e5 !important;
    border-radius: 12px !important;
    background: #fff !important;
    box-shadow: 0 3px 12px rgba(0, 38, 58, .06) !important;
}

.google-reviews-rating-main {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.google-reviews-rating-main strong {
    font-size: 34px !important;
    color: #00263A !important;
}

.google-reviews-rating-main .google-stars {
    font-size: 24px !important;
    color: #f4b400 !important;
}

/* Bouton à droite */
.google-reviews-summary-row .google-reviews-all {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 58px !important;
    padding: 0 24px !important;
    border: 1px solid #d9e0e5 !important;
    border-radius: 12px !important;
    background: #fff !important;
    color: #00263A !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

/* Carrousel pleine largeur */
.google-reviews-carousel {
    width: 100% !important;
    margin-top: 10px !important;
}

/* Mention Google sous le carrousel */
.google-reviews-note {
    margin-top: 10px !important;
    text-align: left !important;
    font-size: 11px !important;
    color: #888 !important;
}

/* Mobile */
@media (max-width: 767px) {

    .google-reviews-summary h2 {
        font-size: 23px !important;
    }

    .google-reviews-summary-row {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .google-reviews-rating-box,
    .google-reviews-summary-row .google-reviews-all {
        width: 100% !important;
        box-sizing: border-box !important;
    }
}
/* =========================================
   AJUSTEMENTS EN-TÊTE AVIS GOOGLE
   ========================================= */

.google-reviews-light {
    margin-top: 55px !important;
}

/* Titre centré */
.google-reviews-summary h2 {
    text-align: center !important;
    margin-bottom: 18px !important;
}

/* Note et bouton plus proches du carrousel */
.google-reviews-summary {
    margin-bottom: 12px !important;
}

.google-reviews-summary-row {
    margin-bottom: 10px !important;
}

/* Carrousel plus près de l'en-tête */
.google-reviews-carousel {
    margin-top: 0 !important;
}

/* Note Google un peu plus compacte */
.google-reviews-rating-box {
    padding: 12px 18px !important;
}

/* Bouton plus compact */
.google-reviews-summary-row .google-reviews-all {
    min-height: 54px !important;
    padding: 0 20px !important;
}
/* =========================================
   Ajustements finaux — en-tête avis Google
   ========================================= */

/* Même hauteur pour les deux encadrés */
.google-reviews-summary-row {
    display: flex !important;
    align-items: stretch !important;
    justify-content: space-between !important;
    gap: 20px !important;
}

.google-reviews-rating-box,
.google-reviews-summary-row .google-reviews-all {
    min-height: 76px !important;
    box-sizing: border-box !important;
}

/* Note, étoiles et nombre d'avis sur une ligne */
.google-reviews-rating-main {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    flex-wrap: wrap !important;
}

.google-reviews-rating-count {
    margin: 0 !important;
    font-size: 15px !important;
    color: #666 !important;
    white-space: nowrap;
}

/* Aligner les encadrés avec le début des cartes,
   plutôt qu'avec les flèches */
.google-reviews-summary-row {
    padding-left: 50px !important;
    padding-right: 50px !important;
    box-sizing: border-box !important;
}

/* Bouton : texte toujours lisible au survol */
.google-reviews-summary-row .google-reviews-all {
    color: #00263A !important;
    background: #fff !important;
    border-color: #d9e0e5 !important;
}

.google-reviews-summary-row .google-reviews-all:hover,
.google-reviews-summary-row .google-reviews-all:focus {
    color: #fff !important;
    background: #76BC21 !important;
    border-color: #76BC21 !important;
    text-decoration: none !important;
}

/* Mobile : pas de décalage inutile */
@media (max-width: 767px) {
    .google-reviews-summary-row {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .google-reviews-rating-box,
    .google-reviews-summary-row .google-reviews-all {
        min-height: 76px !important;
    }
}

/* Introduction pleine largeur */
.hero-introduction {
    width: 100% !important;
    max-width: none !important;
    margin: 0 0 32px !important;
}

.hero-introduction h1 {
    color: #00263A !important;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    line-height: 1.15 !important;
}

.hero-introduction .hero-intro {
    max-width: none !important;
    width: 100% !important;
    margin-bottom: 0 !important;
}

/* Éviter un espace supplémentaire avant les avantages */
.hero-contact .hero-benefits-layout {
    margin-top: 0 !important;
}

/* Téléphone et courriel sur une seule ligne */
.contact-cta {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 8px !important;
    flex-wrap: wrap !important;
}

.contact-cta .btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    margin: 0 !important;
    white-space: nowrap !important;
    padding: 8px 12px !important;
}

/* Keep phone + email on one line even if Helix social column is narrow */
#sp-social,
.sp-social,
.social,
.contact-cta {
    overflow: visible !important;
}

.contact-cta {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 8px !important;
    width: max-content !important;
    max-width: none !important;
    white-space: nowrap !important;
    margin-left: auto !important;
}

.contact-cta .btn {
    display: inline-flex !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 7px 12px !important;
    white-space: nowrap !important;
}

.contact-cta .btn:first-child {
    margin-bottom: 0 !important;
}

/* =========================================
   HEADER : réseaux sociaux + téléphone + email
   sur une seule ligne
   ========================================= */

#sp-social {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 10px !important;
    overflow: visible !important;
    white-space: nowrap !important;
}

/* Icônes sociales */
#sp-social ul.social-icons {
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

#sp-social ul.social-icons li {
    display: block !important;
    float: none !important;
    margin: 0 !important;
}

/* Module téléphone/courriel */
#sp-social .module {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

/* Les deux boutons sur la même ligne */
#sp-social .contact-cta {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 0 !important;
    width: max-content !important;
}

/* Boutons compacts */
#sp-social .contact-cta .btn {
    width: auto !important;
    margin: 0 !important;
    padding: 7px 12px !important;
    white-space: nowrap !important;
    line-height: 20px !important;
}

/* Annule l'ancien espace sous le premier bouton */
#sp-social .contact-cta .btn:first-child {
    margin-bottom: 0 !important;
}

/* Header : style uniforme des liens */
#sp-social ul.social-icons i,
#sp-social .contact-cta .btn {
    height: 40px !important;
    min-height: 40px !important;
    box-sizing: border-box !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #fff !important;
    border: 1px solid #d9e0e5 !important;
    border-radius: 4px !important;
    color: #00263A !important;
    line-height: 1 !important;
    margin: 0 !important;
}

/* Icônes carrées */
#sp-social ul.social-icons i {
    width: 40px !important;
    font-size: 15px !important;
}

/* Boutons téléphone et courriel */
#sp-social .contact-cta .btn {
    width: auto !important;
    padding: 0 12px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    white-space: nowrap !important;
    text-decoration: none !important;
}

/* Survol uniforme */
#sp-social ul.social-icons a:hover i,
#sp-social ul.social-icons a:focus i,
#sp-social .contact-cta .btn:hover,
#sp-social .contact-cta .btn:focus {
    background: #76BC21 !important;
    border-color: #76BC21 !important;
    color: #fff !important;
    text-decoration: none !important;
}

/* Espacement uniforme dans le header */
#sp-social {
    gap: 8px !important;
}

#sp-social ul.social-icons {
    gap: 8px !important;
    margin: 0 !important;
}

#sp-social ul.social-icons li {
    margin: 0 !important;
    padding: 0 !important;
}

#sp-social .contact-cta {
    gap: 8px !important;
    margin: 0 !important;
}

#sp-social .module {
    margin: 0 !important;
    padding: 0 !important;
}

/* Mention Google alignée avec la première carte */
.google-reviews-note {
    margin-top: 8px !important;
    margin-bottom: 0 !important;
    padding-left: 50px !important;
    text-align: left !important;
}

/* Texte des avis : couper après des lignes complètes */
.google-review-text {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    overflow: hidden !important;
    max-height: none !important;
}

/* Afficher le texte complet après Lire la suite */
.google-review-card.is-expanded .google-review-text {
    display: block !important;
    -webkit-line-clamp: unset !important;
    line-clamp: unset !important;
    overflow: visible !important;
}

/* Mobile : la mention reste alignée avec les cartes */
@media (max-width: 767px) {
    .google-reviews-note {
        padding-left: 36px !important;
    }
}
/* =========================================
   STYLE CTA UNIFIÉ
   Inspiré des boutons du header social
   ========================================= */

.site-cta,
.hero-contact-form .hero-form-submit .btn,
.google-reviews-all,
.google-review-toggle {
    box-sizing: border-box !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    min-height: 40px !important;
    padding: 0 16px !important;

    background: #fff !important;
    border: 1px solid #d9e0e5 !important;
    border-radius: 4px !important;

    color: #00263A !important;

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

    text-decoration: none !important;

    cursor: pointer !important;

    transition:
        background .2s ease,
        border-color .2s ease,
        color .2s ease !important;
}


/* HOVER + CLAVIER */

.site-cta:hover,
.site-cta:focus,
.hero-contact-form .hero-form-submit .btn:hover,
.hero-contact-form .hero-form-submit .btn:focus,
.google-reviews-all:hover,
.google-reviews-all:focus,
.google-review-toggle:hover,
.google-review-toggle:focus {

    background: #76BC21 !important;
    border-color: #76BC21 !important;
    color: #fff !important;

    text-decoration: none !important;
}


/* Bouton principal du formulaire :
   conserve toute la largeur */

.hero-contact-form .hero-form-submit .btn {
    width: 100% !important;
}


/* Lire la suite :
   format plus compact */

.google-review-toggle {
    min-height: 34px !important;
    padding: 0 12px !important;
}
.action-button .site-cta {
    min-height: 46px !important;
    padding: 0 22px !important;
    font-size: 18px !important;
}

.hero-balance-icon {
    font-family: Arial, sans-serif;
    font-size: 28px !important;
    font-weight: bold;
    line-height: 1;
    color: #76BC21 !important;
}

.google-reviews-summary-row {
    display: flex !important;
    align-items: flex-end !important;
    gap: 18px !important;
}

.google-reviews-rating-box {
    flex: 0 0 auto !important;
}

.google-reviews-note {
    flex: 0 0 auto !important;
    margin: 0 0 5px 0 !important;
    padding: 0 !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
    color: #777 !important;
    text-align: left !important;
    white-space: nowrap !important;
}

.google-reviews-all {
    margin-left: auto !important;
}

/* Mobile */
@media (max-width: 767px) {

    .google-reviews-summary-row {
        flex-wrap: wrap !important;
        align-items: center !important;
    }

    .google-reviews-note {
        order: 3 !important;
        width: 100% !important;
        margin-top: 6px !important;
        white-space: normal !important;
    }
}

/* Espacement de la section Services */
.services-heading {
    margin-top: 35px !important;
    margin-bottom: 15px !important;
}

/* Espace après les six services */
#sp-service-wrapper {
    padding-bottom: 50px !important;
}

/* Rapprocher le titre des services */
#sp-slide-wrapper {
    padding-bottom: 0 !important;
}

#sp-slide-wrapper .services-heading {
    margin-bottom: 10px !important;
}

body #sp-service-wrapper {
    margin: 10px 0 0 0 !important;
    padding-top: 0 !important;
    padding-bottom: 50px !important;
}

/* Titre de la section Services */
#sp-slide .services-heading {
    text-align: center !important;
}

#sp-slide .services-heading h2 {
    color: #76BC21 !important;
    font-size: 30px !important;
    font-weight: 400 !important;
    margin: 0 !important;
}