@charset "UTF-8";
.tab-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  top: 0;
  /*align-content: center;*/
  width: 100vw;
  height: 70px;
  position: fixed;
  background-color: #333;
  z-index: 7;
}

.tab-buttons {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  flex-wrap: wrap;
  flex-basis: auto;
  background-color: #333;
  /*position: fixed; /* Fixe la barre des onglets */
  top: 0; /* La garde en haut de la page */
  z-index: 6; /* Garantit que la barre est au-dessus des autres éléments */
  padding: 10px 0; /* Ajoute de l'espacement pour la rendre plus lisible */
  /* Assure qu'elle prend la largeur complète */
  width: 100%;
}
@media screen and (max-width: 600px) {
  .tab-buttons {
    width: calc(100% - 170px);
  }
}
@media screen and (max-width: 550px) {
  .tab-buttons {
    width: calc(100% - 120px);
  }
}
@media screen and (orientation: portrait) and (max-width: 360px) {
  .tab-buttons {
    width: 80%;
    right: 0;
  }
}
@media screen and (max-width: 760px) {
  .tab-buttons {
    right: 0;
  }
}

.casser {
  word-break: none;
}

.tab-button {
  box-sizing: border-box;
  word-break: normal;
  padding: 10px 20px;
  cursor: pointer;
  background-color: #444;
  color: white;
  border: solid rgb(255, 193, 7) 1px;
  outline: none;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  /**/
  /***/
  /****/
}
@media screen and (max-width: 1000px) {
  .tab-button {
    padding: 8px 14px;
    font-size: 12px;
  }
}
@media screen and (max-width: 760px) {
  .tab-button {
    padding: 8px 14px;
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  .tab-button {
    padding: 4px 3px;
    font-size: 12px;
    word-break: normal;
  }
}
@media screen and (orientation: portrait) and (max-width: 600px) {
  .tab-button {
    padding: 4px 3px;
    font-size: 12px;
  }
}
@media screen and (orientation: portrait) and (max-width: 550px) {
  .tab-button {
    padding: 4px 3px;
    font-size: 12px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 450px) {
  .tab-button {
    padding: 4px 3px;
    font-size: 12px;
    word-break: break-all;
    width: 60px;
  }
}
@media screen and (max-width: 425px) {
  .tab-button {
    padding: 4px 3px;
    font-size: 12px;
    word-break: break-all;
    width: 52px;
  }
}
@media screen and (max-width: 400px) {
  .tab-button {
    padding: 4px 3px;
    font-size: 12px;
    width: 60px;
  }
}

.tab-button::active {
  background-color: #ffc107;
}

.tab-button:hover {
  background-color: #ffc107;
}

.tab-content {
  display: none;
  padding: 0px;
}

.tab-content.tab-active {
  display: block;
  border-bottom: 3px solid #ffc107; /* Accentuation de l'onglet actif */
}

.but-active {
  background-color: #ffc107;
}

.coupervue {
  display: flex;
  padding-right: 3px;
}
@media screen and (max-width: 1000px) {
  .coupervue {
    display: none;
  }
}

.tab-buttons > :nth-child(1),
:nth-child(2),
:nth-child(3),
:nth-child(4),
:nth-child(5) {
  flex-shrink: 1;
}

.firstSommaire {
  display: inline-flex !important;
  flex-basis: 200px;
}
@media screen and (max-width: 1000px) {
  .firstSommaire {
    display: inline-flex;
    flex-basis: 50px;
  }
}

.couper {
  display: inline-flex;
}
@media screen and (max-width: 1000px) {
  .couper {
    display: none;
  }
}

.menuimg {
  margin-left: auto;
  margin-right: auto;
}

.aneutre {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90px;
  width: 90px;
}

img.menuimg {
  height: 55px;
  width: 45px;
  padding-bottom: 1vh;
}
@media (max-height: 900px) {
  .lineutre {
    height: 90px;
  }
}
@media (max-height: 750px) {
  .lineutre {
    height: 70px;
  }
}
@media (max-height: 600px) {
  .lineutre {
    height: 20px;
  }
}
@media (max-height: 420px) {
  .lineutre {
    height: 20px;
  }
}

@media (max-height: 719px) {
  img.menuimg {
    display: block;
    padding-bottom: 1vh;
  }
}
@media (max-height: 600px) {
  img.menuimg {
    display: none;
    padding-bottom: 1vh;
  }
}

@media (max-height: 420px) {
  .menu > div > ul > li {
    line-height: 0.9;
    padding-bottom: 0;
    list-style: none;
    padding: 0.5rem;
  }
}