@charset "UTF-8";
.btn {
  min-width: 190px;
  height: 40px;
  border-radius: 5px;
  border-color: none;
  border: 0px;
  line-height: 25px;
}

.btn-primary {
  font-weight: bold;
  background-color: #ffd000;
}

.btn-primary:hover {
  background-color: #ffe77f;
}

.btn-primary:active {
  background-color: #e7b401 !important;
}

.btn-primary:focus {
  box-shadow: none !important;
}

.btn-primary.disabled {
  background-color: #c9c9c9 !important;
  color: #58595b !important;
}

.btn-primary:disabled {
  background-color: #c9c9c9 !important;
  color: #58595b !important;
}

.btn-secondary {
  font-weight: bold;
  background-color: #66c2eb;
}

.btn-secondary:hover {
  background-color: #85ceef;
}

.btn-secondary:active {
  background-color: #3291d1 !important;
  color: #ffffff !important;
}

.btn-secondary:focus {
  box-shadow: none !important;
}

.btn-secondary.disabled {
  background-color: #e6e6e6 !important;
  color: #58595b !important;
}

.btn-info {
  font-size: 14px;
  font-weight: bold;
  border: 2px solid #66c2eb;
  background-color: #ffffff;
  color: #66c2eb !important;
}

.btn-info:hover {
  border: 2px solid #85ceef;
  cursor: pointer;
  background-color: #ffffff;
}

.btn-info:active {
  border: 2px solid #85ceef;
  color: #85ceef !important;
  background-color: #ffffff !important;
}

.btn-info:focus {
  box-shadow: none !important;
}

.btn-info.disabled {
  background-color: #ffffff !important;
  border: solid 2px #565656 !important;
  color: #565656 !important;
}

.btn-check {
  min-width: 0 !important;
  margin-top: 10px;
  margin-bottom: 20px;
}

.scrollcss::-webkit-scrollbar {
  width: 10px !important;
  border-radius: 5px !important;
  background-color: #c9c9c9 !important;
}

.scrollcss::-webkit-scrollbar-thumb {
  width: 10px !important;
  border-radius: 5px !important;
  background-color: #e6e6e6 !important;
}

/*FIN SPEC CHARTE MAEVA*/
body {
  font-size: 14px;
  color: #336575;
  font-family: QuickSand !important;
  margin: 0;
  width: 100%;
}

.block_login {
  width: 100%;
  opacity: 0.9;
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.block-champ {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
  position: relative;
}

.block-champ > label {
  font-size: 20px;
  color: #003e52;
}

.block-champ > img {
  width: 60%;
}

.block-champ > input[type=text],
.block-champ > input[type=password] {
  width: 80%;
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 0.2px #707070;
  margin: 0 auto;
}

.block-champ .toggle-password {
  position: absolute;
  right: 12%;
  top: 65%;
  font-size: 16px;
  cursor: pointer;
}

.block_souvenir_de_moi {
  margin-left: 10%;
}

.forget_password {
  margin-top: -20px;
  margin-left: 10%;
}

#auth_page {
  background-image: url("../../images/fond_page_connexion.jpg");
  /*background-position: bottom;*/
  background-repeat: no-repeat;
  background-size: cover;
}

.marge-20 {
  margin-top: 20px;
}

.marge-30 {
  margin-top: 30px;
}

#cadreForm {
  margin-top: 100px;
}

.toggle-password__container {
  position: relative;
}
.toggle-password__container .toggle-password {
  position: absolute;
  right: 8%;
  top: 60%;
  font-size: 16px;
  cursor: pointer;
}

/* =========================
   NAV TABS – STYLE MOBILE ÉPURÉ
   ========================= */
@media (max-width: 767px) {
  /* Conteneur */
  .nav-pills {
    background: transparent;
    border: none;
  }
  /* Boutons */
  .nav-pills .nav-link {
    background: #ffffff;
    color: #495057;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    margin-bottom: 0.5rem;
    text-align: left;
  }
  /* Hover */
  .nav-pills .nav-link:hover {
    background: #f8f9fa;
    color: #212529;
  }
  /* Onglet actif */
  .nav-pills .nav-link.active {
    background: #ffffff;
    color: #0d6efd; /* bleu Bootstrap */
    border-color: #0d6efd;
    font-weight: 600;
  }
}
/*HEADER*/
header {
  width: 100%;
  margin: 0;
  background-color: #ffffff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

#header-super-container {
  display: block;
  width: 90%;
  margin: auto;
  height: auto;
}

.picto-langue {
  max-width: 30px;
}

#header-btn-logout {
  margin-top: 2px;
  float: right;
}

#header-btn-logout > a {
  color: #003e52;
  float: right;
  font-size: 14px;
}

#header-btn-logout > label {
  font-size: 20px;
  cursor: initial;
  color: #003e52;
  margin-bottom: 0;
}

.btn-logout:hover {
  text-decoration: none;
  color: #003e52;
}

@media (max-width: 576px) {
  .card-header {
    font-size: 0.95rem;
  }
}
#bloc_message {
  position: sticky;
  top: 0.5rem;
  z-index: 1050;
}

