@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
#TETE {
  text-align: center;
  background-image: url("./../images/logo.png");
  background-size: 200px 200px;
  background-repeat: no-repeat;
  background-position: top;
  height: 400px;
  overflow: auto; }
  #TETE .black {
    color: #333; }
  #TETE a {
    font-size: 0.8rem; }
  #TETE h1 {
    font-family: var(--font2);
    font-size: 6rem;
    font-weight: bold;
    padding-top: 50px;
    margin-top: 170px;
    line-height: 5rem;
    color: var(--grisbeige); }
    #TETE h1 .inverse {
      color: white;
      background-color: #eea800; }
    #TETE h1 .droite {
      background-color: #2c3a4f; }
    #TETE h1 a {
      color: #003c65;
      text-decoration: none; }
  #TETE h2 {
    color: #fff;
    font-weight: 500;
    margin-top: 20px;
    text-shadow: 0px 0px 5px #000; }
  #TETE p {
    font-size: 1.5rem; }
  @media screen and (max-width: 768px) {
    #TETE h1 {
      font-size: 2.5rem;
      line-height: 2.5rem; }
    #TETE p {
      font-size: 1.1rem; } }

#DIMENSION {
  width: 80%;
  margin: auto;
  padding-top: 50px; }
  #DIMENSION h2 {
    font-size: 40px;
    font-weight: bold;
    font-family: var(--font2);
    color: #003c65; }
  #DIMENSION .DIMENSION-desc {
    font-size: 20px;
    font-family: var(--font1);
    color: #003c65; }
  @media screen and (max-width: 768px) {
    #DIMENSION {
      width: 100%;
      padding-top: 5px; } }

#EMOTIONS {
  margin-top: 30px;
  overflow: auto; }
  #EMOTIONS .Emotion {
    overflow: auto; }
    #EMOTIONS .Emotion h3 {
      margin-left: 10px;
      margin-top: 50px;
      font-size: 1.2rem; }
    #EMOTIONS .Emotion .Emotion-res {
      text-align: center; }
    #EMOTIONS .Emotion .Emotion-q {
      margin-bottom: 5px; }
    #EMOTIONS .Emotion h4 {
      font-size: 0.9rem;
      font-weight: 400;
      display: inline-block; }
      #EMOTIONS .Emotion h4:hover {
        cursor: pointer; }
    #EMOTIONS .Emotion .lebad {
      color: var(--bg-red); }
    #EMOTIONS .Emotion .leplus {
      font-size: 1rem;
      font-weight: 800; }
    #EMOTIONS .Emotion .Q-list {
      font-size: 0.65rem; }
    #EMOTIONS .Emotion .Q-selected {
      font-weight: bold !important; }

#TETEFICHE {
  padding: 0;
  overflow: auto;
  margin-bottom: 40px; }
  #TETEFICHE .backhome {
    font-size: 0.75rem;
    text-decoration: none; }
  #TETEFICHE h1 {
    font-size: 5rem;
    font-weight: 800;
    background-color: var(--primairebleu);
    color: white;
    padding-left: 5px;
    border-bottom-right-radius: 15px; }
  #TETEFICHE h2 {
    font-size: 1.5rem;
    font-weight: 400;
    color: #777; }

.ED {
  float: right;
  margin: 2px;
  color: white;
  clear: right; }
  .ED a {
    color: white; }
  .ED .CodeSub {
    background-color: var(--btn-orange);
    color: white;
    border: solid 1px var(--btn-orange);
    border-radius: 0; }

.EDopen {
  background-color: white;
  border: solid 3px var(--primairebleu);
  border-radius: 15px;
  padding: 10px;
  margin-top: 40px;
  color: var(--primairebleu) !important; }
  .EDopen a {
    font-weight: bold;
    color: var(--primairebleu) !important; }

.BTN-edit {
  font-size: 0.8rem;
  background-color: var(--bg-green);
  color: #333 !important;
  padding: 2px 5px;
  border-radius: 3px;
  font-weight: bold; }

.warning {
  color: red;
  font-weight: bold; }

