html, body{
	margin: 0px;
	padding: 0px;
	width: 100%;
		font-family: Germania One;

}






.underline {
  text-decoration: underline;
}


.effet-3d {
	
margin: 2rem auto;
display: flex;
justify-content: center;
font-family: 'Germania One';
color: #FFFFFF;
font-size: calc(30vw / 25);
letter-spacing: .015em;
text-shadow: 0 0 0 #00b432,
.0025em .0025em 0 #00b432,
.005em .005em 0 #00b432,
.0075em .0075em 0 #00b432,
.01em .01em 0 #00b432,
.0125em .0125em 0 #00b432,
.015em .015em 0 #00b432,
.0175em .0175em 0 #00b432,
.02em .02em 0 #00b432,
.0225em .0225em 0 #00b432,
.025em .025em 0 #00b432,
.0275em .0275em 0 #00b432,
.03em .03em 0 #00b432,
.0325em .0325em 0 #00b432,
.035em .035em 0 #00b432,
.0375em .0375em 0 #00b432,
.04em .04em 0 #00b432,
.0425em .0425em 0 #00b432, 
.045em .045em 0 #00b432,
.0475em .0475em 0 #00b432,
.05em .05em 0 #00b432,
.0525em .0525em 0 #00b432,
.055em .055em 0 #00b432,
.0575em .0575em 0 #00b432,
.06em .06em 0 #00b432,
.0625em .0625em 0 #00b432,
.065em .065em 0 #00b432,
.0675em .0675em 0 #00b432, 
.07em .07em 0 #00b432,
.0725em .0725em 0 #00b432,
.075em .075em 0 #00b432,
.0775em .0775em 0 #00b432,
.08em .08em 0 #00b432,
.0825em .0825em 0 #00b432,
.085em .085em 0 #00b432,
.0875em .0875em 0 #00b432,
.09em .09em 0 #00b432,
.0925em .0925em 0 #00b432,
.095em .095em 0 #00b432,
.0975em .0975em 0 #00b432,
.1em .1em 0 #00b432
	
	}




/* MENU DE NAVIGATION */
body{



    background: url("../images/fondgris1.jpg");
    color: #fff;
    background-repeat:no-repeat;	
    background-attachment:fixed;
    background-position:center;
background-size: cover;
min-height: 100vh;
}


header{
	font-family: Germania One;
}
.logo{
      float: left; 
      margin-top: 10px;
      margin-left: 20px;
}
.texte{
	float: right;
	margin-left: 40px;
	margin-top: 0px;
}
header nav{
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 10px;
}
header nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 0px;
}
header nav ul li{
	margin: 0;
	padding: 0;
	float: right;
	width: 200px;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.8);
	line-height: 115px;
	text-align: center;
}
header nav ul li a{
	display: block;
}
header nav ul li a:hover{
	background-color: #0058AB;
	opacity: 0.9;
}
header nav ul li ul li{
	display: none;
}
header nav ul li:hover ul li{
	display: block;
}
a{
    color: white;
    text-decoration: none;
}
a:hover{
    color: white;
}
.menu{
	width: 100%;
	height: 115px;
	background-color: black;
}
/* MENU DE NAVIGATION */



/*ICONE RESEAUX SOCIAUX*/
.boite{
	display: flex;
	justify-content: center;
	align-items: center;
}
.social{
	position: relative;
	background-color:  rgba(0, 0, 0, 0.2);
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	overflow: hidden;
}
.social img{
	z-index: 2;
	width: 30px;
	height: 30px;
}
.fond_you{
	top: -40px;
	z-index: 1;
	display: block;
	height: 40px;
	width: 40px;
	background-color: #045FB4;
	position: absolute;
	transition: 0.5s;
}
.social:hover .fond_you{
	top: 0;
}
.fond_dis{
	top: -40px;
	z-index: 1;
	display: block;
	height: 40px;
	width: 40px;
	background-color: #FFFFFF;
	position: absolute;
	transition: 0.5s;
}
.social:hover .fond_dis{
	top: 0;
}
/*ICONE RESEAUX SOCIAUX*/

footer{
	width: 960px;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	margin-bottom: 10px;
	text-align: center;
}
footer ul {
	list-style: none;
}
footer nav ul li{
	list-style-type: none;
	display: inline-block;
}
footer nav ul li a{
	text-decoration: none;
	color: grey;

}
footer nav ul li a:hover{
	color: black;
	transition: 1s all;

}
footer nav ul li p{
	color: grey;
}
form div{
    text-align: left;
    align-content: left;
}
form.action{
	text-align: left;
}





