@charset "utf-8";
/* CSS Document */


/* ////////////////////////////GENERAL////////////////////////////*/


body {
    margin: 0;
}

.main {
    margin: 0;
    padding: 0;
    border: 0;
}
.landing {
    padding-bottom: 50px;
    max-width: 1500px !important;
}
.landing a {
    text-decoration: none;
}
.landing a:hover {
    text-decoration: none;
}
.landing {
    max-width: 1500px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    font-family: "Roboto", sans-serif;
}
.landing p {
    margin-bottom: 20px;
}
.landing h2 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    color: #001d3d;
    margin-top: 20px;
    margin-bottom: 20px;
}
.landing h3 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
}


/*FIX DIVERS*/

header{
    border-bottom:0;
}

.swiper:not(.home-swiper,.swiper__alphabet){
    border-top:none;
    border-bottom:1px solid rgba(255,255,255,0.3)!important;
    margin-bottom:50px;
}

.price .price{
    color: #cf0000;
}

#head-landing{
    margin-bottom:20px;
}
.swiper:not(.home-swiper,.swiper__alphabet) .swiper-title {
    font-family: "Bricolage Grotesque", sans-serif;
}

.bricolage-grotesque-<uniquifier> {
  font-family: "Bricolage Grotesque", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}


/* ////////////////////////////CONTENU//////////////////////////// */



.landing ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(315px, 1fr));
    grid-gap: 2rem;
}
.landing ul li {
    position: relative;
    height: 320px;
    overflow: hidden;
    border-radius: 30px;
}
.landing ul li a:nth-child(1) {
    position: absolute;
    width: 95%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    text-align: center;
}
.landing ul li a:nth-child(1) {
    font-size: 30px;
    line-height: 50px;
    color: white;
    text-shadow: 0 0 20px rgba(0, 0, 0, 1);
}
.landing ul li a:nth-child(1):before {
    font-family: "Bricolage Grotesque", sans-serif;
    content: "Promos";
    display: block;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: 800;
    color:#ffffff;
    text-shadow: 0px 0px 10px rgba(0,0,0,1);
}
.landing ul li a:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.landing ul li a:nth-child(2) img {
    /*filter: grayscale(60%);*/
    /*opacity: .5;*/
}




/* ////////////////////////////RESPONSIVE//////////////////////////// */



@media screen and (max-width: 992px) {
    
    .swiper:not(.home-swiper,.swiper__alphabet){
        padding-left:0!important;
    }
    
    .landing ul {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
        grid-gap: 1rem;
    }
}

@media screen and (max-width: 1560px) {
    .main {
        padding: 0 30px !important;
    }
    .landing ul {
        margin-bottom: 20px;
    }
    .main.landing #head-landing{
        padding-top:30px;
    }
}
@media screen and (max-width: 1024px) {
    .main {
        padding: 0 20px !important;
    }
}

@media screen and (max-width: 768px) {
    .main.landing #head-landing{
        padding-top:15px;
    }
    .main {
        padding: 0 15px !important;
    }
    .landing ul {
        grid-gap: 1rem;
    }
    .landing ul li {
        height: 230px;
    }
    .landing ul li a:nth-child(2) img {
        height: 100%;
    }
    .landing ul li a:nth-child(1) {
        font-size: 24px;
        line-height: 30px;
    }
    .landing ul li a:nth-child(1):before {
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 5px;
    }
}