
.container_titre {
	margin-top: 50px;
	background-color: #D9D9D9;
	padding-top:25px;
	text-align: center
}
.container_texte {;
	margin-top: 10px;
}

.col-md-6 {
	padding: 15px;
	margin: auto;
}

.parallax { 
    /* Set a specific height */
    height: 250px; 
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.grande_image {
	margin: auto; 
	margin-top:15px; 
	margin-bottom:15px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* ------------------------------*/
/*   Back to top button          */
/* ------------------------------*/

.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 20px;
    text-decoration: none;
    color: #ffffff;
    background-color: rgba(131,16,18,0.80);
    font-size: 12px;
    padding: 1em;
    display: none;
}

.back-to-top:hover {    
    background-color: rgba(135, 135, 135, 0.50);
}


.navbar a {
	border: 0;
	letter-spacing: 2px;
	opacity: 1.00;
	padding-bottom: 5px;
	font-size: 0.7em;

}
.dropdown-menu>li>a{
	font-size: 1.2em;
}
a {
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}

@media only screen and (min-width: 320px) {
.navbar {
	padding-bottom: 15px;
}
}
.navbar-default .navbar-nav>li>a {
	color: #000000;
	font-weight: bold;
	padding-top: 30px;
}
.main_photo {
	background: url('img/investparks_banner-01.jpg') center  no-repeat;
	background-size: cover;
	height: 200px;
	width: 100%;
}
.menu_font {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1.2em;
}
body {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 2.0em;
}
h1 {
	color: #5B5B5B;
	font-weight: bold;
}
img[usemap] {
	border: none;
	height: auto;
	max-width: 100%;
	width: auto;
}
#banner {
	padding-top: 80px;
}
#banner_mobile {
	padding-top: 65px;
}

@media screen and (min-width: 760px) and (max-width:1000px) {
	#banner_mobile {
		padding-top: 150px;
	}
}
#logo{
	padding-top: 0px;
	margin-top:-10px;
	height:75px;
}

@media screen and (max-width: 560px) {
	#banner {
		padding-top: 65px;
	}
}

@media screen and (min-width: 760px) and (max-width:1000px) {
	#banner {
		padding-top: 145px;
	}
}
body, html {
	height: 100%;
}







