/**
* 2007-2020 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2020 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

.img_vignette {
    width: 100%;
}
.img_slider {
    margin: auto;
}
.sliderMarketing .slick-dots {
    bottom: 0 !important;
}
.sliderMarketing img {
    margin: auto;
    width: 100%;
}
.img-responsive {
    width: 100%;
}
.sliderMarketingStores {
    height: 31vh;
    overflow: hidden;
}
.sliderMarketingStores img {
    width: 100%;
}
.paddingVignetteMobile {
    padding: 10px;
}
.paddingVignette {
    padding-top: 15px;
    padding-bottom: 15px;
}
.row-full {
    width: 99.555555vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    margin-bottom: 50px;
}

.add_container {
    position: relative;
    height: 100%;
    width: 100%;
    background: #fff;
}
@media screen and (max-width: 767px) {
    .sliderMarketingStores {
        height: auto;
        margin-bottom: 0;
    }
    #stores .page-stores ul li {
        padding-bottom: 0 !important;
    }
    .sailsense_mobile_mode .vignettes_flex>div{
        position: relative;
        min-height: 1px;
        padding: 0 5px;
    }

    .sailsense_mobile_mode .vignettes_flex{
        padding: 5px
    }
    .row-full {
        width: 100vw;
    }
    .category_name_mobile h2,
    .category_name_mobile .text-center h2{
        font-family: Oswald;
        font-weight: 400 !important;
        font-size: 1.25rem;
        padding-top: 20px;
        margin-bottom: 20px;
        text-transform: uppercase;
        color: #232323;
    }
}

.top_categorie.titre .wimod-title{
    font-size: 1.25rem
}
.top_categorie.titre .wimod-title:before{
    height: calc(1rem / 0.8);
    top: 1px;
}
.vignettes_flex {
    display: flex;
    align-items: center;
}
.wimod_title_on_image .content{
    position: relative;
}
.wimod_title_on_image .content .caption_title{
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    text-shadow: 0 3px 6px #00000083;
    color: white;
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: 2.6px;
    line-height: 30px;
    font-family: "Poppins", sans-serif;
}
.top_categorie .caption_title{
    display: none
}


.wimod_brand_on_image .caption_title{
    display: none;
}
.wimod_brand_on_image .content{
    position: relative;
}
.wimod_brand_on_image .content .caption-description{
    position: absolute;
    background: rgba(255,255,255,.5);
    width: 60%;
    height: 77px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    backdrop-filter: blur(27px);
    -webkit-backdrop-filter: blur(27px);
    padding: 10px;
}

.wimod_brand_on_image .content .caption-description p{
    margin: 0;
}

.wimod_brand_on_image .content .caption-description img{
    max-height: 100%;
    max-width: 100%;
    height: unset;
    width: auto;
}

.wimod_brand_on_image:nth-child(even) .content .caption-description{
    top: 40%;
    right: 0;
}

.wimod_brand_on_image:nth-child(odd) .content .caption-description{
    bottom: 15%
}

.wimod_brand_on_image:nth-child(even){
    margin-top: 5%;
    margin-bottom: -5%
}

.vignettes_flex{
    margin-top: 60px;
    margin-bottom: 20px;
}

@media(min-width: 769px){
.paddingVignette{
    padding: .5rem !important;
}
}
@media(max-width: 768px){


    .top_categorie.titre .wimod-title,
    .featured-products .wimod-title{
        font-size: 1.25rem;
    }
    .top_categorie.titre .wimod-title:before,
    .featured-products .wimod-title:before{
        height: calc(1.25rem / 1.3125);
        top: 4px;
    }

    .wimod_title_on_image .content .caption_title {
        bottom: 5px;
        left: 0;
        width: 100%;
        transform: none;
        text-align: center;
    }


    .top_categorie.titre .wimod-title:before{
        height: calc(1.25rem / 1.3125);
        top: 4px;
    }
    .nos_marques.titre{
        margin-bottom: 20px;
    }
    .wimod_brand_on_image:nth-child(odd) .content{
        margin-top: 20%;
    }
    .wimod_brand_on_image:nth-child(even),
    .wimod_brand_on_image:nth-child(odd){
        margin-top: -10%;
    }

    .top_categorie.titre .caption-description{
        display: flex;
        justify-content: center;
    }
    .featured-products h2{
        display: inline-block;

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

    .vignettes_flex{
        margin-top: 30px;
    }

    .wimod_brand_on_image .content .caption-description{
        width: 80%;
    }
    /*.row.vignettes_flex{*/
    /*    margin-left: 0!important;*/
    /*    margin-right: 0!important;*/
    /*}*/

    .paddingVignette.Mobile{
        padding: .3rem !important;
    }
    .page-home{
        margin-left: calc(-15px - 0rem);
        margin-right: calc(-15px - 0rem);
        width: 100vw;
        overflow: hidden;
    }

}

.slider_home{
    margin-top: 110px;
}

.slider_home .splide__pagination {
    bottom: -20px;
    flex-wrap: nowrap;
    padding: 0;
}

.slider_home .splide__pagination li {
    width: 100%;
    padding: 0 !important;;
    line-height: 0;
}

.slider_home .splide__pagination li button {
    height: 2px;
    width: 100%;
    border-radius: 0;
    margin: 0 !important;
}

.slider_home .splide__pagination .splide__pagination__page {
    background: #DBDBDB;
    transform: none;
}

.slider_home .splide__pagination .splide__pagination__page.is-active {
    background: black;
}

@media (max-width: 768px) {
    .slider_home {
        padding-left: 10px;
    }

    .slider_home{
        margin-top: 60px;
    }
}

.sliderMarketingHomeSlide .splide__slide .content{
    position: relative;
}
.sliderMarketingHomeSlide .splide__slide .caption{
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    left: 0;
    bottom: -7px;
}
.sliderMarketingHomeSlide .splide__slide .caption-description{
    position: static;
    transform: none;
    line-height: 30px;
    background: #252626;
    color: #ffffff;
    text-align: center;
    width: 80%;
    padding: 9px 34px;
    height: 39px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
}
.sliderMarketingHomeSlide .splide__slide .caption-description p{
    margin: 0;
}

.zoom_in_hover .wimod_title_on_image{
    position: relative;
}
.zoom_in_hover .wimod_title_on_image .caption{
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    left: 0;
    bottom: 0;
}
.zoom_in_hover .caption-description .caption_title{
    position: static;
    transform: none;
    line-height: 30px;
}

.zoom_in_hover .img_vignette:hover{
    transform: scale(1.1);
}
.zoom_in_hover .img_vignette{
    transition: transform 400ms ease-in-out;
}
.zoom_in_hover .paddingVignette .content{
    overflow: hidden
}

/************
MARQUES PHARES
 */
@media (max-width: 768px) {
    .page-home .row.marques-phares {
        margin-left: 0;
        margin-right: 0;
        justify-content: space-between;
    }

    .page-home .row.marques-phares .paddingVignette.Mobile {
        padding: 0 !important;
    }

    .page-home .row.marques-phares .paddingVignette.Mobile.col-6 {
        flex: 0 0 calc(50% - 4px);
        margin-bottom: 8px;
    }
    .page-home .row.marques-phares .wimod_brand_on_image:nth-child(2n):not(.title){
        margin-top: -8px;
        margin-bottom: 16px;
    }
    .page-home .row.marques-phares .wimod_brand_on_image:nth-child(2n+1) {
        margin-top: 0;
    }
    .page-home .row.marques-phares .wimod_brand_on_image:nth-child(2n+1) .content {
        margin-top: 0;
    }
}
