* {
    box-sizing: border-box;
}

body {
    font-family: 'Ubuntu', sans-serif !important;
    color: var(--bs-ls-grey-900);
}

html, body {
    height: 100%;
    font-size: 0.8em;
}

body {
    display: table;
    width: 100%;
    position: relative;
    background-color: var(--bs-ls-grey-50) !important;
}

body > #global {
    min-height: 90vh;
    overflow: hidden;
    display: block;
    position: relative;
    padding-bottom: 20px;
}

html body h4 {
    color: var(--bs-ls-primary-600);
    font-size: 100%;
}

html body h2 {
    color: var(--bs-ls-grey-900);
    font-size: 120%;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 10px;
}

i {
    margin: 0 2px;
}

#header {
    background-color: var(--bs-ls-grey-900);
    height: 40px;
}

#header #bloc_logo {
    position: absolute;
    top: 5px;
    left: 20px;
}

#header #bloc_logo div.logo {
    width: 125px;
    height: 30px;
    background: url(commun/pastell-color-white.svg) no-repeat left center;
}

#header #bloc_login {
    display: flex;
    align-items: center;
    float: right;
    margin: 5px 20px 0 0;
}

#header #bloc_login a {
    color: white;
    text-decoration: none;
    padding-right: 10px;
}

#header #bloc_login a:hover {
    color: var(--bs-ls-primary-400);
}

#header #bloc_login {
    color: white;
    text-decoration: none;
}

#header #bloc_login .dropdown {
    display: inline;
}

#header #bloc_login .dropdown-menu {
    background-color: var(--bs-ls-grey-900);
    font-size: 120%;
}

#header #bloc_login .dropdown-menu .dropdown-item {
    padding: 10px;
}

#header #bloc_login .dropdown-menu .dropdown-item span {
    margin: 15px;
}

#header #bloc_login .dropdown-menu .dropdown-item:hover {
    color: #fff;
    background-color: var(--bs-ls-grey-800);

}

#main_menu {
    background: var(--bs-ls-primary-600);
    height: 40px;
    padding: 0;
}

#main_menu a {
    float: left;
    border: 0;
    font-size: 120%;
    text-decoration: none;
    color: white;
    text-align: center;
    padding: 8px 20px;
}

#main_menu a.new_picto:hover {
    background-color: var(--bs-ls-primary-400);
    background-position: center -45px;
    border-bottom: 1px solid var(--bs-ls-primary-400);
}

a.separator {
    border-top: 1px solid var(--bs-ls-grey-600);
}

#main {
    overflow: visible;
    width: 100%;
    display: flex;
    min-height: calc(100vh - 140px);
}

#main_gauche {
    min-width: 200px;
    width: 280px;
    padding: 10px 0;
    background-color: white;
    box-shadow: 0 0 6px rgba(0, 0, 0, .25);
    min-height: 100%;
}

#main_droite {
    flex-grow: 1;
    margin-left: 40px;
    margin-right: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.menu {
    border-bottom: 0;
}

html body ul {
    margin: 0.5rem 0;
}

#ulNotification {
    margin: 0;
    padding-left: 12px;
}

.menu ul {
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 0;
}

.menu ul li {
    padding: 0;
    margin-left: 15px;
}

.menu ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu ul li a, .menu ul li a.actif {
    padding: 3px 8px;
    line-height: 2em;
    margin: 0;
    color: var(--bs-ls-primary-600);
    text-decoration: none;
}

.menu ul li a:hover {
    color: white;
    background-color: var(--bs-ls-primary-300);
}

.menu ul li a.actif, .menu ul li a.actif:hover {
    color: #fff;
    background-color: var(--bs-ls-primary-600);
}

html body h3 {
    font-size: 1.2rem;
    margin: 2px 15px 0 0;
}

#main #main_gauche h3:hover {
    color: var(--bs-ls-primary-500);
    cursor: pointer;
}

#main #main_gauche h3::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    margin-right: 3px;
    color: var(--bs-ls-primary-300);
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "ForkAwesome";
    font-weight: 900;
    content: "\f078";
}

