@font-face {
	font-family: 'MINIBold';
	src: url('/fonts/mini_serif-bold-web.eot');
	src: url('/fonts/mini_serif-bold-web.woff') format('woff'), url('/fonts/mini_serif-bold-web.ttf') format('truetype');
	font-style: normal;
}
@font-face {
	font-family: 'MINISansReg';
	src: url('/fonts/mini_sans_serif-regular-web.eot');
	src: url('/fonts/mini_sans_serif-regular-web.woff') format('woff'), url('/fonts/mini_sans_serif-regular-web.ttf') format('truetype');
	font-style: normal;
}
@font-face {
	font-family: 'MINIRegular';
	src: url('/fonts/mini_serif-regular-web.eot');
	src: url('/fonts/mini_serif-regular-web.woff') format('woff'), url('/fonts/mini_serif-regular-web.ttf') format('truetype');
	font-style: normal;
}
@font-face {
	font-family: 'Fontawesome';
	src: url('/fonts/fontawesome-webfont.eot');
	src: url('/fonts/fontawesome-webfont.woff') format('woff'), url('/fonts/fontawesome-webfont.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face{ 
  font-family:'figh';
  src:url("/fonts/figh.eot");
  src:url("/fonts/figh.eot?#iefix") format("embedded-opentype"),
  url("/fonts/figh.ttf") format("truetype"),url("/fonts/figh.woff") format("woff");

}

body {
	background-color: #f0f0f0;
	color:#000;
	margin:0px;
	padding:0px;
	font-family: 'MINISansReg', Georgia, 'serif';
}
.serif {
	font-family: 'MINIRegular', Georgia, 'serif';
}
input[type="submit"], a, input[type="button"] {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.clear {
	clear: both;
	float: none;
	width: 100%;
	border: none;
	height: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	font-size: 0px;
}
.important{
   	color: #9f6000;
    background-color: #feefb3;
    margin: 2rem 0;
    padding: 2rem;
    text-align: left;
    font-size: 1.6rem;
}
.important p{
	margin-top: 0;
}
.container{
	width:100%;	
	background-color: #fff;
}
#cookieChoiceInfo{
	background-color: #fff;
	border-top:1px solid #000000;
	padding:3rem;
	width:100%;
	position:fixed;
	bottom:0;
	z-index: 1000;
}
h1{
	font-family: 'MINIRegular','Georgia',serif;
	color: #000000;
	text-transform: uppercase;
	margin-bottom:0;
	font-size:2.5rem;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
 }
h1 sup{
	font-size: 1rem;	
}
h1+h2{
	margin-top:0;	
}
h2{
	font-family: 'MINIRegular','Georgia',serif;
	-webkit-font-smoothing: antialiased;
	color :#000;
	text-transform: uppercase;
	font-size:2rem;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
h3{
	font-family: 'MINIRegular','Georgia',serif;
	-webkit-font-smoothing: antialiased;
	color :#000;
	text-transform: uppercase;
	font-size:1.7rem;
	margin-top:0;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
a h1, a h2, a h3{
	text-decoration:none;	
}
.bg{
	background-color:#f0f0f0;	
}
.divider{
	width: 50px;
    height: 0;
    border-bottom: 2px solid #000000;
    margin-bottom: 1rem;	
}
header{
	height:60px;
	position:relative;	
}

#containerHeader{
 	position:fixed;	
    z-index: 1500;
    width: 100%;
    height: 100px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
header{
    width: 100%;
	height: 99px;
    margin-bottom: -8px;
}
.topHeader{
    background: rgba(19,19,19,1);
    background: -moz-linear-gradient(top, rgba(19,19,19,1) 0%, rgba(19,19,19,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(19,19,19,1)), color-stop(100%, rgba(19,19,19,0)));
    background: -webkit-linear-gradient(top, rgba(19,19,19,1) 0%, rgba(19,19,19,0) 100%);
    background: -o-linear-gradient(top, rgba(19,19,19,1) 0%, rgba(19,19,19,0) 100%);
    background: -ms-linear-gradient(top, rgba(19,19,19,1) 0%, rgba(19,19,19,0) 100%);
    background: linear-gradient(to bottom, rgba(19,19,19,1) 0%, rgba(19,19,19,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3c7c3', endColorstr='#131313', GradientType=0 );
}
.scrollHeader{
    background:#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 3px 6px 0 rgba(0,0,0,.16), 0 3px 6px 0 rgba(0,0,0,.23);
}
.scrollHeader:before{
    position: absolute;
    top: 99px;
    right: 0;
    left: 0;
    height: 1px;
    content: "";
    border-bottom: 1px solid #e8e8e8;
}
#containernav{
	display:block;
	float:left;
}
header #menu{
	font-size: 1.8rem;	
    list-style: none;
	margin-top:0;
	border-top:1px solid #fff;
}
header #menu li {
	margin-right:2rem;
}

header #menu li a{
	text-decoration:none;
}
header #menu li a:hover{
	text-decoration:underline;
}
footer{
	width:100%;
    background-color: #000;
	padding-bottom:1.5rem;
    color: #262626;
}
.footerLink{
	padding:2rem 0 10rem 0;
	font-size: 1.4rem;
	background-color: #fff;
	text-transform: uppercase;
}
.footerLink ul{
    margin-top: 0;
}
.footerLink li{
	list-style:none;
	padding:0.5rem;	
}
.footerLink li a{
	text-decoration:none;
    color: #000;
}
.footerLink li a:hover{
	text-decoration:none;
    color: #000;
}
#fb, #yt, #insta, #linkedin, #gg{
	display:inline-block;
	width:35px;
	height:35px;
	background-position:3px -35px;
	background-repeat: no-repeat;
	float:right;
	-webkit-transition-property: none!important;
	-moz-transition-property: none!important;
	-o-transition-property: none!important;
	transition-property: none!important;
}
#fb{
	background-image: url(/images/icone-fb2.png?time=2);	
}
#yt{
	background-image: url(/images/icone-yt2.png?time=3);	
}
#gg{
	background-image: url(/images/icone-gg2.png?time=4);	
}
#insta{
	background-image: url(/images/icone-instagram2.png?time=3);	
}
#linkedin{
	background-image: url(/images/icone-linkedin2.png?time=3);	
}
#fb:hover, #yt:hover, #insta:hover, #linkedin:hover, #gg:hover{
	background-position:top center;
	-webkit-transition-property: none!important;
	-moz-transition-property: none!important;
	-o-transition-property: none!important;
	transition-property: none!important;
}
#pix
{
	display:none;	
}

