@font-face {
    font-family: 'DS-Digital Normal';
    font-style: normal;
    font-weight: normal;
    src: local('DS-Digital Normal'), url('../font/DS-DIGI/DS-DIGI.woff') format('woff');
}

@font-face {
    font-family: 'DS-Digital Bold';
    font-style: normal;
    font-weight: normal;
    src: local('DS-Digital Bold'), url('../font/DS-DIGI/DS-DIGIB.woff') format('woff');
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('../font/Montesserat/Montserrat-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'RobotoFlex-Regular';
    src: url('../font/RobotoFlex/RobotoFlex-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Jost';
    src: url('../font/Jost/Jost-VariableFont_wght.ttf') format('truetype');
}

@font-face {
    font-family: 'Jost-Regular';
    src: url('../font/Jost/Jost-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Jost-Light';
    src: url('../font/Jost/Jost-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Jost-ExtraLight';
    src: url('../font/Jost/Jost-ExtraLight.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('../font/Montesserat/Montserrat-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'SourceSansPro-Black';
    src: url('../font/SourceSansPro/SourceSansPro-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'SourceSansPro-Regular';
    src: url('../font/SourceSansPro/SourceSansPro-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'SourceSansPro-SemiBold';
    src: url('../font/SourceSansPro/SourceSansPro-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'SourceSansPro-Light';
    src: url('../font/SourceSansPro/SourceSansPro-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'SourceSansPro-ExtraLight';
    src: url('../font/SourceSansPro/SourceSansPro-ExtraLight.ttf') format('truetype');
}

@font-face {
    font-family: 'RobotoCondensed-Bold';
    src: url('../font/RobotoCondensed/RobotoCondensed-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'RobotoCondensed-Regular';
    src: url('../font/RobotoCondensed/RobotoCondensed-Regular.ttf') format('truetype');
}

/*@font-face {
    font-family: 'Digit';
    src: url('../font/DS-DIGI.TTF') format('truetype');
}*/

@font-face {
    font-family: 'Poppins-Regular';
    src: url('../font/Poppins/Poppins-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../font/Poppins/Poppins-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'SourceSansPro-Light';
    src: url('../font/SourceSansPro/SourceSansPro-Light.ttf') format('truetype');
}

@import url('https://fonts.googleapis.com/css?family=Muli&display=swap');

html {
    overflow: hidden;
}

body {
    color: black;
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    padding-right: 0 !important;
    background-image: linear-gradient(to top, #dad4ec 0%, #dad4ec 1%, #f3e7e9 100%);
}

main #main {
    font-family: 'SourceSansPro-Regular';
    /*background: linear-gradient(180deg, #FAFCFE 0%, #FFFFFF 100%);*/
    mix-blend-mode: lighten;
    background: #F9F9F9;
}

nav {
    margin-bottom: 20px;
}

hr {
    margin-top: 0px;
    margin-bottom: 0px;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
    font-family: 'RobotoFlex-Regular';
    line-height: 1.5;
    margin-bottom: 0.5rem;
}


/**
* 
*/
h1,
h2,
h3,
.h1,
.h2,
.h3 {
    font-family: 'RobotoFlex-Regular';
    line-height: 1.5;
    margin-bottom: 0.5rem;
}

h1 {
    text-align: center;
    font-size: 1em;
}

h2 {
    font-family: 'Jost-Light';
    font-size: 1em;
    font-style: normal;
    color: #131117;
    font-weight: 300;
}

h3 {
    font-size: 0.8em;
    color: #8898aa !important;
    text-transform: uppercase;
    font-weight: 100;
}

h4 {
    font-size: 0.9em;
    width: fit-content;
}

h5 {
    font-family: 'RobotoFlex-Regular';
    font-weight: bold;
    width: fit-content;
    align-self: center;
    font-size: 14px;
}

.label-form {
    font-size: 11px !important;
    font-weight: bold;
}

#ws_indicator {
    position: fixed;
    top: 52px;
    right: 0;
    /* height: 20px; */
    background-color: #c33030;
    z-index: 1000000000;
    color: white;
    font-size: 11px;
    padding: 6px 13px;
}

.ws_indicator_success {
    background-color: #EBFFF3 !important;
    color: #61BB84 !important;
}


/* *** ECRAN DE CHARGEMENT *** */
#chargement {
    visibility: visible;
    z-index: 9999999999;
    position: fixed;
    height: 100%;
    top: 0;
    width: 100%;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: wait;
    background: linear-gradient(#499348, #2656a0);
}

#chargement img {
    animation: rotation 6s infinite cubic-bezier(0.02, 0.92, 1, 1);
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}


main {
    height: 100vh !important;
    width: 100%;
    top: 0;
    padding-top: 0px;
    background-color: #FFF;
    background-image: linear-gradient(to top, #dad4ec 0%, #dad4ec 1%, #f3e7e9 100%);
    /*background-image: linear-gradient(to top, white 0%, rgb(247 252 255) 100%);*/
    max-width: 100%;
    user-select: none;
    height: -webkit-fill-available;
    height: 100%;
    padding-bottom: 10px;
}

.main-container {
    background-color: #fbfbfb !important;
    background-color: #f9f9f9 !important;
    margin: 13px !important;
    border: 1px solid #ebebeb !important;
    width: 100%;
}

#article_menu_mobile {
    display: none;
}

.load-container {
    background-color: #fbfbfb !important;
    background-color: #f9f9f9 !important;
    margin: 13px !important;
    border: 1px solid #ebebeb !important;
    margin-top: 60px !important;
    height: 92vh;
}

.btn {
    border-radius: 5px !important;
    padding: 10px 8px !important;
    font-size: 13px !important;
    text-align: center;
    margin-bottom: 5px;
    font-family: 'SourceSansPro-SemiBold';
    background: #E6E9F1;
    white-space: normal;
}

.btn-w30 {
    width: 30px !important;
}

.btn:hover {
    transition: all 0.1s;
    opacity: .8;
}

.btn-light {
    background: transparent;
    border: 1px solid #444056;
    border-radius: 30px !important;
    padding: 10px 20px !important;
    width: 250px;
    color: #444056;
}

.btn-light:hover {
    background: white;
    color: #444056;
}

.btn-blue {
    background-color: #329BFC;
    color: white !important;
}

.btn-white {
    background-color: #fff;
    color: grey !important;
}

.btn-green {
    background-color: #45e389;
    color: white !important;
}


.card {
    padding: 15px 15px 10px 20px;
    border: 0 !important;
    background: #FFFFFF;
    /*box-shadow: 2px 2px 50px rgba(45, 51, 100, 0.15);*/
    border: 1px solid #F5F5F5 !important;
    border-radius: 12px;
    margin-bottom: 10px;
}

.card-info {
    font-weight: bold;
    font-size: 14px !important;
}

.main_panel {
    padding: 0px 30px 0px 30px;
    height: 100vh;
}

.main_panel p {
    margin-bottom: 10px;
}

.article_actuel {
    background: linear-gradient(90deg, #36303E 0%, #221F27 99.37%) !important;
    border-radius: 20px !important;
    border-radius: 15px;
    position: relative;
    color: white !important;
    padding: 15px 15px 0px 15px;
    z-index: 1000;
}

.card-micro {
    padding: 10px 15px 0px 15px;
    width: 8.5rem;
    height: 4.5rem;
    /*box-shadow: 2px 2px 20px rgb(45 51 100 / 15%);*/
    border: 1px solid #F5F5F5 !important;
}

.card-micro h5 {
    position: absolute;
    bottom: 2px;
    right: 16px;
    font-size: 15px;
}

#moyenne {
    text-align: center;
}

.card h3 {
    color: #5d5d5d !important;
    text-align: center;
    text-transform: unset;
    font-weight: bold;
}

section {
    display: flex;
    flex-direction: column;
}

.img-chevron {
    position: absolute;
    bottom: 12px;
    left: 15px;
    transition-delay: 1s;
    width: 20px;
    height: 20px;
}

.scrollable {
    overflow-y: auto;
    overflow-X: auto;
    height: 210px;
}

.enchere {
    display: flex;
    justify-content: space-around;
    color: black !important;
    line-height: normal !important;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#enchere {
    font-size: 6em;
    visibility: visible;
    color: white;
    font-family: 'DS-Digital Normal';
    margin-bottom: 0px !important;
}

#enchere_mobile {
    font-size: 4em;
    visibility: visible;
    color: white;
    font-family: 'DS-Digital Normal';
    margin-bottom: 0px !important;
    display: none;
}

.enchere h1 {
    color: black;
    visibility: hidden;
    font-family: 'DS-Digital Normal';
    color: white;
    line-height: normal !important;
    font-size: 4em;
    margin-right: 4px;
}

.enchere div {
    display: flex;
    align-items: flex-end;
}

.panel-enchere {
    margin-top: -15px;
    color: white !important;
    margin-bottom: 5px;
}

.panel-enchere h4 {
    margin: auto;
}

.digit {
    font-family: 'DS-Digital Normal' !important;
}

.sublime {
    font-weight: 700;
}

.micro-btn {
    height: fit-content;
    width: 100%;
    padding: 6px !important;
}


.popup-interactive {
    position: absolute;
    background-color: white;
    top: 30%;
    left: 35%;
    min-width: 30%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    padding: 20px;
}

.popup-interactive h3 {
    margin: 0;
}

.panel-enchere h4 {
    background: white;
    color: black;
    width: 100%;
    text-align: center;
    border-radius: 3px;
    padding: 4px;
    font-weight: bold;
    font-size: 15px;
}

#acheteur_distribution {
    list-style: none;
    text-align: center;
    padding: 0px;
}

#acheteur_distribution li button {
    background-color: #007bff;
    color: white;
    width: 100%;
    padding: 2px 10px;
    margin: 5px auto;
}

#article_quotas p {
    margin-bottom: 0 !important;
    font-size: 12px;
}

#article_quotas {
    overflow: auto;
}

/* *** FIN PARTIE SUR LES POPUPS *** */
.progress,
.progress-bar {
    height: 10px;
}

#chargement {
    visibility: visible;
    z-index: 9999999999;
    position: fixed;
    height: 100%;
    top: 0;
    width: 100%;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: wait;
    background-image: linear-gradient(to top, #dad4ec 0%, #dad4ec 1%, #f3e7e9 100%);
}

#chargement img {
    animation: rotation 6s infinite cubic-bezier(0.02, 0.92, 1, 1);
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

/* Popup de modal caractéritiqu es communes */
.form-control-label {
    font-size: .875rem;
    font-weight: 600;
    color: #525f7f;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.form-control {
    font-size: .875rem;
    height: calc(1.5em + 1.25rem + 5px);
    transition: all .15s ease-in-out;
}

.form-control {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    display: block;
    width: 100%;
    height: calc(1.5em + 1.25rem + 2px);
    padding: 0.625rem 0.75rem;
    transition: all .15s cubic-bezier(.68, -.55, .265, 1.55);
    color: #8898aa;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0 3px 2px rgb(233 236 239 / 5%);
}

.modal {
    position: fixed;
    top: 20%;
    width: max-content;
    height: max-content;
    display: none;
    padding: 35px;
    z-index: 1000000000;
    box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15);
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    border-radius: 10px;
    width: 50%;
}

.modal-green {
    border-left: 0.25rem solid #1cc88a;
}

.modal form {
    flex-direction: column;
}

@-webkit-keyframes rotator {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(270deg);
    }
}

@keyframes rotator {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(270deg);
    }
}

.path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    transform-origin: center;
    -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
    animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}