#RESULTATS h2 {
  font-size: 1.5rem;
  font-family: var(--font1);
  color: #FF7800;
  font-weight: 300;
  border-bottom: solid 5px var(--primairebleu);
  border-bottom-left-radius: 10px;
  margin-bottom: 15px; }
#RESULTATS h3 {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: var(--font2);
  color: var(--primairebleu);
  margin-top: 15px; }
#RESULTATS .nbpoints {
  color: #999; }
#RESULTATS .valeurs {
  font-size: 0.85rem;
  margin-left: 10px; }
  #RESULTATS .valeurs i {
    display: inline; }
  #RESULTATS .valeurs p {
    display: inline; }
#RESULTATS .yapas {
  text-align: center;
  width: 70%;
  color: #ccc;
  font-size: 1.25rem; }
#RESULTATS .yapastxt {
  color: #ccc;
  font-size: 0.85rem;
  font-style: italic; }
#RESULTATS .dilemmes {
  border: solid 1px var(--primairebleu);
  box-shadow: 0px 0px 3px #999;
  text-align: center;
  padding: 15px;
  margin-top: 30px; }
  #RESULTATS .dilemmes p {
    display: inline; }
  #RESULTATS .dilemmes .contre {
    color: red;
    font-size: 1.1rem;
    font-weight: bold; }
#RESULTATS .Curseurs {
  overflow: auto; }
  #RESULTATS .Curseurs .Curseurs-barre {
    overflow: auto;
    box-shadow: -5px 5px 10px #999; }
  #RESULTATS .Curseurs .Curseurs-left {
    text-align: left;
    float: left;
    height: 85px;
    padding: 5px; }
  #RESULTATS .Curseurs .Curseurs-right {
    text-align: right;
    float: left;
    height: 85px;
    padding: 5px; }
  #RESULTATS .Curseurs .bg-green {
    background-color: var(--bg-green);
    font-size: 1.25rem;
    font-weight: bold; }
  #RESULTATS .Curseurs .bg-red {
    background-color: var(--bg-red);
    font-size: 0.85rem;
    color: white;
    font-weight: 300; }
  #RESULTATS .Curseurs .text-red {
    color: var(--bg-red);
    font-size: 0.75rem;
    display: block; }
  #RESULTATS .Curseurs p {
    margin-left: 15px;
    color: #333;
    font-style: italic;
    font-size: 1.1rem;
    margin: 10px; }
#RESULTATS .AIDE {
  font-size: 0.85rem !important;
  color: #888 !important;
  padding: 10px !important;
  border-left: solid 3px #ffacac !important;
  background-color: #fff4f4 !important;
  border-bottom-right-radius: 20px;
  margin-bottom: 10px; }
#RESULTATS .state0 {
  font-size: 0.75rem;
  background-color: var(--bg-jaune);
  color: #717171; }
#RESULTATS .state1 {
  font-size: 0.75rem;
  color: var(--bg-greendark); }
#RESULTATS .Dimension {
  margin-top: 30px;
  padding-top: 10px;
  min-height: 80px; }
  #RESULTATS .Dimension h2 {
    font-size: 1.25rem;
    font-weight: 500; }
  #RESULTATS .Dimension .Points {
    float: right;
    background-color: white;
    border: solid 1px #F4F4F4;
    margin: 5px;
    padding-right: 3px;
    font-size: 1.1rem;
    border-radius: 10px;
    width: 130px;
    text-align: right;
    box-shadow: 0px 0px 5px #999; }
    #RESULTATS .Dimension .Points .pourcent {
      font-size: 0.75rem;
      color: #999; }
  #RESULTATS .Dimension .Dimension-q {
    font-size: 0.75rem;
    margin-left: 30px; }
    #RESULTATS .Dimension .Dimension-q p {
      display: inline; }
    #RESULTATS .Dimension .Dimension-q i {
      color: #777;
      font-size: 0.65rem; }
  #RESULTATS .Dimension .big {
    font-weight: bold; }
  #RESULTATS .Dimension .PLUS {
    border-right: solid 20px var(--bg-green);
    border-left: solid 20px var(--bg-green); }
  #RESULTATS .Dimension .MOINS {
    border-right: solid 20px var(--bg-red);
    border-left: solid 20px var(--bg-red); }
  #RESULTATS .Dimension .nbpoints {
    width: 80px;
    float: right;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: right; }
  #RESULTATS .Dimension .Dimension-desc {
    margin-left: 25px; }
  #RESULTATS .Dimension .Question {
    margin: 20px;
    margin-left: 30px;
    border: solid 1px #DDD;
    border-radius: 5px;
    padding: 10px; }
