@charset "UTF-8";
/* police de caractère venant de Google Fonts pour tous les éléments HTML de toutes les pages */

p, tbody, label:not(.control-label), span, dl, dd, a:not(.btn), input, div.font-bold, div.phone, nav {
  font-family: "Montserrat", sans-serif !important;
}

a {
  text-decoration: none !important;
}

h3, h4:not(.footer-column h4) {
  font-size: 1.6em !important;
  color: var(--dark-blue-color) !important;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  h3, h4 {
    font-size: 1.3em !important;
  }
}
h3 img {
  max-height: 30px;
}

/************************ couleurs qui reviennent le plus mises dans des variables, qu'on peut
utiliser dans n'importe quel sélecteur css, les mixins et les classes ***************************/
.font-blue {
  color: #2E8ED5;
}

.pagination > li.active {
  background-color: #3498db;
  border-color: #258cd1;
  cursor: default;
  z-index: 2;
}

.pagination > .active a {
  color: #fff;
}

/* button:not(.confirm_demand), a.btn:not(.change_demand) {
  cursor: pointer;
  line-height: 30px;
  height: 44px;
  margin-top: 8px;
} */

/****************************  scrollbar style (ne fonctionne pas sur firefox, IE) ********************************/
/* width */
::-webkit-scrollbar {
  width: 14px;
}

/* Track */
::-webkit-scrollbar-track {
  background: var(--dark-blue-color);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--blue-color);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--orange-pink);
  cursor: pointer;
  transition: 300ms;
}

/**************************** les mixins, bouts de code réutilisables à volonté qu'on inclut
(avec @include + nom de la mixin(arg1, arg2)) dans n'importe quel sélecteur css ********************************/
/* mixin pour le background du body */
/* mixin pour mettre les icônes à l'intérieur des inputs à droite dans le formulaire d'inscription */
/* mixin pour styliser le bouton de type submit du formulaire d'inscription et de contact */
/* Mixin pour styliser les inputs de tous les formulaires  (on peut donner aux paramètres des mixins des valeurs par défaut) */
/* mixin pour styliser les messages d'erreur de jQuery Validator form */
/* mixin pour styliser les div qui contiennent les formulaires */
.pac-item {
  padding: 8px;
}

.pac-matched {
  font-weight: bolder;
  font-size: 1rem;
  color: black;
}

