/* =================================

 ================================= */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caladea:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,700;1,100;1,200;1,300;1,400;1,700&family=Roboto:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Asap:wght@400;500;600;700&family=Caladea:ital,wght@0,400;0,700;1,400;1,700&display=swap');


/* DESIGN TEXT */
.bold {
    font-weight: 600;
}

.bold-700 {
    font-weight: 700;
}

.bold-800 {
    font-weight: 800;
}

.normal {
    font-weight: 400;
}

.italic {
    font-style: italic;
}

.uppercase {
    text-transform: uppercase;
}

.fs-10 {
    font-size: 10px;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.fs-26 {
    font-size: 26px;
}

.lh-1 {
    line-height: 1;
}

.lh-1-2 {
    line-height: 1.2;
}

/* ESPACEMENT */
.no-margin-impt {
    margin: 0 !important;
}

.no-padding-impt {
    padding: 0 !important;
}

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-margin-left {
    margin-left: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

.spacing {
    margin: 0 0.2rem;
}

.sidebar-widget .single-post .content h5 {
    line-height: 1.45;
}

.c-pointer,
.cursor-pointer {
    cursor: pointer;
}

/* POSITIONNEMENT */
/* .d-none {
    display: none !important;
}
.d-flex {
    display: flex !important;
} */

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }

}

@media (min-width: 992px) {
    .flex-end-lg {
        display: flex;
        justify-content: flex-end !important;
    }

    .mobile-header-active {
        display: none;
    }
}

.disp-grid {
    display: grid !important;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
}

.flex-end {
    display: flex;
    justify-content: flex-end;
}

.flex-start {
    display: flex;
    justify-content: flex-start;
}

.flex-between {
    display: flex;
    justify-content: space-between;
}

.flex-around {
    display: flex;
    justify-content: space-around;
}

.flex-evenly {
    display: flex;
    justify-content: space-evenly;
}

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

.self-center {
    align-self: center;
}

.text-start {
    text-align: start;
}

.text-end {
    text-align: end;
}

