/* ============================================
   PAGE CONTACT â€” CSS
   Utilise les variables et utilitaires du thÃ¨me
   ============================================ */


header.site-header {
    display: none;
}
span.text-left {
    text-align: left;
}
/* ============================================
   1. HERO â€” Grille intro + RDV
   ============================================ */
section.contact-hero {
    padding-top: 150px;
}
h1.top-title.text-left {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    text-align: left;
}
.contact-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
    margin-bottom: 48px;
}

.contact-hero-left .top-title {
    display: block;
    margin-bottom: 12px;
}

.contact-hero-title {
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 50px;
}

/* ---- Card RDV (droite) ---- */
.contact-rdv-card {
    background: #FFFCF3;
    border-radius: 16px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contact-rdv-title {
    margin: 0;
    font-family: var(--font-display);
    font-weight: 300;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 0%;
}

.contact-rdv-sub {
    margin: 0;
    font-family: var(--font-display);
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    max-width: 360px;
}

.contact-rdv-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-rdv-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--color-text);
    font-family: Bricolage Grotesque;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0%;
}

.contact-rdv-features li svg {
    flex-shrink: 0;
    color: var(--color-text);
}

.contact-calendly-embed {
    background: #fff;
    border-radius: 12px;
    height: 390px;
    overflow: hidden;
}

.contact-calendly-embed iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.wyy4rc {
    display: none;
}
.contact-calendly-btn {
    align-self: center;
}

/* ---- Bloc rappel ---- */
.contact-rappel-card {
    background-color: #FFFCF3;
    border-radius: 16px;
    padding: 32px 40px;
    overflow: hidden;
    position: relative;
    background-image: url(/wp-content/uploads/2026/05/Page-contact-image.png);
    padding-bottom: 210px;
}

.contact-rappel-content {
    display: grid;
    grid-template-columns: 433px 1fr;
    gap: 40px;
    align-items: center;
}

.contact-rappel-text h3 {
    margin-bottom: 12px;
    font-family: var(--font-display);
    font-weight: 300;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 0%;
}

.contact-rappel-text p {
    margin-bottom: 24px;
    font-family: Bricolage Grotesque;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
}

.contact-rappel-image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    min-height: 240px;
}

.contact-photo-thomas {
    width: 200px;
    height: 240px;
    object-fit: cover;
    border-radius: 50% 50% 0 0;
    position: relative;
    z-index: 2;
}

.contact-tools-logos {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.contact-tools-logos img {
    position: absolute;
    width: 44px;
    height: 44px;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    background: #fff;
    padding: 4px;
}
.contact-rappel-text a {
    margin-top: 110px;
}
/* Positions des logos autour de la photo */
.contact-tools-logos img:nth-child(1) { top: 20px;  left: 10px;  }
.contact-tools-logos img:nth-child(2) { top: 10px;  right: 20px; }
.contact-tools-logos img:nth-child(3) { bottom: 60px; left: 0;   }
.contact-tools-logos img:nth-child(4) { bottom: 30px; right: 10px; }

/* ============================================
   2. COORDONNÃ‰ES
   ============================================ */

.contact-coords-title {
    font-size: clamp(28px, 4vw, 38px);
    font-weight: 300;
    margin-bottom: 40px;
}
.contact-bureau .nineties {
font-size: 28px;
}
.contact-bureaux-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
}

.contact-bureau-title {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 4px;
    font-family: var(--font-display);
}

.contact-bureau-sub {
    margin-bottom: 20px;
    font-family: var(--font-display);
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
}

.contact-bureau-photo {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 30px;
    height: 200px;
    background: #f0ede3;
}

.contact-bureau-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.contact-bureau-tel {
    margin-bottom: 8px;
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    padding-top: 30px;
    border-top: 1px solid #EFE7D4;
    margin-top: 20px;
}

.contact-bureau-address {
    color: #444;
    font-style: normal;
    margin-bottom: 16px;
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-top: 20px;
}