/*** menu***/
#nav
{
	width: 100%;
	clear:both;
	font-size:0.85rem;
}
#nav > a
{
	display: none;
	text-align: left;
	text-indent: -9999px;
	width: 3.125rem; /* 50 */
	height: 3.125rem; /* 50 */
	position: relative;
}
	
#icone-gamme{
	position:absolute;
	width:150px;	
	top:0;
	right:0;
}
#nav > a:before,
#nav > a:after /*burger*/
{
	position: absolute;
	top: 2.5rem;
	width:2rem;
	left: 1rem;
	content: '';
}
.topHeader #nav > a:before,
.topHeader #nav > a:after /*burger*/
{
	border: 2px solid #fff;
}
.scrollHeader #nav > a:before,
.scrollHeader #nav > a:after /*burger*/
{
	border: 2px solid #000;
}

#nav > a:after /*écart entre les 2 buns du burger*/
{
	top: 3.4rem;
}

#nav:not( :target ) > a:first-of-type,
#nav:target > a:last-of-type
{
	display: block;
}


/* first level */
#nav span:after { /*fleche en face des menus comportant sousmenus */
   	content: "\f054";
	font-family: "Fontawesome";
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #000;
	font-size: 1.2rem;
	float:right;
}


#nav > ul{
	display: none;
    height: auto;
    position: absolute;
    padding:10px 0 0 0;
	left: 0;
	right: 0;
	top: 90px;
	z-index: 1000;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
}

#nav:target > ul{
	display: block;
}
#nav > ul > li{
	width: 100%;
	float: none;
	list-style:none;
}

#nav li a{
	display: block;
	text-decoration:none;
    font-family: "MINISansReg",Arial,sans-serif;
    color: #000;
	text-transform: uppercase;
}
	
#nav > ul > li > a{	
    height: auto;
	text-align: left;
	padding:2rem 1.5rem ;
}

	
/* second level */

#nav li ul
{
	display: none;
	position: static;
	width:100%;
	padding: 0 1.25rem 0 1.25rem; /* 20 */
	background-color:#fff;
	list-style:none;			
	top: 100%;
	margin:0;
}
#nav li:hover ul
{
	display: block;
}

