html,
body {
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

body {
  user-select: none;
  color: #185350;
  background-color: #EEEEEE;
  background-image: url("../img/fond-connexion.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100%;
  opacity: 1;
}

.acces-rapide {
  position: absolute;
  left: 0px;
  background-color: white;
  z-index: -1;
  padding-left: 5px;
  padding-right: 5px;
}

.acces-rapide:focus-within {
  position: absolute;
  left: 0px;
  background-color: white;
  z-index: 10;
  padding-left: 5px;
  padding-right: 5px;
}

.body-plateau {
  background-image: none;
  /*background-color: #E2FFFD; /*#B0E7E4;/*#88D1CD;
  background: linear-gradient(#9BD5D1, #FFFFFF);*/
  background-image: url("../img/fond-connexion2.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.lien-aide {
  display: inline-flex;
  flex-direction: column;
  list-style-type: none;
}

.logo {
  margin-top: 15px;
  border-radius: 20px;
  width: 500px;
  background-color: white;
}

.logo2 {
  margin: 15px;
  width: 65px;
}

.version {
  font-size: 0.8em;
  margin-top: 15px;
  color: #1B6553;
}

.label_gros {
  font-size: 1.3em;
}

.image_persos {
  margin: auto;
  margin-top: 10px;
  border-radius: 25px 25px 0px 0px;
  width: 400px;
  height: 270px;
  background-image: url("../img/bdf.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.image_persos2 {
  border-radius: 25px;
  width: 200px;
  margin: 15px;
  margin-bottom: 30px;
}

.info-sup {
  margin-top: 10px;
}

.decalage-para {
  margin-top: -16px;
}

.btn-vert {
  background-color: #228079;
  border-color: #228079;
}

.btn-vert:hover {
  background-color: #145853;
}

.btn-vert:focus {
  background-color: #07302D;
}

.bouton-forcer-creation-equipe {
  margin: 28px;
  margin-bottom: 0px;
  margin-top: 15px;
  padding-bottom: 10px;
  width: 150px;
}

.liste-btn-equipes-quiz1 {
  margin-top: -15px;
}

.champ-saisi {
  margin: auto;
  max-width: 450px;
}

.section-connexion {
  margin: auto;
  max-width: 700px;
}

.section-legal {
  margin: auto;
  max-width: 800px;
}

.legal {
  display: inline-flex;
  background-color: white;
  padding: 10px;
  padding-bottom: 0px;
  margin-top: 15px;
  border-radius: 25px;
  font-size: 0.9em;
}

.lien_legal {
  /*margin-left: 5px;*/
  margin-right: 30px;
  /*color: blue;*/
  color: #185350;
}

.section-choix-partie-anim {
  margin: auto;
  width: 75%;
}

.bandeau-bleu {
  color: white;
  background-color: #0B5A56;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 25px;
  height: 50px;
  margin: -18px;
  margin-bottom: 10px;
  font-size: 1.6em;
}

.btn-connexion {
  border-radius: 25px;
  width: 280px;
  height: 50px;
  font-size: 1.2em;
  margin-top: 5px;
}

.btn-excel {
  border-radius: 25px;
  width: 340px;
  height: 50px;
  font-size: 1.2em;
  margin-top: 5px;
}

.num-equipe-choix {
  font-size: 5em;
}

.nom-equipe-choix {
  font-size: 1.1em;
}

.case_equipe {
  margin: 3px;
  height: 200px;
  width: 145px;
  border-radius: 20px;
  border-style: none;
  background-color: #4270E4;
  color: white;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}

.case_couleur_mini {
  margin: 3px;
  height: 170px;
  width: 110px;
  border-radius: 20px;
  display: inline-block;
  padding: 10px;
  cursor: pointer;
}

.case_couleur_synthese {
  display: flex;
  flex-direction: column;
  align-content: space-between;
  margin: 5px;
  margin-bottom: 20px;
  padding-top: 10px;
  height: 370px;
  width: 190px;
  border-radius: 20px;
  display: inline-block;
  color: white;
}

.case_couleur {
  display: flex;
  flex-direction: column;
  align-content: space-between;
  margin: 5px;
  margin-top: 20px;
  margin-bottom: 50px;
  padding-top: 10px;
  height: 360px;
  width: 195px;
  border-radius: 20px;
  display: inline-block;
  color: white;
}

.case_couleur_zoom {
  /*display: flex;
  flex-direction: column;*/
  align-content: space-between;
  margin: auto;
  margin-bottom: 20px;
  padding-top: 10px;
  width: 350px;
  height: 530px;
  border-radius: 25px;
  /*padding: 0px;*/
  font-size: 1.3em;
  color: white;
}

.case_selec {
  border-style: solid;
  border-color: #222222;
  border-width: 4px;
}

.c0 {
  background-color: #555555;
}

.c1 {
  background-color: #007AC6;
}

.c2 {
  background-color: #1F5323;
}

.c3 {
  background-color: #E10099;
}

.c4 {
  background-color: #A70000;
}

.c5 {
  background-color: #8C1DB1;
}

.c6 {
  background-color: #546E78;
}

.c7 {
  background-color: #652F29;
}

.c8 {
  background-color: #CC4300;
}

.cadre-rouge-charges-fixes {
  position: absolute;
  border-style: solid;
  border-radius: 5px;
  border-color: red;
  border-width: 5px;
  width: 130px;
  height: 60px;
  z-index: 5;
  top: 72px;
  right: 15px;
}

.cadre-rouge-bilan-depart {
  position: absolute;
  border-style: solid;
  border-radius: 5px;
  border-color: red;
  border-width: 5px;
  width: 130px;
  height: 63px;
  z-index: 5;
  top: 72px;
  right: 15px;
}

.img-bilan-charges {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 350px;
}

.img-bilan-charges2 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 195px;
}

.info-perte-treso {
  position: absolute;
  top: -500px;
}

#nom_entreprise2 {
  width: 400px;
}

#btn_lancer_quiz,
#btn_passer_quiz {
  display: none;
}

.fleches-mouv {
  width: 35px;
}

#popUpCarte {
  border-radius: 20px;
}

.cadre_question {
  margin: auto;
  padding: 10px;
  padding-bottom: 15px;
  border-radius: 30px;
  border-style: solid;
  border-color: #32807A;
  border-width: 2px;
}

#list_page_teste {
  list-style-type: decimal;
}

#reponses {
  text-align: left;
  padding-left: 50px;
}

.reponses-quiz {
  text-align: left;
  padding-left: 50px;
}

