body {
  font-family: 'Nunito', sans-serif;
  background-image: none;
  background-color: #eeeef8;
}

h2 {
  font-size: 1.5rem;
  padding: 20px 10px;
}

#header {
  background-color: #fff;
  height: 60px;
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.08);
}

#header #logo {
  display: flex;
  align-items: center;
  padding-left: 25px;
  height: 100%; /* S'assure que le logo est centré verticalement */
}

#header #logo i {
  margin-right: 10px;
}

#header .d-flex {
  justify-content: space-between;
}

#nav-primary i {
  font-size: 1.3rem;
  height: max-content;
  color: #0090ac;
  padding: 0 10px;
}
#nav-primary li {
  display: flex;
  height: 60px;
  align-items: center;
}

#content {
  padding:0 15px;
}

#logo img {
  width: 40px;
}

.titre-site {
  padding-left: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
}

.tabs {
  display:none !important;
}

#main-navigation {
  min-height: 100vh;
  width:60px;
  padding-top: 30px;
}

#main-navigation ul {
  margin: 0;
}

.nav-link {
  color: #000;
  font-size: 1rem;
}

.nav-link i {
  margin-right: 8px;
}

#footer {
  padding: 20px;
}


@media (min-width: 1200px) {
  .h2, h2 {
    font-size: 1.5rem;
    padding: 20px 10px;
  }
  .h1, h1 {
    font-size: 1.8rem;
  }
}

/* HOME */

#home-fonctions {
  display:flex;
}

#home-fonctions > div {
  display:flex;
  background-color: #0090ac;
  flex-direction: column;
  border-radius: 10px;
  margin:30px;
  padding:20px;
  width:20%;
  color:#FFF;
  align-items: center;
}

#home-fonctions i {
  font-size:3rem;
  color:#FFF;
}

#home-fonctions p {
  padding:0;
  margin: 0;
  text-align: center;
  text-align: center;
  line-height: 26px;
  font-size: 16px;
}

#home-fonctions a {
  text-decoration: none;
  box-shadow: none;
  transition: none;
}

#home-fonctions a:hover {
  text-decoration: none;
  box-shadow: none;
  transition: none;
}

.node--type-accueil .field--name-field-corps {
  width:80%;
  margin:0 10%;
}

.node--type-accueil h1 {
  text-align: center;
  margin-top:60px;
}

.node--type-accueil p {
  padding:0;
  margin: 0;
}

.user-login-form {
  text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    Margin-top:5 %;
}