h1.text-hidden,
#home-slider .home-slider > .wp-block-group__inner-container,
#home-rac-selects > .wp-block-group__inner-container,
#home-reparation > .wp-block-group__inner-container,
#home-services > .wp-block-group__inner-container,
#home-pieces-auto > .wp-block-group__inner-container,
#home-vo > .wp-block-group__inner-container,
#reparation-1 > .wp-block-group__inner-container,
#reparation-form > .wp-block-group__inner-container,
#centre-vhu-1 > .wp-block-group__inner-container,
#vhu-form > .wp-block-group__inner-container,
.post-type-archive-vehicules-occasion .container.archive-vo,
.post-type-archive-vehicules-occasion .not-found,
#vo-header,
#primary .woocommerce-notices-wrapper,
#primary .occasion,
#primary .origine,
#primary #main > .product,
#contact-section > .wp-block-group__inner-container,
#pc > .wp-block-group__inner-container,
#gdc > .wp-block-group__inner-container,
#ml > .wp-block-group__inner-container,
#cgv > .wp-block-group__inner-container,
#livraison > .wp-block-group__inner-container,
.woocommerce-account .woocommerce,
.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce,
#faq-header,
.post-type-archive-faq .container.archive-faq,
#page-not-found > .container {
    padding: 0 30px;
    margin: 0 auto;
    width: 100%;
    max-width: 1300px;
}

@media (min-width: 981px) {
    #contact-section > .wp-block-group__inner-container,
    #pc > .wp-block-group__inner-container,
    #gdc > .wp-block-group__inner-container,
    #ml > .wp-block-group__inner-container,
    #cgv > .wp-block-group__inner-container,
    #livraison > .wp-block-group__inner-container,
    .woocommerce-account .woocommerce,
    .woocommerce-cart .woocommerce,
    .woocommerce-checkout .woocommerce {
        padding-top: 80px;
    }
}
@media (min-width: 768px) and (max-width: 980px) {
    #contact-section > .wp-block-group__inner-container,
    #pc > .wp-block-group__inner-container,
    #gdc > .wp-block-group__inner-container,
    #ml > .wp-block-group__inner-container,
    #cgv > .wp-block-group__inner-container,
    #livraison > .wp-block-group__inner-container,
    .woocommerce-account .woocommerce,
    .woocommerce-cart .woocommerce,
    .woocommerce-checkout .woocommerce {
        padding-top: 60px;
    }
}
@media (max-width: 767px) {
    #contact-section > .wp-block-group__inner-container,
    #pc > .wp-block-group__inner-container,
    #gdc > .wp-block-group__inner-container,
    #ml > .wp-block-group__inner-container,
    #cgv > .wp-block-group__inner-container,
    #livraison > .wp-block-group__inner-container,
    .woocommerce-account .woocommerce,
    .woocommerce-cart .woocommerce,
    .woocommerce-checkout .woocommerce {
        padding-top: 35px;
    }
}

.theme-RecupAuto .woocommerce-store-notice.demo_store {
    color: var(--color-black);
    font-weight: bold;
    background-color: var(--color-yellow);
}
.theme-RecupAuto .woocommerce-store-notice.demo_store > .woocommerce-store-notice__dismiss-link {
    color: var(--color-black);
    font-size: var(--font-size-small);
    font-weight: normal;
    font-style: italic;
    text-decoration: unset;
}



/*****************************
*                            *
*           ACCUEIL          *
*                            *
*****************************/

.home .page-header {
    height: 0;
    width: 0;
    overflow: hidden;
}

/* Slider */
#home-slider {
    overflow: hidden;
}
#home-slider .lSSlideOuter {
    position: relative;
}
#home-slider .home-slider {
    height: calc(70vh + 151px);
    padding-top: 151px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-attachment: fixed;
}
#home-slider .home-slider {
    cursor: default;
}
#home-slider .home-slider.pieces-auto {
    background-image: linear-gradient(90deg, rgba(0,0,0,.8) 40%, rgba(0,0,0,.2)), url(../img/pieces-detachees.jpg);
    background-position: center;
}
#home-slider .home-slider.vo {
    background-image: linear-gradient(90deg, rgba(0,0,0,.8) 40%, rgba(0,0,0,.2)), url(../img/vehicules-occasion.jpg);
    background-position: top center;
}
#home-slider .home-slider.reparation {
    background-image: linear-gradient(90deg, rgba(0,0,0,.8) 40%, rgba(0,0,0,.2)), url(../img/reparation.jpg);
    background-position: center;
}
#home-slider .home-slider.vhu {
    background-image: linear-gradient(90deg, rgba(0,0,0,.8) 40%, rgba(0,0,0,.2)), url(../img/centre-vhu.jpg);
    background-position: center;
}
#home-slider .home-slider h2 {
    color: var(--color-blue);
    font-size: var(--font-size-x-large);
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 25px;
    margin-bottom: 20px;
    text-shadow: 1px 1px rgba(229,240,253,.5);
}
#home-slider .home-slider h2.bg::before {
    content: '';
    position: absolute;
    transform: rotate(-11deg);
    background-color: var(--color-yellow);
    z-index: 0;
    width: 60px;
    height: 60px;
    left: -42px;
    top: -20px;
}
#home-slider .home-slider h2.bg::after {
    content: '';
    position: absolute;
    background-color: var(--color-yellow-light);
    z-index: 0;
    width: 60px;
    height: 60px;
    top: -4px;
    left: -25px;
    transform: unset;
}
#home-slider .home-slider h2.bg > span {
    position: relative;
    z-index: 1;
}
#home-slider .home-slider h3 {
    color: white;
    font-size: 50px;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 25px;
}
#home-slider .home-slider p {
    color: white;
    font-size: var(--font-size-medium);
    margin-bottom: 50px;
}

#home-slider ul.lSPager.lSpg {
    margin-top: 0;
    position: absolute;
    z-index: 999;
}
#home-slider ul.lSPager.lSpg > li {
    margin: 20px auto;
}
#home-slider ul.lSPager.lSpg > li > a::before {
    border-color: white;
}
#home-slider ul.lSPager.lSpg > li.active > a::before {
    background-image: radial-gradient(white 4px, transparent 5px)
}

@media (min-width: 981px) {
    #home-slider .home-slider .slider-width {
        max-width: 75%;
    }
    #home-slider ul.lSPager.lSpg {
        flex-direction: column;
        top: 50%;
        right: 85px;
        transform: translateY(-50%);
    }
}
@media (max-width: 980px) {
    #home-slider ul.lSPager.lSpg {
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
}
@media (min-width: 768px) and (max-width: 980px) {
    #home-slider .home-slider {
        height: calc(70vh + 131px);
        padding-top: 131px;
    }
}
@media (max-width: 767px) {
    #home-slider .home-slider {
        height: calc(70vh + 51px);
        padding-top: 51px;
    }
    #home-slider .home-slider h2 {
        font-size: 1.8em;
        margin-left: 15px;
        margin-bottom: 15px;
    }
    #home-slider .home-slider h2.bg::before {
        width: 40px;
        height: 40px;
        top: -12px;
        left: -28px;
    }
    #home-slider .home-slider h2.bg::after {
        width: 40px;
        height: 40px;
        top: -3px;
        left: -15px;
    }
    #home-slider .home-slider h3 {
        font-size: 2.2em;
    }
    #home-slider .home-slider p {
        font-size: var(--font-size-normal);
        margin-bottom: 30px;
    }
    #home-slider .home-slider.vhu {
        background-position: bottom;
    }
    #home-slider ul.lSPager.lSpg > li {
        margin: 10px auto;
    }
}

/* Select véhicule */
#home-rac-selects {
    padding: 30px 0;
    background-color: var(--color-blue-light);
}
#home-rac-selects #rac_user {
    display: flex;
    flex-wrap: wrap;
}
#home-rac-selects #rac_user > p {
    width: 100%;
    font-size: var(--font-size-medium);
    margin-bottom: 20px;
}
#home-rac-selects #rac_user > .rac_user_element {
    width: calc((100% - 170px) / 3);
    margin-right: 20px;
}
#home-rac-selects #rac_user > .rac_user_element > .select2-container {
    width: calc(100% - 40px) !important;
}

@media (max-width: 991px) {
    #home-rac-selects #rac_user > .rac_user_element {
        width: calc((100% - 40px) / 3);
        margin-bottom: 20px !important;
    }
    #home-rac-selects #rac_user > .rac_user_element:nth-child(4) {
        margin-right: 0;
    }
    #home-rac-selects #rac_user > .rac_user_button {
        margin: auto;
    }
}
@media (max-width: 767px) {
    #home-rac-selects #rac_user > .rac_user_element {
        width: 100%;
        margin-right: 0;
    }
    #home-rac-selects #rac_user > .rac_user_button {
        margin-left: 40px;
    }
}

/* Entretien et réparations */
#home-reparation #home-reparation-content > .wp-block-group__inner-container,
#home-pieces-auto > .wp-block-group__inner-container,
#home-vo > .wp-block-group__inner-container,
#reparation-1-content > .wp-block-group__inner-container,
#centre-vhu-1-content > .wp-block-group__inner-container,
.page-not-found {
    display: flex;
}
#home-reparation h2,
#home-pieces-auto-title h2,
#home-vo-title h2,
#reparation-1 h1,
#reparation-form h2,
#centre-vhu-1 h1,
#vhu-form h2,
.theme-RecupAuto.woocommerce-shop #main > header.woocommerce-products-header h1,
.theme-RecupAuto.tax-product_cat #main > header.woocommerce-products-header h1,
.theme-RecupAuto.tax-product_tag #main > header.woocommerce-products-header h1,
#vo-header h1,
#faq-header h1,
.single-vehicules-occasion .occasion .others h2,
.single-vehicules-origine .origine .related h2,
.page-not-found-header h1 {
    font-size: 2em;
    font-weight: 500;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-left: 15px;
}
#home-reparation h3,
#home-services h3,
#home-pieces-auto-title h3,
#home-centre-vhu h3,
#home-vo-title h3,
#reparation-1 h2,
#reparation-2 h3,
#reparation-form h3,
#reparation-form h3,
#centre-vhu-1 h2,
#centre-vhu-2 h3,
#vhu-form h3,
.theme-RecupAuto.woocommerce-shop #main > header.woocommerce-products-header h2,
.theme-RecupAuto.tax-product_cat #main > header.woocommerce-products-header h2,
#vo-header h2,
#faq-header h2,
.single-product .product .wc-tabs-wrapper h3,
.single-vehicules-occasion .occasion h3,
.single-vehicules-origine .origine h3,
.page-not-found-header h2 {
    color: var(--color-blue);
    margin-bottom: 25px;
    font-weight: normal;
}
#home-reparation .col-left,
#reparation-1 .col-left,
#centre-vhu-1 .col-left,
.page-not-found > .page-not-found-content {
    width: 40%;
    padding-right: 15px;
    z-index: 1;
}
#home-reparation .wp-block-buttons,
#home-pieces-auto .wp-block-buttons,
#home-centre-vhu .wp-block-buttons,
#home-vo-title .wp-block-buttons,
#reparation-1 .wp-block-buttons,
#reparation-2 .wp-block-buttons,
#centre-vhu-1 .wp-block-buttons {
    margin-top: 30px;
}
#home-reparation .col-right,
#reparation-1 .col-right,
#centre-vhu-1 .col-right,
.page-not-found > .page-not-found-image {
    width: 60%;
    padding-left: 15px;
}
#home-reparation .col-right figure.wp-block-image,
#reparation-1 .col-right figure.wp-block-image,
#centre-vhu-1 .col-right figure.wp-block-image,
.page-not-found > .page-not-found-image > figure {
    margin-bottom: 0;
    margin-left: auto;
    text-align: center;
    width: 80%;
    max-width: 650px;
    position: relative;
}
#home-reparation .col-right figure.wp-block-image::after,
#reparation-1 .col-right figure.wp-block-image::after,
#centre-vhu-1 .col-right figure.wp-block-image::after,
.page-not-found > .page-not-found-image > figure::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: -10px;
    left: -50px;
    transform: rotate(-11deg);
    background-color: var(--color-yellow);
    z-index: -2;
}

@media (min-width: 981px) {
    #home-reparation,
    #home-pieces-auto {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
@media (max-width: 980px) {
    #home-reparation > .wp-block-group__inner-container,
    #reparation-1 > .wp-block-group__inner-container,
    #centre-vhu-1 > .wp-block-group__inner-container {
        padding: 0;
    }
    #home-reparation-title,
    #reparation-1-title,
    #centre-vhu-1-title {
        padding: 0 30px;
    }
    #home-reparation-content > .wp-block-group__inner-container,
    #reparation-1-content > .wp-block-group__inner-container,
    #centre-vhu-1-content > .wp-block-group__inner-container,
    .page-not-found {
        flex-direction: column-reverse;
    }
    #home-reparation-content .col-left,
    #reparation-1 .col-left,
    #centre-vhu-1 .col-left,
    .page-not-found > .page-not-found-content {
        width: 100%;
        padding: 0 30px;
        margin-top: 30px;
    }
    #home-reparation-content ul {
        display: flex;
        flex-wrap: wrap;
    }
    #home-reparation-content ul > li {
        margin-right: 30px
    }
    #home-reparation-content .col-right,
    #reparation-1 .col-right,
    #centre-vhu-1 .col-right,
    .page-not-found > .page-not-found-image {
        width: 100%;
        max-height: 400px;
        padding: 0;
        overflow: hidden;
    }
    #home-reparation-content .col-right figure.wp-block-image,
    #reparation-1 .col-right figure.wp-block-image,
    #centre-vhu-1 .col-right figure.wp-block-image,
    .page-not-found > .page-not-found-image > figure {
        width: 100%;
        max-width: 100%;
    }
    #home-reparation-content .col-right figure.wp-block-image::after,
    #reparation-1 .col-right figure.wp-block-image::after,
    #centre-vhu-1 .col-right figure.wp-block-image::after,
    .page-not-found > .page-not-found-image > figure::after {
        display: none;
    }
    #home-reparation-content .wp-block-buttons,
    #reparation-1 .wp-block-buttons,
    #centre-vhu-1 .wp-block-buttons {
        justify-content: center;
    }
}
@media (min-width: 768px) and (max-width: 980px) {
    #home-reparation,
    #home-pieces-auto {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media (max-width: 767px) {
    #home-reparation,
    #home-pieces-auto {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    #home-reparation-content .col-left,
    #reparation-1 .col-left,
    #centre-vhu-1 .col-left,
    .page-not-found > .page-not-found-content {
        margin-bottom: 30px;
    }
}
@media (min-width: 500px) and (max-width: 980px) {
    #home-reparation-content ul > li {
        width: calc(33% - 30px);
    }
    #home-reparation-content ul > li:nth-child(3n) {
        margin-right: 0;
    }
}
@media (max-width: 499px) {
    #home-reparation-content ul > li {
        width: calc(50% - 30px);
    }
    #home-reparation-content ul > li:nth-child(even) {
        margin-right: 0;
    }
}

/* Services */
#home-services {
    background-image: linear-gradient(90deg, rgba(0,0,0,.8) 40%, rgba(0,0,0,.2)), url(../img/services.jpg);
    background-color: var(--color-black);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
    color: white;
}
#home-services h2 {
    font-size: 2em;
    color: white;
    text-align: center;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-bottom: 5px;
}
#home-services h3 {
    color: var(--color-yellow);
    text-align: center;
}
#home-services-content .wp-block-group {
    padding: 0 15px;
    cursor: default;
}
#home-services-content .wp-block-group > .wp-block-group__inner-container {
    text-align: center;
}
#home-services .lSSlideWrapper > .wp-block-group__inner-container {
    padding-top: 60px;
    height: auto !important;
}
#home-services .wp-block-group:nth-child(odd) svg {
    position: relative;
    animation: move 5s infinite;
    margin-bottom: 10px;
}
#home-services .wp-block-group:nth-child(even) svg {
    position: relative;
    animation: move2 5s infinite;
    margin-bottom: 10px;
}
#home-services-content .icon .st100,
#centre-vhu-2-content .icon .st100 {
    fill: var(--color-yellow);
}
#home-services-content h4 {
    color: white;
    font-size: 1.3em;
    font-weight: 500;
    margin-top: 10px;
}
#home-services-content a {
    color: white;
}
#home-services-content ul {
    text-align: left;
}

@media (max-width: 767px) {
    #home-services {
        background-position: 60%;
    }
}

/* Pièces auto et VO */
#home-pieces-auto-loop ul.slick-dots > li,
#home-vo-loop ul.slick-dots > li {
    display: flex;
    margin: 0 10px;
    justify-content: center;
    cursor: pointer;
}
#home-pieces-auto-loop ul.slick-dots > li::before,
#home-vo-loop ul.slick-dots > li::before {
    border-color: var(--color-yellow);
}
#home-pieces-auto-loop ul.slick-dots > li:hover::before,
#home-vo-loop ul.slick-dots > li:hover::before {
    background-color: var(--color-yellow);
}
#home-pieces-auto-loop ul.slick-dots > li.slick-active::before,
#home-vo-loop ul.slick-dots > li.slick-active::before {
    background-image: radial-gradient(var(--color-yellow) 4px, transparent 5px);
}

@media (min-width: 981px) {
    #home-pieces-auto #home-pieces-auto-title,
    #home-vo #home-vo-title {
        flex: 0 0 35%;
        padding-right: 30px;
        z-index: 1;
    }
    #home-pieces-auto #home-pieces-auto-loop,
    #home-vo #home-vo-loop {
        flex: 0 0 65%;
        overflow: hidden;
        z-index: 1;
    }
}
@media (max-width: 980px) {
    #home-pieces-auto > .wp-block-group__inner-container,
    #home-vo > .wp-block-group__inner-container {
        flex-wrap: wrap;
        position: relative;
        padding-bottom: 70px;
    }
    #home-pieces-auto #home-pieces-auto-title,
    #home-vo #home-vo-title {
        width: 100%;
        z-index: 1;
    }
    #home-pieces-auto #home-pieces-auto-loop,
    #home-vo #home-vo-loop {
        width: 100%;
        overflow: hidden;
        z-index: 1;
    }
    #home-pieces-auto #home-pieces-auto-title .wp-block-buttons,
    #home-vo #home-vo-title .wp-block-buttons {
        position: absolute;
        bottom: 0;
        width: calc(100% - 60px);
    }
    #home-pieces-auto #home-pieces-auto-title .wp-block-buttons > .wp-block-button,
    #home-vo #home-vo-title .wp-block-buttons > .wp-block-button {
        margin: auto;
    }
}

/* Centre VHU */
#home-centre-vhu h3,
#reparation-2 h3,
#centre-vhu-2 h3 {
    color: var(--color-yellow);
}
#home-centre-vhu #home-centre-vhu-image figure,
#reparation-2-image figure,
#centre-vhu-2-image figure {
    margin-bottom: 0;
}
#home-centre-vhu,
#reparation-2,
#centre-vhu-2 {
    background-color: var(--color-black);
}
#home-centre-vhu-content,
#reparation-2-content,
#centre-vhu-2-container {
    color: white;
    padding: 0 30px;
    display: flex;
    align-items: center;
}
#home-centre-vhu h2,
#reparation-2-content h2,
#centre-vhu-2-container h2 {
    color: white;
    font-size: 2em;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-bottom: 5px;
}
#reparation-2-content a {
    color: var(--color-yellow);
}
#home-centre-vhu-content .wp-block-button__link,
#reparation-2-content .wp-block-button__link {
    color: var(--color-black) !important;
    box-shadow: 5px 5px 0 0 var(--color-yellow) !important;
    border-color: var(--color-yellow) !important;
}
#home-centre-vhu-content .wp-block-button__link:hover,
#reparation-2-content .wp-block-button__link:hover {
    box-shadow: none !important;
    background-color: var(--color-yellow) !important;
}

@media (min-width: 1200px) {
    #home-centre-vhu > .wp-block-group__inner-container,
    #reparation-2 > .wp-block-group__inner-container {
        display: flex;
    }
    #home-centre-vhu > .wp-block-group__inner-container > .wp-block-group,
    #reparation-2 > .wp-block-group__inner-container > .wp-block-group {
        width: 50%;
    }
}
@media (min-width: 1025px) and (max-width: 1199px) {
    #home-centre-vhu #home-centre-vhu-image figure > img,
    #reparation-2 #reparation-2-image figure > img {
        width: 1200px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    #home-centre-vhu > .wp-block-group__inner-container {
        max-height: 400px;
    }
}
@media (min-width: 600px) and (max-width: 1199px) {
    #home-centre-vhu > .wp-block-group__inner-container,
    #reparation-2 > .wp-block-group__inner-container,
    #centre-vhu-2 > .wp-block-group__inner-container {
        position: relative;
        overflow: hidden;
    }
    #home-centre-vhu #home-centre-vhu-content,
    #reparation-2 #reparation-2-content,
    #centre-vhu-2 #centre-vhu-2-container {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0,0,0,.7);
    }
}
@media (min-width: 630px) {
    #home-centre-vhu ol {
        display: flex;
        flex-wrap: wrap;
    }
    #home-centre-vhu ol > li {
        width: calc(50% - 15px);
        margin-right: 30px;
    }
    #home-centre-vhu ol > li:nth-child(even) {
        margin-right: 0;
    }
}
@media (max-width: 599px) {
    #home-centre-vhu #home-centre-vhu-content,
    #reparation-2 #reparation-2-content,
    #centre-vhu-2 #centre-vhu-2-container {
        padding: 30px;
    }
}

/* VO */
#home-vo {
    padding-bottom: 5px;
}
@media (min-width: 981px) {
    #home-vo {
        padding-top: 100px;
    }
}
@media (min-width: 768px) and (max-width: 980px) {
    #home-vo {
        padding-top: 60px;
    }
}
@media (max-width: 767px) {
    #home-vo {
        padding-top: 40px;
    }
}



/*****************************
*                            *
*      PIECES DETACHEES      *
*      (archive-product)     *
*                            *
*****************************/

.theme-RecupAuto.woocommerce-shop #main,
.theme-RecupAuto.tax-product_cat #main {
    padding: 0 30px;
    margin: 0 auto;
    width: 100%;
    max-width: 1300px;
    display: grid;
    grid-template-columns: 30% 3% 33.5% 33.5%;
}
.theme-RecupAuto.woocommerce-shop #main > aside#recupauto-product-search,
.theme-RecupAuto.tax-product_cat #main > aside#recupauto-product-search {
    grid-row: 4/7;
    grid-column: 1;
    position: relative;
    padding: 20px 20px 20px 0;
    background-color: var(--color-blue-light);
    box-sizing: border-box;
}
.theme-RecupAuto.woocommerce-shop #main > #global-breadcrumb,
.theme-RecupAuto.tax-product_cat #main > #global-breadcrumb {
    grid-column: 1/5;
    grid-row: 1;
    width: calc(100% + 60px);
    margin-left: -30px;
}
.theme-RecupAuto.woocommerce-shop #main > header.woocommerce-products-header,
.theme-RecupAuto.tax-product_cat #main > header.woocommerce-products-header {
    grid-column: 1/5;
    grid-row: 2;
}
.theme-RecupAuto.woocommerce-shop #main > .woocommerce-notices-wrapper,
.theme-RecupAuto.tax-product_cat #main > .woocommerce-notices-wrapper,
.theme-RecupAuto.woocommerce-shop #main > .woocommerce-no-products-found,
.theme-RecupAuto.tax-product_cat #main > .woocommerce-no-products-found {
    grid-column: 1/5;
    grid-row: 3;
}
.theme-RecupAuto.woocommerce-shop #main > p.woocommerce-result-count,
.theme-RecupAuto.tax-product_cat #main > p.woocommerce-result-count {
    grid-column: 3;
    grid-row: 4;
}
.theme-RecupAuto.woocommerce-shop #main > #shop_car,
.theme-RecupAuto.tax-product_cat #main > #shop_car {
    display: none;
}
.theme-RecupAuto.woocommerce-shop #main > form.woocommerce-ordering,
.theme-RecupAuto.tax-product_cat #main > form.woocommerce-ordering {
    grid-column: 4;
    grid-row: 4;
    text-align: right;
    z-index: 1;
}
.theme-RecupAuto.woocommerce-shop #main > ul.products,
.theme-RecupAuto.tax-product_cat #main > ul.products {
    grid-column: 3/5;
    grid-row: 5;
    margin-bottom: 0;
}
.theme-RecupAuto.woocommerce-shop #main > .woocommerce-pagination,
.theme-RecupAuto.tax-product_cat #main > .woocommerce-pagination {
    grid-column: 3/5;
    grid-row: 6;
}

.theme-RecupAuto.woocommerce-shop #main > header.woocommerce-products-header,
.theme-RecupAuto.tax-product_cat #main > header.woocommerce-products-header,
.theme-RecupAuto.tax-product_tag #main > header.woocommerce-products-header,
#vo-header,
#faq-header {
    padding-top: 50px;
    padding-bottom: 25px;
}

@media (max-width: 991px) {
    .theme-RecupAuto.woocommerce-shop #main > aside#recupauto-product-search,
    .theme-RecupAuto.tax-product_cat #main > aside#recupauto-product-search {
        grid-row: 1;
        padding: 0;
    }
    .theme-RecupAuto.woocommerce-shop #main > aside#recupauto-product-search > #rac_user,
    .theme-RecupAuto.tax-product_cat #main > aside#recupauto-product-search > #rac_user,
    .theme-RecupAuto.woocommerce-shop #main > aside#recupauto-product-search > #rac_user_selected,
    .theme-RecupAuto.tax-product_cat #main > aside#recupauto-product-search > #rac_user_selected {
        display: none;
    }
    .theme-RecupAuto.woocommerce-shop #main > p.woocommerce-result-count,
    .theme-RecupAuto.tax-product_cat #main > p.woocommerce-result-count {
        grid-column: 1/4;
        grid-row: 5;
        font-size: var(--font-size-small);
    }
    .theme-RecupAuto.woocommerce-shop #main > form.woocommerce-ordering,
    .theme-RecupAuto.tax-product_cat #main > form.woocommerce-ordering {
        grid-column: 3/5;
        grid-row: 5;
    }
    .theme-RecupAuto.woocommerce-shop #main > form.woocommerce-ordering > select,
    .theme-RecupAuto.tax-product_cat #main > form.woocommerce-ordering > select,
    .theme-RecupAuto.tax-product_tag #main > form.woocommerce-ordering > select {
        font-size: var(--font-size-small) !important;
    }
    .theme-RecupAuto.woocommerce-shop #main > ul.products,
    .theme-RecupAuto.tax-product_cat #main > ul.products {
        grid-column: 1/5;
        grid-row: 6;
    }
    .theme-RecupAuto.woocommerce-shop #main > .woocommerce-pagination,
    .theme-RecupAuto.tax-product_cat #main > .woocommerce-pagination {
        grid-column: 1/5;
        grid-row: 7;
    }
    .theme-RecupAuto.woocommerce-shop #main > aside#recupauto-product-search ~ button.yith-wcan-filters-opener,
    .theme-RecupAuto.tax-product_cat #main > aside#recupauto-product-search ~ button.yith-wcan-filters-opener {
        grid-column: 1/5;
        grid-row: 4;
        background-color: var(--color-blue-light) !important;
        padding: 0 5px 0 0;
        margin-right: 0;
        width: fit-content;
        margin-bottom: 15px;
        margin-left: auto;
        display: flex;
        align-items: center;
        border: 0 !important;
        box-shadow: none !important;
        text-transform: unset;
        font-weight: normal !important;
        color: var(--color-black) !important;
        padding: 0 !important;
        z-index: 1;
    }
    .theme-RecupAuto.woocommerce-shop #main > aside#recupauto-product-search ~ button.yith-wcan-filters-opener:hover,
    .theme-RecupAuto.tax-product_cat #main > aside#recupauto-product-search ~ button.yith-wcan-filters-opener:hover {
        background: white !important;
    }
    .theme-RecupAuto.woocommerce-shop #main > aside#recupauto-product-search ~ button.yith-wcan-filters-opener:hover > i,
    .theme-RecupAuto.tax-product_cat #main > aside#recupauto-product-search ~ button.yith-wcan-filters-opener:hover > i {
        filter: unset;
    }
    .theme-RecupAuto.woocommerce-shop #main > aside#recupauto-product-search ~ button.yith-wcan-filters-opener > i,
    .theme-RecupAuto.tax-product_cat #main > aside#recupauto-product-search ~ button.yith-wcan-filters-opener > i {
        margin-right: 5px;
    }
    .theme-RecupAuto.woocommerce-shop #main > #shop_car,
    .theme-RecupAuto.tax-product_cat #main > #shop_car {
        display: block;
        grid-column: 1 / 5;
        grid-row: 4;
        background-color: var(--color-blue-light);
        padding: 5px;
        margin-bottom: 10px;
        font-size: var(--font-size-small);
    }
    .theme-RecupAuto.woocommerce-shop #main > #shop_car > span,
    .theme-RecupAuto.tax-product_cat #main > #shop_car > span {
        font-weight: 600;
    }
    aside#recupauto-product-search #recupauto-product-filter .yith-wcan-filters {
        z-index: 10000;
        background-color: var(--color-blue-light);
    }
    aside#recupauto-product-search #recupauto-product-filter .yith-wcan-filters .close-button {
        color: var(--color-red);
        background: white;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 25px;
        width: 25px;
        font-size: var(--font-size-medium);
    }
    aside#recupauto-product-search #recupauto-product-filter .yith-wcan-filters .filters-container {
        margin-top: 60px;
        height: calc(100% - 60px);
    }
    aside#recupauto-product-search #recupauto-product-filter .yith-wcan-filters .filters-container .mobile-only {
        background-color: var(--color-blue);
        color: white;
        font-weight: normal;
        font-size: 1.2em;
        height: 60px;
        left: 0;
        line-height: 60px;
        margin: 0;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        z-index: 1007;
        display: block !important;
    }
    aside#recupauto-product-search #recupauto-product-filter .yith-wcan-filters .filters-container > .clear-selection::before {
        content: '×';
        margin-right: 4px;
    }
    aside#recupauto-product-search #recupauto-product-filter .yith-wcan-filters .apply-filters {
        width: fit-content;
        margin: auto;
        bottom: 25px;
        line-height: 1 !important;
        box-shadow: unset !important;
        padding: 10px !important;
        height: auto;
        background-color: var(--color-blue) !important;
        color: white !important;
        border: 0 !important;
    }
}
@media (max-width: 549px) {
    .theme-RecupAuto.woocommerce-shop #main > aside#recupauto-product-search ~ button.yith-wcan-filters-opener,
    .theme-RecupAuto.tax-product_cat #main > aside#recupauto-product-search ~ button.yith-wcan-filters-opener {
        grid-row: 5;
        width: 100%;
        margin: -10px 0 10px;
        padding: 5px !important;
    }
    .theme-RecupAuto.woocommerce-shop #main > p.woocommerce-result-count,
    .theme-RecupAuto.tax-product_cat #main > p.woocommerce-result-count {
        grid-row: 7;
        grid-column: 1/5;
        z-index: 1;
        margin-left: 5px;
    }
    .theme-RecupAuto.woocommerce-shop #main > form.woocommerce-ordering,
    .theme-RecupAuto.tax-product_cat #main > form.woocommerce-ordering {
        grid-row: 6;
        grid-column: 1/5;
        text-align: left;
        margin-bottom: 5px;
    }
    .theme-RecupAuto.woocommerce-shop #main > ul.products,
    .theme-RecupAuto.tax-product_cat #main > ul.products {
        grid-row: 8;
    }
    .theme-RecupAuto.woocommerce-shop #main > .woocommerce-pagination,
    .theme-RecupAuto.tax-product_cat #main > .woocommerce-pagination {
        grid-row: 9;
    }
}

