@font-face {
    font-family: 'os-r';
    src: url('../fonts/os-r.eot');
    src: url('../fonts/os-r.eot?#iefix') format('embedded-opentype'), url('../fonts/os-r.woff') format('woff'), url('../fonts/os-r.ttf') format('truetype'), url('../fonts/os-r.svg#os-r') format('svg');
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 22px;
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    color: #505050;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

h1 {
    font-size: 30px;
    line-height: 1.3em;
}

h2 {
    font-size: 26px;
}

a {
    text-decoration: none;
    color: #fbd318;
}

* {
    box-sizing: border-box;
}

button,
button:focus {
    outline: 0;
}

#app {
    height: 100vh;
    overflow: hidden;
}

.app-container {
    padding: 40px;
}

.hide {
    opacity: 0 !important;
    visibility: hidden;
    display: none !important;
}

.large-cst-container {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
    margin-right: auto;
    margin-left: auto;
}

.borderless {
    border: none;
}

.border-rad50 {
    border-radius: 50%;
}

.icon-btn {
    width: 40px;
    height: 40px;
}

.btn-round {
    border-radius: 5rem;
}

.cst-btn {
    border-radius: 5px;
    height: 46px;
    padding: 0 16px;
    line-height: 46px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
}

.cst-btn.icon-btn {
    padding: 0;
    width: 42px;
}

.simple-btn {
    border: none;
    outline: 0;
    padding: 20px 30px 20px 20px;
    font-size: 16px;
    background: rgb(0 0 0 / 0.2);
    color: #fff;
    cursor: pointer;
    min-width: 150px;
    position: relative;
}

button.simple-btn {
    position: relative;
}

button.simple-btn span {
    position: relative;
    z-index: 5;
}

.btn-full {
    width: auto !important;
}

.simple-btn::before {
    content: "";
    background: #fbd318;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    z-index: 0;
}

.cst-btn-icon {
    vertical-align: middle;
    display: inline-block;
    margin-right: 20px;
    transform: rotate(-90deg);
}

.cst-rounded-field {
    border: solid 1px #d8d8d8;
    border-radius: 42px;
    height: 38px;
    padding: 0 20px;
    width: 100%;
}

select.cst-rounded-field {
    appearance: none;
    -webkit-appearance: none;
    background: #fff url(../img/arrow_down_dark.svg) no-repeat right 10px center;
    padding-right: 40px;
}

.echange-lot .cst-rounded-field+.select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border: 1px solid #d8d8d8 !important;
    border-radius: 20px !important;
    padding: 6px 10px;
    height: auto;
}

.echange-lot .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px;
    right: 9px;
}

textarea.cst-rounded-field {
    min-height: 120px;
    border-radius: 20px;
    padding: 25px;
}

.cst-rounded-field:focus {
    outline: 0;
    box-shadow: 0 0 20px rgb(0 0 0 / 0.2);
}

.modal.cst-aligned-left {
    padding: 0 0 0 15%;
}

.modal.cst-aligned-left .modal-dialog {
    margin: 1.75rem 0;
}

input {
    border: none;
    padding: 14px 15px;
    border-radius: 4px;
    font-family: "Poppins";
    height: 42px;
    outline: 0;
}

input[type="checkbox"],
input[type="radio"] {
    height: inherit;
}

input::placeholder {
    font-size: 14px;
}

input:focus {
    outline: 0;
    box-shadow: 0 0 20px rgb(0 0 0 / 0.2);
}

.no-shadow {
    box-shadow: none !important;
}

textarea {
    overflow: auto;
    resize: none;
    width: 100%;
    border-radius: 5px;
    border-color: #e0e0e0;
    padding: 20px;
}

textarea:focus {
    outline: 0;
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    margin: 0;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #fbd318;
    border-radius: 100%;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #fbd318;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.step-widget-perso {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    color: #d0d0d0;
    font-size: 13px;
}

.step-widget-perso .progression {
    background-color: #fff;
}

.step-widget-perso .progression .progression-bar {
    height: 6px;
    width: 100%;
    background-color: #6340aa;
    position: relative;
}

.step-widget-perso .progression .progression-bar::before {
    content: "";
    height: 6px;
    width: 0%;
    background-color: #fbd318;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.step-widget-perso .progression .progression-bar.s25::before {
    width: 25%;
}

.step-widget-perso .progression .progression-bar.s50::before {
    width: 50%;
}

.step-widget-perso .progression .progression-bar.s75::before {
    width: 75%;
}

.step-widget-perso .progression .progression-bar.s100::before {
    width: 100%;
}

.step-widget-perso .progression .next-prev {
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.step-widget-perso .progression .next-prev a {
    color: #000;
    text-decoration: none;
    font-style: 14px;
}

.step-widget-perso .progression .next-prev .simple-link,
.step-widget-perso .progression .next-prev a:not(.prev) {
    background: url(../img/arrow-nav.svg) no-repeat;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    position: relative;
    border: none;
    background-position: right;
    padding-right: 30px;
}

.step-widget-perso .progression .next-prev a.next::after {
    content: "";
    display: inline-block;
}

.step-widget-perso .progression .next-prev .note {
    margin: 0;
    color: #b70d0d;
}

.light-top {
    padding-bottom: 25px;
}

.light-top .header-top {
    padding-bottom: 0;
    padding-top: 0;
}

.header-top {
    flex: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

.header-top .logo img {
    display: block;
    width: 170px;
}

.header-top .menu ul {
    margin: 0;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-top .menu li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
}

.header-top .menu li a {
    text-decoration: none;
    color: #fff;
    padding: 15px 30px;
    border-radius: 4px;
    display: block;
    font-family: "Open Sans";
    font-weight: 300;
    text-transform: uppercase;
    font-size: 13px;
    opacity: 0.5;
}

.header-top .menu li a>.cst-icon {
    display: inline-block;
    vertical-align: middle;
    height: 18px;
    margin-right: 15px;
    margin-top: -2px;
}

.header-top .menu li a>.cst-icon img {
    height: 18px;
    width: auto;
    display: block;
}

.header-top .menu li.active>a {
    background: rgba(255, 255, 255, 0.15);
    opacity: 1;
}

.header-top .right-menu {
    align-items: center;
    width: 100%;
    justify-content: flex-end;
    flex: 0 0 30px;
}

.header-top .burger-menu {
    position: relative;
    width: 30px;
    height: 24px;
    padding: 11px 0;
    cursor: pointer;
    z-index: 0;
}

.header-top .burger-menu>div {
    height: 2px;
    width: 100%;
    background-color: #fff;
}

.header-top .burger-menu>div::after,
.header-top .burger-menu>div::before {
    content: "";
    height: 2px;
    width: 100%;
    background-color: #fff;
    display: block;
    position: absolute;
}

.header-top .burger-menu>div::before {
    top: 0;
}

.header-top .burger-menu>div::after {
    bottom: 0;
}

.today-date {
    background: #421f84;
    border-left: 4px solid;
    border-right: 4px solid;
    border-color: #8f77bd;
    display: inline-block;
    padding: 15px 20px;
    border-radius: 4px;
}

.today-date>* {
    display: block;
    text-align: center;
}

.today-date .month {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px;
}

.today-date .day {
    font-size: 30px;
}

.login-page {
    position: relative;
}

.login-page::after {
    content: "";
    position: absolute;
    background: url(../img/texture-vanille.svg) repeat center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .07;
}

#login {
    min-height: 100vh;
    color: #fff;
    background-size: 100%;
    padding: 0;
    position: relative;
    overflow: hidden;
}

#login::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: #e8dff7;
    width: 50%;
    height: 100%;
    opacity: 0.9;
}

#login::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/login-vanille-bg.jpg) no-repeat center;
    width: 50%;
    height: 100%;
    background-size: cover;
}

#connexion-area {
    width: 100%;
    padding: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    top: 0;
}

#connexion-area>div {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    z-index: 20;
}

#connexion-area>.left {
    text-align: center;
    display: flex;
    justify-content: flex-end;
}

#connexion-area>.left>div {
    padding: 40px;
    flex: 0 0 500px;
    background: #fff;
    margin-right: -40px;
    border-radius: 10px;
    box-shadow: 0 0 50px rgb(60 22 127 / 10%)
}

#connexion-area>.left h2 {
    color: #3c167f;
    font-size: 30px;
    margin: 20px 0 0;
    padding: 0 0 25px;
}

