/* defaults */

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    /* background-color: black; */
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
    text-rendering: optimizeLegibility;
}

::selection {
    background-color: rgba(0, 0, 0, 0.25);
    color: white;
}

::-moz-selection {
    background-color: rgba(0, 0, 0, 0.25);
    color: white;
}

ol, ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: black;
}

a :hover {
    z-index: 10000000;
}

.hidden {
    display: none;
}

#retour, #texte-categorie, a:link {
    color:black;
  }

#retour, #texte-categorie, a:visited {
    color: black;
  }




#retour, #texte-categorie, a:active {
    color: black;
  }

/* */


video {
    position: absolute  ;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

#fleche {
    position: absolute;
    top: 70%;
    left: 45%;
    z-index: 2;
    box-sizing: border-box;
    height: 8vw;
    width: 8vw;
    border-style: solid;
    border-color: white;
    border-width: 0px 1vw 1vw 0px;
    border-radius: 0px 0.5vw 0.5vw 0.5vw;
    transform: rotate(45deg);
    transition: border-width 150ms ease-in-out;
}

#fleche:hover {
    border-bottom-width: 1.2vw;
    border-right-width: 1.2vw;
}

#buttonMap {
    position: fixed;
    display: none;
}

#playButton1 {
    background: url(../img/1.svg) no-repeat;
    height: 60px;
    width: 40px;
    border: none;
}


#playButton2 {
    background: url(../img/2.svg) no-repeat;
    height: 60px;
    width: 40px;
    border: none;
}

#playButton3 {
    background: url(../img/3.svg) no-repeat;
    height: 60px;
    width: 40px;
    border: none;
}

#playButton4 {
    background: url(../img/4.svg) no-repeat;
    height: 60px;
    width: 40px;
    border: none;
}

#playButton5 {
    background: url(../img/5.svg) no-repeat;
    height: 60px;
    width: 40px;
    border: none;
}

#playButton6 {
    background: url(../img/6.svg) no-repeat;
    height: 60px;
    width: 40px;
    border: none;
}

#playButton7 {
    background: url(../img/7.svg) no-repeat;
    height: 60px;
    width: 40px;
    border: none;
}

#texte {
    font-family: 'Stoke', serif;
    font-size: 10vw;
    line-height: 1.4;
    text-align: left;
    white-space: nowrap;
    text-transform: uppercase;
    color: white;
    position: absolute;
    z-index: 2;
    padding-left: 5vw;
}

.texte-fleche {
    font-family: 'Stoke', serif;
    font-size: 1.5vw;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
    color: white;
    position: absolute;
    z-index: 2;
    }

/* #recette2 {
    font-family: 'Stoke', serif;
    font-size: 5vw;
    line-height: 1.2;
    text-align: left;
    white-space: nowrap;
    text-transform: uppercase;
    color: white;
    position: fixed;
}

#recette1 {
    position: relative;
    left: 0px;
    transition: all 2s;
} */

h1 {
    z-index: 3;
}

.goLeft {
    z-index: 99999;
}

.hideLeft {
    left: -100vw !important;
}


.recette-apercu {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
}

.controls {
    position: absolute;
    bottom: 10vh;
    left: 5vw;
}

.suivant {
    background-color: white;
    border: none;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-family: 'stoke', serif;
    font-size: 1.7vw;
    margin-top: 10vw;
    margin-left: 3vw;
    width: 18vw;
    height: 4vw;
    position: relative;

    }
    .suivant:hover {
    color: gold;
    } 
.suivant:before {
    content: "";
    position: absolute;
    right: 18vw;
    bottom: 0;
    width: 0;
    height: 0;
    border-right: 1.7vw solid white;
    border-top: 2.1vw solid transparent;
    border-bottom: 1.9vw solid transparent;
    }
    .precedent {
        background-color: white;
        border: none;
        color: black;
        padding: 15px 32px;
        text-align: center;
        text-decoration: none;
        font-family: 'stoke', serif;
        font-size: 1.7vw;
        margin-top: 10vw;
        margin-left: 48vw;
        width: 18vw;
        height: 4vw;
        position: relative;
        }
        .precedent:hover {
          color: gold;
          } 
        
    .precedent:after {
            content: "";
            position: absolute;
            left: 18vw;
            bottom: 0;
            width: 0;
            height: 0;
            border-left: 1.7vw solid white;
            border-top: 2.1vw solid transparent;
            border-bottom: 1.9vw solid transparent;
        }

        .fermer-recette {
            background-color: black;
            border: none;
            color: white;
            padding: 15px 32px;
            text-align: center;
            text-decoration: none;
            font-family: 'stoke', serif;
            font-size: 1.7vw;
            margin-top: 43vw;
            margin-left: 6vw;
            width: 23vw;
            height: 4.1vw;
            position: absolute;
        }

        .fermer-recette:hover {
          color: gold;
      }
        
          .fermer-recette:before {
            content: "";
            position: absolute;
            left: -2.2vw;
            bottom: 0;
            width: 0;
            height: 0;
            border-right: 2.2vw solid black;
            border-top: 2vw solid transparent;
            border-bottom: 2vw solid transparent;
          }

