body {
    background-color:white;
}
    
h1 a {
    background: url(./images/connexion/header-fond-admin.png) no-repeat transparent !important;
    width: 320px !important;
    height: 129px !important;
    border-radius: 4px;
}
     
#backtoblog {
    font-family: Cuprum;
    background-color: #666;
    box-shadow: 0 1px 3px #666;
    left: 0;
    margin: 0 !important;
    padding: 10px !important;
    position: fixed;
    text-align: left;
    text-shadow: 0 0 0 !important;
    top: 0;
    width: 100%;
}
     
.login #backtoblog a {
    font-family: Cuprum;
    color: #FFFFFF !important;
}

.login form {
    border-radius: 4px;
}

#registerform #country{font-size:14px !important;}

#nav {
  text-align: center; /* centre les liens */
  margin-top: 15px;
}

/* Styles pour tous les liens dans #nav */
#nav a {
  display: inline-block;
  margin: 0 5px;        /* espace entre les boutons */
  padding: 8px;
  background-color: #000; /* fond noir */
  color: #fff !important;           /* texte blanc */
  text-decoration: none; /* enlève le soulignement */
  border-radius: 3px;
  font-weight: 600;
  transition: background 0.2s, transform 0.2s;
}

/* Effet au survol */
#nav a:hover {
  background-color: #222; 
  transform: translateY(-1px);
}

/* Cache le pipe généré dans le texte */
#nav::before,
#nav::after {
  content: none;
}

/* Ou, si le pipe est dans le texte, on peut le rendre invisible */
#nav {
  color: transparent;  /* rend tout le texte par défaut invisible */
}

#nav a {
  color: #fff; /* texte des liens visibles */
}

.privacy-policy-page-link{display: none !important;}