.reponse {
  font-size: 1.2em;
  padding: 2px;
  padding-left: 10px;
  margin-bottom: 10px;
}

.radio_question {
  height: 28px;
  width: 28px;
}

.reponse_juste {
  font-weight: bold;
  color: #1C9A1C;
}

.reponse_fausse {
  font-weight: bold;
  color: #D01D1D;
}

.btn_visible {
  display: inline;
}

.btn_non_visible {
  display: none;
}

.cadre_section {
  background-color: white;
  border-style: solid;
  border-color: #DDDDDD;
  border-width: 2px;
  border-radius: 25px;
  padding: 10px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 95%;
}

.cadre_section_mess {
  background-color: white;
  border-style: solid;
  border-color: #DDDDDD;
  border-width: 2px;
  border-radius: 25px;
  padding: 10px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 85%;
}

.cadre_section_quiz {
  background-color: white;
  border-style: solid;
  border-color: #DDDDDD;
  border-width: 2px;
  border-radius: 25px;
  padding: 10px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 60%;
}

.barre_navigation {
  background-color: #0B5A56;
}

.case_test {
  margin: 6px;
  height: 170px;
  width: 193px;
  border-radius: 20px;
  border-style: solid;
  border-color: #BBBBBB;
  border-width: 3px;
  display: inline-block;
  font-size: 1.2em;
  padding-top: 7px;
}

.case_test_synthese {
  margin: 7px;
  height: 235px;
  width: 185px;
  border-radius: 20px;
  border-style: solid;
  border-color: #BBBBBB;
  border-width: 3px;
  display: inline-block;
  font-size: 1.3em;
  padding-top: 3px;
}

#label_tour {
  color: white;
  font-size: 1.1em;
}

.label_tour_effet {
  background-color: #D60800;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 8px;
  margin-top: 8px;
  border-radius: 7px;
}

#label_tour_anim {
  color: white;
  padding-top: 5px;
  font-size: 0.85em;
}

.icone_menu {
  height: 35px;
}

.selecteur-menu {
  outline: #64A49F solid 5px;
  border-radius: 3px;
  padding: 2px;
}

.icone_metier {
  height: 26px;
  margin-right: 10px;
  margin-top: -5px;
}

.icone_metier2 {
  height: 30px;
  margin-right: 10px;
  margin-top: -6px;
}

.icone_metier_fin {
  height: 50px;
  margin: 5px;
  margin-top: 8px;
}

.loader_equipe {
  height: 18px;
  width: 18px;
  margin-top: -10px;
  margin-bottom: 15px;
}

#plateau {
  margin: 10px;
}

#plateau-anim {
  margin: 10px;
  margin-top: 50px;
}

.btn-equipe-chiffre {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 2.3em;
  /*margin-top: -2px;*/
}

#zone-haut {
  display: inline-flex;
}

#zone-bas {
  display: inline-flex;
}

.case-cadre-clients {
  display: inline-flex;
  flex-direction: column;
  border-radius: 20px;
  height: 240px;
  width: 380px;
  margin: 6px;
  background-color: #32807A;
  color: white;
}

.case-cadre-commerciaux {
  display: inline-flex;
  flex-direction: column;
  border-radius: 20px;
  height: 240px;
  width: 500px;
  margin: 6px;
  background-color: #32807A;
  color: white;
}

.case-cadre-decisions {
  display: inline-flex;
  flex-direction: column;
  border-radius: 20px;
  height: 240px;
  width: 260px;
  margin: 6px;
  background-color: #32807A;
  color: white;
}

.case-cadre-2 {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  height: 340px;
  width: 240px;
  margin: 6px;
  /*background-color: #2368C7;*/
  color: white;
}

.case-cadre-3 {
  border-radius: 20px;
  height: 550px;
  width: 1180px;
  margin: 6px;
  background-color: #32807A;
  color: white;
}

.case-cadre-4 {
  border-radius: 20px;
  height: 240px;
  width: 160px;
  margin: 6px;
  background-color: #32807A;
  color: white;
}

.titre-centre {
  display: flex;
  justify-content: center;
}

.titre-size {
  width: 230px;
  padding-left: 15px;
}

.case-titre {
  margin: 7px;
  margin-left: 6px;
  font-size: 1.2em;
}

.case-titre-bis {
  margin: 7px;
  margin-left: 6px;
  margin-top: 2px;
  font-size: 1.2em;
}

.case-titre2 {
  background-color: #24716C;
  padding-top: 4px;
  padding-bottom: 6px;
  border-radius: 20px;
  height: 35px;
}

.case-titre2-bis {
  background-color: #24716C;
  padding-top: 4px;
  padding-bottom: 6px;
  border-radius: 20px;
  height: 35px;
  font-size: 1.2em;
}

.case-titre3 {
  margin: 7px;
  margin-left: 6px;
  font-size: 1em;
  font-weight: bold;
}

.case-titre4 {
  font-size: 1em;
  font-weight: bold;
}

.case-titre-pilo {
  margin: 5px;
  margin-top: 11px;
  font-weight: bold;
  font-size: 1.05em;
}

.case-detail {
  margin: 5px;
  margin-right: 15px;
  color: white;
  background-color: #32807A;
  text-decoration: underline;
  border-style: none;
}

.case-zone-haut {
  display: inline-flex;
  justify-content: space-between;
  margin-left: 10px;
}

.case-centrer {
  display: flex;
  flex-direction: column;
}

.petite-case-zone-group {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 2px;
}

.petite-case-zone {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 2px;
}

.petite-case {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  /*border-style: solid;
  border-color: #BBBBBB;
  border-width: 2px;*/
  height: 85px;
  width: 118px;
  margin: 3px;
  margin-bottom: -3px;
  margin-top: 10px;
  background-color: white;
  color: black;
}

.btn-info-com {
  width: 180px;
  height: 50px;
  font-size: 1.4em;
  margin: 5px;
}

.btn-info-com2 {
  width: 310px;
  height: 50px;
  font-size: 1.4em;
  margin: 5px;
}

.petite-case-com {
  display: flex;
  flex-direction: column;
  align-content: space-between;
  border-radius: 10px;
  /*border-style: solid;
  border-color: #BBBBBB;
  border-width: 2px;*/
  height: 176px;
  width: 118px;
  margin: 2px;
  margin-bottom: 30px;
  margin-top: 10px;
  padding-bottom: 5px;
  background-color: white;
  color: black;
}

