@charset "utf-8";
/* CSS Document */


/* ---- style général ---- */

body{
    background-color: #f7f7f7;
    background-image: url(https://media.ldlc.com/mkt/ldlc/fr/2024-12-02-noel/fond-de-page.jpg);
    background-position: center top;);
    background-repeat: repeat;
}

.landing #content-page{
    margin:0 auto; 
    max-width:1600px;
    text-align: center;
}

.landing #content-page h1{
    
}

/*.landing #content-page h2{
    margin:45px 0 20px 0;
    font-size:21px;
    font-size: 34px;
    text-transform:none;
}*/

.landing #thematiques > h3{
    font-size: 24px;
    font-weight: 300;
    line-height: 26px;
    text-transform: none;
    text-align: left;
    margin:50px 0 10px 0;
    color:#0D3741;
}

 .landing #thematiques h3 span{
    display: inline-block;
    background: linear-gradient(350deg, rgb(214,156,71), rgb(254,219,107));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
     font-weight: 500;
}

.landing #head-page, .landing #miseenavant, .landing #thematiques, .landing #budget, .landing #marques, .landing #head-page, .landing #garantie, .landing p.mentions{
    margin-bottom: 50px;
}


/* ---- head page ---- */


.landing #head-page{
    position: relative;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #1c1d24;
    height:auto;
    text-align: center;
}



#head-page::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #e5da9b, #9c691a);
}

.landing #head-page > div{
    max-width: 1600px;
    margin:0 auto;
    line-height: 0;
    /*position: absolute;
    width: 60%;
    max-width: 1210px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);*/
}

.landing #head-page > div img{
    width: 100%;
}

.landing #head-page h1, .landing #head-page p{
    margin:0 auto;
}

.landing #head-page h1{
    color:#fff;
}

.landing #head-page p{
    color:#fff;
    margin-top:20px;
}


/* ---- style des blocs promo ---- */

#miseenavant *{
    border-radius: 10px;
}

#miseenavant img{
    width: 100%;
}

/* ---- style des sliders ---- */


.landing .selection{
    display: flex;
    margin-bottom: 30px;
    text-align: left;
}

.landing .selection .wrap-list, .selection .listing-product, .selection .product-listing{
    width: 100%!important;
    display: block!important;
}
.landing .selection .vignettes p {
    text-align: center!important;
    font-weight: bold!important;
	color: #1d202f!important;
}

.landing .selection .vignettes::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(
        to top,
        rgba(255, 255, 255, 1),   
        rgba(255, 255, 255, 0)  
    );
    z-index: 1; 
    pointer-events: none;
}


.landing .selection .vignettes p {

    z-index: 2!important;
    margin: 0!important;
}
.landing .selection .vignettes > p {
    position: absolute;
    padding:0 40px 0 40px;
    font-size: 15px;
    line-height: 22px;
    color:#282828;
    bottom:40px;
}

.landing .selection .vignettes img {
    border-radius: 10px;
    width: 100%;
}

.landing .selection .vignettes{
    position: relative;
    width:22%;
    margin: 12px 0 12px 0px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}


.landing .selection:nth-of-type(1) .vignettes{
    background-image: url(https://media.ldlc.com/mkt/ldlc/fr/2025-11-20-boutique-noel/univers1.jpg)
}

.landing .selection:nth-of-type(2) .vignettes{
    background-image: url(https://media.ldlc.com/mkt/ldlc/fr/2025-11-20-boutique-noel/univers2.jpg)
}

.landing .selection:nth-of-type(3) .vignettes{
    background-image: url(https://media.ldlc.com/mkt/ldlc/fr/2025-11-20-boutique-noel/univers3.jpg)
}

.landing .selection:nth-of-type(4) .vignettes{
    background-image: url(https://media.ldlc.com/mkt/ldlc/fr/2025-11-20-boutique-noel/univers4.jpg)
}

.landing .selection:nth-of-type(5) .vignettes{
    background-image: url(https://media.ldlc.com/mkt/ldlc/fr/2025-11-20-boutique-noel/univers5.jpg)
}
.landing .selection:nth-of-type(6) .vignettes{
    background-image: url(https://media.ldlc.com/mkt/ldlc/fr/2025-11-20-boutique-noel/univers6.jpg)
}
.landing .selection:nth-of-type(7) .vignettes{
    background-image: url(https://media.ldlc.com/mkt/ldlc/fr/2025-11-20-boutique-noel/univers8.jpg)
}


.landing .selection:nth-of-type(8) .vignettes{
    background-image: url(https://media.ldlc.com/mkt/ldlc/fr/2025-11-20-boutique-noel/univers7.jpg)
}

.landing .selection:nth-of-type(9) .vignettes{
    background-image: url(https://media.ldlc.com/mkt/ldlc/fr/2025-11-20-boutique-noel/univers9.jpg)
}
	
/* Contexte global */
#landing-noel25 {
    padding: 20px;
}

/* Lignes d'images */
#landing-noel25 .image-row {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
}

/* Colonnes desktop */
#landing-noel25 .row-3 .image-item {
    width: calc(100% / 3);
}

#landing-noel25 .row-2  {
    margin-bottom: 50px;
}
#landing-noel25 .row-2 .image-item {
    width: calc(100% / 2);
}
@media (min-width: 769px) {
    #landing-noel25 .row-2 .image-item:first-child {
        margin-right: 5px;
    }
}
/* Images */
#landing-noel25 .image-item {
    display: block;
    width: 100%;
}


#landing-noel25 .image-item img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

@media (max-width: 768px) {

    #landing-noel25 .image-row {
        flex-direction: column;
    }

    #landing-noel25 .image-row .image-item {
        width: 100% !important;
    }
}

