/*
Custom CSS for Hadron HSI 2 theme
*/

/*==========================*
    VARIABLES CSS : PALETTE
*==========================*/
:root {
  --green-main:   #197B4F;
  --green-pale:   #e7faf2;
  --green-hover:  #3AA273;
  --green-pastel: #AFD1C2;
  --gray-dark:    #4B4A4A;
  --gray-blue:    #0e1514;
  --gray-dark:    #5f5f5f;
  --gray-green:   #879087;
  --blue-deep:    #132E4A;
  --yellow-pale:  #FFFFEF;
  --white-main:   #FFFFFF;
  --black-accent: #02020A;

  
  /* Background color */
  --background-main: #FFFFFF;
  --background-secondary: #f2f3f550;
  --background-grey: rgba(215, 215, 215, 0.7);
  --background-blk-5: rgba(0, 0, 0, 0.40);

  /* Typo */
  --font-main: 'Inter', 'Roboto', Arial, sans-serif;
  --font-mono: 'Fira Mono', 'Menlo', 'Courier New', monospace;

  /* Borders & Spacing */
  --border-radius: 1.2em;
  --spacing-sm: 0.5em;
  /* --spacing-md: 1em;
  --spacing-lg: 2em;
  --spacing-xl: 3vw; */
  --spacing-xs: 8px;
  --spacing-sm: 16px;
  --spacing-md: 24px;
  --spacing-lg: 32px;
  --max-width-text: 100%;

  /* Ombres */
  --shadow-md: 0 4px 18px -6px rgba(30,44,74,0.10);
  --shadow-lg: 0 8px 32px -8px rgba(25,123,79,0.16);
  --shadow-hover: 0 12px 36px -6px rgba(25,123,79,0.18);

  /* Focus */
  --focus-color: var(--green-main);
  --focus-width: 3px;
  --focus-offset: 2px;
}

/*=========================*
     RÉINITIALISATION
*=========================*/
* { box-sizing: border-box; }
html { font-size: 16px; scroll-behavior: smooth; }

body,
html body, #body-wrapper, .app-container {
  background: var(--background-main);
  color: var(--gray-dark);
  font-family: var(--font-main);
  line-height: 1.65;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body, .main-container, .content {
  background: var(--background-secondary) !important;
  box-shadow: none !important;
}
.main-container,
#main,
.modular {
  max-width: 900px;
  margin: 3em 0 0 0;
  /* padding: 0 1.5em; */
}

.section,
.hero,
.cards,
.alert {
  margin-bottom: 3em;
  /*background: transparent !important;
  box-shadow: none !important;*/
}

/*=========================*
         TYPOGRAPHIE
*=========================*/
h1 {
  font-size: 2.5em;
  margin: 0 0 var(--spacing-lg) 0;
  font-weight: 700;
}
h2 {
  font-size: 1.8em;
  margin: var(--spacing-lg) 0 var(--spacing-md) 0;
  font-weight: 600;
}
h3 {
  font-size: 1.35em;
  margin: var(--spacing-md) 0 var(--spacing-sm) 0;
  font-weight: 600;
}
/*h1, h2, h3, h4, h5, h6 {
  color: var(--blue-deep);       
  font-weight: 600;
  letter-spacing: 0.02em;
}
h1 { font-size: 2.3em; margin-bottom: 1em; }
h2 { font-size: 2em; }
h3 { font-size: 1.5em; }
h4, h5, h6 { font-size: 1.2em; }
*/

/* Paragraphe aéré */
p {
  margin: 0 0 var(--spacing-md) 0;
  max-width: var(--max-width-text);
  line-height: 1.7; /* aération verticale dans le bloc */
  font-size: 1.1em; /* 17-18px selon base */
}

/* Gras subtil */
strong, b {
  font-weight: 600;
}

/* Ligne de séparation élégante */
hr {
  border: none;
  border-top: 1px solid var(--green-pale);
  margin: var(--spacing-lg) 0;
}


body h1, body h2, body h3 {
  color: var(--green-main);
}
body h4, body h5, body h6 {
  color: var(--gray-dark);
}
/*============================*
      Tableau
*============================*/
table th {
  background-color: var(--green-main);
  color: var(--white-main);
}
table tr:nth-child(even) {
  background-color: var(--background-grey);
}


