:root {
    --font-body: Segoe UI, -apple-system, BlinkMacSystemFont, 'Segoe UI', Segoe UI, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    --color-bg-0: #313131;
    --color-bg-1: #313131;
    --color-theme-1: #ff3e00;
    --color-theme-2: #097bf1;
    --color-text: rgba(0, 0, 0, 0.7);
    --column-width: 42rem;
    --column-margin-top: 4rem;
    font-family: var(--font-body);
    color: var(--color-text);
}

.menuprincipal {
		margin-top: 20px;
		/*background: #434343;*/
		background: #292929;
		color: #fff !important;
	}

	.menuprincipal a {
		color: #fff !important;
	}


.help {
    position: absolute;
    right: 15px;
    font-size: 13px;
    top: 23px;
    color: #ffffff !important;
    background: #006aa9;
    padding: 4px;
    border-radius: 70px;
    width: 15px;
    cursor: pointer
}

.windowModal,
.windowmodalContact,
.windowmodal {
    width: 100%;
    border: 0px #333 solid;
    border-radius: 0px;
    padding: 5px;
    background: #238ac7;
    background: linear-gradient(-17deg, rgb(93 189 245 / 87%) 0%, rgba(204, 204, 204, 0.322) 46%);
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    color: #fff;
    font-size: 16px;
    font-family: 'Segoe UI', sans-serif;
    overflow-x: overlay;
    overflow: visible;

}

.form-control-modal {
    margin-bottom: 10px !important;
    background: #ececec;
    padding: 11px;
    height: 50px;
    margin-top: 0px;
    font-family: Segoe UI;
    font-size: 16px;
    margin-bottom: 27px !important;
}


.inputer {
    border: none !important;
    box-shadow: none !important;
    margin: 10px;
    margin-bottom: 5px !important;
    max-width: 97%;
    font-size: 16px;
}

.info_icone {
    font-size: 31px;
    background: #777777;
    padding: 11px;
    border-radius: 38px 0px;
    margin-left: 14px;
}

.saveBtn {
    background: #238ac7 !important;
    color: #fff !important;
    text-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    width: 50% !important;
    padding: 10px !important;
    font-family: Segoe UI;
    font-size: 16px !important;
    border: none;
    font-family: 'Segoe UI', 'sans-serif';
    font-weight: 500;
    margin-top: 13px !important;
    margin-right: 0px !important;
    text-align: center;
    font-weight: 500;

}


.saveBtn:disabled {
    background: #000 !important;
    color: rgb(56, 56, 56) !important;
    border: 1px solid black !important;
}


.fiche {
    font-size: 16px;
    text-align: justify !important;
    margin-left: 10px !important;
    margin-right: -10px;
}

.labelContrat {
    margin-top: 8px !important;
    font-size: 16px !important;
    color: #fff !important;
}

.windowmodalContact h1,
.windowModal h1,
.h1Modal {
    color: #ffffff !important;
    font-size: 33px !important;
    font-weight: 300;
    margin-top: -15px;
    text-shadow: none !important;
    background: none;
    padding: 7px;
    width: 100%;
    border-radius: 0px;
    /* background: linear-gradient(-17deg, rgb(101 101 101 / 0%) 0%, #29292930 96% 16%);*/
    padding-bottom: 11px;
    overflow: visible;
    top: -40px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

.closer {
    float: right;
    font-weight: 500;
    color: #ffffff;
    font-size: 27px !important;
    margin-top: -19px;
    z-index: 999999999;
    margin-right: -2px;
    float: right;
    text-align: right;
}

.contentBox {
    padding: 15px;
    text-align: center;
}

@media screen and (max-width: 800px) {
    .contentBox {
        padding: 0px;
        text-align: center;
        background: #000;
        width: 100%;
    }
}

.overlay {
    animation: blur-in 2500ms 0s forwards;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.888);
    z-index: 9999;
}

@keyframes blur-in {
    from {
        backdrop-filter: blur(0px);
    }

    to {
        backdrop-filter: blur(3px);
    }
}

.windowmodalContact,
.windowmodal,
.windowModal {
    overflow: visible !important;
}




.selectedFile {
    background: #89898983 !important
}

