html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

input::placeholder {
  opacity: 0.5;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body .project-form h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.3;
}
body .project-form h1 span {
  font-weight: 700;
}
@media screen and (max-width:479px) {
  body .project-form h1 {
    font-size: 30px;
  }
}
body {
  font-family: "Roboto", sans-serif;
}
body .project-form {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
body .project-form #form_contact {
  display: flex;
  width: 80%;
  min-height: 75vh;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  background: #DFDFDF;
  text-align: center;
}
@media screen and (max-width:767px) {
  body .project-form #form_contact {
    width: 85%;
    min-height: unset;
  }
}
body .project-form #form_contact .swiper .swiper-wrapper {
  align-items: center;
}
body .project-form #form_contact .swiper .swiper-wrapper .slideHome .title {
  font-size: 40px;
  margin-bottom: 24px;
}
body .project-form #form_contact .swiper .swiper-wrapper .slideHome .title span {
  color: #115691;
}
body .project-form #form_contact .swiper .swiper-wrapper .slideHome .description {
  width: 55%;
  margin: auto;
  font-size: 16px;
}
@media screen and (max-width:767px) {
  body .project-form #form_contact .swiper .swiper-wrapper .slideHome .description {
    width: 100%;
  }
}
body .project-form #form_contact .swiper .swiper-wrapper .slideHome .description p:last-child {
  font-size: 1.125rem;
}
body .project-form #form_contact .swiper .swiper-wrapper .slideHome .description span {
  display: block;
  padding-top: 0.5rem;
  color: #115691;
}
body .project-form #form_contact .swiper .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .project-form #form_contact .swiper .swiper-wrapper .swiper-slide .slide-wrap {
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  body .project-form #form_contact .swiper .swiper-wrapper .swiper-slide .slide-wrap {
    padding: 1rem 0.5rem;
  }
}
body .project-form #form_contact .swiper .swiper-wrapper .swiper-slide .flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  body .project-form #form_contact .swiper .swiper-wrapper .swiper-slide .flex-wrap {
    justify-content: center;
  }
}
body .project-form #form_contact .swiper .swiper-wrapper .swiper-slide .flex-wrap.jc-center {
  justify-content: center;
}
body .project-form #form_contact .swiper .swiper-wrapper .swiper-slide .flex-wrap > * {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  body .project-form #form_contact .swiper .swiper-wrapper .swiper-slide .flex-wrap > * {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
}
body .project-form #form_contact .swiper .swiper-wrapper .swiper-slide .customer_type {
  margin-top: 2rem;
}
body .project-form #form_contact .swiper .swiper-wrapper .swiper-slide .title {
  margin-bottom: 1rem;
  padding-bottom: 0;
  font-size: 20px;
}
body .project-form #form_contact .swiper .swiper-wrapper .swiper-slide .custom-radio, body .project-form #form_contact .swiper .swiper-wrapper .swiper-slide .custom-checkbox {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: #FFFFFF;
  cursor: pointer;
  position: relative;
  padding: 8px;
  width: 116px;
  height: 126px;
  font-size: 0.875rem;
  color: #115691;
}
body .project-form #form_contact .swiper .swiper-wrapper .swiper-slide .custom-radio p, body .project-form #form_contact .swiper .swiper-wrapper .swiper-slide .custom-checkbox p {
  padding-bottom: 0;
  line-height: 1;
}
body .project-form #form_contact .swiper .swiper-wrapper .swiper-slide .custom-radio .separateur, body .project-form #form_contact .swiper .swiper-wrapper .swiper-slide .custom-checkbox .separateur {
  height: 2px;
  width: 100%;
  background: #115691;
  border-radius: 25px;
  margin: 0.25rem 0;
}
body .project-form #form_contact .swiper .swiper-wrapper .swiper-slide .custom-radio:before, body .project-form #form_contact .swiper .swiper-wrapper .swiper-slide .custom-checkbox:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
}
body .project-form #form_contact .swiper .swiper-wrapper .swiper-slide .radio-button input[type=radio], body .project-form #form_contact .swiper .swiper-wrapper .swiper-slide .checkbox-button input[type=checkbox] {
  appearance: none;
  cursor: pointer;
  position: absolute;
  z-index: 999;
  width: 116px;
  height: 126px;
  margin: 0;
}
body .project-form #form_contact .swiper .swiper-wrapper .swiper-slide .radio-button input[type=radio]:checked + .custom-radio, body .project-form #form_contact .swiper .swiper-wrapper .swiper-slide .checkbox-button input[type=checkbox]:checked + .custom-checkbox {
  background: #115691;
  color: #fff;
}
body .project-form #form_contact .swiper .swiper-wrapper .swiper-slide .radio-button input[type=radio]:checked + .custom-radio svg path,
body .project-form #form_contact .swiper .swiper-wrapper .swiper-slide .radio-button input[type=radio]:checked + .custom-radio svg rect,
body .project-form #form_contact .swiper .swiper-wrapper .swiper-slide .radio-button input[type=radio]:checked + .custom-radio svg line,
body .project-form #form_contact .swiper .swiper-wrapper .swiper-slide .checkbox-button input[type=checkbox]:checked + .custom-checkbox svg path,
body .project-form #form_contact .swiper .swiper-wrapper .swiper-slide .checkbox-button input[type=checkbox]:checked + .custom-checkbox svg rect,
body .project-form #form_contact .swiper .swiper-wrapper .swiper-slide .checkbox-button input[type=checkbox]:checked + .custom-checkbox svg line {
  stroke: white;
}
body .project-form #form_contact .swiper .swiper-wrapper .swiper-slide .radio-button input[type=radio]:checked + .custom-radio svg text, body .project-form #form_contact .swiper .swiper-wrapper .swiper-slide .checkbox-button input[type=checkbox]:checked + .custom-checkbox svg text {
  fill: white;
}
body .project-form #form_contact .swiper .swiper-wrapper .swiper-slide .radio-button input[type=radio]:checked + .custom-radio .separateur, body .project-form #form_contact .swiper .swiper-wrapper .swiper-slide .checkbox-button input[type=checkbox]:checked + .custom-checkbox .separateur {
  background: white;
}
body .project-form #form_contact .par_profile,
body .project-form #form_contact .pro_profile,
body .project-form #form_contact .company,
body .project-form #form_contact .par_profile + label,
body .project-form #form_contact .pro_profile + label,
body .project-form #form_contact .company,
body .project-form #form_contact .siret {
  display: none;
}
body .project-form #form_contact .par_profile.visible,
body .project-form #form_contact .pro_profile.visible,
body .project-form #form_contact .par_profile.visible + label,
body .project-form #form_contact .pro_profile.visible + label,
body .project-form #form_contact .company.visible,
body .project-form #form_contact .siret.visible {
  display: block;
}
body .project-form .swiper-custom-button-next,
body .project-form .swiper-custom-button-prev {
  background: white;
  height: 100px;
  width: 50px;
  border: 2px solid #115691;
  color: #115691;
  position: absolute;
  display: flex;
  top: 50%;
  transform: translateY(-50%);
  align-items: center;
}
body .project-form .swiper-custom-button-next {
  padding: 20px 0 20px 20px;
  border-right: none;
}
body .project-form .swiper-custom-button-prev {
  padding: 20px 20px 20px 0;
  border-left: none;
}
body .project-form .swiper-custom-button-next:hover,
body .project-form .swiper-custom-button-prev:hover {
  background: #115691;
}
body .project-form .swiper-custom-button-next:hover svg path,
body .project-form .swiper-custom-button-prev:hover svg path {
  fill: white;
}
body .project-form .swiper-custom-button-next {
  border-radius: 14px 0 0 14px;
  right: 0;
  justify-content: flex-start;
}
body .project-form .swiper-custom-button-prev {
  display: none;
  border-radius: 0 14px 14px 0;
  left: 0;
  justify-content: flex-end;
}
@media screen and (max-width:767px) {
  body .project-form .swiper-custom-button-next,
  body .project-form .swiper-custom-button-prev {
    height: 60px;
    width: 26px;
  }
  body .project-form .swiper-custom-button-next {
    padding: 6px;
  }
  body .project-form .swiper-custom-button-prev {
    padding: 6px;
  }
}
/* INPUTS */
input[type=text], input[type=email], select {
  box-sizing: border-box;
  width: 170px !important;
  padding: 0.5rem !important;
  border-radius: 0.5rem !important;
  border-width: 2px !important;
  border-style: solid !important;
  border-color: #FFFFFF !important;
  background-color: #FFFFFF !important;
  font-size: 0.875rem !important;
  line-height: 1.5 !important;
  color: #115691 !important;
}

