@charset "utf-8";


/* GENERAL
----------------------------------------------------------------*/
*{
	margin: 0;
	padding: 0;
	border :0;
}


body{
    background-color: #e5e5e5;
}

a {
	text-decoration : none;
}

a:hover {
	text-decoration : none;
}


.title-1{display: none;}

/* STYLES */

#landing-LDLC-PASS .title-1, h1 {
    font-weight: 700;
}


#landing-LDLC-PASS .gradiant-purple{
		background: rgb(221,41,70);
		background: -moz-linear-gradient(90deg, rgba(221,41,70,1) 7%, rgba(93,37,102,1) 92%);
		background: -webkit-linear-gradient(90deg, rgba(221,41,70,1) 7%, rgba(93,37,102,1) 92%);
		background: linear-gradient(90deg, rgba(221,41,70,1) 7%, rgba(93,37,102,1) 92%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dd2946",endColorstr="#5d2566",GradientType=1);
	}
#landing-LDLC-PASS .txt-gradiant-purple{
		background: #DD2946;
		background: linear-gradient(to right, #DD2946 0%, #5D2566 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}	
#landing-LDLC-PASS .gradiant-orange{
		background: rgb(254,181,68);
		background: -moz-linear-gradient(90deg, rgba(254,181,68,1) 7%, rgba(252,137,56,1) 92%);
		background: -webkit-linear-gradient(90deg, rgba(254,181,68,1) 7%, rgba(252,137,56,1) 92%);
		background: linear-gradient(90deg, rgba(254,181,68,1) 7%, rgba(252,137,56,1) 92%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#feb544",endColorstr="#fc8938",GradientType=1);
	}
#landing-LDLC-PASS .txt-gradiant-orange{
		background: #FEB544;
		background: linear-gradient(to right, #FEB544 0%, #FC8938 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
#landing-LDLC-PASS .promote {
    background-color: #ffe6cf;
	margin: 80px auto 40px auto;
}

#landing-LDLC-PASS .promote .title-1 {
    padding-top: 30px!important;
}

#landing-LDLC-PASS .m-0 {
	 margin: 0!important; 
}

#landing-LDLC-PASS .font-weight-bold {
	 font-weight: bold; 
}


#landing-LDLC-PASS .box-shadow {
-webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.08); 
box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.08);
}

#landing-LDLC-PASS .mentions {
	margin: 20px auto 30px auto;
    font-size: 13px;
	color: #969696;
	font-style: italic;
}
#landing-LDLC-PASS .txt-orange {
    color: #ff8332;
}

#landing-LDLC-PASS .txt-white {
    color: #ffffff;
}

#landing-LDLC-PASS .highlight-orange {
    color: #ffffff;
    background-color: #ff8332;
    display: inline-block;
    font-size: 16px;
    padding: 4px 5px;
}

.landing-faq {
    background: #fff;
    display: table;
    margin: 0 auto 22px;
    max-width: 1210px;
    padding: 11px;
    position: relative;
    width: 100%;
}

.pointing-right {
  list-style-type: none!important;
  padding-left: 0; 
}

.pointing-right li {
  position: relative!important; 
  padding-left: 35px!important;
}


.pointing-right li::before {
  content: '';
  position: absolute!important;
  left: 0!important;
  top: 50%;
  transform: translateY(-50%);
  width: 20px; 
  height: 9px; 
  background-image: url('https://media.ldlc.com/mkt/ldlc-pro/fr/landing-responsive/05-LANDING/SALLE-REUNION/images/arrow_bullet.png');
  background-size: contain;
  background-repeat: no-repeat;
}



/* POPIN */


#landing-LDLC-PASS .bulle-info {
            display: inline-flex;
            justify-content: center;
            align-items: center;
            width: 24px;
            height: 24px;
            background-color: #ff8332;
            color: white;
            font-weight: bold;
            font-size: 14px;
            border-radius: 50%;
            cursor: pointer;
            margin-left: 8px;
			
        }
        

#landing-LDLC-PASS .popin-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.6);
            display: none;
            justify-content: center;
            align-items: center;
			z-index: 9999;
        }
        