/* Sidebar */
aside#recupauto-product-search #rac_user,
aside#recupauto-product-search #rac_user_selected,
aside#recupauto-product-search #recupauto-product-filter .yith-wcan-filter {
    background-color: white !important;
    padding: 5px;
    margin-bottom: 10px;
    font-size: var(--font-size-small);
    border-radius: 0;
    border: none;
}
#home-rac-selects #rac_user > p,
aside#recupauto-product-search #rac_user > p,
aside#recupauto-product-search #rac_user_selected > p,
#rac_user_modal > p,
aside#recupauto-product-search #recupauto-product-filter .yith-wcan-filter > .filter-title {
    font-weight: 500;
    text-transform: uppercase;
}
#home-rac-selects #rac_user > .rac_user_element,
aside#recupauto-product-search #rac_user > .rac_user_element,
#rac_user_modal > .rac_user_element {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
#home-rac-selects #rac_user > .rac_user_element > label,
aside#recupauto-product-search #rac_user > .rac_user_element > label,
#rac_user_modal > .rac_user_element > label {
    display: flex;
}
#home-rac-selects #rac_user > .rac_user_element > label > .rac_select_label,
aside#recupauto-product-search #rac_user > .rac_user_element > label > .rac_select_label,
#rac_user_modal > .rac_user_element > label > .rac_select_label {
    display: inline-block;
    height: 0;
    width: 0;
    overflow: hidden;
}
#home-rac-selects #rac_user > .rac_user_element > label > .rac_select_number,
aside#recupauto-product-search #rac_user > .rac_user_element > label > .rac_select_number,
#rac_user_modal > .rac_user_element > label > .rac_select_number {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    width: 20px;
    margin-right: 5px;
    background-color: #eee;
    border-radius: 50%;
    transition: all .3s ease;
}
#home-rac-selects #rac_user > .rac_user_element > label > .rac_select_number {
    height: 30px;
    width: 30px;
    margin-right: 10px;
    font-size: var(--font-size-button);
}
#home-rac-selects #rac_user > .rac_user_element.selected > label > .rac_select_number,
#home-rac-selects #rac_user > .rac_user_element > label > .rac_select_number.active,
aside#recupauto-product-search #rac_user > .rac_user_element.selected > label > .rac_select_number,
aside#recupauto-product-search #rac_user > .rac_user_element > label > .rac_select_number.active,
#rac_user_modal > .rac_user_element.selected > label > .rac_select_number,
#rac_user_modal > .rac_user_element > label > .rac_select_number.active {
    background-color: var(--color-yellow);
    font-weight: 600;
}
aside#recupauto-product-search #rac_user > .rac_user_element > .select2-container,
#rac_user_modal > .rac_user_element > .select2-container {
    width: calc(100% - 25px) !important;
    height: 20px;
}
#home-rac-selects #rac_user > .rac_user_element > .select2-container .select2-selection,
aside#recupauto-product-search #rac_user > .rac_user_element > .select2-container .select2-selection,
#rac_user_modal > .rac_user_element > .select2-container .select2-selection {
    height: 20px;
    border: 0;
    border-radius: 0;
}
#home-rac-selects #rac_user > .rac_user_element > .select2-container .select2-selection {
    height: 42px;
}
#home-rac-selects #rac_user > .rac_user_element > .select2-container .select2-selection > .select2-selection__rendered,
aside#recupauto-product-search #rac_user > .rac_user_element > .select2-container .select2-selection > .select2-selection__rendered,
#rac_user_modal > .rac_user_element > .select2-container .select2-selection > .select2-selection__rendered {
    color: #585858;
    padding-left: 5px;
    line-height: 6px;
}
#home-rac-selects #rac_user > .rac_user_element > .select2-container .select2-selection > .select2-selection__rendered {
    line-height: 25px;
    font-size: var(--font-size-button);
    font-size: 17px;
    padding-left: 10px;
}
#home-rac-selects #rac_user > .rac_user_element:not(.selected) > label > .rac_select_number:not(.active),
aside#recupauto-product-search #rac_user > .rac_user_element:not(.selected) > label > .rac_select_number:not(.active),
#rac_user_modal > .rac_user_element:not(.selected) > label > .rac_select_number:not(.active),
#home-rac-selects #rac_user > .rac_user_element:not(.selected) > .select2-container.select2-container--disabled .select2-selection > .select2-selection__rendered,
aside#recupauto-product-search #rac_user > .rac_user_element:not(.selected) > .select2-container.select2-container--disabled .select2-selection > .select2-selection__rendered,
#rac_user_modal > .rac_user_element:not(.selected) > .select2-container.select2-container--disabled .select2-selection__rendered,
#home-rac-selects #rac_user > .rac_user_element:not(.selected) > .select2-container.select2-container--disabled .select2-selection > .select2-selection__arrow,
aside#recupauto-product-search #rac_user > .rac_user_element:not(.selected) > .select2-container.select2-container--disabled .select2-selection > .select2-selection__arrow,
#rac_user_modal > .rac_user_element:not(.selected) > .select2-container.select2-container--disabled .select2-selection > .select2-selection__arrow {
    opacity: .5;
}
#home-rac-selects #rac_user > .rac_user_element > .select2-container .select2-selection > .select2-selection__arrow,
aside#recupauto-product-search #rac_user > .rac_user_element > .select2-container .select2-selection > .select2-selection__arrow,
#rac_user_modal > .rac_user_element > .select2-container .select2-selection > .select2-selection__arrow {
    background-image: url(../img/arrow-down.svg);
    background-size: 50% auto;
    background-position: center center;
    background-repeat: no-repeat;
    height: 20px;
    right: 0;
    top: 0;
    width: 20px;
}
#home-rac-selects #rac_user > .rac_user_element > .select2-container .select2-selection > .select2-selection__arrow {
    right: 5px;
    height: 42px;
}
#home-rac-selects #rac_user > .rac_user_element > .select2-container .select2-selection > .select2-selection__arrow > b,
aside#recupauto-product-search #rac_user > .rac_user_element > .select2-container .select2-selection > .select2-selection__arrow > b,
#rac_user_modal > .rac_user_element > .select2-container .select2-selection > .select2-selection__arrow > b {
    display: none;
}
#home-rac-selects #rac_user > .rac_user_button > button,
aside#recupauto-product-search #rac_user button,
#rac_user_modal button {
    line-height: 1 !important;
    height: 37px !important;
    color: white !important;
    background-color: var(--color-blue) !important;
    box-shadow: none !important;
    outline: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    margin-top: 10px;
    cursor: pointer;
}
#home-rac-selects #rac_user > .rac_user_button > button {
    margin-top: 0;
    height: 42px !important;
    font-size: 17px !important;
    padding: 10px !important;
    width: 110px;
}
#home-rac-selects #rac_user button > a,
aside#recupauto-product-search #rac_user button > a,
#rac_user_modal button > a {
    color: white;
}
aside#recupauto-product-search #rac_user_selected > div {
    margin-bottom: 5px;
}
aside#recupauto-product-search #rac_user_selected > div ~ div {
    margin-top: -5px;
}
.select2-container--open {
    font-size: var(--font-size-small);
}
.select2-container--open > .select2-dropdown {
    border: 1px solid var(--color-blue) !important;
    z-index: 10000;
}
.select2-container--open > .select2-dropdown > .select2-search > .select2-search__field {
    border: 0;
    background-color: var(--color-blue-light);
}
.select2-container--open > .select2-dropdown > .select2-search > .select2-search__field:focus-visible {
    outline: 0;
}
.select2-container--open > .select2-dropdown > .select2-results li.select2-results__option--highlighted[data-selected=true] {
    background-color: var(--color-blue-light);
    color: var(--color-black);
}
.select2-container--open > .select2-dropdown > .select2-results li.select2-results__option--highlighted {
    background-color: var(--color-blue);
}

aside#recupauto-product-search #recupauto-product-filter .reset-filters,
aside#recupauto-product-search #recupauto-product-filter .clear-selection {
    color: var(--color-red) !important;
    text-transform: unset;
    font-weight: unset !important;
    font-size: var(--font-size-small) !important;
    border: 0 !important;
    background-color: unset !important;
    box-shadow: unset !important;
    padding: 0 !important;
    margin-bottom: 10px;
    font-style: italic;
    cursor: pointer;
}
aside#recupauto-product-search #recupauto-product-filter .reset-filters::before {
    content: '×';
}
aside#recupauto-product-search #recupauto-product-filter .yith-wcan-filter:last-child {
    margin-bottom: 0;
}
aside#recupauto-product-search #recupauto-product-filter .yith-wcan-filter > .filter-content {
    margin-top: 0;
}
aside#recupauto-product-search #recupauto-product-filter .yith-wcan-filter > .filter-title + .filter-content {
    margin-top: 15px;
}
aside#recupauto-product-search #recupauto-product-filter .yith-wcan-filter > .filter-content .item-count {
    font-size: var(--font-size-x-small);
    color: #585858;
}
aside#recupauto-product-search #recupauto-product-filter .yith-wcan-filter > .filter-content .checkbox {
    line-height: 24px;
}
aside#recupauto-product-search #recupauto-product-filter .yith-wcan-filter > .filter-content .checkbox .checkboxbutton {
    margin: 0;
}
aside#recupauto-product-search #recupauto-product-filter .yith-wcan-filter > .filter-content .checkbox .checkboxbutton::before {
    margin: 0 5px 0 0;
    border-radius: 0;
    border-color: var(--color-black-light);
    height: 16px;
    width: 16px;
}
aside#recupauto-product-search #recupauto-product-filter .yith-wcan-filter > .filter-content .checkbox .checkboxbutton.checked::before {
    border-color: var(--color-blue);
}
aside#recupauto-product-search #recupauto-product-filter .yith-wcan-filter > .filter-content .checkbox .checkboxbutton > input {
    height: 18px;
    width: 18px;
    margin: 0;
}
aside#recupauto-product-search #recupauto-product-filter .yith-wcan-filter > .filter-content .checkbox .toggle-handle {
    right: 0;
}

@media (min-width: 992px) {
    aside#recupauto-product-search::before {
        content: '';
        background-color: var(--color-blue-light);
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin-left: -50vw;
        z-index: -1;
    }
}

.theme-RecupAuto.woocommerce-shop .ui-autocomplete,
.theme-RecupAuto.tax-product_cat .ui-autocomplete {
    box-shadow: none;
}
.theme-RecupAuto.woocommerce-shop .ui-autocomplete > .ui-menu-item,
.theme-RecupAuto.tax-product_cat .ui-autocomplete > .ui-menu-item {
    font-family: var(--font-family);
    padding: 0;
}
.theme-RecupAuto.woocommerce-shop .ui-autocomplete > .ui-menu-item > .ui-menu-item-wrapper,
.theme-RecupAuto.tax-product_cat .ui-autocomplete > .ui-menu-item > .ui-menu-item-wrapper {
    background: var(--color-blue-light);
    padding: 3px;
}
.theme-RecupAuto.woocommerce-shop .ui-autocomplete > .ui-menu-item > .ui-menu-item-wrapper.ui-state-active,
.theme-RecupAuto.tax-product_cat .ui-autocomplete > .ui-menu-item > .ui-menu-item-wrapper.ui-state-active {
    background: var(--color-blue);
    margin: 0;
}

/* Tri personnalisé */
.theme-RecupAuto.woocommerce-shop #main > form.woocommerce-ordering > select,
.theme-RecupAuto.tax-product_cat #main > form.woocommerce-ordering > select,
.theme-RecupAuto.tax-product_tag #main > form.woocommerce-ordering > select {
    font-size: var(--font-size-normal);
    font-family: var(--font-family);
    border: 0;
    background-color: white;
    outline: 0 !important;
}

/* Loop */
/* the slides */
:is(ul.products, ul.loop-vo) .slick-slide {
    margin: 0 15px;
}
.theme-RecupAuto.woocommerce-shop ul.products li.product,
.theme-RecupAuto.tax-product_cat ul.products li.product {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    border: 1px solid var(--color-blue);
    box-shadow: 5px 5px var(--color-blue-light);
}
.theme-RecupAuto.woocommerce-shop ul.products li.product:last-child,
.theme-RecupAuto.tax-product_cat ul.products li.product:last-child {
    margin-bottom: 0;
}
.theme-RecupAuto.woocommerce-shop ul.products li.product .woocommerce-card__header_img,
.theme-RecupAuto.tax-product_cat ul.products .woocommerce-card__header_img {
    grid-column: 1;
}
.woocommerce ul.products li.product .woocommerce-card__header_img,
ul.loop-vo li.vo .img {
    position: relative;
    overflow: hidden;
    padding-top: calc(3 / 4 * 100%);
}
.woocommerce ul.products li.product .woocommerce-card__header_img > .onsale {
    color: var(--color-black);
    background-color: var(--color-yellow);
    font-size: var(--font-size-x-small);
    line-height: 1em;
    top: 21px;
    right: auto;
    left: -20px;
    padding: 3px 20px;
    border-radius: 0;
    box-shadow: 0 1px 2px rgba(34,33,40,.5);
    transform: rotate(-45deg);
    min-height: 0;
}
.woocommerce ul.products li.product .woocommerce-card__header_img > .featured-badge {
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 1;
}
.woocommerce ul.products li.product .woocommerce-card__header_img > .featured-badge > svg,
.woocommerce .product > .featured-badge > svg {
    width: 20px;
    height: 20px;
}
.woocommerce ul.products li.product .woocommerce-card__header_img > .featured-badge > svg > .st100,
.woocommerce .product > .featured-badge > svg > .st100 {
    fill: var(--color-yellow);
    filter: drop-shadow(0 1px 2px rgba(34, 33, 40, .5));
}
.woocommerce ul.products li.product .woocommerce-card__header_img > img,
ul.loop-vo li.vo .img > img {
    margin-bottom: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.woocommerce ul.products li.product > a > .woocommerce-card__header_img > .hover,
ul.loop-vo li.vo .img > .hover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(34,33,40,.8);
    color: var(--color-yellow);
    opacity: 0;
    transition: all .3s ease;
}
.woocommerce ul.products li.product:hover > a > .woocommerce-card__header_img > .hover,
ul.loop-vo li.vo:hover .img > .hover {
    opacity: 1;
}
.woocommerce ul.products li.product > a > .woocommerce-card__header_img > .hover > svg,
ul.loop-vo li.vo .img > .hover > svg {
    height: 22.5px;
    width: auto;
    margin-bottom: 10px;
}
.woocommerce ul.products li.product > a > .woocommerce-card__header_img > .hover > svg > path,
ul.loop-vo li.vo .img > .hover > svg > path {
    fill: var(--color-yellow);
}
.woocommerce ul.products li.product > a > .woocommerce-card__header_img > .hover > span,
ul.loop-vo li.vo .img > .hover > span {
    text-align: center;
}
.theme-RecupAuto.woocommerce-shop ul.products li.product .wc_loop_title,
.theme-RecupAuto.tax-product_cat ul.products .wc_loop_title {
    grid-column: 2;
    padding: 15px;
}
.woocommerce ul.products li.product .wc_loop_title > .woocommerce-loop-product__title,
.woocommerce ul.products .wc_loop_title > .woocommerce-loop-product__title {
    font-weight: 500;
    padding: 0;
    margin-bottom: 10px;
}
.woocommerce ul.products .wc_loop_title > .woocommerce-loop-product__title::before,
.woocommerce ul.products .wc_loop_title > .woocommerce-loop-product__title::after {
    display: none;
}
.woocommerce ul.products .wc_loop_title > p.wc_loop_origine,
.woocommerce ul.products .wc_loop_title > p.wc_loop_piece,
.woocommerce ul.products .wc_loop_title > p.wc_loop_sku {
    color: var(--color-black);
    margin-bottom: 0;
}
.woocommerce ul.products .wc_loop_title > p.wc_loop_origine {
    display: flex;
    flex-wrap: wrap;
}
.woocommerce .rac_compatibility {
    position: relative;
    transition: all .3s ease;
    display: flex;
}
.woocommerce .rac_compatibility > .rac_compatibility_icon {
    display: flex;
}
.woocommerce .rac_compatibility > .rac_compatibility_icon > svg {
    margin-right: 5px;
    height: 20px;
    width: auto;
}
.woocommerce  .rac_compatibility.ok > .rac_compatibility_icon > svg > .st100,
#primary #single_product_supported_car.ok > .rac_compatibility_icon > svg > .st100 {
    fill: var(--wp--preset--color--vivid-green-cyan);
}
.woocommerce .rac_compatibility.partial > .rac_compatibility_icon > svg > .st100,
#primary #single_product_supported_car.partial > .rac_compatibility_icon > svg > .st100 {
    fill: var(--wp--preset--color--luminous-vivid-amber);
}
.woocommerce  .rac_compatibility.nok > .rac_compatibility_icon > svg > .st100,
#primary #single_product_supported_car.nok > .rac_compatibility_icon > svg > .st100 {
    fill: var(--color-red);
}
.woocommerce  .rac_compatibility.info > .rac_compatibility_icon > svg > .st100,
#primary #single_product_supported_car.info > .rac_compatibility_icon > svg > .st100 {
    fill: var(--color-blue);
}
.woocommerce ul.products .wc_loop_title > p.wc_loop_origine > .rac_compatibility > .rac_compatibility_text {
    position: absolute;
    bottom: 30px;
    left: 0;
    color: white;
    background-color: var(--color-red);
    padding: 5px;
    min-width: 140px;
    text-align: center;
    font-size: var(--font-size-x-small);
    text-transform: uppercase;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
}
.woocommerce ul.products .wc_loop_title > p.wc_loop_origine > .rac_compatibility.ok > .rac_compatibility_text {
    background-color: var(--wp--preset--color--vivid-green-cyan);
}
.woocommerce ul.products .wc_loop_title > p.wc_loop_origine > .rac_compatibility.partial > .rac_compatibility_text {
    background-color: var(--wp--preset--color--luminous-vivid-amber);
}
.woocommerce ul.products .wc_loop_title > p.wc_loop_origine > .rac_compatibility.nok > .rac_compatibility_text {
    background-color: var(--color-red);
}
.woocommerce ul.products .wc_loop_title > p.wc_loop_origine > .rac_compatibility.info > .rac_compatibility_text {
    background-color: var(--color-blue);
}
.woocommerce ul.products .wc_loop_title > p.wc_loop_origine > .rac_compatibility:hover > .rac_compatibility_text {
    visibility: visible;
    opacity: 1;
}
.woocommerce ul.products .wc_loop_title > p.wc_loop_sku {
    display: flex;
    flex-direction: column;
}
.woocommerce ul.products li.product .price {
    color: var(--color-black);
    font-size: var(--font-size-normal);
}
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .price ins {
    font-weight: 500;
}
.theme-RecupAuto.woocommerce-shop ul.products li.product .price,
.theme-RecupAuto.tax-product_cat ul.products .price {
    grid-column: 3;
    padding: 15px;
    text-align: right;
}
.theme-RecupAuto.woocommerce-shop ul.products li.product .woocommerce-card__footer_content > a.product_type_variable.add_to_cart_button:hover,
.theme-RecupAuto.tax-product_cat ul.products .woocommerce-card__footer_content > a.product_type_variable.add_to_cart_button:hover {
    background-color: var(--color-yellow) !important
}
.woocommerce ul.products li.product .added_to_cart {
    display: none;
}
@media (min-width: 550px) {
    .theme-RecupAuto.woocommerce-shop ul.products li.product > a.woocommerce-loop-product__link,
    .theme-RecupAuto.tax-product_cat ul.products li.product > a.woocommerce-loop-product__link {
        display: grid;
        grid-template-columns: 200px auto 200px;
    }
    .theme-RecupAuto.woocommerce-shop ul.products li.product .woocommerce-card__footer_content,
    .theme-RecupAuto.tax-product_cat ul.products .woocommerce-card__footer_content {
        display: flex;
        flex-direction: column;
        position: absolute;
        bottom: 5px;
        right: 5px;
    }
    .theme-RecupAuto.woocommerce-shop ul.products li.product .woocommerce-card__footer_content .qib-container,
    .theme-RecupAuto.tax-product_cat ul.products .woocommerce-card__footer_content .qib-container {
        margin-left: auto;
    }
    .theme-RecupAuto.woocommerce-shop ul.products li.product form.cart .woocommerce-card__footer_content .qib-container + button[type="submit"]:not(#qib_id):not(#qib_id),
    .theme-RecupAuto.tax-product_cat ul.products form.cart .woocommerce-card__footer_content .qib-container + button[type="submit"]:not(#qib_id):not(#qib_id) {
        margin-top: 5px;
        margin-left: 0;
    }
}
@media (min-width: 550px) and (max-width: 768px) {
    .woocommerce ul.products li.product > a > .woocommerce-card__header_img > .hover > svg {
        height: 18px;
        margin-bottom: 5px;
    }
    .woocommerce ul.products li.product > a > .woocommerce-card__header_img > .hover > span {
        font-size: var(--font-size-x-small);
    }
    .theme-RecupAuto.woocommerce-shop ul.products li.product > a.woocommerce-loop-product__link,
    .theme-RecupAuto.tax-product_cat ul.products li.product > a.woocommerce-loop-product__link {
        grid-template-columns: 100px auto 180px;
    }
    .theme-RecupAuto.woocommerce-shop ul.products li.product .wc_loop_title,
    .theme-RecupAuto.tax-product_cat ul.products .wc_loop_title,
    .theme-RecupAuto.woocommerce-shop ul.products li.product .price,
    .theme-RecupAuto.tax-product_cat ul.products .price {
        padding: 5px 10px;
    }
    .theme-RecupAuto.woocommerce-shop ul.products li.product .wc_loop_title > p,
    .theme-RecupAuto.tax-product_cat ul.products .wc_loop_title > p,
    .theme-RecupAuto.woocommerce-shop ul.products li.product .price,
    .theme-RecupAuto.tax-product_cat ul.products .price {
        font-size: var(--font-size-small);
    }
    .theme-RecupAuto.woocommerce-shop ul.products li.product .woocommerce-card__footer_content,
    .theme-RecupAuto.tax-product_cat ul.products .woocommerce-card__footer_content {
        flex-direction: revert;
    }
    .theme-RecupAuto.woocommerce-shop ul.products li.product .woocommerce-card__footer_content .qib-button:not(#qib_id):not(#qib_id),
    .theme-RecupAuto.tax-product_cat ul.products .woocommerce-card__footer_content .qib-button:not(#qib_id):not(#qib_id) {
        font-size: var(--font-size-small);
        width: 15px;
    }
    .theme-RecupAuto.woocommerce-shop ul.products li.product .woocommerce-card__footer_content .qib-container .quantity input.qty:not(#qib_id):not(#qib_id),
    .theme-RecupAuto.tax-product_cat ul.products .woocommerce-card__footer_content .qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
        font-size: var(--font-size-small);
        width: 35px;
    }
    .theme-RecupAuto.woocommerce-shop ul.products li.product form.cart .woocommerce-card__footer_content .qib-container + button[type="submit"]:not(#qib_id):not(#qib_id),
    .theme-RecupAuto.tax-product_cat ul.products form.cart .woocommerce-card__footer_content .qib-container + button[type="submit"]:not(#qib_id):not(#qib_id) {
        margin-top: 0;
        margin-left: 5px;
        padding: 10px 15px !important;
    }
    .theme-RecupAuto.woocommerce-shop ul.products li.product .woocommerce-card__footer_content > a.product_type_variable.add_to_cart_button,
    .theme-RecupAuto.tax-product_cat ul.products li.product .woocommerce-card__footer_content > a.product_type_variable.add_to_cart_button {
        padding: 10px 15px !important;
    }
}
@media (max-width: 549px) {
    .theme-RecupAuto.woocommerce-shop ul.products,
    .theme-RecupAuto.tax-product_cat ul.products {
        display: flex;
        flex-wrap: wrap;
        margin-top: -30px;
        margin-left: -30px;
    }
    .theme-RecupAuto.woocommerce-shop ul.products li.product,
    .theme-RecupAuto.tax-product_cat ul.products li.product {
        width: calc(100% / 2 - 30px) !important;
        margin: 30px 0 0 30px !important;
    }
    .theme-RecupAuto.woocommerce-shop ul.products li.product .wc_loop_title,
    .theme-RecupAuto.tax-product_cat ul.products li.product .wc_loop_title {
        padding: 15px 10px 10px;
    }
    .theme-RecupAuto.woocommerce-shop ul.products li.product .price,
    .theme-RecupAuto.tax-product_cat ul.products li.product .price {
        padding: 0 10px 10px;
        text-align: left;
    }
    .theme-RecupAuto.woocommerce-shop ul.products li.product form.cart,
    .theme-RecupAuto.tax-product_cat ul.products li.product form.cart {
        display: flex;
        justify-content: space-evenly;
    }
    .theme-RecupAuto.woocommerce-shop ul.products li.product .woocommerce-card__footer,
    .theme-RecupAuto.tax-product_cat ul.products li.product .woocommerce-card__footer {
        padding: 0 10px 15px;
        margin-bottom: 0;
    }
    .theme-RecupAuto.woocommerce-shop ul.products li.product .woocommerce-card__footer > .woocommerce-card__footer_content,
    .theme-RecupAuto.tax-product_cat ul.products li.product .woocommerce-card__footer > .woocommerce-card__footer_content {
        text-align: center;
    }
    .theme-RecupAuto.woocommerce-shop ul.products li.product .woocommerce-card__footer .qib-container + button[type='submit']:not(#qib_id):not(#qib_id),
    .theme-RecupAuto.tax-product_cat ul.products li.product .woocommerce-card__footer .qib-container + button[type='submit']:not(#qib_id):not(#qib_id) {
        margin-left: -5px;
    }
}
@media (max-width: 449px) {
    .theme-RecupAuto.woocommerce-shop ul.products,
    .theme-RecupAuto.tax-product_cat ul.products,
    .single-product .product .upsells.products > ul.products,
    ul.loop-vo li.vo,
    .single-vehicules-occasion .others.loop-vo > ul.loop-vo,
    .single-vehicules-origine .related > ul.products {
        margin-left: 0;
    }
    .theme-RecupAuto.woocommerce-shop ul.products li.product:not(.slick-slide),
    .theme-RecupAuto.tax-product_cat ul.products li.product:not(.slick-slide),
    .single-product .product .upsells.products > ul.products li.product:not(.slick-slide),
    ul.loop-vo li.vo:not(.slick-slide),
    .single-vehicules-occasion .others.loop-vo > ul.loop-vo li.vo:not(.slick-slide),
    .single-vehicules-origine .related > ul.products li.product:not(.slick-slide) {
        width: 100% !important;
        margin-left: 0 !important;
    }
}

/* Pagination */
.woocommerce nav.woocommerce-pagination > ul.page-numbers {
    border: 0;
    margin: 50px 0 0;
}
.woocommerce nav.woocommerce-pagination > ul.page-numbers > li {
    border: 0;
}
.woocommerce nav.woocommerce-pagination > ul.page-numbers > li > .page-numbers {
    color: var(--color-blue);
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    margin: 0 5px;
    transition: all .3s ease;
}
.woocommerce nav.woocommerce-pagination > ul.page-numbers > li > a.page-numbers:hover {
    background-color: var(--color-blue-light);
}
.woocommerce nav.woocommerce-pagination > ul.page-numbers > li > span.current {
    background-color: var(--color-blue);
    color: white;
}



/*****************************
*                            *
*      PIECES DETACHEES      *
*      (tax-product_tag)     *
*                            *
*****************************/

.theme-RecupAuto.tax-product_tag #main {
    padding: 0 30px;
    margin: 0 auto;
    width: 100%;
    max-width: 1300px;
}
.theme-RecupAuto.tax-product_tag #main > ul.products {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.theme-RecupAuto.tax-product_tag #main > ul.products li.product {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid var(--color-blue);
    box-shadow: 5px 5px var(--color-blue-light);
}
.theme-RecupAuto.tax-product_tag #main > ul.products li.product .wc_loop_title {
    padding: 15px;
}
.theme-RecupAuto.tax-product_tag #main > ul.products li.product .price {
    padding: 0 15px 15px;
}
.theme-RecupAuto.tax-product_tag #main > ul.products li.product .woocommerce-card__footer {
    text-align: center;
    margin-bottom: 15px;
}

