/*card estimation */

@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');




.card--1 .card__img, .card--1 .card__img--hover {
   
}

.card--2 .card__img, .card--2 .card__img--hover {
 
}

.card__like {
    width: 18px;
}

.card__clock {
    width: 15px;
  vertical-align: middle;
    fill: #AD7D52;
}
.card__time {
    font-size: 12px;
    color: #AD7D52;
    vertical-align: middle;
    margin-left: 5px;
}

.card__clock-info {
    float: right;
}

.card__img {
  visibility: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 235px;
  border-top-left-radius: 12px;
border-top-right-radius: 12px;
  
}

.card__info-hover {
    position: absolute;
    padding: 16px;
  width: 100%;
  opacity: 0;
  top: 0;
}

.card__img--hover {
  transition: 0.2s all ease-out;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
  position: absolute;
    height: 235px;
  border-top-left-radius: 12px;
border-top-right-radius: 12px;
top: 0;
  
}
.card-esti {
  transition: all .4s cubic-bezier(0.175, 0.885, 0, 1);
  background-color: #fff;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
  padding: 0;
  max-width: 350px;
  margin: 10px 20px;
  min-height: 450px;
  max-height: 450px;
}
@media (max-width: 767px) {
.card-esti {
    max-width: none;
}

}


.card__info {
z-index: 2;
  background-color: #fff;
  border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px;
   padding: 16px 24px 24px 24px;
}

.card__category {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 500;
  color: #868686;
}

.card__title {
    margin-top: 5px;
    margin-bottom: 10px;
    font-family: 'Roboto Slab', serif;
}

.card__by {
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

.card__author {
    font-weight: 600;
    text-decoration: none;
    color: #AD7D52;
}

.leaflet-control-zoom{
	visibility: hidden;
}

/*carte nego page estimation*/
.card-nego-img {
     position: relative;
    width: 60px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    right: -15px;
}

.card-nego{
  background-color: white;
  z-index: 4000;
  border-radius: 40px 40px 40px 40px;
  display: flex;
  margin-bottom: 40px;
  margin-right: 10px;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
}

.card-nego-place{
    display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
}

.img-nego-esti{
   width: 255%;
    margin-left: -15px;
    margin-top: -0px;
}
.nego-esti-name {
	margin-top : 7px;
    margin-bottom : 7px;
	padding-right : 0px; 
	color : #f10102;
}

@media (max-width: 950px){
	.nego-esti-name {
	margin-top : 15px;
    margin-bottom : 15px;
	padding-right : 0px; 
	color : #f10102;
	}
	.img-nego-esti{
   width: 210%;
    margin-left: -16px;
    margin-top: -6px;
}
}
	
	
	


.card-total{
    width: 100%;
    height: 100%;
    background: linear-gradient(
18deg, rgba(121,9,9,1) 0%, rgba(255,0,0,1) 100%);
    color: white;
    text-align: center;
    vertical-align: middle;
    display: table;
    padding-top: 130px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 100%;
    font-size: 25px;
    font-weight: 900;
    font-style: italic;
}


.card-nego-txt {
    margin: 5px;
    font-size: 14px;
    padding: 0px 0px 0px 0px;
    color: red;
}

.txt_nego {
        font-size: 14px;
    font-weight: 600;
        margin-bottom: 0px;
}

.price_fourchette {
        font-size: 20px;
            margin-bottom: 5px;
}

.price_nego {
    font-size: 35px;
}

.card__category{
font-size: 18px;
}

.big{
        font-size: 28px;
    margin-top: 60px;
}

.nb-esti{
    font-size: 50px;
}