@-webkit-keyframes colors {
    0% {
        stroke: #4285F4;
    }

    25% {
        stroke: #DE3E35;
    }

    50% {
        stroke: #F7C223;
    }

    75% {
        stroke: #1B9A59;
    }

    100% {
        stroke: #4285F4;
    }
}

@keyframes colors {
    0% {
        stroke: #4285F4;
    }

    25% {
        stroke: #DE3E35;
    }

    50% {
        stroke: #F7C223;
    }

    75% {
        stroke: #1B9A59;
    }

    100% {
        stroke: #4285F4;
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 187;
    }

    50% {
        stroke-dashoffset: 46.75;
        transform: rotate(135deg);
    }

    100% {
        stroke-dashoffset: 187;
        transform: rotate(450deg);
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 187;
    }

    50% {
        stroke-dashoffset: 46.75;
        transform: rotate(135deg);
    }

    100% {
        stroke-dashoffset: 187;
        transform: rotate(450deg);
    }
}

#lot_suivant_1 {
    padding-top: 25px;
    padding-bottom: 10px;
}

#lot_suivant_2 {
    padding-top: 15px;
    padding-bottom: 12px;
}

#lot_suivant_1_mobile {
    margin-top: 25px;
}

#lot_suivant_1_mobile p,
#lot_suivant_2_mobile p,
#lot_actuel_mobile p {
    margin-bottom: 0 !important;
    font-size: 12px;
}

