@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/*<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">*/

.c-container {
    max-width: 1204px;
    margin: 0 auto;
}

/*Un savoir faire à la française*/
.main-description-container.container {
    max-width: 1234px;
}

.main-description-container>h1,
.main-description-container>.h1 {
    font-family: "Roboto", sans-serif !important;
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 24px;
    padding-bottom: 0;
    color: #333333;
    text-transform: initial;
}

.main-description-container>h1:after,
.main-description-container>.h1:after {
    display: none;
}

.main-description-excerpt {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    text-align: center;
    color: #3F3F3F;
}

.main-description-next {
    margin-top: 8px;
    display: block;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    text-align: center;
    text-decoration: underline;
    color: #3F3F3F;
}


/*Une équipe à votre écoute */
.team-section {
    padding: 20px 0;
}

@media (max-width: 767.98px) {
    .team-section {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.team-content-wrapper {
    max-width: 1380px;
    margin: 0 auto;
    background-color: #F4F4F4;
    border-radius: 8px;
    overflow: hidden;
    padding: 30px;
}

@media (max-width: 767.98px) {
    .team-content-wrapper {
        padding: 30px 15px;
        border-radius: 0;
    }
}

.team-content-wrapper .c-container {
    display: flex;
    align-items: center;
    gap: 32px;
}

.team-text-area {
    flex: 1;
    max-width: 50%;
}

.team-heading {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0;
    color: #333333;
    margin-bottom: 24px;
}

@media (max-width: 767.98px) {
    .team-heading {
        font-size: 24px;
        line-height: 32px;
        margin-top: 0;
    }
}

.team-description {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
    color: #333333;
    margin-bottom: 24px;
}

@media (max-width: 767.98px) {
    .team-description {
        font-size: 16px;
        line-height: 24px;
    }
}

.team-description strong {
    font-weight: 600;
}


.cta-button {
    display: inline-block;
    padding: 12px 25px;
    background-color: #0165B0;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #0056b3;
    color: white;
}


.team-image-area {
    flex: 1;
    max-width: 50%;
    height: 100%;
}

.team-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.products-hp {}

.product-container .left-block,
.product-container .right-block {
    background: white !important;
    color: #000000 !important;
}

.product-container .right-block .price-container {
    position: relative;
}

.product-container .right-block .price-container {
    text-align: left;
    height: 88px;
}

@media (max-width: 767.98px) {
    .product-container .right-block .price-container {
        height: 92px;
        padding-top: 32px;
    }
}

.product-container .right-block .price-container .price-percent-reduction,
ul#blocknewproducts li.ajax_block_product .product-container .right-block .price-percent-reduction {
    position: absolute;
    top: 0;
    right: 0 !important;
    background: #E30613;
    padding: 6px 10px;

    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    color: white;
    border-radius: 2px;
}

@media (max-width: 767.98px) {

    .product-container .right-block .price-container .price-percent-reduction,
    ul#blocknewproducts li.ajax_block_product .product-container .right-block .price-percent-reduction {
        right: unset !important;
        left: 0 !important;
    }
}

.product-container .right-block .price-container .price_container {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 14px !important;
    line-height: 18px !important;
    letter-spacing: 0;
    margin-bottom: 4px;
}

@media (max-width: 767.67px) {
    .product-container .right-block .price-container .price_container {
        font-size: 12px !important;
        line-height: 16px !important;
    }
}

.product-container .right-block .price-container .price_container .price {
    font-family: "Roboto", sans-serif;
    font-weight: 700 !important;
    font-size: 22px !important;
    line-height: 26px !important;
    letter-spacing: 0;
    margin-top: 8px;
    display: block !important;
    color: #CC0E19 !important;
}

@media (max-width: 767.98px) {
    .product-container .right-block .price-container .price_container .price {
        font-size: 16px !important;
        line-height: 20px !important;
    }
}

ul.product_list.grid>li .product-container .specific-price,
ul.product_list.grid .owl-item .product-container .specific-price {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0;
    min-height: unset;
    color: #141414;
}

ul.product_list.grid>li .product-container .old-price,
ul.product_list.grid .owl-item .product-container .old-price {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 12px;
    font-style: normal;
    line-height: 16px;
    letter-spacing: 0;
    text-decoration: line-through;
    color: #141414;
}

.product-container .right-block>h3 {
    padding: 0 !important;
    margin: 0;
}

.product-container .product-name {
    color: #000000 !important;
    font-family: "Roboto", sans-serif;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 21px !important;
    letter-spacing: 0;
    text-align: left;

    height: calc(21px * 3) !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden !important;
    text-overflow: ellipsis;
    margin-bottom: 12px;
}

@media (max-width: 767.98px) {
    .product-container .product-name {
        margin-top: 8px !important;
        font-size: 12px !important;
        line-height: 16px !important;
        height: calc(16px * 3) !important;
    }
}

.product-container {
    border: none !important;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-container:before {
    display: none !important;
}

.ajax_block_product:has(>.product-container) {
    border-radius: 8px;
    box-shadow: 0 0 6px 0 #0000001A;
    color: #000000;
    padding: 0 16px !important;
    margin-bottom: 0 !important;
    overflow: hidden;
    background: white;
}

@media (max-width: 767.98px) {
    .ajax_block_product:has(>.product-container) {
        padding: 0 8px !important;
    }
}

#homepage-slider .bx-wrapper .bx-controls-direction a,
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    border-radius: 40px !important;
    cursor: pointer;
    background-color: white !important;
    font-size: 0;
    border: 1.25px solid #D6D4D4 !important;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.6964 5.00054L5.62946 1.06748L4.74557 0.183594L0.370572 4.55859C0.126494 4.80267 0.126494 5.1984 0.370572 5.44248L4.74557 9.81748L5.62946 8.93359L1.6964 5.00054Z' fill='%23333'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-size: 6px 10px !important;
    background-position: center !important;
    position: absolute;
    top: calc(240px / 2);
    box-shadow: 0 0 10px 0 #00000033;
}

.carousel-btn {
    border: 1.25px solid #D6D4D4 !important;
}

#homepage-slider .bx-wrapper .bx-controls-direction .bx-next,
.owl-carousel .owl-controls .owl-nav .owl-next {
    transform: translate(0, -50%) rotate(180deg);
}

.owl-carousel .owl-controls .owl-nav .owl-next {
    right: 0;
    transform: translate(0, -50%) rotate(180deg);
}

.owl-carousel .owl-controls .owl-nav .owl-prev {
    top: calc(240px / 2);
    left: 0;
    transform: translate(0, -50%);
}

@media (max-width: 767.98px) {
    .owl-carousel .owl-controls .owl-nav .owl-next {
        right: -5px;
    }

    .owl-carousel .owl-controls .owl-nav .owl-prev {
        left: -5px;
    }

    #homepage-slider .bx-wrapper .bx-controls-direction a,
    .owl-carousel .owl-controls .owl-nav .owl-prev,
    .owl-carousel .owl-controls .owl-nav .owl-next {
        box-shadow: unset;
    }
}

#homefeatured li,
#blockspecials.product_list.grid>li,
#blocknewproducts.product_list.grid>li {
    margin-bottom: 0 !important;
}

.product-container .left-block {
    margin-left: -16px;
    margin-right: -16px;
}

