/*
	vert : 			#00a98d #00a98d
	gris fonc� :	#767676	rgba(118, 118, 118, 1)
*/

.contenair{
    position: relative;
}

#new_annonce{
    display: block;
    width: 700px;
    max-width: 95%;
    margin: 24px auto;
    padding: 24px;
    border-radius: 6px;
    background: url(/img/home/pattern.gif) center top repeat;
}

#new_annonce #calendar{
    display:none;
}

#new_annonce #form_sup{
    text-align: left;
}

#new_annonce > ul > li{
    display: block;
    text-align: left;
    margin:0px;
	position: relative;
	margin-bottom: 28px;
}

#new_annonce li u{
    display: block;
    text-decoration: none;
    text-align: left;
    margin-bottom: 5px;
    margin-top: 10px;
    color: #767676;
    font-weight: 500;
    font-size: 0.875rem;
}

#new_annonce li label{
    display: inline-block;
	vertical-align: top;
}

#new_annonce li i._i{
	display: block;
    font-size: 0.8125rem;
    background: #FFF;
    margin: 5px 5px 5px 0px;
    padding: 5px;
    color: #00a98d;
    font-weight: 300;
    text-align: justify;
    line-height: 1.35em;
    border-radius: 3px;
    border: 1px dashed #767676;
}

#new_annonce li label i._i{
    display: none;
}

#new_annonce span.photo{
    display: inline-block;
    width: 120px;
    height: 120px;
    margin-right: 10px;
    background: #fff;
    border: 1px solid #00a98d;
    border-radius: 6px;
    line-height: 1em;
    font-size: 60px;
    padding: 30px;
    position: relative;
    color: rgba(0, 0, 0, 0.2);
    vertical-align: top;
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.03);
	margin-bottom: 5px;
}

#new_annonce span.photo._new{
	cursor: pointer;
}

#new_annonce span.photo .fa-times{
    position: absolute;
    right: 3px;
    top: 0px;
    z-index: 1;
    color: #000;
    font-size: 1.5rem;
    text-shadow: 1px 1px 1px #fff;
	cursor: pointer;
}

#new_annonce span.photo img{
    position: absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
    border-radius: calc(1rem - 2px);
}

#new_annonce hr.guide{
    margin: 24px auto;
    border: 1px solid #767676;
    width: 80%;
}

#new_annonce ._select{
    display: inline-block;
    position: relative;
    background: rgba(255, 255, 255, 1.9);
    border: 1px solid #ebebeb;
    line-height: 28px;
    padding: 10px 18px;
    border-radius: 6px;
    cursor: pointer;
    text-align: left;
    font-size: 0.875rem;
    height: 45px;
    font-weight: 400;
}

#new_annonce ._select.fail{
	border-color: rgba(190,10,38,1) !important;
}

#new_annonce ._select div{
    display: none;
    position: absolute;
    background: rgba(255, 255, 255, 1.9);
    border: 1px solid #ebebeb;
    line-height: 32px;
    font-size: 0.875rem;
    padding: 0px 18px;
    width: calc(100% + 3px);
    left: -2px;
    border-top: 0px;
    border-radius: 0 0 6px 6px;
    max-height: 300px;
    overflow-y: auto;
    text-align: left;
    padding-bottom: 5px;
    z-index: 1;
}

#new_annonce ._select.on{
	border-radius:1rem 1rem 0 0;
}

#new_annonce ._select.on div{
	display:block;
}

#new_annonce ._select li{
    padding:2px 5px;
	line-height:22px;
	margin:1px 0px;
	font-weight: 400;
}

#new_annonce ._select li.disabled{
    color: #fff;
    font-weight: 600!important;
    font-style: normal;
    opacity: 1;
    background: rgba(118, 118, 118, 0.7);
	cursor:none;
}

#new_annonce ._select li.sec{
    padding-left: 20px;
}

#new_annonce ._select li:not(.disabled):hover{
    color: #fff;
    background:#00a98d;
}

#new_annonce ._select li:not(.sec){
    margin-top:10px;
	font-weight: 800;
}

#new_annonce > ul > li ._resultat{
    display: block;
    position: absolute;
    left: 0px;
    text-align: left;
    background: #fff;
    padding: 5px!important;
    border: 1px solid #00a98d;
    z-index: 1;
    line-height: 1.35em;
    min-width: 75%;
    max-width: 100%;
    max-height: 280px;
    overflow-y: auto;
}

#new_annonce > ul > li ._resultat li{
	padding:0px 5px;
}

#new_annonce > ul > li ._resultat li:not(._empty):hover{
	background:#00a98d;
	color:#fff;
	cursor:pointer;
}

#new_annonce p._h{
	text-align:justify;
	font-size:0.9rem;
    margin: 10px 0px;
    line-height: 1.25em;
}

#new_annonce p._h span._on{
	display:inline-block;
	width:20px;
	background:#00a98d;
	opacity:0.5;
	margin:2px 0px;
}

