@charset "UTF-8";
/*!
Theme Name: ZRC
Theme URI: http://underscores.me/
Author: Maisondunet
Author URI: https://maisondunet.com/
Description: Description
Version: 1.0.2
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: zrc
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
@font-face {
	font-family: 'Brandon Grotesque';
	src: url("assets/fonts/brandon-grotesque/BrandonGrotesque-Bold.eot");
	src: url("assets/fonts/brandon-grotesque/BrandonGrotesque-Bold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/brandon-grotesque/BrandonGrotesque-Bold.woff2") format("woff2"), url("assets/fonts/brandon-grotesque/BrandonGrotesque-Bold.woff") format("woff"), url("assets/fonts/brandon-grotesque/BrandonGrotesque-Bold.ttf") format("truetype"), url("assets/fonts/brandon-grotesque/BrandonGrotesque-Bold.svg#BrandonGrotesque-Bold") format("svg");
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Brandon Grotesque';
	src: url("assets/fonts/brandon-grotesque/BrandonGrotesque-Regular.eot");
	src: url("assets/fonts/brandon-grotesque/BrandonGrotesque-Regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/brandon-grotesque/BrandonGrotesque-Regular.woff2") format("woff2"), url("assets/fonts/brandon-grotesque/BrandonGrotesque-Regular.woff") format("woff"), url("assets/fonts/brandon-grotesque/BrandonGrotesque-Regular.ttf") format("truetype"), url("assets/fonts/brandon-grotesque/BrandonGrotesque-Regular.svg#BrandonGrotesque-Regular") format("svg");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Brandon Grotesque';
	src: url("assets/fonts/brandon-grotesque/BrandonGrotesque-Light.eot");
	src: url("assets/fonts/brandon-grotesque/BrandonGrotesque-Light.eot?#iefix") format("embedded-opentype"), url("assets/fonts/brandon-grotesque/BrandonGrotesque-Light.woff2") format("woff2"), url("assets/fonts/brandon-grotesque/BrandonGrotesque-Light.woff") format("woff"), url("assets/fonts/brandon-grotesque/BrandonGrotesque-Light.ttf") format("truetype"), url("assets/fonts/brandon-grotesque/BrandonGrotesque-Light.svg#BrandonGrotesque-Light") format("svg");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "Brandon Grotesque", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

.archive.woocommerce-page .entry-content > h2,
.archive.woocommerce-page .entry-content > h2 a {
	padding: 0 0 1.5rem;
	margin: 0;
	text-transform: uppercase;
	text-align: center;
	font-size: 3rem;
	font-weight: 300;
	letter-spacing: .3rem;
	line-height: 3.6rem;
}

.entry-content h2 {
	text-transform: uppercase;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 3.2rem;
	margin: 0;
	padding: 0 0 1.5rem;
}

.entry-content h2 a {
	display: block;
	text-transform: uppercase;
	font-size: 2.2rem;
	font-weight: 300;
	line-height: 2.4rem;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #404040;
	text-align: center;
}

.entry-content h2 a span:not(.text-red) {
	display: block;
}

.entry-header h1,
.page-header h1,
.woocommerce-products-header h1,
.entry-content .h1 {
	padding-top: 2.5rem;
	margin: 0 0 2rem;
	text-transform: uppercase;
	text-align: center;
	font-size: 3rem;
	font-weight: 300;
	letter-spacing: .3rem;
	line-height: 3.6rem;
}

.entry-header h1.with-subtitle,
.page-header h1.with-subtitle,
.woocommerce-products-header h1.with-subtitle,
.entry-content .h1.with-subtitle {
	margin-bottom: 0;
}

.entry-header h2,
.page-header h2,
.woocommerce-products-header h2 {
	margin: 0 0 2rem;
	text-transform: uppercase;
	text-align: center;
	font-size: 3rem;
	font-weight: 300;
	letter-spacing: .3rem;
	line-height: 3.6rem;
}

@media (min-width: 969px) {
	.entry-header h1,
	.page-header h1,
	.woocommerce-products-header h1,
	.entry-content .h1 {
		padding-top: 5rem;
		max-width: 111.7rem;
		margin: 0 auto 2rem;
	}
	.archive.woocommerce-page .entry-content > h2,
	.archive.woocommerce-page .entry-content > h2 a {
		max-width: 111.7rem;
		margin: 0 auto;
	}
	.entry-content h2 {
		max-width: 111.7rem;
		margin: 0 auto;
	}
}

p,
.p {
	margin-top: 0;
	margin-bottom: 1.5rem;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.9rem;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
html {
	font-size: 62.5%;
}

body {
	font-size: 1.6rem;
	background: #ffffff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.woocommerce table.shop_table {
	margin: 0;
	border-radius: 0;
	border: none;
	font-size: 1.5rem;
	border-collapse: collapse;
}

.woocommerce table.shop_table th {
	text-transform: uppercase;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: .12rem;
	line-height: normal;
	padding: 1.3rem 0;
	border-top: 0.1rem solid rgba(112, 112, 112, 0.8);
	border-bottom: 0.1rem solid rgba(112, 112, 112, 0.8);
}

.woocommerce table.shop_table td {
	padding: 1.6rem 0;
	border: none;
	border-bottom: 0.1rem solid rgba(112, 112, 112, 0.8);
}

@media (max-width: 768px) {
	.woocommerce table.shop_table.shop_table_responsive tr:nth-child(2n) td,
	.woocommerce table.shop_table.shop_table_responsive tr:nth-child(2n) td {
		background: none;
	}
	.woocommerce table.shop_table.shop_table_responsive tr td:first-child,
	.woocommerce table.shop_table.shop_table_responsive tr td:first-child {
		margin-top: 2rem;
	}
	.woocommerce table.shop_table.shop_table_responsive tr:first-child td:first-child,
	.woocommerce table.shop_table.shop_table_responsive tr:first-child td:first-child {
		margin-top: 0;
	}
	.woocommerce table.shop_table.shop_table_responsive.my_account_tracking tr.tracking td.tracking-provider,
	.woocommerce table.shop_table.shop_table_responsive.my_account_tracking tr.tracking td.tracking-number,
	.woocommerce table.shop_table.shop_table_responsive.my_account_tracking tr.tracking td.date-shipped,
	.woocommerce table.shop_table.shop_table_responsive.my_account_tracking tr.tracking td.order-actions {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 1.3rem 0;
	}
	.woocommerce table.shop_table.shop_table_responsive.my_account_tracking tr.tracking td.tracking-provider:before,
	.woocommerce table.shop_table.shop_table_responsive.my_account_tracking tr.tracking td.tracking-number:before,
	.woocommerce table.shop_table.shop_table_responsive.my_account_tracking tr.tracking td.date-shipped:before,
	.woocommerce table.shop_table.shop_table_responsive.my_account_tracking tr.tracking td.order-actions:before {
		text-transform: uppercase;
		font-size: 1.2rem;
		font-weight: 700;
		letter-spacing: .12rem;
		line-height: normal;
	}
}

/* Links
--------------------------------------------- */
.btn-centered {
	display: block;
	text-align: center;
	margin: 4rem 0 0;
}

a.btn, .wp-block-buttons .wp-block-button a,
button.btn {
	display: inline-block;
	border-radius: 0.3rem !important;
	padding: 1.4rem 2rem !important;
	line-height: initial !important;
}

a.btn.btn-white, .wp-block-buttons .wp-block-button a.btn-white,
button.btn.btn-white {
	background: #fff;
	color: #272727;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.12rem;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: background .3s ease, color .3s ease;
}

a.btn.btn-white:hover, .wp-block-buttons .wp-block-button a.btn-white:hover, a.btn.btn-white:active, .wp-block-buttons .wp-block-button a.btn-white:active, a.btn.btn-white:focus, .wp-block-buttons .wp-block-button a.btn-white:focus,
button.btn.btn-white:hover,
button.btn.btn-white:active,
button.btn.btn-white:focus {
	background: #272727;
	color: #fff;
}

a.btn.btn-blue, .wp-block-buttons .wp-block-button a,
button.btn.btn-blue {
	background: #0875C4;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.12rem;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: background .3s ease, color .3s ease;
}

a.btn.btn-blue:hover, .wp-block-buttons .wp-block-button a:hover, a.btn.btn-blue:active, .wp-block-buttons .wp-block-button a:active, a.btn.btn-blue:focus, .wp-block-buttons .wp-block-button a:focus,
button.btn.btn-blue:hover,
button.btn.btn-blue:active,
button.btn.btn-blue:focus {
	background: #fff;
	color: #0875C4;
}

a.btn.single_add_to_cart_button, .wp-block-buttons .wp-block-button a.single_add_to_cart_button, a.btn.btn-black, .page-template-template-content-right .wp-block-buttons .wp-block-button a, .wp-block-buttons .wp-block-button a.btn-black,
button.btn.single_add_to_cart_button,
button.btn.btn-black {
	display: inline-block !important;
	border: none;
	background: #525252 !important;
	color: #fff !important;
	font-size: 1.2rem !important;
	font-weight: 500;
	letter-spacing: 0.12rem;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 !important;
	transition: background .3s ease, color .3s ease;
}

a.btn.single_add_to_cart_button:hover, .wp-block-buttons .wp-block-button a.single_add_to_cart_button:hover, a.btn.single_add_to_cart_button:active, .wp-block-buttons .wp-block-button a.single_add_to_cart_button:active, a.btn.single_add_to_cart_button:focus, .wp-block-buttons .wp-block-button a.single_add_to_cart_button:focus, a.btn.btn-black:hover, .page-template-template-content-right .wp-block-buttons .wp-block-button a:hover, .wp-block-buttons .wp-block-button a.btn-black:hover, a.btn.btn-black:active, .page-template-template-content-right .wp-block-buttons .wp-block-button a:active, .wp-block-buttons .wp-block-button a.btn-black:active, a.btn.btn-black:focus, .page-template-template-content-right .wp-block-buttons .wp-block-button a:focus, .wp-block-buttons .wp-block-button a.btn-black:focus,
button.btn.single_add_to_cart_button:hover,
button.btn.single_add_to_cart_button:active,
button.btn.single_add_to_cart_button:focus,
button.btn.btn-black:hover,
button.btn.btn-black:active,
button.btn.btn-black:focus {
	background: #EEE !important;
	color: #525252 !important;
}

a.btn.btn-cart, .wp-block-buttons .wp-block-button a.btn-cart,
button.btn.btn-cart {
	display: inline-flex !important;
	justify-content: center;
	align-items: flex-end;
	padding: .8rem 1rem !important;
}

a.btn.btn-cart:before, .wp-block-buttons .wp-block-button a.btn-cart:before,
button.btn.btn-cart:before {
	content: '';
	display: block;
	width: 1.5rem;
	height: 1.8rem;
	mask: url("assets/images/cart.svg") no-repeat center;
	mask-size: contain;
	background-color: #fff;
	margin-right: 1rem;
	will-change: transform;
	transition: background-color .3s ease;
}

a.btn.btn-cart:hover:before, .wp-block-buttons .wp-block-button a.btn-cart:hover:before, a.btn.btn-cart:hover:before, .wp-block-buttons .wp-block-button a.btn-cart:hover:before, a.btn.btn-cart:hover:before, .wp-block-buttons .wp-block-button a.btn-cart:hover:before,
button.btn.btn-cart:hover:before,
button.btn.btn-cart:hover:before,
button.btn.btn-cart:hover:before {
	background-color: #272727;
}

a.btn.btn-cart.btn-blue:hover:before, .wp-block-buttons .wp-block-button a.btn-cart:hover:before, a.btn.btn-cart.btn-blue:active:before, .wp-block-buttons .wp-block-button a.btn-cart:active:before, a.btn.btn-cart.btn-blue:focus:before, .wp-block-buttons .wp-block-button a.btn-cart:focus:before,
button.btn.btn-cart.btn-blue:hover:before,
button.btn.btn-cart.btn-blue:active:before,
button.btn.btn-cart.btn-blue:focus:before {
	background-color: #0875C4;
}

a.btn.btn-cart.single_add_to_cart_button:hover:before, .wp-block-buttons .wp-block-button a.btn-cart.single_add_to_cart_button:hover:before, a.btn.btn-cart.single_add_to_cart_button:hover:before, .wp-block-buttons .wp-block-button a.btn-cart.single_add_to_cart_button:hover:before, a.btn.btn-cart.single_add_to_cart_button:hover:before, .wp-block-buttons .wp-block-button a.btn-cart.single_add_to_cart_button:hover:before, a.btn.btn-cart.btn-black:hover:before, .page-template-template-content-right .wp-block-buttons .wp-block-button a.btn-cart:hover:before, .wp-block-buttons .wp-block-button a.btn-cart.btn-black:hover:before, a.btn.btn-cart.btn-black:hover:before, .page-template-template-content-right .wp-block-buttons .wp-block-button a.btn-cart:hover:before, .wp-block-buttons .wp-block-button a.btn-cart.btn-black:hover:before, a.btn.btn-cart.btn-black:hover:before, .page-template-template-content-right .wp-block-buttons .wp-block-button a.btn-cart:hover:before, .wp-block-buttons .wp-block-button a.btn-cart.btn-black:hover:before,
button.btn.btn-cart.single_add_to_cart_button:hover:before,
button.btn.btn-cart.single_add_to_cart_button:hover:before,
button.btn.btn-cart.single_add_to_cart_button:hover:before,
button.btn.btn-cart.btn-black:hover:before,
button.btn.btn-cart.btn-black:hover:before,
button.btn.btn-cart.btn-black:hover:before {
	background-color: #525252;
}

