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


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

/*HEADER*/
nav {
	
}

html,
body {
    height: 100%;
    color: #5c6b80
}

.site-pusher>.header {
	    text-align: center;
	    padding-left: 1em
}

.header {
	text-align: center;
}
	.header__logo {
	    font-weight: bold;
	    padding: 0 25px;
	    float: left
	}
.menu {
    display: inline-block;
}
.wrap-5-5 .icon+h3 {
	text-transform: uppercase;
	font-weight: 400
}
.header.wrap-1{
    height: 8em;
    min-height: 5em;
    margin: 0 auto;
    width: 100%;

}
	.header ul {
	    vertical-align: top;
	    float: right;
	    text-align: right;
	    width: 1024px;

	}

	nav ul a, nav .header ul a {
	    font-family: 'Lato',Arial !important;
	    font-size:  0.9em !important;
	    line-height: 18px !important;
	    font-style: normal !important;
	    color: #fff ;
	    font-weight: bold;
    	border-bottom: 1px solid transparent;
    	background-color: transparent !important;
    	padding-bottom: 1em;
    	display: block;
    	text-transform: uppercase;
}

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;
            text-align: left;


		}
			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: 0;
    display: inline-block;
    vertical-align: top;
 
}

/*Bandeau*/

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

	
	.bandeau.prehome {
	    padding: 1.5em 0 0 0;
	    background-image: url(../images/bg.jpg);
	    background-position: 50% 50%;
	    height: 500px
	}
	.bandeau.entreprise {
		background-image: url(../images/bg.jpg);
	}
	.home .bandeau h2 {
	   font-size: 45px;
	  
	}
		.bandeau h2 {
		        text-transform: uppercase;
			    text-align: center;
			    color: #fff;
			    font: 40px "Montserrat", sans-serif;
			    font-weight: 900;
			    margin: 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);
		    margin-top: 	7em
		}

	.listing-wrap .bandeau h2, .fiche-annuaire .bandeau h2 {
		margin-bottom: 0
	}
.edito h2.content-section {
	font-size: 2.3em
}
	.edito #searchform {
		margin-top: 3em
	}

		.bandeau i {
			margin-right: 0.5em;
			color: #fff
		}

	.bandeau ol {
	    counter-reset: numero;
	    text-align: center;
		}
	.bandeau ol 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.3em;
	    color: #fff;
	    text-shadow: 0 1px 2px rgba(0,0,0,.6);
	}
		.bandeau ol 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;
		}
	.home a.btn-projet,  button.btn-projet, a.btn-projet {
	        display: block;
		    width: 311px;
		    margin: 0 auto;
		    padding:  15px;
		    text-align: center;
		    background-color: #f26c13;
		    color: #fff;
		    text-transform: none;
		    font-weight: 700;
		    font-size: 23px;
		    border-radius: 3px;
		    position: absolute;
		    margin-top: 30px;
		    text-transform: uppercase;
		    font-family: 'Open Sans'
	}
		.bandeau a.btn-projet:hover {	   
		    background-color: #d35a0e;	
		    color: #fff   
		}
.btn-projet.page {
	position: relative;
	margin: 1em 0;
}

