#comparaisonVitesses {
  display: flex;
}
#comparaisonVitesses > div {
  width: 50%;
}
#comparaisonVitesses > div img {
  display: block;
  margin: 0 auto;
  width: min(100px, 100%);
}
#comparaisonVitesses > div ol {
  padding-left: 30px;
}

@media screen and (max-width: 715px) {
  #comparaisonVitesses {
    flex-direction: column;
  }
  #comparaisonVitesses > div {
    width: 100%;
  }
}
.phaseVelorue {
  background-color: #004c6a;
  border-radius: 5px;
  color: #e3f0c4;
  display: flex;
  flex-direction: column;
  margin: 30px auto;
  text-align: center;
  width: min(500px, 100%);
}
.phaseVelorue div:first-child {
  font-size: large;
  padding: 15px 5px;
}
.phaseVelorue div:nth-child(2) {
  position: relative;
}
.phaseVelorue div:nth-child(2) img:first-child {
  width: 100%;
}
.phaseVelorue div:nth-child(2) .stAndreFleche {
  background-color: #004c6a;
  cursor: pointer;
  padding: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: min(50px, 20%);
}
.phaseVelorue div:nth-child(2) .stAndreFleche:hover {
  background-color: #566e93;
}
.phaseVelorue div:nth-child(2) .stAndreFleche.stAndreInactif {
  cursor: auto;
  opacity: 0.5;
}
.phaseVelorue div:nth-child(2) .stAndreFleche.stAndreInactif:hover {
  background-color: #004c6a;
}
.phaseVelorue div:nth-child(2) .stAndreFleche.stAndreGauche {
  left: 0;
}
.phaseVelorue div:nth-child(2) .stAndreFleche.stAndreDroite {
  right: 0;
}
.phaseVelorue div:last-child {
  padding: 15px 5px;
}
.phaseVelorue#stAndre2, .phaseVelorue#stAndre3 {
  display: none;
}

#legendeParti {
  width: -moz-fit-content;
  width: fit-content;
}
#legendeParti > div:last-child {
  border: 2px solid #566e93;
}
#legendeParti > div:last-child div {
  padding: 5px;
}
#legendeParti > div:last-child div:not(:last-child) {
  border-bottom: 1px solid #566e93;
}
#legendeParti > div:last-child div#vert {
  background-color: #a9e976;
}
#legendeParti > div:last-child div#orange {
  background-color: #e9cf76;
}
#legendeParti > div:last-child div#gris {
  background-color: #a1a1a1;
}
#legendeParti > div:last-child div#rose {
  background-color: #e889e0;
}

#lesArr {
  position: relative;
}
#lesArr #contMenuArr {
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
}
#lesArr #contMenuArr #menuArr {
  background-color: #004c6a;
  border-radius: 0 0 10px 10px;
  display: none;
}
#lesArr #contMenuArr #menuArr > div:first-child {
  color: #e3f0c4;
  padding: 10px;
  text-align: center;
}
#lesArr #contMenuArr #menuArr > div:last-child {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
#lesArr #contMenuArr #menuArr > div:last-child div {
  border-right: 1px solid #004c6a;
  border-top: 1px solid #004c6a;
  color: #004c6a;
  cursor: pointer;
  font-size: 90%;
  padding: 5px;
}
#lesArr #contMenuArr #menuArr > div:last-child div:hover {
  color: #566e93;
}
#lesArr #contMenuArr #menuArr > div:last-child div.vertArr {
  background-color: #a9e976;
}
#lesArr #contMenuArr #menuArr > div:last-child div.orangeArr {
  background-color: #e9cf76;
}
#lesArr #contMenuArr #menuArr > div:last-child div.grisArr {
  background-color: #a1a1a1;
}
#lesArr #contMenuArr #menuArr > div:last-child div.roseArr {
  background-color: #e889e0;
}
#lesArr #contMenuArr #voirMenuArr {
  background-color: #e3f0c4;
  border: 3px solid #004c6a;
  border-radius: 0 0 40% 40%;
  border-top: none;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  padding: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