.text-justify {
    text-align: justify;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-male {
    color: #029EF6;
}

.text-female {
    color: #E547A1;
}

.text-disable {
    color: #74788d !important;
    opacity: 0.8;
    cursor: default !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.overflow-h {
    overflow: hidden;
}

.overflow-i {
    overflow: initial;
}

.obf-link-interne,
.obf-link-externe {
    cursor: pointer;
    transition: .25s ease-in;
}

.obf-link-interne.type-a,
.obf-link-externe.type-a {
    color: var(--shop-color-primary);
    font-weight: 600;
}

.obf-link-interne.type-a:hover,
.obf-link-externe.type-a:hover {
    color: var(--shop-color-primary-80);
}

.alert-margin-i,
.alert i {
    margin-right: 10px;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
    transition: all .4s ease;
}

.alert-link:hover {
    opacity: 0.6;
    transition: all .4s ease;
}

.alert-success {
    background-color: #e0ffef;
    color: #07be6e;
    border-color: #07be6e;
}

.alert-success hr {
    border-top-color: #e0ffef;
}

.alert-success .alert-link {
    color: #07be6e;
}

.alert-info {
    background-color: #e0f2ff;
    color: #4f8dca;
    border-color: #4f8dca;
}

.alert-info hr {
    border-top-color: #e0f2ff;
}

.alert-info .alert-link {
    color: #4f8dca;
}

.alert-warning {
    background-color: #fef6e3;
    color: #fda600;
    border-color: #fda600;
}

.alert-warning hr {
    border-top-color: #fef6e3;
}

.alert-warning .alert-link {
    color: #fda600;
}

.alert-danger {
    background-color: #fff5f6;
    color: #bd005e;
    border-color: #bd005e;
}

.alert-danger hr {
    border-top-color: #ffebea;
}

.alert-danger .alert-link {
    color: #bd005e;
}

.alert-brand {
    background-color: #eaedff;
    color: #374EAE;
    border-color: #374EAE;
}

.alert-brand hr {
    border-top-color: #eaedff;
}

.alert-brand .alert-link {
    color: #374EAE;
}

.alert-light {
    background-color: #ececec;
    color: #818182;
    border-color: #818182;
}

.alert-light hr {
    border-top-color: #ececec;
}

.alert-light .alert-link {
    color: #818182;
}

.alert-dark {
    background-color: #d6d6d6;
    color: #202020;
    border-color: #202020;
}

.alert-dark hr {
    border-top-color: #d6d6d6;
}

.alert-dark .alert-link {
    color: #202020;
}

/* TO TOP */
.to-top {
    position: fixed;
    bottom: 30px;
    right: 20px;
    opacity: 0;
    pointer-events: none;
    z-index: 5;
    transition: .3s ease-in-out;
    width: 50px;
    border-radius: 100%;
    line-height: 50px;
    text-align: center;
    color: #FAFAFA;
    background-color: #242B3A;
}

.to-top:hover {
    background-color: #FFC418;
    color: #FAFAFA;
}

.to-top.active {
    opacity: 1;
    pointer-events: auto;
}

/* AUTRE */

.pre-var-dump {
    background-color: rgba(250, 250, 210, .4);
    padding: 20px;
    margin: 10px;
}

.min-w-auto {
    min-width: auto !important;
}

.min-w-25 {
    min-width: 25%;
}

.va-tb {
    vertical-align: text-bottom !important;
}

.w-100-prct {
    width: 100% !important;
}

.max-100 {
    max-width: 100% !important;
}

.img-cover {
    height: 100%;
    object-fit: cover;
}

.social-icon {
    font-size: 22px;
    opacity: 0.7;
    transition: all .3s ease 0s;
}

.social-icon:hover {
    opacity: 1;
    transition: all .3s ease 0s;
    transform: scale(1.1);
}

.color-inherit {
    color: inherit;
}

.commande-dropdown-btn {
    background-color: initial;
    font-size: 14px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-item.active {
    color: var(--shop-color-primary);
    background-color: #e9ecef;
}

.commande-dropdown-content {
    display: none;
    top: 195%;
    right: 5%;
    position: absolute;
    background-color: #FAFAFA;
    min-width: 300px;
    overflow: auto;
    box-shadow: 0px 10px 15px 0px rgb(0 0 0 / 20%);
    z-index: 10;
}

.commande-dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-p a:hover {
    background-color: #ddd;
}

.show {
    display: block;
}

ul.ul-commande-dropdown {
    padding: 10px;
}

.ul-commande-dropdown li input.form-control {
    height: 40px;
    padding-left: 15px;
}

li.header {
    background-color: #ffffff;
    padding: 10px;
    border-bottom: 1px solid #f4f4f4;
    color: #444444;
    font-size: 14px;
    line-height: initial;
}

li.header:last-child {
    border: none;
}

.bx-mr-22 {
    font-size: 22px;
    margin-right: 5px;
}


.card-body-order-tracking {
    flex: 1 1 auto;
    padding-right: 0;
}

.icontext .icon {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 15px;
}

.icontext span {
    font-size: 22px;
    font-weight: 600;
    display: block;
}

span.text-company {
    font-size: 14px;
    margin-left: 3px;
    font-weight: normal;
    display: initial;
}


.icon-sm {
    width: 48px;
    height: 48px;
    line-height: 48px !important;
    font-size: 20px;
}

.icon-xs,
.icon-sm,
.icon-md,
.icon-lg {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.bg-primary {
    background-color: var(--shop-color-primary-20);
}

.bg-primary-light {
    background-color: var(--shop-color-primary-20) !important;
}

.text-primary {
    color: var(--shop-color-primary) !important;
}

.text-primary-light {
    color: var(--shop-color-primary-20) !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.text-primary {
    color: var(--shop-color-primary) !important;
}

.icontext {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
}

.itemside {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

[class*="dlist"] {
    margin-bottom: 5px;
}

.dlist dd {
    margin-left: 30px;
    vertical-align: baseline;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 0;
    text-align: right;
}


/* TimeLine Order Tracking */
.timeline-order-tracking {
    list-style-type: none;
    display: flex;
    /* align-items: center; */
    justify-content: center;
}

.one-status {
    transition: all 200ms ease-in;
    /* width: 240px; */
    width: 15rem;
}

.status {
    padding: 0px 40px;
    display: flex;
    justify-content: center;
    border-top: 4px solid #D6DCE0;
    position: relative;
    transition: all 200ms ease-in;
}

.one-status .status p {
    font-size: 14px;
    font-style: italic;
    line-height: 1.2;
    text-align: center;
    /* display: none; */
    visibility: hidden;
}

.status:before {
    content: "";
    width: 25px;
    height: 25px;
    background-color: #ddd;
    border-radius: 25px;
    position: absolute;
    top: -15px;
    left: 42%;
    transition: all 200ms ease-in;
}


.one-status.complete .status:before,
.one-status.cancelled .status:before {
    transition: all 200ms ease-in;
}

.one-status.complete .status p,
.one-status.cancelled .status p {
    /* display: block; */
    visibility: visible;
}

.one-status.complete .status {
    border-top: 4px solid #6be3cc;
}

.one-status.cancelled .status {
    border-top: 4px solid #f9423c;
}

.one-status.complete .status:before {
    background-color: #6be3cc;
}

.one-status.cancelled .status:before {
    background-color: #f9423c;
}

@media (min-device-width: 320px) and (max-device-width: 700px) {
    .timeline-order-tracking {
        list-style-type: none;
        display: block;
    }
    .one-status {
        transition: all 200ms ease-in;
        /* display: flex; */
        width: inherit;
    }

    .status:before {
        left: 0%;
        /* top: 30%; */
        transition: all 200ms ease-in;
    }

    .one-status .status p {
        margin: 15px 0 25px 0 !important;
    }
}


/* No Orders */
.card-ot {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid #e2e9e1;
    border-radius: .3rem;

    background-color: #f46a6a !important;
}

.card-ot .card-body-ot {
    flex: 1 1 auto;
    padding: 1.5rem 2em;
}

.card-ot h5 {
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.card-ot h5 i {
    font-size: 2rem;
}

.card-ot .text-white-ot {
    color: white !important;
}

.card-ot .text-white-75-ot {
    color: rgba(255, 255, 255, .75) !important;
}


.no-products-in-cart {
    text-align: center !important;
    padding: 1.5rem !important;
    background-color: rgba(0, 0, 0, .05) !important;
}

.wip,
.wip a {
    color: white !important;
    background-color: indianred !important;
}

.li-footer-admin {
    padding-top: 10px;
    border-top: 1px solid #cfd1cf;
    width: 20%;
}

.li-tpop {
    padding-top: 6px;
}

.li-tpop::before {
    display: inline-block;
    position: absolute;
    content: "";
    border-top: 1px solid #cfd1cf;
    width: 5rem;
    margin: 0;
    transform: translateY(-0.5rem);
}

.m-card-payement {
    margin-top: 2rem;
}

.min-h-65 {
    min-height: 65px;
}

.p-div-checkout {
    padding: 1.3rem;
}

.checkout-tabs .nav-pills .nav-link {
    margin-bottom: 24px;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
    box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
}


#checkout-summary .info {
    max-width: unset;
}

.nav-pills .nav-link {
    border-radius: .25rem;
}

.nav-pills>a {
    color: #495057;
    font-weight: 500;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.checkout-tabs .nav-pills .nav-link .check-nav-icon {
    font-size: 36px;
}

.checkout-tabs .nav-pills .nav-link.active {
    background-color: var(--shop-color-primary);
    color: #fff;
}

.nav-link.nav-logout {
    color: indianred;
}

.checkout-tabs .nav-pills .nav-link.active i,
.checkout-tabs .nav-pills .nav-link.active p {
    color: #fff;
}

/* CHECKOUT MOBILE */
.checkout-nav-column {
    flex-direction: column;
}

@media (max-width: 767px) {
    .checkout-tabs .checkout-row {
        flex-direction: column-reverse !important;
    }

    .checkout-tabs .nav-pills .nav-link {
        min-width: calc(100%/4);
    }

    .checkout-tabs .nav-pills.checkout-nav-column {
        flex-direction: unset;
        justify-content: space-between;
    }
}

@media (max-width: 375px) {
    .checkout-tabs .nav-pills .nav-link {
        min-width: 100%;
    }

    .checkout-tabs .nav-pills .nav-link i {
        margin-top: 0.5rem !important;
    }

    .checkout-tabs .nav-pills .nav-link p {
        margin-bottom: 0.5rem !important;
    }
}

.checkout-tabs .card {
    box-shadow: 0px 5px 10px 0 rgb(0 0 0/10%) !important;
    border-style: none;
}

#payment-form .select2-container .select2-selection--single {
    height: 60px;
}

#payment-form .form-control,
#payment-form .select2-selection__rendered {
    border: 1px solid #d0cdcd !important;
    background: white;
    border-radius: 0;
}

.card-title-desc {
    color: #74788d;
    margin-bottom: 24px;
}

.card-title {
    font-size: 15px;
    margin: 0 0 7px 0;
    font-weight: 600;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--shop-color-primary);
    background-color: var(--shop-color-primary-20);
}

textarea.form-control {
    min-height: 80px;
}

.check-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 32px;
}

.check-switch input {
    display: none;
}

.label-switch {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 34px;
}

.label-switch:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: 2px;
    bottom: 1px;
    background-color: white;
    transition: 0.4s;
    top: 1px;
    border-radius: 50%;
}


input:checked+.label-switch:before {
    -webkit-transform: translateX(32px);
    -ms-transform: translateX(32px);
    transform: translateX(32px);
    box-shadow: 3px 4px 10px rgb(25 37 52 / 50%) !important;
}

@media (max-width: 320px) {
    input:checked+.label-switch:before {
        -webkit-transform: translateX(15px) !important;
        -ms-transform: translateX(15px) !important;
        transform: translateX(15px) !important;
    }
}

.commande-mobile {
    font-size: 15px;
    display: block;
    font-weight: 500;
    color: var(--shop-color-primary);
    transition: all .3s ease 0s;
    padding: 0;
}

.commande-mobile:hover {
    color: var(--shop-color-primary);
}

.commande-mobile:focus {
    color: #1a1a1a;
}

.design-cta {
    padding-top: calc(3rem + 50px) !important;
}

.design-cta-2 {
    padding-top: calc(1rem + 50px) !important;
}

.form-control,
.form-select {
    font-size: 13px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 20px;
    color: #4f5d77;
    width: 100%;
    border-radius: 4px;
    height: 45px;
}

.form-control:focus,
.form-select:focus {
    background: transparent;
    border: #f4f5f9 2px solid;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-label {
    font-size: 13px;
}

textarea.form-control {
    min-height: 150px;
    border-radius: 4px;
}


.min-height-50 {
    min-height: 50px;
}

.img-cart {
    width: 80px;
    height: 80px;
    object-fit: cover;
    object-position: center;
}


/* PROCESS CART */
.result-message {
    line-height: 22px;
    font-size: 16px;
}

.result-message a {
    color: rgb(89, 111, 214);
    font-weight: 600;
    text-decoration: none;
}

.hidden {
    display: none;
}

#card-error {
    color: rgb(105, 115, 134);
    text-align: left;
    font-size: 13px;
    line-height: 17px;
    margin-top: 12px;
}

#card-element {
    border-radius: 4px 4px 0 0;
    padding: 12px;
    border: 1px solid rgba(50, 50, 93, 0.1);
    height: 44px;
    width: 100%;
    background: white;
}

