@charset "UTF-8";
/* AprÃ¨s l'import Bootstrap */
:root {
  --vert: #17a199;       /* principal */
  --vert-700: #12817A;   /* plus sombre pour le texte */
  --bleugris: #585978;
  }  
 
}

/* Conteneur global */
#rating {
  border-radius: .5rem;
  font-size: 1rem;
  color: #333;
}

/* Base pour toutes les Ã©toiles */
#rating a.rating_left,
#rating a.rating_right,
#rating a.rating,
#rating a.rating_hover {
  font-size: 1.5rem;       /* mÃªme taille partout */
  text-decoration: none;
  margin: 0 .2rem;
  cursor: pointer;
  transition: color .2s ease;
}

/* Couleurs initiales */
#rating a.rating_left {
  color: #ff9933;
}

#rating a.rating_right {
  color: #ffda56;
}

/* Ãtats logiques utilisÃ©s par ton JS */
#rating a.rating {
  color: #ffda56;
}

#rating a.rating_hover {
  color: #ff9933;
}

/* Visited / focus (si tu veux les garder) */
#rating a.rating:visited {
  color: var(--vert);
}

#rating a.rating_hover:visited {
  color: #ff9933;
}

#rating a.rating:focus {
  color: #6d9ac5;
}

#rating a.rating_hover:focus {
  color: #ff9933;
}

/* Ãtoile active si tu ajoutes .active en JS */
#rating a.active {
  color: #f5c518;
}




.show_fulltext h3 {
  margin: 10px 0
}

a {
  color: var(--vert);
  transition: color 0.3s ease;
}

a:hover {
  color: #80D4E7;
}

a h4 {
  color: var(--bleugris);
  transition: color 0.3s ease; /* transition fluide */
}

a h4:hover {
  color: var(--vert);
}



.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--bleugris);
    background-color: inherit;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 19px;
    border-bottom: 3px solid var(--vert);
    border-radius: inherit;
    padding-left: inherit;
    padding-right: inherit;
}

.nav-pills .nav-link, .nav-pills .show>.nav-link {
    color: var(--bleugris);
    background-color: inherit;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 19px;
    border-radius: inherit;
    padding-left: inherit;
    padding-right: inherit;
}

.small {font-size: 0.75rem}

.colorblack {
  color: #000000;
}

.bg-primary {
  background-color: #A97D95 !important;
}
.bg-light, .bg-light2 {
  background-color: #f8ffe4 !important
}

.list-group-item.active {
  background-color: #00b6ec;
  border-color: #00b6ec;
}



h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700;
  color: var(--bleugris);
  margin-bottom: 0;
}

.section-title p {
  color: var(--bleugris);
}

.color2 {
  color: var(--bleugris);
}

.color3 {
  color: #203864;
}

.white {
  color: white
}

h2,
.h2 {
  color: var(--vert);
}

p {
  font-size: 1rem;       /* 16px si root = 16px */
  line-height: 1.6;      /* 1.6 Ã 16px = 25.6px â plus aÃ©rÃ© */
  margin-bottom: 1rem;   /* cohÃ©rent avec Bootstrap */
}


/* slider */

#carouselVaccineXPERT .carousel-captionVaccineXPERT {
  position: absolute;
  right: 3%;
  left: 3%;
  text-align: center;
  /* gestion du vertical center dans le caption du slide */
  top: 40%;
  transform: translateY(-40%);
  bottom: initial;
}

.welcome-text-area h2 {
  font-weight: 200;
  color: #FFFFFF;
  font-size: 30px;
  text-shadow: var(--vert) 1px 0 10px;
}
.welcome-text-area2 h2 {
  font-weight: 200;
  color: var(--vert);
  font-size: 30px;
  text-shadow: #0a4c48 1px 0 10px;
}

/* SVG BG image */

.bottomsvg{
  bottom:0px; 
  right:0px;
  width: 100%;
  height: 100%;
  background-size: auto;
  position:absolute;
  z-index: -1;
  background-image: url("https://www.gnmhealthcare.com/rootKit/3124/Homepage/images/test.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: right bottom;}

/* vert */

.color1 {
  color: var(--vert);
}



.bgcolor1 {
  background: linear-gradient(
    90deg,
    rgba(128, 212, 231, 1) 0%,   /* bleu turquoise clair */
    rgba(156, 239, 188, 1) 74%   /* vert tendre */
  );
  background-color: var(--vert) !important; /* ton vert signature */
}

.btn-outline-primary {
  color: var(--vert);
  border-color: var(--vert);
}

.btn-outline-primary:hover {
  background-color: var(--vert);
  border-color: var(--vert);
}

.btn-secondary {
  color: #fff;
  background-color: var(--vert);
  border-color: var(--vert);
}

.btn-primary {
  color: #fff;
  background-color: var(--vert);
  border-color: var(--vert);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #A97D95;
  border-color: #A97D95; /*set the color you want here*/
}

#gnm-preloader {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: #fff;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.4s ease;
}
#gnm-preloader.hidden {
  opacity: 0;
  pointer-events: none;
}
.gnm-spinner {
  position: relative;
  width: 64px;
  height: 64px;
}
.gnm-ring {
  position: absolute;
  border-radius: 50%;
  border: 4px solid transparent;
}
.gnm-ring-1 {
  width: 64px; height: 64px;
  top: 0; left: 0;
  border-top-color: #0D6E6A;
  border-right-color: #0D6E6A;
  animation: gnm-spin 1s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.gnm-ring-2 {
  width: 46px; height: 46px;
  top: 9px; left: 9px;
  border-top-color: var(--vert);
  border-left-color: var(--vert);
  animation: gnm-spin 1.3s cubic-bezier(0.4, 0, 0.2, 1) infinite reverse;
}
.gnm-ring-3 {
  width: 28px; height: 28px;
  top: 18px; left: 18px;
  border-top-color: #80D4CF;
  border-right-color: #80D4CF;
  animation: gnm-spin 0.8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@keyframes gnm-spin {
  to { transform: rotate(360deg); }
}

.footer-area .footer-credit {
  padding: 35px 0;
}

.footer-area .copyright {
  float: right
}

.footer-area .copyright li {
  text-transform: uppercase;
  font-size: 0.7rem
}









/* ============================= 
    HEADER UPPER
================================ */
.header-upper {
  background: #80D4E7;
  background: linear-gradient(90deg, rgba(128, 212, 231, 1) 0%, rgba(156, 239, 188, 1) 74%);
  line-height: 18px;
  text-transform: uppercase;
  font-size: 12px;
  color: #FFFFFF;
}

.header-upper a {
  font-weight: 400;
  color: #FFFFFF;
  text-decoration: none;
}

.header-upper a:hover {
  text-decoration: underline
}

.header.header-2 .header-search a {
  box-shadow: none;
  border: 1px solid var(--vert);
  color: var(--vert)
}

.navbar-toggler {
  --bs-border-width: 0;
}

.header.header-2 .navbar {
  
}

.header.header-2 .navbar-nav .nav-item a {
  font-size: 14px;
  font-weight: 600
}

.header.header-2 .navbar-nav .nav-item a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background: var(--vert);
  transition: all 0.3s ease-out 0s;
  left: 0;
  top: 0px;
}

.header.header-2 .navbar-nav .nav-item {
  position: relative;
  margin-right: 40px;
}

.header.header-2 .navbar-nav .nav-item:last-child {
  margin-right: 0;
}

.header.header-2 .navbar-nav .nav-item a:hover,
.header.header-2 .navbar-nav .nav-item a.active {
  color: var(--vert);
}


.header.header-2 .header-search {
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header.header-2 .header-search {
    position: absolute;
    right: 50px;
  }
}

@media (max-width: 767px) {
  .header.header-2 .header-search {
    position: absolute;
    right: 50px;
  }
}

.header.header-2 .header-search:hover form {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.header.header-2 .header-search a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ffffff;
  font-size: 16px;
  color: var(--bleugris);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 5px 25px rgba(218, 211, 211, 0.3);
}

.header.header-2 .header-search a {
  color: var(--vert)
}


.header.header-2 .header-search form {
  position: absolute;
  top: 120%;
  right: 0;
  width: 360px;
  background: #FFFFFF;
  box-shadow: 0px 5px 25px rgba(218, 211, 211, 0.3);
  padding: 30px 20px;
  border-radius: 10px;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  visibility: hidden;
  z-index: 11;
}

.header.header-2 .navbar-collapse {
    z-index: 11;
}

.header.header-2 .header-search form input {
  width: 100%;
  border: 1px solid #E9E9E9;
  padding: 5px 10px;
}




/* LFB */



.button.border-button-white {
  background: transparent;
  color: #FFF;
  border-color: #FFF;
}

.button.border-button-purple {
  /* background: transparent; */
  color: #FFFFFF;
  border-color: var(--vert);
}

.footer-style-2.footer-dark {
  background: rgb(23, 161, 153);
  background: linear-gradient(156deg, rgba(23, 161, 153,1) 0%, rgba(8, 105, 99, 1) 48%);
  box-shadow: inset 0px 30px 30px rgba(70, 233, 180, 0.6);
}

#une {}

#une .badge {
  white-space:inherit;
  line-height: 18px
}

#une .card {
  border: 0px
}

#top5{
  border-radius: 10px;
  padding: 1px 30px 30px
}

#top5 .title-divider{
  color: #FFECF7
}
#top5 .title-divider .de-em{
  color: #FFECF7
}

#top5 a{
  color:#f8ebbb
}
#top5 a:hover{
  color:#FFECF7
}

/* Menu dropdown hover */
div.m_dropdown {
  position: relative;
}

