<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#details_produit .img_prd {
    max-width: 100%;
    max-height: 500px;
    display: block;
    margin-bottom: 10px;
}
 #details_produit .thumb {
    display: inline-flex;
}
#details_produit .thumb_img {
    max-width: 100px;
    margin: 0 5px 0 0 ;
    max-height: 80px;
}
#details_produit .list_imgs{}
#details_produit .nom_prd {
    color: #c2d0dc;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}
#details_produit .bloc_sku{margin-bottom:10px;}
#details_produit .tika {
    color: #2773b5;
    text-transform: uppercase;
}
#details_produit .sku{
    color: #2773b5;
    text-transform: uppercase;
}
#details_produit .desc_longue p{color:#6a6b6e}


@media only screen and (max-width: 769px){
#details_produit .frame_prd{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
#details_produit .desc_longue {
    display: block;
    margin: 3vh 0;
}
}

</pre></body></html>