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


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


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

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

#chapo #intro-produit p, #chapo #intro-produit .bouton_nw {
	position: absolute;
}
	
#chapo #intro-produit p, #chapo #intro-produit p a {
	color: #000;
}
	
#chapo #intro-produit p {
    font-size: 1.5em;
}

#chapo #intro-produit ul {
   overflow: hidden;
}	

#chapo #intro-produit ul li {
   float: left;
   display: inline-block;
}

#chapo #intro-produit ul li:first-child strong {
   display: block;
}	
	

#chapo .debord {
	position: absolute;
	bottom: 0;
	height: 20px;
}
		
@media screen and (max-width: 767px) { /* Mobile */

	#chapo {
		background-image: url(../img/visuels/produits/cartes/carte-enseigne/carte-auchan/vsl-chapo-M.png);
		padding-bottom: 60px;
		margin-bottom: 55px;
	}

	#chapo #intro-produit .conteneur {
   	 	height: 320px;
	}
	
	#chapo #intro-produit .bouton_nw {
		top: 366px;
		left: 50%;
		-ms-transform: translate(-50%,50%);
		-webkit-transform: translate(-50%,50%);
		transform: translate(-50%,50%);
		margin-right: -50%;
	}
	
	#chapo #intro-produit .bouton_nw.bt-filet {
		top: 420px;
		left: 50%;
		-ms-transform: translate(-50%,50%);
		-webkit-transform: translate(-50%,50%);
		transform: translate(-50%,50%);
		margin-right: -50%;
	}
	
	#chapo .debord {
		display: block;
    	background: url(../img/divers/debord-chapo.png) no-repeat center bottom;
    	width: 100%;
	}	
		
	#chapo #intro-produit ul {
		bottom: 47px;
	}
	
	#chapo #intro-produit ul li img {
	   width: 70px;
	   margin: 0 5px;
	   display: none;
	}
	
	#chapo #intro-produit ul li:first-child {
		float: none;
		display: block;
		text-align: center;
		color: #fff;
		font-size: 1.1em;
		max-width: 225px;
    	margin: 367px auto 0;
	}
			
	#chapo #intro-produit ul li:first-child strong {
		font-size: 2.6em;
	}
	
	#chapo #intro-produit ul li:first-child strong span {
		font-size: 0.47em;
		padding: 3px 0;
	}
}

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

	#chapo #intro-produit ul {
		position: absolute;
		left: 50%;
		-ms-transform: translate(-50%,50%);
		-webkit-transform: translate(-50%,50%);
		transform: translate(-50%,50%);
		margin-right: -50%;
	}
	
	#chapo #intro-produit ul li:first-child {
		background: #fff;
		text-align: center;
		vertical-align: middle;
	}
			
	#chapo #intro-produit ul li:first-child strong {
		display:block;
		text-transform: uppercase;
	}
	
	#chapo #intro-produit ul li:first-child strong span {
		display:block;
	}
	
	#chapo #intro-produit ul li:first-child strong span sup {
		font-weight: normal;
	}

}

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

	#chapo {
		background-image: url(../img/visuels/produits/cartes/carte-enseigne/carte-auchan/vsl-chapo-T.png);
		padding-bottom: 90px;
 	}

	#chapo #intro-produit .conteneur {
	    height: 305px;
	}

	#chapo #intro-produit .bouton_nw {
	    top: 182px;
	    left: 50%;
	    margin-left: -280px;
	}
	
	#chapo #intro-produit .bouton_nw.bt-filet {
	    top: 182px;
	    left: 50%;
	    margin-left: -30px;
	}
	
	#chapo #intro-produit ul {
		bottom: -8px;
	}
	
	#chapo #intro-produit ul li img {
	   width: 140px;
	   margin: 0 7px;
	}
	
	#chapo #intro-produit ul li:first-child {
		font-size: 1em;
	    width: 105px;
	    height: 91px;
	    padding: 4px 5px;
	    margin: 0 7px;
	    border-radius: 6px;
	    box-sizing: border-box;
	}
			
	#chapo #intro-produit ul li:first-child strong {
		font-size: 2.4em;
	}
	
	#chapo #intro-produit ul li:first-child strong span {
		font-size: 0.47em;
		padding: 3px 0;
	}
		
}

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

	#chapo {
		background-image: url(../img/visuels/produits/cartes/carte-enseigne/carte-auchan/vsl-chapo-D.png);
		padding-bottom: 100px;
	}

	#chapo #intro-produit .conteneur {
	    height: 320px;
	}
	
	#chapo #intro-produit .bouton_nw {
		top: 180px;
	    left: 40px;
	}
	
	#chapo #intro-produit .bouton_nw.bt-filet {
		top: 180px;
	    left: 290px;	
	}
	
	#chapo #intro-produit ul {
	   bottom: -10px;
	}
	
	#chapo #intro-produit ul li img {
	   width: 190px;
	   margin: 0 10px;
	}	
	
	#chapo #intro-produit ul li:first-child {
		box-sizing: border-box;
		font-size: 1.1em;
		width: 140px;
		height: 122px;
		padding: 10px 20px 20px 20px;
		margin: 0 10px;
		border-radius: 8px;
	}
			
	#chapo #intro-produit ul li:first-child strong {
		font-size: 3.1em;
	}
	
	#chapo #intro-produit ul li:first-child strong span {
		font-size: 0.47em;
		padding: 5px 0;
	}
	

}



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

