@charset "UTF-8";
:root {
  /*COULEUR FREDON*/
  --color_soft_earth: #E3D5B8;
  --color_beige_fredon: #FDF9F0;
  --color_orange_fredon: #D6970A;
  --color_bleu_fredon: #0C4E67;
  /* -- Couleurs simples -- */
  --color-bleue: var(--color_bleu_fredon);
  --color-rouge: var(--color_orange_fredon);
  --color-blanche: rgb(255,255,255);
  --color-noire: rgb(0,0,0);
  --color-anthracite: rgb(51, 51, 51);
  --color-verte: rgb(131, 184, 26);
  --color_vert_base: #0B5A3A;
  --color_vert_second: #2E7D32;
  --color_vert_light: #7CB342;
  --color-gris: #7c7c7c;
  --white: #FFFFFF;
  --gris_050: #F5F5F5;
  --gris_300: #CFCFCF;
  --text_black: #1A1A1A;
  --color_beige: #CCB68D;
  /*COULEUR DES CARTES*/
  --color-journee-vide: #5086C7;
  --color-journee-en-cours: #123E4E;
  --color-journee-pleine: #D8657E;
  --color-journee-inscrit: #F1B94F;
  --color-journee-echue: #C6D6E9;
  /* -- Material input -- */
  --rgba-material-input: rgba(7, 36, 55, 0.5);
  --color-material-inputfocus: rgba(177, 20, 36, 0.5);
  --bg-blanc: var(--color-blanche);
  /*Color Cob*/
  --color-grisclair: var(--color-blanche);
}

/* ~~ Animation pulse-cta ~~ */
@-webkit-keyframes pulse-cta {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 var(--rgba-pulse_cta-0);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px var(--rgba-pulse_cta-70_100);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 var(--rgba-pulse_cta-70_100);
  }
}
@-moz-keyframes pulse-cta {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 var(--rgba-pulse_cta-0);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px var(--rgba-pulse_cta-70_100);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 var(--rgba-pulse_cta-70_100);
  }
}
@-ms-keyframes pulse-cta {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 var(--rgba-pulse_cta-0);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px var(--rgba-pulse_cta-70_100);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 var(--rgba-pulse_cta-70_100);
  }
}
@keyframes pulse-cta {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 var(--rgba-pulse_cta-0);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px var(--rgba-pulse_cta-70_100);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 var(--rgba-pulse_cta-70_100);
  }
}
/* ~~ Gestion du logo du type de plateforme ~~ */
/* ~~ Gestion du logo du type de plateforme ~~ */
.logo_type_plateforme {
  position: fixed;
  right: 10px;
  bottom: 10px;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  font-weight: bold;
  color: #F1700B;
  animation: spinZ 10s linear infinite;
  text-align: center;
  background: transparent;
  font-family: "Gotham", sans-serif;
  font-weight: 600;
  overflow: hidden;
}

.logo_type_plateforme span {
  position: absolute;
  display: inline-block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-transform: uppercase;
  font-size: 14px;
  transition: all 0.5s cubic-bezier(0, 0, 0, 1);
}

.logo_type_plateforme span#external_circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid rgb(241, 112, 11);
}

.logo_type_plateforme span#internal_circle {
  width: 60%;
  height: 60%;
  border-radius: 50%;
  border: 2px solid rgb(241, 112, 11);
  margin: 20%;
}

.logo_type_plateforme.macaron_local {
  color: #E8007F;
}

.logo_type_plateforme.macaron_local span#external_circle {
  border-color: #E8007F;
}

.logo_type_plateforme.macaron_local span#internal_circle {
  border-color: #E8007F;
}

.logo_type_plateforme.macaron_test {
  color: #00E83C;
}

.logo_type_plateforme.macaron_test span#external_circle {
  border-color: #00E83C;
}

.logo_type_plateforme.macaron_test span#internal_circle {
  border-color: #00E83C;
}

.logo_type_plateforme.macaron_preprod {
  color: #FFA600;
}

.logo_type_plateforme.macaron_preprod span#external_circle {
  border-color: #FFA600;
}

.logo_type_plateforme.macaron_preprod span#internal_circle {
  border-color: #FFA600;
}

.logo_type_plateforme.macaron_prod {
  color: #2BB7F8;
}

.logo_type_plateforme.macaron_prod span#external_circle {
  border-color: #2BB7F8;
}

.logo_type_plateforme.macaron_prod span#internal_circle {
  border-color: #2BB7F8;
}

@keyframes spinZ {
  0% {
    transform: rotateZ(360deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}
/* ~~ Fin gestion du logo du type de plateforme ~~ */
body {
  background: url("../images/fond/background.jpg");
  font-family: "effra", sans-serif;
  /* .body-interne {
       background: var(--color-bleue);
       font-family: "effra", sans-serif;
       padding: 8px;
   }*/
}

.partie-droite,
.partie-gauche {
  height: 100vh;
}

.partie-droite {
  background: linear-gradient(225deg, rgba(227, 213, 184, 0.8), rgba(18, 39, 57, 0.8)), url("../images/fond/fond-montagne.jpg") no-repeat top center;
  background-size: cover;
  /* box-shadow: -10px 10px 20px rgba(18, 39, 57, .3); */
  -ms-border-radius: 150px 0 0 0;
  border-radius: 150px 0 0 0;
  display: flex;
  flex-direction: column;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -o-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.partie-droite .inner-partie-droite {
  /* width: 50%; */
  width: 80%;
}
.partie-droite .inner-partie-droite .module {
  /* width: 50%; */
  padding: 10px 20px;
  /* background: #fff; */
  margin-top: 0;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}
.partie-droite .inner-partie-droite .module:last-of-type {
  margin-bottom: 0;
}
.partie-droite .inner-partie-droite .module .titre_module {
  font-size: 18px;
}
.partie-droite .inner-partie-droite .module .desc_module {
  font-size: 16px;
}
.partie-droite .inner-partie-droite .module .acces {
  text-align: left;
  margin-top: 10px;
}

.partie-gauche {
  display: flex;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -o-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden;
}
.partie-gauche .inner-partie-gauche .module {
  /* width: 50%; */
  padding: 10px 20px;
  /* background: #fff; */
  margin-top: 0;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}
.partie-gauche .inner-partie-gauche .module:last-of-type {
  margin-bottom: 0;
}
.partie-gauche .inner-partie-gauche .module .titre_module {
  font-size: 18px;
}
.partie-gauche .inner-partie-gauche .module .desc_module {
  font-size: 16px;
}
.partie-gauche .inner-partie-gauche .module .acces {
  text-align: left;
  margin-top: 10px;
}
.partie-gauche .inner-partie-gauche .titre_module {
  font-size: 18px;
}

/* ~~ Card de connexion ~~ */
.card {
  border: 1px solid rgba(7, 36, 55, 0.8);
  box-shadow: 5px 5px 10px rgba(7, 36, 55, 0.2);
  /*background-color: var(--color_soft_earth);*/
}
.card .card-header {
  background: var(--color_soft_earth);
}
.card .card-header h2 {
  margin: 0;
  color: var(--color_bleu_fredon);
}

/* ~~ Fin card de connexion ~~ */
.show_mdp {
  right: 10px;
  top: 0;
  bottom: 0;
  color: #95cdb2;
  font-size: 24px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

#connect_box {
  width: 70%;
}

header a.navbar-brand {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
header a.navbar-brand img {
  display: block;
  height: 40px;
}

/* ~~ Focus reset ~~ */
.btn.focus, .btn:focus, .form-control:focus {
  box-shadow: none;
}

/* ~~ Material input ~~ */
.material-input {
  height: 42px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  -ms-transition: border-color 100ms ease-in-out, background-color 100ms ease-in-out;
  -o-transition: border-color 100ms ease-in-out, background-color 100ms ease-in-out;
  -webkit-transition: border-color 100ms ease-in-out, background-color 100ms ease-in-out;
  transition: border-color 100ms ease-in-out, background-color 100ms ease-in-out;
}
.material-input label {
  position: absolute;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: var(--color-gris);
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  margin-bottom: 0;
  pointer-events: none;
  -ms-transition: font-size 100ms ease-in-out, top 100ms ease-in-out, color 100ms ease-in-out;
  -o-transition: font-size 100ms ease-in-out, top 100ms ease-in-out, color 100ms ease-in-out;
  -webkit-transition: font-size 100ms ease-in-out, top 100ms ease-in-out, color 100ms ease-in-out;
  transition: font-size 100ms ease-in-out, top 100ms ease-in-out, color 100ms ease-in-out;
}
.material-input input {
  width: 100%;
  height: 100%;
  padding: 19px 15px 19px 15px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  color: var(--color-noire);
  border: 1px solid var(--color-gris);
  background: var(--bg-blanc);
}
.material-input input::placeholder {
  color: transparent;
}
.material-input input:focus {
  outline: none;
  border: 1px solid var(--color-material-inputfocus);
}
.material-input input:not(:placeholder-shown) + label {
  font-size: 14px;
  top: 0;
  background: var(--bg-blanc);
  color: var(--color-rouge);
  padding: 0 5px;
}
.material-input:focus-within {
  border-color: var(--color-material-inputfocus);
}
.material-input:focus-within label {
  color: var(--color-material-inputfocus);
}
.material-input:focus-within label {
  font-size: 14px;
  top: 0;
  background: var(--bg-blanc);
  color: var(--color-rouge);
  padding: 0 5px;
}
.material-input .unite {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-bleue);
}

/* ~~ Fin Material input ~~ */
/* ~~ Textarea ~~ */
.textarea-div textarea:focus {
  outline: none;
  border: 1px solid var(--color-material-inputfocus);
}
.textarea-div textarea::placeholder {
  color: transparent;
}
.textarea-div label textarea:focus {
  color: var(--color-material-inputfocus);
}

/* ~~ Fin Textarea ~~ */
/* ## Checkboxes custom ## */
.checkbox-flk {
  margin-bottom: 16px;
}

.checkbox-flk .label-cbx {
  user-select: none;
  cursor: pointer;
  margin-bottom: 0;
}

.checkbox-flk .label-cbx input:checked + .checkbox {
  border-color: var(--color-rouge);
}

.checkbox-flk .label-cbx input:checked + .checkbox svg path {
  fill: var(--color-rouge);
}

.checkbox-flk .label-cbx input:checked + .checkbox svg polyline {
  stroke-dashoffset: 0;
}

.checkbox-flk .label-cbx:hover .checkbox svg path {
  stroke-dashoffset: 0;
}

.checkbox-flk .label-cbx .checkbox {
  position: relative;
  margin-right: 8px;
  width: 20px;
  height: 20px;
  border: 2px solid #C8CCD4;
  border-radius: 3px;
}

.checkbox-flk .label-cbx .checkbox svg {
  position: absolute;
  top: -2px;
  left: -2px;
}

.checkbox-flk .label-cbx .checkbox svg path {
  fill: none;
  stroke: var(--color-rouge);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 71px;
  stroke-dashoffset: 71px;
  transition: all 0.2s ease;
}

.checkbox-flk .label-cbx .checkbox svg polyline {
  fill: none;
  stroke: #FFF;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 18px;
  stroke-dashoffset: 18px;
  transition: all 0.3s ease;
}

.checkbox-flk .label-cbx > span {
  pointer-events: none;
  vertical-align: middle;
}

.checkbox-flk .invisible {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  opacity: 0;
}

/* ## Fin checkboxes custom ## */
.pointer-span {
  cursor: pointer;
}

/* ~~ Sidebar ADMIN ~~ */
#accordionAdministration .card-header {
  border: none;
  background-color: transparent;
}
#accordionAdministration .card-header button {
  font-size: 14px;
  color: var(--color_bleu_fredon);
  background: transparent;
}
#accordionAdministration .card {
  border: none;
  background-color: transparent;
  box-shadow: none;
}
#accordionAdministration .btn-link:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-weight: 900;
  float: right;
}
#accordionAdministration .btn-link.collapsed:after {
  content: "\f106";
  font-family: "FontAwesome";
}

