/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

@media (min-width: 481px) {
  #hero {
    height: 100vh;
    overflow: hidden;
    position: relative; }
    #hero .layer {
      background-position: bottom center;
      background-size: auto;
      background-repeat: no-repeat;
      width: 100%;
      height: 100vh;
      position: fixed;
      z-index: -1; }
    #hero .layer-bg {
      background-image: url("../images/bg.jpg");
      background-size: cover;
      z-index: -2; }
    #hero .layer-1 {
      background-image: url("../images/sol.png");
      background-repeat: repeat-x;
      background-position: bottom;
      z-index: 10; }
    #hero .layer-2 {
      background-image: url("../images/block_fleur.png");
      background-size: 30%;
      background-position: right;
      margin-top: -30px; }
    #hero .layer-3 {
      background-image: url("../images/tuyau.png");
      background-position: bottom left center;
      z-index: 1;
      background-size: 8%;
      margin-left: 130px; }
    #hero .layer-4 {
      background-image: url("../images/marion_ouee.png");
      background-size: 24%;
      background-position: left;
      margin-top: -150px;
      margin-left: -250px;
      overflow: hidden; }
    #hero .layer-5 {
      background-image: url("../images/tuyau.png");
      background-position: bottom left center;
      z-index: 1;
      background-size: 8%;
      margin-left: -300px;
      margin-top: -20px; }
    #hero .layer-6 {
      background-image: url("../images/sable.png");
      background-repeat: repeat-x;
      background-position: bottom;
      margin-top: 85px;
      z-index: 10; }
    #hero .layer-7 {
      background-image: url("../images/bowser.png");
      background-size: 13%;
      background-position: right bottom;
      margin-top: -75px;
      z-index: 11; }
    #hero .layer-8 {
      display: flex;
      justify-content: center;
      z-index: 20; }
      #hero .layer-8 .logo {
        display: none;
        margin-top: -100px;
        margin-left: -50px;
        z-index: 20;
        width: 30%; }
    #hero .layer-9 {
      background-image: url("../images/bullet.jpg");
      background-size: 8%;
      background-position: right;
      margin-top: -200px;
      z-index: 19; }
    #hero .layer-10 {
      background-image: url("../images/coin.png");
      background-size: 8%;
      background-position: right;
      margin-top: -250px;
      margin-left: -300px;
      z-index: 19; } }

@media (max-width: 480px) {
  #hero-mobile {
    background-image: url("../images/bg_mobile.png");
    background-size: cover;
    height: 100vh; }
  #hero {
    display: none; } }

.header2 {
  background-color: transparent;
  border-bottom: none;
  display: flex;
  justify-content: center;
  font-family: 'Catamaran';
  transition: 0.5s; }
  .header2 .mmenu {
    display: none; }
  .header2 .before {
    transition: 0.3s; }
  .header2 .ul {
    justify-content: space-around; }
  .header2 .img {
    z-index: 21;
    padding-top: 10px !important;
    width: 75px;
    border-bottom: none !important; }
  .header2 .after {
    font-size: 0,875 rem !important;
    letter-spacing: 2.15px;
    text-transform: uppercase;
    padding-top: 20px; }
  .header2 .img2 {
    padding-top: 20px !important;
    width: 95px !important; }
  .header2 a {
    color: white !important; }
    .header2 a:focus {
      background-color: none !important; }

.bg {
  background-color: rgba(0, 0, 0, 0.5); }

@media (max-width: 480px) {
  .header2 {
    display: flex;
    justify-content: flex-end; }
    .header2 .img {
      display: none; }
    .header2 .omenu {
      display: none; }
    .header2 .mmenu {
      display: block; } }

.video {
  height: 100vh;
  background-image: url("../images/Mario-Lapins-Cretins.png");
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  z-index: 21;
  position: relative;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .video button {
    margin-top: 20px; }
  .video video {
    width: 60%; }
  .video .lecture {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    font-size: 30px;
    padding: 10px 20px;
    border: none;
    transition: 0.3s; }
    .video .lecture:hover {
      box-shadow: 3px 3px 3px black; }
  @media only screen and (max-width: 480px) {
    .video {
      background-image: url("../images/mario-the-lapins-cretins-mobile.jpg"); }
      .video video {
        width: 95%; } }

#maindiv3 .right .bg_img1, #maindiv3 .right .bg_img2, #maindiv3 .right .bg_img3, #maindiv3 .right .bg_img4, #maindiv3 .right .bg_img5 {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: absolute;
  width: 100%;
  transition: 1.5s; }

.slidermobile {
  display: none; }

