.container_show_more{
    
    padding-left: 10%;
    padding-right: 5%;
    
}
.container_show_more .line_sm{
    display: flex;
    width: 100%;
    align-items: flex-start;
}
.container_show_more .line_sm .left_element{
    min-height: 100%;
    width: 50%;
    background-color: ;
    display: flex;
}
.container_show_more .line_sm .left_element .contain_img{
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
}
.container_show_more .line_sm .left_element .contain_img .contain_element_img{
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: calc(0%);
    width: 100%;
    height: 100%;
    transition: 1s ease-in-out;
}
#sup_div_img_01{
    left: 0%;
}
#sup_div_img_02{
    left: 100%;
}
#sup_div_img_03{
    left: 200%;
}
#sup_div_img_04{
    left: 200%;
}
#sup_div_img_05{
    left: 200%;
}
#sup_div_img_06{
    left: 200%;
}
#sup_div_img_07{
    left: 200%;
}


.container_show_more .line_sm .left_element .contain_img video{
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: auto;

    transform: translate(-50%, -50%);
}
.container_show_more .line_sm .left_element .contain_img .contain_element_img img{
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    width: 100%;
    transform: translate(-50%, -50%);

}
.container_show_more .line_sm .left_element .contain_img .contain_element_img.sup img{
    height:  100%;
    width: auto;

}
.container_show_more .line_sm .left_element .contain_bas{
    min-height: 100%;
    width: 200px;
    background-color: ;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}
.container_show_more .line_sm .left_element .contain_bas.sup{
    height: 500px;
    width: 200px;
    background-color: black;
}
.container_show_more .line_sm .left_element .contain_bas.sup .contain_sub_bas{
    width: min-content;
    height: 300px;
    overflow: hidden;
    background-color: ;
    background-color: ;
    margin-bottom: 20px;
    text-align: center
}
.container_show_more .line_sm .left_element .contain_bas.sup .contain_fleche{
    background-color: ;
    display: flex;
    height: auto;
    width: 100px;
}
.container_show_more .line_sm .left_element .contain_bas.sup .contain_fleche p{
    color: black;
    background-color: white;
    padding: 0;
    margin: 0;
    text-align: center;
    width: 50px;
    height: 50px;
    margin-left: 2px;
    margin-right: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2px;
    cursor: pointer;

}
.container_show_more .line_sm .left_element .contain_bas.sup .contain_fleche p.non_active{
    background-color: rgb(199, 199, 199);
    
}
.container_show_more .line_sm .left_element .contain_bas .element_sub_img{
    height: 60px;
    width: 60px;
    background-color:transparent;
    border: 3px solid white;
    border-radius: 15px;
    margin: 5px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    overflow: hidden;
    position: relative;
    top: 0px;
}
.container_show_more .line_sm .left_element .contain_bas .contain_sub_bas .element_sub_img{
    top: -0;
    display: inline-block;
}
.container_show_more .line_sm .left_element .contain_bas .element_sub_img div.bg_dark{
    background-color: rgba(0, 0, 0, 0.306);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container_show_more .line_sm .left_element .contain_bas .element_sub_img div.bg_dark span{
    display: inline-block;
    border: 1px solid white;
    color: white;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.container_show_more .line_sm .left_element .contain_bas .element_sub_img.active{
    height: 100px;
    width: 100px;
}
.container_show_more .line_sm .left_element .contain_bas .element_sub_img.active div.contain_hide{
    display: none;
}
.container_show_more .line_sm .left_element .contain_bas .element_sub_img:hover{
    height: 100px;
    width: 100px;
}
.container_show_more .line_sm .left_element .contain_bas .element_sub_img img{
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: auto;
    transform: translate(-50%, -50%);
}
.container_show_more .line_sm .left_element .contain_bas .element_sub_img video{
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: auto;
    transform: translate(-50%, -50%);
}
.container_show_more .line_sm .left_element .contain_bas .element_sub_img.sup img{
    height: auto;
    width: 100%;
    
}

.container_show_more .line_sm .left_element .contain_bas .element_sub_img div.contain_hide{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.385);
}

.container_show_more .line_sm .right_element{
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 30px;
    background-color: rgb(255, 255, 255);
}

.container_show_more .line_sm .right_element p{
    text-align: justify;
    color: rgb(62, 62, 62);
}

.container_show_more .line_sm .right_element p{
    color: black;
}


/* LEFT NEW ELEMENT */
.container_show_more .line_sm .left-new-element{
    background-color: white;
    min-height: 100%;
    width: 48%;
}
.container_show_more .line_sm .left-new-element .contain-simple-video{
    height: 250px;
    margin-bottom: 10px;
    background-color: ;
    display: flex;
    justify-content: center;
}
.container_show_more .line_sm .left-new-element .contain-simple-video video{
    height: 100%;
    width: auto;
}
.container_show_more .line_sm .left-new-element .contain_caroussel{
    height: 450px;
    background-color: ;
}
.container_show_more .line_sm .left-new-element .contain_caroussel.sup_caroussel{
    height: 250px;
    background-color: ;
}
.container_show_more .line_sm .left-new-element .contain_caroussel #caroussel_show_more{
    height: 100%;
    background-color: ;
}
.container_show_more .line_sm .left-new-element #caroussel_show_more .contain-element-img{ 
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    display: block;
    text-align: center;
    justify-content: center;
}
.container_show_more .line_sm .left-new-element #caroussel_show_more .contain-element-img img{
    height: 100%;
}
.container_show_more .line_sm .left-new-element #caroussel_show_more .contain-element-img.img-width-100 img{
    width: 450px;
    height: auto;
    display: inline-block;
}
.container_show_more .line_sm .left-new-element #caroussel_show_more .contain-element-img.img-width-120 img{
    height: auto;
    width: 450px;
    position: relative;
    top: -50px;
    display: inline-block;
}
.container_show_more .line_sm .left-new-element #caroussel_show_more .contain-element-img video{
    height: auto;
    width: 450px;
}
.container_show_more .line_sm .left-new-element #caroussel_show_more ol li{
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
}
.carousel-control-next, .carousel-control-prev{
    
}


@media only screen and (max-width:1050px){
    
    .container_show_more .line_sm{
        flex-wrap: wrap;
    }
    .container_show_more .line_sm .left-new-element{
        width: 100%;
    }
    .container_show_more .line_sm .right_element{
        width: 100%;
    }

}

@media only screen and (max-width:500px){
    .container_show_more{
        padding-left: 5%;
    }
    .container_show_more .line_sm .right_element{
        padding-left: 0px;
    }
}







