/* Css de backoffice_gestion_encheres_immobilieres */
.encadre_liste_enchere, .aucune_enchere {
	width: 100%;
	text-align: center;
	padding-top: 45px;
	margin-bottom:40px;
}

.aucune_enchere {
	padding-top: 25px;
	padding-bottom: 25px;
}

.bloc_enchere {
	width:300px;
	margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 35px;
    text-align: center;
    display: inline-block;
}

.bloc_enchere a {
	text-decoration: none;

}

.bloc_enchere_image {
	width:300px;
	height:300px;
	position: relative;
	overflow: hidden;
	border-radius: 300px;
	-webkit-box-shadow:inset 0 0 5px 1px #545454;
	box-shadow:inset 0 0 5px 1px #545454;
	border:1px solid #333;
}

.image_enchere_horizontal {
	/*
	height: 300px;
	width:auto;
	position:absolute;
    margin:auto;
    top:-2000px;left:-2000px;right:-2000px;bottom:-2000px;
    */

    min-height: 300px;
	min-width:300px;
	position:absolute;
    margin:auto;
    top:-2000px;left:-2000px;right:-2000px;bottom:-2000px;
}

.image_enchere_vertical {
	min-height: 300px;
	min-width:300px;
	position:absolute;
    margin:auto;
    top:-2000px;left:-2000px;right:-2000px;bottom:-2000px;
}

.effet_plus_info {
	width: 300px;
    height: 440px;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

.effet_plus_info:hover {
    top:-300px;
}

.plus_info_enchere {
	background-color: #fab72d;
    width: 300px;
    height: 300px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    margin-top: 300px;
}

.bloc_enchere_texte {
	padding-top: 15px;
}

.bloc_enchere_titre {

}

.icon_localisation {
	margin-right:8px;
}
.bloc_enchere_quartier {

}

.bloc_enchere_mise_a_prix {

}

.bloc_enchere_date_vente {

}

.bloc_enchere_description {
	display: none;
}

.bouton_pied_plus_info_immo {
	
}