/* CSS Document */


img.logo_BMWGroup
{
	float: left;
width: 120px;
margin: 10px;
  margin-left: 10px;
margin-left: 30px;
	
	}
img.logo_BMWMini
{
	float: right;
width: 200px;
margin-right: 30px;
}


div.bannerImagerow
{
	height: 100%;
	text-align: center;
position: relative;
}
div.banner-bloc-text {
    display: block;
    position: absolute;
    z-index: 100;
    left: 50%;
    max-width: 450px;
margin-left: -225px;
}


@media only screen and (min-width: 700px) and (min-height: 550px) {
div.banner-bloc-text {
    display: block;
    position: relative;
    bottom: auto;
}


}

.banner-surtitle
{
	position: relative;
width: 100%;
text-align: center;
padding: 15px;
margin: auto;
z-index: 100;
display:inline-block;
padding-bottom: 0;
}
h1.banner-title
{
}
div.banner-subtitle
{
	color: #fff;
font-size: 1.7rem;
width: 100%;
font-weight: bold;
padding: 0px 45px;
}

div.bannerImage
{
	background-size: cover;
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    position: absolute;
	background-position-y: 62%;
	top:0;
}

div.bannerImage
{
	background-image:url("../images/header.jpg");
}

img.banner-ET
{
	max-width: 400px;
width: 80%;
margin: 10px;
margin-top:0;
}

@media only screen and (max-width: 720px)
{
div.bannerImage
{
	background-image:url("../images/header_portrait.jpg");
	 background-position: center bottom;
}
img.banner-ET
{
max-width: 400px;
width: 70%;
margin: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
margin-top: 30px;
margin-bottom: 40px;

}
}



#container-banner
{
	/*margin-bottom:30px;*/
	height: auto;
	width: 100%;
	padding: 0;
}

@media only screen and (min-width: 1100px) and (min-height: 700px) {
#container-banner
{
 min-height: 400px;	
}
div.bannerImage
{

}
}


div.banner-subtitle a.cta
{
	font-size:1.8rem !important;
}
@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;
	
}
div.banner-subtitle a.cta
{
	font-size:1.4rem !important;
}
}

@media only screen and (max-width: 576px)
{
	
img.logo_BMWGroup
{
	
width: 80px;
margin-left: 10px;
	
	}
img.logo_BMWMini
{
width: 165px;
margin-right: 10px;
}

.banner-surtitle
{
	margin-bottom: 20px;
}

.img.banner-ET
{
	width:70%;
}
div.banner-subtitle
{
	margin:auto;
	width:80%;
		padding: 0px 5px;
	text-align: justify;
	text-shadow: 1px 1px #000;
}
div.banner-bloc-text {
    position: relative;
	width:100%;
    margin-left: 0px;
	left:0;

}
}