@charset "UTF-8";
/*******************************************************
                    Couleurs de base
*********************************************************/
/*******************************************************
                Couleur messages erreurs
*********************************************************/
/*******************************************************
                    Arrondis de base
*********************************************************/
/*******************************************************
                    Couleurs Texte
*********************************************************/
/* Boutons */
/* Lien */
/* Champs */
/* Switch */
/* Module tuile */
/* Checkbox */
/* Radio button */
/* Menu */
/* Footer */
/* Tuile */
/* Mini Tuile */
/* Login */
/* Pagination */
/* Bandeau */
/* Liste déroulante */
/* Messages */
/*******************************************************
                    Couleurs Fond
*********************************************************/
/* Fond de l'application */
/* Bouton primaire */
/* Bouton Secondaire */
/* Bouton tertiaire */
/* Switch */
/* Menu*/
/* Footer */
/* Tuile */
/* Mini Tuile */
/* Login */
/* Moteur de recherche */
/* Pagination */
/* Chemin de fer */
/* Bandeau */
/* Popin */
/* Liste déorulante */
/* Icones */
/* Bon plan tuiles */
/*******************************************************
                    Couleurs Bordure
*********************************************************/
/* focus */
/* Boutons */
/* Champs */
/* Switch */
/* Case à cocher */
/* Radio button */
/* Titre */
/* Menu */
/* Chemin de fer */
/*******************************************************
                        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;
}

main {
  min-height: 80vh;
}

/* ----------- CJR Elements */
.cjr-page {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 0;
  position: relative;
}

.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;
}

.mt-6-rem {
  margin-top: 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-error-message {
  color: #C90C0F;
  font-size: 1.25rem;
  font-weight: bold;
}

.cjr-error-message-small {
  color: #C90C0F;
}

.cjr-important-message {
  font-size: 1.25rem;
  font-weight: bold;
}

.cjr-transition-opacity {
  transition: opacity 0s, opacity 1s linear;
}

.cjr-mise-en-valeur-arrondi {
  background-color: #C90C0F;
  border-radius: 1rem;
  color: #FFFFFF;
}

.cjr-mise-en-valeur-arrondi-bleu {
  vertical-align: middle;
  font-size: 1rem;
  display: inline-block;
  font-weight: normal;
  background-color: #0066AC;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 1rem;
  color: #FFFFFF;
}

.cjr-mise-en-valeur-arrondi-vert {
  background-color: #0E8A16;
  border-radius: 1rem;
  color: #FFFFFF;
}

.cjr-mise-en-valeur-arrondi-orange {
  background-color: #C75302;
  border-radius: 1rem;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  color: #FFFFFF;
}

.cjr-mise-en-valeur-arrondi-noir {
  background-color: #202228;
  border-radius: 1rem;
  color: #FFFFFF;
}

.cjr-mise-en-valeur-arrondi-gris {
  background-color: #5C7482;
  border-radius: 1rem;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  color: #FFFFFF;
}

.cjr-border-gris-neige-radius-1 {
  border: solid;
  border-color: #F3F6F9;
  border-radius: 1rem;
}

.cjr-border-radius-1 {
  border-radius: 1rem;
}

.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-x: hidden;
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
    visibility: hidden;
    border-radius: 0.75rem 0.75rem 0 0;
  }
  #container-filtre {
    position: sticky;
    top: 2%;
  }
  #filtre-fields-container {
    overflow-y: auto;
    margin-top: 25vw;
  }
  .container-titre-label-filtres {
    position: fixed;
    width: 100%;
    z-index: 15;
  }
}
@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-x: hidden;
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
    visibility: hidden;
    border-radius: 0.75rem 0.75rem 0 0;
  }
  #container-filtre {
    position: sticky;
    top: 2%;
  }
  #filtre-fields-container {
    overflow-y: auto;
    margin-top: 12%;
  }
  .container-titre-label-filtres {
    position: fixed;
    width: 100%;
    z-index: 15;
  }
}
@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%;
  color: black !important;
  -webkit-text-fill-color: black !important;
}
.cjr-accordeon .cjr-bouton-accordeon:hover {
  color: #C90C0F !important;
  -webkit-text-fill-color: #C90C0F !important;
}
.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;
}

