.wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main {
    width: calc(100% - 500px);
}

.wc-block-components-title.wc-block-components-checkout-step__title:before {
    background: transparent;
    border: 0;
    border-radius: 0;
    content: " " counter(checkout-step) ".";
    content: " " counter(checkout-step) "." /"";
    counter-increment: checkout-step;
    left: -50px;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transform: translateX(-50%);
    vertical-align: baseline;
    white-space: nowrap;
}

.wc-block-components-checkout-step__container:after {
    border-left: 3px solid var(--couleur-4);
    content: "";
    height: 100%;
    left: -50px;
    position: absolute;
    top: 0;
}

.section-bloc_content_base {
    padding-top: 0;
}

.wp-block-woocommerce-checkout * {
    width: auto;
}

.wp-block-woocommerce-checkout h2 {
    font-size: clamp(20px, calc(20px + ((35 - 20) * ((100vw - var(--mobile-px)) / (var(--ordinateur) - var(--mobile))))), 35px) !important;
}


.wp-block-woocommerce-checkout .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control__option::after {
    background: var(--couleur-4);
}

.wp-block-woocommerce-checkout .wc-block-components-radio-control--highlight-checked div.wc-block-components-radio-control-accordion-option::after {
    background: var(--couleur-4);
}

.wp-block-woocommerce-checkout .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
    background: var(--couleur-4);
}


.wp-block-woocommerce-checkout .wc-block-components-radio-control--highlight-checked::after {
    border: none;
}

.wp-block-woocommerce-checkout .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.wp-block-woocommerce-checkout .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
    box-shadow: none;
}

.wp-block-woocommerce-checkout .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted *,
.wp-block-woocommerce-checkout .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted * {
    font-family: var(--police-montserrat-extrabold);
}

.wp-block-woocommerce-checkout .wc-block-components-radio-control-accordion-content * {
    font-family: var(--police-montserrat-regular) !important;
    font-size: clamp(12px, calc(12px + ((16 - 12) * ((100vw - var(--mobile-px)) / (var(--ordinateur) - var(--mobile))))), 16px) !important;
}

.wp-block-woocommerce-checkout .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control__option--checked-option-highlighted+.wc-block-components-radio-control__option::after {
    display: initial;
}

.wp-block-woocommerce-checkout .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control__option:first-child::after {
    display: initial;
}

.wp-block-woocommerce-checkout .wc-block-components-radio-control__option:first-child::after,
.wp-block-woocommerce-checkout .wc-block-components-radio-control-accordion-option:first-child::after {
    display: none !important;
}

.wp-block-woocommerce-checkout .wc-block-components-radio-control--highlight-checked div.wc-block-components-radio-control-accordion-option.wc-block-components-radio-control-accordion-option--checked-option-highlighted+div.wc-block-components-radio-control-accordion-option:after {
    display: initial;
}

.wp-block-woocommerce-checkout .wc-block-components-text-input {
    display: flex;
    flex-direction: column;
    margin-top: 35px !important;
}

.wp-block-woocommerce-checkout .wc-block-components-text-input input {
    order: 2 !important;
    padding: 20px 35px !important;
    border: none !important;
    height: 60px !important;
    outline: 1px solid #000 !important;
}

/* Pas possible de retiré car fond blanc */
/* .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded="true"],
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded="true"] {
    box-shadow: none !important;
}

.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
    border: none !important;
}
.wc-block-components-form .wc-block-components-text-input input[type="email"],
.wc-block-components-form .wc-block-components-text-input input[type="number"],
.wc-block-components-form .wc-block-components-text-input input[type="tel"],
.wc-block-components-form .wc-block-components-text-input input[type="text"],
.wc-block-components-form .wc-block-components-text-input input[type="url"],
.wc-block-components-text-input input[type="email"],
.wc-block-components-text-input input[type="number"],
.wc-block-components-text-input input[type="tel"],
.wc-block-components-text-input input[type="text"],
.wc-block-components-text-input input[type="url"] {
    border: none !important;
} */

.wp-block-woocommerce-checkout .wc-block-components-validation-error {
    order: 3;
    color: #cc1818;
    margin-top: 12px;
}

.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input label,
.wp-block-woocommerce-checkout .wc-block-components-text-input label {
    position: initial;
    font-family: var(--police-montserrat-extrabold);
    transform: none !important;
    color: var(--couleur-1);
    margin-bottom: 10px;
}

