﻿@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
	
/*
@media (max-device-width:480px) and (orientation:landscape)
@media (max-width:767px)
@media (min-width: 768px)
@media (min-width: 992px)
@media (min-width: 1200px)
*/

/*************** VARIABLES *************************/
:root {
  --nl-color: #26AB17;
  --nl-h-color: #26AB17;
}

body {
	margin:1px 2px;
}

/*************** SPACING *************************/
.mt-1 {
  margin-top: 0.25em !important;
}
.mt-2 {
  margin-top: 0.5em !important;
}
.m-2 {
  margin: 0.5em !important;
}
.mt-3 {
  margin-top: 1.0em !important;
}
.mt-4 {
  margin-top: 1.5em !important;
}
.mt-5 {
  margin-top: 2.0em !important;
}
.mt-2 {
  margin-top: 2.0em !important;
}
.mb-2 {
  margin-bottom: 0.5em !important;
}
.mb-3 {
  margin-bottom: 1.0em !important;
}
.mb-4 {
  margin-bottom: 1.5em !important;
}
.mb-5 {
  margin-bottom: 2.0em !important;
}
.ml-2 {
  margin-left: 0.50em !important;
}
.ml-3 {
  margin-left: 1.0em !important;
}
.ml-4 {
  margin-left: 1.50em !important;
}
.mr-3 {
  margin-right: 1.0em !important;
}
.mr-4 {
  margin-right: 1.50em !important;
}
.mr-5 {
  margin-right: 2.0em !important;
}
.mr-6 {
  margin-right: 2.50em !important;
}
.p-2 {
  padding: 0.50em !important;
}

.pl-0 {
	padding-left:0; !important;
}

.px-3 {
	padding:0 auto 0 auto; !important;
}

.p-2 {
	padding:0.5em; !important;
}
.p-3 {
	padding:1.00em; !important;
}

.min-h-550 {
	min-height:550px;
}

.nl-divider {
	height: 1px;
	margin: 9px 0;
/*	overflow: hidden;
	background-color: #e5e5e5;*/
	background-color:var(--nl-color);
}

.link {
	cursor:pointer;
}

.flag {
	width:23px;
	height:15px;
}

.flag_en {
	background: transparent url('../images/flag/en.jpg') no-repeat;
}
.flag_de {
	background: transparent url('../images/flag/de.jpg') no-repeat;
}
.flag_fr {
	background: transparent  url('../images/flag/fr.jpg') no-repeat;
}


#EUCookieConsent {
	width:100%;
	min-height:30px;
	color:#fff;
	background-color:#000;
}
#EUCookieConsent button {
	color: #666;
  margin: 3px 0 3px 30px;
  background-color: #ffed00;
  border-radius: 3px;
  border: 0 none;
  padding: 4px 6px;
}
#EUCookieConsent a {
	color: #fff;
	text-decoration:underline;
}


.modal.fade:not(.in).right .modal-dialog {
	-webkit-transform: translate3d(125%, 0, 0);
	transform: translate3d(125%, 0, 0);
}
/*************** NAVIGATION *************************/

.navbar-default {
	border-color:var(--nl-color);
}

.navbar-mobile {
	display:block;
	min-height:70px;
}

.navbar-desktop {
	display:none;
}

.navbar-brand {
	padding:1px 15px
}

.navbar-search-form {
	margin:60px 1% 0 1%;
	border-top:none;
	border-bottom:none;
}

.navbar-search-form .btn {
	margin-bottom:3px;
}
	
.navbar-desktop .navbar-right {
	margin-right:3px;
}

.dropdown-menu.changeLangueList {
	min-width:53px;
}
.changeLangueListItem {
	margin-left:10px;
}

.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.inline-form input {
  display: inline-block;
  width: 200px;
}

	.navbar-search-form {
		margin-top:19px;
	}
	span.glyphicon-search {
			font-size: 1.4em;
	}
	
	.btn-cart {
		margin-top:19px;
	}
	span.glyphicon-shopping-cart {
		font-size: 1.4em;
		padding-top:5px;
	}
	#countCart {
		font-weight:bold;
	}

@media (min-width: 768px) {
	.navbar-collapse {
		padding:0;
	}
	
	.navbar-mobile {
		display:none;
	}
	.navbar-desktop {
		display:block;
		padding-top:5px;
	}
  .navbar .navbar-nav {
/*      display: inline-block;
      float: none;
      vertical-align: top;*/
  }
  .navbar .navbar-nav .btn-sm{
		padding:5px 5px;
  }
	.nav > li > a {
		padding: 10px 7px;
	}
}

