

body
{
	
	background-size:  cover;
	background-repeat: no-repeat;
	background-color: #000;
	border-top: 10px solid 	 #ff8027;
}



.logo
{
	margin: auto;
	width: 50%;
	min-width: 300px;
	max-width: 400px;
	padding-top: 8%;

	z-index: 100000000;
	display: block;	position: relative;
}

.consigne
{
	margin: auto;
	width: 50%;
	min-width: 300px;
	max-width: 400px;

	z-index: 100000000;
	display: block;	position: relative;
}

.consigne_securite
{
	max-width: 700px;
	margin: auto;

}

.consigne_securite 
{
	color: #fff;
	margin-bottom: 50px;
	padding: 0px 20px;
}

.consigne_securite  span 
{
	font-weight: bold;
	font-size: 18px;
	color:  #ff8027;
}



.texte p
{
	text-align: center;
	font-family: Montserrat, sans-serif;
	color:#fff;
	font-size: 15px;
	font-weight: bolder;
}

.texte span
{
	text-transform: uppercase;
	font-size: 40px;
	color: #f36b08;
}


.titre_consigne{

		text-align: center;
	font-family: Montserrat, sans-serif;
	color:#ff8027;
	font-size: 18px;
	font-weight: bolder;
	text-transform: uppercase;
	margin-top: 80px;
}

.texte
{
	padding-bottom: 80px;
}

iframe
{
	background-color: #f36b08;
	padding: 5px;
	margin-bottom: 75px;
	margin:auto;
	display:block;
	width:90%;
	max-width: 800px;
}

.social
{
	padding-top: 80px;
	padding-bottom: 80px;
}

.social p
{
	text-align: center;
	font-family: Montserrat, sans-serif;
	color:#fff;
	font-size: 15px;
	font-weight: bolder;
}

.icones
{
	margin: auto;
	width: 100px;
	height:50px;
}



.icon
{
	background-color: #fff;
	border-radius: 50px;
	height: 35px;
	width: 35px;
	text-align: center;
	display:block;
	margin: auto;
	float: left;

}
.facebook
{
	margin-right:10px;

}

.icon:hover
{
	background-color: #ff8027;
}
.icon i
{	line-height: 36px;
	color:#000;
	font-size: 18px;
}

.icon:hover i
{	
	color:#fff;

}

.logo-footer
{
	margin: auto;
	max-width: 60px;
	margin-top: -25px;

	display: block;
}
footer
{
	border-top: 5px solid #ff8027;	
	height:60px;
	width: 100%;


}