.accordionFiltres .card-header {
  border: 1px solid #e0e0e0;
  background-color: #fafafa;
}
.accordionFiltres .card-header button {
  font-size: 1.2rem;
  font-family: "Gotham-Bold", sans-serif;
  color: var(--color-verte);
  display: inline-block;
  padding: 5px 20px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
  background: transparent;
  text-decoration: none;
}
.accordionFiltres .card {
  border: none;
  background-color: transparent;
  box-shadow: none;
}
.accordionFiltres .btn-link:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-weight: 900;
  float: right;
}
.accordionFiltres .btn-link.collapsed:after {
  content: "\f106";
  font-family: "FontAwesome";
}

#arrow-open-sidebar-admin {
  display: flex;
  position: absolute;
  left: -90px;
  z-index: 103;
  top: 50%;
  transform: rotate(-90deg) translateY(-50%);
  align-items: center;
  justify-content: center;
}

#cross-open-sidebar-admin {
  position: absolute;
  right: 10px;
  top: 5px;
  color: var(--color_soft_earth) !important;
  z-index: 103;
}

.sidebar {
  background: var(--color_beige_fredon);
  border-left: 1px solid var(--border-left-color);
  position: fixed;
  top: 0;
  right: -400px;
  width: 400px;
  height: 100%;
  transition: all 0.5s ease;
  z-index: 102;
}
.sidebar label {
  font-size: 14px;
  color: var(--color_bleu_fredon);
}
.sidebar .container-fluid {
  overflow: auto;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sidebar .tile-admin {
  width: 100%;
  height: 100px;
  border: 1px solid #e6e6e6;
  background: #e6e6e6;
  color: var(--color_bleu_fredon);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: transform 0.5s !important;
  transition-timing-function: cubic-bezier(0.2, 3, 0.4, 1) !important;
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
  padding: 10px;
}
.sidebar .tile-admin:hover {
  transform: scale(1.05, 1.05) !important;
}
.sidebar .tile-admin label {
  color: var(--color_bleu_fredon);
  text-align: center;
  cursor: pointer;
}

body.active-admin-sidebar {
  overflow-y: hidden;
}
body.active-admin-sidebar .overlay-sidebar {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  height: 100%;
  width: 100%;
}
body.active-admin-sidebar .sidebar {
  right: 0;
}
body.active-admin-sidebar .section {
  margin-left: 0;
  width: 100%;
}
body.active-admin-sidebar #arrow-open-sidebar-admin {
  background-color: var(--color_orange_fredon) !important;
  border-color: var(--color_orange_fredon) !important;
  color: #fff !important;
}

.soustitre-section {
  font-size: 1.2rem;
  font-family: "rogue-serif", arial, serif;
  color: var(--color-noir);
  display: block;
  padding: 5px 20px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
}

/* ~~ FIN Sidebar ADMIN ~~ */
.message-error {
  color: var(--color-rouge) !important;
}

