/* ----- Conteneur global ----- */
.contact-container {
    max-width: 700px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

/* ----- Titres ----- */
.contact-container h1 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 10px;
}

.contact-container h2 {
    font-size: 22px;
    margin-bottom: 5px;
}

/* ----- Bloc d'informations ----- */
.contact-info {
    text-align: center;
    margin-bottom: 30px;
}

.contact-info p {
    margin: 8px 0;
    font-size: 16px;
}

/* ----- Bloc destinataires ----- */
.dest-block {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 8px;
    background: #fafafa;
    margin-bottom: 30px;
}

.dest-block h3 {
    margin-top: 0;
}

.dest-block ul {
    padding-left: 20px;
}

.dest-block a {
    color: #0077cc;
    text-decoration: none;
}

.dest-block a:hover {
    text-decoration: underline;
}

/* ----- Texte final ----- */
.contact-note {
    text-align: center;
    font-size: 16px;
    margin-bottom: 40px;
}
