/* CSS Document */
#header-slider
{
	text-align:right;
}





div.bannerImage
{
}

.navbar {
background-color: #000;z-index: 2;
}

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;z-index: 1000;
}
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
{
  text-align: center;
}
}



#introFull {
position: relative;
  bottom: 0;
  color: #fff;
  width: 100%;
  height: calc(100% - 78px);
  background-size: cover;
  width: 100%;
  z-index: 10;
  text-align: center;

}



#introFull h1 {
	font-size: 2.5rem;
	font-stretch: condensed;
 max-width: 90%;
  margin-left: 24px;
  padding-top: 35px;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
  text-align: center;
  width: 100%;
  margin: auto;
}

#introFull h4 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 1200px) {#introFull h1 {font-size: 2rem;}}
@media only screen and (max-width: 400px) {#introFull h1 {font-size: 1.5rem;}#introFull h4 {font-size: 1.2rem;}}


#town_selector_home {
  margin-top: 20px;
}
.h1n8
{
font-size: 6rem;	
}
#introBloc {
	color: #fff;
	margin-left:auto;
  padding: 10px 30px;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  font-size: 1.2rem;
  margin-right: auto;
  max-width: 600px;
  position: relative;
}


@media (orientation: landscape) {


}
@media (orientation: portrait) {
#introBloc {
	
}
}
@media (orientation: landscape) {
#introFull{background-image:url("../images/bg-horizontal.jpg");background-position:bottom center;min-height:50vw;}


}
@media (orientation: portrait) {
#introFull{background-image:url("../images/bg-vertical.jpg");background-position: bottom center;min-height: 500px;max-width: 100%;}
#introBloc{max-width:none;}
}

#intro-cta {
  position: relative;
  margin-top:20px;width: auto;border: 0;
}


#choixLg .dropdown-menu
{
	max-width: 40px;
  position: absolute;
  right: 10px;
  left: unset;
}