nav {
  display: none;
}

body {
  background-color: black;
}

h2, h3 {
  font-family: 'machineregular';
  color: #FFFFFF;
}

#flag {
  display: none;
}

.titre {
  position: absolute;
  top: 30px;
  left: 30px;
}

.titre h2 {
  font-size: 120px;
  line-height: 120px;
}

.titre h3 {
  display: inline-block;
  margin: -20px 20px 0px 0px;
  font-size: 24px;
}

.titre p {
  width: 320px;
  margin: 20px 0px 0px 0px;
  font-size: 18px;
  color: #FFFFFF;
  font-family: 'roboto', sans-serif;
  font-weight: 100;
}

.cartel {
  position: absolute;
  top: 30px;
  right: 40px;
  width: auto;
  text-align: right;
  border: 1px solid #DDD;
  background: url(../img/world//fondcartel.png);
}

.cartel h2 {
  font-size: 30px;
  border-bottom: 1px solid #DDD;
  padding: 13px 13px 10px 13px;
}

.cartel h3 {
  font-size: 14px;
  padding: 13px 13px 10px 13px;
  font-family: 'ocrbletmregular', sans-serif;
  font-weight: 100;
  text-transform: uppercase;
}

.back {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 100;
}

.left {
  position: absolute;
  top: 50%;
  left: 12px;
  margin-top: -30px;
  z-index: 100;
}

.right {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -30px;
  z-index: 100;
}

.back a:hover,
.left a:hover,
.right a:hover{
  color: #55FF55;
}

.back a {
  font-size: 24px;
}

.fit-contain {
  display: none;
  width: 100vw;
  height: 100vh;
  object-fit: contain;
}

.img-diapo-desk {
  display: block;
}

@media screen and (max-width:640px) {

  .img-diapo-desk {
    display: none;
  }

  .fit-contain {
    display: block;
  }


  .titre {
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .titre h2 {
    font-size: 60px;
    line-height: 60px;
  }

  .titre h3 {
    display: inline-block;
    margin: -10px 20px 0px 0px;
    font-size: 20px;
  }

  .titre p {
    width: 240px;
    margin: 20px 0px 0px 0px;
    font-size: 13px;
    color: #FFFFFF;
    font-family: 'roboto', sans-serif;
    font-weight: 300
  }

  .back {
    position: absolute;
    bottom: 0px;
    left: 15px;
    z-index: 100
  }

  .left {
    left: 0px;
  }
  .right {
    right: 0px;
  }

  .cartel {
    top: 20px;
    right: 20px;
    width: auto;
    text-align: right;
    border: 1px solid #DDD;
    background: url(../img/world//fondcartel.png)
  }

}