@charset "UTF-8";
/* -------------------------------------------------------------------------- */
/*                                Falcon Button                               */
/* -------------------------------------------------------------------------- */
/* prettier-ignore */
/* -------------------------------------------------------------------------- */
/*                          Bandeau environnement dev                         */
/* -------------------------------------------------------------------------- */
:root {
  --dev-banner-height: 0px;
}

.navbar-vertical {
  top: var(--dev-banner-height) !important;
  height: calc(100vh - var(--dev-banner-height)) !important;
}

.navbar-top {
  top: var(--dev-banner-height) !important;
}

.sticky-table {
  top: calc(var(--falcon-top-nav-height) + var(--dev-banner-height)) !important;
}

/* -------------------------------------------------------------------------- */
/*                          Skip link (accessibilité)                         */
/* -------------------------------------------------------------------------- */
.skip-link {
  position: absolute;
  top: -100%;
  left: 0;
  background: var(--falcon-primary);
  color: #fff;
  padding: 0.5rem 1rem;
  z-index: 9999;
  font-weight: 600;
  text-decoration: none;
  border-radius: 0 0 4px 0;
}
.skip-link:focus {
  top: 0;
  color: #fff;
  outline: 3px solid var(--falcon-warning);
  outline-offset: 2px;
}

.text-indigo {
  color: #727cf5 !important;
}

.text-purple {
  color: #ff0000 !important;
}

.text-teal {
  color: #02a8b5 !important;
}

.footer {
  position: relative !important;
}

.dropdown-item {
  position: relative;
  z-index: 2;
}

.elevate-item {
  position: relative;
  z-index: 2;
}

.dropdown .row .nav-link {
  min-width: 10rem;
}

.label {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.8333333333rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.form-submit-button {
  min-width: 140px;
  height: 40px;
  transition: all 0.3s ease;
  width: auto;
}

.shadow-pop:hover {
  -webkit-animation: shadow-pop 0.2s ease-out both;
  animation: shadow-pop 0.2s ease-out both;
}

@keyframes shadow-pop {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    transform: scale(1);
  }
  100% {
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.35);
    transform: scale(1.05);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
iframe {
  height: 100% !important;
  width: 100%;
}

.iframe-group-pages {
  height: 80vh !important;
}

.widget-refresh-btn {
  width: fit-content;
}

.fade-out {
  animation: fadeOut 0.3s ease-in-out;
}

.fade-in {
  animation: fadeIn 0.3s ease-in-out;
}

.flex-grow-half {
  flex-grow: 0.5;
}

.w-lg-25-sm-100 {
  width: 25%;
}

.flex-sm-column-lg-row {
  flex-direction: row !important;
}

.img-fluid {
  max-width: none;
}

#topLogo {
  width: 140px;
}

.gru-setting-toggle {
  text-decoration: none;
  z-index: 1016;
  cursor: pointer;
}

.gru-setting-container {
  height: 31px;
}

.settings-popover {
  top: 0;
}

.form-border {
  border: 1px solid var(--falcon-border-color);
  border-radius: 5px;
  padding: 1.5rem;
}

.text-900.sort {
  height: 32px;
  padding-top: 0;
  padding-bottom: 0;
}

.table-search-row {
  height: 32px;
}

.table-search-row > input {
  width: 100%;
}

.thead-search-small input:not([type=checkbox]) {
  width: 6rem !important;
}

.habilitations-form-table {
  display: flex;
  gap: 40px 0px;
}

.habilitations-form-row > td {
  padding: 0 !important;
  cursor: pointer;
}

.habilitations-form-cell {
  height: 48px;
}

.habilitations-form-cell.active {
  background: var(--falcon-primary);
  color: #fff;
}

.habilitations-form-cell.active a {
  color: #fff !important;
}

.habilitations-checkall-switch-container {
  font-size: small;
}

.habilitations-form-cell .fa-icon {
  visibility: hidden;
}

.habilitations-form-cell:hover .fa-icon {
  visibility: visible;
}

.sticky-table {
  position: sticky;
  top: var(--falcon-top-nav-height);
}

.lanceur-form-card {
  height: 10rem;
}

.lanceur-form-list-container a {
  text-decoration: none;
}