a.btn.btn-outline-black, .wp-block-buttons .wp-block-button a.btn-outline-black,
button.btn.btn-outline-black {
	border: 0.1rem solid rgba(82, 82, 82, 0.3);
	color: rgba(39, 39, 39, 0.5);
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.12rem;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	background: none;
	transition: background .3s ease, color .3s ease;
}

a.btn.btn-outline-black.btn-cart:before, .wp-block-buttons .wp-block-button a.btn-outline-black.btn-cart:before,
button.btn.btn-outline-black.btn-cart:before {
	background-color: rgba(39, 39, 39, 0.5);
	transition: background-color .3s ease;
}

a.btn.btn-outline-black:hover, .wp-block-buttons .wp-block-button a.btn-outline-black:hover, a.btn.btn-outline-black:active, .wp-block-buttons .wp-block-button a.btn-outline-black:active, a.btn.btn-outline-black:focus, .wp-block-buttons .wp-block-button a.btn-outline-black:focus,
button.btn.btn-outline-black:hover,
button.btn.btn-outline-black:active,
button.btn.btn-outline-black:focus {
	background: rgba(39, 39, 39, 0.5);
	color: #fff;
}

a.btn.btn-outline-black:hover.btn-cart:before, .wp-block-buttons .wp-block-button a.btn-outline-black:hover.btn-cart:before, a.btn.btn-outline-black:active.btn-cart:before, .wp-block-buttons .wp-block-button a.btn-outline-black:active.btn-cart:before, a.btn.btn-outline-black:focus.btn-cart:before, .wp-block-buttons .wp-block-button a.btn-outline-black:focus.btn-cart:before,
button.btn.btn-outline-black:hover.btn-cart:before,
button.btn.btn-outline-black:active.btn-cart:before,
button.btn.btn-outline-black:focus.btn-cart:before {
	background-color: #fff;
}

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

a {
	color: #272727;
	font-size: 1.5rem;
	font-weight: 400;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
}

button:hover, button:active, button:focus,
input[type="button"]:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus {
	outline: none;
}

form,
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	border: none;
	padding: 0;
	margin: 0;
	border-radius: 0;
}

.woocommerce form .form-row,
.woocommerce form,
form .form-row {
	padding: 0;
	margin: 0 0 1.5rem;
}

.woocommerce form .form-row.form-row-first, .woocommerce form .form-row.form-row-last,
.woocommerce form .form-row .form-row-first,
.woocommerce form .form-row .form-row-last,
.woocommerce form.form-row-first,
.woocommerce form.form-row-last,
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
form .form-row.form-row-first,
form .form-row.form-row-last,
form .form-row .form-row-first,
form .form-row .form-row-last {
	float: none;
	width: auto;
}

.woocommerce form .form-row .required,
.woocommerce form .required,
form .form-row .required {
	color: #272727;
	font-weight: 400;
	text-decoration: none;
}

.woocommerce form .form-row label,
.woocommerce form label,
form .form-row label {
	display: block;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.5;
}

.woocommerce form .form-row input,
.woocommerce form input,
form .form-row input {
	width: 100%;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
	opacity: 1;
	color: #fff;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	background: #fff;
	border-radius: .3rem;
	padding: 1.2rem 1.6rem;
	color: #272727;
	font-size: 1.5rem;
	font-weight: 400;
	outline: none;
	border: 0.1rem solid rgba(82, 82, 82, 0.3);
}

input[type="text"]:active, input[type="text"]:hover, input[type="text"]:focus,
input[type="email"]:active,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="url"]:active,
input[type="url"]:hover,
input[type="url"]:focus,
input[type="password"]:active,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="search"]:active,
input[type="search"]:hover,
input[type="search"]:focus,
input[type="number"]:active,
input[type="number"]:hover,
input[type="number"]:focus,
input[type="tel"]:active,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="range"]:active,
input[type="range"]:hover,
input[type="range"]:focus,
input[type="date"]:active,
input[type="date"]:hover,
input[type="date"]:focus,
input[type="month"]:active,
input[type="month"]:hover,
input[type="month"]:focus,
input[type="week"]:active,
input[type="week"]:hover,
input[type="week"]:focus,
input[type="time"]:active,
input[type="time"]:hover,
input[type="time"]:focus,
input[type="datetime"]:active,
input[type="datetime"]:hover,
input[type="datetime"]:focus,
input[type="datetime-local"]:active,
input[type="datetime-local"]:hover,
input[type="datetime-local"]:focus,
input[type="color"]:active,
input[type="color"]:hover,
input[type="color"]:focus,
textarea:active,
textarea:hover,
textarea:focus {
	outline: none;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
	display: flex;
	align-items: center;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme input {
	width: auto;
}

input[type="checkbox"] {
	position: relative;
	cursor: pointer;
	width: 1rem;
	height: 1rem;
	margin-right: 1.8rem;
}

input[type="checkbox"]:active, input[type="checkbox"]:hover, input[type="checkbox"]:focus {
	outline: none;
}

input[type="checkbox"]:before {
	content: '';
	display: block;
	position: absolute;
	top: -.4rem;
	left: 0;
	width: 18px;
	height: 18px;
	margin-right: 1rem;
	border-radius: .3rem;
	background: #fff;
	border: 0.1rem solid rgba(82, 82, 82, 0.3);
}

input[type="checkbox"]:checked:after {
	content: '';
	display: block;
	position: absolute;
	left: .4rem;
	top: .1rem;
	width: 1rem;
	height: .8rem;
	mask: url("assets/images/checked.svg") no-repeat center;
	background-color: rgba(0, 0, 0, 0.5);
}

textarea {
	width: 100%;
	min-height: 13.2rem;
	resize: vertical;
}

textarea:active, textarea:hover, textarea:focus {
	outline: none;
}

.woocommerce form .form-row .select2-container,
.woocommerce form .select2-container {
	line-height: normal;
	display: block;
}

.select2-container--default .select2-selection--single {
	background: #fff;
	border-radius: .3rem;
	padding: 1.2rem 1.6rem;
	color: #272727;
	font-size: 1.5rem;
	font-weight: 400;
	height: 4.5rem;
	line-height: normal;
	border: 0.1rem solid rgba(82, 82, 82, 0.3);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 0 1.5rem 0 0;
	line-height: normal;
	color: #272727;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: .95rem;
}

.select2-dropdown {
	border: 0.1rem solid rgba(82, 82, 82, 0.3);
	border-top: none;
	top: -.1rem;
}

.woocommerce form .form-row label.checkbox input {
	width: auto;
	margin: 0 1.8rem 0 0;
	vertical-align: initial;
	text-align: initial;
	display: inline-block;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

#masthead {
	position: sticky;
	z-index: 1000;
	top: 0;
	left: 0;
	right: 0;
	height: 10.5rem;
	background: #fff;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
}

#masthead .navbar {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#masthead .navbar .menu-btn {
	grid-column: 1;
	padding: 0 1rem 0 1rem;
	margin-left: 1.5rem;
	margin-right: 0.5rem;
	border: none;
	background: none;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 4rem;
}

#masthead .navbar .menu-btn .icon {
	transition: background-color .3s ease;
}

#masthead .navbar .label-menu-open, #masthead .navbar .label-menu-close {
	display: none;
	transition: color .3s ease;
}

#masthead .navbar .custom-logo-link {
	grid-column: 2;
	margin: 0 1.5rem;
	display: flex;
	align-items: center;
}

#masthead .navbar .custom-logo-link img {
	display: block;
	width: auto;
	max-height: 6rem;
	height: 80px !important;
}

#masthead .navbar .navbar-right {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	margin-left: auto;
}

@media (min-width: 601px) {
	body.admin-bar #masthead {
		top: 4.6rem;
	}
}

@media (min-width: 783px) {
	body.admin-bar #masthead {
		top: 3.2rem;
	}
}

@media (min-width: 1237px) {
	#masthead {
		height: 14.3rem;
		display: grid;
		grid-template-columns: minmax(auto, 2.5rem) minmax(auto, 100%) minmax(auto, 2.5rem);
	}
	#masthead .navbar {
		max-width: 123.7rem;
		width: 100%;
		margin: 0 auto;
		grid-row: 1;
		grid-column: 2;
		display: grid;
		grid-template-columns: 20rem 1fr 20rem;
	}
	#masthead .navbar .menu-btn {
		justify-content: start;
	}
	#masthead .navbar .label-menu-open, #masthead .navbar .label-menu-close {
		display: block;
		font-family: "Brandon Grotesque", sans-serif;
		color: rgba(39, 39, 39, 0.5);
		font-size: 1.2rem;
		font-weight: 600;
		text-transform: uppercase;
		margin-left: 1rem;
	}
	#masthead .navbar .custom-logo-link {
		width: 10.2rem;
		margin: auto;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#masthead .navbar .custom-logo-link img {
		max-height: inherit;
		width: auto;
		height: 90px !important;
	}
	#masthead .navbar .navbar-right {
		grid-column: 3;
		grid-row: 1;
		justify-content: flex-end;
		align-items: center;
		margin-left: initial;
		flex-direction: row;
	}
}

#breadcrumbs {
	margin: 0;
	display: block;
	padding: 1.5rem 0;
	position: relative;
	z-index: 99;
	text-align: center;
}

#breadcrumbs li.breadcrumb-item {
	display: inline-block;
	text-transform: uppercase;
	font-size: 1.2rem;
	color: #888888;
	font-weight: 500;
	letter-spacing: .12rem;
}

#breadcrumbs li.breadcrumb-item.separator {
	padding: 0 0.5rem;
}

#breadcrumbs li.breadcrumb-item a {
	font-size: 1.2rem;
	text-transform: uppercase;
	color: #888888;
	font-weight: 500;
	letter-spacing: .12rem;
}

footer.site-footer {
	background: url("assets/images/footer-bg.jpg") #0465aa no-repeat top center;
	background-size: cover;
	padding-top: 6rem;
}

#secondary:first-child ul {
	list-style-type: none;
	margin: 3rem 0 6rem;
	padding: 0;
}

#secondary:first-child ul li {
	margin-top: 3rem;
	display: flex;
	justify-content: center;
}

#secondary:first-child ul li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.12rem;
	text-align: center;
	text-transform: uppercase;
	transition: opacity .3s ease;
}

#secondary:first-child ul li a:hover, #secondary:first-child ul li a:focus, #secondary:first-child ul li a:active {
	opacity: .5;
}

#secondary:first-child ul li a span {
	display: block;
	text-decoration: underline;
	font-weight: 400;
}

#secondary:first-child ul li a span.icon {
	margin: 0 auto 1.5rem;
	text-decoration: none;
}

#secondary:nth-child(1) h2 {
	color: #FFF;
	margin: 0 0 2rem;
	font-weight: 500;
}

#secondary:nth-child(1) .socials {
	list-style-type: none;
	padding: 0;
	margin: 0 0 4rem;
	display: flex;
	justify-content: flex-start;
	grid-gap: 0;
}

#secondary:nth-child(1) .socials li {
	margin: 0 2rem 0 0;
}

#secondary:nth-child(1) p {
	color: white;
	letter-spacing: 0.3rem;
	font-size: 1.3rem;
	line-height: 2rem;
	text-transform: uppercase;
}

.footer-col:last-of-type {
	margin-top: 4rem;
}

@media (min-width: 1024px) {
	.footer-col:last-of-type {
		display: grid;
		gap: 3rem;
		grid-template-columns: repeat(3, 1fr);
	}
}

.footer-col:last-of-type ul {
	padding: 0;
	margin: 0;
}

.footer-col:last-of-type ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-col:last-of-type ul li#menu-item-9008, .footer-col:last-of-type ul li#menu-item-9025, .footer-col:last-of-type ul li#menu-item-9029 {
	margin-top: 3rem;
}

.footer-col:last-of-type ul li a {
	text-decoration: none;
	color: white;
	padding: 0.5rem 0 0;
	transition: color .3s ease;
}

.footer-col:last-of-type ul li a:hover {
	color: #8ecdee;
}

.footer-col:last-of-type ul li.menu-class-title a {
	font-size: 1.3rem;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.3rem;
}

.footer-col:last-of-type ul li.menu-class-title + .menu-class-title {
	margin-top: 3rem;
}

.footer-col:last-of-type ul li.menu-class-item a {
	font-size: 1.3rem;
	font-weight: normal;
	display: block;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 0.3rem;
	padding-left: 1.5rem;
}

.footer-col:last-of-type ul li.menu-class-item a:before {
	content: '';
	position: absolute;
	left: 0;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.736' height='5.159' viewBox='0 0 7.736 5.159'%3E%3Cpath id='Icon_ionic-ios-arrow-round-forward' data-name='Icon ionic-ios-arrow-round-forward' d='M12.808,11.35a.351.351,0,0,0,0,.494l1.634,1.636H8.222a.349.349,0,0,0,0,.7h6.215L12.8,15.816a.354.354,0,0,0,0,.494.348.348,0,0,0,.492,0l2.214-2.23h0a.392.392,0,0,0,.073-.11.333.333,0,0,0,.027-.134.35.35,0,0,0-.1-.245L13.3,11.358A.342.342,0,0,0,12.808,11.35Z' transform='translate(-7.875 -11.252)' fill='%23fff'/%3E%3C/svg%3E%0A");
	mask-repeat: no-repeat;
	mask-size: contain;
	height: 8px;
	width: 10px;
	top: 10px;
	background: currentColor;
}

