/*
 Theme Name:   Maison d'Accueil
 Theme URI:    http://timon-david.com/
 Description:  Thème du site des Maisons d'accueil
 Author:       Pifh
 Author URI:   http://timon-david.com
 Template:     ward
 Version:      1.0.0
 Tags: black, blue, gray, silver, white, light, one-column, two-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, responsive-layout, buddypress, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain: maisonaccueil
 Domain Path: /languages/
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@media screen and (min-height: 740px)
{

	#home-page-widgets {
		position: fixed;
		bottom: 40px;
		width: 100%;
	}

	#footer {
		position: fixed;
		bottom: 0;
		width: 100%;
	}

}

.container .jumbotron {
	background-color: rgba(255,255,255,0.7);
	background-opacity: 1;
}

.container .jumbotron h2 {
	color: black;
	font-size: 80px;
}

.basic .home-jumbotron .middle-circle {
	display: none!important;
}

body {
	background: url(http://pavillon.timon-david.com/wp-content/uploads/sites/3/2017/10/ste-baume.jpg) no-repeat fixed center
}

#main.container {
	background: white;
}

#page, .home-top {
	background: transparent!important;
}

.navbar {
	min-height: 40px;
}

.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
}

.img-circle {
	border-radius: 0%!important;
}

#home-page-widgets {
	padding: 0;
	background: rgba(205, 227, 255, 0.85)!important;
}

.home-widget-title a {
	color: #000 !important;
	font-weight: bold
}

.home-widget img {
	margin-bottom: 0;
}

#footer {
	padding: 10px 15px 10px!important;
	height: 40px!important;
}

#footer-content {
	padding: 0!important;
}

#secondary dt {
	margin-left: 10px;
	font-size: 130%;
}

#secondary dd {
	margin-left: 20px;
	font-size: 130%;
}