.zone-decision {
  display: grid;
  width: 260px;
  grid-template-columns: 100px 100px;
  align-items: start;
  justify-content: space-evenly;
  overflow-y: scroll;
  margin-bottom: 5px;
}

.petite-case-decision {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  height: 80px;
  width: 112px;
  margin: 1px;
  cursor: pointer;
  background-color: white;
  color: black;
  margin-bottom: 3px;
}

.val-mini-rouge {
  margin-top: -30px;
  font-weight: bold;
  font-size: 0.85em;
  color: #D60800;
}

.val-mini-vert {
  margin-top: -30px;
  font-weight: bold;
  font-size: 0.85em;
  color: #1A9827;
}

.val-mini-bleu {
  margin-top: -31px;
  font-weight: bold;
  font-size: 0.85em;
  color: #1991CD;
}

.pastille-decision {
  border-radius: 11px;
  border-style: solid;
  border-color: #BBBBBB;
  border-width: 2px;
  height: 28px;
  width: 28px;
  margin: 1px;
}

.pastille-quantite {
  border-radius: 20px;
  border-style: solid;
  border-color: #444444;
  border-width: 3px;
  height: 36px;
  width: 36px;
  background-color: #FFFFFF;
  margin: 1px;
  margin-top: 1px;
  font-weight: bold;
  font-size: 0.8em;
  padding-top: 5px;
}

.pastille-quantite-client {
  border-radius: 20px;
  height: 35px;
  width: 35px;
  background-color: #666666;
  color: white;
  margin: 1px;
  margin-top: 1px;
  font-weight: bold;
  font-size: 0.78em;
  padding-top: 9px;
}

.pastille-quantite-anim {
  padding-top: 0px;
  font-size: 1.2em;
  color: #555555;
}

.pastille-vert {
  border-color: #1A9827;
  color: #1A9827;
}

.pastille-rouge {
  border-color: red;
  color: red;
}

.pastille-turquoise {
  border-color: #54A199;
  color: #367E77;
}

.pastille-bleu {
  border-color: #486692;
  color: #486692;
}

.pastille-orange {
  border-color: #DE9250;
  color: #DE9250;
}

.label-case-decision {
  padding-top: 6px;
  margin-bottom: 7px;
  line-height: 1em;
  font-size: 0.85em;
}

.label-case-normal {
  font-size: 0.95em;
  padding-top: 7px;
  margin-bottom: 13px;
}

.label-case-double {
  font-size: 0.85em;
  padding-top: 1px;
  margin-bottom: 1px;
  height: 42px;
}

#carte-evenement {
  display: flex;
  flex-direction: column;
  align-self: center;
  border-radius: 10px;
  border-style: solid;
  border-color: #FFFFFF;
  border-width: 2px;
  height: 155px;
  width: 150px;
  background-color: white;
  margin-top: 2px;
  padding: 5px;
  font-size: 0.65em;
  line-height: 1.2em;
}

.verso-evenement {
  display: flex;
  align-self: center;
  background-color: white;
  width: 60px;
  height: 60px;
  margin-top: 41px;
  border-radius: 30px;
}

#carte-equipe {
  display: flex;
  flex-direction: column;
  align-self: center;
  border-radius: 16px;
  min-height: 150px;
  width: 145px;
  margin-top: 3px;
  padding: 5px;
  padding-top: 10px;
  line-height: 1.4em;
  cursor: pointer;
  font-size: 0.75em;
  color: white;
}

.fond-carte-equipe {
  background-color: white;
  margin: 10px;
  color: #222222;
  border-radius: 15px;
}

.fond-carte-equipe2 {
  background-color: white;
  margin: 10px;
  color: #222222;
  min-height: 150px;
  border-radius: 10px;
}

.fond-carte-equipe-mini {
  background-color: white;
  margin: 3px;
  margin-top: -10px;
  padding: 5px;
  color: #222222;
  border-radius: 8px;
  height: 100%;
}

.zone-bilan {
  display: inline-flex;
  justify-content: center;
}

.carte-avec-btn-bas {
  display: flex;
  flex-direction: column;
}

.case-bilan {
  display: flex;
  flex-direction: column;
  /*border-radius: 20px;
  border-style: solid;
  border-color: #BBBBBB;
  border-width: 2px;*/
  height: 497px;
  width: 580px;
  margin: 3px;
}