.avantages-produit article h2:after {
	display: none;
}

.avantages-produit article .deux-colonnes .intro a {
	display: block;
	font-size: 1.4em;
	margin-top: 10px;
}

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

	.avantages-produit .avantage-magasin h2 {
		margin: 0 auto;
		text-align: center;
	}

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

}

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


}


/* Avantage Magasin */

.avantages-produit .avantage-magasin .deux-colonnes .intro {	
	background-color: #f7f7f7;
	text-align: center;	
}

.avantages-produit .avantage-magasin .deux-colonnes .intro h3 {
	text-transform: uppercase;
}

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

.avantages-produit article .partenaire .liste-avantage .avantage .titre .picto {
	color: #333;
	border: 2px solid #333;
}

.avantages-produit article .auchan .liste-avantage .avantage .titre .picto {
	color: #eb1c24;
	border: 2px solid #eb1c24;
}
			
.avantages-produit .avantage-magasin .auchan .intro {	
	background-repeat: no-repeat;
	border-bottom: 2px solid red;
}

.avantages-produit .avantage-magasin .partenaire .intro {	
	border-bottom: 2px solid #000;
}

.avantages-produit .avantage-magasin .auchan .debord {
	background: url(../img/visuels/produits/cartes/carte-enseigne/carte-auchan/debord-rouge.png) no-repeat center top;
	display: block;
	height: 7px;
	margin-top: -0.2em;
}

.avantages-produit .avantage-magasin .partenaire .debord {
	background: url(../img/visuels/produits/cartes/carte-enseigne/carte-auchan/debord-noir.png) no-repeat center top;
	display: block;
	height: 7px;
	margin-top: -0.2em;
}

