/*!
Theme Name: STARTEO Starter Theme
Author: Starteo
Author URI: https://www.starteo.pro
Description: 
Version: 1.0
Requires at least: 5.0
Tested up to: 5.7
Requires PHP: 7.2
Text Domain: gbdi-starter
*/

/* Don't overwrite this file. Compile "/assets/main.(less|scss)" to "/assets/css/main.css" */


/* From http://codex.wordpress.org/CSS */

/* GENERAL */
/*
@font-face {
	font-family: "Ganton";
	src: url(assets/_fonts/Ganton.otf) format("opentype");
}
*/

body{
	font-family: "montserrat", sans-serif;
}

p{
	margin-bottom: 0;
}

.grecaptcha-badge{
	display: none;
}

.back-to-top{
	display: none; /* Hidden by default */
	position: fixed; /* Fixed/sticky position */
	bottom: 10px; /* Place the button at the bottom of the page */
	right: 10px; /* Place the button 30px from the right */
	z-index: 999; /* Make sure it does not overlap */
	outline: none; /* Remove outline */
	cursor: pointer; /* Add a mouse pointer on hover */
	font-size: 20px; /* Increase font size */
	color: #FFFFFF;
	background: #19191C;
	border: solid 2px #207173;
	padding: 14px 16px;
	border-radius: 50px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
}

.back-to-top.show {
	opacity: 1;
	visibility: visible;
}

.back-to-top:hover{
	background-color: #207173;
}

.ncl-bg-dark{
	background-color: #19191C;
}

.ncl-bg-green{
	background-color: #207173;
}

.ncl-bg-white{
	background-color: #FFFFFF;
}

.ncl-white{
	color: #FFFFFF !important;
	border-color: #FFFFFF !important;
}

.ncl-dark{
	color: #19191C !important;
	border-color: #19191C !important;
}

.ncl-green{
	color: #207173 !important;
	border-color: #207173 !important;
}

.ncl-brown{
	color: #C4A592 !important;
	border-color: #C4A592 !important;
}

.ncl-bg-brown-textured{
	background-image: url(assets/images/NCLExport-Brown-Texture.webp);
	background-position: center top;
	background-size: 100% auto;
	background-repeat: repeat-y;
}

.ncl-bg-white-textured{
	background-image: url(assets/images/NCLExport-White-Texture.webp);
	background-position: center top;
	background-size: 100% auto;
	background-repeat: repeat-y;
}

.ncl-borders-lr{
	border-left: solid 2px;
	border-right: solid 2px;
}

.ncl-vh{
	height: 100vh;
	min-height: 900px;
	position: relative;
}

.ncl-title{
	font-size: 54px;
	line-height: 72px;
}

.ncl-simple-title{
	font-size: 32px;
	line-height: 36px;
	font-weight: 300;
}

.ncl-simple-title b{
	font-weight: bold;
}

.ncl-introduction{
	font-size: 24px;
	line-height: 45px;
}

.ncl-title-bullet{
	display: inline-block;
	font-size: 32px;
	line-height: 32px;
	font-weight: 300;
	padding: 7px 25px;
	border-radius: 25px;
	text-transform: uppercase;
	margin-bottom: 0;
	transform: translateY(50%);
}

.ncl-introduction-bullet{
	font-size: 32px;
	line-height: 54px;
}

.ncl-chevon{
	border: none;
    border-radius: 5px;
    padding: 3px 9px;
    display: inline-block;
}
/* GENERAL */

/* HEADER */
.ncl-header{
	padding-top: 58px;
	padding-bottom: 33px;
	background-color: rgba(25, 25, 28, 0.8);
	position: absolute;
	width: 100%;
	z-index: 9999;
}

.ncl-header .nav-link{
	font-size: 20px;
	line-height: 24px;
	font-weight: 300;
	-webkit-text-stroke: 1px transparent;
	transition: all .5s;
	padding: 0 !important;
}

.ncl-header .navbar-nav{
	column-gap: 54px;
}

