/* contactPage.css */
h1, h3, h4, p {
    margin-bottom: 15px; /* Espace sous chaque élément */
}


.embed-responsive {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%; /* Ratio pour un aspect 16:9 */
}

.embed-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
