/* CSS Live Sale */



.live_sale_social.inView {
  height: 90%;
}

.live_sale_social:not(.inView) .live_sale_social_flux {
  height: 0%
}
.live_sale_social.inView .live_sale_social_flux {
  height: 90%
}

.live_sale_social:not(.inView) {
  height: 5%;
}


#live_sale_content {
  display:flex;
  flex-direction:row-reverse;
  width:96%;
  max-width:1600px;
  margin:auto;
  height:96vh;
  margin-top:2vh;
}

#live_sale_video {
  height:36%;
  width:100%;
  background-color:#fff;
  text-align:center;
  margin-bottom:1%;
  overflow:hidden;
}   

  #live_sale_video iframe {
    margin:auto;
    width:100%;
    height:100%;
  }
  
#live_sale_reseaux {
  height:63%;
}  

.rubrique h2 {
  color: rgba(140, 29, 64,0.5);
}
.rubrique .ombre {
  color: #8C1D40;
}

#btns_reseaux {
  display:none;
}


#live_sale_menu {
  width:15%;
}
#live_sale_contenu {
  margin:0px 2% 0 2%;
  width:45%;
  position:relative;
}

#live_sale_vente {
  height:auto;
}
#live_sale_vente h1 {
    display: inline-block;
    color: #000;
    font-family: 'Playfair Display', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 24px;
    padding: 0;
    margin: 0 0 10px 0;
}

#live_sale_video_reseaux {
  width:37%;
  height:100%;  
}

#btn_menu_secondaire_lateral {
  display:none;
}

#btn_live_sale_ring {
  display:none;
  background-color: rgb(140, 29, 64);
  color:#fff;
  margin-top:10px;
  float:right;
  cursor:pointer; 
  padding:4px 8px;
  width:60px; 
  text-align:center;
}

.live_sale_ecran {
  
  height:95vh;
  width:100%;
  /*position:absolute;*/
  top:0;
  left:0;
  /*overflow-y:auto;*/
  opacity:1;
}

#live_sale_principal {
  z-index:5;
  display:flex;  
}
#live_sale_catalogue {
  z-index:4;
}
#live_sale_blog {
  z-index:3;
  overflow-y:scroll;
}

#live_sale_blog #blog_content {
  width:100%!important;
  max-width:100%!important;
} 

#live_sale_blog #blog_articles {
  margin:0!important;
}

#live_sale_blog .blog_article {
  border:0!important;
}



/* live sale : ecran principal */
#live_sale_principal_infos {
    width:100%;
    
    height:100%;
    display:flex;
    flex-direction: column;
}


#live_sale_principal_social {
    width:35%;
    background-color:#eee;
    padding:10px;
    overflow:hidden;
}

#live_sale_principal_infos_menu {
  display:flex;
  justify-content:space-around;
  border-bottom:1px solid rgba(140, 29, 64,0.2);
  margin-bottom:5px;
  padding-bottom:5px;
  width:100%;
  margin:auto;
}
#live_sale_principal_infos_menu div {
  padding:4px 8px;
  margin:0 2px;
  width:100%;
  flex:1;
  background-color:#fff;
  text-align:center;
  cursor:pointer;
}
#live_sale_principal_infos_menu div:hover, #live_sale_principal_infos_menu div._mactif{
  background-color: rgb(140, 29, 64);
  color:#fff;
}  

#live_sale_principal_infos_contenu {
   position:relative;
  height:100%; 
}

.live_sale_principal_cadre_info {
  height:100%;
  width:100%;
  position:absolute;
  top:0;
  left:0;
  padding:10px;
  overflow-y:auto;
  
  opacity:1;
  z-index:9;
  display:none;
}


#live_sale_principal_infos_pedigrees {
  display:flex;
  width:100%;
  height:100%;
  padding:0;
} 
  #live_sale_principal_infos_pedigrees_left, #live_sale_principal_infos_pedigrees_right {
    width:10%;
    height:100%;
    z-index: 2;
    background-position:center;
    background-repeat:no-repeat;
    background-size:23px auto;
    cursor:pointer;
  }  
  #live_sale_principal_infos_pedigrees_left {
    background-image: url(../images/arrow_left.png);
  }
  #live_sale_principal_infos_pedigrees_right {
    background-image: url(../images/arrow_right.png);   
  }

  #live_sale_principal_infos_pedigrees_lot {
    /*width:80%;*/
    width:550px;
    max-width:80%;
    height:100%;
    padding:0;
    margin:0;
  }
  #live_sale_pedigree {
    /*height:100%;*/
    text-align:center;
    padding:0;
    
    
  }
  #live_sale_pedigree img {
    height:auto;
    width:auto;
    margin:0;
    max-width:100%;
    max-height:100%;
  }
  