.product-container .right-block {
    position: relative;
    padding: 24px 0 !important;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.product-container .button.button-medium {
    border-radius: 8px;
    background: #E30613;
    box-shadow: none;
    padding: 13px !important;

    font-family: "Roboto", sans-serif;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    text-transform: initial;
    width: 100% !important;
    max-width: 100%;
    margin-top: auto !important;
    margin-bottom: 8px !important;
}

ul.product_list.grid li .product-container .product-list-review-container {
    display: block;
    min-height: unset !important;
    height: 16px !important;
}

.product-container .button.button-medium:after {
    display: none;
}

.product-container .uoproductextradatas {
    margin-bottom: 8px;
    min-height: unset !important;
}

.product-container .uoproductextradatas p {
    margin-bottom: 8px;
}

.product-container .uoproductextradatas hr {
    display: none;
}

.product-container .uoproductextradatas hr+p:nth-child(3),
.product-container .uoproductextradatas hr+p:nth-child(3) strong {
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-container .uoproductextradatas hr+p:nth-child(3) img {
    object-fit: contain;
}


.product-container .uoproductextradatas>p:first-child {
    border-top: 1px solid #F4F4F4;
    border-bottom: 1px solid #F4F4F4;
    margin-left: -16px;
    margin-right: -16px;
    padding: 16px;

    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
}

@media (max-width: 767.98px) {
    .product-container .uoproductextradatas>p:first-child {
        font-size: 8px;
        line-height: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

.product-container .uoproductextradatas>p:first-child strong {
    font-weight: 600;
}

.product-container .uoproductextradatas>.manufacturer-warranty,
.product-container .uoproductextradatas>p:last-of-type {
    position: absolute;
    top: -8px;
    left: -16px;
    transform: translateY(-100%);
    text-align: left;
}

@media (max-width: 767.98px) {
    .product-container .uoproductextradatas>.manufacturer-warranty,
    .product-container .uoproductextradatas>p:last-of-type {
        left: -9px;
    }
}

.product-container .uoproductextradatas>.manufacturer-warranty img,
.product-container .uoproductextradatas>p:last-of-type img {
    width: 18px;
    display: inline !important;
}

.product-container .uoproductextradatas>p:last-of-type strong strong+br:last-child {
    display: none;
}

.product-container .uoproductextradatas>.manufacturer-warranty>strong {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0;
    display: block;
    width: fit-content;
    color: white;
    padding: 4px 8px;

}

.product-container .uoproductextradatas>.manufacturer-warranty .warranty {
    margin-bottom: 5px;
    background: #333333;
}

.product-container .uoproductextradatas>.manufacturer-warranty .manufacturer {
    background: #0165B0;
}

.product-container .uoproductextradatas>.manufacturer-warranty .manufacturer>img {
    margin-right: 8px;
}

.blog-post-related-products,
.hp-list-product-section,
#index #homefeatured,
#index #blocknewproducts,
#index #blockspecials {
    margin-bottom: 64px;
}

@media (max-width: 767.98px) {
    .blog-post-related-products,
    .hp-list-product-section,
    #index #homefeatured,
    #index #blocknewproducts,
    #index #blockspecials {
        margin-bottom: 54px;
    }

    .main-description-container{
        padding-top: 0 !important;
    }
}

.hp-list-product-section .title_block, .hp-testimonials .section-title,
.blog-post-related-products .title_block,
#cms .hp-list-product-section .title_block, #cms .hp-testimonials .section-title
{
    margin-bottom: 32px !important;
    font-family: "Roboto", sans-serif !important;
    font-weight: 700 !important;
    font-size: 40px !important;
    line-height: 40px !important;
    letter-spacing: 0;
    text-align: center;
    color: #333333 !important;
    margin-top: 0 !important;
    text-transform: initial !important;
}

@media (max-width: 767.98px) {
    .hp-list-product-section .title_block, .hp-testimonials .section-title,
    .blog-post-related-products .title_block,
    #cms .hp-list-product-section .title_block, #cms .hp-testimonials .section-title {
        font-size: 26px !important;
    }
}

.product_list {
    display: flex;
    gap: 29px;
    margin-bottom: 0 !important;
}

.product_list>li {
    float: none;
    overflow: hidden;
}

.product_list:before,
.product_list:after {
    display: none;
}

ul.product_list.grid>li .product-container .product-image-container,
.product-container .product-image-container {
    height: 240px;
}

ul.product_list.grid>li .product-container .product-image-container img,
.product-container .product-image-container img {
    height: 100%;
    object-fit: cover;
}

#homefeatured .product_image,
#blockspecials .product_image,
.product_img_link {
    min-height: unset !important;
    height: 100%;
}

.hp-list-product-section .product_list,
.blog-post-related-products .product_list {
    width: 100% !important;
    overflow: hidden;
    padding: 6px 24px;
}

.blog-post-related-products .product_list{
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 767.98px) {
    .hp-list-product-section .product_list,
    .blog-post-related-products .product_list {
        padding: 6px 10px;
    }
}

.hp-list-product-section .product_list.owl-carousel .owl-stage-outer,
.blog-post-related-products .product_list.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.hp-list-product-section .product_list .owl-stage,
.blog-post-related-products.product_list .owl-stage {
    display: flex;
}

.hp-list-product-section .product_list .owl-dots,
.blog-post-related-products .product_list .owl-dots,
.category-carousel-container .owl-dots {
    display: flex;
    width: 100%;
}

.category-carousel-container.owl-carousel .owl-controls .owl-nav .owl-prev,
.category-carousel-container.owl-carousel .owl-controls .owl-nav .owl-next {
    top: calc(140px / 2);
    margin: 0 !important;
}

.category-carousel-container.owl-carousel .owl-controls .owl-nav .owl-prev{
    left: -20px;
}

.category-carousel-container.owl-carousel .owl-controls .owl-nav .owl-next {
    right: -20px;
}


@media (max-width: 767px) {
    .category-carousel-container.owl-carousel .owl-controls .owl-nav .owl-prev,
    .category-carousel-container.owl-carousel .owl-controls .owl-nav .owl-next {
        top: calc(106px / 2);
    }

    .category-carousel-container.owl-carousel .owl-controls .owl-nav .owl-prev{
        left: -10px;
    }

    .category-carousel-container.owl-carousel .owl-controls .owl-nav .owl-next {
        right: -10px;
    }

    #columns {
        overflow-x: hidden;
    }

    body .ajax_block_product .right-block {
        overflow: visible;
    }
}

.category-carousel-container.owl-carousel .owl-controls .owl-nav .owl-prev.disabled,
.category-carousel-container.owl-carousel .owl-controls .owl-nav .owl-next.disabled {
    display: none;
}

.category-carousel-container .owl-controls .owl-dots.hidden{
    display: none;
}

.category-carousel-container:has(>.owl-controls > .owl-dots.hidden) .owl-stage{
    margin: 0 auto;
}

.hp-list-product-section .product_list .owl-dots .owl-dot,
.blog-post-related-products.product_list .owl-dots .owl-dot,
.category-carousel-container .owl-dots .owl-dot {
    flex: 1;
    width: 100%;
    height: 2px;
    background-color: #F4F4F4;
    border-radius: 0;
}

.hp-list-product-section .product_list .owl-dots .owl-dot>span,
.blog-post-related-products .product_list .owl-dots .owl-dot>span,
.category-carousel-container .owl-dots .owl-dot>span {
    display: none;
}

.hp-list-product-section .product_list .owl-dots .owl-dot:first-child,
.blog-post-related-products .product_list .owl-dots .owl-dot:first-child,
.category-carousel-container .owl-dots .owl-dot:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.hp-list-product-section .product_list .owl-dots .owl-dot.active,
.category-carousel-container .owl-dots .owl-dot.active {
    background-color: #7D7D7D;
}

