/*generic init*/
body,html{
	position:relative;
	float:left;
	margin:0;
	padding:0;
	height:auto;
	width:100%;
	top:0;
	left:0;
	display:block;
	min-height:100%;
	}
	
html{overflow-x:hidden;}

body{
	height:auto;
	min-height:100vh;
	}

a,span{
	font-size:inherit;
	color:inherit;
	line-height:inherit;
	font-weight:inherit;
	font-style:inherit;
	text-decoration:inherit;
	}
	
a, a:active, a:focus ,*{outline:none!important;}

a{cursor:pointer;}
/*generic css*/

.container{
	position:relative;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	top:0;
	float:left;
	left:0;
	display:block;
	}

.content{
	position:relative;
	margin:0;
	padding:0;
	width:100%;
	height:auto;
	float:left;
	top:0;
	left:0;
	display:block;
	}

.wrapper{
	position:relative;
	margin:0;
	padding:0;
	width:auto;
	height:auto;
	float:left;
	top:0;
	left:0;
	display:block;
}

/*positionnement & formes*/
  
 /*fonts*/
.majuscule{text-transform:uppercase;}
.text-center{text-align:center;}

/*animations transitions*/	
.invisible{
	position:absolute;
	overflow:hidden;
	width:0px;
	height:0px;
	top:-1px;
	left:-1px;
	opacity:0;
	z-index:-3000;
	}	
	
.noSelectable,.noSelectable *{
	-webkit-user-select: none!important; /* Safari */        
	-moz-user-select: none!important; /* Firefox */
	-ms-user-select: none!important; /* IE10+/Edge */
	user-select: none!important; /* Standard */
	}

.notransition {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
	}



button{border:none;}
  .zonning{border:#0000FF 1px solid!important;box-sizing:border-box;}
