/* */
.bandeau .container {
    margin-bottom: 60px;
}
.dir_rtl {
    display: flex;
    flex-direction: row-reverse;
}
.table {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    border-radius: 8px;
    transition: opacity 0.3s ease;
}
.table-cell {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 15px;
}
img.span_to_img,.img-thumbnail,.yt_video_card,.product-cover {
    width: 100%;
    border-radius: 15px;
    border: none;
}

.table-cell .span_to_img{
    width: 100%;
    max-width: 100%;
    max-height: 600px;
    border-radius: 15px;
    border: none;
}

/* Gallery */
.bx-viewport{
    height: auto;
}
.gallery{
    margin-top:30px;
}
.gallery ul li{
    float: left;
}
.gallery video.img-thumbnail{
    border-radius: 8%;
}
.bx-prev::before {
    content: "◀";
}
.bx-next::before {
    content: "️️▶";
}
.bx-wrapper .bx-controls-direction a{
    top:50%;
    height: 42px;
    width: 30px;
}
.bx-wrapper .bx-controls-direction a::before{
    color: #E6DDDD;
    font-size: 30px;
    line-height: 30px;
}
.bx-wrapper .bx-controls-direction a:hover::before {
    color: #51A687;
}

.bx-controls-direction .bx-prev, .bx-controls-direction .bx-next {
    position: absolute;
    z-index: 9999;
    vertical-align: middle;
    background-color: transparent;
    color:#06402B;
}