/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

html {
	font-family: "Roboto", serif;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	background: #262626;
	overflow-x: hidden;
}

body {
	font-family: "Roboto", serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	background: #262626;
}

/* clear */
.clear:before,
.clear:after {
	content: ' ';
	display: table;
}

.clear:after {
	clear: both;
}

.clear {
	*zoom: 1;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

a {
	color: inherit;
	text-decoration: none;
}

/* a:hover {
	color: #444;
} */

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

input:focus,
textarea:focus {
	outline: 0;
	border: 1px solid #00983A;
}

.wrong-input {
	border: 1px solid red;
}

h3 {
	font-size: 18px;
	line-height: 27px;
	font-weight: 700;
}

ul {
	list-style: none;
}

iframe {
	padding: 0;
	margin: 0;
}

/*------------------------------------*\
    COMMOM PAGES
\*------------------------------------*/

.h1 {
	font-size: 78px;
	line-height: 78px;
	font-weight: 700;
	font-family: "Rajdhani", serif;
	padding: 0;
	margin: 0 0 25px 0;
}

.h1.inside,
.black-h2 h1 {
	font-family: "Rajdhani", serif;
	font-size: 55px;
	line-height: 66px;
	margin: 0 0 10px 0;
}

.blog-article .h1.inside {
	margin: 0 0 50px 0;
	text-align: left;
}

.h1.inside span {
	font-family: "Roboto", serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
}

.black-h2 h2,
.white-h2 h2 {
	font-family: "Rajdhani", serif;
	font-size: 40px;
	line-height: 48px;
	margin: 0 0 10px 0;
}

.black-h2 h2.category-title {
	font-family: "Roboto", serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0%;
	text-transform: uppercase;
}

.black-h2 h2,
.black-h3 h3 {
	color: #262626;
}

.white-h2 h2,
.white-h3 h3 {
	color: #FFF;
}

.black-h2 h1 strong,
.black-h2 h2 strong,
.white-h2 h2 strong {
	color: #00983A;
}


.inner {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
}

.padding-section {
	padding: 100px 0;
}

.padding-section.top-50 {
	padding: 50px 0 100px 0;
}

.txt-align-center {
	text-align: center;
}

.bg-333333 {
	background: #333333;
}

.bg-FAFAFA {
	background: #FAFAFA;
}

.bg-white {
	background-color: #fff;
}

.bg-black {
	background: #262626;
}

.color-green {
	color: #00983A !important;
}

.color-D9D9D9 {
	color: #D9D9D9;
}

.color-737373 {
	color: #737373;
}

.color-262626 {
	color: #262626;
}

.big-p p {
	font-size: 20px;
	line-height: 30px;
}

.medium-p p {
	font-size: 18px;
	line-height: 27px;
}

.classic-p p {
	font-size: 16px;
	line-height: 24px;
}

.p-D9D9D9 p {
	color: #D9D9D9;
}

.p-737373 p,
.p-737373 ul {
	color: #737373;
}

.p-737373 ul {
	list-style: disc;
}

/* .p-D9D9D9 p strong,
.p-737373 p strong {
	color: #fff;
} */

.p-737373 p strong,
.p-D9D9D9 p strong {
	color: #737373;
}

.white-h2 .p-737373 p strong,
.white-h2 .p-D9D9D9 p strong {
	color: #fff;
}


.p-737373 a {
	font-weight: 700;
}


.container-h1 {
	margin: 4% 0 0 0;
	text-align: center;
}

.container-h1 p {
	padding: 0;
	margin: 25px 0;
	width: 100%;
	max-width: 920px;
}

.container-h1 img {
	width: 100%;
	max-width: 80px;
	margin-bottom: 30px;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

/* header */
.header {
	position: relative;
	z-index: 4;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 554px;
	overflow-y: visible;
	transition: all 0.2s ease;
}

.no-header .header {
	min-height: 171px;
	background: #fff;
}

/* sidebar */
/* .sidebar {} */


/* footer */
.bg-footer {
	background: url('../img/big-w-2.svg') no-repeat bottom left;
	background-size: auto 100%;
}

.footer h2 {
	margin-bottom: 15px;
	font-size: 16px;
}

.footer .inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 14px;
	padding: 20px 0 50px 0;
}

.footer .inner div {
	width: 25%;
}

.footer address {
	font-style: normal;
	color: #D9D9D9;
}

.rs {
	font-size: 36px;
	font-weight: 400;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 15px;
}

.rs a {
	opacity: 1;
	transition: all 0.2s ease;
}


.rs a:hover {
	opacity: 0.7;
}

.copyright {
	width: 100%;
	max-width: 1560px;
	margin: 0 auto;
	color: #737373;
	height: 56px;
	border-top: 1px solid #333333;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	font-size: 14px;
}

.copyright .vertical-lines {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 1240px;
	height: 56px;
}

.logo-footer {
	display: flex;
	align-items: center;
	justify-content: center;
	align-self: stretch;
}


/*------------------------------------*\
    BANNER
\*------------------------------------*/


.banner {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	min-height: 554px;
}

.banner::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.5;
	width: 100%;
	background-color: #000000;
	background: linear-gradient(0deg, #000000, #000000),
		linear-gradient(180deg, rgba(38, 38, 38, 0) 75.97%, #262626 95.62%);
	z-index: 1;
	min-height: 554px;
}

.gradient {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(38, 38, 38, 0) 75.97%, #262626 95.62%) !important;
	z-index: 2;
	min-height: 554px;
}






/* banner call to action */

.banner-cta {
	padding: 64px;
	border-radius: 8px;
}

.encart {
	position: relative;
	width: 100%;
	max-width: 400px;
	z-index: 1;
}

.banner-cta.big-w {
	position: relative;
	background-image: url('../img/big-w.svg') !important;
	background-repeat: no-repeat !important;
}

.banner-cta.big-w.quote {
	margin-top: 30px;
	background-position: bottom -125px right -220px !important;
}

.banner-cta.big-w.mission {
	background-position: bottom -50px right -220px !important;
}

.banner-cta.banner-catalog {
	background-image: url('../img/bg-catalog.webp') !important;
	background-repeat: no-repeat !important;
	background-position: top right !important;
	background-size: contain !important;
}

.banner-cta.warranty {
	background-image: url('../img/bg-banner-warranty.webp') !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: cover !important;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner-cta.warranty .encart {
	width: 100%;
	max-width: 600px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.banner-cta.mission .encart {
	width: 100%;
	max-width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 64px;
	line-height: 150%;
}

.banner-cta.mission .encart div {
	width: 100%;
	max-width: 588px;
}

.banner-cta.mission .encart p strong {
	color: #D9D9D9;
}

.banner-cta.warranty .encart p {
	text-align: center;
}


.banner-cta.warranty::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	z-index: 0;
}



.banner-cta.quote img {
	position: absolute;
	bottom: 0;
	right: 100px;
	width: 400px;
	height: auto;
}

/* slider */

.slider_header {
	width: 100% !important;
	height: 100% !important;
	position: absolute !important;
}

.slider_header div {
	height: 100% !important;
}

.slide_header {
	display: none;
	background-size: cover !important;
}

/*------------------------------------*\
    NAV
\*------------------------------------*/

.spacer-menu {
	display: inline-block;
	width: 7px;
}

.navs-container {
	margin: 0;
	padding: 15px 0 0 0;
	background-color: rgba(38, 38, 38, 0.95);
	position: fixed;
	height: auto;
	top: 0;
	z-index: 5;
	padding-left: calc((100% - 1240px) / 2);
	padding-right: calc((100% - 1240px) / 2);
	width: 100%;
}

.bg-transparent {
	background-color: unset;
}

.bg-opacity .bg-transparent {
	background-color: rgba(38, 38, 38, 0.95);
}



.logo-header {
	margin-right: auto;
}

.nav-secondary-header-menu,
.nav-header-menu {
	color: #fff;
	display: flex;
	align-items: flex-start;
	justify-content: right;
	list-style: none;
	gap: 30px;
	margin: 0;
	padding: 0;
}

.nav-header-menu {
	margin-top: 40px;
	display: flex;
	align-items: center;
	height: 76px;
}

.nav-header-menu>li {
	height: 100%;
	display: flex;
	align-items: center;
}

.nav-secondary-header-menu {
	gap: 15px;
}

/* menu scrolled + sub menu */

.navs-container.scrolled {
	padding: 0;
	background-color: rgba(38, 38, 38, 0.95) !important;
}

.navs-container.scrolled .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.for-scroll {
	display: none;
}

.scrolled .not-for-scroll {
	display: none;
}

.scrolled .for-scroll {
	display: flex;
}

.scrolled .nav-header-menu {
	margin-top: 0px;
	height: 65px;
}


.nav-secondary-header-menu li {
	display: flex;
	align-items: center;
}

.nav-secondary-header-menu li.menu-burger {
	display: none;
}

#burger i {
	transition: opacity 0.15s ease, transform 0.15s ease;
}

#burger i.switching {
	opacity: 0;
	transform: scale(0.8);
	/* léger zoom arrière */
}



.nav-secondary-header-menu a,
.nav-header-menu a {
	color: #fff;
	font-weight: 600;
	transition: all 0.2s ease;
}

.nav-secondary-header-menu a:hover,
.nav-header-menu a:hover {
	color: #D9D9D9;
}

.nav-secondary-header-menu a {
	font-weight: 400;
}

.submenu-toggle::before {
	content: "\f078";
	/* Code Unicode Font Awesome pour une flèche vers le bas */
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	/* Poids de l'icône */
	margin-left: 8px;
	cursor: pointer;
}

.nav-header-menu li:hover.has-children .submenu-toggle::before {
	color: #00983A;
}

.nav-header-menu li.has-children ul {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: absolute;
	top: 171px;
	left: 0;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.2s ease;
	list-style: none;
	margin: 0;
	padding: 30px 0 50px 0;
	width: 100%;
	background: rgba(38, 38, 38, 0.95);
	padding-left: calc((100% - 1240px) / 2);
	padding-right: calc((100% - 1240px) / 2);
	flex-wrap: wrap;
	gap: 30px;
}

.nav-header-menu li.has-children ul li {
	width: 30%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background-image: url('../img/puce-vertes.svg');
	background-repeat: no-repeat;
	background-size: 22px 22px;
	background-position: center left;
	padding: 0 0 0 30px;
	margin: 0;
}

.scrolled .nav-header-menu li.has-children ul {
	top: 65px;
}

.nav-header-menu li.has-children:hover ul {
	opacity: 1;
	visibility: visible;
}

.footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #D9D9D9;
	font-weight: 400;
}