@media screen and (max-width: 768px) {
  .pac-item {
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .pac-item {
    font-size: 1rem;
  }
}
.modal-open .modal.modal-center {
  display: flex !important;
  align-items: center !important;
}
.modal-open .modal.modal-center .modal-dialog {
  flex-grow: 1;
}

/* https://stackoverflow.com/questions/952861/targeting-only-firefox-with-css */
@-moz-document url-prefix() {
  select.form-control {
    height: auto !important;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select[id=user_region], select[id=nurse_profile_region], .searchUser select {
    height: auto !important;
  }
}
/******************** classes les plus redondantes réutilisables à volonté qu'on inclut où on veut ***********/
.no-border {
  border: none !important;
}

.light-border-bottom {
  border-bottom: 0.5px solid #f0f0f0;
  width: 100%;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.link-underline {
  color: #33495F !important;
  cursor: pointer;
  text-decoration: underline !important;
}

.link-blue-underline {
  color: #2E8ED5 !important;
  cursor: pointer;
  text-decoration: underline !important;
}

.blue-header-title {
  background-color: #f6fafd;
  box-shadow: 0 1px 10px rgba(146, 169, 175, 0.2);
  padding: 15px;
}
.blue-header-title svg {
  cursor: pointer;
  vertical-align: middle;
}

.blue-background {
  background-color: #2E8ED5;
}

.cursor-pointer {
  cursor: pointer !important;
}

.sticky-bottom {
  position: sticky;
  bottom: 75px;
  left: 92%;
}

.form-control.valid {
  background: white !important;
  border-bottom: 1.2px solid #5EC638 !important;
}

.form-control.error {
  background: rgb(253, 197, 197) !important;
  border: 1.2px solid #e74c3c !important;
}

.col-md-12, .registerCaresTimes, .registerForm {
  color: #33495F;
  margin: auto;
}

.shadow, .new .coordination_card_toggle_checked {
  background-color: #fff;
  padding: 12px;
  border-radius: 4px;
  margin-top: 20px;
  font-weight: bold;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.2);
}

/* classe hidden pour les inputs cachés */
.hidden, .registerCaresTimes input .hidden, .registerForm input .hidden, .register-form input .hidden {
  display: none;
  visibility: hidden;
}

.display-inline {
  display: inline !important;
}

.label-bold {
  font-weight: bold;
}

.green {
  background-color: #69CD40;
  border: 1px solid #69CD40;
}
.green:hover {
  background-color: #28a745;
  border-color: #28a745;
}

button.blue {
  background-color: #2E8ED5;
  border: 1px solid #2E8ED5;
}
button.blue:hover {
  background-color: #334559;
  border-color: #334559;
}

.label, .providersList .label, .adminsList .label, .caresList .label, .officesList .label, .deletedUsersList .label, .hospitalsList .label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  color: #fff;
  white-space: nowrap;
  font-size: 83%;
  vertical-align: baseline;
  line-height: 23px;
}

.label-info, .providersList .label-info, .adminsList .label-info, .caresList .label-info, .officesList .label-info, .deletedUsersList .label-info, .hospitalsList .label-info {
  background-color: #029acf;
}

.datas, .listnursechange .datas, .nurse_details .listnursechange .datas, .listnursechange .nurse_details .datas, .provider_details .listnursechange .datas, .listnursechange .provider_details .datas, .user_details .listnursechange .datas, .listnursechange .user_details .datas, .patient_details .listnursechange .datas, .listnursechange .patient_details .datas, .hospital-details .listnursechange .datas, .listnursechange .hospital-details .datas, .ehpad_details .listnursechange .datas, .listnursechange .ehpad_details .datas, .constant_sheet .listnursechange .datas, .listnursechange .constant_sheet .datas, .nurse_details .datas, .nurse_details .listnursechange .datas, .listnursechange .nurse_details .datas, .nurse_details .listnursechange .datas, .listnursechange .nurse_details .datas, .nurse_details .provider_details .listnursechange .datas, .provider_details .listnursechange .nurse_details .datas, .nurse_details .listnursechange .provider_details .datas, .listnursechange .provider_details .nurse_details .datas, .nurse_details .user_details .listnursechange .datas, .user_details .listnursechange .nurse_details .datas, .nurse_details .listnursechange .user_details .datas, .listnursechange .user_details .nurse_details .datas, .nurse_details .patient_details .listnursechange .datas, .patient_details .listnursechange .nurse_details .datas, .nurse_details .listnursechange .patient_details .datas, .listnursechange .patient_details .nurse_details .datas, .nurse_details .hospital-details .listnursechange .datas, .hospital-details .listnursechange .nurse_details .datas, .nurse_details .listnursechange .hospital-details .datas, .listnursechange .hospital-details .nurse_details .datas, .nurse_details .ehpad_details .listnursechange .datas, .ehpad_details .listnursechange .nurse_details .datas, .nurse_details .listnursechange .ehpad_details .datas, .listnursechange .ehpad_details .nurse_details .datas, .nurse_details .constant_sheet .listnursechange .datas, .constant_sheet .listnursechange .nurse_details .datas, .nurse_details .listnursechange .constant_sheet .datas, .listnursechange .constant_sheet .nurse_details .datas, .provider_details .datas, .provider_details .listnursechange .datas, .listnursechange .provider_details .datas, .provider_details .nurse_details .listnursechange .datas, .nurse_details .listnursechange .provider_details .datas, .provider_details .listnursechange .nurse_details .datas, .listnursechange .nurse_details .provider_details .datas, .provider_details .listnursechange .datas, .listnursechange .provider_details .datas, .provider_details .user_details .listnursechange .datas, .user_details .listnursechange .provider_details .datas, .provider_details .listnursechange .user_details .datas, .listnursechange .user_details .provider_details .datas, .provider_details .patient_details .listnursechange .datas, .patient_details .listnursechange .provider_details .datas, .provider_details .listnursechange .patient_details .datas, .listnursechange .patient_details .provider_details .datas, .provider_details .hospital-details .listnursechange .datas, .hospital-details .listnursechange .provider_details .datas, .provider_details .listnursechange .hospital-details .datas, .listnursechange .hospital-details .provider_details .datas, .provider_details .ehpad_details .listnursechange .datas, .ehpad_details .listnursechange .provider_details .datas, .provider_details .listnursechange .ehpad_details .datas, .listnursechange .ehpad_details .provider_details .datas, .provider_details .constant_sheet .listnursechange .datas, .constant_sheet .listnursechange .provider_details .datas, .provider_details .listnursechange .constant_sheet .datas, .listnursechange .constant_sheet .provider_details .datas, .user_details .datas, .user_details .listnursechange .datas, .listnursechange .user_details .datas, .user_details .nurse_details .listnursechange .datas, .nurse_details .listnursechange .user_details .datas, .user_details .listnursechange .nurse_details .datas, .listnursechange .nurse_details .user_details .datas, .user_details .provider_details .listnursechange .datas, .provider_details .listnursechange .user_details .datas, .user_details .listnursechange .provider_details .datas, .listnursechange .provider_details .user_details .datas, .user_details .listnursechange .datas, .listnursechange .user_details .datas, .user_details .patient_details .listnursechange .datas, .patient_details .listnursechange .user_details .datas, .user_details .listnursechange .patient_details .datas, .listnursechange .patient_details .user_details .datas, .user_details .hospital-details .listnursechange .datas, .hospital-details .listnursechange .user_details .datas, .user_details .listnursechange .hospital-details .datas, .listnursechange .hospital-details .user_details .datas, .user_details .ehpad_details .listnursechange .datas, .ehpad_details .listnursechange .user_details .datas, .user_details .listnursechange .ehpad_details .datas, .listnursechange .ehpad_details .user_details .datas, .user_details .constant_sheet .listnursechange .datas, .constant_sheet .listnursechange .user_details .datas, .user_details .listnursechange .constant_sheet .datas, .listnursechange .constant_sheet .user_details .datas, .patient_details .datas, .patient_details .listnursechange .datas, .listnursechange .patient_details .datas, .patient_details .nurse_details .listnursechange .datas, .nurse_details .listnursechange .patient_details .datas, .patient_details .listnursechange .nurse_details .datas, .listnursechange .nurse_details .patient_details .datas, .patient_details .provider_details .listnursechange .datas, .provider_details .listnursechange .patient_details .datas, .patient_details .listnursechange .provider_details .datas, .listnursechange .provider_details .patient_details .datas, .patient_details .user_details .listnursechange .datas, .user_details .listnursechange .patient_details .datas, .patient_details .listnursechange .user_details .datas, .listnursechange .user_details .patient_details .datas, .patient_details .listnursechange .datas, .listnursechange .patient_details .datas, .patient_details .hospital-details .listnursechange .datas, .hospital-details .listnursechange .patient_details .datas, .patient_details .listnursechange .hospital-details .datas, .listnursechange .hospital-details .patient_details .datas, .patient_details .ehpad_details .listnursechange .datas, .ehpad_details .listnursechange .patient_details .datas, .patient_details .listnursechange .ehpad_details .datas, .listnursechange .ehpad_details .patient_details .datas, .patient_details .constant_sheet .listnursechange .datas, .constant_sheet .listnursechange .patient_details .datas, .patient_details .listnursechange .constant_sheet .datas, .listnursechange .constant_sheet .patient_details .datas, .hospital-details .datas, .hospital-details .listnursechange .datas, .listnursechange .hospital-details .datas, .hospital-details .nurse_details .listnursechange .datas, .nurse_details .listnursechange .hospital-details .datas, .hospital-details .listnursechange .nurse_details .datas, .listnursechange .nurse_details .hospital-details .datas, .hospital-details .provider_details .listnursechange .datas, .provider_details .listnursechange .hospital-details .datas, .hospital-details .listnursechange .provider_details .datas, .listnursechange .provider_details .hospital-details .datas, .hospital-details .user_details .listnursechange .datas, .user_details .listnursechange .hospital-details .datas, .hospital-details .listnursechange .user_details .datas, .listnursechange .user_details .hospital-details .datas, .hospital-details .patient_details .listnursechange .datas, .patient_details .listnursechange .hospital-details .datas, .hospital-details .listnursechange .patient_details .datas, .listnursechange .patient_details .hospital-details .datas, .hospital-details .listnursechange .datas, .listnursechange .hospital-details .datas, .hospital-details .ehpad_details .listnursechange .datas, .ehpad_details .listnursechange .hospital-details .datas, .hospital-details .listnursechange .ehpad_details .datas, .listnursechange .ehpad_details .hospital-details .datas, .hospital-details .constant_sheet .listnursechange .datas, .constant_sheet .listnursechange .hospital-details .datas, .hospital-details .listnursechange .constant_sheet .datas, .listnursechange .constant_sheet .hospital-details .datas, .ehpad_details .datas, .ehpad_details .listnursechange .datas, .listnursechange .ehpad_details .datas, .ehpad_details .nurse_details .listnursechange .datas, .nurse_details .listnursechange .ehpad_details .datas, .ehpad_details .listnursechange .nurse_details .datas, .listnursechange .nurse_details .ehpad_details .datas, .ehpad_details .provider_details .listnursechange .datas, .provider_details .listnursechange .ehpad_details .datas, .ehpad_details .listnursechange .provider_details .datas, .listnursechange .provider_details .ehpad_details .datas, .ehpad_details .user_details .listnursechange .datas, .user_details .listnursechange .ehpad_details .datas, .ehpad_details .listnursechange .user_details .datas, .listnursechange .user_details .ehpad_details .datas, .ehpad_details .patient_details .listnursechange .datas, .patient_details .listnursechange .ehpad_details .datas, .ehpad_details .listnursechange .patient_details .datas, .listnursechange .patient_details .ehpad_details .datas, .ehpad_details .hospital-details .listnursechange .datas, .hospital-details .listnursechange .ehpad_details .datas, .ehpad_details .listnursechange .hospital-details .datas, .listnursechange .hospital-details .ehpad_details .datas, .ehpad_details .listnursechange .datas, .listnursechange .ehpad_details .datas, .ehpad_details .constant_sheet .listnursechange .datas, .constant_sheet .listnursechange .ehpad_details .datas, .ehpad_details .listnursechange .constant_sheet .datas, .listnursechange .constant_sheet .ehpad_details .datas, .constant_sheet .datas, .constant_sheet .listnursechange .datas, .listnursechange .constant_sheet .datas, .constant_sheet .nurse_details .listnursechange .datas, .nurse_details .listnursechange .constant_sheet .datas, .constant_sheet .listnursechange .nurse_details .datas, .listnursechange .nurse_details .constant_sheet .datas, .constant_sheet .provider_details .listnursechange .datas, .provider_details .listnursechange .constant_sheet .datas, .constant_sheet .listnursechange .provider_details .datas, .listnursechange .provider_details .constant_sheet .datas, .constant_sheet .user_details .listnursechange .datas, .user_details .listnursechange .constant_sheet .datas, .constant_sheet .listnursechange .user_details .datas, .listnursechange .user_details .constant_sheet .datas, .constant_sheet .patient_details .listnursechange .datas, .patient_details .listnursechange .constant_sheet .datas, .constant_sheet .listnursechange .patient_details .datas, .listnursechange .patient_details .constant_sheet .datas, .constant_sheet .hospital-details .listnursechange .datas, .hospital-details .listnursechange .constant_sheet .datas, .constant_sheet .listnursechange .hospital-details .datas, .listnursechange .hospital-details .constant_sheet .datas, .constant_sheet .ehpad_details .listnursechange .datas, .ehpad_details .listnursechange .constant_sheet .datas, .constant_sheet .listnursechange .ehpad_details .datas, .listnursechange .ehpad_details .constant_sheet .datas, .constant_sheet .listnursechange .datas, .listnursechange .constant_sheet .datas {
  background-color: #fff;
  font-size: 12px;
  padding: 5px;
}

.oldData, .listnursechange .oldData, .nurse_details .listnursechange .oldData, .listnursechange .nurse_details .oldData, .provider_details .listnursechange .oldData, .listnursechange .provider_details .oldData, .user_details .listnursechange .oldData, .listnursechange .user_details .oldData, .patient_details .listnursechange .oldData, .listnursechange .patient_details .oldData, .hospital-details .listnursechange .oldData, .listnursechange .hospital-details .oldData, .ehpad_details .listnursechange .oldData, .listnursechange .ehpad_details .oldData, .constant_sheet .listnursechange .oldData, .listnursechange .constant_sheet .oldData, .nurse_details .oldData, .nurse_details .listnursechange .oldData, .listnursechange .nurse_details .oldData, .nurse_details .listnursechange .oldData, .listnursechange .nurse_details .oldData, .nurse_details .provider_details .listnursechange .oldData, .provider_details .listnursechange .nurse_details .oldData, .nurse_details .listnursechange .provider_details .oldData, .listnursechange .provider_details .nurse_details .oldData, .nurse_details .user_details .listnursechange .oldData, .user_details .listnursechange .nurse_details .oldData, .nurse_details .listnursechange .user_details .oldData, .listnursechange .user_details .nurse_details .oldData, .nurse_details .patient_details .listnursechange .oldData, .patient_details .listnursechange .nurse_details .oldData, .nurse_details .listnursechange .patient_details .oldData, .listnursechange .patient_details .nurse_details .oldData, .nurse_details .hospital-details .listnursechange .oldData, .hospital-details .listnursechange .nurse_details .oldData, .nurse_details .listnursechange .hospital-details .oldData, .listnursechange .hospital-details .nurse_details .oldData, .nurse_details .ehpad_details .listnursechange .oldData, .ehpad_details .listnursechange .nurse_details .oldData, .nurse_details .listnursechange .ehpad_details .oldData, .listnursechange .ehpad_details .nurse_details .oldData, .nurse_details .constant_sheet .listnursechange .oldData, .constant_sheet .listnursechange .nurse_details .oldData, .nurse_details .listnursechange .constant_sheet .oldData, .listnursechange .constant_sheet .nurse_details .oldData, .provider_details .oldData, .provider_details .listnursechange .oldData, .listnursechange .provider_details .oldData, .provider_details .nurse_details .listnursechange .oldData, .nurse_details .listnursechange .provider_details .oldData, .provider_details .listnursechange .nurse_details .oldData, .listnursechange .nurse_details .provider_details .oldData, .provider_details .listnursechange .oldData, .listnursechange .provider_details .oldData, .provider_details .user_details .listnursechange .oldData, .user_details .listnursechange .provider_details .oldData, .provider_details .listnursechange .user_details .oldData, .listnursechange .user_details .provider_details .oldData, .provider_details .patient_details .listnursechange .oldData, .patient_details .listnursechange .provider_details .oldData, .provider_details .listnursechange .patient_details .oldData, .listnursechange .patient_details .provider_details .oldData, .provider_details .hospital-details .listnursechange .oldData, .hospital-details .listnursechange .provider_details .oldData, .provider_details .listnursechange .hospital-details .oldData, .listnursechange .hospital-details .provider_details .oldData, .provider_details .ehpad_details .listnursechange .oldData, .ehpad_details .listnursechange .provider_details .oldData, .provider_details .listnursechange .ehpad_details .oldData, .listnursechange .ehpad_details .provider_details .oldData, .provider_details .constant_sheet .listnursechange .oldData, .constant_sheet .listnursechange .provider_details .oldData, .provider_details .listnursechange .constant_sheet .oldData, .listnursechange .constant_sheet .provider_details .oldData, .user_details .oldData, .user_details .listnursechange .oldData, .listnursechange .user_details .oldData, .user_details .nurse_details .listnursechange .oldData, .nurse_details .listnursechange .user_details .oldData, .user_details .listnursechange .nurse_details .oldData, .listnursechange .nurse_details .user_details .oldData, .user_details .provider_details .listnursechange .oldData, .provider_details .listnursechange .user_details .oldData, .user_details .listnursechange .provider_details .oldData, .listnursechange .provider_details .user_details .oldData, .user_details .listnursechange .oldData, .listnursechange .user_details .oldData, .user_details .patient_details .listnursechange .oldData, .patient_details .listnursechange .user_details .oldData, .user_details .listnursechange .patient_details .oldData, .listnursechange .patient_details .user_details .oldData, .user_details .hospital-details .listnursechange .oldData, .hospital-details .listnursechange .user_details .oldData, .user_details .listnursechange .hospital-details .oldData, .listnursechange .hospital-details .user_details .oldData, .user_details .ehpad_details .listnursechange .oldData, .ehpad_details .listnursechange .user_details .oldData, .user_details .listnursechange .ehpad_details .oldData, .listnursechange .ehpad_details .user_details .oldData, .user_details .constant_sheet .listnursechange .oldData, .constant_sheet .listnursechange .user_details .oldData, .user_details .listnursechange .constant_sheet .oldData, .listnursechange .constant_sheet .user_details .oldData, .patient_details .oldData, .patient_details .listnursechange .oldData, .listnursechange .patient_details .oldData, .patient_details .nurse_details .listnursechange .oldData, .nurse_details .listnursechange .patient_details .oldData, .patient_details .listnursechange .nurse_details .oldData, .listnursechange .nurse_details .patient_details .oldData, .patient_details .provider_details .listnursechange .oldData, .provider_details .listnursechange .patient_details .oldData, .patient_details .listnursechange .provider_details .oldData, .listnursechange .provider_details .patient_details .oldData, .patient_details .user_details .listnursechange .oldData, .user_details .listnursechange .patient_details .oldData, .patient_details .listnursechange .user_details .oldData, .listnursechange .user_details .patient_details .oldData, .patient_details .listnursechange .oldData, .listnursechange .patient_details .oldData, .patient_details .hospital-details .listnursechange .oldData, .hospital-details .listnursechange .patient_details .oldData, .patient_details .listnursechange .hospital-details .oldData, .listnursechange .hospital-details .patient_details .oldData, .patient_details .ehpad_details .listnursechange .oldData, .ehpad_details .listnursechange .patient_details .oldData, .patient_details .listnursechange .ehpad_details .oldData, .listnursechange .ehpad_details .patient_details .oldData, .patient_details .constant_sheet .listnursechange .oldData, .constant_sheet .listnursechange .patient_details .oldData, .patient_details .listnursechange .constant_sheet .oldData, .listnursechange .constant_sheet .patient_details .oldData, .hospital-details .oldData, .hospital-details .listnursechange .oldData, .listnursechange .hospital-details .oldData, .hospital-details .nurse_details .listnursechange .oldData, .nurse_details .listnursechange .hospital-details .oldData, .hospital-details .listnursechange .nurse_details .oldData, .listnursechange .nurse_details .hospital-details .oldData, .hospital-details .provider_details .listnursechange .oldData, .provider_details .listnursechange .hospital-details .oldData, .hospital-details .listnursechange .provider_details .oldData, .listnursechange .provider_details .hospital-details .oldData, .hospital-details .user_details .listnursechange .oldData, .user_details .listnursechange .hospital-details .oldData, .hospital-details .listnursechange .user_details .oldData, .listnursechange .user_details .hospital-details .oldData, .hospital-details .patient_details .listnursechange .oldData, .patient_details .listnursechange .hospital-details .oldData, .hospital-details .listnursechange .patient_details .oldData, .listnursechange .patient_details .hospital-details .oldData, .hospital-details .listnursechange .oldData, .listnursechange .hospital-details .oldData, .hospital-details .ehpad_details .listnursechange .oldData, .ehpad_details .listnursechange .hospital-details .oldData, .hospital-details .listnursechange .ehpad_details .oldData, .listnursechange .ehpad_details .hospital-details .oldData, .hospital-details .constant_sheet .listnursechange .oldData, .constant_sheet .listnursechange .hospital-details .oldData, .hospital-details .listnursechange .constant_sheet .oldData, .listnursechange .constant_sheet .hospital-details .oldData, .ehpad_details .oldData, .ehpad_details .listnursechange .oldData, .listnursechange .ehpad_details .oldData, .ehpad_details .nurse_details .listnursechange .oldData, .nurse_details .listnursechange .ehpad_details .oldData, .ehpad_details .listnursechange .nurse_details .oldData, .listnursechange .nurse_details .ehpad_details .oldData, .ehpad_details .provider_details .listnursechange .oldData, .provider_details .listnursechange .ehpad_details .oldData, .ehpad_details .listnursechange .provider_details .oldData, .listnursechange .provider_details .ehpad_details .oldData, .ehpad_details .user_details .listnursechange .oldData, .user_details .listnursechange .ehpad_details .oldData, .ehpad_details .listnursechange .user_details .oldData, .listnursechange .user_details .ehpad_details .oldData, .ehpad_details .patient_details .listnursechange .oldData, .patient_details .listnursechange .ehpad_details .oldData, .ehpad_details .listnursechange .patient_details .oldData, .listnursechange .patient_details .ehpad_details .oldData, .ehpad_details .hospital-details .listnursechange .oldData, .hospital-details .listnursechange .ehpad_details .oldData, .ehpad_details .listnursechange .hospital-details .oldData, .listnursechange .hospital-details .ehpad_details .oldData, .ehpad_details .listnursechange .oldData, .listnursechange .ehpad_details .oldData, .ehpad_details .constant_sheet .listnursechange .oldData, .constant_sheet .listnursechange .ehpad_details .oldData, .ehpad_details .listnursechange .constant_sheet .oldData, .listnursechange .constant_sheet .ehpad_details .oldData, .constant_sheet .oldData, .constant_sheet .listnursechange .oldData, .listnursechange .constant_sheet .oldData, .constant_sheet .nurse_details .listnursechange .oldData, .nurse_details .listnursechange .constant_sheet .oldData, .constant_sheet .listnursechange .nurse_details .oldData, .listnursechange .nurse_details .constant_sheet .oldData, .constant_sheet .provider_details .listnursechange .oldData, .provider_details .listnursechange .constant_sheet .oldData, .constant_sheet .listnursechange .provider_details .oldData, .listnursechange .provider_details .constant_sheet .oldData, .constant_sheet .user_details .listnursechange .oldData, .user_details .listnursechange .constant_sheet .oldData, .constant_sheet .listnursechange .user_details .oldData, .listnursechange .user_details .constant_sheet .oldData, .constant_sheet .patient_details .listnursechange .oldData, .patient_details .listnursechange .constant_sheet .oldData, .constant_sheet .listnursechange .patient_details .oldData, .listnursechange .patient_details .constant_sheet .oldData, .constant_sheet .hospital-details .listnursechange .oldData, .hospital-details .listnursechange .constant_sheet .oldData, .constant_sheet .listnursechange .hospital-details .oldData, .listnursechange .hospital-details .constant_sheet .oldData, .constant_sheet .ehpad_details .listnursechange .oldData, .ehpad_details .listnursechange .constant_sheet .oldData, .constant_sheet .listnursechange .ehpad_details .oldData, .listnursechange .ehpad_details .constant_sheet .oldData, .constant_sheet .listnursechange .oldData, .listnursechange .constant_sheet .oldData {
  text-decoration: line-through;
  -webkit-text-decoration-color: red; /* Safari */
  text-decoration-color: red;
}

.newData, .listnursechange .newData, .nurse_details .listnursechange .newData, .listnursechange .nurse_details .newData, .provider_details .listnursechange .newData, .listnursechange .provider_details .newData, .user_details .listnursechange .newData, .listnursechange .user_details .newData, .patient_details .listnursechange .newData, .listnursechange .patient_details .newData, .hospital-details .listnursechange .newData, .listnursechange .hospital-details .newData, .ehpad_details .listnursechange .newData, .listnursechange .ehpad_details .newData, .constant_sheet .listnursechange .newData, .listnursechange .constant_sheet .newData, .nurse_details .newData, .nurse_details .listnursechange .newData, .listnursechange .nurse_details .newData, .nurse_details .listnursechange .newData, .listnursechange .nurse_details .newData, .nurse_details .provider_details .listnursechange .newData, .provider_details .listnursechange .nurse_details .newData, .nurse_details .listnursechange .provider_details .newData, .listnursechange .provider_details .nurse_details .newData, .nurse_details .user_details .listnursechange .newData, .user_details .listnursechange .nurse_details .newData, .nurse_details .listnursechange .user_details .newData, .listnursechange .user_details .nurse_details .newData, .nurse_details .patient_details .listnursechange .newData, .patient_details .listnursechange .nurse_details .newData, .nurse_details .listnursechange .patient_details .newData, .listnursechange .patient_details .nurse_details .newData, .nurse_details .hospital-details .listnursechange .newData, .hospital-details .listnursechange .nurse_details .newData, .nurse_details .listnursechange .hospital-details .newData, .listnursechange .hospital-details .nurse_details .newData, .nurse_details .ehpad_details .listnursechange .newData, .ehpad_details .listnursechange .nurse_details .newData, .nurse_details .listnursechange .ehpad_details .newData, .listnursechange .ehpad_details .nurse_details .newData, .nurse_details .constant_sheet .listnursechange .newData, .constant_sheet .listnursechange .nurse_details .newData, .nurse_details .listnursechange .constant_sheet .newData, .listnursechange .constant_sheet .nurse_details .newData, .provider_details .newData, .provider_details .listnursechange .newData, .listnursechange .provider_details .newData, .provider_details .nurse_details .listnursechange .newData, .nurse_details .listnursechange .provider_details .newData, .provider_details .listnursechange .nurse_details .newData, .listnursechange .nurse_details .provider_details .newData, .provider_details .listnursechange .newData, .listnursechange .provider_details .newData, .provider_details .user_details .listnursechange .newData, .user_details .listnursechange .provider_details .newData, .provider_details .listnursechange .user_details .newData, .listnursechange .user_details .provider_details .newData, .provider_details .patient_details .listnursechange .newData, .patient_details .listnursechange .provider_details .newData, .provider_details .listnursechange .patient_details .newData, .listnursechange .patient_details .provider_details .newData, .provider_details .hospital-details .listnursechange .newData, .hospital-details .listnursechange .provider_details .newData, .provider_details .listnursechange .hospital-details .newData, .listnursechange .hospital-details .provider_details .newData, .provider_details .ehpad_details .listnursechange .newData, .ehpad_details .listnursechange .provider_details .newData, .provider_details .listnursechange .ehpad_details .newData, .listnursechange .ehpad_details .provider_details .newData, .provider_details .constant_sheet .listnursechange .newData, .constant_sheet .listnursechange .provider_details .newData, .provider_details .listnursechange .constant_sheet .newData, .listnursechange .constant_sheet .provider_details .newData, .user_details .newData, .user_details .listnursechange .newData, .listnursechange .user_details .newData, .user_details .nurse_details .listnursechange .newData, .nurse_details .listnursechange .user_details .newData, .user_details .listnursechange .nurse_details .newData, .listnursechange .nurse_details .user_details .newData, .user_details .provider_details .listnursechange .newData, .provider_details .listnursechange .user_details .newData, .user_details .listnursechange .provider_details .newData, .listnursechange .provider_details .user_details .newData, .user_details .listnursechange .newData, .listnursechange .user_details .newData, .user_details .patient_details .listnursechange .newData, .patient_details .listnursechange .user_details .newData, .user_details .listnursechange .patient_details .newData, .listnursechange .patient_details .user_details .newData, .user_details .hospital-details .listnursechange .newData, .hospital-details .listnursechange .user_details .newData, .user_details .listnursechange .hospital-details .newData, .listnursechange .hospital-details .user_details .newData, .user_details .ehpad_details .listnursechange .newData, .ehpad_details .listnursechange .user_details .newData, .user_details .listnursechange .ehpad_details .newData, .listnursechange .ehpad_details .user_details .newData, .user_details .constant_sheet .listnursechange .newData, .constant_sheet .listnursechange .user_details .newData, .user_details .listnursechange .constant_sheet .newData, .listnursechange .constant_sheet .user_details .newData, .patient_details .newData, .patient_details .listnursechange .newData, .listnursechange .patient_details .newData, .patient_details .nurse_details .listnursechange .newData, .nurse_details .listnursechange .patient_details .newData, .patient_details .listnursechange .nurse_details .newData, .listnursechange .nurse_details .patient_details .newData, .patient_details .provider_details .listnursechange .newData, .provider_details .listnursechange .patient_details .newData, .patient_details .listnursechange .provider_details .newData, .listnursechange .provider_details .patient_details .newData, .patient_details .user_details .listnursechange .newData, .user_details .listnursechange .patient_details .newData, .patient_details .listnursechange .user_details .newData, .listnursechange .user_details .patient_details .newData, .patient_details .listnursechange .newData, .listnursechange .patient_details .newData, .patient_details .hospital-details .listnursechange .newData, .hospital-details .listnursechange .patient_details .newData, .patient_details .listnursechange .hospital-details .newData, .listnursechange .hospital-details .patient_details .newData, .patient_details .ehpad_details .listnursechange .newData, .ehpad_details .listnursechange .patient_details .newData, .patient_details .listnursechange .ehpad_details .newData, .listnursechange .ehpad_details .patient_details .newData, .patient_details .constant_sheet .listnursechange .newData, .constant_sheet .listnursechange .patient_details .newData, .patient_details .listnursechange .constant_sheet .newData, .listnursechange .constant_sheet .patient_details .newData, .hospital-details .newData, .hospital-details .listnursechange .newData, .listnursechange .hospital-details .newData, .hospital-details .nurse_details .listnursechange .newData, .nurse_details .listnursechange .hospital-details .newData, .hospital-details .listnursechange .nurse_details .newData, .listnursechange .nurse_details .hospital-details .newData, .hospital-details .provider_details .listnursechange .newData, .provider_details .listnursechange .hospital-details .newData, .hospital-details .listnursechange .provider_details .newData, .listnursechange .provider_details .hospital-details .newData, .hospital-details .user_details .listnursechange .newData, .user_details .listnursechange .hospital-details .newData, .hospital-details .listnursechange .user_details .newData, .listnursechange .user_details .hospital-details .newData, .hospital-details .patient_details .listnursechange .newData, .patient_details .listnursechange .hospital-details .newData, .hospital-details .listnursechange .patient_details .newData, .listnursechange .patient_details .hospital-details .newData, .hospital-details .listnursechange .newData, .listnursechange .hospital-details .newData, .hospital-details .ehpad_details .listnursechange .newData, .ehpad_details .listnursechange .hospital-details .newData, .hospital-details .listnursechange .ehpad_details .newData, .listnursechange .ehpad_details .hospital-details .newData, .hospital-details .constant_sheet .listnursechange .newData, .constant_sheet .listnursechange .hospital-details .newData, .hospital-details .listnursechange .constant_sheet .newData, .listnursechange .constant_sheet .hospital-details .newData, .ehpad_details .newData, .ehpad_details .listnursechange .newData, .listnursechange .ehpad_details .newData, .ehpad_details .nurse_details .listnursechange .newData, .nurse_details .listnursechange .ehpad_details .newData, .ehpad_details .listnursechange .nurse_details .newData, .listnursechange .nurse_details .ehpad_details .newData, .ehpad_details .provider_details .listnursechange .newData, .provider_details .listnursechange .ehpad_details .newData, .ehpad_details .listnursechange .provider_details .newData, .listnursechange .provider_details .ehpad_details .newData, .ehpad_details .user_details .listnursechange .newData, .user_details .listnursechange .ehpad_details .newData, .ehpad_details .listnursechange .user_details .newData, .listnursechange .user_details .ehpad_details .newData, .ehpad_details .patient_details .listnursechange .newData, .patient_details .listnursechange .ehpad_details .newData, .ehpad_details .listnursechange .patient_details .newData, .listnursechange .patient_details .ehpad_details .newData, .ehpad_details .hospital-details .listnursechange .newData, .hospital-details .listnursechange .ehpad_details .newData, .ehpad_details .listnursechange .hospital-details .newData, .listnursechange .hospital-details .ehpad_details .newData, .ehpad_details .listnursechange .newData, .listnursechange .ehpad_details .newData, .ehpad_details .constant_sheet .listnursechange .newData, .constant_sheet .listnursechange .ehpad_details .newData, .ehpad_details .listnursechange .constant_sheet .newData, .listnursechange .constant_sheet .ehpad_details .newData, .constant_sheet .newData, .constant_sheet .listnursechange .newData, .listnursechange .constant_sheet .newData, .constant_sheet .nurse_details .listnursechange .newData, .nurse_details .listnursechange .constant_sheet .newData, .constant_sheet .listnursechange .nurse_details .newData, .listnursechange .nurse_details .constant_sheet .newData, .constant_sheet .provider_details .listnursechange .newData, .provider_details .listnursechange .constant_sheet .newData, .constant_sheet .listnursechange .provider_details .newData, .listnursechange .provider_details .constant_sheet .newData, .constant_sheet .user_details .listnursechange .newData, .user_details .listnursechange .constant_sheet .newData, .constant_sheet .listnursechange .user_details .newData, .listnursechange .user_details .constant_sheet .newData, .constant_sheet .patient_details .listnursechange .newData, .patient_details .listnursechange .constant_sheet .newData, .constant_sheet .listnursechange .patient_details .newData, .listnursechange .patient_details .constant_sheet .newData, .constant_sheet .hospital-details .listnursechange .newData, .hospital-details .listnursechange .constant_sheet .newData, .constant_sheet .listnursechange .hospital-details .newData, .listnursechange .hospital-details .constant_sheet .newData, .constant_sheet .ehpad_details .listnursechange .newData, .ehpad_details .listnursechange .constant_sheet .newData, .constant_sheet .listnursechange .ehpad_details .newData, .listnursechange .ehpad_details .constant_sheet .newData, .constant_sheet .listnursechange .newData, .listnursechange .constant_sheet .newData {
  text-decoration: underline;
  -webkit-text-decoration-color: #69CD40;
  text-decoration-color: #69CD40;
}

.numberNotifications {
  border: 1px solid #e74c3c;
  border-radius: 4px;
  padding: 5px;
  background-color: #e74c3c;
  color: #fff;
}

.notification-card {
  background-color: #E4F7FA;
  margin-bottom: 2px;
}

.mark-read {
  border-radius: 100%;
  width: 10px;
  height: 10px;
  background-color: #00aecc;
  border-color: #00aecc;
  display: inline-block;
  cursor: pointer;
}

li {
  font-size: 1rem;
}

.nurse, .subscribe_patient .nurse, .result_demand .nurse {
  padding: 20px;
  margin: 20px 45px;
}
.nurse .meet {
  background-color: #2E8ED5;
  color: #fff;
  padding: 5px 10px;
  border-radius: 15px;
  position: absolute;
  left: 15px;
  right: 15px;
  margin: 0 auto;
  bottom: 10px;
}
.nurse .nurse-name {
  color: #2E8ED5;
}
.nurse .nurse-address {
  color: #33495F;
}

.secondaryNurse, .subscribe_patient .secondaryNurse, .result_demand .secondaryNurse {
  border: 2px solid #2E8ED5;
  border-radius: 12px;
  padding: 10px;
  margin: 20px 45px;
  font-size: 12px;
  background-color: #2E8ED5;
  color: #fff;
}

.nursesDemand, .subscribe_patient .nursesDemand, .add_nurse .nursesDemand {
  border: 1px solid;
  overflow-y: scroll;
  width: 50%;
  margin: auto;
}

.buttonStatus {
  cursor: pointer;
}

.btn-annuary {
  color: #fff;
  background-color: #fc8403;
  cursor: pointer;
}

.cancel_relaunch, .demandsAdmin-table table .cancel_relaunch, .demandsAdmin-table table .view_unchecked, .demandsProvider-table table .cancel_relaunch, .demandsProvider-table table .view_unchecked, .patientsList table .cancel_relaunch, .patientsList table .view_unchecked {
  background-color: #38495c;
  color: #fff;
  padding: 7px;
  border-radius: 4px;
  font-size: 12px;
}

@media screen and (max-width: 1330px) {
  .status_list {
    column-count: 2;
  }
}

.center-block {
  width: 100%;
  margin: auto;
}

.center-block-middle {
  width: 50%;
  margin: auto;
}

.flex-center, .confirmation .countdown, .already .countdown, .handled .countdown, .signalement .countdown, .details_demand .countdown {
  display: flex;
  justify-content: center;
}

.flex-default {
  display: flex;
}

.wrap {
  overflow-wrap: break-word;
}

.avatar, .subscribe_patient .avatar-container .avatar {
  border: 0.2px solid #ececec;
  border-radius: 50%;
  height: 60px;
  left: 50%;
  width: 60px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  position: relative;
}
.avatar img, .subscribe_patient .avatar-container .avatar img {
  background: white;
  height: auto;
  width: auto;
  position: absolute;
  max-height: 90px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.static-avatar {
  position: relative;
  transform: initial;
  left: initial;
  top: initial;
  margin-top: 10px;
}

.avatar-container {
  max-height: 120px;
  height: 100%;
  padding: 5px;
  max-width: 80px;
  position: absolute;
  top: 0;
  width: 100%;
}

.zoom-figure {
  margin: auto;
  max-height: 350px;
  max-width: 300px;
  position: relative;
}
.zoom-figure img {
  background: white;
  max-height: 350px;
  max-width: 300px;
  width: 100%;
  height: 100%;
}
.zoom-figure .zoom-icon {
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid white;
  border-radius: 10px;
  cursor: pointer;
  height: 45px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 45px;
  z-index: 2;
}
.zoom-figure .zoom-icon i {
  color: white;
  line-height: 40px;
  text-align: center;
  width: 100%;
}

.card {
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 6px !important;
}
.card .card-subtitle {
  border-bottom: 1.5px solid #2E8ED5;
  color: #2E8ED5;
  font-family: "Montserrat", sans-serif;
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 15px;
}

@media screen and (max-width: 769px) {
  .card-body {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
}

nav.notes-support {
  background: #2E8ED5;
  box-shadow: none;
  border-radius: 5px 5px 0 0;
  border: none;
  color: #fff;
  margin-bottom: -7px;
  padding: 10px 10px 0 10px;
  height: auto;
}
nav.notes-support .nav-tabs {
  border-bottom: none;
}
nav.notes-support .nav-tabs .nav-link {
  border-bottom: none;
  color: #fff;
}
nav.notes-support .nav-tabs .nav-link.active {
  background-color: #f3f3f3;
  border: none;
  color: #2E8ED5;
}

.chat, .demandsAdmin-table .chat, .demandsProvider-table .chat, .patientsList .chat {
  border-radius: 4px;
  background-color: #f3f3f3;
  padding: 25px;
}
.chat .chatArea, .demandsAdmin-table .chat .chatArea, .demandsProvider-table .chat .chatArea, .patientsList .chat .chatArea {
  border: 2px solid rgba(0, 0, 0, 0.2);
  color: #33495F;
  height: 75%;
  min-height: 250px;
  max-height: 250px;
  background: #fff;
  border-radius: 5px 5px 0 0;
  overflow-y: scroll;
  padding: 8px;
}
.chat .chatArea::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.chat .chatArea::-webkit-scrollbar {
  width: 15px;
  background-color: #F5F5F5;
}
.chat .chatArea::-webkit-scrollbar-thumb {
  background-color: #2E8ED5;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.5, transparent), to(transparent));
}
.chat .chatArea .font-size-16 {
  font-size: 16px;
}
.chat .chatArea .blue {
  color: #007bff;
}
.chat .chatArea .placeholder {
  color: #727272;
  font-size: 0.9em;
  text-align: center;
  padding: 10px;
}
.chat .chatForm, .demandsAdmin-table .chat .chatForm, .demandsProvider-table .chat .chatForm, .patientsList .chat .chatForm {
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-top: none;
  border-radius: 0 0 5px 5px;
  width: 100%;
  height: 25%;
  padding: 6px;
}
.chat .chatForm .both {
  clear: both;
}
.chat .chatForm textarea {
  border: none;
}
.chat .chatForm textarea::placeholder {
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}

.chat-text-blue {
  display: inline-block;
  background: #2E8ED5;
  color: #fff;
  border-radius: 5px;
  padding: 5px;
}
.chat-text-blue audio {
  height: 32px;
  max-width: 280px;
}
.chat-text-blue audio::-webkit-media-controls-current-time-display, .chat-text-blue audio::-webkit-media-controls-time-remaining-display {
  color: #fff;
}
.chat-text-blue audio::-webkit-media-controls-play-button, .chat-text-blue audio::-webkit-media-controls-mute-button {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
}
.chat-text-blue audio::-webkit-media-controls-timeline-container {
  color: #fff;
}
.chat-text-blue audio::-webkit-media-controls-panel {
  background-color: #2E8ED5;
}

.chat-text-blue-white {
  display: inline-block;
  background-color: #f6fafd;
  color: #33495F;
  border-radius: 5px;
  padding: 5px;
}
.chat-text-blue-white audio {
  max-width: 280px;
  height: 32px;
}
.chat-text-blue-white audio::-webkit-media-controls-panel {
  background-color: #f6fafd;
}

/* modale personnalisée */
.customiseModal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  /* Modal Content */
  /* The Close Button */
}
.customiseModal .customiseModal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}
.customiseModal .close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.customiseModal .close:hover,
.customiseModal .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.phoneInput {
  height: 60px !important;
}

.btn {
  font-family:  DIN_2014_Demi, sans-serif;
  font-weight: 300;
}
.btn:hover i {
  transform: scale(1.2);
}
.btn svg {
  vertical-align: middle;
  margin-right: 5px;
}
.btn i {
  margin-left: 5px;
  margin-right: 5px;
  transition: 300ms;
}

.btnBlue {
  background-color: var(--blue-color);
  color: #fff;
}

.btnLightBlue {
  background-color: #f6fafd;
  color: #334559;
}

.btnOrange {
  background-color: #FF9D1F;
  color: #fff;
  transition: 0.2s;
}
.btnOrange:hover {
  color: #fff;
  background-color: #FF8C00 !important;
}

.fz-16 {
  font-size: 16px;
}

.orangeDarkText {
  color: #FF8C00 !important;
}

.whiteText {
  color: #fff;
}

.orangeDark {
  background-color: #FF8C00 !important;
}

.infophone {
  font-size: 0.9em;
  margin-top: 1em;
  font-style: italic;
}

.attachment {
  border: 1px solid #DFE2E4;
}

.img-float {
  float: left;
}

.display-table {
  display: table;
}

.demand-enlarged {
  border-top: 1px solid #FF8C00 !important;
  border-bottom: 1px solid #FF8C00 !important;
  padding: 2em;
  margin: 1em;
}

/* modale sweet-alert ("êtes-vous sûre(e)?") */
.sweet-alert h2:not(.text-danger, .text-success) {
  color: #334559 !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 1.2em !important;
}
.sweet-alert p {
  color: #334559 !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 300 !important;
  font-size: 1.1em !important;
}
.sweet-alert button {
  font-size: 1.1em !important;
  line-height: 0 !important;
}
.sweet-alert button.cancel {
  background: #dc3545 !important;
}

/************************************ règles SCSS ordinaires *******************************/
/* background du body de class form */
.form {
  overflow-x: hidden;
}
@media screen and (min-width: 769px) {
  .form {
    background-image: url("../images/bg-inzee.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .form {
    background-color: #f6fafd;
  }
}

/* background du body de class modal */
.modale {
  background-color: #85929F;
  overflow-x: hidden;
}

/* background du body de class profile */
.profile {
  background-color: #F6FAFD;
  overflow-x: hidden;
}

.file {
  overflow-x: hidden;
}

/* .logo {
  margin-bottom: 10px;
}
.logo img {
  max-width: 320px;
}
@media screen and (min-width: 769px) {
  .logo img {
    width: 50%;
    max-width: 420px;
  }
}
@media screen and (max-width: 768px) {
  .logo {
    margin-bottom: 20px;
  }
  .logo img {
    max-width: 250px;
  }
}
@media screen and (max-width: 420px) {
  .logo img {
    max-width: 220px;
  }
} */

/* media query pour la page d'accueil */
@media screen and (max-width: 768px) {
  .form-container {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    width: 100%;
  }
}
.form-group, .form-group div:not(.login_checkbox) {
  color: #33495F;
}
@media screen and (max-width: 700px) {
  .form-group, .form-group div:not(.login_checkbox) {
    padding-left: 0;
    padding-right: 0;
  }
  .form-group .custom-radio, .form-group div:not(.login_checkbox) .custom-radio {
    margin-left: 14px;
    width: 100%;
  }
  .form-group .custom-radio input[type=radio], .form-group div:not(.login_checkbox) .custom-radio input[type=radio] {
    margin-right: 8px;
  }
  .form-group .checkbox, .form-group div:not(.login_checkbox) .checkbox {
    margin-bottom: 10px;
  }
  .form-group .checkbox input[type=checkbox], .form-group div:not(.login_checkbox) .checkbox input[type=checkbox] {
    height: auto;
  }
  .form-group label, .form-group div:not(.login_checkbox) label {
    display: inline;
  }
}
.form-group.tags .twitter-typeahead, .form-group div:not(.login_checkbox).tags .twitter-typeahead {
  display: block !important;
}
.form-group.tags input, .form-group div:not(.login_checkbox).tags input {
  border: 1px solid #707070;
  border-radius: 4px;
  height: 44px;
}
.form-group.tags input::placeholder, .form-group div:not(.login_checkbox).tags input::placeholder {
  color: rgba(52, 73, 94, 0.6039215686);
}

@media screen and (max-width: 420px) {
  .form-inline {
    margin-top: 1rem;
  }
}

.favoriteTags span {
  border: 1px solid #2E8ED5;
  border-radius: 3px;
  cursor: pointer;
  margin: 5px;
  padding: 5px;
  transition: 300ms;
}
.favoriteTags span:hover {
  background-color: #029acf;
  color: #fff;
}

/*************************** code CSS pour les 2 formulaires dans la page d'accueil ************************/
.login-container .register {
  background-image: linear-gradient(to top right, #3592D7, #59D5F0);
  padding: 6%;
}
.login-container .register h4, .login-container .register a, .login-container .register p {
  color: #fff;
}
.login-container .register h4 {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .login-container .register h4 {
    font-size: 1rem;
  }
}
.login-container .register p {
  font-size: 1em;
}
@media screen and (max-width: 768px) {
  .login-container .register p {
    font-size: 0.9rem;
  }
}
.login-container .register a {
  padding: 8px;
  border-bottom: 4px solid #DFA100;
  border-radius: 8px;
}
.login-container .register a.btn {
  line-height: 20px;
}
@media screen and (max-width: 420px) {
  .login-container .register {
    display: none;
  }
}
.login-container .login {
  background-color: #fff;
  padding: 6%;
}
.login-container .login input, .login-container .login select {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  height: 40px;
  font-size: 1rem;
  text-decoration: none;
  transition: border 300ms;
  vertical-align: middle;
  /* nesting (imbrication) qui revient à faire en CSS normal
  "input:focus {...}" */
  margin-top: 0px;
}
.login-container .login input:focus, .login-container .login select:focus {
  background: white;
  outline: none;
  transition: 600ms;
  box-shadow: none;
  border: 1px solid #ffad07;
  transition: border 200ms;
}

.login-container .login label.error {
  color: #e74c3c;
  display: block;
  margin-top: -20px;
}
.login-container .login label.error:before {
  content: "\f071";
  margin: 0 4px;
  font-family: "FontAwesome";
}
.login-container .login small {
  color: #e74c3c;
}
.login-container .login .login_checkbox {
  display: flex;
  font-size: 0.8em;
  padding-left: 20px;
  padding-right: 0;
  width: 100%;
}
.login-container .login .login_checkbox label {
  width: 50%;
}
.login-container .login .login_checkbox span {
  text-align: right;
  width: 50%;
}
.login-container .login .login_checkbox .stayConnected {
  margin-left: -32px;
}
.login-container .login .form-group {
  position: relative;
}
.login-container .login .form-group .labelactive {
  position: absolute;
  font-size: 10pt;
  left: 10px;
  top: -23px;
  transition: 500ms;
}
.login-container .login #username-error {
  margin-top: 0;
}
.login-container .login .mobileRegister {
  font-size: 0.8rem;
  margin-top: 15px;
  text-decoration: underline;
}
@media screen and (min-width: 421px) {
  .login-container .login .mobileRegister {
    display: none;
  }
}
.login-container .container {
  max-width: none;
}

/* classe "contact" qu'on retrouve dans login.html.twig */
.contact {
  margin-top: 20px;
}
.contact a {
  color: #2E8ED5;
}

/*************************** classe "registerForm" qu'on trouve dans register.html.twig ********************/


.stripe_page h3 {
  color: #2E8ED5;
}
@media screen and (min-width: 850px) {
  .stripe_page .paymentForm {
    width: 50%;
    margin: auto;
  }
}

/******************************* classe "contactForm" qu'on trouve dans contact.html.twig *********************/
.contactForm {
  background-color: #fff;
  padding: 6%;
  /* ces h3 et h4 sont enfants directs des div concernés */
}
.contactForm h3, .contactForm h4 {
  color: #2E8ED5;
}
.contactForm label {
  color: #334559;
  display: inline;
  font-size: 1em;
  padding: 0 5px;
  margin-top: 1rem;
  vertical-align: middle;
}
@media screen and (max-width: 420px) {
  .contactForm label {
    font-size: 1em;
    margin-top: 0;
    width: 90%;
  }
}
.contactForm input, .contactForm select, .contactForm textarea {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  height: 40px;
  font-size: 1rem;
  text-decoration: none;
  transition: border 300ms;
  vertical-align: middle;
  /* nesting (imbrication) qui revient à faire en CSS normal
  "input:focus {...}" */
}
.contactForm input:focus, .contactForm select:focus, .contactForm textarea:focus {
  background: white;
  outline: none;
  transition: 600ms;
  box-shadow: none;
  border: 1px solid #ffad07;
  transition: border 200ms;
}
.contactForm textarea {
  height: 100px;
}
.contactForm .contactbuttons {
  margin: auto;
  width: 90%;
  justify-content: space-between;
}
.contactForm .back {
  background-color: #FFB200;
  border: 1px solid #FFB200;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
  padding: 8px 1em;
  text-align: center;
  transition: 0.15s;
  vertical-align: center;
}
@media screen and (max-width: 500px) {
  .contactForm .back {
    margin-top: 5px;
    order: 2;
  }
}
.contactForm .back:hover {
  background-color: #E1A200;
  color: #fff;
  border: 1px solid #E1A200;
}
.contactForm button {
  background-color: #69CD40;
  color: #fff;
  display: block;
  padding: initial;
  margin: auto;
  cursor: pointer;
}
.contactForm button:hover {
  background-color: #28a745;
  border-color: #28a745;
}
.contactForm .error {
  color: #e74c3c;
}
.contactForm .error:before {
  content: "\f071";
  margin: 0 4px;
  font-family: "FontAwesome";
}
.contactForm small {
  color: #e74c3c;
}

.forgot_password_form {
  background-color: #fff;
  padding: 6%;
  /* ces h3 et h4 sont enfants directs des div concernés */
}
.forgot_password_form h3, .forgot_password_form h4 {
  color: #2E8ED5;
}
.forgot_password_form label {
  color: #334559;
  display: inline;
  font-size: 1em;
  padding: 0 5px;
  margin-top: 1rem;
  vertical-align: middle;
}
@media screen and (max-width: 420px) {
  .forgot_password_form label {
    font-size: 1em;
    margin-top: 0;
    width: 90%;
  }
}
.forgot_password_form input, .forgot_password_form select {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  height: 40px;
  font-size: 1rem;
  text-decoration: none;
  transition: border 300ms;
  vertical-align: middle;
  /* nesting (imbrication) qui revient à faire en CSS normal
  "input:focus {...}" */
}
.forgot_password_form input:focus, .forgot_password_form select:focus {
  background: white;
  outline: none;
  transition: 600ms;
  box-shadow: none;
  border: 1px solid #ffad07;
  transition: border 200ms;
}
.forgot_password_form button {
  background-color: #69CD40;
  color: #fff;
  display: block;
  padding: 8px;
  margin: auto;
  cursor: pointer;
}
.forgot_password_form button:hover {
  background-color: #28a745;
  border-color: #28a745;
}
.forgot_password_form .error {
  color: #e74c3c;
}
.forgot_password_form .error:before {
  content: "\f071";
  margin: 0 4px;
  font-family: "FontAwesome";
}

.password_changed {
  background-color: #fff;
  padding: 6%;
  /* ces h3 et h4 sont enfants directs des div concernés */
}
.password_changed h3, .password_changed h4 {
  color: #2E8ED5;
}

.confirmation_message {
  background-color: #fff;
  padding: 6%;
  /* ces h3 et h4 sont enfants directs des div concernés */
}
.confirmation_message h3, .confirmation_message h4 {
  color: #2E8ED5;
}
.confirmation_message a {
  background-color: #69CD40;
  color: #fff;
  display: block;
  padding: 8px;
  margin: auto;
  cursor: pointer;
  border-color: #69CD40;
}
.confirmation_message a:hover {
  background-color: #28a745;
  border-color: #28a745;
}

/************************ classe "registerCaresTimes" qu'on trouve dans care.times.html.twig *******************/
.registerCaresTimes {
  background-color: #fff;
  padding: 6%;
  /* ces h3 et h4 sont enfants directs des div concernés */
}
.registerCaresTimes h3, .registerCaresTimes h4 {
  color: #2E8ED5;
}
.registerCaresTimes h4 img {
  width: 45px;
}
.registerCaresTimes button {
  background-color: #69CD40;
  color: #fff;
  display: block;
  padding: 8px;
  margin: auto;
  cursor: pointer;
}
.registerCaresTimes button:hover {
  background-color: #28a745;
  border-color: #28a745;
}
.registerCaresTimes input[type=checkbox] {
  display: inline;
  margin-right: 10px;
}
.registerCaresTimes label.error {
  color: #e74c3c;
  display: block;
}
.registerCaresTimes label.error:before {
  content: "\f071";
  margin: 0 4px;
  font-family: "FontAwesome";
}
.registerCaresTimes label {
  color: #334559;
  display: inline;
  font-size: 1em;
  padding: 0 5px;
  margin-top: 1rem;
  vertical-align: middle;
}
@media screen and (max-width: 420px) {
  .registerCaresTimes label {
    font-size: 1em;
    margin-top: 0;
    width: 90%;
  }
}
.registerCaresTimes input, .registerCaresTimes select {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  height: 40px;
  font-size: 1rem;
  text-decoration: none;
  transition: border 300ms;
  vertical-align: middle;
  /* nesting (imbrication) qui revient à faire en CSS normal
  "input:focus {...}" */
}
.registerCaresTimes input:focus, .registerCaresTimes select:focus {
  background: white;
  outline: none;
  transition: 600ms;
  box-shadow: none;
  border: 1px solid #ffad07;
  transition: border 200ms;
}
.registerCaresTimes .required {
  font-size: 24px;
}
@media screen and (min-width: 769px) {
  .registerCaresTimes .cares_list, .registerCaresTimes .times {
    column-count: 2;
  }
}
.registerCaresTimes .logout {
  margin-top: 50px;
  padding: 15px;
}
.registerCaresTimes strong {
  font-size: 20px;
}
.registerCaresTimes .checkbox-container {
  display: flex;
}

.warnNurse {
  background-color: #fff;
  padding: 6%;
  /* ces h3 et h4 sont enfants directs des div concernés */
  border-radius: 8px;
  margin-top: 3%;
}
.warnNurse h3, .warnNurse h4 {
  color: #2E8ED5;
}
.warnNurse .tuto {
  font-size: 1rem;
  color: #fff;
  display: block;
  border-radius: 4px;
  margin: 1.5rem auto 0 auto;
  max-width: 300px;
  width: 100%;
  cursor: pointer;
}
.warnNurse .tuto:not(.blue) {
  background-color: #69CD40;
  border: 1px solid #69CD40;
}
.warnNurse .tuto:hover:not(.blue) {
  background-color: #28a745;
  border-color: #28a745;
}

.addFirstArea {
  background-color: #fff;
  padding: 105px 20px 45px 20px;
  /* ces h3 et h4 sont enfants directs des div concernés */
  border-radius: 8px;
  height: auto;
}
.addFirstArea h3, .addFirstArea h4 {
  color: #2E8ED5;
}
@media screen and (max-width: 849px) {
  .addFirstArea {
    padding-top: 82px;
  }
  .addFirstArea .buttons {
    margin-top: 20px;
    width: 100%;
  }
  .addFirstArea .buttons .textmap {
    display: none;
  }
}
@media screen and (min-width: 850px) {
  .addFirstArea section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
  }
  .addFirstArea section .map {
    width: 70%;
  }
  .addFirstArea section .buttons {
    width: 25%;
  }
  .addFirstArea section .buttons .textmap {
    display: block;
    margin-bottom: 20px;
  }
  .addFirstArea .mobile-textmap {
    display: none;
  }
}

/************************ classe "registerCodeForm" qu'on trouve dans code.html.twig *******************/
.registerCodeForm {
  background-color: #fff;
  padding: 10%;
  /* ces h3 et h4 sont enfants directs des div concernés */
  border: 1px solid #fff;
  border-radius: 8px;
}
.registerCodeForm h3, .registerCodeForm h4 {
  color: #2E8ED5;
}
.registerCodeForm .warning {
  font-size: 14px;
}
.registerCodeForm label {
  color: #334559;
  display: inline;
  font-size: 1em;
  padding: 0 5px;
  margin-top: 1rem;
  vertical-align: middle;
}
@media screen and (max-width: 420px) {
  .registerCodeForm label {
    font-size: 1em;
    margin-top: 0;
    width: 90%;
  }
}
.registerCodeForm input, .registerCodeForm select {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  height: 40px;
  font-size: 1rem;
  text-decoration: none;
  transition: border 300ms;
  vertical-align: middle;
  /* nesting (imbrication) qui revient à faire en CSS normal
  "input:focus {...}" */
}
.registerCodeForm input:focus, .registerCodeForm select:focus {
  background: white;
  outline: none;
  transition: 600ms;
  box-shadow: none;
  border: 1px solid #ffad07;
  transition: border 200ms;
}
@media screen and (max-width: 1260px) {
  .registerCodeForm input {
    font-size: 25px;
  }
}
@media screen and (min-width: 1261px) {
  .registerCodeForm input {
    font-size: 40px;
  }
}
.registerCodeForm button[name=send_code] {
  background-color: #2E8ED5;
  color: #fff;
  display: block;
  padding: 8px;
  margin: auto;
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid #2E8ED5;
  border-bottom: 4px solid #2F83C2;
}
.registerCodeForm button[name=send_code]:hover {
  background-color: #28a745;
  border-color: #28a745;
}
.registerCodeForm button[name=subscription] {
  background-color: #69CD40;
  color: #fff;
  display: block;
  padding: 8px;
  margin: auto;
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid #69CD40;
}
.registerCodeForm button[name=subscription]:hover {
  background-color: #28a745;
  border-color: #28a745;
}
.registerCodeForm .form-group small {
  color: #e74c3c;
}
.registerCodeForm label.error {
  color: #e74c3c;
  display: block;
}
.registerCodeForm label.error:before {
  content: "\f071";
  margin: 0 4px;
  font-family: "FontAwesome";
}

.whichOffice {
  background-color: #fff;
  padding: 1%;
  /* ces h3 et h4 sont enfants directs des div concernés */
  border: 1px solid #fff;
  border-radius: 8px;
  margin-top: 5%;
}
.whichOffice h3, .whichOffice h4 {
  color: #2E8ED5;
}
.whichOffice .card-body p {
  margin: auto;
}
@media screen and (max-width: 849px) {
  .whichOffice .card-body p {
    font-size: 1em;
  }
}
.whichOffice .card {
  margin-bottom: 10px;
}

/************************************** code css de la nouvelle navbar ************************************/
input[type=checkbox]:not(.project-checkbox) {
  display: none;
}


@media screen and (min-width: 992px) and (max-width: 1080px) {
  .dropdown-content, .dropdown-content-notifications {
    position: absolute;
    top: 90px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1080px) {
  .dropdown-content-notifications {
    right: 30px;
  }
}
@media screen and (min-width: 1081px) {
  .dropdown-content, .dropdown-content-notifications {
    position: absolute;
    top: 90px;
  }
}
@media screen and (min-width: 1081px) {
  .dropdown-content-notifications {
    right: 80px;
  }
}
@media screen and (min-width: 992px) {
  .responsive-button {
    display: none;
  }
  .responsive {
    display: none;
  }
  .logo-section {
    float: left;
    margin-top: 10px;
    background-image: url("../images/logo_nav_www.innov.care.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100%;
  }
  nav#myNavbar {
    height: 100px;
  }
  nav#myNavbar ul {
    align-items: inherit;
  }
  nav#myNavbar ul a:not(.dropdown-content a, .toggle-switch-active, .btn), nav#myNavbar ul .dropbtn {
    padding: auto 10px;
    max-width: 101px;
    line-height: 16px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1446px) {
  nav#myNavbar ul a:not(.dropdown-content a, .toggle-switch-active, .btn), nav#myNavbar ul .dropbtn {
    padding: 5px;
  }
}
@media screen and (min-width: 992px) {
  nav#myNavbar ul a:not(.dropdown-content a, .toggle-switch-active, .btn) .fa:not(.fa-caret-down), nav#myNavbar ul a:not(.dropdown-content a, .toggle-switch-active, .btn) .fas, nav#myNavbar ul .dropbtn .fa:not(.fa-caret-down), nav#myNavbar ul .dropbtn .fas {
    font-size: 22px;
    margin-bottom: 13px;
  }
}
@media screen and (min-width: 992px) {
  nav#myNavbar ul a:not(.dropdown-content a, .toggle-switch-active, .btn) svg, nav#myNavbar ul .dropbtn svg {
    margin-bottom: 7px;
  }
}
@media screen and (min-width: 992px) {
  nav#myNavbar ul a, nav#myNavbar ul .dropbtn {
    font-size: 1em;
  }
}
@media screen and (min-width: 992px) {
  nav#myNavbar ul .dropdownButton {
    padding-top: 4px;
  }
}
@media screen and (min-width: 992px) {
  nav#myNavbar button {
    margin-top: 0px;
  }
}
@media screen and (min-width: 992px) {
  nav#myNavbar figure {
    margin: 2px auto;
  }
}
@media screen and (max-width: 991px) {
  .logo-section {
    float: none;
    background: none;
  }
  .logo-responsive {
    height: 45px;
    margin-bottom: 15px;
    background-image: url("../images/logo_nav_www.innov.care.png");
    background-repeat: no-repeat;
    background-size: contain;
    /* background-position: 50%; */
  }
  .logo-responsive img {
    width: 20%;
  }
}
@media screen and (max-width: 991px) and (max-width: 320px) {
  .logo-responsive {
    height: 35px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 991px) {
  .no-responsive {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .responsive {
    display: inherit;
  }
  .responsive .username {
    color: #334559;
    padding: 0px;
  }
  .responsive .usermail {
    color: #B6BBC1;
    padding: 0px;
  }
  .responsive .subtitle {
    color: #646464 !important;
  }
}
@media screen and (max-width: 991px) {
  .profile-menu {
    background: #2E8ED5;
    border-radius: 0 0 10px 10px;
    min-height: 70px;
    margin-bottom: 20px;
    display: flex;
  }
  .profile-menu figcaption {
    color: white;
    padding-left: 20px;
    padding-top: 5px;
    width: 70%;
    word-wrap: break-word;
  }
  .profile-menu figcaption a {
    width: 100%;
    word-wrap: break-word;
  }
  .profile-menu figcaption .light {
    border-radius: 50%;
    float: left;
    height: 6px;
    margin-right: 10px;
    margin-top: 7px;
    width: 6px;
  }
}
@media screen and (max-width: 991px) {
  nav:not(#myNavbar) ul {
    display: flex;
    flex-direction: column;
    max-height: 0;
    transition: 200ms;
    width: 100%;
  }
  nav:not(#myNavbar) ul li {
    box-sizing: border-box;
    padding: 15px;
  }
  nav:not(#myNavbar) .responsive-button {
    display: inline;
    margin: 22px;
  }
}
@media screen and (max-width: 991px) {
  nav#myNavbar {
    height: 105px;
    transition-delay: 100ms;
  }
  nav#myNavbar ul {
    background: white;
    box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    height: 0;
    max-height: 0;
    margin-top: 15px;
    opacity: 0;
    overflow-y: hidden;
    text-align: left;
    transition: 100ms;
    position: absolute;
    width: 100%;
    z-index: 3;
  }
  nav#myNavbar ul li {
    box-sizing: border-box;
    min-height: 20px;
    padding: 8px 40px;
    width: 100%;
  }
  nav#myNavbar ul li a img {
    display: none;
  }
  nav#myNavbar ul li br {
    display: none;
  }
  nav#myNavbar .responsive-button {
    position: absolute;
    right: 20px;
    top: 10px;
  }
}
@media screen and (max-width: 991px) and (max-width: 450px) {
  nav#myNavbar {
    height: 90px;
  }
}
@media screen and (max-width: 991px) {
  nav#myNavbar.show ul {
    border-bottom: 1px solid lightgrey;
    display: flex;
    flex-direction: column;
    height: auto;
    max-height: 2000px;
    opacity: 1;
    padding-bottom: 20px;
    transition: 300ms;
  }
}