#btn-scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 45px;
  height: 45px;
  border: 0;
  border-radius: 50%;
  z-index: 1030;
  color: #ffffff;
  background-color: #003e52;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
#btn-scroll-to-top.visible {
  opacity: 1;
  visibility: visible;
}
#btn-scroll-to-top:hover {
  background-color: #336575;
}

@media (min-width: 1200px) {
  .container {
    max-width: 100%;
  }
}
.container {
  padding-top: 20px;
}

.menu-dashboard {
  padding-top: 30px;
  display: block;
  font-size: 1.1rem;
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
  padding-bottom: 20px;
  color: #003e52;
}

.menu-dashboard:hover {
  background-color: #b2e0f5;
  color: #003e52;
}

.menu-dashboard > i {
  font-size: 50px;
}

#carousel-header {
  background-color: #ffd000;
  height: 40px;
  border-radius: 5px 5px 0 0;
  text-align: center;
  padding-top: 10px;
}

#carousel-header > label {
  margin-bottom: 0;
  cursor: inherit;
}

.carousel-indicators li {
  border-radius: 5px;
  width: 10px;
  height: 10px;
  border-top: none;
  border-bottom: none;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

.menu {
  margin-left: -5px;
  margin-right: -5px;
}

.menu-col {
  display: flex;
  flex-direction: column;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

.menu-item {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: flex-start;
  font-size: 1.1rem;
  text-align: center;
  color: #003e52;
  border: 1px solid #e5ebed;
  min-height: 170px;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .menu-item {
    aspect-ratio: 1/1;
    min-height: auto;
  }
}
.menu-item .menu-item__header {
  display: grid;
  grid-template-columns: 45px minmax(0, 1fr);
  align-items: center;
  gap: 0.5rem;
  max-width: 200px;
  margin: 20px auto;
}
@media (max-width: 1199.98px) {
  .menu-item .menu-item__header {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 0.35rem;
    max-width: 100%;
  }
}
.menu-item ul {
  list-style: none;
  margin: 0;
  padding: 5px 0;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
  gap: 0.6rem;
  margin-top: 0.6rem;
}
.menu-item ul li {
  display: block;
  margin-bottom: 0px;
}

.titre-info {
  font-size: 16px;
  text-align: center;
  line-height: 19px;
  text-transform: uppercase;
  font-family: "Open Sans";
  font-weight: bold;
  color: #003e52;
  overflow-wrap: break-word;
}
@media (max-width: 1199.98px) {
  .titre-info {
    font-size: 14px;
    line-height: 17px;
  }
}

.lien-titre {
  color: #66c2eb;
  font-size: 16px;
  line-height: 15px;
}

.icon_menu {
  font-size: 35px;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .icon_menu {
    font-size: 26px;
  }
}

.image_menu {
  height: 90px;
  max-width: 100%;
}

.btn-form {
  margin-top: 29px;
}

.btn.btn-radio {
  height: unset !important;
  min-width: 50px !important;
  font-size: 13px;
  font-weight: bold;
  color: #003e52;
}

.btn-group .btn {
  background-color: white;
  color: #003e52;
  box-shadow: 1px 1px 5px #999;
  min-height: 40px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.btn-group .active {
  background-color: #85ceef !important;
}

.select2-container--default .select2-selection--multiple {
  min-height: 38px;
  padding-bottom: 8px;
}

.modal-xlarge {
  min-width: 500px;
  width: 90%;
  max-width: 90%;
}

.modal-large {
  min-width: 500px;
  width: 80%;
  max-width: 80%;
}

.modal-medium {
  max-width: 500px;
}

.modal-small {
  max-width: 350px;
}

.tosearch {
  list-style: none;
}

.tosearch.active {
  border: 1px solid #99b2ba;
  border-radius: 3px;
  margin-left: -40px;
  padding-left: 10px;
}

.champ_stock_semaines {
  width: 100px;
  text-align: center;
}

.textarea {
  max-height: 150px;
  overflow-y: auto;
}

.alert-success {
  display: block;
}

.table {
  height: auto !important;
}

label {
  cursor: initial !important;
  color: #003e52;
}

.titre_actualite {
  color: #66c2eb;
}

#btn_valide_bat {
  cursor: pointer;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}

#map {
  height: 280px;
}

.tosearch {
  cursor: pointer;
}

.tosearch:hover {
  background-color: #e9ecef;
  border-radius: 5px;
  padding-left: 15px;
}

.text-center {
  text-align: center;
  margin: auto;
}

.badge {
  background: #fd6c6e;
  margin-left: 5px;
  color: white;
}

.badge-danger {
  background-color: #ea2525;
}

.badge-success {
  background-color: #21bf02;
}

.badge-info {
  background-color: #bee5eb;
}

.nav-item.nav-link.active {
  background-color: #21bf02;
}

.dt-buttons.btn-group {
  border: none;
}

#langue {
  margin-top: 40px;
  margin-right: 20px;
  float: right;
  width: 150px;
}

#mobile-header-lang-fr,
#mobile-header-lang-es,
#mobile-header-lang-en,
#mobile-header-lang-it {
  right: 10px;
  top: 10px;
  cursor: pointer;
}

