
.bg_black{
    background-color: black;
}
.top_header_section{
    height: 400px;
    width: 100%;
    background-size: cover;
    background-position: center -170px;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 30px;
}
.top_header_section .bg_dark{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.489);
    position: absolute;
    top: 0;
    left: 0;
}
.top_header_section .contain_element_text{
    position: relative;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
} 
.top_header_section .contain_element_text p{
    color: white;
    position: relative;
    top: 0;
    font-size: 48px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    text-align: center;
}
.top_header_section .contain_element_text p.text_01{
    animation: move_up_01 01.4s ease-in-out;
}
.top_header_section .contain_element_text p.text_02{
    animation: move_up_01 1.6s ease-in-out;
}

@keyframes move_up_01 {
    0%{
        top: 120px;
        opacity: 0;
    }
    60%{
        top: 120px;
        opacity: 0;
    }
    100%{
        top: 0px;
        opacity: 1;
    }
}

.contain_middle_section{
    margin-bottom: 50px;
}
.contain_element_move {
    min-height: 525px;
    background-color: ;
    position: relative;

}
.contain_element_move .element{
    min-height: 100%;
    width: calc(100%/4);
    position: absolute;
    top: 00%;
    transform: translateX(-50%);

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    overflow: hidden;
    background-color: black;
}
.contain_element_move .element .element_haut{
    height: 350px;
    overflow: hidden;
}
.contain_element_move .element img{
    width: 100%;
}
.contain_element_move .element_01{
    left: 20%; 
    animation: move_left_right_01 6s ease-in-out alternate;
    z-index: 3;
}

.contain_element_move .element_02{
    left: 50%;
    animation: move_left_right_02 6s ease-in-out alternate;
    z-index: 2;
}

.contain_element_move .element_03{
    left: 80%;
    animation: move_left_right_03 6s ease-in-out alternate;
    z-index: 1;
}

@keyframes move_left_right_01 {
    0%{
        left: 20%;
    }
    70%{
        left: 20%;
    }
    75%{
        left: 20%;
    }
}

@keyframes move_left_right_02 {
    0%{
        left: 20%;
    }
    70%{
        left: 20%;
    }
    75%{
        left: 25%;
    }
    80%{
        left: 25%;
    }
    90%{
        left: 50%;
    }
}

@keyframes move_left_right_03 {
    0%{
        left: 20%;
    }
    70%{
        left: 20%;
    }
    75%{
        left: 30%;
    }
    80%{
        left: 30%;
    }
    90%{
        left: 80%;
    }
}

.contain_element_move .element p{
    color: white;
}
.contain_element_move .element .text_01{
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 5px;
}

.contain_element_move .element ul{
    list-style: disc;
    padding-left: 15px;
}
.contain_element_move .element ul li{
    list-style: disc;
    color: white;
}
.contain_element_move p a{
    background-color: white;
    color: black;
    font-size: 16px;
    padding: 7px;
    padding-left: 20px;
    padding-right: 20px;
    border: none;
    transition: 0.2s ease-in-out;
}
.contain_element_move p a:hover{
    background-color: rgb(0, 0, 0);
    border: 1px solid white;
    color: white;
}

.section_simple .contain_element{
}
.section_simple .contain_element .contain_element_haut{
    height: 500px;
    background-color: ;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.section_simple .contain_element .contain_element_haut img{
    height: 100%;
    width: auto;
}
.section_simple .contain_element .contain_element_bas{
    display: flex;
    justify-content: center;
}
.section_simple .contain_element .contain_element_bas .text_01{
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 5px;
}

.section_simple .contain_element .contain_element_bas ul{
    list-style: disc;
    padding-left: 15px;
}
.section_simple .contain_element .contain_element_bas ul li{
    list-style: disc;
    color: white;
}
.section_simple .contain_element .contain_element_bas p{
    color: white;
}
.section_simple .contain_element .contain_element_bas p a{
    background-color: white;
    color: black;
    font-size: 16px;
    padding: 7px;
    padding-left: 20px;
    padding-right: 20px;
    border: none;
    transition: 0.2s ease-in-out;
}
.section_simple .contain_element .contain_element_bas p a:hover{
    background-color: rgb(0, 0, 0);
    color: white;
    border: 1px solid white;
}

/* FINAL SIGNATURE PARTIE RESPONSIVE */
@media only screen and (max-width:1250px){
    .top_header_section{
        background-position: center -70px;
    }
}
@media only screen and (max-width: 560px){
    .top_header_section .contain_element_text p{
        font-size: 34px;
    }
}
@media only screen and (max-width: 385px){
    .top_header_section .contain_element_text p{
        font-size: 24px;
    }
}
@media only screen and (max-width: 1080px){
    .contain_element_move{
        min-height: 550px;
    }
}

@media only screen and (max-width:1085px){
    
    .contain_element_move .element .text_sup_02{
        min-height: 50px;
        background-color: ;
    }
    .contain_element_move{
        min-height: 575px;
    }
    
}
@media only screen and (max-width: 998px){
    .contain_element_move .element .text_01{
        min-height: 70px;
        background-color: ;
        display: flex;
        align-items: center;
    }
    .contain_element_move{
        min-height: 605px;
    }
}
@media only screen and (max-width: 1020px){
    .contain_element_move .element img{
        width: auto;
        height: 100%;
    }
}
@media only screen and (max-width:700px){
    
    .contain_element_move{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .contain_element_move .element{
        position: relative;
        top: 0;
        left: 0;
        transform: translateX(0);
        width: 350px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .contain_element_move .element img{
        width: 100%;
        height: auto;
    }
    .contain_element_move .element_01,
    .contain_element_move .element_02,
    .contain_element_move .element_03{
        left: 0%; 
        animation: none;
    }
}
@media only screen and (max-width:350px){
    .contain_element_move .element{
        width: 300px;

    }
}




