@font-face {
    font-family: 'Rexel-Light';
    src: url('https://mediawebshop.blob.core.windows.net/mediawebshop/mkt/rxl-font/Rexel-Light.woff');
}

@font-face {
    font-family: 'Rexel-Regular';
    src: url('https://mediawebshop.blob.core.windows.net/mediawebshop/mkt/rxl-font/Rexel-Regular.woff');
}

@font-face {
    font-family: 'Rexel-Bold';
    src: url('https://mediawebshop.blob.core.windows.net/mediawebshop/mkt/rxl-font/Rexel-Bold.woff');
}

@font-face {
    font-family: 'Rexel-Light-Italic';
    src: url('https://mediawebshop.blob.core.windows.net/mediawebshop/mkt/rxl-font/Rexel-LightItalic.woff');
}

@font-face {
    font-family: 'Rexel-Italic';
    src: url('https://mediawebshop.blob.core.windows.net/mediawebshop/mkt/rxl-font/Rexel-Italic.woff');
}

@font-face {
    font-family: 'Rexel-Bold-Italic';
    src: url('https://mediawebshop.blob.core.windows.net/mediawebshop/mkt/rxl-font/Rexel-BoldItalic.woff');
}


.rxl-font-light {
    font-family: "Rexel-Light" !important;
}

.rxl-font {
    font-family: "Rexel-Regular" !important;
}

.rxl-font-bold {
    font-family: "Rexel-Bold" !important;
}

.rxl-font-light-italic {
    font-family: "Rexel-Light-Italic" !important;
}

.rxl-font-italic {
    font-family: "Rexel-Italic" !important;
}

.rxl-font-bold-italic {
    font-family: "Rexel-Bold-Italic" !important;
}

#mkt-page .h1,
#mkt-page .h2,
#mkt-page .h3,
#mkt-page .h4,
#mkt-page .h5,
#mkt-page .h6,
#mkt-page h1,
#mkt-page h2,
#mkt-page h3,
#mkt-page h4,
#mkt-page h5,
#mkt-page h6 {
    margin-bottom: .5rem;
    font-family: "Rexel-Regular";
    font-weight: 400;
    font-style: normal;
}

#mkt-page {
    font-family: "Roboto", sans-serif !important;
}

#mkt-page .font-weight-light {
    font-weight: 100 !important;
}

#mkt-page .font-weight-bold {
    font-weight: 700 !important;
}

#mkt-page .h1,
#mkt-page h1 {
    font-size: 2.5rem
}

#mkt-page .h2,
#mkt-page h2 {
    font-size: 2rem
}

#mkt-page .h3,
#mkt-page h3 {
    font-size: 1.75rem
}

#mkt-page .h4,
#mkt-page h4 {
    font-size: 1.5rem
}

#mkt-page .h5,
#mkt-page h5 {
    font-size: 1.25rem
}

#mkt-page .h6,
#mkt-page h6 {
    font-size: 1rem
}



#mkt-page .rounded {
    border-radius: 1rem !important;
}

#mkt-page .rounded-1 {
    border-radius: 25px 0 0 0 !important;
}

#mkt-page .rounded-2 {
    border-radius: 0 25px 0 0 !important;
}

#mkt-page .rounded-3 {
    border-radius: 0 0 25px 0 !important;
}

#mkt-page .rounded-4 {
    border-radius: 0 0 0 25px !important;
}

#mkt-page .rounded-2-4 {
    border-radius: 0 25px 0 25px !important;
}

#mkt-page .shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

#mkt-page .shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

#mkt-page .shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

#mkt-page .produit .card {
    background: rgb(255, 255, 255);
    background-image: linear-gradient(195deg, rgb(237, 246, 255, .4), rgb(237, 246, 255, .6));
}

#mkt-page .produit .card:nth-child(2n) {
    background: rgb(237, 246, 255, .24);
    background-image: none;
}

#mkt-page .produit .card:first-child,
#mkt-page .produit .product-list:first-of-type {
    border-radius: 0 24px 0 0 !important;
}

#mkt-page .produit .card:last-child,
#mkt-page .produit .product-list:last-of-type {
    border-radius: 0 0 0 24px !important;
}

#mkt-page .bg-primary {
    background: #10093C !important;
}

#mkt-page .bg-secondary {
    background: #0A287D !important;
}

#mkt-page .bg-info {
    background: #0083FF !important;
}

#mkt-page .bg-info-light {
    background: #00C6FA !important;
}

#mkt-page .bg-success {
    background: #009F8C !important;
}

#mkt-page .bg-success-light {
    background: #00D7B1 !important;
}

#mkt-page .bg-warning {
    background: #FF9D00 !important;
}

#mkt-page .bg-warning-light {
    background: #FFDD00 !important;
}

#mkt-page .bg-danger {
    background: #75007E !important;
}

#mkt-page .bg-danger-light {
    background: #A75CCC !important;
}

#mkt-page .text-primary {
    color: #10093C !important;
}

#mkt-page .text-secondary {
    color: #0A287D !important;
}

#mkt-page .text-info {
    color: #0083FF !important;
}

#mkt-page .text-info-light {
    color: #00C6FA !important;
}

#mkt-page .text-success {
    color: #009F8C !important;
}

#mkt-page .text-success-light {
    color: #00D7B1 !important;
}

#mkt-page .text-warning {
    color: #FF9D00 !important;
}

#mkt-page .text-warning-light {
    color: #FFDD00 !important;
}

#mkt-page .text-danger {
    color: #75007E !important;
}

#mkt-page .text-danger-light {
    color: #A75CCC !important;
}

#mkt-page .bg-light-blue {
    background: #EDF6FF;
}

#mkt-page .bg-light-blue-d {
    background: #EDF6FF;
    background: linear-gradient(312deg, rgba(247, 252, 255, 1) 28%, rgba(255, 255, 255, 1) 80%);
}


#mkt-page .col-55 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

#mkt-page .col-77 {
    -ms-flex: 0 0 14.2857%;
    flex: 0 0 14.2857%;
    max-width: 14.2857%
}

#mkt-page .col-88 {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
}

@media (min-width:576px) {
    #mkt-page .col-sm-55 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    #mkt-page .col-sm-77 {
        -ms-flex: 0 0 14.2857%;
        flex: 0 0 14.2857%;
        max-width: 14.2857%
    }

    #mkt-page .col-sm-88 {
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
}

@media (min-width:768px) {
    #mkt-page .col-md-55 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    #mkt-page .col-md-77 {
        -ms-flex: 0 0 14.2857%;
        flex: 0 0 14.2857%;
        max-width: 14.2857%
    }

    #mkt-page .col-md-88 {
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
}

@media (min-width:992px) {
    #mkt-page .col-lg-55 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    #mkt-page .col-lg-77 {
        -ms-flex: 0 0 14.2857%;
        flex: 0 0 14.2857%;
        max-width: 14.2857%
    }

    #mkt-page .col-lg-88 {
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
}

@media (min-width:1200px) {
    #mkt-page .col-xl-55 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    #mkt-page .col-xl-77 {
        -ms-flex: 0 0 14.2857%;
        flex: 0 0 14.2857%;
        max-width: 14.2857%
    }

    #mkt-page .col-xl-88 {
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
}

#mkt-page .col-55,
#mkt-page .col-sm-55,
#mkt-page .col-md-55,
#mkt-page .col-lg-55,
#mkt-page .col-xl-55,
#mkt-page .col-77,
#mkt-page .col-sm-77,
#mkt-page .col-md-77,
#mkt-page .col-lg-77,
#mkt-page .col-xl-77,
#mkt-page .col-88,
#mkt-page .col-sm-88,
#mkt-page .col-md-88,
#mkt-page .col-lg-88,
#mkt-page .col-xl-88 {
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
}

#mkt-page .m-1 {
    margin: .25rem !important
}

#mkt-page .mt-1,
#mkt-page .my-1 {
    margin-top: .25rem !important
}

#mkt-page .mr-1,
#mkt-page .mx-1 {
    margin-right: .25rem !important
}

#mkt-page .mb-1,
#mkt-page .my-1 {
    margin-bottom: .25rem !important
}

#mkt-page .ml-1,
#mkt-page .mx-1 {
    margin-left: .25rem !important
}

#mkt-page .m-2 {
    margin: .5rem !important
}

#mkt-page .mt-2,
#mkt-page .my-2 {
    margin-top: .5rem !important
}

#mkt-page .mr-2,
.#mkt-page mx-2 {
    margin-right: .5rem !important
}

#mkt-page .mb-2,
#mkt-page .my-2 {
    margin-bottom: .5rem !important
}

#mkt-page .ml-2,
#mkt-page .mx-2 {
    margin-left: .5rem !important
}

#mkt-page .m-3 {
    margin: 1rem !important
}

#mkt-page .mt-3,
#mkt-page .my-3 {
    margin-top: 1rem !important
}