.footer-col:last-of-type ul li.menu-class-item + .menu-class-title, .footer-col:last-of-type ul li.menu-class-item + .menu-class-small {
	margin-top: 3rem;
}

.footer-col:last-of-type ul li.menu-class-small a {
	font-size: 1.5rem;
	padding: 0.25rem 0;
}

.to-top {
	display: block;
	margin: 5.5rem auto 4.5rem;
	padding: 0 1.5rem;
	color: #8ecdee;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.12rem;
	line-height: 2.8rem;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	transition: color .3s ease;
}

.to-top:before {
	content: '';
	position: absolute;
	left: 50%;
	top: -1rem;
	transform: translateX(-0.75rem);
	display: block;
	width: 1.5rem;
	height: 1rem;
	mask: url("assets/images/arrow-up.svg") no-repeat center;
	background-color: #8ecdee;
	transition: background-color .3s ease;
}

.to-top:hover, .to-top:active, .to-top:focus {
	color: #fff;
}

.to-top:hover:before, .to-top:active:before, .to-top:focus:before {
	background-color: #fff;
}

@media (min-width: 768px) {
	.footer-col:last-of-type {
		margin-top: 0rem;
	}
	footer.site-footer {
		position: relative;
		padding: 8rem 2rem 13rem;
	}
	footer .container {
		grid-template-columns: 320px 1fr;
		gap: 5rem;
		max-width: 111.7rem;
		margin: 0 auto;
	}
	footer .container > * {
		grid-column: auto;
	}
	#secondary:first-child ul {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 3rem;
		justify-content: space-between;
	}
	.to-top {
		position: absolute;
		right: 3rem;
		bottom: 3rem;
		margin: 0;
	}
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.container {
	display: grid;
	grid-template-columns: minmax(2.5rem, auto) calc(100% - 5rem) minmax(2.5rem, auto);
}

.container > * {
	grid-column: 2;
}

main .container > article {
	width: 111.7rem;
	max-width: 100%;
	margin: 0 auto;
}

.woocommerce .col2-set:before, .woocommerce .col2-set:after,
.woocommerce-page .col2-set:before,
.woocommerce-page .col2-set:after {
	display: none;
}

.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-1,
.woocommerce-page .col2-set .col-2 {
	float: none;
	width: auto;
}

.page-template-template-content-right .entry-columns {
	display: grid;
	grid-template-columns: minmax(2.5rem, auto) calc(100% - 5rem) minmax(2.5rem, auto);
	padding: 4rem 0 8rem 0;
}

.page-template-template-content-right .entry-columns > * {
	grid-column: 2;
}

.page-template-template-content-right .entry-columns .block.block-separator {
	padding: .5rem 0 2rem;
}

.page-template-template-content-right .entry-columns .block.block-separator .container {
	display: block;
}

.privacy-policy .site-main {
	padding-bottom: 3rem;
}

@media (min-width: 969px) {
	.woocommerce .col2-set,
	.woocommerce-page .col2-set {
		width: auto;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 8.3rem;
	}
	.woocommerce .col2-set > *,
	.woocommerce-page .col2-set > * {
		grid-row: 1;
	}
	.page-template-template-content-right .entry-columns {
		display: grid;
		grid-template-columns: 1fr 8.3rem 1fr minmax(2.5rem, auto);
		padding: 4rem 0 0 0;
	}
	.page-template-template-content-right .entry-columns .entry-content:first-child {
		grid-column: 1;
		background: url("assets/images/templates/site-fluid-bg.jpg") no-repeat top right;
		padding-bottom: 8rem;
	}
	.page-template-template-content-right .entry-columns .entry-content:last-child {
		grid-column: 3;
		width: 100%;
		max-width: 51.7rem;
		padding-bottom: 8rem;
	}
}

.post .entry-header {
	margin-bottom: 5rem;
}

.error-404 {
	padding-top: 1.5rem;
}

.error-404 h1 {
	margin: 0 auto 3rem;
	max-width: 112.4rem;
}

@media (min-width: 995px) {
	.error-404 {
		padding-top: 5rem;
	}
}

.site-black {
	background: url("assets/images/templates/site-black-bg.jpg") #000000 no-repeat top center;
	background-size: 100% auto;
}

.site-black #breadcrumbs li.breadcrumb-item {
	color: rgba(255, 255, 255, 0.5);
}

.site-black #breadcrumbs li.breadcrumb-item a {
	color: rgba(255, 255, 255, 0.5);
}

.site-black .container > article {
	width: 97.9rem;
}

.site-black .entry-header h1 {
	color: #fff;
	margin-bottom: 3rem;
}

.site-black .entry-content .wp-block-media-text {
	margin-bottom: 3rem;
	display: block;
}

.site-black .entry-content .wp-block-media-text .wp-block-media-text__content {
	padding: 0;
}

.site-black .entry-content .wp-block-media-text .wp-block-media-text__content > * {
	color: #fff;
}

.site-black .entry-content .wp-block-media-text .wp-block-media-text__content > * a {
	color: #fff;
}

.site-black .entry-content .wp-block-columns {
	display: block;
	margin-bottom: 3rem;
}

.site-black .entry-content .wp-block-columns .wp-block-column {
	margin-left: 0 !important;
	margin-bottom: 3rem;
}

.site-black .entry-content .wp-block-columns .wp-block-column:last-child {
	margin-bottom: 0;
}

.site-black .entry-content .wp-block-columns .wp-block-column > * {
	color: #fff;
}

.site-black .entry-content .wp-block-columns .wp-block-column > * a {
	color: #fff;
}

.site-black .entry-content .wp-block-columns .wp-block-column p:last-child {
	margin-bottom: 0;
}

.site-black .entry-content .wp-block-embed {
	margin-bottom: 3rem;
}

.site-black .entry-content .wp-block-embed .wp-block-embed__wrapper {
	max-width: 100%;
	overflow: hidden;
	padding-bottom: 56.25%;
}

.site-black .entry-content .wp-block-embed .wp-block-embed__wrapper iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.site-black .entry-content > h2 {
	color: #FFFFFF;
	font-size: 3rem;
	font-weight: 300;
	letter-spacing: .3rem;
	line-height: 3.6rem;
	text-transform: uppercase;
	padding: 3rem 0;
	text-align: center;
}

.site-black p {
	line-height: 2.1rem;
}

@media (min-width: 969px) {
	.site-black {
		padding-bottom: 2rem;
	}
	.site-black .entry-header h1 {
		margin-bottom: 7rem;
	}
	.site-black .entry-content .wp-block-media-text {
		margin-bottom: 6rem;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 8.3rem;
	}
	.site-black .entry-content .wp-block-columns {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-column-gap: 4.7rem;
	}
	.site-black .entry-content .wp-block-columns .wp-block-column > * {
		color: #fff;
	}
	.site-black .entry-content .wp-block-embed {
		margin-bottom: 6rem;
	}
	.site-black .entry-content > h2 {
		padding: 3rem 0 6rem;
	}
}

.site-black2 {
	background: transparent;
}

.site-black2 #breadcrumbs li.breadcrumb-item {
	color: rgba(0, 0, 0, 0.5);
}

.site-black2 #breadcrumbs li.breadcrumb-item a {
	color: rgba(0, 0, 0, 0.5);
}

.site-black2 .block.block-savoir-faire {
	background: transparent;
}

.site-black2 .block.block-savoir-faire .elements .element * {
	color: black;
}

.site-black2 .container > article {
	width: 97.9rem;
}

.site-black2 .entry-header h1 {
	color: black;
	margin-bottom: 3rem;
}

.site-black2 .entry-content .block.block-savoir-faire {
	padding: 0 0 8rem 0;
}

.site-black2 .entry-content .block.block-savoir-faire .elements .element {
	grid-template-columns: 1fr 1fr;
}

.site-black2 .entry-content .block.block-savoir-faire .elements .element img {
	justify-self: flex-end;
}

.site-black2 .entry-content .block.block-savoir-faire .elements .element:nth-child(even) img {
	justify-self: flex-start;
}

.site-black2 p {
	line-height: 2.1rem;
}

@media (min-width: 969px) {
	.site-black2 {
		padding-bottom: 2rem;
	}
	.site-black2 .entry-header h1 {
		margin-bottom: 7rem;
	}
	.site-black2 .entry-content .block.block-savoir-faire .elements .element {
		opacity: 1;
	}
}

.site-black3 {
	background: url("assets/images/templates/site-black3-bg.jpg") #161616 no-repeat top center;
	background-size: 100% auto;
}

.site-black3 #breadcrumbs li.breadcrumb-item {
	color: rgba(255, 255, 255, 0.5);
}

.site-black3 #breadcrumbs li.breadcrumb-item a {
	color: rgba(255, 255, 255, 0.5);
}

.site-black3 .container > article {
	width: 97.9rem;
}

.site-black3 .entry-header h1 {
	color: #FFFFFF;
	margin-bottom: 3rem;
}

.site-black3 .entry-content .block.block-savoir-faire {
	padding: 0 0 8rem 0;
}

.site-black3 .entry-content .block.block-savoir-faire .elements .element {
	grid-template-columns: 1fr 1fr;
}

.site-black3 .entry-content .block.block-savoir-faire .elements .element img {
	justify-self: flex-end;
}

.site-black3 .entry-content .block.block-savoir-faire .elements .element:nth-child(even) img {
	justify-self: flex-start;
}

.site-black3 .entry-content .wp-block-media-text {
	margin: 0 auto 6rem;
	max-width: 44.6rem;
	display: block;
}

.site-black3 .entry-content .wp-block-media-text .wp-block-media-text__content {
	padding: 0;
}

.site-black3 .entry-content .wp-block-media-text .wp-block-media-text__content > * {
	color: #fff;
}

.site-black3 .entry-content .wp-block-media-text .wp-block-media-text__content > * a {
	color: #fff;
}

.site-black3 .entry-content .wp-block-columns {
	display: block;
	margin-bottom: 3rem;
}

.site-black3 .entry-content .wp-block-columns .wp-block-column {
	margin-left: 0 !important;
	margin-bottom: 3rem;
}

.site-black3 .entry-content .wp-block-columns .wp-block-column:last-child {
	margin-bottom: 0;
}

.site-black3 .entry-content .wp-block-columns .wp-block-column > * {
	color: #fff;
}

.site-black3 .entry-content .wp-block-columns .wp-block-column > * a {
	color: #fff;
}

.site-black3 .entry-content .wp-block-columns .wp-block-column p:last-child {
	margin-bottom: 0;
}

.site-black3 .entry-content .wp-block-embed {
	margin-bottom: 3rem;
}

.site-black3 .entry-content .wp-block-embed .wp-block-embed__wrapper {
	max-width: 100%;
	overflow: hidden;
	padding-bottom: 56.25%;
}

.site-black3 .entry-content .wp-block-embed .wp-block-embed__wrapper iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.site-black3 .entry-content .wp-block-buttons .wp-block-button a {
	background: #0875C4;
	color: #fff;
	transition: background .3s ease, color .3s ease;
}

.site-black3 .entry-content .wp-block-buttons .wp-block-button a:hover, .site-black3 .entry-content .wp-block-buttons .wp-block-button a:active, .site-black3 .entry-content .wp-block-buttons .wp-block-button a:focus {
	background: #fff;
	color: #0875C4;
}

.site-black3 p {
	line-height: 2.1rem;
}

@media (min-width: 969px) {
	.site-black3 {
		padding-bottom: 2rem;
	}
	.site-black3 .entry-content .block.block-savoir-faire .elements .element {
		opacity: 1;
	}
	.site-black3 .entry-content .wp-block-media-text {
		max-width: 100%;
		margin-bottom: 6rem;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 8.3rem;
	}
	.site-black3 .entry-content .wp-block-columns {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-column-gap: 4.7rem;
	}
	.site-black3 .entry-content .wp-block-columns .wp-block-column > * {
		color: #fff;
	}
	.site-black3 .entry-content .wp-block-embed {
		margin-bottom: 6rem;
	}
}

.site-blue {
	background: url("assets/images/templates/site-blue-bg.jpg") #002544 no-repeat top center;
	background-size: 100% auto;
}

.site-blue #breadcrumbs li.breadcrumb-item {
	color: rgba(255, 255, 255, 0.5);
}

.site-blue #breadcrumbs li.breadcrumb-item a {
	color: rgba(255, 255, 255, 0.5);
}

.site-blue .container > article {
	width: 97.9rem;
}

.site-blue .entry-header h1 {
	color: #FFFFFF;
	margin-bottom: 3rem;
}

.site-blue .entry-content .wp-block-media-text {
	margin-bottom: 3rem;
	display: block;
}

.site-blue .entry-content .wp-block-media-text .wp-block-media-text__content {
	padding: 0;
}

.site-blue .entry-content .wp-block-media-text .wp-block-media-text__content > * {
	color: #fff;
}

.site-blue .entry-content .wp-block-media-text .wp-block-media-text__content > * a {
	color: #fff;
}

.site-blue .entry-content .wp-block-embed {
	margin-bottom: 3rem;
}

.site-blue .entry-content .wp-block-embed .wp-block-embed__wrapper {
	max-width: 100%;
	overflow: hidden;
	padding-bottom: 56.25%;
}

.site-blue .entry-content .wp-block-embed .wp-block-embed__wrapper iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.site-blue p {
	line-height: 2.1rem;
}