ul.m_dropdown-menu {
  display: none;
  position: absolute;
  top: 20px;
  background-color: #fff4f7;
  border-radius: 15px;
  box-shadow: 0px 5px 25px rgba(218, 211, 211, 0.9);
  padding: 30px 20px;
  z-index: 10;
  width: 215px;
}

div.m_dropdown:hover ul.m_dropdown-menu {
  display: block
}

button.m_dropdown-toggle:focus+ul.m_dropdown-menu {
  display: block
}


.footer-style-2.footer-dark .widget-wrapper .footer-widget .links li a:hover {
  text-decoration: underline;
  color: #FFFFFF
}

.button {
  background: var(--vert);
}

.button i {
    padding-left: 0px;
}

.page-item.active .page-link {
  background-color: var(--vert);
  border-color: var(--vert);
}

.page-link {
  color: var(--vert);
}

.abecedaire .btn-light {
  color: var(--vert);
  background-color: #f8ffe4;
  border-color: #f8ffe4;
}

.abecedaire a>.btn-light{
 background-color: var(--vert);
 color:#FFECF7 
}

.abecedaire .btn-light:hover {
  background-color: var(--vert);
border-color: var(--vert);
}

.button.border-button {
  background: transparent;
  color: var(--vert);
  border-color: var(--vert);
}

.button.border-button::before {
  background: rgba(64, 218, 166, 0.16);
}

.de-em {
  font-weight: normal;
  color: var(--bleugris)
}


#rechercheHome h3{
  font-size: 40px;
}





.search {
  position: relative;
  box-shadow: 0 0 40px rgba(51, 51, 51, .1)
}

.search input {
  height: 60px;
  text-indent: 25px;
  border: 2px solid var(--vert)
}

.search input:focus {
  box-shadow: none;
  border: 2px solid var(--vert)
}

.search .fa-search {
  position: absolute;
  top: 20px;
  left: 16px
}

.search button {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 50px;
  width: 110px;
  background: var(--vert)
}



#ico .card{
  background:#FFF4F7;
  border:none;
  border-radius: 5px;
  margin: 30px 10px;
  padding: 35px 30px;
  transition: all .3s ease-out 0s;
  position: relative;
  text-align: center;
  border:5px solid var(--vert)
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #ico .card{
    margin: 30px 15px;
    padding: 35px 30px;
  }
}

@media (max-width: 767px) {
  #ico .card{
    margin: 30px 15px;
    padding: 35px 30px;
  }
}




#ico .card h4{
  color: var(--vert)
}



.lift {
   -webkit-transition:box-shadow .25s ease,-webkit-transform .25s ease;
   transition:box-shadow .25s ease,-webkit-transform .25s ease;
   transition:box-shadow .25s ease,transform .25s ease;
   transition:box-shadow .25s ease,transform .25s ease,-webkit-transform .25s ease
  }
  .lift:focus,
  .lift:hover {
   box-shadow:0 1rem 2.5rem rgba(22,28,45,.1),0 .5rem 1rem -.75rem rgba(22,28,45,.1)!important;
   -webkit-transform:translate3d(0,-3px,0);
   transform:translate3d(0,-3px,0)
  }
  .lift-lg:focus,
  .lift-lg:hover {
   box-shadow:0 2rem 5rem rgba(22,28,45,.1),0 .5rem 1rem -.75rem rgba(22,28,45,.05)!important;
   -webkit-transform:translate3d(0,-5px,0);
   transform:translate3d(0,-5px,0)
  }
  
  
@media (max-width: 767px){
.header.header-2 .navbar-collapse {
    z-index: 10;
}
}


.profile-card-4 {
  max-width: 400px;
  background-color: #000;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  margin: 0px auto;
  cursor: pointer;
}

.profile-card-4 img {
  transition: all 0.25s linear;
}

.profile-card-4 .profile-content {
  position: relative;
  padding: 15px;
  background-color: #00807B;
}

.profile-card-4 .profile-name {
 
  position: absolute;
  left: 0px;
  right: 0px;
  top: -110px;
  color: #002f2d;
  font-size: 33px;
  padding: 15px;
}

.profile-card-4 .profile-name p {
  font-weight: 600;
  font-size: 23px;
  letter-spacing: 1.5px;
}

.profile-card-4 .profile-description {
  color: #777;
  font-size: 12px;
  padding: 10px;
}

.profile-card-4 .profile-overview {
  padding: 15px 0px;
}

.profile-card-4 .profile-overview p {
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
}

.profile-card-4 .profile-overview h4 {
  color: #273751;
  font-weight: bold;
}

.profile-card-4 .profile-content::before {
  content: "";
  position: absolute;
  height: 20px;
  top: -10px;
  left: 0px;
  right: 0px;
  background-color: var(--vert);
  z-index: 0;
  transform: skewY(3deg);
}

.profile-card-4:hover img {
  transform: rotate(5deg) scale(1.1, 1.1);
  filter: brightness(110%);
}

.footer-style-2.footer-dark .copyright-wrapper p {
  color: rgba(255, 255, 255, 0.3);
}

.text-primary {
  color: var(--vert)!important;
}



.btn-willebrand {
  color: #FFF;
  background-color: #A04292;
  border-color: #A04292;
}

.btn-willebrand2 {
  color: #FFF;
  background-color: #6b314e;
  border-color: #6b314e;
}

.carousel-caption-lfb-1 {
  right: 55% !important;
  left: 1% !important;
  top: 8% !important
}

.carousel-caption-lfb-2 {
  right: 1% !important;
  left: 55% !important;
  top: 4% !important
}

#slide2 .svg-caption_txt1 {
  max-height: 140px;
 width: auto;
}

#slide2 .svg-caption_txt2 {
  max-height: 180px;
  width: auto;
}

@media (max-width: 1300px) {
  
  #slide2 .carousel-caption-lfb-1 {
    top: 1% !important;
  }
  
  #slide2 .svg-caption_txt1 {
    max-height: 130px;
  }
  
  #slide2 .carousel-caption-lfb-2 {
    top: 0% !important;
    }
  
  #slide2 .svg-caption_txt2 {
    max-height: 130px;
    }
  }

}





#slide3 .carousel-caption-lfb {
  top: 1% !important
}

.carousel-banner {
    height: 390px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Webinar 2025 */

#webinar2025_container{
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  border-radius: 4px;
}

#webinar2025 {
  background-image: url("https://www.gnmhealthcare.com/rootKit/3124/WEBINAR-SERIES/2025/bg-webinar.jpg");
  background-repeat: no-repeat; /* EmpÃªche la rÃ©pÃ©tition de l'image */
  background-position: center -200px; /* Centre horizontalement et remonte de 300px verticalement */
  background-size: cover; /* Ajuste pour couvrir l'Ã©lÃ©ment tout en gardant les proportions */
}

/* Media Query pour les Ã©crans XS et SM */
@media (max-width: 768px) { /* SM : 768px et moins */
  #webinar2025 {
    background-image: url("https://www.gnmhealthcare.com/rootKit/3124/WEBINAR-SERIES/2025/bg-webinar-xs-sm.jpg");
    background-position: center top; /* Remet l'image en position haute */
  }
}

@media (max-width: 768px) {
  #webinar2025{
    padding-bottom: 32px;
  }
}

.webinar2025_Title{
  color: var(--vert);
  background-color: #FFF4F7;
  border-radius: 25px;
  display: inline-block; /* Ajuste la taille au texte seulement */
}

.webinar2025_Title2{
  color: #c00503;
  background-color: #FFF;
  border-radius: 4px;
  display: inline-block; /* Ajuste la taille au texte seulement */
}

.webinar2025_Title3{
  color: #FFF;
  background-color: var(--vert);
  border-radius: 4px;
  display: inline-block; /* Ajuste la taille au texte seulement */
}

#webinar2025 h1 {
  color: var(--vert);
  font-size: 3.75rem; /* Ãquivalent Ã  60px si la taille de la racine est 16px */
}

/* Media Query pour les Ã©crans XS et SM */
@media (max-width: 768px) { /* Cible les Ã©crans SM et XS */
  #webinar2025 h1 {
    font-size: 2.25rem; /* RÃ©duit la taille Ã  36px (relative Ã  16px) */
  }
}

#webinar2025 .date {
  color: #9b2749 !important
  
  
}

.custom-divider {
  all: unset; /* Supprime tous les styles par dÃ©faut du navigateur */
  display: block; /* Rend le comportement plus prÃ©visible */
  height: 10px; /* Hauteur du diviseur */
  background-color: #9b2749; /* Couleur du diviseur */
  border-radius: 7px; /* Angles arrondis */
  width: 25%; /* Largeur par dÃ©faut pour les grands Ã©crans */
}

/* Largeur en petit Ã©cran */
@media (max-width: 768px) {
  .custom-divider {
    width: 50%; /* Largeur pour les Ã©crans plus petits */
  }
}
#webinar2025details{
}

#webinar2025xpert {
  color: var(--vert) !important
}

#webinar2025xpert img {
  border: 5px solid var(--vert);
  /* margin-top: -100px; */
}
/* Annuler le margin-top pour les petits Ã©crans */
/* @media (max-width: 768px) {
  #webinar2025xpert img {
    margin-top: 0; /* Annule le margin-top pour les petits Ã©crans */
  }
} */

#webinar2025xpert {
  /* background-color: #c00503; */
  color: #FFFFFF !important;
}

@media (max-width: 768px) {
  #webinar2025xpert {
    padding-top: 30px; /* Annule le margin-top pour les petits Ã©crans */
  }
}

#webinar2025xpert .d-flex {
  position: relative;
  z-index: 2;
}
#webinar2025programme {
  
}

