html{color:#000;background:#FFF}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

body {
	font:normal 16px 'Open Sans',Sans-serif;
	width: 100%;

}
a {text-decoration: none;color:#4a86b8;}
a:hover {
	color:#55a1e0;
}
p {margin-bottom: 1em;color:#666;}

h1 {
	font-size: 3.5em;
	font-weight: 800;
}

strong {
	font-weight: 700;
}

input,textarea {
	padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
table input {
	background-color: #4a86b8;
	color:#fff;
	border: none;
	border-radius: 3px;
	padding:0.5em 1em;
}

table input:hover {
	background-color: #70a6d3	;
}

/*MENU*/

.logo {
  padding: 1.5em 0 0 0;
  display: inline-block;
}
nav .header ul, nav ul li {
	display: inline-block;
}
.header.wrap-1 {
  height: 5em;
  min-height: 5em;
  margin: 0 auto;
}

nav, .projet nav {
  position: fixed;
  width: 100%;
background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 25%, rgba(0,0,0,0.62) 28%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(25%,rgba(0,0,0,0.65)), color-stop(28%,rgba(0,0,0,0.62)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 25%,rgba(0,0,0,0.62) 28%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0.65) 25%,rgba(0,0,0,0.62) 28%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0.65) 25%,rgba(0,0,0,0.62) 28%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 25%,rgba(0,0,0,0.62) 28%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

}
.header ul {
vertical-align: top;
  margin-top: 1.5em;
float: right;
}
nav  ul li, nav .header ul li  {
	margin-left: 2em;
}
nav ul a, nav .header ul a {
	color: #fff;
	font: bold 1.5em 'Open Sans Condensed','Open Sans',Sans-serif;
}

nav ul a:hover, nav .header ul a:hover  {
	color:#bfd8f2;
}





/*Bouton contacticall*/
a#contacti-btn {
  width:104px;
  height: 104px;
  background-image: url(http://contacticall.com/app/btn/contacti-btn.png);
  background-repeat: no-repeat;
  position: fixed;
  z-index: 99;
    top: 70%;
    left: 90%;
  transition:none;

}
a#contacti-btn.pulse {
    -webkit-animation-name: 'contacti_pulse_animation';
    -webkit-animation-duration: 10000ms;
    -webkit-transform-origin: 70% 70%;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}


a#contacti-btn:hover {
  width: 128px;
  height: 128px;
  background-image: url(http://contacticall.com/app/btn/contacti-btnh.png);
}

/*BANDEAU HOME*/
.bandeau {
	background-image: url(../images/bg-autonomie.jpg);
	background-size:cover; 
	height:451px;
	padding:7em 0 0 0;
}



.bandeau .wrap-1 {
	margin-top: 2em;
}

.bandeau h1 {
	    margin-bottom: 1em;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    text-transform: uppercase;
    font-size: 3.3em;
    font-weight: 800;
}

ol {counter-reset: numero; text-align: center;} /* on initialise et nomme un compteur */
.bandeau  li {
	display: inline;
    list-style-type: none;
    counter-increment: numero; /* on incrémente le compteur à chaque nouveau li */
    margin-bottom: 10px;
    margin-top:1.5em;
    margin-right: 1.5em;
    font-weight: 600;
    font-size: 1.1em;
    color:#fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.bandeau li:before {
    content: counter(numero); /* on affiche le compteur */
    padding: 1px 8px;
    margin-right: 8px;
    vertical-align: top;
    background: #fff;
    border-radius: 50%;
    font-weight: bold;
    font-size: 1em;
    color: #4a86b8;
    text-shadow:none;		
}
.btn-wrap {
	width:330px;
	margin:0 auto;
}
a.btn-projet {
  display: block;
  width: 300px;
  padding: 15px 15px;
  text-align: center;
  background-color: #f26c13;
  color: #fff;
  border-radius: 3px;
  position: absolute;
  margin-top: 4.8em;
  font-weight: 700;
  font-size: 1.5em;

}
.pagination + .btn-wrap  h1.alc a.btn-projet{
	font-family: 'Open-Sans',sans-serif;
	margin-bottom: 1em;
	position: relative;
}

.boutons_alc {
	text-align: center;
	    clear: both;
	    margin-top: 7em
}
.btn-wrap span {
	font-size: 12px;
	color: #666
}
a.btn-projet i {
	margin-right:10px;
}
a.btn-projet:hover {
	background-color: #ef8842 ;
}
.ac_f_c_p .btn-projet {
	background-color: #555 ;

}

.ac_f_c_p .btn-projet:hover {
	background-color: #333 ;
}
/*Catégories*/
.categories {
	text-align: center;
	background-color: #eee;
	padding:2.5em 0em 2em 0;
}

.projet .boutons_alc .btn-wrap{
	display: inline-block;
	margin-right:20px;

}
.boutons_alc a.btn-projet {
  display: inline-block;
  position: relative;

}

.projet a.btn-task {
    width: 115px;
    height: 60px;
    background-color: #eee;
    display: inline-block;
    border-radius: 3px;
    text-align: center;
    vertical-align: top;
}
.projet a.btn-task i {
    margin-top: 9px;
    color: #666;
    font-size: 18px;
}

.projet a.btn-task span {
    color: #666;
    font-size: 14px;
    text-align: center;
    font-weight: normal;
    display: block;
    margin-top: 2px;
}

.listing .projet_infos {
    vertical-align: top;
    margin-left: 1em;
    width: 73%;
}
.categories  a {
	color:#999;
}
.categories  a:hover, .sidebar a:hover {
	color:#ef8842;
}

.categories div ul, .categories  ul ul {
	display: none;
	position: relative;
}
.categories div {
	position: relative;
}
.categories div:hover ul {
	display: block;
	position: absolute;
	background-color: #222;	
	min-width: 350px;
	text-align: left;
	border-radius: 3px;
	z-index: 999999;
}

.categories div:last-child:hover ul, .categories div:nth-child(9) ul, .categories div:nth-child(8) ul, .categories div:nth-child(7) ul, .categories div:nth-child(6) ul {
    right:0px;
}

.categories div:last-child ul:hover ul, .categories div:nth-child(9) ul:hover ul, .categories div:nth-child(8) ul:hover ul, .categories div:nth-child(7) ul:hover ul, .categories div:nth-child(6) ul:hover ul{
    right:350px;
}


.categories div ul li ul li{
	display: none;
}

.categories div ul li:hover ul li, .categories div ul li:hover ul{
	display: block;
	
	right: -350px;
	top:0px;
}

.categories div ul li:hover ul li{
	display: block;	
	right: -0;
	top:0px;
}

.categories div:hover ul li{
position: relative;
color : #fff;
padding: 0.5em;
border-bottom: 1px solid #333;

}

.categories ul i {
	float:right;
}


.projet a.btn-task:hover, .projet a.btn-task:hover span, .projet a.btn-task:hover i {
    color: #fff;
}
.projet .listingProjets.listingOffres .projet-metas a {
    color: #989898;
    font-weight: normal;
}
.projet.espaceAcheteur .projet-offres .listingOffres .listing h3 a:hover, .projet .listingProjets.listingOffres .projet-metas a:hover {
    color: #3670a0;
    background-color: transparent;
}
body .categories img {
	width:32px;
	height:32px;
	margin: 0 auto;
	display: block;
	margin-bottom: 0.5em;
}
.categories div {
	display: inline-block;
	margin-left:2.3em;
	color:#666;
		cursor: pointer;
}

.categories div:first-child {

	margin-left:0em;

}
.listing .projet-metas {
    color: #989898;
    font-size: 0.9em;
}

/*LISTING HOME*/ 
.main.listing {
	margin-top: 3em;
}
.listing .wrap-3 {
	display: inline-block;
	vertical-align: top;
}
.listing h2, .projet h2,.projet h1,.title {
	margin: 0.5em 0 1em;
	color: #ef8842;
	font-size: 2.5em;
	font-weight: 600;
	font-family: 'Open Sans Condensed',Sans-serif;
	padding-bottom: 0.5em;
	border-bottom: 2px solid #eee;
}

.l_projet {
    border-bottom: 1px solid #eee;
    padding: 1em;
}
.listing img, .listing .projet_infos{
	display: inline-block;

}
.listing .projet_infos{
vertical-align: top;
margin-left: 2em;

}
.listing h3 {
	    font-weight: 700;
    font-size: 1.4em;
    font-family: 'Open Sans Condensed',Sans-serif;
    color: #4a86b8;
    display: inline;


}
.listing .projet-metas {
	color:#989898;
}


/*Page projet*/
.main.projet {
	padding-top: 5em;
	overflow: hidden;
}
.projet nav {
	height:80px;
	width:100%;
	padding:0;
	background-image: url(../images/bg-autonomie.jpg);
	z-index: 30;
    position: fixed;
}
}

.projet h1,.projet h2,.title {
	padding-top: 1.5em;
	padding-bottom: 1em;
	margin-bottom: 1.5em;
	border-bottom : 2px solid #eee;
	text-transform: uppercase;
}

.projet h2,.title {
	margin-top: 0em;
	padding: 0 0 0.5em 0;
	font-size: 1.8em;
	margin-bottom: 1em;
}

.projet .meta {
	padding:3em 4em ;
	background-color: #eee;
	border-radius: 3px;
	margin-left: 0;
	margin-bottom: 1em;
}
.projet .meta strong {
	width:20%;
	display: inline-block;
}

.projet .btn-wrap {
	width:230px;
	margin:0 auto;

}
.projet a.btn-projet {
	width: 230px;
	padding:15px 12px;
	font-size:1em;
	margin-top: 1em;
}
.projet .wrap-2 {
	display: block;
	vertical-align: top;

	margin: 0 auto;

}
.projet.espaceVendeur .listingProjets .listing h3 a:hover, .projet .listingProjets.listingOffres .projet-metas a:hover {
    color: #3670a0;
    background-color: transparent;
}
.main.projet a.btn-projet-bleu, a.btn-projet-bleu  {
	background-color: #4a86b8;
}

.main.projet a.btn-projet-bleu:hover, a.btn-projet-bleu:hover {
	background-color: #4ea1e0;
}
p.title {
	margin-top: 2em
}
.projet .desc-projet {
	line-height: 1.6em;
}

.projet .criteres {
	margin: 2.5em 0;
}

.projet .critere {
	padding:1em 0;
	border-bottom: 1px solid #eee;
	color:#666;
}

.projet .criteres .critere strong {
	color: #4a86b8;
	width: 15em;
	display: inline-block;
}
.projet .critere i {
	min-width: 2em;
	margin-left: 1em;
}

.espaceAcheteur.projet .criteres .critere strong {
    color: #ef8842;
  }

  .espaceAcheteur .wrap-960 .meta .btn-wrap a {
    color: #fff;
  }

/*Projet côté vendeur*/

.projet-vendeur .wrap-960 {
	display:inline-block;
}

.projet-vendeur .btn-repeat a {
	position:relative;
	margin-top:4em;
}

/*Projet Offres */
.projet-offres .wrap-960 {
	    margin-top: 0.5em;
}
.projet-offres label .metas {
	color:#aaa;
	font-size:0.8em;
	margin-left: 2em;
}
.projet-offres label img {
	    margin-right: 0.5em;
}



.projet-offres .wrap-960 table a:hover {
    background-color: #60a6e0;
    color: #fff;
}
.projet.projet-offres .wrap-960 a:hover {
    background-color: #336996;

}


.projet-offres .wrap-960 article  a {
	background-color:#666;
}
.projet-offres p i, .projet-offres label i {
	color : #ef8842;
	margin-right: 5px;
}

/*Proposer une offre*/
.projet.offre  h1{
	color: #4a86b8;
	text-align: left;
}
.ac-container{
	margin: 10px 12px 30px 0;
}
.ac-container label{
	padding: 15px 20px;
	position: relative;
	z-index: 20;
	display: block;
	height: 65px;
	cursor: pointer;
	color: #666;
	line-height: 33px;
	font-size: 19px;
	background: #ffffff;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee; 
}

.ac-container article label {
	background-color: #f7f7f7;
	font-size:0.9em;
}
.messagerie .ac-container label:hover{
	background-color: #eee;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{

    color: #666;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	border-radius: 3px 3px 0 0;
}
.messagerie .ac-container label:hover:after,
.messagerie .ac-container input + label:after,.messagerie .ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(../images/arrow_down.png) no-repeat center center;	
}
.messagerie .ac-container input:checked + label:after,.ac-container input:checked + label:hover:after{
	background-image: url(../images/arrow_up.png);
}
.ac-container input{
	display: none;
}
.ac-container article{
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{
	color: #777;
	line-height: 23px;
	font-size: 14px;
	padding: 20px;
	    margin: 0;
    border-bottom: 1px solid #eee;
    background-color: #f7f7f7;
}
.ac-container input:checked ~ article{
		border-top:1px solid #eee;
	border-bottom:1px solid #eee;
}
.ac-container input:checked ~ article {
	height: auto;
}

.ac-container article label input {display: inline;margin-right:10px;}

.messagerie .ac-container input:checked + label, .messagerie .ac-container .ac-container input:checked + label:hover {
    background: #e0e0e0;
}

.messagerie .ac-container article input:checked +  label, .messagerie .ac-container .ac-container article input:checked + label:hover {
    background: #eee;
}
.projet.messagerie .metas a {
    background-color: #4a86b8;
    color: #fff;
    border-radius: 3px;
    padding: 5px 7px;
}
.projet.messagerie .metas a i , .espaceAcheteur.projet .listingProjets td a:hover i, .espaceAcheteur.projet .listingProjets td a:hover.btn-orange i {

    color: #fff;


}
/*Nouveau Projet*/

.nouveauProjetInfos {
  border-radius: 3px;
  background-color: #f7f7f7;
  border:1px solid #eee;

}
.nouveauProjetInfos .wrap-6 {
	display: inline-block;	
}
.nouveauProjet label {
	display: block;
	font-weight: 700;
	margin: 1em 0 0.3em 0;
	color:#4a86b8;
}
.nouveauProjet>label {
	margin-top: 0px;
}
.nouveauProjet .wrap-3 {
	vertical-align: top;
	box-sizing: border-box;
  	padding: 1em 1.5em 3em;	
}

.nouveauProjet input, .nouveauProjet textarea {
	width: 90%;
	background-color: #fff	;
	border-color:#e2e0e0
}
.nouveauProjet input[name="nomProjet"],.nouveauProjet textarea {
	width:95%;
}
.nouveauProjet textarea {
	margin-top: 1em;
	    color: #666;
}
.nouveauProjet .criteres {
	margin: 0 auto;
	box-sizing: border-box;
  	padding: 2em;
  	border-radius: 	3px
}
.nouveauProjet  h2{
	border-color: #fff;
}
.nouveauProjet .criteres  h2{
	border-color: #eee;
}
.nouveauProjet .criteres input {
	width:43%;
	background-color: #fff;
	border-color: #ccc
}
.nouveauProjet .criteres input[type="radio"] {
	width:5%;
}
.nouveauProjet .critere {
	padding: 0.5em 0;
	border:none;
}

.nouveauProjet  h2,.nouveauProjet .criteres strong {
	color:#ef8842;
}
.nouveauProjet a.btn-projet {
	margin-top: 	1em;
	position: relative;
}

#dyn_up_cat i {
	margin: 0
}
#dyn_up_cat span {
	font-family: 'Open Sans', Sans-serif;
	font-size: 0.9em
}
/*Offres*/

