/**
 * Panneaux
 */
.view-bulletin .panel-collapse-title {
    cursor: pointer;
    padding: .40rem 1.25rem;
}

/**
 * Image Lightbox
 */
.view-bulletin img {
    margin: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.view-bulletin img:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* The Modal (background) */
.lightbox-modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}

/* Modal Content */
.lightbox-modal .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

/* The Close Button */
.lightbox-modal .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.lightbox-modal .close:hover,
.lightbox-modal .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}
