/* ---------------------------- GÉNÉRAL ---------------------------- */

#index #wrapper .container {
    width: 100%;
    padding-inline: unset;
    overflow: hidden;
}

#index .page-footer {
    display: none;
}

#index #wrapper .container #indexConfidence,
#index #wrapper .container #indexWho {
    max-width: 1700px!important;
    margin-inline: auto;
    position: static;
    padding-inline: 80px;
}

.indexBackgrounds > * {
    max-width: 1700px;
    margin-inline: auto;
}

#index #wrapper{
    padding-top: 0px !important;
}

.indexBackgrounds {
    position: relative;
}

.indexBackgrounds::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    z-index: -1;
    overflow: hidden;
    background-color: var(--color-white-smoke);
}

@media (width < 577px) {
    #index #header {
        z-index: 990;
    }
    #index #header:has(+ #wrapper #popupCamion.active) {
        z-index: 1;
    }
}

/* ---------------------------- REASSURANCE ---------------------------- */

#indexReassurance .elementor-row{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px 20px !important;
}

#indexReassurance .elementor-row .elementor-column{
    width: 200px !important;
}

#indexReassurance .elementor-icon-box-icon{
    margin-bottom: 0px;
}

#indexReassurance .elementor-icon{
    color: var(--color-primary);
}

#indexReassurance .elementor-icon-box-title{
    margin: 0px;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
}

#indexReassurance .elementor-icon-box-description{
    margin-top: 5px;
}

@media (max-width: 768px) {
    #indexReassurance .elementor-row .elementor-column{
        width: 150px !important;
    }
}


/* -- -- -- -- -- CATÉGORIES POPULAIRES - DÉBUT -- -- -- -- -- */

#indexCategoryPop > .elementor-container {
    max-width: 1400px;
}

#indexCategoryPop h3 {
    font-family: var(--ffMLi);
    font-size: .8125rem;
    line-height: 20px;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    margin-bottom: -7px;
}

#indexCategoryPop .product-description h3 {
    font-family: var(--ffMSeBo);
    font-size: .875rem;
    line-height: normal;
    letter-spacing: normal;
    text-transform: none;
    text-align: center;
    margin-bottom: 2px;
}

#indexCategoryPop .product-miniature .product-description .product-description-short,
#indexCategoryPop .product-miniature .product-description .product-price-and-shipping,
#indexCategoryPop .product-miniature .product-description .add {
    display: none;
}

#indexCategoryPop h2 {
    font-family: var(--ffSBo);
    font-size: 2.8125rem;
    line-height: 3.1875rem;
    text-transform: uppercase;
    margin-bottom: 15px;
}

#indexCategoryPop .elementor-product-miniature h3.elementor-title {
    letter-spacing: normal;
    font-size: .875rem;
    line-height: normal;
    font-family: var(--ffMSeBo);
    text-transform: uppercase;
    margin-top: 12px;
}

#carousselPopCat .elementor-product-miniature .elementor-price {
    display: none;
}

#carousselPopCat .elementor-product-miniature .elementor-image img {
    aspect-ratio: 167/145;
    object-fit: contain;
    width: 100%;
    height: auto;
}

#carousselPopCat .elementor-product-miniature .elementor-content {
    padding: unset;
}

#carousselPopCat .elementor-carousel-wrapper .swiper-slide {
    padding-inline: unset;
    overflow: visible;
}

#carousselPopCat .elementor-swiper-button-prev {
    left: -35px;
}

#carousselPopCat .elementor-swiper-button-next {
    right: -35px;
}

#indexCategoryPop .elementor-swiper-button {
    top: unset;
    bottom: 88px;
}

#indexCategoryPop .elementor-swiper-button i.ceicon-chevron-left,
#indexCategoryPop .elementor-swiper-button i.ceicon-chevron-right {
    font-size: 1.25rem;
}

#carousselPopCat .elementor-carousel-wrapper.swiper {
    width: calc(100% - 60px);
    overflow: visible hidden;
    padding: 10px;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

#carousselPopCat .elementor-carousel-wrapper.swiper::-webkit-scrollbar {
  display: none;
}

#carousselPopCat .elementor-carousel-wrapper .swiper-slide > a {
    padding: 8px 8px 8px 8px !important;
    border-width: 2px 2px 2px 2px;
    border-style: solid;
    aspect-ratio: 187/180;
    display: block;
    border: 2px solid #D9D9D9;
    border-radius: 10px;
}

#carousselPopCat .elementor-carousel-wrapper .swiper-slide > a:hover {
    border-color: var(--color-black);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    transition: box-shadow 0.25s ease;
}

#carousselPopCat .swiper .swiper-slide figure img {
    aspect-ratio: 167/147;
    width: 100%;
    height: auto;
    object-fit: contain;
}

#carousselPopCat .swiper .swiper-slide figure figcaption {
    font-family: var(--ffMSeBo);
    font-size: .875rem;
    line-height: normal;
    color: var(--color-black);
    text-align: center;
    margin-top: 10px;
}

@media (width < 1601px) {
    #carousselPopCat .elementor-swiper-button-prev {
        left: 0px;
    }

    #carousselPopCat .elementor-swiper-button-next {
        right: 0px;
    }
}

@media (width < 1401px) {
    #carousselPopCat {
        padding-inline: 40px;
    }

    #carousselPopCat .swiper .swiper-slide figure figcaption {
        height: 40px;
    }

    #carousselPopCat .elementor-swiper-button-next {
        right: 40px;
    }

    #carousselPopCat .elementor-swiper-button-prev {
        left: 40px;
    }
}