@media screen and (max-width:1023px) {
  .identity {
    flex-direction: column;
  }
}

.message {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
}

.message textarea {
  width: 100%;
  border: 2px solid #115691;
  border-radius: 0.5rem;
  resize: none;
  box-sizing: border-box;
  background-color: #FFFFFF;
  line-height: 1.5;
}

.custom-radio, input[type=text], input[type=email], select {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1) !important;
}

input[type=text]:focus, select:focus {
  outline: none;
}

select {
  border-color: #115691 !important;
}

::placeholder {
  color: #115691;
}

.information {
  max-width: 700px;
}

.information > * {
  width: calc(33.33% - 1rem);
  margin-bottom: 1rem;
}

@media screen and (max-width:767px) {
  .information > * {
    width: calc(50% - 1rem);
  }
}

.information input, .information select {
  width: 100% !important;
}

.display_firstname, .display_lastname {
  font-weight: 700;
}

.datas {
  font-size: 0.5rem;
  line-height: 1;
}

.acceptance {
  display: flex;
  align-items: baseline;
  margin: 0.5rem;
  text-align: left;
}

.acceptance input {
  margin: 0;
  margin-right: 0.5rem;
}

.acceptance label {
  font-size: 0.75rem;
  line-height: 1.2;
}

.acceptance label a {
  text-decoration: underline;
  color: #115691;
}