#RESULTATS #PERSO .PERSO-nom {
  font-size: 4rem;
  font-weight: bold;
  display: block; }
#RESULTATS #PERSO .PERSO-type {
  font-size: 2.5rem;
  font-style: italic;
  color: var(--primairebleu);
  line-height: 2.5rem; }
#RESULTATS #PERSO .PERSO-guide {
  font-size: 1.5rem; }
#RESULTATS #PERSO .PERSO-description {
  font-size: 0.95rem;
  color: #444;
  margin-left: 10px; }

#COMPARAISON h2 {
  margin-top: 30px;
  color: var(--primairebleu);
  border-bottom: solid 1px var(--primairebleu); }
#COMPARAISON h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--primairebleu); }
#COMPARAISON .CMP {
  margin: 10px;
  margin-left: 15px;
  margin-top: 25px; }
#COMPARAISON .CMP-dim {
  font-weight: bold;
  font-size: 1.25rem; }
#COMPARAISON .CMP-res {
  color: #999;
  font-weight: 300; }
#COMPARAISON .CMP-desc {
  font-size: 0.9rem;
  font-style: italic;
  color: #999;
  margin-left: 20px; }
#COMPARAISON .CMP-riasec {
  overflow: auto; }
  #COMPARAISON .CMP-riasec h3 {
    font-size: 1.1rem; }
#COMPARAISON .RIASEC-Majeur {
  border: solid 3px var(--primairebleu);
  color: var(--primairebleu);
  font-weight: bold; }
#COMPARAISON .RIASEC-Mineur {
  border: solid 1px var(--primairebleu);
  color: var(--primairebleu);
  font-weight: bold; }
#COMPARAISON .RIASEC-Reste {
  font-weight: normal !important;
  color: #CCC; }
#COMPARAISON .CMP-riasec-valeurs {
  display: block;
  width: 48%;
  height: 40px;
  margin-top: 5px;
  padding: 3px; }
  #COMPARAISON .CMP-riasec-valeurs p {
    font-size: 1.2rem;
    font-weight: 700; }
#COMPARAISON .CMP-lvl0 {
  color: var(--bg-greenclac);
  font-size: 1.1rem;
  font-weight: bold; }
#COMPARAISON .CMP-lvl1 {
  color: var(--bg-greenclac);
  font-weight: bold; }
#COMPARAISON .CMP-lvl2 {
  color: var(--bg-greenclac);
  font-weight: bold; }
#COMPARAISON .CMP-lvl3 {
  color: var(--bg-red);
  font-weight: bold; }
#COMPARAISON .CMP-lvl4 {
  color: var(--bg-red);
  font-weight: bold; }
#COMPARAISON .CMP-lvl5 {
  color: var(--bg-red);
  font-size: 1.1rem;
  font-weight: bold; }
#COMPARAISON .CMP-Q {
  margin-top: 10px; }
#COMPARAISON .CMP-Q-ec {
  font-weight: bold;
  color: #999; }
#COMPARAISON .CMP-Q-pm {
  margin-left: 25px;
  display: block; }
#COMPARAISON .CMP-emotion {
  color: var(--primairebleu); }
#COMPARAISON .CMP-emotion-res {
  margin-left: 20px; }
#COMPARAISON .plusdedetails {
  font-size: 0.85rem; }
#COMPARAISON .pareil {
  color: var(--bg-greenclac);
  font-weight: bold;
  margin: 10px; }
#COMPARAISON .incomprehension {
  color: var(--bg-red);
  font-weight: bold;
  margin: 10px; }

