
.container-contact {
  display: flex;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 20px;
  margin-bottom: 0px;
  
}

.block_formilaire_titre {
  display: flex;
  flex-direction: column;
  width: 50%;
  height: 700px;
  margin-right: 20px;
  
}

.block_formilaire_titre h2 {
  margin-bottom: 20px;
}

.block_formilaire_titre form {
  width: 100%;
  
}


.block_formilaire input {
    width: 70%;
    margin-bottom: 0px;
}

.block_formilaire button {
    width: 150px;
    height: 40px;
    margin-top: 20px;
    background-color: red;
    border-radius: 10rem;
}

.block_formilaire button:hover {
    background-color:white;
}

.block_formilaire .button:hover{
    background-color: green;
}

.block_map {
  
  width: 50%;
  height: 700px;
  background-color: rgb(255, 255, 255);
}

.size_input {
  
  width: 100%;
  
}