.footer ul li {
	margin-bottom: 5px;
}

.footer ul li.has-children ul {
	list-style: disc;
	font-weight: 400;
	margin: 5px 0 0 0;
	padding: 0 0 0 25px;
	font-weight: 400;
}

.footer ul li.has-children ul li {
	margin: 0;
	padding: 0;
}

.footer ul.nav-footer-menu-1 {
	font-weight: 700;
}

.container-breadcrumb {
	padding: 32px 0;
}

#breadcrumbs {
	color: #00983A;
}

.breadcrumb_last,
.bread_separator {
	color: #fff;
}

.color-262626 .breadcrumb_last,
.color-262626 .bread_separator {
	color: #262626;
}

.bread_separator {
	padding: 0 5px;
}

/*------------------------------------*\
    SLIDERS
\*------------------------------------*/

.container-slider {
	overflow-x: visible;
	margin: 60px 0 0 0;
}

.container-slider .cta-box {
	display: flex;
	justify-content: center;
	margin-top: 45px;
}

.slider_video_image,
.slider_last_news {
	width: 1580px;
}

.header-slider {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.header-slider p {
	width: 100%;
	max-width: 833px;
}

.nav-slider {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #262626;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	max-width: 1240px !important;
	width: 151px !important;
	height: 30px;
	margin-top: 8px;
}

.last-news .nav-slider {
	color: #FFF;
}


.nav-btn {
	width: 28px;
	height: 28px;
	background: none;
	border: none;
	cursor: pointer;
}

.nav-btn i {
	color: #D9D9D9;
	font-size: 27px;
	transition: all 0.2s ease;
}

.nav-btn:hover i {
	color: #262626;
	font-size: 27px;
}

.last-news .nav-btn:hover i {
	color: #737373;
}


.slides {
	width: 392px !important;
	min-width: 392px !important;
	margin: 0 32px 0 0 !important;
}

.slides h3 {
	margin-bottom: 6px;
}

.last-news .slides h3 {
	color: #fff;
	margin: 30px 0 15px 0;
}

.slides p {
	font-weight: 400;
	margin: 0;
	padding: 0;
}

.last-news .slides p {
	color: #737373;
}

.last-news .cta-arrow {
	justify-content: flex-start;
	margin: 30px 0 0 0;
}

.thumbnail {
	width: 100%;
	height: 250px;
	background-size: cover !important;
	position: relative !important;
	border-radius: 8px;
	cursor: pointer;
}

.last-news .thumbnail {
	cursor: initial;
}


.slides.video .visuel::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url('../img/triangle-play.svg') no-repeat center center;
	width: 392px;
	height: 250px;
	z-index: 1;
}


