@font-face{
    font-family: 'bebasNeue';
    src: url('Police/BebasNeue.otf');
}
@font-face {
    font-family: 'bebasregular';
    src: url('BEBAS___-webfont.eot');
    src: url('BEBAS___-webfont.eot?#iefix') format('embedded-opentype'),
         url('BEBAS___-webfont.woff') format('woff'),
         url('BEBAS___-webfont.ttf') format('truetype'),
         url('BEBAS___-webfont.svg#bebasregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
     
html, body {
        height: 100%;
        margin: 0;
        padding: 0;
        background-color: rgb(101 , 186 , 153);
      }

/*CSS menu*/

header
{
    width: 100%;
}
#Menu
{
    background-color: rgb(37 , 34 , 34);
    color: white;
    text-align: center;
    font-family: 'bebasNeue', 'bebasregular', Arial, serif;
}

#Menu h2
{
    font-size: 1.8em;
    display: inline-block;
    width: 600px;
}

#Menu ul
{
    list-style-type: none;
    display: inline-block;
    margin-right: 25px;
}
.social
{
    display: inline-block;
    vertical-align: middle;
    padding-right: 15px;
}

#Menu li
{
    display: inline-block;
    margin-right: 10px;
    font-size: 1.4em;
}

#actus, #crevets, #salicorn, #Recets, #contact
{
    color: rgb(101 , 186 , 153);
    /*border-bottom: 2px solid rgb(101 , 186 , 153);*/
    padding-bottom: 5px;
    font-weight: bold;
    text-decoration: none;
}

.listIndex, .listCre, .listSal, .listCon, .listRec
{
    color: white;
    text-decoration: none;
}

/* partie section*/

section h2, #PVP h2, footer h2
{
    font-size: 1.9em;
    margin-bottom: 0; 
    color: white;
    font-family: 'bebasNeue', 'bebasregular', Arial, serif;
    margin-left: 10%;
    margin-bottom: 15px;
}

#PVP
{
    border-bottom: 2px aliceblue solid;
}


#bloc_Creaa, #bloc_Irqua
{
    display: inline-block;
    
}
#bloc_Creaa img, #bloc_Creaa p
{
    display: inline-block;
    vertical-align: middle;
    margin: 20px;
}
#bloc_Irqua img, #bloc_Irqua p
{
    display: inline-block;
    vertical-align: middle;
    margin: 20px;
}

/*section et mapping*/

#map {
        height: 100%;
        width: 100%;
        z-index: 2;
      }

/*Formulaire*/

form
{
    position: absolute;
    width: 300px;
    height: 200px;
    background-color: rgb(0, 140, 197);
    z-index: 3;
    top: 350px;
    margin-left: 15px;
    
}
label
{
    color: whitesmoke;
    font-size: 1.2em;
    font-family: 'bebasNeue', 'bebasregular', Arial, serif;
    margin-left: 10px;
}
#production , #secteur
{
    margin: 10px;
   
}
#production select , #secteur select
{
    height: 30px;
}

#validation
{
   text-align : center;
   margin: 10px;
   width: 280px;
   
}
/* partie partenaires*/
footer
{
	background-color : rgb(37, 34, 34);
}
footer p 
{
	font-size : 10px;
	display : inline-block;
	color : white;
	text-align : center;
	margin-left : 30px;
}
#credit
{
	width : 800px;
	margin : auto;
}
