@charset "utf-8";


/* ////////////////////////////GENERAL////////////////////////////*/

.main.landing {
    max-width: 1500px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    font-family: "Roboto", sans-serif;
    text-align:  center;
}

.main.landing .promotion{
    display: block!important;
}


/* ////////////////////////////HEADER//////////////////////////// */

.main.landing #head-landing {
    text-align: center;
}

.main.landing #head-landing img {
    max-width: 1500px;
    width: 100%;
    border-radius: 4px;
}

.main.landing #head-landing img:nth-child(2) {
    display: none;
}

.main.landing #head-landing h1 {
    font-size: 40px;
    line-height: normal;
    margin: 30px 0 15px;
    color: #07C546;
}

.main.landing #head-landing h2 {
    font-size: 21px;
    line-height: normal;
    font-weight: normal;
    margin: 15px auto 30px;
    color: #001D3D;
    max-width:1000px;
}

/*body, html {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}
*/

.slider-container {
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  height: 400px;
  background-image: url('https://media.rueducommerce.fr/mkt/rdc/2025-08-15-Seconde-vie/img/offre-seconde-vie-bg.jpg');
  background-size: cover;
  background-position: center;
}


.slides {
  display: flex;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  height: 100%;
}

.slide {
  flex: 0 0 100%;
  display: flex;
  height: 100%;
}


.slider-left {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 160px; 
  padding-right: 30px; 
  color: white;
}

.slider-left h1 {
  margin: 0 0 20px;
  font-size: 2.5rem;
  color: #ffffff;
}

.slider-left p {
  margin: 0 0 30px;
  font-size: 1.2rem;
  text-align: left;
}

.slider-left button {
  padding: 15px 30px;
  font-size: 1.5rem;
  background-color: #07c546;
  border: none;
  color: white;
  cursor: pointer;
  border-radius: 5px;
}
.slider-left button a{
color: #fFffff;
 font-weight: 600;
}
.slider-left  a{
color: #fFffff;
 font-weight: 600;
  padding: 15px 30px;
  font-size: 1.5rem;
  background-color: #07c546;
  border: none;
  color: white;
  cursor: pointer;
  border-radius: 5px;
}

.slider-right {
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-right img {
  max-width: 90%;
  height: auto;
  object-fit: contain;
  display: block;
}


.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 25px;
  color: rgba(255,255,255,0.85);
  background: rgba(255,255,255,0.2);
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.3s, color 0.3s;
}

.prev:hover, .next:hover {
  background: rgba(255,255,255,0.4);
}

.prev { left: 20px; }
.next { right: 20px; }


.indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}

.indicator {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.6);
  cursor: pointer;
}

.indicator.active {
  background: white;
}

/* Responsive mobile */
@media (max-width: 768px) {
  .slide {
    flex-direction: column;
  }
  .slider-left, .slider-right {
    width: 100%;
    text-align: center;
    align-items: center;
    padding: 20px;
  }
  .slider-left h1 {
    font-size: 2rem;
  }
  .slider-left p {
    font-size: 1rem;
  }
  .slider-right img {
    max-width: 75%;
    margin: 0 auto;
  }
  .prev, .next {
    top: 45%;
    bottom: 20px;
    transform: translateY(0);
  }
  .slider-left button {
  padding: 8px 20px;
}
  .slider-left a {
  padding: 8px 20px;
}
.slider-left h1 {
  margin: 0 0 10px;
}
.slider-left p {
  margin: 0 0 15px;
}
.slider-left, .slider-right {
    width: 100%;
    text-align: center;
    align-items: center;
    padding: 20px; 
  }

 /* .prev { left: 30%; }
  .next { right: 30%; }*/
}


/* //////////////////////////// RAYONS //////////////////////////// */


.main.landing .SelectionsSection .vignettes ul{
    display: grid;
    grid-template-columns:repeat(auto-fit, minmax(160px, 1fr));
    grid-gap: 1rem;
    margin-top:15px;
    padding-bottom:50px;
}

