.contact-banner {
    min-height: 320px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-banner-overlay {
    width: 100%;
    min-height: 320px;
    background: rgba(15, 123, 137, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-banner {
    align-items: flex-start;
    padding-top: 60px;
}

.contact-banner-actions {
    margin-top: 10px;
}

.contact-banner-btn:hover {
    transform: translateY(-3px);
}

.contact-banner-content {
    text-align: center;
    padding: 20px;
    position: relative;
    z-index: 2;
}

.contact-banner {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #123d6b 0%, #0d2e52 100%);
    border-radius: 0 0 32px 32px;
    min-height: 280px; /* même proportion que blog */
    padding: 91px 50px 25px;
    display: flex;
    align-items: center;
}

.contact-banner-container {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.contact-banner-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 24px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 28px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.badge-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ff6a00;
    display: inline-block;
    flex: 0 0 12px;
}

.contact-banner-content {
    position: relative;
    z-index: 3;
    max-width: 980px;
}

.contact-banner-content h1 {
    color: #fff;
    font-size: 60px;
    line-height: 1.05;
    margin: 0 0 18px;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 700;
    letter-spacing: -1px;
}

.banner-subtitle {
    color: rgba(255, 255, 255, 0.92);
    font-size: 22px;
    line-height: 1.7;
    max-width: 980px;
    margin: 0 0 26px;
    font-weight: 400;
}

.contact-banner-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

@media (max-width: 1200px) {
    .contact-banner-content h1 {
        font-size: 48px;
    }
}

.contact-banner-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 190px;
    padding: 18px 30px;
    border-radius: 16px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    transition: 0.3s ease;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.contact-btn-primary {
    background: #ff6a00;
    color: #fff;
}

.contact-btn-primary:hover {
    background: #e85f00;
    transform: translateY(-2px);
}

.contact-btn-whatsapp {
    background: #25D366;
    color: #fff;
}

.contact-btn-whatsapp:hover {
    background: #1fb659;
    transform: translateY(-2px);
}

.contact-banner-mini-text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.contact-banner-shape {
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

.contact-banner-shape.shape-left {
    width: 300px;
    height: 300px;
    left: -70px;
    bottom: -85px;
    border-radius: 50%;
    background: rgba(110, 167, 220, 0.18);
}

.contact-banner-shape.shape-right {
    width: 170px;
    height: 170px;
    right: 40px;
    top: -10px;
    border-radius: 44%;
    background: radial-gradient(circle, rgba(255, 155, 102, 0.18) 0%, rgba(255, 155, 102, 0.07) 65%, rgba(255, 155, 102, 0) 100%);
    filter: blur(4px);
}

html,
body {
    overflow-x: hidden;
}

.agency-contact-page {
    background: #f3f3f3;
    padding: 40px 0 110px;
    overflow-x: hidden;
}

.agency-contact-top,
.agency-contact-content,
.agency-map-section {
    width: 92%;
    max-width: 1400px;
    margin: 0 auto;
}

.agency-contact-page,
.agency-contact-top,
.agency-contact-grid,
.agency-contact-right,
.agency-form-card,
.agency-contact-form,
.agency-form-group {
    max-width: 100%;
}

.agency-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.agency-side-title,
.agency-main-title,
.agency-contact-content h2,
.agency-contact-content h3,
.agency-contact-content h4,
.agency-contact-item h3,
.agency-social-block h3 {
    font-family: Georgia, "Times New Roman", serif;
    color: #111;
}

.agency-side-title {
    font-size: 30px;
    line-height: 1.05;
    font-weight: 700;
    margin: 0 0 35px;
}

.agency-main-title {
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    margin: 0 0 12px;
}

.agency-contact-item {
    display: flex;
    gap: 24px;
    margin-bottom: 34px;
    align-items: flex-start;
}

.agency-contact-icon {
    font-size: 40px;
    line-height: 1;
    color: #f39a12;
    min-width: 56px;
    text-align: center;
}

.agency-contact-text h3 {
    font-size: 18px;
    margin: 0 0 8px;
}

.agency-contact-text p {
    margin: 0;
    font-size: 17px;
    line-height: 1.6;
    color: #666;
}

.agency-social-block {
    margin-top: 45px;
    text-align: center;
}

.agency-social-block h3 {
    font-size: 20px;
    line-height: 1.35;
    margin: 0 0 20px;
    color: #1D1B5D;
}

.agency-social-links {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.agency-social-links .social {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    transition: 0.3s;
}

.agency-social-links .social:hover {
    transform: scale(1.1);
}

.agency-social-links .instagram {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

.agency-social-links .facebook {
    background: #1877F2;
}

.agency-social-links .tiktok {
    background: #000000;
}

.agency-social-links .whatsapp {
    background: #25D366;
}

.agency-form-card {
    background: #fff;
    border-radius: 34px;
    padding: 34px 32px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    width: 100%;
    box-sizing: border-box;
}

.agency-alert {
    padding: 14px 18px;
    border-radius: 12px;
    margin-bottom: 20px;
    font-size: 15px;
}

.agency-alert.success {
    background: #dff4e4;
    color: #1d6b36;
    border: 1px solid #b8e3c3;
}

.agency-alert.error {
    background: #fde4e4;
    color: #a12626;
    border: 1px solid #f3bcbc;
}

.agency-contact-form {
    width: 100%;
}

.agency-form-row.two-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.agency-form-group {
    margin-bottom: 24px;
}

.agency-form-group label {
    display: block;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333;
}

.agency-form-group label span {
    color: #ef6b6b;
}

.agency-form-group input,
.agency-form-group textarea {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    display: block;
    padding: 18px 18px;
    font-size: 15px;
    color: #666;
    border: 3px solid #8ec5ff;
    border-radius: 18px;
    background: #fff;
    outline: none;
}

.agency-form-group textarea {
    min-height: 160px;
    resize: vertical;
}

/* Fix plugin téléphone */
.iti {
    width: 100%;
    display: block;
}

.iti--separate-dial-code {
    width: 100%;
}

.iti input,
.iti input[type="tel"] {
    width: 100% !important;
}

/* BOUTONS CENTRÉS */
.agency-form-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 10px;
    text-align: center;
}

.agency-submit-btn,
.agency-whatsapp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 170px;
    padding: 16px 28px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    box-sizing: border-box;
}

.agency-submit-btn {
    border: none;
    background: #FF6600;
    color: #fff;
    cursor: pointer;
}

.agency-whatsapp-btn {
    background: #25D366;
    color: #fff;
    transition: 0.3s;
}

.agency-whatsapp-btn:hover {
    background: #1da851;
}

.agency-contact-content {
    text-align: center;
    margin-top: 55px;
}

.agency-contact-content h2 {
    font-size: 30px;
    line-height: 1.05;
    margin: 0 0 10px;
}

.agency-small-line {
    width: 160px;
    height: 2px;
    background: #222;
    margin: 0 auto 25px;
}

.agency-contact-content h3 {
    font-size: 32px;
    margin: 0 0 16px;
}

.agency-contact-content h4 {
    font-size: 28px;
    margin: 22px 0 12px;
    color: #e97005;
}

.agency-contact-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    margin: 0 auto 14px;
    max-width: 1400px;
}

.agency-contact-summary {
    margin-top: 18px;
}

.agency-contact-summary p {
    margin-bottom: 6px;
}

.agency-map-section {
    margin-top: 26px;
    border-radius: 12px;
    overflow: hidden;
}

.agency-map-section iframe {
    width: 100%;
    height: 420px;
    border: 0;
    display: block;
}

.mobile-contact-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
    height: 55px;
    box-shadow: 0 -5px 20px rgba(0,0,0,0.2);
}

.mobile-contact-bar .contact-btn {
    flex: 1;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 24px;
}

.mobile-contact-bar .contact-btn i {
    font-size: 24px;
    line-height: 1;
    color: #fff;
}

.mobile-contact-bar .phone {
    background: #0f7b89;
}

.mobile-contact-bar .email {
    background: #f39a12;
}

.mobile-contact-bar .whatsapp {
    background: #19b84a;
}

@media (max-width: 991px) {
    .agency-contact-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .agency-contact-content h2 {
        font-size: 37px;
    }

    .agency-contact-content h3 {
        font-size: 26px;
    }

    .contact-banner {
        min-height: 300px;
        padding: 38px 30px;
        border-radius: 0 0 28px 28px;
    }

    .contact-banner-content h1 {
        font-size: 54px;
    }

    .banner-subtitle {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .contact-banner {
        min-height: auto;
        padding: 30px 20px 34px;
        border-radius: 0 0 24px 24px;
    }

    .contact-banner-badge {
        font-size: 14px;
        padding: 12px 18px;
        margin-bottom: 20px;
    }

    .contact-banner-content {
        text-align: left;
    }

    .contact-banner-content h1 {
        font-size: 38px;
        line-height: 1.15;
        margin: 0 0 14px;
        letter-spacing: 0;
    }

    .banner-subtitle {
        font-size: 17px;
        line-height: 1.7;
        max-width: 100%;
        margin: 0 0 22px;
    }

    .contact-banner-actions {
        gap: 12px;
    }

    .contact-banner-btn {
        min-width: 160px;
        padding: 14px 18px;
        font-size: 15px;
        border-radius: 14px;
    }

    .contact-banner-mini-text {
        font-size: 14px;
        width: 100%;
    }

    .contact-banner-shape.shape-left {
        width: 220px;
        height: 220px;
        left: -90px;
        bottom: -90px;
    }

    .contact-banner-shape.shape-right {
        width: 120px;
        height: 120px;
        right: 10px;
        top: -10px;
    }

    .agency-contact-page {
        padding: 24px 0 95px;
    }

    .agency-contact-top,
    .agency-contact-content,
    .agency-map-section {
        width: 90%;
    }

    .agency-contact-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .agency-contact-right {
        order: -1;
        margin-bottom: 30px;
    }

    .agency-form-card {
        padding: 24px 18px;
        border-radius: 28px;
    }

    .agency-form-row.two-cols {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .agency-contact-text h3 {
        font-size: 22px;
    }

    .agency-contact-text p {
        font-size: 17px;
    }

    .agency-social-block h3 {
        font-size: 22px;
    }

    .agency-contact-content h2 {
        font-size: 34px;
    }

    .agency-contact-content h3 {
        font-size: 24px;
    }

    .agency-contact-content h4 {
        font-size: 24px;
    }

    .agency-contact-content p {
        font-size: 16px;
    }

    .agency-map-section iframe {
        height: 300px;
    }

    .agency-form-actions {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 12px;
        flex-wrap: wrap;
        text-align: center;
    }

    .agency-submit-btn,
    .agency-whatsapp-btn {
        width: auto;
        min-width: 140px;
        padding: 14px 18px;
        font-size: 15px;
    }

    .mobile-contact-bar {
        display: flex;
    }
}

@media (max-width: 480px) {
    .contact-banner-content h1 {
        font-size: 32px;
    }

    .banner-subtitle {
        font-size: 15px;
    }

    .contact-banner-btn {
        width: 100%;
        min-width: 100%;
    }

    .agency-submit-btn,
    .agency-whatsapp-btn {
        min-width: 135px;
        font-size: 14px;
        padding: 13px 14px;
    }

    .agency-whatsapp-btn i {
        font-size: 15px;
    }
}