/*==============================
=            LAYOUT            =
==============================*/
.module_annonce {
	margin-top: -24px;
	display: inline-block;
	min-width: 100%;
	font-family: OswaldRegular,Arial,Helvetica,sans-serif;
}
.module_annonce * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.module_annonce .bloc_conteneur {
	max-width: 970px;
	margin: 0 auto;
}
.module_annonce .grande_colonne {
	display: inline-block;
	width: 690px;
	position: relative;
}
.module_annonce .petite_colonne {
	margin-top: 20px;
	display: inline-block;
	width: 270px;
	float: right;
	position: relative;
}
.module_annonce .petite_colonne.zone_etapes {
	padding: 0;
	margin: 0;
}
.module_annonce .petite_colonne.menu_reduit {
	margin-top: 154px;
}
.module_annonce h2 {
	float: none;
}
.module_annonce h3 {
	float: none;
}
.module_annonce form {
	padding: 0;
	margin: 0;
}
.module_annonce input,
.module_annonce select {
	padding: 0 11px;
	height: 37px;
	background-color: #ffffff;
	border: 1px solid rgb(222,222,216);
	border: 1px solid rgba(148,147,138,0.31);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 1px 1px 0 rgba(120, 120, 120, 0.47) inset;
	-moz-box-shadow: 0px 1px 1px 0 rgba(120, 120, 120, 0.47) inset;
	box-shadow: 0px 1px 1px 0 rgba(120, 120, 120, 0.47) inset;
	font-family: NunitoBold,Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: 16px;
	color: #666663;
}
.module_annonce textarea {
	padding: 14px 11px;
	background-color: #ffffff;
	border: 1px solid rgb(222,222,216);
	border: 1px solid rgba(148,147,138,0.31);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 1px 1px 0 rgba(120, 120, 120, 0.47) inset;
	-moz-box-shadow: 0px 1px 1px 0 rgba(120, 120, 120, 0.47) inset;
	box-shadow: 0px 1px 1px 0 rgba(120, 120, 120, 0.47) inset;
	font-family: NunitoBold,Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: 16px;
	color: #666663;
	resize: none;
}
.module_annonce .select-area {
	margin-bottom: 10px;
}
.module_annonce .avertissement {
	padding: 0 0 10px;
	font-family: "NunitoLight",Arial,Helvetica,sans-serif;
}
.module_annonce button,
.module_annonce a {
	cursor: pointer;
}
/*==============================
=          BLOC TITRE          =
==============================*/
.bloc_annonce .titre_general {
	display: none;
}
.bloc_region {
	background: url('../img/annonce_blocregion_background.png') repeat 0 0;
	border: 1px solid #98978e;
	border-bottom-style: 
}
.bloc_region .bloc_conteneur {
	padding: 14px 18px;
	background: url('../img/annonce_blocregion_border.png') repeat-x 0 bottom;
}
.bloc_region .icone_region {
	display: inline-block;
	margin-right: 18px;
	vertical-align: -2px;
	background: url('../img/annonce_blocregion_icone.png') no-repeat 0 0;
	width: 10px;
	height: 16px;
}
.bloc_region .titre_region {
	margin-right: 16px;
	font-size: 12px;
	line-height: 13px;
	text-transform: uppercase;
}
.bloc_region .input_modif_region {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 3;
}
.bloc_region .input_modif_region select {
	min-width: 230px;
}
.bloc_region input {
	min-width: 178px;
	height: auto;
	background: none;
	border: none;
	font-family: OswaldRegular,Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.bloc_region .modif_region {
	font-size: 10px;
	line-height: 17px;
	text-transform: uppercase;
	position: absolute;
	right: 0;
}
.bloc_region .modif_region:after {
	content: '';
	margin-left: 8px;
	display: inline-block;
	border-top: 6px solid;
	border-left: 4.5px solid transparent;
	border-right: 4.5px solid transparent;
	vertical-align: 3px;
}
.bloc_filtrer .bloc_conteneur {
	padding: 22px 0 19px 0;
	margin: 0;
	background: url('../img/annonce_blocfiltrer_border.png') no-repeat 0 bottom;	
}
.bloc_filtrer .titre_filtrer {
	display: inline-block;
	margin-bottom: 7px;
	font-size: 20px;
	line-height: 30px;
}
.bloc_filtrer .titre_filtrer:before {
	content: '';
	margin-right: 7px;
	display: inline-block;
	vertical-align: 2px;
	background: url('../img/annonce_blocfiltrer_icone.png') no-repeat 0 0;
	width: 13px;
	height: 13px;
}
.bloc_filtrer .table_filtrer {
	padding: 0;
	width: 690px;
	table-layout: fixed;
	border-spacing: 0;
	border-collapse: collapse;
	text-align: right;
	position: relative;
	z-index: 2;
}
.bloc_filtrer .table_filtrer tr {
	display: block;
	page-break-before: always;
}
.bloc_filtrer .table_filtrer td {
	padding: 0;
}
.bloc_filtrer .table_filtrer td:last-child {
	display: table;
	width: 100%;
	margin: 10px 0 0 0;
}
.bloc_filtrer .table_filtrer label {
	display: none;
}
.bloc_filtrer .table_filtrer input {
	width: 270px;
	margin-right: 10px;
}
.bloc_filtrer .table_filtrer select {
	width: 270px;
	margin-right: 10px;
}
.bloc_filtrer .table_filtrer .select-area {
	margin: 0;
}
.bloc_filtrer .bouton_filtrer {
	padding: 6px 40px 5px 41px;
	display: block;
	background: #a1c90e;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNhMWM5MGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiM5OGJmMGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #a1c90e 51%, #98bf0e 51%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(51%,#a1c90e), color-stop(51%,#98bf0e));
	background: -webkit-linear-gradient(top,  #a1c90e 51%,#98bf0e 51%);
	background: -o-linear-gradient(top,  #a1c90e 51%,#98bf0e 51%);
	background: -ms-linear-gradient(top,  #a1c90e 51%,#98bf0e 51%);
	background: linear-gradient(to bottom,  #a1c90e 51%,#98bf0e 51%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1c90e', endColorstr='#98bf0e',GradientType=0 );
	border: 2px solid #73910b;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-family: OswaldRegular,Arial,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 22px;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
	-webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.58) inset;
	-moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.58) inset;
	box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.58) inset;
}
.bloc_filtrer .bouton_reinitialiser {
	width: 100%;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	color: #3e3e3e;
}
.bloc_filtrer .bouton_reinitialiser:before {
	content: '';
	margin-right: 6px;
	display: inline-block;
	vertical-align: -3px;
	background: url('../img/annonce-reinitialiser-filtre.png') 0 0 transparent;
	width: 16px;
	height: 16px;
}
.encart_demarrer {
	padding: 126px 130px 22px 185px;
	display: block;
	background: url('../img/annonce-publier-gratuit.png') no-repeat 0 0 transparent;
	width: 577px;
	height: 189px;
	position: absolute;
	top: -254px;
	left: -171px;
	text-align: center;
	z-index: 1;
}
.encart_demarrer.mobile {
	display: none;
}
.encart_demarrer .bouton_demarrer {
	padding: 4px 47px 5px 19px;
	display: inline-block;
	background: #f7b628;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNmN2I2MjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNmN2E5MDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(247,182,40,1) 51%, rgba(247,169,1,1) 51%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(51%,rgba(247,182,40,1)), color-stop(51%,rgba(247,169,1,1)));
	background: -webkit-linear-gradient(top,  rgba(247,182,40,1) 51%,rgba(247,169,1,1) 51%);
	background: -o-linear-gradient(top,  rgba(247,182,40,1) 51%,rgba(247,169,1,1) 51%);
	background: -ms-linear-gradient(top,  rgba(247,182,40,1) 51%,rgba(247,169,1,1) 51%);
	background: linear-gradient(to bottom,  rgba(247,182,40,1) 51%,rgba(247,169,1,1) 51%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7b628', endColorstr='#f7a901',GradientType=0 );
	border: 2px solid #9f761a;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 16px;
	line-height: 22px;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
	-webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.58) inset,
						0 0 0 4px rgba(214,214,207,0.8);
	-moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.58) inset,
						0 0 0 4px rgba(214,214,207,0.8);
	box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.58) inset,
						0 0 0 4px rgba(214,214,207,0.8);
}
.encart_demarrer .bouton_demarrer:before {
	content: '';
	margin-right: 15px;
	display: inline-block;
	vertical-align: -3px;
	background: url('../img/annonce-publier-bouton.png') 0 0 transparent;
	width: 27px;
	height: 23px;
}
/*==============================
=      BLOC LISTE ANNONCES     =
==============================*/
.bloc_liste .titre_liste {
	padding: 0;
	margin: 14px 0 18px 0;
	font-size: 24px;
	font-weight: normal;
	line-height: 21px;
	color: #98bf0e;
}
.bloc_liste .titre_liste:before {
	content:'\1427';
	margin-right: 6px;
	display: inline-block;
	vertical-align: -9px;
	font-size: 49px;
}
.bloc_liste .titre_liste sup,
.bloc_liste .titre_liste a:link,
.bloc_liste .titre_liste a:visited {
	margin-left: 3px;
	font-size: 14px;
	color: #98bf0e;
	text-decoration: none;
	position: absolute;
}
.bloc_liste .annonce_liste {
	padding: 0;
	margin: 0;
	list-style: none;
}
.bloc_liste .annonce_liste li {
	padding: 10px 8px;
	width: 100%;
	border-top: 1px dotted rgb(164,164,157);
	border-top: 1px dotted rgba(125,125,117,0.7);
	position: relative;
}
.bloc_liste .annonce_liste li:nth-child(2n+0){
	background: rgb(247,247,244);
	background: rgba(114,113,107,0.06);
}
.bloc_liste .annonce_avatar {
	padding: 4px;
	margin: 0 15px 0 0;
	display: inline-block;
	vertical-align: middle;
	background: url('../img/annonce-avatar.png') 0 0 transparent;
	width: 154px;
	height: 154px;
	position: relative;
}
.bloc_liste .annonce_avatar .annonce_favori {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 20px;
	height: 20px;
}
.bloc_liste .annonce_photo {
	width: 144px;
	height: 144px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.bloc_liste .annonce_textes {
	display: inline-block;
	vertical-align: middle;
}
.bloc_liste .annonce_textes a {
	text-decoration: none;	
}
.bloc_liste .annonce_textes h3 {
	margin: 0 0 6px 0;
	color: #3e3e3e;
	font-size: 20px;
	font-weight: normal;
	line-height: 21px;
}
.bloc_liste .annonce_textes h3.favori:after {
	content: '';
	margin-left: 6px;
	display: inline-block;
	vertical-align: 1px;
	background: url('../img/annonce-favori.png') 0 0 transparent;
	background-size: cover;
	width: 16px;
	height: 16px;
}
.bloc_liste .annonce_textes span {
	display: block;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	color: #8e8e8e;
}
.bloc_liste .annonce_textes .annonce_ville {
	font-size: 12px;
	line-height: 36px;
	color: #98bf0e;
}
.bloc_liste .annonce_textes .annonce_ville:before {
	content: '';
	margin-right: 5px;
	background: url('../img/annonce-liste-ville.png');
	display: inline-block;
	width: 8px;
	height: 16px;
	vertical-align: -3px;
}
.bloc_liste .annonce_textes .annonce_detail  {
	display: block;
	font-size: 12px;
	line-height: 17px;
	letter-spacing: 0.24px;
	text-decoration: underline;
	text-transform: uppercase;
}
.bloc_liste .annonce_textes .annonce_proche {
	position: absolute;
	top: 15px;
	right: 10px;
}
.bloc_liste .annonce_textes .annonce_proche span {
	margin: 0;
	display: inline-block;
	vertical-align: text-top;
}
.bloc_liste .annonce_textes .annonce_proche .icone_annonce_proche {
	margin-right: 5px;
	display: inline-block;
	background: url('../img/annonce-proche.png') no-repeat 0 0;
	width: 22px;
	height: 22px;
}
.bloc_liste .annonce_textes .annonce_proche .texte_annonce_proche {
	max-width: 82px;
	font-size: 10px;
	line-height: 10px;
	color: #8e8e8e;
}
.bloc_liste .annonce_liste li.bloc_charger_annonces {
	padding: 44px 0;
	background: none;
	text-align: center;
}
.bloc_liste .annonce_liste .bouton_charger_annonces {
	padding: 2px 6px 3px 6px;
	background: #f1f1f1;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMWUxZTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(241,241,241,1) 0%, rgba(225,225,225,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241,241,241,1)), color-stop(100%,rgba(225,225,225,1)));
	background: -webkit-linear-gradient(top,  rgba(241,241,241,1) 0%,rgba(225,225,225,1) 100%);
	background: -o-linear-gradient(top,  rgba(241,241,241,1) 0%,rgba(225,225,225,1) 100%);
	background: -ms-linear-gradient(top,  rgba(241,241,241,1) 0%,rgba(225,225,225,1) 100%);
	background: linear-gradient(to bottom,  rgba(241,241,241,1) 0%,rgba(225,225,225,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#e1e1e1',GradientType=0 );
	border: 1px solid #c3c6c9;
	color: #3e3e3e;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 2px 0px 0px rgba(255, 255, 255, 0.58) inset,
						0 1px 1px 0 rgba(214,214,207,0.8);
	-moz-box-shadow: 0px 2px 0px 0px rgba(255, 255, 255, 0.58) inset,
						0 1px 1px 0 rgba(214,214,207,0.8);
	box-shadow: 0px 2px 0px 0px rgba(255, 255, 255, 0.58) inset,
						0 1px 1px 0 rgba(214,214,207,0.8);
}
.bloc_liste .annonce_liste .bouton_charger_annonces:hover {
	background: #75930b;
	color: #ffffff;
	border-color: #596a19;
	-webkit-box-shadow: 0 1px 3px 0 rgba(62,62,62,0.58) inset;
	-moz-box-shadow: 0 1px 3px 0 rgba(62,62,62,0.58) inset;
	box-shadow: 0 1px 3px 0 rgba(62,62,62,0.58) inset;
}
/*==============================
=          BLOC FICHE          =
==============================*/
.module_annonce.page_fiche {
	background: url('../img/annonce_blocfiltrer_border.png') repeat-x 0 top;
}
.page_fiche .bloc_annonce {
	display: none;
}
.bloc_fiche {
	margin-top: 88px;
	border-top: 1px dotted rgb(164,164,157);
	border-top: 1px dotted rgba(125,125,117,0.7);
}
.bloc_fiche .bouton_revenir_resultats {
	text-transform: uppercase;
	position: absolute;
	top: -52px;
}
.bloc_fiche .bouton_revenir_resultats a {
	text-decoration: none;	
}
.bloc_fiche .bloc_head {
	position: relative;
}
.bloc_fiche .bloc_head h2 {
	display: inline-block;
	margin: 20px 0 10px;
	font-size: 26px;
	font-weight: normal;
	line-height: 21px;
	float: left;
}
.bloc_fiche .bloc_head .icone_fav {
	display: inline-block;
	margin: 20px 0px 10px 10px;
	background: url('../img/annonce-favori.png') 0 0 transparent;
	width: 20px;
	height: 20px;
}
.bloc_fiche .annonce_publiee {
	margin-bottom: 22px;
	display: block;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	color: #8e8e8e;
	clear: both;
}
.bloc_fiche .annonce_proche {
	position: absolute;
	top: 33px;
	right: 0;
}
.bloc_fiche .annonce_proche span {
	margin: 0;
	display: inline-block;
	vertical-align: text-top;
	text-transform: uppercase;
}
.bloc_fiche .annonce_proche .icone_annonce_proche {
	margin-right: 5px;
	display: inline-block;
	background: url('../img/annonce-proche.png') no-repeat 0 0;
	width: 22px;
	height: 22px;
}
.bloc_fiche .annonce_proche .texte_annonce_proche {
	max-width: 82px;
	font-size: 10px;
	line-height: 10px;
	color: #8e8e8e;
}
.bloc_fiche .bloc_infos {
	display: inline-block;
	width: 100%;
	background: rgb(248,248,247);
	background: rgba(114,113,107,0.06);
	border: 1px solid #d6d6cf;
	-webkit-border-radius: 20px 20px 0 0;
	-moz-border-radius: 20px 20px 0 0;
	border-radius: 20px 20px 0 0;
}
.bloc_fiche .bloc_auteur {
	padding: 9px ;
	background: url('../img/annonce-auteur-gradient.png') no-repeat left top transparent;
	display: inline-block;
	vertical-align: top;
	float: right;
}
.bloc_fiche .bloc_auteur .contenu_a_droite {
	width: 320px;
	background: url('../img/annonce_blocregion_background.png') repeat 0 0;
	border: 1px solid #d6d6cf;
	-webkit-border-radius: 0 12px 0 0;
	-moz-border-radius: 0 12px 0 0;
	border-radius: 0 12px 0 0;
}
.bloc_fiche .bloc_auteur .bloc_coordonnees {
	padding: 15px 20px 16px;
}
.bloc_fiche .bloc_auteur .avatar_auteur,
.bloc_fiche .bloc_auteur .telephone_titre {
	display: none;
}
.bloc_fiche .bloc_auteur h3 {
	margin: 0;
	font-family: 'OswaldLight';
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	text-transform: uppercase;
}
.bloc_fiche .bloc_auteur h3:before {
	content: '';
	margin-right: 5px;
	display: inline-block;
	background: url('../img/annonce-coordonnees-icone.png') 0 0 transparent;
	vertical-align: -1px;
	width: 9px;
	height: 13px;
}
.bloc_fiche .bloc_auteur .nom_auteur {
	display: block;
	font-size: 22px;
	line-height: 28px;
	color: #f7b628;
}
.bloc_fiche .bloc_auteur .ville_auteur {
	font-size: 12px;
	line-height: 30px;
	color: #98bf0e;
	text-decoration: none;
}
.bloc_fiche .bloc_auteur .ville_auteur:before {
	content: '';
	margin-right: 5px;
	background: url('../img/annonce-liste-ville.png');
	display: inline-block;
	width: 8px;
	height: 16px;
	vertical-align: -3px;
}
.bloc_fiche .bloc_auteur .bloc_telephone {
	padding: 14px 20px 15px;
	display: inline-block;
	width: 100%;
	background: rgb(241,241,235);
	background: rgba(114,113,107,0.1);
	border-top: 1px dotted rgb(164,164,157);
	border-top: 1px dotted rgba(125,125,117,0.7);
	border-bottom: 1px dotted rgb(164,164,157);
	border-bottom: 1px dotted rgba(125,125,117,0.7);
}
.bloc_fiche .bloc_auteur .telephone_auteur {
	font-size: 18px;
	line-height: 28px;
	color: #3e3e3e;
}
.bloc_fiche .bloc_auteur .telephone_auteur:before {
	content: '';
	margin-right: 5px;
	display: inline-block;
	background: url('../img/annonce-telephone-icone.png') 0 0 transparent;
	width: 16px;
	height: 14px;
}
.bloc_fiche .bloc_auteur .bloc_contact_auteur {
	padding: 20px 0;
	text-align: center;
}
.bloc_fiche .bloc_auteur .bloc_contact_auteur .bouton {
	padding: 6px 14px;
	display: inline-block;
	background: #a1c90e;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNhMWM5MGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiM5OGJmMGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #a1c90e 51%, #98bf0e 51%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(51%,#a1c90e), color-stop(51%,#98bf0e));
	background: -webkit-linear-gradient(top,  #a1c90e 51%,#98bf0e 51%);
	background: -o-linear-gradient(top,  #a1c90e 51%,#98bf0e 51%);
	background: -ms-linear-gradient(top,  #a1c90e 51%,#98bf0e 51%);
	background: linear-gradient(to bottom,  #a1c90e 51%,#98bf0e 51%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1c90e', endColorstr='#98bf0e',GradientType=0 );
	border: 2px solid #73910b;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	line-height: 22px;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
	-webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.58) inset;
	-moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.58) inset;
	box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.58) inset;
}
.bloc_fiche .bloc_auteur .bloc_contact_auteur .bouton:after {
	content: '';
	margin-left: 8px;
	display: inline-block;
	vertical-align: 1px;
	border-top: 5px solid transparent;
	border-left: 5px solid;
	border-bottom: 5px solid transparent;
}
.bloc_fiche .bloc_miniatures {
	padding: 10px;
	margin: 10px;
	width: 330px;
	background: url('../img/annonce_blocregion_background.png') repeat 0 0;
	border: 1px solid #d6d6cf;
	-webkit-border-radius: 12px 0 0 0;
	   -moz-border-radius: 12px 0 0 0;
			border-radius: 12px 0 0 0;
	float: left;
}
.bloc_fiche .bloc_miniatures img {	
	width: 60px;
	height: 60px;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}
.bloc_fiche .bloc_miniatures a {
	display: inline-block;
	margin-right: 18px;
}
.bloc_fiche .bloc_image_annonce {
	margin-bottom: 10px;
	display: inline-block;
	width: 307px;
	height: 307px;
}
.bloc_fiche .bloc_image_annonce a {
	display: block;
	margin: 0;
}
.bloc_fiche .bloc_image_annonce img {
	display: block;
	width: 100%;
	height: 100%;
}
.bloc_fiche .bloc_publication {
	padding: 12px;
	margin-bottom: 8px;
	display: block;
	width: 100%;
	background-color: rgb(224,224,222);
	background-image: url('../img/annonce-publication-bkg.png');
	background-position: 0 top;
	background-repeat: no-repeat;
	border: 1px solid #d6d6cf;
	-webkit-border-radius: 0 0 20px 20px;
	-moz-border-radius: 0 0 20px 20px;
	border-radius: 0 0 20px 20px;
}
.bloc_fiche .bloc_publication .date_publication {
	display: block;
	text-align: right;
	font-family: 'OswaldLight';
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	text-transform: uppercase;
	color: #8e8e8e;
}
.bloc_fiche .bloc_publication .date_publication:before {
	content: '';
	margin-right: 8px;
	display: inline-block;
	vertical-align: -4px;
	background: url('../img/annonce-publication-icone.png') 0 0 transparent;
	width: 17px;
	height: 17px;
}
.bloc_fiche .bloc_description {
	border-bottom: 1px dotted rgb(164,164,157);
	border-bottom: 1px dotted rgba(125,125,117,0.7);
}
.bloc_fiche .bloc_description .categorie_annonce {
	display: none;
}
.bloc_fiche .bloc_description p {
	font-family: NunitoLight, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
}
.bloc_fiche .description_annonce,
.bloc_fiche .contacter_annonceur {
	margin: 16px 0 9px;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	line-height: 28px;
}
.bloc_fiche .description_annonce:before,
.bloc_fiche .contacter_annonceur:before {
	content: '';
	margin-right: 6px;
	display: inline-block;
	background: url('../img/annonce-fiche-description-icone.png') 0 0;
	width: 11px;
	height: 15px;
}
.bloc_fiche .bloc_contact .message_reussi {
	padding: 8px 0 0;
	display: block;
	font-size: 14px;
	color: #98BF0E;
}
.bloc_fiche .bloc_contact table {
	padding: 0;
	width: 340px;
	table-layout: fixed;
	border-spacing: 0;
	border-collapse: collapse;
}
.bloc_fiche .bloc_contact table td {
	padding: 0;
	margin: 0;
}
.bloc_fiche .bloc_contact table td.label_contact {
	display: none;
}
.bloc_fiche .bloc_contact input,
.bloc_fiche .bloc_contact textarea {
	width: 100%;
	margin-bottom: 10px;
}
.bloc_fiche .bloc_contact textarea {
	height: 145px;
}
.bloc_fiche .bloc_contact .captcha {
	display: inline-block;
	vertical-align: top;
}
.bloc_fiche .bloc_contact .captcha_zone {
	width: 40%;
	height: 37px;
	display: inline-block;
	vertical-align: top;
	background: #f7f7f7;
	border: 1px solid #e5e5e5;
}
.bloc_fiche .bloc_contact .captcha_input {
	width: 59%;
}
.bloc_fiche .bloc_contact .captcha_input + small {
	font-size: 12px;
	font-family: NunitoLight,Arial,Helvetica,sans-serif;
}
.bloc_fiche .bloc_contact .zone_bouton {
	padding: 10px 0 30px 0;
	display: block;
	width: 340px;
	text-align: right;
}
.bloc_fiche .bloc_contact .bouton {
	padding: 6px 14px;
	display: inline-block;
	background: #a1c90e;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNhMWM5MGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiM5OGJmMGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #a1c90e 51%, #98bf0e 51%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(51%,#a1c90e), color-stop(51%,#98bf0e));
	background: -webkit-linear-gradient(top,  #a1c90e 51%,#98bf0e 51%);
	background: -o-linear-gradient(top,  #a1c90e 51%,#98bf0e 51%);
	background: -ms-linear-gradient(top,  #a1c90e 51%,#98bf0e 51%);
	background: linear-gradient(to bottom,  #a1c90e 51%,#98bf0e 51%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1c90e', endColorstr='#98bf0e',GradientType=0 );
	border: 2px solid #73910b;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-family: OswaldRegular,Arial,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 22px;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
	-webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.58) inset;
	-moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.58) inset;
	box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.58) inset;
}
.bloc_fiche .bloc_contact .bouton:after {
	content: '';
	margin-left: 8px;
	display: inline-block;
	vertical-align: 1px;
	border-top: 5px solid transparent;
	border-left: 5px solid;
	border-bottom: 5px solid transparent;
}
/*==============================
=       COMMANDES STEP 1       =
==============================*/
.module_annonce.step1 .grande_colonne,
.module_annonce.step2 .grande_colonne {
	background: url('../img/annonce-step1-border.png') no-repeat 0 top transparent;
}
.module_annonce.step1 .commandes_titre .titre_page {
	padding: 6px 35px;
	margin: -5px 0 0 10px;
	background: url('../img/annonce-step1-title.png') no-repeat 0 0 transparent;
	width: 275px;
	height: 45px;
	font-size: 22px;
	font-weight: normal;
	line-height: 25px;
	font-style: italic;
	color: #ffffff;
}
.commandes_titre {
	padding: 0 0 20px 0;
}
.commandes_titre .numero_etape {
	padding: 0;
	margin: 0;
	display: block;
	width: 100%;
	font-family: 'OswaldRegular';
	font-weight: normal;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	text-align: right;
	color: #999999;d
}
.commandes_titre .numero_etape .numero_etape_couleur {
	font-weight: normal;
}
.commandes_titre p {
	margin: 18px 0 0;
	font-family: 'NunitoLight',Arial,Helvetica,sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
}
.bloc_etapes {
	padding-bottom: 20px;
	border-top: 1px dotted rgb(164,164,157);
	border-top: 1px dotted rgba(125,125,117,0.7);	
}
.ligne_titre {
	padding: 20px 0;
	display: block;
	width: 100%;
}
.ligne_titre .bloc_categorie {
	padding: 6px 12px 6px 16px;
	margin-left: -1px;
	display: inline-block;
	vertical-align: middle;
	background: url('../img/annonce-step1-categorie.png') repeat-x 0 0;
	height: 39px;
	position: relative;
}
.ligne_titre .bloc_categorie .numero_categorie {
	margin-right: 6px;
}
.ligne_titre .bloc_categorie .numero_categorie,
.ligne_titre .bloc_categorie .nom_categorie {
	font-size: 22px;
	font-weight: normal;
	line-height: 25px;
	font-style: italic;
	color: #ffffff;
}
.ligne_titre .bloc_categorie:after {
	content: '';
	background: url('../img/annonce-step1-categorie-after.png') no-repeat 0 0;
	width: 21px;
	height: 39px;
	position: absolute;
	top: 0;
	right: -21px;
}
.ligne_titre .sous_titre_categorie {
	padding-left: 31px;	
	display: inline-block;
	vertical-align: middle;
	font-size: 11px;
	line-height: 12px;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	color: #999999;
}
.step2 .ligne_titre .sous_titre_categorie {
	max-width: 310px;
}
.ligne_titre .sous_titre_categorie strong {
	margin-top: 4px;
	display: block;
	font-weight: normal;
	color: #f7b628;
}
.ligne_titre .validation_etape {
	float: right;
	font-size: 12px;
	text-transform: uppercase;
	color: #999999;
}
.ligne_titre .validation_etape:before {
	content: '';
	margin: -6px auto 6px;
	display: block;
	width: 32px;
	height: 24px;
	background: url('../img/validationXL.png') 0 0 transparent;
}
.ligne_titre .validation_etape.validee {
	color: #98bf0e;
}
.ligne_titre .validation_etape.validee:before {
	background: url('../img/validationXL.png') -32px 0 transparent;
}
.bloc_etapes .description_categorie {
	margin-bottom: 3px;
	display: inline-block;
	font-family: NunitoLight, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
}
.step2 .bloc_etapes .description_categorie {
	display: none;
}

.etape1_categorie_form:before,
.etape1_categorie_form:after,
.zone_departement:before,
.zone_departement:after {
	content: "";
	display: table;
}
.etape1_categorie_form:after,
.zone_departement:after {
	clear: both;
}

.bloc_etapes input,
.bloc_etapes select,
.bloc_etapes textarea {
	width: 340px;
}
.bloc_etapes input[type="checkbox"] {
	cursor: pointer;
}
.bloc_etapes input[type="checkbox"] + label {
	cursor: pointer;
}
.bloc_etapes input[type="checkbox"]:not(:checked),
.bloc_etapes input[type="checkbox"]:checked {
	display: none;
}
.bloc_etapes input[type="checkbox"]:not(:checked) + label {
	background: url('../img/annonce-checkbox.png') no-repeat left center;
}
.bloc_etapes input[type="checkbox"]:checked + label {
	background: url('../img/annonce-checkbox-checked.png') no-repeat left center;
}
.bloc_etapes input[type="checkbox"] + label {
	padding: 3px 0 3px 25px;
	font-family: NunitoBold, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	line-height: 21px;
	color: #666663;
}
.bloc_etapes input[type="checkbox"] + label strong {
	font-weight: normal;
}
.bloc_etapes .icone_info {
	content: '';
	margin-right: 5px;
	background: url('../img/infobulle.png') 0 0 transparent;
	width: 14px;
	height: 14px;
	display: inline-block;
	vertical-align: -3px;
}
.bloc_etapes .etape2_categorie_form input {
	margin-bottom: 10px;
}
.bloc_etapes .etape2_categorie_form textarea {
	margin: 0 0 10px;
	display: block;
	height: 190px;	
}
.bloc_etapes .etape2_categorie_form .ligne_caracteres {
	padding-top: 18px;
	position: relative;
}
.bloc_etapes .etape2_categorie_form .caracteres_gratuits {
	margin-bottom: 20px;
	display: inline-block;
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	color: #999999;
}
.bloc_etapes .etape2_categorie_form .caracteres_utilises {
	position: absolute;
	top: 0;
	right: 350px;
	font-family: NunitoLight, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
}
.bloc_etapes .etape2_categorie_form .caracteres_utilises:after {
	content: '';
	margin-left: 4px;
	display: inline-block;
	vertical-align: -3px;
	background: url('../img/annonce-caracteres-utilises.png') 0 0;
	width: 15px;
	height: 15px;
}
.bloc_etapes .optionnel {
	display: inline-block;
	margin-left: 6px;
	vertical-align: 7px;
	font-family: NunitoBold,Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: 16px;
	color: #666663;
}
.zone_departement .ajouter_departement {
	padding: 6px 21px 5px 28px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: top;
	background: rgb(76,140,139);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiM0YzhjOGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiMzNzdmOGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(76,140,139,1) 51%, rgba(55,127,142,1) 51%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(51%,rgba(76,140,139,1)), color-stop(51%,rgba(55,127,142,1)));
	background: -webkit-linear-gradient(top,  rgba(76,140,139,1) 51%,rgba(55,127,142,1) 51%);
	background: -o-linear-gradient(top,  rgba(76,140,139,1) 51%,rgba(55,127,142,1) 51%);
	background: -ms-linear-gradient(top,  rgba(76,140,139,1) 51%,rgba(55,127,142,1) 51%);
	background: linear-gradient(to bottom,  rgba(76,140,139,1) 51%,rgba(55,127,142,1) 51%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c8c8b', endColorstr='#377f8e',GradientType=0 );
	border: 2px solid #306e7b;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	line-height: 22px;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
	-webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.58) inset;
	-moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.58) inset;
	box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.58) inset;
	cursor: pointer;
}
.zone_departement .ajouter_departement:after {
	content: '';
	margin-left: 8px;
	display: inline-block;
	vertical-align: 1px;
	border-top: 5px solid transparent;
	border-left: 5px solid;
	border-bottom: 5px solid transparent;
}
.zone_departement .ajouter_departement img {
	display: none;
}
.zone_departement .departement {
	padding: 8px 0 0;
	margin: 0;
	list-style: none;
	clear: both;
}
.zone_departement .departement li {
	margin: 0 35px 8px 0;
	display: inline-block;
	letter-spacing: 0.65px;
}
.zone_departement .departement .xmselect-del {
	margin-right: 8px;
	display: inline-block;
	vertical-align: -3px;
	background: url('../img/annonce-suppression-departement.png');	
	width: 18px;
	height: 18px;
	cursor: pointer;
}
.bloc_upload_photo {
	padding-top: 12px;
	position: relative;
}
.bloc_upload_photo .cout_photo {
	position: absolute;
	bottom: 0;
	right: 0;
	font-family: NunitoLight, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #999999;
}
.bloc_upload_photo #nvl_emplacement {
	display: none;
}
.bloc_upload_photo .emplacement {
	margin: 0 10px 20px 0;
	display: inline-block;
	background: url('../img/annonce-avatar.png') 0 0;
	width: 154px;
	height: 154px;
	vertical-align: top;
}
.bloc_upload_photo .emplacement:last-of-type {
	margin-right: 0;
}
.bloc_upload_photo .photo_uploadee {
	margin: 4px;
	padding: 5px;
	width: 145px;
	height: 145px;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
	position: relative;
	display: none;
}
.bloc_upload_photo .photo_uploadee img {
	max-width: 100%;
	height: auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.bloc_upload_photo .photo_uploadee .pastille_validation {
	padding: 11px 8px;
	margin-left: -20px;
	position: absolute;
	left: 50%;
	bottom: -16px;
	width: 40px;
	height: 40px;
	background-color: #98bf0e;
	background-image: url('../img/annonce-validation-photo.png');
	background-repeat: no-repeat;
	background-position: center center;
	border: 2px solid #ffffff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.35);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.35);
	box-shadow: 0 0 4px rgba(0,0,0,0.35);
	text-align: center;
	font-size: 0;	
}
.bloc_upload_photo .photo_uploadee .texte_validation {
	display: none;
}
.bloc_upload_photo .photo_uploadee .pastille_suppression {
	padding: 0;
	display: inline-block;
	position: absolute;
	top: -6px;
	right: -6px;
	width: 24px;
	height: 24px;
	background-color: rgb(81,81,81);
	background-color: rgba(81,81,81,0.8);
	background-image: url('../img/annonce-suppression-photo.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 10px;
	border: 2px solid #ffffff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.35);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.35);
	box-shadow: 0 0 4px rgba(0,0,0,0.35);	
	font-size: 0;
	cursor: pointer;
}
.bloc_upload_photo .emplacement_upload {
	padding: 22px 20px;
	width: 154px;
	height: 154px;
}
.bloc_upload_photo .emplacement_upload .numero_emplacement{
	margin: 10px auto 11px;
	display: block;
	width: 55px;
	height: 55px;
	border: 2px solid rgb(223,223,223);
	border: 2px solid rgba(197,197,197,0.5);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-size: 32px;
	line-height: 52px;
	text-align: center;
	color: rgb(223,223,223);
	color: rgba(197,197,197,0.5);
}
.bloc_upload_photo .emplacement_upload .upload {
	display: block;
	position: relative;
	text-align: center;
}
.bloc_upload_photo .emplacement_upload .upload a{
	display: inline-block;
	font-size: 12px;
	line-height: 17px;
	text-transform: uppercase;
}
.bloc_upload_photo .emplacement_upload .upload input[type='file'] {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
	cursor: pointer;
}
.bloc_upload_photo .emplacement_vide {
	padding: 52px 53px;
} 
.bloc_upload_photo .emplacement_vide .ajouter_emplacement {
	cursor: pointer;
}
.bloc_etapes .etape4_categorie_form input {
	margin: 0 10px 10px 0;
}
.bloc_etapes .etape4_categorie_form .commandes_newsletter {
	display: block;
}
.bloc_etapes .lutte_spam {
	display: inline-block;
	vertical-align: -3px;
	max-width: 300px;
	font-size: 11px;
	line-height: 12px;
	letter-spacing: 0.55px;
	text-transform: uppercase;
	color: #999999;
}
.bloc_etapes #newsletter + label {
	display: block;
}
.bloc_etapes .zone_bouton {
	padding: 20px 0 0 0;
	display: block;
	width: 100%;
	text-align: right;
}
.bloc_etapes .zone_bouton .bouton {
	padding: 5px 18px 6px 19px;
	margin-left: 20px;
	display: inline-block;
	background: #a1c90e;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNhMWM5MGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiM5OGJmMGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #a1c90e 51%, #98bf0e 51%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(51%,#a1c90e), color-stop(51%,#98bf0e));
	background: -webkit-linear-gradient(top,  #a1c90e 51%,#98bf0e 51%);
	background: -o-linear-gradient(top,  #a1c90e 51%,#98bf0e 51%);
	background: -ms-linear-gradient(top,  #a1c90e 51%,#98bf0e 51%);
	background: linear-gradient(to bottom,  #a1c90e 51%,#98bf0e 51%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1c90e', endColorstr='#98bf0e',GradientType=0 );
	border: 2px solid #73910b;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-family: OswaldRegular,Arial,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 22px;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
	-webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.58) inset;
	-moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.58) inset;
	box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.58) inset;
}
.bloc_etapes .zone_bouton .bouton:after {
	content: '';
	margin-left: 8px;
	display: inline-block;
	vertical-align: 1px;
	border-top: 5px solid transparent;
	border-left: 5px solid;
	border-bottom: 5px solid transparent;
}
/*==============================
=       COMMANDES STEP 2       =
==============================*/
.module_annonce.step1 .grande_colonne,
.module_annonce.step2 .grande_colonne {
	background: url('../img/annonce-step1-border.png') no-repeat 0 top transparent;
}
.module_annonce.step2 .commandes_titre .titre_page {
	padding: 6px 35px;
	margin: -5px 0 0 10px;
	background: url('../img/annonce-step2-title.png') no-repeat 0 0 transparent;
	width: 345px;
	height: 45px;
	font-size: 22px;
	font-weight: normal;
	line-height: 25px;
	font-style: italic;
	color: #ffffff;
}
.bloc_commandes .hide {
	padding: 4px 0;
	display: none;
}
.bloc_commandes .valid_modif {
	padding: 5px 19px 4px;
	display: inline-block;
	vertical-align: top;
	background: #a1c90e;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNhMWM5MGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiM5OGJmMGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #a1c90e 51%, #98bf0e 51%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(51%,#a1c90e), color-stop(51%,#98bf0e));
	background: -webkit-linear-gradient(top,  #a1c90e 51%,#98bf0e 51%);
	background: -o-linear-gradient(top,  #a1c90e 51%,#98bf0e 51%);
	background: -ms-linear-gradient(top,  #a1c90e 51%,#98bf0e 51%);
	background: linear-gradient(to bottom,  #a1c90e 51%,#98bf0e 51%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1c90e', endColorstr='#98bf0e',GradientType=0 );
	border: 2px solid #73910b;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-family: OswaldRegular,Arial,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
	-webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.58) inset;
	-moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.58) inset;
	box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.58) inset;
}
.bloc_commandes .bloc_head {
	position: relative;
}
.bloc_commandes .bloc_head .bouton_revenir_resultats {
	padding: 33px 0 32px;
	float: left;
	width: 100%;
	border-top: 1px dotted rgb(164,164,157);
	border-top: 1px dotted rgba(125,125,117,0.7);
	border-bottom: 1px dotted rgb(164,164,157);
	border-bottom: 1px dotted rgba(125,125,117,0.7);
}
.bloc_commandes .bloc_head .bouton_revenir_resultats .icone_apercu {
	display: none;
}
.bloc_commandes .bloc_head .bouton_revenir_resultats .apercu_annonce {
	display: block;
	margin-left: 47px;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	color: #999999;
}
.bloc_commandes .bloc_head .revenir_resultats {
	padding: 12px 14px 11px;
	margin: 21px 10px 0 -100%;
	display: inline-block;
	background: rgb(76,140,139);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiM0YzhjOGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiMzNzdmOGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(76,140,139,1) 51%, rgba(55,127,142,1) 51%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(51%,rgba(76,140,139,1)), color-stop(51%,rgba(55,127,142,1)));
	background: -webkit-linear-gradient(top,  rgba(76,140,139,1) 51%,rgba(55,127,142,1) 51%);
	background: -o-linear-gradient(top,  rgba(76,140,139,1) 51%,rgba(55,127,142,1) 51%);
	background: -ms-linear-gradient(top,  rgba(76,140,139,1) 51%,rgba(55,127,142,1) 51%);
	background: linear-gradient(to bottom,  rgba(76,140,139,1) 51%,rgba(55,127,142,1) 51%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c8c8b', endColorstr='#377f8e',GradientType=0 );
	border: 2px solid #306e7b;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	line-height: 22px;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
	-webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.58) inset;
	-moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.58) inset;
	box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.58) inset;
	float: left;
}
.bloc_commandes .bloc_head .revenir_resultats:before {
	content: '';
	display: inline-block;
	vertical-align: 1px;
	border-top: 5px solid transparent;
	border-right: 5px solid;
	border-bottom: 5px solid transparent;
}
.bloc_commandes .bloc_head .icone_fav {
	display: inline-block;
	vertical-align: 1px;
	margin: 20px 0 0 10px;
	background: url('../img/annonce-favori.png') 0 0 transparent;
	width: 20px;
	height: 20px;
}
.bloc_commandes .bloc_head h2 {
	float: left;
	display: inline-block;
	margin: 20px 0 8px;
	font-size: 26px;
	font-weight: normal;
	line-height: 21px;
	position: relative;
}
.bloc_commandes .annonce_publiee {
	margin-bottom: 22px;
	display: block;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	color: #8e8e8e;
	clear: both;
}
.bloc_commandes .annonce_proche {
	position: absolute;
	top: 112px;
	right: 0;
}
.bloc_commandes .annonce_proche span {
	margin: 0;
	display: inline-block;
	vertical-align: text-top;
	text-transform: uppercase;
}
.bloc_commandes .annonce_proche .icone_annonce_proche {
	margin-right: 5px;
	display: inline-block;
	background: url('../img/annonce-proche.png') no-repeat 0 0;
	width: 22px;
	height: 22px;
}
.bloc_commandes .annonce_proche .texte_annonce_proche {
	max-width: 82px;
	font-size: 10px;
	line-height: 10px;
	color: #8e8e8e;
}
.bloc_commandes .lien_modifier {
	font-family: 'OswaldRegular', sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	text-transform: lowercase;
}
.bloc_commandes h2 .lien_modifier{
	margin-left: 40px; 
	position: absolute;
	top: -4px;
}
.bloc_commandes h3 .lien_modifier {
	margin-left: 10px;
}
.bloc_commandes h3.description_annonce .lien_modifier {
	margin-left: 0;
	position: absolute;
	bottom: 4px;
	right: 0;
}
.bloc_commandes .bloc_infos {
	display: inline-block;
	width: 100%;
	background: rgb(248,248,247);
	background: rgba(114,113,107,0.06);
	border: 1px solid #d6d6cf;
	-webkit-border-radius: 20px 20px 0 0;
	-moz-border-radius: 20px 20px 0 0;
	border-radius: 20px 20px 0 0;
}
.bloc_commandes .bloc_image_annonce {
	margin: 10px;
	width: 330px;
	height: 330px;
	display: inline-block;
	float: left;
}
.bloc_commandes .bloc_auteur {
	padding: 9px ;
	background: url('../img/annonce-auteur-gradient.png') no-repeat left top transparent;
	display: inline-block;
	vertical-align: top;
	float: right;
}
.bloc_commandes .bloc_auteur .contenu_a_droite {
	width: 320px;
	background: url('../img/annonce_blocregion_background.png') repeat 0 0;
	border: 1px solid #d6d6cf;
	-webkit-border-radius: 0 12px 0 0;
	-moz-border-radius: 0 12px 0 0;
	border-radius: 0 12px 0 0;
}
.bloc_commandes .bloc_auteur .bloc_coordonnees {
	padding: 15px 20px 16px;
}
.bloc_commandes .bloc_auteur .modif_coordonnees {
	padding: 0 20px;
}
.bloc_commandes .bloc_auteur .modif_coordonnees input {
	margin-bottom: 8px;
	width: 100%;
}
.bloc_commandes .bloc_auteur .avatar_auteur,
.bloc_commandes .bloc_auteur .telephone_titre {
	display: none;
}
.bloc_commandes .bloc_auteur h3 {
	margin: 0;
	font-family: 'OswaldLight';
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	text-transform: uppercase;
}
.bloc_commandes .bloc_auteur h3:before {
	content: '';
	margin-right: 5px;
	display: inline-block;
	background: url('../img/annonce-coordonnees-icone.png') 0 0 transparent;
	vertical-align: -1px;
	width: 9px;
	height: 13px;
}
.bloc_commandes .bloc_auteur .nom_auteur {
	display: block;
	font-size: 22px;
	line-height: 28px;
	color: #f7b628;
}
.bloc_commandes .bloc_auteur .ville_auteur {
	font-size: 12px;
	line-height: 30px;
	color: #98bf0e;
	text-decoration: none;
}
.bloc_commandes .bloc_auteur .ville_auteur:before {
	content: '';
	margin-right: 5px;
	background: url('../img/annonce-liste-ville.png');
	display: inline-block;
	width: 8px;
	height: 16px;
	vertical-align: -3px;
}
.bloc_commandes .bloc_auteur .bloc_telephone {
	padding: 14px 20px 15px;
	display: inline-block;
	width: 100%;
	background: rgb(241,241,235);
	background: rgba(114,113,107,0.1);
	border-top: 1px dotted rgb(164,164,157);
	border-top: 1px dotted rgba(125,125,117,0.7);
	border-bottom: 1px dotted rgb(164,164,157);
	border-bottom: 1px dotted rgba(125,125,117,0.7);
}
.bloc_commandes .bloc_auteur .telephone_auteur {
	font-size: 18px;
	line-height: 28px;
	color: #3e3e3e;
}
.bloc_commandes .bloc_auteur .telephone_auteur:before {
	content: '';
	margin-right: 5px;
	display: inline-block;
	background: url('../img/annonce-telephone-icone.png') 0 0 transparent;
	width: 16px;
	height: 14px;
}
.bloc_commandes .bloc_auteur .bloc_contact_auteur {
	padding: 20px 0;
	text-align: center;
}
.bloc_commandes .bloc_auteur .bloc_contact_auteur .bouton {
	padding: 6px 14px;
	display: inline-block;
	background: #a1c90e;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNhMWM5MGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiM5OGJmMGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #a1c90e 51%, #98bf0e 51%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(51%,#a1c90e), color-stop(51%,#98bf0e));
	background: -webkit-linear-gradient(top,  #a1c90e 51%,#98bf0e 51%);
	background: -o-linear-gradient(top,  #a1c90e 51%,#98bf0e 51%);
	background: -ms-linear-gradient(top,  #a1c90e 51%,#98bf0e 51%);
	background: linear-gradient(to bottom,  #a1c90e 51%,#98bf0e 51%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1c90e', endColorstr='#98bf0e',GradientType=0 );
	border: 2px solid #73910b;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	line-height: 22px;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
	-webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.58) inset;
	-moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.58) inset;
	box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.58) inset;
}
.bloc_commandes .bloc_auteur .bloc_contact_auteur .bouton:after {
	content: '';
	margin-left: 8px;
	display: inline-block;
	vertical-align: 1px;
	border-top: 5px solid transparent;
	border-left: 5px solid;
	border-bottom: 5px solid transparent;
}
.bloc_commandes .bloc_miniatures {
	padding: 10px;
	margin: 10px 10px 0;
	width: 330px;
	background: url('../img/annonce_blocregion_background.png') repeat 0 0;
	border: 1px solid #d6d6cf;
	-webkit-border-radius: 12px 0 0 0;
	   -moz-border-radius: 12px 0 0 0;
			border-radius: 12px 0 0 0;
}
.bloc_commandes .bloc_miniatures .emplacement {	
	margin-right: 18px;
	display: inline-block;
	vertical-align: top;
	width: 60px;
	height: 60px;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}
.bloc_commandes .bloc_miniatures .emplacement:last-of-type {
	margin-right: 0;
}
.bloc_commandes .bloc_miniatures .zone_upload,
.bloc_commandes .bloc_miniatures .photo_uploadee {
	display: block;
	width: 60px;
	height: 60px;
}
.bloc_commandes .bloc_miniatures .photo_uploadee {
	position: relative;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}
.bloc_commandes .bloc_miniatures .texte_validation {
	display: none;
}
.bloc_commandes .bloc_miniatures .photo_uploadee .pastille_suppression {
	padding: 0;
	display: inline-block;
	position: absolute;
	top: -6px;
	right: -11px;
	width: 24px;
	height: 24px;
	background-color: rgb(81,81,81);
	background-color: rgba(81,81,81,0.8);
	background-image: url('../img/annonce-suppression-photo.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 10px;
	border: 2px solid #ffffff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.35);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.35);
	box-shadow: 0 0 4px rgba(0,0,0,0.35);	
	font-size: 0;
	cursor: pointer;
}
.bloc_commandes .bloc_miniatures .zone_upload,
.bloc_commandes .bloc_miniatures .ajouter_emplacement {
	padding: 17px;
	display: block;
	background: rgb(254,254,251);
	background: rgba(255,255,255,0.5);
	border: 1px solid rgb(233,233,230);
	border: 1px solid rgba(217,217,217,0.5);
}
.bloc_commandes .bloc_miniatures .zone_upload {
	padding: 0;
	text-align: center;
}
.bloc_commandes .bloc_miniatures .zone_upload .numero_emplacement {
	margin: 5px auto 3px;
	display: block;
	width: 25px;
	height: 25px;
	border: 2px solid rgba(197, 197, 197, 0.5);
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	font-size: 16px;
	line-height: 21px;
	color: rgba(197, 197, 197, 0.5);
}
.bloc_commandes .bloc_miniatures .zone_upload .file-area {
	display: none;
}
.bloc_commandes .bloc_miniatures .zone_upload a {
	display: block;
	font-size: 8px;
	line-height: 11px;
	text-transform: uppercase;
}
.bloc_commandes .bloc_miniatures .ajouter_emplacement img {
	width: 23px;
	height: 23px;
}
.bloc_commandes .bloc_publication {
	padding: 12px;
	margin-bottom: 8px;
	display: block;
	width: 100%;
	background-color: rgb(224,224,222);
	background-image: url('../img/annonce-publication-bkg.png');
	background-position: 0 top;
	background-repeat: no-repeat;
	border: 1px solid #d6d6cf;
	-webkit-border-radius: 0 0 20px 20px;
	-moz-border-radius: 0 0 20px 20px;
	border-radius: 0 0 20px 20px;
}
.bloc_commandes .bloc_publication .date_publication {
	display: block;
	text-align: right;
	font-family: 'OswaldLight';
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	text-transform: uppercase;
	color: #8e8e8e;
}
.bloc_commandes .bloc_publication .date_publication:before {
	content: '';
	margin-right: 8px;
	display: inline-block;
	vertical-align: -4px;
	background: url('../img/annonce-publication-icone.png') 0 0 transparent;
	width: 17px;
	height: 17px;
}
.bloc_commandes .bloc_description .categorie_annonce {
	display: none;
}
.bloc_commandes .bloc_description p {
	font-family: NunitoLight, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
}
.bloc_commandes .description_annonce {
	margin: 16px 0 9px;
	display: block;
	font-size: 16px;
	font-weight: normal;
	line-height: 28px;
	position: relative;
}
.bloc_commandes .description_annonce:before {
	content: '';
	margin-right: 6px;
	display: inline-block;
	background: url('../img/annonce-fiche-description-icone.png') 0 0;
	width: 11px;
	height: 15px;
}
.bloc_commandes .options_publication {
	margin-top: 23px;
	display: block;
	font-size: 20px;
	line-height: 21px;
	text-transform: uppercase;
}
.bloc_commandes .ligne_prix {
	padding: 6px 0 7px;
	display: block;
	width: 100%;
	clear: both;
}
.bloc_commandes .ligne_prix .ligne_options {
	display: block;
	margin-bottom: 8px;
}
.bloc_commandes .tar {
	float: right;
}
.bloc_commandes .label_prix {
	margin-top: 1px;
	display: inline-block;
	vertical-align: top;
	font-family: 'OswaldBold', sans-serif;
	font-size: 16px;
	color: #999999;
}
.bloc_commandes .label_prix small {
	margin-right: 4px;
}
.bloc_commandes .label_prix.check,
.bloc_commandes .label_prix.gratuit {
	color: #98bf0e;
	text-transform: uppercase;
}
.module_annonce .infobulle {
	margin-left: 12px;
	display: inline-block;
	vertical-align: -4px;
	position: relative;
	cursor: pointer;
}
.module_annonce .ligne_titre .infobulle {
	margin: 0 12px 0 -27px;
}
.module_annonce .infobulle .infobulle_content {
	padding: 10px;
	display: inline-block;
	width: 460px;
	background: rgba(0,0,0,0.6);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	position: absolute;
	top: 23px;
	left: -16px;
	color: #ffffff;
	z-index: 10;
	display: none;
}
.module_annonce .infobulle .infobulle_content:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 5px 6px;
	border-color: transparent transparent rgba(0,0,0,0.6);
	position: absolute;
	top: -5px;
	left: 17px;
}
.module_annonce .infobulle:hover .infobulle_content {
	display: inline-block;
}
.module_annonce .infobulle .image_infobulle,
.module_annonce .infobulle .infobulle_texte {
	display: inline-block;
	vertical-align: middle;
}
.module_annonce .infobulle .infobulle_texte {
	max-width: 73%;
}
.module_annonce .infobulle .infobulle_titre {
	margin-bottom: 17px;
	display: block;
	font-family: 'OswaldBold', sans-serif;
	font-size: 22px;
	font-weight: normal;
}
.module_annonce .infobulle .infobulle_desc {
	font-family: NunitoRegular,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
}
.bloc_commandes .reduction {
	color: #98bf0e;
}
.bloc_commandes .mois_duree_publication {
	padding: 0;
	display: block;
	width: 100%;
}
.bloc_commandes .mois_duree_publication .publication_titre {
	margin: 11px 0 10px;
	font-size: 16px;
	font-weight: normal;	
	line-height: 21px;
	text-transform: uppercase;
	color: #9f9f9e;
}
.bloc_commandes .mois_duree_publication .publication_titre:before {
	content: '';
	margin: 0 10px 0 2px;
	background: url('../img/annonce-publication-titre.png') no-repeat 0 0;
	display: inline-block;
	vertical-align: -3px;
	width: 14px;
	height: 20px;
}
.bloc_commandes .mois_duree_publication .mois_publication {
	margin-bottom: 10px;
	display: inline-block;
	width: 340px;
}
.bloc_commandes .mois_duree_publication .duree_publication {
	float: right;
}
.bloc_commandes .mois_duree_publication .places_disponibles .icone_info {
	vertical-align: -1px;
}
.bloc_commandes .mois_duree_publication .places_disponibles .info {
	font-size: 11px;
	line-height: 12px;
	letter-spacing: 0.55px;
	text-transform: uppercase;
	color: #999999;
}
.bloc_commandes .zone-options:before,
.bloc_commandes .zone-options:after {
    content: " ";
    display: table;
}
.bloc_commandes .zone-options:after {
    clear: both;
}
.bloc_commandes .zone-options {
    *zoom: 1;
}
.bloc_commandes .options_vues {
	padding: 20px 0;
}
.bloc_commandes .options_vues .options {
	padding: 10px;
	display: inline-block;
	vertical-align: top;
	width: 340px;
	background-color: rgba(114, 113, 107, 0.06);
	border: 1px solid #D6D6CF;
	-webkit-border-radius: 20px;
	        border-radius: 20px;
}
.bloc_commandes .options_vues .options:last-child {
	float: right;
}
.bloc_commandes .options_vues .cadre_option {
	background: url("../img/annonce_blocregion_background.png") repeat scroll 0px 0px transparent;
	border: 1px solid #D6D6CF;
	-webkit-border-radius: 10px 10px 0 0;
	        border-radius: 10px 10px 0 0;
	position: relative;
}
.bloc_commandes .options_vues .zone_checkbox {
	padding: 71px 10px;
	display: inline-block;
	vertical-align: top;
	border-right: 1px solid #D6D6CF;
}
.bloc_commandes .options_vues .zone_checkbox input[type="checkbox"] + label {
	padding: 0;
	margin: 0;
	display: inline-block;
	width: 18px;
	height: 18px;
	font-size: 0;
}
.bloc_commandes .options_vues .zone_encart {
	padding: 14px 0px 10px 14px;
	display: inline-block;
	vertical-align: top;
	max-width: 86%;
	background-repeat: no-repeat;
	background-position: top right;
}
.bloc_commandes .options_vues .zone_encart.mise_en_avant {
	background-image: url('../img/annonce-option-mavant.png');
}
.bloc_commandes .options_vues .zone_encart.tete_de_liste {
	background-image: url('../img/annonce-option-tliste.png');
}
.bloc_commandes .options_vues .option_texte {
	max-width: 68%;
}
.bloc_commandes .options_vues .option_categorie {
	margin-bottom: 4px;
	display: block;
	text-transform: uppercase;
	font-size: 10px;
	color: #999;
}
.bloc_commandes .options_vues .option_titre {
	margin-bottom: 4px;
	display: block;
	font-size: 28px;
	line-height: 28px;
	text-transform: uppercase;
}
.bloc_commandes .options_vues .option_titre strong {
	display: block;
}
.bloc_commandes .options_vues .option_description {
	display: block;
	font-family: NunitoLight,Arial,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 20px;
}
.bloc_commandes .options_vues .encart_tarif {
	position: absolute;
	top: 10px;
	right: 14px;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
}
.bloc_commandes .options_vues .encart_tarif .nbr_tarif {
	display: block;
	font-size: 26px;
	font-weight: bold;
}
.bloc_commandes .options_vues .icone_info {
	display: inline-block;
	vertical-align: -4px;
}
.bloc_commandes .options_vues .info {
	display: inline-block;
	vertical-align: middle;
	font-size: 11px;
	text-transform: uppercase;
	color: #999;
}
.bloc_commandes .prix_final {
	/*margin-top: -64px;*/
	display: block;
	text-align: right;
	float: right;
}
.bloc_commandes .prix_final .total_ttc {
	display: block;
	font-family: 'OswaldBold', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #3e3e3e;
}
.bloc_commandes .prix_final .total_ttc:after {
	content: '*';
}
.bloc_commandes .prix_final .label_prix {
	display: block;
	font-family: 'OswaldBold', sans-serif;
	font-size: 36px;
	color: #98bf0e;
}
.bloc_commandes .prix_final .reduction_final {
	display: block;
	font-size: 11px;
	line-height: 12px;
	letter-spacing: 0.55px;
	text-transform: uppercase;
	color: #999999;
}
/*==============================
=      ANNONCES SIMILAIRES     =
==============================*/
.bloc_annonces_similaires {
	width: 100%;
	background: url('../img/annonce-similaires-border.png') repeat-x 0 top;
}
.bloc_annonces_similaires h2 {
	padding: 22px 0 19px;
	margin: 0;
	display: block;
	width: 100%;
	font-size: 20px;
	font-weight: normal;
	line-height: 21px;
	color: #3e3e3e;
	text-align: center;
}
.bloc_annonces_similaires h2:before,
.bloc_annonces_similaires h2:after {
	content:'\1427';
	display: inline-block;
	vertical-align: -10px;
	font-size: 49px;
	color: #d0cdc2;
}
.bloc_annonces_similaires h2:before {
	margin-right: 10px;
}
.bloc_annonces_similaires h2:after {
	margin-left: 10px;
}
.bloc_annonces_similaires .liste_annonces_similaires {
	padding: 0;
	margin: 0;
	list-style: none;
}
.bloc_annonces_similaires .liste_annonces_similaires li {
	padding: 78px 42px 0 42px;
	display: inline-block;
	margin-left: -4px;
	margin-bottom: 12px;
	background: url('../img/annonce_similaires_bkg.png') no-repeat 0 0;
	width: 344px;
	height: 207px;
	vertical-align: top;
	position: relative;
}
.bloc_annonces_similaires .liste_annonces_similaires li:nth-child(2n+0) {
	float: right;
}
.bloc_annonces_similaires .liste_annonces_similaires li:nth-child(2n+1) {
	clear: right;
}
.bloc_annonces_similaires .liste_annonce_avatar {
	display: none;
}
.bloc_annonces_similaires .liste_annonce_texte a {
	text-decoration: none;
}
.bloc_annonces_similaires .liste_annonce_texte a h3 {
	margin: 0;
	font-size: 18px;
	font-weight: normal;
	color: #3e3e3e;
}
.bloc_annonces_similaires span {
	position: absolute;
	top: 12px;
	left: 14px;
	font-size: 14px;
	font-family: 'OswaldBold', sans-serif;
	line-height: 17px;
	text-transform: uppercase;
	color: #ffffff;
}
.bloc_annonces_similaires .liste_annonce_ville {
	display: none;
}
.bloc_annonces_similaires a.liste_annonce_detail {
	display: block;
	font-size: 10px;
	line-height: 17px;
	letter-spacing: 0.2px;
	text-decoration: underline;
	text-transform: uppercase;
	position: absolute;
	top: 151px;
	right: 66px;
}
/*==============================
=           WIDGETS            =
==============================*/
.widget_annonces_une {
	margin-top: -65px;
}
.widget_annonces_titre {
	margin: 17px 0;
	display: block;
	width: 100%;
	font-size: 20px;
	font-weight: normal;
	line-height: 21px;
	color: #3e3e3e;
	text-align: center;
}
.widget_annonces_titre strong {
	font-weight: normal;
}
.widget_annonces_titre {
	margin: 17px 0;
	display: block;
	width: 100%;
	font-size: 20px;
	font-weight: normal;
	line-height: 21px;
	color: #3e3e3e;
	text-align: center;
}
.widget_annonces_titre:before,
.widget_annonces_titre:after {
	content:'\1427';
	display: inline-block;
	vertical-align: -10px;
	font-size: 49px;
	color: #d0cdc2;
}
.widget_annonces_titre:before {
	margin-right: 10px;
}
.widget_annonces_titre:after {
	margin-left: 10px;
}
.widget_annonces_une .annonce_liste {
	padding: 0;
	margin: 0;
	list-style: none;
}
.widget_annonces_une .annonce_liste li {
	padding: 20px 7px;
	width: 100%;
	border-top: 1px dotted rgb(164,164,157);
	border-top: 1px dotted rgba(125,125,117,0.7);
	position: relative;
}
.widget_annonces_une .annonce_avatar {
	padding: 2px;
	margin: 0 7px 0 0;
	display: inline-block;
	background: url('../img/annonce-avatar.png') 0 0 transparent;
	width: 66px;
	height: 66px;
	background-size: cover;
}
.widget_annonces_une .annonce_favori {
	position: absolute;
	top: 24px;
	left: 12px;
	width: 10px;
	height: 10px;
}
.widget_annonces_une .annonce_photo {
	width: 62px;
	height: 62px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.widget_annonces_une .annonce_textes {
	display: inline-block;
	vertical-align: top;
	width: 70%;
}
.widget_annonces_une .annonce_textes a {
	text-decoration: none;	
}
.widget_annonces_une .annonce_textes h3 {
	margin: 0;
	color: #3e3e3e;
	font-size: 16px;
	font-weight: normal;
	line-height: 28px;
}
.widget_annonces_une .annonce_textes h3.favori:after {
	content: '';
	margin-left: 3px;
	display: inline-block;
	vertical-align: 1px;
	background: url('../img/annonce-favori.png') 0 0 transparent;
	width: 10px;
	height: 10px;
	background-size: cover;
}
.widget_annonces_une .annonce_textes span {
	display: block;
	font-size: 12px;
	line-height: 17px;
	text-transform: uppercase;
	color: #8e8e8e;
}
.widget_annonces_une .annonce_textes .annonce_ville {
	font-size: 12px;
	line-height: 30px;
	color: #98bf0e;
}
.widget_annonces_une .annonce_textes .annonce_ville:before {
	content: '';
	margin-right: 5px;
	background: url('../img/annonce-liste-ville.png');
	display: inline-block;
	width: 8px;
	height: 16px;
	vertical-align: -3px;
}
.widget_annonces_une .annonce_textes .annonce_detail  {
	display: block;
	font-size: 12px;
	line-height: 17px;
	letter-spacing: 0.24px;
	text-decoration: underline;
	text-transform: uppercase;
	text-align: right;
}
.widget_completion_annonce {
	padding: 0 15px 0 25px;
	background: url('../img/annonce-widget-completion.png') 0 0;
	width: 260px;
	height: 508px;
}
.widget_completion_annonce .etape {
	padding: 19px 0 0 0;
	margin: 0;
	list-style: none;
}
.widget_completion_annonce .etape li {
	padding: 6px 0;
	border-bottom: 1px dashed rgb(215,215,215);
	border-bottom: 1px dashed rgba(62,62,62,0.2);
}
.widget_completion_annonce .etape li:first-child {
	border-color: #9e9e9e;
}
.widget_completion_annonce .etape:last-of-type {
	padding-bottom: 1px;
	border-bottom: 1px dashed #9e9e9e;
}
.widget_completion_annonce .etape:last-of-type li:last-child {
	border-color: #9e9e9e;
}
.widget_completion_annonce .icone_etape {
	display: none;
}
.widget_completion_annonce .etape .numero_etape {
	display: block;
	font-size: 12px;
	color: rgb(174,174,174);
	color: rgba(62,62,62,0.5);
	text-transform: uppercase;
}
.widget_completion_annonce .etape .titre_etape {
	display: block;
	font-size: 15px;
	color: #3e3e3e;
	text-transform: uppercase;
}
.widget_completion_annonce .etape .categorie {
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 21px;
	color: #cccccc;
}
.widget_completion_annonce .etape .categorie.validee {
	color: #98bf0e;
}
.widget_completion_annonce .etape .categorie:after {
	content: '';
	margin-top: 4px;
	display: inline-block;
	background: url('../img/validation.png') 0 0;
	width: 18px;
	height: 14px;
	float: right;
}
.widget_completion_annonce .etape .categorie.validee:after {
	background: url('../img/validation.png') -18px 0;
}
.widget_completion_annonce .estimation {
	padding: 17px 0; 
}
.widget_completion_annonce .estimation .infobulle {
	vertical-align: baseline;
}
.widget_completion_annonce .estimation .estimation_label {
	font-size: 16px;
	text-transform: capitalize;
}
.widget_completion_annonce .estimation .estimation_prix {
	margin-top: -5px;
	font-family: 'OswaldBold', sans-serif;
	font-size: 24px;
	color: #98bf0e;
	float: right;
}
.widget_completion_annonce .estimation .reduction {
	display: none;
}
.widget_completion_annonce .bouton_etape_suivante a {
	padding: 6px 0;
	display: block;
	background: #a1c90e;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNhMWM5MGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiM5OGJmMGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #a1c90e 51%, #98bf0e 51%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(51%,#a1c90e), color-stop(51%,#98bf0e));
	background: -webkit-linear-gradient(top,  #a1c90e 51%,#98bf0e 51%);
	background: -o-linear-gradient(top,  #a1c90e 51%,#98bf0e 51%);
	background: -ms-linear-gradient(top,  #a1c90e 51%,#98bf0e 51%);
	background: linear-gradient(to bottom,  #a1c90e 51%,#98bf0e 51%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1c90e', endColorstr='#98bf0e',GradientType=0 );
	border: 2px solid #73910b;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
	-webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.58) inset;
	-moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.58) inset;
	box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.58) inset;
}
.widget_completion_annonce .bouton_etape_suivante a:after {
	content: '';
	margin-left: 8px;
	display: inline-block;
	vertical-align: 1px;
	border-top: 5px solid transparent;
	border-left: 5px solid;
	border-bottom: 5px solid transparent;
}

.loading {
    display: block;
    height: 32px;
    bottom: 0;
    position: absolute;
    background: url("/img/annonce_loader.gif") no-repeat;
    width: 32px;
    margin-left: 329px;
}

.module_annonce .petite_colonne.scrolled {
    position: fixed;
    margin-left: 10px;
    top: 70px;
}

.stat_annonce{
	font-size: 12px;
    line-height: 20px;
    color: #98bf0e;
    text-decoration: none;
    margin: 0 auto;
    display: block;
    width: 150px;
    text-align: center;
    margin-top: -10px;
    margin-bottom: 10px;
}









