@font-face{font-family:'fontawesome';src:url('../vendor/font-awesome-4.7.0/fonts/fontawesome-webfont.eot');src:url('../vendor/font-awesome-4.7.0/fonts/fontawesome-webfont.eot#iefix') format('embedded-opentype'),url('../vendor/font-awesome-4.7.0/fonts/fontawesome-webfont.woff') format('woff'),url('../vendor/font-awesome-4.7.0/fonts/fontawesome-webfont.ttf') format('truetype'),url('../vendor/font-awesome-4.7.0/fonts/fontawesome-webfont.svg#fontawesome') format('svg');font-weight:normal;font-style:normal;}
*{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

h1,h2,h3,ins,label,ul{
	margin: 0;
	padding: 0;
}

a{
	text-decoration: none;
	color: #336699;
}

a.contactus-icon:hover {
    scale: 1.2;
}

label{
	font-weight: normal;
}

ins{
	vertical-align: middle;
}

ul{
	list-style-type: none;
}

.zahti_clear{
	clear: both;
}

.zhide{
	display: none;
}

.zseparator_10{
	height: 10px;
	width: 100%;
}

span.zspecial_zmot{
	display: inline-block;
	vertical-align: middle;
	padding: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
}

span.zspecial_zmot.zred{
	background-color: #C86E67;
	color: #fff;
}

/* .zbtn_green{
	color:#fff;
	background-color: rgb(255, 76, 89);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled= false);
	border-color: rgb(255, 76, 89);
	padding: 8px 24px;
	border-radius: 8px;
}

.zbtn_green:hover,
.zbtn_green:focus{
	color:#fff;
	text-shadow:0 -1px 0 #287d3c;
	background-color:#37a050;
	background-image:-moz-linear-gradient(top,#3ead58,#2d8d44);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#3ead58),to(#2d8d44));
	background-image:-webkit-linear-gradient(top,#3ead58,#2d8d44);
	background-image:-o-linear-gradient(top,#3ead58,#2d8d44);
	background-image:linear-gradient(to bottom,#3ead58,#2d8d44);
	background-repeat:repeat-x;
	*background-color:#2d8d44;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled= false);
	border-color:#1c5629;
	text-decoration: none;
} */


html, body{
	margin: 0px;
	height: 100%;
	padding-top: 40px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #414141;
	background-color: #fff;
}

#zahti_all{
	width: 100%;
	position: relative;
}

#zahti_all .zahti_inner{
	width: 65%;
	margin: 0 auto;
}

/***/

@media (min-width: 576px) {
    #zahti_all .zahti_inner {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    #zahti_all .zahti_inner {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    #zahti_all .zahti_inner {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    #zahti_all .zahti_inner {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    #zahti_all .zahti_inner {
        max-width: 1280px;
    }
}

/***/

#zahti_all .zahti_inner{
	width: 70%;
	margin: 0 auto;
}

/***/


.zahti_header {
    /*position: fixed;*/
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
    background-color: rgba(255, 255, 255, 0.96);
    /*box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 4px 0px, rgba(0, 0, 0, 0.1) 0px 1px 0px 0px;*/
    padding-right: 20px;
    padding-left: 20px;
    /* padding-top: 20px;
    padding-bottom: 15px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.header_fixed {
    position: fixed;
    top: 0px;
    z-index: 1032;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(0, 0, 0, 0.1) 0px 1px 0px 0px;
    background-color: rgba(255, 255, 255, 0.96);
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 50px; */
    width: 100%;
}

/* .flag-top-icon {
    box-shadow: 3px 3px 1px #ccc;
    border-radius: 50%;
} */

.flag-top-img:hover {
	scale: 1.2;
}

/***/

@media (min-width: 1400px) {
    .zahti_header {
        max-width: 1412px;
    }
}

<style>
@media (min-width: 1200px) {
    .zahti_header {
        max-width: 1272px;
    }
}
<style>
@media (min-width: 992px) {
    .zahti_header {
        max-width: 1092px;
    }
}
<style>
@media (min-width: 768px) {
    .zahti_header {
        height: 68px;
    }
}

/***/

.zahti_header .zahti_logo,
.zahti_header .zahti_liens{
	display: table;
}