@media (min-width: 969px) {
	.site-blue {
		padding-bottom: 2rem;
	}
	.site-blue .entry-header h1 {
		margin-bottom: 7rem;
	}
	.site-blue .entry-content .wp-block-media-text {
		margin-bottom: 6rem;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 8.3rem;
	}
	.site-blue .entry-content .wp-block-embed {
		margin-bottom: 6rem;
	}
}

.site-blue2 {
	background: url("assets/images/templates/site-blue2-bg.jpg") #002544 no-repeat top center;
	background-size: 100% auto;
}

.site-blue2 #breadcrumbs li.breadcrumb-item {
	color: rgba(255, 255, 255, 0.5);
}

.site-blue2 #breadcrumbs li.breadcrumb-item a {
	color: rgba(255, 255, 255, 0.5);
}

.site-blue2 .container > article {
	width: 97.9rem;
}

.site-blue2 .entry-header h1 {
	color: #fff;
	margin-bottom: 3rem;
}

.site-blue2 .entry-content .wp-block-media-text {
	margin: 0 auto 6rem;
	max-width: 44.6rem;
	display: block;
}

.site-blue2 .entry-content .wp-block-media-text .wp-block-media-text__content {
	padding: 0;
}

.site-blue2 .entry-content .wp-block-media-text .wp-block-media-text__content > * {
	color: #fff;
}

.site-blue2 .entry-content .wp-block-media-text .wp-block-media-text__content > * a {
	color: #fff;
}

.site-blue2 .entry-content .wp-block-columns {
	display: block;
	margin-bottom: 3rem;
}

.site-blue2 .entry-content .wp-block-columns .wp-block-column {
	margin-left: 0 !important;
	margin-bottom: 3rem;
}

.site-blue2 .entry-content .wp-block-columns .wp-block-column:last-child {
	margin-bottom: 0;
}

.site-blue2 .entry-content .wp-block-columns .wp-block-column > * {
	color: #fff;
}

.site-blue2 .entry-content .wp-block-columns .wp-block-column > * a {
	color: #fff;
}

.site-blue2 .entry-content .wp-block-columns .wp-block-column p:last-child {
	margin-bottom: 0;
}

.site-blue2 .entry-content .wp-block-embed {
	margin-bottom: 3rem;
}

.site-blue2 .entry-content .wp-block-embed .wp-block-embed__wrapper {
	max-width: 100%;
	overflow: hidden;
	padding-bottom: 56.25%;
}

.site-blue2 .entry-content .wp-block-embed .wp-block-embed__wrapper iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.site-blue2 .entry-content .wp-block-buttons .wp-block-button a {
	background: #0875C4;
	color: #fff;
	transition: background .3s ease, color .3s ease;
}

.site-blue2 .entry-content .wp-block-buttons .wp-block-button a:hover, .site-blue2 .entry-content .wp-block-buttons .wp-block-button a:active, .site-blue2 .entry-content .wp-block-buttons .wp-block-button a:focus {
	background: #fff;
	color: #0875C4;
}

.site-blue2 p {
	line-height: 2.1rem;
}

@media (min-width: 969px) {
	.site-blue2 {
		padding-bottom: 2rem;
	}
	.site-blue2 .entry-header h1 {
		margin-bottom: 7rem;
	}
	.site-blue2 .entry-content .wp-block-media-text {
		max-width: 100%;
		margin-bottom: 6rem;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 8.3rem;
	}
	.site-blue2 .entry-content .wp-block-columns {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 4.7rem;
	}
	.site-blue2 .entry-content .wp-block-columns .wp-block-column > * {
		color: #fff;
	}
	.site-blue2 .entry-content .wp-block-embed {
		margin-bottom: 6rem;
	}
}

.site-blue3 {
	background: url("assets/images/contents-bg.jpg") #000000 no-repeat top center;
	background-size: 100% auto;
}

.site-blue3 #breadcrumbs li.breadcrumb-item {
	color: rgba(255, 255, 255, 0.5);
}

.site-blue3 #breadcrumbs li.breadcrumb-item a {
	color: rgba(255, 255, 255, 0.5);
}

.site-blue3 .container > article {
	width: 97.9rem;
}

.site-blue3 .entry-header h1 {
	color: #fff;
	margin-bottom: 3rem;
}

.site-blue3 .entry-content .wp-block-media-text {
	margin: 0 auto 6rem;
	max-width: 44.6rem;
	display: block;
}

.site-blue3 .entry-content .wp-block-media-text .wp-block-media-text__content {
	padding: 0;
}

.site-blue3 .entry-content .wp-block-media-text .wp-block-media-text__content > * {
	color: #fff;
}

.site-blue3 .entry-content .wp-block-media-text .wp-block-media-text__content > * a {
	color: #fff;
}

.site-blue3 .entry-content .wp-block-buttons .wp-block-button a {
	background: #0875C4;
	color: #fff;
	transition: background .3s ease, color .3s ease;
}

.site-blue3 .entry-content .wp-block-buttons .wp-block-button a:hover, .site-blue3 .entry-content .wp-block-buttons .wp-block-button a:active, .site-blue3 .entry-content .wp-block-buttons .wp-block-button a:focus {
	background: #fff;
	color: #0875C4;
}

.site-blue3 p {
	line-height: 2.1rem;
}

@media (min-width: 969px) {
	.site-blue3 .entry-header h1 {
		margin-bottom: 7rem;
	}
	.site-blue3 .entry-content .wp-block-media-text {
		max-width: 100%;
		margin-bottom: 6rem;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 8.3rem;
	}
}

.site-blue3 > .container {
	display: initial;
}

.site-blue3 > .container > article {
	width: 100%;
}

.site-blue4 {
	background: url("assets/images/templates/site-blue4-bg.jpg") #002544 no-repeat top center;
	background-size: 100% auto;
}

.site-blue4 #breadcrumbs li.breadcrumb-item {
	color: rgba(255, 255, 255, 0.5);
}

.site-blue4 #breadcrumbs li.breadcrumb-item a {
	color: rgba(255, 255, 255, 0.5);
}

.site-blue4 .container > article {
	width: 97.9rem;
}

.site-blue4 .entry-header h1 {
	color: #FFFFFF;
	margin-bottom: 3rem;
}

.site-blue4 .entry-content .wp-block-media-text {
	margin-bottom: 3rem;
	display: block;
}

.site-blue4 .entry-content .wp-block-media-text .wp-block-media-text__content {
	padding: 0;
}

.site-blue4 .entry-content .wp-block-media-text .wp-block-media-text__content > * {
	color: #fff;
}

.site-blue4 .entry-content .wp-block-media-text .wp-block-media-text__content > * a {
	color: #fff;
}

.site-blue4 .entry-content .wp-block-embed {
	margin-bottom: 3rem;
}

.site-blue4 .entry-content .wp-block-embed .wp-block-embed__wrapper {
	max-width: 100%;
	overflow: hidden;
	padding-bottom: 56.25%;
}

.site-blue4 .entry-content .wp-block-embed .wp-block-embed__wrapper iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.site-blue4 .entry-content > h2 {
	color: #FFFFFF;
	font-size: 3rem;
	font-weight: 300;
	letter-spacing: .3rem;
	line-height: 3.6rem;
	text-transform: uppercase;
	padding: 3rem 0;
	text-align: center;
}

.site-blue4 p {
	line-height: 2.1rem;
}

@media (min-width: 969px) {
	.site-blue4 {
		padding-bottom: 2rem;
	}
	.site-blue4 .entry-header h1 {
		margin-bottom: 7rem;
	}
	.site-blue4 .entry-content .wp-block-media-text {
		margin-bottom: 6rem;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 8.3rem;
	}
	.site-blue4 .entry-content .wp-block-embed {
		margin-bottom: 6rem;
	}
	.site-blue4 .entry-content > h2 {
		padding: 3rem 0 6rem;
	}
}

.site-blue5 {
	background: url("assets/images/templates/site-blue5-bg.jpg") #002544 no-repeat top center;
	background-size: 100% auto;
}

.site-blue5 .wp-block-media-text .wp-block-media-text__content p {
	margin-bottom: 2rem;
}

.site-blue5 .wp-block-media-text .wp-block-media-text__content p strong {
	display: block;
}

.site-blue5 .wp-block-media-text .wp-block-media-text__content p strong + br {
	display: none;
}

.site-blue5 .wp-block-media-text .wp-block-media-text__content p strong + br + strong {
	margin-top: -0.8rem;
}

.site-blue5 #breadcrumbs li.breadcrumb-item {
	color: rgba(255, 255, 255, 0.5);
}

.site-blue5 #breadcrumbs li.breadcrumb-item a {
	color: rgba(255, 255, 255, 0.5);
}

.site-blue5 .container > article {
	width: 97.9rem;
}

.site-blue5 .entry-header h1 {
	color: #FFFFFF;
	margin-bottom: 3rem;
}

.site-blue5 .entry-content .wp-block-media-text {
	margin-bottom: 3rem;
	display: block;
}

.site-blue5 .entry-content .wp-block-media-text .wp-block-media-text__content {
	padding: 0;
}

.site-blue5 .entry-content .wp-block-media-text .wp-block-media-text__content > * {
	color: #fff;
}

.site-blue5 .entry-content .wp-block-media-text .wp-block-media-text__content > * a {
	color: #fff;
}

.site-blue5 .entry-content .wp-block-embed {
	margin-bottom: 3rem;
}

.site-blue5 .entry-content .wp-block-embed .wp-block-embed__wrapper {
	max-width: 100%;
	overflow: hidden;
	padding-bottom: 56.25%;
}

.site-blue5 .entry-content .wp-block-embed .wp-block-embed__wrapper iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.site-blue5 p {
	line-height: 2.1rem;
}

@media (min-width: 969px) {
	.site-blue5 {
		padding-bottom: 2rem;
	}
	.site-blue5 .entry-header h1 {
		margin-bottom: 7rem;
	}
	.site-blue5 .entry-content .wp-block-media-text {
		margin-bottom: 6rem;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 8.3rem;
	}
	.site-blue5 .entry-content .wp-block-embed {
		margin-bottom: 6rem;
	}
}

.site-orange {
	background: url("assets/images/templates/site-orange-bg.jpg") #161616 no-repeat top center;
	background-size: 100% auto;
}

.site-orange #breadcrumbs li.breadcrumb-item {
	color: rgba(255, 255, 255, 0.5);
}

.site-orange #breadcrumbs li.breadcrumb-item a {
	color: rgba(255, 255, 255, 0.5);
}

.site-orange .container > article {
	width: 97.9rem;
}

.site-orange .entry-header h1 {
	color: #FFFFFF;
	margin-bottom: 3rem;
}

.site-orange .entry-content .wp-block-media-text {
	margin-bottom: 3rem;
	display: block;
}

.site-orange .entry-content .wp-block-media-text .wp-block-media-text__content {
	padding: 0;
}

.site-orange .entry-content .wp-block-media-text .wp-block-media-text__content > * {
	color: #fff;
}

.site-orange .entry-content .wp-block-media-text .wp-block-media-text__content > * a {
	color: #fff;
}

.site-orange .entry-content .wp-block-columns {
	display: block;
	margin-bottom: 3rem;
}

.site-orange .entry-content .wp-block-columns .wp-block-column {
	margin-left: 0 !important;
	margin-bottom: 3rem;
}

.site-orange .entry-content .wp-block-columns .wp-block-column:last-child {
	margin-bottom: 0;
}

.site-orange .entry-content .wp-block-columns .wp-block-column > * {
	color: #fff;
}

.site-orange .entry-content .wp-block-columns .wp-block-column > * a {
	color: #fff;
}

.site-orange .entry-content .wp-block-columns .wp-block-column p:last-child {
	margin-bottom: 0;
}

.site-orange .entry-content .wp-block-embed {
	margin-bottom: 3rem;
}

.site-orange .entry-content .wp-block-embed .wp-block-embed__wrapper {
	max-width: 100%;
	overflow: hidden;
	padding-bottom: 56.25%;
}

.site-orange .entry-content .wp-block-embed .wp-block-embed__wrapper iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.site-orange p {
	line-height: 2.1rem;
}

@media (min-width: 969px) {
	.site-orange {
		padding-bottom: 2rem;
	}
	.site-orange .entry-header h1 {
		margin-bottom: 7rem;
	}
	.site-orange .entry-content .wp-block-media-text {
		margin-bottom: 6rem;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 8.3rem;
	}
	.site-orange .entry-content .wp-block-columns {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 4.7rem;
	}
	.site-orange .entry-content .wp-block-columns .wp-block-column > * {
		color: #fff;
	}
	.site-orange .entry-content .wp-block-embed {
		margin-bottom: 6rem;
	}
}

.site-chocolat {
	background: url("assets/images/templates/site-chocolat-bg.jpg") #261812 no-repeat top center;
	background-size: 100% auto;
}

.site-chocolat .wp-block-media-text .wp-block-media-text__content p {
	margin-bottom: 2rem;
}

.site-chocolat .wp-block-media-text .wp-block-media-text__content p strong {
	display: block;
}

.site-chocolat .wp-block-media-text .wp-block-media-text__content p strong + br {
	display: none;
}

.site-chocolat .wp-block-media-text .wp-block-media-text__content p strong + br + strong {
	margin-top: -0.8rem;
}

.site-chocolat #breadcrumbs li.breadcrumb-item {
	color: rgba(255, 255, 255, 0.5);
}

