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


/*///////////////////////////////////////////////////////////////////////////////////////////////
//                                                                                             //
//  CORPS DE PAGE - Styles communs                                                             //
//                                                                                             //
///////////////////////////////////////////////////////////////////////////////////////////////*/


/*-------------------------------------------------------------------------------+
+ Chapo                                                                          +
+-------------------------------------------------------------------------------*/

#chapo {
	background-color: #eee;
}

#chapo #mod-simulateur {
	background-color:#ff7200;
}

#chapo #mod-simulateur #objetPret_hidden { /* gestion de la couleur du bouton de simulation (vert/noir) en JS grace a ce style */
	width: 1px;
}

#chapo #mod-simulateur .picto-infobulle a {
	background: black!important;
	color: #fff!important;
}




/*///////////////////////////////////////////////////////////////////////////////////////////////
//                                                                                             //
//  PAGE PRODUIT (Nouvelles pages)                                                             //
//                                                                                             //
///////////////////////////////////////////////////////////////////////////////////////////////*/


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

.avantages-produit h1 {
	text-align: center;
	line-height: 1.3em;
}

.avantages-produit h1 span {
	display: block;
	font-weight: normal;
}

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

.avantages-produit .intro {
	text-align: center;
	font-size: 1.8em;
}

.avantages-produit h1 + .intro {
	font-size: 1.5em;
}

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

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

	.avantages-produit h1 {
		padding: 80px 0 10px 0;
		font-size: 2.4em;
	}
	
}

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

	.avantages-produit .conteneur {
		margin: 20px auto 40px auto;
	}

	.avantages-produit h1 {
		padding: 20px 0 10px 0;
	}
	
	.avantages-produit .intro {
		padding: 0 10px;
	}

}

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

	.avantages-produit h1 {
		font-size: 2.6em;
	}

}

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

	.avantages-produit h1 {
		font-size: 3em;
	}

	.avantages-produit .intro {
		padding: 0 70px;
	}

}


/* Liste des avantages **********************************************/

.avantages-produit .liste-avantages .avantage {
	position: relative;
}

.avantages-produit .liste-avantages .avantage .picto {
	color: #8bbc06;
	border-radius: 50%;
	border-style: solid;
	border-color: #8bbc06;	
}
	
.avantages-produit .liste-avantages .avantage p {
	font-size: 1.5em;
	line-height: 1.8em;
}

.avantages-produit .liste-avantages .avantage ul li {
	font-size: 1.5em;
	line-height: 1.8em;
}

.avantages-produit .liste-avantages .avantage ul li:before  {
    content: "\e906";
    display: inline-block;
    font-family: 'petits-pictos';
    font-size: 0.75em;
    color: #8bbc06;
	margin: 0 10px 0 -40px;
    padding-left: 20px;
}

.avantages-produit .bt-vert {
	left: 50%;
	-ms-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
}

@media screen and (max-width: 1220px) { /* Mobile + Tablette */
	
	.avantages-produit .liste-avantages .avantage .titre {
		margin-bottom: 15px;
	}

	.avantages-produit .liste-avantages .avantage .titre h2 {
		display: inline-block;
		width: calc(100% - 65px);
		vertical-align: middle;
		font-size: 2em;
	}
		
	.avantages-produit .liste-avantages .avantage .titre .picto {
		display: inline-block;
		vertical-align: middle;
		margin-right: 15px;
		padding: 8px;
		font-size: 2.5em;	
		border-width: 1px;
	}
	
}

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

	.avantages-produit .liste-avantages .avantage  {
		padding: 20px 10px;	
		width: calc(100% - 20px);
	}
	
	.avantages-produit .liste-avantages .avantage ul li {
		padding: 0 0 5px 20px;
	}
			
	.avantages-produit .bt-vert {
		margin: 30px 0;
	}
}

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

	.avantages-produit .deux-colonnes {
		overflow: hidden;
	}
	
	.avantages-produit .liste-avantages {
	    overflow: hidden;
    	padding: 0 40px;
		margin: 40px 0 20px 0;
	}

	.avantages-produit .deux-colonnes .liste-avantages {
		overflow: hidden;
		float: left;
		padding: 0;
		margin: 40px 0 20px 0;
		width: 50%;
	}

	.avantages-produit .liste-avantages .avantage {
		float: left;
	}

	.avantages-produit .deux-colonnes .liste-avantages .avantage {
		float: none;
	}

}

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

	.avantages-produit .liste-avantages .avantage  {
		width: calc((100% / 2) - 100px);
		padding: 20px 40px 20px 60px;
	}

	.avantages-produit .deux-colonnes .liste-avantages .avantage {
		width: calc(100% - 100px);
	}
	
	.avantages-produit .liste-avantages .avantage ul li {
		padding: 0 0 5px 20px;
	}
					
	.avantages-produit .bt-vert {
		margin-top: 30px;
	}
	
}

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

	.avantages-produit .liste-avantages .avantage  {
		width: calc((100% / 2) - 150px);	
		padding: 20px 30px 20px 120px;	
	}

	.avantages-produit .deux-colonnes .liste-avantages .avantage {
		width: calc(100% - 150px);
	}
	
	.avantages-produit .liste-avantages .avantage .titre {
		position: relative;
		margin-bottom: 20px;
	}
	
	.avantages-produit .liste-avantages .avantage .titre h2 {
		font-size: 2.5em;
	}
		
	.avantages-produit .liste-avantages .avantage .titre .picto {
		position: absolute;
		top: -20px;
		left: -95px;
		padding: 12px;
		font-size: 4em;	
		border-width: 2px;
	}
	
	.avantages-produit .liste-avantages .avantage ul li {
		padding: 0 10px 5px 20px;
	}
		
}



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

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

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

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

.bonnes-raisons .intro {
	text-align: center;
	font-size: 1.5em;
}

.bonnes-raisons .bouton_nw.bt-vert {
	left: 50%;
	-ms-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
}

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

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

	.bonnes-raisons h2 {
		padding: 10px 0;
	    font-size: 2.4em;
	}
	
	.bonnes-raisons .bouton_nw.bt-vert {
		margin-bottom: 30px;
	}
	
}

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

	.bonnes-raisons .conteneur {
		margin: 20px auto 40px auto;
	}

	.bonnes-raisons h2 {
	    padding: 20px 0 10px 0;
	}
	
	.bonnes-raisons .intro {
		padding: 0 10px;
	}
	
	.bonnes-raisons .bouton_nw.bt-vert {
		margin: 30px auto;
	}
	
}

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

	.bonnes-raisons h2 {
	    font-size: 2.6em;
	}
	
}

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

	.bonnes-raisons h2 {
	    font-size: 3em;
	}

	.bonnes-raisons .intro {
		padding: 0 70px;
	}

}


/* Liste des raisons ***************************************************/

.bonnes-raisons .liste-raisons .raison .titre {
	text-align: center;
}

.bonnes-raisons .liste-raisons .raison .titre .fond-picto {
    background: #fff;
    display: inline-block;
    border-radius: 50%;
}

.bonnes-raisons .liste-raisons .raison .titre .fond-picto .picto {
	display: inline-block;
	color: #8bbc06;
	border-radius: 50%;
	border-style: solid;
	border-color: #8bbc06;
	vertical-align: middle;
}

.bonnes-raisons .liste-raisons .raison .titre h3 {
	display: block;
	vertical-align: middle;
}

.bonnes-raisons .liste-raisons .raison p {
	font-size: 1.5em;
	line-height: 1.8em;
	padding: 0 10px;
}