@media (width < 992px) {
    #indexCategoryPop .elementor-swiper-button {
        bottom: 42.5%;
    }

    #indexCategoryPop {
        padding-top: 29px;
    }

    #indexCategoryPop h3 {
        font-size: .625rem;
        line-height: 1rem;
        margin-bottom: -2px;
    }

    #indexCategoryPop h2 {
        font-size: 1.875rem;
        line-height: 2.125rem;
        margin-inline: -10vw;
        margin-bottom: 32px;
    }

    #indexCategoryPop .elementor-carousel-wrapper .swiper-slide {
        padding-inline: unset;
    }
}

@media (width < 769px) {
    #carousselPopCat .elementor-carousel-wrapper.swiper {
        width: 100%;
    }

    #indexCategoryPop .elementor-swiper-button-next {
        right: 15px !important;
    }

    #indexCategoryPop .elementor-swiper-button-prev {
        left: 15px !important;
    }
}

@media (width < 577px) {
    #indexCategoryPop .elementor-carousel-wrapper .swiper-slide {
        padding-inline: unset;
    }

    #carousselPopCat .swiper .swiper-slide figure img {
        max-height: 145px;
        max-width: 165px;
    }

    #carousselPopCat .swiper .swiper-slide figure figcaption {
        height: fit-content;
    }

    #carousselPopCat .elementor-carousel-wrapper .swiper-slide > a {
        aspect-ratio: 180/187;
    }
}

/* -- -- -- -- -- CATÉGORIES POPULAIRES - FIN -- -- -- -- -- */


/* -- -- -- -- -- NOS PARTENAIRES - DÉBUT -- -- -- -- -- */

#indexPartnersTitle > .elementor-container {
    max-width: 1410px;
    margin-inline: auto;
}

#index #wrapper .container #indexPartnersTitle {
    padding-inline: 80px;
}

#indexPartnersTitle .elementor-carousel-wrapper.swiper {
    margin-inline: unset;
    width: 100%;
}

#indexPartnersTitle > .elementor-container {
    max-width: 1410px;
}

#indexPartnersTitle .elementor-heading-title {
    font-family: var(--ffSBo);
    font-size: 2.8125rem;
    line-height: 3.1875rem;
    text-transform: uppercase;
}

#indexPartnersTitle .indexPartner__col,
#indexPartnersTitle .indexPartner__col .elementor-column-wrap,
#indexPartnersTitle .indexPartner__col .elementor-widget-wrap,
#indexPartnersTitle .indexPartner__col .elementor-widget-image,
#indexPartnersTitle .indexPartner__col .elementor-widget-container,
#indexPartnersTitle .elementor-carousel-wrapper.swiper .swiper-slide figure {
    width: fit-content!important;
    height: fit-content!important;
}

#indexPartnersTitle .swiper-wrapper {
    align-items: center;
}

#indexPartnersTitle .elementor-widget-container:has(> .elementor-carousel-wrapper) {
    display: flex;
    gap: 63px!important;
    align-items: center;
    justify-content: center;
}

#indexPartnersTitle .elementor-carousel-wrapper.swiper .swiper-slide figure img {
    max-width: 196px;
    /* max-height: 74px; */
    object-fit: contain;
    object-position: center;
    width: 100%;
}

#indexPartners .elementor-carousel-wrapper .swiper-slide {
    padding-inline: 31px;
}

@media (width < 1501px) {
    #indexPartnersTitle .elementor-carousel-wrapper.swiper .swiper-slide figure img {
        max-width: 150px;
        /* max-height: 70px; */
    }
}

@media (width < 1401px) {
    #indexPartnersTitle .elementor-carousel-wrapper.swiper .swiper-slide figure img {
        max-width: 100%;
        /* max-height: 70px; */
    }
    #index #wrapper .container #indexPartnersTitle {
        padding-inline: 35px;
    }
}

@media (width < 992px) {
    #indexPartnersTitle .elementor-heading-title {
        font-size: 2.1875rem;
        line-height: 2.4375rem;
    }
}

@media (width < 769px) {
    #indexPartnersTitle .elementor-carousel-wrapper.swiper .swiper-slide figure img {
        /* max-height: 51px; */
        max-width: 136px;
        width: 100%;
        height: 100%;
    }
    
    #indexPartnersTitle .elementor-widget-container:has(> .elementor-carousel-wrapper) {
        margin-top: unset;
    }
}

/* -- -- -- -- -- NOS PARTENAIRES - FIN -- -- -- -- -- */


/* -- -- -- -- -- LES INCONTOURNABLES - DÉBUT -- -- -- -- -- */

#indexPartnersTitle + .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1170px!important;
}

.indexInescapable__titles h3 {
    font-family: var(--ffMLi);
    font-size: .8125rem;
    line-height: 1.25rem;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    margin-bottom: 1px;
}

.indexInescapable__titles h2 {
    font-family: var(--ffSBo);
    font-size: 2.8125rem;
    line-height: 3.1875rem;
    text-transform: uppercase;
}

.elementor-widget.indexInescapable__grid .elementor-product-miniature {
    padding-bottom: 24px!important;
}

.indexInescapable__grid .elementor-product-miniature .elementor-content {
    padding: 41px 25px 21px 25px;
}