#webinar2025programme .redspan {
  color: #C00503;
}
#webinar2025programmeDetails{
  background-color: #FFF4F7;
  }

#webinar2025programmeDetails h2 {
  margin-top: -160px;
  color: var(--bleugris);
  text-transform: uppercase;
  font-size: 10px;
}

#webinar2025programmeDetails .divider {
  width: 70%;
  height: 1px;
  background-color: rgba(231, 46, 85, 0.5);
  margin: 40px auto 30px;  /* Centrer le divider avec 'auto' Ã  gauche et Ã  droite */
}

.btn-willebrand-webianrs-2025-dark {
  border: 5px solid white;
  background-color: black;
  transition: all 0.3s ease; /* Smooth transition for changes */
}

.btn-willebrand-webianrs-2025-dark:hover {
  background-color: white;
  color: black !important;
  border-color: black; /* Change border color on hover */
}

.btn-willebrand-webianrs-2025-light {
  border: 5px solid var(--vert);
  color: var(--vert) !important;
  background-color: white
}

.btn-willebrand-webianrs-2025-light:hover {
  background-color: var(--vert);
  color: white !important;
  border-color: white; /* Change border color on hover */
}

.btn-willebrand-webianrs-2025-dark {
  border: 5px solid white;
  background-color: black
}

#countdown {
  padding: 2rem;
  background: #fff9f3;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

#countdown li {
  display: inline-block;
  font-size: 1.5em;
  list-style-type: none;
  padding: 1em;
  text-transform: uppercase;
}

#countdown li span {
  display: block;
  font-size: 4.5rem;
  height: 50px;
}

.divider {
  width: 60px;
  height: 2px;
  background-color: #ffa1cc; /* Rose/rose fuchsia Bootstrap */
  border-radius: 2px;
}

.episode-hover {
  transition: all 0.3s ease-in-out;
  background-color: var(--vert); /* rose vif au repos */
  color: #ffffff;
  border-color: var(--vert);
}

.episode-title {
  color: #ffffff;
}

.episode-card:hover .episode-hover {
  background-color: #ffffff; /* fond clair au hover */
  color: var(--vert);
  border-color: var(--vert);
  box-shadow: 0 0.5rem 1rem rgba(218, 64, 144, 0.3);
}

.episode-card:hover .episode-title {
  color: var(--vert);
}

#autres-episodes .text-muted {
  color: #ffffff !important; /* Blanc au repos */
  opacity: 1 !important;
  transition: color 0.3s ease;
}

#autres-episodes .episode-hover:hover .text-muted {
  color: var(--vert) !important; /* Rose au hover */
}

#archivecontainer h3, #congressPDF h3 { font-size: 42px; }
#archivecontainer h4, #congressPDF h4 { font-size: 30px; }
#archivecontainer h4, #congressPDF h4 { line-height: 30px; }
#archivecontainer img { box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); margin-top: 10px; }
#archivecontainer .card { border: none; }
#archivecontainer .list-group-item { background-color: transparent !important; }
#archivecontainer .divider { width: 50%; height: 2px; background-color: #E23777; border-radius: 2px; }
#archivecontainer .badge {
  background-color: #9B2749 !important;
  color: #fff; /* texte en blanc pour la lisibilitÃ© */
}

.clickable-row { transition: all 0.3s ease; border-radius: 8px; }
.clickable-row:hover { background-color: #fff5f5; transform: scale(1.01); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12); }





/* 2025 v2 custom */

/* Effets de base sur toutes les cards */
.card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-5px); /* effet levÃ© */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); /* ombre Ã©lÃ©gante */
}

/* Card "neutre" sans hover ni shadow */
.card-plain {
  box-shadow: none !important;
  transform: none !important;
  transition: none !important; /* pas de transition de transform/ombre */
  color: inherit;
}

/* Applique transition douce sur tous les enfants */
.card-plain * {
  transition: color 0.3s ease, border-color 0.3s ease;
}

/* Images dans card-plain */
.card-plain img {
  border: 10px solid rgba(247, 254, 253, 1);
  border-radius: 8px;
  display: block;
}

/* Titres dans la card */
.card h4, 
.card h2, 
.card .title-text {
  color: var(--bleumarine);
  transition: color 0.3s ease;
}

/* --------- RESPONSIVE COVER (vignette image) ---------- */
.cover-thumb img { 
  width: 100%; 
  height: 100%; 
  object-fit: cover; 
}

@media (max-width: 575.98px) { 
  .cover-thumb { height: 96px; } 
}
@media (min-width: 576px) and (max-width: 991.98px) { 
  .cover-thumb { height: 112px; } 
}
@media (min-width: 992px) { 
  .cover-thumb { height: 132px; } 
}

/* Titres responsives sans changer la balise */
.h4-md { font-size: 1.25rem; }
@media (min-width: 768px) { .h4-md { font-size: 1.5rem; } }

/* Gestion mots longs */
.title-text { word-break: break-word; }
.min-w-0 { min-width: 0; }

.read-more {
  color: inherit; /* hÃ©rite de la couleur du parent */
  transition: color 0.3s ease;
  text-decoration: none; /* optionnel : pas de soulignement de base */
}







/* Hover card-plain â bordure image + badges changent de couleur page INDEX */
.card:hover .infos,
.card-plain:hover .infos {
  color: var(--vert-700) !important;
}

.card:hover .infos i,
.card-plain:hover .infos i {
  color: var(--vert) !important; /* icÃ´ne horloge */
}

.card:hover .infos small,
.card-plain:hover .infos small {
  color: var(--vert-700) !important; /* override du gris bootstrap */
}

.card-plain:hover p {
  color: var(--vert-700) !important;
}

/* "Lire la suite" cohÃ©rent avec le reste */
.card:hover .read-more,
.card-plain:hover .read-more {
  color: var(--vert) !important;
  text-decoration: underline;
}

/* Badges et images dÃ©jÃ  prÃ©sents, juste harmonisÃ©s */
.card-plain:hover img {
  border-color: var(--vert);
}

.card-plain:hover .badge {
  color: #FFF !important;
  background-color: var(--vert) !important;
}

/* Titres */
.card:hover h4,
.card:hover h2,
.card:hover .title-text {
  color: var(--vert);
}




.card-actu{ background-color: #ecfdfc;}
/* Date pill */
.card-actu .date-pill{
  background: #ffffff;
  color: #10A39A;
  padding: .5rem .8rem;
  font-size: .95rem;
  box-shadow: 0 2px 6px rgba(0,0,0,.06);
  transition: background-color .3s ease, color .3s ease;
}
.card-actu .actu-item:hover .date-pill{
  background: #10A39A;
  color: #fff;
}

/* Titre + texte */
.card-actu .card-title{
  color: #244A73; /* bleu foncÃ© */
  font-size: 1.15rem;
  line-height: 1.3;
  text-transform: uppercase;
  transition: color .3s ease;
  margin-bottom: .25rem;
}
.card-actu .card-text{
  color: var(--bleugris); /* gris bleutÃ© */
}

/* Lien "Lire la suite" + icÃ´ne FA au hover local */
.card-actu .actu-item .read-more{
  text-decoration: none;
  font-weight: 600;
  position: relative;
  padding-right: 1.25rem; /* laisse la place Ã  lâicÃ´ne */
  transition: color .3s ease;
}
.card-actu .actu-item .read-more::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;           /* Solid */
  font-style: normal;
  content: "\f061";           /* fa-arrow-right */
  position: absolute;
  right: 0;                   /* plus fiable que -1rem */
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity .3s ease, transform .3s ease;
}

/* Hover simple sur chaque actu (UN SEUL bloc, pas de doublon) */
.card-actu .actu-item:hover .card-title,
.card-actu .actu-item:hover .card-text,
.card-actu .actu-item:hover .read-more{
  color: #10A39A;
}
.card-actu .actu-item:hover .read-more::after{
  opacity: 1;
  transform: translateX(0);
}

/* Important pour .stretched-link de Bootstrap :
   assure que le wrapper reÃ§oit bien le :hover et le lien s'Ã©tend correctement */
.card-actu .actu-item{ position: relative; }

/* Bouton secondaire pour les actus */
.card-actu .actu-btn,
.actu-btn {
  background-color: transparent;
  border: 2px solid #10A39A;   /* vert accent */
  color: #10A39A;
  padding: .6rem 1.4rem;
  font-size: .9rem;
  letter-spacing: .05em;
  text-transform: uppercase;
  border-radius: 50rem;        /* pill */
  font-weight: 600;
  display: inline-block;
  transition: all .3s ease;
}

.card-actu .actu-btn:hover,
.actu-btn:hover {
  background-color: #10A39A;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0,0,0,.12);
}