.selectedFile:hover {
    background: #89898983 !important
}

table {}

.tropIcone {
    position: absolute;
    font-size: 30px;
    right: 8px;
}

tr:nth-child(odd) {
    background-color: #c8d3ddd6 !important;
    color: #000000;
    border: solid 1px #b1b1b1 !important;
}

td {
    border: solid 1px #b1b1b1 !important;
}

tr:nth-child(even) {
    background-color: #dddddd !important;
}

.confidentielTrue {
    background: green !important;
    font-weight: bold !important;
    font-size: 20px !important;
}

.radioFolder {
    margin-left: -47px;
    float: left;
    border-bottom: solid 1px #f1f1f1;

}


.liFolder {
    list-style: none !important;
    list-style: none !important;
    padding-top: 5px;
    border-bottom: solid 1px #f1f1f1;
    width: 100%;
}

/* CONTEXTUAL RIGHT CLICK MENU */
#context-menu {
    background-color: #ffffff;
    box-shadow: 0 0 20px rgba(37, 40, 42, 0.22);
    color: #414141;
    width: 10em;
    padding: 0.8em 0.6em;
    font-size: 11px;
    position: fixed;
    visibility: hidden;
    z-index: 9999;
}

.item {
    padding: 0.3em 1.2em;
}

.item:hover {
    background-color: rgba(167, 168, 168, 0.2);
    cursor: pointer;
}

/* END CONTEXTUAL RIGHT CLICK MENU */
.move {
    animation-name: move;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: none;

}

@keyframes move {
    0% {
        left: 0;
    }

    50% {
        left: calc(-10% - 100px);
    }

    100% {
        left: calc(-10% - 100px);
    }
}


.iconeconfidentiel {
    font-size: 20px;
    color: greenyellow !important;
    padding-right: 10px;
}

@font-face {
    font-family: "Roboto";
    src: url("/fonts/Roboto-Regular.woff2") format("woff2");
}

.principalColor {
    color: #097bf1 !important;
}

.secondColor {
    color: #313131 !important;
}

.drop-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 18px;
    height: 305px;
    padding: 18px;
    border: 3px dashed #c9c9c9;
    color: #6b99c1;
    cursor: pointer;
    transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
    background: #99999936;
}

.drop-container:hover {
    background-color: #eee;
}

