.contact-section {
    background: url(https://propulse-corner.com//wp-content/uploads/2025/12/fond-actu.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: -6rem;
    padding-top: 12em !important;
    padding-bottom: 0rem;
}

.contact-section h2 {
    font-size: 1.5rem;
}

.contact-section .coordonnes a {
    font-family: var(--font-primary);
    font-size: 1rem;
}

.contact-section .coordonnes a svg {
    margin-right: 0.25rem;
}

.creneau {
    background-color: var(--blue);
    padding: 2rem;
}

.uk-form-label {
    color: var(--white);
    font-family: var(--font-primary);
    margin-bottom: 0.5rem;
    display: block;
}

.uk-input,
.uk-select,
.uk-textarea {
    background-color: transparent;
    border-color: var(--slate-600);
    color: var(--white);
}

.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
    background-color: var(--slate-950);
    color: var(--white);
    border-color: var(--purple);
}

#map {
    height: 600px;
    width: 100%;
    z-index: 1;
}

.map-info-card {
    background-color: var(--purple);
    z-index: 2;
    left: 1rem;
    bottom: 1rem;
}