/*theme style*/
/*---------------------------------------------------------------*/
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}



:root {
    --header-height: 3rem;
    --nav-width: 68px;
    --first-color: #B8CBD0;
    --first-color-light: #7A90A4;
    --white-color: #137C8B;
    --body-font: 'Nunito', sans-serif;
    --normal-font-size: 1rem;
    --z-fixed: 100
}

.logo {
    height: 30px;
}

::after {
    box-sizing: border-box
}

body {
    position: relative;
    margin: var(--header-height) 0 0 0;
    padding: 0 1rem;
    font-family: var(--body-font);
    font-size: var(--normal-font-size);
    transition: .5s
}

a {
    text-decoration: none
}

.header {
    width: 100%;
    height: var(--header-height);
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
    background-color: var(--white-color);
    z-index: var(--z-fixed);
    transition: .5s
}

.header_toggle {
    color: var(--first-color);
    font-size: 1.5rem;
    cursor: pointer
}

.header_img {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden
}

.header_img img {
    width: 40px
}

.l-navbar {
    position: fixed;
    top: calc(var(--header-height) + 1rem);
    left: -30%;
    width: var(--nav-width);
    height: 100vh;
    background-color: var(--first-color);
    padding: 10px 10px 0 0;
    transition: .5s;
    z-index: var(--z-fixed)
}

.nav {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden
}

.nav_logo,
.nav_link {
    display: grid;
    grid-template-columns: max-content max-content;
    align-items: center;
    column-gap: 1rem;
    padding: .5rem 0 .5rem 1.5rem
}

.nav_logo {
    margin-bottom: 0rem
}

.nav_logo-icon {
    font-size: 1.25rem;
    color: var(--white-color)
}

.nav_logo-name {
    color: var(--white-color);
    font-weight: 400;
    text-decoration: none !important;


}

.nav_link {
    position: relative;
    color: var(--first-color-light);
    margin-bottom: 0.5rem;
    transition: .3s;
    text-decoration: none;
}



.material-symbols-outlined{
    font-size: 20px !important;
}


.nav_link:hover {
    color: var(--white-color)
}

.nav_icon {
    font-size: 1.25rem
}

.show {
    left: 0
}

.body-pd {
    padding-left: calc(var(--nav-width) + 1rem);
    /* transition: transform .3s ease */
}

.body-pd-accueil {
    padding-left: calc(var(--nav-width) + 1rem);
    /* transition: transform .3s ease */
}

.active {
    color: var(--white-color)
}

.active::before {

    position: absolute;
    left: 0;
    width: 2px;
    height: 32px;
    background-color: var(--white-color)
}

.main {
    margin-top: 100px;
    height: 100%;
    /* transition: transform .3s ease */

}