#mkt-page .mr-3,
#mkt-page .mx-3 {
    margin-right: 1rem !important
}

#mkt-page .mb-3,
#mkt-page .my-3 {
    margin-bottom: 1rem !important
}

#mkt-page .ml-3,
#mkt-page .mx-3 {
    margin-left: 1rem !important
}

#mkt-page .m-4 {
    margin: 1.5rem !important
}

#mkt-page .mt-4,
#mkt-page .my-4 {
    margin-top: 1.5rem !important
}

#mkt-page .mr-4,
#mkt-page .mx-4 {
    margin-right: 1.5rem !important
}

#mkt-page .mb-4,
#mkt-page .my-4 {
    margin-bottom: 1.5rem !important
}

#mkt-page .ml-4,
#mkt-page .mx-4 {
    margin-left: 1.5rem !important
}

#mkt-page .m-5 {
    margin: 3rem !important
}

#mkt-page .mt-5,
#mkt-page .my-5 {
    margin-top: 3rem !important
}

#mkt-page .mr-5,
#mkt-page .mx-5 {
    margin-right: 3rem !important
}

#mkt-page .mb-5,
#mkt-page .my-5 {
    margin-bottom: 3rem !important
}

#mkt-page .ml-5,
#mkt-page .mx-5 {
    margin-left: 3rem !important
}

#mkt-page .p-0 {
    padding: 0 !important
}

#mkt-page .pt-0,
#mkt-page .py-0 {
    padding-top: 0 !important
}

#mkt-page .pr-0,
#mkt-page .px-0 {
    padding-right: 0 !important
}

#mkt-page .pb-0,
#mkt-page .py-0 {
    padding-bottom: 0 !important
}

#mkt-page .pl-0,
#mkt-page .px-0 {
    padding-left: 0 !important
}

#mkt-page .p-1 {
    padding: .25rem !important
}

#mkt-page .pt-1,
#mkt-page .py-1 {
    padding-top: .25rem !important
}

#mkt-page .pr-1,
#mkt-page .px-1 {
    padding-right: .25rem !important
}

#mkt-page .pb-1,
#mkt-page .py-1 {
    padding-bottom: .25rem !important
}

#mkt-page .pl-1,
#mkt-page .px-1 {
    padding-left: .25rem !important
}

#mkt-page .p-2 {
    padding: .5rem !important
}

#mkt-page .pt-2,
#mkt-page .py-2 {
    padding-top: .5rem !important
}

#mkt-page .pr-2,
#mkt-page .px-2 {
    padding-right: .5rem !important
}

#mkt-page .pb-2,
#mkt-page .py-2 {
    padding-bottom: .5rem !important
}

#mkt-page .pl-2,
#mkt-page .px-2 {
    padding-left: .5rem !important
}

#mkt-page .p-3 {
    padding: 1rem !important
}

#mkt-page .pt-3,
#mkt-page .py-3 {
    padding-top: 1rem !important
}

#mkt-page .pr-3,
#mkt-page .px-3 {
    padding-right: 1rem !important
}

#mkt-page .pb-3,
#mkt-page .py-3 {
    padding-bottom: 1rem !important
}

#mkt-page .pl-3,
#mkt-page .px-3 {
    padding-left: 1rem !important
}

#mkt-page .p-4 {
    padding: 1.5rem !important
}

#mkt-page .pt-4,
#mkt-page .py-4 {
    padding-top: 1.5rem !important
}

#mkt-page .pr-4,
#mkt-page .px-4 {
    padding-right: 1.5rem !important
}

#mkt-page .pb-4,
#mkt-page .py-4 {
    padding-bottom: 1.5rem !important
}

#mkt-page .pl-4,
#mkt-page .px-4 {
    padding-left: 1.5rem !important
}

#mkt-page .p-5 {
    padding: 3rem !important
}

#mkt-page .pt-5,
#mkt-page .py-5 {
    padding-top: 3rem !important
}

#mkt-page .pr-5,
#mkt-page .px-5 {
    padding-right: 3rem !important
}

#mkt-page .pb-5,
#mkt-page .py-5 {
    padding-bottom: 3rem !important
}

#mkt-page .pl-5,
#mkt-page .px-5 {
    padding-left: 3rem !important
}

