.wpcf7-response-output {
    color: var(--color-black);
}

/* =================================
   VARIABLES GENERALES
   ================================= */
:root {
    --font-primary: "Barlow Condensed", sans-serif;
    --font-secondary: "Inter", sans-serif;
    --container-max-width: 1200px;
}


/* =================================
   ECHELLE TYPOGRAPHIQUE (mobile-first)
   6 paliers standards. Modifier ces
   variables suffit à ajuster tout le site.

   --fs-mini   : badges, mentions légales
   --fs-petit  : labels, dates, sous-titres discrets
   --fs-moyen  : corps de texte, listes, formulaires
   --fs-grand  : accroches, boutons, textes mis en avant
   --fs-titre  : titres de sections (h3, h4)
   --fs-hero   : grands titres (h1, h2 de section)
   ================================= */
:root {
    --fs-mini   : 11px;
    --fs-petit  : 13px;
    --fs-moyen  : 15px;
    --fs-grand  : 18px;
    --fs-titre  : 24px;
    --fs-hero   : 32px;
}

@media (min-width: 1000px) {
    :root {
        --fs-mini   : 12px;
        --fs-petit  : 14px;
        --fs-moyen  : 16px;
        --fs-grand  : 20px;
        --fs-titre  : 28px;
        --fs-hero   : 42px;
    }
}


/* =================================
   TYPOGRAPHIE CENTRALISEE
   Toutes les tailles de texte du site
   sont définies ici via les variables
   d'échelle ci-dessus.
   Ne pas déclarer de font-size ailleurs,
   sauf exception locale documentée.
   ================================= */

/* Titres généraux */
h1 { font-size: var(--fs-hero); }
h2 { font-size: var(--fs-titre); }
h3 { font-size: var(--fs-grand); }
h4 { font-size: var(--fs-moyen); }
h5 { font-size: var(--fs-moyen); }
h6 { font-size: var(--fs-petit); }

/* Corps de texte */
body {
    font-size: var(--fs-grand);
    line-height: 1.6;
}

/* Hero */
.hero-content h1          { font-size: var(--fs-hero); }
.hero-content .highlight  { font-size: var(--fs-hero); }
.hero-content p           { font-size: var(--fs-grand); }

/* Sections services */
.services-title           { font-size: var(--fs-hero); }
.service-title            { font-size: var(--fs-titre); }
.services-subtitle        { font-size: var(--fs-petit); }
.services-description     { font-size: var(--fs-grand); }

/* Boutons */
.btn                      { font-size: var(--fs-grand); }
.btn.large                { font-size: var(--fs-grand); }
.hero-actions .btn        { font-size: var(--fs-grand); }

/* Section réassurance */
.reassurance-icon         { font-size: 48px; } /* icône emoji — taille fixe intentionnelle */
.reassurance-item-title   { font-size: var(--fs-grand); }
.reassurance-description  { font-size: var(--fs-moyen); }

/* Témoignages */
.testimonials-title       { font-size: var(--fs-hero); }
.testimonials-subtitle    { font-size: var(--fs-petit); }
.testimonials-description { font-size: var(--fs-grand); }
.testimonial-name         { font-size: var(--fs-grand); }
.testimonial-text         { font-size: var(--fs-moyen); }
.testimonial-date         { font-size: var(--fs-petit); }
.testimonial-badge        { font-size: var(--fs-mini); }
.star                     { font-size: var(--fs-grand); }

/* FAQ */
.faq-item h3              { font-size: var(--fs-grand); }
.faq-item p               { font-size: var(--fs-moyen); }
.faq-cta p                { font-size: var(--fs-grand); }

/* CTA sections */
.cta-content h2           { font-size: var(--fs-hero); }
.cta-content p            { font-size: var(--fs-grand); }

/* Section interventions */
.interventions-title      { font-size: var(--fs-hero); }
.intervention-card h3     { font-size: var(--fs-grand); }

/* Tarifs */
.tarifs-header h2         { font-size: var(--fs-hero); }
.tarifs-header p          { font-size: var(--fs-grand); }
.tarif-card h4            { font-size: var(--fs-grand); }
.tarif-price              { font-size: var(--fs-grand); }
.tarifs-cta h3            { font-size: var(--fs-titre); }

/* Nos services */
.nos-services-title       { font-size: var(--fs-hero); }
.services-subtitle-orange { font-size: var(--fs-petit); }
.column-title-blue        { font-size: var(--fs-titre); }
.column-title-orange      { font-size: var(--fs-titre); }

/* Pourquoi nous choisir */
.why-title                { font-size: var(--fs-hero); }
.why-item span            { font-size: var(--fs-moyen); }

/* Notre mission */
.mission-title            { font-size: var(--fs-hero); }
.mission-subtitle         { font-size: var(--fs-petit); }
.mission-column-title     { font-size: var(--fs-titre); }
.mission-text             { font-size: var(--fs-moyen); }

/* Qui sommes-nous */
.qui-title                { font-size: var(--fs-hero); }
.qui-intro,
.qui-network              { font-size: var(--fs-moyen); }

/* Photo services */
.service-photo-content h3 { font-size: var(--fs-titre); }
.service-photo-content p  { font-size: var(--fs-moyen); }
.service-badge-orange     { font-size: var(--fs-petit); }
.phone-icon               { font-size: var(--fs-grand); }

/* Section présentation */
.presentation-text h2     { font-size: var(--fs-hero); }
.presentation-text p      { font-size: var(--fs-grand); }
.stat-number              { font-size: var(--fs-hero); }
.stat-label               { font-size: var(--fs-petit); }

/* Section header (réutilisable) */
.section-title            { font-size: var(--fs-hero); }
.section-subtitle         { font-size: var(--fs-grand); }

/* Partenaires */
.partners-section h3      { font-size: var(--fs-titre); }