.site-chocolat #breadcrumbs li.breadcrumb-item a {
	color: rgba(255, 255, 255, 0.5);
}

.site-chocolat .container > article {
	width: 97.9rem;
}

.site-chocolat .entry-header h1 {
	color: #FFFFFF;
	margin-bottom: 3rem;
}

.site-chocolat .entry-content .wp-block-media-text {
	margin-bottom: 3rem;
	display: block;
}

.site-chocolat .entry-content .wp-block-media-text .wp-block-media-text__content {
	padding: 0;
}

.site-chocolat .entry-content .wp-block-media-text .wp-block-media-text__content > * {
	color: #fff;
}

.site-chocolat .entry-content .wp-block-media-text .wp-block-media-text__content > * a {
	color: #fff;
}

.site-chocolat .entry-content .wp-block-embed {
	margin-bottom: 3rem;
}

.site-chocolat .entry-content .wp-block-embed .wp-block-embed__wrapper {
	max-width: 100%;
	overflow: hidden;
	padding-bottom: 56.25%;
}

.site-chocolat .entry-content .wp-block-embed .wp-block-embed__wrapper iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.site-chocolat p {
	line-height: 2.1rem;
}

@media (min-width: 969px) {
	.site-chocolat {
		padding-bottom: 2rem;
	}
	.site-chocolat .entry-header h1 {
		margin-bottom: 7rem;
	}
	.site-chocolat .entry-content .wp-block-media-text {
		margin-bottom: 6rem;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 8.3rem;
	}
	.site-chocolat .entry-content .wp-block-embed {
		margin-bottom: 6rem;
	}
}

.page-template-template-content-right .entry-content > h2 {
	color: #272727;
	font-size: 2rem;
	font-weight: 300;
	letter-spacing: .2rem;
	line-height: 2.6rem;
}

.page-template-template-content-right .entry-content > ul {
	margin: 0 0 3rem 0;
	padding-left: 2.5rem;
}

.page-template-template-content-right .entry-content > p strong {
	text-transform: uppercase;
}

.page-template-template-content-right .entry-content > p:last-child {
	margin-bottom: 0;
}

.category-page .container {
	max-width: 111.7rem;
	margin: 0 auto;
}

.category-page .archive-description {
	text-align: center;
}

.blog .page-header, .category .page-header {
	position: relative;
	z-index: 1;
}

.blog .blog-container, .category .blog-container {
	position: relative;
}

.blog .blog-container .news-grid, .category .blog-container .news-grid {
	position: relative;
	z-index: 1;
	margin-bottom: 6rem;
}

.blog .decorative-zrc-shape, .category .decorative-zrc-shape {
	left: 50%;
	top: -8rem;
	width: 800px;
	height: calc(100% + 80px);
	background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
	left: 50%;
	transform: translateX(-50%);
	max-width: calc(100vw - 6rem);
}

@media (min-width: 768px) {
	.blog .decorative-zrc-shape, .category .decorative-zrc-shape {
		background-size: contain;
	}
}

#blog-navigation {
	list-style: none;
	padding: 0;
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
	justify-content: center;
	margin: 3rem 0 12rem;
}

#blog-navigation li {
	padding: 0.8rem 1.3rem 0.8rem 1.5rem;
	margin: 0;
	border-radius: 0.4rem;
	text-transform: uppercase;
	opacity: 0.3;
	transition: 0.3s ease;
	letter-spacing: 0.24rem;
	border: 1px solid black;
}

#blog-navigation li a {
	font-size: 1.2rem;
	text-decoration: none;
}

#blog-navigation li:hover {
	opacity: 0.75;
}

#blog-navigation li.current-menu-item {
	opacity: 1;
}

.blog-categories-news {
	text-align: center;
	margin-top: 4rem;
}

@media (min-width: 969px) {
	.blog-categories-news {
		margin-bottom: -2.5rem;
	}
}

.blog-categories-news a {
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.24rem;
	font-size: 1.3rem;
	padding: 0 0.5rem;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	position: fixed;
	top: 10.4rem;
	left: 0;
	right: 0;
	background: white;
	overflow: auto;
	box-shadow: 0 12px 12px rgba(0, 0, 0, 0.16);
	z-index: 1000;
	max-height: calc(100vh - 10.4rem);
}

.main-navigation #primary-menu {
	display: block;
	margin: 0;
	padding: 0 2rem 4rem;
	list-style-type: none;
}

.main-navigation #primary-menu > li {
	border-top: 0.1rem solid rgba(136, 136, 136, 0.3);
	padding: 0;
}

.main-navigation #primary-menu > li:last-child {
	border-bottom: 0.1rem solid rgba(136, 136, 136, 0.3);
}

.main-navigation #primary-menu > li.menu-item-has-children > a:before {
	content: '';
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMi41MjkiIGhlaWdodD0iMTkuNDE0IiB2aWV3Qm94PSIwIDAgMTIuNTI5IDE5LjQxNCI+CiAgPHBhdGggaWQ9Ikljb25fbWF0ZXJpYWwtY2hldnJvbi1yaWdodCIgZGF0YS1uYW1lPSJJY29uIG1hdGVyaWFsLWNoZXZyb24tcmlnaHQiIGQ9Ik0xNSw5bC0yLjExNSwyLjExNUwxOS43NTUsMThsLTYuODcsNi44ODVMMTUsMjdsOS05WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyLjE3OCAtOC4yOTMpIiBmaWxsPSIjMjcyNzI3IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMSIvPgo8L3N2Zz4K") no-repeat;
	position: absolute;
	width: 1.2rem;
	height: 1.8rem;
	right: 0;
	top: calc(50% - 0.9rem);
	opacity: 0.5;
}

.main-navigation #primary-menu > li > a {
	display: block;
	padding: 1.5rem 0;
	text-align: left;
	color: rgba(39, 39, 39, 0.3);
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.16rem;
	line-height: 3rem;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
}

.main-navigation #primary-menu > li ul {
	display: none;
}

.main-navigation #primary-menu > li:hover > a {
	color: #272727;
}

.main-navigation #primary-menu > li.hover > a {
	color: #272727;
}

.main-navigation #primary-menu > li.hover > a:before {
	opacity: 1;
}

@media (max-width: 1236px) {
	.main-navigation #primary-menu > li.hover > a {
		color: #272727;
	}
	.main-navigation #primary-menu > li.hover > a:before {
		opacity: 1;
	}
	.main-navigation #primary-menu > li.hover ul {
		display: grid;
	}
}

.main-navigation #primary-menu > li ul {
	margin: 0 0 2.4rem 0;
	padding: 0;
	list-style-type: none;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.2rem;
}

.main-navigation #primary-menu > li ul > li {
	aspect-ratio: 14/9;
}

.main-navigation #primary-menu > li ul a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 0;
	color: white;
	font-size: 1.6rem;
	line-height: 1.8rem;
	font-weight: 400;
	letter-spacing: 0.16rem;
	text-transform: uppercase;
	text-decoration: none;
	background: black no-repeat center / cover;
	position: relative;
	text-align: center;
}

.main-navigation #primary-menu > li ul a > * {
	position: relative;
	z-index: 1;
}

.main-navigation #primary-menu > li ul a:before {
	content: '';
	background: rgba(39, 39, 39, 0.25);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.main-navigation #primary-menu > li ul a:hover {
	color: white;
}

@media (min-width: 1237px) {
	.main-navigation {
		overflow: hidden;
		z-index: 1000;
		top: 14.2rem;
		height: auto;
	}
	.main-navigation #primary-menu:not(:has(li.hover)) > li:first-child > a {
		color: #272727;
	}
	.main-navigation #primary-menu:not(:has(li.hover)) > li:first-child ul {
		display: grid;
	}
	.main-navigation #primary-menu {
		padding: 2rem 2rem 5rem;
		position: relative;
		max-width: 1237px;
		margin: auto;
	}
	.main-navigation #primary-menu > li {
		z-index: 2;
		width: 40%;
	}
	.main-navigation #primary-menu > li > a {
		font-size: 3rem;
		letter-spacing: 0.12rem;
		margin: 0;
		padding: 2.4rem 0rem;
		line-height: 1em;
	}
	.main-navigation #primary-menu > li ul {
		display: none;
		margin: 0 0 0 1rem;
		background: white;
		gap: 2.4rem;
		position: absolute;
		left: 40%;
		grid-template-rows: 50%;
		padding: 2rem 0 5rem 7rem;
		right: 0;
		top: 0;
		bottom: auto;
		height: 100%;
	}
	.main-navigation #primary-menu > li ul > li {
		aspect-ratio: initial;
	}
	.main-navigation #primary-menu > li ul > li a {
		padding: 0 1.5rem;
		font-size: 2rem;
		line-height: 2.4rem;
	}
	.main-navigation #primary-menu > li ul > li:last-child:after {
		display: none;
	}
	.main-navigation #primary-menu > li.hover > a {
		color: #272727;
	}
	.main-navigation #primary-menu > li.hover ul {
		display: grid;
	}
}

.distributor-menu {
	height: 3rem;
	transition: color .3s ease;
	white-space: nowrap;
	padding-left: 30px;
	position: relative;
	font-family: "Brandon Grotesque", sans-serif;
	color: rgba(39, 39, 39, 0.5);
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 0.12rem;
	margin-right: 1.6rem;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 3rem;
}

.distributor-menu:before {
	content: '';
	position: absolute;
	width: 22px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 22px;
	background: rgba(39, 39, 39, 0.5);
	mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOS4zNTkiIGhlaWdodD0iMTcuMjA4IiB2aWV3Qm94PSIwIDAgMTkuMzU5IDE3LjIwOCI+CiAgPHBhdGggaWQ9Ikljb25fbWV0cm8tc2hvcCIgZGF0YS1uYW1lPSJJY29uIG1ldHJvLXNob3AiIGQ9Ik05LjYyMywxMC4yNzRsLjg1MS01LjY0Nkg2LjA0OUw0LjIsOS40NjdBMS43LDEuNywwLDAsMCw0LjExMywxMGMwLDEuMTg3LDEuMjM3LDIuMTUxLDIuNzY1LDIuMTUxYTIuNjIzLDIuNjIzLDAsMCwwLDIuNzQ1LTEuODgyWm00LjE3LDEuODgyYzEuNTI3LDAsMi43NjUtLjk2NCwyLjc2NS0yLjE1MSwwLS4wNDQsMC0uMDg4LS4wMDUtLjEzTDE2LDQuNjI3SDExLjU4TDExLjAzMiw5Ljg3YzAsLjA0NCwwLC4wODgsMCwuMTM0LDAsMS4xODcsMS4yMzgsMi4xNTEsMi43NjUsMi4xNTFabTUuMzc3LDEuMTI1djQuMjUySDguNDE1VjEzLjI4N2E0LjUyNSw0LjUyNSwwLDAsMS0xLjUzNy4yNjcsNC40MzQsNC40MzQsMCwwLDEtLjYxNC0uMDUzdjYuODI4YTEuNTA5LDEuNTA5LDAsMCwwLDEuNSwxLjUwNkgxOS44MTVhMS41MTEsMS41MTEsMCwwLDAsMS41MDYtMS41MDZWMTMuNWE0LjYyMSw0LjYyMSwwLDAsMS0uNjE0LjA1M0E0LjQ2OSw0LjQ2OSwwLDAsMSwxOS4xNywxMy4yODFabTQuMjE2LTMuODE0LTEuODUxLTQuODRIMTcuMTExbC44NSw1LjYzOGEyLjYxNywyLjYxNywwLDAsMCwyLjc0NiwxLjg5MWMxLjUyNywwLDIuNzY1LS45NjQsMi43NjUtMi4xNTFhMS43MjcsMS43MjcsMCwwLDAtLjA4Ni0uNTM4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQuMTEzIC00LjYyNykiIGZpbGw9IiM5MzkzOTMiLz4KPC9zdmc+Cg==") no-repeat left center/22px;
	transition: background-color .3s ease;
}

.distributor-menu:focus, .distributor-menu:hover {
	color: #272727;
	background: none;
}

.distributor-menu:focus:before, .distributor-menu:hover:before {
	background: #272727;
}

.icon-menu-open + span .label-menu-close {
	display: none !important;
}

.icon-menu-close + span .label-menu-open {
	display: none !important;
}

.menu-btn:focus .icon, .menu-btn:hover .icon {
	background: #272727;
}

.menu-btn:focus .label-menu-open, .menu-btn:focus .label-menu-close, .menu-btn:hover .label-menu-open, .menu-btn:hover .label-menu-close {
	color: #272727 !important;
}

#page .page-overlay {
	pointer-events: none;
	transition: 0.5s;
	position: fixed;
	background: black;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 100;
	opacity: 0;
}

#page:has(.main-navigation.toggled) .page-overlay {
	pointer-events: all;
	opacity: 0.5;
}

@keyframes open-menu {
	0% {
		clip-path: polygon(0 0, 0 0%, 100% 0%, 100% 0%);
	}
	100% {
		clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0%);
	}
}

@keyframes close-menu {
	0% {
		clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0%);
	}
	100% {
		clip-path: polygon(0 0, 0 0%, 100% 0%, 100% 0%);
	}
}

#site-navigation.toggled {
	animation: open-menu 0.25s forwards ease-in-out;
}

#site-navigation.toggle_off {
	animation: close-menu 0.25s forwards ease-in-out;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

