<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#fil_ariane {
    margin-bottom: 15px;
    border-radius: 6px;
    box-shadow: 8px 8px 12px #aaaaaa;
    padding: 10px;
}

/**
 * 	Div contenant la photo du secteur
 */
#secteur_photo {
    max-width: 100%;
}

/**
 *  Photo dans la liste des docs
 */
.thumbnailPhoto {
    cursor: pointer;
    max-width: 200px;
    max-height: 100px;
    margin-left: auto;
    margin-right: auto;
}

/**
 *  Icone dans la liste des docs
 */
.thumbnailIcon {
    cursor: pointer;
    max-width: 200px;
    max-height: 40px;
    margin-left: 0;
}

#editDocModalPopupImage .modal-body {
    height: 100%;
    max-height: 100%;
}

#editDocModalPopupImage .img-responsive {
    margin: auto;
}

#VignettesSecteur {
    text-align: center;
}

.VignetteSecteur {
    max-height: 300px;
}

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