@charset "utf-8";
/* CSS Document */

/* --- COLORS --- */
  
:root {
--nuit:#1e2b50;
--corail:#e27169;
--lavande:#b291e2;
--lagon:#0096c8;
--poudre:#efc0bf;
--lilas:#d5c6f4;
--ciel:#7ec4ed;
--white:#ffffff;
--gray-light:#f2f2f2;
--gray-medium:#969696;
--gray-dark:#505050;
}

.txt-nuit { color: var(--nuit); } .txt-corail { color: var(--corail); } .txt-lavande { color: var(--lavande); } .txt-lagon { color: var(--lagon); } .txt-poudre { color: var(--poudre); } .txt-lilas { color: var(--lilas); } .txt-ciel { color: var(--ciel); } .txt-white { color: var(--white)!important; } .txt-gray-light { color: var(--gray-light); } .txt-gray-medium { color: var(--gray-medium); } .txt-gray-dark { color: var(--gray-dark); } .bg-nuit { background-color: var(--nuit); } .bg-corail { background-color: var(--corail); } .bg-lavande { background-color: var(--lavande); } .bg-lagon { background-color: var(--lagon); } .bg-poudre { background-color: var(--poudre); } .bg-lilas { background-color: var(--lilas); } .bg-ciel { background-color: var(--ciel); } .bg-white { background-color: var(--white); } .bg-gray-light { background-color: var(--gray-light); } .bg-gray-medium { background-color: var(--gray-medium); } .bg-gray-dark { background-color: var(--gray-dark); } .big-br-tl { border-radius: 70px 8px 8px 8px!important; } .big-br-tr { border-radius: 8px 70px 8px 8px!important; } .big-br-br { border-radius: 8px 8px 70px 8px!important; } .big-br-bl { border-radius: 8px 8px 8px 60px!important; }
h1 {
    opacity: 0;
    position: absolute;
}
.ft-source-serif { 
	font-family: 'Source Serif 4', 'Georgia', 'Times New Roman', serif; 
	font-variation-settings: "opsz" 10; 
}	
.link, .link-open-modal, a {
    color: inherit;
}	
.link:hover, .link-open-modal:hover, a:hover {
    color: inherit;
}	
.page-cda {
    width: 100%;
    background: #F0F0F0;
    padding-bottom: 80px;

}