.indexInescapable__grid .elementor-product-miniature .elementor-atc {
    margin-top: unset;
    display: flex;
    justify-content: center;
}

.indexInescapable__grid .elementor-product-miniature .elementor-atc .elementor-button {
    width: fit-content;
    padding: 7px 20px;
    border-radius: 10px;
}

.indexInescapable__grid .add.add--similar button {
    text-transform: uppercase;
    font-family: var(--ffMBo);
    font-size: .8125rem;
    line-height: 1.25rem;
    margin-top: 21px;
    margin-inline: auto;
}

.indexInescapable__grid .product-miniature .product-description .product-price-and-shipping {
    margin-top: 17px;
    position: absolute;
    bottom: 83px;
    justify-content: center;
    width: calc(100% - 70px);
    display: flex;
}

.indexInescapable__grid .product-miniature .product-description .add.add--similar {
    position: absolute;
    bottom: 24px;
    justify-content: center;
    width: calc(100% - 70px);
    display: flex;
}

.indexInescapable__grid .product-miniature .product-description .product-price-and-shipping .price {
    font-family: var(--ffMBo);
    font-size: 1.25rem;
    line-height: 1.875rem;
    margin-inline: auto;
}

.indexInescapable__grid .product-miniature .product-description .product-price-and-shipping .price:has(+ .regular-price) {
    margin-inline: 0px;
}

.indexInescapable__grid .product-miniature .thumbnail-container {
    position: relative;
}

.indexInescapable__grid .product-miniature .product-description {
    padding: 21px 35px 130px 35px;
    position: static;
}

.indexInescapable__grid .product-miniature .product-description .product-title {
    font-weight: normal;
    font-family: var(--ffMRe);
    font-size: 1rem;
    line-height: 1.375rem;
    margin-top: unset;
    text-align: center;
}

.indexInescapable__grid .product-miniature .product-description .product-description-short {
    display: none;
}

.indexInescapable__grid .ce-product-grid > .js-product.product {
    height: 100%;
}

.indexInescapable__grid .ce-product-grid {
    gap: 42px 25px;
}

.indexInescapable__grid .product-miniature .thumbnail-container .product-thumbnail img {
    aspect-ratio: 273/230;
    object-fit: contain;
    width: 100%;
    height: auto;
}

.indexNews#indexProducts .product-miniature .thumbnail-container .product-thumbnail img:nth-child(2),
#category .product-miniature .thumbnail-container .product-thumbnail img:nth-child(2),
#product .product-miniature .thumbnail-container .product-thumbnail img:nth-child(2),
#prices-drop .product-miniature .thumbnail-container .product-thumbnail img:nth-child(2),
.indexInescapable__grid .product-miniature .thumbnail-container .product-thumbnail img:nth-child(2),
#order-confirmation .product-miniature .thumbnail-container .product-thumbnail img:nth-child(2),
.featured-products .product-miniature .thumbnail-container .product-thumbnail img:nth-child(2) {
    display: none;
}

.indexNews#indexProducts .product-miniature:hover .thumbnail-container .product-thumbnail img:nth-child(1),
#category .product-miniature:hover .thumbnail-container .product-thumbnail img:nth-child(1),
#product .product-miniature .thumbnail-container .product-thumbnail img:nth-child(1),
#prices-drop .product-miniature .thumbnail-container .product-thumbnail img:nth-child(1),
.indexInescapable__grid .product-miniature:hover .thumbnail-container .product-thumbnail img:nth-child(1),
#order-confirmation .product-miniature:hover .thumbnail-container .product-thumbnail img:nth-child(1),
.featured-products .product-miniature:hover .thumbnail-container .product-thumbnail img:nth-child(1) {
    display: none;
}

.indexNews#indexProducts .product-miniature:hover .thumbnail-container .product-thumbnail img:nth-child(2),
#category .product-miniature:hover .thumbnail-container .product-thumbnail img:nth-child(2),
#product .product-miniature .thumbnail-container .product-thumbnail img:nth-child(2),
#prices-drop .product-miniature .thumbnail-container .product-thumbnail img:nth-child(2),
.indexInescapable__grid .product-miniature:hover .thumbnail-container .product-thumbnail img:nth-child(2),
#order-confirmation .product-miniature:hover .thumbnail-container .product-thumbnail img:nth-child(2),
.featured-products .product-miniature:hover .thumbnail-container .product-thumbnail img:nth-child(2) {
    display: block;
}

#seeMoreProducts {
    display: none;
}

@media (width < 1230px) {
    #indexPartnersTitle + .elementor-section.elementor-section-boxed > .elementor-container {
        padding-inline: 35px;
    }
}

@media (width < 1200px) {
    .indexInescapable__grid .product-miniature .product-description {
        padding-inline: 20px;
    }

    .indexInescapable__grid .add.add--similar button {
        font-size: .75rem;
    }

    .indexInescapable__grid .add.add--similar button {
        text-transform: uppercase;
        font-family: var(--ffMBo);
        font-size: .8125rem;
        line-height: 1.25rem;
        margin-top: 21px;
        margin-inline: auto;
    }
    
    .indexInescapable__grid .product-miniature .product-description .product-price-and-shipping,
    .indexInescapable__grid .product-miniature .product-description .add.add--similar {
        width: calc(100% - 40px);
    }
}

