@charset "utf-8";
/* CSS Document */






/* CSS PROPRE A LA HOMEPAGE */

@media only screen and (min-width : 960px) {

#header{
padding : 0px 32px;
}
	
.articles-conseils-marge, .articles-conseils{
margin-bottom: 32px;
}
.articles-conseils-marge h3, .articles-conseils h3 {
font-size: 17px;
font-family: "Manrope Semibold";
font-weight: 100;
}
#articles-conseils-chute{
background: url("../images/conseils/article-chute.jpg") ;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
#articles-conseils-jardinage{
background: url("../images/conseils/article-jardinage.jpg") ;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
#articles-conseils-amenagement{
background: url("../images/conseils/article-amenagement.jpg") ;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
#articles-conseils-sport{
background: url("../images/conseils/article-sport.jpg") ;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
#articles-conseils-memoire{
background: url("../images/conseils/article-memoire.jpg") ;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
#articles-conseils-alimentation{
background: url("../images/conseils/article-alimentation.jpg") ;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
}





/* CSS PROPRE A LA PAGE NOS OFFRES MOBILE */

@media only screen and (max-width : 959px) {

#header{
padding : 32px;
}
#articles-conseils-chute{
background: url("../images/conseils/article-chute.jpg") ;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
#articles-conseils-jardinage{
background: url("../images/conseils/article-jardinage.jpg") ;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
#articles-conseils-amenagement{
background: url("../images/conseils/article-amenagement.jpg") ;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
#articles-conseils-sport{
background: url("../images/conseils/article-sport.jpg") ;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
#articles-conseils-memoire{
background: url("../images/conseils/article-memoire.jpg") ;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
#articles-conseils-alimentation{
background: url("../images/conseils/article-alimentation.jpg") ;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
}
