body{
  font-family: 'Montserrat', sans-serif !important;
}
* {
box-sizing: border-box;
}
body {
margin: 0;
font-family: Arial;
font-size: 17px;
}
#navbar-script{
  position: sticky;
  top: 0;
  z-index: 999;
}

#cover{
  position: fixed; 
  height: 100%; 
  width: 100%; 
  top:0; 
  left: 0; 
  background: white url('../images/loader.gif') 50% 50% no-repeat;
  background-size: 6%;
  z-index:9999; 
}

#page{
  background-image: url(../images/fond_motif.jpg);
}

/* ----------------------------------------DEBUT CSS NAV BAR---------------------------------------- */

.navbar-brand img{
    opacity: 1;
  }
.navbar-collapse{
  text-align: right;
}
  .drapeau{
    width: 100%;
    transition: 0.5s;
    height: 30px;
  }
  .drapeau:hover{
    opacity: 0.5;

  }
  .pad_drap {
    padding: 0;
  }
  .flag-choice{
    border-radius: 50%;
    border: 2px solid #ea8d31;
    width: 25px;
    height: 25px;
    overflow: hidden;
    margin-left: 20px;
  }
  .btn_contact{
    border: none;
    background-color: #ea8d31;
    color: white;
    border-radius: 20px;
  }
  .btn_contact:hover{
    background: none;
    border: 2px solid #ea8d31;
    color: #ea8d31;
  }
  .navbar-nav{
    white-space: nowrap;
    font-size: 13px;
    margin:0 auto;

  }
  .nav-item{
    font-weight: bold !important;
    color: black !important;
  }

  .nav-item .who_nav:hover{
    color: #ea8d31 !important;
    border-bottom: 1px solid #ea8d31 ;
    font-weight: bold;
    transition: 0.5s;
  }
  .nav-item .games_nav:hover{
    color: #7e1A7c !important;
    border-bottom: 1px solid #7e1A7c ;
    font-weight: bold;
    transition: 0.5s;
  }
  .nav-item .lab_nav:hover{
    color: #3a9e3e !important;
    border-bottom: 1px solid #3a9e3e  ;
    font-weight: bold;
    transition: 0.5s;
  }
  .nav-item .display_nav:hover{
    color: #0b4294 !important;
    border-bottom: 1px solid #0b4294 ;
    font-weight: bold;
    transition: 0.5s;
  }
  .nav-item .sf_nav:hover{
    color: #017479 !important;
    border-bottom: 1px solid #017479 ;
    font-weight: bold;
    transition: 0.5s;
  }
.btn-secondary{
  background: none !important;
  color: black !important;
  margin-left: 9px;
}
.bouton-contact{
  background-color: #ea8d31;
  border-radius: 20px;
  border: 2px solid #ea8d31;
  color: white;
  padding: 5px 12px 6px 12px;
}
.bouton-contact:hover{
  background: none;
  border: 2px solid #ea8d31;
  color: #ea8d31;  
  text-decoration:none !important;
}

.dropdown-menu{
  /* left: -105px; */
  margin-top: -43px;
  left : 2.2px;
  text-align: center;
  min-width: 3rem !important;
}

.dropdown-menu a>img {
  margin-bottom: 5px;
  /* margin-top: 3px; */
  overflow: hidden;
  border:2px solid #ea8d31;
  border-radius: 50%;
  height: 34px;
  width: 34px;
}

.classe_triangle{
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 0;
}
.dropdown{
  margin: 0 auto;
}
.form-inline{
  float: right;
}

.btn-langue{
  padding: 0 !important;
  overflow: hidden;
  border:2px solid #ea8d31;
  border-radius: 50%;
  height: 34px;
  width: 34px;
}

/* .btn-langue img{
  width: 28px;
  height: 27px;
  margin-left: -2px;
} */

.phrase-navbar{
  z-index: 1;
  width: 100%;
  top: 80px;
  margin:0 auto;
  text-align: center;
  opacity: 0;
  color: white;
  position:absolute;

}
.btn-contact{
  color: white;
}
.bouton-contact:hover .btn-contact{
  color: #ea8d31;
  text-decoration: none;

}
/*---------------------------------------- FIN CSS NAVBAR ----------------------------------------*/

/*---------------------------------------- CONTENT VIDEO BACKGROUND PART ----------------------------------------*/

.content-video{
  /*width: 100%;*/
  height: 94vh;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.content-video img{
  width: 100%;
  height: 96%;
}

@media (orientation: landscape) {
  .hide-on-landscape {
        display: none;}

}

@media (orientation: portrait) {
    .hide-on-portrait {
        display: none;
    }
}

div.video-loader{
  width:100%;
  height: 88vh;
  position: absolute;
  z-index:-1;
  background: transparent url('../images/loader.gif') 50% 50% / cover no-repeat ;
  background-size: 6.5%;
}

#myVideo {
  right: 0; 
  bottom: 0;
  min-width: 100%; 
  min-height: 100%; 
  height: 100%;

}

