@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700,300italic);

* {
	font-family:  'Raleway',sans-serif;
	margin:0; padding:0;
	border:none;
	box-sizing:border-box;
}
ol, ul {
    list-style: none;
}

/*HEADER*/
nav {
	background-color: #fff;
}

html,
body {
    height: 100%;
}

.site-pusher>.header {
	    text-align: center;
}

.header {
	background-color: #fff;
}
	.header__logo {
	    font-weight: bold;
	    padding: 0 25px;
	    float: left
	}
.menu {
    display: inline-block;
}

.header.wrap-1{
    height: 8em;
    min-height: 5em;
    margin: 0 auto;
    width: 100%;

}
	.header ul {
	    vertical-align: top;
	    margin-top: 2em; 
	    float: right;
	    text-align: left;
	}

	nav ul a, nav .header ul a {
	    font-family: 'Open Sans Condensed',Arial !important;
	    font-size:  1.4em !important;
	    line-height: 18px !important;
	    font-style: normal !important;
	    font-weight: 700 !important;
	    color: #666 ;
    	border-bottom: 1px solid transparent;
    	background-color: transparent !important;
    	padding-bottom: 1em;
    	display: block;
}

nav ul li, nav .header ul li {
    margin-left: 2em;
    display: inline-block;
    margin-top: 1.5em;
}

nav .header ul ul, nav .header ul li:hover ul ul {
	display:none;
	margin-top: 0;
	width: 270px;
}
	nav .header ul li:hover ul, nav .header ul  ul li:hover ul {
	display:block;
	position:absolute;
	z-index: 9;
	background-color: #2e2e2e;
	padding:0.5em 1em;
	}
		nav .header ul li:hover ul li {
			display: block;
			margin: 0;
			padding:0.5em 1em;
			position: relative;


		}
			nav .header ul li:hover ul li a{
				color:#fff;
				text-transform: none;
				padding-bottom: 0.5em;
				display: inline-block;	
				border-bottom: 1px solid transparent;
				font-weight: 400!important				
			}
			nav .header ul li ul li:hover> a{
				border-bottom: 1px solid #fff;
				
			}

	nav .header ul li:hover ul ul {
		margin-left: -270px;
		top: 0;
		margin-top:-8px;
	
	}

	header li i.fa {
		color: #f26c13;
		font-size: 1.1em
	}

.logo {
    padding: 1.5em 0 0 0;
    display: inline-block;
    vertical-align: top;
    margin-right: 390px;
        margin-top: 5px;
}

/*Bandeau*/

.bandeau {
    background-size: cover;
    height: 500px;
    padding: 1em 0 0 0;
    background-image: url(../images/bg.jpg);
}
.bandeau .wrap-1 {
    margin-top: 2em;
}

	
	.bandeau.prehome {
	    padding: 5em 0 0 0;
	   background-image: url(../images/bg.jpg);
	    background-position: 50% 50%;

	}
	.bandeau.prehome h1 {
	   font-size: 58px
	}
		.bandeau h1 {
		        text-transform: uppercase;
			    text-align: center;
			    color: #fff;
			    font: 40px "Open Sans", sans-serif;
			    font-weight: 900;
			    margin: 0px 0px 1em 0px;
			    line-height: 90px;
			    text-shadow: 0 3px 3px rgba(0,0,0,.5);
			}
					
		.bandeau .subtitle {
		    font: 25px 'Open Sans Condensed', sans-serif;
		    color: #f9a068;
		    font-weight: 400;
		    text-align: center;
		    padding-bottom: 0;
		    text-shadow: 0 3px 3px rgba(0,0,0,.5);
		}

			.e404 .bandeau{
			padding-top: 1em;
			 
		}
			.e404 .bandeau h1{
			font-size: 14em;
			margin-top: 0.4em;
			margin-bottom: 0.2em
		}



	.listing-wrap .bandeau h1, .fiche-annuaire .bandeau h1 {
		margin-bottom: 0
	}

	.edito #searchform {
		margin-top: 3em
	}

		.bandeau i {
			margin-right: 0.5em
		}

	.bandeau ol {
	    counter-reset: numero;
	    text-align: center;
		}
	.bandeau li {
	    display: inline;
	    list-style-type: none;
	    counter-increment: numero;
	    margin-bottom: 10px;
	    margin-top: 1.5em;
	    margin-right: 2.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);
		    padding: 1px 8px;
		    margin-right: 8px;
		    vertical-align: top;
		    background: #fff;
		    border-radius: 50%;
		    font-weight: bold;
		    font-size: 1em;
		    color: #f26c13;
		    text-shadow: none;
		}
	.bandeau a.btn-projet {
	    display: block;
	    width: 420px;
	    margin:0 auto;
	    padding: 15px 15px;
	    text-align: center;
	    background-color: #f26c13;
	    border-radius: 3px;
	    color: #fff;
	    position: relative;
	    text-transform: none;
	    font-weight: 700;
	    font-size: 23px;
	}
		.bandeau a.btn-projet:hover {	   
		    background-color: #c44c01;	   

		}
.select-role {
   	 	text-align: center;
	}
		.select-role div {
		    display: inline-block;
		    width: 31%;
		    vertical-align: top;
		    border: 3px solid #fff;
		    padding: 1em;
		    margin: 0em 0.5em 1em 0;
		}
		.select-role div:hover, .select-role div:hover a {
		    background-color: #fff;
		    color: #222;
		}
			.select-role a {
			    color: #fff;
			    font-size: 1.4em;
			}
			.select-role span {
			    font-size: 1.55em;
			    text-transform: uppercase;
			    font-weight: bold;
			}
			.select-role i {
			    display: block;
			    font-size: 1.7em;
			    margin-bottom: 0.5em;
			    color: #f9a068
			}

			.select-role div:hover:nth-child(3) i {
				    color: #a0a0a0;
				}
			.bottom .select-role a{
				color: #5e5d5d!important;

			}
			.bottom .select-role div {
				border-color: #5e5d5d
			}
			.bottom .select-role div:hover a, .bottom .select-role div:hover  {
				color: #f26c13!important;
				border-color: #f26c13!important
			}
/*Catégories*/

.categories {
    text-align: center;
    background-color: #eee;
    padding: 2.5em 0em 2em 0;
}

.categories div:first-child {
    margin-left: 0em;
}
.categories div {
    display: inline-block;
    margin-left: 2.3em;
    color: #666;
    cursor: pointer;
    position: relative;
}
.categories img {
	width: 32px;
    height: 32px;
    margin: 0 auto;
    display: block;
    margin-bottom: 0.5em;
}

