/* Votre Style */

body {
    overflow-x: hidden;
}

::-webkit-input-placeholder {
    color: #cbcbcb;
}

.swithTicketList {
    font-size: 15px;
    padding: 5px;
    border-radius: 3px;
    width: 30px;
}

.divSwitchTicketList {
    top: 7px;
    margin-left: 39px;
    position: relative;
}
.pagination-container{
    justify-items:center;
}

.pagination {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    list-style: none;
    padding-left: 0;
}

a,
a:visited {
    text-decoration: none;
    color: inherit;
}

input {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    font-family: neon-regular;
    font-size: 14px;
    letter-spacing: 0.5px;
    border: none;
}

.white-bg {
    border-radius: 5px;
    background-color: #ffffff;
    height: 100%;
}

.border {
    border: 1px dashed;
}

.no-padding {
    padding-right: 0 !important;
    padding-left: 1px !important;
    padding-bottom: 1px !important;
    padding-top: 0 !important;
}

.input-noBottomBorder {
    padding-bottom: unset !important;
}

.intro-nav .nav-button .nav-sub-group .nav-sub-button div:last-child {
    /*width: 170px;*/
    padding: 0 10px 20px 0;
    float: none;
    margin-left: 30px;
}

.btpagination .pagination li.active {
    background-color: #383838 !important;
    color: white !important;
}
.btpagination{
    margin-top:10px;
}
.ligneSeparation {
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 0px;
    margin-right: 0px;
    max-width: 45rem;
    max-width: 85ch;
    border: 0px solid #00458b;
    border-bottom-width: 2px;
    border-top-width: 2px;
}

.ligneSeparation2 {
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 0px;
    margin-right: 0px;
    max-width: 100%;    
    border: 0px solid #00458b;    
    border-top-width: 4px;
}

.btpagianation .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 1;
    color: white !important;
    cursor: default;
    background-color: #383838 !important;
    border-color: #383838;
}