.icons-grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(48px, 0.5fr));
  gap: 8px;
  padding: 8px;
  justify-items: center;
}

.icon-grid-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  transition: transform 0.2s;
}

.icon-grid-item:hover {
  transform: scale(1.2);
}

.icon-grid-item.active {
  color: var(--falcon-primary);
}

.icon-label {
  font-size: 0.75rem;
  margin-top: 6px;
}

.fc {
  min-width: 1400px;
}

.fc-v-event .fc-event-main::after {
  display: none;
}

.fc-event-main-frame {
  overflow-x: hidden;
  margin-top: -2px;
  white-space: nowrap;
}
.fc-event-main-frame.fc-event-short {
  flex-direction: column !important;
  align-items: flex-start !important;
  white-space: normal !important;
  overflow: visible !important;
  min-height: fit-content !important;
}
.fc-event-main-frame.fc-event-short .fc-event-time {
  white-space: nowrap;
}
.fc-event-main-frame.fc-event-short .fc-event-title-container {
  white-space: normal !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
  width: 100%;
}
.fc-event-main-frame:not(.fc-event-short) {
  flex-direction: column !important;
}

.fc-timegrid-event .fc-event-main-frame:not(.fc-event-short) {
  white-space: normal;
  overflow: hidden;
  align-items: flex-start;
}
.fc-timegrid-event .fc-event-main-frame:not(.fc-event-short) .fc-event-time {
  white-space: nowrap;
}
.fc-timegrid-event .fc-event-main-frame:not(.fc-event-short) .fc-event-title-container {
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  width: 100%;
}
.fc-timegrid-event .fc-event-main-frame:not(.fc-event-short) .fc-event-title {
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.fc-event-title-container {
  display: flex;
  align-items: center;
  gap: 4px;
}

.fc-timegrid-axis-cushion {
  font-size: 9pt;
}

.fc .fc-timeGridWeek-view .fc-v-event .fc-event-main::after {
  top: 0.25rem;
}

.fc .fc-timeGridWeek-view .fc-timegrid-event {
  display: flex;
  align-items: baseline;
  padding: 0.3125rem 0 0 0.25rem;
  text-overflow: ellipsis;
  overflow: hidden;
}

.fc-timegrid-event-harness {
  cursor: pointer;
}

.jodit-status-bar-link {
  display: none;
}

.filter-btn, .reglement-filter-btn, .suivi-filter-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 160px;
  font-size: small;
  gap: 0.5rem;
}

.filter-btn span, .reglement-filter-btn span, .suivi-filter-btn span {
  max-width: 140px;
}

.th-sort {
  display: flex;
  align-items: center;
  justify-content: center;
}

.table-demande-info {
  max-width: 50vw;
}