@media (width < 992px) {
    .indexInescapable__grid .ce-product-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .indexInescapable__titles h3 {
        font-size: .625rem;
        line-height: 1rem;
    }

    .indexInescapable__titles h2 {
        font-size: 1.875rem;
        line-height: 2.125rem;
        margin-bottom: -3px;
    }
}

@media (width < 769px) {
    .elementor-1020101 .elementor-element.elementor-element-d5832fb {
        padding-bottom: 71px!important;
    }

    #indexPartnersTitle + .elementor-section.elementor-section-boxed > .elementor-container {
        padding-inline: 20px;
    }

    .indexInescapable__grid .ce-product-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .indexInescapable__grid .product-miniature .thumbnail-container .product-thumbnail img {
        aspect-ratio: 171/144;
    }

    .indexInescapable__grid .product-miniature .product-description {
        padding: 25px 7px 15px 7px;
        padding-bottom: 112px;
        position: static;
    }

    .indexInescapable__grid .product-miniature .thumbnail-container {
        position: relative;
    }

    .indexInescapable__grid .product-miniature .product-description .product-title {
        font-size: .9375rem;
        line-height: 1.25rem;
    }

    .indexInescapable__grid .product-miniature .product-description .product-price-and-shipping .price {
        font-size: 1.125rem;
        line-height: 1.6875rem;
    }

    .indexInescapable__grid .product-miniature .product-description .product-price-and-shipping {
        margin-top: 21px;
        position: absolute;
        bottom: 64px;
        justify-content: center;
        width: 100%;
    }

    .indexInescapable__grid .product-miniature .product-description .add.add--similar {
        margin-top: 13px;
        position: absolute;
        bottom: 15px;
        display: flex;
        justify-content: center;
        width: calc(100% - 14px);
    }

    .indexInescapable__grid .add.add--similar button {
        margin-top: unset;
        line-height: 1.125rem;
        padding-inline: 12px;
    }

    #seeMoreProducts {
        display: block;
    }

    .ce-widgets-space--gap > .elementor-column-wrap > .elementor-widget-wrap:has(#seeMoreProducts) {
        gap: 25px;
    }

    #seeMoreProducts p {
        font-family: var(--ffMMe)!important;
        font-size: .8125rem!important;
        line-height: 1.25rem!important;
        text-decoration: none;
        color: var(--color-black)!important;
        padding-bottom: 2px;
        width: fit-content;
        margin-inline: auto;
        border-bottom: 1px solid var(--color-black);
    }

    .indexInescapable__grid .ce-product-grid > .js-product.product:nth-last-of-type(n+5) {
        display: none;
    }

    .indexInescapable__grid.seeMore .ce-product-grid > .js-product.product {
        display: block;
    }

    .indexInescapable__grid.seeMore + .elementor-element#seeMoreProducts {
        display: none;
    }
}

@media (width < 577px) {
    .indexInescapable__grid .add.add--similar button {
        padding-inline: 8px;
        width: 100%;
    }

    .indexInescapable__grid .ce-product-grid {
        gap: 35px 15px;
    }


    #indexPartners .elementor-carousel-wrapper .swiper-slide {
        padding-inline: 15px;
    }
}

@media (width < 380px) {
    .indexInescapable__grid .add.add--similar button {
        font-size: .75rem;
        line-height: .875rem;
    }
}

/* -- -- -- -- -- LES INCONTOURNABLES - FIN -- -- -- -- -- */


/* -- -- -- -- -- LES NOUVEAUTÉS - DÉBUT -- -- -- -- -- */

.indexNews#indexProducts .elementor-text-editor:has(> h2) {
    position: relative;
    max-width: 1170px;
    margin-inline: auto;
    width: 100%;
}

.indexNews#indexProducts .indexInescapable__titles .elementor-text-editor:has(> h2)::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background-color: var(--color-black);
    bottom: 22px;
    left: 0;
    z-index: -1;
}

.indexNews#indexProducts .indexInescapable__titles h2 {
    width: fit-content;
    font-family: var(--ffSBo);
    margin-inline: auto;
    padding-inline: 30px;
    background-color: var(--color-white-smoke);
    margin-bottom: unset;
}

.indexNews#indexProducts .ce-widgets-space--gap > .elementor-column-wrap > .elementor-widget-wrap {
    gap: 42px;
    overflow: hidden;
}

.indexNews#indexProducts.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1480px;
}

.indexNews#indexProducts .elementor-product-miniature {
    padding-bottom: 24px!important;
}

.indexNews#indexProducts .elementor-product-miniature .elementor-content {
    padding: 41px 25px 21px 25px;
}

.indexNews#indexProducts .elementor-product-miniature .elementor-atc {
    margin-top: unset;
    display: flex;
    justify-content: center;
}

.indexNews#indexProducts .elementor-product-miniature .elementor-atc .elementor-button {
    width: fit-content;
    padding: 7px 20px;
    border-radius: 10px;
}

.indexNews#indexProducts .add.add--similar button {
    text-transform: uppercase;
    font-family: var(--ffMBo);
    font-size: .8125rem;
    line-height: 1.25rem;
    margin-top: 21px;
}

.indexNews#indexProducts .product-miniature .product-description .product-price-and-shipping {
    margin-top: 17px;
}

.indexNews#indexProducts .product-miniature .product-description .product-price-and-shipping:has(.regular-price) {
    justify-content: center;
}

.indexNews#indexProducts .product-miniature .product-description .add--similar {
    display: flex;
    justify-content: center;
}

