#entete_lot {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#entete_lot .arrow_ficheLot {
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/arrow_left.png);
    height: 35px;
    width: 35px;
    transition: 0.3s ease;
}

#entete_lot .arrow_ficheLot[icon=next] {
    transform: rotate(180deg);
}

#entete_lot .arrow_ficheLot:hover {
    filter: brightness(0%);
}

#titre_lot {
    position: relative;
}

#titre_lot > h1, #titre_lot > h2 {
    font-family: 'Playfair', serif;
    color: black;
    font-size: 24px;
    font-weight: 700;
}

.lot_sexdate {
  font-family: 'Playfair', serif;
  font-size: 20px;
}
.lot_presentepar {
  font-family: 'Playfair', serif;
  font-size: 20px;
}

#logo_print {
  display:none;
}


 #contenu_lot {
    flex: 5;
    display: flex;
    min-height: 550px;
}

/* Contenu Lot */

 #contenu_lot > div {
    margin: 10px 15px 0 15px;
}

 #contenu_lot .bloc_titre_principaux {
    background-color: #8C1D40;
    padding: 8px 10px;
    margin-bottom: 10px;
}
 #contenu_lot .bloc_titre_principaux > p {
    font-weight: 600;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
}
 #contenu_lot .bloc_titre_secondaire {
    background-color: #C19947;
    padding: 6px 10px;
    margin-bottom: 10px;
}
 #contenu_lot .bloc_titre_secondaire > p {
    font-weight: 600;  
    color: black;
    font-size: 14px;
    text-transform: uppercase;
}

 #contenu_lot #bloc_infos_lot {
    width:100%;
    position: relative;
    z-index: 1;
}
 #contenu_lot #bloc_fiche {
    position: relative;
    width:100%;
}

 #contenu_lot .bloc_interieur {
    margin: 10px 0;
    
}
.bloc_interieur p, .bloc_interieur div {
 font-size: 14px; 
}

.bloc_interieur_no {
  opacity:0.5;
}
  .bloc_interieur_no .bloc_titre_principaux {
    background-color:#666!important;
  }

 #contenu_lot .bloc_interieur:first-of-type {
    margin-top: 0;
}

 #contenu_lot .bloc_interieur:last-of-type {
    margin-bottom: 0;
}

/* BLOC FICHE */
 #contenu_lot #bloc_fiche {
  margin: 5px 0px 0 0px;
  /*padding-top: 35px;*/
}

  #pedigree {
    height:auto;
    cursor:default;
    text-align:center;
    
  }
  #pedigree img {
    /*
    width:100%;
    height:auto;
    */
    width: auto;
    margin: auto;
    height: auto;
    max-width: 450px;
    max-height: 950px;    
  }




/* BLOC INFOS */
 #contenu_lot #bloc_infos_vet {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

 #contenu_lot #bloc_infos_vet .vendeur {
    margin-top: 10px;
}

 #contenu_lot .photo_lot {
    height: 300px;
    width:100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor:pointer;
    position:relative;
}

/* BLOC UPDATE */
 #contenu_lot #bloc_update_vente {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
 #contenu_lot #bloc_update_vente #infos_perso_lot {
    height: 100px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    
}

 #contenu_lot #bloc_update_vente #video_lot {
    height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/bloc_video_illustration.png);
}

/* photos lots */
#photo_lot, .photo_lot {
  display:block;
  width:400px;
  max-width:100%;
  height:300px;
  margin:auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    cursor:pointer;  
    position:relative;
}

#videos_lot {

}
#videos_lot video {
  width:100%;
  /*max-width:446px;*/
  height:270px;
  margin:auto;
  background-color:#000;
}

    .lot_video_contener {
      position:relative;
  width:100%;
  max-width:446px; 
  margin:auto;     
    }


.lot_video_title {
    position: absolute;
    top: 18px;
    left: 15px;
    max-width:80%;
    height:auto;
    z-index: 113;
    text-shadow: 0 0 2px rgba(0,0,0,1);
    font-size: 18px!important;
    font-family: Arial,Helvetica,sans-serif;
    color: #eee;
    text-align: left;
    direction: ltr;
    line-height: 1.3;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0,0,0,0);

}

#bloc_equidia {
    background-color: #C19947;
    display: block;
    color:#fff;
    padding:5px;
    font-size:12px;
    text-align:center;
    
    margin-bottom:5px;
}

#bloc_video_player {

    background-image: url(../images/bloc_video_illustration.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: auto;
    height: 200px;
    margin-bottom: 2px;
    display: block;
    cursor: pointer;
    z-index: 999999;
}


/* ventes relatives */
#salesRelTable {

}
#salesRelTable th {
  font-weight:400;
  font-size:12px;
  border-bottom:1px solid #000;
}
#salesRelTable td {
  font-size:12px;
  padding:2px 0;
  border-bottom:1px solid rgba(200,200,200,0.4);
}
td.salesrelType {
    padding: 8px 0px 4px 4px;
    font-weight: 400;
    text-align: center;
    color: #a10043;
}
.salesrelChevalNom {
  font-weight: 400;
}