/* Footer */
.footer-column h3         { font-size: var(--fs-titre); }
.footer-about p           { font-size: var(--fs-moyen); }
.contact-item a           { font-size: var(--fs-grand); }
.contact-item small       { font-size: var(--fs-petit); }
.footer-services a        { font-size: var(--fs-moyen); }
.footer-social h4         { font-size: var(--fs-grand); }
.footer-legal             { font-size: var(--fs-petit); }
.cert-badge               { font-size: var(--fs-mini); }
.service-badge            { font-size: var(--fs-mini); }
.plombier-badge           { font-size: var(--fs-petit); }
.badge-red                { font-size: var(--fs-mini); }

.footer-villes__liste{
    font-size: var(--fs-petit);
}

/* Header */
.contact-info-top a,
.contact-info-top span    { font-size: var(--fs-petit); }
.cta-contact .cta-phone   { font-size: var(--fs-grand); }
.cta-phone                { font-size: var(--fs-moyen); }
.trust-item               { font-size: var(--fs-moyen); }
.logo h1                  { font-size: var(--fs-titre); }

/* Hero form */
.hero-form h3             { font-size: var(--fs-titre); }
.hero-form input,
.hero-form textarea       { font-size: var(--fs-moyen); }
.hero-form button         { font-size: var(--fs-grand); }

/* Formulaire contact */
.form-intro h2            { font-size: var(--fs-hero); }
.form-intro p             { font-size: var(--fs-grand); }
.contact-form input,
.contact-form select,
.contact-form textarea    { font-size: var(--fs-moyen); }
.contact-form button      { font-size: var(--fs-grand); }
.form-note                { font-size: var(--fs-petit); }

/* Page template default (pages WP classiques) */
.page-template-default h1 { font-size: var(--fs-titre); }
.page-template-default h2 { font-size: 1.75em; }
.page-template-default h3 { font-size: 1.5em; }
.page-template-default h4 { font-size: 1.25em; }

/* Page contact */
.page-contact__form label                              { font-size: var(--fs-moyen); }
.page-contact__form input.wpcf7-form-control,
.page-contact__form textarea.wpcf7-form-control        { font-size: var(--fs-moyen); }
.page-contact__form input.wpcf7-submit                 { font-size: var(--fs-moyen); }
body.page-contact .sc_email,
body.page-contact .sc_tel                              { font-size: 1.2em; }
body.page-contact .wpcf7-submit                        { font-size: 1.1em; }

/* Service list / mission */
.services-list li         { font-size: var(--fs-moyen); }


/* =================================
   BLOC SERVICES PHOTO (IMAGE 1)
   ================================= */
.services-photo-section {
    padding: 50px 0;
    background-color: var(--color-gray-light);
    background-image: linear-gradient(to bottom, var(--color-gray-light), var(--color-gray-light));
}

.services-photo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
}

.service-photo-card {
    background: var(--color-text-light);
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease;
}

.service-photo-card:hover {
    transform: translateY(-8px);
}

.service-photo-image {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.service-photo-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-badge-orange {
    position: absolute;
    top: 20px;
    right: 20px;
    background: var(--gradient-orange-red);
    color: var(--color-text-light);
    padding: 12px 20px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
}

.service-photo-content {
    padding: 30px 25px;
    min-height: 170px;
}

.service-underline {
    width: 60px;
    height: 3px;
    background: var(--gradient-orange-red);
    margin-bottom: 20px;
}

.service-photo-content p {
    color: var(--color-gray-dark);
    line-height: 1.6;
    margin-bottom: 25px;
}

.btn-service-red {
    background: var(--gradient-primary);
    color: var(--color-text-light);
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-service-red:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-primary-hover);
}

/* =================================
   BLOC INTERVENTIONS (IMAGE 2)
   ================================= */
.interventions-section {
    padding: 50px 0;
    background: var(--color-text-light);
}

.interventions-header {
    text-align: center;
    margin-bottom: 40px;
}

.interventions-orange {
    color: var(--color-accent);
}

.interventions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
    gap: 30px;
}

.intervention-card {
    border-radius: 12px;
    padding: 40px 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.intervention-card:hover {
    transform: translateY(-5px);
}

.intervention-blue {
    background: var(--gradient-secondary);
    color: var(--color-text-light);
}

.intervention-gray {
    background: linear-gradient(135deg, var(--color-gray), var(--color-gray));
    color: var(--color-text-light);
}

.intervention-icon {
    margin-bottom: 20px;
}

.intervention-card h3 {
    font-weight: 600;
    margin: 0;
}

div[class^="interventions-icon-"],
.icon-wc, .icon-evier, .icon-assainissement, .icon-chauffage {
    width: 80px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
}

.icon-wc             { background-image: url('images/icone_toilettes.png'); }
.icon-evier          { background-image: url('images/icon_evier.png'); }
.icon-assainissement { background-image: url('images/icon_assenissement.png'); }
.icon-chauffage      { background-image: url('images/icon_chauffage.png'); }
.interventions-icon-1 { background-image: url('images/interventions_icon_1.png'); }
.interventions-icon-2 { background-image: url('images/interventions_icon_2.png'); }
.interventions-icon-3 { background-image: url('images/interventions_icon_3.png'); }
.interventions-icon-4 { background-image: url('images/interventions_icon_4.png'); }

/* =================================
   BLOC QUI SOMMES-NOUS (IMAGE 3)
   ================================= */
.qui-sommes-nous-section {
    padding: 80px 0 50px 0;
    background-color: var(--color-gray-light);
    background-image: linear-gradient(to bottom, var(--color-gray-light), var(--color-text-light) 20%, var(--color-gray-light) 70%, var(--color-gray-light));
}

.qui-sommes-nous-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.logo__garantie10ans {
    position: absolute;
    bottom: 0;
    right: 10%;
}

.image-mosaic {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 120px);
    gap: 15px;
    position: relative;
}