#lesArr #contMenuArr #voirMenuArr:hover {
  background-color: #004c6a;
  color: #e3f0c4;
}
#lesArr .bilanArr {
  border: 3px solid #004c6a;
  border-radius: 5px;
  display: none;
  padding: 10px;
}
#lesArr .bilanArr.bilanVert {
  background-color: #a9e976;
}
#lesArr .bilanArr.bilanOrange {
  background-color: #e9cf76;
}
#lesArr .bilanArr.bilanGris {
  background-color: #a1a1a1;
}
#lesArr .bilanArr.bilanRose {
  background-color: #e889e0;
}
#lesArr .bilanArr > div {
  margin: 0 auto;
  width: min(100%, 600px);
}
#lesArr .bilanArr > div img {
  border-radius: 5px;
  width: 100%;
}
#lesArr .bilanArr > div figcaption {
  font-style: italic;
  padding: 5px 0;
  text-align: center;
  width: 100%;
}
#lesArr .bilanArr#bilan01 {
  display: block;
}

@media screen and (max-width: 700px) {
  #lesArr .bilanArr > div {
    flex-direction: column;
  }
  #lesArr .bilanArr > div img {
    border-radius: 5px;
    width: 100%;
  }
  #lesArr .bilanArr > div .overpass, #lesArr .bilanArr > div iframe {
    border-radius: 5px;
    height: 350px;
    order: 3;
    width: 100%;
  }
  #lesArr .bilanArr > div figcaption {
    width: 100%;
  }
  #lesArr .bilanArr > div figcaption:last-child {
    order: 4;
  }
}
#flipBilan {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
#flipBilan > div {
  padding: 10px 0;
  width: 50%;
}
#flipBilan > div.flipActif {
  background-color: #004c6a;
  color: #f1f1ff;
}
#flipBilan > div.flipInactif {
  background-color: #e3f0c4;
  color: #004c6a;
  cursor: pointer;
}

#bilanLegende {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
#bilanLegende table {
  border-bottom: 2px double #004c6a;
  border-left: 2px double #004c6a;
  border-right: 2px double #004c6a;
  border-radius: 0 0 5px 5px;
  margin-top: 15px;
}
#bilanLegende table caption {
  font-weight: bold;
  margin-bottom: 10px;
}
#bilanLegende table tr {
  border-bottom: 1px solid #566e93;
}
#bilanLegende table tr td {
  padding: 5px;
}
#bilanLegende table tr td:first-child {
  font-weight: bold;
}
#bilanLegende table:last-child {
  display: none;
}

#flexBilan {
  display: flex;
  flex-wrap: wrap;
  margin: 15px auto;
  text-align: center;
}
#flexBilan > div {
  border-top: 1px solid #004c6a;
  border-collapse: collapse;
  box-sizing: border-box;
  width: 20%;
}
#flexBilan > div.flexVert {
  background-color: #a9e976;
}
#flexBilan > div.flexOrange {
  background-color: #e9cf76;
}
#flexBilan > div.flexGris {
  background-color: #a1a1a1;
}
#flexBilan > div.flexRose {
  background-color: #e889e0;
}
#flexBilan > div > div:first-child {
  margin: 10px auto 0;
  width: 90%;
}
#flexBilan > div > div:not(:first-child) {
  font-size: 30px;
  margin-bottom: 10px;
}
#flexBilan > div > div:last-child {
  display: none;
}

@media screen and (min-width: 600px) and (max-width: 800px) {
  #flexBilan > div {
    width: 25%;
  }
}
@media screen and (min-width: 450px) and (max-width: 600px) {
  #flexBilan > div {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 350px) and (max-width: 450px) {
  #flexBilan > div {
    width: 50%;
  }
}
@media screen and (max-width: 350px) {
  #flexBilan > div {
    padding: 0 5px;
    width: 100%;
  }
}
#evalBilan1 > p:first-child,
#evalBilan2 > p:first-child {
  background-color: #a9e976;
  padding: 10px;
}

#evalBilan1 > p:last-child,
#evalBilan2 > p:last-child {
  background-color: #e9cf76;
  padding: 10px;
}

#evalBilan2 {
  display: none;
}/*# sourceMappingURL=styles2021.css.map */