#landing-LDLC-PASS .popin-content {
            background: white;
            max-width: 720px;
            width: 90%;
			height: auto;
            padding: 20px;
            border-radius: 8px;
            position: relative;
            text-align: center;
        }
        
#landing-LDLC-PASS .popin-content p{
            font-weight: 500!important;
        }        
#landing-LDLC-PASS .popin-content img{
           width: 100%;
		   margin: 20px auto!important;
        }
        
#landing-LDLC-PASS .popin-close {
            position: absolute;
            top: 10px;
            right: 10px;
            width: 20px;
            height: 20px;
            cursor: pointer;
        }
#landing-LDLC-PASS .popin-close::before, .popin-close::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 0;
            width: 100%;
            height: 2px;
            background: black;
        }
#landing-LDLC-PASS .popin-close::before {
            transform: rotate(45deg);
        }
#landing-LDLC-PASS .popin-close::after {
            transform: rotate(-45deg);
        }



#landing-LDLC-PASS sup {
	font-size: 11px; 
}


#landing-LDLC-PASS {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px; 
	color: #3e3e3e;
	margin: 0 auto;
}



/*------ SECTION 1 -------*/
#landing-LDLC-PASS .header-LDLC-PASS{
	background: url("https://media.ldlc.com/mkt/ldlc-pro/fr/FAQ/IMG/PASSPRO.jpg") #181818 top center no-repeat;
	height: 368px;
	margin: 0 auto;
}

#landing-LDLC-PASS .content{
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
#landing-LDLC-PASS .content img#logoLDLC-pass{
	margin-left:10%;
	margin-top: 80px;
	float: left;
	margin-right: 5%;
	width: 284px;
}
#landing-LDLC-PASS .content p#accroche{
	font-family: 'Montserrat', sans-serif;
	font-size: 34px;
	font-weight: 800;
	color: #ffffff;
	padding-top: 10%;
	margin-right: 5%;
	margin-bottom: 5%;
	line-height: 40px;
}

#landing-LDLC-PASS .content p#accroche strong{
	font-weight: 900;
}
#landing-LDLC-PASS .content p#accroche span{
	font-weight: 400;
	color: #ffffff;
	font-size: 26px;
}
#landing-LDLC-PASS .content a.btn{
	font-weight: 700;
    padding: 10px 20px;
    text-transform: uppercase;
	border-radius: 30px;
	background-color: #ff8332;
	box-shadow:3px 3px 10px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	color: #181818;
}
#landing-LDLC-PASS .content a.btn:hover{
color: #181818;
box-shadow: inset -3px -3px 6px rgba(255, 255, 255, 0.2),
        inset 3px 3px 4px rgba(0, 0, 0, 0.6);

}

/*------ SECTION 2 -------*/
#landing-LDLC-PASS .avantages{
	padding-top: 30px;
}
#landing-LDLC-PASS h1{
	font-family: 'Montserrat', sans-serif;
	font-size: 23px;
	font-weight: 800;
	color: #181818;
	background-color: #ff8332;
	padding: 5px 10px;
	width: max-content;
	margin: 0 auto;
	text-align: center;
}
#landing-LDLC-PASS #pass-picto {
    display: flex;
    justify-content: center;
    gap: 50px; 
}

#landing-LDLC-PASS #pass-picto .picto {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 400px;
    flex: 0 0 auto; 
    margin: 40px 0;
    padding: 40px;
}
#landing-LDLC-PASS #pass-picto .picto p{
 font-size: 14px;
 font-weight: 600;
}
#landing-LDLC-PASS #pass-picto .picto h3{
 font-weight: 900;
 font-size: 26px;
 margin-bottom: 0;
}
#landing-LDLC-PASS #pass-picto .picto span{
 font-size: 22px;
 font-weight: 700;
}
.picto .icon{
 width: 80px!important;
 margin-bottom: 15px;
}
#landing-LDLC-PASS #offre1{
	position: relative;
	max-width: 800px;
	margin:20px auto 0 auto;
    text-align: center;
    border: 5px solid #ff8332;
}
#landing-LDLC-PASS #offre1 #plus{
    top:-36px;
	left:50%;
	margin-left:-37px;
    position: absolute;
}