.plain-modal-full {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	min-width: 0;
	min-height: 0;
}


.plain-modal-full .full {
	background: center / contain no-repeat var(--bg);
	aspect-ratio: var(--ratio);
}

.plain-modal-full .full.landscape {
	width: 96vw;
	max-width: 800px;
	height: auto;
	max-height: 92vh;
}

.plain-modal-full .full.portrait {
	height: 92vh;
	max-height: 800px;
	width: auto;
	max-width: 96vw;
}

.plain-modal-full.video {
	width: 95%;
	height: 100%;
	max-height: 506px;
	max-width: 900px;
}

.plain-modal-full iframe {
	width: 100%;
	height: 100%;
}


.plainmodal-close {
	width: 25px;
	height: 25px;
	border-radius: 25px;
	background: #262626;
	border: 2px solid #fff;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin-bottom: 10px;
	position: absolute;
	top: -8px;
	right: -8px;
	z-index: 2;
	cursor: pointer;
}


/*------------------------------------*\
    LIST
\*------------------------------------*/

.green-points {
	margin: 0;
	padding: 15px 0;
}

.cpt-product .green-points {
	padding: 15px 0 85px 0;
}

.green-points li {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background-image: url('../img/puce-vertes.svg');
	background-repeat: no-repeat;
	background-size: 22px 22px;
	background-position: center left;
	padding-left: 30px;
	color: #262626;
	font-weight: 700;
	margin-bottom: 15px;
}

.list-products {
	margin: 65px 0;
	padding: 0;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 32px;
	flex-wrap: wrap;
}

.list-products li {
	margin: 0;
	padding: 16px;
	border-radius: 8px;
	width: 100%;
	max-width: 278px;
	display: flex;
	flex-direction: column;
	align-content: flex-start;
	justify-content: flex-start;
	align-self: stretch;
	flex-wrap: wrap;
}

