/* CUSTOMIZE BOOTSTRAP */


/*
Codes couleurs :
	Rose : #e2007a
	Violet : #63227b
*/


.navbar-default {
	background-color: #555;
	color: #000;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color: #888;
	color: #ffffff;
}
.navbar-default .navbar-brand {
	font-size: 2.200em;
	color: #fff;
}
.navbar-default .navbar-nav > li > a {
	font-family: 'Quicksand', sans-serif;
	color: #fff;
}

h1,h2,h3,h4,h5,h6 {
	/*color: #000;*/
}
div[class=row] {
	/*background-color: #5484A4;*/
	font-family: 'Quicksand', sans-serif;
	font-size: 1.000em;
	/*color: #fff;
	padding-top: 15px;
	min-height: 500px;*/
}

#Rose {
	background-color: #e2007a;
	min-height: 200px;
}
.Violet {
	background-color: #63227b;
	min-height: 200px;
	text-align: center;
}
.panel .panel-violet {
	background-color: #63227b;
}
#Blanc {
	background-color: #fff;
	min-height: 50px;
}
#Vert {
	background-color: #a6c748;
	color: #63227b;
}
.TranspBlanc {
	background-color: #fff;
	opacity: 0.5;
}
fieldset, legend {
	margin: 20px auto;
	color: #ffffff;
}
.well-lg, .well-sm {
	background-color: #88B04B;
	margin: 15px;
}

a > i {
	color: #fff;
}

footer {
	width: 100%;
}
footer a, footer a:hover {
	color: #e2007a;
	text-decoration: none;
}

/* CSS RULES */

#Accueil {
	margin-top: 25px;
}

#bgAccueil01 {
	background: url(../medias/espace-bacs-a-shampooing-maniatif.jpg);
	min-height: 600px;
	max-width: 100%;
	position: relative;
	opacity: 1.0;
	background-attachment: fixed;
    background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}
#bgAccueil02 {
	background: url(../medias/photo-coin-barbier-et-acceuil.jpg);
	min-height: 550px;
	position: relative;
	opacity: 1.0;
	background-attachment: fixed;
    background-position: left;
	background-repeat: no-repeat;
	background-size: cover;
}

#bgAccueil03 {
	background: url(../medias/espace-accueil-et-produits-maniatif.jpg);
	min-height: 500px;
	max-width: 100%;
	position: relative;
	opacity: 1.0;
	background-attachment: fixed;
    background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
#bgTarifs01 {
	background: url(../medias/panoramique-zone-coiffure-bray-dunes.jpg);
	min-height: 450px;
	position: relative;
	opacity: 1.0;
	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,#bgAccueil03,#bgTarifs01 {
        background-attachment: scroll;
    }
}

#section31, #section32, #section33 {
	min-height: 250px;
}
