.galeriePhotos{
padding:145px 0 115px 0;
background-color:var(--couleur3);
text-align:center;
}

.galeriePhotos .content > .titre1{padding:15px 0 85px 0;}

.galeriePhotos .content > .bt{margin:80px 0 15px 0;}

.galeriePhotos .content .liste{
display:flex;
flex-flow:row wrap;
justify-content:center;
position:relative;
width:calc(100% + 30px);
left:-15px;
}

.galeriePhotos .content .liste a{
width:calc((100% - 120px) / 4);
margin:15px;
position:relative;
overflow:hidden;
cursor:zoom-in;
}

.galeriePhotos .content .liste a:after{
content:'';
display:block;
padding-bottom:100%;
}

.galeriePhotos .content .liste a img{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
object-fit:cover;
transition:all .3s;
}

.galeriePhotos .content .liste a:hover img{transform:scale(120%);}

.lg-toolbar .lg-download, .lg-components{display:none;}

@media screen and (max-width:1280px){
.galeriePhotos{padding:80px 0 50px 0;}

.galeriePhotos .content > .titre1{padding-bottom:50px;}
}

@media screen and (max-width:920px){
.galeriePhotos .content > .bt{margin:50px 0 0 0;}

.galeriePhotos .content .liste a{width:calc((100% - 90px) / 3);}
}

@media screen and (max-width:720px){
.galeriePhotos{padding-top:50px;}

.galeriePhotos .content .liste a{width:calc((100% - 60px) / 2);}
}

@media screen and (max-width:480px){
.galeriePhotos .content .liste{
width:100%;
left:0;
}

.galeriePhotos .content .liste a{
width:100%;
margin:15px 0;
}
}