.hs-recipes.grid .entry .hard, .hs-recipes.grid .we .hard {
font-size:0px;
}

.hs-recipes.grid .entry .hard:after, .hs-recipes.grid .we .hard:after {
    text-indent:0;
font-size:12px;
content:'Intermédiaire';
}

.hs-recipes.grid .entry .easy, .hs-recipes.grid .we .easy {
font-size:0px;
}

.hs-recipes.grid .entry .easy:after, .hs-recipes.grid .we .easy:after {
    text-indent:0;
font-size:12px;
content:'Débutant';
}

.hs-recipes.grid .entry .master, .hs-recipes.grid .we .master {
font-size:0px;
}

.hs-recipes.grid .entry .master:after, .hs-recipes.grid .we .master:after {
    text-indent:0;
font-size:12px;
content:'Avancé';
}

.hs-recipe.single .entry-meta .easy span{
    font-size: 0px !important;
}
.hs-recipe.single .entry-meta .easy span:after{
    content:'Débutant';
font-size: 14px !important;
}
.hs-recipe.single .entry-meta .hard span{
    font-size: 0px !important;
}
.hs-recipe.single .entry-meta .hard span:after{
    content:'Intermédiaire';
font-size: 14px !important;
}
.hs-recipe.single .entry-meta .master span{
    font-size: 0px !important;
}
.hs-recipe.single .entry-meta .master span:after{
    content:'Avancé';
font-size: 14px !important;
}

.hs-recipes .isotope-filter li a[data-filter="*"] {
 font-size: 0px;
}
.hs-recipes .isotope-filter li a[data-filter="*"]:after {
  content: 'TOUTES LES RECETTES';
    font-size: 14px !important;
}

.page-template-template-recipe .hs-header .heading
{font-size: 0px !important;
}
.page-template-template-recipe .hs-header .heading:after{
    content:'Recettes';
font-size: 30px !important;
}


.page-template-template-recipe .hs-header .sub-heading

{font-size: 0px !important;
}
.page-template-template-recipe .hs-header .sub-heading:after{
    content:'Végélicieux pour manger mieux';
font-size: 14px !important;
}


li.first-item a
{font-size: 0px !important;
}

li.first-item a:after{
    content:'Accueil';
font-size: 14px !important;
}

#content > div > ul.fw-flash-type-success > li{
        font-size: 0px;
    
}#content > div > ul.fw-flash-type-success > li:before{
    content: "Message envoyé!";
        font-size: 1.4rem;}

#vlog-page h3.entry-name {
    color: #7c930f;
    font-size: 24px;
    font-weight: 400;
    margin: 0;
}

#vlog-page div.article {
    padding-bottom: 60px;
}

#vlog-page div.article p {
    font-size: 14px;
}
#vlog-page a.blog-link {
    font-size: 18px;
    cursor: hand !important;
}
#vlog-page a.blog-link:hover {
    color: #FFF !important;
}
@media screen and (max-width: 768px) {
    #vlog-page h3.entry-name {
        font-size: 24px;
    }
}
@media print {
    #ht-logo { display: none; }
    div.hs-comment { display: none; }
    div.ht-section.hs-recipe.related { display: none; }
    div.video-holder { display: none; }
    div.owl-item.active { width: 600px !important; }
    div.entry.entry-action { display: none; }
    div.ht-page-header { display: none; }
    footer#ht-footer { display: none; }

}

#defi div.row div.daybox {
	background-color: #7c930f !important;
	margin: 5px;
	color: #FFF;
}

#defi div.daybox a, #defi div.daybox a:hover {
	color: #FFF !important;
	text-decoration: underline !important;
}

#defi div.daybox h3 {
	padding: 0;
	margin: 0;
}