.btn, .button_select_avocat, button, input[type=submit] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.533em;
  /*font-size: $font-size-base;*/
  width: max-content;
  line-height: 1.25em;
  max-width: 100%;
  white-space: normal;
  appearance: none;
  text-align: center;
  padding: 0.8em 1.1em;
  border-radius: 4px;
  border: unset;
  /*transition: background-color 0.3s $cubic-transition;*/
}
@media screen and (max-width: 992px) {
  .btn:not(.btn-contains), .button_select_avocat:not(.btn-contains), button:not(.btn-contains), input[type=submit]:not(.btn-contains) {
    width: 100%;
  }
}
.btn i:not([class*=fa-]), .button_select_avocat i:not([class*=fa-]), button i:not([class*=fa-]), input[type=submit] i:not([class*=fa-]) {
  width: 1.2em;
  height: 1.2em;
  display: inline-block;
  -webkit-mask: var(--icon-url) no-repeat 50% 50%;
  mask: var(--icon-url) no-repeat 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: currentColor;
}
.btn.btn_full, .btn_full.button_select_avocat, button.btn_full, input[type=submit].btn_full {
  width: 100%;
}
.btn.btn-medium, .btn-medium.button_select_avocat, button.btn-medium, input[type=submit].btn-medium {
  padding: 0.533em 1.067em;
}
.btn.btn-small, .btn-small.button_select_avocat, button.btn-small, input[type=submit].btn-small {
  padding: 0.267em 0.533em;
}
.btn:disabled, .button_select_avocat:disabled, button:disabled, input[type=submit]:disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
.btn.btn-green, .button_select_avocat, button.btn-green, input[type=submit].btn-green {
  background-color: var(--color_vert_light);
  color: var(--white);
}
.btn.btn-green.transparent, .button_select_avocat, button.btn-green.transparent, input[type=submit].btn-green.transparent {
  background-color: transparent;
  color: var(--color_vert_light);
  border: 1px solid currentColor;
}
.btn.btn-mustard, .btn-mustard.button_select_avocat, button.btn-mustard, input[type=submit].btn-mustard {
  background-color: var(--color_orange_fredon);
  color: var(--white);
}
.btn.no_b_radius, .no_b_radius.button_select_avocat, button.no_b_radius, input[type=submit].no_b_radius {
  border-radius: inherit;
}
.btn.b_radius_left, .b_radius_left.button_select_avocat, button.b_radius_left, input[type=submit].b_radius_left {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn.b_radius_right, .b_radius_right.button_select_avocat, button.b_radius_right, input[type=submit].b_radius_right {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.btn.hover_btn:hover, .hover_btn.button_select_avocat:hover, button.hover_btn:hover, input[type=submit].hover_btn:hover {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 576px) {
  .btn.hover_btn:hover, .hover_btn.button_select_avocat:hover, button.hover_btn:hover, input[type=submit].hover_btn:hover {
    opacity: 1;
    transition: none;
  }
}

/*@import "variables.css";*/
.apercu_payee {
  width: 20px;
  height: 10px;
  display: inline-block;
  background: rgba(131, 184, 26, 0.2);
  border: 1px solid rgb(131, 184, 26);
}

.apercu_generee_envoyee {
  width: 20px;
  height: 10px;
  display: inline-block;
  background: rgba(7, 36, 55, 0.2);
  border: 1px solid rgb(7, 36, 55);
}

.apercu_generee_nonenvoyee {
  width: 20px;
  height: 10px;
  display: inline-block;
  background: rgba(255, 131, 63, 0.2);
  border: 1px solid rgb(255, 131, 63);
}

.apercu_nongeneree_nonenvoyee {
  width: 20px;
  height: 10px;
  display: inline-block;
  background: rgba(177, 20, 36, 0.2);
  border: 1px solid rgb(177, 20, 36);
}

/* ~~ Page Login ~~ */
/* "xs"" returns only a ruleset and no media query */
button, input, optgroup, select, textarea {
  font-family: "effra", Arial, sans-serif, FontAwesome;
}

a,
a:hover,
a:focus,
a:active {
  color: var(--color-rouge);
}

body {
  font-family: "effra", Arial, sans-serif, FontAwesome;
}

body.body-interne {
  background: var(--color_bleu_fredon);
  font-family: "effra", sans-serif;
  padding: 8px;
}

a.bouton_cta {
  display: inline-block;
  background: rgba(var(--rgb-color-rouge), 1);
  color: var(--color-blanche);
  padding: 5px 20px;
  border-radius: 0.25rem;
  text-decoration: none;
  transition: transform 0.5s !important;
  transition-timing-function: cubic-bezier(0.2, 3, 0.4, 1) !important;
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
}

a.bouton_cta:hover {
  display: inline-block;
  background: rgba(var(--rgb-color-bleue), 1);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
  color: var(--color-blanche);
  padding: 5px 20px;
  border-radius: 0.25rem;
}

a.bouton_cta:hover,
a.bouton_cta:focus {
  color: var(--color_bleu_fredon) !important;
  transform: scale(1.05, 1.05) !important;
}

.button-cta {
  background-color: var(--color_bleu_fredon);
  color: var(--color-blanche) !important;
  display: inline-block;
  width: fit-content;
  width: -moz-fit-content;
  /*margin: auto;*/
  transition: transform 0.5s !important;
  transition-timing-function: cubic-bezier(0.2, 3, 0.4, 1) !important;
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
}

.button-cta:hover {
  background-color: var(--color_bleu_fredon);
  color: var(--color-blanche) !important;
  transform: scale(1.05, 1.05) !important;
}

.button-cta-filled {
  background-color: var(--color_bleu_fredon);
  color: var(--color-rouge) !important;
  border: 1px solid var(--color-rouge);
  display: inline-block;
  width: fit-content;
  width: -moz-fit-content;
  margin: auto;
  transition: transform 0.5s !important;
  transition-timing-function: cubic-bezier(0.2, 3, 0.4, 1) !important;
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
}

.button-cta-filled:hover {
  background-color: var(--color_bleu_fredon);
  color: var(--bg-bleue) !important;
  border: 1px solid var(--color_bleu_fredon);
  transform: scale(1.05, 1.05) !important;
}

.button-cta-filled:disabled,
.button-cta-filled:hover:disabled, .button-cta-filled:active:disabled, .button-cta-filled:focus:disabled {
  opacity: 0.5;
  transform: scale(1, 1) !important;
  cursor: not-allowed;
}

.button-cta-reverse {
  background-color: var(--color-bleue);
  color: var(--color-blanche) !important;
  display: inline-block;
  width: fit-content;
  width: -moz-fit-content;
  margin: auto;
  transition: transform 0.5s !important;
  transition-timing-function: cubic-bezier(0.2, 3, 0.4, 1) !important;
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
}

.button-cta-reverse:hover {
  background-color: var(--bg-rouge);
  color: var(--color-blanche) !important;
  transform: scale(1.05, 1.05) !important;
}

.button-cta:hover:disabled, .button-cta:active:disabled, .button-cta:focus:disabled,
.button-cta-reverse:hover:disabled, .button-cta-reverse:active:disabled, .button-cta-reverse:focus:disabled {
  color: var(--color-blanche) !important;
  transform: scale(1, 1) !important;
  cursor: not-allowed;
}

.button-cta:hover:disabled, .button-cta:active:disabled, .button-cta:focus:disabled {
  background-color: var(--color-rouge);
}

.button-cta-reverse:hover:disabled, .button-cta-reverse:active:disabled, .button-cta-reverse:focus:disabled {
  background-color: var(--color_bleu_fredon);
}

.button-cta:not(#addSousTypeLine):active, .button-cta:not(#addSousTypeLine):focus,
.button-cta-reverse:not(#addSousTypeLine):active, .button-cta-reverse:not(#addSousTypeLine):focus {
  transform: scale(1.02, 1.02) !important;
  -webkit-animation: var(--animation-pulse_cta);
  -moz-animation: var(--animation-pulse_cta);
  -ms-animation: var(--animation-pulse_cta);
  animation: var(--animation-pulse_cta);
}

.button-cta.actived,
.button-cta-reverse.actived {
  -webkit-animation: var(--animation-pulse_cta);
  -moz-animation: var(--animation-pulse_cta);
  -ms-animation: var(--animation-pulse_cta);
  animation: var(--animation-pulse_cta);
}

/* ~~ Barre de navigation en haut de page ~~ */
nav.navbar {
  border-radius: 10px;
}

/* ~~ Fin barre de navigation en haut de page ~~ */
/* Animation delay */
.animate__animated.animate__delay-flk-0 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.animate__animated.animate__delay-flk-1 {
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
}

.animate__animated.animate__delay-flk-2 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.animate__animated.animate__delay-flk-3 {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.animate__animated.animate__delay-flk-4 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.animate__animated.animate__delay-flk-5 {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.animate__animated.animate__delay-flk-6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.animate__animated.animate__delay-flk-7 {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}

.animate__animated.animate__delay-flk-8 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.animate__animated.animate__delay-flk-9 {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}

.animate__animated.animate__delay-flk-10 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

/* Fin Animation delay */
/* "sm" applies to x-small devices (portrait phones, less than 576px) */
/* "md" applies to small devices (landscape phones, less than 768px) */
/* "lg" applies to medium devices (tablets, less than 992px) */
/* "xl" applies to large devices (desktops, less than 1200px) */
/* "xxl" applies to x-large devices (large desktops, less than 1400px) */
.welcome-page .logo {
  width: 64px;
}

.icon-banner {
  width: 32px;
}

.body-container {
  margin-top: 0;
  padding-bottom: 0;
  background: var(--color-blanche);
  border-radius: 10px;
  padding: 48px;
  box-shadow: 0 10px 34px 11px rgba(0, 0, 0, 0.08);
}

.welcome-page li {
  list-style: none;
  padding: 4px;
}

.logged-out-page iframe {
  display: none;
  width: 0;
  height: 0;
}

.grants-page .card {
  margin-top: 20px;
  border-bottom: 1px solid lightgray;
}

.grants-page .card .card-title {
  font-size: 120%;
  font-weight: bold;
}

.grants-page .card .card-title img {
  width: 100px;
  height: 100px;
}

.grants-page .card label {
  font-weight: bold;
}

/* ~~ Fin Page login ~~ */
html {
  font-size: 14px;
}

/* ===== Text selection CSS ===== */
::-moz-selection { /* Code for Firefox */
  color: #fff !important;
  background: var(--color-rouge) !important;
}

::selection {
  color: #fff !important;
  background: var(--color-rouge) !important;
}

/* ~~ Loader du moteur de recherche ~~ */
.loader-recherche {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  border-top: 2px solid var(--color-rouge);
  border-right: 2px solid transparent;
  box-sizing: border-box;
  animation: rotation 0.4s linear infinite;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
html {
  position: relative;
  min-height: 100%;
}

/* Ci-dessous, pour l'utilisation de fontawesome dans la value des boutons sous forme d'input */
.fa-input {
  font-family: "effra", Arial, sans-serif, FontAwesome;
}

/* fin */
nav i:not(.fa-question-circle) {
  color: var(--color_bleu_fredon);
}

nav i:not(.fa-question-circle):hover,
nav i:not(.fa-question-circle):focus,
nav i:not(.fa-question-circle):active {
  color: var(--color-rouge);
}

i.fa-question-circle {
  color: var(--color-rouge);
}

.titre-section {
  font-size: 25px;
  color: var(--color_bleu_fredon);
}

.titre-page {
  font-size: 28px;
  padding: 5px 20px;
  margin-bottom: 20px;
  color: var(--color-blanche);
  background: linear-gradient(to bottom, transparent 0%, var(--color-rouge) 0) left center/0% 75% no-repeat;
  background-size: 100% 100%;
  display: inline-block;
}

.titre-modal {
  font-size: 28px;
  padding: 5px 20px;
  color: var(--color_bleu_fredon);
}

.separation-titre-page {
  margin-bottom: 30px;
  margin-right: auto;
  /*margin-left: 20px;*/
  border-top: 3px solid var(--color-rouge);
  width: 10%;
}

.retour_accueil {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 1;
}

/*.valide-button {
	background-color: var(--color_orange_fredon) !important;*/
/*border: 2px solid var(--color-rouge) !important;*/
/*}*/
.tempo-button {
  background-color: var(--bg-blanc) !important;
  border: 2px solid var(--bg-blanc) !important;
}

.update-button {
  background-color: #FAB731 !important;
  border: 2px solid #FAB731 !important;
  color: #fff !important;
}

.cancel-button {
  background-color: var(--color_bleu_fredon) !important;
  border: 2px solid var(--color_bleu_fredon) !important;
}

.delete-button {
  background-color: var(--bg-rouge) !important;
  border: 2px solid var(--bg-rouge) !important;
}

.send-button {
  background-color: var(--bg-rouge) !important;
  border: 2px solid var(--color-rouge) !important;
}

.nope-button {
  background-color: var(--color-rouge) !important;
  border: 2px solid var(--color-rouge) !important;
}

.badge-cob:not(.badge-autre) {
  background-color: var(--color_bleu_fredon);
  color: #fff;
}

.badge-cob.badge-autre {
  background-color: var(--color-rouge);
  color: #fff;
}

td.actions--wrapper {
  display: flex !important;
  gap: 5px !important;
  flex-wrap: wrap !important;
}

.button-cta-table {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  flex-shrink: 0;
  border: none;
  background-color: var(--color_orange_fredon);
  padding: 0.8em;
  border-radius: 10px;
}
.button-cta-table:hover {
  background-color: var(--color_bleu_fredon);
}
.button-cta-table i {
  color: var(--color-blanche);
  width: 1em;
  height: 1em;
  line-height: 1em;
  font-size: 1rem;
}

/* ~~ Dropdown Bootstrap ~~ */
.dropdown a.dropdown-toggle {
  color: var(--color_bleu_fredon);
}

.dropdown .dropdown-toggle {
  justify-content: flex-end;
}

.dropdown a.dropdown-toggle:hover {
  color: var(--color-rouge);
}

.dropdown .dropdown-menu a.dropdown-item:hover,
.dropdown .dropdown-menu a.dropdown-item:focus,
.dropdown .dropdown-menu a.dropdown-item:active {
  background-color: var(--color-rouge);
  color: var(--color-blanche);
}

.dropdown .dropdown-menu .bs-searchbox input:hover,
.dropdown .dropdown-menu .bs-searchbox input:focus,
.dropdown .dropdown-menu .bs-searchbox input:active {
  border-color: var(--color-rouge);
}

/* ~~ Fin dropdown Bootstrap ~~ */
/* ~~ Bootstrap Select ~~ */
.bootstrap-select > .dropdown-toggle {
  border: 1px solid var(--color-gris);
  background: var(--color-blanche);
  color: var(--color-gris);
  padding: 10px;
  /*height: 54px;*/
  height: 42px;
}

.button-action {
  border: 1px solid var(--color-gris);
  background: var(--color-blanche);
  color: var(--color-gris);
  padding: 10px;
  height: 54px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bootstrap-select .dropdown-toggle[aria-expanded=true] .filter-option {
  border: 1px solid var(--color-rouge);
  background: var(--color-blanche);
  color: var(--color-gris);
  outline: none;
  box-shadow: none;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: var(--color-rouge);
  color: var(--color-blanche) !important;
}

.bootstrap-select .dropdown-menu {
  box-shadow: 0px 7px 5px rgba(124, 124, 124, 0.3);
}

.bootstrap-select.form-control {
  /*height: 54px;*/
  height: 42px;
}

.bootstrap-select .dropdown-toggle .filter-option {
  display: flex;
  align-items: center;
}

/* ~~ Fin Bootstrap Select ~~ */
.label-alone {
  /*color: var(--color-gris);
  font-size: 18px;*/
  /*padding-left: 15px;*/
  font-size: 16px;
  color: var(--color_bleu_fredon);
}

.label-alone-dropdownlist {
  z-index: 2;
  position: absolute;
  font-size: 14px;
  top: -12px;
  background: var(--bg-blanc);
  color: var(--color_bleu_fredon);
  padding: 0 5px;
  left: 15px;
}

.input-alone {
  padding: 10px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid var(--color-gris);
  height: 54px;
}

.input-alone:focus {
  border: 1px solid var(--color_bleu_fredon);
}

.dropdown-menu {
  background-color: var(--color-blanche);
  border: none;
}

.dropdown-item {
  color: var(--color-gris) !important;
}

.dropdown-menu .dropdown-item:hover {
  background-color: var(--color-rouge);
  color: var(--color-blanche) !important;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  white-space: break-spaces;
}

/* ~~ Cedex select option ~~ */
#listCedexLocal {
  position: relative;
  z-index: 3;
}

select option:checked {
  background: var(--color-rouge);
  color: var(--color-blanche);
}

select option:hover,
select option:focus {
  box-shadow: 0 0 10px 100px #1882A8 inset;
}

.accordion-cob:not(#accordionAdministration) {
  width: 100% !important;
  margin: 20px auto !important;
  padding: 0 !important;
}

.accordion-cob:not(#accordionAdministration) div.collapse div.collapse-content,
.accordion-cob:not(#accordionAdministration) div.collapsing div.collapse-content {
  padding: 20px !important;
  background: #F7F7F7 !important;
  z-index: 0 !important;
  border-radius: 0 0 5px 5px !important;
  transition: all 0.5s ease-out;
  max-height: 805px;
  overflow-y: auto;
}

.accordion-cob:not(#accordionAdministration) div.collapse div.collapse-content p:last-of-type,
.accordion-cob:not(#accordionAdministration) div.collapsing div.collapse-content p:last-of-type {
  margin-bottom: 0 !important;
}

.accordion-cob:not(#accordionAdministration) button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  background: #eee;
  z-index: 1;
  border-radius: 5px;
  position: relative;
}

/*
.accordion-cob:not(#accordionAdministration) button:last-of-type {
	margin-top: 20px;
}*/
.accordion-cob:not(#accordionAdministration) button:hover {
  color: var(--color-rouge);
}

.accordion-cob:not(#accordionAdministration) button::before {
  content: "\f106";
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
  display: block;
  font-family: "FontAwesome";
  font-size: 1.1rem;
  transition: all 0.5s ease-out;
}

.accordion-cob:not(#accordionAdministration) button[aria-expanded=true]::before {
  content: "\f107";
}

/* ~~ Dropdown choix del a vue ~~ */
.dropdown-toggle-switchview {
  background: var(--color_bleu_fredon);
}

.dropdown-toggle-switchview:not(:disabled):not(.disabled).active,
.dropdown-toggle-switchview:not(:disabled):not(.disabled):active,
.dropdown-switchview.show > .dropdown-toggle-switchview.dropdown-toggle {
  color: #fff;
  background-color: var(--color_bleu_fredon);
  border-color: var(--color_bleu_fredon);
}

.dropdown-switchview {
  margin-bottom: 20px;
}

.dropdown-switchview .dropdown-menu {
  box-shadow: 0 8px 8px var(--rgba-material-input);
}

/* ~~ Fin dropdown choix de la vue ~~ */
.commune-exploitant {
  background: var(--color-rouge, #dc3545);
  color: #fff;
  border-radius: 4px;
  padding: 2px 10px;
  font-size: 11px;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
}

.commune-title {
  background: #e8f0fe;
  color: #0C4E67;
  border-radius: 4px;
  padding: 2px 8px;
  font-size: 11px;
  white-space: nowrap;
  /*overflow: hidden;*/
  text-overflow: ellipsis;
  min-width: 0;
}

/* ============================================================
   Overlay spinner — traitement long (import, suppression masse)
   ============================================================ */
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#pa-spinner-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pa-spinner-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.pa-spinner-box {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 12px;
  padding: 2.5rem 3rem;
  text-align: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
  min-width: 280px;
  max-width: 420px;
}

.pa-spinner-icon {
  font-size: 3rem;
  color: var(--color_orange_fredon);
  margin-bottom: 1.25rem;
}

.fa-spinner.fa-spin,
#pa-spinner-overlay .pa-spinner-icon i {
  display: inline-block;
  animation: rotation 0.8s linear infinite !important;
  transform-origin: center;
}

.pa-spinner-message {
  font-size: 1.1rem;
  font-family: "effra", "Roboto", sans-serif;
  font-weight: 600;
  color: var(--color_bleu_fredon);
  margin-bottom: 0.5rem;
}

.pa-spinner-hint {
  font-size: 0.85rem;
  color: #888;
}

/* ============================================================ */
body {
  /* ↓ Pour des tests ↓ */
  /*background: rgba(0, 0, 0, .2);*/
  background-size: cover;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(7, 36, 55, 0.8) #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 10px;
  height: 15px;
}

*::-webkit-scrollbar-track {
  background: #ffffff;
}

*::-webkit-scrollbar-thumb {
  background-color: rgba(7, 36, 55, 0.8);
  border-radius: 10px;
  border: 0px none #ffffff;
}

.partie-gauche {
  display: flex;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -o-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  min-height: 100vh;
}

.partie-gauche .inner-partie-gauche {
  -ms-border-radius: 10px;
  border-radius: 10px;
  height: 100%;
  background: url(../images/fond/background.jpg);
  width: 100%;
  position: relative;
}

.partie-gauche .inner-partie-gauche li a:not(.btn) {
  color: var(--color-bleue);
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all 0.3s ease-in-out;
}

.partie-gauche .inner-partie-gauche li > a:not(.btn):hover,
.partie-gauche .inner-partie-gauche li > a:not(.btn):focus,
.partie-gauche .inner-partie-gauche li > a:not(.btn):active,
.partie-gauche .inner-partie-gauche li > a:not(.btn).active {
  color: var(--color-rouge);
  text-decoration: none;
  border-left: 10px solid var(--color-rouge);
}

.partie-gauche .infos-structure-lateral {
  background: var(--color-rouge);
  color: var(--color-blanche);
  padding: 20px;
  margin-bottom: 10px;
  box-shadow: 0 0 4px var(--color-anthracite);
}

.partie-gauche .infos-structure-lateral a {
  color: var(--color-blanche) !important;
  text-decoration: underline !important;
}

.partie-gauche .infos-structure-lateral a:hover,
.partie-gauche .infos-structure-lateral a:focus,
.partie-gauche .infos-structure-lateral a:active {
  text-decoration: none !important;
}

.partie-droite {
  background-size: cover;
  /*box-shadow: -10px 10px 20px rgba(18, 39, 57, .3);*/
  display: flex;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -o-justify-content: start;
  -webkit-justify-content: flex-start;
  justify-content: start;
  flex-direction: column;
  padding-left: 5%;
  padding-right: 5%;
  min-height: 100vh;
}

.partie-droite .inner-partie-droite {
  -ms-border-radius: 10px;
  border-radius: 10px;
  height: 100%;
  width: 100%;
}

/* ## Toggle Switch custom ## */
.toggle-flk {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 30px;
  display: inline-flex;
  flex-direction: column;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -o-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.toggle-flk label.label-switch {
  margin-bottom: 5px;
}

.toggle-flk label.label-for-checkbox {
  position: relative;
  display: flex;
  align-items: center;
  height: 36px;
  box-sizing: border-box;
}

.toggle-flk input.switchFlk[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.toggle-flk label.label-for-checkbox:before {
  content: "";
  width: 62px;
  height: 26px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  position: relative;
  display: inline-block;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  box-sizing: border-box;
  background-color: var(--color-verte);
  box-shadow: 0 0 3px var(--color-bleue), inset -72px 0 #fff;
}

.toggle-flk input.switchFlk[type=checkbox]:checked ~ label.label-for-checkbox:before {
  box-shadow: 0 0 3px var(--color-verte), inset 0 0 #fff;
}

.toggle-flk label.label-for-checkbox:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: var(--color-bleue);
  border-radius: 20px;
  box-sizing: border-box;
  left: -1px;
  top: 0;
  transform: translate(8px, 8px);
  transition: 0.2s ease;
}

.toggle-flk input.switchFlk[type=checkbox]:checked ~ label.label-for-checkbox:after {
  background: #FFF;
  transform: translate(37px, 8px);
}

/* ## Fin Toggle Switch custom ## */
/* ## Tabs Bootstrap custom ## */
.nav-tabs-flk {
  border-color: var(--color-rouge);
}

.nav-tabs-flk .nav-item.show .nav-link,
.nav-tabs-flk .nav-link.active,
.nav-tabs-flk .nav-link:focus {
  border-color: var(--color-rouge);
  background: var(--color-rouge);
  color: #fff;
}

.nav-tabs-flk .nav-link {
  color: var(--color-bleue);
  background: transparent;
}

.nav-tabs-flk .nav-link:hover {
  border-color: var(--color_orange_fredon);
  transform: scale(1.05, 1.05) !important;
  /*color: #fff;
  background: var(--color_bleu_fredon);*/
}

/* ## Fin tabs Bootstrap custom ## */
/* ## Tableau boostrap FLK ## */
table.table-bootstrap-cob {
  border-collapse: collapse !important;
  margin-top: 20px;
  margin-bottom: 20px;
}

table.table-bootstrap-cob thead {
  height: 63px;
}

table.table-bootstrap-cob th {
  background-color: var(--color-bleue) !important;
  border: none !important;
  color: var(--color-blanche);
}

table.table-bootstrap-cob tbody {
  height: 150px;
  background: #eee;
}

table.table-bootstrap-cob tbody td {
  vertical-align: middle;
}

table.table-bootstrap-cob tbody td a {
  color: var(--color-rouge);
  text-decoration: underline;
}

/* ## Fin Tableau bootstrap FLK ## */
/* ## Cadre informatif ## */
.card-informative {
  background: rgba(57, 184, 230, 0.2);
  margin-bottom: 30px;
  box-shadow: none !important;
  border: none !important;
}

.card-informative.journees-ok {
  background: rgba(1, 166, 122, 0.2);
}

.card-informative.journees-ko {
  background: rgba(175, 17, 50, 0.2);
}

.card-informative.journees-okko {
  background: rgba(255, 169, 71, 0.2);
}

.card-informative .block-icone .fa-lightbulb {
  --fa-primary-color: #b11424;
  --fa-secondary-color: #b11424;
}

.card-informative .block-icone .fa-circle-exclamation {
  --fa-primary-color: #b11424;
  --fa-secondary-color: #b11424;
}

.card-informative .block-texte {
  color: var(--color-bleue);
}

/* ## Fin cadre informatif ## */
/* ## Card prospection inscription ## */
#TableJourneeProspection .e-card-content,
#TableInscriptionProspection .e-card-content {
  overflow: unset;
}

#TableJourneeProspection .e-card-header-title label,
#TableInscriptionProspection .e-card-header-title label {
  margin-bottom: 0;
  font-family: "rogue-serif", sans-serif;
  font-size: 16px;
  color: var(--color-bleue);
}

#TableJourneeProspection .e-card-content label,
#TableInscriptionProspection .e-card-content label {
  margin-bottom: 0;
  font-family: "effra", sans-serif;
  font-size: 16px;
  color: var(--color-bleue);
  display: block;
  text-align: right;
}

#TableJourneeProspection .e-card-content label:last-of-type,
#TableInscriptionProspection .e-card-content label:last-of-type {
  margin-bottom: 10px;
}

.p-excuse {
  text-align: center;
  color: #3D18BA;
  display: inline-block;
  width: auto;
  background: rgba(61, 24, 186, 0.2);
}

/* ## Fin card prospection inscription ## */
.choix-campagne-modal {
  font-family: "effra", sans-serif;
}
.choix-campagne-modal__intro {
  color: var(--color-bleue);
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 16px;
}
.choix-campagne-modal__options {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.choix-campagne-modal__option {
  border: 1px solid #dfe7eb;
  /*border-left: 4px solid var(--color_orange_fredon);*/
  border-radius: 8px;
  display: flex;
  gap: 14px;
  min-height: 190px;
  padding: 16px;
}
.choix-campagne-modal__icon {
  align-items: center;
  background: #edf5f7;
  border-radius: 50%;
  color: var(--color_bleu_fredon);
  display: inline-flex;
  flex: 0 0 44px;
  font-size: 20px;
  height: 44px;
  justify-content: center;
  width: 44px;
}
.choix-campagne-modal__icon--delegation {
  background: #fff5df;
  color: var(--color_orange_fredon);
}
.choix-campagne-modal__content {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.choix-campagne-modal__content h5 {
  color: var(--color-bleue);
  font-family: "rogue-serif", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 8px;
}
.choix-campagne-modal__content p {
  color: #5a6f78;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 14px;
}
.choix-campagne-modal__content li {
  color: #5a6f78;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 14px;
}
.choix-campagne-modal__button {
  margin-top: auto;
  width: fit-content;
}

@media only screen and (max-width: 767px) {
  .choix-campagne-modal__options {
    grid-template-columns: 1fr;
  }
  .choix-campagne-modal__option {
    min-height: 0;
  }
}
.pj-card {
  background: #ffffff;
  border: 1px solid #e4e9f0;
  border-radius: 14px;
  box-shadow: 0 2px 8px rgba(12, 78, 103, 0.06);
  margin-bottom: 14px;
  overflow: hidden;
  transition: box-shadow 0.2s ease, transform 0.15s ease;
}
.pj-card:hover {
  box-shadow: 0 6px 20px rgba(12, 78, 103, 0.12);
  transform: translateY(-1px);
}
.pj-card--disabled {
  opacity: 0.85;
  background: #f7f9fc;
}
.pj-card--excused {
  border-left: 4px solid #3D18BA;
}
.pj-card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 16px 10px 16px;
  border-bottom: 1px solid #f0f3f8;
  flex-wrap: wrap;
}
.pj-card__title-block {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1 1 auto;
  min-width: 0;
}
.pj-card__title {
  font-family: "rogue-serif", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--color-bleue);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pj-card__type {
  font-family: "effra", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8fa4b8;
}
.pj-card__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  flex-shrink: 0;
}
.pj-card__date {
  font-family: "effra", sans-serif;
  font-size: 12px;
  color: #5a7a8a;
}
.pj-card__places {
  font-family: "effra", sans-serif;
  font-size: 12px;
  color: #5a7a8a;
}
.pj-card__places strong {
  font-size: 14px;
  color: var(--color-bleue);
}
.pj-card__body {
  padding: 10px 16px 14px 16px;
}
.pj-card__communes {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.pj-card__no-commune {
  font-size: 11px;
  color: #aaa;
}
.pj-card__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}
.pj-card__alert {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  padding: 8px 12px;
  font-family: "effra", sans-serif;
  font-size: 13px;
  flex: 1 1 auto;
}
.pj-card__alert--warning {
  background: #fff4f0;
  border: 1px solid #f6c3b0;
  color: #c0430a;
}
.pj-card__alert--warning i {
  color: #e8622c;
}
.pj-card__alert--info {
  background: #f0edfc;
  border: 1px solid #c8bcf5;
  color: #3D18BA;
}
.pj-card__alert--info i {
  color: #3D18BA;
}
.pj-card__actions {
  display: flex;
  justify-content: flex-end;
  flex: 1 1 auto;
  width: 100%;
  margin-left: auto;
}

.pj-commune-tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #eef4fb;
  color: var(--color-bleue);
  border: 1px solid #c9dbec;
  border-radius: 20px;
  padding: 3px 10px;
  font-family: "effra", sans-serif;
  font-size: 12px;
  white-space: nowrap;
}
.pj-commune-tag i {
  font-size: 10px;
  color: var(--color-orange);
}
.pj-commune-tag__cp {
  color: #8fa4b8;
}

.pj-commune-more {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: var(--color-orange);
  color: #fff;
  border: none;
  border-radius: 20px;
  padding: 3px 10px;
  font-family: "effra", sans-serif;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s;
}
.pj-commune-more:hover {
  background: #c9530a;
  color: #fff;
}

.pj-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: none;
  border-radius: 24px;
  padding: 8px 22px;
  font-family: "effra", sans-serif;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, transform 0.1s;
}
.pj-btn:active {
  transform: scale(0.97);
}
.pj-btn--cta {
  background: var(--color-orange);
  color: #fff;
}
.pj-btn--cta:hover {
  background: #c9530a;
  color: #fff;
}
.pj-btn--primary {
  background: var(--color-bleue);
  color: #fff;
}
.pj-btn--primary:hover {
  background: #0a3a50;
  color: #fff;
}
.pj-btn--secondary {
  background: #eef4fb;
  color: var(--color-bleue);
  border: 1px solid #c9dbec;
}
.pj-btn--secondary:hover {
  background: #d6e8f7;
  color: var(--color-bleue);
}

.loader-submit {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-block;
  border-top: 2px solid #FFF;
  border-right: 2px solid transparent;
  box-sizing: border-box;
  animation: rotation 0.5s linear infinite;
}

/* ~~ TABLEAUX SYNCFUSION ITL ~~ */
/* Classes row */
.row-journee_vide {
  background-color: #5086C7 !important;
}

.row-journee_vide td {
  color: #fff !important;
}

.row-journee_vide:hover td,
.row-journee_vide td.e-active {
  background-color: #5086C7 !important;
}

.row-journee_en_cours {
  background-color: #123E4E !important;
}

.row-journee_en_cours td {
  color: #fff !important;
}

.row-journee_en_cours:hover td,
.row-journee_en_cours td.e-active {
  background-color: #123E4E !important;
}

.row-journee_pleine {
  background-color: #D8657E !important;
}

.row-journee_pleine td {
  color: #fff !important;
}

.row-journee_pleine:hover td,
.row-journee_pleine td.e-active {
  background-color: #D8657E !important;
}

.row-journee_inscrit {
  background-color: #F1B94F !important;
}

.row-journee_inscrit td {
  color: #fff !important;
}

.row-journee_inscrit:hover td,
.row-journee_inscrit td.e-active {
  background-color: #F1B94F !important;
}

.row-journee_echue {
  background-color: #C6D6E9 !important;
}

.row-journee_echue td {
  color: var(--color-bleue) !important;
}

.row-journee_echue:hover td,
.row-journee_echue td.e-active {
  background-color: #C6D6E9 !important;
}

.row-journee_excusee {
  background-color: #3D18BA !important;
}

.row-journee_excusee td {
  color: var(--color-blanche) !important;
}

.row-journee_excusee:hover td,
.row-journee_excusee td.e-active {
  background-color: #3D18BA !important;
}

.e-pager .e-currentitem, .e-pager .e-currentitem:hover {
  background: var(--color-rouge) !important;
  color: #fff;
  opacity: 1;
}

.table:not(.e-table) {
  border-collapse: separate;
}

.e-grid .e-rowcell p {
  margin-bottom: 0;
  color: #000000;
  color: rgba(0, 0, 0, 0.87);
}

.tableau-syncfusion-cob {
  max-height: 800px !important;
  /*overflow-y: scroll;*/
}

.tableau-syncfusion-cob .e-gridheader {
  position: sticky !important;
  /*top: 0 !important;*/
  top: -50px !important;
  z-index: 1;
}

table td.cell-to-alignright {
  text-align: right !important;
}

/*#TableDrmCielRefuse_content_table .e-templatecell {
    display: flex !important;
}*/
.tableau-syncfusion-cob.e-grid .e-detailcell {
  padding: 0em 0 0 0.5em;
  background: var(--color-rouge);
  border-color: var(--color-anthracite);
}

.tableau-syncfusion-cob.e-grid .e-detailindentcell {
  background: var(--color-rouge);
  border-color: var(--color-rouge) !important;
}

.tableau-syncfusion-cob.e-grid .e-icon-gdownarrow,
.tableau-syncfusion-cob.e-grid .e-icon-grightarrow {
  text-indent: 5px !important;
}

.tableau-syncfusion-cob.e-grid .e-icon-gdownarrow {
  color: var(--color-rouge) !important;
}

.tableau-syncfusion-cob.e-grid .e-detailcell .e-headercontent,
.tableau-syncfusion-cob.e-grid .e-detailcell .e-grid {
  border: none;
}

.tableau-syncfusion-cob.e-grid .e-detailcell .e-gridheader {
  border: none;
}

.tableau-syncfusion-cob.e-pivotview .e-frozen-left-header,
.tableau-syncfusion-cob.e-pivotview .e-frozen-left-content {
  width: 300px;
}

.tableau-syncfusion-cob.e-pivotview .e-frozen-left-header table,
.tableau-syncfusion-cob.e-pivotview .e-frozen-left-content table {
  width: 100% !important;
}

.tableau-syncfusion-cob.e-grid.e-responsive .e-rowcell ul,
.tableau-syncfusion-cob.e-pivotview .e-grid.e-responsive .e-rowcell ul {
  list-style: circle;
  text-align: left;
  margin-top: 10px;
  font-size: 1rem;
  font-family: "effra", "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.87);
}

.tableau-syncfusion-cob.e-grid.e-responsive .e-rowcell li,
.tableau-syncfusion-cob.e-pivotview .e-grid.e-responsive .e-rowcell li {
  margin: 5px 0;
}

.tableau-syncfusion-cob .e-emptyrow {
  font-size: 1rem;
  font-family: "effra", "Roboto", sans-serif;
  text-align: center;
}

.tableau-syncfusion-cob.e-grid,
.tableau-syncfusion-cob.e-pivotview .e-grid {
  margin-top: 20px;
  margin-bottom: 20px;
}

.tableau-syncfusion-cob.e-grid .e-toolbar button {
  font-family: "Roboto", sans-serif !important;
  font-weight: 500 !important;
  min-width: 199px !important;
  width: auto !important;
  background: var(--color-bleue) !important;
  color: #fff !important;
  border-radius: 5px !important;
  font-size: 1.25rem !important;
}

.tableau-syncfusion-cob.e-grid .e-toolbar button .e-tbar-btn-text {
  color: #fff !important;
}

.tableau-syncfusion-cob.e-grid .e-toolbar button .e-btn-icon {
  color: #fff !important;
}

.tableau-syncfusion-cob.e-grid .e-toolbar {
  height: 60px !important;
}

.tableau-syncfusion-cob.e-grid .e-gridheader .e-icons:not(.e-icon-hide):not(.e-check):not(.e-stop):not(.e-icon-reorderuparrow):not(.e-icon-reorderdownarrow) {
  color: #fff !important;
}

.tableau-syncfusion-cob.e-grid .e-detailcell .e-gridheader .e-icons:not(.e-icon-hide):not(.e-check):not(.e-stop):not(.e-icon-reorderuparrow):not(.e-icon-reorderdownarrow) {
  color: var(--color-anthracite) !important;
}

.tableau-syncfusion-cob.e-grid .e-filtered::before {
  color: var(--color-bleue) !important;
}

.tableau-syncfusion-cob.e-grid .e-gridheader,
.tableau-syncfusion-cob.e-pivotview .e-grid .e-gridheader {
  color: var(--color-bleue);
}

.tableau-syncfusion-cob.e-grid.e-responsive .e-rowcell,
.tableau-syncfusion-cob.e-grid.e-responsive .e-headercelldiv,
.tableau-syncfusion-cob.e-pivotview .e-grid.e-responsive .e-rowcell,
.tableau-syncfusion-cob.e-pivotview .e-grid.e-responsive .e-headercelldiv,
.tableau-syncfusion-cob .button-cta-reverse {
  font-size: 1rem;
  font-family: "effra", "Roboto", sans-serif;
  text-align: center;
}

.tableau-syncfusion-cob.e-grid.e-responsive .e-detailcell .e-rowcell,
.tableau-syncfusion-cob.e-grid.e-responsive .e-detailcell .e-headercelldiv,
.tableau-syncfusion-cob.e-pivotview .e-grid.e-responsive .e-detailcell .e-rowcell,
.tableau-syncfusion-cob.e-pivotview .e-grid.e-responsive .e-detailcell .e-headercelldiv {
  font-size: 0.9rem;
  font-family: "effra", "Roboto", sans-serif;
  text-align: center;
}

.tableau-syncfusion-cob.e-grid.e-responsive .e-rowcell {
  height: 60px;
}

.tableau-syncfusion-cob.e-grid td.e-rowcell.sync_column_align_right {
  text-align: right !important;
}

.tableau-syncfusion-cob.e-grid.e-responsive .e-rowcell a:not(.button-cta) {
  color: var(--color-rouge) !important;
  text-decoration: underline !important;
}

.tableau-syncfusion-cob.e-grid.e-responsive .e-rowcell a:not(.button-cta):hover,
.tableau-syncfusion-cob.e-grid.e-responsive .e-rowcell a:not(.button-cta):focus,
.tableau-syncfusion-cob.e-grid.e-responsive .e-rowcell a:not(.button-cta):active {
  color: var(--color-rouge) !important;
  text-decoration: none !important;
}

.tableau-syncfusion-cob.e-pivotview .e-grid.e-responsive .e-frozen-left-content .e-rowcell {
  text-align: left;
}

.tableau-syncfusion-cob.e-grid .e-headercell,
.tableau-syncfusion-cob.e-grid .e-detailheadercell,
.tableau-syncfusion-cob.e-pivotview .e-grid .e-headercell,
.tableau-syncfusion-cob.e-pivotview .e-grid .e-detailheadercell,
.tableau-syncfusion-cob.e-pivotview .e-grid .e-headertext {
  /*color: var(--color-gris);*/
  height: 63px;
  background: var(--color-bleue);
  color: #fff;
  font-size: 1rem;
  vertical-align: middle !important;
  padding: 0 21px 0 !important;
}

.tableau-syncfusion-cob.e-grid .e-detailcell .e-headercell,
.tableau-syncfusion-cob.e-grid .e-detailcell .e-detailheadercell,
.tableau-syncfusion-cob.e-pivotview .e-grid .e-detailcell .e-headercell,
.tableau-syncfusion-cob.e-pivotview .e-grid .e-detailcell .e-detailheadercell,
.tableau-syncfusion-cob.e-pivotview .e-grid .e-detailcell .e-headertext {
  /*color: var(--color-gris);*/
  height: 33px;
  background: #ededed;
  color: var(--color-anthracite);
  font-size: 0.9rem;
  vertical-align: middle !important;
  padding: 0 21px 0 !important;
}

.tableau-syncfusion-cob.e-grid .e-headercell.e-stackedheadercell {
  text-align: center !important;
  text-transform: uppercase !important;
}

.tableau-syncfusion-cob.e-grid .e-headercell .e-headertext,
.tableau-syncfusion-cob.e-pivotview .e-grid .e-headercell .e-headertext {
  /*font-weight: bold;*/
  font-weight: 600;
  text-transform: uppercase;
}

.tableau-syncfusion-cob.e-grid th.e-headercell[aria-sort=ascending] .e-headertext,
.tableau-syncfusion-cob.e-grid th.e-headercell[aria-sort=descending] .e-headertext,
.tableau-syncfusion-cob.e-grid th.e-headercell[aria-sort=ascending] .e-sortfilterdiv,
.tableau-syncfusion-cob.e-grid th.e-headercell[aria-sort=descending] .e-sortfilterdiv {
  color: var(--color-rouge);
}

.tableau-syncfusion-cob.e-grid .e-detailcell .e-headercell .e-headertext,
.tableau-syncfusion-cob.e-pivotview .e-grid .e-detailcell .e-headercell .e-headertext {
  /*font-weight: bold;*/
  font-weight: 600;
  text-transform: initial;
}

.tableau-syncfusion-cob.e-grid .e-row:not(.e-altrow),
.tableau-syncfusion-cob.e-pivotview .e-grid .e-row:not(.e-altrow) {
  background-color: rgba(0, 0, 0, 0.05);
}

.tableau-syncfusion-cob.e-grid .e-detailcell .e-row,
.tableau-syncfusion-cob.e-pivotview .e-grid .e-detailcell .e-row {
  background-color: #ededed;
}

#TableUtilisateurStructure.tableau-syncfusion-cob.e-pivotview .e-grid td.e-active {
  background-color: #fff;
}

.tableau-syncfusion-cob.e-pivotview .e-grid .e-stackedheader {
  background-color: var(--color-bleue);
}

.tableau-syncfusion-cob.e-pivotview .e-rowsheader {
  height: 49px;
}

.tableau-syncfusion-cob.e-pivotview .e-gridcontent .e-content {
  height: auto !important;
}

.tableau-syncfusion-cob.e-pivotview .e-rowsheader .e-cellvalue {
  font-size: 1rem;
  font-family: "effra", "Roboto", sans-serif;
  text-align: center;
}

.tableau-syncfusion-cob.e-grid .e-gridheader .e-sortfilter .e-headercelldiv,
.tableau-syncfusion-cob.e-grid .e-gridheader .e-stackedheadercelldiv {
  padding-right: 0 !important;
}

.tableau-syncfusion-cob .e-checkbox-wrapper .e-frame,
.tableau-syncfusion-cob .e-css.e-checkbox-wrapper .e-frame {
  width: 25px !important;
  height: 25px !important;
}

.tableau-syncfusion-cob .e-checkbox-wrapper .e-check::before,
.tableau-syncfusion-cob .e-css.e-checkbox-wrapper .e-check::before {
  content: "";
}

.tableau-syncfusion-cob.e-grid .e-checkbox-wrapper .e-check::before,
.tableau-syncfusion-cob.e-grid .e-css.e-checkbox-wrapper .e-check::before {
  font: var(--fa-font-solid);
  content: "\f00c";
  font-size: 16px;
}

.tableau-syncfusion-cob.e-grid .e-checkbox-wrapper .e-stop::before,
.tableau-syncfusion-cob.e-grid .e-css.e-checkbox-wrapper .e-stop::before {
  line-height: 1.8;
}

.e-radio:checked + label::before {
  background-color: #fff !important;
  border-color: var(--color-rouge) !important;
}

.e-radio:checked + label::after {
  background-color: var(--color-rouge) !important;
  color: var(--color-rouge) !important;
}

.e-checkbox-wrapper .e-frame.e-check,
.e-css.e-checkbox-wrapper .e-frame.e-check {
  background-color: var(--color-rouge) !important;
}

.e-btn.e-flat.e-primary,
.e-css.e-btn.e-flat.e-primary {
  color: var(--color-rouge) !important;
}

.e-btn.e-flat.e-primary:hover,
.e-css.e-btn.e-flat.e-primary:hover {
  background-color: rgba(177, 20, 36, 0.04) !important;
}

.e-btn.e-flat.e-primary:focus,
.e-css.e-btn.e-flat.e-primary:focus {
  background-color: rgba(177, 20, 36, 0.12) !important;
}

table tr .not-colspanned-1 {
  border-right: none;
}

table tr .not-colspanned-2 {
  border-left: none;
}

table tr .not-modifiable,
table tr .not-colspanned-1 {
  min-width: 300px;
  position: sticky;
  left: 0;
  z-index: 1;
}

/* ~~ FIN TABLEAUX SYNCFUSION ~~ */
/* ~~ DATEPICKER SYNCFUSION ~~ */ /* To specify background color and border */
span.e-input-group.e-time-wrapper {
  width: 100% !important;
  border: 1px solid var(--color-gris) !important;
  border-radius: 0.25rem !important;
  padding: 0 15px 0 15px !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  line-height: 1 !important;
  color: var(--color-noire) !important;
  font-family: "effra", Arial, sans-serif, "FontAwesome" !important;
  min-height: 42px !important;
}

span.e-input-group.e-time-wrapper:focus,
span.e-input-group.e-time-wrapper:active,
span.e-input-group.e-time-wrapper.e-input-focus {
  border: 1px solid var(--color-rouge) !important;
  color: var(--color-rouge) !important;
}

.e-input-group:not(.e-float-icon-left):not(.e-float-input).e-input-focus::before,
.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input).e-input-focus::before {
  width: 0 !important;
  left: 0 !important;
  content: none !important;
}

