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


/*///////////////////////////////////////////////////////////////////////////////////////////////
//                                                                                             //
//  PAGE informations sécurité                                                                      //
//                                                                                             //
///////////////////////////////////////////////////////////////////////////////////////////////*/


/*-------------------------------------------------------------------------------+
+ section chapo                                                                  +
+-------------------------------------------------------------------------------*/
body {
    background-color: #fff;
}

.bloc{
	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);
	margin:25px 0;
	padding:20px 20px 10px;
}

.toogle h3{
	background-image: url(../img/divers/faq/puce-n1.png);
	background-repeat: no-repeat;
	padding: 0 0 0.7em 25px;
}

.toogle h3:hover{
	cursor:pointer;
	text-decoration: underline;
}

.toogle.active h3{
	background-position: 0px -84px;
}

.citation{
	font-style:italic;
	padding:20px;
}

#articles .bloc h2, #articles .bloc h3{
	margin-top:0;
}

h4{
	font-size:1.4em;
	font-weight:bold;
	margin: 10px 0;
}

#chapo {
	padding-top: 0;
}

#chapo .conteneur {
	position: relative;
	height: 100%;
}

#chapo .titre {
	position: absolute;
	bottom: 0px;
   	text-shadow: 0 0 8px rgba(0,0,0,0.8);
	font-size: 2em;
	font-weight: bold;
	color: #fff;
}

#chapo .titre1 {
	font-size:2em;
    padding: 10px 20px;
    background-color: #fff;
    font-weight: normal;
    color: #8bbc06;
    text-align: center;
    z-index: 10;
    position: absolute;
    left: 0;
}

#fil-ariane ol{
	overflow:visible !important;
}

.border{
	border: #f1f1f1 1px solid;
    padding: 0 40px 30px;
    margin: 40px 0;
}

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

	#chapo #intro-menu {
		background: url(../img/visuels/defaut/paiement-securise/vsl-chapo-M.png) top center no-repeat;
		height: 395px;
	}

	#chapo .conteneur {
		margin: 0 20px;
	}

	#chapo .titre {
		font-size: 2em;
	}
	
	#chapo .titre1 {
		bottom: -14px;
	    font-size: 2.0em;
	}
	
	h4{
		font-size:1.2em;
	}

}

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

	#chapo #intro-menu {
		background: url(../img/visuels/defaut/paiement-securise/vsl-chapo-T.png) top center no-repeat;
		height: 374px;
	}

	#chapo .conteneur {
		margin: 0 auto;
		width: 700px;
	}

	#chapo .titre {
		font-size: 2.6em;
	}
	
	#chapo .titre1 {
	    bottom: -38px;
	}

}

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

	#chapo #intro-menu {
		background: url(../img/visuels/defaut/paiement-securise/vsl-chapo-D.png) top center no-repeat;
		height: 430px;
	}

	#chapo .conteneur {
		margin: 0 auto;
		width: 900px;
	}

	#chapo .titre {
		font-size: 3em;
	}
	
	#chapo .titre1 {
	    bottom: -38px;
	    left: 50px;
	}

}


/*-------------------------------------------------------------------------------+
+ Fil d'Ariane                                                                  +
+-------------------------------------------------------------------------------*/

#fil-ariane ol {
   	margin: 50px 0 5px;
	overflow: hidden;
}

#fil-ariane ol li {
	float: left;
	margin-right: 5px;
    list-style-type: none;
}

#fil-ariane ol li.element-list:before {
	content: "- " ;
}

#fil-ariane ol li.fist:before {
	content: none ;
}

#fil-ariane ol li a {
    color: #bbb;
    text-decoration: none;
}

#fil-ariane ol li a:hover {
    text-decoration: underline;
}

#fil-ariane ol li.active a {
	color: #333;
}

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

	#fil-ariane .conteneur {
    	margin: 0 20px;
    }

	#fil-ariane.guide .conteneur {
    	text-align: center;
    }

  	#fil-ariane.guide ol {
	    display: inline-block;
	}
  
	#fil-ariane ol li {
	    font-size: 1.2em;
	}

}


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

	#fil-ariane ol li {
	    font-size: 1.4em;
	}

}

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

	#fil-ariane .conteneur {
    	width: 700px;
    }

	#fil-ariane.guide .conteneur {
    	width: 484px;
    }

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

	#fil-ariane .conteneur {
    	width: 900px;
    }

	#fil-ariane.guide .conteneur {
    	width: 980px;
    }

}



/*-------------------------------------------------------------------------------+
+ Guide Credit                                                                   +
+-------------------------------------------------------------------------------*/

#guide-credit h1{
	font-size: 3em;
    padding: 20px 0 10px 0;
    text-align: center;
}

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