.landing .product-listing li{
    width:21%!important;
    margin-left: 1.5%;
}

.landing .selection .vignettes, .landing .product-listing li{
    box-shadow: 2px 4px 10px rgba(0,0,0,0.1);
    border-radius: 10px;
}

.landing .selection .vignettes, .landing .product-listing li:hover{
    box-shadow: 2px 4px 10px rgba(0,0,0,0.1);
    border-radius: 10px;
}


.slider-container {
    width:81%;
    position: relative;
    /*width: auto;*/
    overflow: hidden;
    display: inline-block;
    padding:12px 0;
}

.arrow {
    position: absolute;
    top: 50%;
    background:none;
    border: none;
    cursor: pointer;
    z-index: 10;
    margin:0;
    padding:0;
    line-height: 0;
    border-radius:50%;
    box-shadow : 2px 5px 8px rgba(0,0,0,0.2);
    display: none; /* Les flèches sont masquées par défaut */
    transform: translateY(-50%);
    transition-duration: .2s;
}

.arrow:hover {
    box-shadow : 3px 6px 10px rgba(0,0,0,0.25);
}

.arrow img {
    width:50px;
    transition-duration: .2s;
}

.arrow.left:hover img {
    transform: scale(1.1) rotate(180deg);
}

.arrow.right:hover img {
    transform: scale(1.1);
}

.arrow.left {
    left: 25px;
}

.arrow.left img {
    transform: rotate(180deg);
}

.arrow.right {
    right: 15px;
}




/*style des listings intégrés aux sliders*/

.landing .product-listing.sbloc{
    background: none;
    margin:0;
    width: 100%;
}

.landing .product-listing {
    user-select: none;
    flex-wrap: nowrap;
}

.landing .listing-product ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    /*transition: transform 0.2s ease;*/
    border:none!important;
}

.landing .product-listing li {
    display:inline-block!important;
    background-color: #fff!important;
    flex: 0 0 auto;
    padding: 25px!important;
    position: relative;
}

.landing .product-listing .pic{
    width:100%;
    height:auto;
    margin:0 auto;
}

.landing .product-listing .pic a:after{
    display: none!important;
}

.landing .product-listing .wrap-stock{
    display: none;
}

.landing .product-listing .dsp-cell-right{
    display: inherit!important;
    padding:0!important;
}

.landing .listing-product .pdt-info{
    padding:0!important;
    height:80px;
    width:100%;
}

.landing .listing-product .pdt-desc{
    width:100%!important;
    display: block!important;
}

.landing .listing-product .pdt-info .title-3{
    font-size:15px;
    font-weight: 600;
    margin-top:10px;
    height:36px;
    overflow: hidden;
    display: block!important;
}

.landing .listing-product .pdt-info .title-3 a{
    color:#252525;
}

.landing .listing-product p.desc{
    overflow: hidden;
    display: none!important;
}

.landing .listing-product .ratingClient a{
    font-weight: normal;
}

.landing .listing-product .ratingClient a span{
    margin-right:5px;
}

.landing .basket{
    position: relative!important;
    height:40px;
    padding:0!important;
    margin-top:5px;
    text-align: left!important;
}

.landing .basket > a{
    display: none;
}

.landing .slider-container .basket .price .price{
    padding: 18px 0 0!important;
}

.landing .slider-container .basket .price .price, .landing .basket .price .new-price{
    font-size:24px;
    line-height: 24px;
    margin:0;
}

.landing .slider-container .basket .price sup{
    font-size:13px!important;
    line-height: 16px!important;
}

.landing .slider-container .basket .old-price{
    font-size:14px;
    line-height: 18px;
    color:#808080;
}

.landing .slider-container .basket .old-price sup{
    font-size:14px!important;
    line-height: 18px!important;
    position: relative;
    top:auto;
    vertical-align: baseline;
}



/* ---- blocs budgets ---- */

.landing #budget{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap:1rem;
}

.landing #budget a{
    line-height: 0;
    border-radius:10px;
    overflow: hidden;
}

.landing #budget a img{
    width: 100%;
}




/* ---- blocs marques ---- */

.landing #marques {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(1px, max-content));
    grid-gap: 20px;
    justify-content: center;
}

