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


/*-------------------------------------------------------------------------------+
+ Introduction                                                                   +
+-------------------------------------------------------------------------------*/

#chapo {
	background-color: #fff;
	background-position: center top;
}

#chapo h4.genTitle{
	border-color:#5c5f62;
	color:#5c5f62;
}

#intro-page .bt-vert {
	position: absolute;
}

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

	#chapo {
		background-image: url(../img/vsl-chapo-mobile.png);
		padding-top: 0;
	}
	
	#chapo h4.genTitle{
		border-color:#fff;
		color:#fff;
	}

	#intro-page .conteneur {
		height: 275px;
	}
	
	.connecte #intro-page .conteneur {
		height: 250px;
	}

	#intro-page .bt-vert {
		bottom: -20px;
		left: 50%;
		margin-left: -100px;
	}
	

}

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

	#chapo {
		background-image: url(../img/vsl-chapo-tablette.png);
	}

	#intro-page {
		height: 255px;
	}
	
	.connecte #intro-page {
		height: 225px;
	}

	#intro-page .bt-vert {
		top: 135px;
		left: 50%;
		margin-left: -340px;
	}
	
	.connecte #intro-page .bt-vert {
		top: 105px;
	}

}

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

	#chapo {
		background-image: url(../img/vsl-chapo-bureau.png);
	}

	#intro-page {
		height: 255px;
	}
	
	.connecte #intro-page {
		height: 225px;
	}

	#intro-page .bt-vert {
		top: 135px;
		left: 120px;
	}
	
	.connecte #intro-page .bt-vert {
		top: 105px;
	}

}



/*-------------------------------------------------------------------------------+
+ Avantages produit                                                              +
+-------------------------------------------------------------------------------*/

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

	.avantages-produit h1 {
		padding-top: 40px;
	}
	
}



/*-------------------------------------------------------------------------------+
+ Demande en ligne                                                               +
+-------------------------------------------------------------------------------*/

.demande .etape-initiale {
   	position: relative;
}

.demande .etape-initiale .picto {
   	color: #fff;
   	border-radius: 50%;
   	border-style: solid;
   	border-color: #fff;
}

.demande .etape-initiale p {
   	color: #fff;
   	font-size: 1.5em;
   	font-weight: bold;
   	line-height: 1.8em;
}

.demande ul li p {
   	font-weight: bold;
}

.demande .bt-vert {
   	left: 50%;
   	transform: translate(-50%,0);
}

.demande .mention-DCC {
   	padding-top: 15px;
   	color: #fff;
   	font-size: 1.8em;
   	text-align: center;
}

@media screen and (max-width: 767px){/* Mobile */
	
	.demande {
    	padding-bottom: 20px;
	}
	
	.demande .etape-initiale {
    	padding: 90px 20px 20px 20px;
	}

	.demande .etape-initiale .picto {
    	position: absolute;
    	top: 0;
    	left: calc(50% - 39px);
    	padding: 8px;
    	font-size: 6em;
    	border-width: 1px;
	}

}

@media screen and (min-width: 768px){ /* Tablette + Bureau */
	
	.demande {
    	padding-bottom: 30px;
	}

	.demande .etape-initiale {
		width: 600px;
		margin: 0 auto;
		padding-bottom: 30px;
    	text-align: center;
	}

	.demande .etape-initiale .picto {
    	display: inline-block;
    	margin-bottom: 30px;
    	padding: 20px;
    	border-width: 2px;
    	font-size: 6.5em;
	}
	
	.demande ul {
	   	margin-bottom: 30px;
	}

}



/*-------------------------------------------------------------------------------+
+ Liste des projets                                                              +
+-------------------------------------------------------------------------------*/

.projets h2 {
	padding: 20px 0;
	text-align: center;
	line-height: 1.3em;
}

.projets h2 span {
	display: block;
	font-weight: normal;
}

