:root {
	
	--color-blue:#0064ff;
	--color-black:#000000;
	--color-white:#FFFFFF;
	--color-bg-grey:#f4f4f4;
	--color-grey-light:#F0F0F0;
}

@font-face {
	font-family: "Akrobat";
	src: url('../fonts/Akrobat/Akrobat-Regular.ttf');
	font-weight:normal;
}
@font-face {
	font-family: "Akrobat";
	src: url('../fonts/Akrobat/Akrobat-Light.ttf');
	font-weight:light;
}
@font-face {
	font-family: "Akrobat";
	src: url('../fonts/Akrobat/Akrobat-Bold.ttf');
	font-weight:bold;
}

html { font-size:18px; line-height:1.5; font-weight:400; overflow-x:hidden; font-family:Montserrat; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
body { font-size:1rem; line-height:1.5; font-weight:400; overflow-x: hidden;  font-family:Montserrat; background-color:black; color:white;  }

#imghome { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border:1px solid rgba(255,255,255,0.65); padding:25px; }
#imghome img {height: 140px; }
h2 { font-size:2.1rem; font-weight:600; line-height:1.15; color:#FFF; margin-bottom:25px; font-family:Akrobat;}
a { transition: 0.3s; }

.container { padding:0px;}

p { margin-bottom: 0px!important;}
p * { font-size:1rem; line-height:1.4; font-weight:400; letter-spacing:0rem;  }

.btn { background-color:#333; color:white; }
.btn-primary { background-color:var(--color-black)!important; color:white; }
.btn-secondary { background-color:var(--color-grey-light)!important; color:black!important; }

.text-center-all * { text-align:center!important; }
main { min-height: 100%; min-height: 100vh; }

#chevron-gif {
	height:40px;
}

.primary-text { color:var(--color-white)!important; }

.nav-top { position:absolute; z-index:1100; height:110px; width:100%; bottom:0px;}
.nav-top .logo { height:110px; }

.lineSeparator { border-top: 1px solid var(--color-default)!important; position: relative; margin-top:1.5rem; margin-bottom:1rem; text-align: center; }
.lineSeparator .textInSeparator { background-color:#FFF; padding:0.4rem 0.8rem; position: relative; color: #333; top: -0.8em; font-weight:500; font-size:0.7rem; line-height:1; letter-spacing:1px; }


nav { border-bottom:1px solid #111; }
.navbar-main-menu {
	padding-left:90px;
}
.navbar-main-menu > li > a {
    text-transform:uppercase;
    font-weight: bold;
    font-family:Akrobat;
    letter-spacing:1.8px;
}
li.nav-item.active > a.nav-link {
    background-color:transparent!important;
    color:#999!important;
}
li.nav-item:hover > a.nav-link {
    background-color:transparent!important;
    color:#999!important;
}

.form-control { font-family:Akrobat; }
.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid { border-color:#C49C48; }
.invalid-feedback { color:#C49C48; }
.btn-gold { background-color:#C49C48!important; }

.navbar-main-menu > li > a::before {
    content: "/";
    color:#FFFFFF!important;
    padding: 0 15px 0px 0px
}
.navbar-main-menu > li:first-child > a::before {
    content: " ";
}

.modal-content { background-color:black; }
.modal-header { border-bottom:0px; padding-bottom:0px; padding-top:5px;}


.bloc-home {  height:100vh; background-color:black; background-size:auto 100%; background-position:center center; background-repeat:no-repeat;}
.bloc-category { padding:90px 0px; min-height:100vh; }
.bloc-category h2 { text-align:center; text-transform:uppercase; letter-spacing:1.8px; color:#FFFFFF!important; }

.bloc-home .fa-fw { font-weight:lighter; font-size:2.5rem; }
/*
.ancre {
	padding-top:45px;
	position:relative; top:-45px;
	margin-bottom:-45px;
	z-index:-1;
}*/

.bloc-marques { padding:45px 0px; }

.bloc-videos { padding:0px; background-color:#111; /*border-top:10px dashed #AAA; border-bottom:10px dashed #AAA;*/ }
.bloc-videos p.dirprod { font-size:0.7rem; text-align:center; }
.bloc-videos .dirprod2 { font-size:1.1rem; line-height:1.1rem; text-align:center; font-family:Akrobat; font-weight:light; }
.bloc-videos h3 { margin-bottom:5px!important;}
.hover-video-panel h3 { margin:0; line-height:1.15; font-size:1.6rem; font-weight:600; color:#FFF; margin-bottom:15px; }

#modalVideo h4 { font-size:1.1rem; line-height:1.1rem; text-align:center; font-family:Akrobat; font-weight:light; }

footer { background-color:#111;}
footer.footer-copyright { background-color:#222;}
.copyright { font-size:0.8rem!important; line-height:2; }
.copyright2 { font-size:0.8rem!important; line-height:2; }


/** HOVER EFFECT - START **/
.hoverControl ~ .hover-video-panel:before {
  height: 500%;
  width: 500%;
  top: -500%;
  left: -500%;
  content: '';
  
  background-color:rgba(0,0,0,0.85);
  position: absolute;
  -webkit-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
  -webkit-transform: rotate(135deg) translateY(0%);
  transform: rotate(135deg) translateY(0%);
}

.hoverControl ~ .hover-video-panel[data-cols="6"]:before {
  height: 250%;
  width: 250%;
  top: -250%;
  left: -250%;
}

.hoverControl ~ .hover-video-panel[data-cols="2"]:before {
  height: 750%;
  width: 750%;
  top: -750%;
  left: -750%;
}

.hoverControl ~ .hover-video-panel[data-cols="1"]:before {
  height: 1500%;
  width: 1500%;
  top: -1500%;
  left: -1500%;
}



.hoverControl:hover ~ .hover-video-panel:before { 
	
	-webkit-transform: rotate(135deg) translateY(-100%);
  	transform: rotate(135deg) translateY(-100%);
}

.hoverControl:hover ~ .hover-video-panel > .w-100 { 
	opacity:1!important;
	-webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    transition-delay: 0.5s;
}
/** HOVER EFFECT - END **/

@media (min-width: 768px) and (max-width: 1024px) {
  
	html { font-size:14px; }
	body { font-size:1rem;  }
	
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
  	html { font-size:14px; }
	body { font-size:1rem;  }
}

@media (max-width:576px) {
	
	:root {
		--height-square:180px;
	}
	
	html { font-size:14px; }
	body { font-size:1rem;  }
	
	#imghome img {height: 80px; }
	
	.container { padding:15px;}
	
	h1, div.h1 { font-size:5.5rem; letter-spacing:-0.25rem; line-height:0.75; padding-left:10px; }
	h2 { font-size:2rem; font-weight:600;  }
	p { margin-bottom: 0px!important;}
	p * { font-size:1.1rem; line-height:1.4; font-weight:400; letter-spacing:0rem;  }
	
	.navbar-main-menu > li:first-child > a::before {
	    content: "/";
	    color:#FFFFFF!important;
	    padding: 0 15px 0px 0px
	}
	.navbar-main-menu {
		padding-left:0px;
	}
	
	
	main { min-height: 50%; min-height: 50vh; position: relative; }
	.jarallax { min-height:85vh;}
	
	.bloc-home { background-size:cover; background-position:center top; height:100vh; }
	.bloc-category { padding:65px 0px; padding-bottom:0px; min-height:10vh;  }
	.bloc-marques { padding:15px 0px; }
	.bloc-videos { padding:0px 0px; padding-bottom:0px; margin-top:25px; }
}