@media (min-width:576px) {
    #mkt-page .m-sm-0 {
        margin: 0 !important
    }

    #mkt-page .mt-sm-0,
    #mkt-page .my-sm-0 {
        margin-top: 0 !important
    }

    #mkt-page .mr-sm-0,
    #mkt-page .mx-sm-0 {
        margin-right: 0 !important
    }

    #mkt-page .mb-sm-0,
    #mkt-page .my-sm-0 {
        margin-bottom: 0 !important
    }

    #mkt-page .ml-sm-0,
    #mkt-page .mx-sm-0 {
        margin-left: 0 !important
    }

    #mkt-page .m-sm-1 {
        margin: .25rem !important
    }

    #mkt-page .mt-sm-1,
    #mkt-page .my-sm-1 {
        margin-top: .25rem !important
    }

    #mkt-page .mr-sm-1,
    #mkt-page .mx-sm-1 {
        margin-right: .25rem !important
    }

    #mkt-page .mb-sm-1,
    #mkt-page .my-sm-1 {
        margin-bottom: .25rem !important
    }

    #mkt-page .ml-sm-1,
    #mkt-page .mx-sm-1 {
        margin-left: .25rem !important
    }

    #mkt-page .m-sm-2 {
        margin: .5rem !important
    }

    #mkt-page .mt-sm-2,
    #mkt-page .my-sm-2 {
        margin-top: .5rem !important
    }

    #mkt-page .mr-sm-2,
    #mkt-page .mx-sm-2 {
        margin-right: .5rem !important
    }

    #mkt-page .mb-sm-2,
    #mkt-page .my-sm-2 {
        margin-bottom: .5rem !important
    }

    #mkt-page .ml-sm-2,
    #mkt-page .mx-sm-2 {
        margin-left: .5rem !important
    }

    #mkt-page .m-sm-3 {
        margin: 1rem !important
    }

    #mkt-page .mt-sm-3,
    #mkt-page .my-sm-3 {
        margin-top: 1rem !important
    }

    #mkt-page .mr-sm-3,
    #mkt-page .mx-sm-3 {
        margin-right: 1rem !important
    }

    #mkt-page .mb-sm-3,
    #mkt-page .my-sm-3 {
        margin-bottom: 1rem !important
    }

    #mkt-page .ml-sm-3,
    #mkt-page .mx-sm-3 {
        margin-left: 1rem !important
    }

    #mkt-page .m-sm-4 {
        margin: 1.5rem !important
    }

    #mkt-page .mt-sm-4,
    #mkt-page .my-sm-4 {
        margin-top: 1.5rem !important
    }

    #mkt-page .mr-sm-4,
    #mkt-page .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    #mkt-page .mb-sm-4,
    #mkt-page .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    #mkt-page .ml-sm-4,
    #mkt-page .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    #mkt-page .m-sm-5 {
        margin: 3rem !important
    }

    #mkt-page .mt-sm-5,
    #mkt-page .my-sm-5 {
        margin-top: 3rem !important
    }

    #mkt-page .mr-sm-5,
    #mkt-page .mx-sm-5 {
        margin-right: 3rem !important
    }

    #mkt-page .mb-sm-5,
    #mkt-page .my-sm-5 {
        margin-bottom: 3rem !important
    }

    #mkt-page .ml-sm-5,
    #mkt-page .mx-sm-5 {
        margin-left: 3rem !important
    }

    #mkt-page .p-sm-0 {
        padding: 0 !important
    }

    #mkt-page .pt-sm-0,
    #mkt-page .py-sm-0 {
        padding-top: 0 !important
    }

    #mkt-page .pr-sm-0,
    #mkt-page .px-sm-0 {
        padding-right: 0 !important
    }

    #mkt-page .pb-sm-0,
    #mkt-page .py-sm-0 {
        padding-bottom: 0 !important
    }

    #mkt-page .pl-sm-0,
    #mkt-page .px-sm-0 {
        padding-left: 0 !important
    }

    #mkt-page .p-sm-1 {
        padding: .25rem !important
    }

    #mkt-page .pt-sm-1,
    #mkt-page .py-sm-1 {
        padding-top: .25rem !important
    }

    #mkt-page .pr-sm-1,
    #mkt-page .px-sm-1 {
        padding-right: .25rem !important
    }

    #mkt-page .pb-sm-1,
    #mkt-page .py-sm-1 {
        padding-bottom: .25rem !important
    }

    #mkt-page .pl-sm-1,
    #mkt-page .px-sm-1 {
        padding-left: .25rem !important
    }

    #mkt-page .p-sm-2 {
        padding: .5rem !important
    }

    #mkt-page .pt-sm-2,
    #mkt-page .py-sm-2 {
        padding-top: .5rem !important
    }

    #mkt-page .pr-sm-2,
    #mkt-page .px-sm-2 {
        padding-right: .5rem !important
    }

    #mkt-page .pb-sm-2,
    #mkt-page .py-sm-2 {
        padding-bottom: .5rem !important
    }

    #mkt-page .pl-sm-2,
    #mkt-page .px-sm-2 {
        padding-left: .5rem !important
    }

    #mkt-page .p-sm-3 {
        padding: 1rem !important
    }

    #mkt-page .pt-sm-3,
    #mkt-page .py-sm-3 {
        padding-top: 1rem !important
    }

    #mkt-page .pr-sm-3,
    #mkt-page .px-sm-3 {
        padding-right: 1rem !important
    }

    #mkt-page .pb-sm-3,
    #mkt-page .py-sm-3 {
        padding-bottom: 1rem !important
    }

    #mkt-page .pl-sm-3,
    #mkt-page .px-sm-3 {
        padding-left: 1rem !important
    }

    #mkt-page .p-sm-4 {
        padding: 1.5rem !important
    }

    #mkt-page .pt-sm-4,
    #mkt-page .py-sm-4 {
        padding-top: 1.5rem !important
    }

    #mkt-page .pr-sm-4,
    #mkt-page .px-sm-4 {
        padding-right: 1.5rem !important
    }

    #mkt-page .pb-sm-4,
    #mkt-page .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    #mkt-page .pl-sm-4,
    #mkt-page .px-sm-4 {
        padding-left: 1.5rem !important
    }

    #mkt-page .p-sm-5 {
        padding: 3rem !important
    }

    #mkt-page .pt-sm-5,
    #mkt-page .py-sm-5 {
        padding-top: 3rem !important
    }

    #mkt-page .pr-sm-5,
    #mkt-page .px-sm-5 {
        padding-right: 3rem !important
    }

    #mkt-page .pb-sm-5,
    #mkt-page .py-sm-5 {
        padding-bottom: 3rem !important
    }

    #mkt-page .pl-sm-5,
    #mkt-page .px-sm-5 {
        padding-left: 3rem !important
    }

    #mkt-page .m-sm-n1 {
        margin: -.25rem !important
    }

    #mkt-page .mt-sm-n1,
    #mkt-page .my-sm-n1 {
        margin-top: -.25rem !important
    }

    #mkt-page .mr-sm-n1,
    #mkt-page .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    #mkt-page .mb-sm-n1,
    #mkt-page .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    #mkt-page .ml-sm-n1,
    #mkt-page .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    #mkt-page .m-sm-n2 {
        margin: -.5rem !important
    }

    #mkt-page .mt-sm-n2,
    #mkt-page .my-sm-n2 {
        margin-top: -.5rem !important
    }

    #mkt-page .mr-sm-n2,
    #mkt-page .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    #mkt-page .mb-sm-n2,
    #mkt-page .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    #mkt-page .ml-sm-n2,
    #mkt-page .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    #mkt-page .m-sm-n3 {
        margin: -1rem !important
    }

    #mkt-page .mt-sm-n3,
    #mkt-page .my-sm-n3 {
        margin-top: -1rem !important
    }

    #mkt-page .mr-sm-n3,
    #mkt-page .mx-sm-n3 {
        margin-right: -1rem !important
    }

    #mkt-page .mb-sm-n3,
    #mkt-page .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    #mkt-page .ml-sm-n3,
    #mkt-page .mx-sm-n3 {
        margin-left: -1rem !important
    }

    #mkt-page .m-sm-n4 {
        margin: -1.5rem !important
    }

    #mkt-page .mt-sm-n4,
    #mkt-page .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    #mkt-page .mr-sm-n4,
    #mkt-page .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    #mkt-page .mb-sm-n4,
    #mkt-page .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    #mkt-page .ml-sm-n4,
    #mkt-page .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    #mkt-page .m-sm-n5 {
        margin: -3rem !important
    }

    #mkt-page .mt-sm-n5,
    #mkt-page .my-sm-n5 {
        margin-top: -3rem !important
    }

    #mkt-page .mr-sm-n5,
    #mkt-page .mx-sm-n5 {
        margin-right: -3rem !important
    }

    #mkt-page .mb-sm-n5,
    #mkt-page .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    #mkt-page .ml-sm-n5,
    #mkt-page .mx-sm-n5 {
        margin-left: -3rem !important
    }

    #mkt-page .m-sm-auto {
        margin: auto !important
    }

    #mkt-page .mt-sm-auto,
    #mkt-page .my-sm-auto {
        margin-top: auto !important
    }

    #mkt-page .mr-sm-auto,
    #mkt-page .mx-sm-auto {
        margin-right: auto !important
    }

    #mkt-page .mb-sm-auto,
    #mkt-page .my-sm-auto {
        margin-bottom: auto !important
    }

    #mkt-page .ml-sm-auto,
    #mkt-page .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    #mkt-page .m-md-0 {
        margin: 0 !important
    }

    #mkt-page .mt-md-0,
    #mkt-page .my-md-0 {
        margin-top: 0 !important
    }

    #mkt-page .mr-md-0,
    #mkt-page .mx-md-0 {
        margin-right: 0 !important
    }

    #mkt-page .mb-md-0,
    #mkt-page .my-md-0 {
        margin-bottom: 0 !important
    }

    #mkt-page .ml-md-0,
    #mkt-page .mx-md-0 {
        margin-left: 0 !important
    }

    #mkt-page .m-md-1 {
        margin: .25rem !important
    }

    #mkt-page .mt-md-1,
    #mkt-page .my-md-1 {
        margin-top: .25rem !important
    }

    #mkt-page .mr-md-1,
    #mkt-page .mx-md-1 {
        margin-right: .25rem !important
    }

    #mkt-page .mb-md-1,
    #mkt-page .my-md-1 {
        margin-bottom: .25rem !important
    }

    #mkt-page .ml-md-1,
    #mkt-page .mx-md-1 {
        margin-left: .25rem !important
    }

    #mkt-page .m-md-2 {
        margin: .5rem !important
    }

    #mkt-page .mt-md-2,
    #mkt-page .my-md-2 {
        margin-top: .5rem !important
    }

    #mkt-page .mr-md-2,
    #mkt-page .mx-md-2 {
        margin-right: .5rem !important
    }

    #mkt-page .mb-md-2,
    #mkt-page .my-md-2 {
        margin-bottom: .5rem !important
    }

    #mkt-page .ml-md-2,
    #mkt-page .mx-md-2 {
        margin-left: .5rem !important
    }

    #mkt-page .m-md-3 {
        margin: 1rem !important
    }

    #mkt-page .mt-md-3,
    #mkt-page .my-md-3 {
        margin-top: 1rem !important
    }

    #mkt-page .mr-md-3,
    #mkt-page .mx-md-3 {
        margin-right: 1rem !important
    }

    #mkt-page .mb-md-3,
    #mkt-page .my-md-3 {
        margin-bottom: 1rem !important
    }

    #mkt-page .ml-md-3,
    #mkt-page .mx-md-3 {
        margin-left: 1rem !important
    }

    #mkt-page .m-md-4 {
        margin: 1.5rem !important
    }

    #mkt-page .mt-md-4,
    #mkt-page .my-md-4 {
        margin-top: 1.5rem !important
    }

    #mkt-page .mr-md-4,
    #mkt-page .mx-md-4 {
        margin-right: 1.5rem !important
    }

    #mkt-page .mb-md-4,
    #mkt-page .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    #mkt-page .ml-md-4,
    #mkt-page .mx-md-4 {
        margin-left: 1.5rem !important
    }

    #mkt-page .m-md-5 {
        margin: 3rem !important
    }

    #mkt-page .mt-md-5,
    #mkt-page .my-md-5 {
        margin-top: 3rem !important
    }

    #mkt-page .mr-md-5,
    #mkt-page .mx-md-5 {
        margin-right: 3rem !important
    }

    #mkt-page .mb-md-5,
    #mkt-page .my-md-5 {
        margin-bottom: 3rem !important
    }

    #mkt-page .ml-md-5,
    #mkt-page .mx-md-5 {
        margin-left: 3rem !important
    }

    #mkt-page .p-md-0 {
        padding: 0 !important
    }

    #mkt-page .pt-md-0,
    #mkt-page .py-md-0 {
        padding-top: 0 !important
    }

    #mkt-page .pr-md-0,
    #mkt-page .px-md-0 {
        padding-right: 0 !important
    }

    #mkt-page .pb-md-0,
    #mkt-page .py-md-0 {
        padding-bottom: 0 !important
    }

    #mkt-page .pl-md-0,
    #mkt-page .px-md-0 {
        padding-left: 0 !important
    }

    #mkt-page .p-md-1 {
        padding: .25rem !important
    }

    #mkt-page .pt-md-1,
    #mkt-page .py-md-1 {
        padding-top: .25rem !important
    }

    #mkt-page .pr-md-1,
    #mkt-page .px-md-1 {
        padding-right: .25rem !important
    }

    #mkt-page .pb-md-1,
    #mkt-page .py-md-1 {
        padding-bottom: .25rem !important
    }

    #mkt-page .pl-md-1,
    #mkt-page .px-md-1 {
        padding-left: .25rem !important
    }

    #mkt-page .p-md-2 {
        padding: .5rem !important
    }

    #mkt-page .pt-md-2,
    #mkt-page .py-md-2 {
        padding-top: .5rem !important
    }

    #mkt-page .pr-md-2,
    #mkt-page .px-md-2 {
        padding-right: .5rem !important
    }

    #mkt-page .pb-md-2,
    #mkt-page .py-md-2 {
        padding-bottom: .5rem !important
    }

    #mkt-page .pl-md-2,
    #mkt-page .px-md-2 {
        padding-left: .5rem !important
    }

    #mkt-page .p-md-3 {
        padding: 1rem !important
    }

    #mkt-page .pt-md-3,
    #mkt-page .py-md-3 {
        padding-top: 1rem !important
    }

    #mkt-page .pr-md-3,
    #mkt-page .px-md-3 {
        padding-right: 1rem !important
    }

    #mkt-page .pb-md-3,
    #mkt-page .py-md-3 {
        padding-bottom: 1rem !important
    }

    #mkt-page .pl-md-3,
    #mkt-page .px-md-3 {
        padding-left: 1rem !important
    }

    #mkt-page .p-md-4 {
        padding: 1.5rem !important
    }

    #mkt-page .pt-md-4,
    #mkt-page .py-md-4 {
        padding-top: 1.5rem !important
    }

    #mkt-page .pr-md-4,
    #mkt-page .px-md-4 {
        padding-right: 1.5rem !important
    }

    #mkt-page .pb-md-4,
    #mkt-page .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    #mkt-page .pl-md-4,
    #mkt-page .px-md-4 {
        padding-left: 1.5rem !important
    }

    #mkt-page .p-md-5 {
        padding: 3rem !important
    }

    #mkt-page .pt-md-5,
    #mkt-page .py-md-5 {
        padding-top: 3rem !important
    }

    #mkt-page .pr-md-5,
    #mkt-page .px-md-5 {
        padding-right: 3rem !important
    }

    #mkt-page .pb-md-5,
    #mkt-page .py-md-5 {
        padding-bottom: 3rem !important
    }

    #mkt-page .pl-md-5,
    #mkt-page .px-md-5 {
        padding-left: 3rem !important
    }

    #mkt-page .m-md-n1 {
        margin: -.25rem !important
    }

    #mkt-page .mt-md-n1,
    #mkt-page .my-md-n1 {
        margin-top: -.25rem !important
    }

    #mkt-page .mr-md-n1,
    #mkt-page .mx-md-n1 {
        margin-right: -.25rem !important
    }

    #mkt-page .mb-md-n1,
    #mkt-page .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    #mkt-page .ml-md-n1,
    #mkt-page .mx-md-n1 {
        margin-left: -.25rem !important
    }

    #mkt-page .m-md-n2 {
        margin: -.5rem !important
    }

    #mkt-page .mt-md-n2,
    #mkt-page .my-md-n2 {
        margin-top: -.5rem !important
    }

    #mkt-page .mr-md-n2,
    #mkt-page .mx-md-n2 {
        margin-right: -.5rem !important
    }

    #mkt-page .mb-md-n2,
    #mkt-page .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    #mkt-page .ml-md-n2,
    #mkt-page .mx-md-n2 {
        margin-left: -.5rem !important
    }

    #mkt-page .m-md-n3 {
        margin: -1rem !important
    }

    #mkt-page .mt-md-n3,
    #mkt-page .my-md-n3 {
        margin-top: -1rem !important
    }

    #mkt-page .mr-md-n3,
    #mkt-page .mx-md-n3 {
        margin-right: -1rem !important
    }

    #mkt-page .mb-md-n3,
    #mkt-page .my-md-n3 {
        margin-bottom: -1rem !important
    }

    #mkt-page .ml-md-n3,
    #mkt-page .mx-md-n3 {
        margin-left: -1rem !important
    }

    #mkt-page .m-md-n4 {
        margin: -1.5rem !important
    }

    #mkt-page .mt-md-n4,
    #mkt-page .my-md-n4 {
        margin-top: -1.5rem !important
    }

    #mkt-page .mr-md-n4,
    #mkt-page .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    #mkt-page .mb-md-n4,
    #mkt-page .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    #mkt-page .ml-md-n4,
    #mkt-page .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    #mkt-page .m-md-n5 {
        margin: -3rem !important
    }

    #mkt-page .mt-md-n5,
    #mkt-page .my-md-n5 {
        margin-top: -3rem !important
    }

    #mkt-page .mr-md-n5,
    #mkt-page .mx-md-n5 {
        margin-right: -3rem !important
    }

    #mkt-page .mb-md-n5,
    #mkt-page .my-md-n5 {
        margin-bottom: -3rem !important
    }

    #mkt-page .ml-md-n5,
    #mkt-page .mx-md-n5 {
        margin-left: -3rem !important
    }

    #mkt-page .m-md-auto {
        margin: auto !important
    }

    #mkt-page .mt-md-auto,
    #mkt-page .my-md-auto {
        margin-top: auto !important
    }

    #mkt-page .mr-md-auto,
    #mkt-page .mx-md-auto {
        margin-right: auto !important
    }

    #mkt-page .mb-md-auto,
    #mkt-page .my-md-auto {
        margin-bottom: auto !important
    }

    #mkt-page .ml-md-auto,
    #mkt-page .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    #mkt-page .m-lg-0 {
        margin: 0 !important
    }

    #mkt-page .mt-lg-0,
    #mkt-page .my-lg-0 {
        margin-top: 0 !important
    }

    #mkt-page .mr-lg-0,
    #mkt-page .mx-lg-0 {
        margin-right: 0 !important
    }

    #mkt-page .mb-lg-0,
    #mkt-page .my-lg-0 {
        margin-bottom: 0 !important
    }

    #mkt-page .ml-lg-0,
    #mkt-page .mx-lg-0 {
        margin-left: 0 !important
    }

    #mkt-page .m-lg-1 {
        margin: .25rem !important
    }

    #mkt-page .mt-lg-1,
    #mkt-page .my-lg-1 {
        margin-top: .25rem !important
    }

    #mkt-page .mr-lg-1,
    #mkt-page .mx-lg-1 {
        margin-right: .25rem !important
    }

    #mkt-page .mb-lg-1,
    #mkt-page .my-lg-1 {
        margin-bottom: .25rem !important
    }

    #mkt-page .ml-lg-1,
    #mkt-page .mx-lg-1 {
        margin-left: .25rem !important
    }

    #mkt-page .m-lg-2 {
        margin: .5rem !important
    }

    #mkt-page .mt-lg-2,
    #mkt-page .my-lg-2 {
        margin-top: .5rem !important
    }

    #mkt-page .mr-lg-2,
    #mkt-page .mx-lg-2 {
        margin-right: .5rem !important
    }

    #mkt-page .mb-lg-2,
    #mkt-page .my-lg-2 {
        margin-bottom: .5rem !important
    }

    #mkt-page .ml-lg-2,
    #mkt-page .mx-lg-2 {
        margin-left: .5rem !important
    }

    #mkt-page .m-lg-3 {
        margin: 1rem !important
    }

    #mkt-page .mt-lg-3,
    #mkt-page .my-lg-3 {
        margin-top: 1rem !important
    }

    #mkt-page .mr-lg-3,
    #mkt-page .mx-lg-3 {
        margin-right: 1rem !important
    }

    #mkt-page .mb-lg-3,
    #mkt-page .my-lg-3 {
        margin-bottom: 1rem !important
    }

    #mkt-page .ml-lg-3,
    #mkt-page .mx-lg-3 {
        margin-left: 1rem !important
    }

    #mkt-page .m-lg-4 {
        margin: 1.5rem !important
    }

    #mkt-page .mt-lg-4,
    #mkt-page .my-lg-4 {
        margin-top: 1.5rem !important
    }

    #mkt-page .mr-lg-4,
    #mkt-page .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    #mkt-page .mb-lg-4,
    #mkt-page .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    #mkt-page .ml-lg-4,
    #mkt-page .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    #mkt-page .m-lg-5 {
        margin: 3rem !important
    }

    #mkt-page .mt-lg-5,
    #mkt-page .my-lg-5 {
        margin-top: 3rem !important
    }

    #mkt-page .mr-lg-5,
    #mkt-page .mx-lg-5 {
        margin-right: 3rem !important
    }

    #mkt-page .mb-lg-5,
    #mkt-page .my-lg-5 {
        margin-bottom: 3rem !important
    }

    #mkt-page .ml-lg-5,
    #mkt-page .mx-lg-5 {
        margin-left: 3rem !important
    }

    #mkt-page .p-lg-0 {
        padding: 0 !important
    }

    #mkt-page .pt-lg-0,
    #mkt-page .py-lg-0 {
        padding-top: 0 !important
    }

    #mkt-page .pr-lg-0,
    #mkt-page .px-lg-0 {
        padding-right: 0 !important
    }

    #mkt-page .pb-lg-0,
    #mkt-page .py-lg-0 {
        padding-bottom: 0 !important
    }

    #mkt-page .pl-lg-0,
    #mkt-page .px-lg-0 {
        padding-left: 0 !important
    }

    #mkt-page .p-lg-1 {
        padding: .25rem !important
    }

    #mkt-page .pt-lg-1,
    #mkt-page .py-lg-1 {
        padding-top: .25rem !important
    }

    #mkt-page .pr-lg-1,
    #mkt-page .px-lg-1 {
        padding-right: .25rem !important
    }

    #mkt-page .pb-lg-1,
    #mkt-page .py-lg-1 {
        padding-bottom: .25rem !important
    }

    #mkt-page .pl-lg-1,
    #mkt-page .px-lg-1 {
        padding-left: .25rem !important
    }

    #mkt-page .p-lg-2 {
        padding: .5rem !important
    }

    #mkt-page .pt-lg-2,
    #mkt-page .py-lg-2 {
        padding-top: .5rem !important
    }

    #mkt-page .pr-lg-2,
    #mkt-page .px-lg-2 {
        padding-right: .5rem !important
    }

    #mkt-page .pb-lg-2,
    #mkt-page .py-lg-2 {
        padding-bottom: .5rem !important
    }

    #mkt-page .pl-lg-2,
    #mkt-page .px-lg-2 {
        padding-left: .5rem !important
    }

    #mkt-page .p-lg-3 {
        padding: 1rem !important
    }

    #mkt-page .pt-lg-3,
    #mkt-page .py-lg-3 {
        padding-top: 1rem !important
    }

    #mkt-page .pr-lg-3,
    #mkt-page .px-lg-3 {
        padding-right: 1rem !important
    }

    #mkt-page .pb-lg-3,
    #mkt-page .py-lg-3 {
        padding-bottom: 1rem !important
    }

    #mkt-page .pl-lg-3,
    #mkt-page .px-lg-3 {
        padding-left: 1rem !important
    }

    #mkt-page .p-lg-4 {
        padding: 1.5rem !important
    }

    #mkt-page .pt-lg-4,
    #mkt-page .py-lg-4 {
        padding-top: 1.5rem !important
    }

    #mkt-page .pr-lg-4,
    #mkt-page .px-lg-4 {
        padding-right: 1.5rem !important
    }

    #mkt-page .pb-lg-4,
    #mkt-page .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    #mkt-page .pl-lg-4,
    #mkt-page .px-lg-4 {
        padding-left: 1.5rem !important
    }

    #mkt-page .p-lg-5 {
        padding: 3rem !important
    }

    #mkt-page .pt-lg-5,
    #mkt-page .py-lg-5 {
        padding-top: 3rem !important
    }

    #mkt-page .pr-lg-5,
    #mkt-page .px-lg-5 {
        padding-right: 3rem !important
    }

    #mkt-page .pb-lg-5,
    #mkt-page .py-lg-5 {
        padding-bottom: 3rem !important
    }

    #mkt-page .pl-lg-5,
    #mkt-page .px-lg-5 {
        padding-left: 3rem !important
    }

    #mkt-page .m-lg-n1 {
        margin: -.25rem !important
    }

    #mkt-page .mt-lg-n1,
    #mkt-page .my-lg-n1 {
        margin-top: -.25rem !important
    }

    #mkt-page .mr-lg-n1,
    #mkt-page .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    #mkt-page .mb-lg-n1,
    #mkt-page .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    #mkt-page .ml-lg-n1,
    #mkt-page .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    #mkt-page .m-lg-n2 {
        margin: -.5rem !important
    }

    #mkt-page .mt-lg-n2,
    #mkt-page .my-lg-n2 {
        margin-top: -.5rem !important
    }

    #mkt-page .mr-lg-n2,
    #mkt-page .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    #mkt-page .mb-lg-n2,
    #mkt-page .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    #mkt-page .ml-lg-n2,
    #mkt-page .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    #mkt-page .m-lg-n3 {
        margin: -1rem !important
    }

    #mkt-page .mt-lg-n3,
    #mkt-page .my-lg-n3 {
        margin-top: -1rem !important
    }

    #mkt-page .mr-lg-n3,
    #mkt-page .mx-lg-n3 {
        margin-right: -1rem !important
    }

    #mkt-page .mb-lg-n3,
    #mkt-page .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    #mkt-page .ml-lg-n3,
    #mkt-page .mx-lg-n3 {
        margin-left: -1rem !important
    }

    #mkt-page .m-lg-n4 {
        margin: -1.5rem !important
    }

    #mkt-page .mt-lg-n4,
    #mkt-page .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    #mkt-page .mr-lg-n4,
    #mkt-page .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    #mkt-page .mb-lg-n4,
    #mkt-page .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    #mkt-page .ml-lg-n4,
    #mkt-page .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    #mkt-page .m-lg-n5 {
        margin: -3rem !important
    }

    #mkt-page .mt-lg-n5,
    #mkt-page .my-lg-n5 {
        margin-top: -3rem !important
    }

    #mkt-page .mr-lg-n5,
    #mkt-page .mx-lg-n5 {
        margin-right: -3rem !important
    }

    #mkt-page .mb-lg-n5,
    #mkt-page .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    #mkt-page .ml-lg-n5,
    #mkt-page .mx-lg-n5 {
        margin-left: -3rem !important
    }

    #mkt-page .m-lg-auto {
        margin: auto !important
    }

    #mkt-page .mt-lg-auto,
    #mkt-page .my-lg-auto {
        margin-top: auto !important
    }

    #mkt-page .mr-lg-auto,
    #mkt-page .mx-lg-auto {
        margin-right: auto !important
    }

    #mkt-page .mb-lg-auto,
    #mkt-page .my-lg-auto {
        margin-bottom: auto !important
    }

    #mkt-page .ml-lg-auto,
    #mkt-page .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    #mkt-page .m-xl-0 {
        margin: 0 !important
    }

    #mkt-page .mt-xl-0,
    #mkt-page .my-xl-0 {
        margin-top: 0 !important
    }

    #mkt-page .mr-xl-0,
    #mkt-page .mx-xl-0 {
        margin-right: 0 !important
    }

    #mkt-page .mb-xl-0,
    #mkt-page .my-xl-0 {
        margin-bottom: 0 !important
    }

    #mkt-page .ml-xl-0,
    #mkt-page .mx-xl-0 {
        margin-left: 0 !important
    }

    #mkt-page .m-xl-1 {
        margin: .25rem !important
    }

    #mkt-page .mt-xl-1,
    #mkt-page .my-xl-1 {
        margin-top: .25rem !important
    }

    #mkt-page .mr-xl-1,
    #mkt-page .mx-xl-1 {
        margin-right: .25rem !important
    }

    #mkt-page .mb-xl-1,
    #mkt-page .my-xl-1 {
        margin-bottom: .25rem !important
    }

    #mkt-page .ml-xl-1,
    #mkt-page .mx-xl-1 {
        margin-left: .25rem !important
    }

    #mkt-page .m-xl-2 {
        margin: .5rem !important
    }

    #mkt-page .mt-xl-2,
    #mkt-page .my-xl-2 {
        margin-top: .5rem !important
    }

    #mkt-page .mr-xl-2,
    #mkt-page .mx-xl-2 {
        margin-right: .5rem !important
    }

    #mkt-page .mb-xl-2,
    #mkt-page .my-xl-2 {
        margin-bottom: .5rem !important
    }

    #mkt-page .ml-xl-2,
    #mkt-page .mx-xl-2 {
        margin-left: .5rem !important
    }

    #mkt-page .m-xl-3 {
        margin: 1rem !important
    }

    #mkt-page .mt-xl-3,
    #mkt-page .my-xl-3 {
        margin-top: 1rem !important
    }

    #mkt-page .mr-xl-3,
    #mkt-page .mx-xl-3 {
        margin-right: 1rem !important
    }

    #mkt-page .mb-xl-3,
    #mkt-page .my-xl-3 {
        margin-bottom: 1rem !important
    }

    #mkt-page .ml-xl-3,
    #mkt-page .mx-xl-3 {
        margin-left: 1rem !important
    }

    #mkt-page .m-xl-4 {
        margin: 1.5rem !important
    }

    #mkt-page .mt-xl-4,
    #mkt-page .my-xl-4 {
        margin-top: 1.5rem !important
    }

    #mkt-page .mr-xl-4,
    #mkt-page .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    #mkt-page .mb-xl-4,
    #mkt-page .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    #mkt-page .ml-xl-4,
    #mkt-page .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    #mkt-page .m-xl-5 {
        margin: 3rem !important
    }

    #mkt-page .mt-xl-5,
    #mkt-page .my-xl-5 {
        margin-top: 3rem !important
    }

    #mkt-page .mr-xl-5,
    #mkt-page .mx-xl-5 {
        margin-right: 3rem !important
    }

    #mkt-page .mb-xl-5,
    #mkt-page .my-xl-5 {
        margin-bottom: 3rem !important
    }

    #mkt-page .ml-xl-5,
    #mkt-page .mx-xl-5 {
        margin-left: 3rem !important
    }

    #mkt-page .p-xl-0 {
        padding: 0 !important
    }

    #mkt-page .pt-xl-0,
    #mkt-page .py-xl-0 {
        padding-top: 0 !important
    }

    #mkt-page .pr-xl-0,
    #mkt-page .px-xl-0 {
        padding-right: 0 !important
    }

    #mkt-page .pb-xl-0,
    #mkt-page .py-xl-0 {
        padding-bottom: 0 !important
    }

    #mkt-page .pl-xl-0,
    #mkt-page .px-xl-0 {
        padding-left: 0 !important
    }

    #mkt-page .p-xl-1 {
        padding: .25rem !important
    }

    #mkt-page .pt-xl-1,
    #mkt-page .py-xl-1 {
        padding-top: .25rem !important
    }

    #mkt-page .pr-xl-1,
    #mkt-page .px-xl-1 {
        padding-right: .25rem !important
    }

    #mkt-page .pb-xl-1,
    #mkt-page .py-xl-1 {
        padding-bottom: .25rem !important
    }

    #mkt-page .pl-xl-1,
    #mkt-page .px-xl-1 {
        padding-left: .25rem !important
    }

    #mkt-page .p-xl-2 {
        padding: .5rem !important
    }

    #mkt-page .pt-xl-2,
    #mkt-page .py-xl-2 {
        padding-top: .5rem !important
    }

    #mkt-page .pr-xl-2,
    #mkt-page .px-xl-2 {
        padding-right: .5rem !important
    }

    #mkt-page .pb-xl-2,
    #mkt-page .py-xl-2 {
        padding-bottom: .5rem !important
    }

    #mkt-page .pl-xl-2,
    #mkt-page .px-xl-2 {
        padding-left: .5rem !important
    }

    #mkt-page .p-xl-3 {
        padding: 1rem !important
    }

    #mkt-page .pt-xl-3,
    #mkt-page .py-xl-3 {
        padding-top: 1rem !important
    }

    #mkt-page .pr-xl-3,
    #mkt-page .px-xl-3 {
        padding-right: 1rem !important
    }

    #mkt-page .pb-xl-3,
    #mkt-page .py-xl-3 {
        padding-bottom: 1rem !important
    }

    #mkt-page .pl-xl-3,
    #mkt-page .px-xl-3 {
        padding-left: 1rem !important
    }

    #mkt-page .p-xl-4 {
        padding: 1.5rem !important
    }

    #mkt-page .pt-xl-4,
    #mkt-page .py-xl-4 {
        padding-top: 1.5rem !important
    }

    #mkt-page .pr-xl-4,
    #mkt-page .px-xl-4 {
        padding-right: 1.5rem !important
    }

    #mkt-page .pb-xl-4,
    #mkt-page .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    #mkt-page .pl-xl-4,
    #mkt-page .px-xl-4 {
        padding-left: 1.5rem !important
    }

    #mkt-page .p-xl-5 {
        padding: 3rem !important
    }

    #mkt-page .pt-xl-5,
    #mkt-page .py-xl-5 {
        padding-top: 3rem !important
    }

    #mkt-page .pr-xl-5,
    #mkt-page .px-xl-5 {
        padding-right: 3rem !important
    }

    #mkt-page .pb-xl-5,
    #mkt-page .py-xl-5 {
        padding-bottom: 3rem !important
    }

    #mkt-page .pl-xl-5,
    #mkt-page .px-xl-5 {
        padding-left: 3rem !important
    }

    #mkt-page .m-xl-n1 {
        margin: -.25rem !important
    }

    #mkt-page .mt-xl-n1,
    #mkt-page .my-xl-n1 {
        margin-top: -.25rem !important
    }

    #mkt-page .mr-xl-n1,
    #mkt-page .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    #mkt-page .mb-xl-n1,
    #mkt-page .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    #mkt-page .ml-xl-n1,
    #mkt-page .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    #mkt-page .m-xl-n2 {
        margin: -.5rem !important
    }

    #mkt-page .mt-xl-n2,
    #mkt-page .my-xl-n2 {
        margin-top: -.5rem !important
    }

    #mkt-page .mr-xl-n2,
    #mkt-page .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    #mkt-page .mb-xl-n2,
    #mkt-page .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    #mkt-page .ml-xl-n2,
    #mkt-page .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    #mkt-page .m-xl-n3 {
        margin: -1rem !important
    }

    #mkt-page .mt-xl-n3,
    #mkt-page .my-xl-n3 {
        margin-top: -1rem !important
    }

    #mkt-page .mr-xl-n3,
    #mkt-page .mx-xl-n3 {
        margin-right: -1rem !important
    }

    #mkt-page .mb-xl-n3,
    #mkt-page .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    #mkt-page .ml-xl-n3,
    #mkt-page .mx-xl-n3 {
        margin-left: -1rem !important
    }

    #mkt-page .m-xl-n4 {
        margin: -1.5rem !important
    }

    #mkt-page .mt-xl-n4,
    #mkt-page .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    #mkt-page .mr-xl-n4,
    #mkt-page .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    #mkt-page .mb-xl-n4,
    #mkt-page .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    #mkt-page .ml-xl-n4,
    #mkt-page .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    #mkt-page .m-xl-n5 {
        margin: -3rem !important
    }

    #mkt-page .mt-xl-n5,
    #mkt-page .my-xl-n5 {
        margin-top: -3rem !important
    }

    #mkt-page .mr-xl-n5,
    #mkt-page .mx-xl-n5 {
        margin-right: -3rem !important
    }

    #mkt-page .mb-xl-n5,
    #mkt-page .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    #mkt-page .ml-xl-n5,
    #mkt-page .mx-xl-n5 {
        margin-left: -3rem !important
    }

    #mkt-page .m-xl-auto {
        margin: auto !important
    }

    #mkt-page .mt-xl-auto,
    #mkt-page .my-xl-auto {
        margin-top: auto !important
    }

    #mkt-page .mr-xl-auto,
    #mkt-page .mx-xl-auto {
        margin-right: auto !important
    }

    #mkt-page .mb-xl-auto,
    #mkt-page .my-xl-auto {
        margin-bottom: auto !important
    }

    #mkt-page .ml-xl-auto,
    #mkt-page .mx-xl-auto {
        margin-left: auto !important
    }
}


