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


/*///////////////////////////////////////////////////////////////////////////////////////////////
//                                                                                             //
//  CORPS DE PAGE                                                                              //
//                                                                                             //
///////////////////////////////////////////////////////////////////////////////////////////////*/


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


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




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


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

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

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

.avantages-produit h1 img {
	display: inline;
	vertical-align: text-bottom;
}

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

.avantages-produit .conteneur .avantages-magasin-internet {
	position: relative;
	margin: 0 auto;
	-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);
}

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

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

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

	.avantages-produit h1 img {
		width: 110px;
	}
	
}

@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 h1 img {
		width: 120px;
	}

}

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

}


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

/* Style commun */
	
.avantages-produit article {
	position: relative;
}

.avantages-produit article h2 {
	position: relative;
	line-height: 1.3em;
}

.avantages-produit article h2 span {
	font-weight: normal;
}

.avantages-produit article h2:after {
	position: absolute;
	content: "";
	display: block;
	background-color: #8bbc06;
 	width: 20px;
	height: 3px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.avantages-produit .avantage-magasin img, .avantages-produit .avantage-internet img {
	position: absolute;
}
	
.avantages-produit article .liste-avantage {
	overflow: hidden;
}

.avantages-produit article .liste-avantage .avantage .titre h3 {
	font-size: 2.1em;
}

.avantages-produit article .liste-avantage .avantage .titre .picto {
	float: left;
	display: inline-block;
	padding: 6px 20px;
	width: 20px;
	border-radius: 8px;
	font-size: 2.1em;
	font-weight: bold;
	text-align: center;
	margin-right: 20px;
}

.avantages-produit article .liste-avantage .avantage .titre h3 span {
	display: block;
	font-size: 0.87em;
	margin-top: 5px;
}

.avantages-produit article .liste-avantage .avantage p {
	font-size: 1.5em;
}

.avantages-produit article .precision {
	font-size: 1.2em;
	margin-top: 10px;
}

.avantages-produit article .liste-avantage .avantage .bt-deplier, .avantages-produit article .liste-avantage .avantage .bt-replier {
	text-decoration: none;	
}
		
@media screen and (max-width: 767px) { /* Mobile */

	.avantages-produit .conteneur .avantages-magasin-internet {
		padding: 15px 10px;		
	}
	
	.avantages-produit article h2 {
		font-size: 2em;
		margin-left: 70px;
	}
	
	.avantages-produit article h2:after {
		display: none;
	}
	
	.avantages-produit article h2 span {
		display: block;
	}
	
	.avantages-produit article .liste-avantage {
		margin: 25px auto 15px auto;
	}
	
	.avantages-produit article .liste-avantage .avantage {
		padding: 15px 0 10px 0;
	}
		
	.avantages-produit article .liste-avantage .avantage .titre {
		margin-bottom: 8px;
	}
	
}

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

	.avantages-produit article .liste-avantage .avantage .titre {
		margin-bottom: 15px;
	}
	
}

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

	.avantages-produit .conteneur .avantages-magasin-internet {
		padding: 30px 50px 10px 50px;	
		max-width: 860px;	
		margin: 0 15px;
	}
	
	.avantages-produit article .liste-avantage .avantage {	
		padding: 15px 10px;
	}
		
	.avantages-produit article h2 {
		font-size: 2.6em;
	}
	
}
	
@media screen and (min-width: 1221px) { /* Bureau */

	.avantages-produit .conteneur .avantages-magasin-internet {
		padding: 50px 70px 10px 70px;
		width: 940px;
	}

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

	.avantages-produit article .liste-avantage  {
		margin: 70px auto 40px auto;
	}

}

	
/* Avantage Magasin */	

