/* Fichier CSS de la page 'faq' */
@import url("stylebase.css");

#img_faq {
    max-width: 100%;
    height: auto;
    max-height: 600px;
    border-radius: 5px;
    object-fit: contain;
}