.wc-block-components-validation-error * {
    color: #cc1818 !important;
    font-size: clamp(12px, calc(12px + ((16 - 12) * ((100vw - var(--mobile-px)) / (var(--ordinateur) - var(--mobile))))), 16px);
}

.wp-block-woocommerce-checkout .wc-block-checkout__terms.wc-block-checkout__terms--with-separator.wp-block-woocommerce-checkout-terms-block * {
    font-size: clamp(12px, calc(12px + ((16 - 12) * ((100vw - var(--mobile-px)) / (var(--ordinateur) - var(--mobile))))), 16px);
}

.wp-block-woocommerce-checkout .wc-block-checkout__terms.wc-block-checkout__terms--with-separator.wp-block-woocommerce-checkout-terms-block a {
    font-family: var(--police-montserrat-extrabold);
    text-decoration: underline;
}

.wc-block-components-checkbox .wc-block-components-checkbox__mark {
    fill: var(--couleur-4);
}

.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button {
    background-color: var(--couleur-4);
    border-radius: 2px !important;
    border: none;
    cursor: pointer;
}

.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button * {
    color: var(--couleur-3);
    font-family: var(--police-montserrat-extrabold);
}

.wc-block-components-checkbox .wc-block-components-radio-control-accordion-content {
    padding: 8px 16px 1em;
}

.wc-block-checkout__form .wc-block-components-radio-control .wc-block-components-radio-control__input {
    height: 1.2em;
    min-height: 18px;
    min-width: 18px;
    left: 0 !important;
    width: 1.2em;
}

.wc-block-checkout__form .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
    height: .70em;
    min-height: 10px;
    min-width: 10px;
    width: .70em;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__option,
.wc-block-checkout__shipping-option .wc-block-components-radio-control__option {
    padding-left: 40px !important;
}

.wc-block-checkout__form .wc-block-components-checkout-step__heading-content {
    font-size: clamp(12px, calc(12px + ((16 - 12) * ((100vw - var(--mobile-px)) / (var(--ordinateur) - var(--mobile))))), 16px) !important;
    margin: 16px 0 !important;
    display: block;
}

.wc-block-checkout__form .wc-block-components-checkout-step__heading-content * {
    font-size: clamp(12px, calc(12px + ((16 - 12) * ((100vw - var(--mobile-px)) / (var(--ordinateur) - var(--mobile))))), 16px) !important;
    color: var(--couleur-2) !important;
    text-decoration: underline;
}


/* */
.wc-block-components-sidebar.wc-block-checkout__sidebar.wp-block-woocommerce-checkout-totals-block {
    height: max-content;
    background-color: var(--couleur-3);
    padding: 50px;
    border-radius: 5px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
    position: sticky;
    top: 15px;
    width: 500px;
}


.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
    border: none !important;
}

.wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-panel,
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-coupon,
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-item {
    padding: 0 !important;
}

.wc-block-components-order-summary__button-text {
    font-family: var(--police-montserrat-extrabold);
}

.wp-block-woocommerce-checkout .wc-block-components-totals-coupon button {
    color: var(--couleur-4) !important;
    text-decoration: underline;
    min-height: initial !important;
}

#wc-block-components-totals-coupon__form .wc-block-components-text-input {
    margin-top: 0 !important;
}

.wp-block-woocommerce-checkout .wc-block-components-totals-coupon svg {
    display: none;
}

.wp-block-woocommerce-checkout #wc-block-components-totals-coupon__input-0 {
    padding: 10px 20px;
    color: var(--couleur-7);
    border: 1px solid var(--couleur-4);
    font-size: clamp(12px, calc(12px + ((16 - 12) * ((100vw - var(--mobile-px)) / (var(--ordinateur) - var(--mobile))))), 16px) !important;
}

.wp-block-woocommerce-checkout .wc-block-components-text-input.wc-block-components-totals-coupon__input label {
    display: none;
}

.wp-block-woocommerce-checkout .wc-block-components-validation-error * {
    color: #cc1818 !important;
    font-size: clamp(12px, calc(12px + ((16 - 12) * ((100vw - var(--mobile-px)) / (var(--ordinateur) - var(--mobile))))), 16px) !important;
}

.wp-block-woocommerce-checkout .wc-block-components-totals-discount__coupon-list-item {
    background-color: var(--couleur-14);
    border: none;
    border-radius: 5px !important;
}

.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
    border: none;
    background-color: var(--couleur-4);
    min-height: auto;
    cursor: pointer;
    border-radius: 5px;
}

.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained * {
    color: var(--couleur-3);
    font-family: var(--police-montserrat-extrabold);
}