@media screen and (max-width: 767px) { /* Mobile */
	
	.avantages-produit .avantage-magasin img {
  		top: -40px;
   		left: 0px;
   		width: 60px;
	}
	
	.avantages-produit .avantage-magasin .liste-avantage .conteneur-detail {
		position: relative;
		border-bottom: 1px solid #ebebeb;
	}
	
	.avantages-produit .avantage-magasin .liste-avantage .conteneur-detail .detail {
		position: relative;
		display: none;
	}
	
	.avantages-produit .avantage-magasin .liste-avantage .conteneur-detail .bt-deplier,
	.avantages-produit .avantage-magasin .liste-avantage .conteneur-detail .bt-replier {
		background-image: none;
	}
		
	.avantages-produit .avantage-magasin .liste-avantage .conteneur-detail .bt-deplier:before {
		display: inline-block;
		content: "\e90f";
		font-family:'petits-pictos';
		font-size: 1.5em;
		font-weight: bold;
		width: 10px;
		height: 10px;
		transform: rotate(90deg);
	}

	.avantages-produit .avantage-magasin .liste-avantage .conteneur-detail .bt-replier:before {
		display: inline-block;
		content: "\e90f";
		font-family:'petits-pictos';
		font-size: 1.5em;
		font-weight: bold;
		width: 10px;
		height: 10px;	
		transform: rotate(-90deg);
	}
	
	.avantages-produit .avantage-magasin .liste-avantage .conteneur-detail .bt-deplier {
		position: absolute;
		top: 30px;
    	right: 0;
	}

	.avantages-produit .avantage-magasin .liste-avantage .conteneur-detail .bt-replier {
		position: absolute;
		bottom: -8px;
    	right: 5px;
	}
	
}

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

	.avantages-produit .avantage-magasin .liste-avantage .conteneur-detail .bt-deplier, 
	.avantages-produit .avantage-magasin .liste-avantage .conteneur-detail .bt-replier {
		display: none;
	}
	
}

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

	.avantages-produit .avantage-magasin h2 {
		margin-left: 120px;
	}
	
	.avantages-produit .avantage-magasin h2:after {
		left: 0;
		text-align: left;	
	}
	.avantages-produit .avantage-magasin ul {
 		margin: 40px auto 0 auto;
 	}
	
	.avantages-produit .avantage-magasin img {
  		top: -70px;
   		left: 0px;
   		width: 80px;
	}
	
}

@media screen and (min-width: 1221px) { /* Bureau */
	
	.avantages-produit .avantage-magasin img {
  		top: -95px;
   		left: 20px;
	}
			
	.avantages-produit .avantage-magasin h2 {
		margin-left: 190px;
	}
			
	.avantages-produit .avantage-magasin h2:after {
		left: 0;
	}
	
	.avantages-produit .avantage-magasin ul {
 		margin: 80px auto 0 auto;
 	}
									
	.avantages-produit .avantage-magasin .liste-avantage .avantage {
		float: left;
		width: calc((100%/3) - 40px);
   		padding: 0 20px;
	}
	
}		


/* Avantage internet */	
		
.avantages-produit .avantage-internet h2 span {
	display: inline-block;
	font-weight: normal;
}

.avantages-produit .avantage-internet ul {
	overflow: hidden;
}

.avantages-produit .avantage-internet ul li {
	position: relative;
}

.avantages-produit .avantage-internet ul li h3 {
	margin-bottom: 0.7em;
}

.avantages-produit .avantage-internet ul li p {
	font-weight: bold;
}

.avantages-produit .avantage-internet ul li .precision {
	font-weight: normal;
}

