/***** IMPORT VARIABLES GLOBALES *****/
/*Variables globales*/
/***** IMPORT COMMON : html / body / header / footer *****/
* {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  position: relative;
  font: normal 1.8rem "Wigrum", Arial, sans-serif;
  color: #EA5906;
  height: 100vh;
  min-height: 100vh;
}
@media screen and (max-width: 1024px) {
  body {
    overflow: auto;
  }
}
@media screen and (max-width: 767px) {
  body {
    background-size: auto 60px;
    padding-top: 90px;
  }
}
/*COMMONS*/
.modal-backdrop {
  background-color: #202323;
  opacity: 0.8;
}
.modal-backdrop.show {
  opacity: 0.8;
}
.noBullet {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/*Header*/
.quizz-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 2.5rem 0;
  grid-gap: 2.5rem;
  max-width: 760px;
  margin: auto;
}
.quizz-header.centered {
  justify-content: center;
}
@media (max-width: 767px) {
  .quizz-header {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .quizz-header .quizz-header-logo {
    margin-bottom: 2rem;
  }
}
.quizz-header .quizz-header-logo img {
  display: block;
  width: auto;
  height: 110px;
  margin: 0 auto;
}
.quizz-header .quizz-header-contacts {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .quizz-header .quizz-header-contacts {
    flex-direction: column-reverse;
    margin: auto;
    gap: 15px;
  }
}
.quizz-header .quizz-header-contacts .btn {
  font-size: 1.5rem;
  background: #B44404;
  color: #FFF;
  border: 0;
  padding: 1rem 3rem;
}
.quizz-header .quizz-header-contacts a#btn_appel {
  font-size: 1.7rem;
  color: #B44404;
  font-weight: normal;
  text-decoration: none;
  border: solid 1px #B44404;
  border-radius: 10px;
  padding: 0.7rem 2rem;
  font-weight: bold;
}
.quizz-header .quizz-header-contacts a {
  font-size: 1.7rem;
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  border: solid 1px #B44404;
  border-radius: 10px;
  padding: 0.7rem 2rem;
  font-weight: bold;
  white-space: nowrap;
}
/* CONTENU*/
#qcontent {
  max-width: 760px;
  margin: 0 auto 3rem;
  padding-top: 2.4rem;
  /* POP IN */
}
@media (max-width: 767px) {
  #qcontent {
    width: 100%;
  }
}
#qcontent .row {
  margin-right: 0;
  margin-left: 0;
}
#qcontent #btn_popin {
  display: none;
}
#qcontent .nom_questionnaire {
  margin-bottom: 2rem;
  font: bold 3.6rem "Wigrum", Arial, sans-serif;
  color: #EA5906;
}
@media (max-width: 767px) {
  #qcontent .nom_questionnaire {
    font-size: 3rem;
    line-height: 3rem;
  }
}
#qcontent .nom_questionnaire h1 {
  font-weight: 500;
  font-size: 3.6rem;
  margin: 0;
}
@media (max-width: 767px) {
  #qcontent .nom_questionnaire h1 {
    font-size: 2.8rem;
    line-height: 3rem;
  }
}
#qcontent #formwizard {
  margin: 0 auto;
  width: 100%;
  /*STEP 0 : SPLASHSCREEN*/
  /*ETAPES RESULTATS*/
  /*ETAPE DECOUVRIR*/
  /*ETAPE COMPRENDRE*/
  /*ETAPE COMPRENDRE DETAIL*/
  /*ETAPE FINALE : AGIR*/
}
@media (max-width: 1199px) {
  #qcontent #formwizard {
    padding: 0 1.5rem;
  }
}
@media (max-width: 767px) {
  #qcontent #formwizard {
    padding: 0;
  }
}
#qcontent #formwizard #wizard_step_0 {
  background: #EDEDED;
  padding: 4rem;
}
@media (max-width: 767px) {
  #qcontent #formwizard #wizard_step_0 {
    padding: 1.5rem;
  }
}
#qcontent #formwizard #wizard_step_0 img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 3rem;
}
#qcontent #formwizard #wizard_step_0 > div {
  margin-bottom: 3rem;
}
#qcontent #formwizard #wizard_step_0 h2 {
  font: 500 2.6rem "Wigrum", Arial, sans-serif;
  color: #B44404;
  margin: 0 0 3rem;
}
@media (max-width: 767px) {
  #qcontent #formwizard #wizard_step_0 h2 {
    font-size: 2.2rem;
    line-height: 2.4rem;
  }
}
#qcontent #formwizard #wizard_step_0 .btn-primary {
  font-size: 2rem;
  padding: 2rem 3em 2rem 11rem;
  border: 0;
  background: url(/images/pictos/picto-barometre.svg) no-repeat 3rem 50% #B44404;
  background-size: 5rem auto;
}
#qcontent #formwizard #wizard_step_0 .btn-primary i {
  display: none;
}
@media (max-width: 767px) {
  #qcontent #formwizard #wizard_step_0 .btn-primary {
    display: block;
    padding: 6.5rem 1.5rem 1.5rem;
    background-position: 50% 15px;
  }
}
#qcontent #formwizard div[id*="wizard_step_"] .fil_ariane {
  position: relative;
  z-index: 3;
}
#qcontent #formwizard div[id*="wizard_step_"] .fil_ariane::before {
  position: absolute;
  content: "";
  width: calc(100% - 75px);
  height: 0.2rem;
  background: #EA5906;
  bottom: -2.1rem;
  left: 3.5rem;
}
@media (max-width: 767px) {
  #qcontent #formwizard div[id*="wizard_step_"] .fil_ariane::before {
    display: none;
  }
}
#qcontent #formwizard div[id*="wizard_step_"] .fil_ariane > p {
  margin-bottom: 3rem;
  font: 500 2.3rem "Wigrum", Arial, sans-serif;
  color: #B44404;
}
@media (max-width: 767px) {
  #qcontent #formwizard div[id*="wizard_step_"] .fil_ariane > p {
    margin-bottom: 1rem;
  }
}
#qcontent #formwizard div[id*="wizard_step_"] .fil_ariane ol {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #qcontent #formwizard div[id*="wizard_step_"] .fil_ariane ol {
    width: auto;
  }
}
#qcontent #formwizard div[id*="wizard_step_"] .fil_ariane ol li {
  position: relative;
  flex: 1;
}
#qcontent #formwizard div[id*="wizard_step_"] .fil_ariane ol li * {
  font: normal 1.2rem "Wigrum", Arial, sans-serif;
  color: #EA5906;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  #qcontent #formwizard div[id*="wizard_step_"] .fil_ariane ol li * {
    font-size: 2.3rem;
    padding-bottom: 0.8rem;
  }
}
#qcontent #formwizard div[id*="wizard_step_"] .fil_ariane ol li::after {
  position: absolute;
  content: "";
  bottom: -3.5rem;
  left: 50%;
  margin-left: -1.5rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 0.2rem solid #EA5906;
  background: #FFF;
  z-index: 4;
}
@media (max-width: 767px) {
  #qcontent #formwizard div[id*="wizard_step_"] .fil_ariane ol li::before {
    position: absolute;
    content: "";
    bottom: -2rem;
    width: 100%;
    height: 0.2rem;
    background: #EA5906;
  }
}
@media (max-width: 767px) {
  #qcontent #formwizard div[id*="wizard_step_"] .fil_ariane ol li span {
    display: inline-block;
    min-width: 75px;
    padding-bottom: 0;
    text-align: center;
  }
}
#qcontent #formwizard div[id*="wizard_step_"] .fil_ariane ol li a::before {
  position: absolute;
  content: "";
  bottom: -3.5rem;
  left: 50%;
  margin-left: -1.5rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #EA5906;
  z-index: 5;
}
@media (max-width: 767px) {
  #qcontent #formwizard div[id*="wizard_step_"] .fil_ariane ol li a::before {
    display: none;
  }
}
#qcontent #formwizard div[id*="wizard_step_"] .fil_ariane ol li a::after {
  position: absolute;
  content: "\2713";
  bottom: -2.5rem;
  left: 50%;
  margin-left: -1rem;
  height: 2rem;
  width: 2rem;
  font-size: 2rem;
  font-weight: normal;
  color: #FFF;
  z-index: 6;
}
@media (max-width: 767px) {
  #qcontent #formwizard div[id*="wizard_step_"] .fil_ariane ol li a::after {
    display: none;
  }
}
@media (max-width: 767px) {
  #qcontent #formwizard div[id*="wizard_step_"] .fil_ariane ol li {
    display: none;
  }
}
#qcontent #formwizard div[id*="wizard_step_"] .fil_ariane ol li.current::after,
#qcontent #formwizard div[id*="wizard_step_"] .fil_ariane ol li.current::before {
  display: none;
}
@media (max-width: 767px) {
  #qcontent #formwizard div[id*="wizard_step_"] .fil_ariane ol li.current {
    display: block;
  }
}
#qcontent #formwizard div[id*="wizard_step_"] .fil_ariane ol li.current a {
  font-weight: 500;
}
#qcontent #formwizard div[id*="wizard_step_"] .fil_ariane ol li.current a::after {
  display: none;
}
@media (max-width: 1024px) {
  #qcontent #formwizard div[id*="wizard_step_"] div[id*="label_question_"] {
    margin-top: 3rem;
  }
}
#qcontent #formwizard div[id*="wizard_step_"] div[id*="label_question_"] h2 {
  font-size: 2.6rem;
}
#qcontent #formwizard div[id*="wizard_step_"] .help-info {
  font-size: 1.4rem;
  color: #666;
  padding: 1rem 5rem 1rem 7rem;
  margin: 2rem 0 0rem;
  text-align: left;
  background: url(/images/pictos/picto-info.svg) no-repeat 3rem 50% #EDF5FA;
}
@media (max-width: 767px) {
  #qcontent #formwizard div[id*="wizard_step_"] .help-info {
    padding: 1rem 1.5rem;
    background: #EDF5FA;
    margin-bottom: 0;
  }
}
#qcontent #formwizard div[id*="wizard_step_"] #propositions {
  padding: 3rem 0;
}
#qcontent #formwizard div[id*="wizard_step_"] div[id*="liste_sous_propositions_q"] hr {
  display: none;
}
#qcontent #formwizard div[id*="wizard_step_"] div[id*="liste_sous_propositions_q"] h3 {
  position: relative;
  font: 500 2.6rem "Wigrum", Arial, sans-serif;
  padding: 3rem 0;
}
#qcontent #formwizard div[id*="wizard_step_"] div[id*="liste_sous_propositions_q"] h3::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  margin-left: -15rem;
  width: 30rem;
  height: 0.1rem;
  background: #EA5906;
}
#qcontent #formwizard div[id*="wizard_step_"] div[id*="liste_sous_propositions_q"] > div {
  margin-bottom: 4rem;
}
#qcontent #formwizard div[id*="wizard_step_"] ul[id*="liste_propositions_"],
#qcontent #formwizard div[id*="wizard_step_"] ul.sous_propositions {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  grid-gap: 5px 10px;
  width: 600px;
  margin: 0 auto;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  #qcontent #formwizard div[id*="wizard_step_"] ul[id*="liste_propositions_"],
  #qcontent #formwizard div[id*="wizard_step_"] ul.sous_propositions {
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
#qcontent #formwizard div[id*="wizard_step_"] ul[id*="liste_propositions_"] li,
#qcontent #formwizard div[id*="wizard_step_"] ul.sous_propositions li {
  display: flex;
  width: calc(50% - 5px);
}
@media (max-width: 767px) {
  #qcontent #formwizard div[id*="wizard_step_"] ul[id*="liste_propositions_"] li,
  #qcontent #formwizard div[id*="wizard_step_"] ul.sous_propositions li {
    width: 100%;
  }
}
#qcontent #formwizard div[id*="wizard_step_"] ul[id*="liste_propositions_"] li input[type="radio"],
#qcontent #formwizard div[id*="wizard_step_"] ul.sous_propositions li input[type="radio"],
#qcontent #formwizard div[id*="wizard_step_"] ul[id*="liste_propositions_"] li input[type="checkbox"],
#qcontent #formwizard div[id*="wizard_step_"] ul.sous_propositions li input[type="checkbox"] {
  position: absolute;
  left: -9999px;
  width: 0;
  visibility: hidden;
}
#qcontent #formwizard div[id*="wizard_step_"] ul[id*="liste_propositions_"] li label,
#qcontent #formwizard div[id*="wizard_step_"] ul.sous_propositions li label {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
  padding: 2.5rem 2rem 2.5rem 6rem;
  font: normal 1.6rem "Wigrum", Arial, sans-serif;
  color: #202323;
  text-align: left;
  border: 0.1rem solid #ddd;
  background: #FFF;
  cursor: pointer;
}
@media (max-width: 767px) {
  #qcontent #formwizard div[id*="wizard_step_"] ul[id*="liste_propositions_"] li label,
  #qcontent #formwizard div[id*="wizard_step_"] ul.sous_propositions li label {
    padding: 1.5rem 2rem 1.5rem 6rem;
  }
}
#qcontent #formwizard div[id*="wizard_step_"] ul[id*="liste_propositions_"] li label::before,
#qcontent #formwizard div[id*="wizard_step_"] ul.sous_propositions li label::before,
#qcontent #formwizard div[id*="wizard_step_"] ul[id*="liste_propositions_"] li label::after,
#qcontent #formwizard div[id*="wizard_step_"] ul.sous_propositions li label::after {
  position: absolute;
  content: "";
}
#qcontent #formwizard div[id*="wizard_step_"] ul[id*="liste_propositions_"] li label::before,
#qcontent #formwizard div[id*="wizard_step_"] ul.sous_propositions li label::before {
  top: 50%;
  left: 2rem;
  width: 2.4rem;
  height: 2.4rem;
  margin-top: -1.2rem;
  border-radius: 50%;
  border: 0.2rem solid #EA5906;
  background: #FFF;
  z-index: 2;
}
#qcontent #formwizard div[id*="wizard_step_"] ul[id*="liste_propositions_"] li input:checked + label,
#qcontent #formwizard div[id*="wizard_step_"] ul.sous_propositions li input:checked + label {
  color: #FFF;
  background: #EA5906;
  border-color: #EA5906;
}
#qcontent #formwizard div[id*="wizard_step_"] ul[id*="liste_propositions_"] li input:checked + label::before,
#qcontent #formwizard div[id*="wizard_step_"] ul.sous_propositions li input:checked + label::before {
  border-color: #FFF;
}
#qcontent #formwizard div[id*="wizard_step_"] ul[id*="liste_propositions_"] li input:checked + label::after,
#qcontent #formwizard div[id*="wizard_step_"] ul.sous_propositions li input:checked + label::after {
  position: absolute;
  content: "\2713";
  top: 50%;
  left: 2.2rem;
  height: 2rem;
  width: 2rem;
  margin-top: -1.1rem;
  text-align: center;
  font-size: 2rem;
  line-height: 2rem;
  color: #000;
  z-index: 3;
}
#qcontent #formwizard div[id*="wizard_step_"] #btn_save_data,
#qcontent #formwizard div[id*="wizard_step_"] #btn_next_step,
#qcontent #formwizard div[id*="wizard_step_"] *[id*="btn_next_step_"] {
  font-size: 1.8rem;
  padding: 1.5rem 5rem 1.5rem 2.5rem;
  border: 0.2rem solid #EA5906;
  box-shadow: none;
  color: #EA5906;
  transition: all 0.2s ease;
}
#qcontent #formwizard div[id*="wizard_step_"] #btn_save_data:hover,
#qcontent #formwizard div[id*="wizard_step_"] #btn_next_step:hover,
#qcontent #formwizard div[id*="wizard_step_"] *[id*="btn_next_step_"]:hover,
#qcontent #formwizard div[id*="wizard_step_"] #btn_save_data:focus,
#qcontent #formwizard div[id*="wizard_step_"] #btn_next_step:focus,
#qcontent #formwizard div[id*="wizard_step_"] *[id*="btn_next_step_"]:focus,
#qcontent #formwizard div[id*="wizard_step_"] #btn_save_data:visited,
#qcontent #formwizard div[id*="wizard_step_"] #btn_next_step:visited,
#qcontent #formwizard div[id*="wizard_step_"] *[id*="btn_next_step_"]:visited {
  color: #FFF !important;
  background: url(/images/pictos/picto-chevron-hover.svg) no-repeat right 2rem top 50% #EA5906;
  text-decoration: none;
}
#qcontent #formwizard div[id*="wizard_step_"] #btn_next_step {
  display: inline-block;
  margin-top: 3rem;
}
#qcontent #formwizard div[id*="wizard_step_"] #quizz_intitule_synthese h2 {
  font-size: 2.6rem;
  color: #B44404;
}
#qcontent #formwizard div[id*="wizard_step_"] #quizz_reponses ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 4rem 0;
}
#qcontent #formwizard div[id*="wizard_step_"] #quizz_reponses ol li {
  position: relative;
  display: block;
  padding: 0.5rem 12rem 0.5rem 2rem;
  margin: 1rem 0;
  text-align: left;
  font-size: 1.8rem;
  color: #B44404;
}
#qcontent #formwizard div[id*="wizard_step_"] #quizz_reponses ol li .theme_quizz {
  color: #EA5906;
}
@media (max-width: 767px) {
  #qcontent #formwizard div[id*="wizard_step_"] #quizz_reponses ol li {
    padding: 0.5rem 3rem 0.5rem 2rem;
    font-size: 1.6rem;
  }
}
#qcontent #formwizard div[id*="wizard_step_"] #quizz_reponses ol li a {
  position: absolute;
  right: 0;
  top: 0.5rem;
  font-size: 1.3rem;
  color: #EA5906 !important;
  padding: 0.5rem 2.5rem 0.5rem 0;
  border: 0;
  box-shadow: none;
}
@media (max-width: 767px) {
  #qcontent #formwizard div[id*="wizard_step_"] #quizz_reponses ol li a {
    height: 2rem;
    font-size: 0;
    top: 0.6rem;
  }
}
#qcontent #formwizard .quizz-resultats-liens {
  position: absolute;
  list-style-type: none;
  display: flex;
  width: 100%;
  top: -4.4rem;
  flex-wrap: nowrap;
  padding: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  #qcontent #formwizard .quizz-resultats-liens {
    top: -4.2rem;
  }
}
#qcontent #formwizard .quizz-resultats-liens li {
  justify-content: center;
  align-items: center;
  flex: 1;
  text-align: center;
  padding: 0 1rem 2rem;
  margin: 0;
  border-bottom: 0.4rem solid transparent;
  color: #878787;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #qcontent #formwizard .quizz-resultats-liens li {
    padding-bottom: 1.5rem;
  }
}
#qcontent #formwizard .quizz-resultats-liens li a {
  font: 500 1.4rem "Wigrum", Arial, sans-serif;
  color: #878787;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #qcontent #formwizard .quizz-resultats-liens li a {
    font-size: 1.2rem;
  }
}
#qcontent #formwizard .quizz-resultats-liens li.current {
  font-size: 1.4rem;
  color: #EA5906;
  border-color: #EA5906;
}
#qcontent #formwizard .quizz-resultats-liens::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.2rem;
  background: #878787;
  z-index: -1;
}
#qcontent #formwizard div[data-name="Découvrir"] {
  position: relative;
  margin-top: 7.5rem;
  border: 0.1rem solid #EDEDED;
}
#qcontent #formwizard div[data-name="Découvrir"] .quizz-resultats-decouvrir-graph {
  background: #F7F3F8;
  padding: 2rem 3rem 6rem;
}
@media (max-width: 767px) {
  #qcontent #formwizard div[data-name="Découvrir"] .quizz-resultats-decouvrir-graph {
    padding: 1rem 1.5rem 2rem;
  }
}
#qcontent #formwizard div[data-name="Découvrir"] .quizz-resultats-decouvrir-graph .quizz-resultats-title {
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #432B7F;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  #qcontent #formwizard div[data-name="Découvrir"] .quizz-resultats-decouvrir-graph .quizz-resultats-title {
    font-size: 1.8rem;
  }
}
#qcontent #formwizard div[data-name="Découvrir"] .quizz-resultats-decouvrir-graph .quizz-resultats-title strong {
  font-size: 2.6rem;
}
@media (max-width: 767px) {
  #qcontent #formwizard div[data-name="Découvrir"] .quizz-resultats-decouvrir-graph .quizz-resultats-title strong {
    display: block;
  }
}
#qcontent #formwizard div[data-name="Découvrir"] .quizz-resultats-decouvrir-graph .quizz-resultats-title strong.lowLevel {
  color: #3b8653;
}
#qcontent #formwizard div[data-name="Découvrir"] .quizz-resultats-decouvrir-graph .quizz-resultats-title strong.middLowLevel {
  color: #b3ba4f;
}
#qcontent #formwizard div[data-name="Découvrir"] .quizz-resultats-decouvrir-graph .quizz-resultats-title strong.middleLevel {
  color: #f97035;
}
#qcontent #formwizard div[data-name="Découvrir"] .quizz-resultats-decouvrir-graph .quizz-resultats-title strong.middHighLevel {
  color: #ed4848;
}
#qcontent #formwizard div[data-name="Découvrir"] .quizz-resultats-decouvrir-graph .quizz-resultats-title strong.highLevel {
  color: #ce2020;
}
#qcontent #formwizard div[data-name="Découvrir"] .quizz-resultats-decouvrir-graph > strong#score,
#qcontent #formwizard div[data-name="Découvrir"] .quizz-resultats-decouvrir-graph > span {
  position: relative;
  top: 80px;
  z-index: 1000;
  color: #fff;
}
@media (max-width: 767px) {
  #qcontent #formwizard div[data-name="Découvrir"] .quizz-resultats-decouvrir-graph > strong#score,
  #qcontent #formwizard div[data-name="Découvrir"] .quizz-resultats-decouvrir-graph > span {
    position: relative;
    top: 60px;
    z-index: 1000;
    font-size: 15px;
    left: -5px;
  }
}
@media (max-height: 570px) {
  #qcontent #formwizard div[data-name="Découvrir"] .quizz-resultats-decouvrir-graph > strong#score,
  #qcontent #formwizard div[data-name="Découvrir"] .quizz-resultats-decouvrir-graph > span {
    position: relative;
    top: 42px;
    z-index: 1000;
    font-size: 12px;
    left: -2px;
  }
}
#qcontent #formwizard div[data-name="Découvrir"] .quizz-resultats-decouvrir-graph figure img {
  width: 100% !important;
  margin-left: 10px !important;
}
@media (max-width: 767px) {
  #qcontent #formwizard div[data-name="Découvrir"] .quizz-resultats-decouvrir-graph figure img {
    width: 500px !important;
    margin: auto !important;
  }
}
@media (max-height: 570px) {
  #qcontent #formwizard div[data-name="Découvrir"] .quizz-resultats-decouvrir-graph figure img {
    width: 300px !important;
    margin: auto !important;
  }
}
#qcontent #formwizard div[data-name="Découvrir"] .quizz-resultats-decouvrir-graph figure {
  position: relative;
}
@media (max-width: 767px) {
  #qcontent #formwizard div[data-name="Découvrir"] .quizz-resultats-decouvrir-graph figure {
    padding-bottom: 50px;
  }
}
#qcontent #formwizard div[data-name="Découvrir"] .quizz-resultats-decouvrir-graph figure img {
  display: block;
  width: 400px;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #qcontent #formwizard div[data-name="Découvrir"] .quizz-resultats-decouvrir-graph figure img {
    width: 100%;
  }
}
#qcontent #formwizard div[data-name="Découvrir"] .quizz-resultats-decouvrir-graph figure figcaption {
  position: absolute;
  width: 100%;
  bottom: -4rem;
  left: 0;
  text-align: center;
  color: #432B7F;
}
@media (max-width: 767px) {
  #qcontent #formwizard div[data-name="Découvrir"] .quizz-resultats-decouvrir-graph figure figcaption {
    bottom: 0;
  }
}
#qcontent #formwizard div[data-name="Découvrir"] .quizz-resultats-decouvrir-graph figure figcaption strong {
  font: bold 4rem "Wigrum", Arial, sans-serif;
}
#qcontent #formwizard div[data-name="Découvrir"] .quizz-resultats-decouvrir-graph figure figcaption span {
  font: 200 1.8rem "Wigrum", Arial, sans-serif;
}
#qcontent #formwizard div[data-name="Découvrir"] .quizz-resultats-decouvrir-resume {
  position: relative;
  padding: 2rem;
  background: #f9f9f9;
  border-top: 0.1rem solid #EDEDED;
  border-bottom: 0.1rem solid #EDEDED;
}
#qcontent #formwizard div[data-name="Découvrir"] .quizz-resultats-decouvrir-resume::before,
#qcontent #formwizard div[data-name="Découvrir"] .quizz-resultats-decouvrir-resume::after {
  position: absolute;
  content: "";
}
#qcontent #formwizard div[data-name="Découvrir"] .quizz-resultats-decouvrir-resume::before {
  height: 4rem;
  width: 4rem;
  top: -4rem;
  left: 50%;
  margin-left: -2rem;
  border-right: 2rem solid transparent;
  border-bottom: 3rem solid #EDEDED;
  border-left: 2rem solid transparent;
  z-index: 2;
}
#qcontent #formwizard div[data-name="Découvrir"] .quizz-resultats-decouvrir-resume::after {
  height: 3.8rem;
  width: 3.8rem;
  top: -3.8rem;
  left: 50%;
  margin-left: -1.9rem;
  border-right: 1.9rem solid transparent;
  border-bottom: 2.8rem solid #f9f9f9;
  border-left: 1.9rem solid transparent;
  z-index: 3;
}
#qcontent #formwizard div[data-name="Découvrir"] .quizz-resultats-decouvrir-resume .argumentaire {
  font: bold 2.2rem "Wigrum", Arial, sans-serif;
  color: #202323;
}
@media (max-width: 767px) {
  #qcontent #formwizard div[data-name="Découvrir"] .quizz-resultats-decouvrir-resume .argumentaire {
    font-size: 1.6rem;
  }
}
#qcontent #formwizard div[data-name="Découvrir"] .quizz-resultats-decouvrir-resume .resume-text {
  font: bold 1.6rem "Wigrum", Arial, sans-serif;
  color: #432B7F;
  margin: 2rem 0;
}
#qcontent #formwizard div[data-name="Découvrir"] .quizz-resultats-decouvrir-resume .btn-primary {
  display: inline-block;
  width: 500px;
  padding: 2.5rem 8rem 3rem 6rem;
  font: 500 2.2rem "Wigrum", Arial, sans-serif;
  color: #FFF;
  background: url(/images/pictos/picto-chevron-blanc.svg) no-repeat right 1.5rem top 50% #EA5906;
  border: 0;
  transition: all 0.2s ease;
}
@media (max-width: 767px) {
  #qcontent #formwizard div[data-name="Découvrir"] .quizz-resultats-decouvrir-resume .btn-primary {
    display: block;
    width: 100%;
    margin: 1rem 0;
    padding: 1.5rem 5rem 2rem 2rem;
    font-size: 1.8rem;
  }
}
#qcontent #formwizard div[data-name="Découvrir"] .quizz-resultats-decouvrir-resume .btn-primary:hover {
  background: url(/images/pictos/picto-chevron-blanc.svg) no-repeat right 1.5rem top 50% #B44404;
  text-decoration: none;
}
#qcontent #formwizard div[data-name="Découvrir"] .quizz-resultats-decouvrir-reponses {
  position: relative;
  padding: 2rem 0 4rem;
  background: #FFF;
  border-bottom: 0.1rem solid #EDEDED;
}
#qcontent #formwizard div[data-name="Découvrir"] .quizz-resultats-decouvrir-reponses .quizz-resultats-subtitle {
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #432B7F;
  margin-bottom: 2.5rem;
}
#qcontent #formwizard div[data-name="Découvrir"] .quizz-resultats-decouvrir-reponses ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  grid-gap: 15px 30px;
  margin: 0 auto 3rem;
  padding: 0 2rem;
}
#qcontent #formwizard div[data-name="Découvrir"] .quizz-resultats-decouvrir-reponses ul li {
  display: flex;
  width: calc(50% - 15px);
  align-items: center;
}
@media (max-width: 767px) {
  #qcontent #formwizard div[data-name="Découvrir"] .quizz-resultats-decouvrir-reponses ul li {
    width: 100%;
  }
}
#qcontent #formwizard div[data-name="Découvrir"] .quizz-resultats-decouvrir-reponses ul li span {
  font-size: 1.6rem;
  color: #202323;
}
#qcontent #formwizard div[data-name="Découvrir"] .quizz-resultats-decouvrir-reponses ul li strong {
  position: relative;
  width: 3rem;
  height: 3rem;
  margin-left: auto;
  font-size: 0;
  border-radius: 50%;
}
#qcontent #formwizard div[data-name="Découvrir"] .quizz-resultats-decouvrir-reponses ul li strong.lowLevel {
  background: #3b8653;
}
#qcontent #formwizard div[data-name="Découvrir"] .quizz-resultats-decouvrir-reponses ul li strong.middLowLevel {
  background: #b3ba4f;
}
#qcontent #formwizard div[data-name="Découvrir"] .quizz-resultats-decouvrir-reponses ul li strong.middleLevel {
  background: #f97035;
}
#qcontent #formwizard div[data-name="Découvrir"] .quizz-resultats-decouvrir-reponses ul li strong.middHighLevel {
  background: #ed4848;
}
#qcontent #formwizard div[data-name="Découvrir"] .quizz-resultats-decouvrir-reponses ul li strong.highLevel {
  background: #ce2020;
}
#qcontent #formwizard div[data-name="Découvrir"] .quizz-resultats-decouvrir-reponses ul li strong span {
  display: none;
}
#qcontent #formwizard div[data-name="Découvrir"] .quizz-resultats-decouvrir-reponses .bloc-boutons {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 10px;
}
@media (max-width: 767px) {
  #qcontent #formwizard div[data-name="Découvrir"] .quizz-resultats-decouvrir-reponses .bloc-boutons {
    padding: 0 15px;
    flex-wrap: wrap;
  }
}
#qcontent #formwizard div[data-name="Découvrir"] .quizz-resultats-decouvrir-reponses .bloc-boutons #btn_detail {
  vertical-align: middle;
  width: calc(50% - 28px);
  padding: 2rem 6rem 2rem 1.5rem;
  margin: 0 1rem 0 0;
  font: normal 1.4rem "Wigrum", Arial, sans-serif;
  color: #fff !important;
  border: 0.2rem solid #EA5906 !important;
  background: url(/images/pictos/picto-loupe-hover.svg) no-repeat right 1.5rem top 50% #EA5906 !important;
  order: 1;
  transition: all 0.2s ease;
}
@media (max-width: 767px) {
  #qcontent #formwizard div[data-name="Découvrir"] .quizz-resultats-decouvrir-reponses .bloc-boutons #btn_detail {
    width: 100%;
    margin: 1rem 0;
  }
}
#qcontent #formwizard div[data-name="Découvrir"] .quizz-resultats-decouvrir-reponses .bloc-boutons #btn_detail:hover {
  color: #FFF !important;
  background: url(/images/pictos/picto-loupe-hover.svg) no-repeat right 1.5rem top 50% #B44404 !important;
  text-decoration: none;
  border: 0.2rem solid #B44404 !important;
}
#qcontent #formwizard div[data-name="Découvrir"] .quizz-resultats-decouvrir-reponses .bloc-boutons #btn_detail + a {
  display: inline-block;
  vertical-align: middle;
  width: calc(50% - 28px);
  padding: 1.5rem 6rem 1.5rem 1rem;
  margin: 0 0 0 1rem;
  font: normal 1.4rem "Wigrum", Arial, sans-serif;
  color: #432B7F;
  text-align: center;
  background: url(/images/pictos/picto-replay.svg) no-repeat right 1.5rem top 50%;
  order: 3;
}
#qcontent #formwizard div[data-name="Découvrir"] .quizz-resultats-decouvrir-reponses .bloc-boutons a[data-toggle="tab"] {
  vertical-align: middle;
  width: calc(50% - 28px);
  color: #fff !important;
  padding: 2rem 1.5rem 2rem 1.5rem;
  font: 1.4rem Wigrum, Arial, sans-serif;
  transition: all 0.2s ease 0s;
  border-width: 0.2rem !important;
  border-style: solid !important;
  border-color: #EA5906 !important;
  border-image: initial !important;
  order: 2;
  background: #EA5906 !important;
}
@media (max-width: 767px) {
  #qcontent #formwizard div[data-name="Découvrir"] .quizz-resultats-decouvrir-reponses .bloc-boutons #btn_detail + a,
  #qcontent #formwizard div[data-name="Découvrir"] .quizz-resultats-decouvrir-reponses .bloc-boutons a:last-child {
    width: 100%;
    margin: 0 0 1rem;
  }
}
#qcontent #formwizard div[data-name="Découvrir"] .quizz-resultats-decouvrir-reponses .bloc-boutons a[data-toggle="tab"]:hover {
  color: #FFF !important;
  background: #B44404 !important;
  text-decoration: none;
  border-color: #B44404 !important;
}
#qcontent #formwizard div[data-name="comprendre"] {
  position: relative;
  margin-top: 7.5rem;
  border: 0.1rem solid #EDEDED;
  background: #EDEDED;
}
#qcontent #formwizard div[data-name="comprendre"] .comprendre-graphs {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  overflow: hidden;
}
#qcontent #formwizard div[data-name="comprendre"] .comprendre-graphs .comprendre-graphs-resultat,
#qcontent #formwizard div[data-name="comprendre"] .comprendre-graphs .comprendre-graphs-temoin {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  overflow: hidden;
  padding: 2.5rem 2rem 2rem;
}
@media (max-width: 767px) {
  #qcontent #formwizard div[data-name="comprendre"] .comprendre-graphs .comprendre-graphs-resultat,
  #qcontent #formwizard div[data-name="comprendre"] .comprendre-graphs .comprendre-graphs-temoin {
    padding: 1rem;
  }
}
#qcontent #formwizard div[data-name="comprendre"] .comprendre-graphs .comprendre-graphs-resultat .section-title,
#qcontent #formwizard div[data-name="comprendre"] .comprendre-graphs .comprendre-graphs-temoin .section-title {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  color: #432B7F;
}
@media (max-width: 767px) {
  #qcontent #formwizard div[data-name="comprendre"] .comprendre-graphs .comprendre-graphs-resultat .section-title,
  #qcontent #formwizard div[data-name="comprendre"] .comprendre-graphs .comprendre-graphs-temoin .section-title {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
}
#qcontent #formwizard div[data-name="comprendre"] .comprendre-graphs .comprendre-graphs-resultat figure,
#qcontent #formwizard div[data-name="comprendre"] .comprendre-graphs .comprendre-graphs-temoin figure {
  position: relative;
  margin-top: auto;
  margin-bottom: 0 !important;
}
#qcontent #formwizard div[data-name="comprendre"] .comprendre-graphs .comprendre-graphs-resultat figure img,
#qcontent #formwizard div[data-name="comprendre"] .comprendre-graphs .comprendre-graphs-temoin figure img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  #qcontent #formwizard div[data-name="comprendre"] .comprendre-graphs .comprendre-graphs-resultat figure img,
  #qcontent #formwizard div[data-name="comprendre"] .comprendre-graphs .comprendre-graphs-temoin figure img {
    display: none;
  }
}
#qcontent #formwizard div[data-name="comprendre"] .comprendre-graphs .comprendre-graphs-resultat figure figcaption,
#qcontent #formwizard div[data-name="comprendre"] .comprendre-graphs .comprendre-graphs-temoin figure figcaption {
  margin-top: -0.5rem;
}
#qcontent #formwizard div[data-name="comprendre"] .comprendre-graphs .comprendre-graphs-resultat figure figcaption strong,
#qcontent #formwizard div[data-name="comprendre"] .comprendre-graphs .comprendre-graphs-temoin figure figcaption strong {
  font-size: 3rem;
}
#qcontent #formwizard div[data-name="comprendre"] .comprendre-graphs .comprendre-graphs-resultat figure figcaption span,
#qcontent #formwizard div[data-name="comprendre"] .comprendre-graphs .comprendre-graphs-temoin figure figcaption span {
  font-size: 2.5rem;
}
#qcontent #formwizard div[data-name="comprendre"] .comprendre-graphs .comprendre-graphs-resultat figure.lowLevel strong,
#qcontent #formwizard div[data-name="comprendre"] .comprendre-graphs .comprendre-graphs-temoin figure.lowLevel strong {
  color: #3b8653;
}
#qcontent #formwizard div[data-name="comprendre"] .comprendre-graphs .comprendre-graphs-resultat figure.middLowLevel strong,
#qcontent #formwizard div[data-name="comprendre"] .comprendre-graphs .comprendre-graphs-temoin figure.middLowLevel strong {
  color: #b3ba4f;
}
#qcontent #formwizard div[data-name="comprendre"] .comprendre-graphs .comprendre-graphs-resultat figure.middleLevel strong,
#qcontent #formwizard div[data-name="comprendre"] .comprendre-graphs .comprendre-graphs-temoin figure.middleLevel strong {
  color: #f97035;
}
#qcontent #formwizard div[data-name="comprendre"] .comprendre-graphs .comprendre-graphs-resultat figure.middHighLevel strong,
#qcontent #formwizard div[data-name="comprendre"] .comprendre-graphs .comprendre-graphs-temoin figure.middHighLevel strong {
  color: #ed4848;
}
#qcontent #formwizard div[data-name="comprendre"] .comprendre-graphs .comprendre-graphs-resultat figure.highLevel strong,
#qcontent #formwizard div[data-name="comprendre"] .comprendre-graphs .comprendre-graphs-temoin figure.highLevel strong {
  color: #ce2020;
}
#qcontent #formwizard div[data-name="comprendre"] .comprendre-graphs .comprendre-graphs-resultat {
  position: relative;
  width: 60%;
  background: #FFF;
}
@media (max-width: 767px) {
  #qcontent #formwizard div[data-name="comprendre"] .comprendre-graphs .comprendre-graphs-resultat {
    width: 50%;
  }
}
#qcontent #formwizard div[data-name="comprendre"] .comprendre-graphs .comprendre-graphs-resultat::before {
  position: absolute;
  width: 100%;
  content: "";
  top: 0;
  left: 90%;
  right: -10px;
  bottom: 0;
  transform: skewX(-10deg);
  background: #EDEDED;
}
@media (max-width: 767px) {
  #qcontent #formwizard div[data-name="comprendre"] .comprendre-graphs .comprendre-graphs-resultat::before {
    display: none;
  }
}
#qcontent #formwizard div[data-name="comprendre"] .comprendre-graphs .comprendre-graphs-resultat figure,
#qcontent #formwizard div[data-name="comprendre"] .comprendre-graphs .comprendre-graphs-resultat .section-title {
  width: 80%;
}
@media (max-width: 767px) {
  #qcontent #formwizard div[data-name="comprendre"] .comprendre-graphs .comprendre-graphs-resultat figure,
  #qcontent #formwizard div[data-name="comprendre"] .comprendre-graphs .comprendre-graphs-resultat .section-title {
    width: 100%;
  }
}
#qcontent #formwizard div[data-name="comprendre"] .comprendre-graphs .comprendre-graphs-temoin {
  width: 40%;
}
@media (max-width: 767px) {
  #qcontent #formwizard div[data-name="comprendre"] .comprendre-graphs .comprendre-graphs-temoin {
    width: 50%;
  }
}
#qcontent #formwizard div[data-name="comprendre"] .comprendre-graphs .comprendre-graphs-temoin figure figcaption {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  #qcontent #formwizard div[data-name="comprendre"] .comprendre-graphs .comprendre-graphs-temoin figure figcaption {
    margin-top: 0;
  }
}
#qcontent #formwizard div[data-name="comprendre"] .comprendre-bilan {
  text-align: left;
  padding: 4rem;
}
@media (max-width: 767px) {
  #qcontent #formwizard div[data-name="comprendre"] .comprendre-bilan {
    padding: 1.5rem;
  }
}
#qcontent #formwizard div[data-name="comprendre"] .comprendre-bilan > .section-title {
  font: bold 2.2rem "Wigrum", Arial, sans-serif;
  padding: 0 0 2rem;
  color: #432B7F;
}
@media (max-width: 767px) {
  #qcontent #formwizard div[data-name="comprendre"] .comprendre-bilan > .section-title {
    padding: 0;
  }
}
#qcontent #formwizard div[data-name="comprendre"] .comprendre-bilan .comprendre-bilan-contenu {
  padding: 2.5rem;
  color: #FFF;
  background: #432B7F;
}
@media (max-width: 767px) {
  #qcontent #formwizard div[data-name="comprendre"] .comprendre-bilan .comprendre-bilan-contenu {
    max-height: 14rem;
    padding: 1.5rem;
    overflow-y: auto;
  }
}
#qcontent #formwizard div[data-name="comprendre"] .comprendre-bilan .comprendre-bilan-contenu.comprendre-bilan-contenu p {
  font-size: 1.8rem;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  #qcontent #formwizard div[data-name="comprendre"] .comprendre-bilan .comprendre-bilan-contenu.comprendre-bilan-contenu p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