#form_contact button[type=submit] {
  width: 200px !important;
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  padding: 1rem !important;
  border: 2px solid #115691 !important;
  border-radius: 0.5rem !important;
  background-color: #FFFFFF !important;
  font-size: 1.125rem !important;
  color: #115691 !important;
  cursor: pointer !important;
}

#form_contact button[type=submit]:hover {
  background-color: #115691 !important;
  color: #FFFFFF !important;
}

.form_alert {
  position: fixed;
  z-index: 11;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 480px;
  width: 100%;
  height: 100px;
  border-radius: 0.5rem 0.5rem 0 0;
  background-color: #FFFFFF;
  box-shadow: 0 -6px 20px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1)
}

.form_alert.visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.form_alert p {
  padding: 2rem;
  font-size: 0.875rem;
  color: indianred;
}

.steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 80%;
  margin-bottom: 2rem;
}

@media screen and (max-width:767px) {
  .steps {
    display: grid;
    grid-template-columns: 1fr;
    width: 85%;
    margin-bottom: 1rem;
  }
}

.steps .step {
  position: relative;
  width: calc(100%/7);
}

@media screen and (max-width:767px) {
  .steps .step {
    grid-row-start: 1;
    grid-column-start: 1;
    width: 100%;
  }
}

.steps .step .dot {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  transform: translateY(-0.25rem);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #DFDFDF;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.steps .step.active .dot,
.steps .step.complete .dot {
  background-color: #115691;
}

.steps .step .dot:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 2px solid #115691;
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.steps .step.active .dot:after {
  opacity: 1;
}

@media screen and (max-width:767px) {
  .steps .step .dot {
    left: 0;
    background-color: #115691;
  }
}

.steps .step .line {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #DFDFDF;
}

@media screen and (max-width:767px) {
  .steps .step .line {
    position: absolute;
    background-color: #115691;
    left: 0;
  }
}

.steps .step .line:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #115691;
  transform-origin: left;
  transform: scaleX(0);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.steps .step.active .line:after,
.steps .step.complete .line:after {
  transform: scaleX(1);
}

.steps .step .label {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0.75rem;
  transform: translateY(-50%);
  display: block;
  padding: 0.25rem;
  background-color: #FFFFFF;
  font-size: 0.625rem;
  line-height: 1;
  color: #115691;
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.steps .step.active .label {
  opacity: 1;
}

@media screen and (max-width:767px) {
  .steps .step .label {
    left: 1rem;
    right: unset;
    opacity: 0;
    padding: 0.25rem 0.5rem;
    font-size: 1.125rem;
  }
  
  .steps .step.active .label {
    opacity: 1;
  }

  .steps .step.complete .label {
    opacity: 0;
  }
}

.m-left {
  margin-left: 0.5rem;
}

.ta-left {
  text-align: left;
}

@media screen and (max-width:767px) {
  .m-left {
    margin-left: 0;
  }
  
  .ta-left {
    text-align: center;
  }
}

.loader {
  width: 48px;
  height: 48px;
  border: 5px solid #FFF;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: none;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

.loader.active {
  display: inline-block;
}

@keyframes rotation {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
} 

#form_contact .back_to_hp {
  display: inline-block;
  width: 200px !important;
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  padding: 1rem !important;
  border: 2px solid #115691 !important;
  border-radius: 0.5rem !important;
  background-color: #115691 !important;
  font-size: 1.125rem !important;
  color: #FFFFFF !important;
  cursor: pointer !important;
}

#form_contact .back_to_hp:hover {
  background-color: #FFFFFF !important;
  color: #115691 !important;
}