.nouvelleOffre.wrap-960 {
	display: inline-block;
	margin: 0 auto;
	float:none;
	box-sizing:border-box;
	padding: 1em 1.5em 3em;	
	text-align: left;
}
.nouvelleOffre .nouveauProjetInfos {
	padding: 1em 1.5em 3em;	
}

.nouvelleOffre .wrap-960 {
	margin : 0 auto;
}
.offre .main.projet {
    text-align: center;
}

.nouvelleOffre .meta {
	text-align: center;
}

.nouvelleOffre .meta .wrap-3{
	text-align: left;
	padding:0em;
}

.nouvelleOffre .criteres {
	padding:1em 0 0 0;
}
.recap {
	margin-top: 0em;
}

.nouvelleOffre  h2 {
	border-color : #eee;
}

.offre.logged .sidebar {
	text-align: left
}


/*Footer*/
footer {
	background-color: #222;
	margin-top: 4em;
}
footer a {
	cursor: pointer;
}
footer a,footer {
	color:#999;
}
footer a:hover {
	color:#ef8842;
}
footer .wrap-1 {
	padding:2.5em 0;
}
footer .wrap-6 {
	display: inline-block;
	vertical-align: top;
	margin-right: 2em;
}
footer .wrap-6:last-child {
	margin-right: 0;
}
.footer-title{
	font:2em bold 'Open Sans Condensed',Sans-serif;
	color:#fff;
	margin-bottom: 1em;
}
footer li {
	border-bottom: 1px solid #373737;
  padding: .5em;

}

