.contact_container {
  z-index: 2;
  width: 100%;
  max-width: 1450px;
  position: relative;
}

.contact-slider-content {
  width: 100%;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  display: grid;
}

.column {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.column.max-600 {
  max-width: 600px;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}

.h1_connexion_mobile {
  color: #1a2341;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.indicator_data {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.services_indicator {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.indicator_coordonnes {
  width: 40px;
  height: 40px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.coordonne_icon {
  width: 24px;
  height: 24px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 8px;
  left: 8.08789px;
}

.form-content {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.contact-form {
  background-color: #d7e5f3;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 50px;
}

.contact-form-grid {
  width: 100%;
  grid-column-gap: 25px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.inputlabel {
  width: 100%;
  height: auto;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.label {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.form-text-input {
  width: 100%;
  height: 40px;
  grid-column-gap: 8px;
  color: #636462;
  background-color: #fff;
  border: 2px solid #e5e5e5;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
  display: flex;
}

.form-text-input::-ms-input-placeholder {
  color: #636462;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
}

.form-text-input::placeholder {
  color: #636462;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
}

.checkbox {
  width: 16px;
  height: 16px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.captcha {
  object-fit: cover;
}

.labelinput_oneline {
  width: 100%;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.form-textarea {
  width: 100%;
  height: 100px;
  grid-column-gap: 8px;
  color: #636462;
  background-color: #fff;
  border: 3px solid #e5e5e5;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
  display: flex;
}

.form-textarea::-ms-input-placeholder {
  color: #979797;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.form-textarea::placeholder {
  color: #979797;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.form-textarea:focus {
  border: 2px solid #1A2341;
}

.align-center {
  align-self: center;
}

.grid-area {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

.contact_column {
  align-self: start;
  justify-self: start;
}

@media screen and (max-width: 479px) {
  .contact_container {
    width: 100%;
  }

  .h1_connexion_mobile {
    width: 100%;
    object-fit: fill;
    font-size: 40px;
  }

  .contact-form {
    padding: 30px;
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .grid-area-400 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  .contact-slider-content {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 991px) {
  .contact-slider-content {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    display: block;
  }

  .column {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .column.max-600 {
    max-width: none;
  }

  .contact-form {
    padding: 30px;
  }

  .contact-form-grid {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }
}

@media screen and (min-width: 1280px) {
  .contact_container {
    width: 100%;
  }

  .contact-slider-content {
    grid-template-columns: 1fr 1fr;
    align-content: center;
    overflow: hidden;
  }

  .column {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: center;
    padding-top: 20px;
  }

  .column.max-600 {
    max-width: none;
  }

  .form-content {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .contact-form-grid {
    grid-column-gap: 25px;
    grid-row-gap: 16px;
  }
}