@media (max-width: 980px) {
    .theme-RecupAuto.tax-product_tag #main > ul.products li.product {
        width: calc(100% / 2 - 15px) !important;
        margin: 0 30px 30px 0;
    }
    .theme-RecupAuto.tax-product_tag #main > ul.products li.product:nth-child(even) {
        margin-right: 0;
    }
}
@media (max-width: 449px) {
    .theme-RecupAuto.tax-product_tag #main > ul.products li.product {
        width: 100% !important;
        margin-right: 0 ;
    }
    .theme-RecupAuto.tax-product_tag #main > ul.products li.product:last-child {
        margin-bottom: 0;
    }
}



/*****************************
*                            *
*       SINGLE PRODUCT       *
*                            *
*****************************/

#primary {
    padding-top: 151px;
    background-image: linear-gradient(180deg, var(--color-blue-light) 182px, transparent 182px);
}
@media (min-width: 768px) and (max-width: 980px) {
    #primary {
        padding-top: 131px;
        background-image: linear-gradient(180deg, var(--color-blue-light) 162px, transparent 162px);
    }
}
@media (max-width: 767px) {
    #primary {
        padding-top: 51px;
        background-image: linear-gradient(180deg, var(--color-blue-light) 82px, transparent 82px);
    }
}
#primary .woocommerce-notices-wrapper {
    padding: 0 30px;
}
#primary .occasion,
#primary #main > .product,
#primary .origine {
    margin-top: 95px;
}

.single-product .product .woocommerce-product-gallery,
.single-vehicules-occasion .occasion .img,
.single-vehicules-origine .origine .img {
    order: 2;
    flex: 0 0 50%;
    overflow: hidden;
    margin-bottom: 0 !important;
}
.woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image > a.wc_gallery_image_link {
    position: relative;
    display: flex;
    justify-content: center;
    padding-bottom: 0;
    overflow: hidden;
    padding-top: calc(3 / 4 * 100%);
}
.woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image > a.wc_gallery_image_link > img {
    margin-bottom: 0;
    object-fit: cover;
    height: 100%!important;
    width: 100%!important;
    position: absolute;
    top: 0;
    left: 0;
}
.lSSlideOuter ul.lSPager.lSGallery {
    margin-bottom: 10px;
}
.lSSlideOuter ul.lSPager.lSGallery > li {
    position: relative;
    border: 2px solid transparent;
    border-radius: 0 !important;
    cursor: pointer;
    transition: all .3s ease;
}
.lSSlideOuter ul.lSPager.lSGallery > li.active,
.lSSlideOuter ul.lSPager.lSGallery > li:hover {
    border-color: var(--color-yellow);
}
.lSSlideOuter ul.lSPager.lSGallery > li::before,
.lg-container > .lg-outer .lg-thumb-item::before,
#content-tab-vehicule_origine .wc-product-origine-gallery__wrapper > .wc-product-origine-gallery__image > a::before {
    content: url(../img/camera_yellow.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    height: 15px;
    width: 17px;
    transform: translate(-50%, -50%);
    background: none;
    opacity: 0;
    z-index: 1;
    transition: all .3s ease;
}
.lSSlideOuter ul.lSPager.lSGallery > li.active::before,
.lSSlideOuter ul.lSPager.lSGallery > li:hover::before,
.lg-container > .lg-outer .lg-thumb-item.active::before,
.lg-container > .lg-outer .lg-thumb-item:hover::before,
#content-tab-vehicule_origine .wc-product-origine-gallery__wrapper > .wc-product-origine-gallery__image > a:hover::before {
    opacity: 1;
}
.lSSlideOuter ul.lSPager.lSGallery > li::after,
.lg-container > .lg-outer .lg-thumb-item::after,
#content-tab-vehicule_origine .wc-product-origine-gallery__wrapper > .wc-product-origine-gallery__image > a::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--color-black);
    opacity: 0;
    transition: all .3s ease;
}
.lSSlideOuter ul.lSPager.lSGallery > li.active::after,
.lSSlideOuter ul.lSPager.lSGallery > li:hover::after,
.lg-container > .lg-outer .lg-thumb-item.active::after,
.lg-container > .lg-outer .lg-thumb-item:hover::after,
#content-tab-vehicule_origine .wc-product-origine-gallery__wrapper > .wc-product-origine-gallery__image > a:hover::after {
    opacity: .65;
}
.lSSlideOuter ul.lSPager.lSGallery > li > a {
    position: relative;
    display: flex;
    justify-content: center;
    padding-bottom: 0;
    overflow: hidden;
    padding-top: calc(3 / 4 * 100%);
}
.lSSlideOuter ul.lSPager.lSGallery > li > a > img {
    margin-bottom: 0;
    object-fit: cover;
    height: 100%!important;
    width: 100%!important;
    position: absolute;
    top: 0;
    left: 0;
}
.lg-on body {
    overflow: hidden !important;
}
.lg-container > .lg-backdrop,
.lg-container > .lg-outer {
    z-index: 10000;
}
.lg-container > .lg-backdrop,
.lg-container > .lg-outer .lg-thumb-outer {
    background-color: var(--color-black);
}
.lg-container > .lg-outer button {
    background-color: transparent;
}
.lg-container > .lg-outer .lg-thumb-item {
    border-color: white;
    border-radius: 0;
    position: relative;
    cursor: pointer;
}
.lg-container > .lg-outer .lg-thumb-item.active,
.lg-container > .lg-outer .lg-thumb-item:hover {
    border-color: var(--color-yellow);
}

/* Mon véhicule */
#primary #single_product_supported_car {
    max-width: 1300px;
    width: 100%;
    padding: 10px 30px;
    margin: 30px auto -50px;
    display: grid;
    grid-template-columns: 50px 1fr 150px;
    background-color: var(--color-blue-light);
}
#primary #single_product_supported_car.info {
    grid-template-columns: 50px 1fr 250px;
}
#primary #single_product_supported_car > .rac_compatibility_icon {
    display: flex;
    align-items: center;
}
#primary #single_product_supported_car > .rac_compatibility_text__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#primary #single_product_supported_car > .rac_compatibility_text__wrapper > .rac_compatibility_selected {
    font-weight: 600;
}
#primary #single_product_supported_car > .rac_compatibility_link {
    margin-left: auto;
    padding: 0 5px 5px 0;
}

/* Pomo + En vedette */
.woocommerce .product > .onsale {
    color: white;
    background-color: var(--color-blue);
    font-size: var(--font-size-x-small);
    line-height: 1em;
    top: 10px !important;
    left: 25px !important;
    padding: 3px 10px;
    border-radius: 0;
    box-shadow: 0 1px 2px rgba(34,33,40,.5);
    min-height: 0;
}
.woocommerce .product > .onsale::after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    left: 0;
    bottom: -5px;
    display: block;
    border-top: 5px solid var(--color-blue);
    border-left: 5px solid transparent;
    filter: brightness(65%);
}
.woocommerce .product > .featured-badge > svg {
    position: relative;
    z-index: 1;
    margin-top: 2px;
    margin-left: -22px;
}

.single-product .product .summary,
.single-vehicules-occasion .occasion > .detail-vo,
.single-vehicules-origine .origine > .detail-origine {
    padding-left: 10%;
    margin-bottom: 0 !important;
}
.single h1 {
    font-size: 2.4em;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.single h1::before {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    top: -3px;
    left: -15px;
    background-color: var(--color-yellow-light);
    z-index: -1;
}
.single h1::after {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    top: -12px;
    left: -30px;
    transform: rotate(-11deg);
    background-color: var(--color-yellow);
    z-index: -2;
}
.single-product .product .summary > .price,
.single-vehicules-occasion .occasion .detail-vo > .price {
    color: var(--color-blue);
    font-weight: 500;
    font-size: 2em;
    margin-bottom: 30px;
}
.product .price ins {
    font-weight: inherit;
    text-decoration: none;
}
.single-product .product .summary > p.price + form.cart {
    margin-top: 2em;
}
ul.products li.product form.cart {
    margin-bottom: 0;
}
.single-product ul.products li.product form.cart {
    display: flex;
    justify-content: space-evenly;
}
.single-product .product .summary > form.variations_form table.variations tr th.label {
    vertical-align: middle;
    text-align: left;
    padding-right: 15px;
}
.single-product .product .summary > form.variations_form table.variations tr td.value > select {
    min-height: 40px;
    color: var(--color-black);
    font-size: var(--font-size-normal);
    font-family: var(--font-family);
    background-color: transparent;
    padding: 7.5px 15px 7.5px 9px;
    border-radius: 0;
    border: 1px solid var(--color-yellow-light) !important;
    box-shadow: 5px 5px 0 var(--color-yellow-light);
    outline: 0 !important;
}
.single-product .product .summary > form.variations_form table.variations tr:not(:last-child) td.value > select {
    margin-bottom: 10px;
}
.single-product .product .summary > form.variations_form .single_variation_wrap .woocommerce-variation-price  {
    margin-bottom: 10px;
}
.single-product .product .summary > form.variations_form .single_variation_wrap .woocommerce-variation-price .price {
    color: var(--color-yellow);
    font-weight: 500;
    font-size: 2em;
}
.product form.cart button[type="submit"] {
    line-height: 1 !important;
    height: 37px !important;
    color: white !important;
    background-color: var(--color-blue) !important;
    box-shadow: none !important;
    outline: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
}
ul.products li.product .woocommerce-card__footer_content > a.product_type_variable.add_to_cart_button {
    line-height: 1 !important;
    height: 37px;
    width: 111px;
    color: white !important;
    text-align: center;
    background-color: var(--color-blue) !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 10px !important;
    margin-top: 0;
}
ul.products li.product .woocommerce-card__footer_content button[type="submit"] {
    width: 111px;
    text-align: center;
    padding: 10px !important;
}
.product form.cart button[type="submit"]:hover,
ul.products li.product .woocommerce-card__footer_content > a.product_type_variable.add_to_cart_button:hover {
    color: var(--color-black) !important;
    background-color: var(--color-yellow) !important;
}
.product form.cart button[type="submit"].added::after {
    font-weight: 500;
    margin-left: 2px;
}
.product form.cart button[type="submit"] > .xoo-cp-added,
.product form.cart button[type="submit"] + a.added_to_cart {
    display: none;
}

.single-product .product .summary > .stock {
    color: var(--color-black);
}
.single-product .product .summary > .stock.out-of-stock {
    color: var(--color-red);
}

.single-product .product .summary > .single_product_compatibility {
    padding-bottom: 10px;
}
.single-product .product .summary > .product_meta {
    display: flex;
    flex-direction: column;
}
.single-product .product .summary > .product_meta > span,
.single-vehicules-occasion .occasion .detail-vo > .more > a {
    color: var(--color-black);
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: -1px;
    border-top: 1px solid var(--color-blue-light);
    border-bottom: 1px solid var(--color-blue-light);
    transition: all .2s ease;
}
.single-product .product .summary > .product_meta > span {
    font-weight: 600;
}
.single-product .product .summary > .product_meta > span > span,
.single-product .product .summary > .product_meta > span > a {
    color: var(--color-black);
    font-weight: normal;
}

.single-product .product .wc-tabs-wrapper {
    padding-top: 80px;
}
.single-product .product .wc-tabs-wrapper > .tab:not(:first-child) h2:not(.woocommerce-loop-product__title) {
    margin-top: 80px;
}
.single-product .product .wc-tabs-wrapper h2,
.single-product .product .upsells.products > h2,
.single-vehicules-origine .origine .infos-origine h2 {
    font-size: 2em;
    font-weight: 500;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-left: 15px;
    margin-bottom: 20px;
}
.single-product .product .wc-tabs-wrapper #content-tab-pieces_vehicule_origine h2 {
    margin-bottom: 5px;
}
.single-product .product .wc-tabs-wrapper h2::before,
.single-product .product .upsells.products > h2::before {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    top: -3px;
    left: -15px;
    background-color: var(--color-yellow-light);
    z-index: -1;
}
.single-product .product .wc-tabs-wrapper h2::after,
.single-product .product .upsells.products > h2::after {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    top: -12px;
    left: -28px;
    transform: rotate(-11deg);
    background-color: var(--color-yellow);
    z-index: -2;
}
.single-product .product .wc-tabs-wrapper #content-tab-additional_information table {
    border: 0;
    margin-bottom: 0;
}
.single-product .product .wc-tabs-wrapper #content-tab-additional_information th,
.single-product .product .wc-tabs-wrapper #content-tab-additional_information td {
    text-align: left;
    line-height: 1.2;
    background: none;
    padding: 10px 30px 10px 0;
    border-top: 0;
    border-bottom: 1px solid var(--color-blue-light);
}
.single-product .product .wc-tabs-wrapper #content-tab-additional_information tr:first-child th,
.single-product .product .wc-tabs-wrapper #content-tab-additional_information tr:first-child td {
    padding-top: 0 !important;
}
.single-product .product .wc-tabs-wrapper #content-tab-additional_information td {
    font-style: inherit;
}
.single-product .product .wc-tabs-wrapper #content-tab-additional_information td a {
    color: var(--color-black);
}
.single-product .product .wc-tabs-wrapper #content-tab-additional_information td p {
    padding: 0;
}

/* Info véhicule */
.infos-vo > ul.infos,
.infos-origine > ul.infos,
#content-tab-vehicule_origine > ul.infos {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
}
.infos-vo > ul.infos > li.info,
.infos-origine > ul.infos > li.info,
#content-tab-vehicule_origine > ul.infos > li.info {
    width: calc(100% / 3);
    padding-right: 30px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--color-blue-light);
}

#content-tab-vehicule_origine .wc-product-origine-gallery__wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 1em 0 ;
}
#content-tab-vehicule_origine .wc-product-origine-gallery__wrapper > .wc-product-origine-gallery__image {
    width: calc(100% / 6 - 3px);
    margin-right: 3px;
    margin-bottom: 3px;
}
#content-tab-vehicule_origine .wc-product-origine-gallery__wrapper > .wc-product-origine-gallery__image > a {
    position: relative;
    display: flex;
    overflow: hidden;
    border: 2px solid transparent;
    padding-top: calc(3 / 4 * 100%);
    transition: all .3s ease;
}
#content-tab-vehicule_origine .wc-product-origine-gallery__wrapper > .wc-product-origine-gallery__image > a:hover {
    border-color: var(--color-blue);
}
#content-tab-vehicule_origine .wc-product-origine-gallery__wrapper > .wc-product-origine-gallery__image > a > img {
    margin-bottom: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#content-tab-vehicule_origine > ul.infos + .lSSlideOuter > ul.lSPager.lSpg {
    margin-bottom: calc(1em + 5px);
}

/* Loop */
.single-product .product .upsells.products:not(.woocommerce),
.single-vehicules-origine .related {
    margin-top: 80px;
}
.woocommerce-cart .woocommerce > .cart-collaterals > .cross-sells ul.products,
.single-product .product .upsells.products ul.products,
.single-vehicules-occasion .others.loop-vo ul.loop-vo,
.single-vehicules-origine .related ul.products,
#home-pieces-auto ul.products,
#home-vo-loop ul.loop-vo {
    display: flex;
    height: auto !important;
}
.woocommerce ul.products li.first,
.woocommerce-page ul.products li.first,
.single-vehicules-origine .related ul.products li.product,
.upsells.woocommerce.products ul.products li.product {
    clear: unset;
}
.woocommerce-cart .woocommerce > .cart-collaterals > .cross-sells ul.products li.product,
.single-product .product .upsells.products ul.products li.product,
.single-vehicules-origine .related ul.products li.product,
#home-pieces-auto ul.products li.product,
ul.loop-vo li.vo {
    margin-bottom: 5px;
    border: 1px solid var(--color-blue);
    box-shadow: 5px 5px var(--color-blue-light);
    transition: all .3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: default;
}
.woocommerce-cart .woocommerce > .cart-collaterals > .cross-sells ul.products li.product .wc_loop_title,
.single-product .product .upsells.products ul.products li.product .wc_loop_title,
.single-vehicules-origine .related ul.products li.product .wc_loop_title,
#home-pieces-auto #home-pieces-auto-loop ul.products li.product .wc_loop_title {
    padding: 15px 15px 10px 15px;
}
.woocommerce-cart .woocommerce > .cart-collaterals > .cross-sells ul.products li.product .price,
.single-product .product .upsells.products ul.products li.product .price,
.single-vehicules-origine .related ul.products li.product .price,
#home-pieces-auto #home-pieces-auto-loop ul.products li.product .price {
    padding: 0 15px 10px;
}
.woocommerce-cart .woocommerce > .cart-collaterals > .cross-sells ul.products li.product .price .ywcrbp_regular_price,
.single-product .product .upsells.products ul.products li.product .price .ywcrbp_regular_price,
.single-vehicules-origine .related ul.products li.product .price .ywcrbp_regular_price,
#home-pieces-auto #home-pieces-auto-loop ul.products li.product .price .ywcrbp_regular_price {
    display: block;
}
.woocommerce-cart .woocommerce > .cart-collaterals > .cross-sells ul.products li.product .woocommerce-card__footer,
.single-product .product .upsells.products ul.products li.product .woocommerce-card__footer,
.single-vehicules-origine .related ul.products li.product .woocommerce-card__footer,
#home-pieces-auto #home-pieces-auto-loop ul.products li.product .woocommerce-card__footer {
    padding: 0 15px 15px;
    margin-bottom: 0;
}
.woocommerce-cart .woocommerce > .cart-collaterals > .cross-sells ul.products li.product .woocommerce-card__footer > .woocommerce-card__footer_content,
.single-product .product .upsells.products ul.products li.product .woocommerce-card__footer > .woocommerce-card__footer_content,
.single-vehicules-origine .related ul.products li.product .woocommerce-card__footer > .woocommerce-card__footer_content,
#home-pieces-auto #home-pieces-auto-loop ul.products li.product .woocommerce-card__footer > .woocommerce-card__footer_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
}
.woocommerce-cart .woocommerce > .cart-collaterals > .cross-sells ul.products li.product .woocommerce-card__footer > .woocommerce-card__footer_content .quantity.hidden + button,
.single-product .product .upsells.products ul.products li.product .woocommerce-card__footer > .woocommerce-card__footer_content .quantity.hidden + button,
.single-vehicules-origine .related ul.products li.product .woocommerce-card__footer > .woocommerce-card__footer_content .quantity.hidden + button,
#home-pieces-auto #home-pieces-auto-loop ul.products li.product .woocommerce-card__footer > .woocommerce-card__footer_content .quantity.hidden + button {
    margin-left: -5px;
}
.woocommerce-cart .woocommerce > .cart-collaterals > .cross-sells ul.products li.product .woocommerce-card__footer > .woocommerce-card__footer_content .quantity,
.single-product .product .upsells.products ul.products li.product .woocommerce-card__footer > .woocommerce-card__footer_content .quantity,
.single-vehicules-origine .related ul.products li.product .woocommerce-card__footer > .woocommerce-card__footer_content .quantity,
#home-pieces-auto #home-pieces-auto-loop ul.products li.product .woocommerce-card__footer > .woocommerce-card__footer_content .quantity {
    margin: 0;
}
.woocommerce-cart .woocommerce > .cart-collaterals > .cross-sells ul.products li.product .woocommerce-card__footer .qib-container + button[type='submit']:not(#qib_id):not(#qib_id),
.single-product .product .upsells.products ul.products li.product .woocommerce-card__footer .qib-container + button[type='submit']:not(#qib_id):not(#qib_id),
.single-vehicules-origine .related ul.products li.product .woocommerce-card__footer .qib-container + button[type='submit']:not(#qib_id):not(#qib_id),
#home-pieces-auto #home-pieces-auto-loop ul.products li.product .woocommerce-card__footer .qib-container + button[type='submit']:not(#qib_id):not(#qib_id) {
    margin-left: 0;
}

ul.lSPager.lSpg {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
ul.lSPager.lSpg > li > a {
    width: 20px !important;
    height: 20px !important;
    background-color: transparent !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
ul.lSPager.lSpg > li > a::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid var(--color-blue);
    transition: all .3s ease;
    display: block;
}
ul.lSPager.lSpg > li.active > a::before {
    background-image: radial-gradient(var(--color-blue) 4px, transparent 5px);
    width: 15px;
    height: 15px;
}

@media (max-width: 980px) {
    .single h1 {
        font-size: 2em;
    }
    .single-product .product .summary,
    .single-vehicules-occasion .occasion > .detail-vo,
    .single-vehicules-origine .origine > .detail-origine {
        padding-left: 5%;
    }
    .single-product .product .summary > .price,
    .single-vehicules-occasion .occasion .detail-vo > .price {
        font-size: 1.8em;
    }
    .single-product .product .wc-tabs-wrapper > .tab:not(:first-child) h2:not(.woocommerce-loop-product__title),
    .single-vehicules-occasion .infos-vo,
    .single-vehicules-occasion .others,
    .single-vehicules-origine .infos-origine,
    .single-vehicules-origine .related {
        margin-top: 60px;
    }
    .infos-vo > ul.infos > li.info,
    .infos-origine > ul.infos > li.info,
    #content-tab-vehicule_origine > ul.infos > li.info {
        width: calc(100% / 2);
    }
    #content-tab-vehicule_origine .wc-product-origine-gallery__wrapper > .wc-product-origine-gallery__image {
        width: calc(100% / 3 - 3px);
    }
}
@media (width: 768px) {
    .woocommerce #content div.product div.images,
    .woocommerce div.product div.images,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page div.product div.images {
        float: left !important;
        width: 48% !important;
    }
    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
        float: right !important;
        width: 48% !important;
    }
}
@media (max-width: 767px) {
    #primary #single_product_supported_car,
    #primary #single_product_supported_car.info {
        margin-bottom: -15px;
        grid-template-columns: 50px 1fr;
    }
    #primary #single_product_supported_car > .rac_compatibility_link {
        grid-column: 2;
        padding: 5px 0;
        margin-left: 0;
    }
    #primary .occasion,
    #primary #main > .product,
    #primary .origine {
        margin-top: 60px;
    }
    .woocommerce .product > .onsale::after {
        display: none;
    }
    .woocommerce .product > .featured-badge > svg {
        position: absolute;
        margin: 0;
        right: 32px;
        top: 2px;
    }
    .single-product .product .summary,
    .single-vehicules-occasion .occasion > .detail-vo,
    .single-vehicules-origine .origine > .detail-origine {
        padding-left: 0;
        margin-top: 40px;
    }
    .single h1 {
        margin-left: 15px;
    }
    .single-product .product .summary > .price,
    .single-vehicules-occasion .occasion .detail-vo > .price {
        font-size: 1.5em;
    }
    .single-product .product .summary > .product_meta > span,
    .single-product .product .wc-tabs-wrapper #content-tab-additional_information th,
    .single-vehicules-occasion .occasion .detail-vo > .more > a {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .single-product .product .wc-tabs-wrapper {
        padding-top: 0;
    }
    .single-product .product .wc-tabs-wrapper,
    .single-product .product .wc-tabs-wrapper > .tab:not(:first-child) h2:not(.woocommerce-loop-product__title),
    .single-vehicules-occasion .infos-vo,
    .single-vehicules-occasion .others,
    .single-vehicules-origine .infos-origine,
    .single-vehicules-origine .related {
        margin-top: 50px !important;
    }
    .single h2:not(.woocommerce-loop-product__title, .loop-vo-title) {
        font-size: var(--font-size-large) !important;
    }
    .single h2:not(.woocommerce-loop-product__title, .loop-vo-title)::before {
        width: 40px !important;
        height: 40px !important;
        top: -7px !important;
    }
    .single h2:not(.woocommerce-loop-product__title, .loop-vo-title)::after {
        width: 40px !important;
        height: 40px !important;
        top: -15px !important;
    }
    .infos-vo > ul.infos > li.info,
    .infos-origine > ul.infos > li.info,
    #content-tab-vehicule_origine > ul.infos > li.info {
        width: 100%;
        padding-right: 0;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }
}
@media (min-width: 450px) and (max-width: 980px) {
    .single-product .product .upsells.products ul.products li.product .wc_loop_title,
    .single-vehicules-origine .related ul.products li.product .wc_loop_title {
        padding: 15px 10px 10px;
    }
    .single-product .product .upsells.products ul.products li.product .price,
    .single-vehicules-origine .related ul.products li.product .price {
        padding: 0 10px 10px;
        text-align: left;
    }
    .single-product .product .upsells.products ul.products li.product form.cart,
    .single-vehicules-origine .related ul.products li.product form.cart {
        display: flex;
        justify-content: space-evenly;
    }
    .single-product .product .upsells.products ul.products li.product .woocommerce-card__footer,
    .single-vehicules-origine .related ul.products li.product .woocommerce-card__footer {
        padding: 0 10px 15px;
        margin-bottom: 0;
    }
}
@media (max-width: 576px) {
    #primary #single_product_supported_car {
        grid-template-columns: 30px 1fr;
        align-items: flex-start;
    }
    #primary #single_product_supported_car.nok > .rac_compatibility_icon > svg {
        height: 20px;
        width: 20px;
    }
    #primary #single_product_supported_car > .rac_compatibility_link {
        margin-left: 0;
    }
    .single-product .product .upsells.products ul.products li.product .woocommerce-card__footer .qib-container + button[type='submit']:not(#qib_id):not(#qib_id),
    .single-vehicules-origine .related ul.products li.product .woocommerce-card__footer .qib-container + button[type='submit']:not(#qib_id):not(#qib_id) {
        margin-left: -5px;
    }
    #content-tab-vehicule_origine .wc-product-origine-gallery__wrapper > .wc-product-origine-gallery__image {
        width: calc(100% / 2 - 3px);
    }
}



/*****************************
*                            *
*    VEHICULES D'OCCASION    *
*        (archive-vo)        *
*                            *
*****************************/