.ncl-header .nav-link:hover, .ncl-header .menu-item.active .nav-link{
	-webkit-text-stroke: 1px #FFFFFF;
}

.ncl-header-home-link{
	display: inline-block;
}

.ncl-header-home-link img{
	max-width: 169px !important;
}

.ncl-header-image{
	width: 100%;
	height: 100%;
	max-height: 100%;
	object-fit: cover;
}

.ncl-header-page{
	padding-top: calc(205px + 254px);
	padding-bottom: 254px;
	background-position: center center;
	background-size: cover;
}

.ncl-header-home{
	position: absolute;
	top: 205px;
	left: 0;
	width: 100%;
	height: calc(100% - 205px);
}
/* HEADER */

/* FOOTER */
.ncl-footer{
	padding-top: 74px;
	padding-bottom: 74px;
}

.ncl-footer-logo img{
	max-width: 263px !important;
}

.ncl-footer-introduction{
	font-size: 18px;
	line-height: 24px;
}

.ncl-footer-introduction img{
	max-width: 165px !important;
}

.ncl-footer-informations{
	font-size: 14px;
	line-height: 26px;
	font-weight: 300;
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 50px;
	row-gap: 50px;
}

.ncl-footer-informations b{
	font-weight: bold;
}

.ncl-footer-informations a{
	color: #FFFFFF !important;
}

.ncl-footer-informations a:hover{
	color: #207173 !important;
}

.ncl-footer-links{
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	font-weight: 300;
}

.ncl-footer-links a{
	color: #19191C;
	-webkit-text-stroke: 1px transparent;
}

.ncl-footer-links a:hover, .ncl-footer-links a.active{
	-webkit-text-stroke: 1px #19191C;
}
/* FOOTER */

/* HOME */
.ncl-header-home-border{
	border-left: solid 10px #FFFFFF;
}

.ncl-scroll{
	padding-top: 84px;
	padding-bottom: 20px;
}

.ncl-scroll button{
	background-color: #FFFFFF;
	color: #19191C;
	transition: all .5s;
	border: none;
	border-radius: 5px;
	padding: 3px 9px;
}

.ncl-scroll button:hover{
	background-color: #19191C;
	color: #FFFFFF;
}

.ncl-header-home-button{
	font-size: 20px;
	line-height: 20px;
	font-weight: 300;
	color: #FFFFFF;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 70px;
	border: none;
	transition: all .5s;
	padding: 8px 40px;
	display: inline-block;
	width: auto;
}

.ncl-header-home-button:hover{
	background-color: rgba(255, 255, 255, 1);
	color: #19191C;
}

.ncl-parallax-section{
	position: relative;
	height: 542px;
	overflow: hidden;
}

.ncl-parallax-image{
	position: absolute;
	top: 0; left: 50%;
	transform: translate(-50%, 0);
	width: 100%;
	height: 150%; /* un peu plus grand que le container */
	object-fit: cover;
	object-position: top;
	will-change: transform;
	pointer-events: none; /* évite les interactions */
	user-select: none;
	z-index: -1;
}

