/* Fond de page */
body {
  background-image: url("/../../../images/system/fond-page.jpg");
  background-size: cover;
  background-attachment: fixed;
}
a {
    text-decoration: none;
}
/* Logo */
.astroid-header.has-sidebar .astroid-sidebar-logo {
  margin: 10px 0 0;
}
.astroid-header.has-sidebar .astroid-logo {
    margin: 0 0 0 40px !important;
}
.astroid-logo img {
  max-width: 250px;
  max-height: 150px;
}
/* Menu gauche */
#astroid-header {
  background-image: url("/../../../images/system/fond-menu.jpg");
  background-repeat: repeat;
  box-shadow: 3px 0 10px #717171;
}
.astroid-sidebar-menu .navbar-subnav {
  background-color: transparent;
}
.astroid-sidebar-menu .nav-link.active {
  font-weight: 600;
}
/* Module traduction */
a.flag img {
  padding: 0 3px 0 0;
  opacity: 0.9;
}
/* Fond d'articles' */
#ac-1091539321232502 {
  background: rgba(255, 255, 255, 0.8);
}
.astroid-component-section .container {
  background: rgba(255, 255, 255, 0.8);
  padding: 25px;
}
@media (max-width: 1200px) {
  .astroid-header.has-sidebar {
    padding: 0 0 10px;
  }
}
@media (max-width: 450px) {
  .astroid-component-section .container {
    margin-top: -15px;
    padding-top: 45px;
  }
}
/* Liens Précédent - Suivant */
.pagenavigation {
  margin: 40px 0 10px;
}
/* Titres */
h1, h2 {
  padding-bottom: 20px;
}
.btn.btn-backtohome.btn-lg {
  background: bisque;
  border: bisque;
  margin-top: 20px;
  box-shadow: 0 0 5px #ddd;
}
/* Connexion */
#Passkey {
  height: 25px;
}
/* Pied de page */
#astroid-footer {
  font-weight: 500;
  font-size: 1rem;
}
#osmap-menu-uid-mainmenu {
  display: none;
}
._access-menu {
  max-width: 380px;
}