.submenu {
  background-color: #334559;
  max-height: 240px;
  min-height: 60px;
  width: 100%;
  line-height: 60px;
  z-index: 150;
}
.submenu .navbar-nav {
  overflow: inherit;
}
.submenu ul {
  display: flex;
  justify-content: space-evenly;
}
.submenu ul li {
  list-style-type: none;
}
.submenu ul a {
  text-decoration: none;
  color: #3389D1;
  height: 30%;
}
.submenu ul a:hover {
  color: #fff;
}
.submenu ul .active_submenu {
  color: #fff;
  border-bottom: 3px solid #fff;
}
.submenu ul .dropdown-menu .dropdown-item {
  color: var(--dark-blue-color);
  padding: 5px;
  line-height: 30px;
}
.submenu ul .dropdown-menu .dropdown-item:hover {
  color: #3389D1;
}
.submenu ul .nav-item {
  padding: 0px;
}
.submenu ul .nav-item a {
  padding: 0px;
}
.submenu .nav-item.active > a {
  color: #fff;
  border-bottom: 3px solid #fff;
}

.toggle-switch-active, .toggle-switch-active-responsive {
  display: block;
  overflow: hidden;
  margin-top: 9px;
}
.toggle-switch-active div, .toggle-switch-active-responsive div {
  border-radius: 10px;
  display: flex;
  width: 44px;
}
.toggle-switch-active div span, .toggle-switch-active-responsive div span {
  border-radius: 50%;
  background: white;
  height: 12px;
  width: 12px;
}
.toggle-switch-active div i, .toggle-switch-active-responsive div i {
  color: white;
  font-size: 15px;
  line-height: 12px;
}

.toggle-switch-active-responsive {
  display: none;
  position: absolute;
  left: 5%;
  margin-top: auto;
  height: 24px;
  top: 30px;
}
@media screen and (max-width: 991px) {
  .toggle-switch-active-responsive {
    display: block;
  }
}

/************************************** code css de la nav conforme à celle de WORDPRESS (pages register/login) ************************************/
#masthead {
  background: white;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 110px;
  padding: 25px 2em;
  position: fixed;
  width: 100%;
  transition: 500ms;
  z-index: 3;
}
#masthead .logo {
  height: 65px;
  top: 30px;
  width: 25%;
}
#masthead .logo img {
  height: 70%;
  width: auto;
}
@media screen and (max-width: 1070px) {
  #masthead .logo {
    width: 250px;
  }
  #masthead .logo img {
    height: auto;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  #masthead .logo {
    width: 240px;
  }
}
#masthead .main-menu-mobile, #masthead .main-menu {
  background: none;
  box-shadow: none;
  max-height: auto !important;
  transition: 500ms;
  z-index: 1;
}
@media screen and (max-width: 1070px) {
  #masthead .main-menu-mobile, #masthead .main-menu {
    margin: auto;
    padding-top: 30px;
  }
}
#masthead .main-menu-mobile ul:not(.main-submenu-pro, .main-subsubmenu-pro), #masthead .main-menu ul:not(.main-submenu-pro, .main-subsubmenu-pro) {
  background: white;
  display: flex;
  justify-content: space-around;
  width: 100%;
}
@media screen and (max-width: 993px) {
  #masthead .main-menu-mobile ul:not(.main-submenu-pro, .main-subsubmenu-pro), #masthead .main-menu ul:not(.main-submenu-pro, .main-subsubmenu-pro) {
    flex-wrap: wrap;
  }
}
#masthead .main-menu-mobile ul:not(.main-submenu-pro, .main-subsubmenu-pro) > li, #masthead .main-menu ul:not(.main-submenu-pro, .main-subsubmenu-pro) > li {
  cursor: pointer;
  height: 100%;
  padding: 10px 0;
  text-align: center;
  transition: 500ms;
}
#masthead .main-menu-mobile ul:not(.main-submenu-pro, .main-subsubmenu-pro) > li:hover, #masthead .main-menu ul:not(.main-submenu-pro, .main-subsubmenu-pro) > li:hover {
  border-bottom: 3.5px solid #ffad07;
  color: #ffad07;
  transition: 300ms;
}
#masthead .main-menu-mobile ul:not(.main-submenu-pro, .main-subsubmenu-pro) > li:nth-of-type(1):hover, #masthead .main-menu-mobile ul:not(.main-submenu-pro, .main-subsubmenu-pro) > li:nth-of-type(1):focus, #masthead .main-menu-mobile ul:not(.main-submenu-pro, .main-subsubmenu-pro) > li:nth-of-type(2):hover, #masthead .main-menu-mobile ul:not(.main-submenu-pro, .main-subsubmenu-pro) > li:nth-of-type(2):focus, #masthead .main-menu-mobile ul:not(.main-submenu-pro, .main-subsubmenu-pro) > li:nth-of-type(3):hover, #masthead .main-menu-mobile ul:not(.main-submenu-pro, .main-subsubmenu-pro) > li:nth-of-type(3):focus, #masthead .main-menu-mobile ul:not(.main-submenu-pro, .main-subsubmenu-pro) > li:nth-of-type(4):hover, #masthead .main-menu-mobile ul:not(.main-submenu-pro, .main-subsubmenu-pro) > li:nth-of-type(4):focus, #masthead .main-menu ul:not(.main-submenu-pro, .main-subsubmenu-pro) > li:nth-of-type(1):hover, #masthead .main-menu ul:not(.main-submenu-pro, .main-subsubmenu-pro) > li:nth-of-type(1):focus, #masthead .main-menu ul:not(.main-submenu-pro, .main-subsubmenu-pro) > li:nth-of-type(2):hover, #masthead .main-menu ul:not(.main-submenu-pro, .main-subsubmenu-pro) > li:nth-of-type(2):focus, #masthead .main-menu ul:not(.main-submenu-pro, .main-subsubmenu-pro) > li:nth-of-type(3):hover, #masthead .main-menu ul:not(.main-submenu-pro, .main-subsubmenu-pro) > li:nth-of-type(3):focus, #masthead .main-menu ul:not(.main-submenu-pro, .main-subsubmenu-pro) > li:nth-of-type(4):hover, #masthead .main-menu ul:not(.main-submenu-pro, .main-subsubmenu-pro) > li:nth-of-type(4):focus {
  border-bottom: none;
  color: #2E8ED5;
}
#masthead .main-menu-mobile ul:not(.main-submenu-pro, .main-subsubmenu-pro) > li:nth-of-type(1):hover ul.main-submenu-pro, #masthead .main-menu-mobile ul:not(.main-submenu-pro, .main-subsubmenu-pro) > li:nth-of-type(1):focus ul.main-submenu-pro, #masthead .main-menu-mobile ul:not(.main-submenu-pro, .main-subsubmenu-pro) > li:nth-of-type(2):hover ul.main-submenu-pro, #masthead .main-menu-mobile ul:not(.main-submenu-pro, .main-subsubmenu-pro) > li:nth-of-type(2):focus ul.main-submenu-pro, #masthead .main-menu-mobile ul:not(.main-submenu-pro, .main-subsubmenu-pro) > li:nth-of-type(3):hover ul.main-submenu-pro, #masthead .main-menu-mobile ul:not(.main-submenu-pro, .main-subsubmenu-pro) > li:nth-of-type(3):focus ul.main-submenu-pro, #masthead .main-menu-mobile ul:not(.main-submenu-pro, .main-subsubmenu-pro) > li:nth-of-type(4):hover ul.main-submenu-pro, #masthead .main-menu-mobile ul:not(.main-submenu-pro, .main-subsubmenu-pro) > li:nth-of-type(4):focus ul.main-submenu-pro, #masthead .main-menu ul:not(.main-submenu-pro, .main-subsubmenu-pro) > li:nth-of-type(1):hover ul.main-submenu-pro, #masthead .main-menu ul:not(.main-submenu-pro, .main-subsubmenu-pro) > li:nth-of-type(1):focus ul.main-submenu-pro, #masthead .main-menu ul:not(.main-submenu-pro, .main-subsubmenu-pro) > li:nth-of-type(2):hover ul.main-submenu-pro, #masthead .main-menu ul:not(.main-submenu-pro, .main-subsubmenu-pro) > li:nth-of-type(2):focus ul.main-submenu-pro, #masthead .main-menu ul:not(.main-submenu-pro, .main-subsubmenu-pro) > li:nth-of-type(3):hover ul.main-submenu-pro, #masthead .main-menu ul:not(.main-submenu-pro, .main-subsubmenu-pro) > li:nth-of-type(3):focus ul.main-submenu-pro, #masthead .main-menu ul:not(.main-submenu-pro, .main-subsubmenu-pro) > li:nth-of-type(4):hover ul.main-submenu-pro, #masthead .main-menu ul:not(.main-submenu-pro, .main-subsubmenu-pro) > li:nth-of-type(4):focus ul.main-submenu-pro {
  visibility: visible;
}
#masthead .main-menu-mobile ul:not(.main-submenu-pro, .main-subsubmenu-pro) > li.buttonrdv-li, #masthead .main-menu ul:not(.main-submenu-pro, .main-subsubmenu-pro) > li.buttonrdv-li {
  background: #ffad07;
  border-bottom: 1px solid #e0a11f;
  border-radius: 3px;
  cursor: pointer;
  color: white;
  font-size: 10pt;
  height: 40px;
  line-height: 40px;
  margin-top: -2px;
  text-align: center;
  transition: 300ms;
  padding: 0;
  width: 130px;
}
#masthead .main-menu-mobile ul:not(.main-submenu-pro, .main-subsubmenu-pro) > li.buttonrdv-li a, #masthead .main-menu ul:not(.main-submenu-pro, .main-subsubmenu-pro) > li.buttonrdv-li a {
  color: white !important;
  padding: 0;
}
#masthead .main-menu-mobile ul:not(.main-submenu-pro, .main-subsubmenu-pro) > li.buttonrdv-li:hover, #masthead .main-menu ul:not(.main-submenu-pro, .main-subsubmenu-pro) > li.buttonrdv-li:hover {
  background: #23A455;
  transition: 300ms;
}
#masthead .main-menu-mobile ul:not(.main-submenu-pro, .main-subsubmenu-pro) > li.buttonrdv-li i, #masthead .main-menu ul:not(.main-submenu-pro, .main-subsubmenu-pro) > li.buttonrdv-li i {
  font-size: 16px;
  margin-right: 5px;
}
#masthead .main-menu-mobile ul:not(.main-submenu-pro, .main-subsubmenu-pro) > li a:not(.main-submenu-pro-a, .main-subsubmenu-pro-a), #masthead .main-menu ul:not(.main-submenu-pro, .main-subsubmenu-pro) > li a:not(.main-submenu-pro-a, .main-subsubmenu-pro-a) {
  color: #3389D1;
  font-family: "DIN_2014_Demi", sans-serif !important;
  font-weight: bolder !important;
  font-size: 1em;
  display: block;
  text-decoration: none;
  transition: 300ms;
}
#masthead .main-menu-mobile ul:not(.main-submenu-pro, .main-subsubmenu-pro) > li a:not(.main-submenu-pro-a, .main-subsubmenu-pro-a):not(.buttonrdv):hover, #masthead .main-menu ul:not(.main-submenu-pro, .main-subsubmenu-pro) > li a:not(.main-submenu-pro-a, .main-subsubmenu-pro-a):not(.buttonrdv):hover {
  color: #ffad07;
  transition: 200ms;
}
@media screen and (max-width: 1070px) {
  #masthead .main-menu-mobile ul:not(.main-submenu-pro, .main-subsubmenu-pro) > li, #masthead .main-menu ul:not(.main-submenu-pro, .main-subsubmenu-pro) > li {
    line-height: none;
    padding: 10px 0;
    width: 100%;
  }
  #masthead .main-menu-mobile ul:not(.main-submenu-pro, .main-subsubmenu-pro) > li:hover, #masthead .main-menu ul:not(.main-submenu-pro, .main-subsubmenu-pro) > li:hover {
    border: none;
  }
  #masthead .main-menu-mobile ul:not(.main-submenu-pro, .main-subsubmenu-pro) > li:nth-of-type(2), #masthead .main-menu ul:not(.main-submenu-pro, .main-subsubmenu-pro) > li:nth-of-type(2) {
    display: block;
  }
  #masthead .main-menu-mobile ul:not(.main-submenu-pro, .main-subsubmenu-pro) > li.buttonrdv-li, #masthead .main-menu ul:not(.main-submenu-pro, .main-subsubmenu-pro) > li.buttonrdv-li {
    margin-top: 10px;
    width: 150px;
  }
  #masthead .main-menu-mobile ul:not(.main-submenu-pro, .main-subsubmenu-pro) > li a, #masthead .main-menu ul:not(.main-submenu-pro, .main-subsubmenu-pro) > li a {
    font-size: 13px;
    text-decoration: none;
    transition: 300ms;
  }
}
@media screen and (max-width: 1070px) and (max-width: 500px) {
  #masthead .main-menu-mobile ul:not(.main-submenu-pro, .main-subsubmenu-pro) > li a:not(.buttonrdv), #masthead .main-menu ul:not(.main-submenu-pro, .main-subsubmenu-pro) > li a:not(.buttonrdv) {
    text-align: left;
    padding-left: 20px;
  }
}
#masthead .main-menu-mobile .main-submenu-pro, #masthead .main-menu .main-submenu-pro {
  border: none;
  color: white;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  min-height: 0;
  margin-top: 5px;
  max-width: 250px;
  overflow: hidden;
  padding-top: 20px;
  position: absolute;
  text-align: left;
  visibility: hidden;
  width: auto;
  z-index: 5;
}
#masthead .main-menu-mobile .main-submenu-pro span, #masthead .main-menu .main-submenu-pro span {
  background-color: #ffad07;
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: -1;
}
#masthead .main-menu-mobile .main-submenu-pro li, #masthead .main-menu .main-submenu-pro li {
  border-bottom: none;
  height: 40px;
  padding: 0;
  position: relative;
  width: 100%;
}
#masthead .main-menu-mobile .main-submenu-pro li a, #masthead .main-menu .main-submenu-pro li a {
  display: inline-block;
  font-family: "DIN_2014_Demi", sans-serif !important;
  font-size: 9pt;
  color: white !important;
  padding: 5px 13px;
}
#masthead .main-menu-mobile .main-submenu-pro li a .fa-chevron-right, #masthead .main-menu .main-submenu-pro li a .fa-chevron-right {
  margin-left: 15px;
}
#masthead .main-menu-mobile .main-submenu-pro li a:hover, #masthead .main-menu .main-submenu-pro li a:hover {
  color: #2E8ED5 !important;
  border: none;
  cursor: pointer;
  transition: 300ms;
}
#masthead .main-menu-mobile .main-submenu-pro li:hover ul, #masthead .main-menu .main-submenu-pro li:hover ul {
  transition: 300ms;
  visibility: visible;
}
#masthead .main-menu-mobile .main-submenu-pro li ul, #masthead .main-menu .main-submenu-pro li ul {
  background: #ffad07;
  display: flex;
  flex-direction: column;
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  top: -20px;
}
#masthead .main-menu-mobile .main-submenu-pro li ul li, #masthead .main-menu .main-submenu-pro li ul li {
  font-size: 13px !important;
  line-height: 32px;
  text-align: left !important;
}
@media screen and (max-width: 1070px) {
  #masthead .main-menu-mobile .main-submenu-pro, #masthead .main-menu .main-submenu-pro {
    background-color: #ffad07;
    max-width: inherit;
    padding-top: 0;
    position: static;
    visibility: visible;
    width: 100%;
  }
  #masthead .main-menu-mobile .main-submenu-pro li, #masthead .main-menu .main-submenu-pro li {
    line-height: 40px;
  }
  #masthead .main-menu-mobile .main-submenu-pro li a, #masthead .main-menu .main-submenu-pro li a {
    color: #2E8ED5;
  }
}
#masthead .main-menu-mobile li:nth-of-type(1) .main-submenu-pro, #masthead .main-menu li:nth-of-type(1) .main-submenu-pro {
  max-width: 280px;
}
#masthead .main-menu-mobile li:nth-of-type(1) .main-submenu-pro li ul, #masthead .main-menu li:nth-of-type(1) .main-submenu-pro li ul {
  left: 150px;
}
@media screen and (max-width: 1070px) {
  #masthead .main-menu-mobile li:nth-of-type(1) .main-submenu-pro, #masthead .main-menu li:nth-of-type(1) .main-submenu-pro {
    max-width: inherit;
  }
}
#masthead .main-menu-mobile li:nth-of-type(1) .main-submenu-pro span, #masthead .main-menu li:nth-of-type(1) .main-submenu-pro span {
  max-width: 180px;
}
#masthead .main-menu-mobile li:nth-of-type(2) .main-submenu-pro, #masthead .main-menu li:nth-of-type(2) .main-submenu-pro {
  max-width: 280px;
}
#masthead .main-menu-mobile li:nth-of-type(2) .main-submenu-pro li ul, #masthead .main-menu li:nth-of-type(2) .main-submenu-pro li ul {
  left: 150px;
}
@media screen and (max-width: 1070px) {
  #masthead .main-menu-mobile li:nth-of-type(2) .main-submenu-pro, #masthead .main-menu li:nth-of-type(2) .main-submenu-pro {
    max-width: inherit;
  }
}
#masthead .main-menu-mobile li:nth-of-type(2) .main-submenu-pro span, #masthead .main-menu li:nth-of-type(2) .main-submenu-pro span {
  max-width: 180px;
}
#masthead .main-menu-mobile li:nth-of-type(3) .main-submenu-pro, #masthead .main-menu li:nth-of-type(3) .main-submenu-pro {
  max-width: 435px;
}
#masthead .main-menu-mobile li:nth-of-type(3) .main-submenu-pro li ul, #masthead .main-menu li:nth-of-type(3) .main-submenu-pro li ul {
  left: 280px;
}
@media screen and (max-width: 1070px) {
  #masthead .main-menu-mobile li:nth-of-type(3) .main-submenu-pro, #masthead .main-menu li:nth-of-type(3) .main-submenu-pro {
    max-width: inherit;
  }
}
#masthead .main-menu-mobile li:nth-of-type(3) .main-submenu-pro span, #masthead .main-menu li:nth-of-type(3) .main-submenu-pro span {
  max-width: 335px;
}
#masthead .main-menu-mobile li:nth-of-type(4) .main-submenu-pro, #masthead .main-menu li:nth-of-type(4) .main-submenu-pro {
  max-width: 450px;
}
#masthead .main-menu-mobile li:nth-of-type(4) .main-submenu-pro li ul, #masthead .main-menu li:nth-of-type(4) .main-submenu-pro li ul {
  left: 165px;
}
@media screen and (max-width: 1070px) {
  #masthead .main-menu-mobile li:nth-of-type(4) .main-submenu-pro, #masthead .main-menu li:nth-of-type(4) .main-submenu-pro {
    max-width: inherit;
  }
}
#masthead .main-menu-mobile li:nth-of-type(4) .main-submenu-pro span, #masthead .main-menu li:nth-of-type(4) .main-submenu-pro span {
  max-width: 195px;
}
#masthead .main-menu-mobile .opensubmenu, #masthead .main-menu .opensubmenu {
  height: auto;
  max-height: inherit;
}
@media screen and (max-width: 1070px) {
  #masthead .main-menu-mobile .opensubmenu, #masthead .main-menu .opensubmenu {
    display: inline-block;
    height: auto;
  }
}
#masthead .main-menu-mobile {
  display: none;
  position: relative;
  width: 100%;
}
#masthead .main-menu-mobile ul:not(.main-submenu-pro) {
  border-bottom: 1px solid lightgrey;
  flex-direction: column;
  flex-wrap: nowrap;
  max-height: initial;
  max-height: 0;
  height: 0;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  z-index: 3;
}
#masthead .main-menu-mobile ul:not(.main-submenu-pro) li {
  height: auto;
  min-height: 30px;
}
#masthead .main-menu-mobile ul:not(.main-submenu-pro) {
  box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.4);
}
#masthead .main-menu-mobile li > ul {
  max-height: 0;
  height: 0;
}
#masthead #menuburgerwp {
  display: none;
  background-color: white;
  border-radius: 3px;
  cursor: pointer;
  font-size: 18px;
  padding: 5px 6px;
  position: absolute;
  top: 15px;
  right: 25px;
  z-index: 3;
}
#masthead #menuburgerwp:focus {
  outline: none;
}
@media screen and (max-width: 1070px) {
  #masthead #menuburgerwp {
    display: block;
  }
}
#masthead #menuburgerwp .bar1, #masthead #menuburgerwp .bar2, #masthead #menuburgerwp .bar3 {
  width: 22px;
  height: 4px;
  background-color: #348fd2;
  margin: 3px 0;
  transition: 0.4s;
  display: block;
}
#masthead .change .bar1 {
  transform: translate(0px, 7px) rotate(-45deg);
}
#masthead .change .bar2 {
  opacity: 0;
}
#masthead .change .bar3 {
  transform: translate(0px, -7px) rotate(45deg);
}
@media screen and (max-width: 1070px) {
  #masthead {
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 0;
  }
  #masthead .main-menu {
    display: none;
  }
  #masthead .main-menu-mobile {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  #masthead {
    height: 90px;
  }
}

.openmenu .main-menu-mobile ul:not(.main-submenu-pro) {
  max-height: 2000px !important;
  height: auto !important;
  transition: 300ms;
  opacity: 1 !important;
  padding-bottom: 3em;
}
.openmenu .main-menu-mobile ul:not(.main-submenu-pro) li ul li ul {
  background: #ffc041 !important;
  box-shadow: none !important;
  max-height: 90px !important;
  position: static !important;
  visibility: visible !important;
}
.openmenu .main-menu-mobile ul:not(.main-submenu-pro) li ul li ul li {
  margin-bottom: 5px;
}

/************************* code pour le fichier demands.admin.html.twig ********************************/
.dataTables_wrapper select[name=demandes_length], .dataTables_wrapper select[name=cabinets_length], .dataTables_wrapper select[name=professionals_length], .dataTables_wrapper select[name=patients_length], .dataTables_wrapper select[name=lists_length] {
  width: 65px;
}

.dataTables_wrapper .dataTables_info {
  font-family: "Montserrat", sans-serif;
}

