@charset "UTF-8";
html, .body_menu {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.menu_credit {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 150;
}

.menu_video {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -100;
}

.bouton,
.menu_bouton_chapo,
.sous_titre {
  display: none;
}

.menu_phone {
  display: none;
}

@media (max-width: 767px) {
  .menu_video {
    display: none;
  }
  .body_menu {
    background-image: url(../images/Fumée.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
  }
  #chapitres {
    display: none;
  }
  .menu_phone_bouton,
  .menu_phone_intro {
    display: none;
  }
  .svg {
    z-index: -100;
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
  }
  .div_svg {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -101;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .menu_phone {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    z-index: 100;
  }
  .menu_phone p.menu_phone_intro, .menu_phone button.menu_phone_bouton {
    margin: 0;
    padding: 0;
  }
  li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu_phone_titre {
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 1em;
    cursor: pointer;
  }
  .menu_phone_intro {
    font-family: 'Raleway';
    font-size: 0.6em;
    color: white;
  }
  .menu_phone_bouton {
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 0.8em;
    width: 50px;
    margin: 0 auto !important;
    margin-top: 4% !important;
    text-decoration: none !important;
  }
  p {
    line-height: 20px;
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .menu_phone_intro {
    background-color: rgba(0, 0, 0, 0.4);
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .menu_video {
    display: none;
  }
  .body_menu {
    background-image: url(../images/Fumée.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
  }
  li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #chapitres {
    display: none;
  }
  .menu_phone_bouton,
  .menu_phone_intro {
    display: none;
  }
  .svg {
    transform: scale(2.5);
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
  }
  .div_svg {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -101;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .menu_phone {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    z-index: 100;
  }
  .menu_phone p.menu_phone_intro, .menu_phone button.menu_phone_bouton {
    margin: 0;
    padding: 0;
  }
  .menu_phone_titre {
    margin: 10px;
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 2em;
    cursor: pointer;
  }
  .menu_phone_bouton {
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 1.5em;
    width: 100px;
    margin: 0 auto !important;
    margin-top: 4% !important;
  }
  .menu_phone_intro {
    font-family: 'Raleway';
    font-size: 1em;
  }
  .menu_phone_bouton,
  .menu_phone_intro {
    color: white;
  }
  p {
    line-height: 25px;
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .menu_phone_intro {
    background-color: rgba(0, 0, 0, 0.4);
  }
}

@media (min-width: 1024px) {
  .menu_unclick {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .div_svg {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    height: 100vh;
  }
}
/*# sourceMappingURL=style.css.map */