body {
  font-size: 14px;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #666;
  background: #f5f5f5;
}



a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.lienActif {
  font-weight: 700 !important;
}

label.required:after {
  content: "*";
}

#champsrequis:before {
  content: "*";
}

.estarchive {
  font-style: italic;
  border: 1px solid #fff;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.75);
}

thead>tr>th.sorting_desc:before,
thead>tr>th.sorting_desc:after,
thead>tr>th.sorting:before,
thead>tr>th.sorting:after {
  font-size: 1.7em !important;
}

/* ------------ Sidenav CSS ------------- */
#sidenav {
  overflow: auto;
  position: fixed;
  width: 200px;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  background: #fff;
  border-right: 1px solid #2898D5;
}

#sidenav.open {
  left: -300px;
}

#sidenav .logo {
  width: 100%;
  padding: 0;
  background: #fff;
  display: block;
}

#sidenav .logo a {
  color: #1C1C1C;
  font-size: 30px;
}

#sidenav .logo a.nav-icon {
  display: none;
}

#sidenav .menu {
  position: static;
}

#sidenav .menu ul {
  list-style: none;
  background: #fff;
  padding: 10% 0;
  margin: 0;
}

#sidenav .menu ul li {
  padding: 3px 5%;
}

#sidenav .menu ul li a {
  font-size: 16px;
  color: #1C1C1C;
  font-weight: 400;
  display: block;
}

#sidenav .menu ul li a:hover {
  color: #2898D5;
}

#sidenav .menu ul li ul {
  list-style: none;
  margin: 10px auto 0;
  padding: 10px 15px;
  border-top: solid 1px rgba(255, 255, 255, 0.08);
  border-bottom: solid 1px rgba(255, 255, 255, 0.08);
}

#sidenav .menu ul li ul li {
  padding: 2px 3px;
}

#sidenav .menu ul li ul li a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 768px) {
  #sidenav {
    width: 100%;
    height: 60px;
    background: none;
  }

  #sidenav .logo {
    padding: 10px 20px;
  }

  #sidenav .logo a {
    font-size: 20px;
  }

  #sidenav .logo a.nav-icon {
    display: inline;
  }

  #sidenav .menu {
    display: none;
  }

  #sidenav .menu.open {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
    display: block !important;
  }

  #sidenav .menu ul {
    border-top: solid 1px #333;
  }

  #sidenav .menu ul li {
    padding: 6px 5%;
  }

  .contenu {
    margin-left: 0px !important;
    margin-top: 60px;
  }

  .customNav {
    display: none !important;
  }

}

.contenu {
  margin-left: 205px;
}

.copyright {
  font-size: 13px;
}

/* DATEPICKER FORMULAIRES */

.js-datepicker {
  width: 100%;
}

/* FILTRE LONGUEUR TABLEAUX DATATABLE */

.dataTables_length .form-select {
  display: inline;
  width: auto;
}

/* COULEURS BOUTONS */

.boutonNeutre {
  background-color: #94C11F;
  color: #fff;
}

.boutonValidation,
.buttons-copy {
  background-color: #94C11F;
  color: #fff;
}

.boutonInfo,
.buttons-excel {
  background-color: #2898D5;
  color: #fff;
}

.boutonAttention,
.buttons-pdf {
  background-color: #F39200;
  color: #fff;
}

.boutonDanger {
  background-color: #D60B52;
  color: #fff;
}

.active>.page-link,
.page-link.active {
  background-color: #2898D5;
}

table tr td a {
  color: #2898D5;
}

.buttons-copy,
.buttons-excel,
.buttons-pdf {
  border: none;
}

.inlineCheckbox label {
  display: inline;
}

/** CAROUSEL **/

#slide1 {
  
  background: #00BCD4
}

#slide2 {
  background: #4CAF50
}

#slide3 {
  background: #CDDC39
}

#slide4 {
  background: #FFC107
}

#slide5 {
  background: #D60B52
}

/** Frise chonologiqque PRF **/


#chevron {
  display: inline-block;
  min-width: 220px;
  text-align: center;
  padding: 18px 0;
  height: 50px;
  clip-path: polygon(100% 0%, 100% 65%, 51% 90%, 0% 65%, 0% 0%, 50% 28%);
}

.frise {
  margin-top: 20px;
}

.texteAccueil {
  padding-top: 75px;
}

#titrePage {
  margin-left: 250px;
}

#prfs a {
  font-size: 15px !important;
}

#autreplans a {
  font-size: 15px !important;
}


.dataTables_filter label {
  font-weight: bold !important;
}

.fondEtape {
  background-color: #b6cdff;
}

.ts-control {
  border-radius: .375rem !important;
  background-color: #fff !important;
  background-image: none !important;
  border-color: #ced4da !important;
}

.focus {
  border-radius: .375rem !important;
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25) !important;
  outline: 0;
}

.ts-control input[placeholder],
.ts-control .item {
  font-size: 16px !important;
}

#formation_competences_ccn_autocomplete-ts-control,
#formation_organisme_formation_autocomplete-ts-control {
  font-size: 1rem;
}

#tableauusers_filter label {
  display: flex;
}

.ui-widget {
  width: 400px;
  border-radius: 25px;
}

.headerAccordion {
  background-color: #fff;
  border-radius: 25px;
  border: 0 !important;
}

.ui-state-default {
  border: 0 !important;
  background: #fff !important;
}