.hp-list-product-section .product_list .owl-dots .owl-dot:last-child,
.blog-post-related-products .product_list .owl-dots .owl-dot:last-child,
.category-carousel-container .owl-dots .owl-dot:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.hp-list-product-section .product_list .owl-nav,
.blog-post-related-products .product_list .owl-nav,
.category-carousel-container .owl-nav {
    margin-top: 0 !important;
}

.category-carousel-container .owl-dots {
    margin-top: 16px;
}

.hp-list-product-section .product_list .owl-dots,
.blog-post-related-products .product_list .owl-dots {
    margin-top: 32px;
}

.owl-item>.ajax_block_product {
    width: 100% !important;
    height: 100%
}

.products-hp {
    padding: 0 6px !important;
}

@media (max-width: 768px) {
    .products-hp {
        padding: 0 5px !important;
    }

    .team-content-wrapper .c-container {
        flex-direction: column;
    }

    .team-text-area,
    .team-image-area {
        max-width: 100%;
    }

    .team-image {
        min-height: 205px;
    }
}

#homepage-slider {
    margin-top: 30px;
}

@media (max-width: 768px) {
    #homepage-slider {
        margin-top: 15px;
    }
}

#index #homepage-slider .bx-controls {
    display: block !important;
}

.homeslider-text-container img.icon.item-arrow {
    display: none !important;
}

.homeslider-text-container {
    max-width: 628px;
    background: transparent;
    width: 100%;
}

.home-slider-left-mega-container-2 {
    width: 100%;
    max-width: 100%;
    top: 50%;
    transform: translateY(-51%);
}

#homepage-slider .bx-wrapper .bx-next {
    right: -20px;
}

#homepage-slider .bx-wrapper .bx-prev {
    right: unset;
    left: -20px;
}

@media (max-width: 768px) {
    #homepage-slider .bx-wrapper .bx-next {
        right: 5px;
    }

    #homepage-slider .bx-wrapper .bx-prev {
        left: 5px;
    }
}

#homepage-slider .bx-wrapper .bx-controls-direction a.disabled {
    opacity: .7;
}

#homepage-slider .bx-wrapper .bx-controls-direction a {
    top: calc(50% - 28px);
    transform: translateY(-50%);
}

@media (max-width: 576px) {
    #homepage-slider .bx-wrapper .bx-controls-direction a {
        top: calc(50% - 15px);
    }
}

#homepage-slider .bx-wrapper .bx-pager {
    position: relative;
    bottom: unset;
    padding-top: 10px;
}

#homepage-slider .bx-wrapper .bx-pager.bx-default-pager a {
    background: transparent;
    border: 2px solid #333333;
    width: 8px;
    height: 8px;
}

#homepage-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #333333;
}

#homepage-slider .homeslider-text-container .homeslider-title {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 24px;
    color: white;
    max-width: 536px;
}

@media (max-width: 768px) {
    #homepage-slider .homeslider-text-container .homeslider-title {
        text-align: center;
    }
}

#homepage-slider .homeslider-text-container .homeslider-description {
    margin-top: 0;
    padding: 0;
    margin-bottom: 24px;
}

#homepage-slider .homeslider-text-container .homeslider-description p {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
    color: white;
    text-transform: initial;
}

@media (max-width: 768px) {
    #homepage-slider .homeslider-text-container .homeslider-description p {
        text-align: center;
    }
}

#homepage-slider .homeslider-text-container .homeslider-legend {
    border-radius: 8px;
    background: white;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    padding: 13px 24px;
    color: #0165B0;
    width: fit-content;
}

#homepage-slider .homeslider-container {
    border-radius: 8px;
    overflow: hidden;
}
.homeslider-container .bg-mobile{
    display: block;
}
.homeslider-container .bg-desktop{
    display: none;
}
@media (min-width: 768px){
    .homeslider-container .bg-mobile{
        display: none;
    }
    .homeslider-container .bg-desktop{
        display: block;
    }
}


@media (max-width: 767.98px) {
    #homepage-slider .homeslider-container {
        aspect-ratio: 375 / 484;
        background: #0165B0;
    }
}

#homepage-slider .bx-wrapper .bx-controls-direction a:after,
#homepage-slider .bx-wrapper .bx-controls-direction a:before {
    display: none;
}

.category-carousel-container {
    margin: 0 auto;
    max-width: 1380px;
}

@media (min-width: 768px) {
    #homepage-slider .homeslider-text-container {
        left: 56px !important;
    }
}


@media (max-width: 767px) {

    .home-slider-left-mega-container-2 {
        display: flex;
        flex-direction: column;
        gap: 0;
        align-items: center;
        width: 90%;
        max-width: 90%;
        top: 30%;
        transform: translateY(-51%);
    }

    #homepage-slider .homeslider-text-container .homeslider-title {
        font-size: 26px;
        letter-spacing: 0;
        text-align: center;
        max-width: 345px;
    }

    #homepage-slider .homeslider-text-container .homeslider-description {
        margin-bottom: 22px !important;
    }

    #homepage-slider .homeslider-text-container .homeslider-title {
        margin-bottom: 22px !important;
    }

    #homepage-slider .homeslider-text-container .homeslider-description p {
        margin-bottom: 0 !important;
        margin-top: 0;
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0;
        text-align: center;
        max-width: 345px;
    }
}

.hp-testimonials{
    background: #F4F4F4;
    padding: 64px 30px;
    overflow: hidden;
}
@media (max-width: 576px) {
    .hp-testimonials{
        padding: 40px 30px;
    }
}

.hp-testimonials .cta{
    margin-top: 32px;
    display: flex;
    justify-content: center;
}

.hp-testimonials .cta .btn{
    border-radius: 8px;
    background: #0165B0;
    color: #fff;
    padding: 13px 24px;

    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    line-height: 1;
}

.hp-testimonials-container{
    margin: 0 auto;
    max-width: 1380px;
}

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

.reviews-grid{
    display: flex;
    gap: 29px;
    margin-top: 32px;
    width: 100%;
}

.reviews-grid .review-card{
    flex: 0 0 calc(25% - 22px);
    width: calc(25% - 22px);
    background: white;
    padding: 24px;
}

.reviews-grid  .owl-item .review-card{
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
}

.reviews-grid .owl-stage{
    display: flex;
}

.review-card .review-title{
    text-align: center;
    font-family: "Roboto", sans-serif !important;
    font-weight: 600 !important;
    font-size: 22px !important;
    line-height: 28px !important;
    letter-spacing: 0 !important;
    text-transform: initial !important;
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}

.review-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.review-header .note-stars{
    font-weight: 600;
}
.review-header .note-stars .note{
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    color: #3F3F3F;
}

.review-header .verified{
    color: #7D7D7D;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0;

    display: flex;
    align-items: center;
    gap: 4px;
}

.reviews-grid .review-card .review-text{
    padding: 0;
    border: none;

    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: Italic;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    text-align: center;
    color: #3F3F3F;

    height: 128px;
    overflow: auto;
}

.reviews-grid .review-card .review-footer{
    display: flex;
    gap: 16px;
    align-items: end;
    color: #444444;
}

.review-card .review-footer .review-meta .product-name{
    font-family: "Roboto", sans-serif !important;
    font-weight: 600 !important;
    font-size: 11px !important;
    line-height: 16px !important;
    letter-spacing: 0 !important;
    margin-bottom: 4px !important;
}

.review-card .review-footer .review-meta .author-date{
    font-family: "Roboto", sans-serif !important;
    font-weight: 400 !important;
    font-size: 11px !important;
    line-height: 16px !important;
    letter-spacing: 0 !important;
    margin-bottom: 0 !important;
}