.post-type-archive-vehicules-occasion .container.archive-vo > ul.loop-vo {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.post-type-archive-vehicules-occasion .container.archive-vo > ul.loop-vo li.vo {
    width: calc(100% / 4 - 22.5px);
    margin: 30px 30px 0 0;
}
ul.loop-vo li.vo .txt {
    padding: 15px;
}
ul.loop-vo li.vo .txt h2 {
    font-weight: 500;
    font-size: var(--font-size-normal);
    margin-left: 0;
}
ul.loop-vo li.vo .txt ul.datas {
    padding-left: 0;
    margin-bottom: 15px;
}
ul.loop-vo li.vo .txt ul.datas > li {
    display: flex;
    align-items: end;
    color: var(--color-black);
    line-height: 1;
    margin-bottom: 8px;
}
ul.loop-vo li.vo .txt ul.datas > li > svg {
    height: 20px;
    width: 20px;
    margin-right: 8px;
}
ul.loop-vo li.vo .txt ul.datas > li > svg > path {
    fill: var(--color-blue);
}
ul.loop-vo li.vo .txt .price > p {
    color: var(--color-black);
    font-size: var(--font-size-medium);
    font-weight: 500;
    margin-bottom: 0;
}

@media (min-width: 981px) {
    .post-type-archive-vehicules-occasion .container.archive-vo > ul.loop-vo li.vo:nth-child(4n) {
        margin-right: 0 !important;
    }
}
@media (min-width: 768px) and (max-width: 980px) {
    .post-type-archive-vehicules-occasion .container.archive-vo > ul.loop-vo li.vo {
        width: calc(100% / 3 - 20px);
    }
    .post-type-archive-vehicules-occasion .container.archive-vo > ul.loop-vo li.vo:nth-child(3n) {
        margin-right: 0 !important;
    }
}
@media (min-width: 450px) and (max-width: 767px) {
    .post-type-archive-vehicules-occasion .container.archive-vo > ul.loop-vo > li.vo {
        width: calc(100% / 2 - 15px);
    }
    .post-type-archive-vehicules-occasion .container.archive-vo > ul.loop-vo li.vo:nth-child(2n) {
        margin-right: 0 !important;
    }
}
@media (max-width: 449px) {
    .post-type-archive-vehicules-occasion .container.archive-vo > ul.loop-vo > li.vo {
        width: 100%;
    }
    .post-type-archive-vehicules-occasion .container.archive-vo > ul.loop-vo li.vo {
        margin-right: 0 !important;
    }
}



/*****************************
*                            *
*          SINGLE VO         *
*                            *
*****************************/

.single-vehicules-occasion .occasion .detail-vo > .more {
    display: flex;
    flex-direction: column;
}
.single-vehicules-occasion .occasion .detail-vo > .more > a {
    display: flex;
    align-items: center;
}
.single-vehicules-occasion .occasion .detail-vo > .more > a:hover {
    color: var(--color-blue);
    border-color: var(--color-blue);
    z-index: 1;
}
.single-vehicules-occasion .occasion .detail-vo > .more > a > svg {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}
.single-vehicules-occasion .occasion .detail-vo > .more > a > svg > path {
    fill: var(--color-blue);
}

.theme-RecupAuto .jquery-modal {
    z-index: 10000;
    background-color: rgba(34,33,40,.8);
}
.theme-RecupAuto .jquery-modal > .modal {
    border-radius: 0;
    box-shadow: none;
    padding: 30px 20px 35px;
}
.theme-RecupAuto .jquery-modal > .modal form .forminator-row-last > .forminator-col {
    margin-bottom: 0 !important;
}
.theme-RecupAuto .jquery-modal > .modal > a.close-modal {
    background: none;
    color: transparent;
    text-indent: inherit;
    top: 3px;
    right: 3px;
    width: 24px;
    height: 24px;
}
.theme-RecupAuto .jquery-modal > .modal > a.close-modal::before {
    content: '×';
    color: var(--color-red);
    font-family: var(--font-family) !important;
    font-size: 20px;
    text-align: center;
    line-height: 1;
    font-weight: 500 !important;
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    transition: all .3s ease;
}
.theme-RecupAuto .jquery-modal > .modal > a.close-modal:hover::before {
    color: white;
    background-color: var(--color-red);
}
.single-vehicules-occasion .others {
    margin-top: 80px;
}
ul.loop-vo {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both;
}

@media (min-width: 768px) {
    .single-vehicules-occasion .infos-vo,
    .single-vehicules-origine .infos-origine {
        clear: both;
        padding-top: 80px;
    }
}



/*****************************
*                            *
*       SINGLE ORIGINE       *
*                            *
*****************************/

.single-vehicules-origine .origine > .img,
.single-vehicules-occasion .occasion > .img {
    float: left;
    width: 48%;
}
.single-vehicules-origine .origine > .detail-origine,
.single-vehicules-occasion .occasion > .detail-vo {
    float: right;
    width: 48%;
    clear: none;
}

/* @media (min-width: 768px) {
    .single-vehicules-origine .origine .img .lSSlideOuter {
        display: flex;
    }
    .single-vehicules-origine .origine .img .lSSlideOuter > .lSSlideWrapper {
        width: 50%;
    }
    .single-vehicules-origine .origine .img .lSSlideOuter > ul.lSGallery {
        width: 50% !important;
        padding-left: 50px;
    }
} */

@media (max-width: 767px) {
    .single-vehicules-origine .origine > .img,
    .single-vehicules-occasion .occasion > .img,
    .single-vehicules-origine .origine > .detail-origine,
    .single-vehicules-occasion .occasion > .detail-vo {
        float: none;
        width: 100%;
    }
}



/*****************************
*                            *
*         REPARATION         *
*                            *
*****************************/

@media (min-width: 981px) {
    #reparation-1,
    #centre-vhu-1,
    #page-not-found {
        padding-top: 80px;
        padding-bottom: 100px;
    }
}
@media (min-width: 768px) and (max-width: 981px) {
    #reparation-1,
    #centre-vhu-1,
    #page-not-found {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media (max-width: 767px) {
    #reparation-1,
    #centre-vhu-1,
    #page-not-found {
        padding-top: 35px;
        padding-bottom: 30px;
    }
}
@media (min-width: 350px) {
    #reparation-1 ul {
        display: flex;
        flex-wrap: wrap;
    }
    #reparation-1 ul > li {
        width: calc(50% - 15px);
        margin-right: 30px;
    }
    #reparation-1 ul > li:nth-child(even) {
        margin-right: 0;
    }
}

#reparation-form > .wp-block-group__inner-container > p,
#vhu-form > .wp-block-group__inner-container > p + p {
    margin-bottom: 30px;
}

@media (min-width: 981px) {
    #reparation-form,
    #vhu-form {
        padding-top: 100px;
    }
}
@media (min-width: 768px) and (max-width: 980px) {
    #reparation-form,
    #vhu-form {
        padding-top: 60px;
    }
}
@media (max-width: 767px) {
    #reparation-form,
    #vhu-form {
        padding-top: 40px;
    }
}


/*****************************
*                            *
*         CENTRE VHU         *
*                            *
*****************************/

#centre-vhu-2-container {
    z-index: 100;
}
#centre-vhu-2-content .icon {
    display: flex;
    margin-bottom: 10px;
}
#centre-vhu-2-content .icon > svg {
    width: 30px;
    height: auto;
    margin-right: 10px;
}
#centre-vhu-2-content h4 {
    color: white;
    font-size: 1.3em;
    font-weight: 500;
    margin-bottom: 0;
}
#centre-vhu-2-images .slick-list {
    overflow: hidden;
}

@media (min-width: 1300px) {
    #reparation-2 > .wp-block-group__inner-container,
    #centre-vhu-2 > .wp-block-group__inner-container {
        display: flex;
    }
    #reparation-2 > .wp-block-group__inner-container > .wp-block-group,
    #centre-vhu-2 > .wp-block-group__inner-container > .wp-block-group {
        width: 50%;
    }
}
@media (min-width: 1025px) and (max-width: 1299px) {
    #centre-vhu-2-images figure > img {
        width: 1299px !important;
    }
}
@media (min-width: 600px) and (max-width: 1299px) {
    #centre-vhu-2 > .wp-block-group__inner-container {
        position: relative;
        overflow: hidden;
    }
}
@media (min-width: 981px) and (max-width: 1299px) {
    #centre-vhu-2-content > .wp-block-group__inner-container {
        display: flex;
    }
    #centre-vhu-2-content > .wp-block-group__inner-container > .wp-block-group {
        padding: 0 15px;
    }
    #centre-vhu-2 .wp-block-group:nth-child(odd) svg {
        position: relative;
        animation: move 5s infinite;
        margin-right: 0;
        margin-bottom: 10px;
    }
    #centre-vhu-2 .wp-block-group:nth-child(even) svg {
        position: relative;
        animation: move2 5s infinite;
        margin-right: 0;
        margin-bottom: 10px;
    }
    #centre-vhu-2-content .icon {
        display: block;
    }
    #centre-vhu-2-content .icon > svg {
        width: 50px;
    }
}



/*****************************
*                            *
*           CONTACT          *
*                            *
*****************************/

#contact-contact #contact_information .block_contact:not(:first-child) {
    margin-top: 50px;
}
#contact-contact #contact_information h1,
#contact-contact #contact_information h2 {
    margin-bottom: 20px;
}
#contact-contact #contact_information .info-box {
    display: flex;
    color: var(--color-black);
    transition: all .3s ease;
}
#contact-contact #contact_information .info-box:not(.last):hover {
    color: var(--color-blue);
}
#contact-contact #contact_information .info-box > .icon {
    display: flex;
    align-items: center;
    height: 18px;
}
#contact-contact #contact_information .info-box > .icon svg {
    height: 18px;
    width: 18px;
    margin-top: 3px;
    margin-right: 10px;
}
#contact-contact #contact_information .info-box > .icon svg > .st100 {
    fill: var(--color-blue);
}
#contact-contact #contact_information .info-box > .content > p {
    margin-bottom: 0;
}

#contact-form h2 {
    margin-bottom: 30px;
}
#contact-form .forminator-ui.forminator-custom-form #upload-1,
#contact-form .forminator-ui.forminator-custom-form #upload-2,
#contact-form .forminator-ui.forminator-custom-form #upload-3,
#contact-form .forminator-ui.forminator-custom-form #upload-4,
#contact-form .forminator-ui.forminator-custom-form #upload-5,
#vhu-form .forminator-ui.forminator-custom-form #upload-1,
#vhu-form .forminator-ui.forminator-custom-form #upload-2 {
    margin-bottom: 7px !important;
}
#contact-form .forminator-ui.forminator-custom-form #textarea-1 {
    margin-top: 13px !important;
}
#contact-form .forminator-ui.forminator-custom-form .forminator-row-last .forminator-col,
#vhu-form .forminator-ui.forminator-custom-form .forminator-row-last .forminator-col {
    margin-bottom: 0 !important;
}

@media (min-width: 981px) {
    #contact-section > .wp-block-group__inner-container {
        display: flex;
    }
    #contact-section > .wp-block-group__inner-container > #contact-form {
        width: 57%;
    }
    #contact-section > .wp-block-group__inner-container > #contact-contact {
        flex-basis: 0;
        flex-grow: 1;
    }
}
@media (max-width: 980px) {
    #contact-section > .wp-block-group__inner-container {
        display: flex;
        flex-direction: column-reverse;
    }
    #contact-contact {
        margin-top: 50px;
    }
}
@media (min-width: 768px) and (max-width: 980px) {
    #contact-contact #contact_information {
        display: flex;
        flex-wrap: wrap;
    }
    #contact-contact #contact_information .block_contact {
        width: 50%;
    }
    #contact-contact #contact_information .block_contact:nth-child(2) {
        margin-top: 0;
    }
}



/*****************************
*                            *
*        POLITIQUE DE        *
*       CONFIDENTIALITE      *
*                            *
*****************************/

#gdc h3,
#ml h1 {
    font-size: var(--font-size-large);
}
#pc h2:not(:first-child),
#gdc h3,
#cgv h2,
#livraison h2 {
    margin-top: 40px;
    margin-bottom: 20px;
}
#gdc h2 {
    font-size: 2em;
}
#gdc h2 + p {
    margin-top: 30px;
}



/*****************************
*                            *
*      MENTIONS LEGALES      *
*                            *
*****************************/

#ml > .wp-block-group__inner-container {
    display: flex;
    flex-wrap: wrap;
}

#ml .col_2:nth-child(-n+2) {
    margin-bottom: 35px;
}
#ml .col_2:nth-child(even) {
    margin-right: 0;
}
#ml h1,
#ml h2 {
    margin-bottom: 20px;
}
.ml ul {
    padding-bottom: 0;
    margin-bottom: 0;
}



/*****************************
*                            *
*         MON COMPTE         *
*                            *
*****************************/

/* Connexion */
#customer_login > ul.list {
    padding-left: 0;
    margin: 0 auto 40px;
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 650px;
    min-width: 300px;
}
#customer_login > ul.list > li {
    width: 100%;
    padding: 10px;
    text-align: center;
    line-height: 1;
    background-color: var(--color-blue);
    color: white;
    cursor: pointer;
}
#customer_login > ul.list > li.active {
    background-color: var(--color-yellow);
    color: var(--color-black);
}
#customer_login > .contents > .content {
    display: none;
}
#customer_login > .contents > .content.show {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 0;
    padding: 0;
}
#customer_login .content.woocommerce-form-register > wc-order-attribution-inputs {
    display: none;
}
#customer_login .content.woocommerce-form-login {
    width: 50%;
    min-width: 300px;
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
}
#customer_login .content.woocommerce-form-login,
#customer_login > .contents > .content {
    margin-bottom: 0;
}
#customer_login .content.woocommerce-form-login > .woocommerce-form-row {
    grid-column: 1/3;
    padding: 0;
    margin-bottom: 20px
}
#customer_login .content.woocommerce-form-login > .form-row:nth-child(3) {
    grid-row: 3/5;
    grid-column: 1/3;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0;
}
#customer_login .content.woocommerce-form-login > .form-row:nth-child(3) > label {
    grid-row: 1;
    grid-column: 1;
    display: flex;
}
#customer_login .content.woocommerce-form-login > .form-row:nth-child(3) > label > input {
    margin: 0 8px 0 0;
}
#customer_login .content.woocommerce-form-login > .form-row:nth-child(3) > button.woocommerce-form-login__submit {
    grid-row: 2;
    grid-column: 1/3;
    margin: 15px auto 0;
}
#customer_login .content.woocommerce-form-login > .woocommerce-LostPassword {
    grid-row: 3;
    grid-column: 2;
    margin: 0 0 0 auto;
    line-height: 2;
}
#customer_login .content.woocommerce-form-login > .woocommerce-LostPassword > a {
    color: var(--color-black);
}

@media (max-width: 767px) {
    #customer_login .content.woocommerce-form-login {
        width: 100%;
    }
}
@media (max-width: 430px) {
    #customer_login .content.woocommerce-form-login > .form-row:nth-child(3) > label {
        grid-column: 1/3;
    }
    #customer_login .content.woocommerce-form-login > .form-row:nth-child(3) > button.woocommerce-form-login__submit {
        margin-top: 45px;
    }
    #customer_login .content.woocommerce-form-login > .woocommerce-LostPassword {
        grid-column: 1/3;
        margin: 30px 0 0;
    }
}

#customer_login .content.woocommerce-form-register > .woocommerce-form-row:not(:last-child),
#customer_login .content.woocommerce-form-register > .woocommerce-privacy-policy-text {
    margin-bottom: 20px;
}
#customer_login .content.woocommerce-form-register > .woocommerce-form-row:last-child {
    text-align: center;
}
#customer_login .content.woocommerce-form-register > .woocommerce-privacy-policy-text {
    grid-column: 1/3;
}

@media (min-width: 650px) {
    #customer_login .content.woocommerce-form-register > .woocommerce-form-row:nth-child(odd):not(.form-row-billing_company, .form-row-billing_first_name, .form-row-billing_address_2, .form-row-billing_city),
    #customer_login .content.woocommerce-form-register > .woocommerce-form-row.form-row-role,
    #customer_login .content.woocommerce-form-register > .woocommerce-form-row.form-row-billing_last_name,
    #customer_login .content.woocommerce-form-register > .woocommerce-form-row.form-row-billing_postcode {
        padding: 0 10px 0 0;
    }
    #customer_login .content.woocommerce-form-register > .woocommerce-form-row:nth-child(even):not(.form-row-role, .form-row-billing_last_name, .form-row-billing_address_1, .form-row-billing_postcode),
    #customer_login .content.woocommerce-form-register > .woocommerce-form-row.form-row-billing_company,
    #customer_login .content.woocommerce-form-register > .woocommerce-form-row.form-row-billing_first_name,
    #customer_login .content.woocommerce-form-register > .woocommerce-form-row.form-row-billing_city {
        padding: 0 0 0 10px;
    }
    #customer_login .content.woocommerce-form-register > .woocommerce-form-row.form-row-billing_address_1,
    #customer_login .content.woocommerce-form-register > .woocommerce-form-row.form-row-billing_address_2,
    #customer_login .content.woocommerce-form-register > .woocommerce-privacy-policy-text,
    #customer_login .content.woocommerce-form-register > .woocommerce-form-row:last-child {
        padding: 0;
        grid-column: 1/3;
    }
}
@media (max-width: 649px) {
    #customer_login .content.woocommerce-form-register > .woocommerce-form-row {
        padding: 0;
        grid-column: 1/3;
    }
    #customer_login .content.woocommerce-form-register > .woocommerce-form-row:nth-child(even):not(.form-row-billing_address_2) > label {
        left: 10px !important;
    }
    #customer_login .content.woocommerce-form-register > .woocommerce-privacy-policy-text {
        font-size: var(--font-size-small);
    }
}

/* MDP perdu */
form.woocommerce-ResetPassword .woocommerce-form-row--first {
    padding: 0;
    margin: 20px auto;
    float: unset;
}
form.woocommerce-ResetPassword .woocommerce-form-row--first ~ p.woocommerce-form-row {
    text-align: center;
    margin: 0 auto;
}
@media (min-width: 769px) {
    form.woocommerce-ResetPassword .woocommerce-form-row--first ~ p.woocommerce-form-row {
        width: 50%;
    }
}

/* Menu du compte */
#my-account-menu {
    display: grid;
    background-color: var(--color-blue-light);
}
#my-account-menu > .user-profile {
    grid-row: 2;
    margin-bottom: 20px;
    margin-right: 20px;
    overflow: hidden;
}
#my-account-menu > .user-profile > .user-avatar {
    display: none;
}
#my-account-menu > .user-profile > .user-info {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#my-account-menu > .user-profile > .user-info > .username {
    font-size: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#my-account-menu > .user-profile > .user-info > .logout > a {
    padding: 0;
}
#my-account-menu > .account-customer-ref {
    grid-row: 1;
    font-size: 80%;
    margin-top: 30px;
}
#my-account-menu > ul.myaccount-menu {
    grid-row: 3;
}
#my-account-menu > ul.myaccount-menu li > a .item-icon > i {
    font-size: 20px;
}
.theme-RecupAuto #my-account-menu > ul.myaccount-menu li > a .item-icon > svg,
.theme-RecupAuto #my-account-menu > ul.myaccount-menu li.active > a .item-icon > svg,
.theme-RecupAuto #my-account-menu > ul.myaccount-menu li > a:hover .item-icon > svg {
    stroke: var(--color-yellow-light) !important;
    width: 20px;
}
#my-account-menu > ul.myaccount-menu li.active > a .item-icon > svg > .st100,
#my-account-menu > ul.myaccount-menu li > a:hover .item-icon > svg > .st100 {
    fill: var(--color-blue);
}

@media (min-width: 981px) {
    #my-account-menu > ul.myaccount-menu li.group-menu > a.group-opener {
        display: none;
    }
    #my-account-menu > ul.myaccount-menu li.group-menu > ul.myaccount-submenu {
        display: block !important;
    }
    #my-account-menu > ul.myaccount-menu li.group-menu > ul.myaccount-submenu > li {
        padding-left: 0;
    }
    #my-account-menu > ul.myaccount-menu li.group-menu > ul.myaccount-submenu > li a {
        font-size: 100%;
    }
}
@media (max-width: 980px) {
    .woocommerce-account .woocommerce {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .theme-RecupAuto .woocommerce #my-account-menu {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    #my-account-menu.layout-no-borders.position-vertical-left:before {
        right: -30px;
        left: -30px;
        margin: 0;
    }
    .theme-RecupAuto .woocommerce #my-account-menu + .woocommerce-MyAccount-content {
        width: 100%;
    }

    #my-account-menu > .account-customer-ref {
        margin-top: 0;
    }
    #my-account-menu > ul.myaccount-menu {
        padding-left: 15px;
        margin-bottom: 0;
        background-color: white;
    }
    .theme-RecupAuto #my-account-menu .myaccount-menu li .item-icon {
        display: block;
    }
    #my-account-menu > ul.myaccount-menu li.group-menu > a.group-opener .item-opener,
    #my-account-menu > ul.myaccount-menu li.group-menu > ul.myaccount-submenu {
        display: none;
    }
    #my-account-menu > ul.myaccount-menu li.group-menu > ul.myaccount-submenu > li a {
        font-size: 100%;
    }
}

/* Tableau de bord */
.woocommerce-MyAccount-content > .woocommerce-notices-wrapper + p {
    margin-bottom: 0;
}
.woocommerce-account .woocommerce-MyAccount-content .yith-wcmap-banners-wrapper {
    margin: -11px -10px 0;
}
.woocommerce-account .woocommerce-MyAccount-content .yith-wcmap-banners-wrapper > .yith-wcmap-banner {
    box-shadow: 5px 5px var(--color-blue);
    padding: 0;
    margin: 10px;
}
.woocommerce-account .woocommerce-MyAccount-content .yith-wcmap-banners-wrapper > .yith-wcmap-banner:hover {
    box-shadow: none;
}
.woocommerce-account .woocommerce-MyAccount-content .yith-wcmap-banners-wrapper > .yith-wcmap-banner > a {
    padding: 25px 15px;
}
.woocommerce-account .woocommerce-MyAccount-content .yith-wcmap-banners-wrapper > .yith-wcmap-banner .banner-icon-counter > img {
    width: auto;
    height: 50px;
}
.woocommerce-account .woocommerce-MyAccount-content .yith-wcmap-banners-wrapper > .yith-wcmap-banner h3.banner-title {
    color: var(--color-black);
    text-transform: unset;
    line-height: 1.5;
}

@media (min-width: 768px) and (max-width: 980px) {
    #my-account-menu > .user-profile,
    #my-account-menu > .account-customer-ref,
    #my-account-menu > ul.myaccount-menu {
        width: 600px;
        margin: auto;
    }
    #my-account-menu > .user-profile {
        margin-bottom: 20px;
    }
    .woocommerce-account .woocommerce-MyAccount-content .yith-wcmap-banners-wrapper {
        justify-content: center;
    }
    .woocommerce-account .woocommerce-MyAccount-content .yith-wcmap-banners-wrapper > .yith-wcmap-banner {
        flex: 0 1 222px;
    }
    .woocommerce-account .woocommerce-MyAccount-content .yith-wcmap-banners-wrapper > .yith-wcmap-banner > a {
        padding: 25px 10px;
    }
}
@media (max-width: 768px) {
    .woocommerce-account .woocommerce-MyAccount-content .yith-wcmap-banners-wrapper {
        justify-content: center;
    }
    .woocommerce-account .woocommerce-MyAccount-content .yith-wcmap-banners-wrapper > .yith-wcmap-banner {
        flex: auto;
        min-width: 140px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .woocommerce-account .woocommerce-MyAccount-content .yith-wcmap-banners-wrapper > .yith-wcmap-banner > a {
        padding: 15px 10px;
    }
    .woocommerce-account .woocommerce-MyAccount-content .yith-wcmap-banners-wrapper > .yith-wcmap-banner .banner-icon-counter > img {
        height: 40px;
    }
    .woocommerce-account .woocommerce-MyAccount-content .yith-wcmap-banners-wrapper > .yith-wcmap-banner h3.banner-title {
        font-size: var(--font-size-button);
        margin-top: 10px;
    }
}

/* Commandes */
.woocommerce-orders .woocommerce table.my_account_orders {
    font-size: var(--font-size-normal);
}
.woocommerce-orders .woocommerce table.my_account_orders td.woocommerce-orders-table__cell {
    vertical-align: baseline;
}
.woocommerce-orders .woocommerce table.my_account_orders .woocommerce-orders-table__cell-order-number {
    text-transform: capitalize;
}
.woocommerce-orders .woocommerce table.my_account_orders .woocommerce-orders-table__cell-order-actions {
    padding-right: 0 !important;
    padding-left: 0 !important;
    width: 189px;
}
.woocommerce-orders .woocommerce table.my_account_orders .woocommerce-orders-table__cell-order-actions a {
    box-shadow: none !important;
    line-height: 1 !important;
    font-size: var(--font-size-normal) !important;
    text-align: center;
    padding: 10px !important;
}
.woocommerce-orders .woocommerce table.my_account_orders .woocommerce-orders-table__cell-order-actions a:nth-child(1) {
    color: white !important;
    background-color: var(--color-blue) !important;
    border: 0 !important;
    width: 81px;
}
.woocommerce-orders .woocommerce table.my_account_orders .woocommerce-orders-table__cell-order-actions a:nth-child(1):hover {
    color: var(--color-black) !important;
    background-color: var(--color-yellow) !important;
}
.woocommerce-orders .woocommerce table.my_account_orders .woocommerce-orders-table__cell-order-actions a:nth-child(2) {
    color: var(--color-black) !important;
    background-color: var(--color-yellow) !important;
    border: 0 !important;
    width: 108px;
}
.woocommerce-orders .woocommerce table.my_account_orders .woocommerce-orders-table__cell-order-actions a:nth-child(2):hover {
    color: white !important;
    background-color: var(--color-blue) !important;
}
.woocommerce-orders .woocommerce .woocommerce-pagination {
    display: flex;
    justify-content: center;
}
.woocommerce-orders .woocommerce .woocommerce-pagination .woocommerce-button {
    width: 120px;
    text-align: center;
    line-height: 1 !important;
    padding: 10px 15px !important;
    box-shadow: none !important;
}
.woocommerce-orders .woocommerce .woocommerce-pagination .woocommerce-button:nth-child(2) {
    margin-left: 20px;
}

@media (max-width: 1109px) {
    .woocommerce-orders .woocommerce table.my_account_orders .woocommerce-orders-table__cell-order-actions {
        width: 108px;
    }
    .woocommerce-orders .woocommerce table.my_account_orders .woocommerce-orders-table__cell-order-actions a:nth-child(1) {
        width: 108px;
        text-align: center;
    }
}
@media (max-width: 768px) {
    .theme-RecupAuto .woocommerce table.shop_table_responsive tr td::before {
        content: attr(data-title) " : ";
        font-weight: 600;
    }
    .woocommerce-orders .woocommerce table.my_account_orders .woocommerce-orders-table__cell {
        border: none;
    }
    .woocommerce-orders .woocommerce table.my_account_orders tr.order td.woocommerce-orders-table__cell:not(:last-child) {
        padding-bottom: 0 !important;
    }
    .woocommerce-orders .woocommerce table.my_account_orders tr.order:nth-child(even) td.woocommerce-orders-table__cell {
        background-color: var(--color-blue-light);
    }
    .woocommerce-orders .woocommerce table.my_account_orders .woocommerce-orders-table__cell-order-actions {
        width: 100%;
    }
}

/* Commande */
.woocommerce-view-order mark {
    font-weight: 600;
    background-color: transparent;
}
.woocommerce-view-order .woocommerce-MyAccount-content h2:not(.woocommerce-column__title) {
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: 15px;
}
.woocommerce-view-order .woocommerce-MyAccount-content > h2::before,
.woocommerce-view-order .woocommerce-order-details > h2::before,
.woocommerce-order-received h2.woocommerce-order-details__title::before {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    top: -3px;
    left: -15px;
    background-color: var(--color-yellow-light);
    z-index: -1;
}
.woocommerce-view-order .woocommerce-MyAccount-content > h2::after,
.woocommerce-view-order .woocommerce-order-details > h2::after,
.woocommerce-order-received h2.woocommerce-order-details__title::after {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    top: -12px;
    left: -30px;
    transform: rotate(-11deg);
    background-color: var(--color-yellow);
    z-index: -2;
}
.woocommerce-view-order .woocommerce-MyAccount-content > ol.woocommerce-OrderUpdates > li {
    margin-bottom: 20px;
}
.woocommerce-view-order .woocommerce-MyAccount-content > .woocommerce-order-details,
.woocommerce-order-received .woocommerce-order-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.woocommerce-view-order table.woocommerce-table--order-details tfoot td {
    text-align: right;
}
.woocommerce-view-order table.woocommerce-table--order-details tfoot tr:not(:first-child, :last-child) .woocommerce-Price-amount + .tax_label {
    margin-right: -3.58px;
}
.woocommerce-view-order .woocommerce-MyAccount-content > .woocommerce-customer-details h2,
.woocommerce-order-received .woocommerce-customer-details h2 {
    line-height: 1.2;
}
.woocommerce-view-order .woocommerce-MyAccount-content > .woocommerce-customer-details address,
.woocommerce-order-received .woocommerce-customer-details address {
    border-radius: 0;
    border: 1px solid var(--color-blue-light) !important;
    box-shadow: 5px 5px var(--color-blue-light);
}
.woocommerce-view-order .woocommerce-MyAccount-content > .woocommerce-customer-details address > p.woocommerce-customer-details--phone,
.woocommerce-order-received .woocommerce-customer-details address > p.woocommerce-customer-details--phone {
    margin-bottom: 0;
}
.woocommerce-view-order .woocommerce-MyAccount-content > .woocommerce-customer-details address > p.woocommerce-customer-details--phone::before,
.woocommerce-order-received .woocommerce-customer-details address > p.woocommerce-customer-details--phone::before {
    background-image: url(../img/phone-alt.svg);
    height: 20px;
}
.woocommerce-view-order .woocommerce-MyAccount-content > .woocommerce-customer-details address > p.woocommerce-customer-details--email::before,
.woocommerce-order-received .woocommerce-customer-details address > p.woocommerce-customer-details--email::before {
    background-image: url(../img/envelope.svg);
    height: 15px;
}
.woocommerce-view-order .woocommerce-MyAccount-content > .woocommerce-customer-details address > p.woocommerce-customer-details--phone::before,
.woocommerce-view-order .woocommerce-MyAccount-content > .woocommerce-customer-details address > p.woocommerce-customer-details--email::before,
.woocommerce-order-received .woocommerce-customer-details address > p.woocommerce-customer-details--phone::before,
.woocommerce-order-received .woocommerce-customer-details address > p.woocommerce-customer-details--email::before {
    content: '';
    top: 50%;
    transform: translateY(-50%);
    width: 19px;
    background-size: contain;
    background-repeat: no-repeat;
}
.woocommerce-view-order .woocommerce-MyAccount-content > .woocommerce-customer-details + h2 {
    margin-top: 55px;
}
.woocommerce-view-order .woocommerce-MyAccount-content > table.my_account_tracking td.order-actions > a {
    color: var(--color-black) !important;
    border-color: var(--color-yellow) !important;
    background-color: var(--color-yellow) !important;
    box-shadow: none !important;
}
.woocommerce-view-order .woocommerce-MyAccount-content > table.my_account_tracking td.order-actions > a:hover {
    color: white !important;
    border-color: var(--color-blue) !important;
    background-color: var(--color-blue) !important;
}

@media (min-width: 769px) {
    .woocommerce-view-order .woocommerce-MyAccount-content > .woocommerce-customer-details > h2,
    .woocommerce-view-order .woocommerce-MyAccount-content > .woocommerce-customer-details > address,
    .woocommerce-order-received .woocommerce-customer-details > h2,
    .woocommerce-order-received .woocommerce-customer-details > address {
        width: 48%;
    }
}
@media (max-width: 768px) {
    .woocommerce-view-order .woocommerce-MyAccount-content > .woocommerce-customer-details .col-1 {
        margin-bottom: 20px;
    }
    .woocommerce-view-order .woocommerce-MyAccount-content > table.my_account_tracking td.order-actions::before {
        display: none;
    }
    .woocommerce-view-order .woocommerce-MyAccount-content > table.my_account_tracking td.order-actions {
        text-align: right !important;
    }
}

/* Profil */
.woocommerce-edit-account .woocommerce-EditAccountForm {
    margin-top: 8px;
}
.woocommerce-edit-account #recupauto-customer-detail #recupauto-customer-type_wrapper {
    position: relative;
    width: 100%;
    order: 8;
    min-height: 40px;
    color: var(--color-black);
    background-color: white;
    padding: 15px 15px 0;
    margin: 0 0 20px;    border-radius: 0;
    border: 1px solid var(--color-yellow-light) !important;
    box-shadow: 5px 5px 0 var(--color-yellow-light);
    margin: 0 0 20px;
}
.woocommerce-edit-account #recupauto-customer-detail,
.woocommerce-edit-account .woocommerce-EditAccountForm > p.form-row-first {
    padding: 0 10px 0 0;
    margin: 0 0 20px;
}
.woocommerce-edit-account .woocommerce-EditAccountForm > p.form-row-last {
    padding: 0 0 0 10px;
    margin: 0 0 20px;
}
.woocommerce-edit-account .woocommerce-EditAccountForm > fieldset {
    width: 100%;
    padding: 0;
    margin: 20px 0;
    border: 0;
}
.woocommerce-edit-account .woocommerce-EditAccountForm > fieldset > legend {
    position: relative;
    color: var(--color-blue);
    font-size: var(--font-size-large);
    font-weight: 600;
    width: fit-content;
    width: -moz-fit-content;
    padding-top: 30px;
    margin-bottom: 30px;
    margin-left: 35px;
}
.woocommerce-edit-account .woocommerce-EditAccountForm > fieldset > legend::before {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    top: 27px;
    left: -15px;
    background-color: var(--color-yellow-light);
    z-index: -1;
}
.woocommerce-edit-account .woocommerce-EditAccountForm > fieldset > legend::after {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    top: 18px;
    left: -30px;
    transform: rotate(-11deg);
    background-color: var(--color-yellow);
    z-index: -2;
}
.woocommerce-edit-account .woocommerce-EditAccountForm > fieldset > .form-row-wide {
    width: 100%;
    padding: 0;
    margin: 0 0 20px;
}
.theme-RecupAuto.woocommerce-page form .show-password-input {
    top: 50%;
    transform: translateY(-50%);
}
.woocommerce-edit-account .woocommerce-EditAccountForm > p.save {
    text-align: center;
    margin-bottom: 0;
}