.avantages-produit .avantage-magasin .partenaire .liste-avantage li:first-child strong {
    background: #4d4d4d;
    display: block;
    padding: 5px 8px;
    margin-bottom: 8px;
    font-size: 1em;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.avantages-produit .avantage-magasin .partenaire .liste-avantage .avantage .cartes-auchan,
li.raison .cartes-auchan {
	background: url(../img/visuels/produits/cartes/carte-enseigne/carte-auchan/cartes-auchan-s.png) no-repeat 110px top;
	height: 32px;
}

.bonnes-raisons .liste-raisons .raison p.cartes-auchan {
	padding:0;
}

.avantages-produit .avantage-magasin .partenaire .liste-avantage .avantage .cartes-auchan strong,
li.raison .cartes-auchan strong {
	display: inline-block;
	width: 100px; 
	color: #a3a4a3;
	text-align: right;
	text-transform: uppercase;
	font-size: 0.67em;
	line-height: 1.2em;
}


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

	.avantages-produit .avantage-magasin h2  {
		text-align: left;
		margin-bottom: 20px;
		margin-left: 85px;
	}
	
	.avantages-produit .avantage-magasin h2 span {
		display: inline;
	}
	
	.avantages-produit .avantage-magasin img {
		width: 68px;
		left: 3px;
		top: -35px;
	}
	
	.avantages-produit .avantage-magasin .deux-colonnes .intro {
		margin: 0 -10px;
	}

	.avantages-produit .avantage-magasin .deux-colonnes .intro h3 {
		font-size: 1.6em;
	}
	
	.avantages-produit article .liste-avantage .avantage .titre h3 {
		font-size: 1.6em;
	}
	
	.avantages-produit article .liste-avantage .avantage .titre h3 span {
		display: block;
		font-size: 0.95em;
		padding-right: 15px;
	}
	
}

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

	.avantages-produit .avantage-magasin .deux-colonnes .intro {
		height: 80px;
	}

	.avantages-produit .avantage-magasin .auchan .intro {	
		background-image: url(../img/visuels/produits/cartes/carte-enseigne/carte-auchan/logos-auchan-TM.png);
		background-position: center 50px;
		padding: 20px 5px;
	}
	
	.avantages-produit .avantage-magasin .partenaire .intro {	
		padding-top: 20px;
	}

}

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

	.avantages-produit .avantage-magasin {
		overflow: hidden;
		margin: 0 -50px;
	}
	
	.avantages-produit .avantage-magasin img {
		top: 70px;
		left: 50%;
		-ms-transform: translate(-50%,0);
		-webkit-transform: translate(-50%,0);
		transform: translate(-50%,0);
	}

	.avantages-produit .avantage-magasin .deux-colonnes {
		float: left;
		width: 50%;
		margin-top: 65px;
	}

	.avantages-produit .avantage-magasin .deux-colonnes .intro h3 {
		font-size: 1.8em;
	}
	
	.avantages-produit .avantage-magasin .auchan .intro {	
		padding: 20px 40px 20px 20px;
	}
	
	.avantages-produit .avantage-magasin .auchan .liste-avantage {
		border-right: 1px solid #dadada;
	}
	
}

@media screen and (min-width: 768px) and (max-width: 1220px) { /* Tablette */
	
	.avantages-produit .avantage-magasin .partenaire .intro {
    	padding: 20px 20px 20px 60px;
	}
	
	.avantages-produit .avantage-magasin .liste-avantage .avantage {
		padding: 10px 20px;
	}

}

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

	.avantages-produit .avantage-magasin {
		margin: 0 -70px;
	}
	
	.avantages-produit .avantage-magasin .liste-avantage .avantage {
	    float: none;
    	width: calc(100% - 140px);
    	padding: 0 70px;
    	margin-bottom: 30px;
	}
	
	.avantages-produit .avantage-magasin .deux-colonnes .intro {
		height: 50px;
	}

	.avantages-produit .avantage-magasin .auchan .intro {	
		background-image:url(../img/visuels/produits/cartes/carte-enseigne/carte-auchan/logos-auchan-D.png);
		background-position: 35px 50px;
		padding: 20px;
	}
	
	.avantages-produit .avantage-magasin .partenaire .intro {
    	padding: 20px 20px 20px 60px;
	}
	
}



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

.exemples .precision {
	font-size: 1.2em;
}

.exemples .exemple-simple p strong {
    color: #8bbc06;
}

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

@media screen and (max-width: 767px) { /* Mobile */
	
	.exemples .precision {
		margin-top: 10px;
	}

	.exemples .exemple-simple {
	   	margin: 0 auto 20px auto;
	}
	
}

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

	.exemples .exemple-simple {
	   	margin: 0 auto 30px auto;
	}

	.exemples .carrousel {
		margin-bottom: 0;
	} 
		
}

@media screen and (min-width: 1221px) { /* Bureau */
	
	.exemples .exemple-simple {
	   	margin: 0 0 -515px 10px;
	}
	
	.exemples .exemple-simple h3 {
	   	padding: 45px 0 15px 0;
	}
	
	.exemples .carrousel-exemples {
		margin-bottom: 0;
		padding: 45px 0 15px 0;
	}

	.exemples .exemple-simple, .exemples .carrousel-exemples .exemple {
		min-height: 460px;
	}	
	
	.exemples .carrousel-exemples .exemple:first-child {
	   	margin-left: 570px;
	}
	
}



/*-------------------------------------------------------------------------------+
+ Bonne raison                                                                   +
+-------------------------------------------------------------------------------*/

.bonnes-raisons .conteneur {
	margin-top: -100px;
    padding-top: 100px;
}

