.carousel-container-GB1 {
    position: relative;
    /* width: 70%;
    max-width: 800px; */
    width: 100%;
    overflow: hidden;
    /* border: 2px solid red */
}
  
.carousel-GB1 {
    overflow: hidden;
    width: 100%;
}
  
.carousel-track-GB1 {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-slide-GB1 {
    position: relative;
    /* min-width: calc(100% / 3); */ /* 3 images visibles */
    min-width: calc(100% / 3);
    display: flex;
    flex-direction: column;
    align-items: center;
    /* padding: 0 10px; */
    padding-right: 10px;
    padding-left: 10px;
    /* border: 2px solid red; */
    user-select: none;
}

@media (max-width: 551px) {
    .carousel-slide-GB1 {
        min-width: calc(100% / 1.5);
    } 
    
    .carousel-track-GB1-d3 .carousel-slide-GB1 {
        min-width: calc(100% / 2.5);
    }
}
  
.carousel-image-GB1 {
    width: 100%;
    object-fit: cover;
    pointer-events: none;
    user-select: none;
}

.carousel-btn-GB1, .carousel-caption-GB1 {
    margin-top: 10px;
    font-size: 16px;
}

.carousel-btn-GB1 {
    padding: .375rem .75rem;
    color: #b9a18d;
    border: 1px solid #b9a18d;
    cursor: pointer;
    border-radius: 0.25rem;
}
 
.carousel-caption-GB1 {
    color: #b9a18d;
    font-size: 18px;
    text-align: center;
    font-family: 'Source Sans Pro', 'Source Sans', Arial, sans-serif;
    font-weight: 100;
}

.carousel-ticket-GB1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 20px;
}

.carousel-play-pause-GB1, .carousel-ticket-GB1 svg {
    margin-top: 10px;
}

.slider-GB1-play, .slider-GB1-pause {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    border-radius: 50%;
    border: 1px solid #555;
    height: 26px;
    width: 26px;
    background-color: #FFF;
    color: #555;
}

.slider-GB1-videoSound {
    position: absolute;
    /* width: 25px;
    height: 25px; */
    bottom: 50px;
    right: 20px;
    padding: 5px;
    user-select: none;
}

.slider-GB1-videoSound:hover {
    cursor: pointer;
}

.soundHide {
    display: none!important;
}

.nav-buttons-GB1 {
    display: flex;
    justify-content: center;
    margin-top: 25px; 
}

.nav-buttons-GB1-without-captions {
    display: flex;
    justify-content: end;
    margin-top: 25px; 
}
  
.nav-button-GB1 {
    color: #b9a18d;
    background: transparent;
    border: none;
    cursor: pointer;
    margin: 0 10px; /* Espacement entre les deux boutons */
}

.nav-button-GB1 svg {
    height: 40px;
    width: 40px;
}

.hidePlayPauseGif {
    display: none;
}

@media screen and (max-width: 720px) {
    .nav-buttons-GB1 {
        margin-top: 30px; 
    }

    .nav-button-GB1 {
        margin: 0 30px; /* Espacement entre les deux boutons */
    }

    .nav-button-GB1 svg {
        height: 70px;
        width: 70px;
    }
}