@font-face {
  font-family: "MarkPro";
  src: url("../fonts/MarkPro.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "MarkMedium";
  src: url("../fonts/markpro_medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "RAFTTELSCRIPTDEMO";
  src: url("../fonts/RAFTTEL-SCRIPT-DEMO.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "MontserratExtraBold";
  src: url("../fonts/Montserrat-ExtraBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "CHAMPAGNELIMOUSINES";
  src: url("../fonts/CHAMPAGNELIMOUSINES.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  color: #000;
  font-family: "MarkPro";
  font-size: 16px;
}

* {
  margin: 0px;
  padding: 0px;
}

p {
  font-family: "MarkPro";
  font-size: 16px;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

a,
a:focus,
a:hover {
  text-decoration: none;
}

.btn-check:focus + .btn,
.btn:focus {
  box-shadow: none;
}

/*  Formulaire  */

body {
  position: relative;
  background-image: url(../images/bg_projet_image-h-v2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
}

.content_form {
  height: 100vh;
  max-width: 500px;
  position: relative;
  right: 0;
  margin: auto 0 auto auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content .row {
  align-items: flex-end;
}

.content h1 {
  font-family: "RAFTTELSCRIPTDEMO";
  color: #fff;
  font-size: 50px;
  transform: rotate(351deg);
  margin-bottom: 100px;
}

.contenu_text {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.projet_text {
  background: #ab294bcc;
  padding: 1rem;
  max-width: 670px;
  display: flex;
  justify-content: space-evenly;
}

.optionmobile {
  display: none;
}

.projet_text_group {
  display: flex;
  align-items: center;
  justify-content: center;
}

.projet_text h2 {
  color: #fff;
  text-transform: uppercase;
  font-family: "MontserratExtraBold";
  font-size: 53px;
}

.projet_text h2 span {
  font-family: "MarkMedium";
  font-size: 34px;
}

.projet_text_block {
  display: block;
}

.projet_text_last {
  background: #ffffffc7;
}

.projet_text_last h2 {
  color: #b03656;
}

.projet_text {
}

.projet_text_new h2 {
  color: #fff;
  font-family: "MontserratExtraBold";
  font-size: 30px;
  margin: auto;
  text-align: center;
}

.contenu_text a,
.contenu_text a:hover {
  font-family: "MontserratExtraBold";
  font-size: 33px;
  color: #fff;
}

.projet_text_new h2 span {
  font-family: "MarkMedium";
  font-size: 18px;
}

.projet_text_new:first-child {
  margin-right: 15px;
  border-right: solid #d76155 2px;
  padding-right: 15px;
}

.projet_text_new h2:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
}

.projet_text_new h2 strong {
  font-size: 60px;
  color: #d76155;
  margin: 0 5px;
}

.media_and_logo {
  background-color: #ffffffc2;
  padding: 10px;
}

.media_and_logo .logo {
  width: 250px;
}

.media {
  margin-top: 10px;
}

.media a {
  margin: 0 10px;
}

.media a img {
  width: 30px;
}

.content form {
  background-color: #ab294bcc;
  padding: 10px 20px;
  height: fit-content;
}

.icon_radio_row {
  display: flex;
  align-items: flex-start;
  position: relative;
}

.icon_radio_row label.error {
  width: 258px;
}

.form_group {
  position: relative;
  margin-bottom: 20px;
}

.form_group.checkbox {
  display: flex;
  justify-content: space-between;
}

.form_group input,
.form_group textarea {
  font-family: "MarkMedium";
  font-size: 19px;
  color: #fff;
  border: 0;
  background: transparent;
  outline: none;
  width: 100%;
  height: 65px;
  border-bottom: 2px solid #fff;
  padding-left: 15px;
}

.form_group textarea {
  height: 100px;
}

.form_group input::placeholder,
.form_group textarea::placeholder {
  font-family: "MarkMedium";
  font-size: 19px;
  color: #fff;
}

.form_group select {
  font-family: "MarkMedium";
  font-size: 19px;
  background: transparent;
  color: #fff;
  width: 100%;
  border: none;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0;
  cursor: pointer;
  border-bottom: 2px solid #fff;
  padding-left: 15px;
  height: 65px;
  z-index: 9;
}

.form_group select:focus-visible {
  outline: none;
}

.form_group select::-ms-expand {
  display: none;
}

.form_group.icon_select::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  background-image: url(../images/fleche-vers-le-bas.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  z-index: 4;
}

.form_group select option {
  background-color: #ab294bcc;
}

.form_group select option:hover {
  background-color: #ab294bcc;
}

.content label {
  font-family: "MarkMedium";
  font-size: 19px;
  color: #fff;
  position: relative;
  margin-left: 50px;
  margin-right: 15px;
}

.content form p {
  font-family: "MarkMedium";
  font-size: 10px;
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
}

.conforment_accepte {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.conforment_accepte input {
  width: auto !important;
  height: auto !important;
}

.conforment_accepte label {
  font-family: "MarkMedium";
  font-size: 10px;
  color: #fff;
  margin-bottom: 5px !important;
  margin-left: 15px !important;
  margin-right: 0 !important;
}

.conforment_accepte label.error {
  left: 0;
  bottom: 10px;
}

.conforment_accepte label a,
.conforment_accepte label a:hover {
  font-family: "MarkMedium";
  font-size: 10px;
  color: #fff;
  text-decoration: underline;
}

.icon_radio_row label {
  cursor: pointer;
  padding-left: 35px;
  margin: 0px;
  font-size: 17px;
}

.icon_radio_row input {
  opacity: 0;
  position: absolute;
}

.icon_radio:has(.icon_radio_row.investir input:checked) .investir label::before {
  background: #fff;
  outline: solid 2px #ab294bcc;
  outline-offset: -3px;
  box-shadow: inset 0px 0px 0px 4px #fff;
}

.icon_radio:has(.icon_radio_row.habiter input:checked) .habiter label::before {
  background: #fff;
  outline: solid 2px #ab294bcc;
  outline-offset: -3px;
  box-shadow: inset 0px 0px 0px 4px #fff;
}

.icon_radio:has(.icon_radio_row input) label.error::before,
.icon_radio:has(.icon_radio_row input:checked) label.error::before {
  display: none;
}

.icon_radio:has(.icon_radio_row input) label::before {
  content: "";
  background: transparent;
  border-radius: 50%;
  border: 2px solid #ffff;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  padding: 2px;
  left: 0px;
  top: 0;
  position: absolute;
  margin-right: 10px;
  text-align: center;
}

.form_group.icon_radio input {
  width: 66px;
  height: 33px !important;
  margin-right: 20px;
}

.submit_input {
  position: relative;
}

.submit_input button {
  background: #ffff;
  text-align: center;
  font-family: "MarkMedium";
  color: #000;
  border: 0;
  outline: none;
  display: block;
  margin: auto;
  font-size: 20px;
  padding: 12px;
  width: 80%;
  border-radius: 50px;
}

.submit_input button img {
  margin-right: 25px;
}

label.error {
  margin-top: 10px;
  color: red;
  position: absolute;
  font-size: 15px;
  left: 0;
  bottom: -20px;
  margin-left: 0;
}

.alert-success {
  color: #fff;
  background-color: #ab294bcc;
  border-color: #fff;
}

.openform {
  background: #ab294bcc;
  text-align: center;
  font-family: "MarkMedium";
  font-size: 20px;
  color: #fff;
  border: 0;
  outline: none;
  display: block;
  padding: 10px 50px;
  border-radius: 50px;
  margin: 10px auto;
  display: none;
  outline: none;
  box-shadow: none;
}

@media (max-width: 1199px) {
  .projet_text h2 span {
    font-size: 26px;
  }
}

@media (max-width: 991px) {
  .content_form {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .content .row {
    align-items: flex-end;
    display: flex;
    flex-direction: column-reverse;
  }

  .projet_text_last {
    margin-bottom: 50px;
  }

  .projet_text h2 {
    font-size: 29px;
  }

  .projet_text h2 span {
    font-size: 15px;
  }

  .content h1 {
    font-size: 41px;
    top: 6rem;
  }

  .openform,
  .optionmobile {
    display: block;
  }

  .content_form {
    display: none;
  }

  .projet_text_new h2 {
    font-size: 20px;
  }

  .projet_text_new h2 strong {
    font-size: 30px;
  }

  /* .projet_text_new h2 span {
        font-size: 25px;
    } */

  .projet_text_new h2 strong {
    font-size: 50px;
  }

  .contenu_text a,
  .contenu_text a:hover {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

@media (max-width: 567px) {
  .projet_text_group {
    flex-direction: column;
  }

  .projet_text_new:first-child {
    margin-right: 0px;
    border-right: none;
    padding-right: 0px;
    margin-bottom: 15px;
    border-bottom: solid #d76155 2px;
    padding-bottom: 15px;
  }
}