.edito button.btn-projet, .backoffice.tasker .projet .btn-projet{
		position: relative;
		margin-top: 1em

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











.wordpress {
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
}
.wordpress li {
    display: inline-block;
    width: 300px;
    height: 200px;
    margin: 0 0.2em 0.1em 0;
    position: relative;
    overflow: hidden;
}
.wordpress .title {
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-family: sans-serif;
    border: none;
    position: absolute;
    text-align: left;
    width: 100%;
    bottom: 0px;
    left: 0px;
    font-weight: 600;
    padding: 0.5em;
    background: linear-gradient(to bottom,rgba(51,51,51,0) 0%,rgba(10,10,10,0.9) 100%);
}
.wordpress img {

}
.titlebox .maintitle {
    margin: 0px 0px 1em 0px;
    padding: 0px 0px 15px 0px;
    position: relative;
    color: #4c4c4c;
    text-align: center;
    font-size: 2.5em;
    font-weight: bold;
    text-shadow: none;
    text-transform: uppercase;
}
.titlebox .subtitle {
   color: #f26c13;
    padding: 0px 0px 10px 0px;
    text-align: center;
    font-family: 'Montserrat',Arial !important;
    font-size: 1em;
    line-height: 20px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: none;
    margin: 0;
}



/*Catégories*/

.categories {
    text-align: center;
    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 {
    margin: 0 auto;
    display: block!important;
    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 ul a{
    color:#fff
}
.categories div ul a:hover{
    color:#f26c13
}
.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 h3 {

	margin: 0;
    font-size: 2em;    
    padding-bottom: 0.5em;
    font-weight: 100;
}	
.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: 'Lato',Sans-serif;
    color: #666!important;
    text-transform: none;
    letter-spacing: normal;
    margin-top: 5px!important
}
.listing h3 a{
    color: #666;
}.fiche-description {
	line-height: 1.5em
}

.fiche .profile-data li {
   text-align: left;
       width: 75%;
       margin: 0 auto
}
.projet-metas	{color: #999;
}


.home .pagination {
    text-align: center;
    margin-top: 2em;
           display: block;
    width: 100%;
    margin: 0 auto
}
.home .pagination a {
    display: block;
    padding: 1.5em;
    color: #f26c13;
    border: 2px solid #f26c13;
    width: 30%;
    border-radius: 3px;
    font-weight: bold;
    text-align: center;
    margin:2em auto 2em auto;
}
	.home .pagination a:hover {
	    background-color: #e0dede;
	}


/*TYPO*/

h1,h2,h3,.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;
      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;
    display: block;
    font-weight: 900;
}

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

h2.content-section {
    margin: 0px 0px 1em 0px;
    padding: 0px 0px 15px 0px;
    position: relative;
    color: #4c4c4c;
    text-align: center;
    font-size: 2.5em;
    font-weight: bold;
    text-shadow: none;


}



.h2,h2 {
	font-family: 'Montserrat',Arial !important;
    line-height: 1em;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-size: 20px;
    margin-top: 1.5em;
    color: #f26c13;
    display: block;
    font-weight: 900;
}


h3 {
    font-family: 'Montserrat',Arial !important;
    font-size: 17px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 12px;
    text-transform: none;
}

.edito h3 {
	    font-size: 20px;
    margin-top: 1.5em;
    color: #f26c13;
    display: block;
    font-weight: 900;
}
 p,li {

    font-family: 'Lato',Arial !important;
    line-height: 24px;
    font-weight: 400;
    color: #5c6b80;
    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: 'Lato',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: 5px 20px;
}

.home a .wrap-5-5:hover {
    background-color: #eee;
}

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

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

.home .wrap-5-5 a:hover{
    background-color: #eee;
}

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

.home .gris .img-wrap{
	overflow: hidden;
    height: 82px;
    width: 150px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 2em
}
.demos .img-wrap{
	overflow: hidden;
    height: 375px;
    width: 439px;
    margin-right: 2em;
    margin-top: 0;
    position: relative;
    border-radius: 0


}
.demos .img-wrap img {
	border-radius: 0px!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;
}




.home .demos .img-wrap img {
       position: absolute;
    left: -1000%;
    right: -1000%;
    top: -1000%;
    bottom: -1000%;
    margin: auto;
    min-width: 100%;

}

.home  .img-wrap img, .edito.listing  .image-wrap img,  .listing-bloc  .img-wrap img  {
       position: absolute;
    left: -1000%;
    right: -1000%;
    top: -1000%;
    bottom: -1000%;
    margin: auto;
    min-width: 100%;
    width: 100%
}

.edito.listing {
background-color: #fff;
}

.edito.listing .bandeau{
height: 300px;
margin-bottom: 2em
}

.edito.bc  .bandeau {
    height: 100px !important;
    margin-bottom: 2em;
}

nav ul li.contact-display {
	display: none;
}
nav ul a, nav .header ul a {
    font-family: 'Lato',Arial !important;
    font-size: 0.9em !important;
    line-height: 18px !important;
    font-style: normal !important;
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid transparent;
    background-color: transparent !important;
    padding-bottom: 1em;
    display: block;
    text-transform: uppercase;
}
.backoffice nav ul a {
    color: #222!important
}
.backoffice nav ul ul a {
    color: #fff!important
}

/*FICHE*/
.edito.page .wrap-960 {
margin-top: -25em	

}
.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: -24em auto 1.5em auto;
    min-height: 500px;
    position: relative;
}


