@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@900&family=Quicksand&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit2:wght@700&display=swap');
body {
  margin: 0;
  padding: 0;
  font-family: 'Quicksand', sans-serif;
  color: #333;
  scroll-behavior: smooth;
}
.outfit{
  font-family: 'Outfit', sans-serif;
}
/*=========================================================HEADER==============================================================*/
/*====================================================================================================================================*/
::selection {
  color: #f2f2f2;
  background: #4611d0;
}
header {
  background: #111;
overflow: hidden;
}

.headline {
  position: relative;
  height: 100vh;
  color: #fff;
  text-align: center;

  background-size: cover;
}
.headline video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-54%);
}


.headline:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.5);
}

.inner {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  z-index: 4;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-animation: fade-in 0.75s 0.25s ease-in forwards;
          animation: fade-in 0.75s 0.25s ease-in forwards;
}
.inner h1 {
  font-family: 'Outfit', sans-serif;
  margin: 0;
  font-size: 7em;
  line-height: 1.2em;
}
.inner p {
  margin: 0;
  font-size: 2.4em;

}

nav {
  position: fixed;
  width: 100%;
  z-index: 5;
}
nav.scrolled {
  background: #2f169f;
  height: 12vh;
  animation: fade-in .5s ease;
}


nav ul {
  float: right;
  list-style: none;
  padding: 25px;
  margin: 0;
  margin: 17px 50px 0 40px;
}
nav li {
  float: left;
}
nav a {
  font-size: 1.5em;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  margin: 0px 0 0 40px;
  display: block;
  font-family: 'Outfit2', sans-serif;
}
nav a:hover {
  color: #ededed;
}

.logo {
  height: 75px;
  float: left;
}
.logo img {
  height: 75px;
 margin: 20px;
}



@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*====================================================================================================================================*/