#connexion-area>.right {
    padding-left: 100px;
}

#connexion-area h1 {
    margin-top: 40px;
    font-size: 46px;
    color: #3c167f;
}

#connexion-area h1 span {
    color: #8bc036
}

#connexion-area .form-container {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

#connexion-area #tab-contents form {
    padding: 0 40px 10px 40px;
}

#connexion-area .field {
    margin-bottom: 30px;
}

#connexion-area input {
    padding: 14px 30px;
    background-color: #fff;
    font-family: "Poppins";
    height: 42px;
    width: 100%;
    border: 1px solid #efefef;
    border-radius: 30px;
}

.connexion-form .submit .cst-btn {
    border-radius: 30px;
    background: #3c167f;
    color: #fff;
    min-width: 150px;
    box-shadow: 0 0 30px rgb(60 22 127 / 50%);
}

.connexion-form .submit .cst-btn:hover {
    box-shadow: none;
}

#connexion-area #tab-contents form .fieldset {
    display: flex;
    justify-content: center;
    margin: 0 -20px;
}

#connexion-area #tab-contents form .fieldset>div {
    flex: 0 0 33.33%;
    padding: 0 20px;
}

#connexion-area #tab-contents form .fieldset .field label {
    margin: 0;
    width: 100%;
}

#connexion-area #tab-contents form .submit {
    text-align: right;
}

#connexion-area #tab-contents .form-footer {
    display: flex;
    justify-content: center;
    margin: 0 -20px;
}

#connexion-area #tab-contents .form-footer>div {
    flex: 0 0 33.33%;
    padding: 10px 20px;
}

#connexion-area #tab-contents .form-footer>div:last-of-type {
    text-align: right;
}

#connexion-area #tab-contents .form-footer .error {
    color: #ff5d5d;
    opacity: 0;
    font-size: 14px;
}

#connexion-area #tab-contents .form-footer .error.has-error {
    opacity: 1;
}

#connexion-area #tab-contents form .form-footer a {
    color: #fff;
}

.connexion-form .error {
    color: var(--danger);
    margin-top: 10px;
}

.fullheight main {
    position: relative;
    z-index: 2;
    height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.7s;
    -moz-transition: -moz-transform 0.7s;
    transition: transform 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
    -moz-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
    transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
}

.cst-transition-effect .wrapper {
    position: relative;
    z-index: 2;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.7s;
    -moz-transition: -moz-transform 0.7s;
    transition: transform 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
    -moz-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
    transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
    min-height: 100vh;
    background: #fff;
}

.navigation-is-open .cst-transition-effect .wrapper,
.navigation-is-open .fullheight main {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.cd-nav-trigger {
    position: absolute;
    z-index: 20;
    right: 28px;
    top: 54px;
    height: 54px;
    width: 54px;
    border-radius: 50%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    transition: transform 0.5s;
}

.cd-nav-trigger .cd-nav-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 22px;
    height: 2px;
    background-color: #fff;
}

.cd-nav-trigger .cd-nav-icon::before,
.cd-nav-trigger .cd-nav-icon:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: inherit;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.5s, width 0.5s, top 0.3s;
    -moz-transition: -moz-transform 0.5s, width 0.5s, top 0.3s;
    transition: transform 0.5s, width 0.5s, top 0.3s;
}

.cd-nav-trigger .cd-nav-icon::before {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
}

.cd-nav-trigger .cd-nav-icon::after {
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -o-transform: translateY(6px);
    transform: translateY(6px);
}

.no-touch .cd-nav-trigger:hover .cd-nav-icon::after {
    top: 2px;
}

.no-touch .cd-nav-trigger:hover .cd-nav-icon::before {
    top: -2px;
}

.cd-nav-trigger svg {
    position: absolute;
    top: 0;
    left: 0;
}

.cd-nav-trigger circle {
    -webkit-transition: stroke-dashoffset 0.4s 0s;
    -moz-transition: stroke-dashoffset 0.4s 0s;
    transition: stroke-dashoffset 0.4s 0s;
}

.navigation-is-open .cd-nav-trigger {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.navigation-is-open .cd-nav-trigger .cd-nav-icon::after,
.navigation-is-open .cd-nav-trigger .cd-nav-icon::before {
    width: 50%;
    -webkit-transition: -webkit-transform 0.5s, width 0.5s;
    -moz-transition: -moz-transform 0.5s, width 0.5s;
    transition: transform 0.5s, width 0.5s;
}

.navigation-is-open .cd-nav-trigger .cd-nav-icon::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navigation-is-open .cd-nav-trigger .cd-nav-icon::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.no-touch .navigation-is-open .cd-nav-trigger:hover .cd-nav-icon::after,
.no-touch .navigation-is-open .cd-nav-trigger:hover .cd-nav-icon::before {
    top: 0;
}

.navigation-is-open .cd-nav-trigger circle {
    stroke-dashoffset: 0;
    -webkit-transition: stroke-dashoffset 0.4s 0.3s;
    -moz-transition: stroke-dashoffset 0.4s 0.3s;
    transition: stroke-dashoffset 0.4s 0.3s;
}

.cd-nav {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(200deg, #421f84, #845ad2, #421f84);
    background-size: 200% 200%;
    animation: gradient 10s linear infinite;
    visibility: hidden;
    -webkit-transition: visibility 0s 0.7s;
    -moz-transition: visibility 0s 0.7s;
    transition: visibility 0s 0.7s;
}

.cd-nav .cd-navigation-wrapper {
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 40px 5% 40px calc(5% + 80px);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: -webkit-transform 0.7s;
    -moz-transition: -moz-transform 0.7s;
    transition: transform 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
    -moz-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
    transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
}

.navigation-is-open .cd-nav {
    visibility: visible;
    -webkit-transition: visibility 0s 0s;
    -moz-transition: visibility 0s 0s;
    transition: visibility 0s 0s;
}

.navigation-is-open .cd-nav .cd-navigation-wrapper {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
    -moz-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
    transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
}

@media only screen and (min-width: 1170px) {
    .cd-nav .cd-navigation-wrapper {
        padding: 40px;
    }
    .cd-nav .cd-navigation-wrapper::after {
        clear: both;
        content: "";
        display: table;
        width: 200px;
        height: 200px;
        position: absolute;
        background: #7d55c6;
        left: 36%;
        bottom: 25%;
        border-radius: 4px;
        z-index: -1;
    }
    .cd-nav .cd-navigation-wrapper::before {
        content: "";
        width: 150px;
        height: 150px;
        position: absolute;
        background: #8058ca;
        left: 53%;
        top: 17%;
        border-radius: 4px;
        z-index: -1;
    }
}

.no-js main {
    height: auto;
    overflow: visible;
}

.no-js .cd-nav {
    position: static;
    visibility: visible;
}

.no-js .cd-nav .cd-navigation-wrapper {
    height: auto;
    overflow: visible;
    padding: 100px 5%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.cd-primary-nav {
    margin: 0;
    padding: 12% 0 0;
    display: inline-block;
}

.cd-primary-nav li {
    list-style: none;
    margin: 2em 0;
    position: relative;
    padding-left: 20px;
    width: auto;
    text-align: left;
}

.cd-primary-nav li a {
    color: #fff;
    font-size: 22px;
    position: relative;
    z-index: 5;
}

.cd-primary-nav li::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #fbd318;
    vertical-align: middle;
    display: inline-block;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 0;
}

.cd-primary-nav li:hover::before {
    width: 100%;
    opacity: 0.3;
}

.cd-half-block>nav {
    text-align: center;
}

@keyframes gradient {
    0% {
        background-position: 30%;
    }
    50% {
        background-position: 100%;
    }
    100% {
        background-position: 30%;
    }
}

@keyframes gradientbig {
    0% {
        background-position: 0 75%;
    }
    50% {
        background-position: 75% 100%;
    }
    100% {
        background-position: 0 100%;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

main#welcome {
    background: linear-gradient(200deg, #421f84, #845ad2, #421f84);
    background-size: 200% 200%;
    animation: gradient 10s linear infinite;
}

#welcome-content {
    width: 100%;
    min-height: calc(100vh - 140px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

#welcome-content::after,
#welcome-content::before {
    content: "";
    width: 100px;
    height: 100px;
    position: absolute;
    background: #6a47b0;
    border-radius: 4px;
    z-index: -1;
    opacity: 0.6;
}

#welcome-content::before {
    right: -40px;
    top: 30px;
}

#welcome-content::after {
    right: 10%;
    top: 15%;
}

#welcome-content .heading {
    padding: 0 3%;
}

#welcome-content h1 {
    color: #fff;
    font-size: 50px;
    margin: 0 0 5px;
}