#new_annonce p._h span._off{
	display:inline-block;
	width:20px;
	background:#9E9E9E;
}

#_new_album {
    width: 310px;
	height: 325px;
}

#_new_album #p_img {
    text-align: center;
    height: 195px;
    display: none;
}

#_new_album #p_img ._l .fa {
    float: right;
    display: block;
    color: #689203;
    clear: right;
    font-size: 1.5rem;
    margin: 8px 0px;
    cursor: pointer;
	margin-right:10px;
	margin-bottom: 30px;
}

#_new_album #phsave {
    display:none;
}

#_new_album #infophoto,
#_new_album #UploadDiv {
    font-size: 0.8125rem;
	line-height: 1.4em;
	height: 150px;
}


#_new_album #AddFilePhoto{
	margin:0px auto;
}

#_new_album .progress{
	height:20px;
}

.progress u {
    position: absolute !important;
    top: 5px !important;
    left: 50% !important;
    width: 40px !important;
    margin-left: -20px !important;
    color: #FFF !important;
    font-size: 0.825rem !important;
    font-weight: 600 !important;
    text-align: center !important;
    line-height: 20px !important;
    text-decoration: none;
}

#_new_album .progress u{
	top: 0px !important;
    font-size: 0.725rem !important;
    font-weight: 400 !important;
}

#_new_album #UploadInput {
    display: none;
}

#PhotoMessage {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 0.8125rem;
    line-height: 1.25rem;
    text-shadow: none;
    font-weight: normal;
    text-align: center;
    display: none;
    margin: 2px auto;
    width: 100%;
    padding: 2px;
    clear: both;
    border-radius: 3px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.15);
    color: #000;
    font-weight: 400;
}

#PhotoMessage.erreur{
	background-color: rgba(190, 11, 30, 1);
	color: #FFF;
	font-weight:600;
}

._home{
	text-align:left;	
	margin: 24px auto;
}

._home._listesup{
	text-align:center;	
}

._home._fiche{
	max-width:700px;
	margin:28px auto;
}

.content header{
    background-image: url(/img/home/home-1-back.jpg);
    background-size: cover;
    background-repeat: repeat;
    padding: 10px;
    margin-bottom: 28px;
}

._home .adds{
	width: 30%;
    min-width: 200px;
    margin: 0px 1.66666666666666%;
	margin-bottom: 28px;
    display: inline-grid;
    box-sizing: border-box;
    vertical-align: top;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    background: #fff;
    padding: 5px;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.03);
    text-align: center;
}

._home._listesup .adds {
    width: 23%;
    margin: 10px 1%;
}

._home .adds._membre{
	position:relative;
	margin-top:70px;
}

._home .adds:hover{
    background: #efefef;
}

._home .adds .im{
    width: 100%;
    height: 182px;
	text-align:center;
    text-align: center;
    margin: 6px auto 18px;
}

._home .adds .im img{
    max-width: 100%;
	height:auto;
}

._home._fiche .im{
	width: 257px;
}

._home._fiche .im._bold{
    background: #f08d3c;
    color: #fff;
    padding: 2px 10px;
    border-radius: 6px;
}

._home._fiche .im img{
    border-radius: 999px;
    overflow: hidden;
    /* box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2); */
    border: 1px solid #ebebeb;
	width: 100%;
    height: auto;
}

._home._fiche .im .img li{
	display: inline-block;
    width:32%;
	margin:5px 0.5%;
}

._home ._fiche ._inf ._fa_home {
    position: relative;
    display: block;
    color: #FFF;
    font-size: 2.5rem;
    width: 80px;
    height: 80px;
    padding-top: 17px;
    border-radius: 40px;
    text-align: center;
    margin: 20px auto;
    background: #00a98d;
    overflow: hidden;
    transition: color 0.5s ease-in;
    transition: background 0.2s ease-in;
}

._home._fiche ._inf{
	width:100%;
    margin-top:28px;
	border: 1px solid #ebebeb;
	padding:0px;
	border-radius:6px;
	background: #fafafa;
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.03);
	line-height: 1.8em;
	color:#777;
}

._home._fiche ._inf .fa,
._home._fiche ._inf .fas,
._home._fiche ._inf .far{
	color:#00a98d;
}

._home._fiche ._inf_1,
._home._fiche ._inf_2{
    display: table-cell;
    width: 44%;
    padding: 20px;
    box-sizing: border-box;
    vertical-align: top;
}

._home._fiche ._inf_1{
    background:#fff;
}

._home._fiche ._inf_2{
    width: 56%;
    border-left:1px solid #ebebeb;
	word-break: break-word;
}

._home._fiche ._inf_1 h3 {
    display: block;
    color: #7c7c7c;
    font-size: 1rem;
    text-align: center;
	font-weight:500;
	margin:0px;
	margin-bottom:15px;
}