.demandsAdmin-table, .demandsProvider-table, .patientsList {
  margin-top: 50px;
  border: 1px solid #E7F2FA;
  border-radius: 4px;
  background-color: #fff;
  padding: 2%;
  background: none;
  border: none;
}
@media screen and (max-width: 1280px) {
  .demandsAdmin-table td, .demandsProvider-table td, .patientsList td {
    font-size: 1em;
  }
}
@media screen and (max-width: 800px) {
  .demandsAdmin-table {
    padding: 1rem;
  }
  .demandsAdmin-table table {
    width: 100%!important;
  }
}
.demandsAdmin-table h3, .demandsAdmin-table h5, .demandsProvider-table h3, .demandsProvider-table h5, .patientsList h3, .patientsList h5 {
  color: var(--dark-blue-color);
  font-size: 1.4rem;
}
.demandsAdmin-table .demand-filters, .demandsProvider-table .demand-filters, .patientsList .demand-filters {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 10px;
}
.demandsAdmin-table .demand-filters span, .demandsProvider-table .demand-filters span, .patientsList .demand-filters span {
  white-space: nowrap;
}
.demandsAdmin-table .demand-filters input, .demandsProvider-table .demand-filters input, .patientsList .demand-filters input {
  margin-left: 10px;
  font-size: 12px;
}
.demandsAdmin-table .numberDemandInProgress, .demandsProvider-table .numberDemandInProgress, .patientsList .numberDemandInProgress {
  color: #FF8C00 !important;
}
.demandsAdmin-table .numberDemandInProgress span, .demandsProvider-table .numberDemandInProgress span, .patientsList .numberDemandInProgress span {
  font-size: 20px;
  font-weight: bold;
}
.demandsAdmin-table .text-success .numberDemandInProgress, .demandsProvider-table .text-success .numberDemandInProgress, .patientsList .text-success .numberDemandInProgress {
  color: #28a745 !important;
}
.demandsAdmin-table table thead, .demandsProvider-table table thead, .patientsList table thead {
  background-color: #EAECEF;
  color: #334559;
  font-size: 12px;
}
.demandsAdmin-table table tbody, .demandsProvider-table table tbody, .patientsList table tbody {
  color: #596B7D;
  font-size: 12px;
}
.demandsAdmin-table table tbody .launchRight, .demandsProvider-table table tbody .launchRight, .patientsList table tbody .launchRight {
  background-color: #358fd3;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
}
.demandsAdmin-table table tbody .in-progress, .demandsProvider-table table tbody .in-progress, .patientsList table tbody .in-progress {
  background-color: #f6c244;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
}
.demandsAdmin-table table .demand_accepted, .demandsAdmin-table table .provider, .demandsProvider-table table .demand_accepted, .demandsProvider-table table .provider, .patientsList table .demand_accepted, .patientsList table .provider {
  background-color: #69CD40;
  font-size: 12px;
}
.demandsAdmin-table table .demand_accepted:hover, .demandsAdmin-table table .provider:hover, .demandsProvider-table table .demand_accepted:hover, .demandsProvider-table table .provider:hover, .patientsList table .demand_accepted:hover, .patientsList table .provider:hover {
  background-color: #28a745;
  border-color: #28a745;
}
.demandsAdmin-table table .treated, .demandsAdmin-table table .accepted, .demandsAdmin-table table .uncertain, .demandsAdmin-table table .refused, .demandsAdmin-table table .refused-no-date, .demandsAdmin-table table .canceled, .demandsAdmin-table table .accepted_canceled, .demandsAdmin-table table .refused_canceled, .demandsAdmin-table table .uncertain_canceled, .demandsAdmin-table table .treated_canceled, .demandsProvider-table table .treated, .demandsProvider-table table .accepted, .demandsProvider-table table .uncertain, .demandsProvider-table table .refused, .demandsProvider-table table .refused-no-date, .demandsProvider-table table .canceled, .demandsProvider-table table .accepted_canceled, .demandsProvider-table table .refused_canceled, .demandsProvider-table table .uncertain_canceled, .demandsProvider-table table .treated_canceled, .patientsList table .treated, .patientsList table .accepted, .patientsList table .uncertain, .patientsList table .refused, .patientsList table .refused-no-date, .patientsList table .canceled, .patientsList table .accepted_canceled, .patientsList table .refused_canceled, .patientsList table .uncertain_canceled, .patientsList table .treated_canceled {
  font-size: 12px;
  cursor: pointer;
  margin-bottom: 10px;
}
.demandsAdmin-table table .accepted, .demandsAdmin-table table .relaunch_demand, .demandsProvider-table table .accepted, .demandsProvider-table table .relaunch_demand, .patientsList table .accepted, .patientsList table .relaunch_demand {
  background-color: #FF8C00 !important;
  color: #fff;
}
.demandsAdmin-table table .modal, .demandsProvider-table table .modal, .patientsList table .modal {
  border: none;
}
.demandsAdmin-table table .modal .modal-dialog, .demandsProvider-table table .modal .modal-dialog, .patientsList table .modal .modal-dialog {
  -webkit-transform: translate(0, -50%) !important;
  -o-transform: translate(0, -50%) !important;
  transform: translate(0, -50%) !important;
  top: 50%;
  margin: 0 auto;
}
.demandsAdmin-table table .modal .modal-dialog .modal-content, .demandsProvider-table table .modal .modal-dialog .modal-content, .patientsList table .modal .modal-dialog .modal-content {
  border-radius: 5px;
}
.demandsAdmin-table table .modal .modal-dialog .modal-content .modal-header, .demandsProvider-table table .modal .modal-dialog .modal-content .modal-header, .patientsList table .modal .modal-dialog .modal-content .modal-header {
  border-bottom: none;
  padding: 5px;
}
.demandsAdmin-table table .modal .modal-dialog .modal-content .modal-body .btn, .demandsProvider-table table .modal .modal-dialog .modal-content .modal-body .btn, .patientsList table .modal .modal-dialog .modal-content .modal-body .btn {
  padding: 10px;
}
.demandsAdmin-table table .modal .modal-dialog .modal-content .modal-body h1, .demandsAdmin-table table .modal .modal-dialog .modal-content .modal-body h4, .demandsAdmin-table table .modal .modal-dialog .modal-content .modal-body h4 a, .demandsProvider-table table .modal .modal-dialog .modal-content .modal-body h1, .demandsProvider-table table .modal .modal-dialog .modal-content .modal-body h4, .demandsProvider-table table .modal .modal-dialog .modal-content .modal-body h4 a, .patientsList table .modal .modal-dialog .modal-content .modal-body h1, .patientsList table .modal .modal-dialog .modal-content .modal-body h4, .patientsList table .modal .modal-dialog .modal-content .modal-body h4 a {
  color: #2E8ED5;
}
.demandsAdmin-table table .modal .modal-dialog .modal-content .modal-body .buttons, .demandsProvider-table table .modal .modal-dialog .modal-content .modal-body .buttons, .patientsList table .modal .modal-dialog .modal-content .modal-body .buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  width: 50%;
}
.demandsAdmin-table table .modal .modal-dialog .modal-content .modal-body .buttons .back-to-dashboard, .demandsProvider-table table .modal .modal-dialog .modal-content .modal-body .buttons .back-to-dashboard, .patientsList table .modal .modal-dialog .modal-content .modal-body .buttons .back-to-dashboard {
  background-color: #2E8ED5;
  color: #fff;
  cursor: pointer;
}
.demandsAdmin-table .tt-input, .demandsProvider-table .tt-input, .patientsList .tt-input {
  min-width: 300px;
}
.demandsAdmin-table .nurse, .demandsAdmin-table .subscribe_patient .nurse, .subscribe_patient .demandsAdmin-table .nurse, .demandsAdmin-table .result_demand .nurse, .result_demand .demandsAdmin-table .nurse, .demandsProvider-table .nurse, .demandsProvider-table .subscribe_patient .nurse, .subscribe_patient .demandsProvider-table .nurse, .demandsProvider-table .result_demand .nurse, .result_demand .demandsProvider-table .nurse, .patientsList .nurse, .patientsList .subscribe_patient .nurse, .subscribe_patient .patientsList .nurse, .patientsList .result_demand .nurse, .result_demand .patientsList .nurse {
  margin: 0;
  padding: 5px;
}
.demandsAdmin-table .nurse-name, .demandsAdmin-table .nurse-address, .demandsProvider-table .nurse-name, .demandsProvider-table .nurse-address, .patientsList .nurse-name, .patientsList .nurse-address {
  width: 60%;
  top: 0;
  float: right;
}
@media screen and (max-width: 849px) {
  .demandsAdmin-table .nurse-name, .demandsAdmin-table .nurse-address, .demandsProvider-table .nurse-name, .demandsProvider-table .nurse-address, .patientsList .nurse-name, .patientsList .nurse-address {
    float: right;
  }
  .demandsAdmin-table .card, .demandsProvider-table .card, .patientsList .card {
    padding: 1em !important;
  }
  .demandsAdmin-table .card .btn, .demandsProvider-table .card .btn, .patientsList .card .btn {
    margin-left: 10px;
  }
  .demandsAdmin-table table, .demandsProvider-table table, .patientsList table {
    border: none;
  }
  .demandsAdmin-table thead, .demandsProvider-table thead, .patientsList thead {
    display: none;
  }
  .demandsAdmin-table .calendar thead, .demandsProvider-table .calendar thead, .patientsList .calendar thead {
    display: revert;
  }
  .demandsAdmin-table tbody, .demandsProvider-table tbody, .patientsList tbody {
    width: 100%;
  }
  .demandsAdmin-table tbody tr, .demandsProvider-table tbody tr, .patientsList tbody tr {
    border-radius: 3px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    margin: 0 auto 25px auto;
    padding: 30px 10px 10px 10px;
    position: relative;
    width: 95%;
  }
  .demandsAdmin-table tbody tr td, .demandsProvider-table tbody tr td, .patientsList tbody tr td {
    border: none;
    font-size: 1rem;
    position: relative;
  }
  .demandsAdmin-table tbody tr .created-date, .demandsProvider-table tbody tr .created-date, .patientsList tbody tr .created-date {
    display: none;
  }
  .demandsAdmin-table tbody tr td.sorting_1, .demandsProvider-table tbody tr td.sorting_1, .patientsList tbody tr td.sorting_1 {
    position: relative;
  }
  .demandsAdmin-table tbody tr td.sorting_1 button.mb-2, .demandsProvider-table tbody tr td.sorting_1 button.mb-2, .patientsList tbody tr td.sorting_1 button.mb-2 {
    position: absolute;
    left: 50%;
    top: 8px;
    transform: translateX(-50%);
    width: 30%;
  }
  /* .demandsAdmin-table tbody tr td.sorting_1 a:not(.confirm_delete), .demandsProvider-table tbody tr td.sorting_1 a:not(.confirm_delete), .patientsList tbody tr td.sorting_1 a:not(.confirm_delete) {
    position: absolute;
    right: 7px;
    top: 8px;
    width: 30%;
  } */
  .demandsAdmin-table tbody tr td.sorting_1 p, .demandsProvider-table tbody tr td.sorting_1 p, .patientsList tbody tr td.sorting_1 p {
    background: none;
    border: 1px solid #334559;
    border-radius: 3px;
    color: #334559;
    font-size: 1rem;
    padding: 6px;
    width: 30%;
  }
  .demandsAdmin-table tbody tr td.sorting_1 .mobile-details, .demandsProvider-table tbody tr td.sorting_1 .mobile-details, .patientsList tbody tr td.sorting_1 .mobile-details {
    background: none;
    border: 1px solid #334559;
    color: #334559;
    display: block;
    float: right;
    width: 40px;
  }
  .demandsAdmin-table tbody tr .cancel_relaunch, .demandsAdmin-table tbody tr table .view_unchecked, .demandsAdmin-table table tbody tr .view_unchecked, .demandsProvider-table tbody tr .cancel_relaunch, .demandsProvider-table tbody tr table .view_unchecked, .demandsProvider-table table tbody tr .view_unchecked, .patientsList tbody tr .cancel_relaunch, .patientsList tbody tr table .view_unchecked, .patientsList table tbody tr .view_unchecked {
    margin-top: 10px !important;
  }
  .demandsAdmin-table tbody tr .btn-block, .demandsProvider-table tbody tr .btn-block, .patientsList tbody tr .btn-block {
    max-width: 320px;
    margin: auto;
  }
  .demandsAdmin-table tbody tr .confirm_delete, .demandsProvider-table tbody tr .confirm_delete, .patientsList tbody tr .confirm_delete {
    border-radius: 50%;
    display: inline-block;
    height: 17px;
    font-size: 9pt;
    position: absolute;
    top: -22px;
    right: 10px;
    width: 80px;
    z-index: 2;
  }
  .demandsAdmin-table .row, .demandsProvider-table .row, .patientsList .row {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .demandsAdmin-table .row div, .demandsProvider-table .row div, .patientsList .row div {
    padding-left: 0;
    padding-right: 0;
  }
  .demandsAdmin-table select, .demandsProvider-table select, .patientsList select {
    padding: 0;
    text-align: center;
  }
}
@media screen and (min-width: 850px) {
  .demandsAdmin-table .mobile-details, .demandsProvider-table .mobile-details, .patientsList .mobile-details {
    display: none;
  }
}
.demandsAdmin-table .accepted, .demandsProvider-table .accepted, .patientsList .accepted {
  background-color: #FF8C00 !important;
  color: #fff;
}
.demandsAdmin-table button.treated, .demandsAdmin-table button.accepted, .demandsAdmin-table button.refused, .demandsProvider-table button.treated, .demandsProvider-table button.accepted, .demandsProvider-table button.refused, .patientsList button.treated, .patientsList button.accepted, .patientsList button.refused {
  cursor: pointer;
  margin-bottom: 10px;
}
.demandsAdmin-table .historicContainer, .demandsProvider-table .historicContainer, .patientsList .historicContainer {
  background: #F8F8F8;
  margin-top: 40px;
  padding: 15px 10px;
}
.demandsAdmin-table .historicContainer div, .demandsProvider-table .historicContainer div, .patientsList .historicContainer div {
  margin: auto;
}
.demandsAdmin-table .historicContainer div .historic, .demandsProvider-table .historicContainer div .historic, .patientsList .historicContainer div .historic {
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 5px;
  padding: 5px;
  overflow-y: scroll;
  min-height: 100px;
  max-height: 200px;
  margin: auto;
  width: 99%;
}
.demandsAdmin-table .historicContainer div .historic::-webkit-scrollbar-track, .demandsProvider-table .historicContainer div .historic::-webkit-scrollbar-track, .patientsList .historicContainer div .historic::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.demandsAdmin-table .historicContainer div .historic::-webkit-scrollbar, .demandsProvider-table .historicContainer div .historic::-webkit-scrollbar, .patientsList .historicContainer div .historic::-webkit-scrollbar {
  width: 15px;
  background-color: #F5F5F5;
}
.demandsAdmin-table .historicContainer div .historic::-webkit-scrollbar-thumb, .demandsProvider-table .historicContainer div .historic::-webkit-scrollbar-thumb, .patientsList .historicContainer div .historic::-webkit-scrollbar-thumb {
  background-color: #2E8ED5;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.5, transparent), to(transparent));
}
.demandsAdmin-table .historicContainer div .historic p, .demandsProvider-table .historicContainer div .historic p, .patientsList .historicContainer div .historic p {
  font-size: 0.9em;
  padding: 0.2em 1em;
}
.demandsAdmin-table .historicContainer div .historic p span, .demandsProvider-table .historicContainer div .historic p span, .patientsList .historicContainer div .historic p span {
  color: rgba(52, 73, 94, 0.7058823529);
}
@media screen and (max-width: 849px) {
  .demandsAdmin-table.patient table {
    display: none;
  }
  .demandsAdmin-table.patient .dataTables_wrapper {
    display: none;
  }
}
@media screen and (min-width: 850px) {
  .demandsAdmin-table.patient .card {
    display: none;
  }
}

.providersList, .adminsList, .caresList, .officesList, .deletedUsersList, .hospitalsList {
  margin-top: 50px;
  border: 1px solid #E7F2FA;
  border-radius: 4px;
  background-color: #fff;
  padding: 2%;
}
@media screen and (max-width: 1280px) {
  .providersList td, .adminsList td, .caresList td, .officesList td, .deletedUsersList td, .hospitalsList td {
    font-size: 1em;
  }
}
.providersList h3, .adminsList h3, .caresList h3, .officesList h3, .deletedUsersList h3, .hospitalsList h3 {
  color: #2E8ED5;
}
.providersList table thead, .adminsList table thead, .caresList table thead, .officesList table thead, .deletedUsersList table thead, .hospitalsList table thead {
  background-color: #EAECEF;
  color: #334559;
  font-size: 12px;
}
.providersList table thead input[type=text], .adminsList table thead input[type=text], .caresList table thead input[type=text], .officesList table thead input[type=text], .deletedUsersList table thead input[type=text], .hospitalsList table thead input[type=text] {
  font-size: 12px;
}
.providersList table tbody, .adminsList table tbody, .caresList table tbody, .officesList table tbody, .deletedUsersList table tbody, .hospitalsList table tbody {
  color: #596B7D;
  font-size: 12px;
}
.providersList table tbody .contact, .adminsList table tbody .contact, .caresList table tbody .contact, .officesList table tbody .contact, .deletedUsersList table tbody .contact, .hospitalsList table tbody .contact {
  color: #596B7D;
}
.providersList table tbody .right, .adminsList table tbody .right, .caresList table tbody .right, .officesList table tbody .right, .deletedUsersList table tbody .right, .hospitalsList table tbody .right {
  display: flex;
  justify-content: flex-end;
}
.providersList table tbody .wrap, .adminsList table tbody .wrap, .caresList table tbody .wrap, .officesList table tbody .wrap, .deletedUsersList table tbody .wrap, .hospitalsList table tbody .wrap {
  flex-wrap: wrap;
}
.providersList a, .adminsList a, .caresList a, .officesList a, .deletedUsersList a, .hospitalsList a {
  font-size: 12px;
}
@media screen and (max-width: 849px) {
  .providersList table, .providersList .table-responsive-xs, .adminsList table, .adminsList .table-responsive-xs, .caresList table, .caresList .table-responsive-xs, .officesList table, .officesList .table-responsive-xs, .deletedUsersList table, .deletedUsersList .table-responsive-xs, .hospitalsList table, .hospitalsList .table-responsive-xs {
    display: none !important;
  }
  .providersList .card, .adminsList .card, .caresList .card, .officesList .card, .deletedUsersList .card, .hospitalsList .card {
    display: block;
    margin-top: 20px;
  }
}
@media screen and (min-width: 850px) {
  .providersList table, .adminsList table, .caresList table, .officesList table, .deletedUsersList table, .hospitalsList table {
    display: block;
  }
  .providersList .card, .adminsList .card, .caresList .card, .officesList .card, .deletedUsersList .card, .hospitalsList .card {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .providersList .date-table, .adminsList .date-table, .caresList .date-table, .officesList .date-table, .deletedUsersList .date-table, .hospitalsList .date-table {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .providersList .date-table, .adminsList .date-table, .caresList .date-table, .officesList .date-table, .deletedUsersList .date-table, .hospitalsList .date-table {
    display: table-cell;
  }
}
.transmission .nursesList tbody tr td:nth-of-type(2), .transmission .demandsNurseList tbody tr td:nth-of-type(2), .transmission .permanencyList tbody tr td:nth-of-type(2) {
  display: none;
}

.nursesList, .demandsNurseList, .permanencyList, .orthoDemandsList {
  margin-top: 50px;
  border: 1px solid #E7F2FA;
  border-radius: 4px;
  background-color: #fff;
  padding: 2%;
}
@media screen and (max-width: 1280px) {
  .nursesList td, .demandsNurseList td, .permanencyList td, .orthoDemandsList td {
    font-size: 1em;
  }
}
.nursesList h3, .demandsNurseList h3, .permanencyList h3, .orthoDemandsList h3 {
  color: #2E8ED5;
}
.nursesList table thead, .demandsNurseList table thead, .permanencyList table thead, .orthoDemandsList table thead {
  background-color: #EAECEF;
  color: #334559;
  font-size: 12px;
}
.nursesList table thead input[type=text], .demandsNurseList table thead input[type=text], .permanencyList table thead input[type=text], .orthoDemandsList table thead input[type=text] {
  font-size: 12px;
}
.nursesList table tbody, .demandsNurseList table tbody, .permanencyList table tbody, .orthoDemandsList table tbody {
  color: #596B7D;
  font-size: 12px;
}
.nursesList table tbody .contact, .demandsNurseList table tbody .contact, .permanencyList table tbody .contact, .orthoDemandsList table tbody .contact {
  color: #596B7D;
}
.nursesList table tbody .right, .demandsNurseList table tbody .right, .permanencyList table tbody .right, .orthoDemandsList table tbody .right {
  display: flex;
  justify-content: flex-end;
}
.nursesList table tbody td a i, .demandsNurseList table tbody td a i, .permanencyList table tbody td a i, .orthoDemandsList table tbody td a i {
  margin-right: 6px;
}
@media screen and (max-width: 849px) {
  .nursesList, .demandsNurseList, .permanencyList, .orthoDemandsList {
    padding-left: 15px;
    padding-right: 15px;
  }
  .nursesList table, .demandsNurseList table, .permanencyList table, .orthoDemandsList table {
    border: none;
  }
  .nursesList thead, .demandsNurseList thead, .permanencyList thead, .orthoDemandsList thead {
    display: none;
  }
  .nursesList tbody, .demandsNurseList tbody, .permanencyList tbody, .orthoDemandsList tbody {
    width: 100%;
  }
  .nursesList tbody tr, .demandsNurseList tbody tr, .permanencyList tbody tr, .orthoDemandsList tbody tr {
    border: 1.3px solid #DFE2E4;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
    padding: 10px;
    position: relative;
  }
  .nursesList tbody tr td, .demandsNurseList tbody tr td, .permanencyList tbody tr td, .orthoDemandsList tbody tr td {
    border: none;
    font-size: 1rem;
  }
  .nursesList tbody tr td .mt-2, .demandsNurseList tbody tr td .mt-2, .permanencyList tbody tr td .mt-2, .orthoDemandsList tbody tr td .mt-2 {
    display: none;
  }
  .nursesList tbody tr td:nth-of-type(11), .demandsNurseList tbody tr td:nth-of-type(11), .permanencyList tbody tr td:nth-of-type(11), .orthoDemandsList tbody tr td:nth-of-type(11) {
    display: none;
  }
  .nursesList tbody tr td .demand-id-responsive, .demandsNurseList tbody tr td .demand-id-responsive, .permanencyList tbody tr td .demand-id-responsive, .orthoDemandsList tbody tr td .demand-id-responsive, .demandsAdmin-table tbody tr td .demand-id-responsive {
    display: block;
    font-family: "DIN_2014_Demi" !important;
    font-weight: bolder;
  }
  .nursesList tbody tr td .demand-id, .demandsNurseList tbody tr td .demand-id, .permanencyList tbody tr td .demand-id, .orthoDemandsList tbody tr td .demand-id {
    display: none;
  }
  .nursesList tbody tr td.sorting_1, .demandsNurseList tbody tr td.sorting_1, .permanencyList tbody tr td.sorting_1, .orthoDemandsList tbody tr td.sorting_1 {
    background: #EAECEF;
    color: #334559;
    font-size: 1rem;
    padding: 6px;
  }
  .nursesList tbody tr td.sorting_1 .mobile-details, .demandsNurseList tbody tr td.sorting_1 .mobile-details, .permanencyList tbody tr td.sorting_1 .mobile-details, .orthoDemandsList tbody tr td.sorting_1 .mobile-details {
    background: none;
    border: 1px solid #334559;
    color: #334559;
    display: block;
    float: right;
    width: 40px;
  }
  .nursesList tbody tr .cancel_relaunch, .nursesList tbody tr .demandsAdmin-table table .view_unchecked, .demandsAdmin-table table .nursesList tbody tr .view_unchecked, .nursesList tbody tr .demandsProvider-table table .view_unchecked, .demandsProvider-table table .nursesList tbody tr .view_unchecked, .nursesList tbody tr .patientsList table .view_unchecked, .patientsList table .nursesList tbody tr .view_unchecked, .demandsNurseList tbody tr .cancel_relaunch, .demandsNurseList tbody tr .demandsAdmin-table table .view_unchecked, .demandsAdmin-table table .demandsNurseList tbody tr .view_unchecked, .demandsNurseList tbody tr .demandsProvider-table table .view_unchecked, .demandsProvider-table table .demandsNurseList tbody tr .view_unchecked, .demandsNurseList tbody tr .patientsList table .view_unchecked, .patientsList table .demandsNurseList tbody tr .view_unchecked, .permanencyList tbody tr .cancel_relaunch, .permanencyList tbody tr .demandsAdmin-table table .view_unchecked, .demandsAdmin-table table .permanencyList tbody tr .view_unchecked, .permanencyList tbody tr .demandsProvider-table table .view_unchecked, .demandsProvider-table table .permanencyList tbody tr .view_unchecked, .permanencyList tbody tr .patientsList table .view_unchecked, .patientsList table .permanencyList tbody tr .view_unchecked, .orthoDemandsList tbody tr .cancel_relaunch, .orthoDemandsList tbody tr .demandsAdmin-table table .view_unchecked, .demandsAdmin-table table .orthoDemandsList tbody tr .view_unchecked, .orthoDemandsList tbody tr .demandsProvider-table table .view_unchecked, .demandsProvider-table table .orthoDemandsList tbody tr .view_unchecked, .orthoDemandsList tbody tr .patientsList table .view_unchecked, .patientsList table .orthoDemandsList tbody tr .view_unchecked {
    display: none;
  }
  .nursesList tbody tr .btn-block, .demandsNurseList tbody tr .btn-block, .permanencyList tbody tr .btn-block, .orthoDemandsList tbody tr .btn-block {
    max-width: 320px;
    margin: auto;
  }
  .nursesList .row, .demandsNurseList .row, .permanencyList .row, .orthoDemandsList .row {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .nursesList .row div, .demandsNurseList .row div, .permanencyList .row div, .orthoDemandsList .row div {
    padding-left: 0;
    padding-right: 0;
  }
  .nursesList select, .demandsNurseList select, .permanencyList select, .orthoDemandsList select {
    padding: 0;
    text-align: center;
  }
}
@media screen and (min-width: 850px) {
  .nursesList .mobile-details, .demandsNurseList .mobile-details, .permanencyList .mobile-details, .orthoDemandsList .mobile-details {
    display: none;
  }
  .nursesList .mobile-spantxt, .demandsNurseList .mobile-spantxt, .permanencyList .mobile-spantxt, .orthoDemandsList .mobile-spantxt {
    display: none;
  }
  .nursesList .demand-id-responsive, .demandsNurseList .demand-id-responsive, .permanencyList .demand-id-responsive, .orthoDemandsList .demand-id-responsive, .demandsAdmin-table .demand-id-responsive {
    display: none;
  }
  .nursesList .demand-id, .demandsNurseList .demand-id, .permanencyList .demand-id, .orthoDemandsList .demand-id {
    display: block;
  }
}

.caresList table a, .officesList table a, .deletedUsersList table a, .hospitalsList table a {
  margin-right: 5px;
}

.search_nurse, .emails, .admin_profile {
  background-color: #fff;
  padding: 6%;
  /* ces h3 et h4 sont enfants directs des div concernés */
  margin-top: 50px;
}
.search_nurse h3, .search_nurse h4, .emails h3, .emails h4, .admin_profile h3, .admin_profile h4 {
  color: #2E8ED5;
}

.search_nurse {
  margin-top: 50px;
  border: 1px solid #E7F2FA;
  border-radius: 4px;
  background-color: #fff;
  padding: 2%;
}
.search_nurse input, .search_nurse select {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  height: 40px;
  font-size: 1rem;
  text-decoration: none;
  transition: border 300ms;
  vertical-align: middle;
  /* nesting (imbrication) qui revient à faire en CSS normal
  "input:focus {...}" */
}
.search_nurse input:focus, .search_nurse select:focus {
  background: white;
  outline: none;
  transition: 600ms;
  box-shadow: none;
  border: 1px solid #ffad07;
  transition: border 200ms;
}
.search_nurse label {
  color: #334559;
  display: inline;
  font-size: 1em;
  padding: 0 5px;
  margin-top: 1rem;
  vertical-align: middle;
}
@media screen and (max-width: 420px) {
  .search_nurse label {
    font-size: 1em;
    margin-top: 0;
    width: 90%;
  }
}
.search_nurse .icheckbox_square-green {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url("img/green.png");
  border: none;
  cursor: pointer;
  background-position: 0 0;
}
.search_nurse .icheckbox_square-green.hover {
  background-position: -24px 0;
}
.search_nurse .icheckbox_square-green.checked {
  background-position: -48px 0;
}
.search_nurse .brand_ico {
  height: 37px;
  margin-right: 10px;
}
.search_nurse .icheckbox_square-green.disabled {
  background-position: -72px 0;
  cursor: default;
}
.search_nurse .icheckbox_square-green.checked.disabled {
  background-position: -96px 0;
}
@media screen and (max-width: 1280px) {
  .search_nurse td {
    font-size: 1em;
  }
}
.search_nurse thead {
  background-color: #EAECEF;
  color: #334559;
  font-size: 12px;
}
.search_nurse h5 {
  color: #2E8ED5;
}

.network, .card_nurses_offices {
  background-color: #fff;
  padding: 1%;
  /* ces h3 et h4 sont enfants directs des div concernés */
  margin-top: 50px;
}
.network h3, .network h4, .card_nurses_offices h3, .card_nurses_offices h4 {
  color: #2E8ED5;
}

.sms_status_delivred {
  color: darkgreen;
  font-weight: 900;
}

.sms_status_sent {
  color: green;
  font-weight: 900;
}

.sms_status_failed {
  color: red;
  font-weight: 900;
}

.sms_status_expired {
  color: darkred;
  font-weight: 900;
}

.admin_form, .email_form {
  background-color: #fff;
  padding: 0px;
  /* ces h3 et h4 sont enfants directs des div concernés */
}
.admin_form h3, .admin_form h4, .email_form h3, .email_form h4 {
  color: #2E8ED5;
}
.admin_form label, .email_form label {
  color: #334559;
  display: inline;
  font-size: 1em;
  padding: 0 5px;
  margin-top: 1rem;
  vertical-align: middle;
}
@media screen and (max-width: 420px) {
  .admin_form label, .email_form label {
    font-size: 1em;
    margin-top: 0;
    width: 90%;
  }
}
.admin_form input, .admin_form select, .email_form input, .email_form select {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  height: 40px;
  font-size: 1rem;
  text-decoration: none;
  transition: border 300ms;
  vertical-align: middle;
  /* nesting (imbrication) qui revient à faire en CSS normal
  "input:focus {...}" */
}
.admin_form input:focus, .admin_form select:focus, .email_form input:focus, .email_form select:focus {
  background: white;
  outline: none;
  transition: 600ms;
  box-shadow: none;
  border: 1px solid #ffad07;
  transition: border 200ms;
}
.admin_form button, .email_form button {
  background-color: #69CD40;
  color: #fff;
  display: block;
  padding: 8px;
  margin: auto;
  cursor: pointer;
  border: 1px solid #69CD40;
  padding: 0.375rem 0.75rem;
}
.admin_form button:hover, .email_form button:hover {
  background-color: #28a745;
  border-color: #28a745;
}
.admin_form label.error, .email_form label.error {
  color: #e74c3c;
  display: block;
}
.admin_form label.error:before, .email_form label.error:before {
  content: "\f071";
  margin: 0 4px;
  font-family: "FontAwesome";
}
.admin_form input[type=checkbox] + label:before, .email_form input[type=checkbox] + label:before {
  background-color: #fff;
  border: 2px solid #DFE2E4;
  content: "";
  cursor: pointer;
  display: inline-block;
  height: 25px;
  width: 25px;
  text-align: center;
  vertical-align: middle;
  border-radius: 4px;
}
.admin_form input[type=checkbox]:checked + label:before, .email_form input[type=checkbox]:checked + label:before {
  content: "✓";
  color: #fff;
  border: 1px solid #69CD40;
  background-color: #69CD40;
}
.admin_form .hide_nurse_password, .email_form .hide_nurse_password {
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}
.admin_form .card-header, .email_form .card-header {
  height: 40px;
  width: 100%;
}
.admin_form .card-header h6, .email_form .card-header h6 {
  font-size: 1rem;
}
@media screen and (max-width: 420px) {
  .admin_form .card-header, .email_form .card-header {
    padding: 0.75rem 0.5rem;
  }
}

.tags-dropdown .ui.label {
  background: #029acf;
  color: white;
}
.tags-dropdown .ui.label:hover {
  background: white;
  color: #2E8ED5;
}

/************************* code pour le fichier stats.html.twig ********************************/
.stats {
  margin-top: 20px;
}
.stats .card {
  margin-bottom: 25px;
}
.stats .card h4 {
  text-transform: uppercase;
  font-size: 16px;
}
.stats .card .more_info {
  background-color: #33495F;
  color: #fff;
  border-bottom: 3px solid #293B4D;
  font-size: 12px;
}

.careTypes, .nurseAccepted, .smsCount, .smsSentPerAdmin, .emailSentPerAdmin, .numberNurses, .numberProviders {
  background-color: #fff;
  padding: 2%;
  /* ces h3 et h4 sont enfants directs des div concernés */
}
.careTypes h3, .careTypes h4, .nurseAccepted h3, .nurseAccepted h4, .smsCount h3, .smsCount h4, .smsSentPerAdmin h3, .smsSentPerAdmin h4, .emailSentPerAdmin h3, .emailSentPerAdmin h4, .numberNurses h3, .numberNurses h4, .numberProviders h3, .numberProviders h4 {
  color: #2E8ED5;
}

.numberNurses label, .numberProviders label {
  color: #334559;
  display: inline;
  font-size: 1em;
  padding: 0 5px;
  margin-top: 1rem;
  vertical-align: middle;
}
@media screen and (max-width: 420px) {
  .numberNurses label, .numberProviders label {
    font-size: 1em;
    margin-top: 0;
    width: 90%;
  }
}
.numberNurses input, .numberNurses select, .numberProviders input, .numberProviders select {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  height: 40px;
  font-size: 1rem;
  text-decoration: none;
  transition: border 300ms;
  vertical-align: middle;
  /* nesting (imbrication) qui revient à faire en CSS normal
  "input:focus {...}" */
}
.numberNurses input:focus, .numberNurses select:focus, .numberProviders input:focus, .numberProviders select:focus {
  background: white;
  outline: none;
  transition: 600ms;
  box-shadow: none;
  border: 1px solid #ffad07;
  transition: border 200ms;
}

.demandsNurseList .terr-esante-link {
  background-color: #8C2380;
  color: #fff;
  padding: 5px;
  border-radius: 4px;
}

.demandsNurseList .already_accepted_by_someone, .orthoDemandsList .already_accepted_by_someone {
  color: #2E8ED5;
  font-size: 12px;
}

.mapEdit {
  margin-top: 50px;
  border: 1px solid #E7F2FA;
  border-radius: 4px;
  background-color: #fff;
  padding: 2%;
}
@media screen and (max-width: 1280px) {
  .mapEdit td {
    font-size: 1em;
  }
}
.mapEdit thead {
  background-color: #EAECEF;
  color: #334559;
  font-size: 12px;
}
.mapEdit .explanation {
  margin-bottom: 50px;
}
.mapEdit h3, .mapEdit h4 {
  color: #2E8ED5;
}
.mapEdit .addArea {
  font-size: 1rem;
  color: #fff;
  display: block;
  border-radius: 4px;
  margin: 1.5rem auto 0 auto;
  max-width: 300px;
  width: 100%;
  cursor: pointer;
}
.mapEdit .addArea:not(.blue) {
  background-color: #69CD40;
  border: 1px solid #69CD40;
}
.mapEdit .addArea:hover:not(.blue) {
  background-color: #28a745;
  border-color: #28a745;
}
.mapEdit .table-responsive {
  overflow: visible;
}
@media screen and (max-width: 370px) {
  .mapEdit .mapAddReturn {
    flex-wrap: wrap;
  }
  .mapEdit .mapAddReturn .btn-success {
    max-height: 40px;
  }
  .mapEdit .mapAddReturn a:nth-child(2) {
    margin-top: 14px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 371px) and (max-width: 749px) {
  .mapEdit .mapAddReturn {
    justify-content: space-between;
  }
  .mapEdit .mapAddReturn .btn-success {
    max-height: 40px;
  }
  .mapEdit .mapAddReturn a:nth-child(2) {
    margin-top: 6px;
  }
}
@media screen and (min-width: 750px) {
  .mapEdit .mapAddReturn {
    align-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.details_demand {
  background-color: #fff;
  margin-top: 10px;
}
.details_demand .phone {
  border: 1px solid #e74c3c;
  border-radius: 4px;
  color: #e74c3c;
  font-size: 30px;
  margin: 20px 0;
  padding: 8px 0;
  font-weight: bold;
}
.details_demand .countdown .countdown-part {
  margin-right: 5px;
  border: 1px solid lightgrey;
  padding: 10px;
}
.details_demand .integer {
  font-size: 3em;
}

.nurse_form, .nurse_form_bis {
  background-color: #fff;
  padding: 6%;
  /* ces h3 et h4 sont enfants directs des div concernés */
}
.nurse_form h3, .nurse_form h4, .nurse_form_bis h3, .nurse_form_bis h4 {
  color: #2E8ED5;
}
.nurse_form label, .nurse_form_bis label {
  color: #334559;
  display: inline;
  font-size: 1em;
  padding: 0 5px;
  margin-top: 1rem;
  vertical-align: middle;
}
@media screen and (max-width: 420px) {
  .nurse_form label, .nurse_form_bis label {
    font-size: 1em;
    margin-top: 0;
    width: 90%;
  }
}
.nurse_form input, .nurse_form select, .nurse_form_bis input, .nurse_form_bis select {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  height: 40px;
  font-size: 1rem;
  text-decoration: none;
  transition: border 300ms;
  vertical-align: middle;
  /* nesting (imbrication) qui revient à faire en CSS normal
  "input:focus {...}" */
}
.nurse_form input:focus, .nurse_form select:focus, .nurse_form_bis input:focus, .nurse_form_bis select:focus {
  background: white;
  outline: none;
  transition: 600ms;
  box-shadow: none;
  border: 1px solid #ffad07;
  transition: border 200ms;
}
.nurse_form button:not(.addFile):not(.addFileBis), .nurse_form_bis button:not(.addFile):not(.addFileBis) {
  background-color: var(--orange-color);
  color: #fff;
  display: block;
  padding: initial;
  margin: auto;
  cursor: pointer;
  min-width: 200px;
}
.nurse_form button:not(.addFile):not(.addFileBis):hover, .nurse_form_bis button:not(.addFile):not(.addFileBis):hover {
  background-color: var(--orange-color);
  border-color: var(--orange-color);
}
.nurse_form label.error, .nurse_form_bis label.error {
  color: #e74c3c;
  display: block;
}
.nurse_form label.error:before, .nurse_form_bis label.error:before {
  content: "\f071";
  margin: 0 4px;
  font-family: "FontAwesome";
}
.nurse_form label.warning, .nurse_form_bis label.warning {
  color: #FFC107;
  display: block;
}
.nurse_form label.warning:before, .nurse_form_bis label.warning:before {
  content: "\f071";
  margin: 0 4px;
  font-family: "FontAwesome";
}
.nurse_form input[type=checkbox], .nurse_form_bis input[type=checkbox] {
  display: inline !important;
}
.nurse_form .hide_nurse_password, .nurse_form_bis .hide_nurse_password {
  margin-bottom: 20px;
}
.nurse_form .hide_nurse_password a, .nurse_form_bis .hide_nurse_password a {
  text-decoration: none;
}
.nurse_form .care_profile label.error, .nurse_form_bis .care_profile label.error {
  color: #e74c3c;
  display: block;
}
.nurse_form .care_profile label.error:before, .nurse_form_bis .care_profile label.error:before {
  content: "\f071";
  margin: 0 4px;
  font-family: "FontAwesome";
}
@media screen and (min-width: 769px) {
  .nurse_form .care_profile .cares_list, .nurse_form_bis .care_profile .cares_list {
    column-count: 2;
  }
}
.nurse_form .card-header, .nurse_form_bis .card-header {
  height: 40px;
  width: 100%;
}
.nurse_form .card-header h6, .nurse_form_bis .card-header h6 {
  font-size: 1rem;
}
@media screen and (max-width: 420px) {
  .nurse_form .card-header, .nurse_form_bis .card-header {
    padding: 0.75rem 0.5rem;
  }
}
.nurse_form button.addFile, .nurse_form button.addFileBis, .nurse_form_bis button.addFile, .nurse_form_bis button.addFileBis {
  font-size: 1rem;
  padding: 6px;
  font-weight: bold;
  border: 2px solid #f6c244;
  background-color: #fff;
  color: #f6c244;
  cursor: pointer;
  display: block;
  margin: 2rem auto 2rem auto;
}
.nurse_form button.addFile:hover, .nurse_form button.addFile:active, .nurse_form button.addFileBis:hover, .nurse_form button.addFileBis:active, .nurse_form_bis button.addFile:hover, .nurse_form_bis button.addFile:active, .nurse_form_bis button.addFileBis:hover, .nurse_form_bis button.addFileBis:active {
  background-color: #f6c244;
  border: 2px solid #fff;
  color: #fff;
}

.provider_form {
  background-color: #fff;
  padding: 0;
  /* ces h3 et h4 sont enfants directs des div concernés */
}
.provider_form h3, .provider_form h4 {
  color: #2E8ED5;
}
.provider_form label {
  color: #334559;
  display: inline;
  font-size: 1em;
  padding: 0 5px;
  margin-top: 1rem;
  vertical-align: middle;
}
@media screen and (max-width: 420px) {
  .provider_form label {
    font-size: 1em;
    margin-top: 0;
    width: 90%;
  }
}
.provider_form input, .provider_form select {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  height: 40px;
  font-size: 1rem;
  text-decoration: none;
  transition: border 300ms;
  vertical-align: middle;
  /* nesting (imbrication) qui revient à faire en CSS normal
  "input:focus {...}" */
}
.provider_form input:focus, .provider_form select:focus {
  background: white;
  outline: none;
  transition: 600ms;
  box-shadow: none;
  border: 1px solid #ffad07;
  transition: border 200ms;
}
.provider_form button {
  background-color: #69CD40;
  color: #fff;
  display: block;
  padding: initial;
  margin: auto;
  cursor: pointer;
}
.provider_form button:hover {
  background-color: #28a745;
  border-color: #28a745;
}
.provider_form label.error {
  color: #e74c3c;
  display: block;
}
.provider_form label.error:before {
  content: "\f071";
  margin: 0 4px;
  font-family: "FontAwesome";
}
.provider_form .hide_nurse_password {
  margin-bottom: 20px;
}
.provider_form .hide_nurse_password a {
  text-decoration: none;
}
.provider_form .hide_nurse_password input[type=checkbox] + label:before {
  background-color: #fff;
  border: 2px solid #DFE2E4;
  content: "";
  cursor: pointer;
  display: inline-block;
  height: 25px;
  width: 25px;
  text-align: center;
  vertical-align: middle;
  border-radius: 4px;
}
.provider_form .hide_nurse_password input[type=checkbox]:checked + label:before {
  content: "✓";
  color: #fff;
  border: 1px solid #69CD40;
  background-color: #69CD40;
}
.provider_form .hide_nurse_password input#toggleShow {
  display: none;
}
.provider_form .card-header {
  height: 40px;
  width: 100%;
}
.provider_form .card-header h6 {
  font-size: 1rem;
}
@media screen and (max-width: 420px) {
  .provider_form .card-header {
    padding: 0.75rem 0.5rem;
  }
}

/************************* formulaires nouvelle demande,  ********************************/
.new {
  background-color: #fff;
  padding: 6%;
  /* ces h3 et h4 sont enfants directs des div concernés */
  margin-top: 25px;
  border-radius: 8px;
}
.new h3, .new h4 {
  color: #2E8ED5;
}
.new dt {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-top: 20px;
}
.new dd {
  font-weight: 400;
}
.new label:not(.coordination_card):not(.ambulanceWanted) {
  color: #334559;
  display: inline;
  font-size: 1em;
  padding: 0 5px;
  margin-top: 1rem;
  vertical-align: middle;
}
@media screen and (max-width: 420px) {
  .new label:not(.coordination_card):not(.ambulanceWanted) {
    font-size: 1em;
    margin-top: 0;
    width: 90%;
  }
}
.new input, .new select, .new span:not(.select2-selection--multiple).select2-selection {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  height: 40px;
  font-size: 1rem;
  text-decoration: none;
  transition: border 300ms;
  vertical-align: middle;
  /* nesting (imbrication) qui revient à faire en CSS normal
  "input:focus {...}" */
}
.new input:focus, .new select:focus, .new span:not(.select2-selection--multiple).select2-selection:focus {
  background: white;
  outline: none;
  transition: 600ms;
  box-shadow: none;
  border: 1px solid #ffad07;
  transition: border 200ms;
}
.new .ui.label.transition.visible {
  font-size: 1rem;
  background: #334559;
  color: white;
  padding: 6px;
}
.new .ui.fluid.search.dropdown.selection.multiple {
  background: rgb(232, 240, 254);
  border: inherit;
  border-radius: 2px;
  border-bottom: 1px solid #2E8ED5;
}
.new .ui.fluid.search.dropdown.selection.multiple:hover {
  background: white;
  border: 1px solid #ffad07;
  cursor: pointer;
  transition: 300ms;
}
.new button:not(.removeFile):not(.addFile) {
  font-size: 1rem;
  color: #fff;
  display: block;
  border-radius: 4px;
  margin: 1.5rem auto 0 auto;
  max-width: 300px;
  width: 100%;
  cursor: pointer;
}
.new button:not(.removeFile):not(.addFile):not(.blue) {
  background-color: #69CD40;
  border: 1px solid #69CD40;
}
.new button:not(.removeFile):not(.addFile):hover:not(.blue) {
  background-color: #28a745;
  border-color: #28a745;
}
.new p {
  font-size: 1rem;
}
.new p.textfile {
  font-size: 1rem;
  margin-left: 1.8rem;
}
.new button.addFile {
  font-size: 12px;
  padding: 4px;
  font-weight: bold;
  border: 2px solid #f6c244;
  background-color: #fff;
  color: #f6c244;
  cursor: pointer;
  margin: 1.8rem;
}
.new button.addFile:hover, .new button.addFile:active {
  background-color: #f6c244;
  border: 2px solid #fff;
  color: #fff;
}
.new button.removeFile {
  cursor: pointer;
  font-size: 14px;
  background-color: #e74c3c;
  color: #fff;
  border-radius: 0.25rem;
}
.new input[type=checkbox] {
  display: inline !important;
}
.new label.error {
  color: #e74c3c;
  display: block;
}
.new label.error:before {
  content: "\f071";
  margin: 0 4px;
  font-family: "FontAwesome";
}
.new a {
  color: #334559;
}
.new .input-group {
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .new .input-group {
    flex-wrap: wrap;
  }
}
.new .checkbox {
  line-height: 30px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .new .checkbox {
    width: 100%;
  }
}
.new .subtitle {
  font-weight: bolder;
  font-size: 1em;
  margin-top: 1.2em;
}
.new .coordination_card_toggle {
  background-color: #ffc107;
  color: #fff;
  padding: 2px 10px;
  border-radius: 4px;
  font-size: 1em;
  margin-top: 20px;
  font-weight: bold;
}
.new .coordination_card_toggle_checked {
  color: #ffc107;
}
.new .text-center {
  margin-top: 30px;
}
.new .query_nurse {
  display: flex;
  justify-content: space-between;
  background-color: #ffc107;
}
.new .query_nurse .coordination_card {
  padding: 0.5%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .new .query_nurse {
    flex-wrap: wrap;
  }
}
.new .query_nurse .search_input .hideSearchForm {
  color: #e74c3c;
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .new .query_nurse .search_input .hideSearchForm {
    flex-wrap: wrap;
  }
}
.new .query_nurse h5 {
  color: #fff;
}
.new .query_nurse .select2-container .select2-search--inline .select2-search__field {
  margin: 0;
  padding: 0;
}
.new .patient_query_nurse {
  background-color: #ffc107;
  padding: 3%;
  margin-bottom: 25px;
}
.new .patient_query_nurse .hideSearchForm {
  color: #e74c3c;
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
}
.new .cross {
  margin-left: 5px;
  line-height: 20px;
}
.new span {
  padding-top: 2px;
}
.new .phone {
  border: 1px solid #e74c3c;
  border-radius: 4px;
  color: #e74c3c;
  font-size: 18px;
  margin: 20px auto;
  padding: 8px 0;
  font-weight: bold;
  width: 210px;
}

.select2-container.select2-container--default.select2-container--open input {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  height: 40px;
  font-size: 1rem;
  text-decoration: none;
  transition: border 300ms;
  vertical-align: middle;
  /* nesting (imbrication) qui revient à faire en CSS normal
  "input:focus {...}" */
}
.select2-container.select2-container--default.select2-container--open input:focus {
  background: white;
  outline: none;
  transition: 600ms;
  box-shadow: none;
  border: 1px solid #ffad07;
  transition: border 200ms;
}

.notfound {
  background-color: #fff;
  padding: 6%;
  /* ces h3 et h4 sont enfants directs des div concernés */
  margin-top: 25px;
  border-radius: 8px;
}
.notfound h3, .notfound h4 {
  color: #2E8ED5;
}

.add_nurse {
  background-color: #fff;
  padding: 3% 6% 6% 6%;
  /* ces h3 et h4 sont enfants directs des div concernés */
  margin-top: 50px;
}
.add_nurse h3, .add_nurse h4 {
  color: #2E8ED5;
}
.add_nurse label {
  color: #334559;
  display: inline;
  font-size: 1em;
  padding: 0 5px;
  margin-top: 1rem;
  vertical-align: middle;
}
@media screen and (max-width: 420px) {
  .add_nurse label {
    font-size: 1em;
    margin-top: 0;
    width: 90%;
  }
}
.add_nurse label.custom-control-label {
  margin-top: 10px;
}
.add_nurse input, .add_nurse select {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  height: 40px;
  font-size: 1rem;
  text-decoration: none;
  transition: border 300ms;
  vertical-align: middle;
  /* nesting (imbrication) qui revient à faire en CSS normal
  "input:focus {...}" */
}
.add_nurse input:focus, .add_nurse select:focus {
  background: white;
  outline: none;
  transition: 600ms;
  box-shadow: none;
  border: 1px solid #ffad07;
  transition: border 200ms;
}
.add_nurse label.error {
  color: #e74c3c;
  display: block;
}
.add_nurse label.error:before {
  content: "\f071";
  margin: 0 4px;
  font-family: "FontAwesome";
}
.add_nurse label.error {
  color: #e74c3c;
  display: block;
}
.add_nurse label.error:before {
  content: "\f071";
  margin: 0 4px;
  font-family: "FontAwesome";
}
.add_nurse label.warning {
  color: #FFC107;
  display: block;
}
.add_nurse label.warning:before {
  content: "\f071";
  margin: 0 4px;
  font-family: "FontAwesome";
}
.add_nurse input[type=checkbox] {
  display: inline;
}
@media screen and (min-width: 769px) {
  .add_nurse .cares_list {
    column-count: 2;
  }
}
.add_nurse button {
  font-size: 1rem;
  color: #fff;
  display: block;
  border-radius: 4px;
  margin: 1.5rem auto 0 auto;
  max-width: 300px;
  width: 100%;
  cursor: pointer;
}
.add_nurse button:not(.blue) {
  background-color: #69CD40;
  border: 1px solid #69CD40;
}
.add_nurse button:hover:not(.blue) {
  background-color: #28a745;
  border-color: #28a745;
}
.add_nurse .text-center {
  margin-top: 30px;
}
.add_nurse .hide_nurse_password {
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}
.add_nurse .hide_nurse_password a {
  text-decoration: none;
}
.add_nurse strong {
  font-size: 1rem;
}
.add_nurse .contactNurse {
  margin-bottom: 10px;
  font-size: 12px;
}
.add_nurse .form-check-input {
  position: static;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .add_nurse {
    margin-top: 30px;
  }
}

.add_provider {
  background-color: #fff;
  padding: 6%;
  /* ces h3 et h4 sont enfants directs des div concernés */
  margin-top: 50px;
}
.add_provider h3, .add_provider h4 {
  color: #2E8ED5;
}
.add_provider label.error {
  color: #e74c3c;
  display: block;
}
.add_provider label.error:before {
  content: "\f071";
  margin: 0 4px;
  font-family: "FontAwesome";
}
.add_provider label.error {
  color: #e74c3c;
  display: block;
}
.add_provider label.error:before {
  content: "\f071";
  margin: 0 4px;
  font-family: "FontAwesome";
}
.add_provider label {
  color: #334559;
  display: inline;
  font-size: 1em;
  padding: 0 5px;
  margin-top: 1rem;
  vertical-align: middle;
}
@media screen and (max-width: 420px) {
  .add_provider label {
    font-size: 1em;
    margin-top: 0;
    width: 90%;
  }
}
.add_provider input, .add_provider select {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  height: 40px;
  font-size: 1rem;
  text-decoration: none;
  transition: border 300ms;
  vertical-align: middle;
  /* nesting (imbrication) qui revient à faire en CSS normal
  "input:focus {...}" */
}
.add_provider input:focus, .add_provider select:focus {
  background: white;
  outline: none;
  transition: 600ms;
  box-shadow: none;
  border: 1px solid #ffad07;
  transition: border 200ms;
}
.add_provider input[type=checkbox] + label:before {
  background-color: #fff;
  border: 2px solid #DFE2E4;
  content: "";
  cursor: pointer;
  display: inline-block;
  height: 25px;
  width: 25px;
  text-align: center;
  vertical-align: middle;
  border-radius: 4px;
}
.add_provider input[type=checkbox]:checked + label:before {
  content: "✓";
  color: #fff;
  border: 1px solid #69CD40;
  background-color: #69CD40;
}
.add_provider button {
  font-size: 1rem;
  color: #fff;
  display: block;
  border-radius: 4px;
  margin: 1.5rem auto 0 auto;
  max-width: 300px;
  width: 100%;
  cursor: pointer;
}
.add_provider button:not(.blue) {
  background-color: #69CD40;
  border: 1px solid #69CD40;
}
.add_provider button:hover:not(.blue) {
  background-color: #28a745;
  border-color: #28a745;
}
.add_provider .text-center {
  margin-top: 30px;
}

.add_admin, .add_office, .add_care, .add_patient, .baseline-form, .editTag, .searchUser {
  background-color: #fff;
  padding: 6%;
  /* ces h3 et h4 sont enfants directs des div concernés */
  margin-top: 50px;
}
.add_admin h3, .add_admin h4, .add_office h3, .add_office h4, .add_care h3, .add_care h4, .add_patient h3, .add_patient h4, .baseline-form h3, .baseline-form h4, .editTag h3, .editTag h4, .searchUser h3, .searchUser h4 {
  color: #2E8ED5;
}
.add_admin label.error, .add_office label.error, .add_care label.error, .add_patient label.error, .baseline-form label.error, .editTag label.error, .searchUser label.error {
  color: #e74c3c;
  display: block;
}
.add_admin label.error:before, .add_office label.error:before, .add_care label.error:before, .add_patient label.error:before, .baseline-form label.error:before, .editTag label.error:before, .searchUser label.error:before {
  content: "\f071";
  margin: 0 4px;
  font-family: "FontAwesome";
}
.add_admin input[type=checkbox] + label:before, .add_office input[type=checkbox] + label:before, .add_care input[type=checkbox] + label:before, .add_patient input[type=checkbox] + label:before, .baseline-form input[type=checkbox] + label:before, .editTag input[type=checkbox] + label:before, .searchUser input[type=checkbox] + label:before {
  background-color: #fff;
  border: 2px solid #DFE2E4;
  content: "";
  cursor: pointer;
  display: inline-block;
  height: 25px;
  width: 25px;
  text-align: center;
  vertical-align: middle;
  border-radius: 4px;
}
.add_admin input[type=checkbox]:checked + label:before, .add_office input[type=checkbox]:checked + label:before, .add_care input[type=checkbox]:checked + label:before, .add_patient input[type=checkbox]:checked + label:before, .baseline-form input[type=checkbox]:checked + label:before, .editTag input[type=checkbox]:checked + label:before, .searchUser input[type=checkbox]:checked + label:before {
  content: "✓";
  color: #fff;
  border: 1px solid #69CD40;
  background-color: #69CD40;
}
.add_admin label, .add_office label, .add_care label, .add_patient label, .baseline-form label, .editTag label, .searchUser label {
  color: #334559;
  display: inline;
  font-size: 1em;
  padding: 0 5px;
  margin-top: 1rem;
  vertical-align: middle;
}
@media screen and (max-width: 420px) {
  .add_admin label, .add_office label, .add_care label, .add_patient label, .baseline-form label, .editTag label, .searchUser label {
    font-size: 1em;
    margin-top: 0;
    width: 90%;
  }
}
.add_admin input, .add_admin select, .add_office input, .add_office select, .add_care input, .add_care select, .add_patient input, .add_patient select, .baseline-form input, .baseline-form select, .editTag input, .editTag select, .searchUser input, .searchUser select {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  height: 40px;
  font-size: 1rem;
  text-decoration: none;
  transition: border 300ms;
  vertical-align: middle;
  /* nesting (imbrication) qui revient à faire en CSS normal
  "input:focus {...}" */
}
.add_admin input:focus, .add_admin select:focus, .add_office input:focus, .add_office select:focus, .add_care input:focus, .add_care select:focus, .add_patient input:focus, .add_patient select:focus, .baseline-form input:focus, .baseline-form select:focus, .editTag input:focus, .editTag select:focus, .searchUser input:focus, .searchUser select:focus {
  background: white;
  outline: none;
  transition: 600ms;
  box-shadow: none;
  border: 1px solid #ffad07;
  transition: border 200ms;
}
.add_admin button, .add_office button, .add_care button, .add_patient button, .baseline-form button, .editTag button, .searchUser button {
  font-size: 1rem;
  color: #fff;
  display: block;
  border-radius: 4px;
  margin: 1.5rem auto 0 auto;
  max-width: 300px;
  width: 100%;
  cursor: pointer;
}
.add_admin button:not(.blue), .add_office button:not(.blue), .add_care button:not(.blue), .add_patient button:not(.blue), .baseline-form button:not(.blue), .editTag button:not(.blue), .searchUser button:not(.blue) {
  background-color: #69CD40;
  border: 1px solid #69CD40;
}
.add_admin button:hover:not(.blue), .add_office button:hover:not(.blue), .add_care button:hover:not(.blue), .add_patient button:hover:not(.blue), .baseline-form button:hover:not(.blue), .editTag button:hover:not(.blue), .searchUser button:hover:not(.blue) {
  background-color: #28a745;
  border-color: #28a745;
}
.add_admin .text-center, .add_office .text-center, .add_care .text-center, .add_patient .text-center, .baseline-form .text-center, .editTag .text-center, .searchUser .text-center {
  margin-top: 30px;
}
.add_admin .office_super_admin, .add_office .office_super_admin, .add_care .office_super_admin, .add_patient .office_super_admin, .baseline-form .office_super_admin, .editTag .office_super_admin, .searchUser .office_super_admin {
  border: 1px solid grey;
  padding: 0 20px 20px 20px;
  margin-bottom: 20px;
}
.add_admin .office_super_admin legend, .add_office .office_super_admin legend, .add_care .office_super_admin legend, .add_patient .office_super_admin legend, .baseline-form .office_super_admin legend, .editTag .office_super_admin legend, .searchUser .office_super_admin legend {
  width: auto;
  display: inherit;
  padding: 10px;
  font-size: 1.2em;
}

.add_care .tel, .add_care_patient .tel {
  color: #2E8ED5;
  font-family: inherit !important;
}

.add_care {
  margin-top: 5px;
}
.add_care .row {
  margin-right: 0;
  margin-left: 0;
}

.add_care_patient {
  background-color: #fff;
}
.add_care_patient h3 {
  color: #2E8ED5;
}
.add_care_patient label.error {
  color: #e74c3c;
  display: block;
}
.add_care_patient label.error:before {
  content: "\f071";
  margin: 0 4px;
  font-family: "FontAwesome";
}
.add_care_patient label {
  color: #334559;
  display: inline;
  font-size: 1em;
  padding: 0 5px;
  margin-top: 1rem;
  vertical-align: middle;
  margin-top: 0;
}
@media screen and (max-width: 420px) {
  .add_care_patient label {
    font-size: 1em;
    margin-top: 0;
    width: 90%;
  }
}
.add_care_patient input, .add_care_patient select {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  height: 40px;
  font-size: 1rem;
  text-decoration: none;
  transition: border 300ms;
  vertical-align: middle;
  /* nesting (imbrication) qui revient à faire en CSS normal
  "input:focus {...}" */
}
.add_care_patient input:focus, .add_care_patient select:focus {
  background: white;
  outline: none;
  transition: 600ms;
  box-shadow: none;
  border: 1px solid #ffad07;
  transition: border 200ms;
}
.add_care_patient button {
  background-color: #ffb114;
  border: 1px solid #ffb114;
  color: #fff;
  padding: 12px;
  border-radius: 4px;
  width: 100%;
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .add_care .regions_list {
    column-count: 2;
  }
}

.searchUser {
  padding: 5%;
}
.searchUser .results {
  border: 4px solid #f7f7f9;
  /* https://codepen.io/devstreak/pen/dMYgeO pour styliser la barre de défilement */
  max-height: 1590px;
  overflow: scroll;
}
.searchUser .results::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.searchUser .results::-webkit-scrollbar {
  width: 20px;
  background-color: #F5F5F5;
}
.searchUser .results::-webkit-scrollbar-thumb {
  background-color: #0ae;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.5, transparent), to(transparent));
}
@media screen and (min-width: 769px) {
  .searchUser .cares_list {
    column-count: 5;
  }
}

.result_demand {
  background-color: #fff;
  padding: 6%;
  /* ces h3 et h4 sont enfants directs des div concernés */
  margin-top: 10px;
  margin-top: 50px;
  border: 1px solid #E7F2FA;
  border-radius: 4px;
  background-color: #fff;
  padding: 2%;
}
.result_demand h3, .result_demand h4 {
  color: #2E8ED5;
}
.result_demand button:not(.confirm_demand) {
  font-size: 1rem;
  color: #fff;
  display: block;
  border-radius: 4px;
  margin: 1.5rem auto 0 auto;
  max-width: 300px;
  width: 100%;
  cursor: pointer;
}
.result_demand button:not(.confirm_demand):not(.blue) {
  background-color: #69CD40;
  border: 1px solid #69CD40;
}
.result_demand button:not(.confirm_demand):hover:not(.blue) {
  background-color: #28a745;
  border-color: #28a745;
}
.result_demand .cancel {
  color: #334559;
}
.result_demand .btn-primary {
  color: #fff !important;
}
.result_demand .text-center {
  margin-top: 4px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1280px) {
  .result_demand td {
    font-size: 1em;
  }
}
.result_demand thead {
  background-color: #EAECEF;
  color: #334559;
  font-size: 12px;
}
.result_demand h5 {
  display: inline-block;
}
.result_demand .icheckbox_square-green {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url("img/green.png");
  border: none;
  cursor: pointer;
  background-position: 0 0;
}
.result_demand .icheckbox_square-green.hover {
  background-position: -24px 0;
}
.result_demand .icheckbox_square-green.checked {
  background-position: -48px 0;
}
.result_demand .icheckbox_square-green.disabled {
  background-position: -72px 0;
  cursor: default;
}
.result_demand .icheckbox_square-green.checked.disabled {
  background-position: -96px 0;
}
.result_demand .matches {
  font-size: 20px;
  color: #FFAD08;
}
.result_demand .demand_details {
  color: #2E8ED5;
}
.result_demand .change_demand, .result_demand .confirm_demand {
  border-radius: 8px;
  color: #fff;
  padding: 15px 40px;
  margin-bottom: 10px;
}
.result_demand .change_demand {
  background-color: #FFAD08;
}
.result_demand .confirm_demand {
  background-color: #28a745;
  cursor: pointer;
}
.result_demand .paragraph {
  color: #334559;
  font-size: 18px;
  font-weight: bold;
}
.result_demand .demand_buttons {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.nurses-form-request input[type=checkbox] {
  display: inline !important;
}

.confirmation, .already, .handled, .signalement {
  background-color: #fff;
  padding: 6%;
  /* ces h3 et h4 sont enfants directs des div concernés */
  margin-top: 10px;
}
.confirmation h3, .confirmation h4, .already h3, .already h4, .handled h3, .handled h4, .signalement h3, .signalement h4 {
  color: #2E8ED5;
}
.confirmation .back, .already .back, .handled .back, .signalement .back {
  font-size: 1rem;
  color: #fff;
  display: block;
  border-radius: 4px;
  margin: 1.5rem auto 0 auto;
  max-width: 300px;
  width: 100%;
  cursor: pointer;
}
.confirmation .back:not(.blue), .already .back:not(.blue), .handled .back:not(.blue), .signalement .back:not(.blue) {
  background-color: #69CD40;
  border: 1px solid #69CD40;
}
.confirmation .back:hover:not(.blue), .already .back:hover:not(.blue), .handled .back:hover:not(.blue), .signalement .back:hover:not(.blue) {
  background-color: #28a745;
  border-color: #28a745;
}
.confirmation span, .already span, .handled span, .signalement span {
  color: #334559;
}
.confirmation strong, .already strong, .handled strong, .signalement strong {
  color: #e74c3c;
}
.confirmation .phone, .already .phone, .handled .phone, .signalement .phone {
  border: 1px solid #e74c3c;
  border-radius: 4px;
  color: #e74c3c;
  font-size: 30px;
  margin: 20px 0;
  padding: 8px 0;
  font-weight: bold;
}
.confirmation .confirm, .already .confirm, .handled .confirm, .signalement .confirm {
  color: #e74c3c;
}
.confirmation .countdown .countdown-part, .already .countdown .countdown-part, .handled .countdown .countdown-part, .signalement .countdown .countdown-part {
  margin-right: 5px;
  border: 1px solid lightgrey;
  padding: 10px;
}
.confirmation .integer, .already .integer, .handled .integer, .signalement .integer {
  font-size: 3em;
}

.nurse_details, .provider_details, .user_details, .patient_details, .hospital-details {
  background-color: #fff;
  padding: 6%;
  /* ces h3 et h4 sont enfants directs des div concernés */
}
.nurse_details h3, .nurse_details h4, .provider_details h3, .provider_details h4, .user_details h3, .user_details h4, .patient_details h3, .patient_details h4, .hospital-details h3, .hospital-details h4 {
  color: #2E8ED5;
}

.nurse_details, .provider_details, .user_details, .patient_details, .hospital-details, .ehpad_details, .constant_sheet {
  background-color: #fff;
  padding: 6%;
  /* ces h3 et h4 sont enfants directs des div concernés */
  margin-top: 50px;
  border-radius: 8px;
}
.nurse_details h3, .nurse_details h4, .provider_details h3, .provider_details h4, .user_details h3, .user_details h4, .patient_details h3, .patient_details h4, .hospital-details h3, .hospital-details h4, .ehpad_details h3, .ehpad_details h4, .constant_sheet h3, .constant_sheet h4 {
  color: #2E8ED5;
}
@media screen and (max-width: 990px) {
  .nurse_details, .provider_details, .user_details, .patient_details, .hospital-details, .ehpad_details, .constant_sheet {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1349px) {
  .nurse_details, .provider_details, .user_details, .patient_details, .hospital-details, .ehpad_details, .constant_sheet {
    margin-top: 62px;
  }
}
.nurse_details .edit_link, .provider_details .edit_link, .user_details .edit_link, .patient_details .edit_link, .hospital-details .edit_link, .ehpad_details .edit_link, .constant_sheet .edit_link {
  font-size: 1rem;
  color: #fff;
  display: block;
  border-radius: 4px;
  margin: 1.5rem auto 0 auto;
  max-width: 300px;
  width: 100%;
  cursor: pointer;
}
.nurse_details .edit_link:not(.blue), .provider_details .edit_link:not(.blue), .user_details .edit_link:not(.blue), .patient_details .edit_link:not(.blue), .hospital-details .edit_link:not(.blue), .ehpad_details .edit_link:not(.blue), .constant_sheet .edit_link:not(.blue) {
  background-color: #69CD40;
  border: 1px solid #69CD40;
}
.nurse_details .edit_link:hover:not(.blue), .provider_details .edit_link:hover:not(.blue), .user_details .edit_link:hover:not(.blue), .patient_details .edit_link:hover:not(.blue), .hospital-details .edit_link:hover:not(.blue), .ehpad_details .edit_link:hover:not(.blue), .constant_sheet .edit_link:hover:not(.blue) {
  background-color: #28a745;
  border-color: #28a745;
}
.nurse_details .back, .provider_details .back, .user_details .back, .patient_details .back, .hospital-details .back, .ehpad_details .back, .constant_sheet .back {
  font-size: 1rem;
  color: #fff;
  display: block;
  border-radius: 4px;
  margin: 1.5rem auto 0 auto;
  max-width: 300px;
  width: 100%;
  cursor: pointer;
  background-color: #FFB200;
  border: 1px solid #FFB200;
  border-bottom: 3px solid #E1A200;
  color: #fff;
}
.nurse_details .back:not(.blue), .provider_details .back:not(.blue), .user_details .back:not(.blue), .patient_details .back:not(.blue), .hospital-details .back:not(.blue), .ehpad_details .back:not(.blue), .constant_sheet .back:not(.blue) {
  background-color: #69CD40;
  border: 1px solid #69CD40;
}
.nurse_details .back:hover:not(.blue), .provider_details .back:hover:not(.blue), .user_details .back:hover:not(.blue), .patient_details .back:hover:not(.blue), .hospital-details .back:hover:not(.blue), .ehpad_details .back:hover:not(.blue), .constant_sheet .back:hover:not(.blue) {
  background-color: #28a745;
  border-color: #28a745;
}
.nurse_details .back:hover, .provider_details .back:hover, .user_details .back:hover, .patient_details .back:hover, .hospital-details .back:hover, .ehpad_details .back:hover, .constant_sheet .back:hover {
  background-color: #E1A200;
  color: #fff;
  border: 1px solid #E1A200;
}
.nurse_details .contactNurse, .provider_details .contactNurse, .user_details .contactNurse, .patient_details .contactNurse, .hospital-details .contactNurse, .ehpad_details .contactNurse, .constant_sheet .contactNurse {
  margin-bottom: 10px;
  font-size: 12px;
}
.nurse_details .card-body p {
  margin: auto;
}
@media screen and (max-width: 849px) {
  .nurse_details .card-body p {
    font-size: 1em;
  }
}

.editNurseMap {
  background-color: #fff;
  padding: 1%;
  /* ces h3 et h4 sont enfants directs des div concernés */
  margin-top: 50px;
  border-radius: 8px;
}
.editNurseMap h3, .editNurseMap h4 {
  color: #2E8ED5;
}
.editNurseMap table {
  margin-top: 50px;
  border: 1px solid #E7F2FA;
  border-radius: 4px;
  background-color: #fff;
  padding: 2%;
  margin-top: 0;
}
@media screen and (max-width: 1280px) {
  .editNurseMap table td {
    font-size: 1em;
  }
}
.editNurseMap thead {
  background-color: #EAECEF;
  color: #334559;
  font-size: 12px;
}
.editNurseMap .addArea {
  font-size: 1rem;
  color: #fff;
  display: block;
  border-radius: 4px;
  margin: 1.5rem auto 0 auto;
  max-width: 300px;
  width: 100%;
  cursor: pointer;
}
.editNurseMap .addArea:not(.blue) {
  background-color: #69CD40;
  border: 1px solid #69CD40;
}
.editNurseMap .addArea:hover:not(.blue) {
  background-color: #28a745;
  border-color: #28a745;
}

.send_sms_email {
  background-color: #fff;
  padding: 6%;
  /* ces h3 et h4 sont enfants directs des div concernés */
  margin-top: 50px;
  border-radius: 8px;
}
.send_sms_email h3, .send_sms_email h4 {
  color: #2E8ED5;
}

.error403, .error404, .error500 {
  background-color: #fff;
  padding: 1%;
  /* ces h3 et h4 sont enfants directs des div concernés */
  margin-top: 100px;
  border-radius: 8px;
}
.error403 h3, .error403 h4, .error404 h3, .error404 h4, .error500 h3, .error500 h4 {
  color: #2E8ED5;
}

.validation {
  background-color: #fff;
  padding: 6%;
  /* ces h3 et h4 sont enfants directs des div concernés */
  margin-top: 50px;
  border-radius: 8px;
}
.validation h3, .validation h4 {
  color: #2E8ED5;
}
.validation a {
  font-size: 1rem;
  color: #fff;
  display: block;
  border-radius: 4px;
  margin: 1.5rem auto 0 auto;
  max-width: 300px;
  width: 100%;
  cursor: pointer;
}
.validation a:not(.blue) {
  background-color: #69CD40;
  border: 1px solid #69CD40;
}
.validation a:hover:not(.blue) {
  background-color: #28a745;
  border-color: #28a745;
}

.email_nurse, .sms_nurse {
  background-color: #fff;
  padding: 6%;
  /* ces h3 et h4 sont enfants directs des div concernés */
  margin-top: 50px;
  border-radius: 8px;
}
.email_nurse h3, .email_nurse h4, .sms_nurse h3, .sms_nurse h4 {
  color: #2E8ED5;
}
.email_nurse button, .sms_nurse button {
  font-size: 1rem;
  color: #fff;
  display: block;
  border-radius: 4px;
  margin: 1.5rem auto 0 auto;
  max-width: 300px;
  width: 100%;
  cursor: pointer;
}
.email_nurse button:not(.blue), .sms_nurse button:not(.blue) {
  background-color: #69CD40;
  border: 1px solid #69CD40;
}
.email_nurse button:hover:not(.blue), .sms_nurse button:hover:not(.blue) {
  background-color: #28a745;
  border-color: #28a745;
}
.email_nurse label, .sms_nurse label {
  color: #334559;
  display: inline;
  font-size: 1em;
  padding: 0 5px;
  margin-top: 1rem;
  vertical-align: middle;
}
@media screen and (max-width: 420px) {
  .email_nurse label, .sms_nurse label {
    font-size: 1em;
    margin-top: 0;
    width: 90%;
  }
}
.email_nurse input, .email_nurse textarea, .sms_nurse input, .sms_nurse textarea {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  height: 40px;
  font-size: 1rem;
  text-decoration: none;
  transition: border 300ms;
  vertical-align: middle;
  /* nesting (imbrication) qui revient à faire en CSS normal
  "input:focus {...}" */
}
.email_nurse input:focus, .email_nurse textarea:focus, .sms_nurse input:focus, .sms_nurse textarea:focus {
  background: white;
  outline: none;
  transition: 600ms;
  box-shadow: none;
  border: 1px solid #ffad07;
  transition: border 200ms;
}
.email_nurse textarea, .sms_nurse textarea {
  height: 100px;
}
.email_nurse label.error, .sms_nurse label.error {
  color: #e74c3c;
  display: block;
}
.email_nurse label.error:before, .sms_nurse label.error:before {
  content: "\f071";
  margin: 0 4px;
  font-family: "FontAwesome";
}

.baseline {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.baseline-form textarea {
  height: 200px;
}

/* Cookies banner */
.cookie-check-div {
  box-shadow: 2px 0px 6px rgba(0, 0, 0, 0.7);
  width: 100%;
  padding: 10px;
  position: fixed;
  left: 0;
  bottom: 0;
  color: #555;
  background: #fff;
  font-size: 11pt;
  transition: 500ms;
  z-index: 100;
}

.cookie-check-div-txt {
  color: #52677a;
  text-align: center;
  margin: auto auto auto auto;
  padding: 8px;
}
@media screen and (max-width: 450px) {
  .cookie-check-div-txt {
    text-align: left;
  }
}

#cookie-check-bt {
  background: #52677a;
  border-radius: 4px;
  color: white;
  font-size: 10pt;
  margin: 14px auto auto auto;
  text-decoration: none;
  width: 90px;
  z-index: 90;
}

#cookie-check-bt:hover {
  background: white;
  border: 1px solid #52677a;
  color: #52677a;
  transition: 500ms;
}

.cookie-check-div-closed {
  cursor: pointer;
  background: #fff;
  border: 1px solid #555;
  box-shadow: 2px 0px 6px rgba(0, 0, 0, 0.7);
  bottom: -90px;
  color: #555;
  font-size: 10pt;
  height: 30px;
  left: 10px;
  line-height: 10px;
  position: fixed;
  opacity: 0.8;
  transition: 500ms;
  width: 190px;
  z-index: 99999999;
}

.hiddencookie {
  bottom: -600px;
  transition: 500ms;
}

.visiblecookie {
  bottom: -2px;
  transition: 500ms;
  transition-delay: 0;
}

.visiblecookie:hover {
  opacity: 1;
  transition: 200ms;
  transition-delay: 0;
}

.login_checkbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.8em;
}

#password {
  margin-bottom: 20px;
}

.my_office_element {
  width: 25%;
  display: inline;
  text-align: center;
  color: #3389D1;
}

.curr_office_element {
  color: white;
  border-bottom: 3px solid #fff;
}

.myOffice_office_care_bloc {
  padding: 20px;
}

.myOffice_office_care_bloc input[type=checkbox], .myOffice_edit_checkbox input[type=checkbox], .changeType_checkbox[type=checkbox] {
  display: inline;
}

.myOffice_office_care_bloc .checkbox {
  float: left;
  width: 25%;
}

.my_office_element span {
  cursor: pointer;
}

.my_office_element span:hover {
  color: gray;
}

.myOffice_element_bloc {
  width: 100%;
}

.myOffice_element_bloc:not(.myOffice_curr_element_bloc) {
  display: none;
}

.myOffice_info_setting {
  color: green;
}

.myOffice_send_btn_bloc {
  margin-left: 50%;
  margin-top: 20px;
  margin-bottom: 50px;
  font-size: 2em;
}

.myOffice_active_care {
  color: green;
  background-color: white;
}

.myOffice_not_active_care {
  color: red;
  background-color: white;
}

.campaign_stat_element {
  float: left;
}

.email_campaign_preview_bloc:not(.curr_email_campaign_preview_bloc) {
  display: none;
}

.campaign_preview_menu {
  width: 100%;
  padding-right: 50px;
  margin: 0;
  text-align: center;
  color: white;
  cursor: pointer;
}

#email_preview_contact_list_tbody td {
  overflow-wrap: break-word;
  font-size: 12px;
}

#email_preview_contact_list_tbody td:not(.email_preview_contact_list_email):first-letter {
  text-transform: uppercase;
}

.email_campaign_preview_btn {
  background-color: #334559;
  margin-right: 3%;
  width: 30%;
  height: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.curr_email_campaign_preview_btn {
  color: #334559;
  background-color: #f5fafd;
  /*border-bottom: 2px solid $bluedark; */
}

#preview_campaign_stat, #email_campaign_preview_email_bloc {
  padding-top: 20px;
}

#email_campaign_preview_email_bloc, #preview_campaign_stat, #preview_campaign_member {
  background-color: #f5fafd;
}

.load_success {
  color: green;
}

.add_to_list_bloc, .add_list_btn {
  display: none;
}

.add_to_list_bloc, .add_list_bloc {
  margin-bottom: 5px;
  font-size: 20px;
}

.add_to_list_btn, .add_list_btn {
  color: orange;
  cursor: pointer;
  margin-bottom: 10px;
}

.submenu_item a {
  font-size: 1.1em;
}

.submenu_item img {
  height: 2em;
}

.submenu ul {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .submenu_item li {
    position: relative;
  }
  .submenu ul {
    flex-wrap: wrap;
  }
  .submenu > ul > li .dropdown-menu {
    position: absolute;
    top: 60px;
  }
  .submenu_item.outils_submenu {
    position: relative;
  }
  .submenu_item.outils_submenu .dropdown-menu {
    left: -150px;
  }
}
@media screen and (min-width: 750px) and (max-width: 1100px) {
  .submenu ul li {
    padding: 0 !important;
    font-size: 0.8em;
  }
}
@media screen and (max-width: 750px) {
  .submenu ul li {
    width: auto;
    font-size: 0.5em;
  }
}
@media screen and (min-width: 751px) {
  .submenu ul li {
    width: 15%;
  }
}
.confirm_delete {
  display: block;
  color: #e74c3c;
}

.script_setting_btn p a {
  cursor: pointer;
}
.script_setting_btn p:hover {
  color: gray;
}

.ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-blurred.ck-editor__editable_inline, .ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-focused.ck-editor__editable_inline {
  min-height: 300px;
}

.patient-footer {
  background-color: #334559;
  color: white;
  width: 100vw;
  margin-top: 40px;
  min-height: 300px;
  text-align: center;
  padding: 30px 5px;
}
.patient-footer div {
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .patient-footer div {
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.patient-footer h4, .patient-footer h6 {
  font-family: "DIN_2014_Demi";
  font-size: 8pt !important;
  margin-top: 20px;
}
.patient-footer ul {
  list-style: none;
}
.patient-footer ul li {
  color: white;
  font-size: 8pt;
}
.patient-footer img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.patient-footer p {
  font-size: 0.8em;
  text-decoration: justify;
}
.patient-footer p:nth-of-type(1) {
  margin-top: 15px;
}
.patient-footer p:nth-of-type(3) {
  margin-top: 10px;
}
.patient-footer a {
  color: white;
  font-size: 8pt;
}
.patient-footer span {
  color: #3389D1;
}
.patient-footer .reseauxsoc {
  display: flex;
  margin: 5px auto 48px auto;
  flex-wrap: wrap;
  text-align: justify !important;
  justify-content: space-between;
}
.patient-footer .reseauxsoc a {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: block;
  height: 30px;
  margin: 8px;
  padding: 7px 7px;
  width: 30px;
}
.patient-footer .reseauxsoc a i {
  color: white;
  font-size: 14pt;
}
@media screen and (max-width: 768px) {
  .patient-footer p, .patient-footer a, .patient-footer li {
    font-size: 1em;
  }
}

.sticky-footer {
  background: rgb(255, 255, 255);
  position: sticky;
  bottom: 6px;
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.04);
  border-radius: 10px 10px 0 0;
  margin: auto auto -30px auto;
  padding: 10px;
  width: 99%;
}
@media screen and (min-width: 420px) {
  .sticky-footer {
    padding: 20px;
  }
}
.sticky-footer ul {
  align-items: center;
  display: flex;
  justify-items: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sticky-footer ul li {
  line-height: 1rem;
  text-align: center;
  width: 25%;
}
.sticky-footer ul li a {
  color: #9c9c9c;
  font-size: 0.8em;
  transition: 300ms;
}
@media screen and (min-width: 768px) {
  .sticky-footer ul li a {
    font-size: 0.9em;
  }
}
.sticky-footer ul li a:hover {
  color: #2E8ED5;
}
.sticky-footer ul li a:hover svg path {
  stroke: #2E8ED5;
}
.sticky-footer ul li a svg {
  display: block;
  margin: auto auto 5pt auto;
  height: 1.5rem;
  width: 1.5rem;
}

.loading {
  background-color: #fff;
  background-position: right center;
  background-image: url("../images/loader.gif");
  background-repeat: no-repeat;
  background-size: 20%;
}

.patient .pac-container {
  height: 160px;
  overflow-y: scroll;
}
.patient .pac-container .pac-item {
  padding: 10px !important;
}

@media screen and (max-width: 768px) {
  .patient .pac-container .pac-matched, .addressHome .pac-container .pac-matched {
    font-weight: bolder;
    font-size: 1rem;
    color: black;
  }
  .patient .pac-container .pac-item, .addressHome .pac-container .pac-item {
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .patient-footer img {
    width: 80%;
  }
}
.nurse_file {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
.nurse_file:hover {
  opacity: 0.7;
}

.animation-image, .title-image, .image-modal .image-modal-content {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

.image-modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
}
.image-modal .image-modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}
.image-modal .close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
.image-modal .close:hover, .image-modal .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.title-image {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@media only screen and (max-width: 700px) {
  .image-modal-content {
    width: 100%;
  }
}
.confirm-remove i {
  color: #fff;
}

/************************* code pour le fichier create.html.twig ********************************/
.fermerformnouveaupatient {
  max-height: 0;
  overflow: hidden;
  transition: 500ms;
}
.fermerformnouveaupatient label {
  color: #334559;
  display: inline;
  font-size: 1em;
  padding: 0 5px;
  margin-top: 1rem;
  vertical-align: middle;
}
@media screen and (max-width: 420px) {
  .fermerformnouveaupatient label {
    font-size: 1em;
    margin-top: 0;
    width: 90%;
  }
}

.ouvrirformnouveaupatient {
  background: white;
  border: 1px solid #ffad07;
  border-radius: 3px;
  margin-top: 1em;
  max-height: 100em;
  padding-top: 2em;
  transition: 700ms;
}
.ouvrirformnouveaupatient h5 {
  font-size: 1rem;
}

#backToPatients {
  display: block;
  text-align: right;
  width: 100%;
}
#backToPatients .fa.fa-times.cross {
  color: red;
  cursor: pointer;
}

/********************** pour google maps ******************/
.googleLogo {
  padding-bottom: 10px !important;
  font-size: 1em;
  border: 1px solid #F1F1F1;
  background: #fff bottom left no-repeat !important;
}

.ui-autocomplete {
  position: absolute !important;
  z-index: 100;
}
.ui-autocomplete .ui-menu-item {
  font-size: 12px;
  cursor: pointer;
}
.ui-autocomplete .ui-menu-item:hover {
  font-size: 12px;
  cursor: pointer;
  background: #F1F1F1;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999;
}

.tt-menu { /* used to be tt-dropdown-menu in older versions */
  width: 422px;
  margin-top: 4px;
  padding: 4px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.tt-suggestion {
  padding: 3px 20px;
  line-height: 24px;
}
.tt-suggestion .tt-cursor, .tt-suggestion:hover {
  color: #fff;
  background-color: #0097cf;
  cursor: pointer;
}
.tt-suggestion p {
  margin: 0;
}

.one_day {
  min-width: 90px;
}

.one_permanency {
  color: #738a9b;
  padding-left: 4px;
  min-width: 90px;
  display: inline-block;
  font-size: 9.5pt;
}

.one_permanency i {
  position: relative;
  top: 0px;
  cursor: pointer;
  float: right;
  margin: 5px;
  font-size: 0.8em;
}

.day_permanency {
  padding: 5px;
}

.day_permanency span:not(.add_permanency) {
  display: inline-block;
}

.workTimeBloc ul, .editWorkTimeBloc ul, .modal-body ul {
  list-style: none;
  padding: 0;
}

.add_permanency {
  font-size: 0.7em;
}

.editWorkTimeBloc .add_permanency {
  margin-left: 2%;
  padding: 5px;
  width: 23%;
  text-align: center;
  float: right;
}

.add_permanency_form_bloc .bootstrap-select, .add_permanency_form_bloc button {
  margin: 5px;
}

.add_permanency_btn {
  border: none;
  background-color: inherit;
  color: blue;
  padding: 0;
  cursor: pointer;
}

.add_permanency_btn:hover {
  text-decoration: underline;
}

.new_permanency_form_bloc .bootstrap-select {
  display: block;
}

.times-slots .time-slot {
  border-radius: 5px;
  background-color: rgba(52, 143, 210, 0.0980392157);
  color: #334559 !important;
  display: inline-block;
  font-weight: 700;
  margin: 7px;
  padding: 10px 8px 10px 12px;
  transition: 100ms;
  width: 62px;
}
.times-slots .time-slot:hover {
  background-color: #2E8ED5;
  color: #fff !important;
}
.times-slots .card-body {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}

.filter-option-inner-inner {
  color: white;
}

.select_div {
  display: inline;
}

#google_maps_bloc {
  height: 300px;
  width: 100%;
  margin-bottom: 20px;
}
#google_maps_bloc.mapboxgl-map {
  bottom: 0px;
  height: 340px;
  top: 0px;
  width: 100%;
}
#google_maps_bloc.mapboxgl-map .marker {
  display: block;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 50px;
  height: 50px;
}
#google_maps_bloc.mapboxgl-map .maplibregl-ctrl button {
  background-color: inherit !important;
  border: inherit !important;
  margin: 0 !important;
  width: 25px !important;
}

.marker-text {
  font-size: 12pt !important;
}

.address-line.mobile {
  display: none;
}
@media screen and (max-width: 500px) {
  .address-line.mobile {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .address-line .desk {
    display: none;
  }
}

.p-relative {
  position: relative;
}
.p-relative .fa-search {
  bottom: 0;
  cursor: pointer;
  font-size: 14pt;
  padding: 10px;
  position: absolute;
  right: 0;
}

.office_details {
  background-color: #fff;
  padding: 2%;
  margin-top: 50px;
  border-radius: 8px;
}

.office_details h3 {
  color: #2E8ED5;
}

#office_adresse, #office_name {
  color: #2E8ED5;
  font-size: 1.2em;
  margin-bottom: 20px;
  display: inline-block;
}

.office_one_member {
  font-size: 1.2em;
  margin-bottom: 0;
}

.select_permanency_endHour, .select_permanency_startHour {
  width: 100;
  display: block;
}

@media screen and (min-width: 769px) {
  .care_form .cares_list {
    column-count: 2;
  }
}

.note-editor button:not(.note-color-btn) {
  background-color: #eee !important;
}

.blue-border {
  padding: 15px;
  border: 1px solid #2E8ED5;
  border-radius: 20px;
}

#newMap .blue-border {
  padding: 15px;
  margin-top: 20px;
  border: 1px solid #2E8ED5;
  border-radius: 20px;
}