.indexNews#indexProducts .product-miniature .product-description .product-price-and-shipping .price {
    font-family: var(--ffMBo);
    font-size: 1.25rem;
    line-height: 1.875rem;
    margin-inline: unset;
}

.indexInescapable__grid .product-miniature .product-description .product-price-and-shipping .price:has(+ .regular-price) {
    margin-inline: 0px;
}

.indexNews#indexProducts .product-miniature .product-description {
    padding: 21px 35px 24px 35px;
}

.indexNews#indexProducts .product-miniature .product-description .product-title {
    font-weight: normal;
    font-family: var(--ffMRe);
    font-size: 1rem;
    line-height: 1.375rem;
    margin-top: unset;
    text-align: center;
    min-height: 66px;
}

.indexNews#indexProducts .product-miniature .product-description .product-description-short {
    display: none;
}

.indexNews#indexProducts .ce-product-grid > .js-product.product {
    height: 100%;
}

.indexNews#indexProducts .ce-product-grid {
    gap: 42px 25px;
}

.indexNews#indexProducts .product-miniature .thumbnail-container .product-thumbnail img {
    aspect-ratio: 273/230;
    object-fit: contain;
    width: 100%;
    height: auto;
}

.indexNews#indexProducts #allNews .elementor-button-text {
    font-family: var(--ffMMe)!important;
    font-size: .8125rem!important;
    line-height: 1.25rem!important;
    color: var(--color-black)!important;
    text-decoration: none;
    position: relative;
    padding-bottom: 2px;
    border-bottom: 1px solid var(--color-black);
}

.indexNews#indexProducts #allNews a {
    font-family: var(--ffMMe)!important;
    font-size: .8125rem!important;
    line-height: 1.25rem!important;
    text-decoration: underline!important;
    background-color: unset!important;
    border: none!important;
}

.indexNews#indexProducts .elementor-element .elementor-widget-container:has(> .elementor-button-wrapper > a) {
    display: flex;
    justify-content: center;
    margin-top: -12px;
}

.indexNews#indexProducts .elementor-element .elementor-carousel-wrapper {
    overflow: visible;
    /* position: relative; */
    max-width: 1170px;
}

.indexNews#indexProducts .elementor-element .elementor-swiper-button-prev {
    left: 0px;
    padding-right: 10px;
    height: 100%;
    background-color: var(--color-white-smoke);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 120px;
}

.indexNews#indexProducts .elementor-element .elementor-swiper-button-next {
    right: 0px;
    padding-left: 10px;
    height: 100%;
    background-color: var(--color-white-smoke);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 120px;
}

.indexNews#indexProducts .elementor-element .elementor-swiper-button > i {
    background-color: var(--color-white);
    height: 48px;
    width: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

.indexNews#indexProducts .elementor-element .elementor-widget-container {
    padding: 0 50px;
}

.ceicon-chevron-left:before {
    content: "";
    display: block;
    width: 13px;
    height: 15px;
    background-image: url(../../img/logosIcons/nextHome.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    background-position: center;
}

.ceicon-chevron-right:before {
    content: "";
    display: block;
    width: 13px;
    height: 15px;
    background-image: url(../../img/logosIcons/nextHome.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.indexNews#indexProducts .ce-widgets-space--gap > .elementor-column-wrap > .elementor-widget-wrap {
    margin-inline: 35px;
}

@media (width < 1501px) {
    .indexNews#indexProducts .elementor-element .elementor-swiper-button-next,
    .indexNews#indexProducts .elementor-element .elementor-swiper-button-prev {
        width: 110px;
    }
}

@media (width < 1450px) {
    .indexNews#indexProducts .elementor-element .elementor-swiper-button-next,
    .indexNews#indexProducts .elementor-element .elementor-swiper-button-prev {
        width: 90px;
    }
}

@media (width < 1420px) {
    .indexNews#indexProducts .elementor-element .elementor-swiper-button-next,
    .indexNews#indexProducts .elementor-element .elementor-swiper-button-prev {
        width: 5.3%;
    }
}

@media (width < 1370px) {
    .indexNews#indexProducts .elementor-element .elementor-swiper-button-next,
    .indexNews#indexProducts .elementor-element .elementor-swiper-button-prev {
        width: fit-content;
    }
}

@media (width < 1200px) {
    .indexNews#indexProducts .ce-product-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .indexNews#indexProducts .product-miniature .product-description {
        padding-inline: 20px;
    }

    .indexNews#indexProducts .add.add--similar button {
        font-size: .75rem;
    }
}

@media (width < 1025px) {
    .indexNews#indexProducts .product-miniature .product-description .product-title {
        min-height: 88px;
    }
}

@media (width < 993px) {
    .indexNews#indexProducts .ce-widgets-space--gap > .elementor-column-wrap > .elementor-widget-wrap {
        gap: 22px;
    }

    .indexNews#indexProducts .product-miniature .product-description .product-title {
        min-height: 44px;
    }
}