@media screen and (max-width: 767px) { /* Mobile */
	
	.bonnes-raisons .liste-raisons .raison {
		padding: 20px 20px 10px 20px;
		margin: 40px auto;
		background: #fff;
		-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);
	}
	
	.bonnes-raisons .liste-raisons .raison img {
		display: none;
	}
		
	.bonnes-raisons .liste-raisons .raison .titre {
		margin: -45px auto 10px auto;
	}
	
	.bonnes-raisons .liste-raisons .raison .titre h3 {
		margin-top: 10px;
		font-size: 2em;
	}
	
	.bonnes-raisons .liste-raisons .raison .titre .fond-picto {
	    border: 2px solid #fff;
	}
	
	.bonnes-raisons .liste-raisons .raison .titre .fond-picto .picto {
   	 	padding: 8px;
    	font-size: 2.5em;
    	border-width: 1px;
	}	
	
}

@media screen and (min-width: 768px) { /* Tablette + Bureau */
	
	.bonnes-raisons .liste-raisons {
		overflow: hidden;
		margin: 0 auto;
	}	
	
	.bonnes-raisons .liste-raisons .raison {
		float: left;	
	}
	
	.bonnes-raisons .liste-raisons .raison img {
		width: 100%;
	}
		
	.bonnes-raisons .liste-raisons .raison .titre {
		margin: -45px auto 15px auto;
	}
	
	.bonnes-raisons .liste-raisons .raison .titre .fond-picto {
	    border: 12px solid #fff;
	}
	
	.bonnes-raisons .liste-raisons .raison .titre .fond-picto .picto {
		padding: 12px;
		font-size: 4em;
		border-width: 2px;
	}	

}

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

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

	.bonnes-raisons .liste-raisons .raison .titre h3 {
		font-size: 2.5em;
	}
	
}


/* Cas 2 raisons */

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

	.bonnes-raisons .liste-raisons.cas-2-raisons .raison {
		width: calc((100% / 2) - 20px);
		padding: 10px;	
	}

}

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

	.bonnes-raisons .liste-raisons.cas-2-raisons {
		width: 730px;
		margin: 0 auto;
	}	

	.bonnes-raisons .liste-raisons.cas-2-raisons .raison {
		width: 335px;
		padding: 10px 15px;	
	}
	
}


/* Cas 3 raisons */

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

	.bonnes-raisons .liste-raisons.cas-3-raisons .raison {
		width: calc((100% / 3) - 21px);
		padding: 10px;	
	}

}

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

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

	.bonnes-raisons .liste-raisons.cas-3-raisons .raison {
		width: 335px;
		padding: 10px 15px;	
	}
	
}



/*-------------------------------------------------------------------------------+
+ Mode emploi                                                                    +
+-------------------------------------------------------------------------------*/

.mode-emploi {
	background-color: #7e7e7d;
}

.mode-emploi h2 {
	background-color: #fff;
	text-align: center;
	line-height: 1.3em;
}

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

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

.mode-emploi .debord {
    background: url(../img/divers/debord-blanc-L.png) no-repeat center center;
    display: block;
    width: 218px;
    height: 20px;
    margin: 0 auto;
}

.mode-emploi .intro {
	color: #fff;
	font-weight: bold;
}

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

	.mode-emploi h2 {
		padding: 10px;
	    font-size: 2.4em;
	}
	
	.mode-emploi .debord {
		margin-bottom: 20px;
	}

	.mode-emploi .intro {
		padding: 0 25px 20px 25px;
		font-size: 1.4em;
	}

}

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

	.mode-emploi {
	    padding-bottom: 60px;
	}

	.mode-emploi h2 {
	    padding: 20px 10px 10px 10px;
	}
	
	.mode-emploi .debord {
		margin-bottom: 50px;
	}

	.mode-emploi .intro {
		font-size: 1.6em;
		text-align: center;
	}
	
}

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

	.mode-emploi h2 {
	    font-size: 2.6em;
	}

}

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

	.mode-emploi h2 {
	    font-size: 3em;
	}

}


/* Liste des etapes ****************************************************/

.mode-emploi ul li {
	position: relative;
}

.mode-emploi ul li p {
	color: #fff;
}

.mode-emploi ul li .picto {
	color: #fff;
	border-radius: 50%;
	border-style: solid;
	border-color: #fff;	
}

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

	.mode-emploi ul li {
		padding: 20px 20px 20px 110px;
		min-height: 60px;
	}

	.mode-emploi ul li .picto {
		position: absolute;
		top: 10%;
		left: 25px;
		padding: 8px;
		font-size: 3em;
		border-width: 1px;
	}

	.mode-emploi ul li p {
		font-size: 1.2em;
	}
	
 	.mode-emploi ul li:after {	
	    content: "\e928";
	    position: absolute;
		top: 75%;
		left: 50px;
		display: inline-block;
		font-family:'petits-pictos';
		font-size: 1.5em;
		color: #fff;
		transform: rotate(90deg);
	}
	
	.mode-emploi ul li:last-child:after {	
		display: none;
	}
				
}

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

	.mode-emploi ul {
		overflow: hidden;
	}
	
	.mode-emploi ul li {
		float: left;
		text-align: center;
	}
	
	.mode-emploi ul li:after {	
	    content: "\e928";
	    position: absolute;
		top: 55px;
		right: -15px;
	    display: inline-block;
	    font-family:'petits-pictos';
	    font-size: 3em;
	    color: #fff;
	}
	
	.mode-emploi ul li:last-child:after {	
		display: none;
	}
				
	.mode-emploi ul li .picto {
		display: inline-block;
		margin-bottom: 30px;
		padding: 20px;
		border-width: 2px;
		font-size: 4.5em;	
	}
	
	.mode-emploi ul li p {
		line-height: 1.6em;
	}
	
}

@media screen and (min-width: 768px) and (max-width: 1220px) { /* Tablette */
	
	.mode-emploi ul li p {
		font-size: 1.5em;
	}

}

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

	.mode-emploi ul {
 		width: 1180px;
 		margin: 0 auto;
 	}
	
	.mode-emploi ul li p {
		font-size: 1.6em;
	}

}


/* Cas 3 etapes */

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

	.mode-emploi ul.cas-3-etapes li {
		width: calc((100% / 3) - 40px);	
		padding: 30px 20px 0 20px;
	}

}

@media screen and (min-width: 1221px) { /* Bureau */
 	
	.mode-emploi ul.cas-3-etapes li {
		width: calc((100% / 3) - 60px);	
		padding: 30px 30px 0 30px;
	}

}


/* Cas 4 etapes */

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

	.mode-emploi ul.cas-4-etapes li {
		width: calc((100% / 4) - 40px);	
		padding: 30px 20px 0 20px;
	}

}

@media screen and (min-width: 1221px) { /* Bureau */
 	
	.mode-emploi ul.cas-4-etapes li {
		width: calc((100% / 4) - 60px);	
		padding: 30px 30px 0 30px;
	}

}



/*-------------------------------------------------------------------------------+
+ Exemples                                                                       +
+-------------------------------------------------------------------------------*/

.exemples .debord {	    
	background: url(../img/divers/debord-vert-s.png) no-repeat top center;
	display: block;
	width: 48px;
	height: 5px;
	margin: 0 auto 15px auto;
}

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

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

.exemples h2:after {
	content: "";
    display: block;
    background-color: #8bbc06;
    margin: 25px auto;
    width: 20px;
    height: 3px;
}
	
