.aprium-menu.navbar-default .navbar-nav > li > a {
    color: #00A38C;
}

.aprium-menu.navbar, .navbar-brand {
    background-color: transparent;
    font-style: unset;
}

.navbar-brand {
    float: left!important;
}

.container-front {
    width: 75%;
    margin: auto;
    margin-top: 35px;
    position: relative;
}


.container-front-large {
    width: 85%;
}

.aprium-menu.navbar {
    border-bottom: unset;
}

.aprium-menu.navbar-default .navbar-nav > li > a:hover {
    color: #ffffff;
    background-color: #00A38C;
}

@media (min-width: 768px) {
    .navbar-nav {
        float: none;
    }

    .aprium-menu.navbar-default .navbar-nav > li > a:before {
        background-color: #00A38C;
    }
}




.nav.navbar-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    background-color: transparent!important;
}

.ensemble-petit-titre-front {
    display: flex;
    justify-content: left;
    justify-items: center;
    margin-bottom: 1.5rem;
}

.front-bloc-landing-page {
    border: 2px solid #DFDFDF;
    border-radius: 15px;
    width: 100%;
    padding: 10px 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transform: scale(100%);
    transition: ease-in-out;
    transition-duration: 125ms;
    cursor: pointer;
    color: #212121;
}


.front-bloc-landing-page:hover {
    transform: scale(115%);
    transition: ease-in-out;
    transition-duration: 125ms;
}

.front-bloc-landing-page img {
    max-width: 150px;
    height: auto;
    margin: auto;
    margin-bottom: 35px;
}

.titre-bloc-accueil {
    font-weight: 900;
    color: black;
    margin-bottom: 15px;
    margin-top: 15px;
}

.nombre-contrat-front {
    background-color: white!important;
    padding: 5px 5px;
    border-radius: 5px!important;
    color: #00A38C;
    position: absolute;
    left: 30px;
    bottom: 15px;
    text-align: center;
}

.container_graph_front {
    padding-bottom: 15px;
}

.container_graph_front.container_montant_total_percu {
    padding-bottom: 15px;
}

.ensemble-titre-back-front {
    display: flex;
    justify-items: flex-start;
    align-items: center;
    margin-bottom: 2rem;
    flex-direction: row;
    min-width: 270px;
    cursor: pointer;
    position: relative;
}

.ensemble-titre-back-front:not(.active)::before {
    content: '';
    width: 0;
    height: 100%;
    background-color: #62B5E5;
    position: absolute;
    z-index: -1;
    transition: ease-in-out 250ms;
    border-radius: 10px;
}

.ensemble-titre-back-front:not(.active):hover::before {
    width: 100%;
}
.ensemble-titre-back-front:not(.active):hover .titre-menu-front > a {
    color: white;
}

.container-icone:hover > .cache-icone {
    animation-name: dessin-icone;
    animation-duration: 3s;
}

#containerDatatableCalendrier {
    position: relative;
}

#container_toggle_participation {
    position: absolute;
    top: 10px;
}

#sous_menu_front {
    display: flex;
    flex-direction: row;
    justify-items: center;
    justify-content: space-between;
}

#sous_menu_front .ensemble-titre-back-front:first-child {
    justify-content: start;
}

.titre-menu-front > a {
    text-decoration: none;
    color: unset;
}

.titre-menu-front > a:hover {
    color: white;
}

.ensemble-titre-back-front:not(.active) > .barre-verticale-avant-titre-front {
    padding: 1.3rem 0.45rem;
    margin-right: 2%;
    border-radius: 5px;
    background-color: #62B5E5;
}

.ensemble-titre-back-front.active  .titre-menu-front {
    background-color: #62B5E5!important;
    color: white!important;
    border-radius: 5px;
    padding: 5px 20px;
}


.titre-menu-front {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 2rem;
    color: #212121;
}




.ensemble-titre-back-front+.active  {
    display: flex;
    justify-content: left;
    justify-items: center;
    margin-bottom: 2rem;
    flex-direction: row;

}