.mosaic-img {
    border-radius: 8px;
    object-fit: cover;
    width: 100%;
    height: 100%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.mosaic-1 { grid-column: 1 / 3; grid-row: 1 / 2; }
.mosaic-2 { grid-column: 3 / 4; grid-row: 1 / 3; }
.mosaic-3 { grid-column: 1 / 2; grid-row: 2 / 4; }
.mosaic-4 { grid-column: 2 / 3; grid-row: 2 / 3; }
.mosaic-5 { grid-column: 2 / 4; grid-row: 3 / 4; }

.plombier-badge {
    background: var(--color-primary);
    color: var(--color-text-light);
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 20px;
}

.qui-underline {
    width: 60px;
    height: 4px;
    background: var(--gradient-orange-red);
    margin-bottom: 30px;
}

.qui-intro,
.qui-network {
    color: var(--color-gray);
    line-height: 1.7;
    margin-bottom: 20px;
}

.btn-appeler-rouge {
    background: var(--gradient-primary);
    color: var(--color-text-light);
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    display: inline-block;
    margin-top: 20px;
}

.btn-appeler-rouge:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-primary-hover);
}

/* =================================
   RESPONSIVE - NOUVEAUX BLOCS
   ================================= */
@media (max-width: 1000px) {
    .services-photo-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .service-photo-image {
        height: 200px;
    }

    .service-photo-content {
        padding: 25px 20px;
    }

    .interventions-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
    }

    .intervention-card {
        padding: 30px 20px;
        min-height: 160px;
    }

    .qui-sommes-nous-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .image-mosaic {
        grid-template-rows: repeat(3, 100px);
        gap: 10px;
        order: 2;
    }

    .qui-sommes-nous-text {
        order: 1;
    }
}

/* Reset et styles de base */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: var(--font-secondary);
    color: var(--color-text-dark);
    position: relative;
}

.container {
    max-width: var(--container-max-width);
    margin: 0 auto;
    padding: 0 20px;
}

.container.container_wide {
    max-width: 1800px;
}

/* Typographie — structure */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-primary);
    font-weight: 700;
    line-height: 1.2;
}

.page-template-default .entry-header {
    padding: 0 20px;
}

.page-template-default h1 {
    margin-top: 0;
    margin-bottom: 0.15em;
}

.page-template-default h2 {
    margin-top: 1em;
    margin-bottom: 0.2em;
    color: var(--color-secondary);
}

.page-template-default h3 {
    margin-top: 0.8em;
    margin-bottom: 0.15em;
}

.page-template-default h4 {
    margin-top: 0.6em;
    margin-bottom: 0.1em;
    color: var(--color-secondary);
}

.page-template-default .site-main.container {
    padding-top: 20px;
}

/* Système de boutons */
.btn {
    display: inline-block;
    padding: 14px 28px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-family: var(--font-primary);
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-primary {
    background: var(--gradient-primary);
    color: var(--color-text-light);
    box-shadow: var(--shadow-primary);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-primary-hover);
}

.btn-secondary {
    background: var(--gradient-secondary);
    color: var(--color-text-light);
    box-shadow: var(--shadow-secondary);
}

.btn-secondary:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-secondary-hover);
}

.btn-accent {
    background: var(--gradient-accent);
    color: var(--color-text-light);
    box-shadow: var(--shadow-accent);
}

.btn-accent:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-accent-hover);
}

.btn-outline {
    background: transparent;
    color: var(--color-secondary);
    border: 2px solid var(--color-secondary);
}

.btn-outline:hover {
    background: var(--color-secondary);
    color: var(--color-text-light);
}

.btn-light {
    background: var(--color-text-light);
    color: var(--color-secondary);
    border: 2px solid var(--color-text-light);
}

.btn-light:hover {
    background: transparent;
    color: var(--color-text-light);
}

.btn-light:hover .icon_tel {
    background-image: url(images/icon_tel-white.png);
}

.btn-outline-light {
    background: transparent;
    color: var(--color-text-light);
    border: 2px solid var(--color-text-light);
}

.btn-outline-light:hover {
    background: transparent;
    color: var(--color-text-light);
    border: 2px solid var(--color-text-light);
}

.btn-outline-light:hover .icon_contact {
    background-image: url(images/icon_contact-white.png);
}

.btn-small {
    padding: 10px 20px;
}

.btn.large {
    padding: 20px 40px;
    margin: 0 10px 10px 0;
}

.cta-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

/* Header */
.site-header {
    background: var(--color-text-light);
    box-shadow: 0 4px 20px rgba(0, 0, 50, 0.5);
}

@media all and (max-width: 1000px) {
    .main-nav,
    .main-header .cta-contact,
    .contact-info-top .hours {
        display: none;
    }
}

.main-header.bg_blue {
    background-color: var(--color-secondary);
    color: var(--color-text-light);
}

.main-header.bg_blue .main-nav a {
    color: var(--color-text-light);
}

body.page-contact .main-header { padding: 0; }
body.page-contact .top-bar     { display: none; }
body.page-contact .main-nav,
body.page-contact .cta-contact { display: none; }

body.page-contact .main-header .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-bar {
    background: var(--gradient-secondary);
    color: var(--color-text-light);
    padding: 2px 0;
}

.top-bar .container {
    justify-content: center;
    align-items: center;
    display: flex;
}

@media all and (min-width: 1000px) {
    .top-bar .container {
        justify-content: flex-end;
    }
}

.contact-info-top {
    display: flex;
    gap: 30px;
    align-items: center;
}

.contact-info-top a,
.contact-info-top span {
    color: var(--color-text-light);
    text-decoration: none;
    font-weight: 500;
}

.main-header {
    padding: 4px 0;
}

.main-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
}

.site-header .top-bar {
    height: 45px;
    overflow: hidden;
    opacity: 1;
    transition: height 0.3s ease, opacity 0.3s ease;
}

.site-header.scrolled .top-bar {
    height: 0;
    opacity: 0;
    padding: 0;
}

.main-header {
    position: sticky;
    top: 0;
    z-index: 100;
}

.logo h1 {
    background: linear-gradient(135deg, var(--color-secondary), var(--color-primary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800;
}

.main-nav ul {
    list-style: none;
    display: flex;
    gap: 30px;
}

@media all and (max-width: 1000px) {
    .main-nav ul {
        flex-direction: column;
    }
}

.main-nav a {
    text-decoration: none;
    color: var(--color-text-dark);
    font-weight: 600;
    font-family: var(--font-primary);
    transition: color 0.3s;
    position: relative;
}

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

.main-nav a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--color-primary);
    transition: width 0.3s;
}

