/* Définition des polices personnalisées */

@font-face
{
    font-family: 'BallparkWeiner';
    src: url('polices/ballpark.eot');
    src: url('polices/ballpark.eot?#iefix') format('embedded-opentype'),
         url('polices/ballpark.woff') format('woff'),
         url('polices/ballpark.ttf') format('truetype'),
         url('polices/ballpark.svg#BallparkWeiner') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'Dayrom';
    src: url('polices/dayrom.eot');
    src: url('polices/dayrom.eot?#iefix') format('embedded-opentype'),
         url('polices/dayrom.woff') format('woff'),
         url('polices/dayrom.ttf') format('truetype'),
         url('polices/dayrom.svg#Dayrom') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
	  background: url('images/fond_jaune.png');
      font-family: 'Trebuchet MS', Arial, sans-serif;
      color: black;      
	}

#blocpage
{
width: 900px;
margin: auto;
}


/*HEADER*/
header
{   
   background: url('images/separateur.png') repeat-x bottom; 
   display:flex;  
   justify-content: space-between; 
   margin-bottom: 0px;
}


#titre_principal
{
    display: flex;
    flex-direction: column;
}

#logo
{
    display: flex;
    flex-direction: row;
    align-items: baseline;
}


header h1
{
    margin: 0 0 0 10px;
    font-family: 'BallparkWeiner', serif;
    font-size: : 4em;
    font-weight: bold;
}

header h2
{
    margin-top: 5px;
    font-family: 'Dayrom', serif;
    font-size: : 2em;
    font-weight: normal;
    font-style: italic;
}

#mail
{
    margin-top: 30px;
    margin-right: 20px;
}

/*BANNIERE */

#banniere_image
{   
    margin-top: 15px;
    height:200px;
    width: 100%; 
    border-radius:5px;    
    background: url('images/mer_mini.jpg') no-repeat;
    position: relative;
    box-shadow: 0px 2px 5px #1c1a19; 
    margin-bottom: 25px; 

}

#banniere_description
{
    position: absolute;
    bottom:0;
    border-radius: 0px 0px 5px 5px;
    width:99.5%;
    height:25px;
    background-color: grey;
    color:white;
    font-size: 1.1em;
    padding-top: 15px;
    padding-left: 4px;  
}

.bouton
{
    height: 25px;
    position: absolute;
    right:5px;
    bottom:5px;
    background-color: lightblue;
    border: 1px solid black;
    border-radius: 5px;
    color:blue;
    text-align: center;
    text-decoration: none;
    padding: 3px 8px 0px 8px;
    
}

#multimedia
{
    display: flex;
    flex-direction: column-reverse;
}

#photos
{
    display: flex;
    flex-direction: column;
    
}

section
{
    display: flex;
    
}

table
{
    margin-right: 10px;
}


aside
{   
  width:220px;
   background-color: #85CE9A;
   color: white;
   box-shadow: 0px 2px 5px black; 
   border-radius:5px;
   padding: 10px;
   color:white;
}
 
th,td
{
    border:1px solid black;
    background-color: bisque;  
    text-align: center;
    font-size: 20px; 
}


td
{
    padding: 0px;

}

table img
{
  width:220px;
  height:160px;
}


td a 
{
    color: firebrick;
    text-decoration:inherit; 
    font-size: 15px;   
}


td a:hover {
		color: coral;
		font-style: italic;
	}
	

aside h1
{
    font-family: Dayrom,serif;
    font-weight: nomal;
    font-style: 2em;
    text-transform: uppercase;
    text-align: center;
}


.photo_finette, .photo_panneau, .photo_founa, .photo_simon
{
    text-align: center;    
}


footer
{
   box-shadow: 0px 0px 5px black; 
   border-radius:5px; 
   background-color: #ACB2AE;
   font-weight: bold; 
   width:100%;
}

 

/*------------RECETTES----------------------------------------*/

.photo-plat
{
  width:300px;
  height:auto; 
}

.photo-recette
{
  width:800px;
  height:auto; 
}


.imprimer
{
  width:100px;
  height:100px; 
}


/*------------COMPTEUR----------------------------------------*/
compteur
{
   box-shadow: 0px 0px 5px black; 
   border-radius:5px; 
   font-weight: bold; 
   width:100%;
}

h4
{
  font-family: 'Arial', serif;
  font-size: 18px; 
  text-align: center;   
  color: black;
  border:3px black solid;  
  border-radius: 6px;
  background-color: pink;
  padding:5px;  
}