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

body {
  overflow-x: hidden; /* Désactive le scroll vertical */
}


/*///////////////// TITLE /////////////////*/


#square-test-img{
  width: 398px;
  height: 392px;
  transition: transform 0.2s ease-in-out;
}

.zoom-on-hover {
  transition: transform 0.2s ease-in-out;
}

.zoom-on-hover:hover {
  transform: scale(1.01);
}

.container-description-actu-top{
  margin-bottom: 40px;
  padding-top: 80px;
}

.container-description-actu-title h1{
  font-size: 50px;
  font-family: 'Rokkitt';
  text-decoration: none;
  font-weight: 800;
  line-height: 50px;
  color: #00A9FF;
  padding-right: 30px;
  margin-bottom: 40px;
}

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

}

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

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

#actu-title{
  font-size: 42px;
  font-family: 'Rokkitt';
  font-weight: 800;
  color: #1B269D;  
}

.hoverMorePlus, 
.hoverMorePlus i{
  font-weight: 600!important;
  transition: 0.3s all;
}

.hoverMorePlus{
  text-decoration: underline 1px solid!important;
}

.hoverMorePlus:hover, .hoverMorePlus i:hover{
  font-weight: 800!important;
}

.container-actu img {
  height: 285px;
  object-fit: cover;
  width:100%;
  transition: 0.3s ease-in-out;
}

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

/*  */

.container-actu-2{
  margin-left: 20px;
  height: 100%;
  border-top: solid #1B269D 1px;
  border-bottom: solid #1B269D 1px;
}

h2{
  font-size: 40px;
  font-family: 'Rokkitt';
  font-weight: 800;
  color: #1B269D;
  line-height: 40px;
}

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


.container-actu-2 p:nth-child(2){
  font-size: 24px;
  font-family: 'Rokkitt';
  font-weight: 800;
  color: #1B269D;
  line-height: 20px;
}

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


.container-actu-2 a{
  font-size: 14px;
  font-family: 'Montserrat';
  color: #1B269D;
  font-weight: 600;
  text-decoration: none;
}


@media screen and (max-width: 1400px) {
  .container-description-actu-title h1{
    padding-right: 0px;
    margin-bottom: 40px;
    font-size: 40px;
  }

  .container-actu-2{
    border: 0;
  }

  .container-actu-2 p:nth-child(2){
    padding-right: 0px;
  }

  
  #actu-title{
    font-size: 36px;
  }

  .container-actu img {
    padding-right: 0px;
    margin-bottom: 15px;

  }
}

/*///////////////// FORM /////////////////*/

.container-form-filter-bg{
  height: 80px;
  margin-top: 30px;
  margin-bottom: 100px;
  
  
}

.container-form-filter{
  height: 80px;
  margin: 0;
  box-shadow: 0px 0px 6px #00000028;
  background-color: white;
  margin-bottom: 60px;
  margin-top: 40px;

}

.container-form-filter form{
  padding-top: 25px;
  padding-bottom: 0px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0;
}
.container-form-filter select {
  background-color: #F4FAFD;
  font-family: 'Montserrat';
  color: #1B269D;
  font-size: 11px;
  border: none;
  border-radius: 0;
  height: 30px;
  width: 90%;
  margin: 0;
  

}

.container-form-filter button{      
  width: 100%;
  height: 30px;
  font-family: 'Montserrat';
  font-size: 12px;
  color: white;
  background-color: #1B269D;
  text-align: center;
  border-radius: 0;
  border: none;
  margin: 0;
  outline:0;
  transition: 0.3s all;
}


.container-form-filter button:hover{      
  background-color: #00A9FF;
}


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

  .container-form-filter{
      height: 100px;
  }

  .container-form-filter form{
      padding-top: 15px;
      margin: 0;
  }

  .container-form-filter select{
      margin-bottom: 10px;
  }
     
}

/*///////////////// CATEGORIE /////////////////*/

.register-form-bg{
  padding-top: 80px;
  padding-bottom: 50px;
}

.container-form-categorie form{
  padding-left: 20px;
  padding-right: 20px;
}

.container-form-categorie form{
  height: 70px;
  box-shadow: 0px 0px 6px #0000000F;
}

.container-form-categorie form select:focus{
  box-shadow: 0 0 0 0rem rgba(255, 0, 0, 0)
}

.container-form-categorie form select{
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 11px;
  border-radius: 0;
  width: 200px;
  margin: 0;
  background-color: #F4FAFD;
  color: #1B269D;
  border: 0;
}

#submit-input{
  display: inline-block;
  width: 120px;
  height: 35px;
  color: #FFFFFF;
  text-align: center;
  font-weight: 700;
  border: none;
  font-size: 12px;
  text-decoration: none;
  background-color: #1B269D;
  margin: 0;
}

#submit-input:hover{
  background-color: #212ebb;
}



/*///////////////// actusS /////////////////*/


.actu-box img
{
  min-height: 250px;
  width: 100%;
  max-height: 250px;
  object-fit: cover;
  margin-bottom: 10px;
  transition: 0.3s ease-in-out;
}

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


.titreActuBox

.actu-box {
  padding-bottom: 75px!important;
}
.actu-box  p{
  font-family: 'Montserrat';
  font-size: 16px;
  color: #1B269D;
  font-weight: 500;


}

.bg-grey{
  position: absolute;
  background-color: #F4FAFD;
  width: 100%;
  height: 1330px;
  margin-top: 105px;
  z-index: -1;
}

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


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



#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;
  margin-bottom: 100px;
  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;
}









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

#filter-input {
  display: inline-block;
  width: 200px;
  height: 50px;
  color: #FFFFFF;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
  border: none;
  font-size: 14px;
  text-decoration: none;
  background-color: #00A9FF;
}

  
#submit-input:hover, #filter-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;
  }

  #filter-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;
  }

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

}

@media screen and (max-width : 1070px) {
  .container-ad-1{
    display:none!important;
  }
}

@media screen and (max-width : 520px) {
  .responsive-actu{
    justify-content: center;
  }
}

@media screen and (max-width : 1400px) {
  .responsive-actu{
    justify-content: space-around;
  }
}


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



