.Footer__footerBg {
  display: none;
}

.commonStyle__zt3BrandBg,
.SearchContainer__downArrow,
.commonStyle__zt3Brand,
.Badge__announcement,
.commonStyle__zt3BrandBorder,
.Icon__brand {
  color: #b48c40;
}

.commonStyle__zt3BrandBg {
  background-color: #b48c40;
}

.SearchContainer__downArrow {
  border-top-color: #b48c40;
}

.commonStyle__zt3BrandBorder {
  border-color: #b48c40;
}

.Layout__collapsefullWidth {
  padding: 0;
}

.Header__navbar {
  height: 200px;
  align-content: center;
}

.Header__logo img {
  width: 10rem;
  max-width: 10rem;
  object-fit: cover;
}

.Header__name {
  display: none;
}

.Header__container {
  display: none;
}

.commonStyle__wordWrapWord {
  text-wrap: wrap;
}

.CustomerSatisfactionContainer__listHead {
  align-items: center;
  gap: 10px;
}

.TicketList__accountCont li:nth-child(n+2) {
    display: none;
}

.TicketList__filterPanel {
  display: none;
}

.AppContainer__breadCrumbs {
  display: none;
}

.ticket_assigneeid, 
.ticket_channel,
.ticket_departmentid {
    display: none;
}

#cc {
    display: none;
}

.FileUpload__userLink {
  /* Masquer le texte original */
  font-size: 0;
}

.FileUpload__userLink::after {
  /* Afficher le nouveau texte */
  content: "Joindre des photos (fortement recommandé)";
  font-size: 16px; /* Ajustez la taille de la police selon vos besoins */
  color: inherit; /* Conserve la couleur du texte d'origine */
  vertical-align: middle; /* Pour aligner correctement avec les autres éléments */
}

.Remplissez_le_formulaire {
    font-size: 0; /* Cache le texte existant */
}

.Remplissez_le_formulaire::after {
    content: "Détails du ticket";
  font-size: 16px;
}