/*============================*
      LOGO
*============================*/
.logo img
 {
  background: transparent !important;
  filter: none !important;
}

/*============================*
      SCROLLBAR CUSTOM
*============================*/
::-webkit-scrollbar { width: 8px; height: 8px; background: var(--background-main);}
::-webkit-scrollbar-thumb { background: var(--green-main); border-radius: 8px;}
::-webkit-scrollbar-thumb:hover { background: var(--green-hover);}
* { scrollbar-width: thin; scrollbar-color: var(--green-main) var(--background-main); }

/*============================*
      IMAGES
*============================*/
img {
    max-width: 100%;
    border-radius: 20px 0px;
    border-style: none;
}

.shadow-img { box-shadow: 0 4px 18px rgba(0,0,0,0.18); }


/*============================*
      MENU
*============================*/
#header a {
  font-size: 1.3em;
}
/* s'assurer au-dessus des titres/texes */
.header-fixed #header {
    z-index: 3;
}


@media (max-width: 840px) {
  .dropmenu {
      display: none;
  }
}

@media (max-width: 970px) {
    .extra-spacing:not(.col-12),:not(.col12) > .e-content {
        padding-right:0
    }
}



.dropmenu ul {
  white-space: nowrap;
  margin: 0;
  display: flex;
}
.dropmenu ul li {
  position: relative;
  margin: 0;
}
.dropmenu ul li a {
  text-decoration: none;
  padding: 1px 30px 1px 20px;
  /* padding: 7px 30px 7px 20px; */
  display: block;
}
.dropmenu ul li a:hover,
.dropmenu ul li a:focus,
.dropmenu ul li a.active {
  color: var(--green-main) !important;
}
.dropmenu ul li a:before {
  content: "\f107";
  font-family: "FontAwesome";
  display: inline-block;
  vertical-align: middle;
  float: right;
  margin-right: -20px;
}
.dropmenu ul li a:only-child {
  padding-right: 20px;
}
.dropmenu ul li a:only-child:before {
  content: "";
}
.dropmenu ul li:hover > ul,
.dropmenu ul li:focus-within > ul {
  display: block;
  visibility: visible;
  pointer-events: auto; /* Important pour la souris */
}
.dropmenu ul ul li a:before {
  content: "\f105";
}
.dropmenu ul ul {
  position: absolute;
  top: 100%;
  list-style: none;
  background: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  margin: 0;
  padding: 0;
  min-width: 200px; /* Pour bien recouvrir la largeur */
  pointer-events: none; /* Empêche le clic tant que invisible */
  display: none; /* Masqué par défaut */
}


body:is(.header-dark) #header:not(.scrolled) .dropmenu ul > li > a:is(.active, :focus, :hover),
body:is(.header-light, .header-transparent) #header .dropmenu ul > li > a:is(.active, :focus, :hover), body #header.scrolled .dropmenu ul > li > a:is(.active, :focus, :hover) {
  color: var(--green-main) !important;
}


/* .dropmenu ul > li > a:is(.active, :focus, :hover) {
  color: var(--green-main) !important;
} */


.dropmenu ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
  margin: 0;
}
.dropmenu > ul > li {
  display: inline-block;
}
.dropmenu.animated ul li {
  transition: background 0.7s, color 0.5s;
}
.dropmenu.animated ul li:hover > ul,
.dropmenu.animated ul li:focus-within > ul {
  opacity: 1;
  transform: translateY(0);
}
.dropmenu.animated ul ul {
  transition: transform 0.3s, opacity 0.5s;
  opacity: 0;
  transform: translateY(-10px);
}