.edito.listing-annuaire .wrap-960, .edito.annuaire .wrap-960 {
  		text-align: left;
    margin: 3em auto 1.5em auto; 

}
.formulaire.edito .wrap-960,  .edito.fiche .wrap-960, .edito.fiche-conseil .wrap-960, .edito. .wrap-960, .fiche-conseil.edito  .wrap-960 {
	margin-top: -15em
}
.edito .bandeau h2 {
	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;
    position: relative;
       width: 48%;
    margin-left: 2em;
    background-color: #fff;
    color: #999d9e;
}
	.fiche .profile-data li{
	   padding-bottom: 5px
	}
.fiche .profile-data .btn {
	height: 72px!important
}
.fiche .prix span {
    font-size: 2.5em;
    color: #f26c13;
    font-weight: 900;
    font-family: 'Open Sans', Sans-serif;
}
.fiche .profile-data li i {
    display: inline-block;
    margin-right: 5px;
    color: #72797d;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #ebebec;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 18px;
}

	.fiche .profile-data h4 {
	        font: 1em 'Lato', sans-serif;
    color: #999d9e;
    display: inline-block;
    margin-right: 12px;
	}
	.fiche .profile-data div {
	   display: inline;
    line-height: 23px;
    letter-spacing: -1px;
    color: #999d9e;
	}
	.fiche .profile-data .btn-wrap {
	    display: inline-block;
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
		.fiche .profile-data .btn {
		        margin-top: 0.5em;
    padding: 1em 2em;
    text-transform: uppercase;
    margin-right: 3px;
    font: 700 1.25em/32px 'Open Sans', sans-serif;
    text-decoration: none;
    display: inline-block;
    width: 100%;
		}




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

}
.fiche .head-social a {
    display: inline-block;
    margin-left: 0.5em;
    white-space: nowrap;
    overflow: hidden;
    background-color: #ffc49e;
    color: #fff;
    font-size: 1em;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    line-height: 1.4em;
    
}

.fiche .head-social a i{
   
    color: #fff;

    
}

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

.meta {
    background-color: #eee;
    padding: 1em 1em 2em 2em;
    line-height: 1.5em;
    margin-bottom: 4em;
}


.meta .btn {
    position: absolute;
    margin-top: 1em;
    padding: 2px 10px 0px 13px;
    text-transform: uppercase;
    height: 35px;
    font: 700 1em/32px 'Lato', sans-serif;
    text-decoration: none;
    display: inline-block;
    width: 230px;
    font-size: 0.9em;
}
.meta .btn.blue {
    margin-left: 28em;
    background-color: #007EC3;
}
.meta .btn i {
    font-size: 1em;
}
.edito .meta .btn-wrap {
    width: 100%;
    margin: 0;
    text-align: left;
}
.meta .btn:first-child {
    margin-left: 10em;
}
/*EDITO*/

.edito .bandeau {
    text-align: center;
    padding-top: 1em
}

	.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: 70%;
    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;

	}

.fiche .profile-img {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    position: relative;
}
.fiche.produit .profile-img {
    width: 47%;
    border: 1px solid #eee;
}



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

.listing {
	text-align: left;
}
/*FOOTER*/

