.contact-section {
    background-color: var(--text-dark);
    color: white;
    padding: 60px 20px;
}

.contact-title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 2em;
}

.contact-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.contact-form form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-form input,
.contact-form textarea {
    padding: 10px;
    border: none;
    border-radius: 5px;
    width: 100%;
}

.contacts-bouton-envoyer {
    width: 150px;
    height: 30px;
    align-self: center;
}

.contact-info h3 {
    margin-bottom: 5px;
    font-size: 1.1em;
}

@media (min-width: 768px) {
    .contact-content {
        flex-direction: row;
        justify-content: space-between;
    }

    .contact-form,
    .contact-info {
        flex: 1;
        padding: 0 20px;
    }
}

#map {
  height: 300px;
  width: 100%;
  border-radius: 10px;
}