.cart-contents {
	display: flex;
	border: none;
	background: none;
	font-size: 1.2rem;
	font-weight: 700;
	color: rgba(39, 39, 39, 0.5);
	width: 4rem;
	justify-content: center;
	padding: 0.8rem 0;
	transition: color .3s ease;
}

.cart-contents .icon {
	transition: background-color .3s ease;
}

.cart-contents:hover, .cart-contents:active, .cart-contents:focus {
	color: #272727;
}

.cart-contents:hover .icon, .cart-contents:active .icon, .cart-contents:focus .icon {
	background-color: #272727;
}

#mini-cart--inner {
	position: sticky;
	top: 10.5rem;
	background: #fff;
	border: 0.1rem solid #272727;
}

@media (min-width: 1237px) {
	.cart-contents {
		margin-right: .8rem;
	}
}

.icon {
	font-size: 0;
	width: 2.2rem;
	height: 2.2rem;
	display: block;
	mask-size: contain;
}

.icon.icon-facebook {
	mask: url("assets/images/socials/facebook.svg") no-repeat center;
	background-color: #fff;
}

.icon.icon-instagram {
	mask: url("assets/images/socials/instagram.svg") no-repeat center;
	background-color: #fff;
}

.icon.icon-youtube {
	mask: url("assets/images/socials/youtube.svg") no-repeat center;
	background-color: #fff;
}

.icon.icon-garantie {
	mask: url("assets/images/garantie.svg") no-repeat center;
	background-color: #fff;
	width: 4.2rem;
	height: 4.2rem;
}

.icon.icon-questions {
	mask: url("assets/images/questions.svg") no-repeat center;
	background-color: #fff;
	width: 4.2rem;
	height: 4.2rem;
}

.icon.icon-retours {
	mask: url("assets/images/retours.svg") no-repeat center;
	background-color: #fff;
	width: 4.2rem;
	height: 4.2rem;
}

.icon.icon-cart {
	mask: url("assets/images/cart.svg") no-repeat center;
	background-color: rgba(39, 39, 39, 0.5);
	width: 2.4rem;
	height: 2.4rem;
	will-change: transform;
	transition: background-color .3s ease;
}

.icon.icon-profile {
	mask: url("assets/images/profile.svg") no-repeat center;
	background-color: rgba(39, 39, 39, 0.5);
	width: 2.4rem;
	height: 2.4rem;
	will-change: transform;
	transition: background-color .3s ease;
}

.icon.icon-profile:hover, .icon.icon-profile:active, .icon.icon-profile:focus {
	background-color: #272727;
}

.icon.icon-language {
	mask: url("assets/images/language.svg") no-repeat center;
	background-color: #a3a3a3;
	width: 2.4rem;
	height: 2.4rem;
}

.icon.icon-arrow-down {
	mask: url("assets/images/arrow-down.svg") no-repeat center;
	background-color: #a3a3a3;
	width: 1.1rem;
	height: 0.7rem;
}

.icon.icon-menu-open {
	mask: url("assets/images/menu-open.svg") no-repeat center;
	background-color: rgba(39, 39, 39, 0.5);
	width: 2.1rem;
	height: 1.6rem;
}

.icon.icon-menu-close {
	mask: url("assets/images/menu-close.svg") no-repeat center;
	background-color: rgba(39, 39, 39, 0.5);
	width: 2.1rem;
	height: 1.6rem;
}

.icon.icon-remove {
	mask: url("assets/images/remove.svg") no-repeat center;
	background-color: #A3A3A3;
	width: 1.7rem;
	height: 1.9rem;
}

.no-scroll {
	overflow: hidden;
}

.toggle-target {
	display: none;
}

.toggle-target.toggled, .toggle-target.toggle_off {
	display: block;
}

.accordion .accordion-force-hidden {
	display: none !important;
}

.accordion .accordion-target {
	display: none;
}

.active .accordion-target {
	display: block;
}

.wpml-ls-statics-shortcode_actions {
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	height: 3rem;
}

.wpml-ls-statics-shortcode_actions > ul > li > a.wpml-ls-item-toggle {
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 3rem;
	padding: 0 2rem 0 0rem;
	font-family: "Brandon Grotesque", sans-serif;
	color: rgba(39, 39, 39, 0.5);
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 0.12rem;
	text-transform: uppercase;
	transition: color .3s ease;
}

.wpml-ls-statics-shortcode_actions > ul > li > a.wpml-ls-item-toggle:before {
	content: '';
	display: block;
	mask: url("assets/images/language.svg") no-repeat center;
	background-color: #a3a3a3;
	width: 2.2rem;
	height: 2.2rem;
	margin-right: .8rem;
	will-change: transform;
	transition: background-color .3s ease;
}

.wpml-ls-statics-shortcode_actions > ul > li > a.wpml-ls-item-toggle:after {
	border: none;
	mask: url("assets/images/arrow-down.svg") no-repeat center;
	background-color: #a3a3a3;
	width: 1.1rem;
	height: 0.7rem;
	right: 0;
	will-change: transform;
	transition: background-color .3s ease;
}

.wpml-ls-statics-shortcode_actions > ul > li:hover a,
.wpml-ls-statics-shortcode_actions > ul > li:focus a,
.wpml-ls-statics-shortcode_actions > ul > li:active a {
	background: none;
	color: #272727;
}

.wpml-ls-statics-shortcode_actions > ul > li:hover a:before, .wpml-ls-statics-shortcode_actions > ul > li:hover a:after,
.wpml-ls-statics-shortcode_actions > ul > li:focus a:before,
.wpml-ls-statics-shortcode_actions > ul > li:focus a:after,
.wpml-ls-statics-shortcode_actions > ul > li:active a:before,
.wpml-ls-statics-shortcode_actions > ul > li:active a:after {
	background-color: #272727;
}

.wpml-ls-statics-shortcode_actions > ul > li > ul.wpml-ls-sub-menu {
	border: none;
}

.wpml-ls-statics-shortcode_actions > ul > li > ul.wpml-ls-sub-menu > li a {
	border: none;
	text-align: right;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 0.12rem;
	text-transform: uppercase;
	padding: 0 1.4rem 0 0;
}

.wpml-ls-statics-shortcode_actions > ul > li > ul.wpml-ls-sub-menu > li a:hover, .wpml-ls-statics-shortcode_actions > ul > li > ul.wpml-ls-sub-menu > li a:focus, .wpml-ls-statics-shortcode_actions > ul > li > ul.wpml-ls-sub-menu > li a:active {
	background: none;
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a,
.wpml-ls-legacy-dropdown a:focus,
.wpml-ls-legacy-dropdown a:hover {
	color: #272727;
	background: none;
}

.block.block-cms-contents-hero {
	background: url("assets/images/templates/site-black3-bg.jpg") #161616 no-repeat bottom center;
	padding-bottom: 6.5rem;
}

.block.block-cms-contents-hero h2 {
	margin: 0;
	padding: 4.5rem 0;
	color: #FFF;
	font-size: 2.4rem;
	font-weight: 300;
	letter-spacing: 0.24rem;
	line-height: 3rem;
	text-align: center;
	text-transform: uppercase;
}

.block.block-cms-contents-hero .elements {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-gap: 3rem;
}

.block.block-cms-contents-hero .elements .element a {
	position: relative;
	display: block;
	max-width: 45.1rem;
	margin: 0 auto;
	overflow: hidden;
}

.block.block-cms-contents-hero .elements .element a img {
	display: block;
	will-change: transform;
	transition: transform .5s;
}

.block.block-cms-contents-hero .elements .element a:hover img, .block.block-cms-contents-hero .elements .element a:active img, .block.block-cms-contents-hero .elements .element a:focus img {
	transform: scale(1.2);
}

.block.block-cms-contents-hero .elements .element a h3 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #FFF;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.15rem;
	line-height: 2.2rem;
	text-transform: uppercase;
	z-index: 1;
}

@media (min-width: 995px) {
	.block.block-cms-contents-hero {
		padding-bottom: 10rem;
	}
	.block.block-cms-contents-hero h2 {
		padding: 7.5rem 0;
		font-size: 3rem;
		letter-spacing: 0.3rem;
		line-height: 3.6rem;
		max-width: 45rem;
		margin: 0 auto;
	}
	.block.block-cms-contents-hero .elements {
		margin: 0 auto;
		grid-template-columns: 24.5rem 20.6rem 3.9rem 20.6rem 24.5rem;
		grid-template-rows: 12.9rem 14.5rem 9.9rem 3rem 24.4rem;
		grid-gap: 0;
	}
	.block.block-cms-contents-hero .elements .element:nth-child(1) {
		grid-column: 1/3;
		grid-row: 1/3;
	}
	.block.block-cms-contents-hero .elements .element:nth-child(2) {
		grid-column: 4/6;
		grid-row: 2/5;
	}
	.block.block-cms-contents-hero .elements .element:nth-child(3) {
		grid-column: 2/5;
		grid-row: 4/6;
	}
}

.block.block-categories-hero h1 {
	margin: 0 auto;
	padding: 0 0 4rem 0;
	color: #272727;
	font-size: 2.4rem;
	font-weight: 300;
	letter-spacing: 0.24rem;
	line-height: 3rem;
	text-align: center;
	text-transform: uppercase;
}

.block.block-categories-hero .elements {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 54rem;
}

.block.block-categories-hero .elements .element {
	flex: 0 0 calc(50% - 3rem);
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	margin: 0 1.5rem 3rem;
}

.block.block-categories-hero .elements .element a {
	height: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
	text-align: center;
}

.block.block-categories-hero .elements .element a h3 {
	padding: 0;
	margin: 1rem 0 0 0;
	color: #272727;
	opacity: .7;
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: 0.13rem;
	line-height: 1.7rem;
	text-transform: uppercase;
}

.block.block-categories-hero .elements .element a h3.subtitle {
	margin: 0;
}

.block.block-categories-hero .btn-centered {
	margin-top: 1rem;
}

@media (min-width: 969px) {
	.block.block-categories-hero .entry-content {
		max-width: 111.7rem;
		margin: auto;
		width: 100%;
	}
	.block.block-categories-hero h1 {
		padding: 0 0 4rem;
		font-size: 3rem;
		letter-spacing: .3rem;
		line-height: 3.6rem;
	}
	.block.block-categories-hero .elements {
		width: 100%;
		max-width: 90.4rem;
	}
	.block.block-categories-hero .elements .element {
		flex: 0 0 calc((100% / 3) - 3rem);
	}
}

.block.block-banner-text .content {
	padding: 4rem 0 0;
	max-width: 54rem;
	margin: 0 auto;
}

.block.block-banner-text .content p {
	margin-bottom: 0;
	text-align: center;
	color: #272727;
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: 0.13rem;
	line-height: 2rem;
	text-transform: uppercase;
}

.block.block-separator {
	padding: 4rem 0;
}

.block.block-separator .separator {
	height: 3.6rem;
	position: relative;
}

.block.block-separator .separator:before {
	content: '';
	display: block;
	position: absolute;
	height: 3.6rem;
	width: 3.8rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	mask: url("assets/images/separator-bg.svg") center no-repeat;
	background-color: #707070;
}

.block.block-separator .separator:after {
	content: '';
	display: block;
	position: absolute;
	height: 0.1rem;
	width: 100%;
	top: 1.8rem;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(112, 112, 112, 0.8);
	clip-path: polygon(0% 0%, 0% 100%, calc(50% - 2.5rem) 100%, calc(50% - 2.5rem) 0, calc(50% + 2.5rem) 0, calc(50% + 2.5rem) 100%, calc(50% - 2.5rem) 100%, calc(50% - 2.5rem) 100%, 100% 100%, 100% 0%);
}

@media (min-width: 995px) {
	.block.block-separator .separator {
		width: 100%;
		max-width: 90.4rem;
		margin: 0 auto;
	}
}

.block.block-content-hero {
	min-height: 600px;
	overflow: hidden;
	position: relative;
}

