/* --------------------------------------------------------------- */
/*
/* Actualités
/*
/* --------------------------------------------------------------- */
#page {
	background-color: #F1F0EE;
}

#actualite {
    background: url('../../img/vins/fond.jpg') no-repeat top center;
    padding: 60px 0;
}

#actualite h1 {
    margin-bottom: 100px;
}

#actualite .texte-actualite h2 {
    font-family: 'Quicksand';
    font-size: 35px;
    font-weight: 600;
}

#actualite .texte-actualite p {
    font-family: 'Quicksand';
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 40px;
}

#actualite .texte-actualite h3 {
    font-family: 'Quicksand';
    font-size: 17px;
    font-weight: 600;
    color: #ff1350;
    margin-bottom: 20px;
}

#actualite .bloc-img img {
    max-width: 100%;
}

/* --------------------------------------------------------------- */
/*
/* Responsive
/*
/* --------------------------------------------------------------- */
@media screen and (max-width: 767px) {
    #actualite {
        background-size: 90%;
    }
}

@media screen and (max-width: 767px) {
    #actualite .bloc-img {
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 380px) {
    #actualite h1 {
        margin-left: 30px;
    }
}