[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}

/* ===== BUTTONS ===== */

#mkt-page .btn {
    --bs-btn-padding-x: 1.5rem;
    --bs-btn-padding-y: 0.625rem;
    --bs-btn-font-size: 0.75rem;
    --bs-btn-font-weight: 700;
    --bs-btn-line-height: 1.667;
    --bs-btn-color: #7b809a;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.5rem;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: 0 4px 7px -1px rgba(0, 0, 0, .11), 0 2px 4px -1px rgba(0, 0, 0, .07);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.2rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius) !important;
    background-color: var(--bs-btn-bg);
    letter-spacing: 0;
    background-size: 150%;
    background-position-x: 25%;
    position: relative;
    overflow: hidden;
    -webkit-appearance: none;
    transition: all .15s ease-in;
    text-transform: uppercase;
}

#mkt-page .badge {
    transition: all .15s ease-in;
    text-transform: uppercase;
}

#mkt-page .btn-tlt:hover {
    transform: translateY(-1px);
}

#mkt-page .me-2 {
    margin-right: 0.5rem !important;
}

#mkt-page .btn:not([class*=btn-outline-]) {
    border: 0;
}

/* --- DRY : focus (toutes sauf light/white) --- */
#mkt-page .btn-primary.focus, #mkt-page .btn-primary:focus,
#mkt-page .btn.bg-gradient-primary.focus, #mkt-page .btn.bg-gradient-primary:focus,
#mkt-page .btn-secondary.focus, #mkt-page .btn-secondary:focus,
#mkt-page .btn.bg-gradient-secondary.focus, #mkt-page .btn.bg-gradient-secondary:focus,
#mkt-page .btn-success.focus, #mkt-page .btn-success:focus,
#mkt-page .btn.bg-gradient-success.focus, #mkt-page .btn.bg-gradient-success:focus,
#mkt-page .btn-info.focus, #mkt-page .btn-info:focus,
#mkt-page .btn.bg-gradient-info.focus, #mkt-page .btn.bg-gradient-info:focus,
#mkt-page .btn-warning.focus, #mkt-page .btn-warning:focus,
#mkt-page .btn.bg-gradient-warning.focus, #mkt-page .btn.bg-gradient-warning:focus,
#mkt-page .btn-danger.focus, #mkt-page .btn-danger:focus,
#mkt-page .btn.bg-gradient-danger.focus, #mkt-page .btn.bg-gradient-danger:focus,
#mkt-page .btn-dark.focus, #mkt-page .btn-dark:focus,
#mkt-page .btn.bg-gradient-dark.focus, #mkt-page .btn.bg-gradient-dark:focus {
    color: #fff;
}

