*, *::before, *::after {
  box-sizing: border-box;
}

html, body {
  max-width: 100vw;
  overflow-x: hidden;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
  color: #2E2E2E;
}

:root {
  --gris-anthracite: #2E2E2E;
  --gris-clair: #EAEEEB;
  --dore: #D6A75C;
  --vert: #73BDA8;
  --corail: #E27D60;
  --fond-1: #FFF9F5;
  --fond-2: #F5FCF9;
  --fond-3: #F9F9FF;
  --feature-border-color: rgba(150, 150, 150, 0.1);
  --feature-border-hover: rgba(100, 100, 100, 0.25);
}

.icon-bleu    { color: #4FC3F7; }   /* bleu clair */
.icon-orange  { color: #FFB74D; }   /* orange doux */
.icon-rose    { color: #F06292; }   /* rose punchy */
.icon-vert    { color: #81C784; }   /* vert doux */
.icon-violet  { color: #BA68C8; }   /* violet pastel */
.icon-jaune   { color: #FFD54F; }   /* jaune doux */
.icon-menthe  { color: #73BDA8; }   /* ta couleur principale */ 

.navbar-custom {
  background-color: var(--gris-anthracite);
  border-bottom: 1px solid #3f3e3e;
}

.navbar-custom .nav-link {
  color: white !important;
  font-weight: bold;
}

.navbar-nav .nav-link.active {
  color: var(--vert) !important;
  background-color: transparent !important;
}

.dropdown-menu {
  background-color: #33383F; /* Gris bleuté foncé, flat et harmonieux */
  border: none;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.dropdown-menu .dropdown-item {
  font-weight: 600;
  color: #ffffff;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  transition: background-color 0.2s, color 0.2s;   
}

.dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  color: var(--vert); /* ton vert menthe */
}

.dropdown-menu .dropdown-item i {
  font-size: 1.2rem;
  transition: color 0.2s;
}

.dropdown-menu .dropdown-item:hover i {
  color: var(--vert);
}

.btn-essai { 
  background-color: var(--vert); 
  color: white !important; 
  font-weight: bold;
}

.btn-essai2{
  background-color: var(--vert); 
  color: white !important; 
  font-weight: bold;
  font-size: 1.125rem !important;
}

.btn-essai2:hover { 
  background-color: #5ca999; 
}

.btn-essai:hover { 
  background-color: #5ca999; 
}

.hero { 
  background-color: var(--gris-anthracite); 
  color: white; padding: 100px 0; 
}

.hero .container { 
  display: flex; 
  flex-wrap: wrap; 
  align-items: center; 
  justify-content: space-between; 
  gap:-1rem; /* Réduit l’espacement entre texte et image */
}

.hero-text { 
  flex: 2;    
  min-width: 0;
  max-width: 100%;
}

.hero-text h2 {
  font-size: 3rem;
  font-weight: bold;
  margin-right: -1.5rem;  /* Décalage vers la gauche */
  position: relative;
  z-index: 2;
}

.hero-text p {
  font-size: 1.25rem !important;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
}

.hero-image { 
  flex: 1; 
  text-align: right; 
  min-width: 0;
  max-width: 100%;
}

.hero-image img { 
  max-width: 90%; 
  height: auto; 
  transition: transform 0.3s ease-out; 
}

.logo-primschool {
  height: auto !important; 
  max-height: 40px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.container, .contenu-centre {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.navbar-toggler {
  border: none !important;
  background: transparent !important;
  padding: 0.25rem 0.75rem;
  box-shadow: none !important;
  outline: none;
}

.navbar-toggler-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  background: none;
  padding: 0;
}

.navbar-toggler-icon span {
  display: block;
  width: 100%;
  height: 3px;
  margin: 3px 0;
  background-color: white;
  border-radius: 2px;
}

.navbar-brand img {
  max-height: 40px;
  height: auto;
  width: auto;
  max-width: 100%;
}

.navbar-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.navbar-collapse {
  width: 100%;        
}

@media (max-width: 768px) {
  .navbar-collapse {
    width: 100%;
    background: linear-gradient(to bottom, #2E2E2E 0%, #444444 100%);
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    padding: 1rem;
    font-size: 1.1rem !important;

  }

  .dropdown-menu {
    max-width: 100vw;
    width: auto;
    min-width: 200px; /* évite les menus trop étroits */
    white-space: normal; /* permet le retour à la ligne */
    word-break: break-word;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .dropdown-menu .dropdown-item {
    white-space: normal;
    word-break: break-word;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .hero .container { 
    flex-direction: column; 
    gap: 1rem; /* Réduction d'espacement sur mobile */
  }

  .hero-text { 
    order: 0; 
    max-width: 100% !important;
  }

  .hero-image { 
    order: 1;
    max-width: 70% !important;
  }

  .social-links {
    justify-content: center;
    margin-top: 1rem;
  }

  .social-links a {
    width: 48px;
    height: 48px;
    font-size: 22px;
  }

  .social-links i {
    font-size: 20px;
  } 
}

.section-light { 
  background-color: var(--gris-clair); 
  padding: 60px 0; 
}

.section-white { 
  background-color: white; 
  padding: 60px 0; 
}

.icon-large { 
  font-size: 2rem; 
  margin-right: 10px; 
}      

@media (max-width: 700px) {
  .navbar-collapse {
    width: 100%;
    background: linear-gradient(to bottom, #2E2E2E 0%, #444444 100%);
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    padding: 1rem;
  }

  .hero-text h2 {
    font-size: 1.5rem !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    word-break: break-word;
  }

  .hero-text h3 {
    font-size: 1.2rem !important;
    margin-top: 1.25rem !important;
  }

  .hero-text p {
    font-size: 1.25rem !important;
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
  }

  .hero-image img {
    max-width: 70% !important;
    height: auto !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 576px) {
  .contenu-centre { max-width: 540px; }

  .hero-text h2 {
    margin-left: 0 !important;
  }

  .hero-text p {
    font-size: 1.25rem !important;
  }
}

@media (min-width: 768px) {
  .contenu-centre { max-width: 720px; }

  .hero-text h2 {
    margin-left: 0 !important;
  }

  .hero-text p {
    font-size: 1.25rem !important;
  }
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    width: 100%;
    background: linear-gradient(to bottom, #2E2E2E 0%, #444444 100%);
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    padding: 1rem;
  }     

  .navbar-collapse .nav-link {
    display: block;
    padding: 0.5rem 0;
    color: white !important;
  }     

  .navbar-collapse .nav-link.btn-essai {
    display: inline-block;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container.flex-column {
    flex-direction: column !important;
  }

  .hero-text h2 {
    font-size: 2rem !important;
  }

  .hero-text p {
    font-size: 1.25rem !important;
  }
}

@media (min-width: 992px) {
  .contenu-centre { 
    max-width: 860px; 
  } /* plus étroit que Bootstrap */

  .navbar-custom .navbar-brand {
    display: flex;
    align-items: center;
  }

  .navbar-custom .navbar-nav {
    align-items: center;
  }

  .navbar-custom .navbar-collapse {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    padding-left: 1rem;
  }

  .navbar-top {
    flex-direction: row;
    width: 100%;
  }

  .container.flex-column {
    flex-direction: row !important;
    align-items: center;
  }
}

@media (min-width: 1200px) {
  .contenu-centre { max-width: 960px; }
}

.navbar-brand {
  flex-shrink: 1;
  min-width: 0;
  max-width: 70%;
  overflow: hidden;
}

.navbar-toggler {
  flex-shrink: 0;
  border: none;
  background: transparent;
  box-shadow: none;
}

.navbar-top {
  flex-wrap: nowrap;
}

.advantage-icon {
  font-size: 2.2rem;
  color: var(--dore);
}   

.feature-icon {
  font-size: 2rem;
}

.feature-card {
  padding: 20px;
  height: 100%;
  cursor: pointer;
  border: 1px solid var(--feature-border-color);
  border-radius: 12px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 0 8px rgba(150, 150, 150, 0.15);
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(3px);
}

.feature-card:hover {
  transform: translateY(-5px);
  border-color: var(--feature-border-hover);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.feature-description {
  display: none;
  margin-top: 10px;
  font-size: 0.95rem;
  color: #555;
}

.feature-card .voir-plus {
  font-weight: 600;
  text-decoration: none;
}

.feature-card .voir-plus:hover {
  font-weight: 700;
  text-decoration: underline;
}

.avis-box {
  background-color: #f9f9f9;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(0,0,0,0.05);
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.avis-texte {
  font-size: 1.2rem;
  font-style: italic;
  color: #333;
}

.avis-nom {
  font-weight: bold;
  margin-top: 1rem;
  color: #666;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: none; /* Supprime les flèches par défaut */
  width: 2rem;
  height: 2rem;
  background-color: transparent;
  border: solid #2E2E2E;
  border-width: 0 4px 4px 0;
  padding: 6px;
}

.carousel-control-prev-icon {
  transform: rotate(135deg);
  margin-left: 10px;
}

.carousel-control-next-icon {
  transform: rotate(-45deg);
  margin-right: 10px;
}

footer {
  font-size: 1.05rem !important;
}


#footer a {
  text-decoration: none;
  font-weight: normal;
}

#footer a:hover {
  text-decoration: none;
  font-weight: bold;
}

 /* Bouton par défaut */
.nav-link.btn-essai {
  background-color: var(--vert) !important;
  color: white !important;
  font-weight: bold;
  border-radius: 0.3rem;
  transition: all 0.2s ease-in-out;
  box-shadow: none;
}

/* Mise en évidence lorsqu'il est actif / sélectionné */
.nav-link.btn-essai.active,
.nav-link.btn-essai:active,
.nav-link.btn-essai:focus {
  background-color: #5ca999 !important; /* variante plus foncée */
  color: white !important;
  box-shadow: 0 0 0 0.2rem rgba(115, 189, 168, 0.4); /* halo vert */
  outline: none;
}

.nav-link.btn-essai:hover {
  background-color: #5ca999 !important;
  color: white !important;
}

.voir-plus {
  font-weight: 700;
  font-size: 0.85rem;
  color: #569d8f; /* Vert doux */
  text-decoration: none;
  transition: color 0.2s ease;
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
}

.voir-plus:hover {
  text-decoration: underline;
}

footer { 
  background-color: var(--gris-anthracite); 
  color: white; 
  padding: 20px 0; 
  text-align: center; 
}

.whatsapp-container {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: flex;
  flex-direction: column; /* ✅ empile verticalement */
  align-items: flex-end;       /* ✅ aligne le tout à droite */  gap: 5px;
  z-index: 1000;
}

.boutonWhatsApp {
  background-color: #25D366;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  min-width: 52px;
  min-height: 52px;
  aspect-ratio: 1 / 1; /* ✅ Maintient un ratio carré même si déformé */
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease, background-color 0.2s ease;
  animation: pulse 1.2s ease-in-out 6; /* ⬅️ 6 répétitions ≈ 5.4s */
  text-decoration: none;
}

.boutonWhatsApp i {
  font-size: 30px;
  color: white;
  line-height: 1;
}

.boutonWhatsApp:hover {
  background-color: #1ebe5d;
  transform: scale(1.1);
}

.message-whatsapp { 
  position: relative;
  background-color: white;
  color: #333;
  font-size: 14px;
  padding: 16px 14px 12px 14px;
  border-radius: 10px;
  margin-bottom: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  max-width: 260px;
  line-height: 1.4;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid #cce4f6; /* bleu pâle doux */
}


@keyframes fadeOut {
  0%, 90% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
  }
  70% {
    transform: scale(1.1);
    box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

/* Social media */
.social-media{
  background: #2E2E2E;
  border: 3px solid white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: white;
  margin-right: 4px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  transition: 0.3s;
  position: relative;
  top: -27px; /* ✅ remonte le rond */
}

/* SOUS MENU TUTORIEL */

#sousMenuTuto{
  background: #F2F4F5;
  border-right: 1px solid #E4E4E4;
  padding: 30px 15px;
  margin-top: 30px;
}

.col-lg-9{
  padding: 27px 27px 0 27px;
  margin-top: 27px;
}

.intro-Tutoriel{
  text-align: left;
}

.fil-ariane a{
  margin-left: 30px;
  font-size: 14px;
}

.fil-ariane span{
    font-size: 14px;
}

.editeur {
  border: 1px solid #E4E4E4;
  margin-bottom: 30px;
  padding: 25px 25px 20px 30px;
  margin-left: 7px;
  background: white;
  position: relative;
}

hr {
    width: 90%;
    margin-left: 20px;
    margin-right:25% 
}

.titre-sous-menu {
  margin-left: 7px;
  color: #004289;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.sous-menu-liste, .sous-menu-liste li {
    list-style: none;
    padding-left: 10px;
}

.sous-menu-liste li a {
  opacity: 0.5;
  color: #002642;
}

.sous-menu-liste li a.active {
  text-decoration : underline;

}  

.sous-menu-liste li a:hover {
    opacity: 1;
    color: #004289;
}

/* Bloc tutoriel */
.tutoriel {
  marging-left: 20px;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.08);
  padding: 2rem;
  background-color: var(--blanc, #fff);
  border: 1px solid #ddd;
}

.menuTutoriel{
  margin-top: 20px;
  background-color: #f2f4f5;
  box-shadow: 0 10px 20px rgba(0,0,0,0.08);
  border: 1px solid #ddd;
  border-radius: 10px;
}

.sous-menu-liste-tuto, .sous-menu-liste-tuto li {
  list-style: none;
  padding-left: 10px;
}

.sous-menu-liste-tuto li a {
  opacity: 0.7;
  color: #002642;
  text-decoration : none;

}

.sous-menu-liste-tuto li a.active {
  opacity: 1;
  color: #73bda8;
  font-weight: 700;
  text-decoration: underline;
}  

.sous-menu-liste-tuto li a:hover {
  opacity: 1;
  color: #73bda8;
  font-weight: 700;
}

.titre-sous-menu-tuto {
  margin-left: 10px;
  color: #2e2e2e;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.gx-2 > [class^="col"] {
  padding-left: 15px;
  padding-right: 15px;
}

/* Neutralise les couleurs imposées par fa-facebook / fa-twitter / etc. */
.fa-facebook,
.fa-twitter,
.fa-instagram,
.fa-youtube,
.fa-linkedin,
.fa-x-twitter {
  color: white !important;
}

/* Fixe les styles des icônes de réseaux sociaux même en mobile */
.social-links a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--gris-anthracite) !important;
  color: white !important;
  text-decoration: none;
  font-size: 24px !important;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.social-links a:hover {
  background-color: var(--dore) !important;
  transform: scale(1.1);
}

.social-links i {
  font-size: 22px !important;
  color: white !important;
  line-height: 1;
}

/* Centrage parfait même en mobile */
@media (max-width: 768px) {
  .social-links {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 1rem;
  }

  .social-links a {
    width: 48px;
    height: 48px;
    font-size: 22px !important;
  }

  .social-links i {
    font-size: 20px !important;
  }
}

/* Le logo peut se comprimer et ne pousse pas le hamburger */
.navbar .navbar-brand {
  flex-shrink: 1;
  min-width: 0;
  max-width: 70%;
  overflow: hidden;
}

/* Taille du logo (bureau) */
.logo-primschool {
  height: auto;
  width: auto;
  max-height: 40px;
  object-fit: contain;
}

/* La zone collapse prend toute la ligne suivante en mobile */
@media (max-width: 992px) {
  .logo-primschool {
    max-height: 28px;
  }
  .navbar .container,
  .navbar .contenu-centre {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;       /* important */
    gap: .5rem;
  }

  .navbar-collapse {
    flex-basis: 100%;      /* passe à la ligne */
    width: 100%;
    position: static;      /* ne recouvre pas le logo */
    background: linear-gradient(to bottom, #2E2E2E 0%, #444444 100%);
    padding: 1rem;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .navbar-collapse .nav-link {
    display: block;
    padding: .5rem 0;
    color: #fff !important;
  }
}

/* (optionnel) si tu veux forcer l’icône hamburger blanche même sans navbar-dark */
.navbar-custom .navbar-toggler {
  border: none;
  box-shadow: none;
}
.navbar-custom .navbar-toggler-icon {
  background-image: var(--bs-navbar-toggler-icon-bg);
}

/* Extra petit écran : garde logo + burger sur la même ligne
   et force un logo plus petit */
@media (max-width: 360px) {
  .navbar .container,
  .navbar .contenu-centre {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;                 /* ❗️ne pas passer à la ligne */
    gap: .5rem;
  }

  .navbar-brand {
    flex: 1 1 auto;
    min-width: 0;
    max-width: calc(100% - 48px);      /* ❗️laisse ~48px au burger */
    overflow: hidden;
  }

  .logo-primschool {
    max-height: 22px;                  /* ❗️plus petit qu’à 992px */
    height: auto;                      /* garde les proportions */
    width: auto;
  }

  .navbar-toggler {
    flex: 0 0 40px;                    /* bouton à largeur fixe */
    padding: .25rem .5rem;
  }
}

/* --- Base : conteneur de la navbar = wrap, 1re ligne = logo + burger --- */

/* Empiler proprement en mobile */
@media (max-width: 992px) {
  .navbar .container,
  .navbar .contenu-centre {
    display: flex;
    align-items: center;
    gap: .5rem;
    flex-wrap: wrap;                 /* empile par défaut en mobile */
  }

  .navbar-brand {
    order: 0;
    flex: 1 1 auto;
    min-width: 0;
    max-width: calc(100% - 48px);
    overflow: hidden;
    z-index: 2;                      /* le logo reste au-dessus */
  }

  .navbar-toggler {
    order: 1;
    flex: 0 0 40px;
  }

  .navbar-collapse {
    order: 2;
    flex: 1 0 100%;                  /* prend toute la ligne suivante */
    width: 100%;
    position: static;
  }

  .navbar-collapse.collapse.show {
    display: block !important;       /* sécurité si un style l’écrase */
  }
}

/* Très petits écrans : garder une seule ligne tant que le menu est fermé */
@media (max-width: 360px) {
  .navbar .container,
  .navbar .contenu-centre { flex-wrap: nowrap; }

  .navbar .contenu-centre:has(.navbar-collapse.show),
  .navbar .contenu-centre:has(.navbar-collapse.collapsing) {
    flex-wrap: wrap;
  }
}

.logo-primschool { max-height: 22px; }
  .navbar-toggler { padding: .25rem .5rem; }
}

/* Compaction header ≤ 360 px */
@media (max-width: 360px) {
  /* moins de padding global */
  .navbar .container.contenu-centre { padding-left: 6px !important; padding-right: 6px !important; }

  /* supprime le décalage de la liste (ms-lg-4 ne s'applique que ≥lg, mais on force) */
  .navbar-nav { gap: .25rem !important; margin-left: 0 !important; }
  .navbar-nav.ms-lg-4 { margin-left: 0 !important; }

  /* liens de premier niveau (Fonctionnalités, Tarifs, Aide, Contact, Mon compte) */
  .navbar .nav-link { 
    font-size: 1.2rem !important; 
    padding: .25rem .35rem !important; 
    line-height: 1.2 !important;
    white-space: nowrap !important;
  }

  /* bouton CTA */
  .navbar .nav-link.btn-essai {
    font-size: .82rem !important;
    padding: .28rem .5rem !important;
    border-radius: .25rem !important;
  }

  /* logo + hamburger plus compacts */
  .navbar-brand { max-width: calc(100% - 42px) !important; min-width: 0 !important; overflow: hidden; }
  .logo-primschool { max-height: 22px !important; }
  .navbar-toggler { width: 32px !important; padding: 0 !important; flex: 0 0 32px !important; }

  /* Chaque item (icône + texte) */
  .navbar .dropdown-menu .dropdown-item {
    font-size: 1.1rem !important;
    font-weight: 600; /* tu peux passer à 500 si tu veux encore plus “fin” */
    padding: .35rem .5rem !important;
    line-height: 1.2 !important;
    white-space: normal !important;   /* autorise le retour à la ligne */
    word-break: break-word !important;/* évite que ça déborde */
    gap: .35rem !important;           /* réduit l’espace icône/texte si tu gardes display:flex */
  }

  /* Icônes Bootstrap */
  .navbar .dropdown-menu .dropdown-item i,
  .navbar .dropdown-menu .dropdown-item .bi {
    font-size: 1rem !important;       /* ex : 16px */
    margin-right: .35rem !important;  /* réduit le me-2 effectif */
  }
}

/* Ultra-étroit ≤ 300 px */
@media (max-width: 300px) {
  .navbar .nav-link { font-size: 1.1rem !important; padding: .2rem .3rem !important; }
  .navbar .nav-link.btn-essai { font-size: 1rem !important; padding: .24rem .4rem !important; }

  .navbar .dropdown-menu .dropdown-item {
    font-size: 1.1rem !important;
    padding: .20rem .45rem !important;
  }
  .navbar .dropdown-menu .dropdown-item i,
  .navbar .dropdown-menu .dropdown-item .bi { font-size: .95rem !important; }
}
