
/* Gallerie */
.gallery_fiche{
	margin-bottom: 1.5em;
}
.gallery_fiche:not(.nb_img1)  img.gde_img {
    width: calc(66.6% - 4px);
    float: left;
	margin-right:8px;
	max-height: 440px;
	background: var(--blanc-pale);
	
}
img.gde_img {
  object-fit: contain;
}
.gallery_fiche img {
  transition: all 0.05s ease-out;
}
.gallery_fiche img:hover {
	transform: scale(1.02);
}
.gallery_fiche:not(.nb_img1)  img.gde_img.taille_limitee{
    width: auto;
}
.gallery_fiche.nb_img1  img.gde_img {
    width: 100%;
	margin-right:8px;
	max-height: 440px;
}
.gallery_fiche img {
	cursor: zoom-in;
}
div.pte_img {
    column-gap: 8px;
	margin: 0;
    width: calc(33.4% - 4px);
}
div.pte_img_2 {
    column-gap: 8px;
	column-count: 10;
}
.gallery_fiche.nb_img2 div.pte_img, .gallery_fiche.nb_img3 div.pte_img, .gallery_fiche.nb_img4 div.pte_img{
    column-count: 1;
}
.gallery_fiche.nb_img5 div.pte_img, .gallery_fiche.nb_img6 div.pte_img, .gallery_fiche.nb_img7 div.pte_img{
    column-count: 2;
}
.gallery_fiche.nb_img8 div.pte_img, .gallery_fiche.nb_img9 div.pte_img, .gallery_fiche.nb_img10 div.pte_img{
    column-count: 3;
}

#lecture_photo {
    width: 100%;
    position: fixed;
    top: 0;
	left: 0;
    height: 100vh;
    background: var(--transparent-fonce);
	text-align: center;
	display: flex;
    z-index: 50000002;
	
    backdrop-filter: blur(5px); 
}
#lecture_photo div {
    margin: auto;
    max-width: 90%;
    max-height: 90vh;
}
#titre_photo {
  color: var(--blanc-pale);
}
#affichage_photo {
    max-height: 85vh;
    border-radius: 30px;
}
#suivant_photo {
    color: white;
    font-size: 50px;
    position: absolute;
    top: 50%;
    right: 2%;
	cursor:pointer;
}
#precedent_photo {
    color: white;
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 2%;
	cursor:pointer;
}
#fermer {
    color: white;
    font-size: 50px;
    position: absolute;
    top: 2%;
    right: 2%;
	cursor:pointer;
}
#affichage_photo {
	cursor: zoom-out;
}
.video::after {
    content: "\f008";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 0.5em;
}