/* --- DRY : outline base --- */
#mkt-page [class*="btn-outline-"] {
    box-shadow: none;
    border: 1px solid currentColor;
}

/* --- DRY : outline hover --- */
#mkt-page [class*="btn-outline-"]:hover:not(.active) {
    background-color: transparent;
    opacity: .75;
    box-shadow: none;
}

/* --- Gradients + backgrounds --- */
#mkt-page .bg-gradient-primary { background-image: linear-gradient(195deg, #0A287D, #10093C); }
#mkt-page .btn-primary { background: #10093C !important; }

#mkt-page .bg-gradient-secondary { background-image: linear-gradient(195deg, #0083FF, #0A287D); }
#mkt-page .btn-secondary { background: #0A287D !important; }

#mkt-page .bg-gradient-success { background-image: linear-gradient(195deg, #00D7B1, #009F8C); }
#mkt-page .btn-success { background: #009F8C !important; }

#mkt-page .bg-gradient-info { background-image: linear-gradient(195deg, #00C6FA, #0083FF); }
#mkt-page .btn-info { background: #0083FF !important; }

#mkt-page .bg-gradient-warning { background-image: linear-gradient(195deg, #FFDD00, #FF9D00); }
#mkt-page .btn-warning { background: #FF9D00 !important; }

