/*///////////////// 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;
}

a{
  text-decoration: none!important;
}

a:hover{
  text-decoration: none!important;
}


/*///////////////// TITLE /////////////////*/


.container-title{
    padding-top: 80px;
    padding-bottom: 30px;
}

.container-title h1{
    font-size: 50px;
    font-family: 'Rokkitt';
    text-decoration: none;
    font-weight: 800;
    line-height: 50px;
    color: red;
    margin-bottom: 40px;
}
.container-title h1 a{
    text-decoration: none;
}

.container-title p{
    font-size: 16px;
    font-family: 'Montserrat';
    color: #1B269D;
    line-height: 20px;
    margin-bottom: 8px;
}

.more-button{
    font-size: 14px;
    font-family: 'Montserrat';
    color: #1B269D;
    font-weight: 600;
    text-decoration: none;
    line-height: 0;
    margin-bottom: 40px;
}

.more-button-2{
    font-size: 13px;
    font-family: 'Montserrat';
    color: #1B269D;
    font-weight: 700;
    cursor: pointer;
    line-height: 0;
    margin-top: 20px;
    transition: 0.2s ease-in-out;
}

.more-button-2:hover{
  font-size: 13px;
  font-family: 'Montserrat';
  color: #1B269D;
  font-weight:900;
  cursor: pointer;
  line-height: 0;
  margin-top: 20px;
}

@media screen and (max-width: 1200px) {
    .container-title h1{
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 30px;
    }
    .container-title{
        padding-top: 40px;
        padding-bottom: 30px;
    }
    #hrefEntreprise{
      padding-bottom: 15px!important;
    }     
}

@media screen and (max-width: 767px) {


  .box-partenaire{
    margin-left:10px!important;
  }
     
}



/*///////////////// FORM /////////////////*/

.container-form-filter-bg{
  height: 80px;
  margin-bottom: 50px;
  
}

.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;
  }
     
}


/* CADRILLAGE PART */

.container-partenaire{
    padding-top: 40px;
    padding-bottom: 20px;
  }
  
  .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: 250px;
    margin-left: 58px;
    height: 160px;
    cursor: pointer;
    margin-bottom: 25px;
    background-color: white;
    border-radius: 2%;
    position: relative;
    overflow: hidden;
    transition: 0.3s ease-in-out;

  }
  
  .box-pub-1{
      box-shadow: 0px 0px 10px 2px #00aaff27;
      width: 200px;
      height: 367px;
      cursor: pointer;
      margin-bottom: 15px;
      position: relative;
      margin-right: 25px;
    }

  .box-pub-1 img, .box-pub-2 img{
    width: 100%;
    height: 100%;
  }

    .box-pub-2{
      box-shadow: 0px 0px 10px 2px #00aaff27;
      width: 200px;
      height: 367px;
      cursor: pointer;
    
      position: relative;
    }

  


  
  #imgEntreprise{
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px;
   

  }

  #imgParDefaut{
    height: 100%;
    width: 100%;
    object-fit: cover;
   }

   .container-ad-1 p{
    color: #00A9FF;
    font-family: 'Montserrat';
    font-size: 14px;
    margin: 0;
    margin-bottom: 5px;
  }
  
   
  
  
  .box-description{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #1B269D;
    padding: 10px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, 0.3s ease-in-out;

  }

    
  .box-partenaire:hover{
    box-shadow: 0px 4px 15px #000000a0; 

  }
  
  .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;
  }
  
  
#more-partenair-input{
    display: inline-block;
    width: 240px;
    height: 45px;
    color: #FFFFFF;
    text-align: center;
    line-height: 46px;
    font-weight: bold;
    border: none;
    font-size: 14px;
    text-decoration: none;
    background-color: #00A9FF;
}
    
#more-partenair-input:hover{
    background-color: #0c83be;
}

.container-input-actu{
    padding-bottom: 50px;
}
  
  @media screen and (max-width: 994px) {
  
    .square-box {
      border: #00A9FF solid 3px;
      width: 80%;
      height: 200px;
      line-height: 0px;
      
    }



  }

  @media screen and (max-width: 1200px) {
  
    .container-publicite{
      display: none;
      visibility: hidden;
      
    }
    

  }


  
  

/*///////////////// BECOME FLUX /////////////////*/

.container-become-flux{
    margin-bottom: 20px;
    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: 3px;
  }
  
  .container-become-middle p{
    color: #1B269D;
    font-size: 42px;
    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;
    transition: 0.3s ease-in-out;

  }

  .container-become-right img:nth-child(1):hover{
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.426); /* Ajoute une ombre portée */
  }
  
  .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: 30px;
    }
  
    .container-become-flux{
      margin-bottom: 360px;
      right: 0px;
    } 
  }
  
  @media screen and (max-width: 1400px) {
  
    .container-become-middle p{
      font-size: 36px;
    }
  }


  #all-actu-input{
    display: inline-block;
    width: 190px;
    height: 45px;
    color: #FFFFFF;
    text-align: center;
    line-height: 45px;
    font-weight: bold;
    border: none;
    font-size: 14px;
    text-decoration: none;
    background-color: #00A9FF;
    cursor: pointer;
  }

  
.bg-grey{
  position: absolute;
  background-color: #F4FAFD;
  width: 100%;
  height: 1440px;
  margin-top: 80px;
  z-index: -1;
}

  
  #all-actu-input:hover{
    background-color: #0c83be;
  }
  
  
  

  
  
  
  
  
