/*---------------------------------------------------------------- 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;
  background-color: #FFFFFF; 
}
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;
  font-size: 2rem;
  text-shadow: none;
  color: #ffffff;
  opacity: 1;
  transition: all 0.5s;
  gap:10px;
  z-index: 5;
  cursor: pointer;
}
.header .div1:hover{
  text-shadow: none;
  color: #ffffff;
  opacity: 0.7;
}
.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: #ff5757; 
  z-index: 1;
}
.section0 img{
  width: 100vw;
  z-index: 1;
}
@media (max-width: 860px){ 
  .section0{
    height:auto;
  }
}
/*---------------------------------------------------------------- SECTION 1 --------------------------------*/
.section1{
  position: relative;
  width: 80%;
  height:auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10vh 10% 0 10%;
  z-index: 1;
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
.section1::-webkit-scrollbar{
  display: none;
}
@media (max-width: 860px){ 
  .section1{
  position: relative;
  width: 90%;
  height:auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 5vh 5% 2vh 5%;
  z-index: 1;
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
}
.section1 h1{
font-size: 2rem;
color: #5f1e1b;
font-family: 'Titre';
margin: 0;
padding: 0;
line-height: 100%;
text-align: center;
}
.section1 p{
font-size: 1.2rem;
color: #5f1e1b;
font-family: 'Texte';
text-align: center;
}
.section1 button{
  padding: 8px;
  border: 2px solid #FFFFFF;
  background-color: transparent;
  cursor: pointer;
  font-size: 1rem;
  color: #5f1e1b;
  font-family: 'Texte';
  transition: all 0.5s;
}
.section1 button:hover{
  border: 2px solid #FFFFFF;
  background-color: #5f1e1b;
  color: #FFFFFF;
}
/*---------------------------------------------------------------- SECTION 1-2 --------------------------------*/
.section1-2{
  position: relative;
  width: 80%;
  padding: 0 10% 5vh 10%;
  height:auto;
  margin-top:0;
  display: flex;
  justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
.section1-2::-webkit-scrollbar{
  display: none;
}
.section1-2 div{
  width: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 5vh 0;
  
}
.section1-2 img{
  width: 90%;
}
@media (max-width: 860px){ 
  .section1-2 img{
    width: 50%;
  }
}
.section1-2 .img2{
  width:90%;
}
.section1-2 h2{
font-size: 2rem;
color: #5f1e1b;
font-family: 'Titre';
margin: 0;
padding: 0;
line-height: 100%;
text-align: justify;
}
.section1-2 p{
font-size: 1.2rem;
color: #5f1e1b;
font-family: 'Texte';
text-align: justify;
}
.section1-2 button{
  padding: 8px;
  border: 2px solid #FFFFFF;
  background-color: transparent;
  cursor: pointer;
  font-size: 1rem;
  color: #5f1e1b;
  font-family: 'Texte';
  transition: all 0.5s;
}
.section1-2 button:hover{
  border: 2px solid #FFFFFF;
  background-color: #5f1e1b;
  color: #FFFFFF;
}
@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: 80%;
  height:100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 10% 0 10%;
  z-index: 1;
  overflow: hidden;
  background-color: #ff8f8f;
}
.section2 h2{
font-size: 3rem;
color: #FFFFFF;
font-family: 'Titre';
margin: 0;
padding: 0;
margin-bottom: 5vh;
line-height: 100%;
}
@media (max-width: 860px){ 
  .section2{
    width: 90%;
    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;
  gap: 1%;
  margin: 0;
}
.section3 div{
  width: 22%;
  height: 40vh;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.section3 div img{
  object-fit:cover;
  min-width: 100%;
  height: 40vh;
  z-index: 1;
  opacity: 1;
}
.section3 div:hover img{
  object-fit:cover;
  min-width: 100%;
  height: 40vh;
  z-index: 1;
  opacity: 1;
}
.section3 div .div2{
  width: 100%;
  height: 50vh;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: all 0.5s;
}
.section3 div:hover .div2{
  width: 100%;
  height: 50vh;
  margin-top: -45vh;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}
.section3 h2{
  width: 100%;
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #FFFFFF;
  text-shadow: 0,0,5,#000;
  background-color: rgba(0,0,0,0.9);
  font-family: 'Texte';
  text-align: center;
}
@media (max-width: 860px){ 
  .section3{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-evenly;
    align-content: flex-start;
    flex-wrap: wrap;
    gap: 1%;
    margin: 0;
  }
  .section3 div{
    width: 45%;
    height: 40vh;
    overflow: hidden;
    margin: 0;
    padding: 0;
    box-shadow: none;
    margin-bottom: 3vh;
  }
  .section3 div img{
    object-fit:cover;
    min-width: 100%;
    height: 40vh;
    z-index: 1;
    opacity: 1;
  }
  .section3 div:hover img{
    object-fit:cover;
    min-width: 100%;
    height: 40vh;
    z-index: 1;
    opacity: 0.5;
  }
  .section3 div .div2{
    width: 100%;
    height: 50vh;
    margin-top: -45vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.75);
    opacity: 1;
    transition: all 0.5s;
  }
  .section3 div:hover .div2{
    width: 100%;
    height: 50vh;
    margin-top: -45vh;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
  }
  .section3 h2{
    width: 100%;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #FFFFFF;
    text-shadow: 0,0,5,#000;
    background-color: rgba(0,0,0,0.75);
    font-family: 'Texte';
    text-align: center;
  }
}
/*---------------------------------------------------------------- FOOTER --------------------------------*/
.footer{
  width: 90%;
  display: flex;
  justify-content: space-evenly;
  align-content: center;
  background-color: #ff5757;
  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;
}