/* Correction Responsive pour les images */
img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1.5rem auto;
}