


header{
  background-color: RoyalBlue;
  color : white;
  text-align : center;
  width : 95%;
  margin : auto; 
  display: flex;
 justify-content: center; 
 align-items: center; 
 border: 1px solid black;

}
nav{ 
  align-items:center;
  display:flex;
  flex:1;
  flex-direction:row;
  height:3em;
  
  background-color : Navy ;
  color : white;
  text-align : center ;
  


}
a{
  display:flex;
  flex:1;
  flex-direction:;
  color:DeepSkyBlue;
  margin-left:8em
  
    
}

a:hover {
 color: orange;
}




section {
  display:flex;
  flex:1;
  text-align:center;
 display: flex;
 justify-content: center; 
 align-items: center; 
   padding: 0.5em;
 margin: 0.5em;
}
article{
 display:flex;
  justify-content:space-around
 
 
}

main {
 display:flex;
 min-height: 32em;
 padding: 1%;
 background-color: cornflowerblue;
  flex-direction:column;
  flex: 2;
 display: flex;
 
  
  }

img{
  flex:1;
  max-width:40%;
  height:auto;
  
   }

    
footer{
  background-color:black;
  text-align:center;
  color: white;
   width : 95%;
   margin : auto;
} 
    
    
.texte{
  background-color:PowderBlue;
   display:flex;
  flex-direction:column;
  margin-top:1.2em;
  margin-bottom:0.8em
  
 
}  
    
p{
  color:Indigo;
  margin:1.2em;
  
  
  
}
  
  
.texte2{
  color:DarkSlateGray;
  font-size:1.2em;
    font-style:italic;
}  

nav a {
 min-width:5em;
}
    
    
h1{
font-weight:bold;
  text-decoration:underline;
  
  
  
}   
    
    
    
      