#maindiv3 {
  background-color: white;
  height: 100vh;
  display: flex;
  flex-direction: row; }
  #maindiv3 .left {
    height: 100%;
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-left: 10%;
    font-family: 'catamaran', sans-serif; }
    #maindiv3 .left .header {
      color: black;
      font-size: 50px;
      text-transform: uppercase;
      letter-spacing: 1.5px; }
    #maindiv3 .left .body {
      margin-top: -30%;
      font-size: 20px;
      color: black;
      width: 90%;
      height: 35%; }
      #maindiv3 .left .body h3 {
        font-size: 55px !important;
        color: #020202;
        padding: 20px 10px; }
      #maindiv3 .left .body .content {
        line-height: 1.3; }
    #maindiv3 .left .nav li {
      font-family: 'noto sans', sans-serif !important;
      display: inline;
      color: #858585;
      padding: 10px;
      cursor: pointer; }
    #maindiv3 .left .nav .n1 {
      color: #db1111;
      border-bottom: 5px solid #db1111; }
    #maindiv3 .left .arthur {
      animation: fading 1.5s; }
    #maindiv3 .left .lancelot {
      animation: fading 1.5s;
      display: none; }
    #maindiv3 .left .dame {
      animation: fading 1.5s;
      display: none; }
    #maindiv3 .left .perceval {
      animation: fading 1.5s;
      display: none; }
    #maindiv3 .left .yvain {
      animation: fading 1.5s;
      display: none; }
  #maindiv3 .right {
    height: 100%;
    width: 50%;
    position: absolute;
    left: 50%;
    overflow: hidden; }
    #maindiv3 .right .bg_img1 {
      background-image: url("../images/mario2.jpg");
      right: 0;
      opacity: 1; }
    #maindiv3 .right .bg_img2 {
      background-image: url("../images/luigi.jpg");
      opacity: 0;
      right: -1000px; }
    #maindiv3 .right .bg_img3 {
      background-image: url("../images/peach.jpg");
      opacity: 0;
      right: -1000px; }
    #maindiv3 .right .bg_img4 {
      background-image: url("../images/toad.jpg");
      opacity: 0;
      right: -1000px; }
    #maindiv3 .right .bg_img5 {
      background-image: url("../images/bowser2.jpg");
      opacity: 0;
      right: -1000px; }

@media (max-width: 480px) {
  #maindiv3 {
    display: none; }
  .mario {
    position: absolute;
    opacity: 1;
    background-image: url("../images/mario-bg-mobile.jpg");
    height: 100vh;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    .mario .m1 {
      color: white !important;
      border-bottom: 3px solid white; }
  .luigi {
    position: absolute;
    opacity: 0;
    background-image: url("../images/luigi-bg-mobile.jpg");
    height: 100vh;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    .luigi .m2 {
      color: white !important;
      border-bottom: 3px solid white; }
  .peach {
    position: absolute;
    opacity: 0;
    background-image: url("../images/peach-bg-mobile.jpg");
    height: 100vh;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    .peach .m3 {
      color: white !important;
      border-bottom: 3px solid white; }
  .toad {
    position: absolute;
    opacity: 0;
    background-image: url("../images/toad-bg-mobile.jpg");
    height: 100vh;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    .toad .m4 {
      color: white !important;
      border-bottom: 3px solid white; }
  .bowser {
    position: absolute;
    opacity: 0;
    background-image: url("../images/bowser-bg-mobile.jpg");
    height: 100vh;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    .bowser .m5 {
      color: white !important;
      border-bottom: 3px solid white; }
  .slidermobile {
    transition: 0.5s;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    font-family: 'catamaran', sans-serif; }
    .slidermobile .title {
      margin-top: 10%;
      width: 30%;
      margin-left: 10%;
      font-weight: 600;
      font-size: 30px;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      color: white; }
    .slidermobile .corps .content {
      width: 80%;
      margin-top: 40px;
      margin-left: 10%;
      line-height: 1.3;
      font-size: 18px;
      text-align: justify;
      height: 200px; }
    .slidermobile .corps .nav {
      width: 80%;
      margin-left: 10%;
      margin-top: 10%; }
      .slidermobile .corps .nav li {
        font-family: 'noto sans', sans-serif !important;
        display: inline;
        color: black;
        padding: 10px;
        cursor: pointer;
        font-size: 14px; } }

@media (max-width: 330px) {
  .slidermobile .corps {
    margin-top: 70px; }
    .slidermobile .corps .content {
      font-size: 15px; }
    .slidermobile .corps .nav {
      margin-left: 5%;
      width: 90%; }
      .slidermobile .corps .nav li {
        font-size: 12px; } }

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0; }
  to {
    top: 0;
    opacity: 1; } }

@keyframes animateleft {
  from {
    right: 0px;
    opacity: 1; }
  to {
    right: -1000px;
    opacity: 0; } }

@keyframes fading {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

#jeu {
  width: 100vw;
  margin-top: 0px;
  height: 100%;

}



.navbar-default .navbar-nav > .active > a {
  background-color: transparent !important;
  border-bottom: 1px solid; }

.footer-distributed {
  background-color: #292c2f;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  margin-top:0px;
  text-align: left;
  font: normal 16px sans-serif;
  padding: 45px 50px; }

.footer-distributed .footer-left p {
  color: #8f9296;
  font-size: 14px;
  margin: 0; }

/* Footer links */
.footer-distributed p.footer-links {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  margin: 0 0 10px;
  padding: 0; }

.footer-distributed p.footer-links a {
  display: inline-block;
  line-height: 1.8;
  text-decoration: none;
  color: inherit; }

.footer-distributed .footer-right {
  float: right;
  margin-top: 6px;
  max-width: 180px; }

.footer-distributed .footer-right a {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: #33383b;
  border-radius: 2px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  margin-left: 3px; }

/* If you don't want the footer to be responsive, remove these media queries */
@media (max-width: 600px) {
  .footer-distributed {
}
  #jeu {
  margin-top: 100vh;
  width: 100vw;
  height: 100%;

}
  .footer-distributed .footer-left,
  .footer-distributed .footer-right {
    text-align: center; }
  .footer-distributed .footer-right {
    float: none;
    margin: 0 auto 20px; }
  .footer-distributed .footer-left p.footer-links {
    line-height: 1.8; } }
