a {
    color: inherit; /* ou utilise une couleur spécifique */
    text-decoration: none; /* Pour enlever le soulignement si nécessaire */
}

a:visited {
    color: inherit; /* Conserve la même couleur même après visite */
}

a:hover {
    color: inherit; /* Conserve la même couleur au survol */
}

a:active {
    color: inherit; /* Conserve la même couleur lorsqu'il est actif */
}

.px50{font-size: 50px;}
.px40{font-size: 40px;}
.px30{font-size: 30px;}
.px20{font-size: 20px;}
.px10{font-size: 10px;}
.txt-align{text-align: justify;}
.txt-spacing{letter-spacing: 0.05em;}
.h1-equal-height {
    min-height: 2.5em; /* Ajuste cette hauteur pour équilibrer les lignes de tes h1 */
    line-height: 1.2;  /* Ajuste l'espacement entre les lignes si nécessaire */
}

.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.text-large {
    font-size: 90px;
    margin-bottom: 5px;
    line-height: 1;
    text-shadow: 2px 2px 10px #333;
}

.text-small {
    font-size: 30px;
    line-height: 1.2;
    text-shadow: 1px 1px 2px #333;
}




        