#welcome-content .heading span {
    position: relative;
    color: #fff;
    font-size: 22px;
}

#welcome-content .heading span::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #fbd318;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
}

#welcome-content .dock-navigation {
    padding: calc(5% + 20px) 0 0;
}

#welcome-content .dock-navigation ul {
    display: flex;
    margin: 0;
    padding: 0;
}

.dock-navigation .fonctionnality-menu {
    text-align: left;
    list-style: none;
    flex: 1;
}

.dock-navigation .fonctionnality-menu>a {
    position: relative;
    text-align: center;
    display: block;
    color: #fff;
}

.dock-navigation .fonctionnality-menu .icone {
    background-color: #421f84;
    display: flex;
    width: 80px;
    height: 80px;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.dock-navigation .fonctionnality-menu .icone img,
.dock-navigation .fonctionnality-menu .icone svg {
    height: 30px;
    width: auto;
}

.dock-navigation .fonctionnality-menu .icone svg g.icon-path,
.dock-navigation .fonctionnality-menu .icone svg path.icon-path {
    fill: #fff;
}

.dock-navigation .fonctionnality-menu a:hover g.icon-path,
.dock-navigation .fonctionnality-menu a:hover path.icon-path {
    fill: #421f84;
}

.dock-navigation .fonctionnality-menu span {
    font-size: 15px;
    padding: 5px 0;
    display: inline-block;
    position: relative;
    opacity: 0.5;
}

.dock-navigation .fonctionnality-menu span::before {
    content: "+";
    font-size: 30px;
    color: #fbd318;
    position: absolute;
    left: -25px;
    bottom: 5px;
    opacity: 0;
    backface-visibility: hidden;
}

#welcome-content .bottom-navigation {
    padding: 40px 5.5%;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#welcome-content .bottom-navigation a {
    opacity: 0.4;
}

#app-bo {
    overflow-x: hidden;
}

@-webkit-keyframes autofill {
    0%,
    100% {
        color: #fff;
        background: 0 0;
    }
}

input:-webkit-autofill {
    -webkit-animation-delay: 1s;
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

#add-fournisseur .card,
#edit-fournisseur .card {
    max-width: 920px;
    margin: -30px auto 0;
}

.step-add-founrisseur {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    color: #d0d0d0;
    font-size: 13px;
}

.step-add-founrisseur .progression {
    background-color: #fff;
}

.step-add-founrisseur .progression .progression-bar {
    height: 6px;
    width: 100%;
    background-color: #6340aa;
    position: relative;
}

.step-add-founrisseur .progression .progression-bar::before {
    content: "";
    height: 6px;
    width: 0%;
    background-color: #fbd318;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.step-add-founrisseur .progression .progression-bar.s25::before {
    width: 25%;
}

.step-add-founrisseur .progression .progression-bar.s50::before {
    width: 50%;
}

.step-add-founrisseur .progression .progression-bar.s75::before {
    width: 75%;
}

.step-add-founrisseur .progression .progression-bar.s100::before {
    width: 100%;
}

.step-add-founrisseur .progression .next-prev {
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
}

.step-add-founrisseur .progression .next-prev .simple-link,
.step-add-founrisseur .progression .next-prev a {
    background: url(../img/arrow-nav.svg) no-repeat;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    position: relative;
    border: none;
}

.step-add-founrisseur .progression .next-prev a.next::after {
    content: "";
    display: inline-block;
}

#modal-a-propos-fournisseur h5>small {
    font-size: 12px;
    line-height: 12px;
}

#modal-a-propos-fournisseur .modal-header {
    align-items: center;
}

#modal-a-propos-fournisseur .movable-menu {
    min-width: 4em;
    height: 100%;
}

#modal-a-propos-fournisseur .movable-menu div::after,
#modal-a-propos-fournisseur .movable-menu div::before {
    content: "";
    width: 18px;
    height: 2px;
    background: #6c757d;
    margin: 6px 0;
    display: block;
}

#modal-a-propos-fournisseur .modal-footer {
    padding: 6% 4em;
}

.back-office-header {
    padding-top: 25px;
    background-color: #f6f3fc;
}

.stat-graph {
    min-height: 150px;
}

.graph-filters {
    padding: 40px 0 20px;
}

#statistiques {
    background-color: #3c167f;
    padding: 40px 0;
    position: relative;
}

#statistiques .stat-item {
    color: #fff;
    justify-content: center;
}

#statistiques .stat-item h5 {
    text-transform: uppercase;
    font-size: 16px;
    margin: 0;
}

#statistiques .stat-item .chiffre {
    font-size: 50px;
    font-weight: 400;
    position: relative;
    line-height: normal;
}

#statistiques .stat-item .chiffre.increase>span {
    color: #fbd318;
    font-size: 12px;
    position: absolute;
    top: 17px;
    right: -17px;
}

#statistiques>div.onglet {
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: -36px;
    padding: 10px 30px;
    background-color: #3c167f;
    margin: auto;
    text-align: center;
    display: inline-block;
    left: 0;
    right: 0;
    max-width: 200px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.custom-dropdown-toggle {
    cursor: pointer;
}

.custom-dropdown-toggle.arrow-after::after {
    content: "";
    background: url(../img/arrow_down.svg) no-repeat center;
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    right: 0;
    margin-top: -4px;
    margin-left: 15px;
}

.custom-dropdown-toggle.arrow-before::before {
    content: "";
    background: url(../img/arrow_down.svg) no-repeat center;
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    right: 0;
    margin-top: -4px;
    margin-right: 15px;
}

.commands-status {
    padding: 3rem 0;
}

.commands-status .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.5rem;
}

.commands-status .head>* {
    margin: 0;
}

.commands-status .head .percent {
    display: flex;
    align-items: center;
}

.command-progress {
    margin-top: 3rem;
}

.command-progress .bar-container {
    background-color: #f1f2f2;
    height: 13px;
    border-radius: 13px;
    overflow: hidden;
    position: relative;
}

.command-progress .bar-container .progression {
    position: absolute;
    height: 100%;
}

.command-progress .bar-container .progression.done {
    background-color: #fbd454;
    z-index: 5;
}

.command-progress .bar-container .progression.pending {
    background-color: #8f62e1;
}

.fournisseur.opened {
    background-color: #f7f7f7;
}

.fournisseur-preview {
    padding: 2rem 0;
}

.fournisseur-preview .infos-resume {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fournisseur-preview .fournisseur-profil {
    flex: 2;
    cursor: pointer;
}

.fournisseur-profil img {
    border: 4px solid #845ad2;
}

.ui-w-70 {
    width: 70px;
    height: 70px;
    object-fit: cover;
    object-position: center;
}

.ui-w-big {
    width: 110px;
    height: 110px;
    object-fit: cover;
    object-position: center;
}

.fournisseur-preview .fournisseur-note {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.5rem;
}

.fournisseur-preview .fournisseur-note .progress {
    flex: 1;
}

.fournisseur-details {
    padding-left: calc(1rem + 70px);
    padding-top: 30px;
}

.fournisseur-details .texts {
    padding: 5px 0 20px;
}

.fournisseur-details .texts .info-bloc {
    border-right: 1px solid #e8e8e8;
    padding: 1rem 3rem;
    font-size: 18px;
    flex-direction: column;
    justify-content: center;
    display: flex;
}

.fournisseur-details .texts .info-bloc>span {
    font-size: 14px;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

.fournisseur-details .texts .desc {
    margin: 2rem 0 0;
    font-size: 16px;
    padding-left: 2rem;
    color: #8f8f8f;
}

#list-fournisseur .list-footer {
    padding: 3rem 15px;
}

#list-fournisseur .list-footer .btn {
    width: 100%;
}

.qr-code {
    background-color: #fff;
    padding: 20px;
}

.qr-code img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 87px;
    margin: auto;
}

.custom-table {
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
}

.custom-table th {
    vertical-align: middle;
    background-color: #3c167f;
    color: #fff;
}

.table.custom-table td,
.table.custom-table th {
    padding: 0.75rem;
    vertical-align: top;
    border: none;
    vertical-align: middle;
}

.table td a,
.table th a {
    color: #421f84;
}