#mkt-page .bg-gradient-danger { background-image: linear-gradient(195deg, #A75CCC, #75007E); }
#mkt-page .btn-danger { background: #75007E !important; }

#mkt-page .bg-gradient-light { background-image: linear-gradient(195deg, #ebeff4, #ced4da); }
#mkt-page .btn-light { background: #ced4da !important; }

#mkt-page .bg-gradient-dark { background-image: linear-gradient(195deg, #42424a, #191919); }
#mkt-page .btn-dark { background: #191919 !important; }

/* --- Shadow, hover, outline, active — par couleur --- */

/* primary */
#mkt-page .btn-primary,
#mkt-page .btn.bg-gradient-primary {
    box-shadow: 0 0 0 0 rgb(10, 40, 125, .15);
}
#mkt-page .btn-primary:hover,
#mkt-page .btn.bg-gradient-primary:hover {
    box-shadow: 0 0.4rem 1rem -0.5rem rgba(10, 40, 125, .9) !important;
}
#mkt-page .btn-outline-primary {
    color: #0a287d;
}

/* secondary */
#mkt-page .btn-secondary,
#mkt-page .btn.bg-gradient-secondary {
    box-shadow: 0 0 0 0 rgb(26, 115, 232, .15);
}
#mkt-page .btn-secondary:hover,
#mkt-page .btn.bg-gradient-secondary:hover {
    box-shadow: 0 0.4rem 1rem -0.5rem rgba(26, 115, 232, .9) !important;
}
#mkt-page .btn-outline-secondary {
    color: #1a73e8;
}