#guide-credit .intro p{
	font-size: 1.5em;
}

#guide-credit article  {
    background-color: #f4f4f4;
    overflow: hidden;
}

#guide-credit article h2 {
	margin: 20px 26px;
	font-size: 1.6em;
	font-weight: normal;
}

#guide-credit article h2 a{
	text-decoration: none;
}

#guide-credit article h2 strong,#articles h3.titrePicto {
	display: inline-block;
	font-size: 1.4em;
	text-transform: uppercase;
	color: #8bbc06;
	width:80%;
	vertical-align: middle;
}

#guide-credit article h2 .picto, h3 .picto {	
    margin-top: -6px;
    margin-right: 20px;
    padding: 10px;
    display: inline-block;
	vertical-align: middle;
   	width: 25px;
   	height: 25px;
   	border-radius: 45px;
    border: 2px solid #8bbc06;
   	font-size: 1.6em;
   	color: #8bbc06;
}

#articles h3.titrePicto {
	font-size: 2em;
	margin:20px 0;
}

#articles h3.titrePicto.red,#articles h3.titrePicto.red .picto{
	color:red;
}

#articles h3.titrePicto.red .picto{
	border-color:red;
}

h3 .picto {
   	font-size: 1.3em;
}

#guide-credit article ul li {
	position: relative;
	margin: 10px 0;
	padding-left: 30px;
	line-height: 1.4em;
}

#guide-credit article ul li .picto-fleche-droite {
	position:absolute;
	left: 0;
	top: 2px;
	margin-right: 10px;
	color: #8bbc06;
}

#guide-credit article ul li a {
	text-decoration: none;
}

#guide-credit article ul li a:hover {
	text-decoration: underline;
}

#guide-credit .column .liensGuide{
	margin-top: 10px;
	width:96%;
}

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

	#guide-credit .intro{
	    padding: 10px;
	    max-width: 750px;
	}

	#guide-credit article  {
	    margin: 10px auto 40px;
	    width: 280px;
	}

	#guide-credit article .liens-projet {
		padding: 10px;
		padding-bottom: 20px;
	}

	#guide-credit article h2 {
		margin: 20px 26px;
	}
	
	#guide-credit article h2 strong {
		width:65%;
		vertical-align: middle;
	}

	#guide-credit article#projet-auto h3 {
		margin: 20px 40px;
	}

	#guide-credit article ul li {
		font-size: 1.2em;
	}
	
	#guide-credit article.liensGuide ul li {
		margin: 20px;
	}

}

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

	#guide-credit .conteneur {
		position: relative;
	}
	
	#guide-credit .intro{
	    padding: 10px;
	}
		
	#guide-credit article  {
	    width: 484px;
	}

	#guide-credit article .liens-projet {
		padding: 20px 40px;
		width: 400px;
		min-height: 353px;
		float: left;
	}

	#guide-credit article ul {
		margin: 20px 0;
		margin-left: 40px;
	}
	
	#guide-credit article.liensGuide ul {
		margin: 20px 0;
	}

	#guide-credit article ul li {
		font-size: 1.4em;
	}
	
	#guide-credit article.liensGuide ul li {
	    font-size: 1.4em;
	    display: inline-block;
	    width: 27%;
	    vertical-align: top;
	    margin: 1%;
	}

}

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

	#guide-credit .conteneur {
		width: 100%;
	}

	#guide-credit article  {
	    margin: 40px auto;
	}

	#guide-credit .column .liensGuide{
		margin-top: 30px;
		width:96%;
	}

}

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

	#guide-credit .conteneur {
		position: relative;
		width: 1000px;
	}

	#guide-credit div.columns {
		columns: 1;
		padding-top:20px; 
	}

	#guide-credit article  {
	   margin:0px 7px 20px 7px;
	   display: inline-block;
	}
	
	#guide-credit .column .liensGuide{
		margin: 30px 0 40px;
		width:100%;
	}

}



/*-------------------------------------------------------------------------------+
+ section chiffres                                                               +
+-------------------------------------------------------------------------------*/


#nos-offres .conteneur{
    overflow: hidden;
}
	
#nos-offres h2 {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

#nos-offres .offre h3 {
	margin-bottom: 10px;
	color: #fff;
	text-transform: uppercase;
}