/*============================*
      MENU RESPONSIVE
*============================*/
.treemenu.treemenu-root {
  margin: 1rem;
}
.treemenu li {
  list-style: none;
  margin: 0 0 1px;
  padding: 5px 0;
  line-height: 1.2rem;
  background: var(--background-blk-5);
}
.treemenu li a {
  display: block;
  margin-left: 1.2rem;
  font-size: 1rem;
}
.treemenu li a:hover,
.treemenu li a:focus,
.treemenu li a.active {
  color: var(--green-main) !important;
  text-decoration: none;
}
.treemenu ul {
  margin: 0 0 0 1rem;
}
.treemenu .toggler {
  cursor: pointer;
  vertical-align: top;
  font-size: 1.1rem;
  line-height: 1rem;
  padding-left: 5px;
  float: left;
}
.treemenu .toggler:before {
  display: inline-block;
  margin-right: 2pt;
}
.treemenu li.tree-empty > .toggler {
  opacity: 0.3;
  cursor: default;
}
.treemenu li.tree-empty > .toggler:before {
  content: "•";
}
.treemenu li.tree-closed > .toggler:before {
  content: "+";
}
.treemenu li.tree-opened > .toggler:before {
  content: "−";
}




/*============================*
      LIENS & TAGS
*============================*/
/* Surcharger la couleur bleue des liens (non visités, hover, focus, active, visited) avec vert */
body a:not(:has(.title), :is(.mobile-container a)),
body a:not(:has(.title), :is(.mobile-container a)):hover,
body a:not(:has(.title), :is(.mobile-container a)):focus,
body a:not(:has(.title), :is(.mobile-container a)):active,
body a:not(:has(.title), :is(.mobile-container a)):visited,
#footer a, #footer a:is(:hover)
 {
  color: var(--green-main); /* Vert principal au lieu du bleu */
}

a[class*="u-url"] {
  color: var(--green-hover);
  background: transparent;
}

a, a:visited {
  color: var(--green-main);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  background: transparent;
  transition: color 0.2s, background 0.15s;
}
a:hover, a:active {
  color: var(--green-hover);
  background: transparent;
}

a[class*="tag"], .tag, .tags a {
  background: var(--green-pastel);
  color: var(--green-main);
  border-radius: 0.7em;
  padding: 0.2em 0.8em;
  margin-right: 0.3em;
  font-weight: 500;
  font-size: 0.97em;
  display: inline-block;
  text-decoration: none;
  /* border: 1px solid var(--green-pale); */
  border : none;
  transition: background 0.14s, color 0.14s;
}
a[class*="tag"]:hover, .tag:hover, .tags a:hover {
  background: var(--gray-dark);
  color: var(--white-main)!important;
}

/* Surcharger la couleur du label secondary avec vert */
.label.label-secondary {
  color: var(--gray-dark); 
  background: var(--background-grey);  /*#e1edfd;*/
}

a[class*="label label-rounded label-secondary p-category"] :hover, .tag:hover, .tags a:hover {
  background: var(--green-pale);
  color: var(--green-main);
  border-radius: 0.7em;
  padding: 0.2em 0.8em;
  margin-right: 0.3em;
  font-weight: 500;
  font-size: 0.97em;
  display: inline-block;
  text-decoration: none;
  border: 1px solid var(--green-pale);
  transition: background 0.14s, color 0.14s;
}

a[class*="label label-rounded label-secondary p-category"] :hover, .tag:hover, .tags a:hover {
  background: var(--green-hover);
  color: var(--white-main)!important;
}

/*Rond bleu a droit pour indiquer une information dans la page de blogue sur le nombre d'article*/
/* Surcharger la couleur du label secondary avec vert */
.label.label-primary {
  color: var(--gray-dark) !important; 
  background-color: var(--green-pale) !important;  
}

a[class*="label label-rounded label-primary"] {
  background: var(--gray-dark);
  color: var(--green-pale)!important;
}