#nav li ul a
{	
    color:#000;
	padding:1.5rem 5px;
	font-weight:normal;
	font-family: "MINISansReg", Georgia, "serif";
    font-size: 1.6rem;
}
#nav li ul a.btnColor{
	color:#000;
}


.btnBlack
{
	display:block;
	background-color: #000;
	border: 2px #000 solid;
	color:#fff;
	font-family: "MINISansReg", Georgia, "serif";
	text-transform: uppercase;
	padding:1rem;
	text-align: center;
	text-decoration:none;
}
.btnBlack:hover
{
	background-color:#fff;
	border: 2px #000 solid;
	color:#4a4a4a;
	cursor:pointer;
}
.btnWhite
{
	font-family: "MINISansReg", Georgia, "serif";
	display:block;
	background-color:#fff;
	color:#000;
	border:2px solid #000;
	padding:1rem;
	text-align: center;
	text-decoration:none;
	text-transform: uppercase;
}
.blocWhite
{
	display:block;
	background-color:#fff;
	border:1px solid #444;
	color:#000;
	text-transform:uppercase;
	text-align: center;
	text-decoration:none;
	margin-top:2px;
	margin-bottom:2px;
	padding:2rem;
	min-height:100px;
}

.btnWhite:hover
{
	background-color:#000;
	color:#fff;
	cursor:pointer;
}
.btnColor
{
	display: inline-block;
	font-family: "MINISansReg", Georgia, "serif";
	color:#fff;
    background-color:#0085ac; 
	border: 2px #0085ac solid;
	padding:1rem;
	text-align: center;
	text-decoration:none;
	text-transform: uppercase;
}
.btnColor:hover
{
    background-color:#fff; 
	border: 2px #0085ac solid;
	cursor:pointer;
	color: #4a4a4a;
	}

#nav > ul > li:hover > a,
#nav > ul:not( :hover ) > li.active > a
{
	text-decoration:none;
}
.nomobile{
	display:none;	
}

#main{
	position:relative;	
}
#mainImage{
	width:100%;
	height:auto;
    position: relative;
}
#mainImage img{
	width:100%;
	height:auto;	
}
#mainImage #headerH1{
    display: none;
}
#mainImage #headerH1 .sombre{
     color: #000;   
}
#concessionHome{
	display:none;	
}

select,
textarea,
input[type=text],
input[type=password]{
	padding:1rem;	
	min-width:60%;
}
input[type=radio]{
	margin:0 0.8rem 0 2rem;
}
input[type=radio]:first-child{
	margin-left:0;
}

.nolink,
.nolink a {
	text-decoration:none;
}

.link,
.link a,
.nolink .link {
	text-decoration:underline;
}

#affaires{
	background: #f0f0f0 url(/images/bg-affaires.jpg?time=4) no-repeat bottom center;	
	background-size: cover; 
	padding:1rem;
	height:300px;
}
#affaires span{
	color:#0653b6;	
	font-weight:bold;
	font-size:2rem;
}
#affaires a{
	text-decoration:none;
}
#affaires h2{
	margin-bottom:0;	
}
#mainContent,
.mainContent{
	padding:2rem;
	position:relative;	
}

#mainContent .containerAction a{
    margin-bottom: 1.5rem;
}
#mainContent .date{
	font-size: 1.2rem;
	color: #999;
}
#mainContent .date:before{
	content:"publié le "	
}
.blocgamme img{
	width:100%;
	height:auto;	
}
.messageAlerte
{
	color:#a70d19;	
}
.relative{
	position:relative;	
}
#mainContent .back,
#mainContentListing .back{
    position: relative;
    padding-left: 35px;
    color: #666;
    text-decoration: none;
    font-weight: bold;
}
#mainContent .back:before,
#mainContentListing .back:before{
    position: absolute;
    left: 0;
    top: 50%;
    width: 23px;
    height: 23px;
    background: url(/images/icon-back.png?time=2) -23px 0 no-repeat;
    margin-top: -12px;
    content: "";
}
#mainContent .back:hover,
#mainContentListing .back:hover{
    color: #0085ac;  
    cursor: pointer;
}
#mainContent .back:hover:before,
#mainContentListing .back:hover:before {
      background-position: 0 0; 
}

#nav li>a:hover
{
	color:#000!important;
    border-bottom: 4px solid #0085ac!important;
    transition: none;
}