.case-compte-resultat-produit {
  display: flex;
  flex-direction: column;
  align-self: center;
  height: 150px;
  width: 100%;
  margin: 3px;
  background-image: url("../img/plateau/fond-produits.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.case-compte-resultat-charge {
  display: flex;
  flex-direction: column;
  align-self: center;
  height: 150px;
  width: 100%;
  margin: 3px;
  margin-top: 6px;
  background-image: url("../img/plateau/fond-charges.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.case-compte-resultat-charge2 {
  display: flex;
  flex-direction: column;
  align-self: center;
  height: 150px;
  width: 100%;
  margin: 3px;
  margin-top: -2px;
  background-image: url("../img/plateau/fond-charges.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.sous-case-bilan-compte-resultat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 175px;
  height: 90px;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 10px;
  border-radius: 20px;
  border-style: solid;
  border-color: #FFFFFF;
  border-width: 2px;
}

.case-titre-bilan {
  color: white;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 20px;
  height: 30px;
}

.case-titre-bilan2 {
  background-color: #102863;
  color: white;
  margin: 3px;
  padding-top: 2px;
  border-radius: 20px;
  height: 30px;
}

.sous-case-bilan {
  display: inline-flex;
  align-items: center;
  align-self: center;
  height: 100px;
  width: 570px;
  margin: 3px;
  padding: 3px;
  color: black;
}

.sous-titre-bilan {
  font-size: 0.8em;
  line-height: 1.1em;
}

.icone-bilan {
  height: 96px;
  margin-right: 2px;
  margin-left: -4px;
  border-radius: 16px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  /*border-style: solid;
  border-color: #FFFFFF;
  border-width: 2px;
  aspect-ratio: initial;*/
}

.b1 {
  background-color: #C99A73;
  /*#875F3E;*/
}

.b2 {
  background-color: #D592D0;
  /*#764573;*/
}

.b3 {
  background-color: #8AAAD8;
  /*#486692;*/
}

.b4 {
  background-color: #8ED4CD;
  /*#43807A;*/
}

.b5 {
  background-color: #E9D090;
  /*#D3A52C;*/
}

.b6 {
  background-color: #E5AFBB;
  /*#9E5B6A;*/
}

.b7 {
  background-color: #E0AD87;
  /*#B65C1A;*/
}

.b8 {
  background-color: #E49595;
  /*#AF3B3B;*/
}

.texte-bilan {
  text-align: left;
  width: 285px;
  margin: 5px;
  margin-right: 10px;
  line-height: 1em;
  font-size: 0.95em;
}

.texte-bilan2 {
  text-align: left;
  width: 100px;
  margin: 5px;
  margin-right: 5px;
  line-height: 1em;
  font-size: 0.95em;
}

.valeur-bilan {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  border-style: solid;
  border-color: #79C3BE;
  /*#32807A;*/
  border-width: 2px;
  height: 80px;
  width: 170px;
}

.valeur-bilan2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  border-style: solid;
  border-color: #79C3BE;
  /*#32807A;*/
  border-width: 2px;
  height: 80px;
  width: 320px;
}

.valeur-bilan-separateur {
  background-color: #24716C;
  width: 2px;
  height: 72px;
  margin-left: 2px;
}

.sous-valeur-bilan {
  display: flex;
  flex-direction: column;
  margin-top: -16px;
}

.sablier {
  margin-left: 3px;
  margin-right: 3px;
  width: 18px;
}

.sablier2 {
  margin-left: 2px;
  margin-top: -3px;
  width: 13px;
}

.valeur-bilan-chiffre {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 29px;
  border-style: solid;
  border-color: #3457AE;
  border-width: 3px;
  height: 50px;
  width: 50px;
  font-size: 1.6em;
  background-color: white;
  color: #3457AE;
  font-weight: bold;
}

.valeur-resultat-chiffre {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 35px;
  /*border-style: solid;
  border-color: #AAAAAA;
  border-width: 2px;*/
  height: 70px;
  width: 70px;
  font-size: 2.5em;
}

.valeur-resultat-chiffre-rouge {
  background-color: white;
  color: red;
  font-weight: bold;
}

.valeur-resultat-chiffre-vert {
  background-color: white;
  color: green;
  font-weight: bold;
}

.valeur-bilan-modificateur {
  font-size: 3em;
  width: 58px;
  height: 58px;
  margin-bottom: 25px;
  cursor: pointer;
  color: #24716C;
}

.valeur-bilan-modificateur2 {
  font-size: 1.5em;
  width: 25px;
  height: 25px;
  cursor: pointer;
  color: #24716C;
}

.valeur-bilan-modificateur3 {
  font-size: 4em;
  width: 55px;
  height: 55px;
  margin-bottom: 50px;
  cursor: pointer;
  color: white;
}

.actif1 {
  display: inline-flex;
  background-color: white;
  border-radius: 25px;
  border-style: solid;
  border-color: #875F3E;
  border-width: 4px;
}

.actif2 {
  background-color: white;
  border-radius: 25px;
  border-style: solid;
  border-color: #764573;
  border-width: 4px;
}

.actif3 {
  background-color: white;
  border-radius: 25px;
  border-style: solid;
  border-color: #27A4E3;
  border-width: 4px;
}

.actif4 {
  background-color: white;
  border-radius: 25px;
  border-style: solid;
  border-color: #549992;
  border-width: 4px;
}

.passif1 {
  background-color: white;
  border-radius: 25px;
  border-style: solid;
  border-color: #D3A52C;
  border-width: 4px;
}

.passif2 {
  background-color: white;
  border-radius: 25px;
  border-style: solid;
  border-color: #9E5B6A;
  border-width: 4px;
}

.passif3 {
  background-color: white;
  border-radius: 25px;
  border-style: solid;
  border-color: #B65C1A;
  border-width: 4px;
}

.passif4 {
  background-color: white;
  border-radius: 25px;
  border-style: solid;
  border-color: #AF3B3B;
  border-width: 4px;
}

.actif1-font {
  color: #875F3E;
}

.actif2-font {
  color: #764573;
}

.actif3-font {
  color: #486692;
}

.actif4-font {
  color: #43807A;
}

.passif1-font {
  color: #D3A52C;
}

.passif2-font {
  color: #9E5B6A;
}

.passif3-font {
  color: #B65C1A;
}

.passif4-font {
  color: #AF3B3B;
}

.logo-plateau {
  margin-top: 40px;
  width: 210px;
}

.zone-boutons-plateau {
  margin-top: 15px;
}

.zone-boutons-plateau-btn-synthese {
  margin-top: 5px;
  width: 170px;
  height: 63px;
  font-size: 1.1em;
}

.zone-boutons-plateau-btn-synthese2 {
  margin-top: -15px;
  width: 170px;
  height: 76px;
  font-size: 1.1em;
}

.zone-boutons-plateau-btn {
  margin-top: 7px;
  width: 230px;
  height: 50px;
}

.zone-boutons-plateau-btn2 {
  margin-top: 20px;
  width: 240px;
  height: 60px;
}

.zone-boutons-plateau-btn3 {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 340px;
  height: 50px;
}

.btn-valider-anim {
  margin-top: 15px;
  height: 78px;
}

.equipe_visee {
  margin-top: 10px;
  font-size: 1.2em;
  font-weight: bold;
}

.piocher-evenement-plateau {
  display: flex;
  align-self: center;
  width: 100px;
  height: 32px;
  margin-top: 6px;
}

.piocher-evenement-plateau>span {
  margin-top: -9px;
}

.fleche-bilan {
  width: 40px;
  margin-left: 2px;
  cursor: pointer;
}

.fleche-sous-bilan {
  width: 16px;
  margin-left: 2px;
  cursor: pointer;
}

.fleche-droite-sous-bilan {
  width: 16px;
  margin-left: 2px;
}

.fleche-bilan2 {
  width: 40px;
  margin-left: 2px;
}

.case-btn-equipes {
  display: flex;
  flex-direction: column;
  width: 75px;
  height: 530px;
  margin: 6px;
  margin-right: -2px;
}

.maison-home {
  width: 40px;
  margin-top: 8px;
  margin-left: 1px;
}

.btn-equipe-plateau {
  border-radius: 30px;
  /*border-style: solid;
  border-color: #FFFFFF;
  border-width: 2px;*/
  width: 60px;
  height: 60px;
  margin: 4px;
  cursor: pointer;
}

.btn-equipe-plateau-selec {
  /*outline: #FFFFFF solid 6px;*/
  border-radius: 10px;
}

.btn-equipe-plateau>a>img {
  width: 35px;
  padding-top: 11px;
}

.info-case-decision {
  display: inline-flex;
  /*align-self: flex-end;*/
  margin-bottom: 1px;
  font-size: 1.2em;
}

.info-label-decision {
  border-radius: 12px;
  border-style: solid;
  border-color: #AAAAAA;
  border-width: 2px;
  width: 55px;
  height: 24px;
  font-weight: bold;
  margin-left: 2px;
  font-size: 0.9em;
}

.info-case-com {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  border-style: solid;
  border-color: #79C3BE;
  border-width: 1px;
  width: 106px;
  height: 50px;
  margin: auto;
  padding: 5px;
  padding-top: 3px;
  line-height: 1.1em;
  font-size: 0.85em;
}

.info-case-com-anim {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  border-style: solid;
  border-color: #AAAAAA;
  border-width: 1px;
  width: 106px;
  height: 50px;
  margin: auto;
  padding: 5px;
  padding-top: 3px;
  line-height: 1.1em;
  font-size: 0.85em;
}

.arrondi-btn {
  border-radius: 20px;
}

.arrondi-btn2 {
  border-radius: 15px;
}

#btn-valider-cartes-decisions-voir-pilotage {
  position: absolute;
  left: 10px;
}

.cartes-gagnees {
  display: inline-flex;
  margin: 7px;
  overflow-x: scroll;
}

.carte_gagnee {
  display: flex;
  flex-direction: column;
  /*align-items: center;
  align-content: space-between;*/
  width: 285px;
  height: 620px;
  border-radius: 20px;
  border-style: solid;
  border-color: #BBBBBB;
  border-width: 3px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
}

.carte_decision {
  display: flex;
  margin: auto 0;
  flex-direction: column;
  /*align-items: center;*/
  max-width: 265px;
  height: 580px;
  border-radius: 20px;
  border-style: solid;
  border-color: #BBBBBB;
  border-width: 3px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  padding: 5px;
}

.btn-version-texte {
  margin: auto 0;
  text-align: center;
  max-width: 265px;
  height: 40px;
  border-radius: 10px;
  margin: 4px;
  margin-left: 60px;
  margin-right: 60px;
  font-size: 0.95em;
}

.interractif {
  cursor: pointer;
}

.carte_selec {
  /*outline: 8px;
  outline: #5484C5;*/
  outline: #3F7FD6 solid 7px;
}

#attente-cartes-decisions {
  margin-right: 15px;
}