.categories a {
    color: #999;
}

.categories div ul, .categories ul ul ,  .categories div:hover ul ul{
    display: none;
    position: relative;
}

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


.categories ul i  {
	margin-left: 1em
}


 .categories div ul li:hover ul {
	margin-left: 15em;
	margin-top: -2em
}

 .categories div:nth-child(5) ul li:hover ul,  .categories div:nth-child(6) ul li:hover ul,  .categories div:nth-child(7) ul li:hover ul,  .categories div:nth-child(8)  ul li:hover ul, .categories div:nth-child(9)  ul li:hover ul{
	margin-left: -22em!important;
}

/*LISTING*/

.listing-article li {
	width: 30%;
	display: inline-block;
	padding: 0px 20px;
	vertical-align: top;
}

.listing-article li:hover  {
	background-color: #eee;
}
.listing-article a h3  {
	color:#222;
}


.listing img, .listing .projet_infos {
    display: inline-block;
}
.listing .projet_infos, .listing-dashboard .projet_infos {
    vertical-align: top;
    margin-left: 2em;
    max-width: 82%
}

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

.listing h2 {
	margin: 1.5em 0 1em;
    font-size: 2em;    
    padding-bottom: 0.5em;
    font-weight: 100;
    border-bottom: 2px solid #eee;
}	
.listing-dashboard {
	padding-left: 1em;
	margin-top: 1em;
}

.listing-messages h3 i  {
	color:#f26c13;
}

.listing-messages h3 i.lu  {
	color:#999;
}

.listing-messages h3 {
	letter-spacing: normal;
	display:block!important;
	padding-top: 1em;
	font-size: 16px
}

.listing-messages h3 span {
	font-weight: normal;
}

.listing-messages h3 .date {
	font-size: 14px;
    color: #999;
}
.backoffice h2 i {
	color:#f26c13;
}
.listing-dashboard h3 {
	display: inline;
	text-transform: none;
}
.listing-dashboard li {
	border-top: 1px solid #eee;
	padding: 0.5em 0;
}
	.listing-dashboard ul li div {
		display: inline-block;
		vertical-align: top;
		width: 70%;
	}


.listing h3 {
    font-weight: 700;
    font-size: 1.2em;
    font-family: 'Raleway',Sans-serif;
    color: #666;
    display: inline;
    text-transform: none;
    letter-spacing: normal;
}
.listing h3 a{
    color: #666;
}
.projet-metas {
	color: #999;
}


.home .pagination {
    text-align: center;
    margin-top: 2em;
}
.home .pagination a {
    background-color: #eee;
    display: block;
    padding: 1.5em;
    color: #666;
    border-radius: 3px;
    font-weight: bold;
    text-align: center;
    margin:2em 0;
}
	.home .pagination a:hover {
	    background-color: #e0dede;
	}


/*TYPO*/

h1,h2,.backoffice.inscription .main h2 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 15px 0px;
    position: relative;
    font-family: 'Montserrat',Arial !important;
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #2e2e2e;
    text-decoration: none;	
}
.backoffice.inscription .main h2 {
	font-size: 20px
}

h2 {
	font-size: 20px;
	margin-top: 1.5em;
	color: #f26c13
}

h2.content-section {
	color: #f26c13;
	padding: 0px 0px 10px 0px;
	text-align: center;
	font-family: 'Montserrat',Arial !important;
    font-size: 1.5em;
    line-height: 20px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
}

h1.content-section {
    margin: 0px 0px 75px 0px;
    padding: 0px 0px 15px 0px;
    position: relative;
    color: #2e2e2e;
    text-align: center;
    font-size: 2.5em;
    font-weight: bold;


}



.h3,h3 {
	font-family: 'Montserrat',Arial !important;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 12px;
}

 p,li {

    font-family: 'Raleway',Arial !important;
    line-height: 24px;
    font-weight: 400;
    color: #808080;
    padding: 0px 0px 20px 0px;

	}
ol {
	padding-left: 2em;
	
}
	ol li {
		list-style-type: none;
    	counter-increment: compte;
	}
	ol li:before {
   		 content: counter(compte); /* on affiche le compteur */
   		 font-size: 20px;
    	font-weight: bold;
    	position: absolute;
    	margin-left: -30px;
}	

strong {
	font-weight: bold;
}
a {
	text-decoration: none;
	color:#f26c13;
}
a:hover {
	color: #d35a0e
}

.desc p{
	font-family: 'Raleway',Arial !important;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: justify;

}
	.desc div {
		display: inline-block;
		width: 80%;
		padding:0em 0em 0 2em;
		margin-bottom: 2em
	}
	.desc i {
		display: inline-block;
	    font-size: 25.44px;
	    line-height: 65.44px;
	    font-weight: 400;
	    width: 65.44px;
	    height: 65.44px;
	    color: #fff;
	    background-color: #3498db;
        border-radius: 50%;
        text-align: center;
        vertical-align: top
 	}


.rappel_de_cat  {
	margin:0em auto 3em auto;
	text-align: center;
}

#toggle-button {
	display: inline-block;
	width: 75px;
	height: 75px;
	color: #fff;
	background-color: #222;
	font-size: 45px;
	cursor:pointer;
	vertical-align: top
}
/*HOME*/
.section {
	padding-bottom: 50px;
    padding-top: 50px;
}

.home .bg.gris {
	text-align: center;
}
h2.content-section-subtitle {
    padding: 0px 0px 5px 0px;
}


.home .wrap-5-5 {
    display: inline-block;
    vertical-align: top;
    width: 24%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0px 20px;
}

.home .wrap-5-5 a{
    display: block;
    padding: 1em
}

.home .wrap-5-5 a:hover{
    background-color: #eee;
    border-radius: 3px
}

.image-container {
    margin-bottom: 15px;
}
	.image-container img {
		width: 100%;
	}


.demos {
	padding-bottom:55px;
	text-align: center;
}
.demos .wrap-5-5 {
	padding: 0;
	margin-bottom: 0;
	position: relative;
}
.demos .wrap-5-5 a {
	padding: 0!important;
}
.demos .img-wrap{
	background-color: #222;
	max-height: 375px;
	backface-visibility: hidden;
    overflow: hidden;
    position: relative;

}
.demos .img-wrap img {
	border-radius: 0px!important;
	width: 100%!important;
	height:100%!important;	
}

.demos .wrap-5-5:hover .img-wrap img {
	opacity: 0.5	
}
.demos .texte{
	position: absolute;
	margin-top: -4em;
	color: #fff!important;
	padding:1em 1em 0em;
	background: rgba( 0, 0, 0, 0.4);
	margin-top: -14em;
}
.demos .texte p{
	font-weight: 600;
	font-size: 1.5em;
	color: #fff!important;
	line-height: 1.6em;
}

