section#header, 
section#video,
section#missions_et_priorites {
    padding-top: 0px!important;
}

section#header {
    padding-bottom: 0px!important;
}

section#header .image_background {
    height: 560px;
}

section#liste_missions .mission_description {
    font-size: 14px;
    font-size: 1.4rem;
}

section#who_are_we .description {
    padding: 0px 0px 0 160px;
}

section#slider .slider .slider_content {
    text-align: center;
    top: 80%;
}

section#slider .slider .button {
    margin-top: 0px;
    background: white;
    color: #009EE3;
}

section#slider .slider .button:hover {
    background: #0F3F93;
    color: #FFFFFF;
}

/*POSITIONS*/

section#positions .liste_positions {
    margin-top: 100px;
}

section#positions .liste_positions .position {
    position: relative;
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    padding: 0px!important;
}

section#positions .liste_positions .position .description {
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    width: calc(100% - 80px);
    padding: 20px;
    max-width: 475px;
}

section#positions .liste_positions .position .icon {
    position: relative;
    background: #F6F7FC;
    float: right;
    width: 80px;
    position: absolute;
    right: 0;
    top: 0;
}

section#positions .liste_positions .position .icon img {
    width: 42px;
    height: 42px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

/*PARTENAIRES*/

section#partenaires {
    background: #F6F7FC;
}

section#partenaires ul li {
    margin-right: 0px;
    margin-bottom: 0px;
    list-style-type: none;
    text-align: center;
}

section#partenaires ul li img {

}

section#missions_et_priorites .first_block {
    padding: 60px 120px;
}

section#gouvernance .first_block {
    padding: 110px;
}

@media only screen and (min-width: 1281px) {

    /*VIDEO*/
    section#video .player,
    section#video .player .image_background {
/*        height: 800px;*/
    }
    
}

@media only screen and (max-width: 1280px) {
    
    #informations_mensuelles .separator.grey.bottom {
        display:none;    
    }
    
    .one-half,
    section#positions .liste_positions {
        padding: 30px 0 0px 0!important;
    }
    
    #liste_missions .one-fourth {
        margin-bottom: 30px;
    }
    
    section#positions .liste_positions {
        margin: 0px;    
    }
    
}

@media only screen and (max-width: 1024px) {
    
    section#who_are_we .description {
        padding: 0px 0 0px 0!important;
    }
    
}