.bonnes-raisons .plus-info {
	background: url(../img/visuels/produits/cartes/carte-enseigne/carte-auchan/logo-waaoh.png) no-repeat right center;
	margin: 0 auto;
	height: 50px;
	vertical-align: middle;
}

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

	.bonnes-raisons .liste-raisons .raison .titre .fond-picto .typo-varela {
	    font-size: 1.5em;
	}
	
	.bonnes-raisons .plus-info {
		background-size: 70px;
		margin: 0 auto;
		height: 50px;
		line-height: 50px;
		font-size: 1.6em;
	}

}

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

	.bonnes-raisons .liste-raisons .raison .titre .fond-picto .typo-varela {
	    font-size: 2.5em;
	}
	
	.bonnes-raisons .bouton_nw.bt-vert {
	    margin: 10px auto;
	}
	
	.bonnes-raisons .plus-info {
		padding-right: 100px; 
		margin: 0 auto;
		width: 270px;
		height: 50px;
		line-height: 50px;
		font-size: 2em;
	}
		
}



/*-------------------------------------------------------------------------------+
+ Plus d'avantages                                                               +
+-------------------------------------------------------------------------------*/

.avantages-produit.plus-avantages {
	background-color: #ebebeb;
}

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

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

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

.avantages-produit.plus-avantages h2 img {
	vertical-align: middle;
}
	
@media screen and (max-width: 767px) { /* Mobile */
	
	.avantages-produit.plus-avantages .conteneur {
   	 	max-width: 750px;
    	padding: 10px 10px 40px 10px;
	}		
	
	.avantages-produit.plus-avantages h2 {
		font-size: 2.4em;
	}
	
	.avantages-produit.plus-avantages h2 img {
		margin: 10px auto;
		display: block;
	}
		
}

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

	.avantages-produit.plus-avantages .conteneur {
		max-width: 1120px;
		padding: 20px 30px 40px 30px;
	}
		
	.avantages-produit.plus-avantages h2 {
		font-size: 2.6em;
	}
	
	.avantages-produit.plus-avantages h2 img {
		margin: 10px auto;
		display: block;
	}
	
}

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

	.avantages-produit.plus-avantages .conteneur {
		width: 1120px;
		padding: 20px 0;
	}
	
	.avantages-produit.plus-avantages h2 {
		font-size: 3em;
	}
	
	.avantages-produit.plus-avantages h2 img {
		margin: 0 20px 0 15px;
	}
}


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

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

.avantages-produit.plus-avantages .liste-avantages .avantage a {
	display: block;
	font-size: 1.5em;
	line-height: 1.8em;
}

.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 h3 {
		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;
		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 .liste-avantages {
    	padding: 0;
	}
	

	.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 .liste-avantages {
    	padding: 0 40px;
	}

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



/*-------------------------------------------------------------------------------+
+ Tableaux des avantages cartes                                                  +
+-------------------------------------------------------------------------------*/

#tableaux-avantages-cartes {
	z-index: 0;
}

#tableaux-avantages-cartes .conteneur {
	z-index: 1;
}

#tableaux-avantages-cartes .conteneur .conteneur-detail {
	z-index: 2;
}

#tableaux-avantages-cartes .conteneur .conteneur-detail .detail {
	z-index: 4;
}

#tableaux-avantages-cartes .conteneur .conteneur-detail .action {
	z-index: 5;
	margin: 50px auto;
}

#tableaux-avantages-cartes .conteneur .conteneur-detail .action .fondu {
	z-index: 1000;
}

#tableaux-avantages-cartes .conteneur-detail .action a {
	display: block;
	z-index: 5000;
	background: #8bbc06;
    color: #fff;
    width: 315px;
    height: 50px;
    font-size: 1.7em;
    margin: 0 auto;
}

 #tableaux-avantages-cartes .conteneur-detail .action .bt-replie {
 	margin-top: 30px;
}

#tableaux-avantages-cartes .conteneur-detail .replie {
	display: none;
}


/* Fondu */

#tableaux-avantages-cartes .fondu {
	display: block;
	position: absolute;
	bottom: 0;
	z-index: 1000;
	width: 100%;
    height: 300px;
}

#tableaux-avantages-cartes .fondu-bottom {
	width: 100%;
    height: 300px;
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to top, rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
}

.tableau-avantages {
	position: relative;
}