.header {
    position: relative;
    height: 400px;
    background: url("https://media.ldlc.com/mkt/ldlc/fr/coin-des-affaires/landing/bg-header-para.jpg") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
}
.header-cartouche {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    color: --var(nuit);
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    padding: 8px 22px;
    border-radius: 0 0 20px 20px;
    text-transform: uppercase;
    z-index: 5;
   text-align: center;
}
.header .txt-header {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
    color: white;
    z-index: 2;
}
.header-title {
    font-family: "Source Serif 4", serif;
    font-variation-settings: "opsz" 10;
    font-size: 110px;
    line-height: 0.9;
    font-weight: 800;
    max-width: 1200px;
    margin: 0 auto;
}
.header-subtitle {
    font-size: 32px;
    line-height: 1.2;
    color: #1e2b50;
    font-weight: bold;
	
}
.header-text {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    max-width: 600px;
    margin: 0 auto;
    font-weight: 500;
    color: #1e2b50;
}
.header .fore-pic {

    position: absolute;
    top: -140px;
    right: 0;
    width: 699px;
    height: 641px;
    background-image: url("https://media.ldlc.com/mkt/ldlc/fr/coin-des-affaires/landing/header-product-back.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    z-index: -1;
}
.header .back-pic {
    position: absolute;
    top: 20px;
    width: 960px;
    height: 550px;
    background-image: url("https://media.ldlc.com/mkt/ldlc/fr/coin-des-affaires/landing/header-product-fore.png");
    background-repeat: no-repeat;
    background-position: top left;
}
	
@media screen and (min-width: 2301px) {
.header .back-pic {
    left: 12%;
	}
}
@media screen and (max-width: 2300px) {
.header .back-pic {
    left: 6%;
	}
}
@media screen and (max-width: 1800px) {
.header .back-pic {
    left: 4%;
	}
}		
@media screen and (max-width: 1600px) {
.header .back-pic {
    left: -4%;
	}
.header .fore-pic {
   display: none;
	}
}		
.content {
    margin: 50px auto;
}

@media (max-width: 768px) {
.header {
    height: 450px;
    background-attachment: scroll;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 70px;
}
.header .back-pic {
    top: 270px;
	left: 60px;
	background-size: 250px;
}
.header .back-pic img{
	width: 450px;
	height: 369px;
}	
	
.header .fore-pic {
    display: none;
}
.header .txt-header {
    top: 50px;
    transform: none;
    padding: 0 20px;
    width: 100%;
}
.header-title {
        line-height: 58px;
        font-size: 54px;
}
.header-subtitle {
    font-size: 20px;
}
.header-text {
    font-size: 14px;
}
.header .fore-pic {
    top: auto;
    bottom: 0;
    left: 50%;
    width: 320px;
    height: 260px;
    margin-left: -160px;
    background-size: contain;
    background-position: center bottom;
}
}
	
	

.hero {
    max-width: 1500px;
    margin: 0 auto;
    margin-top: 20px;
}

.hero img {
    max-width: 100%;
    display: inline-block;
}

.good-deals {
    text-align: center;
    font-size: 12px;
    color: #828282;
    margin: 20px auto 30px;
    font-weight: 500;
    max-width: 1300px;
}
@media screen and (max-width: 1023px) {
    .good-deals {
        margin-left: 24px;
        margin-right: 23px;
    }
}
@media screen and (max-width: 768px) {
    .good-deals {
        line-height: 18px;
        max-width: 100%;
    }
}

@media screen and (max-width: 375px) {
    .good-deals {
        font-size: 10px;
    }
}

.items {
    max-width: 1500px;
    margin: 0 auto;
}

.title1 {
    margin: 0 auto;
    text-align: center;
    font-size: 48px;
    line-height: 52px;
    font-weight: 800;
    padding-top: 50px;
    margin-bottom: 30px;
}

.categories {
    text-align: center;
}
.categories a {
    text-decoration: none;
}

@media screen and (max-width: 414px) {
    .title1 {
        font-size: 38px;
        margin-left: 0px;
        padding-top: 0px;
    }
}
@media screen and (max-width: 375px) {
    .title1 {
        margin-left: 0px;
    }
}
@media screen and (max-width: 768px) {
    .items {
        max-width: 100%;
        margin-bottom: 30px;
        margin-top: 18px;
    }
}
@media screen and (max-width: 414px) {
    .items {
        max-width: 98%;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 375px) {
    .items {
    }
    .items:after {
        width: 375px;
    }
}

@media screen and (max-width: 1240px) {
    .items {
        max-width:100%;
    }
    .items .item em {
        font-size: 110px;
        margin: 0 0 0.5vw;
    }
}
@media screen and (max-width: 1023px) {
    .items .item em {
        font-size: 90px;
    }
    .items .item .pic {
        width: 150px;
    }
}
@media screen and (max-width: 768px) {
    .items {
        margin-bottom: 30px;
    }
    .items .item {
        width: 100%;
        margin: 0 0 20px;
        padding-bottom: 50px;
        position: relative;
    }

    .items .item .code {
        display: block;
        position: absolute;
        bottom: 0;
        height: 50px;
        line-height: 50px;
        left: 0;
        right: 0;
        margin: 0;
    }

    .items .item .code p {
        font-size: 20px;
    }
    .items .item .code p  strong{
        font-size: 40px;
    }
    .text-center.code {
        display: none;
    }
}

@media screen and (max-width: 479px) {
    .items .item {
        padding-bottom: 70px;
        margin-bottom: 0;
        border-bottom:1px solid #E1E1E1;
    }

    .items .item .pic img {
        max-width:167px;
        display: inline-block;
    }
    .items .item .code {
        left: 15px;
        right: 15px;
        bottom: 15px;
    }
    .landing-nl {
        margin-bottom: 10px;
    }
}

.btn {
    display: inline-block;
    background:#cb2610;
    font-weight: 800;
    font-size: 30px;
    color:#fff;
    text-transform: uppercase;
    text-align: center;
    padding: 24px 57px;
}

.btn:hover {
    color:#fff;
    text-decoration: none;
}

.landing-nl {
    background: #FFF;
    margin-bottom: 45px;
}
.landing-nl .content {
    max-width:1500px;
    margin: 0 auto;
    display: table;
    width: 100%;
}
.landing-mentions {
    color:#fff;
    max-width:1500px;
    margin: 0 auto;
    padding-bottom: 80px;
}
.landing-mentions p {
    font-size: 13px;
    font-weight: 100;
    line-height: 15px;
}

.landing-nl .content {
    position: relative;
    z-index: 1;
}
.landing-nl .icon-nl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 10;
}

.landing-nl .icon-nl:before {
    content: '';
    display: block;
    width: 147px;
    height: 147px;
    border-radius:100%;
    background: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
    box-shadow: 0 0 5px rgba(0,0,0,0.65);

}
.landing-nl p {
    float: left;
    width: 40%;
    font-size: 18px;
    padding: 32px 0;
    text-transform: uppercase;
    font-weight: 700;
}

.landing-nl form {
    float: right;
    width: 40%;
    display: table;
    margin-top: 29px
}

.landing-nl form label {
    display: table-cell;
    font-size: 18px;
    color:#009acb;
    font-weight: 500;
}

.landing-nl form .form-group {
    margin: 0;
    max-width:283px;
}


@media screen and (max-width: 1023px) {
    .landing-nl .content {
        padding: 0 15px;
    }
    .landing-nl form label,
    .landing-nl p {
        font-size: 14px;
    }
    .landing-nl p {
        padding: 20px 0;
    }
    .landing-nl form {
        margin-top: 16px;
    }
    .landing-nl .icon-nl svg {
        width: 63px;
    }
    .landing-nl .icon-nl:before {
        width: 115px;
        height: 115px;
    }
    .landing-nl form .form-group {
         max-width:222px;
     }
}

@media screen and (max-width: 768px) {
    .landing-nl p,
    .landing-nl form {
        display: block;
        float: none;
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 0;
    }
    .landing-nl p {
        margin-bottom: 10px;
    }
    .landing-nl form {
        display: table;
    }
    .landing-nl form label {
        width: 50%;
        text-align: right;
        padding: 0 15px 0 0;
    }
    .landing-nl .content {
        padding:64px 15px 20px;
    }
    .landing-nl .icon-nl {
        top: -28px;
        transform: translateX(-50%) translateY(0%);
    }
}
@media screen and (max-width: 479px) {
    .landing-nl .icon-nl {
        display: none;
    }
    .landing-nl .content {
        padding:10px 15px 20px 15px ;
    }
    .landing-nl form label {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
        font-size: 17px;
        font-weight: 600;
    }
    .landing-nl {
        border-bottom:1px solid #E1E1E1;
        margin-bottom: 20px;
    }

    .landing-nl form .form-group {
        width: 100%;
        max-width: none;
    }
    .landing-mentions {
        color: #4f4f4f;
        padding: 0 10px;
        margin-bottom: 30px;
    }
}


/* === Structure générale === */
@media screen and (min-width: 1024px) {

    .menu-affaires {
        height: 140px;
        display: flex;
        gap: 10px;
        list-style: none;
        padding: 0;
        background-color: transparent;
    }

    .cat-affaires {
        float: none;
        width: auto;
        flex: 1;
        height: 140px;
        margin: 0;
        line-height: normal;
        box-sizing: border-box;
        font-weight: 700;
        background-color: #ffffff;
        border-radius: 8px;
        overflow: hidden; 
        position: relative;
        transition: box-shadow 0.2s ease;
    }

    .cat-affaires:hover {
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    }

    .cat-affaires a {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        height: 100%;
        text-decoration: none;
        color: #1e2b50;
        padding-top: 18px;
        border-right: none;
        line-height: normal;
        transition: color 0.25s ease;
        position: relative;
        overflow: hidden;
    }

    .cat-affaires a:hover {
        background-color: transparent;
        height: 100%;
    }


    .cat-affaires a span {
        position: relative;
        z-index: 2;
        font-size: 14px;
        font-weight: 700;
        padding: 0 8px;
        text-align: center;
    }

    .cat-affaires a::after {
        content: '';
        position: absolute;
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);
        width: 100px;
        height: 100px;
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: contain;
        transition: bottom 0.3s ease; 
        z-index: 1;
    }


    .cat-affaires a:hover::after {
        bottom: 0px;
    }
 }
