


.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}
.vh-100 {
  height: 100vh !important;
}

.page-catalogue .jtpl-main {
	color: #3c3c3b;
}
.page-catalogue .header  {
	background: linear-gradient(180deg,rgba(237, 160, 42, 0.5) 0%, rgba(237, 160, 42, 0) 100%);
	border-radius: 10px;
	padding: 5px;
}
.page-catalogue .header h1 {
	font-size: 2.6em !important;
	padding: 20px 0 !important;
}
.page-catalogue .header h1 em {
	font-size: 0.8em;
}
.page-catalogue .products-list {
	
}
.page-catalogue .intro {
	padding: 0 20px 30px 20px;
}
.page-catalogue .fil {
	font-size: 0.9em;
	color: #555;
}
.page-catalogue .fil a {
	text-decoration: none;
	color: #555;
}
.page-catalogue .grid .grid-item {
	width: 33.33%;
	padding: 10px;
}
.page-catalogue .products-list .product-preview {
	text-align: center;
	transition: all 0.3s ease;
	border: 1px solid transparent;
	border-radius: 10px;
	background: #FFF;
}
.page-catalogue .products-list .product-preview:hover {
	border: 1px solid #eda02a;
	box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
	transform: scale(1.1);
}
.page-catalogue .products-list .product-preview a {
	text-decoration: none;
	color: #212121;
}
.page-catalogue .products-list .product-preview .product-image {
	padding: 10px;
}
.page-catalogue .products-list .product-preview .product-details {
	padding: 10px 10px 20px 10px;
}
.page-catalogue .products-list .product-preview .product-details .ref {
	font-weight: bold;
	color: #212121;
}
.page-catalogue .products-list .product-preview .product-details em {
	color: #eda02a;
	display: block;
}
.page-catalogue .product .product-details .logos {
	margin-bottom: 50px;
}
.page-catalogue .product .product-details .logos img {
	max-width: 100px;
	height: auto;
}
.page-catalogue .product .product-details {
	
}
.page-catalogue .product .product-details .product-title {
	margin-top: 30px;
	font-size: 1.5em;
}
.page-catalogue .product .product-details .product-title em {
	color: #eda02a;
}
.page-catalogue .product .product-details .buttons {
	display: flex;
	justify-content: start;
	margin-bottom: 50px;
}
.page-catalogue .product .nav-tabs .nav-link {
	font-size: 1.5em;
	color: #212121;
	border-radius: 0;
}
.page-catalogue .product .nav-tabs .nav-link.active {
	font-size: 1.5em;
	color: #eda02a;
	background: rgba(0,0,0,0.05);
}
.page-catalogue .product .tab-content {
	background: rgba(0,0,0,0.05);
	padding: 30px;
}
.page-catalogue .product .tab-content img {
	max-width: 100%;
	height: auto;
}
.page-catalogue .product .tab-content hr {
	border-top: 1px solid #555;
	margin: 0;
}
.page-catalogue .menu {
	
}

.page-catalogue .menu .gammes {
	margin-top: 10px;
	text-align: center;
	margin-bottom: 15px;
}
.page-catalogue .menu .gammes a {
	display: inline-block;
	padding: 5px 10px;
	text-decoration: none;
	border: 1px solid #eda02a;
	color: #212121;
	font-size: 0.9em;
}
.page-catalogue .menu .gammes a:hover {
	color: #212121;
	background: rgba(0,0,0,0.05);
}
.page-catalogue .menu .gammes > div {
	color: #212121;
	border-top: 1px solid #eda02a;
}
.page-catalogue .menu .gammes a.is-checked {
	font-weight: 400;
	background: rgba(175,202,11,0.5);
}


@media only screen and (max-width: 1200px) {

}
@media only screen and (max-width: 980px) {
   
	.page-catalogue .grid .grid-item {
		width: 50%;
		padding: 10px;
	}
	
	.page-catalogue .product .product-details .logos img {
		max-width: 80px;
		height: auto;
	}
	.page-catalogue .product .product-details .product-title em {
		display: block;
	}
}
@media only screen and (max-width: 770px) {
  
}

@media only screen and (max-width: 540px) {
	
	.page-catalogue .grid .grid-item {
		width: 50%;
		padding: 10px;
	}
	.page-catalogue .header  {
		padding-top: 180px;
	}
	.page-catalogue .product .nav-tabs .nav-link {
		font-size: 1.3em;
	}
	.page-catalogue .product .product-details .logos {
		margin-bottom: 30px;
		text-align: center;
	}
	.page-catalogue .product .product-details .logos img {
		max-width: 80px;
		height: auto;
	}
	.page-catalogue .product .product-details .product-title em {
		display: block;
	}
}
@media only screen and (max-width: 440px) {
	
	.page-catalogue .grid .grid-item {
		width: 100%;
		padding: 10px;
	}
}

