/* couleur de fond su site bleu-clair*/
body {background-color: #9dc4c4;}
.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;}

/* Centrer le module lui-même dans le footer Cassiopeia */
.footer-logo {
    margin-left: auto;
    margin-right: auto;
}

/* Centrer l'image à l'intérieur */
.footer-logo img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
 /* diminuer la police des titre de module left-side*/
.card-header { font-size: 1.30rem;}

/* style articles issue*/
.blog-items h1 {
  font-size: 20px;
  line-height: 20px;
  color: white;
  background-color: #548b8b;
  padding: 8px;
  margin-bottom:15px;
  text-align: center;
}
/*all issues*/
.blog-items h2 { font-size: 20px;
  line-height: 20px;
  color: white;
  background-color: #548b8b;
  padding: 8px;
  margin-bottom:15px;
  text-align: center;}

/* style special issue*/
.specialissue
  a {
  color: #548b8b;
  text-decoration: none;  
}
  .specialissue
  a:hover { text-decoration:underline; }

/* parge guide for authors*/
.guide .com-content-article__body .subtitle1 { display: block; font-size: 16px;
  line-height: 20px;
  color: white;
  background-color: #548b8b;
  padding: 5px;
  text-align: center;}

/* css du menu left-side bar bleu-vert*/
body .sidebar-left.card {
  background: rgba(249,243,237,0.95) !important;
  backdrop-filter: blur(6px);
  border-radius: 10px !important;
  border: 1px solid rgba(84,139,139,0.3);
  box-shadow: 0 4px 12px rgba(0,0,0,0.08) !important;
  overflow: hidden !important;
  margin-bottom: 25px !important;
  transition: all 0.3s ease;
}

body .sidebar-left.card .card-header {
  background: #548b8b !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: #356969 !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(84,139,139,0.15) !important; color: #1f3d3d !important;
}
body .sidebar-left.card .mod-menu .nav-item.current > a {
  background: rgba(84,139,139,0.25) !important; color: #1f3d3d !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: #548b8b; border-radius: 2px;
}
body .sidebar-left.card .mod-menu .nav-item.current > a::after {
  content: '▸'; margin-left: 6px; color: #548b8b; font-size: 0.9em;
}
body .sidebar-left.card .mod-menu .nav-item.active:not(.current) > a {
  background: transparent !important; color: #356969 !important;
}