.e-input-group:not(.e-float-icon-left):not(.e-float-input).e-input-focus::after,
.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input).e-input-focus::after {
  width: 0 !important;
  right: 0 !important;
  content: none !important;
}

.e-datetimepicker::selection,
.e-datepicker::selection {
  color: #fff !important;
  background: var(--color-rouge) !important;
}

.e-date-wrapper span.e-input-group-icon.e-date-icon.e-icons {
  color: var(--color-anthracite) !important;
  height: 24px !important;
}

.e-date-wrapper span.e-input-group-icon.e-date-icon.e-icons.e-active {
  color: var(--color-rouge) !important;
}

.e-calendar .e-btn.e-today.e-flat.e-primary, .e-calendar .e-css.e-btn.e-today.e-flat.e-primary {
  background-color: var(--color-rouge) !important;
  border-color: var(--color-rouge) !important;
  color: #fff !important;
}

.e-calendar .e-content td.e-focused-date.e-today span.e-day,
.e-calendar .e-selected span.e-day {
  background-color: var(--color-rouge) !important;
  color: #fff !important;
  border-color: var(--color-rouge) !important;
}

.e-calendar .e-content td:hover span.e-day,
.e-calendar .e-content td:focus span.e-day,
.e-bigger.e-small .e-calendar .e-content td:hover span.e-day,
.e-bigger.e-small .e-calendar .e-content td:focus span.e-day {
  background-color: var(--color-rouge) !important;
  border: 1px solid !important;
  color: #fff !important;
}

