/*///////////////// 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;
}



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


.container-description{
  padding-top: 5px;
}

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

.container-text-description h2{
  color: #1BB2FF;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 35px;
  font-family: 'Rokkitt';
  line-height: 30px;
}

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

.container-text-description p:nth-child(3){
  margin-bottom: 38px;
}


.container-text-description a{
  color: #1B269D;
  font-weight: 700;
  font-family: 'Montserrat';
  font-size: 18px;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s all;
  transition: 0.3s all;

}

.container-text-description a:hover{
  color: #1BB2FF;
}

.container-picture-description{
  background-color: transparent;

}

.container-picture-description img{
  width: 100%;
  object-fit: cover ;
  transition: 0.3s ease-in-out;
  border: 2px solid #00aaff30;
}

.container-picture-description img:hover{
  box-shadow: 0px 4px 15px #1bb3ff81; /* Ajoute une ombre portée */

} 


/*  */

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

  .container-text-description p{
    color: #1B269D;
    font-size: 16px;
  }



  .container-text-description a{
    color: #1B269D;
    font-weight: 800;
    font-size: 17px;
    text-decoration: none;
    margin-bottom: 50px;
  }

  .container-text-description h2{
    margin-bottom: 10px;
  }


  


}

@media screen and (max-width: 1000px) {
  .container-text-description {
    padding-right: 0px!important;
   
  }




  
}

  


/*///////////////// SERVICES /////////////////*/

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

.container-icon-service {
  margin-bottom: 60px;
}

.container-service-icon {
  width: 100%;
  height: 194px;
}

.container-service-text {
  padding-right: 240px;
  padding-left: 240px;
}

.container-icon {
  width: 176px;
  height: 184px;
  padding: 10px;
  margin-top: 20px;
}

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

.container-service-text h3 {
  color: #00A9FF;
  font-family: 'Rokkitt';
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 70px;
}

.fake-border-icon {
  width: 160px;
  border-bottom: 2px solid #00aaff65;
}

.container-icon img {
  width: 40px;
  height: 40px;
  margin-bottom: 25px;
  transition: 0.3s all;
}

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

.container-icon h4 {
  color: #1B269D;
  font-family: 'Rokkitt';
  font-weight: 700;
  font-size: 19px;
  margin-bottom: 30px;
}

.container-icon p {
  color: #1B269D;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s all;

}

.container-icon p:hover {
  color: #00A9FF;
  cursor: pointer;
  font-weight: 800;

}

.container-icon h4.hover {
  position: relative;
}

.container-icon h4.hover:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #00aaff65;
  transform: scaleX(1);
  transform-origin: left center;
  transition: transform 0.3s ease-in-out;
  transition: 0.3s all;

}

.container-icon h4.hover:hover:before {
  transform: scaleX(0.75);
}

/*  */

@media screen and (max-width: 1200px) {
  .container-icon{  
    margin-left: 60px;
    width: 0px; 
    min-width: 186px;
  }

  .container-service-text h2{
    font-size: 40px;
  }
  
  
  .container-service-text h3{
    font-size: 25px;
    margin-bottom: 30px;
  }
 
}

@media screen and (max-width: 1400px) {
  .container-service-text{
    padding-right: 100px;
    padding-left: 100px;
  }
 
}

@media screen and (max-width: 980px) { 
    .container-service-text{
      padding-right: 30px;
      padding-left: 30px;
    }

    .container-icon{  
      margin-left: 0px;
    }
}


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




/*///////////////// 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;
  transition: 0.3s ease-in-out;
}

.container-become-left img:hover{
  cursor: pointer;
  box-shadow: 0px 4px 15px #00000081; 
  z-index: 999;
  position: relative;
}

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

.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: 155px;
  height: 50px;
  color: #FFFFFF;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
  border: none;
  font-size: 14px;
  text-decoration: none;
  background-color: #FF1400;
  transition: 0.3s all;
  font-family: 'Montserrat', sans-serif;


}

#register-input-become:hover{
  background-color: #ff1500;
  font-weight: 700;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.222); /* Ajoute une ombre portée */
}

.container-picture-description img{
  width: 100%;
  object-fit: cover ;
  transition: 0.3s ease-in-out;
  border: 2px solid #00aaff30;
}

.container-picture-description img:hover{
  box-shadow: 0px 4px 15px #1bb3ff81; /* Ajoute une ombre portée */

} 

.container-become-right img:nth-child(1){
  position: relative;
  left: 109px;
  margin-bottom: 20px;
  transition: 0.3s ease-in-out;

}


.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;
}

.container-become-right img:nth-child(1):hover{
  box-shadow: 0px 4px 15px #1bb3ff81; 
}



@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;
  }
}

/*///////////////// AD 1 /////////////////*/

.container-ad-2,.container-ad-3{
  margin-bottom: 150px;
}


/*///////////////// ACTUALITES/////////////////*/

