/*
 Theme Name:     HuemanBP
 Theme URI:      
 Description:    Hueman for BP WordPress theme is a child theme of Hueman.  It adds a feature to add slider in the theme.
 Author:         Hueman and BP
 Author URI:     https://www.bioenergie-promotion.fr/
 Template:       hueman
 Version:        1.0
 Tags: light, yellow, brown, custom-background, two-columns, right-sidebar, left-sidebar, responsive-layout, custom-menu, sticky-post, theme-options, threaded-comments, translation-ready, featured-images, photoblogging, custom-header, full-width-template, editor-style
*/

body { background: #eaeaea; font-size: 1rem; line-height: 1.5em; color: #000000; font-weight: 300; }
.entry .wp-caption-text { color: #000000; font-size: 0.8125em; padding: 0 0 8px 0; margin: 0; }

/*correctif pour éviter la déformation des images dans le slider sur page d'accueil*/
#flexslider-featured .featured-img-thumb-large img {
	max-height: 360px;
}

.flexslider .post-thumbnail img, .flexslider .slides>li>img {
	max-height: 360px;
/*maximum height for all slides*/
	width: auto;
/*proper aspect ratio of images*/
	max-width: 100%;
/*maximum width for all slides*/
	margin: 0 auto;
/*centering images in the container*/
}
.featured-box { /*pour placer le titre sur le slider*/
/*background: rgba(0,0,0,0.85);*/
	float: left;
	margin: 0 20px 20px;
	padding: 10px;
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 658px;
}

.sidebar .widget {
    padding: 0px 10px 0px;
}