.table-demande-info th {
  min-width: 11rem;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

.table-demande-info .fieldset-row td {
  background-color: #e3ebf6;
  border-top: 2px solid #b6c1d2;
}

.card-chat-pane {
  overflow: scroll;
}

.chat-content-body .simplebar-placeholder {
  display: none;
}

.chat-message-standard a {
  color: white;
}

.chat-message-email a img, .chat-message-standard a img {
  max-height: 320px;
}

.demande-tags-input-container {
  flex-wrap: nowrap;
}

.tab-pane-pad {
  padding: 1rem;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: flex;
  justify-content: center;
}

.swiper-slide a {
  display: flex;
  max-width: fit-content;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.swiper-slide a img {
  max-width: 100%;
  max-height: 80%;
  flex-grow: 1;
}

.swiper-slide a svg {
  flex-grow: 1;
}

.swiper-slide a p {
  text-align: center;
}

@media screen and (max-width: 1158px) {
  .habilitations-form-table {
    flex-direction: column;
  }
  .table-search-row {
    flex-direction: column;
    gap: 8px 0;
    height: auto;
  }
}
@media screen and (max-width: 772px) {
  .w-lg-25-sm-100 {
    width: 100%;
  }
  .flex-sm-column-lg-row {
    flex-direction: column !important;
  }
  .gru-setting-container {
    border-radius: 0.25rem;
    width: 36px;
  }
  .gru-setting-toggle small {
    display: none;
  }
  .filter-btn, .suivi-filter-btn, .reglement-filter-btn {
    max-width: 140px;
  }
  .filter-btn svg, .suivi-filter-btn svg, .reglement-filter-btn svg {
    display: none;
  }
  .table-demande-info {
    max-width: 100%;
  }
  .demande-tags-container {
    padding: 0;
    flex-direction: column;
  }
  .demande-tags-input-container {
    flex-direction: column;
  }
  .tab-pane-pad {
    padding: 1rem 0;
  }
  .tags-container {
    justify-content: center;
  }
}
@media screen and (min-width: 576px) {
  .modal-dialog {
    max-width: fit-content;
    min-width: var(--falcon-modal-width);
  }
}
/* Styles pour le volet chatbot */
.chatbot-panel {
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
}

.chatbot-open .content,
.chatbot-open .container,
.chatbot-open .container-fluid {
  transition: margin-right 0.3s ease-in-out;
}

.chatbot-content-shift {
  margin-right: 400px;
}

@media (max-width: 768px) {
  .chatbot-panel {
    width: 100vw !important;
  }
  .chatbot-content-shift {
    margin-right: 0;
    transform: translateX(-100vw);
  }
}
/* -------------------------------------------------------------------------- */
/*                          Styles d'impression calendrier                    */
/* -------------------------------------------------------------------------- */
@media print {
  /* Masquer tous les éléments non nécessaires à l'impression */
  .navbar,
  .navbar-vertical,
  .navbar-top,
  .footer,
  .btn,
  button,
  .dropdown,
  nav,
  aside,
  header,
  .print-hide,
  .card-header {
    display: none !important;
  }
  /* Ajuster la mise en page globale */
  html, body {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
    color-adjust: exact !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .content {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }
  main {
    padding: 0 !important;
    margin: 0 !important;
  }
  .container, .container-fluid {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
  }
  .card {
    border: none !important;
    box-shadow: none !important;
  }
  .card-body {
    padding: 0 !important;
  }
  /* Styles spécifiques au calendrier FullCalendar */
  .fc {
    min-width: auto !important;
  }
  .fc-timegrid-slot {
    height: 2em !important;
  }
  .fc-event {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
}
/* -------------------------------------------------------------------------- */
/*                       Pages légales (rendu public + éditeur)               */
/* -------------------------------------------------------------------------- */
.legal-content dl.legal-dl,
.legal-content dl {
  display: grid;
  grid-template-columns: minmax(180px, 220px) 1fr;
  column-gap: 1.5rem;
  row-gap: 0.4rem;
  margin: 1rem 0 1.5rem;
}
.legal-content dl.legal-dl dt,
.legal-content dl dt {
  font-weight: 600;
  color: var(--falcon-700);
}
.legal-content dl.legal-dl dd,
.legal-content dl dd {
  margin: 0;
  color: var(--falcon-900);
}
.legal-content h2 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  font-weight: 600;
}
.legal-content p {
  line-height: 1.6;
}

aside.legal-help-card {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 0.875rem 1rem;
  margin: 1.25rem 0;
  border: 1px solid #b6e0fe;
  border-left: 4px solid #2563eb;
  border-radius: 6px;
  background: #eff6ff;
}
aside.legal-help-card .legal-help-card-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #2563eb;
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  font-family: "Times New Roman", serif;
  font-style: italic;
}
aside.legal-help-card .legal-help-card-icon::before {
  content: "i";
}
aside.legal-help-card p {
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 576px) {
  .legal-content dl.legal-dl,
  .legal-content dl {
    grid-template-columns: 1fr;
    row-gap: 0.1rem;
  }
  .legal-content dl.legal-dl dt,
  .legal-content dl dt {
    margin-top: 0.6rem;
  }
}
.fc-license-message {
  display: none;
}

.panoramax-viewer-panel {
  width: min(720px, 100vw) !important;
}

.panoramax-photo-viewer {
  display: block;
  width: 100%;
  height: min(68vh, 680px);
  min-height: 420px;
  overflow: hidden;
  border-radius: 0.375rem;
  background: var(--falcon-gray-100);
}

.panoramax-viewer-loading {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border-radius: 0.375rem;
  background: var(--falcon-gray-100);
}

@media (max-width: 575.98px) {
  .panoramax-photo-viewer,
  .panoramax-viewer-loading {
    min-height: 360px;
    height: 62vh;
  }
}