@media (min-width: 783px) {
    .woocommerce-edit-account #recupauto-customer-detail,
    .woocommerce-edit-account .woocommerce-EditAccountForm > p.form-row-first,
    .woocommerce-edit-account .woocommerce-EditAccountForm > p.form-row-last {
        width: 50%;
    }
}
@media (max-width: 782px) {
    .woocommerce-edit-account #recupauto-customer-detail,
    .woocommerce-edit-account .woocommerce-EditAccountForm > p.form-row-first,
    .woocommerce-edit-account .woocommerce-EditAccountForm > p.form-row-last {
        float: none;
        width: 100%;
        padding: 0;
    }
    .woocommerce-edit-account .woocommerce-EditAccountForm > fieldset > .form-row-wide label {
        margin-right: 30px;
    }
}
@media (max-width: 446px) {
    .woocommerce-edit-account .woocommerce-EditAccountForm > fieldset > .form-row-wide:nth-child(3) .password-input > input {
        height: 52px;
    }
}
@media (max-width: 411px) {
    .woocommerce-edit-account .woocommerce-EditAccountForm > fieldset > .form-row-wide:nth-child(2) .password-input > input {
        height: 52px;
    }
}
@media (max-width: 331px) {
    .woocommerce-edit-account .woocommerce-EditAccountForm > fieldset > .form-row-wide:nth-child(4) .password-input > input {
        height: 52px;
    }
}

/* Adresses */
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses {
    margin-top: 10px;
    margin-bottom: 60px;
}
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses > .woocommerce-Address {
    border: 1px solid var(--color-blue-light);
    box-shadow: 5px 5px var(--color-blue-light);
    padding: 10px 5px 10px 10px;
}
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses > .woocommerce-Address a {
    font-size: var(--font-size-x-small);
    margin-top: 5px;
}
.woocommerce-edit-address .woocommerce-MyAccount-content .address_book > h2 {
    margin-bottom: 20px;
}
.woocommerce-edit-address .woocommerce-MyAccount-content .address_book > .billing_address_book {
    margin-bottom: 20px;
}
.woocommerce-edit-address .woocommerce-MyAccount-content .address_book header.address_book {
    border-color: var(--color-blue-light);
}
.woocommerce-edit-address .woocommerce-MyAccount-content .address_book h3 {
    padding-bottom: 0;
}
.woocommerce-edit-address .woocommerce-MyAccount-content .address_book .add-new-address {
    padding-left: 15px
}
.woocommerce-edit-address .woocommerce-MyAccount-content .address_book .add-new-address > a.add.button {
    font-size: var(--font-size-small) !important;
    font-weight: 400 !important;
    padding: 5px 15px !important;
    margin-top: -1px;
    width: 250px;
    text-align: center;
}
.woocommerce-edit-address .woocommerce-MyAccount-content .address_book .wc-address-book-address {
    padding-right: 10px;
    padding-left: 10px;
}
.woocommerce-edit-address .woocommerce-MyAccount-content .address_book .wc-address-book-address:nth-child(odd) {
    background-color: var(--color-blue-light);
    padding-top: 10px;
    padding-bottom: 10px;
}
.woocommerce-edit-address .woocommerce-MyAccount-content .address_book .wc-address-book-address:not(:last-child) {
    margin-bottom: 10px;
}
.woocommerce-edit-address .woocommerce-MyAccount-content .address_book .wc-address-book-address > .wc-address-book-meta > a {
    font-size: var(--font-size-small);
    font-style: italic;
}
.woocommerce-edit-address .woocommerce-MyAccount-content .address_book .wc-address-book-address > address {
    font-style: normal;
}

@media (max-width: 768px) {
    .woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses > .col-1 {
        margin-bottom: 20px;
    }
    .woocommerce-edit-address .woocommerce-MyAccount-content .address_book header.address_book {
        display: flex;
        flex-direction: column;
        border-bottom: 0;
    }
    .woocommerce-edit-address .woocommerce-MyAccount-content .address_book h3 {
        border-bottom: 1px solid var(--color-yellow-light);
    }
    .woocommerce-edit-address .woocommerce-MyAccount-content .address_book .add-new-address {
        padding-left: 0;
        margin-left: auto;
    }
    .woocommerce-edit-address .woocommerce-MyAccount-content .address_book .add-new-address > a.add.button {
        margin-top: -1px;
    }
}

.woocommerce-edit-address .woocommerce-MyAccount-content form[method="post"] > h3 {
    font-size: var(--font-size-large);
    width: fit-content;
    width: -moz-fit-content;
    margin-top: 15px;
    margin-bottom: 30px;
    margin-left: 35px;
}
.woocommerce-edit-address .woocommerce-MyAccount-content form[method="post"] > h3::before {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    top: -3px;
    left: -15px;
    background-color: var(--color-yellow-light);
    z-index: -1;
}
.woocommerce-edit-address .woocommerce-MyAccount-content form[method="post"] > h3::after {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    top: -12px;
    left: -30px;
    transform: rotate(-11deg);
    background-color: var(--color-yellow);
    z-index: -2;
}
.woocommerce-edit-address .woocommerce-MyAccount-content form[method="post"] > .woocommerce-address-fields p#billing_phone_field {
    order: 9;
    padding: 0 10px 0 0;
    margin: 0 0 20px;
}
.woocommerce-edit-address .woocommerce-MyAccount-content form[method="post"] > .woocommerce-address-fields p#billing_email_field {
    order: 10;
    padding: 0 0 0 10px;
    margin: 0 0 20px;
}
.woocommerce-edit-address .woocommerce-MyAccount-content form[method="post"] > .woocommerce-address-fields > p {
    text-align: center;
}
.woocommerce-edit-address .woocommerce-MyAccount-content form[method="post"] > .woocommerce-address-fields > p button.button:focus-visible {
    outline: 0;
}

/* Moyens de paiement */
.theme-RecupAuto.woocommerce-payment-methods .woocommerce-MyAccount-content td.payment-method-actions {
    padding-right: 0 !important;
    padding-left: 0 !important;
    width: 305px;
}
.woocommerce-payment-methods .woocommerce-MyAccount-content td.payment-method-actions > a {
    line-height: 1 !important;
    padding: 10px 15px !important;
    align-items: center;
    border: 0 !important;
    box-shadow: none !important;
}
.woocommerce-payment-methods .woocommerce-MyAccount-content td.payment-method-actions > a.delete,
.woocommerce-payment-methods .woocommerce-MyAccount-content td.payment-method-actions > a.default:hover {
    color: white !important;
    background-color: var(--color-blue) !important;
}
.woocommerce-payment-methods .woocommerce-MyAccount-content td.payment-method-actions > a.delete:hover,
.woocommerce-payment-methods .woocommerce-MyAccount-content td.payment-method-actions > a.default {
    color: var(--color-black) !important;
    background-color: var(--color-yellow) !important;
}
.woocommerce-add-payment-method .woocommerce-MyAccount-content #add_payment_method > #payment {
    background-color: white;
}
.woocommerce-add-payment-method .woocommerce-MyAccount-content #add_payment_method > #payment > ul {
    padding: 0;
    border: 0;
}
.woocommerce-add-payment-method .woocommerce-MyAccount-content #add_payment_method > #payment > ul > li::before {
    display: none !important;
}
.woocommerce-add-payment-method .woocommerce-MyAccount-content #add_payment_method > #payment > ul > li .woocommerce-PaymentBox {
    background-color: var(--color-blue-light);
}
.woocommerce-add-payment-method .woocommerce-MyAccount-content #add_payment_method > #payment > ul > li .woocommerce-PaymentBox::before {
    border-bottom-color: var(--color-blue-light);
}
.woocommerce-add-payment-method .woocommerce-MyAccount-content #add_payment_method > #payment > ul > li .woocommerce-PaymentBox fieldset#wc-woocommerce_payments-upe-form {
    border: 1px solid var(--color-black);
}

/* FAQ */
.woocommerce-faq .woocommerce-MyAccount-content .woocommerce-notices-wrapper + p {
    margin-bottom: 0;
}
.woocommerce-faq .woocommerce-MyAccount-content ul.faq-categories {
    padding-left: 0;
    margin-bottom: 0;
}
.woocommerce-faq .woocommerce-MyAccount-content ul.faq-categories > li.faq-category-wrapper {
    border: 1px solid var(--color-blue);
    box-shadow: 5px 5px var(--color21-light);
    padding: 10px 20px;
    margin-bottom: 15px;
    transition: all .3s ease;
}
/* .woocommerce-faq .woocommerce-MyAccount-content ul.faq-categories > li.faq-category-wrapper.open {
    background-color: var(--color-blue-light);
} */
.woocommerce-faq .woocommerce-MyAccount-content ul.faq-categories > li.faq-category-wrapper.open,
.woocommerce-faq .woocommerce-MyAccount-content ul.faq-categories > li.faq-category-wrapper:hover {
    border-color: var(--color-blue);
    box-shadow: 5px 5px var(--color-blue);
}
.woocommerce-faq .woocommerce-MyAccount-content ul.faq-categories > li.faq-category-wrapper > h2.faq-category-title {
    margin-bottom: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: var(--color-black);
}
.woocommerce-faq .woocommerce-MyAccount-content ul.faq-categories > li.faq-category-wrapper > h2.faq-category-title > .faq-cat-img {
    display: flex;
    margin-right: 20px;
}
.woocommerce-faq .woocommerce-MyAccount-content ul.faq-categories > li.faq-category-wrapper > h2.faq-category-title > .faq-cat-img > img {
    height: 30px;
    width: 30px;
    object-fit: cover;
}
.woocommerce-faq .woocommerce-MyAccount-content ul.faq-categories > li.faq-category-wrapper > h2.faq-category-title > .faq-cat-title {
    width: calc(100% - 50px);
    position: relative;
    padding-right: 30px;
}
.woocommerce-faq .woocommerce-MyAccount-content ul.faq-categories > li.faq-category-wrapper > h2.faq-category-title > .faq-cat-title::after {
    content: '';
    position: absolute;
    top: 13.3px;
    right: 0;
    border-color: var(--color-black) transparent transparent transparent;
    border-width: 7px 5px 0 5px;
    border-style: solid;
    transition: all .3s ease;
}
.woocommerce-faq .woocommerce-MyAccount-content ul.faq-categories > li.faq-category-wrapper.open > h2.faq-category-title > .faq-cat-title::after {
    transform: rotate(180deg);
}
.woocommerce-faq .woocommerce-MyAccount-content ul.faq-category-content {
    margin-bottom: 0;
    padding: 20px 0 0;
    z-index: 0
}
.woocommerce-faq .woocommerce-MyAccount-content ul.faq-category-content > li.faq-post-wrapper {
    margin-bottom: 15px;
    padding: 15px 10px 10px;
    transition: all .3s ease;
    background-color: white;
    z-index: 0
}
.woocommerce-faq .woocommerce-MyAccount-content ul.faq-category-content > li.faq-post-wrapper > h3.faq-post-title {
    position: relative;
    margin-bottom: 0;
    cursor: pointer;
    margin-left: 35px;
}
.woocommerce-faq .woocommerce-MyAccount-content ul.faq-category-content > li.faq-post-wrapper > h3.faq-post-title.thematic-title::before {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: -15px;
    background-color: var(--color-yellow-light);
    z-index: -1;
}
.woocommerce-faq .woocommerce-MyAccount-content ul.faq-category-content > li.faq-post-wrapper > h3.faq-post-title.thematic-title::after {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    top: -4px;
    left: -30px;
    transform: rotate(-11deg);
    background-color: var(--color-yellow);
    z-index: -2;
}
.woocommerce-faq .woocommerce-MyAccount-content ul.faq-category-content > li.faq-post-wrapper > .faq-post-content {
    margin-top: 15px;
}

@media (min-width: 768px) and (max-width: 980px) {
    .woocommerce-faq .woocommerce-MyAccount-content ul.faq-categories > li.faq-category-wrapper > h2.faq-category-title {
        font-size: var(--font-size-medium);
        text-transform: uppercase;
    }
}



/*****************************
*                            *
*             FAQ            *
*        (archive-cpt)       *
*                            *
*****************************/

.post-type-archive-faq .container {
    display: flex;
}
.post-type-archive-faq .container.archive-faq ul.faq-category-content {
    padding-left: 0;
    margin-bottom: 0;
}

.post-type-archive-faq .content-faq .title-page {
    text-align: center;
}
.post-type-archive-faq .content-faq ul {
    padding-left: 0;
    margin-bottom: 0;
}
.post-type-archive-faq .container.archive-faq ul.faq-category-content > li.faq-post-wrapper {
    padding: 15px 20px 10px;
    margin-bottom: 15px;
    border: 1px solid var(--color-blue);
    box-shadow: 5px 5px var(--color-blue-light);
    z-index: 0;
    transition: all .3s ease;
}
.post-type-archive-faq .container.archive-faq ul.faq-category-content > li.faq-post-wrapper:last-child {
    margin-bottom: 0;
}
.post-type-archive-faq .container.archive-faq ul.faq-category-content h3.faq-post-title {
    position: relative;
    margin-bottom: 0;
    cursor: pointer;
    margin-left: 35px;
}
.post-type-archive-faq .container.archive-faq ul.faq-category-content h3.faq-post-title::before {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: -15px;
    background-color: var(--color-yellow-light);
    transition: all .3s ease;
    z-index: -1;
}
.post-type-archive-faq .container.archive-faq ul.faq-category-content h3.faq-post-title::after {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    top: -4px;
    left: -30px;
    transform: rotate(-11deg);
    background-color: var(--color-yellow);
    z-index: -2;
}
.post-type-archive-faq .container.archive-faq ul.faq-category-content .faq-post-content {
    margin-top: 15px;
}
.post-type-archive-faq .container.archive-faq > .faq-contents > ul.faq-categories {
    padding-left: 0;
    margin-bottom: 0;
}
.faq-contents > ul.faq-categories h4.faq-title {
    margin-top: 20px;
}
.faq-contents > ul.faq-categories .wp-block-image {
    margin: 20px 0;
}
.faq-contents > ul.faq-categories .wp-block-image.reverse {
    display: flex;
    flex-direction: column-reverse;
}
.faq-contents > ul.faq-categories .wp-block-image.reverse figcaption {
    font-weight: 600;
    font-style: italic;
    margin: 0 0 5px;
}
.post-type-archive-faq .archive-faq + .container {
    margin-top: 65px;
}
.post-type-archive-faq .container .contact-faq {
    text-align: center;
    background-image: url(../img/auto-parts.svg);
    background-size: 250%;
    border: 1px solid var(--color-blue);
    box-shadow: 5px 5px var(--color-blue);
    padding: 30px 30px 40px;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.post-type-archive-faq .container .contact-faq .content {
    position: relative;
}
.post-type-archive-faq .container .contact-faq .content > ul {
    margin-bottom: 30px;
}
.post-type-archive-faq .container .contact-faq .content > ul > li::before {
    display: none;
}
.post-type-archive-faq .container .contact-faq .content > a.button {
    color: white !important;
    background-color: var(--color-blue) !important;
    border: 0 !important;
    box-shadow: none !important;
}
.post-type-archive-faq .container .contact-faq .content > a.button:hover {
    color: var(--color-black) !important;
    background-color: var(--color-yellow) !important;
}

@media (min-width: 981px) {
    .post-type-archive-faq .container.archive-faq > nav.sidebar-faq {
        position: relative;
        padding: 20px 0;
        margin-right: 3%;
        float: left;
        width: 30%;
        background-color: var(--color-blue-light);
        box-sizing: border-box;
    }
    .post-type-archive-faq .container.archive-faq > nav.sidebar-faq::before {
        content: '';
        background-color: var(--color-blue-light);
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin-left: -50vw;
        z-index: -1;
    }
    .post-type-archive-faq .container.archive-faq > nav.sidebar-faq > ul.faq-categories {
        padding: 0;
        margin: 30px 0;
    }
    .post-type-archive-faq .container.archive-faq > nav.sidebar-faq > ul.faq-categories h2.faq-category-title {
        display: flex;
        align-items: center;
        color: var(--color-black);
        font-weight: 500;
        padding: 10px 15px 10px 0px;
        margin-bottom: 0;
        cursor: pointer;
    }
    .post-type-archive-faq .container.archive-faq > nav.sidebar-faq > ul.faq-categories > li.faq-category-wrapper:hover > h2.faq-category-title,
    .post-type-archive-faq .container.archive-faq > nav.sidebar-faq > ul.faq-categories > li.faq-category-wrapper.active > h2.faq-category-title {
        color: var(--color-blue);
    }
    .post-type-archive-faq .container.archive-faq > nav.sidebar-faq > ul.faq-categories > li.faq-category-wrapper > h2.faq-category-title > .faq-cat-img {
        line-height: 1;
        margin-right: 10px;
    }
    .post-type-archive-faq .container.archive-faq > nav.sidebar-faq > ul.faq-categories > li.faq-category-wrapper > h2.faq-category-title > .faq-cat-img > img {
        width: 20px;
        height: 20px;
    }
    .post-type-archive-faq .container.archive-faq > nav.sidebar-faq > ul.faq-categories > li.faq-category-wrapper > h2.faq-category-title > .faq-cat-title {
        font-size: var(--font-size-normal);
        transition: all .3s ease;
    }
    .post-type-archive-faq .container.archive-faq > .faq-contents {
        float: right;
        width: 67%;
        box-sizing: border-box;
        margin: 0;
    }
    /* .post-type-archive-faq .container.archive-faq ul.faq-category-content > li.faq-post-wrapper.open {
        background-color: var(--color-blue-light);
    } */
    .post-type-archive-faq .container.archive-faq ul.faq-category-content > li.faq-post-wrapper.open,
    .post-type-archive-faq .container.archive-faq ul.faq-category-content > li.faq-post-wrapper:hover {
        border-color: var(--color-blue);
        box-shadow: 5px 5px var(--color-blue);
    }
    .post-type-archive-faq .container.archive-faq > .faq-contents li.faq-category-wrapper:not(.open),
    .post-type-archive-faq .container.archive-faq > .faq-contents .mobile-only {
        display: none;
    }
}
@media (max-width: 980px) {
    .post-type-archive-faq .container.archive-faq > .faq-contents {
        width: 100%;
    }
    .post-type-archive-faq .container.archive-faq ul.faq-categories > li.faq-category-wrapper {
        border: 1px solid var(--color-blue);
        box-shadow: 5px 5px var(--color-blue-light);
        padding: 10px 20px;
        margin-bottom: 15px;
        transition: all .3s ease;
    }
/*     .post-type-archive-faq .container.archive-faq ul.faq-categories > li.faq-category-wrapper.open {
        background-color: var(--color-blue-light);
    } */
    .post-type-archive-faq .container.archive-faq ul.faq-categories > li.faq-category-wrapper.open,
    .post-type-archive-faq .container.archive-faq ul.faq-categories > li.faq-category-wrapper:hover {
        border-color: var(--color-blue);
        box-shadow: 5px 5px var(--color-blue);
    }
    .post-type-archive-faq .container.archive-faq ul.faq-categories > li.faq-category-wrapper:last-child {
        margin-bottom: 0;
    }
    .post-type-archive-faq .container.archive-faq ul.faq-categories > li.faq-category-wrapper > .faq-category-title {
        color: var(--color-black);
        font-size: var(--font-size-medium);
        margin-bottom: 0;
        text-transform: uppercase;
        position: relative;
        display: flex;
        align-items: center;
    }
    .post-type-archive-faq .container.archive-faq ul.faq-categories > li.faq-category-wrapper > .faq-category-title > .faq-cat-img {
        display: flex;
        margin-right: 20px;
    }
    .post-type-archive-faq .container.archive-faq ul.faq-categories > li.faq-category-wrapper > .faq-category-title > .faq-cat-img > img {
        height: 30px;
        width: 30px;
        object-fit: contain;
    }
    .post-type-archive-faq .container.archive-faq ul.faq-categories > li.faq-category-wrapper > .faq-category-title > .faq-cat-title {
        width: calc(100% - 50px);
        position: relative;
        padding-right: 30px;
    }
    .post-type-archive-faq .container.archive-faq ul.faq-categories > li.faq-category-wrapper > .faq-category-title > .faq-cat-title::after {
        content: '';
        position: absolute;
        top: 11px;
        right: 0;
        border-color: var(--color-black) transparent transparent transparent;
        border-width: 7px 5px 0 5px;
        border-style: solid;
        transition: all .3s ease;
    }
    .post-type-archive-faq .container.archive-faq ul.faq-categories > li.faq-category-wrapper.open > .faq-category-title > .faq-cat-title::after {
        transform: rotate(180deg);
    }
    .post-type-archive-faq .container.archive-faq ul.faq-category-content {
        margin-bottom: 0;
        padding: 20px 0 0;
        z-index: 0;
    }
    .post-type-archive-faq .container.archive-faq ul.faq-category-content > li.faq-post-wrapper {
        padding: 15px 10px 10px;
        border: 0;
        box-shadow: none;
        background-color: white;
        z-index: 0;
    }
    .post-type-archive-faq .container.archive-faq ul.faq-category-content > li.faq-post-wrapper > .faq-post-title {
        font-size: var(--font-size-medium);
    }
    .post-type-archive-faq .container.archive-faq ul.faq-category-content > li.faq-post-wrapper > .faq-post-title::after {
        top: -7px;
    }
    .post-type-archive-faq .container .contact-faq {
        max-width: calc(100% - 60px);
    }
}
@media (max-width: 767px) {
    .post-type-archive-faq .container.archive-faq ul.faq-categories > li.faq-category-wrapper,
    .woocommerce-faq .woocommerce-MyAccount-content ul.faq-categories > li.faq-category-wrapper {
        padding: 10px 15px;
    }
    .post-type-archive-faq .container.archive-faq ul.faq-category-content > li.faq-post-wrapper,
    .woocommerce-faq .woocommerce-MyAccount-content ul.faq-category-content > li.faq-post-wrapper {
        padding: 18px 10px 10px;
    }
    .post-type-archive-faq .container.archive-faq ul.faq-categories > li.faq-category-wrapper > .faq-category-title > .faq-cat-img,
    .woocommerce-faq .woocommerce-MyAccount-content ul.faq-categories > li.faq-category-wrapper > h2.faq-category-title > .faq-cat-img {
        margin-right: 15px;
    }
    .post-type-archive-faq .container.archive-faq ul.faq-categories > li.faq-category-wrapper > .faq-category-title > .faq-cat-img > img,
    .woocommerce-faq .woocommerce-MyAccount-content ul.faq-categories > li.faq-category-wrapper > h2.faq-category-title > .faq-cat-img > img {
        height: 20px;
        width: 20px;
    }
    .post-type-archive-faq .container.archive-faq ul.faq-categories > li.faq-category-wrapper > .faq-category-title > .faq-cat-title,
    .woocommerce-faq .woocommerce-MyAccount-content ul.faq-categories > li.faq-category-wrapper > h2.faq-category-title > .faq-cat-title {
        width: calc(100% - 35px);
    }
    .post-type-archive-faq .container.archive-faq ul.faq-categories > li.faq-category-wrapper > .faq-category-title > .faq-cat-title::after,
    .woocommerce-faq .woocommerce-MyAccount-content ul.faq-categories > li.faq-category-wrapper > h2.faq-category-title > .faq-cat-title::after {
        top: 8.5px
    }
    .post-type-archive-faq .container.archive-faq ul.faq-categories > li.faq-category-wrapper > .faq-category-title,
    .woocommerce-faq .woocommerce-MyAccount-content ul.faq-categories > li.faq-category-wrapper > h2.faq-category-title {
        font-size: var(--font-size-button);
    }
    .post-type-archive-faq .container.archive-faq ul.faq-category-content > li.faq-post-wrapper > .faq-post-title,
    .woocommerce-faq .woocommerce-MyAccount-content ul.faq-category-content > li.faq-post-wrapper > h3.faq-post-title {
        font-size: var(--font-size-normal);
        margin-left: 20px;
    }
    .post-type-archive-faq .container.archive-faq ul.faq-category-content > li.faq-post-wrapper h3.faq-post-title::before,
    .woocommerce-faq .woocommerce-MyAccount-content ul.faq-category-content > li.faq-post-wrapper > h3.faq-post-title::before {
        width: 24px !important;
        height: 24px !important;
        top: -1.5px !important;
        left: -10px !important;
    }
    .post-type-archive-faq .container.archive-faq ul.faq-category-content > li.faq-post-wrapper h3.faq-post-title::after,
    .woocommerce-faq .woocommerce-MyAccount-content ul.faq-category-content > li.faq-post-wrapper > h3.faq-post-title::after {
        width: 24px !important;
        height: 24px !important;
        top: -8px !important;
        left: -19px !important;
    }
    .post-type-archive-faq .archive-faq + .container {
        margin-top: 50px;
    }
}

/* Contenu */
img.icon {
    height: 15px;
    width: auto;
}



/*****************************
*                            *
*           PANIER           *
*                            *
*****************************/

/* Panier vide */
.woocommerce-cart .woocommerce > p.cart-empty {
    grid-column: 1/4;
}
.woocommerce-cart .woocommerce > form.woocommerce-cart-form > table > tbody > tr:last-child > td {
    padding-bottom: 0;
}

/* Message - Notice */
.woocommerce-cart .woocommerce > .woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-cart .woocommerce > .woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-cart .woocommerce > .woocommerce-notices-wrapper .woocommerce-message {
    margin-bottom: 50px;
}

/* heading */
.woocommerce-cart .woocommerce h2 {
    margin-bottom: 30px;
    margin-left: 15px;
}
.woocommerce-cart .woocommerce h2::before {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    top: -3px;
    left: -15px;
    background-color: var(--color-yellow-light);
    z-index: -1;
}
.woocommerce-cart .woocommerce h2::after {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    top: -12px;
    left: -28px;
    transform: rotate(-11deg);
    background-color: var(--color-yellow);
    z-index: -2;
}

/* Véhicule */
.woocommerce-cart #cart_car,
.theme-RecupAuto.tax-product_tag #main > #shop_car {
    background-color: var(--color-blue-light);
    padding: 5px;
    margin-bottom: 15px;
}

/* Récapitulatif */
.theme-RecupAuto .woocommerce table.shop_table {
    border: 0;
    border-collapse: collapse;
}
.theme-RecupAuto .woocommerce table.shop_table th,
.theme-RecupAuto .woocommerce table.shop_table td {
    padding: 8px 5px !important;
}
.theme-RecupAuto .woocommerce table.shop_table td {
    border-top-color: var(--color-blue-light);
}
.theme-RecupAuto .woocommerce table.shop_table .product-remove {
    width: 0;
    padding: 0;
}
.theme-RecupAuto .woocommerce a.remove {
    color: var(--color-red) !important;
    font-size: 20px;
    font-weight: normal;
    height: 20px;
    width: 20px;
    transition: all .3s ease;
}
.theme-RecupAuto .woocommerce a.remove:hover {
    color: var(--color-red) !important;
    font-weight: 600;
    background-color: var(--color-red-light);
}
.woocommerce-cart .woocommerce table.shop_table .product-thumbnail {
    min-width: 80px;
}
.theme-RecupAuto .woocommerce table.shop_table .product-thumbnail > a {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: calc(3 / 4 * 100%);
}
.theme-RecupAuto .woocommerce table.shop_table .product-thumbnail > a > img {
    margin-bottom: 0;
    object-fit: cover;
    height: 100%;
    width: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}