/* === Menu mobile toggle === */
.menu-mobile {
    display: none;
}

.menu-responsive {
    max-width: 1500px;
    margin: 0 auto;
}

.menu-responsive input[type=checkbox]:checked ~ ul {
    display: flex;
}

/* === Breakpoints === */
@media screen and (max-width: 1023px) {
    .menu-affaires {
        display: none;
        flex-direction: column;
        height: auto;
        float: left;
        width: 100%;
        gap: 0;
        background-color: #aadbec;
        border-radius: 0; 
    }

    .menu-affaires .cat-affaires {
        background-color: transparent;
        border-radius: 0 !important; 
        height: 50px;
        flex: none;
    }

    .menu-affaires .cat-affaires:hover {
        box-shadow: none;
    }

    .menu-responsive input[type=checkbox]:checked ~ ul {
        display: flex;
        flex-direction: column;
        max-width: 1023px;
        margin-bottom: 20px;
    }

    .menu-responsive input[type=checkbox]:checked + label,
    .menu-mobile:active {
        display: block;
        background: #aadbec;
        color: #fff;
        text-align: center;
        padding: 25px 0;
        text-transform: uppercase;
        margin-bottom: 0px;
    }

    .menu-responsive input[type=checkbox]:checked + .menu-mobile span {
        transform: rotate(-180deg);
        cursor: pointer;
    }

    .menu-mobile {
        display: block;
        background: #1e2b50;
        font-weight: bold;
        color: #fff;
        text-align: center;
        padding: 25px 35px;
        text-transform: uppercase;
        position: relative;
        font-size: 21px;
    }

    .menu-mobile span {
        position: absolute;
        float: right;
        right: 30px;
        top: 26px;
        font-size: 18px;
    }

    .menu-responsive li:hover .menu-affaires {
        display: flex;
        position: static;
    }

    .cat-affaires a {
        height: 50px !important;
        font-size: 16px;
        line-height: 50px;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        background-image: none;
        justify-content: center;
    }

    .cat-affaires a:after {
        content: "›";
        margin-left: 5px;
        display: inline-block;
        background-image: none;
    }

    .cat-affaires {
        height: 50px !important;
        line-height: 50px;
		width: 100%!important;
    }
}