.categorie {
    transition: 2s ease all;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 150px;
    color: white;
}


.voir-recette {
    cursor: pointer;
}

.voir-recette:hover {
  cursor: pointer;
  color: gold;
}


.overlay-recette {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999999;
    transition: .3s ease all;
    overflow: hidden;
}

.overlay-recette.closed {
    opacity: 0;
    pointer-events: none;
}

/* RECETTE */

.panneau1 {
    background-color: black;
    margin-top: 3vw;
    margin-left: 6vw;
    width: 87%;
    height: 6vw;
    position: absolute;
}

  .panneau1:before {
    content: "";
    position: absolute;
    left: -2.5vw;
    bottom: 0;
    width: 0;
    height: 0;
    border-right: 2.5vw solid black;
    border-top: 3vw solid transparent;
    border-bottom: 3vw solid transparent;
  }
  .panneau1:after {
    content: "";
    position: absolute;
    right: -2.5vw;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 2.5vw solid black;
    border-top: 3vw solid transparent;
    border-bottom: 3vw solid transparent;
  }


#titre {
    font-family: 'Stoke', serif;
    font-size: 3.3vw;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
    color: white;
    position: relative;
    margin-top: 1vw;
    }
    

.panneau2 {
    background-color: black;
    margin-top: 10vw;
    margin-left: 6vw;
    width: 23vw;
    height: 4vw;
    position: absolute;
}

  .panneau2:before {
    content: "";
    position: absolute;
    left: -2.5vw;
    bottom: 0;
    width: 0;
    height: 0;
    border-right: 2.5vw solid black;
    border-top: 2vw solid transparent;
    border-bottom: 2vw solid transparent;
  }