.theme-RecupAuto .woocommerce table.shop_table .product-name > a {
    color: var(--color-black);
}
.theme-RecupAuto .woocommerce table.shop_table .product-name > p.cart-product-compatibility {
    text-transform: uppercase;
    font-weight: 600;
}
.theme-RecupAuto .woocommerce table.shop_table .product-name > p.cart-product-compatibility,
.theme-RecupAuto .woocommerce table.shop_table .product-name > p.cart-product-sku,
.theme-RecupAuto .woocommerce table.shop_table .product-name > ul.wc-item-meta,
.woocommerce-order-received table.shop_table ul.wc-item-meta {
    font-size: var(--font-size-small);
    margin-bottom: 0;
}
.theme-RecupAuto .woocommerce table.shop_table .product-name > p.cart-product-sku > strong,
.theme-RecupAuto .woocommerce table.shop_table .product-name > ul.wc-item-meta strong,
.woocommerce-order-received table.shop_table ul.wc-item-meta strong {
    font-weight: 500;
}
.theme-RecupAuto .woocommerce table.shop_table .product-name > dl.variation {
    font-size: var(--font-size-small);
    margin-top: 0;
}
.woocommerce-cart .woocommerce table.shop_table .product-quantity {
    width: 140px;
}
.theme-RecupAuto .woocommerce table.shop_table .product-quantity {
    text-align: center;
}
.theme-RecupAuto .woocommerce table.shop_table .product-price,
.theme-RecupAuto .woocommerce table.shop_table .product-subtotal,
.theme-RecupAuto .woocommerce table.shop_table .product-total,
.theme-RecupAuto .woocommerce table.shop_table .woocommerce-shipping-totals > td,
.theme-RecupAuto .woocommerce table.shop_table .tax-total > td,
.theme-RecupAuto .woocommerce table.shop_table .cart-subtotal > td,
.theme-RecupAuto .woocommerce table.shop_table .cart-discount > td,
.theme-RecupAuto .woocommerce table.shop_table .order-total > td {
    text-align: right;
}
.tax_label {
    font-size: var(--font-size-normal);
}
.shipped_via {
    display: none;
}
.theme-RecupAuto .woocommerce table.shop_table .includes_tax {
    color: #767676;
}
.woocommerce-cart .woocommerce > .cart-collaterals {
    margin-top: 50px;
}
.woocommerce-cart .woocommerce > .cart-collaterals > .cart_totals table tr.cart-subtotal .tax_label {
    color: var(--color-black);
}
.theme-RecupAuto .woocommerce table.shop_table > tbody .coupon {
    position: relative;
    padding-bottom: 0;
    margin-top: 20px;
}
.theme-RecupAuto .woocommerce table.shop_table > tbody .coupon > label[for="coupon_code"],
.woocommerce-checkout form.checkout_coupon > p.form-row-first > label[for="coupon_code"] {
    display: block;
    color: var(--color-blue);
    line-height: 1.2;
    letter-spacing: 1px;
    background-color: var(--color-blue-light);
    position: absolute;
    top: -8px;
    left: 10px;
    width: unset;
    height: unset;
    padding: 2px 5px;
    font-size: 0.7em;
    opacity: 1;
    transition: all .3s ease;
    z-index: 1;
    clip: unset;
    clip-path: unset;
}
.theme-RecupAuto .woocommerce table.shop_table > tbody .coupon > input[name="coupon_code"],
.woocommerce-checkout form.checkout_coupon > p.form-row-first > input[name="coupon_code"] {
    width: 270px;
    min-height: 40px;
    font-size: var(--font-size-normal);
    padding: 15px 15px 0;
    margin-right: 15px;
    border-color: var(--color-blue-light);
    box-shadow: 5px 5px 0 var(--color-blue-light);
}
.theme-RecupAuto .woocommerce table.shop_table > tbody .coupon > input[name="coupon_code"]::placeholder,
.woocommerce-checkout form.checkout_coupon > p.form-row-first > input[name="coupon_code"]::placeholder {
    color: transparent;
}
.theme-RecupAuto .woocommerce table.shop_table > tbody .coupon > input[name="coupon_code"]:focus-within,
.woocommerce-checkout form.checkout_coupon > p.form-row-first > input[name="coupon_code"]:focus-within {
    border-color: var(--color-blue);
}
.theme-RecupAuto .woocommerce table.shop_table > tbody .coupon > button,
.woocommerce-checkout form.checkout_coupon > p.form-row-last > button[name="apply_coupon"] {
    color: white !important;
    background-color: var(--color-blue) !important;
    border-color: var(--color-blue) !important;
    line-height: 1 !important;
    height: 40px;
    box-shadow: none !important;
}
.theme-RecupAuto .woocommerce table.shop_table > tbody .coupon > button:hover,
.woocommerce-checkout form.checkout_coupon > p.form-row-last > button[name="apply_coupon"]:hover {
    color: var(--color-black) !important;
    background-color: var(--color-yellow) !important;
    border-color: var(--color-yellow) !important;
}
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    font-weight: 600;
}

@media (max-width: 768px) {
    .theme-RecupAuto.woocommerce-cart .woocommerce-cart-form table.shop_table tr.cart_item {
        position: relative;
    }
    .theme-RecupAuto.woocommerce-cart table.shop_table tr:nth-child(even) td,
    .theme-RecupAuto.woocommerce-cart table.shop_table tr:last-child td {
        background-color: transparent !important;
    }
    .theme-RecupAuto.woocommerce-cart .woocommerce-cart-form table.shop_table .product-thumbnail {
        display: revert;
    }
    .theme-RecupAuto.woocommerce-cart .woocommerce table.shop_table > tbody .coupon > button {
        width: fit-content;
        min-width: -moz-fit-content;
        float: none !important;
    }
}
@media (min-width: 600px) and (max-width: 768px) {
    .theme-RecupAuto.woocommerce-cart .woocommerce-cart-form table.shop_table thead,
    .theme-RecupAuto.woocommerce-cart .woocommerce-cart-form table.shop_table tr,
    .theme-RecupAuto.woocommerce-cart .woocommerce-cart-form table.shop_table td {
        display: revert;
        font-size: .95em;
    }
    .theme-RecupAuto.woocommerce-cart .woocommerce-cart-form table.shop_table th,
    .theme-RecupAuto.woocommerce-cart .woocommerce-cart-form table.shop_table td {
        padding: 5px;
    }
    .theme-RecupAuto.woocommerce-cart .woocommerce-cart-form table.shop_table .product-name {
        text-align: left !important;
    }
    .theme-RecupAuto.woocommerce-cart .woocommerce-cart-form table.shop_table .product-quantity {
        text-align: center !important;
    }
    .theme-RecupAuto.woocommerce-cart .woocommerce-cart-form table.shop_table td::before {
        display: none;
    }
    .theme-RecupAuto.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-remove {
        position: absolute;
        top: 50%;
        left: -24px;
        transform: translateY(-50%);
        width: auto;
        border-top: 0;
        padding: 0;
    }
    .theme-RecupAuto.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-name > p.cart-product-sku {
        font-size: .95em;
    }
}
@media (max-width: 599px) {
    .theme-RecupAuto.woocommerce-cart table.shop_table.cart tr.cart_item {
        padding: 5px;
    }
    .theme-RecupAuto.woocommerce-cart table.shop_table.cart tr.cart_item:nth-child(odd) {
        background-color: var(--color-blue-light) !important;
    }
    .theme-RecupAuto.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-thumbnail::before,
    .theme-RecupAuto.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-name::before {
        display: none;
    }
    .theme-RecupAuto.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-remove {
        position: absolute;
        top: 5px;
        right: 5px;
        width: auto;
        border-top: 0;
        padding: 0 !important;
    }
    .theme-RecupAuto.woocommerce-cart .woocommerce-cart-form table.shop_table .product-thumbnail {
        display: inline-block;
        padding: 0 !important;
        margin-bottom: 5px;
    }
    .theme-RecupAuto.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-name {
        text-align: left !important;
        border-top: 0;
        padding: 0 !important;
        margin-bottom: 5px;
    }
    .theme-RecupAuto.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-price,
    .theme-RecupAuto.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-quantity,
    .theme-RecupAuto.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-subtotal {
        border-top: 0;
        font-size: var(--font-size-small);
        padding: 0 !important;
        margin-bottom: 5px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .theme-RecupAuto.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-quantity {
        width: 100%;
    }
    .theme-RecupAuto.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-quantity .qib-button:not(#qib_id):not(#qib_id) {
        height: 25px;
        width: 15px;
        font-size: var(--font-size-small);
    }
    .theme-RecupAuto.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-quantity .qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
        height: 25px;
        width: 35px;
        font-size: var(--font-size-small);
    }
    .theme-RecupAuto.woocommerce-cart table.shop_table tr:nth-child(odd) td.product-quantity .qib-button:not(#qib_id):not(#qib_id) {
        background-color: white;
    }
    .theme-RecupAuto.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-subtotal {
        margin-bottom: 0;
    }
    .theme-RecupAuto.woocommerce-cart .woocommerce-cart-form table.shop_table tr:last-child > td {
        border-top: 0;
    }
}
@media (max-width: 479px) {
    .theme-RecupAuto.woocommerce-cart .woocommerce table.shop_table > tbody .coupon > input {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .theme-RecupAuto.woocommerce-cart .woocommerce table.shop_table > tbody .coupon > button {
        margin-left: auto;
    }
}

/* Total panier */
.woocommerce-cart .woocommerce > .cart-collaterals > .cart_totals {
    width: 100%;
}
.woocommerce-cart .woocommerce > .cart-collaterals > .cross-sells ul.products li.product .woocommerce-loop-product__title::before,
.woocommerce-cart .woocommerce > .cart-collaterals > .cross-sells ul.products li.product .woocommerce-loop-product__title::after {
    display: none;
}
.woocommerce-cart .woocommerce > .cart-collaterals > .cross-sells + .cart_totals {
    width: 48%;
}
.woocommerce-cart .woocommerce > .cart-collaterals > .cart_totals table td {
    text-align: right;
}
a.woocommerce-remove-coupon {
    font-size: var(--font-size-x-small);
}
.woocommerce-cart .woocommerce > .cart-collaterals > .cart_totals table tr.woocommerce-shipping-totals p.woocommerce-shipping-destination,
.woocommerce-cart .woocommerce > .cart-collaterals > .cart_totals table form.woocommerce-shipping-calculator {
    font-size: var(--font-size-x-small);
    line-height: 15px;
}
.woocommerce-cart .woocommerce > .cart-collaterals > .cart_totals table form.woocommerce-shipping-calculator .shipping-calculator-button {
    font-size: var(--font-size-normal);
    line-height: 1.5;
    margin-top: 0;
}
.woocommerce-cart .woocommerce > .cart-collaterals > .cart_totals table form.woocommerce-shipping-calculator > .shipping-calculator-form {
    margin-left: auto;
    max-width: 300px;
}
.woocommerce-cart .woocommerce > .cart-collaterals > .cart_totals table form.woocommerce-shipping-calculator > .shipping-calculator-form > #calc_shipping_country_field {
    padding: 3px 0;
}
.woocommerce-cart .woocommerce > .cart-collaterals > .cart_totals table form.woocommerce-shipping-calculator > .shipping-calculator-form #calc_shipping_country_field .select2-selection__arrow {
    display: none;
}
.woocommerce-cart .woocommerce > .cart-collaterals > .cart_totals table form.woocommerce-shipping-calculator > .shipping-calculator-form #calc_shipping_country_field span.select2-selection--single {
    pointer-events: none;
    text-align: left;
    border-color: var(--color-blue-light);
    border-radius: 0;
    padding: 5px;
    font-weight: 600;
    font-style: italic;
    box-shadow: 5px 5px var(--color-blue-light);
}
.woocommerce-cart .woocommerce > .cart-collaterals > .cart_totals table form.woocommerce-shipping-calculator > .shipping-calculator-form #calc_shipping_country_field span.select2-selection--single > .select2-selection__rendered {
    padding: 0;
    line-height: normal;
}
.woocommerce-cart .woocommerce > .cart-collaterals > .cart_totals table form.woocommerce-shipping-calculator > .shipping-calculator-form #calc_shipping_postcode_field {
    padding: 0;
    margin-top: 10px;
}
.woocommerce-cart .woocommerce > .cart-collaterals > .cart_totals table form.woocommerce-shipping-calculator > .shipping-calculator-form #calc_shipping_postcode_field input {
    height: 28px;
    font-family: var(--font-family);
    border: 1px solid var(--color-blue-light);
    border-radius: 0;
    padding: 5px;
    box-shadow: 5px 5px var(--color-blue-light);
}
.woocommerce-cart .woocommerce > .cart-collaterals > .cart_totals table form.woocommerce-shipping-calculator > .shipping-calculator-form #calc_shipping_postcode_field input::placeholder {
    color: var(--color-black) !important;
    opacity: .5;
}
.woocommerce-cart .woocommerce > .cart-collaterals > .cart_totals table form.woocommerce-shipping-calculator > .shipping-calculator-form #calc_shipping_postcode_field + p {
    text-align: left;
}
.woocommerce-cart .woocommerce > .cart-collaterals > .cart_totals table form.woocommerce-shipping-calculator > .shipping-calculator-form button[name="calc_shipping"] {
    color: white !important;
    font-family: var(--font-family);
    padding: 5px 15px !important;
    margin-top: 10px;
    box-shadow: none !important;
    background-color: var(--color-blue) !important;
    border-color: var(--color-blue) !important;
}
.woocommerce-cart .woocommerce > .cart-collaterals > .cart_totals table form.woocommerce-shipping-calculator > .shipping-calculator-form button[name="calc_shipping"]:hover {
    color: var(--color-black) !important;
    background-color: var(--color-yellow) !important;
    border-color: var(--color-yellow) !important;
}
.woocommerce-cart .woocommerce > .cart-collaterals > .cart_totals table tr.order-total > td[data-title="Total"] {
    display: flex;
    flex-direction: column;
}
.woocommerce-cart .woocommerce > .cart-collaterals > .cart_totals > .wc-proceed-to-checkout > a.checkout-button {
    width: fit-content;
    width: -moz-fit-content;
    margin: auto;
}

@media (max-width: 768px) {
    .woocommerce-cart .woocommerce > .cart-collaterals > .cross-sells + .cart_totals {
        width: 100%;
        margin-top: 50px;
    }
    .woocommerce-cart .woocommerce > .cart-collaterals > .cart_totals table tr.order-total > td[data-title="Total"] {
        display: inherit;
    }
}



/*****************************
*                            *
*   VALIDATION DE COMMANDE   *
*                            *
*****************************/

/* Connexion */
.theme-RecupAuto.woocommerce-checkout .woocommerce-form-login {
    border: 0;
    padding: 0;
    margin-bottom: 50px;
}
.theme-RecupAuto.woocommerce-checkout .woocommerce-form-login > p:first-child,
.woocommerce-checkout form.checkout_coupon > p:first-child {
    margin-bottom: 20px;
}
.woocommerce-checkout .woocommerce-form-login .clear + p.form-row {
    display: flex;
    flex-direction: column;
    float: left;
    width: 240px;
    padding: 0;
}
.woocommerce-checkout .woocommerce-form-login .clear + p.form-row > label.woocommerce-form__label-for-checkbox {
    display: flex;
    margin-right: 30px;
    margin-bottom: 10px;
}
.woocommerce-checkout .woocommerce-form-login .clear + p.form-row > label.woocommerce-form__label-for-checkbox > input {
    margin: 0 8px 0 0;
}
.woocommerce-checkout .woocommerce-form-login .clear + p.form-row > button.woocommerce-form-login__submit {
    margin-right: 0;
}
.woocommerce-checkout .woocommerce-form-login p.lost_password {
    float: right;
    width: calc(100% - 240px);
    line-height: 2;
}

/* Coupon */
.woocommerce-checkout form.checkout_coupon {
    border: 0;
    padding: 0;
}
.woocommerce-checkout form.checkout_coupon > p.form-row-first {
    position: relative;
    width: 270px;
    padding: 0;
    margin-right: 15px;
    margin-bottom: 0;
}
.woocommerce-checkout form.checkout_coupon > p.form-row-first > label[for="coupon_code"] {
    clip: unset;
    clip-path: none;
    height: auto;
    width: auto;
}
.woocommerce-checkout form.checkout_coupon > p.form-row-first > input[name="coupon_code"] {
    border-width: 1px;
    border-style: solid;
    outline: 0 !important;
}
.woocommerce-checkout form.checkout_coupon > p.form-row-last {
    width: calc(100% - 285px);
    padding: 0;
    margin-bottom: 0;
}
@media (max-width: 469px) {
    .woocommerce-checkout form.checkout_coupon > p.form-row-first {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .woocommerce-checkout form.checkout_coupon > p.form-row-first > input[name="coupon_code"] {
        width: 100%;
        margin-right: 0;
    }
    .woocommerce-checkout form.checkout_coupon > p.form-row-last {
        width: fit-content;
        width: -moz-fit-content;
    }
}

/* Heading */
.woocommerce-checkout .woocommerce h3 {
    margin-top: 50px;
    margin-bottom: 30px;
    margin-left: 15px;
    font-size: var(--font-size-large);
}
.woocommerce-checkout .woocommerce h3::before {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    top: -3px;
    left: -15px;
    background-color: var(--color-yellow-light);
    z-index: -1;
}
.woocommerce-checkout .woocommerce h3::after {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    top: -12px;
    left: -30px;
    transform: rotate(-11deg);
    background-color: var(--color-yellow);
    z-index: -2;
}
.woocommerce-checkout .woocommerce-shipping-fields h3#ship-to-different-address {
    width: calc(100% - 15px);
    cursor: pointer;
}
.woocommerce-checkout .woocommerce-shipping-fields h3#ship-to-different-address > div::after {
    content: '';
    position: absolute;
    top: 13.3px;
    left: 410px;
    border-color: var(--color-blue) transparent transparent transparent;
    border-width: 7px 5px 0 5px;
    border-style: solid;
    transition: all .3s ease;
}
.woocommerce-checkout .woocommerce-shipping-fields h3#ship-to-different-address.open > div::after {
    transform: rotate(180deg);
}

.woocommerce-checkout .woocommerce-shipping-fields {
    margin-bottom: 10px;
}
.woocommerce-checkout .woocommerce-billing-fields > .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .checkout .shipping_address {
    padding-top: 10px;
}
.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper > p#shipping_country_field {
    margin-bottom: 10px !important;
}

@media (max-width: 980px) {
    .woocommerce-checkout .woocommerce h3 {
        margin-top: 30px;
    }
}
@media (max-width: 500px) {
    .woocommerce-checkout .woocommerce-shipping-fields h3#ship-to-different-address > div::after {
        left: auto;
        right: 0;
    }
}