.ncl-parallax-content{
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

.ncl-parallax-content-dark{
	padding-top: 57px;
	padding-bottom: 30px;
}

.ncl-parallax-content-dark .ncl-bg-dark{
	padding: 24px 292px 24px 82px;
	font-size: 18px;
	line-height: 32px;
	font-weight: 600;
	font-style: italic;
	position: relative;
}

.ncl-smart-icon{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	object-fit: cover;
	transform: translateX(-50%);
}

.ncl-partner-content{
	padding-top: 72px;
	padding-bottom: 72px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 70px;
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
}

.ncl-partner-content b, .ncl-partner-content strong{
	font-weight: bold;
}

.ncl-negoce-content{
	padding-top: 47px;
	padding-bottom: 20px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 70px;
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
}

.ncl-negoce-content b, .ncl-negoce-content strong{
	font-weight: bold;
}

.ncl-negoce-catalog{
	padding-bottom: 47px;
}

.ncl-negoce-catalog span{
	background-color: #FFFFFF;
	color: #19191C;
	transition: all .5s;
	border: none;
	border-radius: 5px;
	padding: 3px 9px;
	display: inline-block;
}

.ncl-negoce-link{
	border-radius: 60px;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 300;
	padding: 10px 30px;
	color: #FFFFFF;
	background-color: #010413;
	border: none;
	transition: all .5s;
	margin-top: 20px;
	display: inline-block;
}

.ncl-negoce-link:hover{
	color: #FFFFFF;
	background-color: #207173;
}

.ncl-why-content{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	column-gap: 0;
	margin-bottom: 48px;
}

.ncl-why-block{
	padding: 24px 82px 24px 82px;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	display: flex;
	align-items: center;
}

.ncl-why-icon{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	object-fit: cover;
	transform: translateX(-50%);
}

.ncl-optimize{
	font-size: 24px;
	line-height: 62px;
	font-weight: 300;
	text-transform: uppercase;
}

.ncl-optimize b, .ncl-optimize strong{
	font-weight: bold;
}

.ncl-brands-link{
	border-radius: 60px;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 300;
	padding: 10px 30px;
	color: #FFFFFF;
	background-color: #207173;
	border: none;
	transition: all .5s;
	margin-top: 20px;
	display: inline-block;
}

.ncl-brands-link:hover{
	color: #FFFFFF;
	background-color: #010413;
}

.ncl-brands{
	padding-top: 50px;
	padding-bottom: 50px;
}

.ncl-brands-container{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 43px;
	row-gap: 43px;
}

.ncl-brands-block-image img{
	width: 100%;
	height: 156px;
	max-height: 156px;
	object-fit: cover;
}

.ncl-brands-block-content{
	padding-bottom: 42px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 16px;
	line-height: 26px;
	text-transform: uppercase;
	font-weight: 300;
}

.ncl-brands-block-content h3{
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	margin-bottom: 0;
}

.ncl-brands-block-logo{
	transform: translateY(-50%);
}

.ncl-brands-block-logo img{
	height: 75px;
	max-height: 75px;
}
/* HOME */

/* CONTACT */
.ncl-header-contact{
	padding-top: calc(205px + 109px);
	padding-bottom: 30px;
	font-size: 32px;
	line-height: 39px;
	font-weight: 300;
	background-position: center top;
	background-repeat: repeat-y;
	background-size: 100% auto;
}

.ncl-header-contact h2{
	font-size: 32px;
	line-height: 39px;
	font-weight: bold;
}

.ncl-header-contact .ncl-form-label{
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
}

.ncl-header-contact .wpcf7-text, .ncl-header-contact .wpcf7-textarea{
	width: 100%;
	max-width: 100%;
	background-color: transparent;
	border: solid 2px #FFFFFF;
	border-radius: 60px;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 300;
	padding: 12px 24px;
	color: #FFFFFF;
	outline: none;
	resize: none;
}

.ncl-header-contact .wpcf7-submit{
	border-radius: 60px;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 300;
	padding: 12px 24px;
	color: #FFFFFF;
	background-color: #010413;
	border: none;
	transition: all .5s;
}

.ncl-header-contact .wpcf7-submit:hover{
	background-color: #FFFFFF;
	color: #010413;
}

.ncl-header-contact .wpcf7-textarea{
	border-radius: 20px;
}

::placeholder {
	color: #FFFFFF;
	opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
	color: #FFFFFF;
}

.ncl-header-contact .wpcf7-radio input[type=radio]{
	display: none;
}

.ncl-header-contact .wpcf7-radio input[type=radio] + span{
	color: #FFFFFF;
	background-color: transparent;
	border: solid 2px #FFFFFF !important;
	border-radius: 70px;
	font-size: 20px;
	line-height: 20px;
	padding: 10px 40px;
	outline: none !important;
	box-shadow: none !important;
	cursor: pointer;
	display: inline-block;
}

.ncl-header-contact .wpcf7-radio input[type=radio]:checked + span, .ncl-header-contact .wpcf7-radio input[type=radio]:hover + span{
	background-color: #FFFFFF;
	color: #001D0D;
}

.wpcf7-spinner{
	display: block;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7-not-valid-tip{
	font-size: 20px;
	line-height: 20px;
}

.wpcf7-not-valid-tip{
	display: inline-block;
}

.wpcf7-list-item.last{
	margin-right: 10px;
}

.ncl-header-contact p{
	margin-bottom: 1rem;
}
/* CONTACT */

/* FAQ */
.ncl-faq-question{
	font-size: 18px;
	line-height: 36px;
	margin-bottom: 40px;
}

.ncl-faq-question h2{
	font-size: 18px;
	line-height: 36px;
	font-weight: 900;
}

.ncl-faq-question:last-child{
	margin-bottom: 0;
}
/* FAQ */

/* PAGE STD */
.ncl-header-std-page{
	padding-top: calc(90px + 205px);
	padding-bottom: 80px;
	border-bottom: solid 15px #FFFFFF;
}

.ncl-header-std-page h1{
	font-size: 32px;
	line-height: 40px;
	text-transform: uppercase;
	margin-bottom: 70px;
	background-color: #207173;
	color: #FFFFFF;
	padding: 9px 37px;
	display: inline-block;
}

.ncl-std-page-arrow{
	margin-bottom: 38px;
	background-color: #207173;
	color: #19191C;
	transition: all .5s;
	border: none;
	border-radius: 5px;
	padding: 3px 9px;
	display: inline-block;
}
/* PAGE STD */

/* HISTOIRE */
.ncl-story-image{
	font-size: 24px;
	line-height: 46px;
	font-weight: 300;
	text-transform: uppercase;
	background-image: url(assets/images/NCLExport-Histoire-Contenu.webp);
	background-position: center center;
	background-size: cover;
}

.ncl-story-image-content{
	padding-top: 85px;
	padding-bottom: 40px;
	background-color: rgba(1, 4, 19, 0.8);
	padding-left: calc(3rem + 8.33%);
}

.ncl-story-image b, .ncl-story-image strong{
	font-weight: bold;
}

.ncl-mission-content{
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 100px;
	row-gap: 50px;
	padding-bottom: 60px;
}

.ncl-engagement-content{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 60px;
	row-gap: 50px;
	padding-bottom: 60px;
}
/* HISTOIRE */

/* SOLUTIONS */
.ncl-solutions-title{
	font-size: 52px;
	line-height: 52px;
	font-weight: bold;
}

.ncl-solutions-introduction{
	font-size: 46px;
	line-height: 52px;
	font-weight: 300;
}

.ncl-solutions-elements{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 28px;
	row-gap: 100px;
	margin-top: 90px;
}

.ncl-solutions-element-number{
	font-size: 120px;
	line-height: 80px;
	font-weight: bold;
	letter-spacing: 6px;
	text-align: center;
	transform: translateY(-70%);
	color: transparent;
}

.ncl-solutions-element-number-odd{
	-webkit-text-stroke: 2px #207173;
}

.ncl-solutions-element-number-even{
	-webkit-text-stroke: 2px #19191C;
}

.ncl-solutions-element-title{
	padding-left: 65px;
	padding-right: 65px;
	padding-bottom: 30px;
	font-size: 20px;
	line-height: 32px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	min-height: 126px;
}

.ncl-solutions-element-body{
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 60px;
	padding-bottom: 90px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	text-align: center;
	border-bottom-left-radius: 117px;
	border-bottom-right-radius: 117px;
}

.ncl-solutions-element-body b, .ncl-solutions-element-body strong{
	font-weight: bold;
}

.ncl-solutions-button{
	border-radius: 60px;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 300;
	padding: 10px 30px;
	color: #FFFFFF;
	background-color: #010413;
	border: none;
	transition: all .5s;
	margin-top: 35px;
	display: inline-block;
}

.ncl-bg-dark .ncl-solutions-button{
	background-color: #207173;
}

.ncl-solutions-button:hover{
	background-color: #FFFFFF;
	color: #207173;
}

.ncl-bg-dark .ncl-solutions-button:hover{
	color: #19191C;
}
/* SOLUTIONS */

/* PRODUITS */
.ncl-products-title{
	font-size: 52px;
	line-height: 52px;
	font-weight: bold;
}

.ncl-products-subtitle{
	font-size: 46px;
	line-height: 52px;
	font-weight: 300;
}

.ncl-products-introduction{
	font-size: 24px;
	line-height: 36px;
	font-weight: 300;
}

.ncl-products-introduction strong, .ncl-products-introduction b{
	font-weight: bold;
}

.ncl-brands-block-text{
	background-color: rgba(25, 25, 28, 0.03);
	padding: 55px 80px 65px 80px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	color: #19191C;
	border-bottom-left-radius: 87px;
	border-bottom-right-radius: 87px;
	text-align: center;
}

.ncl-brands-block-text strong, .ncl-brands-block-text b{
	font-weight: bold;
}

.ncl-brands-others{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 50px;
	row-gap: 50px;
}
/* PRODUITS */

/* SOLUTIONS - DOUANES */
.ncl-solutions-douanes-button{
	font-size: 20px;
	line-height: 20px;
	font-weight: 300;
	color: #FFFFFF;
	background-color: #19191C;
	border-radius: 70px;
	border: none;
	transition: all .5s;
	padding: 8px 20px;
	display: inline-block;
	width: auto;
	text-transform: uppercase;
}

.ncl-solutions-douanes-button:hover{
	background-color: #FFFFFF;
	color: #19191C;
}

.ncl-solutions-title{
	font-size: 36px;
	line-height: 54px;
	font-weight: 300;
	text-transform: uppercase;
}

.ncl-solutions-title strong, .ncl-solutions-title b{
	font-weight: bold;
}

.ncl-solutions-douanes-banner-top{
	background-image: url(assets/images/NCLExport-Nos-Solutions-Douanes-Bandeau.webp);
	background-position: center center;
	background-size: cover;
	position: relative;
	font-size: 32px;
	line-height: 62px;
	font-weight: bold;
	text-transform: uppercase;
}

.ncl-solutions-douanes-banner-top:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(1, 4, 19, 0.65);
	z-index: 100;
}

.ncl-solutions-douanes-banner-top-content{
	z-index: 200;
}

.ncl-solutions-douanes-banner{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
}

.ncl-solutions-douanes-banner .ncl-chevon{
	transform: translateY(-50%);
	z-index: 200;
	position: relative;
}

.ncl-solutions-douanes-banner .ncl-mission-content-text{
	font-size: 18px;
	line-height: 24px;
}

.ncl-parallax-section-solutions{
	height: 339px;
}
/* SOLUTIONS - DOUANES */

/* SOLUTIONS - COMPOSANTS */
.ncl-solutions-composants-banner-top{
	background-image: url(assets/images/NCLExport-Nos-Solutions-Composants-Bandeau.webp);
	background-position: center center;
	background-size: cover;
	position: relative;
	font-size: 32px;
	line-height: 62px;
	font-weight: bold;
	text-transform: uppercase;
}

.ncl-solutions-composants-banner-top:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(1, 4, 19, 0.65);
	z-index: 100;
}