.block.block-content-hero:after {
	content: '';
	display: block;
	position: absolute;
	width: 600px;
	height: 600px;
	background: url("assets/images/zrc-watch-cut.png") bottom center no-repeat;
	background-size: cover;
	grid-column: 2;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.block.block-content-hero .container {
	position: relative;
	z-index: 1;
}

.block.block-content-hero h2 {
	padding: 0;
	color: #272727;
	font-size: 2.4rem;
	font-weight: 300;
	letter-spacing: 0.24rem;
	line-height: 3rem;
	text-align: center;
	text-transform: uppercase;
	margin: 6.5rem 0 0;
}

.block.block-content-hero p {
	margin: 1.5rem 0;
	text-align: center;
}

.block.block-content-hero .btn-centered {
	margin: 0;
}

@media (min-width: 969px) {
	.block.block-content-hero .entry-content {
		max-width: 111.7rem;
		margin: auto;
		width: 100%;
	}
	.block.block-content-hero h2 {
		font-size: 3rem;
		letter-spacing: .3rem;
		line-height: 3.6rem;
		margin-top: 8rem;
	}
	.block.block-content-hero p {
		margin: .8rem 0 2.5rem;
	}
}

.block.block-banner-hero {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	aspect-ratio: 1920 / 600;
	max-height: 800px;
	width: 100%;
}

.block.block-banner-hero .content h2 {
	margin: 0;
	padding: 4rem 0 0;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 300;
	letter-spacing: 0.24rem;
	line-height: 3rem;
	text-align: center;
	text-transform: uppercase;
}

.block.block-banner-hero .content p {
	margin: 1.5rem 0;
	color: #fff;
	text-align: center;
}

.block.block-banner-hero .content .btn-centered {
	margin-top: 1rem;
	margin-bottom: 4.5rem;
}

.block.block-banner-hero .content .btn-centered .btn.btn-blue.btn-cart, .block.block-banner-hero .content .btn-centered .wp-block-buttons .wp-block-button a.btn-cart, .wp-block-buttons .wp-block-button .block.block-banner-hero .content .btn-centered a.btn-cart {
	padding: 1.4rem 2rem !important;
}

.block.block-banner-hero .content img {
	display: block;
	margin: 0 auto;
	width: 80%;
}

.block.block-banner-hero_desc {
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
}

.block.block-banner-hero_desc .content h2 {
	padding-bottom: 4rem;
}

@media (max-width: 968px) {
	.block-banner-hero {
		position: relative;
	}
	.block-banner-hero:before {
		content: '';
		background: black;
		opacity: 0.5;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 1;
	}
	.block-banner-hero .inner-content {
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		position: relative;
		z-index: 2;
	}
	.block-banner-hero .container {
		height: 100%;
	}
	.block-banner-hero .content {
		height: 100%;
	}
}

@media (min-width: 969px) {
	.block.block-banner-hero .container {
		height: 100%;
	}
	.block.block-banner-hero .content {
		height: 100%;
		max-width: 111.7rem;
		margin: 0 auto;
		display: grid;
		grid-template-columns: 44rem auto;
		grid-gap: 8.3rem;
	}
	.block.block-banner-hero .content > * {
		grid-column: 2;
		grid-row: 1;
		align-self: center;
	}
	.block.block-banner-hero .content > img {
		width: auto;
		grid-column: 1;
		grid-row: 1;
		align-self: flex-end;
	}
	.block.block-banner-hero .content h2 {
		padding: 0;
		font-size: 3rem;
		letter-spacing: 0.3rem;
		line-height: 3.6rem;
	}
	.block.block-banner-hero .content p {
		margin: .8rem 0 2.5rem;
	}
	.block.block-banner-hero .content .btn-centered {
		margin: 0 auto;
	}
}

.block.block-savoir-faire {
	background: #000000;
	padding: 5.5rem 0;
}

.block.block-savoir-faire h2 {
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 300;
	letter-spacing: 0.24rem;
	line-height: 3rem;
	margin: 0;
}

.block.block-savoir-faire .elements {
	max-width: 54rem;
	margin: 0 auto;
}

.block.block-savoir-faire .elements .element {
	margin-top: 4rem;
	opacity: .5;
	transition: opacity .3s ease;
}

.block.block-savoir-faire .elements .element.active {
	opacity: 1;
}

.block.block-savoir-faire .elements .element img {
	display: block;
	margin: 0 auto 2.5rem;
}

.block.block-savoir-faire .elements .element h3,
.block.block-savoir-faire .elements .element h4 {
	margin: 0;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 300;
	letter-spacing: 0.18rem;
	line-height: 2.3rem;
	color: #fff;
}

.block.block-savoir-faire .elements .element .more {
	margin: 1rem 0 0;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: .12rem;
	text-align: center;
	text-transform: uppercase;
	display: block;
}

.block.block-savoir-faire .elements .element p {
	margin: 1rem 0 0;
	text-align: center;
}

.block.block-savoir-faire .elements .element .more,
.block.block-savoir-faire .elements .element p {
	color: #fff;
}

@media (min-width: 969px) {
	.block.block-savoir-faire {
		padding: 7.5rem 0;
	}
	.block.block-savoir-faire .elements {
		max-width: 93rem;
	}
	.block.block-savoir-faire .elements:after {
		content: '';
		display: block;
		clear: both;
	}
	.block.block-savoir-faire .elements .element {
		display: grid;
		grid-template-columns: auto auto;
		grid-column-gap: 4.7rem;
		margin-top: 6rem;
		align-items: center;
		opacity: 1;
	}
	.block.block-savoir-faire .elements .element.active {
		opacity: 1;
	}
	.block.block-savoir-faire .elements .element:hover, .block.block-savoir-faire .elements .element:focus, .block.block-savoir-faire .elements .element:active {
		opacity: 1;
	}
	.block.block-savoir-faire .elements .element h3,
	.block.block-savoir-faire .elements .element h4,
	.block.block-savoir-faire .elements .element p {
		text-align: left;
	}
	.block.block-savoir-faire .elements .element img {
		margin: 0;
	}
	.block.block-savoir-faire .elements .element:nth-child(even) img {
		grid-row: 1;
		grid-column: 2;
	}
	.block.block-savoir-faire .elements .element:after {
		content: '';
		display: block;
		clear: both;
	}
	.block.block-savoir-faire .elements .element .more {
		display: none;
	}
	.block.block-savoir-faire .elements .element .accordion .accordion-target {
		display: block;
	}
}

.wp-block-media-text .wp-block-media-text__media {
	margin-bottom: 1.5rem;
}

.wp-block-media-text .wp-block-media-text__media img {
	display: block;
	max-width: 100%;
	width: auto;
	margin: 0 auto;
}

.wp-block-media-text .wp-block-media-text__content h2 {
	font-size: 2rem;
	font-weight: 300;
	letter-spacing: .2rem;
	line-height: 2.6rem;
	text-transform: uppercase;
	margin-bottom: .5rem;
}

.wp-block-media-text .wp-block-media-text__content p strong {
	display: inline-block;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

.wp-block-media-text .wp-block-media-text__content p:last-child {
	margin-bottom: 0;
}

@media (min-width: 969px) {
	.wp-block-media-text .wp-block-media-text__media {
		margin-bottom: 0;
	}
	.wp-block-media-text .wp-block-media-text__media img {
		margin: 0 0 0 auto;
	}
	.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media img {
		margin: 0 auto 0 0;
	}
}

.wp-block-columns .wp-block-column .wp-block-image {
	display: block;
	margin: 0 0 2rem;
}

.wp-block-columns .wp-block-column .wp-block-image img {
	display: block;
	margin: 0 auto;
}

.wp-block-columns .wp-block-column h2 {
	font-size: 2rem;
	font-weight: 300;
	letter-spacing: .2rem;
	line-height: 2.6rem;
	text-transform: uppercase;
	padding-bottom: 1.2rem;
}

.wp-block-buttons .wp-block-button {
	margin: .5rem 0 0;
}

.block.block-page-heading-links h2 {
	margin: 0 auto;
	padding: 0 0 4rem 0;
	color: #272727;
	font-size: 2.4rem;
	font-weight: 300;
	letter-spacing: 0.24rem;
	line-height: 3rem;
	text-align: center;
	text-transform: uppercase;
}

.block.block-page-heading-links .elements {
	list-style-type: none;
	margin: 0 auto 1rem;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.block.block-page-heading-links .elements .element {
	flex: 0 0 calc(50% - 3rem);
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	margin: 0 1.5rem 3rem;
}

.block.block-page-heading-links .elements .element a {
	height: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
	text-align: center;
}

.block.block-page-heading-links .elements .element a h3 {
	padding: 0;
	margin: 1rem 0 0 0;
	color: #272727;
	opacity: .7;
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: 0.13rem;
	line-height: 1.7rem;
	text-transform: uppercase;
}

.block.block-page-heading-links .elements .element a .btn, .block.block-page-heading-links .elements .element a .wp-block-buttons .wp-block-button a, .wp-block-buttons .wp-block-button .block.block-page-heading-links .elements .element a a {
	margin-top: 1.5rem;
}

.block.block-page-heading-links + .block.block-page-heading-links .block.block-separator {
	padding-top: 0;
}

@media (min-width: 768px) {
	.block.block-page-heading-links .elements .element {
		flex: 0 0 calc((100% / 3) - 3rem);
	}
}

@media (min-width: 969px) {
	.block.block-page-heading-links .entry-content {
		max-width: 111.7rem;
		margin: auto;
		width: 100%;
	}
	.block.block-page-heading-links h2 {
		font-size: 3rem;
		letter-spacing: .3rem;
		line-height: 3.6rem;
	}
	.block.block-page-heading-links .elements .element {
		flex: 0 0 calc((100% / 5) - 3rem);
	}
}

.block.block-gallery-downloads .elements {
	list-style-type: none;
	margin: 0 auto 1rem;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.block.block-gallery-downloads .elements .element {
	flex: 0 0 calc(50% - 3rem);
	display: flex;
	align-items: center;
	flex-direction: column;
	margin: 0 1.5rem 3rem;
}

.block.block-gallery-downloads .elements .element img {
	margin-bottom: 1.5rem;
}

.block.block-gallery-downloads .elements .element p {
	text-align: center;
}

@media (min-width: 768px) {
	.block.block-gallery-downloads .elements .element {
		flex: 0 0 calc((100% / 3) - 3rem);
	}
}

@media (min-width: 969px) {
	.block.block-gallery-downloads .entry-content {
		max-width: 111.7rem;
		margin: auto;
		width: 100%;
	}
	.block.block-gallery-downloads .elements .element {
		flex: 0 0 calc((100% / 5) - 3rem);
	}
}

.block-content-cta {
	--max-block-height: 400px;
}

.block-content-cta .cta-item {
	background: black;
	position: relative;
	line-height: 0;
	height: calc(100vh - 6rem);
	max-height: var(--max-block-height);
	overflow: hidden;
}

.block-content-cta .cta-item iframe, .block-content-cta .cta-item img {
	transition: 0.5s;
}

.block-content-cta .cta-item:hover img {
	scale: 1.1;
}

.block-content-cta .cta-item:hover iframe {
	transform: translate(-50%, -50%);
}

.block-content-cta .cta-item .cta-item-link {
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: pointer;
}

.block-content-cta .cta-item .cta-item-content {
	position: absolute;
	bottom: 5rem;
	left: 0;
	right: 0;
	text-align: center;
	color: white;
	z-index: 2;
}

.block-content-cta .cta-item .cta-item-content > span {
	text-transform: uppercase;
	line-height: 2rem;
	font-size: 1.3rem;
	letter-spacing: 0.3rem;
}

.block-content-cta .cta-item .cta-item-content .h1 {
	margin: 1.3rem auto 0;
	padding: 0;
	max-width: 50%;
	min-width: 300px;
}

.block-content-cta .cta-item:has(img):before {
	content: '';
	background: linear-gradient(to top, black, transparent);
	opacity: 0.5;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}

.block-content-cta .cta-item:has(iframe):before {
	content: '';
	background: black;
	opacity: 0.5;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}

.block-content-cta .cta-item:has(iframe) .cta-item-content {
	bottom: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.block-content-cta img, .block-content-cta iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.block-content-cta iframe {
	border: 0;
	height: max(var(--max-block-height), 100vmax);
	width: max(100vmax, calc(var(--max-block-height) * 2));
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	max-width: initial;
	left: 50%;
}

@media (min-width: 768px) {
	.block-content-cta {
		display: flex;
		--max-block-height: 650px;
	}
	.block-content-cta .cta-item {
		flex: 1 1 0px;
	}
}

@media (min-width: 1560px) {
	.block-content-cta {
		--max-block-height: 800px;
	}
}

.block-recent-news {
	position: relative;
	overflow: hidden;
}

.block-recent-news .container {
	max-width: 111.7rem;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	padding: 6.5rem 0 0rem;
}

@media (min-width: 768px) {
	.block-recent-news .container {
		padding: 12rem 0 8rem;
	}
}

.block-recent-news .entry-content .h1 {
	margin-bottom: 0;
}

.block-recent-news .entry-content > p {
	text-align: center;
	margin-bottom: 4.5rem;
}

.block-recent-news .decorative-zrc-shape {
	left: 50%;
	top: 4.5rem;
	width: 800px;
	height: calc(100% - 70px);
	background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
	left: 50%;
	transform: translateX(-50%);
	max-width: calc(100vw - 6rem);
}

@media (min-width: 768px) {
	.block-recent-news .decorative-zrc-shape {
		top: 7rem;
		background-size: cover;
	}
}

.single-post .post {
	overflow: hidden;
	position: relative;
}

.single-post .decorative-zrc-shape {
	width: 800px;
	height: 1040px;
	background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
	transform: translateX(-50%);
}

@media (min-width: 768px) {
	.single-post .decorative-zrc-shape {
		background-size: cover;
	}
}

.single-post .decorative-zrc-shape_1 {
	left: 100%;
	top: 0rem;
}

.single-post .decorative-zrc-shape_2 {
	left: 0%;
	top: 60rem;
}

.single-post .blog-categories-news {
	position: relative;
	z-index: 2;
}

.single-post .entry-content, .single-post .entry-header {
	position: relative;
	z-index: 1;
}

.news-grid {
	display: grid;
	gap: 1.6rem;
}

@media (min-width: 768px) {
	.news-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.news {
	background: #EAEAEA;
	transition: 0.3s opacity ease;
	display: flex;
	flex-direction: column;
}

.news:hover {
	opacity: 0.4;
}

.news h3 {
	margin: 0;
}

.news h3 a {
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.24rem;
}

.news time {
	color: rgba(0, 0, 0, 0.3);
	font-size: 1.5rem;
}

.news a {
	text-decoration: none;
}

.news p {
	margin-top: 0.4rem;
}

.news-thumbnail {
	background: black;
	display: block;
	line-height: 0;
	aspect-ratio: 16/9;
}

.news-thumbnail img {
	height: 100%;
	width: 100%;
	aspect-ratio: 16/9;
	object-fit: cover;
}

.news-body {
	padding: 2.5rem;
	flex: 1 1;
	display: flex;
	flex-direction: column;
}

.news .category-tags {
	display: flex;
	flex-wrap: wrap;
	margin-top: auto;
	gap: 0.5rem;
}

.news .category-tags a {
	background: white;
	display: inline-block;
	font-weight: 500;
	font-size: 1rem;
	padding: 0.3rem 0.6rem 0.1rem;
	border-radius: 0.3rem;
	text-transform: uppercase;
	letter-spacing: 0.16rem;
}

.news-button {
	margin-top: 5rem;
	text-align: center;
	margin-bottom: 5rem;
}

.decorative-zrc-shape {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='808.361' height='1043.752' viewBox='0 0 808.361 1043.752'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.5' x2='0.5' y2='1' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23efefef'/%3E%3Cstop offset='1' stop-color='%23fff'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath id='Tracé_63' data-name='Tracé 63' d='M77.392,53.013H731L404.376,896.946ZM0,0,404.4,1043.752,808.361,0Z' fill='url(%23linear-gradient)'/%3E%3C/svg%3E%0A");
	position: absolute;
}

.navigation.pagination {
	margin-bottom: 6rem;
	text-align: center;
	position: relative;
}

.navigation.pagination .nav-links {
	font-size: 1.5rem;
}

.navigation.pagination .next {
	padding-left: 3rem;
}

.navigation.pagination .prev {
	padding-right: 3rem;
}

.navigation.pagination .page-numbers:before {
	margin-right: 0.4rem;
	padding: 0 0.5rem;
	content: '|';
}

.navigation.pagination .prev:before, .navigation.pagination .next:before, .navigation.pagination .page-numbers:nth-child(1):before {
	content: unset;
}

.navigation.pagination:not(:has(.prev)) {
	padding-left: 10rem;
}

.navigation.pagination:has(.prev) .page-numbers:nth-child(2):before {
	content: unset;
}

.wp-block-embed.aligncenter {
	text-align: center;
}

.block-blog-text-image .container {
	max-width: 111.7rem;
	margin: 0 auto 5rem;
}

.block-blog-text-image .entry-content {
	display: grid;
	gap: 1rem;
}

@media (min-width: 768px) {
	.block-blog-text-image .entry-content {
		gap: 3.2rem;
		grid-template-columns: 1fr 2fr;
	}
}

.block-blog-text-image .image-part > img {
	width: 100%;
}

@media (min-width: 768px) {
	.block-blog-text-image:nth-child(even) .entry-content {
		grid-template-columns: 2fr 1fr;
	}
	.block-blog-text-image:nth-child(even) .entry-content .image-part {
		order: -1;
	}
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

#wpsl-wrap {
	margin-bottom: 8rem;
}

#wpsl-wrap .wpsl-search {
	background: #fff;
	padding: 0;
	margin: 0 0 3.5rem;
}

#wpsl-wrap .wpsl-search #wpsl-search-wrap form {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}

#wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-input {
	display: block;
	float: none;
	margin: 0;
}

#wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-input label {
	display: block;
	float: none;
	line-height: 1.5;
}

#wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-input #wpsl-search-input {
	display: block;
	padding: 1.2rem 1.6rem;
}

#wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-search-btn-wrap {
	float: none;
	margin: 0 0 0 1.5rem;
}

#wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-search-btn-wrap #wpsl-search-btn {
	display: inline-block;
	border-radius: 0.3rem !important;
	padding: 1.4rem 2rem !important;
	line-height: initial !important;
	border: .1rem solid transparent;
	background: #525252 !important;
	color: #fff !important;
	font-size: 1.2rem !important;
	font-weight: 500;
	letter-spacing: 0.12rem;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase !important;
	margin: 0 !important;
}

