﻿.cbk_gamer_photo {
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    height: 100%;
}

.cbk_fch-gamer__article-bottom-text {
    color: var(--noir);
    font-size: 12px;
    text-align: center;
    font-weight: var(--medium);
    position: absolute;
    bottom: 0;
    left: 40%;
    font-size: 10px;
    text-align: center;
    max-width: 150px;
    z-index: 2;
}

.cbk_gamer__share {
    display: flex;
    align-items: flex-end;
    width: 100%;
}

.fiche_link_menu {
    color: var(--noir);
    font-size: 14px
}

.gamer_print-line {
    height: 25px;
    width: 26px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.gamer_underprint {
    text-decoration: underline;
}

.cbk_gamer__share--img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: invert(1);
}

.gamer_printshare {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer
}

    .gamer_printshare span {
        color: white;
        font-size: 16px;
    }

.fcp-slider {
    display: flex;
    justify-content: space-around;
    gap: 10px;
    padding: 20px;
    align-items: center;
}

.fcp-slider__left {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
    width: 60px;
    max-height: 400px;
}

.fcp-slider__left__images {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
    overflow-y: scroll;
}

    .fcp-slider__left__images::-webkit-scrollbar {
        width: 0px; /* masquage barre de défilement verticale */
        height: 0px; /* masquage barre de défilement horizontale */
    }

    .fcp-slider__left__images::-webkit-scrollbar-thumb {
        background-color: rgba( 0, 0, 0, 0 ); /* barre de défilement transparente */
    }

    .fcp-slider__left__images::-webkit-scrollbar-track {
        background: transparent; /* masquage piste de défilement */
    }

    .fcp-slider__left__images img {
        width: 100%;
        flex: none;
        object-fit: contain;
        cursor: pointer;
        border: 2px solid rgba(255, 255, 255, 0.2);
        background: #1b1b1b;
        border-radius: 6px;
        height: 60px;
    }


.fcp-slider__main {
    position: relative;
    margin: auto;
    width: 550px;
    aspect-ratio: 1;
}

    .fcp-slider__main img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
        opacity: 0;
        object-fit: contain;
    }

.fcp-slider__left__controler-top__container,
.fcp-slider__left__controler-bottom__container {
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fcp-slider__left__controler-top,
.fcp-slider__left__controler-bottom {
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: #1b1b1b;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fcp-slider-fullscreen {
    top: calc(50% + 50px );
    left: 50%;
    position: fixed;
    z-index: 999999;
    background: rgb(0 0 0 / 81%);
    backdrop-filter: blur(12px);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    max-width: 80%;
    width: 100%;
    height: calc(100vh - 214px);
    transform: translate(-50%, -50%);
    align-items: center;
    padding: 30px;
    justify-content: center;
}

    .fcp-slider-fullscreen .fcp-slider__main {
        width: 50%;
        height: 100%;
    }

        .fcp-slider-fullscreen .fcp-slider__main img {
            transform: translateX(-50%);
            left: 50%;
        }

    .fcp-slider-fullscreen .fcp-slider__left {
        position: absolute;
        left: 18%;
    }


.fcp-slider__left__controler-bottom svg {
    transform: rotate(0deg);
}

    .fcp-slider__left__controler-bottom svg path, .fcp-slider__left__controler-top svg path {
        stroke: white
    }

.fcp-slider__left__controler-top svg {
    transform: rotate(180deg);
}

.fcp-slider__close-cross {
    display: flex;
    position: fixed;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999999;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    cursor: pointer;
}


    .fcp-slider__close-cross svg {
        transform: rotate(0) !important;
    }


.fcp-slider__right-arrow {
    display: flex;
    position: fixed;
    right: 10px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    width: 30px;
    height: 30px;
}

    .fcp-slider__right-arrow img {
        display: flex;
        position: fixed;
        right: 14px;
        width: 20px;
        height: 30px;
        z-index: 999999;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transform: rotate(-90deg);
        filter: invert(1) brightness(1000%);
    }

.fcp-slider__left-arrow {
    display: flex;
    position: fixed;
    left: 10px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    width: 30px;
    height: 30px;
}

    .fcp-slider__left-arrow img {
        display: flex;
        position: fixed;
        left: 14px;
        width: 20px;
        height: 30px;
        z-index: 999999;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transform: rotate(90deg);
        filter: invert(1) brightness(1000%);
    }

@media screen and (max-width: 1025px) {
    .fcp-slider__left__controler-top__container, .fcp-slider__left__controler-bottom__container {
        aspect-ratio: 1/2;
    }

    .fcp-slider {
        flex-direction: column-reverse;
        align-items: center;
    }

    .fcp-slider__left {
        flex-direction: row;
        max-width: 400px;
        width: 100%;
        height: 75px;
    }

    .fcp-slider__left__images {
        flex-direction: row;
        overflow-y: unset;
        overflow-x: scroll;
    }

        .fcp-slider__left__images img {
            width: auto;
            height: 100%;
            aspect-ratio: 1
        }

    .fcp-slider-fullscreen .fcp-slider__main {
        width: 100%;
        height: 50%;
    }

    .fcp-slider__main {
        width: 100%;
        height: 100%;
    }

    .fcp-slider__left__controler-bottom svg {
        transform: rotate(-90deg);
    }

    .fcp-slider__left__controler-top svg {
        transform: rotate(90deg);
    }

    .fcp-slider-fullscreen {
        top: 30%;
        height: fit-content;
    }
}
