@media (min-width: 374px) {
  .residences-h2 {
    font-family: 'Optima';
    font-weight: normal;
    font-style: normal;
    font-size: 1.3rem;
    color: white;
    text-align: center;
    width: 87%;
    line-height: 1.2;
    text-transform: uppercase;
    margin: auto;
  }

  .row-img-brochure {
    position: absolute;
    top: -185px;
    width: 95%;
    left: 0;
    right: 0;
    margin: auto;
  }
}

@media (min-width: 413px) {
  .form-h1 {
    font-size: 1.5rem;
    line-height: 1;
    text-transform: uppercase;
  }

  .row-img-brochure {
    position: absolute;
    top: -185px;
    width: 85%;
    left: 0;
    right: 0;
    margin: auto;
  }

  .top_title {
    color: #66c0b6;
    font-size: 3.3rem;
    line-height: 1;
    margin-bottom: -4.5px;
  }
}

@media (min-width: 576px) {
  .logo-fotter {
    width: 90px;
    margin: auto;
  }

  .warrp-media .cover_media {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }

 #map {
    height:300px;
  }
}

@media(min-width:600px) {
  .form-h1 {
    font-family: 'Optima';
    font-weight: 800;
    font-style: normal;
    font-size: 1.9rem;
    text-transform: uppercase;
  }

  .row-img-brochure {
    position: absolute;
    top: -185px;
    width: 65%;
    left: 0;
    right: 0;
    margin: auto;
  }

  .header-bottom ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

  .projet-h2 {
    font-size: 1.5rem;
    text-transform: uppercase;
  }

  .projet-h3 {
    text-align: left;
    text-transform: uppercase;
    font-size: 1.2rem;
  }

  .projet-p {
    font-size: 1.2rem;
    color: white;
  }

  .residences-p {
    font-size: 1.2rem;
    text-align: center;
    color: white;
  }

  .residences-h2 {
    font-size: 1.4rem;
    color: white;
    text-transform: uppercase;
  }

  .emplacement-h2 {
    font-size: 1.5rem;
    text-transform: uppercase;
    color: black;
  }

  .residences-slide_title {
    text-align: left;
    position: absolute;
    top: 50%;
    width: 70%;
    left: 50%;
    background-color: rgb(0 0 0 / 60%);
    padding: 20px;
    transform: translate(-50%, -50%);
  }

  .residences-slide_title .h3 {
    text-align: left;
    font-size: 1.5rem;
    color: white;
    text-transform: uppercase;
    width: 12em;
    margin: 0;
  }

  .residences-slide__bottom p {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.2;
    color: black;
  }

  .p-content p {
    font-size: 1.2rem;
    color: white;
    ;
  }

  .form-h2 {
    font-size: 1.5rem;
    text-transform: uppercase;
    color: white;
  }

  .form-conact_form_title a {
    display: flex;
    align-items: center;
    justify-content: end;
    font-size: 1.5rem;
    color: white;
  }

  .btn-submit button {
    border: 1px solid #44a89e;
    color: black;
    background: #fff;
    border-radius: 0px;
    font-size: 1rem;
    padding: 6px 20px 5px;
    width: 100%;
    text-transform: uppercase;
  }

  .row-from .control-label {
    position: absolute;
    top: 0.25rem;
    pointer-events: none;
    padding-left: 0.125rem;
    z-index: 1;
    color: #fff;
    font-size: 1rem;
    font-weight: normal;
    transition: all 0.28s ease;
  }
}