.drop-title {
    color: #6b99c1;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

h1 {
    text-shadow: #a5a5a5 2px 1px 8px !important;
    color: #414141 !important;
    font-family: 'Segoe UI', sans-serif;
}

h2 {
    text-shadow: #a5a5a5 2px 1px 8px !important;
    color: #414141 !important;
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px !important;
}

.bienvenueBtn {
    background-color: #6b99c1 !important;
    color: #fff !important;
    margin-top: 15px;
    font-size: 15px !important;
    border: none !important;
    transition: transform 0.4s;
    max-width: 344px;
    text-align: center;
    min-height: 80px;
    box-shadow: #000000 1px 1px 2px;
}

.bienvenueBtn:hover {
    background-color: #4a7397 !important;
    color: #fff !important;
    font-weight: 500;
    opacity: 90%;
    transform: translate(0, 5px);
    transition: all 1s;
}

.bienvenue {
    text-align: center !important;
    margin-top: 10px;
    font-size: 28px !important;
    text-shadow: none !important;
    font-weight: 500;
}

.bienvenueIcone {
    font-size: 23px;
    color: #5aff33
}

.bienvenueP {
    position: absolute;
    text-align: center !important;
    max-width: 90% !important;
    margin: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    left: 0px !important;
    right: 0px !important;
    bottom: 100px !important;
}

.btn {
    border-radius: 0px !important;
}

.borderleft {
    border-left: solid 1px #bbb !important;
}

.borderright {
    /*  border-right: solid 1px #5b5b5b78 !important;*/
}

.lefttree {
    min-height: 98vh;
    max-height: 98vh;
    margin-top: 29px;
    background: #fffffffd;
    padding-top: 0px;
    box-shadow: #d7d3d3 7px 2px 11px;

}

.righttree {
    min-height: 100vh;
    max-height: 100vh;
    margin-top: 40px;
    overflow: overlay !important;
    background: #f1f1f1;
}

.barre-top {
    height: 50px;
    width: 100%;
    background: #2e2e2e;
    z-index: 995;
    padding: 12px;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    font-family: 'Segoe UI';
    letter-spacing: 0.7px;
    text-shadow: #5e5e5e 1px 0px 1px;
}

.headerGed {
    position: sticky;
    top: 0px;
    z-index: 5;
    background: #212121;
    background: radial-gradient(circle, rgb(51 50 50) 19%, rgba(0, 0, 0, 1) 100%);
    /*background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(13, 13, 13, 0.9) 34%, rgba(13, 13, 13, 1) 100%);*/
    width: 100%;
    box-shadow: #353535 0px 1px 13
}

.col-12 {
    padding-left: 0px !important;
    padding-right: 0px !important
}

.form-control {
    background: #fff;
    padding: 9px;
    width: 100%;
    border-radius: 2px;
    border: solid 0px;

}

body {

    min-height: 100vh;
    margin: 0;
    /*  background-image: linear-gradient(to right, #ffffffbf, #ffffff), url(/images/logo-transparent.png), linear-gradient(to right, #b1b1b1, #ffffff);*/
    /*background-image:url(/images/background-accueil.jpg);*/
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: middle, middle left, right;
    background-size: 102%, 45%, 100%;
    background-position: 0% 103%;
    overflow: hidden;
}

.bodyapp {

    min-height: 100vh;
    margin: 0;
    /*  background-image: linear-gradient(to right, #ffffffbf, #ffffff), url(/images/logo-transparent.png), linear-gradient(to right, #b1b1b1, #ffffff);*/
    background-image: url(/images/background-accueil.jpg);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: middle, middle left, right;

    background-position: 0% 103%;
    overflow: hidden;
}

.body2 {
    min-height: 100vh;
    margin: 0;
    background-image: linear-gradient(to right, #ffffffbf, #ffffff), url(/images/logo-transparent.png), linear-gradient(to right, #b1b1b1, #ffffff);
    /* background-image:url(/images/background-accueil.jpg);*/
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: middle, middle left, right;
    /*background-size: 102%, 45%, 100%;
    background-position: 0% 103%;*/
    overflow: hidden;
}

main {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-top: 1rem;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    font-family: 'Segoe UI', sans-serif;
    margin-top: -45px;
}

@font-face {
    font-family: "Roboto";
    src: url("/fonts/Roboto-Regular.woff2") format("woff2");
}

.app {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: Segoe UI, sans-serif;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: fixed;
    /*background: rgba(0, 0, 0, 0.7);*/
}


footer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2px;
    z-index: 500;
    max-height: 45px;
    text-align: center;
}

footer span {
    color: #000000;
    font-size: 0.7rem;
    padding-top: 2px;
    margin-top: 5px;
}

@media (min-width: 480px) {
    footer {
        padding: 0px 0;
    }
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding-right: 0px !important;
    padding-left: 0px !important;
}


h1,
h2,
p {
    font-weight: 400;
}

p {
    line-height: 1.5;
}

a {
    color: var(--color-theme-1);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 {
    font-size: 2rem;
    text-align: center;
    color: #fff
}

h2 {
    font-size: 1rem;
}

pre {
    font-size: 16px;
    font-family: var(--font-mono);
    background-color: rgba(255, 255, 255, 0.45);
    border-radius: 3px;
    box-shadow: 2px 2px 6px rgb(255 255 255 / 25%);
    padding: 0.5em;
    overflow-x: auto;
    color: var(--color-text);
}

.go-light {
    background: #f1f1f1;
    color: #000;
}

.go-dark {
    background: #000;
    color: #f1f1f1;
}

.text-column {
    display: flex;
    max-width: 48rem;
    flex: 0.6;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
}

input,
button {
    font-size: inherit;
    font-family: inherit;
}

button:focus:not(:focus-visible) {
    outline: none;
}

@media (min-width: 720px) {
    h1 {
        font-size: 2.4rem;
    }
}

.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: auto;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

.btn-primary {
    color: #fff;
    background-color: #f9b41d !important;
    border-color: #f9b41d !important;
}