#social{
    text-align: center;
	text-transform: uppercase;
    font-size: 1.8rem;
	color: #fff;
}
#social a{
     text-decoration: none;
}
#social ul{
    list-style: none;
    padding: 0;
    margin: 1rem;
    text-align: center;
}
#social li{
    width: 45px;
    height: 45px;
    display: inline-block;
}
.icon-social {
	color: #fff;
}
.icon-social:hover {
	color: #f1f1f1;
}
.icon-social:before {
	font-family: 'figh';
	font-size: 3rem;
	display: block;
	margin-right: 1rem;
}
.icon-facebook:before {
	content: '\f082';
}
.icon-youtube:before {
	content: '\f167';
}
.icon-linkedin:before {
	content: '\f08c';
}
.icon-instagram:before {
	content: '\f16d';
}
.icon-google:before {
	content: '\f0d5';
}
.icon-fa{
    font-family: "Fontawesome";
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #000;
	font-size: 3rem;
}
.icon-reseau:before {
    content: "\f041";
}
.icon-shop:before {
    content: "\f07a";
}
.icon-contact:before {
    content: "\e925";
}
.icon-calendar:before {
    content: "\f073";
}
#navIcon{
    display: none;
}

#retourhp{
	display:flex;
	align-items: center;
	position:absolute;
	top:1.5rem;
	left:10px;
	width: 180px;
    height: 45px;
	font-family: 'MINIRegular', Georgia, 'serif';
	font-size: 2rem;
	text-decoration: none;
}
#logo{
	background-image: url(/images/mini_white_logo.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 65px;
	height: 30px; 
	margin-right: 1rem;
}
.topHeader #logo{
	background-image: url(/images/mini_white_logo.svg); 
	transition:none;
}
.scrollHeader #logo{
	background-image: url(/images/mini_black_logo.svg);   
}
.topHeader #retourhp{
    background-position: bottom left;
    transition: none;
	color: #fff;
}
.scrollHeader #retourhp{
    background-position: top left;
    transition: none;
	color: #000;
}
#mainImage .containerAction{
	position:absolute;
	bottom:2rem;;
	right:2rem;	
	width: 40rem;
}
#mainImage .containerAction .btnBlack,
#mainImage .containerAction .btnColor{
    font-size: 1.6rem;
    width: 300px;
}

#mainContent section,
.mainContent section{
	padding-top: 1rem;
}
.containerAction a, .btnVideo
{
	width:100%;
	clear:both;	
	font-size:1.2rem;
}

#rdv_concession{
	width: 100%;
	font-size:1.2rem;
}


.dispoVignette img
{
	margin-bottom:1rem;	
}
.infolight,
.infolight2,
.galerieVignette
{
	display:none;	
}
.imgfull,
.imgfull img{
	width:100%;
	height:auto;	
}
.blocVideo{
	padding:0;
	margin:0;	
	width:100%;
}
.blocVideo div{
 	background-color:#555; 
    padding: 2rem 0;
}
.blocVideo a{
	display:block;
	width:75%;
	background-repeat: no-repeat;
	text-align:center;
    font-family: "MINISansReg", Georgia, "serif";
    color:#fff;
	text-decoration:none;
	border:5px solid #938989;
}
.blocVideo a:hover{
	color:#000;
	text-decoration:underline;
	background-color:#938989;	
}
#sideBarContainer {
    display: block;
    width: 100%;
    position: fixed;
    bottom: -30px;
    left: 0;
    z-index: 500;
    border-bottom: 30px solid #0085ac;
    background-color: #0085ac;   
}
#sideBarContainer ul{
    list-style: none;
    margin: 0;
    font-size: 0.8rem;
    padding-top: 0.5rem 0 0 0;
}
#sideBarContainer li{
    display: inline-block;
    text-align: center;
    width: 24%;
    vertical-align: top;
    position: relative;
}

#sideBarContainer img{
    width:25px;
    margin: 0.8rem 30%;
}
#sideBarContainer span{
    clear: both;
    display: inline-block;
}
#sideBarContainer a{
    color: #fff;
    text-decoration: none;
}
  