#fileList {
  display: none;
  padding: 15px;
  margin-top: 20px;
  border: 1px solid #2E8ED5;
  border-radius: 10px;
}

.dateStats h1 {
  font-size: 26px;
  border-bottom: 1px solid black;
  margin: 80px 0 70px 0;
}

.dateStats h4 {
  text-transform: none !important;
}

.dateStats h5 {
  font-size: 15px;
}

.dateStats ul {
  list-style: none;
  margin-bottom: 0;
}

.dateStats ul li {
  font-size: 13px;
}

.dateStats input.daterange {
  text-align: center;
}

.dateStats ul li::before {
  content: "•";
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 20px;
  line-height: 0px;
}

.dateStats ul li.orange::before {
  color: orange;
}

.dateStats ul li.lgreen::before {
  color: green;
}

.dateStats ul li.blue::before {
  color: blue;
}

.dateStats ul li.red::before {
  color: #e74c3c;
}

.dateStats ul li.grey::before {
  color: #DFE2E4;
}

.dateStats h3 {
  position: relative;
  width: 100px;
  margin: 20px auto;
}

.dateStats h3:before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: -10px;
  left: -10px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}

.dateStats h3:after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: -10px;
  right: -10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

.dateStats h3 span:before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -10px;
  left: -10px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}