.ncl-solutions-composants-banner-top-content{
	z-index: 200;
}

.ncl-solutions-composants-banner{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 60px;
}

.ncl-solutions-composants-banner .ncl-mission-content-text{
	font-size: 18px;
	line-height: 24px;
}

.ncl-solutions-composants-banner .ncl-mission-content-block{
	padding-left: 34px;
	padding-top: 18px;
	padding-bottom: 18px;
	border-left: solid 2px #207173;
	display: flex;
	align-items: center;
}

.ncl-solutions-complement-banner{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 90px;
}

.ncl-guarantee-content-title{
	border-left: solid 2px #FFFFFF;
	font-size: 20px;
	line-height: 36px;
	font-weight: bold;
	text-transform: uppercase;
}

.ncl-guarantee-content{
	font-size: 20px;
	line-height: 36px;
	font-weight: 300;
}

.ncl-guarantee-content b, .ncl-guarantee-content strong{
	font-weight: bold;
}

.ncl-guarantee-title{
	display: inline-block;
	font-size: 32px;
	line-height: 43px;
	font-weight: 300;
	padding: 25px 90px;
	border-radius: 67px;
	text-transform: uppercase;
	margin-bottom: 0;
	transform: translateY(50%);
}

.ncl-guarantee-title b{
	font-weight: bold;
}
/* SOLUTIONS - COMPOSANTS */