/* resultats */
.ls_lot {
  display:flex;
  flex-wrap:nowrap;
  justify-content:space-between;
  width:100%;
  margin:5px 0;
  padding:5px;
}
.ls_lot:nth-child(even) {
    /*background-color: rgba(140, 29, 64, 0.17);*/
    background-color: rgba(140, 140, 140, 0.17);
}
.ls_num {
  width:12%;
}
.ls_num a {
  color: #8C1D40;
}
.ls_info {
  width:68%;
}
.ls_txt {
  display:flex;
  flex-wrap:nowrap;
  justify-content:space-between;
  width:100%;
}
  .ls_txt h2 {
    margin:0;
    padding:0;
    font-size:12px;
    color:#000;
    font-weight:600;
    margin-right: 5px;
  }
  .ls_txt h3 {
    margin:0;
    padding:0;
    font-size:11px;
    color:#444;
    font-weight:normal;
  }
  .ls_txt h4 {
    margin:0;
    padding:0;
    font-size:11px;
    color:#AAA;
    width:10px;
  }    
.ls_prix {
  width:20%;
  text-align:right;
}  
/* Absents */

.absents_rub {
    color: #8C1D40;
    font-weight:600;
    margin-bottom:10px;
}
.absents_abs {
  display:flex;
  flex-wrap:nowrap;
  margin-bottom:10px;
}

.absents_jour {
  margin-right:20px;
  min-width:200px;
  font-weight:600;  
}
.absents_liste {
  display:flex;
  flex-wrap:wrap;
  width:auto;
}
.absents_liste div {
  width:60px;
  
  margin:0 10px;
  text-align:right;
}


/****** stats ****/
.stats_rubrique {
  margin:0 0 20px 0;
}

.stats_rubrique tr:nth-child(even) td {
    /*background-color: rgba(140, 29, 64, 0.17);*/
    background-color: rgba(140, 140, 140, 0.17);
}

.stats_rubrique_titre {
  margin:0 0 5px 4px;
  font-weight:600;
  font-size:20px;
  font-family: 'Playfair Display', serif;
}
.stats_table {
  width:100%;
  margin-bottom:15px;
}
.stats_table h4 {
  color: rgb(140, 29, 64);
  text-transform:capitalize;
  margin:5px 0 0 0;
}
.stats_table th, .stats_table td {
  padding:4px;  
}
.stats_table th {
  text-align:left;
  color:#666;  
}
.stats_table th.stats_th_titre{
  
}
.stats_table td.stats_th_titre{
  
}
.stats_table .stats_right {
  text-align:right;
}

/* live sale : reseaux sociaux */
.live_sale_social {
  margin-bottom:15px;
  height:48%;
  transition: 0.3s ease-out;
}
.live_sale_social_titre {
    background-position: 10px center;
    background-repeat:no-repeat;
    background-size:auto 75%;
    padding-left:50px;
    padding-top:5px;
    color:#fff;
    background-color:#C19947;
    height:34px;
    font-size:20px;
    
    cursor:pointer;
}
.live_sale_social_flux {
  height:80%;
  overflow-y:scroll;
  /*display:none;*/
}  
  
  /* twitter */
  .live_sale_social_titre[icon=twitter] {
    background-image: url(../images/twitter-logo.png);
  }
  
  .tweet {
    display:block;
    height:auto;
    margin:1%;
    padding:8px;
    text-decoration:none;        
  }
  
  .tweet:nth-child(odd) {
    background-color:#fff;
  }  
  .tweet:nth-child(even) {
    /*background-color: rgba(140, 29, 64, 0.05);*/
    background-color: rgba(140, 140, 140, 0.17);
  }
  
  .tweet .tweet_header {
    display:flex;
    align-items:center;
    margin-bottom:5px;
  }
    .tweet .tweet_name {
      color: #8C1D40;
      font-weight:600;
      margin-right:5px;
    }
    .tweet .tweet_screen_name {
      color: #8C1D40;
      font-weight:200;
      margin-right:5px;
    }    
    
    .tweet .tweet_date {
      color: #657786;
    }    
  .tweet .tweet_texte {
    height:auto;
  }
  .tweet img {
    /*display:none;*/
    max-width:100%;
    height:auto;    
  } 
  
  /* facebook */
  .live_sale_social_titre[icon=facebook] {
    background-image: url(../images/facebook-logo.png);
  }  
  
  #facebook-container {
    width:100%;
    margin:auto;
    overflow-y:auto     
  }    
  .fb-item {
    display:block;
    height:auto;
    margin:1%;
    text-decoration:none;
    background-color:#fff;
    padding:10px;        
  }
  .fb_texte {
    margin-bottom:5px;
  }
  .fb-item img {
    max-width:100%;
    height:auto;
  }  
  
