.contact-hero {
    background: linear-gradient(180deg, #f7fafc 0%, #ffffff 100%);
    padding: 4rem 0 3rem;
}

.contact-hero__title {
    font-weight: 700;
    line-height: 1.2;
}

.contact-hero__subtitle {
    font-size: 1.05rem;
    color: #5f6368;
    max-width: 36rem;
}

.contact-hero__coords {
    margin-top: 1.5rem;
}

.contact-hero__coord {
    display: flex;
    align-items: center;
    margin-bottom: 0.75rem;
    font-weight: 600;
    color: var(--darkGray);
}

.contact-hero__coord i {
    color: var(--bleuAgglo);
    margin-right: 0.75rem;
    font-size: 1.2rem;
}

.contact-hero__coord a {
    color: inherit;
}

.contact-card {
    border-radius: var(--radius);
}

.contact-card__title {
    font-weight: 700;
}

.contact-form .form-group {
    margin-bottom: 1.25rem;
}

.contact-form .form-control {
    padding: 0.75rem 1rem;
    border-radius: var(--radius);
    border: 1px solid #d5d9df;
}

.contact-form .form-control:focus {
    border-color: var(--bleuAgglo);
    box-shadow: 0 0 0 0.2rem rgba(0, 159, 203, 0.15);
}

.contact-map {
    background: #ffffff;
    padding: 3rem 0 4rem;
}

.contact-map__container {
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 20px 35px rgba(16, 16, 16, 0.12);
}

.contact-map__container iframe {
    width: 100%;
    height: 400px;
    border: 0;
}

.contact-info__title {
    font-weight: 700;
    margin-bottom: 1rem;
}

.contact-info__list li {
    display: flex;
    align-items: center;
    padding: 0.5rem 0;
    color: #5f6368;
    font-weight: 500;
}

.contact-info__list i {
    color: var(--bleuAgglo);
    margin-right: 0.75rem;
}

.contact-info__image {
    border-radius: var(--radius);
}

@media (max-width: 575.98px) {
    .contact-map__container iframe {
        height: 300px;
    }
}