.carte_gain_client {
  /*display: flex;
  justify-content: center;
  align-items: center;*/
  width: 220px;
  min-width: 200px;
  height: 130px;
  border-radius: 20px;
  border-style: solid;
  /*border-color: #BBBBBB;
  border-width: 3px;*/
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 15px;
  padding: 10px;
  padding-top: 25px;
  font-size: 0.95em;
}

.carte_perte_com {
  /*display: flex;
  justify-content: center;
  align-items: center;*/
  width: 220px;
  min-width: 200px;
  height: 130px;
  border-radius: 20px;
  border-style: solid;
  /*border-color: #BBBBBB;
  border-width: 3px;*/
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 15px;
  padding: 10px;
  padding-top: 32px;
  font-size: 0.95em;
}

.img_event {
  min-width: 150px;
}

.img_event_anim {
  /*width: 95px;
  margin-bottom: 15px;*/
  min-width: 250px;
  /*width: 100%;*/
  height: 100%;
}

.img_event_anim2 {
  width: 100px;
}

.nbr_com_gagne {
  width: 70px;
  height: 50px;
  border-radius: 25px;
  border-style: solid;
  border-color: #BBBBBB;
  border-width: 3px;
  background-color: green;
  color: white;
  font-size: 1.4em;
  font-weight: bold;
  margin-top: -10px;
  margin-left: 100px;
  padding-bottom: 3px;
}

.element-non-visible {
  visibility: hidden;
}

.element-non-visible-synthese {
  visibility: hidden;
}

.zoom-carte-event {
  display: flex;
  flex-direction: column;
  /*align-items: center;*/
  width: 285px;
  height: 622px;
  border-radius: 20px;
  border-style: solid;
  border-color: #BBBBBB;
  border-width: 3px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 15px;
  padding: 5px;
}

.case-center {
  display: flex;
  justify-content: center;
}

.zone-cartes {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.zone-cartes-event {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 15px;
  margin-bottom: 15px;
}

.btn-cartes-anim {
  border-radius: 10px;
}

.nom-equipe-anim {
  margin: auto;
  margin-top: 30px;
  max-width: 600px;
  padding: 5px;
  padding-bottom: 8px;
  border-radius: 15px;
  color: white;
}

.liste-cartes-anim {
  display: inline-flex;
  overflow-x: scroll;
  margin: 10px;
}

#liste-cartes-tout-voir {
  display: inline-flex;
  overflow-x: scroll;
  margin: 10px;
}

.nouveau {
  position: absolute;
  margin-top: 64px;
  margin-left: 75px;
  background-color: red;
  color: white;
  border-radius: 7px;
  padding: 3px;
  padding-left: 7px;
  padding-right: 7px;
  font-weight: bold;
  font-size: 1.2em;
}

.label_soustitre {
  font-size: 1.4em;
  margin-top: -10px;
  margin-bottom: 5px;
}

.label_soustitre2 {
  font-size: 1.4em;
  margin-top: -10px;
  margin-bottom: -10px;
}

.texte-carte-decision-anim {
  font-size: 0.95em;
  margin-top: -10px;
}

.nom-carte {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 7px;
  border-radius: 10px;
  color: white;
  width: 100%;
  min-height: 60px;
}

.carte-brun {
  background-color: #AF5C27;
}

.carte-rose {
  background-color: #D85EA8;
}

.carte-jaune {
  background-color: #E7AC2E;
}

.carte-turquoise {
  background-color: #17A8A1;
}

.carte-rouge {
  background-color: red;
  width: 270px;
}

.zone-pilotage {
  display: flex;
  flex-direction: column;
  height: 650px;
  margin-left: 20px;
  margin-right: 20px;
  overflow-y: scroll;
}

.sous-zone-pilotage {
  display: inline-flex;
}

.case-pilotage {
  border-radius: 15px;
  border-style: solid;
  border-color: #BBBBBB;
  border-width: 3px;
  width: 68%;
  margin: 5px;
  padding: 5px;
  height: 390px;
  font-size: 0.8em;
}

.titre-case2-pilotage {
  margin-top: 10px;
  margin-bottom: 10px;
}