.link {
    color: #8c8c8c;
    display: block;
    margin-top: 3em;
    font-style: italic;
}
	.link:before, .link:after {
	    content: ' ——— ';
	    letter-spacing: -2px;
	}
	.link i {
		    margin-left: 0.3em;
		}

.home .img-wrap img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
}




/*FICHE*/
.edito {
	background-color: #eaedf2
}
.home .listing-wrap, .fiche-annuaire .listing-wrap {
	background-color: transparent;
}
.edito .wrap-960 {
	background-color: white;
    border-radius: 0px 0px 3px 3px;
    padding: 3em 4em 4em 4em;
    border-top: 5px solid #f26c13;
    margin: -16em auto 1.5em auto;
    min-height: 500px
}
.formulaire.edito .wrap-960 {
	margin-top: -20em
}
.edito .bandeau h1 {
	margin-bottom: 0px
}
.edito .bandeau .btn {
    min-width: 40px;
    height: 40px;
    font-size: 10px;
    text-align: center;
    vertical-align: top;
    padding-top: 7px;
    cursor: pointer;
    background-color: #f26c13;
}
.fiche h1 {
	margin-bottom: 0em!important
}
.fiche .profile-img {
    display: inline-block;
    vertical-align: top;
    width: 30%;
}
	.fiche .profile-img img{
	    width: 100%
	}

.fiche .profile-data {
    background-color: #eee;
    padding: 1em 1em 1.5em;
    margin-bottom: 3em;
    display: inline-block;
    width: 63%;
    display: inline-block;
    vertical-align: top;
    margin-left: 3em;
}
	.fiche .profile-data li{
	   padding-bottom: 5px
	}
	.fiche .profile-data h4 {
	    font: 11px/20px 'Montserrat', sans-serif;
	    font-size: 11px;
	    text-transform: uppercase;
	    color: #f26c13;
	    font-weight: 800;
	    display: inline-block;
	    margin-right: 12px;
	}
	.fiche .profile-data div {
	    display: inline;
	    line-height: 23px;
	    letter-spacing: -1px;
	    font-size: 14px;
	}
	.fiche .profile-data .btn-wrap {
	    display: inline-block;
		width: 300px;
		margin: 0 auto;
		text-align: center;
	}
		.fiche .profile-data .btn {
		    position: absolute;
		    margin-top: 0.5em;
		    padding: 0px 10px 0px 13px;
		    text-transform: uppercase;
		    height: 32px;
		    margin-right: 3px;
		    font: 700 1em/32px 'Open Sans', sans-serif;
		    text-decoration: none;
		    display: inline-block;
		}

.fiche .head-social {
    text-align: right;
    padding: 0 3.95% 0;
}
.fiche .head-social li {
    display: inline-block;
    padding: 0

}
.fiche .head-social a {
    display: inline-block;
    margin-left: 0.5em;
    height: 32px;
    white-space: nowrap;
    overflow: hidden;
    color: #f26c13;
    font-size: 1.5em;
}

.recherche {
    color: #fff;
    text-align: right;
    display: inline-block;
    width: 950px;
}



/*EDITO*/

.edito .bandeau {
    text-align: center;
}

	.edito .bandeau  input[type="text"] {
	    display: inline-block;
	    max-width: 300px;
	}

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

.edito .equipe>div {
	border-bottom: 1px solid #eee;
	padding: 1em 0
}
.edito .equipe .image-wrap {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 1em;
}

	.edito .equipe .image-wrap img{
		border-radius: 100%;
	    border: 5px solid #fff;
	    width: 133px;
	}
.edito .equipe .author_text {
    width: 69%;
    display: inline-block;
    text-align: left;
    margin-left: 2em;
    vertical-align: top;
}

.edito .equipe .author_text i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #f26c13;
    color: #fff;
    margin: 1em 1em 0 0;
    text-align: center;
    line-height: 31px;
}
	.edito .equipe .author_text i:hover {
	    background-color: #d35a0e;

	}




#page-heading {
    background-color: #fafafa;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
	#page-heading .wrap-1 {
    	position: relative;
    	padding: 55px 0px 50px 0px;
	}
		h1#page-title {
		    font-family: 'Montserrat',Arial !important;
		    font-size: 24px;
		    line-height: 36px;
		    font-weight: 400;
		    text-transform: uppercase;
		    letter-spacing: 2px;
		    display: inline-block;
		    padding:0;

		}
		#breadcrumb {		   
		    float: right;
		    padding: 6px 0px 0px 0px;		   
		}
		#breadcrumb, #breadcrumb span, #breadcrumb a,#breadcrumb a:visited  {	
			font-family: 'Montserrat',Arial !important;
			font-size: 14px;
		    line-height: 36px;
		    font-weight: 400;
		    letter-spacing: 2px;
		    text-transform: uppercase;	    
		    color: #999999;
			display: inline-block;
			padding: 0px 3px 0px 0px;
		}


.confirmation {
	background-color: #eee;
	padding:3em 2em;
}
/*FOOTER*/

footer .wrap-6 a, footer {
    color: #999;
    font-weight: normal;
}
footer {
    background-color: #2e2e2e;
}
footer a:hover {
	color:#f26c13;
}

footer .wrap-1 {
    padding: 2.5em 0;
}
footer .wrap-6 {
    display: inline-block;
    vertical-align: top;
    margin-right: 1.5em;
}
	footer .h3 {
    	color: #fff
	}
	footer li {
	   border-bottom: 1px solid #373737;
	   padding: .5em;
	}
	footer li i.fa {
    min-width: 2em;
    color: #f26c13;
    font-size: 1.3em;
}
	footer p {
		color: #b2b2b2;
		line-height: 28px;
	}

#footer-bottom {
    font-size: 14px;
    line-height: 24px;
    font-family: 'Raleway',Arial !important;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #262626;
    color: #999999;
    text-align: center;
    padding: 43px 0px 48px 0px;
}

	#footer-bottom a {
	    color: #999999;
	}
#copyright {
	background-color: #262626;
}
#copyright .inner-wrapper {
	    text-align: center;
}

/*BOUTONS*/

.btn-wrap {
 		margin-top: 2em 
 	}
 	
 	.btn {
 		background-color: #f26c13;
 		display: inline-block;
 		color:#fff;
 		padding:1em;
 		min-width: 100px;
 		text-align:center;
 		border-radius: 3px;
 		cursor: pointer;
 		font-size: 1em;
    	font-weight: bold;
 	}
 	.btn:hover {
 		background-color: #d35a0e;
 		color:#fff;
 	}
	 	.btn i{
	 		font-size: 25px;
	 		margin-right: 0.5em;
	 	}

	.btn-gris {
		background-color: #666
	}
	.btn-gris:hover {
		background-color: #444
	}

