.modalDialog {
    position: fixed;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-family: 'Worksans';
     color:#006BFF ;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(252,243,104,0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}


.modalDialog > div {
    width: 72vw;
    height: 90vh;
    overflow: scroll;
    position: relative;
    margin: 5vh auto;
    padding: 60px 70px 200px 60px;
/*    border-radius: 10px;*/
/*    background: #fff;*/
    background-color: #f1f1f1;
/*    box-shadow: 5px 5px 0px #006BFF;
    transition: all 0.5s ease;*/

}


.modalDialog > div::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.modalDialog > div::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.modalDialog > div::-webkit-scrollbar-thumb {
  background: #006BFF; 
}

/* Handle on hover */
.modalDialog > div::-webkit-scrollbar-thumb:hover {
  background: #006BFF; 
}

.modalDialog > div:hover {
    box-shadow: 0px 0px 0px #006BFF;

}

.modalDialog ul{
  margin-left: 2em;
}

.modalDialog ul li{
  list-style: inside;
  margin-top: 0.5em;
}


.modalDialog ul li ul li{
  list-style: none;
}

.close {
background: #006BFF;
color: #FFFFFF;
line-height: 50px;
text-align: center;
position: absolute;
right: 0px;
top: 0px;
width: 40px;
text-decoration: none;
/*font-weight: bold;*/
/*-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;*/

}
.close:hover {
  background: lightgrey;
  color: black;
 }





@font-face {
    font-family: 'Worksans';
    src:    url('../../worksans/WorkSans-Bold.otf');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Worksans';
    src:    url('../../worksans/WorkSans-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

*{
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;
}

sup{
  font-size: 0.6em;
  text-transform: lowercase;
  position: relative;
  top: -0.7em;
}


 .button-change {
      position: fixed;
      top: 30px;
      right: 30px;
      margin-left: 50px;
      z-index: 2;
  }
   .button-change li{
  display: inline-block;
  }

  .button-change img{

    width: 45px;
      height: 25px;



  }






/*@keyframes degrade {


  0%{
    background-color: #f1e6ee;
  }

  25%{
    background-color: #7ebdb5;
  }

 mettre en commentaire ci dessous 

  50%{
    background-color: #636ec9;
  }

  50%{
    background-color: #f1e6ee;
  }

  75%{
    background-color: #64c3f0;
  }

  100%{
    background-color: #f1e6ee;
  }



}*/






/*Pour les jpo 2025*/


@keyframes degrade {



  0%{
    background-color: #fcf368;
  }

  50%{
    background-color: #ffe718;
  }

  100%{
    background-color: #fcf368;
  }



}


body {
 animation: degrade 20s infinite;
/*  background-color: #fffcf9;*/
  line-height: 1.2;
  transition: all ease 2s;
}






a{
/*  color: #3c3c3c;*/
color: #006bff; /*jpo2025*/

}





.swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
      /* Center slide text vertically */
      /*display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;*/
    }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 0px;
  width: 50%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev{
  cursor:url("../../img/cursor_left.png") 12 12, auto;
}

.swiper-button-next{
  cursor:url("../../img/cursor_right.png") 12 12, auto;
}

#white.swiper-button-prev{
  cursor:url("../../img/cursor_left_white.png") 12 12, auto;
}

#white.swiper-button-next{
  cursor:url("../../img/cursor_right_white.png") 12 12, auto;
}

.acc-container {
  width:100%;
  overflow:hidden;
  /*background-color: black;*/
 /*background-image: linear-gradient(#02fc95, #4353c9, #f1e6ee, #9d9483);*/
}

.acc-btn {
  width:100%;
  /*margin:0 auto;*/
  padding:20px 20px;
 /* background: black;*/

/*  border-top:1px solid #3c3c3c;*/
  border-top:1px solid #006bff; /*jpo2025*/




}




.acc-content {
  height:0px;
  width:100%;
  margin:0 auto;
  overflow:hidden;
  /*background:black;*/
}

.acc-content-inner {
  padding:20px;
}

.open {
  height: auto;
  letter-spacing: 0px;
  border-top: none;
}


#label{
     display: inline-block;
    width: 145px;
    margin: 40px auto;
   vertical-align: middle;

}

#label img {
  width: 100px;

}


h1 {
  width: calc(100% - 200px);
  vertical-align: middle;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Krona One', sans-serif;
  font-size: 1em;
  margin-top: 20px;
  margin-left: 20px;
  letter-spacing: 0.05em;
  /*  color: #3c3c3c;*/
  color: #006bff; /*jpo2025*/

  transition: all 0.5s ease;
  line-height: 1.4em;

}


h1 a {text-decoration: none;
}