.avantages-produit .avantage-internet ul li .picto {
	color: #8bbc06;
	border-radius: 50%;
	border-style: solid;
	border-color: #8bbc06;	
}

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

	.avantages-produit .avantage-internet {
	   margin-bottom: 30px;
	}

	.avantages-produit .avantage-internet h2 {
	    font-size: 2em;
	    padding: 30px 5px 5px 0;
	    margin-left: 0;
	}
	
	.avantages-produit .avantage-internet h2 span {
		display: block;
		font-weight: normal;
	}
		
	.avantages-produit .avantage-internet img {
  		top: 20px;
   		right: 0;
   		width: 100px;
	}
	
	.avantages-produit .avantage-internet .debord {
		margin-bottom: 20px;
	}
	
	.avantages-produit .avantage-internet ul {
 		margin: 20px auto 0 auto;
 	}
	
	.avantages-produit .avantage-internet ul li {
		padding: 20px 20px 10px 110px;
		min-height: 60px;
	}
	
	.avantages-produit .avantage-internet ul li:after {	
	    content: "\e928";
	    position: absolute;
		top: 75%;
		left: 50px;
		display: inline-block;
		font-family:'petits-pictos';
		font-size: 1.5em;
		color: #8bbc06;
		transform: rotate(90deg);
	}	
	
	.avantages-produit .avantage-internet ul li:last-child:after {	
		display: none;
	}
		
	.avantages-produit .avantage-internet ul li .picto {
		position: absolute;
		top: 10%;
		left: 25px;
		padding: 8px;
		font-size: 4em;
		border-width: 1px;
	}

	.avantages-produit .avantage-internet ul li h3 {
		font-size: 1.6em;
	}

	.avantages-produit .avantage-internet ul li p {
		font-size: 1.6em;
	}
	
	 .avantages-produit .avantage-internet ul li .precision {
 		font-size: 1.2em;
 	}
					
}

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

	.avantages-produit .avantage-internet h2 {
	    padding: 10px 0 30px 10px;
	    text-align: right;
	}
	
	.avantages-produit .avantage-internet h2:after {
		right: 15px;
	}
	
	.avantages-produit .avantage-internet .debord {
		margin-bottom: 50px;
	}
	
	.avantages-produit .avantage-internet ul {
 		margin: 40px auto 0 auto;
 	}
	
	.avantages-produit .avantage-internet ul li {
		float: left;
		text-align: center;
	}
	
	.avantages-produit .avantage-internet ul li:after {	
	    content: "\e928";
	    position: absolute;
		top: 55px;
		right: 0;
	    display: inline-block;
	    font-family:'petits-pictos';
	    font-size: 3em;
	    color: #8bbc06;
	    transform: rotate(0deg);
	}
	
	.avantages-produit .avantage-internet ul li:last-child:after {	
		display: none;
	}
				
	.avantages-produit .avantage-internet 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 */

	.avantages-produit .avantage-internet {		
		margin-top: 50px;
	}
	
	.avantages-produit .avantage-internet img {
  		top: 10px;
   		right: 0px;
   		width: 160px;
	}

	.avantages-produit .avantage-internet h2 {
	    font-size: 2.6em;
	    margin-right: 180px;
	}
		
	.avantages-produit .avantage-internet ul li h3 {
		font-size: 1.6em;
		line-height: 1.8em;
	}
	
	.avantages-produit .avantage-internet ul li p {
		font-size: 1.6em;
		line-height: 1.4em;
	}
	
	 .avantages-produit .avantage-internet ul li .precision {
 		font-size: 1.3em;
 		line-height: 1.2em;
 	}

}

@media screen and (min-width: 1221px) { /* Bureau */
	
	.avantages-produit .avantage-internet  {
		margin: 70px auto 40px auto;
	}
	
	.avantages-produit .avantage-internet img {
  		top: -45px;
   		right: 20px;
	}
	
	.avantages-produit .avantage-internet h2 {
	    font-size: 3em;
	    text-align: right;
	    margin-right: 230px;
	}	

	.avantages-produit .avantage-internet ul li h3 {
		font-size: 1.8em;
	}
	
	.avantages-produit .avantage-internet ul li p {
		font-size: 1.8em;
	}
	
	.avantages-produit .avantage-internet ul li .precision {
 		font-size: 1.4em;
 	}
 	
 	.avantages-produit .avantage-internet ul.cas-3-etapes li .precision {
		margin: 0 -30px;
	}

}

	
/* Cas 3 etapes */

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

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

}

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

}



/*-------------------------------------------------------------------------------+
+ Carrousel partenaires                                                          +
+-------------------------------------------------------------------------------*/

.carrousel-partenaires {
	background-color: #ebebeb;
	padding: 40px 20px;
}

#carrousel-partenaires {
	background-color: #fff;
	position: relative;
    z-index: 999;
   	-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);
	margin: 0 auto;
}	

#carrousel-partenaires .carrousel {
	overflow: hidden;
	z-index: 1000;
	background: #fff;
}

#carrousel-partenaires h4 {
	font-size: 1.3em;
	text-align: center;
	padding-top: 10px;
}

#carrousel-partenaires .carrousel img {
	float: left;
	width: 170px;
	margin: 0 10px;
}

#carrousel-partenaires .carrousel img a {
	border: 0;
	text-decoration: none;
}

#carrousel-partenaires h4 a {
	display: block; 
	margin-top: 10px;
	border: 0;
	text-decoration: underline;
	font-weight: normal;
}
	