#tableaux-avantages-cartes h2 {
	text-align: center;
}

#tableaux-avantages-cartes h2 span {
	display: block;
	font-weight: normal;
}

#tableaux-avantages-cartes .bouton_nw {
	font-size: 1em;
}

#tableaux-avantages-cartes .precision {
	text-align: center;
	font-size: 1.3em;
	margin-top: 8px;
}


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

	#tableaux-avantages-cartes {
		display: none;
	}
	
}

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

	#tableaux-avantages-cartes .conteneur {
		padding-bottom: 30px;
		overflow: hidden;
	}
	
	#tableaux-avantages-cartes h2 {
		padding: 30px 0;
	}

}

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

	#tableaux-avantages-cartes {
		padding: 0 10px;
	}

	#tableaux-avantages-cartes .conteneur {
		max-width: 920px;
	}
	
	#tableaux-avantages-cartes h2 {
		font-size: 2.6em;
	}
	
}

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

	#tableaux-avantages-cartes h2 {
		font-size: 3em;
	}
	
}


/* Tableaux avantages cartes **************************************************/

#tableaux-avantages-cartes .tableau-avantages {
	-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);
	border: #ebebeb solid 1px;
}

#tableaux-avantages-cartes .lien-puce {
	background-position: left -400px;
	color: #00abe6;
}

#tableaux-avantages-cartes span.pictoPDF {
	background:url(../img/pictos/picto-pdf.png) no-repeat 16px 0;
	font-weight:normal;
	color: #000;
	padding-left:40px;
	padding-bottom:3px;
	padding-top:2px;
}

#tableaux-avantages-cartes .lien-partenaire {
	font-weight: bold;
}

#tableaux-avantages-cartes .version-tablette-bureau table thead tr th.col-avantages .nom {
	text-transform: uppercase;
}