/* DÃ©gradÃ© de fond + comportement au survol */
article.card.card-pointexpert{
  background: linear-gradient(135deg, #80D4E7 0%, #9CEFB C 100%); /* gradient teal/vert */
  background: linear-gradient(135deg, #80D4E7 0%, #9CEFBC 100%); /* (sans espace si besoin) */
  transition: transform .3s ease, box-shadow .3s ease;
}
article.card.card-pointexpert:hover{
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0,0,0,.12);
}

/* Avatar plus petit */
.expert-avatar {
  width: 64px;  /* ajuste ici (ex : 72px ou 80px) */
  height: 64px;
  object-fit: cover;
  border: 2px solid #000;
  box-shadow: 0 2px 6px rgba(0,0,0,.15);
}
@media (min-width: 768px){
  .expert-avatar{ width: 72px; height: 72px; }
}
.card-pointexpert h2 { font-size: 20px}
/* Couleurs de typo (surclassent h2/h* globaux) */
.card-pointexpert .expert-eyebrow{ color:#0d3a36 !important; letter-spacing:.04em; }
.card-pointexpert .expert-author{ color:#0b2b2b !important; }
.card-pointexpert .expert-title{ color:#0b2b2b !important; line-height:1.25; }
.card-pointexpert .expert-text{ color:#ffffff !important; text-shadow:0 1px 0 rgba(0,0,0,.06); }
.card-pointexpert .expert-link{ color:#ffffff !important; text-decoration:underline; }
.card-pointexpert .expert-link:hover{ opacity:.85; }

/* Bouton secondaire assorti */
.card-pointexpert .expert-btn {
  background-color: #0b0b0b;
  border: 2px solid #0b0b0b;
  color: #fff; /* important pour contraste */
  display: inline-block; /* empÃªche le plein largeur */
  padding: .6rem 1.25rem;
  transition: transform .2s ease,
              box-shadow .2s ease,
              color .2s ease,
              background-color .2s ease,
              border-color .2s ease;
}

.card-pointexpert .expert-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .12);
  border-color: #0b2b2b;
  background-color: #173333; /* contraste inversÃ© au hover */
}

/* Option : resserrer les paragraphes pour un ferrage plus dense Ã  droite */
.card-pointexpert .expert-text{ margin-bottom: .9rem; }

/* Transitions douces */
.card-pointexpert .expert-title,
.card-pointexpert .expert-author { transition: color .25s ease; }

.card-pointexpert .expert-avatar {
  border: 10px solid rgba(255, 255, 255, 1);
  transition: border-color .25s ease, box-shadow .25s ease;
}

/* Hover sur lâitem (le <a> qui entoure lâexpert) */
.card-pointexpert a:hover .expert-title,
.card-pointexpert a:hover .expert-author {
  color: #0d3a36 !important;        /* vert foncÃ© dÃ©jÃ  utilisÃ© dans ta palette */
}

/* Avatar : bord + lÃ©ger halo Ã  lâaccent */
.card-pointexpert a:hover .expert-avatar {
  border-color: #0d3a36;
  box-shadow: 0 0 0 3px rgba(13,58,54,.15);
}




.hero-background {
  position: relative;
  width: 100%;
  min-height: 400px; /* ajuste selon ton besoin */

  background:
    url("https://www.gnmhealthcare.com/rootKit/3415/Homepage/images/lines.svg") 
      no-repeat bottom center / cover,
    radial-gradient(circle, rgba(255,255,255,1) 29%, rgba(227,255,238,1) 100%);
}



 .blink-border {
  position: relative;
  display: block;   /* remplace inline-block */
  width: fit-content;   /* ou width: 450px; */
  margin: 0 auto;   /* centre horizontalement */
}
.blink-border img {
  display: block;
  /* width: 450px; */
}
.blink-border::before {
  content: '';
  position: absolute;
  inset: -6px;
  border: 2px solid #67cecd;
  border-radius: 8px;
  opacity: 0;
  pointer-events: none;
  animation: blink 1.8s ease-in-out infinite;
}
@keyframes blink {
  0%, 100% { opacity: 0; transform: scale(0.96); }
  50%      { opacity: 1; transform: scale(1); }
}

@media (max-width: 991px) {
  .mb-xs-20 {
    margin-bottom: 20px;
  }
  }
  
  /* Conteneur avec position pour placer le badge */
  .committee-wrap {
    border: 2px solid #e6f5ee;
    border-radius: 1rem;
    position: relative;
    padding-top: 3rem; /* un peu dâair car le badge prend la place */
  }
  
  /* Badge chevauchant le border */
  .committee-badge {
    background: #fff;
    color: #2cc3b5;
    font-weight: 600;
    letter-spacing: .5px;
    position: absolute;
    top: 0;             /* en haut */
    left: 50%;          /* centrÃ© */
    transform: translate(-50%, -50%); /* chevauche le bord */
    border: 2px solid #2cc3b5;        /* pour le style */
  }
  
  /* Anneau/halo vert autour des avatars */
  .avatar-ring img {
    display:block;
    border: 3px solid #c6eae9;
    background: #fff;
    box-shadow:
      0 0 0 6px #eafaf6,
      0 6px 16px rgba(0,0,0,.08);
  }
  
  /* Responsive : avatars un peu plus grands sur md+ */
  @media (min-width: 768px){
    .avatar-ring img{ width: 140px; height: 140px; }
  }
  
  


#rss_news {
  --rss-color-text:        #3bbfba;  /* texte lien */
  --rss-color-text-hover:  #2ca9a5;  /* texte lien hover */
  --rss-color-date:        #00A19B;  /* date + trait actif */
  --rss-color-provider:    #4AD9C6;  /* provider */
  --rss-color-muted:       #cccccc;  /* trait/point inactif */
  --rss-font-size:         14px;
  --rss-line-height:       20px;
  --rss-font-family:       system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

/* Conteneur scrollable */
#rss_news .scroll {
  overflow-x: hidden;
  overflow-y: auto;
  height: 650px;
  width: 100%;
  padding-right: .25rem;
}

/* Un item du flux */
#rss_news .newsfeed {
  padding-bottom: 10px;
}

/* En-tÃªte (point + date) */
#rss_news .item-head {
  display: flex;
  align-items: center;
}

/* Points de timeline */
#rss_news .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--rss-color-muted);
  flex: 0 0 auto;
}
#rss_news .dot-active {
  background: var(--rss-color-date);
}

/* Colonne verticale */
#rss_news .borderL {
  border-left: 1px solid var(--rss-color-muted);
  padding-left: 20px;
}
#rss_news .borderL-Active {
  border-left: 1px solid var(--rss-color-date);
  padding-left: 20px;
}

/* Date */
#rss_news .date-feed {
  color: var(--rss-color-date);
  font: bold 13px/16px var(--rss-font-family);
  text-transform: uppercase;
}

/* Provider */
#rss_news .provider-feed {
  color: var(--rss-color-provider);
  font: bold 13px/16px var(--rss-font-family);
  text-transform: uppercase;
  margin-bottom: 4px;
}

/* Lien titre : avec surlignement fluide */
#rss_news .newsfeed a.grey {
  color: var(--rss-color-text);
  font: 600 var(--rss-font-size)/var(--rss-line-height) var(--rss-font-family);
  text-decoration: none;
  position: relative;
  outline: none;
  transition: color .2s ease-in-out;
  z-index: 0; /* pour le surlignement */
}

/* Effet surlignement "marqueur fluo" */
#rss_news .newsfeed a.grey::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%; /* couvre toute la hauteur du texte */
  background-color: color-mix(in oklab, var(--rss-color-date) 25%, transparent);
  z-index: -1;
  transition: width .3s ease-in-out;
}

#rss_news .newsfeed a.grey:hover,
#rss_news .newsfeed a.grey:focus {
  color: var(--rss-color-text-hover);
}

#rss_news .newsfeed a.grey:hover::after,
#rss_news .newsfeed a.grey:focus::after {
  width: 100%;
}

/* Focus visible pour accessibilitÃ© */
#rss_news .newsfeed a.grey:focus-visible {
  outline: 2px solid color-mix(in oklab, var(--rss-color-date) 60%, white);
  outline-offset: 2px;
  border-radius: 2px;
}

/* Helpers */
#rss_news .padL10 { padding-left: 10px; }
#rss_news .padb1  { padding-bottom: 1px; }
#rss_news .padb5  { padding-bottom: 5px; }
#rss_news .col    { padding-left: 3px; }

/* RÃ©duction dâanimation si demandÃ© par lâOS */
@media (prefers-reduced-motion: reduce) {
  #rss_news .newsfeed a.grey,
  #rss_news .newsfeed a.grey::after {
    transition: none !important;
  }
}

/* Conteneur */
.feature-box a {
  display: block;
  padding: 2rem 1rem;
  text-decoration: none;
  color: inherit;
  border-radius: 1rem;
  transition: all 0.3s ease;
}

/* Effet hover sur le conteneur */
.feature-box a:hover {
  background: #f0fcfb; /* lÃ©ger turquoise clair */
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 161, 155, 0.15);
}

/* IcÃ´ne */
.feature-box img.feature-icon {
  max-width: 100px;
  margin-bottom: 1rem;
  transition: transform 0.3s ease;
}

/* Zoom sur icÃ´ne */
.feature-box a:hover img.feature-icon {
  transform: scale(1.1);
}

/* Titre */
.feature-box .feature-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #555;
  margin-bottom: .25rem;
  transition: color 0.3s ease;
}

/* Titre hover */
.feature-box a:hover .feature-title {
  color: #00A19B;
}

/* Texte */
.feature-box .feature-text {
  font-size: 1rem;
  color: #777;
  margin: 0;
  transition: color 0.3s ease;
}

/* Texte hover */
.feature-box a:hover .feature-text {
  color: #444;
}

/* Cartouche commun */
#teaser {
  border-left: 4px solid #00A19B;
  background-color: #f9fdfd;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #444;
  font-weight: 400;
  padding: .75rem 1rem;           /* <-- padding au conteneur */
}

/* Blocs directs Ã  lâintÃ©rieur du teaser */
#teaser > p,
#teaser > ul,
#teaser > ol,
#teaser > blockquote {
  margin: 0 0 .75rem 0;
}

/* Listes : indentation et rendu des puces */
#teaser > ul,
#teaser > ol {
  padding-left: 1.25rem;          /* aligne avec le texte des <p> */
  list-style-position: outside;   /* propre, multi-lignes alignÃ©es */
}

