.etat-des-lieux {
  display: flex;
  /* height: 700px; */
  flex-direction: column;
  background-color: var(--color-blanc-2);
}
.etat-des-lieux .images {
  height: 100%;
  width: 40%;
  background-size: cover;
  background-position: center;
}
.etat-des-lieux > .textes {
  width: 45%;
  padding: 5%;
  padding-right: 10%;
  background-color: var(--color-blanc-2);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: auto;
}
.etat-des-lieux h2 {
  text-align: end;
  margin-bottom: 50px;
}
.etat-des-lieux p {
  text-align: end;
}
.etat-des-lieux p.gras {
  font-family: var(--police-avenir-black);
  width: 100%;
}
.etat-des-lieux a {
  width: 200px;
  background-color: var(--color-vert-1);
  color: white;
  border-radius: 20px;
  margin-top: 30px;
  padding: 10px;
  margin-left: auto;
}
.etat-des-lieux button {
  width: 100%;
  color: white;
  border: none;
  border-radius: 20px;
  background-color: transparent;
}

.etat-des-lieux a:hover {
  background-color: var(--color-vert-2);
}













.etat-des-lieux .blocs {
  display: flex;
  justify-content: space-between;
  padding: 5%;
}
.etat-des-lieux .bloc-service {
  display: flex;
  width: 45%;
}
.etat-des-lieux .blocs .logo {
  margin-right: 20px;
}
.etat-des-lieux .blocs .logo img {

}
.etat-des-lieux .blocs .textes {

}
.etat-des-lieux .blocs .textes .titre {
  margin-bottom: 15px;
}
.etat-des-lieux h3 {
  text-transform: uppercase;
}

.etat-des-lieux .blocs .textes hr {
  width: 50px;
  height: 1px;
  border: none;
  background-color: var(--color-gris-5);
  margin-bottom: 15px;
}

.etat-des-lieux .bloc-pro-dispo {
  display: flex;
  width: 45%;
}

.etat-des-lieux ul {
  padding-left: 0;
}



.etat-des-lieux .haut {
  display: flex;
  align-items: flex-start;
  width: 80%;
  justify-content: center;
  margin: auto;
  margin-top: 80px;
  margin-bottom: 80px;
}

.etat-des-lieux .haut .millieu {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.etat-des-lieux .haut .millieu h2 {
  font-weight: inherit;
  margin-bottom: 25px;
  text-align: center;
}

.etat-des-lieux .haut .millieu p {
  font-size: 19px;
  width: 75%;
  color: var(--color-gris-6);
  text-align: center;
}

.etat-des-lieux .haut .millieu p.gras {
  font-weight: inherit;
  font-family: var(--police-avenir-black);
  font-size: 19px;
  width: 100%;
}
.etat-des-lieux .gauche img,
.etat-des-lieux .droite img {
  height: 139px;
}

/*
*
*
*
* MEDIA
*
*
*
*
*/
@media screen and (max-width: 1300px) {
  .etat-des-lieux .haut {
    width: 90%;
    }

  }

@media screen and (max-width: 1024px){
  .etat-des-lieux .haut {
  flex-direction: column;
  align-items: center;
}
  .etat-des-lieux .gauche img {
    height: 80px;
  }
  .etat-des-lieux .haut .millieu {
    width: 80%;
  }
  .etat-des-lieux .haut .millieu h2 {
    font-size: 40px;
  }
  .etat-des-lieux .haut .millieu p {
    font-size: 15px;
  }
  .etat-des-lieux .haut .millieu p.gras {
    font-size: 15px;
  }
  .etat-des-lieux .droite {
    display: none;
  }
}

@media screen and (max-width:630px)
{
.etat-des-lieux .haut .millieu {
width: 80%;
}
.etat-des-lieux .haut .millieu h2 {
  /* font-size: 45px; */
  font-size: 40px;
}
}
@media screen and (max-width:400px)
{
  .etat-des-lieux .haut .millieu h2 {
    /* font-size: 40px; */
    font-size: 30px;
  }
}