.datepicker-syncfusion-flk .e-date-wrapper {
  width: 100%;
  height: 42px;
  display: flex !important;
  align-items: center !important;
  justify-content: start !important;
  border: 1px solid var(--color-gris) !important;
  padding: 10px 15px !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  line-height: 1 !important;
  color: var(--color-anthracite) !important;
  font-family: inherit !important;
  -ms-border-radius: 4px !important;
  border-radius: 4px !important;
  position: relative !important;
  margin: 0 !important;
  background: var(--color-blanche) !important;
}

.label-datepicker-focused,
.label-textarea-focused {
  color: var(--color-rouge) !important;
}

.datepicker-syncfusion-flk .e-date-wrapper input {
  font-family: "Roboto", sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 15px !important;
  line-height: 18px !important;
  letter-spacing: 0.01em !important;
  color: var(--color-anthracite) !important;
}

.datepicker-syncfusion-flk .e-date-wrapper.e-input-focus {
  border: 1px solid var(--color-rouge) !important;
}

.datepicker-syncfusion-flk .e-date-wrapper .e-float-text {
  font-size: 14px !important;
  top: 0 !important;
  background: #fff !important;
  color: var(--color-rouge) !important;
  padding: 0 5px !important;
  left: 15px !important;
  display: inline !important;
  width: intrinsic !important; /* Safari/WebKit uses a non-standard name */
  width: -moz-max-content !important; /* Firefox/Gecko */
  width: -webkit-max-content !important; /* Chrome */
  margin: 0 !important;
}

