@charset "UTF-8";
/* Layout */
body {
  font-family: "Red Hat Display", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin: 0;
}

h1 {
  margin: 0;
  font-size: 36px;
  line-height: 40px;
  font-weight: bold;
  color: #393938;
}

h2 {
  margin: 0;
  font-size: 24px;
  line-height: 28px;
  font-weight: normal;
  color: #393938;
}

p {
  font-size: 16px;
  line-height: 21px;
  color: #84898d;
}

strong {
  margin-bottom: 10px;
  color: #393938;
  font-weight: normal;
}

a {
  color: #84898d;
  font-weight: 500;
  line-height: 21px;
}

img {
  max-width: 100%;
  height: auto;
}

.wrapper {
  width: 100%;
}

.image-wrapper {
  margin-bottom: 11px;
  width: 203px;
  height: 203px;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
}

#form {
  padding: 60px;
  border: 1px solid #c9cbd1;
  position: relative;
  border-radius: 10px;
}
#form .title {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: bold;
}
#form .title .num {
  padding: 0 5px;
  margin-right: 10px;
  color: #c00000;
  border-bottom: 3px solid #c;
}
#form .form-step {
  display: none;
}
#form .form-step.active {
  display: block;
}
#form .form-step [data-navigation=previous].hide {
  display: none;
}
#form .form-step[data-step="1"]::after {
  content: "";
  width: 263px;
  height: 100%;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  background-color: #f7f5f5;
  z-index: -1;
}
#form .form-step[data-step="1"].active {
  display: flex;
  justify-content: space-between;
}
#form .form-step[data-step="1"] .form-right {
  width: 478px;
  height: 478px;
  position: relative;
  overflow: hidden;
}
#form .form-step[data-step="1"] .form-right img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#form .form-step[data-step="1"] .form-left {
  width: 32.0930232558%;
}
#form .form-step[data-step="1"] h1 {
  margin-top: 20px;
  margin-bottom: 14px;
}
#form .form-step[data-step="1"] p {
  margin: 0;
}
#form .form-step[data-step="1"] .btn {
  margin-top: 30px;
}
#form .form-step[data-step="2"] .btn-secondary {
  position: absolute;
  right: 60px;
  top: 60px;
  z-index: 99;
}
#form .form-step[data-step="2"] .form-left {
  width: 66.0465116279%;
}
#form .form-step[data-step="2"] h2 {
  margin-bottom: 30px;
}
#form .form-step[data-step="3"]::after {
  content: "";
  width: 190px;
  height: 100%;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  background-color: #f7f5f5;
  z-index: -1;
}
#form .form-step[data-step="3"] .image-wrapper {
  width: 349px;
  height: 349px;
}
#form .form-step[data-step="3"] .content {
  display: flex;
  align-items: flex-start;
}
#form .form-step[data-step="3"] .form-right {
  width: 49.0697674419%;
  margin-left: auto;
}
#form .form-step[data-step="3"] .form-right .label {
  margin-top: 40px;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 20px;
  color: #d32f2f;
}
#form .form-step[data-step="3"] .form-right .label span {
  font-weight: bold;
}
#form .form-step[data-step="3"] .form-right h2 {
  margin-bottom: 20px;
  font-weight: bold;
}
#form .form-step[data-step="3"] .form-right p {
  font-size: 14px;
  line-height: 18px;
}
#form .form-step[data-step="3"] .form-right .footer {
  margin-top: 128px;
  padding-top: 40px;
  border-top: 1px solid #c9cbd1;
}
#form .form-step[data-step="3"] .form-right .footer p:nth-child(1) {
  margin-bottom: 20px;
  font-weight: bold;
  color: #393938;
}
#form .form-step[data-step="3"] .form-right .footer p:nth-child(2) {
  margin-bottom: 20px;
}
#form .form-step .content[data-result] {
  display: none;
}
#form .form-step .content[data-result].active {
  display: flex;
}

.mentions-legales {
  margin: 10px 0;
}
.mentions-legales .content {
  display: none;
}
.mentions-legales .content.active {
  display: block;
}
.mentions-legales p {
  font-size: 12px !important;
  line-height: 16px !important;
}

.hide {
  display: none !important;
}

.bad,
.good {
  margin-bottom: 10px;
  display: none;
}
.bad.active,
.good.active {
  display: block;
}

