@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;
  top: 0;
  width: 200px;
  height: 100%;
  background: rgba(0,0,0,.5); 
  -webkit-transition: -webkit-box-shadow 1s ease 0.1s;
  transition: box-shadow 1s ease 0.1s;
}
.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;
}

.bordure_sidebar{			
  -webkit-box-shadow: 0.7em 0 0 0 #383838;
  box-shadow: 0.7em 0 0 0 #383838; 
}
		
.fermer {
  left: -200px;			  
}

/* 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;
	}			
}


/*CSS POUR LE CHARGEMENT PROGRESSIF DES IMAGES */
/*
.lazy {
	background-image: url('../../images/loading_Bannieres.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
}*/

body{
	-webkit-user-select:none;
	-webkit-touch-callout:none;
}