@media screen and (max-width: 767px) { /* Mobile */
	
	.exemples .conteneur {
   	 	max-width: 750px;
    	padding: 10px;
	}		
	
	.exemples h2 {
		font-size: 2.4em;
	}
		
}

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

	.exemples .conteneur {
		max-width: 1120px;
		padding: 20px 30px;
	}
		
	.exemples h2 {
		font-size: 2.6em;
	}	
}

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

	.exemples .conteneur {
		width: 1120px;
		padding: 20px 0;
	}
	
	.exemples h2 {
		font-size: 3em;
	}
	
}


/* Liste des exemples **************************************************/

.exemples .exemple {
	background-color: #fff;
	-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);
}

.exemples .carrousel .exemple-simple.slick-cloned, .exemples .carrousel .exemple-photo.slick-cloned {
	box-shadow: none;
}

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

	.exemples .carrousel {
		margin: 0 -10px;
	} 
	
	.exemples .carrousel div {
		margin: 0 auto; 
		width: 280px;
	} 
	
	.exemples .exemple {
		padding-bottom: 10px;
		margin-bottom: 20px; 
		width: 280px;
	} 
		
	.exemples .exemple p {
		padding: 0 10px;
		line-height: 1.5em;
	}
	
}

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

	.exemples .carrousel {
		margin: 0 auto 30px auto;
		padding: 10px 0; /* espace pour ombres des <div> */
	} 
	
	.exemples .carrousel div, .bonnes-raisons .carrousel div {
		width: 540px;
	} 
	
	.exemples .exemple {
		width: 540px;
		padding-bottom: 10px;
	} 
	
	.exemples .exemple p {
		padding: 0 60px;
		line-height: 1.6em;
	}
	
}

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

	.exemples .carrousel div {
		margin: 0 auto;
	} 
	
}

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

	.exemples .carrousel {
		overflow: hidden;
	}

	.exemples .exemple {
		width: 540px;
		margin-bottom: 30px; 
	}

	.exemples .carrousel .exemple {
		float: left;
		margin: 0 10px 30px 10px; 
		min-height: 440px;
	}
	
}


/* Exemple simple */
	
.exemples .exemple-simple h3 {
	position: relative;
	background-color: #fff;
	padding: 15px 0 5px 0;
   	color: #54565b;
   	font-weight: bold;
   	text-align: center;
}

.exemples .exemple-simple h3:before {
	content: "*";
   	position: absolute;
   	top: 0;
	left: 0;
   	display: block;
   	background-color: #8bbc06;
   	color: #fff;
   	font-weight: normal;
   	border-radius: 0 0 100% 0;
}

.exemples .exemple-simple .taillesup {
	font-size: 1.2em;	
	display: inline-block;
	color: #8bbc06;
}

.exemples .exemple-simple .mention-dcc .taillesup {
	color: #54565b;
}

@media screen and (max-width: 767px) { /* Mobile */
	
	.exemples .exemple-simple h3 {
	   	padding: 15px 30px 10px 55px;
		font-size: 2em;
	}
	
	.exemples .exemple-simple h3:before {
	    padding: 15px 30px 5px 15px;
	    font-size: 1.5em;
	}
		
	.exemples .exemple-simple p {
		font-size: 1.3em;
	}
	
}

@media screen and (min-width: 768px) { /* Tablette + Bureau */
	
	.exemples .exemple-simple h3 {
	   	padding: 25px 0 15px 0;
		font-size: 2.5em;
	}

	.exemples .exemple-simple h3:before {
		padding: 15px 30px 5px 15px;
	    font-size: 2em;
	}
	
	.exemples .exemple-simple p {
		font-size: 1.6em;	
	}
		
}


/* Exemple avec photo */
		
.exemples .exemple-photo img {
	display: block;
	width: 100%;
}

.exemples .exemple-photo h3 {
	display: table-cell;
	vertical-align: middle;
	background: #8bbc06;
	padding: 5px;
	text-align: center;
	font-weight: normal;
	font-family: Varela;
	color: #fff;
	height: 65px;
	font-size: 1.8em;
}

.exemples .exemple-photo h3 span {
	display: block;
}
	
.exemples .exemple-photo h3 strong {
	font-size: 1.5em;
	font-weight: normal;
}

.exemples .exemple-photo p span {
	font-weight: bold;
	color: #8bbc06;
}

.exemples .exemple-photo p strong {
	display: block;
}

@media screen and (max-width: 767px) { /* Mobile */
	
	.exemples .exemple-photo h3 {
		width: 280px;
	}
		
	.exemples .exemple-photo p {
		font-size: 1.3em;
	}
	
}

@media screen and (min-width: 768px) { /* Tablette + Bureau */
	
	.exemples .exemple-photo h3 {
		width: 540px;
	}
	
	.exemples .exemple-photo p {
		font-size: 1.5em;
	}
	
}



/*-------------------------------------------------------------------------------+
+ Mentions exemple                                                               +
+-------------------------------------------------------------------------------*/

#mentions-exemple {
	color: #b8b8b8;
}

#mentions-exemple .taillesup {
	font-size: 1.25em;
	color: #54565b;
}

#mentions-exemple p {
	font-size: 2em;
}
	
#mentions-exemple p{
	text-align: center;
}

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

	#mentions-exemple {
		padding: 0 10px;
	}

	#mentions-exemple .conteneur {
		max-width: 750px;
		padding: 20px 0;
	}

}

@media screen and (min-width: 768px) { /* Tablette + Bureau */
		
	#mentions-exemple p.mention-dcc span {
		display: block;
	}

}

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

	#mentions-exemple {
		padding: 0 10px;
	}

	#mentions-exemple .conteneur {
		max-width: 1030px;
		padding: 30px;
	}

}

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

	#mentions-exemple .conteneur {
		width: 1030px;
		padding: 30px 75px;
	}

}



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

.demande {
	background-color: #7e7e7d;
	margin: 20px auto;
}

.demande h2 {
	background-color: #fff;
	text-align: center;
	line-height: 1.3em;
}

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

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

.demande .debord {
    background: url(../img/divers/debord-blanc-L.png) no-repeat top center;
    display: block;
    width: 218px;
    height: 20px;
    margin: 0 auto;
}

.demande .bt-vert {
	left: 50%;
	-ms-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
	margin-top: 20px;
}

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

	.demande {
	    padding-bottom: 50px;
	}

	.demande h2 {
		padding: 10px;
	    font-size: 2.4em;
	}
	
	.demande .debord {
		margin-bottom: 20px;
	}
					
}

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

	.demande {
	    padding-bottom: 60px;
	}

	.demande h2 {
	    padding: 20px 10px 10px 10px;
	}
	
	.demande .debord {
		margin-bottom: 50px;
	}
	
}

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

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

}

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

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

}


/* Liste des etapes ****************************************************/

.demande ul li {
	position: relative;
}

.demande ul li h3 {
	margin-bottom: 0.7em;
	color: #fff;
}

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

.demande ul li .precision {
	font-weight: normal;
}