/*==========================*
   LAYOUT HERO
*==========================*/
/* Hero Section - Styles principaux */
.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-size: cover;
  background-position: center;
  position: relative; /* Important pour overlay absolu */
}
.hero h1 {
  color: var(--green-main);
  font-size: 4rem;
}
.hero h2 {
  color: rgba(36.42, 40.64, 49.08, 0.8);
  font-size: 2.5rem;
  justify-content: center;
}
.hero.hero-fullscreen { min-height: 100vh; }
.hero.hero-large     { min-height: 500px; }
.hero.hero-medium    { min-height: 400px; }
.hero.hero-small     { min-height: 110px; }
.hero.hero-tiny      { min-height: 8rem; }
/* Hero on header fixed */
.header-fixed .hero { background-position: 50% 0; }
@media (max-width: 840px) {
  .hero h1 { font-size: 3rem; }
  .hero h2 { font-size: 1.75rem; }
}
@media (max-width: 600px) {
  .hero h1 { font-size: 2rem; }
  .hero h2 { font-size: 1.25rem; }
}
/* Si Hero en version text-light (sur fond sombre) */
.hero.text-light h1 { color: var(--white-main); font-weight: 600;}
.hero.text-light h2 { color: rgba(255, 255, 255, 0.8); }

.hero p { 
  font-size: 1rem; 
  font-weight: 450; 
  text-align: center; 
  background: var(--background-blk-5);
  margin-left: auto;
  margin-right: auto;
}

.hero #to-start {
  display: inline-block;
  margin: 1em;
  position: absolute;
  bottom: 10px;
  font-size: 2rem;
  cursor: pointer;
}
/* Overlay gris semi-transparent sur l’image hero */
.hero .image-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgba(70, 70, 70, 0.35); /* gris, ajuste le alpha pour encore plus/moins opaque */
  pointer-events: none;
}
.hero > *:not(.image-overlay) {
  position: relative;
  z-index: 2;
}

/*==========================*
    FEATURED LAYOUT 
*==========================*/

.modular-features {
  text-align: center;
}
.modular-features.offset-box .frame-box {
  margin: -5rem -1.4rem 3rem;
  padding: 1rem 1rem;
  background: #fff;
  box-shadow: 0 0 75px 0 rgba(69, 77, 93, 0.1);
}
.modular-features.small .columns {
  margin-top: -1rem;
}
.modular-features.small .column:hover .feature-icon i {
  color: #4063CB;
}
.modular-features.small .feature-icon {
  display: block;
  justify-content: left;
}
.modular-features.small .feature-icon i {
  position: relative;
  display: inherit;
  font-size: 70px;
  margin: 0 auto 1rem;
  transform: none;
  left: auto;
  top: auto;
  color: var(--green-main);
  /* color: rgb(172, 179, 193); */
}
.modular-features.small .feature-icon h6 {
  text-transform: none;
}
.modular-features .frame-box {
  padding: 3rem 0;
}
.modular-features .frame-box > p {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.modular-features .column {
  padding: 1rem;
}
.modular-features .column:hover .feature-icon {
  color: var(--green-hover);
  /* color: rgb(172, 179, 193); */
}
.modular-features .column:hover .feature-icon h6 {
  color: var(--green-hover);
  /* color: #4063CB; */
}
.modular-features .column:hover .feature-content {
  color: var(--green-hover);
  /* color: rgb(101, 113, 136); */
}
.modular-features .feature-icon {
  font-size: 130px;
  height: 100px;
  /* color: var(--green-main); */
  color: rgb(231, 233, 237);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 1rem 0;
}
.modular-features .feature-icon i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.modular-features .feature-icon h6 {
  background: #fff;
  line-height: 1;
  z-index: 1;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
  display: block;
  color: var(--gray-green);
}
.modular-features .feature-content {
  /* color: var(--green-pastel); */
  color: rgb(172, 179, 193); 
}


/*==========================*
   LAYOUT LATEST : Commun
*==========================*/

/* Section des derniers articles */
.latest-articles {
  align-self: center;
  margin: 2em auto 0 auto;
  /* margin-bottom: 40em; ou margin: 3em 0; pour haut/bas */
  max-width: 1080px;
  padding: 0 1em;
}

/* Titre de section */
.latest-articles__section-title {
  margin-bottom: 1em;
  font-size: 1.5em;
  text-align: center;
  color: var(--green-main);
}

/*==========================*
   LAYOUT LATEST : carte standard
*==========================*/

/* Layout Masonry avec CSS Grid */
.latest-articles__card-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  /* grid-auto-rows: 10px; */
  grid-auto-rows: auto;
  gap: 2em;
  margin: 0 auto;
  max-width: 1008px;
}