/*=========================================================SECTION==============================================================*/
/*====================================================================================================================================*/
.titleH2, .art1_h2{
  font-family: 'Outfit', sans-serif;
  font-size: 200%;
  margin-bottom: 1%;
  font-weight: 500px;
  text-align: center;
}
section {
  font-size: 1.2em;
  color: #2f169f;
}



    /*////////////////Article 1//////////*/
    section article:first-child{
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 80%;
      margin: 6% 10% ;
    }
    
    section article:first-child .caracter{
      width: 100%;
      margin-top: 5%;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
    }
    section article:first-child .caracter .spe-caracter{
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      align-items: center;
    }
    section article:first-child .caracter .spe-caracter .cadre{
      width: 100%;
      min-height: 25vh;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    section article:first-child .caracter .spe-caracter:first-child .cadre img{
      width: 50%; 
    }
    section article:first-child .caracter .spe-caracter .cadre img{
      width: 30%; 
    }
    


    section article:first-child  p{
      text-align: center;
    }
    section article:first-child p:first-of-type, article:first-child p:nth-last-of-type(2){
      font-family: 'Outfit', sans-serif;
      font: bold;
    }
    section article:first-child p:nth-last-of-type(2){
      margin-top: 1%;
    }
    section article:first-child p:nth-last-of-type(1){
      margin-top: 3%;
    }
    
    
    section article:first-child .titleH2{
      font-size: 250%;
      margin-bottom: 1%;
    }

    section  .button1{
      margin-top: 7%;
      text-decoration: none;
      font-family: 'Outfit', sans-serif;
      color:#2f169f;
      padding: 1% 3.5%;
      border-radius: 10px;  
      border: 5px solid #2f169f;
      transition: .5s ease;
    }

    section .button1:hover{
      background-color: #2f169f;
      color: white;
    }

    
    /*////////////////Fin article 1//////////*/



    /*////////////////Article 2//////////*/

    section .donnee{
      width: 100%;
      height: 40vh;
      background-color: #2f169f;
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      align-items: center;
      color: white;
    }

    section .donnee .number{
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding-bottom: 2%;
    }

    section .donnee .number p:first-child{
      font-size: 250%;
      margin-bottom: 0.5%;
      font-family: 'Outfit', sans-serif;
      animation: counter 5s   ease-in-out;  
    }
    section .donnee .number p:last-child{
      font-size: 150%;
      margin-top: 1%;
      font-family: 'Outfit', sans-serif;
    }


    @property --num {
      syntax: "<integer>";
      initial-value: 0;
      inherits: false;
    }
    
    .counter {
      font-size: 250%;
      margin-bottom: 0.5%;
      font-family: 'Outfit', sans-serif;
      transition: --num 5s;
      counter-set: num var(--num);
      animation: compteur 5s ease forwards;
    }
    .counter2 {
      font-size: 250%;
      margin-bottom: 0.5%;
      font-family: 'Outfit', sans-serif;
      transition: --num 5s;
      counter-set: num var(--num);
      animation: compteur2 5s ease forwards;
    }
    .counter3 {
      font-size: 250%;
      margin-bottom: 0.5%;
      font-family: 'Outfit', sans-serif;
      transition: --num 5s;
      counter-set: num var(--num);
      animation: compteur3 5s ease forwards;
    }
    .counter4 {
      font-size: 250%;
      margin-bottom: 0.5%;
      font-family: 'Outfit', sans-serif;
      transition: --num 5s;
      counter-set: num var(--num);
      animation: compteur4 5s ease forwards;
    }


    .counter::after {
      content: counter(num);
    }
    .counter2::after {
      content: counter(num);
    }
    .counter3::after {
      content: counter(num);
    }
    .counter4::after {
      content: counter(num);
    }
  
    @keyframes compteur {
      0%{--num: 0; }
     100%{--num: 6; }
    }
    @keyframes compteur2 {
      100%{--num: 24;}
    }
    @keyframes compteur3 {
      100%{--num: 600;}
    }
    @keyframes compteur4 {
       100%{--num: 2000; }
    }

    .counter11 {
      font-size: 250%;
      margin-bottom: 0.5%;
      font-family: 'Outfit', sans-serif;
      transition: --num 5s;
      counter-set: num var(--num);
      animation: compteur11 5s ease forwards;
    }
    .counter22 {
      font-size: 250%;
      margin-bottom: 0.5%;
      font-family: 'Outfit', sans-serif;
      transition: --num 5s;
      counter-set: num var(--num);
      animation: compteur22 5s ease forwards;
    }
    .counter33 {
      font-size: 250%;
      margin-bottom: 0.5%;
      font-family: 'Outfit', sans-serif;
      transition: --num 5s;
      counter-set: num var(--num);
      animation: compteur33 5s ease forwards;
    }
    .counter44 {
      font-size: 250%;
      margin-bottom: 0.5%;
      font-family: 'Outfit', sans-serif;
      transition: --num 5s;
      counter-set: num var(--num);
      animation: compteur44 5s ease forwards;
    }


    .counter11::after {
      content: counter(num);
    }
    .counter22::before {
      content: counter(num);
    }
    .counter33::after {
      content: counter(num);
    }
    .counter44::after {
      content: counter(num);
    }
  
    @keyframes compteur11 {
      0%{--num: 0; }
     100%{--num: 10; }
    }
    @keyframes compteur22 {
      100%{--num: 95;}
    }
    @keyframes compteur33 {
      100%{--num: 2501;}
    }
    @keyframes compteur44 {
       100%{--num: 75; }
    }
    /*///////////////Fin article 2//////////*/

    


    

    /*////////////////Article 3//////////*/
    section article:nth-child(3){
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 80%;
      margin: 6% 10% ;
    }
    
     
    section article:nth-child(3) .titleH2{
      font-size: 250%;
      margin-bottom: 1%;
    }


    /*////////////////Fin article 3//////////*/




    /*////////////////Article 5//////////*/

    section article:nth-of-type(5){
      width: 100%;
      background-color: #4611d0;
      color: white;
      height: 75vh;
      display: flex;
      flex-direction: column;
      justify-content: space-evenly;
      align-items: center;
      margin-bottom: 1%;
    }

    section article:nth-of-type(5) .text{
      width: 80%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

    section article:nth-of-type(5) p{
      margin-top:.2%;
      text-align: center;
    }

  

    section article:nth-of-type(5) .contents1{
      overflow: hidden;
      width: 100%;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      cursor: default;
      
    }

    section article:nth-of-type(5) .contents1 .txt{
      text-decoration: none;
      white-space: nowrap;
      font-size: 500%;
      font-weight: 990;
      color: white ;
      transition: .5s ease;
      font-family: 'Outfit', sans-serif;
      animation: scrollTxt 30s linear infinite;
    }
    section article:nth-of-type(5) .contents1 .txt a{
      text-decoration: none;
      color: white ;
      -webkit-text-stroke: 2px white;
      transition: .5s ease;
    }
    section article:nth-of-type(5) .contents1:hover .txt a{
      opacity: .6;
    }
    @keyframes scrollTxt{
      0%{transform: translate(0%,0);}
      100%{transform: translate(-100%,0);}
    } 
  
  


    /*////////////////Fin article 5//////////*/



    


    /*////////////////Article 6//////////*/
    section article:nth-of-type(6){
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-bottom: 5%;
    }

    section article:nth-of-type(6) .titleH2{
      margin-bottom: 4%;
      font-size: 3em;
    }

    section article:nth-of-type(6) .temoignage{
      width: 90%;
      height: 85vh;
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      align-items: center;
    }

    section article:nth-of-type(6) .temoignage .contents{
      width: 30%;
      height: 70%;
      background-color: #4611d0;
      border-radius: 20px;
      color: white;
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      align-items: center;
      text-align: center;
    }
    section article:nth-of-type(6) .temoignage .contents p:first-child{
      width: 80%;
      padding: 17.5% 0;
      text-align: center;
      border-bottom: 3px solid white;
      border-top: 3px solid white;
    }
    section article:nth-of-type(6) .temoignage .contents .id {
      width: 80%;
      border-bottom: 3px solid white;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    section article:nth-of-type(6) .temoignage .contents .id .photo{
      width: 10vh;
      height: 10vh;
      background-color: white;
      border-radius: 100%;
    }

    section article:nth-of-type(6) .temoignage .contents .id p{
      width: 100%;
      text-align: center;
    }


    section article:nth-of-type(6) .temoignage .contents2 .art1_video{
      width: 70%;
      height: 50%;
      padding: 12% 0;
      border-bottom: 3px solid white;
      border-top: 3px solid white;
    }
    section article:nth-of-type(6) .temoignage .contents2 .art2_video{
      width: 70%;
      height: 30%;
      padding: 12% 0;
      border-bottom: 3px solid white;
    }

    section article:nth-of-type(6) a{
      margin-top: 10vh;
      text-decoration: none;
      color: #2f169f;
      font-family: 'Outfit2', sans-serif;
      transition: .5s ease;
    }

    section article:nth-of-type(6) a:hover{
      text-decoration:underline;
    }


    /*////////////////Fin article 6//////////*/





/*////////////////Fin section//////////*/






/*////////////////Animation//////////*/
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (max-width: 1155px) {
  nav ul{
    display: none;
  }

}


/*////////////////Fin Animation//////////*/


/*====================================================================================================================================*/










/*=========================================================FOOTER==============================================================*/
/*====================================================================================================================================*/

footer{
  width: 90%;
  padding: 5% 5%;
  height: 20vh;
  background-color: #2f169f ;
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}

footer .info{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

footer .lien_univ{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
footer .lien_univ a{
  text-decoration: none;
  color: white;
  font-size: 1.2em;
  font-family: 'Outfit2', sans-serif;
}
footer .logo{
  flex: 0 1 20%;
}
footer .adress{
  flex: 0 1 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer .secreteriat{
  flex: 0 1 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

footer .secreteriat address{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

footer .secreteriat address a{

  text-decoration: none;
  color: white;
  text-align: center;
}

footer .adress p{
  margin:  1% 0%;
  text-decoration: none;
  color: white;
}



/*====================================================================================================================================*/

.text{
  margin-top: 80px;
  width: 100%;
display: none;
text-align: right;
}










/*=========================================================MEDIA QUERY==============================================================*/
/*====================================================================================================================================*/



@media screen and (max-width: 774px) {
  .logo img {
    margin: 20px 0 0 -20px;
    height: 60px;
  }
}



@media (max-height: 874px) {
  nav.scrolled {
    height: 18vh;
  }
}
@media (max-height: 574px) {
  nav.scrolled {
    height:40vh;
  }
}
@media (max-height: 374px) {
  nav.scrolled {
    height:70vh;
  }
}

@media (max-width: 974px) {
  .headline video {
    transform:translateX(-50%)  translateY(-50%);
  }
}
@media (max-width: 1674px) {
  .headline video {
    transform:translateX(-50%)  translateY(-50%);
  }
}

/*////////Tablette////////*/
@media screen and (max-width : 960px) {
  .inner h1{
    font-size:3em;
    line-height: 2em;
  }
  .inner p {
    font-size: 2em;
  
  }

  h2{
    font-size: 2.5em;

  }
   nav ul{
    display: none;
  }

     
   /*////////////////Article 2//////////*/
   section .donnee {
    height: 100%;
    flex-direction: column;
    padding: 20% 0;
  }
  section .donnee .number{
    padding-bottom: 15%;
  }



  section article:first-child .caracter .spe-caracter:first-child .cadre img{
    width: 70%; 
  }
  section article:first-child .caracter .spe-caracter .cadre img{
    width: 50%; 
  }


  section article:nth-child(3) .titleH2 {
    font-size: 1.8em;
    margin-bottom: 1%;
    text-align: center;
  }




  section article:nth-child(6) .titleH2 {
    font-size: 2.5em;
    margin-bottom: 7%;
    text-align: center;
  }

  section article:nth-of-type(6) .temoignage{
    width: 90%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  section article:nth-of-type(6) .temoignage .contents{
    width: 70%;
    height: 70vh;
    margin-bottom: 15%;
  }

  section article:nth-of-type(6) .temoignage .contents:last-child{
    margin-bottom: 0%;
  }
  
}


/*////////Mobile////////*/
@media  (max-width: 660px) {
      .inner h1{
        font-size: 2.5em;
      }
      .inner{
        width: 100%;
      }
      .inner p {
        font-size: 1.5em;
      }

      section {
        font-size: 1em;
      }
      .titleH2, .art1_h2{
        text-align: left;
      }


   /*////////////////Article 1//////////*/
      section article:first-child p{
        margin-left: 3%;
        text-align: left;
      }
      section article:first-child p:first-of-type, article:first-child p:nth-last-of-type(2){
        width: 100%;
        font-family: 'Outfit', sans-serif;
        font: bold;
        text-align: left;
      }

      section article:first-child .caracter{
        flex-direction: column;
        height: 100%;
      }
      section article:first-child .caracter p{
        text-align: center;
        margin: 0;
      }
      section article:first-child .caracter .spe-caracter {
        margin-bottom: 7%;
      }

      section article:first-child .caracter .spe-caracter:first-child .cadre img{
        width: 50%; 
      }
      section article:first-child .caracter .spe-caracter .cadre img{
        width: 30%; 
      }
      

      
   /*///////////////////////////////////*/





  section article:nth-child(3) .titleH2 {
    font-size: 1.5em;
    margin-bottom: 1%;
    text-align: center;
  }


  section article:nth-of-type(6) .temoignage .contents{
    width: 70%;
    height: 50vh;
    margin-bottom: 15%;
  }



    /*///////////////Footer//////////*/
    footer{
      height: 70vh;
      display: flex;
      flex-direction: column-reverse;
      justify-content: center;
    }

    footer .lien_univ{
      height: 25%;
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      align-items: center;
    }

    footer .secreteriat{
        margin-top: 25%;
    }
    /*///////////////Fin Footer//////////*/


}     
@media screen and (max-width: 1155px) {
  .burger-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    height: 30px;
    width: 100%;
    padding: 10px;
    z-index: 10;
  }
  
  .burger {
    display: block;
    position: relative;
    height: 30px;
    width: 30px;
    cursor: pointer;
    padding: 10px 0;
  margin-bottom: 70px;
          margin-right: 50px;  z-index: 10;
  }
  
  .burger span {
          border-radius: 2px;
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: rgb(255, 255, 255);
    transition: all 0.2s ease-out;
    transform-origin: center;  z-index: 10;
  }
  
  .burger span:nth-child(1) {
    top: 0;
  }
  
  .burger span:nth-child(2), .burger span:nth-child(3) {
    top: 12px;
  }
  
  .burger span:nth-child(4) {
    top: 24px;
  }
  
  /* Styles pour le menu déroulant */
  .menu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 300px;
    padding: 20px;
    background: #2F169F;
    box-shadow: -2px 0 5px rgba(0,0,0,0.2);
    z-index: 10;
  }
  
  .menu.active {
    display: flex;
    animation: anim .8s ease forwards;
  }
  @keyframes anim {
    0%{transform: translateX(300px);}
    100%{transform: translateX(00px);}
  }

  .menu a {
    width: 100%;
    display: block;
    margin-bottom: 40px;
    margin-left: 0px;
    color: #fff;
    text-decoration: none;
    font-size: 30px;  z-index: 10;
  }
  
  .menu-close {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 30px;
    width: 30px;
    cursor: pointer;
    padding: 10px 0;
    margin-right: 30px;
  }
  
  .menu-close span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    transition: all 0.2s ease-out;
    transform-origin: center;
    transform: rotate(-45deg);
  
  }
  
  .menu-close span:nth-child(1) {
          margin-right: 30px;
    bottom: 0;
          transform: rotate(45deg);
  }
  
  .menu-close span:nth-child(2) {
    bottom: 0;
          margin-right: 30px;
  }
  .text{
    margin-top: 80px;
    width: 100%;
  display: block;
  text-align: right;
  }
  nav a:hover {
    color: #9e9e9e;
  }
}
 