/* CSS Netconception */
.spacer
{
	clear: both;
	display: block;
}

._erreur {
  background-color:#641e18;
  color:#fff;
  padding:10px;
  margin:10px 0;
  font-size: 14px;
  text-align:center;
  width:100%;
}

.lot_photo_parent_liste {
    margin:0 0 10px 0;
    width:100%;
    height:234px;
    background-position:center;
    background-size:cover;
    background-image:url('../../upload/ao_lot/thumb-horse.png');/*/defaut*/
}

.lot_photo_parent_detail {
    margin:0;
    width:100%;
    height:390px;
    background-position:center;
    background-size:cover;
    background-image:url('../../upload/ao_lot/thumb-horse.png');/*/defaut*/
}

.create-account-register-sale {
  display:flex;
  justify-content:space-between;
  margin:20px 0;
  border-top:1px solid #fff;
  padding:20px 0;
}

.mon_champ {
  display:none!important;
}

#join_auction_end {
  display:none;
  cursor:pointer;
}


@media (max-width: 600px) {
  .create-account-register-sale {
    display:block;
  }

}
@media (max-width: 1200px) {

  #menusecondairehaut {
    display:none;
  }
}
/* news */
ul.grid-pagination {
  margin:0; padding:0; list-style:none;
}
ul.grid-pagination li {

}

.embedresize video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}  

/** LIVE **/
#live-bid-bloc-code, .live-bid-btn {
  display:none;
}
.live_required_field {
  border:1px solid rgba(255,0,0,0.9)!important;
}
#live-bid-minimum {
  cursor:pointer;
}
#live-bid-error {
  display:none;
  
  padding:4px;
  color:#f90;
  text-align:center;
  margin:5px 0;
}

.bid-heldby {
    font-size:18px;
    line-height:21px;
    padding:5px 0;
    border-top: #a7a7a7 dotted 1px;
}

  #live-bid-heldby img {
    width:18px;
    margin:4px;
  }

/* MISE A JOUR FOOTER */

.websites {
  margin-bottom: 20px;
}

.websites span {
  margin: 0 0 30px 0;
}

.websites .ref {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
  display: block;
  height: 70px;
  width: 140px;
  transition: all 0.2s ease;
  margin-bottom: 30px;
}

.websites .ref:hover {
  opacity: 0.7;
}

.websites .ref.ref-asiaHorseWeek {
  background-image: url('../img/foot-asiahorseweek.svg');
}

.websites .ref.ref-longinesMasters {
  background-image: url('../img/foot-longinesmasters.svg');
}

.websites .ref.ref-arqana {
  background-image: url('../img/foot-arqana.svg');
}

.websites .ref.ref-horsepass {
  background-image: url('../img/horsepass.png');
}

/* CORRECTION "QU'EST-CE QU'UN YEARLING ?" */

.timeline .blocnote {
	padding: 0;
	margin: 30px 0 30px 0;
}

.timeline.yearling .blocnote .bloctxt,
.timeline.yearling .blocnote:nth-child(2n) .bloctxt {
	margin-top: 20px;
	position: static;
}

.timeline.yearling .blocnote:nth-child(2n) .bloctxt {
	float: right;
}

.act2-bloc {
  display: block;
}

/*-- AJOUTS SIGNALÉS --*/

.act1-bloc {
    width: 100%;
}

.advices-slider .avatar-bg {
	border-radius: 50%;
	width:100px;
  height:100px;
    margin: 0 auto 10px auto;
    display:block;
    background-size:cover;
    background-position:center;
}

.act-infos {
  max-width:50%;
}

/* MAJ - Act III et IV */

.section.act1-intro, {
  padding: 100px 0 50px 0;
}

.section.act1-intro.zoom {
  padding: 100px 0 0 0;
}

.section.act1-list {
  padding: 20px 0 0 0;
}

.lot-header {
  display: flex;
  justify-content: space-between;
}

.lot-bid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.act1-bloc-infos .current-bid, .act2-bloc-infos .current-bid {
  position:relative;
  background-color: #641e18;
  padding: 0 8px;
  font-size: 40px;
}

.act1-bloc-infos .current-bid-label, .act2-bloc-infos .current-bid-label {
  position: absolute;
  font-size: 18px;
  bottom:100%;
  line-height: 2;
  margin: 0;
  right: 0;
  white-space: nowrap;
}