@media (min-width: 992px) {
  .navbar .navbar-collapse {
		margin:0 10%;
  }
	.navbar-collapse {
		padding-left:15px;
		padding-right:15px;
	}
}
/*************** CONTENT *************************/
.margin-top-nav-container {
	margin-top:0;
	min-height:200px;
}
@media (min-width: 768px) {
  .margin-top-nav-container {
		min-height:400px;
	}
}
@media (min-width: 992px) {
  .margin-top-nav-container {
		min-height:600px;
  }
}
/*
h1, h2, h3, h4, h5, h6 {
		color: var(--nl-h-color);
}
*/
/* <h> decalle 1 plus petit */
h1{ font-size:20px; text-transform:uppercase;}
h2{	font-size:16px; }
h3{	font-size:14px; }
h4{	font-size:12px; }
h5{	font-size:10px; }
h6{	font-size:9px; }

dt {
	margin-bottom:.5rem;
}

dd {
	margin-bottom:.5rem;
}

dd {
	margin-bottom:.5rem;
}
.product-name {
	text-transform:capitalize;
}

.home .thumbnail .caption {
	padding-right:20px;
	margin-top: -15px;
}

.home .caption p {
	text-align:justify;
}

.home .thumbnail img {
	margin-top:10px;
	margin-bottom:10px;
}

.glyphicon-info-sign {
	font-size: 1.2em;
	color:#ff851b;
	cursor:pointer;
}

.LabelNbColors {
	position:absolute;
	top:265px;
	right:84px;
	font-size:1.1em;

}

@media (min-width: 481px) AND (max-width:767px) {
	 .thumbnail .caption {
		 padding-left:10%;
	 }
}

@media (max-width:767px) {
	.home .thumbnail .caption {
		margin-left: 10px;
	}

}
@media (min-width: 768px) {
h1{ font-size:24px;}
h2{	font-size:18px; }
h3{	font-size:14px; 	line-height:1.4em;}
h4{	font-size:12px; }
h5{	font-size:10px; }
h6{	font-size:9px; }

	.LabelNbColors {
		right:37px;
	}
}

@media (min-width: 992px) {
/*
	h1{	font-size:1.6em; }
	h2{	font-size:1.5em; }
	h3{	font-size:1.4em; }
	h4{	font-size:1.2em; }
*/
}

@media (min-width: 1200px) {
	h1{ font-size:30px; }
	h2{	font-size:24px; }
	h3{	font-size:18px; }
	h4{	font-size:14px; }
	h5{	font-size:12px; }
	h6{	font-size:10px; }

	.LabelNbColors {
		right:45px;
	}
}

#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 1200; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

#overlay .OverLayWait {
  display: block;
	position:fixed;
	text-align:center;
	color:red;
	font-weight:900;
	left:50%;
	top:50%;
	z-index:1002;
}

.nl-line-bg {
	background-color:#f5f5f5;
}
.pagination-block {
	width:100%;
	text-align:center;
}

.pagination-block-top {
	display:inline-block;
	width:104%;
}

/* ----------------------------------- Sous Menus - Selecteurs de marques, couleurs... ---------------------------------- */
#RefineBy {
	min-width:290px;
	padding-left:10px;
	background-color:#f8f8f8;
	z-index:999;
}

#RefineBy .title, #RefineBy .CategoryNameMasquer, #RefineBy .CategoryNameAfficher, #RefineBy .filter {
	display: block;
	position: relative;
	width: 95%;
}

#RefineBy .title {
	padding:5px;
	background-color:#666633;
	color:white;
	font-size:1.5em;
}

#RefineBy .CategoryNameMasquer {
	padding:10px 5px 10px 15px;
	font-size:1.2em;
	font-weight:bold;
	cursor:pointer;
  background: transparent url(../images/design/CheckBox.png) 0px -38px no-repeat;
}

#RefineBy .CategoryNameAfficher {
	padding:10px 5px 10px 15px;
	font-size:1.2em;
	font-weight:bold;
	cursor:pointer;
	background: transparent url(../images/design/CheckBox.png) 0px -135px no-repeat;
}

#RefineBy .filter {
	padding:5px;
	font-size:1em;
	cursor:pointer;
}

#RefineBy .filter .passif, #RefineBy .filter .actif {
	line-height:25px;
	padding:0px 5px 0 24px;
	vertical-align:middle;
}

#RefineBy .filter .passif{
	background: transparent url(../images/design/CheckBox.png) 0px 7px no-repeat;
}

#RefineBy .filter .passif:hover{
	color:white;
	background-color:#537cb4;
}