.edito .btn-wrap {
	text-align: center;
}
.large-button:hover {
	color: white;
    border: 2px solid #2e2e2e;
    background-color: #2e2e2e;
}
.large-button,  a.large-button {
    font-family: 'Montserrat',Arial !important;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 2px solid #2e2e2e;
    color:#2e2e2e;
    padding: 10px 30px;
    margin-bottom: 10px;
    margin-right: 10px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 300ms ease-out;
    display: block;
    
}
#dyn_img_s i {
	display: inline-block;
    height: 41px;
    min-width: 50px;
    padding: 10px;
    vertical-align: top;

}

/*Contact*/


#contact .forms input[type="text"] {
    margin: 0 auto;
}

input[type="text"],
input[type="date"],input[type="digit"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea, .field {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    margin-bottom: 14px;
    font-size: 1em;
    color: #5c6b80;
    border-radius: 3px;
    vertical-align: middle;
    box-shadow: none;
    border: 0;
    width: 100%;
    background-color: #eaedf2;
    -webkit-transition: background-color 0.24s ease-in-out;
    transition: background-color 0.24s ease-in-out;
    box-sizing: border-box;
 }

.forms li {
    display: inline-block;
    width: 49%;
    text-align: left;
    padding: 0px 0px 20px 0px;
}
.forms li:nth-child(odd) {
    margin-right: 12px

}
.forms li a i {
	background-color: #f26c13;
	color: #fff;
	width: 40px;
	height: 30px;
	text-align: center;
	display: inline-block;
	border-radius:3px;
	margin-left: 1em;
	line-height: 1.8em
}
.forms li a i:hover {
	background-color: #d35a0e
}

 #contact  .forms .textarea {
    width: 100%;
}
 #contact  .forms .textarea textarea {
    min-height: 300px;
    width: 100%;
    max-width:100%;
}
#contact .btn-alc {
	text-align: center;
}


.fl {
	float:left;
}

.fr {
	float: right;
}

.spacer {
	display: block;
	height: 60px
}
.clear {
	float: none;
	clear:both;
}
.txt-center {
	text-align: center;
}
.no-space-bottom {
	padding-bottom:0px;
}
.no-space-top {
	padding-top:0px;
}

.space-bottom {
	margin-bottom: 20px;
}

.space-bottom50 {
	margin-bottom: 50px;
}

.backoffice .wrap-960, .sidebar {
    float: none;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    max-width: 920px
}
.backoffice .wrap-960 {
    padding: 0em 3em 0em 0;
}


#contact-btn {
	background-color: #007EC3 ;
	width: 140px;
    color: #fff;
    position: fixed;
    z-index: 99;
    top: 85%;
    left: 90%;
    transition: none;
    padding: 1em;
    font-size: 14px;
    text-align: center;
    border-radius: 3px;
   	box-shadow: 3px 3px 10px #666;
   	font-weight: normal!important;
}

	#contact-btn:hover {
		background-color: #006da8 ;
}
.recap {
	margin-top: 1em
}


/*DASHBOARD*/


 .main h1 {
    margin: 0.5em 0 1em;
    color: #2e2e2e;
    font-size: 2em;
    font-weight: 600;
    padding-bottom: 0.5em;
}