/* ICONS SURVOL */

#icon_survol {
    opacity: 1;
    padding: 0 5px;
    /*position: absolute;*/
    display: flex;
    justify-content: space-between;
    
    /*
    left: 0;
    right: 0;
    top:-5px;
    */
    margin: 5px auto;

    
}

.icon_survol_w {
    display: flex;
    justify-content: space-between;
    gap:5px;
    align-items:center;
}

#pedigree_button_img, #pedigree_pdf, #pedigree_full_pdf {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 17px;
    transition: 0.2s ease-out;
    background-color: rgba(140, 29, 64, 0.3);
    border-radius: 17px;
    width: 34px;
    height: 34px;
    padding: 5px;
    
    margin: 5px;
}

#pedigree_button_img {
    cursor: pointer;
    background-image: url(../images/zoom.png);

}

#pedigree_button_img:hover, #pedigree_pdf:hover, #pedigree_full_pdf:hover  {
    /*filter: brightness(0%);*/
    /*background-color: rgba(140, 29, 64, 0.3);*/
    background-color: rgba(140, 29, 64, 0.9);
}

.pedigree_button_page {
    background-color: rgba(140, 29, 64, 0.3);
    border-radius: 5px;
    padding:5px 10px;
    text-align:center;
    display:flex;
    align-items:center;
    color:#fff;
    cursor:pointer;
    height: 26px;
    transition: 0.2s ease-out;
}

.pedigree_button_page:hover, .pedigree_button_page_active {
    background-color: rgba(140, 29, 64, 0.9);
}

#pedigree_pdf {
    display:block;
    background-image: url(../images/icon-pdf.png);
    background-size: 23px;
}
#pedigree_full_pdf {
    display:block;
    background-image: url(../images/download_white.png);
}








/* ---------------------- @NOTE RESPONSIVE 1020px */

@media (max-width: 1020px) {

    #lot {
        
    } 
    #entete_lot .arrow_ficheLot {
        position: relative;
        /*top: -65px;*/
    }
}

/* ---------------------- @NOTE RESPONSIVE 920px */

@media (max-width: 920px) {
    


}

/* ---------------------- @NOTE RESPONSIVE 800px */

@media (max-width: 800px) {
    
    #bloc_infos_lot, #bloc_fiche {
        flex: none;
        width:100%;
        /*padding-top: 40px;*/
    }
     #bloc_fiche {
        margin: 0 0 0 0;
    }
    #contenu_lot > div {
        margin: 25px 0 0 0;
    }
    
    #pedigree {
        /*
        height: 90vh;
        */
        max-width:100%;
        text-align:center;
    }    
    #pedigree img {
        width: auto;
        width: 100%;
        height: auto;
        max-height:100%;
    }    
    #titre_lot > h1, #titre_lot > h2 {
        font-family: 'Playfair', serif;
        color: black;
        font-size: 20px;
        font-weight: 700;
        margin-left: 0;
    }

    #bloc_infos_vet {
        justify-content: flex-start;
    }
    #bloc_update_vente {
        justify-content: flex-start;
    }

  #contenu_lot {
      flex-flow: column;
  }

    
}

/* ---------------------- @NOTE RESPONSIVE 680px */

@media (max-width: 680px) {

}

/* ---------------------- @NOTE RESPONSIVE 550px */

@media (max-width: 550px) {

}

/* ---------------------- @NOTE PRINT */

@media print {

 #header_catalogue {
     background-color: #fff;
 }
 .nav_lots, #menu_ficheLot {
  display:none;
 }
 #titre_lot {
  text-align:center;
  margin:auto;
  
  /*display:none;*/
 }
 #logo_print {
   display:block;
 }

 #contenu_lot {
     min-height:0;
    display:block;
    width:100%; 
 } 
 #h1_infosVente {
     font-size:16px;
     margin-bottom:0;
 } 
 #titre_infosVente {
  margin-bottom:10px;
 }
 
 #bloc_fiche, #bloc_infos_lot {
  
  height:auto!important;
  
 }
 #bloc_fiche {
  
  width:auto!important;
  margin:10px!important;
 }
 #bloc_infos_lot {
  width:100%!important;
  margin:10px!important;
 }
 
 #pedigree {
  height: 100%;
  width: 100%;
  padding:5px;
 }
 #pedigree img {
    width: 800px;
    margin:auto;
    height: 600px;
    border:1px solid #444;
 } 
 #videos_lot {
  display:none;
 }
 #photos_lot .bloc_titre_principaux {
  display:none;
 }

 .print_break {
    page-break-after: always;
 }
 
 #icon_survol {
    display:none;
 }
}