/* PRODUITS */
.ncl-produtcts-list{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	list-style-type: none;
	padding-left: 0;
	width: 100%;
	grid-auto-rows: 1fr;
	gap: 50px;
}

.ncl-produtcts-list .price{
	display: none;
}

.wc-block-components-product-image{
	margin-bottom: 0 !important;
	border: solid 1px #19191C;
}

.ncl-produtcts-list h2{
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    color: #FFFFFF !important;
    text-transform: uppercase;
    background-color: #19191C;
    text-align: center;
    min-height: 92px;
    margin-bottom: 0;
}

.ncl-produtcts-list .woocommerce-loop-product__link{
	display: block;
	border: solid 1px #19191C;
}

.ncl-produtcts-list .woocommerce-loop-product__link img{
	width: 95%;
	margin: auto;
}

.woocommerce nav.woocommerce-pagination ul{
	border: none;
	display: flex;
	gap: 5px;
	justify-content: center;
}

.woocommerce nav.woocommerce-pagination ul li{
	border-right: none;
}

ul.page-numbers a{
	background-color: #207173;
    color: #FFFFFF;
    transition: all .5s;
    border: none;
    border-radius: 5px;
    padding: 3px 9px;
    display: inline-block;
}

.page-numbers.current{
	border: none;
    border-radius: 5px;
    padding: 3px 9px;
    display: inline-block;
}

