/*
  GLOBAL
*/

body {
  margin: 0;
  padding: 0;

  display: flex;
  flex-direction: column;
}

html, body{
  height: 100%;
}


a {
  text-decoration: none;
  color: white;
}

li {
  font-size: 1.75rem;
}

body {
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;

  color-scheme: light dark;
  color: rgba(255, 255, 255, 0.87);
  background-color: #242424;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.lien-list-verbe {
  text-align: center;
  align-items: center;
}


/*
  NAVBAR
*/

header {
  display: flex;
  justify-content: space-between;
  background-color: #333333;
  color: white;
  
  text-decoration: none;
}
header .left {
  display: flex;
  gap: 15px;
  cursor: pointer;

  text-decoration: none;
  align-items: baseline;
}

header .left .acceuil{
  background-color: #242424;
  color: white;
}

header .left .acceuil .textacceuil{
  text-shadow: 2px 2px;
}

header .left a{
  padding: 1rem;
}


.thispage {
  background-color: rgba(114, 137, 218, 1);
  padding: 0;
}

.thispage a {
  display: block;
  color: white;
  text-align: center;
  text-decoration: none;
  height: 100%;
}

.menu .right {
  margin-left: auto;
}


/*
  FOOTER
r*/

footer{
  background-color: #333333;
}

footer .tous-droits-réservés{
  font-size: 0.5rem;
}