HTML, BODY {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	font-size: 13px;
	height: 100%;
	color: #333;
}
.btn {
	color: #FFF;
    background-color: #25D366;
    border: none;
    border-radius: 2px;
    position: relative;
    height: 36px;
    margin: 0;
    min-width: 64px;
    padding: 0 16px;
    display: inline-block;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    overflow: hidden;
    will-change: box-shadow;
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    line-height: 36px;
    vertical-align: middle;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}
.btn:active {	
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}
.btn:disabled {
	color: black;
    background-color: #EFEFEF;

}
#titre_vente{
	font-weight: bold;
	font-size: 20px;
}
#timer {
	text-align: center;
	padding: 10px;
	font-size: 16px;
}
#timer.pause {
	color:#CC0000;
}
#message_pause{
	text-align: center;
	padding-bottom: 10px;
	color: #CC0000;
}
#message_debut{
	text-align: center;
	padding-bottom: 10px;
	color: #CC0000;
	display: none;
}
#message_fin{
	text-align: center;
	padding-bottom: 10px;
	color: #CC0000;
	display: none;
}
#message_annonce_debut{
	text-align: center;
	padding-bottom: 10px;
	display: none;
}
#bids {
	text-align: center;
	padding: 10px;
	font-size: 26px;
}
.btn_bids {
	text-align: center;
}
#block_auction {
	text-align: center;
	padding-bottom: 10px;
}
.enchere_a_moi {
	color: #25D366;
}
.enchere_pas_a_moi {
	color: #CC0000;
}
.photo_animal {
/*     display:flex;
    align-items: center;
    justify-items: center;
    align-content: center;
    justify-content: center; */
    width: 40%;
}
.photo_animal img{
    
}
.defile.defile_on {
	/* height: 15%; */
	position: fixed;
	z-index: 2;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(0,0,0,.9);
	border-top: solid 1px #555;
}
.item_defile {
	margin: 1px 1px 0 0;
	width: 2.9%;
  	padding: 0.5%;
	float: left;
	color: #FFF;
	text-align: center;
	font-size: 1.6vw; /* 1vw */
}
.item_defile_encours {
	color: #FFF;
	background: #0000CC;
	animation-name: encours; /* nom de l'animation */
	animation-duration: 2s; /* temps de l'animation (4s) */
	animation-iteration-count: infinite; /* nombre de boucles (infinie) */
	animation-timing-function: linear; /* accel�ration de l'animation (constant) */
}
.item_defile_nonvendu {
	color: #FFF;
	background: #b61b15;
	cursor: pointer;
}
.item_defile_vendu {
	color: #FFF;
	background: #52ae32;
	cursor: pointer;
}
.bloc_stats{
	position: absolute;
    top: 0;
    right: 10px;
    text-align: right;

}
.bloc_animal{
	text-align: center;
}
#bloc_fin_vente{
	text-align:center;
	width:100%;
	display: none;
}
#bloc_recap_vente{
	text-align:center;
	width:100%;
	display: none;
}
#fiche_animal{
	width: 800px;
	height: 603px;
    /* margin-left: 40px; */
    text-align: center;
}
#fiche_animal a, #fiche_animal img{
	width:100%;
	
}
.action_achat{
	text-align: center;
	width: 100%;
}
.action_achat.success{
	color :#25D366;
}
.action_achat.fail{
	color:#CC0000;
}
.stats_fin {
	/* display: none; */
	z-index: 3;
	position: absolute;
	top: 15%;
	/* bottom: 0px; */
	left: 0px;
	right: 0px;
	/* color: #FFF; */
	/* background-image: url(../img_graph/bg_media.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover; */
	/* background-color: #000; */
}
.table_stats {
	width: 50%;
	margin: auto;
	margin-top: 2%;
}
.table_stats TD {
	padding: 1% 3%;
	font-size: 2em;

}
.table_stats TD.vide_stats {
	text-align: center;
	font-weight: bold;
	background: none;
}
.table_stats TD.titre_vente_stats {
	text-align: center;
	font-weight: bold;
	font-size: 2.5em;
}
.table_stats TD.titre_ligne_stats {
	text-align: left;

}
.block_result_achat {
	display:none;
	position: absolute;
    right: 10px;
    margin-left: 500px;
    border-radius: 5px;
    /* width: 200px; */
    margin-left: 500px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    overflow: hidden;
    background: #FFF;
	/* height: 50px; */
	padding: 10px;
    background: #f4f5f7;
	top: 150px;
	z-index: 3;
}
.block_result_achat.success{
	color :#25D366;
}
.block_result_achat.fail{
	color:#CC0000;
}
.bloc_popup_content{
	display: none;
}
/* .bloc_popup_content .menu_left_fiche,.bloc_popup_content .menu_left_photo,.bloc_popup_content .menu_left_video {
	padding: 32px 5px;
} */
.bloc_popup_content .menu_left {
	position: static;
	margin: 0;
}
.bloc_popup_content .menu_left_fiche, .bloc_popup_content .menu_left_photo, .bloc_popup_content .menu_left_video {
	display: inline-block;
	padding-left: 7px;
	background-position: center;
}
@media all and (max-width: 700px) {
	#fiche_animal{
		width: 400px;
		height: 300px;
	}
}