.operateur-pilotage {
  font-weight: bold;
  font-size: 1.1em;
  margin: 5px;
}

.case-pilotage-hauteur2 {
  height: 710px;
}

.case-pilotage-hauteur3 {
  height: 305px;
}

.case-pilotage-hauteur4 {
  height: 335px;
}

.case-pilotage-hauteur5 {
  height: 360px;
}

.case-pilotage-hauteur6 {
  height: 325px;
}

.case-pilotage-hauteur7 {
  height: 350px;
}

.case-pilotage-hauteur8 {
  height: 280px;
}

.case-pilotage-hauteur9 {
  height: 325px;
}

.case-pilotage-hauteur10 {
  height: 240px;
}

.case-pilotage-hauteur11 {
  height: 390px;
}

.case-pilotage-hauteur12 {
  height: 350px;
}

.titre-case-pilotage {
  display: inline-flex;
  justify-content: center;
  background-color: #24716C;
  border-radius: 10px;
  height: 38px;
  color: white;
  font-size: 1em;
}

.compte-res-pilotage {
  display: inline-flex;
  justify-content: space-evenly;
  width: 100%;
}

.compte-res-pilotage-text {
  font-size: 34px;
  margin: 20px;
}

.colonne-bilan-pilotage {
  display: inline-flex;
  flex-direction: column;
}

.autonomie-pilotage {
  display: inline-flex;
  justify-content: space-evenly;
  width: 60%;
  margin-top: 6px;
}

.case-compte-res-pilotage {
  width: 120px;
  height: 75px;
  color: white;
  border-radius: 10px;
  padding: 3px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.texte-case-pilotage {
  text-align: center;
  font-size: 1.2em;
}

.fond-rouge {
  background-color: #B40404;
}

.fond-vert {
  background-color: green;
}

.span-calcul-compte-res-pilotage {
  color: white;
  padding: 3px;
  padding-left: 10px;
  padding-right: 10px;
}

.label-res-compte-res-pilotage {
  margin: 10px;
  margin-bottom: 7px;
}

.fond-compte-res-pilotage {
  background-color: #F1F1F1;
  padding-top: 10px;
  padding-bottom: 7px;
  margin-bottom: 5px;
  width: 100%;
}

#case-res-compte-res-pilotage {
  margin: auto;
  margin-bottom: 10px;
  width: 120px;
}

.val_bilan {
  font-size: 1.4em;
}

.zone-bilan-pat-pilotage {
  display: inline-flex;
  margin-top: 3px;
}

.icone-bilan-pilotage {
  height: 70px;
  width: 70px;
  margin: 5px;
  margin-left: 10px;
  padding: 2px;
  border-radius: 35px;
  border-style: solid;
  border-color: #CCCCCC;
  border-width: 2px;
}

.icone-bilan-pilotage2 {
  height: 35px;
  width: 35px;
  margin-left: 5px;
  margin-right: 2px;
  margin-top: -3px;
}

.label-cat-bilan-pilotage {
  font-size: 0.8em;
  font-weight: bold;
}

.label-total-bilan-pilotage {
  margin-right: 10px;
  margin-left: 30px;
  margin-top: 20px;
}

.triangle-noir-bilan-pilotage {
  width: 30px;
  margin-bottom: 5px;
  margin-top: -15px;
}

.medaille-pts {
  margin-top: 2px;
  width: 50px;
}

.medaille-score {
  width: 40px;
  margin-left: 10px;
}

.btn-valider-pilotage {
  margin-top: -5px;
  width: 150px;
}

.label-precision {
  font-size: 0.75em;
}

.label-precision2 {
  margin-top: -10px;
  font-size: 0.8em;
}

.input-pilotage {
  margin: auto;
  margin-bottom: 10px;
  width: 130px;
}

.input-pilotage2 {
  margin: auto;
  margin-bottom: 10px;
  width: 110px;
}

.marge-haut {
  margin-top: 10px;
}

.aligner-ele {
  display: inline-flex;
  justify-content: center;
}

.label-case6-pilotage {
  margin-top: 4px;
  margin-left: 4px;
  margin-right: 4px;
  font-size: 1.1em;
}

.operateur-pilotage {
  margin: 5px;
  margin-top: 17px;
}

.case-details {
  width: 28%;
  margin: 15px;
  margin-top: 10px;
  padding-top: 5px;
  border-top-width: 2px;
  border-top-color: #CCCCCC;
  border-top-style: solid;
  text-align: left;
}

.titre-case-detail {
  display: flex;
  align-self: center;
}

.contenu-case-details {
  text-align: left;
  font-size: 0.9em;
  line-height: 1.1em;
}

.contenu-case-details2 {
  font-size: 0.9em;
  line-height: 1.3em;
}

.label-medaille-pilotage {
  font-weight: bold;
}

table td {
  overflow: hidden;
  max-width: 0;
}

.marge-gauche {
  display: flex;
  flex-direction: column;
  margin-left: 1px;
  color: #24716C;
}

.img-aide {
  height: 16px;
}

.img-aide-fiche-titre {
  height: 24px;
}

.img-aide-fiche {
  height: 20px;
}

.btn-mini-aide-btn {
  border-style: none;
  background-color: white;
}

.btn-mini-aide1 {
  border-style: none;
  background-color: #32807A;
  height: 22px;
  margin-top: 6px;
  margin-left: -2px;
}

.btn-mini-aide2 {
  border-style: none;
  background-color: #24716C;
}

.btn-mini-aide3 {
  border-style: none;
  background-color: white;
  height: 22px;
  margin-top: 5px;
  margin-left: -7px;
}

.btn-mini-aide4 {
  border-style: none;
  background-color: white;
  height: 22px;
  margin-top: 3px;
  margin-left: 5px;
}

.titre-pu-position {
  display: flex;
}

.titre-pu-position2 {
  display: flex;
  margin-left: -6px;
  margin-top: -17px;
}

.titre-pu-position3 {
  display: flex;
  margin: 0 auto;
}

#pu-aide-message {
  text-align: left;
  margin-left: 20px;
  margin-right: 20px;
}

#message-archives {
  max-height: 800px;
  overflow-y: auto;
}

caption {
  position: absolute;
  top: -2000px;
}

.size-colonne1 {
  width: 80px;
}

.size-colonne2 {
  width: 240px;
}

.size-colonne3 {
  width: 110px;
}

.but-du-jeu {
  max-width: 800px;
  margin-bottom: 20px;
  margin-top: 5px;
}

