
/** custom hugo scroll
/* Boutons hugo-scroll – bleu personnalisé */

:root {
  --accent: #152A7B;          /* couleur du bouton */
  --accent-hover: #1d3aa6;    /* hover */
  --highlight-contrast: #ffffff; /* TEXTE du bouton */
  --cover-text-color: #1d3aa6;
  --highlight: #152A7B;
  
  --section-dark-bg-color: #152A7B;
  
  /** menu **/
  --sticky-menu-text-color : #f4c430;
  
  /** list **/
    --ul-li-icon: fa-check;
  
  /** footer **/
  --footer-color-background: var(--accent);
  
  /** custom **/
  --accent-gold : #f4c430;
  --single-page-header-height: 180px; /* mobile */
  --single-page-header-bg-color : --sticky-menu-text-color;
}

@media (min-width: 768px) {
  :root {
	  --single-page-header-height: 120px; /* desktop */
  }
}

/* personaliser le liste : Supprimer les "*" du thème hugo-scroll */

ul li i {
  color: #189C3A;

}

/** personaliser le menu **/
.fixed-nav {
	background : var(--section-dark-bg-color);
	color : #fff;
}