.dateStats h3 span:after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -10px;
  right: -10px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}

.dateStats .card {
  border: 1px solid #444;
  height: 100%;
  width: 100%;
}

.dateStats table td, .dateStats table th {
  text-align: center;
  width: 50%;
}

.dateStats table th {
  color: #FFF;
  background-color: #334659 !important;
}

.dateStats table {
  border: 1px solid grey;
}

.dateStats table tr td:first-child,
.dateStats table tr th:first-child {
  border-right: 1px solid grey;
}

.dateStats .dateStats-form {
  background-color: white;
  border-radius: 5px;
  height: 37px;
  line-height: 35px;
  max-width: 400px;
  margin: auto;
}
.dateStats .dateStats-form label {
  color: #334559;
  cursor: pointer;
  font-family: "DIN_2014_Demi"!important;
  font-weight: 600;
}
.dateStats .dateStats-form input {
  background-color: none;
  border: none;
  cursor: pointer;
  font-weight: 300;
  text-decoration: underline;
  min-width: 170px;
}
@media screen and (max-width: 500px) {
  .dateStats .dateStats-form {
    line-height: inherit;
  }
}

.container-fluid.dateStats {
  background-color: #3389D1;
}

.subscribe_patient {
  background-color: #fff;
  padding: 4%;
  /* ces h3 et h4 sont enfants directs des div concernés */
}
.subscribe_patient h3, .subscribe_patient h4 {
  color: #2E8ED5;
}
.subscribe_patient input[type=checkbox] {
  display: inline;
}
.subscribe_patient input:not([type=radio]), .subscribe_patient select {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  height: 40px;
  font-size: 1rem;
  text-decoration: none;
  transition: border 300ms;
  vertical-align: middle;
  /* nesting (imbrication) qui revient à faire en CSS normal
  "input:focus {...}" */
  margin-top: 0px;
}
.subscribe_patient input:not([type=radio]):focus, .subscribe_patient select:focus {
  background: white;
  outline: none;
  transition: 600ms;
  box-shadow: none;
  border: 1px solid #ffad07;
  transition: border 200ms;
}
.subscribe_patient h1 {
  color: #2E8ED5;
  font-family: "DIN_2014_Demi";
  line-height: 1.5em;
  font-size: 1.3em;
  padding: 0.5em 0 1em 0;
}
.subscribe_patient h2 {
  color: #334559;
  font-family: "DIN_2014_Demi";
  font-size: 1.2em;
  padding: 0.5em 0;
}
.subscribe_patient .yellow-words {
  color: #ffad07;
  font-family: "DIN_2014_Demi" !important;
}
.subscribe_patient p {
  color: #334559;
}
.subscribe_patient .nurse {
  padding: 1%;
  overflow: hidden;
}
@media screen and (max-width: 849px) {
  .subscribe_patient .nurse {
    margin: 0;
  }
}
@media screen and (min-width: 850px) {
  .subscribe_patient .nurse {
    margin: 36px;
  }
}
.subscribe_patient .avatar-container {
  width: inherit;
  position: relative;
  height: 90px;
}
@media screen and (max-width: 849px) {
  .subscribe_patient .avatar-container .none-avatar {
    display: none;
  }
}
.subscribe_patient .secondaryNurse {
  margin: 20px 32px;
}
.subscribe_patient .secondaryNurse p {
  color: #fff !important;
}
.subscribe_patient .one_nurse {
  width: 50%;
  margin: auto;
}
.subscribe_patient .infoRdv {
  color: #2E8ED5;
  font-size: 20px;
}
.subscribe_patient label.error {
  color: #e74c3c;
  display: block;
}
.subscribe_patient label.error:before {
  content: "\f071";
  margin: 0 4px;
  font-family: "FontAwesome";
}
@media screen and (max-width: 849px) {
  .subscribe_patient .recapBox {
    width: 100%;
    margin: auto;
  }
}
@media screen and (min-width: 850px) {
  .subscribe_patient .recapBox {
    width: 50%;
    margin: auto;
  }
}
.subscribe_patient .recapBox .recapBoxTitle {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #ffad07;
}
.subscribe_patient .recapBox .recapBoxTitle .editBtn {
  background-color: #ffad07;
  border-bottom: 1px solid #e0a11f;
  border-radius: 3px;
  color: #fff;
  padding: 3px 10px;
}

.schedule {
  border: 2px solid #2E8ED5;
  border-radius: 4px;
  padding: 6%;
}
.schedule table td {
  border-top: 2px solid #2E8ED5;
}
.schedule table thead {
  border-bottom: 2px solid #2E8ED5;
}

a.yellowButton, .officeTable {
  background-color: #ffad07;
  color: #fff;
}

.blueTitle {
  color: var(--blue-color) !important;
  font-size: 15pt;
  font-family: "DIN_2014_Demi", sans-serif;
}

.blueText {
  color: var(--blue-color) !important;
}

.orangeText {
  color: #ffad07;
}

.blueDarkText {
  color: #334559 !important;
}

.displayBlock {
  display: block;
}

.blueDarkTextBold {
  color: var(--dark-blue-color) !important;
  font-weight: 600 !important;
}

.blueTextBoldCapriola {
  color: var(--blue-color);
  font-weight: 500;
  font-family: "DIN_2014_Demi", sans-serif !important;
  font-size: 1.1em !important;
}

.membersList {
  list-style-type: none;
}
.membersList img {
  width: 7%;
}

.waitingBloc {
  border: 1px solid #2E8ED5;
  border-radius: 4px;
  padding: 1%;
}

