#details_prod .bloc-prod {
padding: 0;
}
#details_prod .breadcrumb-chemin {
padding: 35px 0 0 0;
}
#details_prod .chemin {
position: relative;
}
#details_prod .lien-chemin:after {
    content: "";
    background: #c0a360;
    width: 3px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 7px;
    border-radius: 50%;
}
#details_prod .title-chemin2:before {
    content: "";
    background: #c0a360;
    width: 3px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 7px;
    border-radius: 50%;
}
#details_prod .lien-chemin {
font-size: 16px;
    color: #c0a360;
    float: left;
    padding: 0 15px;
    position: relative;
}
#details_prod .title-chemin2 {
font-size: 16px;
    color: #c0a360;
    float: left;
    padding: 0 15px;
    position: relative;
   cursor: pointer;
}
#details_prod .bloc-produit, .bloc-img-produit {
margin-top: 55px;
}
#details_prod .bloc-img-produit {
border: 2px solid #ebebeb;
background: #fff;
position: relative;
height: 100%;
min-height: 450px;
    display: flex;
display: -webkit-flex;
-webkit-align-content: center;
-webkit-justify-content: center;
    align-items: center;
    justify-content: center;
}
#details_prod .bloc-img-produit .img-produit {
outline: none;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
}
#details_prod .bloc-produit {
min-height: 450px;
height: 100%;
}
#details_prod .bloc-produit .title-prod {
color: #5858a6;
    font-size: 22px;
    position: relative;
    font-weight: bold;
    display: block;
}
#details_prod .ref {
display: block;
    overflow: hidden;
}
#details_prod .bloc-produit .sku-prod {
font-size: 19px;
display: block;
color: #fff;
float: left;
margin-left: 7px;
font-family: 'Kartika';
    font-weight: bold;
}
#details_prod .bloc-produit .ref-prod {
font-size: 16px;
    display: block;
    color: #5858a6;
    margin-top: 15px;
    font-family: 'Open Sans';
float: left;
padding-right: 5px;
}
#details_prod .bloc-produit .parag-prod {
color: #949493;
    line-height: 32px;
    font-size: 14px;
    margin-top: 15px;
    text-align: justify;
color: #949493;
    line-height: 32px;
    font-size: 14px;
    margin-top: 15px;
    text-align: justify;
    display: inline-block;
    font-family: 'Open Sans';
    float: none;
}
#details_prod .bloc-img-produit::before,
#details_prod .bloc-img-produit::after {
    border: 2px solid #c0a360;
}

/*#details_prod .bloc-img-produit::before,
.bloc-img-produit::after {
    background: transparent;
    content: '';
    height: 0;
    opacity: 0;
    position: absolute;
    width: 0;
}*/
#details_prod .bloc-img-produit::before {
    border-bottom: 0;
    border-left: 0;
    left: 0px;
    top: 0px;
}
#details_prod .bloc-img-produit::after {
    border-right: 0;
    border-top: 0;
    bottom: 0px;
    right: 0px;
}

#details_prod .bloc-img-produit:hover::before,
.bloc-img-produit:hover::after {
    height: 100%;
    opacity: 1;
    width: 100%;
}

#details_prod .bloc-img-produit::before { transition: opacity 0s .4s, width .1s .3s, height .1s .2s; }
#details_prod .bloc-img-produit:hover::before { transition: opacity 0s 0s, width .1s 0s, height .1s .1s; }
#details_prod .bloc-img-produit::after { transition: opacity 0s .2s, width .1s .1s, height .1s 0s; }
#details_prod .bloc-img-produit:hover::after { transition: opacity 0s .2s, width .1s .2s, height .1s .3s; }


#details_prod .thumb-prod {
padding-top: 25px;
}
#details_prod .div-thumb {
        /*display: flex;
display: -webkit-flex;
-webkit-align-content: center;
-webkit-justify-content: center;
    align-items: center;
    justify-content: center;
    height: 120px;*/
    border: 1px solid #ebebeb;
    padding: 0;
}
#details_prod .div-thumb input {
max-width: 100%;
max-height: 100%;
padding: 15px;
display: inline-block;
outline: none;
}
#details_prod .div-thumb:first-child {
margin-left:0 !important;
}
#details_prod .div-thumb:last-child {
margin-right:0 !important;
}
@media screen and (max-width: 768px) {
#details_prod .videos {
margin-top: 20px;
}
}
@media screen and (max-width: 767px) {
#details_prod .bloc-detail-image, .bloc-detail-parag {
padding: 0;
}
}

#details_prod .videos {
min-height: 605px;
margin-top: 100px
}
#details_prod .videos .video iframe {
height: 605px;
}

