/*style.css*/
@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;

}

body
{
    /*display: table;*/ 
    background-color: rgb(101 , 186 , 153);
    margin-right: 0;
    margin-left: 0;
    margin-top: 0px;
    margin-bottom: -20px;
    height: 100%;
}

/*CSS menu*/

header
{
    /*background-image: url(Pages/images/headerImg.jpg);*/
    background-repeat: no-repeat;
    width: 100%;
    height: 10%;
}

#title
{
    color : white;
    width: 475px;
    margin: auto;
    font-family: 'bebasNeue', 'bebasregular', Arial, serif;
    padding-top: 15px;
    line-height: 35pt;
    
}
#title h1
{
    margin-bottom: 0;
    font-size: 3.5em;
}
#title h2
{
    margin-top: -1px;
    font-size: 1.8em;    
}

/*configuration du menu*/
#Menu
{
    background-color: rgb(37 , 34 , 34);
    color: white;
    text-align: center;
    font-family: 'bebasNeue', 'bebasregular', Arial, serif;
    margin: auto;
}

#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
{
    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;
}

/*configuration de la partie section*/
section
{
    width: 100%;
    height: 80%;
}

section h2, footer p
{
    color: white;
    margin-right: auto;
    margin-left: auto;
    width: 250px;
    font-family: 'bebasNeue', 'bebasregular', Arial, serif;
}

section h2
{
    font-size: 1.9em;
    margin-bottom: 0; 
}

/*configuration section page principale crevette et salicorne*/
article
{
    width: 80%;
    min-height: 600px;
    display: inline-block;
}

article h2
{
    font-size: 1.9em;
    margin-bottom: 0; 
    color: white;
    font-family: 'bebasNeue', 'bebasregular', Arial, serif;
    margin-left: 10%;
    margin-bottom: 5%;
}

article h4
{
    text-decoration: underline;
    color: aliceblue;
    font-family: 'bebasregular', Arial, serif;
}
/*Partie Recette*/
#bloc_Rec1, #bloc_Rec2, #bloc_Rec3, #bloc_Rec4
{
    position: relative;
    display: inline-block;
    border : 3px solid white;
    background-color: rgb(15, 133, 114);
    text-align: justify;
    color: aliceblue;
    border-radius: 10px;
    box-shadow: 5px 5px 5px rgba(15 , 133 , 114 , 0.8);
    margin-right: 10%;
    margin-left: 10%;
    margin-bottom: 10%;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    height: 85px;
    width: 275px;
}

.illust_Recette
{
    display: inline-block;
    margin-left:20px;
}

.rec_text
{
    display: inline-block;
    width: 150px;
    height: 100px;
    text-align: center;
    margin: auto;
    vertical-align:100%;
    font-family: 'bebasNeue', 'bebasregular', Arial, serif;
}

.icone_salicorne
{
    position: absolute;
    margin-left: -40px;
    margin-top: -40px;
}

.icone_crevette
{
  position: absolute;
    margin-left: -40px;
    margin-top: -30px;  
}

/*Configuration de la partie recette*/
.illust_Recette
{
    display: inline-block;
    margin-left:20px;
}

.ingredients
{
    display: inline-block;
    vertical-align: top;
}

.ingredients ul, .ingredients p, .ingredients h3
{
    margin-left: 50px;
    color: aliceblue;
    font-family: 'bebasregular', Arial, serif;
    list-style:disc;
}

.preparation
{
    width:85%;
    margin-left: 80px;
    margin-top: 10px;
}

.preparation h3
{
    margin:0 0 3px 0;
    color: aliceblue;
    font-family: 'bebasregular', Arial, serif;
}

.preparation p
{
    color: aliceblue;
    font-family: 'bebasregular', Arial, serif;
    text-align: justify;
    font-style: italic;
    
}

/*creation de aside*/

aside
{
    display: inline-block;
    width: 20%;
    position: absolute;
    right: 10px;
    background-color: aliceblue;
    margin-top: 10px;
    
}

aside li
{
    color:black;
}

aside h3:first-child
{
    border-bottom: 3px grey solid;
}

aside h3
{
    text-decoration: underline;
    font-family: 'bebasNeue', 'bebasregular', Arial, serif;
    text-align: center;
    line-height: 30pt;
    color: black;
}

iframe
{
	width : 225px;
	height : 225px;
}

/*Code Css de la partie pied de page*/
/*Code Css de la partie pied de page*/
footer 
{
    /*background-image: url(Pages/images/footerImg.JPG);*/
    background-color: rgb(37 , 34 , 34);
    background-repeat: no-repeat;
    width: 100%;
    height: 100px;
    text-align: center;
    margin-top: 100px;
}

#contact
{
    
    text-decoration: none;
}
#contact p
{
    font-family: 'bebasNeue', 'bebasregular', Arial, serif;
    color: white;
    font-size: 2em;
    margin-bottom: 10px;
    /*padding-top: 45px;*/
}
#Copy
{
    color : white;
    font-size: 0.8em;
    width: 500px;
    margin-bottom: 0;
    width : 600px;
}

footer img
{
    display: inline-block;
}

#TextFooter
{
    display: inline-block;
    height: 100px;
    margin-bottom: 0;
}




@media all and (min-width : 1500px)
{
    header
{
    background-image: url(images/headerImg1.JPG);
    background-repeat: no-repeat;
    width: 100%;
}    
}



@media all and (max-width : 1160px)
{
    #Menu h2
    {
        display: none;
    }
	iframe
	{
		width : 175px;
	}
}

@media all and (max-width : 860px)
{
    #bloc_1, #bloc_2, #bloc_3
    {
        display: none;
    }
    
    #bloc_4, #bloc_5
    {
        display: block;
        width: 420px;
        margin: auto;
    }
	iframe
	{
		width : 125px;
	}
}

@media all and (max-width : 1305px)
{
	#bloc_Rec1, #bloc_Rec2, #bloc_Rec3, #bloc_Rec4
	{
		display : block;
		margin : auto;
		margin-bottom : 55px;
	}
}
