.content-mea-xs {
    display: none;
}

.infos-general {
    background-color: #4a4a4a;
    width: 100%;
    height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    margin-top: 12px;
}

.infos-general .wrapper.container {
    margin-top: 0;
}

.infos-general .box {
    display: inline-block;
    height: 100%;
    margin-top: 5px;
}

.infos-general .box-content {
    float: left;
}

.infos-general .box i {
    float: left;
    color: #FFFFFF;
    font-size: 36px;
    margin-right: 20px;
    margin-top: 8px;
}

.infos-general .box img {
    float: left;
    margin-right: 15px;
    margin-top: 0px;
}

.infos-general .box h3 {
    font-size: 16px;
    color: #FFFFFF;
    text-transform: uppercase;
    white-space: nowrap;
    text-align: left;
}

.infos-general .box p,
.infos-general .box a {
    font-size: 12px;
    color: #FFFFFF;
    text-align: left;
}

.infos-general .box:first-child {
    float: left;
    margin-left: 60px;
}

.infos-general .box:last-child {
    float: right;
    margin-right: 60px;
}

.infos-general .box p.underline {
    text-decoration: underline;
}

.home-content .slider-home {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.home-content .slider-home .owl-prev, 
.home-content .slider-home .owl-next {
    display: none;
}

.home-content .slider-home .slider img {
    width: 100%;
}

.home-content .content-banners {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.content-banners .banner-grid-item {
    position: relative;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.content-banners .banner-grid-item.last {
    margin-right: 0;
    float: right;
}

.content-banners .banner-grid-item h3 {
    position: absolute;
    display: inline-block;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 15px;
    top: 45%;
    width: 100%;
    text-align: center;
}

.content-banners .banner-grid-item h3.no-subtitle {
    top: 50%;
    transform: translateY(-50%);
}

.content-banners .banner-grid-item h4 {
    position: absolute;
    text-transform: uppercase;
    font-size: 18px !important;
    font-weight: 500;
    color: #FFFFFF;
    top: 52%;
    letter-spacing: 3px;
    width: 100%;
    text-align: center;
}

.home-content .content-banners .banner {
    float: none;
    display: inline-block;
    padding: 0;
    margin: 0;
    width: 32%;
}

.home-content .content-banners .banner .banner-item {
    width: 100%;
    position: relative;
}

.home-content .content-banners .banner img {
    width: 100%;
}

.home-content .content-banners .banner a {
    display: block;
}

.home-content .content-banners .banner img:hover {
    opacity: 0.50;
}

.home-content .content-banners .banner strong,
.home-content .content-mea .mea h3 {
    position: absolute;
    display: inline-block;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 15px;
    top: 168px;
    width: 100%;
    text-align: center;
}

.home-content .content-banners .banner h3 {
    position: absolute;
    text-transform: uppercase;
    font-size: 18px !important;
    font-weight: 500;
    color: #FFFFFF;
    top: 204px;
    letter-spacing: 3px;
    width: 100%;
    text-align: center;
}

.home-content .content-banners .banner.middle {
    margin-left: 2%;
    margin-right: 2%;
}

.home-content .content-banners .banner.left {
    float: left;
}

.home-content .content-banners .banner.right {
    float: right;
}

.home-content .section-element {
    margin-top: 30px;
}

.home-content .content-mea {
    width: 100%;
    margin-bottom: 30px;
}

.home-content .content-mea .mea {
    display: inline-block;
    width: 49%;
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0;
    text-align: center;    
}

.home-content .content-mea .mea h3 {
    line-height: 350px;
    position: initial;
}

.home-content .content-mea .mea.left {
    margin-right: 2%;
}

.home-content .content-mea .mea.right {
    float: right;
}

.home-content .content-brands {
    width: 100%;
    margin-bottom: 60px;
}

.home-content .content-brands h3,
.home-content .section-element h3{
    font-size: 36px;
    font-weight: bold;
}

.home-content .content-brands .brands-slide {
    margin-top: 30px;
    width: 100%;
    min-height: 100px;
    text-align: center;
}

.home-content .content-brands .brands-slide.slider-brands .brand-item {
    width: 100%;
    min-height: 100px;
}

.home-content .content-brands .brands-slide .brand-item .brand-item-content {
    position: relative;
    height: 100%;
}

.home-content .content-brands .brands-slide .brand-item .brand-item-content .brand-item-logo {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home-content .content-brands .slider-brands.owl-carousel .owl-dots {
    position: absolute;
    bottom: -40px;
    left: calc(50% - 30px);
    margin: auto;
}
.home-content .content-brands .slider-brands.owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 5px;
    border: 0;
    outline: none;
}

.home-content .content-brands .slider-brands.owl-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: transparent;
    border: 1px solid #000;
    display: block;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.home-content .content-brands .slider-brands.owl-carousel .owl-dots .owl-dot:hover span,
.home-content .content-brands .slider-brands.owl-carousel .owl-dots .owl-dot.active span {
    background: #000;
}

.home-content .content-brands .brands-slide .brand-item {
    width: 20%;
    display: inline-block;
    margin-right: 30px;
}

.home-content .content-brands .brands-slide .brand-item:last-child {
    margin-right: 0;
}


.home-content .content-brands .brands-slide .brand-item img {
    width: 100%;
}

.home-content .content-brands .brands-slide .brand-item strong,
.home-content .last-products .product-slide .product-block strong,
.home-content .promo-products .product-slide .product-block strong {
    display: block;
    text-align: center;
    font-size: 24px;
    margin-top: 15px;
}

.home-content .content-brands .brands-slide .brand-item strong {
    margin-top: 0px;
}

.home-content .content-brands .brands-slide .brand-item strong a,
.home-content .last-products .product-slide .product-block strong a,
.home-content .promo-products .product-slide .product-block strong a {
    text-decoration: none;
}

.home-content .last-products,
.home-content .promo-products {
    margin-top: 30px;
    width: 100%;
    text-align: center;
}

.bloc-promo {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #D50B3B;
    padding-top: 40px;
    padding-bottom: 20px;
    height: 260px;
    text-align: center;
}

.bloc-promo p {
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 36px;
    line-height: 45px;
    font-weight: bold;
}

.bloc-promo a {
    display: inline-block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 26px;
    font-weight: bold;
    color: #4A4A4A;
    background-color: #FFFFFF;
    margin-top: 30px;
    margin-right: 30px;
}

/*********************************************************************/

.product-block .image {
    overflow: hidden;
    position: relative;
}

.product-block .product-image::after {
    position: absolute;
    width: 1px;
    height: 100%;
    content: "";
    right: 0;
    top: 0;
    background: #e8e8e8;
}

.product-block .image > a {
    display: block;
    position: relative;
}

.product-block .image img {
    display: block;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s ease-in-out 0.2s;
    -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s ease-in-out 0.2s;
    -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s ease-in-out 0.2s;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s ease-in-out 0.2s;
    -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.product-block .image .image-effect {
    position: absolute;
    top: 0;
    left: 0;
}

.product-block .name {
    margin: 10px 0 0;
    font-size: 1.1538em;
    font-weight: 400;
}

.last-products .product-image:after, .promo-products .product-image:after{
   background: none !important; 
}

.product-block:hover .product-image .image img {
    filter: alpha(opacity=@opacity * 100);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.product-block:hover .image > a .image-effect {
    filter: alpha(opacity=@opacity * 100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}

.product-block .image .image-effect {
    filter: alpha(opacity=@opacity * 100);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.content-video {
    text-align: center;
}
.gjs-homepage{
    width: 100%;
}


@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    
    .infos-general .box:first-child {
        margin-left: 30px;
    }
    
    .infos-general .box:first-child {
        margin-right: 30px;
    }
    
    .infos-general .box h3 {
        font-size: 11px;
    }
    
    .infos-general .box img {
        margin-right: 10px;
    }
    
    .infos-general .box-content {
        margin-top: 5px;
    }
    
    .infos-general .box p {
        font-size: 10px;
    }
    
    .home-content .content-brands h3 {
        font-size: 20px;
    }
    
    .bloc-promo p {
        font-size: 26px;
        line-height: 30px;
    }
    
    h1 {
        font-size: 26px;
    }
        
    .home-content .content-banners .banner strong {
        top: 100px;
    }

    .home-content .content-banners .banner h3 {
        top: 132px;
    } 
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) { 
    
    .home-content .content-banners .banner strong {
        top: 140px;
    }

    .home-content .content-banners .banner h3 {
        top: 172px;
    } 
    
}

@media (max-width: 991px) {
    .home-content .content-banners:not(.home-banners) {
        display: none;
    }
    
    .row .last-products {
        width: 90%;
        margin-left: 5%;
    }
    
    .product-block .image img {
        width: 100% !important;
        margin: auto;
    }
}

/*****************/
/**** MOBILE ****/
/***************/

@media (max-width: 767px) {
    
    .infos-general {
        display: none;
    }
    
    /*.slider-home {
        display: none !important;
    }*/
        
    .home-content .content-banners .banner {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .home-content .content-banners .banner.middle {
        margin-left: 0;
        margin-right: 0;
    }
    
    .home-content .content-banners .banner strong {
        display: inline-block;
        text-transform: uppercase;
        font-size: 22px;
        font-weight: bold;
        color: #FFFFFF;
        margin-bottom: 15px;
        top: 80px;
    }
    
    .home-content .content-banners .banner h3 {
        text-transform: uppercase;
        font-size: 24px !important;
        font-weight: bold;
        color: #FFFFFF;
        top: 116px;
    }
    
    .home-content .content-banners {
        margin-top: 0;
        margin-bottom: 0;
    }
    
    .content-mea {
        display: none;
    }
    
    .content-mea-xs {
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }
    
    .content-mea-xs .item-home {
        width: 100%;
        height: 250px;
        background-size: cover;
        background-repeat: no-repeat;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .content-mea-xs .item-home strong {
        display: inline-block;
        text-transform: uppercase;
        font-size: 22px;
        font-weight: bold;
        color: #FFFFFF;
        margin-bottom: 15px;
        margin-top: 85px;
    }
    
    .content-mea-xs .item-home h3 {
        text-transform: uppercase;
        font-size: 24px !important;
        font-weight: bold;
        color: #FFFFFF;
    }
    
    .content-mea-xs .item-home.cat1 {
        background-image: url("../../../theme/app/img/image-categorie-femme.png");
    }

    .content-mea-xs .item-home.cat2 {
        background-image: url("../../../theme/app/img/image-categorie-homme.png");
    }

    .content-mea-xs .item-home.cat3 {
        background-image: url("../../../theme/app/img/image-categorie-nouveautes.png");
    }
    
    .content-mea-xs .item-home.cat4 {
        background-image: url("../../../theme/app/img/nouveautes-chaussure-mobile.jpg");
    }

    .content-mea-xs .item-home.cat5 {
        background-image: url("../../../theme/app/img/nouveautes-maroquinerie-mobile.jpg");
    }
    
    .content-mea-xs .item-home.cat4 h3, 
    .content-mea-xs .item-home.cat5 h3 {
        line-height: 250px;
    }
    
    .bloc-promo {
        height: auto;
        padding-top: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    .bloc-promo p {
        font-size: 16px;
    }
    
    .bloc-promo p br {
        content: " ";
        display: inline-block;
        line-height: 1px;
        margin-bottom: 0;
        height: 1px;
        margin-left: 5px;
    }
    
    .bloc-promo a {
        width: 92px;
        font-size: 12px;
        height: 25px;
        line-height: 25px;
        margin-top: 15px;
        margin-right: 10px;
    }
    
    .home-content .content-brands {
        margin-bottom: 30px;
    }
    
    .home-content .content-brands .brands-slide .brand-item {
        width: 47%;
        margin-right: 15px;
        vertical-align: top;
    }
    
    .home-content .content-brands .brands-slide .brand-item:nth-child(2n) {
        margin-right: 0;
    }
    
}