.list-products h3 {
	padding: 0;
	margin: 8px 0;
	width: 100%;
}

.list-products.similar h3 {
	margin: 24px 0 !important;
}

.list-products img {
	padding: 0;
	margin: 0 auto;
}

.list-products p {
	padding: 0;
	margin: 8px 0 30px 0;
}

.list-products a.cta-arrow {
	margin-top: auto;
	align-self: flex-start;
}

.list-products .tag {
	align-self: flex-start;
}

/*------------------------------------*\
    FLEXBOXES
\*------------------------------------*/

/* .flex {
	display: flex;
}

.vertical-center {
	align-items: center;
}

.horizontal-center {
	justify-content: center;
} */



/*------------------------------------*\
    CTA
\*------------------------------------*/

.cta-menu a,
input.cta,
.cta {
	display: inline-block;
	color: #fff;
	font-weight: 600;
	padding: 8px 32px;
	border-radius: 4px;
	border: 1px solid #00983A;
	transition: all 0.2s ease;
	cursor: pointer;
}

.cta {
	margin-top: 8px;
}

.cta-menu a:hover,
.cta:hover {
	background: #00983A;
}

.cta-menu a:hover {
	color: #fff;
}


.cta.green {
	background: #00983A;
}

.cta:hover.green {
	background: #262626;
}

.cta-arrow {
	display: flex;
	align-items: center;
	justify-content: space-around;
	font-weight: 700;
}

.cta-arrow:hover {
	color: #737373;
}

.cta-arrow i {
	padding-top: 1px;
	margin-left: 2px;
	transition: all 0.2s ease;
}

.cta-arrow:hover i {
	margin-left: 4px;
}

/*------------------------------------*\
    SHADOWS
\*------------------------------------*/

.shadows {
	/* box-shadow: 0px 4px 64px 0px #0000001A; */
	box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.2);
}


/*------------------------------------*\
	Vertical lines
\*------------------------------------*/

.vertical-lines {
	background-size: 25% 100%;
}