/* success */
#mkt-page .btn-success,
#mkt-page .btn.bg-gradient-success {
    box-shadow: 0 0 0 0 rgb(0, 159, 140, .15);
}
#mkt-page .btn-success:hover,
#mkt-page .btn.bg-gradient-success:hover {
    box-shadow: 0 0.4rem 1rem -0.5rem rgba(0, 159, 140, .9) !important;
}
#mkt-page .btn-outline-success {
    color: #009F8C;
}

/* info */
#mkt-page .btn-info,
#mkt-page .btn.bg-gradient-info {
    box-shadow: 0 0 0 0 rgb(0, 198, 250, .15);
}
#mkt-page .btn-info:hover,
#mkt-page .btn.bg-gradient-info:hover {
    box-shadow: 0 0.4rem 1rem -0.5rem rgba(0, 198, 250, .9) !important;
}
#mkt-page .btn-outline-info {
    color: #00C6FA;
}

/* warning */
#mkt-page .btn-warning,
#mkt-page .btn.bg-gradient-warning {
    box-shadow: 0 0 0 0 rgba(251, 140, 0, .15);
}
#mkt-page .btn-warning:hover,
#mkt-page .btn.bg-gradient-warning:hover {
    box-shadow: 0 0.4rem 1rem -0.5rem rgba(251, 140, 0, .9) !important;
}
#mkt-page .btn-outline-warning {
    color: #fb8c00;
}

/* danger */
#mkt-page .btn-danger,
#mkt-page .btn.bg-gradient-danger {
    box-shadow: 0 0 0 0 rgba(117, 0, 126, .15);
}
#mkt-page .btn-danger:hover,
#mkt-page .btn.bg-gradient-danger:hover {
    box-shadow: 0 0.4rem 1rem -0.5rem rgba(117, 0, 126, .9) !important;
}
#mkt-page .btn-outline-danger {
    color: #75007E;
}

/* light */
#mkt-page .btn-light,
#mkt-page .btn.bg-gradient-light {
    box-shadow: 0 0 0 0 rgba(192, 196, 202, .15);
}
#mkt-page .btn-light:hover,
#mkt-page .btn.bg-gradient-light:hover {
    box-shadow: 0 0.4rem 1rem -0.5rem rgba(192, 196, 202) !important;
}
#mkt-page .btn-outline-light {
    color: #f0f2f5;
}

/* dark */
#mkt-page .btn-dark,
#mkt-page .btn.bg-gradient-dark {
    box-shadow: 0 0 0 0 rgba(52, 71, 103, .15);
}
#mkt-page .btn-dark:hover,
#mkt-page .btn.bg-gradient-dark:hover {
    box-shadow: 0 0.4rem 1rem -0.5rem rgba(52, 71, 103, .9) !important;
}
#mkt-page .btn-outline-dark {
    color: #344767;
}

/* white */
#mkt-page .btn-white,
#mkt-page .btn.bg-gradient-white {
    box-shadow: 0 3px 3px 0 hsla(0, 0%, 100%, .15), 0 3px 1px -2px hsla(0, 0%, 100%, .2), 0 1px 5px 0 hsla(0, 0%, 100%, .15);
}
#mkt-page .btn-white:hover,
#mkt-page .btn.bg-gradient-white:hover {
    box-shadow: 0 14px 26px -12px hsla(0, 0%, 100%, .4), 0 4px 23px 0 hsla(0, 0%, 100%, .15), 0 8px 10px -5px hsla(0, 0%, 100%, .2);
}
#mkt-page .btn-outline-white {
    border-color: hsla(0, 0%, 100%, .75);
    background: hsla(0, 0%, 100%, .1);
}

/* --- DRY : text color (normal + hover) --- */
#mkt-page .btn-primary, #mkt-page .btn-primary:hover,
#mkt-page .btn-secondary, #mkt-page .btn-secondary:hover,
#mkt-page .btn-success, #mkt-page .btn-success:hover,
#mkt-page .btn-info, #mkt-page .btn-info:hover,
#mkt-page .btn-warning, #mkt-page .btn-warning:hover,
#mkt-page .btn-danger, #mkt-page .btn-danger:hover,
#mkt-page .btn-dark, #mkt-page .btn-dark:hover,
#mkt-page .btn.bg-gradient-primary, #mkt-page .btn.bg-gradient-primary:hover,
#mkt-page .btn.bg-gradient-secondary, #mkt-page .btn.bg-gradient-secondary:hover,
#mkt-page .btn.bg-gradient-success, #mkt-page .btn.bg-gradient-success:hover,
#mkt-page .btn.bg-gradient-info, #mkt-page .btn.bg-gradient-info:hover,
#mkt-page .btn.bg-gradient-warning, #mkt-page .btn.bg-gradient-warning:hover,
#mkt-page .btn.bg-gradient-danger, #mkt-page .btn.bg-gradient-danger:hover,
#mkt-page .btn.bg-gradient-dark, #mkt-page .btn.bg-gradient-dark:hover {
    color: #fff !important;
}

#mkt-page .btn-light, #mkt-page .btn-light:hover,
#mkt-page .btn.bg-gradient-light, #mkt-page .btn.bg-gradient-light:hover {
    color: #3a416f;
}

#mkt-page a.btn:hover {
    box-shadow: 0 0 0 0 rgb(0 0 0 / 0%);
}

#mkt-page .btn:hover {
    filter: brightness(1);
}
#mkt-page .modal-header {
    flex-direction: row !important;
}

