@charset "UTF-8";
/*******************************************************
                    Couleurs de base
*********************************************************/
/*******************************************************
                    Arrondis de base
*********************************************************/
/*******************************************************
                    Couleurs Texte
*********************************************************/
/* Boutons */
/* Lien */
/* Champs */
/* Switch */
/* Module tuile */
/* Checkbox */
/* Radio button */
/* Menu */
/* Footer */
/* Tuile */
/* Grande Tuile */
/* Mini Tuile */
/* Login */
/* Pagination */
/* Bandeau */
/* Liste déroulante */
/* Messages */
/* Inscription */
/*******************************************************
                    Couleurs Fond
*********************************************************/
/* Fond de l'application */
/* Bouton primaire */
/* Bouton Secondaire */
/* Bouton tertiaire */
/* Switch */
/* Menu*/
/* Footer */
/* Tuile */
/* Mini Tuile */
/* Grande Tuile */
/* Login */
/* Moteur de recherche */
/* Pagination */
/* Chemin de fer */
/* Bandeau */
/* Popin */
/* Liste déorulante */
/* Icones */
/* Calendrier */
/* Bon plan tuiles */
/*******************************************************
                    Couleurs Bordure
*********************************************************/
/* focus */
/* Boutons */
/* Champs */
/* Switch */
/* Case à cocher */
/* Radio button */
/* Titre */
/* Menu */
/* Chemin de fer */
/*******************************************************
                Couleur messages erreurs
*********************************************************/
/*******************************************************
                        Police
*********************************************************/
/*******************************************************
                    Librairie CJR
*********************************************************/
/*  ------------ Général */
html {
  font-size: 14px;
  font-family: "Montserrat", serif !important;
  background-color: #F3F6F9;
}

body {
  font-family: "Montserrat", serif !important;
  background-color: #F3F6F9;
}

*:not(i) {
  font-family: "Montserrat", serif !important;
}

/* ----------- CJR Elements */
.cjr-page {
  display: flex;
  flex-direction: column;
  padding: 0;
  height: 100vh;
}

.cjr-full-height-screen {
  height: 100vh;
}

/*  --------------- Width */
.cjr-min-width {
  width: min-content !important;
}

.cjr-width-10 {
  width: 10rem;
}

.cjr-width-100-minus-3 {
  width: calc(100% - 3rem);
}

/* ----------- Margins */
.me-6-rem {
  margin-right: 6rem;
}

/* Backgrounds */
.cjr-fond-en-valeur-clair {
  background-color: white;
  border-radius: 0.75rem;
}

.header-background {
  background-color: #FFFFFF;
}

/* arrondis */
.cjr-arrondi-doux {
  border-radius: 0.25rem;
}

.cjr-arrondi-defaut {
  border-radius: 0.5rem;
}

.cjr-arrondi-fort {
  border-radius: 0.75rem;
}

/* ----- Zindex */
.cjr-index-minus-1 {
  z-index: -1;
}

.cjr-index-0 {
  z-index: 0;
}

/* Easter egg */
.cjr-easter-egg-container {
  margin-right: -10rem;
  width: 10rem;
  padding-left: 3rem;
}
.cjr-easter-egg-container .cjr-easter-egg-image {
  width: 4rem;
  height: 4rem;
}

/* ----- Miscellaneous */
.cjr-success-message {
  color: green;
  font-size: 1.25rem;
  font-weight: bold;
}

cjr-calendar .table.ui {
  background-color: #F3F6F9;
}

/* Bullet */
.black-bullet:before {
  content: "•";
  color: #202228;
}

.cjr-error-message-small {
  color: #C90C0F;
}

.cjr-error-message {
  color: #C90C0F;
  font-size: 1.25rem;
  font-weight: bold;
}

.cjr-transition-opacity {
  transition: opacity 0s, opacity 1s linear;
}

.cjr-mise-en-valeur-arrondi-general, .cjr-mise-en-valeur-arrondi-gris, .cjr-mise-en-valeur-arrondi-noir, .cjr-mise-en-valeur-arrondi-orange, .cjr-mise-en-valeur-arrondi-vert, .cjr-mise-en-valeur-arrondi-bleu, .cjr-mise-en-valeur-arrondi {
  color: #FFFFFF;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 1rem;
  text-align: center;
  vertical-align: middle;
  font-size: 1rem;
  display: inline-block;
  font-weight: normal;
}

.cjr-mise-en-valeur-arrondi {
  background-color: #C90C0F;
}

.cjr-mise-en-valeur-arrondi-bleu {
  background-color: #0066AC;
}

.cjr-mise-en-valeur-arrondi-vert {
  background-color: #0E8A16;
}

.cjr-mise-en-valeur-arrondi-orange {
  background-color: #C75302;
}

.cjr-mise-en-valeur-arrondi-noir {
  background-color: #202228;
}

.cjr-mise-en-valeur-arrondi-gris {
  background-color: #5C7482;
}

.registration-text-indicator-step {
  font-weight: 700;
  font-size: 2rem;
  color: #C90C0F;
  text-align: end;
}

.cjr-container-for-button-hover .cjr-vanishing-button {
  display: none;
}
.cjr-container-for-button-hover:hover .cjr-vanishing-button {
  display: flex;
}

.cjr-chat-date {
  font-size: 0.9rem;
  font-weight: 700;
}

.cjr-negative-margin-top {
  margin-top: -0.25rem;
}

.cjr-spinner {
  color: #C90C0F;
  height: 4rem;
  width: 4rem;
}

.cjr-logo-size {
  height: 72px;
  width: 145px;
}

.filtre-composant-title {
  background-color: #C90C0F;
  color: white;
  padding: 0.5rem 0 0.5rem 0;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  cursor: pointer;
}
.filtre-composant-title .col {
  display: flex;
  justify-content: center;
  align-items: center;
}
.filtre-composant-title .col i {
  font-size: 1.5rem;
}

.filtre-composant-title-hidden {
  transform: rotate(-90deg);
}

.filtre-composant-container-hidden {
  border-radius: 0.75rem;
  height: 150px;
  width: 75px;
  justify-content: center;
}

.remove-filtres-button {
  background: none;
  border: none;
  text-decoration: underline;
  color: #C90C0F;
}

.filtre-chosen .remove-one-filtre-btn {
  color: white;
  background: none;
  border: none;
}