.datepicker-syncfusion-flk .e-float-input.e-input-group.e-control-wrapper:not(.e-float-icon-left).e-error .e-float-line::before,
.datepicker-syncfusion-flk .e-float-input.e-input-group:not(.e-float-icon-left) .e-float-line::before,
.datepicker-syncfusion-flk .e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left) .e-float-line::before,
.datepicker-syncfusion-flk .e-float-input.e-input-group.e-control-wrapper:not(.e-float-icon-left).e-error .e-float-line::after,
.datepicker-syncfusion-flk .e-float-input.e-input-group:not(.e-float-icon-left) .e-float-line::after,
.datepicker-syncfusion-flk .e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left) .e-float-line::after {
  background: transparent;
}

/* ~~ FIN DATEPICKER SYNCFUSION ~~ */
/* ~~ SCHEDULE*/
.e-schedule .e-popup-content {
  padding: 0 18px 28px 28px;
}

.quick-info-header {
  background-color: white;
  padding: 8px 18px 0 18px;
}

.quick-info-header-content {
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
  padding: 5px 10px 5px;
}

.quick-info-title {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.48px;
  height: 22px;
}

.duration-text {
  font-size: 11px;
  letter-spacing: 0.33px;
  height: 14px;
}

.content-area {
  padding: 10px;
  width: auto;
}

.meeting-type-wrap,
.meeting-subject-wrap,
.notes-wrap {
  font-size: 11px;
  color: #666;
  letter-spacing: 0.33px;
  height: 24px;
  padding: 5px 0;
}

.event-content div label {
  display: inline-block;
  min-width: 45px;
  color: #666;
}

.event-content div span {
  font-size: 11px;
  color: #151515;
  letter-spacing: 0.33px;
  line-height: 14px;
  padding-left: 8px;
}

.cell-footer.e-btn {
  background-color: #ffffff;
  border-color: #878787;
  color: #878787;
}

.cell-footer {
  padding-top: 10px;
}

.e-quick-popup-wrapper .e-cell-popup .e-popup-content {
  padding: 0 14px !important;
}

.e-quick-popup-wrapper .e-event-popup .e-popup-footer {
  display: block;
}

.e-quick-popup-wrapper .e-popup-footer button:first-child {
  margin-right: 5px;
}

.bootstrap-dark .quick-info-header,
.fabric-dark .quick-info-header {
  background-color: #1a1a1a;
}

.material-dark .quick-info-header {
  background-color: #424242;
}

.highcontrast .quick-info-header,
.tailwind-dark .quick-info-header,
.bootstrap-dark .quick-info-header,
.bootstrap5-dark .quick-info-header,
.fluent-dark .quick-info-header,
.fabric-dark .quick-info-header {
  background-color: transparent;
}

.tailwind-dark .quick-info-header-content,
.bootstrap-dark .quick-info-header-content,
.fabric-dark .quick-info-header-content,
.material-dark .quick-info-header-content,
.highcontrast .quick-info-header-content {
  color: #fff !important;
}

.tailwind-dark .event-content div label,
.tailwind-dark .event-content div span,
.bootstrap-dark .event-content div label,
.bootstrap-dark .event-content div span,
.bootstrap5-dark .event-content div label,
.bootstrap5-dark .event-content div span,
.fluent-dark .event-content div label,
.fluent-dark .event-content div span,
.fabric-dark .event-content div label,
.fabric-dark .event-content div span,
.material-dark .event-content div label,
.material-dark .event-content div span,
.highcontrast .event-content div label,
.highcontrast .event-content div span {
  color: #fff;
}

.material .e-quick-popup-wrapper .e-popup-footer {
  display: block !important;
  padding: 0px 18px 8px 22px !important;
}

.e-schedule .e-vertical-view .e-content-wrap .e-appointment,
.e-schedule .e-timeline-view .e-content-wrap .e-appointment {
  border-radius: 5px !important;
  padding: 0;
}

.e-schedule .e-vertical-view .e-content-wrap .e-appointment .e-appointment-details {
  padding: 0 !important;
  height: 100%;
  width: 100%;
}

.e-schedule .template-wrap {
  height: 100%;
  white-space: normal;
  width: 100%;
}

.e-schedule .template-wrap .image {
  padding: 0 0 4px;
}