@media(min-width:768px) {
  .projet-h2 {
    font-size: 1.5rem;
    text-transform: uppercase;
    margin: 0;
  }

  .emplacement-h2 {
    font-size: 1.7rem;
    text-transform: uppercase;
    color: black;
  }

  .form-h2 {
    font-size: 1.4rem;
    text-transform: uppercase;
    color: white;
  }

  .form-h1 {
    font-family: 'Optima';
    font-weight: 800;
    font-style: normal;
    font-size: 1.7rem;
    text-transform: uppercase;
  }

  .residences-slide_title .h3 {
    text-align: left;
    font-size: 1.5rem;
    color: white;
    text-transform: uppercase;
    width: 15em;
    margin: 0;
  }

  .brochure-warrp a {
    border: 1px solid #44a89e;
    color: black;
    background: #fff;
    padding: 6px 20px;
    font-size: 1rem;
    text-transform: uppercase;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: 0
  }

  .section-projet-banner::before {
    content: '';
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, rgba(2, 0, 36, 0) 0%, rgba(255, 255, 255, 0.2539390756302521) 30%, rgba(0, 0, 0, 1) 70%);
    position: absolute;
    z-index: 2;
    width: 60%;
    height: 100%;
    top: 0;
    right: 0;
    left: auto;
  }

  .section-emplacement::before {
    content: '';
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0.53125) 68%, rgba(252, 176, 69, 0) 92%);
    position: absolute;
    z-index: 2;
    width: 60%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .map-section::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 240px;
    left: -3em;
    bottom: -7em;
    background-image: url(../media/lines-rec.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .residences-slide::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 240px;
    left: -3.4em;
    top: -8em;
    background-image: url(../media/lines-rec-top.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .has-line::after {
    content: "";
    position: absolute;
    background-color: #08423e;
    width: 90px;
    height: 3px;
    bottom: -5px;
    left: 0px;
    display: block;
  }

  .has-line-fotter::after {
    content: "";
    position: absolute;
    background-color: #67beb4;
    width: 145px;
    height: 3px;
    bottom: -5px;
    left: 0px;
    display: block;
  }

  .row-img-brochure {
    position: absolute;
    top: -100px;
    width: 22em;
    left: -45px;
    margin: 0;
  }

  .map-section {
    width: 100%;
    margin-left: auto;
  }

  .map-phone-warrp {
    display: flex;
  }

  #map {
    height: 250px;
  }

  .logo-header img {
    width: 120px;
    margin: -2em 0 0 0;
    margin-bottom: 0;
  }

  .col-1-rwo:first-child {
    margin-bottom: 0;
  }

  .form_warrp .row-from:not(:last-child) {
    margin-bottom: 29px;
  }

  .md-show {
    display: block;
  }

  .md-hide {
    display: none;
  }

  .header-bottom ul {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    ;
  }

  .header-bottom ul li {
    color: white;
    font-size: 1rem;
    margin-right: 30px;
  }

  .section-projet-banner {
    padding: 8rem 0 !important;
    position: relative;
  }

  .section-emplacement {
    background-size: cover;
    padding: 8rem 0;
    position: relative;
  }

  .section-brochure {
    background-size: cover;
    padding: 70px 0;
    position: relative;
    margin: 95px 0;
  }

  .brochure-warrp {
    text-align: right;
  }

  .col-1-rwo {
    width: 48%;
  }

  .row-from.r2-col {
    display: flex;
    align-items: end;
    justify-content: space-between;
  }

  label.error {
    position: absolute;
    pointer-events: none;
    bottom: -22px;
    padding-left: 0.125rem;
    z-index: 1;
    color: red;
    font-size: 11px;
    font-weight: normal;
    transition: all 0.28s ease;
  }

  .row-from .control-label {
    position: absolute;
    top: 0.25rem;
    pointer-events: none;
    padding-left: 0.125rem;
    z-index: 1;
    color: #fff;
    font-size: 1rem;
    font-weight: normal;
    transition: all 0.28s ease;
  }
}

@media(min-width:992px) {
  .arrow {
    display: block;
  }

  .projet-h2 {
    margin-left: auto;
    font-size: 1.6rem;
    width: 16em;
    text-transform: uppercase;
  }

  .residences-h2 {
    font-size: 1.6rem;
    color: white;
    text-transform: uppercase;
  }

  .residences-p {
    font-size: 1.2rem;
    text-align: center;
    color: white;
  }

  label.error {
    position: absolute;
    pointer-events: none;
    bottom: -22px;
    padding-left: 0.125rem;
    z-index: 1;
    color: red;
    font-size: 13px;
    font-weight: normal;
    transition: all 0.28s ease;
  }
}

