/*///////////////////////////////////////*/
/*///////////////////////////////////////*/
/*/////////Modifier le 19/10/2017/////////*/
/*///////////////////////////////////////*/
/*///////////////////////////////////////*/
html, body{
	background: #181820;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #FFF;
}
/*div {
  display: flex;
  min-height: 80vh;
}*/

#contenair{	
	height: 1px;
	/*overflow: hidden;*/
}
	
@media only screen 
and (min-device-width : 200px) 
and (max-device-width : 375px) {

	img{
		width: 360px;
	}
	
	#head{
		background: #181820;
		width: 100%;
		height: 150px;
		padding: 0 0 20px 0;
		text-align: center;
	}
	
	.degra{
		background: #0098a8; /* Old browsers */
		background: -moz-linear-gradient(left,  #0098a8 0%, #30b4c8 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0098a8), color-stop(100%,#30b4c8)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left,  #0098a8 0%,#30b4c8 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left,  #0098a8 0%,#30b4c8 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left,  #0098a8 0%,#30b4c8 100%); /* IE10+ */
		background: linear-gradient(to right,  #0098a8 0%,#30b4c8 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0098a8', endColorstr='#30b4c8',GradientType=1 ); /* IE6-9 */
		height: 5px;
	}
	
	#contenair{
		display: block;
		margin: auto;
		padding: 0 0 0 0;
		height: auto;
		overflow: hidden;
	}
	
	.avat{
		display: inline-block;
		width: 116px;
		height: 116px;
		border-radius: 50%;
		background: #fff;
	}

	.avat img{
		width: 116px;
		height: 116px;
		display: inline-block;
		border-radius: 50%;
	}

	nav ul li.cur:before {
		position: absolute;
		left: 100%;
		padding: 0;
		margin: 0;
		background: none;
		text-decoration: none;
		text-align: top;
		line-height: 1px;
	}
	
	nav ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

	nav ul li {
		display: block;
		padding: 5.8% 0 6.7% 0;
		text-transform: uppercase;
		text-align: center;
		font-size: 45px;
		font-weight: 200;
	}

	nav ul li a {	
		display: block;
		color: #FFF;
		line-height: 3px;
		text-indent: 3px;
		padding: 5.8% 0 6.7% 0;
		text-decoration: none;
	}

	nav ul li a:link, nav ul li a:visited {
		color: #FFF;
	}

	nav ul li a:hover {
		color: #44cce4;
	}
	
	.fnd{
		background: #0098a8;
	}
}