select {
    height: 40px;
    padding-top: 10px;
    padding-bottom: 8px;
    padding-left: 15px;
    font-family: neon-regular;
    font-size: 14px;
    letter-spacing: 0.5px;
    border: none;
    border-radius: 0;
    background-color: white;
    text-transform: capitalize;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

label {
    display: block;
}

.select-label:after {
    content: "▼";
    position: absolute;
    right: 10px;
    top: 13px;
    color: #2D2D2D;
    font-size: 12px;
}

.select-label-2:after {
    content: "▼";
    position: absolute;
    right: 10px;
    top: 41px;
    color: #2D2D2D;
    font-size: 12px;
    pointer-events: none;
}

.select-label-bt:after {
    content: "▼";
    position: absolute;
    left: 7px;
    top: 8px;
    color: #929292;
    font-size: 12px;
}

.select-label-bt {
    position: relative;
}

.select-label-bt:hover.select-label-bt:after {
    color: #383838;
}

.select-label-bt:hover {
    position: relative;
    background-color: white;
}

textarea {
    -webkit-appearance: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    font-family: neon-regular;
    font-size: 14px;
    letter-spacing: 0.5px;
    border: none;
    border-radius: 0;
    margin-top: 0;
    height: 40px;
    min-height: 40px;
}

a,
a:hover,
a:visited {
    text-decoration: none;
}

.menu-line {
    height: inherit;
    width: 5PX;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 50;
    transition: ease-out 0.6s all;
}

.color-2 {
    background-color: #912145;
}

.fill-2 {
    fill: #912145;
}

.fill-1 {
    fill: #5BC3F0;
}

.fill-3 {
    fill: #678B28;
}

.color-1 {
    background-color: #5BC3F0;
}

.color-3 {
    background-color: #678B28;
}

.color-4 {
    background-color: #9f9078;
}

.fill-4 {
    fill: #9f9078;
}

.menu-title {
    position: relative;
    padding-top: 48vh;
    font-family: Neon-bold;
    font-size: 20px;
    pointer-events: none;
    text-transform: uppercase;
}

.group-column {
    height: 100vh;
    position: relative;
    width: 25%;
    overflow: hidden;
    box-shadow: -1px 0px 82px #E8E8E8;
    float: left;
    background-color: white;
    z-index: 1;
    transition: ease-out 0.6s all;
}

.group-column:hover .menu-line {
    width: 100%;
    background-color: #41464B;
    transition: ease-out 0.6s all;
}

.group-column:hover .menu-bloc {
    fill: #41464B;
    margin-left: calc(100% - 5px);
    transition: ease-out 0.6s all;
}

.group-column:hover {
    z-index: 2 !important;
    box-shadow: -1px 0px 0px rgba(210, 207, 207, 0);
}

.group-column:hover .menu-title {
    padding-top: 7vh;
    transition-delay: 0.3s;
    transition-duration: 0.2s;
    transition-timing-function: ease-in;
    transition-property: padding;
}

.group-column:hover .hover-enable {
    transition-delay: 0.6s;
    transition-duration: 0.3s;
    transition-timing-function: ease-in;
    transition-property: all;
    display: block;
}

.group-column:hover .hover-disable {
    transition-delay: 0.6s;
    transition-duration: 0.3s;
    transition-timing-function: ease-in;
    transition-property: all;
    display: none;
}

.hover-enable {
    transition-delay: 0.6s;
    transition-duration: 0.3s;
    transition-timing-function: ease-in;
    transition-property: all;
    display: none;
}

.hover-disable {
    transition-delay: 0.6s;
    transition-duration: 0.3s;
    transition-timing-function: ease-in;
    transition-property: all;
    display: block;
}

.group-column:hover .text-color-menu {
    color: white;
    transition-delay: 0.6s;
    transition-duration: 0.3s;
    transition-timing-function: ease-in;
    transition-property: color;
}

.button-delay-1,
.button-delay-2,
.button-delay-3,
.button-delay-4,
.button-delay-5,
.button-delay-6,
.button-delay-7 {
    opacity: 0;
    display: flex;
    position: relative;
    margin-bottom: -1px;
    overflow: hidden;
}

.group-column:hover .button-delay-1 {
    opacity: 1;
    transition-delay: 0.8s;
    transition-duration: 0.3s;
    transition-timing-function: ease-in;
    transition-property: opacity;
}

.group-column:hover .button-delay-2 {
    opacity: 1;
    transition-delay: 1s;
    transition-duration: 0.3s;
    transition-timing-function: ease-in;
    transition-property: opacity;
}

.group-column:hover .button-delay-3 {
    opacity: 1;
    transition-delay: 1.2s;
    transition-duration: 0.3s;
    transition-timing-function: ease-in;
    transition-property: opacity;
}

.group-column:hover .button-delay-4 {
    opacity: 1;
    transition-delay: 1.4s;
    transition-duration: 0.3s;
    transition-timing-function: ease-in;
    transition-property: opacity;
}

.group-column:hover .button-delay-5 {
    opacity: 1;
    transition-delay: 1.6s;
    transition-duration: 0.3s;
    transition-timing-function: ease-in;
    transition-property: opacity;
}

.group-column:hover .button-delay-6 {
    opacity: 1;
    transition-delay: 1.8s;
    transition-duration: 0.3s;
    transition-timing-function: ease-in;
    transition-property: opacity;
}

.group-column:hover .button-delay-7 {
    opacity: 1;
    transition-delay: 2s;
    transition-duration: 0.3s;
    transition-timing-function: ease-in;
    transition-property: opacity;
}

.menu-explanation {
    margin-top: 10px;
    position: relative;
    text-align: justify;
    margin-right: 30px;
    font-family: Neon-light;
    font-size: 14px;
    letter-spacing: 0.5px;
    pointer-events: none;
}

.menu-explanation,
.menu-title,
.button-delay-1,
.button-delay-2,
.button-delay-3,
.button-delay-4,
.button-delay-5,
.button-delay-6,
.button-delay-7 {
    margin-left: 40px;
    z-index: 100;
}

.text-color-menu {
    color: #41464B;
}

.menu-bloc {
    margin-top: 45vh;
    left: 5px;
    position: absolute;
    width: 40px;
    border-radius: 0 5px 5px 0;
}

.intro-nav {
    height: 60px;
    background-color: white;
    width: 100%;
    position: fixed;
    z-index: 50;
}

.intro-nav:hover {
    z-index: 500;
}

.menu-button {
    color: white;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    position: relative;
    font-family: neon-regular;
    font-size: 13px;
    padding-top: 15px;
    padding-bottom: 13px;
    text-transform: uppercase;
    display: flex;
    cursor: pointer;
    width: calc(100% - 70px);
    float: left;
    overflow: hidden;
}

.menu-button-card {
    width: 100% !important;
    display: relative !important;
}

.first-button {
    margin-top: 10px;
}

.button-icon,
.button-icon-2 {
    width: 20px;
    height: 20px;
    border: 1px solid white;
    float: left;
    margin-right: 10px;
    margin-left: 5px;
    z-index: 3;
}

.button-icon-black {
    border: 1px solid #41464B;
}

.button-text,
.button-text-2 {
    float: left;
    margin-top: 2px;
    pointer-events: none;
    z-index: 3;
    color: white;
}

.menu-fav-button {
    color: white;
    position: relative;
    padding-top: 15px;
    margin-left: 5px;
    float: left;
}

.menu-fav-button .button-icon {
    margin-left: 8px !important;
}

.animation-bloc {
    width: 1px;
}

.group-column:hover .animation-bloc {
    width:
}

@keyframes example {
    0% {
        width: 1px;
        margin-left: 0px;
    }

    80% {
        width: 100%;
        margin-left: 30%;
    }

    100% {
        margin-left: 100%;
        width: 1px;
    }
}

@keyframes intro {
    0% {
        width: 100%;
        margin-left: 0px;
        opacity: 1;
    }

    30% {
        width: 100%;
        margin-left: 0px;
        opacity: 0.3;
    }

    100% {
        margin-left: 100%;
        width: 1px;
        opacity: 0;
    }
}

@keyframes intro-2 {
    0% {
        opacity: 0;
        right: -600px;
        -webkit-filter: blur(15px);
    }

    50% {
        opacity: 0;
        right: -600px;
        -webkit-filter: blur(15px);
    }

    100% {
        opacity: 1;
        right: 58px;
        -webkit-filter: blur(0px);
    }
}

@keyframes intro-3 {
    0% {
        opacity: 0;
        right: -600px;
    }

    30% {
        opacity: 0;
        right: -600px;
    }

    100% {
        opacity: 1;
        right: 600px;
    }
}

.animation-bloc {
    background-color: #dedede;
    height: inherit;
    z-index: 20;
    position: absolute;
}

.group-column:hover .animation-bloc {
    animation-name: example;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
}

.group-column:hover .menu-explanation {
    opacity: 1;
    transition-delay: 0.2s;
    transition-duration: 0.3s;
    transition-timing-function: ease-in;
    transition-property: opacity;
}

.menu-explanation {
    opacity: 0;
}

.menu-button:hover .button-text {
    transition-delay: 0.3s;
    transition-duration: 0.1s;
    transition-timing-function: ease-in;
    transition-property: color;
    color: #41464B !important;
}

.menu-button:hover .button-text-2 {
    transition-duration: 0.1s;
    transition-timing-function: ease-in;
    transition-property: color;
    color: #41464B !important;
}

.menu-button:hover .button-icon {
    transition-delay: 0.3s;
    transition-duration: 0.1s;
    transition-timing-function: ease-in;
    transition-property: all;
    border-color: #41464B;
}

.menu-button:hover .button-icon-2 {
    transition-duration: 0.1s;
    transition-timing-function: ease-in;
    transition-property: all;
    border-color: #41464B;
}

.button-background {
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    background-color: white;
    z-index: 2;
}

.menu-button:hover .button-background {
    animation-name: example;
    animation-duration: 0.4s;
    animation-iteration-count: 1;
}

.button-background-2 {
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    background-color: white;
    z-index: 1;
    width: 0;
}

.menu-button:hover .button-background-2 {
    transition-delay: 0.3s;
    transition-duration: 0.1s;
    transition-timing-function: ease-in;
    transition-property: all;
    width: 100%;
}

.button-background-4 {
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    background-color: white;
    z-index: 1;
    width: 0;
}

.menu-button:hover .button-background-4 {
    transition-duration: 0.1s;
    transition-timing-function: ease-in;
    transition-property: all;
    width: 100%;
}

.button-background-3 {
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    background-color: #424242;
    z-index: 2;
}

.joint:hover .button-background-3 {
    animation-name: example;
    animation-duration: 0.4s;
    animation-iteration-count: 1;
}

.button-background-3 {
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    background-color: #424242;
    z-index: 1;
    width: 0;
}

.joint:hover .button-background-3 {
    transition-delay: 0.3s;
    transition-duration: 0.1s;
    transition-timing-function: ease-in;
    transition-property: all;
    width: 100%;
}

.logo {
    height: 60px !important;
    float: left;
}

.nav-explanation {
    float: left;
    font-size: 14px;
    font-family: Neon-regular;
    max-width: 65%;
    margin-top: 10px;
    margin-left: 16px;
}

.nav-explanation span {
    font-family: Neon-medium;
}

.nav-button {
    float: left;
    font-size: 13px;
    letter-spacing: 0.5px;
    font-family: Neon-bold;
    text-transform: uppercase;
    color: #41464B;
    position: relative;
    z-index: 10;
    width: 210px;
    text-align: center;
    cursor: pointer;
}

.nav-button:hover {
    z-index: 500;
}

.margin {
    margin-right: 20px;
}

.is-disabled,
[disabled] {
    opacity: 0.8;
    background-color: #DCDCDC;
    color: #3C3C3C;
}

.shadow-nav {
    box-shadow: -1px 0px 7px #616161;
}

.shadow {
    box-shadow: 0px 2px 3px #A2A2A2;
}

.background-app {
    background-color: #F5F4F4;
}

.bt-column-info {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

.background-app-2 {
    background-color: #EFEFEF;
}

.top-bar {
    background-color: #E2E2E2;
    position: relative;
    z-index: 3;
    width: 100%;
    padding-left: 40px;
    padding-bottom: 3px;
}

.tilte-section {
    padding-top: 83px;
    font-size: 24px;
    font-family: Neon-light;
    padding-bottom: 13px;
    text-transform: uppercase;
    color: #41464B;
    position: relative;
}

.filters-tilte {
    padding-top: 83px;
    font-size: 24px;
    font-family: Neon-light;
    text-transform: uppercase;
    color: #41464B;
    position: relative;
}

.bt-column {
    width: calc(50% - 100px);
    float: left;
    position: relative;
    height: inherit;
    min-height: 100vh;
    min-width: 40px;
}

.bt-column-pli {
    width: 40px;
    float: left;
    position: absolute;
    height: inherit;
    cursor: pointer;
    overflow: hidden;
    min-height: 100vh;
    box-shadow: -0px 0px 0px #E2E2E2;
    transition: 0.1s ease-in all;
    z-index: 2;
}

.bt-column-pli:hover {
    box-shadow: -5px 0px 20px #d0d0d0;
    z-index: 3;
}

.filter-bar {
    width: 100%;
    display: flex;
    padding-left: 40px;
    margin-top: 10px;
    position: relative;
}

.filter-bt {
    font-family: Neon-bold;
    letter-spacing: 1px;
    font-size: 12px;
    color: rgb(177, 177, 177);
    text-transform: uppercase;
    padding-top: 9px;
    margin-right: 5px;
}

.filter-bt-2 {
    font-family: Neon-light;
    letter-spacing: 1px;
    font-size: 12px;
    color: rgb(165, 165, 165);
    text-transform: uppercase;
    padding-top: 6px;
    margin-bottom: -13px;
    margin-left: 41px;
}

.filter-button {
    text-align: center;
    float: left;
    font-size: 12px;
    font-family: Neon-medium;
    padding-top: 7px !important;
    padding-bottom: 6px !important;
    margin-right: 5px !important;
    text-transform: uppercase;
    position: relative;
    z-index: 10;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: 0.1s linear all;
    color: black !important;
    width: 100% !important;
}

.filter-button:hover {
    background-color: #383838 !important;
    color: white !important;
}

.export-button-style {
    text-align: center;
    float: left;
    font-size: 12px;
    font-family: Neon-medium;
    padding-top: 7px !important;
    padding-bottom: 6px !important;
    margin-right: 5px !important;
    text-transform: uppercase;
    position: relative;
    z-index: 10;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: 0.1s linear all;
    color: black !important;
    background-color: #D6D6D6 !important;
    width: 100% !important;
}

.export-button-style:hover {
    background-color: #383838 !important;
    color: white !important;
}

.button-style {
    text-align: center;
    float: left;
    font-size: 12px;
    font-family: Neon-medium;
    padding-top: 7px;
    padding-bottom: 6px;
    margin-right: 5px;
    text-transform: uppercase;
    color: #929292;
    position: relative;
    z-index: 10;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: 0.1s linear all;
}

.button-style-filter {
    background-color: #D6D6D6;
}

.button-style:hover {
    background-color: white;
    color: #41464B;
}

.option-section {
    width: 100%;
    display: flex;
    position: relative;
    height: inherit;
}

.filters-section {
    width: 100%;
    display: flex;
    position: relative;
    height: inherit;
    padding-bottom: 3px;
    padding-top: 3px;
    padding-right: 15px;
}

.preset-group {
    width: 49%;
    display: inline-flex;
}

.preset-group-2 {
    width: 30%;
}

.select-group {
    width: 100%;
    display: flex;
    margin-bottom: 5px;
}

.button-width-5 {
    width: calc(50% - 5px);
}

.button-width-6 {
    width: calc(33.333% - 5px);
}

.button-color-1-active {
    background-color: #383838 !important;
    color: white !important;
}
.button-color-2-BT-active {
    background-color: #A0385E !important;
    color: white !important;
}
.button-color-2-IN-active {
    background-color: #A0385E !important;
    color: white !important;
}

.research-bar {
    background-color: white;
    width: calc(50% - 40px);
    height: auto;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #41464B;
    letter-spacing: 0.5px;
    cursor: text;
    font-size: 12px;
    font-family: Neon-medium;
    height: 70px;
}

.research-bar div {
    margin-top: 26px;
    margin-left: 20px;
}

.button-color-2-active {
    background-color: #A0385E;
    color: white;
}

.button-color-5-active {
    background-color: #A0385E;
    color: white;
}

.button-color-3-active {
    background-color: #BF8AA0 !important;
    color: white;
}

.button-color-6-active {
    background-color: #BF8AA0 !important;
    color: white;
}

.button-color-12-active {
    background-color: #876372 !important;
    color: white;
}

.fill-6 {
    fill: #BF8AA0;
}

.button-width-3 {
    width: 95px;
}

.info-number {
    float: left;
    font-size: 26px;
    font-family: Neon-bold;
    margin-top: 2px;
    margin-left: 5px;
    text-transform: uppercase;
    color: #A0385E;
    position: relative;
    z-index: 10;
    padding-left: 10px;
}
.info-IN {
    float: left;
    font-size: 26px;
    font-family: Neon-bold;
    margin-top: 2px;
    margin-left: 5px;
    text-transform: uppercase;
    color: #A0385E;
    position: relative;
    z-index: 10;
    padding-left: 10px;
}
.info-title {
    font-size: 21px;
    font-family: Neon-medium;
    text-transform: uppercase;
    color: #525252;
    position: relative;
    padding-top: 7px;
    float: left;
    margin-left: 8px;
}

.info-action-archive-massive {
    position: relative;
    padding-top: 7px;
    float: right;
    margin-right: 8px;
    display: flex;
    align-items: center;
    padding-bottom: 7px;
}

.color-33 {
    color: #A84C71 !important;
}

.splitter {
    position: absolute;
    height: 100%;
    min-height: 100vh;
    width: 4px;
    left: 0;
    top: 0;
    transition: 0.2s linear width;
}

.bt-column-pli:hover .splitter {
    width: 40px;
}

.splitter-bloc {
    margin-top: 39px;
    position: absolute;
    width: 40px;
    border-radius: 0 5px 5px 0;
}

.splitter-bloc-dd {
    margin-top: 40px;
    margin-left: 206px;
    position: fixed;
    width: 18px;
    z-index: 300;
    transform: rotate(-90deg);
}

.wave-form {
    left: -17px;
    top: 26px;
    position: absolute;
    width: 18px;
    transform: rotate(-180deg);
    top: 0px;
}

.bordereau {
    width: 230px;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
    position: relative;
    height: 148px;
    z-index: 1;
}

.bordereau:hover {
    z-index: 2 !important;
}

.bordereau-container {
    margin-top: 0px;
    margin-left: 42px;
}

.bt-title {
    padding-top: 6px;
    font-size: 25px;
    font-family: Neon-medium;
    color: #424242;
    padding-left: 10px;
    background-color: aliceblue;
    z-index: 5;
    position: relative;
}

.bord:hover .bt-title,
.bord:hover .bt-info,
.bord:hover .bt-title-checkbox,
.bord:hover .bt-title-checkbox-refus {
    background-color: #424242;
    color: white;
    transition: ease-out 0.4s all;
}

.bt-info {
    z-index: 2;
    position: relative;
}

.bord:hover .bt-info .bt-maille,
.bord:hover .bt-info .bt-exutoire {
    opacity: 0;
    display: none;
    transition: ease-out 0.4s all;
}

.bord:hover .bt-exutoire {
    box-shadow: 0px 0px 0px #A2A2A2;
}

.bt-maille {
    padding-top: 0px;
    padding-bottom: 5px;
    font-size: 15px;
    color: #424242;
    padding-left: 10px;
    background-color: aliceblue;
    font-family: Neon-light;
    z-index: 5;
    position: relative;
    box-shadow: 0px 2px 3px #A2A2A2;
}

.bt-exutoire {
    padding-top: 5px;
    padding-bottom: 15px;
    background-color: white;
    font-size: 15px;
    color: #424242;
    padding-left: 10px;
    font-family: Neon-light;
    z-index: 5;
    position: relative;
    box-shadow: 0px 2px 3px #A2A2A2;
}

.alert {
    position: absolute;
    right: 42px;
    top: 54px;
    cursor: pointer;
}

.small-alert {
    position: relative;
    cursor: default;
}

.square {
    width: 30px;
    height: 30px;
    position: absolute;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
    z-index: 50;
}

.small-square {
    width: 15px;
    height: 15px;
    position: absolute;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
    z-index: 50;
}

.alert:hover .square {
    -webkit-animation: spin 0s linear infinite;
    -moz-animation: spin 0s linear infinite;
    animation: spin 0s linear infinite;
    width: 300px;
    height: 100px;
    transition: ease-out 0.2s all;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin2 {
    100% {
        -moz-transform: rotate(-360deg);
    }
}

@-webkit-keyframes spin2 {
    100% {
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes spin2 {
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

.chick {
    color: white !important;
    font-family: Neon-medium;
    position: absolute;
    z-index: 100;
    margin-left: 12px;
    margin-top: 2px;
    font-size: 20px;
    pointer-events: none;
}

.small-chick {
    color: white !important;
    font-family: Neon-medium;
    position: absolute;
    z-index: 100;
    margin-left: 6px;
    margin-top: 0px;
    font-size: 12px;
    pointer-events: none;
}

.square-line {
    border: solid 1px rgba(137, 137, 137, 0.67);
    width: 30px;
    height: 30px;
    position: absolute;
    -webkit-animation: spin2 4s linear infinite;
    -moz-animation: spin2 4s linear infinite;
    animation: spin2 4Ss linear infinite;
    z-index: 20;
}

.alert-info {
    position: absolute;
    color: white;
    pointer-events: none;
    opacity: 0;
    margin-left: 13px;
    width: 280px;
    z-index: 200;
    margin-top: 28px;
}

.alert:hover .alert-info {
    opacity: 1;
    transition: ease-out 0.4s all;
}

.bord {
    cursor: pointer;
    box-shadow: 0px 2px 3px #A2A2A2;
}

.bord-div-titre-check {
    display: flex;
}

.bt-title-checkbox {
    width: 10%;
    background-color: aliceblue;
    text-align: center;
}



.check-massive-archive {
    vertical-align: middle;
    zoom: 1.5;
}

.bord:hover {
    box-shadow: 0px 30px 110px #A2A2A2;
    transition: ease-out 0.4s all;
}

/*--- Checkbox pour multi-séléction des BT----*/
.round {
    /*position: relative;*/
    position: absolute;
    right: 0;
    z-index: 6;
}

.round label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 28px;
    display: inline-block;
    top: -2px;
    right: 8px;
}

.round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 7px;
    opacity: 0;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 12px;
}

.round input[type="checkbox"] {
    visibility: hidden;
}

.round input[type="checkbox"]:checked + label {
    background-color: #66bb6a;
    border-color: #66bb6a;
}

.round input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

/*--- ActionBar pour la multi-séléction des BTs ----*/

.actionBar {
    height: 55px;
    /*background-color: #D6D6D6;*/
    box-shadow: -1px 0px 7px #616161;
    overflow: hidden;
    visibility:hidden;
}

/*---------*/
.actionBar-wrapper {
    position: relative;
    height: 70%;
    width: 80%;
    top: 15%;
    bottom: 15%;
    right: 50px;
    left: 50px;
}

.actionBar-menu {
    color: #424242;
    height: 100%;
    width: 25%;
    position: relative;
    cursor: pointer;
    float: left;
    display: inline-flex;
}

.actionBar-btn {
    vertical-align: middle;
    text-align: center;
    letter-spacing: 0.5px;
    font-size: 13px;
    font-family: neon-regular;
    text-transform: uppercase;
    width: 100%;
    border-right: 1px groove;
    background-color: #d6d6d6;
    display: none;
}

.actionBar-btn:hover {
    background-color: #424242;
    color: white;
    transition: all 0.2s linear;
}

.light-shadow {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.light-shadow:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

/*---------*/

.joint {
    border-top: solid 1px #FFFFFF;
    background-color: #777777;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 3px;
    font-size: 15px;
    color: #FFFFFF;
    padding-left: 10px;
    font-family: Neon-light;
    margin-top: -40px;
    z-index: 1;
    opacity: 0;
    position: relative;
    transition: ease-out 0.4s all;
    overflow: hidden;
    pointer-events: none;
}


.joint-list {
    width: 100%;
    border: none;
    background-color: #777777;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 15px;
    color: #FFFFFF;
    padding-left: 10px;
    font-family: Neon-light;
    margin-top: -40px;
    z-index: 1;
    display: none;
    position: relative;
    transition: ease-out 0.4s all;
    overflow: hidden;
    pointer-events: none;
}

.joint:hover,
.joint-list:hover {
    background-color: white;
    color: #424242;
}

.joint:hover .first,
.joint-list:hover .first {
    display: none;
    padding-top: 5px;
}

.joint:hover .second,
.joint-list:hover .second {
    display: block;
}

.first {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
}

.second {
    display: none;
    font-family: neon-regular;
    font-size: 15px;
    text-transform: uppercase;
    z-index: 5;
    position: relative;
    /*padding-top: 3px;*/
    margin-top: 10px;
}

.troisieme {
    cursor: pointer;
    display: inline-block;
    font-family: neon-regular;
    font-size: 15px;
    text-transform: uppercase;   
    text-align: left;
    position: relative;    
    padding: 10px;
    margin-top: 10px;
    background-color: #2D2D2D;
    color: white;
}

.troisieme:active {
    background-color: white;
    color: black;
}

.bord:hover .joint {
    margin-top: 0px;
    opacity: 1;
    pointer-events: auto;
}

.data-row:hover .joint-list {
    margin-top: 0px;
    display: block;
    pointer-events: auto;
}

.bt-button {
    opacity: 0;
    margin-top: -150px;
    z-index: 2;
    display: flex;
    background-color: aliceblue;
    margin-bottom: -1px;
    pointer-events: none;
}

.bord:hover .bt-button {
    opacity: 1;
    margin-top: 0;
    background-color: #424242;
    pointer-events: auto;
}

.subtitle {
    font-family: Neon-bold;
    letter-spacing: 1px;
    font-size: 12px;
    color: rgba(95, 151, 202, 0.48);
    text-transform: uppercase;
}

.button-color-4-active {
    background-color: #B27449;
    color: white;
}

.button-color-7-active {
    background-color: #B27449;
    color: white;
}

.color-44 {
    color: #B27449;
}

.button-color-8-active {
    background-color: #BC4D26;
    color: white;
}

.color-55 {
    color: #BC4D26;
}

.fill-5 {
    fill: #A0385E;
}

.fill-7 {
    fill: #B27449;
}

.fill-11 {
    fill: #d47f43;
}

.fill-8 {
    fill: #BC4D26;
}

.fill-12 {
    fill: #876372;
}

nav footer {
    overflow: hidden;
    text-overflow: ellipsis;
    width:auto;
}

nav footer #numVersion {
    margin: 16px;
    margin-top:20px;
    font-size: 14px;
    font-family: Neon-regular;
    float: right;
}

 nav footer .nav-splitter{
     margin-right:16px;
 }

.nav-splitter {
    height: 40px;
    width: 1px;
    background-color: #E4E4E4;
    float: left;
    margin-top: 10px;
}

    .logout {
        height: 100%;
        float: right;
        width: 40px;
        background-color: white;
    }

.c-color-2 {
    color: #912145;
}

.bandeau {
    position: fixed;
    width: 100%;
    height: 20px;
    padding-top: 70px;
    margin-left: -40px;
    z-index: 300;
}

.list {
    width: 62px;
    height: 32px;
    right: -10px;
    position: absolute;
    fill: #41464B;
}

.c-color-1 {
    color: #5BC3F0;
}

.margin-extra-2 {
    margin-left: 439px !important;
}

.margin-extra-4 {
    margin-left: 898px !important;
}

.big-button {
    width: calc(100% - 10px);
    float: left;
    font-size: 12px;
    padding-left: 15px;
    font-family: Neon-medium;
    padding-top: 20px;
    padding-bottom: 6px;
    margin-right: 5px;
    text-transform: uppercase;
    position: relative;
    z-index: 10;
    letter-spacing: 0.5px;
    cursor: pointer;
    height: 70px;
    margin-bottom: 5px;
    transition-duration: 0.3s;
    transition-timing-function: ease-in;
    transition-property: all;
    color: #41464B;
}

.big-button:hover,
.button-filter:hover {
    background-color: #41464B;
    color: white;
}

.big-button:hover .button-icon-black {
    border-color: white;
    transition-duration: 0.3s;
    transition-timing-function: ease-in;
    transition-property: all;
}

.fixed-scrollbar {
    min-height: 415px;
    z-index: 1;
    overflow: auto;
}

.data-list-ap {
    overflow: scroll;
    overflow-x: scroll;
    overflow-y: scroll;
}

.data-row {
    width: calc(100% - 40px);
    background-color: white;
    margin-left: 20px;
    font-family: neon-light;
    font-size: 15px;
    box-shadow: -1px 1px 1px #B9B9B9;
    cursor: pointer;
    transition: ease-out 0.4s background-color;
    display: inline-block;
    margin-bottom: 5px;
    position: relative;
}

.data-row-donneeEntree {
    width: calc(100% - 40px);
    background-color: white;
    margin-left: 20px;
    font-family: neon-light;
    font-size: 15px;
    box-shadow: -1px 1px 1px #B9B9B9;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 5px;
    position: relative;
}

.data-row:hover {
    background-color: #424242;
    color: #D4D4D4;
    margin-bottom: 0px;
}

.data-row:hover .data-hide {
    display: none;
}

.data-row:hover .box-container {
    display: none;
}


.data-row:hover .box-container-2 {
    display: none;
}


.data-row:active {
}

.data-row:hover div {
    float: left;
    padding-left: 15px;
    border-right: solid 1px #D4D4D4;
    padding-right: 15px;
}


.data-row:hover .data-button-container {
    display: inline-flex;
}

.data-row-donneeEntree:hover .data-button-container {
    display: inline-flex;
    background-color: #424242;
}

.data-row-donneeEntree:hover .joint-list {
    margin-top: 0px;
    display: block;
    pointer-events: auto;
}

.donneeEntree-transition {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

.donneeEntree-transition:hover {
    background-color: #424242;
    color: white;
}

.data-row-Indicateur-ListBT div {
    position: relative;
    display: inline-block;
}

.data-row-controles div {
    position: relative;
    display: inline-block;
}

.indicateurs-table-container {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}

.indicateurs-table {
    display: table;
    position: relative;
    margin-top: 20px;
    border-collapse: collapse;
}

.indicateurs-table-caption {
    display: table-caption;
    font-size: 20px;
    font-family: Neon-bold;
    color: #9a9a9a;
    border-bottom: #d8d7d7 1px solid;
    text-align: center;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.indicateurs-table-header-group {
    display: table-header-group;
    color: #9a9a9a;
    font-family: Neon-bold;
    font-size: 14px;
    text-align: left;
    text-transform: uppercase;
}

.indicateurs-table-row-group {
    display: table-row-group;
}

.indicateurs-table-col-group {
    display: table-column-group;
}

.indicateurs-table-row {
    display: table-row;
    text-transform: uppercase;
    font-family: Neon-light;
    font-size: 16px;
    border-bottom: #d8d7d7 1px solid;
    letter-spacing: 1px;
}

.indicateurs-table-cell {
    display: table-cell;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-top: 4px;
    text-align: left;
    data vertical-align: middle;
    min-width: 150px;
}

.indicateurs-table-col {
    display: table-column;
}

.data-row-controles {
    /*27500*/
    width: 12250px;
    background-color: white;
    margin-left: 20px;
    font-family: neon-light;
    font-size: 15px;
    box-shadow: -1px 1px 1px #B9B9B9;
    cursor: pointer;
    margin-bottom: 5px;
    position: relative;
    max-height: 71px;
}

.data-row-Indicateur-ListBT {
    /*27500*/
    width: 34600px;
    background-color: white;
    margin-left: 20px;
    font-family: neon-light;
    font-size: 15px;
    box-shadow: -1px 1px 1px #B9B9B9;
    cursor: pointer;
    margin-bottom: 5px;
    position: relative;
}

.box-container-controles div {
    padding-left: 15px;
    border-right: solid 1px #E4E4E4;
    padding-right: 15px;
    padding-top: 3px;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    /*overflow: hidden;*/
    height: 25px;
}


.box-container-controles {
    margin-top: 22px;
    margin-bottom: 22px;
    position: relative;
    vertical-align: middle;
}

.box-container-indicateur div {
    width: 400px;
    padding-left: 15px;
    border-right: solid 1px #E4E4E4;
    padding-right: 15px;
    padding-top: 3px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    min-height: 25px;
    position: relative;
}


.box-container-indicateur {
    margin-top: 23px;
    margin-bottom: 17px;
    position: relative;
}


.box-container div {
    float: left;
    padding-left: 15px;
    border-right: solid 1px #E4E4E4;
    padding-right: 15px;
    padding-top: 3px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    min-height: 25px;
    position: relative;
}

.box-container-2 .column-content {
    float: left;
    padding-left: 15px;
    border-right: solid 1px #E4E4E4;
    padding-right: 15px;
    padding-top: 3px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    min-height: 25px;
    position: relative;
}

.box-container-2 .tooltip-inner {
    background-color: #efefef;
    color: black;
}

.box-container-2 .tooltip .tooltip-arrow {
    border-bottom-color: #efefef;
}

.box.tooltip{
    border-right: none;
}


.controle-modal {
    font-family: neon-regular;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #3C3C3C;
    margin-right: 2px;
    margin-bottom: 2px;
    overflow: hidden;
    height: 45px;
}

.controle-modal div {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 3px;
    height: 45px;
    line-height: 45px;
}

.controle-modal-commentaire {
    width: 150px;
}

.controle-modal-fichierJoint {
    float: right;
}

.data-name div {
    float: left;
    padding-left: 15px;
    height: 35px;
    padding-top: 9px;
    border-left: solid 1px #717171;
    padding-right: 15px;
    color: #41464B;
}

.data-name {
    width: calc(100% - 40px);
    display: inline-block;
    margin-left: 20px;
    font-family: neon-medium;
    padding-top: 20px;
    font-size: 12px;
    margin-top: -5px;
    text-transform: uppercase;
}

.data-name-header {
    width: 34600px;
    height: 30px;
    font-family: neon-medium;
    font-size: 16px;
    color: #909090;
    text-transform: uppercase;
    margin-left: 20px;
    background-color: #efefef;
}

    .data-name-header div {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
        background-color: #efefef;
    }

.sticky-header-v2 {
    width: inherit;
    position: sticky;
    left: 40%;
    border: 1px black;
    clear: both;
}

.data-name-controles div {
    width: 400px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    padding-left: 15px;
    padding-top: 9px;
    padding-right: 15px;
    border-left: solid 1px #717171;
}

.data-name-controles {
    /*27500*/
    width: 12250px;
    height: 50px;
    margin-left: 20px;
    font-family: neon-medium;
    padding-top: 20px;
    font-size: 13px;
    margin-top: -5px;
    text-transform: uppercase;
    color: #41464B;
}

.data-name-indicateur div {
    width: 400px;
    text-align: center;
    display: inline-block;
    position: relative;
    padding-left: 15px;
    padding-top: 9px;
    padding-right: 15px;
    border-left: solid 1px #717171;
    background-color: #efefef;
}

.data-name-indicateur {
    /*27500*/
    width: 34600px;
    height: 50px;
    margin-left: 20px;
    font-family: neon-medium;
    padding-top: 20px;
    font-size: 13px;
    margin-top: -5px;
    text-transform: uppercase;
    color: #41464B;
    background-color: #efefef;
}

.data-nameType-indicateur {
    display: inline-flex;
    color: #8dbe00;
    font-weight: bolder;
}

.commentaire-listControle {
    border-right: none !important;
}

.s1 {
    width: 200px !important;
}

.s1-1 {
    width: 150px !important;
}

.s1-2 {
    width: 400px !important;
}

.s2 {
    width: 150px !important;
}

.s3 {
    width: 300px !important;
}

.fichier {
    margin-left: 15px;
}


.nom-fichier{
    float: left;
}

.sticky-bt-s2-header {
    width: 150px !important;
    background: linear-gradient(to right, #efefef 100%, transparent);
    background-color: #efefef  !important;
    border-right: none !important;
    position: sticky !important;
    top: 0px;
    left: 0px;
    padding-left: 7px;
    z-index: 1;
}

.sticky-bt-s2 {
    width: 150px !important;
    background: linear-gradient(to right,white 100%, transparent);
    border-right: none !important;
    position: sticky !important;
    top: 0px;
    left: 0px;
    padding-left: 7px;
    z-index: 1;
}

.size-1 {
    width: 10%;
}

.size-2 {
    width: 12%;
}

.size-3 {
    width: 12%;
}

.size-4 {
    width: 13%;
}

.size-5 {
    width: 33%;
}

.size-6 {
    width: 20%;
    float: right !important;
    border-right: none !important;
}

.size-commentaireMaille {
    width: 25%;
}

.text-turn {
    font-size: 22px;
    font-family: Neon-medium;
    text-transform: uppercase;
    color: #383838;
    position: relative;
    transform: rotate(-90deg);
    margin-top: 242px;
    text-align: right;
    margin-left: -122px;
    width: 288px;
}

.text-option {
    font-size: 22px;
    font-family: Neon-medium;
    text-transform: uppercase;
    color: #383838;
    position: relative;
    transform: rotate(-90deg);
    margin-top: 84px;
    margin-left: -104px;
    width: 250px;
    display: none;
    pointer-events: none;
}

.bt-column-pli:hover .text-turn {
    display: none;
}

.bt-column-pli:hover .text-option {
    color: white;
    display: block;
}

.nav-button:hover .nav-sub-button {
    opacity: 1;
    pointer-events: auto;
    position: relative;
    fill: rgb(65, 70, 75);
    height: auto;
    max-height: 8.2vh;
}

.nav-sub-button {
    opacity: 0;
    height: 60px;
    background-color: white;
    padding-top: 25px;
    border-top: solid 1px #E4E4E4;
    position: relative;
    font-family: neon-regular;
    font-size: 11px;
    text-align: left;
    padding-left: 5px;
    pointer-events: none;
    position: absolute;
    width: 100%;
}

.nav-sub-button div {
    float: left;
}

.nav-sub-button:hover {
    background-color: #383838;
    color: white;
    fill: white !important;
    transition-duration: 0.1s;
    transition-timing-function: ease-in;
    transition-property: all;
}

.nav-button-body {
    padding-top: 19px;
    padding-bottom: 19px;
}

.login-app {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    background-color: #989898;
}

.login-line {
    position: absolute;
    height: 100vh;
    width: 1px;
    background-color: white;
}

.login-bloc {
    margin-top: 75px;
    position: relative;
    width: 40px;
    fill: white;
    z-index: 500;
}

.login-text {
    color: white;
    font-family: neon-light;
    font-size: 14px;
    text-align: justify;
}

.login-title {
    color: #FFF;
    font-family: neon-bold;
    position: absolute;
    top: 22px;
    font-size: 40px;
    margin-top: -90px;
    margin-left: -2px;
}

.login-container {
    top: 150px;
    position: absolute;
    width: 500px;
    right: 58px;
    animation-name: intro-2;
    animation-duration: 1s;
    animation-iteration-count: 1;
}

.line-container {
    position: absolute;
    right: 600px;
    animation-name: intro-3;
    animation-duration: 0.9s;
    animation-iteration-count: 1;
}

.input-login {
    width: calc(100% - 110px);
    float: right;
}

.input-form {
    width: calc(100% - 380px);
    float: right;
}

.input-form-chantier {
    width: 400px;
    float: right;
}

.input-form-3 {
    width: calc(100% - 200px);
    float: right;
}

.input-form-justification {
    width: calc(100% - 150px);
    float: right;
}


.input-justification-container {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    position: relative;
}


.input-form-header {
    width: 100%;
    float: right;
    background-color:transparent;
}

.input-locked-text {
    font-family: Neon-medium;
    width: 100%;
    font-size: 11px;
    text-transform: uppercase;
    text-align: left;
    color: #b7b7b7 !important;
    padding-left: 8px;
    padding-top: 14px;
}

.date-filters {
    font-family: Neon-medium;
    letter-spacing: 1px;
    font-size: 12px;
    text-transform: uppercase;
    text-align: left;
    float: left;
    background-color: white;
    padding-left: 8px;
    color: #b7b7b7 !important;
    white-space: nowrap;
}

.date-filters-input {
    float: none;
    width: 30%;
}

.login-subtitle {
    font-family: Neon-bold;
    letter-spacing: 1px;
    font-size: 11px;
    color: white;
    text-transform: uppercase;
    text-align: right;
    float: right;
    margin-right: 10px;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.login-subtitle-longText {
    font-family: Neon-bold;
    letter-spacing: 1px;
    font-size: 11px;
    color: white;
    text-transform: uppercase;
    text-align: end;
    margin-right: 10px;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: pre-line;
    overflow: hidden;
}

.login-subtitle-header {
    font-family: Neon-medium;
    letter-spacing: 1px;
    font-size: 12px;
    color: white;
    text-transform: uppercase;
    text-align: left;
    float: left;
    padding-bottom: 6px;
    background-color: white;
    width: 100%;
    padding-left: 8px;
    padding-top: 5px;
    color: #b7b7b7 !important;
}

.filter-subtitle-header {
    font-family: Neon-medium;
    letter-spacing: 1px;
    font-size: 12px;
    color: white;
    text-transform: uppercase;
    text-align: left;
    float: left;
    background-color: white;
    width: 100%;
    padding-left: 8px;
    padding-top: 3px;
    color: #b7b7b7 !important;
}

.filter-subtitle-header-donneeEntree {
    font-family: Neon-medium;
    letter-spacing: 1px;
    font-size: 12px;
    color: white;
    text-transform: uppercase;
    text-align: left;
    float: left;
    background-color: white;
    width: 100%;
    padding-left: 8px;
    padding-top: 3px;
    color: #b7b7b7 !important;
}
.header-bt {
    font-family: Neon-medium;
    letter-spacing: 1px;
    font-size: 12px;
    color: white;
    text-transform: uppercase;
    text-align: left;
    float: left;
    background-color: white;
    width: 100%;
    padding-left: 8px;
    padding-top: 3px;
    color: #b7b7b7 !important;
}

.login-subtitle-soustitre {
    margin-left: 30px;
    font-family: Neon-medium;
    font-size: 11px;
}

.input-login-container {
    display: inline-block;
    width: 100%;
    margin-top: 3px;
    position: relative;
}

.input-exportBt-container {
    width: 100%;
    margin-top: 4px;
    position: relative;
    font-family: neon-regular;
    font-size: 17px;
}

.input-login-container-header {
    display: inline-block;
    position: relative;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }


.switch-container{
    display: flex;
    width: 100%;
}

.switch-container .left-choice {
    width: 33%;
    text-align: right;
    margin: 18px
}

.switch-container .right-choice{
    margin: 18px
}

.switch-container .switch-block{

}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #417EB5;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.margin-login {
    margin-top: 25vh;
}

.sign-in-button {
    background-color: #2D2D2D;
    width: calc(100% - 110px);
    float: right;
    color: white;
    font-size: 13px;
    font-family: Neon-medium;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 12px;
    cursor: pointer;
    transition: ease-out 0.3s all;
}

.sign-in-button:hover {
    background-color: #E84003;
}

.margin-login-2 {
    margin-top: 70px;
}

.margin-login-3 {
    margin-top: 70px;
    background: darkgray;
    margin-bottom: 20px;
    padding: 8px;
}

.sub-margin-1 {
    margin-top: 13px;
}

.sub-margin-2 {
    margin-top: 15px;
}

.animation-intro {
    background-color: #fffef2;
    height: 100vh;
    animation-name: intro;
    animation-duration: 0.6s;
    animation-iteration-count: 1;
    position: absolute;
    z-index: 500;
}

.connexion-button {
    background-color: #2D2D2D;
    width: calc(120px);
    float: right;
    color: white;
    font-size: 13px;
    font-family: Neon-medium;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    cursor: pointer;
    transition: ease-out 0.3s all;
    margin-top: 2px;
    margin-left: 20px;
}

.small-button {
    background-color: #2D2D2D;
    float: right;
    color: white;
    font-size: 13px;
    font-family: Neon-medium;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    cursor: pointer;
    transition: ease-out 0.3s all;
    margin-left: 20px;
}

.small-button2 {
    background-color: #2D2D2D;
    float: right;
    color: white;
    font-size: 13px;
    font-family: Neon-medium;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    cursor: pointer;
    transition: ease-out 0.3s all;
    margin-left: 10px;
}

.button-width-1 {
    width: 120px;
}

.button-width-2 {
    width: 240px;
}

.button-width-4 {
    width: 265px;
}

.button-width-7 {
    width: 340px;
}

.connexion-button:hover {
    background-color: #BFB925;
}

.comp-backcolor-4-button:hover {
    background-color: #9f9078;
}

.comp-backcolor-3-button:hover {
    background-color: #678B28;
}

.comp-backcolor-1-button:hover {
    background-color: #417EB5;
}

.comp-backcolor-2-button:hover {
    background-color: #CC5967;
}

.delete-button:hover {
    background-color: #bf2323;
}

.element-bckgd {
    background-color: #c6c6c6;
    padding-left: 10%;
    padding-right: 10%;
}

.element-title {
    font-size: 20px;
    border-bottom: 1px black solid;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.text {
    font-family: neon-light;
    font-size: 14px;
    text-align: justify;
}

.text-form {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 14px;
    font-family: Neon-regular;
    text-align: justify;
}

.subtitle-grey {
    color: #72787C !important;
}

.web-form-group {
    width: calc(100% - 20px);
    margin-right: 200px;
    margin-top: 5px;
    margin-left: 20px;
    padding-left: 20px;
    position: relative;
    display: inline-block;
}

.web-form-group-traitement {
    width: calc(100% - 20px);
    margin-right: 200px;
    margin-top: 20px;
    position: relative;
    display: inline-block;
}

.web-form-group-user-edit {
    width: 1000px;
    margin-right: 200px;
    margin-top: 5px;
    margin-left: 20px;
    padding-left: 20px;
    position: relative;
    display: inline-block;
}

.web-form-group-title {
    font-family: Neon-medium;
    font-size: 17px;
    text-transform: uppercase;
    padding-top: 2px;
    margin-left: 30px;
}

.web-form-group-notification {
    font-family: Neon-medium;
    font-size: 17px;
    text-transform: uppercase;
    padding-top: 2px;
}

.sub-notification {
    margin-top: 12px;
}

.comp-color-1 {
    color: #417EB5;
}

.web-form-group-number {
    font-family: Neon-light;
    font-size: 18px;
    text-transform: uppercase;
    color: #7D7D7D;
    margin-bottom: -5px;
    float: left;
}

.web-form-group-line {
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.comp-backcolor-1 {
    background-color: #417EB5;
}

.comp-backcolor-2 {
    background-color: #CC5967;
}

.comp-backcolor-4 {
    background-color: #7D6648;
}

.comp-backcolor-3 {
    background-color: #9f9078;
}

.comp-fillcolor-2 {
    fill: #CC5967;
}

.comp-fillcolor-4 {
    fill: #7D6648;
}

.comp-color-2 {
    color: #CC5967;
}

.comp-color-4 {
    color: #7D6648;
}

.comp-color-3 {
    color: #9f9078;
}

.comp-fillcolor-1 {
    fill: #417EB5;
}

.web-form-group-validation {
    width: calc(100% - 20px);
    margin-top: 20px;
    margin-right: 200px;
    display: inline-block;
    margin-left: 20px;
    padding-left: 20px;
    position: relative;
}

.web-form-group-validation2 {
    width: calc(100% + 20px);
    margin-top: 20px;
    margin-right: 200px;
    display: inline-block;
    margin-left: 0px;
    padding-left: 0px;
    position: relative;
}

.web-form-group-validation3 {
    width: 100%;
    display: inline-block;
    margin-left: 0px;
    padding-left: 0px;
    position: relative;
}

.web-form-group-validation3.col-md-6 {
    flex: none;
    width: 60%;
    max-width: 60%;
}

.input-tout-selectionner.col-md-6 {
    flex: none;
    width: 37%;
    max-width: 37%;
}

.footer-margin-1 {
    margin-bottom: 100px;
}

.footer-margin-2 {
    margin-bottom: 10px;
}

.footer-margin-3 {
    margin-bottom: 24px;
}

.invalid {
    background-color: #E24C4C;
    color: #FFFFFF;
}

.invalid-message {
    background-color: #ffbdbd;
    color: #d84242;
    margin-top: 3px;
    padding: 10px;
    font-family: neon-regular;
    font-size: 14px;
    position: relative;
    box-shadow: -1px 2px 12px #A9A9A9;
}

.invalid-message .arrowCustom {
    background-color: #ffbdbd;
}

.warning-message {
    background-color: #fff4bd;
    color: #f66e09;
    margin-top: 3px;
    padding: 10px;
    font-family: neon-regular;
    font-size: 14px;
    position: relative;
    box-shadow: -1px 2px 12px #A9A9A9;
}

.warning-message .arrowCustom {
    background-color: #fff4bd;
}

.arrow {
    width: 15px;
    height: 15px;
    transform: rotate(-45deg);
    position: absolute;
}

.top-position {
    top: -5px;
}

.contenu-aligne {
    margin-right: 0px;
    margin-left: 0px;
}

.selected-item {
    background-color: white;
    font-family: Neon-medium;
    font-size: 17px;
    text-transform: uppercase;
    padding: 14px 10px 10px 10px;
    margin-top: 3px;
    cursor: pointer;
    color: #2D2D2D;
    height: 48px;
}

.selected-pdf-item, .saved-pdf-item, .saved-excel-item {
    font-family: Neon-medium;
    padding: 4px 4px 4px 4px;
    margin-top: 16px;
    margin-right: 0px;
    margin-left: 0px;
    cursor: default;
    color: #2D2D2D;
}

.selected-pdf-item {
    background-color: white;
}

.selected-pdf-file-div {
    display:grid;
}

/*.selected-pdf-item:hover .ico-selected-button {
    fill: white;
}*/

/*.selected-pdf-item:hover .selected-item-action {
    display: inline-block;
}

.selected-pdf-item:hover .selected-item-name {
    display: none;
}*/

/*.selected-pdf-item:hover {
    background-color: #2D2D2D;
    color: white;
}*/

.unselected {
    background-color: #DADADA;
    color: #A7A7A7;
}

.unselected .ico-selected-button {
    fill: #A7A7A7;
}

.selected-item:hover .ico-selected-button {
    fill: white;
}

.selected-item:hover {
    background-color: #2D2D2D;
    color: white;
}

.selected-item-action {
    display: none;
    font-size: 13px;
    font-family: Neon-medium;
    text-transform: uppercase;
    padding-top: 3px;
}

.selected-item:hover .selected-item-action {
    display: inline-block;
}



.selected-item-name {
    display: block;
}

.selected-item:hover .selected-item-name {
    display: none;
}



.nav-sub-group {
    box-shadow: 4px 17px 25px rgba(0, 0, 0, 0.22);
}

.title-inscription {
    padding-left: 40px;
    background-color: #FFFFFF;
    color: #9F9078;
    border-bottom: #E4E4E4 1px solid;
}

.text-inscription {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 14px;
    font-family: Neon-regular;
    text-align: justify;
    color: #585858;
    text-transform: initial;
}

.tool-name {
    color: #2D2D2D;
    font-family: neon-bold;
    position: absolute;
    top: 14px;
    font-size: 25px;
    margin-top: -1px;
    margin-left: 92px;
}

.step-circle {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    float: left;
    border: 1px white solid;
}

.input-consultation {
    background-color: rgba(239, 239, 239, 0) !important;
    pointer-events: none;
}

.destination-consultation {
    width: calc(100% - 200px);
    float: right;
    background-color: rgba(239, 239, 239, 0);
    text-overflow: ellipsis;
}

.input-checkbox-export {
    height: 40px;
    color: black;
    font-family: Neon-regular;
    padding: 11px 15px;
    line-height: 20px;
    cursor: pointer;
    background-color: white;
    text-transform: uppercase;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 13px;
}

.input-checkbox-export.selected {
    height: 40px;
    background-color: #678B28;
    color: white;
}


.step-name {
    float: left;
    margin-top: -10px;
    margin-left: 3px;
    color: white;
    font-family: Neon-regular;
}

.progress-bar-lgm {
    display: inline-block;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 40px;
}

.step-circle-full {
    background-color: white;
}

.progress-group {
    width: 20%;
    position: relative;
    display: inline-block;
    float: left;
    opacity: 0.5;
}

.progress-line {
    width: calc(100% - 26px);
    height: 1px;
    position: absolute;
    background-color: white;
    left: 23px;
    margin-top: 10px;
}

.forget-password-button {
    float: right;
    width: 100%;
    text-align: right;
    font-family: neon-regular;
    margin-top: 5px;
    cursor: pointer;
}

.forget-password-button:hover {
    color: #BFB925;
}

.step-number {
    position: absolute;
    left: 20px;
    top: 23px;
    color: #EFEFEF;
    font-family: Neon-light;
    float: left;
    margin-top: -10px;
    margin-left: 3px;
}

.progress-group-activated {
    opacity: 1;
}

.size-7 {
    width: 15%;
}

.size-ap-Reference {
    width: 15%;
}


.size-8 {
    width: 20%;
}

.size-9 {
    width: 15%;
}

.size-10 {
    width: 15%;
}

.size-ap-Tonnage {
    width: 200px;
}

.size-11 {
    float: right !important;
    border: none !important;
    width: 10%;
}

.size-12 {
    float: right !important;
    width: 10%;
}

.second-row {
    background-color: #FBFBFB;
}

.size-13 {
    width: 10%;
}

.size-14 {
    width: 15%;
}

.size-15 {
    width: 15%;
}

.size-16 {
    width: 15%;
}

.size-17 {
    width: 15%;
}

.size-18 {
    float: right;
    width: 30%;
}

.c-color-4 {
    color: #9f9078;
}

.comp-backcolor-4-button:hover {
    background-color: #7D6648 !important;
}

.size-19 {
    width: 20%;
}

.size-20 {
    width: 15%;
}

.size-21 {
    width: 60%;
}

.button-disabled {
    background-color: #888888;
    color: #E6E6E6;
}

.alert-on-menu-text {
    font-family: neon-regular;
    font-size: 12px;
    margin-left: 25px;
    text-transform: capitalize;
}

.alert-on-menu {
    margin-left: 40px;
    display: block;
}

.group-column:hover .alert-on-menu {
    display: none;
}

.logout-button {
    width: 22px;
    margin-top: 20px;
    fill: #454545;
    float: right;
    margin-right: 17px;
    cursor: pointer;
    margin-left: 15px;
}

.logout-button:hover {
    fill: black;
}

.nav-right {
    float: right;
}

.nav-info {
    margin-right: 15px;
    margin-top: 13px;
    font-size: 12px;
    max-width: 150px;
}

.nav-company {
    text-align: right;
    font-family: neon-regular;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-name {
    text-align: right;
    font-family: neon-bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.data-button {
    float: left;
    padding-left: 15px;
    height: 45px;
    padding-top: 12px;
    border-right: solid 1px white !important;
    padding-right: 15px;
    color: white;
    font-size: 15px;
    font-family: Neon-regular;
    text-transform: uppercase;
    margin-top: 12px;
    width: 140px;
    text-align: center;
    padding-bottom: 28px;
}

.data-button:hover {
    color: black;
    background-color: white;
}

.data-button-V2 {
    float: left;
    padding-left: 15px;
    height: 45px;
    padding-top: 12px;
    border-right: solid 1px white !important;
    padding-right: 15px;
    color: white;
    font-size: 15px;
    font-family: Neon-regular;
    text-transform: uppercase;
    margin-top: 12px;
    width: 140px;
    text-align: center;
    padding-bottom: 28px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.button-transition-horizontal {
    display: inline-block;
    background: #2098D1;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.data-button-V2:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.data-button-V2:hover, .data-button-V2:focus, .data-button-V2:active {
    color: black;
}

.data-button-V2:hover:before, .data-button-V2:focus:before, .data-button-V2:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.data-button-container {
    display: none;
    border-right: none !important;
    width: 100%;
    height: 72px;
}


.bt-number {
    font-family: neon-bold;
}

.input-login-container-inline {
    width: 50% !important;
}

.bold {
    font-family: neon-bold;
}

.big-button-2 {
    width: calc(50% - 10px) !important;
}

.colot-non-selected {
    background-color: #D6D6D6;
}

.size-26 {
    width: 10%;
}

.size-25 {
    width: 10%;
}

.size-24 {
    width: 25%;
}

.size-23 {
    width: 20%;
}

.data-information {
    float: left;
    margin-left: 3px;
    border: none !important;
    margin-top: 22px;
}

.size-27 {
    width: 10%;
}

.size-31 {
    width: 50%;
}

.size-30 {
    width: 10%;
}

.size-28 {
    width: 10%;
}

.size-29 {
    width: 20%;
}

.size-32 {
    width: 16%;
}

.size-322 {
    width: 17%;
}

.size-37 {
    width: 15%;
}

.size-33 {
    width: 17%;
}

.size-38 {
    width: 10%;
}

.size-34 {
    width: 31%;
}

.size-35 {
    width: 10%;
}

.size-36 {
    width: 9%;
}

.size-39 {
    width: 10%;
}

.size-40 {
    width: 10%;
}

.size-42 {
    width: 15%;
}

.size-41 {
    width: 30%;
}

.blocked {
    background-color: #ffb0b0;
}

.margin-extra-1 {
}

.margin-extra-3 {
    margin-left: 642px !important;
}

.indic-title div {
    display: inline-block;
    font-family: Neon-bold;
    color: #9A9A9A;
}

.indic-title-ind {
    display: inline-block;
    width: 100%;
    font-family: Neon-bold;
    color: #9A9A9A;
}

.indic-title-ind div, .indic-row div {
    float: left;
    text-align: left;
    font-size: 14px;
}

indic-title div, .indic-row div {
    float: left;
    text-align: left;
    font-size: 14px;
}

.indic-size-1 {
    width: 16.6%;
    text-transform: uppercase;
}

.indic-size-2 {
    width: 14.2%;
    text-transform: uppercase;
}

.indic-size-3 {
    width: 25%;
}

.data-indic {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 40px;
}

/* Indicateur - Tonnage reçu par exutoire */

.indic-tr-table-container {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}

.indic-tr-table {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    display: table;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    border-collapse: collapse;
}

.indic-tr-caption {
    display: table-caption;
    margin-top: 40px;
    font-size: 20px;
    font-family: Neon-bold;
    color: #9a9a9a;
    border-bottom: #d8d7d7 1px solid;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.indic-tr-title-group {
    display: table-header-group;
    color: #9a9a9a;
    font-family: Neon-bold;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid;
    border-bottom-color: #cdcdcd;
    border-bottom-width: thin;
}

.indic-tr-row-group {
    display: table-row-group;
}

.indic-tr-col-group {
    display: table-column-group;
}

.indic-tr-row {
    display: table-row;
    text-transform: uppercase;
    font-family: Neon-light;
    font-size: 16px;
    border-bottom: #d8d7d7 1px solid;
    letter-spacing: 1px;
}

/*.indic-tr-row:hover {
    background: black;
    color: white;
}*/

.indic-tr-cell {
    display: table-cell;
    padding-right: 18px;
    padding-bottom: 10px;
    padding-top: 4px;
    text-align: center;
    vertical-align: middle;
    min-width: 160px;
}

.indicateurs-table-col {
    display: table-column;
}

.sticky {
    /*position du Sticky par rapport au Parent*/
    position: sticky;
    top: 0px;
    left: 0px;
    background: linear-gradient(to right, #F0F0F0 85%, transparent );
    padding-left: 7px;
}

/* -------- */

.indic-row {
    display: inline-block;
    width: 100%;
    font-family: Neon-light;
    font-size: 16px;
    border-bottom: #D8D7D7 1px solid;
    padding-bottom: 10px;
    padding-top: 4px;
    letter-spacing: 1px;
}

.data-chart {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 40px;
    margin-bottom: 20px;
}

.chart-line {
    border-bottom: 1px #CACACA solid;
    font-family: Neon-light;
    font-size: 11px;
    margin-top: 43px;
}

.bg-bar {
    width: 10%;
    margin-left: 6%;
    float: left;
}

.refus {
    width: 100%;
    background-color: #2a8982;
    border-bottom: 1px #F5F4F4 dashed;
}

.accepte {
    width: calc(50% - 10px);
    background-color: rgba(103, 137, 42, 0.82);
}

.conso {
    margin-left: 50%;
    width: calc(50% - 10px);
    background-color: rgba(0, 86, 79, 0.82);
}

.bar-name {
    text-align: center;
    font-family: Neon-bold;
    text-transform: uppercase;
    margin-top: 5px;
    color: #757575;
}

.x1 {
    height: 150px;
    margin-top: -150px;
}

.x2 {
    height: 60px;
    margin-top: -60px;
}

.x3 {
    height: 300px;
    margin-top: -300px;
}

.x4 {
    height: 240px;
    margin-top: -240px;
}

.x5 {
    height: 180px;
    margin-top: -180px;
}

.x6 {
    height: 90px;
    margin-top: -90px;
}

.x7 {
    height: 90px;
    margin-top: -90px;
}

.x8 {
    height: 15px;
    margin-top: -15px;
}

.x9 {
    height: 300px;
    margin-top: -300px;
}

.x10 {
    height: 240px;
    margin-top: -240px;
}

.x11 {
    height: 180px;
    margin-top: -180px;
}

.x12 {
    height: 90px;
    margin-top: -90px;
}

.x22 {
    height: 17px;
    margin-top: -17px;
}

.x33 {
    height: 5px;
}

.x45 {
    font-family: Neon-light;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.x47 {
    float: left;
    margin-right: 20px;
}

.x44 {
    background-color: rgba(103, 137, 42, 0.82);
    width: 10px;
    height: 5px;
}

.x46 {
    background-color: rgba(0, 86, 79, 0.82);
    width: 10px;
    height: 5px;
}

.x48 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 10px;
    margin-bottom: 100px;
    margin-top: 35px;
}

.bt-button-container {
    width: 100%;
}

.fav-icon {
    fill: white;
    opacity: 0.5;
    width: 23px;
    margin-left: 7px;
}

.fav-icon:hover {
    opacity: 1;
    transition: linear 0.2s;
}

.fav-active {
    fill: #41464B;
}

.input-form-2 {
    float: right;
    width: 90px;
    margin-right: 3px;
}

.bt-list-group {
    width: 600px;
    display: inline-block;
    margin-left: 20px;
    margin-top: -100px;
}

.bt-list {
    width: 100%;
    text-align: right;
    font-size: 13px;
    font-family: Neon-medium;
    /* width: 265px; */
    float: right;
    margin-top: 11px;
    padding-bottom: 8px;
    border-bottom: #DCDCDC solid 1px;
    padding-right: 27px;
}

.bt-list-title {
    width: 100%;
    text-align: right;
    font-size: 16px;
    font-family: Neon-medium;
    float: right;
    margin-top: 11px;
    padding-bottom: 8px;
    padding-right: 27px;
}


.maille-list-title {
    width: 100%;
    text-align: right;
    font-size: 16px;
    font-family: Neon-medium;
    float: right;
    margin-top: 11px;
    padding-bottom: 8px;
    padding-right: 140px;
}
.input-login-container:hover .special-button {
    right: -130px;
    opacity: 1;
}

.special-button {
    position: absolute;
    opacity: 0;
    right: 0px;
}


/* modal bootstrap */

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: 600px;
    margin: 30px auto;
}

.modal-content {
    position: relative;
    background-color: #F5F4F4;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-title {
    font-size: 24px;
    font-family: Neon-light;
    padding-bottom: 13px;
    text-transform: uppercase;
    margin-left: 15px;
    padding-top: 25px;
}

.close {
    right: 0;
    position: absolute;
}

button,
html [type=button] {
    -webkit-appearance: none;
    border-style: none;
    background-color: rgba(255, 255, 255, 0);
    padding: 0px;
    border-width: 0px;
}

.information {
    font-family: neon-regular;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.information-title {
    font-family: Neon-bold;
    letter-spacing: 1px;
    font-size: 12px;
    color: #72787C;
    text-transform: uppercase;
}

.information-group {
    margin-left: 30px;
    margin-top: 5px;
    margin-right: 30px;
}

.flexible-container {
    width: 680px;
}

.ico-button {
    float: left;
    width: 22px;
    margin-top: 5px;
    fill: #454545;
    margin-right: 20px;
    cursor: pointer;
    margin-left: 5px;
    transition-duration: 0.3s;
    transition-timing-function: ease-in;
    transition-property: all;
}

.ico-selected-button {
    float: left;
    width: 22px;
    margin-top: -3px;
    fill: #2D2D2D;
    margin-right: 6px;
    cursor: pointer;
    margin-left: -3px;
    transition-duration: 0.3s;
    transition-timing-function: ease-in;
    transition-property: all;
}

.pdf-ico-saved-button, .pdf-ico-selected-button, .excel-ico-selected-button {
    float: left;
    width: 10%;
    height: 64px;
    margin-left: -3px;
    margin-top: 0px;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    fill: #2D2D2D;
    cursor: default;
    transition-duration: 0.3s;
    transition-timing-function: ease-in;
    transition-property: all;
}

.excel-ico-selected-button {
    padding-top: 0px;
    padding-left: 4px;
    cursor: default;
}

.ico-list-button {
    float: left;
    width: 22px;
    /*margin-top: -3px;*/
    margin-top: 7px;
    fill: #FFFFFF;
    margin-right: 17px;
    cursor: pointer;
    transition-duration: 0.3s;
    transition-timing-function: ease-in;
    transition-property: all;
}

.ico-list-chantier {
    float: left;
    width: 16px;
    margin-top: -3px;
    fill: #424242;
    margin-right: 17px;
}

.joint-list:hover .ico-list-button {
    fill: #424242;
}

.big-button:hover .ico-button {
    fill: white;
}

.box-container {
    display: inline-block;
    margin-top: 23px;
    margin-bottom: 17px;
    width: 100%;
    position: relative;
}

.box-container-2 {
    display: inline-block;
    margin-top: 23px;
    margin-bottom: 17px;
    width: 100%;
    position: relative;
}

.extra-width {
    width: 220px;
}

.reset-hover {
    pointer-events: none;
}

.data-information-cell {
    color: white;
    border: none !important;
}

.alert-list {
    color: white !important;
    font-family: Neon-medium;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0px;
    font-size: 20px;
    height: 100%;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 21px;
}

.ico-button-menu {
    width: 22px;
    fill: white;
    float: left;
    margin-right: 10px;
    margin-left: 5px;
    z-index: 3;
    height: 20px;
    margin-top: -2px;
}

.menu-button:hover .ico-button-menu {
    fill: #454545;
}

.extra-margin-3 {
    margin-right: 10px;
}

.error-type {
    padding-top: 20vh;
    font-family: neon-bold;
    font-size: 100px;
    text-align: center;
}

.error-container {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.information-name {
    font-family: Neon-bold;
    letter-spacing: 1px;
    font-size: 14px;
    color: #363636;
    text-transform: uppercase;
}

.information-entreprise {
    font-family: Neon-bold;
    letter-spacing: 1px;
    font-size: 12px;
    color: #5c5c5c;
    text-transform: uppercase;
}

.information-class {
    font-family: Neon-bold;
    letter-spacing: 1px;
    font-size: 12px;
    color: #8d8d8d;
}

.information-contact {
    margin-top: 5px;
}

.information-profil {
    border-bottom: solid #E6E6E6 1px;
    margin-top: 20px;
    padding-bottom: 10px;
}

.column-arrow {
    width: 12px;
    fill: white;
    position: absolute;
    top: 40%;
    transition: 0.3s linear all;
    margin-left: 100px;
}

.bt-column-pli:hover .column-arrow {
    margin-left: 12px;
}

.bt-column-small {
    position: relative;
    width: 40px;
    float: left;
    min-height: 100vh;
}

.button-color-9-active {
    background-color: #8A6969;
}

.button-color-10-active {
    background-color: #b15c5c;
}

.fill-9 {
    fill: #8A6969;
}

.input-form-bt {
    -webkit-appearance: none;
    padding-top: 9px;
    padding-bottom: 6px;
    padding-left: 15px;
    padding-right: 10px;
    font-family: neon-regular;
    font-size: 14px;
    letter-spacing: 0.5px;
    border: none;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0);
    text-transform: capitalize;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 12px;
    font-family: Neon-medium;
    text-transform: uppercase;
    color: #929292;
    position: relative;
    margin-left: 10px;
    cursor: pointer;
}

.input-form-bt:hover {
    color: #383838;
}

.login-checkbox {
    color: white;
    font-family: neon-light;
    font-size: 14px;
    text-align: justify;
    float: right;
    margin-top: 0px;
    margin-bottom: 3px;
}

.login-checkbox-container {
    width: 100%;
    display: inline-block;
}

.extra-width-5 {
    width: calc(50% - 5px);
}

.bt-refus, .bt-title-checkbox-refus {
    background-color: #ce7373;
    color: white;
}

.data-row-bt {
    width: calc(100% - 10px) !important;
    margin-left: 0;
}

.size-45 {
    width: 33%;
}

.bt-title-row {
    font-family: Neon-medium;
}

.fill-10 {
    fill: #b15c5c;
}

.button-color-11-active {
    background-color: #d47f43;
}

.overflow-button {
    position: absolute;
    z-index: 3;
    right: 353px;
    pointer-events: none;
}

.input-form-upload {
    width: calc(100% - 150px);
    float: right;
}

.input-form-upload-pdf, .input-form-upload-excel {
    width: calc(100% - 150px);
    float: right;
}

.extra-margin-4 {
    margin-left: 10px;
}

.extra-padding-1 {
    padding-top: 13px;
}

.ilch-1 {
    width: 24%;
    margin-top: -1px;
}

.preset-group-3 {
    width: 80%;
    align-self: center;
}

.button-filter {
    width: 100%;
    height: 34px;
    margin-top: 0px;
    font-family: Neon-medium;
    letter-spacing: 1px;
    font-size: 12px;
    color: white;
    text-transform: uppercase;
    text-align: left;
    float: left;
    padding-bottom: 6px;
    width: 100%;
    padding-left: 8px;
    padding-top: 8px;
    transition-duration: 0.3s;
    transition-timing-function: ease-in;
    transition-property: all;
    color: #41464B;
    background-color: white;
    cursor: pointer;
}

.extra-margin-6 {
    margin-bottom: 2px;
}

.special-padding {
    padding-top: 8px !important;
}

.extra-margin-7 {
    margin-right: -2px;
}

.extra-margin-8 {
    margin-right: -1px;
}

.loading {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 0.25rem solid rgba(208, 208, 208, 0.2);
    border-top-color: #484d52;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
    margin-left: auto;
    margin-right: auto;
}

.loading--double {
    border-style: double;
    border-width: .5rem;
}

.loading-pulse {
    position: relative;
    width: 6px;
    height: 24px;
    background: rgba(255, 255, 255, 0.2);
    -webkit-animation: pulse 750ms infinite;
    animation: pulse 750ms infinite;
    -webkit-animation-delay: 250ms;
    animation-delay: 250ms;
}

.loading-pulse:before,
.loading-pulse:after {
    content: '';
    position: absolute;
    display: block;
    height: 16px;
    width: 6px;
    background: rgba(255, 255, 255, 0.2);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation: pulse 750ms infinite;
    animation: pulse 750ms infinite;
}

.loading-pulse:before {
    left: -12px;
}

.loading-pulse:after {
    left: 12px;
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
}

.loading-group {
    margin-top: 20vh;
    width: 100%;
}

.loading-text {
    text-align: center;
    font-family: Neon-medium;
    letter-spacing: 1px;
    font-size: 12px;
    text-transform: uppercase;
    width: 100%;
    color: #484d52 !important;
    letter-spacing: 1px;
    margin-top: 13px;
}

.extra-margin-10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
}

.extra-margin-11 {
    margin-left: 0px !important;
}

.helper {
    position: absolute;
    padding-top: 10px;
    margin-left: 660px;
    width: 300px;
    padding-left: 20px;
    border-top: 1px solid grey;
    display: block;
    font-size: 13px;
    font-family: neon-regular;
    line-height: 22px;
    color: #41464b;
    text-align: justify;
}

.input-commentaire-modification {
    position: absolute;
    margin-left: 20px;
    margin-top: 3px;
    width: 260px;
    display: inline-block;
    font-family: neon-regular;
    color: #41464b;
    text-align: justify;
}

.inputBeingChanged-label{
    float: right;
    color: red;
    margin: 5px 100px 0 0;
    display: none;
}
.inputBeingChanged-label-2 {
    float: right;
    color: red;
    margin: 0;
    display: none;
}


.inputBeingChanged{
    filter: none;
    border: solid 2px red;
}

.BTBeingChanged-label{
    color: red;
    font-weight: bold;
    filter: none;
    display: none;
}

.checkbox-container {
    width: 100%;
}

.checkbox-container input {
    display: none;
}

.checkbox-container label {
    font-family: Neon-medium;
    font-size: 17px;
    text-transform: uppercase;
    padding: 14px 10px 10px 10px;
    margin-top: 3px;
    cursor: pointer;
    height: 48px;
    cursor: pointer;
    position: relative;
    text-align: center;
}

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
}

[type="checkbox"]:not(:checked) + label {
    background-color: white;
    color: #2D2D2D;
}

/* Aspect si "cochée" */
[type="checkbox"]:checked + label {
    background-color: #2D2D2D;
    color: white;
}

.extra-width-3 {
    width: 100%;
}

.dynamic-opened {
    width: calc(100% -40px);
    min-height: 1px;
}

.button-icon-bt {
    width: 20px;
    height: 20px;
    fill: white;
    float: left;
    margin-right: 10px;
    margin-left: 13px;
    z-index: 3;
    transition-duration: 0.1s;
    transition-timing-function: ease-in;
    transition-property: color;
}

.menu-button:hover .button-icon-bt {
    fill: #41464B;
}

.button-icon-bt-joint {
    margin-left: 2px;
    margin-top: -4px;
    width: 20px;
    height: 20px;
    fill: white;
    float: left;
    margin-right: 10px;
    z-index: 3;
    transition-duration: 0.1s;
    transition-timing-function: ease-in;
    transition-property: color;
}

/* Extra small devices (phones, less than 768px) */

/* No media query since this is the default in Bootstrap */
@media (max-width: 767px) {
    .nav-button {
        width: 190px;
    }

    .nav-sub-button {
        font-size: 11px;
    }

    .nav-button-body {
        padding-top: 25px;
    }

    .nav-button {
        font-size: 10px;
    }

    .nav-info {
        display: none;
    }

    .logo {
        display: block;
    }

    .no-xs {
        display: none;
    }

    .no-sm {
        display: none;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
    .nav-button {
        width: 190px;
    }

    .nav-info {
        display: none;
    }

    .nav-button {
        font-size: 11px;
    }

    .logo {
        display: block;
    }

    .nav-sub-button {
        font-size: 10px;
    }

    .nav-button-body {
        padding-top: 25px;
    }

    .no-xs {
        display: block;
    }

    .no-sm {
        display: none;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
    .nav-button {
        width: 190px;
    }

    .nav-info {
        display: none;
    }

    .nav-button {
        font-size: 12px;
    }

    .logo {
        display: block;
    }

    .nav-sub-button {
        font-size: 10px;
    }

    .nav-button-body {
        padding-top: 23px;
    }

    .no-xs {
        display: block;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .nav-button {
        width: 210px;
    }

    .nav-info {
        display: block;
    }

    .nav-button {
        font-size: 13px;
    }

    .logo {
        display: block;
    }

    .no-xs {
        display: block;
    }
}

.navbar-icon {
    width: 15px;
    margin-right: 10px;
    margin-top: -2px;
    margin-left: 7px;
}

.pie-chart {
    width: inherit;
    height: 400px;
}

.pie-chart-container {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.chart-color-1 {
    fill: rgba(103, 137, 42, 0.82);
    background-color: rgba(103, 137, 42, 0.82);
}

.chart-color-2 {
    fill: rgba(0, 86, 79, 0.82);
    background-color: rgba(0, 86, 79, 0.82);
}

.chart-color-3 {
    fill: rgba(255, 197, 0, 0.69);
    background-color: rgba(255, 197, 0, 0.69);
}

.chart-color-4 {
    fill: rgba(187, 32, 0, 0.82);
    background-color: rgba(187, 32, 0, 0.82);
}

.pie-stroke {
    stroke-width: 5px;
    stroke: #f5f4f4;
}

.text-pie {
    font-size: 28px;
    fill: white;
    font-family: Neon-regular;
    letter-spacing: 2px;
}

.print-bt {
    width: 210mm;
    margin-left: auto;
    margin-right: auto;
}

.print-b-title {
    font-family: Neon-bold;
    text-transform: uppercase;
    font-size: 20pt;
    text-align: center;
    margin-top: 8px;
}

.print-subtitle-group {
    margin-top: -27px;
    position: relative;
}

.print-title-group {
    position: relative;
}

.print-svg-shape {
    position: absolute;
    z-index: 1;
}

.print-subtitle {
    position: relative;
    font-family: Neon-bold;
    text-transform: uppercase;
    font-size: 15pt;
    text-align: center;
    color: white;
    z-index: 3;
    padding-top: 36px;
}

.print-subtitle-father {
    position: relative;
    font-family: Neon-bold;
    text-transform: uppercase;
    font-size: 7pt;
    text-align: center;
    color: white;
    z-index: 3;
    margin-top: -5px;
    letter-spacing: 0.5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.print-second-subtitle-group {
    position: relative;
    font-family: Neon-bold;
    text-transform: uppercase;
    font-size: 8pt;
    text-align: center;
    z-index: 3;
    margin-top: 2px;
    letter-spacing: 0.5px;
    color: #922246;
}

.print-bloc-title {
    position: relative;
    font-family: Neon-bold;
    text-transform: uppercase;
    font-size: 8pt;
    text-align: left;
    z-index: 3;
    margin-top: 6px;
    letter-spacing: 0.5px;
}

.print-bloc-1 {
    width: 50%;
    float: left;
    border-right: 1px solid black;
    padding-bottom: 5px;
}

.print-bloc-2 {
    width: 50%;
    float: left;
    padding-left: 10px;
}

.print-bloc-3 {
    width: 100%;
    float: left;
    border-top: 1px solid black;
}

.print-field {
    position: relative;
    font-family: Neon-light;
    font-size: 7pt;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.print-field-lg {
    position: relative;
    font-family: Neon-light;
    font-size: 7pt;
    width: 100%;
    margin-bottom: 6px;
    display: inline-block;
}

.print-field-float {
    position: relative;
    font-family: Neon-light;
    font-size: 7pt;
    float: left;
    margin-right: 5px;
    margin-bottom: 6px;
    display: inline-block;
    min-width: 60px;
}

.print-field-title {
    font-family: Neon-bold;
}

.print-field-title::first-letter {
    text-transform: capitalize;
}

.print-field-midsize {
    width: 50% !important;
    float: left;
}

.print-field-halfsize {
    width: 25% !imposrtant;
    float: left;
}

.print-siret {
    letter-spacing: 1px;
}

.print-case {
    width: 13px;
    height: 13px;
    border: 1px solid black;
    border-radius: 25%;
    float: left;
    margin-right: 2px;
}

.print-selected {
    background-color: black;
}

.print-extra-margin {
    padding-right: 10px;
}

.print-field-title-lg {
    font-family: Neon-bold;
    float: left;
    width: calc(100% - 16px);
}

.print-field-in-row {
    display: inline-block;
}

.print-bloc-4 {
    width: 100%;
    float: left;
    border-top: 1px solid black;
    height: 38px;
}

.print-bloc-5 {
    width: 100%;
    float: left;
    border-top: 1px solid black;
}

.print-extra-width {
    min-width: 50px;
}

.print-bloc-6 {
    width: 100%;
    float: left;
    border-top: 1px solid black;
}

.print-bloc-7 {
    width: 100%;
    float: left;
    border-top: 1px solid black;
    padding-bottom: 5px;
}

.print-bloc-8 {
    width: 100%;
    float: left;
    border-top: 2px solid #922246;
}

.print-extra-margin-2 {
    margin-top: 4px;
}

.print-bloc-9 {
    width: 100%;
    float: left;
    border-top: 2px solid #922246;
    padding-bottom: 5px;
}

.print-bloc-99 {
    width: 100%;
    float: left;
    border-top: 2px solid #922246;
}

.print-bloc-10 {
    width: 50%;
    float: left;
    border-right: 1px solid black;
    padding-bottom: 5px;
}

.print-extra-margin-3 {
    margin-top: -10px;
}

.print-bloc-11 {
    width: 50%;
    float: left;
    padding-bottom: 10px;
    padding-left: 10px;
}

.print-bloc-12 {
    width: 100%;
    float: left;
    border-top: 1px solid black;
    margin-bottom: 10px;
}

.print-logo {
    position: absolute;
    width: 101px;
    margin-left: 10px;
    margin-top: -10px;
}

/* The Modal (background) */
.modal-navigateur {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content-navigateur {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 10px;
    border: 1px solid #888;
    border-radius: 10px;
    width: 50%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close-navigateur {
    color: red;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close-navigateur:hover,
    .close-navigateur:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.listCheckBox {
    width: 18px;
    height: 18px;
}

/* Select2 Custon */
.select2-selection{
    height: 40px !important;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 7px;
    font-family: neon-regular;
    font-size: 14px;
    letter-spacing: 0.5px;
    border: none !important;
    border-radius: 0 !important;
}

.select2-selection__placeholder{
 color: #000 !important;
}

.select2-selection--single {
    cursor: initial !important;
}

.select2-dropdown {
    width: max-content !important;
    min-width: 260px;
}

.select2-results__option {
    padding: 0 10px !important;
}

.select2-results__group{
    padding: 0 5px !important;
}

.select2-selection__arrow{
    display: none;
}

.select2-mycontainer{
    width: 100%;
}

.edit-form-buttons {
    font-weight: bold;
    line-height: 1.5;
    margin-top: .75em;
    margin-bottom: .75em;
    margin-left: 20px;
    margin-right: .75em;
    background-color: #2d2d2d;
    float: right;
    color: white;
    font-size: 13px;
    font-family: Neon-medium;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    cursor: pointer;
    transition: ease-out 0.3s all;
    min-width: 240px;
}
.login-subtitle-left-notif {
    font-family: Neon-bold;
    letter-spacing: 1px;
    font-size: 11px;
    color: white;
    text-transform: uppercase;
    text-align: right;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.textAreasNotification {
    width: 500px;
    height: 100px;
}
.textAreaPosition {
   position: relative;
   float: right;
}