.header_section{
    width: 100%;
    height: 250px;
    background-image: url('../images/pages/base_min/fond_min.jpg');
    background-size: cover;
}

.bandeau{
    height: 60px;
    width: 70%;
    margin: 50px auto;
    text-align: left;
    padding: 0 20px;
    -ms-flex-line-pack: center;
    align-content: center;
    color: #1e1e1e;
    font-size: 14px;

}

.bandeau a{
    font-size: 16px;
    text-decoration: none;
    color: inherit;
}

.contenu_page {
    width: 80%;
    margin: 50px auto 100px auto;
}

.contenu_page h1 {
    margin: 0 0 70px 0;
    font-size: 30px;
    font-family: 'Space Grotesk';
}

.contenu_page h2 {
    font-size: 20px;
    color: #53B5F5;
    font-family: 'Space Grotesk';
}


.page_desc {
    font-family: "Varela Round";
    font-size: 18px;
    font-weight: bold;
}

.page_desc a {
    text-decoration: none;
    color: #53B5F5;
}

.page_desc a:hover {
    border-bottom: 3px solid #53B5F5;
}

.editPage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #5d97c5;
    width: 150px;
    height: 35px;
    padding: 0 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FFFFFF;
    text-decoration: none;
    margin: 30px 0 30px 0;
    border-radius: 5px;
    border: 1px solid #5d97c5;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.editPage:hover {
    color: #5d97c5;
    background: transparent;
}

/* Responsive */
@media screen and (max-width: 1300px) {
    .bandeau {
        width: auto;
        margin: 20px 0 0 15px;
    }

    .contenu_page {
        width: auto;
        margin: 50px 20px 100px 20px;
    }
}

@media screen and (max-width: 950px) {
    .header_section {
        display: none;
    }
}