.demande ul li a {
	color: #fff;
}

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

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

	.demande ul li {
		padding: 20px 20px 20px 110px;
		min-height: 60px;
	}

	.demande ul li .picto {
		position: absolute;
		top: 10%;
		left: 25px;
		padding: 8px;
		font-size: 4em;
		border-width: 1px;
	}

	.demande ul li h3 {
		font-size: 1.6em;
	}

	.demande ul li p {
		font-size: 1.6em;
	}
	
	 .demande ul li .precision {
 		font-size: 1.2em;
 	}
 	
 	.demande ul li:after {	
	    content: "\e928";
	    position: absolute;
		top: 75%;
		left: 50px;
		display: inline-block;
		font-family:'petits-pictos';
		font-size: 1.5em;
		color: #fff;
		transform: rotate(90deg);
	}
	
	.demande ul li:last-child:after {	
		display: none;
	}
				
}

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

	.demande ul {
		overflow: hidden;
	}
	
	.demande ul li {
		float: left;
		text-align: center;
	}
	
	.demande ul li:after {	
	    content: "\e928";
	    position: absolute;
		top: 55px;
		right: -15px;
	    display: inline-block;
	    font-family:'petits-pictos';
	    font-size: 3em;
	    color: #fff;
	}
	
	.demande ul li:last-child:after {	
		display: none;
	}
				
	.demande ul li .picto {
		display: inline-block;
		margin-bottom: 30px;
		padding: 20px;
		border-width: 2px;
		font-size: 6.5em;	
	}
	
}

@media screen and (min-width: 768px) and (max-width: 1220px) { /* Tablette */
	
	.demande ul li h3 {
		font-size: 1.6em;
		line-height: 1.8em;
	}
	
	.demande ul li p {
		font-size: 1.6em;
		line-height: 1.8em;
	}
	
	 .demande ul li .precision {
 		font-size: 1.3em;
 		line-height: 1.2em;
 	}

}

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

	.demande ul {
 		width: 1180px;
 		margin: 0 auto;
 	}
	
	.demande ul li h3 {
		font-size: 1.8em;
	}
	
	.demande ul li p {
		font-size: 1.8em;
	}
	
	 .demande ul li .precision {
 		font-size: 1.4em;
 	}

}


/* Cas 3 etapes */

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

	.demande ul.cas-3-etapes li {
		width: calc((100% / 3) - 41px);	
		padding: 30px 20px 0 20px;
	}

}

@media screen and (min-width: 1221px) { /* Bureau */
 	
	.demande ul.cas-3-etapes li {
		width: calc((100% / 3) - 60px);	
		padding: 30px 30px 0 30px;
	}

}


/* Cas 4 etapes */

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

	.demande ul.cas-4-etapes li {
		width: calc((100% / 4) - 40px);	
		padding: 30px 20px 0 20px;
	}

}

@media screen and (min-width: 1221px) { /* Bureau */
 	
	.demande ul.cas-4-etapes li {
		width: calc((100% / 4) - 60px);	
		padding: 30px 30px 0 30px;
	}

}


/* Cas 5 etapes */

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

	.demande ul.cas-5-etapes li {
		width: calc((100% / 5) - 30px);	
		padding: 30px 15px 0 15px;
	}

}

@media screen and (min-width: 1221px) { /* Bureau */
 	
	.demande ul.cas-5-etapes li {
		width: calc((100% / 5) - 60px);	
		padding: 30px 30px 0 30px;
	}

}



/*-------------------------------------------------------------------------------+
+ Témoignages                                                                    +
+-------------------------------------------------------------------------------*/

.temoignages {
	background-color: #7e7e7d;
}

.temoignages h2 {
	background-color: #fff;
	text-align: center;
	line-height: 1.3em;
}

.temoignages h2 span {
	font-weight: normal;
}

.temoignages h2:after {
	content: "";
    display: block;
    background-color: #8bbc06;
    margin: 25px auto 0 auto;
    width: 60px;
    height: 8px;
}

.temoignages .debord {
    display: block;
    margin: 0 auto;
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 18px 0 0;
	border-color: #8bbc06 transparent transparent transparent;
}

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

	.temoignages {
	    padding-bottom: 30px;
	}

	.temoignages h2 {
		padding: 10px 0 0 0;
	    font-size: 2.4em;
	}
	
	.temoignages .debord {
		margin-bottom: 20px;
	}

}

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

	.temoignages {
	    padding-bottom: 60px;
	}

	.temoignages h2 {
	    padding: 20px 0 0 0;
	}
	
	.temoignages .debord {
		margin-bottom: 50px;
	}
	
}

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

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

}

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

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


/* Liste des temoignages ***********************************************/

.temoignages .carrousel .temoignage {
	position: relative;
}

.temoignages .carrousel .temoignage:before, .temoignages .carrousel .temoignage:after {
	display: block;
	position: absolute;
	font-family: Varela;
	color: #8bbc06;
}

.temoignages .carrousel .temoignage:before {
	content: "\“";
	top: 0;
}

.temoignages .carrousel .temoignage:after {
	content: "\„";
}

.temoignages .carrousel .temoignage p {
	color: #fff;
	font-size: 1.5em;
	line-height: 1.8em;	
}

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

	.temoignages .carrousel .temoignage {
		padding: 30px 60px 20px 60px;
	}

	.temoignages .carrousel .temoignage:before, .temoignages .carrousel .temoignage:after {
		font-size: 8em;
	}
	
	.temoignages .carrousel .temoignage:after {
		bottom: 0;
	}

	.temoignages .carrousel .temoignage:before {
		left: 30px;
	}
	
	.temoignages .carrousel .temoignage:after {
		right: 30px;
	}

}

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

	.temoignages .carrousel {
		overflow: hidden;
	}
	
	.temoignages .carrousel .temoignage {
		float: left;
		text-align: center;
	}

	.temoignages .carrousel .temoignage:before, .temoignages .carrousel .temoignage:after {
		font-size: 10em;
	}
		
	.temoignages .carrousel .temoignage p {
		font-size: 1.5em;
	}

}

@media screen and (min-width: 768px) and (max-width: 1220px) { /* Tablette */
  	
	.temoignages .carrousel .temoignage {
		width: calc((100% / 3) - 300px);	
		padding: 30px 150px 0 150px;
	}

	.temoignages .carrousel .temoignage:before {
		left: 90px;
	}
	
	.temoignages .carrousel .temoignage:after {
		right: 90px;
		bottom: 0;
	}

}

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

 	.temoignages .carrousel {
 		width: 1180px;
 		margin: 0 auto;
 	}
 	
	.temoignages .carrousel .temoignage {
		width: calc((100% / 3) - 400px);	
		padding: 30px 200px 0 200px;
	}
 
	.temoignages .carrousel .temoignage:before {
		left: 120px;
	}
	
	.temoignages .carrousel .temoignage:after {
		right: 120px;
		bottom: 10px;
	}
 	
}



/*-------------------------------------------------------------------------------+
+ Modes/canaux de demande                                                        +
+-------------------------------------------------------------------------------*/

.modes-demande {
	margin: 20px auto;
}

.modes-demande h2 {
	text-align: center;
	line-height: 1.3em;
	color: #8bbc06;
}

.modes-demande h2 span {
	display: inline-block;
	font-weight: normal;
}

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

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

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

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

	.modes-demande .conteneur {
		overflow: hidden;
		padding: 0 10px;
		margin: 45px auto 70px auto;
	}

	.modes-demande h2 {
	    padding: 20px 0 10px 0;
	}
	
}

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

	.modes-demande h2 {
	    font-size: 2.6em;
	}
		
}

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

	.modes-demande h2 {
	    font-size: 3em;
	}

}


/* Liste des modes/canaux **********************************************/

.modes-demande ul li .titre .fond-picto {
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    -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);
}

.modes-demande ul li .titre .fond-picto .picto {
	display: inline-block;
	color: #8bbc06;
	border-radius: 50%;
	border-style: solid ;
	border-color: #8bbc06;
	vertical-align: middle;
}

.modes-demande ul li .titre h3 {
	display: block;
	vertical-align: middle;
	margin-top: 25px;
	font-size: 1.6em;
	text-transform: uppercase;
}

