@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,400;0,600;1,400;1,600&display=swap');
@import 'font.css';

:root{
  --main-color : red;
  --jaune : #E7DF00;
  --rouge : #C10C00;
  --bleu : #C9FFFF;
  --margin : 15px;
  --menu-size: 1em;
  --main-font: 'Fira Sans', sans-serif;
}

body{
  font-family: var(--main-font);
  font-size: 20px;
  line-height: 1.2;
  background: #000;
  color: #000;
  padding: 0px;
  line-height: 1.4;
  overflow-x: hidden; 
  letter-spacing: 0.01em;
}

h1, h2, h3{
  font-weight:normal;
}

a{
  color: #000; 
  text-decoration: none;
}

a:hover{
  color: var(--main-color);
}

img{
  width: 100%;
}

ul{
  padding: 0;
}

li{
  list-style: none;
}

figure{
  margin:0;
}

.title{
  position: absolute; 
  top: 50vh;
  left: 50%;
  transform: translate(-50%, -50%);
}

.title h1{
  color: #FFF;
  text-transform: uppercase;
  font-size: 10vw;
  text-align: center;
  margin:0;
}

.title h2{
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  margin:0;
}

.title h3{
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  margin:0;
}

.title p, .title a {
  color: #FFF;
  text-align: center;
}
 .title a {
  text-decoration: underline;
 }

.title a:hover{
  color: red;
} 

nav{
  position: absolute;
  z-index: 10000;
  background: #FFF; 
  top: 40px;
  right: 40px;
  padding: 10px 40px 10px 20px;
  height: 25px;
  border-radius: 50px;
  overflow: hidden;
  /*transition: all 0.5s linear;*/
}

nav.active{
  height: auto;
  border-radius: 23px;
}

nav ul{
  margin: 0;
  position: relative;
}

nav li{
  margin-bottom: 10px;
}

nav .drop-btn{
  position: absolute;
  top: 0px;
  right: -20px;
  cursor: pointer;
  transition: transform 0.2s linear;
}

nav .drop-btn.active{
  transform: rotate(180deg);
}

nav .drop-btn:hover{
  color: red;
}


.video-wrapper, .text-wrapper{
  background: rgb(210, 210, 210); 
  
  padding-left: 0;
  padding-right: 0;
  
  position: absolute;
  height: auto;
  width: 100%;
  z-index: 1;
}

.video-wrapper.draggable, .text-wrapper.draggable{
  cursor: grab;
  padding-top: 20px;
}

.video-container { 
  overflow:hidden; 
  padding-bottom:56.25%; 
  position:relative; 
  height:0;
}

.video-container iframe {
  left:0; 
  top:0; 
  height:100%;
  width:100%;
  position:absolute;
}

.text-wrapper{
  max-height: 50vh;
  overflow: scroll;
}

.text-inner{
  background: #FFF;
  padding: 10px 20px 20px;
}

#wikipedia h2{
  font-family: "Linux Libertine", "Georgia", "Times", serif;
  margin-bottom: 0.25em;
  line-height: 1.3;
  border-bottom: 1px solid #a2a9b1;
  margin:0;
}

#wikipedia .wiki-info{
  font-family: sans-serif;
  /*margin:0;*/
  font-size: 12px;
}

#wikipedia p{
  font-family: sans-serif;
  font-size: 14px;
}

#wikipedia p a{
  text-decoration: none;
  color: #0645ad;
  background: none;
}

/* Position des vidéos */
section{
  position: absolute;
  width: 100%;
  height:auto;
}

.section-inner{
  position: relative;
}

.comment-btn{
  width: 30px;
  height: 30px;
  background: red; 
  cursor: pointer; 
  position: absolute;
  bottom: 40px;
  right: 40px;
}

#comments{
  z-index: 1000;
  left: 0;
}

.comment-wrapper{
 width: 80%;
 left: 50%;
 position: absolute;
 top: 50vh;
 transform: translate(-50%, -60%);
 display: none;
}

.fast-food_comments .comment-wrapper{
  width:50%;
  transform: none;
}

.comment-text{
  background: #FFF;
  padding: 10px 20px;
  font-size: 2em;
  text-align: center;
  
}

.comment-text.small{
  font-size: 1.6em;
}


#introduction{
  top: 40px;
  left: 40px;
}

#intro-vids{
  top: 40px;
  left: 50%;
}

#sound{
  top: 53vh;
  left: 0px;
}

#sound-credit{
  top: 120px;
  left: 74%;
}

#sound-credit-two{
  top: 120px;
  left: 10px;
}

/*#noodles{
  top: 45vh;
  left: 20%;
}*/



.one{
  top: 0px;
  left: 0px;
}

.two{
  top: 40px;
  left: 40px;
}

.three{
  top: 80px;
  left: 80px;
}

.four{
  top: 120px;
  left: 120px;
}

.five{
  top: 160px;
  left: 160px;
}

.six{
  top: 200px;
  left: 200px;
}

section.grid {
  width:77%;
}

section.grid .video-wrapper{
  position: relative;
  cursor: default;
  padding:0;
}

/* KIDS */

#kids .video-wrapper:nth-child(1){
  top:0px;
  left:45px;
}

#kids .video-wrapper:nth-child(2){
  top:60px;
  left:calc(25% + 45px);
}
#kids .video-wrapper:nth-child(3){
  top:180px;
  left:45px;
}

#kids .video-wrapper:nth-child(4){
  top:380px;
  left:45px;
}

#kids .video-wrapper:nth-child(5){
  top:180px;
  left:calc(75% - 62px);
}

#kids .video-wrapper:nth-child(6){
  top:380px;
  left:calc(75% - 62px);
}

#kids .video-wrapper:nth-child(7){
  top:380px;
  left:calc(50% - 62px);
}

#cheese-vids{
  top: 70px;
  left:5%;
}

#cheese-vids .one{
  top: 0px;
  left: 0px;
}

#cheese-vids .two{
  top: 0px;
  left: 80px;
}

#cheese-vids .three{
  top: 0px;
  left: 160px;
}

#cheese-vids .four{
  top: 0px;
  left: 240px;
}

#cheese-vids .five{
  top: 0px;
  left: 320px;
}

#cheese-vids .six{
  top: 0px;
  left: 400px;
}

#hate-vids{
  width: 100vw;
  height:100vh;
}

#hate-vids .section-inner{
  width:100%;
  height: 100%;
}

#hate-vids .one{
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}

#hate-vids .two{
  top: 100px;
  left: 40px;
}

#hate-vids .three{
  top: 50vh;
  left: 50%;
  transform: translateX(-50%);
}

#hate-vids .four{
  top: 100px;
  right: 40px;
  left:auto;
}


.out{
  width: 100vw;
  height:100vh;
  position: absolute; 
  top:0;
  left:0;
  z-index: 10000;
  background: transparent;
  pointer-events: none;
  transition: all 2s ease;
}

.out.active{
  background: #000;
}

.finish-btn{
  width: 90px;
  height: 90px;
  background: #000;  
  position: absolute;
  bottom: 0px;
  right: 0px;
}


/*-------------- DESKTOP HEADER --------------*/
@media only screen and (min-width: 48em){


}



