/* Un seul H1 dans une page pour le SEO */
/* @resources/views/frontoffice/produit/partial/presentation-grands_crus.blade.php */


.blocs_gcc_presentation .bloc2 .noh1 {
    font-size: 22px;
}


.blocs_gcc_presentation .bloc4 div.noh1 {
    font-size: 18px;
    margin: 35px 0 5px;
    color: #9f7a16;
}

/* Balisage  homepage */

h1.h1_home {
    
    margin:0px;
   
}

h1.h1_home span {
    display: block;
    margin: 0 0 11px;    
    
}

h2.h2_home_guideSlider {
    margin:0px;
    padding:0px;
    display:inline;
    font-family: 'open_sans_light';
font-size: 34px;
font-weight: 300;
line-height: normal;
text-transform: none;

    
}

.h3_home_slider{
    margin: 0 0 11px;
    line-height: normal;
}


/* Texte footer remplacé par une image pour le SEO */

#img-texte-footer{
margin-top:-10px;
}

#img-texte-footer img{

position: relative;
right: inherit;
bottom: inherit;
max-width: none;
height:inherit;


}
@media (max-width: 1464px) {

#img-texte-footer img{
width:450px;
}


@media (max-width: 1370px) {

#img-texte-footer img{
width:400px;
}

}