footer .wrap-6 a, footer {
    color: #999;
    font-weight: normal;
}
footer {
    background-color: #2e2e2e;
    text-align: left;
}
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;
    	font-family: 'Montserrat', sans-serif;
    	text-transform: uppercase;
    	margin-bottom: 1em;
    	font-size:1.1em;
	}
	footer li {
	   border-bottom: 1px solid #373737;
	   padding: .5em;
	   color: #fff
	}
	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: 'Lato',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: 0 auto;
	    text-align: center;
	    width: 350px; 
	    position: relative;
 	}
 	.bandeau.entreprise .btn-wrap {
    width: 330px;
  }
  .bandeau.entreprise .btn-wrap  a{
    width: 100%
  }
 	
 	.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;
	 		color: #fff
	 	}

	.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;
    vertical-align: top;
 }

.forms li {
    display: inline-block;
    width: 49%;
    text-align: left;
    padding: 0px 0px 20px 0px;
    vertical-align: top;
}
.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: 96%;
}
 #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(../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%;
	margin-bottom: 2em
}

.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;
	margin: 0 auto;
	padding: 0.5em 1em 5em;
	background-color: #eee;
	text-align: center;
	font-weight: 600;
	border-radius: 3px;
	margin-bottom: 4em;	
}
.backoffice .facturation .nbCredit{
	color: #f26c13;
    font-size: 2em;
    font-weight: 800;
}
.backoffice .historique {
	margin-top: 2em
}
.backoffice .facturation .btn-wrap {
	width:235px;
}
.backoffice .facturation .btn {
	position: absolute;
	width: 100%;
	    right: 0;
    margin-top: 3em;
}

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

.backoffice .historique  table tr td{
	width: 30%
}
.backoffice .historique table tr td:nth-child(2) {
   text-align: center;
}

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

span[id^='rebour'] span, span[id*=' rebour'] span{
   padding:0.2em 0.5em;
   display: inline;
   border-radius: 3px;
   color: #fff;
   font-size: 12px;
   background-color: #63b556;
}

.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 span {
	color: #fff
}
.tag.grey {
	background-color: #DCE6F2;
	color: #777!important
}
.tag.darkgrey {
	background-color: #999;
}
.tag.black{
	background-color: #222;
}

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

.blue {
	background-color: #007EC3!important;
	margin-right:0em
}

.tag.blue {
	background-color: #007EC3!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;
    font-weight: 800;
    color: #999

}

.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: #4A86B8!important;

}
.gris h2{
    color: #fff
}
.gris .link {
    display: block;
    color: #fff;
    border:2px solid #fff;
    padding : 1em ;
    width: 30%;
    margin : 1.5em auto 0 auto;
    border-radius: 3px;
}

.gris .link:hover {
    background-color: #fff;
    color: #f26c13
}


.backoffice.entreprise h2, .backoffice.entreprise .edit a, .backoffice.entreprise h3, .backoffice.entreprise .sidebar a i, .backoffice.entreprise .main a, .backoffice.entreprise h2 i {
    color: #007EC3;
}

.backoffice.entreprise .sidebar a:hover i, .backoffice.entreprise .edit a:hover i {
    background-color: #007EC3;
    color: #fff;
    border-color: #007EC3;
}

.backoffice.entreprise .pagination li.active a, .backoffice.entreprise .pagination li a:hover {
  background-color: #007EC3;
}


.backoffice.entreprise .main  a.btn {
    color: #fff;
    background-color: #007EC3;
}

