:root {
    --header-footer-background-color: #fcfcfc;
}

header {
    background-color: var(--header-footer-background-color);
}

a { text-decoration: none; }
a:hover:not(.btn) {text-decoration: underline; }

form ul.errorlist {
  list-style: none;
  margin: 0 0 0.5rem 0;
  padding: 0;
  color: #dc3545;
  font-size: 0.875em;
  min-width: 100.25em;
}

#logo-cr {
    display: block;
    height: 70px;
    margin: 0px;
    margin-right: 15px;
    padding: 5px;
    background-color: white;
}

#menu_principal { font-size: 80%; }

div.top-container { display: flex; min-height: 100vh; flex-direction: column; }
.main-content { flex: 1; }

.footer {
    text-align: center;
    font-size: 80%;
    background-color: var(--header-footer-background-color);
    padding: 1rem;
    margin-top: 1.5rem;
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}

/* Bar de progression */
.progression-bar {
    display: flex;
    overflow: hidden;
    border-radius: 0.5rem;
    border: 1px solid #ccc;
    height: 1.8em;
}

.progression-bar .progression-step {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.75rem;
    color: white;
    cursor: default;
}

.progression-bar .bg-vert {
    background-color: #198754;
}

.progression-bar .bg-jaune {
    background-color: #ffc107;
    color: #212529;
}

.progression-bar .bg-gris {
    background-color: #6c757d;
}

.progression-bar.progression-arret {
    border: 2px solid #dc3545;
}

/* AJUSTEMENTS SELECT2 */

/* Style cohérent pour Single */
.select2-container--default .select2-selection--single {
  height: 38px;
  padding: 6px 12px;
  border: 1px solid #ced4da;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 24px;
  padding-left: 0;
}

/* Style pour Multiple */
.select2-container--default .select2-selection--multiple {
  min-height: 38px;
  padding: 0px 6px;
  border: 1px solid #ced4da;
  border-radius: 4px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: 4px;
  font-weight: bold;
  font-size: 1rem;
}

.select2-container .select2-search--inline .select2-search__field {
  height: 24px;
}

/* UTILS */

.max-w-340 {
  max-width: 340px;
}

.text-xs {
  font-size: 0.75em;
}