#payment-request-button {
    margin-bottom: 32px;
}

/* spinner/processing state, errors */
/* .btn.btn-submit-pay {
    padding: 5px 30px !important;
    min-width: 60%;
    min-height: 50px;
} */
.btn-submit-pay.spinner-border {
    width: 1.5rem;
    height: 1.5rem;
}

.box {
    padding: 1rem;
    border-radius: 0.25rem;
    border: 1px solid #eee;
    background: #fff;
}

.box .btn {
    font-size: 12px !important;
}

.table-head-grey thead {
    background: #f7f8f9;
}

.table-responsive.no-border td {
    border: 0;
}

.cart-totals {
    position: sticky;
    top: 100px;
}

.form-control.f-custom,
.form-select.f-custom {
    font-size: 15px;
    background-color: transparent;
    border-color: rgba(79, 93, 119, 0.25);
}

.form-control.f-danger,
.form-select.f-danger {
    border: 2px solid #f9423c !important;
}

.overflow-v {
    overflow: visible !important;
}

.product-image-slider .slick-track {
    height: 500px !important;
}

[type="button"],
[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: none !important;
}

a.btn.btn-outline-init {
    background-color: transparent;
    color: var(--shop-color-primary);
}

a.btn.btn-outline-init:hover,
a.btn.btn-outline-init:focus {
    background-color: var(--shop-color-primary);
    color: #FAFAFA;
}

