/* CSS Document */
#header-slider
{
	text-align:right;
}





div.bannerImage
{
}

.navbar {
  background-color: #000000;
}

div.header-slider
{
	margin-top:0px;min-height:400px;position: relative;background-image:url(images/bg.jpg);background-size:cover; width:100%;background-repeat: no-repeat;background-position: center; background-color:#FFF;display: inline-block;
}
 @media only screen and (max-width: 992px) {
	 
	 div.header-slider
{
	 background-image:url(images/bg_mobile.jpg);min-height:400px;
}
 }
 
div.banner-bloc-text {
    display: block;
    position: absolute;
    z-index: 100;
    top: 10%;
    left: 8%;
	text-align:left;
}

h1.banner-title
{
}
.banner-subtitle
{
}

img.bannerImage
{
	width:100%;
}

#container-banner {
  margin-bottom: 40px;
  position: relative;
  z-index: 0;
}

#container-main-menu
{
	padding:0;
}
div.banner-subtitle a.cta
{
	font-size:1.8rem !important;
}

.bannerImage {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  z-index: 0;
}


@media only screen and (max-width: 700px) {
#container-banner
{
	margin-left:0px;
	padding-left:0px;
	margin-right:0px;
	padding-right:0px;
	width:100%;
	max-width:none;
	
}

.bannerImage{
    content:url("../images/bg_mobile.jpg");
}

div.banner-subtitle a.cta
{
	font-size:1.4rem !important;
}
}

@media only screen and (max-width: 576px) {
a.navbar-brand
{width: 100%;
  text-align: center;
}
}


