body {
    margin: 0;
    overflow-x: hidden;
}

.header_top {
    width: 100%;
    display: flex;
    justify-content: center;
}

.header_top img {
    margin: 1.5rem 0;
}

.header_banner {
    width: 100%;
    display: flex;
    justify-content: end;
    background-color: #a5c84b;
}

.header_banner img {
    padding: 1rem 2rem 1rem 0;
    width: 20%;
    height: auto;
}

.section_1 {
    position: relative;
    text-align: center;
}

.section_1 .content_1 {
    width: 100%;
    text-align: center;
}

.section_1 .content_1 h1 {
    font-weight: bolder;
    color: #000;
    font-size: 2.5rem;
    text-transform: uppercase;
}

.section_1 .content_1 h3 {
    font-weight: bold;
    color: #6d6e71;
    font-size: 2rem;
    text-transform: uppercase;
}

p.details {
    font-weight: 600;
    color: #000;
    font-size: 1.7rem;
}

.section_1 .content_1 .picture {
    display: flex;
    justify-content: center;
}

.section_1 .content_1 .picture img {
    max-width: 600px;
    margin: 10px;
    height: auto;
}

.section_1 .content_1 p.adresse {
    text-align: end;
    font-weight: 400;
    color: #000;
    font-size: 1.3rem;
    margin-right: 15%;
}

.section_1 .content_1 .helper {
    font-style: italic;
}

.section_1 .deco_s1 {
    position: absolute;
    top: -60px;
    left: 0px;
    max-width: 10%;
}

.section_2 {
    text-align: center;
    padding: 2rem;
    width: 100%;
    background-color: #a5c84b;
}

.section_2 .sub-title {
    font-size: 2rem;
}

.section_2 h2 {
    font-size: 2.5rem;
}

.section_3 .sub_section {
    display: flex;
}

.section_3 .sub_section .user,
.section_3 .sub_section .movie {
    width: 50%;
    padding: 45px;
}

.section_3 .sub_section .user {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.section_3 .sub_section .user .profils {
    display: flex;
    justify-content: space-evenly;
}

.section_3 .sub_section .user .profil {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.section_3 .sub_section .user .profil img.ppicture {
    width: 150px;
    height: auto;
    border-radius: 50%;
}

.section_3 .sub_section .user .profil .name {
    font-weight: bold;
    font-size: 1.3rem;
}

.section_3 .sub_section .user .profil .fonction {
    font-size: 1.3rem;
    font-style: italic;
}

.section_3 .action {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 5rem;
    margin-top: 3rem;
}

.section_3 .action img {
    max-width: 70px;
    height: auto;
}

.section_3 .action .inscription {
    padding: 1.2rem 3rem;
    font-size: 2rem;
    text-transform: uppercase;
    color: #1e2945;
    background-color: #a5c84b;
    margin: 0 2rem;
    text-decoration: none;
}

* {
    font-family: "Arimo", sans-serif;
    font-optical-sizing: auto;

}
.movie img{
    width: 100%;
    height: auto;
}
.movie{
    padding: 2rem;
}
@media (max-width:968px){
    .picture,.section_3 .sub_section{
        flex-direction: column;
    }
    .section_3 .sub_section .movie,
    .section_3 .sub_section .user{
        width: auto;
    }
}