@media(min-width:768px) and (max-width:998px) {
  .form-banner_title {
    text-align: left;
    height: calc(78% - 6rem);
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
}

@media(min-width:999px) {
  .form-h1 {
    width: 11em;
    font-family: 'Optima';
    font-weight: 800;
    font-style: normal;
    font-size: 2.5rem;
    text-transform: uppercase;
  }

  .residences-h2 {
    font-size: 1.6rem;
    color: white;
    text-align: center;
    width: 100%;
    line-height: 1.2;
    text-transform: uppercase;
    margin: auto;
  }

  .residences-p {
    text-align: center;
    font-size: 1.2rem;
    color: white;
    width: 100%;
    margin: auto;
  }

  .brochure-warrp a {
    border: 1px solid #44a89e;
    color: black;
    background: #fff;
    padding: 6px 25px;
    font-family: 'Poppins';
    font-weight: 600;
    font-style: normal;
    font-size: 1.2rem;
    display: block;
    text-transform: uppercase;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: 0;
  }

  .form-h2 {
    font-size: 1.6rem;
    text-transform: uppercase;
    color: white;
  }

  .header-bottom ul {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    ;
  }

  .form-banner_form {
    width: 85%;
    width: 100%;
    margin: auto;
  }

  .projet-h3 {
    text-align: right;
    text-transform: uppercase;
    font-size: 1.7rem;
  }

  .projet-p {
    font-size: 1.2rem;
    text-align: center;
    color: white;
  }

  .emplacement-h2 {
    font-size: 1.6rem;
    color: black;
    text-transform: uppercase;
    width: 17em;
  }

  .p-content p {
    font-size: 1.2rem;
    color: white;
    ;
    text-align: center;
  }

  .header-bottom ul li {
    color: white;
    font-size: 1rem;
    margin-right: 30px;
  }

  .section-projet-banner, .section-emplacement {
    padding: 10rem 0 !important;
    position: relative;
  }
}

@media(min-width:1190px) {
  .row-img-brochure {
      position: absolute;
      top: -100px;
      width: 25em;
      left: -45px;
      margin: 0;
  }
  .has-line {
    position: relative;
  }

  .has-line-phone::before {
    content: '';
    position: absolute;
    height: 25px;
    width: 2px;
    background-color: #66C0B6;
    top: 50%;
    right: 2.1em;
    transform: translateY(-50%);
  }

  .header-bottom {
    padding: 1.4em 0;
      position: absolute;
      left: 0;
      right: 0;
      background: transparent;
      top: -35px;
  }

  .section-projet-text {
    margin-bottom: -15px;
  }

  .header-bottom::before {
    content: '';
    position: absolute;
    background: #4fa69e;
    height: 100%;
    width: 55%;
    top: 0
  }

  .form-h1 {
    font-family: 'Optima';
    font-weight: 800;
    font-style: normal;
    font-size: 2.8rem;
    width: 11em;
    line-height: 1;
    text-transform: uppercase;
  }

  .projet-h2 {
    font-size: 1.7rem;
    text-transform: uppercase;
  }

  .residences-h2 {
    font-size: 1.7rem;
    color: white;
    text-transform: uppercase;
  }

  .emplacement-h2 {
    text-transform: uppercase;
    font-size: 1.7rem;
    color: black;
  }

  .residences-slide_title {
    text-align: left;
    position: absolute;
    top: 50%;
    width: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(0 0 0 / 60%);
    padding: 20px;
  }

  .residences-slide_title .h3 {
    text-align: left;
    font-size: 1.7rem;
    color: white;
    width: 15em;
    text-transform: uppercase;
    margin: 0;
  }

  .form-h2 {
    font-size: 1.7rem;
    text-transform: uppercase;
    color: white;
  }

  .form-conact_form_title a {
    display: flex;
    align-items: center;
    justify-content: end;
    font-size: 1.7rem;
    color: white;
  }
}

@media(min-width:1200px) {
  header {
    position: relative;
    padding: 40px 0px 3em;
    height: 600px;
  }

  .form-banner {
    margin-top: 4em;
  }
}

@media(min-width:1900px) {
  .section-projet-banner::before {
    content: '';
    background: rgb(2, 0, 36);
    position: absolute;
    z-index: 2;
    width: 85%;
    height: 100%;
    top: 0;
    right: 0;
    left: auto;
  }

  .section-brochure {
    background-size: cover;
    padding: 70px 0;
    position: relative;
    margin: 0;
  }

  .brochure-warrp a {
    border: 1px solid #44a89e;
    color: black;
    background: #fff;
    padding: 6px 25px;
    font-size: 1.2rem;
    display: block;
    text-transform: uppercase;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: 0;
  }

  .residences-slide_title .h3 {
    text-align: left;
    font-size: 1.5rem;
    color: white;
    width: 15em;
    text-transform: uppercase;
    margin: 0;
  }
}