a.btn.btn-init {
    background-color: var(--shop-color-primary);
    color: #FAFAFA;
}

a.btn.btn-init:hover,
a.btn.btn-init:focus {
    background-color: transparent;
    color: var(--shop-color-primary);
}

.text-card-action {
    font-size: 13px;
    line-height: 1.2;
    color: #8e8e90 !important;
}

.w-70 {
    width: 70% !important;
}

.mw-7 {
    min-width: 7rem;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

button.close {
    background-color: transparent;
    border: 0;
    appearance: none;
}

.close {
    float: right;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}

.line-additional-info th,
.line-additional-info td {
    text-align: start;
}

.text-no-data {
    text-align: center;
    font-style: italic;
    padding: 2rem 0.5rem;
    background-color: var(--shop-color-primary-20);
    box-shadow: 3px 6px 25px 0 rgb(0 0 0 / 6%) !important;
}

.text-maintenance {
    color: #3ABEC5;
}

.a-maintenance {
    color: var(--shop-color-primary);
    text-decoration: underline;
}

.a-maintenance:hover,
.a-maintenance:focus {
    opacity: 0.7;
    color: var(--shop-color-primary);
}

.txt-action-box {
    line-height: 1.35;
    font-size: 14px;
}

.block-txt-maintenance {
    font-size: 14px;
    line-height: 1.2;
    margin: 0.5rem 0;
}

/* CKEditor */
.text-tiny {
    font-size: .7em
}

.text-small {
    font-size: .85em
}

.text-big {
    font-size: 1.4em
}

.text-huge {
    font-size: 1.8em
}

.blog-content p {
    margin: 0;
}


.corner-ribbon {
    position: fixed;
    width: 210px;

    color: #FAFAFA;
    background-color: var(--shop-color-primary);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);

    top: auto;
    bottom: 25px;
    left: -50px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);

    text-align: center;
    line-height: 50px;
    letter-spacing: 1px;

    z-index: 1005;
    cursor: default;
}