.RIASEC {
  overflow: auto; }
  .RIASEC .valeurs {
    margin-left: 0px !important;
    padding: 10px !important;
    margin-top: 5px !important; }
  .RIASEC h3 {
    margin-top: 0px !important; }
  .RIASEC .RIASEC-resume {
    display: block;
    font-size: 1.1rem;
    margin-bottom: 10px; }
  .RIASEC .RIASEC-Majeur {
    border: solid 3px var(--primairebleu); }
    .RIASEC .RIASEC-Majeur h3 {
      font-size: 1.5rem !important; }
    .RIASEC .RIASEC-Majeur i {
      font-weight: bold; }
  .RIASEC .RIASEC-Mineur {
    border: solid 1px var(--primairebleu); }
    .RIASEC .RIASEC-Mineur h3 {
      font-size: 1.3rem !important; }
    .RIASEC .RIASEC-Mineur i {
      font-weight: bold; }
  .RIASEC .RIASEC-Reste h3 {
    margin-top: 0px;
    font-size: 0.9rem !important;
    font-weight: 400 !important;
    color: #666 !important; }
  .RIASEC .RIASEC-Reste i {
    color: #666 !important; }

.ADJECTIFS img {
  float: left;
  margin-right: 3px;
  width: 30px; }
.ADJECTIFS h3 {
  font-weight: 500 !important;
  font-size: 1.1rem; }
.ADJECTIFS .ADJ {
  border: solid 1px #f3f3f3;
  padding: 2px 5px;
  margin: 1px;
  font-size: 0.85rem !important;
  display: inline-block;
  background-color: var(--bg-blue);
  border-radius: 2px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px; }
  .ADJECTIFS .ADJ:hover {
    font-weight: 700; }
.ADJECTIFS .ADJ-home {
  font-size: 1rem; }
.ADJECTIFS .clic {
  cursor: pointer; }
.ADJECTIFS .amoi {
  border: dashed 1px #333 !important; }
.ADJECTIFS .M {
  padding: 0px 2px; }
  .ADJECTIFS .M:hover {
    background-color: var(--bg-red); }
.ADJECTIFS .P {
  padding: 0px 2px; }
  .ADJECTIFS .P:hover {
    background-color: var(--bg-green); }
.ADJECTIFS .X {
  padding: 0px 2px;
  background-color: red;
  color: white;
  font-weight: bold; }

#RESEAUX .groupe {
  font-size: 1.2rem;
  margin-bottom: 10px;
  margin-top: 10px; }
  #RESEAUX .groupe .pseudo {
    font-weight: bold;
    font-size: 2rem;
    color: var(--primairebleu);
    padding-left: 10px; }
  #RESEAUX .groupe .sexe {
    color: #999;
    font-size: 0.9rem;
    font-style: italic;
    margin-top: 10px; }
  #RESEAUX .groupe .genre-1 {
    color: #b800a8;
    border-left: solid 10px  #b800a8; }
  #RESEAUX .groupe .genre-0 {
    color: #6a6a6a;
    border-left: solid 10px  #6a6a6a; }
  #RESEAUX .groupe .genre1 {
    color: #0021b1;
    border-left: solid 10px  #0021b1; }
  #RESEAUX .groupe .comparer {
    font-size: 0.75rem;
    margin: 3px; }
  #RESEAUX .groupe .supprimer {
    font-size: 0.75rem;
    margin: 3px;
    color: red; }
  #RESEAUX .groupe .nature {
    font-size: 0.75rem; }
  #RESEAUX .groupe .type {
    font-size: 0.75rem; }

#RESUME h3 {
  font-size: 1.2rem;
  margin-top: 10px; }

#ADJECTIFADD h3 {
  font-size: 2rem; }
#ADJECTIFADD .ADJ {
  background-color: white !important; }

.selection {
  background-color: var(--bg-green);
  padding: 20px;
  border-radius: 15px;
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0; }

.inSelection {
  background-color: var(--bg-green) !important; }

.maBox {
  border: solid 1px var(--primairebleu);
  border-radius: 5px; }

.LANGAGE h3 {
  font-size: 0.9rem !important; }