.table.table-dark td>a:not(.btn),
.table.table-dark th a {
    color: #fbd318;
}

.input.select {
    flex: 1;
}

.bio_one_certifications .cst-checked-form::before {
    content: "";
    position: absolute;
    top: 22px;
    left: 16px;
    background-color: #fff;
    width: 18px;
    height: 3px;
    display: block;
    z-index: 10;
    transform: rotate(-45deg);
}

.bio_one_certifications .cst-checked-form::after {
    content: "";
    position: absolute;
    top: 24px;
    left: 13px;
    background-color: #fff;
    width: 8px;
    height: 3px;
    display: block;
    transform: rotate(45deg);
}

.bio_one_certifications .cst-checked-form::after,
.bio_one_certifications .cst-checked-form::before {
    opacity: 0;
}

.paginator {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.paginator .pagination {
    margin-top: 2rem;
    justify-content: center;
    flex: 1;
}

.paginator .pagination li a {
    font-size: 16px;
    line-height: 32px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
    color: #505050;
}

.paginator .pagination li a:hover,
.paginator .pagination li.active a {
    color: #f1cc2d;
}

.paginator .pagination .prev a,
.paginator .pagination .next a,
.paginator .pagination .last a,
.paginator .pagination .first a {
    display: block;
    padding: 6px 15px;
    min-width: 130px;
    text-align: center;
    color: inherit;
    background-color: #f6f3fc;
    border-radius: 30px;
    line-height: normal;
}

.paginator .pagination .prev {
    margin-right: 1rem;
}

.listing-template .title-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.listing-filter .cst-filter {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -15px;
    flex-wrap: wrap;
}

.cst-filter .cst-btn {
    height: inherit;
    line-height: 42px;
    border-radius: 42px;
}

.filter-btn-group {
    display: flex;
    gap: 5px;
    justify-content: flex-end;
}

.filter-btn-group .cst-btn {
    width: 42px;
    padding: 0;
    text-align: center;
}

.filter-btn-group .cst-btn.apply_filter {
    width: auto;
    padding: 0 20px;
}

.utilisateur-preview {
    padding: 1rem 0;
    border-bottom: 1px solid #f7f7f7;
}

.utilisateur-preview .infos-resume .row {
    align-items: center;
}

.utilisateur-profil img {
    border: 4px solid #845ad2;
}

.client-details {
    padding-left: calc(1rem + 70px);
    padding-top: 30px;
}

.client-preview {
    padding: 2rem 0;
    border-bottom: 1px solid #f7f7f7;
}

.client-preview .infos-resume {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.client-preview .client-profil {
    flex: 2;
    cursor: pointer;
}

.enty-content {
    padding: 5% 15px;
}

#packaging {
    padding: 2rem 15px;
}

.cst-fake-table-header {
    border-bottom: 2px solid var(--cstYellow);
    margin-bottom: 2em;
}

.oneQuantite .row {
    align-items: center;
    padding: 10px 0;
}

.select2-selection {
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    color: #230952;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: #ff5d5d;
    color: #fff;
}

.error-message,
.errorAttribution {
    color: #ff5d5d;
    font-size: 14px;
}

.cst-table td {
    vertical-align: middle;
}

.cst-table.table-dark {
    background-color: #421f84;
}

.cst-table.table-dark tfoot,
.cst-table.table-dark th {
    background: #230952 !important;
    border: none;
}

.cst-table td,
.cst-table th {
    border: none;
    padding: 20px !important;
}

@media (min-width: 1025px) {
    .cst-btn,
    .fonctionnality-menu .icone,
    .fournisseur,
     ::after,
     ::before,
    a,
    button,
    input,
    path,
    svg {
        transition: linear all 0.4s;
        -webkit-transition: linear all 0.3s;
        -moz-transition: linear all 0.4s;
        -ms-transition: linear all 0.4s;
    }
    .header-top .menu li a:hover {
        background: rgba(255, 255, 255, 0.15);
        opacity: 1;
    }
    .cst-btn:hover {
        background-color: #421f84;
    }
    .dock-navigation .fonctionnality-menu a:hover {
        transform: scale(1.1);
    }
    .dock-navigation .fonctionnality-menu a:hover .icone {
        box-shadow: 0 0 50px rgb(255 255 255 / 0.3);
        -webkit-box-shadow: 0 0 50px rgb(255 255 255 / 0.3);
        -moz-box-shadow: 0 0 50px rgb(255 255 255 / 0.3);
        -ms-box-shadow: 0 0 50px rgb(255 255 255 / 0.3);
        -o-box-shadow: 0 0 50px rgb(255 255 255 / 0.3);
        background-color: #fff;
    }
    .dock-navigation .fonctionnality-menu a:hover span {
        opacity: 1;
    }
    .dock-navigation .fonctionnality-menu a:hover span::before {
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        opacity: 1;
        backface-visibility: visible;
    }
    .fournisseur:hover {
        background-color: #f7f7f7;
    }
    .simple-btn:hover::before {
        width: 100%;
        opacity: 0.1;
    }
    #welcome-content .bottom-navigation a:hover {
        opacity: 1;
        color: #fbd318;
    }
    .cst-light-action:hover {
        cursor: pointer;
    }
    .cst-light-action:hover::after {
        transform: scale(1.2);
        color: #fbd318;
    }
    .table td a:hover {
        color: #fbd318;
    }
}

.ifOuiCorps label,
.ifplus15jours label,
.maturite1 label {
    display: block;
}

#customTable label {
    display: block;
}

#customTable {
    border-collapse: collapse;
    width: 100%;
}

#customTable th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #6f42c1;
    color: #fff;
}

.pre-card-title {
    align-items: center;
    margin-bottom: 20px;
    justify-content: space-between;
}

.card {
    box-shadow: 0 20px 40px rgb(217 217 217 / 70%);
    border: none;
}

.card-flat {
    box-shadow: none;
}

.top-bottom-cst-pad {
    padding-top: 5%;
    padding-bottom: 5%;
}

.table td,
.table th {
    vertical-align: middle;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
}

.title-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.prixParLot {
    color: #fff;
    background: var(--teal);
    padding: 15px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
}

.numeroprelevement {
    margin-top: 33px;
    background: #845ad2;
    text-align: center;
    border-radius: 26px;
    width: 35px;
    color: #fff;
    font-size: 18px;
    height: 35px;
    padding-top: 6px;
    font-weight: 700;
}

#fournisseur-infos #resumes {
    padding: 40px;
    border-radius: 5px;
    box-shadow: 0 14px 18px rgb(0 0 0 / 0.25);
    text-align: center;
}

#fournisseur-infos {
    margin-top: 3rem;
}

#fournisseur-infos #resumes .fournisseur-profil {
    justify-content: center;
    margin-bottom: 1rem;
}

#fournisseur-infos #resumes .infos {
    color: #fff;
    border-top: 1px solid #845ad1;
    margin-top: 20px;
    padding-top: 20px;
}

#fournisseur-infos #resumes .infos ul {
    margin: 0;
    padding: 0;
}

#fournisseur-infos #resumes .infos ul li {
    text-align: left;
    list-style: none;
    padding: 7px 0;
}

#fournisseur-infos #resumes .icon-minimalist {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    margin-right: 10px;
    background: #845ad1;
}

#fournisseur-evaluations {
    overflow: hidden;
}

#fournisseur-infos #resumes .note {
    color: #fff;
    text-align: left;
    margin-top: 20px;
}

#fournisseur-infos #resumes .note small {
    color: rgb(164 126 232);
    display: block;
    line-height: normal;
}

#fournisseur-infos #resumes .note strong {
    font-size: 22px;
    display: block;
    margin-bottom: 5px;
}

.cst-breadcrumb {
    border-radius: 10px;
    padding: 10px 30px;
    margin-top: 0;
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    background: #421f84;
    color: white;
}

.breadcrumb ul,
.cst-breadcrumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.breadcrumb li,
.cst-breadcrumb li {
    display: inline-block;
}

.breadcrumb li a::after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    display: inline-block;
    margin: 0 20px;
}

.breadcrumb li a {
    color: #fff;
}

.breadcrumb li span {
    color: #fbd454;
    font-weight: 600;
}

.cst-breadcrumb li a {
    color: white
}

.cst-breadcrumb li a::after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    margin: 0 20px;
}

.cst-breadcrumb li span {
    color: var(--yellow);
}