#vote_etoile .fa {
	color: #ffb600
}
/*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;
    position: relative;
 }
 .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: 200px;
    height: 150px;
    margin-right: 2em;
    margin-top: 0;
    position: relative;
}
	.listing-annuaire .listing .image-wrap img{
		position: absolute;
    left: -1000%;
    right: -1000%;
    top: -1000%;
    bottom: -1000%;
    margin: auto;
	width: 100%;
    
}

.listing-annuaire  .listing li div {
    margin-top: 1em;
    display: inline-block;
    vertical-align: top;
    max-width: 70%;
    font-weight: 700;
    color: #f26c13
}

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


.listing-bloc {
	position: relative;
	display: inline-block;
	width: 390px;
    height: 250px;
    position: relative;
    overflow: hidden;
 	text-align: left;
    margin-right: 4px;
    border: 1px solid #eee;
}
.listing-bloc .titre {
	color: #fff;
    padding: 1em;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    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 );
}

.listing-bloc .titre h3 a, .listing-bloc .titre h3  {
    color: #fff!important;
    text-decoration: none;
    text-shadow: 0px 0px 10px black;
    font-weight: 600;
    border-bottom:none;
    text-transform: none;
    font-size:1.10em;
    margin-top: 1em;
    line-height:1.15em;
    font-family: 'Montserrat',sans-serif !important

}

.listing-bloc .prix {
    position: absolute;
    z-index: 10;
    right: 15px;
    top: 15px;
    background-color: #222;
    border: white 3px solid;
    background-color: #f26c13;
    text-align: center;
    font-size: 27px;
    font-weight: 600;
    display: block;
    padding: 0.25em 0.5em;
    color: #fff;
    border-radius: 15px

}


.listing-bloc:hover img {
	-webkit-filter: brightness(70%);
    -moz-filter: brightness(70%);
    -o-filter: brightness(70%);
    -ms-filter: brightness(70%);
    filter: brightness(70%);
}

.listing-bloc h2 a {
	color: #fff;
	text-transform: initial	;
}
.listing .listing-populaire {
	margin: 2em auto;

}
.listing .listing-populaire h1{
	margin: 2em auto
}


.listing-populaire .populaire {
	display: inline-block;
	width: 33%
}


.listing-populaire .populaire .image-wrap {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 1em
}
.listing-populaire .populaire .image-wrap img{
	     position: absolute;
    left: -1000%;
    right: -1000%;
    top: -1000%;
    bottom: -1000%;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
    width: 100%;
}

.listing-populaire .infos{
	   width: 70%;
	   display: inline-block;
	   text-align: left;
}
.listing-populaire .populaire{
	   margin-bottom: 1em
}
.listing-populaire .infos h2, .listing-populaire .infos h2 a{
	 color: #555;
    font-weight: bold;
    text-shadow: none;
    font-size: 18px;
    text-transform: none;
    letter-spacing: 0;
    margin: 0;
    line-height: 1em;
    border: none;
    margin-top: 0.5em;
    text-align: left;

}
.populaire .date {
    color: #999;
    text-transform: uppercase;
    font-size: 11px;
    margin: 0 10px 0 0;
}

.populaire .date:before {
    font-family: 'FontAwesome';
    margin-right: 5px;
    content: '\f133';
}


.backoffice .main {padding: 0;}



/*Formulaires*/
.inscription .main {
	min-height: 20em
}
.specialite {
	font-weight: 800;
	color:#444;
	margin-top: 1em
}

 label, label {
	color: #444;
	display: block;
}

	 label i,.mdp label i {
		margin-right:  1em; margin-bottom: 1em
	}
textarea {
	min-height: 250px!important;
	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;
}

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

.formulaire .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;
}
.chk {
	line-height: 1.5em;
    margin-bottom: 0.4em;
}

.chk input[type="checkbox"], .projet input[type="radio"] {
    width: 20px;
    height: 20px;
    margin-right: 1em;
    margin-top: -3px;
    vertical-align: middle;
}

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


.main-image  {
width: 95%;display: inline-block;
}
.main-image  .btn-wrap{
display: inline-block;
width: 465px;
}

#acce_fich_cons {
	margin-bottom: 2em;
	font-style: italic;
	font-size: 0.9em
}

.main-image img {
width: 100%
}

.boutons-partage {
	display: inline-block;
	vertical-align: top;
	margin-left: 0.5em;
	font-size: 1.5em
}
.boutons-partage a {
	display: block;
}

.fiche-conseil .btn-wrap a {
	position: absolute;
	margin-top: -3em
}

.liens {
	margin-top: 2em
}

/*pagination*/



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

}

.pagination li > a, .home .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;
    padding:0em;
    border-radius: 50%!important;
    font-family: 'Open Sans',sans-serif!important;
}