.container-actu{
  margin-bottom: 40px;
}
.container-title-actu{
  margin-bottom: 50px;
}


#actu-title{
  font-size: 46px;
  font-family: 'Rokkitt';
  font-weight: 800;
  color: #1B269D;  
  line-height: 35px;
}

.actu1{
  height: 400px;
  padding: 0;
  padding-right: 10px;
  border-right: rgba(0, 0, 0, 0.075) 1px solid;
}

.actu1-bg{
  background-repeat: no-repeat;
  background-size: 100%;
  height: 100%;
}

.bg-all-white p{
  font-size: 32px;
  font-family: 'Rokkitt';
  font-weight: 800;
  color: #1B269D;
  line-height: 40px;
}

.bg-all-white{
  width: 100%;
  height: 100%;
  padding: 18px;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.966));
  padding-right: 10px;
  transition: 0.3s ease-in-out;

}


.container-actu-right {
  position: relative;
}

.date-actu {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgba(0, 0, 0, 0.398); /* Fond semi-transparent */
  color: white;
  font-weight: 500;
  font-family: 'Montserrat';
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  z-index: 10; /* Assure que la date est au-dessus de l'image */
}

.date-actu-3{
  top: 25px;

}

.bg-all-white:hover{
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.222); /* Ajoute une ombre portée */
}

/*  */

.container-actu-2{
  border-bottom: rgba(0, 0, 0, 0.075) 1px solid;
  height: 200px;
}

.container-actu-3{
  height: 200px;
}

.container-actu-3{
  padding-top: 15px;
}

.container-actu-2{
  padding-bottom: 15px;
}

.container-actu-right img{
  width: 246px;
  margin-right: 30px;
  margin-left: 10px;
  transition: 0.3s ease-in-out;

}

.container-actu-right img:hover{
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.222); /* Ajoute une ombre portée */

}

.container-actu-text-right p:nth-child(1){
  font-size: 27px;
  font-family: 'Rokkitt';
  font-weight: 700;
  color: #1B269D;
  line-height: 25px;
  margin-bottom: 10px;
}

.container-actu-text-right p:nth-child(2){
  font-size: 16px;
  font-family: 'Montserrat';
  color: #1B269D;
}

.container-input-actu{
  margin-bottom: 50px;
}

#all-actu-input{
  display: inline-block;
  width: 240px;
  height: 45px;
  color: #FFFFFF;
  text-align: center;
  line-height: 45px;
  font-weight: bold;
  border: none;
  font-size: 14px;
  text-decoration: none;
  background-color: #00A9FF;
  transition: 0.3s all;
  cursor: pointer;
}

#all-actu-input:hover{
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.222); /* Ajoute une ombre portée */
  background-color: #0c83be;
}

.actu-2and3{
  padding: 0;
}


/*///////////////// NEWSLETTER /////////////////*/


.container-mail{
  margin-bottom: 80px;
}

.container-newsletter{
  border: solid #00A9FF 3px;
  background-color: #fff;
  padding: 0;
  height: 250px;
}

.container-newsletter p{
  font-size: 46px;
  color: #00A9FF;
  font-family: 'Rokkitt';
  font-weight: 800;
}

#email-input{
  width: 600px;
  height: 54px;
  background-color: #F4FAFD;
  border: none;
  border-radius: 0;
  font-family: 'Montserrat';
  font-size: 14px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.form-text{
  font-size: 13px;
  font-family: 'Montserrat';
  color: #1B269D;
}

.form-control:focus{
  border-color: red; /* Changer la couleur de la bordure */
  box-shadow: 0 0 0 0rem rgba(255, 0, 0, 0)
}

#submit-input{
    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: #00A9FF;
    transition: 0.3s all;

}
  
#submit-input:hover{
    background-color: #0c83be;
}


@media screen and (max-width: 1000px) {
  #email-input{
    width: 600px;
    height: 54px;
    background-color: #F4FAFD;
    border: none;
    border-radius: 0;
    font-family: 'Montserrat';
    font-size: 14px;
    margin-right: 20px;
    margin-bottom: 8px;
  }

  #submit-input{
    margin-top: 8px;
  }

}

@media screen and (max-width: 800px) {
  .container-newsletter p{
    font-size: 30px;
    color: #00A9FF;
    font-family: 'Rokkitt';
    font-weight: 800;
  }

  #email-input{
    width: 300px;
    height: 54px;
    background-color: #F4FAFD;
    border: none;
    border-radius: 0;
    font-family: 'Montserrat';
    font-size: 14px;
    margin-bottom: 8px;
  }

  #submit-input{
    margin-top: 25px;
  }
}

@media screen and (max-width: 600px) {
  .container-newsletter{
    padding-top: 15px;
    padding-left: 10px;
  }

  .container-newsletter p{
    font-size: 25px;
  }


  #email-input{
    width: 300px;
    height: 54px;
    background-color: #F4FAFD;
    border: none;
    border-radius: 0;
    font-family: 'Montserrat';
    font-size: 14px;
  }

  .form-text{
    font-size: 10px;
    font-family: 'Montserrat';
    color: #1B269D;
  }

}