#main #main_gauche h3[aria-expanded="false"]::before {
    content: "\f054";
    margin-right: 6px;
}

#main_gauche h2, #main_gauche h3 {
    border-bottom: 0;
    color: var(--bs-ls-grey-900);
    font-weight: bold;
    padding: 6px;
    line-height: 1em;
    margin: 0 0 0 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#bloc_titre_bouton {
    margin: 0 0 5px 0;
    padding: 0;
    overflow: auto;
}

#bloc_h1 h1 {
    margin: 0;
    padding: 0;
    font-size: 140%;
    letter-spacing: 1px;
    font-weight: bold;
    color: var(--bs-ls-grey-900);
}

#bloc_boutons, html body .bloc_boutons {
    margin: 10px 0 5px 0;
}

html body .form-search {
    margin-top: 10px;
}

html body .bloc-flex {
    display: flex;
}

html body .bloc-flex > a {
    margin-right: 4px;
}

html body .input-search {
    border-radius: 0.25rem 0 0 0.25rem;
}

html body .btn-search {
    border-radius: 0 0.25rem 0.25rem 0;
}

html body .page-link {
    border: none;
    background-color: var(--bs-transparence);
}

html body .page-link:focus {
    box-shadow: none;
}

html body .box {
    border-image: none;
    border-radius: 3px;
    background-color: white;
    padding: 10px;
    margin: 5px 0 10px 0;
    box-shadow: 0 0 12px rgba(0, 0, 0, .1);
}

html body table {
    margin-top: 10px;
}

html body .table th, html body .table td {
    border: none;
}

html body table.table-end {
    border-bottom: 1px solid var(--bs-ls-grey-200);
}

html body form.table-end {
    border-bottom: 1px solid var(--bs-ls-grey-200);
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.obl {
    color: red;
    font-size: 120%;
    padding: 0 6px;
}

html body .bloc_btn_list {
    display: inline-block;
    float: right;
}

#bottom {
    background-color: var(--bs-ls-grey-900);
    clear: both;
    display: table-row;
    height: 40px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

#bottom .bloc_copyright img {
    width: 100%;
}

.bloc_vers_haut {
    background: #F5F5F5;
    height: 27px;
    text-align: right;
    padding-right: 10px;
    line-height: 2em;
    color: #878787;
}

.bloc_copyright {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 0 20px;
}

div#bloc_left {
    content: "";
    width: 166px;
}

.bloc_copyright a {
    text-decoration: none;
}

.bloc_copyright a:hover {
    color: var(--bs-ls-primary-200);
    text-decoration: underline;
}

.bloc_logo_libriciel {
    width: 10%;
    float: right;
    text-align: right;
}

.bloc_logo_libriciel a img {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}

.bloc_logo_libriciel a img:hover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

.bloc_mentions {
    color: var(--bs-ls-primary-200);
    text-align: center;
}

.bloc_mentions p {
    margin: 0;
}

.bloc_mentions a {
    color: #fff;
}

.box_suiv {
    border-bottom: 1px dotted #D3DBDE;
    margin: 12px 0 6px 0;
    height: 32px;
}

.box_suiv .prec {
    float: left;
    width: 32%;
    margin: 0;
    display: block;
    text-align: left;
}

.box_suiv .milieu {
    float: left;
    width: 33%;
    text-align: center;
    margin-top: 18px;
}

.box_suiv .suiv {
    float: right;
    width: 32%;
    margin: 0;
    display: block;
    text-align: right;
}

.box_suiv .prec a:hover, .box_suiv .suiv a:hover {
    text-decoration: none;
}

/* divers element de base */

hr {
    margin: 10px 0 10px 0;
    border: 0;
    border-bottom: 1px solid #D3DBDE;
    height: 1px;
}

img {
    border: 0;
}

html body a {
    color: var(--bs-ls-primary-500);
}

html body a:hover {
    color: var(--bs-ls-primary-400);
    text-decoration: none;
}

