@charset "UTF-8";
/* CSS Document */


/*///////////////////////////////////////////////////////////////////////////////////////////////
//                                                                                             //
//  PAGE PRODUIT                                                                               //
//                                                                                             //
///////////////////////////////////////////////////////////////////////////////////////////////*/


/*-------------------------------------------------------------------------------+
+ Introduction au produit                                                        +
+-------------------------------------------------------------------------------*/

#chapo {
	background-color: #8bbc06;
	padding-top:110px;
}

.connecte #chapo {
	background-color: #8bbc06;
	padding-top:140px;
}


#chapo #intro-produit p {
	color: #fff;
	font-size: 3em;
	text-align:center;
	margin:0;
	padding:0 0 20px 0
}

@media screen and (max-width: 767px) { /* Mobile */

	#chapo #intro-produit p {
		font-size: 2em;
	}
	
	#chapo {
	padding-top:90px;
}
	
}


/*-------------------------------------------------------------------------------+
+ Information covid                                                              +
+-------------------------------------------------------------------------------*/

.covid  {
	font-size: 1.4em;
	padding-top:40px;
	margin:0 auto;
	padding-bottom:20px;
}

.covid .moyensDeContact {
	box-shadow:0 0 6px 0 rgba(0,0,0,0.3);
	background-color:#fcfff4;
	padding:20px;
	margin:20px 0;	
}

.covid .moyensDeContact ul {
	width:80%;
	margin:20px auto;
	overflow:hidden;
}

.covid .moyensDeContact ul li {
	float:left;
	width:49%;
	text-align:center;
}

.covid .moyensDeContact ul li:first-child {
	border-right:1px solid #8bbc06;
}

.covid .moyensDeContact ul li span {
	display:block;
	margin-bottom:20px;
	font-weight:bold;
	color:#8bbc06;
	font-size:1.2em;
}

.covid .moyensDeContact ul li span.picto {
	display:inline;
	font-size:2em;
	top:10px;
	position:relative;
	margin-right:5px;
}

.covid .moyensDeContact h2 {
	color:#8bbc06;
	text-align:center;
	font-size:1.4em;
}

p.conseils {
	text-align:center;
}

.covid .moyensDeContact p {
	clear:both;
}

@media screen and (max-width: 767px) { /* Mobile */

	.covid  {
		padding:10px;
	}
	
	.covid .moyensDeContact ul li {
		clear:both;
		width:100%;
		text-align:center;
		padding:20px 0;
	}
	
	.covid .moyensDeContact ul li:first-child {
		padding:0 0 20px 0;
		border-bottom:1px solid #8bbc06;
	}

}

@media screen and (min-width: 768px) and (max-width: 1220px) { /* Tablette */

	.covid  {
		width:700px;
	}

}

@media screen and (min-width: 1221px) { /* Bureau */

	.covid  {
		width:730px;
	}

}


/*-------------------------------------------------------------------------------+
+ FAQ                                                                            +
+-------------------------------------------------------------------------------*/

#zone-faq #faq article {
	background-color: #fff;
	border: 1px solid  #ebebeb;
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.2);
	box-shadow: 0 0 8px rgba(0,0,0,0.2);
	position: relative;
	margin:0 10px;
}

#zone-faq #faq article h2 {
	background-repeat: no-repeat;
	text-align: center;
}

#zone-faq #faq article h2:before {
	content: "?";
    position: absolute;
    display: block;
    background-color: #b8b8b8;
    color: #fff;
}

#zone-faq #faq article .lien-puce {
	background-position: left -250px;
	margin-bottom: 15px;
	color: #8bbc06;
}

#zone-faq #faq article .bt-vert {
	left: 50%;
	-ms-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
}

#zone-faq #faq article .faq .content dt {
	padding-left: 25px;
}

#zone-faq #faq article .faq .content dt a {
    text-decoration: none;
    font-weight: normal;
    display: block;
}

#zone-faq #faq article .faq .content:hover {
	background: #f4f4f4;
}


@media screen and (max-width: 767px) { /* Mobile */

	#zone-faq #faq { 
		padding-bottom:50px
	}

	#zone-faq #faq article {
		padding: 20px;
		margin-top: 50px;
	}
	
	#zone-faq #faq article .faq {
	    margin-bottom: 20px;
	}

	#zone-faq #faq article h2 {
		margin-bottom: 15px;
		padding: 20px 0 5px 0;
		line-height: 1.2em;
		font-size: 1.6em;
	}
	
	#zone-faq #faq article h2:before {
	    padding: 15px 19px;
	    border-radius: 50%;	    	
	    left: 50%;
	    top: -25px;
		-ms-transform: translate(-50%,0);
		-webkit-transform: translate(-50%,0);
		transform: translate(-50%,0);
		margin-right: -50%;
	}
				
	#zone-faq #faq article .faq .content {
		padding: 5px;
	}

	#zone-faq #faq article .bt-vert .puce-droite {
		display: none;
	}

}

@media screen and (min-width: 768px) { /* Tablette + Bureau */

	#zone-faq {
		margin: 0 auto;
		padding: 7em;
	}

	#zone-faq #bloc-faq .conteneur { 
		padding: 0 20px;
	}

	#zone-faq #bloc-faq #faq {
		margin: 80px 0 20px 0;
	}

	#zone-faq #faq article {
		min-height: 230px;
		width: 690px;
		margin: 0 auto;
		padding: 20px;
	}

	#zone-faq #faq article h2 {
		margin-bottom: 15px;
		padding: 8px 0;
		line-height: 1.3em;
		font-size: 2.5em;
	}
	
	#zone-faq #faq article h2:before {
	    top: 0;
	    left: 0;
	    padding: 15px 30px 20px 20px;
	    border-radius: 0 0 100% 0;
	}

	#zone-faq #faq article .faq .content dt a {
	    font-size: 1.23em;
	}
		
	#zone-faq #faq article .faq .content {
		padding: 15px 20px;
	}
	
	#zone-faq #faq article .bt-vert {
		margin-bottom: 30px;
	}
		
}