/* 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;
  font-weight: 400;
  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;
  /* Flèche à gauche pour tous les boutons sauf les icones */
}
.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: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");
  padding: 0 0 0 0.5rem;
}
.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;
}
.cjr-btn.update:before, .update.cjr-btn-icone:before, .update.cjr-btn-tertiaire:before, .update.cjr-btn-secondaire:before, .update.cjr-btn-primaire:before {
  content: url("../../../img/button/pen.svg");
  padding: 0 0 0 0.5rem;
}

/*******************************************************5
                Bouton primaire
        (enregistrement, validation, etc...)
*********************************************************/
.cjr-btn-primaire {
  color: #FFFFFF;
  background-color: #C90C0F;
  border: #C90C0F;
  cursor: pointer;
}
.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;
  cursor: pointer;
  font-weight: 400;
}
.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;
}
.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.icone-flottante, .cjr-btn-icone.moyenne-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-btn-icone.moyenne-icone-flottante {
  font-size: 1.25rem !important;
}

.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, .carousel-item .diapositive-clickable, .carousel-item a, .faq-reponse a, a.cjr-lien:visited, a.cjr-lien:link, a.cjr-lien:hover {
  color: #C90C0F !important;
  text-decoration: underline;
  cursor: pointer;
  -webkit-text-fill-color: #C90C0F !important;
}
.cjr-lien:hover, .carousel-item .diapositive-clickable:hover, .carousel-item a:hover, .faq-reponse a:hover, a.cjr-lien:visited:hover, a.cjr-lien:link:hover, a.cjr-lien:hover:hover {
  color: #C90C0F !important;
  text-decoration: none;
}
.cjr-lien:focus-visible, .carousel-item .diapositive-clickable:focus-visible, .carousel-item a:focus-visible, .faq-reponse a:focus-visible, a.cjr-lien:visited:focus-visible, a.cjr-lien:link:focus-visible, a.cjr-lien:hover:focus-visible {
  color: #C90C0F !important;
  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-block {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.cjr-input-block .cjr-input-label, .cjr-input-block .cjr-radio-label {
  font-weight: bolder;
}
.cjr-input-block .cjr-input-label sup, .cjr-input-block .cjr-radio-label sup {
  color: #c90205;
}
.cjr-input-block .cjr-radio-label {
  cursor: pointer;
}
.cjr-input-block .cjr-input, .cjr-input-block .cjr-text-area {
  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::placeholder, .cjr-input-block .cjr-text-area::placeholder {
  font-family: "Montserrat", sans-serif;
  color: #5C7482;
  opacity: 1;
}
.cjr-input-block .cjr-input:hover, .cjr-input-block .cjr-text-area:hover {
  border: 1px solid #202228;
}
.cjr-input-block .cjr-input:focus-visible, .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-input:disabled, .cjr-input-block .cjr-text-area:disabled {
  mix-blend-mode: normal;
  opacity: 0.5;
}
.cjr-input-block .cjr-input.invalid, .cjr-input-block .invalid.cjr-text-area {
  border: 1px solid #C90C0F;
  color: #C90C0F;
}
.cjr-input-block .cjr-text-area {
  height: 10rem;
}
.cjr-input-block .cjr-input-error {
  color: #C90C0F;
}

.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;
}

.cjr-text-area {
  height: 10rem;
}

/*******************************************************
                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:before {
  content: none;
}
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 {
  cursor: pointer;
  position: relative;
  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;
  font-size: 1rem;
}

/*******************************************************
           Bouton radio
*********************************************************/
.block-bouton-radio {
  display: inline-block;
  padding-right: 1rem;
}

.cjr-bouton-radio {
  position: relative;
  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;
}
h1.cjr-sous-titre, h2.cjr-sous-titre, h3.cjr-sous-titre, h4.cjr-sous-titre {
  font-family: "Montserrat", serif !important;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
h1.cjr-sous-titre:after, h2.cjr-sous-titre:after, h3.cjr-sous-titre:after, h4.cjr-sous-titre:after {
  background: #5C7482;
  content: "";
  height: 0.3rem;
  width: 8rem;
  display: flex;
  border-radius: 0.15rem;
}

/*******************************************************
                    Tableau
*********************************************************/
.cjr-table-light {
  background-color: white;
}

.cjr-table-titre {
  color: #202228;
}

td .nowrap {
  white-space: nowrap;
}

.cjr-bandeau {
  padding: 0.5rem 2rem 0.5rem 2rem;
  background-color: #C90C0F;
  margin-bottom: 2rem;
}
.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-exclamation-icon {
  color: #C75302;
  font-size: 1.5rem;
}

.cjr-check-icon {
  color: #008000;
  font-size: 1.5rem;
}

.cjr-progress-icon {
  color: #C75302;
  font-size: 1.5rem;
}

.cjr-xmark-icon {
  color: #C90C0F;
  font-size: 1.5rem;
}

.cjr-action-icon {
  color: #C90C0F;
}

.cjr-icon-big {
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: transparent;
  font-size: 1.5rem !important;
  color: #C90C0F;
}

.clickable-icon-medium {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.cjr-icon-personal-information-big {
  font-size: 2rem;
}

.cjr-carousel table {
  border: 0.1rem solid lightgrey;
  width: 100%;
  text-align: center;
}
.cjr-carousel td {
  border: 0.1rem solid lightgrey;
}
.cjr-carousel img.cjr-carroussel-image {
  height: 15rem;
  width: 100%;
  object-fit: contain;
}
.cjr-carousel .carousel-indicators {
  position: initial;
  right: 0;
  bottom: 0;
  left: 0;
  top: 16rem;
  z-index: 1;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.cjr-carousel .carousel-indicators button {
  border-radius: 100%;
}
.cjr-carousel .carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 0.5rem;
  height: 0.5rem;
  padding: 0;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .cjr-carousel .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.cjr-carousel .carousel-indicators .active {
  opacity: 1;
}
.cjr-carousel #cjr-carroussel-beneficiaire {
  text-align: center;
}
.cjr-carousel .carroussel-url {
  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 ul {
  text-align: start;
}
.cjr-carousel ol {
  text-align: start;
}
.cjr-carousel .diapositive-clickable {
  text-decoration: none;
  color: #242424 !important;
}
.cjr-carousel .diapositive-non-clickable {
  text-decoration: none;
  color: #242424 !important;
}

.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.sport {
  background: url("../../../img/tuiles/sport.jpg");
  background-size: contain;
}
.cjr-tuile.psc1 {
  background: url("../../../img/tuiles/psc1.jpg");
  background-size: contain;
}
.cjr-tuile.lordi {
  background: url("../../../img/tuiles/lordi.jpg");
  background-size: contain;
}
.cjr-tuile.equipment {
  background: url("../../../img/tuiles/Equipement pro.png");
  background-size: contain;
}
.cjr-tuile.leisure {
  background: url("../../../img/tuiles/Livre.jpg");
  background-size: contain;
}
.cjr-tuile.textbook {
  background: url("../../../img/tuiles/Manuel.jpg");
  background-size: contain;
}

.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: start;
  color: #202228;
  font-size: 1rem;
}

.cjr-tuile-footer {
  font-size: 1.2rem;
  font-weight: 700;
  color: #202228;
  display: flex;
  justify-content: space-between;
}
.cjr-tuile-footer .modal {
  font-size: 1rem;
  font-weight: 500;
}

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;
  width: 33%;
  height: 0.5rem;
}
.cjr-lien-mini-tuile .cjr-mini-tuile .cjr-barre-mini-tuile:hover {
  background-color: #C90C0F;
}
.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("../../tuiles/ouvrir_lien.png") no-repeat center;
  background-size: contain;
  height: 30%;
}

/*******************************************************
                    Footer
*********************************************************/
.cjr-footer {
  background-color: #FFFFFF;
  min-height: 10vh;
}
.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 .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 {
  width: 4rem;
  height: 4rem;
}
.cjr-menu .cjr-floating-header-container {
  position: absolute;
  right: 0;
  margin: 0 10px;
}
.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;
  display: flex;
  align-items: center;
  justify-content: center;
}

.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;
  display: flex;
  align-items: center;
  justify-content: center;
}
.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;
}
.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: fit-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-info-ligne .cjr-border-search {
  border: solid 2px #D9DDE6;
  border-radius: 10px;
}

