

/* -------------------- HOMEPAGE_ACTUS -------------------- */

#homepage_actus {
    margin: 78px 0 0 0;
    width: 100%;
    min-width: 1240px;
}

.homepage_slider_zone {
    position: relative;
    display: block;
    width: 100%;
}

.homepage_slider_zone img {
    display: block;
    width: 100%;
    height: auto;
}

#homepage_slider_masque {
    position: absolute;
    display: block;
    bottom: 300px;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 80px;
    background: url('../img/structure/homepage_slider_masque_fond.png') no-repeat center bottom;
}

.homepage_slider_bloc {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 300px;
    background: url('../img/structure/homepage_slider_bloc_fond.png') no-repeat center top;
}

.homepage_slider_bloc .content {
    position: relative;
    margin: 0 auto;
    padding: 0 240px 0 340px;
    width: 1240px;
    height: 300px;
    background: url('../img/structure/homepage_slider_visuel.png') no-repeat 0 0;
}

.homepage_slider_bloc .content h1 {
    margin: 0 0 20px 0;
    font-size: 2em;
}

.homepage_slider_bloc .content h2 {
    margin: 0 0 10px 0;
    padding: 0;
    font-family: 'oswaldregular', Arial, Helvetica, serif;
    font-size: 2.4em;
    font-weight: normal;
    color: #1a171b;
    line-height: 1.2;
    text-transform: none;
}

.homepage_slider_bloc .content .wysiwyg {
    max-height: 120px;
    overflow: hidden;
}

.homepage_slider_bloc .content .wysiwyg p {
    margin: 0 0 10px 0;
}