.bg_black_nos_formations{
    background-color: black;
    margin-bottom: 1px;
}
.nos_formations{
    min-height: 500px;
    width: 100%;
    display: flex;
    padding-top: 5px;
    padding-bottom: 5px;
}

.nos_formations .nos_formations_left{
    width: calc(50% - 30px);
    min-height: 500px;
    color: white;
    padding: 10px;
    margin-right: 75px;
    background-color: ;
}

.nos_formations .nos_formations_left p{
    color: white;
}
.nos_formations .nos_formations_left .contain_top_nf{
    text-align: center;
    margin-top: 90px;
    background-color: ;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.nos_formations .nos_formations_left p.text_nf_01{
    font-size: 15px;
    max-width: 450px;
    display: inline-block;
}
.nos_formations .nos_formations_left .contain_title_nf{
    padding-left: 50px;
    margin-top: 30px;
}
.nos_formations .nos_formations_left .contain_title_nf p{
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    width: 450px;
}
.nos_formations .nos_formations_left .contain_list{
    padding-left: 65px;
    margin-top: 30px;
}
.nos_formations .nos_formations_left .contain_sous_title_nf{
    padding-left: 50px;
}

.nos_formations .nos_formations_right{
    width: 50%;
    height: 700px;
    background-color: ;
    display: flex;
    justify-content: right;
    position: sticky;
    position:-webkit-sticky;
    top: 150px;
}
.nos_formations .nos_formations_right .contain_img_formation{
    width: calc(30%);
    height: 100%;
    position: relative;
    display: flex;
    justify-content: right;
    align-items: center;
    
}
.nos_formations .nos_formations_right .contain_bg_color_sup img{
    height: 500px;
    width: auto;
    border: 4px solid transparent;
    position: absolute;
    top: 50%;
    left: 35%;
    transform: translate(-100%, -50%);
}
.nos_formations .nos_formations_right .contain_bg_color_sup{
    width: 70%;
    height: 100%;
    background-color: white;
    background-image: url("../images/new_coloriste.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
}
.nos_formations .nos_formations_right .contain_bg_color_sup img{

}

.nos_formations .nos_formations_left{
    padding: 90px;
}

@media only screen and (max-width:1200px){
    .nos_formations .nos_formations_left{
        padding: 20px;
    }
}


/* PARTIE PRESTATION */

.contain_element_partenaire{
    min-height: 500px;
    padding-left: 100px;
    padding-right: 100px;
    display: flex;
}
.contain_element_partenaire .contain_left_partenaire{
    width: 50%;
}
.contain_element_partenaire ul li{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    list-style: none;
}
.contain_element_partenaire ul li .left_img_partenaire{
    width: 20px;
    height: 20px;
    margin: 15px;
    border-radius: 50%;
    background-color: black;
}
.contain_element_partenaire ul li .right_text_partenaire{
    padding-left: 25px;
}
.contain_element_partenaire ul li .right_text_partenaire p{
    margin: 0;
    padding: 0;
    font-size: 18px;
}
.contain_element_partenaire ul li .contain_map{
    width: 400px;
    height: 200px;
}

.contain_element_partenaire .contain_right_partenaire {
    width: 50%;
}

.contain_element_partenaire .contain_right_partenaire .contain_map {
    width: 50%;
}


@media only screen and (max-width:1200px){
    .nos_formations .nos_formations_left p.text_nf_01{
        width: 100%;
    }
    .nos_formations .nos_formations_left .contain_title_nf p{
        width: 100%;
    }
    
}

@media only screen and (max-width:950px){
    .nos_formations .nos_formations_right .contain_bg_color_sup img{
        display: none;
    }
    .nos_formations .nos_formations_right .contain_bg_color_sup{
        width: 100%;
    }
    .nos_formations .nos_formations_left{
        width: 60%;
    }
    .nos_formations .nos_formations_right{
        width: 40%;
    }
    .nos_formations .nos_formations_right .contain_img_formation{
        width: 100%;
    }

}

.nos_formations .nos_formations_left{
    position: relative;
}
.nos_formations .bg_dark_responsive{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.661);
    z-index: 0;
}
.nos_formations {
    position: relative;
}

@media only screen and (max-width:750px){
    
    .nos_formations {
        background-image: url("../images/new_coloriste.jpg");
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    }
    .nos_formations .nos_formations_left{
        width: 100%;
        margin: 0;  
    }
    .nos_formations .nos_formations_right{
        width: 0%;
    }
}




/* RESPONSIVE DES ELEMENTS DE NOS PARTENAIRES */

@media only screen and (max-width:1050px){
    
    .contain_element_partenaire{
        
        display: flex;
        flex-wrap: wrap-reverse;
        
    }
    .contain_element_partenaire .contain_left_partenaire{
        width: 100%;
        margin-top: 30px;
    }
    .contain_element_partenaire .contain_right_partenaire{
        width: 100%;
    }

}

@media only screen and (max-width:650px){
    
    .contain_element_partenaire{
        padding-left: 10px;
        padding-right: 10px;
        display: flex;
    }
}