.reviews-grid .review-card .review-footer .product-image{
    width: 80px;
    height: 80px;
    border-radius: 4px;
    object-fit: cover;
}

.reviews-grid .owl-nav{
    margin: 0;
}

.reviews-grid.owl-carousel .owl-controls .owl-nav .owl-prev,
.reviews-grid.owl-carousel .owl-controls .owl-nav .owl-next{
    top: 50%;
    margin: 0;
}

@media (max-width: 767.98px) {

    .review-header {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .reviews-grid .review-card{
        flex: 0 0 100%;
        width: 100%;
        padding: 16px;
    }
    .reviews-grid.owl-carousel .owl-controls .owl-nav .owl-next {
        right: -120px;
    }
    .reviews-grid{
        width: calc(100% - 115px);
        margin-left: 0;
    }
    .reviews-grid.owl-carousel .owl-stage-outer{
        overflow: visible;
    }

    .review-card .review-title {
        font-size: 16px !important;
        line-height: 22px !important;
        vertical-align: middle;
    }

    .reviews-grid .review-card .review-footer .product-image {
        width: 40px;
        height: 40px;
    }

    .review-card .review-footer .review-meta .product-name,
    .review-card .review-footer .review-meta .author-date {
        font-size: 10px !important;
        line-height: 12px !important;
    }
}

@media (max-width: 576px) {
    .rating-summary{
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
}

@media (min-width: 768px) {
    #category .product_list{
        margin-left: 0;
        margin-right: 0;
    }

    .product_list.grid .col-sm-6 {
        width: calc(50% - 15px);
    }
}

@media (min-width: 992px) {
    .product_list.grid .col-md-4 {
        width: calc((100% / 3) - 20px);
    }
}

/*Cart page*/
#order_step{
    display: none;
}

#order-detail-content{
    margin-top: 24px;
}

#cart_summary,
.order-content-wrapper{
    display: flex;
    gap: 30px;
}

@media (max-width: 992px) {
    #cart_summary,
    .order-content-wrapper{
        flex-direction: column;
    }
}

#cart_summary tbody > tr > td {
    padding: 0;
}

#cart_summary tbody,
.order-content-wrapper .order-main-content {
    flex: 0 0 calc(67% - 15px);
    width: calc(67% - 15px);
}

@media (max-width: 992px) {
    #cart_summary tbody,
    .order-content-wrapper .order-main-content{
        flex: 0 0 100%;
        width: 100%;
    }
}

#cart_summary tbody > .title{
    margin-bottom: 24px;
}

#cart_summary tbody > .title .page-heading{
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    line-height: 1;
    font-size: 40px;
    letter-spacing: 0;
    margin: 0;
    color: #333333;
}

@media (max-width: 767.98px) {
    #cart_summary tbody > .title .page-heading{
        font-size: 26px;
    }
    #cart_summary tbody > .title{
        margin-bottom: 16px;
    }
}

#cart_summary tbody > .title .page-heading:after{
    display: none;
}

#cart_summary tfoot,
.order-content-wrapper .order-summary-right{
    flex: 0 0 calc(33% - 15px);
    width: calc(33% - 15px);
}

#cart_summary tbody  .customization{
    border: 1px solid #D6D4D4;
    display: flex;
    justify-items: center;
    align-items: center;
    gap: 40px;
    padding: 16px;
}

#cart_summary tbody  .customization .cart_product{
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
    padding: 0;
}


#cart_summary tbody  .customization .cart_product img{
    border: none;
    padding: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#cart_summary tbody  .customization .cart_description{
    flex: 0 0 1;
    width: 100%;
    padding: 0;
    border: 0;
    margin-left: -5px;
}

#cart_summary tbody  .customization .cart_description .product-name,
#cart_summary tbody  .customization .cart_description .product-name a{
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
}

#cart_summary tbody  .customization .update_product_link{
    font-weight: 500;
}
@media (max-width: 768.98px) {
    #cart_summary tbody  .customization .cart_description .product-name,
    #cart_summary tbody  .customization .cart_description .product-name a{
        font-size: 12px;
    }
    #cart_summary tbody  .customization .update_product_link{
        font-size: 13px;
    }

    .proceed-checkout {
       margin-top: 0 !important;
    }

    .cart_navigation .continue-shopping {
        text-align: left !important;
    }
}

#cart_summary tbody  .customization .cart_unit{
    border: 0;
    white-space: nowrap;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
    color: #333333;
}

#cart_summary tbody  .customization .cart_quantity{
    border: 0;
    width: 111px;
    flex: 0 0 111px;
}

#cart_summary tbody td.cart_quantity .cart_quantity_input{
    height: 40px;
    width: 111px;
    border-radius: 8px;
    border: 1px solid #D6D4D4;
    margin-top: 0 !important;
}
#cart_summary tbody td.cart_quantity .btn.button-plus,
#cart_summary tbody td.cart_quantity .btn.button-minus{
    border: none;
}
#cart_summary tbody td.cart_quantity .btn.button-plus span,
#cart_summary tbody td.cart_quantity .btn.button-minus span{
    height: 38px;
    width: 30px;
    background: #F4F4F4;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

#cart_summary tbody td.cart_quantity .btn.button-plus span{
    border-radius: 0 7px 7px 0 !important;
}

#cart_summary tbody td.cart_quantity .btn.button-minus span{
    border-radius: 7px 0 0 7px !important;
}

#cart_summary tbody td.cart_quantity .cart_quantity_button a.cart_quantity_down{
    left: 1px !important;
}

#cart_summary tbody td.cart_quantity .cart_quantity_button a.cart_quantity_up {
    right: 1px !important;
}

#cart_summary tbody td.cart_quantity .cart_quantity_button {
    top: -42px !important;
    display: block;
}

#cart_summary tbody  .customization .cart_delete{
    border: 0;
    order: 6;
    flex: 0 0 29px;
    width: 29px;
    height: 29px;
}

#cart_summary tbody  .customization .cart_delete .cart_quantity_delete{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F4F4F4;
    width: 29px;
    height: 29px;
    border-radius: 29px;
    padding: 6px;
}

#cart_summary tbody  .customization .cart_delete .cart_quantity_delete:hover path{
    fill: #333333;
}

#cart_summary tbody  .customization .cart_total{
    border: 0;
    white-space: nowrap;

}
#cart_summary tbody  .customization .cart_total .price{
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
    color: #333333;
}

#cart_summary tbody  .customization:not(.last_item){
    border-bottom: none;
}

#cart_summary tbody  .customization > td{
    display: block;
}

@media (max-width: 992px) {
    #cart_summary tbody  .customization{
        flex-wrap: wrap;
        gap: 16px;
        justify-content: space-between;
    }

    #cart_summary tbody  .customization .cart_product{
        width: 64px;
        height: 64px;
        flex: 0 0 64px;
    }

    #cart_summary tbody  .customization .cart_description{
        flex: 0 0 calc(100% - 64px - 16px);
        width: calc(100% - 64px - 16px);
        margin-left: 0;
    }

    #cart_summary tbody  .customization .cart_unit,
    #cart_summary tbody  .customization .cart_total{
        padding-left: calc(64px + 16px);
    }

    #cart_summary tbody td.cart_quantity .cart_quantity_input {
        margin-top: 0 !important;
    }
}

@media (max-width: 992px) {
    #cart_summary tfoot,
    .order-content-wrapper .order-summary-right{
        flex: 0 0 100%;
        width: 100%;
    }
}

#cart_summary .cart-right-title{
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    margin: 0;
}

