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


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


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

#chapo {
	background-color: #00abe6;
}

#chapo .bouton {
    text-transform: none;
}


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

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

#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: #fff;
}

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

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

#chapo #fil-ariane li.avenir {
	background-image: url(../img/divers/fil-ariane/separateur-blanc-present-avenir.png);
	color: rgba(255, 255, 255, 0.7);
}




/*///////////////////////////////////////////////////////////////////////////////////////////////
//                                                                                             //
//  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.4em;
	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) - 20px);
		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 1 etapes */

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

	.mode-emploi ul.cas-1-etapes {
		width: 355px;
		margin: 0 auto;
	}

	.mode-emploi ul.cas-1-etapes li {
		padding: 30px 10px 0 10px;
	}

}


/* Cas 2 etapes */

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

	.mode-emploi ul.cas-2-etapes {
		width: 770px;
		margin: 0 auto;
	}

}

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

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

}

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

	.mode-emploi ul.cas-2-etapes li {
		width: calc((100% / 2) - 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 {
		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.4em;
	}
	
}



/*-------------------------------------------------------------------------------+
+ .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: 65px;
		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;		
	}
	
	.demande ul li p span {
		font-weight: normal;
	}
	
}

@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 1 etapes */

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

	.demande ul.cas-1-etapes {
		width: 355px;
		margin: 0 auto;
	}

	.demande ul.cas-1-etapes li {
		padding: 30px 10px 0 10px;
	}

}


/* Cas 2 etapes */

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

	.demande ul.cas-2-etapes {
		width: 770px;
		margin: 0 auto;
	}

}

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

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

}

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

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

}

/* Cas 3 etapes */

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

	.demande ul.cas-3-etapes li {
		width: calc((100% / 3) - 40px);	
		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;
	}

}




/*-------------------------------------------------------------------------------+
+ 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 .conteneur.un_bloc article {
		float: none;
		margin: 0 auto;
	}
	
	.rebonds .conteneur.deux_blocs article{
		width: calc((100% / 2) - 40px);
	}
	
	.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;
	}
	
}




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




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


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

/* Module "Questions frequentes" */

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

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

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

#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;
	}

}



/*-------------------------------------------------------------------------------+
+ Guides                                                                         +
+-------------------------------------------------------------------------------*/

#guides h2 {
	text-align: center;
}

#guides h2 span {
	font-weight: normal;
}

#guides .intro {
	color: #727272;
}

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

	#guides {
		padding: 0 10px;
	}

	#guides .conteneur {
		max-width: 750px;
		padding-bottom: 30px;
	}

	#guides h2 {
		padding: 20px 0;
		font-size: 1.6em;
	}

	#guides .intro {
		font-size: 1.1em;
	}

}

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

	#guides .conteneur {
		padding-bottom: 30px;
	}

	#guides h2 {
		padding: 30px 0;
		font-size: 2.5em;
	}

}

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

	#guides {
		padding: 0 10px;
	}

	#guides .conteneur {
		max-width: 920px;
	}
	
	#guides .intro {
		font-size: 1.4em;
	}

}

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

	#guides .conteneur {
		width: 920px;
	}
	
	#guides .intro {
		font-size: 1.3em;
	}

}


/* Carrousel ***********************************************************/

#guides #guides-slides-conteneur {
	position: relative;
	margin: auto;
	overflow: hidden;
}

#guides #guides-slides ul li {
	display: block;
	position: relative;
	background: #007cbf;
	background-image: url(../img/carrousels/guides-assurances/separateur-vertical.png);
	background-repeat: no-repeat;
	margin-right: 20px;	
	color: #fff;
	overflow: hidden;
}

#guides #guides-slides ul li h4 {
	color: #fff;
	text-transform: uppercase;
}

#guides #guides-slides ul li p {
	margin-bottom: 0;
	color: #fff;
}

#guides #guides-slides ul li .lien-telecharger {
	background-image: url(../img/puces/puce-telecharger-blanc.png);
	color: #fff;
}

