/*OVERRIDE DE LA STRUCTURE DE LA PAGE*/
.frennly-chat-page-active .header {
  border-right: 1px solid var(--gray-400);
}
.frennly-chat-page-active .page-hero {
  display: none;
}
.frennly-chat-page-active .templatePageTextBloc:first-child .bloc:first-child {
  padding-top: 0;
  padding-bottom: 0;
}
.frennly-chat-page-active .templatePageTextBloc .container {
  max-width: 100%;
  padding: 0;
}
/*FALLBACK SI ELEMENT RIGTHBAR VIDE*/
.frennly-chat-referent-technique:has(.frennly-chat-referent-content:empty) {
  display: none;
}

.frennly-chat-related-section:has(.frennly-chat-empty) {
  display: none;
}