#containerContactLogo {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 40vh;
  display: flex;
}
#containerContactLogoGrand {
  position: relative;
  background-color: rgb(236, 244, 247);
  height: 40vh;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  overflow: hidden;
}
#contactImgGrandUn {
  z-index: 1;
  top: 0;
  left: 0;
  position: absolute;
  background-image: url("../images/contact/contactImg0001.png");
  background-position: top 0% left 0%;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 40vh;
  width: 300px;
}
#contactImgGrandDeux {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 15%;
  background-image: url("../images/contact/contactImg0002.png");
  background-position: bottom 0% left 0%;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 40vh;
  width: 200px;
}
#contactImgGrandTrois {
  z-index: 2;
  top: 0;
  left: 25%;
  position: absolute;
  background-image: url("../images/contact/contactImg0003.png");
  background-position: top 0% left 0%;
  background-repeat: no-repeat;
  background-size: 50%;
  height: 40vh;
  width: 250px;
}
#contactImgGrandQuatre {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 40%;
  background-image: url("../images/contact/contactImg0005.png");
  background-position: bottom 50% left 0%;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 40vh;
  width: 350px;
}
#contactImgGrandCinq {
  z-index: 1;
  position: absolute;
  top: 0%;
  left: 65%;
  background-size: 100%;
  background-image: url("../images/contact/contactImg0004.png");
  background-position: top 0% left 0%;
  background-repeat: no-repeat;
  height: 40vh;
  width: 400px;
}
#contactImgGrandSix {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  background-size: 85%;
  background-image: url("../images/contact/contactImg0006.png");
  background-position: top 0% right 0%;
  background-repeat: no-repeat;
  height: 40vh;
}

main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#sloganPageContact {
  text-align: center;
}
#displayPageContact {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-top: 25px;
  margin-bottom: 100px;
}
.containerPageContact {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
}
.containerContactRenseignement * {
  color: black;
  text-decoration: none;
}
.containerContactRenseignement div {
  margin: 10px 0;
  font-size: large;
}
/* ---------------------------------------- Formulaire */
.containerPageContact form {
  padding: 20px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.containerPageContact form label {
  padding: 10px 0;
  font-size: large;
  cursor: pointer;
}
.containerPageContact form input,
.containerPageContact form textarea {
  padding: 10px;
  font-size: large;
  /* border-radius: 0.5em;
    border: solid 0.5px; */
}
#containerFormRenseignement {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 10px;
}
.formRenseignement {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.formRenseignement div {
  width: 45%;
  display: flex;
  flex-direction: column;
  /* padding: 5px; */
}
#containerFormMessage {
  display: flex;
  flex-direction: column;
  padding: 10px;
  width: 100%;
}
#containerFormSubmit {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 20px 10px;
  width: 100%;
}
#containerFormSubmit input[type="submit"] {
  background: none;
  padding: 10px 20px;
  font-size: large;
  border: 1px solid var(--color-vert);
  color: var(--color-vert);
  cursor: pointer;
}
#containerFormSubmit input[type="submit"]:hover {
  border: 1px solid var(--color-vert);
  background-color: var(--color-vert);
  color: white;
}
@media (max-width: 1550px) and (min-width: 1350px) {
  #contactImgGrandUn {
    background-size: 100%;
  }
  #contactImgGrandDeux {
    background-size: 100%;
    left: 25%;
  }
  #contactImgGrandTrois {
    background-size: 50%;
    /* left: 15%; */
  }
  #contactImgGrandQuatre {
    background-size: 100%;
  }
  #contactImgGrandCinq {
    background-size: 100%;
    left: 60%;
  }
}
@media (max-width: 1349px) and (min-width: 1100px) {
  #contactImgGrandDeux {
    left: 25%;
  }
  #contactImgGrandQuatre {
    background-size: 75%;
    left: 40%;
    top: 10%;
  }
  #contactImgGrandCinq {
    left: 50%;
  }
}

@media (max-width: 1100px) and (min-width: 1000px) {
  #contactImgGrandDeux {
    left: 25%;
  }
  #contactImgGrandQuatre {
    background-size: 75%;
    left: 40%;
    top: 10%;
  }
  #contactImgGrandCinq {
    left: 45%;
  }
}

@media screen and (max-width: 999px) {
  #containerContactLogoGrand {
    display: none;
  }
  #containerContactLogoPetit {
    background-image: url("../images/contact/design.jpg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 40vh;
    display: flex;
    width: 100%;
  }
  #displayPageContact {
    flex-direction: column;
    width: 90%;
    margin-bottom: 50px;
  }
  .containerPageContact {
    width: 100%;
  }
  .containerPageContact form {
    padding: 10px;
    display: flex;
    width: 100%;
  }
  #containerFormRenseignement {
    padding: 0px;
  }
  .containerContactRenseignement {
    text-align: center;
  }
  .formRenseignement {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .formRenseignement div {
    width: 100%;
    padding: 0px;
  }
  #containerFormMessage {
    width: 100%;
    padding: 0px;
  }
  #containerFormSubmit {
    width: 100%;
    padding: 20px 0px;
  }
}