#landing-LDLC-PASS #offre1 p{
    font-size: 20px;
    font-weight: 800;
	padding:35px 0;
}
#landing-LDLC-PASS p#offre2{
   text-align: center;
    margin: 0 auto;
    font-size: 23px;
    font-weight: 800;
    padding:0 20px 50px 20px;
}
#landing-LDLC-PASS p#offre2 span{
    font-size: 12px;
    font-weight: 400;
}
#landing-LDLC-PASS .conditions {
    padding: 40px;
}
#landing-LDLC-PASS .conditions h3{
    font-weight: bold;
	text-align: left;
}

#landing-LDLC-PASS .conditions ul li{
    font-size: 14px;
    font-weight: 500;
	text-align: left;
	padding: 5px 0;
}

/*------ SECTION 3 -------*/

#landing-LDLC-PASS .recap {
    text-align: center;
	pdding-top:15px;
}
#landing-LDLC-PASS .recap p {
    margin: 40px auto 30px auto;
}
#landing-LDLC-PASS .recap p:nth-child(4) {
    margin: 20px auto 30px auto;
    font-size: 13px;
}
#landing-LDLC-PASS .recap table {
border: 1px solid #ffffff;
width: 80%;
margin: 0 auto;
border-collapse: collapse;
}
#landing-LDLC-PASS .recap th.sanspass, td.sanspass {
border: 1px solid #ffffff;
background-color: #e4e4e4;
width: 33%;
color: #656565;
}
#landing-LDLC-PASS .recap th.avecpass, td.avecpass {
border: 1px solid #ffffff;
background-color: #ff8332;
width: 33%;
}
#landing-LDLC-PASS .recap td.avecpass{
 font-weight: 800;
}

#landing-LDLC-PASS .recap th {
vertical-align: middle;
}
#landing-LDLC-PASS .recap td {
border: 1px solid #ffffff;
width: auto;
padding: 15px;
text-align: center;
font-weight: 600;
vertical-align: middle;
}

#landing-LDLC-PASS .recap td br {
font-size: 12px;
}
#landing-LDLC-PASS .recap td span {
font-style: italic;
font-size: 13px;
font-weight: 400;
}
#landing-LDLC-PASS .recap table td img {
 margin: 0 8% 0 3%;
float: left;
}
#landing-LDLC-PASS .recap td.livraison-picto {
    text-align: left;
	border: 1px solid #f0f0f0;
    display: flex;
    align-items: center; 
    text-align: left; 
    gap: 10px;
}
#landing-LDLC-PASS .recap .livraison {
	border: 1px solid #f0f0f0;
	padding: 15px 0;
}
#landing-LDLC-PASS .recap td.livraison-picto img{
     width: 47px;
}
#landing-LDLC-PASS .recap a {
color: #0a3782;
text-decoration: underline;
font-size: 13px;
text-align: center;
display: block;
padding: 20px 0 40px 0;
width: 250px;
margin: 0 auto;
cursor: pointer;
}


/*------ SECTION 3 btn caché-------*/
#landing-LDLC-PASS .zone-btn{
	display: none;
}



/*------ SECTION 4 -------*/
#landing-LDLC-PASS .faq {
    background-color: #ffffff;
    text-align: center;
}
#landing-LDLC-PASS #picto-faq {
	margin:0 auto;
	display: flex;
   flex-wrap: wrap;
    flex: 1 1 100%;
	padding: 0 40px 40px 40px;
}
#landing-LDLC-PASS #picto-faq .picto{
    float: left;
    text-align: center;
    flex: 0 0 33%;
    max-width: 33%;
    margin: 20px auto;
	padding: 0 15px;
}
#landing-LDLC-PASS #picto-faq .picto p{
    font-weight: 700;
    font-size: 16px;
}
	#landing-LDLC-PASS #picto-faq .picto span{
		font-weight: 500;
		font-size: 14px;
	}

#landing-LDLC-PASS .content a.button{
	font-weight: 700;
    padding: 10px 20px;
    text-transform: uppercase;
	border-radius: 30px;
	background-color: #d10d32;
	box-shadow:3px 3px 10px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	color: #ffffff;
	margin: 30px auto 50px auto;
    display: inline-block;
}
#landing-LDLC-PASS .content a.button:hover{
box-shadow: inset 3px 4px 5px rgba(0, 0, 0, 0.4);

}