.modes-demande ul li p {
	font-size: 1.5em;
}

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

	.modes-demande ul li {
		position: relative;
		padding-left: 105px;
	}
	
	.modes-demande ul li .titre .fond-picto {
		position: absolute;
		top: 30px;
		left: 0;
	}

	.modes-demande ul li .titre .fond-picto .picto {
		color: #54565b;
		border-color: #54565b;
	}
			
	.modes-demande ul li p {
		margin: 8px 0 10px 0;
	}
	
	.modes-demande ul #application a img {
	    margin: 5px 16px 0 0;
	}
			
}

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

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

	.modes-demande h2 {
		padding: 10px 0;
	    font-size: 2.4em;
	}
	
	.modes-demande ul {
		margin: 0 auto;	
	}
	
	.modes-demande ul li {
   		padding: 10px 0 15px 65px;
		color: #54565b;
	}	
	
	.modes-demande ul li .titre .fond-picto .picto {
		padding: 8px;
		font-size: 2.5em;
		border-width: 1px;
	}
	
	.modes-demande ul li .titre .fond-picto {
	    border: 3px solid #fff;
	}
	
	.modes-demande ul #application a img {
		margin: 0 5px 0 0;
		width: 110px;
	}
	
}

@media screen and (min-width: 768px) { /* Tablette + Bureau */
	
	.modes-demande ul li .titre .fond-picto .picto {
		padding: 10px;
		font-size: 4.5em;
		border-width: 2px;
	}
	
	.modes-demande ul li .titre .fond-picto {
	    border: 8px solid #fff;
	}
	
	.modes-demande ul #application a img {
		margin: 0 8px;
		width: 125px;
	}
	
}

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

	.modes-demande h2 {
	    font-size: 2.6em;
	}
  
	.modes-demande ul {
		width: 500px;	
		margin: 0 auto;	
	}
	
	.modes-demande ul li {
   		padding: 20px 80px 20px 110px;
		color: #54565b;
	}	
		
}

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

	.modes-demande h2 {
	    font-size: 3em;
	}

 	.modes-demande ul {
 		overflow: hidden;
 		margin: 0 auto;
 	}
	
	.modes-demande ul li {
		position: relative;
		float: left;
		background-color: #fff;
		width: 323px;
    	padding: 20px;
		text-align: center;
		min-height: 190px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		-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);
		line-height: 1.5em;
		height: 190px;
	}
	
	.modes-demande ul li:before, .modes-demande ul li:after {
		z-index: -1;
		position: absolute;
		content: "";
		bottom: 15px;
		left: 10px;
		width: 50%;
		top: 80%;
		max-width:300px;
		background: rgba(0, 0, 0, 0.3);
		-webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.3);
		-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);
		-webkit-transform: rotate(-3deg);
		-moz-transform: rotate(-3deg);
		-o-transform: rotate(-3deg);
		-ms-transform: rotate(-3deg);
		transform: rotate(-3deg);
	}
	
	.modes-demande ul li:after {
		-webkit-transform: rotate(3deg);
		-moz-transform: rotate(3deg);
		-o-transform: rotate(3deg);
		-ms-transform: rotate(3deg);
		transform: rotate(3deg);
		right: 10px;
		left: auto;
	}
	 	
	.modes-demande ul li .titre {
		margin: -55px auto 0 auto;
	}
		
	.modes-demande ul li .titre h3:after {
		content: "";
	    display: block;
	    background-color: #8bbc06;
	    margin: 6px auto;
	    width: 12px;
	    height: 3px;
	}
		
	.modes-demande ul li p {
		margin-bottom: 20px;
	}
	
	.modes-demande ul li .bt-vert {
		margin: 5px auto;
	}

}

		
/* Cas 2 modes de contacts */

@media screen and (min-width: 1221px) { /* Bureau */	
	
	.modes-demande ul.cas-2-contacts {
 		width: 926px;
 	}
 	
 	.modes-demande ul.cas-2-contacts li {
		margin: 70px 45px 10px 45px;
	}
	
}
	
	
/* Cas 3 modes de contacts */
		
@media screen and (min-width: 1221px) { /* Bureau */

	.modes-demande ul.cas-3-contacts {
 		width: 1180px;
 	}
	
	.modes-demande ul.cas-3-contacts li {
		margin: 50px 15px 10px 15px;
	}
	
}



/*-------------------------------------------------------------------------------+
+ 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 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 #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;
	}
		
}



/*-------------------------------------------------------------------------------+
+ Relance ("ca vous dit ?")                                                      +
+-------------------------------------------------------------------------------*/

.relance .conteneur {
	background-color: #7e7e7d;
	margin: 0 auto;
	color: #fff;
	text-align: center;
}

.relance h2 {
	display: inline-block;
}	

.relance a.bouton_nw {
	vertical-align: middle;
}	

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

	.relance .conteneur {
	 	padding: 40px 20px;
	}

	.relance {
		margin-top: 40px;
	}
	
	 .relance h2 {
	 	display: block;
	 	font-size: 2em;
	 	margin-bottom: 15px;
	 }
	 
}

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

	.relance .conteneur {
	    padding: 80px 20px;
	    min-height: 60px;
	}
	
	.relance h2 {
	 	margin-right: 40px;
 		font-size: 3em;
 		vertical-align: middle;
 		line-height: 2.3em;		
	}
	
}

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

	.relance {
		margin-top: 80px;
	}

}

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

	.relance {
		margin: 80px 0;
	}
	
	.relance .conteneur {	
	   	width: 1140px;		
	}
	
}



/*-------------------------------------------------------------------------------+
+ Rebonds                                                                        +
+-------------------------------------------------------------------------------*/

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

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

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

	.rebonds .conteneur {
		max-width: 750px;
		padding: 20px;
	}
	
	.rebonds h2 {
		padding: 20px 0 0 0;
		font-size: 2.4em;
	}
	
}

@media screen and (min-width: 768px) { /* Tablette + Bureau */
	
	.rebonds .conteneur {
		overflow: hidden;
		padding: 20px 0 40px 0;
	}

}

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

	.rebonds .conteneur {
		max-width: 1120px;
	}
	
	.rebonds h2 {
		font-size: 2.6em;
	}
	
}

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

	.rebonds .conteneur {
		width: 1120px;
	}

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


/* Detail d'un rebond **************************************************/

.rebonds article .titre h3 {
	display: inline-block;
	color: #8bbc06;
	vertical-align: middle;
}

.rebonds article .titre h3 span {
	display: block;
	font-weight: normal;
	font-style: italic;				
	font-size: 0.65em;	
	line-height: 1.8em;	
}	

.rebonds article .titre .picto {
	display: inline-block;
	padding: 6px;
	color: #8bbc06;
	border-radius: 50%;
	border: 2px solid #8bbc06;
	font-size: 3em;
	vertical-align: middle;
}

.rebonds article p {
	font-size: 1.5em;
}

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

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

	.rebonds article .titre h3 {
		width: calc(100% - 60px);	
		padding-left: 10px;
	}
	
}

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

	.rebonds article {
		margin-bottom: 45px;
	}
	
	.rebonds article img {
		display: none;
	}
		
	.rebonds article .titre {
		margin-bottom: 10px;
	}
	
	.rebonds article .titre h3 {
		font-size: 1.8em;
	}
	
	.rebonds article .bt-vert {
		margin-top: 15px;	
	}
	
}