#mkt-page .feedback-message {
    color: #0F5132;
    background-color: #D1E7DD;
    border-radius: 6px;
    padding: 8px;
    margin-top: 8px;
    font-weight: 600;
    text-align: center;
    animation: fadeIn .6s ease;
}

/* ============================== */
/* PRODUCT-LIST - Bootstrap Grid  */
/* ============================== */

/* Card container */
#mkt-page .product-list {
    border: 0;
    margin-bottom: 1px;
    padding: 1.25rem 1rem;
}

/* Row principale */
#mkt-page .product-list > .row {
    align-items: flex-start;
}

/* Images */
#mkt-page .product-list .p-images img {
    width: 100%;
    padding: 0.25rem;
    background: #fff;
    max-width: 100%;
    border-radius: 0 12px 0 12px;
}

#mkt-page .product-list .p-images .col-md-6:first-child {
    margin-bottom: 0.5rem;
}

/* Row intérieure contenu */
#mkt-page .product-list .p-content > .row {
    align-items: center;
}


/* Référence */
#mkt-page .product-list .p-ref {
    font-size: 13px;
    color: #555;
    margin-top: 0.25rem;
}

/* Description */
#mkt-page .product-list .p-desc {
    font-size: 16px;
    line-height: 1.4;
    color: #0F0A3D;
}

/* Prix */
#mkt-page .product-list .p-price {
    font-size: 22px;
    font-weight: 700;
    color: #0A287D;
    white-space: nowrap;
}

#mkt-page .product-list .p-price sup {
    font-size: 11px;
    font-weight: 400;
}

#mkt-page .prixht {
    font-size: 50%;
    vertical-align: super !important;
}

/* DRY : espacement mobile partagé */
#mkt-page .product-list .p-price-col,
#mkt-page .product-list .p-picto,
#mkt-page .product-list .p-action {
    margin-top: 1rem;
}

/* Colonne prix */
#mkt-page .product-list .p-price-col {
    display: flex;
    align-items: center;
    justify-content: space-between;
    order: 4;
}

#mkt-page .product-list .p-price-col > img {
    flex-shrink: 0;
    width: 50px;
}

/* Picto desktop (caché mobile) */
#mkt-page .product-list .p-picto {
    display: none;
    order: 3;
}

#mkt-page .product-list .p-picto img {
    width: 65%;
}

/* Picto plus petit pour templates sans logo (2A, 2B) */
#tpl-2a .product-list .p-picto img,
#tpl-2b .product-list .p-picto img {
    width: 55%;
}

/* Picto toujours visible (template 4 : sans prix) */
#mkt-page .product-list .p-picto-visible {
    display: flex;
    align-items: center;
}

/* Bouton Commander */
#mkt-page .product-list .btn-commander {
    height: 42px;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

/* États */
#mkt-page .produit .product-list.added,
#mkt-page .produit .product-list.added:hover {
    background-color: #d4edda !important;
}

/* Feedback (surcharges product-list) */
#mkt-page .product-list .feedback-message {
    padding: 6px 12px;
    font-size: 14px;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(5px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ============================== */
/* DESKTOP (md+)                  */
/* ============================== */
@media (min-width: 768px) {
    #mkt-page .product-list > .row {
        align-items: center;
    }

    #mkt-page .product-list .p-images .col-md-6:first-child {
        margin-bottom: 0;
    }

    /* DRY : reset espacement desktop */
    #mkt-page .product-list .p-price-col,
    #mkt-page .product-list .p-picto,
    #mkt-page .product-list .p-action {
        margin-top: 0;
    }

    #mkt-page .product-list .p-ref {
        order: -1;
        margin-top: 0;
    }

    #mkt-page .product-list .p-price-col {
        justify-content: center;
    }

    #mkt-page .product-list .p-price-col > img {
        display: none;
    }

    #mkt-page .product-list .p-picto {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #mkt-page .product-list .p-action {
        text-align: right;
    }
}

/* ============================== */
/* MOBILE                         */
/* ============================== */
@media (max-width: 767.98px) {
    #mkt-page .product-list .p-images img {
        width: 80%;
        display: block;
        margin: 0 auto;
    }

    #mkt-page .product-list .p-desc {
        font-size: 15px;
    }

    #mkt-page .product-list .p-ref {
        font-size: 12px;
    }

    #mkt-page .product-list .p-price {
        font-size: 1.6rem;
    }

    #mkt-page .product-list .p-price-col {
        flex-direction: row-reverse;
    }

    #mkt-page .product-list .p-picto img {
        width: 50px;
    }

    #mkt-page .product-list .p-action {
        text-align: center;
    }

    #mkt-page .product-list .btn-commander {
        padding-left: 2.8rem;
        padding-right: 2.8rem;
        height: 38px;
        font-size: 13px;
    }

    #mkt-page .product-list .feedback-message {
        flex: 0 0 100%;
        order: -1;
        margin-right: 0;
        margin-bottom: 10px;
        white-space: normal;
    }
}

@media (max-width: 575.98px) {
    #mkt-page .product-list .p-price {
        font-size: 18px;
    }
}

/* ============================== */
/* PRIX DYNAMIQUES                */
/* ============================== */
#mkt-page .price-spinner {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #e0e0e0;
    border-top-color: #0083FF;
    border-radius: 50%;
    animation: rpt-spin 0.8s linear infinite;
}

@keyframes rpt-spin { to { transform: rotate(360deg); } }

#mkt-page .p-price-main { font-weight: 700; color: #10093C; }
#mkt-page .p-price-main sup { font-size: 0.7em; }
#mkt-page .price-container { display: inline-flex; align-items: baseline; gap: 5px; }

#mkt-page .price-info-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    background: #0083FF;
    color: white;
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    border: none;
    padding: 0;
    line-height: 1;
    font-family: serif;
    vertical-align: middle;
    margin-left: 3px;
}

#mkt-page .price-info-btn:hover { background: #0A287D; }

#mkt-page .tooltip-inner { max-width: 280px; text-align: left; padding: 12px 15px; }
#mkt-page .tooltip-price-header { font-weight: 700; margin-bottom: 8px; padding-bottom: 6px; border-bottom: 1px solid rgba(255,255,255,0.3); }
#mkt-page .tooltip-price-row { display: flex; justify-content: space-between; padding: 3px 0; }
#mkt-page .tooltip-price-row.remise { color: #5fd9c9; }
#mkt-page .tooltip-price-row.total { font-weight: 700; border-top: 1px solid rgba(255,255,255,0.3); margin-top: 4px; padding-top: 6px; }

/* ============================== */
/* ADD-TO-CART                    */
/* ============================== */
#mkt-page .qty-selector {
    display: inline-flex;
    align-items: stretch;
    height: 42px;
}

#mkt-page .qty-btn {
    width: 28px;
    height: 100%;
    border: 1px solid #ced4da;
    background-color: #f8f9fa;
    color: #495057;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    user-select: none;
    appearance: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

#mkt-page .qty-btn:hover { background-color: #e9ecef; border-color: #adb5bd; }
#mkt-page .qty-btn:active { background-color: #dee2e6; }
#mkt-page .qty-btn:focus { outline: none; border-color: #0083FF; box-shadow: 0 0 0 2px rgba(0,131,255,0.25); z-index: 1; position: relative; }
#mkt-page .qty-plus { margin-right: 6px; }

#mkt-page .qty-input {
    width: 35px;
    height: 42px;
    text-align: center;
    border: 1px solid #ced4da;
    border-left: none;
    border-right: none;
    border-radius: 0 !important;
    font-size: 14px;
    font-weight: 600;
    color: #0F0A3D;
    background-color: #fff;
    appearance: none;
    -moz-appearance: textfield;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

#mkt-page .qty-input::-webkit-outer-spin-button,
#mkt-page .qty-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
#mkt-page .qty-input:focus { outline: none; border-color: #0083FF; box-shadow: 0 0 0 2px rgba(0,131,255,0.25); z-index: 1; position: relative; }

#mkt-page .btn-add-cart {
    border-radius: 4px !important;
    height: 42px;
    display: inline-flex;
    align-items: center;
    margin-left: 8px;
}

#mkt-page .p-link-product { font-size: 12px; color: #0083FF; }
#mkt-page .p-link-product:hover { color: #0A287D; text-decoration: underline; }

/* Add-to-cart dans product-list : ajustements */
#mkt-page .product-list .qty-selector .qty-input {
    width: 38px;
}

/* ============================== */
/* ADD-TO-CART MOBILE             */
/* ============================== */
@media (max-width: 767.98px) {
    #mkt-page .product-list .qty-selector { height: 38px; }
    #mkt-page .product-list .qty-input { width: 35px !important; height: 38px !important; }
    #mkt-page .product-list .qty-btn { height: 38px; }
    #mkt-page .product-list .p-action .btn-add-cart { height: 38px; }
}