.pagination .active a, .pagination a:hover, .home .pagination a:hover{
color:#fff!important;
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  screen and (max-width:1024px)   {
.header ul {
    text-align: center;
}

.bandeau .subtitle {
    margin-top: 4em;
}



}


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

body {
	font-size: 16px;
}
.site-pusher>.header {
	    text-align: left;
}

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

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

.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;        
        -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: 9999;
       	min-height: 530px

    }
     .menu li{       
        background-color: #222;        

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

}


.edito .wrap-960 {
    padding: 3em 2em 4em 2em;

}


.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 h2 {
		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;
		font-size: 1.5em

	}



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: 40px;
    height: 40px;
    line-height: 35px;
    margin-left: -80px;
    margin-top: -10px;
    padding: 0;
    text-align: center;
}

.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 {

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



 .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{
    font-size: 1em;
}
.backoffice .espace .bloc i {
	margin: 0
}
.backoffice .main h2, .backoffice .main h2 {
    font-size: 2em;
}

.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;
	padding: 1em
}

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

}


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

}

.edito .wrap-960 {
	margin:-5em auto 1.5em auto
}

.listing-populaire .populaire {width:4% ;}

}









@media  (max-width:780px) {



.backoffice h1 {
	height: auto
}
	.edito .bandeau h1 {
    line-height: 1em
}

.listing-populaire .populaire {
	width: 100%
}


.bandeau .wrap-1 {
	margin-top: 0
}
.nbNotif {
      
    font-size: 0.7em;
    
}
.backoffice nav ul a {
    color: #fff!important;
}

.listing {
    text-align: center;
}
.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%

}

.forms li {
    width: 100%;
}

#contact-btn {
	display: none;
}

.home .bandeau h2  {
	font-size: 2em;
	line-height: 1.5em
}

.icon {
	text-align: center;
}
.listing a {
	text-align: left;
}
.bandeau li:before {
margin-left: -54px;
}
.categories div, .categories div:first-child  {
	width: 20%;
	margin: 1em 0 0 0
}

.home .pagination{
	width: 100%;
	margin: 0
}

.main.listing-wrap .listing li {
	width: 100%;
	padding: 0
} 
.listing-annuaire .listing .image-wrap {
    overflow: hidden;
    max-width: 20%;
    height: 150px;
    margin-right: 1em;
    margin-top: 0;
    position: relative;
}

.listing-annuaire  .main  .pagination li{
    overflow: hidden;
    width: 10%;
    height: 150px;
    margin-top: 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.listing-annuaire  .main  .pagination li a{
    line-height: 1.5em;
}
.fiche.annuaire h1, .fiche.produit h1 {
	font-size: 2em
}
.home section {
	padding-left: 1em;
	padding-right: 1em;
}

nav ul li.contact-display {
	display: inline-block;
}

.fiche .profile-img, .fiche .profile-data {
    display: block;   
    width: 100%;
    text-align: center;
    margin: 0 auto
}
.fiche .profile-img {
	height: 100%;
	max-height: 300px
}
.profile-info p {
	font-size: 1.5em;
	line-height: 1.5em
}
.edito.page .wrap-960 {
    margin-top: -10em;
}
}

@media  (max-width:600px) {
.listing-bloc {
    width: 100%
}
.categories div, .categories div:first-child {
    width: 100%;
   }
 .home .pagination a, .gris .link {
   width: 100%
}

.listing-wrap .listing li {
    padding: 0em;
}

.bandeau h2 {
   line-height: 1em
}
.promo.edito .wrap-960, .fiche-conseil.edito .wrap-960 {
    margin-top: -2em!important;
}

.fiche.produit .profile-img {
    width: 100%;
    border: 1px solid #eee;
    margin-bottom: 1em
}
 .fiche .profile-data {
	width: 100%;
	padding: 0
}
.edito .bandeau input[type="text"] {
    max-width: 218px;
}

.listing-annuaire .listing .image-wrap, .listing-annuaire .listing li div, .fiche .profile-data li,
.fiche-conseil  #metas li, .promo #metas li, .fiche-conseil #metas>div, .promo #metas>div,.bloc-liens div,
.fiche-conseil .btn-wrap  {
   width: 100%!important;
   max-width: 100%
}
.profile-info {
	margin-top: 1em
}
.fiche-conseil .btn-wrap a {
    position: relative!important;
    margin-top: 0em !important;
    width: 300px;
}

.bandeau ol li {
    display: block;
    
}
.bandeau li:before {
    width: 40px;
    height: 40px;
    line-height: 35px;
    margin-left: -90px;
    margin-top: -10px;
    padding: 0!important;
    text-align: center;
        margin-left: -54px;
}



}

