@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;  
}

span {
    color : #F11F09;
}

header {
    background-color : #262524;
    width: 100%;
    height: 60px; 
    display: flex;
    padding: 0;
    justify-content: space-between;
    border-bottom: 6px solid red ;
}


.menu li {
    list-style-type:none;    
}

.menu {
    display: flex;              
    padding:0;                  
    background-color: #262524;     
    justify-content: center     
}

.menu a:hover {
    background-color:#CF1400;
    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;
   
}

footer {
    display: flex;
    background-color :#262524;
    width: 100%;
    height: 100%;
    flex-direction: row; 
}

.container {
    display: flex;
    height: 51.1em;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.video_con {
    border-radius: 4px;
    border:solid 4px red;
    background-color: black; 
    margin-bottom: 5em; 
}

.container .video_con video{
    margin: 1em;
}

.container .info {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.container .info img {
    margin-top: 2px;
    margin-left: 2px;
    width: 4em;
}