.wp-block-woocommerce-checkout .wc-block-components-totals-discount__coupon-list-item:hover {
    background-color: var(--couleur-14);
    border: none;
}

.wp-block-woocommerce-checkout .wc-block-components-chip__remove {
    background: transparent !important;
    cursor: pointer;
}

.wp-block-woocommerce-checkout .wc-block-components-chip__remove * {
    fill: var(--couleur-7);
}

.wp-block-woocommerce-checkout .wc-block-components-product-details * {
    color: var(--couleur-7) !important;
}

.wp-block-woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
    box-shadow: none;
    border: 1px solid var(--couleur-10);
}

.wp-block-woocommerce-checkout .wc-block-components-product-price__regular.wc-block-components-order-summary-item__regular-individual-price {
    text-decoration: line-through;
    color: var(--couleur-9);
}

.wp-block-woocommerce-checkout .wc-block-components-order-summary__content * {
    font-size: clamp(12px, calc(12px + ((16 - 12) * ((100vw - var(--mobile-px)) / (var(--ordinateur) - var(--mobile))))), 16px) !important;
}

.wp-block-woocommerce-checkout .wc-block-components-product-metadata__description {
    display: none;
}

.wp-block-woocommerce-checkout .discount-percentage {
    margin-left: 10px;
    padding: 1px 2px;
    background-color: var(--couleur-4);
    color: var(--couleur-3);
    font-family: var(--police-montserrat-extrabold);
}

.wc-block-components-totals-item__description {
    margin-top: 16px;
}

.wc-block-components-totals-shipping .wc-block-components-totals-item__description * {
    color: var(--couleur-7) !important;
}

.wp-block-woocommerce-checkout-order-summary-discount-block.wc-block-components-totals-wrapper .wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-totals-item__value {
    padding: 1px 2px;
    background-color: var(--couleur-4);
    color: var(--couleur-3);
    font-family: var(--police-montserrat-extrabold);
    font-size: clamp(12px, calc(12px + ((16 - 12) * ((100vw - var(--mobile-px)) / (var(--ordinateur) - var(--mobile))))), 16px) !important;
}

.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-totals-item__value {
    font-family: var(--police-montserrat-extrabold);
    font-weight: unset;
}

.wc-block-components-totals-item.wc-block-components-totals-footer-item * {
    font-family: var(--police-montserrat-extrabold);
    font-size: clamp(15px, calc(15px + ((20 - 15) * ((100vw - var(--mobile-px)) / (var(--ordinateur) - var(--mobile))))), 20px) !important;
}

.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-subtotal-block.wc-block-components-totals-wrapper {
    border-bottom: 1px solid hsla(0, 0%, 7%, .11);
}


html .wc-block-components-totals-shipping .wc-block-components-totals-item__description * {
    color: var(--couleur-7) !important;
    font-size: clamp(10px, calc(10px + ((16 - 10) * ((100vw - var(--mobile-px)) / (var(--ordinateur) - var(--mobile))))), 16px) !important;
}


.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-item__value strong {
    font-family: var(--police-montserrat-extrabold);
    font-weight: unset !important;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-item__value {
    font-weight: initial !important;
}





/* MEDIA */
@media screen and (max-width: 1200px) {
    .wc-block-components-sidebar.wc-block-checkout__sidebar.wp-block-woocommerce-checkout-totals-block {
        width: 100%;
        margin: auto;
        position: initial !important;
        background-color: transparent;
        box-shadow: none;
        padding: 0 !important;
    }

    .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main {
        width: 100%;
        padding-right: 0;
    }

    .wc-block-components-totals-shipping .wc-block-components-totals-item__description * {
        color: var(--couleur-1) !important;
    }

    .wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout {
        gap: 10px !important;
    }
}


@media screen and (max-width: 875px) {
    .wc-block-components-title.wc-block-components-checkout-step__title::before {
        position: initial;
        margin-right: 10px;
    }

    .wc-block-components-checkout-step__container::after {
        display: none;
    }

    .wc-block-checkout__payment-method .wc-block-components-radio-control__option,
    .wc-block-checkout__shipping-option .wc-block-components-radio-control__option {
        padding-left: 30px !important;
    }
}

@media screen and (max-width: 500px) {
    .is-mobile .wc-block-checkout__actions .wc-block-checkout__actions_row {
        flex-direction: column !important;
    }

    .is-mobile .wc-block-checkout__actions .wc-block-components-checkout-return-to-cart-button {
        margin: 16px auto 30px !important;
    }

}