@media screen and (min-width: 768px) { /* Tablette + Bureau */
	
	.rebonds article {
		float: left;
		width: calc((100% / 2) - 40px);	
		padding: 0 20px;
	}
	
	.rebonds article img {
		margin-bottom: 20px;
		width: 100%;
	}
		
	.rebonds article .titre {
		margin-bottom: 20px;
	}
	
	.rebonds article .bt-vert {
		margin-top: 20px;
	}

}

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

	.rebonds article .titre h3 {
		font-size: 2em;
	}
	
}

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

	.rebonds article .titre h3 {
		padding-left: 15px;
		font-size: 2.3em;
	}
	
}




/*///////////////////////////////////////////////////////////////////////////////////////////////
//                                                                                             //
//  PAGE PRODUIT (Anciennes pages)                                                             //
//                                                                                             //
///////////////////////////////////////////////////////////////////////////////////////////////*/


/*-------------------------------------------------------------------------------+
+ Conseils                                                                       +
+-------------------------------------------------------------------------------*/

/* Module "Questions frequentes" */

#questions-frequentes .faq {
	margin-bottom: 30px;
}

#questions-frequentes .faq .content dt {
	background: url(../img/divers/faq/puce-n3.png) no-repeat left 0px;
	padding: 0.5em 0 0.5em 15px;
	font-weight: bold;
	line-height: 1.3em;
}

#questions-frequentes .faq .content dt.fermer {
	background-position: left 0.6em;
}

#questions-frequentes .faq .content dt.ouvert {
	background-position: left -85px;
}

#questions-frequentes .faq .content dt a {
	text-decoration: none;
}

#questions-frequentes .faq .content dt a:hover {
	text-decoration: underline;
}

#questions-frequentes .faq .content dt.ouvert a {
	color: #8bbc06;
}

#questions-frequentes .faq .content dd {
	padding: 5px 0 10px 15px;
}

#questions-frequentes .faq .content dd ul, #questions-frequentes .faq .content dd ol {
	margin-bottom: 0.7em;
	padding-left: 15px;
}

#questions-frequentes .faq .content dd ul {
	list-style-type: disc;
}

#questions-frequentes .faq .content dd ol {
	list-style-type: decimal;
}

#questions-frequentes .faq .content dd li {
	padding: 0.3em 0;
	line-height: 1.3em;
}

#questions-frequentes .faq .content dd li li {
	font-size: 1em!important;
}

#questions-frequentes .faq .content dd a {
	color: #8bbc06;
}

#questions-frequentes .faq .content dd .mentions {
	color: #727272;
	font-style: italic;
}

#questions-frequentes .faq .content .classement {
	margin-left: 15px;
	margin-bottom: 15px;
	padding: 15px 0 5px 0;
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
}

#questions-frequentes .faq .content .classement .libelle {
	font-weight: bold;
}

#questions-frequentes .faq .content .classement .aide-classement2 textarea {
	width: 98%;
	margin: 0.5em 0;
}

#questions-frequentes .faq .content .classement .send-classement2 {
	background-color: #8bbc06;
	padding: 5px 10px;
	color: #fff;
	text-transform: uppercase;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#questions-frequentes .inbenta-indisponible {
	color: #727272;
	font-style: italic;
}

#questions-frequentes .faq .content .crossSelling {
	margin-top: 15px;
	text-align: center;
}

#questions-frequentes .faq .content .crossSelling .bouton {
	margin-left:20px;
}

#questions-frequentes .faq .content .crossSelling .lien-puce {
	background-position: left -250px;
	color: #8bbc06;
	display: inline-block;
}

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

	#questions-frequentes .faq dt {
		font-size: 1.2em;
	}

	#questions-frequentes .faq .content dd p {
		font-size: 1.1em;
	}

	#questions-frequentes .faq .content dd li {
		font-size: 1.1em;
	}

	#questions-frequentes .faq .content dd .mentions {
		font-size: 1.1em;
	}

	#questions-frequentes .faq .content .classement {
		font-size: 1.2em;
	}

	#questions-frequentes .inbenta-indisponible {
		margin-bottom: 30px;
		font-size: 1.1em;
	}

}

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

	#questions-frequentes .faq dt {
		font-size: 1.4em;
	}

	#questions-frequentes .faq .content dd p {
		font-size: 1.4em;
	}

	#questions-frequentes .faq .content dd li {
		font-size: 1.4em;
	}

	#questions-frequentes .faq .content dd .mentions {
		font-size: 1.2em;
	}

	#questions-frequentes .faq .content .classement {
		font-size: 1.5em;
	}

	#questions-frequentes .inbenta-indisponible {
		margin-bottom: 50px;
		font-size: 1.3em;
	}

}

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

	#questions-frequentes .faq dt {
		font-size: 1.3em;
	}

	#questions-frequentes .faq .content dd p {
		font-size: 1.3em;
	}

	#questions-frequentes .faq .content dd li {
		font-size: 1.3em;
	}

	#questions-frequentes .faq .content dd .mentions {
		font-size: 1.1em;
	}

	#questions-frequentes .faq .content .classement {
		font-size: 1.3em;
	}

	#questions-frequentes .inbenta-indisponible {
		margin-bottom: 50px;
		font-size: 1.2em;
	}

}



/*-------------------------------------------------------------------------------+
+ Focus Guide budget                                                             +
+-------------------------------------------------------------------------------*/

#focus-guide-budget {
	background-color: #ebebeb;
	margin-bottom: 20px;
	color: #727272;
}

#focus-guide-budget h2 {
	text-align: center;
	color: #000;
}

#focus-guide-budget article .lien-puce {
	background-position: left -250px;
	color: #8bbc06;
}

#focus-guide-budget article h3 {
	color: #8bbc06;
	text-transform: uppercase;
}

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

	#focus-guide-budget {
		padding: 0 10px;
	}

	#focus-guide-budget .conteneur {
		max-width: 750px;
		padding: 15px 0 1px 0;
	}

	#focus-guide-budget h2 {
		margin-bottom: 10px;
		font-size: 1.6em;
	}

	#focus-guide-budget article {
		margin-bottom: 20px;
		border-bottom: 1px solid #cfcfcf;
	}

	#focus-guide-budget article#guide-budget-glossaire {
		border-bottom: none;
	}

	#focus-guide-budget article h3 {
		margin-bottom: 5px;
		font-size: 1.1em;
	}

	#focus-guide-budget article p {
		font-size: 1.1em;
	}

}

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

	#focus-guide-budget .conteneur {
		padding: 20px 0;
		overflow: hidden;
	}

	#focus-guide-budget h2 {
		margin-bottom: 20px;
		font-size: 3em;
	}

	#focus-guide-budget article {
		position: relative;
		float: left;
		padding-bottom: 30px;
		border-right: 1px solid #cfcfcf;
	}

	#focus-guide-budget article#guide-budget-glossaire {
		border-right: none;
	}

	#focus-guide-budget article h3 {
		background-repeat: no-repeat;
		background-position: left top;
		padding: 10px 0 0 45px;
		font-size: 1.5em;
	}

	#focus-guide-budget article#guide-budget-conseils h3 {
		background-image: url(../img/visuels/defaut/guide-budget/picto-guides.png);
	}

	#focus-guide-budget article#guide-budget-quizz h3 {
		background-image: url(../img/visuels/defaut/guide-budget/picto-quizz.png);
	}

	#focus-guide-budget article#guide-budget-glossaire h3 {
		background-image: url(../img/visuels/defaut/guide-budget/picto-glossaire.png);
	}

	#focus-guide-budget article p {
		font-size: 1.3em;
	}

	#focus-guide-budget article .lien-puce {
		position: absolute;
		bottom: 0;
	}

}

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

	#focus-guide-budget {
		padding: 0 10px;
	}

	#focus-guide-budget article {
		width: 27%;
		height: 150px;
		padding: 0 3%;
	}

	#focus-guide-budget article h3 {
		height: 40px;
	}

	#focus-guide-budget article .lien-puce {
		left: 9%;
	}

}

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

	#focus-guide-budget .conteneur {
		width: 980px;
	}

	#focus-guide-budget article {
		width: 269px;
		height: 135px;
		padding: 0 25px;
	}

	#focus-guide-budget article h3 {
		height: 35px;
	}

	#focus-guide-budget article .lien-puce {
		left: 25px;
	}

}