.is-success {
  color: green;
}

.is-error {
  color: #C90C0F;
}

.cjr-overlay-filter-message {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  align-items: center;
  z-index: 9;
}
.cjr-overlay-filter-message span {
  width: 50%;
  font-weight: bold;
  font-size: 1.3em;
}

header {
  z-index: 10;
}

.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: 26;
}
.cjr-pop-in-all-screen .cjr-pop-in, .cjr-pop-in-all-screen .cjr-popin-input-mail {
  overflow-y: auto;
  max-height: 75%;
  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, .cjr-pop-in-all-screen .cjr-popin-input-mail .cjr-pop-in-header {
  margin-bottom: 2rem;
  padding-left: 2rem;
  white-space: nowrap;
  border-bottom: none;
}
.cjr-pop-in-all-screen .cjr-pop-in .cjr-pop-in-header button, .cjr-pop-in-all-screen .cjr-popin-input-mail .cjr-pop-in-header button {
  margin-top: 0;
  height: min-content;
}
.cjr-pop-in-all-screen .cjr-pop-in .cjr-pop-in-footer, .cjr-pop-in-all-screen .cjr-popin-input-mail .cjr-pop-in-footer {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  border-top: none;
}
.cjr-pop-in-all-screen .cjr-popin-input-mail {
  width: 50%;
}
.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;
}

