body {
	padding: 0px;
	margin: 0px;
	width: 100%;
	background-color: white;
	color: #333;
}

table tr td {	
	font-size: 1.2em;
}


/*_________________________________________
	HOME
___________________________________________*/
#home {

}

#bandeau {
	padding: 10px;
	background-color: #eee;
	position: fixed;
	top: 0;
	left: 0;
	right :0;
}
#recherche {
	width: 100%;
}
#message-resultat {
	margin: 20px;
	text-align: center;
	font-size: 1.4em;
}
#resultats {
	margin: 70px 0px 150px 0px;
	overflow: hidden;
}

#resultats table {
	width: 100%;
}
.nb-elements {
	font-size: 0.8em;
}	
.result-title {
	font-weight: bold;
	font-size: 1.4em;
	color: #eee;
	background-color: #555;
}
.result-commentaire {
	font-size: 0.9em;
	color: #888;
	font-weight: normal;
	margin-top: 8px;
}
.bloc-resultat {
	margin-bottom: 70px;
}
.result-nom {
	font-weight: bold;
}
.icon-wikipedia {
	text-align: right;
	width: 100px;
}
.icon-wikipedia_plus {
	text-align: right;
	width: 130px;
}
.nb_oeuvres {
	font-size: 0.7em;
	vertical-align: middle;
}
.date-artiste {
	font-weight: normal;
}
.wikipedia {
	margin: -3px 7px 0 0;
}
.icon-website-lieu {
	float: right;
}


.my-gallery figure {
	float: none !important;
	margin: 50px 0 20px 0 !important;
	margin-left: auto !important;
	margin-right: auto !important;
	color: white;
}

.pswp__caption__center {
	font-size: 15px !important;
}



.result-expos {
	margin-top: 20px;
}


.hide-legend {
	display: none;
}
.hide-legend-game {
	display: none;
}



$icon-font-path: '../fonts/';
// bower:scss
@import "bower_components/bootstrap-sass/assets/stylesheets/_bootstrap.scss";
// endbower

.my-gallery {
  width: 100%;
  float: left;
}
.my-gallery img {
  width: 100%;
  height: auto;
}
.my-gallery figure {
  display: block;
  float: left;
  margin: 0 5px 5px 0;
  width: 150px;
  width: 300px;
}
.my-gallery figcaption {
  display: none;
}

.spliter {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}