#cart_summary .cart-right-title{
    margin-bottom: 16px;
    margin-top: 31px;
}

#cart_summary tr.title,
#cart_summary tfoot tr{
    display: block;
}

#container-breadcrumb, .c-full-width{
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: unset;
}

#container-breadcrumb .breadcrumb{
    margin: 0 auto;
    max-width: 1380px;
}

#center_column #container-breadcrumb{
    padding: 16px 15px;
    border-bottom: 1px solid #EEEEEE;
}

#center_column #container-breadcrumb .breadcrumb span{
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0;
    color: #7D7D7D;
}
#center_column #container-breadcrumb .breadcrumb span a,
#center_column #container-breadcrumb .breadcrumb span a span{
    font-weight: 500;
}

#order #center_column,
#cms #center_column{
    padding-top: 0;
}

.cart_navigation__wrapper{
    display: block;
}
.cart_navigation__wrapper td{
    display: block;
    margin-top: 16px;
}
.cart_navigation:not(.scrollfix-bottom) .download-quote,
.cart_navigation:not(.scrollfix-bottom) .proceed-checkout{
    display: none !important;
}

.cart_navigation.scrollfix-bottom{
    background: white;
    margin: 0 !important;
}

.cart_navigation .continue-shopping span{
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    text-decoration: underline;
    color: #0165B0;
}


#cart_summary tfoot .cart-summery-right > td{
    display: block;
    padding: 0;
}

#cart_summary tfoot .cart-summery-right,
.order-content-wrapper .order-summary-right .cart-summery-right
{
    background: #F4F4F4;
    border-radius: 4px;
    padding: 32px;
    margin-bottom: 16px;
}

#cart_summary tfoot .cart-summery-right .nbrproducts,
.order-content-wrapper .order-summary-right .cart-summery-right .nbrproducts
{
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 12px;
}

#cart_summary tfoot .cart-summery-right .btns-actions a.download-quote,
.order-content-wrapper .order-summary-right .cart-summery-right .btns-actions a.download-quote,
.cart_navigation .download-quote{
    background: #0165B0;
    margin: 0 !important;
}

#cart_summary tfoot .cart-summery-right .btns-actions a.proceed-checkout,
.order-content-wrapper .order-summary-right .cart-summery-right .btns-actions a.proceed-checkout,
.cart_navigation .proceed-checkout{
    background: #E30613;
}

#cart_summary tfoot .cart-summery-right .btns-actions a,
.order-content-wrapper .order-summary-right .cart-summery-right .btns-actions a
{
    display: block;
    float: unset !important;
    max-width: 100%;
}

#cart_summary tfoot .cart-summery-right .btns-actions a.proceed-checkout,
.order-content-wrapper .order-summary-right.cart-summery-right .btns-actions a.proceed-checkout
{
    margin-bottom: 12px;
}

#cart_summary tfoot .cart-summery-right .btns-actions a,
.order-content-wrapper .order-summary-right .cart-summery-right .btns-actions a,
.cart_navigation .download-quote,
.cart_navigation .proceed-checkout{
    border-radius: 8px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    padding: 13px 20px !important;
    text-transform: initial;
    border: none;
    box-shadow: none;
}

#cart_summary tfoot .cart-summery-right .btns-actions a span,
.order-content-wrapper .order-summary-right .cart-summery-right .btns-actions a span,
.cart_navigation .download-quote span,
.cart_navigation .proceed-checkout span{
    padding: 0;
}

#bloc_alma{
    float: unset !important;
    margin-top: 0 !important;
}

.d-block{
    display: block !important;
}

#cart_summary tfoot tr:first-child td{
    border: none !important;
}

tfoot div:has(>.label),
.order-summary-right div:has(>.label)
{
    display: flex;
    justify-content: space-between;
    align-items: center;

    margin: 12px 0;
}

tfoot div:has(>.label) .label,
.order-summary-right div:has(>.label) .label,
tfoot div:has(>.label) .val,
.order-content-wrapper .order-summary-right div:has(>.label) .val
{
    color: #333333;

    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0;
    padding: 0;
}

#total_product .label,
#total_product .val{
    font-weight: 500;
}

tfoot .total_price_container .label,
.order-summary-right .total_price_container .label,
tfoot .total_price_container .val,
.order-content-wrapper .order-summary-right .total_price_container .val
{
    font-weight: 800 !important;
    text-transform: uppercase;
}

tfoot .total_price_container .label,
.order-content-wrapper .order-summary-right .total_price_container .label{
    font-size: 16px;
}

tfoot .total_price_container .val,
.order-content-wrapper .order-summary-right .total_price_container .val
{
    font-size: 24px !important;
    color: #E30613 !important;
}

#cart_summary tfoot .cart_voucher h4,
.order-content-wrapper .order-summary-right .cart_voucher h4
{
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0;
    text-transform: unset;
    padding: 0;
    margin-bottom: 10px;
    color: #333333;
}

#cart_voucher .input-group{
    display: flex;
}

#cart_voucher .input-group .discount_name{
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: #7D7D7D;
    margin: 0;
    border-radius: 4px 0 0 4px;
    flex: 1;
    box-shadow: none;
    padding: 20px 16px;
    height: unset;
}

#cart_voucher .input-group .discount_name::placeholder {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0;
    color: #7D7D7D;
}

#cart_voucher .input-group .button{
    background: #0165B0;
    width: 93px;
    border-radius: 0 4px 4px 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: initial;
    text-align: center;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    box-shadow: none;

}

#cart_summary tfoot .cart_total_price:has(>.total_price_container),
.order-content-wrapper .order-summary-right .cart_total_price:has(>.total_price_container)
{
    border: 1px solid #DFDEDE;
    border-left: none;
    border-right: none;
    margin: 12px 0;
}

#cart_summary tfoot .cart_voucher fieldset,
.order-content-wrapper .order-summary-right .cart_voucher fieldset
{
    margin-bottom: 24px;
}

#cart_summary tfoot td{
    padding: 0 !important;
}

.payments--wrapper{
    display: flex;
    flex-direction: column;
    border: 1px solid #D6D4D4;
    border-radius: 4px;
}

.payments--wrapper > div {
    border-bottom: 1px solid #D6D4D4;
    padding: 16px 32px;
}
.payments--wrapper .alma-widget-plan-title,
.payments--wrapper .payments-title{
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    margin-bottom: 16px;
    color: #000000;
}

.payments--wrapper > div:last-child{
    border-bottom: none;
}

.payments--wrapper .payments-icons-list{
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
}

.payments--wrapper #alma-cart-widget-plan-container{
    box-shadow: none;
    padding: 0;
    max-width: unset;
    margin: 0;
    border-radius: 0;
}

.alma-widget-plan--wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.alma-widget-plan--wrapper .alma-widget-plan{
    flex: 1;
}

.alma-widget-plan--wrapper > svg{
    flex: 0 0 60px;
    width: 60px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #D6D4D4;
    padding: 7px;
}

.cart-reassurance{
    margin: 16px 0;
    display: flex;
    gap: 5px;
    justify-content: center;
    flex-wrap: wrap;
}

.cart-reassurance-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    text-align: center;
    font-family: 'Roboto', sans-serif;

    flex: 0 0 calc((100% / 3) - 4px);
}

.cart-reassurance-item .icon{
    margin: 0;
}
.cart-reassurance-item .icon img{
    height: 40px;
    width: auto;
    object-fit: contain;
}

.cart-reassurance-item .title{
    margin: 0;

    font-weight: 500;
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #000000;
}

.cart-reassurance-item .desc{
    margin: 0;

    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #0165B0;

}