.answer {
  display: none;
}
.answer.active {
  display: block;
}
.answer p {
  margin: 0;
}
.answer .label {
  margin-bottom: 14px;
  color: #d32f2f;
}
.answer .label span {
  font-weight: bold;
}
.answer .result-wrapper {
  display: flex;
}
.answer .result-wrapper img {
  margin-bottom: 11px;
}
.answer .result-wrapper .choice::before {
  content: "B.";
}
.answer .result-wrapper .result-left {
  width: 23.6046511628%;
  background: #48a09d;
  padding: 20px;
}
.answer .result-wrapper .result-right {
  padding-top: 32px;
  margin-left: auto;
  width: 66.0465116279%;
}
.answer p {
  font-size: 14px;
  line-height: 22px;
}
.answer .border {
  position: relative;
}
.answer .border::after {
  content: "";
  position: absolute;
  height: calc(100% + 20px);
  width: 1px;
  background: #c9cbd1;
  right: -45px;
  top: 0;
}
.answer .savoir-plus {
  margin-bottom: 10px;
  color: #393938;
}
.answer .title {
  max-width: 66.0465116279%;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
}

.best-answer {
  margin-top: 10px;
  color: #d32f2f;
  font-weight: 500;
  display: block;
}

ul {
  padding-left: 20px;
  margin: 12px 0;
}
ul li {
  margin-bottom: 5px;
}

.result-wrapper .choice::before {
  content: "";
  margin: 0 !important;
}
.result-wrapper .letter {
  margin-right: 10px;
  position: relative;
  font-weight: normal;
}
.result-wrapper .result-left .choice .letter, .result-wrapper .result-left .choice .content {
  color: #ffffff !important;
}

.swiper-container {
  margin-bottom: 70px;
}

.btn-next {
  margin: 10px 0;
}

.conseil-plus {
  padding: 15px;
  background-color: #f5f5f5;
}