.breadcrumb {
    margin: 0;
    background: #421f84;
    border-radius: 0;
    color: #fff;
}

.breadcrumb li a:hover,
.cst-breadcrumb li a:hover {
    color: #fbd454;
}

#stock-page .heading {
    text-align: center;
    padding: 40px 0;
    display: flex;
}

#stock-page .heading h1 {
    color: #fff;
    display: inline-block;
    padding-left: 15px;
}

#stock-page [class*="stock-"] {
    padding: 2rem;
    background: #fff;
    border-radius: 5px;
    display: flex;
    color: inherit;
    text-align: left;
    position: relative;
    overflow: hidden;
}

#stock-page .heading .image {
    display: flex;
    align-items: center;
}

#stock-page [class*="stock-"] .title {
    text-transform: uppercase;
    font-size: 16px;
    display: flex;
    font-weight: 700;
    color: grey;
    padding: 20px 0;
}

#stock-page [class*="stock-"] .icon {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0;
    background-color: #000;
    border-radius: 50%;
    line-height: 60px;
    font-size: 25px;
    text-align: center;
    color: #fff;
}

#stock-page [class*="stock-"] .weight {
    font-size: 70px;
    display: block;
    line-height: 60px;
}

#stock-page .stock-verte .icon {
    background: #9befae;
    color: #12bb38;
}

#stock-page .stock-vrac .icon {
    background: #ffe1bd;
    color: var(--cstYellow);
}

#stock-page [class*="stock-"]>div {
    flex: 1;
    padding-left: 10%;
}

#stock-page [class*="stock-"]::before {
    content: "";
    background: linear-gradient(90deg, #291154 0, #7b41e3 100%);
    height: 100%;
    width: 0%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    transition: all ease-in-out 0.4s;
}

#stock-page [class*="stock-"] span,
#stock-page [class*="stock-"]>div {
    position: relative;
    z-index: 10;
}

#stock-page [class*="stock-"]:hover,
#stock-page [class*="stock-"]:hover .title {
    color: #fff;
}

#stock-page [class*="stock-"]:hover::before {
    width: 100%;
}

#stock-page.stock-page-details .type-vanille-stock-info {
    display: block;
    text-align: center;
}

#stock-page.stock-page-details .type-vanille-stock-info .icon {
    margin: auto;
}

#stock-page.stock-page-details .type-vanille-stock-info .title {
    text-align: center;
    display: block;
    padding-bottom: 0;
}

#stock-page.stock-page-details .type-vanille-stock-info>div {
    padding: 0;
}

#stock-page.stock-page-details .type-vanille-stock-info .weight {
    font-size: 30px;
    display: block;
    line-height: 30px;
}

.infos-fournisseur-lot {
    color: #fff;
    align-items: center;
}

.pesage-infos {
    margin-bottom: -2px;
    z-index: 2;
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#donnees-pesage .add-button {
    margin-top: 30px;
}

.aligned-fields .row {
    position: relative;
}

.aligned-fields .cst-field {
    padding: 0 15px;
}

a.bio_delete {
    position: absolute;
    background: var(--red);
    color: #fff;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    top: 6px;
    left: 22px;
}

.aligned-fields .notation {
    padding: 10px 0;
    font-size: 18px;
    border-radius: 44px;
}

.timeline {
    list-style-type: none;
    position: relative;
}

.timeline-item:before,
.timeline:before {
    content: " ";
    display: inline-block;
    position: absolute;
    z-index: 1;
}

.timeline:before {
    background: #dee6ed;
    left: 9px;
    width: 2px;
    height: 100%;
}

.timeline-item {
    padding-bottom: 15px;
}

.timeline-item:last-of-type {
    padding-bottom: 0;
}

.timeline-item:before {
    background: #fff;
    border-radius: 50%;
    border: 3px solid #3f80ea;
    left: 0;
    width: 20px;
    height: 20px;
}

.norme-column {
    position: relative;
}

.norme-popover {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: -20px;
    left: calc(100% - 40px);
    transform: scale(0.7);
    z-index: 20;
    box-shadow: 20px 20px 60px #d9d9d9, -20px -20px 60px #fff;
    transition: 0.3s all ease-in-out;
}

.norme-icon {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 -5px;
}

.norme-popover ul {
    padding: 10px;
    margin: 0;
    background: #fff;
    border-radius: 5px;
    min-width: 150px;
    text-align: center;
}

.norme-icon img {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px ​solid #421f84;
}

.norme-type {
    width: auto;
    display: inline-block;
    position: relative;
}

.norme-type#certified:hover {
    cursor: pointer;
}

.norme-type#certified:hover>.norme-popover {
    opacity: 1;
    visibility: visible;
    left: 100%;
    transform: scale(1);
}

.norme-popover::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff;
    position: absolute;
    left: -9px;
    top: 50%;
    margin-top: -10px;
}

.bio_one_certifications .norm-type {
    background-color: #421f84;
    border-radius: 50px;
    padding: 10px;
    position: relative;
}

.bio_one_certifications .norm-type label {
    margin: 0;
    cursor: pointer;
}

.bio_one_certifications .norm-type label>img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    margin-right: 15px;
}

.bio_one_certifications .norm-type input[name^="certifications"] {
    vertical-align: middle;
    opacity: 0;
    position: absolute;
    left: -100px;
}

.bio_one_certifications .cst-checked-form {
    border: 1px solid #fbd318;
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 5px;
    position: absolute;
}

.bio_one_certifications .norm-type input[name^="certifications"]:checked+.cst-checked-form {
    background-color: rgb(251 211 24 / 80%);
    opacity: 1;
}

.bio_one_certifications .norm-type input[name^="certifications"]:checked+.cst-checked-form::after,
.bio_one_certifications .norm-type input[name^="certifications"]:checked+.cst-checked-form::before {
    opacity: 1;
}

button#id_submitSechage:disabled {
    background: gray;
    cursor: no-drop;
}

textarea::placeholder {
    color: #fff;
}

#id_infoRestant {
    position: static;
}

.bio_rondInfo {
    width: 320px;
    text-align: center;
    margin: 0;
    background: #421f84;
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0 0 50px rgb(66 31 132 / 60%);
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
}

.bio_rondInfo::before {
    content: "";
    position: absolute;
    background: rgb(255 255 255 / 0.05);
    border-radius: 50%;
    width: 150%;
    height: 150%;
    z-index: 0;
}

.bio_rondInfo::before {
    bottom: 45%;
    right: -5%;
}

.bio_rondInfo>div {
    position: relative;
    z-index: 20;
}

.bio_poidResteAtraiter {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #fbd318;
}

.bio_errorGlobla {
    color: red;
    font-size: 14px;
}

.souvideentre.active .stat-lot {
    border-bottom: 8px #421f84 solid;
}

.dropdown-toggle {
    cursor: pointer;
}

.lot-certificat {
    margin-top: 14px;
}

.lot-certificat img {
    max-height: 50px;
    margin-right: 20px;
}

.cst-fieldset .input {
    margin-bottom: 20px;
}

.cst-input-generic input {
    vertical-align: middle;
    margin: -2px 10px 0 0;
}

.alert {
    margin-top: 30px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

.alert-success {
    color: #155724;
    background-color: #61f584;
    border-color: #61f584;
    box-shadow: 0 0 20px rgb(102 236 134 / 50%);
}

.back-office-content {
    position: relative;
    z-index: 0;
    padding-bottom: 40px;
}

.head-actions-btn {
    display: flex;
    align-items: center;
}

.head-actions-btn .cst-btn {
    border-radius: 50px;
    width: 46px;
    white-space: nowrap;
    overflow: hidden;
    color: transparent;
    margin-left: 10px;
    transition: ease-in-out all 0.3s;
    text-align: center;
}

.head-actions-btn .cst-btn>span {
    color: #fff;
}

.head-actions-btn .cst-btn:hover {
    width: 215px;
    color: #fff;
}

.table td>.btn {
    padding: 8px 13px;
    width: 39px;
    white-space: nowrap;
    color: transparent;
    transition: ease-in-out all 0.3s;
    overflow: hidden;
}

.table td>.btn.btn-full {
    color: #fff;
}

.table td>.btn>span {
    color: #fff;
}

.table td>.btn:hover {
    width: auto;
    color: #fff;
}

.cst-tab-content {
    flex: 1;
}

.cst-tab-links a.nav-link {
    border-left: 4px solid #fbd318;
    padding: 20px 20px;
    color: #fff;
    background-color: #3c167f;
    outline: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    margin-bottom: 10px;
}

.fournisseur-stat .header {
    padding: 30px 0;
}

.fournisseur-stat .header .media {
    flex: 1;
}

.fournisseur-infos {
    margin-top: 10px;
}

.fournisseur-infos div {
    margin-right: 25px;
    color: #b6b6b6;
}

.fournisseur-infos div i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #f4edff;
    border-radius: 50%;
    color: #845ad2;
    margin-right: 10px;
}

