.carte-box--left {
	background-color: var(--vert);
	box-shadow: 0 4px 10px #00000033;
	max-height: 300px;
	min-height: 300px;
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	/* background-color: var(--vert); */
	border: none;
	text-transform: uppercase;
	font-weight: 600;
}

.font-medium {
	font-size: 14px;
}

.carte--title {
    display: block;
	font-size: 14px;
	color: #ffffff;
	background-color: var(--vert);
	border: none;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
}

.carte--item {
    padding: 0;
    font-size: 1em;
	color: black;
    line-height: normal;
}
span.carte--item,
span.carte--item{
    height: 20px !important;
}
.carte--item a{
    color: black;
}

.carte--item:hover a {
    color: rgb(255, 165, 0);
}

.carte--item .region-selected {
	font-size: 14;
	font-weight: bold;
	color:var(--vert);
	color: rgb(255, 165, 0);
}

.pretty--a:hover,
.pretty--a:focus  {
	color: #007bff;
	text-decoration: underline;
}

.site-btn-hover-2 {
	font-size: .8rem;
	font-weight: 800;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 10px 12px;
	border: none;
	transition: .2s ease-in-out;
	border-radius: .1rem;
	border: 1px solid var(--vert);
	color: var(--vert);
	background: #fff;
}

.site-btn-hover-2:hover {
	color:var(--vert);
	background: #ffffff;
	border: 1px solid transparent;
	box-shadow: 0 4px 5px #00000033;
}

.footer {
	background: #e2e5e5;
}

.logo{
	color:black;
	font-weight: bold;
	opacity: 0.8;
	font-size:2em;
}

.w-sm-75 {
	width: 75%;
}

my-sm-3{
	margin-top: 15px;
	margin-bottom: 15px;
}

@media (min-width:768px){
	.w-sm-75{
		width: 100%;
	}
	my-sm-3{
		margin-top: 0;
		margin-bottom: 0;
	}
}

body {
	color: #333;
	font: Roboto, Helvetica, Arial, sans-serif;
}

.post-holder a.post-link span {
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 24px;
	max-height: 52px;
}

.post-holder {
	-webkit-font-smoothing: antialiased;
	border-top: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.post-holder {
	overflow: hidden;
	padding: 11px 15px;
}

.post-holder .post {
	width: 700px;
	border-right: solid 1px #ddd;
	float: left;
}

.post-holder .alignleft {
	float: left;
	margin: 0 20px 0 0;
	width: 164px;
	position: relative;
	height: 109px;
	background: #f3f3f3;
	overflow: hidden;
}

.post-holder .text-area {
	overflow: hidden;
	padding: 2px 180px 0 0;
	height: 109px;
	position: relative;
}

.post-holder .options {
	float: right;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 230px;
	padding: 2px 0 0;
}

.post-holder .post a.post-link.post-vip {
	margin: 0 20px 0 0;
}

.post-holder .post a.post-link {
	margin: 0 20px 13px 0;
	max-height: initial;
}

.post-holder a.post-link {
	text-overflow: ellipsis;
	font-size: 1.143em;
	line-height: 1.514em;
	font-weight: 600;
	margin: 0 0 6px;
	color: #0a6ead;
	display: block;
	height: 47px;
  }

.post-holder .address {
	width: 425px;
}

.post-holder time, .post-holder .address {
	font-size: 13px;
	line-height: 22px;
	color: #333;
	display: block;
}

.info-zone {
	position: absolute;
	bottom: 15px;
	right: 20px;
	text-align: right;
}

.post-holder .options .aside {
	display: inline-block;
	vertical-align: middle;
	margin-right: 0;
}

.post-holder .options .waiting, .account-zone .post-holder .options .new, .account-zone .post-holder .options .pending, .account-zone .post-holder .options .auto_review, .account-zone .post-holder .options .expired, .account-zone .post-holder .options .review {
	font-size: .54167;
	line-height: 17px;
	font-weight: bold;
	background-color: #ffb515;
	color: #fff;
	padding: 4px 10px 4px 10px;
	position: relative;
	display: inline-block;
	margin: 0 0 10px 0px;
	height: 26px;
	border-radius: 3px;
}

.post-holder .text-area .price {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #333;
	position: absolute;
	right: 20px;
	top: 4px;
}

.post-holder .options .aside a.edit, .account-zone .post-holder .options .aside > span.edit {
	color: #0a6ead;
}

.post-holder .options .aside a, .account-zone .post-holder .options .aside > span {
	font-size: 13px;
	line-height: 24px;
	display: block;
	margin: 0 0 3px;
}

.post-holder .options .aside a.delete, .account-zone .post-holder .options .aside > span.delete {
	color: #fc0000;
}

.post-holder .options .aside a, .account-zone .post-holder .options .aside > span {
	font-size: 13px;
	line-height: 24px;
	display: block;
	margin: 0 0 3px;
}

.post-holder .options .aside a.edit .icon-pencil, .account-zone .post-holder .options .aside > span.edit .icon-pencil {
	font-size: 18px;
	margin: 0 4px 0 10px;
	width: 20px;
  }
  [class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.post-holder .options .aside a.delete .icon-close, .account-zone .post-holder .options .aside > span.delete .icon-close {
	vertical-align: top;
	margin: 2px 5px 5px 10px;
	width: 20px;
	font-size: 18px;
}
[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.membership-btn-1 {
	font-size: .8rem;
	font-weight: 800;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 10px 12px;
	border: 1px solid var(--vert);
	color: #FFF;
	background: var(--vert);
	display: inline-block;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	padding: 10px 15px;
}

.membership-btn-2 {
	font-size: .8rem;
	font-weight: 800;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 10px 12px;
	border: 1px solid var(--vert);
	color: var(--vert);
	background: #FFF;
	display: inline-block;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	padding: 10px 15px;
}


.header--select{
	max-height: 300px;
	overflow-y: auto;
}

.site-btn-mini {
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	padding: 5px 10px;
	background: var(--vert);
	border: none;
}

.delete-btn-mini {
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	padding: 5px 10px;
	background: #dc3545;
	border: 1px solid transparent;
}

.x-title {
	text-overflow: ellipsis;
	font-size: 1.143em;
	line-height: 1.514em;
	font-weight: 600;
	margin: 0 0 6px;
	color: #0a6ead;
	display: block;
	height: 47px;
}

.user-info a {
	font-size: 14px;
	display: inline-block;
	color: #1c1c1c;
	margin-right: 20px;
	text-decoration: underline dotted;
}