#lots_actuel {
    padding-top: 10px;
}

#lots_actuel_mobile {
    color: white !important;
}

#article_lot_passes,
#article_quotas {
    padding-bottom: 15px;
}

#section_wait_market {
    padding: 50px;
    background-image: linear-gradient(to top, #dad4ec 0%, #dad4ec 1%, #f3e7e9 100%);
    height: 100%;
    position: absolute;
    width: 100%;
}

#patient {
    padding: 50px;
    background-image: linear-gradient(to top, #dad4ec 0%, #dad4ec 1%, #f3e7e9 100%);
    height: 100%;
    position: absolute;
    width: 100%;
}

#title_wait_market {
    font-family: 'Montserrat-SemiBold';
    font-size: 5em;
    line-height: 61px;
    color: #444056;
}

.number_wait {
    text-align: center !important;
    font-size: 3em !important;
    color: #444056;
    font-weight: bold;
}

.desc_wait {
    text-align: center;
    color: #444056;
}

.div_wait {
    padding: 30px !important;
    border-radius: 20px;
    background-color: #FFFFFF20;
}

#compte_a_rebours {
    color: #444056;
}

#div_compte_a_rebours {
    align-self: center;
}

#desc_wait_market {
    color: #37363a;
    margin-right: 7rem;
    margin-top: 4rem;
}