/* Carte individuelle d'article */
.latest-articles__post {
  background: var(--background-main);
  color: var(--gray-blue);
  box-shadow: var(--shadow-md);
  overflow: hidden;
  min-width: 270px;
  padding: 1em;
}
.latest-articles__post > .card {
  border: none;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;  /* MAGIQUE : Coupe l'image si nécessaire pour remplir sans écraser */
  object-position: center top; /* Centre l'image (ou 'center center') */
  display: block; /* Supprime l'espace vide sous l'image par défaut */
  border-radius: 0;
}

/* Responsive breakpoints */
@media (max-width: 768px) {
  .latest-articles__card-list {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1.5em;
  }
}

@media (max-width: 480px) {
  .latest-articles__card-list {
    grid-template-columns: 1fr;
    gap: 1em;
  }
  
  .latest-articles {
    padding: 0 0.5em;
  }
} 


/*==========================*
   LAYOUT LATEST : carte mansonry + JS
*==========================*/

.latest-articles__card-list.grid {
  display: grid;
  grid-gap: 1em;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  grid-auto-rows: 20px;
  margin: 0 auto;
  max-width: 1008px;
}

.latest-articles__post.item {
  background: var(--background-main);
  box-shadow: var(--shadow-md);
  /* border-radius: 0.5em; */
  overflow: hidden;
  display: block;
  /* PAS de hauteur/largeur forcée ici */
}
.latest-articles__post > .card {
  border: none;
}

.latest-articles__post .content > .card {
  border: none;
}

.latest-articles__post .content h3,
.latest-articles__post .content h4 {
  color: var(--green-main);
  margin-top: 0;
}

/* Responsive breakpoints */
@media (max-width: 980px) {
  .latest-articles {
    max-width: 96vw;
  }
  .latest-articles__card-list.grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 1.2em;
  }
}
@media (max-width: 600px) {
  .latest-articles__card-list.grid {
    grid-template-columns: 1fr;
    grid-gap: 1em;
  }
  .latest-articles {
    padding: 0 0.5em;
  }
}

/* Optionnel : effet hover */
.latest-articles__post.item:hover {
  box-shadow: var(--shadow-hover);
  transform: translateY(-6px) scale(1.02);
  transition: box-shadow 0.2s, transform 0.2s;
}


/*==========================*
    STARS LAYOUT 
*==========================*/
.modular-features.offset-box 
.frame-box-2 { 
  margin: 2rem -1.4rem 3rem; 
  padding: 1rem 1rem; 
  background: var(--background-main); 
  box-shadow: var(--shadow-md); 
  max-width: 100%;
  justify-self: center;
}
/*==========================*
    Couleur d'élément
*==========================*/
/* Champ date et temps de lecture dans les articles */
blog-date {
  color: var(--green-pastel) !important;
}
/* Bouton */
.btn, a.btn,
a.button, a.btn {
  border-color: var(--green-main);
  border-radius: 20px 0;
  box-shadow: 0 1px 6px #0001;
}
.btn:focus, .btn:hover, .button:focus, .button:hover,
a.btn:focus, a.btn:hover, a.button:focus, a.button:hover{
  text-decoration: none;
  color: white ;
  border-color: var(--green-hover);
  background: var(--green-hover);
  transform: translateY(-2px);
}
body a:not(:has(.title), :is(.mobile-container a)).btn {
  border-color: var(--green-main);
}
body a:not(:has(.title), :is(.mobile-container a)).btn:hover,
body a:not(:has(.title), :is(.mobile-container a)).btn:focus {
  color: var(--white-main) !important;
}

/* body a:not(:has(.title), :is(.mobile-container a)), body a:not(:has(.title), :is(.mobile-container a)):hover, body a:not(:has(.title), :is(.mobile-container a)):focus, body a:not(:has(.title), :is(.mobile-container a)):active, body a:not(:has(.title), :is(.mobile-container a)):visited
{
    color: var(--white-main);
} */

/* Navigation langue responsive */
nav.language-switcher a.active {
  color: var(--green-main);
}

/*==========================*
    FORMULAIRE 
*==========================*/