#teaser li { margin: .25rem 0 0 1rem; }

/* Ãvite les marges parasites en bord de cartouche */
#teaser > :first-child { margin-top: 0; }
#teaser > :last-child  { margin-bottom: 0; }

/* Contenir l'image flottante si besoin (ou ajoute .clearfix en HTML) */
#teaser::after { content: ""; display: table; clear: both; }

#contenu_article ul { padding-left: 0px; }

#sidebar .list-group-item { transition: background-color .2s ease, color .2s ease; }
#sidebar .list-group-item:hover { background-color: #f8fffe; color: #0aa; }
#sidebar .ico a { display:inline-flex; align-items:center; gap:.5rem; }


#group_bibliot {
  background-color: #00A19B;       /* fond turquoise */
  background: linear-gradient(135deg, #00A19B 0%, #3c3c3c 100%);
  color: #ffffff;                  /* texte en blanc */
  padding: 1.5rem;                 /* respirations internes */
  border-radius: 8px;              /* angles arrondis */
  font-family: Arial, sans-serif;  /* typo simple et lisible */
}

#group_bibliot h3 {
  color: #ffffff;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  border-bottom: 2px solid rgba(255,255,255,.3);
  padding-bottom: .5rem;
}

#group_bibliot p {
  margin: 0;
  line-height: 1.6;
  font-size: 0.95rem;
}

#group_bibliot b {
  color: #ffffff;
}

#group_bibliot i {
  opacity: 0.9; /* un blanc lÃ©gÃ¨rement attÃ©nuÃ© */
}

#group_bibliot a {
  color: #9CEFBC;          /* bleu clair */
  text-decoration: none;
  font-weight: 600;
  transition: color .3s ease;
}

#group_bibliot a:hover {
  color: #ffffff;          /* au hover les liens deviennent blancs */
  text-decoration: underline;
}

.logoservice{
  display:block;
  width:auto;
  max-width:100%;
  height:56px;     /* desktop */
}

@media (max-width: 767.98px){
  .logoservice{
    height:40px;   /* mobile */
  }
}

/* ===== Module bibliographie (porte de cid_3460 via 2433) : tokens de charte 2474 =====
   Futur service : remapper ces 8 tokens sur sa charte, le reste suit. */
:root{
  --green:var(--vert);
  --green-d:var(--vert-700);
  --navy:var(--bleugris);
  --yellow:#ffda56;
  --line:#e6e8ee;
  --soft:#f6f7fa;
  --hn:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  --os:var(--hn);
}

/* eyebrow .label-sec */
.label-sec{font-family:var(--hn);font-weight:700;text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;color:var(--navy);display:inline-flex;align-items:center;gap:.55rem;}
.label-sec::before{content:"";width:9px;height:9px;border-radius:50%;background:var(--yellow);flex:0 0 auto;}