#lot_suivant_title {
    font-family: 'Jost-Light';
    font-size: 12px;
    color: black !important;
    /* font-weight: bold;*/
}

#tab_lot_passes tr,
th {
    border: 0 !important;
    padding: 0 !important;
    font-family: 'Jost-Light' !important;
    color: black !important;
    font-size: 12px;
    font-weight: initial;
}

#tab_lot_passes th {
    background: white;
}

#lot_passes tr {
    border-bottom: 0.2px solid #f5f5f5 !important;

    position: relative;
}

#lot_passes tr+#lot_passes button {
    display: none;
}

#lot_passes tr:hover+#lot_passes tr button {
    display: block;
}

.scrollable::-webkit-scrollbar-track {
    background: white;
}

.scrollable::-webkit-scrollbar-thumb {
    background-color: white;
    border: 3px solid grey;
}

.scrollable th {
    padding-left: 5px !important;
}

.scrollable table td,
.scrollable table th {
    text-align: left;
}

#tab_lot_passes p {
    vertical-align: middle;
    margin-bottom: 0px;
}

#tab_lot_passes td {
    border: 0px;
    font-family: 'Poppins-Regular';
    font-size: 12px;
    width: 12.5%;
    text-align: start;
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 10px;
    vertical-align: middle;
    padding-left: 6px;
}

#tab_lot_passes input {
    background: none;
    padding: 0px !important;
    border: 0px;
    color: #329BFC !important;
}

.etiq {
    border-radius: 30px;
    text-align: center;
    font-size: 10px;
    font-family: 'RobotoFlex-Regular';
    padding: 5px 10px;
    font-weight: bold;
}

.etiq-green {
    background: #EBFFF3 !important;
    color: #61BB84 !important;
}