.zahti_header .zahti_liens{
	width: 100%;
}
.zahti_header .zahti_logo .zahti_all .country img{
	width: 32px;
	height: 32px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.zahti_header .zahti_logo .zahti_all{
	display: table-cell;
	vertical-align: middle;
	letter-spacing: -4px;
}

.zahti_header .zahti_liens .zahti_all{
	display: flex;
    align-items: center;
	/*margin-top: 20px;*/
}

.zahti_header .zahti_logo .zahti_all > *,
.zahti_header .zahti_liens .zahti_all > *{
	letter-spacing: 0;
	vertical-align: middle;
	/*display: inline-block;*/
}

.zahti_header .zahti_liens .zahti_all ul.zalllistheader{
  font-size: 12px;
}

.zahti_header .zahti_liens .zahti_all ul.zalllistheader > li > a{
	padding: 5px;
	color: #414141;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.zahti_header .zahti_liens .zahti_all ul.zalllistheader > li > a:hover{
	text-decoration: none;
}

.zahti_header .zahti_liens .zahti_all ul.zalllistheader > li > a:hover,
.zahti_header .zahti_liens .zahti_all ul.zalllistheader > li > a:active{
	text-decoration: none;
}

.bg-title {
    background-color: rgba(60, 60, 60, 0.3);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 8px;
}

.zahti_header .zahti_liens .zahti_all ul.zalllistheader > li > a.zactive{
	background-color: #ECECEC;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	box-shadow: 0 -1px 1px #888;
	-moz-box-shadow: 0 -1px 1px #888;
	-webkit-box-shadow: 0 -1px 1px #888;
	-o-box-shadow: 0 -1px 1px #888;
}

.zahti_header .zahti_liens .zahti_all .zbtn_listheader{
	display: none;
	width: 42px;
	height: 42px;
	position: relative;
	vertical-align: middle;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fff;
}

.zahti_header .zahti_liens .zahti_all .zbtn_listheader{
	background-color: #f2821a;
}

.zahti_header .zahti_liens .zahti_all .zbtn_listheader:before{
	font-family: 'fontawesome' !important;
	font-size: 18px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	content: var(--icon-content, '\f0c9');
}

.zannoncefooter .zcenter ul li.zuser:not(.znumberzannonceur) {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    padding: 10px 15px;
}

.zahti_liens .zahti_all .nav-categories > ul {
    display: flex;
    flex-flow: wrap;
    -webkit-box-flex: 0;
    flex-grow: 0;
    margin: 0px 0px 24px;
    margin-top: 20px;
}

.zahti_liens .zahti_all .nav-categories > ul > li > a {
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize;
    text-decoration: none;
    color: inherit;
    padding: 4px 8px;
    margin-left: 0px;
    border-radius: 100px;
    transition: background-color 0.25s;
    cursor: pointer;
}
.zahti_liens .zahti_all .nav-categories > ul > li > a:hover {
	text-decoration: none;
    color: rgb(74, 74, 74);
    background-color: rgb(242, 242, 242);
}

.nav-sidebar{
	display: none;
	position: fixed;
	top: 0;
	background-color: #f2821a;
	width: 80%;
	height: 100%;
	z-index: 99999;
	margin-top: 80px;
}

.nav-sidebar ul > li{
	display: block;
	border-bottom: 1px solid #fff;
}

.nav-sidebar ul > li:last-child{
	border-bottom: none;
}

.nav-sidebar ul > li > a{
	display: block;
	padding: 10px;
	color: #fff;
}

.nav-sidebar ul > li > a:hover,
.nav-sidebar ul > li > a:active{
	background-color: #383434;
	text-decoration: none;
}

.zahti_header .zahti_liens .zahti_all div.zsep{
  background-color: #CFCFCF;
  width: 1px;
  height: 70px;
  margin: 0 5px;
}

.main-logo {
    width: 150px;
    height: 80px;
}

.zahti_header .zahti_logo .zahti_all a.zlogo{
	background-image: url(../../images/logo.png);
    display: block;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.zahti_header .zahti_logo .zahti_all a.flag img{
	width: 32px;
	height: 32px;
}

.zahti_header .zahti_liens .zahti_all .zlist3header .btn-icon-user > a{
	padding: 0 5px;
	position: relative;
	letter-spacing: -4px;
}

.zahti_header .zahti_liens .zahti_all .zlist3header .btn-icon-user > a *{
	letter-spacing: 0px;
}

.zahti_header .zahti_liens .zahti_all .zlist3header .btn-icon-user > a img{
	width: 32px;
	height: 32px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	vertical-align: middle;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.zahti_header .zahti_liens .zahti_all .zlist3header .btn-icon-user > a span{
	color: #414141;
  	font-weight: bold;
	font-size: 12px;
}

.zahti_header .zahti_liens .zahti_all .zlist3header .btn-icon-user > a span.zicon{
	position: relative;
	top: 10px;
	border-top: 5px solid #414141;
	border-left: 5px solid #ffffff;
	border-right: 5px solid #ffffff;
}

a.zbtn_newannonce {
    margin-right: 5px;
    background-color: rgb(255, 76, 89);
    border-color: rgb(255, 76, 89);
    padding: 8px 24px;
    border-radius: 8px;
    color: white;
}
a.zbtn_newannonce:hover {
    text-decoration: none;
	background-color: rgb(234, 63, 75);
    border-color: rgb(234, 63, 75);
}
a.zbtn_newannonce:focus {
    box-shadow: rgba(148, 208, 175, 0.5) 0px 0px 0px 3px;
}

ul.zlistuserconnect{
	background-color: #fff;
	padding: 5px 0;
	min-width: 150px;
	box-shadow: 0 0 5px rgba(0,0,0, 0.5);
	-moz-box-shadow: 0 0 5px rgba(0,0,0, 0.5);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0, 0.5);
	-o-box-shadow: 0 0 5px rgba(0,0,0, 0.5);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}

ul.zlistuserconnect li a{
	display: block;
	padding: 8px 20px;
	color: #336699;
	text-decoration: none;
	font-size: 14px;
}

ul.zlistuserconnect li a:hover{
	background-color: #336699;
	color: #fff;
	text-decoration: none;
}

.zahti_header2{
	/*background-image: url(../../images/flow-bnr.jpg);
	background-repeat: repeat;*/
	color: #fff;
	text-align: center;
	padding: 0;
	margin-top: 30px;
}

.zahti_header2 .ztitle{
	font-size: 42px;
	font-weight: bold;
	padding-top: 75px;
}

.zahti_header2 .zdesc{
	font-size: 18px;
	margin: 15px 0 0 0;
	padding-bottom: 75px;
}

.zahti_header2 .zahti_inner > input[type=text],
.zahti_header2 .zahti_inner > select{
	width: 30.666666667%;
	display: block;
	background-color: #fff;
	padding: 0 7px;
	color: #444;
}

.zahti_header2 .zahti_inner > input,
.zahti_header2 .zahti_inner > select{
	height: 40px;
	border: 1px solid #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
}

.zahti_header2 .zahti_inner > select option.zactive{
	background-color: #336699;
	color: #fff;
	font-weight: bold;
}

select.select_categories option.pcat{
	background-color:#dcdcc3;
	font-weight: bold;
}

.zahti_header2 .zahti_inner > input[type=submit]{
	width: 5%;
	background-color: #F6F6F4;
	border-color: #F6F6F4;
	border-bottom: 3px solid #9A9A9A;
	cursor: pointer;
	font-family: 'FontAwesome' !important;
	color: #444;
}

.zahti_header2 .zahti_inner > input[type=submit]:hover,
.zahti_header2 .zahti_inner > input[type=submit]:active{
	background-color: #CCCCCC;
	border-color: #CCCCCC;
	border-bottom: 3px solid #9A9A9A;
}

.zahti_header2 .zahti_inner > input[type=text]:focus{
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-o-box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.search-box-top{
	display: block;
}

.zahti_ads_top{
	text-align: center;
	overflow: hidden;
}

.zahti_ads_top *{
	vertical-align: middle;
}

.ads-display-pc{
	display: block;
}

.ads-display-phone{
	display: none;
}

.zahti_home, .zahti_home2 {
	background-color: #ffffff;
	padding: 25px 0;
}

.zahti_home2 .zcitys{
	width: 100%;
}

a.zbtn_newannonce:before {
    content: '\f044';
    font-family: 'fontawesome' !important;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    margin-left: 5px;
}


.zahti_home .ztitle, .zahti_home2 .ztitle{
	color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.15px;
}

.zahti_home2 .zcitys > ul{
	display: flex;
	flex-flow: wrap;
	-webkit-box-flex: 0;
	flex-grow: 0;
	margin: 0px 0px 24px;
	margin-top: 20px;
	justify-content: center;
}
.city-separator{
	margin-right: 12px;
}
.zahti_home2 .zcitys > ul > li{
	margin-bottom: 5px;
}

.empty-space {
	height: 250px;
}

.zahti_home2 .zcitys > ul > li.zactive a{
	border-bottom: 2px solid #336699;
	padding: 2px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
}

.zahti_home2 .zcitys > ul > li > a{
	font-size: 16px;
    color: rgb(102, 102, 102);
    margin-right: 12px;
    cursor: default;
}

.zahti_home2 .zcitys > ul > li > a:hover{
	color: rgb(46, 107, 255);
    text-decoration: none;
}

.zahti_home .ztypes ul{
	gap: 26px;
    max-width: none;
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    -webkit-box-align: start;
    align-items: start;
    width: 100%;
}

.zahti_home .ztypes ul > li{  
	max-width: 138px;
    display: flex;
    height: 100%;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: center;
    gap: 4px;
    min-width: 115px;
    margin: auto;
    text-decoration: none;
}

.zahti_home .ztypes ul > li > a{
	border-radius: 8px;
    padding: 16px 4px;
	width: 100%;
	border: 1px solid rgb(235, 245, 255);
    background-color: rgb(235, 245, 255);
	display: flex;
    gap: 16px;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
	min-height: 180px;
	min-width: 135px;
}

.zahti_home .ztypes ul > li:nth-child(-n+3) > a{
	border: 1px solid rgb(234, 249, 239);
    background-color: rgb(234, 249, 239);
}
.zahti_home .ztypes ul > li:nth-last-child(-n+3) > a{
	border: 1px solid rgb(255, 237, 238);
    background-color: rgb(255, 237, 238);
}

.zahti_home .ztypes ul > li > a > img{
	width: 54px;
    height: 54px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding-top: 8px;
    object-fit: contain;
}

.zahti_home .ztypes ul > li > a > span{
	display: block;
    max-width: none;
    white-space: normal;
    font-size: 12px;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    color: rgb(33, 43, 54);
    font-weight: 400;
    letter-spacing: 0.4px;
    text-align: center;
}

.zahti_random6_horizontal{
	margin-top: 10px;
}

.zahti_random6_horizontal .ztitle{
	font-weight: bold;
	font-size: 18px;
}

.zahti_random6_horizontal ul{
	overflow:hidden;
	margin-top: 14px;
}

.zahti_random6_horizontal ul > li{
	width:15.833333333333%;
	display:block;
	height:100%;
}

.zahti_random6_horizontal ul > li:nth-child(6n){
  margin-bottom: 14px;
}

.zahti_random6_horizontal ul > li:nth-child(6n):last-child{
  margin-bottom: 0px;
}

ul.zrandomall > li > a{
	display: block;
	position: relative;
	height: 100%;
	text-decoration: none;
	font-weight: 700;
	text-align: center;
}

ul.zrandomall > li > a div.zimg{
	position: relative;
    width: 100%;
    overflow: hidden;
    padding: 8px 12px;
}

ul.zrandomall > li > a div.zimg > div{
	height: 100px;
    width: 100%;
    position: relative;
}

ul.zrandomall > li > a div.zimg > div img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

ul.zrandomall > li > a div.ztitle{
	height: 3em;
	overflow: hidden;
	line-height: 1.5em;
	text-decoration: none;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #369;
	height: auto;
	min-height: 90px;
}

ul.zrandomall > li > a div.zbottom{
	color: #444;
}

ul.zrandomall > li > a div.zbottom span{
	vertical-align: middle;
}

ul.zrandomall > li > a div.zbottom span.zprix{
	display: inline-block;
	margin: 0 10px;
}


.zahti_footer{
	background-color: rgb(242, 242, 242);
}

.zahti_footer .zall_one{
	height: 50px;
	padding-bottom: 200px;
}

.zahti_footer .zall_one .zliens{
	display: table;
	height: 100%;
}

.zahti_footer .zall_one .zliens .zinner{
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}

.zahti_footer .zall_one .zautre{
	display: table;
	height: 100%;
}

.zahti_footer .zall_one .zautre .zinner{
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}

.zahti_footer .zall_one ul{
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
}

.zahti_footer .zall_one ul > li > a{
	display: block;
}

.zahti_footer .zall_one .zliens .zinner ul > li > a{
	padding: 10px;
}

.zahti_footer .zall_one .zautre .zinner ul > li > a{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
}

.zahti_footer .zall_one .zautre .zinner ul > li > a.zfb,
.zahti_footer .zall_one .zautre .zinner ul > li > a.ztw,
.zahti_footer .zall_one .zautre .zinner ul > li > a.zyt{
	width: 32px;
	height: 32px;
	color: #fff;
	position: relative;
}

.zahti_footer .zall_one .zautre .zinner ul > li > a.zfb{
	background-color: #3B5998;
}

.zahti_footer .zall_one .zautre .zinner ul > li > a.zfb:hover{
	background-color: #2D4373;
}

.zahti_footer .zall_one .zautre .zinner ul > li > a.ztw{
	background-color: #00ACEE;
}

.zahti_footer .zall_one .zautre .zinner ul > li > a.ztw:hover{
	background-color: #0087BB;
}

.zahti_footer .zall_one .zautre .zinner ul > li > a.zyt{
	background-color: #DD2826;
}

.zahti_footer .zall_one .zautre .zinner ul > li > a.zyt:hover{
	background-color: #B41E1C;
}

.zahti_footer .zall_one .zautre .zinner ul > li > a.zfb:before,
.zahti_footer .zall_one .zautre .zinner ul > li > a.ztw:before,
.zahti_footer .zall_one .zautre .zinner ul > li > a.zyt:before{
	position: absolute;
	font-family: "fontawesome" !important;
	font-size: 22px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.zahti_footer .zall_one .zautre .zinner ul > li > a.zfb:before{
	content: "\f09a";
}

.zahti_footer .zall_one .zautre .zinner ul > li > a.ztw:before{
	content: "\f099";
}

.zahti_footer .zall_one .zautre .zinner ul > li > a.zyt:before{
	content: "\f167";
}

.zahti_mobile{
	background-color: rgb(45, 45, 45);
	height: 150px;
	color: #ffffff;
}

.zahti_mobile .ztext{
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
}

.zahti_mobile ul{
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}

.zahti_mobile .zahti_inner{
	display: table;
	height: 100%;
}

.zahti_mobile .zahti_inner .zall_one{
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}

.zahti_mobile ul > li a{
	display: block;
	background-image: url(../../images/gr1.png);
}

.zahti_mobile ul > li a.zandroid{
	background-position: -180px -2px;
	width: 121px;
	height: 37px;
}

.zahti_mobile ul > li a.ziphone{
	background-position: -55px -2px;
	width: 121px;
	height: 37px;
}

.zahti_location{
	background-color: #fff;
	border-bottom: 1px solid #cfcfcf;
}

.zahti_location ul{
	overflow: hidden;
	margin: 10px 0 4px 0;
}

.zahti_location ul li{
	font-size: 12px;
}

.zahti_location ul li.zsep{
	padding: 10px 15px;
	position: relative;
	top: -2px;
}

.zahti_location ul li.zsep:before{
	position: absolute;
	font-family: "FontAwesome" !important;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.zahti_location ul li.zactuel{
	color: rgb(46, 107, 255);
}

.zahti_location ul li a{
	font-size: 12px;
	color: #000000;
}

.zahti_location ul li a i{
	font-size: 20px;
	position: relative;
	top: -2px;
}

.zahti_location ul li a:hover{
	color: rgb(46, 107, 255);
	text-decoration: none;
}

.zahti_cat{
	background-color: #ffffff;
	margin-top: 20px;
}

.zahti_cat .zahti_assumbler_one > .zannonces > .post{
	width: 70%;
}

.zahti_cat .zahti_assumbler_one > .zannonces > .signup-block{
    width: 70%;
}

.zahti_cat .zahti_assumbler_one > .zautre{
	width: 28%;
    background: #fff;
    padding: 12px 16px;
    box-sizing: border-box;
    box-shadow: 0 2.4px 21.5px 0 rgba(0, 0, 0, .07);
	border-radius: 12px;
	position: sticky;
    top: 110px;
}

.zahti_cat .zahti_assumbler_one .zannonces .post{
	box-shadow: rgba(0, 0, 0, 0.07) 0px 2px 18px 0px;
    background-color: rgb(255, 255, 255);
    overflow: hidden;
    padding-top: 16px;
	border-radius: 6px;
	width: 70%;
}

.zbox_stable{
	margin-bottom: 10px;
}

.zbox_stable > div.zheader{
	color: rgb(0, 0, 0);
    height: 50px;
    border-bottom: 1px solid #f3f3f3;
    padding-right: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zbox_stable .zcontent{
	font-size: 19px;
    line-height: 28px;
    font-weight: 600;
    margin-top: 10px;
}

.zcontent > table > tbody > tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.zbox_stable .zcontent table tr td {
    -webkit-box-align: center;
    align-items: center;
    gap: 4px;
    padding: 8px 12px;
    min-height: 50px;
    border-radius: 4px;
    background-color: rgb(242, 242, 242);
    white-space: nowrap;
    border: 0px;
    font-family: inherit;
    font-size: 14px;
    cursor: pointer;
    transition: color 100ms ease-in-out;
    text-decoration: none;
	margin: 5px;
	display: flex;
}

.zbox_stable .zcontent table tr td:hover {
	background-color: rgb(231, 231, 232);
}

.zbox_stable .zcontent table tr td img {
	width: 32px;
    height: auto;
    vertical-align: middle;
}

.zbox_stable .zcontent table tr td a {
	font-weight: bold;
	color: black;
}
.zbox_stable .zcontent table tr td a:hover {
	text-decoration: none;
	color: black;
}

.zbox_stable.ads{
	border: none;
}

.zbox_annonce{
	border-top-left-radius: 3px;
	-moz-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-o-border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-o-border-top-right-radius: 3px;
	background-color: #fff;
}

.zbox_annonce ul.zheader{
	overflow: hidden;
	display: flex;
}

.zbox_annonce ul.zheader > li{
	width: 33.333333333%;
	overflow: hidden;
}

.zbox_annonce ul.zheader > li > a,
.zbox_annonce ul.zheader > li > span{
	display: block;
	border-bottom: 1px solid #cfcfcf;
	padding: 10px 15px;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled= false);
	text-align: center;
	-webkit-box-pack: center;
    justify-content: center;
}

.zbox_annonce ul.zheader > li > a{
	color: #414141;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.zbox_annonce ul.zheader > li > span{
	background-color: #ededec;
	background-image:-moz-linear-gradient(top,#ededec,#ededec);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#ededec),to(#ededec));
	background-image:-webkit-linear-gradient(top,#ededec,#ededec);
	background-image:-o-linear-gradient(top,#ededec,#ededec);
	background-image:linear-gradient(to bottom,#ededec,#ededec);
	color: #9a9a9a;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.zbox_annonce ul.zheader > li > a:hover, .zbox_annonce ul.zheader > li > a:active, .zbox_annonce ul.zheader > li > a:focus{
	background-image: none;
	border-bottom: 2px solid #336699;
	text-decoration: none;
}

.zbox_annonce ul.zheader > li > a .znumber{
	font-size: 12px;
}

.zbox_annonce ul.zheader > li .ztitle{
	font-weight: bold;
	position: relative;
	display: inline-block;
}

.zbox_annonce ul.zheader > li .ztitle:before{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-family: 'FontAwesome' !important;
}

.zbox_annonce ul.zheader > li > a.zactuel{
	border-bottom: 0;
	background-image: none;
	background-color: #fff;
	border-bottom: 2px solid #336699;
}

.zbox_annonce .zoptions{
	padding: 10px;
}

.zbox_annonce .zoptions .zfav{
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	cursor: pointer;
	margin: 0px;
	transition: background 0.2s;
	background-color: #ffc400;
	border-radius: 8px;
	border-width: 0px;
	padding: 15px;
	font-size: 14px;
}

.zbox_annonce .zoptions .zautre{
	width: 50%;
}

.zbox_annonce .zoptions .zautre > button{
	width: 32%;
	position: relative;
	display: flex;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    margin: 0px;
    transition: background 0.2s;
    background-color: rgb(232 232 232);
    color: rgb(0, 0, 0);
    border-radius: 8px;
    border-width: 0px;
    padding: 15px;
    font-size: 14px
}

.zbox_annonce .zoptions .zautre > button:before{
	content: '\f078';
	position: absolute;
	font-family: 'FontAwesome' !important;
	top: 50%;
	transform: translateY(-50%);
}

.dropdown-menu .dropdown-anchor::after {
    border: 6px solid #cfcfcf;
}

.zbox_annonce .zoptions .zfav a{
	font-weight: bold;
    text-decoration: none;
    color: #000000;
}

.zbox_annonce .zoptions .zfav a i{
	color: #000000;
}

.zbox_annonce .zoptions .zfav a:hover span{
	text-decoration: none;
    color: #cd9a00;
}

ul.zlistannonces {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.zlistannonces > li{
    width: 300px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background-color: white;
    transition: box-shadow 0.2s ease-in-out;
    border: 1px solid rgb(231, 231, 232);
    border-radius: 8px;
    padding: 8px 0px;
}

ul.zlistannonces > li:hover {
    box-shadow: rgba(0, 0, 0, 0.09) 0px 1px 10px 0px;
}

ul.zlistannonces > li > a{
	text-decoration: none;
    color: inherit;
}

ul.zlistannonces > li > a .icon{
	position: absolute;
	bottom: 5px;
	color: #f1a40e;
	font-size: 18px;
}

ul.zlistannonces > li ul.control-classifieds{
	position: relative;
	/* top: 5px; */
	overflow: hidden;
}

ul.zlistannonces > li ul.control-classifieds li a{
	display: block;
	font-size: 18px;
	padding: 1px 6px;
	border-radius: 3px;
}

ul.zlistannonces > li ul.control-classifieds li a.delete{
	color: #D8000C;
}

ul.zlistannonces > li ul.control-classifieds li a.delete:hover,
ul.zlistannonces > li ul.control-classifieds li a.delete:active{
	background-color: #D8000C;
	color: #fff;
}

ul.zlistannonces > li ul.control-classifieds li a.edit{
	color: #5eab19;
}

ul.zlistannonces > li ul.control-classifieds li a.edit:hover,
ul.zlistannonces > li ul.control-classifieds li a.edit:active{
	background-color: #5eab19;
	color: #fff;
}

ul.zlistannonces > li ul.control-classifieds li a.play{
	color: #29cbe8;
}

ul.zlistannonces > li ul.control-classifieds li a.play:hover,
ul.zlistannonces > li ul.control-classifieds li a.play:active{
	background-color: #29cbe8;
	color: #fff;
}

ul.zlistannonces > li ul.control-classifieds li a.pause{
	color: #e8b129;
}

ul.zlistannonces > li ul.control-classifieds li a.pause:hover,
ul.zlistannonces > li ul.control-classifieds li a.pause:active{
	background-color: #e8b129;
	color: #fff;
}

ul.zlistannonces > li > a .ztime{
	width: 100%;
	text-align: center;
	font-size: 12px;
	display: table;
	padding: 10px;
}

ul.zlistannonces > li > a .zimg{
	position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
	padding: 8px 12px;
}

ul.zlistannonces > li > a .zimg .znumimgs{
	position: absolute;
    left: 20px;
    bottom: 20px;
    width: auto;
    height: auto;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 5px;
}

ul.zlistannonces > li > a .zimg .znumimgs > svg {
    width: 16px;
    height: 16px;
    fill: #fff;
}

.zannoncefooter .zcenter ul li.zuser:not(.znumberzannonceur) > svg {
	color: white;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    fill: #00796b;
}

.zannoncefooter .zcenter ul li.zuser:not(.znumberzannonceur) > span {
	font-weight: 600;
    color: #00796b;
}

ul.zlistannonces > li > a .zinfo{
	padding: 15px;
    text-align: center;
    flex-grow: 1;
	min-height: 140px;
}

ul.zlistannonces > li > a .zimg > div{
	width: 100%;
	height: 100%;
	position: relative;
}

ul.zlistannonces > li > a .zimg > div img{
	width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius: 8px;
}

ul.zlistannonces > li > a .zinfo .zmiddle{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	width: 100%;
}

ul.zlistannonces > li > a .zinfo .zmiddle .ztitle{
	font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

ul.zlistannonces > li > a .zinfo .zmiddle .zplace{
	font-size: 14px;
    color: #666;
}

ul.zlistannonces > li > a .ztime .zmiddle{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	width: 100%;
}

ul.zlistannonces > li > a .ztime .zhour{
	font-weight: normal;
}

.zbtnfavbottom{
	display: block;
	width: 100%;
	border: 1px solid #cfcfcf;
	background-color:#f4f4f2;
	text-align: center;
	color: #414141;
	font-weight: bold;
	padding: 10px;
	font-size: 13px;
	letter-spacing: -4px;
}


.zahti_footer .zall_one .zliens .zinner ul > li:first-child > a{
	padding-right: 0px;
	color: #737373;
}

.zahti_footer .zall_one .zliens .zinner ul > li:last-child > a{
	padding-left: 0px;
	color: #737373;
}

.zahti_footer .zall_one .zliens .zinner ul > li:first-child > a:hover, .zahti_footer .zall_one .zliens .zinner ul > li:last-child > a:hover{
	color: rgb(46, 107, 255);
	text-decoration: none;
}

.zbtnfavbottom:hover,
.zbtnfavbottom:active{
	background-image: none;
	background-color: #EDEDED;
}

.zbtnfavbottom *{
	letter-spacing: 0px;
}

.zbtnfavbottom i{
	color: #EDBE35;
}

div.zprixany{
	color: rgb(58, 164, 255);
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.15px;
}

div.zprixany > div{
	display: inline-block;
	vertical-align: middle;
}

div.zprixany .zprixnum{
	direction: ltr;
}

.znumerotation_articles{
	margin: 12px 8px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
}


.znumerotation_articles ul > li{
    width: 50px;
    height: 50px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-decoration: none;
    border: 1px solid rgb(102, 102, 102);
    border-radius: 100px;
    cursor: pointer;
    color: rgb(74, 74, 74);
    margin-left: 5px;
}

.znumerotation_articles ul > li:hover{
    border-color: rgb(46, 107, 255);
	color: rgb(46, 107, 255);
}

.znumerotation_articles ul > li.zactive{
	background-color: #F8F8F8;
    font-weight: bold;
    font-size: 13px;
    position: relative;
    color: white;
    background-color: rgb(46, 107, 255);
    border: 1px solid rgb(46, 107, 255);
}

.znumerotation_articles ul > li.zactive span{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
}

.znumerotation_articles ul > li > a:hover,
.znumerotation_articles ul > li > a:active{
	color: rgb(46, 107, 255);
    border-color: rgb(46, 107, 255);
}

.znumerotation_articles ul > li.zactive:hover,
.znumerotation_articles ul > li.zactive:active{
	color: rgb(255, 255, 255);
    border-color: rgb(46, 107, 255);
}

.znumerotation_articles ul > li.znextback > a{
	background-color:#f4f4f2;
	background-image:-moz-linear-gradient(top,#fafaf9,#ebeae7);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#fafaf9),to(#ebeae7));
	background-image:-webkit-linear-gradient(top,#fafaf9,#ebeae7);
	background-image:-o-linear-gradient(top,#fafaf9,#ebeae7);
	background-image:linear-gradient(to bottom,#fafaf9,#ebeae7);
	background-repeat:repeat-x;
	background-color:#ebeae7;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled= false);
	color: #414141;
}

.znumerotation_articles ul > li.znextback > a:hover{
	color: rgb(46, 107, 255);
}

.znumerotation_articles ul > li.zbtnback > a,
.znumerotation_articles ul > li.zbtnfirst > a,
.znumerotation_articles ul > li.zbtnnext > a,
.znumerotation_articles ul > li.zbtnlast > a{
	position: relative;
}

.znumerotation_articles ul > li.zbtnback > a::before,
.znumerotation_articles ul > li.zbtnfirst > a::before,
.znumerotation_articles ul > li.zbtnnext > a::before,
.znumerotation_articles ul > li.zbtnlast > a::before{
	position: absolute;
	font-family: 'fontawesome' !important;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.add-post {
    background: rgb(234, 63, 75);
    color: #fff;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    max-width: 400px;
    margin: 20px auto;
    font-family: 'Arial', sans-serif;
}

.zquest1{
	font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.zquest2{
	font-size: 18px;
    margin-bottom: 20px;
}

.zbntinn1 a{
	background-color: #fff;
    color: rgb(234, 63, 75);
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    padding: 12px 25px;
    border-radius: 50px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.zbntinn1 a:hover {
    background-color: rgb(234, 63, 75);
    color: rgb(255 255 255);
    border: 2px white solid;
}

.zahti_random5_horizontal ul{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.zahti_random5_horizontal ul > li{
	width: 200px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background-color: white;
    transition: box-shadow 0.2s ease-in-out;
    border: 1px solid rgb(231, 231, 232);
    border-radius: 8px;
    padding: 8px 0px;
}

.zahti_random5_horizontal ul > li:hover {
    box-shadow: rgba(0, 0, 0, 0.09) 0px 1px 10px 0px;
}

.zboxrandnophone{
	margin-top: 10px;
}

.zviewannonce{
	padding: 10px;
	position: relative;
	padding-bottom: 0px;
}

.zinfoannonce{
	padding: 0px 38px;
}

.zinfoannonce .zprixline {
    color: rgb(46, 107, 255);
}

.zprixline span {
    font-size: 32px;
    font-weight: normal;
}

.zinfoannonce hr{
	border: 0;
	width: 100%;
	height: 1px;
	background-color: #cfcfcf;
}

.zinfoannonce .zinfodown .zautre{
	width: 100%;
	border-top: 1px solid rgb(231, 231, 232);
}

.zinfoannonce .zinfodown .zdesc {
	margin: 12px 0px;
    font-weight: bold;
    font-size: 20px;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(231, 231, 232);
}

ul.zpourannonce {
    --icon-height: 40px;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
}

.zpourannonce > li:first-child {
	--size: 40px;
    width: var(--size);
    height: var(--size);
    padding: 10px;
    border-radius: 40px;
    cursor: pointer;
    border: none;
    position: relative;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.14) 0px 4px 22px 0px;
	margin-right: 10px;
    margin-left: 10px;
}
.zpourannonce > li:last-child {
	--size: 40px;
    width: var(--size);
    height: var(--size);
    padding: 10px;
    border-radius: 40px;
    cursor: pointer;
    border: none;
    position: relative;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.14) 0px 4px 22px 0px;
}



.zpourannonce > li:first-child > a > svg {
    color: white;
    width: 30px;
    height: 30px;
    fill: #000000;
}

.zpourannonce > li:last-child > a > svg {
    color: white;
    width: 30px;
    height: 30px;
    fill: #000000;
}


.zpourannonce > li > a.zsave:hover {
    cursor: pointer;
}

.zpourannonce > li > a.zshare:hover {
	cursor: pointer;
}

.zpourannonce > li > a *{
	letter-spacing: 0;
}

.zinfoannonce .zprixandedit{
	overflow: hidden;
	margin-top: 10px;
	padding: 10px;
}
.zinfodown .zdesc{
	margin: 12px 0px;
    font-weight: bold;
    font-size: 20px;
}


.ztypeannonce {
	margin: 12px 0px;
    font-weight: bold;
    font-size: 20px;
}

.zeditannonce ul{
	overflow: hidden;
}

.zeditannonce ul > li > a{
	width: 32px;
	height: 32px;
	display: block;
	position: relative;
	color: #444;
	font-size: 22px;
}

.zeditannonce ul > li > a.zbtnedit:before{
	position: absolute;
	content: '\f040';
	font-family: 'FontAwesome' !important;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.zeditannonce ul > li > a.zbtnedit:hover,
.zeditannonce ul > li > a.zbtnedit:active{
	color: #336699;
}

.zeditannonce ul > li > a.zbtndelete:before{
	position: absolute;
	content: '\f1f8';
	font-family: 'FontAwesome' !important;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.zeditannonce ul > li > a.zbtndelete:hover,
.zeditannonce ul > li > a.zbtndelete:active{
	color: red;
}

.zannoncefooter{
	width: 100%;
    padding-bottom: 20px;
    padding-top: 70px;
}

.zregbtnreg{
	text-align: center;
}

.zannoncefooter .zcenter{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.zannoncefooter .zcenter ul{
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
}

.zbox_stable .ztitle_zicon{
	letter-spacing: -4px;
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
}

.zbox_stable .ztitle_zicon *{
	letter-spacing: 0px;
}

.ztitle_zicon > svg {
    color: white;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    fill: #00796b;
}

.ztitle_zicon > span {
    font-weight: 600;
}


.zlocalandtime > li:first-child > svg {
    color: white;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    fill: #DC3545;
}
.zlocalandtime > li:last-child > svg {
    color: white;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    fill: #FFC107;
}

.zannoncefooter .zcenter ul li a{
	background-color: #2E6BFF;
    border-color: #2E6BFF;
    color: #FFFFFF;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-family: inherit;
    line-height: 1;
    border-width: 1px;
    border-style: solid;
    border-image: initial;
    padding: 0px 1rem;
    border-radius: 100px;
    cursor: pointer;
    font-size: 1rem;
    height: 48px;
    min-width: 90px;
    transition: background-color 80ms ease-in-out, border-color 80ms ease-in-out, box-shadow 60ms ease-in-out;
    box-shadow: transparent 0px 0px 0px 2px;
}

.zannoncefooter .zcenter ul li a i {
    color: #ffffff;
}    

.zannoncefooter .zcenter ul li a:hover, .zannoncefooter .zcenter ul li a:focus{
	background-color: #2256d0;
    border-color: #2256d0;
	text-decoration: none;
}

.zlocalandtime{
	padding-right: 10px;
}

.zlocalandtime li{
	color: rgb(0, 0, 0);
    height: 50px;
    border-bottom: 1px solid #f3f3f3;
    display: flex;
    align-items: center;
    letter-spacing: -4px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}

.zlocalandtime li:last-child {
    border-bottom: 0px;
}

.zlocalandtime li *{
	letter-spacing: 0px;
}

.zlocalandtimephone{
	display: none;
}

.zannoncefooter .zcenter ul li.znumberzannonceur{
	display: none;
	background-color: #ffffff;
    border-color: #2E6BFF;
    color: #2E6BFF;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-family: inherit;
    border-width: 2px;
    border-style: solid;
    border-image: initial;
    padding: 0px 1rem;
    border-radius: 100px;
    cursor: pointer;
    font-size: 1rem;
    height: 48px;
    min-width: 90px;
    transition: background-color 80ms ease-in-out, border-color 80ms ease-in-out, box-shadow 60ms ease-in-out;
    box-shadow: transparent 0px 0px 0px 2px;
	text-align: center;
    line-height: 48px;
}

.zannoncefooter .zcenter ul li.znumberzannonceur span{
	vertical-align: middle;
	font-weight: normal;
	font-size: 18px;
	letter-spacing: 2px;
}





.zheaderzpgzspe{
	padding: 12px 20px;
	letter-spacing: -4px;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled= false);
	overflow: hidden;
}

.zheaderzpgzspe > div{
	display: inline-block;
	vertical-align: middle;
}

.zheaderzpgzspe > *{
	letter-spacing: 0px;
}

.zheaderzpgzspe .zicon_reg{
	width: 52px;
	height: 50px;
	background-image: url(../../images/all1.png);
	background-position: -296px -110px;
}

.zheaderzpgzspe > div span{
	vertical-align: middle;
}

.zheaderzpgzspe > div .ztitle{
	font-weight: bold;
	font-size: 20px;
}

.zsocial_zregister{
	display: flex;
    width: 100%;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    gap: 24px;
    margin-bottom: 24px;
}

.zsocial_zregister a{
	width: 49%;
	color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.zsocial_zregister a:hover,
.zsocial_zregister a:active{
	text-decoration: none;
}

.zsocial_zregister a:last-child{
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	background-color: #336699;
	border: 1px solid #336699;
	color: #336699;
	width: 61px;
	height: 61px;
	border-radius: 100px;
	box-shadow: rgba(131, 119, 198, 0.11) 0px 18px 30px 0px;
	padding-right: 3px;
}

.zsocial_zregister a:before{
	position: absolute;
	font-family: "fontawesome" !important;
	font-size: 22px;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	width: 40px;
	text-align: center;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.zsocial_zregister a.fb{
	background-color: #3B5998;
}

.zsocial_zregister a.fb:hover,
.zsocial_zregister a.fb:active{
	background-color: #3B5998;
}

.zsocial_zregister a.fb:before{
	content: "\f09a";
	background-color: #2D4373;
}

.zsocial_zregister a.go {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: #c33f2a;
    border: 1px solid rgba(145, 158, 171, 0.32);
    width: 61px;
    height: 61px;
    border-radius: 100px;
    box-shadow: rgba(131, 119, 198, 0.11) 0px 18px 30px 0px;
    padding-right: 3px;
}

.zsocial_zregister a.go:hover,
.zsocial_zregister a.go:active{
	background-color: #c33f2a;
}

.zsocial_zregister a.go:before{
	content: "\f1a0";
	background-color: #c33f2a;
}

.zsocial_zregister a.tw{
	background-color: #00ACEE;
}

.zsocial_zregister a.tw:hover,
.zsocial_zregister a.tw:active{
	background-color: #0087BB;
}

.zsocial_zregister a.tw:before{
	content: "\f099";
	background-color: #0087BB;
}

.zsocial_zseparator_zregzlog{
	margin: 30px 0;
	width: 100%;
	height: 1px;
	background-color: #336699;
	position: relative;
}

.zsocial_zseparator_zregzlog:after{
	content: "OR";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	background-color: #336699;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	padding: 10px;
	color: #fff;
	font-weight: bold;
}









.zcontent_zregister{
	padding: 10px;
	overflow: hidden;
}

.zcontent_zregister table{
	width: 100%;
}

.zcontent_zregister table tr td.zinfo > span{
	display: block;
	padding-bottom: 10px;
	letter-spacing: -4px;
}

.zcontent_zregister table tr td.zinfo > span *{
	letter-spacing: 0px;
}

.zcontent_zregister table tr td.zinfo > span.zerror{
	color: #D8000C;
}

.zcontent_zregister table tr td.zinfo > span.zinfo{
	color: #00529B;
}

.zcontent_zregister table tr td.zinfo > span.zsuccess{
	color: #4F8A10;
}

.zcontent_zregister table tr td.zinfo > span.zwarning{
	color: #9F6000;
}

.zcontent_zregister table tr td:first-child{
	width: 20%;
}

.zcontent_zregister table tr td{
	letter-spacing: -4px;
	padding: 2px 0;
}

.zcontent_zregister table tr td *{
	letter-spacing: 0px;
}

.zcontent_zregister table tr td > div{
	display: inline-block;
	vertical-align: middle;
	letter-spacing: -4px;
}

.zcontent_zregister table tr td > div *{
	letter-spacing: 0px;
}

.zcontent_zregister table tr td > div input{
	display: inline-block;
}

.zcontent_zregister table tr td > div label{
	vertical-align: middle;
}

.zcontent_zregister table tr td > div input[type=radio],
.zcontent_zregister table tr td > div input[type=checkbox]{
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}

.zcontent_zregister table tr td > div label{
	cursor: pointer;
	font-size: 13px;
}

.zcontent_zregister table tr td > label{
	font-weight: bold;
}

.zcontent_zregister table tr td > div:not(.zregtype){
	width: 100%;
}

.zcontent_zregister table tr td .title_text{
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	resize: vertical;
	min-height: 38px;
}

.zcontent_zregister table tr td textarea.title_text{
	height: 170px;
}

.zcontent_zregister table tr td input[type=text],
.zcontent_zregister table tr td input[type=password],
.zcontent_zregister table tr td select,
.zcontent_zregister table tr td textarea{
	border: 1px solid #cfcfcf;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	padding: 8px 5px;
	background-color: #fff;
	font-family: Arial, sans-serif;
	width: 50%;
	height: 55px;
}

.zcontent_zregister table tr td input.prix{
	width: 150px;
}

.zcontent_zregister table tr td input[type=text]:hover,
.zcontent_zregister table tr td input[type=password]:hover,
.zcontent_zregister table tr td select:hover{
	border-color: #000000;
}
.zcontent_zregister table tr td input[type=text]:focus,
.zcontent_zregister table tr td input[type=password]:focus,
.zcontent_zregister table tr td select:focus{
	border-color: #2190ea;
}

.zcontent_zregister table tr td > div label:not(.zlabelspe1){
	width: 100%;
	display: block;
}

.zsubmit_zregister{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	padding: 10px 20px;
	border-width: 1px;
	cursor: pointer;
	font-weight: bold;
	width: 100%;
    background-color: #2E6BFF;
    border-color: #2E6BFF;
    color: #FFFFFF;
}

.zsubmit_zregister:hover, .zsubmit_zregister:focus{

    background-color: #2455CC;
    border-color: #2455CC;
}

.zcontent_zregister table tr td .error input,
.zcontent_zregister table tr td .error select,
.zcontent_zregister table tr td .error textarea{
	border-color: #D8000C;
}


.zcontent_zregister table tr td #zregtitre,
.zcontent_zregister table tr td #zregdesc{
	width: 444px;
	padding: 10px !important;
	max-width: 444px;
}
.zcontent_zregister table tr td #zregdesc{
	height: 225px;
}
.zcontent_zregister table tr td #zregprix{
	width: 165px;
	padding: 10px !important;
	display: inline-block;
	vertical-align: middle;
}

.zcontent_zregister table tr td .zdevisetext{
	position: relative;
	top: 2px;
}

.zcontent_zregister table tr td div{
	position: relative;
}

.zcontent_zregister table tr td div i{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	font-size: 16px;
	cursor: default;
	color: #BFBFBF;
}

.zcontent_zregister table tr td > div.input_multi{
	overflow: hidden;
	margin: 5px 0;
}

.zcontent_zregister table tr td > div.input_multi > *{
	width: 49%;
}

.zcontent_zregister table tr td > div.input_multi > *:nth-child(2n+0){
	margin-bottom: 5px;
}

.zcontent_zregister table tr td > div .upload_image{
	overflow: hidden;
	margin: 10px 0 10px 0;
}

.zcontent_zregister .g-recaptcha{
	display: inline-block;
}

.zcontent_zregister .g-recaptcha.error{
	border: 2px solid #D8000C;
	border-radius: 5px;
}

.features-box{
	text-align: center;
	margin-bottom: 15px;
	padding: 10px 20px;
}

.features-box:last-child{
	margin-bottom: 0;
}

.features-box i{
	font-size: 55px;
	margin-bottom: 10px;
}

.features-box i.blue{
	color: #2277bd;
}

.features-box i.gold{
	color: #deb25d;
}

.features-box h2{
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 7px;
}

.features-box p{
	font-size: 14px;
}




















.zcontent_zregister table tr td > div .upload_image div.upload{
	width: 25%;
	overflow: hidden;
	position: relative;
}

.zcontent_zregister table tr td > div div.uploadbtn input[type=file],
.zcontent_zregister table tr td > div .upload_image div.upload input[type=file]{
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	cursor: pointer;
	z-index: 2;
	opacity: 0;
}

.zcontent_zregister table tr td > div div.uploadbtn > div,
.zcontent_zregister table tr td > div .upload_image div.upload > div{
	position: relative;
	z-index: 1;
}

.zcontent_zregister table tr td > div .upload_image div.upload > div .icon{
	height: 90px;
	border: 2px dashed #cfcfcf;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	position: relative;
}

.zcontent_zregister table tr td > div .upload_image div.upload > div .icon:after{
	content: "\f030";
	position: absolute;
	font-family: 'fontawesome' !important;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	color: #cfcfcf;
	font-size: 36px;
}

.zcontent_zregister table tr td > div div.uploadbtn > div .button,
.zcontent_zregister table tr td > div .upload_image div.upload > div .button{
	padding: 5px;
	text-align: center;
	display: block;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	margin-top: 5px;
	font-weight: bold;
	font-size: 12px;
}

.zcontent_zregister table tr td > div .upload_image div.info{
	width: 73%;
	background-color: #fcfcfc;
	border: 1px solid #cfcfcf;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	overflow: hidden;
}

.zcontent_zregister table tr td > div .upload_image div.info .text{
	text-align: center;
	width: 45%;
}

.zcontent_zregister table tr td > div .upload_image div.info .image{
	width: 196px;
	height: 96px;
	background-image: url(../../images/all1.png);
	background-position: -946px 0;
	margin: 10px 0;
}

.zcontent_zregister table tr td > div ul.list_images li{
	position: relative;
	width: 100%;
	display: block;
	height: 100px;
	padding: 10px 0;
	border-bottom: 1px solid #cfcfcf;
}

.zcontent_zregister table tr td > div ul.list_images li.error{
	height: auto;
	background-color: #f1b9b9;
	color: #D8000C;
	border-radius: 5px;
	overflow: hidden;
	margin: 10px 0;
	padding-right: 10px;
	padding-left: 10px;
}

.zcontent_zregister table tr td > div ul.list_images li.error i{
	position: relative;
	top: initial;
	transform: translateY(0%);
	-moz-transform: translateY(0%);
	-webkit-transform: translateY(0%);
	-o-transform: translateY(0%);
	color: #D8000C;
	right: initial;
	left: initial;
}

.zcontent_zregister table tr td > div ul.list_images li:last-child{
	border-bottom: 0;
}

.zcontent_zregister table tr td > div ul.list_images li > span{
	display: inline-block;
	vertical-align: middle;
	padding: 5px;
	height: 100%;
	width: 150px;
	text-align: center;
	border: 1px solid #cfcfcf;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
}

.zcontent_zregister table tr td > div ul.list_images li > span img{
	height: 100%;
	max-width: 100%;
	vertical-align: middle;
}

.zcontent_zregister table tr td > div ul.list_images li .set_cover{
	padding: 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	font-weight: bold;
	position: relative;
}

.zcontent_zregister table tr td > div ul.list_images li .set_cover:before{
	content: "\f00c";
	font-family: 'fontawesome' !important;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.zcontent_zregister table tr td > div ul.list_images li .set_cover#inactive{
	border: 2px solid #4CAF50;
	background-color: #fff;
	color: #4CAF50;
}

.zcontent_zregister table tr td > div ul.list_images li .set_cover#active{
	border: 2px solid #4CAF50;
	background-color: #4CAF50;
	color: #fff;
}

.zcontent_zregister table tr td > div ul.list_images li .btn_close{
	position: relative;
	top: 24px;
	color: #CA4634;
	display: inline-block;
	width: 32px;
	height: 32px;
	overflow: hidden;
}

.zcontent_zregister table tr td > div ul.list_images li .btn_close:after{
	content: "\f057";
	font-family: 'fontawesome' !important;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	font-size: 32px;
}

.zcontent_zregister table tr td > div ul.list_images li .btn_close:hover,
.zcontent_zregister table tr td > div ul.list_images li .btn_close:focus{
	color: #C81414;
}



.loading {
	width: 100%;
	height: 100%;
	min-height: 200px;
	position: relative;
}
.loading .icon {
	display: inline-block;
	position: absolute;
	width: 64px;
	height: 64px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.loading .icon div {
	animation: loading-icon 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	transform-origin: 32px 32px;
}
.loading .icon div:after {
	content: " ";
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
	margin: -3px 0 0 -3px;
}
.loading .icon div:nth-child(1) {
	animation-delay: -0.036s;
}
.loading .icon div:nth-child(1):after {
	top: 50px;
	left: 50px;
}
.loading .icon div:nth-child(2) {
	animation-delay: -0.072s;
}
.loading .icon div:nth-child(2):after {
	top: 54px;
	left: 45px;
}
.loading .icon div:nth-child(3) {
	animation-delay: -0.108s;
}
.loading .icon div:nth-child(3):after {
	top: 57px;
	left: 39px;
}
.loading .icon div:nth-child(4) {
	animation-delay: -0.144s;
}
.loading .icon div:nth-child(4):after {
	top: 58px;
	left: 32px;
}
.loading .icon div:nth-child(5) {
	animation-delay: -0.18s;
}
.loading .icon div:nth-child(5):after {
	top: 57px;
	left: 25px;
}
.loading .icon div:nth-child(6) {
	animation-delay: -0.216s;
}
.loading .icon div:nth-child(6):after {
	top: 54px;
	left: 19px;
}
.loading .icon div:nth-child(7) {
	animation-delay: -0.252s;
}
.loading .icon div:nth-child(7):after {
	top: 50px;
	left: 14px;
}
.loading .icon div:nth-child(8) {
	animation-delay: -0.288s;
}
.loading .icon div:nth-child(8):after {
	top: 45px;
	left: 10px;
}
.loading.color1 .icon div:after {
	background: #fff;
}
.loading.color2 .icon div:after {
	background: #cfcfcf;
}
.loading.color3 .icon div:after {
	background: #60C41D;
}
.loading.color4 .icon div:after {
	background: #819aa9;
}

@keyframes loading-icon {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

































.msg_head{
	padding: 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	letter-spacing: -4px;
}

.msg_head *{
	letter-spacing: 0px;
}

.msg_head.error{
	background-color: #FFBABA;
	color: #D8000C;
	border: 1px solid #D8000C;
}

.msg_head.info{
	background-color: #BDE5F8;
	color: #00529B;
	border: 1px solid #00529B;
}

.msg_head.success{
	background-color: #DFF2BF;
	color: #4F8A10;
	border: 1px solid #4F8A10;
}

.msg_head.warning{
	background-color: #FEEFB3;
	color: #9F6000;
	border: 1px solid #9F6000;
}

.login_parent{
    text-align: center;
    height: 100vh;
}

.login_box {
    display: inline-block;
    vertical-align: middle;
	max-width: 475px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    overflow: hidden;
}

.title_box_gold {
    position: relative;
    display: flex;
    padding: 16px;
    border-bottom: 2px solid rgb(46, 107, 255);
    gap: 16px;
    -webkit-box-pack: center;
    justify-content: center;
}

.login_box .login{
	padding: 10px;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}

.login_box .login .title2{
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}

.login_box .login label{
	margin-bottom: 2px;
}

.login_box .login .post{
	position: relative;
	height: 55px;
	margin-top: 10px;
}

.login_box .login .post label{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #cfcfcf;
	font-size: 16px;
}

.login_box .login label,
.login_box .login input{
	display: block;
	width: 100%;
	vertical-align: middle;
}

.login_box .login .zcontent_zregister label,
.login_box .login .zcontent_zregister input{
	display: initial;
	width: auto;
}

.login_box .login .zcontent_zregister .error input{
	border-color: #D8000C;
}

.login_box .login .zcontent_zregister input[type=text],
.login_box .login .zcontent_zregister select{
	width: 100% !important;
}

.login_box .login label,
.login_box .login input[type=text],
.login_box .login input[type=password]{
	cursor: text;
}

.login_box .login input[type=text],
.login_box .login input[type=password]{
	background-color: #fff;
	color: #444;
	border: 1px solid #cfcfcf;
	padding: 10px 15px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	height: 55px;
}

.login_box .login input[type=text]:focus,
.login_box .login input[type=password]:focus{
	border-color: #2277BD;
}

.login_box .login input[type=submit]{
	margin-top: 10px;
    background-color: #2E6BFF;
    border-color: #2E6BFF;
	color: #fff;
	border-radius: 8px;
}

.login_box .login input[type=submit]:hover, .login_box .login input[type=submit]:focus{

    background-color: #2455CC;
    border-color: #2455CC;
}

.login_box .login .post.error input{
	border-color: #D8000C;
}

.login_box .login .error{
	color: #D8000C;
	letter-spacing: -4px;
}

.login_box .login .error *{
	letter-spacing: 0px;
}

.footer_box_gold{
	padding: 0px 10px;
	height: 50px;
}

.footer_box_gold div{
	height: 100%;
}

.footer_box_gold .left{
	letter-spacing: -4px;
	width: 50%;
	position: relative;
}

.footer_box_gold .left *{
	letter-spacing: 0px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	color: rgb(33 97 250);
}

.footer_box_gold input[type=checkbox]{
	position: relative;
	margin: 0 23px;
	padding: 0px;
}

.footer_box_gold .right{
	position: relative;
	width: 50%;
}

.footer_box_gold .right a,
.footer_box_gold .right input{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	display: inline-block;
	/*color: rgb(33 97 250);*/
    font-size: 14px;
    /*margin-top: -6px;*/
    margin-bottom: 24px;
    font-weight: 500;
    cursor: pointer;
	text-align: center;
	left: 0px;
	width: 100%;
}

.footer_box_gold .right a:hover{
	text-decoration: none;
}

.list_country_image{
	text-align: center;
}

.list_country_image ul{
	letter-spacing: -4px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: -10px;
}

.list_country_image ul *{
	letter-spacing: 0px;
}

.list_country_image ul li{
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 10px;
}

.list_country_image ul li a{
	display: block;
}

.list_country_image ul li a img{
	width: 64px;
	height: 64px;
	display: inline-block;
	vertical-align: middle;
}

.list_country_image ul li a span{
	display: block;
	text-align: center;
}

.annonce_create{
	background-color: #fff;
	border: 1px solid #cfcfcf;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	overflow: hidden;
}

.not-found-classifieds{
	padding: 20px;
	letter-spacing: -4px;
}

.not-found-classifieds *{
	letter-spacing: 0;
	padding: 0;
	margin: 0;
	color: #c3c3c3;
}

.not-found-classifieds .icon,
.not-found-classifieds .text{
	display: block;
}

.not-found-classifieds .text{
	overflow: hidden;
}

.not-found-classifieds .icon i{
	font-size: 60px;
}

.not-found-classifieds .text h1{
	margin-bottom: 5px;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 28px;
}

.not-found-classifieds .text p{
	font-size: 18px;
}

#myCarousel{
	text-align: center;
}
.carousel-indicators {
	position: initial;
	bottom: initial;
	left: initial;
	z-index: 0;
	width: initial;
	padding-left: 0;
	margin-left: 0;
	text-align: initial;
	list-style: none;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: -4px;
}
.carousel-indicators li{
	overflow: hidden;
	border-radius: 5px;
	letter-spacing: 0;
}
.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-moz-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}
.fade:hover, .fade:active{
	opacity:1;
	-webkit-transition: opacity 0.15s linear;
	-moz-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}
.carousel-indicators li,
.carousel-indicators li.active{
	text-indent: 0;
	display: inline-block;
	width: auto;
	height: 50px;
}
.carousel-indicators li img{
	width: auto;
	height: 100%;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.carousel-indicators li.active img {
	opacity: 1;
	filter: alpha(opacity=100);
}

.carousel-control.right{
	background-image: none;
	background-repeat: repeat-x;
    border-radius: 50%;
    background-color: rgb(74, 74, 74);
    width: 48px;
    height: 48px;
    top: 50%;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    border: none;
    margin: 0px;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.8;
    color: white;
}

.carousel-control.left{
	background-image: none;
	background-repeat: repeat-x;
    border-radius: 50%;
    background-color: rgb(74, 74, 74);
    width: 48px;
    height: 48px;
    top: 50%;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    border: none;
    margin: 0px;
    z-index: 2;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.8;
    color: white;
}

.carousel-control{
	position: relative;
	width: 8%;
	height: 100%;
	background-color: transparent;
	filter: alpha(opacity=100);
	opacity: 1;
}


.carousel-control span.icon{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #9a9a9a;
	font-size: 18px;
	font-weight: normal;
	display: block;
}

.carousel-control span.icon:before{
	position: absolute;
	font-family: 'FontAwesome' !important;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
}

.carouselSlide{
	height: 400px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}

.carouselSlide *{
	box-sizing: border-box;
}

.carouselSlide .carousel-inner{
	width: 84%;
	height: 100%;
}

.carouselSlide .carousel-inner .item{
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
    background-color: rgb(236, 236, 236);
}

.carouselSlide .carousel-inner .item img{
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	display: block;
}

.carousel-inner>.item {
	-webkit-transition: -webkit-transform .1s ease-in-out;
	-o-transition: -o-transform .1s ease-in-out;
	transition: transform .1s ease-in-out;
}

.panel-head{
	display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    background-color: #ec060600;
    color: white;
}

.panel-head h4{
	font-weight: bold !important;
	font-size: 16px !important;
	letter-spacing: -4px;
}

.panel-head h4 *{
	letter-spacing: 0;
	vertical-align: middle;
}

.panel-head h4 i{
	font-size: 16px !important;
}

.panel-footer {
	padding: 20px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
}

.panel-footer .btn-default{
	border: 1px solid #cfcfcf;
	background-color:#f4f4f2;
	background-image:-moz-linear-gradient(top,#fafaf9,#ebeae7);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#fafaf9),to(#ebeae7));
	background-image:-webkit-linear-gradient(top,#fafaf9,#ebeae7);
	background-image:-o-linear-gradient(top,#fafaf9,#ebeae7);
	background-image:linear-gradient(to bottom,#fafaf9,#ebeae7);
	background-repeat:repeat-x;
	/*background-color:#ebeae7;*/
	filter:progid:DXImageTransform.Microsoft.gradient(enabled= false);
	text-align: center;
	color: #414141;
	font-weight: bold;
	padding: 5px 15px;
	font-size: 13px;
}

.panel-footer .btn-default:hover,
.panel-footer .btn-default:active{
	background-image: none;
	background-color: #EDEDED;
}

.panel-footer .btn-green{
	border: 1px solid #287d3c;
	background-color:#3cae56;
	background-image:-moz-linear-gradient(top,#43bb5e,#319b4a);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#43bb5e),to(#319b4a));
	background-image:-webkit-linear-gradient(top,#43bb5e,#319b4a);
	background-image:-o-linear-gradient(top,#43bb5e,#319b4a);
	background-image:linear-gradient(to bottom,#43bb5e,#319b4a);
	background-repeat:repeat-x;
	/*background-color:#319b4a;*/
	filter:progid:DXImageTransform.Microsoft.gradient(enabled= false);
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding: 5px 15px;
	font-size: 13px;
}

.panel-footer .btn-green:hover,
.panel-footer .btn-green:active{
	background-color:#37a050;
	background-image:-moz-linear-gradient(top,#3ead58,#2d8d44);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#3ead58),to(#2d8d44));
	background-image:-webkit-linear-gradient(top,#3ead58,#2d8d44);
	background-image:-o-linear-gradient(top,#3ead58,#2d8d44);
	background-image:linear-gradient(to bottom,#3ead58,#2d8d44);
	background-repeat:repeat-x;
	/*background-color:#2d8d44;*/
	filter:progid:DXImageTransform.Microsoft.gradient(enabled= false);
	border-color:#1c5629;
}

.sharer-box{
	overflow: hidden;
}

.sharer-box .logo-share{
	height: 120px;
	background-image: url(../../images/send-256.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 120px;
	width: 25%;
}

.sharer-box .content-share{
	color: #444;
	width: 70%;
}

.sharer-box .content-share h4{
	font-size: 28px;
	font-weight: bold;
}

.sharer-box .content-share p{
	font-size: 14px;
}

.sharer-box .content-share ul{
	letter-spacing: -4px;
}

.sharer-box .content-share ul *{
	letter-spacing: 0;
}

.sharer-box .content-share ul li{
	display: inline-block;
	margin-bottom: 10px;
	border-radius: 5px;
	overflow: hidden;
}

.sharer-box .content-share ul li a{
	display: block;
	position: relative;
	height: 35px;
	line-height: 35px;
	color: #fff;
	font-weight: bold;
}

.sharer-box .content-share ul li a:hover{
	text-decoration: none;
}

.sharer-box .content-share ul li a:before{
	content: '';
	position: absolute;
	width: 35px;
	height: 35px;
}

.sharer-box .content-share ul li a:after{
	position: absolute;
	font-family: 'FontAwesome' !important;
	font-size: 18px;
}

/*Btn share Facebook*/
.sharer-box .content-share ul li.fb a{
	background-color: #3B5998;
}

.sharer-box .content-share ul li.fb a:hover{
	background-color: #2d4373;
}

.sharer-box .content-share ul li.fb a:before{
	background-color: #253862;
}

.sharer-box .content-share ul li.fb a:after{
	content: '\f09a';
	top: 3px;
}

/*Btn share Twitter*/
.sharer-box .content-share ul li.tw a{
	background-color: #4aa1f2;
}

.sharer-box .content-share ul li.tw a:hover{
	background-color: #0c85d0;
}

.sharer-box .content-share ul li.tw a:before{
	background-color: #3e8acf;
}

.sharer-box .content-share ul li.tw a:after{
	content: '\f099';
	top: 2px;
}

/*Btn share Google plus*/
.sharer-box .content-share ul li.gp a{
	background-color: #e44134;
}

.sharer-box .content-share ul li.gp a:hover{
	background-color: #d62516;
}

.sharer-box .content-share ul li.gp a:before{
	background-color: #c2362b;
}

.sharer-box .content-share ul li.gp a:after{
	content: '\f0d5';
	top: 2px;
}

/*Btn share LinkedIn*/
.sharer-box .content-share ul li.in a{
	background-color: #3f87bd;
}

.sharer-box .content-share ul li.in a:hover{
	background-color: #156791;
}

.sharer-box .content-share ul li.in a:before{
	background-color: #13587b;
}

.sharer-box .content-share ul li.in a:after{
	content: '\f0e1';
	top: 2px;
}

/*Btn share Pinterest*/
.sharer-box .content-share ul li.pi a{
	background-color: #be2f22;
}

.sharer-box .content-share ul li.pi a:hover{
	background-color: #8c0615;
}

.sharer-box .content-share ul li.pi a:before{
	background-color: #7b0714;
}

.sharer-box .content-share ul li.pi a:after{
	content: '\f231';
	top: 2px;
}

h4.search-total{
	color: #3480c4;
	font-weight: bold;
	font-size: 16px;
	margin-top: 0;
}

.report-box textarea{
	max-width: 100%;
	min-width: 100%;
	height: 200px;
	min-height: 34px;
}

.report-box .form-group{
	margin-bottom: 10px;
}

.report-box .error input,
.report-box .error textarea,
.report-box .error select{
	border-color: #D8000C;
}

.report-box .g-recaptcha{
	display: inline-block;
}

.report-box .g-recaptcha.error{
	border: 2px solid #D8000C;
	border-radius: 5px;
}

.report-box .error label{
	color: #D8000C;
}

.report-box .error .msg-error{
	color: #D8000C;
	position: relative;
}

.report-box .error .msg-error:before{
	content: '\f12a';
	font-family: 'FontAwesome' !important;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
}

.box-success{
	text-align: center;
	color: #5eab19;
}

.box-success i{
	font-size: 180px;
}

.box-success p{
	font-size: 20px;
}

.classifieds-title{
	font-weight: bold;
	font-size: 28px;
}

.language-list{
	padding: 20px 0;
	border-bottom: 1px solid #d2d2d2;
}

.language-list ul{
	overflow: hidden;
}

.language-list ul li a,
.language-list ul li span{
	display: block;
	padding: 5px 0;
	font-size: 14px;
}

.language-list ul li span{
	color: #737373;
}

.verification-recaptcha{
	text-align: center;
}

.verification-recaptcha .g-recaptcha{
	display: inline-block;
	vertical-align: middle;
}

.verification-recaptcha .g-recaptcha.error{
	border: 2px solid #D8000C;
	border-radius: 5px;
}

.verification-recaptcha .error{
	color: #D8000C;
	margin-top: 5px;
}

.tab-panel{
	background-color: transparent;
}

.tab-panel > ul.head{
	overflow: hidden;
	display: inline-block;
	border-top: 1px solid #cfcfcf;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	vertical-align: middle;
	position: relative;
	top: 1px;
}

.tab-panel > ul.head li{
	width: auto;
	overflow: hidden;
	border-bottom: 1px solid #cfcfcf;
	vertical-align: bottom;
}

.tab-panel > ul.head li.active{
	background-color: #fff;
	border-bottom-color: #fff;
}

.tab-panel > ul.head li a{
	display: block;
	padding: 8px 15px;
	font-weight: bold;
	background-color:#f4f4f2;
	background-image:-moz-linear-gradient(top,#fafaf9,#ebeae7);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#fafaf9),to(#ebeae7));
	background-image:-webkit-linear-gradient(top,#fafaf9,#ebeae7);
	background-image:-o-linear-gradient(top,#fafaf9,#ebeae7);
	background-image:linear-gradient(to bottom,#fafaf9,#ebeae7);
	background-repeat:repeat-x;
	/*background-color:#ebeae7;*/
	background-color:#ebeae7;
	color: #414141;
}

.tab-panel > ul.head li a i{
	vertical-align: middle;
	font-size: 18px;
	color: #bfbfbf;
}

.tab-panel > ul.head li.active a{
	background-image: none;
	background-color: #fff !important;
}

.tab-panel > ul.head li a:hover{
	background-image: none;
	background-color: #EDEDED;
	text-decoration: none;
}

.tab-panel .body-panel{
	background-color: #fff;
	padding: 10px;
	border: 1px solid #cfcfcf;
	border-radius: 5px;
}

.tab-panel .body-panel .aucun .rectangle{
	background-color: #70a7c7;
	color: #fff;
	padding: 25px 55px;
	border-radius: 5px;
}

.tab-panel .body-panel .aucun .rectangle h1{
	font-size: 28px;
	font-weight: bold;
}

.tab-panel .body-panel .aucun .rectangle p{
	margin-top: 10px;
	font-size: 20px;
	margin-bottom: 0;
}

.tab-panel .body-panel .aucun .guidance{
	margin-top: 15px;
	margin-bottom: 5px;
}

.tab-panel .body-panel .aucun .guidance .icon{
	width: 10%;
	text-align: center;
}

.tab-panel .body-panel .aucun .guidance .icon i{
	font-size: 52px;
	color: #bfbfbf;
}

.tab-panel .body-panel .aucun .guidance .text{
	width: 90%;
	color: #444;
}

.tab-panel .body-panel .aucun .guidance .text h3{
	font-size: 20px;
	font-weight: bold;
}

.tab-panel .body-panel .aucun .guidance .text p{
	margin-top: 10px;
	margin-bottom: 0;
}

.tab-panel .body-panel .settings{
	margin: 10px;
}

.tab-panel .body-panel .settings .left{
	width: 30%;
}

.tab-panel .body-panel .settings .right{
	width: 70%;
}

.tab-panel .body-panel .settings ul.menu{
	border: 1px solid #cfcfcf;
	border-radius: 3px;
	overflow: hidden;
}

.tab-panel .body-panel .settings ul.menu li{
	border-bottom: 1px solid #cfcfcf;
	overflow: hidden;
}

.tab-panel .body-panel .settings ul.menu li:last-of-type{
	border-bottom: 0;
}

.tab-panel .body-panel .settings ul.menu li a{
	background-color: #fcfcfc;
	display: block;
	padding: 8px 15px;
	color: #414141;
}

.tab-panel .body-panel .settings ul.menu li a:hover,
.tab-panel .body-panel .settings ul.menu li a:active{
	background-color: #ececeb;
	text-decoration: none;
}

.tab-panel .body-panel .settings ul.menu li.active a{
	background-color: #ececeb;
	font-weight: bold;
}

.tab-panel .body-panel .settings .title{
	border-bottom: 1px solid #cfcfcf;
	padding-bottom: 20px;
	font-size: 22px;
	font-weight: bold;
}

.recover_password .icon{
	height: 86px;
	position: relative;
}

.recover_password .icon:before{
	content: '';
	width: 86px;
	height: 86px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-image: url(../../images/all1.png);
	background-position: -1271px -88px;
	background-repeat: no-repeat;
}

.recover_password .verification-recaptcha{
	text-align: initial;
}

.recover_password label{
	font-weight: bold;
}

.perfect .icon{
	height: 86px;
	position: relative;
}

.perfect .icon:before{
	content: '';
	width: 86px;
	height: 86px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-image: url(../../images/all1.png);
	background-position: -1272px -0px;
	background-repeat: no-repeat;
}

.list-countries{
	text-align: center;
}

.list-countries ul{
	display: inline-block;
	vertical-align: middle;
}

.list-countries ul li{
	display: inline-block;
	margin-bottom: 5px;
}

.list-countries ul li a{
	display: block;
	font-weight: bold;
	border: 1px solid transparent;
	padding: 3px;
	border-radius: 5px;
	overflow: hidden;
}

.list-countries ul li.active a,
.list-countries ul li a:hover,
.list-countries ul li a:active{
	background-color: rgb(243, 243, 243);
	border-color: rgb(243, 243, 243);
	text-decoration: none;
}

.list-countries ul li a img{
	width: 64px;
	height: 64px;
	vertical-align: middle;
}

.list-countries ul li a div{
	text-align: center;
	margin-top: 5px;
}




















.contact-us h1.title{
	font-size: 26px;
	font-weight: bold;
	color: #00bbcb;
	padding: 10px 25px 20px 25px;
}

.contact-us .inn{
	overflow: hidden;
	width: 100%;
}

.contact-us .inn .left{
	width: 69%;
}

.contact-us .inn .right{
	width: 30%;
}

.contact-us .inn input,
.contact-us .inn textarea{
	display: block;
	padding: 10px 15px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-bottom: 10px;
}

.contact-us .g-recaptcha{
	margin-bottom: 10px;
}

.contact-us .inn input[type=submit]{
	background-color: #f86d28;
	color: #fff;
	margin-bottom: 0;
	border: 0;
}

.contact-us .inn input[type=submit]:hover,
.contact-us .inn input[type=submit]:focus{
	background-color: #ff5400;
}

.contact-us .inn input[type=text],
.contact-us .inn textarea{
	border: 1px solid transparent;
	background-color: #fff;
	width: 100%;
}

.contact-us .inn textarea{
	max-width: 100%;
	min-width: 100%;
	height: 250px;
}

.contact-us .inn .bx{
	background-color: #f1f1f1;
	padding: 20px 25px;
	color: #112e37;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.contact-us .inn .bx .msg{
	margin-bottom: 10px;
	position: relative;
}

.contact-us .inn .bx .msg.inp{
	margin-top: -10px;
}

.contact-us .inn .bx .msg:before{
	position: absolute;
	font-family: 'FontAwesome' !important;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.contact-us .inn .bx .msg.error{
	color: #D8000C;
}

.contact-us .inn .bx .msg.error:before{
	content: '\f06a';
}

.contact-us .inn .bx input[type=text].error,
.contact-us .inn .bx textarea.error{
	border-color: #D8000C;
}

.contact-us .inn .bx .msg.success{
	color: #4F8A10;
}

.contact-us .inn .bx .msg.success:before{
	content: '\f058';
}

.contact-us .inn .bx.dark{
	background-color: #112e37 !important;
	color: #fff !important;
}

.contact-us .inn .bx .line{
	overflow: hidden;
	margin-bottom: 20px;
}

.contact-us .inn .bx .line:last-child{
	margin-bottom: 0;
}

.contact-us .inn .bx .line .icon{
	color: #ff5400;
	width: 31px;
	text-align: center;
}

.contact-us .inn .bx .line .icon i{
	font-size: 36px;
}

.contact-us .inn .bx .line .icon,
.contact-us .inn .bx .line .text{
	display: block;
}

.contact-us .inn .bx .line .text{
	overflow: hidden;
}

.contact-us .inn .bx.dark .line .text{
	position: relative;
	top: 6px;
}

.contact-us .inn .bx .line .text .one{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 3px;
}

.contact-us .inn .bx .line .text .two{
	font-size: 14px;
	color: #888;
	margin-top: -3px;
}

.contact-us .inn .bx .line .text .chngdir{
	direction: ltr;
	display: inline-block;
}

.zahti_btn_newannonce{
	display: none;
}

.ads-dblclk-left{
	position: fixed;
	top: 0;
	left: 0;
}

.ads-dblclk-right{
	position: fixed;
	top: 0;
	right: 0;
}

.country-list{
	padding: 55px 0;
	border-bottom: 1px solid #efefef;
	max-width: 665px;
	margin: auto;
}

.country-list ul{
	overflow: hidden;
	text-align: center;
}

.country-list ul li {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
}

.country-list ul li a{
	display: block;
	padding: 5px;
	font-size: 14px;
	border: 1px solid #85befc;
	border-radius: 22px;
	text-decoration: none;
	color: #85befc;
}

.country-list ul li.active a,
.country-list ul li a:hover,
.country-list ul li a:active {
	background-color: #d5f4fd;
	color: #288bfb;
	border-color: #288bfb;
}

.country-list ul li a img{
	width: 24px;
	height: 24px;
	vertical-align: middle;
}

.country-list ul li a span{
	vertical-align: middle;
	font-size: 12px;
}









.search-bar-home {
	padding: 20px 0;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(0, 0, 0, 0.1) 0px 1px 0px 0px;
}
.zahti_header2 search-box-home {
	padding: 20px 0;
}

.search-bar-home input[type=text],
.select2-container .select2-selection {
	position: relative;
	height: 38px;
	background-color: #f3f6f9;
	border: none;
	border-radius: 3px;
	box-shadow: none;
	color: #60717e;
	outline: 0;
	vertical-align: middle;
}

.search-bar-home input[type=text] {
	padding: 0 10px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.search-bar-home input[type=text]:hover {
    box-shadow: rgb(155, 155, 155) 0px 0px 0px 1px inset;
}
.search-bar-home input[type=text]:focus {
	box-shadow: rgb(46, 107, 255) 0px 0px 0px 2px inset;
}

.search-bar-home button {
    height: 38px;
    vertical-align: middle;
    border: none;
    border-radius: 3px;
    box-shadow: none;
    outline: 0;
    padding: 0 22px;
    background-color: #004aff;
	border-color: #2E6BFF;
    color: #fff;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.search-bar-home button:hover,
.search-bar-home button:active {
	background-color: #2455CC;
	border-color: #2455cc;
}

.select2-container .select2-selection .select2-selection__rendered {
	position: relative;
	top: 6px;
}

.select2-container .select2-selection .select2-selection__arrow {
	top: 6px;
}

.search-bar-home input[type=text],
.select2-container,
.search-bar-home button {
	width: 100% !important;
}



.search-bar-home ul {
	overflow: hidden;
}

.search-bar-home ul > li:nth-child(1),
.search-bar-home ul > li:nth-child(2),
.search-bar-home ul > li:nth-child(3) {
	width: 27.333333333333333%;
}



.search-bar-home ul > li:nth-child(4) {
	width: 15%;
}

.home-random {
	background-color: #ffffff;
	padding: 35px 0 15px;
}

ul.home-random-classifieds {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	max-width: 100%;
	list-style: none;
}

ul.home-random-classifieds > li {
	float: right;
    width: 20%;
    flex-grow: 1;
    -moz-transition: top ease 0.3s;
    -o-transition: top ease 0.3s;
    -ms-transition: top ease 0.3s;
    display: flex;
    flex-direction: column;
    border: 1px solid rgb(231, 231, 232);
    border-radius: 8px;
    background-color: white;
    transition: box-shadow 0.2s ease-in-out;
}

@media screen and (max-width: 940px) {
	ul.home-random-classifieds > li {
		width: 24%;
	}
}

ul.home-random-classifieds > li:hover,
ul.home-random-classifieds > li:active {
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

ul.home-random-classifieds > li > a {
	display: block;
	text-decoration: none;
}

ul.home-random-classifieds > li > a img.cover {
	width: 100%;
	height: 200px;
	object-fit: cover;
    border-radius: 8px;

}

ul.home-random-classifieds > li > a .bg-gray {
	padding: 20px;
	background-color: #fff;
	color: #4c4c4c;
}

ul.home-random-classifieds > li > a .bg-gray .top-cl {
	overflow: hidden;
	margin-bottom: 25px;
	border-bottom: 1px solid #cdcdcd7a;
	padding-bottom: 10px;
}

ul.home-random-classifieds > li > a .bg-gray .price {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
}

ul.home-random-classifieds > li > a .bg-gray .price .pr {
	display: inline-block;
	direction: ltr;
}

ul.home-random-classifieds > li > a .bg-gray .price i {
	font-size: 18px;
	vertical-align: middle;
	display: inline-block;
}

ul.home-random-classifieds > li > a .bg-gray .time {
	vertical-align: middle;
	display: inline-block;
	font-size: 15px;
}

ul.home-random-classifieds > li > a .bg-gray .time i {
	font-size: 18px;
	vertical-align: middle;
	display: inline-block;
}

ul.home-random-classifieds > li > a .bg-gray h2.title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #2186eb;
}

ul.home-random-classifieds > li > a .bg-gray span.country-city {
	overflow: hidden;
	display: block;
}

ul.home-random-classifieds > li > a .city {
	border: 1px solid #cfcfcf;
	padding: 5px 10px;
	background-color: #d3d3d340;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 14px;
}











@media screen and (max-width: 755px) {
	.search-bar-home ul > li {
		width: 24.25% !important;
	}

	ul.home-random-classifieds > li {
		width: 49%;
	}
}

@media screen and (max-width: 500px) {
	.search-bar-home ul > li:nth-child(1) {
		width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.search-bar-home ul > li:nth-child(2),
	.search-bar-home ul > li:nth-child(3) {
		width: 49.5% !important;
	}

	.search-bar-home ul > li:nth-child(4) {
		width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.search-bar-home ul > li {
		margin-bottom: 10px;
	}

	.search-bar-home ul > li:last-child {
		margin-bottom: 0;
	}

	ul.home-random-classifieds > li {
		width: 100%;
	}
}

@media (max-width: 1007px) {
    .zahti_liens .zahti_all .nav-categories {
        display: none !important;
    }
	.zahti_header .zahti_liens .zahti_all .zbtn_listheader {
        display: inline-block;
    }
}

@media screen and (max-width: 600px) {
	.search-bar-home {
		margin: 10px 0;
	}
}

@media screen and (max-width: 1153px){
	.ads-dblclk-left, .ads-dblclk-right{
		display: none;
	}
}

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

	#zahti_all{
		padding-right: 50px;
        padding-left: 50px;
	}

	#zahti_all .zahti_inner{
		width: 100%;
	}

	.zahti_home2 .zcitys,
	.zahti_home .ztypes{
		float: none !important;
		width: 100%;
	}

	.zahti_home2 .zcitys{
		margin-bottom: 10px;
	}

	.zahti_cat .zahti_assumbler_one > .zannonces{
		width: 100%;
	}

	.zahti_cat .zahti_assumbler_one > .zautre{
		width: 100%;
		display: none;
	}

	.zcontent_zregister table tr td input[type=text],
	.zcontent_zregister table tr td input[type=password],
	.zcontent_zregister table tr td select,
	.zcontent_zregister table tr td textarea,
	.zsubmit_zregister{
		width: 100% !important;
	}

	.zahti_cat .zahti_assumbler_one > .zannonces > .signup-block{
		width: 100%;
	}
	
	.zahti_cat .zahti_assumbler_one .zannonces .post {
		width: 100%;
	}

	.zlocalandtime{
		padding: 0;
	}

	.zlocalandtimephone{
		display: block;
	}

	.login_box{
		width: 100%;
	}

	.contact-us .inn .bx .line .icon{
		width: 24px;
	}

	.contact-us .inn .bx .line .icon i{
		font-size: 28px;
	}

	.contact-us .inn .bx .line .text .one{
		font-size: 16px;
	}

	.contact-us .inn .bx .line .text .two{
		font-size: 12px;
	}

}

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

	.zahti_header .zahti_liens .zahti_all .zlistheader{
		display: none;
	}

	.ads-display-pc{
		display: none;
	}

	.ads-display-phone{
		display: block;
	}

}

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

	.zahti_header2 .ztitle{
		font-size: 30px;
	}

}
@media screen and (max-width: 602px){
	.znewannonce{
		display: none !important;
	}
}

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

	.zahti_random6_horizontal ul > li{
		width:19.2%;
	}

	.zahti_random6_horizontal ul > li:nth-child(5n){
	  margin-bottom: 14px;
	}

	.zahti_random6_horizontal ul > li:nth-child(5n):last-child{
	  margin-bottom: 0;
	}

	.zahti_random6_horizontal ul > li:nth-child(6n){
	  margin-bottom: 0;
	}

	.zahti_random6_horizontal ul > li:nth-child(6n):last-child{
	  margin-bottom: 0;
	}

	.contact-us .inn .left,
	.contact-us .inn .right{
		float: none !important;
		width: 100%;
	}

	.contact-us .inn .left{
		margin-bottom: 10px;
	}

}

@media (max-width: 655px) {
  .contactus-icon {
    display: none;
  }
}

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

	#zahti_all{
		padding-right: 50px;
        padding-left: 50px;
	}

	.zahti_btn_newannonce a.zbtn_newannonce{
		display: block;
        width: 100%;
	}

	.zahti_header2 {
		display: none;
	}
	

	.zahti_header2 .zahti_inner > input[type=text],
	.zahti_header2 .zahti_inner > input[type=submit],
	.zahti_header2 .zahti_inner > select{
		width: 100%;
		float: none;
	  margin-right: 0 !important;
		margin-left: 0 !important;
		margin-bottom: 10px;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-o-border-radius: 0;
	}

	.zahti_header2 .zahti_inner > input[type=submit]{
		margin-bottom: 0;
	}

	.zahti_random6_horizontal ul > li{
		width: 24.25%;
	}

	.zahti_random6_horizontal ul > li:nth-child(4n){
	  margin-bottom: 14px;
	}

	.zahti_random6_horizontal ul > li:nth-child(4n):last-child{
	  margin-bottom: 0;
	}

	.zahti_random6_horizontal ul > li:nth-child(5n){
	  margin-bottom: 0;
	}

	.zahti_random6_horizontal ul > li:nth-child(5n):last-child{
	  margin-bottom: 0;
	}

	.zahti_mobile .ztext{
		display: none;
	}

	.zahti_footer{
		margin: 10px 0;
		text-align: center;
	}

	.zahti_footer .zall_one{
		height: auto;
	}

	.zahti_footer .zall_one .zliens .zinner{
		display: block;
		height: auto;
		vertical-align: middle;
	}

	.zahti_footer .zall_one .zautre{
		display: inline-block;
		height: auto;
	}

	.zahti_footer .zall_one .zautre .zinner{
		display: block;
		height: auto;
		vertical-align: middle;
	}

	.zahti_footer .zall_one ul{
		display: inline-block;
		overflow: hidden;
		vertical-align: middle;
	}

	.zahti_footer .zall_one .zliens{
		float: none !important;
		display: block;
		height: auto;
	}

	.zahti_footer .zall_one .zautre{
		float: none !important;
		margin-top: 10px;
	}

	ul.zlistannonces > li > a .zinfo{
		width: 65%;
	}

	.zviewannonce{
		padding: 0;
	}

	.zheaderzpgzspe .zicon_reg{
		display: none;
	}

	.zheaderzpgzspe > div .ztitle{
		font-size: 16px;
	}

	.zcontent_zregister table tr td > div .upload_image div.upload{
		width: 100%;
	}

	.zcontent_zregister table tr td > div .upload_image div.info{
		width: 0;
		display: none;
	}

	.not-found-classifieds .icon i{
		font-size: 50px;
	}

	.not-found-classifieds .text h1{
		font-size: 24px;
	}

	.not-found-classifieds .text p{
		font-size: 14px;
	}

	.search-box-top{
		display: none;
	}

	.zahti_header .zahti_liens .zahti_all .zlist2header{
		display: none;
	}

	.zahti_header .zahti_liens{
        width: auto !important;
        margin-top: 10px;
    }

	.zahti_header .zahti_liens .zahti_all .zlist3header{
		margin: 10px 0;
		display: block;
		width: 100%;
	}

	.zahti_header .zahti_liens .zahti_all .zlist3header .btn-icon-user{
		position: relative;
		top: 6px;
	}

	.zahti_header .zahti_liens .zahti_all .zlist3header .btn-icon-user{
		width: 49%;
		display: block;
	}

	.zahti_header .zahti_liens{
		width: 100%;
	}

	.zahti_header .zahti_liens .zahti_all a.zbtn_listheader{
		display: inline-block;
		/*position: absolute;*/
		top: 1px;
		margin: 45px 7px 0px 40p;
	}

	.zahti_header .zahti_logo{
		position: relative;
		top: 5px;
	}

	.zahti_header .zahti_liens .zahti_all .zsep{
		display: none;
	}
}

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

	.zahti_header2 .ztitle{
		font-size: 20px;
	}

}

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

	.zannoncefooter .zcenter ul{
		width: 100%;
		display: block;
	}

	.zannoncefooter .zcenter ul li{
		text-align: center;
		margin-bottom: 10px;
	}

	.zannoncefooter .zcenter ul li a{
		width: 100%;
		text-align: center;
	}

	.not-found-classifieds .icon,
	.not-found-classifieds .text{
		display: block;
		text-align: center;
		float: initial !important;
	}

	.not-found-classifieds .icon i{
		font-size: 70px;
	}

	.not-found-classifieds .text h1{
		font-size: 28px;
		margin-top: 5px;
	}

	.not-found-classifieds .text p{
		font-size: 18px;
	}

	.sharer-box .logo-share{
		float: initial;
		width: 100%;
	}

	.sharer-box .content-share{
		float: initial;
		width: 100%;
		text-align: center;
	}

	.tab-panel > ul.head{
		border-radius: 0;
		display: block;
	}

	.tab-panel > ul.head li{
		float: initial;
		width: 100%;
		border-bottom: 1px solid #cfcfcf;
	}

	.tab-panel .body-panel{
		border: none;
		border-radius: 0;
	}

	.tab-panel .body-panel .aucun .rectangle{
		padding: 10px;
		text-align: center;
	}

	.tab-panel .body-panel .aucun .rectangle h1{
		font-size: 20px;
	}

	.tab-panel .body-panel .aucun .rectangle p{
		font-size: 16px;
	}

	.tab-panel .body-panel .aucun .guidance .icon{
		width: 20%;
	}

	.tab-panel .body-panel .aucun .guidance .text{
		width: 80%;
	}

	.tab-panel .body-panel .aucun .guidance .text h3{
		font-size: 18px;
	}

	.tab-panel .body-panel .settings{
		margin: 0;
	}

	.tab-panel .body-panel .settings .left{
		float: initial;
		width: 100%;
		margin-bottom: 15px;
	}

	.tab-panel .body-panel .settings .right{
		float: initial;
		width: 100%;
	}

	.tab-panel .body-panel .settings .title{
		padding-bottom: 10px;
		font-size: 18px;
	}

}

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

	.zahti_random6_horizontal ul{
		display: none;
	}

	.zahti_random6_horizontal .ztitle{
		cursor: pointer;
		color: #336699;
	}

	.zahti_random6_horizontal ul > li{
		width: 49.5%;
	}

	.zahti_random6_horizontal ul > li:nth-child(2n){
	  margin-bottom: 14px;
	}

	.zahti_random6_horizontal ul > li:nth-child(2n):last-child{
	  margin-bottom: 0;
	}

	.zahti_random6_horizontal ul > li:nth-child(4n){
	  margin-bottom: 0;
	}

	.zahti_random6_horizontal ul > li:nth-child(4n):last-child{
	  margin-bottom: 0;
	}

	.zheaderzpgzspe > div .zdesczreg{
		display: none;
	}

	.zcontent_zregister table tr td:first-child{
		width: 0%;
		display: none;
	}

	.zcontent_zregister table tr td > div.input_multi > *:nth-child(1n+0){
		margin-bottom: 5px;
	}

	.zcontent_zregister table tr td span.currency{
		display: none;
	}

}

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

	.zahti_header2 .ztitle,
	.zahti_header2 .zdesc{
		display: none;
	}

	ul.zlistannonces > li ul.control-classifieds{
		top: 75%;
		transform: translateY(-75%);
		z-index: 3;
		font-size: 20px;
	}
	
    .znumerotation_articles ul{
		display: contents;
	}

	.znumerotation_articles ul li{
		display: none;
	}

	.znumerotation_articles ul li.zactive{
		display: none;
	}

	.znumerotation_articles ul li.zbtnback,
	.znumerotation_articles ul li.zbtnnext{
		display: flex;
	}

	.znumerotation_articles ul li.zbtnback a,
	.znumerotation_articles ul li.zbtnnext a{
		display: block;
	}

	.zboxrandnophone{
		display: none;
	}

	.zinfoannonce .zinfodown .zautre{
		width: 100%;
		margin-top: 20px;
	}

	.zbox_annonce .zoptions .zfav,
	.zbox_annonce .zoptions .zautre{
		width: 100%;
		position: initial;
		top: 0;
	}

	.zbox_annonce .zoptions .zfav{
		margin-bottom: 10px;
		text-align: center;
	}

	.search-box-home {
		display: none;
	}

}

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

	.zahti_header .zahti_liens .zahti_all .zsep{
		display: none;
	}

	.zahti_home2 .zcitys .ztitle{
		cursor: pointer;
		color: #336699;
	}

	.zahti_home2 .zcitys > ul{
		display: none;
	}

	.tab-panel .body-panel .aucun .guidance .icon{
		float: initial;
		width: 100%;
		margin-bottom: 10px;
	}

	.tab-panel .body-panel .aucun .guidance .text{
		float: initial;
		width: 100%;
		text-align: center;
	}

}

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

	.zahti_home .ztypes ul > li{
		min-width: 100%;
	}

	.zbntinn1 a{
		width: 100%;
		display: block;
	}

	.zheaderzpgzspe > div .zspecial_zmot{
		display: none;
	}

	.sharer-box .content-share ul li{
		display: block;
	}

}