.content-logo-sf {
  position: fixed;
  bottom: 25%;
  color: #f1f1f1;
  width: 95%;
  margin-left: 5%;
  border-left: 3px solid white;
  padding: 20px;
}
.content-logo-sf img{
  width: 22%;
}
.content-logo {
  position: fixed;
  bottom: 80%;
  color: #f1f1f1;
  width: 95%;
  margin-left: 5%;
  border-left: 3px solid white;
  padding: 20px;
}
.content-logo img{
  width: 40%;
}
.button-dropdown{
  position: absolute;
  background-color: #02757a;
  width: 100%;
  text-align: center;
  margin-top: -67px;
  padding: 21px;
  margin-bottom: 50px;
  cursor: pointer;
}
.container-fluid{

  overflow: hidden;
}
/* .div-logo{
  background-color: blue;
  width: 6%;
  height: 250px;
  position: absolute;
  top: 480px;
  z-index: 999;
  animation: animation-logo;
  animation-duration: 1s;
  opacity: 0;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}

@keyframes animation-logo {
0%{
  height: 250px;
  opacity: 1;
}
90%{
  height: 0;
  opacity: 1;
  left: 0px;
}
100%{
  height: 250px;
  left: -15px;
  opacity:1;
}
} */

/*---------------------------------------- FIN CONTENT VIDEO BACKGROUND PART ----------------------------------------*/

/*---------------------------------------- CONTENT PAGE FOURNISSEUR ----------------------------------------*/