.etiq-blue {
    background: #f3f8ff !important;
    color: #4d6991 !important;
}

.etiq-orange {
    background: #FFEEE1;
    color: #CE6149;
}

.etiq-red {
    background: #FFF4F3 !important;
    color: #CE4949 !important;
}

.myanimate__disappear {
    -webkit-animation-delay: .5s, .5s;
    -webkit-animation-duration: 500ms, 500ms;
    -webkit-animation-name: disappear, appear;

    visibility: visible !important;
}

.myanimate__appear {
    animation-name: appear;
    -webkit-animation-name: appear;

    animation-duration: 0.5;
    -webkit-animation-duration: 0.5s;

    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;

    visibility: visible !important;
}

@keyframes disappear {
    0% {
        transform: translateY(0%);
    }

    50% {
        transform: translateY(8%);
        opacity: 1;
    }

    65% {
        transform: translateY(-4%);
        opacity: 1;
    }

    80% {
        transform: translateY(104%);
        opacity: 1;
        transform: scale(0.7);
    }

    95% {
        transform: translateY(98%);
        opacity: 0.2;
        transform: scale(0.8);
    }

    100% {
        transform: translateY(100%);
        opacity: 0;
        transform: scale(0.5);
    }
}

@-webkit-keyframes disappear {
    0% {
        transform: translateY(0%);
    }

    50% {
        transform: translateY(8%);
        opacity: 1;
    }

    65% {
        transform: translateY(-4%);
        opacity: 1;
    }

    80% {
        transform: translateY(104%);
        opacity: 1;
        transform: scale(0.8);
    }

    95% {
        transform: translateY(98%);
        opacity: 0.2;
        transform: scale(0.76);
    }

    100% {
        transform: translateY(100%);
        opacity: 0;
        transform: scale(0.72);
    }
}

@keyframes appear {
    0% {
        opacity: 0;
        transform: scale(0.92);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

#relative {
    display: block;
}

#article_actuel {
    display: block;
}

#article_actuel_mobile {
    display: none;
}

#relative_mobile {
    display: none;
}

#article_lot_passes {
    display: block;
    display: inline-block;
    overflow-y: scroll;
    padding: 0;
    height: 100%;
    margin-top: 20px;
    padding-left: 44px;
    padding-right: 20px;
}

#article_lot_passes th {
    padding: 10px !important;
}

#article_lot_passes_mobile {
    display: none;
}

#tab_lot_passes_mobile {
    margin-right: 0.8em;
    margin-left: 0.8em;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.swal2-html-container {
    overflow: hidden;
}

.swal2-popup {
    top: 60px;
}

.card>hr {
    margin-right: 10px;
    margin-left: 10px;
    background: #ffffff;
    border-top: 0.2px solid #f5f5f5;
}

#moyenne,
#variance {
    font-size: 20px !important;
}

.row-bid {
    border-radius: 5px;
    padding: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: -4px;
    margin-right: -4px;
    font-size: 11px;
    background-color: #f0f6ff;
    color: #273c6c;
}

.row-bid-success {
    background-color: #EBFFF3 !important;
    color: #32a35e !important;
}

.row-bid-se {
    background: #f3f8ff !important;
    color: #6d97cd !important;
}

.row-bid-error {
    background: #FFF4F3 !important;
    color: #CE4949 !important;
}

.row-bid-no-offer {
    background-color: #fdf8f8;
    color: grey;
}

.offer {
    font-size: 13px;
}

@media screen and (max-width: 1350px) {
    html {
        overflow: auto;
    }

    h2 {
        font-size: 0.86em;
    }

    .panel-enchere h4 {
        font-size: 12px;
    }



    .mb-4,
    .my-4 {
        margin-bottom: 2rem !important;
    }

    .mt-4,
    .my-4 {
        margin-top: 1rem !important;
    }
}