.fournisseur-stat .stat-lot {
    background: #fbf8ff;
}

.fournisseur-stat .stat-lot.type-verte {
    background-color: #d5f3be;
}

.kl_oneParametrages {
    border-radius: 5px;
    padding: 0;
    margin-bottom: 25px;
}

.kl_headerBlock {
    padding: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.kl_theTitreBlock {
    font-weight: 600;
    color: #000;
    font-size: 18px;
    padding-bottom: 12px;
}

.kl_bodyBlock {
    min-height: 100px;
}

.kl_bodyBlock ul {
    padding: 0;
    list-style: none;
    font-size: 15px;
}

.kl_bodyBlock ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.kl_bodyBlock ul li a {
    color: #e72763;
    font-weight: 500;
    padding: 15px 25px;
    display: block;
}

.kl_bodyBlock ul li:last-child {
    border-bottom: none !important;
}

#id_equipeProdcution .select2-selection {
    background-color: white !important;
    border: solid 1px #d8d8d8 !important;
    border-radius: 42px !important;
    height: 42px;
    padding: 3px 20px;
    width: 100%;
}

.bio_one_certifications {
    cursor: pointer;
}

.kl_onQuantiteSousVide {
    position: relative;
}

.detailQuaniteParFournisseur {
    position: absolute;
    background: #fff;
    width: 457px;
    left: 60px;
    top: 110px;
    z-index: 1;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
}

.listeParFourniiseur {
    padding: 20px;
}

.listeParFourniiseur ul {
    list-style: none;
    padding: 0;
}

.nonFournisseur {
    width: 50%;
    float: left;
    font-weight: 700;
}

.quantiteFournisseur {
    width: 50%;
    float: right;
    text-align: center;
}

.listeParFourniiseur>ul>li {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d8d8d8;
}

.listeParFourniiseur>ul>li:last-child {
    border-bottom: none;
}

.tooltiptext {
    visibility: hidden;
    width: 400px;
    background-color: #fff;
    color: #000;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 118%;
    left: 25%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.oneSousVide {
    position: relative;
    cursor: pointer;
}

.tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 15px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.oneSousVide:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

#id_errorCustom,
.errorClassement.error {
    color: red;
}

.errorPoidsClassement {
    border-color: red !important;
}

.kl_pretClasser {
    color: #000;
    text-transform: none;
}

.totalJLB {
    color: #fff;
}

.header-top+.navigation {
    flex: 1;
    margin-right: 25px;
    border-top: 2px solid rgb(255 255 255 / 30%);
    margin: 35px 0 0;
}

.header-top+.navigation ul {
    display: flex;
    margin: 0;
    padding-top: 40px;
    padding-left: 0;
}

.header-top .logo {
    display: flex;
    align-items: center;
}

.header-top .dock-navigation ul {
    padding: 0;
    margin: 0;
    justify-content: center;
    text-align: center;
}

.header-top .dock-navigation ul li {
    display: inline-block;
    vertical-align: middle;
}

.header-top .dock-navigation .fonctionnality-menu {
    width: 120px;
}

.header-top .dock-navigation .fonctionnality-menu .icone {
    width: 60px;
    height: 60px;
    margin: auto;
}

.header-top .dock-navigation .fonctionnality-menu .icone img,
.header-top .dock-navigation .fonctionnality-menu .icone svg {
    height: 24px;
}

.header-top .dock-navigation .fonctionnality-menu span {
    font-size: 14px;
    padding: 10px 0 0;
    flex: 0 0 auto;
    color: #421f84;
    font-weight: 600;
}

.header-top .dock-navigation .fonctionnality-menu a {
    position: relative;
    display: block;
    align-items: center;
    text-align: center;
}

.header-top .dock-navigation .fonctionnality-menu span::before {
    left: -22px;
    bottom: 0;
}

#compte-dropdown a {
    font-size: 14px;
    display: block;
    padding: 8px 20px;
    text-align: left;
}

#compte-dropdown a:hover {
    color: var(--purple);
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1280px !important;
    }
}

.reception-verte .alert-success {
    position: relative;
}

.reception-verte .alert {
    position: relative;
}

#qualite_vanille_1,
#qualite_vanille_2,
#qualite_vanille_9 {
    text-transform: uppercase;
    font-weight: 700;
    color: red;
}

#id_pesageParCarton .bio_delete,
#id_receptionEntree .bio_delete {
    left: -20px;
}

.kl_titreBlocTraitement {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
}

#board-lots .back-office-content .header,
#liste-lots .back-office-content .header,
.page-backoffice .back-office-content .header {
    padding: 25px 0;
}


/* New dashboard */

.ch-50>* {
    flex: 1;
}

#dashoboard-bo-page .l-title {
    font-size: 30px;
    font-weight: 500;
}

#dashoboard-bo-page .contenus {
    padding: 40px 0 0;
}

.dashboard-inner {
    padding: 0 0 3rem;
}

.dashboard-area-title {
    font-family: 'Poppins';
    font-weight: 800;
    padding: 0 0 20px;
    font-size: 26px;
    color: #3e1c7c;
    line-height: 1.5;
}

.dashboard-card {
    padding: 35px;
    position: relative;
    border-radius: 20px;
}

#dashoboard-bo-page .stats-lot {
    padding: 0;
}

#dashoboard-bo-page .stat-lot {
    box-shadow: 20px 20px 60px rgb(217 217 217 / 60%);
    background: #ffffff;
    border-radius: 20px;
    height: 100%;
    align-items: flex-start;
}

#dashoboard-bo-page .stats-lot .texts {
    margin-left: 25px;
    padding-top: 13px;
}

#dashboard-stock-gl {
    height: 100%;
    background-color: #421f84;
    color: white;
    border-radius: 20px;
    padding: 35px;
}

#dashboard-stock-gl .dashboard-area-title {
    color: white;
}

#dashboard-stock-gl .today {
    font-weight: normal;
    font-size: 20px;
    display: block;
    margin-top: 7px;
    color: var(--yellow);
}

#dashboard-stock-gl .card-action {
    position: absolute;
    height: 100%;
    width: 50px;
    background: #421f84;
    right: -2px;
    top: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
    line-height: 58px;
}

.inner-card-group {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.inner-card-item {
    padding: 15px;
    flex: 0 0 25%;
}

.card-item {
    display: flex;
    width: 100%;
    background: white;
    border-radius: 10px;
    padding: 18px 20px;
    color: var(--gray);
    justify-content: space-between;
    box-shadow: 0 0 25px #1f0848;
    position: relative;
    font-size: 16px;
}

.inner-card-item.last .card-item {
    background-color: #ffc107;
    font-weight: 600;
    font-size: 16px;
    color: white;
    position: relative;
}

.card-item strong {
    color: #421f84;
    font-size: 18px;
    font-family: 'Work Sans', sans-serif;
}

#dashboard-indic-gl {
    background-color: #F9FCF3;
}

#top-fournisseurs {
    background-color: #cdf5b4;
}

#top-fournisseurs .left {
    max-width: 300px;
}

#top-fournisseurs .left .cst-btn {
    background-color: #421f84;
    color: white;
    margin-top: 40px;
    border-radius: 30px;
    padding: 0 25px;
}

#top-fournisseurs .right {
    padding-left: 60px;
    flex: 1;
}

.top-fournisseurs-list {
    display: flex;
    flex-wrap: wrap;
}

.top-fournisseurs-list .item {
    padding: 15px;
    flex: 0 0 33.33%;
}

#top-fournisseurs .fournisseur-item {
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0px 20px 20px #99ce79;
    transition: ease-in-out 300ms;
    height: 100%;
}

#top-fournisseurs .fournisseur-item:hover {
    box-shadow: none;
}

.fournisseur-item .name {
    font-size: 16px;
    display: block;
    font-weight: 600;
    color: #505050;
    margin-bottom: 8px;
}

