@font-face {
  font-family: METRO_FONT; /* set name */
  src: url(/FONTS/YAGIZA_.TTF); /* url of the font */
}

@font-face {
  font-family: TIME_FONT; /* set name */
  src: url(/FONTS/PressStart2P-Regular.ttf); /* url of the font */
}

@font-face {
    font-family: CHIVO;
    src: url(/FONTS/Chivo[wght].ttf)
}


#maindiv {
    height: 550px;
    width: 1000px;
    background-image: url(/MEDIA/WEBSITE_FOND_V02.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin: auto;
    margin-top: 75px;
    display: grid;
    grid-template-columns: 200px 600px 200px;
    
}

#menuMetro {
    font-family: METRO_FONT;
    font-size: 25px;
    filter: drop-shadow( 0 3px white) drop-shadow( 3px 0 white) drop-shadow( 0 -3px white) drop-shadow( -3px 0 white) drop-shadow( -2px 2px #e3ff00) drop-shadow( 2px -2px #e3ff00); 
  color:#FDE6FF;
  list-style-type: none;
  margin: 0;
    
    margin-left: 20px;
  padding: 0;
    
}

li a {
  display: block;
  color: black;
  text-align: left;
  text-decoration: none;
}

li a:hover {
    color: blue;
}

.navbar {
    width: 200px;
    height: 375px;;
    font-family: Helvetica, sans-serif;
    font-size: 10pt;
    padding: 15px;
    flex-direction: column;
    
    
}

.navdiv {
    width: auto;
    height: 375px;
    
}

li {
    list-style: none;
    padding: 5px;
    
}



.menuliens {
    background-image: url(MEDIA/MENU_LIENS_V02.jpg);
    box-shadow: 5px 5px black;
    background-size: 100%;
    height: 270px;
    width: 120px;
    padding: 10px;
    margin-top: 77px;
    margin-left: 20px;
    font-family: CHIVO;
    
}

.temps {
    transform: translate(0, 100px);
    justify-self: center;
    font-size: 5px;;
    font-family: TIME_FONT;
    
}

.contentdiv {
    align-content: center;
    justify-content: center;    
}

.montrer {
    width: 480px;
    height: 270px;
    margin-left: auto;
    margin-right: auto;
}

#about {
    font-family: CHIVO;
    color: #292e2d;
    font-size: 12px;
    
}

#illustration {
    transform: translate(-160px);
    pointer-events: none;
}

.caroussel {
    overflow-x: auto;
    display: flex;
}


.card {
    width: 480px;
    padding-right: 10px;
    text-align: center;
    align-content: center;
}

.scroll {
    overflow: scroll;
    height: 300px;
    
}

.description {
    font-family: CHIVO;
    align-content: center;
    float: right;
    color: #292e2d;
    
}

#links_sd {
    font-family: CHIVO;
    display: flex;
    font-size: small;
}