


section.contain_all_tv{
    min-height: 500px;
    width: 100%;
    background-color: black;
    margin-bottom: 1px;
    padding-top: 50px;
}

section.contain_all_tv .contain_tv{
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

section.contain_all_tv .contain_tv .element_tv{
    width:calc(100%/3 - 30px);
    max-width: 350px;
    min-height: 200px;
    margin-bottom: 50px;

}
section.contain_all_tv .contain_tv .element_tv .contain_tv_top{
    height: 200px;
    width: 100%;
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 5px;
    position: relative;
}
section.contain_all_tv .contain_tv .element_tv .contain_tv_top a{
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.0);
    position: absolute;
    top: 0;
    left: 0;
    
    display: flex;
    justify-content: center;
    align-items: center;

    color: rgba(255, 255, 255, 0);
    font-size: 42px;
    font-weight: bold;
    text-decoration: none;

    transition: all 250ms ease-in-out;

    cursor: pointer;
    
}
section.contain_all_tv .contain_tv .element_tv .contain_tv_top a:hover{
    background-color: rgba(0, 0, 0, 0.51);
    color: rgb(255, 255, 255);
}
section.contain_all_tv .contain_tv .element_tv .contain_tv_top .tv_video{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.contain_all_tv .contain_tv .element_tv .contain_tv_top .tv_video video{
    height: 100%;
}
section.contain_all_tv .contain_tv .element_tv .contain_tv_bottom{
    height: auto;
    width: 100%;
    background-color: black;
    margin-bottom: 5px;
    display: flex;
    justify-content: left;
    text-align: left;
    margin-top: 15px;
}
section.contain_all_tv .contain_tv .element_tv .contain_tv_bottom .title_video{
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(224, 224, 224);
    font-weight: bold;
    padding: 0;
    margin: 0;
}
section.contain_all_tv .contain_tv .element_tv .contain_tv_bottom .title_video a{
    color: rgb(224, 224, 224);
}
section.contain_all_tv .contain_tv .element_tv .contain_tv_bottom .contain_time_download{
    color: white;
    display: flex;
    align-items: center;
    margin-top: 20px;
}
section.contain_all_tv .contain_tv .element_tv .contain_tv_bottom .contain_time_download .clock_01{
    font-size: 24px;
    margin-right: 10px;
}
section.contain_all_tv .contain_tv .element_tv .contain_tv_bottom .contain_time_download .times{

    margin-right: 20px;
}
section.contain_all_tv .contain_tv .element_tv .contain_tv_bottom .contain_time_download .span_download{
    display: block;
    height: 28px;
    border: 1px solid white;
    padding-left: 10px;
    padding-right: 0;
    border-radius: 6px;
    display: flex;
    overflow: hidden;
}
section.contain_all_tv .contain_tv .element_tv .contain_tv_bottom .contain_time_download .span_download .text{
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
}

section.contain_all_tv .contain_tv .element_tv .contain_tv_bottom .contain_time_download .span_download .btn_download{
    height: 100%;
    width: 40px;
    border-left: 1px solid white;
    background-color: white;
    display: flex;
    justify-content:center;
    align-items: center;
    
    color: black;
}
section.contain_all_tv .contain_tv .element_tv .contain_tv_bottom .contain_time_download .span_download .btn_download a{
    color: black;
    background-color: ;
    display: flex;
}



/* PARTIE DE LA PAGE SHOW VIDEO */

section.contain_show_tv{
    min-height: 500px;
    background-color: black;
    width: 100%;
    margin-bottom: 1px;
    padding-top: 20px;
    padding-bottom: 20px;

    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    justify-content: space-around;
}
section.contain_show_tv .contain_tv_left{
    width: calc(100% - 500px);
    height: auto;
    margin-right: 10px;
    background-color: ;
}

section.contain_show_tv .contain_tv_left .contain_tv_video_left{
    width: 100%;
    height: 450px;
    overflow:hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background-color: rgb(29, 29, 29);
}

section.contain_show_tv .contain_tv_left .contain_tv_video_left video{
    width: 100%;
}

section.contain_show_tv .contain_tv_left .contain_element_text{
    background-color: ;
    min-height: 80px;
    margin-top: 30px;
}
section.contain_show_tv .contain_tv_left .contain_element_text .title_video{
    font-size: 22px;
    font-weight: bold;
    color: white;
    padding: 0;
    margin: 0;
}

section.contain_show_tv .contain_tv_left .contain_element_text .contain_text_left_right{
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
section.contain_show_tv p{
    color: rgb(221, 221, 221);
    font-size: 13px;
    margin: 0;
    padding: 0;
    
}
section.contain_show_tv .contain_tv_left .contain_element_text .contain_text_right{
    display: flex;
}
section.contain_show_tv .contain_tv_left .contain_element_text .contain_text_right .div_download{
    height: 32px;
    width: 150px;
    border: 1px solid white;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    padding-left: 10px;
    position: relative;
    overflow: hidden;
}
section.contain_show_tv .contain_tv_left .contain_element_text .contain_text_right .div_download p{
    padding: 0;
    margin: 0;
}
section.contain_show_tv .contain_tv_left .contain_element_text .contain_text_right .div_download .contain_span{
    height: 100%;
    width: 30px;
    background-color: white;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.contain_show_tv .contain_tv_left .contain_element_text .contain_text_right .div_download.div_share{
    margin-left: 10px;
    width: 110px;
}

section.contain_show_tv .contain_tv_left .contain_element_text .contain_text_right .btn_telecharger{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section.contain_show_tv .contain_tv_left .contain_element_text .line_separate{
    width: 100%;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
section.contain_show_tv .contain_tv_left .contain_element_text .line_separate hr{
    height: 1px;
    border: none;
    background-color: rgb(74, 74, 74);
    width: 100%;
    display: inline-block;
}
section.contain_show_tv .contain_tv_left .contain_element_text .contain_last_titre{
    color: white;
}
section.contain_show_tv .contain_tv_left .contain_element_text .contain_last_titre .details_title{
    font-size: 28px;
    font-weight: bold;
}

section.contain_show_tv .contain_tv_left .contain_element_text .contain_last_titre .contain_element_details_text{
    color: rgb(204, 204, 204);
    font-size: 15px;
    font-style: italic;
}


section.contain_show_tv .contain_tv_right{
    width: 400px;
    height: auto;
    padding-left: 5px;
    padding-right: 5px;
}
section.contain_show_tv .contain_tv_right .contain_line_video_tv{
    height: 130px;
    width: 100%;
    background-color: rgb(29, 29, 29);
    margin-bottom: 10px;
    display: flex;
}

section.contain_show_tv .contain_tv_right .contain_line_video_tv .contain_line_left_video_tv{
    width: 200px;
    height: 100%;
}
section.contain_show_tv .contain_tv_right .contain_line_video_tv .contain_line_left_video_tv .contain_element_video{
    width: 100%;
    height: 100%;
    
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
section.contain_show_tv .contain_tv_right .contain_line_video_tv .contain_line_left_video_tv .contain_element_video video{
    width: 100%;
}
section.contain_show_tv .contain_tv_right .contain_line_video_tv .contain_line_left_video_tv .contain_element_video a{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: rgba(255, 255, 255, 0);
    font-size: 32px;
    text-decoration: none;
    transition: all 250ms ease-in-out;
}
section.contain_show_tv .contain_tv_right .contain_line_video_tv .contain_line_left_video_tv .contain_element_video a:hover{

    background-color: rgba(0, 0, 0, 0.489);
    color: rgb(255, 255, 255);
}
section.contain_show_tv .contain_tv_right .contain_line_video_tv .contain_line_right_video_tv{
    padding-left: 10px;
    padding-top: 10px;
}
section.contain_show_tv .contain_tv_right .contain_line_video_tv .contain_line_right_video_tv p{
    padding: 0;
    margin: 0;
    color: white;
}
section.contain_show_tv .contain_tv_right .contain_line_video_tv .contain_line_right_video_tv p a{
    color: white;
}
section.contain_show_tv .contain_tv_right .contain_line_video_tv .contain_line_right_video_tv .title_video{
    font-size: 15px;
    font-weight: bold;
}
section.contain_show_tv .contain_tv_right .contain_line_video_tv .contain_line_right_video_tv .times{
    font-size: 12px;
    color: rgb(172, 172, 172);
}
section.contain_show_tv .contain_tv_right .contain_line_video_tv .contain_line_right_video_tv .line_info{
    font-size: 12px;
    font-style: ;
}




section.section_share{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10000000000;

    display: none;
    justify-content: center;
    align-items: center;
}
section.section_share .contain_element_share{
    width: 450px;
    height: 200px;
    background-color: white;
    position: relative;
}
section.section_share .contain_element_share .element_close{
    height: 50px;
    background-color: black;
    width: 50px;
    border-radius: 50%;
    position: absolute;
    right: -25px;
    top: -25px;
    border: 3px solid white;
    display: flex;
    justify-content: center;
    align-items: center;

    cursor: pointer;
}
section.section_share .contain_element_share .element_close p{
    padding: 0;
    margin: 0;
    font-size: 24px;
    color: white;
}
section.section_share .contain_element_share {
    padding-left: 15px;
}
section.section_share .contain_element_share .contain_all_element_share{
    width: calc(100% - 30px);
}
section.section_share .contain_element_share .contain_all_element_share .contain_top_share{
    border-bottom: 0px solid rgb(182, 182, 182);
    padding: 5px;
    padding-left: 0;
}

section.section_share .contain_element_share .contain_all_element_share .contain_top_share p{
    padding: 0;
    margin: 0;
    
}

section.section_share .contain_element_share .contain_all_element_share .contain_middle_share{
    width: 100%;
    height: 70px;
}
section.section_share .contain_element_share .contain_all_element_share .contain_middle_share ul{
    width: 100%;
    height: 100%;

    display: flex;
    justify-content: space-around;
    align-items: center;

    list-style-type: none;

}
section.section_share .contain_element_share .contain_all_element_share .contain_middle_share ul li{

}
section.section_share .contain_element_share .contain_all_element_share .contain_share_element{
    width: 75px ;
    height: 75px;

    margin-left: 0;
    margin-right: 0;

    text-align: center;

    display: block;
    color: black;
    

}
section.section_share .contain_element_share .contain_all_element_share .contain_share_element .contain_img_share{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: inline-flex;
    background-color: white;
    justify-content: center;
    align-items: center;
}
section.section_share .contain_element_share .contain_all_element_share .contain_share_element .contain_img_share.ls-whatsapp{
    border-color: green;
    border: 1px solid green;
}
section.section_share .contain_element_share .contain_all_element_share .contain_share_element .contain_img_share.ls-facebook{
    border-color: #435b93;
    border: 1px solid #435b93;
}
section.section_share .contain_element_share .contain_all_element_share .contain_share_element .contain_img_share.ls-twitter{
    border-color: #4ba0ec;
    border: 1px solid #4ba0ec;
}
section.section_share .contain_element_share .contain_all_element_share .contain_share_element .contain_img_share.ls-linkedin{
    border-color: #3277b0;
    border: 1px solid #3277b0;
}
section.section_share .contain_element_share .contain_all_element_share .contain_share_element .contain_img_share.ls-mail{
    border-color: #858585;
    border: 1px solid #858585;
}
section.section_share .contain_element_share .contain_all_element_share .contain_share_element .contain_img_share span{
    display: inline-block;
    width: 50%;
    height: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

}
section.section_share .contain_element_share .contain_all_element_share .contain_share_element p.contain_text_share{
    font-size: 12px;
    padding: 0;
    text-align: center;
    margin: 0;
}

section.section_share .contain_element_share .contain_all_element_share .contain_bottom_share{
    border-top: 1px solid grey;
    padding-top: 20px;
    margin-top: 20px;
}

section.section_share .contain_element_share .contain_all_element_share .contain_element_bottom_share{
    display: flex;
    justify-content: center;
}

section.section_share .contain_element_share .contain_all_element_share .contain_element_bottom_share input{
    width: 80%;
    background-color: rgba(228, 228, 228, 0.496);
    border: 1px solid rgb(191, 190, 190);
    border-radius: 4px;
    margin-right: 10px;
    padding-left: 5px;
    font-size: 13px;
}
section.section_share .contain_element_share .contain_all_element_share .contain_element_bottom_share button{
    border: 1px solid grey;
    background-color: rgb(0, 0, 0);
    color: white;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
    border-radius: 4px;
}


/* RESPONSIVE DE LA PARTIE DE LA VIDEO */

@media only screen and (max-width:1150px){
    section.contain_all_tv .contain_tv{
        display: flex;
        flex-wrap: wrap;

    }
    section.contain_all_tv .contain_tv .element_tv{
        width: calc(100%/2 - 30px);
    }
}


@media only screen and (max-width:750px){
    section.contain_all_tv .contain_tv .element_tv{
        width: calc(100% - 30px);
    }
}


/* RESPONSIVE DE LA PARTIE DES ELEMENTS VIDEOS DETAILS */


@media only screen and (max-width:1150px){
    section.contain_show_tv{
        flex-wrap: wrap;
        justify-content: left;
    }
    section.contain_show_tv .contain_tv_left{
        width: 100%;
    }
    section.contain_show_tv .contain_tv_right{
        width: 500px;
    }
}

@media only screen and (max-width:600px){
    
    section.contain_show_tv .contain_tv_left{
        width: 100%;
    }
    section.contain_show_tv .contain_tv_left .contain_tv_video_left{
        width: auto;
        max-height: 450px;
        height: auto;
    }
    
}

@media only screen and (max-width:550px){
    section.contain_show_tv .contain_tv_left .contain_element_text .contain_text_left_right{
        flex-wrap: wrap;
    }
    section.contain_show_tv .contain_tv_left .contain_element_text .contain_text_left{
        width: 100%;
    }
    section.contain_show_tv .contain_tv_left .contain_element_text .contain_text_right{
        width: 100%;
        margin-top: 10px;
    }
}


@media only screen and (max-width:400px){
    
    section.contain_show_tv .contain_tv_right{
        width: 100%;
    }

}



/* PARTIE DE LA PAGE TECHNOLOGIE */


.container_element_technologie {
    height: auto;width: 100%;
    background-color: ;
    background-color: black;
}

.container_element_technologie .contain_line{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.container_element_technologie .contain_line .contain_tech_left{
    background-color: black;
    width: calc(50% - 2px);
    height: auto;
    background-image: url("../images/img_technologie-02.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    justify-content:center;
    align-items: top;
    text-align: center;
    padding-top: 80px;
}

.container_element_technologie .contain_line .contain_element_text{
    position: relative;
    color:white;
    padding: 15px;
} 
.container_element_technologie .contain_line .contain_element_text .title{
    font-size: 40px;
    line-height: 60px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: white;
    text-shadow: 6px 6px 5px rgb(255 255 255/ 15%);
    margin: 0;
    margin-bottom: 15px;
}
.container_element_technologie .contain_line .contain_element_text .text_03{
    color: white;
}

.container_element_technologie .contain_line .contain_bg_black{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.423);
    transition: all 250ms ease-in-out;
}
.container_element_technologie .contain_line .contain_tech_left:hover .contain_bg_black{
    
    background-color: rgba(0, 0, 0, 0.722);

}
.container_element_technologie .contain_line .contain_tech_right:hover .contain_bg_black{
    
    background-color: rgba(0, 0, 0, 0.722);

}

.container_element_technologie .contain_line .contain_tech_right{
    background-color: black;
    width: 50%;
    height: 500px;
    background-image: url("../images/new_yvette_01.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: top;
    text-align: center;
    padding-top: 80px;
}
.container_element_technologie .contain_element_text .text_03{
    font-size: 14px;
}



@media only screen and (max-width:1050px){
    .container_element_technologie .contain_line{
        flex-wrap: wrap;
    }

    .container_element_technologie .contain_line .contain_tech_left,
    .container_element_technologie .contain_line .contain_tech_right{
        width: 100%;
    }
}

@media only screen and (max-width:530px){
    
    .container_element_technologie .contain_line .contain_tech_left,
    .container_element_technologie .contain_line .contain_tech_right{
        height: auto;
    }
}