.contact-map {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 16px;
    height: 180px;
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

.contact-bureau-horaires {
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
}

/* ============================================
   3. QUI SOMMES-NOUS
   ============================================ */

.contact-quisommesnous .container {
    background-color: #FFFCF3;
    background-image: url(/wp-content/uploads/2026/04/Vector-14.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}

.contact-qsn-grid {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 60px;
    align-items: center;
}

.contact-qsn-image {
    border-radius: 16px;
    overflow: hidden;
    height: 380px;
    background: #ddd;
}

.contact-qsn-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.contact-qsn-logo {
    display: flex;
    align-items: flex-end;
    gap: 4px;
    margin-bottom: 16px;
}

.contact-qsn-logo-sub {
    font-size: 12px;
    letter-spacing: 0.06em;
    color: #555;
    margin-bottom: 2px;
}

.contact-qsn-title {
    font-size: clamp(22px, 3vw, 32px);
    font-weight: 300;
    margin-bottom: 16px;
    font-family: var(--font-display);
}

.contact-qsn-texte {
    font-size: 15px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 28px;
    max-width: 420px;
}

.contact-qsn-deco {
    position: absolute;
    right: -20px;
    bottom: -20px;
    width: 120px;
    opacity: 0.4;
    pointer-events: none;
}

.contact-qsn-content {
    position: relative;
}
.contact-qsn-content .paragraphe {
    margin: 0;
}
/* ============================================
   POPUP FORMULAIRE CONTACT
   Style exact de la maquette fournie
   ============================================ */

/* Overlay de la popup */
.contact-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(43, 43, 43, 0.15);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    backdrop-filter: blur(15px);
}

.contact-popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Container de la popup */
.contact-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    background-color: #FFFCF3;
    border-radius: 24px;
    width: 90%;
    max-width: 1100px;
    max-height: 90vh;
    overflow: hidden;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0px 2px 5px 0px #00000026;
    background-image: url(/wp-content/uploads/2026/04/Vector-15.png);
    background-position: left top;
    background-repeat: no-repeat;
}

.contact-popup.active {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}

/* Grille 2 colonnes */
.contact-popup-grid {
    display: grid;
    grid-template-columns: 0.7fr 1fr;
    min-height: 600px;
}

/* ============================================
   COLONNE GAUCHE - Image + Texte
   ============================================ */

.contact-popup-left {
    padding: 60px 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    background-image: url(/wp-content/uploads/2026/05/Page-contact-imagepop-up.png);
    background-repeat: no-repeat;
    background-position: bottom;
}


.contact-popup-left::after {
    content: '';
    position: absolute;
    bottom: -100px;
    left: -60px;
    width: 220px;
    height: 220px;
    background: rgba(255, 252, 243, 0.3);
    border-radius: 50%;
    pointer-events: none;
}

.contact-popup-left-content {
    position: relative;
    z-index: 2;
}

/* Titre de la colonne gauche */
.contact-popup-left h2 {
    font-family: var(--font-display);
    color: #2B2B2B;
    margin-bottom: 8px;
    font-weight: 300;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 0%;
}

.contact-popup-left h2 .nineties {
    font-family: Behind The Nineties;
    font-weight: 700;
    font-size: 38px;
    line-height: 42px;
    letter-spacing: 0%;
}

.contact-popup-left p {
    color: #2B2B2B;
    margin-bottom: 30px;
    font-family: Bricolage Grotesque;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
}

/* Photo + logos */
.contact-popup-photo-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: auto;
    padding-top: 40px;
}

.contact-popup-photo {
    width: 240px;
    height: 300px;
    object-fit: cover;
    border-radius: 50% 50% 0 0;
    position: relative;
    z-index: 3;
}

