#detailsProduit_en .chemin {
    line-height: 24px;
    background: #fff;
    margin: 20px auto;
    padding: 15px 10px;
}
#detailsProduit_en .breadcrumb-link {
    font-family: Arial;
    font-size: 15px;
    color: #ff0000;
}
#detailsProduit_en .icon-separateur {color: #1d2a3b;margin: 0 10px;}
#detailsProduit_en .link {color: #1d2a3b !important;}
#detailsProduit_en .bloc-imgs {
    float: left;
    width: 45% !important;
    min-height: 472px;
}
#detailsProduit_en .img-principal {
    height: 380px;
    margin-bottom: 10px;
    border: 2px solid #afafaf;
    margin-left: 10px !important;
}

#detailsProduit_en .thumb-css input {
    width: 90px;
    height: 90px;
    float: left !important;
    border: 2px solid #afafaf;
    margin-left: 10px;
    outline: none;
}

#detailsProduit_en .list-img {
    overflow: hidden;
    float: left;
}

#detailsProduit_en .thumb-css input:hover {
    border: 2px solid #a2daf5;
}

#detailsProduit_en .bloc-right {
    float: right;
    width: 50%;
}

#detailsProduit_en .titre-pdt {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #f0f0f0;
    border-bottom: 1px solid #cecece;
}

#detailsProduit_en .nom-pdt {
    font-family: Arial;
    font-size: 24px;
    font-weight: lighter;
    color: #e2001a;
    padding-left: 15px;
}

#detailsProduit_en .description-produit {
    width: 100%;
    color: #636363 !important;
    font-family: Arial !important;
    font-size: 12px !important;
    text-decoration: none !important;
    padding: 15px;
    background: #fff;
    min-height: 320px;
}
#detailsProduit_en .detals-produit {
    margin-top: 50px;
}
#detailsProduit_en .thumb-css {
    display: inline-block;
}