.divide_line {
    position: absolute;
    right: 0;
    top: 12px;
    width: 1px;
    border-right: 1px solid #fff;
    height: 35px;
}
.side_icon_img_hover{
    display: none;
}
.smallContainerVOVN a{
    background-color: #f2f2f2;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: #9a9a9a;
    height: 150px;
    padding-top: 30px;
    margin-bottom: 2rem;
}
.smallContainerVOVN a:hover{
    background-color: #e6e6e6;
    color: #666;
}
.smallContainerVOVN h2{
    font-weight: bold;
    color: #4d4d4d;
}
.containerVOVN{
     margin-top: 2rem;
}
.containerVOVN a{
    background-color: #eee;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: #9a9a9a;
    height: auto;
    padding: 1rem 0;
    margin-bottom: 1rem;
	display: inline-block;
}
.containerVOVN a:hover{
    background-color: #e6e6e6;
    color: #666;
}
.containerVOVN h2{
    font-weight: bold;
    color: #4d4d4d;
}


.titreGamme{
    color: #000;
    font-family: "MINISansReg", Georgia, "serif";
	font-size: 3.5rem;
    border-bottom: 1px solid #d6d6d6;
}
.titreGamme span{
    border-bottom: 4px solid #0085ac;
}

.containerGamme{
    margin-bottom: 2rem;
}
.containerGamme:hover{
    -webkit-box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.20);
    padding:1.5rem;
    -webkit-transition: all  100ms ease-out 100ms;
    -moz-transition: all  100ms ease-out 100ms;
    -o-transition: all  100ms ease-out 100ms;
    transition: all 100ms ease-out 100ms;
}

.containerGamme h3{
    font-family: "MINISansReg", Georgia, "serif";
    font-size: 2rem;
    color: #000;
    font-weight: normal;
}
.containerGamme ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.containerGamme a{
    text-decoration: none;
}
.arrow {
    color: #666;
}
.arrow a{
    font-family: "MINISansReg", Georgia, "serif";
    color: #666!important;
    text-decoration: none;
    font-size: 1.4rem;
}
.arrow i {
    font-size: 2rem;
    margin-right: 0.5rem;
}

.smallContainerVOVN a{
    display: inline-block;
    width: 100%;
    height: auto;
    background-color:#eee;
    margin-bottom: 1rem;
    padding: 1rem 0;
    text-align: center;
    text-decoration: none;
}


.containerFiltre{
    font-family: "MINISansReg", Georgia, "serif";
}
.containerFiltre div:first-child{
    width:0;
}
.containerFiltre div:last-child{
    width:100%;
}
.containerFiltre .filtre,
.containerFiltreDetail{
     display: none;
}
.containerFiltre p{
    display: inline-block;
    text-transform: uppercase;
    line-height: 0rem;
    margin-left: 1rem;
    margin-bottom: 2rem;
}
.containerFiltre ul{
    margin: 0;
    padding: 0;
    display: inline-block;
    line-height: 5rem;
}
.containerFiltre ul li{
    list-style: none;
    display: inline-block;
}
.containerFiltre ul li a{
    text-decoration: none;
    color: #848484;
    font-size: 2.6rem;
    padding: 0 1rem 1rem 1rem;
}
.containerFiltre ul li a:hover{
    color: #000;
    border-bottom: 4px solid #0085ac; 
}
.noresult{
    padding:2rem;
    border:2px solid #eee;
    text-align: center;
    color: #aaa;
}

.filtreSelected a{
    display: inline-block;
    text-decoration:none;
    border:2px solid #bababa;
    background-color: #fff;
    text-align: center;
	font-family: "MINISansReg", Georgia, "serif";
    font-size: 1.2rem;
    color: #000;
    padding: 1rem 2rem;
    margin-right: 1rem;
    margin-top: 2rem;
}
.filtreSelected a:first-child{
    background-color: #4d4d4d; 
    border:2px solid #4d4d4d;
    color: #fff;
}
.openFiltre {
    background-color: #1f69d4!important;
    color: #fff!important;
}
.mentionCredit{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin: 2rem 4rem;
    padding: 3rem;
	background-color: #f0f0f0;
}

@media (min-width: 375px) {
    
    #navIcon{
        display:  inline-block;
        position: absolute;
        top: 25px;
        right:45px;
        list-style: none;
        margin: 0;
        padding: 0;
    }   
    #navIcon .icon-fa{
         font-size: 1.8rem;    
    }
    #navIcon li{
        display: inline-block;
        margin: 0 1rem;
    }
    #navIcon li a:hover{
        border-bottom: 4px solid #0085ac;
        transition: none;
    }
    #navIcon a{
        display: inline-block;
        text-decoration: none;
    }
     .topHeader #navIcon a{
         color: #fff;
    }
    .scrollHeader #navIcon a{
         color: #000;
    }
    .scrollHeader #navIcon a:hover{
         color: #8e8e8e;
    }
}