.main-nav a:hover::after {
    width: 100%;
}

.cta-contact {
    background: var(--gradient-accent);
    color: var(--color-text-light);
    text-decoration: none;
    font-weight: 700;
    padding: 15px 25px;
    border-radius: 8px;
    text-align: center;
    line-height: 1.1;
    transition: all 0.3s;
    box-shadow: var(--shadow-accent);
}

.cta-contact:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-accent-hover);
}

.cta-phone {
    display: block;
    margin-top: 5px;
}

/* Hero Section */
.hero-banner {
    background: linear-gradient(135deg,
        rgba(30, 58, 138, 0.55),
        rgba(220, 38, 38, 0.4),
        rgba(234, 88, 12, 0.55)),
        url('images/banniere.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: var(--color-text-light);
    padding: 30px 0 0 0;
    text-align: center;
    position: relative;
}

@media all and (min-width: 1000px) {
    .hero-banner {
        padding: 35px 0 0 0;
    }
}

.hero-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg,
        rgba(var(--color-secondary-rgb), 0.7),
        rgba(var(--color-primary-rgb), 0.5));
}

@media all and (min-width: 1000px) {
    .hero-banner::before {
        background: linear-gradient(135deg,
            rgba(var(--color-secondary-rgb), 0.65),
            rgba(var(--color-primary-rgb), 0.6));
    }
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-content h1 {
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.1;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.hero-content .highlight {
    color: var(--color-accent-light);
    display: block;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.hero-content p {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-actions {
    display: flex;
    gap: 25px;
    justify-content: center;
    margin: 15px 0 10px;
}

@media all and (min-width: 1000px) {
    .hero-actions {
        margin: 15px 0 0 0;
    }
}

.hero-actions .btn {
    font-weight: 700;
}

.hero-trust {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 60px;
    flex-wrap: wrap;
}

.trust-item {
    font-weight: 600;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 25px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

/* Présentation */
.presentation-section {
    padding: 50px 0;
    background: var(--color-text-light);
}

.presentation-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.presentation-text h2 {
    color: var(--color-secondary);
    margin-bottom: 30px;
    line-height: 1.3;
}

.presentation-text p {
    line-height: 1.6;
    color: var(--color-gray-dark);
    margin-bottom: 25px;
}

.presentation-stats {
    display: flex;
    gap: 30px;
    margin: 40px 0;
}

.stat-item {
    text-align: center;
    flex: 1;
}

.stat-number {
    display: block;
    font-weight: 900;
    color: var(--color-primary);
    font-family: var(--font-primary);
}

.stat-label {
    color: var(--color-gray);
    font-weight: 600;
}

.presentation-image {
    position: relative;
}

.presentation-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

@media all and (min-width: 1000px) {
    .presentation-image img {
        height: 750px;
    }
}

/* Services */
.services-section {
    padding: 50px 0;
    background-color: var(--color-gray-light);
    background-image: linear-gradient(to bottom, var(--color-gray-light), var(--color-gray-light));
}

.services-header {
    text-align: center;
    margin-bottom: 80px;
}

.services-subtitle {
    letter-spacing: 2px;
    color: var(--color-accent);
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: var(--font-primary);
}

.services-title {
    font-weight: 800;
    color: var(--color-secondary);
    margin-bottom: 20px;
}

.services-title .highlight {
    color: var(--color-primary);
}

.services-description {
    color: var(--color-gray);
    max-width: 600px;
    margin: 0 auto;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.service-card {
    background: var(--color-text-light);
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
}

.service-card-primary::before  { background: var(--gradient-primary); }
.service-card-secondary::before { background: var(--gradient-secondary); }
.service-card-accent::before   { background: var(--gradient-accent); }

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.service-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    gap: 20px;
}

.service-icon {
    font-size: 56px;
}

.service-title {
    flex: 1;
    margin-bottom: 10px;
    color: var(--color-secondary);
}

.service-badge {
    background: var(--color-accent);
    color: var(--color-text-light);
    padding: 5px 12px;
    border-radius: 15px;
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    right: 2%;
    top: 2%;
}

.service-list {
    list-style: none;
    text-align: left;
    margin-bottom: 30px;
    min-height: 290px;
}

.service-list li {
    padding: 10px 0 10px 25px;
    position: relative;
    color: var(--color-gray);
    font-weight: 500;
}

.service-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--color-primary);
    font-weight: bold;
}

.service-cta {
    display: flex;
    gap: 15px;
}

.service-cta .btn {
    flex: 1;
    padding: 12px 20px;
}

/* Section Headers */
.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-title {
    color: var(--color-secondary);
    margin-bottom: 20px;
    font-weight: 800;
}

.section-subtitle {
    color: var(--color-gray);
    max-width: 600px;
    margin: 0 auto;
}

/* Réassurance */
.reassurance-section {
    padding: 50px 0;
    background: var(--color-text-light);
}

.reassurance-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    margin-bottom: 80px;
}

.reassurance-item {
    text-align: center;
    padding: 40px 30px;
    border-radius: 20px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.reassurance-primary {
    background: linear-gradient(135deg, rgba(var(--color-primary-rgb), 0.05), rgba(var(--color-primary-rgb), 0.05));
    border: 2px solid rgba(var(--color-primary-rgb), 0.1);
}

.reassurance-secondary {
    background: linear-gradient(135deg, rgba(var(--color-secondary-rgb), 0.05), rgba(var(--color-secondary-rgb), 0.05));
    border: 2px solid rgba(var(--color-secondary-rgb), 0.1);
}

.reassurance-accent {
    background: linear-gradient(135deg, rgba(var(--color-accent-rgb), 0.05), rgba(var(--color-accent-rgb), 0.05));
    border: 2px solid rgba(var(--color-accent-rgb), 0.1);
}

.reassurance-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.reassurance-item-title {
    color: var(--color-secondary);
    margin-bottom: 20px;
    font-weight: 700;
}

.reassurance-description {
    color: var(--color-gray);
    margin-bottom: 25px;
    line-height: 1.7;
}

.section-cta {
    text-align: center;
}

/* Partenaires */
.partners-section {
    padding: 50px 0;
    background: var(--color-white);
    text-align: center;
}

.partners-section img {
    mix-blend-mode: darken;
}

.partners-section h3 {
    color: var(--color-secondary);
    margin-bottom: 50px;
    font-weight: 600;
}

.partners-grid {
    display: flex;
    justify-content: center;
    gap: 60px;
    align-items: center;
    flex-wrap: wrap;
    min-height: 80px;
}

.partner-logo {
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-logo img {
    max-width: 300px;
    height: 130px;
    object-fit: contain;
    filter: grayscale(0%) opacity(0.6);
    transition: all 0.3s;
    max-height: 60px;
    width: auto;
    display: block;
}

.partner-logo:hover img {
    filter: grayscale(0%) opacity(1);
    transform: scale(1.05);
}

@media (min-width: 1000px) {
    .partner-logo {
        padding: 0 50px;
    }

    .partner-logo img {
        max-height: 80px;
    }
}

/* Témoignages */
.testimonials-section {
    padding: 50px 0;
    background-color: var(--color-gray-light);
    background-image: linear-gradient(to bottom, var(--color-gray-light), var(--color-gray-light), var(--color-gray-light));
}

.testimonials-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 50px;
    position: relative;
}

.testimonials-intro {
    flex: 1;
}

.testimonials-subtitle {
    color: var(--color-accent);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.testimonials-title {
    color: var(--color-secondary);
    font-weight: 800;
    margin-bottom: 20px;
}

.testimonials-description {
    color: var(--color-gray);
}

.cta-button {
    background: var(--gradient-primary);
    color: var(--color-text-light);
    padding: 18px 35px;
    text-decoration: none;
    font-weight: 700;
    border-radius: 8px;
    transition: all 0.3s;
    box-shadow: var(--shadow-primary);
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-primary-hover);
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.testimonial-card {
    background: var(--color-gray-light);
    padding: 35px;
    border-radius: 20px;
    transition: all 0.3s ease;
    position: relative;
    border-left: 5px solid var(--color-accent);
}

.testimonial-featured {
    background: linear-gradient(135deg, rgba(var(--color-primary-rgb), 0.05), rgba(var(--color-accent-rgb), 0.05));
    border-left-color: var(--color-primary);
    transform: scale(1.02);
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.testimonial-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.testimonial-rating {
    display: flex;
    gap: 3px;
}

.star {
    color: var(--color-accent-light);
}

.testimonial-badge {
    background: var(--color-primary);
    color: var(--color-text-light);
    padding: 4px 12px;
    border-radius: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.testimonial-name {
    font-weight: 700;
    color: var(--color-secondary);
    margin-bottom: 15px;
}

.testimonial-text {
    color: var(--color-gray-dark);
    line-height: 1.8;
    margin-bottom: 20px;
    font-style: italic;
}

.testimonial-date {
    color: var(--color-gray);
    font-weight: 500;
}

.testimonials-cta {
    text-align: center;
}

/* FAQ */
.faq-section {
    padding: 50px 0;
    background: var(--color-gray-light);
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 60px;
}

.faq-item {
    background: var(--color-text-light);
    padding: 35px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border-left: 5px solid var(--color-accent);
}

.faq-primary   { border-left-color: var(--color-primary); }
.faq-secondary { border-left-color: var(--color-secondary); }
.faq-accent    { border-left-color: var(--color-accent); }

.faq-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.faq-item h3 {
    color: var(--color-secondary);
    margin-bottom: 15px;
    font-weight: 700;
}

.faq-item p {
    color: var(--color-gray-dark);
    line-height: 1.7;
}

.faq-cta {
    text-align: center;
}

.faq-cta p {
    margin-bottom: 25px;
    color: var(--color-gray-dark);
}

/* Sections CTA */
.cta-section {
    padding: 50px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-1 {
    color: var(--color-text-light);
    background:
        linear-gradient(
            135deg,
            var(--color-primary),
            rgba(var(--color-primary-rgb), 0.52)
        ), url(images/degorgement.jpg);
    background-size: cover;
    background-position: center right;
    background-attachment: fixed;
}

.cta-2 {
    color: var(--color-text-light);
    background: linear-gradient(135deg, rgba(var(--color-secondary-rgb), 0), var(--color-secondary-light), var(--color-accent)), url(images/plombier.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.cta-3 {
    background: var(--gradient-orange-red);
    color: var(--color-text-light);
}

.cta-content {
    position: relative;
    z-index: 2;
}

.cta-icon {
    font-size: 72px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media all and (min-width: 1000px) {
    .cta-section {
        overflow: visible;
        padding-bottom: 100px;
    }

    .cta-icon {
        height: 1px;
        transform: translateY(-50px);
    }
}

.cta-icon__box {
    background: var(--color-text-light);
    width: 125px;
    height: 125px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    border-radius: 130px;
}

.cta-icon__box_rapide  { background: var(--gradient-orange-red); }
.cta-icon__box_expert  { background: var(--color-secondary); }
.cta-icon__box_tarifs  { background: var(--gradient-orange-red); }

.cta-content h2 {
    margin-bottom: 25px;
    font-weight: 800;
}

.cta-content p {
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.95;
    line-height: 1.7;
}

/* Footer */
.site-footer {
    background: var(--color-secondary-dark);
    color: var(--color-text-light);
}

.contact-form-section {
    background: var(--color-gray-light);
    padding: 80px 0;
}

.contact-form-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.form-intro {
    text-align: center;
    margin-bottom: 50px;
}

.form-intro h2 {
    color: var(--color-secondary);
    margin-bottom: 15px;
    font-weight: 800;
}

.form-intro p {
    color: var(--color-gray-dark);
}

.contact-form {
    background: var(--color-text-light);
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin-bottom: 25px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    padding: 18px;
    border: 2px solid var(--color-gray-light);
    border-radius: 10px;
    font-family: var(--font-secondary);
    transition: border-color 0.3s;
    width: 100%;
    margin-bottom: 25px;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: var(--color-primary);
}

.contact-form button {
    background: var(--gradient-primary);
    color: var(--color-text-light);
    border: none;
    padding: 20px 40px;
    font-weight: 700;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s;
    width: 100%;
    font-family: var(--font-primary);
}

.contact-form button:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-primary-hover);
}

.form-note {
    text-align: center;
    margin-top: 15px;
    color: var(--color-gray);
}

.footer-main {
    padding: 50px 0 25px 0;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    margin-bottom: 0;
}

.footer-column h3 {
    margin-bottom: 30px;
    font-weight: 700;
}

.footer-about p {
    color: var(--color-gray-light);
    line-height: 1.7;
    margin-bottom: 30px;
}

.footer-certifications {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.cert-badge {
    background: var(--color-primary);
    color: var(--color-text-light);
    padding: 5px 12px;
    border-radius: 15px;
    font-weight: 600;
}

.center { text-align: center; }
.center .icon { display: inline-block; }

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;
}

.contact-icon {
    width: 30px;
    text-align: center;
}

.contact-item div {
    flex: 1;
}

.contact-item strong {
    display: block;
    margin-bottom: 0;
}

.contact-item small {
    color: var(--color-gray);
}

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

.footer-services ul {
    list-style: none;
    margin-bottom: 30px;
}

.footer-services li {
    padding: 8px 0;
}

.footer-services a {
    color: var(--color-gray);
    text-decoration: none;
    transition: color 0.3s;
}

.footer-services a:hover {
    color: var(--color-text-light);
}

.footer-social h4 {
    margin-bottom: 15px;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-links a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s;
}

.social-links a:hover {
    background: var(--color-primary);
    transform: translateY(-2px);
}

.footer-villes h3 {
    margin-bottom: 1em;
}

.footer-villes__liste ul {
    list-style: none;
    margin-bottom: 30px;
    grid-auto-flow: row;
    justify-items: start;
    display: grid;
    grid-template-columns: 1fr;

}

@media all and (min-width: 1000px) {
    .footer-villes__liste ul {
        grid-template-columns: 1fr 1fr;
    }
}

.footer-villes__liste li {
    padding: 8px 0;
    
}

.footer-villes__liste li a {
    text-decoration: none;
     color: var(--color-gray-light);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 30px 0;
}

.footer-legal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--color-gray);
    flex-wrap: wrap;
    gap: 20px;
}

.legal-links {
    display: flex;
    gap: 20px;
    align-items: center;
}

.footer-legal a {
    color: var(--color-link);
    text-decoration: none;
}

.separator {
    opacity: 0.5;
}

/* Responsive global */
@media (max-width: 1000px) {
    .container {
        padding: 0 15px;
    }

    .main-header .container {
        flex-direction: column;
        gap: 25px;
    }

    .main-nav ul {
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
    }

    .hero-actions {
        flex-direction: column;
        align-items: center;
    }

    .hero-trust {
        flex-direction: column;
        gap: 15px;
    }

    .presentation-content {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .presentation-stats {
        justify-content: center;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .reassurance-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .partners-grid {
        flex-direction: column;
        gap: 30px;
    }

    .testimonials-header {
        flex-direction: column;
        gap: 30px;
        align-items: stretch;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .faq-grid {
        grid-template-columns: 1fr;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .btn.large {
        margin: 5px 0;
        width: 100%;
        max-width: 350px;
    }

    .hero-actions .btn {
        width: 100%;
        max-width: 300px;
    }

    .footer-legal {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
}

@media (max-width: 600px) {
    .contact-form {
        padding: 30px 20px;
    }

    .cta-icon {
        font-size: 48px;
    }

    .btn {
        padding: 12px 20px;
    }

    .btn.large {
        padding: 16px 24px;
    }
}

/* Icônes */
.with_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
}

.icon {
    background-repeat: no-repeat;
}

.icon_tel {
    width: 40px;
    height: 40px;
    background-image: url(images/icon_tel.png);
    background-size: 100%;
    float: left;
}

.icon_tel-white {
    background-image: url(images/icon_tel-white.png);
}

.icon_clock {
    width: 40px;
    height: 40px;
    background-image: url(images/icon_clock.png);
    background-size: 100%;
    float: left;
}

.icon_clock-white {
    background-image: url(images/icon_clock-white.png);
}

.hero-trust .icon_small {
    width: 40px;
    height: 40px;
    background-size: 100%;
    float: left;
}

.icon_clock.icon_small          { background-image: url(images/icon_clock.png); }
.icon_clock-white.icon_small    { background-image: url(images/icon_clock-white.png); }
.icon_garantie                  { background-image: url(images/icon_garantie.png); }
.icon_garantie-white            { background-image: url(images/icon_garantie-white.png); }
.icon_client                    { background-image: url(images/icon_client.png); }
.icon_client-white              { background-image: url(images/icon_client-white.png); }

.icon_pin {
    width: 40px;
    height: 40px;
    background-image: url(images/icon_pin.png);
    background-size: 100%;
    float: left;
}

.icon_pin-white { background-image: url(images/icon_pin-white.png); }

.icon_contact {
    width: 40px;
    height: 40px;
    background-image: url(images/icon_contact.png);
    background-size: 100%;
    float: left;
}

.icon_contact-white { background-image: url(images/icon_contact-white.png); }

.service-icon .icon,
.cta-icon .icon,
.reassurance-icon .icon {
    width: 90px;
    height: 90px;
    background-size: 100%;
}

.icon_rapide        { background-image: url(images/icon_rapide.png); }
.icon_rapide2       { background-image: url(images/icon_rapide2.png); }
.icon_rapide-white  { background-image: url(images/icon_rapide-white.png); }
.icon_maintenance   { background-image: url(images/icon_maintenance.png); float: left; }
.icon_local         { background-image: url(images/icon_local.png); }
.icon_reparation    { background-image: url(images/icon_reparation.png); }

.icon_expert {
    background-image: url(images/icon_expert.png);
    display: inline-block;
}

.icon_expert.icon_expert-white {
    background-image: url(images/icon_expert-white.png);
    display: inline-block;
}

.icon_propre        { background-image: url(images/icon_propre.png); }
.icon_maintenance   { background-image: url(images/icon_maintenance.png); }
.icon_chauffe-eau   { background-image: url(images/icon_chauffe-eau.png); }

.icon_tarifs {
    background-image: url(images/icon_tarifs.png);
    display: inline-block;
}

.icon_tarifs-white  { background-image: url(images/icon_tarifs-white.png); }

.icon_small {
    width: 28px;
    height: 28px;
}

.logo img { max-width: 200px; }

.qui-sommes-nous-images {
    position: relative;
}

.qui-sommes-nous-images img {
    max-width: 100%;
}

/* =================================
   BOUTONS FIXES
   ================================= */
.fixed-buttons {
    position: fixed;
    right: 20px;
    bottom: 35%;
    transform: translateY(-50%);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.fixed-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    animation: pulse 2s infinite;
}

.fixed-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.fixed-btn-phone   { background: var(--gradient-primary); }
.fixed-btn-email   { background: var(--gradient-secondary); }

.fixed-btn-whatsapp {
    background: var(--gradient-whatsapp);
    color: var(--color-text-light);
    background-image: url(images/icon_whatsapp.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}

.whatsapp-icon { font-size: 28px; }

@keyframes pulse {
    0%   { box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); }
    50%  { box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3); }
    100% { box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); }
}

/* =================================
   FORMULAIRE HERO
   ================================= */
.hero-form {
    padding: 5px;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
}

.hero-form::before {
    content: "";
    position: absolute;
    top: -200%;
    left: -50%;
    width: 200%;
    height: 500%;
    background: linear-gradient(45deg, var(--color-primary), var(--color-primary) 40%, var(--color-secondary) 60%, var(--color-secondary));
    animation: rotate-gradient 2s linear 3;
    z-index: -1;
}

.hero-form__in {
    position: relative;
    z-index: 1;
    border-radius: 8px;
    padding: 20px;
    padding-bottom: 0;
    background: rgba(255, 255, 255, 1);
}

.hero-form h3 {
    color: var(--color-secondary);
    text-align: center;
    margin-bottom: 20px;
}

.hero-form .hero-form-submit {
    display: grid;
    justify-content: center;
    width: 100%;
}

.wpcf7-form-control {
    font-family: var(--font-secondary);
}

.hero-form .hero-form-submit input.wpcf7-submit {
    width: 500px;
}

.form-row-hero {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    margin-bottom: 10px;
}

.form-row-hero > :nth-child(4) {
    grid-column: 1 / -1;
}

.hero-form input {
    padding: 10px 15px;
    border: 2px solid var(--color-gray-light);
    border-radius: 8px;
    transition: border-color 0.3s ease;
    width: 100%;
    max-width: 350px;
}

.hero-form textarea {
    padding: 10px 15px;
    border: 2px solid var(--color-gray-light);
    border-radius: 8px;
    transition: border-color 0.3s ease;
    width: 100%;
    height: 45px;
}

.hero-form input:focus {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px rgba(var(--color-primary-rgb), 0.1);
}

.hero-form button {
    width: 100%;
    padding: 15px;
    border: none;
    cursor: pointer;
}

@keyframes rotate-gradient {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media (min-width: 1000px) {
    .hero-form {
        transform: translateY(30px);
    }
}

/* =================================
   SECTION TARIFS
   ================================= */
.tarifs-section {
    background: var(--gradient-secondary);
    padding: 50px 0;
    color: var(--color-text-light);
}

.tarifs-header {
    text-align: center;
    margin-bottom: 50px;
}

.tarifs-header h2 {
    margin-bottom: 15px;
    color: var(--color-text-light);
}

.tarifs-header p {
    color: rgba(255, 255, 255, 0.9);
}

.tarifs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.tarif-card {
    border: 2px var(--color-secondary-light) solid;
    padding: 30px 25px;
    border-radius: 12px;
    text-align: center;
    transition: all 1s ease;
}

.tarif-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    background: var(--color-text-light);
    border-color: var(--color-text-light);
    transition: all 0.3s ease;
}

.tarif-card h4 {
    color: var(--color-text-light);
    margin-bottom: 15px;
    line-height: 1.3;
}

.tarif-card:hover h4 {
    color: var(--color-text-dark);
}

.tarif-price {
    color: var(--color-success);
    font-weight: 700;
    margin-bottom: 20px;
}

.tarif-card:hover .tarif-price {
    color: var(--color-secondary);
}

.tarif-card .btn-outline {
    color: var(--color-text-light);
    border-color: var(--color-text-light);
}

.tarif-card:hover .btn-outline {
    color: var(--color-secondary-light);
    border-color: var(--color-secondary-light);
}

.tarif-card:hover .btn-outline:hover {
    color: var(--color-text-light);
    background-color: var(--color-secondary-light);
}

.tarifs-cta {
    text-align: center;
}

.tarifs-cta h3 {
    margin-bottom: 20px;
    color: var(--color-text-light);
}

.btn-large {
    padding: 18px 35px;
}

/* =================================
   SECTION NOS SERVICES
   ================================= */
.nos-services-section {
    background: var(--color-gray-light);
    padding: 50px 0;
}

.nos-services-header {
    text-align: center;
    margin-bottom: 30px;
}

.services-subtitle-orange {
    color: var(--color-accent);
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.nos-services-title {
    color: var(--color-secondary);
    margin-bottom: 20px;
}

.highlight-orange {
    color: var(--color-accent);
}

.nos-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 0;
}

.nos-services-column {
    background: rgba(255, 255, 255, 0.2);
    padding: 40px 30px;
    border-radius: 12px;
    transform: scale(0.9);
    transition: all 1s ease-in-out;
}

.nos-services-column:hover {
    background: var(--color-text-light);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transform: scale(1.0);
    transition: all 0.25s ease-in-out;
}

.column-title-blue {
    color: var(--color-secondary);
    margin-bottom: 25px;
}

.column-title-orange {
    color: var(--color-accent);
    margin-bottom: 25px;
}

.services-list {
    list-style: none;
}

.services-list li {
    padding: 12px 0 12px 30px;
    border-bottom: 1px solid var(--color-gray-light);
    position: relative;
}

.services-list li:before {
    content: "";
    position: absolute;
    background-image: url(images/puce.png);
    background-repeat: no-repeat;
    background-size: 16px;
    width: 30px;
    height: 25px;
    left: 0;
    top: 14px;
    color: var(--color-accent);
}

.services-list li:last-child {
    border-bottom: none;
}

/* =================================
   SECTION POURQUOI CHOISIR
   ================================= */
.why-choose-section {
    background: var(--gradient-secondary);
    color: var(--color-text-light);
    padding: 50px 0;
}

.why-choose-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.badge-red {
    background: var(--color-primary);
    color: var(--color-text-light);
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 25px;
}

.why-title {
    color: var(--color-text-light);
    margin-bottom: 40px;
    line-height: 1.2;
}

.why-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.why-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.check-icon {
    background: var(--color-success);
    color: var(--color-text-light);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    flex-shrink: 0;
}

.why-item span {
    font-weight: 500;
}

.why-choose-image {
    text-align: center;
}

.why-choose-image img {
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

/* =================================
   SECTION NOTRE MISSION
   ================================= */
.notre-mission-section {
    background: var(--color-gray-light);
    padding: 50px 0;
}

.mission-header {
    text-align: center;
    margin-bottom: 60px;
}

.mission-subtitle {
    color: var(--color-accent);
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.mission-title {
    color: var(--color-secondary);
    line-height: 1.2;
}

.mission-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
}

.mission-column {
    text-align: center;
    background: var(--color-text-light);
    padding: 25px 34px;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.mission-icon {
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
}

.icon-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--color-accent);
    display: flex;
    align-items: center;
    justify-content: center;
}

.mission-icon-img,
.plombier-icon-img {
    width: 55px;
    height: 55px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.quality-icon      { background-image: url(images/icon_quality.png); }
.plombier-icon     { background-image: url(images/icon_plombier.png); }
.satisfaction-icon { background-image: url(images/icon_satisfaction_xl.png); }

.mission-column-title {
    color: var(--color-secondary);
    margin-bottom: 20px;
}

.mission-text {
    color: var(--color-gray);
    line-height: 1.6;
}

/* =================================
   RESPONSIVE MOBILE FIRST
   ================================= */
@media (max-width: 1000px) {
    .fixed-buttons {
        bottom: 0;
        right: 10px;
        gap: 10px;
        flex-direction: row;
    }

    .fixed-btn {
        width: 50px;
        height: 50px;
    }

    .whatsapp-icon {
        font-size: 24px;
    }

    .hero-form {
        margin-top: 30px;
        padding: 5px;
    }

    .form-row-hero {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .tarifs-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
    }

    .tarif-card {
        padding: 25px 20px;
    }

    .nos-services-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .nos-services-column {
        padding: 30px 25px;
    }

    .why-choose-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .mission-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .mission-column {
        padding: 30px 25px;
    }
}

/* =================================
   PAGE CONTACT
   ================================= */
.page-contact__form label {
    display: block;
    font-weight: bold;
    color: var(--color-gray-dark);
    margin-bottom: 8px;
}

.page-contact__form .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 1px;
}

.page-contact__form input.wpcf7-form-control,
.page-contact__form textarea.wpcf7-form-control {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid var(--color-gray-light);
    border-radius: 6px;
    background: var(--color-gray-light);
    transition: border-color 0.25s, background 0.25s;
}

.page-contact__form input.wpcf7-form-control:focus,
.page-contact__form textarea.wpcf7-form-control:focus {
    background: var(--color-text-light);
    border-color: var(--color-gray);
    outline: none;
}

.page-contact__form textarea.wpcf7-textarea {
    min-height: 140px;
    resize: vertical;
}

.page-contact__form input.wpcf7-submit {
    padding: 14px 26px;
    border-radius: 6px;
    cursor: pointer;
    background: var(--color-secondary);
    color: var(--color-text-light);
    border: none;
    transition: background 0.25s, transform 0.15s;
    margin-top: 6px;
    font-weight: 600;
}

.page-contact__form input.wpcf7-submit:hover {
    background: var(--color-secondary-light);
    transform: translateY(-2px);
}

.page-contact__form input.wpcf7-submit:active {
    transform: translateY(0);
}

.page-contact__form .wpcf7-spinner {
    margin-left: 10px;
}

body.page-contact .wp-block-columns.wp-block-columns-is-layout-flex {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

body.page-contact .wp-block-heading {
    color: var(--color-secondary);
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
}

body.page-contact .wpcf7-form-control:not(.wpcf7-submit) {
    width: 100%;
    padding: 8px 15px;
    margin-bottom: 1px;
    border: 1px solid var(--color-gray-light);
    border-radius: 6px;
    line-height: 1.5;
    transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    background-color: var(--color-gray-light);
}

body.page-contact textarea.wpcf7-form-control {
    height: 100px;
}

body.page-contact .wpcf7-form-control:not(.wpcf7-submit):focus {
    border-color: var(--color-secondary);
    box-shadow: 0 0 0 0.25rem rgba(var(--color-secondary-rgb), 0.25);
    outline: none;
    background-color: var(--color-text-light);
}

body.page-contact .wpcf7-textarea {
    min-height: 150px;
    resize: vertical;
}

body.page-contact .wpcf7-submit {
    display: block;
    width: 100%;
    padding: 15px;
    font-weight: 600;
    color: var(--color-text-light);
    background-color: var(--color-secondary);
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

body.page-contact .wpcf7-submit:hover {
    background-color: var(--color-secondary-light);
}

body.page-contact .wp-block-column:last-child {
    background-color: var(--color-secondary);
    color: var(--color-text-light);
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

body.page-contact .wp-block-column:last-child .wp-block-heading {
    color: var(--color-text-light);
}

body.page-contact .sc_email,
body.page-contact .sc_tel {
    display: block;
    font-weight: 500;
    margin-bottom: 30px;
    color: var(--color-text-light);
}

body.page-contact .sc_tel {
    margin-bottom: 0;
}
