
.prod_detail { /* Dialog */
    width: auto;
    /*min-width: 400px;*/
    max-width: 540px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.25);
}
.dialog-content .prod_detail_groupe .image {
    height: 25em;
}
.dialog-content .prod_detail_groupe .image img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.dialog-content .prod_detail_groupe {
    padding: 0.5em;
}
.prod_detail.detail { /* Page détail */
    clear: both;
    width: 100%;
    min-width: none;
    max-width: none;
}
.prod_detail_groupe.detail { /* Page détail */
    float: left;
    width: 50%;
    padding: 1.5em;
}
.prod_detail_groupe.detail:last-child { /* Page détail */
    padding-right: 0em;
    padding-left: 0.5em;
}
@media screen and (max-width:900px) {
    .prod_detail_groupe.detail { /* Page détail */
        float: none;
        width: 100%;
    }
}
.prod_detail .titre {
    margin-top: 0.5em;
    font-size: 1.5em;
    font-weight: bold;
}
.prod_detail .attribut {
    margin-top: 0.5em;
    font-style: italic;
}
.prod_detail .description {
    margin-top: 0.5em;
    white-space: pre-wrap;
}
.prod_detail .documents {
    margin-top: 0.5em;
    font-size: 1.5em;
}
.prod_detail .prix {
    margin-top: 0.5em;
    font-size: 1.5em;
    font-weight: bold;
}
.prod_detail .image {
}
.prod_detail .image img {
    width: 100%;
}
.prod_detail .image_vignette {
    margin-top: 10px;
}
.prod_detail .image_vignette img {
    cursor: pointer;
    height: 60px;
    margin-right: 5px;
    border: 1px solid #aaa;
}
