
#popupImage > div:first-child{
    display: flex;
    gap: 0.2vw;
    margin: unset !important
}

#popupImage > div:first-child span{
    cursor: pointer;
}

/*MENU*/
.Niveau1 > .column{
    width: 24% !important;
}

#MegaMenuFamSfam .Niveau1 {
    width: 80% !important;
}
#MegaMenuFamSfam .Niveau2 {
	margin-left: 0.2vw !important;
}
#MegaMenuFamSfam .Niveau3 {
    font-weight: normal !important;
	margin-left: 0.2vw;
}
#MegaMenuFamSfam .image {
    width: 20% !important;
    text-align: right;
    margin: 1vh 0.5vw 0 0;
}

#MegaMenuFamSfam .image > image{
   max-width: 100%;
}
#MegaMenuFamSfam .Niveau1 .Titre {
    text-decoration: underline;
}

/*CAROUSEL*/
.slides {
    z-index: unset !important;
}

/*Connexion*/
.actionConnexion > div:first-child {
	visibility: hidden;
}

/*ZOOM*/
#popupImage > div:first-child {
    display: flex;
	cursor: pointer;
}

.buttons {
    flex-wrap: wrap;
    gap: 1vw;
}
