html {
    position: relative;
    min-height: 100%;
}
body {
    padding-top: 80px;
    margin-bottom: 80px;
    min-height: 100%;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px; /* Set the fixed height of the footer here */
    line-height: 60px; /* Vertically center the text there */
    background-color: #f5f5f5;
}

.btn-accueil {
    height: 100px;
    margin: 5px;
}

.gauge {
    width: 100px;
    height: 75px;
}
.demarche {
    display: flex;
    align-items: center;
}

.autoevaluation {
    display: none;
}

.progression {
    position: absolute;
    top: 0px;
    right: 10px;
    width: 200px;
    height: 200px;
}

.ligne:hover {
    background-color: rgba(16, 162, 178, 0.69);
}

.delete-gestionThemes {
    width: 100px;
    margin-right: 5px
}
/********************tooltip2****************/
.tooltip2 {
    position: relative;
    display: inline-block;
}

.tooltip2 .tooltiptext2 {
    visibility: hidden;
    width: 200px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -100px;
    opacity: 1;
    transition: opacity 0.3s;
}

.tooltip2 .tooltiptext2::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip2:hover .tooltiptext2 {
    visibility: visible;
    opacity: 1;
}

/*********************Mise en forme du tableau récapitulatif*/
.celluleTheme {
    writing-mode: vertical-lr;
    text-orientation: upright;
}

.niv1 {
    background-color: #ff000b;
    margin: 0px 5px;
}
.niv2 {
    background-color: #ff9b0e;
    margin: 0px 5px;
}
.niv3 {
    background-color: #52ff0f;
    margin: 0px 5px;
}

/*************************************Mise en forme des bilan des courses*/
.suiviCourse {
    height: 300px;
    overflow-y: auto;
}

/*********************************multi level menu*/
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}

.groupeVMA {
    height: 500px;
    overflow-y: auto;
}

/*************carte*/
.exclues {
    display: inline-block;
    padding: 5px;
    margin: 2px;
    width: 55px;
    border-radius: 10px;
}
.balises{
    background-color: #00bc8c;
}
.etapes {
    background-color: #F39C12;
}
.croix {
    float: right;
    font-weight: 800;
    font-size: 20px;
    cursor: pointer;
    padding: 0;
}

.plus {
    display: inline-block;
    padding: 5px;
    margin: 2px;
    width: 55px;
    background-color: #E74C3C;
    border-radius: 10px;
}
.trajets{
    display: inline-block;
    font-weight: 900;
}

.scan {
    width: 100%;
    border: 2px solid blue;
}
.modal-full {
    min-width: 100%;
    margin: 0;
}
.historique {
    display: inline-block;
    margin: 5px;
    text-align: center;
}

.details {
    display: none;
}