@media (max-width: 960px) {
  .wrapper {
    max-width: 100%;
  }

  #form {
    margin: 24px 0;
    height: auto;
    padding: 40px 26px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }
  #form .form-step[data-step="1"] .form-left {
    width: 100%;
  }
  #form .form-step[data-step="1"].active {
    flex-direction: column;
  }
  #form .form-step[data-step="1"]::after {
    display: none;
  }
  #form .form-step[data-step="1"] .form-right {
    margin-top: 60px;
    width: 100%;
    height: auto;
  }
  #form .form-step[data-step="1"] .form-right img {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
  }
  #form .form-step[data-step="2"] .form-left {
    width: 100%;
  }
  #form .form-step[data-step="2"] .btn {
    position: relative;
    right: 0;
    top: 0;
    margin-bottom: 25px;
    z-index: 99;
  }
  #form .form-step[data-step="3"] .form-right {
    width: 100%;
    margin: 0;
  }
  #form .form-step[data-step="3"]::after {
    display: none;
  }
  #form .form-step .content[data-result].active {
    flex-direction: column;
  }
  #form .form-step[data-step="3"] .form-right .footer {
    margin-top: 40px;
    padding-top: 30px;
  }
  #form .form-step[data-step="4"] .title {
    max-width: 100%;
  }
  #form .form-step[data-step="4"] .result-wrapper {
    flex-direction: column;
  }
  #form .form-step[data-step="4"] .result-wrapper .result-left {
    width: 100%;
  }
  #form .form-step[data-step="4"] .result-wrapper .result-right {
    padding-top: 32px;
    margin-left: auto;
    width: 100%;
  }

  .swiper-container .swiper-wrapper .swiper-slide .answers, .result-container .swiper-wrapper .swiper-slide .answers {
    flex-wrap: wrap;
  }

  .swiper-container .swiper-wrapper .swiper-slide .answer-wrapper:not(:last-child), .result-container .swiper-wrapper .swiper-slide .answer-wrapper:not(:last-child) {
    margin-right: 0 !important;
    margin-bottom: 25px;
  }

  .swiper-container .swiper-wrapper .swiper-slide .answer-wrapper, .result-container .swiper-wrapper .swiper-slide .answer-wrapper {
    width: 100% !important;
  }

  .image-wrapper {
    width: 100%;
  }

  .swiper-container .swiper-footer, .result-container .swiper-footer {
    margin-top: 20px !important;
  }
}
/* Modules */
.swiper-container .swiper-wrapper .swiper-slide,
.result-container .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.swiper-container .swiper-wrapper .swiper-slide .answers,
.result-container .swiper-wrapper .swiper-slide .answers {
  display: flex;
  justify-content: space-between;
}
.swiper-container .swiper-wrapper .swiper-slide .answers.slide-is-hover .answer-wrapper:not(is-hover),
.result-container .swiper-wrapper .swiper-slide .answers.slide-is-hover .answer-wrapper:not(is-hover) {
  opacity: 0.3;
}
.swiper-container .swiper-wrapper .swiper-slide .answers.slide-is-hover .answer-wrapper.is-hover,
.result-container .swiper-wrapper .swiper-slide .answers.slide-is-hover .answer-wrapper.is-hover {
  cursor: pointer;
  opacity: 1;
}
.swiper-container .swiper-wrapper .swiper-slide .answer-wrapper,
.result-container .swiper-wrapper .swiper-slide .answer-wrapper {
  width: calc(25% - 16px);
  transition: opacity 0.3s;
  padding: 20px;
}
.swiper-container .swiper-wrapper .swiper-slide .answer-wrapper:not(:last-child),
.result-container .swiper-wrapper .swiper-slide .answer-wrapper:not(:last-child) {
  margin-right: 16px;
}
.swiper-container .swiper-wrapper .swiper-slide .answer-wrapper img,
.result-container .swiper-wrapper .swiper-slide .answer-wrapper img {
  margin-bottom: 11px;
}
.swiper-container .swiper-wrapper .swiper-slide .answer-wrapper:nth-child(1) .choice::before,
.result-container .swiper-wrapper .swiper-slide .answer-wrapper:nth-child(1) .choice::before {
  content: "A.";
}
.swiper-container .swiper-wrapper .swiper-slide .answer-wrapper:nth-child(2) .choice::before,
.result-container .swiper-wrapper .swiper-slide .answer-wrapper:nth-child(2) .choice::before {
  content: "B.";
}
.swiper-container .swiper-wrapper .swiper-slide .answer-wrapper:nth-child(3) .choice::before,
.result-container .swiper-wrapper .swiper-slide .answer-wrapper:nth-child(3) .choice::before {
  content: "C.";
}
.swiper-container .swiper-wrapper .swiper-slide .answer-wrapper:nth-child(4) .choice::before,
.result-container .swiper-wrapper .swiper-slide .answer-wrapper:nth-child(4) .choice::before {
  content: "D.";
}
.swiper-container .swiper-wrapper .swiper-slide .choice,
.result-container .swiper-wrapper .swiper-slide .choice {
  display: flex;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  color: #84898D;
}
.swiper-container .swiper-wrapper .swiper-slide .choice span,
.result-container .swiper-wrapper .swiper-slide .choice span {
  margin-top: 6px;
  display: block;
  font-size: 11px;
  line-height: 14px;
  color: #84898D;
  font-weight: normal;
}
.swiper-container .swiper-wrapper .swiper-slide .choice::before,
.swiper-container .swiper-wrapper .swiper-slide .choice .letter,
.result-container .swiper-wrapper .swiper-slide .choice::before,
.result-container .swiper-wrapper .swiper-slide .choice .letter {
  content: "";
  margin-right: 10px;
  position: relative;
  color: #84898D;
  font-weight: normal;
}
.swiper-container .slick-slide,
.result-container .slick-slide {
  outline: 0;
}
.swiper-container .slick-footer,
.result-container .slick-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 991px) {
  .swiper-container .slick-footer,
.result-container .slick-footer {
    margin-top: 30px;
    position: relative;
    bottom: unset;
  }
}
.swiper-container .slick-dots,
.result-container .slick-dots {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}
.swiper-container .slick-dots li,
.result-container .slick-dots li {
  display: flex;
  pointer-events: none;
}
.swiper-container .slick-dots li button,
.result-container .slick-dots li button {
  outline: 0;
  height: 2px;
  width: 10px;
  padding: 0;
  appearance: none;
  border: 0;
  background: none;
  background-color: #C9CBD1;
  font-size: 0;
  line-height: 0;
  pointer-events: none;
  border-radius: 3px;
}
.swiper-container .slick-dots li.slick-active button,
.result-container .slick-dots li.slick-active button {
  width: 30px;
  background-color: #D32F2F;
}
.swiper-container .slick-dots li:not(:last-child),
.result-container .slick-dots li:not(:last-child) {
  margin-right: 10px;
}
.swiper-container .swiper-footer,
.result-container .swiper-footer {
  margin-top: 40px;
  width: 100%;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.swiper-container .swiper-footer .swiper-pagination,
.result-container .swiper-footer .swiper-pagination {
  margin: 0 10px;
  position: relative;
  display: flex;
  align-items: center;
}
.swiper-container .swiper-footer .swiper-pagination .swiper-pagination-bullet,
.result-container .swiper-footer .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
}
.swiper-container .swiper-footer .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.result-container .swiper-footer .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
  height: 2px;
  background-color: #D32F2F;
  border-radius: 2px;
}
.swiper-container .swiper-footer .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active),
.result-container .swiper-footer .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  height: 2px;
  width: 10px;
  background-color: #C9CBD1;
  border-radius: 2px;
}
.swiper-container .swiper-footer .swiper-pagination .swiper-pagination-bullet:not(:last-child),
.result-container .swiper-footer .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px;
}
.swiper-container .slick-pagination,
.result-container .slick-pagination {
  margin: 0 10px;
}
.swiper-container .slick-arrow,
.result-container .slick-arrow {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.swiper-container .slick-arrow.slick-disabled,
.result-container .slick-arrow.slick-disabled {
  opacity: 0.3;
}
.swiper-container .slick-prev,
.result-container .slick-prev {
  margin: 0;
  height: 16px;
  width: 16px;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  color: #033878;
  cursor: pointer;
  /*&:after {
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg id='Groupe_32' data-name='Groupe 32' xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Crect id='Rectangle_4' data-name='Rectangle 4' width='16' height='16' fill='%23c9cbd1' opacity='0'/%3E%3Cpath id='Tracé_25' data-name='Tracé 25' d='M11.4,6.3,7.6,10.1l3.8,3.8.933-.933L9.467,10.1l2.867-2.867Z' transform='translate(-2.533 -2.1)' fill='%23393938'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    }*/
}
.swiper-container .slick-prev.slick-disabled,
.result-container .slick-prev.slick-disabled {
  color: #D3D8DB;
  opacity: 1;
  /* &:after {
    background-image: url("data:image/svg+xml,%3Csvg id='Groupe_32' data-name='Groupe 32' xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Crect id='Rectangle_4' data-name='Rectangle 4' width='16' height='16' fill='%23c9cbd1' opacity='0'/%3E%3Cpath id='Tracé_25' data-name='Tracé 25' d='M11.4,6.3,7.6,10.1l3.8,3.8.933-.933L9.467,10.1l2.867-2.867Z' transform='translate(-2.533 -2.1)' fill='%23c9cbd1'/%3E%3C/svg%3E%0A");
    }*/
}
.swiper-container .slick-next,
.result-container .slick-next {
  margin: 0;
  height: 16px;
  width: 16px;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  color: #033878;
  cursor: pointer;
  /*&:after {
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg id='Groupe_32' data-name='Groupe 32' xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Crect id='Rectangle_4' data-name='Rectangle 4' width='16' height='16' fill='%23c9cbd1' opacity='0'/%3E%3Cpath id='Tracé_25' data-name='Tracé 25' d='M11.4,6.3,7.6,10.1l3.8,3.8.933-.933L9.467,10.1l2.867-2.867Z' transform='translate(-2.533 -2.1)' fill='%23393938'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(-180deg);
    }*/
}
.swiper-container .slick-next.slick-disabled,
.result-container .slick-next.slick-disabled {
  color: #D3D8DB;
  opacity: 1;
  /*&:after {
    background-image: url("data:image/svg+xml,%3Csvg id='Groupe_32' data-name='Groupe 32' xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Crect id='Rectangle_4' data-name='Rectangle 4' width='16' height='16' fill='%23c9cbd1' opacity='0'/%3E%3Cpath id='Tracé_25' data-name='Tracé 25' d='M11.4,6.3,7.6,10.1l3.8,3.8.933-.933L9.467,10.1l2.867-2.867Z' transform='translate(-2.533 -2.1)' fill='%23c9cbd1'/%3E%3C/svg%3E%0A");
    }*/
}

.question-container {
  position: relative;
  overflow: hidden;
}

.btn {
  padding: 10px 24px;
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 6px;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.btn:hover {
  opacity: 0.75;
}
.btn.btn-primary {
  background-color: #D32F2F;
  color: white;
}
.btn.btn-secondary {
  background-color: #F7F5F5;
  color: #393938;
}
.btn.btn-icon {
  padding-left: 16px;
  padding-bottom: 9px;
  display: inline-flex;
  align-items: center;
}
.btn.btn-icon svg {
  margin-right: 6px;
}

.red {
  color: #c00000;
}

/*# sourceMappingURL=style.css.map */