/* Formulaires */
.woocommerce-edit-address .woocommerce-address-fields > .woocommerce-address-fields__field-wrapper,
.woocommerce-checkout .woocommerce-billing-fields > .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .woocommerce-account-fields > div.create-account,
.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.woocommerce-checkout .woocommerce-billing-fields > .woocommerce-billing-fields__field-wrapper > p#billing_address_book_field,
.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper > p#shipping_address_book_field {
    width: 100%;
    order: 0;
    padding: 0;
    margin: 0 0 23px;
}
.woocommerce-checkout .woocommerce-billing-fields > .woocommerce-billing-fields__field-wrapper > p#billing_address_book_field span.select2-container--default,
.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper > p#shipping_address_book_field span.select2-container--default {
    width: 100% !important;
}
.woocommerce-checkout .woocommerce-billing-fields > .woocommerce-billing-fields__field-wrapper > p#billing_address_book_field span.select2-container--default .select2-selection--single,
.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper > p#shipping_address_book_field span.select2-container--default .select2-selection--single {
    border-radius: 0;
    border-color: var(--color-blue-light);
    box-shadow: 5px 5px var(--color-blue-light);
    padding: 15px 15px 0 !important;
    height: 40px;
}
.woocommerce-checkout .woocommerce-billing-fields > .woocommerce-billing-fields__field-wrapper > p#billing_address_book_field span.select2-container--default .select2-selection--single > .select2-selection__rendered,
.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper > p#shipping_address_book_field span.select2-container--default .select2-selection--single > .select2-selection__rendered {
    color: var(--color-black);
    line-height: normal;
    padding-left: 0;
}
.woocommerce-checkout .woocommerce-billing-fields > .woocommerce-billing-fields__field-wrapper > p#billing_address_book_field span.select2-container--default .select2-selection--single > .select2-selection__arrow,
.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper > p#shipping_address_book_field span.select2-container--default .select2-selection--single > .select2-selection__arrow {
    height: 100%;
    right: 7px;
}
.woocommerce-checkout .woocommerce-billing-fields > .woocommerce-billing-fields__field-wrapper > p#billing_address_book_field span.select2-container--default .select2-selection--single > .select2-selection__arrow b,
.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper > p#shipping_address_book_field span.select2-container--default .select2-selection--single > .select2-selection__arrow b {
    border-color: var(--color-black) transparent transparent transparent;
    border-width: 5px 4px 0 4px;
    opacity: .75;
    transition: all .3s ease;
}
.woocommerce-checkout .woocommerce-billing-fields > .woocommerce-billing-fields__field-wrapper > p#billing_address_book_field span.select2-container--default.select2-container--open .select2-selection--single > .select2-selection__arrow b,
.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper > p#shipping_address_book_field span.select2-container--default.select2-container--open .select2-selection--single > .select2-selection__arrow b {
    transform: rotate(180deg);
}
.woocommerce-edit-address .woocommerce-MyAccount-content form[method="post"] > .woocommerce-address-fields p#billing_address_nickname_field,
.woocommerce-edit-address .woocommerce-MyAccount-content form[method="post"] > .woocommerce-address-fields p#shipping_address_nickname_field,
.woocommerce-checkout .woocommerce-billing-fields > .woocommerce-billing-fields__field-wrapper > p#billing_address_nickname_field,
.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper > p#shipping_address_nickname_field {
    width: 100%;
    order: 1;
    padding: 0;
    margin: 0 0 20px;
}
.woocommerce-edit-address .woocommerce-MyAccount-content form[method="post"] > .woocommerce-address-fields .validate-address-nickname .description,
.woocommerce-checkout .woocommerce-billing-fields > .woocommerce-billing-fields__field-wrapper > p#billing_address_nickname_field .description,
.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper > p#shipping_address_nickname_field .description {
    font-size: var(--font-size-x-small);
    background-color: var(--color-yellow);
    border-radius: 0;
    padding: 5px 15px;
    z-index: 10;
}
.woocommerce-edit-address .woocommerce-MyAccount-content form[method="post"] > .woocommerce-address-fields .validate-address-nickname .description::before,
.woocommerce-checkout .woocommerce-billing-fields > .woocommerce-billing-fields__field-wrapper > p#billing_address_nickname_field .description::before,
.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper > p#shipping_address_nickname_field .description::before {
    border-color: var(--color-yellow) transparent transparent transparent;
}
.woocommerce-edit-address .woocommerce-MyAccount-content form[method="post"] > .woocommerce-address-fields p#billing_first_name_field,
.woocommerce-edit-address .woocommerce-MyAccount-content form[method="post"] > .woocommerce-address-fields p#shipping_first_name_field,
.woocommerce-checkout .woocommerce-billing-fields > .woocommerce-billing-fields__field-wrapper > p#billing_first_name_field,
.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper > p#shipping_first_name_field {
    order: 1;
    padding: 0 10px 0 0;
    margin: 0 0 20px;
}
.woocommerce-edit-address .woocommerce-MyAccount-content form[method="post"] > .woocommerce-address-fields p#billing_last_name_field,
.woocommerce-edit-address .woocommerce-MyAccount-content form[method="post"] > .woocommerce-address-fields p#shipping_last_name_field,
.woocommerce-checkout .woocommerce-billing-fields > .woocommerce-billing-fields__field-wrapper > p#billing_last_name_field,
.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper > p#shipping_last_name_field {
    order: 2;
    padding: 0 0 0 10px;
    margin: 0 0 20px;
}
.woocommerce-edit-address .woocommerce-MyAccount-content form[method="post"] > .woocommerce-address-fields p#billing_company_field,
.woocommerce-edit-address .woocommerce-MyAccount-content form[method="post"] > .woocommerce-address-fields p#shipping_company_field,
.woocommerce-checkout .woocommerce-billing-fields > .woocommerce-billing-fields__field-wrapper > p#billing_company_field,
.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper > p#shipping_company_field {
    width: 100%;
    order: 3;
    padding: 0;
    margin: 0 0 20px;
}
.woocommerce-edit-address .woocommerce-MyAccount-content form[method="post"] > .woocommerce-address-fields p#billing_country_field,
.woocommerce-edit-address .woocommerce-MyAccount-content form[method="post"] > .woocommerce-address-fields p#shipping_country_field,
.woocommerce-checkout .woocommerce-billing-fields > .woocommerce-billing-fields__field-wrapper > p#billing_country_field,
.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper > p#shipping_country_field,
.woocommerce-checkout .woocommerce-additional-fields > .woocommerce-additional-fields__field-wrapper p#order_comments_field textarea {
    width: 100%;
    order: 8;
    min-height: 40px;
    color: var(--color-black);
    background-color: white;
    padding: 15px 15px 0;
    border-radius: 0;
    border: 1px solid var(--color-blue-light) !important;
    box-shadow: 5px 5px 0 var(--color-blue-light);
    margin: 0 0 20px;
}
.woocommerce-edit-address .woocommerce-MyAccount-content form[method="post"] > .woocommerce-address-fields p#billing_country_field strong,
.woocommerce-edit-address .woocommerce-MyAccount-content form[method="post"] > .woocommerce-address-fields p#shipping_country_field strong,
.woocommerce-checkout .woocommerce-billing-fields > .woocommerce-billing-fields__field-wrapper > p#billing_country_field strong,
.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper > p#shipping_country_field strong {
    font-weight: normal;
}
.woocommerce-edit-address .woocommerce-MyAccount-content form[method="post"] > .woocommerce-address-fields p#billing_address_1_field,
.woocommerce-edit-address .woocommerce-MyAccount-content form[method="post"] > .woocommerce-address-fields p#shipping_address_1_field,
.woocommerce-checkout .woocommerce-billing-fields > .woocommerce-billing-fields__field-wrapper > p#billing_address_1_field,
.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper > p#shipping_address_1_field {
    width: 100%;
    order: 4;
    padding: 0;
    margin: 0 0 20px;
}
.woocommerce-edit-address .woocommerce-MyAccount-content form[method="post"] > .woocommerce-address-fields p#billing_address_2_field,
.woocommerce-edit-address .woocommerce-MyAccount-content form[method="post"] > .woocommerce-address-fields p#shipping_address_2_field,
.woocommerce-checkout .woocommerce-billing-fields > .woocommerce-billing-fields__field-wrapper > p#billing_address_2_field,
.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper > p#shipping_address_2_field {
    width: 100%;
    order: 5;
    padding: 0;
    margin: 0 0 20px;
}
.woocommerce-edit-address .woocommerce-MyAccount-content form[method="post"] > .woocommerce-address-fields p#billing_address_2_field > label,
.woocommerce-edit-address .woocommerce-MyAccount-content form[method="post"] > .woocommerce-address-fields p#shipping_address_2_field > label,
.woocommerce-checkout .woocommerce-billing-fields > .woocommerce-billing-fields__field-wrapper > p#billing_address_2_field > label,
.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper > p#shipping_address_2_field > label {
    clip: inherit;
    height: auto;
    width: auto;
    -webkit-clip-path: inherit;
    clip-path: inherit;
    margin: 0;
}
.woocommerce-edit-address .woocommerce-MyAccount-content form[method="post"] > .woocommerce-address-fields p#billing_postcode_field,
.woocommerce-edit-address .woocommerce-MyAccount-content form[method="post"] > .woocommerce-address-fields p#shipping_postcode_field,
.woocommerce-checkout .woocommerce-billing-fields > .woocommerce-billing-fields__field-wrapper > p#billing_postcode_field,
.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper > p#shipping_postcode_field {
    float: left;
    order: 6;
    padding: 0 10px 0 0;
    margin: 0 0 20px;
}
.woocommerce-edit-address .woocommerce-MyAccount-content form[method="post"] > .woocommerce-address-fields p#billing_city_field,
.woocommerce-edit-address .woocommerce-MyAccount-content form[method="post"] > .woocommerce-address-fields p#shipping_city_field,
.woocommerce-checkout .woocommerce-billing-fields > .woocommerce-billing-fields__field-wrapper > p#billing_city_field,
.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper > p#shipping_city_field {
    float: right;
    clear: none;
    order: 7;
    padding: 0 0 0 10px;
    margin: 0 0 20px;
}
.woocommerce-checkout .woocommerce-billing-fields > .woocommerce-billing-fields__field-wrapper > p#billing_phone_field {
    width: 100%;
    order: 9;
    padding: 0 10px 0 0;
    margin: 0 0 20px;
}
.woocommerce-checkout .woocommerce-billing-fields > .woocommerce-billing-fields__field-wrapper > p#billing_email_field {
    width: 100%;
    order: 10;
    padding: 0 0 0 10px;
    margin: 0 0 20px;
}
.woocommerce-checkout .woocommerce-account-fields > div.create-account {
    padding: 0;
}
.woocommerce-checkout .woocommerce-account-fields > div.create-account label {
    display: flex;
}
.woocommerce-checkout .woocommerce-account-fields > div.create-account label > input {
    margin-top: 0;
}
.woocommerce-checkout .woocommerce-account-fields > div.create-account > p {
    width: 100%;
    padding: 0;
    margin: 0 0 20px;
}
form.woocommerce-ResetPassword .woocommerce-form-row--first > label,
.woocommerce-edit-account #recupauto-customer-detail #recupauto-customer-type_wrapper label,
.woocommerce-edit-account .woocommerce-EditAccountForm .woocommerce-form-row label,
.woocommerce-edit-address .woocommerce-MyAccount-content form[method="post"] > .woocommerce-address-fields .form-row > label,
#top_header .popup form.woocommerce-form-login > .woocommerce-form-row > label,
#customer_login .content.woocommerce-form-login > .woocommerce-form-row > label,
#customer_login .content.woocommerce-form-register > .woocommerce-form-row > label,
.woocommerce-checkout .woocommerce-form-login > .form-row > label:not(.woocommerce-form__label-for-checkbox),
.woocommerce-checkout .woocommerce-billing-fields > .woocommerce-billing-fields__field-wrapper > p > label,
.woocommerce-checkout .woocommerce-account-fields > div.create-account > p > label,
.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper > p > label,
.woocommerce-checkout .woocommerce-additional-fields > .woocommerce-additional-fields__field-wrapper p#order_comments_field > label {
    color: var(--color-black);
    font-weight: normal;
    line-height: 1.2;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 2px 5px;
    font-size: var(--font-size-small);
    opacity: .75;
    transition: all .3s ease;
    cursor: auto;
}
#customer_login .content.woocommerce-form-register > .woocommerce-form-row.form-row-billing_company > label,
#customer_login .content.woocommerce-form-register > .woocommerce-form-row.form-row-billing_first_name > label,
#customer_login .content.woocommerce-form-register > .woocommerce-form-row.form-row-billing_city > label,
.woocommerce-edit-account .woocommerce-EditAccountForm .woocommerce-form-row.form-row-last label,
.woocommerce-edit-address .woocommerce-MyAccount-content form[method="post"] > .woocommerce-address-fields p#billing_last_name_field label,
.woocommerce-edit-address .woocommerce-MyAccount-content form[method="post"] > .woocommerce-address-fields p#shipping_last_name_field label,
.woocommerce-edit-address .woocommerce-MyAccount-content form[method="post"] > .woocommerce-address-fields p#billing_city_field label,
.woocommerce-edit-address .woocommerce-MyAccount-content form[method="post"] > .woocommerce-address-fields p#shipping_city_field label,
.woocommerce-edit-address .woocommerce-MyAccount-content form[method="post"] > .woocommerce-address-fields p#billing_email_field label,
.woocommerce-checkout .woocommerce-billing-fields > .woocommerce-billing-fields__field-wrapper > p#billing_last_name_field > label,
.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper > p#shipping_last_name_field > label,
.woocommerce-checkout .woocommerce-billing-fields > .woocommerce-billing-fields__field-wrapper > p#billing_city_field > label,
.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper > p#shipping_city_field > label,
.woocommerce-checkout .woocommerce-billing-fields > .woocommerce-billing-fields__field-wrapper > p#billing_email_field > label {
    left: 20px;
}
form.woocommerce-ResetPassword .woocommerce-form-row--first > label,
.woocommerce-edit-account #recupauto-customer-detail #recupauto-customer-type_wrapper label,
.woocommerce-edit-account .woocommerce-EditAccountForm .woocommerce-form-row label,
.woocommerce-edit-address .woocommerce-MyAccount-content form[method="post"] > .woocommerce-address-fields .form-row > label,
#top_header .popup form.woocommerce-form-login > .woocommerce-form-row > label,
#customer_login .content.woocommerce-form-login > .woocommerce-form-row > label,
#customer_login .content.woocommerce-form-register > .woocommerce-form-row > label,
.woocommerce-checkout .woocommerce-form-login > .form-row > label:not(.woocommerce-form__label-for-checkbox),
.logged-in .woocommerce-checkout .woocommerce-billing-fields > .woocommerce-billing-fields__field-wrapper > p > label,
.woocommerce-checkout .woocommerce-billing-fields > .woocommerce-billing-fields__field-wrapper > p.woocommerce-validated > label,
.woocommerce-checkout .woocommerce-billing-fields > .woocommerce-billing-fields__field-wrapper > p:focus-within > label,
.woocommerce-checkout .woocommerce-billing-fields > .woocommerce-billing-fields__field-wrapper > p#billing_country_field > label,
.logged-in .woocommerce-checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper > p > label,
.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper > p.woocommerce-validated > label,
.woocommerce-checkout .woocommerce-account-fields > div.create-account > p.woocommerce-validated > label,
.woocommerce-checkout .woocommerce-account-fields > div.create-account > p:focus-within > label,
.woocommerce-checkout .woocommerce-account-fields > div.create-account > p > label,
.woocommerce-checkout .woocommerce-account-fields > div.create-account > p#role_field > label,
.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper > p:focus-within > label,
.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper > p#shipping_country_field > label,
.woocommerce-checkout .woocommerce-additional-fields > .woocommerce-additional-fields__field-wrapper p#order_comments_field > label {
    font-size: 0.7em;
    top: -8px;
    color: var(--color-blue);
    letter-spacing: 1px;
    background-color: var(--color-blue-light);
    opacity: 1;
    z-index: 1;
    cursor: default;
}
.woocommerce-checkout .woocommerce-billing-fields > .woocommerce-billing-fields__field-wrapper > p#billing_country_field > label,
.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper > p#shipping_country_field > label {
    left: 10px;
}
form.woocommerce-ResetPassword .woocommerce-form-row--first input,
.woocommerce-edit-account .woocommerce-EditAccountForm .woocommerce-form-row input,
.woocommerce-edit-address .woocommerce-MyAccount-content form[method="post"] > .woocommerce-address-fields .form-row input,
#top_header .popup form.woocommerce-form-login > .woocommerce-form-row input:not(.woocommerce-form__input-checkbox),
#customer_login .content.woocommerce-form-login > .woocommerce-form-row input,
#customer_login .content.woocommerce-form-register > .woocommerce-form-row input,
.woocommerce-checkout .woocommerce-form-login > .form-row input:not(.woocommerce-form__input-checkbox),
.woocommerce-checkout .woocommerce-billing-fields > .woocommerce-billing-fields__field-wrapper > p input,
.woocommerce-checkout .woocommerce-account-fields > div.create-account > p input,
.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper > p input {
    min-height: 40px;
    color: var(--color-black);
    font-size: var(--font-size-normal);
    background-color: white;
    padding: 15px 15px 0;
    border-radius: 0;
    border: 1px solid var(--color-blue-light) !important;
    box-shadow: 5px 5px 0 var(--color-blue-light);
}
form.woocommerce-ResetPassword .woocommerce-form-row--first:focus-within > input,
.woocommerce-edit-account .woocommerce-EditAccountForm .woocommerce-form-row input:focus-within,
.woocommerce-edit-address .woocommerce-MyAccount-content form[method="post"] > .woocommerce-address-fields .form-row input:focus-within,
#top_header .popup form.woocommerce-form-login > .woocommerce-form-row:focus-within > input,
#customer_login .content.woocommerce-form-login > .woocommerce-form-row:focus-within input,
#customer_login .content.woocommerce-form-register > .woocommerce-form-row:focus-within input,
.woocommerce-checkout .woocommerce-form-login > .form-row:focus-within input:not(.woocommerce-form__input-checkbox),
.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > p#billing_address_book_field span.select2-container--default.select2-container--open .select2-selection--single,
.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper > p#shipping_address_book_field span.select2-container--default.select2-container--open .select2-selection--single,
.woocommerce-checkout .woocommerce-billing-fields > .woocommerce-billing-fields__field-wrapper > p:focus-within input,
.woocommerce-checkout .woocommerce-account-fields > div.create-account > p:focus-within > label,
.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper > p:focus-within input,
.woocommerce-checkout .woocommerce-additional-fields > .woocommerce-additional-fields__field-wrapper p#order_comments_field textarea:focus-within {
    border-color: var(--color-blue) !important;
}
#customer_login .content.woocommerce-form-register > .woocommerce-form-row > select,
.woocommerce-checkout .woocommerce-account-fields > .create-account > p select {
    min-height: 40px;
    color: var(--color-black);
    font-size: var(--font-size-normal);
    font-family: var(--font-family);
    background-color: transparent;
    padding: 15px 15px 0 9px;
    border-radius: 0;
    border: 1px solid var(--color-blue-light) !important;
    box-shadow: 5px 5px 0 var(--color-blue-light);
    outline: 0;
}
.woocommerce-checkout .select2-container--open > .select2-dropdown {
    border-color: var(--color-yellow-light);
    top: 4px;
}
.woocommerce-checkout .select2-container--open > .select2-dropdown > .select2-search--dropdown,
.woocommerce-checkout .select2-container--open > .select2-dropdown > .select2-results li.select2-results__option.loading-results {
    display: none;
}
.woocommerce-checkout .select2-container--open > .select2-dropdown > .select2-results li.select2-results__option,
.woocommerce-checkout .select2-container--open > .select2-dropdown > .select2-results li.select2-results__option[data-selected=true] {
    color: var(--color-black);
    opacity: .75;
    background-color: white;
    transition: all .3s ease;
}
.woocommerce-checkout .select2-container--open > .select2-dropdown > .select2-results li.select2-results__option:hover,
.woocommerce-checkout .select2-container--open > .select2-dropdown > .select2-results li.select2-results__option--highlighted[aria-selected] {
    opacity: 1;
    background-color: var(--color-blue-light);
}
.woocommerce-checkout .woocommerce-additional-fields > .woocommerce-additional-fields__field-wrapper p#order_comments_field {
    padding: 0;
}
.woocommerce-checkout .woocommerce-additional-fields > .woocommerce-additional-fields__field-wrapper p#order_comments_field textarea {
    font-size: var(--font-size-normal);
    font-family: var(--font-family);
    height: 75px;
}
.woocommerce-checkout .woocommerce-additional-fields > .woocommerce-additional-fields__field-wrapper p#order_comments_field textarea::placeholder {
    color: var(--color-black);
    font-size: 14px;
    font-family: var(--font-family);
    line-height: 1.2;
    opacity: .75;
    transition: all .3s ease;
}
.woocommerce-checkout .woocommerce-additional-fields > .woocommerce-additional-fields__field-wrapper p#order_comments_field textarea:focus-within::placeholder {
    opacity: 0;
}

@media (min-width: 783px) {
    .woocommerce-edit-address .woocommerce-MyAccount-content form[method="post"] > .woocommerce-address-fields p#billing_first_name_field,
    .woocommerce-edit-address .woocommerce-MyAccount-content form[method="post"] > .woocommerce-address-fields p#shipping_first_name_field,
    .woocommerce-edit-address .woocommerce-MyAccount-content form[method="post"] > .woocommerce-address-fields p#billing_last_name_field,
    .woocommerce-edit-address .woocommerce-MyAccount-content form[method="post"] > .woocommerce-address-fields p#shipping_last_name_field,
    .woocommerce-edit-address .woocommerce-MyAccount-content form[method="post"] > .woocommerce-address-fields p#billing_phone_field,
    .woocommerce-edit-address .woocommerce-MyAccount-content form[method="post"] > .woocommerce-address-fields p#billing_email_field,
    .woocommerce-checkout .woocommerce-billing-fields > .woocommerce-billing-fields__field-wrapper > p#billing_first_name_field,
    .woocommerce-checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper > p#shipping_first_name_field,
    .woocommerce-checkout .woocommerce-billing-fields > .woocommerce-billing-fields__field-wrapper > p#billing_last_name_field,
    .woocommerce-checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper > p#shipping_last_name_field {
        width: 50%;
    }
    .woocommerce-edit-address .woocommerce-MyAccount-content form[method="post"] > .woocommerce-address-fields p#billing_postcode_field,
    .woocommerce-edit-address .woocommerce-MyAccount-content form[method="post"] > .woocommerce-address-fields p#shipping_postcode_field,
    .woocommerce-checkout .woocommerce-billing-fields > .woocommerce-billing-fields__field-wrapper > p#billing_postcode_field,
    .woocommerce-checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper > p#shipping_postcode_field {
        width: 150px;
    }
    .woocommerce-edit-address .woocommerce-MyAccount-content form[method="post"] > .woocommerce-address-fields p#billing_city_field,
    .woocommerce-edit-address .woocommerce-MyAccount-content form[method="post"] > .woocommerce-address-fields p#shipping_city_field,
    .woocommerce-checkout .woocommerce-billing-fields > .woocommerce-billing-fields__field-wrapper > p#billing_city_field,
    .woocommerce-checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper > p#shipping_city_field {
        width: calc(100% - 150px);
    }
}
@media (max-width: 782px) {
    .woocommerce-edit-address .woocommerce-MyAccount-content form[method="post"] > .woocommerce-address-fields p#billing_first_name_field,
    .woocommerce-edit-address .woocommerce-MyAccount-content form[method="post"] > .woocommerce-address-fields p#shipping_first_name_field,
    .woocommerce-edit-address .woocommerce-MyAccount-content form[method="post"] > .woocommerce-address-fields p#billing_last_name_field,
    .woocommerce-edit-address .woocommerce-MyAccount-content form[method="post"] > .woocommerce-address-fields p#shipping_last_name_field,
    .woocommerce-edit-address .woocommerce-MyAccount-content form[method="post"] > .woocommerce-address-fields p#billing_postcode_field,
    .woocommerce-edit-address .woocommerce-MyAccount-content form[method="post"] > .woocommerce-address-fields p#shipping_postcode_field,
    .woocommerce-edit-address .woocommerce-MyAccount-content form[method="post"] > .woocommerce-address-fields p#billing_city_field,
    .woocommerce-edit-address .woocommerce-MyAccount-content form[method="post"] > .woocommerce-address-fields p#shipping_city_field,
    .woocommerce-edit-address .woocommerce-MyAccount-content form[method="post"] > .woocommerce-address-fields p#billing_phone_field,
    .woocommerce-edit-address .woocommerce-MyAccount-content form[method="post"] > .woocommerce-address-fields p#billing_email_field {
        width: 100%;
        padding: 0;
    }
}

.theme-RecupAuto .woocommerce form .show-password-input.display-password::after {
    color: var(--color-black-light);
}
.theme-RecupAuto .woocommerce form .form-row .required {
    color: var(--color-red);
}
.theme-RecupAuto .woocommerce form .form-row.woocommerce-invalid .select2-container,
.theme-RecupAuto .woocommerce form .form-row.woocommerce-invalid input.input-text,
.theme-RecupAuto .woocommerce form .form-row.woocommerce-invalid select {
    border-color: var(--color-red-light) !important;
    box-shadow: 5px 5px 0 var(--color-red-light);
}
.theme-RecupAuto .woocommerce form .form-row.woocommerce-invalid-required-field::after {
    content: 'Ce champ est obligatoire.';
    background-color: var(--color-red-light);
    color: var(--color-red);
    width: calc(100% - 15px);
    font-size: 12px;
    margin-top: 8px;
    padding: 2px 10px;
}

@media (max-width: 980px) {
    .woocommerce-checkout form.checkout .col-1,
    .woocommerce-checkout form.checkout .col-2 {
        float: none;
        width: 100%;
    }
}
@media (min-width: 768px) {
    .woocommerce-checkout .woocommerce-billing-fields > .woocommerce-billing-fields__field-wrapper > p#billing_first_name_field,
    .woocommerce-checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper > p#shipping_first_name_field,
    .woocommerce-checkout .woocommerce-billing-fields > .woocommerce-billing-fields__field-wrapper > p#billing_last_name_field,
    .woocommerce-checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper > p#shipping_last_name_field,
    .woocommerce-checkout .woocommerce-billing-fields > .woocommerce-billing-fields__field-wrapper > p#billing_phone_field,
    .woocommerce-checkout .woocommerce-billing-fields > .woocommerce-billing-fields__field-wrapper > p#billing_email_field {
        width: 50%;
    }
    .woocommerce-checkout .woocommerce-billing-fields > .woocommerce-billing-fields__field-wrapper > p#billing_postcode_field,
    .woocommerce-checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper > p#shipping_postcode_field {
        width: 150px;
    }
    .woocommerce-checkout .woocommerce-billing-fields > .woocommerce-billing-fields__field-wrapper > p#billing_city_field,
    .woocommerce-checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper > p#shipping_city_field {
        width: calc(100% - 150px);
    }
}
@media (max-width: 767px) {
    .woocommerce-checkout .woocommerce-billing-fields > .woocommerce-billing-fields__field-wrapper > p#billing_first_name_field,
    .woocommerce-checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper > p#shipping_first_name_field,
    .woocommerce-checkout .woocommerce-billing-fields > .woocommerce-billing-fields__field-wrapper > p#billing_last_name_field,
    .woocommerce-checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper > p#shipping_last_name_field,
    .woocommerce-checkout .woocommerce-billing-fields > .woocommerce-billing-fields__field-wrapper > p#billing_postcode_field,
    .woocommerce-checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper > p#shipping_postcode_field,
    .woocommerce-checkout .woocommerce-billing-fields > .woocommerce-billing-fields__field-wrapper > p#billing_city_field,
    .woocommerce-checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper > p#shipping_city_field,
    .woocommerce-checkout .woocommerce-billing-fields > .woocommerce-billing-fields__field-wrapper > p#billing_phone_field,
    .woocommerce-checkout .woocommerce-billing-fields > .woocommerce-billing-fields__field-wrapper > p#billing_email_field {
        width: 100%;
        padding: 0;
    }
}

/* Tableau */
.woocommerce-checkout table.woocommerce-checkout-review-order-table tbody td.product-image,
.woocommerce-view-order table.woocommerce-table--order-details tbody td.product-image,
.woocommerce-order-received table.woocommerce-table--order-details tbody td.product-image {
    width: 150px;
}
.woocommerce-checkout table.woocommerce-checkout-review-order-table td.product-image > span.product-image_content,
.woocommerce-view-order table.woocommerce-table--order-details tbody td.product-image > span.product-image_content,
.woocommerce-order-received table.woocommerce-table--order-details tbody td.product-image > span.product-image_content {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: calc(3 / 4 * 100%);
}
.woocommerce-checkout table.woocommerce-checkout-review-order-table td.product-image > span.product-image_content > img,
.woocommerce-view-order table.woocommerce-table--order-details tbody td.product-image > span.product-image_content > img,
.woocommerce-order-received table.woocommerce-table--order-details tbody td.product-image > span.product-image_content > img {
    margin-bottom: 0;
    object-fit: cover;
    height: 100%;
    width: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}
.woocommerce-checkout table.woocommerce-checkout-review-order-table tbody > tr > td.product-name,
.woocommerce-view-order table.woocommerce-table--order-details tbody > tr > td.product-name,
.woocommerce-order-received table.shop_table tbody > tr > td.product-name {
    min-width: 160px;
}
.woocommerce-checkout table.woocommerce-checkout-review-order-table tbody td.product-name .variation {
    margin: 0;
}
.woocommerce-checkout table.woocommerce-checkout-review-order-table tbody td.product-quantity {
    width: 100px;
}
.woocommerce-checkout table.woocommerce-checkout-review-order-table tbody td.product-total {
    width: 150px;
}
.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals ul#shipping_method > li {
    margin-bottom: 0;
}
.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals ul#shipping_method > li > label {
    font-weight: normal;
    cursor: pointer;
}
.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals ul#shipping_method > li > button {
    border: unset !important;
    box-shadow: unset !important;
    padding: unset !important;
    margin-left: 10px !important;
    text-transform: unset;
    cursor: pointer;
}
.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals ul#shipping_method > li > button:hover {
    background-color: unset !important;
    color: var(--color-blue) !important;
}

/* Shop2Shop */
#wc-backbone-modal-dialog .wc-backbone-modal-content article .wc-backbone-modal-header {
    padding: 0;
    margin-bottom: 15px;
}
#wc-backbone-modal-dialog .wc-backbone-modal-content article .wc-backbone-modal-header > .wms_pickup_modal_address {
    max-width: 80%;
    width: auto;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: unset;
    align-items: center;
}
#wc-backbone-modal-dialog .wc-backbone-modal-content article .wc-backbone-modal-header > .wms_pickup_modal_address input {
    min-height: 40px;
    color: var(--color-black) !important;
    font-size: var(--font-size-normal) !important;
    background-color: transparent !important;
    padding: 12px 15px !important;
    border-radius: 0 !important;
    border: 1px solid var(--color-blue-light) !important;
    box-shadow: 5px 5px 0 var(--color-blue-light) !important;
    outline: unset !important;
}
#wc-backbone-modal-dialog .wc-backbone-modal-content article .wc-backbone-modal-header > .wms_pickup_modal_address button.wms_pickup_modal_address_search {
    cursor: pointer;
}
#wc-backbone-modal-dialog .wc-backbone-modal-content article .wc-backbone-modal-header > .wms_pickup_modal_address > .wms_pickup_modal_address_country {
    display: none;
}
#wc-backbone-modal-dialog .wc-backbone-modal-content article .wc-backbone-modal-header button.modal-close {
    color: var(--color-red) !important;
    border-radius: 50% !important;
    width: 24px;
    height: 24px;
    padding: unset !important;
    border: unset !important;
    box-shadow: unset !important;
    position: absolute;
    top: 3px;
    right: 3px;
    cursor: pointer;
}
#wc-backbone-modal-dialog .wc-backbone-modal-content article .wc-backbone-modal-header button.modal-close:hover {
    background-color: white !important;
    color: white !important;
}
#wc-backbone-modal-dialog .wc-backbone-modal-content article .wc-backbone-modal-header button.modal-close::before {
    content: '×';
    font-family: var(--font-family);
    font-size: 20px;
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500 !important;
    border-radius: 50%;
}
#wc-backbone-modal-dialog .wc-backbone-modal-content article .wc-backbone-modal-header button.modal-close:hover::before {
    background-color: var(--color-red);
}

.theme-RecupAuto table.shop_table tfoot .tax_label {
    font-weight: 600;
}
.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot tr.order-total > th {
    vertical-align: top;
}

@media (max-width: 768px) {
    .woocommerce-checkout table.woocommerce-checkout-review-order-table tbody td.product-image,
    .woocommerce-order-received table.woocommerce-table--order-details tbody td.product-image {
        width: 130px;
    }
    .woocommerce-checkout table.woocommerce-checkout-review-order-table tbody td.product-total {
        width: 115px;
    }
    .woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot tr.order-total > td {
        margin-top: -1px;
        margin-right: -115px;
    }
}
@media (max-width: 599px) {
    .woocommerce-checkout table.woocommerce-checkout-review-order-table thead,
    .woocommerce-view-order table.woocommerce-table--order-details thead,
    .woocommerce-order-received table.shop_table thead {
        display: none;
    }
    .woocommerce-checkout table.woocommerce-checkout-review-order-table tbody > tr,
    .woocommerce-view-order table.woocommerce-table--order-details tbody > tr,
    .woocommerce-order-received table.shop_table tbody > tr {
        display: flex;
        flex-direction: column;
        padding: 5px;
    }
    .woocommerce-checkout table.woocommerce-checkout-review-order-table tbody > tr:nth-child(odd),
    .woocommerce-view-order table.woocommerce-table--order-details tbody > tr:nth-child(odd),
    .woocommerce-order-received table.shop_table tbody > tr:nth-child(odd) {
        background-color: var(--color-blue-light) !important;
    }
    .theme-RecupAuto.woocommerce-checkout table.woocommerce-checkout-review-order-table tbody > tr > td,
    .theme-RecupAuto.woocommerce-view-order table.woocommerce-table--order-details tbody > tr > td,
    .theme-RecupAuto.woocommerce-order-received table.shop_table tbody > tr > td {
        padding: 0 !important;
        border: 0 !important;
        width: 100%;
    }
    .woocommerce-checkout table.woocommerce-checkout-review-order-table tbody > tr > td:not(:last-child),
    .woocommerce-view-order table.woocommerce-table--order-details tbody > tr > td:not(:last-child),
    .woocommerce-order-received table.shop_table tbody > tr > td:not(:last-child) {
        margin-bottom: 5px;
    }
    .woocommerce-checkout table.woocommerce-checkout-review-order-table tbody > tr > td.product-image,
    .woocommerce-view-order table.woocommerce-table--order-details tbody > tr > td.product-image,
    .woocommerce-order-received table.shop_table tbody > tr > td.product-image {
        width: 130px !important;
    }
    .woocommerce-checkout table.woocommerce-checkout-review-order-table tbody > tr > td.product-quantity,
    .woocommerce-view-order table.woocommerce-table--order-details tbody > tr > td.product-quantity,
    .woocommerce-order-received table.shop_table tbody > tr > td.product-quantity,
    .woocommerce-checkout table.woocommerce-checkout-review-order-table tbody > tr > td.product-total,
    .woocommerce-view-order table.woocommerce-table--order-details tbody > tr > td.product-total,
    .woocommerce-order-received table.shop_table tbody > tr > td.product-total {
        font-size: var(--font-size-small);
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .woocommerce-checkout table.woocommerce-checkout-review-order-table tbody > tr > td.product-quantity::before,
    .woocommerce-view-order table.woocommerce-table--order-details tbody > tr > td.product-quantity::before,
    .woocommerce-order-received table.shop_table tbody > tr > td.product-quantity::before {
        content: attr(data-title) " : ";
        font-weight: 600;
    }
    .woocommerce-checkout table.woocommerce-checkout-review-order-table tbody > tr > td.product-total::before,
    .woocommerce-view-order table.woocommerce-table--order-details tbody > tr > td.product-total::before,
    .woocommerce-order-received table.shop_table tbody > tr > td.product-total::before {
        content: 'Total :';
        font-weight: 600;
    }
    .woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot,
    .woocommerce-view-order table.woocommerce-table--order-details tfoot,
    .woocommerce-order-received table.shop_table tfoot {
        display: block;
        margin-top: 20px;
        border: 1px solid var(--color-blue-light) !important;
        box-shadow: 5px 5px var(--color-blue-light);
    }
    .woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot tr,
    .woocommerce-view-order table.woocommerce-table--order-details tfoot tr,
    .woocommerce-order-received table.shop_table tfoot tr {
        display: grid;
        grid-template-columns: 0.5fr 0fr 1fr;
    }
    .woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot > tr > th,
    .woocommerce-view-order table.woocommerce-table--order-details tfoot > tr > th,
    .woocommerce-order-received table.shop_table tfoot > tr > th,
    .woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot > tr > td,
    .woocommerce-view-order table.woocommerce-table--order-details tfoot > tr > td,
    .woocommerce-order-received table.shop_table tfoot > tr > td {
        border: 0;
    }
    .woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot > tr:not(:last-child) > th,
    .woocommerce-view-order table.woocommerce-table--order-details tfoot > tr:not(:last-child) > th,
    .woocommerce-order-received table.shop_table tfoot > tr:not(:last-child) > th,
    .woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot > tr:not(:last-child) > td,
    .woocommerce-view-order table.woocommerce-table--order-details tfoot > tr:not(:last-child) > td,
    .woocommerce-order-received table.shop_table tfoot > tr:not(:last-child) > td {
        padding-bottom: 0 !important;
    }
    .woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot > tr > th,
    .woocommerce-view-order table.woocommerce-table--order-details tfoot > tr > th,
    .woocommerce-order-received table.shop_table tfoot > tr > th {
        grid-column: 1/3;
    }
    .woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot > tr > td,
    .woocommerce-view-order table.woocommerce-table--order-details tfoot > tr > td,
    .woocommerce-order-received table.shop_table tfoot > tr > td {
        grid-column: 3/5;
    }
    .woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot > tr.order-total > td,
    .woocommerce-view-order table.woocommerce-table--order-details tfoot > tr.order-total > td,
    .woocommerce-order-received table.shop_table tfoot > tr.order-total > td {
        width: auto;
        margin-right: 0;
    }
}

/* Paiement */
.theme-RecupAuto.woocommerce-checkout #payment {
    background-color: var(--color-blue-light);
    border-radius: 0;
}
.theme-RecupAuto.woocommerce-checkout #payment ul.wc_payment_methods {
    padding: 0;
    background-color: white;
    border-bottom: 0;
}
.theme-RecupAuto.woocommerce-checkout #payment ul.wc_payment_methods > li.wc_payment_method {
    padding: 1em;
    margin-bottom: 10px;
    background-color: var(--color-blue-light);
}
.theme-RecupAuto.woocommerce-checkout #payment ul.wc_payment_methods > li.payment_method_woocommerce_payments > .payment_box {
    color: var(--color-black);
    background-color: transparent;
    padding-bottom: 0;
    margin: 0;
    border-radius: 0;
}
.theme-RecupAuto.woocommerce-checkout #payment ul.wc_payment_methods > li.payment_method_woocommerce_payments > .payment_box::before {
    display: none;
}
.theme-RecupAuto.woocommerce-checkout #payment ul.wc_payment_methods > li.payment_method_woocommerce_payments > .payment_box ul.woocommerce-SavedPaymentMethods {
    padding-left: 0;
}
.theme-RecupAuto.woocommerce-checkout #payment ul.wc_payment_methods > li.payment_method_woocommerce_payments > .payment_box ul.woocommerce-SavedPaymentMethods > li::before {
    display: none;
}
.theme-RecupAuto.woocommerce-checkout #payment ul.wc_payment_methods > li.payment_method_woocommerce_payments > .payment_box fieldset#wc-woocommerce_payments-upe-form {
    padding: 0 !important;
    border: 0;
}
.theme-RecupAuto.woocommerce-checkout #payment ul.wc_payment_methods > li.payment_method_woocommerce_payments > .payment_box fieldset#wc-woocommerce_payments-upe-form > .wcpay-upe-element {
    padding: 0;
    margin-bottom: 0;
}
.theme-RecupAuto.woocommerce-checkout #payment ul.wc_payment_methods > li.payment_method_woocommerce_payments > .payment_box fieldset#wc-woocommerce_payments-upe-form .woocommerce-SavedPaymentMethods-saveNew {
    padding: 0;
}
.theme-RecupAuto.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper .woocommerce-invalid-required-field::after {
    display: none;
}
.theme-RecupAuto.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper input.woocommerce-form__input-checkbox {
    outline: 0 !important;
}
.theme-RecupAuto .woocommerce form .form-row.woocommerce-invalid label,
.theme-RecupAuto .woocommerce form .form-row.woocommerce-invalid label a {
    color: var(--color-red);
}




