
#owl-carousel h1{
	font-size:2rem;	
}
#owl-carousel h2{
   	font-size:1.6rem;
    padding: 1rem;
}
#owl-carousel a{
	text-decoration:none;
}
.owl-controls{
    width: 150px!important;
    margin-top: 20px!important;
    margin-left:auto!important;
    margin-right:auto!important;
}
.owl-prev,
.owl-next{
    text-align: center;
}
.owl-theme .owl-controls .owl-page span{
    display: block;
    background-color: #bbbbbb!important;
    border-radius: 50%;
    width:10px!important;
    height: 10px!important;
    margin: auto!important;
}
.owl-theme .owl-controls .active span{
    background-color: #1b70da!important;
    width:13px!important;
    height: 13px!important;
}
.big-target-click-zone:hover img,
.item img:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
.containerConcession{
    margin-top: 1rem;
}
.containerConcession a{
    background-color: #f2f2f2;
    color: #545454;
    text-align: center;
    text-decoration: none;
    font-size: 1.4rem;
    padding: 0.5rem;
    margin-bottom: 1rem;
}
.containerConcession a:hover{
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2), 0 1px 2px 0 rgba(0,0,0,0.1);
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 30%, #f2f2f2 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 30%,#f2f2f2 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 30%,#f2f2f2 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
    color: #000;
}
.containerGammeHP{
    border-top:1px solid #e6e6e6; 
    border-bottom:1px solid #e6e6e6;
}
h2{
	text-transform: uppercase;
	font-size:2.3rem;
 }
.shadowHP{
    height: 6px;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.16), 0 3px 6px 0 rgba(0,0,0,.23);
    box-shadow: 0 6px 6px 0 rgba(0,0,0,.16), 0 7px 6px 0 rgba(0,0,0,.16);
}
.containerGammeHP{
    margin-bottom: 2rem;
    padding: 2rem 0;
}
.containerGammeHP h3{
     margin: 0 0 0 1rem;   
}
.containerGammeHP div:first-child{
    width:100%;
    margin-bottom: 2rem;
}
.containerGammeHP div:last-child{
    width:100%;
}
.containerGammeHP ul{
    margin: 0;
    padding: 0;
    display: inline-block;
    line-height: 3rem;
}
.containerGammeHP ul li {
    list-style: none;
    display: inline-block;
}
.containerGammeHP ul li a {
    font-size: 1.6rem;
    font-weight: bold;
    text-decoration: none;
    color: #acacac;
    padding: 0 1rem 1rem 1rem;
}
.containerGammeHP ul li a:hover{
    color: #000;
    border-bottom: 4px solid #1c69d4; 
}
.blocFooterHP{
     margin-top: 2rem;   
}
.blocFooterHP a{
    background-color:#eee;
    text-align: center;
    text-decoration: none;
    color: #808080;
    font-family: 'BMWType_Bold';
    font-size: 1.4rem;
    margin-bottom: 1rem;
    padding: 1rem 0 1.6rem 0;
}
.blocFooterHP a:hover{
    background-color:#e6e6e6; 
}
.blocFooterHP img{
    display: none;
}
#homeLoa a{
	background: #1c69d5;
    text-align:center;
	text-decoration:none;
	font-size:1.4rem;
	font-weight:bold;
	color:#fff;
    padding: 0.7rem 0;
    margin-bottom: 1rem;
}
#homeLoa a span{
 	font-size:1.2rem;
	font-weight:normal;   
}
#homeLoa a:hover{
	background: #1a5bb5;   
}
.firstLine div,
.secondLine div{
    border: 1px solid #e6e6e6;
    margin-bottom: 2rem;
    padding: 2rem;
}
.firstLine img,
.secondLine img{
    margin-bottom: 1.4rem;
}
.firstLine a,
.secondLine a{
   text-decoration: none;
}
.firstLine h2{
    font-size: 1.8rem;
    margin-bottom: 0.2rem;
}
.secondLine h2{
    font-size: 1.8rem;
    margin-bottom: 0.6rem;
}
.firstLine span,
.secondLine span{
    color:#787878;
}
.bigTarget:hover{
    background-color: #f1f1f1;
}

@-webkit-keyframes flash {
	0% {
		opacity: .8;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .8;
	}
	100% {
		opacity: 1;
	}
}

@media (min-width: 640px) {
    .blocFooterHP img{
        display: block;
        width: 30px;
        margin: 1rem auto;
    }
     #homeLoa{
        background: url(/images/home-bg-loa3.jpg) no-repeat bottom center;
        background-size: auto;
        min-height:300px;
    }
    .firstLine h2{
        font-size: 2.2rem;
    }
    .secondLine h2{
        font-size: 1.6rem;
    }
}
@media (min-width: 980px) {
    .containerGammeHP ul li a {
        font-size: 1.8rem;
        }
    #owl-carousel h2{
        font-size:2rem;	 
    }
    .containerGammeHP div:first-child{
        width:calc(40% - 2rem);
        margin-bottom: 0;
    }
    .containerGammeHP div:last-child{
        width: calc(60% - 2rem);
    }
    #homeLoa{
        min-height:400px;
    }
    .firstLine h2{
        font-size: 2.6rem;
    }
}
@media (min-width: 1024px) {
    .firstLine h2{
        font-size: 3rem;
    }
     .secondLine h2{
        font-size: 2rem;
    }   
}