#tableaux-avantages-cartes .version-tablette-bureau table thead tr th.col-avantages .nom a {
	text-transform: none;
}

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

	#tableaux-avantages-cartes .version-tablette-bureau table {
		width: 100%;
	}

	#tableaux-avantages-cartes .version-tablette-bureau .tableau-avantages {
		margin: 15px auto 70px auto;
	}

	#tableaux-avantages-cartes .version-tablette-bureau table .col-carte {
		text-align: center;
		border-left: 1px solid #e0e0e0;
	}

	#tableaux-avantages-cartes .version-tablette-bureau table thead tr {
		background-color: #7e7e7d;
		color: #fff;
		/*border-bottom: 1px solid #e0e0e0;*/
		box-shadow: 0 0 5px 0 #e0e0e0;
	}

	#tableaux-avantages-cartes .version-tablette-bureau table thead tr th {
		vertical-align: middle;
	}

	#tableaux-avantages-cartes .version-tablette-bureau table thead tr th.col-avantages .nom {
		padding-left: 20px;
		font-size: 1.5em;
		font-weight: bold;
	}
	
	#tableaux-avantages-cartes .version-tablette-bureau table thead tr th.col-avantages .nom span {
		display: block;
	}
	
	#tableaux-avantages-cartes .version-tablette-bureau table thead tr th.col-avantages .nom a {
		display: block;
		margin-top: 5px;
		font-size: 0.86em;
		font-weight: normal;
	}
		
	#tableaux-avantages-cartes .version-tablette-bureau table thead tr th.col-avantages .legende {
		padding: 20px 10px 20px 10px;
		color: #727272;
		font-size: 1.3em;
		text-decoration: none;
	}
		
	#tableaux-avantages-cartes .version-tablette-bureau table thead tr th.col-avantages .legende p {
		font-size: 1em;
		padding: 5px;
		margin-bottom: 0;
	}
	
	#tableaux-avantages-cartes .version-tablette-bureau table thead tr th.col-avantages .legende span {
		margin-right: 15px;
	}
	
	#tableaux-avantages-cartes .version-tablette-bureau table thead tr th .nom {
		display: inline-block;
		font-size: 1.6em;
	}
	
	#tableaux-avantages-cartes .version-tablette-bureau table thead tr th.col-carte .nom {
		height: 35px;
		padding: 15px 0;
		font-weight: bold;
		vertical-align: middle;
	}
	
	#tableaux-avantages-cartes .version-tablette-bureau table thead tr th .nom strong {
		display: block;
	}

	#tableaux-avantages-cartes .version-tablette-bureau table thead tr th.col-carte .description {
		display: block;
		background-color: #ebebeb;
		padding: 25px 5px 35px 5px;
		font-size: 1.2em;
		line-height: 1.2em;
	}

	#tableaux-avantages-cartes .version-tablette-bureau table tbody tr {
		border-bottom: 1px solid #e0e0e0;
	}

	#tableaux-avantages-cartes .version-tablette-bureau table tbody tr.dernier {
		border-bottom: none;
	}

	#tableaux-avantages-cartes .version-tablette-bureau table tbody tr td {
		padding: 15px;
		line-height: 1.5em;
	}
	
	#tableaux-avantages-cartes .version-tablette-bureau table tbody tr .col-avantage .presentation {
		padding: 15px 40px;
	}

	#tableaux-avantages-cartes .version-tablette-bureau table tbody tr td.col-carte {
		vertical-align: middle;
		padding: 5px;
	}
	
	#tableaux-avantages-cartes .version-tablette-bureau table tbody tr td.souscrire {
		padding: 15px 5px 8px 5px;
	}

	#tableaux-avantages-cartes .version-tablette-bureau table tbody tr td .nom {
		display: block;
		padding: 5px 30px;
		color: #727272;
		font-size: 1.6em;
		line-height: 1.3em;
		text-decoration: none;
		font-weight: bold;
	}
	
	#tableaux-avantages-cartes .version-tablette-bureau table tbody tr .col-avantage .nom {
		display: block;
		padding: 5px 15px;
		color: #727272;
		font-size: 1.6em;
		line-height: 1.3em;
		text-decoration: none;
		font-weight: bold;
	}
	
	#tableaux-avantages-cartes .version-tablette-bureau table tbody tr td .presentation {
		display: block;
		color: #727272;
		font-size: 1.3em;
		line-height: 1.35em;
		text-decoration: none;
	}
	
	#tableaux-avantages-cartes .version-tablette-bureau table tbody .col-avantage.option {
		font-weight: bold;
		font-size: 1.6em;
	}
	
	#tableaux-avantages-cartes .version-tablette-bureau table tbody .col-carte {
		font-weight: bold;
		font-size: 1.6em;
	}
	
	#tableaux-avantages-cartes .version-tablette-bureau table tbody .type {
		background: #ebebeb;
	}
	
	#tableaux-avantages-cartes .version-tablette-bureau table tbody .type .nom {
		font-weight: bold;
		font-size: 1.8em;
		text-transform: uppercase;
	}

	#tableaux-avantages-cartes .version-tablette-bureau table tbody tr td .description {
		display: none;
		padding: 5px 20px 0 40px;
		font-size: 1.2em;
		font-style: italic;
	}

	#tableaux-avantages-cartes .version-tablette-bureau table tbody tr td .description ul {
		list-style-type: disc;
		padding: 5px 0 5px 15px;
	}

	#tableaux-avantages-cartes .version-tablette-bureau table tbody tr td.col-carte .inclus , #tableaux-avantages-cartes .version-tablette-bureau .legende .inclus {
		background: url(../img/divers/assurances-puces-options.png) no-repeat 0 0;
		width: 28px;
		height: 23px;
		margin: 0 auto;
		vertical-align: middle;
	}
	
	#tableaux-avantages-cartes .version-tablette-bureau table tbody tr td.col-carte .option , #tableaux-avantages-cartes .version-tablette-bureau .legende .option {
		background: url(../img/divers/assurances-puces-options.png) no-repeat 0 -23px;
		width: 28px;
		height: 23px;
		margin: 0 auto;
		vertical-align: middle;
	}
	
	#tableaux-avantages-cartes .version-tablette-bureau table tbody tr .col-carte .commentaire a {
	    display: inline-block;
	    color: #8bbc06;
	    font-size: 0.78em;
	    font-weight: normal;
	    line-height: 1.4em;
	    text-decoration: none;
	    vertical-align: middle;
	    z-index: 5000;
	}

	#tableaux-avantages-cartes .version-tablette-bureau table tbody tr td.col-carte.souscrire a {
		z-index: 5000;
	}
	
	#tableaux-avantages-cartes .version-tablette-bureau table thead tr th.col-carte .description a {
		display: block;
	}

}

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

	#tableaux-avantages-cartes .version-tablette-bureau .tableau-formules {
		margin-top: 80px;
	}

	#tableaux-avantages-cartes .version-tablette-bureau table .col-avantages {
		width: 37%;
	}

	#tableaux-avantages-cartes .version-tablette-bureau table thead tr th.col-avantages {
	    background: #fff;
	    margin: -10px 0 0 -10px;
	    display: inline-block;
	    width: calc(100% - 10px);
	    height: 190px;
	    padding: 25px 10px 10px 10px;
	}

	#tableaux-avantages-cartes .version-tablette-bureau table .col-carte {
		width: 21%;
	}

	#tableaux-avantages-cartes .version-tablette-bureau table thead tr th.col-carte .nom span {
		display: block;
	}

	#tableaux-avantages-cartes .version-tablette-bureau table thead tr th.col-carte .description {
		bottom: 45px;
		height: 90px;
	}
	
	#tableaux-avantages-cartes .version-tablette-bureau table thead tr th.col-carte .description img {
	    width: 100px;
	}	
	
	#tableaux-avantages-cartes .version-tablette-bureau table thead tr th.col-carte .description a {
		margin-top: 10px;
	}
	
}

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

	#tableaux-avantages-cartes .version-tablette-bureau table {
		width: 1105px;
	}

	#tableaux-avantages-cartes .version-tablette-bureau .tableau-formules {
		margin-top: 70px;
	}

	#tableaux-avantages-cartes .version-tablette-bureau table thead tr th, #tableaux-avantages-cartes .version-tablette-bureau table thead tr td {
		height: 70px;
	}
	
	#tableaux-avantages-cartes .version-tablette-bureau table thead tr th.col-avantages {
		background: #fff;
	    margin: -10px 0 0 -10px;
	    display: inline-block;
	    width: 460px;
    	height: 221px;
	}	

	#tableaux-avantages-cartes .version-tablette-bureau table .col-carte {
		width: 185px;
	}
	
	#tableaux-avantages-cartes .version-tablette-bureau table .col-prix .option .nom {
		text-align: center;
	}

	#tableaux-avantages-cartes .version-tablette-bureau table tbody tr td .presentation { 
		padding: 0 30px;
	}

	#tableaux-avantages-cartes .version-tablette-bureau table thead tr th.col-carte .description {
		bottom: 0;
		height: 86px;
	}	

	#tableaux-avantages-cartes .version-tablette-bureau table thead tr th.col-carte .description img {
		width: 130px;
	}
	
	#tableaux-avantages-cartes .version-tablette-bureau table thead tr th.col-carte .description a {
		margin-top: 6px;
	}

}

