/************************************************************/
/*    COMMUN VIGNETTES GALLERY ET VIGNETTES PARENTS         */
/************************************************************/
.ColonneVignette {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	padding: 0 13px 0 13px;
}

.LigneVignette,
.LigneTexteVignette {
	display: flex;
	align-items: center;
	justify-content: center;
}

.LigneTexteVignette {
	flex: 1;
	text-align: center;
	padding: 8px 0 3px 0;
	line-height: 22px;
}

	/*	SMARTPHONE */
	@media all and (max-width:599px) {
		.ColonneVignette { padding: 0 6px 0 6px; }
	}

/************** POLICES VIGNETTES **********************/
.LignesAllVignettesGallery > a,a.link,
.LigneAllVignettesRetour > a,a.link {
	color: #3c5c3d;
	line-height: 30px;
	word-break: break-word;
	margin-bottom: 16px;
}

.LignesAllVignettesGallery > a:hover,
.LigneAllVignettesRetour > a:hover {
	font-weight:normal;
}

.LigneTexteVignetteBis {
	font-size: 15px;
	line-height: 15px;
	word-break: break-word;
}

/************************************************************/
/*                  VIGNETTES CALLERY                       */
/************************************************************/
#BlocVignettesGallery {
	margin-bottom: 0;
}

#BlocVignettesGallery > h2 {
	padding: 22px 22px 11px 24px;
	margin-top: 0;
}

.ColonnesAllVignettesGallery {
	display: flex;
	flex-direction: column;
	padding: 0 11px 0 11px;
}


.LignesAllVignettesGallery {
	display: flex;
	flex-wrap: wrap;
}

	/*	SMARTPHONE */
	@media all and (max-width:599px) {
		#BlocVignettesGallery > h2 { text-align: center; }
		.ColonnesAllVignettesGallery { padding: 0; }
		.LignesAllVignettesGallery { justify-content: center; }
	}



/************************************************************/
/*                  VIGNETTES PARENTS                       */
/************************************************************/
#BlocVignettesRetours {
	padding: 0 11px 11px 11px;
}

.LigneAllVignettesRetour {
	display: flex;
	flex-wrap: wrap;
	justify-content: right;
}

	/*	TABLETTE & SMARTPHONE	*/
	@media all and (max-width:991px) { 
		#BlocVignettesRetours { display: none; }
	}

/************************************************************/
/*                          GALLERY                         */
/************************************************************/

#BlockGallery {
	display: block;
/* 	background-color: #f2f2f2; */
}

.Gauche { left: 0; justify-content: left; }
.Droite { right: 0; justify-content: right; }

/********************* VIGNETTES IMAGES **********************/
#Container-AllVignettesImages {
	display: flex;
	position: relative;
	overflow: hidden;
	overflow-x: auto;
	-ms-overflow-style: none;	/* IE and Edge */
	scrollbar-width: none;		/* Firefox */
}

#Block-VignettesImages {
	display: flex;
	position: absolute;
}

#Container-VignetteImage {
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 2px solid;
	border-left: 2px solid;
	border-color: #8bb172;
	cursor: pointer;
}

.VignetteImageOpacity {
	opacity: 0.6;
}

.VignetteImageActive,
.VignetteImageOpacity:hover {
	opacity: 1;
}

/***************** INFOS SUR LES IMAGES *********************/

.Block-InfoImage {
	text-align: center;
	background-color: #ffffff3d;
	color: #3c5c3d;
}

.Block-InfoImage > p {
	font-weight: bold;
 	padding : 11px 0 4px 0;
}

/******************** FENÊTRE CARROUSEL ************************/
#Block-Carrousel {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding-bottom: 22px;
	padding-top: 22px; 
}

	/*	ORDINATEURS */
	@media all and (min-width:992px) {
		#Block-Carrousel { height: 850px; }
	}

	/*	TABLETTE */
	@media all and (min-width:600px) and (max-width:991px) {
		#Block-Carrousel { min-height: 650px; }
	}

	/*	SMARTPHONE  */
	@media all and (max-width:599px) {
		#Block-Carrousel { min-height: 300px; }
	}

.Container-Img {
	display: none;
}

.Num-Img {
	color: #3c5c3d;
	bottom: 11px;
	right: 11px;
	position: absolute;
}

/********* FLECHES DROITE ET GAUCHE CARROUSEL ******************/
.Block-FlecheCarrousel {
	display: flex;
	position: absolute;
	align-items: center;
	width: 44px;
	height: 95%;
	top: 0;
	cursor: pointer;
}
.Block-FlecheCarrousel::selection { background: #ffffff3d; }
.Block-FlecheCarrousel:hover {background-color: #ffffff3d;
}

/*	TABLETTE & SMARTPHONE	*/
@media all and (max-width:991px) { 
	.Block-FlecheCarrousel::selection { background: transparent; }
	.Block-FlecheCarrousel:hover { background-color: transparent; }
}

.FlecheCarrousel {
	cursor: pointer;
	color: #3c5c3d;
	font-weight: bold;
	font-size: 44px;
}
	/*	TABLETTE */
	@media all and (min-width:600px) and (max-width:991px) {
		.FlecheCarrousel { font-size: 33px; }
	}

	/*	SMARTPHONE  */
	@media all and (max-width:599px) {
		.FlecheCarrousel { font-size: 22px; }
	}


.TexteInfo {
	text-align: right; 
	font-size: 13px;
	}

/*	TABLETTE & SMARTPHONE	*/
@media all and (max-width:991px) { .TexteInfo { display: none; }}


/******************** FENÊTRE COMMENTAIRES ************************/
#Block-Commentaire {
	padding: 70px 11px 11px 11px;
}

.Container-Commentaire {
    border-left: 2px solid;
	padding-left: 13px;
	font-size: 17px;
	display: none;
}

/*	SMARTPHONE */
@media all and (max-width:599px) { 
	#Block-Commentaire { padding: 9px 6px 6px 6px;}
	.Container-Commentaire { padding-left: 0;}
}



