#case
{
	display: inline-block;
	text-decoration: none;
	width: 50%;
	cursor: pointer;
}
.case
{
	display: table;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 500px;
    max-width: 100%;
	min-height: 199px;
	height: 199px;
	margin: auto;
}
.background_case
{
	text-align: center;
	display: table;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.background_case:hover
{
	background-color: black;/* ca peut être n'importe quelle couleur */
	opacity: 0.6;
	filter: alpha(opacity=60); /* For IE8 and earlier */
}
.titre
{
	display: table;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}
/* Les miniatures des Galeries */
.bulles {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-bottom: 3%;
}
.galerie
{
	display: table;
	text-align: center;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
	border-radius: 5px;
	width: 150px;
	height: 150px;
	border-radius: 50%;
}
.galerie:hover .background_case
{
	background: linear-gradient( grey, black);/*couleur fond miniature*/
	opacity: 0.6;
	filter: alpha(opacity=60); /* For IE8 and earlier */
}
div .texte_case
{
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	font-weight: 700;
	color: black;/*couleur texte des bulles*/
}
div .text-white .texte_case  {
	color: white
}
div div .texte_case:hover, .galerie:hover .texte_case
{
	color: white;/*couleur texte miniature survol*/
}


/* Modif BaguetteBox*/
/* #baguetteBox-overlay .full-image img {
	height: 80%;
} */
/* .gallery {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 0 5%;
	width: 90%;
}

#baguetteBox-overlay .full-image figcaption {
	font-family: Segoe Print;
	background-color: rgba(0, 0, 0, 0.8);
}
#baguetteBox-overlay {
	background-color: rgba(0, 0, 0, 0.95);
} */

/*Modif LightGallery*/
#lightgallery
{
	/*margin: 0 10%;*/
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	/*width: 80%;*/
	align-items: center;
	padding: 0;
}

.lg-sub-html {
	font-family: Segoe Print;
	background-color: rgba(0, 0, 0, 0.8);
}
.lg-sub-html p a {
	border: 1px solid;
	border-radius: 0.5rem;
	margin: 0.5rem;
	display: inline-block;
	padding: 0.5rem;
}
.top_link {
	position: fixed;
	width: auto;
	right: 20px;
	bottom: 50px;
	display: block;
	padding: 10px;
	background: #fff;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	opacity: 0;
	z-index: 2000;
	transition: all 1.5s ease-in;
}
.top_link.visible{
	opacity: 0.9;
}