/*
Theme Name: recipe-lite Child
Description: Theme enfant de recipe-lite
Template: recipe-lite
*/
.single .post-thumb {
    position: relative;
    z-index: 1000;
}

.header {
    background: rgb(238, 238, 238)!important;
}
.sitenav ul li a {
    color: #272727;
    font-weight: bold;
}
h1.entry-title, h1 {
    text-align: center;
    text-transform: uppercase;
    color: #25a2c0;
    font-weight: bold;
    font-size: 2.3em;
    margin-bottom: 5%!important;
    display: block;
    margin-top: 2%;
}
h2 {
    font-weight: bold;
    font-size: 1.7em;
    margin-top: 3%;
    display: block;
    margin-bottom: 2%;
    position: relative;
    border-bottom: solid thin #eeeeee;
    padding-bottom: 2%;
}
h2::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 3px;
    background: #474e5e;
    bottom: 0;
    right: 0;
}
h3 {
    font-size: 1.4em;
    margin-top: 3%;
    margin-bottom: 1%;
    display: block;
    color: #889da8;
}
a {
    color: #25a1c0;
    text-decoration: none;
}
.category .blog-post header a, .home header a {
    font-size: 1.2em;
    font-weight: bold;
}
a.more {
    border: #25a2c1 solid thin;
    background: white!important;
    color: #25a1c0;
    text-transform: uppercase;
    margin-top: 2%;
	padding:8px 20px;
}
a.more:hover {
    background: #25a1c0!important;
    color: white!important;
    border-color: white!important;
}

ul.info-recette {
    display: block;
    width: 65%;
    color: white;
    background: #859eac;
    margin-left: 35%;
    padding-top: 2%;
    padding-bottom: 2%;
    line-height: 1em!important;
}
ul.info-recette li {
    text-align: left;}
.info-recette li p {
    margin-bottom: 1%;
}
.col-md-12.marginbloc.center {
    margin: inherit!important;
    width: auto!important;
}
.col-md-6.prev-post, .col-md-6.next-post {
    display: block;
    width: 50%;
}
.next-post {
    text-align: right;
    float: right;
}
.prev-post {
    float: left;
}
p.text-accroche {
    background-color: #eee;
    padding: 35px 15px 12px 15px;
    margin-bottom: 0;
    color: #282828;
    text-align: center;
    font-family: 'Roboto';
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}
.home .entry-header {
    margin-bottom: 3%;
}
.home .blog_lists {
    padding-bottom: 0;
    margin-bottom: 1%;
}
.center {
    margin: auto;
    width: auto;
    text-align: center;
}
.home .blog-post h3 {
    text-align: center;
    margin-bottom: 2%;
    font-size: 1.8em;
}
.home .post-thumb {
    margin-bottom: 1%;
    height: 100px;
}
.bloc {
    display: block;
    width: 50%;
    float: left;
    padding-left: 2%;
    padding-right: 2%;
}

section.site-main.deux {
    width: 100%;
}


.bloc .entry-header {
    padding-top: 3%!important;
}

.bloc .entry-header a::before {content: " > ";}

.bloc .entry-header a {
    font-weight: lighter;
	    color: #464e5e;
}
.bloc h3 {
    color: #262626;
    font-weight: bold;
}
p#breadcrumbs {
    display: block;
    padding: 2%;
    border-bottom: solid 3px #eeeeee;
    color: #5c5b5b;
}
.category .blog-post header p {
    font-size: 1.2em;
    font-weight: bold;
    color: #272727;
}
.slide_info .slide-title {
    font-size: 59px;
    color: #fff;
    margin: 0 0 30px;
    font-family: 'Great Vibes', cursive;
    font-weight: 400;}
	
	
@media screen and (min-width: 400px) {	
	.bloc:nth-child(4n-2), .bloc:nth-child(4n-3) {
	    background: #eeeeee;
	}
}	
	
		
@media screen and (max-width: 980px) {
	.slide_info .slide-title {
	    font-size: 30px;
	    margin: 0;
	}
	h3.widget-title {
	    line-height: 25px;
	}
	.bloc {
	    height: 300px;
	}
}
@media screen and (max-width: 400px) {
	.slide_info .slide-title {
    font-size: 12px;
    margin: 0;
	}
	#home_slider {
    margin-top: 26%;
	}
	.bloc {
    width: 100%;
	}
	.bloc:nth-child(2n+1) {
    background: #eeeeee;
	}
	.post-thumb {
	    width: 100%;
	}

	ul.info-recette {
	    width: 100%;
	    margin-left: 0;
	}
}