footer li i.fa {
  min-width: 2em;
  color: #ef8842;
  font-size: 1.3em;
}



/*Sidebar*/

.sidebar {
	padding:1em;
}
 .sidebar a {
	display: block;	
	padding:0.5em 0;
	color:#666;
	cursor: pointer;
}

.sidebar h3 {
	color: #ef8842 ;
	font:bold 1.3em  'Open Sans Condensed',Sans-serif;
	margin-top: 1em;
	border-bottom: 1px solid #eee;
	padding: 0 0 14px 0;
}

.espaceVendeur .sidebar a:hover {
	color:#4a86b8
}

/*Dashboard*/

.espace .blocSeul img {

	max-height: 232px;
  position: absolute;
  margin-left: -2em;
  z-index: -1;
  opacity: 0.2;
  right: 0;
}
.espace .wrap-960, .projet-offres .wrap-960,  .sidebar {
	float:none;
	display: inline-block;	
	vertical-align: top;
	box-sizing:border-box;
}

.espace .blocDouble {
	padding :1em 2em;
  border:1px solid #eee;
  border-radius: 3px;
  width: 91.5%;
}
.espace .bloc {
	display: inline-block;	
	vertical-align: top;
	box-sizing:border-box;
}
.espace .blocDouble .bloc {
	border:none;
		width: 445px;
}
.espace .wrap-3 {
		text-align: center;
}
.espace .blocSeul {
	position: relative;
	margin: 1em 0 10px ;
	padding:1em 2em;
		border:1px solid #eee;
	border-radius: 3px;
	width:470px;
	  min-height: 250px;
}
.espace .blocSeul:last-child, .espace .blocSeul:nth-child(2) {
	margin-right: 	0px
}

.espaceVendeur .blocSeul a {
  font-weight: bold;
  color : #666;
}
.espaceAcheteur .wrap-960 a {
  color : #666;
  font-weight: bold;
}
.espace h2 {
	border-bottom: none;
	text-decoration: underline;
}
.espaceVendeur h1, .espaceVendeur h2, .espaceVendeur .sidebar h3, .espaceVendeur.projet .critere strong {
  color:#4a86b8;
  text-align: left;
}
.nbNotif {
	  color: #fff;
  background-color: #ef8842;
  width: 17px;
  display: inline-block;
  font-size: 0.8em;
  text-align: center;
  height: 17px;
  border-radius: 50%;
  position: absolute;
  margin: -3px 6px;
  line-height: 16px;
}

.espace h2 img {
	  position: absolute;
  width: 161px;
  margin-top: -77px;
  margin-left: 4px;
}
.espace .blocDouble a.btn-dashboard {
		background-color:#ef8842;
}
.espace a.btn-dashboard {
	  background-color: #333;
  width: 100%;
  display: block;
  padding: 1em;
  box-sizing: border-box;
  text-align: center;
  color: white;
  border-radius: 3px;

}
.d-projets div {
	text-align: left;
}
.d-projets div a {
  display: block;
  padding: 1em 0em;
} 

.edit {
	margin-bottom: 2em
}
.edit a {
	padding-right: 1em;
	font-size: 1.2em;

}

.edit a i {
	border:2px solid;
    padding: 0.45em 0.5em;
    border-radius: 50%;
    display: inline-block;
    margin-right: 0.5em
}

.offre .flag {
	text-align: right;
}
.offre .flag a {
	color: #c9c7c7;
	font-size: 0.7em;
}
.offre .flag a:hover {
	color: #bcbcbc;
}

.meta-offre {
	margin-bottom: 1em;
	padding-bottom: 0.7em;
    border-bottom: 1px solid #eee;
}
.meta-offre div,.meta-offre p {
	margin-bottom: 1em;
}

.espaceAcheteur .wrap-960 .edit a {
    color: #4a86b8;
    font-weight: normal;
}

.espaceAcheteur .wrap-960 .edit a:hover {
    color: #60a6e0;
}

.espaceAcheteur .main  h1 ,.espaceAcheteur .nouvelleOffre h2 {
	color: #ef8842
}

.offre .main .nouveauProjetInfos {
	box-sizing:border-box;
	padding : 2em 4em;
}

.offre .main .nouveauProjetInfos strong {
color : #4a86b8;
}

.offre .main .nouveauProjetInfos div {
margin-bottom: 1em
}
.offre .main .nouveauProjetInfos div p{
margin-top: 1em
}

/*Inscription*/

.inscription input {
	width: 95%
}
.inscription .label-userterms {
	display: inline;
} 
.inscription #UserTerms {
	width: 5em;
}

.inscription .input.checkbox{
	margin-top: 1em;
}

