/*///////////////// 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;
}

.red{
  color: red;
  text-decoration: none;
  font-size: 50px;
  font-weight: 800;
  font-family: 'Rokkitt';
}

.container-description-mutuelle{
  padding-top: 80px;
}

.container-description-mutuelle 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-infos{
  background-color: white;
  padding-bottom: 50px;
  padding-top: 50px;
  height: 100%;
  margin-bottom: 40px;
}

h2{
  font-size: 34px;
  font-family: 'Rokkitt';
  font-weight: 800;
  color: #1B269D;
  line-height: 40px;
  margin-bottom: 10px;
}


h2:not(:first-child) {
 margin-top: 100px;
}

.black{
  color: black;
}

.container-infos{
  color:#1B269D
}

.container-infos p{
  font-family: 'Montserrat';
  color:#1B269D
}

.container-infos i{
  color:#1B269D;
  margin-bottom: 10px;
  margin-right: 10px;
}

.container-infos a{
  font-family: 'Montserrat';
  transition: 0.2s all;
}

.container-infos a:hover{
  font-weight: 700;
}

.buttonHref{
  color:#1B269D;
 
}

.noList{
  list-style-type: none;
  list-style: none;
}

a{
  color:#1B269D;
  font-family: 'Montserrat';
}

ul{
  color:#1B269D;
  font-family: 'Montserrat';
}

ul li a{
  color:#1B269D;
}

.input-button-connect{
  display: inline-block;
  width: 300px;
  height: 50px;
  color: #FFFFFF;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
  border: none;
  font-size: 14px;
  text-decoration: none;
  background-color: #00A9FF;
  margin-top: 15px;
  transition: ease-in-out 0.3s;

}

.input-button-connect-23{
  padding: 20px;
  width: 450px;
  height: 50px;
  color: #FFFFFF;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
  border: none;
  font-size: 14px;
  text-decoration: none;
  background-color: #00A9FF;
  margin-top: 15px;
  transition: ease-in-out 0.3s;

}


.input-button-connect:hover, .input-button-connect-23:hover{
  background-color: #1B269D;
  color: white;

}

#map{
  width: 60%;
  margin-bottom: 50px;
}

#logoHarmonie{
  width: 30%;
  height: 30%;
}

h2{
  margin: 0;
  margin-bottom: 10px;
}

/*///////////////// 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;
}

.container-text-description a:hover{
  color: #1BB2FF;
}

.container-picture-description{
  background-color: transparent;

}

.container-picture-description img{
  width: 100%;
  object-fit: cover ;
  height: 336px;
} 

/*  */

@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;
  }


  

  .container-text-description p:nth-child(3){
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 1000px) {
  .container-text-description {
    padding-right: 0px!important;
  }

  .container-text-description p:nth-child(3){
    margin-bottom: 0px;
  }

  .container-picture-description img{
    width: 326px;
    height: 200px;
  } 
  
}

@media screen and (max-width: 770px) {
  .container-picture-description img{
    width: 326px;
    height: 200px;
    margin-top: 120px;
  } 

  .container-text-description p:nth-child(3){
    margin-bottom: 20px;
  }

  
}


@media screen and (max-width: 460px) {
  .container-picture-description img{
    width: 326px;
    height: 200px;
    margin-top: 200px;
    
  } 


  
}