#wpsl-wrap #wpsl-result-list li {
	padding: 1.5rem 0;
	border-top: 0.1rem solid rgba(112, 112, 112, 0.8);
	border-bottom: 0.1rem solid rgba(112, 112, 112, 0.8);
}

#wpsl-wrap #wpsl-result-list li p {
	margin: 0;
}

#wpsl-wrap #wpsl-result-list li .wpsl-direction-wrap {
	display: none;
}

#wpsl-wrap #wpsl-result-list li .wpsl-store-details {
	display: block;
	margin-top: .5rem;
	text-transform: uppercase;
	color: #888888;
}

#wpsl-wrap #wpsl-gmap {
	margin: 0 0 1.5rem;
}

#wpsl-wrap #wpsl-gmap .wpsl-directions {
	display: none;
}

#wpsl-wrap .wpsl-container #wpsl-result-list {
	float: none;
	width: auto;
}

#wpsl-wrap .wpsl-container #wpsl-gmap {
	float: none;
	width: auto;
}

#wpsl-wrap .wpsl-container #wpsl-gmap .wpsl-info-window > span {
	display: none;
}

@media (min-width: 969px) {
	#wpsl-wrap #wpsl-gmap {
		margin: 0;
	}
	#wpsl-wrap .wpsl-container {
		display: grid;
		grid-template-columns: 1fr 3fr;
		grid-gap: 8.3rem;
	}
	#wpsl-wrap .wpsl-container #wpsl-result-list {
		float: none;
		width: auto;
		margin: 0;
		grid-row: 1;
		grid-column: 1;
	}
	#wpsl-wrap .wpsl-container #wpsl-gmap {
		float: none;
		width: auto;
		margin: 0;
		grid-row: 1;
		grid-column: 2;
	}
}

html.xoo-wsc-cart-active {
	overflow: initial !important;
}

.xoo-wsc-container {
	width: 100%;
	max-width: 100%;
	right: -100%;
	padding: 2rem 2.5rem;
}

.xoo-wsc-container .xoo-wsc-header {
	padding: 0 0 3rem 0;
}

.xoo-wsc-container .xoo-wsc-header .xoo-wsch-top {
	position: relative;
	justify-content: flex-start;
}

.xoo-wsc-container .xoo-wsc-header .xoo-wsch-top .xoo-wsch-text {
	font-size: 3rem;
	font-weight: 300;
	letter-spacing: .3rem;
	line-height: 3.6rem;
	margin: 0;
	text-transform: uppercase;
}

.xoo-wsc-container .xoo-wsc-header .xoo-wsch-top .xoo-wsch-close {
	position: absolute;
	right: 0;
	font-size: 1.6rem;
	padding: 1rem;
}

.xoo-wsc-container .xoo-wsc-body .xoo-wsc-products .xoo-wsc-product {
	display: grid;
	grid-template-columns: 12.5rem auto 2rem;
	align-items: flex-start;
	border-top: 0.1rem solid rgba(112, 112, 112, 0.8);
	border-bottom: none;
	padding: 1.6rem 0;
}

.xoo-wsc-container .xoo-wsc-body .xoo-wsc-products .xoo-wsc-product:last-child {
	border-bottom: 0.1rem solid rgba(112, 112, 112, 0.8);
}

.xoo-wsc-container .xoo-wsc-body .xoo-wsc-products .xoo-wsc-product .xoo-wsc-img-col {
	width: 12.5rem;
	height: auto;
}

.xoo-wsc-container .xoo-wsc-body .xoo-wsc-products .xoo-wsc-product .xoo-wsc-img-col a {
	display: block;
}

.xoo-wsc-container .xoo-wsc-body .xoo-wsc-products .xoo-wsc-product .xoo-wsc-img-col a img {
	width: 12.5rem;
}

.xoo-wsc-container .xoo-wsc-body .xoo-wsc-products .xoo-wsc-product .xoo-wsc-sum-col {
	width: auto;
	padding: 0;
}

.xoo-wsc-container .xoo-wsc-body .xoo-wsc-products .xoo-wsc-product .xoo-wsc-sum-col .xoo-wsc-sm-info {
	display: block;
}

.xoo-wsc-container .xoo-wsc-body .xoo-wsc-products .xoo-wsc-product .xoo-wsc-sum-col .xoo-wsc-sm-info .xoo-wsc-pname a {
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 3.2rem;
	text-transform: uppercase;
	text-decoration: none;
	color: #272727;
}

.xoo-wsc-container .xoo-wsc-body .xoo-wsc-products .xoo-wsc-product .xoo-wsc-sum-col .xoo-wsc-sm-info .xoo-wsc-pname a span {
	display: block;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 2rem;
	text-transform: none;
}

.xoo-wsc-container .xoo-wsc-body .xoo-wsc-products .xoo-wsc-product .xoo-wsc-sum-col .xoo-wsc-sm-info .xoo-wsc-qty-price .xoo-wsc-quantity {
	display: block;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 2rem;
	text-transform: none;
	color: #272727;
}

.xoo-wsc-container .xoo-wsc-body .xoo-wsc-products .xoo-wsc-product .xoo-wsc-sum-col .xoo-wsc-sm-info .xoo-wsc-qty-price .xoo-wsc-smr-ptotal {
	display: block;
	margin-top: .5rem;
}

.xoo-wsc-container .xoo-wsc-body .xoo-wsc-products .xoo-wsc-product .xoo-wsc-sum-col .xoo-wsc-sm-info .xoo-wsc-qty-price .xoo-wsc-smr-ptotal .amount {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 3.2rem;
	text-transform: uppercase;
	color: #272727;
}

.xoo-wsc-container .xoo-wsc-body .xoo-wsc-products .xoo-wsc-product .xoo-wsc-del-col .xoo-wsc-smr-del {
	display: block;
	color: transparent !important;
	text-align: right;
	width: 1.7rem;
	margin: 0 0 0 auto;
}

.xoo-wsc-container .xoo-wsc-footer {
	padding: 2rem 0 0 0;
}

.xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ft-totals {
	padding: 0;
}

.xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ft-totals .xoo-wsc-ft-amt {
	display: block;
	margin: 0;
	padding: 0;
}

.xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ft-totals .xoo-wsc-ft-amt .xoo-wsc-ft-amt-label,
.xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ft-totals .xoo-wsc-ft-amt .xoo-wsc-ft-amt-value {
	padding: 0;
	color: #272727;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 3.2rem;
	text-transform: uppercase;
}

.xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ft-totals .xoo-wsc-ft-amt .xoo-wsc-ft-amt-value {
	margin-right: 1.5rem;
}

.xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ft-buttons-cont {
	margin-top: 2rem;
	display: grid;
	grid-template-columns: auto;
}

.xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ft-buttons-cont .xoo-wsc-ft-btn-checkout {
	padding: 1.4rem 2rem !important;
}

.xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ft-buttons-cont .xoo-wsc-cart-close {
	padding: 1.4rem 2rem !important;
	border-color: rgba(82, 82, 82, 0.5);
	color: #272727;
}

.xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ft-buttons-cont .xoo-wsc-ft-btn-cart {
	display: none !important;
}

.xoo-wsc-container .cross-sells {
	margin-top: 3.5rem;
}

.xoo-wsc-container .cross-sells h2 {
	text-align: left;
}

.xoo-wsc-container .cross-sells ul.products {
	max-width: 100% !important;
}

@media (min-width: 969px) {
	.xoo-wsc-container {
		max-width: 73.2rem;
		padding: 6rem 6.5rem;
	}
	.xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ft-buttons-cont {
		display: flex;
		justify-content: flex-start;
	}
	.xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ft-buttons-cont .xoo-wsc-ft-btn-cart {
		display: inline-flex !important;
		margin: 0 0 0 auto !important;
		padding: 1.4rem 2rem !important;
	}
}

form .columns {
	display: block;
}

form .columns .col1,
form .columns .col2 {
	display: block;
}

.wpcf7 form .wpcf7-response-output {
	margin: 0 0 1.5rem 0;
	border: none;
	padding: 0;
}

.wpcf7 form.sent .wpcf7-response-output {
	color: #8fae1b;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: normal;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output, .wpcf7 form.spam .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	color: #ff0000;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: normal;
}

.wpcf7 form .wpcf7-not-valid-tip {
	color: #ff0000;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: normal;
}

.wpcf7 form .wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 1rem;
}

.wpcf7 form input {
	width: 100%;
}

.wpcf7 form textarea {
	vertical-align: top;
	height: 16rem;
}

.wpcf7 form .submit {
	margin-top: 2rem;
	display: flex;
	align-items: center;
}

.wpcf7 form .submit input[type="submit"] {
	width: auto;
	display: inline-block;
	border-radius: 0.3rem !important;
	padding: 1.4rem 2rem !important;
	line-height: initial !important;
	border: none;
	background: #525252 !important;
	color: #fff !important;
	font-size: 1.2rem !important;
	font-weight: 500;
	letter-spacing: 0.12rem;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 !important;
}

@media (min-width: 969px) {
	form {
		display: block;
	}
	form .columns {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 1rem;
	}
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.hidden {
	display: none;
}

.grecaptcha-badge {
	display: none;
}

.otgs-development-site-front-end {
	display: none;
}

.mb-0 {
	margin-bottom: 0;
}

.text-red {
	color: #c40000;
}

.restricted-account {
	margin-top: 5rem;
	margin-bottom: 12rem;
}

.restricted-account a.btn.btn-black, .restricted-account .page-template-template-content-right .wp-block-buttons .wp-block-button a, .page-template-template-content-right .wp-block-buttons .wp-block-button .restricted-account a, .restricted-account .wp-block-buttons .wp-block-button a.btn-black, .wp-block-buttons .wp-block-button .restricted-account a.btn-black {
	margin: auto !important;
	margin-top: 1rem !important;
}

/*# sourceMappingURL=style.css.map */