.inscription .mg2 {
	margin-left: 2em;
}

.inscription label .fa, .projet label .fa{
	margin-right: 1em;
}
.projet label a .fa{
	margin-right: 0.2em;
}


 {
	margin-right: 0.5em
}

.inscription .mgt2, .lb-inscription .btn-wrap .mgt2 {
	margin-top: 2em
}
.inscription a.btn-projet {
	margin-top: 20px;
}
.inscription .input.checkbox a {
	text-decoration: underline;
}
.inscription .commentaire {
	margin-top: 5em;
	text-align: right;
}

.inscription.espaceAcheteur label {
	color: #ef8842
}

.inscription.espaceAcheteur .input a {
	color:#ef8842;
}
.inscription.espaceAcheteur .input a:hover {
	color:#ffb787;
}

.inscription.espaceAcheteur .btn-wrap a , .espaceAcheteur.projet a.btn-projet{
	color:#fff;
}

.lb-inscription .espaceVendeur h3 {
	color : #4a86b8;
}


/*lightbox*/

.overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.6;
    filter: alpha(opacity=80);
    z-index: 9999;
}

.lb-categories, .lb-inscription, .lb-confirmation {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    outline: 0;
    max-width: 960px;
    height: 610px;
    background-color: white;
    z-index: 9999;
    margin: 30px auto;
    border-radius: 3px;
    padding: 50px;
    box-sizing:initial;

}

.lb-inscription .close, .lb-categories .close, .lb-confirmation .close {
	position: absolute;
	right: -14px;
    top: -12px;

}

.lb-marketplace .close img {
	width: 37px;
	height: 37px;
}
.lb-confirmation, .lb-connexion {
	height: 450px;
	width:800px;
}

.lb-confirmation .sb-div img, .lb-connexion.lb-inscription .sb-div img {
	border-radius: 50%;
	 width: 200px;
}

.lb-connexion .ins, .lb-inscription .ins {
    color: #ef8842;
    margin-top: 6em;
    display: block;
    text-align: center;
    font-size: 0.9em;
}

.lb-connexion .ins.inss {
	text-align: left;
    margin-top: 1em;

}
.lb-inscription .ins:hover {
	color: #f26c13
}
.lb-confirmation p a {
	color: #ef8842
}

.lb-marketplace .lb-confirmation .sb-div {
	width:60%;
}

.lb-marketplace  .lb-confirmation .sb-div:last-child {
	width:39%;
}
.lb-marketplace h2 {
	margin: 0 0 1em;
    color: #ef8842;
    font-size: 2em;
    font-weight: 600;
    font-family: 'Open Sans Condensed',Sans-serif;
    padding-bottom: 0.5em;
    border-bottom: 2px solid #eee;
}

.lb-inscription h2 {
	margin: 0 0 0.5em;
}

.lb-marketplace .sb-div {
	    display: inline-block;
    width: 49%;
    box-sizing: border-box;
    padding: 15px 60px;
    vertical-align: top;
}
.lb-marketplace .sb-div:last-child {
border-left: 1px solid #eee;
}

.lb-marketplace .sb-cat  {
	display: inline-block;
	vertical-align: top;
	width: 30%;
    margin-right: 2%;
}
.lb-marketplace .sb-cat img {
    height: 30px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.lb-marketplace .sb-cat a {
	display: block;
	line-height: 2em;
	color:#666;
	padding : 0 15px;
	margin-top: 0.5em;
}


a.lb-active {
	background-color: #ffe9db;
	border-radius: 3px
}
.lb-inscription img {
	width: 300px;
}
.lb-inscription .wrap-6 input {
	    width: 280px;
}
.lb-inscription h3, .lb-confirmation h3 {
	font:1.5em bold 'Open Sans Condensed',Sans-serif;
	color: #ef8842;
	margin-bottom: 1em;
}
.lb-inscription label {
	color: #888;
    font-size: 0.9em;
    display: block;
    margin-top: 1em;
}

.lb-inscription .btn-projet, .lb-confirmation .btn-projet  {
	width:200px;
	font-size: 1em;
	margin-top: 2em;
}

.lb-inscription .btn-projet {

	margin-top: 1em;
}
.lb-inscription p {
	margin : 0.5em 0;
}
.lb-inscription .btn-wrap, .lb-confirmation .btn-wrap  {
	width:230px;
}


.espaceVendeur .miseContact {
	background-color: #ef8842;
}
.miseContact {
    padding: 2em 4em;
    line-height: 2em;
    background-color: #4a86b8;
    margin: 2em auto;
    border-radius: 3px;
    color: white;
}

.wrap-960 .miseContact a {
    color: white;
    font-weight: normal;
   border-bottom:  1px  dotted;
}

.miseContact strong{
	text-transform: uppercase;
	width:15em;
	letter-spacing: 1px;
	font-family: 'Open Sans Condensed',Sans-serif;
	display: inline-block;
}

.listingOffres {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #ffffff;
	
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
	
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
	
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
	
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}.listingOffres table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.listingOffres tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
.listingOffres table tr:first-child td:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
.listingOffres table tr:first-child td:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}.listingOffres tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}.listingOffres tr:hover td{
	
}
.listingOffres tr td:last-child {
	text-align: center;
	width: 110px;
}
.espaceAcheteur.projet .listingOffres tr td:last-child {
	width: 200px;
}
.nouveauProjet form .nouveauProjetInfos.wrap-2 {
	padding:2em;
}
.inscription .nouveauProjetInfos .wrap-5, .nouveauProjetInfos .wrap-5{
	display: inline-block;
}
.listingOffres tr:nth-child(odd){ background-color:#eeeeee; }
.listingOffres tr:nth-child(even)    { background-color:#ffffff; }.listingOffres td{
	vertical-align:middle;	
	text-align:left;
	padding:14px;
	font-size:16px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.listingOffres tr:last-child td{
	border-width:0px 1px 0px 0px;
}.listingOffres tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}

.listingOffres td:nth-child(2) {
	width:165px;
}
.listingOffres td:nth-child(3),.listingOffres td:nth-child(4) {
	width:100px;
}

.listingOffres td:first-child {
	font-weight: bold;
}

 .wrap-960 .listingOffres td a {
	font-weight: normal;
	padding:1px;
}
.listingOffres tr:first-child td{
	background-color:#4a86b8;
	border:0px solid #ffffff;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.espaceAcheteur .listingOffres tr:first-child td{

	background-color:#ef8842;

}



.listingOffres tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.listingOffres tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}


.projet .wrap-960 td a.btn-orange.btn-rond i {
color: #ef8842;
}
.projet .wrap-960 td a.btn-orange:hover i {
color: #ef5f00;
}

.espaceVendeur .wrap-960 td a.btn-orange.btn-rond i {
color: #4a86b8;
}
.espaceVendeur .wrap-960 td a.btn-orange:hover i {
color: #fff;
}


.projet.projet-offres .wrap-960 table a:hover {
    background-color: transparent;
    color: #206299;
}
.listingProjets.listingOffres td:nth-child(2){
	width: 80px;
}


.listingProjets.listingOffres td:nth-child(3) {
	width:100px;
	text-align: center;
}

.listingProjets.listingOffres td:nth-child(4) {
	width: 160px;
	text-align:left;
}
.listingProjets.listingOffres tr td:last-child{
	width: 110px;
    text-align: center;
}
#copyright {
	background-color: #333;
}

