@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');
*{   
    
    padding: 0;
    margin: 0;
}

body {
    background-color:#EEEEEE;
    font-family: 'Varela Round', sans-serif;
}


.titre {
    color :white;
    font-weight: bold;
    text-align: center; 
    padding: 13px;  
}

.image {
    padding-right: 2em;
    padding-left: 2em;
    width: 90%;
    height: 30%; 
    margin-bottom: 4em ;
}

.image img {
    width: 100%;
    height: 100%;
    
}

span {
    color :#F5EE15;
}

header {
    background-color : #262524;
    width: 100%;
    height: 60px; 
    display: flex;
    padding: 0;
    justify-content: space-between;
    border-bottom: 6px solid #F5EE15; 
}


.menu li {
    list-style-type:none;    
}

.menu {
    display: flex;              
    padding:0;                  
    background-color: #262524;     
    justify-content: center     
}

.menu a:hover {
    background-color:#EBF044;
    color: white;
    border-color: white;
  }

.menu a {
    display:block;                
    min-width: 100px;              
    margin: 0.4rem; 
    margin-top: 0.7rem;              
    padding: 0.5rem 0;            
    text-align: center;             
    background-color: #262524;    
    color: #fff;                  
    text-decoration: none;        
    border: 1px solid #fff;       
    border-radius: 4px;           
    transition: all 0.5s ;          
}

.fakenav {
    height: 100%;
    width: 360px;
}

.container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 51.1em;
}

.image2 {
    padding-right: 2em;
    padding-left: 1.5em;
    width: 90%;
    height: 35%;
    margin-bottom: 3em ; 
}

.image2 img {
    width: 100%;
    height: 100%;
    
}

.bloc {
    
    background-color: yellow;
    width: 300px;
    height: 600px;
    display: flex;
    padding-top: 1.3em;
    border-width:2px 2px 3px 2px;
    border-style:solid ;
    border-color:black;
    flex-direction: column;
    align-items: center;
    padding: 2em;
    border-radius: 15px;
    box-shadow: 5px -8px 16px rgba(0, 0, 0, 0.6) inset;    
}


.bloc3 {
    padding-top: 1em;
}

.image3 {
    padding-right: 2em;
    padding-left: 3.2em;
    width: 65%;
    height: 35%;
    margin-bottom: 3em ; 
}

.image3 img {
    width: 100%;
    height: 100%;
    
}

footer {
    background-color : #262524;
    width: 100%;
    height: 60px;
}