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


/*///////////////////////////////////////////////////////////////////////////////////////////////
//                                                                                             //
//  PAGE PRODUIT                                                                               //
//                                                                                             //
///////////////////////////////////////////////////////////////////////////////////////////////*/


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

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

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

#chapo #intro-produit .bouton_nw {
	position: absolute;
}
		
@media screen and (max-width: 767px) { /* Mobile */

	#chapo {
		background-image: url(../img/visuels/produits/paiements/3x4xoney/vsl-chapo-M.png);
		padding-top: 0;
	}
	
	#chapo h4.genTitle{
		border-color:#fff;
		color:#fff;
	}

	#chapo #intro-produit .conteneur {
   	 	height: 275px;
	}
	
	.connecte #chapo #intro-produit .conteneur {
   	 	height: 250px;
	}
	
	#chapo #intro-produit .utiliser {
		bottom: 65px;
		left: 50%;
		width: 260px;
		-ms-transform: translate(-50%,50%);
		-webkit-transform: translate(-50%,50%);
		transform: translate(-50%,50%);
		margin-right: -50%;
	}

	#chapo #intro-produit .cree {
		bottom: 0px;
		left: 50%;
		width: 260px;
		-ms-transform: translate(-50%,50%);
		-webkit-transform: translate(-50%,50%);
		transform: translate(-50%,50%);
		margin-right: -50%;
	}
		
	#chapo .debord {
		display: none;
	}	

}

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

	#chapo .debord {
		margin: -20px 0 0 0;
	}

}

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

	#chapo #intro-produit .conteneur {
	    height: 275px;
	}
	
	.connecte #chapo #intro-produit .conteneur {
	    height: 245px;
	}
	
	#chapo {
		background-image: url(../img/visuels/produits/paiements/3x4xoney/vsl-chapo-T.png);
 	}

	#chapo #intro-produit .utiliser {
	    top: 170px;
	    left: 50%;
	    width: 280px;
	    margin-left: -320px;
	}

	#chapo #intro-produit .cree {
	    top: 170px;
	    left: 50%;
	    width: 250px;
	}
	
	.connecte #chapo #intro-produit .utiliser,.connecte #chapo #intro-produit .cree  {
		top: 140px;
	}

}

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

	#chapo {
		background-image: url(../img/visuels/produits/paiements/3x4xoney/vsl-chapo-D.png);
	}

	#chapo #intro-produit .conteneur {
	    height: 275px;
	}
	
	.connecte #chapo #intro-produit .conteneur {
	    height: 245px;
	}
	
	#chapo #intro-produit .utiliser {
		top: 180px;
	    left: 40px;
	}

	#chapo #intro-produit .cree {
		top: 180px;
	    left: 470px;
	}
	
	.connecte #chapo #intro-produit .utiliser,.connecte #chapo #intro-produit .cree  {
		top: 150px;
	}
	
}



/*-------------------------------------------------------------------------------+
+ Liste des avantages                                                            +
+-------------------------------------------------------------------------------*/

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

.avantages-produit h1:after {
	display: none;
}

.avantages-produit h1 .logo {
	display: block;
	margin: 0 auto;
}

.avantages-produit .precision {
	color: #b8b8b8;
	text-align: center;
}

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

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

@media screen and (max-width: 767px) { /* Mobile */
	
	.avantages-produit .precision {
		font-size: 1.1em;
	}

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

	.avantages-produit h1 .logo {
		width: 180px;
	}

}

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

	.avantages-produit h1 .logo {
		width: 250px;
	}

}

@media screen and (min-width: 768px) and (max-width: 1220px) { /* Tablette */
	
	.avantages-produit .precision {
		font-size: 1.2em;
	}

}

@media screen and (min-width: 1221px) { /* Bureau */
	
	.avantages-produit .intro {
		padding: 0 240px;
	}
	
	.avantages-produit .precision {
		padding: 0 200px;
		font-size: 1.4em;
	}
	
}



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

#carrousel-partenaires {
	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 h4 a, #carrousel-partenaires .carrousel img a {
	border: 0;
	text-decoration: none;
}
	
#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%;
		height: 180px;
		margin-top: 20px;
	}
			
	#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;
	}	
	
	#carrousel-partenaires div.carrousel .slick-next, #carrousel-partenaires div.carrousel .slick-prev  {
	    top: 35%;
	}	
}

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

	#carrousel-partenaires {
		margin-bottom: -40px;
	}

	#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-top: 10px;
	}	

	#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 div.carrousel-exemples .exemple-photo {
	background-repeat: no-repeat;
	background-position: right bottom;
}

.exemples div.carrousel-exemples #partenaire-air-austral {
	background-image: url(../img/visuels/produits/paiements/3x4xoney/logo-exemple-air-austral.png); 
}

.exemples div.carrousel-exemples #partenaire-boulanger {
	background-image: url(../img/visuels/produits/paiements/3x4xoney/logo-exemple-boulanger.png); 
}

@media screen and (max-width: 767px) { /* Mobile */
	.exemples {
		display: none;
	}
}

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

	.exemples {
		background-color: #ebebeb;
	}

	.exemples .conteneur {
		padding-top: 60px;
	}

}

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

	.exemples div.carrousel {
		overflow: hidden;
	}

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



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

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

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

	.demande {
		padding: 0 10px 50px 10px;
	}
	
	.demande h2 {
		margin: 0 -10px;
		padding: 10px;
	}
	
	.demande h2 .logo {
		width: 120px;
		margin-bottom: -6px
	}
	
}

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

	.demande ul {
		margin-bottom: 20px;
	}
	
}