@media screen and (max-width: 980px) {
    body {
        background-color: #ffffff !important;
        background-image: unset !important;
    }

    #main {
        background-color: #ffffff !important;
        background-image: unset !important;
    }

    .main-container {
        background-color: #ffffff !important;
        background-image: unset !important;
        border: 0px !important;
    }


    #enchere_mobile {
        display: block;
    }

    #enchere {
        display: none;
    }

    #nbr_defilant {
        display: none !important;
    }

    h2 {
        font-size: 0.80em;
    }

    h5 {
        font-size: 0.90em;
    }

    .card-micro h2 {
        font-size: 1em !important;
    }

    .card-micro h5 {
        font-size: 0.96em !important;
    }

    body {
        font-size: 12px;
    }

    #main {
        margin-top: -10px;
    }

    #article_lot_passes {
        display: none;
    }

    #article_lot_passes_mobile {
        display: block;
    }
}

@media screen and (max-width: 765px) {
    ::-webkit-scrollbar {
        display: none;
    }

    #article_menu_mobile {
        display: block;
    }

    .heading-small {
        display: none;
    }

    #main {
        /*padding-top: 63px;*/
    }

    #right_col {
        padding-bottom: 80px;
    }

    #row2 {
        position: unset;
        height: unset;
    }

    h2 {
        font-size: 1.2em !important;
    }

    h5 {
        font-size: 1.1em !important;
    }

    .bouton_modif_prix_depart {
        display: none;
    }

    #popup_distribution {
        left: 5% !important;
    }

    .sticky+.content {
        padding-top: 102px;
    }

    p {
        margin-bottom: 0.4rem !important;
    }

    #relative {
        display: none;
    }

    #article_actuel {
        display: none;
    }

    #article_actuel_mobile {
        display: block;
        border: 0px !important;
    }

    #article_lot_passes {
        display: none;
    }

    #article_lot_passes_mobile {
        display: block;
    }

    .enchere h1 {
        margin-right: 0px;
    }

    #relative_mobile {
        display: block;
        margin: 10px;
        margin-top: 30px !important;
    }

    #ws_indicator {
        width: 100%;
        top: 56px;
    }

    .modal {
        position: fixed;
        top: 25%;
        left: 0%;
        height: max-content;
        display: none;
        padding: 25px !important;
        z-index: 1000000000;
        box-shadow: 0 0.15rem 1.75rem 0 rgb(58 59 69 / 15%);
        background-color: #fff;
        border-radius: 10px;
        width: 85%;
    }

    .list-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    p {
        line-height: 17px;
    }

    #card-date {
        display: none;
    }

    .avatar {
        font-size: 0.8rem;
        display: inline-flex;
        width: 20px;
        height: 20px;
        color: #fff;
        border-radius: 0.375rem;
        background-color: #9fadd4;
        align-items: center;
        justify-content: center;
    }

    .lots {
        padding-left: 1.3rem !important;
    }

    .enchere {
        justify-content: unset;
    }

    #article_lot_passes,
    #article_quotas {
        height: auto;
    }

    #lot_suivant_1 {
        font-size: 10px;
    }

    #lot_suivant_2 {
        font-size: 10px;
    }

    .article_actuel {
        padding-left: 1rem !important;
        font-size: 13px;
        margin-left: 0px;
        margin-right: 0px;
        color: white !important;
        border-radius: 10px !important;
    }

    .sticky-lot-actuel {
        position: fixed;
        top: 70px;
        left: 0;
        width: 100%;
        height: fit-content;
        border-radius: 0px !important;
        box-shadow: 2px 2px 20px rgb(52 52 52 / 80%) !important;
    }

    #tab_lot_passes td {
        font-size: 10px;
    }

    #tab_lot_passes td {
        line-height: 14px;
    }

    .main_panel {
        padding-right: 0.75rem;
        padding-left: 0.75rem;
    }



    .toolbar-footer {
        display: block;
    }

    #mes_actions {
        display: none;
    }

    #gestion_prix {
        display: none;
    }

    #main {
        margin-bottom: 20px;
    }

    .main-container {
        padding-bottom: 70px;
    }

    .btn {
        margin-left: 5px;
    }

    #loadmarket {
        left: 7%;
        width: 85%;
        top: 5%;
    }
}

@media screen and (max-width: 576px) {
    #main {
        padding-top: 0px;
    }
}