/* Tempon plus commercialisé *************************************/

#tableaux-avantages-cartes .plus-commercialise {
    border: solid 2px #fbb03b;
    color: #fbb03b;
    text-transform: uppercase; 
    font-weight: bold;
    transform: rotate(-15deg);
    background: #fff;
   	font-size: 11px;
}

#tableaux-avantages-cartes .version-tablette-bureau table thead tr th.col-carte .description {
    position: relative;
    min-width: 150px;
}


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

	#tableaux-avantages-cartes .plus-commercialise {
	    top: 48px;
	    left: 10px;
	    position: absolute;
   	    width: 135px;
	}
	
}

@media screen and (min-width: 1221px) { /* Bureau */
	
	#tableaux-avantages-cartes .plus-commercialise {
	    top: 55px;
	    left: 0;
	    position: absolute;
   	    width: 135px;
   	    padding: 3px 10px;
	}

}



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

@media screen and (min-width: 768px) { /* Tablette + Bureau */
	
	.demande .cas-2-mode article:first-child p {
		 padding: 0 30px 25px 30px;
	}
	
}

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

	.demande .cas-2-mode {
	    width: 850px;
	}

	.demande article p, .demande article ul li {
	    padding: 0 50px;
	}
	
}



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

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

	#zone-faq {
		margin: 40px auto;
	}
}

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

	#zone-faq {
		margin: 90px auto;
	}
	
}



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

.rebonds {
	background-color: #ebebeb;
}



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

#mentions-legales {
	background-color: #ebebeb;
}