#nos-offres .offre h3 .picto {	
   	width: 30px;
   	height: 30px;
   	border-radius: 30px;
   }	

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

	#nos-offres {
		background: url(../img/visuels/defaut/paiement-securise/vsl-nos-offres-mobile.jpg) top center no-repeat;
	}
	
	#nos-offres .offre {
	 	margin: 60px auto;
	 	width: 280px;
		text-align: center;
	}
	
	#nos-offres h2 {
		margin: 60px auto 0;
		width: 175px;
		font-size: 2.4em;
	}
	
	#nos-offres .offre h3 {
		font-size: 1.6em;
	}

	#nos-offres .offre h3 .picto {	
	    display: block;
	    margin: 20px auto;
	    padding: 10px;
	   	width: 30px;
	   	height: 30px;
	   	border-radius: 30px;
	    border: 2px solid #fff;
    	font-size: 2em;
    	color: #fff;
    }	
	
	#nos-offres .offre p {
		margin-bottom: 20px;
		font-size: 1.2em;
		color: #fff;
	}

}

@media screen and (min-width: 768px) { /* Tablette + Bureau */
	
	#nos-offres .offre {
		float: left;
		text-align: center;
	}
	
	#nos-offres h2 {
		margin-bottom: 30px;
		font-size: 3.4em;
	}
	
	#nos-offres .offre h3 {
		font-size: 2.2em;
	}

	#nos-offres .offre h3 .picto {	
	    display: block;
	    margin: 20px auto;
	    padding: 10px;
	   	width: 45px;
	   	height: 45px;
	   	border-radius: 45px;
	    border: 2px solid #fff;
    	font-size: 2em;
    	color: #fff;
    }	
	
	#nos-offres .offre p {
		font-size: 1.4em;
		color: #fff;
	}

}

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

	#nos-offres {
		background: url(../img/visuels/defaut/paiement-securise/vsl-nos-offres-tablette.jpg) top center no-repeat;
	}
	
	#nos-offres .conteneur{
	    width: 600px;
	}
	
	#nos-offres .offre {
		width: 260px;
		margin: 0 20px;
		margin-bottom: 40px;
	}
		
	#nos-offres h2 {
		margin-top: 50px;
	}

	#nos-offres .offre p {
		margin-bottom: 20px;
	}

}

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

	#nos-offres {
		background: url(../img/visuels/defaut/paiement-securise/vsl-nos-offres-bureau.jpg) top center no-repeat;
		height: 554px;
	}
	
	#nos-offres .offre {
		width: 21%;
		margin: 0 2%;
	}
	
	#nos-offres h2 {
		margin-top: 100px;
		margin-bottom: 30px;
	}

	#nos-offres .offre p {
		min-height: 100px;
	}

}




/*-------------------------------------------------------------------------------+
+ section chiffres                                                               +
+-------------------------------------------------------------------------------*/


#mentions-legales {
	display: none;
}




/*///////////////////////////////////////////////////////////////////////////////////////////////
//                                                                                             //
//  PAGE GUIDE GUDGET                                                                          //
//                                                                                             //
///////////////////////////////////////////////////////////////////////////////////////////////*/



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


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

	#chapo #intro-page-protection {
		background: url(../img/visuels/defaut/paiement-securise/vsl-protection-chapo-M.png) top center no-repeat;
		height: 193px;
	}

	#chapo #intro-page-probleme {
		background: url(../img/visuels/defaut/paiement-securise/vsl-probleme-chapo-M.png) top center no-repeat;
		height: 193px;
	}

}

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

	#chapo #intro-page-protection {
		background: url(../img/visuels/defaut/paiement-securise/vsl-protection-chapo-T.png) top center no-repeat;
		height: 374px;
	}

	#chapo #intro-page-probleme {
		background: url(../img/visuels/defaut/paiement-securise/vsl-probleme-chapo-T.png) top center no-repeat;
		height: 374px;
	}

}

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

	#chapo #intro-page-protection {
		background: url(../img/visuels/defaut/paiement-securise/vsl-protection-chapo-D.png) top center no-repeat;
		height: 430px;
	}

	#chapo #intro-page-probleme {
		background: url(../img/visuels/defaut/paiement-securise/vsl-probleme-chapo-D.png) top center no-repeat;
		height: 430px;
	}

}



/*-------------------------------------------------------------------------------+
+ Style Articles                                                                 +
+-------------------------------------------------------------------------------*/

#articles .conteneur {
	overflow: hidden;
}

#articles h1 {
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 3em;
	font-weight: normal;
	color: #8bbc06;
	text-transform: uppercase;
}

#articles h1 span {
	display: block;
}

#articles p.rubrique {
	text-transform: uppercase;
}

#articles p span {
	color: #8bbc06;
}

#articles article ul li {
	margin: 10px 0;
	margin-left: 20px;
	list-style-type: initial;
}