@media (width < 769px) {

    .indexNews#indexProducts .ce-widgets-space--gap > .elementor-column-wrap > .elementor-widget-wrap {
        margin-inline: 20px;
    }

    .indexNews#indexProducts .elementor-carousel-wrapper .swiper-slide {
        padding-inline: 5px;
    }

    .indexNews#indexProducts .ce-product-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .indexNews#indexProducts .product-miniature .thumbnail-container .product-thumbnail img {
        aspect-ratio: 171/144;
    }

    .indexNews#indexProducts .product-miniature .product-description {
        padding: 25px 7px 15px 7px;
    }

    .indexNews#indexProducts .indexInescapable__titles h2 {
        padding-inline: unset;
        font-size: 1.5625rem;
        line-height: 1.75rem;
    }

    .indexNews#indexProducts .product-miniature .product-description .product-title {
        font-size: .9375rem;
        line-height: 1.25rem;
    }

    .indexNews#indexProducts .product-miniature .product-description .product-price-and-shipping .price {
        font-size: 1.125rem;
        line-height: 1.6875rem;
    }

    .indexNews#indexProducts .product-miniature .product-description .product-price-and-shipping {
        margin-top: 21px;
    }

    .indexNews#indexProducts .add.add--similar button {
        margin-top: 13px;
        line-height: 1.125rem;
        padding-inline: 12px;
    }

    .indexNews#indexProducts .ce-product-grid > .js-product.product:nth-last-of-type(n+5) {
        display: none;
    }

    .indexNews#indexProducts.seeMore .ce-product-grid > .js-product.product {
        display: block;
    }

    .indexNews#indexProducts .elementor-element .elementor-widget-container {
        padding-inline: unset;
    }

    .indexNews#indexProducts .elementor-element .elementor-swiper-button {
        background-color: transparent;
        height: fit-content;
        width: fit-content;
        bottom: -95px;
        top: unset;
    }

    .indexNews#indexProducts .elementor-element .elementor-swiper-button-prev {
        left: 35%;
    }

    .indexNews#indexProducts .elementor-element .elementor-swiper-button-next {
        right: 35%;
    }

    .indexNews#indexProducts #allNews a {
        margin-top: 80px;
    }

    .indexNews#indexProducts .indexInescapable__titles .elementor-text-editor:has(> h2)::after {
        display: none;
    }

    .indexNews#indexProducts {
        padding-bottom: 50px;
    }
}

@media (width < 576px) {
    .indexNews#indexProducts .elementor-element .elementor-swiper-button-prev {
        left: 30%;
    }

    .indexNews#indexProducts .elementor-element .elementor-swiper-button-next {
        right: 30%;
    }

    .indexNews#indexProducts .product-miniature .product-description .product-title {
        min-height: 100px;
    }

    .indexNews#indexProducts .add.add--similar button {
        padding-inline: 8px;
        width: 100%;
    }
}

/* -- -- -- -- -- LES NOUVEAUTÉS - FIN -- -- -- -- -- */


/* -- -- -- -- -- AVIS CLIENTS - DÉBUT -- -- -- -- -- */

#index #wrapper .container #indexConfidence {
    padding-inline: 20px;
}

#indexConfidence h3 {
    font-family: var(--ffMRe);
    font-size: .8125rem;
    line-height: 20px;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    margin-bottom: -7px;
}

#indexConfidence h2 {
    font-family: var(--ffSBo);
    font-size: 2.8125rem;
    line-height: 3.1875rem;
    text-transform: uppercase;
    margin-top: 1px;
}

#indexConfidence .ce-widgets-space--gap > .elementor-column-wrap > .elementor-widget-wrap {
    gap: unset;
}

@media (width < 992px) {
    #indexConfidence h3 {
        font-size: .625rem;
        line-height: 1rem;
        margin-bottom: -2px;
    }

    #indexConfidence h2 {
        font-size: 2.1875rem;
        line-height: 2.4375rem;
        margin-inline: -10vw;
        margin-bottom: 32px;
        margin-top: 6px;
    }

    #index #wrapper .container #indexConfidence {
        padding-top: 50px;
    }
}

/* -- -- -- -- -- AVIS CLIENTS - FIN -- -- -- -- -- */


/* -- -- -- -- -- QUI SOMMES-NOUS - DÉBUT -- -- -- -- -- */

#indexWho .elementor-container {
    padding-inline: unset;
    justify-content: center;
}

#indexWho .elementor-row {
    width: 100%;
    max-width: 1410px;
    gap: 70px!important;
    justify-content: space-between;
}

#who__leftColumn {
    max-width: 652px;
    width: 100%;
}

#who__leftColumn.ce-widgets-space--gap > .elementor-column-wrap > .elementor-widget-wrap {
    position: relative;
    height: fit-content;
}

#who__leftColumn.ce-widgets-space--gap > .elementor-column-wrap > .elementor-widget-wrap::before {
    content: "";
    display: block;
    position: absolute;
    left: -37px;
    width: 5px;
    height: 100%;
    background-image: url(../../img/logosIcons/fr.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#who__leftColumn h2 {
    font-family: var(--ffMBoIt);
    font-size: 2.8125rem;
    line-height: 3rem;
}

#who__leftColumn .elementor-text-editor {
    margin-top: 10px;
}

#who__leftColumn .elementor-text-editor * {
    font-size: .8125rem!important;
    line-height: 1.25rem!important;
}

#who__leftColumn .elementor-text-editor p {
    font-family: var(--ffMRe)!important;
    font-size: .8125rem!important;
    line-height: 1.25rem!important;
}

#who__leftColumn .elementor-text-editor b {
    font-family: var(--ffMMe)!important;
}

#who__rightColumn {
    max-width: 685px;
    width: 100%;
}

#who__rightColumn iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 685/528;
}


#who__rightColumn p > strong {
    font-family: var(--ffMBoIt)!important;
    font-size: 1.25rem!important;
    line-height: 1.5rem!important;
}