.LANGAGE .LNG {
  font-size: 0.75rem; }

:root {
  --primaire: rgb(108, 75, 106);
  --primairedark: #402D00;
  --primairebleu:#2F4B80;
  --primairebleuclair:#14B7FF;
  --grisbeige:#E1E1E1;
  --bg-green: rgb(201, 255, 4);
  --bg-greenclac: rgb(102, 160, 0);
  --bg-greendark: rgba(95, 132, 31, 0.51);
  --bg-red: rgb(255, 47, 78);
  --bg-reddark: rgb(161, 149, 150);
  --bg-blue: rgb(206, 233, 255);
  --bg-bluedark: rgb(161, 149, 150);
  --bg-jaune: rgb(255, 250, 206);
  --btn-orange: #E7AE16;
  --font1:"Poppins";
  --font2:"Poppins"; }

body {
  background-color: #FFF;
  font-family: "Poppins"; }

.DEL {
  color: white;
  background-color: red;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 10px;
  width: 100%;
  text-align: center;
  display: block; }

h2 {
  font-size: 1.5rem;
  font-weight: bold; }

.CodePartenaire {
  width: 100%;
  font-size: 1.2rem;
  text-align: center;
  background-color: var(--grisbeige);
  border: solid 1px #EFF8FA;
  border-radius: 10px;
  padding: 20px; }
  .CodePartenaire label {
    font-size: 16px;
    font-family: var(--font1);
    color: #003c65;
    margin-bottom: 24px !important; }
  .CodePartenaire input {
    border-radius: 30px; }

.BTN {
  font-size: 1.5rem; }

.BTN_creer {
  background-color: #E7AE16;
  border-radius: 30px;
  color: #FFF; }
  .BTN_creer:hover {
    cursor: pointer; }

#QUESTIONS {
  width: 80%;
  margin: auto;
  background-color: #FFF; }
  #QUESTIONS h2 {
    font-size: 20px;
    font-family: var(--font1);
    font-style: italic;
    font-weight: 400;
    color: #003c65;
    margin-bottom: 50px; }
  #QUESTIONS .Passer {
    margin: 15px;
    padding: 10px;
    display: block;
    font-size: 1.5rem;
    border-left: solid 10px #3c763d; }
  @media screen and (max-width: 768px) {
    #QUESTIONS {
      width: 100%; } }

.ctQuestion {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }

#TEST h2 {
  font-size: 1.5rem; }
#TEST .QUESTION {
  border: solid 1px #a7a7a7;
  border-radius: 10px;
  margin-bottom: 32px;
  margin-left: 5px;
  width: 48%;
  float: left;
  position: relative;
  height: 150px;
  padding: 10px; }
  #TEST .QUESTION:hover {
    cursor: pointer;
    box-shadow: 0 0 5px #ddd;
    border-color: #000; }
  @media screen and (max-width: 768px) {
    #TEST .QUESTION {
      width: 100%; } }
  #TEST .QUESTION .QUESTION-intitule {
    font-size: 1.5rem; }
    @media screen and (max-width: 768px) {
      #TEST .QUESTION .QUESTION-intitule {
        font-size: 1rem; } }
  #TEST .QUESTION .QUESTION-SLIDE {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%; }
  #TEST .QUESTION p {
    font-family: var(--font1);
    font-size: 16px;
    line-height: 24px; }
#TEST .Q-notchanged {
  color: #ccc;
  font-weight: 200; }
#TEST .Q-checked {
  position: absolute;
  bottom: -20px;
  left: 44%;
  padding: 1px 10px;
  background-color: white;
  font-size: 0.7rem;
  border: solid 1px #ccc;
  text-align: center;
  width: 12%;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px; }
#TEST .Q-0 {
  background-color: #e8e8e8;
  color: #ccc;
  border-color: #e8e8e8; }
  #TEST .Q-0 .QR-0 {
    color: #000;
    font-weight: bold; }
#TEST .Q-1 {
  background-color: #ffffff;
  color: #ccc;
  border-color: #e8e8e8; }
  #TEST .Q-1 .QR-1 {
    color: #333; }