.backoffice h1 {
	background-size: cover;
    height: 136px;
    padding: 1em 0 0 0;
    background-image: url(http://hitmeeting.com/images/bg.jpg);
    color: #fff;
    padding: 1.5em 2em;
    margin-bottom: 1em;
    text-align: center;
    font-size: 2em;
    font-weight: 600;
}


.backoffice  .main h2, .backoffice  .main h2 {
    margin: 0em 0 1em 0;
    padding: 0 0 0.5em 0;
    font-size: 1.5em;
    font-weight: 600;
    border-bottom: none;
}

.backoffice hr, hr {
	height: 10px;
    border-top: 1px solid #ebebeb;
    margin: 3em 0;
    border-bottom: 1px solid #ebebeb;
    background-color: #fafafa;
}
hr {
	 margin: 2em 0;
}

.backoffice .wrap-3 {
    text-align: center;
}

.backoffice .bloc {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.backoffice .blocDouble {
    padding: 1em 2em;
    border: 1px solid #eee;
    border-radius: 3px;
    width: 91.5%;
    text-align: center;
}
	.backoffice .blocDouble  div  {	  
	    text-align: left
	}
	.backoffice .blocDouble  div p  {	  
	    text-align: center;
	}
	.backoffice .blocDouble  div a {
	    display: block;
	    padding: 1em 0em;
	}

.backoffice .blocSeul {
    position: relative;
    margin: 1em 0 10px;
    padding: 1em 2em;
    border: 1px solid #eee;
    border-radius: 3px;
    width: 453px;
    min-height: 250px;
}
	.backoffice .blocSeul img {
	    max-height: 232px;
	    position: absolute;
	    margin-left: -2em;
	    z-index: -1;
	    opacity: 0.2;
	    right: 0;
	}



.backoffice a.btn-dashboard {
    background-color: #333;
    width: 100%;
    display: block;
    padding: 1em;
    box-sizing: border-box;
    text-align: center;
    color: white;
    border-radius: 3px;
}


.backoffice .btn-wrap {
	text-align: center;
}
.backoffice  .btn  {
    color: #fff;
}

.backoffice.compte form {
	padding: 0 4em 0 0;
}

.backoffice.compte form .wrap-5 {
	display: inline-block;
	vertical-align: top
}

.backoffice table  {
	width: 100%
}

.backoffice table td {
	height: 45px;
	border-bottom:1px solid #eee;
	width: 50%
}

.backoffice table input[type="checkbox"] {
	height: 30px;
	width: 30px
}
.backoffice table  a i, .backoffice .sidebar  a i {
	border: 2px solid;
    padding: 0.45em 0.5em;
    border-radius: 50%;
    display: inline-block;
    margin-right: 0.5em;
    color: #f26c13;
}

.backoffice table	 a:hover i, .backoffice .sidebar a:hover i {
	border: 2px solid #f26c13;
   background-color: #f26c13;
    color: #fff;
}

.backoffice.facturation p {
	text-align: center;
}

.backoffice .formule {
	width: 30%;
	margin: 0 auto;
	color:#f26c13;
	text-align: center;
	font-weight: 600;
	margin-bottom: 2em	
}
.backoffice h1 .formule {
	display: inline;
	font-size: 0.6em;
	text-transform: none;
	background-color: #f26c13;
	color: #fff;
	max-width: 105px;
	right: 23px;
    position: absolute;
    height: 30px;
    line-height: 30px;
    border-radius: 3px

}

.backoffice .facturation {
	display: block;
	width: 30%;
	margin: 0 auto;
	padding: 0.5em 1em;
	background-color: #eee;
	text-align: center;
	font-weight: 600;
	border-radius: 3px;
	margin-bottom: 2em;	
}

.backoffice .historique {
	margin-top: 2em
}

.backoffice .historique  table tr:first-child{
	font-weight: 600
}

.backoffice .historique  table tr td{
	width: 30%
}


.backoffice footer {
	margin-top:4em;
}




.parametres .btn-wrap {
	text-align: center;
}


.nbNotif {
    color: #fff;
    background-color: #f26c13;
    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;
}
.nbNotif.progress {
    color: #fff;
    background-color: #f26c13;
    width: 30px;  
    height: 30px;
    border-radius: 50%;
    position: absolute;
    margin: 0px 6px;
    line-height: 28px;
}



.tag, .tag.green {
	background-color: #63b556;
	padding:0.2em 0.5em!important;
	border-radius:3px;
	font-size: 12px;
	color: #fff!important;
	display: inline!important;
}

.tag.grey {
	background-color: #DCE6F2;
	color: #777!important
}
.tag.darkgrey {
	background-color: #999;
}
.tag.black{
	background-color: #222;
}

.tag.orange{
	background-color: #f26c13;
}



.tag.blue {
	background-color: #f26c13!important;
	margin-right:0.5em
}


.backoffice .btn-task {
	width: 130px;
	height: 60px;
	background-color: #eee;
	display: inline-block;
	border-radius: 3px;
	text-align: center;
	line-height: 61px;
	vertical-align: top;
	 color: #666;
}

.backoffice a.btn-task:hover {
	background-color: #999 ;
	color:#fff !important;
}
	.backoffice  .btn-task i {
	    margin-right: 0.5em;
	    font-size: 18px;
	   	display: block;
	   	margin-top: 7px;
	}
.backoffice .btn-task span {
	margin-top: -15px;
	display: block;
}
	
.backoffice  .projet_infos {
    vertical-align: top;
    margin-left: 1em;
    width: 73%;
}

.backoffice .projet-metas {
    color: #989898;
    font-size: 0.9em;
    display: block
}




.backoffice .projet-metas a:hover{
    background-color: #dbdbdb;
}

.backoffice .tab  {
	border-bottom: 1px solid #ddd;
	height: 37px;
	margin-bottom: 2em;
}

.backoffice .tab a.active, .backoffice .tab a:hover {
	color : #f26c13;

}

.backoffice .tab a {
	display: inline-block;
    border: 1px solid #ddd;
    border-bottom: 1px solid #fff;
    padding: 0.5em 1em;
    border-radius: 3px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;    
    margin-right: 6px;

}

.backoffice .listing h3:hover {
	color: #f26c13
}


.edit a {
	    color: #f26c13;
    display: inline-block;
    margin-bottom: 2em;
    margin-right: 1em;
}

.edit a i {
    border: 2px solid;
    padding: 0.45em 0.5em;
    border-radius: 50%;
    display: inline-block;
    margin-right: 0.5em;
}
		 .edit a:hover i {
    background-color: #f26c13;
    border-color: #f26c13;
    color: #fff!important
}


.messagerie label {
    color: #444;
}
.messagerie textarea {
	    min-height: 300px;
    max-width: 100%;
}

.messagerie label i {
    margin-right: 1em;
    margin-bottom: 1em;
}
.messagerie input[type="text"] {
	display: block;	
}
.message {
	max-width: 920px
}

.messagerie a.btn-projet {
    display: block;
    width: 330px;
    padding: 15px 15px;
    text-align: center;
    background-color: #f26c13;
    color: #fff;
    border-radius: 3px;
    margin-top: 0.5em;
    text-decoration: none;
    font-size: 16px;
    margin: auto;
}
/*COULEURS  */

.backoffice .blocDouble a.btn-dashboard {
    background-color: #f26c13;
}

.gris {
	background-color: #eee!important
}





/*SIDEBAR*/

.sidebar h3 {
    color: #f26c13;
    font-size: 1em;
    font-weight: 600;
    margin-top: 1em;
    border-bottom: 1px solid #eee;
    padding: 0 0 14px 0;
}


.sidebar a {
    display: block;
    padding: 0.2em 0;
    color: #666;
    cursor: pointer;
    font-weight: normal
}

/*listing-wrap */
.listing-wrap .bandeau .btn {
	min-width: 40px;
    height: 40px;
    font-size: 10px;
    text-align: center;
    vertical-align: top;
    padding-top: 7px;
    cursor: pointer;
    background-color: #f26c13;
}


.listing-wrap .bandeau .btn:hover {
	color: #fff;
    background-color: #d35a0e;

}
 .listing-wrap input[type="text"] {
 	display: inline-block;
 	max-width: 274px
 }
  .listing-wrap input[type="text"]:last-child {
 	width:20%;
 }

 .listing-wrap .listing li {
 	border-bottom: 1px solid #eee;
 	padding: 1em
 }

 .listing-wrap .listing li:hover{
 	background-color: #eee;
 }



	
	 .listing-wrap .listing li div{
		display: inline-block;
		vertical-align: top;
	
	 }
	 .listing-wrap .listing .specialite {
	 	display: block;
	 	color:#666;
	 	font-weight: normal
	 }
  .listing-wrap .listing .image-wrap, .backoffice .listing .image-wrap{
	overflow: hidden;
    width: 64px;
    height: 64px;
    margin-right: 2em;
    margin-top: 0;
    background-position: center center;
  	background-repeat: no-repeat;
 }
  .listing-wrap .listing .image-wrap img, .fiche-annuaire .image-wrap img{
	width:100%;
	text-align: center;
	 }
.listing-wrap .mini-bio {
	font-weight: 600;
}

	 .listing-wrap .listing li div{
		  width: 80%;
   		 display: inline-block;
   		 font-weight: normal;
	 }

.listing-annuaire .listing .image-wrap {
    overflow: hidden;
    width: 150px;
    height: 150px;
    margin-right: 2em;
    margin-top: 0;
    background-position: center center;
    background-repeat: no-repeat;
}
	.listing-annuaire .listing .image-wrap img{
	    border-radius: 50%
	}
.listing-annuaire  .listing li div {
    margin-top: 1em;
    display: inline-block;
    vertical-align: top;
    max-width: 76%;
    font-weight: 700;
}

.listing-annuaire .listing span {
    display: block;
    color: #666;
    font-weight: normal;
}




.backoffice .main {padding: 0;}

/*LIGHTBOX*/
/*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: #f26c13;
    margin-top: 3em;
    display: block;
    text-align: center;
    font-size: 0.9em;
}

.lb-connexion .ins.inss {
	text-align: center;
    margin-top: 1em;
    background-color: #f26c13;
    color:#fff;
    padding:0.5em 1em;
    border-radius: 3px;
    width: 300px
}
.lb-connexion .ins.inss:hover {    
	color:#fff;
	background-color: #d35a0e;

}

.lb-connexion .ins.inss.orange, .projet a.btn-projet.orange {
	background-color: #f26c13;
}

.lb-connexion .ins.inss.orange:hover, .projet a.btn-projet.orange:hover {
	background-color: #dd5a08;
}
.lb-inscription .ins:hover {
	color: #d35a0e
}
.lb-confirmation p a {
	color: #f26c13
}

.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: #f26c13;
    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 .conm.sb-div:last-child {
border-left: 1px solid #eee;
text-align: center;
}

.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!important;
}
.lb-inscription h3, .lb-confirmation h3 {
	font:1.5em bold 'Open Sans Condensed',Sans-serif;
	color: #f26c13;
	margin-bottom: 1em;
}
.lb-inscription label {
	color: #888;
    font-size: 0.9em;
    display: block;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

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

.lb-inscription .btn-projet, .nouveauProjetInfos .btn-projet, #retour_ms  .btn-projet, .nouveauProjet .btn-projet {
	margin-top: 1em;
	background-color: #f26c13;
	border:none;
	padding:0.5em 1em;
	border-radius: 3px;
	color:#fff;
}

.lb-inscription .btn-projet:hover, .nouveauProjetInfos .btn-projet:hover, #retour_ms  .btn-projet:hover, .nouveauProjet .btn-projet:hover, .projet .btn-projet:hover  {

	background-color: #d35a0e;

}



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

#annu_mess {
	min-height: 200px
}

#retour_ms .btn-wrap {
	text-align: center;
	margin: 2em auto
}

#retour_ms  input[type="text"] {
	margin-right: 1em
}


/*Formulaires*/
.inscription .main {
	min-height: 20em
}


 label, label {
	color: #444;
}

	 label i,.mdp label i {
		margin-right:  1em; margin-bottom: 1em
	}
textarea {
	min-height: 250px;
	line-height: 1.5em;
	padding: 1em
}
.formulaire label i {
	color: #f26c13
}
.inscription .btn-wrap,.mdp .btn-wrap {
	text-align: center;
}
.inscription input[type="checkbox"] {
	width: 25px;
	height:25px;
}

.inscription .commentaire {
	text-align: center;
}

.inscription .half {
	display: inline-block;
	vertical-align: top;
	width: 49%;
}

.inscription .half:first-child {
	margin-right: 0.8em
}

.inscription textarea[name="adresse"] {
	height: 100px;
	line-height: 16px;
	padding:1em 
}
.inscription .btn-wrap.wrap-4 {
	margin:3em 0 0 0;
}

.inscription .radio-wrap,.inscription .checkbox-wrap  {
	margin-bottom: 2em;
	line-height: 1.7em
}
.inscription .radio-wrap  input[type="radio"]{
	margin-left: 2em
}
.inscription .checkbox-wrap input[type="checkbox"]{
	width: 20px;
    height: 20px;
    margin-right: 0.5em;
    margin-top: 4px;
    vertical-align: top;
}
.inscription .main textarea {
	min-height: 150px
}

.forms .file-up {
	max-width: 86%;
	display: inline-block;
}

.inscription .file-up+button {
	 min-width: 37px;
    display: inline-block;
    height: 40px;
    margin-left: 1em;
    vertical-align: top;
}
.inscription li div {
	text-align: right;
}


/*CAT*/
.cat h2 {
	font-weight: bold;
	padding:0;
}
.cat .main {
	padding-bottom: 4em
}

nav .burger {
	display: none;
}

/*MODULES*/
/*SEARCH - RECHERCHE */

#searchform {
    position: relative;
    width: 780px;
    margin: 0 auto;
    vertical-align: top;
    margin-top: 4em;
}
	#searchform input {
	    box-sizing: border-box;
	    padding-left: 60px;
	    margin: 0 auto;
	    border-radius: 8px;
	    display: inline-block;
	    font-size: 20px;
	    outline: none;
	    height: 57px;
	    line-height: 40px;
	    color: #8a8a8a;
	    vertical-align: middle;
	    box-shadow: none;
	    border: 0;
	    width: 100%;
	    max-width: 80%;
	    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	    background-color: #eaedf2;
	}
	#searchform img {
	    position: absolute;
	    margin-top: 15px;
	    margin-left: 15px;
	}

	#searchform button {
	    height: 57px;
	    background-color: #f26c13;
	    color: #fff;
	    border: none;
	    display: inline-block;
	    border-radius: 8px;
	    margin-left: -17px;
	    vertical-align: bottom;
	    padding: 0px 15px;
	    box-shadow: 1px 1px 5px #000;
	    text-transform: uppercase;
	    font: bold 16px Open Sans,sans-serif;
	}