@media screen and (min-width: 768px) and (max-width: 1220px) { /* Tablette */
	
	.demande h2 .logo {
		width: 130px;
		margin-bottom: -7px
	}

}

@media screen and (min-width: 1221px) { /* Bureau */
	
	.demande h2 .logo {
		width: 150px;
		margin-bottom: -8px
	}

}



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

#zone-faq .conteneur {
	overflow: hidden;
	padding: 10px;
}

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

	#zone-faq #aide-telephone, #zone-faq #faq {
		float: none;
	}

}

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

	#zone-faq #aide-telephone {
	    margin: 0 10px 40px 10px;
	    padding: 20px;
	}
	
}

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

	#zone-faq .conteneur {
		margin: 30px auto;
	}
	
}

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

	#zone-faq #aide-telephone {
		float: left;
		width: calc(100% - 800px);
		margin-right: 20px;
		padding: 20px;
	}
	
	#zone-faq .conteneur {
		margin: 80px auto 50px auto;
	}
	
	#zone-faq #faq {
		float: left;
	}

}


/* Aide telephone ******************************************************/

#zone-faq #aide-telephone {
	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;
	text-align: center;
}

#zone-faq #aide-telephone h5 {
	line-height: 1.2em;
	font-size: 2em;
}

#zone-faq #aide-telephone h5:before {
	content: "\e92b";
    position: absolute;
    background-color: #b8b8b8;
    display: inline-block;
    font-family: 'petits-pictos';
    color: #fff;
}

#zone-faq #aide-telephone .precision {
	color: #b8b8b8;
	text-align: left;
	font-size: 1.4em;
}


/* Version violet XL */

.tarif-majoree-violet-xl {
	position: relative;
	display: inline-block;
	background-color: #fff;
	height: 45px;
	width: 240px;
	margin: 3px 0;
	color: #af007d;
	font-size: 38px; /* exceptionnellement, taille en px ici */
	line-height: 25px;
	vertical-align: middle;
	border: 1px solid #af007d;
	z-index: 10;
}

.tarif-majoree-violet-xl .type-numero {
	display: inline-block;
	position: absolute;
	top: -2px;
	right: 6px;
	background-color: #af007d;
	height: 40px;
	line-height: 1.25em;
	font-size: 0.32em;	
	font-weight: bold !important;
	padding: 10px 6px 0 15px;
	color: #fff;
	z-index: 500;
}

.tarif-majoree-violet-xl .type-numero .puce {
	display: inline-block;
	position: absolute;
	top: 18px;
	left: 0;
	border-style: solid;
	border-width: 6px 0 6px 6px;
	border-color: transparent transparent transparent #ffffff;
}

.tarif-majoree-violet-xl .type-numero .prix {
	display: block;	
}

.tarif-majoree-violet-xl a {
	position: absolute;
	top: 10px;
	left: 6px;
	color: #af007d !important;
	font-weight: bold !important;
	text-decoration: none;
}

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

	.tarif-majoree-violet-xl a {
		cursor: default;
	}

}


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

	#zone-faq #aide-telephone h5 {
		margin-bottom: 10px;
		padding: 15px 5px 0 25px;
	}
	
	
	#zone-faq #aide-telephone h5:before {
	    top: 0;
	    left: 0;
    	padding: 12px 20px 16px 10px;
	    border-radius: 0 0 100% 0;
	}
	
	#zone-faq #aide-telephone .precision {
		margin-top: 20px;
	}
	
	#zone-faq #aide-telephone p {
		margin: 0 0 15px 0;
		font-size: 1.6em;
	}
	
}

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

	#zone-faq #aide-telephone h5:before {
	    top: 0;
	    left: 0;
	    padding: 20px 25px 25px 12px;
	    border-radius: 0 0 100% 0;
	    font-size: 1.5em;
	}

	#zone-faq #aide-telephone p {
		margin: 0 0 15px 0;
		font-size: 1.6em;
	
	}
	
}

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

	#zone-faq #aide-telephone {
		float: none;
		width: 690px;
		margin: 0 auto 40px auto;
		padding: 20px;
	}
	
	#zone-faq #aide-telephone h5 {
		float: left;
		width: 200px;
		margin: 40px 0 0 100px;
		padding: 0;
		text-align: left;
	}	
	
	#zone-faq #aide-telephone .precision {
	    margin: 20px auto 10px auto;
	    padding: 0 90px;
	}
}

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

	#zone-faq #aide-telephone h5 {
		margin: 20px 0;
		padding: 0 90px;
	}
	
	#zone-faq #aide-telephone .precision {
		padding: 20px 55px 10px 55px;
	}

}



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

.relance a.precision {
	display: block;
	color: #fff;	
	font-size: 1.6em;
}

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

	.relance {
		text-algin: left;
	}

	.relance a.precision {
		margin-top: 10px;
	}
}

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

	.relance h2 {
	    margin-right: 20px;
	    font-size: 3em;
	    vertical-align: middle;
	    text-align: left;
	    line-height: 1.1em;
	    width: 340px;
	}	
	
	.relance a.precision {
		margin-left: 240px;
	}
	
}

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

	.relance {
		margin: 50px 0 30px 0;
	}
}



/*-------------------------------------------------------------------------------+
+ Mention legales                                                                +
+-------------------------------------------------------------------------------*/

#mentions-legales {
	background-color: #fff !important;
}

