/*///////////////// PROPERTIES /////////////////*/

@import url('https://fonts.googleapis.com/css2?family=Rokkitt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rokkitt:ital,wght@0,100;0,200;0,300;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,500;1,600;1,700;1,800;1,900&display=swap');


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none!important;

}
a, .red, strong{
  text-decoration: none!important;
}

.cmsText ul li strong{
  font-size: 16px;
  font-family: 'Montserrat';
  color: #1B269D;
  font-weight: 600;
}

.cmsText ul li {
  font-size: 16px;
  font-family: 'Montserrat';
  color: #1B269D;
}

.cmsText ul li::marker {

  color: #1B269D;
}


.cmsText a strong, .cmsText a{

  font-size: 16px;
  font-family: 'Montserrat';
  color: #1B269D;
  transition: 0.3s all;
}

.cmsText a strong:hover,.cmsText.cmsText a:hover{

  font-size: 16px;
  font-family: 'Montserrat';
  color: #00A9FF;
}


a:hover, .red:hover{
  text-decoration: none!important;
}



/*///////////////// DESCRIPTION /////////////////*/

.container-description-services{
  padding-top: 80px;
  padding-bottom: 50px;
  background-color: transparent

}

.squareContainer{
  width: 308px;
  height: 302px;
}





.squareContainer img{
  width: 150px;
  height: 150px;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;

}

.squareContainer img:hover{
  transform: scale(1.1) rotate(5deg); /* Agrandit et fait une légère rotation */
}


.container-description-services-top{
  margin-bottom: 40px;
}

.container-description-services-title h1{
  font-size: 50px;
  font-family: 'Rokkitt';
  text-decoration: none;
  font-weight: 800;
  line-height: 50px;
  color:#00A9FF;
}

.container-description-services-title h1 a{
  text-decoration: none;
}

/*  */

.container-description-services-text{
  padding-right: 75px;
} 

.container-description-services-text h2{
  font-size: 40px;
  font-family: 'Rokkitt';
  font-weight: 800;
  color: #1B269D;
  line-height: 40px;
  margin-bottom: 15px;
}

.container-description-services-text p{
  margin: 0;
  margin-bottom: 8px;
}

.container-description-services-text p a{
 text-decoration: none;
 color: #1B269D;
}

.container-description-services-text li {
  color: #1B269D;
}


.container-description-services-text li p {
  margin: 0;
}

.container-description-services-text li:last-child p {
  margin-bottom: 10px;
}

.container-description-services p, .textTest{
  font-size: 16px;
  font-family: 'Montserrat';
  color: #1B269D;
}

hr{
  border: none;
  border-top: 1px solid #00A9FF;;
  height: 0;
  opacity: 1;
  margin-top: 60px;
  margin-bottom: 60px;
}

.container-description-services h3{
  font-size: 24px;
  font-family: 'Rokkitt';
  font-weight: 700;
  color: #00A9FF;
  margin-bottom: 35px;
  padding-right: 300px;
}

#pdf{
  font-size: 12px;
  font-family: 'Montserrat';
  font-weight: 700;
  color: #1B269D;
}

.container-infos a i, .container-infos a{
  margin: 0;
}


@media screen and (max-width: 1400px) {

  .container-description-services{
    padding-top: 40px;
  }

  .container-description-services-text p{
    font-size: 16px;
  }

  .container-description-services-text h2{
    font-size: 26px;
    line-height: 30px;
  }

  .container-description-services-title h1{
    font-size: 37px;
    line-height: 30px;
  }

  .squareContainer{
    width: 348px;
    height: 342px;
    
  }

  .container-description-services h3{
    padding-right: 0px;
  }

}

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

  .container-description-services-text p{
    font-size: 16px;
  }

  .container-description-services-text h2{
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 15px;
  }

  .container-description-services-title h1{
    font-size: 30px;
    line-height: 30px;
  }

  .squareContainer{
    width: 278px;
    height: 135px;
    
  }

  .squareContainer img{
    margin-top: 40px;
    padding-bottom: 40px;

  }

  .squareContainer .imgNext{
    margin-bottom: 80px;
    padding-bottom: 80px;
    box-sizing:border-box;
  }

  .container-description-services-text{
    padding-right: 0px;
  } 
}


@media screen and (max-width: 800px) {
  
  .container-description-services{
    padding-top: 20px;
  }

}

/*///////////////// STEPS BY STEPS (3) /////////////////*/

.bg-grey-1{
  position: absolute;
  background-color: #00aaff09;
  width: 100%;
  height: 1280px;
  z-index: -1;
}

.container-steps-services-bg{
  width: 100%;
  padding-top: 60px;
  padding-bottom: 50px;
}


.container-steps-services-title h2{
  font-size: 38px;
  font-family: 'Rokkitt';
  font-weight: 800;
  color: #1B269D;
  margin-bottom: 35px;
  padding-right: 450px;
  
}