.panneau3 {
    background-color: black;
    margin-top: 10vw;
    margin-left: 30vw;
    width: 63vw;
    height: 4vw;
    position: absolute;
}
.panneau3:after {
    content: "";
    position: absolute;
    right: -2.5vw;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 2.5vw solid black;
    border-top: 2vw solid transparent;
    border-bottom: 2vw solid transparent;
  }
  
  #categorie {
    font-family: 'Stoke', serif;
    font-size: 2vw;
    text-align: left;
    white-space: nowrap;
    text-transform: uppercase;
    color: white;
    position: relative;
    margin-top: 0.8vw;
    margin-left: 3vw;
    }

    .panneau4 {
        background-color: black;
        margin-top: 15vw;
        margin-left: 6vw;
        width: 23vw;
        height: 4vw;
        position: absolute;
    }
    
      .panneau4:before {
        content: "";
        position: absolute;
        left: -2.5vw;
        bottom: 0;
        width: 0;
        height: 0;
        border-right: 2.5vw solid black;
        border-top: 2vw solid transparent;
        border-bottom: 2vw solid transparent;
      }
    
    .panneau5 {
        background-color: black;
        margin-top: 15vw;
        margin-left: 30vw;
        width: 63vw;
        height: 4vw;
        position: absolute;
    }
    .panneau5:after {
        content: "";
        position: absolute;
        right: -2.5vw;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 2.5vw solid black;
        border-top: 2vw solid transparent;
        border-bottom: 2vw solid transparent;
      }

      .panneau6 {
        background-color: black;
        margin-top: 19vw;
        margin-left: 6vw;
        width: 23vw;
        height: 4vw;
        position: absolute;
    }
    
      .panneau6:before {
        content: "";
        position: absolute;
        left: -2.5vw;
        bottom: 0;
        width: 0;
        height: 0;
        border-right: 2.5vw solid black;
        border-top: 2vw solid transparent;
        border-bottom: 2vw solid transparent;
      }
    
    .panneau7 {
        background-color: black;
        margin-top: 19vw;
        margin-left: 30vw;
        width: 63vw;
        height: 4vw;
        position: absolute;
    }
    .panneau7:after {
        content: "";
        position: absolute;
        right: -2.5vw;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 2.5vw solid black;
        border-top: 2vw solid transparent;
        border-bottom: 2vw solid transparent;
      }
      .panneau8 {
        background-color: black;
        margin-top: 23vw;
        margin-left: 6vw;
        width: 23vw;
        height: 4vw;
        position: absolute;
    }
    
      .panneau8:before {
        content: "";
        position: absolute;
        left: -2.5vw;
        bottom: 0;
        width: 0;
        height: 0;
        border-right: 2.5vw solid black;
        border-top: 2vw solid transparent;
        border-bottom: 2vw solid transparent;
      }
    
    .panneau9 {
        background-color: black;
        margin-top: 23vw;
        margin-left: 30vw;
        width: 63vw;
        height: 4vw;
        position: absolute;
    }
    .panneau9:after {
        content: "";
        position: absolute;
        right: -2.5vw;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 2.5vw solid black;
        border-top: 2vw solid transparent;
        border-bottom: 2vw solid transparent;
      }
      .panneau10 {
        background-color: black;
        margin-top: 27vw;
        margin-left: 6vw;
        width: 23vw;
        height: 4vw;
        position: absolute;
    }
    
      .panneau10:before {
        content: "";
        position: absolute;
        left: -2.5vw;
        bottom: 0;
        width: 0;
        height: 0;
        border-right: 2.5vw solid black;
        border-top: 2vw solid transparent;
        border-bottom: 2vw solid transparent;
      }
    
    .panneau11 {
        background-color: black;
        margin-top: 27vw;
        margin-left: 30vw;
        width: 63vw;
        height: 4vw;
        position: absolute;
    }
    .panneau11:after {
        content: "";
        position: absolute;
        right: -2.5vw;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 2.5vw solid black;
        border-top: 2vw solid transparent;
        border-bottom: 2vw solid transparent;
      }
      .panneau12 {
        background-color: black;
        margin-top: 31vw;
        margin-left: 6vw;
        width: 23vw;
        height: 4vw;
        position: absolute;
    }
    
      .panneau12:before {
        content: "";
        position: absolute;
        left: -2.5vw;
        bottom: 0;
        width: 0;
        height: 0;
        border-right: 2.5vw solid black;
        border-top: 2vw solid transparent;
        border-bottom: 2vw solid transparent;
      }
    
    .panneau13 {
        background-color: black;
        margin-top: 31vw;
        margin-left: 30vw;
        width: 63vw;
        height: 4vw;
        position: absolute;
    }
    .panneau13:after {
        content: "";
        position: absolute;
        right: -2.5vw;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 2.5vw solid black;
        border-top: 2vw solid transparent;
        border-bottom: 2vw solid transparent;
      }
      .panneau14 {
        background-color: black;
        margin-top: 35vw;
        margin-left: 6vw;
        width: 23vw;
        height: 4vw;
        position: absolute;
    }
    
      .panneau14:before {
        content: "";
        position: absolute;
        left: -2.5vw;
        bottom: 0;
        width: 0;
        height: 0;
        border-right: 2.5vw solid black;
        border-top: 2vw solid transparent;
        border-bottom: 2vw solid transparent;
      }
    
    .panneau15 {
        background-color: black;
        margin-top: 35vw;
        margin-left: 30vw;
        width: 63vw;
        height: 4vw;
        position: absolute;
    }
    .panneau15:after {
        content: "";
        position: absolute;
        right: -2.5vw;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 2.5vw solid black;
        border-top: 2vw solid transparent;
        border-bottom: 2vw solid transparent;
      }

      .panneau16 {
        background-color: black;
        margin-top: 43vw;
        margin-left: 6vw;
        width: 23vw;
        height: 4vw;
        position: absolute;
    }
    
      .panneau16:before {
        content: "";
        position: absolute;
        left: -2.5vw;
        bottom: 0;
        width: 0;
        height: 0;
        border-right: 2.5vw solid black;
        border-top: 2vw solid transparent;
        border-bottom: 2vw solid transparent;
      }
    
    .panneau17 {
        background-color: black;
        margin-top: 43vw;
        margin-left: 30vw;
        width: 63vw;
        height: 4vw;
        position: absolute;
    }
    .panneau17:after {
        content: "";
        position: absolute;
        right: -2.5vw;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 2.5vw solid black;
        border-top: 2vw solid transparent;
        border-bottom: 2vw solid transparent;
      }

      .panneau18 {
        background-color: black;
        margin-top: 39vw;
        margin-left: 30vw;
        width: 63vw;
        height: 4vw;
        position: absolute;
    }
    .panneau18:after {
        content: "";
        position: absolute;
        right: -2.5vw;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 2.5vw solid black;
        border-top: 2vw solid transparent;
        border-bottom: 2vw solid transparent;
      }

      #retour, a {
        font-family: 'Stoke', serif;
        font-size: 2vw;
        text-align: left;
        white-space: nowrap;
        text-transform: uppercase;
        color: white;
        position: relative;
        margin-top: 0.8vw;
        margin-left: 3vw;
        z-index: 1;
        }

        #texte1 {
            font-family: 'Stoke', serif;
            font-size: 1.6vw;
            text-align: left;
            line-height: 1vw;
            white-space: nowrap;
            color: white;
            position: relative;
            margin-top: 1vw;
            margin-left: 3vw;
            z-index: 1;
            }

         #texte2 {
            font-family: 'Stoke', serif;
            font-size: 1.6vw;
            text-align: left;
            line-height: 1vw;    
            white-space: nowrap;
            color: white;
            position: relative;
            margin-top: 1vw;
            margin-left: 3vw;
            z-index: 1;
            }           
    
        #texte3 {
            font-family: 'Stoke', serif;
            font-size: 1.6vw;
            text-align: left;
            white-space: nowrap;
            color: white;
            position: relative;
            margin-top: 1vw;
            margin-left: 3vw;
            z-index: 1;
            }