#who__rightColumn.ce-widgets-space--gap > .elementor-column-wrap > .elementor-widget-wrap {
    gap: 18px;
}

@media (width < 1200px) {
    #who__leftColumn h2 {
        font-size: 2.1875rem;
        line-height: 2.5rem;
    }

    #indexWho .elementor-row {
        gap: 50px!important;
    }

    #who__rightColumn p > strong {
        font-size: 1.125rem !important;
        line-height: 1.25rem !important;
    }
}

@media (width < 993px) {
    #who__leftColumn,
    #who__rightColumn {
        max-width: 100%;
    }

    #who__leftColumn h2 {
        font-size: 1.5625rem;
        line-height: 1.5625rem;
    }

    #who__leftColumn .elementor-text-editor p,
    #who__leftColumn .elementor-text-editor b {
        font-size: .875rem !important;
        line-height: 1.25rem !important;
    }

    #who__leftColumn .elementor-text-editor {
        margin-top: unset;
    }

    #who__leftColumn.ce-widgets-space--gap > .elementor-column-wrap > .elementor-widget-wrap {
        gap: 17px;
    }

    #who__leftColumn.ce-widgets-space--gap > .elementor-column-wrap > .elementor-widget-wrap::before {
        background-size: cover;
        left: -15px;
        width: 3px;
    }

    #indexWho .elementor-row {
        gap: 27px!important;
    }

    #who__rightColumn iframe {
        aspect-ratio: 322/248;
    }

    #who__rightColumn p > strong {
        font-size: 1rem !important;
    }

    #index #wrapper .container #indexWho {
        padding-bottom: unset;
    }

    #index #footer {
        margin-top: 37px;
    }

    #index #wrapper .container #indexWho {
        padding-inline: 35px;
    }
}

/* -- -- -- -- -- QUI SOMMES-NOUS - FIN -- -- -- -- -- */


/* -- -- -- -- -- POP-UP - DÉBUT -- -- -- -- -- */

#popupCamion {
    position: fixed;
    right: -100%;
    bottom: 5%;
    z-index: 10;
    transition: right 0.5s ease-in-out;
    background-color: var(--color-white);
}

#popupCamion.active {
    right: 0;
    transition: right 0.5s ease-in-out;
}

#popupCamion > .elementor-container > .elementor-row {
    gap: unset!important;
}

#popupCamion .ce-widgets-space--gap > .elementor-column-wrap > .elementor-widget:has(img),
#popupCamion .ce-widgets-space--gap > .elementor-column-wrap > .elementor-widget-wrap > .elementor-widget:has(img) * {
    height: 100%;
}

#popupCamion > .elementor-container > .elementor-row > .ce-widgets-space--gap > .elementor-column-wrap > .elementor-widget-wrap:not(:has(img)) {
    padding: 40px 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#closePopUpButton {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

#popupCamion > .elementor-container > .elementor-row > .ce-widgets-space--gap > .elementor-column-wrap > .elementor-widget-wrap:not(:has(img)) > .elementor-element > .elementor-widget-container > .elementor-text-editor {
    width: 432px;
}

#popupCamion > .elementor-container > .elementor-row > .ce-widgets-space--gap > .elementor-column-wrap > .elementor-widget-wrap:not(:has(img)) p {
    font-family: var(--ffMBl);
    font-size: 2.8125rem;
    line-height: 3.125rem;
    text-transform: uppercase;
}

#popupCamion > .elementor-container > .elementor-row > .ce-widgets-space--gap > .elementor-column-wrap > .elementor-widget-wrap:not(:has(img)) p:not(:has(strong):not(:has(a))) {
    margin-bottom: 16px;
}

#popupCamion > .elementor-container > .elementor-row > .ce-widgets-space--gap > .elementor-column-wrap > .elementor-widget-wrap:not(:has(img)) p > strong {
    font-family: var(--ffMBo);
    font-size: 1.8125rem;
    line-height: 2rem;
    text-transform: uppercase;
    margin-bottom: 25px;
    background-color: var(--color-primary);
    padding: 7.5px 25px 5px 25px;
    display: block;
    width: fit-content;
}

#popupCamion > .elementor-container > .elementor-row > .ce-widgets-space--gap > .elementor-column-wrap > .elementor-widget-wrap:not(:has(img)) p:has(> strong) {
    margin-bottom: unset;
}

#popupCamion > .elementor-container > .elementor-row > .ce-widgets-space--gap > .elementor-column-wrap > .elementor-widget-wrap:not(:has(img)) p > a {
    font-family: var(--ffMBo);
    font-size: .8125rem;
    line-height: 1.25rem;
    text-transform: uppercase;
    color: var(--color-white);
    background-color: var(--color-black);
    padding: 7px 45px;
    border-radius: 10px;
    border: 1px solid var(--color-black);
    display: block;
    width: fit-content;
}

#popupCamion > .elementor-container > .elementor-row > .ce-widgets-space--gap > .elementor-column-wrap > .elementor-widget-wrap:not(:has(img)) p > a:hover {
    color: var(--color-black);
    background-color: var(--color-primary);
    border: 1px solid var(--color-primary);
}

#popupCamion > .elementor-container > .elementor-row > .ce-widgets-space--gap > .elementor-column-wrap > .elementor-widget-wrap:not(:has(img)) p:has(> a) {
    height: fit-content;   
}

