@media (max-width: 600px) {
    .conteneur-grid { grid-template-columns: repeat(2, 250px); }
}

@media (max-width: 1930px) {
    .produit-phare { height: 1500px; }

}

@media (max-width: 1030px) {
    .test {width: 400%;}
    .slider {opacity: 0;}
    .pourquoi-nous {width: 400%;}
    .photo {width: 400%;}
    .avis {width: 400%;}
    .produit-phare {width: 400%;}
    .footer {width: 400%;}
}