/*COMMENTAIRE*/
#coms
{
margin:1em auto ;
overflow: auto;
}

#coms h2
{
/*border-bottom: 0.3em solid #ea8223;
border-top: 0.3em solid #ea8223;*/
padding:10px 10px 10px 20px;
color:#222;
font: bold 1.3em 'Roboto Slab',Arial,sans-serif;
border-radius:2px;
text-align: center;
}
#coms h2 a {
  color:#ea8223;
}

#coms input[type="text"]
{
	width:567px;
	padding:1em;
	margin:0 0em 0 0;
	display: inline-block;
	vertical-align: top;
	height: 51px
}

#coms input:first-child 
{
	margin-right: 1em
}
#coms input[type="submit"]
{
  height: 50px;
  background: url(img/check.png) #4a86b8 no-repeat;
  color: #fff;
  padding: 0 15px 0 33px;
  border-radius: 3px;
  cursor: pointer;
  border:none;
  float: right;
}

#coms input[type="submit"]:hover
{
background-color:#1565C0;
}

#coms textarea
{
height:100px;
margin-left:5px;
line-height: 1.3em;
padding:1em ;
}


#coms label
{
  display: block;
  margin: 1em 0 0.5em 0;
  font-weight: bold;

}

#coms .note
{
border: none;
min-height: 0

}