/*///////////////////////////////////////////////////////////////////////////////////////////////
//                                                                                             //
//  PAGE RESULTAT DE SIMULATION                                                                //
//                                                                                             //
///////////////////////////////////////////////////////////////////////////////////////////////*/


/*-------------------------------------------------------------------------------+
+ Styles communs                                                                 +
+-------------------------------------------------------------------------------*/

.page-resultats-simulation #chapo h5 {
	text-align: center;
	line-height: 1.3em;
}

.page-resultats-simulation #chapo h5:after {
	content: "";
    display: block;
    background-color: #8bbc06;
    margin: 15px auto 5px auto;
    width: 20px;
    height: 3px;
}

.page-resultats-simulation #chapo h5 span {
	display: block;
	font-weight: normal;
	text-transform: uppercase;
}

.page-resultats-simulation #chapo .debord {
		z-index: 100;
}

.page-resultats-simulation #chapo #resultats-simu-credit {
	background-color: #fff;
	-moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	z-index: 20;
}

.page-resultats-simulation #chapo #resultats-simu-credit #erreur {
	text-align: center;
}

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

	.page-resultats-simulation #chapo h5 {
		padding: 100px 10px 0;
		font-size: 2.4em;
	}

	.page-resultats-simulation #chapo .debord {
		display: block;
		background: url(../img/divers/debord-chapo.png) no-repeat center bottom;
		width: 100%;
		height: 20px;
	}

	.page-resultats-simulation #chapo #resultats-simu-credit {
		padding: 15px 10px;
	}

	.page-resultats-simulation #chapo #resultats-simu-credit #erreur {
		font-size: 1.4em;
	}

}

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

	.page-resultats-simulation #chapo h5 {
		font-size: 3em;
	}

	.page-resultats-simulation #chapo #resultats-simu-credit #erreur {
		font-size: 1.5em;
	}

}

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

	.page-resultats-simulation #chapo h5 {
		padding: 0 10px 35px;
	}

	.page-resultats-simulation #chapo #resultats-simu-credit {
		padding: 20px 10px;
	}

}

@media screen and (min-width: 1221px) { /* Bureau */
	
	.page-resultats-simulation #chapo h5 {
		padding: 0 10px 35px;
	}

	.page-resultats-simulation #chapo #resultats-simu-credit {
		padding: 20px 0;
	}

}


/* Mention DCC *********************************************************/

.page-resultats-simulation #chapo #resultats-simu-credit .mention-dcc {
	font-weight: bold;
	text-align: center;
    text-transform: uppercase;
}

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

	.page-resultats-simulation #chapo #resultats-simu-credit .mention-dcc {
		font-size: 1.6em;
	}

}

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

	.page-resultats-simulation #chapo #resultats-simu-credit .mention-dcc {
		font-size: 2.3em;
	}

	.page-resultats-simulation #chapo #resultats-simu-credit .mention-dcc span {
		display: block;
	}

}


/* Boutons *************************************************************/

.page-resultats-simulation #chapo #resultats-simu-credit .boutons {
	margin: 0 auto;
	text-align: center;
}

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

	.page-resultats-simulation #chapo #resultats-simu-credit .boutons {
		width: 300px;
		margin-bottom: 20px;
	}

	.page-resultats-simulation #chapo #resultats-simu-credit .boutons .bouton_nw {
		width: 280px;
	}

	.page-resultats-simulation #chapo #resultats-simu-credit .boutons .bouton_nw:last-child {
		margin-top: 10px;
	}

}

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

	.page-resultats-simulation #chapo #resultats-simu-credit .boutons {
		margin-bottom: 30px;
	}

	.page-resultats-simulation #chapo #resultats-simu-credit .boutons .bouton_nw:last-child {
		margin-left: 20px;
	}

}


/* Carrousel avantages *************************************************/

.page-resultats-simulation #chapo #resultats-simu-credit .avantages {
	margin: 0 auto;
}

.page-resultats-simulation #chapo #resultats-simu-credit .avantages h6 {
	margin-bottom: 1em;
	padding-bottom: 0.4em;
	border-bottom: 1px solid #8bbc06;
}

.page-resultats-simulation #chapo #resultats-simu-credit .avantages .exclu-client {
	font-weight: bold;
}

.page-resultats-simulation #chapo #resultats-simu-credit .avantages .carrousel div .picto {
	display: table-cell;
	width: 20px;
	max-height: 20px;
	padding: 10px;
	vertical-align: middle;
	font-size: 2em;
	color: #8bbc06;
	border: 2px solid #8bbc06;
	border-radius: 50%;
}

.page-resultats-simulation #chapo #resultats-simu-credit .avantages .carrousel div p {
	display: table-cell;
	width: calc(100% - 54px);
	padding-left: 10px;
	vertical-align: middle;
	font-size: 1.3em;
}

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

	.page-resultats-simulation #chapo #resultats-simu-credit .avantages {
		width: 300px;
		padding-top: 15px;
	}

	.page-resultats-simulation #chapo #resultats-simu-credit .avantages h6 {
		font-size: 1.5em;
	}

	.page-resultats-simulation #chapo #resultats-simu-credit .avantages .exclu-client {
		padding: 0 0 5px 0;
		font-size: 1.6em;
		text-align: center;
	}

	.page-resultats-simulation #chapo #resultats-simu-credit .avantages .carrousel {
		padding: 0 45px;
	}

	.page-resultats-simulation #chapo #resultats-simu-credit .avantages .carrousel .slick-prev {
		left: 0;
	}

	.page-resultats-simulation #chapo #resultats-simu-credit .avantages .carrousel .slick-next {
		right: 0;
	}

}

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

	.page-resultats-simulation #chapo #resultats-simu-credit .avantages {
		width: 700px;
		padding-top: 20px;
	}

	.page-resultats-simulation #chapo #resultats-simu-credit .avantages h6 {
		font-size: 2.1em;
	}

	.page-resultats-simulation #chapo #resultats-simu-credit .avantages .exclu-client {
		padding: 0 0 10px 30px;
		font-size: 1.7em;
	}

	.page-resultats-simulation #chapo #resultats-simu-credit .avantages .carrousel {
		overflow: hidden;
	}

	.page-resultats-simulation #chapo #resultats-simu-credit .avantages .carrousel div {
		float: left;
	}

}



/*-------------------------------------------------------------------------------+
+ Cas "Tableau du resultat de la simulation"                                     +
+-------------------------------------------------------------------------------*/

.page-resultats-simulation #chapo #resultats-simu-credit #tableau-financement {
	margin: 0 auto;
}

.page-resultats-simulation #chapo #resultats-simu-credit #tableau-financement tr td {
	vertical-align: middle;
}

.page-resultats-simulation #chapo #resultats-simu-credit #tableau-financement tr .gauche {
	text-align: left;
}

.page-resultats-simulation #chapo #resultats-simu-credit #tableau-financement .taeg .gauche {
	font-weight: bold;
}

.page-resultats-simulation #chapo #resultats-simu-credit #tableau-financement tr .droite {
	color: #8bbc06;
	font-weight: bold;
	text-align: right;
}