.landing #marques a{
    line-height: 0;
    border-radius:10px;
    overflow: hidden;
    text-align: center;
}

.landing #marques a img{
    width: 90%;
    mix-blend-mode: darken;
}


/* ---- bloc garantie ---- */

#garantie a img{
    width: 100%;
    border-radius: 10px;
}

@media screen and (min-width: 769px) {
    .landing #garantie a img:first-child{
        display: inline;
    }
    .landing #garantie a img:last-child{
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .landing #garantie a img:first-child{
        display: none;
    }
    .landing #garantie a img:last-child{
        display: inline;
    }
}



/* ---- bloc mentions ---- */

.landing p.mentions{
    font-size:12px;
    line-height: 16px;
    color:#969696;
}




@media screen and (max-width: 1640px) {
    /*.landing #content-page{
        padding:0 30px;
    }*/
    .landing #miseenavant, .landing #marques, .landing #garantie, .landing #budget, .landing p.mentions {
        padding:0 30px;
    }
    .landing #head-page {
        background-size: cover;
    }
    .landing #thematiques {
        padding-left:30px;
    }
    .landing #thematiques > h3 {
        padding-right:30px;
    }
    .landing .selection .vignettes{
        width:20%;
    }
    .landing .product-listing li{
        width:20%!important;
        margin-left: 1.5%;
    }
    .landing .selection .vignettes > p {
        padding:0 50px 0 30px;
        bottom:30px;
    }
}

@media screen and (max-width: 1300px) {
    .landing .selection .vignettes{
        width:25%;
    }
    .landing .product-listing li{
        width:25%!important;
        margin-left: 1.5%;
    }
}

@media screen and (max-width: 1024px) {
    .landing #budget{
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap:1rem;
    }
    .landing #miseenavant, .landing #marques, .landing #garantie, .landing #budget, .landing p.mentions {
        padding:0 20px;
    }
    .landing #thematiques {
        padding-left:20px;
    }
    .landing #head-page, .landing #miseenavant, .landing #thematiques, .landing #budget, .landing #marques, .landing #head-page, .landing #garantie{
        margin-bottom: 30px;
    }
    .landing #thematiques > h3 {
        padding-right:20px;
        margin:30px 0 10px 0;
        font-size:22px
    }
    .landing .selection .vignettes{
        width:26%;
    }
    .landing .product-listing li{
        width:28%!important;
        margin-left: 2%;
        padding:20px!important;
    }
    .landing .selection .vignettes > p {
        padding:0 30px 0 20px;
        line-height: 20px;
        bottom:20px;
    }
    .landing .slider-container .basket .price .price{
        padding: 13px 0 0!important;
    }
    .landing .slider-container .basket .price sup{
        line-height: 13px;
    }
    .landing .slider-container .basket .price .price, .landing .basket .price .new-price{
        font-size:22px!important;
        line-height: 22px;
    }
    .landing .slider-container .basket .old-price, .landing .slider-container .basket .old-price sup{
        font-size:13px!important;
        line-height: 13px!important;
    }
    .landing .listing-product .pdt-info .title-3{
        font-size: 14px;
    }
    .landing .arrow.right {
        right: 25px;
    }
}

@media screen and (min-width: 769px) {
    #miseenavant{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 1rem;
    }
    .landing #head-page > div img:nth-child(1){
        display: inline;
    }
    .landing #head-page > div img:nth-child(2){
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .landing #head-page > div img:nth-child(1){
        display: none;
    }
    .landing #head-page > div img:nth-child(2){
        display: inline;
    }
    .landing #miseenavant, .landing #marques, .landing #garantie, .landing #budget, .landing p.mentions {
        padding:0 15px;
    }
    .landing #head-page, .landing #miseenavant, .landing #thematiques, .landing #budget, .landing #marques, .landing #head-page, .landing #garantie{
        margin-bottom: 20px;
    }
    .landing #thematiques {
        padding-left:0;
    }
    .landing #thematiques > h3 {
        margin-right:15px;
        margin-left:15px;
        margin-top:25px;
        margin-bottom:5px;
        font-size:20px;
        line-height: 22px;
    }
    .landing .selection{
        display:block;
        margin-bottom: 0px;
    }
    .landing .selection .vignettes{
        width:auto;
        margin:0 15px;
        background: none!important;
        box-shadow: none;
    }
    .landing .selection .vignettes p{
        padding:0;
        color:#969696;
        font-size:13px;
        line-height: 16px;
        bottom:15px;
    }
    .landing .slider-container{
        width: 100%;
    }
    .landing .product-listing li{
        width:36%!important;
        margin-left: 15px;
        padding:15px!important;
    }
    .landing .product-listing li .pic img{
        width:100%;
        margin:0;
    }
    .landing .product-listing li .pdt-info{
        height: 50px;
    }
    .landing .slider-container .basket .price{
        display:inherit!important;
    }
    .landing #budget{
        grid-template-columns: 1fr 1fr;
        grid-gap:15px;
    }
}