#copyright .wrap-1, #copyright .wrap-2, #copyright .wrap-5 {
	padding:0.5em 0;
	font-size: 1em;
	min-height: 20px;
}
#copyright .wrap-2, #copyright .wrap-5 {
	display:inline-block;	
	color: #999;
}
 #copyright .wrap-5 {
text-align: right;
}

#copyright .wrap-2 a, #copyright .wrap-5 a {
color:#fff;
cursor: pointer;
}
#copyright .wrap-2 a:hover, #copyright .wrap-5 a:hover {
color:#ef8842;
}
#copyright .wrap-2:nth-child(2) {
text-align: right;
}

.espaceVendeur.projet .projet-offres a.btn-bleu {
color: #fff;
background-color: #4a86b8;
}

.espaceVendeur.projet .projet-offres a.btn-bleu:hover {
color: #fff;
background-color: #4ea1e0;
}



.projet .projet-offres .listingOffres  table a.btn-rond  {
background-color: transparent;
color: #4a86b8;
width: 30px;
height: 30px;
border:1px solid;
border-radius: 	50%;
display: block;
line-height: 29px;
margin: 0 auto;
text-align: center;
}
.projet .projet-offres .listingOffres  table a:hover.btn-rond  {
background-color:#4a86b8;
color: #fff;
border: none;

}

.espaceAcheteur.projet .projet-offres .listingOffres  table a:hover.btn-rond  {
background-color:transparent;


}
.espaceAcheteur.projet .projet-offres .listingOffres  table a.btn-rond {
	border: none;
	width: 100%;
	color: #ef8842;
} 
.espaceAcheteur.projet .projet-offres .listingOffres  table a.btn-rond i{
background-color: transparent;
color: #ef8842;
width: 30px;
height: 30px;
border:1px solid;
border-radius: 	50%;
display: inline-block;
line-height: 29px;
margin: 0 auto;
text-align: center;
}
.espaceAcheteur.projet .projet-offres .listingOffres  table a:hover.btn-rond i {
background-color:#ef8842;
color: #fff;
border: none;

}
.espaceAcheteur.projet label {
	color: #ef8842
}



.facturation {
	background-color: #eee;
	border-radius: 3px;
	padding:2em 1em 3em ;
	text-align: center;
	margin-bottom: 5em
}

.facturation .nbCredit {
	color:#4a86b8;
	font-size: 2em;
	font-weight: 800;
}

.facturation .btn-wrap {
	width: 244px;
}
.facturation .btn-wrap a.btn-projet {
	padding:15px 22px;
	color: #fff
}

.listingOffres.historique {
margin-bottom: 5em;
}

.alerte .listingProjets.listingOffres  table td:nth-child(2){
	width:145px;
}

.projet.projet-offres .wrap-960  .btn-alerte {
	    text-align: center;
    margin: 0 auto;
    display: block;
    width: 20%;
    margin-bottom: 5em;
    background-color: #f26c13;
    padding: 1em 2em ;
    font-weight: bold;
}

.projet.projet-offres .wrap-960  a.btn-alerte:hover {
    background-color: #ef8842;
}

.conseil .main-image {
	width: 96%;
    display: inline-block;
    margin-bottom: 2em;
}

.conseil .main-image img {
	width: 100%;
}
#acce_fich_cons {
	    text-align: center;
    margin: 0 0 2em 0;
}
#acce_fich_cons a {
	color:#999;
	font-size: 14px;
}
.fiche-description ul {
	margin:1em;
}
.fiche-description ul li:before {
	content: '- ';
	position: absolute;
    margin-left: -1em;
}
.boutons-partage {
    display: inline-block;
    vertical-align: top;
    width: 3%;
    text-align: right;
    font-size: 24px;

}

.boutons-partage a, .liens a {
	color: #ef8842;
	display: block;	
	margin: 0 0 0.5em;
}

.boutons-partage a:hover, .liens a:hover {
	color:#ed6104;
}

.conseil .liens {
    background-color: #eee;
    padding: 1em 2em 3em;
    overflow: auto;
    border-radius: 3px;
    margin-top: 	3em;
}

.conseil .liens a {
    display: block;
    font: normal 16px 'Open Sans', sans-serif;
    margin-top: 0.5em;
}

.conseil .liens a i {
    margin-right: 15px;
    background-color: #ef8842;
    color:#fff;
    padding: 10px;
    border-radius: 50%;
}

.liens div {
	display: inline-block;	
}

.liens h2 {
	border-color: #fff;
}

.projet.conseil .btn-wrap {
    width: 201px;
    margin: 0 auto;
}

.btn-fiche {
    color: white;
    background-color: #ef8842;
    padding: 0.5em 1em;
    font-size: 1.5em;
    border-radius: 36px;
    border: 6px solid #ecf0f1;
    font-weight: bold;
    margin-top: -42px;
    position: absolute;
}


.btn-fiche:hover {
    color: white;
    background-color: #ed6104;
  }



#toggle-button {
	    float: right;
    width: 50px;
    height: 50px;
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 3em;
    padding: 0.2em 1.5em 0 0em;
}

#toggle-button:focus {
outline:none;
}




/*Grid*/
@media screen and (min-width:1200px) {
.click-to-open-menu {
	display: none;
}
.wrap-1, .wrap-2,.wrap-3,.wrap-4,.wrap-5 {margin: 0 auto;}
.wrap-1 {
	width:1200px;
	min-height: 500px;
}
.wrap-960 {
	width: 960px;
}
.wrap-2 {
	width: 800px;
}
.wrap-3 {
	width:595px;
}
.wrap-4 {
	width:480px;
}
.wrap-5 {
	width:360px;
}
.wrap-6 {
	width:270px;
}
.wrap-7 {
	width:230px;
	box-sizing:border-box;
}


}

@media screen and (max-width:960px) {
.header {
	width: 96%
}
nav, .projet nav {
	background-color: #000;
}
nav .header  ul {
	background-color: #000;
	text-align: right;
	margin:0;
	padding:0 1em;
}
nav .header  ul li {
	margin-left: 1em;
	display: block;
	margin:1em 0em;
}
nav.is-closed ul {
  max-height: 0;
  overflow: hidden;
}
.logo img {
	width:135%;
}
.bandeau {
	min-height:340px;
	height: auto;
	padding-bottom: 3em;
}
.bandeau ol {
	margin-bottom:3em 
}
.btn-wrap {
	max-width: 400px;
	width: 100%
}
a.btn-projet {
	position: relative;
	margin-top:0px;
	width:100%;
}

footer .wrap-6 {
	width: 100%;
	padding:1em 2em;
	box-sizing:border-box;
	margin-right: 	0;
}

.lb-inscription {
height: 100%;
}
.lb-inscription .sb-div, .lb-inscription {
	width: 100%; 
	padding:15px 30px;
}
.lb-inscription .wrap-6 {
	display:inline-block;
	margin-left: 1em;
}


}