@media (min-width: 450px) {   
    #retourhp{
        font-size: 2.6rem;
    }
}

@media (min-width: 520px) {
	#navIcon{
        top: 20px;
    }
    #navIcon .icon-fa{
         font-size: 2rem;    
    }

}

@media (min-width: 551px){
	 #sideBarContainer {
        position: fixed;
        right: 0;
        left: auto;
        top: 40%;
        z-index: 500;
        width: 60px;
        height: 238px;
		
    }
    #sideBarContainer ul{
         padding: 0; 
         margin-top: 8px;
    }
    #sideBarContainer li{
        display: block;
        width: 100%;
        height: 60px;
    }
    #sideBarContainer a{
        display: block;
        width: 60px;
        height: 60px;
    }
    #sideBarContainer img{
        width:30px;
        max-width: 30px;
    }
    .divide_line {
        right: 10px;
        top: 50px;
        border-bottom: 1px solid #fff;
        border-right: none;
        width: 35px;
        height: 0;
    }
    #sideBarContainer span{
        display: none;
    }
    #sideBarContainer a:hover:after,
    #sideBarContainer a:focus:after {
        content: attr(aria-label);
        position: absolute;
        top: -8px;
        left: -80px;
        transform: translateX(-50%); 
        z-index: 1;
        white-space: nowrap; 
        padding: 5px;
        background: #0085ac;
        color: #fff;
        font-size: 1.2rem;
	    font-family: 'MINISansReg', Georgia, 'serif';
        text-transform: uppercase;
        width: 150px;
        height: 48px;
        line-height: 45px;
    }

    [aria-label]:focus {
      outline: none;
    }
}


@media (min-width: 641px) {
  	footer{
		background-color:#fff;	
	}
	footer > div:last-child{
		border-top:1px solid #000; 	
	}
	#social{
        width: 380px;
        margin-left: calc(100% - 380px);
		color: #000;
    }
	#social ul{
        margin: 2rem 3rem;
    }
	.icon-social{
		color: #000;
	}
	.icon-social:hover{
		color: #7A7A7A;
	}
	.active
	{
		/*text-decoration:underline;*/
	}
	#mainContent{
		padding:4rem;
	}
	.customNavigation{
		position:absolute;
		width:100%;
		top:35%;
	}
	.prev,
	.next{
		width:65px;
		height:65px;
		background-color:#000;
		color:#fff;
		font-size:4rem;
		margin-top:2rem;
		text-align:center;
		font-family: Helvetica, Arial, sans-serif;
		border: 2px solid #000;
	}
	.prev:hover,
	.next:hover{
		cursor:pointer;
		text-decoration:none!important;
		background-color:#fff;
		color:#000;		
	}
	.prev{
		float:left;	
	}
	.next{
		float:right;	
	}
    #affaires{
        /*width: 50%; */ 
        margin: auto;
    }
	#fb, #yt, #insta, #linkedin, #gg{
	background-position:top center;
	}
	#fb:hover, #yt:hover, #insta:hover, #linkedin:hover, #gg:hover{
	background-position:3px -35px;
	}
}