.e-schedule .template-wrap .image img {
  height: 100px;
  width: 100%;
  padding: 10px 25%;
}

.e-schedule .template-wrap .subject {
  font-weight: 600;
  font-size: 15px;
  padding: 4px 4px 4px;
  height: 25px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.e-schedule .template-wrap .time {
  height: 50px;
}

.e-schedule .template-wrap .time,
.e-schedule .template-wrap .description {
  font-size: 12px;
  padding: 4px 6px 4px;
  overflow: hidden;
}

@media only screen and (max-width: 360px) {
  .e-schedule .e-vertical-view .e-content-wrap .e-appointment {
    border-radius: 2px;
  }
  .e-schedule .template-wrap .image img {
    height: 50px;
  }
  .e-schedule .template-wrap .tags {
    display: none;
  }
}
.e-schedule .e-timeline-view .e-appointment .e-appointment-details {
  padding: 0;
  height: 100%;
  width: 100%;
}

.e-schedule .e-timeline-view .template-wrap {
  width: 100%;
}

.e-schedule .e-timeline-view .template-wrap .subject {
  font-size: 16px;
  height: 36px;
  text-align: center;
}

.e-bigger .e-more-popup-wrapper .e-appointment,
.e-more-popup-wrapper .e-appointment {
  padding: 0 !important;
}

.evenement_schedule_flk {
  padding: 10px;
}

.evenement_schedule_flk.journee_vide {
  background-color: var(--color_bleu_fredon);
}

.evenement_schedule_flk.journee_en_cours {
  background-color: #123E4E;
}

.evenement_schedule_flk.journee_pleine {
  background-color: #D8657E;
}

.evenement_schedule_flk.journee_inscrit {
  background-color: #F1B94F;
}

.evenement_schedule_flk.journee_echue {
  background-color: #C6D6E9;
}

.evenement_schedule_flk.journee_excusee {
  background-color: #3D18BA;
}

.evenement_schedule_flk .titre_prospection {
  font-family: "rogue-serif";
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.evenement_schedule_flk .date_prospection,
.evenement_schedule_flk .ville_prospection {
  font-family: "effra";
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.quick-info-title {
  font-family: "rogue-serif", sans-serif;
  font-size: 18px;
  letter-spacing: normal;
  line-height: 1.2;
  color: var(--color-bleue);
}

.quick-info-title a {
  color: var(--color-rouge);
}

.duration-text {
  letter-spacing: normal;
  font-family: "effra", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  color: var(--color-bleue);
}

.event-content {
  font-family: "effra", sans-serif;
  letter-spacing: normal;
  color: var(--color-bleue);
}

.event-content .meeting-type-wrap label,
.event-content .meeting-type-wrap span,
.event-content .notes-wrap label,
.event-content .notes-wrap span {
  font-family: "effra", sans-serif;
  letter-spacing: normal;
  line-height: 1.2;
  font-size: 13px;
  min-width: 0;
  color: var(--color-bleue);
}

.event-content .meeting-type-wrap label .event-content .notes-wrap label {
  font-weight: 500;
}

/*.agenda-admin-page .entete-bloc {
    margin-bottom: 18px;
}*/
.accueil-admin-calendar.e-schedule {
  background: #fff;
  border: 1px solid #dfe7eb;
  border-radius: 6px;
  box-shadow: 0 10px 22px rgba(12, 78, 103, 0.08);
  font-family: "effra", sans-serif;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
}

.accueil-admin-calendar.e-schedule .e-schedule-toolbar {
  border-bottom: 1px solid #dfe7eb;
  box-shadow: none;
}

.accueil-admin-calendar.e-schedule .e-toolbar .e-toolbar-items {
  min-height: 52px;
}

.accueil-admin-calendar.e-schedule .e-toolbar .e-tbar-btn,
.accueil-admin-calendar.e-schedule .e-toolbar .e-tbar-btn .e-tbar-btn-text {
  font-family: "effra", sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.accueil-admin-calendar.e-schedule .e-toolbar .e-toolbar-item.e-active-view .e-tbar-btn-text {
  color: var(--color_orange_fredon) !important;
}

.accueil-admin-calendar.e-schedule .e-month-view .e-date-header-wrap table td {
  background: #f6f8f9;
  color: var(--color_bleu_fredon);
  font-family: "effra", sans-serif;
  font-size: 13px;
  font-weight: 700;
  height: 34px;
  padding-left: 8px;
}

.accueil-admin-calendar.e-schedule .e-month-view .e-work-cells {
  background: #fff;
  border-color: #dfe7eb;
}

.accueil-admin-calendar.e-schedule .e-month-view .e-work-cells.e-other-month {
  background: #f8fafb;
}

.accueil-admin-calendar.e-schedule .e-month-view .e-work-cells.e-current-day {
  background: #fff9eb;
}

.accueil-admin-calendar.e-schedule .e-month-view .e-date-header {
  color: var(--color_bleu_fredon);
  font-size: 13px;
  font-weight: 700;
  padding: 7px 8px 4px;
}

.accueil-admin-calendar.e-schedule .e-month-view .e-other-month .e-date-header {
  color: #6f7f88;
  font-weight: 500;
}

.accueil-admin-calendar.e-schedule .e-month-view .e-appointment {
  background: transparent !important;
  border: 0 !important;
  border-radius: 4px !important;
  box-shadow: none;
  margin: 2px 7px !important;
  min-height: 24px;
}

.accueil-admin-calendar.e-schedule .e-month-view .e-appointment .e-appointment-details {
  height: 100%;
  padding: 0 !important;
}

.accueil-admin-calendar.e-schedule .e-month-view .agenda-admin-event {
  align-items: center;
  border-left: 3px solid rgba(255, 255, 255, 0.55);
  border-radius: 4px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.08);
  color: #fff;
  display: flex;
  gap: 6px;
  min-height: 22px;
  padding: 3px 7px;
}

.accueil-admin-calendar.e-schedule .e-month-view .agenda-admin-event .titre_prospection {
  flex: 1 1 auto;
  font-family: "effra", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  min-width: 0;
}

.accueil-admin-calendar.e-schedule .e-month-view .agenda-admin-event .date_prospection,
.accueil-admin-calendar.e-schedule .e-month-view .agenda-admin-event .ville_prospection {
  display: none;
}

.accueil-admin-calendar.e-schedule .e-month-view .agenda-admin-event .places_prospection {
  background: rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: inherit;
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  padding: 0 6px;
}

.accueil-admin-calendar.e-schedule .e-month-view .agenda-admin-event.journee_echue {
  background: #e8f0f7;
  border-color: #b9cada;
  color: var(--color_bleu_fredon);
}

.accueil-admin-calendar.e-schedule .e-month-view .agenda-admin-event.journee_echue .places_prospection {
  background: rgba(12, 78, 103, 0.12);
}

.accueil-admin-calendar.e-schedule .e-month-view .e-more-indicator {
  color: var(--color_bleu_fredon);
  font-size: 12px;
  font-weight: 700;
  padding-left: 8px;
}

.e-more-popup-wrapper .e-appointment {
  background: transparent !important;
  border: 0 !important;
  border-radius: 5px !important;
  height: auto !important;
  margin: 6px 0;
  min-height: 54px;
  padding: 0 !important;
}

.e-more-popup-wrapper .agenda-admin-event {
  border-left: 4px solid rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  color: #fff;
  display: grid;
  gap: 2px 8px;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 54px;
  padding: 7px 9px;
}

.e-more-popup-wrapper .agenda-admin-event .titre_prospection {
  font-family: "effra", sans-serif;
  font-size: 13px;
  font-weight: 700;
  grid-column: 1;
  line-height: 16px;
  min-width: 0;
  white-space: normal;
}

.e-more-popup-wrapper .agenda-admin-event .places_prospection {
  align-self: start;
  background: rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: inherit;
  font-size: 11px;
  font-weight: 700;
  grid-column: 2;
  line-height: 16px;
  padding: 0 6px;
}

.e-more-popup-wrapper .agenda-admin-event .date_prospection,
.e-more-popup-wrapper .agenda-admin-event .ville_prospection {
  font-family: "effra", sans-serif;
  font-size: 12px;
  grid-column: 1/-1;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.e-more-popup-wrapper .agenda-admin-event.journee_echue {
  background: #e8f0f7;
  border-color: #b9cada;
  color: var(--color_bleu_fredon);
}

.e-more-popup-wrapper .agenda-admin-event.journee_echue .places_prospection {
  background: rgba(12, 78, 103, 0.12);
}

.e-more-popup-wrapper .e-more-event-content {
  max-height: 320px !important;
  padding: 8px 10px 10px !important;
}

/* ## Fin Schedule ## */
/* ## DateTimePicker Syncfusion ## */
/* ~~ DATEPICKER SYNCFUSION ~~ */ /* To specify background color and border */
.datepicker-syncfusion-flk .e-datetime-wrapper {
  width: 100% !important;
  height: 100% !important;
  padding: 5px 15px 5px 15px !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  line-height: 1 !important;
  color: var(--color-bleue) !important;
  border: 1px solid var(--color-bleue) !important;
  background: var(--bg-blanc) !important;
  border-radius: 0.25rem !important;
}

.datepicker-syncfusion-flk .e-datetime-wrapper input {
  font-size: 16px !important;
  padding: 0 !important;
  font-family: "effra", sans-serif !important;
}

.e-input-group:not(.e-float-icon-left):not(.e-float-input).e-input-focus::before,
.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input).e-input-focus::before {
  width: 0 !important;
  left: 0 !important;
  content: none !important;
}

.e-input-group:not(.e-float-icon-left):not(.e-float-input).e-input-focus::after,
.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input).e-input-focus::after {
  width: 0 !important;
  right: 0 !important;
  content: none !important;
}

.e-datetimepicker::selection,
.e-datepicker::selection {
  color: #fff !important;
  background: var(--color-rouge) !important;
}

.e-date-wrapper span.e-input-group-icon.e-date-icon.e-icons {
  color: #272727 !important;
  height: 24px !important;
}

.e-date-wrapper span.e-input-group-icon.e-date-icon.e-icons.e-active {
  color: var(--color-rouge) !important;
}

.e-calendar .e-btn.e-today.e-flat.e-primary, .e-calendar .e-css.e-btn.e-today.e-flat.e-primary {
  background-color: var(--color-rouge) !important;
  border-color: var(--color-rouge) !important;
  color: #fff !important;
}

.e-calendar .e-content td.e-focused-date.e-today span.e-day,
.e-calendar .e-selected span.e-day {
  background-color: var(--color-rouge) !important;
  color: #fff !important;
  border-color: var(--color-rouge) !important;
}

.e-calendar .e-content td:hover span.e-day,
.e-calendar .e-content td:focus span.e-day,
.e-bigger.e-small .e-calendar .e-content td:hover span.e-day,
.e-bigger.e-small .e-calendar .e-content td:focus span.e-day {
  background-color: var(--color-rouge) !important;
  border: 1px solid !important;
  color: #fff !important;
}

.datepicker-syncfusion-flk .e-date-wrapper {
  width: 100%;
  height: 45px;
  display: flex !important;
  align-items: center !important;
  justify-content: start !important;
  border: 1px solid #D1D1D6 !important;
  padding: 10px 15px !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  line-height: 1 !important;
  color: #272727 !important;
  font-family: inherit !important;
  -ms-border-radius: 10px !important;
  border-radius: 10px !important;
  position: relative !important;
  margin: 0 !important;
}

.datepicker-syncfusion-flk .e-date-wrapper input {
  font-family: "Roboto", sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 15px !important;
  line-height: 18px !important;
  letter-spacing: 0.01em !important;
  color: #272727 !important;
}

.datepicker-syncfusion-flk .e-date-wrapper.e-input-focus {
  border: 1px solid var(--color-rouge) !important;
}

.datepicker-syncfusion-flk .e-date-wrapper .e-float-text {
  font-size: 14px !important;
  top: 0 !important;
  background: #fff !important;
  color: var(--color-rouge) !important;
  padding: 0 5px !important;
  left: 15px !important;
  display: inline !important;
  width: intrinsic !important; /* Safari/WebKit uses a non-standard name */
  width: -moz-max-content !important; /* Firefox/Gecko */
  width: -webkit-max-content !important; /* Chrome */
  margin: 0 !important;
}

.datepicker-syncfusion-flk .e-float-input.e-input-group.e-control-wrapper:not(.e-float-icon-left).e-error .e-float-line::before,
.datepicker-syncfusion-flk .e-float-input.e-input-group:not(.e-float-icon-left) .e-float-line::before,
.datepicker-syncfusion-flk .e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left) .e-float-line::before,
.datepicker-syncfusion-flk .e-float-input.e-input-group.e-control-wrapper:not(.e-float-icon-left).e-error .e-float-line::after,
.datepicker-syncfusion-flk .e-float-input.e-input-group:not(.e-float-icon-left) .e-float-line::after,
.datepicker-syncfusion-flk .e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left) .e-float-line::after {
  background: transparent;
}