#mobile-header-lang-fr::after,
#mobile-header-lang-es::after,
#mobile-header-lang-en::after {
  width: 30px;
  height: 20px;
  background-repeat: no-repeat;
}

.ui-icon > img {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  max-height: 20px;
}

.table-row-success {
  background-color: #d4edda !important;
}

.table-row-warning {
  background-color: #fff3cd !important;
}

label.required::after {
  content: " *";
  font-weight: bold;
  color: red;
}

.fa-star {
  color: #ffd000;
}

.select2-container--default .select2-selection--multiple {
  min-height: 40px;
  padding-top: 5px;
}

.select2-container--default .select2-selection--single {
  min-height: 40px;
  padding-top: 5px;
}

.select2-container--default .select2-selection--multiple:focus {
  height: 40px;
  padding-top: 5px;
  outline: none;
  border: 1px solid #66c2eb;
}

.select2-container--default .select2-selection--single:focus {
  height: 40px;
  padding-top: 5px;
  outline: none;
  border: 1px solid #66c2eb;
}

.select2-search__field:focus {
  outline: none;
  border: 1px solid #66c2eb;
}

.select2-container {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.filters-inline .select2-container {
  margin-top: 0;
  margin-bottom: 0;
}

.select2-selection__rendered {
  font-weight: normal;
  font-size: 14px;
}

.select2-apply {
  display: block;
  padding: 8px;
  border-top: 1px solid #c6c6c6;
  text-align: right;
}

.select2-apply__button {
  min-width: 0;
  height: auto;
  padding: 4px 16px;
  line-height: 20px;
  font-size: 14px;
}

.logout {
  text-align: right;
}

.logout > a {
  font-size: 14px;
  font-family: "Quicksand";
  font-weight: bold;
  color: #003e52;
  margin-left: 3px;
  cursor: pointer;
}

/*PAGE STATISTIQUE*/
.graphique {
  margin-bottom: 20px;
}

.btn-accordeon {
  width: 100%;
  text-align: left;
  font-size: 20px;
  padding: 10px 15px;
  color: #003e52;
}

.btn-accordeon:hover,
.btn-accordeon:focus {
  color: #003e52;
  text-decoration: none;
  box-shadow: none;
}

.btn-accordeon > .fa-chevron-up {
  margin-right: 8px;
  transition: transform 0.2s ease-in-out;
}

.btn-accordeon[aria-expanded=false] > .fa-chevron-up {
  transform: rotate(180deg);
}

.color-delta {
  background-color: #5ddbf5;
}

.alignement {
  text-align: right;
}

.datatable input[type=checkbox] {
  display: block;
}

.dataTable td,
.dataTable th {
  font-size: 0.85rem;
  text-align: center;
}

.dataTable thead tr:first-child th {
  font-weight: bold;
}

/*POPIN FILTRES ROOMING (vue carte mobile)*/
.rooming-filters-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 1.5rem;
}

.rooming-filters-grid .filter-group label {
  font-weight: 600;
  display: block;
  margin-bottom: 0.25rem;
}

.rooming-filters-grid .filter-group .input-group {
  margin-bottom: 0.25rem;
}

.rooming-card-header {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.rooming-card-occupants {
  font-weight: 600;
  flex: 1 1 100%;
}

.rooming-card-dates {
  color: #6c757d;
}

.rooming-card-toggle {
  padding: 0;
  margin-bottom: 0.5rem;
}

.rooming-card-toggle[aria-expanded=true] .fa-chevron-down {
  transform: rotate(180deg);
}

.rooming-card-detail {
  border-top: 1px solid #eee;
  padding-top: 0.5rem;
}

.rooming-card-field {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.25rem 0;
  border-bottom: 1px solid #eee;
}

.rooming-card-field:last-child {
  border-bottom: none;
}

.rooming-card-field dt {
  font-weight: 600;
}

.rooming-card-field dd {
  margin: 0;
  text-align: right;
}

.rooming-card-footer {
  height: 3.5rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.rooming-buttons-top {
  margin-bottom: 0.5rem;
}

.info-line {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.info-line:last-child {
  margin-bottom: 0;
}

.info-line-icon {
  flex: 0 0 1.25rem;
  text-align: center;
  margin-top: 0.35rem;
  color: #6c757d;
}

.info-line-body {
  flex: 1 1 auto;
  min-width: 0;
  overflow-wrap: anywhere;
}

.info-line-body strong {
  font-size: 16px;
}

/* La barre de boutons DataTables (CSV, rafraîchir, filtres, colonnes) déborde du viewport en ligne
   sous 768px : on l'empile en colonne. S'applique à toute liste, pas seulement au rooming.
   (Le show/hide par breakpoint lui-même est géré par les classes utilitaires bootstrap d-*-*,
   pas ici : voir d-none/d-md-table sur la table, d-md-none sur les cartes/boutons/bouton filtres.) */
@media (max-width: 767.98px) {
  .dt-buttons {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .dt-buttons .btn {
    width: 100%;
  }
  .rooming-filters-grid {
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=global_maeva.css.map */
