@import url('https://fonts.googleapis.com/css2?family=Hammersmith+One&family=Roboto:wght@300&display=swap');
*{   
    font-family: 'Roboto' ;
    padding: 0;
    margin: 0;
}

body {
    background-color:white;
}


.titre {
    color :white;
    font-weight: bold;
    text-align: center; 
    padding: 13px;  
}

.image {
    width: 100%;
    height: 100%; 
}

.image img {
    width: 100%;
    height: 100%;
    
}

span {
    color : #33BDAB;
}

header {
    position: fixed;
    background-color : #262524;
    width: 100%;
    height: 60px; 
    display: flex;
    padding: 0;
    justify-content: space-between;
    border-bottom: 6px solid #33BDAB; 
}


.menu li {
    list-style-type:none;    
}

.menu {
    display: flex;              
    padding:0;                  
    background-color: #262524;     
    justify-content: center     
}

.menu a:hover {
    background-color:#33BDAB;
    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;
   
}