#qcontent #formwizard div[data-name="comprendre"] .comprendre-bilan .bloc-boutons {
  padding: 20px 0 0;
  text-align: center;
}
#qcontent #formwizard div[data-name="comprendre"] .comprendre-bilan .bloc-boutons .btn {
  display: inline-block;
  font-size: 1.8rem;
  padding: 1.5rem 5rem 1.5rem 2.5rem;
  border: 0.2rem solid #EA5906;
  box-shadow: none;
  color: #FFF !important;
  background: url(/images/pictos/picto-chevron-hover.svg) no-repeat right 2rem top 50% #EA5906 !important;
  text-decoration: none !important;
}
@media (max-width: 767px) {
  #qcontent #formwizard div[data-name="comprendre"] .comprendre-bilan .bloc-boutons .btn {
    font-size: 1.6rem;
  }
}
#qcontent #formwizard div[data-name="comprendre"] .comprendre-bilan .bloc-boutons .btn:hover {
  color: #FFF;
  background: url(/images/pictos/picto-chevron-hover.svg) no-repeat right 2rem top 50% #EA5906;
  text-decoration: none;
}
#qcontent #formwizard div[data-name="comprendre"] .comprendre-temoignages {
  text-align: left;
}
#qcontent #formwizard div[data-name="comprendre"] .comprendre-temoignages .bloc-temoignage .bloc-temoignage-texte {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 20px 20px 20px 100px;
  background: url(/images/visuels/bouton_decouvrir.png) no-repeat 20px 50% #FFF;
  background-size: 60px auto;
}
@media (max-width: 767px) {
  #qcontent #formwizard div[data-name="comprendre"] .comprendre-temoignages .bloc-temoignage .bloc-temoignage-texte {
    flex-direction: column;
    justify-content: center;
    background-position: 50% 20px;
    padding: 70px 20px 20px;
  }
}
#qcontent #formwizard div[data-name="comprendre"] .comprendre-temoignages .bloc-temoignage .bloc-temoignage-texte p {
  font: bold 1.8rem "Wigrum", Arial, sans-serif;
  margin: 0;
  padding-right: 20px;
  color: #432B7F;
}
@media (max-width: 767px) {
  #qcontent #formwizard div[data-name="comprendre"] .comprendre-temoignages .bloc-temoignage .bloc-temoignage-texte p {
    font-size: 1.6rem;
    padding: 0;
    margin-bottom: 1.5rem;
    text-align: center;
  }
}
#qcontent #formwizard div[data-name="comprendre"] .comprendre-temoignages .bloc-temoignage .bloc-temoignage-texte a {
  display: block;
  margin-left: auto;
  font-size: 1.8rem;
  padding: 1.5rem 5rem 1.5rem 2.5rem;
  border: 0.2rem solid #EA5906;
  box-shadow: none;
  color: #EA5906;
  transition: all 0.2s ease;
}
@media (max-width: 767px) {
  #qcontent #formwizard div[data-name="comprendre"] .comprendre-temoignages .bloc-temoignage .bloc-temoignage-texte a {
    font-size: 1.6rem;
    margin: 1.5rem auto 0;
  }
}
#qcontent #formwizard div[data-name="comprendre"] .comprendre-temoignages .bloc-temoignage .bloc-temoignage-texte a:hover {
  color: #FFF;
  background: url(/images/pictos/picto-chevron-hover.svg) no-repeat right 2rem top 50% #EA5906;
  text-decoration: none;
}
#qcontent #formwizard div[data-name="comprendre-detail"] {
  position: relative;
  margin-top: 7.5rem;
  border: 0.1rem solid #EDEDED;
}
#qcontent #formwizard div[data-name="comprendre-detail"] .comprendre-detail-entete {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  padding: 0;
  background: #FFF;
  align-items: flex-end;
}
@media (max-width: 767px) {
  #qcontent #formwizard div[data-name="comprendre-detail"] .comprendre-detail-entete {
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
  }
}
#qcontent #formwizard div[data-name="comprendre-detail"] .comprendre-detail-entete > figure {
  position: relative;
  display: flex;
  margin: 0;
  align-items: center;
  width: calc(100% - 240px);
}
@media (max-width: 767px) {
  #qcontent #formwizard div[data-name="comprendre-detail"] .comprendre-detail-entete > figure {
    width: 100%;
    flex-direction: column;
    justify-content: center;
  }
}
#qcontent #formwizard div[data-name="comprendre-detail"] .comprendre-detail-entete > figure img {
  position: relative;
  display: inline-block;
  width: 15rem;
  height: auto;
  z-index: 2;
}
#qcontent #formwizard div[data-name="comprendre-detail"] .comprendre-detail-entete > figure figcaption {
  font: normal 500 1.5rem "Wigrum", Arial, sans-serif;
  color: #432B7F;
  text-align: left;
  padding: 0;
}
@media (max-width: 767px) {
  #qcontent #formwizard div[data-name="comprendre-detail"] .comprendre-detail-entete > figure figcaption {
    font-size: 1.3rem;
  }
}
#qcontent #formwizard div[data-name="comprendre-detail"] .comprendre-detail-entete > figure figcaption .section-title {
  font: bold 2.6rem / 3.2rem "Wigrum", Arial, sans-serif;
  margin: 0;
  text-align: left;
}
@media (max-width: 767px) {
  #qcontent #formwizard div[data-name="comprendre-detail"] .comprendre-detail-entete > figure figcaption .section-title {
    text-align: center;
  }
}
#qcontent #formwizard div[data-name="comprendre-detail"] .comprendre-detail-entete .comprendre-detail-formulaire {
  width: 240px;
  padding: 1.5rem;
  font-size: 1.4rem;
  background: #F7F3F8;
}
@media (max-width: 767px) {
  #qcontent #formwizard div[data-name="comprendre-detail"] .comprendre-detail-entete .comprendre-detail-formulaire {
    width: 100%;
  }
}
#qcontent #formwizard div[data-name="comprendre-detail"] .comprendre-detail-entete .comprendre-detail-formulaire p {
  margin-bottom: 2.5rem;
  color: #202323;
}
#qcontent #formwizard div[data-name="comprendre-detail"] .comprendre-detail-entete .comprendre-detail-formulaire .form-group {
  margin: 0 !important;
}
#qcontent #formwizard div[data-name="comprendre-detail"] .comprendre-detail-entete .comprendre-detail-formulaire .form-group label {
  display: block;
  font-size: 1.4rem;
  text-align: left;
  color: #432B7F;
  text-transform: lowercase;
}
#qcontent #formwizard div[data-name="comprendre-detail"] .comprendre-detail-entete .comprendre-detail-formulaire .form-group label:first-letter {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #qcontent #formwizard div[data-name="comprendre-detail"] .comprendre-detail-entete .comprendre-detail-formulaire .form-group label {
    text-align: center;
  }
}
#qcontent #formwizard div[data-name="comprendre-detail"] .comprendre-detail-entete .comprendre-detail-formulaire .form-group select {
  display: block;
  width: 100%;
  border-radius: 0.4rem;
  padding: 8px 8px 10px;
  color: #FFF;
  font-size: 1.4rem;
  background: #432B7F;
  margin-bottom: 0;
  border: 0;
}
#qcontent #formwizard div[data-name="comprendre-detail"] .comprendre-detail-entete .comprendre-detail-formulaire #btn_save_data {
  display: block;
  width: 100%;
  margin-top: 1rem;
  font-size: 1.4rem;
  padding: 1rem 5rem 1rem 2.5rem;
  border: 0.2rem solid #EA5906;
  box-shadow: none;
  color: #EA5906;
  transition: all 0.2s ease;
}
#qcontent #formwizard div[data-name="comprendre-detail"] .comprendre-detail-entete .comprendre-detail-formulaire #btn_save_data:hover {
  color: #FFF !important;
  text-decoration: none;
}
#qcontent #formwizard div[data-name="comprendre-detail"] .comprendre-detail-contenu .comprendre-detail-exemple ul {
  display: block;
  padding: 0;
  grid-gap: 0;
  margin: 0;
}
#qcontent #formwizard div[data-name="comprendre-detail"] .comprendre-detail-contenu .comprendre-detail-exemple ul > li {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 5px 20px 5px 200px;
  overflow: hidden;
  min-height: 200px;
}
@media (max-width: 767px) {
  #qcontent #formwizard div[data-name="comprendre-detail"] .comprendre-detail-contenu .comprendre-detail-exemple ul > li {
    padding: 10px 10px 10px 100px;
  }
}
#qcontent #formwizard div[data-name="comprendre-detail"] .comprendre-detail-contenu .comprendre-detail-exemple ul > li::before,
#qcontent #formwizard div[data-name="comprendre-detail"] .comprendre-detail-contenu .comprendre-detail-exemple ul > li::after {
  position: absolute;
  content: "";
}
#qcontent #formwizard div[data-name="comprendre-detail"] .comprendre-detail-contenu .comprendre-detail-exemple ul > li::before {
  width: 160px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  #qcontent #formwizard div[data-name="comprendre-detail"] .comprendre-detail-contenu .comprendre-detail-exemple ul > li::before {
    width: 90px;
  }
}
#qcontent #formwizard div[data-name="comprendre-detail"] .comprendre-detail-contenu .comprendre-detail-exemple ul > li::after {
  position: absolute;
  content: "";
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 160px;
  width: 20px;
}
@media (max-width: 767px) {
  #qcontent #formwizard div[data-name="comprendre-detail"] .comprendre-detail-contenu .comprendre-detail-exemple ul > li::after {
    width: 15px;
    left: 90px;
  }
}
#qcontent #formwizard div[data-name="comprendre-detail"] .comprendre-detail-contenu .comprendre-detail-exemple ul > li p {
  color: #303030;
  font-size: 1.4rem;
}
#qcontent #formwizard div[data-name="comprendre-detail"] .comprendre-detail-contenu .comprendre-detail-exemple ul > li p span {
  display: block;
  margin-bottom: 10px;
}
#qcontent #formwizard div[data-name="comprendre-detail"] .comprendre-detail-contenu .comprendre-detail-exemple ul > li p span.info {
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  #qcontent #formwizard div[data-name="comprendre-detail"] .comprendre-detail-contenu .comprendre-detail-exemple ul > li p {
    text-align: left;
    font-size: 12px;
    padding: 0 1rem;
  }
}
#qcontent #formwizard div[data-name="comprendre-detail"] .comprendre-detail-contenu .comprendre-detail-exemple ul > li:first-child {
  background: #e4e599;
}
#qcontent #formwizard div[data-name="comprendre-detail"] .comprendre-detail-contenu .comprendre-detail-exemple ul > li:first-child::after {
  background-image: linear-gradient(to top right, #cccc33 48%, transparent 51%), linear-gradient(to bottom right, #cccc33 48%, transparent 51%);
  background-size: 100% 50%;
  background-position: top left, bottom left;
  background-repeat: no-repeat;
}
#qcontent #formwizard div[data-name="comprendre-detail"] .comprendre-detail-contenu .comprendre-detail-exemple ul > li:first-child::before {
  background: url(/images/visuels/personna/personna1.svg) no-repeat 50% 50% #cccc33;
  background-size: 160px auto;
}
@media (max-width: 767px) {
  #qcontent #formwizard div[data-name="comprendre-detail"] .comprendre-detail-contenu .comprendre-detail-exemple ul > li:first-child::before {
    background-size: 80px auto;
  }
}
#qcontent #formwizard div[data-name="comprendre-detail"] .comprendre-detail-contenu .comprendre-detail-exemple ul > li:nth-child(2) {
  background: #deedf4;
}
#qcontent #formwizard div[data-name="comprendre-detail"] .comprendre-detail-contenu .comprendre-detail-exemple ul > li:nth-child(2)::after {
  background-image: linear-gradient(to top right, #5882a8 48%, transparent 51%), linear-gradient(to bottom right, #5882a8 48%, transparent 51%);
  background-size: 100% 50%;
  background-position: top left, bottom left;
  background-repeat: no-repeat;
}
#qcontent #formwizard div[data-name="comprendre-detail"] .comprendre-detail-contenu .comprendre-detail-exemple ul > li:nth-child(2)::before {
  background: url(/images/visuels/personna/personna2.svg) no-repeat 50% 50% #5882a8;
  background-size: 160px auto;
}
@media (max-width: 767px) {
  #qcontent #formwizard div[data-name="comprendre-detail"] .comprendre-detail-contenu .comprendre-detail-exemple ul > li:nth-child(2)::before {
    background-size: 80px auto;
  }
}
#qcontent #formwizard div[data-name="comprendre-detail"] .comprendre-detail-contenu .comprendre-detail-exemple ul > li:nth-child(3) {
  background: #ededed;
}
#qcontent #formwizard div[data-name="comprendre-detail"] .comprendre-detail-contenu .comprendre-detail-exemple ul > li:nth-child(3)::after {
  background-image: linear-gradient(to top right, #b1a8b4 48%, transparent 51%), linear-gradient(to bottom right, #b1a8b4 48%, transparent 51%);
  background-size: 100% 50%;
  background-position: top left, bottom left;
  background-repeat: no-repeat;
}
#qcontent #formwizard div[data-name="comprendre-detail"] .comprendre-detail-contenu .comprendre-detail-exemple ul > li:nth-child(3)::before {
  background: url(/images/visuels/personna/personna3.svg) no-repeat 50% 50% #b1a8b4;
  background-size: 160px auto;
}
@media (max-width: 767px) {
  #qcontent #formwizard div[data-name="comprendre-detail"] .comprendre-detail-contenu .comprendre-detail-exemple ul > li:nth-child(3)::before {
    background-size: 80px auto;
  }
}
#qcontent #formwizard div[data-name="comprendre-detail"] .comprendre-detail-contenu .comprendre-detail-exemple ul > li:nth-child(4) {
  background: #d5cfd9;
}
#qcontent #formwizard div[data-name="comprendre-detail"] .comprendre-detail-contenu .comprendre-detail-exemple ul > li:nth-child(4)::after {
  background-image: linear-gradient(to top right, #8f7e9c 48%, transparent 51%), linear-gradient(to bottom right, #8f7e9c 48%, transparent 51%);
  background-size: 100% 50%;
  background-position: top left, bottom left;
  background-repeat: no-repeat;
}
#qcontent #formwizard div[data-name="comprendre-detail"] .comprendre-detail-contenu .comprendre-detail-exemple ul > li:nth-child(4)::before {
  background: url(/images/visuels/personna/personna4.svg) no-repeat 50% 50% #8f7e9c;
  background-size: 160px auto;
}
@media (max-width: 767px) {
  #qcontent #formwizard div[data-name="comprendre-detail"] .comprendre-detail-contenu .comprendre-detail-exemple ul > li:nth-child(4)::before {
    background-size: 80px auto;
  }
}
#qcontent #formwizard div[data-name="comprendre-detail"] .exemple-texte {
  color: #432B7F;
  padding: 1.5rem;
  margin-bottom: 2rem;
  font-size: 1.6rem;
  background: #FFF;
}
#qcontent #formwizard div[data-name="comprendre-detail"] .bloc-boutons {
  text-align: center;
}
#qcontent #formwizard div[data-name="comprendre-detail"] .bloc-boutons .btn-primary {
  display: inline-block;
  font-size: 1.8rem;
  padding: 1.5rem 5rem 1.5rem 2.5rem;
  border: 0.2rem solid #EA5906;
  box-shadow: none;
  color: #EA5906;
  transition: all 0.2s ease;
}
#qcontent #formwizard div[data-name="comprendre-detail"] .bloc-boutons .btn-primary:hover {
  color: #FFF;
  background: url(/images/pictos/picto-chevron-hover.svg) no-repeat right 2rem top 50% #EA5906;
  text-decoration: none;
}
#qcontent #formwizard div[data-name="agir"] {
  position: relative;
  margin-top: 7.5rem;
  border: 0.1rem solid #EDEDED;
  background: #EDEDED;
}
#qcontent #formwizard div[data-name="agir"] .agir {
  padding: 30px 40px;
}
@media (max-width: 767px) {
  #qcontent #formwizard div[data-name="agir"] .agir {
    padding: 1.5rem;
  }
}
#qcontent #formwizard div[data-name="agir"] .agir h2 {
  font: bold 2.6rem "Wigrum", Arial, sans-serif;
  color: #EA5906;
  padding: 0 10px 20px;
  text-align: center;
}
#qcontent #formwizard div[data-name="agir"] .agir .agir-contenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#qcontent #formwizard div[data-name="agir"] .agir .agir-contenu .bloc-agir {
  flex: 0 0 100%;
  margin-bottom: 20px;
  padding: 90px 40px 70px 290px;
  background: url(/images/visuels/visuel-parapluie.png) no-repeat 0 0 #FFF;
  background-size: 350px auto;
}
@media (max-width: 767px) {
  #qcontent #formwizard div[data-name="agir"] .agir .agir-contenu .bloc-agir {
    background: url(/images/visuels/visuel-parapluie-mobile.png) no-repeat 0 0 #FFF;
    background-size: 288px auto;
    padding: 320px 0 0;
  }
}
#qcontent #formwizard div[data-name="agir"] .agir .agir-contenu .bloc-agir a {
  display: block;
  font: 500 2.5rem "Wigrum", Arial, sans-serif;
  color: #EA5906;
  padding: 60px 5px;
  text-align: center;
  border: 2px solid #EA5906;
  background: #F7F3F8;
  text-decoration: none !important;
  transition: all 0.2s ease;
}
#qcontent #formwizard div[data-name="agir"] .agir .agir-contenu .bloc-agir a:hover,
#qcontent #formwizard div[data-name="agir"] .agir .agir-contenu .bloc-agir a:focus {
  color: #FFF !important;
  background: #EA5906;
  text-decoration: none;
}
#qcontent #formwizard div[data-name="agir"] .agir .agir-contenu .bloc-question {
  flex: 0 0 48%;
  margin-right: 10px;
  background: #432B7F;
}
@media (max-width: 767px) {
  #qcontent #formwizard div[data-name="agir"] .agir .agir-contenu .bloc-question {
    flex: 0 0 100%;
  }
}
#qcontent #formwizard div[data-name="agir"] .agir .agir-contenu .bloc-question a {
  display: block;
  background: url(/images/visuels/visuel-aide.svg) no-repeat 50% 5px #432B7F;
  background-size: auto 150px;
  padding: 155px 20px 40px;
  color: #FFF;
  text-decoration: none !important;
}
#qcontent #formwizard div[data-name="agir"] .agir .agir-contenu .bloc-question a strong {
  position: relative;
  display: block;
  color: #FFF;
  padding: 10px 0 15px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#qcontent #formwizard div[data-name="agir"] .agir .agir-contenu .bloc-question a strong::after {
  position: absolute;
  content: "";
  width: 70%;
  height: 1px;
  background: #FFF;
  bottom: 0;
  left: 15%;
}
#qcontent #formwizard div[data-name="agir"] .agir .agir-contenu .bloc-question a span {
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #FFF;
}
#qcontent #formwizard div[data-name="agir"] .agir .agir-contenu .bloc-restart {
  flex: 0 0 48%;
}
@media (max-width: 1024px) {
  #qcontent #formwizard div[data-name="agir"] .agir .agir-contenu .bloc-restart {
    flex: 0 0 100%;
    margin-top: 3rem;
  }
}
#qcontent #formwizard div[data-name="agir"] .agir .agir-contenu .bloc-restart a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 180px 20px 20px;
  border: 2px solid #EA5906;
  text-decoration: none !important;
  transition: all 0.2s ease;
}
#qcontent #formwizard div[data-name="agir"] .agir .agir-contenu .bloc-restart a span {
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #EA5906;
}
#qcontent #formwizard div[data-name="agir"] .agir .agir-contenu .bloc-restart a:hover,
#qcontent #formwizard div[data-name="agir"] .agir .agir-contenu .bloc-restart a:focus {
  background: url(/images/visuels/visuel-restart-hover.svg) no-repeat 50% 30px #EA5906;
  background-size: auto 130px;
  text-decoration: none;
}
#qcontent #formwizard div[data-name="agir"] .agir .agir-contenu .bloc-restart a:hover span,
#qcontent #formwizard div[data-name="agir"] .agir .agir-contenu .bloc-restart a:focus span {
  color: #FFF;
}
#qcontent #InfosDetailReponses .modal-content {
  background: transparent;
  border: 0;
}
#qcontent #InfosDetailReponses .modal-content .modal-header {
  display: block;
  text-align: right;
}
#qcontent #InfosDetailReponses .modal-content .modal-header h5 {
  display: none;
}
#qcontent #InfosDetailReponses .modal-content .modal-header button {
  position: static;
  display: inline-block;
  padding: 0 0 6rem 0;
  float: none;
  background: url(/images/pictos/picto-close.svg) no-repeat 50% 100%;
  text-shadow: none;
  opacity: 1;
  font-size: 14px;
  font-weight: normal;
  color: #FFF;
}
#qcontent #InfosDetailReponses .modal-content .modal-header button::before {
  content: "Fermer";
  font-size: 14px;
}
#qcontent #InfosDetailReponses .modal-content .modal-header button span {
  display: none;
}
#qcontent #InfosDetailReponses .modal-content .modal-header .modal-print {
  background: url(/images/pictos/picto-print.svg) no-repeat 50% 100%;
  display: inline-block;
  padding: 0 0 5rem 0;
  font-weight: normal;
  color: #FFF;
  font-size: 14px;
  margin-right: 10px;
}
#qcontent #InfosDetailReponses .modal-content .modal-body {
  background: #FFF;
  padding: 2rem 7.5rem 5rem 7.5rem;
}
@media (max-width: 767px) {
  #qcontent #InfosDetailReponses .modal-content .modal-body {
    padding: 2rem;
  }
}
#qcontent #InfosDetailReponses .modal-content .modal-body > img {
  display: block;
  width: 100px;
  height: auto;
  margin: 0 auto;
}
#qcontent #InfosDetailReponses .modal-content .modal-body .quizz-resultats-decouvrir-resume {
  text-align: center;
}
#qcontent #InfosDetailReponses .modal-content .modal-body .quizz-resultats-decouvrir-resume > strong {
  font-size: 3rem;
}
#qcontent #InfosDetailReponses .modal-content .modal-body .quizz-resultats-decouvrir-resume > strong + span {
  font-size: 2rem;
}
#qcontent #InfosDetailReponses .modal-content .modal-body .quizz-resultats-decouvrir-resume > p {
  margin: 1rem 0 2rem;
  font-size: 1.4rem;
}
#qcontent #InfosDetailReponses .modal-content .modal-body th {
  background: none;
  font: 500 1.6rem "Wigrum", Arial, sans-serif;
  color: #EA5906;
}
#qcontent #InfosDetailReponses .modal-content .modal-body th + th {
  text-align: right;
}
#qcontent #InfosDetailReponses .modal-content .modal-body tr {
  vertical-align: baseline;
}
#qcontent #InfosDetailReponses .modal-content .modal-body tr td {
  padding: 1rem 0;
  font: normal 1.4rem "Wigrum", Arial, sans-serif;
}
@media (max-width: 767px) {
  #qcontent #InfosDetailReponses .modal-content .modal-body tr td {
    width: 50%;
    padding: 1rem 0;
    font-size: 1.3rem;
    vertical-align: middle;
  }
}
#qcontent #InfosDetailReponses .modal-content .modal-body tr td strong {
  color: #202323;
}
#qcontent #InfosDetailReponses .modal-content .modal-body tr td + td {
  text-align: right;
}
#qcontent #InfosDetailReponses .modal-content .modal-body tr td + td strong {
  font: 500 1.8rem "Wigrum", Arial, sans-serif;
}
@media (max-width: 767px) {
  #qcontent #InfosDetailReponses .modal-content .modal-body tr td + td strong {
    font-size: 1.2rem;
  }
}
#qcontent #InfosDetailReponses .modal-content .modal-body tr td + td strong.lowLevel {
  color: #3b8653;
}
#qcontent #InfosDetailReponses .modal-content .modal-body tr td + td strong.middLowLevel {
  color: #b3ba4f;
}
#qcontent #InfosDetailReponses .modal-content .modal-body tr td + td strong.middleLevel {
  color: #f97035;
}
#qcontent #InfosDetailReponses .modal-content .modal-body tr td + td strong.middHighLevel {
  color: #ed4848;
}
#qcontent #InfosDetailReponses .modal-content .modal-body tr td + td strong.highLevel {
  color: #ce2020;
}
#qcontent #InfosDetailReponses .modal-content .modal-body tr td[colspan="2"] .argumentaire {
  position: relative;
  border: 0.1rem solid #878787;
  padding: 1.5rem;
  margin-bottom: 3rem;
}
#qcontent #InfosDetailReponses .modal-content .modal-body tr td[colspan="2"] .argumentaire .titre_argumentaire {
  font: 500 1.6rem "Wigrum", Arial, sans-serif;
  margin-bottom: 1.5rem;
  padding-right: 4rem;
}
#qcontent #InfosDetailReponses .modal-content .modal-body tr td[colspan="2"] .argumentaire .titre_argumentaire::before {
  position: absolute;
  content: "";
  width: 2rem;
  height: 2rem;
  right: 1.5rem;
  top: 1.65rem;
  border-radius: 50%;
}
#qcontent #InfosDetailReponses .modal-content .modal-body tr td[colspan="2"] .argumentaire .titre_argumentaire.lowLevel::before {
  background-color: #3b8653;
}
#qcontent #InfosDetailReponses .modal-content .modal-body tr td[colspan="2"] .argumentaire .titre_argumentaire.middLowLevel::before {
  background-color: #b3ba4f;
}
#qcontent #InfosDetailReponses .modal-content .modal-body tr td[colspan="2"] .argumentaire .titre_argumentaire.middleLevel::before {
  background-color: #f97035;
}
#qcontent #InfosDetailReponses .modal-content .modal-body tr td[colspan="2"] .argumentaire .titre_argumentaire.middHighLevel::before {
  background-color: #ed4848;
}
#qcontent #InfosDetailReponses .modal-content .modal-body tr td[colspan="2"] .argumentaire .titre_argumentaire.highLevel::before {
  background-color: #ce2020;
}
#qcontent #InfosDetailReponses .modal-content .modal-body tr td[colspan="2"] .argumentaire .texte_argumentaire {
  display: block;
  font: normal 1.4rem "Wigrum", Arial, sans-serif;
  line-height: 2.2rem;
  color: #202323;
}
#qcontent #InfosDetailReponses .modal-content .modal-footer {
  display: none;
}
/* Footer*/
#vyv_footer_footer {
  display: flex;
  justify-content: center;
  grid-gap: 2.5rem;
}
#vyv_footer_footer a {
  font-size: 1.5rem;
  color: #482683;
  text-decoration: underline;
}
/***** IMPORT DESIGN ENTITE GLOBALES *****/
/* Variables VYV*/
@font-face {
  font-family: 'Wigrum';
  src: url('/fonts/wigrum-webfont.woff2') format('woff2'), url('/fonts/wigrum-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
#qcontent #formwizard #wizard_step_0 .btn-primary {
  background-color: #EA5906;
}
#qcontent #formwizard div[id*="wizard_step_"] div[id*="label_question_"] h2,
#qcontent #formwizard div[id*="wizard_step_"] div[id*="liste_sous_propositions_q"] h3 {
  color: #B44404;
}
#btn_save_data,
#btn_next_step,
.btn-primary,
*[id*="btn_next_step_"] {
  background: url(/images/pictos/vyv/picto-chevron.svg) no-repeat right 2rem top 50%;
}
#quizz_reponses ol li {
  background: url(/images/pictos/vyv/picto-chevron.svg) no-repeat 0 1rem;
}
#quizz_reponses ol li a {
  background: url(/images/pictos/vyv/picto-modifier.svg) no-repeat 100% 50%;
  background-size: 20px auto;
}
.bloc-boutons .btn {
  background: url(/images/pictos/vyv/picto-chevron.svg) no-repeat right 2rem top 50%;
}
.bloc-temoignage-texte a,
.bloc-temoignage-texte a:hover {
  color: #FFF !important;
  background: url(/images/pictos/picto-chevron-hover.svg) no-repeat right 2rem top 50% #EA5906;
  text-decoration: none;
}
.bloc-agir a,
.bloc-agir a:hover,
.bloc-agir a:focus {
  color: #FFF !important;
  background: #EA5906 !important;
  text-decoration: none !important;
}
.bloc-restart a {
  background: url(/images/visuels/vyv/visuel-restart.svg) no-repeat 50% 30px #FFF;
  background-size: auto 130px;
}
body[data-action="quizz"] {
  padding: 0;
}
body[data-action="quizz"] header {
  background-color: #EA5906;
  height: 73px;
}
body[data-action="quizz"] {
  padding: 0;
}
body[data-action="quizz"] header {
  background-color: #EA5906;
  height: 73px;
}
body[data-action="quizz"] header .quizz-header-logo {
  margin-bottom: 0;
}
body[data-action="quizz"] header .quizz-header-logo img {
  width: 50%;
  height: unset;
}
body[data-action="quizz"] #content #qcontent #propositions > ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
body[data-action="quizz"] #content #qcontent #propositions > ul .bidon label {
  border-radius: 7px;
}
body[data-action="quizz"] #content #qcontent #propositions > ul .bidon label:before,
body[data-action="quizz"] #content #qcontent #propositions > ul .bidon label:after {
  display: none;
}
#socle-content {
  display: none;
}
body[data-action="quizz"] {
  padding: 0;
}
body[data-action="quizz"] .quizz-resultats-container {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background: #F7F6FA;
}
body[data-action="quizz"] .quizz-resultats-container.active#wizard_step_10 {
  display: flex;
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resutats-left,
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right {
  width: 50%;
  padding: 24px 64px;
  padding-bottom: 140px;
}
@media screen and (max-width: 1024px) {
  body[data-action="quizz"] .quizz-resultats-container .quizz-resutats-left,
  body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right {
    width: 100%;
    padding: 0;
  }
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resutats-left {
  padding: 24px 0;
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resutats-left .quizz-resultats-decouvrir-graph {
  position: sticky;
  top: calc(50% - 80px);
  transform: translateY(-50%);
}
@media screen and (max-width: 1600px) and (max-height: 730px) {
  body[data-action="quizz"] .quizz-resultats-container .quizz-resutats-left .quizz-resultats-decouvrir-graph {
    top: 105px;
    transform: none;
  }
}
@media screen and (max-width: 1450px) and (max-height: 600px) {
  body[data-action="quizz"] .quizz-resultats-container .quizz-resutats-left .quizz-resultats-decouvrir-graph {
    top: 90px;
    transform: none;
  }
}
@media screen and (max-width: 1024px) {
  body[data-action="quizz"] .quizz-resultats-container .quizz-resutats-left .quizz-resultats-decouvrir-graph {
    position: relative;
    top: 0;
    transform: initial;
  }
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resutats-left .quizz-resultats-decouvrir-graph .quizz-resultats-title {
  color: black;
  text-align: center;
  font-family: 'Wigrum';
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 530px) {
  body[data-action="quizz"] .quizz-resultats-container .quizz-resutats-left .quizz-resultats-decouvrir-graph .quizz-resultats-title {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  body[data-action="quizz"] .quizz-resultats-container .quizz-resutats-left .quizz-resultats-decouvrir-graph .quizz-resultats-title {
    font-size: 24px;
  }
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resutats-left .quizz-resultats-decouvrir-graph #score {
  position: relative;
  left: -5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resutats-left .quizz-resultats-decouvrir-graph #score:after {
  content: "%";
  display: block;
}
@media screen and (max-width: 1024px) {
  body[data-action="quizz"] .quizz-resultats-container .quizz-resutats-left .quizz-resultats-decouvrir-graph #score {
    top: 60px;
    position: relative;
  }
}
@media screen and (max-width: 530px) {
  body[data-action="quizz"] .quizz-resultats-container .quizz-resutats-left .quizz-resultats-decouvrir-graph #score {
    width: 100%;
    top: 45px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1450px) {
  body[data-action="quizz"] .quizz-resultats-container .quizz-resutats-left .quizz-resultats-decouvrir-graph #score {
    top: 63px;
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1450px) and (max-height: 570px) {
  body[data-action="quizz"] .quizz-resultats-container .quizz-resutats-left .quizz-resultats-decouvrir-graph #score {
    top: 70px;
  }
}
@media screen and (min-width: 1450px) {
  body[data-action="quizz"] .quizz-resultats-container .quizz-resutats-left .quizz-resultats-decouvrir-graph #score {
    top: 76px;
    font-size: 28px;
  }
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resutats-left .quizz-resultats-decouvrir-graph > span {
  display: none;
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resutats-left .quizz-resultats-decouvrir-graph .low-score {
  color: black;
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resutats-left .quizz-resultats-decouvrir-graph .medium-score,
body[data-action="quizz"] .quizz-resultats-container .quizz-resutats-left .quizz-resultats-decouvrir-graph .high-score {
  color: black;
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resutats-left .quizz-resultats-decouvrir-graph figure img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  body[data-action="quizz"] .quizz-resultats-container .quizz-resutats-left .quizz-resultats-decouvrir-graph figure img {
    max-width: 100%;
    height: 300px;
    display: block;
    margin: auto;
  }
}
@media screen and (max-width: 530px) {
  body[data-action="quizz"] .quizz-resultats-container .quizz-resutats-left .quizz-resultats-decouvrir-graph figure img {
    height: 200px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1450px) {
  body[data-action="quizz"] .quizz-resultats-container .quizz-resutats-left .quizz-resultats-decouvrir-graph figure img {
    width: 500px;
  }
}
@media screen and (min-width: 1450px) {
  body[data-action="quizz"] .quizz-resultats-container .quizz-resutats-left .quizz-resultats-decouvrir-graph figure img {
    width: 600px;
  }
}
@media screen and (max-width: 1450px) and (max-height: 600px) {
  body[data-action="quizz"] .quizz-resultats-container .quizz-resutats-left .quizz-resultats-decouvrir-graph figure img {
    width: 570px;
  }
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right {
  background: white;
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right .quizz-resultats-liens-refonte {
  display: flex;
  align-items: center;
  padding: 0;
  position: relative;
  margin-bottom: 40px;
  border: solid 1px #B44404;
}
@media screen and (max-width: 1450px) and (max-height: 600px) {
  body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right .quizz-resultats-liens-refonte {
    margin-bottom: 32px;
  }
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right .quizz-resultats-liens-refonte li {
  width: 50%;
  list-style: none;
  background: white;
  text-align: center;
  position: relative;
  height: 45px;
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right .quizz-resultats-liens-refonte li.current a {
  color: white;
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right .quizz-resultats-liens-refonte li.current:before {
  content: "";
  position: absolute;
  width: 100%;
  background: #B44404;
  z-index: 1;
  height: 45px;
  left: 0;
  top: 0;
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right .quizz-resultats-liens-refonte li.current:after {
  content: "";
  width: 25px;
  height: 12px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='12' viewBox='0 0 25 12' fill='none'%3E%3Cpath d='M11.5361 11.1C12.2473 11.6333 13.225 11.6333 13.9361 11.1L23.9361 3.6C25.4738 2.44679 24.6582 1.48733e-06 22.7361 1.3193e-06L2.73614 -4.29154e-07C0.814119 -5.97183e-07 -0.00147617 2.44679 1.53614 3.6L11.5361 11.1Z' fill='%23B44404'/%3E%3C/svg%3E");
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right .quizz-resultats-liens-refonte li a {
  color: #9C0A0F;
  position: relative;
  z-index: 2;
  font-family: 'Wigrum';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  width: 100%;
  display: block;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right .quizz-resultats-liens-refonte li a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_100 {
    padding: 0 24px;
  }
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_100 #InfosDetailReponses #printThis > img {
  display: none;
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_100 #InfosDetailReponses #printThis .quizz-resultats-decouvrir-resume {
  margin-bottom: 40px;
}
@media screen and (max-width: 1450px) and (max-height: 600px) {
  body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_100 #InfosDetailReponses #printThis .quizz-resultats-decouvrir-resume {
    margin-bottom: 32px;
  }
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_100 #InfosDetailReponses #printThis .quizz-resultats-decouvrir-resume p {
  color: black;
  font-family: 'Wigrum';
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 1450px) and (max-height: 600px) {
  body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_100 #InfosDetailReponses #printThis .quizz-resultats-decouvrir-resume p {
    font-size: 16px;
  }
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_100 #InfosDetailReponses #printThis #detail_resultats > div {
  margin-bottom: 40px;
}
@media screen and (max-width: 1450px) and (max-height: 600px) {
  body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_100 #InfosDetailReponses #printThis #detail_resultats > div {
    margin-bottom: 24px;
  }
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_100 #InfosDetailReponses #printThis #detail_resultats > div p {
  text-align: left;
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_100 #InfosDetailReponses #printThis #detail_resultats > div:nth-child(2n+1) {
  margin-bottom: 32px;
}
@media screen and (max-width: 1450px) and (max-height: 600px) {
  body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_100 #InfosDetailReponses #printThis #detail_resultats > div:nth-child(2n+1) {
    margin-bottom: 24px;
  }
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_100 #InfosDetailReponses #printThis #detail_resultats > div:nth-child(2n+1) p {
  color: black;
  font-family: 'Wigrum';
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 1450px) and (max-height: 600px) {
  body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_100 #InfosDetailReponses #printThis #detail_resultats > div:nth-child(2n+1) p {
    font-size: 16px;
  }
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_100 #InfosDetailReponses #printThis #detail_resultats > div:nth-child(2n+1) p strong {
  font-weight: unset;
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_100 #InfosDetailReponses #printThis #detail_resultats > div .argumentaire {
  border-left: solid 1px #DDD;
  padding: 0 12px;
  position: relative;
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_100 #InfosDetailReponses #printThis #detail_resultats > div .argumentaire .texte_argumentaire {
  font-family: 'Wigrum';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  display: block;
  padding: 32px;
  border-radius: 16px;
  position: relative;
}
@media screen and (max-width: 1450px) and (max-height: 600px) {
  body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_100 #InfosDetailReponses #printThis #detail_resultats > div .argumentaire .texte_argumentaire {
    font-size: 16px;
  }
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_100 #InfosDetailReponses #printThis #detail_resultats > div .argumentaire .texte_argumentaire.highLevel,
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_100 #InfosDetailReponses #printThis #detail_resultats > div .argumentaire .texte_argumentaire.middHighLevel {
  background: #FEF5F5;
  color: #B90404;
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_100 #InfosDetailReponses #printThis #detail_resultats > div .argumentaire .texte_argumentaire.highLevel:before,
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_100 #InfosDetailReponses #printThis #detail_resultats > div .argumentaire .texte_argumentaire.middHighLevel:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='22' viewBox='0 0 14 22' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.041 12.2105L6.13281 21.5464C-0.0155468 16.9968 -1.31164 8.32447 3.2379 2.17611L4.84807 9.99076e-05L5.1553 0.227444C5.27341 2.0807 5.75976 3.90291 6.59789 5.58395C7.68574 7.76583 9.64265 9.59201 13.041 12.2105Z' fill='%23FEF5F5'/%3E%3C/svg%3E");
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_100 #InfosDetailReponses #printThis #detail_resultats > div .argumentaire .texte_argumentaire.middleLevel {
  background: #FEF5EA;
  color: #C54700;
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_100 #InfosDetailReponses #printThis #detail_resultats > div .argumentaire .texte_argumentaire.middleLevel:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='22' viewBox='0 0 14 22' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.0414 12.21L6.13281 21.5464C-0.0155468 16.9968 -1.31164 8.32447 3.2379 2.17611L4.84807 9.99076e-05L5.15633 0.228201C5.27452 2.0812 5.76085 3.90314 6.59887 5.58395C7.68665 7.7657 9.64339 9.59179 13.0414 12.21Z' fill='%23FEF5EA'/%3E%3C/svg%3E");
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_100 #InfosDetailReponses #printThis #detail_resultats > div .argumentaire .texte_argumentaire.lowLevel,
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_100 #InfosDetailReponses #printThis #detail_resultats > div .argumentaire .texte_argumentaire.middLowLevel {
  background: #F2FBEC;
  color: #336F08;
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_100 #InfosDetailReponses #printThis #detail_resultats > div .argumentaire .texte_argumentaire.lowLevel:before,
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_100 #InfosDetailReponses #printThis #detail_resultats > div .argumentaire .texte_argumentaire.middLowLevel:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='22' viewBox='0 0 14 22' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.0414 12.21L6.13281 21.5464C-0.0155468 16.9968 -1.31164 8.32447 3.2379 2.17611L4.84807 9.99076e-05L5.15633 0.228201C5.27452 2.0812 5.76085 3.90314 6.59887 5.58395C7.68665 7.7657 9.64339 9.59179 13.0414 12.21Z' fill='%23F2FBEC'/%3E%3C/svg%3E");
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_100 #InfosDetailReponses #printThis #detail_resultats > div .argumentaire .texte_argumentaire:before {
  content: '';
  position: absolute;
  display: block;
  left: 13px;
  top: -13px;
  width: 14px;
  height: 22px;
}
@media screen and (max-width: 1024px) {
  body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_110 {
    padding: 0 24px;
  }
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_110 > .quizz-risques-container .results-quizz-risks-top {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  gap: 24px;
}
@media screen and (max-width: 1450px) and (max-height: 600px) {
  body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_110 > .quizz-risques-container .results-quizz-risks-top {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1024px) {
  body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_110 > .quizz-risques-container .results-quizz-risks-top {
    align-items: flex-start;
  }
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_110 > .quizz-risques-container .results-quizz-risks-top > .quizz-results-situations {
  display: flex;
  flex-direction: column;
  text-align: left;
  color: #000;
  font-family: 'Wigrum';
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 50%;
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_110 > .quizz-risques-container .results-quizz-risks-top > .quizz-results-situations > span {
  color: #000;
  font-family: 'Wigrum';
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  word-wrap: break-word;
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_110 > .quizz-risques-container .results-quizz-risks-top > .quizz-results-situations > span.comme-vous {
  font-size: 18px;
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_110 > .quizz-risques-container .results-quizz-risks-top > .quizz-results-situations > span.situation {
  color: #B44404;
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_110 > .quizz-risques-container .results-quizz-risks-top > img {
  width: 50%;
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_110 > .quizz-risques-container .results-quizz-risks-situation {
  display: flex;
  border: 1px dashed #9C0A0F;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  margin-bottom: 2rem;
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_110 > .quizz-risques-container .results-quizz-risks-situation > p {
  width: 90%;
}
@media screen and (max-width: 1024px) {
  body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_110 > .quizz-risques-container .results-quizz-risks-situation li {
    font-size: 12px;
  }
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_110 > .quizz-risques-container .results-quizz-risks-situation > p {
  width: 90%;
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_110 > .quizz-risques-container .results-quizz-risks-situation:before {
  content: "";
  width: 24px;
  height: 24px;
  position: relative;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_3701_12462)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 2C6.477 2 2 6.477 2 12C2 17.523 6.477 22 12 22C17.523 22 22 17.523 22 12C22 6.477 17.523 2 12 2ZM8.5 9.5C8.5 9.04037 8.59053 8.58525 8.76642 8.16061C8.94231 7.73597 9.20012 7.35013 9.52513 7.02513C9.85013 6.70012 10.236 6.44231 10.6606 6.26642C11.0852 6.09053 11.5404 6 12 6C12.4596 6 12.9148 6.09053 13.3394 6.26642C13.764 6.44231 14.1499 6.70012 14.4749 7.02513C14.7999 7.35013 15.0577 7.73597 15.2336 8.16061C15.4095 8.58525 15.5 9.04037 15.5 9.5C15.5 10.4283 15.1313 11.3185 14.4749 11.9749C13.8185 12.6313 12.9283 13 12 13C11.0717 13 10.1815 12.6313 9.52513 11.9749C8.86875 11.3185 8.5 10.4283 8.5 9.5ZM18.258 16.984C17.5094 17.9256 16.5578 18.686 15.4742 19.2082C14.3905 19.7305 13.2029 20.0011 12 20C10.7971 20.0011 9.60946 19.7305 8.52583 19.2082C7.4422 18.686 6.49056 17.9256 5.742 16.984C7.363 15.821 9.575 15 12 15C14.425 15 16.637 15.821 18.258 16.984Z' fill='%23B44404'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3701_12462'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_110 > .quizz-risques-container .results-quizz-risks-situation p {
  color: var(--Noir, #000);
  font-family: 'Wigrum';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  width: 90%;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) and (max-width: 1450px) and (max-height: 600px) {
  body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_110 > .quizz-risques-container .results-quizz-risks-situation p {
    font-size: 14px;
  }
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_110 > .quizz-risques-container .results-quizz-risks-bottom h3 {
  text-align: left;
  color: #B44404;
  font-family: 'Wigrum';
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 16px;
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_110 > .quizz-risques-container .results-quizz-risks-bottom .tabbed-container ul.nav.nav-tabs {
  border-radius: 100px;
  background: #F7F6FA;
  justify-content: space-between;
  border: none;
  margin-bottom: 40px;
}
@media screen and (max-width: 1450px) and (max-height: 600px) {
  body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_110 > .quizz-risques-container .results-quizz-risks-bottom .tabbed-container ul.nav.nav-tabs {
    margin-bottom: 32px;
  }
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_110 > .quizz-risques-container .results-quizz-risks-bottom .tabbed-container ul.nav.nav-tabs li {
  width: 33%;
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_110 > .quizz-risques-container .results-quizz-risks-bottom .tabbed-container ul.nav.nav-tabs li a {
  color: black;
  border: none;
  line-height: normal;
  box-sizing: border-box;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) and (max-width: 1450px) {
  body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_110 > .quizz-risques-container .results-quizz-risks-bottom .tabbed-container ul.nav.nav-tabs li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_110 > .quizz-risques-container .results-quizz-risks-bottom .tabbed-container ul.nav.nav-tabs li a {
    font-size: 12px;
  }
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_110 > .quizz-risques-container .results-quizz-risks-bottom .tabbed-container ul.nav.nav-tabs li a:hover {
  border: none;
  color: black;
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_110 > .quizz-risques-container .results-quizz-risks-bottom .tabbed-container ul.nav.nav-tabs li a.active {
  color: #B44404;
  background-color: #fff;
  border: solid 2px #B44404;
  border-radius: 100px;
  font-weight: 500;
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_110 > .quizz-risques-container .results-quizz-risks-bottom .tabbed-container ul.nav.nav-tabs li a.active:hover {
  border: solid 2px #B44404;
  color: #B44404;
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_110 > .quizz-risques-container .results-quizz-risks-bottom .tabbed-container .tab-content {
  margin-bottom: 40px;
}
@media screen and (max-width: 1450px) and (max-height: 600px) {
  body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_110 > .quizz-risques-container .results-quizz-risks-bottom .tabbed-container .tab-content {
    margin-bottom: 32px;
  }
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_110 > .quizz-risques-container .results-quizz-risks-bottom .tabbed-container .tab-content span.aligned {
  color: black;
  font-family: Wigrum;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-align: left;
  margin-bottom: 2rem;
  display: block;
}
@media screen and (max-width: 1450px) and (max-height: 600px) {
  body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_110 > .quizz-risques-container .results-quizz-risks-bottom .tabbed-container .tab-content span.aligned {
    font-size: 18px;
  }
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_110 > .quizz-risques-container .results-quizz-risks-bottom .tabbed-container .tab-content > .tab-pane .row > .col-md-12 {
  padding: 0;
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_110 > .quizz-risques-container .results-quizz-risks-bottom .tabbed-container .tab-content > .tab-pane .row:first-child {
  margin-bottom: 1rem;
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_110 > .quizz-risques-container .results-quizz-risks-bottom .tabbed-container .tab-content > .tab-pane .row:first-child .col-md-12 .form-group > label {
  display: none;
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_110 > .quizz-risques-container .results-quizz-risks-bottom .tabbed-container .tab-content > .tab-pane .row:first-child .col-md-12 .form-group .input-group .aligned {
  color: black;
  font-family: Wigrum;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-align: left;
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_110 > .quizz-risques-container .results-quizz-risks-bottom .tabbed-container .tab-content > .tab-pane .row:nth-child(2) .col-md-12 .form-group {
  background: #FEF5EA;
  padding: 24px 32px;
}
@media screen and (max-width: 1450px) and (max-height: 600px) {
  body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_110 > .quizz-risques-container .results-quizz-risks-bottom .tabbed-container .tab-content > .tab-pane .row:nth-child(2) .col-md-12 .form-group {
    padding: 16px 24px;
  }
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_110 > .quizz-risques-container .results-quizz-risks-bottom .tabbed-container .tab-content > .tab-pane .row:nth-child(2) .col-md-12 .form-group label {
  width: 100%;
  color: #C54700;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  max-width: 100%;
  text-align: left;
  padding: 0;
  margin-bottom: 16px;
}
@media screen and (max-width: 1450px) and (max-height: 600px) {
  body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_110 > .quizz-risques-container .results-quizz-risks-bottom .tabbed-container .tab-content > .tab-pane .row:nth-child(2) .col-md-12 .form-group label {
    font-size: 18px;
  }
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_110 > .quizz-risques-container .results-quizz-risks-bottom .tabbed-container .tab-content > .tab-pane .row:nth-child(2) .col-md-12 .form-group .input-group {
  width: 100%;
  padding: 0;
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_110 > .quizz-risques-container .results-quizz-risks-bottom .tabbed-container .tab-content > .tab-pane .row:nth-child(2) .col-md-12 .form-group .input-group span {
  text-align: left;
  font-family: 'Wigrum';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  color: #C54700 !important;
}
@media screen and (max-width: 1450px) and (max-height: 600px) {
  body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_110 > .quizz-risques-container .results-quizz-risks-bottom .tabbed-container .tab-content > .tab-pane .row:nth-child(2) .col-md-12 .form-group .input-group span {
    font-size: 14px;
  }
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_110 > .quizz-risques-container .results-quizz-risks-bottom .tabbed-container .tab-content > .tab-pane .row:nth-child(3) .col-md-12 .form-group {
  background: #F2FBEC;
  padding: 24px 32px;
  margin: 12px 0;
}
@media screen and (max-width: 1450px) and (max-height: 600px) {
  body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_110 > .quizz-risques-container .results-quizz-risks-bottom .tabbed-container .tab-content > .tab-pane .row:nth-child(3) .col-md-12 .form-group {
    padding: 16px 24px;
  }
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_110 > .quizz-risques-container .results-quizz-risks-bottom .tabbed-container .tab-content > .tab-pane .row:nth-child(3) .col-md-12 .form-group label {
  width: 100%;
  color: #336F08;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  max-width: 100%;
  text-align: left;
  padding: 0;
  margin-bottom: 16px;
}
@media screen and (max-width: 1450px) and (max-height: 600px) {
  body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_110 > .quizz-risques-container .results-quizz-risks-bottom .tabbed-container .tab-content > .tab-pane .row:nth-child(3) .col-md-12 .form-group label {
    font-size: 18px;
  }
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_110 > .quizz-risques-container .results-quizz-risks-bottom .tabbed-container .tab-content > .tab-pane .row:nth-child(3) .col-md-12 .form-group .input-group {
  width: 100%;
  padding: 0;
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_110 > .quizz-risques-container .results-quizz-risks-bottom .tabbed-container .tab-content > .tab-pane .row:nth-child(3) .col-md-12 .form-group .input-group span {
  text-align: left;
  font-family: 'Wigrum';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  color: #336F08;
}
@media screen and (max-width: 1450px) and (max-height: 600px) {
  body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right #wizard_step_110 > .quizz-risques-container .results-quizz-risks-bottom .tabbed-container .tab-content > .tab-pane .row:nth-child(3) .col-md-12 .form-group .input-group span {
    font-size: 14px;
  }
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right .quizz-resultats-decouvrir-reponses {
  margin-bottom: 60px;
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right .quizz-resultats-decouvrir-reponses .bloc-boutons button {
  display: none;
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right .quizz-resultats-decouvrir-reponses .bloc-boutons a {
  color: #B44404;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: 'Wigrum';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right .quizz-resultats-decouvrir-reponses .bloc-boutons a:before {
  content: "";
  width: 24px;
  height: 24px;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M13.6161 8.22691C12.736 8.12375 12.3219 8.52996 12.1531 8.78142C11.7907 9.32089 11.8942 10.114 12.4389 10.9543L12.583 11.1779L21.7887 13.1014L22.5 4.12826L22.3177 3.93268C21.6289 3.19333 20.8637 2.87094 20.2177 3.04718C19.9183 3.12885 19.3916 3.39106 19.2408 4.23787L19.2273 6.76971C17.7981 5.16421 15.6486 4.11536 12.9566 3.81877C12.4412 3.76289 11.9055 3.7328 11.3518 3.7328C10.7981 3.7328 10.2624 3.76288 9.74695 3.82092C4.73891 4.38832 1.5 7.64016 1.5 12.2546C1.5 17.458 5.55595 21 11.3518 21C15.1084 21 18.0682 19.5686 19.727 17.1894C19.7428 17.1679 19.754 17.1399 19.7653 17.1098C20.2267 16.1813 20.0466 15.5323 19.2026 15.0401C18.5048 14.6339 18.0592 14.7607 17.5482 14.7005L17.3749 15.0229C16.3598 16.9938 14.1878 18.2081 11.3405 18.2081C7.41736 18.2081 4.67138 15.8117 4.67138 12.289C4.67138 8.76638 7.33859 6.52039 11.3405 6.52039C14.0347 6.52039 16.074 7.537 17.1521 9.21557L13.6701 8.23336L13.6116 8.22261L13.6161 8.22691Z' fill='%23B44404'/%3E%3C/svg%3E");
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right > footer {
  position: relative;
  bottom: unset;
  z-index: unset;
}
@media screen and (max-width: 1024px) {
  body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right > footer {
    z-index: unset;
    margin: 0;
    padding-top: 10px;
  }
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right > .quizz-resultats-decouvrir-resume {
  position: fixed;
  bottom: 0;
  border-top: solid 1px #F3EEFF;
  padding: 16px;
  background: white;
  z-index: 100;
  gap: 1rem;
  display: flex;
  width: 50%;
  left: 50%;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right > .quizz-resultats-decouvrir-resume {
    width: 100%;
    left: 0%;
    flex-direction: column;
  }
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right > .quizz-resultats-decouvrir-resume > a {
  padding: 18px 16px;
  color: white;
  background: #B44404;
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #FFF;
  font-family: 'Wigrum';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  border: none;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right > .quizz-resultats-decouvrir-resume > a {
    width: 100%;
    padding: 8px 16px;
  }
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right > .quizz-resultats-decouvrir-resume > a.btn-quizz:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='24' viewBox='0 0 22 24' fill='none'%3E%3Cpath d='M20.9496 7.86132L14.4997 17.4489C14.194 17.511 14.0308 17.5317 13.7641 17.5317C10.1691 17.5317 8.36005 12.2586 6.23382 7.80385C7.01075 7.53721 7.99227 7.43607 8.37844 7.43607C11.4425 7.43607 11.739 13.5458 13.2125 14.8331C16.6397 7.81304 18.4993 5.27536 20.8807 4.97424L20.8163 2.79284C14.8054 2.8503 10.8931 0 10.8931 0C10.8931 0 7.02914 2.97903 0.981445 3.05948L1.11477 13.0102C1.11477 13.0102 0.995237 18.6718 11.2149 24C21.2898 18.4005 21.0186 12.7436 21.0186 12.7436L20.9542 7.85672L20.9496 7.86132Z' fill='white'/%3E%3C/svg%3E");
  width: 21px;
  height: 24px;
  position: relative;
  background-repeat: no-repeat;
}
body[data-action="quizz"] .quizz-resultats-container .quizz-resultats-right > .quizz-resultats-decouvrir-resume > a#rec_res:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='18' viewBox='0 0 24 18' fill='none'%3E%3Cpath d='M22.065 0.742924C21.5785 0.566006 20.9869 0.48584 20.2737 0.48584C20.2682 0.48584 20.2599 0.48584 20.2544 0.48584H1.66697L11.9973 10.4264L22.0623 0.742924H22.065Z' fill='white'/%3E%3Cpath d='M23.4803 2.05595L11.9972 13.105L0 1.55837V12.5991C0 16.3614 0.959226 17.5141 3.72633 17.5141C3.73186 17.5141 3.74015 17.5141 3.74845 17.5141H23.1403C23.367 17.5141 23.6655 17.4727 24 17.4008V5.40357C24 3.89977 23.8424 2.81891 23.4831 2.05595H23.4803Z' fill='white'/%3E%3C/svg%3E");
  width: 24px;
  height: 17px;
  position: relative;
  background-repeat: no-repeat;
}
body[data-action="quizz"] header {
  background-color: white;
  height: 80px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 998;
}
body[data-action="quizz"] header .quizz-header {
  flex-direction: row;
  padding: 0;
  height: 80px;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  gap: 0;
  max-width: 100%;
  border-bottom: solid 1px #C9B69C;
}
body[data-action="quizz"] header .quizz-header-contacts {
  gap: 1rem;
}
@media screen and (max-width: 1024px) {
  body[data-action="quizz"] header .quizz-header-contacts {
    display: flex;
    flex-direction: row-reverse;
    gap: 4px;
    position: relative;
    left: 10px;
  }
}
body[data-action="quizz"] header .quizz-header-contacts a {
  border-radius: 0 !important;
  border: none !important;
  height: 32px;
  padding: 4px 8px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: normal;
}
body[data-action="quizz"] header .quizz-header-contacts #btn_appel {
  background: #FD9;
  color: #9C0A0F;
  order: 2;
}
@media screen and (max-width: 1024px) {
  body[data-action="quizz"] header .quizz-header-contacts #btn_appel {
    width: 37px;
    height: 37px;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
  }
  body[data-action="quizz"] header .quizz-header-contacts #btn_appel span {
    display: none;
  }
  body[data-action="quizz"] header .quizz-header-contacts #btn_appel:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5.51667 8.99167C6.71667 11.35 8.65 13.2833 11.0083 14.4833L12.8417 12.65C13.075 12.4167 13.4 12.35 13.6917 12.4417C14.625 12.75 15.625 12.9167 16.6667 12.9167C16.8877 12.9167 17.0996 13.0045 17.2559 13.1607C17.4122 13.317 17.5 13.529 17.5 13.75V16.6667C17.5 16.8877 17.4122 17.0996 17.2559 17.2559C17.0996 17.4122 16.8877 17.5 16.6667 17.5C12.9094 17.5 9.30609 16.0074 6.64932 13.3507C3.99256 10.6939 2.5 7.09057 2.5 3.33333C2.5 3.11232 2.5878 2.90036 2.74408 2.74408C2.90036 2.5878 3.11232 2.5 3.33333 2.5H6.25C6.47101 2.5 6.68298 2.5878 6.83926 2.74408C6.99554 2.90036 7.08333 3.11232 7.08333 3.33333C7.08333 4.375 7.25 5.375 7.55833 6.30833C7.65 6.6 7.58333 6.925 7.35 7.15833L5.51667 8.99167Z' fill='%239C0A0F'/%3E%3C/svg%3E");
    width: 21px;
    height: 18px;
    display: block;
    position: relative;
  }
}
body[data-action="quizz"] header .quizz-header-contacts #btn_etre_rappele {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #B44404;
  color: white;
  order: 1;
}
@media screen and (max-width: 1024px) {
  body[data-action="quizz"] header .quizz-header-contacts #btn_etre_rappele {
    width: 37px;
    height: 37px;
    border-radius: 50% !important;
  }
  body[data-action="quizz"] header .quizz-header-contacts #btn_etre_rappele span {
    display: none;
  }
}
body[data-action="quizz"] header .quizz-header-contacts #btn_etre_rappele:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='16' viewBox='0 0 21 16' fill='none'%3E%3Cpath d='M9.02789 15.9968C8.33546 15.9324 7.89725 15.5265 7.66309 14.9144C7.38879 14.2024 7.1446 13.4809 6.90041 12.756C5.97716 10.0114 5.05726 7.26673 4.1407 4.51886C4.0738 4.31591 4.01025 4.11296 3.96341 3.90679C3.72591 2.87593 3.99686 2.3444 5.03719 2.00615C7.03756 1.3522 9.05131 0.724024 11.0684 0.118397C12.0652 -0.181195 12.6205 0.0765185 13.0286 1.02039C13.333 1.71944 13.5538 2.45071 13.798 3.1723C14.8484 6.26165 15.8954 9.35099 16.9391 12.4436C17.016 12.6755 17.0929 12.9074 17.1665 13.1394C17.2435 13.3874 17.1498 13.5421 16.8889 13.6226C14.3667 14.4054 11.8478 15.1914 9.32895 15.9742C9.24198 16 9.14163 15.9903 9.02789 16V15.9968ZM15.2565 11.155C15.2264 11.0358 15.1996 10.9166 15.1628 10.8006C14.1559 7.82726 13.1524 4.85066 12.1355 1.88051C11.8679 1.09449 11.7642 1.05905 10.9781 1.30388C9.26539 1.83541 7.55605 2.36695 5.85005 2.90815C4.98367 3.18197 4.94018 3.28183 5.2379 4.17094C5.62593 5.32743 6.01396 6.48392 6.40199 7.64041C6.98404 9.37354 7.56274 11.1099 8.15817 12.8398C8.39232 13.5163 8.47595 13.5485 9.18846 13.3456C9.82403 13.1652 10.4529 12.9654 11.0818 12.7689C12.3128 12.3856 13.5438 12.0054 14.7714 11.6092C14.9922 11.5383 15.3 11.5093 15.2565 11.1582V11.155ZM13.2695 13.7257C13.2962 13.4325 13.0253 13.1362 12.7142 13.1233C12.3797 13.1072 12.0017 13.4132 12.0184 13.7096C12.0351 14.0124 12.2158 14.2057 12.5302 14.254C12.8781 14.3055 13.2394 14.0414 13.2661 13.7257H13.2695Z' fill='white'/%3E%3Cpath d='M0.00950716 7.96256C-0.0540497 7.16686 0.206868 6.26809 0.618315 5.40153C0.708633 5.21146 0.835747 5.03429 0.96955 4.86355C1.04649 4.76691 1.17695 4.72503 1.30741 4.77657C1.4847 4.84744 1.51815 5.00207 1.48135 5.15348C1.4479 5.29844 1.36093 5.43052 1.29402 5.56904C0.404229 7.38914 0.410919 9.19958 1.381 10.9907C1.4111 11.0455 1.43786 11.1002 1.47132 11.1518C1.59508 11.3483 1.67871 11.5512 1.43117 11.7058C1.11004 11.9056 0.966205 11.6382 0.849127 11.4385C0.344017 10.5848 0.0262327 9.67313 0.00950716 8.67771C0.00950716 8.49731 0.00950716 8.31369 0.00950716 7.96256Z' fill='white'/%3E%3Cpath d='M21 8.21061C20.9231 9.2769 20.6923 10.3078 20.1771 11.271C20.0935 11.4288 19.9664 11.5738 19.8359 11.6994C19.7824 11.7509 19.662 11.7638 19.5817 11.7509C19.4445 11.7284 19.381 11.6124 19.3609 11.4868C19.3308 11.2903 19.4713 11.1485 19.5549 10.9875C20.5083 9.15448 20.5451 7.31505 19.5716 5.47562C19.4512 5.2469 19.2003 4.95375 19.6118 4.79268C19.9764 4.64771 20.0868 4.99563 20.2139 5.22757C20.719 6.16178 20.9331 7.16364 21 8.21383V8.21061Z' fill='white'/%3E%3Cpath d='M18.712 8.23638C18.7253 8.94831 18.5347 9.61192 18.2068 10.2433C18.1031 10.4463 17.9493 10.6202 17.6917 10.5043C17.4141 10.3818 17.5111 10.1628 17.6081 9.96306C18.1266 8.89677 18.2303 7.81759 17.7185 6.71909C17.6817 6.63855 17.6582 6.54513 17.6482 6.45493C17.6315 6.3003 17.6415 6.14568 17.8155 6.0748C17.9961 6.00071 18.1199 6.1038 18.2068 6.23587C18.5982 6.84794 18.6919 7.53411 18.712 8.23316V8.23638Z' fill='white'/%3E%3Cpath d='M2.98664 6.03937C3.21746 6.08769 3.34457 6.19077 3.31781 6.36151C3.29439 6.53869 3.21746 6.70942 3.14721 6.87694C2.73911 7.82726 2.79597 8.77113 3.20073 9.70534C3.26094 9.84387 3.34123 9.97917 3.38137 10.1241C3.42151 10.2755 3.40144 10.4366 3.23084 10.5075C3.06693 10.5751 2.90302 10.5268 2.82274 10.3818C2.67555 10.1177 2.52837 9.84387 2.43805 9.55716C2.11357 8.53919 2.15706 7.52122 2.54175 6.52258C2.62537 6.30352 2.7458 6.0748 2.98999 6.03937H2.98664Z' fill='white'/%3E%3C/svg%3E");
  width: 21px;
  height: 16px;
  display: block;
  position: relative;
}
body[data-action="quizz"] header .quizz-header-contacts .btn {
  background: #FD9;
  color: #9C0A0F;
}
body[data-action="quizz"] header .quizz-header-contacts #scd_btn_etre_rappele {
  order: 3;
}
@media screen and (max-width: 1024px) {
  body[data-action="quizz"] header .quizz-header-contacts #scd_btn_etre_rappele {
    width: 37px;
    height: 37px;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
  }
  body[data-action="quizz"] header .quizz-header-contacts #scd_btn_etre_rappele span {
    display: none;
  }
  body[data-action="quizz"] header .quizz-header-contacts #scd_btn_etre_rappele:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M15.8333 15.8334H4.16667V6.66671H15.8333M13.3333 0.833374V2.50004H6.66667V0.833374H5V2.50004H4.16667C3.24167 2.50004 2.5 3.24171 2.5 4.16671V15.8334C2.5 16.2754 2.67559 16.6993 2.98816 17.0119C3.30072 17.3244 3.72464 17.5 4.16667 17.5H15.8333C16.2754 17.5 16.6993 17.3244 17.0118 17.0119C17.3244 16.6993 17.5 16.2754 17.5 15.8334V4.16671C17.5 3.72468 17.3244 3.30076 17.0118 2.9882C16.6993 2.67564 16.2754 2.50004 15.8333 2.50004H15V0.833374M14.1667 10H10V14.1667H14.1667V10Z' fill='%239C0A0F'/%3E%3C/svg%3E");
    width: 21px;
    height: 18px;
    display: block;
    position: relative;
  }
}
@media screen and (max-width: 1024px) {
  body[data-action="quizz"] header .quizz-header-contacts {
    margin: 0 !important;
  }
}
@media screen and (max-width: 1024px) {
  body[data-action="quizz"] header .quizz-header {
    padding: 16px;
    max-width: 100%;
    align-items: center;
  }
}
body[data-action="quizz"] header .quizz-header-logo {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  body[data-action="quizz"] header .quizz-header-logo {
    width: calc(50% - 88px);
  }
}
body[data-action="quizz"] header .quizz-header-logo img {
  width: 139px;
  height: unset;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  body[data-action="quizz"] header .quizz-header-logo img {
    width: 90px;
  }
}
body[data-action="quizz"] header .quizz-header .nom_questionnaire {
  display: block;
  margin: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
body[data-action="quizz"] header .quizz-header .nom_questionnaire h1 {
  color: #B44404;
  font-family: 'Wigrum';
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 120%;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  body[data-action="quizz"] header .quizz-header .nom_questionnaire h1 {
    font-size: 14px;
    width: 70%;
    margin: auto;
  }
}
body[data-action="quizz"] #content {
  padding-left: 16px;
  padding-right: 16px;
  min-height: calc(100vh - 125px);
}
@media screen and (max-width: 1600px) and (max-height: 735px) {
  body[data-action="quizz"] #content {
    min-height: calc(100vh - 60px);
  }
}
@media screen and (max-width: 1500px) and (max-height: 625px) {
  body[data-action="quizz"] #content {
    min-height: calc(100vh - 50px);
  }
}
@media screen and (max-width: 1024px) {
  body[data-action="quizz"] #content {
    min-height: calc(100% - 125px);
    position: relative;
  }
}
body[data-action="quizz"] #content #qcontent {
  max-width: 80%;
}
@media screen and (max-width: 1280px) {
  body[data-action="quizz"] #content #qcontent {
    max-width: 95%;
  }
}
@media screen and (max-width: 1024px) {
  body[data-action="quizz"] #content #qcontent {
    max-width: 100%;
  }
}
body[data-action="quizz"] #content #qcontent #propositions {
  padding: 2rem 0;
}
body[data-action="quizz"] #content #qcontent #propositions > ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
}
body[data-action="quizz"] #content #qcontent #propositions > ul#liste_propositions_q8 {
  gap: 8px;
}
body[data-action="quizz"] #content #qcontent #propositions > ul#liste_propositions_q8 .bidon {
  text-align: left;
  display: flex;
  gap: 12px;
}
body[data-action="quizz"] #content #qcontent #propositions > ul#liste_propositions_q8 .bidon label {
  justify-content: flex-start;
  padding-left: 60px;
  text-align: left;
}
body[data-action="quizz"] #content #qcontent #propositions > ul#liste_propositions_q8 .bidon input[type="checkbox"] {
  position: absolute;
  width: 16px;
  height: 16px;
  z-index: 9;
  border: solid 2px #9C0A0F;
  border-radius: 3px;
  visibility: visible;
  display: block;
  top: calc(50% - 8px);
  left: 20px;
}
body[data-action="quizz"] #content #qcontent #propositions > ul#liste_propositions_q8 .bidon input[type="checkbox"]:checked:before {
  content: "";
  background: #9C0A0F;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
}
@media screen and (max-width: 1023px) {
  body[data-action="quizz"] #content #qcontent #propositions > ul#liste_propositions_q8 .bidon input[type="checkbox"]:checked:before {
    top: -2px;
    left: -2px;
  }
}
body[data-action="quizz"] #content #qcontent #propositions > ul#liste_propositions_q8 .bidon input[type="checkbox"]:checked:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='7' viewBox='0 0 8 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.64647 1.02379C7.42106 0.7793 7.04526 0.768532 6.80721 1.00099L3.01713 4.69834L1.20937 2.7891C0.980415 2.54747 0.605014 2.54217 0.369905 2.77772C0.134998 3.01303 0.130049 3.3996 0.358808 3.64123L2.57523 5.98203C2.69138 6.10477 2.84575 6.16665 3.00051 6.16665C3.14736 6.16665 3.2942 6.11086 3.40918 5.99912L7.62434 1.88713C7.86219 1.65506 7.87226 1.26849 7.64647 1.02379Z' fill='%23EDEDED'/%3E%3C/svg%3E%0A");
  position: absolute;
  width: 8px;
  height: 8px;
  display: block;
  top: calc(50% - 4px);
  left: calc(50% - 4px);
  background-repeat: no-repeat;
}
body[data-action="quizz"] #content #qcontent #propositions > ul .bidon {
  width: calc(50% - 8px);
  position: relative;
  margin: 0;
  padding: 0;
  justify-content: center;
  height: 99px;
  font-family: 'Wigrum';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  border: solid 1px #EDEDED;
  height: 88px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  body[data-action="quizz"] #content #qcontent #propositions > ul .bidon {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  body[data-action="quizz"] #content #qcontent #propositions > ul .bidon {
    height: 88px;
  }
}
body[data-action="quizz"] #content #qcontent #propositions > ul .bidon label {
  border: none;
  background: transparent;
  padding: 0;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  text-align: center;
  font-weight: 500;
  padding: 0 8px;
}
body[data-action="quizz"] #content #qcontent #propositions > ul .bidon input[type="radio"]:checked + label,
body[data-action="quizz"] #content #qcontent #propositions > ul .bidon input[type="checkbox"]:checked + label {
  background-color: #FD9;
  color: #9C0A0F;
}
body[data-action="quizz"] #content #qcontent #propositions > ul .bidon:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  background-color: white;
  color: white;
  transform: translateY(100%);
  transition: 0.4s;
}
body[data-action="quizz"] #content #qcontent #propositions > ul .bidon:hover label {
  color: #9C0A0F;
  border: none;
}
body[data-action="quizz"] #content #qcontent #propositions > ul .bidon:hover:before {
  background-color: #FD9;
  transition: 0.4s;
  transform: translateY(0%);
}
body[data-action="quizz"] #content #qcontent #btn_next_step_create_8,
body[data-action="quizz"] #content #qcontent #btn_save_data {
  display: flex;
  width: 342px;
  max-height: 48px;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  background: unset;
  background-color: #B44404;
  border: none;
  position: absolute;
  right: calc(10% + 16px);
  color: white;
}
body[data-action="quizz"] #content #qcontent #btn_next_step_create_8:hover,
body[data-action="quizz"] #content #qcontent #btn_save_data:hover {
  background: #B44404;
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  body[data-action="quizz"] #content #qcontent #btn_next_step_create_8,
  body[data-action="quizz"] #content #qcontent #btn_save_data {
    right: calc(2.5% + 3rem);
  }
}
@media screen and (max-width: 1024px) {
  body[data-action="quizz"] #content #qcontent #btn_next_step_create_8,
  body[data-action="quizz"] #content #qcontent #btn_save_data {
    gap: 24px;
    right: unset;
    position: relative;
    width: 100%;
  }
}
body[data-action="quizz"] #content #qcontent #btn_next_step_create_8 i,
body[data-action="quizz"] #content #qcontent #btn_save_data i {
  display: none;
}
body[data-action="quizz"] #content #qcontent #btn_next_step_create_8:after,
body[data-action="quizz"] #content #qcontent #btn_save_data:after {
  content: "";
  width: 32px;
  height: 32px;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='16' viewBox='0 0 22 16' fill='none'%3E%3Cpath d='M12.1356 15.97L12.5003 16L13.7706 14.9287L22 8L13.7706 1.07128L12.5003 0L12.1356 0.0300147C11.261 0.103896 10.5508 0.346321 10.0669 0.722655C9.78811 0.937374 9.58314 1.19596 9.46875 1.4938C9.32098 1.87244 9.19705 2.62973 10.0264 3.47244L10.0669 3.50245L13.7706 6.15758L13.9112 6.25916C13.8635 6.25455 13.8182 6.25224 13.7706 6.24762C12.4907 6.1368 11.2395 6.05368 10.0669 5.99365C7.2094 5.8482 4.80706 5.82973 3.57729 5.82973C3.22219 5.82973 2.96479 5.82973 2.8218 5.82973C0.869895 5.82973 0 6.60317 0 8.33477C0 9.58846 0.474271 10.0687 0.765031 10.7867L10.0646 10.0179L13.7682 9.71082L13.8897 9.70159L13.7682 9.78932L10.0669 12.4791H10.0646L10.0097 12.5322C9.19229 13.361 9.3186 14.1206 9.46636 14.497C9.58314 14.7948 9.78811 15.0534 10.0646 15.2681C10.5484 15.6421 11.2586 15.8846 12.1332 15.9608L12.1356 15.97Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
body[data-action="quizz"] #content #qcontent #liste_sous_propositions_q3 .sous_propositions {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
}
body[data-action="quizz"] #content #qcontent #liste_sous_propositions_q3 .sous_propositions .bidon {
  position: relative;
  border-radius: 7px;
  margin: 0;
  padding: 0;
  justify-content: center;
  height: 99px;
  font-family: 'Wigrum';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  border: solid 1px #EDEDED;
  width: calc(50% - 8px);
  height: 88px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  body[data-action="quizz"] #content #qcontent #liste_sous_propositions_q3 .sous_propositions .bidon {
    height: 99px;
    width: 100%;
  }
}
body[data-action="quizz"] #content #qcontent #liste_sous_propositions_q3 .sous_propositions .bidon:hover:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #FD9;
  color: white;
  transition: 2s;
}
body[data-action="quizz"] #content #qcontent #liste_sous_propositions_q3 .sous_propositions .bidon:before {
  height: 0;
}
body[data-action="quizz"] #content #qcontent #liste_sous_propositions_q3 .sous_propositions .bidon label {
  border: none;
  background: transparent;
  padding: 0;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  text-align: center;
  font-weight: 500;
  padding: 0 8px;
}
body[data-action="quizz"] #content #qcontent #liste_sous_propositions_q3 .sous_propositions .bidon label:before,
body[data-action="quizz"] #content #qcontent #liste_sous_propositions_q3 .sous_propositions .bidon label:after {
  display: none;
}
body[data-action="quizz"] #content #qcontent #liste_sous_propositions_q3 .sous_propositions .bidon input[type="radio"]:checked + label,
body[data-action="quizz"] #content #qcontent #liste_sous_propositions_q3 .sous_propositions .bidon input[type="checkbox"]:checked + label {
  background-color: #FD9;
  color: #9C0A0F;
}
body[data-action="quizz"] #content #qcontent #liste_sous_propositions_q3 .sous_propositions .bidon:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  background-color: white;
  color: white;
  transform: translateY(100%);
  transition: 0.4s;
}
body[data-action="quizz"] #content #qcontent #liste_sous_propositions_q3 .sous_propositions .bidon:hover label {
  color: #9C0A0F;
}
body[data-action="quizz"] #content #qcontent #liste_sous_propositions_q3 .sous_propositions .bidon:hover:before {
  background-color: #FD9;
  transition: 0.4s;
  transform: translateY(0%);
}
body[data-action="quizz"] #content #qcontent #wizard_step_9 #btn_save_data {
  display: flex;
  width: 342px;
  max-height: 48px;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  background: unset;
  background-color: #B44404;
  position: absolute;
  right: calc(10% + 16px);
  color: white;
  margin-top: 2.2rem;
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  body[data-action="quizz"] #content #qcontent #wizard_step_9 #btn_save_data {
    right: calc(2.5% + 3rem);
  }
}
@media screen and (max-width: 1024px) {
  body[data-action="quizz"] #content #qcontent #wizard_step_9 #btn_save_data {
    gap: 24px;
    right: 32px;
  }
}
@media screen and (max-width: 768px) {
  body[data-action="quizz"] #content #qcontent #wizard_step_9 #btn_save_data {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}
body[data-action="quizz"] #content #qcontent #wizard_step_9 #btn_save_data:after {
  content: "";
  width: 32px;
  height: 32px;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='16' viewBox='0 0 22 16' fill='none'%3E%3Cpath d='M12.1356 15.97L12.5003 16L13.7706 14.9287L22 8L13.7706 1.07128L12.5003 0L12.1356 0.0300147C11.261 0.103896 10.5508 0.346321 10.0669 0.722655C9.78811 0.937374 9.58314 1.19596 9.46875 1.4938C9.32098 1.87244 9.19705 2.62973 10.0264 3.47244L10.0669 3.50245L13.7706 6.15758L13.9112 6.25916C13.8635 6.25455 13.8182 6.25224 13.7706 6.24762C12.4907 6.1368 11.2395 6.05368 10.0669 5.99365C7.2094 5.8482 4.80706 5.82973 3.57729 5.82973C3.22219 5.82973 2.96479 5.82973 2.8218 5.82973C0.869895 5.82973 0 6.60317 0 8.33477C0 9.58846 0.474271 10.0687 0.765031 10.7867L10.0646 10.0179L13.7682 9.71082L13.8897 9.70159L13.7682 9.78932L10.0669 12.4791H10.0646L10.0097 12.5322C9.19229 13.361 9.3186 14.1206 9.46636 14.497C9.58314 14.7948 9.78811 15.0534 10.0646 15.2681C10.5484 15.6421 11.2586 15.8846 12.1332 15.9608L12.1356 15.97Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active {
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  body[data-action="quizz"] #content #qcontent .row.tab-pane.active:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='390' height='8' viewBox='0 0 390 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='48.5' width='2' height='8' fill='%23FFBF9C'/%3E%3Crect x='97' width='2' height='8' fill='%23FFBF9C'/%3E%3Crect x='145.5' width='2' height='8' fill='%23FFBF9C'/%3E%3Crect x='194' width='2' height='8' fill='%23FFBF9C'/%3E%3Crect x='242.5' width='2' height='8' fill='%23FFBF9C'/%3E%3Crect x='291' width='2' height='8' fill='%23FFBF9C'/%3E%3Crect x='339.5' width='2' height='8' fill='%23FFBF9C'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 8px;
    top: 80px;
    left: 0;
    position: absolute;
    z-index: 1;
  }
  body[data-action="quizz"] #content #qcontent .row.tab-pane.active:after {
    content: "";
    position: absolute;
    top: 80px;
    width: calc(100% / 8);
    left: 0;
    height: 8px;
    background: linear-gradient(270deg, #FF5B00 3.85%, #F90 100%);
    transition: 0.4s;
    z-index: 0;
  }
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_0 {
  text-align: center;
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: white;
  z-index: 999;
  margin: 0;
  padding: 0;
  align-items: flex-start;
  display: flex;
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_0:before,
body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_0:after {
  display: none;
}
@media screen and (max-width: 1024px) {
  body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_0 {
    position: relative;
    left: -32px;
    top: -104px;
    gap: 16px;
    height: 115vh;
  }
}
@media screen and (max-width: 767px) {
  body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_0 {
    position: relative;
    left: -16px;
    top: -35px;
  }
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_0 .left {
  width: 45%;
  margin: 0;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-color: white;
  background-size: 100%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_0 .left {
    background-color: white;
    background-position: center;
  }
}
@media screen and (max-width: 767px) {
  body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_0 .left {
    background-position: top;
  }
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_0 .left .nom_questionnaire {
  text-align: center;
  position: relative;
  top: 15%;
  left: 22%;
  transform: translateX(-22%);
}
@media screen and (min-width: 1024px) and (max-height: 710px) {
  body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_0 .left .nom_questionnaire {
    top: 14%;
  }
}
@media screen and (max-width: 1024px) {
  body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_0 .left .nom_questionnaire {
    left: 50%;
    transform: translateX(-50%);
    top: 10%;
  }
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_0 .left .nom_questionnaire h1 {
  color: #B44404;
  text-align: center;
  font-family: 'Wigrum';
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_0 .left .nom_questionnaire h1 {
    font-size: 32px;
    width: 300px;
    margin: auto;
  }
}
@media screen and (min-width: 1024px) and (max-height: 710px) {
  body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_0 .left .nom_questionnaire h1 {
    font-size: 38px;
  }
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_0 .left > img {
  display: none;
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_0 .left:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 32px;
  width: 133px;
  height: 67px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='134' height='67' viewBox='0 0 134 67' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M105.055 60.3626C104.778 61.2395 103.885 61.8761 103.483 61.8761C102.714 61.8761 103.294 60.4196 103.419 60.0945C103.544 59.7694 103.907 58.8822 104.094 58.5616C104.28 58.2404 104.546 58.1316 104.931 58.3589C105.315 58.5862 105.386 59.3141 105.055 60.3626ZM105.476 57.7663C105.144 57.6167 104.752 57.8686 104.752 57.8686C104.752 57.8686 104.57 57.6569 104.331 57.6569C103.869 57.6569 103.391 58.5253 102.865 59.807C102.791 59.9883 102.724 60.1748 102.666 60.3613C102.625 60.4015 102.583 60.4423 102.539 60.4844C101.518 61.5005 100.669 61.8761 99.5381 61.8761C99.0978 61.8761 98.7838 61.6099 98.7838 61.1255C98.7838 60.3289 100.512 58.0791 101.346 58.0312C101.597 58.0947 101.848 58.0007 101.848 57.7346C101.848 57.5008 101.581 57.3758 101.346 57.3758C100.057 57.3758 98.1396 59.8911 98.1396 61.1255C98.1396 61.9383 98.705 62.5321 99.5224 62.5321C100.682 62.5321 101.73 61.9331 102.465 61.255L102.489 61.1566C102.399 61.9188 102.603 62.5321 103.419 62.5321C104.178 62.5321 105.193 62.0348 105.847 60.2694C106.404 58.7682 105.806 57.9159 105.476 57.7663Z' fill='%23EB520D'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M114.341 59.1414C114.592 58.7813 114.859 58.5009 115.221 58.3286C115.284 58.2976 115.346 58.3131 115.393 58.3597C115.441 58.4064 115.441 58.4536 115.425 58.5165C115.315 58.9381 114.891 59.2198 114.513 59.4536C114.372 59.5475 114.121 59.6414 114.121 59.563C114.168 59.4536 114.231 59.2819 114.341 59.1414ZM121.664 59.5475C121.538 59.5475 121.381 59.7508 121.145 60.0008C121.02 60.1724 120.862 60.3136 120.689 60.4852C119.668 61.5007 118.819 61.8757 117.687 61.8757C117.248 61.8757 116.934 61.6108 116.934 61.1257C116.934 60.3291 118.662 58.0787 119.495 58.0314C119.747 58.0942 119.998 58.0003 119.998 57.7348C119.998 57.5003 119.731 57.376 119.495 57.376C118.207 57.376 116.289 59.8914 116.289 61.1257C116.289 61.1574 116.292 61.1885 116.294 61.2196C116.286 61.2254 116.281 61.2293 116.274 61.2352C115.913 61.5007 115.473 61.8757 114.765 61.8757C114.199 61.8757 113.57 61.579 113.57 61.0007C113.57 60.8129 113.665 60.4852 113.775 60.188C114.687 60.3136 116.101 59.3286 116.101 58.4381C116.101 58.0158 115.771 57.6882 115.346 57.6882C114.431 57.6882 113.533 58.9096 113.136 59.9963C112.509 60.7682 111.532 61.8757 111.102 61.8757C110.677 61.8757 110.567 60.9696 110.567 60.5318C110.567 59.7275 111.056 57.9349 111.615 56.0005C111.858 55.1734 111.96 54.8049 112.006 54.6566C112.047 54.5219 112.052 54.2894 111.849 54.2117C111.597 54.1165 111.467 54.3037 111.41 54.4811C111.356 54.6502 111.2 55.0737 110.948 55.981C110.538 57.4557 110.189 58.8098 110.019 59.6945C109.433 60.4347 108.231 61.8757 107.741 61.8757C107.317 61.8757 107.207 60.9696 107.207 60.5318C107.207 59.7275 107.696 57.9349 108.255 56.0005C108.498 55.1734 108.6 54.8049 108.645 54.6566C108.687 54.5219 108.691 54.2894 108.488 54.2117C108.237 54.1165 108.107 54.3037 108.05 54.4811C107.995 54.6502 107.84 55.0737 107.588 55.981C107.007 58.0683 106.547 59.9192 106.547 60.5318C106.547 61.3284 106.751 62.5323 107.741 62.5323C108.347 62.5323 109.246 61.6594 109.916 60.7961C109.959 61.5693 110.215 62.5323 111.102 62.5323C111.61 62.5323 112.326 61.9171 112.938 61.2093C113.04 62.1373 113.828 62.5323 114.765 62.5323C115.35 62.5323 116.036 62.1613 116.419 61.752C116.63 62.2254 117.086 62.5323 117.672 62.5323C119.716 62.5323 121.413 60.6724 121.664 59.7974V59.813C121.711 59.688 121.742 59.5475 121.664 59.5475Z' fill='%23EB520D'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M124.482 55.9229C124.482 55.9229 124.839 55.8756 124.885 55.8756C125.121 55.8607 125.451 55.8445 125.828 55.8445C126.584 55.8445 127.462 55.908 127.462 56.3296C127.462 56.4539 127.353 56.5944 127.228 56.5944C126.898 56.5944 126.584 56.5789 126.268 56.5634C125.97 56.5478 125.671 56.5323 125.373 56.5323C125.011 56.5323 124.65 56.5478 124.225 56.6106C123.487 58.626 122.838 60.1499 122.861 62.219C122.863 62.3913 122.72 62.5318 122.547 62.5318C122.343 62.5318 122.202 62.3913 122.202 62.219C122.123 59.4226 123.138 57.8638 123.487 56.6896C122.543 56.9383 121.429 57.345 121.004 58.1105C120.989 58.2983 120.862 58.4389 120.69 58.4389C120.484 58.4389 120.36 58.2355 120.344 58.0477C120.344 56.9228 122.812 56.1728 123.738 56.0012C124.32 54.4236 124.323 54.9456 124.7 53.4613C124.731 53.2903 124.825 53.1957 124.983 53.1957C125.12 53.1957 125.319 53.2845 125.343 53.5163C125.364 54.0577 124.902 54.908 124.587 55.6573L124.482 55.9229Z' fill='%23EB520D'/%3E%3Cmask id='mask0_1239_16105' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='124' y='53' width='10' height='14'%3E%3Cpath d='M124.268 53.0562H133.665V66.9532H124.268V53.0562Z' fill='%23EB520D'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1239_16105)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M131.456 54.1584C131.516 54.0774 131.577 54.0055 131.638 53.9434C131.743 53.8346 131.849 53.7562 131.951 53.718C132.209 53.7044 132.422 53.5405 132.343 53.286C132.273 53.0632 131.977 53.0114 131.756 53.0917C131.459 53.1992 131.082 53.4304 130.802 53.8767C130.221 54.8092 129.401 57.4088 129.216 58C126.828 59.0744 125.784 61.7951 125.106 61.7951C124.713 61.7951 124.981 61.0089 125.173 60.3917C125.364 59.7739 125.84 58.4437 125.975 57.8802C126.11 57.3168 125.985 57.2404 125.838 57.1743C125.605 57.0701 125.42 57.3583 125.349 57.5882C125.278 57.8161 124.602 59.7726 124.521 60.0893C124.439 60.4053 123.861 62.5327 124.786 62.5327C125.93 62.5327 126.949 60.0893 128.959 58.8672C128.256 61.3599 127.693 63.929 127.693 66.2339C127.693 66.5616 127.693 66.9534 128.054 66.9534C128.353 66.9534 128.338 66.5939 128.338 66.2339C128.338 63.6091 128.981 60.9532 129.735 58.4676C130.883 58.0156 132.031 57.8278 133.084 57.6555L133.35 57.6095C133.492 57.5933 133.665 57.4677 133.665 57.3278C133.665 57.0934 133.524 56.9522 133.287 56.9522C132.392 56.9522 131.008 57.3434 129.972 57.6717L130.286 56.8123C130.648 55.8124 130.873 55.0178 131.456 54.1584Z' fill='%23EB520D'/%3E%3C/g%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M127.062 54.4101C127.242 54.7047 126.858 55.3167 126.621 55.3167C126.418 55.3167 126.275 55.1769 126.275 54.9418C126.275 54.7073 126.418 54.5506 126.606 54.379C126.731 54.254 126.92 54.2695 127.062 54.4101Z' fill='%23EB520D'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M50.7268 60.2754L50.0129 58.2075L49.2919 60.2754H50.7268ZM51.0368 61.1542H48.9812L48.5311 62.4352H47.4297L49.4775 56.7808H50.517H50.5483L52.5968 62.4352H51.4719L51.0368 61.1542Z' fill='%23EB520D'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M58.0568 56.7805L55.9237 62.4342H54.8216L52.6494 56.7805H53.8134L55.3727 60.9615L56.9242 56.7805H58.0568Z' fill='%23EB520D'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M61.4159 60.2754L60.702 58.2075L59.9803 60.2754H61.4159ZM61.7259 61.1542H59.6703L59.2202 62.4352H58.1182L60.1666 56.7808H61.2062H61.2374L63.2859 62.4352H62.161L61.7259 61.1542Z' fill='%23EB520D'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M69.3046 56.7805V62.4342H68.2566L65.6577 58.4546V62.4342H64.6025V56.7805H65.6577L68.2566 60.7608V56.7805H69.3046Z' fill='%23EB520D'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.0301 60.9925L75.0218 60.5606C74.8199 61.1078 74.2383 61.4938 73.5244 61.4938C72.5467 61.4938 71.8713 60.7911 71.8713 59.6034C71.8713 58.4623 72.5076 57.7065 73.5322 57.7065C74.192 57.7065 74.7268 58.0303 74.9287 58.6702L75.9376 58.3237C75.6575 57.3439 74.7574 56.6801 73.5322 56.6801C71.8713 56.6801 70.7549 57.86 70.7549 59.6196C70.7549 61.1545 71.5997 62.2237 72.9121 62.4724L72.3416 63.2994L73.3003 63.7048L73.7641 62.517C74.7847 62.4432 75.664 61.907 76.0301 60.9925Z' fill='%23EB520D'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M81.5216 59.6037C81.5216 58.4309 80.8852 57.6991 79.8776 57.6991C78.8602 57.6991 78.2245 58.4309 78.2245 59.6037C78.2245 60.7694 78.853 61.5019 79.8776 61.5019C80.8787 61.5019 81.5216 60.7694 81.5216 59.6037ZM82.6393 59.6037C82.6393 61.3011 81.5307 62.5277 79.8613 62.5277C78.2088 62.5277 77.1074 61.3089 77.1074 59.6037C77.1074 57.9069 78.2173 56.6804 79.8698 56.6804C81.5372 56.6804 82.6393 57.9069 82.6393 59.6037Z' fill='%23EB520D'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M88.8527 56.7805V62.4342H87.806L85.2059 58.4546V62.4342H84.1514V56.7805H85.2059L87.806 60.7608V56.7805H88.8527Z' fill='%23EB520D'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M92.3356 56.6724C93.4142 56.6724 94.1281 57.2429 94.2831 58.0842L93.282 58.3465C93.1895 57.8679 92.8013 57.6444 92.305 57.6444C91.7461 57.6444 91.4198 57.93 91.4198 58.3387C91.4198 58.6858 91.6601 58.8943 92.0562 58.9947L92.9726 59.2259C94.0115 59.4882 94.4303 60.0821 94.4303 60.823C94.4303 61.841 93.6389 62.5353 92.3753 62.5353C91.2264 62.5353 90.4115 61.9563 90.2637 61.0619L91.2654 60.7996C91.3345 61.2931 91.7924 61.5554 92.4053 61.5554C93.0267 61.5554 93.368 61.3009 93.368 60.8845C93.368 60.5529 93.1654 60.3288 92.7466 60.2207L91.823 60.005C90.7834 59.7505 90.3653 59.1178 90.3653 58.3775C90.3653 57.3666 91.1404 56.6724 92.3356 56.6724Z' fill='%23EB520D'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M97.2004 38.9685V38.2814H93.9385V43.5193H97.2004V42.8341H94.6576V41.151H97.0564V40.4651H94.6576V38.9685H97.2004Z' fill='%233C3C3B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M89.1492 40.0164C89.1492 40.789 88.5819 41.0643 88.0973 41.0643H86.7158V38.9686H88.0973C88.5819 38.9686 89.1492 39.2431 89.1492 40.0164ZM88.0973 38.2814H85.9961V43.5207H86.7158V41.7501H88.0973C88.9786 41.7501 89.8683 41.2139 89.8683 40.0164C89.8683 38.7367 88.9141 38.2814 88.0973 38.2814Z' fill='%233C3C3B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M81.2071 41.3837C81.2071 42.4394 80.447 42.9212 79.7403 42.9212C79.0342 42.9212 78.2734 42.4394 78.2734 41.3837V38.2823H77.5557V41.5126C77.5557 42.5417 78.3724 43.607 79.7403 43.607C81.1087 43.607 81.9262 42.5417 81.9262 41.5126V38.2823H81.2071V41.3837Z' fill='%233C3C3B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M71.2027 42.9206C70.0876 42.9206 69.3392 42.1091 69.3392 40.9013C69.3392 39.6948 70.0876 38.882 71.2027 38.882C72.3178 38.882 73.0675 39.6948 73.0675 40.9013C73.0675 42.1091 72.3178 42.9206 71.2027 42.9206ZM71.2027 38.1956C69.7059 38.1956 68.6201 39.3334 68.6201 40.9013C68.6201 42.4433 69.7306 43.6077 71.2027 43.6077C72.6754 43.6077 73.7866 42.4433 73.7866 40.9013C73.7866 39.3082 72.7242 38.1956 71.2027 38.1956Z' fill='%233C3C3B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M64.4722 39.9658C64.4722 40.616 63.8892 40.9632 63.4691 40.9632H61.9593V38.9685H63.4691C63.8892 38.9685 64.4722 39.3156 64.4722 39.9658ZM65.1913 39.9658C65.1913 39.0216 64.4351 38.2814 63.4691 38.2814H61.2402V43.52H61.9593V41.649H63.3545L64.7086 43.52H65.5469L64.1146 41.5557C64.4175 41.41 65.1913 40.9437 65.1913 39.9658Z' fill='%233C3C3B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M55.159 41.4172H56.7503C56.7099 42.3206 56.1061 42.9203 55.2216 42.9203C54.1065 42.9203 53.3574 42.1089 53.3574 40.9011C53.3574 39.712 54.1091 38.8824 55.1851 38.8824C56.0664 38.8824 56.4682 39.3882 56.6936 39.769L56.7451 39.8545L57.3651 39.4834L57.3221 39.4005C56.9209 38.6344 56.1543 38.1953 55.2216 38.1953C53.7241 38.1953 52.6377 39.3332 52.6377 40.9011C52.6377 42.4942 53.7 43.6062 55.2216 43.6062C55.8247 43.6062 56.3953 43.3581 56.8154 42.9184L56.9111 43.52H57.472V40.7301H55.159V41.4172Z' fill='%233C3C3B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M127.401 36.9022C125.417 36.9022 124.937 39.0368 124.125 42.5449C122.99 41.8235 123.827 37.4747 121.306 37.4747C120.948 37.4747 120.541 37.5628 120.039 37.7603C121.641 40.8197 121.353 44.4282 124.413 44.4282C124.675 44.4282 124.939 44.4068 125.226 44.3628L128.405 37.0557C128.023 36.9683 127.687 36.9022 127.401 36.9022Z' fill='%233C3C3B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M115.559 42.6878C114.792 41.4178 115.293 37.4745 112.987 37.4745C112.628 37.4745 112.223 37.5619 111.72 37.7601C113.142 40.4762 113.034 43.6256 115.133 44.2978C114.927 44.9771 114.64 45.617 114.206 45.617C113.872 45.617 113.513 45.5069 113.131 45.5069C112.223 45.5069 111.959 45.9026 111.673 46.784C112.438 47.2017 113.131 47.3999 113.728 47.3999C115.139 47.3999 116.198 46.128 116.907 44.3625C117.351 43.2577 119.848 37.0561 119.848 37.0561C119.561 36.968 119.298 36.902 119.083 36.902C116.958 36.902 116.524 39.0553 115.559 42.6878Z' fill='%233C3C3B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M107.177 42.5449C106.043 41.8228 106.878 37.4747 104.358 37.4747C103.999 37.4747 103.592 37.5627 103.091 37.7603C104.693 40.8196 104.405 44.4288 107.465 44.4288C107.728 44.4288 107.992 44.4068 108.277 44.3627L111.457 37.0556C111.074 36.9682 110.74 36.9022 110.453 36.9022C108.469 36.9022 107.989 39.0367 107.177 42.5449Z' fill='%233C3C3B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M52.6924 33.2887H128.46V32.8813H52.6924V33.2887Z' fill='%233C3C3B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M124.665 20.5493C125.942 20.5493 126.454 21.4987 126.522 22.5983H122.638C122.739 21.4294 123.388 20.5493 124.665 20.5493ZM122.459 24.1571H128.525C128.525 21.1081 127.605 18.8894 124.351 18.8894C121.626 18.8894 120.279 20.9715 120.279 23.4972C120.279 26.3597 121.966 28.0182 124.862 28.0182C126.089 28.0182 127.042 27.7819 127.878 27.3246V25.4783C127.026 25.953 126.072 26.3597 124.965 26.3597C123.55 26.3597 122.562 25.5625 122.459 24.1571Z' fill='%23676767'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M112.961 26.0205C112.724 26.1727 112.332 26.2575 111.922 26.2575C111.054 26.2575 110.85 25.5633 110.85 24.8185V16.3399L108.567 17.0685V25.1909C108.567 26.9175 109.555 28.0191 111.345 28.0191C112.026 28.0191 112.553 27.9517 113.03 27.8151L112.961 26.0205Z' fill='%23676767'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M119.138 26.0205C118.899 26.1727 118.508 26.2575 118.099 26.2575C117.229 26.2575 117.025 25.5633 117.025 24.8185V16.3399L114.743 17.0685V25.1909C114.743 26.9175 115.731 28.0191 117.52 28.0191C118.201 28.0191 118.729 27.9517 119.205 27.8151L119.138 26.0205Z' fill='%23676767'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M102.019 20.5493C103.295 20.5493 103.808 21.4987 103.876 22.5983H99.9922C100.093 21.4294 100.74 20.5493 102.019 20.5493ZM99.9922 24.1571H106.055C106.055 21.1081 105.136 18.8894 101.882 18.8894C99.1552 18.8894 97.8096 20.9715 97.8096 23.4972C97.8096 26.3597 99.4965 28.0182 102.393 28.0182C103.62 28.0182 104.574 27.7819 105.407 27.3246V25.4783C104.556 25.953 103.603 26.3597 102.496 26.3597C101.082 26.3597 100.093 25.5625 99.9922 24.1571Z' fill='%23676767'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M92.9554 19.0934V23.3605C92.9554 24.4777 92.5985 26.2573 90.9435 26.2573C89.4799 26.2573 89.463 24.8183 89.463 23.7504V19.0934H87.1807V24.5975C87.1807 26.5624 88.0834 28.0189 90.1625 28.0189C91.3538 28.0189 92.3425 27.4768 93.0414 26.6304H93.076V27.8142H95.2384V19.0934H92.9554Z' fill='%23676767'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M84.5978 26.0205C84.3601 26.1727 83.9687 26.2575 83.5583 26.2575C82.6901 26.2575 82.4855 25.5633 82.4855 24.8185V20.7515H84.5132V19.0936H82.4855V16.3399L80.2032 17.0685V19.0936H78.5156V20.7515H80.2032V25.1909C80.2032 26.9175 81.1913 28.0191 82.9799 28.0191C83.6619 28.0191 84.1895 27.9517 84.6662 27.8151L84.5978 26.0205Z' fill='%23676767'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M74.1469 19.0934V23.3605C74.1469 24.4777 73.7893 26.2573 72.1355 26.2573C70.672 26.2573 70.6537 24.8183 70.6537 23.7504V19.0934H68.3721V24.5975C68.3721 26.5624 69.2748 28.0189 71.3533 28.0189C72.5452 28.0189 73.5333 27.4768 74.2322 26.6304H74.2647V27.8142H76.4305V19.0934H74.1469Z' fill='%23676767'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M62.7944 18.8878C61.7203 18.8878 60.5805 19.38 60.0516 20.4292C59.5578 19.345 58.6883 18.8878 57.4618 18.8878C56.6105 18.8878 55.571 19.2447 54.8565 20.3113H54.8219V19.0905H52.6914V27.8146H54.975V23.5798C54.975 22.4445 55.1619 20.65 56.6776 20.65C57.9901 20.65 57.9901 21.8015 57.9901 22.6136V27.8146H60.273V23.5798C60.273 22.4445 60.46 20.65 61.9769 20.65C63.1318 20.65 63.2288 21.569 63.2288 22.962V27.8146H65.5704V22.3098C65.5704 19.369 63.8352 18.8878 62.7944 18.8878Z' fill='%23676767'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M124.487 7.99721C125.765 7.99721 126.276 8.94533 126.344 10.0482H122.46C122.562 8.87862 123.208 7.99721 124.487 7.99721ZM122.46 11.6045H128.524C128.524 8.5574 127.605 6.33801 124.35 6.33801C121.625 6.33801 120.279 8.4214 120.279 10.9452C120.279 13.8077 121.966 15.4681 124.861 15.4681C126.089 15.4681 127.042 15.2305 127.878 14.7726V12.9269C127.025 13.4009 126.073 13.8077 124.964 13.8077C123.551 13.8077 122.562 13.0124 122.46 11.6045Z' fill='%23BB2B21'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M116.271 15.2648H118.554V6.54077H116.271V15.2648Z' fill='%23BB2B21'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M116.271 5.57773H118.554V3.82916H116.271V5.57773Z' fill='%23BB2B21'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M111.157 6.33832C109.964 6.33832 108.995 6.72754 108.278 7.72681H108.244V6.54038H106.079V15.2645H108.363V10.996C108.363 9.87691 108.72 8.09984 110.373 8.09984C111.838 8.09984 111.855 9.53885 111.855 10.6061V15.2645H114.138V9.75969C114.138 7.79417 113.233 6.33832 111.157 6.33832Z' fill='%23BB2B21'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M99.7944 13.7062C98.0547 13.7062 97.5968 12.1299 97.5968 10.6903C97.5968 9.38595 98.3113 8.09978 99.7944 8.09978C101.293 8.09978 102.008 9.35228 102.008 10.6903C102.008 12.1474 101.548 13.7062 99.7944 13.7062ZM99.7944 6.33826C97.204 6.33826 95.2109 8.08165 95.2109 10.9629C95.2109 13.4698 96.8973 15.4677 99.7944 15.4677C102.707 15.4677 104.394 13.4698 104.394 10.9629C104.394 8.08165 102.4 6.33826 99.7944 6.33826Z' fill='%23BB2B21'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M90.7498 6.33832C89.6757 6.33832 88.5352 6.83116 88.0063 7.88095C87.5126 6.79618 86.6431 6.33832 85.4166 6.33832C84.5659 6.33832 83.5264 6.69516 82.8112 7.76178H82.7767V6.54038H80.6455V15.2651H82.9304V11.0297C82.9304 9.89569 83.116 8.10049 84.6324 8.10049C85.9455 8.10049 85.9455 9.25196 85.9455 10.0654V15.2651H88.2284V11.0297C88.2284 9.89569 88.4154 8.10049 89.9323 8.10049C91.0872 8.10049 91.1836 9.02011 91.1836 10.4125V15.2651H93.5258V9.76034C93.5258 6.82015 91.7906 6.33832 90.7498 6.33832Z' fill='%23BB2B21'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M78.6391 6.33832C77.2765 6.33832 76.3386 7.70998 76.237 8.52339H76.2031V6.54038H74.1748V15.2645H76.4584V12.062C76.4584 10.8095 76.4584 8.50525 78.3141 8.50525C78.7244 8.50525 79.1328 8.57325 79.3373 8.69241V6.40567C79.0983 6.33832 78.8606 6.33832 78.6391 6.33832Z' fill='%23BB2B21'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M69.3097 13.0276C68.9515 13.5023 68.4056 13.8074 67.708 13.8074C66.89 13.8074 66.2601 13.4855 66.2601 12.7414C66.2601 11.4021 67.7751 11.2324 68.7984 11.2324H69.7871C69.7871 11.9092 69.6836 12.5367 69.3097 13.0276ZM71.8981 13.3158C71.8818 12.6727 71.8643 12.0109 71.8643 11.1308V10.0136C71.8643 7.43804 70.7563 6.33838 68.0826 6.33838C67.1114 6.33838 65.9188 6.59095 65.0336 6.99766L65.1014 8.94505C65.868 8.36996 66.8392 7.99693 67.8103 7.99693C69.1553 7.99693 69.7871 8.47228 69.7871 9.87697H68.5255C67.5713 9.87697 66.4464 9.9631 65.5782 10.386C64.7093 10.8089 64.0781 11.5718 64.0781 12.8767C64.0781 14.5346 65.5964 15.4679 67.1459 15.4679C68.1848 15.4679 69.3266 14.9258 69.8542 13.9602H69.8881C69.9057 14.2303 69.9057 14.8079 69.9903 15.2645H72.001C71.9496 14.5871 71.9151 13.977 71.8981 13.3158Z' fill='%23BB2B21'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M59.8988 13.8504C59.8988 14.0596 59.9542 14.3601 60.3176 14.794C60.6153 15.1496 60.9553 15.2642 61.1168 15.2642H62.2625V3.55005L59.8988 4.30453V8.22521H55.0555V3.55005L52.6924 4.30453V13.8504C52.6924 14.0596 52.7464 14.3601 53.1105 14.794C53.4082 15.1496 53.7489 15.2642 53.9091 15.2642H55.0555V10.1208H59.8988V13.8504Z' fill='%23BB2B21'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M43.2369 36.3976C43.8335 35.3711 44.2035 34.2144 44.2048 33.1757V24.2631L34.875 31.5961L43.2369 36.3976Z' fill='%23F17E00'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M44.2058 24.2636V15.3543C44.2045 14.3149 43.8339 13.1589 43.2372 12.1324L34.876 16.9306L44.2058 24.2636Z' fill='%23FAB900'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M34.8805 31.5929L44.2058 24.2638L34.8779 16.9315C35.2388 17.5525 35.4622 18.252 35.4622 18.8814V29.6475C35.4622 30.275 35.2394 30.9725 34.8805 31.5929Z' fill='%23F49303'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M33.1558 43.2963L22.1025 38.9287V48.5297C23.2951 48.5297 24.4871 48.2706 25.3931 47.7519L31.2037 44.416L33.1558 43.2963Z' fill='%23D83A14'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M34.8755 31.5961L33.1553 43.296L40.9101 38.8436C41.8162 38.3242 42.6395 37.426 43.2374 36.3976L34.8755 31.5961Z' fill='%23EE6800'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M33.471 33.076L24.0943 38.4596C23.5479 38.7724 22.8281 38.9304 22.1084 38.9304L33.1558 43.296L34.8753 31.602C34.5145 32.2218 34.0175 32.7632 33.471 33.076Z' fill='%23EB520D'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.1021 9.59792V0.000854492C20.9082 0.000854492 19.7149 0.261197 18.8083 0.781883L11.0508 5.23426L22.1021 9.59792Z' fill='%23FBD500'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.32871 16.9304L11.0496 5.23444L3.29469 9.68552C2.38932 10.2062 1.56538 11.1038 0.96875 12.1322L9.32871 16.9304Z' fill='%23FAB900'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7347 15.453L20.1121 10.0694C20.6598 9.75591 21.3802 9.59918 22.1012 9.59853L22.1026 9.59789L11.0506 5.23358L9.3291 16.9302C9.68994 16.3092 10.1876 15.7671 10.7347 15.453Z' fill='%23FCC800'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M34.8755 16.9305L43.2367 12.1322C42.6395 11.1045 41.8162 10.2062 40.9101 9.68554L33.1514 5.23315L34.8755 16.9305Z' fill='%23FCC800'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.3977 0.781676C24.4917 0.260343 23.2964 0 22.1025 0V9.59771L33.1525 5.23211L25.3977 0.781676Z' fill='%23FAE016'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.0943 10.0697L33.471 15.4533C34.0182 15.7668 34.5158 16.3082 34.876 16.9286L33.1525 5.2326L22.1025 9.59756L22.1038 9.59885C22.8255 9.59885 23.5466 9.75622 24.0943 10.0697Z' fill='%23FBD500'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.32851 16.9305L0.968544 12.1323C0.370613 13.1607 0 14.318 0 15.3593V24.2661L9.32851 16.9305Z' fill='%23F49303'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 24.2667V33.1702C0 34.2109 0.370613 35.3702 0.967893 36.3973L9.32851 31.5958L0 24.2667Z' fill='%23EE6800'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.74295 29.6476V18.8809C8.74295 18.2521 8.96701 17.5526 9.32785 16.9309L0 24.2665L9.3259 31.593C8.96636 30.9732 8.74295 30.2745 8.74295 29.6476Z' fill='%23F17E00'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.32839 31.5961L0.967773 36.3976C1.56505 37.426 2.389 38.3242 3.29436 38.8436L11.0518 43.2967L9.32839 31.5961Z' fill='%23EB520D'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.8076 47.7493C19.7143 48.2693 20.9082 48.529 22.1014 48.529V38.9287L11.0527 43.2982L18.8076 47.7493Z' fill='%23BB2B21'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.1114 38.4593L10.734 33.0757C10.1869 32.7622 9.68994 32.2202 9.3291 31.6004L11.0519 43.2983L22.096 38.9308C21.3763 38.9302 20.6572 38.7728 20.1114 38.4593Z' fill='%23D83A14'/%3E%3C/svg%3E");
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_0 .left:before {
    left: 50%;
    transform: translateX(-50%);
    position: relative;
  }
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_0 .left:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background-size: 100%;
  background-image: url(/images/visuels/left-cover.png);
  cursor: pointer;
  background-position: center;
  top: 0;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1024px) and (max-height: 710px) {
  body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_0 .left:after {
    top: -5px;
  }
}
@media screen and (max-width: 1024px) {
  body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_0 .left:after {
    height: 380px;
    position: relative;
    background-position: center;
    background-size: 65%;
  }
}
@media screen and (max-width: 767px) {
  body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_0 .left:after {
    height: 380px;
    position: relative;
    background-position: bottom;
    background-size: 100%;
    top: 20px;
  }
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_0 .right {
  width: 55%;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 12%;
  background-color: #F7F6FA;
}
@media screen and (max-width: 1024px) {
  body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_0 .right {
    padding: 0 24px;
    background-color: white;
  }
}
@media screen and (max-width: 768px) {
  body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_0 .right {
    position: relative;
    top: -40px;
  }
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_0 .right h2 {
  font-family: 'Wigrum';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #000;
  margin-bottom: 1rem;
  text-align: left;
}
@media screen and (min-width: 1024px) and (max-height: 650px) {
  body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_0 .right h2 {
    font-size: 16px;
  }
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_0 .right p {
  color: #000;
  text-align: left;
  font-family: 'Wigrum';
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}
@media screen and (min-width: 1024px) and (max-height: 650px) {
  body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_0 .right p {
    font-size: 16px;
  }
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_0 .right p span {
  font-weight: 700;
  display: block;
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_0 .right p:nth-last-child(2) span {
  margin-bottom: 32px;
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_0 .right a {
  display: flex;
  width: 342px;
  max-height: 48px;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  background: unset;
  background-color: #B44404;
  color: white;
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_0 .right a:after {
  content: "";
  width: 32px;
  height: 32px;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='16' viewBox='0 0 22 16' fill='none'%3E%3Cpath d='M12.1356 15.97L12.5003 16L13.7706 14.9287L22 8L13.7706 1.07128L12.5003 0L12.1356 0.0300147C11.261 0.103896 10.5508 0.346321 10.0669 0.722655C9.78811 0.937374 9.58314 1.19596 9.46875 1.4938C9.32098 1.87244 9.19705 2.62973 10.0264 3.47244L10.0669 3.50245L13.7706 6.15758L13.9112 6.25916C13.8635 6.25455 13.8182 6.25224 13.7706 6.24762C12.4907 6.1368 11.2395 6.05368 10.0669 5.99365C7.2094 5.8482 4.80706 5.82973 3.57729 5.82973C3.22219 5.82973 2.96479 5.82973 2.8218 5.82973C0.869895 5.82973 0 6.60317 0 8.33477C0 9.58846 0.474271 10.0687 0.765031 10.7867L10.0646 10.0179L13.7682 9.71082L13.8897 9.70159L13.7682 9.78932L10.0669 12.4791H10.0646L10.0097 12.5322C9.19229 13.361 9.3186 14.1206 9.46636 14.497C9.58314 14.7948 9.78811 15.0534 10.0646 15.2681C10.5484 15.6421 11.2586 15.8846 12.1332 15.9608L12.1356 15.97Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 1024px) {
  body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_0 {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_0 .left,
  body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_0 .right {
    width: 100%;
    margin: 0;
  }
  body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_0 .right {
    justify-content: unset;
  }
  body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_0 .right h2 {
    font-size: 26px;
  }
  body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_0 .right a {
    gap: 20px;
    height: 48px;
    font-size: 18px;
    width: 90%;
    left: 5%;
    position: relative;
    bottom: -24px;
  }
}
@media screen and (max-width: 767px) {
  body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_0 {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_0 .left,
  body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_0 .right {
    width: 100%;
    margin: 0;
  }
  body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_0 .right {
    justify-content: unset;
  }
  body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_0 .right h2 {
    font-size: 26px;
  }
  body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_0 .right a {
    gap: 20px;
    height: 48px;
    font-size: 18px;
    width: 100%;
    left: 5%;
    position: sticky;
    bottom: 24px;
    z-index: 1;
  }
  body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_0 .right:before {
    content: "";
    position: fixed;
    left: 0;
    bottom: 0;
    display: block;
    height: 96px;
    width: calc(100% + 48px);
    background: white;
    z-index: 0;
  }
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_1 .fil_ariane:after {
  width: 0%;
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_1:after {
  width: calc(100% / 8);
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_2 .fil_ariane:after {
  width: 15%;
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_2:after {
  width: calc((100% / 8) * 2);
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_3 .fil_ariane:after {
  width: 27%;
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_3:after {
  width: calc((100% / 8) * 3);
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_4 .fil_ariane:after {
  width: 40%;
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_4:after {
  width: calc((100% / 8) * 4);
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_5 .fil_ariane:after {
  width: 54%;
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_5:after {
  width: calc((100% / 8) * 5);
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_6 .fil_ariane:after {
  width: 68%;
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_6:after {
  width: calc((100% / 8) * 6);
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_7 .fil_ariane:after {
  width: 80%;
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_7:after {
  width: calc((100% / 8) * 7);
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_8 .fil_ariane:after {
  width: 95%;
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_8:after {
  width: 100%;
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_9:after {
  width: 100%;
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_9 .confirmation-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 150px);
  gap: 80px;
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_9 .confirmation-container {
    height: calc(100vh - 130px);
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_9 .confirmation-container {
    justify-content: start;
    height: calc(100vh - 220px);
  }
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_9 .confirmation-container .confirmation-text {
  color: #B44404;
  text-align: center;
  font-family: 'Wigrum';
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_9 .confirmation-container .confirmation-text {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_9 .confirmation-container .picto-quizz-cleared img {
    width: 60%;
    margin: 30px 0;
  }
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_9 .confirmation-container .confirmation-sub-text > div {
  color: black;
  text-align: center;
  font-family: 'Wigrum';
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 24px */
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_10:before,
body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_11:before,
body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_12:before,
body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_13:before,
body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_14:before,
body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_10:after,
body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_11:after,
body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_12:after,
body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_13:after,
body[data-action="quizz"] #content #qcontent .row.tab-pane.active#wizard_step_14:after {
  display: none;
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active .prev_container {
  width: fit-content;
  margin: 32px 0;
}
@media screen and (max-width: 1024px) {
  body[data-action="quizz"] #content #qcontent .row.tab-pane.active .prev_container {
    height: 0;
    margin: 0;
    z-index: 9999;
    position: relative;
  }
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active .prev_container .prev_button {
  border: none;
  color: #000;
  font-family: 'Wigrum';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  background: #fff;
  display: flex;
  gap: 16px;
  align-items: center;
  line-height: normal;
}
@media screen and (max-width: 1024px) {
  body[data-action="quizz"] #content #qcontent .row.tab-pane.active .prev_container .prev_button {
    position: relative;
    top: -24px;
  }
}
@media screen and (max-width: 1024px) {
  body[data-action="quizz"] #content #qcontent .row.tab-pane.active .prev_container .prev_button span {
    display: none;
  }
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active .prev_container .prev_button:before {
  position: relative;
  content: "";
  width: 15px;
  height: 20px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='20' viewBox='0 0 15 20' fill='none'%3E%3Cg clip-path='url(%23clip0_1239_7619)'%3E%3Cpath d='M14.311 18.9364C15.3203 17.664 15.2004 16.4152 13.8934 15.3949C11.898 13.8349 9.87171 12.3104 7.86089 10.7701C7.5786 10.5535 7.30791 10.3171 6.92508 10.0059C7.23057 9.72228 7.44712 9.4938 7.69461 9.30471C9.67063 7.78019 11.6583 6.26748 13.6343 4.73902C13.9243 4.51448 14.2221 4.286 14.4463 4.00236C15.359 2.84814 15.1231 1.41816 13.874 0.661808C13.4757 0.421509 13.0001 0.307268 12.5631 0.137877C12.4703 0.122119 12.3775 0.106362 12.2847 0.0866653C12.1571 0.05909 12.0334 0.0275753 11.9057 0C11.6505 0.023636 11.3992 0.047272 11.1439 0.0669687C7.51286 3.27753 3.8779 6.48414 0.250677 9.6947C0.173338 9.76167 0.123067 9.86015 -0.0045433 10.0335C3.59948 13.2204 7.19577 16.3994 10.7882 19.5785C10.9042 19.677 11.0163 19.7755 11.1323 19.87L11.1788 19.9055C11.2793 19.933 11.376 19.9645 11.4765 19.9921C11.7356 19.9488 11.9947 19.9015 12.2538 19.8582C12.9382 19.547 13.6227 19.2397 14.3071 18.9285L14.311 18.9364Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1239_7619'%3E%3Crect width='15' height='20' fill='white' transform='matrix(-1 0 0 1 15 0)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
@media screen and (max-width: 1024px) {
  body[data-action="quizz"] #content #qcontent .row.tab-pane.active .prev_container .prev_button:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='20' viewBox='0 0 15 20' fill='none'%3E%3Cg clip-path='url(%23clip0_1239_6428)'%3E%3Cpath d='M14.3115 18.9364C15.3208 17.664 15.2009 16.4152 13.8939 15.3949C11.8985 13.8349 9.8722 12.3104 7.86137 10.7701C7.57909 10.5535 7.3084 10.3171 6.92557 10.0059C7.23106 9.72228 7.44761 9.4938 7.69509 9.30471C9.67112 7.78019 11.6587 6.26748 13.6348 4.73902C13.9248 4.51448 14.2225 4.286 14.4468 4.00236C15.3594 2.84814 15.1236 1.41816 13.8745 0.661808C13.4762 0.421509 13.0006 0.307268 12.5636 0.137877C12.4708 0.122119 12.378 0.106362 12.2852 0.0866653C12.1576 0.05909 12.0338 0.0275753 11.9062 0C11.651 0.023636 11.3997 0.047272 11.1444 0.0669687C7.51335 3.27753 3.87839 6.48414 0.251165 9.6947C0.173826 9.76167 0.123555 9.86015 -0.00405502 10.0335C3.59997 13.2204 7.19625 16.3994 10.7887 19.5785C10.9047 19.677 11.0168 19.7755 11.1328 19.87L11.1792 19.9055C11.2798 19.933 11.3765 19.9645 11.477 19.9921C11.7361 19.9488 11.9952 19.9015 12.2543 19.8582C12.9387 19.547 13.6232 19.2397 14.3076 18.9285L14.3115 18.9364Z' fill='%239C0A0F'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1239_6428'%3E%3Crect width='15' height='20' fill='white' transform='matrix(-1 0 0 1 15 0)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  }
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active .fil_ariane > p {
  display: none;
}
@media screen and (max-width: 1024px) {
  body[data-action="quizz"] #content #qcontent .row.tab-pane.active .fil_ariane > p {
    display: block;
    color: #9C0A0F;
    font-family: 'Wigrum';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    margin-top: 4px;
  }
}
@media screen and (max-width: 1024px) {
  body[data-action="quizz"] #content #qcontent .row.tab-pane.active .fil_ariane {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active .fil_ariane:before {
  background: #EDEDED;
  bottom: 5rem;
  width: calc(100% - 88px);
  left: 44px;
}
@media screen and (max-width: 1024px) {
  body[data-action="quizz"] #content #qcontent .row.tab-pane.active .fil_ariane:before {
    display: none;
  }
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active .fil_ariane:after {
  content: "";
  background: #B44404;
  bottom: 5rem;
  left: 44px;
  height: 0.2rem;
  display: block;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  body[data-action="quizz"] #content #qcontent .row.tab-pane.active .fil_ariane:after {
    display: none;
  }
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active .fil_ariane ol li {
  max-width: 106px;
  width: 106px;
}
@media screen and (max-width: 1024px) {
  body[data-action="quizz"] #content #qcontent .row.tab-pane.active .fil_ariane ol li {
    display: none;
    max-width: unset;
    width: unset;
  }
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active .fil_ariane ol li > span {
  font-family: 'Wigrum';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: black;
  padding: 0;
  top: 2.8rem;
  position: relative;
  width: 100%;
  display: block;
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active .fil_ariane ol li > span a {
  font-family: 'Wigrum';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: black;
  width: 60px;
  margin: auto;
  display: block;
  position: relative;
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active .fil_ariane ol li > span a:before {
  background: #B44404;
  width: 16px;
  height: 16px;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 0;
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active .fil_ariane ol li.current {
  z-index: 9;
}
@media screen and (max-width: 1024px) {
  body[data-action="quizz"] #content #qcontent .row.tab-pane.active .fil_ariane ol li.current {
    display: list-item;
  }
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active .fil_ariane ol li.current span {
  top: unset;
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active .fil_ariane ol li.current span a {
  color: #B44404;
  border: solid 2px #B44404;
  border-radius: 7px;
  width: 106px;
  height: 114px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  padding: 0;
  position: relative;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  body[data-action="quizz"] #content #qcontent .row.tab-pane.active .fil_ariane ol li.current span a {
    font-size: 24px !important;
    font-weight: 500;
    color: #9C0A0F;
  }
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active .fil_ariane ol li.current span a:after {
  content: "";
  display: block;
  bottom: 7rem;
  margin-left: 0;
  position: absolute;
  width: 24px;
  height: 24px;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active .fil_ariane ol li.current span a:before {
  bottom: 1.6rem;
  margin-left: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  color: white;
  font-family: 'Wigrum';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  padding: 2px 6px;
}
@media screen and (max-width: 1024px) {
  body[data-action="quizz"] #content #qcontent .row.tab-pane.active .fil_ariane ol li.current span a:before {
    display: none;
  }
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active .fil_ariane ol li.current:first-child span a:before {
  content: "1";
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active .fil_ariane ol li.current:first-child span a:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='18' viewBox='0 0 24 18' fill='none'%3E%3Cpath d='M23.9986 4.86464C23.9986 4.05525 23.4481 3.52179 22.5906 3.52179C22.476 3.52179 22.3657 3.53311 22.2624 3.55151C22.2624 3.55151 22.261 3.55009 22.2595 3.54868C22.3161 3.39444 22.3458 3.22181 22.3458 3.03361C22.3458 2.22422 21.7954 1.69076 20.9379 1.69076C20.5134 1.69076 20.1597 1.82661 19.912 2.06574C19.8271 1.37097 19.3022 0.923828 18.5168 0.923828C17.7315 0.923828 17.2094 1.37097 17.123 2.06574C16.8754 1.82661 16.5217 1.69076 16.0972 1.69076C15.2397 1.69076 14.6892 2.22422 14.6892 3.03361C14.6892 3.22322 14.7204 3.39585 14.777 3.55151C14.6722 3.5317 14.5605 3.52038 14.4444 3.52038C13.5869 3.52038 13.0365 4.05383 13.0365 4.86322C13.0365 5.24527 13.1596 5.56365 13.3789 5.79571C13.3124 6.11409 13.277 6.45511 13.277 6.82018C13.277 9.7252 15.4392 11.702 18.5296 11.702C21.6199 11.702 23.7821 9.72379 23.7821 6.82018C23.7821 6.44662 23.7453 6.09853 23.6774 5.77307C23.884 5.54243 24 5.23112 24 4.86181L23.9986 4.86464Z' fill='%23B44404'/%3E%3Cpath d='M18.2791 12.3727C15.3698 12.3727 13.6591 13.4028 13.6591 16.3899C13.6591 16.5724 13.6633 16.8045 13.669 17.0649H17.8617L17.5079 16.4536C17.481 16.3998 17.464 16.3517 17.4513 16.3064C17.4372 16.271 17.4301 16.2328 17.4315 16.1918C17.4315 16.1494 17.4372 16.1126 17.4513 16.0772C17.464 16.0319 17.481 15.9852 17.5079 15.93L18.231 14.6777L17.5079 13.4255C17.3608 13.1255 17.4301 12.9868 17.6423 12.8396L17.7202 12.7929H19.0729L19.1507 12.8396C19.363 12.9868 19.4323 13.1255 19.2852 13.4255L18.5621 14.6777L19.2852 15.93C19.3121 15.9838 19.329 16.0319 19.3418 16.0772C19.3559 16.1126 19.363 16.1508 19.3616 16.1918C19.3616 16.2343 19.3559 16.271 19.3418 16.3064C19.329 16.3517 19.3121 16.3984 19.2852 16.4536L18.9314 17.0649H23.1085C23.1255 16.7097 23.134 16.3885 23.134 16.1394C23.134 13.4155 21.2917 12.3713 18.2777 12.3713L18.2791 12.3727Z' fill='%23B44404'/%3E%3Cpath d='M5.72797 11.7713H6.36189C8.94995 11.8534 12.0899 11.2647 12.0899 11.2647C11.1418 10.2756 11.2069 9.18325 11.3088 8.02719C11.313 8.00455 11.4517 7.22771 11.4517 6.83858C11.4517 3.91658 8.90184 1.77284 6.05908 1.77284C6.05484 1.77284 6.05059 1.77284 6.04493 1.77284C6.04068 1.77284 6.03644 1.77284 6.03078 1.77284C3.18944 1.77284 0.63817 3.91658 0.63817 6.83858C0.63817 7.22771 0.776841 8.00455 0.781086 8.02719C0.882967 9.18325 0.948058 10.2756 0 11.2647C0 11.2647 2.52297 11.7968 5.72797 11.7713Z' fill='%23B44404'/%3E%3Cpath d='M6.09442 12.3684C6.05056 12.3684 6.00952 12.3727 5.96566 12.3741C5.92179 12.3741 5.88076 12.3684 5.83689 12.3684C2.90923 12.3684 1.10226 14.0962 0.850389 17.0762H11.0809C10.8291 14.0948 9.02067 12.3684 6.09442 12.3684Z' fill='%23B44404'/%3E%3C/svg%3E");
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active .fil_ariane ol li.current:nth-child(2) span a:before {
  content: "2";
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active .fil_ariane ol li.current:nth-child(2) span a:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='20' viewBox='0 0 25 20' fill='none'%3E%3Cpath d='M3.83749 11.525C6.05489 11.525 7.54598 10.1833 7.54598 8.19214C7.54598 6.201 6.05263 4.75064 3.83749 4.75064C1.62235 4.75064 0.142578 6.11955 0.142578 8.19214C0.142578 10.2647 1.63593 11.525 3.83749 11.525Z' fill='%23B44404'/%3E%3Cpath d='M20.4341 10.7037C22.6515 10.7037 24.1426 9.36193 24.1426 7.37079C24.1426 5.37966 22.6492 3.92929 20.4341 3.92929C18.2189 3.92929 16.7392 5.2982 16.7392 7.37079C16.7392 9.44338 18.2325 10.7037 20.4341 10.7037Z' fill='%23B44404'/%3E%3Cpath d='M12.0916 8.54059C14.5715 8.54059 16.2436 7.03819 16.2436 4.80948C16.2436 2.58076 14.5737 0.956177 12.0916 0.956177C9.60948 0.956177 7.95548 2.48799 7.95548 4.80948C7.95548 7.13096 9.62531 8.54059 12.0916 8.54059Z' fill='%23B44404'/%3E%3Cpath d='M19.8955 11.5658C18.3841 11.2874 17.1962 11.6495 16.4812 12.507C15.9019 10.7173 14.3656 9.62892 12.1572 9.62892C9.59366 9.62892 7.93287 11.0974 7.62967 13.4257C6.92146 12.455 5.67248 12.0454 4.06599 12.3667C1.69926 12.8396 0.402755 14.5253 0.62902 16.6861C0.656172 16.9463 0.710476 17.3378 0.780618 17.7813C3.05459 18.3039 5.44395 18.6614 7.88309 18.8606C8.046 18.8741 8.21117 18.8877 8.37409 18.899C9.70679 18.994 11.0508 19.0438 12.3948 19.0438C13.6053 19.0438 14.8181 19.0031 16.0219 18.9239C16.1576 18.9149 16.2911 18.9058 16.4269 18.8968C18.7054 18.7293 20.9499 18.4193 23.0994 17.9645C23.242 17.1296 23.3551 16.2879 23.3959 15.8331C23.5904 13.67 22.2668 12.0047 19.8933 11.568L19.8955 11.5658Z' fill='%23B44404'/%3E%3C/svg%3E");
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active .fil_ariane ol li.current:nth-child(3) span a:before {
  content: "3";
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active .fil_ariane ol li.current:nth-child(3) span a:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Cpath d='M23.1545 6.75085C22.2815 5.71665 20.9373 5.57528 19.7369 5.57528H17.304V3.53663C17.304 2.66116 17.2172 1.746 16.5847 0.997003C15.744 1.18261e-07 14.4915 0 14.0178 0H10.5531C10.0819 0 8.82943 1.18261e-07 7.9862 0.997003C7.35377 1.746 7.26697 2.65868 7.26697 3.53415V5.5728H4.83398C3.63361 5.5728 2.28939 5.71169 1.41639 6.74837C0.66988 7.63377 0.516113 8.85894 0.516113 10.4239V24H19.7369C20.9373 24 22.2815 23.8611 23.1545 22.8244C23.901 21.939 24.0548 20.7139 24.0548 19.1489V10.4239C24.0548 8.85894 23.901 7.63377 23.1545 6.74837V6.75085ZM9.76443 3.53663C9.76443 2.89677 9.83636 2.67852 9.89588 2.60659C9.92316 2.57435 10.0447 2.49499 10.5556 2.49499H14.0203C14.5312 2.49499 14.6502 2.57187 14.6775 2.60659C14.7371 2.67852 14.809 2.89677 14.809 3.53663V5.57528H9.76443V3.53663Z' fill='%23B44404'/%3E%3C/svg%3E");
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active .fil_ariane ol li.current:nth-child(4) span a:before {
  content: "4";
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active .fil_ariane ol li.current:nth-child(4) span a:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Cpath d='M12.5713 0.986084C5.37175 0.986084 0.571289 5.36195 0.571289 11.8585C0.571289 18.355 5.51096 23.0139 12.5713 23.0139C19.6316 23.0139 24.5713 18.4965 24.5713 11.8585C24.5713 5.22042 19.9124 0.986084 12.5713 0.986084ZM15.7128 2.61949C16.8961 2.61949 17.9588 3.51277 17.9588 4.72854C17.9588 4.8956 17.9379 5.05801 17.9008 5.21346C17.8567 5.69838 17.8265 6.15778 18.2256 6.57309C18.2256 6.57309 17.7151 6.66358 16.8288 6.74478C16.8288 6.74478 16.5365 6.78423 15.8404 6.78423C15.2163 6.78423 14.7731 6.6427 14.7731 6.6427C13.9356 6.37123 13.4831 5.74478 13.4692 4.72854C13.4692 3.51277 14.5318 2.61949 15.7151 2.61949H15.7128ZM9.36247 2.6427C10.5991 2.6427 11.4298 3.47564 11.4298 4.7355C11.4298 5.99537 10.5968 6.76335 9.36247 6.76335C8.12813 6.76335 7.30215 5.94664 7.30215 4.7355C7.30215 3.52437 8.13509 2.6427 9.36247 2.6427ZM17.3625 17.587L16.9796 21.355H16.1165C16.3787 20.9629 16.5388 20.4594 16.6316 20.0487C16.6734 20.0418 16.7151 20.0371 16.7546 20.0302C16.9356 20 17.0446 19.8933 17.0098 19.7865C16.9356 19.5685 16.8776 19.4292 16.8776 19.4292C16.4553 18.3643 15.9936 17.8608 15.562 17.6566C15.4019 17.5801 15.2488 17.5452 15.1003 17.5383C15.0957 17.5383 15.0887 17.5383 15.0841 17.5383C15.0794 17.5383 15.0724 17.5383 15.0678 17.5383C14.982 17.5429 14.8915 17.5569 14.801 17.5847C14.7383 17.6033 14.6734 17.6265 14.6084 17.6566C14.4135 17.7494 14.214 17.9072 14.0121 18.1439C13.7685 18.4339 13.5249 18.8446 13.2929 19.4269C13.2929 19.4269 13.2349 19.5661 13.1606 19.7842C13.1235 19.891 13.2349 19.9977 13.4158 20.0278C13.4553 20.0348 13.497 20.0394 13.5365 20.0464C13.6316 20.4408 13.794 20.9513 14.0585 21.3527H11.794C12.2395 20.8097 12.497 20.0209 12.6409 19.3921C12.6966 19.3828 12.7523 19.3759 12.8056 19.3689C13.0469 19.3272 13.1931 19.1856 13.1444 19.0441C13.0469 18.7541 12.968 18.5685 12.968 18.5685C12.4298 17.2088 11.8428 16.536 11.2882 16.2413C11.2627 16.2274 11.2372 16.2135 11.2117 16.2019C10.9982 16.0998 10.7917 16.0534 10.5945 16.0441C10.5875 16.0441 10.5806 16.0441 10.5736 16.0441C10.5666 16.0441 10.5597 16.0441 10.5527 16.0441C10.3555 16.0534 10.149 16.0998 9.93556 16.2019C9.74762 16.29 9.55737 16.4223 9.36479 16.6079C8.9634 16.993 8.55969 17.6102 8.17918 18.5708C8.17918 18.5708 8.10261 18.7564 8.00284 19.0464C7.95412 19.1903 8.10261 19.3318 8.34159 19.3712C8.39495 19.3805 8.45064 19.3875 8.504 19.3944C8.64786 19.9954 8.91236 20.8005 9.36015 21.355H7.84739L7.34855 15.116L6.76155 15.0371L6.6757 14.7448C6.2511 13.2831 5.9634 10.9026 6.31839 9.42228C6.44368 8.90024 6.68962 8.44316 7.04925 8.07657C7.55969 7.4942 8.36711 7.15314 9.36247 7.15314C10.3578 7.15314 11.1653 7.49188 11.6757 8.07657C12.0353 8.44316 12.2813 8.90024 12.4066 9.42228C12.4576 9.63806 12.4947 9.87704 12.5202 10.1253C12.5295 10.0975 12.5388 10.0696 12.5481 10.0418C12.8683 9.15546 13.6386 7.13922 15.6107 7.08353C17.2209 7.10905 17.917 8.51509 18.1421 9.13922C18.3486 9.70998 18.4924 10.3875 18.5481 10.9861C18.6131 11.7053 18.6386 12.4269 18.6989 13.1462C18.7824 14.1183 18.9448 15.4548 19.5875 16.232L19.8242 16.5197C19.2418 17.536 18.2673 17.5383 17.3555 17.5917L17.3625 17.587Z' fill='%23B44404'/%3E%3Cpath d='M12.4367 13.8446C12.4205 13.7053 12.388 13.5754 12.3462 13.4524C12.2743 13.2483 12.1652 13.0673 12.0237 12.9118C11.6942 12.5545 11.1954 12.3457 10.5852 12.3457C10.0979 12.3457 9.68264 12.4803 9.36709 12.7169C9.01906 12.9791 8.79633 13.3666 8.74064 13.8422L8.72672 14.058C8.72672 14.058 8.72672 14.0719 8.72672 14.0789C8.72672 14.6427 8.96338 15.1021 9.36709 15.3968C9.68264 15.6265 10.1003 15.7564 10.5852 15.7564C10.8613 15.7564 11.1142 15.7146 11.3392 15.6381C11.685 15.5197 11.9657 15.3155 12.1583 15.0464C12.3485 14.7819 12.4529 14.4524 12.4529 14.0766C12.4529 14.0696 12.4529 14.0627 12.4529 14.0557L12.439 13.8399L12.4367 13.8446Z' fill='%23B44404'/%3E%3Cpath d='M15.091 14.1555C14.9912 14.1555 14.8938 14.1647 14.801 14.1787C14.7174 14.1903 14.6339 14.2088 14.555 14.2274H14.5411C14.5411 14.2274 14.5225 14.2343 14.5133 14.239C14.4413 14.2599 14.374 14.2831 14.3091 14.3109C14.2998 14.3156 14.2905 14.3202 14.2789 14.3248C13.8172 14.5313 13.5133 14.9234 13.4413 15.4339C13.439 15.4524 13.439 15.4733 13.4367 15.4942C13.4321 15.5499 13.4205 15.6056 13.4205 15.6636C13.4205 15.6729 13.4205 15.6798 13.4205 15.6891C13.4205 15.6984 13.4205 15.7053 13.4205 15.7146C13.4205 15.7726 13.4321 15.8283 13.4367 15.884C13.439 15.9049 13.439 15.9258 13.4413 15.9443C13.5109 16.4548 13.8172 16.8469 14.2789 17.0534C14.2882 17.058 14.2975 17.0626 14.3068 17.0673C14.3717 17.0951 14.439 17.1183 14.5109 17.1392C14.5202 17.1415 14.5295 17.1462 14.5388 17.1485H14.5527C14.6316 17.1694 14.7128 17.1856 14.7986 17.1995C14.8914 17.2135 14.9866 17.2227 15.0887 17.2227C16.091 17.2227 16.7662 16.6172 16.7662 15.7169C16.7662 15.7077 16.7662 15.7007 16.7662 15.6914C16.7662 15.6821 16.7662 15.6752 16.7662 15.6659C16.7662 14.7657 16.091 14.1601 15.0887 14.1601L15.091 14.1555Z' fill='%23B44404'/%3E%3C/svg%3E");
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active .fil_ariane ol li.current:nth-child(5) span a:before {
  content: "5";
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active .fil_ariane ol li.current:nth-child(5) span a:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='22' viewBox='0 0 25 22' fill='none'%3E%3Cpath d='M24.5466 8.28563C24.541 8.23481 24.5381 8.20376 24.5381 8.20376C24.0356 7.93557 23.5077 7.63915 22.9657 7.32015C18.2936 4.58463 12.5656 0.321838 12.5656 0.321838C12.5656 0.321838 6.8377 4.58463 2.16557 7.32015C1.62355 7.63633 1.09564 7.93557 0.593139 8.20376C0.593139 8.20376 0.587493 8.23199 0.58467 8.28563C0.562086 8.53406 0.525386 9.31039 0.881089 9.9371C1.24808 10.7558 1.99337 11.0014 3.40771 11.0014C3.46981 11.0014 3.54039 10.9986 3.61379 10.9929V21.0486C3.61379 21.0486 4.44941 21.6781 6.90263 21.6781C8.76301 21.6781 9.34738 21.3055 9.67203 19.6653C9.72002 19.4197 9.8527 18.7704 10.3608 16.4724C10.7109 15.2585 11.4054 14.8068 12.5713 14.8068C13.7372 14.8068 14.4317 15.2557 14.7817 16.4724C15.2871 18.7704 15.4226 19.4197 15.4705 19.6653C15.7924 21.3055 16.3796 21.6781 18.24 21.6781C20.6932 21.6781 21.5288 21.0486 21.5288 21.0486V10.9929C21.6022 10.9986 21.6728 11.0014 21.7349 11.0014C23.1492 11.0014 23.8945 10.753 24.2615 9.9371C24.6172 9.31039 24.5805 8.53406 24.5579 8.28563H24.5466Z' fill='%23B44404'/%3E%3C/svg%3E");
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active .fil_ariane ol li.current:nth-child(6) span a:before {
  content: "6";
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active .fil_ariane ol li.current:nth-child(6) span a:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Cpath d='M11.4171 4.86978C12.5253 4.86978 14.1616 5.0111 15.9095 5.63834C16.1128 5.16729 16.2243 4.63673 16.2243 4.0566C16.2243 1.88233 14.6823 0.417114 12.2551 0.417114C9.82795 0.417114 8.28588 1.88233 8.28588 4.0566C8.28588 4.46815 8.3429 4.85491 8.44951 5.21439C9.37673 4.99126 10.3907 4.86978 11.4196 4.86978H11.4171Z' fill='%23B44404'/%3E%3Cpath d='M24.6214 9.26543C24.6016 9.18361 24.5793 9.10676 24.5545 9.03238C24.547 9.00759 24.5346 8.98528 24.5272 8.96048C24.5098 8.91338 24.49 8.86627 24.4702 8.82165C24.4578 8.79438 24.4454 8.76959 24.4305 8.74479C24.4107 8.70513 24.3908 8.66794 24.3685 8.63075C24.3536 8.60596 24.3388 8.58117 24.3214 8.55885C24.2991 8.52662 24.2768 8.49439 24.2545 8.46216C24.2371 8.43985 24.2198 8.41754 24.2024 8.39522C24.1776 8.36547 24.1553 8.3382 24.1305 8.31093C24.1132 8.2911 24.0933 8.27126 24.076 8.25391C24.0512 8.22912 24.0239 8.20432 23.9966 8.17953C23.9768 8.16218 23.9595 8.14482 23.9396 8.12995C23.9123 8.10764 23.8826 8.08532 23.8528 8.06549C23.833 8.05309 23.8157 8.03822 23.7958 8.02582C23.7636 8.00351 23.7314 7.98368 23.6967 7.96632C23.6793 7.9564 23.6644 7.94649 23.6496 7.93657C23.6 7.9093 23.5504 7.88451 23.5008 7.86219C23.4983 7.86219 23.4934 7.85971 23.4909 7.85723C23.4438 7.8374 23.3967 7.82005 23.352 7.80269C23.3347 7.79773 23.3173 7.79277 23.3 7.78534C23.2678 7.77542 23.2355 7.7655 23.2033 7.75559C23.1835 7.75063 23.1636 7.74567 23.1438 7.74071C23.114 7.73327 23.0843 7.72832 23.057 7.72088C23.0372 7.71592 23.0174 7.71344 22.9975 7.71096C22.9702 7.706 22.943 7.70352 22.9157 7.69857C22.8959 7.69857 22.876 7.69361 22.8587 7.69361C22.8314 7.69361 22.8066 7.68865 22.7818 7.68865C22.7645 7.68865 22.7446 7.68865 22.7273 7.68865C22.7174 7.68865 22.7075 7.68865 22.7 7.68865C22.6926 7.68865 22.6851 7.68865 22.6777 7.68865C22.6157 7.68865 22.5587 7.69361 22.5042 7.69857C21.5745 7.82253 21.0588 8.54646 21.1579 9.58525C21.1629 9.62491 21.1679 9.65962 21.1778 9.69433C21.1803 9.70673 21.1852 9.71664 21.1902 9.72656C21.1976 9.7464 21.205 9.76871 21.215 9.78606C21.2199 9.79846 21.2274 9.8059 21.2348 9.81829C21.2447 9.83317 21.2546 9.85052 21.2646 9.86292C21.272 9.87283 21.2819 9.88027 21.2893 9.89019C21.3017 9.90259 21.3117 9.9125 21.3241 9.9249C21.334 9.93234 21.3439 9.93977 21.3538 9.94721C21.3662 9.95713 21.3811 9.96457 21.3935 9.972C21.4034 9.97696 21.4158 9.98192 21.4257 9.98688C21.4406 9.99184 21.4555 9.9968 21.4703 10.0018C21.4827 10.0042 21.4926 10.0092 21.505 10.0117C21.5199 10.0142 21.5373 10.0166 21.5521 10.0191C21.5645 10.0191 21.5769 10.0216 21.5868 10.0216C21.5918 10.0216 21.5968 10.0216 21.6017 10.0216C21.6116 10.0216 21.6191 10.0216 21.629 10.0216C21.6464 10.0216 21.6637 10.0216 21.6811 10.0166C21.6935 10.0166 21.7083 10.0117 21.7207 10.0092C21.7381 10.0042 21.7554 10.0018 21.7728 9.99432C21.7852 9.98936 21.8001 9.9844 21.8125 9.97944C21.8298 9.972 21.8447 9.96457 21.862 9.95713C21.8744 9.94969 21.8868 9.94473 21.8992 9.93482C21.9141 9.9249 21.929 9.91498 21.9439 9.90259C21.9563 9.89267 21.9662 9.88523 21.9761 9.87531C21.991 9.86292 22.0034 9.84804 22.0158 9.83317C22.0257 9.82325 22.0356 9.81085 22.043 9.80094C22.0554 9.78358 22.0653 9.76623 22.0777 9.74887C22.0852 9.73648 22.0926 9.72656 22.1 9.71169C22.11 9.69185 22.1174 9.66706 22.1273 9.64475C22.1323 9.63235 22.1372 9.62243 22.1397 9.61004C22.1496 9.57285 22.1571 9.53566 22.1595 9.49352C22.1645 9.44393 22.1719 9.40178 22.1819 9.35964C22.1843 9.34724 22.1893 9.33485 22.1918 9.32245C22.1992 9.29518 22.2091 9.27039 22.219 9.24559C22.224 9.2332 22.229 9.2208 22.2364 9.21088C22.2463 9.18857 22.2587 9.16874 22.2711 9.15138C22.2761 9.14147 22.2835 9.13403 22.2885 9.12411C22.3058 9.10428 22.3232 9.08444 22.343 9.06957C22.3455 9.06709 22.3504 9.06213 22.3529 9.05965C22.3752 9.0423 22.4 9.02742 22.4248 9.01751C22.4323 9.01503 22.4397 9.01255 22.4471 9.01007C22.4645 9.00263 22.4843 8.99767 22.5042 8.99519C22.5141 8.99519 22.524 8.99519 22.5314 8.99271C22.5463 8.99271 22.5612 8.99271 22.5761 8.99271C22.5984 8.99271 22.6182 8.99767 22.6405 9.00263C22.6529 9.00511 22.6653 9.00759 22.6752 9.01255C22.6975 9.01999 22.7223 9.03238 22.7446 9.04478C22.7546 9.04974 22.7645 9.0547 22.7719 9.05965C22.8041 9.07949 22.8339 9.10428 22.8636 9.13403C22.8686 9.13899 22.8711 9.14395 22.876 9.1489C22.9008 9.1737 22.9231 9.20345 22.943 9.23568C22.9504 9.24807 22.9579 9.26295 22.9653 9.27782C22.9802 9.30509 22.995 9.33485 23.0074 9.3646C23.0149 9.38195 23.0198 9.40178 23.0273 9.41914C23.0372 9.45137 23.0471 9.4836 23.0545 9.52079C23.0595 9.54062 23.0645 9.56293 23.0669 9.58525C23.0744 9.62491 23.0769 9.66706 23.0793 9.71169C23.0793 9.73152 23.0843 9.75135 23.0843 9.77367C23.0843 9.8406 23.0843 9.91002 23.0744 9.9844C23.0645 10.0687 23.0471 10.1455 23.0273 10.2199C23.0223 10.2398 23.0174 10.2571 23.0099 10.2769C22.9876 10.3464 22.9628 10.4133 22.9331 10.4753C22.9331 10.4753 22.9331 10.4802 22.9306 10.4827C22.8984 10.5472 22.8612 10.6042 22.8215 10.6612C22.8116 10.6761 22.8017 10.6885 22.7893 10.7034C22.7496 10.753 22.7099 10.8025 22.6653 10.8472C22.6628 10.8496 22.6603 10.8521 22.6579 10.8571C22.6108 10.9042 22.5587 10.9439 22.5066 10.9835C22.4942 10.9934 22.4794 11.0034 22.4645 11.0133C22.4149 11.048 22.3653 11.0802 22.3133 11.1075C22.3083 11.11 22.3033 11.1124 22.2984 11.1149C22.2414 11.1447 22.1819 11.1719 22.1248 11.1943C22.11 11.1992 22.0951 11.2067 22.0802 11.2116C22.0257 11.2314 21.9711 11.2513 21.9166 11.2662C21.9116 11.2662 21.9042 11.2711 21.8992 11.2711C21.8397 11.2885 21.7802 11.3009 21.7207 11.3108C21.7059 11.3133 21.691 11.3157 21.6761 11.3182C21.624 11.3257 21.5695 11.3331 21.5199 11.338C21.5125 11.338 21.505 11.338 21.5001 11.338C21.4431 11.343 21.3885 11.343 21.334 11.343C21.3216 11.343 21.3092 11.343 21.2968 11.343C21.2472 11.343 21.2001 11.338 21.1555 11.3306C21.1505 11.3306 21.1455 11.3306 21.1406 11.3306C21.0935 11.3232 21.0489 11.3157 21.0067 11.3033C20.9968 11.3009 20.9869 11.2984 20.977 11.2959C20.9373 11.2835 20.9026 11.2711 20.8704 11.2562H20.8654C20.8332 11.2414 20.8059 11.224 20.7811 11.2042C20.7761 11.1992 20.7687 11.1943 20.7637 11.1893C20.7414 11.1695 20.7216 11.1472 20.7117 11.1248C20.5753 10.8546 20.4142 10.5844 20.2258 10.3141C20.0373 10.0439 19.8216 9.77614 19.5762 9.50839C19.4423 9.36212 19.3035 9.22328 19.1622 9.08692C19.1151 9.0423 19.068 9.00015 19.0209 8.95801C18.9242 8.86875 18.83 8.78198 18.7308 8.69769C18.6738 8.6481 18.6168 8.60348 18.5597 8.55637C18.468 8.482 18.3787 8.40762 18.2845 8.3382C18.2226 8.2911 18.1606 8.24647 18.0986 8.20185C18.0069 8.13491 17.9151 8.07045 17.8234 8.00847C17.7589 7.96632 17.697 7.92417 17.6325 7.88203C17.5383 7.82005 17.4416 7.76302 17.3474 7.70352C17.2854 7.66634 17.221 7.62667 17.159 7.59196C17.0573 7.53494 16.9557 7.47792 16.8516 7.42585C16.792 7.39362 16.735 7.36139 16.6755 7.33164C16.5565 7.27214 16.4375 7.21512 16.316 7.16058C16.2714 7.14074 16.2293 7.11843 16.1846 7.0986C16.0185 7.0267 15.8524 6.95728 15.6863 6.89282C15.6566 6.88042 15.6268 6.87299 15.5971 6.86059C15.4582 6.80853 15.3219 6.75894 15.183 6.71432C15.126 6.69448 15.0665 6.67713 15.0095 6.65978C14.8979 6.62507 14.7864 6.59036 14.6773 6.56061C14.6103 6.54325 14.5459 6.5259 14.4789 6.50854C14.3748 6.48127 14.2707 6.454 14.1641 6.43169C14.0947 6.41681 14.0277 6.40194 13.9583 6.38706C13.8542 6.36475 13.7525 6.34491 13.6484 6.32508C13.5815 6.31269 13.5121 6.30029 13.4451 6.28789C13.341 6.27054 13.2369 6.25566 13.1327 6.24079C13.0683 6.23087 13.0013 6.22095 12.9369 6.21352C12.8253 6.19864 12.7162 6.18872 12.6071 6.17881C12.5501 6.17385 12.4906 6.16641 12.4336 6.16145C12.2972 6.15154 12.1634 6.14162 12.0295 6.13666C11.9973 6.13666 11.965 6.1317 11.9353 6.1317C11.7692 6.12427 11.6055 6.12179 11.4419 6.12179C11.437 6.12179 11.4295 6.12179 11.4246 6.12179C11.2882 6.12179 11.1518 6.12179 11.018 6.12922C10.9907 6.12922 10.9634 6.1317 10.9386 6.13418C10.8246 6.13914 10.7105 6.1441 10.599 6.15154C10.5519 6.15402 10.5023 6.15897 10.4552 6.16393C10.3659 6.17137 10.2742 6.17881 10.1849 6.18872C10.1329 6.19368 10.0808 6.20112 10.0288 6.20608C9.94446 6.216 9.86017 6.22591 9.77836 6.23831C9.72629 6.24575 9.67423 6.25318 9.62217 6.26062C9.54035 6.27302 9.45854 6.28789 9.37673 6.30029C9.32714 6.30773 9.27756 6.31764 9.23045 6.32756C9.14616 6.34244 9.06186 6.36227 8.98005 6.37962C8.9379 6.38954 8.89576 6.39698 8.85361 6.4069C8.74949 6.43169 8.64784 6.45648 8.54867 6.48127C8.52883 6.48623 8.509 6.49119 8.48917 6.49615C8.37016 6.52838 8.25116 6.56309 8.13712 6.5978C8.10737 6.60771 8.07762 6.61763 8.04787 6.62755C7.96357 6.65482 7.88176 6.68209 7.80242 6.70936C7.76276 6.72423 7.72557 6.73911 7.6859 6.75398C7.61648 6.77878 7.54707 6.80605 7.48013 6.83332C7.44046 6.85067 7.39831 6.86803 7.35865 6.8829C7.29667 6.91018 7.23469 6.93745 7.17271 6.96472C7.13304 6.98207 7.09585 7.00191 7.05618 7.01926C6.99668 7.04901 6.93718 7.07876 6.88016 7.10851C6.84545 7.12587 6.81074 7.1457 6.77603 7.16305C6.71405 7.19776 6.65703 7.22999 6.59753 7.26718C6.57026 7.28454 6.54051 7.29941 6.51571 7.31677C6.43142 7.36883 6.35209 7.42089 6.27523 7.47544L3.11919 6.8829C3.05969 7.16801 3.02498 7.43329 3.01507 7.68121C3.00019 8.05309 3.03242 8.38283 3.09688 8.67042C3.13903 8.86379 3.19357 9.03734 3.25555 9.19353C3.53322 9.89763 3.94973 10.2398 3.94973 10.2398C3.85304 10.3811 3.70429 10.5819 3.53818 10.8249C3.37207 11.0678 3.18613 11.3554 3.01507 11.6727C2.92829 11.8314 2.84648 11.9975 2.76962 12.1686C2.69277 12.3397 2.62335 12.5157 2.56633 12.6967C2.4498 13.0561 2.37791 13.4305 2.38039 13.8049L0.756502 14.09C0.756502 14.1891 0.751543 14.2908 0.746585 14.39C0.746585 14.3999 0.746585 14.4098 0.746585 14.4197C0.741627 14.5164 0.739148 14.6131 0.734189 14.7073C0.729231 14.804 0.724272 14.8982 0.721793 14.9924C0.721793 15.0073 0.721793 15.0222 0.721793 15.037C0.719314 15.1263 0.714355 15.2155 0.714355 15.3023C0.714355 15.3147 0.714355 15.3246 0.714355 15.337C0.714355 15.4263 0.714355 15.513 0.714355 15.5973C0.714355 15.6048 0.714355 15.6122 0.714355 15.6196C0.716835 15.7957 0.726751 15.9643 0.749064 16.1229C0.749064 16.1304 0.749064 16.1353 0.749064 16.1428C0.758981 16.2171 0.773856 16.289 0.791211 16.3609C0.791211 16.3709 0.79617 16.3808 0.798649 16.3882C0.816003 16.4551 0.835837 16.5196 0.860629 16.5816C0.865587 16.5915 0.868067 16.6014 0.873025 16.6113C0.897817 16.6733 0.925088 16.7303 0.957318 16.7849C0.962277 16.7923 0.967235 16.7998 0.972193 16.8097C1.0069 16.8642 1.04409 16.9163 1.08624 16.9659C1.0912 16.9708 1.09615 16.9758 1.10111 16.9807C1.14574 17.0303 1.1978 17.0774 1.25234 17.1196C1.30937 17.1617 1.37135 17.1964 1.44076 17.2311C1.44572 17.2336 1.45316 17.2361 1.45812 17.2411C1.52506 17.2708 1.59696 17.2981 1.67629 17.3204C1.68869 17.3229 1.6986 17.3278 1.711 17.3303C1.79033 17.3501 1.87463 17.365 1.96388 17.3774C1.97875 17.3774 1.99363 17.3824 2.01098 17.3824C2.10271 17.3923 2.20188 17.3972 2.30601 17.3997C2.31345 17.3997 2.31841 17.3997 2.32832 17.3997C2.3432 17.3997 2.36055 17.3997 2.37543 17.3997C2.43493 17.3997 2.49443 17.3972 2.55641 17.3923C2.58368 17.3923 2.60847 17.3898 2.63575 17.3873C2.72252 17.3799 2.81425 17.3725 2.91094 17.3601C2.91094 17.3601 2.92333 17.4344 2.95804 17.5534C2.97788 17.6253 3.00515 17.7146 3.04482 17.8212C3.05473 17.8485 3.06713 17.8807 3.07952 17.9104C3.10927 17.9898 3.14398 18.0741 3.18613 18.1633C3.22332 18.2402 3.26299 18.322 3.30761 18.4063C3.35224 18.4906 3.40182 18.5774 3.45884 18.6641C3.49851 18.7261 3.54066 18.7906 3.58528 18.8525C3.65222 18.9492 3.7266 19.0434 3.80593 19.1401C3.84064 19.1823 3.87783 19.2244 3.91502 19.2666C3.95717 19.3137 3.99931 19.3583 4.04642 19.4054C4.11336 19.4723 4.1803 19.5393 4.25467 19.6037C4.30426 19.6484 4.35384 19.6905 4.4059 19.7327C4.51003 19.817 4.62407 19.9013 4.74308 19.9806C5.10256 20.2186 5.52899 20.4268 6.03723 20.5806C6.04218 20.5806 6.04714 20.6078 6.0521 20.6549C6.05706 20.702 6.06202 20.769 6.06698 20.8533C6.07193 20.9351 6.07689 21.0343 6.07937 21.1433C6.07937 21.1805 6.08185 21.2177 6.08433 21.2574C6.08681 21.3342 6.08929 21.416 6.09177 21.5003C6.09177 21.5425 6.09177 21.5846 6.09425 21.6293C6.09673 21.7607 6.10169 21.8945 6.10416 22.0309C6.10416 22.0755 6.10416 22.1201 6.10664 22.1648C6.10664 22.254 6.1116 22.3433 6.1116 22.43C6.11408 22.6036 6.11904 22.7697 6.12152 22.9135C6.12648 23.2408 6.13144 23.4664 6.13144 23.4664C6.13144 23.5283 6.18102 23.5779 6.243 23.5779H8.69742C8.85361 23.5779 9.00732 23.5531 9.14864 23.5035C9.29243 23.454 9.42383 23.3845 9.54283 23.2953C9.63456 23.2259 9.71638 23.1416 9.78827 23.0523C9.85769 22.968 9.91967 22.8763 9.96678 22.7771C9.99901 22.7077 10.0263 22.6358 10.0486 22.559L10.3833 21.3863C10.5395 21.4309 10.6932 21.4656 10.8469 21.4954C10.8742 21.5003 10.9014 21.5078 10.9287 21.5127C11.075 21.54 11.2188 21.5623 11.3601 21.5797C11.3874 21.5822 11.4146 21.5846 11.4419 21.5896C11.5857 21.6045 11.727 21.6169 11.8609 21.6243C11.8634 21.6243 11.8659 21.6243 11.8683 21.6243C12.0047 21.6317 12.1336 21.6342 12.26 21.6342C12.2724 21.6342 12.2873 21.6342 12.2997 21.6342C12.3121 21.6342 12.322 21.6342 12.3344 21.6342C12.3964 21.6342 12.4584 21.6342 12.5179 21.6317C12.5427 21.6317 12.57 21.6317 12.5923 21.6317C12.6741 21.6293 12.7534 21.6243 12.8278 21.6193C12.8327 21.6193 12.8377 21.6193 12.8427 21.6193C12.9121 21.6144 12.9765 21.6094 13.0385 21.6045C13.0608 21.6045 13.0831 21.5995 13.103 21.597C13.1451 21.5921 13.1848 21.5896 13.222 21.5846C13.2443 21.5846 13.2641 21.5797 13.284 21.5772C13.3162 21.5722 13.3459 21.5698 13.3732 21.5648C13.3906 21.5648 13.4079 21.5598 13.4228 21.5574C13.4476 21.5549 13.4699 21.5499 13.4897 21.5474C13.5021 21.5474 13.5145 21.5425 13.5244 21.5425C13.5418 21.54 13.5567 21.5375 13.5691 21.5351C13.574 21.5351 13.5815 21.5351 13.5864 21.5326C13.5963 21.5326 13.6063 21.5276 13.6063 21.5276V23.4688C13.6063 23.4986 13.6187 23.5283 13.6385 23.5482C13.6484 23.5581 13.6608 23.5655 13.6732 23.573C13.6856 23.5779 13.7005 23.5829 13.7178 23.5829H16.0061C16.0731 23.5829 16.1375 23.5779 16.202 23.5705C16.2665 23.5606 16.3284 23.5482 16.3904 23.5308C16.7598 23.4267 17.0747 23.1738 17.2557 22.8218C17.2557 22.8218 18.5523 20.5161 18.5597 20.5087C20.2877 19.1897 21.0042 17.5361 21.2794 16.1527C21.3166 15.9692 21.3439 15.7882 21.3662 15.6147C21.3885 15.4411 21.4034 15.275 21.4158 15.1139C21.4307 14.8734 21.4356 14.6528 21.4331 14.4519C21.4331 14.3181 21.4257 14.1941 21.4183 14.0825C21.4108 13.971 21.4034 13.8693 21.3935 13.7801C21.3786 13.6462 21.3637 13.5421 21.3538 13.4702C21.3513 13.4528 21.3488 13.4355 21.3464 13.4231C21.3389 13.3834 21.334 13.3611 21.334 13.3611C21.3439 13.3611 21.386 13.3561 21.4455 13.3462C21.4951 13.3388 21.5596 13.3289 21.6389 13.3165C21.691 13.3065 21.7455 13.2966 21.8075 13.2818C21.9686 13.247 22.1571 13.195 22.3628 13.1206C22.4992 13.071 22.643 13.0115 22.7893 12.9421C23.0074 12.8355 23.2306 12.7041 23.4413 12.538C23.5826 12.4264 23.719 12.3025 23.8454 12.1587C23.9099 12.0868 23.9694 12.0124 24.0264 11.9331C24.0933 11.8413 24.1553 11.7471 24.2148 11.6529C24.2743 11.5562 24.3289 11.4595 24.3784 11.3579C24.4801 11.1571 24.5619 10.9463 24.6189 10.7257C24.7354 10.2844 24.7528 9.8059 24.6288 9.28278L24.6214 9.26543ZM5.85872 14.7147C4.85464 14.7147 4.15302 14.0652 4.15302 13.1107C4.15302 12.1562 4.83481 11.5463 5.85872 11.5463C6.88264 11.5463 7.56442 12.176 7.56442 13.1107C7.56442 14.0454 6.88264 14.7147 5.85872 14.7147Z' fill='%23B44404'/%3E%3C/svg%3E");
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active .fil_ariane ol li.current:nth-child(7) span a:before {
  content: "7";
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active .fil_ariane ol li.current:nth-child(7) span a:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Cpath d='M6.72994 8.27353L7.08216 7.95517L13.3544 2.28354C13.3544 2.28354 13.3566 2.28129 13.3589 2.27903C13.4244 2.22033 13.4876 2.17065 13.5485 2.12324C13.5598 2.11647 13.5689 2.10744 13.5802 2.10066C13.6389 2.05776 13.6976 2.0239 13.7563 1.99229C13.7676 1.98551 13.7788 1.981 13.7901 1.97648C13.8488 1.94939 13.9075 1.92455 13.964 1.90875C13.9708 1.90875 13.9753 1.90875 13.982 1.90423C14.0385 1.89069 14.0949 1.88391 14.1491 1.88165C14.1536 1.88165 14.1604 1.88165 14.1649 1.88165C14.1672 1.88165 14.1717 1.88165 14.174 1.88165C14.2101 1.88165 14.2462 1.88617 14.2823 1.89069C14.2891 1.89069 14.2936 1.89069 14.3004 1.89069C14.3433 1.89746 14.3839 1.90875 14.4268 1.92455C14.4404 1.92907 14.4517 1.93584 14.4652 1.94036C14.4946 1.95165 14.5262 1.96519 14.5578 1.97874C14.5736 1.98777 14.5917 1.9968 14.6075 2.00583C14.6346 2.02164 14.6639 2.03744 14.691 2.05551C14.7091 2.06679 14.7271 2.08034 14.7452 2.09163C14.7723 2.11195 14.8016 2.13227 14.831 2.15485C14.849 2.1684 14.8694 2.1842 14.8874 2.20001C14.9168 2.22484 14.9484 2.25194 14.9777 2.27903C14.9958 2.29483 15.0161 2.3129 15.0342 2.33096C15.0681 2.36257 15.1019 2.39644 15.138 2.43256C15.1538 2.44837 15.1719 2.46417 15.1877 2.48223C15.2396 2.53642 15.2938 2.59287 15.348 2.65608L18.4096 6.07216C19.2834 7.07688 19.2247 7.50361 18.5338 8.09516C18.5338 8.09516 18.4548 8.16289 18.3261 8.27353H18.5473C19.0237 8.27353 19.4234 8.33223 19.7598 8.44286C19.9743 8.16515 20.1504 7.81745 20.182 7.39072C20.2407 6.57791 19.7485 5.89379 19.2608 5.33159L19.2563 5.32482L19.2495 5.31805L16.1879 1.90197C15.716 1.36913 15.0568 0.752747 14.1627 0.752747C13.6231 0.752747 13.1105 0.978528 12.598 1.44138L12.5935 1.4459L12.589 1.45041L12.5754 1.4617L6.31902 7.11753L5.50395 7.85357L5.0411 8.27353H6.72543H6.72994Z' fill='%23B44404'/%3E%3Cpath d='M16.0298 8.27351C16.4701 7.46296 16.3753 6.51242 15.7092 5.70412C14.7677 4.56618 13.3972 4.43523 12.2886 5.3519C11.3358 6.13988 11.1033 7.25524 11.6429 8.27351H13.0631L12.9344 8.11772L13.1331 7.9529L12.966 7.75196L12.7673 7.91678L12.4693 7.55553L12.7109 7.35684C12.379 6.72239 12.458 6.14214 12.896 5.7854C13.3137 5.44673 13.7675 5.43996 14.2033 5.76057L13.9188 6.19407C13.7201 6.05634 13.4943 5.9886 13.2369 6.19858C13.0382 6.36114 12.9953 6.64111 13.1511 6.99107L13.7811 6.46952L14.0791 6.83077L13.3995 7.39296L13.5666 7.59391L14.2462 7.03171L14.5442 7.39296L13.9143 7.91452C14.2258 8.13579 14.499 8.15159 14.7068 7.98C14.9506 7.77679 14.9258 7.5036 14.8242 7.27104L15.3277 7.06558C15.4925 7.48779 15.4857 7.92807 15.1696 8.27577H16.0253L16.0298 8.27351Z' fill='%23B44404'/%3E%3Cpath d='M18.0211 17.5803C16.6596 17.5803 15.7113 16.58 15.7113 15.1463C15.7113 13.7126 16.6822 12.7124 18.0211 12.7124H20.6763C20.6763 12.7124 20.6876 12.7124 20.6921 12.7124V11.8883C20.6921 11.2132 20.6379 10.6826 20.516 10.274C20.4663 10.1114 20.4076 9.96691 20.3353 9.84047C20.0847 9.4002 19.6874 9.17441 19.1048 9.09539C18.9355 9.07281 18.7526 9.06152 18.5539 9.06152H3.25724V18.3998C3.25724 20.5628 3.80815 21.2244 5.39765 21.2244C5.40216 21.2244 5.40668 21.2244 5.40894 21.2244H18.4162H20.1976C20.2315 21.2244 20.2654 21.2244 20.3037 21.2199C20.4166 21.2108 20.5476 21.1905 20.6921 21.1589V17.578C20.6921 17.578 20.6808 17.578 20.6763 17.578H18.0211V17.5803Z' fill='%23B44404'/%3E%3Cpath d='M20.6922 13.3896C20.6922 13.3896 20.6809 13.3896 20.6763 13.3896H18.0212C17.0503 13.3896 16.3888 14.1122 16.3888 15.1462C16.3888 16.1803 17.0503 16.9028 18.0212 16.9028H20.6763C20.6763 16.9028 20.6876 16.9028 20.6922 16.9028C21.0263 16.896 21.2521 16.6703 21.2521 16.3361V13.9744C21.2521 13.6267 21.0263 13.3987 20.6922 13.3896ZM18.0889 16.0629C17.538 16.0629 17.1677 15.6994 17.1677 15.1598C17.1677 14.6202 17.538 14.2273 18.0889 14.2273C18.6398 14.2273 19.0056 14.5976 19.0056 15.1598C19.0056 15.722 18.6353 16.0629 18.0889 16.0629Z' fill='%23B44404'/%3E%3C/svg%3E");
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active .fil_ariane ol li.current:last-child span a:before {
  content: "8";
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active .fil_ariane ol li.current:last-child span a:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M23.2324 9.77915H23.2272C23.1241 5.6281 19.0365 1.74392 12.9037 1.38456V0.877243C12.9037 0.393702 12.51 0 12.0265 0C11.5429 0 11.1492 0.393702 11.1492 0.877243V1.37928C5.00322 1.70164 0.870663 5.60431 0.767614 9.77915H0.762329V10.3869C0.762329 10.3869 0.762329 10.4054 0.762329 10.4159C0.762329 11.4359 1.54181 12.1255 2.69121 12.1255C3.64508 12.1255 4.34 11.6578 4.55667 10.9206C4.7707 11.6578 5.46562 12.1255 6.41421 12.1255C7.36279 12.1255 8.063 11.6578 8.27967 10.9206C8.4937 11.6578 9.18862 12.1255 10.1372 12.1255C10.523 12.1255 10.8665 12.0462 11.1518 11.9036V22.2191H10.8004C9.34716 22.2191 8.90061 22.589 8.90061 23.6591C8.90061 23.749 8.91646 23.8679 8.94553 24H13.2604C14.7137 24 15.1602 23.6301 15.1602 22.5599C15.1602 22.4701 15.147 22.3512 15.1153 22.2191H12.9063V11.9379C13.1785 12.0595 13.5009 12.1282 13.8576 12.1282C14.8114 12.1282 15.5064 11.6605 15.723 10.9233C15.9371 11.6605 16.632 12.1282 17.5806 12.1282C18.5291 12.1282 19.2294 11.6605 19.446 10.9233C19.6601 11.6605 20.355 12.1282 21.3036 12.1282C22.4609 12.1282 23.2377 11.4412 23.2377 10.4186C23.2377 10.408 23.2377 10.4001 23.2377 10.3895V9.78179L23.2324 9.77915Z' fill='%23B44404'/%3E%3C/svg%3E");
}
@media screen and (max-width: 1024px) {
  body[data-action="quizz"] #content #qcontent .row.tab-pane.active .fil_ariane ol li.current {
    width: fit-content;
    margin: auto;
  }
  body[data-action="quizz"] #content #qcontent .row.tab-pane.active .fil_ariane ol li.current span a {
    border: none;
    width: fit-content;
    height: fit-content;
    font-size: 18px;
  }
  body[data-action="quizz"] #content #qcontent .row.tab-pane.active .fil_ariane ol li.current span a:after {
    display: none;
  }
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active .fil_ariane ol li:after {
  width: 16px;
  height: 16px;
  bottom: 43px;
  border: solid 2px #B44404;
  background: #EDEDED;
  margin-left: 0;
  left: 50%;
  transform: translateX(-50%);
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active div[id*="label_question_"] h2 {
  color: #000;
  font-family: 'Wigrum';
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-align: left;
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active div[id*="label_question_"] h2 span {
  font-size: 24px;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  body[data-action="quizz"] #content #qcontent .row.tab-pane.active div[id*="label_question_"] h2 {
    font-size: 20px;
  }
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active .help-info {
  background-color: white;
  display: flex;
  font-family: 'Wigrum';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #B44404;
  background-repeat: no-repeat;
  padding-left: 4rem;
  background-position: 1rem 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='24' viewBox='0 0 18 24' fill='none'%3E%3Cpath d='M9.36221 16.1833C8.12402 16.292 6.58867 15.9894 5.07584 16.3866C4.72014 16.4811 4.42298 16.24 4.13031 16.0698C1.94661 14.8075 0.649889 12.8738 0.172625 10.3113C-0.709863 5.54082 1.86106 1.31409 6.28701 0.307055C8.04748 -0.0900876 9.83046 -0.0995434 11.5999 0.264504C12.8201 0.515082 13.9457 1.02569 14.9543 1.80579C16.9894 3.38018 17.9124 5.57392 17.9935 8.14116C18.088 11.1103 17.1605 13.6539 14.8237 15.5072C14.2294 15.98 13.599 16.24 12.8246 16.1975C11.7665 16.1407 10.7039 16.1833 9.3577 16.1833H9.36221ZM7.99795 7.5549C8.64631 6.68024 9.42074 6.05143 10.1051 5.3328C10.713 4.6898 10.785 4.17919 10.3528 3.72059C9.88449 3.22416 9.19561 3.21943 8.67783 3.78678C7.62424 4.94511 6.61119 6.14599 5.56211 7.30905C5.20641 7.70619 5.26494 7.97096 5.67467 8.25936C6.55265 8.87871 7.40362 9.55007 8.29061 10.1505C8.8129 10.5051 9.02002 10.8361 8.56977 11.4129C8.33114 11.7202 8.14653 12.0795 7.96193 12.4294C7.74581 12.8407 7.31357 13.2993 7.80434 13.7342C8.33114 14.1976 8.6328 13.6113 8.92997 13.2756C9.5378 12.5948 10.1321 11.8951 10.7039 11.1812C11.5504 10.1269 11.4829 9.75337 10.3257 9.01109C9.56932 8.52885 8.8084 8.06079 7.99345 7.55017L7.99795 7.5549Z' fill='%23B44404'/%3E%3Cpath d='M8.64181 23.9843C7.62875 23.9843 6.61119 23.9938 5.59812 23.9796C5.28745 23.9748 4.84621 24.1309 4.74715 23.6486C4.6436 23.1427 4.80118 22.6889 5.25143 22.391C5.5576 22.1924 5.89529 22.183 6.23298 22.183C8.30412 22.1782 10.3753 22.1735 12.4464 22.183C12.7256 22.183 13.0948 22.079 13.2163 22.443C13.3649 22.8922 13.2343 23.3271 12.8832 23.6439C12.5815 23.9181 12.2033 23.9748 11.8116 23.9748C10.7535 23.9748 9.69989 23.9748 8.64181 23.9748V23.989V23.9843Z' fill='%23B44404'/%3E%3Cpath d='M8.70934 21.3225C7.64676 21.3225 6.58417 21.332 5.52158 21.3178C5.24693 21.3178 4.88223 21.4454 4.75616 21.0341C4.63009 20.618 4.76516 20.2304 5.05332 19.9372C5.3775 19.6063 5.79623 19.5448 6.23748 19.5448C8.31763 19.5448 10.4023 19.5354 12.4824 19.5448C12.7571 19.5448 13.1263 19.4408 13.2298 19.8569C13.3334 20.2635 13.2479 20.6559 12.9597 20.9726C12.667 21.2894 12.2843 21.3178 11.8971 21.3178C10.8345 21.3178 9.77193 21.3178 8.70934 21.3178C8.70934 21.3178 8.70934 21.3225 8.70934 21.3272V21.3225Z' fill='%23B44404'/%3E%3Cpath d='M8.65531 18.7033C7.63775 18.7033 6.61569 18.7174 5.59812 18.6938C5.29196 18.6843 4.8282 18.8545 4.74265 18.377C4.6526 17.8806 4.80569 17.3653 5.30546 17.1572C5.65215 17.0107 6.04387 16.9303 6.41758 16.9256C8.41218 16.9019 10.4068 16.9067 12.4014 16.9114C12.7616 16.9114 13.2253 16.8121 13.2569 17.422C13.2839 17.961 13.0948 18.4338 12.586 18.5756C12.1447 18.6985 11.663 18.6796 11.1992 18.6843C10.3483 18.6985 9.50178 18.6843 8.65081 18.6843C8.65081 18.6843 8.65081 18.6891 8.65081 18.6938L8.65531 18.7033Z' fill='%23B44404'/%3E%3C/svg%3E");
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active div[id*="liste_sous_propositions_"] h3 {
  color: #000;
  font-family: 'Wigrum';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active div[id*="liste_sous_propositions_"] h3:before {
  display: none;
}
@media screen and (max-width: 1024px) {
  body[data-action="quizz"] #content #qcontent .row.tab-pane.active div[id*="liste_sous_propositions_"]:before {
    content: "";
    left: 0;
    top: 80px;
    width: 100%;
    height: 8px;
    display: block;
    position: absolute;
    background-color: #EDEDED;
  }
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active a[id*="btn_next_step_update_"] {
  display: flex;
  width: 342px;
  max-height: 48px;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  background: unset;
  background-color: #B44404;
  border: none;
  position: absolute;
  right: calc(10% + 16px);
  color: white;
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active a[id*="btn_next_step_update_"]:hover {
  background: #B44404;
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  body[data-action="quizz"] #content #qcontent .row.tab-pane.active a[id*="btn_next_step_update_"] {
    right: calc(2.5% + 3rem);
  }
}
@media screen and (max-width: 1024px) {
  body[data-action="quizz"] #content #qcontent .row.tab-pane.active a[id*="btn_next_step_update_"] {
    gap: 24px;
    right: unset;
    position: relative;
    width: 100%;
  }
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active a[id*="btn_next_step_update_"] i {
  display: none;
}
body[data-action="quizz"] #content #qcontent .row.tab-pane.active a[id*="btn_next_step_update_"]:after {
  content: "";
  width: 32px;
  height: 32px;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='16' viewBox='0 0 22 16' fill='none'%3E%3Cpath d='M12.1356 15.97L12.5003 16L13.7706 14.9287L22 8L13.7706 1.07128L12.5003 0L12.1356 0.0300147C11.261 0.103896 10.5508 0.346321 10.0669 0.722655C9.78811 0.937374 9.58314 1.19596 9.46875 1.4938C9.32098 1.87244 9.19705 2.62973 10.0264 3.47244L10.0669 3.50245L13.7706 6.15758L13.9112 6.25916C13.8635 6.25455 13.8182 6.25224 13.7706 6.24762C12.4907 6.1368 11.2395 6.05368 10.0669 5.99365C7.2094 5.8482 4.80706 5.82973 3.57729 5.82973C3.22219 5.82973 2.96479 5.82973 2.8218 5.82973C0.869895 5.82973 0 6.60317 0 8.33477C0 9.58846 0.474271 10.0687 0.765031 10.7867L10.0646 10.0179L13.7682 9.71082L13.8897 9.70159L13.7682 9.78932L10.0669 12.4791H10.0646L10.0097 12.5322C9.19229 13.361 9.3186 14.1206 9.46636 14.497C9.58314 14.7948 9.78811 15.0534 10.0646 15.2681C10.5484 15.6421 11.2586 15.8846 12.1332 15.9608L12.1356 15.97Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
body[data-action="quizz"] footer {
  position: relative;
  width: 100%;
  z-index: 99999;
  top: 5px;
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  body[data-action="quizz"] footer {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  body[data-action="quizz"] footer {
    position: relative;
    z-index: unset;
    bottom: unset;
    padding-top: 60px;
    padding-bottom: 100px;
    margin-top: 120px;
  }
}
@media screen and (max-width: 1024px) {
  body[data-action="quizz"] footer #vyv_footer_footer {
    position: relative;
    grid-gap: 32px !important;
    padding-bottom: 24px;
  }
}
body[data-action="quizz"] footer .nav-item {
  color: black !important;
  font-size: 1.4rem !important;
}
@media screen and (max-width: 1024px) {
  body[data-action="quizz"] footer .nav-item {
    font-size: 1.2rem !important;
    padding: 0;
  }
}
