﻿@font-face {
  font-family: "KiaOTF";
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/KiaSignatureFixRegular.woff2") format("woff2");
}
@font-face {
  font-family: "KiaOTF";
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/KiaSignatureFixLight.woff2") format("woff2");
}
@font-face {
  font-family: "KiaOTF";
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/KiaSignatureFixBold.woff2") format("woff2");
}
body {
  font-family: "KiaOTF", sans-serif;
  padding: 0;
  margin: 0;
  color: #fff;
  background: #05141f;
  font-size: 16px;
}
input,
textarea,
select {
  font-size: 14px;
  color: #05141f;
  font-family: "KiaOTF";
}
*,
*:after,
*:before {
  box-sizing: border-box;
}
p,
h1 {
  margin: 0;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
main {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
.dekstop {
  display: none;
}
.tablette {
  display: none;
}
#questionnaire {
  display: none;
}
.illustration {
  width: 100%;
}
.illustration h1 {
  width: 100%;
  padding: 22px 25px;
  z-index: 2;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.illustration h1 img {
  width: 77px;
}
.illustration .bg {
  width: 100%;
  aspect-ratio: 320/180;
  background: url("../images/bg.png") no-repeat center/cover;
}
.illustration .bg video {
  width: 100%;
  display: block;
}
.illustration .text .cadre {
  max-width: 320px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 20px;
  row-gap: 11px;
  font-weight: 300;
}
.illustration .text .cadre .t1 {
  font-size: 13px;
  width: 100%;
}
.illustration .text .cadre .t1 strong {
  font-weight: bold;
}
.illustration .text .cadre .t2 {
  font-size: 12px;
  width: 86px;
  border-right: 1px solid #fff;
  display: flex;
  flex-direction: column;
}
.illustration .text .cadre .t2 span {
  width: 100%;
}
.illustration .text .cadre .t2 span:nth-child(2) {
  font-size: 27px;
  font-weight: bold;
}
.illustration .text .cadre .t2 span sup {
  font-size: 8px;
}
.illustration .text .cadre .t3 {
  font-size: 12px;
  padding-left: 14px;
  width: calc(100% - 86px);
}
.illustration .text .cadre .t3 sup {
  font-size: 8px;
}
.merci {
  display: none;
  padding: 20px;
  text-align: center;
}
.merci strong {
  font-size: 24px;
  text-transform: uppercase;
  color: #000;
  display: block;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cdd0d2;
}
.merci span {
  font-size: 14px;
  font-weight: 300;
  color: #05141f;
}
.form {
  padding: 20px;
  background: #fff;
  color: #05141f;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 626px;
  margin: 0 auto;
}
.form .intro {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 105%;
}
.form .intro2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cdd0d2;
}
.form .intro2 .titre {
  font-weight: bold;
  font-size: 20px;
  line-height: 105%;
}
.form .form-groupe {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.form .raison {
  display: none;
}
.form .type {
  font-size: 12px;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3px;
  border: 1px solid #05141f;
  height: 38px;
  border-radius: 2px;
  padding-left: 11px;
}
.form .type .part,
.form .type .pro {
  color: #cdd0d2;
  transition: all 0.45s ease-in-out;
}
.form .type .part.actif,
.form .type .pro.actif {
  color: #05141f;
}
.form .type .switch {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 20px;
}
.form .type .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.form .type .switch input:checked + .slider::before {
  transform: translateY(-50%) translateX(12px);
}
.form .type .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  transition: all 0.45s ease-in-out;
  border: 1px solid #05141f;
  border-radius: 16px;
  z-index: 1;
  cursor: pointer;
}
.form .type .switch .slider:before {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #05141f;
  transition: all 0.45s ease-in-out;
  border-radius: 50%;
}
.form #distributeur {
  display: none;
}
.form .distributeurs {
  display: none;
  flex-direction: column;
  width: 100%;
  z-index: 10;
  font-size: 14px;
  height: 226px;
  overflow-y: auto;
}
.form .distributeurs .titre {
  font-weight: bold;
  padding: 5px;
}
.form .distributeurs label {
  font-size: 12px;
  padding: 5px;
  background: #fff;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  border-bottom: 1px solid #cdd0d2;
  cursor: pointer;
}
.form .form-cadre {
  width: 100%;
  position: relative;
}
.form .form-cadre:has(> input:invalid:focus):after,
.form .form-cadre:has(> input:not(:placeholder-shown):invalid):after,
.form .form-cadre:has(> select:invalid:focus):after {
  content: "❌";
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  pointer-events: none;
}
.form .form-cadre:has(> input:invalid:focus).distri:after,
.form .form-cadre:has(> input:not(:placeholder-shown):invalid).distri:after,
.form .form-cadre:has(> select:invalid:focus).distri:after {
  top: 10px;
  transform: none;
}
.form .form-cadre:has(> input:not([type="checkbox"]):not([type="radio"]):valid:focus):after,
.form .form-cadre:has(> input:not([type="checkbox"]):not([type="radio"]):not(:placeholder-shown):valid):after,
.form .form-cadre:has(> select:valid:focus):after {
  content: "✔️";
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  pointer-events: none;
}
.form .form-cadre:has(> input:not([type="checkbox"]):not([type="radio"]):valid:focus).distri:after,
.form .form-cadre:has(> input:not([type="checkbox"]):not([type="radio"]):not(:placeholder-shown):valid).distri:after,
.form .form-cadre:has(> select:valid:focus).distri:after {
  top: 10px;
  transform: none;
}
.form .form-cadre .champ {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #cdd0d2;
  height: 38px;
  line-height: 38px;
  display: block;
  font-size: 13px;
  width: 100%;
  padding: 0 28px 0 11px;
  border-radius: 2px;
  color: #05141f;
  transition: all 0.45s ease-in-out;
}
.form .form-cadre .champ:hover,
.form .form-cadre .champ:focus,
.form .form-cadre .champ:active {
  outline: none;
  border-color: #05141f;
}
.form .form-cadre .champ:valid {
  border-color: #05141f;
}
.form .form-cadre .champ:not(select):not(:placeholder-shown):invalid {
  border-color: red;
}
.form .form-cadre .champ:invalid:focus {
  border-color: red;
}
.form .checkbox.optin {
  padding-bottom: 20px;
  border-bottom: 1px solid #cdd0d2;
}
.form .checkbox label {
  display: flex;
  flex-direction: row;
  gap: 7px;
  align-items: flex-start;
  cursor: pointer;
}
.form .checkbox label span {
  color: #697279;
  font-size: 11px;
  font-weight: 300;
}
.form .checkbox input {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  min-width: 18px;
  height: 18px;
  border: 1px solid #cdd0d2;
  color: #cdd0d2;
  border-radius: 1px;
  background: rgba(0, 0, 0, 0);
  accent-color: #05141f;
  position: relative;
  margin: 0;
  top: 0;
  border-radius: 100%;
}
.form .checkbox input::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background: #05141f;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  scale: 0;
}
.form .checkbox input:checked::before {
  scale: 1;
}
.form .legend {
  text-align: center;
  font-size: 11px;
  color: #697279;
  margin-top: -11px;
  font-weight: 300;
}
.form button {
  background: #05141f;
  color: #fff;
  text-align: center;
  height: 54px;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #05141f;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 100%;
  transition: all 0.45s ease-in-out;
  max-width: 275px;
  margin: 0 auto;
}
.form button:hover {
  background: rgba(0, 0, 0, 0);
  color: #05141f;
  outline: none;
}
.form .radio2 {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.form .radio2:after {
  display: none;
}
.form .radio2.last {
  padding-bottom: 20px;
  border-bottom: 1px solid #cdd0d2;
}
.form .radio2 label {
  font-size: 16px;
  font-weight: 700;
}
.form .radio2 .liste {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 14px;
}
.form .radio2 .liste input {
  position: absolute;
  opacity: 0;
}
.form .radio2 .liste label {
  width: calc(50% - 7px);
  cursor: pointer;
}
.form .radio2 .liste label span {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  color: #697279;
  height: 40px;
  border-radius: 2px;
  border: 1px solid #cdd0d2;
  transition: all 0.45s ease-in-out;
}
.form .radio2 .liste label:hover span,
.form .radio2 .liste label:has(input:checked) span {
  background: #05141f;
  color: #fff;
  border-color: #05141f;
}
.form .radio2.col3 .liste label {
  width: calc(33.33% - 10px);
}
footer {
  background: #313b44;
  font-size: 10px;
  font-weight: 300;
  line-height: 138%;
  color: #cdd0d2;
}
footer .container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
footer .container a {
  color: inherit;
  text-decoration: underline;
  transition: all 0.45s ease-in-out;
}
footer .container a:hover {
  color: #fff;
}
footer .container p {
  padding: 20px 0 0 0;
  border-top: 1px solid #cdd0d2;
}
@media (min-width: 744px) {
  main {
    padding-bottom: 50px;
  }
  .mobile {
    display: none;
  }
  .tablette {
    display: block;
  }
  .illustration h1 {
    height: 80px;
  }
  .illustration h1 img {
    width: 85px;
  }
  .illustration .text .cadre {
    max-width: 626px;
    flex-wrap: nowrap;
    padding: 22px 0;
    align-items: stretch;
  }
  .illustration .text .cadre .t1 {
    font-size: 16px;
    width: 288px;
    min-width: 288px;
  }
  .illustration .text .cadre .t1 strong {
    font-size: 22px;
  }
  .elect {
    font-size: 16px;
  }
  .illustration .text .cadre .t2 {
    font-size: 12px;
    width: 144px;
    min-width: 144px;
    border-left: 1px solid #fff;
    padding: 0 0 0 15px;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 5px;
    align-content: center;
  }
  .illustration .text .cadre .t2 span:nth-child(1) {
    width: 100%;
  }
  .illustration .text .cadre .t2 span:nth-child(2) {
    width: 70px;
    font-size: 27px;
  }
  .illustration .text .cadre .t2 span:nth-child(3) {
    width: 40px;
  }
  .illustration .text .cadre .t3 {
    align-content: center;
  }
  .form {
    z-index: 3;
    position: relative;
    padding: 30px;
  }
  .form .intro {
    text-align: left;
    font-size: 28px;
  }
  .form .form-groupe {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 20px 10px;
  }
  .form .form-groupe .form-cadre {
    width: calc(50% - 5px);
  }
  .form .form-groupe .form-cadre.civilite {
    width: 100%;
  }
  .form .form-groupe .form-cadre.civilite select {
    width: calc(50% - 5px);
  }
  .form .type {
    height: 52px;
    gap: 15px;
    justify-content: center;
  }
  .form .distributeurs {
    width: calc(200% + 10px);
  }
  .form .checkbox label {
    align-items: center;
  }
  .form .radio2 .liste label {
    width: calc(33.33% - 10px);
  }
}
@media (min-width: 1280px) {
  .tablette {
    display: none;
  }
  .desktop {
    display: block;
  }
  main {
    flex-direction: row;
    padding-bottom: 0;
  }
  .illustration .text .cadre {
    max-width: 844px;
    padding: 27px 0;
  }
  .illustration .text .cadre .t1 {
    font-size: 21px;
    width: 390px;
    min-width: 390px;
  }
  .illustration .text .cadre .t1 strong {
    font-size: 29px;
  }
  .illustration .text .cadre .t2 {
    font-size: 16px;
    width: 194px;
    min-width: 194px;
    padding: 0 0 0 20px;
  }
  .illustration .text .cadre .t2 span:nth-child(1) {
    width: 100%;
  }
  .illustration .text .cadre .t2 span:nth-child(2) {
    width: 105px;
    font-size: 39px;
  }
  .illustration .text .cadre .t2 span:nth-child(3) {
    width: 50px;
  }
  .illustration .text .cadre .t3 {
    font-size: 13px;
    line-height: 22px;
    padding-left: 20px;
  }
  .form {
    width: 320px;
    min-width: 320px;
    margin-top: 0;
    padding: 20px;
  }
  .form .intro {
    font-size: 15px;
  }
  .form .type {
    height: 38px;
    gap: 5px;
  }
  .form .distributeurs {
    width: 100%;
    height: 126px;
  }
  .form .form-groupe {
    flex-direction: column;
  }
  .form .form-groupe .form-cadre {
    width: 100%;
  }
  .form .form-groupe .form-cadre.civilite select {
    width: 100%;
  }
  .form .radio2:not(.col3) .liste label {
    width: calc(50% - 7px);
  }
}
@media (min-width: 1600px) {
  main {
    align-items: flex-start;
    overflow: hidden;
  }
  .illustration {
    z-index: 4;
  }
  .illustration .text {
    position: relative;
  }
  .illustration .text .cadre {
    padding: 75px 0;
  }
  .illustration .text:after {
    content: "";
    background: #05141f;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100vw;
    left: 100%;
  }
  .form {
    width: 618px;
    min-width: 618px;
    margin: 80px 0 0 0;
    height: calc((100vw - 618px) / 1.777778);
    padding: 30px;
  }
  .form .intro {
    font-size: 28px;
  }
  .form .type {
    font-size: 13px;
    height: 52px;
    gap: 15px;
  }
  .form .distributeurs {
    width: calc(200% + 10px);
  }
  .form .form-groupe {
    flex-direction: row;
  }
  .form .form-groupe .form-cadre {
    width: calc(50% - 5px);
  }
  .form .form-groupe .form-cadre.civilite select {
    width: calc(50% - 5px);
  }
  .form .intro2 .titre {
    font-size: 28px;
  }
  .form .radio2:not(.col3) .liste label {
    width: calc(33.33% - 10px);
  }
}
@media (min-width: 1850px) {
  .illustration .text .cadre {
    max-width: 1187px;
  }
  
  .illustration .text .cadre .t1 {
    font-size: 30px;
    width: 550px;
    min-width: 550px;
  }
  .illustration .text .cadre .t3 {
    white-space: nowrap;
    z-index: 5;
  }
  .illustration .text .cadre .t1 strong {
    font-size: 41px;
  }
  .elect {
    font-size: 32px;
  }
  .illustration .text .cadre .t2 {
    font-size: 22px;
    width: 273px;
    min-width: 273px;
    padding: 0 0 0 28px;
  }
  .illustration .text .cadre .t2 span:nth-child(2) {
    width: 145px;
    font-size: 55px;
  }
  .illustration .text .cadre .t2 span:nth-child(3) {
    width: 76px;
  }
  .illustration .text .cadre .t3 {
    font-size: 19px;
    line-height: 28px;
    padding-left: 28px;
  }
}
