@charset "utf-8";


/* ////////////////////////////GENERAL////////////////////////////*/

.landing section img {
    display: block;
    width: 100%;
}

.landing * {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

.landing a {
    text-decoration: none;
}

.main {
    padding: 0px;
}

body {
    margin: 0;
}

.landing {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 50px;
    padding-top: 30px !important;
    background-color: #ffffff;
    padding-bottom: 0 !important;
}


.landing section {
    width: 100%;
    margin: 0 auto;
    padding: 54px 0 54px 0;
    clear: both;
}

.landing section.slider.first-slider {
    padding: 0 0 54px 0;
}

.landing section.cadeaux-incontournable {
    padding: 54px 0 54px 0;
}

.landing section div.content {
    max-width: 1500px;
    margin: 0 auto;
    overflow: hidden;
}

.landing section h2{
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 800;
    font-size: 32px;
    color:white;
    line-height: 40px;
    text-align: center;
    padding: 0 15px;
}


/* ////////////////////////////HEADER//////////////////////////// */

.landing section.header {
    padding-top: 0;
}

.landing section.header img {
    width: 100%;
    border-radius: 10px;
}

.landing section.header img:nth-child(2) {
    display: none;
}


/* //////////////////////////// BACKGROUND ////////////////////////////////// */
.main.landing {
    background-image: radial-gradient(92% 92% at 50% 75%,rgba(242,242,242,.2) 0,rgba(242,242,242,.2) 47%,rgba(248, 248, 168,.2) 70%,rgba(242,242,242,.2) 100%);
}

/* ////////////////////////////SLIDERS & LISTINGS//////////////////////////// */

.landing section.slider:nth-child(odd){
    background: #f2ffa9;
    background: radial-gradient(circle,rgb(248, 248, 168) 0%, rgba(255, 255, 201, 1) 100%);
}

.landing section.slider h2 {
    color: #001440;
}

.landing section.slider .swiper__products {
    border-top:none;
}

.landing section.slider .swiper__products .swiper-wrapper {
    min-height: auto;
}

.landing section.slider .product-listing.sbloc {
    display: block;
}
.landing section.slider .swiper:not(.home-swiper,.swiper__alphabet) {
    padding: 40px 0 0 0;
}

.landing section.slider .swiper:not(.home-swiper,.swiper__alphabet) .swiper-button-next, .swiper:not(.home-swiper,.swiper__alphabet) .swiper-button-prev {
    background-color:#f52956;
    top: 1.5px;
}

.landing section.slider .swiper:not(.home-swiper,.swiper__alphabet) .swiper-button-next:after, .swiper:not(.home-swiper,.swiper__alphabet) .swiper-button-prev:after {
    color: #ffffff;
     font-size: 12px;
    font-weight: 800;
}

.landing section.slider .swiper.swiper__products .swiper-slide, .landing section.cadeaux-incontournable .swiper.swiper__products .swiper-slide, .swiper.swiper__similar .swiper-slide {
    background-color: #ffffff;
    border-radius: 10px;
    height: max-content;
    font-family: "Bricolage Grotesque", sans-serif;
}

.landing section .swiper.swiper__products .text {
    display: block;
    overflow: hidden;
    height: 22px;
    color: rgba(255, 255, 255, 0);
}

.landing section .swiper.swiper__products .text a {
    color: #333333;
}

.landing section.slider .price {
    color: #000000;
}

.landing section.slider .price .new-price {
    color: #000000;
}

.landing section.slider .price .price-percent,
.landing section.cadeaux-incontournable .price .price-percent {
    color: #ffffff;
    background-color:#f52956;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;}


/* ////////////////////////////DEAL DU  JOUR//////////////////////////// */


.landing section.deal-jour {
    background-color: #001440;
}

.landing section.deal-jour div.content {
    margin-top: 24px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    grid-gap: 30px 30px;
    justify-content: left;
    align-items: center;
    position: relative;
}

.landing section.deal-jour div.content div.image {
    padding-top: 0;
    flex: 48.65%;
}

.landing section.deal-jour div.content div.image img {
    display: block;
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
}

.landing section.deal-jour div.content div.tag { 
    padding-top: 0;
    flex: 48.65%;
}

.landing .deal-demain a {
    pointer-events: none;
}

.landing .deal-demain button,
.landing .deal-demain div.tag .listing-product ul li .button.add-to-cart {
    display: none;
}

.landing .deal-demain img {
    filter: blur(3px) grayscale(80%);
}

.landing .deal-demain div.tag .product-listing ul li {
    border-image: linear-gradient(to bottom, #ffffff, #ffffff) 1;
}

.landing .deal-demain div.tag .product-listing ul li:nth-child(1) .listing-product__infos {
  left: 50%;
  transform: translate(-50%, 440%);
  text-align: center;
  padding: 8px 0 0 0;      
}

.landing .deal-demain div.tag .product-listing ul li .price .new-price{
    font-size: 16px;
    padding: 10px;
}

.landing .listing-product ul:not(.pagination) li {
    border-radius: 0px !important;
}

.landing .deal-demain div.tag .product-listing ul li:nth-child(1) h3 {
    margin-left: 0;
}

.landing .deal-demain div.tag .product-listing .listing-product__head {
    position: relative;
}

.landing .deal-demain div.tag .product-listing ul li .price .price {
    left: 0;
    font-size: 16px;
    border-radius: 0 0 10px 0;
    padding: 8px 16px !important;
}

.landing .deal-demain div.tag .listing-product__infos {
    text-shadow: 0px 0px 6px #FFFFFF, 0px 0px 6px #FFFFFF;
}


/* //////////////////////////// DEAL MARQUE //////////////////////////// */


.landing section.deal-marque {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    background-color:#f52956;
}

.landing section.deal-marque div.content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    grid-gap: 30px 30px;
    justify-content: left;
    align-items: stretch;
 }

.landing section.deal-marque div.content div.bloc {
    position: relative;
    padding: 10px;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    grid-gap: 0;
    justify-content: left;
    align-items: center;
    z-index: 0;
}

.landing section.deal-marque div.content div.x1 {
    flex: 100%;
    max-width: 735px;
    margin: 0 auto;
}

.landing section.deal-marque div.content div.x2 {
    flex: 48%;
}

.landing section.deal-marque div.content div.x3 {
    flex: 30%;
}

.landing section.deal-marque div.content div.x4 {
    display: block;
    flex: 20%;
}


.landing section.deal-marque div.content div.bloc a.image {
    display: block;
    flex: 48%;
}

.landing section.deal-marque div.content div.bloc a.image img {
    display: block;
    max-width: 250px;
    width: 80%;
    margin: 0 auto;
    transform: scale(1);
    transition: all 0.5s ease;
}

.landing section.deal-marque div.content div.bloc a.image:hover img {
    transform: scale(0.95);
}

.landing section.deal-marque div.content div.offre {
    flex: 48%;
    margin: 20px auto 20px auto;
    text-align: left;
}

.landing section.deal-marque div.content div.x1 div.offre {
    padding-left: 40px;
}

.landing section.deal-marque div.content div.x2 div.offre {
    padding-left: 40px;
}

.landing section.deal-marque div.content div.x4  div.offre {
    margin: 20px auto 10px auto;
}

.landing section.deal-marque div.content div.offre img.logo {
    display: block;
    max-width: 150px;
    width: 100%;
}

.landing section.deal-marque div.content div.offre p {
    font-size: 18px;
    line-height: 22px;
    margin: 0px 0px 15px;
}

.landing section.deal-marque div.content div.offre p.pourcentage {
    text-align: center;
    padding: 15px;
    font-family: "Rowdies", sans-serif;

    font-size: 30px;
    color: #ffffff;
    background-color:#f52956;
    border-radius: 10px;
    float: left;
    line-height: 24px;
    width: 123px;
}

.landing section.deal-marque div.content div.offre p.pourcent {
    width: auto;
}

.landing section.deal-marque div.content div.offre p.pourcent span {
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
}

.landing section.deal-marque div.content div.offre div.prix {
    max-width: 100px;
    float: left;
}

.landing section.deal-marque div.content div.offre div.prix p {
    font-size: 25px;
    font-weight: 800;
    margin: 0px 0px 17px 20px;
}

.landing section.deal-marque div.content div.offre div.x3 div.prix p {
    margin: 0px 0px 17px 0px;
}

.landing section.deal-marque div.content div.offre div.prix p span {
    font-size: 18px;
    font-weight: 600;
    text-decoration: line-through;
}

.landing section.deal-marque div.content div.offre a.button {
    background-color: rgba(255, 255, 255, 0) !important;
    display: block;
    position: relative;
    padding: 0;
    margin: 12px 0 20px 0;
    height: auto !important;
    width: 196px !important;
    clear: both;
    border-radius: 10px;
}

.landing section.deal-marque div.content div.offre a.button span {
    position: relative;
    top: 0;
    padding: 10px 20px;
    font-family: "Rowdies", sans-serif;
    font-weight: 800;
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    background: #000000;
    border-radius: 10px;
    display: inline-block;
    transition: all 0.2s ease;
}

.landing section.deal-marque div.content div.offre a.button span:after {
    content:"";
    position: absolute;
    display: block;
    height: 30px;
    width: 100%;
    transform: translate(0, 0px);
    z-index: -1;
    left: 0;
    bottom: -5px;
    background-color:#f52956;
    border-radius: 10px;
    transition: all 0.2s ease;
}

.landing section.deal-marque div.content div.offre a.button:hover {
    background-color: rgba(255, 255, 255, 0) !important;
}

.landing section.deal-marque div.content div.offre a.button:hover span{
    top: 5px;
}

.landing section.deal-marque div.content div.offre a.button:hover span:after {
    bottom: 0px;
}


.landing section.deal-marque div.content div.offre a.button-marque {
    font-size: 18px;
    color: #000000;
}

.landing section.deal-marque div.content div.offre a.button-marque:hover {
   text-decoration: underline;
}

.landing section.deal-marque div.content div.x4 {
    display: block;
}

.landing section.deal-marque div.content div.x4 a.image {
   display: block;
}

.landing section.deal-marque div.content div.x4 div.offre {
   display: block;
}

.landing section.deal-marque div.content div.x4 a.image {
   flex: 100%; 
}

.landing section.deal-marque div.content div.x4 div.offre img.logo {
    margin: 0 auto;
}

.landing section.deal-marque div.content div.x4 div.offre {
    flex: 100%;
    text-align: center;
    padding-left: 0;
}

.landing section.deal-marque div.content div.x4 div.offre p.pourcentage {
    float: none;
    margin: 0 auto 15px auto;
}

.landing section.deal-marque div.content div.x4 div.offre p.pourcent {
    max-width: 210px;
}

.landing section.deal-marque div.content div.x4 div.offre div.prix {
    margin: 0 auto;
    float: none;
}

.landing section.deal-marque div.content div.x4 div.offre div.prix p {
    margin: 0px 0px 17px 0px;
}

.landing section.deal-marque div.content div.x4 div.offre a.button {
    margin: 0 auto 35px auto;
}

.landing section.deal-marque div.content div.x4 div.offre div.prix {
    float: none;
}

.landing section.deal-marque div.content div.x4 div.offre div.prix p {
    margin: 0px 0px 17px 0px;
}


/* //////////////////////////// slider deal marque /////////////////////////// */

.landing section.deal-marque div.bloc-slider {
    position: relative;
    padding: 20px;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    grid-gap: 0;
    justify-content: center;
    align-items: center;
    z-index: 0;
}
.landing section.deal-marque .slider-rdc {
    position: relative;
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
}
.landing section.deal-marque div.bloc-slider img {
    max-width: 85%;
}
.landing section.deal-marque div.bloc-slider div.offre {
   text-align: center;
}
.landing section.deal-marque div.bloc-slider div.offre p {
    font-size: 18px;
    line-height: 22px;
    margin: 0px 0px 15px;
}

.landing section.deal-marque div.bloc-slider div.offre p.pourcentage {
    text-align: center;
    padding: 15px;
    font-family: "Rowdies", sans-serif;
    display: inline-block;
    font-size: 30px;
    color: #ffffff;
    background-color:#f52956;
    border-radius: 10px;
    line-height: 24px;
    width: 123px;
}

.landing section.deal-marque div.bloc-slider div.offre p.pourcent {
    width: auto;
}

.landing section.deal-marque div.bloc-slider div.offre p.pourcent span {
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
}

.landing section.deal-marque div.bloc-slider div.offre div.prix {
    max-width: 100px;
    float: left;
}

.landing section.deal-marque div.bloc-slider div.offre div.prix p {
    font-size: 25px;
    font-weight: 800;
    margin: 0px 0px 17px 20px;
}


.landing section.deal-marque div.bloc-slider div.offre div.prix p span {
    font-size: 18px;
    font-weight: 600;
    text-decoration: line-through;
}


.landing section.deal-marque div.bloc-slider div.offre a.button {
    background-color: rgba(255, 255, 255, 0) !important;
    display: block;
    position: relative;
    padding: 0;
    margin: 0px 0 20px 0;
    height: auto !important;
    clear: both;
    border-radius: 10px;
}

.landing section.deal-marque div.bloc-slider div.offre a.button span {
    position: relative;
    top: 0;
    padding: 10px 20px;
    font-family: "Rowdies", sans-serif;
    font-weight: 800;
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    background: #000000;
    border-radius: 10px;
    display: inline-block;
    transition: all 0.2s ease;
}

.landing section.deal-marque div.bloc-slider div.offre a.button span:after {
    content:"";
    position: absolute;
    display: block;
    height: 30px;
    width: 100%;
    transform: translate(0, 0px);
    z-index: -1;
    left: 0;
    bottom: -5px;
    background-color:#f52956;
    border-radius: 10px;
    transition: all 0.2s ease;
}

.landing section.deal-marque div.bloc-slider div.offre a.button:hover {
    background-color: rgba(255, 255, 255, 0) !important;
}

.landing section.deal-marque div.bloc-slider div.offre a.button:hover span{
    top: 5px;
}

.landing section.deal-marque div.bloc-slider div.offre a.button:hover span:after {
    bottom: 0px;
}


/* Zone qui scrolle horizontalement */
.landing section.deal-marque .slider-rdc-viewport {
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

/* Ligne de blocs */
.landing section.deal-marque .slider-rdc-track {
    display: flex;
    gap: 16px;
    
}

/* Optionnel : masquer la barre de scroll */
.landing section.deal-marque .slider-rdc-viewport::-webkit-scrollbar {
    display: none;
}

/* 4 blocs visibles sur desktop */
.landing section.deal-marque .bloc-slider {
    flex: 0 0 calc(25% - 12px);
    box-sizing: border-box;
}

/* Flèches */
.landing section.deal-marque .slider-rdc-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background:linear-gradient(66deg, rgba(255, 217, 0, 1) 0%, rgba(182, 215, 0, 1) 100%);
    cursor: pointer;
    padding: 8px 12px;
    font-size: 22px;
    line-height: 1;
    z-index: 5;
}

.landing section.deal-marque .slider-rdc-prev {
    left: 0;
}

.landing section.deal-marque .slider-rdc-next {
    right: 0;
}

/* TABLETTE : 2 blocs visibles */
@media (max-width: 1024px) {
.landing section.deal-marque .bloc-slider {
        flex: 0 0 calc(50% - 10px);
    }
}

/* MOBILE : 1 bloc "par page", swipe au doigt, flèches masquées */
@media (max-width: 768px) {
.landing section.deal-marque .slider-rdc-track {
        padding: 0 16px;
    }

.landing section.deal-marque .bloc-slider {
        flex: 0 0 80%; /* tu peux passer à 100% si tu veux full width */
    }

.landing section.deal-marque .slider-rdc-arrow {
        display: none;
    }
}



/* //////////////////////////// TAG /////////////////////////// */


.landing div.tag {
    margin: 0 auto;
    padding-top: 40px;
}

.landing div.tag .product-listing {
    display: block;
    background: none;
}

.landing div.tag .product-listing ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  grid-gap: 30px 30px;
  justify-content: left;
}

.landing div.tag .product-listing ul li {
    flex: 295px;
    border: 2px solid transparent;
    border-image: linear-gradient(to bottom, #FCF7A2, #FD9E6C) 1;
    color: #ffffff;
    background: none;
    grid-template-areas: none;
    display: block;
    padding-bottom: 30px;
}


.landing div.tag .product-listing ul li:nth-child(1) {
    flex: 48.65%;
    padding-bottom: 0;
}

.landing section.deal-jour .content .deal-demain div.tag {
    flex: 16%;
    padding-bottom: 0;
}

.landing section.deal-jour .content .deal-demain .listing-product__infos {
    /*display: none;*/
    position: absolute;
}

.landing .deal-demain div.tag .product-listing ul li:nth-child(1) h3 {
    color: #001440;
}

.landing section.deal-jour .content .deal-demain ul li:nth-child(1) .pic {
    width: 100%;
}

.landing div.tag .product-listing ul li:nth-child(2) {
    flex: 48.65%;
    padding-bottom: 0;
}

.landing div.tag .product-listing ul li .pic {
    background-color: #ffffff;
    padding: 20px;
    margin-bottom: 20px;
}

.landing div.tag .product-listing ul li .pic img {
    transition: all 0.5s ease;
}

.landing div.tag .product-listing ul li .pic:hover img {
    transform: scale(0.95);
}


.landing div.tag .product-listing ul li:nth-child(1) .pic {
    float: left;
    margin-bottom: 0;
    width: 50%;
}

.landing div.tag .product-listing ul li:nth-child(2) .pic {
    float: left;
    margin-bottom: 0;
    width: 50%;
}

.landing div.tag .product-listing ul li .ratingClient {
    display: none;
}

.landing div.tag .product-listing ul li .listing-product__desc {
    display: none;
}

.landing div.tag .product-listing ul li .listing-product__infos {
    text-align: left;
    text-decoration: none !important;
    position: relative;
    overflow: inherit;
    padding: 0 20px;
}

.landing div.tag .product-listing ul li:nth-child(1)  .listing-product__infos {
    padding-top: 72px;
}

.landing div.tag .product-listing ul li:nth-child(2)  .listing-product__infos {
    padding-top: 90px;
}

.landing div.tag .product-listing ul li .label--promo:before {
    content: "" ;
    position: absolute;
    background: linear-gradient(66deg, rgba(255, 217, 0, 1) 0%, rgba(237, 216, 0, 1) 100%);
    height: 22px;
    width: 25px;
    left: 0;
    top: 20px;
    z-index: 5;
}

.landing div.tag .product-listing ul li .label--promo {
    display: none;
}

.landing div.tag .product-listing ul li:nth-child(1) .label--promo {
    left: calc(50% + 40px);
    top: 110px;
}

.landing div.tag .product-listing ul li:nth-child(2) .label--promo {
    left: calc(50% + 40px);
    top: 110px;
}

.landing div.tag .product-listing ul li h3 {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    color: #ffffff;
    margin: 0px auto 10px;
    max-height: 22px;
    overflow: hidden;
    max-width: 240px;
}

.landing div.tag .product-listing ul li:nth-child(1) h3 {
    margin-left: 40px;
}

.landing div.tag .product-listing ul li:nth-child(2) h3{
    margin-left: 40px;
}

.landing div.tag .product-listing ul li .price {
    text-align: left;
    position: relative;
    margin-left: 145px;
    top: -68px;
    padding: 0 10px !important;
}

.landing div.tag .product-listing ul li:nth-child(1) .price {
    margin-left: calc(50% + 30px);
    padding-left: 0;
    margin-top: 100px;
}

.landing .deal-demain div.tag .product-listing ul li:nth-child(1) .price {
    margin-left: 0;
    padding-left: 0;
    margin-top: 0;
    top: 0;
}

.landing div.tag .product-listing ul li:nth-child(2) .price {
    margin-left: calc(50% + 180px);
    padding-left: 0;
    margin-top: 70px;
}

.landing div.tag .product-listing ul li:nth-child(2) .price .price {
    color: #ffffff;
    margin-left: -140px;
    top: 0;
}

.landing div.tag .product-listing ul li .price .price {
    margin-left: 0px;
    top: -100px;
    font-family: "Bricolage Grotesque", sans-serif;
    padding: 15px !important;
    font-weight: 800;
    font-size: 30px;
    color: #ffffff;
    background-color:#f52956;
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    line-height: 24px;
    overflow: hidden;
}

.landing div.tag .product-listing ul li .price .old-price {
    display: none;
}

.landing div.tag .product-listing ul li .price .new-price {
    font-family: "Bricolage Grotesque", sans-serif;
    padding: 15px;
    font-weight: 800;
    font-size: 30px;
    color: #ffffff;
    background-color:#f52956;
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    line-height: 24px;
    overflow: hidden;
}

.landing .deal-demain div.tag .product-listing ul li .price .new-price {
    left: -2px;
    top: -2px;
    border-radius: 0 0 8px 0;
}

.landing div.tag .listing-product ul li .button.add-to-cart {
    display: block;
    position: static;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    margin: 10px 0 0 20px;
    height: auto !important;
    width: auto !important;
}

.landing div.tag .product-listing ul li:nth-child(1) .button.add-to-cart {
    margin-left: calc(50% + 40px);
}

.landing div.tag .product-listing ul li:nth-child(2) .button.add-to-cart {
    margin-left: calc(50% + 40px);
}


.landing div.tag .listing-product ul li .button.add-to-cart span {
    position: relative;
    width: auto;
    display: inline-block;
    background: none;
    z-index: 2;
    transition: all 0.2s ease;
    top: 0;
    width: auto;
}

.landing div.tag .product-listing ul li .button.add-to-cart span:before {
    content: "Commander ›";
    padding: 10px 20px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 800;
    font-size: 20px;
    color: #001440;
    background: #ffffff;
    border-radius: 10px;
    display: block;
}

.landing div.tag .product-listing ul li .add-to-cart span:after {
    content:"";
    position: absolute;
    display: block;
    height: 30px;
    width: 100%;
    transform: translate(0, 0px);
    z-index: -1;
    bottom: -5px;
    background-color:#f52956;
    border-radius: 10px;
    transition: all 0.2s ease;
}

.landing div.tag .product-listing ul li .add-to-cart:hover span {
    top: 5px;
}

.landing div.tag .product-listing ul li .add-to-cart:hover span:after {
    bottom: 0px;
}


/* //////////////////////////// CATEGORIES  /////////////////////////// */

.landing section.categorie {
    background: #001440;
}


.landing section.categorie nav {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.landing section.categorie ul {
    display: flex;
    /*flex-wrap: wrap;*/
    flex-direction: row; 
    justify-content: center;
    align-items: stretch;
    padding-top: 30px;
    list-style: none;
    color: #ffffff;
    width: 70%;
    margin: auto;
}

.landing section.categorie ul li {
    flex: 1 1 auto;
}

.landing section.categorie ul li a {
  display: block;
  text-align: center;
  white-space: nowrap;     
  min-height: 45px;
  padding: 12px 30px 10px 30px;
  font-size:18px;
  color: #ffffff;
  background: transparent;
  text-decoration: none;
  line-height: 1.2;
  transition: all 0.2s ease;
  border: 1px solid #ffffff;
}

.landing section.categorie ul li:first-child a {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.landing section.categorie ul li:last-child a {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.landing section.categorie ul li a:hover {
    background: #ffffff;
    color: #000000;
}

.landing section.categorie ul li.active a {
    background-color:#f52956;
    color: #000000;
}

.landing section.categorie div.active {
    display: flex !important;
}

.landing section.categorie div.cat {
    display: none;
    flex-wrap: wrap;
    flex-direction: row; 
    justify-content: center;
    align-items: stretch;
    grid-gap: 30px 30px;
    margin: 30px auto;
}

.landing section.categorie div.cat a {
    display: block;
    position: relative;
    border-radius: 10px;
    z-index: 0;
}

.landing section.categorie div.cat a.bloc {
    flex: 1 0 200px;
    grid-gap: 0;
    width: 100%;
    max-width: 250px;
    text-decoration: none;
    color: #000000;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    transition: all 0.2s ease;
}

.landing section.categorie div.cat a.btn {
    flex: 1 1 100%;
    display: block;
    border-radius: 10px;
    text-decoration: none;
    color: #000000;
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
    font-family: 'Rowdies';
    text-transform: uppercase;
}

.landing section.categorie div.cat a.btn span{
    min-height: auto;
}

.landing section.categorie div.cat a span {
    font-family: "Bricolage Grotesque", sans-serif;
    position: relative;
    color: white;
    font-size: 20px;
    /*padding: 16px 20px;
    background-color: #ffffff;*/
    border-radius: 10px;
    width: 100%;
    display: block;
    transition: all 0.2s ease;
    top: 0;
    width: auto;
    height: 100%;
}

.landing section.categorie div.cat a span:after {
    content:"";
    position: absolute;
    display: block;
    height: 30px;
    width: 100%;
    transform: translate(0, 0px);
    left: 0;
    z-index: -1;
    bottom: -5px;
    border-radius: 10px;
    transition: all 0.2s ease;
}

.landing section.categorie div.cat a:hover span {
    top: 5px;
}

.landing section.categorie div.cat a:hover span:after {
    bottom: 0px;
}


.landing section.categorie div.cat a.bloc span img {
  /*max-width: 250px;*/
  width: 100%;
  margin: 0 auto 8px auto;
  /*padding: 20px;*/
  display: block;
  border-radius: 8px;
}

/* //////////////////////////// BLOC MARQUE  /////////////////////////// */
.landing section.marque {
    background-color: #ffffff;
}
.landing section.marque h2 {
    color: #001440;
    margin-bottom: 16px;
}

.landing section.marque .content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
}

.landing section.marque .content div {
    background-color: #f7f7f7;
    border-radius: 24px;
    padding: 24px;
}

.landing section.marque .content img {
    display: block;
    width: 190px;
    margin: 0 auto 8px auto;
    mix-blend-mode: darken;
}

.landing section.marque div .univers-button a {
    color: white;
    transition: 0.3s ease;
}

.landing section.marque .content div:hover .univers-button a {
    color: #f52956;
    transition: 0.3s ease;
}

.landing section.marque div .univers-button{
    background-color: #f52956;
    color:white;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 18px;
    width: fit-content;
    margin: 8px auto 0 auto;
    padding: 10px 24px;
    border-radius: 100px;
    transition: 0.3s ease;
    border: 1px solid #f52956;
}

.landing section.marque .content div:hover .univers-button{
    transition: 0.3s ease;
    background-color: white;
    color: #f52956 !important;
}

/* //////////////////////////// UNIVERS  /////////////////////////// */

.landing section.univers div.content {
    padding-top: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    grid-gap: 30px 30px;
    justify-content: left;
    align-items: center;
    overflow: visible;
}

.landing section.univers div.content a.bloc {
    flex: 150px;
    position: relative;
    z-index: 0;
    display: block;
}

.landing section.univers div.content a.bloc span {
    top: 0;
    display: block;
    position: relative;
    background-color: #ffffff;
    border-radius: 10px;
    padding-bottom: 20px;
    color: #000000;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    transition: all 0.2s ease;
}

.landing section.univers div.content a.bloc span:after {
    content:"";
    position: absolute;
    display: block;
    height: 30px;
    width: 100%;
    transform: translate(0, 0px);
    z-index: -1;
    bottom: -5px;
    background-color:#f52956;
    border-radius: 10px;
    transition: all 0.2s ease;
}

.landing section.univers div.content a.bloc:hover span:after {
    bottom: 0;
}

.landing section.univers div.content a.bloc:hover span {
    top: 5px;
}

.landing section.univers a.bloc span img {
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    display: block;
}

/* ////////////////////////////CADEAUX INCONTOURNABLES//////////////////////////// */
.landing section.cadeaux-incontournable {
    background: #f2ffa9;
    background: radial-gradient(circle,rgb(248, 248, 168) 0%, rgba(255, 255, 201, 1) 100%);
}

.landing section.cadeaux-incontournable h2 {
    color: #001440;
    margin-bottom: 12px;
}

.landing section.cadeaux-incontournable .cadeaux-filtres {
    display: flex;
    gap: 8px;
    margin: 0 auto 16px auto ;
    padding: 0 16px;
    /**/
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.landing section.cadeaux-incontournable .liste-univers {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 0px;
}

.landing section.cadeaux-incontournable .cadeaux-contents {
    max-width: 1500px;
    margin: 0 auto;
    overflow: hidden;
}

.landing section.cadeaux-incontournable .bloc-univers {
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: end;
    background: white;
    background-position: center center;
    /*background-size: cover;*/
    background-repeat: no-repeat;
    text-decoration: none;
    color: #001440;
    padding-bottom: 16px;
    border-radius: 24px;
}

.landing section.cadeaux-incontournable .bloc-univers h3{
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 22px;
    color: #001440;
}

.landing section.cadeaux-incontournable .bloc-univers a {
    color: #001440;
}

.landing section.cadeaux-incontournable .bloc-univers img {
    transform: translateY(90px);
}

.landing section.cadeaux-incontournable .bloc-univers .univers-button a {
    color: white;
    transition: 0.3s ease;
}

.landing section.cadeaux-incontournable .bloc-univers:hover .univers-button a {
    color: #f52956;
    transition: 0.3s ease;
}

.landing section.cadeaux-incontournable .bloc-univers .univers-button{
    background-color: #f52956;
    color:white;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 18px;
    width: fit-content;
    margin: 8px auto 0 auto;
    padding: 10px 24px;
    border-radius: 100px;
    transition: 0.3s ease;
    border: 1px solid #f52956;
}

.landing section.cadeaux-incontournable .bloc-univers:hover .univers-button{
    transition: 0.3s ease;
    background-color: white;
    color: #f52956 !important;
}

/* si le contenu tient, on centre */
.landing section.cadeaux-incontournable .cadeaux-filtres.is-centered {
  justify-content: center;
}

/* masquer scrollbar webkit */
.landing section.cadeaux-incontournable .cadeaux-filtres::-webkit-scrollbar {
  display: none;
}


.landing section.cadeaux-incontournable .cadeaux-filtre {
  background-color: white;
  padding: 8px 10px;
  border: 1px solid #a48200;
  font-size: 16px;
  color: #a48200;
  transition: 0.3s ease;
  border-radius: 100px;
  width: fit-content;
  flex: 0 0 auto;
  white-space: nowrap;
  user-select: none; /* par défaut, empêche sélectionner facilement */
  cursor: pointer;
      font-family: "Bricolage Grotesque", sans-serif;
}

.landing section.cadeaux-incontournable .cadeaux-filtre:active { 
    transform: translateY(1px); 
}

.landing section.cadeaux-incontournable .cadeaux-filtre:hover{
    background-color: #f7f7f7;
    transition: 0.3s ease;
    cursor: pointer;
}

.landing section.cadeaux-incontournable .cadeaux-filtre.cadeaux-filtre-actif {
    border-color: #f52956;
    transition: 0.3s ease;
    color: #f52956;
}

.landing section.cadeaux-incontournable .cadeaux-contents .liste-univers {
    display: none;
}

.landing section.cadeaux-incontournable .cadeaux-contents .liste-univers.content-visible {
    display: grid !important;
}

.landing section.cadeaux-incontournable .cadeaux-contents .swiper:not(.home-swiper, .swiper__alphabet) .swiper-button-prev {
    top: 5.5px;
}

.landing section.cadeaux-incontournable .cadeaux-contents .swiper:not(.home-swiper, .swiper__alphabet) .swiper-button-next {
    top: 5.5px;
}

.landing .cadeaux-incontournable .swiper:not(.home-swiper, .swiper__alphabet) {
    padding: 0;
    border-top: 0;
}


/* ////////////////////////////RESPONSIVE//////////////////////////// */


@media (max-width: 1530px) {
    .landing section div.content{
        padding: 0 15px;
     }
}

@media (max-width: 1500px) {


    .landing section.categorie ul.menu li {
        flex: 1 1 270px !important;
    }
}

@media (max-width: 1440px) {
    .landing section.deal-marque div.content div.x3 {
        display: block;
    }

    .landing section.deal-marque div.content div.x3 a.image {
       flex: 100%; 
    }

    .landing section.deal-marque div.content div.x3 div.offre {
       flex: 100%; 
    }

    .landing section.deal-marque div.content div.x3 a.image {
       flex: 100%; 
    }

    .landing section.deal-marque div.content div.x3 div.offre img.logo {
        margin: 0 auto;
    }

    .landing section.deal-marque div.content div.x3 div.offre {
        flex: 100%;
        text-align: center;
    }

    .landing section.deal-marque div.content div.x3 div.offre p.pourcentage {
        float: none;
        margin: 0 auto 15px auto;
    }

    .landing section.deal-marque div.content div.x3 div.offre p.pourcent {
        max-width: 210px;
    }

    .landing section.deal-marque div.content div.x3 div.offre div.prix {
        margin: 0 auto;
        float: none;
    }

    .landing section.deal-marque div.content div.x3 div.offre div.prix p {
        margin: 0px 0px 17px 0px;
    }

    .landing section.deal-marque div.content div.x3 div.offre a.button {
        margin: 0 auto 35px auto;
    }
}

@media (max-width: 1370px) {
    .landing section.deal-jour div.content div.image {
        flex: 20%;
    }
}

@media (max-width: 1340px) {
    .landing section.top-deal div.tag .product-listing ul li {
        flex: 425px;
        padding-bottom: 30px;
    }

    .landing section.top-deal  div.tag .product-listing ul li .pic {
        float: none !important;
        width: 100% !important;
    }

    .landing section.top-deal  div.tag .product-listing ul li .listing-product__infos {
        padding-top: 15px !important;
    }

    .landing section.top-deal  div.tag .product-listing ul li:nth-child(1) .label--promo {
        margin: 0 auto;
    }

    .landing section.top-deal  div.tag .product-listing ul li h3 {
        width: 100%;
        max-width: 100%;
        text-align: center !important;
        margin: 0 auto !important;
    }

    .landing section.top-deal  div.tag .product-listing ul li .label--promo {
        top: 50px !important;
        left: 50% !important;
        margin-left: -122px !important;
    }

    .landing section.top-deal  div.tag .product-listing ul li .price {
        top: 0 !important;
        left: 50% !important;
        margin-left: 0px !important;
        margin-top: 0 !important;
    }

    .landing section.top-deal  div.tag .product-listing ul li .price .price {
        color: #ffffff;
        width: 100% !important;
        text-align: center;
        position: relative;
        left: -45px !important;
        padding-top: 0;
    }

    .landing section.top-deal  div.tag .product-listing ul .button.add-to-cart {
        margin: 30px auto 0 auto !important;
    }
}

@media (max-width: 1230px) {
    .landing section.univers div.content a.bloc {
        flex: 300px;
    }
}

@media (max-width: 1200px) {
    .landing section.univers div.content a.bloc {
        flex: 300px;
    }
}

@media (max-width: 1240px) {
    .landing section.deal-marque div.content div.x2 {
        flex: 40%;
        display: block;
    }

    .landing section.deal-marque div.content div.x2 a.image {
       display: block;
    }

    .landing section.deal-marque div.content div.x2 div.offre {
       display: block;
    }

    .landing section.deal-marque div.content div.x2 a.image {
       flex: 100%; 
    }

    .landing section.deal-marque div.content div.x2 div.offre img.logo {
        margin: 0 auto;
    }

    .landing section.deal-marque div.content div.x2 div.offre {
        flex: 100%;
        text-align: center;
        padding-left: 0;
    }

    .landing section.deal-marque div.content div.x2 div.offre p.pourcentage {
        float: none;
        margin: 0 auto 15px auto;
    }

    .landing section.deal-marque div.content div.x2 div.offre p.pourcent {
        max-width: 210px;
    }

    .landing section.deal-marque div.content div.x2 div.offre div.prix {
        margin: 0 auto;
        float: none;
    }

    .landing section.deal-marque div.content div.x2 div.offre div.prix p {
        margin: 0px 0px 17px 0px;
    }

    .landing section.deal-marque div.content div.x2 div.offre a.button {
        margin: 0 auto 35px auto;
    }

    .landing section.deal-marque div.content div.x4 div.offre div.prix {
        float: none;
    }

    .landing section.deal-marque div.content div.x4 div.offre div.prix p {
        margin: 0px 0px 17px 0px;
    }
}

@media (max-width: 1090px) {
        .landing section.deal-marque div.content div.x4 {
            flex: ;
        }
}

@media (max-width: 1080px) {
    .landing section.deal-marque div.content div.x4 {
        flex: 40%;
    }

    .landing section.cadeaux-incontournable .liste-univers {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-row-gap: 16px;
    }

    .landing section.marque .content {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 1fr);;
    }
}

@media (max-width: 1070px) {
    .landing section.deal-jour div.content div.image {
        flex: 100%;
    }

    /*.landing section.deal-jour div.content div.tag {
        max-width: 735px;
    }*/
}

@media (max-width: 1090px) {
    @media (max-width: 1340px) {
    .landing section.top-deal div.tag .product-listing ul li {
        flex: 275px;
    }
}

@media screen and (max-width: 991.98px) {

    header.header--app~.main.landing {

        padding-top: 104px !important;
    }

@media (max-width: 830px) {
    .landing .deal-demain div.tag .listing-product__infos {
          text-shadow: 0px 0px 0px #FFF0, 0px 0px 0px #FFF0;
    }

    .landing div.tag .product-listing ul li .price .price {
        top: 24px;
      position: absolute;
      margin: 0px auto !important;
      transform: translateX(-50%);
      left: 50%;
      padding: 8px !important;
    }

    .landing .deal-demain div.tag .product-listing ul li .price .price {
        transform: translateX(0%);
        width: 130px;
    }

    .landing section.deal-marque div.content div.x3 {
        flex: 40%;
    }

    .landing .deal-demain div.tag .product-listing ul li:nth-child(1) .price {
        position: absolute;
    }

    .landing .deal-demain div.tag .product-listing ul li .price .new-price {
        left: -12px;
        top: -2px !important;
    }

    .landing section.deal-jour .content div.tag {
        flex: 50%;
    }
    
    .landing section.deal-jour .content .deal-demain div.tag {
        flex: 50%;
    }

    .landing div.tag .product-listing ul li {
        padding-bottom: 30px !important;
    }

    .landing .deal-demain div.tag .product-listing ul li {
        padding-bottom: 0px !important;
    }

    .landing div.tag .product-listing ul li .pic {
        float: none !important;
        width: 100% !important;
    }

    .landing div.tag .product-listing ul li .listing-product__infos {
        padding-top: 15px !important;
    }

    .landing div.tag .product-listing ul li:nth-child(1) .label--promo {
        margin: 0 auto;
    }

    .landing div.tag .product-listing ul li h3 {
        width: 100%;
        max-width: 100%;
        text-align: center !important;
        margin: 0 auto !important;
    }

    .landing .deal-demain div.tag .product-listing ul li:nth-child(1) .listing-product__infos {
        position: relative;
        transform: translate(0);
        left: 0;
        padding: 16px 0!important;
    }

    .landing .deal-demain div.tag .product-listing ul li:nth-child(1) .listing-product__infos h3 {
        color: #ffffff;
    }

    .landing div.tag .product-listing ul li .label--promo {
        top: 50px !important;
        left: 50% !important;
        margin-left: -112px !important;
    }

    /* prix responsive */

    .landing div.tag .product-listing ul li:nth-child(1) .price {
        margin-top: 32px;
        margin-left: 0;
    }

    .landing div.tag .product-listing ul li .price .new-price {
        position: relative;
        top: 40px;
        width: fit-content;
        margin: auto;
        display: block;
    }

    .landing .deal-demain div.tag .product-listing ul li .price .new-price {
        top: 54px;
    }

    .landing div.tag .product-listing ul li .button.add-to-cart {
        margin: 0px auto 0 auto !important;
        transform: translateY(8px);
    }
}

@media (max-width: 640px) {
    .landing section.deal-marque div.content div.offre div.prix {
        float: none !important;
    }

    .landing section.deal-marque div.content div.offre div.prix p {
        margin: 0px 0px 17px 0px;
    }

    .landing section.deal-marque div.content div.x1 div.offre {
        padding-left: 0;
    }

    .landing section.deal-marque div.content div.x2 div.offre {
        padding-left: 0;
    }

    .landing section.cadeaux-incontournable .liste-univers {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, 1fr);
    }

    .landing section.marque .content {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(8, 1fr);;
    }
}

@media (max-width: 576px) {
    .main.landing {
        padding-top: 0px !important;
    }

    .landing section.header div.content {
        padding: 0;
    }

    .landing section.header div.content img:nth-child(1) {
        display: none;
    }

    .landing section.header div.content img:nth-child(2) {
        display: block;
    }

    .landing section.categorie div.hamburger {
        margin-top: 15px;
    }

    .landing section.categorie .navbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 0px;
    }

    .landing section.categorie .navbar::before {
        content: "Nos catégories";
        text-transform: uppercase;
        font-size: 25px;
        color: #ffffff;
        font-weight: 600;
        font-family: 'Rowdies', sans-serif;
    }

    .landing section.categorie .hamburger {
        display: none;
        flex-direction: column;
        gap: 6px;
        cursor: pointer;
    }

    .landing section.categorie .hamburger span {
        width: 25px;
        height: 3px;
        background: #ffffff;
        border-radius: 2px;
    }

    .landing section.categorie ul {
        width: 100%;
    }

    .landing section.categorie ul.menu {
        /*display: none;
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        flex-direction: column;*/
        margin-top: 16px;
        background: #001440;
        border: 1px solid #ffffff;
        border-radius: 8px;
        padding: 0px;
        z-index: 50;
    }

    .landing section.categorie ul li.active a {
        border-radius: 8px !important;
    }

    .landing section.categorie ul .hamburger {
        display: none;
    }

  
    .landing section.categorie ul.menu.open {
        margin-bottom: 10px;
        display: flex;
    }

    .landing section.categorie ul.menu li {
        flex: 1 1 auto !important;
        min-width: 0;
    }

    .landing section.categorie ul.menu li a {
        white-space: normal;
        min-height: unset;
        padding: 12px 16px;
        border: 0;
        border-bottom: 1px solid #222;
        width: 100%;
    }

}

@media (max-width: 540px) {
    .landing section.deal-marque div.content div.offre div.prix {
        float: none;
    }

    .landing section.deal-marque div.content div.offre div.prix p {
        margin: 0px 0px 17px 0px;
    }
}

@media (max-width: 530px) {
    .landing section.deal-marque div.content div.x2 {
        flex: 100%;
    }

    .landing section.deal-marque div.content div.x3 {
        flex: 100%;
    }

    .landing section.deal-marque div.content div.x4 {
        flex: 100%;
    }

    .landing section.deal-marque div.content div.bloc a.image {
       flex: 100%; 
    }

    .landing section.deal-marque div.content div.bloc div.offre img.logo {
        margin: 0 auto;
    }

    .landing section.deal-marque div.content div.bloc div.offre {
        flex: 100%;
        text-align: center;
    }

    .landing section.deal-marque div.content div.bloc div.offre p.pourcentage {
        float: none;
        margin: 0 auto 15px auto;
    }

    .landing section.deal-marque div.content div.bloc div.offre p.pourcent {
        max-width: 210px;
    }

    .landing section.deal-marque div.content div.bloc div.offre div.prix {
        margin: 0 auto;
    }

    .landing section.deal-marque div.content div.bloc div.offre a.button {
        margin: 0 auto 35px auto;
    }
}
