/* Galerie photo produits */
.mainPhotoArticle {
    display: none; /* Masquer la grande photo par défaut */
}

.mainPhotoArticle.active {
    display: block; /* Afficher la grande photo lorsqu'elle est active */
}

.secondPhotoArticle.active {
    border-color:black; /* Changer la bordure de la petite photo lorsqu'elle est active */
}