.main.landing .SelectionsSection .vignettes.col2 ul{
    grid-template-columns:1fr 1fr;
}

.main.landing .SelectionsSection .vignettes.col3 ul{
    grid-template-columns:1fr 1fr 1fr;
}

.main.landing .SelectionsSection .vignettes.col5 ul{
    grid-template-columns:1fr 1fr 1fr 1fr 1fr;
}

.main.landing .SelectionsSection .vignettes ul li{
    overflow: hidden;
    border-radius:4px;
    transition:all ease .5;
}

.main.landing .SelectionsSection .vignettes ul li a{
    display: block;
    width:100%;
    height:300px;
    position: relative;
    text-align: center;
}

.main.landing .SelectionsSection .vignettes ul li img{
    object-fit: cover;
    min-width:100%;
    position: absolute;
    top: 0!important;
    left: 50%!important;
    height: 100%;
    transform: scale(1.00);
    transform: translate(-50%,0%);
    filter: blur(1px);
    transition: all ease 0.3s;
}

.main.landing .SelectionsSection .vignettes ul li a:hover img{
    transform: translate(-50%,0%) scale(1.03);
    filter: blur(0px);
}

.main.landing .SelectionsSection .vignettes ul li span{
    position:absolute;
    display:block;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    width:95%;
    z-index:2;
    color:#fff;
    font-size:30px;
    line-height: normal;
    font-weight:700;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.75);
}



/* //////////////////////////// LISTINGS //////////////////////////// */


.SelectionsSection div > h3{
    border-top: 1px solid #dfdfdf;
    padding:40px 0 5px;
    font-size:22px!important;
    text-align: left;
}

.SelectionsSection .product-listing.sbloc{
    display: block;
}

.SelectionsSection .listing-product ul{
    /*grid-template-columns: 1fr 1fr 1fr 1fr;*/
    grid-template-columns:repeat(auto-fit, minmax(280px, 1fr))!important;
    text-align: left;
}

.SelectionsSection .product-listing{
    border:0;
    padding-top:15px;
    margin-bottom: 50px;
}

/*css temporaire - zone à réparer*/
.SelectionsSection .listing-product li > a{
    display: none;
    width: 100%;
}

@media screen and (min-width: 576px) {
    .listing-product .price {
        margin-top:20px!important;
    }
}
/*FIN de css temporaire - zone à réparer*/


.landing #explore{
    margin-top:30px;
}
.landing #explore > h2{
    display: inline-block;
    color: #001d3d;
    display: flex;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: none;
}

.landing #explore > a.button{
    float: right;
    margin:0;
}

.landing #explore ul.rayons{
    margin:20px auto 50px;
}
.landing ul.rayons{
    margin-top:80px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 40px;
}

.landing ul.rayons li{
    color:#333;
    background-color: #f7f7f7;
    text-align: left;
}

.landing ul.rayons li p{
    width: 90%;
    color:#666;
    margin-top:20px;
    line-height: 24px;
}

.landing ul.rayons li a.button{
    margin-left:0;
    margin-top:30px;
}

.landing ul.rayons:first-child li:first-child{
    text-align: left;
    background:none;
}

.landing ul.rayons li a:first-child{
    display: block;
    text-align: center;
    margin-top:20px;
}

.landing ul.rayons li img{
    width: 250px;
    mix-blend-mode: multiply;
}

.landing ul.rayons li a:nth-child(2){
    display: inline-block;
    margin:2px auto 20px 20px;
    color:#333;
    font-size:16px;
}




/* ////////////////////////////RESPONSIVE//////////////////////////// */