/*------ SECTION 5 -------*/
#landing-LDLC-PASS .txt-seo {
    background-color: #181818;
    text-align: center;
    display: none;
}
#landing-LDLC-PASS .txt-seo p{
    font-size: 12px;
    color: #dfdfdf;
    padding: 40px 5px;
}


/******* 1210 PX *******/
@media screen and (max-width: 1290px) {
/*	#landing-LDLC-PASS .content img#logoLDLC-pass{
	margin-left:14%;
	}*/

@media screen and (max-width: 1210px) {
	#landing-LDLC-PASS .content img#logoLDLC-pass{
	margin-left:9%;
	
	}
	#landing-LDLC-PASS .content p#accroche{
    font-size: 26px;
    font-weight: 800;
    color: #ffffff;
    padding-top: 12%;
    margin-right: 5%;
    margin-bottom: 5%;
    line-height: 30px;
	}

}


/******* 940px PX *******/
@media screen and (max-width: 1024px) {
	#landing-LDLC-PASS .header-LDLC-PASS {
    margin-top: -30px;
	}
	#landing-LDLC-PASS .recap table {
    width: 100%;
    }
	 #landing-LDLC-PASS .recap td span {
    margin-left: 77px;
	}


}


/******* 760 PX *******/
@media screen and (max-width: 768px) {
	#landing-LDLC-PASS .content img#logoLDLC-pass{
	margin-left:2%;
	}
	#landing-LDLC-PASS #pass-picto .picto{
	flex: 0 0 30%;
   }
   #landing-LDLC-PASS #offre1 p {
    font-size: 19px;
     float: none;
	}
	#landing-LDLC-PASS #offre1 #picto-panier {
    float: none;    
    margin: 40px 0 0 -5px;
	}
	#landing-LDLC-PASS .recap table {
    width: 100%;
    }
    #landing-LDLC-PASS .recap td span {
    margin-left: 77px;
	}
	
	#landing-LDLC-PASS #offre1 {
    height: auto;
    margin: 60px auto 40px auto;
	}

}

@media screen and (max-width: 479px) {
    body .content, body.mini .content {
        padding-top: 50px!important;
    }
}
@media screen and (max-width: 1023px) {
    body .content {
        padding-top: 25px!important;
    }
}
/******* 560 PX *******/
@media screen and (max-width: 700px) {
#landing-LDLC-PASS .recap {
    display: none;
}
/*------ SECTION 3 btn caché-------*/
#landing-LDLC-PASS .zone-btn{
	background-color: #f4f4f4;
    padding: 40px;
    text-align: center;
    display: block;
}

#landing-LDLC-PASS h1 {
    width: 90%;
   }
#landing-LDLC-PASS .header-LDLC-PASS {
	background: url("https://media.ldlc.com/mkt/ldlc-pro/fr/FAQ/IMG/PASSPRO.jpg") #181818 top center no-repeat;
    height: auto;
    margin-top: -15px;
	background-size: cover;

}
#landing-LDLC-PASS .content img#logoLDLC-pass {
	display: block;
    margin: 0 auto;
    padding: 30px 0;
    float: none;
	width: 70%;
}
#landing-LDLC-PASS .content p#accroche {
    padding: 0 10px;
  	margin-right: 0px;
    text-align: center;
	font-size: 26px!important;
	line-height: 32px!important;
}
#landing-LDLC-PASS .content #texte {
	text-align: center;
	padding-bottom: 50px;
}
#landing-LDLC-PASS #pass-picto {
    display: block;
 
}
#landing-LDLC-PASS #pass-picto .picto {
    float: none;
    max-width: 90%;
	margin: 30px auto;
   }
   #landing-LDLC-PASS #picto-faq {
    display: block;
}
#landing-LDLC-PASS #picto-faq .picto {
    float: none;
   max-width: 90%;
 }
}




/******* 400 PX *******/
@media screen and (max-width: 400px) {



}