h2 {
  text-transform: uppercase;
  font-family: 'Krona One', sans-serif;
  font-size: 4em;
/*  color: #3c3c3c;*/
color: #006bff; /*jpo2025*/

  transition: all 0.5s ease;
}

h2:hover{
  cursor: pointer;
  letter-spacing: 10px;
  transition: all 0.5s ease;
}

h3{
  font-family: 'Worksans', sans-serif;
  font-size: 2em;
  /*  color: #3c3c3c;*/
  color: #006bff; /*jpo2025*/

  font-weight: bold;
  text-decoration: underline;
}

#texteintro {
  font-family: 'Krona One', sans-serif;
  font-size: 1,5em;
  margin-top: -1.5em;
  letter-spacing: 0.05em;
  /*  color: #3c3c3c;*/
  color: #006bff; /*jpo2025*/

  transition: all 0.5s ease;
  line-height: 1.8em;
  margin-bottom: 3.5em;
  text-align: center;
  width: 100%;

}

#soustitre{
  font-size: 1em;
  text-transform: uppercase;
}

#important{
  text-transform: uppercase;
  font-family: 'Krona One', sans-serif;
  letter-spacing: 0.05em;
  font-size: 1em;

}

.txtrecrut{
/*  border: 1px solid red;*/
  width: 100%;
  margin: 20px auto;
  font-size: 1.5em;
}

.marge{
  margin-left: 2em;

}


p {
  font-family: 'Worksans', sans-serif;
  font-size: 1,2em;
  /*  color: #3c3c3c;*/
  color: #006bff; /*jpo2025*/

  line-height: 1.3;
}

.selected {
  /*color:grey;*/
  letter-spacing: 10px;
}



.swiper-pagination{
  font-family: 'Worksans', sans-serif;
  /*  color: #3c3c3c;*/
  color: #006bff; /*jpo2025*/

  font-size: 1,2em;
  bottom: 0px;
  /*background-color: blue;*/
  z-index: 1000;
}


/*

███████╗██╗  ██╗ ██████╗ ██╗    ██╗██████╗ ███████╗███████╗██╗
██╔════╝██║  ██║██╔═══██╗██║    ██║██╔══██╗██╔════╝██╔════╝██║
███████╗███████║██║   ██║██║ █╗ ██║██████╔╝█████╗  █████╗  ██║
╚════██║██╔══██║██║   ██║██║███╗██║██╔══██╗██╔══╝  ██╔══╝  ██║
███████║██║  ██║╚██████╔╝╚███╔███╔╝██║  ██║███████╗███████╗███████╗
╚══════╝╚═╝  ╚═╝ ╚═════╝  ╚══╝╚══╝ ╚═╝  ╚═╝╚══════╝╚══════╝╚══════╝

*/

div#showreel{
  width: 80%;
  margin: -2em auto 0em;
}

iframe{
  width: 100%;
}




#logoboulbi{
  max-width: 3.5em;
  display: inline-block;
}



div#showreel p{

  width: 80%;
  text-align: left;
  margin: 1.3em auto;
}



/*


 █████╗ ██████╗  ██████╗ ██╗   ██╗████████╗
██╔══██╗██╔══██╗██╔═══██╗██║   ██║╚══██╔══╝
███████║██████╔╝██║   ██║██║   ██║   ██║
██╔══██║██╔══██╗██║   ██║██║   ██║   ██║
██║  ██║██████╔╝╚██████╔╝╚██████╔╝   ██║
╚═╝  ╚═╝╚═════╝  ╚═════╝  ╚═════╝    ╚═╝


*/

/*

██╗    ██╗ ██████╗ ██████╗ ██╗  ██╗
██║    ██║██╔═══██╗██╔══██╗██║ ██╔╝
██║ █╗ ██║██║   ██║██████╔╝█████╔╝
██║███╗██║██║   ██║██╔══██╗██╔═██╗
╚███╔███╔╝╚██████╔╝██║  ██║██║  ██╗
 ╚══╝╚══╝  ╚═════╝ ╚═╝  ╚═╝╚═╝  ╚═╝

*/



div#about{
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}

div#work{
  width: 49%;
}

div .swiper3 img{
  width: 100%;
}

div#text_about{
  width: 30%;
  margin-left: 50px;
  /*background-color: green;*/

}

.slideabout{
  width: 100%;
  /*background-color: red;*/
  padding: 10px;
  margin-bottom: 20px;
}






