#details_produit .produit {
    font-size: 33px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    margin: 0 auto;
    display: block;
    font-weight: 600;
}
#details_produit .val-famille {
    text-align: center;
    display: block;
    font-size: 20px;
}
#details_produit .details-left {
    background: #eaeaea;
    padding: 30px;
}

#details_produit .val-variation {
    position: absolute;
    top: 0;
    right: 0;
    border: 2px solid #333;
    border-radius: 5px;
    width: 70px;
    height: 70px;
    pointer-events: none;
}

#details_produit .title-desc {
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px;
    display: block;
}

#details_produit .val-variation input {
    width: 100% !important;
    height: 100%!important;
}

#details_produit .img-principa {
    border: 1px solid #ccc;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 100% !important; */
}
#details_produit .bloc-details {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    overflow: auto;
}
#details_produit .thumb-Css {
    border: 1px solid #ccc;
    height: 120px;
    max-width: 130px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    margin: 5px auto;
}
#details_produit .img-css {
    max-width: 100%;
    width: auto;
    padding: 15px;
    max-height: 125px;
}
#details_produit .elt-doc {
    position: relative;
}
#details_produit .elt-doc:after {
    position: absolute;
    content: 'Télécharger la fiche technique';
    width: 260px;
    background: #019549;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 5px;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
}
#details_produit .partage-fb {
    display: flex;
    float: right;
    align-items: center;
}
#details_produit .lib-partage {
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    margin-right: 10px;
}
#details_produit .icon-fb:after {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Brands';
    content: "\f39e";
}
#details_produit .icon-fb {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #019549;
    border-radius: 100px;
    position: relative;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: #019549;
}
#details_produit .img-principa input {
    max-height: 300px;
    width: auto;
    max-width: 100%;
}
#details_produit .box-bottom {margin-top: 80px;}
#details_produit .descr-long{margin-top:50px;}
@media screen and (max-width: 991px) {
#details_produit .produit {
    text-align: left;
    margin-right: 70px;
    font-size: 18px;
}
#details_produit .details-left {padding: 15px;}
#details_produit .val-famille {
    text-align: left;
    font-size: 18px;
}
#details_produit .partage-fb {
    float: none;
    margin-top: 60px;
    text-align: center;
    justify-content: center;
}
#details_produit .details-right{margin-top:25px; padding:0}
#details_produit .img-min{margin-top: 5px;padding:0;display: inline-block;}
#details_produit .thumb-Css {
    display: inline-block;
    margin: 5px 10px 0 0;
}
}