@media (min-width: 860px) {
	#retourhp{
        left:20px;
    }
	#navIcon{
        top: 55px;
    }
	#navIcon a {
        padding-bottom: 1.9rem;
    }
	.icon-fa{
      position: relative;
      cursor: pointer;
    }

    .icon-fa:hover:after,
    .icon-fa:focus:after {
      content: attr(aria-label);
      position: absolute;
      top: -2.5rem;
      left: 50%;
      transform: translateX(-50%); 
      z-index: 1;
      white-space: nowrap; 
      padding: 5px;
      background: #fff;
      color: #000;
      /*border-radius: 4px;*/
      font-size: 1.2rem;
      font-family: 'BMWType_Bold', Helvetica, Arial, 'sans-serif';
    }
	[aria-label]:focus {
      outline: none;
    }
	.topHeader header:before{
        position: absolute;
        top: 99px;
        right: 0;
        left: 0;
        height: 1px;
        content: "";
        border-bottom: 1px solid transparent;
        border-bottom-color: hsla(0,0%,100%,.4);
    }
    .topHeader #nav #menu > li > a
    {
        color: #fff;
		text-decoration: none!important;
    }
    .scrollHeader #nav #menu > li > a
    {
        color: #000;
		text-decoration: none!important;
    }
    .topHeader #menu > li > a:hover{
        color: #fff!important;
        text-decoration:none!important;
    }
    .scrollHeader #menu > li > a:hover{
        color: #000;
        text-decoration:none!important;
    }
	h1{
		font-size:2.5rem;	
	}	
	h2{
		font-size:2rem;			
	}	
	h3{
		font-size:1.8rem;		
	}	
	#pix{
		display:block;
		width:85px;
		height:97px;
		position:absolute;
		z-index:10000;
		top:0.5rem;
		right:0.5rem;
	}
	#pix img{
		width:85px;
		height:97px;

	}
	#affaires h2{
		font-size:2rem;					
	}
	#icone-gamme{
		display:none;	
	}
	header #menu{
		border-top:none;
		
	}
	.nomobile{
		display:inline-block;
			
	}
	.nodesktop{
		display:none;	
	}

	
	/* first level menu */
	
	#nav > a, #nav > a:before, #nav > a:after
	{
		display:none;
		background-color:transparent;
	}
	
	#nav > ul
	{
		display:inline-block;
		width:85%;
		height:35px;
		background-color: transparent;
		top:60px;
		border-bottom:none;
		padding-top:0;
        margin-top: 0;
	}
	#menu-login
	{
		display:none;
	}
	#nav > ul > li
	{
		height: 100%;
		width:auto;
		float: left;
		list-style:none;
	}

	#nav  #accueil{
		display:none;
	}
	#nav > ul > li > a
	{
		text-align: center;
		padding:2rem 2rem 1.5rem 2rem;
        display: inline;
	}
    #nav li.active > a
    {
        border-bottom: 4px solid #0085ac!important;
        transition: none;
    }
	#nav > ul > li:not( :last-child ) > a
	{
		border-bottom:none;
	}
	
	#nav span:after {
		display:none;
	}
	header #menu li{
		margin-right:0;	
	}
	header #menu a{
		cursor:pointer;
        font-size: 1.4rem;
	}
	header #menu li a:hover{
		text-decoration:underline;
	}
	
	
	/* second level */
	
	#nav li ul
	{
		display: none;
		position: absolute;
		top: 41px;
		margin:0;
        width: 100%;
		z-index:1000;
        -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.16), 0 3px 6px 0 rgba(0,0,0,.23);
        box-shadow: 0 3px 6px 0 rgba(0,0,0,.16), 0 3px 6px 0 rgba(0,0,0,.23);
        height: 70px;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        background-color: rgba(255, 255, 255, 1);

	}
	#nav li ul:hover
	{
        background-color: rgba(255, 255, 255, 1);     
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
	#nav li ul li
	{
		list-style:none;
		float:left;
		padding: 0 1rem;
	}
	#nav li:hover ul
	{
		display: block;
		left: 0;
		right: 0;
	}

	#nav li ul a
	{
		position: relative;
		font-size: 1.2rem;
		text-align:left;
		font-weight:normal;
	}
    #nav li ul a:hover
	{
        text-decoration: none;
    }
	#nav li:first-child ul a
	{
		border-bottom:none;		
	}
	
	#concessionHome{
		display:block;
		position:absolute;
		top:6px;
		right:-1px;	
		z-index:100;
	}
	#concessionHome a{
		width:33.3333%;
		background-color:#000;
		border-top:1px solid #fff;
		border-bottom:1px solid #fff;
		border-left:1px solid #fff;
		padding:8px;
		color:#fff;
		text-decoration:none;
		text-transform:uppercase;
		font-size:1.2rem;
	}
	#concessionHome a:hover{
		background-color: #5F5F5F;
	}

	#shortcut{
		display:table;	
		width:100%;
		border-collapse:collapse;
	}
	#shortcut a{
		width:25%;
		display: table-cell;
		border-left:1px solid #fff;		
		border-right:1px solid #fff;		
		border-top:2px solid #0000;
	}
}


@media (min-width: 1006px) {	

    .containerFiltre ul li a{
        font-size: 2.6rem;
    }
    .containerFiltre p{
        display: inline-block;
    }
    #navIcon li{
        margin: 0 1.5rem;
    }
	h1{
		font-size:2.7rem;	
	}	
	h2{
		font-size:2.1rem;			
	}	
	h3{
		font-size:1.9rem;		
	}	
	#pix, 
	#pix img
	{
		width:103px;
		height:117px;
	}
	#mainContent{
		min-height: 450px;
	}
    #navIcon a {
        padding-bottom: 1.75rem;
    }
    #nav li ul a{
        font-size: 1.4rem;
    }
	#retourhp{
		width: 220px;
	}
	#logo{
		width: 90px;
		height: 41px; 
	}

}
	