.faq-help{
    padding: 24px 32px;
    border: 1px solid #D6D4D4;
    border-radius: 4px;
}

.faq-help-title{
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0;
    display: block;
    margin-bottom: 16px;
}

.faq-help .ctas{
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.faq-help .ctas a{
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0;
    padding: 8px 24px;
    border-radius: 8px;
    border: 1px solid #D6D4D4;
    color: #0165B0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cross-selling .product_list{
    flex-wrap: wrap;
}
.cross-selling{
    margin-top: 32px;
    width: 100%;
    overflow: hidden;
    display: block;
}

.cross-selling td{
    border: none !important;
    display: block;
}

#crossselling .productscategory_h2{
    padding: 0 !important;

    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0;
    background: transparent;
    border: none !important;
    color: #000;

}

div#crossselling_list{
    padding: 6px !important;
    overflow: hidden;
    width: 100%;
}

#crossselling_list #crossselling_list_car{
    width: 100%;
}

#crossselling_list_car.owl-carousel .owl-stage-outer {
    overflow: visible;
}

ul.product_list .comments_note {
    overflow: hidden;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

ul.product_list .comments_note .nb-comments{
    font-size: 0;
}

ul.product_list .comments_note > span,
ul.product_list .comments_note .nb-comments > span {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0;
}

ul.product_list .comments_note .nb-comments > span:before{
    content: "(";
}

ul.product_list .comments_note .nb-comments > span:after{
    content: ")";
}

.product_list.grid:not(.owl-carousel){
    flex-wrap: wrap;
}

@media (max-width: 992px) {
    #cart_summary tfoot > .title{
        margin-top: 0;
    }
    .cross-selling{
        margin-top: 0 !important;
    }
    .cart_navigation {
        margin-bottom: 0 !important;
    }

    .cart_voucher fieldset #discount_name{
        width: 100%;
        flex: 1;
    }
}

@media (max-width: 768px) {
    #center_column {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #crossselling_list .product-name {
        margin-bottom: 5px;
        min-height: unset;
    }
    #crossselling_list .uoproductextradatas{
        display: none;
    }

    #cart_summary tfoot .cart-summery-right{
        padding: 32px 16px;
    }

    #cart_summary tfoot .cart-summery-right .btns-actions a.proceed-checkout{
        margin-bottom: 18px !important;
    }

    .payments--wrapper > div,
    .faq-help{
        padding: 16px;
    }
}
@media screen and (min-width: 768px) {
    #cart_summary tfoot tr {
        height: auto;
    }
}

/*Qui somme nous*/

#cms #center_column h1{
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0;
    color: #333333;
    margin-top: 40px;
    margin-bottom: 16px;
}

@media (max-width: 768px) {
    #cms #center_column h1{
        font-size: 26px;
        line-height: 1;
        margin-top: 24px;
        margin-bottom: 8px;
    }
}

#cms #center_column h1:after{
    display: none;
}

#cms #center_column h1 + .cms-subtitle-xs, #cms #center_column h1 + .cms-subtitle-xs p{
    text-align: center;
    max-width: 928px;
    margin: 0 auto 40px;

    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0;
    color: #333333;
}

@media (max-width: 768px) {
    #cms #center_column h1 + .cms-subtitle-xs, #cms #center_column h1 + .cms-subtitle-xs p{
        font-size: 18px;
        line-height: 22px;
    }
}

#cms #center_column .cms-subtitle-xs a, #cms #center_column .cms-subtitle-xs p a{
    text-decoration: underline;
    color: #333333;
}

.video-container{
    max-width: 1141px;
    margin: 0 auto 41px;
    display: flex;
    gap: 32px;
}

@media (max-width: 768px) {
    .video-container{
        flex-direction: column;
        gap: 16px;
    }
    .video-container iframe{
        aspect-ratio: 345 / 190;
    }
}

.images-owl{
    max-width: 1141px;
    margin: 0 auto 100px;
    padding: 0 105px;
}

.images-owl img{
    height: 64px !important;
    width: auto !important;
    margin: 0 !important;
}

@media (max-width: 768px) {
    .images-owl{
        padding: 0 51px;
        width: 100%;
        margin-bottom: 40px;
    }

    .images-owl img{
        height: 32px !important;
    }
}

.images-owl.owl-carousel .owl-controls .owl-nav .owl-prev,
.images-owl.owl-carousel .owl-controls .owl-nav .owl-next{
    top: 50% !important;
    margin: 0;
}

.chiffre-cles--wrapper{
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: auto !important;
    padding: 158px 15px 118px;
}

@media (max-width: 768px) {
    .chiffre-cles--wrapper{
        margin-top: 0;
        padding-top: 51px;
        padding-bottom: 51px;
    }
}

.chiffre-cles{
    display: flex;
    gap: 44px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .chiffre-cles{
        gap: 16px 15px;
    }
}

.chiffre-cles-item{
    width: 253px;
    padding: 31px 30px;
    background: #FFFFFFCC;
    border: 2px solid #FFFFFF;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;

    font-family: 'Roboto', sans-serif;
    letter-spacing: 0;
}

@media (max-width: 768px) {
    .chiffre-cles-item{
        width: calc(50% - 8px);
        flex: 0 0 calc(50% - 8px);
        max-width: 165px;
        padding: 19px 23px;
    }
}

.chiffre-cles-item .chiffre{
    display: block;
    margin-bottom: 4px;

    font-weight: 700;
    font-size: 48px;
    line-height: 54px;
    color: #0165B0;
}

@media (max-width: 768px) {
    .chiffre-cles-item .chiffre{
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 0;
    }
}

.chiffre-cles-item .desc{
    color: #333333 !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 22px !important;
    text-transform: uppercase;
    margin-bottom: 0 !important;
}

@media (max-width: 768px) {
    .chiffre-cles-item .desc{
        font-size: 12px !important;
        line-height: 16px !important;
    }
}

.cms-equipe-ecoute-row--wrapper{
    padding: 0 15px;
}

.cms-equipe-ecoute-row{
    padding: 0 !important;
    max-width: 1145px;
    margin: 80px auto;
    display: flex;
    gap: 30px;

    font-family: 'Roboto', sans-serif;
    letter-spacing: 0;
}

@media (max-width: 768px) {
    .cms-equipe-ecoute-row{
        flex-direction: column;
        gap: 30px;
        margin-top: 48px;
        margin-bottom: 48px;
    }
}

.cms-equipe-ecoute-row .cms-equipe-ecoute-content,
.cms-equipe-ecoute-row .cms-equipe-ecoute-img {
    width: calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
}

@media (max-width: 768px) {
    .cms-equipe-ecoute-row .cms-equipe-ecoute-content,
    .cms-equipe-ecoute-row .cms-equipe-ecoute-img {
        width: 100%;
        flex: 0 0 100%;
    }
}

#cms #center_column #cms-qui-somems-nous-prix-competitifs,
.cms-equipe-ecoute-row .cms-equipe-ecoute-content h3,
#cms #center_column #cms-box-info-img-qui-sommes-nous h3{
    text-transform: initial !important;

    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    color: #333333;
    margin-bottom: 24px;
    margin-top: 0 !important;
}

@media (max-width: 768px) {
    #cms #center_column #cms-qui-somems-nous-prix-competitifs,
    .cms-equipe-ecoute-row .cms-equipe-ecoute-content h3,
    #cms #center_column #cms-box-info-img-qui-sommes-nous h3{
        font-size: 20px;
        line-height: 28px;
    }
}