.fournisseur-item .note {
    display: block;
    font-size: 30px;
    line-height: normal;
    font-weight: 700;
    color: #421f84;
}

.fournisseur-item .note sup {
    font-size: 16px;
    top: -14px;
    opacity: .7;
    left: 5px;
}

.alert.alert-warning.kl_infoREtour {
    margin-top: 18px;
    left: 0px;
    position: relative;
    margin-bottom: 0px;
    transform: unset;
}

.fournisseur-item .avatar span {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 0 20px;
    background: linear-gradient( 45deg, #fff0da, rgb(206 159 191));
    border-radius: 20px;
    overflow: hidden;
}

.fournisseur-item .avatar span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dashboard-navigation {
    position: fixed;
    z-index: 20;
    top: 50%;
    transform: translate(-1px, -50%);
}

.dashboard-navigation .cst-btn-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    background: #421f84;
    transform: scale(.7);
    margin: 0;
    opacity: .6;
    font-size: 20px;
}

.dashboard-navigation .cst-btn-icon:hover {
    transform: scale(1);
    opacity: 1;
}

#campaign {
    border: 1px solid #e0e0e0;
    display: block;
    padding: 15px 40px;
    border-radius: 30px;
    cursor: pointer;
}

#campaign-dropdown.dropdown-menu {
    box-shadow: 0px 20px 20px rgb(0 0 0 / 10%);
    top: 60px !important;
    border-radius: 10px;
}

.dropdown-menu .dropdown-item {
    font-size: 16px;
}

.dropdown-menu .dropdown-item:hover {
    font-size: 20px;
    background: transparent;
}

#stock-dropdown {
    background: url(../img/arrow_down.svg) right center no-repeat;
    padding-right: 35px;
    cursor: pointer;
}


/* Page traitement */

#type-vanille {
    background-color: #fff;
    height: 100%;
}

#type-vanille .inner-card-group {
    display: block;
    margin: 0;
}

#type-vanille .inner-card-group .inner-card-item {
    padding: 0;
}

#type-vanille .traitement-item .titre {
    font-size: 25px;
    display: block;
}

.traitement-item {
    padding: 25px;
    border-radius: 10px;
    background-color: white;
    margin: 0 0 30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.125);
}

.traitement-item .d-flex {
    flex-wrap: wrap;
}

#form-traitement {
    height: 100%;
    background-color: #F9FCF3;
}

#form-traitement .cst-btn {
    background-color: #421f84;
    color: white;
    border-radius: 30px;
    padding: 0 25px;
}

#type-vanille .traitement-item .stat {
    flex: 0 0 33.33%;
    color: rgb(255 255 255 / 80%);
    max-width: 50%;
    padding: 15px 0 0;
    cursor: pointer;
}


/* #type-vanille .traitement-item .stat:hover {
    box-shadow: 10px 5px 5px rgb(110, 104, 104);
} */

#type-vanille .traitement-item .stat:first-child {
    padding-left: 0px;
}

#type-vanille .traitement-item .stat strong {
    display: block;
    font-size: 16px;
    color: white;
}

#vanille-non-verifiee.traitement-item {
    flex-wrap: wrap;
    color: white;
    background-color: #f48c06
}

#vanille-a-secher.traitement-item {
    color: white;
    background: #dc4c35;
}

#vanille-seche-sechage.traitement-item {
    color: white;
    background: #421f84;
}

#vanille-seche-sortie.traitement-item {
    background: #1f3984;
    color: white;
}

#vanille-affinage.traitement-item {
    background: #997b59;
    color: white;
}

#vanille-mesuree.traitement-item {
    color: white;
    background-color: #1eccda;
}

#id_addLot .sm-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    margin-top: -60px;
}

#id_addLot .header {
    padding-bottom: 80px;
}

#id_addLot .type-certification {
    padding: 0 0 30px;
}

.bio_one_certifications {
    margin-bottom: 30px;
}

#reception-lot {
    padding: 40px 0;
    max-width: 920px;
    margin: auto;
}

#reception-lot .footer-total {
    width: 100%;
    display: flex;
    padding: 25px 40px;
    background-color: #fcfff1;
    border-radius: 25px;
}

#reception-lot .footer-total .btn {
    background-color: #421f84;
    color: white;
    border-radius: 30px;
    padding: 8px 25px;
}

#historique-traitement .actions a {
    margin: 10px 0;
    display: block;
    min-width: 100%;
    text-align: left;
}


/* Indicateur global */

.tri {
    padding: 20px;
}

.cst-sort {
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 200px repeat(8, 1fr);
}

.cst-sort li {
    padding-right: 25px;
    position: relative;
}

.cst-sort li div {
    position: relative;
}

.cst-sort li a {
    color: #505050;
}

.cst-sort li a.asc div::after {
    content: "\f062";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    display: inline-block;
    font-size: 12px;
    color: #63c127;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.cst-sort li a.desc div::after {
    content: "\f063";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    display: inline-block;
    font-size: 12px;
    color: var(--danger);
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

#idc-liste-fournisseurs .fournisseur-item {
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 10px 25px rgb(217 217 217 / 60%);
}

#idc-liste-fournisseurs .fournisseur-item .item {
    display: grid;
    grid-template-columns: 200px repeat(8, 1fr);
    color: #505050;
}

.cst-fake-table-label {
    display: block;
    color: #ababab;
    align-items: center;
}

#idc-liste-fournisseurs .fournisseur-item .item strong {
    font-size: 16px;
    display: block;
    line-height: 1.5;
    font-family: 'os-r';
    font-weight: 600;
}

.expl {
    display: flex;
    padding: 0;
    list-style: none;
    flex-flow: row wrap;
    margin-top: 20px;
}

.expl li {
    padding: 10px;
    flex: 0 0 25%;
    max-width: 25%;
}

.expl li div {
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgb(217 217 217 / 50%);
    border-bottom: 4px solid;
    padding-left: 30px;
}

.expl li:first-child div {
    border-color: #f1cc2d;
}

.expl li:nth-child(2) div {
    border-color: #421f84;
}

.expl li:nth-child(3) div {
    border-color: #63c127;
}

.expl li:nth-child(4) div {
    border-color: #73c4cc;
}

.expl li:nth-child(5) div {
    border-color: #007fdd;
}

.expl li:nth-child(6) div {
    border-color: #d84b1a;
}

.expl li:nth-child(7) div {
    border-color: #ff8d00;
}

.expl li:nth-child(8) div {
    border-color: #ff84d3;
}

.expl .moyenne {
    display: block;
    font-size: 24px;
    font-weight: 600;
    margin: 20px 0 0;
    font-family: 'os-r';
}

.expl strong {
    display: block;
    font-size: 20px;
}

.fournisseur-id {
    display: flex;
    align-items: center;
}

#idc-liste-fournisseurs .fournisseur-item .item a {
    color: #505050;
}

#idc-liste-fournisseurs .fournisseur-item .item .avatar {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 15px 0 0;
    background: linear-gradient( 45deg, #fff0da, rgb(206 159 191));
    border-radius: 50%;
}

#idc-liste-fournisseurs .fournisseur-item .item .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.burger-toggler {
    display: none;
}


/* cst Responsive */

@media (max-width: 1300px) {
    #liste-lots .cst-filter {
        justify-content: flex-start;
    }
    #liste-lots .cst-filter .col {
        padding-right: 0;
    }
    #liste-lots .cst-filter .col.filter-btn-group {
        max-width: 100%;
        flex: 0 0 100%;
        justify-content: flex-start;
        margin-top: 20px;
    }
}