.headerAccordion:hover {
  background-color: #f5f5f5 !important;
}

.ui-icon {
  margin-top: 5px;
  margin-right: 20px;
  float: right;
}

.ui-state-hover span.ui-icon {
  background-color: grey;
}

.ui-widget-content {
  background: #ddd;
}

.labelVueFormation {
  color: rgb(6, 78, 6);
}

.bg-jaune {
  background-color: rgb(192, 192, 30);
}

#cke_1_contents,
#cke_3_contents {
  min-height: 487px !important;
}

#cke_session_remarques #cke_1_contents {
  min-height: 200px !important;
}

.orangefonce {
  background-color: #f19100 !important;
}

.jauneclair {
  background-color: #F5FEA8 !important;
}

.bleuclair {
  background-color: #2898d5 !important;
}

.textebleuclair {
  color: #2898d5 !important;
}

.textevertclair {
  color: #94c11f !important;
}


.orangeclair {
  background-color: #f39200 !important;
}

.vertclair {
  background-color: #94c11f !important;
}

.grisclair {
  background-color: lightgray !important;
}


.rougeclair {
  background-color: #d60b52 !important;
}

.violet {
  background-color: #a2185b !important;
  color: #fff;
}

.customtd td:nth-child(5),
.customtd td:nth-child(4) {
  text-align: center;
}

.custombutton:hover {
  background-color: grey;
}

.ui-accordion:hover .ui-accordion-header:hover hr {
  color: #1C1C1C;
}

.col-2_4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.leftBarButton {
  background-color: rgb(144, 186, 248);
}

.tableaupositionnements td:nth-child(6),
.tableaupositionnements td:nth-child(4),
.tableaupositionnements td:nth-child(5) {
  text-align: center;
}

#calendrierarml {
  width: 100%;
  overflow: auto;
  display: block;
  transform: rotateX(180deg);
  font-size: 10px;
}

#calendrierarml tbody {
  transform: rotateX(180deg);
}

table#calendrierarml td div {
  width: 150px;
  display: block;
  text-align: center;
}

.moiscalendrier {
  text-transform: uppercase;
  text-align: center;
  position: sticky;
  left: 0;
  z-index: 9999;
  background-color: #9bcfff;
  font-weight: bold;
}

.moiscalendrier div {
  width: 115px !important;
}

.jourscalendrier {
  background-color: #BEFEA8;
  padding: 5px 0;
  font-weight: bold;
}

table#calendrierarml tbody td {
  border-radius: 20px !important;
}

.nouvelleInfo {
  animation: clignoter 1.3s infinite;
}

@keyframes clignoter {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}

.btn-light {
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
}

.btn-check:focus+.btn, .btn:focus {
  border-color: transparent;
  outline: none;
  box-shadow: none;
}

.carte-categorie:hover {
  background: #00000006;
  cursor: pointer;
}

.carte-categorie {
  position: relative;
  height: 200px;
  width: 150px;
  overflow: hidden;
}

.carte-categorie p {
  width: 100%;
  height: 56px;
}
.carte-categorie:hover .crayonEdit {
  display: block;
}

.carte-categorie:hover .categorieDelete {
  display: block;
}


.categorieDelete {
  font-size: 20px;
  display: none;
  position: absolute;
  bottom: 4px;
  right: 4px;
  border: none;
  outline: none;
  background-color: transparent;
}
.crayonEdit {
  font-size: 20px;
  display: none;
  position: absolute;
  top: 4px;
  right: 4px;
  border: none;
  outline: none;
  background-color: transparent;
}

.documentsRecuperer1, .documentsRecuperer2,
.documentsRecuperer3, .documentsRecuperer4,
.documentsRecuperer5, .documentsRecuperer6 {
  display: none;
}

.croixSupprimer {
  background: transparent;
  border: none;
}
.formSupprimer {
  display: inline-block;
}

.iconDossier {
  color: #F39200 !important;
}

.iconDossier .fa-clock {
  position: absolute;
  top: 7px;
  left: 7px;
}

.dossierActif .iconDossier {
  color : #2898D5 !important;
}

.grid-2-columns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-2-columns li {
  width: 100%;
}

.list-group-item {
  padding: 0px 10px !important;
}

.list-group-item:last-child, .list-group-item:first-child {
  border-bottom-right-radius: 0 ;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.input_documents {
  display: none;
}

.labelInput:hover {
  color: #2898D5 !important;
}

.btnUpload {
  border: 1px solid rgb(201, 200, 200);
  background-color: #F39200;
}

.text-orange {
  color: #F39200
}

.boutonUpload {
  width: 40px;
  transition: .3s;
}

.boutonUpload:hover {
  transform: scale(1.2);
}

#actualiteModal .modal-content{
  width: 130%;
}
#documentmodal .modal-content{
  width: 150%;
}

#tableTask td{
  padding-top: 0px;
  padding-bottom: 0px;  
}
#tableau_positionnements {
  width: 100%;
}

.select-small-text {
  font-size: 1em;
}


.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1040;
}


.badge-pill {
  color: #ffffff;
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, 
  border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-color: #2898D5;
}

.badge-plf {
  background-color: #94C11F;
}

.badge-prf {
  background-color: #d60b52;
}

.badge-acnact {
  background-color: #FFC107;
}


.taskDone {
    background-color: #94C11F;
}

.taskToDo {
    background-color: #b0adad;
}