@media (min-width: 1030px) {
    .containerFiltre p{
        margin: 0 2rem;
    }
}
@media (min-width: 1040px) {
	
	.galerieVignette
	{
		padding:5rem 10rem;
	}	
    #mainImage .containerAction a{
        margin: 1rem 2rem;
        display: inline-block;
    }

}
@media (min-width: 1200px) {
 	#mainImage #headerH1{
        display: inline-block;
        position:absolute; 
        top:160px;
        left: 2%;
        width: 80%;
    }
    #mainImage .containerAction {
        position: relative;
    }
    #headerH1 h1,
    #headerH1 h2{
        color: #fff;
    }
    #headerH1 h1.titreBlack,
    #headerH1 h2.titreBlack{
        color: #000;
    }
    #headerH1 h1{
        font-size: 4rem;
    }
    #headerH1 h2{
        font-size: 2.2rem; 
    }
    #containerH1{
        display: none;
    }
    #containerActionRight {
        display: none;
    }

    #containerHeader{   
        width: 100%;
        height: 118px;
    }
    .scrollHeader:before{
        top: 117px;
    }
    header{
        position: relative;
        max-width: 1200px;
        width: 1200px;
        margin: auto;
    }
    #nav > ul{
        top: 70px;
    }
    #nav > ul > li > a{
        padding: 2rem 2rem 2.3rem 2rem;
    }
    #nav li ul
	{
        width:900px;
        top:49px;
    }
    #nav li ul a{
        font-size: 1.4rem;
    }
    #nav li ul li {
        padding: 7px 2rem 0 2rem;
    }
    #navIcon{
        top: 60px;
        right:0;
    }
    #navIcon li{
        margin: 0 2rem;
    }
    #navIcon .icon-fa{
         font-size: 3rem;    
    }
    #navIcon a {
        padding-bottom: 1rem;
    }
    .icon-fa:hover:after,
    .icon-fa:focus:after {
          padding: 5px 12px;
    }
    .topHeader header:before{
        top: 118px;
    }
    .topHeader .slogan{
        top:106px;
    }

}
@media (min-width: 1280px) {
	#shortcut{
		width:1280px;
	}
    #mainContent,
    #mainContentListing,
    .mainContent{
        width: 1280px;
        max-width: 1280px;
        margin: auto;
    }
    .footerLink{
        width: 1280px;
        margin: auto;
        }
    #social{
        margin-left: 0;
        width: 1280px;
        margin: auto;
		padding: 0 4rem;
        text-align: right;
        }
    #social ul{
        display: inline-block;
        margin-right: 0;
    }
    #social span{
         margin-right: 14px;   
    }
    #social ul li:last-child{
         margin-right: 0;
    }
    #containerH1{
        top: -250px;
        width: 70%;
        left:50px;
    }
    #containerH1 h1{
         font-size: 4.5rem;   
    }
    #containerH1 h2{
         font-size: 2.5rem;   
    }
    .galerieVignette
	{
		padding:5rem 15rem;
        width: 1280px;
        margin: auto;
	}
    .blocVideo{
        width: 1280px;
        max-width: 1280px;
        margin: auto!important;
    }
    .containerVOVN{
        width: 1280px;
		margin: 2rem auto!important;
    }
	.containerVOVN a:first-child{
        margin-left:1rem;
    }
}

@media (min-width: 1480px) {
    #mainImage #headerH1{
        top:200px;
        left: 8%;
    }
    #mainContent,
    .mainContent{
		padding:4rem;
	}	
}

@media (min-width: 1580px) {
    #containerH1{
        left:-100px;
    }
    #containerH1 h1{
         font-size: 6rem;   
    }
    #containerH1 h2{
         font-size: 3.5rem;   
    }	
}

@media (min-width: 1680px) {
	.container{
        max-width: 100%;
        margin:0 auto;
		position:relative;
	}
    #containerHeader{   
        width: 100%;
    }
    #mainImage{
        width: 1680px;
        margin: auto;
    }
}

@media print {
	.containerAction,
	#containernav,
	.conteneur-image-hover,
	footer,
	figure
	{
		display: none;
	}
	.grid-2 div
	{
		width: 100%;
	}
}