.page-resultats-simulation #chapo #resultats-simu-credit #tableau-financement tr .droite .nombre-mensualites {
	font-size: 0.8em;
}

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

	.page-resultats-simulation #chapo #resultats-simu-credit #tableau-financement {
		margin-bottom: 20px;
	}

	.page-resultats-simulation #chapo #resultats-simu-credit #tableau-financement tr td {
		padding: 4px 0;
	}

	.page-resultats-simulation #chapo #resultats-simu-credit #tableau-financement tr .gauche {
		width: 160px;
		font-size: 1.5em;
	}
	
	.page-resultats-simulation #chapo #resultats-simu-credit #tableau-financement tr .droite {
		width: 120px;
		font-size: 1.7em;
	}

}

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

	.page-resultats-simulation #chapo #resultats-simu-credit #tableau-financement {
		margin-bottom: 30px;
	}

	.page-resultats-simulation #chapo #resultats-simu-credit #tableau-financement tr td {
		padding: 8px 0;
	}

	.page-resultats-simulation #chapo #resultats-simu-credit #tableau-financement tr .gauche {
		width: 180px;
		font-size: 1.7em;
	}
	
	.page-resultats-simulation #chapo #resultats-simu-credit #tableau-financement tr .droite {
		width: 140px;
		font-size: 2.2em;
	}

}



/*-------------------------------------------------------------------------------+
+ Cas "proposition simple"                                                       +
+-------------------------------------------------------------------------------*/

.page-resultats-simulation #chapo #resultats-simu-credit .proposition p {
	text-align: center;
}

.page-resultats-simulation #chapo #resultats-simu-credit .proposition p .montant {
	display: block;
	padding: 0.3em 0;
	color: #8bbc06;
	font-weight: bold;
}

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

	.page-resultats-simulation #chapo #resultats-simu-credit .proposition {
		padding: 5px 0 10px 0;
	}

	.page-resultats-simulation #chapo #resultats-simu-credit .proposition p {
		font-size: 1.5em;
	}

	.page-resultats-simulation #chapo #resultats-simu-credit .proposition p .montant {
		font-size: 1.15em;
	}

}

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

	.page-resultats-simulation #chapo #resultats-simu-credit .proposition {
		padding: 5px 0 20px 0;
	}

	.page-resultats-simulation #chapo #resultats-simu-credit .proposition p {
		font-size: 2.2em;
	}

	.page-resultats-simulation #chapo #resultats-simu-credit .proposition p .montant {
		font-size: 1.3em;
	}

}



/*-------------------------------------------------------------------------------+
+ Cas "Appeler un conseiller"                                                    +
+-------------------------------------------------------------------------------*/

.page-resultats-simulation #chapo #resultats-simu-credit .message p {
	text-align: center;
}

.page-resultats-simulation #chapo #resultats-simu-credit .message p.contact-telephone .horaire {
	display: block;
	color: #727272;
	font-size: 0.8em;
}

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

	.page-resultats-simulation #chapo #resultats-simu-credit .message {
		padding: 5px 0 10px 0;
	}

	.page-resultats-simulation #chapo #resultats-simu-credit .message p {
		font-size: 1.5em;
	}

}

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

	.page-resultats-simulation #chapo #resultats-simu-credit .message {
		width: 500px;
		margin: 0 auto;
		padding: 5px 0 20px 0;
	}

	.page-resultats-simulation #chapo #resultats-simu-credit .message p  {
		font-size: 1.7em;
	}

}




/*///////////////////////////////////////////////////////////////////////////////////////////////
//                                                                                             //
//  FORMULAIRES                                                                                //
//                                                                                             //
///////////////////////////////////////////////////////////////////////////////////////////////*/


/* Fil d'Ariane ********************************************************/

#chapo #fil-ariane li.passe {
	background-image: url(../img/divers/fil-ariane/separateur-passe-vert.png);
	color: #9d9d9d;
}

#chapo #fil-ariane li.passe a, #chapo #fil-ariane li.passe a:hover, #chapo #fil-ariane li.passe a:active, #chapo #fil-ariane li.passe a:visited, #chapo #fil-ariane li.passe a:focus {
	color: #9d9d9d;
}

#chapo #fil-ariane li.present {
	background-image: url(../img/divers/fil-ariane/separateur-present-avenir-vert.png);
	color:#8bbc06;
}

#chapo #fil-ariane li.present strong {
	background-image: url(../img/divers/fil-ariane/repere-credits.png);
}

#chapo #fil-ariane li.avenir {
	background-image: url(../img/divers/fil-ariane/separateur-present-avenir-vert.png);
	color: #54565b;
}



/*-------------------------------------------------------------------------------+
+ Cas page "Message"                                                             +
+-------------------------------------------------------------------------------*/

.page-message #chapo h5 {
	text-align: center;
	line-height: 1.3em;
}

.page-message #chapo h5:after {
	content: "";
    display: block;
    background-color: #8bbc06;
    margin: 15px auto 5px auto;
    width: 20px;
    height: 3px;
}

.page-message #chapo h5 span {
	display: block;
	font-weight: normal;
	text-transform: uppercase;
}

.page-message #chapo #message {
	background-color: #fff;
}

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

	.page-message #chapo h5 {
		padding: 0 10px;
		font-size: 2.4em;
	}

	.page-message #chapo .debord {
		display: block;
		background: url(../img/divers/debord-chapo.png) no-repeat center bottom;
		width: 100%;
		height: 20px;
	}

	.page-message #chapo #message {
		padding: 15px 10px;
	}

}

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

	.page-message #chapo h5 {
		font-size: 3em;
	}

}

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

	.page-message #chapo h5 {
		padding: 0 10px;
	}

	.page-message #chapo #message {
		padding: 20px 10px;
	}

}

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

	.page-message #chapo #message {
		padding: 20px 0;
	}

}


/* Cas "Appeler un conseiller" *****************************************/

.page-message #chapo #message .message p  {
	text-align: center;
}

.page-message #chapo #message .message p.contact-telephone .horaire  {
	display: block;
	color: #727272;
	font-size: 0.8em;
}

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

	.page-message #chapo #message .message {
		padding: 5px 0 10px 0;
	}

	.page-message #chapo #message .message p  {
		font-size: 1.5em;
	}

}

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

	.page-message #chapo #message .message {
		width: 500px;
		margin: 0 auto;
		padding: 5px 0 20px 0;
	}

	.page-message #chapo #message .message p  {
		font-size: 1.7em;
	}

}


/* Boutons *************************************************************/

.page-message #chapo #message .boutons {
	margin: 0 auto;
	text-align: center;
}

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

	.page-message #chapo #message .boutons {
		width: 300px;
		margin-bottom: 20px;
	}

	.page-message #chapo #message .boutons .bouton_nw {
		width: 280px;
	}

	.page-message #chapo #message .boutons .bouton_nw:last-child {
		margin-top: 10px;
	}

}

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

	.page-message #chapo #message .boutons {
		margin-bottom: 30px;
	}

	.page-message #chapo #message .boutons .bouton_nw:last-child {
		margin-left: 20px;
	}

}

/* Boutons pop-in relance edition-contrat ******************************/

.relance-edition-contrat .bouton {
	text-transform:none;
}

.relance-edition-contrat .bouton .bt {
	padding-left: 20px;
	text-align: left;
}

.relance-edition-contrat .bouton .bt .format {
	display: block;
}

.relance-edition-contrat .bouton .bt .recevoir {
	display: block;
}

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



}

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



}