.corner-ribbon span {
    display: block;
    max-width: 60%;
    margin: 0 auto;
    padding: 10px 0 15px 0;

    font-size: 14px;
    font-weight: 600;
    text-align: center;
    /* text-transform: uppercase; */
    line-height: 1.2;
}


.notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}


#preloader-table {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #FFF;
    transition: 0.3s;
}

#preloader-table.p_cart {
    top: -25px;
    height: calc(100% + 50px);
}

#preloader-table.loaded {
    visibility: hidden;
    opacity: 0;
}

.p-spinner-10 {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
}

.p-spinner-10 .ms-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.p-spinner-10 .ms-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--shop-color-primary);
    -webkit-animation: ms-foldCubeAngle 2.4s infinite linear both;
    animation: ms-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.p-spinner-10 .ms-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}

.p-spinner-10 .ms-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}

.p-spinner-10 .ms-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}

.p-spinner-10 .ms-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.p-spinner-10 .ms-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.p-spinner-10 .ms-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.nav-link.disabled p {
    color: #ababab;
}

.nav-link.disabled i {
    color: #ababab;
}

@-webkit-keyframes ms-foldCubeAngle {

    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes ms-foldCubeAngle {

    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}


/* Ajout Julien, test dynamique du contraste */
:root {
    /* theme color variables to use in RGB declarations */
    --red: 32;
    --green: 161;
    --blue: 200;
    /* the threshold at which colors are considered "light".
    Range: decimals from 0 to 1, recommended 0.5 - 0.6 */
    --threshold: 0.6;
    /* the threshold at which a darker border will be applied.
    Range: decimals from 0 to 1, recommended 0.8+ */
}

.newsletter,
.header-info a,
.header-info button {
    background: rgb(var(--red), var(--green), var(--blue)) !important;

    /* calculates perceived lightness using the sRGB Luma method
    Luma = (red * 0.2126 + green * 0.7152 + blue * 0.0722) / 255 */
    --r: calc(var(--red) * 0.2126);
    --g: calc(var(--green) * 0.7152);
    --b: calc(var(--blue) * 0.0722);
    --sum: calc(var(--r) + var(--g) + var(--b));
    --perceived-lightness: calc(var(--sum) / 255);

    /* shows either white or black color depending on perceived darkness */
    color: hsl(0, 0%, calc((var(--perceived-lightness) - var(--threshold)) * -10000000%)) !important;
}

.newsletter h5,
.newsletter h4 {
    background: rgb(var(--red), var(--green), var(--blue)) !important;

    /* calculates perceived lightness using the sRGB Luma method
    Luma = (red * 0.2126 + green * 0.7152 + blue * 0.0722) / 255 */
    --r: calc(var(--red) * 0.2126);
    --g: calc(var(--green) * 0.7152);
    --b: calc(var(--blue) * 0.0722);
    --sum: calc(var(--r) + var(--g) + var(--b));
    --perceived-lightness: calc(var(--sum) / 255);
    /* shows either white or black color depending on perceived darkness */
    color: hsl(0, 0%, calc((var(--perceived-lightness) - var(--threshold)) * -10000000%));
}

.carousel-thumbnail {
    aspect-ratio: 1 / 1;
    align-items: center;
    display: flex;
    border-radius: 3px;
}

.carousel-thumbnail:hover {
    border: 1px solid var(--shop-color-primary);
}

.carousel-active {
    border: 1px solid var(--shop-color-primary);

}
/*
    Carousel de la page produit
*/
@media (max-width: 767px) {
    .carousel-thumbnail {
        display: none;
    }

    #mainPictureDiv {
        display: none !important;
    }
}