/* Logos flottants autour de la photo */
.contact-popup-logos {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.contact-popup-logo {
    position: absolute;
    width: 56px;
    height: 56px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    padding: 10px;
}

.contact-popup-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Positions des logos */
.contact-popup-logo:nth-child(1) {
    top: 60px;
    left: 20px;
}

.contact-popup-logo:nth-child(2) {
    top: 40px;
    right: 30px;
}

.contact-popup-logo:nth-child(3) {
    bottom: 80px;
    left: 10px;
}

.contact-popup-logo:nth-child(4) {
    bottom: 50px;
    right: 20px;
}

/* ============================================
   COLONNE DROITE - Formulaire
   ============================================ */

.contact-popup-right {
    padding: 50px 60px;
    overflow-y: auto;
    position: relative;
}

/* Bouton fermer */
.contact-popup-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    z-index: 10;
    background: transparent;
}

.contact-popup-close:hover {
    transform: rotate(90deg);
}

.contact-popup-close svg {
}

/* Formulaire */
.contact-popup-form h3 {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: 24px;
    color: #2B2B2B;
    margin-bottom: 30px;
}

.contact-form-group {
    margin-bottom: 20px;
}

.contact-form-input,
.contact-form-textarea {
    width: 100%;
    padding: 14px 18px;
    border: none;
    background: #EFE7D4;
    border-radius: 8px;
    font-family: var(--font-body);
    font-size: 15px;
    color: #2B2B2B;
    transition: background 0.2s ease;
}

.contact-form-input:focus,
.contact-form-textarea:focus {
    outline: none;
    background: #EFE7D4;
}

.contact-form-input::placeholder,
.contact-form-textarea::placeholder {
    color: #999;
}

.contact-form-textarea {
    resize: vertical;
    min-height: 120px;
    max-height: 200px;
}

/* Checkbox newsletter */
.contact-form-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 30px;
}

.contact-form-checkbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border: 2px solid #CCC;
    border-radius: 4px;
    cursor: pointer;
    flex-shrink: 0;
    margin-top: 2px;
}

.contact-form-checkbox label {
    cursor: pointer;
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0%;
    max-width: 80%;
}

/* Bouton submit */
.contact-form-submit {
    padding: 12px 18px;
    background: #2B2B2B;
    color: #fff;
    border: none;
    border-radius: 50px;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.contact-form-submit:hover {
    background: #000;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.contact-form-submit:active {
    transform: translateY(0);
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 1024px) {
    .contact-popup-grid {
        grid-template-columns: 320px 1fr;
    }
    
    .contact-popup-right {
        padding: 40px 40px;
    }
}

@media (max-width: 768px) {
    .contact-popup {
        width: 95%;
        max-height: 95vh;
    }
    
    .contact-popup-grid {
        grid-template-columns: 1fr;
        min-height: auto;
    }
    
    .contact-popup-left {
        display: none;
    }
    
    .contact-popup-right {
        padding: 60px 30px 40px;
    }
    
    .contact-popup-close {
        top: 15px;
        right: 15px;
    }
}

@media (max-width: 480px) {
    .contact-popup-right {
        padding: 60px 20px 30px;
    }
    
    .contact-form-input,
    .contact-form-textarea {
        padding: 12px 16px;
        font-size: 14px;
        background: #fff;
    }
}
/* ============================================
   4. RESPONSIVE
   ============================================ */

@media (max-width: 1024px) {
    .contact-hero-grid {
        gap: 40px;
    }
    .contact-rappel-content {
        gap: 24px;
    }
} 

@media (max-width: 768px) {
    .contact-hero-grid,
    .contact-rappel-content,
    .contact-bureaux-grid,
    .contact-qsn-grid {
        grid-template-columns: 1fr;
    }

    .contact-hero-grid {
        gap: 32px;
        margin-bottom: 32px;
    }

    .contact-rappel-card {
        padding: 24px;
        background-position: center;
    }

    .contact-rappel-image {
        min-height: 180px;
    }

    .contact-photo-thomas {
        width: 160px;
        height: 200px;
    }

    .contact-qsn-image {
        height: 260px;
    }

    .contact-bureaux-grid {
        gap: 40px;
    }

    .contact-calendly-embed {
        height: 200px;
    }
}