/* Personalisation des boutons */
form:not(.login-form) .buttons button {
  width: 100%;
  height: 2.5rem;
  padding: 0.5rem 8px ;
  border-radius: 20px 0;
  color: var(--green-main);
  border: 1px solid var(--green-main);
  transition: background 0.2s, opacity 0.2s, transform 0.2s;
}

.active.button, .btn.active, .btn:active, .button:active {
  text-decoration: none;
  color: var(--background-main);
  border-color: var(----green-hover) !important;
  background: var(----green-hover);
}

form:not(.login-form) .buttons button:hover, form:not(.login-form) .buttons button:focus, form:not(.login-form) .buttons button:focus-visible {
  border: 1px solid var(----green-hover);
  box-shadow: 0 1px 6px #0001;
  color: var(--white-main);
  outline-color: #4063CB;
  background-color: var(--green-hover);
  transform: translateY(-2px);
}

.btn-primary.active.button, .btn-primary.button:active, .btn.btn-primary.active, .btn.btn-primary:active {
  border: 1px solid var(--green-hover);
  border-color: var(--white-main);
  background-color: var(--green-hover);
  transform: translateY(-2px);
}

form:not(.login-form) .buttons button.btn-primary {
  color: white;
  background-color: var(--green-main);
}

form:not(.login-form) .buttons button.btn-primary:hover {
  background-color: var(--green-hover);
  transform: translateY(-2px);
}

/* Toast de success */
.toast.toast-success {
  border-color: var(--green-main);
  background: var(--green-main);
}

.owl-carousel figure {
  margin: 0 !important;
  display: inline-block !important;
  vertical-align: top;
} 

/*==========================*
    Bannière de cookies
*==========================*/
/* Toast */
#tecart-cookie-banner {
  border-radius: 60px 0px;
}

/* Titre en haut */
.cc-header {
  font-family: var(--font-main);
  color: var(--green-main) ;
} 
/* Couleur text toast */
.cc-color-override--734292624.cc-window {
  color:  var(--gray-blue) ;
}
/* Mise en forme des texts popup */
/* Titre de la partie explication, Titre avant toggle */
.tcb-catTabs .tcb-script-title, .tcb-catTabs .tcb-script-title {
  color:  var(--gray-blue) ;
  font-family: var(--font-main);
  font-weight: bold;
}
/* Text d'explication */
.tcb-settings-modal-content p {
  color:  --gray-blue ;
  margin: 0 0 var(--spacing-md) 0 ;
  max-width: var(--max-width-text) ;
  line-height: 1.7; /* aération verticale dans le bloc */
  font-size: 1.1em; /* 17-18px selon base */
}
/* Toggle  de section */
input:checked+.tcb-slider {
  background-color: var(--green-pastel);
}
/* Toggle page activation des cookies */
.tcb-switch.disabled .tcb-slider {
  background-color: var(--green-pastel);
}
/* Bouton */
.cc-btn, .cc-highlight .cc-btn.layout-1 {
  justify-content: space-evenly;
  align-items: center;
  display: flex !important;
  align-content: center;
  border-radius: 20px 0;
  box-shadow: 0 1px 6px #0001;
}

.cc-highlight .cc-btn.layout-2,
.tcb-saveSettings .cc-btn.layout-2 {
  justify-content: space-evenly;
  align-items: center;
  background-color: var(--green-main) !important;
  border-color: var(--green-main);
  color: #fff !important;
  display: flex !important;
  align-content: center;
  box-shadow: 0 1px 6px #0001;
}
.cc-highlight .cc-btn.layout-2:focus,
.cc-highlight .cc-btn.layout-2:hover,
.tcb-saveSettings .cc-btn.layout-2:focus,
.tcb-saveSettings .cc-btn.layout-2:hover {
  justify-content: center !important;
  align-items: center !important;
  text-decoration: none !important;
  color: white !important;
  border-color: var(--green-hover) !important;
  background: var(--green-hover) !important;
  transform: translateY(-2px) !important;
}
/* Lien */
.cc-window a, .tcb-settings-modal a {
  color: var(--green-main);
}