/*************************/
/*********Commun**********/
/*************************/
table a {
	display: inline-block;
}
.form-horizontal .checkbox input {
	top: 4px;
}
/*************************/
/******Page liste*********/
/*************************/
/* id image loading */
#alert_encheres_loading {
	font-size:12px;
	text-align:center;
	color:#FF8800;
	font-weight:bold;
}
/* image loading */
#alert_encheres_loading img {
	margin:0 5px;
}
.table>tbody>tr>.custom-padding {
	padding: 8px 15px;
}
#Form_alert_encheres {
    margin: 25px 0;
    border: 1px solid #B3B3B3;
    padding: 15px 25px;
}
#label_alert_encheres {
	min-width: 160px;
}
.call-action .glyphicon {
	font-size: 20px;
}
.call-action span {
    margin-right: 10px;
}
div[id^="vente"] {
	background-color: #fff;
}
div[id^="vente"]  tbody tr.last .glyphicon{
	margin-right: 15px;
}
div[id^="vente"] thead tr{
	background-color: #ddd;
}
.btn-more {
    position: absolute;
    bottom: -20px;
    right: 15px;
    font-size: 25px;
    color: #484848;
}
#bloc-intro-liste a:hover, 
#bloc-intro-liste a:focus {
	text-decoration: none;
	outline: none;
}
#Form_alert_encheres .bt_alert_encheres {
    float: none;
    margin-top: 0;
}
.btn-vente {
	padding: 6px 12px;
	margin: 10px 15px;
}
#bloc-intro-liste {
	margin-bottom: 20px;
}
/*************************/
/******Page dÃ©tail********/
/*************************/
.btn-toggle {
    background-color: #e6e6e6 !important;
    color: #443737;
    padding: 5px 10px;
    font-size: medium;
    border: none;
    transition: all 0.2s ease;
    width: 100%;
}
.btn-toggle:hover {
    background-color: #e6e6e6;
}
.btn-toggle .glyphicon{
	margin: 0 10px;
	position: relative;
    top: 2px;
    transform: rotate(90deg);
} 
.btn-toggle.down .glyphicon{
	transform: rotate(0deg);
	transition: all 0.2s ease;
} 
/*#tab_vente_header [class^="col"]:first-child a{
	display: block;
	margin-bottom: 5px;
}*/
#tab_vente_header .glyphicon {
    font-size: 18px;
    margin-right: 5px;
    vertical-align: middle;
}
.table_lot_detail .glyphicon {
	font-size: 20px;
	margin-right: 5px;
}
#form_detail_vente {
    background-color: #484848;
    padding: 10px;
}
#form_detail_vente .row{
	padding: 15px;
}
#form_detail_vente #bloc-checkbox {
	padding-top: 0;
}
#form_detail_vente label {
	color: #fff;
}
#form_detail_vente input[type="submit"] {
	background-color: #00A6BF;
	border: none;
}
#liste_lots td{
	vertical-align: middle;
}
#liste_lots .glyphicon {
	font-size: 20px;
	margin-right: 10px;
}
.table_lot_detail {
	background-color: #fff;
}
#liste_lots thead, 
.table_lot_detail thead{
	background-color: #ddd;
	color: #484848;
}
#liste_lots thead th.first,
#liste_lots thead th.second,
#liste_lots td.first,
#liste_lots td.second {
	text-align: center;
}
#liste_lots td.last {
	padding-right: 25px;
}
#liste_lots th.last {
	padding-right: 65px;
}
#liste_lots tbody tr:hover {
	background-color: #949494 !important;
	color: #fff;
}
#page_interne  #liste_lots tbody a:hover {
	opacity: 1;
}
#liste_lots tbody td.second {
    width: 65%;
    text-align: left;
}
a.photo span {
    text-decoration: none;
    display: none;
    border: 0px;
}
a.photo span.glyphicon {
    display: inline-block;
}
.bloc-texte-lot {
	padding:10px 15px 25px 10px; 
	height: 110px;
    overflow: hidden;
}
.bloc-texte-image {
	padding: 10px;
    overflow: hidden;
    height: 110px;
    position: relative;
}
.titre-lot span {
	color: #484848;
}
#tab_vente_return {
    margin: 15px 0;
    padding: 5px 15px;
}

/*************************/
/*******MODES********/
/*************************/
#tab_vente_header .list-inline a{
	display: flex;
	align-items: center;
}
#mode_galerie{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
/*    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 10px 10px;*/
}
.lot-image-galerie{
	position: relative;
	justify-self: center;
	align-self:center;
	margin: 0.5em;
	/* flex: 1; */
	width: 10%;
}
.lot-image-galerie a{
    display: flex;
    justify-content: center;
    overflow: hidden;
    height: 170px;
    margin: 0;
    width: 100%;
    object-fit: cover;
}
.lot-image-galerie img{
	object-fit: cover;
}
.txt_nb_photos{
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #fff;
	padding: 0.1em 0.5em;
	font-size: 0.8em;
}
/*************************/
/*******Breakpoint********/
/*************************/

@media only screen and (max-width: 480px) {
	#divmask, #divaffich {
	    width: 150px;
	    text-align: right;
	    background-color: #fff;
	    padding: 8px;
	}
}
@media only screen and (min-width: 768px) {
	#tab_vente_return {
		text-align: right;
		/*float: right;*/
	}
	#mail_alert_encheres {
		width: 100%;
	}
	#form_lots {
		text-align: right;
	}
	.bloc-expo {
		text-align: right;
	}
	#bloc-lots {
		float: right;
	}
	#Form_alert_encheres {
	    margin-top: 0;
	}
	#tab_vente_return {
	    margin-top: 0;
	}
	.btn-vente {
		float: right;	
	}
}
@media only screen and (min-width: 992px) {
	#form_detail_vente .row.mb-custom {
		padding-top: 7px;
	}
}
@media only screen and (max-width: 768px) {
	#form_detail_vente .row [class^="col"]{
		margin-bottom: 15px;
	}
}