/*****************************
*                            *
*      COMMANDE ENVOYÉE      *
*                            *
*****************************/

.woocommerce-order-received h1 {
    overflow: unset;
    height: unset;
    font-size: var(--font-size-large);
    margin-bottom: 15px;
    padding-top: 50px;
    padding-left: 45px;
}
.woocommerce-order-received h1 span {
    position: relative;
}
.woocommerce-order-received h1 span::before {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    top: -3px;
    left: -15px;
    background-color: var(--color-yellow-light);
    z-index: -1;
}
.woocommerce-order-received h1 span::after {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    top: -12px;
    left: -28px;
    transform: rotate(-11deg);
    background-color: var(--color-yellow);
    z-index: -2;
}

.woocommerce-order-received .woocommerce {
    padding-top: 0px;
}
.woocommerce-order-received .woocommerce-order {
    display: grid;
}
.woocommerce-order-received .woocommerce-thankyou-order-received {
    order: 1;
}
.woocommerce-order-received ul.order_details {
    order: 2;
    padding-left: 0;
    margin-top: 30px;
    margin-bottom: 70px;
}
.woocommerce-order-received ul.order_details > li,
.woocommerce-order-received ul.order_details > li:last-child {
    font-size: var(--font-size-normal);
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 5px 15px;
    border: 1px solid var(--color-blue-light);
    box-shadow: 5px 5px var(--color-blue-light);
    line-height: 1.5;
}
.woocommerce-order-received ul.order_details > li > strong {
    font-size: var(--font-size-normal);
}

.woocommerce-order-received .woocommerce-order-details {
    order: 3;
}
.woocommerce-order-received h2.woocommerce-order-details__title {
    margin-bottom: 20px;
    margin-left: 15px;
}

.woocommerce-order-received table.shop_table ul.wc-item-meta {
    font-size: var(--font-size-small);
}
.woocommerce-order-received table.shop_table tfoot tr {
    vertical-align: baseline;
}
.woocommerce-order-received table.shop_table tfoot td {
    text-align: right;
}

.woocommerce-order-received #order-detail-contact_wrapper,
.woocommerce-order-received .order-again {
    display: none;
}

.woocommerce-order-received .woocommerce-customer-details {
    order: 5;
}
.woocommerce-order-received .woocommerce-drive-details {
    order: 4;
    margin-bottom: 2em;
}



/*****************************
*                            *
*       POP UP PANIER        *
*                            *
*****************************/

.theme-RecupAuto .xoo-cp-opac {
    background-color: var(--color-black);
    opacity: .8;
}
.xoo-cp-modal > .xoo-cp-container {
    border-radius: 0;
    box-shadow: none;
    border: 0;
    padding: 30px 20px;
}

/* Chargement */
.xoo-cp-modal > .xoo-cp-container > .xoo-cp-outer {
    color: var(--color-blue);
}
.xoo-cp-modal > .xoo-cp-container > .xoo-cp-outer > .xoo-cp-cont-opac {
    opacity: .7;
}

/* Croix */
.xoo-cp-modal > .xoo-cp-container .xoo-cp-icon-cross {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    transition: all .3s ease;
}
.xoo-cp-modal > .xoo-cp-container .xoo-cp-icon-cross.xoo-cp-close {
    color: var(--color-red);
    top: 3px;
    right: 3px;
}
.xoo-cp-modal > .xoo-cp-container .xoo-cp-icon-cross.xoo-cp-close::before {
    border-radius: 50%;
}
.xoo-cp-modal > .xoo-cp-container .xoo-cp-icon-cross:before {
    content: '×';
    font-family: var(--font-family);
    font-size: 20px;
    height: 20px;
    width: 20px;
    text-align: center;
    font-weight: 500 !important;
    transition: all .3s ease;
}
.xoo-cp-modal > .xoo-cp-container .xoo-cp-icon-cross.xoo-cp-close:hover::before {
    color: white;
    background-color: var(--color-red);
}

.xoo-cp-modal > .xoo-cp-container > .xoo-cp-content > .xoo-cp-atcn  {
    text-align: center;
    border-radius: 0;
}

/* Messages */
.xoo-cp-modal > .xoo-cp-container > .xoo-cp-content > .xoo-cp-atcn.xoo-cp-success {
    color: var(--color-blue);
    background-color: var(--color-blue-light);
}
.xoo-cp-modal > .xoo-cp-container > .xoo-cp-content > .xoo-cp-atcn.xoo-cp-error {
    color: var(--color-red);
    background-color: var(--color-red-light);
    margin-top: 0;
}
.xoo-cp-notice-box > div {
    padding: 0;
    box-shadow: 5px 5px var(--color-red);
}

/* Tableau */
.xoo-cp-modal > .xoo-cp-container > .xoo-cp-content > .xoo-cp-pdetails td.xoo-cp-remove > .xoo-cp-icon-cross.xoo-cp-remove-pd::before {
    color: var(--color-red);
    border-radius: 50%;
}
.xoo-cp-modal > .xoo-cp-container > .xoo-cp-content > .xoo-cp-pdetails td.xoo-cp-remove > .xoo-cp-icon-cross.xoo-cp-remove-pd:hover::before {
    color: white;
    background-color: var(--color-red);
}
.xoo-cp-modal > .xoo-cp-container > .xoo-cp-content > .xoo-cp-pdetails td.xoo-cp-pimg > a {
    display: flex;
}
.xoo-cp-modal > .xoo-cp-container > .xoo-cp-content > .xoo-cp-pdetails td.xoo-cp-pimg > a > img {
    width: 100%;
    height: auto;
}
.xoo-cp-modal > .xoo-cp-container > .xoo-cp-content > .xoo-cp-pdetails td.xoo-cp-ptitle > a {
    color: var(--color-black);
    font-size: var(--font-size-normal);
    font-weight: 500;
}
.xoo-cp-modal > .xoo-cp-container > .xoo-cp-content > .xoo-cp-pdetails td.xoo-cp-pprice {
    font-size: var(--font-size-normal);
}
.xoo-cp-modal > .xoo-cp-container > .xoo-cp-content > .xoo-cp-pdetails td.xoo-cp-pqty > .xoo-cp-qtybox {
    border-color: white;
}
.xoo-cp-modal > .xoo-cp-container > .xoo-cp-content > .xoo-cp-pdetails td.xoo-cp-pqty > .xoo-cp-qtybox > .xcp-chng,
.theme-RecupAuto .qib-button:not(#qib_id):not(#qib_id) {
    color: var(--color-blue);
    font-family: var(--font-family);
    font-size: var(--font-size-normal);
    font-weight: 500;
    background-color: var(--color-blue-light);
    border: 1px solid var(--color-blue-light) !important;
    box-sizing: content-box;
    transition: all .3s ease;
    cursor: pointer;
}
@media (pointer: fine) {
    .xoo-cp-modal > .xoo-cp-container > .xoo-cp-content > .xoo-cp-pdetails td.xoo-cp-pqty > .xoo-cp-qtybox > .xcp-chng:hover,
.theme-RecupAuto .qib-button:not(#qib_id):not(#qib_id):hover {
    color: white;
    background-color: var(--color-blue);
    border-color: var(--color-blue) !important;
}
}
.xoo-cp-modal > .xoo-cp-container > .xoo-cp-content > .xoo-cp-pdetails td.xoo-cp-pqty > .xoo-cp-qtybox > input.xoo-cp-qty,
.theme-RecupAuto .qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
    font-family: var(--font-family);
    font-size: var(--font-size-normal);
    font-weight: 500;
    background-color: white;
    border: 1px solid var(--color-blue-light) !important;
    box-sizing: content-box;
    outline: 0;
    transition: all .3s ease;
}
.xoo-cp-modal > .xoo-cp-container > .xoo-cp-content > .xoo-cp-pdetails td.xoo-cp-pqty > .xoo-cp-qtybox > input.xoo-cp-qty:hover,
.xoo-cp-modal > .xoo-cp-container > .xoo-cp-content > .xoo-cp-pdetails td.xoo-cp-pqty > .xoo-cp-qtybox > input.xoo-cp-qty:focus,
.theme-RecupAuto .qib-container .quantity input.qty:not(#qib_id):not(#qib_id):hover,
.theme-RecupAuto .qib-container .quantity input.qty:not(#qib_id):not(#qib_id):focus {
    border-color: var(--color-blue) !important;
}
.xoo-cp-modal > .xoo-cp-container > .xoo-cp-content > .xoo-cp-ptotal {
    text-align: center;
    border-top-color: var(--color-yellow-light);
    margin-right: 0;
    margin-bottom: 20px;
    min-width: 120px;
}
.xoo-cp-modal > .xoo-cp-container > .xoo-cp-content > .xoo-cp-ptotal,
.xoo-cp-modal > .xoo-cp-container > .xoo-cp-content > .xoo-cp-ptotal > .xcp-ptotal {
    font-size: var(--font-size-normal);
}

/* Boutons */
.xoo-cp-modal > .xoo-cp-container > .xoo-cp-btns {
    display: flex;
    justify-content: center;
}
.xoo-cp-modal > .xoo-cp-container > .xoo-cp-btns > .xcp-btn {
    color: white;
    border-radius: 0;
    border: 0;
    outline: 0 !important;
    padding: 10px 25px;
    min-width: 218px;
    transition: all .3s ease;
}
.xoo-cp-modal > .xoo-cp-container > .xoo-cp-btns > .xcp-btn.xoo-cp-btn-vc {
    order: 3;
    color: var(--color-black);
    background-color: var(--color-yellow);
    margin-right: 0;
    margin-left: 15px;
}
.xoo-cp-modal > .xoo-cp-container > .xoo-cp-btns > .xcp-btn.xoo-cp-btn-vc:hover {
    color: white;
    box-shadow: none;
    background-color: var(--color-blue);
}
.xoo-cp-modal > .xoo-cp-container > .xoo-cp-btns > .xcp-btn.xoo-cp-close {
    order: 1;
    background-color: var(--color-blue);
    margin-right: 15px;
    margin-left: 0;
}
.xoo-cp-modal > .xoo-cp-container > .xoo-cp-btns > .xcp-btn.xoo-cp-close:hover {
    color: var(--color-black);
    box-shadow: none !important;
    background-color: var(--color-yellow);
}

@media (max-width: 599px) {
    .xoo-cp-modal > .xoo-cp-container {
        padding: 15px 10px;
    }
    .xoo-cp-modal > .xoo-cp-container > .xoo-cp-content > .xoo-cp-pdetails tr {
        position: relative;
    }
    .xoo-cp-modal > .xoo-cp-container > .xoo-cp-content > .xoo-cp-pdetails td.xoo-cp-remove {
        display: flex;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
    .xoo-cp-modal > .xoo-cp-container > .xoo-cp-content > .xoo-cp-pdetails td.xoo-cp-pimg,
    .xoo-cp-modal > .xoo-cp-container > .xoo-cp-content > .xoo-cp-pdetails td.xoo-cp-pqty > .xoo-cp-qtybox > .xcp-chng {
        display: none;
    }
    .xoo-cp-modal > .xoo-cp-container > .xoo-cp-content > .xoo-cp-pdetails td.xoo-cp-ptitle {
        width: calc(100% - 122px);
        padding-left: 20px;
        padding-right: 5px;
    }
    .xoo-cp-modal > .xoo-cp-container > .xoo-cp-content > .xoo-cp-pdetails td.xoo-cp-pprice {
        width: 80px;
        padding-right: 5px;
        padding-left: 5px;
    }
    .xoo-cp-modal > .xoo-cp-container > .xoo-cp-content > .xoo-cp-pdetails td.xoo-cp-pqty {
        min-width: 40px;
    }
    .xoo-cp-modal > .xoo-cp-container > .xoo-cp-content > .xoo-cp-pdetails td.xoo-cp-pqty > .xoo-cp-qtybox > input.xoo-cp-qty {
        max-width: 42px;
    }
    .xoo-cp-modal > .xoo-cp-container > .xoo-cp-btns {
        flex-direction: column;
    }
    .xoo-cp-modal > .xoo-cp-container > .xoo-cp-btns > .xcp-btn.xoo-cp-btn-vc,
    .xoo-cp-modal > .xoo-cp-container > .xoo-cp-btns > .xcp-btn.xoo-cp-close {
        width: fit-content;
        width: -moz-fit-content;
        margin-right: auto;
        margin-left: auto;
    }
}



/*****************************
*                            *
*   FORMULAIRE DE CONTACT    *
*                            *
*****************************/

.forminator-ui.forminator-custom-form {
    margin-top: 0 !important;
}
.forminator-ui.forminator-custom-form .forminator-row {
    margin: 0 !important;
}
.forminator-ui.forminator-custom-form .forminator-row .forminator-col {
    padding: 0 10px !important;
    margin: 0 0 20px !important;
}
.forminator-ui.forminator-custom-form .forminator-field {
    position: relative;
}
.forminator-ui.forminator-custom-form .forminator-field label.forminator-label,
.forminator-ui.forminator-custom-form .forminator-field.forminator-merge-tags > label {
    color: var(--color-black) !important;
    font-weight: normal !important;
    line-height: 1.2;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 2px 5px;
    font-size: var(--font-size-small) !important;
    opacity: .75;
    transition: all .3s ease;
    cursor: auto !important;
}
.forminator-ui.forminator-custom-form .forminator-field.forminator-is_filled label.forminator-label,
.forminator-ui.forminator-custom-form .forminator-field.forminator-is_active label.forminator-label,
.forminator-ui.forminator-custom-form .forminator-field.forminator-merge-tags > label,
.forminator-ui.forminator-custom-form #select-1 .forminator-field label.forminator-label,
.forminator-ui.forminator-custom-form #select-2 .forminator-field label.forminator-label,
.forminator-ui.forminator-custom-form #select-3 .forminator-field label.forminator-label {
    font-size: 0.7em !important;
    top: -8px;
    color: var(--color-blue) !important;
    letter-spacing: 1px;
    background-color: var(--color-blue-light);
    opacity: 1;
    z-index: 1;
    cursor: default !important;
}
.forminator-ui.forminator-custom-form .forminator-field input.forminator-input,
.forminator-ui.forminator-custom-form .forminator-field.forminator-merge-tags > label + p,
.forminator-ui.forminator-custom-form .forminator-field textarea {
    min-height: 40px;
    color: var(--color-black) !important;
    font-size: var(--font-size-normal) !important;
    background-color: transparent !important;
    padding: 15px 15px 0 !important;
    border-radius: 0 !important;
    border-color: var(--color-blue-light) !important;
    box-shadow: 5px 5px 0 var(--color-blue-light) !important;
}
.forminator-ui.forminator-custom-form .forminator-field.forminator-is_active input.forminator-input,
.forminator-ui.forminator-custom-form .forminator-field.forminator-is_active textarea,
.forminator-ui.forminator-custom-form .forminator-field .select2-container--focus .select2-selection--single {
    border-color: var(--color-blue) !important;
}

/* N° de téléphone */
form .address-field input::placeholder,
form .woocommerce-account-fields input::placeholder,
.forminator-ui.forminator-custom-form .forminator-field .forminator-phone input::placeholder {
    color: transparent !important;
}
.forminator-ui.forminator-custom-form .forminator-field .forminator-phone .iti__flag-container {
    display: none;
}

/* N° de client / commande */
#customer_login .content.woocommerce-form-register > .form-row-billing_postcode input::-webkit-outer-spin-button,
#customer_login .content.woocommerce-form-register > .form-row-billing_postcode input::-webkit-inner-spin-button,
.forminator-ui.forminator-custom-form .forminator-row #number-1 input::-webkit-outer-spin-button,
.forminator-ui.forminator-custom-form .forminator-row #number-1 input::-webkit-inner-spin-button,
.forminator-ui.forminator-custom-form .forminator-row #number-2 input::-webkit-outer-spin-button,
.forminator-ui.forminator-custom-form .forminator-row #number-2 input::-webkit-inner-spin-button,
.forminator-ui.forminator-custom-form .forminator-row #number-3 input::-webkit-outer-spin-button,
.forminator-ui.forminator-custom-form .forminator-row #number-3 input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
#customer_login .content.woocommerce-form-register > .form-row-billing_postcode input[type=number],
.forminator-ui.forminator-custom-form .forminator-row #number-1 input[type=number],
.forminator-ui.forminator-custom-form .forminator-row #number-2 input[type=number],
.forminator-ui.forminator-custom-form .forminator-row #number-3 input[type=number] {
    -moz-appearance: textfield;
}

/* Sélection */
.forminator-ui.forminator-custom-form .forminator-field .select2-selection--single {
    background-color: transparent !important;
    border-color: var(--color-blue-light) !important;
    box-shadow: 5px 5px 0 var(--color-blue-light) !important;
}
.forminator-ui.forminator-custom-form .forminator-field .select2-selection__rendered {
    padding: 15px 15px 0 !important;
    font-size: var(--font-size-normal) !important;
}
.select2-container.forminator-select-dropdown-container--open .forminator-select-dropdown {
    background-color: white !important;
    border-color: var(--color-blue-light) !important;
    padding: 0 !important;
}
.select2-container.forminator-select-dropdown-container--open .forminator-select-dropdown .select2-results ul.select2-results__options li.select2-results__option {
    height: 40px;
    color: var(--color-black) !important;
    font-size: var(--font-size-normal) !important;
    line-height: 1;
    padding: 5px 15px !important;
    display: flex;
    align-items: center;
    opacity: .75;
}
.select2-container.forminator-select-dropdown-container--open .forminator-select-dropdown .select2-results ul.select2-results__options li.select2-results__option.select2-results__option--selected:not(.select2-results__option--highlighted) {
    background-color: var(--color-blue) !important;
    color: white !important;
    opacity: 1;
}
.select2-container.forminator-select-dropdown-container--open .forminator-select-dropdown .select2-results ul.select2-results__options li.select2-results__option.select2-results__option--highlighted {
    background-color: var(--color-blue-light) !important;
    opacity: 1;
}
.forminator-ui.forminator-design--default .select2-container .selection .select2-selection--single[role="combobox"] .select2-selection__arrow > .forminator-icon-chevron-down {
    border-color: var(--color-black) transparent transparent transparent;
    border-width: 5px 4px 0 4px;
    border-style: solid;
    opacity: .75;
    transition: all .3s ease;
}
.forminator-ui.forminator-design--default .select2-container .selection .select2-selection--single[role="combobox"] .select2-selection__arrow > .forminator-icon-chevron-down::before {
    display: none !important;
}
.forminator-ui.forminator-custom-form .forminator-select2 + .forminator-select.select2-container--open .selection .select2-selection--single[role="combobox"] .select2-selection__arrow,
.forminator-ui.forminator-custom-form .forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"]:hover .select2-selection__arrow {
    color: var(--color-blue) !important;
    opacity: 1;
}

/* html */
.forminator-ui.forminator-custom-form .forminator-field.forminator-merge-tags > label + p {
    margin-bottom: 0;
    border-width: 1px;
    border-style: solid;
}

/* Checkbox */
.forminator-ui.forminator-custom-form #consent-1 > .forminator-field > label {
    display: none;
}
.forminator-ui.forminator-custom-form .forminator-field .forminator-checkbox-box {
    background-color: white !important;
    border-radius: 0 !important;
    border-color: var(--color-blue-light) !important;
    box-shadow: 5px 5px 0 var(--color-blue-light);
    color: var(--color-blue) !important;
}

/* Fichier joint */
#contact-form .forminator-ui.forminator-custom-form #upload-4 > .forminator-field > label,
#contact-form .forminator-ui.forminator-custom-form #upload-5 > .forminator-field > label,
#reparation-form .forminator-ui.forminator-custom-form #upload-1 > .forminator-field > label,
#vhu-form .forminator-ui.forminator-custom-form #upload-1 > .forminator-field > label,
#vhu-form .forminator-ui.forminator-custom-form #upload-2 > .forminator-field > label {
    display: inline-block;
    height: 0;
    width: 0;
    overflow: hidden;
}
#contact-form .forminator-ui.forminator-custom-form #upload-4 button.forminator-button-upload,
#contact-form .forminator-ui.forminator-custom-form #upload-5 button.forminator-button-upload,
#reparation-form .forminator-ui.forminator-custom-form #upload-1 button.forminator-button-upload,
#vhu-form .forminator-ui.forminator-custom-form #upload-1 button.forminator-button-upload,
#vhu-form .forminator-ui.forminator-custom-form #upload-2 button.forminator-button-upload {
    width: 166px;
}
.forminator-ui.forminator-custom-form .forminator-field .forminator-file-upload {
    margin-bottom: 10px;
}
.forminator-ui.forminator-custom-form .forminator-field .forminator-file-upload button.forminator-button-upload {
    font-size: var(--font-size-small) !important;
    background-color: var(--color-blue) !important;
    border-radius: 0;
    box-shadow: none !important;
    margin-right: 10px !important;
    margin-bottom: 0;
    width: fit-content;
}
.forminator-ui.forminator-custom-form .forminator-field .forminator-file-upload button.forminator-button-upload:hover {
    color: var(--color-black) !important;
    background-color: var(--color-yellow) !important;
    box-shadow: none;
}
.forminator-ui.forminator-custom-form .forminator-field .forminator-file-upload button.forminator-button-upload ~ span {
    color: var(--color-black) !important;
    opacity: .75;
    width: calc(100% - 210px);
}
.forminator-ui.forminator-custom-form .forminator-field .forminator-file-upload button.forminator-button-delete i.forminator-icon-close::before {
    content: '×';
    font-family: var(--font-family) !important;
    font-size: 20px;
    font-weight: 500 !important;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    text-decoration: none;
    border: 0;
    transition: all .3s ease;
}
.forminator-ui.forminator-custom-form .forminator-field .forminator-file-upload button.forminator-button-delete:hover {
    background-color: transparent !important;
}
.forminator-ui.forminator-custom-form .forminator-field .forminator-file-upload button.forminator-button-delete:hover i.forminator-icon-close::before {
    color: white;
    background-color: var(--color-red);
}
.forminator-ui.forminator-custom-form .forminator-field .forminator-file-upload button.forminator-button-delete {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    transition: all .3s ease;
}

/* Champs requis */
.forminator-ui.forminator-custom-form .forminator-field .forminator-required {
    color: var(--color-red);
}

/* Boutton "Envoyer" */
.forminator-ui.forminator-custom-form .forminator-row-last .forminator-field {
    text-align: center;
}
.forminator-ui.forminator-custom-form .forminator-row-last .forminator-field button.forminator-button-submit {
    width: auto;
}

/* Erreur */
.forminator-ui.forminator-custom-form .forminator-field.forminator-has_error.forminator-is_active label {
    color: var(--color-red) !important;
    background-color: var(--color-red-light) !important;
}
.forminator-ui.forminator-custom-form .forminator-field.forminator-has_error input,
.forminator-ui.forminator-custom-form .forminator-field.forminator-has_error.forminator-is_active input,
.forminator-ui.forminator-custom-form .forminator-field.forminator-has_error textarea,
.forminator-ui.forminator-custom-form .forminator-field.forminator-has_error.forminator-is_active textarea,
.forminator-ui.forminator-custom-form .forminator-field.forminator-has_error .select2-selection--single {
    border-color: var(--color-red-light) !important;
    box-shadow: 5px 5px 0 var(--color-red-light) !important;
}
.forminator-ui.forminator-custom-form .forminator-field.forminator-has_error .forminator-checkbox-box {
    border-color: var(--color-red-light) !important;
}
.forminator-ui.forminator-custom-form .forminator-field.forminator-has_error.forminator-is_active input,
.forminator-ui.forminator-custom-form .forminator-field.forminator-has_error.forminator-is_active textarea,
.forminator-ui.forminator-custom-form .forminator-field.forminator-has_error .select2-container--focus .select2-selection--single {
    border-color: var(--color-red) !important;
}
.forminator-ui.forminator-custom-form .forminator-field.forminator-has_error .forminator-error-message {
    color: var(--color-red) !important;
    background-color: var(--color-red-light) !important;
    border-radius: 0;
    margin-top: 8px;
}

/* Succès */
.forminator-ui.forminator-custom-form .forminator-success {
    box-shadow: inset 2px 0 0 0 var(--color-blue);
    background-color: var(--color-blue-light);
}

@media (max-width: 782px) {
    .forminator-ui.forminator-custom-form .forminator-row .forminator-col {
        padding: 0 !important
    }
}



/*****************************
*                            *
*     MESSAGE WOOCOMMERCE    *
*                            *
*****************************/

.theme-RecupAuto .woocommerce-notices-wrapper li::before {
    display: none;
}
.theme-RecupAuto .woocommerce-error {
    border: 1px solid var(--color-red);
    background-color: var(--color-red-light);
}
.theme-RecupAuto ul.woocommerce-error,
.theme-RecupAuto ul.woocommerce-info,
.theme-RecupAuto ul.woocommerce-message {
    padding-left: 3em;
}
.theme-RecupAuto ul.woocommerce-error > li::before {
    background: var(--color-red) !important;
}
.theme-RecupAuto .woocommerce-error::before {
    color: var(--color-red);
}
.theme-RecupAuto .woocommerce-info {
    border: 1px solid var(--color-yellow);
    background-color: var(--color-yellow-light);
}
.theme-RecupAuto .woocommerce-info::before {
    color: var(--color-yellow);
}
.theme-RecupAuto .woocommerce-message {
    border: 1px solid var(--color-blue);
    background-color: var(--color-blue-light);
}
.theme-RecupAuto .woocommerce-message::before {
    color: var(--color-blue);
}
.theme-RecupAuto ul.woocommerce-message > li::before {
    background: var(--color-blue) !important;
}
@media (max-width: 767px) {
    .theme-RecupAuto .woocommerce-error,
    .theme-RecupAuto .woocommerce-info,
    .theme-RecupAuto .woocommerce-message {
        padding: 10px 10px 10px 35px;
    }
    .theme-RecupAuto .woocommerce-error::before,
    .theme-RecupAuto .woocommerce-info::before,
    .theme-RecupAuto .woocommerce-message::before {
        top: 10px;
        left: 10px;
    }
}



/*****************************
*                            *
*          PAGE 404          *
*                            *
*****************************/

.page-not-found > .page-not-found-content > ul.page-not-found-button {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0;
    margin-bottom: 0;
}
.page-not-found > .page-not-found-content > ul.page-not-found-button > li {
    display: flex;
    width: calc(50% - 20px);
    text-align: center;
    margin-right: 30px;
    margin-bottom: 20px;
}
.page-not-found > .page-not-found-content > ul.page-not-found-button > li:nth-child(even) {
    margin-right: 0;
}
.page-not-found > .page-not-found-content > ul.page-not-found-button > li:nth-last-child(-n+2) {
    margin-bottom: 0;
}
.page-not-found > .page-not-found-content > ul.page-not-found-button > li > a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-not-found > .page-not-found-content > ul.page-not-found-button > li > a:hover {
    color: white;
}
#page-not-found input.product-search-field {
    width: 100%;
}
.page-not-found > .page-not-found-image > figure > img {
    width: 100%;
}

@media (max-width: 980px) {
    #page-not-found > .container {
        padding: 0;
    }
    #page-not-found .page-not-found-header {
        padding: 0 30px;
    }
}
@media (max-width: 500px) {
    .page-not-found > .page-not-found-content > ul.page-not-found-button > li {
        width: 100%;
        margin-right: 0;
    }
    .page-not-found > .page-not-found-content > ul.page-not-found-button > li:nth-last-child(2n) {
        margin-bottom: 20px;
    }
}



/*****************************
*                            *
*          RECHERCHE         *
*                            *
*****************************/

.search-no-results h2,
.search-no-results aside#recupauto-product-search {
    display: none;
}

.search-no-results .woocommerce-no-products-found {
    grid-column: 1 / 5;
    grid-row: 3;
}