.container-steps-services-title li{
  font-size: 28px;
  font-family: 'Rokkitt';
  font-weight: 700;
  color: #00A9FF;
  padding-right: 100px;
  line-height: 25px;
  list-style-position:outside;
}


.container-steps-services-title li:nth-child(3){
  padding: 0px;
}

.steps-text {
  margin-top: 20px;
  line-height: 23px;
  font-size: 16px;
  font-family: 'Montserrat';
  font-weight:400;
  color: #1B269D;
}

#pdf{
  font-size: 12px;
  font-family: 'Montserrat';
  font-weight: 700;
  color: #1B269D;
}



@media screen and (max-width: 1600px) {
  .container-steps-services-title h2{
    padding-right: 300px;
  }

  .container-steps-services-title li{
    padding-right: 40px;

  }
  
}
  

@media screen and (max-width: 1200px) {
  .steps-text {
    margin-top: 10px;
  }

  .container-steps-services-title li{
    padding-right: 0px;
  }

  
  .container-steps-services-title li{
    list-style-position: inside;
  }

  .container-steps-services-title h2{

    padding-right: 0px;
  }
 
}

@media screen and (max-width: 750px) { 
  .bg-grey-1{
    height: 2250px;
  }
}


/*///////////////// BECOME FLUX /////////////////*/

.container-become-flux{
  margin-bottom: 70px;
  position: relative;
  right: 75px;
  
}
 
.container-become{
  border: solid #00A9FF 2px;
  background-color: #fff;
  padding: 0;
  height: 517px;
}

.container-become-left img{
  width: 54px;
  height: 50px;
}

.container-become-left img:hover{
  width: 58px;
  height: 54px;
  cursor: pointer;
}

.container-become-middle hr{
  color: #00A9FF;
  width: 230px;
  height: 1px;
}

.container-become-middle p{
  color: #00A9FF;
  font-size: 48px;
  font-family: 'Rokkitt';
  font-weight: 800;
  line-height: 40px;
}

#register-input-become{
  display: inline-block;
  width: 160px;
  height: 50px;
  color: #FFFFFF;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
  border: none;
  font-size: 14px;
  text-decoration: none;
  background-color: #FF1400;
}

#register-input-become:hover{
  background-color: #ec1b08;
}

.container-become-right img:nth-child(1){
  position: relative;
  left: 109px;
  margin-bottom: 20px;
}

.container-become-right img:nth-child(2){
  width: 220px;
  height: 40px;
}


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

  .container-become-right img:nth-child(1){
    left: 0px;
    width: 300px;
    margin-top: 20px;
  }

  .container-become-middle p{
    font-size: 34px;
  }

  .container-become-flux{
    margin-bottom: 360px;
    right: 0px;
  } 
}

@media screen and (max-width: 1400px) {

  .container-become-middle p{
    font-size: 36px;
  }
}

/*///////////////// PARTENAIRES /////////////////*/


.container-partenaire{
  padding-top: 40px;
  padding-bottom: 80px;
}

.container-partenaire h6{
  font-family: 'Rokkitt';
  font-size: 30px;
  color: #1B269D;
  font-weight: 700;
  padding-right: 300px;
  margin-bottom: 40px;
}


.box-partenaire{
  box-shadow: 0px 0px 10px 2px #00aaff27;
  width: 200px;
  height: 130px;
  cursor: pointer;

  position: relative;
}

.box-partenaire img{
 height: 50%;
}


.box-description{
  position: absolute;
  width: 200px;
  height: 140px;
  background-color: #1B269D;
  padding: 10px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.box-partenaire:hover .box-description {
  opacity: 1; 
}



.box-description p:nth-child(1){
  font-family: 'Rokkitt';
  font-size: 30px;
  color: white;
  line-height: 30px;
}

.box-description p:nth-child(2){
  font-family: 'Montserrat';
  font-size: 13px;
  color: white;
  font-weight: 200;
  text-transform: uppercase;
}

@media screen and (max-width: 994px) {

  .square-box {
    border: #00A9FF solid 3px;
    width: 80%;
    height: 200px;
    line-height: 0px;
    
  }
}

@media screen and (max-width: 1400px) {

  .box-partenaire {
    margin-bottom: 20px;
  }

  .container-partenaire h6{
    padding-right: 0px;
  }
}

.logo1{
  height: 130px;
  width: 190px;
  cursor: pointer;
  padding-bottom: 8px;
  margin-top: 9.5px;
  border-bottom: #1B269D solid 1px;
  transition: 0.3s ease-in-out;


}

.logo2{

  height: 140px;
  width: 190px;
  cursor: pointer;
  padding-bottom: 10px;
  border-bottom: #1B269D solid 1px;
  object-fit: cover;
  transition: 0.3s ease-in-out;

}

.logo1:hover, .logo2:hover{
opacity: 0.6;
border-bottom: #00A9FF solid 1px;
}

.textDiscover{
  margin-top: 10px!important;
  font-size: 20px!important;
}