@media screen and (max-device-width:600px) {

body {
	font-size: 24px;
}

.wrap-1 {
	width:100%;
}
.header {
	width: 96%
}
.wrap-960 {
	width: 100%;
}
.wrap-2 {
	width: 100%;
}
.wrap-3 {
	width: 100%
}
.wrap-4, .header ul {
	width: 100%
}
.wrap-5 {
	width: 100%
}
.wrap-6 {
	width:100%;
}
.wrap-7 {
	width:100%;
	box-sizing:border-box;
}

.header ul {
	font-size: 1.8em;
	width:75%;
	text-align: right;
}

.projet .header ul {
	font-size: 1em;
	width:75%;
	text-align: right;
	padding-right: 1em;
}
#navigation {
	height:4.5em;
}
nav, .projet nav {
	background-color: #000;
}
nav .header  ul {
	background-color: #000;
	text-align: left;
	margin:0;
	padding-left: 1em;
}
nav .header  ul li {
	margin-left: 1em;
	display: block;
	margin:1em 0em;
}
nav.is-closed ul {
  max-height: 0;
  overflow: hidden;
}
.logo img {
	width:135%;
}
.bandeau {
	min-height:340px;
	height: auto;
	padding-bottom: 3em;
}
.bandeau h1 {
	font-size: 3em
}

.bandeau ol {
	margin-bottom:3em 
}
.bandeau li {
	display: block;
	width:75%;
	margin: 0 auto;
	text-align: left;
	margin-bottom: 1em;
	font-size: 2em;
} 
.categories {
	font-size: 1.5em;
}
.categories div {
	width:25%;
	margin-top: 1em;
	margin-left: 	1.5em;
}
.categories div:first-child {
	margin-left: 	1.5em;
}




.btn-wrap {
	max-width: 400px;
	width: 100%
}
a.btn-projet {
	position: relative;
	margin-top:0px;
	width:100%;
}

.listing .projet_infos {
	font-size: 1.5em;
}

.bandeau li:before {
    padding: 1px 20px;
  }
footer .wrap-6 {
	padding:1em 2em;
	box-sizing:border-box;
	margin-right: 	0;
}


/*Pop up*/



.lb-categories, .lb-inscription, .lb-confirmation{
width: 100%;
height: auto;
min-height: 610px;
font-size: 30px;
padding-top: 5px;
}
.lb-categories label, .lb-inscription label, .lb-confirmation label{
font-size: 35px;
}
.lb-confirmation textarea {
	width: 100%
;}
.lb-categories input, .lb-inscription input, .lb-confirmation input,
.projet input{
border-color: #999;
height: 60px;
}
.lb-inscription h3 {
	margin-bottom: 15px;
}

.lb-inscription .sb-div {
	width: 100%; 
	padding:5px 30px 15px;
}
.lb-inscription .wrap-6, .lb-inscription .wrap-6 input {
	width: 100%
}


.projet label, .projet{
	font-size: 40px;
}



.projet a.btn-projet, .projet .btn-wrap{
	width: 100%;
	font-size: 40px;
	padding:15px 20px;
}
.sidebar i, .projet i {
	margin-right: 1em;
}


.projet .wrap-4{
	width: 100%;
	font-size: 40px;
}
.nbNotif {
	width: 50px;
	height: 50px;
	font-size: 30px;
	line-height: 50px;
}
.projet.main table td {
	font-size: 40px;
}

.projet h1 {
	text-align: center;
	margin-bottom: 0.5em;
	border:none;
	padding-bottom: 0;
}

.main.projet .meta  {
padding: 1em 2em;
font-size: 16px;
}
.main.projet .meta  strong{
font-size: 35px;
width: 40%
}
.edit a {
	width: 100%;
	display: block;
	margin-bottom: 0.3em;
}
.espace .blocDouble {
	padding: 0;
    width:100%;
}
.espace .wrap-960 {
	padding:0 1em;
}

.projet.projet-offres .wrap-960 a, .projet.projet-offres .wrap-960 a i {
    color: #4a86b8;
    background-color: #fff
}

.miseContact {
	padding: 2em 1em ;
	width: 100%;
	box-sizing:border-box;
	margin-top: 0.5em;
}
.nouvelleOffre.wrap-960 h2 {
	margin-bottom: 0.5em;
}
.messagerie .ac-container, .messagerie .ac-container p{
 font-size: 40px;
}

.messagerie .ac-container p{
padding: 1em 2em;
}
.ac-container div{
   min-height: 600px;
}
}

/*Fiche conseil */



.fiche {
  padding:5em 15px
  }
.fiche img {
   border-radius: 3px;
  padding:0;
      max-width: 96%;
}
.fiche h1 , .fiche h2{
font-family: 'Open Sans Condensed',sans-serif;
    color: #f26c13;
    font-weight: 600;
    margin-bottom: 0.5em;
    border-bottom: 2px solid #eee;
    padding-bottom: 0.5em;

}
.fiche h2{ 
font-size:30px;
margin-top: 1em;
}


.fiche .main-image {
  width:96%;
  display: inline-block;  
 
}

.fiche .fiche-description {
  font:normal 16px 'Open Sans', sans-serif;
  padding:15px;
  color:#666;
  line-height: 1.8em;
}

.boutons-partage {
display: inline-block;
    vertical-align: top;
    width: 3%;
      text-align: right;
    font-size: 24px;
}

.boutons-partage a {
  display: block;

}

.boutons-partage a:hover {
  color: #ef8842
}

.projet .fiche a.btn-projet {
      color: white;
    padding: 0.5em 1em;
    font-size: 1.5em;
    margin-top: -1.5em;
    font-weight: bold;
    width:317px;

}
.btn-fiche:hover {

    background-color: #ef8842;

}

.fiche .btn-wrap {
  width:312px;
  margin: 0 auto;
}

.fiche .liens {
  background-color: #eee;
  padding:1em 2em 3em;
  overflow: auto;
  border-radius: 3px;
  position: relative;
    margin-top: 1em;

}

.fiche .liens .annonceur{
	text-align: right;
    position: absolute;
    color: #999;
    font-size: 0.85em;
    right: 38px;
}