#cms #center_column .prix-competitifs-txt p,
.cms-equipe-ecoute-row .cms-equipe-ecoute-content p,
#cms #center_column #cms-box-info-img-qui-sommes-nous p{
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #3F3F3F !important;
    margin-bottom: 14px !important;
}

.cms-equipe-ecoute-row .cms-equipe-ecoute-img{
    margin: 0 !important;
}

.cms-equipe-ecoute-row .btns{
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0;
    display: inline-flex;
    flex-direction: column;
    text-align: center;
    margin-top: 40px;
}

.cms-equipe-ecoute-row .btns > .btn.btn-primary{
    background: #0165B0;
    border: none;
    border-radius: 8px;
    padding: 10px 24px;

    font-weight: 600;
    font-size: 16px;
    margin-bottom: 16px;
    white-space: normal;
}

.cms-equipe-ecoute-row .btns > .btn.btn-primary br{
    display: none;
}

@media (max-width: 768px) {
    .cms-equipe-ecoute-row .btns{
        display: flex;
    }
    .cms-equipe-ecoute-row .btns > .btn.btn-primary br{
        display: block;
    }
}

.cms-equipe-ecoute-row .btns > .tarif{
    font-weight: 500;
    text-decoration: underline;
    color: #0165B0;
}

.cms-box-info-img--wrapper{
    background: #F4F4F4 !important;
    padding: 103px 15px;
}

@media (max-width: 768px) {
    .cms-box-info-img--wrapper{
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

#cms #center_column #cms-box-info-img-qui-sommes-nous{
    background: #F4F4F4 !important;
    display: flex !important;
    gap: 30px;
    max-width: 1145px;
    margin: 0 auto !important;
    padding: 0 !important;
}

#cms #center_column #cms-box-info-img-qui-sommes-nous .cms-box-info-img-col-txt,
#cms #center_column #cms-box-info-img-qui-sommes-nous .cms-box-info-img-col-img{
    width: calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
    padding: 0;
}

@media (max-width: 768px) {
    #cms #center_column #cms-box-info-img-qui-sommes-nous{
        flex-direction: column;
    }
    #cms #center_column #cms-box-info-img-qui-sommes-nous .cms-box-info-img-col-txt,
    #cms #center_column #cms-box-info-img-qui-sommes-nous .cms-box-info-img-col-img{
        width: 100%;
        flex: 0 0 100%;
    }

    #cms #center_column #cms-box-info-img-qui-sommes-nous .cms-box-info-img-col-img img{
        max-width: 227px;
        margin-bottom: 0;
    }

}

#cms #center_column #cms-box-info-img-qui-sommes-nous .cms-box-info-img-col-txt a{
    text-decoration: underline;
    color: #3F3F3F;
}

.prix-competitifs--wrapper {
    padding: 15px;
}

.prix-competitifs--wrapper .prix-competitifs{
    max-width: 1145px;
    margin: 80px auto;
}

@media (max-width: 768px) {
    .prix-competitifs--wrapper .prix-competitifs{
        margin-top: 48px;
        margin-bottom: 48px;
    }
}

.prix-competitis-images{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.prix-competitis-images img{
    margin: 0 !important;
}

.prix-competitis-images img:first-child{
    border-right: 2px solid #D9D9D9;
    padding-right: 50px;
}

.prix-competitis-images img:last-child{
    padding-left: 50px;
}

@media (max-width: 768px) {
    .prix-competitis-images{
        flex-direction: column;
    }

    .prix-competitis-images img{
        margin: 0 !important;
    }

    .prix-competitis-images img:first-child{
        border-bottom: 2px solid #D9D9D9;
        border-right: none;
        padding-bottom: 32px;
        padding-right: 0;
    }

    .prix-competitis-images img:last-child{
        padding-top: 32px;
        padding-left: 0;
    }
}

.cms-box-info-icon-container--wrapper{
    background: #F4F4F4;
    padding: 80px 15px;
}

.cms-box-info-icon-container--wrapper .cms-box-info-icon-row{
    max-width: 1145px;
    margin: 0 auto !important;

    display: flex !important;
    gap: 32px;
}

#cms #center_column .cms-box-info-icon{
    border-radius: 8px;
    padding: 64px 63px !important;
    background: #fff;

    font-family: 'Roboto', sans-serif;
    letter-spacing: 0;
    text-align: center;

    width: calc(50% - 16px);
    flex: 0 0 calc(50% - 16px);
}

@media (max-width: 768px) {
    .cms-box-info-icon-container--wrapper .cms-box-info-icon-row{
        display: flex !important;
        gap: 24px;
    }
    #cms #center_column .cms-box-info-icon {
        width: 100%;
        flex: 0 0 100%;
        padding: 60px 10px !important;
    }
}

#cms #center_column .cms-box-info-icon .icon{
    margin-bottom: 24px;
    height: 40px;
}

#cms #center_column .cms-box-info-icon .txt{

}

#cms #center_column .cms-box-info-icon .icon img{
    margin: 0;
    height: 100%;
    max-height: 40px;
}

#cms #center_column .cms-box-info-icon .txt .h3,
#cms #center_column .cms-box-info-icon .txt h3{
    color: #333333;
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    margin: 0 0 24px;
    text-transform: initial;
}

#cms #center_column .cms-box-info-icon .txt p{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 14px;
    color: #444444;
}

@media (max-width: 768px) {
    #cms #center_column .cms-box-info-icon .txt .h3,
    #cms #center_column .cms-box-info-icon .txt h3{
        font-size: 24px;
        line-height: 32px;
    }
}

#cms #center_column .cms-box-info-icon .txt p:last-of-type:not(:has(+btn)){
    margin-bottom: 0 !important;
}

#cms #center_column .cms-box-info-icon .txt a.btn{
    background: #0165B0;
    padding: 13px 24px;
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    margin-top: 24px;
}

#cms #center_column #wp_footer{
    max-width: 1145px;
    margin: 64px auto 0;
    display: block;
}

#cms #center_column #wp_footer img{
    margin: 0 !important;
}

#cms #center_column #wp_footer p.text-center {
    margin-bottom: 32px;
    margin-top: 0;
    text-transform: none;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 31px;
    text-align: center;
    color: #333333;
}

@media (max-width: 768px) {
    #cms #center_column #wp_footer{
        margin-top: 49px;
    }

    #cms #center_column #wp_footer p.text-center {
        font-size: 26px;
        line-height: 32px;
    }
}

#cms .hp-testimonials{
    padding-top: 0 !important;
    padding-bottom: 96px;
}

/*BLOG DETAILS*/
#module-hiblog-postdetails #center_column {
    padding-top: 0;
}

.blog_hero--wrapper {
    padding: 30px;
}
.blog_hero--container{
    background: #DEF1FF;
    border-radius: 8px;
    max-width: 1380px;
    margin: 0 auto;
    padding: 48px 20px;
}

@media (max-width: 768px) {
    .blog_hero--wrapper {
        padding: 0;
        margin-bottom: 27px;
    }

    .blog_hero--container{
        border-radius: 0;
        padding: 32px 15px;
    }
}

.blog_hero {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 13%;
    max-width: 1144px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .blog_hero{
        flex-direction: column;
        gap: 32px;
    }
}

.blog_hero-txt {
    width: 38%;
    flex: 0 0 38%;
}

.blog_hero-img{
    width: 49%;
    flex: 0 0 49%;
}

@media (max-width: 768px) {
    .blog_hero-txt {
        width: 100%;
        flex: 0 0 100%;
    }

    .blog_hero-img{
        width: 100%;
        flex: 0 0 100%;
    }
}

