body {
  background-color: #3b1c13;
  height: 230%;
  width: 100%;
  background-image: url(../image/fond_test.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body .main_back {
  height: 100vh;
  position: relative;
  z-index: 0;
}
body .main_back img {
  position: relative;
  top: 25%;
  height: auto;
  width: 100%;
}
body .inter_1 {
  width: 50%;
}
body footer {
  color: white;
}

.modal-global {
  z-index: 2;
  height: 0;
  width: 100vh;
  display: fixed;
  visibility: hidden;
  transition: visibility 0.4s;
}
.modal-global .overlay {
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: hsla(0, 0%, 4%, 0.835);
  backdrop-filter: blur(0px);
  position: fixed;
  transition: backdrop-filter 0.4s ease-out;
}
.modal-global .contenant {
  opacity: 0;
  width: 1427px;
  min-width: 300px;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% - 50px));
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}
.modal-global .contenant video {
  height: 800px;
  border-radius: 20px;
}
.modal-global .contenant img {
  height: 800px;
  border-radius: 20px;
}

.modal-global.active {
  visibility: visible;
}

.modal-global.active .overlay {
  backdrop-filter: blur(10px);
  transition: backdrop-filter 0.4s ease-out;
}

.modal-global.active .contenant {
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: opacity 0.4s 0.2s ease-out, transform 0.4s 0.2s ease-out;
}

.carrousel {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.carrousel .slider img {
  opacity: 0;
  height: 410px;
  display: none;
  box-shadow: 0px 5px 50px black, 0px -5px 50px black;
}
.carrousel .slider img.active {
  opacity: 1;
  display: block;
  transition: opacity 0.4s;
  cursor: zoom-in;
}
.carrousel .cross_1 {
  height: 410px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: rgb(49, 49, 49);
  width: 40px;
  border-radius: 10px 0 0 10px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  z-index: 0;
}
.carrousel .cross_2 {
  height: 410px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: rgb(49, 49, 49);
  width: 40px;
  border-radius: 0 10px 10px 0;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.carrousel .cross_1:hover, .carrousel .cross_2:hover {
  background-color: rgb(26, 26, 26);
  transition: background-color 0.2s ease-in-out;
}

article {
  height: 57.5%;
  width: 100%;
  background-color: #3b1c13;
  box-shadow: -10px -15px 35px #3b1c13, 10px -15px 35px #3b1c13;
  display: flex;
  align-items: center;
  flex-direction: column;
}
article .inter {
  height: 100px;
  width: 50%;
}
article .presentation {
  padding: 15px 0 5px 0;
  display: flex;
  justify-content: center;
  width: 80%;
  flex-wrap: wrap;
}
article .presentation .screen {
  width: 400px;
  height: 300px;
  padding: 10px;
}
article .presentation .img_presentation {
  color: white;
  text-align: center;
}
article .explication {
  padding: 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 90%;
}
article .explication img {
  height: 337, 5px;
  width: 600px;
  border-radius: 20px;
}
article .explication .story {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
article .explication .story .text {
  padding-left: 20px;
  font-size: 25px;
  text-align: center;
  color: rgb(255, 209, 149);
}
article .explication .story .inter_2 {
  width: 100%;
}
article .inter_3 {
  width: 65%;
}
article .cover {
  border-radius: 20px;
  cursor: pointer;
}

nav {
  position: fixed;
  height: 11.5%;
  width: 100%;
  background-color: hsla(0, 0%, 4%, 0.835);
  backdrop-filter: blur(15px);
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 1;
}
nav .active {
  background-color: #555555;
}
nav a, nav span {
  color: white;
  height: 45%;
  width: 7%;
  line-height: 300%;
  text-align: center;
  border-radius: 10px;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  scroll-behavior: smooth;
}

* {
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  user-select: none;
}

html {
  height: 100%;
  width: 100%;
  scroll-behavior: smooth;
}

/*# sourceMappingURL=style.css.map */