.modal-backdrop {
  z-index: 25;
}

.cjr-tuile-simple {
  background-color: #FFFFFF;
  border-radius: 0.75rem;
  box-shadow: 0 0px 1rem rgba(0, 0, 0, 0.1);
}
.cjr-tuile-simple .icone-rouge {
  color: #C90C0F !important;
}
.cjr-tuile-simple .tuile-nom {
  font-size: 1.5rem;
}
.cjr-tuile-simple .tuile-clickable {
  cursor: pointer;
}
.cjr-tuile-simple .tuile-image.col-2 img {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.cjr-tuile-simple .tuile-image.col-12 img {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.cjr-tuile-simple .tuile-image img {
  width: 100%;
}
.cjr-tuile-simple .tuile-image .tuile-image-thematique {
  position: relative;
  margin-bottom: -2.5rem;
  padding: 0.5rem 1rem;
  float: right;
  background-color: #F3F6F9;
  border-bottom-left-radius: 0.75rem;
}
.cjr-tuile-simple .tuile-information:after {
  background: #FFCD00;
  content: "";
  height: 0.3rem;
  width: 5rem;
  display: flex;
  border-radius: 0.15rem;
}
.cjr-tuile-simple .tuile-statut-expire, .cjr-tuile-simple .tuile-statut-supprime, .cjr-tuile-simple .tuile-statut-annule, .cjr-tuile-simple .tuile-statut-termine {
  color: #5C7482;
}
.cjr-tuile-simple .tuile-statut-refuse {
  color: #C90C0F;
}
.cjr-tuile-simple .tuile-statut-en-cours-de-validation {
  color: #C75302;
}
.cjr-tuile-simple .tuile-statut-valide, .cjr-tuile-simple .tuile-statut-publie {
  color: #008000;
}

.cjr-bon-plan-tuile-simple {
  background-color: white;
  border-radius: 0.75rem;
  box-shadow: 0 0px 1rem rgba(0, 0, 0, 0.1);
}
.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-complete {
  background-color: white;
  border-radius: 0.75rem;
}
.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;
}

.evenement-detail-image {
  max-height: 500px;
  min-height: 250px;
  height: 100%;
  max-width: 500px;
  min-width: 250px;
  width: 100%;
  object-fit: contain;
}

/*# sourceMappingURL=all_composants.css.map */
