/* style Sidebar */
@import url(https://weloveiconfonts.com/api/?family=entypo);

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 300;
}

/* entypo */
[class*="entypo-"]:before {
  font-family: "entypo", sans-serif;
}

/* Sidebar
-----------------------------------------------------------------------------------------*/
.menusign {
  display: block;
  width: 10px;
  line-height: .3;
  font-size: 2em;
  margin: .5em;
}
.menusign br {
  height: 0;
}

.sidebar {
  position: fixed;
  z-index: 9999999;
  left: 0;
  top: 0;
  height: 100%;
  width: 200px;
  background: rgba(0,0,0,.5); 
  -webkit-transition: left 0.5s ease, -webkit-box-shadow 1s ease 0.1s;
  transition: left 0.5s ease, box-shadow 1s ease 0.1s;
   -webkit-box-shadow: 0.7em 0 0 0 #383838;
  box-shadow: 0.7em 0 0 0 #383838; 
}

.sidebar a {
  display: block;
  background: linear-gradient(#3e3e3e, #383838);
  border-top: 1px solid #484848;
  border-bottom: 1px solid #2E2E2E;
  color: white;
  padding: 15px;
}
.sidebar a:hover, .sidebar a:focus {
  background: linear-gradient(#484848, #383838);
}
.sidebar:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 34px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

.sidebar h2 {
  padding: .5em;
  color: #ccc;
  text-align: center;
}
.sidebar ul {
  padding: 0;
  margin: 0;
}

.sidebar ul li a {
  color: #ccc;
  text-decoration: none;
}
.sidebar ul li:hover {
  background: #000;
  border-color: #000;
}

.fermer {
    left: -200px;
    -webkit-box-shadow: 0 0 0 #383838;
    box-shadow: 0 0 0 #383838;
}

/* class Floutage 
 Cette classe est ajouté au contenu
(#opacite) quand la  sidebar est ouverte.
----------------------------------- */

.css_opacite{
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5; 
	alpha(opacity=50);
}

.opacite{
	filter: alpha(opacity=70);
	transition: opacity 2s ease;
	-moz-transition: opacity 2s ease;
	-o-transition: opacity 2s ease;
	-webkit-transition: opacity 2s ease;
	-htm-transition: opacity 2s ease;
	-ms-transition:opacity 2s ease;
}


/* Modif CSS pour les mobiles concernant la Sidebar */
@media screen and (max-width: 600px) {	
	
	.sidebar a {
		padding: 10px;
	}
	
	.attireTitleType2 {
		font-size: 2.5em;
	}
	
	.note {
		font-size: 1em;
	}
}

/*CENTRAGE DU COMBOBOX DANS LA NAV BOOTSTRAP
select {
	display: block;
	margin: 0 auto;
} */


select {
	font-size: 50px;
	float: right;
	margin-right: 8px;		
}

/*CSS POUR LE CHARGEMENT PROGRESSIF DES IMAGES */
div.lazy {     
	/* optional way, set loading as background */
	background-image: url('../../images/loading_Bannieres.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
    /*background-size: 50%;*/
}


.Style_Titre{
	position: absolute;		
	bottom: -15px;
	left: 1px;
	
	color: #fff;
	opacity: 0.7;
	margin-left: 12px;	

	text-shadow: 0 1px 0 #ccc, 
				0 2px 0 #080808, 
				0 3px 0 #080808, 
				0 4px 0 #080808, 
				0 5px 0 #080808, 
				0 6px 1px rgba(0,0,0,.1), 
				0 0 5px rgba(0,0,0,.1), 
				0 1px 3px rgba(0,0,0,.3), 
				0 3px 5px rgba(0,0,0,.2), 
				0 5px 10px rgba(0,0,0,.25), 
				0 10px 10px rgba(0,0,0,.2), 
				0 20px 20px rgba(0,0,0,.15);
}

.container_banniere{
	position: relative;
}	

body{
	-webkit-user-select:none;
	-webkit-touch-callout:none;
}