.vertical-lines-353535 {
	background-image:
		linear-gradient(to right, #353535 1px, transparent 1px);
	border-right: 1px solid #353535;
}

.vertical-lines-F6F6F6 {
	background-image:
		linear-gradient(to right, #F6F6F6 1px, transparent 1px);
	border-right: 1px solid #F6F6F6;
}

.vertical-lines-F1F1F1 {
	background-image:
		linear-gradient(to right, #F1F1F1 1px, transparent 1px);
	border-right: 1px solid #F1F1F1;
}

.horizontal-border-F6F6F6 {
	border-top: 1px solid #F6F6F6;
	/* border-bottom: 1px solid #F6F6F6; */
}

.horizontal-border-F1F1F1 {
	border-top: 1px solid #F1F1F1;
	/* border-bottom: 1px solid #F6F6F6; */
}




/*------------------------------------*\
    HOME
\*------------------------------------*/

.home .banner,
.home .gradient,
.home .banner::after,
.home .header {
	min-height: 822px;
}

.home .gradient::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: url('../img/big-w.svg') no-repeat bottom 32px right -100px;
	width: 100%;
	min-height: 822px;
	z-index: 3;
}

.oem {
	margin: 70px auto 0 auto;
	padding: 0;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	gap: 64px;
	width: 100%;
	max-width: 878px;
	list-style: none !important;
}

.oem li {
	/* flex: 1 1 calc(33.333% - 64px); */
	background: #FFF;
	box-shadow: 0px 4px 64px 0px #0000001A;
	width: 250px;
	position: relative;
}

.oem li span {
	position: absolute;
	display: block;
	width: 60px;
	height: 4px;
	border-radius: 900px;
	background: #00983A;
	bottom: -2px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.title-oem {
	width: 100%;
	max-width: 550px;
	margin: 0 auto !important;
}

/*------------------------------------*\
    NIAUX 200
\*------------------------------------*/

.niaux-200-quality {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 47px 0 0 0;
}

.niaux-200-quality>div {
	width: 25%;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: flex-start;
}

.niaux-200-quality>div:nth-child(2) {
	width: 50%;
	align-items: center;
}

.niaux-200-quality>div:nth-child(3) {
	align-self: stretch;
}

.mechanical-properties {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	padding: 70px 0 100px 0;
	min-height: 219px;
}

.properties {
	padding: 0;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	list-style: none !important;
	width: 100%;
	gap: 30px;
}

.properties li {
	border-top: 2px solid #00983A;
	background: #333333;
	padding: 0px 16px 4px 16px;
	width: 310px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}


.sharpening {
	margin: 70px 0 0 0;
	padding: 0;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 32px;
}

.sharpening li {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	align-self: stretch;
	background: #FAFAFA;
	padding: 16px;
	width: 100%;
	max-width: 558px;
	border-radius: 8px;
}

.sharpening li h3 {
	border-top: 1px solid #D9D9D9;
	padding: 16px 0 0 0;
	margin: 0;
	width: 100%;
}

.sharpening img {
	margin: 0 0 16px 0;
	padding: 0;
	width: 100%;
	height: auto;
}

.ecology {
	margin: 70px 0 0 0;
	padding: 0;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 32px;
}

.ecology li {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	align-self: stretch;
	background: #FFF;
	padding: 32px 16px;
	width: 100%;
	max-width: 278px;
	border-radius: 8px;
}

.ecology li h3 {
	padding: 16px 0 0 0;
	margin: 0;
	width: 80%;
	text-align: center;
}

.ecology img {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
}

.discover-category {
	margin: 70px 0 0 0;
	padding: 0;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 32px;
}

.discover-category li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #FAFAFA;
	padding: 16px 32px;
	width: 100%;
	max-width: 558px;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
	align-self: stretch;
	gap: 32px;
}

.discover-category li div {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}


.discover-category h3 {
	margin: 15px 0 0 0;
	padding: 0;
}

.discover-category p {
	margin: 5px 0 20px 0;
	padding: 0;
}


.discover-category img {
	display: block;
	margin: 0 0 0 0;
	padding: 0;
	width: 90%;
	height: auto;
	max-width: 140px;
}

.discover-category a {
	margin-top: auto;
}

.discover-category a,
.discover-category span {
	align-self: flex-start;
}

.hardness {
	max-width: 450px;
}

/*------------------------------------*\
		JAUGE
	\*------------------------------------*/

.jauge-ul {
	margin: 0 0 0 -6px;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 70%;
	list-style: none;
	background-image: linear-gradient(180deg, rgba(198, 0, 0, 1) 0%, rgba(240, 216, 0, 1) 50%, rgba(0, 217, 230, 1) 100%);
	background-position: top 3px left 6px;
	background-repeat: no-repeat;
	background-size: 8px auto;
	list-style: none !important;
	min-height: 326px;
}

.jauge-ul p,
.jauge-ul h3,
.jauge-ul li {
	margin: 0;
	padding: 0;
}

.jauge-ul h3 {
	padding-bottom: 8px;
}

.jauge-ul li {
	position: relative;
	padding: 0 0 0 45px;
	height: 33.3333%;
}

.jauge-ul li span {
	width: 20px;
	height: 20px;
	border-radius: 20px;
	display: inline-block;
	position: absolute;
	top: 2px;
	left: 0;
}

.bullet-jauge-red {
	background: #C60000;
	box-shadow: 0px 0px 12px 0px #C60000;
}

.bullet-jauge-yellow {
	background: #F0D800;
	box-shadow: 0px 0px 12px 0px #F0D800;
}

.bullet-jauge-blue {
	background: #00D8E6;
	box-shadow: 0px 0px 12px 0px #00D8E6;
}

/*------------------------------------*\
    PRODUCTS
\*------------------------------------*/

.gallery-marketing-product-nav {
	display: inline-block;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #D9D9D9;
	border-radius: 8px;
	background: #FFF;
}

.gallery-marketing-product-single {
	margin: 0 auto 35px auto;
	padding: 0;
}

.gallery-marketing-product-nav div {
	position: relative !important;
	overflow: visible !important;
}

.gallery-marketing-product-nav li,
.gallery-marketing-product-single li {
	margin: 0;
	padding: 0;
	cursor: pointer;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

.gallery-marketing-product-nav li img {
	width: 100%;
	max-width: 166px;
	height: auto;
}

.gallery-marketing-product-single li img {
	width: 100%;
	max-width: 500px;
	height: auto;
}

.gallery-marketing-product-nav .slick-slide {
	width: 166px;
	border-right: 1px solid #D9D9D9;
	background: #FAFAFA;
}

.gallery-marketing-product-nav .slick-current {
	background: #F2F2F2 !important;
}

.gallery-marketing-product-nav .slick-current li span {
	position: absolute;
	display: block;
	width: 40px;
	height: 4px;
	border-radius: 900px;
	background: #00983A;
	bottom: -2px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.gallery-marketing-product-nav .slick-slide:last-child {
	border-right: none !important;
}

.scorings {
	list-style: none;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
	gap: 10px;
}

.scorings svg {
	margin: 0 0 0 10%;
	padding: 0 0 6px 0;
}

.scorings li {
	margin: 0;
	padding: 0 0 15px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	/* width:222px; */
	border-radius: 8px;
}

.scorings h3 {
	text-align: center;
}

.scorings div {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 0;
	width: 100%;
}

.scorings p {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 5px;
	padding: 0;
	margin: 0 0 0 0;
	text-align: left;
}

.scorings p.scoring-tags {
	width: auto;
}

.scorings p.scoring-tags.dual {
	width: 50%;
}

.scorings p.concavity {
	width: 30%;
}

.tag {
	width: auto !important;
	display: inline-flex;
	padding: 3px 6px;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	text-transform: capitalize;
	border: 1px solid #FAFAFA;
}

.tag.border-00983A {
	border: 1px solid #00983A;
}

.product-options {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 32px;
	margin: 65px 0 0 0;
	padding: 0;
	list-style: none !important;
}

.product-options li {
	width: 278px;
	border-radius: 8px;
	padding: 16px;
	background: #FAFAFA;
	align-self: stretch;
}

.product-options img {
	background: #FAFAFA;
}

.product-options h3 {
	margin: 35px 0 8px 0;
}

.product-options p {
	font-weight: 400;
	margin: 0;
	padding: 0;
}

/*------------------------------------*\
    CATALOG
\*------------------------------------*/

/* Style de base pour masquer la case à cocher native */
input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 18px;
	height: 18px;
	border: 1.5px solid black;
	border-radius: 3px;
	position: relative;
	cursor: pointer;
	background-color: white;
	margin: 0;
	padding: 0;
}

/* Ajout d'un carré intérieur lorsque coché */
input[type="checkbox"]:checked::before {
	content: "";
	width: 10px;
	height: 10px;
	background-color: green;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 2px;
}

.catalog-deck {
	color: #262626;
}

.catalog-deck h1 {
	width: 100%;
	text-align: center;
}


.catalog main {
	background: white;
	padding: 0 40px 65px 40px;
	position: relative;
}

.catalog main nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #262626;
	margin-top: 64px;
}

.catalog .main-section {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.catalog section.menu-filter {
	width: 300px;
	padding-right: 20px;
	margin-left: -300px;
	opacity: 0;
	overflow: hidden;
	transition: margin 0.2s ease-in-out, opacity 0.4s ease-in-out;
	flex: 0 0 300px;
	height: 0;
}


.catalog section.menu-filter.show {
	margin-left: 0;
	opacity: 1;
	height: auto;
}

.catalog section.products-box {
	width: 100%;
	transition: width 0.2s ease-in-out;
}

.catalog label {
	display: flex;
	align-items: center;
	justify-content: safe;
	font-size: 18px;
	line-height: 27px;
}

.catalog select {
	margin-left: 16px;
}

#family {
	width: auto;
	padding-right: 70px;
}

.item-nav-filter {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 227px;
	height: 51px;
	border: 1.5px solid #333;
	cursor: pointer;
	background-color: white;
	margin: 0;
	padding: 0;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 16px;
}

.catalog select.item-nav-filter {
	background: url('../img/chevron-down.svg') no-repeat center right +16px;
	border-color: #D9D9D9;
}

.item-nav-filter i {
	transition: all 0.2s ease;
	font-size: 25px;
}

.item-nav-filter .show {
	display: flex;
}

.item-nav-filter .show.hide-show {
	display: none;
}

.item-nav-filter .hide {
	display: none;
}

.item-nav-filter .hide.show-hide {
	display: flex;
}


.catalog fieldset {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	border: none;
	margin: 0;
	padding: 0 0 30px 0;
	font-size: 14px;
	border-bottom: 1px solid #F2F2F2;

}

.catalog fieldset legend {
	display: block;
	font-family: "Rajdhani", serif;
	font-weight: 700;
	font-size: 18px;
	margin: 30px 0 15px 0;
}

.catalog fieldset div.box {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 6px;
	transition: all 0.2s ease;
}

.catalog fieldset.ranger-slider-box {
	flex-direction: row;
}

#diameter,
#thickness {
	width: 100%;
	max-width: 240px;
	margin: 30px 0 0 0;
	padding: 0 26px;
}

.noUi-tooltip {
	font-size: 11px;
	font-weight: 700;
	padding: 4px;
	line-height: 12px;
}

.catalog .list-products {
	margin: 40px 0;
	width: 100%;
	gap: 24px;
}

.catalog .list-products li {
	max-width: 442px;
}

.catalog .list-products li img.product-img {
	width: 100%;
	height: auto;
}

.catalog .list-products table,
.catalog .list-products tr,
.datasheet table,
.datasheet tr {
	margin: 0;
	padding: 0;
	border: none;
}

.datasheet table {
	width: 100%;
	margin-top: 50px;
}

.catalog .list-products td,
.datasheet td {
	width: 50%;
	color: #737373;
	font-size: 15px;
	margin: 0;
	padding: 4px 0;
	border: none;
	border-bottom: 1px solid #D9D9D9;
}

.datasheet td {
	color: #262626;
	border-bottom: 1px solid #D9D9D9;
}

.datasheet td.column-1 {
	width: 18%;
}

.datasheet td.column-2 {
	width: 82%;
}

.catalog .list-products img.logo-brand {
	margin: 0 0 20px 0 !important;
	padding: 4px 0 !important;
	align-self: flex-start !important;
}

.catalog .list-products .tag {
	margin: 16px 0 0 0;
}

.catalog .list-products h3 {
	margin: 8px 0 16px 0;
}

/*------------------------------------*\
    CATALOG
\*------------------------------------*/

.featured-img {
	width: 100%;
	max-width: 720px;
	height: auto;
	margin: 64px 0;
}

/*------------------------------------*\
	CONTACT
\*------------------------------------*/

.contact-inner {
	padding: 32px;
	border-radius: 16px;
}

.contact-inner .gmp {
	width: 100%;
	height: 500px;
	border-radius: 16px;
	border: none;
	margin-top: 64px;
}

.contact-inner fieldset {
	border: none;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 16px;
	width: 100%;
	max-width: 526px;
	padding: 0;
	margin: 20px 0 0 0;
}

.contact-inner fieldset input:not(.cta),
.contact-inner fieldset textarea {
	border-radius: 8px;
	border: 1px solid #D9D9D9;
	padding: 10px 16px;
	color: #262626;
	width: 100%;
}

.contact-inner fieldset input:not(.cta)::placeholder,
.contact-inner fieldset textarea::placeholder {
	color: #737373;
}

.contact-inner fieldset textarea {
	min-height: 200px;
}

#contact-form {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 64px;
}