.feedback {
  font-weight: bold;
  color: red;
}

.choix-domaine {
  display: inline-flex;
  align-self: center;
  font-size: 1em;
}

.secteur-mini-img {
  width: 70px;
  margin: 6px;
  margin-bottom: 2px;
}

.bloc-choix-secteur {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 180px;
  width: 85px;
}

.valeur-plateau-modificateur {
  font-size: 2em;
  margin: 5px;
  margin-top: -8px;
  cursor: pointer;
  color: #24716C;
}

#barre-menu {
  position: fixed;
  width: 100%;
}

.couleur-nom-equipe {
  color: white;
  border-radius: 10px;
  margin-top: 15px;
  margin-bottom: 4px;
  padding-bottom: 5px;
}

.spinbutton-produits {
  width: 90px;
  height: 70px;
  color: #078332;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  border-radius: 15px;
  border-style: none;
  padding-left: 15px;
  padding-bottom: 6px;
}

.spinbutton-charges {
  width: 90px;
  height: 70px;
  color: red;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  border-radius: 15px;
  border-style: none;
  padding-left: 15px;
  padding-bottom: 6px;
}

.spinbutton-bilan {
  width: 80px;
  height: 55px;
  color: #24716C;
  text-align: center;
  font-size: 1.35em;
  font-weight: bold;
  border-radius: 15px;
  border-color: #24716C;
  border-style: solid;
  border-width: 3px;
  padding-left: 15px;
  padding-bottom: 6px;
}

.spinbutton-bilan2 {
  width: 70px;
  height: 55px;
  color: #24716C;
  text-align: center;
  font-size: 1.35em;
  font-weight: bold;
  border-radius: 15px;
  border-color: #24716C;
  border-style: solid;
  border-width: 3px;
  padding-left: 10px;
  padding-bottom: 5px;
}

.spinbutton-cc {
  width: 55px;
  height: 40px;
  color: #24716C;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  border-radius: 15px;
  border-color: #24716C;
  border-style: solid;
  border-width: 2px;
  padding-left: 10px;
  padding-bottom: 3px;
}

#attente_etape {
  color: #FFFFFF;
}

.img-bilan-equipe {
  width: 38px;
  border-radius: 19px;
  border-color: #111111;
  border-style: solid;
  border-width: 1px;
  padding: 5px;
  margin-right: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.zone-bilan-equipe {
  text-align: left;
  margin-left: 20px;
  margin-bottom: -15px;
}

.charges-equipe {
  font-size: 0.8em;
}

.charges-titre-equipe {
  margin-top: -10px;
  margin-bottom: 8px;
}

.image-clignote {
  animation-duration: 0.8s;
  animation-name: clignoter;
  animation-iteration-count: 6;
  transition: none;
}

@keyframes clignoter {
  0% {
    opacity: 1;
  }

  20% {
    opacity: 0.6;
  }

  100% {
    opacity: 1;
  }
}

.section-choix-partie-admin {
  margin: auto;
  width: 70%;
}

.liste-anims-admin {
  height: 405px;
  overflow-y: auto;
}

.liste-parties-terminees-admin {
  height: 800px;
  overflow-y: auto;
}

.btn-admin {
  border-radius: 25px;
  width: 280px;
  height: 50px;
  font-size: 1.2em;
}

.contenu-pu-admin {
  margin: auto;
  width: 70%;
}

.info-pu-admin {
  font-size: 0.9em;
  margin-top: -10px;
}

.titre-p {
  font-size: 1.6em;
  font-weight: bold;
}

.titre-label-input {
  font-size: 1.5em;

}

.separateur-quiz {
  border-top: solid;
  border-width: 2px;
  border-color: #9FD9D5;
  margin: 15px;
  margin-top: 10px;
}

#pu-bilan td,
th {
  width: 100px;
}

#pu-bilan input {
  width: 100%;
  ;
}

.form-control {
  border-color: #1C615D;
  border-radius: 10px;
}

.form-control:focus {
  box-shadow: 0 0 5px 5px #1C615D;
}

.form-select:focus {
  box-shadow: 0 0 5px 5px #1C615D;
}

.form-check-input:focus {
  box-shadow: 0 0 5px 5px #1C615D;
}

.btn:focus {
  box-shadow: 0 0 5px 5px #000000;
}

#consigne {
  margin-bottom: 15px;
}

.decalage-bas {
  margin-bottom: 10px;
}

.form-check-input {
  border-color: #1C615D;
  border-width: 1px;
}

.lien_mdp {
  border-style: none;
  margin-top: 4px;
  margin-bottom: 8px;
  text-decoration: underline;
  color: blue;
}

.modal-title {
  font-weight: bold;
  font-size: 1.2em;
}

.sous-titre-pilotage {
  font-weight: bold;
  font-size: 1.1em;
}

.note-finale-pilotage {
  font-size: 3em;
  font-weight: bold;
}

.change-text-size {
  font-size: 1.4em;
}

.change-text-size2 {
  font-size: 1.6em;
}

.change-text-size3 {
  margin-top: -10px;
  font-size: 1.4em;
}

.info-precision {
  font-size: 0.8em;
  margin: 5px;
  margin-top: -5px;
}

.info-precision2 {
  font-size: 0.8em;
  margin: 5px;
  margin-top: -4px;
}

.feedback-error {
  color: #A00000;
}

.feedback-success {
  color: #00601F;
}

.btn-choix-role {
  width: 220px;
  height: 70px;
  margin: 20px;
  margin-top: 10px;
  font-size: 1.7em;
  border-radius: 30px;
}

.form-select-decalage {
  margin-bottom: -50px;
}

.important-anim {
  margin: 20px 25px 20px 25px;
  text-align: left;
}

.espace_header {
  padding-top: 80px;
}

.label-score-quiz {
  font-size: 0.8em;
}

.img_aide1 {
  max-height: 250px;
  margin-bottom: 10px;
}

/*Responsive*/
@media screen and (max-width: 1100px) {
  .cadre_section_mess {
    background-color: white;
    border-style: solid;
    border-color: #DDDDDD;
    border-width: 2px;
    border-radius: 25px;
    padding: 10px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 900px;
  }
}

@media screen and (max-width: 900px) {
  .choix-domaine {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 1em;
  }
}