#RefineBy .filter .actif{
	color:white;
	background: url(../images/design/CheckBox.png) 0px -94px no-repeat;
	background-color:#55af32;
}

#RefineBy .filter .actif:hover{
	background: url(../images/design/CheckBox.png) 0px -194px no-repeat;
	background-color:red;
}

@media (min-width: 481px) AND (max-width:767px) {
	#RefineBy {
		min-width:360px;
	}
	.pagination-block-top {
		width:72%;
	}
}

@media (min-width: 768px) {
	#RefineBy {
		min-width:360px;
	}
	.pagination-block-top {
		width:80%;
	}
}

@media (min-width: 992px) {
	.pagination-block-top {
		width:87%;
	}
}



/*************** Product specifications *************************/
.description-label {
	font-weight:700;
	vertical-align:top;
}

.StockLamp {
	width:180px;
  height: 16px;
	text-align:right;
	margin-top:10px;
	padding: 0 0 0 50px;
}

.StockLamp.Green {
    background: transparent url(../images/design/stock.png) 0px -32px no-repeat;
}

.StockLamp.Orange {
    background: transparent url(../images/design/stock.png) 0px -15px no-repeat;
}

.StockLamp.Red {
    background: transparent url(../images/design/stock.png) 0px 0px no-repeat;
}

.price-hidden {
	display:none;
}

.info-price-popover {
	display:inline-block;
	margin-right:5px;
}

.regul-price,
.promo-price,
.regul-price__when-promo,
.regul-price-devise, 
.Promo-price-devise,
.regul-price-devise__when-promo {
	display:inline-block;
	vertical-align:middle;
}

.regul-price, .promo-price {
	font-size:1.2em;
	font-weight:700;
	margin-right:5px;
	line-height:1.3em;
}
.promo-price {
	color:red;
}
.regul-price__when-promo {
	font-size:1.0em;
	text-decoration:line-through;
	margin-right:5px;
	line-height:1.3em;
}
.regul-price-devise, .Promo-price-devise {
	font-size:0.9em;
	color:#777;
	line-height:1.6em;
}
.regul-price-devise:before {
	content:"(";
}
.regul-price-devise:after {
	content:")";
}
.regul-price-devise__when-promo {
	font-size:0.9em;
	color:#777;
	text-decoration:line-through;
	margin-right:5px;
	line-height:1.6em;
}
.regul-price-devise__when-promo:before {
	content:"(";
}
.Promo-price-devise:after {
	content:")";
}

.priceInfo {
	font-size:0.8em;
}

.regul-price-resum {
	font-size:1.0em;
	font-weight:700;
}

.devise-price-resum {
	font-size:1.0em;
	margin-left:5px;
}
.devise-price-resum:before {
	content:" (";
}
.devise-price-resum:after {
	content:")";
}


/*************** Kits config *************************/
.KitConfigItem {
	padding:10px 0;
	background-color: #fff;
  border: 1px solid #ddd;
}

.KitConfigItem:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.KitConfigItem:last-child {
	margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.KitInCart {
	background-color: #F2F2F2;
}

/*************** list other products *************************/
.product-other-color li {
	max-width:160px;
	vertical-align:top;
}
.product-other-color .thumbnail .caption {
	min-height:90px;
}


/*************** Product cart *************************/
.price-and-cart-in-product-sheet{
	background-color:#f5f5f5;
	padding-top:1.50em !important;
	padding-bottom:1.50em !important;
}

#ProductCart {
	margin:5px auto;
}

#add-favoris {
	margin-top:0 !important;
}

/*  Alert Email */
#AddEmailAlert  {
	display:none;
}

.AddEmailAlert {
	display:block;
}

#DelEmailAlert  {
	display:none;
}

/*************** CAROUSEL *************************/
#myCarousel .carousel-inner {
	text-align:-webkit-center;
		max-height: 800px;
}

#myCarousel .carousel-inner > .item {
	text-align:-webkit-center;
	height: 100%;
	width: 105%;
}

#myCarousel {
	margin-bottom:20px;
}
.carousel-indicators li {
	border: 1px solid var(--nl-color);
}
.carousel-control {
	width:5%;
	opacity:0.8;
}

	#myCarousel .carousel-inner>.item>a>img, 
	#myCarousel .carousel-inner>.item>img, 
	#myCarousel .img-responsive, 
	#myCarousel .thumbnail a>img, 
	#myCarousel .thumbnail>img 
	{
		max-height: 600px;
		max-width: 107%;
	}
