/* Fribourg le 13 Janvier 2026
Luis Inchauste Rivera */
/* Styles pour le contennu */
main {
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
/* Styles pour les cartes */
.contact-form {
    justify-content: center;
    align-items: flex-start;
    display: flex;
    gap: 2rem;
}
.contact-form section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 45ch;
    height: 200px;
}
section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
section h2, section h3 {
    margin: 0;
    padding: 0;
    text-align: center;
}
section p {
    text-align: justify;
}
/* Styles pour les liens */
.contact-links {
    display: flex;
    gap: 1rem;
}
.contact-links img {
    width: 40px;
}

/* Styles pour télephone */
@media (max-width: 575.98px) {
    /* Styles pour aligner les cartes en colonne */
    .contact-form {
        flex-direction: column;
    }
}