@media screen and (max-width: 600px) {
  .bandeau-bleu {
    color: white;
    background-color: #0B5A56;
    padding-top: 14px;
    padding-bottom: 6px;
    border-radius: 25px;
    height: 50px;
    margin: -18px;
    margin-bottom: 10px;
    font-size: 1em;
  }

  .btn-excel {
    border-radius: 25px;
    width: 200px;
    height: 50px;
    font-size: 1em;
    margin-top: 5px;
    padding-top: 0px;
  }

  .section-choix-partie-anim {
    margin: auto;
    width: 96%;
    overflow-y: auto;
  }

  .logo {
    width: 285px;
  }

  .historique_partie {
    font-size: 0.7em;
  }

  .zone-cartes {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .cadre_section {
    width: 99%;
    font-size: 0.8em;
  }

  .cadre_section_quiz {
    width: 99%;
  }

  #reponses {
    text-align: left;
    padding-left: 10px;
  }

  .btn-connexion {
    width: 240px;
    font-size: 1em;
  }

  option {
    font-size: 0.6em;
  }
}

@media screen and (max-width: 400px) {

  /* Plateau */
  #plateau {
    margin: 2px;
  }

  #plateau-anim {
    margin: 2px;
    margin-top: 90px;
  }

  #zone-haut {
    display: flex;
    flex-direction: column;
    order: 2;
  }

  #zone-bas {
    display: flex;
    flex-direction: column;
    order: 1;
  }

  .case-titre {
    margin: 7px;
    margin-left: 2px;
    font-size: 0.9em;
  }

  .btn-mini-aide1 {
    border-style: none;
    background-color: #32807A;
    height: 22px;
    margin-top: 2px;
    margin-left: -4px;
  }

  .case-btn-equipes {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 75px;
    margin: auto 0;
    margin-top: 220px;
    order: 3;
  }

  .btn-equipe-plateau {
    border-radius: 30px;
    width: 60px;
    height: 60px;
    margin: 2px;
    cursor: pointer;
  }

  .btn-equipe-plateau-selec {
    border-radius: 1px;
  }

  .case-cadre {
    display: inline-flex;
    flex-direction: column;
    border-radius: 20px;
    height: 630px;
    width: 98%;
    margin: 6px;
    background-color: #32807A;
    color: white;
  }

  .case-cadre-3 {
    border-radius: 20px;
    height: 100%;
    width: 98%;
    margin: 6px;

    background-color: #32807A;
    color: white;
  }

  .case-cadre-4 {
    border-radius: 20px;
    height: 240px;
    width: 98%;
    margin: 6px;
    background-color: #32807A;
    color: white;
  }

  .petite-case-zone-group {
    display: inline-flex;
    flex-direction: column;
    margin: 0 auto;
  }

  .petite-case-com {
    display: flex;
    flex-direction: column;
    align-content: space-between;
    border-radius: 10px;
    /*border-style: solid;
    border-color: #BBBBBB;
    border-width: 2px;*/
    height: 176px;
    width: 118px;
    margin: 2px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    background-color: white;
    color: black;
  }

  .zone-decision {
    display: grid;
    width: 98%;
    grid-template-columns: 100px;
    align-items: start;
    justify-content: center;
    overflow-y: scroll;
    margin-bottom: 5px;
  }

  .zone-bilan {
    display: flex;
    flex-direction: column;
    order: 1;
  }

  .sous-case-bilan {
    display: flex;
    flex-direction: column;
    height: 270px;
    width: 100%;
    padding: 3px;
    color: black;
  }

  .case-bilan {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    margin: 3px;
  }

  .titre-pu-position2 {
    display: flex;
    margin-left: 5px;
    margin-top: 0px;
  }

  .texte-bilan {
    text-align: center;
    width: 95%;
    margin: 5px;
    margin-right: 10px;
    line-height: 1em;
    font-size: 0.95em;
  }

  #case-charges {
    order: 2;
  }

  .case_couleur_zoom {
    align-content: space-between;
    margin-left: -7px;
    margin-bottom: 15px;
    padding-top: 10px;
    width: 285px;
    height: 490px;
    border-radius: 25px;
    /*padding: 0px;*/
    font-size: 1.1em;
    color: white;
  }

  .img-bilan-charges {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 285px;
  }

  .zone-pilotage {
    display: flex;
    flex-direction: column;
    height: 500px;
    margin-left: 0px;
    margin-right: 0px;
    overflow-y: scroll;
  }

  .sous-zone-pilotage {
    display: flex;
    flex-direction: column;
  }

  .case-pilotage {
    border-radius: 15px;
    border-style: solid;
    border-color: #BBBBBB;
    border-width: 3px;
    width: 100%;
    margin: 5px;
    padding: 2px;
    height: 390px;
  }

  .case-details {
    width: 90%;
    margin: 15px;
    margin-top: -5px;
    padding-top: 0px;
    border-top: none;
    border-bottom-width: 2px;
    border-bottom-color: #CCCCCC;
    border-bottom-style: solid;
    text-align: left;
  }

  .case-titre-pilo {
    margin: 3px;
    margin-top: 7px;
    font-size: 0.7em;
  }

  .btn-mini-aide2 {
    border-style: none;
    height: 25px;
    margin-top: 2px;
  }

  .texte-case-pilotage {
    text-align: center;
    font-size: 1.2em;
    width: 60px;
  }

  .sous-titre-pilotage {
    font-weight: bold;
    font-size: 0.7em;
  }

  .label-case6-pilotage {
    margin-top: 4px;
    margin-left: 3px;
    margin-right: 3px;
    font-size: 0.8em;
  }

  .icone-bilan-pilotage2 {
    height: 30px;
    width: 30px;
    margin-left: 4px;
    margin-right: 2px;
    margin-top: -3px;
  }

  .aligner-ele {
    display: flex;
    flex-wrap: wrap;
  }

  .label-medaille-pilotage {
    font-weight: bold;
    font-size: 0.8em;
  }

  .medaille-pts {
    margin-top: 2px;
    width: 30px;
  }

  .btn-info-com2 {
    width: 260px;
    height: 50px;
    font-size: 1.2em;
    margin: 5px;
  }

  .zone-bilan-pat-pilotage {
    display: flex;
    flex-direction: column;
  }

  .case-pilotage-hauteur2 {
    height: 1050px;
  }

  .label-total-bilan-pilotage {
    margin-top: -5px;
    margin-bottom: 12px;
    margin-left: 9px;
  }

  .medaille-score {
    width: 30px;
    margin-left: 7px;
  }

  .legal {
    background-color: white;
    padding: 5px;
    margin-top: 10px;
    border-radius: 25px;
    font-size: 0.8em;
  }
}