/* couleur de fond su site bleu-clair*/
body {background-color: #A5BED1;}
.site-grid .container-component {background-color: white;}

/* marge gauche-droite des articles à 20px si couleur de fond su site active*/
.com-content-article__body {padding-left: 20px;}
.blog-items {padding: 0 15px 0 15px;}
.com-content-article {padding: 0 15px 0 15px;}

.page-header h1 {
  font-size: 18px;
  line-height: 20px;
  color: white;
  padding: 5px;
  text-align: center;}
.page-header {background-color: #5d86a5;}

/* css menu leftside-bar bleu gris */
body .sidebar-left.card {
  background: rgba(249,243,237,0.95) !important;
  backdrop-filter: blur(6px);
  border-radius: 10px !important;
  border: 1px solid rgba(93,134,165,0.3);
  box-shadow: 0 4px 12px rgba(0,0,0,0.08) !important;
  overflow: hidden !important;
  margin-bottom: 10px !important;
  transition: all 0.3s ease;
}

body .sidebar-left.card .card-header {
  background: #5d86a5 !important;
  color: #ffffff !important;
  padding: 12px 18px !important;
  font-size: 1.05rem !important;
  font-weight: 600 !important;
  border-radius: 10px 10px 0 0 !important;
  border: none !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 !important;
}

body .sidebar-left.card .card-body {
  padding: 10px 14px !important;
}

body .sidebar-left.card .mod-menu { padding: 0; margin: 0; list-style: none !important; }
body .sidebar-left.card .mod-menu .nav-item { margin-bottom: 2px; position: relative; }
body .sidebar-left.card .mod-menu .nav-item a {
  display: block;
  padding: 5px 8px;
  border-radius: 4px;
  color: #3b5d73 !important;
  line-height: 1.1;
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
}
body .sidebar-left.card .mod-menu .nav-item a:hover {
  background: rgba(93,134,165,0.15) !important;
  color: #1f303f !important;
}
body .sidebar-left.card .mod-menu .nav-item.current > a {
  background: rgba(93,134,165,0.25) !important;
  color: #1f303f !important;
  font-weight: 600;
  padding-left: 12px;
}
body .sidebar-left.card .mod-menu .nav-item.current::before {
  content: "";
  position: absolute;
  left: 0; top: 0;
  width: 5px; height: 100%;
  background-color: #5d86a5;
  border-radius: 2px;
}
body .sidebar-left.card .mod-menu .nav-item.current > a::after {
  content: '▸'; margin-left: 6px; color: #5d86a5; font-size: 0.9em;
}
body .sidebar-left.card .mod-menu .nav-item.active:not(.current) > a {
  background: transparent !important;
  color: #3b5d73 !important;
}
.footer-logo {
  margin-left: auto;
  margin-right: auto;
}
/* réduire l'interligne des items menu-gauche*/
.mod-list li {
  padding:.10em 0
  }