.container-ad-1 {

  margin-top: 55px;
  margin-bottom: 50px;
}



.container-ad-1 p{
  color: #00A9FF;
  font-family: 'Montserrat';
  font-size: 16px;
  margin: 0;
  margin-bottom: 5px;

}


.navbar-none{
  background-color: white;
  border-bottom: 1px #1B269D solid;
  height: 90px;
}

.side-bar-content{
  display: none;
}

.side-bar-content{
  width: 100svw;
  height: 100%;
  position: fixed;
  z-index: 960;   
  display: none;
}

.side-bar-content .blur{
  background: rgba(255, 255, 255, 0.20);
  backdrop-filter: blur(7px);
}

.side-bar-content .content{
  background: white; 
  border-left: 1px solid #1B269D; 
  height: 100%;

}

.side-bar-content .content .top{
  display: flex;
  justify-content: space-between;
  height: 20px;

}

.side-bar-content .content .top a img{
  height: 100%;
}


.side-bar-content .content .nav-links{
  height: 1000px;

}
.side-bar-content .content ul
{
  height: 100%;
  list-style: none;
  color: white;
}

.side-bar-content .content ul li a
{
  font-size: 16px;
  margin: 0;
  font-weight: 100;
  font-family: "Open Sans" !important;

}

.side-bar-content .links{
  display: flex;
  justify-content: space-between;
  height: 100px;
  padding-left: 2rem;
}

.side-bar-content .links .joinUs{
  height: 90px;
  width: 180px;
  list-style: none;
  border: solid 2px white;
}

.side-bar-content .links .joinUs li a{
  font-size: 10px!important;
  color: white;
}

.side-bar-content .links img{
  width: 80px;
}

.side-bar-content .politique{
  padding: 60px 0;
  padding-left: 2rem;
}

.side-bar-content .politique a h2{
  color: white;
  font-size: 28px;
}

.side-bar-content .bottom {
  padding-left: 2rem;
}

.side-bar-content .bottom h3{
  color: #7393FA;
  font-weight: 700;   
  font-size: 28px ;
}


.navbar-none{
  display: none!important;
}


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

  .actu1{
    border: none;
    padding-right: 0;
    margin-bottom: 36px;
  }

  .container-actu-right img{

    margin-left: 0px;
    height: 150px;
    width: 200px;
  }
} 


.container-hero{
  margin-top: 65px!important;
}


@media screen and (max-width : 1249px) {
  .container-logo, .container-nav {
      display: none!important;
  }

  .navbar-none{
    display: flex!important;
  }

  .container-hero{
    margin-top: 80px;
  }

 

  .side-bar-content .content ul {
    height: 212px!important;
    list-style: none;
    color: white;
  }

  .side-bar-content .content ul li a{
    font-size: 16px;
    color: rgb(0, 169, 255);
    font-family: 'Montserrat'!important;
    font-weight: 600!important;
    transition: 0.3s all;

  }

  .side-bar-content .content ul li a:hover{

    color: #1B269D;
    transition: 0.3s all;

  }

  .dropdown-menu li:hover {
    background-color: #409ac7;
  }

  #register-input{
    margin-left: 0!important;
    font-family: 'Montserrat';
    color: white!important;
  }

  
  .nav-links hr{
    height: 2px;
    color: #1B269D;
    margin-right: 24px!important;

  }

 

  /*  */

  .header-size{
    margin-bottom: 50px;
    height: 584px;
  }

  .container-header {
    height: 465px;
  }

  .container-png {
    position: relative;
    bottom: 119px;
  }

  .header-bg {
    height: 584px;
  }

  .container-description {
    padding-bottom: 60px;
  }

  .container-service-text h2 {
    margin-bottom: 10px!important;
  }

  .container-service-text{
    padding: 0!important;
  }
  .container-actu-2, .container-actu-3{
    height: 100%;
  }


}

@media screen and (min-width : 1250px) {
  .container-logo, .container-nav {
      display: flex!important;
  }
  .side-bar-content{
    display: none!important;
  }

  #register-input {
    line-height: 38px!important;
}

  


 
}


@media screen and (max-width : 990px) {
  .container-picture-description img {
 
    margin-top: 40px;
   
  }
  .container-title-actu{
    margin-bottom: 30px;
  }

  .container-text-description p:nth-child(3) {
    margin-bottom: 16px;
}

} 


@media screen and (max-width : 790px) {
  .container-actu-right img {
    width: 100%;
    height: 205px;
    margin-bottom: 14px;
}

}
   
   


 


@media screen and (max-width : 413px) {
  .container-become-flux{
    padding-bottom: 60px!important;
  }


 
 
} 