#carrousel-partenaires:before, #carrousel-partenaires:after {
	z-index: -1;
	position: absolute;
	content: "";
	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);
}

#carrousel-partenaires:after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
}

@media screen and (max-width: 767px) { /* Mobile */
	
	#carrousel-partenaires {
		width: 100%;
	}
			
	#carrousel-partenaires .carrousel {
		padding:  30px 50px; 
		height: 145px; 
	}
	
	#carrousel-partenaires .carrousel img {
		float: none;
		margin: 0 auto;
	}
	
	#carrousel-partenaires:before, #carrousel-partenaires:after {
		left: 20px;
		width: 50%;
		top: 90%;
		bottom: 15px;
	}
	
	#carrousel-partenaires:after {
		right: 20px;
		left: auto;
	}
	
	#carrousel-partenaires h4 {
		padding: 20px 50px 0 50px;
		line-height: 1.3em;
	}
	
	#carrousel-partenaires div.carrousel .slick-next, #carrousel-partenaires div.carrousel .slick-prev  {
	    top: 42%;
	}
	
}

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

	#carrousel-partenaires:before, #carrousel-partenaires:after {
		width: 50%;
		top: 80%;
		bottom: 15px;
		margin-left: 10px;
	}
	
	#carrousel-partenaires:after {
		right: 10px;
		left: auto;
	}
	
	#carrousel-partenaires .carrousel {
		padding: 10px 75px;    
		height: 120px;
	}
	
	#carrousel-partenaires h4 {
		padding: 25px 10px 0 10px;
		font-size: 2em;
	}	
	
	#carrousel-partenaires h4 a {
		font-size: 0.65em;
	}	

	#carrousel-partenaires div.carrousel .slick-arrow {
		top: calc(50% - 19px);
		width: 38px;
		height: 38px;
	}
			
	#carrousel-partenaires div.carrousel .slick-next {
		right: 10px;
	    margin-right: 0;
	}
	
	#carrousel-partenaires div.carrousel .slick-prev {
		left: 10px;
	    margin-left: 0;
	}

	#carrousel-partenaires div.carrousel .slick-arrow .picto {
		width: 38px;
		font-size: 3em;
		line-height: 36px;
	}
	
}
	
@media screen and (min-width: 768px) and (max-width: 1220px) { /* Tablette */
	
	#carrousel-partenaires {
		width: calc(100% - 50px);
	}
	
}

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

	#carrousel-partenaires {
		width: 910px;
	}
	
}



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

.exemples {
	background-color: #ebebeb;
}

.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 10px 40px 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 40px 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: 20px 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;
	}
	
}



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

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

.bonnes-raisons h2 span {
	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 h2.more::after {
		display: none;
	}

	.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 .fond-picto .typo-varela {
    display: block;
}

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

.bonnes-raisons .liste-raisons .raison p.precision {
	font-size: 1.2em;
	line-height: 1.4em;
}

.bonnes-raisons .liste-raisons .raison ul {
	margin-bottom: 15px;
	padding: 0 10px;
}

.bonnes-raisons .liste-raisons .raison ul li {
	font-size: 1.5em;
	line-height: 1.5em;
	padding: 6px 0 6px 20px;
}

.bonnes-raisons .liste-raisons .raison 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;
}

@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;
	}	
	
	.bonnes-raisons .liste-raisons .raison .titre .fond-picto .typo-varela {
	    width: 25px;
	    height: 25px;
	    line-height: 25px;
	}
	
}

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

	.bonnes-raisons .liste-raisons .raison .titre .fond-picto .typo-varela {
	    width: 40px;
	    height: 40px;
	    line-height: 40px;
	}

}

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



/*-------------------------------------------------------------------------------+
+ Demande                                                                        +
+-------------------------------------------------------------------------------*/

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

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

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

.demande h2 img {
	display: inline-block;
	vertical-align: text-bottom;
}

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

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

	.demande {
	    padding-bottom: 50px;
	}

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

	.demande h2 img {
		width: 110px;
	}
					
}

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

	.demande {
	    padding-bottom: 60px;
	}

	.demande h2 {
	    padding: 20px 10px 10px 10px;
	}

	.demande h2 img {
		width: 120px;
	}
	
	.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 modes *****************************************************/