@media (min-width: 768px) {
	#myCarousel .carousel-inner>.item>a>img, 
	#myCarousel .carousel-inner>.item>img, 
	#myCarousel .img-responsive, 
	#myCarousel .thumbnail a>img, 
	#myCarousel .thumbnail>img 
	{
		max-height: 800px;
		max-width: 107%;
	}
}
@media (min-width: 992px) {
	#myCarousel .carousel-inner>.item>a>img, 
	#myCarousel .carousel-inner>.item>img, 
	#myCarousel .img-responsive, 
	#myCarousel .thumbnail a>img, 
	#myCarousel .thumbnail>img 
	{
		max-width: 100%;
	}
}


/*************** FOOTER *************************/
.footer {
	margin-top:20px;
	background-color:#666633;
	color:#ffffff;
}
.footer a {
	color:#ffffff;
	text-decoration:none;
}
.footer a:hover {
	color: var(--nl-h-color);
	text-decoration:none;
}
.footer .card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.footer .card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.footer .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
		font-weight:600;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.footer .card-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.05rem 1.25rem;
}

.footer .End {
	margin-top:135px;
	text-align:center;
}

@media (min-width: 768px) {
	.footer .card {
		border:none;
	}
	.footer .card .collapse {
			display:block;
	}
	.footer .card .caret {
		display:none;
	}

	.footer .End {
		margin-top:320px;
	}
}


/* ************* LOGIN *******************/
#alert-1, #alert-2, #alert-3, #alert-4, #alert-5, #alert-6 {
	display:none;
}

/* ************* STEPS CART *******************/
ul.nav-wizard {
  background-color: #f1f1f1;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}
ul.nav-wizard:before {
  position: absolute;
}
ul.nav-wizard:after {
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 138px;
  height: 47px;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  z-index: 11;
  content: " ";
}
ul.nav-wizard li {
  position: relative;
  float: left;
  height: 46px;
  display: inline-block;
  text-align: center;
  padding: 0 20px 0 30px;
  margin: 0;
  font-size: 16px;
  line-height: 46px;
}
ul.nav-wizard li a {
  color: #428bca;
  padding: 0;
}
ul.nav-wizard li a:hover {
  background-color: transparent;
}
ul.nav-wizard li:before {
  position: absolute;
  display: block;
  border: 24px solid transparent;
  border-left: 16px solid #d4d4d4;
  border-right: 0;
  top: -1px;
  z-index: 10;
  content: '';
  right: -16px;
}
ul.nav-wizard li:after {
  position: absolute;
  display: block;
  border: 24px solid transparent;
  border-left: 16px solid #f1f1f1;
  border-right: 0;
  top: -1px;
  z-index: 10;
  content: '';
  right: -15px;
}
ul.nav-wizard li.active {
  color: #3a87ad;
  background: #dedede;
}
ul.nav-wizard li.active:after {
  border-left: 16px solid #dedede;
}
ul.nav-wizard li.active a,
ul.nav-wizard li.active a:active,
ul.nav-wizard li.active a:visited,
ul.nav-wizard li.active a:focus {
  color: #989898;
  background: #dedede;
}
ul.nav-wizard .active ~ li {
  color: #999999;
  background: #f9f9f9;
}
ul.nav-wizard .active ~ li:after {
  border-left: 16px solid #f9f9f9;
}
ul.nav-wizard .active ~ li a,
ul.nav-wizard .active ~ li a:active,
ul.nav-wizard .active ~ li a:visited,
ul.nav-wizard .active ~ li a:focus {
  color: #999999;
  background: #f9f9f9;
}
ul.nav-wizard.nav-wizard-backnav li:hover {
  color: #468847;
  background: #f6fbfd;
}
ul.nav-wizard.nav-wizard-backnav li:hover:after {
  border-left: 16px solid #f6fbfd;
}
ul.nav-wizard.nav-wizard-backnav li:hover a,
ul.nav-wizard.nav-wizard-backnav li:hover a:active,
ul.nav-wizard.nav-wizard-backnav li:hover a:visited,
ul.nav-wizard.nav-wizard-backnav li:hover a:focus {
  color: #468847;
  background: #f6fbfd;
}
ul.nav-wizard.nav-wizard-backnav .active ~ li {
  color: #999999;
  background: #ededed;
}
ul.nav-wizard.nav-wizard-backnav .active ~ li:after {
  border-left: 16px solid #ededed;
}
ul.nav-wizard.nav-wizard-backnav .active ~ li a,
ul.nav-wizard.nav-wizard-backnav .active ~ li a:active,
ul.nav-wizard.nav-wizard-backnav .active ~ li a:visited,
ul.nav-wizard.nav-wizard-backnav .active ~ li a:focus {
  color: #999999;
  background: #ededed;
}