.fiche .liens h2 {border-color: #fff}

.fiche .liens a{
display: block;
font:normal 16px  'Open Sans', sans-serif;
margin-top: 0.5em;
color: #f26c13;
}

.fiche .liens a:hover {
  color:#ef8842
}
.fiche .liens a:hover i {
	background-color: #ef8842;
}
.fiche .liens a i{
margin-right: 15px;
color: #fff;
    width: 30px;
    height: 30px;
    background-color: #f26c13;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
}


/*Pages edito*/
.edito {
	padding-top: 7em;
}
.edito hr {
	color: #eee;
	margin:5em auto 3em;
	    border: 1px solid;
}
.edito ul {
	list-style: disc;
	margin-left: 3em;
	color:#666;
	margin-bottom: 1em
}

.edito .wrap-1 {
	min-height: 50px;
}
.equipe-wrap .equipe {
    background: #eee;
    text-align: center;
    padding: 3em 0;
    margin-top: 5em;
}

.edito h2.subtitle {
    font-size: 30px;
    font-family: "Pacifico", sans-serif;
    margin: 0;
    text-align: center;
    color: #f26c13;
    border: none;
    font-weight: normal;
}

.edito h1.pica {
    font-size: 2.5em;
    color: #464646;
    font-weight: 800;
    font-family: 'Open Sans',sans-serif;
    text-transform: uppercase;
    letter-spacing: -1px;
    word-spacing: 1px;
    margin-bottom: 1em;
    text-align: center;
    border: none;
    margin-top: 0;
    padding-bottom: 0;
}

.equipe-wrap .name_st {
    color: #000;
    font-size: 22px;
    font-weight: 400;
    line-height: 100%;
    font-family: open sans, sans-serif;
    text-align: center;
    margin-bottom: 0.2em
}
.equipe-wrap .details_st i {
	width:30px;
	height: 30px ;
	border-radius: 50%;
	background-color: #ef8842;
	color:#fff;
	margin:1em  1em 0 0;
	text-align: center;
	line-height: 31px;	
}
.equipe-wrap .details_st i:hover {
	background-color: #f26c13;
}

.espaceInvestisseur {
	text-align: left;
}


.edito .wrap-3 {
	display: inline-block;	
	vertical-align: top;

}

.edito .btn-wrap {
	width: 432px;
	margin: 3em auto;

}
.edito .btn-wrap.ex, .edito .btn-wrap.ex .btn-projet {
	width: 200px
}
.edito .btn-wrap .btn-projet {
	width: 432px;
	position: relative;
	color: #fff;
	font-size: 1.5em;
}
.equipe-wrap .b_style {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 1em;
}

.equipe-wrap .logo_style {
    border-radius: 100%;
    border-radius: 100%;
    border: 5px solid #fff;
    width: 133px;
}
.container .eight.columns {
    width: 49%;
    display: inline-block;
    margin-top: 2em;
}

.equipe-wrap .author_text {
    font-family: open sans, sans-serif;
    width: 69%;
    display: inline-block;
    text-align: left;
    margin-left: 2em;
    vertical-align: top;
}

.equipe-wrap .job_st {
    color: #ea8228;
    font-size: 0.8em;
    font-style: italic;
    line-height: 100%;
    padding-bottom: 10px;
    font-family: 'open sans', sans-serif;
    text-align: center;
}

.equipe .container {
    width: 75%;
    margin: 0 auto;
}

.equipe-wrap .details_st {
    color: #808080;
    font-size: 14px;
    font-family: open sans, sans-serif;
}

.edito a {
	color: #ef8842
}

.edito a:hover {
	color: #f26c13;
}

.edito .icon-font {
    font-size: 10em;
    display: inline-block;
    color: #c8c8c8;
    vertical-align: middle;
    width: auto;
}

.edito .texte {
    display: inline-block;
    width: 75%;
    vertical-align: top;
    margin-left: 2em;
    line-height: 1.5em;
}

.page .argument h2, .edito h2 {
    margin: 1em 0;

}

.pricing-container {
    width: 375px;
    margin-left: 15px;
    display: inline-block;	
}
.price-column h2 {
    font: bold 2em "Roboto Slab",sans-serif;
    color: white;
    background-color: #AAAAAA;
    margin: 0 0 -2px 0;
    text-align: center;
    padding: 0.5em 0;
}
.price-column h3, .price-column p {
    background-color: #E3E3E3;
    margin: 0;
    color: #ea8228;
    text-align: center;
    padding: 0.5em;
    
}

.price-column h3 {
	font-size: 32px;
}
.price-column li {
    padding: 1em;
    list-style: none;
    background-color: #F2F2F2;
}
.price-btn {
    padding: 1em 2em;
    border: 0.15em solid #AAAAAA;
    color: #8e8e8e;
    font-weight: bold;
}
.price-bottom {
    background-color: #E3E3E3;
    padding: 3em;
    text-align: center;
}
.price-column i.fa {
    float: right;
}
#pricing .gold p, #pricing .gold h3, .gold .price-btn {
    color: white;
}
#pricing p {
    text-align: center;
    color: #999;
}
.price-column.gold h2 {
    background-color: #db7725;
    color: #fff;
}
#pricing .gold p, #pricing .gold h3, .gold .price-btn, .edito .gold .price-bottom a{
    color: white;
}
.edito .price-bottom a:hover {
	background-color: #fff;
	border:none;
}

.edito .gold .price-bottom a:hover {
	background-color: #fff;
	border:none;
	color:#ea8228;
}
.price-column.gold h3, .price-column.gold p, .gold .price-bottom {
    background-color: #ea8228;
}
.gold .price-btn {
    border-color: white;
}

.gold li {
    background-color: #ff9232;
    color: white;
}
#pricing .headline p {
    text-align: left;
    font: normal 1em 'Open Sans',arial,sans-serif;
    color: #666666;
}

#pricing .lead {
    margin-top: 2em;
    font-size: 1.5em;
}
.price-column p {
    padding: 0 0.7em 1em 0.7em;
}

.edito .price-bottom a {
	color: #AAAAAA
}

a[onclick], #dyn_up_cat, button.close {
	cursor: pointer;
}

/*pagination*/

.pagination {
    text-align: center;
    margin-top: 2em;
    clear:both;
    margin:1em auto;
    text-align: center;
    margin-top: 2em;
}

.pagination a {
    background-color: #eee;
    display: block;
    padding: 1.5em;
    color: #666;
    border-radius: 3px;
    font-weight: bold;
}

.rappel_de_cat {
	font-size: 0.85em:;
}

.pagin_de_pica li {
    display: inline-block;
    margin-left: 5px;
    float: left;
}

.pagin_de_pica {
    margin: 0px;
    display: inline-block;
    padding-left: 0px;
    list-style-type: disc;
    border-radius: 4px;
}

.pagin_de_pica > .active > a, .pagin_de_pica > .active > span, .pagin_de_pica > .active > a:hover, .pagin_de_pica > .active > span:hover, .pagin_de_pica > .active > a:focus, .pagin_de_pica > .active > span:focus {
    z-index: 2;
    color: #FFF;
    cursor: default;
    background-color: #4A86B8;
    border-color: #4A86B8;
}

.pagin_de_pica > li > a, .pagin_de_pica > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857;
    color: #4A86B8;
    text-decoration: none;
    background-color: #FFF;
    border: 1px solid #DDD;
}

.pagin_de_pica > li > a {
    border-radius: 50px;
}

.pagin_de_pica > li:first-child > a, .pagin_de_pica > li:last-child > a {
    padding: 6px 13px;
}

/*Bouton pulse*/
/*button style*/

#btn_app_light
{
  position:fixed;
  top: 80%;
  left: 90%;

}
i.fa-circle {
  cursor: pointer;
  position: relative;
  color: #333333;
  font-size: 120px;
}

i.fa-lightbulb-o {
  color: #fff;
  position: absolute;
  font-size: 40px;
  top: 15%;
  left: 40%;
}

i.fa-circle:hover i.fa-lightbulb-o {
  font-size: 50px;
  transition: all 0.15s ease;
  left: 40%;
  color: #ff8300;
}

i.fa-circle:hover{
  font-size: 150px;
  transition: all 0.15s ease;
}

.text_bouton:after {
  content: "Besoin d'aide ?";
  position: absolute;
  color: #fff;
  top: 49%;
  padding: 0 5px;
  font-size:16px;
  font-family : 'Open Sans', sans serif;
  font:0.9rem normal 'Open-Sans',Arial,sans-serif;
  text-align: center;
  letter-spacing: 1px;

}

i.fa-circle:hover .text_bouton:after {
  content: "À votre écoute";
  transition: all 0.15s ease;
  font-size:1.1rem;
  padding: 0 8px;
  letter-spacing: 1px;
  font-weight: normal;
}