.bid-now {
  color:#641e18;
  font-weight: 700;
  font-size: 30px;
  padding: 10px;
  margin: 5px 0 50px auto;
  /*display:table;*/ /* géré par js*/
  background-color: #FFF;
  text-transform:uppercase;
  display:none;
}

.live-bid-lot {
  margin: 0 0 60px 0;
}

.live-bid-lot-inner {
  display: flex;
  flex-wrap: wrap;
}

.live-bid-lot .live-bid-title {
  text-align: center;
  order: 1;
  width: 100%;
}

.live-bid-lot .live-bid-current {
  flex:1;
  order:2;
  margin: 0 10px;
}

.live-bid-lot .cd-form {
  flex: 1;
  order: 3;
  margin: 0 10px;
}

.live-bid-lot .live-bid-subtitle {
  text-align: left;
}

.live-bid-lot .live-bts {
  display: flex!important;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}

.live-bid-lot .live-bid-btn-submit,
.live-bid-lot .live-bid-btn-confirm {
  margin: 0;
}

#live-bid-minimum-bloc {
  flex:1;
  text-align: left;
  margin: 0;
}

@media (max-width: 850px) {
  .live-bid-lot .live-bts {
    flex-direction: column;
  }
  #live-bid-minimum-bloc {
    text-align: center;
  }
  .live-bts ul {
    padding: 0;
  }
}

@media (max-width: 550px) {
  .live-bid-lot-inner {
    flex-direction: column;
    margin-top: 30px;
  }
  .live-bid-lot .live-bid-current {
    order: 3;
  }
  .live-bid-lot .cd-form {
    order: 2;
    margin-bottom: 10px;
  }
}

.live-bid-comment a {
    display: inline-block;
    padding: 0.8em 1.2em;
    text-align: center;
    border-radius: 0;
    color: #afacac;
    font-weight: 700;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    background: linear-gradient(to right, rgba(175, 172, 172, 0) 25%, rgba(208, 208, 208, 0.8) 75%);
    background-position: 1% 50%;
    background-size: 400% 300%;
    border: 1px solid #afacac;
    transition: 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.live-bid-comment a:hover {
    transition: 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.live-bid-comment a:hover {
    color: white;
    color: #fff;
    text-decoration: none;
    background-position: 99% 50%;
}

.home-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.home-slogan {
  width: 100%;
} 

.home-bloc {
  position: relative;
  flex: auto;
  margin: 0 10px 10px 10px;
  max-width: 450px;
}   


.home-inner-new {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;

}
.home-bloc-new {
  display: inline-block;
  padding: 30px 40px 30px 40px;
  text-align: center;
  background: rgba(0,0,0,.5);
  min-width:400px;
    
  position: relative;
  flex: auto;
  margin: 0 5%;
  max-width: 25%;
  border:0; 
  text-decoration:none;     
} 

.home-bloc-new:hover {
  text-decoration:none;
}

.home-bloc-logo {
    background-position: bottom center;
    background-repeat:no-repeat;
    width:100%;
    height:250px;  
    margin-bottom:10px;          
}

.home-bloc-titre {
  text-align:center;  
  font-family: 'Montserrat', sans-serif;
	font-size: 4vh;  
  line-height: 1;  
  color:#fff;  
}

.home-bloc-new:hover .home-bloc-titre {
  text-decoration:none; 
  color:#fff;  
}

.home-bloc-titre .byarqana {
  color:#F26947;
  font-size: 3vh;  
}

@media (max-width: 550px) {
  .home-inner-new {
    display: block;
  }
  .home-bloc-logo  {
    max-height: 20vh;
  }
}
  
.label {
  top: 25px;
  left: -15px;
}

span.current-bid-prix {
  font-size:40px;
  margin:0;
}

    #multibids_infos {
      position:fixed;
      bottom:15px;
      right:60px;
      z-index:99999;
    } 
    #multibids_infos div {
      margin:5px 0;
      color:#fff;
      background-color:rgba(100, 30, 24,0.9);
      padding:5px 10px 5px 10px;
      border-radius: 5px;
      display:none;
      font-size:16px;
      font-weight:500;
    }     
    #multibids_infos div:before {
     content: "\f0e3";
     font: normal normal normal 14px/1 FontAwesome;
     margin-right:10px;
    } 


#bid_byphone {
    background-color: #161616;
    display:flex;
    justify-content:space-around;
    font-size: 14px;
    border-top: 1px solid #eee;
    padding: 5px;    
    margin-top:10px;
}
#bid_byphone div {
    color:#fff;
}