/*---------------------------------------------------------------- POLICE --------------------------------*/
@font-face {font-family: 'Titre';src: url('titre.ttf') format('truetype')}
@font-face {font-family: 'Texte';src: url('texte.ttf') format('truetype')}
/*---------------------------------------------------------------- BODY --------------------------------*/
html{  
  scroll-behavior: smooth;
}
body{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  overflow-x: none;
  padding: 0;
  margin: 0;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
body::-webkit-scrollbar{
  display: none;
}
::-webkit-scrollbar {
  width: 0px;
  background: transparent; 
}
/*---------------------------------------------------------------- SLIDESCREEN --------------------------------*/
/*---------------------------------------------------------------- Niveau 1 --------------------------------*/
.slidescreen{
  width:100%;height:100vh;
  position: fixed;
  top:0;left:0;bottom:0;right:0;
  display: flex;
  margin:0;padding:0;
  background-color: #000000;
  gap: 10px;
  z-index: 1;
}
.slidescreen div{
  height:100vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content:center;
  align-items:center;
}
.homeslide{
  min-height: 100vh;
  min-width: 100%;
  width: auto !important;
}
/*---------------------------------------------------------------- Niveau 2 --------------------------------*/
.slidescreen2{
  width:100%;
  height:100vh;
  position: fixed;
  top:0;left:0;bottom:0;right:0;
  margin:0;padding:0;
  background-color: transparent;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content:center;
  align-items:flex-start;
  background: linear-gradient(rgba(0,0,0,0.75),transparent);
}
/*---------------------------------------------------------------- Section --------------------------------*/
.slidescreen3{
  width:80%;
  padding:1vh 10%;
  position: relative;
  display: flex;
  justify-content:center;
  align-items:flex-start;
  gap: 5vw;
}
.slidescreen3 div{
  width: 100%;
  padding: 0;
  text-align: center;
}
.slidescreen3 p{font-size: 2rem;letter-spacing: .8rem;color: #FFFFFF;font-family: 'Texte';text-shadow: 0 0 5px #000000; font-weight: normal;}
.slidescreen3 h1{font-size: 2rem;letter-spacing: .8rem;color: #FFFFFF;font-family: 'Texte';text-shadow: 0 0 5px #000000; font-weight: normal;margin: 0;padding: 0;}
.slidescreen3 h2{font-size: 2rem;color: #FFFFFF;font-family: 'Texte';text-shadow: 0 0 5px #000000; font-weight: normal;margin: 0;padding: 0;}
.slidescreen3 h3{font-size: 3rem;letter-spacing: 1rem;color: #FFFFFF;font-family: 'Texte';text-shadow: 0 0 5px #000000;box-shadow: 0 0 5px #000000;font-weight: normal;margin: 5vh 0;padding: 10vh 0;border: 5px solid #FFFFFF;border-radius: 8px;transition: all 0.5s;transform: scale(1);cursor: pointer;}
.slidescreen3 h3:hover{transform: scale(0.9);
}
/*---------------------------------------------------------------- RESPONSIVE --------------------------------*/
@media (max-width: 860px){  
  .homeslide{
  height: 100vh;
  min-width: auto;
  width: auto !important;
  }
  .slidescreen2{overflow-y: scroll;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
  }
  .slidescreen2::-webkit-scrollbar{
    display: none;
  }
  .slidescreen3{
  width:90%;
  padding:1vh 5%;
  position: relative;
  display: flex;
  justify-content:center;
  align-items:flex-start;
  gap: 5vw;
}
.slidescreen3 p{font-size: 1rem;letter-spacing: 0;color: #FFFFFF;font-family: 'Texte';text-shadow: 0 0 5px #000000; font-weight: normal;}
.slidescreen3 h1{font-size: 1rem;letter-spacing: 0;color: #FFFFFF;font-family: 'Texte';text-shadow: 0 0 5px #000000; font-weight: normal;margin: 0;padding: 0;}
.slidescreen3 h2{font-size: 1rem;color: #FFFFFF;font-family: 'Texte';text-shadow: 0 0 5px #000000; font-weight: normal;margin: 0;padding: 0;}
.slidescreen3 h3{font-size: 1.5rem;letter-spacing: 0;color: #FFFFFF;font-family: 'Texte';text-shadow: 0 0 5px #000000;box-shadow: 0 0 5px #000000;font-weight: normal;margin: 5vh 0;padding: 5vh 0;border: 5px solid #FFFFFF;border-radius: 8px;transition: all 0.5s;transform: scale(1);cursor: pointer;}
.slidescreen3 h3:hover{transform: scale(0.9);}
}
/*---------------------------------------------------------------- HEADER --------------------------------*/
header{
  width: 100%;
  display: flex;
  justify-content:flex-start;
  align-items:flex-start;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  margin: 0;
  padding: 0;
}
.header{
  width: 100%;
  display: flex;
  justify-content:space-evenly;
  align-items:center;
  background-color: transparent;
  margin: 0;
  padding: 0;
}
.header .div1{
  width: 100%;
  margin: 0;
  padding: 5px 10px;
  text-align: left;
  display: flex;
  justify-content:flex-start;
  align-items:center;
  gap:10px;
  z-index: 5;
  cursor: pointer;
}
.header .div2{
  width: 100%;
  margin: 0;
  text-align: left;
  display: flex;
  justify-content:flex-start;
  align-items:center;
  gap:10px;
  z-index: 5;
  cursor: pointer;
  height: auto;
}
.header .div3{
  width: 100%;
  margin: 0;
  text-align: right;
  display: flex;
  justify-content:flex-end;
  align-items:center;
  gap:10px;
  z-index: 5;
  cursor: pointer;
  height: auto;
}
.header .div4{
  width: 100%;
  margin: 0;
  padding: 5px 10px;
  text-align: right;
  display: flex;
  justify-content:flex-end;
  align-items:center;
  gap:10px;
  z-index: 5;
  cursor: pointer;
}
.header .div5{
  width: 100%;
  margin: 0;
  text-align: center;
  display: flex;
  justify-content:center;
  align-items:center;
  gap:10px;
  z-index: 5;
  cursor: pointer;
  height: auto;
}
@media (max-width: 860px){
  .header .div2{
    display: none;
  }
}
.navigation{
  position: fixed;
  top: 0;
  left: 0;
  width: 40vw;
  height: 100vh;
  padding: 8vh 5vw;
  background-color: rgba(0,0,0,0.9);
  display: flex;
  flex-direction: column;
  justify-content:flex-start;
  align-items:center;
  z-index: 4;
}
.navigation div{
  width: 85%;
  margin-bottom: 2vh;
  margin-left: 2%;
  padding: 1vh 5%;
  border-left:5px solid #FFFFFF;
}
.navigation div:hover{
  border-left:5px solid #FF0000;
}
@media (max-width: 860px){ 
  .navigation{
    width: 100vw;
  }
}
.navigation a{
  font-size: 1.5rem;
  color: #FFFFFF;
  font-family: 'Texte';
  text-decoration: none;
  transition: all 0.5s;
}
.header *{
  font-size: 1rem;
  color: #FFFFFF;
  font-family: 'Titre';
  text-shadow: 1px 1px 3px #000000;
}
.div1 img{
  width: 30px;
  cursor: pointer;
  transition: all 0.5s;
  transform: scale(1);
}
.div1 img:hover{
  transform: scale(0.8);
}
.div2 img{
  width: 30px;
  cursor: pointer;
  transition: all 0.5s;
  transform: scale(1);
}
.div2 img:hover{
  transform: scale(0.8);
}
.div5 .logo99 {
  height: auto;
  width: 75px;
  z-index: 99;
}
/*---------------------------------------------------------------- GENERALE --------------------------------*/
main{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  overflow-y: scroll;
  overflow-x: hidden;
}
/*---------------------------------------------------------------- SECTION 0 --------------------------------*/
.section0{
  position: relative;
  width: 100%;
  height:100vh;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background-color: #000; 
  z-index: 1;
}
.section0 video{
  min-height: 100vh;
  min-width: 100vw;
  z-index: 1;
}
.section0 img{
  min-height: 100vh;
  min-width: 100vw;
  z-index: 1;
}
.overlay{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  height: 100vh;
  width: 100vw;
  margin-top: -100vh;
  z-index: 3;
  background: linear-gradient(transparent 50%, #191c1f 95% );
}
.overlay2{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  height: 100vh;
  width: 100vw;
  margin-top: -100vh;
  z-index: 3;
  background: linear-gradient(#191c1f 50px, transparent 90%);
}
.overlay3{
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  height: 100vh;
  width: 100vw;
  margin-top: -100vh;
  overflow: hidden;
  z-index: 2;
}
.overlay3 img{
  width: 100%;
}
.fond_de_page{
  width: 100vw;
  height: auto;
}
.ariane{
  width: 100%;
  text-align: left;
}
.ariane a{
  color: #FFFFFF;
  font-size: 1rem;
  text-decoration: none;
  font-family: 'Texte';
}

/*---------------------------------------------------------------- SECTION 1 --------------------------------*/
.section1{
  position: relative;
  width: 30%;
  height:100vh;
  margin-top: -100vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 0 65% 0 5%;
  z-index: 3;
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
.section1::-webkit-scrollbar{
  display: none;
}
.section1 h1{
font-size: 2rem;
color: #FFFFFF;
font-family: 'Titre';
text-shadow: 1px 1px 3px #000000;
margin: 0;
padding: 0;
line-height: 100%;
}
.section1 p{
font-size: 1.2rem;
color: #FFFFFF;
font-family: 'Texte';
text-shadow: 1px 1px 3px #000000;
}
.section1 button{
  padding: 8px;
  border: 2px solid #FFFFFF;
  background-color: transparent;
  cursor: pointer;
  font-size: 2rem;
  color: #FFFFFF;
  font-family: 'Texte';
  transition: all 0.5s;
}
.section1 button:hover{
  border: 2px solid #FFFFFF;
  background-color: #FFFFFF;
  color: #000000;
}
@media (max-width: 860px){ 
  .section1{
    width: 90%;
    padding: 0 5%;
  }
  .section1 h1{
    font-size: 1.5rem;
    }
    .section1 p{
    font-size: 1rem;
    }
    .section1 button{
      font-size: 1rem;
    }
}
/*---------------------------------------------------------------- SECTION 1-2 --------------------------------*/
.section1-2{
  position: relative;
  width: 80%;
  padding: 0 10% 0 10%;
  height:100vh;
  margin-top: -100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 3;
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
.section1-2::-webkit-scrollbar{
  display: none;
}
.section1-2 h1{
font-size: 3rem;
color: #FFFFFF;
font-family: 'Titre';
text-shadow: 1px 1px 3px #000000;
margin: 0;
padding: 0;
line-height: 100%;
}
.section1-2 p{
font-size: 2rem;
color: #FFFFFF;
font-family: 'Texte';
text-shadow: 1px 1px 3px #000000;
text-align: center;
}
.section1-2 button{
  padding: 8px;
  border: 2px solid #FFFFFF;
  background-color: transparent;
  cursor: pointer;
  font-size: 2rem;
  color: #FFFFFF;
  font-family: 'Texte';
  transition: all 0.5s;
}
.section1-2 button:hover{
  border: 2px solid #FFFFFF;
  background-color: #FFFFFF;
  color: #000000;
}
@media (max-width: 860px){ 
  .section1-2{
    width: 90%;
    padding: 0 5%;
  }
  .section1-2 h1{
    font-size: 1.5rem;
    }
    .section1-2 p{
    font-size: 1rem;
    }
    .section1-2 button{
      font-size: 1rem;
    }
}
/*---------------------------------------------------------------- SECTION 2 --------------------------------*/
.section2{
  position: relative;
  width: 90%;
  min-height:100vh;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 5% 0 5%;
  z-index: 1;
  overflow: hidden;
  background-color: #191c1f;
}
.section2 h1{
font-size: 3rem;
color: #FFFFFF;
font-family: 'Titre';
margin: 0;
padding: 0;
line-height: 100%;
}
.section2 h2{
font-size: 3rem;
color: #FFFFFF;
font-family: 'Titre';
margin: 0;
padding: 0;
line-height: 100%;
}
@media (max-width: 860px){ 
  .section2{
    height: auto;
    padding: 5vh 5% 5vh 5%;
  }
  .section2 h2{
    font-size: 1.5rem;
    }
    .section2 p{
    font-size: 1rem;
    }
}
/*---------------------------------------------------------------- SECTION 3 --------------------------------*/
.section3{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-evenly;
  align-content: flex-start;
  flex-wrap: wrap;
  margin: 0;
  gap: 2vw;
  height:80vh;
}
.section3 div{
  width: 30%;
  margin: 0;
  padding: 5vh 0;
}
.section3 img{
  object-fit:cover;
  width: 100%;
  height: 40vh;
}
.section3 h2{
  font-size: 1.5rem;
  color: #FFFFFF;
  font-family: 'Texte';
}
.section3 p{
  font-size: 1rem;
  color: #FFFFFF;
  font-family: 'Texte';
  text-align: justify;
}
.section3 button{
  background-color: #191c1f;
  font-size: 1rem;
  color: #FFFFFF;
  font-family: 'Texte';
  text-align: justify;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
@media (max-width: 860px){ 
  .section3{
    flex-direction: column;
    height: auto;
    padding: 5vh 5%;
    justify-content: center;
    align-content: center;
    background-color: #ffffff;
  }
  .section3 div{
    min-height:70vh;
    height: auto;
    width: 70%;
    padding: 3vh 15%;
    text-align: center;
  }
  .section3 img{
    object-fit:cover;
    width: 100%;
    height: 40vh;
  }
  .section3 h2{
    font-size: 1.5rem;
    text-align: center;
    }
    .section3 p{
    font-size: 1rem;
    text-align: center;
    }
}
/*---------------------------------------------------------------- SECTION 3-1 --------------------------------*/
.section3-1{
  width: 90%;
  height: auto;
  display: flex;
  justify-content: space-evenly;
  align-content: flex-start;
  background-color: #000000;
  margin: 0;
  padding: 0 5%;
  gap: 2vw;
}
.section3-1 div{
  width: 100%;
  min-height:80vh;
  height: auto;
  margin: 0;
  padding: 2vh 5%;
}
.section3-1 img{
  width: 100%;
}
.section3-1 h2{
  font-size: 1.5rem;
  color: #FFFFFF;
  font-family: 'Texte';
}
.section3-1 p{
  font-size: 1rem;
  color: #FFFFFF;
  font-family: 'Texte';
  text-align: justify;
}
.section3-1 button{
  background-color: #000000;
  font-size: 1rem;
  color: #FFFFFF;
  font-family: 'Texte';
  text-align: justify;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  font-weight: bold;
}
@media (max-width: 860px){ 
  .section3{
    flex-direction: column;
    height: auto;
    padding: 5vh 5%;
    justify-content: center;
    align-content: center;
    background-color: #000000;
  }
  .section3 div{
    min-height:70vh;
    height: auto;
    width: 70%;
    padding: 3vh 15%;
    text-align: center;
  }
  .section3 img{
    width: 100%;
  }
  .section3 h2{
    font-size: 1.5rem;
    text-align: center;
    }
    .section3 p{
    font-size: 1rem;
    text-align: center;
    }
}
/*---------------------------------------------------------------- SECTION 4 --------------------------------*/
.section4{
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  background-color: #191c1f;
  margin: 0;
  padding: 5vh 0;
}
.section4 .div40{
  width: 35%;
  min-height: 5vh;
  border-left: 5px solid #000000;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  margin-bottom: 2vh;
  transition: all 0.5s;
  padding: 2vh 5%;
}
.section4 .div40:hover{
  border-left: 5px solid #d80808;
}
.section4 .div50{
  width: 55%;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  font-size: 1rem;
  text-align: left;
}
.section4 .div60{
  width: 25%;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: right;
}
.section4 h2{
  font-size: 1rem;
  color: #000000;
  font-family: 'Texte';
  margin: 0;
  padding: 0;
}
.div40 p{
  font-size: 1rem;
  color: #000000;
  font-family: 'Texte';
  margin: 0;
  padding: 0;
}
.section2-6 button{
  background-color: #FFFFFF;
  font-size: 1rem;
  color: #000000;
  font-family: 'Texte';
  text-align: justify;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  font-weight: bold;
}
@media (max-width: 860px){ 
  .section4{
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
  }
  .section4 .div40{
    width: 90%;
    min-height: 5vh;
    border-left: none;
    border-bottom: 5px solid #000000;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    margin-bottom: 2vh;
    transition: all 0.5s;
    padding: 2vh 5%;
  }
  .section4 .div40:hover{
    border-left: none;
    border-bottom: 5px solid #d80808;
  }
  .section4 .div50{
    width: 60%;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    font-size: 1rem;
    text-align: left;
  }
  .section4 .div60{
    width: 20%;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: right;
  }
}
/*---------------------------------------------------------------- SECTION 5 --------------------------------*/
.section5-1{
  width: 90%;
  height: auto;
  padding: 15vh 5% 10vh 5% ;
  background-color: #FFFFFF;
  text-align: center;
  display: none;
}
.section5-1 h1{
font-size: 3rem;
color: #000000;
font-family: 'Texte';
margin: 0;
padding: 0;
margin-bottom: 3vh;
}
.section5-1 p{
font-size: 1.5rem;
color: #000000;
font-family: 'Texte';
margin: 0;
padding: 0;
}
.section5{
  width: 90%;
  height: auto;
  display: flex;
  justify-content: space-evenly;
  align-content: flex-start;
  background-color: #000000;
  flex-wrap: wrap;
  margin: 0;
  padding: 15vh 5% 10vh 5% ;
  gap: 2vw;
}
.section5 div{
  width: 20%;
  margin-bottom: 3vh;
  border: 1px solid #000000;
  border-radius: 8px;
  transition: all 0.5s;
  text-align: center;
  cursor: pointer;
}
.section5 div:hover{
  border: 1px solid #FFFFFF;
}
.section5 div img{
  position: relative;
  width: 90%;
  margin-top: 8px;
  z-index: 2;
}
.section5 div .appear{
  position: relative;
  opacity: 0.5;
  width: 100%;
  border: none;
  text-align: center;
  transform: translateY(0);
  transition: all 1s;
  z-index: 1;
}
.section5 div:hover .appear{
  opacity: 1;
  transform: translateY(0);
  z-index: 1;
}
.appear p{
  font-size: 0.75rem;
  font-family: 'Texte';
  color: #FFFFFF;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 10px;
}
.appear h2{
  font-size: 1rem;
  font-family: 'Texte';
  color: #FFFFFF;
  cursor: pointer;
  transition: all 1s;
}
.appear h2:hover{
  color: #FF0000;
}
.appear h2 button{
  background-color: transparent;
  border: none;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: bold;
  font-family: 'Texte';
  cursor: pointer;
}
@media (max-width: 860px){ 
  .section5 div{
    width: 45%;
  }
}
/*---------------------------------------------------------------- SECTION 5bis --------------------------------*/
.section5bis{
  width: 90%;
  height: auto;
  display: flex;
  justify-content: space-evenly;
  align-content: flex-start;
  background-color: #191c1f;
  flex-wrap: wrap;
  margin: 0;
  padding: 15vh 5% 10vh 5% ;
  gap: 2vw;
}
.section5bis div{
  width: 30%;
  height: 50vh;
  overflow: hidden;
  margin-bottom: 3vh;
  text-align: center;
}
.section5bis div .divimg{
  position: relative;
  opacity: 1;
  width: 100%;
  height: 50vh;
  text-align: center;
  transition: all 1s;
  z-index: 1;
  background-color: #000000;
  overflow: hidden;
}
.section5bis div .divimg img{
  object-fit: contain;
  width: 100%;
  height: 50vh;
}
.section5bis div .appearbis{
  position: relative;
  height: 60vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: rgba(0,0,0,0.25) ;
  transition: all 0.8s;
  margin-top: -60vh;
  cursor: pointer;
  transition: all 0.5s;
  z-index: 2;
}
.section5bis div .appearbis:hover{
  background-color: rgba(0,0,0,0.9) ;
}
.section5bis div .appearbis p{
  font-size: 1rem;
  font-family: 'Texte';
  color: #FFFFFF;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 10px;
  opacity: 0;
  transition: all 1s;
}
.section5bis div:hover .appearbis p{
  font-size: 1rem;
  font-family: 'Texte';
  color: #FFFFFF;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 10px;
  opacity: 1;
}
.section5bis div .appearbis h2{
  font-size: 2rem;
  font-family: 'Texte';
  color: #FFFFFF;
  cursor: pointer;
  transition: all 1s;
  opacity: 0;
}
.section5bis div:hover .appearbis h2{
  font-size: 2rem;
  font-family: 'Texte';
  color: #FFFFFF;
  cursor: pointer;
  transition: all 1s;
  opacity: 1;
}
@media (max-width: 1024px){ 
  .section5bis{
    width: 80%;
    height: auto;
    display: flex;
    justify-content: center;
    align-content: center;
    background-color: #191c1f;
    flex-wrap: wrap;
    margin: 0;
    padding: 2vh 10%;
  }
  .section5bis div{
    width: 100%;
    height: 30vh;
    overflow: hidden;
    margin-bottom: 3vh;
    border-radius: 8px;
    text-align: center;
  }  
  .section5bis div .divimg{
    position: relative;
    opacity: 1;
    width: 100%;
    height: 30vh;
    text-align: center;
    transition: all 1s;
    z-index: 1;
    background-color: #000000;
    overflow: hidden;
  }
  .section5bis div .divimg img{
    object-fit: contain;
    width: 100%;
    height: 30vh;
  }
  .section5bis div .appearbis{
    height:40vh;
    margin-top: -40vh;
  }
}
/*---------------------------------------------------------------- SECTION FICHE --------------------------------*/
.section_fiche{
  width: 100%;
  min-height: 100vh;
  top: 0;
  z-index: 2;
  background-color: #191c1f;
}
.section_fiche2{
  width: 90%;
  height: auto;
  display: flex;
  justify-content: space-evenly;
  align-content: flex-start;
  padding: 5vh 5% 10vh 5%;
}
.section_fiche2 div{
  width: 45%;
}
.section_fiche2 div img{
  width: 100%;
}
.section_fiche2 h1{
  font-size: 2rem;
  font-family: 'Texte';
  color: #FFFFFF;
}
.section_fiche2 p{
  font-size: 1.2rem;
  font-family: 'Texte';
  color: #FFFFFF;
}
.section_fiche2 .button{
  text-decoration: none;
  padding: 8px;
  color: #000000;
  background-color: #FFFFFF;
  font-size: 1.2rem;
  font-family: 'Texte';
}
@media (max-width: 860px){   
.section_fiche2{
  width: 90%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding: 5vh 5% 10vh 5%;
}
.section_fiche2 div{
  width: 100%;
}
}
/*---------------------------------------------------------------- SECTION 6 --------------------------------*/
.section6{
width: 100%;
height: auto;
display: flex;
justify-content: space-evenly;
align-content: flex-start;
background-color: transparent;
flex-wrap: wrap;
margin: 0;
padding: 3vh 0;
gap: 1vw;
}
.section6 div{
  width: 24%;
}
.section6 img{
  width: 100%;
}
@media (max-width: 860px){ 
  .section6{
    justify-content: center;
    align-content: center;
    background-color: transparent;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .section6 div{
    width: 100%;
  }
  .section6 img{
    width: 100%;
  }
}
.section7{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-evenly;
  align-content: flex-start;
  background-color: transparent;
  flex-wrap: wrap;
  margin: 0;
  padding: 3vh 0;
  gap: 1vw;
  }
  .section7 .div1{
    width: 60%;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-start;
  }
  .section7 .div2{
    width: 38%;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-start;
  }
  .section7 img{
    width: 100%;
    transform: scale(1);
  }
  .section7 img:hover{
    width: 100%;
    transform: scale(1);
  }
  .section7 .div1 h1{
    font-size: 1.5rem;
    font-family: 'Texte';
    color: #000000;
    margin: 0;
    padding: 0;
  }
  .section7 .div1 h2{
    font-size: 1.2rem;
    font-family: 'Texte';
    color: #000000;
    margin: 10px 0;
    padding: 0;
  }
  .section7 .div1 p{
    font-size: 1rem;
    font-family: 'Texte';
    color: #000000;
    text-align: justify;
    padding-bottom: 10px;
    margin: 0;
  }
  .section7 .div1 a{
    font-size: 1rem;
    font-family: 'Texte';
    color: #000000;
    text-align: justify;
    padding-bottom: 10px;
    margin: 0;
    text-decoration: none;
    font-weight: bold;
  }
  @media (max-width: 860px){ 
    .section7 .div1{
      width: 70%;
    }
    .section7 .div2{
      width: 28%;
    }
  }
/*---------------------------------------------------------------- FOOTER --------------------------------*/
.footer{
  width: 90%;
  display: flex;
  justify-content: space-evenly;
  align-content: center;
  background-color: #000000;
  margin: 0;
  padding: 5vh 5%;
  padding-top: 10vh;
  gap: 2vw;
}
.footer div{
  width: 100%;
  display: flex;
  flex-direction: column;
}
.footer .social{
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.footer .line{
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-content: center;
  flex-direction: row;
  gap: 10px;
}
.footer .copy{
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: row;
  gap: 10px;
}
.footer h3{  
  font-size: 1.5rem;
  color: #FFFFFF;
  font-family: 'Texte';
  margin: 0;
  padding: 3vh 0;
}
.footer p{  
  font-size: 1rem;
  color: #FFFFFF;
  font-family: 'Texte';
  margin: 0;
  padding: 0;
  padding-bottom: 3vh;
  border-bottom: 3px solid #FFFFFF;
}
.footer img{
  width: 50px;
}
.footer a{  
  font-size: 1rem;
  color: #FFFFFF;
  font-family: 'Texte';
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.footer *{  
  font-size: 1rem;
  color: #FFFFFF;
  font-family: 'Texte';
  margin: 0;
  padding: 0;
  text-decoration: none;
}
@media (max-width: 860px){ 
  .footer{
    flex-direction: column;
  }
}
/*---------------------------------------------------------------- MODALE --------------------------------*/
.font_modale{
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;bottom: 0;left: 0;right: 0;
  background-color: #333333;
}
.modale{
  width: 80vw;
  height: 80vh;
  position: fixed;
  top: 5vh;bottom: 5vh;left: 5vw;right: 5vw;
  background: radial-gradient(#FFFFFF,#F5F5F5);
  padding: 5vh 5vw;
  overflow-y: scroll;
  border-radius: 10px;
  box-shadow: 0 0 15px #000000;
}
.modale button{
  cursor: pointer;
} 
.modale h1{  
  font-size: 3rem;
  color: #000;
  font-family: 'Texte';
}
.modale p{  
  font-size: 1.2rem;
  color: #000;
  font-family: 'Texte';
}
.form1{
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  gap:10px;
  margin-bottom: 10px;
}
.form1 div{
  width: 90%;
}
.form1 input[type=text]{
  width: 90%;
  padding: 2vh 4%;
  background-color: transparent;
  border: 1px solid #000000;
  font-size: 1.2rem;
  color: #000000;
  font-family: 'Texte';
  border-radius: 8px;
}
.form1 .label_file{
  width: 90%;
  padding: 2vh 4%;
  background-color: transparent;
  border: 1px solid #000000;
  font-size: 1.2rem;
  color: #000000;
  font-family: 'Texte';
  border-radius: 8px;
  text-align: center;
}
textarea{
  width: 97%;
  padding: 2vh 1%;
  background-color: transparent;
  border: 1px solid #000000;
  font-size: 1.2rem;
  color: #000000;
  font-family: 'Texte';
  border-radius: 8px;
}
.label_file2{
  width: 98%;
  padding: 2vh 4%;
  background-color: transparent;
  border: 1px solid #000000;
  font-size: 1.2rem;
  color: #000000;
  font-family: 'Texte';
  border-radius: 8px;
  text-align: center;
}