.contact-inner .rs {
	color: #00983A
}

.contact-inner .footer address {
	font-style: normal;
	color: #262626;
}

.alert {
	display: none;
	color: red;
}

.contact-inner fieldset input:not(.cta).wrong-input,
.contact-inner fieldset textarea.wrong-input {
	border: 1px solid red;
}

.cta.waiting {
	cursor: wait;
}

/*------------------------------------*\
	ABOUT US
\*------------------------------------*/

.values-box {
	padding: 32px;
	border-radius: 8px;
}

.values {
	margin: 32px 0 0 0;
	padding: 0;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 32px;
	flex-wrap: wrap;
}

.values li {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	align-self: stretch;
	background: #FFF;
	padding: 0;
	width: 100%;
	max-width: 370px;
	border-radius: 8px;
}

.values li h3 {
	padding: 0;
	margin: 0 0 0 0;
	width: 80%;
	text-align: center;
	font-family: "Rajdhani", serif;
	font-weight: 700;
	font-size: 22px;
	color: #262626;
}

.values img {
	margin: 0 0 32px 0;
	padding: 0;
	width: auto;
	height: auto;
}


.section-values {
	background: url('../img/bg-values.webp') no-repeat center;
	background-size: cover;
}

.section-mecapartners {
	background: url('../img/atlas.svg') no-repeat center;
	background-size: cover;
	min-height: 658px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mecapartners {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	align-self: stretch;
}

.fdn {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 32px;
}

.fdn div {
	width: 100%;
	max-width: 588px;
}

.fdn div:first-child {
	max-width: 620px;
}

.fdn-logo {
	width: 100%;
	height: auto;
	max-width: 388px;
	margin: 0 0 32px 0;
}

.deck p {
	font-size: 22px;
	font-family: Rajdhani;
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
	color: #00983A;
}

.mosaic {
	/* margin-top: 150px; */
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 16px;
	height: 848px;
}

.mosaic-item {
	width: 100%;
	max-width: 302px;
	height: auto;
	/* object-fit: cover; */
	border-radius: 12px;
}

/*------------------------------------*\
	BLOG
\*------------------------------------*/

.blog {
	list-style: none !important;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 32px;
	margin: 0;
	padding: 0;
}

.blog li {
	border-radius: 8px;
	width: 100%;
	max-width: 278px;
	margin: 0;
	padding: 0;
	align-self: stretch;
	display: flex;
	flex-direction: column;
}

.blog li div {
	padding: 16px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.blog li h2 {
	font-family: "Rajdhani", serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 150%;
}

.blog li img {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}


.blog .cta-arrow {
	justify-content: flex-start;
	margin: auto 0 0 0;
}

.blog li:nth-child(1),
.blog li:nth-child(2) {
	max-width: 588px;
}

.pagination {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	color: #262626;
	margin-top: 50px;
}


.blog-article main table {
	display: block;
	color: #737373;
	border-collapse: collapse;
	width: 100%;
	min-width: 100%;
	/* optionnel : largeur mini pour forcer le scroll sur mobile */
	margin: 30px 0;
	overflow-x: auto;
	/* scroll horizontal si besoin */
}

.blog-article main table td {
	border: 1px solid #ddd;
	padding: 10px 12px;
	text-align: left;
}

/* Header row (your <thead> uses <td>) */
.blog-article main table thead td {
	background: #00983A;
	color: #fff;
	font-weight: 700;
}

/* First column of the body only */
.blog-article main table tbody td:first-child {
	background: #00983A;
	color: #fff;
	font-weight: 700;
	white-space: nowrap;
	/* optional: prevent wrap */
}

.blog-article main img {

	width: 100%;
	height: auto;

}


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

/* @font-face {
	font-family: 'Font-Name';
	src: url('fonts/font-name.eot');
	src: url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
	font-weight: normal;
	font-style: normal;
} */

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

.slick-dots {
	display: none !important;
}

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

	.inner {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.fdn {
		justify-content: center !important;
		flex-wrap: wrap !important;
		gap: 30px;
	}

	.fdn>div {
		width: 100%;
	}

	.slider_video_image,
	.slider_last_news {
		width: 100%;
	}

	.nav-slider {
		display: none;
	}

	.slick-dots {
		display: flex !important;
		align-items: center;
		justify-content: center;
		gap: 16px;
		width: 100%;
		list-style: none !important;
		padding: 0;
		margin: 15px 0 0 0;
	}

	.slick-dots button {
		display: flex;
		all: unset;
		cursor: pointer;
		font-family: "Roboto", serif;
		font-weight: 400;
		font-size: 12px;
		color: #737373;
		border: 1px solid #D9D9D9;
		padding: 2px 5px;
	}

	.slick-dots button[aria-selected="true"] {
		background: #737373;
		color: #fff;
		border: 1px solid #D9D9D9;
	}



}

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

	.catalog main nav {
		align-items: flex-start;
		flex-direction: column-reverse;
		justify-content: flex-start;
		margin-top: 64px;
		flex-wrap: wrap;
		gap: 16px;
	}

	.item-nav-filter,
	#family,
	.catalog label {
		width: 100%;
	}

	.catalog select {
		margin-left: 0px;
	}

	.catalog label {
		flex-wrap: wrap;
	}

	#btn-filters {
		margin-top: 12px;
	}

	.catalog section.menu-filter {
		/* width: 100%;
		margin-left: -100%;
		flex: 0 0 100%; */
		padding-right: 0px;
	}



}








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

	.wrap {
		justify-content: center !important;
		flex-wrap: wrap !important;
		gap: 30px;
	}

	.width-100 {
		width: 100% !important;
	}

	.width-100 img {
		display: block !important;
		max-width: 100% !important;
		width: auto !important;
		height: auto !important;
	}

	.no-header .header {
		min-height: 50px;
	}

	.bg-transparent {
		background-color: rgba(38, 38, 38, 0.95) !important;
	}

	.navs-container {
		padding: 15px 0 15px 0;
	}

	.scrolled .not-for-scroll {
		display: flex;
	}

	.scrolled .for-scroll {
		display: none;
	}

	.navs-container.scrolled {
		padding: 10px 0 10px 0;
	}

	.navs-container.scrolled .inner {
		display: block;
	}

	.nav-secondary-header-menu {
		align-items: center;
	}

	.nav-secondary-header-menu img {
		width: 230px;
		height: auto;
	}

	.nav-secondary-header-menu li.menu-burger {
		display: flex;
		font-size: 25px;
		cursor: pointer;
	}

	.nav-secondary-header-menu li.no-responsive {
		display: none;
	}

	.nav-header-menu {
		display: none;
	}

	.nav-header-menu.is-open {
		display: block;
		position: absolute;
		top: 60px;
		left: 0;
		margin-top: 0;
		height: auto;
		width: 100%;
		background: rgba(38, 38, 38, 0.95);
		/* overflow si ça dépasse */
		max-height: calc(100vh - 60px);
		/* fallback */
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		/* scroll fluide iOS */
		overscroll-behavior: contain;
		/* évite le scroll chaîné */
		padding-bottom: env(safe-area-inset-bottom);
		/* notch iOS */
		z-index: 1000
	}

	@supports (height: 100dvh) {
		.nav-header-menu.is-open {
			max-height: calc(100dvh - 60px);
		}
	}

	.scrolled .nav-header-menu {
		margin-top: 0px;
		top: 50px;
		height: auto;
	}

	.nav-header-menu>li {
		border-bottom: 1px solid grey;
		padding: 10px 15px;
	}

	.nav-header-menu li.has-children>a {
		display: flex;
	}

	.nav-header-menu li.has-children {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.submenu-toggle::before {
		margin-left: 15px;
	}

	.nav-header-menu li.has-children ul {
		display: none;
		flex-basis: 100%;
		position: static;
		top: 0;
		left: 0;
		visibility: visible;
		opacity: 1;
		transition: opacity 0.2s ease;
		padding: 10px 0 10px 0;
		padding-left: 0;
		padding-right: 0;
		gap: 0;
	}

	.nav-header-menu li.has-children ul li {
		width: 100%;
	}

	.nav-header-menu li.has-children.submenu-open>ul {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		background: none;
	}

	.nav-header-menu li.has-children.submenu-open .submenu-toggle::before {
		color: #00983A;
		content: "\f077";
	}

	.niaux-200-quality>div:nth-child(3) {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.list-products {
		justify-content: center;
	}

	.footer .inner {
		justify-content: center;
	}

	.footer .inner div {
		width: 90%;
	}

	.banner-cta.quote img {
		display: none;
	}


	.encart {
		max-width: 100%;
	}

	.banner-cta {
		padding: 16px;
	}

	.datasheet td.column-1 {
		width: 50%;
	}

	.datasheet td.column-2 {
		width: 50%;
	}

	.header-slider {
		flex-wrap: wrap;
	}

	.bg-footer {
		background: none;
	}

}



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

	.mosaic {
		align-items: center;
		height: auto;
	}

	.h1,
	.h1.inside,
	.blog-article .h1.inside {
		font-size: 50px;
		line-height: 50px;
		font-weight: 700;
		font-family: "Rajdhani", serif;
		padding: 0;
		margin: 0 0 25px 0;
	}

	.slides {
		width: 100% !important;
		min-width: 100% !important;
		margin: 0 0px 0 0 !important;
	}

}

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

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

	.discover-category li {
		flex-direction: column;
		align-items: flex-start;
		gap: 32px;
	}

}

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

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi) {}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}

::-webkit-selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}

::-moz-selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #FFF;
	border: 1px solid #F0F0F0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* .sticky {} */

/* .bypostauthor {} */

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}