.infos_profile {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.infos_profile a {
  cursor: pointer;
  color: #fff;
  font-size: 12px;
  height: inherit;
  width: 190px;
}
.infos_profile a:hover {
  color: #FFF;
}
.infos_profile a.confirmRefresh {
  background-color: #358fd3;
  display: flex;
  flex-direction: column;
  line-height: 1.3em;
}
.infos_profile a.confirmVocal {
  background-color: #344c5e;
  color: #fff;
}
.infos_profile a.confirmEnlarge {
  background-color: #82599D;
  color: #fff;
  display: flex;
  flex-direction: column;
  line-height: 1.3em;
}

.align-center-vertical {
  display: flex;
  align-items: center;
}

.underline-text {
  border-bottom: 2px solid #ffad07;
}

.month-container {
  margin-bottom: 20px;
}

.darkgrey {
  color: #556B7E;
}

.btnRdv {
  background-color: #FFB114;
  color: #fff;
}

.chat-caregiver {
  border: 1px solid #DFE2E4;
  border-radius: 18px;
  border-top: 10px solid #33495F;
  min-width: 290px;
}
@media screen and (max-width: 769px) {
  .chat-caregiver {
    padding: 20px 10px 0 10px;
  }
}

.patient-name {
  border-left: 1px solid #DFE2E4;
  border-right: 1px solid #DFE2E4;
  margin-top: -10px;
}

/* teleconsult / stripe rib */
.tc-sub span {
  display: inline-block;
  font-weight: bold;
}

.tc-product h2,
.tc-product h3 {
  text-align: center;
  margin: 15px auto;
}

.tc-product h3 span {
  color: #348FD2;
  font-size: 2em;
}

.tc-product.product-orange h2 {
  color: orange;
}

.tc-product.product-green h2 {
  color: green;
}

.tc-product ul {
  list-style-type: none;
  padding-left: 5px;
}

.tc-subscribe form {
  padding: 20px;
}

.disabled-visio {
  opacity: 0.5;
}

#iban-element {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.StripeElement {
  height: 40px;
  padding: 10px 12px;
  color: #32325d;
  background-color: white;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.headband {
  background-color: #69CD40;
  color: #fff;
  -webkit-transform: translateY(0%) translateX(-50%) translateX(85%) rotate(45deg);
  transform: translateY(0%) translateX(-50%) translateX(85%) rotate(45deg);
  margin-top: 35px;
  text-align: center;
  text-transform: uppercase;
}

.switch-day {
  position: relative;
  display: inline-block;
  height: 34px;
  width: 60px;
}
.switch-day input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch-day input:checked + .slider {
  background-color: #fff;
}
.switch-day input:checked + .slider.redgreen {
  background-color: #69CD40;
}
.switch-day input:focus + .slider {
  box-shadow: 0 0 1px #fff;
}
.switch-day input:checked + .slider:before {
  background-color: #2E8ED5;
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.switch-day input:checked + .redgreen:before {
  background-color: #fff;
}
.switch-day .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #2E8ED5;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch-day .slider.redgreen {
  background-color: #e74c3c;
  border: none;
}
.switch-day .slider.round {
  border-radius: 34px;
}
.switch-day .slider.round:before {
  border-radius: 50%;
}
.switch-day .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.card-header-blue {
  background: #2E8ED5 !important;
}
.card-header-blue span {
  color: #fff !important;
}

.cabinet_blank {
  padding-top: 110px;
}

.cabinet_name {
  background: #2E8ED5;
  display: flex;
  padding: 20px;
}
.cabinet_name i {
  color: #fff;
  margin: 5px;
}
.cabinet_name h1 {
  color: #fff;
  font-size: 16pt;
  font-family: "DIN_2014_Demi", sans-serif;
  padding-top: 10px;
}
.cabinet_name h1 span {
  font-size: 12pt;
}

.custom_cabinet {
  margin-top: 20px;
  padding-top: 30px;
  position: static;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.custom_cabinet input[type=checkbox] {
  display: inline-block;
}
.custom_cabinet input::-webkit-outer-spin-button,
.custom_cabinet input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.custom_cabinet input[type=number] {
  -moz-appearance: textfield;
}
.custom_cabinet .fc-direction-ltr .fc-daygrid-event.fc-event-start, .custom_cabinet .fc-direction-rtl .fc-daygrid-event.fc-event-end {
  cursor: pointer;
  margin-left: 0;
}
.custom_cabinet .fc-view-harness {
  min-height: 500px;
}
.custom_cabinet button:not(.btn-success):not(.fc-button) {
  background-color: #2E8ED5;
  border: none;
  width: 200px;
  margin-top: 10px;
  padding: initial;
}
.custom_cabinet button:not(.btn-success):not(.fc-button):hover {
  background-color: #334559;
  cursor: pointer;
}
.custom_cabinet button:not(.btn-success):not(.fc-button)[disabled] {
  background: rgb(158, 158, 158);
}
.custom_cabinet button.btn-success {
  width: 200px;
}
.custom_cabinet section:not(.covid) {
  margin-bottom: 40px;
}
@media screen and (min-width: 450px) {
  .custom_cabinet section.covid {
    margin: auto;
    width: 80%;
  }
}
.custom_cabinet section.covid .card {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.custom_cabinet section.covid .card p.vaccine-infos {
  display: flex;
  justify-content: space-evenly;
  margin-left: 0;
}
.custom_cabinet h1 {
  color: #2E8ED5;
  font-size: 16pt;
  font-family: "DIN_2014_Demi", sans-serif;
  text-align: center;
}
.custom_cabinet h1 i {
  color: #ffad07;
  margin: 5px;
}
.custom_cabinet h2 {
  color: #2E8ED5;
  font-family: "DIN_2014_Demi", sans-serif;
  font-size: 12pt;
  font-weight: 300;
  margin-top: 15px;
  margin-left: 10px;
}
.custom_cabinet h2 i {
  font-size: 21pt;
}
.custom_cabinet h2 + hr {
  margin-top: 0;
  background-color: #2E8ED5;
}
.custom_cabinet p {
  font-size: 1em;
  margin-left: 10px;
}
.custom_cabinet h3 {
  color: #334559;
  font-size: 11pt !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 600;
  margin: 15px 0 5px 0 !important;
  padding-left: 10px;
}
.custom_cabinet h4 {
  color: #2E8ED5;
  font-size: 12pt !important;
  margin: 15px 0 5px 0 !important;
  padding-left: 10px;
}
.custom_cabinet h5 {
  color: grey;
  margin-top: 20px;
}
.custom_cabinet h6 {
  color: grey;
  min-width: 120px;
}
.custom_cabinet h6 i {
  cursor: pointer;
  color: #2E8ED5;
}
.custom_cabinet ul {
  font-family: "Montserrat", sans-serif;
  list-style: none;
  margin-left: -30px;
}
.custom_cabinet ul span {
  font-weight: 100;
}
.custom_cabinet ul.tests_permanencies .one_permanency {
  margin-bottom: 8px;
  width: auto;
}
.custom_cabinet ul.tests_permanencies .one_permanency span {
  border: 1px solid lightgray;
  border-radius: 5px;
  background: #fff;
  color: #334559;
  margin-right: 14px;
  min-width: 110px;
  padding: 4px;
  text-align: center;
}
.custom_cabinet ul.tests_permanencies .one_permanency .trash_circle {
  cursor: pointer;
  display: inline-block;
  border-radius: 50%;
  background-color: #e74c3c;
  height: 25px;
  margin-right: 8px;
  width: 25px;
  position: relative;
  vertical-align: top;
}
.custom_cabinet ul.tests_permanencies .one_permanency .trash_circle i.fa-trash {
  color: #fff;
  font-size: 12pt;
  left: 30%;
  position: absolute;
  top: 30%;
  transform: translate(-50%, -50%);
}
.custom_cabinet form .form-group div {
  border: none;
}
.custom_cabinet form .form-group label {
  font-size: 1em;
  min-width: 130px;
  padding-left: 8px;
  padding-right: 8px;
}
.custom_cabinet form .form-group select, .custom_cabinet form .form-group input:not([type=checkbox]) {
  height: 30px;
  border: 1px solid rgb(146, 169, 175);
  border-radius: 3px;
  margin-bottom: 5px;
}
@media screen and (max-width: 450px) {
  .custom_cabinet form .form-group label {
    width: 90%;
  }
}
.custom_cabinet form .fa-minus-circle {
  color: rgb(161, 4, 4);
  cursor: pointer;
  padding-right: 10px;
}
@media screen and (max-width: 769px) {
  .custom_cabinet .card .col-md-4 {
    flex: initial;
    max-width: initial;
    padding-left: 0;
    padding-right: 0;
  }
  .custom_cabinet .card .col-md-4 span:not(.day_permanency_item) {
    padding: 0 10px;
  }
}
.custom_cabinet .card.card-disabled {
  background: rgba(237, 237, 237, 0.3725490196);
}
.custom_cabinet .card.card-disabled .card-subtitle {
  opacity: 0.8;
}
.custom_cabinet .card .fa-info-circle {
  color: rgba(52, 143, 210, 0.6039215686);
  font-size: 20px;
}
.custom_cabinet .sticky-bottom {
  background: rgba(255, 255, 255, 0.85);
  padding: 25px 0 95px 0;
  position: sticky;
  bottom: 6px;
}
.custom_cabinet .cabinet_colleagues ul li {
  height: 40px;
  display: flex;
}
.custom_cabinet .cabinet_colleagues ul li figcaption {
  padding: 10px;
}
.custom_cabinet ul.colleagues li {
  display: flex;
  height: 40px;
  min-width: 240px;
  width: 50%;
}
.custom_cabinet ul.colleagues li figcaption {
  padding: 10px;
  width: 90%;
}
.custom_cabinet ul.colleagues li figcaption span {
  font-size: 9pt;
  margin-left: 10px;
}
.custom_cabinet ul.colleagues li figcaption input[type=checkbox] {
  float: right;
}
.custom_cabinet .cabinet_transports ul li {
  height: 30px;
}
.custom_cabinet .cabinet_permanencies {
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .custom_cabinet .cabinet_permanencies {
    order: 2;
  }
}
.custom_cabinet .cabinet_rdv {
  background: #2E8ED5;
  border-radius: 10px;
  padding-top: 20px;
  position: relative;
}
.custom_cabinet .cabinet_rdv h3 {
  color: white;
  font-size: 12pt !important;
  font-family: "DIN_2014_Demi", sans-serif !important;
  padding: 20px 20px 10px 20px;
}
.custom_cabinet .cabinet_rdv button {
  background: #2E8ED5;
  border: 1px solid #fff;
  margin-top: 0;
}
@media screen and (max-width: 769px) {
  .custom_cabinet .cabinet_rdv button {
    margin-top: 10px;
  }
}
.custom_cabinet .cabinet_rdv p {
  font-family: "Montserrat", sans-serif !important;
}
.custom_cabinet .cabinet_rdv p a {
  color: white;
  display: block;
  text-align: center;
  text-decoration: underline !important;
  transition: 200ms;
  margin: auto;
  width: 90%;
}
.custom_cabinet .cabinet_rdv p a i {
  font-size: 12pt;
  opacity: 0;
  margin-right: 10px;
  transition: 200ms;
}
@media screen and (max-width: 769px) {
  .custom_cabinet .cabinet_rdv p a i {
    opacity: 1;
  }
}
.custom_cabinet .cabinet_rdv p a:hover {
  text-decoration: none !important;
}
.custom_cabinet .cabinet_rdv p a:hover i {
  opacity: 1;
}
.custom_cabinet .cabinet_rdv p .cabinet_link {
  background: white;
  display: block;
  color: #2E8ED5;
  font-weight: 100 !important;
  text-align: center;
  margin: auto;
  padding: 5px;
  width: 90%;
}
.custom_cabinet .cabinet_rdv form {
  padding: 10px 10px 20px 10px;
}
.custom_cabinet .cabinet_rdv form .form-group {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.custom_cabinet .cabinet_rdv form .form-group div {
  position: relative;
}
.custom_cabinet .cabinet_rdv form .form-group div:nth-of-type(1) {
  width: 35%;
}
.custom_cabinet .cabinet_rdv form .form-group div:nth-of-type(2) {
  width: 25%;
}
.custom_cabinet .cabinet_rdv form .form-group div:nth-of-type(3) {
  width: 20%;
}
.custom_cabinet .cabinet_rdv form .form-group div input, .custom_cabinet .cabinet_rdv form .form-group div select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 40px;
  padding: 8px 30px 8px 8px;
  width: 100%;
}
.custom_cabinet .cabinet_rdv form .form-group div img, .custom_cabinet .cabinet_rdv form .form-group div i {
  background: white;
  bottom: 14px;
  max-height: 25px;
  max-width: 25px;
  padding: 3px;
  position: absolute;
  right: 23px;
}
@media screen and (max-width: 600px) {
  .custom_cabinet .cabinet_rdv form .form-group div:nth-of-type(1), .custom_cabinet .cabinet_rdv form .form-group div:nth-of-type(2), .custom_cabinet .cabinet_rdv form .form-group div:nth-of-type(3) {
    width: 90%;
  }
}
.custom_cabinet .cabinet_rdv form .form-group button {
  max-height: 40px;
}
.custom_cabinet .cabinet_rdv .link-cards {
  left: 8px;
  position: absolute;
  top: -80px;
}
.custom_cabinet .cabinet_rdv .link-cards .link-or {
  background-color: #FF8C00 !important;
  color: #fff;
  font-weight: 700;
  height: 50px;
  padding: 10px;
  width: 50px;
  border-radius: 50%;
}
.custom_cabinet .cabinet_rdv .link-cards .link-line {
  background-color: #FF8C00 !important;
  display: block;
  height: 80px;
  margin: auto;
  width: 2px;
}
.custom_cabinet .cabinet_rdv .link-cards .link-pointer {
  background-color: #FF8C00 !important;
  display: block;
  height: 17px;
  margin: auto;
  width: 17px;
  border-radius: 50%;
}
.custom_cabinet .cabinet_infos p {
  font-weight: bolder;
  padding-left: 12px;
}
.custom_cabinet .cabinet_cares ul {
  max-height: 250px;
  overflow-y: scroll;
}
.custom_cabinet .cabinet_cares p {
  text-align: justify;
}
@media screen and (min-width: 450px) {
  .custom_cabinet .appointments {
    margin: auto;
    max-width: 80%;
    min-height: 400px;
  }
}
.custom_cabinet .appointments input[type=radio] {
  cursor: pointer;
  margin-left: 5px;
}
.custom_cabinet .appointments label {
  cursor: pointer;
}
.custom_cabinet .appointments .card {
  box-shadow: none !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
}
.custom_cabinet .appointments .card svg {
  margin-right: 6px;
}
@media screen and (max-width: 769px) {
  .custom_cabinet .appointments .card {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.custom_cabinet .appointments .card .btn {
  width: 200px;
}

.cabinet-edit-planning-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin: 40px 0 10px 10px;
}
.cabinet-edit-planning-wrapper p {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.add-remove-dose {
  background-color: #F0F0F0;
  border-radius: 5px;
  padding: 5px;
  margin: auto;
  width: 200px;
}
.add-remove-dose input {
  background: #fff;
  border: 1px solid #bebebe;
  padding-left: 25px;
  text-align: center;
  width: 70px;
}
.add-remove-dose span {
  color: #818181;
  cursor: pointer;
}

/* PPSO regulation */
.ppso_regulation {
  max-width: max-content !important;
}

.ppso_strong {
  font-weight: bold;
}

/* Accept Email SMS 3 position switch */
.switch_3_ways {
  margin: auto;
  font-size: 1em;
  height: 2em;
  line-height: 2em;
  border-radius: 0.3em;
  background: #ccc;
  position: relative;
  display: block;
  float: left;
}

.switch.smsEmail,
.switch.sms,
.switch.email,
.switch.none {
  cursor: pointer;
  position: relative;
  display: block;
  float: left;
  padding: 0 1em;
  -webkit-transition: 300ms ease-out;
  -moz-transition: 300ms ease-out;
  transition: 300ms ease-out;
}

.switch.active {
  color: white;
  border-radius: 0.3em;
  -moz-box-shadow: 0px 0px 7px 1px #656565;
  -webkit-box-shadow: 0px 0px 7px 1px #656565;
  -o-box-shadow: 0px 0px 7px 1px #656565;
  box-shadow: 0px 0px 7px 1px #656565;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=7);
}

.switch.smsEmail.active {
  background-color: #28a644;
}

.switch.sms.active {
  background-color: #feac08;
}

.switch.email.active {
  background-color: #2e8ed4;
}

.switch.none.active {
  background-color: #FDA068;
}

.selector {
  text-align: center;
  position: absolute;
  width: 0;
  box-sizing: border-box;
  -webkit-transition: 300ms ease-out;
  -moz-transition: 300ms ease-out;
  transition: 300ms ease-out;
  border-radius: 0.3em;
  color: white;
  -moz-box-shadow: 0px 2px 13px 0px #9b9b9b;
  -webkit-box-shadow: 0px 2px 13px 0px #9b9b9b;
  -o-box-shadow: 0px 2px 13px 0px #9b9b9b;
  box-shadow: 0px 2px 13px 0px #9b9b9b;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#9b9b9b, Direction=180, Strength=13);
}

/* Password strength indicator */
.strength_wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.strength_input {
  width: 250px;
  font-size: 25px;
  background: transparent;
}

.strength_meter {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: -1;
  overflow: hidden;
}

.button_strength {
  text-decoration: none;
  color: #4d4d4d;
  font-size: 13px;
  display: block;
}

.strength_meter div {
  width: 0%;
  height: 34px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.strength_meter div p {
  position: absolute;
  right: 10px;
  color: #4d4d4d;
  font-size: 13px;
  padding-right: 30px;
}

.veryweak,
.add_nurse.change-password input.veryweak:focus,
.registerForm.change-password input.veryweak:focus {
  background-color: #FF7979;
}

.weak,
.add_nurse.change-password input.weak:focus,
.registerForm.change-password input.weak:focus {
  background-color: #FDA068;
}

.medium,
.add_nurse.change-password input.medium:focus,
.registerForm.change-password input.medium:focus {
  background-color: #FFE560;
}

.strong,
.add_nurse.change-password input.strong:focus,
.registerForm.change-password input.strong:focus {
  background-color: #9BF47D;
}

/* Styles for verification */
.pswd_info {
  position: absolute;
  width: 320px;
  padding: 15px;
  background: #fefefe;
  font-size: 20px;
  border-radius: 15px;
  box-shadow: 0 1px 3px #ccc;
  border: 1px solid #ddd;
  display: none;
  z-index: 1000;
  top: 62px;
  right: 0;
  background-color: rgb(238, 238, 238);
  box-shadow: 5px 5px 5px #888888;
}

.pswd_info:before,
.pswd_info:after {
  position: absolute;
  bottom: 100%;
  content: "";
}

.pswd_info:before {
  right: 52px;
  border-right: 17px solid transparent;
  border-bottom: 17px solid #ddd;
  border-left: 17px solid transparent;
}

.pswd_info:after {
  right: 53px;
  border-right: 16px solid transparent;
  border-bottom: 16px solid rgb(238, 238, 238);
  border-left: 16px solid transparent;
}

.pswd_info ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.pswd_info ul li {
  visibility: visible !important;
  height: 20px !important;
  min-height: 20px !important;
  line-height: 24px;
  font-size: 0.7em;
  padding-left: 24px !important;
}

.pswd_info .invalid {
  background: url("../images/pwd-invalid.png") no-repeat 0 50%;
  color: #b0413e;
}

.pswd_info .valid {
  background: url("../images/pwd-valid.png") no-repeat 0 50%;
  color: #28a644;
}

/* New green success button */
.btn-light-green {
  background-color: #69CD40;
  color: #fff !important;
  padding: 8px;
  margin: auto;
  cursor: pointer;
}

.btn-light-green:hover {
  background-color: #28a745;
  border-color: #28a745;
  color: #fff;
}

.btn-outline-blue {
  display: inline-block;
  background: white !important;
  border: 1.5px solid #2E8ED5 !important;
  color: #2E8ED5 !important;
  border-radius: 0.25rem;
  box-sizing: border-box;
  font-weight: 600;
  transition: 300ms;
}
.btn-outline-blue:hover {
  background: #2E8ED5 !important;
  color: #fff !important;
}
@media all and (max-width: 30em) {
  .btn-outline-blue {
    display: block;
    margin: 0.4em auto;
  }
}

.btn-outline-green {
  background: white !important;
  border: 1.5px solid #63B23E !important;
  color: #63B23E !important;
  font-weight: 600;
  transition: 300ms;
}
.btn-outline-green:hover {
  background: #63B23E !important;
  color: #fff !important;
}

.btn-outline-orange {
  background: white !important;
  border: 1.5px solid #FF9D1F !important;
  color: #FF9D1F !important;
  font-weight: 600;
  transition: 300ms;
}
.btn-outline-orange:hover {
  background: #FF9D1F !important;
  color: #fff !important;
}

.btn-outline-red {
  background: white !important;
  border: 1.5px solid #ce4e3b !important;
  color: #ce4e3b !important;
  font-weight: 600;
  transition: 300ms;
}
.btn-outline-red:hover {
  background: #ce4e3b !important;
  color: #fff !important;
}

.btn-blue {
  background: var(--blue-color) !important;
  border: 1.5px solid var(--blue-color) !important;
  color: #fff !important;
  font-weight: 600;
  transition: 300ms;
}
@media all and (max-width: 30em) {
  .btn-blue {
    display: block;
    margin: 0.4em auto;
  }
}

.btn-green {
  background: #61b232 !important;
  border: 1.5px solid #61b232 !important;
  color: #fff !important;
  font-weight: 600;
  transition: 300ms;
}

.btn-purple {
  color: #fff;
  background-color: #82599d;
  border-color: #82599d;
}
.btn-purple:hover {
  color: #fff;
  background-color: #6E4C85;
  border-color: #6E4C85;
}

.text-purple {
  color: #82599d;
}

.scale-animate {
  color: #fff;
  font-size: 3em;
  line-height: 1.8em;
  margin-left: 4px;
  padding: 0.2rem;
  animation: 350ms scale 200ms ease-in-out forwards;
}

.calendar-orange, .icon-red, .icon-orange {
  width: 80px;
  margin: 0 auto;
}
.calendar-orange .calendar-icon, .calendar-orange .icon, .icon-red .calendar-icon, .icon-red .icon, .icon-orange .calendar-icon, .icon-orange .icon {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  box-sizing: content-box;
}
.calendar-orange .calendar-icon i, .calendar-orange .icon i, .icon-red .calendar-icon i, .icon-red .icon i, .icon-orange .calendar-icon i, .icon-orange .icon i {
  color: #fff;
  line-height: 1.8em;
  margin-left: 4px;
  animation: 350ms scale 200ms ease-in-out forwards;
}
.calendar-orange .calendar-icon svg, .calendar-orange .icon svg, .icon-red .calendar-icon svg, .icon-red .icon svg, .icon-orange .calendar-icon svg, .icon-orange .icon svg {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.calendar-icon .icon {
  background: #FF8C00 !important;
}

.icon-red .icon {
  background: #dc3545;
}

.icon-orange .icon {
  background: #FF8C00 !important;
}

@keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.success-checkmark-blue, .success-checkmark-yellow, .success-checkmark-green {
  width: 80px;
  margin: 0 auto;
}
.success-checkmark-blue .check-icon, .success-checkmark-yellow .check-icon, .success-checkmark-green .check-icon {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  box-sizing: content-box;
}
.success-checkmark-blue .check-icon::before, .success-checkmark-yellow .check-icon::before, .success-checkmark-green .check-icon::before {
  top: 3px;
  left: -2px;
  width: 30px;
  transform-origin: 100% 50%;
  border-radius: 100px 0 0 100px;
}
.success-checkmark-blue .check-icon::before, .success-checkmark-blue .check-icon::after, .success-checkmark-yellow .check-icon::before, .success-checkmark-yellow .check-icon::after, .success-checkmark-green .check-icon::before, .success-checkmark-green .check-icon::after {
  content: "";
  height: 100px;
  position: absolute;
  background: #FFFFFF;
  transform: rotate(-45deg);
}
.success-checkmark-blue .check-icon .icon-line, .success-checkmark-yellow .check-icon .icon-line, .success-checkmark-green .check-icon .icon-line {
  height: 9px;
  background-color: #FFFFFF;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}
.success-checkmark-blue .check-icon .icon-line.line-tip, .success-checkmark-yellow .check-icon .icon-line.line-tip, .success-checkmark-green .check-icon .icon-line.line-tip {
  top: 46px;
  left: 16px;
  width: 27px;
  transform: rotate(45deg);
  animation: icon-line-tip 1s;
}
.success-checkmark-blue .check-icon .icon-line.line-long, .success-checkmark-yellow .check-icon .icon-line.line-long, .success-checkmark-green .check-icon .icon-line.line-long {
  top: 38px;
  right: 6px;
  width: 47px;
  transform: rotate(-45deg);
  animation: icon-line-long 1.2s;
}
.success-checkmark-blue .check-icon .icon-circle, .success-checkmark-yellow .check-icon .icon-circle, .success-checkmark-green .check-icon .icon-circle {
  top: 6px;
  left: 9px;
  z-index: 1;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  position: absolute;
  box-sizing: content-box;
}
.success-checkmark-blue .check-icon .icon-fix, .success-checkmark-yellow .check-icon .icon-fix, .success-checkmark-green .check-icon .icon-fix {
  top: 16px;
  width: 5px;
  left: 30px;
  z-index: 0;
  height: 85px;
  position: absolute;
  transform: rotate(-45deg);
  background-color: #FFFFFF;
}

.success-checkmark-blue .check-icon .icon-circle {
  border: 12px solid #2E8ED5;
  background: #2E8ED5;
}

.success-checkmark-yellow .check-icon .icon-circle {
  border: 12px solid #ffad07;
  background: #ffad07;
}

.success-checkmark-green .check-icon .icon-circle {
  border: 12px solid #69CD40;
  background: #69CD40;
}

@keyframes icon-line-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 27px;
    left: 14px;
    top: 45px;
  }
}
@keyframes icon-line-long {
  0% {
    width: 0;
    right: 30px;
    top: 50px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 58px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 38px;
  }
  100% {
    width: 47px;
    right: 6px;
    top: 38px;
  }
}
svg.unsuccess-checkmark-yellow {
  width: 70px;
  display: block;
  margin: 0 auto 30px;
}

.path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}
.path.line {
  stroke-dashoffset: 1000;
  -webkit-animation: dash 0.9s 0.5s ease-in-out forwards;
  animation: dash 0.9s 0.5s ease-in-out forwards;
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
.thumb-up-swing {
  animation: swing 0.5s ease-in-out 0.5s;
}

@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  30% {
    transform: rotate(-15deg);
  }
  70% {
    transform: rotate(15deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
svg.hourglass {
  border-radius: 2px;
  margin: auto;
  width: 40px;
  height: auto;
  display: block;
  animation: rotateHourglass 2.5s ease-in-out infinite;
  transform-origin: 50% 50%;
}
svg.hourglass .sand {
  animation: moveSand 2.5s ease-in-out infinite;
}

@keyframes rotateHourglass {
  /* 80% to fill the hourglass, 5% to rotate the shape around its center  */
  80% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes moveSand {
  95%, 100% {
    transform: translateY(50px);
  }
}
.trash-content {
  padding: 20px;
}
.trash-content section {
  width: 80px;
  height: 80px;
  background: #dc3545;
  border-radius: 50%;
  margin: auto;
}
.trash-content section .trash {
  background: #fff;
  width: 45%;
  height: 45%;
  display: inline-block;
  margin: 34px auto 0 auto;
  position: relative;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.trash-content section .trash span {
  position: absolute;
  height: 7px;
  background: #fff;
  top: -12px;
  left: 0px;
  right: 0px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transform: rotate(0deg);
  transition: transform 250ms;
  transform-origin: 19% 100%;
}
.trash-content section .trash span:after {
  content: "";
  position: absolute;
  width: 30%;
  height: 7px;
  background: #fff;
  top: -7px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transform: rotate(0deg);
  transition: transform 250ms;
  transform-origin: 19% 100%;
  left: 12px;
}
.trash-content section .trash span.open-trash {
  transform: rotate(-45deg);
  transition: transform 250ms;
}
.trash-content section .trash i {
  position: relative;
  width: 5px;
  height: 66%;
  background: #dc3545;
  display: block;
  margin: 8px auto;
  border-radius: 5px;
}
.trash-content section .trash i:after {
  content: "";
  width: 5px;
  height: 100%;
  background: #dc3545;
  position: absolute;
  left: -10px;
  border-radius: 5px;
}
.trash-content section .trash i:before {
  content: "";
  width: 5px;
  height: 100%;
  background: #dc3545;
  position: absolute;
  right: -10px;
  border-radius: 5px;
}

.break-content {
  overflow: hidden;
}

.appear-rotate-left {
  animation: rotateApparitionLeft 400ms ease-out forwards;
  animation-delay: 0.5s;
  transform-origin: bottom center;
  transform: rotate(-180deg);
}

.appear-rotate-right {
  animation: rotateApparitionRight 400ms ease-out forwards;
  animation-delay: 0.5s;
  transform-origin: bottom center;
  transform: rotate(180deg);
}

@keyframes rotateApparitionLeft {
  0% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes rotateApparitionRight {
  0% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes colorTextDanger {
  0% {
    color: #dc3545;
  }
  50% {
    color: #33495F;
  }
  100% {
    color: #dc3545;
  }
}
/* Tag flag */
.tm-tag {
  background-color: #029acf !important;
  border-color: #029acf !important;
  color: #fff !important;
  font-weight: 700;
}

.tm-tag .tm-tag-remove {
  color: #fff !important;
  opacity: 0.7 !important;
}

.label-danger {
  background-color: #e74c3c;
  border-radius: 4px;
  padding: 3px;
}

/* Timepicker (time range) */
.timerange .timepicker {
  border: 1px solid lightgrey;
  border-radius: 5px;
  color: #33495F !important;
  font-size: 1.3em;
  padding: 5px;
  min-width: 140px;
}
.timerange .timepicker select {
  background: #e8f5ff;
  border: none;
  appearance: none;
  cursor: pointer;
  text-align: center;
  padding: 4px;
}
.timerange .timepicker select:focus, .timerange .timepicker select:hover {
  background-color: #69CD40;
}
.timerange .timepicker.timepicker-sm {
  border: 1px solid #e0e0e0;
  font-size: 1em;
  min-width: 94px;
  text-align: center;
}
.timerange .timepicker span:not(.points) {
  display: inline-block;
  min-width: 120px;
}
.timerange .separator {
  padding: 0 5px;
  font-size: 2em;
}
.timerange i {
  cursor: pointer;
}

/* Datetimepicker */
.bootstrap-datetimepicker-widget .datepicker-days .day.new {
  display: none;
}
@media screen and (max-width: 500px) {
  .bootstrap-datetimepicker-widget {
    box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.4);
    padding: 35px !important;
    min-width: 300px;
  }
  .bootstrap-datetimepicker-widget .datepicker {
    border-bottom: 1px solid #2E8ED5;
  }
  .bootstrap-datetimepicker-widget .datepicker-days .day, .bootstrap-datetimepicker-widget .timepicker-hours .hour, .bootstrap-datetimepicker-widget .timepicker-minutes .minute {
    font-size: 1.2em;
    padding: 8px;
  }
}

/* remplacement */
.rempla-link > span {
  position: relative;
}

.beta-badge {
  position: absolute;
  background-color: #dc3545;
  top: -15px;
  right: 0;
  width: 2rem;
  text-align: center;
  line-height: 1rem;
  font-size: 0.8rem;
  border-radius: 4px;
  color: white;
  border: 1px solid #dc3545;
}

.rempla-link:hover .beta-badge {
  opacity: 0.6;
}

/* datatable overlay */
#dt-overlay {
  display: block; /* Default visible!! */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(51, 47, 47, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

/* yes button */
.btn-yes {
  background-color: #61b232;
  color: #fff !important;
  padding: 6px 12px;
  margin: auto;
  cursor: pointer;
}

.btn-yes:hover {
  background-color: #28a745;
  border-color: #28a745;
  color: #fff;
}

/* yes button */
.btn-no {
  background-color: #cd4e3a;
  color: #fff !important;
  padding: 6px 12px;
  margin: auto;
  cursor: pointer;
}

.btn-no:hover {
  background-color: #c82233;
  border-color: #c82233;
  color: #fff;
}

/* not choiced yet button */
.btn-not-choiced {
  background-color: #aaaaaa;
  color: #fff !important;
  padding: 6px 12px;
  margin: auto;
  cursor: pointer;
}

.btn-not-choiced:hover {
  background-color: #868e96;
  border-color: #868e96;
  color: #fff;
}

.media {
  border: 0.5px solid #9c9c9c;
  height: 75px;
  width: 75px;
  overflow: hidden;
  position: relative;
  transition: 300ms;
}
.media img {
  max-width: 200px;
}
.media input[type=checkbox] {
  position: absolute;
  bottom: 3px;
  right: 3px;
}
.media:hover {
  opacity: 1 !important;
}
.media.unselected {
  cursor: pointer;
  opacity: 0.3;
}
.media.unselected input[type=checkbox] {
  display: block !important;
}
.media.selected {
  cursor: pointer;
  opacity: 1;
}
.media.selected input[type=checkbox] {
  display: block !important;
}

@media screen and (max-width: 900px) {
  .transmission-container, .pharmao-container, .cabinet-container {
    margin: 1rem;
  }
  .blue-header-title .transmission-container, .blue-header-title .pharmao-container, .blue-header-title .cabinet-container {
    width: 100%;
  }
}
@media screen and (min-width: 900px) {
  .transmission-container, .pharmao-container, .cabinet-container {
    width: 50%;
    margin: 0 auto;
  }
}
.transmission .select-patient-transmission .patient, .pharmao .select-patient-transmission .patient, .cabinet .select-patient-transmission .patient {
  min-height: 2.5rem;
  padding: 0.25rem 0;
}
@media screen and (max-width: 768px) {
  .transmission .demandsNurseList .no-transmission, .pharmao .demandsNurseList .no-transmission, .cabinet .demandsNurseList .no-transmission {
    min-height: 65vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.transmission .blue-header-title, .pharmao .blue-header-title, .cabinet .blue-header-title {
  display: flex;
  justify-content: space-between;
}
.transmission .search-transmission, .pharmao .search-transmission, .cabinet .search-transmission {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .transmission .search-transmission, .pharmao .search-transmission, .cabinet .search-transmission {
    width: 50%;
  }
}
.transmission .search-transmission .dropdown span, .pharmao .search-transmission .dropdown span, .cabinet .search-transmission .dropdown span {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.transmission .no-result, .pharmao .no-result, .cabinet .no-result {
  margin: 2rem 0;
}
.transmission .members-title, .pharmao .members-title, .cabinet .members-title {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.transmission .chat-form, .pharmao .chat-form, .cabinet .chat-form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.transmission .chat-form textarea, .pharmao .chat-form textarea, .cabinet .chat-form textarea {
  resize: none;
  margin-right: 1rem;
}
.transmission .chat-box, .pharmao .chat-box, .cabinet .chat-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}
.transmission .chat-box .microphone, .pharmao .chat-box .microphone, .cabinet .chat-box .microphone {
  cursor: pointer;
  font-size: 14pt;
}
.transmission .chat-box .fa-microphone-slash, .pharmao .chat-box .fa-microphone-slash, .cabinet .chat-box .fa-microphone-slash {
  animation: colorTextDanger 1.2s ease-in-out infinite;
}
.transmission .chat-content, .pharmao .chat-content, .cabinet .chat-content {
  height: 300px;
  overflow-y: scroll;
  padding: 10px;
}
.transmission .chat-content .chat-message, .pharmao .chat-content .chat-message, .cabinet .chat-content .chat-message {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
}
.transmission .chat-content .chat-message.my-message, .pharmao .chat-content .chat-message.my-message, .cabinet .chat-content .chat-message.my-message {
  align-items: end;
}
.transmission .chat-content .chat-message.other-message, .pharmao .chat-content .chat-message.other-message, .cabinet .chat-content .chat-message.other-message {
  align-items: start;
}
.transmission .chat-content .chat-message .chat-date, .pharmao .chat-content .chat-message .chat-date, .cabinet .chat-content .chat-message .chat-date {
  font-size: 0.9rem;
}
.transmission .chat-content .chat-message .chat-image, .pharmao .chat-content .chat-message .chat-image, .cabinet .chat-content .chat-message .chat-image {
  max-width: 200px;
}
.transmission .chat-content .chat-message .file-download, .pharmao .chat-content .chat-message .file-download, .cabinet .chat-content .chat-message .file-download {
  color: #FFFFFF;
}
.transmission .chat-content .chat-message .file-download .file-message, .pharmao .chat-content .chat-message .file-download .file-message, .cabinet .chat-content .chat-message .file-download .file-message {
  display: flex;
  justify-content: center;
  align-items: center;
}
.transmission .chat-content .chat-message .file-download .file-message svg, .pharmao .chat-content .chat-message .file-download .file-message svg, .cabinet .chat-content .chat-message .file-download .file-message svg {
  width: 1.5rem;
  margin-left: 1rem;
}
.transmission .chat-content .load-more, .pharmao .chat-content .load-more, .cabinet .chat-content .load-more {
  display: none;
  justify-content: center;
}
.transmission .chat-content .load-more button, .pharmao .chat-content .load-more button, .cabinet .chat-content .load-more button {
  padding: 0.1rem 0.75rem;
  height: auto;
  font-size: 0.8em;
  cursor: pointer;
}
.transmission .chat-content .load-more button:focus, .pharmao .chat-content .load-more button:focus, .cabinet .chat-content .load-more button:focus {
  outline: none !important;
}
.transmission .transmission-lines, .pharmao .transmission-lines, .cabinet .transmission-lines {
  margin: 2rem 0;
}
.transmission .transmission-lines .transmission-line, .pharmao .transmission-lines .transmission-line, .cabinet .transmission-lines .transmission-line {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 1rem;
}
.transmission .transmission-lines .transmission-line p, .pharmao .transmission-lines .transmission-line p, .cabinet .transmission-lines .transmission-line p {
  flex-grow: 1;
}
.transmission .chat-container, .pharmao .chat-container, .cabinet .chat-container {
  margin: 2rem 0;
  padding: 1rem;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.transmission .view-transmission-header, .transmission .view-pharmao-header, .transmission .view-cabinet-header, .pharmao .view-transmission-header, .pharmao .view-pharmao-header, .pharmao .view-cabinet-header, .cabinet .view-transmission-header, .cabinet .view-pharmao-header, .cabinet .view-cabinet-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.transmission #imagePreviewModal img, .pharmao #imagePreviewModal img, .cabinet #imagePreviewModal img {
  max-width: 100%;
}
@media screen and (min-width: 991px) {
  .transmission .sticky-footer, .pharmao .sticky-footer, .cabinet .sticky-footer {
    display: none;
  }
}

/* CABINET PLANNING */
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 50px;
    opacity: 1;
  }
}
.cabinet-planning .fc {
  font-family: "Montserrat", sans-serif !important;
}
.cabinet-planning .fc .fc-toolbar-title {
  font-size: 1.5rem;
  text-transform: capitalize;
}
.cabinet-planning .fc .fc-button-primary:not(:disabled) {
  border-color: #2E8ED5 !important;
  background-color: #2E8ED5 !important;
}
.cabinet-planning .agenda-event {
  padding: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.cabinet-planning .agenda-event i, .cabinet-planning .agenda-event span {
  padding: 0.25rem;
}
.cabinet-planning .color-square {
  display: inline-block;
  width: 13px;
  height: 13px;
}
.cabinet-planning .custom_cabinet {
  clear: both;
}
.cabinet-planning .custom_cabinet section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cabinet-planning .custom_cabinet section .planning-switch {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cabinet-planning .custom_cabinet section .planning-switch * {
  margin: 0 0.5rem;
  display: inline-block;
  white-space: nowrap;
}
.cabinet-planning .modal-header button {
  outline: none;
}
.cabinet-planning .planning-infos {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 3rem;
  grid-row-gap: 1.5rem;
  grid-auto-rows: minmax(100px, auto);
  grid-template-areas: "left left left right right" "left left left bottom bottom";
  margin-top: 3rem;
}
@media screen and (max-width: 769px) {
  .cabinet-planning .planning-infos {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.cabinet-planning .planning-infos .planning-info-left {
  grid-area: left;
}
.cabinet-planning .planning-infos .planning-info-right {
  grid-area: right;
}
.cabinet-planning .planning-infos .planning-history {
  grid-area: bottom;
}
.cabinet-planning .planning-infos .planning-card {
  border: 0;
  border-radius: 15px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  font-family: "Montserrat", sans-serif !important;
}
.cabinet-planning .planning-infos .planning-card .card-header {
  color: white;
  background-color: #2E8ED5;
  border-radius: 15px 15px 0 0;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cabinet-planning .planning-infos .planning-card .card-header a.more {
  color: white;
  text-decoration: underline !important;
  font-weight: normal;
  font-size: 0.9em;
}
.cabinet-planning .planning-infos .planning-card .card-header .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}
.cabinet-planning .planning-infos .planning-card .card-header .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.cabinet-planning .planning-infos .planning-card .card-header .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.cabinet-planning .planning-infos .planning-card .card-header .switch .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.cabinet-planning .planning-infos .planning-card .card-header input:checked + .slider {
  background-color: #dc3545;
}
.cabinet-planning .planning-infos .planning-card .card-header input:focus + .slider {
  box-shadow: 0 0 1px #dc3545;
}
.cabinet-planning .planning-infos .planning-card .card-header input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}
.cabinet-planning .planning-infos .planning-card .card-header .slider.round {
  border-radius: 20px;
}
.cabinet-planning .planning-infos .planning-card .card-header .slider.round:before {
  border-radius: 50%;
}
.cabinet-planning .planning-infos .planning-card .card-content {
  padding: 0.75rem;
}
.cabinet-planning .planning-infos .planning-card .card-content p {
  text-align: justify;
  margin-right: 10px;
}
.cabinet-planning .planning-infos .planning-card .card-content .legend-icons {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}
.cabinet-planning .planning-infos .planning-card .card-content .colleague {
  margin-left: 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.cabinet-planning .planning-infos .planning-card .card-content .colleague i.pending {
  margin-right: 11px;
}
.cabinet-planning .planning-infos .planning-card .card-content .colleague label span {
  color: #2E8ED5;
}
.cabinet-planning .planning-infos .planning-card .card-content .colleague .remove-user,
.cabinet-planning .planning-infos .planning-card .card-content .colleague .transfer-user {
  display: none;
}
.cabinet-planning .planning-infos .planning-card .card-content .colleague .remove-user.show,
.cabinet-planning .planning-infos .planning-card .card-content .colleague .transfer-user.show {
  display: inline-block;
}
.cabinet-planning .planning-infos .planning-card .card-content .colleague .remove-user i,
.cabinet-planning .planning-infos .planning-card .card-content .colleague .transfer-user i {
  font-size: 1.25em;
}
.cabinet-planning .planning-infos .planning-card .card-content .colleague .accept-planning {
  cursor: pointer;
}
.cabinet-planning .planning-infos .planning-card .card-content .colleague .color-check {
  top: -6px;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cabinet-planning .planning-infos .planning-card .card-content .colleague .color-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.cabinet-planning .planning-infos .planning-card .card-content .colleague .color-check input:checked ~ .checkmark {
  background-color: #2E8ED5;
}
.cabinet-planning .planning-infos .planning-card .card-content .colleague .color-check input:checked ~ .checkmark:after {
  display: block;
}
.cabinet-planning .planning-infos .planning-card .card-content .colleague .color-check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 5px;
}
.cabinet-planning .planning-infos .planning-card .card-content .colleague .color-check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cabinet-planning .planning-infos .planning-card .card-content .colleague .color-check:hover input ~ .checkmark {
  background-color: #ccc;
}
.cabinet-planning .planning-infos .planning-card .card-content .colleague .assign-color {
  position: relative;
}
.cabinet-planning .planning-infos .planning-card .card-content .colleague button {
  border: none;
  height: 18px;
  width: 30px;
  background: none;
  margin: 0;
  outline: none;
}
.cabinet-planning .planning-infos .planning-card .card-content .colleague button .dots {
  font-size: 2rem;
  top: -15px;
  position: relative;
}
.cabinet-planning .planning-infos .planning-card .card-content .colleague button .dots:hover {
  color: #2E8ED5;
}
.cabinet-planning .planning-infos .planning-card .card-content ul.history-block li {
  display: flex;
  font-size: 11px;
  margin-bottom: 0.5rem;
}
.cabinet-planning .planning-infos .planning-card .card-content ul.history-block li span:first-of-type {
  padding-right: 0.5rem;
  flex-shrink: 0;
  font-weight: bold;
}
.cabinet-planning .planning-infos .planning-card .planning-name {
  display: flex;
  align-items: center;
  margin: 0 10px;
}
.cabinet-planning .planning-infos .planning-card .planning-name button {
  color: green;
  background-color: white !important;
  height: 30px !important;
  width: 30px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 1rem;
}
.cabinet-planning .history-table table td {
  vertical-align: center;
  font-size: 0.9em;
}
.cabinet-planning .history-table table td .color-square {
  width: 15px;
  height: 15px;
}
.cabinet-planning #planningPeriodModal,
.cabinet-planning #planningUsersModal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}
.cabinet-planning #planningPeriodModal .modal-header,
.cabinet-planning #planningUsersModal .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #2E8ED5;
}
.cabinet-planning #planningPeriodModal .modal-header .close,
.cabinet-planning #planningUsersModal .modal-header .close {
  margin: -15px -15px -8px 11px;
}
.cabinet-planning #planningPeriodModal .modal-header p,
.cabinet-planning #planningUsersModal .modal-header p {
  margin: 0;
  font-weight: bold;
}
.cabinet-planning #planningPeriodModal .modal-content,
.cabinet-planning #planningUsersModal .modal-content {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  animation-name: animatetop;
  animation-duration: 0.4s;
}
.cabinet-planning #planningPeriodModal .modal-content .modal-body,
.cabinet-planning #planningUsersModal .modal-content .modal-body {
  padding: 2rem;
}
.cabinet-planning #planningPeriodModal .modal-content .modal-body .form-group,
.cabinet-planning #planningUsersModal .modal-content .modal-body .form-group {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin: 0 0 2rem 0;
}
.cabinet-planning #planningPeriodModal .modal-content .modal-body .form-group label,
.cabinet-planning #planningUsersModal .modal-content .modal-body .form-group label {
  font-weight: bold;
}
.cabinet-planning #planningPeriodModal .modal-content .modal-body .form-group .checkboxes,
.cabinet-planning #planningUsersModal .modal-content .modal-body .form-group .checkboxes {
  display: flex;
}
.cabinet-planning #planningPeriodModal .modal-content .modal-body .form-group .checkboxes .checkbox,
.cabinet-planning #planningUsersModal .modal-content .modal-body .form-group .checkboxes .checkbox {
  margin-right: 1rem;
}
@media screen and (max-width: 769px) {
  .cabinet-planning #planningPeriodModal .modal-content .modal-body .form-group .checkboxes .checkbox,
  .cabinet-planning #planningUsersModal .modal-content .modal-body .form-group .checkboxes .checkbox {
    margin-right: 0.25rem;
  }
}
.cabinet-planning #planningPeriodModal .modal-content .modal-body .form-group .checkboxes .checkbox label,
.cabinet-planning #planningUsersModal .modal-content .modal-body .form-group .checkboxes .checkbox label {
  margin-left: 1rem;
}
@media screen and (max-width: 769px) {
  .cabinet-planning #planningPeriodModal .modal-content .modal-body .form-group .checkboxes .checkbox label,
  .cabinet-planning #planningUsersModal .modal-content .modal-body .form-group .checkboxes .checkbox label {
    margin-left: 0.25rem;
  }
}
.cabinet-planning .planning-color-selector .selector {
  position: absolute;
  top: -50px;
  left: 3rem;
  display: none;
  padding: 0.5rem;
  width: 200px;
  border-radius: 10px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  background-color: white;
  z-index: 10;
}
.cabinet-planning .planning-color-selector .selector .colors {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.cabinet-planning .planning-color-selector .selector .colors .color {
  height: 20px;
  width: 20px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.cabinet-planning .planning-color-selector .selector .colors .color:hover {
  opacity: 0.8;
}
.cabinet-planning .planning-color-selector .selector .colors .color.selected:after {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  top: -5px;
  left: 4px;
  color: white;
}
.cabinet-planning .join-planning-container h2 {
  margin: 0 3rem 0 0;
}
.cabinet-planning .join-planning-container .join-plannings {
  margin: 1.5rem 0;
}
.cabinet-planning .join-planning-container .join-plannings th {
  background-color: #2E8ED5;
  color: white;
}
.cabinet-planning .join-planning-container .join-plannings .join-planning {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cabinet-planning .join-planning-container .join-plannings .join-planning:hover {
  background-color: #F1F1F1;
}
.cabinet-planning .join-planning-container .join-plannings .join-planning .btn {
  line-height: normal;
  height: auto;
  margin: 0;
  background-color: #2E8ED5;
}

/* Télésecrétariat - Répondeur virtuel */
.virtual-phone label {
  font-size: 0.9rem;
  font-weight: bold;
  margin-top: 1rem !important;
  display: block;
}
.virtual-phone input[type=text] {
  text-align: center;
}
.virtual-phone button {
  padding: 0 0.5rem !important;
  font-size: 0.8rem;
  height: auto;
  width: auto;
  margin: 0 auto;
}

.telesecretariat .modal-backdrop.show {
  z-index: 1;
}
.telesecretariat .modal-dialog .modal-header button:active, .telesecretariat .modal-dialog .modal-header button:focus, .telesecretariat .modal-dialog .modal-header button:focus-visible {
  outline: none;
}
.telesecretariat .modal-dialog .list-group li {
  text-align: left;
}
.telesecretariat .messages-list {
  display: block;
  margin-top: 3rem;
}
@media screen and (max-width: 1298px) {
  .telesecretariat .messages-list {
    margin-top: 5rem;
  }
}
.telesecretariat .messages-list section {
  margin-bottom: 3.5rem;
}
.telesecretariat .messages-list h1, .telesecretariat .messages-list h2, .telesecretariat .messages-list h3 {
  color: #2E8ED5;
  font-size: 16pt;
  font-family: "DIN_2014_Demi", sans-serif;
  text-align: center;
}
.telesecretariat .messages-list h1 i, .telesecretariat .messages-list h2 i, .telesecretariat .messages-list h3 i {
  color: #ffad07;
  margin: 5px;
}
.telesecretariat .messages-list .buttons {
  display: flex;
  justify-content: center;
}
.telesecretariat .messages-list .buttons a {
  margin-right: 10px;
}

/* Astreintes EHPAD */
.ehpad-planning .patient-footer {
  margin-top: 0 !important;
}

#ehpad-team-container {
  display: flex;
  justify-content: space-between;
  font-family: "DIN_2014_Demi", sans-serif !important;
  padding: 2rem 1rem;
  max-width: 1200px;
  margin: auto;
}
#ehpad-team-container a.btn:not(.change_demand) {
  height: auto !important;
  font-weight: bold;
}
#ehpad-team-container h5 {
  font-size: 1em;
  margin-bottom: 1rem;
}
#ehpad-team-container ul {
  padding: 0;
  list-style: none;
  font-weight: normal;
}
#ehpad-team-container .team-members ul li {
  margin-bottom: 5px;
  display: block;
}
#ehpad-team-container .team-visits ul {
  margin-bottom: 10px;
}
#ehpad-team-container .team-visits ul li {
  font-weight: normal;
}
#ehpad-team-container .team-visits ul li ul {
  list-style: disc;
  padding-left: 2rem;
  font-family: "Montserrat", sans-serif !important;
}
#ehpad-team-container .team-visits ul li ul li {
  font-size: 0.9em !important;
}

