.listp-item {
   
    overflow: hidden;
    position: relative;
	margin:0;
	margin-bottom: 35px;
}

.relative_item{
   
    overflow: hidden;
    position: relative;

}



.listp-item a{
    position: absolute;
    bottom: 50%;
    bottom: -20px;
    left: 56%;
    left: 50%;
    transform: translate(-51%,50%);
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    z-index: 9999;
    color: white;
    text-align: center;
	transition: .5s ease;
}

.listp-item:hover a {
    bottom: 50%;
		cursor:pointer;
}

a#lieu_input_submit:hover {
    cursor: pointer;
}

.listp-item .relative_item:after {
    content: '';
    background: #ff00004a;
    position: absolute;
    width: 100%;
    HEIGHT: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 100%;
		text-align:center;
	transition: .5s ease;
}

.listp-item .relative_item:hover::after {
    top: 0;
}
.listp-item a:hover {
    color: white;
}


input#lieu_input {
    width: 253px;
    display: inline-block;
}

.filter-container {
    text-align: right;
    margin-top: 50px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

a#lieu_input_submit {
    background: #691515;
    color: white;
    font-size: 17px;
    height: auto;
    width: 45px;
    padding: 10px;
    display: inline-block;
    text-align: center;
}

select.surface_select {
    min-width: 219px;
    margin-left: 56px;
    padding: 0 14px;
}


/* tabs  */
#tabs .tab {
    display: inline-block;
   
    padding: 5px 10px;
    cursor: pointer;
    position: relative;
    z-index:5;
}
#tabs .whiteborder {
   border: 1px solid #707070;
    border-bottom: 1px solid #fff;
    border-radius: 3px 3px 0  0;
}
#tabs .tabContent {
    width: 300px;
    height: 60px;
    border: 1px solid #707070;
    position: relative;
    top: -1px;
    z-index:1;
    padding: 10px;
    border-radius: 0 0 3px 3px
}
#tabs .hide {
    display: none;
}
#tabs .show {
    display: block;
    width: 100%;
    height: auto;
}

/* end tabs */

div#tabs {
    margin: 4% 0;
}

#tabs .tabContent {
    min-height: 443px!important;
    border:none;
}

#tabs .whiteborder {
    border: none;
    border-top: 2px solid #9d6767;
    border-radius: 0;
    color: #9d6767;
    font-weight: 600;
}

.filter-container {
    text-align: right;
    margin-top: 35px;
    margin-bottom: 35px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

input#lieu_input {
    width: 173px;
    display: inline-block;
    height: 40px;
}

a#lieu_input_submit {
    background: #691515;
    color: white;
    font-size: 17px;
    height: 40px;
    width: 40px;
    padding: 5px;
    display: inline-block;
    text-align: center;
}

select.surface_select {
    min-width: 219px;
    margin-left: 35px;
    padding: 0 14px;
    height: 40px;
}

p.no-result {
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 150px;
}
.listp-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

p.lieu {
    position: absolute;
    bottom: 50%;
    bottom: -20px;
    left: 56%;
    left: 50%;
    transform: translate(-51%,50%);
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    z-index: 9999;
    color: white;
    text-align: center;
    transition: .5s ease;
}

p.surface {
    position: absolute;
    bottom: 50%;
    bottom: -20px;
    left: 56%;
    left: 50%;
    transform: translate(-51%,50%);
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    z-index: 9999;
    color: white;
    text-align: center;
    transition: .5s ease;
}

.listp-item:hover p.lieu {
    bottom: 25%;
		cursor:pointer;
		font-size: 15px;
}
.listp-item:hover p.surface {
    bottom: 10%;
		cursor:pointer;
		font-size: 16px;
}

.page-id-3849 .fusion-builder-row.fusion-row{
	display:none;
}

@media (min-width: 320px) and (max-width: 480px) {
  
  /* mobile */
	
	
.filter-container {

    margin-top: 35px;
    margin-bottom: 35px;
    display: block;
    align-items: unset;
    justify-content: unset;
    text-align: center;
}

select.surface_select {
    margin: 0 auto;
    margin-top: 22px;
}

a#lieu_input_submit {
   font-size: 16px;
}

div#tabs .tab {
    display: block;
    text-align: center;
    margin-bottom: 6px;
}
  
}