@media screen and (max-width: 575px) {
    .landing #explore {
    padding: 0 15px;
}
    .main.landing {
        padding: 0px;
    }
    .main.landing #head-landing img:nth-child(1) {
        display: none;
    }
    .main.landing #head-landing img:nth-child(2) {
        display: block;
    }
    .main.landing #head-landing h1 {
        margin: 20px 0 5px;
        padding:0 15px;
        font-size: 26px;
    }
    .main.landing #head-landing h2 {
        margin: 5px 0 15px;
        padding:0 15px;
        font-size: 16px;
    }
    .SelectionsSection div > h3 {
        margin-top: 25px;
        padding:20px 15px 0px;
        font-size:18px!important;
    }
    .SelectionsSection .listing-product ul{
        grid-template-columns: 1fr 1fr;
    }
    .main.landing #head-landing img {
        border-radius: 0px;
    }
    .SelectionsSection .vignettes ul{
        padding:0 15px;
    }
    .SelectionsSection .vignettes ul li a{
        height:200px!important;
    }
    .main.landing .SelectionsSection .vignettes.col3 ul{
        grid-template-columns:repeat(auto-fit, minmax(160px, 1fr));
    }

    .main.landing .SelectionsSection .vignettes.col5 ul{
        grid-template-columns:repeat(auto-fit, minmax(160px, 1fr));
    }
    
    .main.landing .SelectionsSection .vignettes ul li span{
        font-size:21px;
    }
}

@media screen and (min-width: 576px) and (max-width: 991px) {
    .main.landing {
        padding: 20px;
    }
    .main.landing #head-landing h1 {
        margin: 20px 0 10px;
        font-size: 30px;
    }
    .main.landing #head-landing h2 {
        margin: 10px auto 20px;
        font-size: 18px;
        width: 90%;
    }
    .SelectionsSection div > h3 {
        margin-top: 30px;
        padding:20px 0px 0px;
    }
    .SelectionsSection .listing-product ul{
        grid-template-columns: 1fr 1fr 1fr;
    }

    .main.landing .SelectionsSection .vignettes.col5 ul{
        grid-template-columns: 1fr 1fr 1fr;
    }
    .SelectionsSection .product-listing.sbloc{
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (min-width: 992px) and (max-width: 1560px) {
    .main.landing {
        padding: 30px;
    }
    .main.landing #head-landing h1 {
        margin: 20px 0 10px;
        font-size: 35px;
    }
    .main.landing #head-landing h2 {
        margin: 10px auto 20px;
        font-size: 22px;
    }
    .SelectionsSection div > h3 {
        margin-top: 30px;
    }

    .main.landing .SelectionsSection .vignettes.col5 ul{
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

@media screen and (min-width: 1561px) {
    .main.landing {
        padding: 0!important;
    }
    .main.landing #head-landing {
        padding:30px 0 10px;
    }
}


@media screen and (max-width: 1620px) {
   
    .landing ul.rayons{
        grid-gap:30px;
    }
    
    .landing ul.rayons li img{
        width: 85%;
    }
}

@media screen and (max-width: 1340px) {
    .landing ul.rayons li p{
        line-height:17px;
        font-size:13px;
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
   
    .landing ul.rayons{
        grid-gap:20px;
    }
}

@media screen and (max-width: 1023px) {
    .landing ul.rayons{
        grid-template-columns: 1fr 1fr;
        margin-top:50px;
        grid-gap:20px;
    }
}


@media screen and (max-width: 768px) {
        .landing ul.rayons{
        grid-gap: 15px;
        margin-top:30px;
    }
    .landing ul.rayons li img{
        width: 85%;
    }
    .landing ul.rayons li p{
        font-size:12px;
        width: 100%;
        line-height: 16px;
        color:#999;
        margin-top:10px;
    }
    .landing ul.rayons li a.button{
        display: none;
    }
    .landing ul.rayons li a:first-child{
        margin-top:10px;
    }
    .landing ul.rayons li a:nth-child(2){
        margin: 2px auto 15px 15px;
    font-size:14px;
    }
}
