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

infos-utilisateur {
  width: 250px;
}

#barreNavigationSite connexion {
  display: flex;
  align-items: center;
}

#barreNavigationSite infos-utilisateur {
  width: auto;
}

#barreNavigationSite .sectionConnexion connexion {
  display: flex;
  align-items: center;
  min-width: 0;
  max-width: 100%;
}

#barreNavigationSite .sectionConnexion infos-utilisateur {
  width: auto;
  min-width: 0;
  max-width: 100%;
  flex-shrink: 1;
  display: flex;
  align-items: center;
  gap: 8px;
}

#barreNavigationSite .sectionConnexion infos-utilisateur #spinner {
  float: none;
  margin: 0;
  order: -1;
}

#barreNavigationSite #seConnecter,
#barreNavigationSite #seDeconnecter,
#barreNavigationSite #sinscrire {
  float: none;
  margin: 0 !important;
  max-width: 100%;
}

#barreNavigationSite #seConnecter .cadreBouton,
#barreNavigationSite #seDeconnecter .cadreBouton {
  max-width: 100%;
  width: auto;
}

#barreNavigationSite #seConnecter button,
#barreNavigationSite #seDeconnecter button {
  max-width: 100%;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#seConnecter,
#seDeconnecter,
#sinscrire {
  float: right;
  margin-bottom: 0 !important;
}

#seConnecter {
  margin-right: 2px;
}

#seConnecter button,
#seDeconnecter button {
  background-color: #aeb04c;
  color: #ffffff;
  border-radius: 999px;
  height: 50px;
  width: 190px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Lato';
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

#seConnecter:hover button,
#seDeconnecter:hover button {
  background-color: #dfe33c !important;
  color: #333333;
}

#seConnecter:active button,
#seDeconnecter:active button {
  background-color: #888a3d;
  border-color: #888a3d;
  color: #ffffff !important;
}

#seConnecter .cadreBouton,
#seDeconnecter .cadreBouton {
  border-radius: 999px;
}

#sinscrire button {
  border-color: #ffffff;
  color: #ffffff !important;
  background-color: #383838;
  font-size: 14px;
  font-weight: 600;
}

#sinscrire .cadreBouton {
  border-radius: 0;
}

infos-utilisateur #blocUtilisateurConnecte.connecte {
  height: 44px;
  display: block;
  float: right;
  cursor: pointer;
}

#w infos-utilisateur #blocUtilisateurConnecte.connecte {
  width: initial;
}

infos-utilisateur #blocUtilisateurConnecte.connecte {
  width: 44px;
}

infos-utilisateur #blocUtilisateurConnecte.actif {
  background-color: #ffffff;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  box-shadow: 0 2px 0 0 #eeeeee;
}

infos-utilisateur #blocUtilisateurConnecte.connecte:hover:not(.actif) {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background-color: #f4f7fa !important;
  transition: background-color 0.4s;
}

infos-utilisateur #blocUtilisateurConnecte.actif .iconeDivers.profil,
infos-utilisateur #blocUtilisateurConnecte:hover .iconeDivers.profil {
  background-position: -545px -65px !important;
}

#w #nomUtilisateurConnecte {
  height: 36px;
  padding: 4px 10px;
  font-weight: 600;
  text-overflow: ellipsis;
  text-align: right;
  overflow: hidden;
  white-space: nowrap;
  width: 125px;
  float: right;
  color: #ffffff;
}

#iconeProfil {
  padding-top: 10px;
  padding-right: 10px;
  margin-right: 25px;
  float: right;
}