#articles span a {
	color: #8bbc06;
}

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

	#articles .conteneur {
		padding: 20px;
	}

	#articles h2 {
		margin-top: 20px;
		margin-bottom: 10px;
		font-size: 1.8em;
	}
	
	#articles h3 {
		margin: 20px 0;
		font-size: 1.4em;
	}
	
	#articles p {
		font-size: 1.2em;
	}
	
	#articles p.tailleinf {
	    font-size: 0.95em;
	}
		
	#articles p.rubrique {
		font-size: 1.1em;
	}
	
	#articles p.intro {
		font-size: 1.5em;
	}

	#articles article ul li {
		font-size: 1.2em;
	    line-height: 1.1em;
	}
	
	.floatRight{
	    background: #f1f1f1;
	    padding: 10px 30px 20px;
	}

}

@media screen and (min-width: 768px) { /* Tablette + Bureau */
	
	#articles h2 {
		margin-bottom: 20px;
		font-size: 2.3em;
	}
	
	#articles h3 {
		margin: 40px 0 20px 0;
		font-size: 1.6em;
	}
	
	#articles p {
		font-size: 1.5em;
	}
	
	#articles p.tailleinf {
	    font-size: 1em;
	}
	
	#articles p.rubrique {
		font-size: 1.4em;
	}
	
	#articles p.intro {
		font-size: 1.7em;
	}

	#articles article ul li {
		font-size: 1.5em;
		line-height: 1.3em;
	}
	
	.floatLeft{
		float: left;
    	width: 57%;
	}
	
	.floatRight{
		float: right;
	    background: #f1f1f1;
	    padding: 10px 30px 20px;
	    width: 27%;
	}

}

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

	#articles .conteneur {
	    max-width: 700px;
	    margin: 20px auto 40px auto;
	    padding: 20px;
	}
	
	#articles h2 {
		margin-top: 40px;
	}

}

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

	#articles .conteneur {
		width: 900px;
		padding: 50px;
	}
	
	#articles article {
		margin-right: 100px;
		width: calc((100% / 1.5) - 50px);
		float: left;
	}
	
	#articles h2 {
		margin-top: 40px;
	}

}



/*-------------------------------------------------------------------------------+
+ Style Articles                                                                 +
+-------------------------------------------------------------------------------*/

#articles #projets-auto {
	overflow: hidden;
	background-color: #f4f4f4;
}

#articles #autres-projets {
	overflow: hidden;
	background-color: #8bbc06;
}

#articles #projets-travaux {
	overflow: hidden;
	background-color: #333333;
}

#articles #rachat-de-credit {
	overflow: hidden;
	background-color: #f4f4f4;
}

#articles aside img {
	width: 100%;
}

#articles aside {
    text-align: center;
}

#articles aside a {
	text-decoration: none;
}

#articles aside h3 {
	display: inline-block;
	margin-top: -20px;
	margin-bottom:0;
	padding: 10px;
	width: 155px;
	font-size: 1.6em;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	z-index: 10;
}

#articles #rachat-de-credit h3 {
	margin-top: 10px;
	margin-bottom: -20px;
	width: 170px;
	background: none;
	color: #333;
}

#articles aside ul {
	margin: 30px 40px;
}

#articles aside li {
	margin: 15px 0;
}

#articles aside ul li {
	text-align: left;
}

#articles aside ul li a {
	color: #fff;
}

#articles aside ul li a:hover {
	text-decoration: underline;
}

#articles #projets-auto ul li a, #articles #rachat-de-credit ul li a {
	color: #333;
}


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

	#articles aside {
		margin: 40px 0;
	}

	#articles aside div {
		margin: 0 auto;
		width: 275px;
	}

	#articles aside ul li {
		font-size: 1.2em;
	}

}

@media screen and (min-width: 768px) { /* Tablette + Bureau */
	
	#articles aside ul li {
		font-size: 1.5em;
	}

}

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

	#articles aside  {
		overflow: hidden;
		position: relative;
		margin: 60px auto 0;
		width: 700px;
		min-height: 550px;
	}
	
	#articles aside div {
		width: 350px;
		position: absolute;
	}
	
	#articles #projets-auto {
		top: 0;
		left: 0;
	}
	
	#articles #autres-projets {
		top: 0;
		left: 350px;
	}
	
	#articles #projets-travaux {
		top: 257px;
		left: 350px;
	}
	
	#articles #rachat-de-credit {
		top: 240px;
		left: 0;
	}

}

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

	#articles aside {
		width: calc((100% / 3) - 50px);
		float: left;
	}

}



/*-------------------------------------------------------------------------------+
+ Footer Articles                                                                +
+-------------------------------------------------------------------------------*/


#footer-article {
	margin-top: 80px;
}

section#articles #footer-article p.mentions-legales {
	font-size:1.5em!important;
}

#footer-article #reseau-sociaux p {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #8bbc06;
}

#footer-article #infos-publication {
	clear: both;
}

#footer-article #infos-publication span {
	color: #8bbc06;
}

#footer-article .mentions-legales {
	color: #aaaaaa;
}

