html {
    position: relative;
    min-height: 100%;
}
body {
    height:100%;
    padding-top: 70px;
    margin-bottom: 80px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px; /* Set the fixed height of the footer here */
    line-height: 40px; /* Vertically center the text there */
    background-color: #f5f5f5;
}

.navbar {
    padding: 0.2rem;
}

.tab-index:hover {
    cursor: pointer;
    background-color: rgb(234, 233, 233);
}


/********************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;
}

/*********************************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;
}


/****************modal*************************/
.modal-perso {
    display: none;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20000;
}

.modal-perso-container {
    width: 70%;
    height: 100%;
    margin: 5% auto; /* 15% from the top and centered */
    padding: 20px;
}
.close {
    color: #28282b;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.supprimer_projet {
    cursor: pointer;
}
.resultat_recherche {
    display: none;
    width:100%;
    position: absolute;
    z-index:5;
    background-color: whitesmoke;
    max-height: 150px;
    overflow-y: auto;
}

.input_hidden {
    display: none;
}

.vue_globale_projet {
    height: 300px;
    overflow-y: auto;
}
.selection_champ{
    cursor: pointer;
}
#modifier_projet {
    display: none;
}
/***************Bouton d'upload****************/
.fileinput-button, .upload-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.fileinput-button input, .upload-select input, .img-select input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    /*font-size: 200px !important;*/
    direction: ltr;
    cursor: pointer;
    width: 100%;
    height: 100%;
}
.progression_upload, .details_upload, .retour_upload, .upload-details, .upload-nom, .upload-progression, .upload-retour {
    display: none;
}

/*********************badges******************/
.supprimerBadge:hover,
.supprimerBadge:focus {
    color: red;
    text-decoration: none;
    cursor: pointer;
}

/*******************Ligne verticale****************/
.wrapper {
    width:90%;
    display:flex;
    position:relative;
    margin: auto;
}
.wrapper:before {
    content:'';
    position:absolute;
    background:#900;
    width:2px;
    height:100%;
    margin: 0 auto;
    left:0;
    right:0;
}
.left {
    float:left;
    width:45%;
    margin-right:5%;
    background:#ccc;
    padding:20px;
}
.right {
    float:left;
    width:45%;
    background:#ccc;
    padding:20px; }
.v-line { position: absolute; right: 0; top: 36%; background: white; left: 0; margin: 0 auto; text-align: center; width: 20px; height: 20px; }

/**********************recherche entreprise***************/
#resultatRecherche, #suggestTags {
    position: absolute;
    width: 90%;
    max-height: 250px;
    overflow-y: auto;
    display: none;
    cursor: pointer;
    z-index: 1000;
}

.search-result {
    cursor: pointer;
    max-height: 450px;
    overflow-y: auto;
}

.copy-paste-icone, .reset_filtre {
    cursor: pointer;
}

.marker-selected {
    filter: hue-rotate(250deg);
}

.historique {
    display: none;
    position: absolute;
    max-height: 450px;
    top: 0;
    background-color: #c3c6c9;
    width: calc(100% - 30px);
    padding: 15px;
    border: black solid 1px;
    border-radius: 5px;
    z-index: 100000000;
    overflow-y: auto;
}
.historique-close {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}
.historique-close:hover {
    transform: scale(1.5);
}
.historique-resume {
    margin-bottom: 10px;
}
.historique-button {
    padding-right: 0 !important;
}

/*******************constructeur********************/
.card-etape {
    display: inline-flex !important;
}
.slide-container {
    padding: 0;
    overflow-x: hidden;
}
.slide-etapes {
    position: relative;
    transition: all 1s ease-in-out;
}
.etape-champ {
    margin-top: 10px;
}

.details-header {
    border: 1px solid rgba(0,0,0,0.125);
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    min-height: 25px;
    cursor: pointer;
}
.details-header-selected {
    background-color: var(--warning);
}

.img-container {
    display: none;
    position: absolute;
    z-index: 100000;
    width: 350px;
    top:0;
    left: 100%;

}

.sejour-duree-span, .sejour-age-span {
    display: none;
}

.card-sticky {
    position: sticky;
    top: 70px;
    z-index: 1000000;
}

.non-message {
    display: none;
    position: absolute;
    top: 110%;
    background: aliceblue;
    width: 350px;
    padding: 15px;
    z-index: 1000000;
}

.couple-non {
    display: none;
}
.demande-suppression {
    display: none;
    position: absolute;
    width: 600px;
    background-color: antiquewhite;
    padding: 15px;
    z-index: 100000;
    bottom: 0px;
}

.demande-exclusion {
    right:5px;
}

.list-header {
    cursor: pointer;
}
.list-header-caret {
    position: absolute;
    top: 14px;
    right: 10px;
}
.list-accueils {
    display: none;
    overflow-y: auto;
}
.list-accueil {
    display: none;
}

.list-accueil-visible {
    display: block;
    cursor: pointer;
}
.demande-details, .import-spinner {
    display: none;
}
.classe-selection {
    cursor: pointer;
}
.help-icon {
    margin-left: 5px;
    cursor: pointer;
}
.help {
    display: none;
    border-radius: 5px;
    border: rgba(36, 44, 42, 0.24) solid 1px;
    position: absolute;
    left: 5%;
    width: 90%;
    padding: 15px;
    background-color: rgb(24, 187, 155);
    z-index: 1000;
}

.pdf-viewer {
    width: 100%;
    height: 400px;
}

.spinner {
    display: none;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.custom-control-input:checked ~ .custom-control-label::before {
    background-color: var(--success);
}
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
    color: #212529;
}

.biliste-numero {
    font-size: 1.171875rem;
}

.moyen-transport-li {
    cursor: pointer;
}

.i18n-buttons, .i18n-buttons-all {
    display: none;
    cursor: pointer;
}

.i18n-clignote  {
    animation-duration: .8s;
    animation-name: clignoter;
    animation-iteration-count: infinite;
    transition: none;
}
@keyframes clignoter {
    0%   { opacity:1; }
    40%   {opacity:0; }
    100% { opacity:1; }
}