/*Card pages d'accueil*/
.commonStyle__zt3BrandFill {
fill: #47d05f;
}

.commonStyle__zt3BrandBg {
 background-color: #47d05f;
}
/*Bouton envoyer un ticket*/
.Button__footerBtn {
  background-color: #47d05f;
}
.Button__footerBtn:hover{
  background: #47d05f;
}
/*Flèche pour remonter*/
.AppContainer__backToTop:hover {
   background: #47d05f;
}
/*Bouton de connexion*/

.commonStyle__zt3Brand{
color: #47d05f;
}
/*Loupe présente dans barre de recherche*/
.Icon__brand {
color: #47d05f;
}

/*Astérisque formulaire*/
.FormElement__mandatoryStar 
.FormElement__required::after {
color: #47d05f;
}

/*Image en fond accueil*/
.Header__header {
  background-size : auto;
 background-position: 50% 35%;
  position: relative;
  z-index: 3;
}
