/* Ce fichier a été copié depuis le projet Commun. */
/* Ne pas éditer ce fichier directement; l'éditer depuis le projet Commun. */

onglets .contenuOnglet {
  padding: 10px;
  margin-top: -1px;
  margin-right: 20px;
  margin-bottom: 25px;
  border: 1px solid #dddddd;
  z-index: 0;
}

.contenu.scenarios onglets .contenuOnglet {
  margin-right: 0;
}

onglet div {
  width: 90px;
  height: 40px;
  padding: 0 5px;
  font-weight: 600;
  text-align: center;
  float: left;
  color: #ffffff;
  border-top: 1px solid #dddddd;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  z-index: 10;
  transition: background-color 0.4s;
}

.scenarios onglet div {
  height: 70px;
}

onglet div.selection {
  height: 42px;
  margin: -2px 0 0 -1px;
  background-color: #ffffff;
  border-left: 1px solid #dddddd;
  border-bottom-color: #ffffff;
}

.scenarios onglet div.selection {
  height: 72px;
}

onglet div:not(.selection):hover {
  height: 39px;
  border-bottom-color: #dddddd !important;
  background-color: #ffffff;
}

.scenarios onglet div:not(.selection):hover {
  height: 69px;
}

onglet.contientErreurs div:not(.selection):hover {
  height: 40px;
}

.scenarios nglet.contientErreurs div:not(.selection):hover {
  height: 60px;
}

#barreOnglets,
#w .scenarios #barreOnglets {
  max-width: 1440px;
  width: 100%;
}

#w #barreOnglets {
  max-width: 1440px;
  width: 100%;
}

#barreOnglets onglet:first-child div {
  border-left: 1px solid #dddddd;
}

#barreOnglets onglet:first-child div.selection {
  margin-left: 0;
}

#barreOnglets onglet div {
  border-right: 1px solid #dddddd;
}

.validationAffichee onglet.contientErreurs div {
  border-top: 1px solid #f75d5b;
  color: #f75d5b;
}

.validationAffichee onglet.contientErreurs div:not(.selection) {
  background-color: #f75d5b;
  color: #ffffff;
}

onglet-entreprise .contenuOnglet {
  margin-bottom: 135px;
}

onglet-adresse .contenuOnglet {
  margin-bottom: 210px;
}

onglet-membre .contenuOnglet,
onglet-mes-achats .contenuOnglet {
  margin-bottom: 165px;
}