._home._fiche ._inf ._fa_home {
    position: relative;
    display: block;
    color: #FFF;
    font-size: 2rem;
    width: 60px;
    height: 60px;
    padding-top: 12px;
    border-radius: 40px;
    text-align: center;
    margin: 10px auto;
	margin-bottom:5px;
    background: #00a98d;
    overflow: hidden;
    transition: color 0.5s ease-in;
    transition: background 0.2s ease-in;
}

._home._fiche ._inf ._fa_home:after {
    position: absolute;
    display: block;
    content: " ";
    width: 50px;
    left: 50%;
    top: 0;
    bottom: 0;
    border-radius: 0 50% 50% 0;
    background: rgba(0, 0, 0, 0.08);
    z-index: 2;
}

._home._fiche ._inf_1:hover ._fa_home {
    border: 3px solid #00a98d;
    color: #00a98d;
    background: #fff;
    padding-top: 14px;
    transition: color 0.2s ease-in;
    transition: background 0.2s ease-in;
}

._home .adds._membre .im {
    text-align: center;
    text-align: center;
    margin: 6px auto 18px;
    border-radius: 999px;
    overflow: hidden;
    position: absolute;
    width: 140px;
    height: 140px;
    top: -70px;
    left: 30px;
    background: #fff;
    padding: 5px;
    border: 1px solid #efefef;
	box-sizing:border-box;
}

._home .adds._membre .tex {
    margin-top:80px;
}

._home .adds._membre ._picto{
    font-size: 3rem;
    margin: 28px auto 10px;
    color: #00a98d;
}

._home .adds._membre .im img{
    border-radius: 999px;
    overflow: hidden;
}

._home .adds h3{
	font-family: Roboto;
    font-weight: 400;
    font-style: normal;
    color: #00a98d;
    font-size: 16px;
	margin-bottom: 18px;
}

._home .adds h4{
    font-family: Roboto;
    font-weight: 300;
    font-style: normal;
    color: #00a98d;
    font-size: 0.875rem;
    margin-bottom: 16px;
    line-height: 1.3em;
    min-height: 2.6em;
}

._home .adds ._fa{
    display: block;
    color: #00a98d;
    font-size: 1.5rem;
    border: 2px solid #00a98d;
    width: 50px;
    height: 50px;
    padding-top: 11px;
    border-radius: 33px;
    text-align: center;
    margin: 10px auto;
}

._home .adds ._i{
    background: #fafafa;
    margin: 0 -4px -4px -4px;
    border-top: 1px dashed #ebebeb;
    text-align: left;
    padding: 10px;
    line-height: 1.8em;
	font-size: 0.825rem;
    font-weight: 300;
}

.content header ._pub{
    display: inline-block;
    float: right;
    font-size: 0.7125rem;
}

.content header ._picto{
    text-align: center;
    font-size: 4rem;
    color: #00a98d;
    margin-top: 28px;
}

.content header h1{
    text-align: center;
    font-size: 2rem;
    color: #00a98d;
    margin-top: 14px;
}

.content header h2{
    text-align: center;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.2em;
    color: #767676;
    margin: 0px;
    margin-top: -10px;
    margin-bottom: 20px;
    text-transform: initial;
    font-family: 'Roboto', verdana, sans-serif;
}

.content header h2 b{
    display: inline-block;
    background-color: #f08d3c;
    color: #fff;
    padding: 2px 18px;
    border-radius: 6px;
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 0.875rem;
    letter-spacing: 2px;
    text-transform: lowercase;
}

@media screen and (max-width:710px){
	
	._home .adds {
		width: 48%;
		margin:8px 1%;
	}
	
	.boite select,
	.boite #search{
		width:100%!important;
		display:block;
		clear:both;
	}
	
	.boite .input.t25p,
	.boite #distance_recherche{
		width:44%!important;
	}
	
}

@media screen and (max-width:438px){
	
	._home .adds {
		width: 100%;
		margin:0px;
	}
	
	.boite .input.t25p,
	.boite #distance_recherche{
		width:100%!important;
	}
	

	.boite ._l2 {
		text-align:center;
	}
}

@media screen and (max-width:600px){
	
	.content header ._picto {
		font-size: 3rem;
	}
	
	.content header h1 {
		font-size: 1.5rem;
	}

	._home._fiche .im {
		float: initial;
		text-align: center;
		margin: 28px auto;
	}
	
	._home._fiche ._inf_1, ._home._fiche ._inf_2 {
		display: block;
		width: 100%;
	}
	
	._home._fiche ._inf_2 {
		border-top: 1px solid #ebebeb;
		border-left:0;
	}
}

@media screen and (max-width:380px){
	
	input[type=text], input[type=password], input[type=file], input[type=button], input[type=number], select, textarea {
		margin: 2px 0px;
	}
	
	#new_annonce {
		padding: 5px;
	}
}