.demande article {
	position: relative;
	color: #fff;
}

.demande article h3 {
	margin-bottom: 0.7em;
	color: #fff;
	text-transform: uppercase;
}

.demande article p {
	color: #fff;
}

.demande article a {
	color: #fff;
}

.demande article > .picto {
	color: #fff;
	border-radius: 50%;
	border-style: solid;
	border-color: #fff;	
}
	
.demande article ul li:before {
	content: "- ";
}

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

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

	.demande article p {
		font-size: 1.6em;
	}
	
	.demande article ul li {
		font-size: 1.5em;
		padding-bottom: 8px;
	}
				
}

@media screen and (min-width: 768px) { /* Tablette + Bureau */
			
	.demande article {
		position: relative;
		text-align: left;
	}
	
	.demande article > .picto {
		display: inline-block;
		padding: 20px;
		border-width: 2px;
		font-size: 6.5em;	
		vertical-align: middle;
	}	
		
	.demande article p, .demande article ul li {
		font-size: 1.5em;
		line-height: 1.6em;
		font-weight: normal;
	}		
		
	.demande article h3 {
		font-size: 1.8em;
	}
	
}

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

	.demande article h3 {
		font-size: 1.6em;
		line-height: 1.8em;
	}

}


/* Cas 1 mode */

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

	.demande .cas-1-mode article {
		padding: 20px 20px 20px 110px;
		min-height: 60px;
	}

	.demande .cas-1-mode article > .picto {
		position: absolute;
		top: 10%;
		left: 25px;
		padding: 8px;
		font-size: 4em;
		border-width: 1px;
	}
	
	.demande .cas-1-mode article .bt-vert {
		left: calc(50% - 45px);
		-ms-transform: translate(-50%,0);
		-webkit-transform: translate(-50%,0);
		transform: translate(-50%,0);
		margin-top: 20px;
	}
				
}

@media screen and (min-width: 768px) { /* Tablette + Bureau */
			
	.demande .cas-1-mode article {
		width: 400px;
		margin: 0 auto;	
		padding-left: 150px;
	}
	
	.demande .cas-1-mode article > .picto {
		float: left;
		display: inline-block;
		position: absolute;
		left: 0;
		top: 10px;
		margin-right: 30px;
		padding: 20px;
		border-width: 2px;
		font-size: 6.5em;	
		vertical-align: middle;
	}	
	
}

@media screen and (min-width: 768px) and (max-width: 1220px) { /* Tablette */
	
	.demande .cas-1-mode article .bt-vert {
		margin-top: 40px;
	}

}

@media screen and (min-width: 1221px) { /* Bureau */
	
	.demande .cas-1-mode article {
		position: relative;
		padding-right: 300px;
	}
	
	.demande .cas-1-mode article .bt-vert {
		position: absolute;
		right: 0;
		top: 50px;
	}
	
}


/* Cas 2 modes */

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

	.demande .cas-2-mode article {
		padding: 20px 20px 20px 110px;
		min-height: 60px;
	}

	.demande .cas-2-mode article > .picto {
		position: absolute;
		top: 10%;
		left: 25px;
		padding: 8px;
		font-size: 4em;
		border-width: 1px;
	}
	
	.demande .cas-2-mode article .bt-vert {
		left: calc(50% - 45px);
		-ms-transform: translate(-50%,0);
		-webkit-transform: translate(-50%,0);
		transform: translate(-50%,0);
		margin-top: 20px;
	}
				
}

@media screen and (min-width: 768px) { /* Tablette + Bureau */
			
	.demande .cas-2-mode {
		overflow: hidden;	
		width: 700px;
		margin: 0 auto;
	}
	
	.demande .cas-2-mode article {
		float: left;
		text-align: center;
		width: calc((100% / 2) - 40px);	
		padding: 0 20px;
	}
	
	.demande .cas-2-mode article > .picto {
		display: inline-block;
		margin-bottom: 30px;
		padding: 20px;
		border-width: 2px;
		font-size: 6.5em;	
	}
	
	.demande .cas-2-mode article:first-child p {
		 padding: 0 30px 25px 30px;
	}
	
	.demande .cas-2-mode article .bt-vert {
		margin-top: 15px;
	}
}

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


}

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

}



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


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

}



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