.projets h2:after {
	content: "";
	display: block;
	background-color: #8bbc06;
 	width: 20px;
	height: 3px;
	margin: 25px auto;
}

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

	.projets .conteneur {
		padding: 10px;
		max-width: 750px;
	}

	.projets h2 {
		padding: 10px 0;
	    font-size: 2.4em;
	}
	
}

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

	.projets .conteneur {
		margin: 20px auto 40px auto;
	}

	.projets h2 {
	    padding: 20px 0 10px 0;
	}
	
}

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

	.projets h2 {
	    font-size: 2.6em;
	}
	
}

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

	.projets h2 {
	    font-size: 3em;
	}

}


/* Liste des projets ***************************************************/
	
.projets .liste-projets .projet {
	position: relative;
	background: #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);
}

.projets .liste-projets .projet h3 {
	display: block;
	background: #fff;
	color: #8bbc06;
	vertical-align: middle;
	text-align: center;
}

.projets .liste-projets .projet .debord {
    background: url(../../../img/divers/debord-blanc-s.png) no-repeat top center;
    display: block;
    width: 122px;
    height: 5px;
    margin: 0 auto;
}

.projets .liste-projets .projet p {
	font-size: 1.5em;
	line-height: 1.8em;
	padding: 0 10px;
}

@media screen and (max-width: 767px) { /* Mobile */
	
	.projets .liste-projets .projet {
		max-width: 350px;
		margin: 40px auto;
		padding-bottom: 15px;
	}
	
	.projets .liste-projets .projet img {
		width: 100%;
	}
	
	.projets .liste-projets .projet h3 {
		padding: 10px 0;
		font-size: 2em;
	}
	
	.projets .liste-projets .projet p {
		padding: 15px 15px 0 15px;
	}
	
	.projets .liste-projets .projet .bt-vert {
		left: calc(50% - 80px);
	}
	
}

@media screen and (min-width: 768px) { /* Tablette + Bureau */
	
	.projets .liste-projets {
		overflow: hidden;
		margin: 0 auto;
	}	
	
	.projets .liste-projets .projet {
		float: left;
	}
	
	.projets .liste-projets .projet h3 {
		padding: 10px 0;
	}
	
	.projets .liste-projets .projet p {
		padding: 20px 20px 0 20px;
	}
	
	.projets .liste-projets .projet .bt-vert {
		position: absolute;
		bottom: 20px;
		left: calc(50% - 74px);
	}

}

@media screen and (min-width: 768px) and (max-width: 1220px) { /* Tablette */
	
	.projets .liste-projets .projet h3 {
		font-size: 2.4em;
	}
	
}

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

	.projets .liste-projets .projet h3 {
		font-size: 2.5em;
	}
	
}


/* Cas 3 projets */

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

	.projets .liste-projets.cas-3-projets .projet {
		width: calc((100% / 3) - 40px);
		min-height: 380px;
		margin: 10px;	
		padding: 10px 10px 70px 10px;
	}

	.projets .liste-projets.cas-3-projets .projet img {
		width: calc(100% + 20px);
		margin: -10px -10px 0 -10px
	}
	
	.projets .liste-projets.cas-3-projets .projet h3 {
		width: calc(100% + 20px);
		margin: 0 -10px;
	}

}

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

	.projets .liste-projets.cas-3-projets {
		width: 1095px;
		margin: 0 auto;
	}

	.projets .liste-projets.cas-3-projets .projet {
		width: 315px;
		height: 380px;
		margin: 10px;	
		padding: 10px 15px 70px 15px;	
	}

	.projets .liste-projets.cas-3-projets .projet img {
		width: 345px;
		margin: -10px -15px 0 -15px;
	}
	
	.projets .liste-projets.cas-3-projets .projet h3 {
		width: 345px;
		margin: 0 -15px;
	}
	
}



/*-------------------------------------------------------------------------------+
+ Bonnes raisons                                                                 +
+-------------------------------------------------------------------------------*/

.rebonds {
	background: #ebebeb;
}



/*-------------------------------------------------------------------------------+
+ Mentions legales                                                               +
+-------------------------------------------------------------------------------*/

#mentions-legales {
	background: #ebebeb;
}