@media (max-width: 767px) {
  body {
    padding: 0 !important;
  }
  .filtre-composant-shown-container {
    margin: auto;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100vw;
    width: 100%;
    max-height: 75vh;
    overflow: hidden;
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
    visibility: hidden;
    border-radius: 0.75rem 0.75rem 0 0;
  }
  .filtre-composant-shown-container .container-titre-label-filtres {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: inherit;
    flex-shrink: 0;
  }
  #rechercheFiltreForm {
    position: sticky;
    top: 2%;
    display: flex;
  }
  #filtre-fields-container {
    overflow-y: auto;
    flex: 1;
    max-height: calc(75vh - 200px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body {
    padding: 0 !important;
  }
  .filtre-composant-shown-container {
    margin: auto;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100vw;
    width: 100%;
    max-height: 75vh;
    overflow: hidden;
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
    visibility: hidden;
    border-radius: 0.75rem 0.75rem 0 0;
  }
  .filtre-composant-shown-container .container-titre-label-filtres {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: inherit;
    flex-shrink: 0;
  }
  #rechercheFiltreForm {
    position: sticky;
    top: 2%;
    display: flex;
  }
  #filtre-fields-container {
    overflow-y: auto;
    flex: 1;
    max-height: calc(75vh - 200px);
  }
}
@media (min-width: 992px) {
  .filtre-composant-shown-container {
    width: 100%;
    max-width: 20rem;
    flex-wrap: wrap;
    position: sticky;
    top: 2%;
  }
  .filtre-composant-container-hidden {
    position: sticky;
    top: 2%;
  }
}
/*******************************************************
                    Accordeon
*********************************************************/
.cjr-accordeon .cjr-bouton-accordeon {
  background-color: white;
  border: none;
  width: 100%;
}
.cjr-accordeon .cjr-bouton-accordeon:hover {
  color: #C90C0F;
}
.cjr-accordeon .cjr-bouton-accordeon:focus-visible {
  outline: 1.5px #C90C0F dashed !important;
  outline-offset: 3px;
  transition: outline-color 1s ease-out;
  box-shadow: none;
}
.cjr-accordeon .cjr-icon-accordeon {
  display: inline-block;
}
.cjr-accordeon .cjr-icon-accordeon-small {
  color: #C90C0F;
}
.cjr-accordeon .cjr-titre-accordeon-small {
  color: #C90C0F;
  text-decoration: underline;
  text-align: start;
}
.cjr-accordeon .cjr-titre-accordeon-small:hover {
  color: #C90C0F;
  text-decoration: none;
}

.checkmark__circle {
  stroke-dasharray: 216; /* ORIGINALLY 166px */
  stroke-dashoffset: 216; /* ORIGINALLY 166px */
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7ac142;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.checkmark {
  width: 106px; /* ORIGINALLY 56px */
  height: 106px; /* ORIGINALLY 56px */
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 10% auto;
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 98; /* ORIGINALLY 48px */
  stroke-dashoffset: 98; /* ORIGINALLY 48px*/
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 80px #7ac142;
  }
}
.cross__svg {
  border-radius: 50%;
  display: block;
  height: 154px;
  margin: 4rem auto;
  stroke-width: 3;
  width: 154px;
}

.cross__circle {
  animation: 0.6s ease 0s normal forwards 1 running stroke;
  fill: none;
  margin: 0 auto;
  stroke: #e55454;
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
}

