.clearBoth{
	clear: both;
}
/********************HEADER**************************/
header{
	width:100%;height: 80px;
	box-sizing: content-box;
	padding:25px 50px;
	position: fixed;
	background-color: white;
	z-index: 99;
	-moz-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.2);
}
#logoHeader{
	width: 100px;
	height: auto;
	float: left;
}
nav{
	text-align: right;
	font-size: 30px;
	padding-right: 135px;
}
nav ul a{
	color: black;
}
nav ul a:hover{
	text-decoration:none;
}
nav ul li{
	line-height: 80px;
	display: inline;
	padding: 0px 75px;
}
#menuText{
	display: block;
}
#menuIcon{
	display: none;
}

/**********************SECTION 1********************/
#bgSection1{
	height: 70vh;
	padding-top:130px;
	background: url('images/bgSection1.jpg') no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	box-sizing: content-box;
}
#bgSection1{
	text-align: center;
	color: white;
}
#bgSection1 h1{
	padding:100px 0 25px;
	font-size: 5em;
}

/*****************************SECTION 2********************/
#infoAtout{
	padding: 50px;
}
#infoAtout .atout{
	text-align: center;
}
#infoAtout .glyphicon{
	font-size: 50px;
}
#infoAtout p{
	padding: 0px 2vw;
	margin-bottom: 50px;
}

/*****************************SECTION 3********************/
#article{
	background-color: #2d7dac;
	color: white;
	padding:25px 50px;
	height: auto;
}
#article img{
	width: 100%;
	margin:25px 0;
}
#corpsArticle, #corpsArticle2{
	padding: 0 60px;
}
#corpsArticle3{
	padding: 0 15px;
}

/*********************SECTION 4************************/
#bgSection4{
	height: 20vh;
	background: url('images/bgSection4.jpg') no-repeat;
	background-size: cover;
	background-position: center top;
	background-attachment: fixed;
	box-sizing: content-box;
}

/**********************CONTACT************************/
#contact{
	height: auto;
	padding: 25px 50px;
}
#formContact{
	position: relative;
	height:450px;
}
#contact .champFormulaire{
	position: relative;
	margin:25px 0;
}
#contact input, #contact textarea{
	width: 83%;
	max-width: 83%;
    background-color: #efe7f9;
    border: none;
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 1.2em;
    position:absolute;
    right: 0;
}
#contact textarea{
	height: 200px;
}
#contact .button{
	margin: 10px 0;
	position: absolute;
	bottom:0;
}
#contact button{
	background: #efe7f9;
    border-radius: 4px;
    /* border: none; */
    padding: 5px 10px
}
#infoContact{
	text-align: right;
}
#infoContact h3{
	margin-bottom: 38px;
}
#listRS{
	padding:0;
}
#listRS li{
	display: inline;
}
#listRS li img{
	width: 50px;height: auto;
}

/**********************FOOTER************************/
footer{
	height: 10vh;
	margin-top: 35px;
	background-color: grey;
}
footer p{
	color: white;
	text-align: center;
	line-height: 10vh;
	margin: 0;
}

/*******************PAGE A PROPOS************************/
#apropos{
	height: 90vh;
}


/*******************MEDIA QUERIES*************************/
@media all and (max-width: 1200px){
	header nav ul li{
		padding:0px 40px;
	}

	#corpsArticle2{
		padding: 0 15px;
	}
}
@media all and (max-width: 992px){
	#menuText{
		padding-right:40px;
	}

	#corpsArticle{
		padding: 0 15px;
	}
}
@media all and (max-width: 768px){
	header{
		height: 40px;
		padding:15px 25px 15px 50px;
	}
	#logoHeader{
		width: 50px;
	}
	#menuText{
		display: none;
	}
	#menuIcon{
		display:block;
		padding-right: 75px;
		height: 40px;
	}
	#menuIcon li{
		line-height: 40px;
	}

	#infoContact{
		text-align: left;
	}
	#infoContact h3{
		margin-bottom: 25px;
	}
}
@media all and (max-width:525px){
	#menuIcon{
		font-size: 25px;
	}
	#menuIcon li{
		padding:0 20px;
	}
}
@media all and (max-width:410px){
	header{
		padding:15px 25px;
	}
	#menuIcon{
		padding-right: 25px;
		text-align: center; 
	}
}