#TEST .Q-2 {
  background-color: #ffffff;
  color: #aaaaaa;
  border-color: #e8e8e8; }
  #TEST .Q-2 .QR-2 {
    color: #333; }
#TEST .Q-3 {
  background-color: #ffffff;
  color: #7d7d7d;
  border-color: #e8e8e8; }
  #TEST .Q-3 .QR-3 {
    color: #333; }
#TEST .Q-4 {
  background-color: #ffffff;
  color: #686868;
  border-color: #e8e8e8; }
  #TEST .Q-4 .QR-4 {
    color: #333; }
#TEST .Q-5 {
  background-color: #ffffff;
  color: #2d2d2d;
  border-color: #e8e8e8; }
  #TEST .Q-5 .QR-5 {
    color: #333; }
#TEST .Q-6 {
  background-color: rgba(240, 255, 227, 0.51);
  color: #2d2d2d;
  border-color: rgba(234, 255, 47, 0.51); }
  #TEST .Q-6 .QR-6 {
    color: #333; }
#TEST .Q-7 {
  background-color: rgba(219, 255, 179, 0.51);
  color: #2d2d2d;
  border-color: rgba(234, 255, 47, 0.51); }
  #TEST .Q-7 .QR-7 {
    color: #333; }
#TEST .Q-8 {
  background-color: rgba(195, 255, 129, 0.51);
  color: #2d2d2d;
  border-color: rgba(95, 95, 95, 0.51); }
  #TEST .Q-8 .QR-8 {
    color: #333; }
#TEST .Q-9 {
  background-color: rgba(168, 255, 69, 0.51);
  color: #2d2d2d;
  border-color: rgba(203, 203, 203, 0.51); }
  #TEST .Q-9 .QR-9 {
    color: #363636; }
#TEST .Q-10 {
  background-color: rgba(140, 253, 2, 0.51);
  color: #2d2d2d;
  border: solid 2px rgba(234, 255, 47, 0.51);
  font-weight: bold; }
  #TEST .Q-10 .QR-10 {
    color: #000000; }
#TEST .QUESTION-ouinon {
  padding: 5px;
  font-style: italic;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%; }
#TEST .QUESTION-FULLOUI {
  background-color: rgba(173, 255, 47, 0.51); }
#TEST .QUESTION-NON {
  display: none; }
#TEST .QUESTION-range {
  padding: 5px;
  font-style: italic;
  text-align: center; }
#TEST .QUESTION-slider {
  text-align: center; }
  #TEST .QUESTION-slider input[type=range] {
    width: 60%; }
#TEST .BTN_creer {
  padding: 20px;
  justify-content: center;
  align-items: center; }

.QUESTION-type1 {
  height: auto !important;
  min-height: 100px !important;
  text-align: center; }
  .QUESTION-type1 .QUESTION-intitule {
    font-size: 1.25rem !important;
    font-weight: 500; }

.QUESTION-type4 {
  height: auto !important;
  min-height: 150px !important;
  text-align: center;
  width: 100% !important;
  margin-bottom: 60px !important; }
  .QUESTION-type4 .QUESTION-SLIDE {
    position: relative !important;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
    overflow: auto; }
  .QUESTION-type4 .QUESTION-intitule {
    font-size: 1.25rem !important;
    padding: 5px 10px; }
  .QUESTION-type4 .Q-checked {
    width: 150px !important;
    left: 43% !important; }
  .QUESTION-type4 .Q4-3 {
    font-size: 0.8rem !important;
    color: #ccc !important; }
  .QUESTION-type4 .Q4-2 {
    font-size: 0.9rem !important;
    color: #999 !important; }
  .QUESTION-type4 .Q4-1 {
    font-size: 1rem !important;
    color: #666 !important; }
  .QUESTION-type4 .Q40 {
    font-size: 1.2rem !important;
    color: #333 !important; }
  .QUESTION-type4 .Q41 {
    font-size: 1.3rem !important;
    background-color: var(--bg-green); }
  .QUESTION-type4 .Q42 {
    font-size: 1.40rem !important;
    background-color: var(--bg-green); }
  .QUESTION-type4 .Q43 {
    font-size: 1.50rem !important;
    background-color: var(--bg-green); }

#PRESENTATION {
  font-size: 1.1rem;
  padding-bottom: 50px;
  background-color: white; }
  #PRESENTATION h2 {
    font-size: 2rem;
    font-family: var(--font2);
    color: var(--primairedark);
    font-weight: bold;
    margin-bottom: 32px; }
  #PRESENTATION p {
    margin-bottom: 20px;
    font-family: var(--font1); }

#SIDE h2 {
  color: var(--primairebleu);
  margin-top: 20px; }