@media screen and (max-width: 768px) {
    .menu-responsive input[type=checkbox]:checked ~ ul {
        max-width: 100%;
    }
}

#menu-mobile {
    display: none;
}
.cat-affaires-active {
    background-color: #0096CA;
}
.cat-affaires {
    float: left;
    width: calc(99.99%/7);
    text-align: center;
    margin: 0 auto;
    line-height: 185px;
    box-sizing: border-box;
	font-weight: 700;
}
@media screen and (max-width: 1500px) {
    .cat-affaires {
        font-size: 12px;
    }
}
.cat-affaires h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: inherit;
    line-height: inherit;
}
.cat-affaires a {
    text-decoration: none;
    color: #1e2b50;
    height: 140px;
    box-sizing: border-box;
    width: 100%;
	display: block;
}
.cat-affaires:last-child a{
	border-right:0;
}

@media screen and (min-width: 1023px) {

 .cat-affaires:nth-of-type(1) a::after { background-image: url("https://media.ldlc.com/mkt/ldlc/fr/coin-des-affaires/landing/picto-1.png"); }
    .cat-affaires:nth-of-type(2) a::after { background-image: url("https://media.ldlc.com/mkt/ldlc/fr/coin-des-affaires/landing/picto-2.png"); }
    .cat-affaires:nth-of-type(3) a::after { background-image: url("https://media.ldlc.com/mkt/ldlc/fr/coin-des-affaires/landing/picto-3.png"); }
    .cat-affaires:nth-of-type(4) a::after { background-image: url("https://media.ldlc.com/mkt/ldlc/fr/coin-des-affaires/landing/picto-4.png"); }
    .cat-affaires:nth-of-type(5) a::after { background-image: url("https://media.ldlc.com/mkt/ldlc/fr/coin-des-affaires/landing/picto-5.png"); }
    .cat-affaires:nth-of-type(6) a::after { background-image: url("https://media.ldlc.com/mkt/ldlc/fr/coin-des-affaires/landing/picto-6.png"); }
    .cat-affaires:nth-of-type(7) a::after { background-image: url("https://media.ldlc.com/mkt/ldlc/fr/coin-des-affaires/landing/picto-7.png"); }
	
    .cat-affaires:nth-of-type(1) a{ background-color: #aadbec; color:#0096c8;}
    .cat-affaires:nth-of-type(2) a{ background-color: #d5c6f4; color: #a07fd1;}
    .cat-affaires:nth-of-type(3) a{ background-color: #efc0bf; color: #e27169;}
    .cat-affaires:nth-of-type(4) a{ background-color: #aadbec; color:#0096c8;}
    .cat-affaires:nth-of-type(5) a{ background-color: #d5c6f4; color: #a07fd1;}
    .cat-affaires:nth-of-type(6) a{ background-color: #efc0bf; color: #e27169;}
    .cat-affaires:nth-of-type(7) a{ background-color: #aadbec; color:#0096c8;}
	
.cat-affaires:nth-of-type(1) a:hover{ background-color: #ffffff; color:#1e2b50;}
    .cat-affaires:nth-of-type(2) a:hover{ background-color: #ffffff; color:#1e2b50;}
    .cat-affaires:nth-of-type(3) a:hover{ background-color: #ffffff; color:#1e2b50;}
    .cat-affaires:nth-of-type(4) a:hover{ background-color: #ffffff; color:#1e2b50;}
    .cat-affaires:nth-of-type(5) a:hover{ background-color: #ffffff; color:#1e2b50;}
    .cat-affaires:nth-of-type(6) a:hover{ background-color: #ffffff; color:#1e2b50;}
    .cat-affaires:nth-of-type(7) a:hover{ background-color: #ffffff; color:#1e2b50;}
}

	
	
.cat-affaires a:hover {
    text-decoration: none;
    box-sizing: border-box;
    height: 140px;
   
}

@media screen and (max-width: 1023px) {
    .cat-affaires-active {
        display: inline-block;
        height: 64px;
        text-transform: uppercase;
        margin: 0 auto;
        background-color: #0096CA;
    }
	.cat-affaires a {
		border-right:0;
	}
}

.categories .dsp-cell {
    display: inline-block;
    position: relative;
	border-radius: 8px;

    width: 350px;
    text-align: center;
    margin: 0 11px 20px;
	padding-bottom: 20px;
	background-color: #ffffff;
	}
@media screen and (max-width: 1023px) {
    .categories .dsp-cell {
        width: 228px;
    }
}
@media screen and (max-width: 768px) {
    .categories .dsp-cell {
        width: 90%;
        margin-bottom: 24px;
    }
    .pic-bloc img {
        margin-top: 25px;
        width: 172px;
        height: 172px;
        margin: 0 auto;
        display: block;
        width: 400px;
        height: auto;
        transition: transform 0.35s ease;
        transform: scale(1);
    }
}
@media screen and (max-width: 414px) {
.categories .dsp-cell {
    display: block!important;
}
    .categories .dsp-cell {
        width: 92%;
        height: 140px;
    }
}
@media screen and (max-width: 375px) {
.categories .dsp-cell {
    display: block!important;
}	
    .categories .dsp-cell {
        width: 335px;
        height: 140px;
    }
}
@media screen and (max-width: 375px) {
.categories .dsp-cell {
    display: block!important;
}	
    .categories .dsp-cell {
        width: 315px;
        height: 140px;
    }
}

@media screen and (max-width: 414px) {
.bloc-jaune {
       display: inline-block !important;
        margin-top: -50px !important;
        padding: 10px 25px 25px 25px !important;
        border-radius: 50px !important;
        color: white;
        width: 80px;
        height: 18px;
        font-size: 14px;
        line-height: 16px;
        position: relative;
        top: -15px;
        left: 15px;
    }
}

.bloc-jaune {
    background: #1e2b50;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 50px;
    color: white;
	margin-top: 10px;
}

.item-paragraph {
    text-align: center;
    font-size: 12px;
    position: absolute;
    margin-top: 10px;
    text-transform: uppercase;
    line-height: 16px;
}
@media screen and (max-width: 414px) {
    .item-paragraph {
        margin-top: 10px;
        margin-left: 75px;
    }
}
.number-paragraph {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}
@media screen and (max-width: 414px) {
    .number-paragraph {
        position: absolute;
        font-size: 16px;
        font-weight: 500;
    }
}

.cat-bloc {
    text-align: center;
    color: #505050;
    font-size: 16px;
    padding-top: 20px;
}
@media screen and (max-width: 414px) {
    .cat-bloc {
        position: absolute;
        text-align: left;
        color: #1e2b50;
        font-size: 15px;
        margin-left: 175px;
        text-transform: uppercase;
    }
}
@media screen and (max-width: 375px) {
    .cat-bloc {
        margin-top: 20px;
        margin-left: 135px;
    }
}

.pic-bloc {
    overflow: hidden; 
}


.pic-bloc img {
    width: 190px;
    height: 190px;
    display: block;
    margin: 20px auto 10px auto;
    transition: transform 0.35s ease;
    transform: scale(1);
}


@media (hover: hover) and (pointer: fine) {
    .dsp-cell:hover .pic-bloc img {
        transform: scale(1.06);
    }
}
@media screen and (max-width: 1023px) {
    .pic-bloc img {
        margin-top: 25px;
        width: 172px;
        height: 172px;
        margin-left: 15px;
		    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.35s ease;
    transform: scale(1);
    }
}
@media screen and (max-width: 414px) {
    .pic-bloc img {
        margin-top: 4px;
        width: 125px;
        height: 125px;
				margin-left: 20px;
		
    }
}
@media screen and (max-width: 375px) {
    .pic-bloc img {
        width: 100px;
		height: 100px;
		margin-left: 20px;
    }
}

.f4 strong {
    color: #828282;
    font-size: 28px;
    padding-bottom: 15px;
}
.bg-white {

    margin: 0 auto;
    background: #fff;
}
.bg-white:after {
    content:'';
    position: absolute;
    height: 120px;
    width: 100px;
    right: -70px;
}
@media screen and (max-width: 1380px) {
    .bg-white:after {
        content:none;		
    }
}
.rewards {
    position: relative;
    margin-top: 25px;
    text-align: center;
    padding-bottom: 50px;
}

.rewards .title1 {
    text-transform: uppercase;
    margin: 0 auto;
    padding: 30px;
    color: #828282;
    font-size: 28px;
    font-weight: 600;
}
.bronze-reward, .silver-reward, .gold-reward {
     display: inline-block;
     text-align: center;
     position: relative;
     margin: 0 auto;
     margin-right: 50px;
     margin-left: 50px;
 }
.bronze-reward:after {
    display: block;
    content: "";
    width: 90%;
    height: 1px;
    margin: -166px auto 25px 163px;
    background: #E1E1E1;
}
.silver-reward:after {
    display: block;
    content: "";
    width: 90%;
    height: 1px;
    margin: -166px auto 25px 163px;
    background: #E1E1E1;
}


@media screen and (max-width: 1023px) {
    .rewards {
        max-width: 1023px;
    }
    .rewards .title1 {
        font-size: 28px;
        font-weight: 600;
    }
	
	.bronze-reward, .silver-reward, .gold-reward {
		 margin-right: 50px;
		 margin-left: 50px;
	 }
    .bronze-reward:after {
        display: block;
        content: "";
        height: 1px;
        margin: -165px auto 25px 160px;
        background: #E1E1E1;
    }
    .silver-reward:after {
        display: block;
        content: "";
        height: 1px;
        margin: -165px auto 25px 160px;
        background: #E1E1E1;
    }
}
@media screen and (max-width: 1001px) {
    .bronze-reward:after {
        display: none;
    }
    .silver-reward:after {
        display: none;
    }
}
@media screen and (max-width: 768px) {
	.bronze-reward, .silver-reward, .gold-reward {
		 margin-right: 10px;
		 margin-left: 10px;
	 }
    .rewards .title1 {
        font-size: 23px;
    }
    .bronze-reward:after {
        display: none;
    }
    .silver-reward:after {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    .rewards {
        padding: 0;
    }
    .bronze-reward, .silver-reward, .gold-reward {
        display: block;
        clear: both;
        height: 85px;
        margin: 0 0 0 80px;
    }
    .bronze-reward img, .silver-reward img, .gold-reward img {
        float: left;
        width: 53px;
        margin-right: 20px;
    }
    .silver-reward {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .infos-rewards {
        float: left;
        text-align: left;
    }

  
}
@media screen and (max-width: 375px) {
    .rewards .title1 {
        color: #828282;
        font-size: 23px;
        width: 261px;
    }
    .bronze-reward, .silver-reward, .gold-reward {
        display: block;
        clear: both;
        height: 85px;
        margin: 0 0 0 20px;
    }
    .bronze-reward img, .silver-reward img, .gold-reward img {
        float: left;
        width: 53px;
        margin-right: 20px;
    }
}

.pack-reward {
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
    padding-bottom: 10px;
}
.warranty {
    padding-top: 10px;
    color: #828282;
    font-size: 13px;
}

.warranty em {
    color: #E61414;
}

.pack-classique {
    text-transform: uppercase;
    font-size: 24px;
    color: #7F5333;
    font-weight: 700;
}
.pack-confort {
    text-transform: uppercase;
    font-size: 24px;
    color: #7A7979;
    font-weight: 700;
}
.pack-expert {
    text-transform: uppercase;
    font-size: 24px;
    color: #E2BD5A;
    font-weight: 700;
}

.mentions-footer p {
    margin: 25px auto;
    max-width: 1048px;
    width: 100%;
    color: #AFAFAF;
    font-size: 9px;
    line-height: 11px;
    text-align: center;
}
@media screen and (max-width: 1023px) {
    .mentions-footer p {
        padding: 0 35px;
    }
}
@media screen and (max-width: 768px) {
    .mentions-footer p {
        max-width: 100%;
        margin-top: 0;
        padding: 15px;
    }
}
.marques {
    background: #fff;
    max-width: 1500px;
    margin: 0 auto;
    margin-top: 25px;
    padding: 22px;
}
@media screen and (max-width: 768px) {
    .marques {
        background: #fff;
        max-width: 100%;
        margin: 0 auto;
    }
}


.images {
    display: inline-block;
    margin: 0 20px;
}
@media screen and (max-width: 1023px) {
    .images {
        margin-right: 23px;
    }
}
@media screen and (max-width: 768px) {
    .images {
        margin: 10px 50px;
    }
}
@media screen and (max-width: 414px) {
    .images {
        margin: 10px 5px;
    }
}
@media screen and (max-width: 375px) {
    .images {
        margin: 10px 5px;
    }
}
.marque {
     text-align: center;
}

@media screen and (max-width: 768px) {
    .marque {
        margin-left: 7px;
    }
}
@media screen and (max-width: 414px) {
    .marque {
        margin-left: -10px;
    }
}
@media screen and (max-width: 375px) {
    .marque {
        margin-left: -10px;
    }
}

@media screen and (max-width: 320px) {
    .marque {
        margin-left: 10px;
    }
}

.marque .images img {
    max-width: 190px;
}

@media screen and (max-width: 1023px) {
    .hero-footer {
        display: none;
    }
}



.more-button {
    position: relative;
	margin:0 auto;
	margin-top:-40px;
    color: #fff;
    background: #0096CA;
    font-size: 22px;
    text-transform: uppercase;
    border: none;
}
.more-button .button {
    border: none;
    background: transparent;    
    margin: 0;
	padding:0;
    font-size: 30px;
    width: 100%;

}

.more-button span {
    position: relative;
    top: 3px;
}
@media screen and (min-width:320px) {
    .more-button {
        width: 100%;
		height:50px;
		line-height: 50px;
    }
}
@media screen and (min-width: 480px) {
    .more-button {
        width: 100%;
		height:50px;
		line-height: 50px;
    }
}
@media screen and (min-width: 768px) {
    .more-button {
    	width: 40%;
		height:60px;
		line-height: 60px;
    }
}
@media screen and (min-width: 1024px) {
    .more-button {
    	width: 33%;
		height:80px;
		line-height: 80px;
    }
}