#popupCamion > .elementor-container > .elementor-row > .ce-widgets-space--gap > .elementor-column-wrap > .elementor-widget-wrap:not(:has(img)) p:has(> a) {
    margin-bottom: unset!important;
}

@media (width < 1401px) {
    #popupCamion > .elementor-container > .elementor-row > .ce-widgets-space--gap > .elementor-column-wrap > .elementor-widget-wrap:not(:has(img)) p {
        font-size: 2.1875rem;
        line-height: 2.5rem;
    }

    #popupCamion > .elementor-container > .elementor-row > .ce-widgets-space--gap > .elementor-column-wrap > .elementor-widget-wrap:not(:has(img)) p > strong {
        font-size: 1.5rem;
        line-height: 1.75rem;
    }

    #popupCamion > .elementor-container > .elementor-row > .ce-widgets-space--gap > .elementor-column-wrap > .elementor-widget-wrap:not(:has(img)) {
        padding: 30px 50px;
    }

    #popupCamion > .elementor-container > .elementor-row > .ce-widgets-space--gap > .elementor-column-wrap > .elementor-widget-wrap:not(:has(img)) > .elementor-element > .elementor-widget-container > .elementor-text-editor {
        width: 342px;
    }

    #columnRightPopup {
        max-width: 420px;
        width: 100%;
    }
    
    .elementor-column:has(+ #columnRightPopup) {
        max-width: 420px;
        width: 100%;
    }

    #closePopUpButton > div > svg {
        height: 12px;
    }
}

@media (width < 993px) {

    #columnRightPopup {
        max-width: 363px;
        width: 100%;
    }
    
    .elementor-column:has(+ #columnRightPopup) {
        max-width: 363px;
        width: 100%;
    }

    #popupCamion > .elementor-container > .elementor-row > .ce-widgets-space--gap > .elementor-column-wrap > .elementor-widget-wrap:not(:has(img)) {
        padding: 20px 30px;
    }

    #popupCamion > .elementor-container > .elementor-row > .ce-widgets-space--gap > .elementor-column-wrap > .elementor-widget-wrap:not(:has(img)) > .elementor-element > .elementor-widget-container > .elementor-text-editor {
        width: 310px;
    }

    #popupCamion > .elementor-container > .elementor-row > .ce-widgets-space--gap > .elementor-column-wrap > .elementor-widget-wrap:not(:has(img)) p {
        font-size: 1.5625rem;
        line-height: 1.875rem;
    }

    #popupCamion > .elementor-container > .elementor-row > .ce-widgets-space--gap > .elementor-column-wrap > .elementor-widget-wrap:not(:has(img)) p > strong {
        font-size: 1.25rem;
        line-height: 1.5rem;
        margin-bottom: 23px;
    }

    #popupCamion > .elementor-container > .elementor-row > .ce-widgets-space--gap > .elementor-column-wrap > .elementor-widget-wrap:not(:has(img)) p:not(:has(strong):not(:has(a))) {
        margin-bottom: 18px;
    }

    /* #popupCamion > .elementor-container > .elementor-row > .ce-widgets-space--gap > .elementor-column-wrap > .elementor-widget-wrap:not(:has(img)) p > a {
        font-size: .8125rem;
        line-height: 1.25rem;
        padding: 7px 45px;
    } */
}

@media (width < 769px) {
    #popupCamion > .elementor-container > .elementor-row {
        max-width: 400px;
        width: 100%;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .elementor-column:has(+ #columnRightPopup),
    #columnRightPopup {
        max-width: 100%;
    }

    #columnRightPopup,
    #columnRightPopup > .elementor-column-wrap,
    #columnRightPopup > .elementor-column-wrap > .elementor-widget-wrap{
        position: static;
    }

    #closePopUpButton {
        background-color: var(--color-black);
        height: 40px;
        width: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0;
        right: 0;
    }

    #closePopUpButton > div > svg {
        fill: var(--color-white);
        margin-top: 4px;
        height: 30px;
    }

    #popupCamion > .elementor-container > .elementor-row > .ce-widgets-space--gap > .elementor-column-wrap > .elementor-widget-wrap:not(:has(img)) > .elementor-element > .elementor-widget-container > .elementor-text-editor {
        width: 100%;
    }
}

@media (width < 579px) {
    #popupCamion > .elementor-container > .elementor-row {
        max-width: 100%;
        height: 100%
    }

    #popupCamion.active {
        bottom: 0;
        right: 0;
        transition: bottom 0.5s ease-in-out;
        z-index: 9999;
    }

    #popupCamion {
        bottom: -100%;
        right: 0;
        transition: bottom 0.5s ease-in-out;
    }

    #popupCamion > .elementor-container > .elementor-row > .ce-widgets-space--gap > .elementor-column-wrap > .elementor-widget-wrap:not(:has(img)) p {
        font-size: 1.25rem;
        line-height: 1.3125rem;
    }

    #popupCamion > .elementor-container > .elementor-row > .ce-widgets-space--gap > .elementor-column-wrap > .elementor-widget-wrap:not(:has(img)) p:not(:has(strong):not(:has(a))) {
        margin-bottom: 12px;
    }

    #popupCamion > .elementor-container > .elementor-row > .ce-widgets-space--gap > .elementor-column-wrap > .elementor-widget-wrap:not(:has(img)) p > strong {
        font-size: 1.125rem;
        line-height: 1.1875rem;
        margin-bottom: 14px;
    }
}

/* -- -- -- -- -- POP-UP - FIN -- -- -- -- -- */