#SIDE p, #SIDE ul {
  margin-left: 20px !important;
  font-size: 0.9rem; }

#DOIT {
  margin-top: -60px;
  padding: 10px;
  background-color: white;
  border: solid 8px #FFB300;
  border-radius: 15px; }
  #DOIT h2 {
    text-align: center; }
  #DOIT .DOIT-choice {
    display: block;
    font-size: 1.2rem;
    font-weight: 800;
    text-align: center;
    padding: 10px; }
    #DOIT .DOIT-choice:hover {
      cursor: pointer;
      background-color: #FFB300;
      color: white; }
  #DOIT .select {
    width: 100%; }
  #DOIT .Actif {
    background-color: #FFB300;
    color: white; }
  #DOIT p {
    font-size: 0.75rem; }

#BEGIN {
  font-size: 16px;
  width: 80%;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  border: solid 8px #FFB300;
  border-radius: 15px; }
  #BEGIN .inverse {
    color: white;
    background-color: #FFB300;
    padding: 5px; }
  #BEGIN h2 {
    font-size: 40px;
    font-family: var(--font2);
    color: var(--primairedark);
    font-weight: bold;
    margin-bottom: 32px; }
  #BEGIN .field {
    padding: 20px;
    background-color: #FFF;
    border-radius: 10px;
    text-align: left;
    border-radius: 5px;
    display: flex;
    flex-direction: column; }
  #BEGIN label {
    font-family: var(--font2);
    color: var(--primairedark); }
  #BEGIN .select {
    background-color: #dfdfdf;
    border-radius: 10px;
    border-color: #666; }

#END {
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px; }
  #END h2 {
    font-size: 40px;
    font-family: var(--font2);
    color: #003c65;
    font-weight: bold; }
  #END p {
    color: #003c65;
    font-family: var(--font1);
    font-size: 16px; }
  #END .lecode {
    text-align: center;
    font-size: 3rem;
    font-family: var(--font2);
    color: #003c65;
    font-weight: bold;
    background-color: #EFF8FA;
    border-radius: 10px;
    width: 80%;
    margin: auto;
    margin-top: 50px; }
    @media screen and (max-width: 768px) {
      #END .lecode {
        width: 100%;
        font-size: 3rem; } }
    #END .lecode button {
      font-size: 1.5rem;
      padding: 5px 15px; }
    #END .lecode a {
      font-size: 1.2rem; }

#EditCurseur .range {
  text-align: center; }
  #EditCurseur .range input {
    width: 100%; }
#EditCurseur .valeur {
  font-size: 1.5rem;
  font-weight: bold; }
#EditCurseur .Curseurs {
  overflow: hidden; }

.open {
  border: dashed 1px #ccc;
  padding: 2px;
  overflow: auto; }

.red {
  color: #DC5653 !important;
  font-style: italic; }

.red strong {
  color: #DC5653; }

strong {
  color: #003c65; }

.note-modal-backdrop {
  z-index: 10 !important; }

.modal-card {
  width: 1024px !important;
  height: 100% !important; }
  .modal-card .modal-card-head {
    border-radius: 0 !important;
    background-color: var(--bg-green); }
    .modal-card .modal-card-head .modal-card-title {
      color: white !important; }
  .modal-card .modal-card-body {
    background-color: #FBFBFB !important; }
  .modal-card label {
    font-weight: 300;
    background-color: var(--bg-green);
    color: black !important;
    padding: 3px; }

/*# sourceMappingURL=feuille.css.map */