@media (min-width: 767px) {
    #productCarousel {
        display: none;
    }
    .card-body-order-tracking {
        padding: 1rem 1.8rem;
    }
}

.single-hero-slider.single-animation-wrap.pt-100.pb-100.slick-slide.slick-current.slick-active,
.hero-slider-1 {
    height: unset !important;
}

.logo-text-left {
    font-size: 20px;
    width: 14em;
    /*min-width: 10em;*/
    margin-right: 3%;
}

.logo-text {
    color: black;
}

.light-box {
    box-shadow: 3px 2px 15px 0 rgb(0 0 0 / 6%) !important;
    margin-bottom: 2em;
    border-bottom: 0px !important;
    padding-left: 1em;
    padding-right: 1em;
}

.blog-delimiter {
    border-bottom: 1px solid var(--shop-color-primary);
    margin: 5em !important;
}

/* Checkout + Cart */

.checkout-main {
    background-color: white !important;
}

.checkout-tabs .card {
    box-shadow: none !important;
    border-style: none;

}

.checkout-page .form-control.f-custom {
    border-radius: 10px !important;
    border: 1px solid #000 !important;
}

.checkout-page .select2-selection__rendered {
    border-radius: 10px !important;

}

#payment-form .form-control,
#payment-form .select2-selection__rendered {
    border: 1px solid #777 !important;
    background: white !important;
}


.checkout-page .p-div-checkout {
    padding: 0 !important;
}

.checkout-page .card-title {
    font-family: Arial, Helvetica, sans-serif !important;
}

.checkout-page .label-switch {
    background-color: #ddd !important;
}

.checkout-page input:checked+.label-switch {
    background-color: var(--shop-color-primary) !important;
}


/* panier */
.shopping-cart-page .img-cart {
    width: 100%;
    height: 100%;
    max-height: 150px;
    max-width: 150px;
    object-fit: cover;
    object-position: center;
}

.shopping-cart-page .progress-bar {
    background-color: transparent;
}

.shopping-cart-page .progress {
    background-color: transparent;
}

.shopping-cart-page .cart_total {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #f0f0f0;
}

/**/
small {
    font-weight: 300;
}

/**/