@media (max-width: 1200px) {
    .logo.zindex {
        position: relative;
        z-index: 50;
    }
    .burger-toggler {
        z-index: 50;
        display: block;
        position: absolute;
        right: 35px;
        height: 30px;
        width: 30px;
        top: 38px;
    }
    .burger-toggler>div {
        position: absolute;
        width: 100%;
        height: 100%;
    }
    .burger-toggler>div::before,
    .burger-toggler>div::after {
        content: "";
        width: 100%;
        height: 3px;
        position: absolute;
        left: 0;
        background-color: #3c167f;
    }
    .burger-toggler>div::before {
        top: 0;
    }
    .burger-toggler>div::after {
        bottom: 0;
    }
    .burger-toggler>div>span {
        display: block;
        position: absolute;
        background-color: #3c167f;
        top: 14px;
        height: 3px;
        width: 100%;
    }
    .navigation {
        display: none;
        position: absolute;
        width: 100%;
        left: 0;
        background: #f6f3fc;
        top: 0;
        padding: 40px 25px;
        z-index: 10;
        height: 100vh;
    }
    .dock-navigation {
        height: 100%;
        display: flex;
        align-items: center;
    }
    .dock-navigation ul {
        display: grid;
        grid-template-columns: repeat(4, 20%);
        width: 100%;
        grid-row-gap: 40px;
    }
    .header-top .dock-navigation .fonctionnality-menu {
        width: 100%;
    }
    .card-item,
    .card-item span,
    .card-item strong {
        display: block;
    }
    .inner-card-item.last .card-item {
        height: 100%;
        line-height: 270%;
    }
    #dashboard-stock-gl .card-action {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .dashboard-area-title>br {
        display: none;
    }
    #top-fournisseurs .d-flex {
        display: block !important;
    }
    #top-fournisseurs .left {
        max-width: 100%;
        position: relative;
    }
    #top-fournisseurs .right {
        padding: 20px 0 0;
    }
    .inner-card-item {
        flex: 0 0 33.33%;
    }
    .top-fournisseurs-list {
        margin: 0 -15px;
    }
    #top-fournisseurs .left .cst-btn {
        margin-top: 0;
        position: absolute;
        right: 0;
        top: 0;
    }
    .top-fournisseurs-list .item {
        flex: 0 0 50%;
    }
    /* Fournisseurs */
    .fournisseur-details {
        padding-left: 0;
    }
    /* Lots */
    #type-vanille .traitement-item .stat {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}

@media (max-width: 1024px) {
    .card {
        padding: 25px !important;
    }
    .stat-lot {
        padding: 20px !important;
    }
    .stat-lot .texts,
    #dashoboard-bo-page .stats-lot .texts {
        margin-left: 10px !important;
    }
    .stat-lot strong {
        margin-bottom: 5px !important;
        font-size: 20px !important;
    }
    .animated,
    .aos-animate {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
    /* Login */
    #app {
        height: auto;
    }
    #login {
        min-height: inherit;
    }
    #login::before,
    #login::after {
        display: none;
    }
    #connexion-area {
        align-items: center;
        justify-content: center;
    }
    #connexion-area>div {
        max-width: 100%;
        flex: 0 0 100%
    }
    #connexion-area>.left>div {
        margin: 0 auto;
        flex: 0 90%;
    }
    #connexion-area>.right {
        display: none;
    }
    /* Lots */
    #liste-lots .cst-filter .col {
        max-width: 33.33%;
        flex: 33.33%;
        margin-bottom: 15px;
    }
    #type-vanille .traitement-item .stat {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 990px) {
    .ui-w-big {
        width: 80px;
        height: 80px;
    }
    /* Dashboard */
    .dashboard-card {
        padding: 25px;
    }
    .dashboard-area-title {
        padding-bottom: 10px;
    }
    .inner-card-item {
        flex: 0 0 50%;
    }
    #top-fournisseurs .left .cst-btn {
        position: static;
        margin-top: 30px;
    }
    /* Clients */
    .client-details {
        padding-left: 1rem;
        padding-top: 0;
    }
    .client-details .texts {
        border-top: 1px solid #dcdcdc;
        padding-top: 10px;
    }
    .demo-inline-spacing.mt-3 {
        margin-top: 0 !important;
    }
    /* Fournisseurs */
    .fournisseur-infos {
        flex-wrap: wrap;
    }
    .fournisseur-infos div {
        flex: 0 0 100%;
        margin: 0 0 10px;
    }
    /* Lots */
    .cst-tab-links a.nav-link {
        padding: 10px;
    }
    #type-vanille .traitement-item .titre,
    #type-vanille .traitement-item .stat strong {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .dock-navigation ul {
        grid-template-columns: repeat(3, 1fr);
    }
    .title-head {
        display: block !important
    }
    .title-head>div {
        margin-top: 20px;
    }
    .top-fournisseurs-list .item,
    .inner-card-item {
        flex: 0 0 100%;
    }
    #top-fournisseurs .left .cst-btn::before {
        content: "";
        display: table;
    }
    /* Fournisseurs */
    .fournisseur-preview .infos-resume {
        display: block;
    }
    .fournisseur-preview .infos-resume .date-inscription {
        text-align: left !important;
        padding-left: 86px;
    }
    .fournisseur-details .texts .info-bloc {
        flex: 0 0 100%;
        padding: 0 1rem;
        margin-top: 20px;
    }
    /* Lots */
    #id_certifications,
    .bio_one_certifications {
        padding-right: 0;
    }
}

@media (max-width: 480px) {
    .header-top .dock-navigation ul {
        grid-template-columns: repeat(2, 1fr);
        padding-top: 60px;
    }
}

.meterPaswword {
    width: 80%;
}

.meterPaswword {
    float: left;
}

.kl_genererMotPass {
    float: right;
}

.kl_genererMotPass {
    text-align: right;
    width: 20%;
}

.kl_oneAVerifier {
    position: relative;
}

.kl_oneAVerifier a.bio_delete {
    position: absolute;
    background: var(--red);
    color: #fff;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    left: -34px;
}

.labelREtour {
    color: orangered;
    font-weight: 700;
}

#vanille-a-resecher.traitement-item {
    color: white;
    background: #6D564E;
}

.kl_oneQualiteEntree {
    padding-left: 10px !important;
    padding-right: 0px !important;
    text-align: center;
}


/* 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;
}


/* The slider */

.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch input:checked+.slider {
    background-color: #421f84;
}

.switch input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

.switch input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

.switch .slider.round {
    border-radius: 34px;
}

.switch .slider.round:before {
    border-radius: 50%;
}

.switch span.label {
    position: absolute;
    left: 67px;
    width: 125px;
    padding: 5px;
    cursor: pointer;
}

.kl_addRecipient {
    display: block;
}

.removeEmballage {
    position: absolute;
    background: red;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    color: white;
    font-size: 8px;
    font-weight: bold;
    top: 10px;
    left: -8px;
}

.removeEmballage.removeEmballagePesage {
    top: 38px;
}

.bio_ajoutAndResume {
    font-weight: bold;
}

.kl_OneDetailRecipient {
    position: relative;
}

#id_listePoids .inner-card-item {
    padding: 0px;
}

#id_listePoids .traitement-item {
    margin-bottom: 15px;
}

#id_listePoids {
    padding-top: 20px;
}

#connexion-area input:-webkit-autofill {
    color: black;
    -webkit-animation-fill-mode: none;
}

#id_listeAVerifier .bio_oneQuanite {
    position: relative;
}

#id_listeAVerifier a.bio_delete {
    left: -32px;
}

.filtre-head{
    display: inline-flex;
    margin-top: 15px;
}

.oneFiltreHead{
    margin-left: 20px;
}
#id_listeLots .select2-selection {
    background-color: white !important;
    border: solid 1px #d8d8d8 !important;
    border-radius: 42px !important;
    height: 42px;
    padding: 3px 20px;
    width: 100%;
}
.kl_oneQualiteQuantite {
    float: left;
    min-width: 120px;
    height: auto;
}

.oneQualiteExport{
    margin-right: 15px;
}

.kl_oneCkeckBox {
    padding-top: 10px;
}

.oneSpecification{
    position:relative;
}
.deleteSpecification{
    position: absolute;
    right: 10px;
    top: 25px;
    border-radius: 27px;
    width: 44px;
    height: 44px;
    cursor:pointer;
}

#indicteurs-lot{
    background-color: #f6f3fc;
}

.tableIndicateurBureau  {border-collapse:collapse;border-spacing:0;margin:0px auto;}
.tableIndicateurBureau td{border-color:#d8d8d8;border-style:solid;border-width:1px;font-size:14px;
  overflow:hidden;padding:10px 5px;word-break:normal;text-align: center;}
.tableIndicateurBureau th{
    border-color:#d8d8d8;border-style:solid;border-width:1px;font-size:14px;
    font-weight:normal;overflow:hidden;padding:10px 5px;word-break:normal; text-align: center; background-color:#FCA63F;
    color: black;
    font-family: "Poppins";
    font-weight: 600;
}
.tableIndicateurBureau .tg-0lax{text-align:left;vertical-align:top}
.kl_verte{
    background:#cdf5b4;
}

.kl_bleu{
    background: #dee2e6;
}