html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    padding-top: 60px;
    color: black;
	font-family: "Roboto Condensed";
	font-weight: 100;
}

h1 {
	font-family: "Open Sans";
	font-size: 3em;
	font-weight: 700;
}
h2 {
	font-family: "Open Sans";
	font-size: 2em;
	font-weight: 700;
}
h3 {
	font-family: "Open Sans";
	font-size: 1.3em;
	font-weight: 700;
}
h4 {
	font-family: "Open Sans";
	font-size: 1.1em;
	font-weight: 700;
}

/*===============================================================*/
/* Bootstrap NAVBAR
/*===============================================================*/
.navbar .container {
}
.navbar-default {
	border: 0;
}
.navbar-brand img {
	height: 40px;
	width: auto;
}

ul.navbar-nav a {
	font-size: 1.6em;
	font-weight: 300;
	text-transform: uppercase;
}
ul.navbar-nav li {
	padding: 10px 10px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	color: black;
	background-color: transparent;
}
ul.navbar-nav li:hover,
ul.navbar-nav li.active {
	background-color: #A4C1D3;
}

ul.dropdown-menu li {
	padding-top: 10px;
	padding-bottom: 10px;
}
.dropdown-menu>.active>a
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover,
ul.dropdown-menu li a,
ul.dropdown-menu li a:focus,
ul.dropdown-menu li a:hover, {
	color: black;
	background-color: transparent;
}
.nav>li>a {
	padding: 10px;
}
/*===============================================================*/
/* Bootstrap ELEMENTS
/*===============================================================*/
.text-danger {color: #9F0E01;}
.text-tol {color: #17476C;}
.btn-tol, .label-tol {
	background-color: #17476C;
	color: white;
}
.btn-tol:hover {color: white;}

.text-tol2 {color: #A6BFD3;}
.btn-tol2, .label-tol2 {
	background-color: #A6BFD3;
	color: #17476C;
}
.btn-tol2:hover {color: #17476C;}

/*===============================================================*/
/* SECTIONS
/*===============================================================*/
.sliding-section .carousel-control.left, .sliding-section .carousel-control.right {
	background-image: none;
}
.parallax { 
    height: 100%; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
	.parallax * {
		text-transform: uppercase;
		text-shadow: 1px 1px 5px rgba(80, 80, 80, 1);
	}
	.parallax h1 {
		font-size: 2.5em;
		margin: 0;
	}

#actualite .actu .date {
	color: #17476C;
	font-size: 1em;
}
#actualite .actu .titre {
	font-size: 1.4em;
	font-weight: bold;
}
#actualite .more a {
	font-weight: bold;
	color: darkorange;
}

#actualite_page .actu {
	border-bottom: silver dotted 1px;
	margin-bottom: 20px;
}
#actualite_page .actu .date {
	font-size: .8em;
	color: darkorange;
	line-height: 2em;
}
#actualite_page .actu .titre {
	font-weight: bold;
	line-height: 1.1em;
}
#actualite_page .more a {
	font-weight: bold;
	color: darkorange;

}

#conseil {
	min-height: 500px;
	background-color: #a6bfd3;
	font-size: 1.5em;
	padding: 70px 0;
}
	#conseil .intro {
		font-size: 1.2em;
	}
	#conseil .explain {
		min-height: 150px;
	}
	#conseil h1, h2 {
		text-transform: uppercase;
		font-family: "Open Sans";
		font-weight: 700;
	}
	#conseil h1 {
		font-weight: 700;
	}
	#conseil h2 {
		font-size: 1.2em;
		font-family: "Roboto Condensed";
		min-height: 60px;
	}
	#conseil p {
		font-size: .8em;
	}
#prestations {
	min-height: 500px;
	background-color: white;
	color: black;
	font-size: 1.5em;
	padding: 70px 0;
}
	#prestations .intro {
		font-size: 1.2em;
	}
	#prestations .explain {
		min-height: 100px;
	}
	#prestations h1, h2 {
		text-transform: uppercase;
		font-family: "Open Sans";
		font-weight: 700;
	}
	#prestations h1 {
		font-weight: 700;
	}
	#prestations h2 {
		font-size: 1.2em;
		font-family: "Roboto Condensed";
		min-height: 60px;
	}
	#prestations p {
		font-size: .8em;
	}
#nous-decouvrir {
	min-height: 500px;
	font-size: 1.7em;
	padding: 70px 0;
	background-color: #17476C;
	color: white;
}
	#nous-decouvrir .intro {
		font-size: 1.2em;
		padding: 10px;

	}
	#nous-decouvrir .explain {
		min-height: 130px;
	}

	#nous-decouvrir .case {
		padding: 10px;

	}
	#nous-decouvrir h1, h2 {
		text-transform: uppercase;
		font-family: "Open Sans";
		font-weight: 700;
	}
	#nous-decouvrir h1 {
		font-weight: 700;
		color: white;
	}
	#nous-decouvrir h2 {
		font-size: 1.2em;
		font-family: "Roboto Condensed";
	}
	#nous-decouvrir p {
		font-size: .8em;
	}
#nous-decouvrir.content {
	background-color: white;
	color: black;
}


#conseil-separateur {
	background-image: url('../bibliotheque/Images/illustrations/fond.jpg');
	height: 300px;
	padding: 80px 0 0 0;
	margin: 0;
	text-align: center;
	position: relative;
}
#prestations-separateur {
	background-image: url('../bibliotheque/Images/illustrations/fond.jpg');
	height: 300px;
	padding: 80px 0 0 0;
	margin: 0;
	text-align: center;
	position: relative;
}
#nous-decouvrir-separateur {
	background-image: url('../bibliotheque/Images/illustrations/fond.jpg');
	height: 300px;
	padding: 80px 0 0 0;
	margin: 0;
	text-align: center;
	position: relative;
}

#contacts {
	background-image: url('https://source.unsplash.com/collection/358840/texture');
}
#contacts-section {
	min-height: 500px;
	background: #4f4f4f; /* Old browsers */
	background: -moz-linear-gradient(top,  #4f4f4f 0%, #757575 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #4f4f4f 0%,#757575 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #4f4f4f 0%,#757575 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f4f4f', endColorstr='#757575',GradientType=0 ); /* IE6-9 */
	font-family: "Roboto Condensed";
}
#contact {
	min-height: 300px;
	margin: 0;
	background-color: #292a25;
	color: white;
	padding: 100px 0;
}
	#contact a {
		color: white;
		text-decoration: none;
	}
	#contact .reseaux a {
		margin-right: 20px;
		color: gray;
	}
	#contact h1 {
		font-family: "Open Sans";
		font-size: 3em;
		margin-bottom: 50px;
	}
	#contact h2 {
		font-family: "Open Sans";
		margin-top: 0px;
	}
	#contact input, #contact textarea {
		background: gray;
		color: white;
		border: 0;
	}
	#map {
		background: #fff; /* Old browsers */
		height: 400px;
	}
.google_map {
	width: 100%;
	height: 500px;
    border:0;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
	-webkit-backface-visibility: hidden;  /* Fix for transition flickering */
}

#pied {
	padding: 20px 0;
}
#pied a {
	color: black;	
}

.content {
	background-color: white;
	font-size: 1.2em;
	padding: 0 0 70px 0;
}
.carousel-control .glyphicon {
	color: silver;
}

.sous-menu {
	margin-top: 20px;
	text-align: center;
}
.sous-menu a {
	font-size: 16px;
	text-decoration: none;
}
.sous-menu a.active, .sous-menu a:hover  {
	font-weight: bold;
	border-bottom: gray solid 1px;
}