.absmiddle {
    margin: 0.1em;
    margin-left: 0;
    margin-right: 4px;
    vertical-align: middle;
    display: inline;
}

.float_col {
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.align_right {
    text-align: right;
}

.align_left {
    text-align: left;
}

.align_center {
    text-align: center;
}

.align_justify {
    text-align: justify;
}

.w50pc {
    width: 50%;
}

.w30 {
    width: 30px;
}

.w140 {
    width: 140px;
}

.w200 {
    width: 200px;
}

.w300 {
    width: 300px;
}

.w400 {
    width: 400px;
}

.w500 {
    width: 500px;
}

.w600 {
    width: 600px;
}

.w700 {
    width: 700px;
}

.txt_rouge {
    color: #FF0000;
}

.btn {
    text-decoration: none;
}

/* TEST MENU GAUCHE DISPLAY */

html body #main_droite.pa-one-block {
    margin: 10px 25px;
}

/* FIN TEST MENU GAUCHE DISPLAY */

.form_commentaire {
    padding: 0;
    margin: 0;
    color: #B2B2B2;
}

.form-select:focus {
    color: #495057;
    background-color: #fff;
    border-color: var(--bs-ls-primary-300) !important;
    box-shadow: 0 0 10px var(--bs-ls-primary-300) !important;
}

.date {
    width: 150px;
}

.textarea_affiche_formulaire {
    resize: both
}

.text_alert {
    color: red;
    font-weight: bold;
}

.breadcrumb {
    height: 40px;
    line-height: 30px;
    margin: 0 !important;
    width: 100% !important;
    padding: 3px !important;
    background-color: var(--bs-ls-primary-300) !important;
}

.breadcrumb li {
    padding: 0 5px;
}

.breadcrumb li a {
    color: var(--bs-ls-primary-600);
}

.breadcrumb li a:hover {
    color: var(--bs-ls-primary-400);
    text-decoration: underline;
}

.alert-connexion {
    width: 649px;
}

.select2_breadcrumb {
    min-width: 200px;
}

.select2 {
    margin-right: 10px;
}

html body :focus {
    outline: none;
}

html body .select {
    background-color: var(--bs-ls-primary-400);
}

html body .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--bs-ls-primary-400);
}

/* Accordeon */

#accordionExample {
    margin-top: 5px;
    margin-bottom: 10px;
}

html body .ls-accordion {
    cursor: pointer;
    background-color: white;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    font-size: 16px;
}

html body .ls-accordion .fa-plus-square, .fa-minus-square, .fa-plus-square {
    float: right;
    font-size: 19px;
    color: var(--bs-ls-primary-600);
}

html body .plier {
    display: none;
}

html body .deplier {
    display: inline-block;
}

html body .collapsed .plier {
    display: inline-block;
}

html body .collapsed .deplier {
    display: none;
}

html body .card {
    border: none;
}

html body .accordion .card .card-header {
    margin-bottom: 0;
}

#collapseOne {
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}

html body .inline {
    display: inline;
}

html body .margin-right {
    margin-right: 4px;
}

html body div.tothetop {
    position: fixed;
    z-index: 9999;
    bottom: 45px;
    right: 20px;
    display: none;
}

a#top {
    text-decoration: none;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 2em;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    background: #000;
    opacity: 0.7;
    transition: 0.3s;
}

html body .ls-off {
    display: none;
}

html body .ls-on {
    display: block;
}

.break-table-content > tbody > tr > td {
    word-break: break-all;
}

.handle:hover {
    cursor: grab;
}

.security-banner {
    background-color: #C02B2B;
    height: 60px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    padding-left: 25px;
    box-sizing: border-box;
}

.security-banner-warning-icon .fa-exclamation-triangle {
    font-size: 25px;
}

.security-banner-warning-text {
    margin-left: 25px;
}

.security-banner-warning-text p {
    margin: 0;
    font-size: 14px;
}

.security-banner-warning-text p:first-child {
    margin-bottom: 2px;
}