#blog_content {
    margin-top: 0px!important;
}


/*** live sale catalogue */
#catalogue_vente {
  margin:0;
}
#tableau_vente {
    margin:0;
    width: 100%!important;
}
#tab_all_item {
    height: 91vh!important;
    overflow-y: scroll;
}
  
/* ---------------------- @NOTE RESPONSIVE 800px */

@media screen and (max-width: 800px) {
  .absents_abs {
    display:block;
  }
  
  .absents_jour {
    margin:0px 0px 5px 0px;
    width:auto;  
  }
  
  #btn_menu_secondaire_lateral {
    position: fixed;
    top: 80px !important;
    left: 15px;
    z-index: 99999;
  }
  
  .contenu_menu_secondaire_lateral {
    position:fixed;
    top:45px;
    left:10px;     
    z-index:99998;  
  }
  
  #btns_reseaux {
    position: fixed;
    top: 100px !important;
    left: 5px;
    z-index: 9999;
    display: none;
    flex-direction: column;
    gap: 6px; 
  }
  
  .btn_reseau {
    display: block;
    margin-left: 10px;
    border-radius: 25px;
    cursor: pointer;
    background-color: #8C1D40;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60%;
    transition: 0.4s ease;    
  }
  .btn_reseau:hover {
   background-color: #000; 
  }
  
  #btn_twitter {
    background-image: url(../images/twitter-logo.png);
  }
  #btn_facebook {
    background-image: url(../images/facebook-logo.png);
    background-size: 50%;
  }
    
  #live_sale_content {    
    
    display:block;
    height:auto;
    width:100%; 
  }
  
  #live_sale_video_reseaux {
    width:100%;
    height:auto;  
  }  
  
  #live_sale_video {
      height: 30vh;
      width: 100%;
      background-color: #fff;
      text-align: center;
      overflow:hidden;
      margin:0;     
      position:fixed;
      top:0;
      left:0;
      z-index:999;
  } 
  
  #live_sale_video iframe {
    width:100%;
    height:100%;
    overflow:hidden!important;
  }
   
  #live_sale_reseaux {
    width:90%;
    height:90vh;
    margin:auto;
    top:90px;
    left:5%;
    z-index:99997;
    position:absolute;
    background-color:rgba(255,255,255,0.9);
    display:none;  
  }
  
  .live_sale_social {
    display:none;
    height: 100%;
  } 
  
  
 .live_sale_social_flux, #facebook-container {
     height: 80%;
     overflow-y: auto;
     
 }  
  
  #btn_menu_secondaire_lateral {
    display:none;
    top: 0; 
  }  
  .rubrique {
    display:none;
  }
  
  #live_sale_menu {
    width:0;
    margin-top:40px;
  }
  
  #live_sale_contenu {
      margin:0;
      height:70vh;
      width: 100%;
      
  } 
  
 .live_sale_ecran {
     height:65vh;
     width: 100%;
     top: 33vh;
     position:absolute;
     
 }  
  
  #live_sale_principal_infos_contenu {
      width: 100%;
  } 
  
  #live_sale_principal {
    display:block;
  }
  #live_sale_principal_infos {
      width: 100%;
      margin:0;
      
  }  
  #live_sale_principal_social {
    width:auto;
  }
  
    #live_sale_principal_infos_pedigrees_lot {
      width:100%;
      max-width:100%;
    }  

  #live_sale_pedigree img {
      height: auto;
      max-width: 100%;
      width:auto;
      margin: auto;
  }
  
  #tableau_vente {
      margin: auto;
      width: 90%!important;
  } 
  #tableau_vente  .ccL::before {
       margin-left: 0px!important; 
  }   
  #blog_contenu {
      margin-top:0;
  }  
  
 .ls_num {
     width: 8%;
 }
 .ls_info {
  width:72%;
 }

}

 body {
   overflow:hidden;
 }
 
.btn-stream-wrapper {
    display: flex;
    position: fixed;
    justify-content: space-between;
    gap: 10px;
    width: 592px;
    margin-top:0px;
} 

.btn-stream {
    padding:10px;
    text-align:center;
    color:#fff;
    background-color:#444;
    cursor:pointer;
    width:calc(50% - 5px);
}
.btn-stream:hover, .btn-stream-active {
    background-color: #8C1D40;
}

@media screen and (max-width: 800px) {
    .btn-stream-wrapper {
        width:100vw;
        gap:1px;
        margin-top:0px;
    }
    .btn-stream {
        padding:5px;  
        width:calc(50% - 1px);      
    }
}