#datatableCalendrier  .select2.select2-container .select2-selection {
    height: 2rem!important;
    line-height: 2rem!important;
    color: #000000;
    border: none;
    border-radius: 0;
    background-color: #F2F2F2;
    box-shadow: none;
    -webkit-box-shadow: none;
}

#datatableCalendrier  .select2.select2-container .select2-selection span {
    height: 2rem!important;
    line-height: 2rem!important;
    color: #000000;
    font-size: 14px;
    border: 1px solid black;
    border-radius: 5px;
}

.fixed-table-container #datatableCalendrier td {
    border-bottom: 1px solid lightgrey;
}

.fixed-table-container #datatableCalendrier tbody .selected td {
    background-color: #E1FEFB;
    border-bottom: 1px solid #00A38C;
}

#datatableCalendrier th[data-checkbox="true"], #datatableCalendrier tbody td.bs-checkbox  {
    visibility: hidden;
}

.container-select-calendrier-trade {
    visibility: hidden;
}

.ope-aprium-calendrier-lgo {
    color: white;
    background-color: #00A38C;
    width: 100%;
    margin: auto;
    padding: 2px 5px;
    border-radius: 5px;
    display: flex;
    justify-content: space-around;
    justify-items: center;
    align-items: center;
    flex-direction: row;
}

#datatableCalendrier > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: unset;
    vertical-align: middle;
}


.contrats-content {
    position: relative;
}

.compteur_contrat_labo {
    font-weight: 700;
    position: absolute;
    top: 20px;
    left: 8px;

}

.compteur_contrat_labo > span:nth-child(1) {
    color:#00A38C;
}

.compteur_contrat_labo > span:nth-child(2) {
    color:#212121;
}

.animate-opacity {
    opacity: 0;
}

#bloc_detail_operations {
    position: relative;
}

.bloc_detail_declaration {
    border: 2px solid #97E1D6;
    padding: 20px 20px;
}

.container-depot-justificatif {
    margin-bottom: 20px;
    text-align: center;

}


#logo_partenaire-bloc-detail-operation {
    position: absolute;
    top: 15px;
    left: 15px ;
}

#logo_partenaire-bloc-detail-operation > i {
    color: #00A38C;
    font-size: 40px;
}


.petite-barre-verticale-avant-titre {
    padding: 0.5rem 0.45rem;
    margin-right: 2%;
    border-radius: 5px;
    background-color: #00A38C;
}

.petit-titre-front {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 2rem;
    color: #212121;
}

.detail-operation-ope-aprium {
    color: #00A38C;
    font-size: 12px;
    margin-bottom: 10px;

}

.detail-operation-ope-aprium > img {
    height: 20px;
}

.bloc_detail_operations_gauche {
    text-align: center;
}


.swal-message-confirmation {
    font-size: 30px;
}

.swal2-popup {
    border-radius: 10px!important;
    padding-top: 20px!important;
    padding-bottom: 20px!important;
}

.selectRefusInscription {
    font-size: 14px;
    padding: 5px 5px;
}

.swal2-styled.swal2-confirm:focus {
    box-shadow: none !important;
}

    /*BUTTONS*/
.btn-primary-front {
    background-color: #00A38C!important;
    color: #FFFFFF!important;;
    border-radius: 8px!important;;
    font-weight: 900!important;;
}
.btn-primary-front.outlined {
    background-color: #FFFFFF!important;;
    border: 1px solid #00A38C!important;;
    color: #00A38C!important;;
}

a.btn-primary-front {
    text-decoration: none!important;;
    padding-top: 10px!important;;
    padding-bottom: 10px!important;;
}

a.btn-primary-front:hover {
    color: #FFFFFF!important;;
}

.btn-primary-front-valid-swal {
    font-size: 14px!important;
}

.btn-primary-front-cancel-swal {
    background-color: #FFFFFF !important;
    color: #00a38c !important;
    border: 1px solid #00a38c !important;
    font-weight: bold;
    border-radius: 8px;
    text-transform: unset;
    font-size: 14px!important;
}
.swal-title {
    color: #00A38C !important;
    font-size: 14px !important;
    font-weight: bold !important;
}