.cross__path {
  stroke: #e55454;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  transform-origin: 50% 50% 0;
}
.cross__path--right {
  animation: 1.5s ease 0.8s normal forwards 1 running stroke;
}
.cross__path--left {
  animation: 1.7s ease 0.8s normal forwards 1 running stroke;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
/* Style de base d'un bouton CJR */
.cjr-btn, .cjr-btn-icone, .cjr-btn-tertiaire, .cjr-btn-secondaire, .cjr-btn-primaire {
  border-radius: 4px;
  transition: background-color 0.45s ease, color 0.45s ease;
  font-size: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  width: auto;
  min-width: 8rem;
  min-height: 3rem;
  line-height: 1.3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-right: 0.75rem;
}
.cjr-btn:focus-visible, .cjr-btn-icone:focus-visible, .cjr-btn-tertiaire:focus-visible, .cjr-btn-secondaire:focus-visible, .cjr-btn-primaire:focus-visible {
  outline: 1.5px #C90C0F dashed !important;
  outline-offset: 3px;
  transition: outline-color 1s ease-out;
  box-shadow: none;
}
.cjr-btn, .cjr-btn-icone, .cjr-btn-tertiaire, .cjr-btn-secondaire, .cjr-btn-primaire {
  /* Flèche à gauche pour tous les boutons sauf les icones */
}
.cjr-btn:not(.cjr-btn-icone):before, .cjr-btn-icone:not(.cjr-btn-icone):before, .cjr-btn-tertiaire:not(.cjr-btn-icone):before, .cjr-btn-secondaire:not(.cjr-btn-icone):before, .cjr-btn-primaire:not(.cjr-btn-icone):before {
  content: url("../../../img/button/fleche_region.svg");
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 0.5rem;
  margin-top: 0.25rem;
}
.cjr-btn.export:before, .export.cjr-btn-icone:before, .export.cjr-btn-tertiaire:before, .export.cjr-btn-secondaire:before, .export.cjr-btn-primaire:before {
  content: url("../../../img/button/export.svg");
}
.cjr-btn.back-arrow:before, .back-arrow.cjr-btn-icone:before, .back-arrow.cjr-btn-tertiaire:before, .back-arrow.cjr-btn-secondaire:before, .back-arrow.cjr-btn-primaire:before {
  content: url("../../../img/button/back_arrow.svg");
  padding: 0 0 0 0.5rem;
}
.cjr-btn.back-down-arrow:before, .back-down-arrow.cjr-btn-icone:before, .back-down-arrow.cjr-btn-tertiaire:before, .back-down-arrow.cjr-btn-secondaire:before, .back-down-arrow.cjr-btn-primaire:before {
  content: url("../../../img/button/back_down_arrow.svg");
}
.cjr-btn.cross:before, .cross.cjr-btn-icone:before, .cross.cjr-btn-tertiaire:before, .cross.cjr-btn-secondaire:before, .cross.cjr-btn-primaire:before {
  content: url("../../../img/button/cross.svg");
  padding: 0 0 0 0.5rem;
}
.cjr-btn.filtre:before, .filtre.cjr-btn-icone:before, .filtre.cjr-btn-tertiaire:before, .filtre.cjr-btn-secondaire:before, .filtre.cjr-btn-primaire:before {
  content: url("../../../img/button/filtre.svg");
}
.cjr-btn.import:before, .import.cjr-btn-icone:before, .import.cjr-btn-tertiaire:before, .import.cjr-btn-secondaire:before, .import.cjr-btn-primaire:before {
  content: url("../../../img/button/import.svg");
  padding: 0 0 0 0.5rem;
}
.cjr-btn.photo:before, .photo.cjr-btn-icone:before, .photo.cjr-btn-tertiaire:before, .photo.cjr-btn-secondaire:before, .photo.cjr-btn-primaire:before {
  content: url("../../../img/button/photo.svg");
}
.cjr-btn.save:before, .save.cjr-btn-icone:before, .save.cjr-btn-tertiaire:before, .save.cjr-btn-secondaire:before, .save.cjr-btn-primaire:before {
  content: url("../../../img/button/save.svg");
}
.cjr-btn.valide:before, .valide.cjr-btn-icone:before, .valide.cjr-btn-tertiaire:before, .valide.cjr-btn-secondaire:before, .valide.cjr-btn-primaire:before {
  content: url("../../../img/button/valid.svg");
}
.cjr-btn.search:before, .search.cjr-btn-icone:before, .search.cjr-btn-tertiaire:before, .search.cjr-btn-secondaire:before, .search.cjr-btn-primaire:before {
  content: url("../../../img/button/loupe.svg");
}
.cjr-btn.search-reset:before, .search-reset.cjr-btn-icone:before, .search-reset.cjr-btn-tertiaire:before, .search-reset.cjr-btn-secondaire:before, .search-reset.cjr-btn-primaire:before {
  content: url("../../../img/button/loupe_cross.svg");
}
.cjr-btn.vide:before, .vide.cjr-btn-icone:before, .vide.cjr-btn-tertiaire:before, .vide.cjr-btn-secondaire:before, .vide.cjr-btn-primaire:before {
  content: none;
}

/*******************************************************5
                Bouton primaire
        (enregistrement, validation, etc...)
*********************************************************/
.cjr-btn-primaire {
  color: #FFFFFF;
  background-color: #C90C0F;
  border: #C90C0F;
}
.cjr-btn-primaire:hover:not(:disabled) {
  color: #FFFFFF;
  background-color: #9A0305;
}
.cjr-btn-primaire:disabled {
  cursor: not-allowed;
  color: #FFFFFF;
  background-color: #F47D7F !important;
}

/*******************************************************
                Bouton secondaire
        (Précédent, action secondaire, etc...)
*********************************************************/
.cjr-btn-secondaire {
  color: #C90C0F;
  background-color: #FFFFFF;
  border: 2px solid #C90C0F;
  box-sizing: border-box;
}
.cjr-btn-secondaire:hover:not(:disabled) {
  color: #FFFFFF;
  background-color: #9A0305;
  border: 2px solid #9A0305;
}
.cjr-btn-secondaire:disabled {
  cursor: not-allowed;
  color: #F47D7F;
  border: 2px solid #F47D7F !important;
}

/*******************************************************
                Bouton tertiaire
        (Annulation, Quitter, etc...)
*********************************************************/
.cjr-btn-tertiaire {
  color: #FFFFFF;
  background-color: #5C7482;
  border: #5C7482;
}
.cjr-btn-tertiaire:hover:not(:disabled) {
  color: #FFFFFF;
  background-color: #3C4B54;
}
.cjr-btn-tertiaire:disabled {
  cursor: not-allowed;
  color: #FFFFFF;
  background-color: #7DA0B5 !important;
}

/*******************************************************
                Bouton icone
*********************************************************/
.cjr-btn-icone {
  background-color: transparent;
  border: transparent;
  font-size: 1.5rem !important;
  color: #C90C0F;
  min-width: auto;
}
.cjr-btn-icone:hover:not(:disabled) {
  color: #9A0305;
  transform: scale(1.2);
}
.cjr-btn-icone:disabled {
  cursor: not-allowed;
  color: #F47D7F;
}
.cjr-btn-icone i:focus-visible, .cjr-btn-icone a:focus-visible {
  outline: none;
}
.cjr-btn-icone.icone-flottante, .cjr-btn-icone.petite-icone-flottante {
  height: auto;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
}
.cjr-btn-icone.petite-icone-flottante {
  font-size: 1rem !important;
}

.cjr-search-btn {
  background-color: #C90C0F;
  border: none;
  color: white;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.cjr-search-btn:hover:not(:disabled) {
  background-color: #9A0305;
}
.cjr-search-btn:focus-visible {
  outline: 1.5px #C90C0F dashed !important;
  outline-offset: 3px;
  transition: outline-color 1s ease-out;
  box-shadow: none;
}

.cjr-btn-icone.white {
  color: white;
}

.cjr-password {
  position: relative;
}
.cjr-password input {
  padding-right: 2rem;
}
.cjr-password .col-eye-icon {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}
.cjr-password .eye-icon {
  color: black;
  padding: 0;
}

/*******************************************************
                Lien
*********************************************************/
.cjr-lien, .faq-reponse a {
  color: #C90C0F;
  text-decoration: underline;
  cursor: pointer;
}
.cjr-lien:hover, .faq-reponse a:hover {
  color: #C90C0F;
  text-decoration: none;
}
.cjr-lien:focus-visible, .faq-reponse a:focus-visible {
  color: #C90C0F;
  text-decoration: none;
  outline: 1.5px #C90C0F dashed !important;
  outline-offset: 3px;
  transition: outline-color 1s ease-out;
}

.cjr-lien-text-color-black {
  color: #202228 !important;
  text-decoration: underline;
  cursor: pointer;
}
.cjr-lien-text-color-black:hover {
  text-decoration: none;
}
.cjr-lien-text-color-black:focus-visible {
  text-decoration: none;
  outline: 1.5px #C90C0F dashed !important;
  outline-offset: 3px;
}

/*******************************************************
               Champs
*********************************************************/
.cjr-input-file::-webkit-file-upload-button {
  display: none;
}

.cjr-input-block {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.cjr-input-block .cjr-input-label {
  font-weight: bolder;
}
.cjr-input-block .cjr-input {
  flex: 1 1 100%;
  width: 100%;
  border: 1px solid #5C7482;
  border-radius: 6px !important;
  height: 2.55rem;
  padding-left: 0.5rem;
}
.cjr-input-block .cjr-input:hover {
  border: 1px solid #202228;
}
.cjr-input-block .cjr-input:focus-visible {
  border: 1px solid #5C7482 !important;
  outline: 1.5px #C90C0F dashed !important;
  outline-offset: 3px;
  transition: outline-color 1s ease-out;
}
.cjr-input-block .cjr-input:disabled {
  mix-blend-mode: normal;
  opacity: 0.5;
}
.cjr-input-block .cjr-input:invalid {
  border: 1px solid #C90C0F;
  color: #C90C0F;
}
.cjr-input-block .cjr-input::placeholder {
  color: #7DA0B5;
}
.cjr-input-block .cjr-input-error {
  color: #C90C0F;
}
.cjr-input-block .cjr-input.search {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.cjr-col-sm {
  max-width: 130px;
  min-width: 130px;
}

.cjr-col-md {
  max-width: 230px;
  min-width: 230px;
}

.cjr-col-lg {
  max-width: 400px;
  min-width: 400px;
}

.cjr-col-xl {
  max-width: 500px;
  min-width: 500px;
}

.cjr-col-date {
  max-width: 200px;
  min-width: 200px;
}

/*******************************************************
               Text Areas
*********************************************************/
.cjr-input-block {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.cjr-input-block .cjr-input-label {
  font-weight: bolder;
}
.cjr-input-block .cjr-text-area {
  height: 10rem;
  border: 1px solid #5C7482;
  flex: 1 1 100%;
  width: 100%;
  border-radius: 6px !important;
  padding-left: 0.5rem;
  -webkit-filter: blur(0);
}
.cjr-input-block .cjr-text-area:hover {
  border: 1px solid #202228;
}
.cjr-input-block .cjr-text-area:focus-visible {
  border: 1px solid #5C7482 !important;
  outline: 1.5px #C90C0F dashed !important;
  outline-offset: 3px;
  transition: outline-color 1s ease-out;
}
.cjr-input-block .cjr-text-area:disabled {
  mix-blend-mode: normal;
  opacity: 0.5;
}

/*******************************************************
                Liste déroulante
*********************************************************/
cjr-dropdown {
  width: 100%;
}
cjr-dropdown div.text {
  padding-right: 1.5rem;
}

.cjr-dropdown {
  border-radius: 6px !important;
  border: 1px solid #5C7482 !important;
  min-height: auto !important;
  padding: 0.5rem !important;
}
.cjr-dropdown .default.text {
  color: #5C7482 !important;
}
.cjr-dropdown:hover {
  border: 1px solid #202228 !important;
}
.cjr-dropdown:focus-visible {
  border: 1px solid #5C7482 !important;
  outline: 1.5px #C90C0F dashed !important;
  outline-offset: 3px;
  transition: outline-color 1s ease-out;
}
.cjr-dropdown:active {
  border: 1px solid #5C7482 !important;
}
.cjr-dropdown.multiple {
  padding: 0.1rem 0.5rem 0.1rem 0.5rem !important;
  min-height: 2rem !important;
}
.cjr-dropdown.multiple .label.transition.visible {
  font-size: 0.85rem;
  text-decoration: none;
  background-color: #C90C0F;
  color: #F3F6F9;
  font-weight: 500;
}
.cjr-dropdown.multiple .search {
  margin: 0 !important;
}
.cjr-dropdown.multiple i.dropdown.cjr-dropdown-icon {
  color: #C90C0F;
  padding: 0 !important;
  margin: auto !important;
}
.cjr-dropdown.multiple .remove.icon {
  color: #C90C0F;
  padding: inherit !important;
  padding-top: 0.5rem !important;
}
.cjr-dropdown .menu.transition.visible {
  border-bottom-left-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}
.cjr-dropdown i.dropdown.cjr-dropdown-icon {
  color: #C90C0F;
  padding: 0 !important;
  margin: auto !important;
}

.ui.loading.selection.dropdown > i.icon {
  padding: 0 !important;
}

div .dropdown.bootstrap-select {
  width: 100% !important;
}

div .bootstrap-select {
  border: 1px solid #5C7482;
  border-radius: 6px;
}
div .bootstrap-select:focus-visible {
  border: 1px solid #5C7482 !important;
  outline: 1.5px #C90C0F dashed !important;
  outline-offset: 3px;
  transition: outline-color 1s ease-out;
}
div .bootstrap-select .dropdown-toggle {
  background-color: #fff;
}
div .bootstrap-select .dropdown-toggle:focus-visible, div .bootstrap-select .dropdown-toggle:focus {
  outline: 1.5px #C90C0F dashed !important;
  outline-offset: 3px !important;
  transition: outline-color 1s ease-out;
  box-shadow: none;
}
div .bootstrap-select .dropdown-toggle:active {
  outline: none !important;
}
div .bootstrap-select .dropdown-toggle::after {
  color: #C90C0F;
  top: 15px;
  position: absolute;
  right: 30px;
}
div .bootstrap-select button {
  border-radius: 6px;
}
div .bootstrap-select.multiple button {
  padding-right: 1.75rem;
}
div .bootstrap-select.multiple .selected > .bs-ok-default.check-mark::after {
  color: #C90C0F;
}
div .bootstrap-select.multiple .filter-option-inner-inner .label {
  font-size: 0.85rem;
  text-decoration: none;
  background-color: #C90C0F;
  color: #F3F6F9;
  font-weight: 500;
  padding: 0rem 0.5rem;
  display: inline-flex;
  position: relative;
  border-radius: 0.3125rem;
}
div .bootstrap-select.multiple .filter-option-inner-inner .global-remove {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  color: #C90C0F;
}
div .bootstrap-select.multiple .filter-option-inner-inner .option-multiple-selected {
  background-color: red !important; /* Fond de couleur rouge */
  color: white !important; /* Couleur du texte blanc */
  padding: 2px 5px;
  border-radius: 4px;
  margin: 0 2px;
  display: inline-block; /* Assurez-vous que les spans sont sur la même ligne */
}
div .bootstrap-select .dropdown-menu .remove-label-icon {
  display: none;
}
div .bootstrap-select input.form-control {
  border: 1px solid #5C7482 !important;
  width: 94%;
}
div .bootstrap-select input.form-control:focus-visible {
  outline: 1.5px #C90C0F dashed !important;
  outline-offset: 3px !important;
  transition: outline-color 1s ease-out;
  box-shadow: none;
}
div .bootstrap-select li {
  padding: 0;
}
div .bootstrap-select li span {
  padding: 0.5rem 0.2rem !important;
  white-space: normal;
  word-wrap: normal;
}
div .bootstrap-select .dropdown-item.active, div .bootstrap-select .dropdown-item:active {
  background: #d0d0d0 !important;
  color: black;
  text-decoration: none;
}

.bootstrap-select .btn:not(.bs-placeholder) {
  white-space: normal !important;
  word-wrap: break-word !important;
}

/*******************************************************
                Bouton switch
*********************************************************/
.cjr-switch {
  min-width: 5rem;
}
.cjr-switch.btn-check:focus {
  box-shadow: none;
}
.cjr-switch .btn-check:focus + .btn {
  box-shadow: none;
}
.cjr-switch label:focus {
  box-shadow: none;
}
.cjr-switch input:focus {
  box-shadow: none;
}
.cjr-switch input:checked + label {
  background-color: #C90C0F;
  color: #FFFFFF;
  border-color: #C90C0F;
  z-index: 0 !important;
}
.cjr-switch input:checked + label:hover {
  background-color: #9A0305;
  color: #FFFFFF;
  border-color: #9A0305;
}
.cjr-switch input + label {
  background-color: #FFFFFF;
  color: #F47D7F;
  border: #C90C0F 1px solid;
}
.cjr-switch input + label:hover {
  background-color: #9A0305;
  color: #FFFFFF;
  border-color: #9A0305;
}
.cjr-switch input:focus-visible + label {
  outline: 1.5px #C90C0F dashed !important;
  outline-offset: 3px;
  transition: outline-color 1s ease-out;
  box-shadow: none !important;
}

/*******************************************************
           Cases à cocher
*********************************************************/
.cjr-checkbox {
  position: absolute;
  border: 1px solid #5C7482;
  border-radius: 2px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 1.5rem;
  width: 1.5rem;
  padding: 0;
  text-align: center;
}

.cjr-checkbox:disabled {
  opacity: 0.5 !important;
}

.cjr-checkbox:focus-visible {
  outline: 1.5px #C90C0F dashed !important;
  outline-offset: 3px;
  transition: outline-color 1s ease-out;
  box-shadow: none;
}

.cjr-checkbox:before {
  content: "✓";
  color: transparent;
  font-weight: bolder;
}

.cjr-checkbox:checked:before {
  content: "✓";
  color: #C90C0F;
  font-weight: bolder;
}

.label-checkbox {
  position: relative;
  font-weight: 500;
  color: #202228;
  padding-left: 2.5rem;
  font-size: 1rem;
  cursor: pointer;
}

/*******************************************************
           Bouton radio
*********************************************************/
.block-bouton-radio {
  display: inline-block;
  padding-right: 1rem;
}

.cjr-bouton-radio {
  position: absolute;
  accent-color: #C90C0F;
  margin-top: 0.3rem;
  /*
   border: 1px solid $couleur-bordure-radio-button;
   border-radius: 20px !important;
   -webkit-appearance: none;
   -moz-appearance: none;
   height: 1.5rem;
   width: 1.5rem;
   padding: 0;
   text-align: center;*/
}

.cjr-bouton-radio:disabled {
  opacity: 0.5 !important;
}

.cjr-bouton-radio:focus-visible {
  outline: 1.5px #C90C0F dashed !important;
  outline-offset: 3px;
  transition: outline-color 1s ease-out;
  box-shadow: none;
  accent-color: #C90C0F;
}

/*.cjr-bouton-radio:before {
  content: '\002B24';
  color: transparent;
  font-weight: bolder;
}*/
/*
.cjr-bouton-radio:checked:before {
  content: '\002B24';
  color: $couleur-outline-focus;
  font-weight: bolder;
  line-height: 1.3rem;
}*/
.label-bouton-radio {
  position: relative;
  font-weight: 500;
  color: #202228;
  padding-left: 1.5rem;
  font-size: 1rem;
}

/*******************************************************
                    Titre
*********************************************************/
h1, h2, h3, h4 {
  font-weight: 800;
}
h1.cjr-titre, h2.cjr-titre, h3.cjr-titre, h4.cjr-titre {
  font-family: "Montserrat", serif !important;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
}
h1.cjr-titre:after, h2.cjr-titre:after, h3.cjr-titre:after, h4.cjr-titre:after {
  background: #FFCD00;
  content: "";
  height: 0.3rem;
  width: 8rem;
  display: flex;
  border-radius: 0.15rem;
}

h3.titre-en-valeur:after {
  background: #FFCD00;
  content: "";
  height: 0.3rem;
  width: 8rem;
  display: flex;
  border-radius: 0.15rem;
}

/*******************************************************
                    Tableau
*********************************************************/
.cjr-table-light {
  background-color: white;
}

.cjr-table-titre {
  color: #202228;
}

.cjr-bandeau {
  padding: 0.5rem 2rem 0.5rem 2rem;
  background-color: #C90C0F;
}
.cjr-bandeau .cjr-bandeau-texte {
  text-align: center;
  margin-bottom: 0.2rem;
  color: #F3F6F9;
}

.cjr-icon-medium {
  height: 2.5rem;
  width: 2.5rem;
}

.cjr-informative-icon {
  color: #FFCD00;
}

.cjr-action-icon {
  color: #C90C0F;
}

.cjr-carousel img.cjr-carroussel-image {
  height: 15rem;
  width: 100%;
  object-fit: contain;
}
.cjr-carousel .preview-text {
  height: 15rem;
}
.cjr-carousel .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 16rem;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.cjr-carousel .carroussel-management {
  margin: 2rem 0 0 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}
.cjr-carousel .carroussel-management .icon {
  color: #C90C0F;
}
.cjr-carousel a {
  text-decoration: none;
  color: #242424 !important;
}
.cjr-carousel .carroussel-radio-button-group {
  font-size: 1rem;
}
.cjr-carousel .preview-dashed {
  border: 0.1rem dashed black;
}
.cjr-carousel .preview-logo {
  border: 0.1rem solid black;
  padding: 0.1rem;
  font-size: 2rem;
  opacity: 0.5;
  height: 10rem;
}
.cjr-carousel .image-preview-logo {
  height: 100%;
  width: 100%;
}
.cjr-carousel .texte-preview-logo-top {
  height: 28%;
}
.cjr-carousel .texte-preview-logo-bottom {
  height: 67%;
}
.cjr-carousel .complet-preview-logo-1 {
  height: 28%;
}
.cjr-carousel .complet-preview-logo-2 {
  height: 100%;
}
.cjr-carousel .complet-preview-logo-3 {
  height: 97%;
}
.cjr-carousel .full-preview-border {
  padding: 0.2rem;
  border: 0.1rem solid lightgray;
  border-radius: 0.2rem;
}
.cjr-carousel .diapositive-non-clickable {
  pointer-events: none;
}
.cjr-carousel .diapositive-desactivee {
  background-color: lightgrey;
  opacity: 0.5;
  padding: 0.5rem;
}

.alert {
  z-index: 1;
  margin: auto;
  position: fixed;
  left: 10%;
  width: 80%;
  top: 1%;
  display: none;
}

.alert-success .cjr-btn-icone {
  color: green;
}

/*******************************************************
                   Tuile
*********************************************************/
.cjr-tuile-disposition {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.cjr-tuile {
  width: 19rem;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 0px 1rem rgba(0, 0, 0, 0.25);
  text-align: center;
  border-radius: 10px;
  top: 0;
  background-position: top;
  align-content: flex-end;
  height: 25rem;
  margin: 1rem;
}

.cjr-tuile-contenu {
  display: flex;
  background-color: #FFFFFF;
  flex-direction: column;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  justify-content: space-between;
  width: 100%;
  height: 55%;
}

.cjr-tuile-bandeau-detail {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}

.cjr-tuile-description {
  margin-right: 1rem;
  text-align: justify;
  color: #202228;
  font-size: 1rem;
}

.cjr-tuile-footer {
  font-size: 1.2rem;
  font-weight: 700;
  color: #202228;
  display: flex;
  justify-content: space-between;
}

h4.cjr-titre-tuile {
  font-weight: 800;
  text-align: start;
}
h4.cjr-titre-tuile:after {
  background: #FFCD00;
  content: "";
  height: 0.4rem;
  width: 3rem;
  display: flex;
  border-radius: 0.2rem;
}

/*******************************************************
                   Mini Tuile
*********************************************************/
.cjr-mini-tuile-section {
  width: 75%;
}

.cjr-lien-mini-tuile {
  font-family: "Montserrat", serif;
  color: #202228;
  text-decoration: none;
  border: none;
  background: none;
}
.cjr-lien-mini-tuile:hover {
  color: #202228;
  text-decoration: none;
}
.cjr-lien-mini-tuile:focus-visible .cjr-mini-tuile {
  outline: 1.5px #C90C0F dashed !important;
  outline-offset: 3px;
  transition: outline-color 1s ease-out;
}
.cjr-lien-mini-tuile .cjr-mini-tuile {
  width: 12rem;
  height: 12rem;
  display: flex;
  background-color: #FFFFFF;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 0px 1rem rgba(0, 0, 0, 0.1);
  text-align: center;
  top: 0;
  background-position: top;
  align-content: flex-end;
  margin: 1rem;
  border-radius: 0.2rem;
  cursor: pointer;
}
.cjr-lien-mini-tuile .cjr-mini-tuile .cjr-barre-mini-tuile {
  background-color: #FFCD00;
}
.cjr-lien-mini-tuile .cjr-mini-tuile .cjr-barre-mini-tuile:hover {
  background-color: #C90C0F;
}
.cjr-lien-mini-tuile .cjr-mini-tuile .cjr-barre-mini-tuile {
  width: 33%;
  height: 0.5rem;
}
.cjr-lien-mini-tuile .cjr-mini-tuile:hover .cjr-barre-mini-tuile {
  background-color: #C90C0F;
}
.cjr-lien-mini-tuile .cjr-mini-tuile:hover .cjr-image-mini-tuile {
  background: url("../../img/tuiles/telecharger_red.png") no-repeat center;
  background-size: contain;
  height: 30%;
}
.cjr-lien-mini-tuile .cjr-mini-tuile:hover .cjr-image-lien-mini-tuile {
  background: url("../../img/tuiles/ouvrir_lien_survol.png") no-repeat center;
  background-size: contain;
  height: 30%;
}
.cjr-lien-mini-tuile .cjr-mini-tuile .cjr-titre-mini-tuile {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}
.cjr-lien-mini-tuile .cjr-mini-tuile .cjr-image-mini-tuile {
  background: url("../../img/tuiles/telecharger.png") no-repeat center;
  background-size: contain;
  height: 30%;
}
.cjr-lien-mini-tuile .cjr-mini-tuile .cjr-image-lien-mini-tuile {
  background: url("../../img/tuiles/ouvrir_lien.png") no-repeat center;
  background-size: contain;
  height: 30%;
}

/*******************************************************
                   Grande Tuile
*********************************************************/
.cjr-grande-tuile-section {
  display: flex;
  flex-wrap: wrap;
}

.cjr-grande-tuile {
  color: #202228;
  text-decoration: none;
  width: 20rem;
  height: 13rem;
  display: flex;
  background-color: #FFFFFF;
  flex-direction: column;
  box-shadow: 0 0px 1rem rgba(0, 0, 0, 0.1);
  text-align: center;
  top: 0;
  background-position: top;
  align-content: flex-end;
  margin: 0.3rem;
  border-radius: 0.2rem;
}
.cjr-grande-tuile .cjr-grande-tuile-head {
  display: flex;
  height: 20%;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.cjr-grande-tuile .cjr-grande-tuile-head .cjr-grande-tuile-titre {
  text-align: justify;
  color: #5C7482;
  font-size: 1.5rem;
  font-weight: 700;
}
.cjr-grande-tuile .cjr-grande-tuile-prix {
  text-align: start;
  color: #202228;
  font-size: 1.5rem;
  font-weight: 800;
  margin-left: 2.5rem;
}
.cjr-grande-tuile .cjr-grande-tuile-texte {
  text-align: start;
  font-size: 1.19rem;
  font-weight: 400;
}
.cjr-grande-tuile .cjr-grande-tuile-barre {
  width: 27%;
  height: 0.25rem;
  background-color: #FFCD00;
}

/*******************************************************
                    Footer
*********************************************************/
.cjr-footer {
  background-color: #FFFFFF;
}
.cjr-footer .footer-logo {
  height: 5rem;
}
.cjr-footer .footer-logo-region {
  height: 3rem;
}
.cjr-footer a, .cjr-footer a.nav-link {
  text-decoration: none;
  color: #202228;
  font-weight: bold;
}
.cjr-footer a:hover, .cjr-footer a.nav-link:hover {
  color: #C90C0F;
}
.cjr-footer a:focus-visible, .cjr-footer a.nav-link:focus-visible {
  outline: 0.1rem #C90C0F dashed;
  outline-offset: 0.15rem;
  color: #202228;
}

/*******************************************************
                Menu
*********************************************************/
.cjr-menu {
  background-color: #FFFFFF;
}
.cjr-menu #toggle-menu-button {
  box-shadow: none;
}
.cjr-menu #toggle-menu-button.collapsed .fa-xmark {
  display: none;
}
.cjr-menu #toggle-menu-button.collapsed .fa-bars {
  display: initial;
}
.cjr-menu #toggle-menu-button:not(.collapsed) .fa-bars {
  display: none;
}
.cjr-menu #toggle-menu-button:not(.collapsed) .fa-xmark {
  display: initial;
}
.cjr-menu .nav-item-selectable {
  display: inline-grid;
}
.cjr-menu .nav-item-selectable.active:after {
  background: #FFCD00;
  content: "";
  height: 0.3rem;
  width: auto;
  display: flex;
  border-radius: 0.15rem;
}
.cjr-menu .cjr-menu-logo {
  margin-top: -1.5rem;
}
@media screen and (max-width: 992px) {
  .cjr-menu .cjr-menu-logo {
    margin-top: 0.5rem !important;
  }
}
.cjr-menu .cjr-menu-complete-nav .navbar-toggler {
  margin-top: -5rem !important;
}
.cjr-menu .cjr-menu-complete-nav .cjr-menu-navbar {
  width: 100%;
  justify-content: space-between;
}
.cjr-menu .cjr-menu-complete-nav .cjr-menu-navbar .cjr-menu-options-complementaire a {
  color: #7DA0B5;
}
.cjr-menu .cjr-menu-complete-nav .cjr-menu-photo-profil {
  height: 3.5rem;
  width: 3.5rem;
}
.cjr-menu .cjr-menu-complete-nav .cjr-menu-photo-profil-border-circle-1-dark {
  border: solid;
  border-color: #5C7482;
  border-radius: 50%;
  border-width: 1px;
}
.cjr-menu .cjr-floating-header-content {
  background-color: #FFCD00;
  justify-content: space-between;
  border-radius: 0 0 20px 20px;
  font-style: normal;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 0.85rem;
  text-transform: uppercase;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  color: #202228;
}
.cjr-menu .cjr-floating-header-item {
  margin: 0.05rem;
}
.cjr-menu .cjr-floating-header-item.active {
  background: #FFFFFF;
  border-radius: 10px;
}
.cjr-menu a, .cjr-menu a.nav-link {
  text-decoration: none;
  color: #202228;
  font-weight: bold;
}
.cjr-menu a:hover, .cjr-menu a.nav-link:hover {
  color: #C90C0F;
}
.cjr-menu a:hover span, .cjr-menu a.nav-link:hover span {
  transform: scale(1.05);
}
.cjr-menu a:hover .cjr-menu-photo-profil, .cjr-menu a.nav-link:hover .cjr-menu-photo-profil {
  transform: scale(1.1);
}
.cjr-menu a:focus-visible, .cjr-menu a.nav-link:focus-visible {
  outline: 0.1rem #C90C0F dashed;
  outline-offset: 0.15rem;
  color: #202228;
}

.cjr-bg-erreur {
  background-image: url("../../../img/background/fond_maintenance.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.not-found-title {
  font-weight: 700;
  font-size: 20px;
}

.not-found-description {
  font-weight: 400;
  font-size: 16px;
}

.cjr-texte-erreur {
  background-color: rgba(243, 246, 249, 0.72);
  border-radius: 0.5rem;
}

/*******************************************************
                Login
*********************************************************/
.cjr-body-login-page {
  background-image: url("../../../img/background/Fond.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.cjr-body-login-page .cjr-login {
  color: #202228;
}
.cjr-body-login-page .cjr-login .cjr-bloc-login-central .cjr-login-bloc-infos {
  background-color: #FFFFFF;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.cjr-body-login-page .cjr-login .cjr-bloc-login-central .cjr-login-bloc-infos .cjr-login-titre-ble-royal {
  background-image: url("../../../img/background/ble_royal.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 5rem;
  height: 5rem;
  margin-top: -7rem;
}
@media screen and (max-width: 992px) {
  .cjr-body-login-page .cjr-login .cjr-bloc-login-central .cjr-login-bloc-infos {
    border-top-right-radius: 0;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }
}
.cjr-body-login-page .cjr-login .cjr-bloc-login-central .cjr-login-bandeau-description {
  background-color: #9A0305;
  color: #FFFFFF;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 2rem;
}
.cjr-body-login-page .cjr-login .cjr-bloc-login-central .cjr-login-bandeau-description.col-1 {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  width: 3rem;
}
.cjr-body-login-page .cjr-login .cjr-bloc-login-central .cjr-login-bandeau-description.col-12, .cjr-body-login-page .cjr-login .cjr-bloc-login-central .cjr-login-bandeau-description.col-10 {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.cjr-body-login-page .cjr-login .cjr-bloc-login-central .cjr-login-bandeau-description .cjr-login-bandeau-description-text {
  transform: rotate(-90deg);
  margin-top: auto;
  margin-bottom: auto;
}
.cjr-body-login-page .cjr-login .cjr-bloc-login-central .cjr-login-separateur {
  background-color: #FFCD00;
  border-radius: 0.2rem;
}
.cjr-body-login-page .cjr-login .cjr-bloc-login-central .cjr-login-separateur.d-none {
  height: auto;
  width: 0.25rem;
}
.cjr-body-login-page .cjr-login .cjr-bloc-login-central .cjr-login-separateur.d-lg-none {
  height: 0.25rem;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
}
.cjr-body-login-page .cjr-login .cjr-login-nom-dispositif {
  color: #9A0305;
  font-size: 3rem;
  line-height: normal;
  text-align: center;
  font-weight: bolder;
}

.cjr-moteur-recherche {
  background-color: #FFFFFF;
  border-radius: 1rem;
  transition: display 1s ease-out;
}

.cjr-pagination {
  display: flex;
  margin-bottom: 2rem;
}
.cjr-pagination .pagination {
  margin: auto;
}
.cjr-pagination a {
  color: #C90C0F;
  text-decoration: none;
}
.cjr-pagination li {
  padding-left: 0;
}
.cjr-pagination li:before {
  content: none;
}
.cjr-pagination .cjr-pagination-item {
  margin: 0 0.25rem 0 0.25rem;
  display: flex;
  width: 2rem;
  height: 2rem;
  border-radius: 1.5rem;
  color: #C90C0F;
  justify-content: center;
  align-items: center;
}
.cjr-pagination .cjr-pagination-item:hover {
  color: #9A0305;
  font-weight: bolder;
}
.cjr-pagination .cjr-pagination-item a:focus-visible {
  outline: 1.5px #C90C0F dashed !important;
  outline-offset: 3px;
  transition: outline-color 1s ease-out;
  box-shadow: none;
}
.cjr-pagination .cjr-pagination-item.PagedList-pageCountAndLocation, .cjr-pagination .cjr-pagination-item.PagedList-skipToNext, .cjr-pagination .cjr-pagination-item.PagedList-skipToPrevious {
  width: auto;
}
.cjr-pagination .cjr-pagination-item.active {
  color: #FFFFFF;
}
.cjr-pagination .cjr-pagination-item.active:not(.PagedList-pageCountAndLocation):not(.PagedList-skipToNext):not(.PagedList-skipToPrevious) {
  background-color: #C90C0F;
}
.cjr-pagination .cjr-pagination-item a {
  margin: auto;
}

.cjr-chemin-fer li {
  padding-left: 0;
}
.cjr-chemin-fer li:before {
  content: none;
}
.cjr-chemin-fer .cjr-chemin-fer-element {
  display: block;
}
.cjr-chemin-fer .cjr-chemin-fer-element button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  outline: inherit;
  width: 3rem;
  height: 3rem;
}
.cjr-chemin-fer .cjr-chemin-fer-element button:focus-visible {
  outline: 1.5px #C90C0F dashed !important;
  outline-offset: 3px;
  transition: outline-color 1s ease-out;
  box-shadow: none;
  border-radius: 1.5rem;
}
.cjr-chemin-fer .cjr-chemin-fer-element .cjr-chemin-fer-element-numero {
  width: 3rem;
  height: 3rem;
  border-radius: 1.5rem;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  font-weight: bolder;
}
.cjr-chemin-fer .cjr-chemin-fer-element .cjr-chemin-fer-element-numero.cjr-chemin-fer-etape-passee {
  background-color: #7DA0B5;
  color: #FFFFFF;
}
.cjr-chemin-fer .cjr-chemin-fer-element .cjr-chemin-fer-element-numero.cjr-chemin-fer-etape-courante {
  background-color: #FFCD00;
}
.cjr-chemin-fer .cjr-chemin-fer-element .cjr-chemin-fer-element-numero.cjr-chemin-fer-etape-futur {
  background-color: #FFFFFF;
  border: 1px solid #7DA0B5;
}
.cjr-chemin-fer .cjr-chemin-fer-element-texte, .cjr-chemin-fer .cjr-chemin-fer-element-texte-droite, .cjr-chemin-fer .cjr-chemin-fer-element-texte-centre {
  position: absolute;
  width: max-content;
  margin-top: 0.25rem;
}
@media screen and (max-width: 992px) {
  .cjr-chemin-fer .cjr-chemin-fer-element {
    display: flex;
  }
  .cjr-chemin-fer .cjr-chemin-fer-element .cjr-chemin-fer-element-texte, .cjr-chemin-fer .cjr-chemin-fer-element .cjr-chemin-fer-element-texte-droite, .cjr-chemin-fer .cjr-chemin-fer-element .cjr-chemin-fer-element-texte-centre {
    position: inherit;
    transform: none;
  }
  .cjr-chemin-fer .cjr-chemin-fer-element .cjr-chemin-fer-element-numero {
    margin: 0;
  }
}
.cjr-chemin-fer .cjr-chemin-fer-element-texte-centre {
  transform: translateX(1.5rem) translateX(-50%);
}
.cjr-chemin-fer .cjr-chemin-fer-element-texte-droite {
  transform: translateX(3rem) translateX(-100%);
}
.cjr-chemin-fer .cjr-chemin-fer-separateur {
  width: auto;
  height: 0.2rem;
  border-radius: 0.1rem;
  margin: auto;
}
.cjr-chemin-fer .cjr-chemin-fer-separateur.cjr-chemin-fer-etape-passee {
  background-color: #C90C0F;
}
.cjr-chemin-fer .cjr-chemin-fer-separateur.cjr-chemin-fer-etape-futur {
  background-color: #7DA0B5;
}

.cjr-info-ligne {
  margin-top: 1rem;
}
.cjr-info-ligne .cjr-info-titre {
  font-weight: bolder;
}

.cjr-fond-en-valeur-clair .cjr-titre-bloc-informatif h1, .cjr-fond-en-valeur-clair .cjr-titre-bloc-informatif h2, .cjr-fond-en-valeur-clair .cjr-titre-bloc-informatif h3, .cjr-fond-en-valeur-clair .cjr-titre-bloc-informatif h4, .cjr-fond-en-valeur-clair .cjr-titre-bloc-informatif h5 {
  margin-left: 1vw;
}
.cjr-fond-en-valeur-clair .cjr-bloc-informatif {
  margin-left: 1vw;
}
.cjr-fond-en-valeur-clair .cjr-label-important {
  font-weight: 700;
}
.cjr-fond-en-valeur-clair .cjr-label-detail, .cjr-fond-en-valeur-clair .cjr-block-detail {
  margin-left: 1vw;
}

.cjr-border-photo {
  border: solid 1px;
  border-color: #5C7482;
}

.cjr-border-search {
  border: solid 2px;
  border-radius: 10px;
  border-color: #D9DDE6;
}

.cjr-info-warning {
  color: #C75302;
}

/***
Accordéon 
 */
.faq-section-title {
  font-family: "Montserrat", serif !important;
}

.faq-question-display {
  font-family: "Montserrat", serif !important;
  border-bottom: 1px lightgrey solid;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.faq-reponse {
  border-bottom: lightgray 1px solid;
}

.faq-question.title.active {
  color: #C90205 !important;
  border-bottom: none;
}

.section-context-title {
  font-weight: bold;
}

#faq-loading {
  z-index: 1000;
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex !important;
  visibility: hidden;
}

#loading-svg {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.cjr-pop-in-all-screen {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1051;
}
.cjr-pop-in-all-screen .cjr-pop-in {
  overflow-y: auto;
  max-height: 95%;
  background-color: #F3F6F9;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 0.5rem;
}
.cjr-pop-in-all-screen .cjr-pop-in .cjr-pop-in-header {
  margin-bottom: 2rem;
  padding-left: 2rem;
  white-space: nowrap;
}
.cjr-pop-in-all-screen .cjr-pop-in .cjr-pop-in-header button {
  margin-top: 0;
  height: min-content;
}
.cjr-pop-in-all-screen .cjr-pop-in .cjr-pop-in-footer {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.cjr-pop-in-all-screen .modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: none;
}
.cjr-pop-in-all-screen .modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: none;
}
.cjr-pop-in-all-screen .modal-content {
  background-color: #F3F6F9;
}

.cjr-bon-plan-tuile-simple {
  background-color: white;
  border-radius: 0.75rem;
}
.cjr-bon-plan-tuile-simple .icone-rouge {
  color: #C90C0F !important;
}
.cjr-bon-plan-tuile-simple .bon-plan-nom {
  font-size: 1.5rem;
}
.cjr-bon-plan-tuile-simple .bon-plan-clickable {
  cursor: pointer;
}
.cjr-bon-plan-tuile-simple .bon-plan-image.col-2 img {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.cjr-bon-plan-tuile-simple .bon-plan-image.col-12 img {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.cjr-bon-plan-tuile-simple .bon-plan-image img {
  width: 100%;
}
.cjr-bon-plan-tuile-simple .bon-plan-image .bon-plan-image-thematique {
  position: relative;
  margin-bottom: -2.5rem;
  padding: 0.5rem 1rem;
  float: right;
  background-color: #F3F6F9;
  border-bottom-left-radius: 0.75rem;
}
.cjr-bon-plan-tuile-simple .bon-plan-information:after {
  background: #FFCD00;
  content: "";
  height: 0.3rem;
  width: 5rem;
  display: flex;
  border-radius: 0.15rem;
}
.cjr-bon-plan-tuile-simple .bon-plan-en-cours-de-validation {
  color: #C75302;
}
.cjr-bon-plan-tuile-simple .bon-plan-valide {
  color: #008000;
}
.cjr-bon-plan-tuile-simple .bon-plan-refuse {
  color: #C90C0F;
}
.cjr-bon-plan-tuile-simple .bon-plan-expire {
  color: #5C7482;
}
.cjr-bon-plan-tuile-simple .bon-plan-supprime {
  color: #5C7482;
}

.cjr-bon-plan-tuile-complete {
  background-color: white;
  border-radius: 0.75rem;
}
.cjr-bon-plan-tuile-complete .icone-rouge {
  color: #C90C0F !important;
}
.cjr-bon-plan-tuile-complete .bon-plan-nom {
  font-size: 1.5rem;
}
.cjr-bon-plan-tuile-complete .bon-plan-clickable {
  cursor: pointer;
}
.cjr-bon-plan-tuile-complete .bon-plan-image.col-2 img {
  border-radius: 0.75rem;
}
.cjr-bon-plan-tuile-complete .bon-plan-image.col-12 img {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.cjr-bon-plan-tuile-complete .bon-plan-image img {
  width: 100%;
  height: max-content;
}
.cjr-bon-plan-tuile-complete .bon-plan-image .bon-plan-image-thematique {
  position: relative;
  margin-bottom: -2.5rem;
  padding: 0.5rem 1rem;
  float: right;
  background-color: #F3F6F9;
  border-bottom-left-radius: 0.75rem;
}
.cjr-bon-plan-tuile-complete .bon-plan-information:after {
  background: #FFCD00;
  content: "";
  height: 0.3rem;
  width: 5rem;
  display: flex;
  border-radius: 0.15rem;
}
.cjr-bon-plan-tuile-complete .bon-plan-en-cours-de-validation {
  color: #C75302;
}
.cjr-bon-plan-tuile-complete .bon-plan-valide {
  color: #008000;
}
.cjr-bon-plan-tuile-complete .bon-plan-refuse {
  color: #C90C0F;
}
.cjr-bon-plan-tuile-complete .bon-plan-expire {
  color: #5C7482;
}
.cjr-bon-plan-tuile-complete .bon-plan-supprime {
  color: #5C7482;
}

/*# sourceMappingURL=all_composants.css.map */