span.member-dot {
  height: 15px;
  width: 15px;
  background: black;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: inline-block;
  margin-right: 1rem;
}

.card.visites-filters .filters {
  display: flex;
  justify-content: space-between;
}
.card.visites-filters .left-filters {
  display: flex;
  justify-content: space-between;
}
.card.visites-filters .left-filters .filter {
  display: flex;
  flex-direction: column;
  margin-right: 1rem;
}

table.group-list td, table.group-list tr, table.group-list th {
  font-family: "Montserrat", sans-serif !important;
}
table.group-list .offices .office-line {
  display: flex;
}
table.group-list .offices .office-line span {
  margin-right: 0.5rem;
}
table.group-list .offices .office-line .red {
  color: red;
}
table.group-list .actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
table.group-list .actions a {
  color: #2E8ED5;
  border: 1px solid #2E8ED5;
  cursor: pointer;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
table.group-list .actions a:hover {
  color: white;
  background-color: #2E8ED5;
}
table.group-list .actions a.remove {
  color: white !important;
  border: 1px solid red !important;
  background-color: red;
}
table.group-list .actions a.remove:hover {
  color: red !important;
  background-color: white !important;
}

.switchToggle input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
  position: absolute;
}

.switchToggle label {
  cursor: pointer;
  text-indent: -9999px;
  width: 130px;
  max-width: 130px;
  height: 30px;
  background: #69CD40;
  display: block;
  border-radius: 100px;
  position: relative;
}

.switchToggle label:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 26px;
  height: 26px;
  background: #fff;
  border-radius: 90px;
  transition: 0.3s;
}

.switchToggle input:checked + label, .switchToggle input:checked + input + label {
  background: #3e98d3;
}

.switchToggle input + label:before, .switchToggle input + input + label:before {
  content: "Astreintes";
  position: absolute;
  top: 5px;
  left: 50px;
  width: 26px;
  height: 26px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #fff;
}

.switchToggle input:checked + label:before, .switchToggle input:checked + input + label:before {
  content: "Visites";
  position: absolute;
  top: 5px;
  left: 10px;
  width: 26px;
  height: 26px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #fff;
}

.switchToggle input:checked + label:after, .switchToggle input:checked + input + label:after {
  left: calc(100% - 2px);
  transform: translateX(-100%);
}

.switchToggle label:active:after {
  width: 60px;
}

.switchYesNoToggle input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
  position: absolute;
}

.switchYesNoToggle label {
  cursor: pointer;
  text-indent: -9999px;
  width: 130px;
  max-width: 130px;
  height: 30px;
  background: #e74c3c;
  display: block;
  border-radius: 100px;
  position: relative;
}

.switchYesNoToggle label:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 26px;
  height: 26px;
  background: #fff;
  border-radius: 90px;
  transition: 0.3s;
}

.switchYesNoToggle input:checked + label, .switchYesNoToggle input:checked + input + label {
  background: #61b232;
}

.switchYesNoToggle input + label:before, .switchYesNoToggle input + input + label:before {
  content: "Non";
  position: absolute;
  top: 5px;
  left: 50px;
  width: 32px;
  height: 26px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #fff;
}

.switchYesNoToggle input:checked + label:before, .switchYesNoToggle input:checked + input + label:before {
  content: "Oui";
  position: absolute;
  top: 5px;
  left: 50px;
  width: 32px;
  height: 26px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #fff;
}

.switchYesNoToggle input:checked + label:after, .switchYesNoToggle input:checked + input + label:after {
  left: calc(100% - 2px);
  transform: translateX(-100%);
}

.switchYesNoToggle label:active:after {
  width: 60px;
}

.toggle-switchArea {
  margin: 10px 0 10px 0;
}

/* New badge colors */
.badge.badge-blue {
  background-color: #2E8ED5;
  color: #fff;
}

.custom_snp .popover {
  max-width: 220px;
}
.custom_snp .popover div {
  flex-wrap: wrap;
}
@media screen and (max-width: 500px) {
  .custom_snp .day-header, .custom_snp .day-content {
    font-size: 1.4em;
  }
  .custom_snp .planning-info {
    display: none;
  }
}
.custom_snp .switchToggle input + label:before, .custom_snp .switchToggle input + input + label:before {
  content: "oui";
}
.custom_snp .switchToggle input:checked + label:before, .custom_snp .switchToggle input:checked + input + label:before {
  content: "non";
}

.pharmao-container input[type=checkbox] {
  display: inline;
}
.pharmao-container .btn {
  width: 220px;
}
.pharmao-container #pharmao_order_civility label,
.pharmao-container #pharmao_order_attestation_has_attestation label {
  margin: 0 10px;
}
.pharmao-container .set-address {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.pharmao-container .set-address:hover {
  color: #2E8ED5;
}
.pharmao-container .StripeElement {
  height: auto;
}
.pharmao-container #payment-message {
  color: red;
  text-align: center;
  margin-top: 1rem;
}

.carousel-card {
  background-color: #fff;
  margin-top: 30px;
}
.carousel-card::-webkit-scrollbar {
  height: 0;
}
.carousel-card .card {
  border: 1px solid #2E8ED5;
  box-shadow: none;
  min-height: 320px;
}
.carousel-card .card ul {
  padding: 0;
  min-height: 150px;
  list-style: none;
}
.carousel-card .card ul li span:nth-of-type(2) {
  text-align: right;
}
.carousel-card .card-260 {
  min-width: 260px;
}

.dashed-file-container {
  box-sizing: border-box;
  background: #F6FAFD;
  border: 1.46948px dashed #348FD2;
  border-radius: 10.2864px;
  height: 167.52px;
  left: 36px;
  top: 413px;
  width: 303px;
}

.command-price-container {
  width: 215px;
  height: 157px;
  left: 80px;
  top: 204px;
  background: #F6FAFD;
  box-shadow: inset 0px 4px 4px rgba(52, 143, 210, 0.09);
  border-radius: 14px;
}

.btn-order-status {
  border-radius: 30px !important;
}

.order-line {
  border-bottom: 1px solid lightgrey;
}

.cabinet-container .card:not(.no-scroll) {
  max-height: 300px;
  overflow-y: scroll;
}
.cabinet-container .btnLightBlue {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.patient-btns .patient-btn {
  background: rgba(52, 143, 210, 0.04);
  border-radius: 14px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  color: #334559;
  display: block;
  min-width: 164px;
  max-width: 164px;
  height: 135px;
  margin-bottom: 8px;
  position: relative;
}
.patient-btns .patient-btn.btn-dark {
  background-color: #334559;
  color: #fff;
}
.patient-btns .patient-btn span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.patient-btns .patient-btn:hover i {
  scale: 1.2;
}
.patient-btns .patient-btn i {
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
  transition: 300ms;
}
.patient-btns .patient-btn small {
  line-height: 10pt;
}

.prefix-select {
  height: 40px !important;
}

@media (min-width: 849px) {
  .provenance-label {
    display: none !important;
  }
}
.audiotel-card {
  background: #edf5fb;
  border-radius: 30px;
}
@media screen and (max-width: 480px) {
  .audiotel-card h2 {
    font-size: 1.4em !important;
  }
  .audiotel-card img {
    height: 48px !important;
  }
}















/* innov-care */
:root {
  --dark-blue-color: #22408d;
  --pink-color: #eb5e8a;
  --orange-color: #f39723;
  --white-color: #fff;
  --blue-color: #1d94d2;
  --blue-light-color: #E8F4FD;
}

/* Header */
header {
  background: var(--white-color);
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: all 0.3s ease;
}

header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem;
}

header .container img {
  max-width: 215px;
}

.nav {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.login-container {
  padding: 50px 0;
  background: var(--blue-light-color);
}

.login-container section {
  padding: 5rem 7em 0 7em;
}

.btn {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  font-size: 0.9rem;
}

.btn-outline {
  background: transparent;
  color: var(--dark-blue-color);
  border: 2px solid var(--dark-blue-color);
}

.btn-outline:hover {
  background: var(--dark-blue-color);
  color: white;
  transform: translateY(-2px);
}

.btn-pink {
  background: var(--pink-color);
  border: 2px solid var(--pink-color);
  color: white;
}

.btn-pink:hover {
  border: 2px solid var(--pink-color);
  background: transparent;
  transform: translateY(-2px);
  color: var(--pink-color);
}

.btn-orange, .btn-primary  {
  background: var(--orange-color);
  color: white!important;
  align-items: center;
  gap: 8px;
}

.btn-orange:hover, .btn-primary:hover {
  background: var(--orange-color);
  border-color: initial!important;
  transform: translateY(-2px);
}

.btn-success {

}

.btn-icon {
  font-size: 1.2rem;
}

.text-pink {
  color: var(--pink-color)!important;
}

.text-link {
  color: var(--blue-color);
  transition: all 0.3s ease;
}

.text-link:hover {
  color: var(--pink-color);
  text-decoration: underline;
  transform: translateY(-2px);
}

/* Burger Menu */
.burger-menu {
  display: none;
  flex-direction: column;
  cursor: pointer;
  padding: 5px;
  z-index: 1001;
}

.burger-menu span {
  width: 25px;
  height: 3px;
  background: #2E3A59;
  display: block;
  margin: 3px 0;
  transition: 0.3s;
  border-radius: 2px;
}

.burger-menu.active span:nth-child(1) {
  background: var(--orange-color);
  transform: rotate(-45deg) translate(-5px, 6px);
}

.burger-menu.active span:nth-child(2) {
  background: var(--orange-color);
  opacity: 0;
}

.burger-menu.active span:nth-child(3) {
  background: var(--orange-color);
  transform: rotate(45deg) translate(-2px, -4px);
}

/* Mobile Menu */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background: rgba(46, 58, 89, 0.95);
  backdrop-filter: blur(10px);
  transition: right 0.3s ease;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-menu.active {
  right: 0;
}

.mobile-menu-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  text-align: center;
}

.mobile-nav-link {
  color: white;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 1rem 2rem;
  border-radius: 8px;
  transition: all 0.3s ease;
  min-width: 200px;
}

.mobile-nav-link:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

/* Hero Section */
.hero {
  background: linear-gradient(135deg, var(--blue-color) 0%, var(--dark-blue-color) 100%);
  min-height: 500px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.hero-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 4rem;
  align-items: center;
  position: relative;
  z-index: 2;
}

.hero-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--white-color);
  margin-bottom: 2rem;
  line-height: 1.3;
}

.hero-description {
  font-size: 1rem;
  color: var(--white-color);
  margin-bottom: 1.5rem;
  line-height: 1.7;
}

.hero-buttons {
  margin-top: 2rem;
}

.hero-image {
  position: relative;
}

.hero-img {
  position: absolute;
  right: 0;
  width: 100%;
  height: auto;
  max-width: 500px;
  z-index: 1;
}

.picto-img {
  position: absolute;
  right: 0;
  width: 500px;
  top: -150px;
  z-index: -1;
}

/* Services Section */
.services {
  padding: 80px 0;
  background: var(--blue-light-color);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 2rem;
}

.service-card {
  background: #fff;
  padding: 2rem;
  border-radius: 5px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  transition: all 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.service-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E8F4FD;
  border-radius: 12px;
  font-size: 1.5rem;
}

.service-icon .calendar-icon {
  font-size: 2rem;
  color: #4A90E2;
}

.service-icon .calendar-days {
  font-size: 0.8rem;
  color: #666;
  margin-top: 5px;
}

.service-icon .hopidel-logo, .service-icon .astridel-logo {
  font-size: 1.2rem;
  font-weight: 700;
  color: #4A90E2;
  background: linear-gradient(45deg, #4A90E2, #FF8C42);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.folder-icon {
  font-size: 2rem;
  color: #4A90E2;
}

.service-content h3 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #2E3A59;
  margin-bottom: 1rem;
}

.service-content p {
  color: #666;
  line-height: 1.6;
}

/* Partners Section */
.partners {
  padding: 80px 0;
  color: var(--dark-blue-color);
}

.partners a {
  color: var(--dark-blue-color);
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.partners-title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  /* color: #2E3A59; */
  margin-bottom: 3rem;
}

.partners-logos {
  /* display: flex;
  justify-content: center;
  align-items: center; */
  /* gap: 3rem; */
  /* flex-wrap: wrap; */
  width: 200px;
  margin: auto auto 3rem auto;
}

.partners-logos img {
  max-width: 200px;
}

.help-button {
  text-align: right;
}

.btn-help {
  background: #FF6B9D;
  color: white;
  padding: 12px 20px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-help:hover {
  background: #E55A8A;
  transform: translateY(-2px);
}

.help-icon {
  font-size: 1rem;
}

/* form */
.form-title {
  color: var(--dark-blue-color);
  font-family: 'Montserrat', sans-serif;
}

.login-form {
  background-color: #fff;
  padding: 6%;
  margin: 7rem auto;
}

.register-form {
  background-color: #fff;
  padding: 6%;
  /* ces h3 et h4 sont enfants directs des div concernés */
  /* exemple d'inclusion d'une mixin */
  margin: 7rem auto; /* ce margin: auto s'applique bien à la div de class registerForm
car il n'y a pas de sélecteur css sur cette règle css */
  /* inclusion de la mixin background-input pour les inputs du formulaire d'inscription */
}
.register-form input, .registerForm select {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  height: 40px;
  font-size: 1rem;
  text-decoration: none;
  transition: border 300ms;
  vertical-align: middle;
  /* nesting (imbrication) qui revient à faire en CSS normal
  "input:focus {...}" */
}
.register-form input:focus, .registerForm select:focus {
  background: white;
  outline: none;
  transition: 600ms;
  box-shadow: none;
  border: 1px solid #ffad07;
  transition: border 200ms;
}
.register-form label {
  color: #334559;
  display: inline;
  font-size: 1em;
  padding: 0 5px;
  margin-top: 1rem;
  vertical-align: middle;
}
@media screen and (max-width: 500px) {
  .registerForm label {
    font-size: 1em;
    margin-top: 0;
    width: 90%;
  }
  .group-picto .picto-img {
    width: 200px;
  }
  .group-picto .group-img {
    width: 125px;
    right: 0;
    top: 80px;
  }
}
.register-form a:not(.btn):not(.ui-state-default) {
  color: #2E8ED5;
}
.register-form h4 img {
  width: 45px;
}
.register-form p {
  font-size: 1em;
  margin-top: 2em;
  line-height: 1.4em;
}
.register-form .row {
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 768px) {
  .register-form, .login-form {
    width: 100%;
  }
  .login-container section {
    padding: 2rem;
  }
  #accueil {
    padding: 7rem 2rem 14rem 2rem;
  }
}
@media screen and (min-width: 769px) {
  .register-form, .login-form {
    width: 70%;
  }
}
.register-form .gender {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.register-form label.error {
  color: #e74c3c;
  display: block;
}
.register-form label.error:before {
  content: "\f071";
  margin: 0 4px;
  font-family: "FontAwesome";
}
.register-form .form-group small, .register-form .form-check small {
  color: #e74c3c;
}
.register-form .googleLogo {
  padding-bottom: 0px !important;
  font-size: 1em;
  border: 1px solid #F1F1F1;
  background: #fff bottom left no-repeat !important;
}
.register-form .ui-autocomplete .ui-menu-item {
  font-size: 12px;
  cursor: pointer;
  padding: 3px 0 3px 15px !important;
}
.register-form .form-check-input {
  position: static;
  margin: 0;
  padding: 0;
}




/* Footer */
.footer {
  background: var(--dark-blue-color);
  color: white;
  padding: 3rem 7em;
}

.footer-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 3rem;
  margin-bottom: 2rem;
}

.footer-left {
  max-width: 500px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 1.5rem;
}

.footer-logo img {
  max-width: 220px;
}

.footer-description {
  color: #B8C5D1;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.footer-copyright {
  color: #8A9BA8;
  font-size: 0.9rem;
}

.footer-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.footer-column h4 {
  color: white;
  font-size: 1.1rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.footer-column a {
  display: block;
  color: #B8C5D1;
  text-decoration: none;
  margin-bottom: 0.5rem;
  transition: color 0.3s ease;
}

.footer-column a:hover {
  color: white;
}

/* Responsive Design */
@media (max-width: 768px) {
  .btn {
      padding: 10px 16px;
      font-size: 0.8rem;
  }
  
  .hero-content {
      grid-template-columns: 1fr;
      text-align: center;
  }
  
  .hero-title {
      font-size: 2rem;
  }
  
  .services-grid {
      grid-template-columns: 1fr;
  }
  
  .service-card {
      flex-direction: column;
      text-align: center;
  }

  .service-card img {
    width: 50%;
    margin: auto;
  }
  
  .partners-logos {
      flex-direction: column;
      gap: 1rem;
  }

  .footer {
    padding: 3rem;
  }
  
  .footer-content {
      grid-template-columns: 1fr;
  }
  
  .footer-right {
      grid-template-columns: 1fr;
  }

  .nav {
    display: none;
  }

  .mobile-menu {
    display: block;
  }

  .burger-menu {
    display: block;
  }

  #masthead{
    height: 90px;
  }

  header .container {
    padding: 1em;
  }

  .mobile-auto {
    display: block;
    margin: auto;
  }
}

@media (max-width: 480px) {
  .container {
      padding: 0 15px;
  }
  
  .hero-title {
      font-size: 1.8rem;
  }
  
  .hero-description {
      font-size: 0.9rem;
  }
  
  .btn {
      padding: 8px 12px;
      font-size: 0.8rem;
  }
  
  .service-card {
      padding: 1.5rem;
  }
  
  .partners-title {
      font-size: 1.5rem;
  }

}

/* Animations */
@keyframes fadeInUp {
  from {
      opacity: 0;
      transform: translateY(30px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

.service-card,
.hero-text,
.hero-image {
  animation: fadeInUp 0.6s ease-out;
}






/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}

/* Loading states */
.btn:active {
  transform: translateY(0);
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  * {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
  }
  
  html {
      scroll-behavior: auto;
  }
}


/* Loader */

/* Sélectionner les images avec alt="loader" */
img[alt="loader"], img[alt="Chargement..."] {
  animation: spin 2s linear infinite;
  opacity: 0.7;
}

img[alt="loader"] {
  max-height: 25px;
  margin-left: 5px;
}

/* Définir l'animation de rotation */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}



