#album-cover
{
    height: 400px;
}

blockquote
{
    border-left: 4px solid #6c757d;
    color: #6c757d;
    font-size: 1.25rem;
    line-height: 1.2;
    margin-bottom: 10px;
    margin-left: 50px;
    padding: 15px 30px;
}
blockquote p
{
    margin: 0;
}

/* ----- Front-end ----- */
.chevron-gauche, .chevron-droit
{
    cursor: pointer;
    float: left;
    height: inherit;
    position: relative;
    width: 32px;
}
.chevron-gauche:hover, .chevron-droit:hover
{
    background-color: rgba(0, 0, 0, 0.01875);
}
.chevron-gauche i, .chevron-droit i
{
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
}
.miniatures-photos
{
    float: left;
    height: inherit;
    overflow: hidden;
    white-space: nowrap;
    width: calc(100% - 64px);
}
.miniatures-photos > div > img
{
    max-height: 100%;
    vertical-align: middle;
}
.miniatures-photos > div:last-child
{
    margin-right: 0 !important;
}

.photo-chevron-gauche, .photo-chevron-droit
{
    cursor: pointer;
    float: left;
    height: inherit;
    position: relative;
    width: inherit;
}
.photo-chevron-container:hover
{
    background-color: rgba(0, 0, 0, 0.01875);
}
.photo-chevron-gauche i, .photo-chevron-droit i
{
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
}

/* Diaporama */
#diaporama-overlay {
    align-items: center;
    background: #000000;
    cursor: none;
    display: flex;
    inset: 0;
    justify-content: center;
    position: fixed;
    z-index: 20000;
}

#diaporama-overlay img {
    max-width: 95vw;
    max-height: 95vh;
    opacity: 0;
    transition: opacity 1s ease-in-out;
        -webkit-transition: opacity 1s ease-in-out;
        -moz-transition: opacity 1s ease-in-out;
        -ms-transition: opacity 1s ease-in-out;
        -o-transition: opacity 1s ease-in-out;
}

#diaporama-message {
    bottom: 20px;
    color: white;
    font-size: 1.2rem;
    position: absolute;
    opacity: 0;
    transition: opacity 1s;
        -webkit-transition: opacity 1s;
        -moz-transition: opacity 1s;
        -ms-transition: opacity 1s;
        -o-transition: opacity 1s;
}


.custom-popover {
    background: rgba(30, 30, 30, 0.5);
    color: #FAFAFA;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(6px);
}

.custom-popover-header {
    background: rgba(255, 255, 255, 0.1);
    color: #FFFFFF;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    font-weight: 600;
}

.custom-popover-body {
    color: #E5E5E5;
    padding: .75rem 1rem;
}

.custom-popover .popover-arrow::before,
.custom-popover .popover-arrow::after {
    border-top-color: rgba(30, 30, 30, 0.95) !important;
}

/* Popover personnalisé */
.popover.custom-popover {
    --bs-popover-bg: rgba(30, 30, 30, 0.5);
    --bs-popover-border-color: rgba(255, 255, 255, 0.2);
    --bs-popover-arrow-bg: rgba(30, 30, 30, 0.5); /* <-- couleur de la flèche */
}

