@charset "UTF-8";
html {
  font-size: 16px;
  /* 1rem = 16px */
}

html {
  font-size: 16px;
  /* 1rem = 16px */
}

input[type=file] {
  color: transparent;
}

.file-upload {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.file-upload input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.contact_desktop {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 96vw;
}
.contact_desktop__left {
  display: flex;
  width: 28rem;
  height: 32rem;
  background-color: #f7f7ff;
  margin-top: auto;
  margin-bottom: auto;
  margin-top: 4rem;
  margin-bottom: 4rem;
  border-radius: 1rem;
}
.contact_desktop__left .ContactForm {
  display: flex;
  flex-direction: column;
  margin-right: auto;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-top: 1rem;
  width: 92%;
  gap: 0.8rem;
}
.contact_desktop__left .ContactForm div {
  margin-top: auto;
  margin-bottom: auto;
}
.contact_desktop__left .ContactForm div input {
  height: 2rem;
  width: 100%;
  border-radius: 0.5rem;
  padding-left: 0.5rem;
  border: solid 0.5px #707070;
  transition: all 2s ease-out;
  background-color: #ffffff;
}
.contact_desktop__left .ContactForm div input:hover {
  border: solid 0.5px #0A0B0A;
  transition-duration: 1s;
}
.contact_desktop__left .ContactForm__attachment {
  box-shadow: 4px 4px 19px -4px rgba(10, 11, 10, 0.2) !important;
  border-radius: 0.5rem;
  cursor: pointer;
}
.contact_desktop__left .ContactForm__attachment .file-upload-btn {
  height: 2rem;
  width: 100%;
  border-radius: 0.5rem;
  border: none;
  background-color: #ffffff;
}
.contact_desktop__left .ContactForm #id_message {
  width: 100%;
  border-radius: 0.5rem;
  background-color: #ffffff;
  padding-left: 0.5rem;
  border: solid 0.5px #707070;
  resize: none;
  height: 16rem;
  transition: all 2s ease-out;
}
.contact_desktop__left .ContactForm #id_message:hover {
  background-color: #f7f7ff;
  border: solid 0.5px #0A0B0A;
  transition-duration: 1s;
}
.contact_desktop__left .ContactForm__bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.contact_desktop__left .ContactForm__bottom button {
  height: 2rem;
  width: 8rem;
  background-color: #ffffff;
  border-radius: 0.5rem;
}
.contact_desktop__left .ContactForm__bottom #Valider {
  border: solid 1px #3E5349;
  transition: all 2s ease-out;
}
.contact_desktop__left .ContactForm__bottom #Annuler {
  border: solid 1px #8B0000;
  transition: all 2s ease-out;
}
.contact_desktop__left .ContactForm__bottom #Valider:hover {
  border: none;
  transition-duration: 1s;
  background-color: #3E5349;
  color: #f7f7ff;
}
.contact_desktop__left .ContactForm__bottom #Annuler:hover {
  border: none;
  transition-duration: 1s;
  background-color: #8B0000;
  color: #f7f7ff;
}
.contact_desktop__left .ContactForm__bottom div {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.contact_desktop__left .ContactForm__bottom div p {
  font-size: 0.8rem;
}
.contact_desktop__left .ContactForm__bottom div input {
  width: 1rem;
  height: 1rem;
  border-radius: 0.25rem;
  border: solid 1px #707070;
}
.contact_desktop__right {
  display: flex;
  flex-direction: column;
  margin-top: auto;
  margin-bottom: auto;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.contact_desktop__right aside {
  display: flex;
  flex-direction: row;
  font-size: 2rem;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
}
.contact_desktop__right aside img {
  width: 2rem;
  height: 2rem;
  margin-top: auto;
  margin-bottom: auto;
}
.contact_desktop__right img {
  width: 30rem;
}

.footer_desktop {
  margin-top: auto;
}

/* === MEDIA QUERIES UNIQUEMENT POUR DESKTOP === */
/* Ultra HD (4K) et plus */
/* Écran large WQHD / QHD (2560x1440) */
/* Full HD standard (1920x1080) */
/* HD+ / 1600x900 */
/* HD standard (1366x768 / 1440x900) */
/* Petits laptops ou écran splité verticalement *//*# sourceMappingURL=contact_desktop.css.map */