.planContainer .button a.transparent {
	display: none;
}
#pricing .span12 {
	float:none;
	margin: 0 auto;
}
#pricing .transparent, #pricing .planContainer .price p.transparent {
	background: transparent;
    color: transparent;
}

#plans,#plans ul,#plans ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

#pricePlans:after {
	content: '';
	display: table;
	clear: both;
}

#plans {
 margin-top: 3em;
}

#pricePlans #plans .plan {
	background: #fff;
	float: left;
	width: 100%;
	text-align: center;
	border-radius: 5px;
	margin: 0 0 20px 0;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.planContainer .title h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #222;
	margin: 0;
	padding: .6em 0;
	border-bottom: none;
	font-family: 'Open Sans Condensed',sans-serif;
}
.planContainer .title h2 i {
	font-size: 0.8em;
	color: #ea8223;

}

.planContainer .title h2.bestPlanTitle {
	background: #ea8223;
	color: #fff;
	border-radius: 5px 5px 0 0;
}


#pricing .planContainer .price p {
    background: #ea8223;
    color: #fff;
    font-size: 1.2em;
    font-weight: 700;
    height: 2.6em;
    line-height: 2.6em;
    margin: 0 auto;
    width: 89%;
    border-radius: 3px;
}

.planContainer .price p.bestPlanPrice {
	background: #f7814d;
}

.planContainer .price p span {
	font-weight: normal;
}

.planContainer .options {
	margin-top: 10em;
}

#pricing .planContainer .options li {
	font-weight: 700;
	color: #222;
	height:30px;
	padding:5px 0;
}
#pricing .plan:first-child .options li {
	text-align: left;
}
#pricing .planContainer li:last-child {
margin-bottom: 16px;
}

.planContainer .options li span {
	font-weight: 400;
	color: #666;
}

.planContainer .button a {
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    letter-spacing: -1px;
    background-color: #ea8223;
    display: inline-block;
    width: 80%;
    padding: 0.5em 0.2em;
    border-radius: 3px;
    margin: 1.5em 0 1em;
    text-align: center;
}

.planContainer .button a.bestPlanButton {
	color: #fff;
	background: #f7814d;
	border: 2px solid #f7814d;
}


#pricing .options li.sb {
	padding-top: 30px;
	padding-bottom: 30px;

}

#pricePlans {
	margin: 2em auto;
}

#pricing #plans .plan {
	width: 22%;
	padding:  1em;
	vertical-align: top;
	display: inline-block;	
	margin: 0 1.33% 20px 0;
	background-color: #eee;

	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
	    -ms-transition: all .25s;
	     -o-transition: all .25s;
	        transition: all .25s;
}

#pricing #plans > li:last-child {
	margin-right: 0;
}
#pricing #plans > li:first-child {
	width: 30%;
	box-shadow: none;
	background-color: #fff;
	border: none;
	padding: 0;
}


.planContainer .button a {
	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
	    -ms-transition: all .25s;
	     -o-transition: all .25s;
	        transition: all .25s;
}

#pricing .planContainer .button a:hover {
	background: #dd7027;
	color: #fff;
}


#pricePlans .lead {
	text-align: center;
}

#pricePlans .btn-cta {
background-color: #ea8223
}
#pricePlans .btn-cta:hover {
background-color: #dd7027
}

#pricePlans p.subtitle {
	color: #ea8223
}

 #wrapper #pricePlans p.subtitle {
    font-size: 30px;
    font-family: "Pacifico", sans-serif;
    margin: 0;
    text-align: center;
    color: #ea8223;
    border: none;
    margin-top: 1em
}
.c {
	text-align: center;
	font-size: 0.8em;
}

