/*///////////////// 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;
}

.container-contact, .container-phone{
  margin-bottom: 10px;
}

.container-form{
  margin-top: 240px;
  position: relative;
  z-index: 99;
}

.container-contact p:nth-child(1), .container-phone p:nth-child(1), .container-adress p:nth-child(1)  {
  color: #1B269D!important;
  font-family: 'Rokkitt';
  font-size: 26px;
  font-weight: 700;
}

.container-contact a,.container-adress a,.container-contact p:nth-child(2), .container-phone p:nth-child(2), .container-adress p:nth-child(2), .container-contact a{
  color: #1B269D;
  font-family: 'Montserrat';
  text-decoration: none;
  transition: 0.2s all;
}

.container-phone .noDeco{
  transition: 0.2s all;

}

.container-contact a:hover,.container-adress a:hover, .container-phone .noDeco:hover{
  color:#00A9FF;
}


.container-infos i {
  
  color: #1B269D;
  font-size: 18px;
  font-weight: 700;
  font-size: none;
  z-index: 100;
}

@media screen and (max-width: 1000px) {

  .container-infos{
    margin-top: 240px;
    margin-bottom: 0;
  }

  .container-form{
    margin-top: 50px;
  }

  
}

.container-phone p:nth-child(2) a {
  font-size: 16px;
  color: #1B269D;
  font-family: 'Montserrat';
}
.container-phone p:nth-child(3) {
  font-size: 14px;
  color: #1B269D;
  font-family: 'Montserrat';
}



/*  */

.container-form{
  width: 100%;
  height: 660px;
  box-shadow: 0px 0px 20px #00A9FF29;
  color: #1B269D;
  font-family: 'Montserrat';
  font-size: 13px;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: white;
}

.container-form h2{
  color: #1B269D;
  font-size: 44px;
  font-family: 'Rokkitt';
  font-weight: 600;
  margin-bottom: 30px;
}

.container-form input{
  border: #1B269D solid 1px;
  border-radius: 0;
  margin-bottom: 20px;
  color: #1B269D80;
  font-family: 'Montserrat';
  font-size: 12px;
  height: 35px;
}

.container-form select{
  border: #1B269D solid 1px;
  border-radius: 0;
  margin-bottom: 10px;
  color: #1B269D80;
  font-family: 'Montserrat';
  font-size: 12px;
  height: 35px;
  color: #495057 !important;
  cursor: pointer;
}


.container-form textarea{
  border: #1B269D solid 1px;
  border-radius: 0;
  margin-bottom: 10px;
  color: #1B269D80;
  font-family: 'Montserrat';
  font-size: 12px;
  height: 100px;
}


.container-form input[type='submit']{
  border-radius: 0;
}

.container-form input[type="checkbox"] {
  border: #1B269D solid 1px;
  border-radius: 0px;
  color: #1B269D80;
  font-family: 'Montserrat';
  font-size: 12px;
  height: 14px;
  margin-bottom: 40px;
  position: relative;
  top: 1px;
  cursor: pointer;
}


.container-form input[type="checkbox"]:checked{
  border: #1B269D solid 1px;
  border-radius: 0px;
  color: #1B269D80;
  font-family: 'Montserrat';
  font-size: 12px;
  box-shadow: none;
  border: 0;
}

.container-form button{
  height: 45px;
  color: white;
  background-color: #00A9FF;
  border: none;
  border-radius: 0;
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 17px;
  outline:0!important;
  transition: 0.3s all;
}

.container-form button:hover{
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.222); /* Ajoute une ombre portée */
  background-color: #0c83be;
}

/*  */

@media screen and (max-width: 1200px) {

  .container-adress p{
    padding-right: 0px;
  }
  .bg-grey-1{
    visibility: hidden;
  }
  
}

@media screen and (max-width: 980px) {

  .container-form{
    width: 100%;
    height: 700px;
  }
  
}


/*///////////////// BECOME FLUX /////////////////*/

.container-become-flux{
  margin-top: 140px;
  margin-bottom: 90px;
  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;
}

.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-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;
  }
}

/*  */

.myMap{
  width: 100%;
  height: 300px;
  z-index: 1;
  position: absolute;
  outline: 0!important;
  border: 0!important;
}

@media screen and (max-width: 750px) { 
  .bg-map-1{
    height: 1300px;
  }
}