.commentaire {
  margin: 1em 0;
}
	.commentaire .note {
		min-height: 0;
		text-align: left;
	}
.com_p
{
display: inline-block;  
position:relative;
border-radius:3px;
padding: 1em;
min-height:93px;
background:#eee;
  width: 84%;
  vertical-align: top;

}


.com_p:after {
  right: 100%;
  top: 3em;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(238, 238, 238, 0);
  border-right-color: #eee;
  border-width: 1em;
  margin-top: -1em;
}
.com_p p {
   display: inline-block; 
   vertical-align: top;
   padding: 1em
}
.com_p_date
{
font-size:11px;
color:#999;
position:absolute;
right:20px;
top:15px;

}
.com_p_im
{
border-radius:3px;
width:80px;
height:80px;
display: block;

}
#com_form
{
margin:20px 5px;
}

.com-auteur {
  display: inline-block; 
  margin: 0 1em 1em 0;
  text-align: center;
  width:10%;
   -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  word-break:break-word;
}
/*pagination*/

.pagination {
    text-align: center;
    margin: 2em 0;
    overflow: auto;
    
}
.pagination li {
    display: inline-block;
    margin-left: 5px;
    float: left;

}

.pagination li > a {
    position: relative;
    float: left;
    margin-left: -1px;
    line-height: 2em;
    border: 1px solid #DDD;
    display: inline-block;    
    color:#f26c13;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
    font-family: 'Open Sans',sans-serif!important;
}


.pagination .active a, .pagination a:hover{
color:#fff;
background-color:#f26c13;
}


/*****************************************************************************************
Grid
******************************************************************************************/


@media screen and (min-width:1200px) {


.click-to-open-menu {
	display: none;
}
.wrap-1, .wrap-2,.wrap-3,.wrap-4,.wrap-5,.wrap-5-5 {margin: 0 auto;}
.wrap-1 {
	width:1200px;
}
.wrap-960 {
	width: 960px;
}
.wrap-2 {
	width: 800px;
}
.wrap-3 {
	width:595px;
}
.wrap-4 {
	width:480px;
}
.wrap-5 {
	width:360px;
}
.wrap-5-5 {
	width:300px;
}
.wrap-6 {
	width:270px;
}
.wrap-7 {
	width:230px;
	box-sizing:border-box;
}


}




@media screen and (max-width:1200px) {
.rc:before, .rc:after {
		content: none;
	}
.logo {
	margin-right: 0
}


}

@media (max-width:960px)   {

body {
	font-size: 16px;
}

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

.home .desc i {
	display: none;
}
 .site-pusher,
    .site-container {
        height: 100%;

    }
    .with--sidebar .site-container {
        overflow: hidden
    }
    .site-pusher {
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
    .site-content {
        position: absolute;
        top: 66px;
        right: 0;
        left: 0;
        bottom: 0;
        padding-top: 0;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch
    }
    .header {
        position: static
    }
    .header .menu{
        display:none;
    }
     .with--sidebar 		.header .menu{
        display:block;
    }
    .header__icon {
        position: relative;
        display: block;
        float: right;
        width: 50px;
        cursor: pointer;
        margin-top: 32px;
        height: 50px
    }
    .header__icon:after {
        content: '';
        position: absolute;
        display: block;
        width: 30px;
        height: 3px;
        top: 7px;
        left: 6px;
        -moz-box-shadow: 0 10px 0 1px #222, 0 22px 0 1px #222, 0 33px 0 1px #222;
        -webkit-box-shadow: 0 10px 0 1px #222, 0 22px 0 1px #222, 0 33px 0 1px #222;
        box-shadow:0 10px 0 1px #222, 0 21px 0 1px #222, 0 32px 0 1px #222
    }
    .menu {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        background-color: #222;
        width: 75%;
        -moz-transform: translateX(106%);
        -ms-transform: translateX(106%);
        -webkit-transform: translateX(106%);
        transform: translateX(106%);
       	z-index: 100;
    }
    	#navigation li {
    		display: block;
    		text-align: left;
    	}
    .header .menu a {
        display: block;
        height: 30px;
        text-align: left;
        line-height: 30px;
        color:#fff;
    }


    .logo {
    	padding-bottom: 1em
    }
    nav .header ul li:hover ul, nav .header ul ul li:hover ul {
			    width: 100%;
		    margin-left: -55px;
		}
	nav .header ul li ul li:hover> a{
			border: none;
		}
    .with--sidebar .site-pusher {
        -moz-transform: translateX(-80%);
        -ms-transform: translateX(-80%);
        -webkit-transform: translateX(-80%);
        transform: translateX(-80%)
    }
    .with--sidebar .site-cache {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.6)
    }

.contact .wrap-960, .listing-wrap .wrap-960 {
    padding: 3em 1em 4em 1em;

}



.backoffice .wrap-960 {
	padding: 0;
	margin: 0 auto;
}

.listing-article ul li, .home .wrap-5-5 {
	width: 45%;
	font-size: 18px
}

p {
	font-size: 1em
}

.desc p,.home .texte .desc p {
	font-size: 18px;
	line-height: 20px;

}


.desc div {
	padding: 0
}
.listing h3 {
	font-size: 1em
}


.logo img {
	width:100%;
}


.bandeau {
	min-height:340px;
	height: auto;
	padding-bottom: 3em;
	position: relative;
}
	.bandeau h1 {
		font-size: 1.5em
	}

	.bandeau ol {
		margin-bottom:3em 
	}
	.bandeau li {
		display: block;
		width:75%;
		margin: 0 auto;
		text-align: left;
		margin-bottom: 1em;
		font-size: 1em;

	}



h1.content-section {
        font-size: 1em;
}
h3 {
	font-size: 1em
}
h2.content-section {
	font-size: 1.2em;
	line-height:1.2em;
}

.large-button, a.large-button {
    font-size: 1em;
    padding:0.5em ;
}
.logo-client {width:48%;margin:0 auto;}



.bandeau li:before {
    width: 60px;
    height: 60px;
    line-height: 50px;
    margin-left: -80px;
    margin-top: -10px;
}

.bandeau a.btn-projet {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 15px 15px;
    text-align: center;
    background-color: transparent;
    border: 3px solid #fff;
    color: #fff;
    position: relative;
    text-transform: none;
    font-weight: 700;
    font-size: 1em;
}

.texte .desc p {
	font-size: 1em;
	line-height: 1em
}
.bloc, .blocDouble {
	text-align: center;
}