/*
███████╗ ██████╗ ██╗     ██╗ ██████╗ ███████╗
██╔════╝██╔═══██╗██║     ██║██╔═══██╗██╔════╝
█████╗  ██║   ██║██║     ██║██║   ██║███████╗
██╔══╝  ██║   ██║██║     ██║██║   ██║╚════██║
██║     ╚██████╔╝███████╗██║╚██████╔╝███████║
╚═╝      ╚═════╝ ╚══════╝╚═╝ ╚═════╝ ╚══════╝
*/


.folios{

  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 90%;
  margin: auto;
/*  display: flex;
    flex-wrap: wrap;  
    justify-content: space-around;
    border:1px solid red;
*/
}


.promo{
  margin-bottom: 10px;

/*  width: max-content; 
    margin-right: 50px;
    text-align: center;  
    border: 1px solid red;
*/
}




.promo .annee{
  font-size: 1.2em;
  text-decoration: none;
}

.promo h5{
  font-family: 'Worksans', sans-serif;
  font-size: 1em;
  /*  color: #3c3c3c;*/
  color: #006bff; /*jpo2025*/

  text-decoration: none;
  line-height: 1.4em;

}

.promo a{
  text-decoration: underline;
}

.promo h6{
  font-family: 'Worksans', sans-serif;
  font-size: 0.8em;
  /*  color: #3c3c3c;*/
  color: #006bff; /*jpo2025*/

  text-decoration: none;
  line-height: 1.4em;

}

/*


███████╗███╗   ██╗     ██╗███████╗██╗   ██╗██╗  ██╗
██╔════╝████╗  ██║     ██║██╔════╝██║   ██║╚██╗██╔╝
█████╗  ██╔██╗ ██║     ██║█████╗  ██║   ██║ ╚███╔╝
██╔══╝  ██║╚██╗██║██   ██║██╔══╝  ██║   ██║ ██╔██╗
███████╗██║ ╚████║╚█████╔╝███████╗╚██████╔╝██╔╝ ██╗
╚══════╝╚═╝  ╚═══╝ ╚════╝ ╚══════╝ ╚═════╝ ╚═╝  ╚═╝


*/

div#enjeux{
  width: 70%;
  margin: auto;

}

 #enjeux-slide{
  width: 50%;
  display: flex;
  flex-wrap: nowrap;
 }

div#picture_enjeux{
  width: 40%;
  margin-right: 10%;
}

div#picture_enjeux img{
  width: 100%;
}

div#text_enjeux{
  width: 60%;
  padding: 10px;
}









/*
 ██████╗ ██████╗ ██╗     ██╗      █████╗ ██████╗
██╔════╝██╔═══██╗██║     ██║     ██╔══██╗██╔══██╗
██║     ██║   ██║██║     ██║     ███████║██████╔╝
██║     ██║   ██║██║     ██║     ██╔══██║██╔══██╗
╚██████╗╚██████╔╝███████╗███████╗██║  ██║██████╔╝
 ╚═════╝ ╚═════╝ ╚══════╝╚══════╝╚═╝  ╚═╝╚═════╝
   */

div#partenariats{
  width: 90%;
  margin: auto;
}


div.slidecollab{
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

div.imgcollab{
  width: 45%;
}

div.imgcollab img{
  width: 100%;
}



div.infocollab{

  width: 50%;
  padding-right: 20px;
}











/*
 ██████╗ ██████╗ ███╗   ██╗████████╗ █████╗  ██████╗████████╗
██╔════╝██╔═══██╗████╗  ██║╚══██╔══╝██╔══██╗██╔════╝╚══██╔══╝
██║     ██║   ██║██╔██╗ ██║   ██║   ███████║██║        ██║
██║     ██║   ██║██║╚██╗██║   ██║   ██╔══██║██║        ██║
╚██████╗╚██████╔╝██║ ╚████║   ██║   ██║  ██║╚██████╗   ██║
 ╚═════╝ ╚═════╝ ╚═╝  ╚═══╝   ╚═╝   ╚═╝  ╚═╝ ╚═════╝   ╚═╝
*/

#contact{
  width: 90%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 100px;
}

#contact ul{
  margin-bottom: 30px;
  min-width: 30%;
}

li{
  font-family: 'Worksans', sans-serif;
  font-size: 1,2em;
  /*  color: #3c3c3c;*/
  color: #006bff; /*jpo2025*/

  line-height: 1.3;
}

h4{
  font-family: 'Worksans', sans-serif;
  font-size: 2em;
  /*  color: #3c3c3c;*/
  color: #006bff; /*jpo2025*/

  font-weight: bold;
}


#mentions p{
  margin-left: 5%;
}

#autressites{
  font-family: 'Worksans', sans-serif;
  width: 100%;
  margin-top: 20px;
  margin-left: 5%;
  opacity: 0.5;
  font-style: italic;
  font-size: 0.8em;
}