@media screen and (min-width: 768px) {
    body {
        margin: calc(var(--header-height) + 1rem) 0 0 0;
        padding-left: calc(var(--nav-width) + 2rem)
    }

    .header {
        height: calc(var(--header-height) + 1rem);
        /*padding: 0 2rem 0 calc(var(--nav-width) + 0.1rem)*/
        padding: 0 2rem 0 0;
        background: linear-gradient(to bottom, #026873, #33A1A1);
        ;
    }

    .header_img {
        width: 40px;
        height: 40px
    }

    .header_img img {
        width: 45px
    }

    .l-navbar {
        left: 0;
        padding: 10px 10px 0 0;
    }

    .show {
        width: calc(var(--nav-width) + 156px)
    }

    /* .main-nav-open {
        transform: translateX(180px)
    } */
    .body-pd {
        padding-left: calc(var(--nav-width) + 180px)
        /* transform: translateX(250px) */
    }

    .header_logo {
        /* width: 80px; */
        height: 40px;
        display: flex;
        justify-content: center;
        overflow: hidden
    }


}

/*header style*/
/*---------------------------------------------------------------*/

.profil {
    color: white;
    margin-left: 10px;
    margin-bottom: 0;
    margin-right: 10px;
}

.arrow {
    color: #fff;
}

.list-profil {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}


/*end header style*/

.material-symbols-outlined {
    font-variation-settings:
        'FILL' 1,
        'wght' 300,
        'GRAD' 0,
        'opsz' 24
}


/*home page*/

.presentation {
    height: auto;
    width: 85%;
    border-radius: 5px;
    border: 1px #B8CBD0 solid;
}

.text-presentation {
    margin-top: 10px;
    padding: 15px;
    width: 100%;
    height: 400px;
    text-align: justify;
    scrollbar-color: #137C8B white;
    scrollbar-width: thin;
    overflow: auto;

}

@media screen and (max-width: 500px) {
    .text-presentation {
        width: 100%;
    }
}

.title-membres {

    margin-bottom: 30px;
}

.membres {
    margin-top: 30px;
}

.nav-membres {
    display: grid;
    grid-template-columns: max-content max-content;
    align-items: center;
    column-gap: 1rem;
    padding: .2rem 0 .2rem 1.5rem;
    color: #7A90A4;
}


/*page cartographie style*/
/*---------------------------------------------------------------*/
.division {

    height: 510px;/*auto;*/ /*height: 561px;*/
    padding: 0px;
    /* position: relative !important; */


}

.row-gauche {

    height: 100%;
    padding: 20px;
    border-radius: 5px 0 0 5px;
    border: 1px #B8CBD0 solid;

}

.row-gauche .btn-group {
    position: static !important;

}
.row-gauche .dropdown-menu {
    position: absolute !important;
    /* transform: translate3d(0px, 0px, 0px) !important;
    will-change: transform; */
    z-index: 9999 !important; /* pour être sûr d'être au-dessus */
}

.row-droit {
    background-color: #f8f9fa;
    height: 700px;
    border-radius: 0 5px 5px 0;
    border: 1px #B8CBD0 solid;
    border-left: 0;

}

.row-bottom {

    height: 0px;
}


/*maps style*/
/*---------------------------------------------------------------*/

.number-tooltip {
    font-size: 12px;
    font-weight: bold;
    color: white;
    text-align: center;
    background-color: black;
    border-radius: 50%;
    padding: 6px 10px;
}


.filtre-switch {
    margin-top: 30px;
}


/*page lettre style*/
/*---------------------------------------------------------------*/

.Second-title {
    padding-top: 20px;
    margin-bottom: 20px;
}

.table-text {
    text-align: center;
}

.meta-title {
    color: #137C8B;
    font-size: 1.5rem;
}

.meta-fil {
    padding: 7px;
}

.img-fram {
    background-color: #fff;
    border-radius: 5px;
    margin-left: 20px;
    margin-bottom: 20px;

}

.layout {
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px #B8CBD0 solid;
    margin-right: 10px;
    padding: 10px;
}

.fram-btn {
    background-color: #EBEBEB;
    border-radius: 15px;


}

.fram-btn label {
    color: #606060;
    padding-top: 5px;
    text-align: center;
    padding-left: 10px;

}

.transcription {
    padding-top: 10px;
    height: auto;

}

.transcription p {
    margin-top: 10px;
    padding: 15px;
    width: 100%;
    height: 450px;
    text-align: justify;
    scrollbar-color: #137C8B white;
    scrollbar-width: thin;
    overflow: auto;

}

.img-lettre {
    background-color: black;
    border-radius: 5px;
    padding: 20px;
    max-height: 640px;
    border: 1px black solid;
}

.img-lettre img {
    max-height: 600px;
    max-width: 400px;
    height: auto;
    width: inherit;

}

.layout-btn {

    border-radius: 5px;
    padding: 25px;

}

.layout-fram-img {
    border-radius: 5px;

}

.btn-d {
    height: 43px;
    width: max-content;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: -webkit-fill-available;
    background-color: #137C8B;
    color: white;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
}


.btn-t {
    height: -webkit-fill-available;
    ;
    width: max-content;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #137C8B;
    background-color: transparent;
    border: 1px #137C8B solid;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: -webkit-fill-available;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
}

.hover-btn-t :hover {
    color: white;
    background-color: #137C8B;
}

.hover-btn-d :hover {
    background-color: #B8CBD0;
    color: black;
}

.mynetwork {
    width: -webkit-fill-available;
    height: -webkit-fill-available;

}

.person-graph {
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 20px;

}

.grid-row {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto auto auto;
    gap: 10px;

}



tr .google-visualization-orgchart-node {
    background: #B8CBD0 !important;
    text-align: center !important;
    vertical-align: middle !important;
    font-family: arial, helvetica !important;
    cursor: default !important;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    border: 0 !important;
    -webkit-box-shadow: 0px !important;
    -moz-box-shadow: 0px !important;
    box-shadow: 0px !important;
    /* -webkit-box-shadow: 0px; */

}

.btn-bibliographie {
    background-color: #137C8B !important;
    padding: 5px 20px 5px 20px !important;
    width: fit-content !important;
}

.btn-bibliographie a {
    color: white !important;
    text-align: center !important;
    width: -webkit-fill-available;
}

.btn-text-icone {
    display: grid;
    grid-template-columns: max-content max-content;
    align-items: center;
    text-decoration: auto;
}

.ul-21 {
    margin-top: 30px !important;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 0px;


}

.li-21 {
    margin: 20px;
}


.btn-21 {

    font-weight: 400;
    line-height: 1.5;
    color: #137C8B;
    background-color: transparent;
    border: 1px #137C8B solid;
    text-align: center;
    text-decoration: none;
    font-size: 1rem;
    border-radius: .25rem;
}


.btn-21 :hover {
    background-color: #137C8B;
    background: #137C8B;
    color: black;
}

.div-21 {
    height: 600px;
    width: -webkit-fill-available;
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 20px;
}

.div-21 p {

    color: #344D59;
    font-size: 1.4rem;

}

.row-ref-21 {
    width: 100%;
    height: 450px;
    overflow: auto;
    scrollbar-color: #137C8B white;
    scrollbar-width: thin;
}

.text-45 {
    margin-right: 50px;
    width: -webkit-fill-available;
    height: 400px;
    background-color: #f8f9fa;
    border: 1px #137C8B solid;
    font-size: 1rem;
    border-radius: .25rem;
    padding: 20px;
}

.frambtn-45 {
    margin: 50px !important;
    justify-content: center;
}

.btn-45 {
    background-color: #f8f9fa;
    border: 1px #137C8B solid;
    font-size: 1rem;
    border-radius: .25rem;
    padding: 20px;
    margin: 10px;
    text-align: center;
}

.btn-45:hover {

    background-color: #137C8B;
    color: white;

}



.frambtn-46 {
    margin: 20px 50px !important;
    justify-content: center;
}

.btn-46 {
    background-color: #137C8B;
    border: 1px #137C8B solid;
    color: #fff;
    font-size: 1rem;
    border-radius: .25rem;
    padding: 20px;
    margin: 10px;
    text-align: center;
}

.frambtn-46 a {
    color: #fff;
    text-decoration: blink;
}

.frambtn-46 a:hover {
    color: #fff;
    text-decoration: blink;
}

.btn-46:hover {
    animation: scaleAnimation 0.2s ease-in-out forwards;
}


@keyframes scaleAnimation {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.05);
    }
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(72.16%, 79.61%, 81.57%, 0.7);
    z-index: 999;
}

.popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 400px;
    background-color: white;
    border: 1px #137C8B solid;
    border-radius: .25rem;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.popup-content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.popup-frame {
    padding: 50px;
}

.popup-frame img {
    margin-bottom: 20px;
}

.popup-frame button {
    margin-top: 50px;
    background-color: #137C8B;
    border: 1px #137C8B solid;
    color: #fff;
    font-size: 1rem;
    border-radius: .25rem;
    padding: 10px;
    text-align: center;
}

.txt-75 {

    border: 1px #137C8B solid;
    border-radius: .25rem;
    padding: 5px;
}


.fram-txt-75 {
    margin: 15px;
}

.label-marging {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.fram-request {
    margin-top: 260px !important;
}

.btn-68 {
    background-color: #137C8B;
    border: 1px #137C8B solid;
    color: #fff;
    font-size: 1rem;
    border-radius: .25rem;
    padding: 5px;
    margin-top: 10px !important;
    margin-left: 1px !important;
    text-align: center;
    text-decoration: blink;
    cursor: pointer;
}

.btn-68:hover {
    color: #fff !important;
    animation: scaleAnimation 0.2s ease-in-out forwards;

}


.fram-check-75 {
    margin: 15px;
    margin-top: 20px !important;
    background-color: #f8f9fa;
    padding: 20px 20px 20px 40px !important;
    border-radius: .25rem;
    border: 1px rgba(72.16%, 79.61%, 81.57%, 0.7) solid;
}

.row-check-75 {
    margin-top: 20px !important;
    scrollbar-color: #137C8B white;
    scrollbar-width: thin;
    overflow: auto;
    max-height: 180px;
}

.form-check-input:checked {
    background-color: #137C8B !important;
    border-color: #137C8B !important;
}

.col-a-28 {
    padding-right: 1px !important;
    padding-left: 1px !important;
    border-radius: .25rem;
    border: 1px #e3f2f7 solid;
    margin: 20px;
    background-color: #709CA7;
    margin-top: 10px !important;
    max-width: 350px !important;
    min-width: 300px !important;
}


.col-a-28:hover {
    background-color: #137C8B;
    color: #000 !important;
    animation: scaleAnimation 0.2s ease-in-out forwards;
}

.col-a-28 a {

    display: block;
    margin: 10px;
    text-align: center;
    margin-bottom: 20px;
    color: white !important;

}

.fram-dash {

    height: 200px;

    width: max-content;
    width: -webkit-fill-available;
    overflow: hidden;

}

.fram-dash img {
    border-radius: .25rem .25rem 0 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.pd-45 {
    padding: 5px;
}

/* .fram-file {} */


.file-drop-zone {
    background-color: #f8f9fa;
    border: 1px dashed #aaa;
    border-radius: 10px;
    min-height: 260px;
    text-align: center;
    vertical-align: middle;
    margin: 12px 15px 12px 12px;
    padding: 5px;
}

.file-drop-zone.clickable:hover {
    border: 2px dashed #344D59;
}

.file-drop-zone.clickable:focus {
    border: 2px solid #137C8B;
}

.file-drop-zone .file-preview-thumbnails {
    cursor: default;
}

.file-drop-zone-title {
    color: #aaa;
    font-size: 1.6em;
    text-align: center;
    padding: 85px 10px;
    cursor: default;
}



.lb-active {
    padding: 15px;
    background-color: #137C8B;
    width: -webkit-fill-available;
    text-align: center;
    color: white;
}

.lb-inactive {
    margin-right: 15px;
    padding: 15px;
    background-color: #B8CBD0;
    width: -webkit-fill-available;
    text-align: center;
    color: white;
}

.div-36 {
    margin: 0 15px 15px 0 !important;
    background-color: #f8f9fa;
    height: 350px;
    width: -webkit-fill-available;
    border: 1px #e3f2f7 solid;
    overflow: auto;
    scrollbar-color: #137C8B white;
    scrollbar-width: thin;

}

.row-67 {
    height: min-content;
    border: 1px #e3f2f7 solid;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
}

.pad-67 {
    padding: 15px;
}

.visibility-67 {
    text-decoration: blink;
    cursor: pointer;
}

.visibility-67:hover {
    color: #137C8B;
}

.visibility-active {
    text-decoration: blink;
}

.visibility-inactive {
    text-decoration: blink;
}

.visibility-active:hover {
    color: #fff;
    cursor: pointer;
}

.visibility-inactive:hover {
    color: #137C8B;
    cursor: pointer;
}

.tb-23 {
    max-height: 200px;
    overflow: auto;
    scrollbar-color: #137C8B white;
    scrollbar-width: thin;

}

.custom-row {
    height: 60px;
}
.dataTables_filter input {
    /* Styles spécifiques pour l'élément input de la barre de recherche */
    width: 300px; /* Largeur personnalisée */
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    font-size: 14px;
}

.scrollable-table {
    width: 100%;
    border-collapse: collapse;
}

.scrollable-table thead {
    background-color: #B8CBD0;
}

.scrollable-table th,
.scrollable-table td {
    padding: 10px;
    border: 0.1px #e3f2f7 solid !important;
    text-align: center;


    border-top-width: 0px !important;
}

.scrollable-table tbody {
    display: block;
    max-height: 300px;
    /* Adjust height as needed */
    overflow: auto;
    scrollbar-color: #137C8B white;
    scrollbar-width: thin;

}

.scrollable-table tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.scrollable-table thead,
.scrollable-table tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.timepicker {

    margin: 15px;
    margin-top: 20px !important;
    background-color: #f8f9fa;
    padding: 20px 20px 20px 40px !important;
    border-radius: .25rem;
    border: 1px rgba(72.16%, 79.61%, 81.57%, 0.7) solid;
    margin: 20px;
}

.btn-658 {
    padding: 30px;
}

.left-top-85 {
    display: block;
    max-height: 300px;
    overflow: auto;
    scrollbar-color: #137C8B white;
    scrollbar-width: thin;

}

.a-85 {
    color: #7A90A4;
    text-decoration: blink;
    padding: 5px;
    font-size: 20px;
}

.a-85:hover {

    color: #137C8B;
    cursor: pointer;

}


.fram-85 {
    margin: 15px;
    margin-top: 20px !important;

    padding: 20px 20px 20px 40px !important;


}



.col-a-21 {
    padding-right: 1px !important;
    padding-left: 1px !important;
    border-radius: .25rem;
    border: 1px #e3f2f7 solid;
    margin: 20px;
    background-color: #709CA7;
    margin-top: 10px !important;
    max-width: 200px !important;
    min-width: 200px !important;
    max-height: 200px !important;
    min-height: 200px !important;
}


.col-a-21:hover {
    background-color: #137C8B;
    color: #000 !important;
    animation: scaleAnimation 0.2s ease-in-out forwards;
}

.col-a-21 a {

    display: block;
    margin: 10px;
    text-align: center;
    margin-bottom: 20px;
    color: white !important;

}

.fram-dash-1 {

    height: 130px;
    width: max-content;
    width: -webkit-fill-available;
    overflow: hidden;

}

.fram-dash-1 img {
    border-radius: .25rem .25rem 0 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.border-top {

    border: 1px #e3f2f7 solid;

}

.left-top-81 {
    display: block;
    max-height: 200px;
    overflow: auto;
    scrollbar-color: #137C8B white;
    scrollbar-width: thin;
}

.fram-91 {
    padding: 20px;
    padding-bottom: 40px !important;
    border-radius: .25rem;
    border: 1px #e3f2f7 solid;
    margin: 20px;
    background-color: #f8f9fa;
}

.txt-63 {
    color: white;
}

.go {
    background-color: #137C8B;
    height: 50px;
    width: 50px;
    color: white;
    border-radius: 50%;
    text-align: center;
    text-decoration: blink;
}

.quit {
    margin: 20px;
    padding-top: 20px;
    font-size: 15px;
    color: #000;
    text-decoration: blink;
}

.btn-cercle-86 {
    padding: 5px 10px 5px 10px;
    text-decoration: blink;
    color: white;
    background-color: #137C8B;
    border-radius: 50%;
}

.btn-cercle-86:hover {
    color: #e3f2f7;
}


.dropdown-A78 {
    background-color: #B8CBD0 !important;
    max-height: 300px;
    overflow-y: auto;
    width: 100%;
    scrollbar-color: #137C8B white;
    scrollbar-width: thin;
    /* min-width: 100%;
    margin-top: 0 !important;
    margin-bottom: 0 !important; */
}

.btn-61 {
    color: #137C8B !important;
    cursor: pointer;

}

.btn-61:hover {

    animation: scaleAnimation 0.2s ease-in-out forwards;

}

.stat-84
{
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.stat-87
{
    margin: 0 !important;
    height: max-content;
    box-sizing: border-box;
    display: flex;
    justify-content: left;
    align-items: center;
    color: #137C8B ;
    font-size: 20px;
    text-align: left;
    border-bottom: 1px #e3f2f7 solid;
    padding: 10px;
    margin: 10pxs;

}

/**********************************************************************************************************/
/**********************************************************************************************************/
/************************ Partie ajoutée pour les écrans de 16 pouces et plus *****************************/
/**********************************************************************************************************/
/**********************************************************************************************************/


/* ========== Améliorations globales pour écrans ≥ 1400px (ex: 16 pouces et plus) ========== */

