/*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: fixed;
    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;
	opacity: 1;
}

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

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

.lb-connexion.lb-credits .ins.inss {

    margin-top: 0em;
    
}
form[name="demande_conv"] .ins.inss{
display: inline-block;
margin-right: 1em
}
form[name="demande_conv"] button{
height: 30px;
width: 30px;
margin-right: 1em
}

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,  .lb-inscription .btn-wrap   {
	width:230px;
    margin-top: 1em
}

#annu_mess {
	min-height: 200px
}

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

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


@media (max-width:960px)   {
.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%;
    margin-top: 1em
}

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

}