/*Document créé par Udriot Paulin
créé le 15 décembre 2024
Cette page sert a la decoration de la page aide de l'association kaf.*/


.image_grand{
    width: 100%;
    height: auto;

}
.video{
    width: 560px; 
    height: 315px;   
}
.image_qui_disparait{
    width: auto;
    height: 300px;     
 }
.titre{
    width: 100%;
}
p{
    width: 200%;
}
/* Media Queries */

@media (max-width: 1600px) {
    .container {
        flex-direction: column;
        align-items: center;
    }
    #revers{
        flex-direction: column-reverse;
    }
    .image_qui_disparait{
        display: none;
    }
    p{
        width: auto;
    }
}
@media (max-width: 520px) {
    .video{
        width: 100%; 
        height: auto;   
    }
    /* petits écrans */
    
}
