/* Allclean pour les textes ecriture noir */
.brand-name-texte {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1.2rem;
  display: inline-block;
}
.brand-name-texte .alltexte {
  font-weight: normal;
  color: #333; /* couleur noir */
}
.brand-name-texte .cleantexte strong {
  font-weight: bold;
  color: #333; /* couleur noir */
}
.brand-name-texte .chiffretexte {
  color: #00cc00; /* vert Monster Energy style */
  font-weight: bold;
}


/* Allclean pour les titres ecriture blanche*/
.brand-name-titre {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 4rem;
  display: inline-block;
}
.brand-name-titre .alltitre {
  font-size: 4rem;
  font-weight: normal;
  color: #FFFFFF; /* couleur blanc */
}
.brand-name-titre .cleantitre strong {
  font-size: 4rem;    
  font-weight: bold;
  color: #FFFFFF; /* couleur blanc */
}
.brand-name-titre .chiffretitre {
  font-size: 4rem;
  color: #00cc00; /* vert Monster Energy style */
  font-weight: bold;
}

/* Allclean pour le footer */
.brand-name-footer .allfooter {
  font-weight: normal;
  color: #FFFFFF; /* ou couleur de ton choix */
}
.brand-name-footer strong .allfooter {
  font-weight: bold;
  color:  #FFFFFF; /* ou couleur de ton choix */
}
.brand-name-footer strong .allfooter {
  font-size:4rem;
  font-weight: bold;
  color:  #FFFFFF; /* ou couleur de ton choix */
}

@media (max-width: 768px) {
/* Allclean pour les titres ecriture blanche*/
.brand-name-titre {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 3rem;
  display: inline-block;
}
.brand-name-titre .alltitre {
  font-size: 3rem;
  font-weight: normal;
  color: #FFFFFF; /* couleur blanc */
}
.brand-name-titre .cleantitre strong {
  font-size: 3rem;    
  font-weight: bold;
  color: #FFFFFF; /* couleur blanc */
}
.brand-name-titre .chiffretitre {
  font-size: 3rem;
  color: #00cc00; /* vert Monster Energy style */
  font-weight: bold;
}
}