#guides #guides-slides ul li img {
	position: absolute;
}

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

	#guides #guides-slides-conteneur {
		width: 300px;
		height: 270px;
	}
	
	#guides #guides-slides ul li {
		background-position: 80px center;
		width: 180px;	
		height: 150px;
		padding: 20px 20px 20px 100px;
	}
	
	#guides #guides-slides ul li h4 {
		margin-bottom: 15px;
		font-size: 1.6em;
	}
	
	#guides #guides-slides ul li .lien-telecharger {
		margin-top: 15px;
	}
	
	#guides #guides-slides ul li img {
		width: 50px;
		top: 50px; 
		left: 15px;
	}

}

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

	#guides #guides-slides-conteneur {
		height: 280px;
	}
	
	#guides #guides-slides ul li {
		background-position: 140px center;
		width: 305px;
		height: 160px;	
		padding: 20px 20px 20px 180px;
	}

	#guides #guides-slides-conteneur #mask-left,  #guides #guides-slides-conteneur #mask-right {
		position: absolute;	
		background-repeat: repeat-y;
		height: 200px;	
		z-index: 5;
	}
	
	#guides #guides-slides-conteneur #mask-left {
		left: 0;
	}
	
	#guides #guides-slides-conteneur #mask-right {
		right: 0;
		background-position: 0 0;
	}
	
	#guides #guides-slides ul li h4 {
		margin-bottom: 20px;
		font-size: 1.8em;
	}
	
	#guides #guides-slides ul li p {
		font-size: 1.3em;
	}
	
	#guides #guides-slides ul li .lien-telecharger {
		margin-top: 20px;
	}
	
	#guides #guides-slides ul li img {
		top: 50px; 
		left: 30px;
	}
	
}

@media screen and (min-width: 768px) and (max-width: 1220px) { /* Tablette */
	
	#guides #guides-slides-conteneur {
		width: 700px;
	}

	#guides #guides-slides-conteneur #mask-left, #guides #guides-slides-conteneur #mask-right {
		/*background-image: url(../img/carrousels/guides-assurances/fondu-tablette.png);*/
		width: 100px;
	}
	
	#guides #guides-slides-conteneur #mask-left {
		background-position: -100px 0;
	}

}

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

	#guides #guides-slides-conteneur {
		width: 920px;
	}		

	#guides #guides-slides-conteneur #mask-left,  #guides #guides-slides-conteneur #mask-right {
		/*background-image: url(../img/carrousels/guides-assurances/fondu-bureau.png);*/
		width: 200px;
	}
	
	#guides #guides-slides-conteneur #mask-left {
		background-position: -200px 0;
	}
	
}


/* Pagination */

#guides #guides-slides-conteneur #guides-pagination {
	position: absolute;
	left: 0;
	height: 60px;
	text-align: center;
}

#guides #guides-slides-conteneur #guides-pagination .bt-defilement {
	position: absolute;
	top: 0;
	background-color: #000;
	background-image: url(../img/carrousels/guides-assurances/defilement-carrousel.png);
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	margin: 7px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	z-index: 20;
	cursor: pointer;
}

#guides #guides-slides-conteneur #guides-pagination .bt-precedent {
	background-position: 7px center;
}

#guides #guides-slides-conteneur #guides-pagination .bt-suivant {
	background-position: -39px center;
}

#guides #guides-slides-conteneur #guides-pagination nav {
	margin: 50px 0 10px 0;
}

#guides #guides-slides-conteneur #guides-pagination nav a {
	padding: 0 2px;
}

#guides #guides-slides-conteneur #guides-pagination nav a {
	display: inline-block;
	cursor: pointer;
}

#guides #guides-slides-conteneur #guides-pagination nav a.active {
	cursor: default;
}

#guides #guides-slides-conteneur #guides-pagination nav a .repere {
	display: block;
	background-color: #b2d7ec;
	width: 10px;
	height: 10px;
	margin: 0 auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#guides #guides-slides-conteneur #guides-pagination nav a.active .repere, #guides #guides-slides-conteneur #guides-pagination nav a.active .repere.active {
	background-color: #007cbf;
}

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

	#guides #guides-slides-conteneur #guides-pagination {
		top: 200px;
		width: 300px;
	}
	
	#guides #guides-slides-conteneur #guides-pagination .bt-precedent {
		left: 110px;
	}
	
	#guides #guides-slides-conteneur #guides-pagination .bt-suivant {
		right: 110px;
	}

}

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

	#guides #guides-slides-conteneur #guides-pagination {
		top: 210px;
	}
	
}

@media screen and (min-width: 768px) and (max-width: 1220px) { /* Tablette */
	
	#guides #guides-slides-conteneur #guides-pagination {
		width: 700px;
	}

	#guides #guides-slides-conteneur #guides-pagination .bt-precedent {
		left: 300px;
	}
	
	#guides #guides-slides-conteneur #guides-pagination .bt-suivant {
		right: 300px;
	}

}

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

	#guides #guides-slides-conteneur #guides-pagination {
		width: 920px;
	}		

	#guides #guides-slides-conteneur #guides-pagination .bt-precedent {
		left: 410px;
	}
	
	#guides #guides-slides-conteneur #guides-pagination .bt-suivant {
		right: 410px;
	}

}