.categories {
	font-size: 1.5em;
}
.categories div {
	width:25%;
	margin-top: 1em;
	margin-left: 	1.5em;
}
.categories div:first-child {
	margin-left: 	1.5em;
}

#contact-btn {
   
    width: 124px;
    color: #fff;
    transition: none;
    font-size: 14px;
    position: fixed;
   top: 70%;
    left: 80%;
}

.backoffice .contact-btn {
	display: inline-block;
}

.btn-wrap {
	max-width: 400px;
	width: 100%
}


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



.backoffice .projet_infos {
    width: 63%;
}

.bandeau li:before {
    padding: 1px 20px;
  }

 .image-container img {
    width: 100%;

}
footer .wrap-6 {
	padding:1em 2em;
	box-sizing:border-box;
	margin-right: 	0;
}
footer .h3, footer li {
	font-size: 1em;
	line-height:1em;
}

footer li p,footer  p, footer li a, #copyright {
    font-size: 0.8em;
}
.projet .wrap-6:first-child {
    margin-right: 0em;
}

.backoffice .main h1, .main h1 {
    font-size: 1em;
}
.backoffice .espace .bloc i {
	margin: 0
}
.backoffice .main h2, .backoffice .main h2 {
    font-size: 0.8em;
}

.backoffice table td input[type="checkbox"] {
    width: 50px;
    height: 50px
}

.backoffice .blocSeul {
    position: relative;
    margin: 1em 0 10px;
    padding: 0.5em;
    width: 100%;
}
.backoffice table {
	margin-bottom: 1em
}
.backoffice table tr {
	display:block;
	border:1px solid #eee;
}
.backoffice table tr:first-child {
	display:none;
}
.backoffice table td {
	display:block;
	border:none;
	padding:0.5em;
	height: auto;
	width: 100%
}
	.backoffice.facturation table td {
		display:inline-block;
		width: 30%;
		background-color: #eee;
	}
	.backoffice.facturation table td:first-child {
		width: 70%;
	}
	.backoffice.facturation table td:nth-child(3) {
		width: 100%;
		background-color: #fff;
	}
.progress-bar {
    height: 50px;
}
	.progress-bar:before {
	    height: 41px;
	}
.backoffice .tab  {
 	height: 100%
}
.backoffice .tab a {
    display: block;
    width: 100%
    border: 1px solid #ddd;
    border-bottom: 1px solid #fff;
    padding: 0.5em 1em;
    border-radius: 3px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.backoffice select option {
	font-size: 16px
}
.backoffice.inscription .checkbox-wrap input[type="checkbox"], .backoffice.inscription input[type="radio"] {
    width: 35px;
    height: 35px;
}

.projet.projet-offres .wrap-960 .listing .btn-task {
    width: 100%;
    background-color: #eee;
    height: 100%;
    padding: 0.5em;
    margin-top: 1em;
    position: relative;
}
	.projet a.btn-task span {
	    font-size: 16px;
	    text-align: center;
	    font-weight: normal;
	    display: block;
	    margin-top: 2px;
	}
.projet.projet-offres .wrap-960 .listing .btn-task span, .projet.projet-offres .wrap-960 .listing .btn-task i {
    font-size: 45px;
    display: inline-block;
    background-color: #eee;
}

.wrap-7.sidebar {
	padding: 1em 0em;
	font-size: 22px
}

.backoffice table  a i, .backoffice .sidebar  a i {
	border:none;
   display: inline-block;

}

.lb-marketplace .sb-div:last-child {
    border-left: none;
}

.lb-categories, .lb-inscription, .lb-confirmation{
width: 83%;
height: auto;
min-height: 610px;
overflow: inherit;
position: fixed;
padding:1em;
}




.lb-inscription h2 {
    font-size: 1em
}

.lb-confirmation textarea {
	width: 100%
;}
.lb-categories input, .lb-inscription input, .lb-confirmation input,
.projet input{
border-color: #999;
height: 40px;
}
.lb-inscription h3 {
	margin-bottom: 15px;
}

.lb-inscription .sb-div, .lb-confirmation .sb-div {
	width: 100%; 
	padding:5px 0 15px;
}
.lb-inscription .wrap-6, .lb-inscription .wrap-6 input, .lb-marketplace .lb-confirmation .sb-div {
	width: 100%!important
}
.lb-inscription .wrap-6 {
    margin-left: 0em;
}
.lb-confirmation .sb-div img, .lb-connexion.lb-inscription .sb-div img,.lb-inscription p,
.lb-inscription .sb-div+.sb-div h3, .lb-confirmation .sb-div+.sb-div  {
   display:none;
}

.lb-inscription .btn-wrap, .lb-confirmation .btn-wrap {
    text-align: center;
    max-width: 100%;width: 100%
}

.lb-connexion .ins, .lb-inscription .ins {
    margin: 1em auto;
}

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

.nbCredit {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	display: block;
}
.projet .wrap-4{
	width: 100%;
	font-size: 1em;
}
.recap {
	margin: 0 auto;

}

.l_projet {
    padding: 1em 0;
}

.nbNotif {
	width: 50px;
	height: 50px;
	font-size: 30px;
	line-height: 50px;
}


.projet h1 {
	text-align: center;
	margin-bottom: 1.5em;
	border:none;
	padding-bottom: 0;
	line-height: 1em
}

.main.projet .meta  {
padding: 1em 2em;
font-size: 16px;
}
.main.projet .meta  strong{

width: 40%
}
 .edit a {
	width: 100%;
	display: block;
	margin-bottom: 0.3em;
}


input[type="text"], input[type="date"], input[type="digit"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea, .field {
max-width: 100%;
width: 100%;
min-height: 40px;
}


.espace .blocDouble {
	padding: 0;
    width:100%;
}




}



.listing-wrap input[type="text"], .fiche.listing-wrap input[type="text"],.listing-wrap input[type="password"]   {
    display: block;
    width: 100%;
    max-width: 100%
    
}


.inscription .half {
       width: 100%;
}
.facturation .btn-wrap   {
    margin-top: 0em
}
	


.listing-wrap .bandeau .btn {
    width: 100px;
    height: 70px;
    font-size: 0.7em;
    margin-bottom: 1.5em

}
		.listing-wrap .bandeau .btn i {
    font-size: 3em;margin-right: 0em;

}



}









@media screen and (max-width:600px) {
	.listing-article ul li{
	width: 100%
}
.wrap-5, .home .wrap-5-5 {
     width: 100%; 
}

.home .bg .section-half-column img {
	display: none;
}

#contact-btn {
top: 80%;
left: 70%

}

}



