<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*FAQ*/
.faq_bg{
	background:url("../img/faq_bg.jpg") no-repeat scroll left center / cover ;
    height: 380px;
    margin-bottom: 40px;
    width: 100%;
}

#more_questions{
	border:1px solid #98de79;
	padding:30px;
	text-align:center;
	font-size:18px;
	position:relative;
	margin:50px auto;
}
#more_questions:before{
	display:block;
	content:'';
	height:14px;
	width:100%;
	position:absolute;
	left:0;
	top:-15px;
	background:url('../img/offrir_top.png') center top no-repeat;
}
#more_questions:after{
	display:block;
	content:'';
	height:14px;
	width:100%;
	position:absolute;
	left:0;
	bottom:-15px;
	background:url('../img/offrir_bottom.png') center top no-repeat;
}
#more_questions h2{
	text-transform:uppercase;
	font-weight:normal;
	font-size:30px;
	padding:0 0 10px;
	text-align:center;
	font-family:'MostraNuova_Regular';
	color:#3b3b3b;
}
#more_questions a{ text-decoration:underline; }
.contact_faq{
	display: block;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 30px;
	text-align: center;
	font-family: 'MostraNuova_Regular';
	color: #3b3b3b;
	padding: 0 0 40px;
	margin: 10px 0 50px;
	position: relative;
	border-bottom: 1px solid #dcdcdc;
}
.contact_faq:after {
	display: block;
	content: '';
	height: 14px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url('../img/offrir_top.png') center top no-repeat;
}
.faq_page{
	padding: 40px 0;
}
.faq_page h1{
	display: none;
}
.faq_page h2{
	font-family: "MostraNuova_Regular";
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 20px 5px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 20px;
}
.faq_page p,
.faq_page ul{
	display: none;
    padding: 0 20px;
    background: #f8f8f8;
}
.faq_page p:first-child{
	padding-top: 20px 
}
.faq_page p:last-child{
	padding-bottom: 20px 
}
.faq_page.faq_page_2,
.faq_page.faq_page_3,
.faq_page.faq_page_4,
.faq_page.faq_page_5,
.faq_page.faq_page_6{
	display: none;
}
.nav_faq{
	display: block;
}
.nav_faq ul{
	display: block;
	text-align: center;
}
.nav_faq ul li{
	display: inline-block;
	list-style: none;
	text-align: center;
	margin: 0 8px;
}
.nav_faq ul li a{
	display: block;
	padding: 40px 0 110px;
	font-family: "MostraNuova_Regular";
    font-size: 24px;
    color: #3b3b3b;
    text-transform: uppercase;
    border: 1px solid #d7d7d7;
    width: 178px;
}
.nav_faq ul li a:hover{
	color: #98DE7B;
    border: 1px solid #98DE7B;
}
.nav_faq ul li a.abo{
	background: url("../img/faq_abo.jpg") center 90px no-repeat;
}
.nav_faq ul li a.boutique{
	background: url("../img/faq_boutique.jpg") center 90px no-repeat;
}
.nav_faq ul li a.livraison{
	background: url("../img/faq_livraison.jpg") center 90px no-repeat;
}
.nav_faq ul li a.paiment{
	background: url("../img/faq_paiment.jpg") center 97px no-repeat;
}
.nav_faq ul li a.box{
	background: url("../img/faq_box.jpg") center 80px no-repeat;
}
.nav_faq ul li a.compte{
	background: url("../img/faq_compte.jpg") center 86px no-repeat;
}

@media screen and (max-width: 1024px){
	.nav_faq ul li{
		width: 235px !important;
		margin: 0 0 20px !important;
	}
}
@media screen and (max-width: 640px){
	.nav_faq ul li{
		width: 200px !important;
	}
}</pre></body></html>