/* CUSTOMIZE BOOTSTRAP */

.navbar-default {
	background-color: #555557;
	color: #fff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	background-color: #222224;
	color: #ffffff;
}
.navbar-default .navbar-brand {
	font-size: 2.200em;
	color: #fff;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
}
.well-lg, .well-sm {
	background-color: #88B04B;
	margin: 15px;
}

.panel .panel-body {
	background: #E4985D;
}

h1,h2,h3,h4,h5,h6 {
	color: #ffffff;
}
h1 {
	font-size: 4.0em;
}
div[class=row] {
	background-color: #222222;
	font-family: 'Quicksand', sans-serif;
	font-size: 1.200em;
	color: #fff;
	padding-top: 15px;
	/*min-height: 500px;*/
}
fieldset, legend {
	margin: 50px auto;
	color: #ffffff;
	font-size: 2.250em;
}

a > i {
	color: #fff;
}

footer {
	background: #ff9900;
	min-height: 250px;
	width: 100%;
}
footer a, footer a:hover {
	color: #fff;
	text-decoration: none;
}

.footer {
	background: #5A7247;
	min-height: 250px;
	width: 100%;
}

.Line {
	margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #eee;
}

/* CSS RULES */

#bgAccueil01 {
	background: #555557;
	min-height: 350px;
	max-width: 100%;
	color: #fff;
	padding-top: 150px;
	vertical-align: middle;
	text-align: center;
}
#bgAccueil02 {
	background: url(../medias/facade-fleurie-la-longere.jpg);
	min-height: 650px;
	position: relative;
	background-attachment: fixed;
    background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
/* Turn off parallax scrolling for tablets and phones. Increase the pixels if needed */
@media only screen and (max-device-width: 1024px) {
    #bgAccueil01,#bgAccueil02 {
        background-attachment: scroll;
    }
}

#section31, #section32, #section33 {
	min-height: 250px;
}