@-webkit-keyframes pulse_animation {
  0% { -webkit-transform: scale(1); }
  1% { -webkit-transform: scale(1.08); }
  2% { -webkit-transform: scale(1); }
  3% { -webkit-transform: scale(1.08); }
  4% { -webkit-transform: scale(1); }
  70% { -webkit-transform: scale(1); }
  80% { -webkit-transform: scale(1); }
  100% { -webkit-transform: scale(1); }
}

i.fa-circle.pulse {
  -webkit-animation-name: 'pulse_animation';
  -webkit-animation-duration: 10000ms;
  -webkit-transform-origin:70% 70%;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}

.button-area {
  position: fixed;
  top: 40%;
  left: 90%;
}
/* Fin bouton pulse*/

/*ARBO*/
.item.grid_4 {
	width: 380px;
	display: inline-block;
	vertical-align: top;
}

.item.grid_4:nth-child(even){
margin: 0 29px;
}

.list-cat {
	padding-top: 7em;
}

.list-cat .tt_cat_h1 {
	font-size: 2em;
}

.list-cat img {
	max-height: 32px;
}

.list-cat h2 {
	font-size: 3em;
    color: #4a86b8;
    font-weight: 800;
    font-family: 'Roboto Slab',sans-serif;
    text-transform: uppercase;
    letter-spacing: -1px;
    word-spacing: 1px;
    margin-bottom: 1em;
    text-align: center;
    border: none;
    margin-top: 0;
    padding-bottom: 0;
}


.ac_f_c_p{
display:block;
margin :auto;
width:800px;
}



.posts-top-grid {
	overflow: auto;
}

 .post-block h3 a{
	margin-top: 0.3em;
    font-weight: 400;
    font-size: 18px;
    color:#fff;
    line-height: 20px;
    font-family: 'Open Sans',Sans-serif;
    border:none;
}

.post-block h3 {
    border: none;
    line-height: 10px;
    margin:0;
}

  .post-block  {
	width: 375px;
	max-height: 250px;
}

  .post-block img, .projet .listing .post-block img   {
	width: 100%;
    height: 250px;
}

.promoRond {
    position: absolute;
    z-index: 10;
    width: 105px;
    height: 105px;
    border-radius: 50%;
    right: 15px;
    top: 15px;
    background-color: #4a86b8;
    border: white 3px solid;
  }

.promoRond span {
    position: relative;
    display: block;
    padding-left: 0.65em;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 27px;
    line-height: 130px;
    font-weight: 600;
}

.promoRond i {
    color: #fff;
    font-size: 1.5em;
    position: absolute;
    top: 15px;
    left: 40px;
}

.post-box-text {
	    height: 105px;
}

/* Post block */
.post-block {
    -webkit-backface-visibility:hidden;
            backface-visibility:hidden;
    overflow: hidden;
    background-color: #222;
    position: relative;
    display: inline;
    float: left;
    margin: 0 5px 5px 0;
    width: 390px
}
.post-box-text {
    color: #fff;
    padding: 1em;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzMzMzMiIHN0b3Atb3BhY2l0eT0iMC45Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  rgba(51,51,51,0) 0%, rgba(51,51,51,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51,51,51,0)), color-stop(100%,rgba(51,51,51,0.9)));
    background: -webkit-linear-gradient(top,  rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%);
    background: -o-linear-gradient(top,  rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%);
    background: -ms-linear-gradient(top,  rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%);
    background: linear-gradient(to bottom,  rgba(51,51,51,0) 0%,rgba(10,10,10,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00333333', endColorstr='#e6333333',GradientType=0 );
}
.post-block img {
    -khtml-opacity: 0.8;
    -moz-opacity:0.8;
    filter: alpha(opacity=80);
    opacity: 0.8;
    -webkit-transition: opacity 0.2s;
       -moz-transition: opacity 0.2s;
         -o-transition: opacity 0.2s;
            transition: opacity 0.2s;
}
.post-block:hover img {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1
}
.post-box-text span {
    color: #fff;
    background-color: #4a86b8;
    font-size: 11px;
    padding: 4px;
    display: inline-block;
    line-height: 1;
    vertical-align: text-top;
    margin-right: 2px;
    text-transform: uppercase;
    text-align: center
}
.post-box-text span a {
    color: #fff
}




.post-box-text h3,h2,h1
.post-box-text h3 a{
    color: 
}
.post-box-text h3,h1,h2 {
    margin-top: 0.3em;
    font-weight: 400;
    font-size: 18px
}
.post-box-text p {
    color: #fff;
    color: rgba(255,255,255,0.7);
    text-transform: uppercase;
    font-size: 11px;
    margin: 0
}
.post-box-text p:before {
    font-family:'FontAwesome';
    content: '\f133';
    margin-right: 5px
}

/* Posts block */
.posts-top-grid .post-block:nth-child(3n) {
    margin-right: 0
}
.posts-top-grid .post-block img {
    width: 100%
}

.main.projet .post-box-text {
	height: 85px;
}


/* pour listings */ 
.miss_reserve, .miss_dispo, .miss_term, .miss_val, .miss_refus {
	background-color: #999;
    padding: 1px 5px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    vertical-align: top;
    display: inline-block;
    margin-left: 4px;
    margin-top: 6px;
}
.miss_dispo {
	background-color: #63b556;
}
.miss_val {
	background-color: #f26c13;
}

.miss_reserve {
	background-color: #DCE6F2;
	color:#777;
}
.miss_refus {
	background-color: #222;
	color: #eee;
}

#annu_mess {

	width:95%;
	height: 150px
}
#retour_ms input {
	margin: 0 0 0.5em 0;
}

@media screen and (max-width: 1040px) {

.espaceAcheteur .main h1, .espaceAcheteur .nouvelleOffre h2 {
   padding-left: 0.5em
}

.projet-depose {
	padding: 2em;
}

.projet-depose .post-block {
	display:block;
	margin:0 auto;
	float:none;
	max-width: 390px;
	width: 100%
}

.posts-top-grid .post-block:nth-child(3n) {
    margin-right: auto;
}

.projet .nouveauProjetInfos.wrap-2 {
    display: block;
    vertical-align: top;
    padding: 2em;
    margin: 2em 5em;
}
.projet h1 {
	padding-left: 1em;
}




}

@media screen and (max-width: 700px) {



.projet .nouveauProjetInfos.wrap-2 {
    display: block;
    vertical-align: top;
    padding: 2em;
    margin: 2em ;
}
.projet h1 {
	padding-left: 1em;
}

.nouveauProjetInfos .wrap-6 {
	width:100%;
}


}

#retour_ms #annu_nom {
margin-right: 6px
}

#annu_nom, #annu_pre {
	display: inline-block;
	width: 47%
}

h1.alc{
	margin:0;
	font-size: 1em;
	text-shadow:none;
	text-transform: none;
	border:none;
}

.boutons_alc h2 {
	font-size: 1em;
	font-family: 'Open sans', Sans-serif;
	border-bottom: none;
}
h2.alc {
	font-family: 'Open sans', Sans-serif;
}

/*.btn-wrap h1.alc {
	font-size: 2em;
	position: absolute;
	width:3px;
}*/