.blog_hero-img > *{
    max-width: 100%;
}
@media (max-width: 768px) {
    .blog_hero-img > *{
        width: 100%;
        aspect-ratio: 345 / 216;
    }
}

.blog_hero-txt{
    font-family: "Roboto", sans-serif;
    letter-spacing: 0;
    color: #333333;
}

.blog_hero-txt .post_title{
    font-weight: 700;
    font-size: 56px;
    margin-bottom: 24px;
    margin-top: 0;
}

@media (max-width: 768px) {
    .blog_hero-txt .post_title{
        font-size: 28px;
    }
}

.blog_hero-txt .date{
    font-weight: 400;
    font-size: 16px;
}

.blog_hero-txt .date .calendar{
    margin-right: 3px;
    margin-top: -6px;
}

#blog_desc_container {
    max-width: 1125px;
    margin: 0 auto;
    display: flex;
    gap: 31px;
}

@media (max-width: 768px) {
    #blog_desc_container {
        flex-direction: column;
        gap: 31px;
    }
}

#blog_desc_container  .blog_desc--left{
    width: 28.62%;
    flex: 0 0 28.62%;
}

#blog_desc_container  .blog-desc-content{
    width: 100%;
    flex: 1;
}

@media (max-width: 768px) {
    #blog_desc_container  .blog_desc--left{
        width: 100%;
        flex: 0 0 100%;
    }

    #blog_desc_container  .blog-desc-content{
        width: 100%;
        flex: 0 0 100%;
    }
}

#blog_desc_container  .blog_desc--left .sommaire{
    background: #F4F4F4;
    border-radius: 8px;
    padding: 32px;

    font-family: "Roboto", sans-serif;
    letter-spacing: 0;
}


#blog_desc_container  .blog_desc--left .sommaire .title{
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
}

@media (max-width: 768px) {
    #blog_desc_container  .blog_desc--left .sommaire{
        padding: 24px 16px;
    }
    #blog_desc_container  .blog_desc--left .sommaire .title{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #blog_desc_container  .blog_desc--left .sommaire .title:after{
        content: "";
        display: block;
        width: 24px;
        height: 24px;
        background: url("../img/icon/arrow-down.svg") center no-repeat;
        transition: .2s;
    }

    #blog_desc_container  .blog_desc--left .sommaire.active .title:after{
        transform: rotate(180deg);
    }

}

#blog_desc_container  .blog_desc--left .sommaire .summary-content .menu {
    margin-bottom: 0;
}

#blog_desc_container  .blog_desc--left .sommaire .summary-content .menu > li{
    border-top: 1px solid #D6D4D4;
    color: #0165B0;
    padding-top: 16px;
    margin-top: 16px;
}

#blog_desc_container  .blog_desc--left .sommaire .summary-content .menu > li > a{
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #0165B0;
}

#blog_desc_container  .blog_desc--left .sommaire .summary-content .menu > li > a span{
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
}

#blog_desc_container  .blog_desc--left .sommaire .summary-content .menu > li ul li{
    margin: 0;
}

#blog_desc_container  .blog_desc--left .sommaire .summary-content .menu > li ul a{
    color: #0165B0;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
}

.blog-description{
    font-family: "Roboto", sans-serif;
    letter-spacing: 0;
}

.blog-description p{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #3F3F3F;
}

.blog-description p strong{
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}

@media (max-width: 768px) {
    .blog-description p strong{
        font-size: 16px;
    }
}

.blog-description p strong a{
    color: #3F3F3F;
}

.blog-description a{
    color: #0165B0;
    font-weight: 500;
    text-decoration: underline;
}

.blog-description h2{
    font-weight: 700;
    font-size: 26px;
    line-height: 38px;

    margin-top: 40px;
    margin-bottom: 24px;
    color: #141414;
}

.blog-description h3 {
    font-weight: 600;
    font-size: 20px;

    line-height: 24px;
    margin-top: 24px;
    margin-bottom: 24px;
    color: #333333;
}

.blog-description *:has(>img),
.blog-description p:has(>img){
    text-align: center;
    margin-top: 48px;
    margin-bottom: 72px;
}

@media (max-width: 768px) {
    .blog-description h2{
        font-size: 20px;
        line-height: 26px;

        margin-top: 32px;
        margin-bottom: 24px;
    }

    .blog-description h3 {
        font-size: 18px;
        line-height: 22px;
    }

    .blog-description *:has(>img),
    .blog-description p:has(>img){
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

.blog-description *:has(>img) img,
.blog-description p:has(>img) img{
    width: 100%;
    /*height: auto;*/
    object-fit: contain;
}

.blog-post-related-products{
    margin-top: 96px;
    margin-bottom: 80px;
    width: 100%;
}


.blog-post-related-products .title_block:after{
    display: none;
}

.blog-post-related-products .title_block{
    color: #333333;
    background: none;
    border-top: none;
    text-transform: initial;
    padding: 0;
    margin-bottom: 40px;

    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0;
    text-align: center;
}

.blog-post-related-products .product_list.grid:not(.owl-carousel) .ajax_block_product{
    width: calc(25% - 22px);
    flex: 0 0 calc(25% - 22px);
}

@media (max-width: 768px) {
    .blog-post-related-products .product_list.grid:not(.owl-carousel){
        gap: 15px;
    }

    .blog-post-related-products .product_list.grid:not(.owl-carousel) .ajax_block_product{
        width: calc(50% - 8px);
        flex: 0 0 calc(50% - 8px);
    }
}


.blog-post-related-products .product_list .owl-dots{
    display: none;
}

.blog-post-related-products .product_list.owl-carousel .owl-controls .owl-nav .owl-prev{
    left: -5px;
}

.blog-post-related-products .product_list.owl-carousel .owl-controls .owl-nav .owl-next{
    right: -5px;
}


.bandeau-promo{
    background: #1F1F1F;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    padding: 0 8px;
}

.bandeau-promo .desc{
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    letter-spacing: 0;
    margin-right: 24px;
    margin-bottom: 0;
}

.bandeau-promo .code{
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0;
    padding: 15px 8px;
    border-radius: 2px;
    background: #E30613;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}

.bandeau-promo .code small{
    font-size: 14px;
    font-weight: 300;
}

@media (max-width: 768px) {
    .bandeau-promo {
        padding: 8px;
    }

    .bandeau-promo .desc {
        font-size: 11px;
        margin-right: 8px;
    }

    .bandeau-promo .code {
        font-size: 14px;
        padding: 8px 6px;
    }

    .bandeau-promo .code small {
        font-size: 11px;
    }
}
#blog_post_container .post-image-block img{
    object-fit: cover;
    height: 246px;
    aspect-ratio: 323 / 246;
}

#blog_post_container .post-info-block{
    font-family: "Roboto", sans-serif;
    letter-spacing: 0;
}

#blog_post_container .post-info-block h2{
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0;
    margin-top: 16px;
    margin-bottom: 16px;
}

#blog_post_container .post-info-block h2 a{
    color: #000000;
}

#blog_post_container .post-info-block  .post-date-published{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #7D7D7D;
    display: block;
    margin-top: 16px;
    margin-bottom: 16px;
}

#blog_post_container .post-info-block .post-desc{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    color: #000000;

    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#blog_post_container .post-info-block .post-read-more-button{
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    color: #0165B0;
    font-style: normal;
    border: none;

    display: flex;
    align-items: center;
}

#blog_post_container .post-info-block .post-read-more-button:after{
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url("../img/icon/arrow-right.svg") no-repeat center;
    margin-left: 8px;
}

span.Stars {
    font-size: 14px;
}