.page-numbers.current, .wp-block-query-pagination-numbers a:hover, .wp-block-query-pagination-next:hover, .wp-block-query-pagination-previous:hover{
	color: #FFFFFF;
	background-color: #19191C;
}

.ncl-product-description{
	font-size: 16px;
}

.ncl-product-attribute{
	font-size: 18px;
	margin-bottom: 7px;
}

.ncl-product-link{
	color: #207173 !important;
	font-weight: bold;
}

.ncl-product-link:hover{
	color: #19191C !important;
}

.wp-block-categories .wp-block-categories__label{
	display: none;
}

.ncl-categories-list ul{
	display: inline-grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-auto-rows: 1fr;
	gap: 1.25em;
	list-style-type: none;
	padding-left: 0;
}

.ncl-categories-list ul .wc-block-product-categories-list-item a{
	background-color: #19191C;
	color: #FFFFFF;
	text-align: center;
	border: solid 1px #19191C;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
}

.ncl-categories-list .wc-block-product-categories-list-item{
	margin: initial !important;
}

.ncl-categories-list .wc-block-product-categories-list-item__image{
	margin: initial !important;
	border: none !important;
	max-width: 100% !important;
	width: 100%;
}

.ncl-categories-list .wc-block-product-categories-list-item__image img{
	width: 100%;
}

.ncl-categories-list .wc-block-product-categories-list-item__name{
	padding: 10px;
	display: flex;
	flex-grow: 1;
	align-items: center;
	font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    color: #FFFFFF !important;
    text-transform: uppercase;
}
/* PRODUITS */

.pswp{
	z-index: 9999;
}