.col-xl-4{
  padding:0;
}
.carousel-indicators li{
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
}
.carousel-inner{
  z-index: -1;
}
.col-xl-8 li{
  font-size: 18px;
  /*font-style: italic;*/

}
.col-xl-8 h2{
  font-size: 50px;
}
.col-xl-8 span{
  color: #02757a;
}
.col-xl-10 h1{
  font-size: 30px;
  color: #02757a;
}
.hidden-text{
  overflow: hidden;
}
.title{
  margin-top: 100px;
}
/*.bloc-un-cache{
  position: absolute;
  width: 708px;
  height: 284px;
  right: -693px;
  background: white;
  z-index: 1;
}*/  
.content-animation-presentation{
  margin-top: 100px;
  position: relative;
  left: 0;
  overflow: hidden;
  /*border-bottom:3px solid #ea8d31;
  border-right: 3px solid #ea8d31;*/
  background-repeat: no-repeat;
  background-image:   linear-gradient(#02757a 100%, #02757a 100%),
                      linear-gradient(#02757a 100%, #02757a 100%),
                      linear-gradient(#02757a 100%, #02757a 100%),
                      linear-gradient(#02757a 100%, #02757a 100%);
    background-size:    0 0px,
                            3px 100%,
                            100% 3px,
                            0px 0;
    background-position:    100% 0,
                            0 0,
                            0 100%,
                            100% 100%;
  animation: animation-content-un;
  margin-bottom: 70px;
  z-index: 1;
  animation-duration: 1s;
  opacity: 1;
  /*animation-fill-mode: forwards;
  animation-play-state: paused;*/
}
@keyframes animation-content-un {
    0% {
        background-size:    0 0px,
                            3px 0,
                            0 3px,
                            0px 0;
    }

    50% {
        background-size:    0 0px,
                            3px 100%,
                            0 3px,
                            0px 0;
    }
}

.text-left-presentation{
  font-size: 35px;
  padding: 15px;
  padding-bottom: 5px;
  z-index: -3;
  /*width: 100%;*/
  text-align: left;
  margin-right: 0px;
  overflow: hidden;
  animation: animationTranslateLeftPresentation;
  animation-duration: 1.5s;
  opacity: 1;
  /*animation-delay: 1s;
  animation-fill-mode: forwards;
  animation-play-state: paused;*/
}

@keyframes animationTranslateLeftPresentation {
  0%{
    margin-left: -60px;
    opacity: -1;
    z-index: -1;
  }
  100%{
    margin-left: 0px;
    opacity: 1;
  }
}

.text-right{
  font-size: 50px;
  padding: 20px;
  margin-right: 0px;
  overflow: hidden;
  animation: translateAnim;
  animation-duration: 2s;
  opacity: 0;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}
@keyframes translateAnim {
  0%{
    margin-right: -660px;
    opacity: 1;
  }
  100%{
    margin-right: 0px;
    opacity: 1;
  }
}
.text-right span, .text-left span{
  color: #02757a;
}
.margin{
  margin-bottom: 100px;
}

.content-first-page{
  text-align:justify;
}


/*---------------------------------------- FIN CONTENT PAGE FOURNISSEUR ----------------------------------------*/



/*---------------------------------------- CONTENT PARTIE DEUX ----------------------------------------*/

/*.bloc-deux-cache{
  position: absolute;
  width: 708px;
  height: 284px;
  left: -693px;
  background: white;
  z-index: 1;
  margin-top: 100px;
}*/

.content-animation-left{
  margin-top: 100px;
  position: relative;
  left: 0;
  overflow: hidden;
  /*border-bottom:3px solid #ea8d31;
  border-left: 3px solid #ea8d31;*/
  background-repeat: no-repeat;
  background-image:   linear-gradient(#02757a 100%, #02757a 100%),
                      linear-gradient(#02757a 100%, #02757a 100%),
                      linear-gradient(#02757a 100%, #02757a 100%),
                      linear-gradient(#02757a 100%, #02757a 100%);
    background-size:    0 0px,
                            3px 100%,
                            100% 3px,
                            0px 0%;
    background-position:    100% 0,
                            0 0,
                            0 100%,
                            100% 100%;
  animation: animation-content-deux;
  margin-bottom: 70px;
  z-index: -1;
  animation-duration: 3.4s;
  opacity: 0;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}


@keyframes animation-content-deux {
 0% {
        background-size:    0 0px,
                            3px 0,
                            0 3px,
                            0px 0;
    }
    25% {
        background-size:    0 0px,
                            3px 0,
                            0 3px,
                            0px 0;
    }
    50% {
        background-size:    0 0px,
                            3px 100%,
                            0 3px,
                            0px 0;
    }
    75% {
        background-size:    0 0px,
                            3px 100%,
                            100% 3px,
                            0px 0;
    }
    100% {
        background-size:    0 0px,
                            3px 100%,
                            100% 3px,
                            0px 0%;
    }
}

.text-left{
  font-size: 30px;
  padding: 20px;
  z-index: -3;
  width: 100%;
  text-align: left;
  margin-left: 0px;
  overflow: hidden;
  animation: animationTranslateLeft;
  animation-duration: 2s;
  opacity: 0;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}
@keyframes animationTranslateLeft {
  0%{
    margin-left: -660px;
    opacity: 1;
  }
  100%{
    margin-left: 0px;
    opacity: 1;
  }
}
.content_image{
  text-align: center;
  margin-bottom: 50px;
}
.content_image img{
  width: 80%;
}
.content_image .col-sm{
  width: 100%;
}
.rotate{
  transform: rotate(-180deg);
}
.title-fonce{
  color: #0072bc;
}
.carousel-deux{
  position: fixed;
  width: 500px;
  height: 600px;
  overflow: hidden;
  border-left: 10px solid #bd4992;
  border-bottom: 10px solid #bd4992;
  margin: 0 auto;
  left: 320px;
}
.container-carousel{
  background-color: #830d6e;
  width: 750px;
  height: 500px;
  position: absolute;
  z-index: -1;
  bottom: 170px;
}
.p-2{
  width: 30%;
  text-align: center;
  color: white;
}
.p-2 img{
  width: 100px;
}
.card-body{
  padding: 0.5rem !important;
}

/*---------------------------------------- CONTENT PARTIE TROIS ----------------------------------------*/

.content-equipe{
  background-color: #ea8d31;
  padding-left: 30px;
  padding-right: 30px;
}
.content-equipe-image::before{
  content: url("images/TRIANGLES/Barre_orange_4.png");
  width: 100%;
  margin-top: -60px;
  overflow: hidden;
  position: absolute;
  z-index: 1;
}
.content-equipe-image::after{
  content: url("images/TRIANGLES/Barre_orange_5.png");
  width: 100%;
  overflow: hidden;
  margin-top: -20px;
  z-index: 1;
}
.last-cache{
  position: absolute;
  width: 708px;
  height: 359px;
  right: -693px;
  top: 100px;
  background: #ea8d31;
  z-index: 1;
}
.content-last-title{
  overflow: hidden;
}
.content-animation-orange{
  position: relative;
  right: 0;
  border-bottom:3px solid white;
  border-right: 3px solid white;
  margin-bottom: 100px;
  margin-top: 100px;
  z-index: 0;
  animation: animation-content-trois;
  animation-duration: 1s;
  opacity: 0;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
@keyframes animation-content-trois {
  0%{
    right: -900px;
    opacity: 1;
  }
  100%{
    right: 0;
    opacity: 1;
  }
}
.last-title{
  color: white;
  font-size: 30px;
}
.last-title span{
  color: black !important;
}
.image_diagramme{
  width: 80%;
  overflow: hidden;
}
.image_diagramme img{
  width: 100%;
}
.image-point{
  width: 25px !important;
  margin-top: 25px !important;
}

/*---------------------------------------- FIN CONTENT PARTIE TROIS ----------------------------------------*/


/* PARTIE PENTAGONE */

.text-center{
  width: 100%;
  position: relative;
  overflow: hidden;
}
.container-row{
  position: absolute;
  width: 100%;
}

.container-image-pentagone{
  width: 100%;
  height: auto;
  overflow: hidden;
}
.container-image-pentagone img{
  width: 100%;

}
.blue-bar{
  width: 100%;
  height: 50px;
  background-color: #02757a;
}
.current{
  color: #02757a !important;
  border-bottom: 1px solid #02757a;
}
.img-bonjour{
  width: 100%;

}

.row-1{
  position: absolute;
  left: 108px;
  top: 155px;
}
.row-2{
  position: absolute;
  right: 60px;
  top: 383px;
}
.row-3{
  position: absolute;
  left: 61px;
  top: 426px;
}
.row-4{
  position: absolute;
  right: 70px;
  top: 586px;
}
.row-5{
  position: absolute;
  left: 225px;
  top: 753px;
}

.col-xl-12 p{
  color: #02757a;
  font-size: 15px;
}









#carouselExampleIndicators-deux{
  width: 100%;
  overflow: hidden;
}




/*---------------------------------------- CONTENT PARTIE PARTENAIRE ----------------------------------------*/

.content_partenaire{
  text-align: center;
  width: 100%;
  overflow: hidden;

}
.title_partenaire{
  margin-bottom: 50px;
  font-style: italic;
  margin-top: 50px;
}
.content_partenaire img{
  width: 50%;
  margin-bottom: 50px;
}
.col-sm-12{
  width: 100%;
}
.content-footer{
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}
.contener-photo{
  width: 100%;
  overflow: hidden;
}


/*---------------------------------------- FIN CONTENT PARTIE PARTENAIRE ----------------------------------------*/


/* ANIMATION AU SCROLL */

[data-aos="animation-title1"] {
  transform: translate(900px);
  opacity: 0;
}
[data-aos="animation-title1"].aos-animate {
  transform: translate(0);
  opacity: 1;
}

[data-aos="animation-title2"] {
  transform: translate(-900px);
  opacity: 0;
}
[data-aos="animation-title2"].aos-animate {
  transform: translate(0);
  opacity: 1;
}

[data-aos="animation-title3"] {
  transform: translate(900px);
  opacity: 0;
}
[data-aos="animation-title3"].aos-animate {
  transform: translate(0);
  opacity: 1;
}

/* FIN DE L'ANIMATION AU SCROLL */

/* ----------------------------------CARD PARTIE------------------------------------*/
.card-deck{
  overflow: hidden;
}
.card-fleche{
  width: 10% !important;
  margin-top: 50px;
}
.card{
  border: none;
  background: none;
  text-align: center;
}
.card-title{
  color: white;
  font-size: 15px;
  margin-bottom: 0px !important;
}
.card img{
  margin: 0 auto;
  width: 100px;
}
.hierarchie-card{
  background: none;
  margin: 0 auto;
  text-align: center;
  width: 10%;
}
.hierarchie-card:hover img{
  width: 85px;
}
.hierarchie-card:hover .large{
  left: 20px;
  top: -150px;
}
.hierarchie-body{
  padding: 0 !important;
}
.hierarchie-body h5{
  font-size: 13px;
  margin-top: 15px;
  color: white;
  font-weight: 500;
}
.hierarchie-card img{
  width: 65px;
  transition: 0.5s;
}
.point-card{
  background: none;
  height: 100px;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.hide {
    opacity:0;

}
.show {
    opacity:1;

}

@media (min-width:1200px) and (max-width:1450px){

  .navbar-expand-xl .navbar-toggler{
    display:block !important;
  }

  .navbar-expand-xl .show, .navbar-expand-xl .collapsing{
    display:block !important;
  }

  .collapse:not(.show) {
      display: none !important;
  }


  .navbar-expand-xl .navbar-nav {
      flex-direction: column;
  }

  .navbar-collapse {
      flex-basis: 100%;
      flex-grow: 1;
      align-items: center;
  }


  .navbar-collapse {
      flex-basis: 100% !important;
      flex-grow: 1 !important;
      align-items: center !important;
  }

  .navbar {
      position: relative;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      padding: .5rem 1rem;
  }




  .navbar-nav{  
      font-size: 15px !important;
  }

}


.nav-item{
  margin-left: 5px;
  margin-right:5px;
}

.nav-link {
    display: block;
    padding: .9rem 1rem;
  }

  .padding-content {
  padding: 0px 0px 0px 0px;
}

.centered {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  color: white;
}