/* ~~ FIN DATEPICKER SYNCFUSION ~~ */
/* ## Fin dateTimePicker Syncfusion ## */
/* ## Switch Syncfusion ## */
.e-switch-wrapper .e-switch-handle.e-switch-active,
.e-css.e-switch-wrapper .e-switch-handle.e-switch-active {
  background-color: var(--color-rouge) !important;
}

.e-switch-wrapper:hover .e-switch-handle.e-switch-active,
.e-css.e-switch-wrapper:hover .e-switch-handle.e-switch-active {
  background: var(--color-rouge) !important;
}

.e-switch-wrapper .e-switch-on, .e-css.e-switch-wrapper .e-switch-on {
  background-color: var(--color-rouge) !important;
}

/* ## Fin Switch Syncfusion ## */
.e-schedule .e-vertical-view .e-header-cells.e-current-day {
  color: var(--color_orange_fredon) !important;
}

.e-toolbar .e-toolbar-items .e-toolbar-item.e-active-view .e-tbar-btn-text {
  color: var(--color_orange_fredon) !important;
}

/* ## Colonne action template — boutons harmonises ## */
.tableau-syncfusion-fredon .e-templatecell,
.tableau-syncfusion-fredon td.actions--wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
}

.tableau-syncfusion-fredon .e-templatecell > div:has(.button-cta),
.tableau-syncfusion-fredon .e-templatecell > div:has(.button-cta-table),
.tableau-syncfusion-fredon .e-templatecell > div:has(.btn-link),
.tableau-syncfusion-fredon .e-templatecell > div:has(.btn-danger) {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 6px !important;
  justify-content: center;
}

.tableau-syncfusion-fredon .e-templatecell .button-cta,
.tableau-syncfusion-fredon .e-templatecell .button-cta-table,
.tableau-syncfusion-fredon .e-templatecell .btn-link,
.tableau-syncfusion-fredon .e-templatecell .btn-danger {
  --syncfusion-action-bg: var(--color_orange_fredon);
  --syncfusion-action-bg-hover: var(--color_bleu_fredon);
  align-items: center !important;
  background-color: var(--syncfusion-action-bg) !important;
  border: 0 !important;
  border-radius: 4px !important;
  color: var(--white) !important;
  display: inline-flex !important;
  flex: 0 0 auto;
  font-size: 1rem;
  gap: 0.35rem;
  justify-content: center !important;
  line-height: 1;
  margin: 0 !important;
  min-height: 39px;
  min-width: 45px;
  padding: 0.65em 0.9em !important;
  text-align: center;
  text-decoration: none !important;
  vertical-align: middle;
}

.tableau-syncfusion-fredon .e-templatecell .cancel-button,
.tableau-syncfusion-fredon .e-templatecell .btn-invalider-delegation,
.tableau-syncfusion-fredon .e-templatecell .btn-supprimer-campagne,
.tableau-syncfusion-fredon .e-templatecell .btn-supprimer-liaison,
.tableau-syncfusion-fredon .e-templatecell .btn-supprimer-exploitant,
.tableau-syncfusion-fredon .e-templatecell .delete-inscritpion,
.tableau-syncfusion-fredon .e-templatecell .btn-action-user[data-action=block],
.tableau-syncfusion-fredon .e-templatecell .btn-action-user[data-action=delete] {
  --syncfusion-action-bg: var(--color_bleu_fredon);
  --syncfusion-action-bg-hover: var(--color_orange_fredon);
}

.tableau-syncfusion-fredon .e-templatecell .valide-button,
.tableau-syncfusion-fredon .e-templatecell .btn-valider-delegation {
  --syncfusion-action-bg: var(--color_orange_fredon);
  --syncfusion-action-bg-hover: var(--color_bleu_fredon);
}

.tableau-syncfusion-fredon .e-templatecell .button-cta:hover,
.tableau-syncfusion-fredon .e-templatecell .button-cta:focus,
.tableau-syncfusion-fredon .e-templatecell .button-cta-table:hover,
.tableau-syncfusion-fredon .e-templatecell .button-cta-table:focus,
.tableau-syncfusion-fredon .e-templatecell .btn-link:hover,
.tableau-syncfusion-fredon .e-templatecell .btn-link:focus,
.tableau-syncfusion-fredon .e-templatecell .btn-danger:hover,
.tableau-syncfusion-fredon .e-templatecell .btn-danger:focus {
  background-color: var(--syncfusion-action-bg-hover) !important;
  color: var(--white) !important;
  text-decoration: none !important;
}

.tableau-syncfusion-fredon .e-templatecell .button-cta:disabled,
.tableau-syncfusion-fredon .e-templatecell .button-cta-table:disabled,
.tableau-syncfusion-fredon .e-templatecell .btn-link:disabled,
.tableau-syncfusion-fredon .e-templatecell .btn-danger:disabled {
  opacity: 0.5;
  transform: none !important;
}

.tableau-syncfusion-fredon .e-templatecell .button-cta i,
.tableau-syncfusion-fredon .e-templatecell .button-cta-table i,
.tableau-syncfusion-fredon .e-templatecell .btn-link i,
.tableau-syncfusion-fredon .e-templatecell .btn-danger i {
  color: var(--white) !important;
  font-size: 1rem !important;
  height: 1em;
  line-height: 1;
  margin: 0 !important;
  width: 1em;
}

/* ## Fin colonne action template ## */
/* ## Styles grille FREDON (miroir COB avec couleurs FREDON) ## */
.tableau-syncfusion-fredon.e-grid.e-responsive .e-rowcell li {
  margin: 5px 0;
}

.tableau-syncfusion-fredon .e-emptyrow {
  font-size: 1rem;
  font-family: "effra", "Roboto", sans-serif;
  text-align: center;
}

.tableau-syncfusion-fredon.e-grid {
  margin-top: 20px;
  margin-bottom: 20px;
}

.tableau-syncfusion-fredon.e-grid .e-toolbar {
  height: 60px !important;
}

.tableau-syncfusion-fredon.e-grid .e-toolbar button[id$=_excelexport],
.tableau-syncfusion-fredon.e-grid .e-toolbar button[id$=_csvexport],
.tableau-syncfusion-fredon.e-grid .e-toolbar button[id$=_pdfexport] {
  align-items: center !important;
  background: var(--color_bleu_fredon) !important;
  border: 0 !important;
  border-radius: 5px !important;
  color: #fff !important;
  display: inline-flex !important;
  font-family: "effra", "Roboto", sans-serif !important;
  font-size: 1.05rem !important;
  font-weight: 700 !important;
  height: 42px !important;
  justify-content: center !important;
  min-width: 199px !important;
  padding: 0 18px !important;
  width: auto !important;
}

.tableau-syncfusion-fredon.e-grid .e-toolbar button[id$=_excelexport] .e-tbar-btn-text,
.tableau-syncfusion-fredon.e-grid .e-toolbar button[id$=_csvexport] .e-tbar-btn-text,
.tableau-syncfusion-fredon.e-grid .e-toolbar button[id$=_pdfexport] .e-tbar-btn-text,
.tableau-syncfusion-fredon.e-grid .e-toolbar button[id$=_excelexport] .e-btn-icon,
.tableau-syncfusion-fredon.e-grid .e-toolbar button[id$=_csvexport] .e-btn-icon,
.tableau-syncfusion-fredon.e-grid .e-toolbar button[id$=_pdfexport] .e-btn-icon {
  color: #fff !important;
}

.tableau-syncfusion-fredon.e-grid .e-toolbar button[id$=_excelexport]:hover,
.tableau-syncfusion-fredon.e-grid .e-toolbar button[id$=_csvexport]:hover,
.tableau-syncfusion-fredon.e-grid .e-toolbar button[id$=_pdfexport]:hover,
.tableau-syncfusion-fredon.e-grid .e-toolbar button[id$=_excelexport]:focus,
.tableau-syncfusion-fredon.e-grid .e-toolbar button[id$=_csvexport]:focus,
.tableau-syncfusion-fredon.e-grid .e-toolbar button[id$=_pdfexport]:focus {
  background: #123E4E !important;
  color: #fff !important;
}

.tableau-syncfusion-fredon.e-grid .e-gridheader .e-icons:not(.e-icon-hide):not(.e-check):not(.e-stop):not(.e-icon-reorderuparrow):not(.e-icon-reorderdownarrow) {
  color: #fff !important;
}

.tableau-syncfusion-fredon.e-grid .e-filtered::before {
  color: var(--color_bleu_fredon) !important;
}

.tableau-syncfusion-fredon.e-grid .e-gridheader {
  color: var(--color_bleu_fredon);
}

.tableau-syncfusion-fredon.e-grid.e-responsive .e-rowcell,
.tableau-syncfusion-fredon.e-grid.e-responsive .e-headercelldiv {
  font-size: 1rem;
  font-family: "effra", "Roboto", sans-serif;
  text-align: center;
}

.tableau-syncfusion-fredon.e-grid.e-responsive .e-rowcell {
  height: 48px;
}

.tableau-syncfusion-fredon.e-grid td.e-rowcell.sync_column_align_right {
  text-align: right !important;
}

.tableau-syncfusion-fredon.e-grid .e-headercell,
.tableau-syncfusion-fredon.e-grid .e-detailheadercell {
  height: 50px;
  background: var(--color_bleu_fredon);
  color: #fff;
  font-size: 1rem;
  vertical-align: middle !important;
  padding: 0 21px 0 !important;
}

.tableau-syncfusion-fredon.e-grid .e-headercell .e-headertext {
  font-weight: 600;
  text-transform: uppercase;
}

.tableau-syncfusion-fredon.e-grid th.e-headercell[aria-sort=ascending] .e-headertext,
.tableau-syncfusion-fredon.e-grid th.e-headercell[aria-sort=descending] .e-headertext,
.tableau-syncfusion-fredon.e-grid th.e-headercell[aria-sort=ascending] .e-sortfilterdiv,
.tableau-syncfusion-fredon.e-grid th.e-headercell[aria-sort=descending] .e-sortfilterdiv {
  color: var(--color_orange_fredon);
}

.tableau-syncfusion-fredon.e-grid .e-row:not(.e-altrow) {
  background-color: rgba(0, 0, 0, 0.05);
}

.tableau-syncfusion-fredon.e-grid .e-gridheader .e-sortfilter .e-headercelldiv,
.tableau-syncfusion-fredon.e-grid .e-gridheader .e-stackedheadercelldiv {
  padding-right: 0 !important;
}

/* ## Fin styles grille FREDON ## */

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