/* bibliographie : listes / cartes / toolbar / actions groupees */
.biblio-wrap{max-width:880px}
.biblio-list{display:flex;flex-direction:column;gap:10px}
.biblio-row{position:relative;display:flex;gap:14px;align-items:flex-start;background:#fff;border:1px solid var(--line);border-radius:12px;padding:1rem 1.1rem;transition:border-color .15s,box-shadow .15s}
.biblio-row:hover{border-color:#cfd5e4;box-shadow:0 6px 20px rgba(37,44,98,.06)}
.biblio-check{flex:0 0 auto;margin-top:2px;cursor:pointer;display:block;position:relative}
.biblio-check input{position:absolute;opacity:0;width:0;height:0}
.biblio-box{display:block;width:20px;height:20px;border-radius:6px;border:1.5px solid #c2c8d4;background:#fff;transition:background .12s,border-color .12s;position:relative}
.biblio-check input:checked + .biblio-box{background:var(--green);border-color:var(--green)}
.biblio-check input:checked + .biblio-box::after{content:"";position:absolute;left:6px;top:2px;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}
.biblio-main{flex:1;min-width:0}
.biblio-meta{font-family:var(--hn);font-size:.68rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#7b8094;margin-bottom:.25rem}
.biblio-title{display:block;font-family:var(--hn);font-size:1.02rem;font-weight:700;color:var(--navy);line-height:1.3;text-decoration:none;margin-bottom:.3rem}
.biblio-title:hover{color:var(--green-d)}
.biblio-stand{font-family:var(--os);font-size:.86rem;color:#5a6072;line-height:1.45;margin:0 0 .55rem}
.biblio-note-row{margin-bottom:.2rem}
.biblio-note{display:inline-flex;align-items:center;gap:7px;text-decoration:none;font-family:var(--hn);font-size:.8rem;font-weight:600;border-radius:8px;padding:.4rem .7rem}
.biblio-note.has{background:#fffbe6;color:#7a6a12}
.biblio-note.has i{color:#b8960b}
.biblio-note.add{color:#7b8094;padding-left:0}
.biblio-note.add:hover{color:var(--green-d)}
.biblio-note-edit{font-weight:400;opacity:.85}
.biblio-actions{display:flex;flex-wrap:wrap;gap:.2rem 1.1rem;margin-top:.65rem}
.biblio-actions a{font-family:var(--hn);font-size:.73rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#7b8094;text-decoration:none}
.biblio-actions a:hover{color:var(--green-d)}
.biblio-remove{position:absolute;top:.7rem;right:.7rem;width:28px;height:28px;border-radius:7px;color:#b6bcca;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;opacity:0;transition:opacity .15s,background .15s,color .15s}
.biblio-row:hover .biblio-remove{opacity:1}
.biblio-remove:hover{background:#fdeeee;color:#d64545}
.biblio-empty{text-align:center;color:#7b8094;padding:3rem 1rem;font-family:var(--os)}
.biblio-empty i{font-size:2rem;color:var(--line);display:block;margin-bottom:.6rem}
@media(max-width:575px){.biblio-remove{opacity:1}}

/* â My Bibliography 2026 : header / toolbar / chips dossiers â */
.biblio-head{max-width:880px}
.biblio-head-row{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-bottom:1rem}
.biblio-head .label-sec{display:inline-flex;align-items:center;gap:7px}
.biblio-h1{font-family:var(--hn);font-weight:700;color:var(--navy);font-size:1.7rem;margin:.3rem 0 0;line-height:1.1}
.biblio-count{font-family:var(--os);font-size:.86rem;color:#7b8094}
.biblio-count #expselcount{color:var(--green-d);font-weight:700}
.biblio-folders{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:1.1rem}
.chip2{font-family:var(--hn);font-size:.78rem;font-weight:600;border-radius:20px;padding:.35rem .85rem;border:1px solid var(--line);background:#fff;color:var(--navy);text-decoration:none;display:inline-flex;align-items:center;gap:5px}
.chip2:hover{border-color:var(--green);color:var(--green-d)}
.chip2.active{background:var(--navy);border-color:var(--navy);color:#fff}
.chip2.ghost{border-style:dashed;color:#7b8094}
.biblio-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:1.1rem;margin-bottom:.5rem}
.biblio-btn{font-family:var(--hn);font-weight:700;font-size:.78rem;text-transform:uppercase;letter-spacing:.04em;border-radius:8px;padding:.55rem 1rem;border:1px solid var(--line);background:#fff;color:var(--navy);text-decoration:none;display:inline-flex;align-items:center;gap:7px;transition:background .15s,border-color .15s,color .15s}
.biblio-btn:hover{border-color:var(--green);color:var(--green-d)}
.biblio-btn.primary{background:var(--green);border-color:var(--green);color:#fff}
.biblio-btn.primary:hover{background:var(--green-d);color:#fff}
.biblio-btn.ghost{color:#7b8094}
.biblio-tut{margin-left:auto;font-family:var(--hn);font-size:.76rem;font-weight:600;color:#7b8094;text-decoration:none;display:inline-flex;align-items:center;gap:6px}
.biblio-tut:hover{color:var(--green-d)}

/* --- Biblio : ranger dans un dossier --- */
.biblio-file{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap;margin-top:.9rem}
.biblio-file-hint{font:600 .8rem/1.3 var(--hn);color:#7b8094;display:inline-flex;align-items:center;gap:.35rem}
.biblio-file-sel{font:600 .85rem var(--hn);color:var(--navy);border:1px solid var(--line);border-radius:8px;padding:.42rem .7rem;background:#fff;cursor:pointer}
.biblio-file-sel:focus{outline:none;border-color:var(--green);box-shadow:0 0 0 3px rgba(63,165,53,.12)}
.biblio-file-go{display:inline-flex;align-items:center;gap:.3rem;font:700 .82rem var(--hn);color:#fff;background:var(--green);border-radius:8px;padding:.45rem .95rem;text-decoration:none;transition:background .15s}
.biblio-file-go:hover{background:var(--green-d);color:#fff}
.biblio-file-del{font:600 .8rem var(--hn);color:#b3261e;text-decoration:none;margin-left:.3rem}
.biblio-file-del:hover{text-decoration:underline}

/* ===== Bulk actions bar ===== */
.biblio-bulk{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem 1rem;max-width:880px;margin:0 0 1.1rem;padding:.6rem .85rem;background:var(--soft);border:1px solid var(--line);border-radius:8px}
.bulk-select{display:flex;align-items:center;gap:1rem;min-width:0}
.bulk-all{display:inline-flex;align-items:center;gap:.5rem;margin:0;cursor:pointer}
.bulk-all input{width:1rem;height:1rem;accent-color:var(--green);cursor:pointer}
.bulk-all-tx{font:600 .72rem/1 var(--hn);text-transform:uppercase;letter-spacing:.06em;color:var(--navy)}
.bulk-count{font:600 .75rem/1 var(--hn);letter-spacing:.03em;color:var(--navy)}
.bulk-count-n{font-weight:700;color:var(--navy)}
.biblio-bulk[data-any="1"] .bulk-count-n{color:var(--green-d)}
.bulk-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}
.bulk-move{display:flex;align-items:center;gap:.4rem}
.bulk-lbl{font:600 .68rem/1 var(--hn);text-transform:uppercase;letter-spacing:.06em;color:var(--navy);margin:0}
.bulk-folder{font:400 .85rem var(--os);color:var(--navy);background:#fff;border:1px solid var(--line);border-radius:6px;padding:.34rem .55rem;max-width:13rem}
.bulk-folder:focus-visible{outline:2px solid var(--green-d);outline-offset:1px}
.bulk-btn{cursor:pointer;line-height:1.1}
.bulk-btn .bi{font-size:.9em;margin-right:.15em}
.bulk-remove{color:var(--navy)}
.bulk-remove:hover:not([disabled]){border-color:var(--navy);color:var(--navy)}
.bulk-btn[disabled]{opacity:.45;pointer-events:none;cursor:default}
.bulk-folder[disabled]{opacity:.55}
.biblio-folder-del{font:600 .8rem var(--hn);color:var(--navy);text-decoration:none;display:inline-flex;align-items:center;gap:.3rem;margin-left:.4rem}
.biblio-folder-del:hover{text-decoration:underline}
@media (max-width:680px){.biblio-bulk{flex-direction:column;align-items:stretch}.bulk-actions{justify-content:flex-start}}


/* ===== Sidebar article (portÃ© de cid_3460) â rÃ©utilise les 8 tokens charte =====
   --green / --green-d / --navy / --yellow / --line / --hn  (mÃªmes que le module biblio).
   Si la charte n'est pas dÃ©jÃ  en variables sur le service, ajouter le bloc de remap
   des 8 tokens (cf. skill gnm-biblio-deploy Ã©tape 3) AVANT ce bloc. */
.article-aside{position:sticky;top:1.5rem;margin-bottom:1.5rem}
.aside-block{padding:1.2rem 1.25rem;border:1px solid var(--line);border-radius:10px;margin-bottom:1rem;background:#fff}
.aside-eyebrow{display:block;font-family:var(--hn);font-weight:700;text-transform:uppercase;letter-spacing:.09em;font-size:.7rem;color:var(--navy);margin-bottom:.9rem;position:relative;padding-bottom:.55rem}
.aside-eyebrow::after{content:"";position:absolute;left:0;bottom:0;width:24px;height:3px;background:var(--green)}
.aside-facts{margin:0}
.aside-facts > div{display:flex;justify-content:space-between;gap:1rem;padding:.55rem 0;border-bottom:1px solid var(--line)}
.aside-facts > div:last-child{border-bottom:0;padding-bottom:0}
.aside-facts dt{font-family:var(--hn);font-size:.72rem;text-transform:uppercase;letter-spacing:.04em;color:#8a8f9e;font-weight:600;margin:0;flex:0 0 auto}
.aside-facts dd{margin:0;font-size:.82rem;color:var(--navy);text-align:right;font-weight:600;line-height:1.35}
.aside-actions{display:flex;flex-direction:column;gap:.5rem}
.aside-btn{display:flex;align-items:center;gap:.65rem;padding:.62rem .9rem;border:1px solid var(--line);border-radius:30px;font-family:var(--hn);font-weight:600;font-size:.82rem;color:var(--navy);background:#fff;transition:border-color .18s cubic-bezier(.2,.7,.3,1),color .18s,background .18s}
.aside-btn i{font-size:1rem;color:var(--green);flex:0 0 auto;transition:color .18s}
.aside-btn:hover{border-color:var(--green);color:var(--green-d)}
.aside-btn-primary{background:var(--aside-primary,var(--navy));border-color:var(--aside-primary,var(--navy));color:#fff}
.aside-btn-primary i{color:var(--yellow)}
.aside-btn-primary:hover{background:var(--green);border-color:var(--green);color:#fff}
.aside-btn-primary:hover i{color:#fff}
.aside-btn:focus-visible{outline:2px solid var(--green-d);outline-offset:2px}
.aside-back{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--hn);font-weight:600;font-size:.78rem;text-transform:uppercase;letter-spacing:.05em;color:var(--green-d);padding-left:.25rem}
.aside-back:hover{color:var(--navy)}
@media (max-width:991.98px){.article-aside{position:static}}

/* ===== Notation etoiles (port cid_3460) ===== */
.article-rating{font-size:1.7rem;line-height:1;letter-spacing:.18rem;margin:.15rem 0 .55rem;white-space:nowrap}
.article-rating a{text-decoration:none;cursor:pointer;transition:color .12s ease}
.article-rating a.rating_right{color:#cbd2dd}
.article-rating a.rating_left{color:var(--yellow)}
.article-rating a.rating{color:#cbd2dd}
.article-rating a.rating_hover{color:var(--yellow)}
.rating-mean{font-family:var(--hn);font-size:.8rem;color:#6b7280;margin-top:.1rem}
.rating-mean #article_note_mean{font-weight:700;color:var(--navy)}
.rating-mean .rm-star{color:var(--yellow)}
/* ===== Lien discret "Voir ma bibliographie" (sous le bouton biblio, togglÃ© via gnmToggleBiblio) ===== */
.aside-biblio-see{display:inline-flex;align-items:center;gap:.45rem;align-self:flex-start;margin-top:-.1rem;padding-left:.25rem;font-family:var(--hn);font-weight:700;font-size:.72rem;letter-spacing:.09em;text-transform:uppercase;color:var(--green-d);text-decoration:none}
.aside-biblio-see:hover{color:var(--navy)}
.aside-biblio-dot{position:relative;width:8px;height:8px;border-radius:50%;background:var(--green);flex:0 0 auto}
.aside-biblio-dot::after{content:"";position:absolute;inset:0;border-radius:50%;background:var(--green);animation:asideBibPulse 1.8s ease-out infinite}
@keyframes asideBibPulse{0%{transform:scale(1);opacity:.5}70%{transform:scale(2.4);opacity:0}100%{opacity:0}}
@media (prefers-reduced-motion:reduce){.aside-biblio-dot::after{animation:none}}
/* ===== RÃ©fÃ©rences dans le module "Cet article" (dÃ©placÃ©es de l'ex-boÃ®te verte #group_bibliot) ===== */
.aside-refs{margin-top:.85rem;padding-top:.85rem;border-top:1px solid var(--line)}
.aside-refs h3{font-family:var(--hn);font-weight:700;text-transform:uppercase;letter-spacing:.04em;font-size:.72rem;color:#8a8f9e;margin:0 0 .5rem}
.aside-refs p{margin:0;font-size:.8rem;line-height:1.45;color:var(--navy)}
.aside-refs a{color:var(--green-d);text-decoration:none;font-weight:600}
.aside-refs a:hover{text-decoration:underline}
.aside-refs i{color:#6b7280}

/* ===== Bande opt-in communauté Sanofi ===== */
#optin-band {
  position: relative;
  background-color: #F3E6FD;
  border-top: 1px solid #E4D2F6;
  border-bottom: 1px solid #E4D2F6;
  padding: 22px 0 20px;
}
#optin-band .optin-band-flag {
  position: absolute;
  top: 8px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1;
  color: #9181A8;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #E4D2F6;
  padding: 3px 10px;
  border-radius: 20px;
}
#optin-band .optin-band-flag .bi { font-size: 0.72rem; }
#optin-band .optin-band-icon {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #7A00E6;
  font-size: 1.4rem;
  box-shadow: 0 2px 8px rgba(122, 0, 230, 0.15);
  perspective: 400px;
}
@keyframes optinEnvFlip {
  0%, 70% { transform: rotateY(0deg); }
  100% { transform: rotateY(360deg); }
}
#optin-band .optin-band-icon .bi {
  display: inline-block;
  animation: optinEnvFlip 4s cubic-bezier(0.45, 0, 0.55, 1) infinite;
}
#optin-band .optin-band-title {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: #2A1A4A;
}
#optin-band .optin-band-text {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #5B5270;
  max-width: 64ch;
}
#optin-band .optin-band-text a {
  color: #7A00E6;
  text-decoration: underline;
  text-underline-offset: 2px;
}
#optin-band .optin-band-text a:hover { color: #5E00B3; }
#optin-band .optin-band-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 28px;
  background-color: #7A00E6;
  color: #ffffff;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.2;
  border-radius: 50px;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 6px 16px rgba(122, 0, 230, 0.28);
  transition: background-color 0.25s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.25s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.25s ease;
}
#optin-band .optin-band-btn:hover {
  background-color: #5E00B3;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(122, 0, 230, 0.34);
}
#optin-band .optin-band-btn .bi {
  display: inline-block;
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}
#optin-band .optin-band-btn:hover .bi { transform: translateX(4px); }
@media (max-width: 991.98px) {
  #optin-band .optin-band-flag { position: static; margin: 0 auto 10px; }
  #optin-band .optin-band-text { margin-left: auto; margin-right: auto; }
}
@media (prefers-reduced-motion: reduce) {
  #optin-band { animation: none; }
  #optin-band .optin-band-btn,
  #optin-band .optin-band-btn .bi { transition: none; }
  #optin-band .optin-band-btn:hover { transform: none; }
  #optin-band .optin-band-btn:hover .bi { transform: none; }
  #optin-band .optin-band-icon .bi { animation: none; }
}


/* ===== Bordure néon rotative du CTA opt-in ===== */
.optin-neon-frame {
  position: relative;
  display: inline-flex;
  border-radius: 50px;
  padding: 3px;
  overflow: hidden;
  isolation: isolate;
  box-shadow: 0 6px 16px rgba(122, 0, 230, 0.28), 0 0 14px rgba(122, 0, 230, 0.45);
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.25s ease;
}
.optin-neon-frame::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 150%;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  background: conic-gradient(from 0deg, #7A00E6, #E0AAFF, #FF6EC7, #C77DFF, #7A00E6);
  animation: optinNeonSpin 3s linear infinite;
}
@keyframes optinNeonSpin {
  to { transform: translate(-50%, -50%) rotate(1turn); }
}
.optin-neon-frame:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(122, 0, 230, 0.34), 0 0 18px rgba(122, 0, 230, 0.6);
}
.optin-neon-frame .optin-band-btn { box-shadow: none; }
.optin-neon-frame .optin-band-btn:hover { transform: none; box-shadow: none; }
@media (prefers-reduced-motion: reduce) {
  .optin-neon-frame::before { animation: none; }
  .optin-neon-frame:hover { transform: none; }
}


/* =============================================================
   SEARCH DROPDOWN (2026-07-07) - portage du pattern Pancreoscopie
   (cid_2637), charte #17a199 / #585978.
   ============================================================= */
.header-search-dd .gnm-search-btn{width:44px;height:44px;border-radius:50%;background:#fff;border:1px solid #17a199;color:#17a199;display:inline-flex;align-items:center;justify-content:center;font-size:16px;box-shadow:0 5px 22px rgba(88,89,120,.10);cursor:pointer;transition:color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease;}
.header-search-dd .gnm-search-btn:hover,.header-search-dd .gnm-search-btn.show{color:#585978;border-color:#585978;box-shadow:0 8px 22px rgba(88,89,120,.20);transform:translateY(-1px);}

.dropdown-menu.search-dropdown{min-width:min(520px,92vw);border:1px solid #e6e8ee;border-radius:14px;border-top:3px solid #17a199;box-shadow:0 18px 50px rgba(88,89,120,.16);margin-top:.55rem;}
.search-dropdown .search-dd-title{font-weight:700;color:#585978;font-size:.95rem;}
.search-dropdown .search-bar .form-control{font-size:.95rem;box-shadow:none;}
/* :focus-within et pas :focus - la barre est en 2 segments (span loupe + input), sinon couture grise au focus */
.search-dropdown .search-bar:focus-within .form-control,.search-dropdown .search-bar:focus-within .input-group-text{border-color:#17a199;}
.search-dropdown .search-bar .input-group-text{color:#17a199;}
.btn-search-go{background:#17a199;border:0;color:#fff;}
.btn-search-go:hover,.btn-search-go:focus{background:#585978;color:#fff;}
/* <i> est inline : sans inline-block le transform est ignore (feedback_bi_icon_transform) */
.btn-search-go i,.adv-search-link i{display:inline-block;transition:transform .2s ease;}
.btn-search-go:hover i{transform:translateX(2px);}

.search-chip{display:inline-block;padding:.3rem .85rem;border:1px solid #e6e8ee;border-radius:30px;font-size:.8rem;font-weight:600;color:#585978;background:#f4f7fc;text-decoration:none;transition:border-color .2s ease,color .2s ease,background .2s ease;}
.search-chip:hover{border-color:#17a199;color:#17a199;background:#fff;}

.adv-search-link{font-weight:600;font-size:.8rem;color:#585978;display:inline-flex;align-items:center;gap:.4rem;text-decoration:none;}
.adv-search-link:hover{color:#17a199;}
.adv-search-link:hover i{transform:translateX(2px);}

@media(max-width:991.98px){.dropdown-menu.search-dropdown{min-width:min(520px,86vw);}}
/* Ouverture forcee vers la gauche (alignee a droite du trigger) - necessite data-bs-display="static" sur le trigger */
.header-search-dd .dropdown-menu.search-dropdown{right:0 !important;left:auto !important;transform:none !important;}
.search-dropdown .search-count{font-size:.7rem;font-weight:700;color:var(--green-d,#12817A);background:rgba(23,161,153,.1);border-radius:20px;padding:.15rem .55rem;white-space:nowrap;}
/* >>> BANNIERE VRS 2026 - DEBUT (genere, ne pas editer ici) >>> */
/* Banniere DGS-Urgent VRS 2026-2027 (page accueil cid_2474).
   Genere depuis dgs-urgent-vrs-2026/assets/banniere.css */
/* DGS-Urgent VRS 2026 — shared banner styling.
   Used by both banniere.html (the review page) and gif-source.html (the
   headless-Chrome render source for the newsletter GIF), so the two can
   never drift apart.

   Marianne is the official State typeface, taken from the DSFR package and
   self-hosted: headless Chrome will not reach a CDN when rendering the GIF
   frames, and production must not depend on jsDelivr either. On the GNM
   servers these two files go to rootKit/{cid}/Homepage/fonts/.

   font-display is `block`, not `swap`: a fallback flashing in during the
   headless capture would bake the wrong typeface into the GIF. */

@font-face {
  font-family: 'Marianne';
  src: url('../fonts/Marianne-Regular.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: block;
}
@font-face {
  font-family: 'Marianne';
  src: url('../fonts/Marianne-Bold.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: block;
}

.ban-wrap {
  --rf-panel:  #f6f6f6;
  --rf-blue:   #3d40a9;   /* sampled from the 2025 banner */
  --rf-blue-h: #2f3288;

  /* Live-tunable multipliers. 1 = the base values written below.
     Set to 0 on 02/09 by Sébastien: no dark veil, the photo stays clean. */
  --scrim: 0;
  --tsh:   1;
}

/* The component carries its own box model. Without this, a host page lacking a
   global reset makes .ban__content 332px TALL PLUS its padding, and the
   vertical centring lands 44px too low — which is exactly what happened to the
   first GIF render. */
.ban-wrap, .ban, .ban *, .ban *::before { box-sizing: border-box; }

.ban-wrap { container-type: inline-size; }

.ban {
  /* Declared on the component, not on the host page: gif-source.html has no
     body font of its own, and inheriting the browser default silently baked
     a serif into the first GIF render. */
  font-family: 'Marianne', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  display: flex;
  width: 100%;
  aspect-ratio: 1300 / 332;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0,0,0,.18);
  text-decoration: none;
  background: var(--rf-panel);
}

.ban__mark {
  flex: 0 0 26.7%;               /* 347 / 1300, measured on the 2025 file */
  background: var(--rf-panel) url('../images/banners/vrs-2026/marque-rf.webp') center / 88% auto no-repeat;
}

.ban__body {
  position: relative;
  flex: 1 1 auto;
  background-position: center 32%;
  background-size: cover;
  /* The two states share one grid cell rather than being absolutely positioned:
     the body then takes the height of the TALLER state, which is what keeps the
     stacked layout from clipping when state B's lede wraps to one more line. */
  display: grid;
}
.ban--c .ban__body { background-image: url('../images/banners/vrs-2026/photo.webp'); background-position: center 44%; }

.ban__body::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(100deg,
    rgba(10,14,28, calc(.46 * var(--scrim))) 0%,
    rgba(10,14,28, calc(.33 * var(--scrim))) 42%,
    rgba(10,14,28, calc(.12 * var(--scrim))) 72%,
    rgba(10,14,28, 0)                        100%);
}

/* All lengths are cqw against .ban-wrap, i.e. percentages of the full
   1300px banner — the frame the 2025 metrics were measured in. */
.ban__content {
  position: relative;
  grid-area: 1 / 1;
  padding: 3.4cqw 3.2cqw 3.4cqw 4.4cqw;   /* copy starts at x=404 on the 2025 file */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1.35cqw;
  color: #fff;
  /* Carries the legibility the lighter scrim gives up. */
  text-shadow: 0 1px 3px rgba(6,10,22, calc(.55 * var(--tsh))),
               0 2px 16px rgba(6,10,22, calc(.45 * var(--tsh)));
}

/* Type sizes are not guessed: each is the size at which the rendered string
   matches the width it occupies on reference-2025.jpg. */
.ban__title {
  margin: 0;
  font-size: 2.91cqw;       /* 37.8px at 1300 → title runs 793px, as in 2025 */
  line-height: 1.06;
  font-weight: 700;
  letter-spacing: -.005em;
}
.ban__lede {
  margin: 0;
  font-size: 2.23cqw;       /* 29px at 1300 → first line 609px, as in 2025 */
  line-height: 1.24;
  font-weight: 400;
  max-width: 50cqw;         /* forces the break after “VRS”, like the original */
}
.ban__cta {
  display: inline-block;
  margin-top: .3cqw;
  padding: 1.41cqw 3.23cqw; /* yields the measured 361 × 60 pill */
  border-radius: 6px;
  background: var(--rf-blue);
  color: #fff;
  font-size: 1.8cqw;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  text-shadow: none;
  transition: background-color .18s ease, transform .18s ease;
}
.ban:hover .ban__cta { background: var(--rf-blue-h); transform: translateY(-1px); }
.ban:focus-visible { outline: 3px solid #0a76f6; outline-offset: 3px; }

/* --------------------------------------------------------------- rotation
   The two states alternate the way the newsletter GIF does, but with a real
   dissolve: 3.6s held, 0.4s crossfade. State B runs the same keyframes half a
   cycle out of phase, so there is a single timeline and the two can never
   drift. A crossfade was impossible in the GIF — changing every pixel defeats
   frame differencing and took the file from 300 Ko to 815 Ko. */
@keyframes ban-cycle {
  0%, 43%   { opacity: 1; }
  50%, 93%  { opacity: 0; }
  100%      { opacity: 1; }
}
.ban__content { animation: ban-cycle 8s ease-in-out infinite; }
.ban__content--b { animation-delay: -4s; }

/* Pulse on the call to action: a ring that grows out of the pill and fades.
   box-shadow rather than transform, so it cannot fight the hover translate, and
   it costs no layout — the pill never moves and the copy never reflows. */
@keyframes ban-cta-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(61, 64, 169, .55); }
  70%  { box-shadow: 0 0 0 1.05cqw rgba(61, 64, 169, 0); }
  100% { box-shadow: 0 0 0 0 rgba(61, 64, 169, 0); }
}
.ban__cta { animation: ban-cta-pulse 2.6s cubic-bezier(.4, 0, .2, 1) infinite; }
/* Once the pointer is on the banner the pulse has done its job; dropping the
   animation outright, rather than pausing it, avoids freezing a half-drawn ring. */
.ban:hover .ban__cta { animation: none; }

@media (prefers-reduced-motion: reduce) {
  /* Without the animation the two grid-stacked states would both paint, so B
     has to be taken out explicitly rather than just having its motion removed. */
  .ban__content, .ban__cta { animation: none; }
  .ban__content--b { opacity: 0; }
}

/* Container queries, not media queries: the banner reacts to its own box, not to
   the viewport. Measured widths of the .ads content box on the live homepage,
   once its px-md-5 is dropped: 760 (xxl), 640 (xl), 520 (lg), 600 (md), 516 (sm),
   ~350 (xs). The breakpoint sits below 516 so the horizontal 1300/332 format —
   the one the newsletter shows — holds from sm up, and only phones stack. */
@container (max-width: 500px) {
  .ban { flex-direction: column; aspect-ratio: auto; }
  .ban__mark { flex: 0 0 auto; height: 22cqw; min-height: 74px; background-size: auto 74%; }
  .ban__body { min-height: 58cqw; }
  .ban__content { padding: 7cqw 6cqw 7.5cqw; gap: 3.4cqw; }
  .ban__title { font-size: 7.4cqw; }
  .ban__lede  { font-size: 5.2cqw; max-width: none; }
  .ban__cta   { font-size: 4.4cqw; padding: 3.4cqw 6cqw; margin-top: 1cqw; }
}
/* <<< BANNIERE VRS 2026 - FIN <<< */


/* VRS_VIDEO_COHEN_2026 - 2026-09-11 */
.vrs-video-assembly{border-radius:6px;overflow:hidden}.vrs-video-assembly .ban{border-radius:0;box-shadow:none}
.vrs-video-band{box-sizing:border-box;display:flex;align-items:center;gap:2.2cqw;padding:2.7cqw 3.2cqw;background:#f6f6f6;color:#30338e;text-decoration:none;min-height:12cqw;border-top:1px solid #dedee9;font-family:Marianne,Arial,sans-serif}
.vrs-video-band *{box-sizing:border-box}.vrs-video-copy{flex:1;min-width:0}.vrs-video-copy h2{font-family:inherit;color:#30338e;font-size:max(16px,2.2cqw);line-height:1.25;margin:0 0 .8cqw;font-weight:700;letter-spacing:-.02em}.vrs-video-copy p{font-family:inherit;font-size:max(12px,1.55cqw);line-height:1.4;margin:0;color:#4b4c63}
.vrs-video-cta{display:inline-flex;gap:1cqw;align-items:center;background:#3d40a9;color:#fff;padding:1.5cqw 2cqw;border-radius:6px;font-size:max(12px,1.65cqw);font-weight:700;white-space:nowrap}.vrs-video-cta svg{width:1.6cqw;height:1.6cqw}.vrs-video-band:hover .vrs-video-cta{background:#2f3288}.vrs-video-band:focus-visible{outline:3px solid #7679db;outline-offset:-3px}
.vrs-video-portrait{position:relative;display:block;flex:0 0 22%;aspect-ratio:16/9;overflow:hidden;border:0;border-radius:10px;background:#b49a70;isolation:isolate}
.vrs-video-portrait img{display:block;width:100%;height:100%;object-fit:cover;transform:scale(2.15);transform-origin:50% 12%;transition:transform .25s ease-out}
.vrs-video-portrait .vrs-play{display:grid;place-items:center;position:absolute;left:auto;top:auto;right:8px;bottom:8px;transform:none;width:clamp(30px,4.2cqw,42px);height:clamp(30px,4.2cqw,42px);border-radius:50%;background:rgba(255,255,255,.72);color:#30338e;box-shadow:0 2px 8px rgba(25,25,48,.14);transition:background .2s ease-out,transform .2s ease-out}
.vrs-video-portrait .vrs-play svg{width:35%;height:35%;margin-left:8%}
.vrs-video-band:hover .vrs-video-portrait .vrs-play,.vrs-video-band:focus-visible .vrs-video-portrait .vrs-play{background:rgba(255,255,255,.94);transform:scale(1.06)}
.vrs-video-band:hover .vrs-video-portrait img{transform:scale(2.22)}
.vrs-video-copy{min-width:0}.vrs-video-copy h2{font-size:max(16px,2.2cqw)}
@container(max-width:500px){.vrs-video-portrait{flex-basis:28%;border-radius:8px}.vrs-video-portrait .vrs-play{width:30px;height:30px;right:5px;bottom:5px}.vrs-video-copy{flex-basis:62%}.vrs-video-copy h2{font-size:4.7cqw}.vrs-video-cta{margin-left:32cqw}}
@media(prefers-reduced-motion:reduce){.vrs-video-portrait img,.vrs-video-portrait .vrs-play{transition:none}.vrs-video-band:hover .vrs-video-portrait img{transform:scale(2.15)}}

@container(max-width:500px){.vrs-video-band{padding:6cqw;gap:4cqw;flex-wrap:wrap}.vrs-video-copy h2{line-height:1.25;margin-bottom:2cqw}.vrs-video-copy p{font-size:3.4cqw;line-height:1.5}.vrs-video-cta{font-size:4cqw;padding:3.6cqw 5cqw;gap:3cqw}.vrs-video-cta svg{width:4cqw;height:4cqw}}

/* VRS sidebar compacte - 20260911 */
.vrs-sidebar{max-width:380px;margin:0 auto;border:1px solid #e3e3ed;border-radius:10px;overflow:hidden}
.vrs-sidebar .ban{flex-direction:column;aspect-ratio:auto}
.vrs-sidebar .ban__mark{flex:0 0 64px;height:64px;min-height:0;background-size:auto 52px;background-position:16px center}
.vrs-sidebar .ban__body{min-height:170px}
.vrs-sidebar .ban__content{padding:16px;gap:10px}
.vrs-sidebar .ban__title{font-size:18px;line-height:1.15}
.vrs-sidebar .ban__lede{font-size:13px;line-height:1.35;max-width:none}
.vrs-sidebar .ban__cta{font-size:12px;padding:10px 13px;margin-top:2px}
.vrs-sidebar .vrs-video-band{display:grid;grid-template-columns:82px minmax(0,1fr);padding:15px;gap:10px 12px;min-height:0}
.vrs-sidebar .vrs-video-portrait{width:82px;aspect-ratio:1;grid-row:1 / 3;align-self:start;border-radius:8px}
.vrs-sidebar .vrs-video-portrait img{transform:scale(2.15)}
.vrs-sidebar .vrs-video-portrait .vrs-play{width:30px;height:30px;right:5px;bottom:5px}
.vrs-sidebar .vrs-video-copy h2{font-size:15px;line-height:1.25;margin:0 0 6px}
.vrs-sidebar .vrs-video-copy p{font-size:11px;line-height:1.4}
.vrs-sidebar .vrs-video-cta{justify-self:start;margin:0;font-size:11px;padding:9px 11px;gap:8px}
.vrs-sidebar .vrs-video-cta svg{width:12px;height:12px}

/* No-results search: local A-Z journal browser */
.search-zero-layout{max-width:1040px;margin:1.5rem auto 3rem}.search-zero-status{padding:1.25rem 0;border-bottom:1px solid rgba(0,0,0,.12)}.search-zero-status h4{margin:0 0 .4rem;font-weight:800}.search-zero-status p{margin:0;opacity:.8}.search-zero-retry{max-width:640px;margin:1.5rem auto}.search-zero-journals{padding-top:1rem}.abc-inline-count{margin:0 0 1rem;font-size:.9rem;text-align:center}.abc-inline-count strong{font-size:1.25rem;font-weight:800}.abc-inline-bar{display:flex;flex-wrap:wrap;justify-content:center;gap:.35rem}.abc-inline-letter{display:inline-flex;align-items:center;justify-content:center;width:2.2rem;height:2.2rem;border:1px solid var(--bs-primary,#293571);border-radius:.35rem;text-decoration:none;font-weight:800;color:var(--bs-primary,#293571)}.abc-inline-letter.active{background:var(--bs-primary,#293571);color:#fff!important}.abc-inline-letter-off{opacity:.28}.abc-inline-list{margin-top:1.5rem;padding:1.5rem;border-top:1px solid rgba(0,0,0,.12)}.abc-inline-title{text-align:center;font-size:1.25rem;font-weight:800;margin:0 0 1rem}.abc-inline-journal{display:block;padding:.45rem .25rem;text-decoration:none}.abc-inline-journal:before{content:'\203A';margin-right:.5rem;font-weight:800}@media(max-width:767.98px){.search-zero-layout{margin-top:1rem}.abc-inline-list{padding-left:0;padding-right:0}}
