
/*dedie a la page log et admin*/
body{margin-top: 50px;}

@media (max-width: 1100px) {
    body{margin-top: 150px;}
}
 @media (max-width: 720px) {
    body{margin-top: 150px;}
}

html.theme-dark body {
  background-color: var(--color-background, #0e1018);
  color: var(--color-text, #f3f4f8);
}

html.theme-dark span.lien,
html.theme-dark a.lien,
html.theme-dark span.resultat {
  color: var(--color-text, #f3f4f8);
}

html.theme-dark span.lien {
  background-color: rgba(232, 118, 132, 0.24);
}

html.theme-dark a.lien {
  color: var(--color-accent, #ff8aa2);
}

html.theme-dark span.resultat {
  background-color: rgba(232, 118, 132, 0.18);
}

span.lien {
  margin-left: 5px;
  padding: 2px 5px;
  border-radius: 4px;
  font-weight: 600;
  background-color: #e87684;
  cursor: pointer;
  border: none;
  transition: 0.3s;
  margin-bottom: 10px;
  display: inline-block;
}

a.lien{
  color: rgb(255, 255, 255);
}

span.resultat {
  color: rgb(255, 255, 255);
  margin-left: 5px;
  padding: 2px 5px;
  border-radius: 4px;
  font-weight: 600;
  background-color: #e8768485;
  border: none;
  transition: 0.3s;
  display: inline-block;
}