@charset "UTF-8";
/*
Theme Name:           Stevenson
Theme URI:            https://chilowe.com
Description:          Club Chilowe custom theme based on Overflow
Author:               Chilowe
Author URI:           https://chilowe.com
Version:              2023-04-18
Tags:                 two-columns, right-sidebar, custom-colors, editor-style, theme-options, featured-images, custom-menu, sticky-post, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          overflow
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Reboot
# Base
# Utilities
# Layout
# Elements
# Widgets
# Media
# Vendors

/*--------------------------------------------------------------
# Reboot
--------------------------------------------------------------*/
*,
*::before,
*::after {
	box-sizing: border-box;
}

:root {
	--encre: #000;
	--anthracite: #1D1D1B;
	--charbon: #3C3C3B;
	--ardoise: #6C757D;
	--souris: #D1DFE0;
	--tourterelle: #B7B9C2;
	--selene: #F2F4F6;
	--argent: #F8F9FA;
	--perle: #FFF;
	--marine: #445775;
	--france: #007AC9;
	--ocean: #A0BAC6;
	--celeste: #D1DFE1;
	--incarnat: #E15942;
	--terracotta: #E05941;
	--rouille: #F1B668;
	--soleil: #FDCC56;
	--ble: #FFD36B;
	--paille: #F8EED1;
	--granny: #7EEA92;
	--emeraude: #428169;
	--menthe: #9CD1BB;
	--sapin: #163832;
	--pill-shadow: -2px 3px 0px black, 2px 4px 0px black, -1px -1px 0px black, 1px 0px 0px black;
	--pill-border: 1px solid black;
	--main-cta-border-color: var(--anthracite);
	--main-cta-background-color: var(--granny);
	--neonblue: #3366FF;
}

:host{
	--color-bg-default:#fff;
	--color-bg-secondary:#f9f9f9;
	--color-fg-default:#333;
	--color-fg-primary:var(--sapin);
	--color-fg-secondary:#748194;
	--color-fg-selected:#fff;
	--color-fg-muted:#9e9e9e;
	--color-fg-accent:#e63757;
	--color-btn-primary-bg:#fff;
	--color-btn-primary-fg:var(--sapin) !important;
	--color-btn-primary-border:var(--sapin) !important;
	--color-btn-primary-hover-bg:var(--sapin) !important;
	--color-btn-primary-hover-fg:#fff;
	--color-btn-primary-hover-border:var(--sapin) !important;
	--color-btn-primary-disabled-bg:var(--sapin) !important;
	--color-btn-primary-disabled-fg:#fff;
	--color-btn-primary-disabled-border:var(--sapin) !important;
	--color-btn-secondary-bg:#fff;
	--color-btn-secondary-fg:#748194;
	--color-btn-secondary-border:#748194;
	--color-btn-secondary-hover-bg:#748194;
	--color-btn-secondary-hover-fg:#fff;
	--color-btn-secondary-hover-border:#748194;
	--color-btn-secondary-disabled-bg:#b5bbc4;
	--color-btn-secondary-disabled-fg:#fff;
	--color-btn-secondary-disabled-border:#b5bbc4;
	--color-border-default:#ddd;
	--color-border-locked:#f9f9f9;
	--day-width:42px;
	--day-height:37px;
	--border-radius:2px;
	--primary-color:var(--sapin) !important;
	--secondary-color:#748194;
	--white-color:#fff;
	--black-color:#333;
	--lightgray-color:#f9f9f9;
	--gray-color:#9e9e9e;
	--red-color:#e63757
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: var(--anthracite);
	text-align: left;
	background-color: var(--perle);
}

[tabindex="-1"]:focus {
	outline: 0 !important;
}

hr, .wp-block-separator {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 1rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: .5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

b,
strong {
	font-weight: 800;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

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

a:hover {
	color: var(--tourterelle);
	text-decoration: none;
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
	outline: 0;
}

pre,
code,
kbd,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em;
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
}

figure {
	margin: 0 0 1rem;
}

img {
	vertical-align: middle;
	border-style: none;
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

table, .wp-block-table {
	border-collapse: collapse;
}

caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: inherit;
}

label {
	display: inline-block;
	margin-bottom: 0.5rem;
}

button {
	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
	-webkit-appearance: listbox;
	appearance: listbox;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none;
	appearance: none;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
	cursor: pointer;
}

template {
	display: none;
}

[hidden] {
	display: none !important;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Typography
--------------------------------------------------------------*/
html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	margin-bottom: 1rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.25;
	color: var(--encre);
	word-wrap: break-word;
}

h1, .h1 {
	font-size: 3rem;
}

h2, .h2 {
	font-size: 2rem;
}

h3, .h3 {
	font-size: 1.75rem;
}

h4, .h4 {
	font-size: 1.5rem;
}

h5, .h5 {
	font-size: 1.25rem;
}

h6, .h6 {
	font-size: 1rem;
}

hr, .wp-block-separator {
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-top: 48px !important;
	margin-bottom: 48px !important;
}

small, .small {
	font-size: 80%;
	font-weight: 400;
}

mark, .mark {
	padding: 0.2em;
	background-color: var(--paille);
}

/*--------------------------------------------------------------
## Font Style
--------------------------------------------------------------*/
.cs-breadcrumbs {
	font-size: 12px;
}

.title-block {
	margin-bottom: 1.5rem;
}

.entry-header .post-excerpt {
	font-size: 1.25rem;
}

.tagcloud a {
	font-size: 0.6875rem !important;
}

.tagcloud a:not(:last-child) {
	margin-right: 0.5rem;
}

/*--------------------------------------------------------------
## Tables
--------------------------------------------------------------*/
table, .wp-block-table {
	width: 100%;
	max-width: 100%;
	border-collapse: collapse;
	margin-bottom: 1rem;
	background-color: transparent;
}

table th, .wp-block-table th,
table td,
.wp-block-table td {
	padding: 0.75rem;
	vertical-align: top;
	border: none;
	border-top: 1px solid var(--celeste);
}

table thead th, .wp-block-table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid var(--celeste);
}

table tbody + tbody, .wp-block-table tbody + tbody {
	border-top: 2px solid var(--celeste);
}

.wp-block-table .wp-block-table__cell-content {
	padding: 0;
}

.table-bordered {
	border: 1px solid var(--celeste);
}

.table-bordered th,
.table-bordered td {
	border: 1px solid var(--celeste);
}

.table-bordered thead th,
.table-bordered thead td {
	border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, 0.05);
}

@media (max-width: 599.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}

@media (max-width: 719.98px) {
	.swiper-button-next, .swiper-container-rtl, .swiper-button-prev {
		top: 28% !important;
	}
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}

@media (max-width: 1019.98px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}

@media (max-width: 1199.98px) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}

@media (max-width: 1919.98px) {
	.table-responsive-full {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

/*--------------------------------------------------------------
## Forms
--------------------------------------------------------------*/
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"],
select,
textarea {
	display: block;
	width: 100%;
	font-size: 0.75rem;
	padding: 0.375rem 1rem;
	line-height: 1.7rem;
	color: var(--sapin);
	background-color: var(--selene);
	border: 2px solid var(--selene);
	border-radius: 0;
	transition: background-color 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
	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"],
	select,
	textarea {
		transition: none;
	}
}

input[type="text"]::-ms-expand,
input[type="email"]::-ms-expand,
input[type="url"]::-ms-expand,
input[type="password"]::-ms-expand,
input[type="search"]::-ms-expand,
input[type="number"]::-ms-expand,
input[type="tel"]::-ms-expand,
input[type="range"]::-ms-expand,
input[type="date"]::-ms-expand,
input[type="month"]::-ms-expand,
input[type="week"]::-ms-expand,
input[type="time"]::-ms-expand,
input[type="datetime"]::-ms-expand,
input[type="datetime-local"]::-ms-expand,
input[type="color"]::-ms-expand,
select::-ms-expand,
textarea::-ms-expand {
	background-color: transparent;
	border: 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
select:focus,
textarea:focus {
	background-color: var(--perle);
	box-shadow: none;
	outline: 0;
}

input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="range"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="color"]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
	color: var(--tourterelle);
	opacity: 1;
}

input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="range"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="color"]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: var(--tourterelle);
	opacity: 1;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
input[type="range"]::placeholder,
input[type="date"]::placeholder,
input[type="month"]::placeholder,
input[type="week"]::placeholder,
input[type="time"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="color"]::placeholder,
select::placeholder,
textarea::placeholder {
	color: var(--tourterelle);
	opacity: 1;
}

input[type="text"]:disabled, input[type="text"][readonly],
input[type="email"]:disabled,
input[type="email"][readonly],
input[type="url"]:disabled,
input[type="url"][readonly],
input[type="password"]:disabled,
input[type="password"][readonly],
input[type="search"]:disabled,
input[type="search"][readonly],
input[type="number"]:disabled,
input[type="number"][readonly],
input[type="tel"]:disabled,
input[type="tel"][readonly],
input[type="range"]:disabled,
input[type="range"][readonly],
input[type="date"]:disabled,
input[type="date"][readonly],
input[type="month"]:disabled,
input[type="month"][readonly],
input[type="week"]:disabled,
input[type="week"][readonly],
input[type="time"]:disabled,
input[type="time"][readonly],
input[type="datetime"]:disabled,
input[type="datetime"][readonly],
input[type="datetime-local"]:disabled,
input[type="datetime-local"][readonly],
input[type="color"]:disabled,
input[type="color"][readonly],
select:disabled,
select[readonly],
textarea:disabled,
textarea[readonly] {
	background-color: var(--selene);
	opacity: 1;
}

select:not([size]):not([multiple]) {
	height: calc(2.25rem + 4px);
}

select:focus::-ms-value {
	color: var(--sapin);
	background-color: var(--selene);
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	border: 1px solid transparent;
	padding: 0.375rem 1rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	background-color: var(--encre);
	color: white;
}

@media screen and (prefers-reduced-motion: reduce) {
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.button {
		transition: none;
	}
}

button:hover, button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.button:hover,
.button:focus {
	background: var(--granny);
	text-decoration: none;
	color: var(--anthracite);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.button:focus {
	outline: 0;
}

.button-transparent {
	background: transparent;
	color: var(--encre);
}

.button-transparent:hover, .button-transparent:focus {
	color: #6c757d;
}

.post-password-form {
	padding: 40px;
	background: var(--argent);
}

.post-password-form label {
	margin-bottom: 0;
	flex: 1;
}

.post-password-form input[type="password"] {
	background-color: var(--perle);
	min-height: 40px;
}

.post-password-form input[type="submit"] {
	padding: 0 2rem;
	min-height: 40px;
	height: 100%;
	border-radius: 0;
}

.post-password-form > p:first-child {
	font-size: 1.25rem;
	margin-bottom: 2rem;
}

.post-password-form > p:last-child {
	display: flex;
	align-items: flex-end;
	margin-bottom: 0;
}

.cs-input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}

.cs-input-group input[type="text"],
.cs-input-group input[type="email"],
.cs-input-group input[type="url"],
.cs-input-group input[type="password"],
.cs-input-group input[type="search"],
.cs-input-group input[type="number"],
.cs-input-group input[type="tel"] {
	position: relative;
	z-index: 2;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0;
}

.cs-input-group button {
	line-height: 1.5rem;
}

.cs-input-group .search-submit {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.search-form {
	transition: .2s ease box-shadow;
	border-radius: 0;
}

/*--------------------------------------------------------------
## Icons
--------------------------------------------------------------*/
@font-face {
	font-family: "cs-icons";
	src: url("css/icons/icons.ttf") format("truetype"), url("css/icons/icons.woff") format("woff"), url("css/icons/icons.svg#icons") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

[class^="cs-icon-"],
[class*=" cs-icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "cs-icons" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.cs-icon-share-top:before {
	content: "\e934";
}

.cs-icon-volume-x:before {
	content: "\e931";
}

.cs-icon-volume-2:before {
	content: "\e932";
}

.cs-icon-pause-circle:before {
	content: "\e92f";
}

.cs-icon-play-circle:before {
	content: "\e91d";
}

.cs-icon-clock:before {
	content: "\e92e";
}

.cs-icon-bag:before {
	content: "\e92d";
}

.cs-icon-cart:before {
	content: "\e92c";
}

.cs-icon-activity:before {
	content: "\e900";
}

.cs-icon-alert-circle:before {
	content: "\e901";
}

.cs-icon-arrow-down:before {
	content: "\e902";
}

.cs-icon-arrow-down-circle:before {
	content: "\e903";
}

.cs-icon-arrow-left:before {
	content: "\e904";
}

.cs-icon-arrow-left-circle:before {
	content: "\e905";
}

.cs-icon-arrow-right:before {
	content: "\e906";
}

.cs-icon-arrow-right-circle:before {
	content: "\e907";
}

.cs-icon-arrow-up-circle:before {
	content: "\e908";
}

.cs-icon-at-sign:before {
	content: "\e909";
}

.cs-icon-award:before {
	content: "\e90a";
}

.cs-icon-bookmark:before {
	content: "\e90b";
}

.cs-icon-chevron-down:before {
	content: "\e90c";
}

.cs-icon-chevron-left:before {
	content: "\e90d";
}

.cs-icon-chevron-right:before {
	content: "\e90e";
}

.cs-icon-chevron-up:before {
	content: "\e90f";
}

.cs-icon-circle:before {
	content: "\e910";
}

.cs-icon-eye:before {
	content: "\e911";
}

.cs-icon-file:before {
	content: "\e912";
}

.cs-icon-file-text:before {
	content: "\e913";
}

.cs-icon-film:before {
	content: "\e914";
}

.cs-icon-help-circle:before {
	content: "\e915";
}

.cs-icon-info:before {
	content: "\e916";
}

.cs-icon-message-square:before {
	content: "\e918";
}

.cs-icon-more-horizontal:before {
	content: "\e919";
}

.cs-icon-more-vertical:before {
	content: "\e91a";
}

.cs-icon-music:before {
	content: "\e91b";
}

.cs-icon-play:before {
	content: "\e91c";
}

.cs-icon-play-circle:before {
	content: "\e91d";
}

.cs-icon-plus-circle:before {
	content: "\e91e";
}

.cs-icon-search:before {
	content: "\e91f";
}

.cs-icon-share:before {
	content: "\e920";
}

.cs-icon-tag:before {
	content: "\e921";
}

.cs-icon-watch:before {
	content: "\e922";
}

.cs-icon-x:before {
	content: "\e923";
}

.cs-icon-x-circle:before {
	content: "\e924";
}

.cs-icon-x-square:before {
	content: "\e925";
}

.cs-icon-youtube:before {
	content: "\e926";
}

.cs-icon-zap:before {
	content: "\e927";
}

.cs-icon-zoom-in:before {
	content: "\e928";
}

.cs-icon-zoom-out:before {
	content: "\e929";
}

/*--------------------------------------------------------------
## Colors
--------------------------------------------------------------*/
@media (min-width: 1020px) {
	body {
		background-color: var(--perle);
	}
}

a {
	transition: .2s color ease;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
	color: var(--encre);
}

h1 a:hover, h1 a:focus, h2 a:hover, h2 a:focus, h3 a:hover, h3 a:focus, h4 a:hover, h4 a:focus, h5 a:hover, h5 a:focus, h6 a:hover, h6 a:focus,
.h1 a:hover,
.h1 a:focus, .h2 a:hover, .h2 a:focus, .h3 a:hover, .h3 a:focus, .h4 a:hover, .h4 a:focus, .h5 a:hover, .h5 a:focus, .h6 a:hover, .h6 a:focus {
	color: #6c757d;
	text-decoration: none;
}

.post-categories {
	color: var(--tourterelle);
}

.post-categories a {
	color: var(--tourterelle);
}

.post-categories a:hover, .post-categories a:focus {
	color: var(--encre);
}

.post-meta,
.cs-breadcrumbs {
	color: var(--tourterelle);
}

.post-meta a,
.cs-breadcrumbs a {
	color: var(--anthracite);
}

.post-meta a:hover, .post-meta a:focus,
.cs-breadcrumbs a:hover,
.cs-breadcrumbs a:focus {
	color: var(--encre);
}

figcaption {
	color: var(--tourterelle);
}

span[class*="meta-"] {
	color: var(--tourterelle);
}

.archive-count {
	color: var(--tourterelle);
}

.page-subtitle {
	color: var(--tourterelle);
}

/*--------------------------------------------------------------
## Lists
--------------------------------------------------------------*/
.cs-list-articles {
	padding-left: 0;
	list-style: none;
}

.cs-list-articles > li > a {
	display: flex;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	line-height: 1.25rem;
	color: #6c757d;
	font-size: 0.875rem;
	position: relative;
	padding-left: 2rem;
}

.cs-list-articles > li > a:before {
	position: absolute;
	left: 0;
	top: 0;
	font-family: "cs-icons";
	content: "\e906";
	color: #ced4da;
	font-size: 14px;
	margin-right: 1rem;
	display: inline-block;
	transition: .2s ease all;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	top: 4px;
}

.cs-list-articles > li > a:hover {
	color: var(--encre);
}

.cs-list-articles > li > a:hover:before {
	color: var(--perle);
	transition: .2s ease all;
	background: #6c757d;
}

/*--------------------------------------------------------------
## Entry
--------------------------------------------------------------*/
.entry .entry-content:after {
	content: '';
	clear: both;
	display: table;
}

.entry .entry-content > *:last-child:after,
.entry .entry-summary > *:last-child:after {
	content: '';
	clear: both;
	display: table;
}

.entry .entry-content > *,
.entry .entry-content .wp-block-column > *,
.entry .entry-content .wp-block-group__inner-container > *,
.entry .entry-content .wp-block-cover__inner-container > *,
.entry .entry-content .wp-block-media-text__content > *,
.entry .entry-content .cnvs-block-column-inner > div > *,
.entry .entry-content .cnvs-block-section-content-inner > *,
.entry .entry-content .cnvs-block-section-sidebar-inner > *,
.entry .entry-summary > *,
.entry .entry-summary .wp-block-column > *,
.entry .entry-summary .wp-block-group__inner-container > *,
.entry .entry-summary .wp-block-cover__inner-container > *,
.entry .entry-summary .wp-block-media-text__content > *,
.entry .entry-summary .cnvs-block-column-inner > div > *,
.entry .entry-summary .cnvs-block-section-content-inner > *,
.entry .entry-summary .cnvs-block-section-sidebar-inner > * {
	margin-top: 32px;
	margin-bottom: 32px;
}

@media (min-width: 600px) {
	.entry .entry-content > *,
	.entry .entry-content .wp-block-column > *,
	.entry .entry-content .wp-block-group__inner-container > *,
	.entry .entry-content .wp-block-cover__inner-container > *,
	.entry .entry-content .wp-block-media-text__content > *,
	.entry .entry-content .cnvs-block-column-inner > div > *,
	.entry .entry-content .cnvs-block-section-content-inner > *,
	.entry .entry-content .cnvs-block-section-sidebar-inner > *,
	.entry .entry-summary > *,
	.entry .entry-summary .wp-block-column > *,
	.entry .entry-summary .wp-block-group__inner-container > *,
	.entry .entry-summary .wp-block-cover__inner-container > *,
	.entry .entry-summary .wp-block-media-text__content > *,
	.entry .entry-summary .cnvs-block-column-inner > div > *,
	.entry .entry-summary .cnvs-block-section-content-inner > *,
	.entry .entry-summary .cnvs-block-section-sidebar-inner > * {
		margin-top: 32px;
		margin-bottom: 32px;
	}
}

.entry .entry-content > *:first-child,
.entry .entry-content .wp-block-column > *:first-child,
.entry .entry-content .wp-block-group__inner-container > *:first-child,
.entry .entry-content .wp-block-cover__inner-container > *:first-child,
.entry .entry-content .wp-block-media-text__content > *:first-child,
.entry .entry-content .cnvs-block-column-inner > div > *:first-child,
.entry .entry-content .cnvs-block-section-content-inner > *:first-child,
.entry .entry-content .cnvs-block-section-sidebar-inner > *:first-child,
.entry .entry-summary > *:first-child,
.entry .entry-summary .wp-block-column > *:first-child,
.entry .entry-summary .wp-block-group__inner-container > *:first-child,
.entry .entry-summary .wp-block-cover__inner-container > *:first-child,
.entry .entry-summary .wp-block-media-text__content > *:first-child,
.entry .entry-summary .cnvs-block-column-inner > div > *:first-child,
.entry .entry-summary .cnvs-block-section-content-inner > *:first-child,
.entry .entry-summary .cnvs-block-section-sidebar-inner > *:first-child {
	margin-top: 0;
}

.entry .entry-content > *:last-child,
.entry .entry-content .wp-block-column > *:last-child,
.entry .entry-content .wp-block-group__inner-container > *:last-child,
.entry .entry-content .wp-block-cover__inner-container > *:last-child,
.entry .entry-content .wp-block-media-text__content > *:last-child,
.entry .entry-content .cnvs-block-column-inner > div > *:last-child,
.entry .entry-content .cnvs-block-section-content-inner > *:last-child,
.entry .entry-content .cnvs-block-section-sidebar-inner > *:last-child,
.entry .entry-summary > *:last-child,
.entry .entry-summary .wp-block-column > *:last-child,
.entry .entry-summary .wp-block-group__inner-container > *:last-child,
.entry .entry-summary .wp-block-cover__inner-container > *:last-child,
.entry .entry-summary .wp-block-media-text__content > *:last-child,
.entry .entry-summary .cnvs-block-column-inner > div > *:last-child,
.entry .entry-summary .cnvs-block-section-content-inner > *:last-child,
.entry .entry-summary .cnvs-block-section-sidebar-inner > *:last-child {
	margin-bottom: 0;
}

.entry .entry-content .entry-content,
.entry .entry-content .entry-summary,
.entry .entry-summary .entry-content,
.entry .entry-summary .entry-summary {
	margin: inherit;
	max-width: inherit;
	padding: inherit;
}

@media (min-width: 600px) {
	.entry .entry-content .entry-content,
	.entry .entry-content .entry-summary,
	.entry .entry-summary .entry-content,
	.entry .entry-summary .entry-summary {
		margin: inherit;
		max-width: inherit;
		padding: inherit;
	}
}

/*--------------------------------------------------------------
## Entry Content
--------------------------------------------------------------*/
.entry-content {
	line-height: 1.75;
}

.entry-content > a,
.entry-content > p > a,
.entry-content > ul li > a,
.entry-content > ol li > a,
.entry-content > p > em > a,
.entry-content > p > strong > a {
	text-decoration: underline;
}

.entry-content > a:hover, .entry-content > a:focus,
.entry-content > p > a:hover,
.entry-content > p > a:focus,
.entry-content > ul li > a:hover,
.entry-content > ul li > a:focus,
.entry-content > ol li > a:hover,
.entry-content > ol li > a:focus,
.entry-content > p > em > a:hover,
.entry-content > p > em > a:focus,
.entry-content > p > strong > a:hover,
.entry-content > p > strong > a:focus {
	text-decoration: none;
}

.entry-content > blockquote {
	position: relative;
	font-size: 1.25rem;
	line-height: 1.5;
	margin-left: 0;
	margin-right: 0;
	margin-top: 48px;
	margin-bottom: 48px;
	padding: 1.5rem 0;
	border-left: 0;
	border-top: 1px var(--selene) solid;
	border-bottom: 1px var(--selene) solid;
}

.entry-content > blockquote cite {
	display: block;
	color: var(--tourterelle);
	font-size: 0.875rem;
	font-style: italic;
	margin-top: 0.5rem;
}

.entry-content > blockquote p {
	line-height: 1.5;
}

.entry-content > blockquote p:first-child {
	font-size: inherit;
	margin-top: 0;
}

.entry-content > blockquote p:last-child {
	margin-bottom: 0;
}

.entry-content cite {
	color: var(--tourterelle);
}

.entry-content .wp-caption-dd {
	color: var(--tourterelle);
	margin-left: 0;
}

.entry-content .cs-embed {
	margin-top: 48px;
	margin-bottom: 48px;
}

.alignnone {
	max-width: 100%;
}

.alignleft {
	float: none;
	margin-right: 0;
}

.alignleft:first-child + * {
	margin-top: 0;
}

@media (min-width: 600px) {
	.alignleft {
		float: left;
		margin-right: 2rem;
	}
}

.alignright {
	float: none;
	margin-left: 0;
}

.alignright:first-child + * {
	margin-top: 0;
}

@media (min-width: 600px) {
	.alignright {
		float: right;
		margin-left: 2rem;
	}
}

.aligncenter {
	display: block;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

.aligncenter .wp-caption-text,
.aligncenter .wp-caption-dd {
	text-align: center;
}

img.alignleft,
img.alignright {
	margin-bottom: 1rem;
}

/** =========== Blocks =========== */
.wp-block-columns > *:first-child {
	margin-top: 0;
}

.wp-block-columns > *:last-child {
	margin-bottom: 0;
}

.wp-block-columns .wp-block-column > *:first-child {
	margin-top: 0;
}

.wp-block-columns .wp-block-column > *:last-child {
	margin-bottom: 0;
}

@media only screen and (min-width: 600px) {
	.wp-block-columns {
		flex-wrap: nowrap;
	}
}

p.has-background {
	padding: 1.5rem 2rem;
}

p.wp-block-subhead {
	font-size: 1.25rem;
	color: var(--tourterelle);
	opacity: 1;
}

p.has-drop-cap:not(:focus):first-letter {
	font-size: 4rem;
	line-height: 1;
	margin-top: 0.5rem;
	margin-right: 2rem;
	margin-bottom: 0.5rem;
}

.wp-block-separator:not(.is-style-dots) {
	border-top: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	max-width: 680px;
}

.wp-block-separator.is-style-dots {
	border: none;
	text-align: left;
}

.wp-block-separator.is-style-dots:before {
	padding-left: 0;
	color: var(--tourterelle);
}

.wp-block-button.alignleft {
	text-align: left;
}

.wp-block-button.alignright {
	text-align: right;
}

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

.wp-block-button .wp-block-button__link {
	transition: opacity 0.2s;
}

.wp-block-button .wp-block-button__link:not(.has-background) {
	background-color: var(--encre);
}

.wp-block-button .wp-block-button__link:not(.has-text-color) {
	color: white;
}

.wp-block-button .wp-block-button__link:hover {
	opacity: 0.7;
	cursor: pointer;
}

.wp-block-button:not(.is-style-squared) .wp-block-button__link {
	border-radius: 2rem;
}

.wp-block-code {
	background-color: rgba(0, 0, 0, 0.05);
	padding: 1rem 1.5rem;
	font-family: Menlo, Consolas, monaco, monospace;
	line-height: 1.75;
	font-size: 0.875rem;
	color: var(--encre);
	white-space: pre-wrap;
	border-radius: 0;
	border: none;
}

.wp-block-code .editor-plain-text {
	background-color: transparent;
}

.wp-block-preformatted {
	background-color: rgba(0, 0, 0, 0.05);
	padding: 1rem 1.5rem;
}

.wp-block-preformatted pre {
	padding: 0;
}

.wp-block-preformatted,
.wp-block-preformatted pre {
	font-family: Menlo, Consolas, monaco, monospace;
	line-height: 1.75;
	font-size: 0.875rem;
	color: var(--encre);
	white-space: pre-wrap;
}

.wp-block-verse {
	background-color: rgba(0, 0, 0, 0.05);
	padding: 1rem 1.5rem;
}

.wp-block-verse pre {
	padding: 0;
}

.wp-block-verse,
.wp-block-verse pre {
	font-family: Menlo, Consolas, monaco, monospace;
	line-height: 1.75;
	font-size: 0.875rem;
	color: var(--encre);
	overflow: auto;
}

.wp-block-audio figcaption {
	color: var(--tourterelle);
	text-align: center;
}

.wp-block-embed figcaption {
	color: var(--tourterelle);
	text-align: center;
}

.wp-block-video video {
	width: 100%;
}

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

@media (max-width: 599.98px) {
	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
		padding-top: 8%;
		padding-bottom: 0;
	}
	.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
		padding-top: 0;
		padding-bottom: 8%;
	}
}

.wp-block-image figcaption {
	color: var(--tourterelle);
	text-align: center;
}

@media (min-width: 600px) {
	.wp-block-image figcaption {
		text-align: initial;
	}
}

.wp-block-image .alignleft figcaption, .wp-block-image .alignright figcaption,
.wp-block-image .aligncenter figcaption, .wp-block-image .alignwide figcaption,
.wp-block-image .alignfull figcaption {
	text-align: center;
}

.wp-block-image.alignleft figcaption, .wp-block-image.alignright figcaption, .wp-block-image.aligncenter figcaption, .wp-block-image.alignwide figcaption, .wp-block-image.alignfull figcaption {
	text-align: center;
}

.wp-block-image .alignleft, .wp-block-image.alignleft {
	float: none;
	margin-right: 0;
}

@media (min-width: 600px) {
	.wp-block-image .alignleft, .wp-block-image.alignleft {
		float: left;
		margin-right: 2rem;
	}
}

.wp-block-image .alignright, .wp-block-image.alignright {
	float: none;
	margin-left: 0;
}

@media (min-width: 600px) {
	.wp-block-image .alignright, .wp-block-image.alignright {
		float: right;
		margin-left: 2rem;
	}
}

@media (max-width: 599.98px) {
	.wp-block-image .alignleft,
	.wp-block-image .alignright {
		margin-left: auto;
		margin-right: auto;
	}
}

.wp-block-cover,
.wp-block-cover-image {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: auto;
}

.wp-block-cover:after,
.wp-block-cover-image:after {
	width: 0;
	padding-bottom: 56.25%;
	height: 100%;
	content: '';
}

.wp-block-cover.alignleft:after, .wp-block-cover.alignright:after,
.wp-block-cover-image.alignleft:after,
.wp-block-cover-image.alignright:after {
	padding-bottom: 75%;
}

.wp-block-cover.alignfull:after, .wp-block-cover.alignwide:after,
.wp-block-cover-image.alignfull:after,
.wp-block-cover-image.alignwide:after {
	padding-bottom: 40%;
}

.wp-block-cover .wp-block-cover-text,
.wp-block-cover-image .wp-block-cover-text {
	font-size: 2rem;
	line-height: 1.25;
	padding: 1rem;
}

@media (min-width: 600px) {
	.wp-block-cover .wp-block-cover-text,
	.wp-block-cover-image .wp-block-cover-text {
		padding: 2rem;
	}
}

.wp-block-quote:not(.is-large), .wp-block-quote:not(.is-style-large) {
	position: relative;
	font-size: 1.25rem;
	line-height: 1.5;
	padding: 1.5rem 0;
	margin-top: 48px;
	margin-bottom: 48px;
	border-top: 1px var(--selene) solid;
	border-bottom: 1px var(--selene) solid;
	color: var(--encre);
}

.wp-block-quote:not(.is-large):not(.is-style-large) {
	border-left: 0;
}

.wp-block-quote p {
	line-height: 1.5;
}

.wp-block-quote p:first-child {
	font-size: inherit;
	margin-top: 0;
}

.wp-block-quote p:last-child {
	margin-bottom: 0;
}

.wp-block-quote cite {
	font-style: italic;
	color: var(--tourterelle);
	line-height: 1.5;
}

.wp-block-quote .wp-block-quote__citation {
	font-style: italic;
	color: var(--tourterelle);
	line-height: 1.5;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-large p:first-child, .wp-block-quote.is-style-large p,
.wp-block-quote.is-style-large p:first-child {
	font-size: 1.5rem;
	font-style: normal;
	line-height: 1.6;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
	font-size: 0.875rem;
	text-align: left;
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
	max-width: 100%;
}

@media (min-width: 600px) {
	.wp-block-pullquote.alignleft,
	.wp-block-pullquote.alignright,
	.wp-block-cover-image.alignleft,
	.wp-block-cover-image.alignright,
	.wp-block-cover.alignleft,
	.wp-block-cover.alignright {
		max-width: calc(50% - 1rem);
	}
}

.wp-block-pullquote {
	border-top: 4px solid var(--encre);
	border-bottom: 4px solid var(--encre);
	padding: 2rem 1rem;
}

.wp-block-pullquote blockquote {
	margin: 0;
}

.wp-block-pullquote p {
	font-size: 1.75rem;
	line-height: 1.5;
}

.wp-block-pullquote .alignleft p,
.wp-block-pullquote .alignright p {
	font-size: 1.25rem;
}

.wp-block-pullquote blockquote:not(.has-text-color) {
	color: var(--encre);
}

.wp-block-pullquote blockquote:not(.has-text-color) cite,
.wp-block-pullquote blockquote:not(.has-text-color) footer,
.wp-block-pullquote blockquote:not(.has-text-color) .wp-block-pullquote__citation {
	color: var(--tourterelle);
	font-style: italic;
}

.wp-block-latest-comments {
	border-top: 1px solid var(--selene);
	border-bottom: 1px solid var(--selene);
	padding: 2rem 0;
	margin: 0;
}

.wp-block-latest-comments .wp-block-latest-comments__comment {
	margin: 2rem 0 0;
}

.wp-block-latest-comments .wp-block-latest-comments__comment:first-child {
	margin-top: 0;
}

.wp-block-latest-comments .wp-block-latest-comments__comment > article {
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-date {
	color: var(--tourterelle);
	font-size: 0.875rem;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
	font-size: inherit;
	line-height: inherit;
	margin: 0.5rem 0;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p:last-child {
	margin-bottom: 0;
}

.wp-block-latest-posts,
.wp-block-categories-list,
.wp-block-categories__list,
.wp-block-archives-list {
	padding-left: 0;
	list-style: none;
	padding-left: 0;
	padding-right: 0;
	text-align: left;
}

.wp-block-latest-posts li,
.wp-block-categories-list li,
.wp-block-categories__list li,
.wp-block-archives-list li {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.wp-block-latest-posts > li a,
.wp-block-categories-list > li a,
.wp-block-categories__list > li a,
.wp-block-archives-list > li a {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.wp-block-latest-posts > li > a,
.wp-block-categories-list > li > a,
.wp-block-categories__list > li > a,
.wp-block-archives-list > li > a {
	display: flex;
	position: relative;
	padding-left: 2rem;
}

.wp-block-latest-posts > li > a:before,
.wp-block-categories-list > li > a:before,
.wp-block-categories__list > li > a:before,
.wp-block-archives-list > li > a:before {
	position: absolute;
	left: 0;
	top: 8px;
	font-family: "cs-icons";
	content: "\e906";
	color: #ced4da;
	font-size: 14px;
	margin-right: 1rem;
	display: inline-block;
	transition: .2s ease all;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border-radius: 100%;
}

.wp-block-latest-posts > li > a:hover,
.wp-block-categories-list > li > a:hover,
.wp-block-categories__list > li > a:hover,
.wp-block-archives-list > li > a:hover {
	color: var(--encre);
}

.wp-block-latest-posts > li > a:hover:before,
.wp-block-categories-list > li > a:hover:before,
.wp-block-categories__list > li > a:hover:before,
.wp-block-archives-list > li > a:hover:before {
	color: var(--perle);
	transition: .2s ease all;
	background: #6c757d;
}

.wp-block-latest-posts .wp-block-latest-posts__post-date,
.wp-block-categories-list .wp-block-latest-posts__post-date,
.wp-block-categories__list .wp-block-latest-posts__post-date,
.wp-block-archives-list .wp-block-latest-posts__post-date {
	margin-left: 2rem;
	flex: 0 0 100%;
	font-size: 0.875rem;
	color: var(--tourterelle);
}

.wp-block-latest-posts .children,
.wp-block-latest-posts .wp-block-categories__list,
.wp-block-categories-list .children,
.wp-block-categories-list .wp-block-categories__list,
.wp-block-categories__list .children,
.wp-block-categories__list .wp-block-categories__list,
.wp-block-archives-list .children,
.wp-block-archives-list .wp-block-categories__list {
	flex: 0 0 100%;
}

.wp-block-categories > .wp-block-categories__list {
	padding: 0;
}

.wp-block-archives.wp-block-archives-list {
	padding: 0;
}

.wp-block-categories-list a,
.wp-block-categories__list a,
.wp-block-archives-list a {
	padding-right: 0.5rem;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

@media (min-width: 1020px) {
	.mobile-only {
		display: none;
	}
}
@media (max-width: 1019px) {
	.desktop-only {
		display: none;
	}
}

/*--------------------------------------------------------------
## Background
--------------------------------------------------------------*/
.cs-bg-dark {
	color: rgba(255, 255, 255, 0.9);
}

.cs-bg-dark h1, .cs-bg-dark h2, .cs-bg-dark h3, .cs-bg-dark h4, .cs-bg-dark h5, .cs-bg-dark h6,
.cs-bg-dark .h1, .cs-bg-dark .h2, .cs-bg-dark .h3, .cs-bg-dark .h4, .cs-bg-dark .h5, .cs-bg-dark .h6 {
	color: var(--perle);
}

.cs-bg-dark h1 a, .cs-bg-dark h2 a, .cs-bg-dark h3 a, .cs-bg-dark h4 a, .cs-bg-dark h5 a, .cs-bg-dark h6 a,
.cs-bg-dark .h1 a, .cs-bg-dark .h2 a, .cs-bg-dark .h3 a, .cs-bg-dark .h4 a, .cs-bg-dark .h5 a, .cs-bg-dark .h6 a {
	transition: .2s ease all !important;
	color: var(--perle);
}

.cs-bg-dark h1:hover a, .cs-bg-dark h1:focus a, .cs-bg-dark h2:hover a, .cs-bg-dark h2:focus a, .cs-bg-dark h3:hover a, .cs-bg-dark h3:focus a, .cs-bg-dark h4:hover a, .cs-bg-dark h4:focus a, .cs-bg-dark h5:hover a, .cs-bg-dark h5:focus a, .cs-bg-dark h6:hover a, .cs-bg-dark h6:focus a,
.cs-bg-dark .h1:hover a,
.cs-bg-dark .h1:focus a, .cs-bg-dark .h2:hover a, .cs-bg-dark .h2:focus a, .cs-bg-dark .h3:hover a, .cs-bg-dark .h3:focus a, .cs-bg-dark .h4:hover a, .cs-bg-dark .h4:focus a, .cs-bg-dark .h5:hover a, .cs-bg-dark .h5:focus a, .cs-bg-dark .h6:hover a, .cs-bg-dark .h6:focus a {
	color: rgba(255, 255, 255, 0.75);
}

.cs-bg-dark a,
.cs-bg-dark .entry-content a,
.cs-bg-dark .meta-category a,
.cs-bg-dark .meta-comments a,
.cs-bg-dark .post-meta .author a {
	color: rgba(255, 255, 255, 0.8);
}

.cs-bg-dark a:hover, .cs-bg-dark a:focus,
.cs-bg-dark .entry-content a:hover,
.cs-bg-dark .entry-content a:focus,
.cs-bg-dark .meta-category a:hover,
.cs-bg-dark .meta-category a:focus,
.cs-bg-dark .meta-comments a:hover,
.cs-bg-dark .meta-comments a:focus,
.cs-bg-dark .post-meta .author a:hover,
.cs-bg-dark .post-meta .author a:focus {
	color: white;
}

.cs-bg-dark .title-block {
	color: rgba(255, 255, 255, 0.7);
}

.cs-bg-dark caption,
.cs-bg-dark figcaption,
.cs-bg-dark .post-meta,
.cs-bg-dark .cs-breadcrumbs {
	color: rgba(255, 255, 255, 0.7);
}

.cs-bg-dark .pk-input-group {
	border-color: var(--perle);
}

.cs-bg-dark .hero-title {
	color: var(--perle) !important;
}

.cs-bg-dark .navbar-follow-box .navbar-follow-text {
	color: rgba(255, 255, 255, 0.75);
}

.cs-bg-dark .navbar-follow-box .navbar-follow-counters .followers {
	color: rgba(255, 255, 255, 0.75);
}

.cs-bg-dark .navbar-follow-box .navbar-follow-counters .followers .number {
	color: var(--perle);
}

.cs-bg-dark .navbar-follow-box .navbar-follow-btn {
	background-color: rgba(255, 255, 255, 0.125);
}

.cs-bg-dark .site-info {
	border-top: none;
	color: rgba(255, 255, 255, 0.5);
}

.cs-bg-dark .site-info .footer-aside + .footer-content .navbar-footer {
	border-color: rgba(255, 255, 255, 0.2);
}

.cs-bg-dark .site-info .footer-title {
	color: var(--perle);
}

.cs-bg-dark .footer-copyright {
	color: rgba(255, 255, 255, 0.6);
}

.cs-bg-dark .footer-copyright a {
	color: var(--perle);
}

.cs-bg-dark .navbar-footer a {
	color: rgba(255, 255, 255, 0.85);
}

.cs-bg-dark .navbar-footer a:hover {
	color: var(--perle);
}

.cs-bg-dark .pk-font-heading {
	color: var(--perle);
}

.cs-bg-dark .pk-color-secondary {
	color: rgba(255, 255, 255, 0.75);
}

.cs-bg-dark .pk-font-secondary {
	color: rgba(255, 255, 255, 0.75);
}

.cs-bg-dark .pk-badge-primary {
	background-color: rgba(255, 255, 255, 0.25);
}

.cs-bg-dark .pk-social-links-link {
	color: var(--perle);
}

.cs-bg-dark .pk-social-links-link:hover, .cs-bg-dark .pk-social-links-link:focus {
	color: rgba(255, 255, 255, 0.75);
}

.cs-bg-dark .pk-social-links-count {
	color: rgba(255, 255, 255, 0.75);
}

.cs-bg-dark .pk-social-links-label {
	color: rgba(255, 255, 255, 0.3);
}

.cs-bg-dark .pk-social-links-scheme-bold .pk-social-links-link .pk-social-links-title {
	color: rgba(255, 255, 255, 0.6);
}

.cs-bg-dark .pk-social-links-scheme-bold .pk-social-links-link:hover .pk-social-links-icon,
.cs-bg-dark .pk-social-links-scheme-bold .pk-social-links-link:hover .pk-social-links-title {
	color: var(--perle);
}

.cs-bg-dark .pk-social-links-scheme-light-rounded .pk-social-links-link .pk-social-links-icon {
	background-color: rgba(255, 255, 255, 0.125);
	transition: background-color 0.2s;
	color: var(--perle);
}

.cs-bg-dark .pk-social-links-template-nav .pk-social-links-count {
	color: rgba(255, 255, 255, 0.75);
}

.cs-bg-dark .pk-share-buttons-wrap .pk-share-buttons-item:after {
	color: rgba(255, 255, 255, 0.225);
}

.cs-bg-dark .pk-share-buttons-post_meta .pk-share-buttons-item .pk-share-buttons-count,
.cs-bg-dark .pk-share-buttons-featured_post .pk-share-buttons-item .pk-share-buttons-count {
	color: rgba(255, 255, 255, 0.5);
}

.cs-bg-dark .pk-share-buttons-post_meta .pk-share-buttons-item .pk-share-buttons-link:hover .pk-share-buttons-count,
.cs-bg-dark .pk-share-buttons-featured_post .pk-share-buttons-item .pk-share-buttons-link:hover .pk-share-buttons-count {
	color: var(--perle);
}

.cs-bg-dark .pk-share-buttons-post_meta.pk-share-buttons-scheme-default .pk-share-buttons-link .pk-share-buttons-icon,
.cs-bg-dark .pk-share-buttons-featured_post.pk-share-buttons-scheme-default .pk-share-buttons-link .pk-share-buttons-icon {
	color: var(--perle);
}

.cs-bg-dark .pk-share-buttons-post_meta.pk-share-buttons-scheme-default .pk-share-buttons-link:hover .pk-share-buttons-icon,
.cs-bg-dark .pk-share-buttons-featured_post.pk-share-buttons-scheme-default .pk-share-buttons-link:hover .pk-share-buttons-icon {
	color: var(--perle);
}

.navbar .cs-bg-navbar-dark {
	border-bottom: none;
}

.navbar .cs-bg-navbar-dark .site-title,
.navbar .cs-bg-navbar-dark .large-title {
	color: var(--perle);
}

.navbar .cs-bg-navbar-dark .site-title:hover, .navbar .cs-bg-navbar-dark .site-title:focus,
.navbar .cs-bg-navbar-dark .large-title:hover,
.navbar .cs-bg-navbar-dark .large-title:focus {
	color: rgba(255, 255, 255, 0.75);
}

.navbar .cs-bg-navbar-dark .navbar-brand .tagline {
	color: rgba(255, 255, 255, 0.75) !important;
}

.navbar .cs-bg-navbar-dark .navbar-nav,
.navbar .cs-bg-navbar-dark .navbar-toggle-search,
.navbar .cs-bg-navbar-dark .navbar-toggle-offcanvas {
	border-color: rgba(255, 255, 255, 0.2) !important;
}

.navbar .cs-bg-navbar-dark .navbar-toggle-search,
.navbar .cs-bg-navbar-dark .navbar-toggle-offcanvas {
	color: var(--perle);
}

.navbar .cs-bg-navbar-dark .navbar-toggle-search:hover, .navbar .cs-bg-navbar-dark .navbar-toggle-search:focus,
.navbar .cs-bg-navbar-dark .navbar-toggle-offcanvas:hover,
.navbar .cs-bg-navbar-dark .navbar-toggle-offcanvas:focus {
	color: rgba(255, 255, 255, 0.75);
}

.navbar .cs-bg-navbar-dark .navbar-nav > li > a {
	color: var(--perle);
}

.navbar .cs-bg-navbar-dark .navbar-nav > li:hover > a {
	color: var(--perle);
}

.navbar .cs-bg-navbar-dark .navbar-nav > li.current-menu-ancestor > a,
.navbar .cs-bg-navbar-dark .navbar-nav > li.current-menu-item > a {
	color: rgba(255, 255, 255, 0.75);
}

.navbar .cs-bg-navbar-dark .pk-badge-primary {
	background: rgba(0, 0, 0, 0.875);
	color: var(--perle);
}

.navbar .cs-bg-navbar-dark .pk-badge-secondary {
	background: rgba(183, 185, 194, 0.875);
	color: var(--perle);
}

.navbar .cs-bg-navbar-dark .pk-badge-success {
	background: rgba(40, 167, 69, 0.875);
	color: var(--perle);
}

.navbar .cs-bg-navbar-dark .pk-badge-info {
	background: rgba(23, 162, 184, 0.875);
	color: var(--perle);
}

.navbar .cs-bg-navbar-dark .pk-badge-warning {
	background: rgba(255, 193, 7, 0.875);
	color: var(--perle);
}

.navbar .cs-bg-navbar-dark .pk-badge-danger {
	background: rgba(220, 53, 69, 0.875);
	color: var(--perle);
}

.navbar .cs-bg-navbar-dark .pk-badge-light {
	background: rgba(248, 249, 250, 0.875);
	color: var(--perle);
}

.navbar .cs-bg-navbar-dark .pk-badge-dark {
	background: rgba(52, 58, 64, 0.875);
	color: var(--perle);
}

.navbar .cs-bg-navbar-dark .sub-menu .pk-badge-primary {
	background: rgba(0, 0, 0, 0.125);
	color: black;
}

.navbar .cs-bg-navbar-dark .sub-menu .pk-badge-secondary {
	background: rgba(183, 185, 194, 0.125);
	color: #8e919f;
}

.navbar .cs-bg-navbar-dark .sub-menu .pk-badge-success {
	background: rgba(40, 167, 69, 0.125);
	color: #19692c;
}

.navbar .cs-bg-navbar-dark .sub-menu .pk-badge-info {
	background: rgba(23, 162, 184, 0.125);
	color: #0f6674;
}

.navbar .cs-bg-navbar-dark .sub-menu .pk-badge-warning {
	background: rgba(255, 193, 7, 0.125);
	color: #ba8b00;
}

.navbar .cs-bg-navbar-dark .sub-menu .pk-badge-danger {
	background: rgba(220, 53, 69, 0.125);
	color: #a71d2a;
}

.navbar .cs-bg-navbar-dark .sub-menu .pk-badge-light {
	background: rgba(248, 249, 250, 0.125);
	color: #cbd3da;
}

.navbar .cs-bg-navbar-dark .sub-menu .pk-badge-dark {
	background: rgba(52, 58, 64, 0.125);
	color: var(--anthracite);
}

.navbar .cs-bg-navbar-dark .pk-badge-primary {
	background-color: rgba(255, 255, 255, 0.25);
}

.offcanvas-header.cs-bg-navbar-dark {
	border-bottom: none;
	border-right: 1px rgba(255, 255, 255, 0.025) solid;
}

.offcanvas-header.cs-bg-navbar-dark .site-title,
.offcanvas-header.cs-bg-navbar-dark .toggle-offcanvas {
	color: var(--perle);
}

.offcanvas-header.cs-bg-navbar-dark .site-title:hover, .offcanvas-header.cs-bg-navbar-dark .site-title:focus,
.offcanvas-header.cs-bg-navbar-dark .toggle-offcanvas:hover,
.offcanvas-header.cs-bg-navbar-dark .toggle-offcanvas:focus {
	color: rgba(255, 255, 255, 0.75);
}

.navbar .cs-navbar-nav-submenu-dark .sub-menu .sub-menu {
	border-left-color: rgba(255, 255, 255, 0.25);
}

.navbar .cs-navbar-nav-submenu-dark .sub-menu > li.current-menu-ancestor > a,
.navbar .cs-navbar-nav-submenu-dark .sub-menu > li.current-menu-item > a {
	color: var(--perle);
}

.navbar .cs-navbar-nav-submenu-dark .sub-menu > li:hover > a, .navbar .cs-navbar-nav-submenu-dark .sub-menu > li:focus > a {
	color: var(--perle);
}

.navbar .cs-navbar-nav-submenu-dark .sub-menu > li > a {
	color: rgba(255, 255, 255, 0.75);
}

.navbar .cs-navbar-nav-submenu-dark .sub-menu .pk-badge-primary {
	background: rgba(0, 0, 0, 0.875);
	color: var(--perle);
}

.navbar .cs-navbar-nav-submenu-dark .sub-menu .pk-badge-secondary {
	background: rgba(183, 185, 194, 0.875);
	color: var(--perle);
}

.navbar .cs-navbar-nav-submenu-dark .sub-menu .pk-badge-success {
	background: rgba(40, 167, 69, 0.875);
	color: var(--perle);
}

.navbar .cs-navbar-nav-submenu-dark .sub-menu .pk-badge-info {
	background: rgba(23, 162, 184, 0.875);
	color: var(--perle);
}

.navbar .cs-navbar-nav-submenu-dark .sub-menu .pk-badge-warning {
	background: rgba(255, 193, 7, 0.875);
	color: var(--perle);
}

.navbar .cs-navbar-nav-submenu-dark .sub-menu .pk-badge-danger {
	background: rgba(220, 53, 69, 0.875);
	color: var(--perle);
}

.navbar .cs-navbar-nav-submenu-dark .sub-menu .pk-badge-light {
	background: rgba(248, 249, 250, 0.875);
	color: var(--perle);
}

.navbar .cs-navbar-nav-submenu-dark .sub-menu .pk-badge-dark {
	background: rgba(52, 58, 64, 0.875);
	color: var(--perle);
}

.navbar .cs-navbar-nav-submenu-dark .sub-menu .pk-badge-primary {
	background-color: rgba(255, 255, 255, 0.25);
}

.navbar .cs-navbar-nav-submenu-dark .cs-mm-posts-container,
.navbar .cs-navbar-nav-submenu-dark .cs-mm-posts.mega-menu-category {
	border-top: 1px solid var(--selene);
}

.navbar .cs-navbar-nav-submenu-dark .cs-mm-categories {
	border-right: none;
}

.navbar .cs-navbar-nav-submenu-dark .cs-mm-categories a {
	color: rgba(255, 255, 255, 0.75);
}

.navbar .cs-navbar-nav-submenu-dark .cs-mm-categories li.active-item a {
	color: var(--perle) !important;
}

/*--------------------------------------------------------------
## Alignment
--------------------------------------------------------------*/
.design-text-alignment-center .title-stroke:after,
.design-text-alignment-center .title-stroke-block:after {
	margin-left: auto;
	margin-right: auto;
}

.design-text-alignment-center .title-block-wrap {
	text-align: center;
}

.design-text-alignment-center .cs-mm-posts {
	text-align: center;
}

.design-text-alignment-center .cs-mm-post .entry-header .post-meta {
	justify-content: center;
}

.design-text-alignment-center .page-header {
	text-align: center;
}

.design-text-alignment-center .page-header .subcategories .cs-nav-pills {
	justify-content: center;
}

.design-text-alignment-center .entry-header .entry-header-inner {
	text-align: center;
}

.design-text-alignment-center .entry-header .entry-header-inner > .post-meta {
	justify-content: center;
}

.design-text-alignment-center .content-not-found {
	text-align: center;
}

.design-text-alignment-center .entry-details {
	flex-direction: column;
	align-items: center;
}

.design-text-alignment-center .entry-details .entry-more {
	margin-right: 0;
}

.design-text-alignment-center .entry-details .post-meta {
	justify-content: center;
}

.design-text-alignment-center .entry-details .post-share {
	margin-top: 1.5rem;
}

@media (min-width: 1020px) {
	.design-text-alignment-center .entry-details {
		align-items: center;
		flex-direction: column;
	}
	.design-text-alignment-center .entry-details .post-share {
		margin-top: 1.5rem;
	}
}

.design-text-alignment-center .archive-full .layout-full {
	text-align: center;
}

.design-text-alignment-center .archive-full .layout-full > .post-meta,
.design-text-alignment-center .archive-full .layout-full > .entry-header .post-meta {
	justify-content: center;
}

.design-text-alignment-center .archive-full .layout-full > .pk-share-buttons-items {
	justify-content: center;
}

.design-text-alignment-center .archive-list .post-inner:last-child,
.design-text-alignment-center .archive-grid .post-inner:last-child,
.design-text-alignment-center .archive-masonry .post-inner:last-child {
	text-align: center;
}

.design-text-alignment-center .archive-list .post-inner:last-child .post-meta,
.design-text-alignment-center .archive-grid .post-inner:last-child .post-meta,
.design-text-alignment-center .archive-masonry .post-inner:last-child .post-meta {
	justify-content: center;
}

.design-text-alignment-center .archive-list .post-inner:last-child .pk-share-buttons-items,
.design-text-alignment-center .archive-grid .post-inner:last-child .pk-share-buttons-items,
.design-text-alignment-center .archive-masonry .post-inner:last-child .pk-share-buttons-items {
	justify-content: center;
}

.design-text-alignment-center .cs-featured-post .cs-card-inner {
	text-align: center;
}

.design-text-alignment-center .cs-featured-post .post-meta {
	justify-content: center;
}

.design-text-alignment-center .cs-featured-post .pk-share-buttons-items {
	justify-content: center;
}

@media (min-width: 1020px) {
	.design-text-alignment-center .cs-featured-post .entry-details {
		align-items: center;
		flex-direction: column;
	}
	.design-text-alignment-center .cs-featured-post .post-share {
		margin-top: 1.5rem;
	}
}

.design-text-alignment-center .pk-widget-posts-template-inverse .pk-data-wrap {
	text-align: center;
}

.design-text-alignment-center .pk-widget-posts-template-inverse .pk-data-wrap .post-meta {
	justify-content: center;
}

.design-text-alignment-center .cs-trending-wrap {
	align-items: center;
}

.design-text-alignment-center .cs-trending-wrap .trending-title .trending-text {
	text-align: center;
}

.design-text-alignment-center .cs-trending-posts {
	justify-content: center;
}

.design-text-alignment-center .pk-instagram-header .pk-instagram-container,
.design-text-alignment-center .pk-instagram-header .pk-instagram-counters {
	justify-content: center;
}

.design-text-alignment-center .pk-twitter-header .pk-twitter-container,
.design-text-alignment-center .pk-twitter-header .pk-twitter-counters {
	justify-content: center;
}

.design-text-alignment-center .cs-footer-post .cs-card {
	text-align: center;
}

.design-text-alignment-center .cs-footer-post .cs-card .post-meta {
	justify-content: center;
}

.design-text-alignment-center .cs-footer-post .cs-card .pk-share-buttons-items {
	justify-content: center;
}

/*--------------------------------------------------------------
## Display
--------------------------------------------------------------*/
.cs-d-none {
	display: none !important;
}

.cs-d-inline {
	display: inline !important;
}

.cs-d-inline-block {
	display: inline-block !important;
}

.cs-d-block {
	display: block !important;
}

.cs-d-flex {
	display: flex !important;
}

@media (min-width: 600px) {
	.cs-d-sm-none {
		display: none !important;
	}
	.cs-d-sm-inline {
		display: inline !important;
	}
	.cs-d-sm-inline-block {
		display: inline-block !important;
	}
	.cs-d-sm-block {
		display: block !important;
	}
	.cs-d-sm-flex {
		display: flex !important;
	}
}

@media (min-width: 720px) {
	.cs-d-md-none {
		display: none !important;
	}
	.cs-d-md-inline {
		display: inline !important;
	}
	.cs-d-md-inline-block {
		display: inline-block !important;
	}
	.cs-d-md-block {
		display: block !important;
	}
	.cs-d-md-flex {
		display: flex !important;
	}
}

@media (min-width: 1020px) {
	.cs-d-lg-none {
		display: none !important;
	}
	.cs-d-lg-inline {
		display: inline !important;
	}
	.cs-d-lg-inline-block {
		display: inline-block !important;
	}
	.cs-d-lg-block {
		display: block !important;
	}
	.cs-d-lg-flex {
		display: flex !important;
	}
}

@media (min-width: 1200px) {
	.cs-d-xl-none {
		display: none !important;
	}
	.cs-d-xl-inline {
		display: inline !important;
	}
	.cs-d-xl-inline-block {
		display: inline-block !important;
	}
	.cs-d-xl-block {
		display: block !important;
	}
	.cs-d-xl-flex {
		display: flex !important;
	}
}

@media (min-width: 1920px) {
	.cs-d-full-none {
		display: none !important;
	}
	.cs-d-full-inline {
		display: inline !important;
	}
	.cs-d-full-inline-block {
		display: inline-block !important;
	}
	.cs-d-full-block {
		display: block !important;
	}
	.cs-d-full-flex {
		display: flex !important;
	}
}

/*--------------------------------------------------------------
## Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text,
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

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

/*--------------------------------------------------------------
## Alerts
--------------------------------------------------------------*/
.cs-alert {
	padding: 0.5rem 1rem;
	margin: 0;
	font-size: 0.875rem;
	background-color: var(--argent);
}

/*--------------------------------------------------------------
## Embed
--------------------------------------------------------------*/
.cs-embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.cs-embed-responsive:before {
	display: block;
	content: "";
}

.cs-embed-responsive iframe,
.cs-embed-responsive embed,
.cs-embed-responsive object,
.cs-embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.cs-embed-responsive:before {
	padding-top: 56.25%;
}

.wp-block-embed .cs-embed-responsive {
	position: initial;
	margin: 0;
	padding: 0;
	overflow: initial;
}

.wp-block-embed .cs-embed-responsive:before {
	display: none;
}

/*--------------------------------------------------------------
## Objects
--------------------------------------------------------------*/
.title-stroke:after,
.title-stroke-block:after {
	display: block;
	width: 100%;
	margin-top: 1rem;
	content: '';
}

.design-heading-stroke-brush .title-stroke:after,
.design-title-stroke-brush .title-stroke-block:after {
	max-width: 180px;
	height: 18px;
}

.design-heading-stroke-line .title-stroke:after,
.design-title-stroke-line .title-stroke-block:after {
	max-width: 80px;
	height: 2px;
}

.design-heading-stroke-dotted .title-stroke:after,
.design-title-stroke-dotted .title-stroke-block:after {
	background-repeat: repeat-x;
	background-size: 16px 4px;
	background-position: 0 center;
	max-width: 125px;
	height: 10px;
}

.design-heading-stroke-zigzag .title-stroke:after,
.design-title-stroke-zigzag .title-stroke-block:after {
	max-width: 118px;
	height: 13px;
}

.design-heading-stroke-wave .title-stroke:after,
.design-title-stroke-wave .title-stroke-block:after {
	max-width: 116px;
	height: 7px;
}

.design-heading-stroke-line .entry-header-inner .title-stroke:after,
.design-heading-stroke-dotted .entry-header-inner .title-stroke:after,
.design-heading-stroke-zigzag .entry-header-inner .title-stroke:after,
.design-heading-stroke-wave .entry-header-inner .title-stroke:after {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.design-heading-stroke-brush .cs-featured-type-3 .title-stroke:after {
	max-width: 120px;
}

.design-heading-stroke-brush .cs-featured-type-4 .title-stroke:after {
	max-width: 120px;
}

.pk-widget-posts-template-inverse .title-stroke:after {
	max-width: 75px;
}

.design-heading-stroke-line .pk-widget-posts-template-inverse .title-stroke:after {
	max-width: 40px;
	margin-top: .75rem;
}

.design-heading-stroke-brush .pk-widget-posts-template-inverse .title-stroke:after {
	max-width: 120px;
}

.design-heading-stroke-wave .pk-widget-posts-template-inverse .title-stroke:after {
	max-width: 77px;
}

.design-title-stroke-line .title-block-wrap .title-block,
.design-title-stroke-dotted .title-block-wrap .title-block,
.design-title-stroke-zigzag .title-block-wrap .title-block,
.design-title-stroke-wave .title-block-wrap .title-block {
	position: relative;
	display: inline-block;
}

.design-title-stroke-line .title-block-wrap .title-stroke-block:after,
.design-title-stroke-dotted .title-block-wrap .title-stroke-block:after,
.design-title-stroke-zigzag .title-block-wrap .title-stroke-block:after,
.design-title-stroke-wave .title-block-wrap .title-stroke-block:after {
	width: 100%;
	max-width: 100%;
}

.design-title-stroke-brush .title-block-wrap .title-stroke-block:after {
	max-width: 80px;
	margin-top: 0.25rem;
}

.widget .pk-subscribe-with-bg .title-stroke-block:after {
	display: none;
}

.widget .pk-widget-about .title-stroke-block:after {
	margin-left: auto;
	margin-right: auto;
}

.widget .pk-widget-author .title-stroke-block:after {
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
## RTL
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Site
--------------------------------------------------------------*/
body {
	overflow-x: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.cs-container {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}

/* @media (min-width: 600px) {
	.cs-container {
		max-width: 600px;
	}
}

@media (min-width: 720px) {
	.cs-container {
		max-width: 720px;
	}
}

@media (min-width: 1020px) {
	.cs-container {
		max-width: 1020px;
	}
}
*/

@media (min-width: 1200px) {
	.cs-container {
		max-width: 1200px;
	}
}

.site-content {
	margin: 4rem 0;
}

@media (min-width: 1020px) {
	.main-content {
		display: flex;
		flex-wrap: wrap;
		margin-right: -20px;
		margin-left: -20px;
	}
}

@media (min-width: 1020px) {
	.content-area {
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 1020px) {
	.sidebar-right .content-area,
	.sidebar-left .content-area {
		flex: 0 0 calc(100% - 340px);
		max-width: calc(100% - 340px);
	}
}

@media (min-width: 1200px) {
	.sidebar-right .content-area {
		padding-right: 40px;
	}
}

@media (min-width: 1020px) {
	.sidebar-left .widget-area {
		order: -1;
	}
}

@media (min-width: 1200px) {
	.sidebar-left .content-area {
		padding-left: 40px;
	}
}

@media (min-width: 1020px) {
	.sidebar-area {
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		flex: 0 0 340px;
		max-width: 340px;
	}
}

.sidebar-area .sidebar-1:not(:empty),
.sidebar-area .sidebar-2:not(:empty) {
	padding-top: 60px;
}

.sidebar-area .sidebar-2 {
	display: none;
}

@media (min-width: 720px) {
	.sidebar-area {
		display: flex;
		flex-wrap: wrap;
		margin-right: -20px;
		margin-left: -20px;
		margin-top: 3rem;
	}
	.sidebar-area .sidebar {
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		flex: 0 0 50%;
		max-width: 50%;
		position: initial;
	}
	.sidebar-area .sidebar-1,
	.sidebar-area .sidebar-2 {
		display: block;
	}
	.sidebar-area .sidebar-1:not(:empty),
	.sidebar-area .sidebar-2:not(:empty) {
		padding-top: 0;
	}
}

@media (min-width: 1020px) {
	.sidebar-area {
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
	}
	.sidebar-area .sidebar {
		flex: 0 0 100%;
		max-width: 100%;
		position: relative;
		padding-left: 0;
		padding-right: 0;
	}
	.sidebar-area .sidebar-1 {
		display: block;
	}
	.sidebar-area .sidebar-2 {
		display: none !important;
	}
}

@supports (position: sticky) or (position: -webkit-sticky) {
	@media (min-width: 1020px) {
		.sticky-sidebar-enabled.stick-to-top .sidebar-area {
			display: flex;
			flex-direction: column;
		}
		.sticky-sidebar-enabled.stick-to-top .sidebar-1 {
			position: relative;
			position: sticky;
			top: 0;
			flex: initial;
			transition: .4s ease all;
		}
		.sticky-sidebar-enabled.stick-to-bottom .sidebar-area {
			display: flex;
			flex-direction: column;
		}
		.sticky-sidebar-enabled.stick-to-bottom .sidebar-1 {
			position: relative;
			position: sticky;
			bottom: 2rem;
			margin-top: auto;
			flex: 0 0 auto;
		}
		.sticky-sidebar-enabled.stick-last .sidebar-1 {
			display: flex;
			flex-direction: column;
		}
		.sticky-sidebar-enabled.stick-last .sidebar-1 .widget:last-child {
			position: relative;
			position: sticky;
			top: 3rem;
			transition: .4s ease all;
		}
	}
}

@-moz-document url-prefix() {
	@media (min-width: 1020px) {
		.sticky-sidebar-enabled.stick-to-bottom .sidebar-1 {
			top: 0;
			bottom: initial;
			margin-top: initial;
			flex: initial;
			transition: .4s ease all;
		}
	}
}

/*--------------------------------------------------------------
## Site Header
--------------------------------------------------------------*/
@media (min-width: 1020px) {
	.header-default .navbar-toggle-offcanvas {
		order: 1;
	}
}

.header-default .navbar-brand {
	order: 2;
}

@media (min-width: 1020px) {
	.header-default .navbar-brand {
		margin-right: 2rem;
	}
}

.header-default .navbar-brand + .navbar-toggle-search {
	margin-left: auto;
}

.header-default .navbar-primary .navbar-nav {
	margin-right: auto;
	order: 3;
}

.header-default .navbar-social-links {
	display: none;
	margin-left: auto;
	order: 4;
}

@media (min-width: 1020px) {
	.header-default .navbar-social-links {
		display: block;
	}
}

.header-default .navbar-cart {
	margin-left: auto;
	order: 5;
}

.header-default .navbar-toggle-search {
	margin-left: auto;
	padding-right: 0;
	padding-left: 0;
	order: 6;
}

.header-default .navbar-social-links + .navbar-cart,
.header-default .navbar-social-links + .navbar-toggle-search,
.header-default .navbar-cart + .navbar-toggle-search {
	margin-left: 2rem;
}

.header-large .navbar-topbar {
	display: none;
}

@media (min-width: 1020px) {
	.header-large .navbar-topbar {
		display: block;
	}
}

.header-large .navbar-topbar .navbar-container {
	position: relative;
	justify-content: center;
}

.header-large .navbar-topbar .navbar-wrap {
	border: none;
	display: flex;
	position: relative;
	width: 100%;
	max-width: 100%;
	align-items: center;
	justify-content: center;
	padding-top: 20px;
}

.header-large .navbar-topbar .navbar-multicolor {
	padding-bottom: 20px;
}

.header-large .navbar-topbar .navbar-brand {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	padding: 0;
	margin: 0 1rem;
}

.header-large .navbar-topbar .navbar-brand .tagline {
	color: var(--tourterelle);
}

@media (min-width: 1020px) {
	.header-large .navbar-topbar .navbar-brand img {
		max-width: 100%;
		max-height: none;
		height: auto;
	}
}

.header-large .navbar-topbar .navbar-blank {
	flex: 1;
}

.header-large .navbar-topbar .navbar-social-links {
	flex: 1;
}

.header-large .navbar-topbar .navbar-follow {
	flex: 1;
}

.header-large .navbar-bottombar .navbar-content {
	display: flex;
}

.header-large .navbar-bottombar .navbar-col {
	display: flex;
	align-items: center;
	height: 100%;
}

.header-large .navbar-bottombar .navbar-col:nth-child(1) {
	justify-content: flex-start;
}

.header-large .navbar-bottombar .navbar-col:nth-child(2) {
	justify-content: center;
}

.header-large .navbar-bottombar .navbar-col:nth-child(3) {
	flex: 1;
	justify-content: flex-end;
}

.header-large .navbar-bottombar .navbar-brand {
	opacity: 1;
}

.header-large .navbar-bottombar .navbar-brand .tagline {
	display: none;
}

@media (min-width: 1020px) {
	.header-large .navbar-bottombar .navbar-brand {
		transition: opacity 0.25s;
		transition-delay: 0.25s,0s;
		margin-right: 80px;
		opacity: 0;
	}
	.header-large .navbar-bottombar.sticky-nav .navbar-brand {
		transform: translateX(0);
		opacity: 1;
	}
}

.header-large .navbar-bottombar .navbar-nav {
	flex-wrap: nowrap;
	border: none;
}

.header-large .navbar-bottombar .navbar-nav > li > a {
	white-space: nowrap;
}

.header-large .navbar-bottombar .navbar-toggle-search {
	height: 2rem;
}

/*--------------------------------------------------------------
## Site Footer
--------------------------------------------------------------*/
.section-footer-posts + .site-footer .footer-subscribe {
	border-top: none;
}

.footer-subscribe .subscribe-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	max-width: 800px;
	margin: 0 auto;
}

@media (min-width: 1020px) {
	.footer-subscribe .subscribe-wrap {
		flex-direction: row;
	}
}

.footer-subscribe .subscribe-title {
	flex: 0 0 100%;
	display: flex;
	flex-direction: column;
	margin-bottom: 2rem;
}

.footer-subscribe .subscribe-title .subscribe-text {
	text-align: center;
}

.footer-subscribe .subscribe-title .subscribe-arrow {
	display: none;
	margin-top: 0.5rem;
	text-align: right;
}

@media (min-width: 1020px) {
	.footer-subscribe .subscribe-title {
		flex: auto;
		max-width: 300px;
		margin-right: 3rem;
		margin-bottom: 0;
	}
	.footer-subscribe .subscribe-title .subscribe-text {
		padding-right: 80px;
	}
	.footer-subscribe .subscribe-title .subscribe-arrow {
		display: block;
	}
}

.footer-instagram {
	position: relative;
}

.footer-instagram .instagram-username {
	background: rgba(0, 0, 0, 0.75);
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	color: var(--perle);
	padding: 0.5625rem 1.5rem;
	z-index: 3;
	transition: background 0.2s;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-instagram .instagram-username:after {
	display: inline-block;
	margin-left: 0.5rem;
	font-family: "cs-icons";
	font-size: 0.75rem;
	content: "\e90e";
}

.footer-instagram .instagram-username:hover {
	background: var(--encre);
}

.footer-info {
	background: var(--encre);
	color: var(--tourterelle);
}

.design-edge-enabled .footer-info {
	position: relative;
}

.design-edge-enabled .footer-info:before {
	position: absolute;
	background: url("./images/dark-mask-bottom.png") repeat-x center 0;
	background-size: cover;
	display: block;
	top: -40px;
	width: 100%;
	height: 40px;
	content: '';
}

.design-edge-wave .footer-info:before {
	background-image: url('data:image/svg+xml;utf8,<svg width="1920px" height="40px" viewBox="0 0 1920 40" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="wave" fill="var(--encre)"><path d="M914.133333,18.3252883 C558.266667,-15.2368591 226.933333,6.00821575 0,19.527237 L0,40.354105 L1920,40.354105 L1920,13.4237591 C1670.26667,28.3552155 1346.66667,59.0841286 914.133333,18.3252883 Z"></path></g></svg>');
	background-size: 1920px 40px;
}

.design-edge-wave .widget .footer-info:before {
	top: -20px;
	background-image: url('data:image/svg+xml;utf8,<svg width="300px" height="40px" viewBox="0 0 300 40" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="wave" fill="var(--encre)"><path d="M142.833333,4.49279582 C87.2291667,-3.89774103 35.4583333,1.41352769 0,4.79328301 L0,40 L300,40 L300,3.26741352 C260.979167,7.00027761 210.416667,14.6825059 142.833333,4.49279582 Z" id="Path"></path></g></svg>');
}

.design-edge-slanted .footer-info:before {
	background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='40' viewBox='0 0 40 40' preserveAspectRatio='none'><polygon points='0,40 40,0 40,40' style='fill:var(--encre);' /></svg>");
	background-size: 100% 100%;
	background-position: 0 0;
	font-family: initial;
}

.design-edge-slanted .widget .footer-info:before {
	background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='15' viewBox='0 0 15 15' preserveAspectRatio='none'><polygon points='0,15 15,0 15,15' style='fill:var(--encre);' /></svg>");
	top: -15px;
	height: 15px;
}

.site-info {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
	padding: 4rem 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
}

@media (min-width: 600px) {
	.site-info {
		max-width: 600px;
	}
}

@media (min-width: 720px) {
	.site-info {
		max-width: 720px;
	}
}

@media (min-width: 1020px) {
	.site-info {
		max-width: 1020px;
	}
}

@media (min-width: 1200px) {
	.site-info {
		max-width: 1200px;
	}
}

.site-info .navbar-nav {
	justify-content: center;
	margin-top: 2rem;
}

.site-info .navbar-nav .menu-item-has-children > a:after {
	display: none;
}

.site-info .pk-social-links-wrap {
	margin-top: 2rem;
}

.site-info .pk-social-links-items {
	justify-content: center;
}

.site-info .footer-copyright {
	margin-top: 2rem;
	font-size: 0.75rem;
	font-weight: 300;
	letter-spacing: 0.075em;
}

.design-edge-brush .footer-subscribe + .footer-info,
.design-edge-slanted .footer-subscribe + .footer-info,
.design-edge-wave .footer-subscribe + .footer-info {
	margin-top: 2rem;
}

.design-edge-brush .site-content + .site-footer > .footer-info:first-child,
.design-edge-slanted .site-content + .site-footer > .footer-info:first-child,
.design-edge-wave .site-content + .site-footer > .footer-info:first-child {
	margin-top: 6rem;
}

.design-edge-brush .site-content + .section-footer-posts + .site-footer > .footer-info:first-child,
.design-edge-slanted .site-content + .section-footer-posts + .site-footer > .footer-info:first-child,
.design-edge-wave .site-content + .section-footer-posts + .site-footer > .footer-info:first-child {
	border-top: 3rem var(--selene) solid;
}

/*--------------------------------------------------------------
## Site Search
--------------------------------------------------------------*/
.site-search-wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: var(--selene);
	height: 0;
	transition: height .4s 0s, visibility 0s 0.4s;
	visibility: hidden;
	overflow: hidden;
	z-index: 4;
}

.site-search-wrap.search-open {
	height: 200px;
	visibility: visible;
	transition: height .4s 0s, visibility 0s 0s;
}

.site-search {
	width: 100%;
	transition: opacity 0.2s;
}

.site-search .cs-input-group {
	position: relative;
	background: transparent;
	border: none;
	height: 60px;
	line-height: 60px;
}

.site-search .search-form-wrap {
	position: relative;
	display: flex;
}

.site-search .search-form {
	flex-grow: 1;
}

.site-search .search-submit {
	position: absolute;
	background: transparent;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 70px;
	color: #6c757d;
	height: 100%;
	line-height: 100%;
	font-size: 0;
	order: 1;
	z-index: 5;
}

.site-search .search-submit:hover {
	background: transparent;
	color: var(--encre);
}

.site-search .search-submit:after {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content: "\e91f";
	font-family: "cs-icons";
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.25rem;
	z-index: 3;
}

.site-search .search-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-items: center;
	font-size: 1.25rem;
	cursor: pointer;
	transition: 0.2s;
	z-index: 5;
}

.site-search .search-close:after {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	font-family: "cs-icons";
	display: flex;
	align-items: center;
	justify-content: center;
	content: "\e923";
	z-index: 3;
}

.site-search .search-close:hover {
	color: var(--tourterelle);
}

.site-search input[type="search"] {
	background: var(--perle);
	order: 2;
	padding: 0 70px;
	height: 100%;
	line-height: 100%;
}

/*--------------------------------------------------------------
## Off-Canvas Area
--------------------------------------------------------------*/
.offcanvas {
	overflow: hidden;
	position: fixed;
	height: 100%;
	top: 0;
	left: -320px;
	width: 320px;
	background: white;
	display: flex;
	flex-direction: column;
	-webkit-overflow-scrolling: touch;
	z-index: 100;
	transform: translate3d(0, 0, 0);
}

.admin-bar .offcanvas {
	top: 32px;
	height: calc( 100% - 32px);
}

@media screen and (min-width: 783px) {
	.admin-bar .offcanvas {
		top: 32px;
		height: calc( 100% - 32px);
	}
}

.offcanvas-active {
	overflow: hidden;
}

.offcanvas-active .offcanvas {
	transform: translate3d(320px, 0, 0);
}

.offcanvas-active .site {
	position: relative;
	overflow: hidden;
}

.offcanvas-active .site-header .navbar,
.offcanvas-active .site-inner > section,
.offcanvas-active .site-inner > span,
.offcanvas-active .site-inner > div,
.offcanvas-active .site-inner > p {
	transform: translate3d(320px, 0, 0) !important;
}

.offcanvas-header {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	border-bottom: 1px var(--selene) solid;
	box-shadow: 0px 4px 10px rgb(0 0 0 / 10%);
}

.offcanvas-header .navbar-brand {
	margin-left: 0;
}

.offcanvas-header .toggle-offcanvas {
	margin-right: 0;
}

.navbar-offcanvas {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.offcanvas-sidebar {
	flex: 1;
	overflow-x: hidden;
	overflow-y: auto;
}

.offcanvas-inner {
	padding: 24px 16px;
}

.offcanvas {
	transition: all 0.4s ease;
}

.offcanvas-transition .site-header .navbar,
.offcanvas-transition .site-inner > section,
.offcanvas-transition .site-inner > span,
.offcanvas-transition .site-inner > div,
.offcanvas-transition .site-inner > p {
	transition: all 0.4s ease;
}

.site-overlay {
	display: none;
}

.offcanvas-active .site-overlay {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.15);
	-webkit-animation: fade 0.5s;
	animation: fade 0.5s;
	z-index: 99;
}

@-webkit-keyframes fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/*--------------------------------------------------------------
## Post Archive
--------------------------------------------------------------*/
.post-inner:not(:last-child) {
	margin-bottom: 1.5rem;
}

.sticky .entry-title:before {
	margin-right: 0.5rem;
	font-family: 'cs-icons';
	content: "\e90b";
}

.entry-excerpt {
	font-size: 0.875rem;
	line-height: 1.5;
	margin-top: 1rem;
	margin-bottom: 1.5rem;
}

.entry-excerpt:last-child {
	margin-bottom: 0;
}

.entry-excerpt p:last-child {
	margin-bottom: 0;
}

.entry-thumbnail img {
	width: 100%;
	height: auto;
}

.entry-more a {
	background: var(--selene);
	color: var(--encre);
	padding-left: 1rem;
	padding-right: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.entry-more a:after {
	display: inline-block;
	margin-left: 0.5rem;
	font-family: "cs-icons";
	font-size: 0.75rem;
	content: "\e90e";
}

.entry-more a:hover {
	background: var(--encre);
	color: var(--perle);
}

.entry-more-dark a {
	background: var(--encre);
	color: var(--perle);
}

.entry-more-dark a:hover {
	background: rgba(0, 0, 0, 0.75);
	color: var(--perle);
}

.entry-details {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	align-items: flex-start;
}

.entry-details .post-share {
	margin-top: 1.5rem;
}

@media (min-width: 1020px) {
	.entry-details {
		align-items: center;
		flex-direction: row;
	}
	.entry-details .entry-more {
		margin-right: 1rem;
	}
	.entry-details .post-share {
		margin-top: 0;
	}
}

.archive-wrap {
	background: var(--perle);
}

.archive-wrap .entry-title {
	font-size: 1.5rem;
}

.archive-wrap .entry-more {
	margin-right: 1rem;
}

.archive-wrap .more-link {
	background-color: var(--encre);
	color: white;
	white-space: nowrap;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	cursor: pointer;
	padding: 0.375rem 1rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
	display: inline-block;
	text-decoration: none;
}

@media screen and (prefers-reduced-motion: reduce) {
	.archive-wrap .more-link {
		transition: none;
	}
}

.archive-wrap .more-link:hover, .archive-wrap .more-link:focus {
	background: rgba(0, 0, 0, 0.75);
	text-decoration: none;
	color: var(--perle);
}

.archive-wrap .more-link:after {
	display: inline-block;
	margin-left: 0.5rem;
	font-family: "cs-icons";
	font-size: 0.75rem;
	content: "\e90e";
}

.archive-description {
	margin-top: 1.5rem;
}

.archive-main article:not(:first-child) {
	margin-top: 3rem;
}

.archive-full .post-media {
	margin-top: 0;
	margin-bottom: 2rem;
}

.archive-full .meta-category,
.archive-full .entry-header,
.archive-full .entry-content-wrap {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.archive-full .entry-header {
	margin-bottom: 1rem;
}

.archive-full .entry-details {
	flex-wrap: wrap;
	margin-top: 1rem;
}

.archive-full .entry-details .entry-more {
	justify-content: flex-start;
	margin: 1.5rem 0 0;
}

.archive-full .entry-details .post-meta {
	flex: 0 0 100%;
	width: 100%;
	margin: 0;
}

.archive-full .entry-details .post-share {
	display: flex;
	justify-content: flex-end;
	margin: 1.5rem 0 0;
	padding-left: 1rem;
}

@media (min-width: 720px) {
	.archive-full .entry-details {
		flex-direction: row;
		align-items: center;
	}
	.archive-full .entry-details .entry-more,
	.archive-full .entry-details .post-meta,
	.archive-full .entry-details .post-share {
		flex: 1;
		margin: 0;
	}
	.archive-full .entry-details .entry-more {
		display: flex;
		justify-content: center;
	}
	.archive-full .entry-details .post-meta {
		display: flex;
		justify-content: flex-start;
		padding-right: 1rem;
	}
}

.archive-full .entry-more a {
	background: var(--encre);
	color: var(--perle);
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.archive-full .entry-more a:hover {
	background: rgba(0, 0, 0, 0.75);
	color: var(--perle);
}

@media (min-width: 1020px) {
	.archive-full article:not(:first-child) {
		margin-top: 4rem;
	}
	.archive-full .entry-title {
		font-size: 3rem;
		line-height: 1;
	}
}

@media (min-width: 720px) {
	.archive-full .post-inner + .post-inner {
		margin-top: 2rem;
	}
}

@media (min-width: 720px) {
	.archive-list .post-outer {
		display: flex;
		flex-wrap: wrap;
		margin-right: -20px;
		margin-left: -20px;
		align-items: center;
	}
	.archive-list .post-inner {
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 0;
	}
	.archive-list .post-inner:first-child:last-child {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.archive-list .post-inner:last-child {
		margin-top: 0;
		display: flex;
		flex-direction: column;
		text-align: left !important;
	}
	.archive-list .post-inner:last-child .entry-header > .post-meta {
		justify-content: flex-start;
	}
	.archive-list .post-inner:last-child .entry-details {
		flex-direction: column;
		align-items: flex-start;
	}
	.archive-list .post-inner:last-child .entry-details .post-share {
		margin-top: 1.5rem;
	}
}
.meta-page-custom {
	font-family: 'neufile-grotesk-light' !important;
	font-size: 16px !important;
	margin-left: 32px !important;
	margin-right: 32px !important;
}
@media (min-width: 720px) and (min-width: 1020px) {
	.archive-list .post-inner:last-child .entry-details {
		align-items: center;
		flex-direction: row;
	}
	.archive-list .post-inner:last-child .entry-details .entry-more {
		margin-right: 1rem;
	}
	.archive-list .post-inner:last-child .entry-details .post-share {
		margin-top: 0;
	}

	/* .meta-page-custom {
		margin-top: -82px;
    } */
}

@media (min-width: 1020px) {
    .sidebar-disabled .archive-list .entry-title {
        font-size: 2rem;
    }
}

.archive-grid .post-inner + .post-inner {
    margin-top: 1rem;
}

@media (min-width: 720px) {
    .archive-grid {
        display: flex;
        flex-wrap: wrap;
        margin-right: -20px;
        margin-left: -20px;
    }
    .archive-grid article {
        position: relative;
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .archive-grid article:nth-child(-n+2) {
        margin-top: 0;
    }
}

@media (min-width: 1020px) {
    .sidebar-disabled .archive-grid article {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .sidebar-disabled .archive-grid article:nth-child(-n+3) {
        margin-top: 0;
    }
}

.archive-masonry .archive-col-2,
.archive-masonry .archive-col-3 {
    display: none;
}

.archive-masonry .cs-overlay-background {
    position: relative;
    flex: 0 0 100%;
    width: 100%;
}

.archive-masonry .cs-overlay-content {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
}

.archive-masonry .post-inner + .post-inner {
    margin-top: 1rem;
}

@media (min-width: 720px) {
    .archive-masonry {
        display: flex;
        flex-wrap: wrap;
        margin-right: -20px;
        margin-left: -20px;
    }
    .archive-masonry .archive-col,
    .archive-masonry > article {
        position: relative;
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        flex: 0 0 50%;
    }
    .archive-masonry .archive-col-2 {
        display: block;
    }
    .archive-masonry > article:nth-child(-n+2) {
        margin-top: 0;
    }
}

@media (min-width: 1020px) {
    .sidebar-disabled .archive-masonry .archive-col,
    .sidebar-disabled .archive-masonry > article {
        flex: 0 0 33.3333333333%;
    }
    .sidebar-disabled .archive-masonry .archive-col-3 {
        display: block;
    }
    .sidebar-disabled .archive-masonry > article:nth-child(-n+3) {
        margin-top: 0;
    }
}

.archive-related {
    margin-top: 3rem;
}

/*--------------------------------------------------------------
## Singular
--------------------------------------------------------------*/
.post-media {
	margin-top: 1.5rem;
	margin-bottom: 1rem;
}

.post-media figure {
	margin-bottom: 0;
}

.post-media figure.wp-caption .wp-caption-text {
	margin-bottom: 0;
}

.post-media-large {
	margin-top: -4rem;
	margin-bottom: 4rem;
}

@media (min-width: 1020px) {
	.post-media-large + .cs-container .entry-header-large {
		margin-top: -8rem;
	}
	.post-media-large + .cs-container .entry-header-large .entry-header-inner {
		padding: 60px 60px 0;
	}
	.design-edge-enabled .post-media-large .cs-overlay {
		position: relative;
	}
	.design-edge-enabled .post-media-large .cs-overlay:after {
		position: absolute;
		background: url("./images/mask-bottom.png") repeat-x center 0;
		background-size: cover;
		display: block;
		top: auto;
		bottom: 0;
		width: 100%;
		height: 40px;
		content: '';
	}
	.design-edge-wave .post-media-large .cs-overlay:after {
		background-image: url('data:image/svg+xml;utf8,<svg width="1920px" height="40px" viewBox="0 0 1920 40" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="wave" fill="var(--perle)"><path d="M914.133333,18.3252883 C558.266667,-15.2368591 226.933333,6.00821575 0,19.527237 L0,40.354105 L1920,40.354105 L1920,13.4237591 C1670.26667,28.3552155 1346.66667,59.0841286 914.133333,18.3252883 Z"></path></g></svg>');
		background-size: cover;
	}
	.design-edge-wave .cs-posts-type-4 .post-media-large .cs-overlay:after {
		background-image: url('data:image/svg+xml;utf8,<svg width="300px" height="20px" viewBox="0 0 300 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="wave" fill="var(--perle)"><path d="M142.833333,4.49279582 C87.2291667,-3.89774103 35.4583333,1.41352769 0,4.79328301 L0,20 L300,20 L300,3.26741352 C260.979167,7.00027761 210.416667,14.6825059 142.833333,4.49279582 Z" id="Path"></path></g></svg>');
		top: -20px;
		height: 20px;
	}
	.design-edge-wave .cs-posts-type-4 .post-media-large .cs-overlay .featured-post:first-child,
	.design-edge-wave .cs-posts-type-4 .post-media-large .cs-overlay .featured-post:last-child {
		background-position: center center;
	}
	.design-edge-slanted .post-media-large .cs-overlay:after {
		background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='40' viewBox='0 0 40 40' preserveAspectRatio='none'><polygon points='0,40 40,0 40,40' style='fill:var(--perle);' /></svg>");
		background-size: 100% 100%;
		background-position: 0 0;
		font-family: initial;
	}
	.design-edge-slanted .cs-posts-type-4 .post-media-large .cs-overlay:after {
		background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='15' viewBox='0 0 15 15' preserveAspectRatio='none'><polygon points='0,15 15,0 15,15' style='fill:var(--perle);' /></svg>");
		top: -15px;
		height: 15px;
	}
}

.entry .entry-header {
	margin-bottom: 3rem;
}

.entry .entry-header-large {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.entry .entry-container {
	display: flex;
}

.entry .entry-container .entry-content-wrap {
	width: 100%;
	font-size: 1.125rem;
}

.entry .entry-container .entry-sidebar-wrap {
	display: none;
	width: 100%;
}

.entry .entry-container .entry-sidebar {
	display: flex;
	flex: 1;
	height: 100%;
	flex-direction: column;
	font-size: 0.875rem;
	order: 1;
}

@media (min-width: 1020px) {
	.entry .entry-container {
		display: flex;
		flex-wrap: wrap;
		margin-right: -20px;
		margin-left: -20px;
		flex-direction: row;
		justify-content: center;
	}
	.entry .entry-container .entry-content-wrap,
	.entry .entry-container .entry-sidebar-wrap {
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
	}
	.entry .entry-container .entry-content-wrap {
		flex: 0 0 calc(100% - 120px);
		width: calc(100% - 120px);
		max-width: 720px;
	}
	.entry .entry-container .entry-sidebar-wrap {
		display: flex;
		flex-direction: column;
		flex: 0 0 120px;
		max-width: 120px;
	}
	.entry .entry-container .entry-content {
		max-width: 680px;
	}
}

.block-align-enabled .post-sidebar-disabled .entry-header-standard .entry-header-inner > .entry-inline-meta,
.block-align-enabled .post-sidebar-disabled .entry-header-standard .entry-header-inner > .entry-title,
.block-align-enabled .post-sidebar-disabled .entry-header-standard .entry-header-inner > .post-meta,
.block-align-enabled .post-sidebar-disabled .entry-header-standard .entry-header-inner > .post-excerpt,
.block-align-enabled .post-sidebar-disabled .entry-header-standard .entry-header-inner > .entry-meta-details, .block-align-enabled .sidebar-disabled .entry-header-standard .entry-header-inner > .entry-inline-meta,
.block-align-enabled .sidebar-disabled .entry-header-standard .entry-header-inner > .entry-title,
.block-align-enabled .sidebar-disabled .entry-header-standard .entry-header-inner > .post-meta,
.block-align-enabled .sidebar-disabled .entry-header-standard .entry-header-inner > .post-excerpt,
.block-align-enabled .sidebar-disabled .entry-header-standard .entry-header-inner > .entry-meta-details {
	max-width: 680px;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 1020px) {
	.block-align-enabled .post-sidebar-enabled.sidebar-disabled .entry-container {
		transform: translateX(-60px);
	}
}

@media (min-width: 1200px) {
	.block-align-enabled .post-sidebar-disabled.sidebar-enabled .entry-container .entry-content .alignwide,
	.block-align-enabled .post-sidebar-disabled.sidebar-enabled .entry-container .entry-content .alignfull {
		transform: translateX(-60px);
		width: 800px !important;
		max-width: 800px;
	}
}
.woocommerce.columns-3{
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 600px) {
	.woocommerce.columns-3,
	.block-align-enabled .sidebar-disabled .entry-content .alignwide {
		width: 560px;
	}
}

@media (min-width: 720px) {
	.woocommerce.columns-3,
	.block-align-enabled .sidebar-disabled .entry-content .alignwide {
		width: 680px;
	}
}

@media (min-width: 1020px) {
	.woocommerce.columns-3,
	.block-align-enabled .sidebar-disabled .entry-content .alignwide {
		width: 980px;
	}
}

@media (min-width: 1200px) {
	.woocommerce.columns-3,
	.block-align-enabled .sidebar-disabled .entry-content .alignwide {
		width: 1160px;
	}
}

@media (min-width: 600px) {
	.woocommerce.columns-3,
	.block-align-enabled .sidebar-disabled .entry-content .alignwide {
		max-width: 560px;
	}
}

@media (min-width: 720px) {
	.woocommerce.columns-3,
	.block-align-enabled .sidebar-disabled .entry-content .alignwide {
		max-width: 680px;
	}
}

@media (min-width: 1020px) {
	.woocommerce.columns-3,
	.block-align-enabled .sidebar-disabled .entry-content .alignwide {
		max-width: 980px;
	}
}

@media (min-width: 1200px) {
	.woocommerce.columns-3,
	.block-align-enabled .sidebar-disabled .entry-content .alignwide {
		max-width: 1160px;
	}
}

.block-align-enabled .sidebar-disabled .entry-content .alignwide figcaption {
	text-align: center;
}

.block-align-enabled .sidebar-disabled .entry-content .alignwide img {
	width: 100%;
	min-width: 100%;
}

@media (min-width: 1020px) {
	.block-align-enabled .sidebar-disabled .entry-content .alignwide {
		transform: translateX(-150px);
		margin: 48px 0;
	}
}

@media (min-width: 1200px) {
	.block-align-enabled .sidebar-disabled .entry-content .alignwide {
		transform: translateX(-240px);
	}
}

@media (min-width: 1020px) {
	.block-align-enabled .sidebar-disabled .entry-content .alignfull {
		margin: 48px 0;
		margin-left: calc( -50vw + 50%);
		transform: translateX(0);
		width: 100vw !important;
		max-width: 100vw;
	}
	.block-align-enabled .sidebar-disabled .entry-content .alignfull img {
		width: 100%;
		min-width: 100%;
	}
	.block-align-enabled .sidebar-disabled .entry-content .alignfull figcaption {
		text-align: center;
	}
	.block-align-enabled .sidebar-disabled .entry-content .alignfull .pk-zoom-icon-popup:after {
		display: none;
	}
	.block-align-enabled .sidebar-disabled .entry-content .alignfull .pk-pin-it {
		display: none;
	}
}

@media (min-width: 1020px) {
	.block-page-align-enabled .sidebar-disabled .entry-content .alignfull {
		margin: 48px 0;
		margin-left: calc( -50vw + 50%);
		transform: translateX(0);
		width: 100vw !important;
		max-width: 100vw;
	}
	.block-page-align-enabled .sidebar-disabled .entry-content .alignfull img {
		width: 100%;
		min-width: 100%;
	}
	.block-page-align-enabled .sidebar-disabled .entry-content .alignfull figcaption {
		text-align: center;
	}
	.block-page-align-enabled .sidebar-disabled .entry-content .alignfull .pk-zoom-icon-popup:after {
		display: none;
	}
	.block-page-align-enabled .sidebar-disabled .entry-content .alignfull .pk-pin-it {
		display: none;
	}
}

/*--------------------------------------------------------------
## Navigation
--------------------------------------------------------------*/
.navbar-primary {
	/* max-height: 128px; */
}

.sticky-type-slide .navbar-primary.sticky-nav {
	transform: translateY(calc(-100% - 1rem));
}

.sticky-type-slide .navbar-primary.sticky-nav.sticky-nav-slide-visible {
	transform: translateY(0);
	transition: transform 0.4s ease;
}

.navbar-primary.sticky-nav {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 5;
	transform: translateY(0);
}

.navbar-primary.sticky-nav.sticky-up {
	transition: transform 0.4s ease;
}

.navbar-primary.sticky-nav.sticky-nav-slide.sticky-down {
	transition: transform 0.4s ease;
}

.admin-bar .navbar-primary.sticky-nav {
	top: 32px;
}

.navbar-dummy {
	position: absolute;
	display: none;
}

.navbar-primary.sticky-nav + .navbar-dummy {
	position: relative;
	display: block;
}

@media (max-width: 782px) {
	.admin-bar .navbar-primary.sticky-nav {
		top: 46px;
	}
}

@media (max-width: 600px) {
	.admin-bar .navbar-primary.sticky-nav {
		top: 0;
	}
}

.navbar-wrap {
	height: 80px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	border-bottom: 1px solid var(--selene);
}

.navbar-container {
	display: flex;
	height: 100%;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 600px) {
	.navbar-container {
		max-width: 600px;
	}
}

@media (min-width: 720px) {
	.navbar-container {
		max-width: 720px;
	}
}

@media (min-width: 1020px) {
	.navbar-container {
		max-width: 1020px;
	}
}

@media (min-width: 1200px) {
	.navbar-container {
		max-width: 1200px;
	}
}

.navbar-container .navbar-content {
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	justify-content: space-between;
}

@media (min-width: 1020px) {
	.navbar-container .navbar-content {
		justify-content: flex-start;
	}
}

.toggle-offcanvas {
	border: none;
	background: transparent;
	font-size: 1.125rem;
	color: var(--encre);
	height: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	margin-right: 1.5rem;
}

.toggle-offcanvas:focus {
	background: transparent;
	color: var(--encre);
}

.toggle-offcanvas:hover {
	background: transparent;
	color: var(--tourterelle);
}

@media (min-width: 1020px) {
	.toggle-offcanvas-hide {
		display: none;
	}
}

.toggle-search {
	border: none;
	background: transparent;
	color: var(--encre);
	font-size: 1.125rem;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: auto;
	padding: 0;
}

@media (min-width: 1020px) {
	.toggle-search {
		margin-left: 1.5rem;
	}
}

.toggle-search:hover, .toggle-search:focus {
	background: transparent;
	color: var(--tourterelle);
}

.navbar-brand {
	display: inline-block;
	margin-bottom: 0;
	line-height: inherit;
	white-space: nowrap;
}

.navbar-brand a:hover, .navbar-brand a:focus {
	text-decoration: none;
}

.navbar-primary .navbar-brand {
	position: absolute;
	transform: translate3d(-50%, 0, 0);
	left: 50%;
}

@media (min-width: 1020px) {
	.navbar-primary .navbar-brand {
		position: static;
		left: 0;
		transform: none;
	}
}

.navbar-text {
	display: inline-block;
	margin-bottom: 0;
}

.navbar-nav {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
	list-style: none;
	padding: 0;
}

.navbar-nav li {
	position: relative;
}

.navbar-nav > li > a {
	display: flex;
	align-items: center;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	color: var(--encre);
}

.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
	text-decoration: none;
}

.navbar-nav > li:first-child > a {
	padding-left: 0;
}

.navbar-nav > li:last-child > a {
	padding-right: 0;
}

.navbar-nav > li.current-menu-ancestor > a,
.navbar-nav > li.current-menu-item > a {
	color: var(--anthracite);
}

.navbar-nav > li.menu-item-has-children > .sub-menu {
	top: 100%;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.3s;
	z-index: 10;
}

.navbar-nav > li.menu-item-has-children.cs-mm-position-left > .sub-menu {
	left: auto;
	right: 0;
}

.navbar-nav > li.menu-item-has-children:not(.touch-device):hover > .sub-menu {
	display: block;
	opacity: 1;
	visibility: visible;
}

.navbar-nav > li.menu-item-has-children > a:after {
	content: "\e90c";
}

.navbar-nav > li.menu-item-has-children.touch-device > a:after {
	display: none;
}

.navbar-nav > li.menu-item-has-children.touch-device.submenu-visible > .sub-menu {
	display: block;
	opacity: 1;
	visibility: visible;
}

.navbar-nav > li.menu-item-has-children.touch-device .expanded {
	display: flex;
	align-items: center;
	height: 100%;
}

.navbar-nav > li.menu-item-has-children.touch-device .expanded:after {
	padding-left: 0.25rem;
	font-family: "cs-icons";
	font-size: 12px;
	content: "\e90c";
}

.navbar-nav > li:hover > a {
	color: var(--sapin);
}

.navbar-nav .menu-item-has-children > a {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}

.navbar-nav .menu-item-has-children > a:after {
	padding-left: 0.25rem;
	font-family: "cs-icons";
	font-size: 12px;
	content: "\e90e";
}

.navbar-nav .menu-item-has-children .touch-device.menu-item-has-children > a:after {
	display: none;
}

.navbar-nav .menu-item-has-children .touch-device.menu-item-has-children > a > .expanded:after {
	padding-left: 0.25rem;
	font-family: "cs-icons";
	font-size: 12px;
	content: "\e90e";
}

.navbar-nav .sub-menu {
	background: var(--perle);
	position: absolute;
	margin: 0;
	padding: 0.5rem 0;
	text-align: left;
	list-style: none;
}

.navbar-nav .sub-menu > li {
	padding: 0;
}

.navbar-nav .sub-menu > li.current-menu-ancestor > a,
.navbar-nav .sub-menu > li.current-menu-item > a {
	color: var(--tourterelle);
}

.navbar-nav .sub-menu > li:hover > a, .navbar-nav .sub-menu > li:focus > a {
	color: var(--tourterelle);
}

.navbar-nav .sub-menu > li > a {
	position: relative;
	display: flex;
	white-space: nowrap;
	min-width: 220px;
	padding: 0.5rem 1rem;
	color: var(--encre);
	transition: padding, opacity, color 0.2s ease;
}

.navbar-nav .sub-menu .sub-menu {
	border-left: 1px solid var(--selene);
	display: block;
	visibility: hidden;
	top: -0.5rem;
	left: 100%;
	opacity: 0;
	transition: all 0.2s;
	z-index: 1;
}

.navbar-nav .sub-menu .sub-menu.cs-mm-position-init {
	transform: translate3d(0.5rem, 0, 0);
}

.navbar-nav .sub-menu li.cs-mm-position-left > .sub-menu {
	left: auto;
	right: 100%;
}

.navbar-nav .sub-menu li:not(.touch-device):hover > .sub-menu {
	visibility: visible;
	opacity: 1;
}

.navbar-nav .sub-menu li:not(.touch-device):hover > .sub-menu.cs-mm-position-init {
	transform: translate3d(0, 0, 0);
}

.navbar-nav .sub-menu li.touch-device.submenu-visible > a {
	padding-left: 1.5rem;
}

.navbar-nav .sub-menu li.touch-device.submenu-visible > .sub-menu {
	visibility: visible;
	opacity: 1;
}

.navbar-nav .sub-menu li.touch-device.submenu-visible > .sub-menu.cs-mm-position-init {
	transform: translate3d(0, 0, 0);
}

.navbar-primary .navbar-nav {
	height: 100%;
	display: none;
}

.navbar-primary .navbar-nav > li {
	height: 100%;
	padding-right: 24px;
}

.navbar-primary .navbar-nav > li > a {
	height: 100%;
}

@media (min-width: 1020px) {
	.navbar-primary .navbar-nav {
		display: flex;
	}
}

.navbar-follow {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.navbar-follow .navbar-follow-title {
	display: none;
	flex-direction: column;
	margin-right: 1rem;
}

@media (min-width: 1200px) {
	.navbar-follow .navbar-follow-title {
		display: flex;
	}
}

.navbar-follow .navbar-follow-title .follow-text {
	max-width: 180px;
	padding-right: 60px;
	text-align: center;
}

.navbar-follow .navbar-follow-title .follow-arrow {
	margin-top: 0.5rem;
	text-align: right;
}

.navbar-follow .navbar-follow-container {
	display: flex;
	align-items: center;
}

.navbar-follow .navbar-follow-avatar {
	margin-right: 1rem;
	flex: 0 0 80px;
	width: 80px;
	height: 80px;
}

.navbar-follow .navbar-follow-avatar-link {
	position: relative;
	display: block;
}

.navbar-follow .navbar-follow-avatar-link img {
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	transition: 0.2s;
}

.navbar-follow .navbar-follow-box {
	display: flex;
	flex-direction: column;
}

.navbar-follow .navbar-follow-text {
	margin-bottom: 0;
	word-break: break-all;
	white-space: nowrap;
}

.navbar-follow .navbar-follow-counters {
	margin-top: 0.25rem;
}

.navbar-follow .navbar-follow-counters .followers {
	color: var(--tourterelle);
}

.navbar-follow .navbar-follow-counters .number {
	color: var(--encre);
}

.navbar-follow .navbar-follow-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0.3333333333rem;
	padding: 0.375rem 2rem;
}

.navbar-follow .navbar-follow-btn .pk-icon {
	margin-left: 0.5rem;
	font-size: 0.75rem;
}

.navbar-follow .navbar-follow-btn:after {
	display: block;
	margin-left: 0.5rem;
	font-family: 'powerkit-icons';
	font-size: 0.75rem;
}

.navbar-follow-button .navbar-follow-container {
	max-width: 180px;
}

.navbar-follow-button .navbar-follow-text {
	margin-bottom: 0.3333333333rem;
	color: var(--tourterelle);
	word-break: initial;
	white-space: normal;
}

.navbar-follow-instagram .navbar-follow-avatar-link {
	position: relative;
	border-radius: 100%;
	transition: 0.2s;
}

.navbar-follow-instagram .navbar-follow-avatar-link img {
	position: relative;
	border: 2px solid white;
	border-radius: 100%;
	width: 76px;
	height: 76px;
	z-index: 1;
}

.navbar-follow-instagram .navbar-follow-avatar-link span {
	border-radius: 100%;
}

.navbar-follow-instagram .navbar-follow-avatar-link:after {
	position: absolute;
	top: -2px;
	bottom: -2px;
	left: -2px;
	right: 2px;
	background: linear-gradient(-45deg, var(--tourterelle), var(--perle));
	content: '';
	border-radius: 100%;
	transition: 0.2s;
}

.navbar-follow-instagram .navbar-follow-btn:after {
	content: "\e90c";
}

.navbar-follow-facebook .navbar-follow-avatar-link {
	position: relative;
	border-radius: 100%;
	transition: 0.2s;
}

.navbar-follow-facebook .navbar-follow-avatar-link img {
	position: relative;
	border: 2px solid white;
	border-radius: 100%;
	width: 76px;
	height: 76px;
	z-index: 1;
}

.navbar-follow-facebook .navbar-follow-avatar-link span {
	border-radius: 100%;
}

.navbar-follow-facebook .navbar-follow-avatar-link:after {
	position: absolute;
	top: -2px;
	bottom: -2px;
	left: -2px;
	right: 2px;
	background: linear-gradient(-45deg, var(--tourterelle), var(--perle));
	content: '';
	border-radius: 100%;
	transition: 0.2s;
}

.navbar-follow-facebook .navbar-follow-avatar-link:after {
	background: var(--selene);
}

.navbar-follow-facebook .navbar-follow-avatar-link:hover:after {
	background: #ced4da;
}

.navbar-follow-facebook .navbar-follow-btn:after {
	content: "\f09a";
}

.navbar-follow-youtube .navbar-follow-avatar-link {
	position: relative;
	border-radius: 100%;
	transition: 0.2s;
}

.navbar-follow-youtube .navbar-follow-avatar-link img {
	position: relative;
	border: 2px solid white;
	border-radius: 100%;
	width: 76px;
	height: 76px;
	z-index: 1;
}

.navbar-follow-youtube .navbar-follow-avatar-link span {
	border-radius: 100%;
}

.navbar-follow-youtube .navbar-follow-avatar-link:after {
	position: absolute;
	top: -2px;
	bottom: -2px;
	left: -2px;
	right: 2px;
	background: linear-gradient(-45deg, var(--tourterelle), var(--perle));
	content: '';
	border-radius: 100%;
	transition: 0.2s;
}

.navbar-follow-youtube .navbar-follow-avatar-link:after {
	background: var(--selene);
}

.navbar-follow-youtube .navbar-follow-avatar-link:hover:after {
	background: #ced4da;
}

.navbar-follow-youtube .navbar-follow-btn:after {
	content: "\e919";
}

/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
.ajax-navigation {
	display: flex;
	justify-content: center;
	margin-top: 4rem;
}

.ajax-navigation .load-more {
	padding: 0.7rem 6rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ajax-navigation .load-more:after {
	display: inline-block;
	margin-left: 0.5rem;
	font-family: "cs-icons";
	font-size: 0.75rem;
	content: "\e90c";
}

.ajax-navigation .load-more:hover, .ajax-navigation .load-more:focus {
	background: var(--encre);
}

.ajax-navigation .load-more.loading {
	position: relative;
	color: transparent;
}

.ajax-navigation .load-more.loading:before {
	width: 1rem;
	height: 1rem;
	border: 2px solid rgba(255, 255, 255, 0.25);
	border-top-color: white;
	border-radius: 50%;
	position: relative;
	-webkit-animation: loader-rotate 1s linear infinite;
	animation: loader-rotate 1s linear infinite;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	text-align: center;
	content: "";
}

@-webkit-keyframes loader-rotate {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}

@keyframes loader-rotate {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}

.navigation.pagination {
	display: flex;
	justify-content: center;
	margin-top: 4rem;
}

.navigation.pagination:last-child {
	margin-bottom: 0;
}

.navigation.pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}

.navigation.pagination .nav-links > span,
.navigation.pagination .nav-links > a {
	border: 1px solid transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	min-height: 40px;
	padding: 0.5rem 0.75rem;
}

.navigation.pagination .nav-links > .page-number,
.navigation.pagination .nav-links > .current {
	border-color: var(--selene);
	color: var(--tourterelle);
}

.navigation.pagination .nav-links a:first-child:before {
	margin-right: 0.5rem;
	font-family: "cs-icons";
	content: "\e90d";
}

.navigation.pagination .nav-links a:last-child:after {
	margin-left: 0.5rem;
	font-family: "cs-icons";
	content: "\e90e";
}

.navigation.posts-navigation {
	margin-top: 40px;
}

.navigation.posts-navigation .nav-links {
	display: flex;
	justify-content: space-between;
}

.navigation.posts-navigation .nav-previous > a:before {
	margin-right: 0.5rem;
	font-family: "cs-icons";
	content: "\e90d";
}

.navigation.posts-navigation .nav-next > a:after {
	margin-left: 0.5rem;
	font-family: "cs-icons";
	content: "\e90e";
}

.navigation.comment-navigation {
	padding: 1rem 0;
	border-top: 1px var(--selene) solid;
	border-bottom: 1px var(--selene) solid;
}

.navigation.comment-navigation .nav-links {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.navigation.comment-navigation .nav-links .nav-previous a:before {
	margin-right: 0.5rem;
	font-family: "cs-icons";
	content: "\e904";
}

.navigation.comment-navigation .nav-links .nav-next {
	text-align: right;
}

.navigation.comment-navigation .nav-links .nav-next a:after {
	margin-left: 0.5rem;
	font-family: "cs-icons";
	content: "\e906";
}

/*--------------------------------------------------------------
## Сomments
--------------------------------------------------------------*/
.post-comments {
	display: none;
	margin-top: 3rem;
	padding-top: 3rem;
	border-top: 1px var(--selene) solid;
}

.post-comments .title-block {
	text-align: left;
}

.post-comments-simple {
	display: block;
}

.title-comment-reply {
	margin-bottom: 1.5rem;
	text-align: left;
}

.title-comment-reply:after {
	margin-left: 0;
}

.post-comments {
	margin-top: 3rem;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	margin-top: 1.5rem;
	margin-bottom: 0;
}

.comment-body + .comment-respond,
.comment-list + .comment-respond {
	padding-top: 3rem;
	border-top: 1px var(--selene) solid;
}

.comment-list {
	padding-left: 0;
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	padding: 1.5rem 0;
}

.comment-list .children {
	list-style: none;
	padding: 0;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 20px;
}

@media (min-width: 1020px) {
	.comment-list .children > li {
		padding-left: 40px;
	}
}

@media (max-width: 1199.98px) {
	.comment-list .children > li > .children > li > .children > li > .children > li > .children > li {
		padding-left: 0;
	}
}

.comment-author .avatar {
	float: left;
	position: relative;
	width: 60px;
	height: 60px;
	margin-right: 20px;
	border-radius: 50%;
}

.comment-author .fn {
	font-size: 1rem;
}

.bypostauthor > article .fn:after {
	position: relative;
	margin-left: 0.25rem;
	font-family: "cs-icons";
	content: "\e90b";
}

.comment-meta {
	margin-bottom: 1rem;
}

.comment-meta::after {
	display: block;
	clear: both;
	content: "";
}

.comment-metadata .edit-link,
.pingback .edit-link {
	display: inline-block;
}

.comment-content {
	font-size: 0.875rem;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.5rem 1rem;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	font-size: 0.875rem;
}

.no-comments {
	margin: 1rem 0 0;
}

.comment-form-cookies-consent label {
	display: inline;
	margin-left: 0.5rem;
}

@media (min-width: 600px) {
	.post-comments .comment-form {
		display: flex;
		flex-wrap: wrap;
		margin-right: -20px;
		margin-left: -20px;
	}
	.post-comments .comment-form-comment {
		margin-bottom: 1.5rem;
	}
	.post-comments .comment-notes,
	.post-comments .comment-form-comment,
	.post-comments .logged-in-as {
		flex: 0 0 100%;
		max-width: 100%;
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		margin-bottom: 1.5rem;
	}
	.post-comments .comment-form-author,
	.post-comments .comment-form-email,
	.post-comments .comment-form-url {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		margin-bottom: 1.5rem;
	}
	.post-comments .comment-form-cookies-consent {
		flex: 0 0 100%;
		max-width: 100%;
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
	}
}

.form-submit {
	margin: 0;
}

@media (min-width: 600px) {
	.form-submit {
		flex: 0 0 100%;
		max-width: 100%;
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
	}
}

.required {
	color: #dc3545;
}

.title-comment-reply small {
	font-size: 100%;
}

.title-comment-reply small a {
	float: right;
	overflow: hidden;
	width: 24px;
	height: 24px;
}

.title-comment-reply small a:before {
	float: left;
	position: relative;
	font-family: "cs-icons";
	font-size: 24px;
	content: "\e923";
}

.post-comments-show {
	margin-top: 3rem;
	text-align: center;
}

.post-comments-show button {
	margin: 0 auto;
	padding: 0.5rem 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.post-comments-show button:after {
	display: inline-block;
	margin-left: 0.5rem;
	font-family: "cs-icons";
	font-size: 0.75rem;
	content: "\e90c";
}

/*--------------------------------------------------------------
## Not found
--------------------------------------------------------------*/
.content-not-found {
	margin: 0 auto;
}

@media (min-width: 600px) {
	.content-not-found {
		max-width: 600px;
	}
}

@media (min-width: 720px) {
	.content-not-found {
		max-width: 720px;
	}
}

@media (min-width: 1020px) {
	.content-not-found {
		max-width: 1020px;
	}
}

@media (min-width: 1200px) {
	.content-not-found {
		max-width: 1200px;
	}
}

.content-not-found .cs-input-group .search-submit {
	min-width: 160px;
}

.content-not-found .cs-input-group input[type="search"] {
	line-height: 2rem;
}

.page-header-has-description + .content-not-found {
	margin-top: 40px;
}

/*--------------------------------------------------------------
## Meet The Team Template
--------------------------------------------------------------*/
.cs-meet-team .cs-author:not(:first-child) {
	margin-top: 3rem;
}

.cs-meet-team .cs-author .cs-author-meta {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.cs-meet-team .cs-author .cs-author-avatar {
	margin-right: 1.5rem;
}

.cs-meet-team .cs-author .cs-author-title {
	margin-right: 1.5rem;
	margin-bottom: 0;
}

.cs-meet-team .cs-author .cs-author-description {
	margin-top: 1rem;
}

.cs-meet-team .cs-author .cs-author-posts {
	border-top: 1px solid var(--selene);
	margin-top: 1.5rem;
	padding-top: 1.5rem;
}

.cs-meet-team .cs-author .pk-social-links-item:not(:hover) {
	opacity: 0.6;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Post Header
--------------------------------------------------------------*/
.entry-header .entry-header-inner .entry-title {
	line-height: 1;
}

.entry-header .entry-header-inner .entry-meta-details {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.entry-header .entry-header-inner .entry-meta-details .post-meta {
	margin-top: 1rem;
	margin-right: 0.5rem;
}

.entry-header .entry-header-inner .entry-meta-details .pk-share-buttons-wrap {
	margin-top: 1rem;
	margin-bottom: 0;
}

.entry-header .entry-header-inner .post-excerpt {
	margin: 2rem 0;
	text-align: left;
}

.entry-header .entry-header-inner .post-excerpt:last-child {
	margin-bottom: 0;
}

.entry-header .entry-header-inner .post-excerpt > *:last-child {
	margin-bottom: 0;
}

.entry-header-large {
	background: white;
	z-index: 3;
}

.single .entry-header-large {
	border-bottom: 1px solid var(--selene);
	padding-bottom: 3rem;
}

/*--------------------------------------------------------------
## Post Meta
--------------------------------------------------------------*/
.post-categories {
	padding-left: 0;
	list-style: none;
}

.post-categories > li {
	display: inline-block;
}

.post-categories > li:not(:last-child) {
	margin-right: 0.5rem;
}

.post-categories li:not(:last-child):after {
	content: ",";
}

.post-meta .post-categories {
	margin-bottom: 0;
}

.post-meta {
	display: flex;
	flex-wrap: wrap;
	margin-top: 1rem;
	margin-bottom: 0;
	padding: 0;
}

.post-meta > li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.post-meta > li:not(:last-child):after {
	margin-right: 0.5rem;
	content: "\b7";
	margin-left: 0.5rem;
}

.post-meta .cs-icon {
	margin-right: 0.25rem;
}

.post-meta a,
.post-meta .author a {
	color: var(--tourterelle);
}

.post-meta a:hover,
.post-meta .author a:hover {
	color: var(--encre);
}

.meta-author .sep {
	display: inline-block;
	padding: 0 0.5rem;
}

.meta-author .author {
	display: flex;
	align-items: center;
}

.meta-author .author img {
	margin: 0 0.25rem;
}

.meta-author .author a {
	display: flex;
	align-items: center;
}

.meta-shares {
	position: relative;
	z-index: 3;
}

.meta-shares .total {
	display: flex;
	align-items: center;
}

/*--------------------------------------------------------------
## Post Format
--------------------------------------------------------------*/
.post-format-icon {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}

.post-format-icon > a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: var(--perle);
	background: var(--encre);
	transition: .2s ease all;
}

.post-format-icon > a:after {
	position: relative;
	font-family: "cs-icons";
	font-style: normal;
	font-size: 1rem;
	opacity: 1;
	width: auto;
}

.post-format-icon span {
	margin-left: 0.25rem;
	font-size: 80%;
	order: 2;
}

.post-format-icon + .meta-category .post-categories {
	padding-right: 80px;
}

.post-format-icon .cs-format-image:after {
	content: "\e92a";
}

.post-format-icon .cs-format-video:after {
	content: "\e91c";
}

.post-format-icon .cs-format-audio:after {
	content: "\e91b";
}

.post-format-icon .cs-format-gallery:after {
	content: "\e92a";
}

.post-format-icon .cs-format-link:after {
	content: "\e90e";
}

.post-format-icon .cs-format-quote:after {
	content: "\e918";
}

.post-format-icon .cs-format-status:after {
	content: "\e916";
}

.post-format-icon .cs-format-aside:after {
	content: "\e90a";
}

.post-format-icon .cs-format-chat:after {
	content: "\e900";
}

/*--------------------------------------------------------------
## Post Author
--------------------------------------------------------------*/
.post-author {
	margin-top: 3rem;
}

.post-author:not(:last-child) {
	margin-bottom: 3rem;
}

.post-author .avatar {
	border-radius: 50%;
}

.post-author > *:last-child {
	margin-bottom: 0;
}

.post-author .author-wrap + .author-wrap {
	margin-top: 3rem;
}

.post-author .author {
	display: flex;
	flex-wrap: wrap;
	margin-right: -20px;
	margin-left: -20px;
}

.post-author .author-avatar {
	position: relative;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

.post-author .author-description {
	position: relative;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%;
	font-size: 0.875rem;
}

.post-author .title-author,
.post-author .note {
	margin-bottom: 1rem;
}

.post-author .fn a {
	color: var(--encre);
}

.post-author .fn a:hover, .post-author .fn a:focus {
	color: var(--tourterelle);
}

.post-author .fn .url {
	margin: 0;
}

.post-author .pk-social-links-item {
	padding-bottom: 0;
}

/*--------------------------------------------------------------
## Post Tags
--------------------------------------------------------------*/
.post-tags {
	margin-top: 3rem;
}

.post-tags a {
	display: block;
	background: var(--selene);
	color: var(--encre);
	padding: 0.5rem 1rem;
	transition: 0.2s;
}

.post-tags a:hover {
	background: var(--encre);
	color: var(--perle);
}

.post-tags ul {
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
}

.post-tags ul > li {
	display: inline-block;
}

.post-tags ul > li:not(:last-child) {
	margin-right: 0.5rem;
}

/*--------------------------------------------------------------
## Post Subscribe
--------------------------------------------------------------*/
.post-subscribe {
	position: relative;
	margin-top: 3rem;
}

.post-subscribe .subscribe-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 800px;
	margin: 0 auto;
}

@media (min-width: 1020px) {
	.post-subscribe .subscribe-wrap {
		flex-direction: row;
	}
	.post-sidebar-disabled .post-subscribe .subscribe-wrap {
		max-width: 680px;
	}
	.post-sidebar-enabled.sidebar-disabled .post-subscribe .subscribe-wrap {
		transform: translateX(-60px);
	}
}

.post-subscribe .subscribe-title {
	flex: 0 0 100%;
	display: flex;
	flex-direction: column;
	margin-bottom: 2rem;
}

.post-subscribe .subscribe-title .subscribe-text {
	text-align: center;
}

.post-subscribe .subscribe-title .subscribe-arrow {
	display: none;
	margin-top: 0.5rem;
	text-align: right;
}

@media (min-width: 1020px) {
	.post-subscribe .subscribe-title {
		flex: auto;
		max-width: 300px;
		margin-right: 3rem;
		margin-bottom: 0;
	}
	.post-subscribe .subscribe-title .subscribe-text {
		padding-right: 80px;
	}
	.post-subscribe .subscribe-title .subscribe-arrow {
		display: block;
	}
}

/*--------------------------------------------------------------
## Post Sidebar Shares
--------------------------------------------------------------*/
.post-sidebar-shares {
	position: sticky;
}

.post-sidebar-shares .post-sidebar-inner {
	transition: opacity 0.2s;
}

.post-sidebar-shares .title-block {
	color: var(--tourterelle);
}

.post-sidebar-shares .pk-share-buttons-total {
	border-top: 1px solid var(--selene);
	padding-top: 1rem;
	margin-top: 1rem;
	margin-right: 0;
	order: 2;
}

.post-sidebar-shares .pk-share-buttons-total:before {
	background: var(--selene);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	margin-bottom: 0.5rem;
	border-radius: 100%;
	font-family: "cs-icons";
	content: "\e934";
}

.post-sidebar-shares .pk-share-buttons-total .pk-share-buttons-count {
	margin: 0;
	padding: 0;
}

.post-sidebar-shares .pk-share-buttons-total .pk-share-buttons-caption {
	line-height: 1.125rem;
	color: var(--tourterelle);
}

.post-sidebar-shares .pk-share-buttons-wrap {
	flex-direction: column;
	margin: 0;
}

.post-sidebar-shares .pk-share-buttons-items {
	flex-direction: column;
	flex-wrap: nowrap;
	margin: 0;
	order: 1;
}

.post-sidebar-shares .pk-share-buttons-item {
	display: inline-block;
	margin-top: 0.3333333333rem;
	margin-right: auto;
	padding: 0;
}

.post-sidebar-shares .pk-share-buttons-item:first-child {
	margin-top: 0;
}

.post-sidebar-shares .pk-share-buttons-link {
	justify-content: space-between;
	height: 30px;
	padding: 0;
}

.post-sidebar-shares .pk-share-buttons-link .pk-share-buttons-count {
	padding-right: 0.5rem;
}

.post-sidebar-shares .pk-share-buttons-icon {
	width: 30px;
	padding: 0;
	text-align: center;
}

.post-sidebar-shares .pk-share-buttons-item-count .pk-share-buttons-link {
	width: 80px;
}

.post-sidebar-shares .pk-share-buttons-no-count .pk-share-buttons-link {
	justify-content: center;
	width: 30px;
}

.post-sidebar-shares .pk-share-buttons-scheme-bold .pk-share-buttons-link {
	background: var(--argent);
}

/*--------------------------------------------------------------
## Breadcrumbs
--------------------------------------------------------------*/
.cs-breadcrumbs {
	margin-bottom: 1.5rem;
}

.cs-breadcrumbs .cs-separator {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}

.cs-breadcrumbs .cs-separator:before {
	font-family: "cs-icons";
	content: "\e90e";
}

/*--------------------------------------------------------------
## Page Header
--------------------------------------------------------------*/
.page-header {
	margin-bottom: 3rem;
}

.page-header-has-description .archive-description p:last-child {
	margin-bottom: 0;
}

.page-author-container {
	display: flex;
	flex-wrap: wrap;
	margin-right: -20px;
	margin-left: -20px;
}

.page-author-container .author-avatar,
.page-author-container .author-content {
	position: relative;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	flex: 0 0 100%;
	max-width: 100%;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.page-author-container .author-content {
	margin-top: 1rem;
}

.page-author-container .pk-social-links-items {
	justify-content: center;
}

@media (min-width: 720px) {
	.page-author-container .author-avatar,
	.page-author-container .author-content {
		align-items: initial;
		text-align: initial;
	}
	.page-author-container .author-avatar {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.page-author-container .author-content {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
		margin-top: 0;
	}
}

.page-title {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
## Overlay
--------------------------------------------------------------*/
.cs-overlay {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	width: 100%;
}

.cs-overlay .entry-inline-meta {
	margin-bottom: auto;
}

.cs-overlay .read-more {
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}

.cs-overlay .post-meta {
	justify-content: center;
	margin-bottom: 0;
}

.cs-overlay .meta-category {
	margin-bottom: auto;
}

.cs-overlay .meta-category:after {
	display: none;
}

.cs-overlay-hover .read-more,
.cs-overlay-hover .post-meta {
	opacity: 0;
	transition: .2s ease all;
}

.cs-overlay-hover .cs-overlay-background {
	background: rgba(0, 0, 0, 0.2);
}

.cs-overlay-hover .cs-overlay-background:after {
	opacity: 0;
}

.cs-overlay-hover:hover .read-more,
.cs-overlay-hover:hover .post-meta, .cs-overlay-hover:focus .read-more,
.cs-overlay-hover:focus .post-meta {
	opacity: 1;
}

.cs-overlay-hover:hover .cs-overlay-background:after, .cs-overlay-hover:focus .cs-overlay-background:after {
	opacity: 1;
}

.cs-overlay-background {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.cs-overlay-background img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.cs-overlay-background:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transition: .2s ease all;
}

.post-media .cs-overlay-transparent .cs-overlay-background:after,
.has-post-thumbnail .cs-overlay-transparent .cs-overlay-background:after {
	display: none;
}

.cs-overlay-content {
	position: relative;
	padding: 20px;
	width: 100%;
}

.cs-overlay-content a {
	position: relative;
	z-index: 1;
}

.cs-overlay-content h4, .cs-overlay-content h5, .cs-overlay-content h6,
.cs-overlay-content .h4, .cs-overlay-content .h5, .cs-overlay-content .h6 {
	margin-bottom: 0.5rem;
}

.cs-overlay-link,
.cs-overlay-blank {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.cs-overlay-ratio:before {
	content: '';
	display: table;
	box-sizing: border-box;
	width: 0;
	height: 100%;
}

.cs-overlay-ratio .cs-overlay-content {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;
}

.cs-overlay-ratio .cs-overlay-background {
	position: absolute !important;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cs-overlay-ratio .cs-overlay-background img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

@media (max-width: 599.98px) {
	.cs-overlay-ratio h1, .cs-overlay-ratio h2, .cs-overlay-ratio h3, .cs-overlay-ratio h4 {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
}

@media (max-width: 1019.98px) {
	.cs-overlay-ratio h1 {
		font-size: 2rem;
	}
}

.cs-ratio-portrait {
	max-width: 560px;
	margin-right: auto;
	margin-left: auto;
}

.cs-ratio-portrait:before {
	padding-bottom: 125%;
}

.cs-ratio-landscape:before {
	padding-bottom: 75%;
}

.cs-ratio-wide:before {
	padding-bottom: 75%;
}

@media (min-width: 720px) {
	.cs-ratio-wide:before {
		padding-bottom: 32%;
	}
}

.cs-ratio-standard:before {
	padding-bottom: 75%;
}

@media (min-width: 720px) {
	.cs-ratio-standard:before {
		padding-bottom: 40%;
	}
}

.cs-ratio-square:before {
	padding-bottom: 100%;
}

.cs-ratio-16by9.cs-ratio-landscape:before {
	padding-bottom: 56.25%;
}

/*--------------------------------------------------------------
## Mega Menu
--------------------------------------------------------------*/
.navbar-nav .cs-mega-menu {
	position: static;
}

.navbar-nav .cs-mega-menu > .sub-menu {
	top: auto;
	right: 0;
	left: 0;
	padding: 0;
}

.navbar-nav .cs-mega-menu > .sub-menu:after, .navbar-nav .cs-mega-menu > .sub-menu:before {
	display: none;
}

.navbar-nav .cs-mega-menu .cs-mm-posts {
	display: flex;
	flex-wrap: wrap;
	margin-right: -20px;
	margin-left: -20px;
	margin-left: -1rem;
	margin-right: -1rem;
}

.navbar-nav .cs-mega-menu .cs-mm-posts.cs-mm-loading {
	height: 300px;
}

.navbar-nav .cs-mega-menu .cs-mm-posts.cs-mm-loading:before {
	width: 1.5rem;
	height: 1.5rem;
	border: 2px solid rgba(119, 119, 119, 0.25);
	border-top-color: #777;
	border-radius: 50%;
	position: relative;
	-webkit-animation: loader-rotate 1s linear infinite;
	animation: loader-rotate 1s linear infinite;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	text-align: center;
	content: "";
}

@keyframes loader-rotate {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}

.navbar-nav .cs-mega-menu .cs-mm-post {
	position: relative;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	flex: 0 0 20%;
	max-width: 20%;
	padding-left: 1rem;
	padding-right: 1rem;
}

.navbar-nav .cs-mega-menu .cs-mm-post .cs-overlay-content {
	padding: 20px;
}

.navbar-nav .cs-mega-menu .cs-mm-post .post-format-icon > a {
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
}

.navbar-nav .cs-mega-menu .cs-mm-post .post-format-icon > a:after {
	font-size: 0.75rem;
}

.navbar-nav .cs-mega-menu .cs-mm-post .entry-header .entry-title {
	margin: 1rem 0 0.5rem;
}

.navbar-nav .cs-mega-menu .cs-mm-post .entry-header .post-meta .cs-icon {
	display: flex;
	align-items: center;
}

.navbar-nav .cs-mega-menu-has-category .sub-menu {
	background: var(--argent);
}

.navbar-nav .cs-mega-menu-has-category .cs-mm-posts {
	padding: 1.5rem;
}

.navbar-nav .cs-mega-menu-has-categories .cs-mm-content {
	display: flex;
	flex-wrap: wrap;
	margin-right: -20px;
	margin-left: -20px;
	margin-left: 0;
	margin-right: 0;
}

.navbar-nav .cs-mega-menu-has-categories .cs-mm-categories {
	position: relative;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	flex: 0 0 20%;
	max-width: 20%;
	padding: 1.5rem;
	position: relative;
	background: var(--selene);
	border-right: 1px solid var(--selene);
}

.navbar-nav .cs-mega-menu-has-categories .cs-mm-categories li.menu-item {
	display: block;
	padding: 0;
}

.navbar-nav .cs-mega-menu-has-categories .cs-mm-categories li.active-item a {
	color: var(--tourterelle);
}

.navbar-nav .cs-mega-menu-has-categories .cs-mm-posts-container {
	position: relative;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	background: var(--argent);
	padding-left: 0;
	padding-right: 0;
	flex: 0 0 80%;
	max-width: 80%;
}

.navbar-nav .cs-mega-menu-has-categories .cs-mm-posts {
	display: none;
	padding: 2rem;
}

.navbar-nav .cs-mega-menu-has-categories .cs-mm-posts .cs-mm-post {
	flex: 0 0 25%;
	max-width: 25%;
}

.navbar-nav .cs-mega-menu-has-categories .cs-mm-posts.active-item {
	display: flex;
}

.navbar-nav:not(:hover) > li .cs-mm-post a {
	transition: none !important;
}

.navbar-nav .cs-mega-menu-child > a {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	display: block;
	color: var(--encre);
}

/*--------------------------------------------------------------
## Cards
--------------------------------------------------------------*/
.cs-card-sm {
	background: var(--perle);
	display: flex;
}

.cs-card-sm .cs-card-thumbnail a {
	height: 100%;
	display: block;
}

.cs-card-sm .cs-card-thumbnail img {
	height: 100%;
	width: 80px;
	max-width: 80px;
	-o-object-fit: cover;
	object-fit: cover;
}

.cs-card-sm .cs-card-content {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding: 0.75rem 20px;
	flex-direction: column;
}

.cs-card-sm .cs-card-content > *:last-child {
	margin-bottom: 0;
}

.cs-card-sm .entry-title {
	width: 100%;
	margin-bottom: 0;
}

.cs-card-sm .post-meta {
	margin-top: 0.25rem;
}

.cs-card {
	display: flex;
	flex-direction: column;
	background: var(--perle);
	padding: 20px;
}

.cs-card .post-meta {
	margin-top: auto;
}

/*--------------------------------------------------------------
## Category Filter
--------------------------------------------------------------*/
.subcategories {
	margin-top: 3rem;
	padding-top: 3rem;
	border-top: 1px var(--selene) solid;
}

.subcategories .cs-nav {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.subcategories .cs-nav-item {
	margin-top: 0.5rem;
	margin-right: 0.5rem;
}

.subcategories .cs-nav-item:last-child {
	margin-right: 0;
}

.subcategories .cs-nav-link {
	display: block;
	padding: 0.5rem 1rem;
	background: var(--encre);
	color: var(--perle);
	transition: 0.2s;
}

.subcategories .cs-nav-link:hover {
	background: var(--selene);
	color: var(--encre);
}

/*--------------------------------------------------------------
## Featured Posts
--------------------------------------------------------------*/
.cs-featured-type-1 .cs-featured-post .cs-card {
	padding: 0;
}

.design-edge-enabled .cs-featured-type-1 .cs-featured-post .cs-card {
	position: relative;
}

.design-edge-enabled .cs-featured-type-1 .cs-featured-post .cs-card:before {
	position: absolute;
	background: url("./images/mask-bottom.png") repeat-x center 0;
	background-size: cover;
	display: block;
	top: -40px;
	bottom: auto;
	width: 100%;
	height: 40px;
	content: '';
}

.design-edge-wave .cs-featured-type-1 .cs-featured-post .cs-card:before {
	background-image: url('data:image/svg+xml;utf8,<svg width="1920px" height="40px" viewBox="0 0 1920 40" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="wave" fill="var(--perle)"><path d="M914.133333,18.3252883 C558.266667,-15.2368591 226.933333,6.00821575 0,19.527237 L0,40.354105 L1920,40.354105 L1920,13.4237591 C1670.26667,28.3552155 1346.66667,59.0841286 914.133333,18.3252883 Z"></path></g></svg>');
	background-size: cover;
}

.design-edge-wave .cs-posts-type-4 .cs-featured-type-1 .cs-featured-post .cs-card:before {
	background-image: url('data:image/svg+xml;utf8,<svg width="300px" height="20px" viewBox="0 0 300 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="wave" fill="var(--perle)"><path d="M142.833333,4.49279582 C87.2291667,-3.89774103 35.4583333,1.41352769 0,4.79328301 L0,20 L300,20 L300,3.26741352 C260.979167,7.00027761 210.416667,14.6825059 142.833333,4.49279582 Z" id="Path"></path></g></svg>');
	top: -20px;
	height: 20px;
}

.design-edge-wave .cs-posts-type-4 .cs-featured-type-1 .cs-featured-post .cs-card .featured-post:first-child,
.design-edge-wave .cs-posts-type-4 .cs-featured-type-1 .cs-featured-post .cs-card .featured-post:last-child {
	background-position: center center;
}

.design-edge-slanted .cs-featured-type-1 .cs-featured-post .cs-card:before {
	background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='40' viewBox='0 0 40 40' preserveAspectRatio='none'><polygon points='0,40 40,0 40,40' style='fill:var(--perle);' /></svg>");
	background-size: 100% 100%;
	background-position: 0 0;
	font-family: initial;
}

.design-edge-slanted .cs-posts-type-4 .cs-featured-type-1 .cs-featured-post .cs-card:before {
	background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='15' viewBox='0 0 15 15' preserveAspectRatio='none'><polygon points='0,15 15,0 15,15' style='fill:var(--perle);' /></svg>");
	top: -15px;
	height: 15px;
}

.cs-featured-type-1 .cs-featured-post .cs-card-inner {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
	background: white;
	padding-top: 2rem;
	z-index: 2;
}

@media (min-width: 600px) {
	.cs-featured-type-1 .cs-featured-post .cs-card-inner {
		max-width: 600px;
	}
}

@media (min-width: 720px) {
	.cs-featured-type-1 .cs-featured-post .cs-card-inner {
		max-width: 720px;
	}
}

@media (min-width: 1020px) {
	.cs-featured-type-1 .cs-featured-post .cs-card-inner {
		max-width: 1020px;
	}
}

@media (min-width: 1200px) {
	.cs-featured-type-1 .cs-featured-post .cs-card-inner {
		max-width: 1200px;
	}
}

@media (min-width: 1020px) {
	.cs-featured-type-1 .cs-featured-post .cs-card-inner {
		max-width: 800px;
		margin-top: -5rem;
		padding: 60px 60px 0;
	}
}

.cs-featured-type-1 .cs-featured-post .entry-title {
	font-size: 2.125rem;
}

@media (min-width: 1020px) {
	.cs-featured-type-1 .cs-featured-post .entry-title {
		font-size: 3rem;
	}
}

.cs-featured-type-1 .cs-featured-post .post-meta {
	margin-top: 2rem;
}

.cs-featured-type-1 .cs-featured-post .entry-excerpt {
	font-size: 1.125rem;
	margin-top: 2rem;
}

.cs-featured-type-1 .cs-featured-post .entry-details {
	margin-top: 1.5rem;
}

.cs-featured-type-1 .cs-featured-post .entry-more-dark a {
	padding: 0.7rem 3rem;
}

.cs-featured-type-2 {
	padding-top: 3rem;
}

@media (min-width: 1020px) {
	.cs-featured-type-2 {
		padding-top: 4rem;
	}
}

.cs-featured-type-2 .cs-featured-container {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 600px) {
	.cs-featured-type-2 .cs-featured-container {
		max-width: 600px;
	}
}

@media (min-width: 720px) {
	.cs-featured-type-2 .cs-featured-container {
		max-width: 720px;
	}
}

@media (min-width: 1020px) {
	.cs-featured-type-2 .cs-featured-container {
		max-width: 1020px;
	}
}

@media (min-width: 1200px) {
	.cs-featured-type-2 .cs-featured-container {
		max-width: 1200px;
	}
}

.cs-featured-type-2 .cs-featured-post .cs-card {
	padding: 0;
}

.design-edge-enabled .cs-featured-type-2 .cs-featured-post .cs-card {
	position: relative;
}

.design-edge-enabled .cs-featured-type-2 .cs-featured-post .cs-card:before {
	position: absolute;
	background: url("./images/mask-bottom.png") repeat-x center 0;
	background-size: cover;
	display: block;
	top: -40px;
	bottom: auto;
	width: 100%;
	height: 40px;
	content: '';
}

.design-edge-wave .cs-featured-type-2 .cs-featured-post .cs-card:before {
	background-image: url('data:image/svg+xml;utf8,<svg width="1920px" height="40px" viewBox="0 0 1920 40" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="wave" fill="var(--perle)"><path d="M914.133333,18.3252883 C558.266667,-15.2368591 226.933333,6.00821575 0,19.527237 L0,40.354105 L1920,40.354105 L1920,13.4237591 C1670.26667,28.3552155 1346.66667,59.0841286 914.133333,18.3252883 Z"></path></g></svg>');
	background-size: cover;
}

.design-edge-wave .cs-posts-type-4 .cs-featured-type-2 .cs-featured-post .cs-card:before {
	background-image: url('data:image/svg+xml;utf8,<svg width="300px" height="20px" viewBox="0 0 300 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="wave" fill="var(--perle)"><path d="M142.833333,4.49279582 C87.2291667,-3.89774103 35.4583333,1.41352769 0,4.79328301 L0,20 L300,20 L300,3.26741352 C260.979167,7.00027761 210.416667,14.6825059 142.833333,4.49279582 Z" id="Path"></path></g></svg>');
	top: -20px;
	height: 20px;
}

.design-edge-wave .cs-posts-type-4 .cs-featured-type-2 .cs-featured-post .cs-card .featured-post:first-child,
.design-edge-wave .cs-posts-type-4 .cs-featured-type-2 .cs-featured-post .cs-card .featured-post:last-child {
	background-position: center center;
}

.design-edge-slanted .cs-featured-type-2 .cs-featured-post .cs-card:before {
	background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='40' viewBox='0 0 40 40' preserveAspectRatio='none'><polygon points='0,40 40,0 40,40' style='fill:var(--perle);' /></svg>");
	background-size: 100% 100%;
	background-position: 0 0;
	font-family: initial;
}

.design-edge-slanted .cs-posts-type-4 .cs-featured-type-2 .cs-featured-post .cs-card:before {
	background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='15' viewBox='0 0 15 15' preserveAspectRatio='none'><polygon points='0,15 15,0 15,15' style='fill:var(--perle);' /></svg>");
	top: -15px;
	height: 15px;
}

.design-edge-brush .cs-featured-type-2 .cs-featured-post .cs-card:before {
	display: none;
}

@media (min-width: 1020px) {
	.design-edge-brush .cs-featured-type-2 .cs-featured-post .cs-overlay-background {
		position: relative;
	}
	.design-edge-brush .cs-featured-type-2 .cs-featured-post .cs-overlay-background:before {
		position: absolute;
		background: url("./images/mask.png") no-repeat center center;
		background-size: cover;
		font-family: 'object-fit: cover;';
		display: block;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		content: '';
		z-index: 1;
	}
}

.cs-featured-type-2 .cs-featured-post .cs-overlay-link {
	z-index: 1;
}

.cs-featured-type-2 .cs-featured-post .cs-card-inner {
	background: white;
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	padding: 2rem 0 0;
	z-index: 2;
}

@media (min-width: 1020px) {
	.cs-featured-type-2 .cs-featured-post .cs-card-inner {
		margin-top: -5rem;
		padding: 60px 60px 0;
	}
}

.cs-featured-type-2 .cs-featured-post .entry-title {
	font-size: 2.125rem;
}

@media (min-width: 1020px) {
	.cs-featured-type-2 .cs-featured-post .entry-title {
		font-size: 3rem;
	}
}

.cs-featured-type-2 .cs-featured-post .post-meta {
	margin-top: 2rem;
}

.cs-featured-type-2 .cs-featured-post .entry-excerpt {
	font-size: 1.125rem;
	margin-top: 2rem;
}

.cs-featured-type-2 .cs-featured-post .entry-details {
	margin-top: 1.5rem;
}

.cs-featured-type-2 .cs-featured-post .entry-more-dark a {
	padding: 0.7rem 3rem;
}

.cs-featured-type-3 {
	padding-top: 3rem;
}

@media (min-width: 1020px) {
	.cs-featured-type-3 {
		padding-top: 4rem;
	}
}

.cs-featured-type-3 .cs-featured-container {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 600px) {
	.cs-featured-type-3 .cs-featured-container {
		max-width: 600px;
	}
}

@media (min-width: 720px) {
	.cs-featured-type-3 .cs-featured-container {
		max-width: 720px;
	}
}

@media (min-width: 1020px) {
	.cs-featured-type-3 .cs-featured-container {
		max-width: 1020px;
	}
}

@media (min-width: 1200px) {
	.cs-featured-type-3 .cs-featured-container {
		max-width: 1200px;
	}
}

.cs-featured-type-3 .cs-featured-post .cs-card {
	display: flex;
	flex-direction: column;
	background: var(--encre);
	padding: 2rem;
}

.cs-featured-type-3 .cs-featured-post .cs-card-inner {
	display: flex;
	flex-direction: column;
	height: 100%;
}

@media (min-width: 1020px) {
	.cs-featured-type-3 .cs-featured-post article {
		display: flex;
		flex-wrap: wrap;
	}
	.cs-featured-type-3 .cs-featured-post .cs-overlay {
		flex: 0 0 50%;
		max-width: 50%;
		order: 2;
	}
	.design-edge-enabled .cs-featured-type-3 .cs-featured-post .cs-overlay {
		position: relative;
	}
	.design-edge-enabled .cs-featured-type-3 .cs-featured-post .cs-overlay:after {
		position: absolute;
		background: url("./images/mask-bottom.png") repeat-x center 0;
		background-size: cover;
		display: block;
		top: auto;
		bottom: 0;
		width: 100%;
		height: 40px;
		content: '';
	}
	.design-edge-wave .cs-featured-type-3 .cs-featured-post .cs-overlay:after {
		background-image: url('data:image/svg+xml;utf8,<svg width="1920px" height="40px" viewBox="0 0 1920 40" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="wave" fill="var(--perle)"><path d="M914.133333,18.3252883 C558.266667,-15.2368591 226.933333,6.00821575 0,19.527237 L0,40.354105 L1920,40.354105 L1920,13.4237591 C1670.26667,28.3552155 1346.66667,59.0841286 914.133333,18.3252883 Z"></path></g></svg>');
		background-size: cover;
	}
	.design-edge-wave .cs-posts-type-4 .cs-featured-type-3 .cs-featured-post .cs-overlay:after {
		background-image: url('data:image/svg+xml;utf8,<svg width="300px" height="20px" viewBox="0 0 300 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="wave" fill="var(--perle)"><path d="M142.833333,4.49279582 C87.2291667,-3.89774103 35.4583333,1.41352769 0,4.79328301 L0,20 L300,20 L300,3.26741352 C260.979167,7.00027761 210.416667,14.6825059 142.833333,4.49279582 Z" id="Path"></path></g></svg>');
		top: -20px;
		height: 20px;
	}
	.design-edge-wave .cs-posts-type-4 .cs-featured-type-3 .cs-featured-post .cs-overlay .featured-post:first-child,
	.design-edge-wave .cs-posts-type-4 .cs-featured-type-3 .cs-featured-post .cs-overlay .featured-post:last-child {
		background-position: center center;
	}
	.design-edge-slanted .cs-featured-type-3 .cs-featured-post .cs-overlay:after {
		background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='40' viewBox='0 0 40 40' preserveAspectRatio='none'><polygon points='0,40 40,0 40,40' style='fill:var(--perle);' /></svg>");
		background-size: 100% 100%;
		background-position: 0 0;
		font-family: initial;
	}
	.design-edge-slanted .cs-posts-type-4 .cs-featured-type-3 .cs-featured-post .cs-overlay:after {
		background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='15' viewBox='0 0 15 15' preserveAspectRatio='none'><polygon points='0,15 15,0 15,15' style='fill:var(--perle);' /></svg>");
		top: -15px;
		height: 15px;
	}
	.design-edge-enabled .cs-featured-type-3 .cs-featured-post .cs-overlay {
		margin-top: 20px;
	}
	.design-edge-slanted .cs-featured-type-3 .cs-featured-post .cs-overlay {
		margin-top: 0;
	}
	.design-edge-slanted .cs-featured-type-3 .cs-featured-post .cs-overlay:after {
		display: none;
	}
	.cs-featured-type-3 .cs-featured-post .cs-card {
		flex: 0 0 50%;
		max-width: 50%;
		padding: 3rem;
		order: 1;
	}
}

@media (min-width: 1200px) {
	.cs-featured-type-3 .cs-featured-post .cs-overlay {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	.cs-featured-type-3 .cs-featured-post .cs-card {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
}

.cs-featured-type-3 .cs-featured-post .entry-title {
	font-size: 2.25rem;
}

.cs-featured-type-3 .cs-featured-post .post-meta {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.cs-featured-type-3 .cs-featured-post .entry-excerpt {
	opacity: 0.8;
	color: var(--tourterelle);
	margin-top: auto;
}

.cs-featured-type-3 .cs-featured-post .entry-details {
	margin-top: 0.5rem;
}

.cs-featured-type-3 .cs-featured-post .entry-more-dark a {
	background: rgba(255, 255, 255, 0.15);
	color: var(--perle);
}

.cs-featured-type-3 .cs-featured-post .entry-more-dark a:hover {
	background: rgba(255, 255, 255, 0.3);
	color: var(--perle);
}

.cs-featured-type-4 {
	background: var(--selene);
	padding: 3rem 0;
}

@media (min-width: 1020px) {
	.cs-featured-type-4 {
		padding: 4rem 0;
	}
}

.cs-featured-type-4 .cs-featured-container {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 600px) {
	.cs-featured-type-4 .cs-featured-container {
		max-width: 600px;
	}
}

@media (min-width: 720px) {
	.cs-featured-type-4 .cs-featured-container {
		max-width: 720px;
	}
}

@media (min-width: 1020px) {
	.cs-featured-type-4 .cs-featured-container {
		max-width: 1020px;
	}
}

@media (min-width: 1200px) {
	.cs-featured-type-4 .cs-featured-container {
		max-width: 1200px;
	}
}

.cs-featured-type-4 .cs-featured-posts {
	display: flex;
	flex-wrap: wrap;
	margin-right: -20px;
	margin-left: -20px;
}

.cs-featured-type-4 .cs-featured-post {
	position: relative;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 3rem;
}

.cs-featured-type-4 .cs-featured-post:first-child {
	margin-top: 0;
}

.cs-featured-type-4 .cs-featured-post article {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.cs-featured-type-4 .cs-featured-post .cs-overlay-content {
	justify-content: flex-start;
	align-items: flex-start;
	padding-top: 0;
}

.cs-featured-type-4 .cs-featured-post .cs-card {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	padding: 2rem;
}

.cs-featured-type-4 .cs-featured-post .cs-card:before {
	margin-left: -2rem;
}

.design-edge-enabled .cs-featured-type-4 .cs-featured-post .cs-card {
	position: relative;
}

.design-edge-enabled .cs-featured-type-4 .cs-featured-post .cs-card:before {
	position: absolute;
	background: url("./images/mask-bottom.png") repeat-x center 0;
	background-size: cover;
	display: block;
	top: -40px;
	bottom: auto;
	width: 100%;
	height: 40px;
	content: '';
}

.design-edge-wave .cs-featured-type-4 .cs-featured-post .cs-card:before {
	background-image: url('data:image/svg+xml;utf8,<svg width="1920px" height="40px" viewBox="0 0 1920 40" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="wave" fill="var(--perle)"><path d="M914.133333,18.3252883 C558.266667,-15.2368591 226.933333,6.00821575 0,19.527237 L0,40.354105 L1920,40.354105 L1920,13.4237591 C1670.26667,28.3552155 1346.66667,59.0841286 914.133333,18.3252883 Z"></path></g></svg>');
	background-size: cover;
}

.design-edge-wave .cs-posts-type-4 .cs-featured-type-4 .cs-featured-post .cs-card:before {
	background-image: url('data:image/svg+xml;utf8,<svg width="300px" height="20px" viewBox="0 0 300 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="wave" fill="var(--perle)"><path d="M142.833333,4.49279582 C87.2291667,-3.89774103 35.4583333,1.41352769 0,4.79328301 L0,20 L300,20 L300,3.26741352 C260.979167,7.00027761 210.416667,14.6825059 142.833333,4.49279582 Z" id="Path"></path></g></svg>');
	top: -20px;
	height: 20px;
}

.design-edge-wave .cs-posts-type-4 .cs-featured-type-4 .cs-featured-post .cs-card .featured-post:first-child,
.design-edge-wave .cs-posts-type-4 .cs-featured-type-4 .cs-featured-post .cs-card .featured-post:last-child {
	background-position: center center;
}

.design-edge-slanted .cs-featured-type-4 .cs-featured-post .cs-card:before {
	background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='40' viewBox='0 0 40 40' preserveAspectRatio='none'><polygon points='0,40 40,0 40,40' style='fill:var(--perle);' /></svg>");
	background-size: 100% 100%;
	background-position: 0 0;
	font-family: initial;
}

.design-edge-slanted .cs-posts-type-4 .cs-featured-type-4 .cs-featured-post .cs-card:before {
	background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='15' viewBox='0 0 15 15' preserveAspectRatio='none'><polygon points='0,15 15,0 15,15' style='fill:var(--perle);' /></svg>");
	top: -15px;
	height: 15px;
}

.cs-featured-type-4 .cs-featured-post .cs-card-inner {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	height: 100%;
}

.cs-featured-type-4 .cs-featured-post .entry-details {
	margin-top: 1.5rem;
}

@media (min-width: 720px) {
	.cs-featured-type-4 .cs-featured-post {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.cs-featured-type-4 .cs-featured-post:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media (min-width: 1020px) {
	.cs-featured-type-4 .cs-featured-post {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.cs-featured-type-4 .cs-featured-post:nth-child(-n+3) {
		margin-top: 0;
	}
}

.cs-featured-type-4 .cs-featured-post:first-child .cs-card:before {
	background-position-x: left;
}

.cs-featured-type-4 .cs-featured-post:last-child .cs-card:before {
	background-position-x: right;
}

/*--------------------------------------------------------------
## Trending Posts
--------------------------------------------------------------*/
.section-trending-posts {
	padding: 4rem 0 0;
}

.cs-trending-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media (min-width: 1020px) {
	.cs-trending-wrap {
		flex-direction: row;
	}
}

.cs-trending-wrap .trending-title {
	flex: 0 0 100%;
	display: flex;
	flex-direction: column;
	margin-bottom: 2rem;
}

.cs-trending-wrap .trending-title .trending-arrow {
	display: none;
	margin-top: 0.5rem;
	text-align: right;
}

@media (min-width: 1020px) {
	.cs-trending-wrap .trending-title {
		flex: auto;
		max-width: 300px;
		margin-right: 3rem;
		margin-bottom: 0;
	}
	.cs-trending-wrap .trending-title .trending-text {
		padding-right: 80px;
	}
	.cs-trending-wrap .trending-title .trending-arrow {
		display: block;
	}
}

.cs-trending-posts {
	flex: auto;
	display: flex;
	flex-wrap: wrap;
	margin-right: -20px;
	margin-left: -20px;
}

@media (min-width: 1020px) {
	.cs-trending-posts {
		justify-content: flex-start;
	}
}

.cs-trending-posts .cs-trending-post {
	position: relative;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 2rem;
}

.cs-trending-posts .cs-trending-post:nth-child(-n+1) {
	margin-top: 0;
}

@media (min-width: 720px) {
	.cs-trending-posts .cs-trending-post {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.cs-trending-posts .cs-trending-post:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media (min-width: 1020px) {
	.cs-trending-posts .cs-trending-post {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
		margin-top: 0;
	}
}

.cs-trending-posts .cs-post-outer {
	display: flex;
}

.cs-trending-posts .cs-post-thumbnail {
	position: relative;
	flex: 0 0 80px;
	max-height: 80px;
	margin-right: 1rem;
}

.cs-trending-posts .cs-post-thumbnail a {
	position: relative;
	display: block;
}

.cs-trending-posts .cs-post-thumbnail a:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	left: 0;
	bottom: 0;
	transition: .2s ease all;
	background: transparent;
}

.cs-trending-posts .cs-post-thumbnail:hover a:after {
	background: rgba(255, 255, 255, 0.25);
}

.cs-trending-posts .cs-post-thumbnail img {
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	transition: 0.2s;
}

.cs-trending-posts .cs-post-data {
	flex-grow: 1;
	width: 100%;
}

.cs-trending-posts .cs-post-number {
	background: var(--encre);
	position: absolute;
	top: 0;
	left: 0;
	width: 2rem;
	height: 2rem;
	font-size: 0.875rem;
	line-height: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: var(--perle);
	text-align: center;
	transition: background 0.2s;
	z-index: 1;
}

.cs-trending-posts .cs-post-data .post-categories {
	margin-bottom: 0.5rem;
}

.cs-trending-posts .cs-post-data .entry-title {
	margin-bottom: 0;
}

.design-border-radius .cs-trending-posts .cs-post-thumbnail a {
	position: relative;
	border-radius: 100%;
	transition: 0.2s;
}

.design-border-radius .cs-trending-posts .cs-post-thumbnail a img {
	position: relative;
	border: 2px solid white;
	border-radius: 100%;
	width: 76px;
	height: 76px;
	z-index: 1;
}

.design-border-radius .cs-trending-posts .cs-post-thumbnail a span {
	border-radius: 100%;
}

.design-border-radius .cs-trending-posts .cs-post-thumbnail a:after {
	position: absolute;
	top: -2px;
	bottom: -2px;
	left: -2px;
	right: 2px;
	background: linear-gradient(-45deg, var(--tourterelle), var(--perle));
	content: '';
	border-radius: 100%;
	transition: 0.2s;
}

.design-border-radius .cs-trending-posts .pk-lazyload.pk-lqip.size-csco-small {
	-webkit-clip-path: circle(50% at 50% 50%);
	clip-path: circle(50% at 50% 50%);
}

/*--------------------------------------------------------------
## Footer Posts
--------------------------------------------------------------*/
.section-footer-posts {
	background: var(--selene);
	padding: 3rem 0;
}

@media (min-width: 1020px) {
	.section-footer-posts {
		padding: 4rem 0;
	}
}

.cs-footer-posts {
	display: flex;
	flex-wrap: wrap;
	margin-right: -20px;
	margin-left: -20px;
}

.cs-footer-post {
	position: relative;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 3rem;
}

.cs-footer-post:first-child {
	margin-top: 0;
}

.cs-footer-post article {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.cs-footer-post article .meta-author .by,
.cs-footer-post article .author img {
	display: none;
}

.cs-footer-post .cs-card {
	flex-grow: 1;
}

@media (min-width: 600px) {
	.cs-footer-post {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.cs-footer-post:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media (min-width: 1020px) {
	.cs-footer-post {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.cs-footer-post:nth-child(-n+4) {
		margin-top: 0;
	}
}

/*--------------------------------------------------------------
## Nextpost Loading
--------------------------------------------------------------*/
.cs-nextpost-loading {
	position: relative;
	margin-top: 1rem;
	height: 80px;
}

.cs-nextpost-loading:before {
	width: 1.5rem;
	height: 1.5rem;
	border: 2px solid rgba(119, 119, 119, 0.25);
	border-top-color: #777;
	border-radius: 50%;
	position: relative;
	-webkit-animation: loader-rotate 1s linear infinite;
	animation: loader-rotate 1s linear infinite;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	text-align: center;
	content: "";
}

@keyframes loader-rotate {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}

.cs-nextpost-section {
	border-top: 1px var(--selene) solid;
}

.cs-nextpost-section .entry-header-large.entry-header-thumbnail {
	top: -1px;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget:last-child {
	margin: 0;
}

.widget select {
	max-width: 100%;
}

.widget ul {
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
}

.widget .button {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.design-title-stroke-none .widget {
	border-bottom: 1px solid var(--selene);
	padding-bottom: 2rem;
	margin: 0 0 2rem;
}

.design-title-stroke-none .widget:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin: 0;
}

/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/

.widget_nav_menu .menu > .menu-item:not(:first-child) {
	border-top: 1px var(--selene) solid;
}

.widget_nav_menu .menu-item-has-children {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.widget_nav_menu .menu-item-has-children > a {
	order: 1;
}

.widget_nav_menu .menu-item-has-children > span {
	cursor: pointer;
	order: 2;
}

.widget_nav_menu .menu-item-has-children > span:after {
	font-family: "cs-icons";
	font-size: 14px;
	content: "\e90c";
}

.widget_nav_menu .menu-item-has-children > ul {
	width: 100%;
	order: 3;
}

.widget_nav_menu .menu-item-expanded > span:after {
	content: "\e90f";
}

.widget_nav_menu .menu > .menu-item > .sub-menu {
	padding-bottom: 1rem;
}

.widget_nav_menu .menu .menu-item:not(.menu-item-has-children) > a:after {
	visibility: hidden;
	float: right;
	opacity: 0;
	font-family: "cs-icons";
	font-size: 14px;
	transition: all 0.2s ease;
	transform: translateX(-100%);
	content: "\e90e";
}

.widget_nav_menu .menu .menu-item:not(.menu-item-has-children) > a:hover:after {
	visibility: visible;
	opacity: 1;
	transform: translateX(0);
}

.widget_nav_menu .sub-menu {
	display: none;
}

.widget_nav_menu .submenu-visible {
	display: block;
}

.widget_search .search-submit {
	min-width: 130px;
}

.widget_pages ul li,
.widget_archive ul li,
.widget_categories ul li,
.widget_meta ul li {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding: 1rem 0;
	color: var(--tourterelle);
}

.widget_pages ul li:not(:last-child),
.widget_archive ul li:not(:last-child),
.widget_categories ul li:not(:last-child),
.widget_meta ul li:not(:last-child) {
	border-bottom: 1px var(--selene) solid;
}

.widget_pages ul li:first-child:last-child,
.widget_archive ul li:first-child:last-child,
.widget_categories ul li:first-child:last-child,
.widget_meta ul li:first-child:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.widget_pages ul li:first-child:last-child > .sub-menu,
.widget_archive ul li:first-child:last-child > .sub-menu,
.widget_categories ul li:first-child:last-child > .sub-menu,
.widget_meta ul li:first-child:last-child > .sub-menu {
	padding-bottom: 0;
}

.widget_pages ul li a,
.widget_archive ul li a,
.widget_categories ul li a,
.widget_meta ul li a {
	padding-right: 0.6666666667rem;
	margin-right: auto;
	transition: color 0.2s;
}

.widget_pages ul ul.children,
.widget_archive ul ul.children,
.widget_categories ul ul.children,
.widget_meta ul ul.children {
	flex: 0 0 100%;
	width: 100%;
	margin: 1rem 0;
}

.widget_pages ul ul.children li,
.widget_archive ul ul.children li,
.widget_categories ul ul.children li,
.widget_meta ul ul.children li {
	padding: 1rem 0 1rem 1rem;
}

.widget_pages ul ul.children li:last-child,
.widget_archive ul ul.children li:last-child,
.widget_categories ul ul.children li:last-child,
.widget_meta ul ul.children li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.widget_pages ul ul.sub-menu,
.widget_archive ul ul.sub-menu,
.widget_categories ul ul.sub-menu,
.widget_meta ul ul.sub-menu {
	margin: 1rem 0;
}

.widget_pages ul ul.sub-menu li:last-child,
.widget_archive ul ul.sub-menu li:last-child,
.widget_categories ul ul.sub-menu li:last-child,
.widget_meta ul ul.sub-menu li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.widget_pages ul .screen-reader-text,
.widget_archive ul .screen-reader-text,
.widget_categories ul .screen-reader-text,
.widget_meta ul .screen-reader-text {
	display: none;
}

.widget_calendar table, .widget_calendar .wp-block-table {
	border: 1px solid var(--selene);
	margin: 0;
}

.widget_calendar th {
	border-bottom: none;
	background-color: var(--argent);
	color: var(--encre);
}

.widget_calendar td,
.widget_calendar th {
	padding: 0;
	line-height: 2rem;
	text-align: center;
}

.widget_recent_comments li {
	position: relative;
	padding-bottom: 1rem;
}

.widget_recent_comments li:last-child {
	padding-bottom: 0;
}

.widget_recent_comments li a {
	display: block;
	margin-top: 1rem;
}

.widget_recent_entries li {
	position: relative;
	padding-bottom: 1rem;
}

.widget_recent_entries li:last-child {
	padding-bottom: 0;
}

.widget_recent_entries li .post-date {
	margin-left: 1rem;
}

.widget_recent_entries li .post-date:before {
	content: '(';
}

.widget_recent_entries li .post-date:after {
	content: ')';
}

.widget_rss .title-block a {
	color: var(--tourterelle);
}

.widget_rss .rss-widget-icon {
	display: none;
}

.widget_rss ul li {
	border-bottom: 1px var(--selene) solid;
	position: relative;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}

.widget_rss ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.widget_rss ul li .rsswidget {
	color: var(--encre);
	transition: color 0.25s;
}

.widget_rss ul li .rss-date {
	display: block;
	margin-top: 0.25rem;
	color: var(--tourterelle);
}

.widget_rss ul li .rssSummary {
	margin-top: 0.25rem;
	color: var(--encre);
}

.widget_rss ul li cite {
	display: block;
	margin-top: 0.25rem;
	font-style: normal;
	color: var(--tourterelle);
	text-align: right;
	font-size: 0.8125rem;
}

.widget_tag_cloud {
	overflow: hidden;
}

.widget_tag_cloud .tagcloud {
	display: flex;
	flex-wrap: wrap;
}

.widget_tag_cloud .tagcloud a {
	background: var(--selene);
	height: 2rem;
	line-height: 2rem;
	padding: 0 1rem;
	margin-top: 1rem;
	margin-right: 1rem;
	text-decoration: none;
}

.widget_tag_cloud .tagcloud a:last-child {
	margin-right: 0;
}

.widget_media_video .mejs-container {
	max-width: 100%;
	overflow: hidden;
}

.widget_media_video .mejs-container video,
.widget_media_video .mejs-container iframe,
.widget_media_video .mejs-container object,
.widget_media_video .mejs-container embed {
	max-width: 100%;
	overflow: hidden;
}

.widget_media_gallery {
	overflow: hidden;
}

.widget_media_gallery [class^="gallery-columns-"],
.widget_media_gallery [class*=" gallery-columns-"] {
	display: flex;
	flex-wrap: wrap;
	margin-top: -1rem;
	margin-left: -0.5rem;
	margin-right: -0.5rem;
	margin-bottom: 0;
}

.widget_media_gallery [class^="gallery-columns-"] .gallery-item,
.widget_media_gallery [class*=" gallery-columns-"] .gallery-item {
	position: relative;
	margin-top: 1rem;
	margin-bottom: 0;
	padding: 0 0.5rem;
	display: flex;
	align-items: center;
	text-align: center;
	flex-direction: column;
}

.widget_media_gallery [class^="gallery-columns-"] .gallery-item img,
.widget_media_gallery [class*=" gallery-columns-"] .gallery-item img {
	display: block;
	border-radius: 0;
	transition: 0.25s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.widget_media_gallery [class^="gallery-columns-"] .gallery-item:hover img,
.widget_media_gallery [class*=" gallery-columns-"] .gallery-item:hover img {
	opacity: 0.6;
}

.widget_media_gallery [class^="gallery-columns-"] .gallery-item .gallery-caption,
.widget_media_gallery [class*=" gallery-columns-"] .gallery-item .gallery-caption {
	padding: 1rem 1rem 0;
}

.widget_media_gallery [class^="gallery-columns-"] .gallery-item .gallery-icon,
.widget_media_gallery [class*=" gallery-columns-"] .gallery-item .gallery-icon {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.widget_media_gallery .gallery-columns-4 .gallery-caption,
.widget_media_gallery .gallery-columns-5 .gallery-caption,
.widget_media_gallery .gallery-columns-6 .gallery-caption,
.widget_media_gallery .gallery-columns-7 .gallery-caption,
.widget_media_gallery .gallery-columns-8 .gallery-caption,
.widget_media_gallery .gallery-columns-9 .gallery-caption {
	display: none;
}

.widget_media_gallery .gallery-columns-1 .gallery-item {
	flex: 0 0 100%;
	max-width: 100%;
}

.widget_media_gallery .gallery-columns-2 .gallery-item {
	flex: 0 0 50%;
	max-width: 50%;
}

.widget_media_gallery .gallery-columns-3 .gallery-item {
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

.widget_media_gallery .gallery-columns-4 .gallery-item {
	flex: 0 0 25%;
	max-width: 25%;
}

.widget_media_gallery .gallery-columns-5 .gallery-item {
	flex: 0 0 20%;
	max-width: 20%;
}

.widget_media_gallery .gallery-columns-6 .gallery-item {
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

.widget_media_gallery .gallery-columns-7 .gallery-item {
	flex: 0 0 14.2857142857%;
	max-width: 14.2857142857%;
}

.widget_media_gallery .gallery-columns-8 .gallery-item {
	flex: 0 0 12.5%;
	max-width: 12.5%;
}

.widget_media_gallery .gallery-columns-9 .gallery-item {
	flex: 0 0 11.1111111111%;
	max-width: 11.1111111111%;
}

/* Text widget */
.widget_text {
	color: var(--encre);
	word-wrap: break-word;
}

.widget_text ul {
	list-style: disc;
	margin: 0 0 1rem 1rem;
}

.widget_text ol {
	list-style: decimal;
}

.widget_text ul li,
.widget_text ol li {
	border: none;
}

.widget_text ul li:last-child,
.widget_text ol li:last-child {
	padding-bottom: 0;
}

.widget_text ul li ul {
	margin: 0 0 0 1rem;
}

.widget_text ul li li {
	padding-left: 0;
	padding-right: 0;
}

.widget_text ol li {
	list-style-position: inside;
}

.widget_text ol li + li {
	margin-top: -1px;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
img {
	max-width: 100%;
	height: auto;
}

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

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

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

img.avatar {
	border-radius: 100%;
}

.post-media img {
	width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1rem;
	max-width: 100%;
}

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

.wp-caption .wp-caption-text {
	margin: 0.5rem 0;
}

.wp-caption-text {
	margin-top: 1rem;
	font-size: 0.875rem;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5rem;
}

@media (min-width: 600px) {
	div[class^='gallery-columns-'], div[class*=' gallery-columns-'] {
		display: flex;
		flex-wrap: wrap;
		margin-right: -20px;
		margin-left: -20px;
		margin-left: -10px;
		margin-right: -10px;
	}
	div[class^='gallery-columns-'] .pk-zoom-icon-popup, div[class*=' gallery-columns-'] .pk-zoom-icon-popup {
		position: relative;
	}
	div[class^='gallery-columns-'] .pk-pin-it, div[class*=' gallery-columns-'] .pk-pin-it {
		left: calc(10px);
	}
}

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

@media (min-width: 600px) {
	.gallery-columns-2 .gallery-item {
		max-width: 50%;
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 20px;
	}
}

@media (min-width: 600px) {
	.gallery-columns-3 .gallery-item {
		max-width: 33.33%;
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 20px;
	}
}

@media (min-width: 600px) {
	.gallery-columns-4 .gallery-item {
		max-width: 25%;
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 20px;
	}
}

@media (min-width: 600px) {
	.gallery-columns-5 .gallery-item {
		max-width: 20%;
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 20px;
	}
}

@media (min-width: 600px) {
	.gallery-columns-6 .gallery-item {
		max-width: 16.66%;
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 20px;
	}
}

@media (min-width: 600px) {
	.gallery-columns-7 .gallery-item {
		max-width: 14.28%;
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 20px;
	}
}

@media (min-width: 600px) {
	.gallery-columns-8 .gallery-item {
		max-width: 12.5%;
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 20px;
	}
}

@media (min-width: 600px) {
	.gallery-columns-9 .gallery-item {
		max-width: 11.11%;
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 20px;
	}
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Video
--------------------------------------------------------------*/
.cs-video-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.cs-video-wrapper .cs-video-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: auto;
	opacity: 0;
	transition: opacity .5s;
	max-width: unset;
	transform: translate(-50%, -50%);
}

.cs-video-wrapper .cs-video-inner.active {
	opacity: 1;
}

.cs-video-tools {
	display: flex;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 1;
	z-index: 4;
	transition: opacity 0.25s;
}

@media (min-width: 1020px) {
	.cs-video-tools {
		transform: translateX(-9999px);
		opacity: 0;
	}
	.cs-video-bg-init:hover .cs-video-tools {
		transform: translateX(0);
		opacity: 1;
	}
}

.cs-video-tools .cs-player-control {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: var(--perle);
	background: var(--encre);
	font-size: 1rem;
	cursor: pointer;
	transition: 0.2s;
}

.cs-video-tools .cs-player-control:after {
	position: relative;
	font-family: "cs-icons";
	font-style: normal;
	font-size: 1rem;
	opacity: 1;
	width: auto;
}

.cs-video-tools .cs-player-play:after {
	content: "\e91d";
}

.cs-video-tools .cs-player-pause:after {
	content: "\e92f";
}

.cs-video-tools .cs-player-unmute:after {
	content: "\e931";
}

.cs-video-tools .cs-player-mute:after {
	content: "\e932";
}

.cs-featured-type-1 .cs-video-tools,
.cs-featured-type-2 .cs-video-tools,
.post-media-large .cs-video-tools {
	position: absolute;
	top: 20px;
	right: 20px;
}

.cs-featured-type-1 .cs-video-tools .cs-player-control,
.cs-featured-type-2 .cs-video-tools .cs-player-control,
.post-media-large .cs-video-tools .cs-player-control {
	background: transparent;
}

.cs-featured-type-1 .cs-video-tools .cs-player-control:hover,
.cs-featured-type-2 .cs-video-tools .cs-player-control:hover,
.post-media-large .cs-video-tools .cs-player-control:hover {
	background: transparent;
	opacity: 0.6;
}

.cs-featured-type-1 .cs-video-tools .cs-player-control:after,
.cs-featured-type-2 .cs-video-tools .cs-player-control:after,
.post-media-large .cs-video-tools .cs-player-control:after {
	font-size: 1.5rem;
	padding: .25rem;
}

@media (min-width: 1020px) {
	.design-edge-brush .cs-featured-type-2 .cs-video-bg-init .cs-video-tools {
		right: 60px;
	}
}

/*--------------------------------------------------------------
# Powerkit
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Grid
--------------------------------------------------------------*/
.entry-content .pk-row > [class^="pk-col-"] > a,
.entry-content .pk-row > [class^="pk-col-"] > p > a,
.entry-content .pk-row > [class^="pk-col-"] > ul li > a,
.entry-content .pk-row > [class^="pk-col-"] > ol li > a,
.entry-content .pk-row > [class^="pk-col-"] > p > em > a,
.entry-content .pk-row > [class^="pk-col-"] > p > strong > a,
.entry-content .pk-row > [class*=" pk-col-"] > a,
.entry-content .pk-row > [class*=" pk-col-"] > p > a,
.entry-content .pk-row > [class*=" pk-col-"] > ul li > a,
.entry-content .pk-row > [class*=" pk-col-"] > ol li > a,
.entry-content .pk-row > [class*=" pk-col-"] > p > em > a,
.entry-content .pk-row > [class*=" pk-col-"] > p > strong > a {
	text-decoration: underline;
}

.entry-content .pk-row > [class^="pk-col-"] > a:hover, .entry-content .pk-row > [class^="pk-col-"] > a:focus,
.entry-content .pk-row > [class^="pk-col-"] > p > a:hover,
.entry-content .pk-row > [class^="pk-col-"] > p > a:focus,
.entry-content .pk-row > [class^="pk-col-"] > ul li > a:hover,
.entry-content .pk-row > [class^="pk-col-"] > ul li > a:focus,
.entry-content .pk-row > [class^="pk-col-"] > ol li > a:hover,
.entry-content .pk-row > [class^="pk-col-"] > ol li > a:focus,
.entry-content .pk-row > [class^="pk-col-"] > p > em > a:hover,
.entry-content .pk-row > [class^="pk-col-"] > p > em > a:focus,
.entry-content .pk-row > [class^="pk-col-"] > p > strong > a:hover,
.entry-content .pk-row > [class^="pk-col-"] > p > strong > a:focus,
.entry-content .pk-row > [class*=" pk-col-"] > a:hover,
.entry-content .pk-row > [class*=" pk-col-"] > a:focus,
.entry-content .pk-row > [class*=" pk-col-"] > p > a:hover,
.entry-content .pk-row > [class*=" pk-col-"] > p > a:focus,
.entry-content .pk-row > [class*=" pk-col-"] > ul li > a:hover,
.entry-content .pk-row > [class*=" pk-col-"] > ul li > a:focus,
.entry-content .pk-row > [class*=" pk-col-"] > ol li > a:hover,
.entry-content .pk-row > [class*=" pk-col-"] > ol li > a:focus,
.entry-content .pk-row > [class*=" pk-col-"] > p > em > a:hover,
.entry-content .pk-row > [class*=" pk-col-"] > p > em > a:focus,
.entry-content .pk-row > [class*=" pk-col-"] > p > strong > a:hover,
.entry-content .pk-row > [class*=" pk-col-"] > p > strong > a:focus {
	text-decoration: none;
}

.entry-content .pk-row > [class^="pk-col-"] > h1,
.entry-content .pk-row > [class^="pk-col-"] > h2,
.entry-content .pk-row > [class^="pk-col-"] > h3,
.entry-content .pk-row > [class^="pk-col-"] > h4,
.entry-content .pk-row > [class^="pk-col-"] > h5,
.entry-content .pk-row > [class^="pk-col-"] > h6,
.entry-content .pk-row > [class*=" pk-col-"] > h1,
.entry-content .pk-row > [class*=" pk-col-"] > h2,
.entry-content .pk-row > [class*=" pk-col-"] > h3,
.entry-content .pk-row > [class*=" pk-col-"] > h4,
.entry-content .pk-row > [class*=" pk-col-"] > h5,
.entry-content .pk-row > [class*=" pk-col-"] > h6 {
	margin-bottom: 1.5rem;
}

.entry-content .pk-row > [class^="pk-col-"] > h1:not(:first-child),
.entry-content .pk-row > [class^="pk-col-"] > h2:not(:first-child),
.entry-content .pk-row > [class^="pk-col-"] > h3:not(:first-child),
.entry-content .pk-row > [class^="pk-col-"] > h4:not(:first-child),
.entry-content .pk-row > [class^="pk-col-"] > h5:not(:first-child),
.entry-content .pk-row > [class^="pk-col-"] > h6:not(:first-child),
.entry-content .pk-row > [class*=" pk-col-"] > h1:not(:first-child),
.entry-content .pk-row > [class*=" pk-col-"] > h2:not(:first-child),
.entry-content .pk-row > [class*=" pk-col-"] > h3:not(:first-child),
.entry-content .pk-row > [class*=" pk-col-"] > h4:not(:first-child),
.entry-content .pk-row > [class*=" pk-col-"] > h5:not(:first-child),
.entry-content .pk-row > [class*=" pk-col-"] > h6:not(:first-child) {
	margin-top: 3rem;
}

.entry-content .pk-row + .pk-row h1:first-child, .entry-content .pk-row + .pk-row h2:first-child, .entry-content .pk-row + .pk-row h3:first-child, .entry-content .pk-row + .pk-row h4:first-child, .entry-content .pk-row + .pk-row h5:first-child, .entry-content .pk-row + .pk-row h6:first-child {
	margin-top: 1.5rem;
}

.entry-content div[class^='pk-col-'], .entry-content div[class*=' pk-col-'] {
	margin-bottom: 1.5rem;
}

.entry-content div[class^='pk-col-'] > *:last-child, .entry-content div[class*=' pk-col-'] > *:last-child {
	margin-bottom: 0;
}

.entry-content .pk-clearfix {
	margin: 0;
}

/*--------------------------------------------------------------
## Basic Styles
--------------------------------------------------------------*/
.menu-item .pk-badge {
	margin-bottom: auto;
	margin-top: auto;
	margin-right: auto;
}

.pk-alert {
	color: var(--anthracite) !important;
}

.pk-subscribe-form-wrap .pk-alert p {
	color: var(--anthracite) !important;
}

.pk-alert a {
	color: var(--encre);
}

.pk-alert a:hover {
	color: var(--tourterelle);
}

.pk-nav-tabs .pk-nav-link,
.pk-tabs .pk-nav-pills .pk-nav-link,
.pk-tabs-vertical .pk-nav-tabs .pk-nav-link {
	border-radius: 0;
}

.pk-input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}

.pk-input-group .form-control {
	position: relative;
	z-index: 2;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0;
}

.pk-input-group .button {
	line-height: 1.5rem;
}

.entry-content .pk-button {
	color: var(--perle);
}

.entry-content .pk-alert {
	margin-bottom: 1.5rem;
}

.entry-content .pk-card-header a {
	color: var(--encre);
}

.entry-content .pk-card-header a:hover {
	color: var(--tourterelle);
}

.entry-content .pk-instagram-feed a {
	color: var(--encre);
}

.entry-content .pk-instagram-feed a:hover {
	color: var(--tourterelle);
}

.entry-content .pk-instagram-feed .pk-instagram-btn {
	color: var(--perle);
	transition: 0.25s;
}

.entry-content .pk-instagram-feed .pk-instagram-btn:hover {
	background-color: var(--encre);
	color: var(--perle);
}

.entry-content .pk-twitter-wrap a {
	color: var(--tourterelle);
}

.entry-content .pk-twitter-wrap a:hover {
	color: var(--encre);
}

.entry-content .pk-twitter-wrap .pk-twitter-header a {
	color: var(--encre);
}

.entry-content .pk-twitter-wrap .pk-twitter-header a:hover {
	color: var(--tourterelle);
}

.entry-content .pk-twitter-content {
	color: inherit;
}

.entry-content .pk-twitter-wrap .pk-twitter-btn {
	color: var(--perle);
	transition: 0.25s;
}

.entry-content .pk-twitter-wrap .pk-twitter-btn:hover {
	background-color: var(--encre);
	color: var(--perle);
}

/*--------------------------------------------------------------
## Share Buttons
--------------------------------------------------------------*/
.pk-share-buttons-post_meta,
.pk-share-buttons-featured_post {
	display: inline-block;
	margin: 0;
}

.pk-share-buttons-post_meta .pk-share-buttons-item,
.pk-share-buttons-featured_post .pk-share-buttons-item {
	padding: 0;
}

.pk-share-buttons-post_meta .pk-share-buttons-item:after,
.pk-share-buttons-featured_post .pk-share-buttons-item:after {
	position: relative;
	margin: 0 0.25rem;
	color: var(--selene);
	top: -2px;
	content: '|';
}

.pk-share-buttons-post_meta .pk-share-buttons-item:last-child:after,
.pk-share-buttons-featured_post .pk-share-buttons-item:last-child:after {
	display: none;
}

.pk-share-buttons-post_meta .pk-share-buttons-item .pk-share-buttons-link,
.pk-share-buttons-featured_post .pk-share-buttons-item .pk-share-buttons-link {
	background: transparent;
	height: auto;
	padding: 0;
	transition: unset;
}

.pk-share-buttons-post_meta .pk-share-buttons-item .pk-share-buttons-link:hover,
.pk-share-buttons-featured_post .pk-share-buttons-item .pk-share-buttons-link:hover {
	background: transparent;
}

.pk-share-buttons-post_meta .pk-share-buttons-item .pk-share-buttons-link:hover .pk-share-buttons-count,
.pk-share-buttons-featured_post .pk-share-buttons-item .pk-share-buttons-link:hover .pk-share-buttons-count {
	color: rgba(0, 0, 0, 0.6);
}

.pk-share-buttons-post_meta .pk-share-buttons-item .pk-share-buttons-icon,
.pk-share-buttons-featured_post .pk-share-buttons-item .pk-share-buttons-icon {
	transition: 0.2s ease all;
}

.pk-share-buttons-post_meta .pk-share-buttons-item .pk-share-buttons-count,
.pk-share-buttons-featured_post .pk-share-buttons-item .pk-share-buttons-count {
	color: var(--tourterelle);
	opacity: 1;
}

.pk-share-buttons-post_meta.pk-share-buttons-scheme-default .pk-share-buttons-link:hover .pk-share-buttons-icon,
.pk-share-buttons-featured_post.pk-share-buttons-scheme-default .pk-share-buttons-link:hover .pk-share-buttons-icon {
	color: var(--encre);
}

.entry-meta-details .pk-share-buttons-total {
	display: none;
	flex-direction: row;
	align-items: center;
	margin-right: 0.5rem;
}

@media (min-width: 720px) {
	.entry-meta-details .pk-share-buttons-total {
		display: flex;
	}
}

.entry-meta-details .pk-share-buttons-total .pk-share-buttons-label {
	color: var(--tourterelle);
}

.entry-meta-details .pk-share-buttons-total .pk-share-buttons-count {
	color: var(--tourterelle);
	padding: 0;
	margin: 0;
}

.entry-meta-details .pk-share-buttons-link {
	height: 30px;
	padding: 0 0.2rem;
}

.entry-meta-details .pk-share-buttons-no-count .pk-share-buttons-link {
	justify-content: center;
	width: 30px;
}

.pk-share-buttons-after-content {
	margin-top: 1rem !important;
}

.pk-share-buttons-after-content .pk-share-buttons-total {
	display: none;
	flex-direction: row;
	align-items: center;
	margin-right: 0.5rem;
	font-size: 0.875rem;
}

@media (min-width: 720px) {
	.pk-share-buttons-after-content .pk-share-buttons-total {
		display: flex;
	}
}

.pk-share-buttons-after-content .pk-share-buttons-total .pk-share-buttons-label {
	color: var(--tourterelle);
}

.pk-share-buttons-after-content .pk-share-buttons-total .pk-share-buttons-count {
	color: var(--tourterelle);
	padding: 0;
	margin: 0;
}

.pk-share-buttons-after-content .pk-share-buttons-link {
	height: 30px;
	padding: 0 0.2rem;
	font-size: 0.875rem;
}

.pk-share-buttons-after-content .pk-share-buttons-no-count .pk-share-buttons-link {
	justify-content: center;
}

.pk-share-buttons-after-content.pk-share-buttons-scheme-bold .pk-share-buttons-item {
	padding: 0.25rem;
}

.pk-share-buttons-after-content.pk-share-buttons-scheme-bold .pk-share-buttons-link {
	background: var(--argent);
}

/*--------------------------------------------------------------
## Social Links
--------------------------------------------------------------*/
.pk-social-links-template-nav.pk-social-links-scheme-light-rounded .pk-social-links-icon, .pk-social-links-template-nav.pk-social-links-scheme-bold-rounded .pk-social-links-icon {
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: inherit;
}

.pk-social-links-template-nav .pk-social-links-items {
	margin: 0;
}

.pk-social-links-template-nav .pk-social-links-item {
	padding-left: 0.5rem;
}

.pk-social-links-template-nav .pk-social-links-item:first-child {
	margin-left: 0;
	padding-left: 0;
}

.pk-social-links-template-nav .pk-social-links-icon {
	text-align: center;
	font-size: 1.25rem;
	transition: 0.25s;
	border-radius: 100%;
}

.pk-social-links-template-nav .pk-social-links-count {
	color: var(--tourterelle);
	font-weight: normal;
}

.post-author .pk-social-links-items {
	justify-content: flex-start;
}

.post-author .pk-social-links-item {
	padding-top: 0;
}

.sidebar-area .pk-social-links-scheme-light-bg.pk-social-links-template-columns .pk-social-links-item {
	margin-bottom: 1px;
}

.sidebar-area .pk-social-links-scheme-light-bg.pk-social-links-template-columns .pk-social-links-item:not(:last-child) .pk-social-links-link {
	margin-right: 1px;
}

.page-header .pk-social-links-wrap {
	margin-top: 1rem;
}

.site-info .pk-social-links-item {
	padding-bottom: 0;
}

/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/
.pk-widget-about .pk-about-small {
	color: var(--tourterelle);
}

.pk-widget-posts .pk-post-item {
	margin-top: 1rem;
}

.pk-widget-posts .pk-post-item:first-child {
	margin-top: 0;
}

.pk-widget-posts .pk-post-outer {
	display: flex;
}

.pk-widget-posts .pk-post-thumbnail {
	position: relative;
	flex: 0 0 80px;
	max-height: 80px;
	margin-left: 2rem;
	order: 3;
}

.pk-widget-posts .pk-post-thumbnail a {
	position: relative;
	display: block;
}

.pk-widget-posts .pk-post-thumbnail a:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transition: .2s ease all;
	background: transparent;
}

.pk-widget-posts .pk-post-thumbnail:hover a:after {
	background: rgba(255, 255, 255, 0.25);
}

.pk-widget-posts .pk-post-thumbnail img {
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	transition: 0.2s;
}

.pk-widget-posts .pk-post-data {
	order: 2;
	flex-grow: 1;
	width: 100%;
}

.pk-widget-posts .pk-post-number {
	background: var(--encre);
	position: absolute;
	top: 0;
	right: 0;
	width: 2rem;
	height: 2rem;
	font-size: 0.875rem;
	line-height: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: var(--perle);
	text-align: center;
	transition: background 0.2s;
	z-index: 1;
}

.pk-widget-posts .pk-post-data .meta-category {
	display: inline-block;
	margin-bottom: 0.5rem;
}

.pk-widget-posts .pk-post-data .entry-title {
	margin-bottom: 0.25rem;
}

.pk-widget-posts .pk-post-data .post-meta {
	margin-top: 0.5rem;
}

.pk-widget-posts .pk-post-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.pk-widget-posts .pk-post-meta .sep {
	display: inline-block;
	padding: 0 0.5rem;
}

.pk-widget-posts .pk-post-meta-hide {
	display: none;
}

.design-border-radius .pk-widget-posts .pk-post-thumbnail a {
	position: relative;
	border-radius: 100%;
	transition: 0.2s;
}

.design-border-radius .pk-widget-posts .pk-post-thumbnail a img {
	position: relative;
	border: 2px solid white;
	border-radius: 100%;
	width: 76px;
	height: 76px;
	z-index: 1;
}

.design-border-radius .pk-widget-posts .pk-post-thumbnail a span {
	border-radius: 100%;
}

.design-border-radius .pk-widget-posts .pk-post-thumbnail a:after {
	position: absolute;
	top: -2px;
	bottom: -2px;
	left: -2px;
	right: 2px;
	background: linear-gradient(-45deg, var(--tourterelle), var(--perle));
	content: '';
	border-radius: 100%;
	transition: 0.2s;
}

.design-border-radius .pk-widget-posts .pk-lazyload.pk-lqip.size-csco-small {
	-webkit-clip-path: circle(50% at 50% 50%);
	clip-path: circle(50% at 50% 50%);
}

.pk-widget-posts-template-inverse .cs-overlay-content {
	justify-content: flex-start;
	align-items: flex-start;
	padding-top: 0;
}

.pk-widget-posts-template-inverse .pk-post-item {
	margin-top: 2rem;
}

.pk-widget-posts-template-inverse .pk-post-item:first-child {
	margin-top: 0;
}

.pk-widget-posts-template-inverse .pk-overlay-thumbnail img {
	width: 100%;
}

.pk-widget-posts-template-inverse .pk-post-data {
	background: var(--encre);
}

.design-edge-enabled .pk-widget-posts-template-inverse .pk-post-data {
	position: relative;
}

.design-edge-enabled .pk-widget-posts-template-inverse .pk-post-data:before {
	position: absolute;
	background: url("./images/dark-mask-bottom.png") repeat-x center 0;
	background-size: cover;
	display: block;
	top: -40px;
	width: 100%;
	height: 40px;
	content: '';
}

.design-edge-wave .pk-widget-posts-template-inverse .pk-post-data:before {
	background-image: url('data:image/svg+xml;utf8,<svg width="1920px" height="40px" viewBox="0 0 1920 40" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="wave" fill="var(--encre)"><path d="M914.133333,18.3252883 C558.266667,-15.2368591 226.933333,6.00821575 0,19.527237 L0,40.354105 L1920,40.354105 L1920,13.4237591 C1670.26667,28.3552155 1346.66667,59.0841286 914.133333,18.3252883 Z"></path></g></svg>');
	background-size: 1920px 40px;
}

.design-edge-wave .widget .pk-widget-posts-template-inverse .pk-post-data:before {
	top: -20px;
	background-image: url('data:image/svg+xml;utf8,<svg width="300px" height="40px" viewBox="0 0 300 40" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="wave" fill="var(--encre)"><path d="M142.833333,4.49279582 C87.2291667,-3.89774103 35.4583333,1.41352769 0,4.79328301 L0,40 L300,40 L300,3.26741352 C260.979167,7.00027761 210.416667,14.6825059 142.833333,4.49279582 Z" id="Path"></path></g></svg>');
}

.design-edge-slanted .pk-widget-posts-template-inverse .pk-post-data:before {
	background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='40' viewBox='0 0 40 40' preserveAspectRatio='none'><polygon points='0,40 40,0 40,40' style='fill:var(--encre);' /></svg>");
	background-size: 100% 100%;
	background-position: 0 0;
	font-family: initial;
}

.design-edge-slanted .widget .pk-widget-posts-template-inverse .pk-post-data:before {
	background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='15' viewBox='0 0 15 15' preserveAspectRatio='none'><polygon points='0,15 15,0 15,15' style='fill:var(--encre);' /></svg>");
	top: -15px;
	height: 15px;
}

.pk-widget-posts-template-inverse .pk-data-wrap {
	display: flex;
	flex-direction: column;
	padding: 2rem;
}

.pk-widget-posts-template-inverse .pk-data-wrap .entry-title {
	font-size: 1.5rem;
}

.pk-widget-posts-template-large .pk-post-item {
	margin-top: 2rem;
}

.pk-widget-posts-template-large .pk-post-item:first-child {
	margin-top: 0;
}

.pk-widget-posts-template-large .pk-overlay-thumbnail {
	margin-bottom: 0.5rem;
}

.pk-widget-posts-template-large .pk-overlay-thumbnail img {
	width: 100%;
}

/*--------------------------------------------------------------
## Lightbox
--------------------------------------------------------------*/
.pk-zoom-icon-popup:after {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	top: 0;
	right: 0;
	content: "\e928";
	font-family: "cs-icons";
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	background: transparent;
}

/*--------------------------------------------------------------
## Pinterest
--------------------------------------------------------------*/
.pk-pin-it {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	top: 0;
	left: 0;
}

.pk-pin-it:not(:hover) {
	background: var(--encre);
}

.wp-block-gallery .blocks-gallery-image .pk-pin-it,
.wp-block-gallery .blocks-gallery-item .wp-block-gallery.is-cropped .blocks-gallery-image .pk-pin-it,
.wp-block-gallery.is-cropped .blocks-gallery-item .pk-pin-it {
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
}

/*--------------------------------------------------------------
## Twitter
--------------------------------------------------------------*/
.pk-twitter-content {
	font-size: 0.875rem;
}

.widget .pk-twitter-link {
	display: block;
	height: auto;
	position: relative;
	border-radius: 100%;
	transition: 0.2s;
}

.widget .pk-twitter-link img {
	position: relative;
	border: 2px solid white;
	border-radius: 100%;
	width: 46px;
	height: 46px;
	z-index: 1;
}

.widget .pk-twitter-link span {
	border-radius: 100%;
}

.widget .pk-twitter-link:after {
	position: absolute;
	top: -2px;
	bottom: -2px;
	left: -2px;
	right: 2px;
	background: linear-gradient(-45deg, var(--tourterelle), var(--perle));
	content: '';
	border-radius: 100%;
	transition: 0.2s;
}

/*--------------------------------------------------------------
## Instagram
--------------------------------------------------------------*/
.pk-instagram-item .pk-instagram-link:hover img {
	transform: none;
}

.pk-instagram-item .pk-instagram-data .pk-meta {
	color: var(--perle);
	font-weight: 300;
}

.widget .pk-instagram-feed .pk-avatar-link {
	display: block;
	height: auto;
	position: relative;
	border-radius: 100%;
	transition: 0.2s;
}

.widget .pk-instagram-feed .pk-avatar-link img {
	position: relative;
	border: 2px solid white;
	border-radius: 100%;
	width: 46px;
	height: 46px;
	z-index: 1;
}

.widget .pk-instagram-feed .pk-avatar-link span {
	border-radius: 100%;
}

.widget .pk-instagram-feed .pk-avatar-link:after {
	position: absolute;
	top: -2px;
	bottom: -2px;
	left: -2px;
	right: 2px;
	background: linear-gradient(-45deg, var(--tourterelle), var(--perle));
	content: '';
	border-radius: 100%;
	transition: 0.2s;
}

.footer-instagram .pk-instagram-template-default .pk-instagram-item {
	flex: 0 0 50%;
}

.footer-instagram .pk-instagram-template-default .pk-instagram-item .pk-meta-comments {
	display: block;
}

.footer-instagram .pk-instagram-data {
	align-items: flex-start;
	justify-content: flex-start;
	padding: 2rem;
}

.footer-instagram .pk-instagram-data .pk-meta {
	margin: 0;
}

.footer-instagram .pk-meta:not(:last-child):after {
	margin-right: 0.5rem;
	content: "\b7";
	margin-left: 0.5rem;
}

@media (min-width: 600px) {
	.footer-instagram .pk-instagram-template-default .pk-instagram-item {
		flex: 0 0 33.3333333333%;
	}
}

@media (min-width: 1020px) {
	.footer-instagram .pk-instagram-template-default .pk-instagram-item {
		flex: 0 0 16.6666666667%;
	}
}

/*--------------------------------------------------------------
## Facebook
--------------------------------------------------------------*/
.entry-content .post-author + .fb-comments {
	margin-top: 0;
}

/*--------------------------------------------------------------
## Subscribe form
--------------------------------------------------------------*/
.pk-subscribe-form-wrap .subscription {
	position: relative;
	overflow: hidden;
}

.pk-subscribe-form-wrap .subscription.pk-loading .pk-input-group {
	opacity: 0.1;
}

.pk-subscribe-form-wrap .subscription.pk-loading:before {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
}

.pk-subscribe-form-wrap .subscription.pk-loading:after {
	width: 24px;
	height: 24px;
	border: 2px solid rgba(119, 119, 119, 0.25);
	border-top-color: #777;
	border-radius: 50%;
	position: relative;
	-webkit-animation: loader-rotate 1s linear infinite;
	animation: loader-rotate 1s linear infinite;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -12px;
	margin-left: -12px;
	content: "";
}

@keyframes loader-rotate {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}

.pk-subscribe-form-wrap .pk-input-group {
	justify-content: center;
}

.pk-subscribe-form-wrap .pk-input-group button {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.75rem 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pk-subscribe-form-wrap .pk-input-group button:after {
	display: inline-block;
	margin-left: 0.5rem;
	font-family: "cs-icons";
	font-size: 0.75rem;
	content: "\e90e";
}

.pk-subscribe-form-wrap .pk-input-group .email {
	margin-left: 1px;
}

.pk-subscribe-form-wrap .pk-subscribe-message {
	letter-spacing: 0;
	color: inherit;
	margin-bottom: 1.5rem;
}

.pk-subscribe-form-wrap .pk-alert,
.pk-subscribe-form-wrap .pk-privacy {
	margin-top: 1.5rem;
}

.pk-subscribe-form-wrap .pk-privacy label {
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0;
}

.pk-subscribe-form-wrap .pk-subscribe-submit {
	position: relative;
}

.pk-subscribe-form-wrap:not(.pk-subscribe-with-name):not(.pk-subscribe-with-bg) button {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.pk-subscribe-with-bg input[type="text"] {
	border-color: var(--perle);
	background-color: var(--perle);
}

.pk-subscribe-with-bg input[type="text"]:focus {
	border-color: var(--perle);
}

.widget .pk-subscribe-with-bg input[type="text"] {
	width: 100%;
}

.widget .pk-subscribe-with-bg button {
	width: 100%;
}

.widget .pk-subscribe-with-name input[type="text"],
.widget .pk-subscribe-with-bg input[type="text"] {
	text-align: center;
}

.pk-subscribe-form-widget .pk-bg-overlay {
	text-align: left;
}

.entry-content .pk-subscribe-form-wrap .pk-title,
.post-subscribe .pk-subscribe-form-wrap .pk-title,
.footer-subscribe .pk-subscribe-form-wrap .pk-title {
	margin-top: 0;
}

.entry-content .pk-subscribe-form-wrap button,
.post-subscribe .pk-subscribe-form-wrap button,
.footer-subscribe .pk-subscribe-form-wrap button {
	margin-top: 0;
	padding: 0.5rem 2rem;
}

@media (min-width: 600px) {
	.entry-content .pk-subscribe-form-wrap .email,
	.post-subscribe .pk-subscribe-form-wrap .email,
	.footer-subscribe .pk-subscribe-form-wrap .email {
		border-right: none;
	}
}

.entry-content .pk-subscribe-with-name input[type="text"],
.entry-content .pk-subscribe-with-bg input[type="text"],
.post-subscribe .pk-subscribe-with-name input[type="text"],
.post-subscribe .pk-subscribe-with-bg input[type="text"],
.footer-subscribe .pk-subscribe-with-name input[type="text"],
.footer-subscribe .pk-subscribe-with-bg input[type="text"] {
	width: 100%;
	text-align: center;
}

.entry-content .pk-subscribe-with-name button,
.entry-content .pk-subscribe-with-bg button,
.post-subscribe .pk-subscribe-with-name button,
.post-subscribe .pk-subscribe-with-bg button,
.footer-subscribe .pk-subscribe-with-name button,
.footer-subscribe .pk-subscribe-with-bg button {
	margin-top: 0.5rem;
}

@media (min-width: 600px) {
	.entry-content .pk-subscribe-with-name .pk-input-group,
	.entry-content .pk-subscribe-with-bg .pk-input-group,
	.post-subscribe .pk-subscribe-with-name .pk-input-group,
	.post-subscribe .pk-subscribe-with-bg .pk-input-group,
	.footer-subscribe .pk-subscribe-with-name .pk-input-group,
	.footer-subscribe .pk-subscribe-with-bg .pk-input-group {
		display: flex;
		flex-direction: row;
	}
	.entry-content .pk-subscribe-with-name input[type="text"],
	.entry-content .pk-subscribe-with-bg input[type="text"],
	.post-subscribe .pk-subscribe-with-name input[type="text"],
	.post-subscribe .pk-subscribe-with-bg input[type="text"],
	.footer-subscribe .pk-subscribe-with-name input[type="text"],
	.footer-subscribe .pk-subscribe-with-bg input[type="text"] {
		width: 1%;
		margin-top: 0;
		text-align: left;
	}
	.entry-content .pk-subscribe-with-name button,
	.entry-content .pk-subscribe-with-bg button,
	.post-subscribe .pk-subscribe-with-name button,
	.post-subscribe .pk-subscribe-with-bg button,
	.footer-subscribe .pk-subscribe-with-name button,
	.footer-subscribe .pk-subscribe-with-bg button {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		margin-top: 0;
	}
}

/*--------------------------------------------------------------
## Inline Posts
--------------------------------------------------------------*/
.pk-inline-posts-container .post-meta a {
	font-weight: normal;
}

.pk-inline-posts-container .post-meta .meta-category a {
	color: var(--tourterelle);
}

.pk-inline-posts-container .post-meta .meta-category a:hover {
	color: var(--encre);
}

.pk-inline-posts-container .pk-title a {
	color: var(--encre);
}

.pk-inline-posts-container .pk-title a:hover {
	color: var(--tourterelle);
}

/*--------------------------------------------------------------
## Table of Contents
--------------------------------------------------------------*/
.pk-toc:not(:last-child) {
	padding-bottom: 40px;
	margin-bottom: 3rem;
	border-bottom: 1px var(--selene) solid;
}

.pk-toc:not(:first-child) {
	padding-top: 40px;
	margin-top: 3rem;
	border-top: 1px var(--selene) solid;
}

/*--------------------------------------------------------------
## Typekit Typography
--------------------------------------------------------------*/
.wf-loading body,
.wf-loading body a,
.wf-loading body span,
.wf-loading body p,
.wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading h5, .wf-loading h6,
.wf-loading label,
.wf-loading .post-meta,
.wf-loading .cs-link-more,
.wf-loading .button {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
}

/*--------------------------------------------------------------
# Vendors
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## SearchWP Live Ajax Search
--------------------------------------------------------------*/
.searchwp-live-search-results {
	opacity: 0;
	transition: opacity .25s ease-in-out;
	height: 0;
	overflow: hidden;
	z-index: 9999;
	position: absolute;
	display: none;
}

.searchwp-live-search-results-showing {
	display: block;
	opacity: 1;
	height: auto;
	overflow: auto;
}

.searchwp-live-search-no-results {
	padding: 3em 2em 0;
	text-align: center;
}

.searchwp-live-search-no-min-chars:after {
	display: block;
	text-align: center;
	padding: 2em 2em 0;
}

.searchwp-live-search-results.searchwp-live-search-results-showing {
	background: var(--perle);
	min-height: 164px;
	max-height: 332px;
	box-shadow: none;
	z-index: 9;
}

.searchwp-live-search-results.searchwp-live-search-results-showing > .spinner {
	margin-top: 1rem;
}

.searchwp-live-search-results.searchwp-live-search-results-showing:hover, .searchwp-live-search-results.searchwp-live-search-results-showing:focus {
	outline: none;
}

.searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result a {
	padding: 1rem;
	display: flex;
	align-items: center;
	transition: .2s ease background;
	white-space: normal;
}

.searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result a img {
	width: 50px;
	height: 50px;
	margin-right: 1rem;
}

.searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result a .h6 {
	margin-bottom: 0;
}

.searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result a .meta-date {
	margin-top: 0.25rem;
}

.searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result a small {
	display: none;
	margin-left: auto;
	color: var(--tourterelle);
	padding-left: 1rem;
}

@media (min-width: 600px) {
	.searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result a small {
		display: block;
	}
}

.searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result a > span {
	display: flex;
	flex-direction: column;
}

.searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result a:hover, .searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result a:focus {
	background: var(--selene);
	outline: 0;
}

.searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result:not(:last-child) a {
	border-bottom: 1px var(--selene) solid;
}

.searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result--focused {
	background: transparent;
}

@media (max-width: 719.98px) {
	.searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result .h6 {
		font-size: 0.75rem;
	}
}

/*--------------------------------------------------------------
## Contact Form 7
--------------------------------------------------------------*/
.wpcf7 {
	margin: 0;
	padding: 0;
}

.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output,
.wpcf7 .wpcf7-display-none {
	/* support version below 5.4 */
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 1rem 0;
	padding: 0.5rem 1rem;
	background: #6cdcff;
	font-size: 0.875rem;
	color: #00526c;
}

.wpcf7 form.sent .wpcf7-response-output {
	background: #d8f6df;
	color: #145523;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	background: #f3b7bd;
	color: #921925;
}

.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	background: var(--perle)4d3;
	color: #a07800;
}

.wpcf7 .wpcf7-form-control-wrap {
	position: relative;
	display: block;
}

.wpcf7 label .wpcf7-form-control-wrap {
	margin-top: 0.5rem;
}

.wpcf7 .wpcf7-not-valid-tip {
	color: #dc3545;
	font-size: 0.875rem;
	font-weight: normal;
	display: block;
}

.wpcf7 .use-floating-validation-tip .wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #dc3545;
	background: var(--cs-color-primary);
	padding: .2em .8em;
}

.wpcf7 .wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7 .wpcf7-list-item-label:before,
.wpcf7 .wpcf7-list-item-label:after {
	content: " ";
}

.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	margin-left: 1rem;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	border: 2px solid rgba(183, 185, 194, 0.25);
	border-top-color: var(--tourterelle);
	border-radius: 50%;
	position: relative;
	-webkit-animation: loader-rotate 1s linear infinite;
	animation: loader-rotate 1s linear infinite;
	background: transparent;
	/* support version below 5.4 */
}

@keyframes loader-rotate {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}

.wpcf7 .ajax-loader:after {
	/* support version below 5.4 */
	content: none;
}

.wpcf7 form.submitting .ajax-loader,
.wpcf7 .ajax-loader.is-active {
	/* support version below 5.4 */
	visibility: visible;
}

.wpcf7 div.ajax-error {
	display: none;
}

.wpcf7 .placeheld {
	color: var(--cs-color-secondary);
}

.wpcf7 .wpcf7-recaptcha iframe {
	margin-bottom: 0;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit {
	vertical-align: middle;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}
.site-header i.pk-icon.pk-icon-mail {
	display: none;
}
.entry-header .entry-header-inner .entry-title{
	color: var(--anthracite);
}
.footer-subscribe .pk-subscribe-form-wrap{
	width: 100%;
}
.footer-subscribe .pk-subscribe-form-wrap .pk-input-group, .footer-subscribe #mc_embed_signup {
	min-height: 48px;
}
.footer-subscribe .pk-subscribe-form-wrap input[type="text"]:first-child{
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
	background: var(--perle);
	font-size: 14px;
	width: 100%;
	max-width: calc(100% - 155px);
}
.footer-subscribe .pk-subscribe-submit{
	color: var(--sapin);
	background: #fdcc56;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
	font-size: 13px;
}
.pk-subscribe-form-wrap .pk-input-group button:after{
	display: none;
}
.footer-subscribe .subscribe-title{
	max-width: 134px;
	margin-right: 20px;
}
.footer-subscribe .subscribe-title .subscribe-text{
	font-family: recoleta-semibold;
	font-size: 15px;
	font-weight: 600;
	color: var(--perle);
	padding: 0 50px 30px 0;
	margin-bottom: 20px;
	background: url(images/fleche.png) right bottom no-repeat;
}
.footer-subscribe .cs-container .header{
	font-family: recoleta-semibold;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
	color: var(--perle);
	max-width: 381px;
	margin: 0 auto 10px;
}
.footer-subscribe .cs-container .footer{
	color: var(--perle);
	text-align: center;
	font-size: 12px;
}
.navbar-follow .navbar-follow-box{
	flex-direction: column-reverse;
}
.navbar-follow .navbar-follow-title .follow-text{
	padding-right: 35px;
}
.navbar-follow .navbar-follow-text{
	margin: 10px auto 0;
	max-width: 130px;
	font-family: neufile-grotesk-light !important;
	font-size: 12px !important;
	font-weight: normal;
	text-align: center;
	color: var(--anthracite) !important;
}
.cs-trending-posts .cs-post-number,
.navbar-follow .navbar-follow-btn,
.entry-more-dark a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.button:hover{
	background: var(--granny);
	color: var(--anthracite) !important;
	border: 1px solid var(--granny);
	transition: all .16s ease;
}
.navbar-follow .navbar-follow-btn:hover,
.entry-more-dark a:hover,
.entry-more a:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover {
	background: var(--selene);
	transition: all .16s ease-out;
}
button.footer-media-button {
	background: var(--anthracite);
	color: var(--perle) !important;
	border-color: var(--anthracite);
}
button.footer-media-button:hover {
	background: var(--encre);
	border-color: var(--encre);
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a{
	color: var(--anthracite);
}
.category .category-header{
	background-color: var(--sapin);
	min-height: 200px;
	padding: 0 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.category .category-header .page-title{
	font-family: recoleta-semibold;
	font-size: 45px;
	font-weight: 600;
	letter-spacing: 2.5px;
	color: var(--perle);
}
.category .category-header img{
	max-height: 103px;
}
.category .subcategories{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border: none;
	padding: 0;
	margin-top: 32px;
	font-family: neufile-grotesk-medium;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4;
	color: var(--anthracite);
}
.category .subcategories .title-block{
	margin: 0;
	font-family: recoleta-semibold;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;
	color: var(--anthracite);
}
.category .subcategories .title-block,
.category .subcategories .cs-nav-item{
	margin: 2px 10px 2px 0;
}
.category .subcategories .cs-nav-link{
	padding: 1px 6px;
	background-color: var(--celeste);
	font-family: neufile-grotesk-medium;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.75;
	color: var(--sapin);
	border-radius: 0;
}
.post-categories li:not(:last-child):after{
	display: none;
}
.post-categories > li {
	display: inline-block;
	background-color: var(--sapin);
	padding: 1px 6px;
}
.post-categories a,
.post-categories a:hover,
.post-categories a:focus{
	font-family: neufile-grotesk-medium !important;
	font-size: 12px !important;
	font-weight: 500 !important;
	line-height: 1.75;
	color: var(--perle);
}
.archive-wrap .entry-title{
	font-family: recoleta-semibold;
	font-size: 24px !important;
	font-weight: 600;
	line-height: 1.17;
	letter-spacing: 0.75px;
}
.archive-wrap .entry-title a{
	color: var(--anthracite);
}
#masthead{
	position: relative;
}
.header-large .navbar-bottombar .navbar-col:nth-child(2){
	flex-direction: row-reverse;
}
#masthead a.voyages{
	position: absolute;
	left: -27px;
	font-family: neufile-grotesk-medium;
	font-size: 13px;
	font-weight: 500;
	color: var(--sapin);
	padding: 8px 7px 8px 9px;
	background-color: var(--celeste);
	line-height: 14px;
	text-transform: uppercase;
	white-space: nowrap;
}
.offcanvas .widget_nav_menu a.voyages{
	padding: 20px;
	margin: 0 -20px;
	font-family: neufile-grotesk-medium;
	font-size: 0.8rem;
	font-weight: 500;
	letter-spacing: 0.075em;
	text-transform: uppercase;
	line-height: 1em;
	color: var(--sapin);
	background-color: var(--celeste);
}
a.voyages:before{
	content: "\e90d";
	font-family: "cs-icons";
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
}
.content-area .post-read {
    display: block;
    width: 100%;
    background-color: var(--perle);
    border-radius: 0.75rem;
    height: 3.9375rem;
    box-shadow: 0 0 40px rgb(0 0 0 / 20%);
    overflow: hidden;
    height: 3.9375rem;
    line-height: 3.75rem;
    color: var(--sapin);
    font-family: neufile-grotesk-light, arial, sans-serif;
    margin-top: 40px;
    text-decoration: none;
    white-space: nowrap;
}
.content-area .post-read strong{
    display: block;
    width: 13.8125rem;
    height: 3.9375rem;
    background: url(images/bg-readmore.svg) left center no-repeat;
    color: var(--perle);
    font-weight: 500;
    font-family: recoleta-semibold, arial, sans-serif;
    line-height: 3.9375rem;
    padding-left: 2.5rem;
    float: left;
}
#secondary .title-stroke-block{
	font-size: 1.5rem;
}
.pk-widget-posts-template-list .pk-post-data .post-meta,
.pk-widget-posts-template-list .pk-post-thumbnail,
#secondary .title-stroke-block:after{
	display: none;
}
.pk-widget-posts-template-list .pk-post-data .entry-title a{
	padding-left: 20px;
	position: relative;
	display: block;
	font-family: neufile-grotesk-light;
	font-weight: 300;
}
.pk-widget-posts-template-list .pk-post-data .entry-title a:before,
.pk-widget-posts-template-list .pk-post-data .entry-title a:after{
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 10px;
	border-top: solid 1px var(--anthracite);
}
.pk-widget-posts-template-list .pk-post-data .entry-title a:after{
	height: 7px;
	width: 7px;
	top: 7px;
	left: 3px;
	border-right: solid 1px var(--anthracite);
	transform: rotate(45deg);
}
.pk-widget-posts-template-inverse .pk-post-data{
	background: #455575;
}
.pk-widget-posts-template-inverse .post-categories > li{
	background: var(--perle);
}
.pk-widget-posts-template-inverse .cs-bg-dark .meta-category a{
	color: #455575;
}
.pk-widget-posts-template-inverse .post-meta{
	display: block;
}
.entry .entry-content > .legend{
    font-weight: 300;
    font-size: .875rem !important;
    text-align: center;
    color: #757575;
    margin: -25px auto 40px;
}
.entry .entry-content > h2,
.entry .entry-content > h3{
	margin-bottom: 16px;
}
.entry .entry-content > h2 + *,
.entry .entry-content > h3 + *{
	margin-top: 16px;
}
.entry .entry-content a{
	color: #007AC9;
	text-decoration: none;
}
.entry .entry-content a:hover{
	text-decoration: underline;
}
.pk-progress-bar.pk-bg-primary{
	background-color: var(--sapin);
}
.pk-bg-secondary{
	background-color: var(--ocean);
}
.pk-bg-success{
	background-color: var(--emeraude);
}
.pk-bg-info{
	background-color: var(--anthracite);
}
.pk-bg-warning{
	background-color: #fbbd00;
}
.pk-bg-danger{
	background-color: var(--terracotta);
}
.content .pk-dropcap-bg-inverse:first-letter,
.entry-content .pk-dropcap-bg-inverse:first-letter,
.mce-content-body .pk-dropcap-bg-inverse:first-letter,
.content .pk-block-bg-inverse,
.entry-content .pk-block-bg-inverse,
.mce-content-body .pk-block-bg-inverse{
	background-color: var(--sapin);
}
.pk-button-primary{
	background-color: var(--anthracite) !important;
	color: var(--perle) !important;
}
.pk-button-primary:hover,
.pk-button-primary:active{
	background-color: var(--selene) !important;
	color: var(--anthracite) !important;
}
.pk-button-secondary{
	background-color: var(--selene) !important;
	color: var(--anthracite) !important;
}
.pk-button-secondary:hover,
.pk-button-secondary:active{
	background-color: var(--anthracite) !important;
	color: var(--perle) !important;
}
.pk-button-success{
	background-color: var(--emeraude) !important;
	color: var(--perle) !important;
}
.pk-button-success:hover,
.pk-button-success:active{
	background-color: rgba(66, 129, 105, 0.75) !important;
	color: var(--perle) !important;
}
.pk-button-info{
	background-color: var(--sapin) !important;
	color: var(--perle) !important;
}
.pk-button-info:hover,
.pk-button-info:active{
	background-color: rgba(68, 87, 117, 0.75) !important;
	color: var(--perle) !important;
}
.pk-button-warning{
	background-color: #fbdd7a !important;
	color: var(--anthracite) !important;
}
.pk-button-warning:hover,
.pk-button-warning:active{
	background-color: rgba(251, 221, 122, 0.75) !important;
	color: var(--anthracite) !important;
}
.pk-button-danger{
	background-color: var(--ocean) !important;
	color: var(--perle) !important;
}
.pk-button-danger:hover,
.pk-button-danger:active{
	background-color: rgba(160, 186, 198, 0.75) !important;
	color: var(--perle) !important;
}
ol.pk-list-positive > li:before{
	background-color: var(--emeraude);
}
ul.pk-list-positive > li:before{
	color: var(--emeraude);
}
ol.pk-list-negative > li:before{
	background-color: var(--terracotta);
}
ul.pk-list-negative > li:before{
	color: var(--terracotta);
}
i.cs-icon.cs-icon-bag{
	display: none;
}
.archive .site-content{
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.archive:not(.category) .site-content{
	background: var(--argent);
}
#breadcrumbs{
	margin-bottom: 0;
	text-transform: uppercase;
	font-family: neufile-grotesk-light;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.22px;
	color: var(--tourterelle);
	padding: 8px 0px 8px 108px;
	background: var(--sapin);

}
#breadcrumbs a{
	color: var(--tourterelle);
}
#breadcrumbs span.breadcrumb_last {
	color: var(--perle);
	font-weight: bold;
}

.cs-breadcrumbs .cs-separator{
	margin: 0;
}

.search-results .woocommerce-products-header .page-title,
.woocommerce-products-header .page-title{
	font-family: recoleta-semibold;
	font-size: 50px;
	font-weight: 600;
	letter-spacing: 1px;
	color: var(--anthracite);
}
.search-results .woocommerce-products-header p,
.woocommerce-products-header p{
	font-family: neufile-grotesk-medium;
	font-size: 18px;
	line-height: 1.56;
	color: var(--anthracite);
}
.archive-list .post-inner .country,
.woocommerce ul.products li.product .country, .related .country{
	position: absolute;
	z-index: 1;
	top: 22px;
	left: 29px;
}
.related .country,
.archive-list .post-inner .country,
.woocommerce ul.products li.product .country,
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .before-single-title .country{
	display: inline-block;
	height: 19px;
	width: 28px;
	vertical-align: middle;
}
.related .country.France,
.archive-list .post-inner .country.France,
.woocommerce ul.products li.product .country.France,
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .before-single-title .country.France{
	background: url(images/flags/FR.svg) center center no-repeat;
}
.related .country.Espagne,
.archive-list .post-inner .country.Espagne,
.woocommerce ul.products li.product .country.Espagne,
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .before-single-title .country.Espagne{
	background-image: url(images/flags/ES.svg);
}
.related .country.Italie,
.archive-list .post-inner .country.Italie,
.woocommerce ul.products li.product .country.Italie,
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .before-single-title .country.Italie{
	background-image: url(images/flags/IT.svg);
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .yith-wcwl-add-to-wishlist i,
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .yith-wcwl-add-to-wishlist .feedback{
	display: none;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .yith-wcwl-add-to-wishlist a{
	width: 27px;
	height: 27px;
	background: url(images/product/favoris.svg) center center no-repeat;
	display: inline-block;
	margin-right: 8px;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .yith-wcwl-add-to-wishlist a:not(.add_to_wishlist){
	background-image: url(images/product/favoris_on.svg);
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .yith-wcwl-add-to-wishlist{
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .country + .yith-wcwl-add-to-wishlist{
	margin-left: 12px;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .yith-wcwl-wishlistaddedbrowse{
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	color: #999;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .woocommerce-product-rating{
	float: right;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .woocommerce-product-rating .woocommerce-review-link{
	font-family: neufile-grotesk-medium;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: normal;
	color: var(--ocean);
	padding: 0 13px 1px;
	border: solid 1px var(--ocean);
	border-radius: 30px;
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
	text-transform: uppercase;
}
.related .tags,
.archive-list .post-inner .post-categories,
.archive-list .post-inner .tags,
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .tags,
.woocommerce ul.products li.product .tags{
	line-height: 22px;
	font-family: neufile-grotesk-medium;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
}
.archive-list .post-inner .post-categories,
.archive-list .post-inner .tags,
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .tags{
	margin-bottom: 16px;
}

.related .tags,
.woocommerce ul.products li.product .tags{
	position: absolute;
	bottom: -11px;
	left: 29px;
	z-index: 1;
}
.related .tags .tag,
.archive-list .post-inner .post-categories li,
.archive-list .post-inner .tag,
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .tags .tag,
.woocommerce ul.products li.product .tags .tag{
	background-color: var(--sapin);
	color: var(--perle);
	padding: 0 19px;
	margin-left: 8px;
	display: inline-block;
}
.archive-list .post-inner .post-categories li a{
	font: inherit !important;
}
.archive-list .post-inner .post-categories li,
.archive-list .post-inner .tag{
	margin: 0 8px 0 0;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .tags .tag{
	background-color: var(--souris);
	color: var(--sapin);
	margin: 0 8px 0 0;
}
.related .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title{
	font-family: recoleta-semibold;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: normal;
	color: var(--anthracite);
	margin-left: 22px;
	margin-right: 22px;
	text-align: left;
}
.related .star-rating,
.woocommerce ul.products li.product .star-rating{
	display: none;
}
.related .meta,
.woocommerce ul.products li.product .meta{
	display: flex;
	margin-left: 25px;
	margin-right: 25px;
	justify-content: space-between;
	min-height: 55px;
}
.related .meta > div,
.archive-list .meta > div,
.woocommerce ul.products li.product .meta > div,
.woocommerce ul.products li.product .price{
	font-family: neufile-grotesk-medium !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	letter-spacing: normal !important;
	color: var(--anthracite) !important;
	text-align: left !important;
}
.related .meta label,
.archive-list .meta label,
.woocommerce ul.products li.product label{
	display: block;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.5px;
	color: var(--ardoise);
	margin: 0;
}
/* .woocommerce ul.products.columns-3:before,
.woocommerce ul.products.columns-3:after{
	display: none;
}
.woocommerce ul.products.columns-3{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
	gap: 16px;
}

.woocommerce ul.products.columns-3 article {
	margin-bottom: 16px;
} */

.related .swiper-slide {
	max-width: 368px;
}

/* .woocommerce ul.products.columns-3{
	display: grid;
	grid-template-columns: 1fr;
	grid-auto-rows: 1fr;
}
@media (min-width: 1020px) {
	.woocommerce ul.products.columns-3{
		grid-template-columns: 1fr 1fr;
	}
}
@media (min-width: 1200px) {
	.woocommerce ul.products.columns-3{
		grid-template-columns: 1fr 1fr 1fr;
	}
} */

/* .woocommerce ul.products.columns-3 li.product,
.related li.product {
	display: flex;
}
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product{
	width: 380px;
	margin: 0 10px 40px 0;
}
.woocommerce ul.products.columns-3 li.product:nth-child(3n),
.woocommerce-page ul.products.columns-3 li.product:nth-child(3n){
	margin-right: 0;
} */

/* .woocommerce ul.products.columns-3 li.product .woocommerce-loop-product__link,
.related li.product .woocommerce-loop-product__link{
	flex-grow: 1;
	display: flex;
	flex-direction: column;
} */
.related .variations,
.archive-list .variations,
.woocommerce ul.products li.product .variations{
	/* margin-left: 27px;
	margin-right: 27px; */
	border-top: solid 1px #d3d3d3;
	font-family: neufile-grotesk-light;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: var(--ardoise);
	padding: 10px 0;
	text-transform: uppercase;
	min-height: 95px;
}
@media (max-width: 1019px) {
	.related .variations {
		min-height: 104px;
	}
}
@media (max-width: 728px) {
	.related .variations {
		min-height: 80px;
	}
}
.related .variations-0,
.archive-list .variations-0,
.woocommerce ul.products li.product .variations-0{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-grow: 1;
}
.related .variations .items,
.archive-list .variations .items,
.woocommerce ul.products li.product .variations .items{
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none outside;
}
.related .variations .items .item,
.archive-list .variations .items .item,
.woocommerce ul.products li.product .variations .items .item{
	width: 33%;
	font-family: neufile-grotesk-medium;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: normal;
	text-align: center;
	color: var(--anthracite);
	padding-top: 16px;
}
.related .variations .items .item .max-qty,
.archive-list .variations .items .item .max-qty,
.woocommerce ul.products li.product .variations .items .item .max-qty{
	font-family: neufile-grotesk-light;
	font-size: 8px;
	font-weight: normal;
	letter-spacing: 0.5px;
	color: var(--anthracite);
}
.related .variations .items .item .item.max-qty-0,
.archive-list .variations .items .item.max-qty-0,
.woocommerce ul.products li.product .variations .items .item.max-qty-0{
	color: #e7eeef;
}
.archive-list .variations .items .item.max-qty-0 .max-qty,
.woocommerce ul.products li.product .variations .items .item.max-qty-0 .max-qty{
	color: var(--ardoise);
}
.woocommerce-account .main-content,
.woocommerce-account .site-content,
.woocommerce-account .site-content .cs-container,
.woocommerce-account .content-area,
.woocommerce-cart .main-content,
.woocommerce-cart .site-content,
.woocommerce-cart .site-content .cs-container,
.woocommerce-cart .content-area,
.woocommerce-checkout .main-content,
.woocommerce-checkout .site-content,
.woocommerce-checkout .site-content .cs-container,
.woocommerce-checkout .content-area{
	margin: 0;
	padding: 0;
	max-width: none;
}
.woocommerce-account.logged-in .site-primary .entry-header,
.woocommerce-account.logged-in .site-primary .entry-header + .description{
	display: none;
	background-color: var(--sapin);
	margin: 0;
	text-align: center;
	padding: 60px 0 0;
}
.woocommerce-account.logged-in .site-primary .entry-header + .description{
	padding: 10px 0 60px;
	color: var(--perle);
	font-family: neufile-grotesk-light;
	font-size: 18px;
	font-weight: normal;
}
@media (max-width: 750px) {
	.woocommerce-account.logged-in .site-primary .entry-header + .description{
		padding: 24px;
	}
}
.woocommerce-account.logged-in .site-primary .entry-header .entry-header-inner .entry-title{
	font-size: 50px;
	font-weight: 600;
	letter-spacing: 1px;
	color: var(--perle);
	margin: 0;
}
.woocommerce-account.logged-in .site-primary .entry-header .entry-header-inner .entry-title:after{
	display: none;
}
.woocommerce-account.woocommerce-lost-password .entry-content-wrap{
	background-color: var(--argent);
	overflow: hidden;
}
.woocommerce-cart .entry-content-wrap,
.woocommerce-checkout .entry-content-wrap{
	background-color: var(--sapin);
	overflow: hidden;
	padding: 86px 20px 48px;
}
.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce{
	max-width: 1198px;
	margin: 0 auto;
}
.woocommerce .woocommerce-checkout .woocommerce-NoticeGroup-checkout{
	margin-top: 30px;
}
.woocommerce-checkout .woocommerce-notices-wrapper,
.woocommerce .woocommerce-checkout .woocommerce-NoticeGroup-checkout,
.woocommerce .checkout-login-wrapper,
.woocommerce-cart .woocommerce-cart-form,
.woocommerce-checkout .customer_details, .gtc-checkout-wallet-usage-wrapper{
	width: 66%;
	float: left;
	clear: both;
}
.woocommerce > .gtc-checkout-gift-card-usage-wrapper {
	display: none !important;
}
.add_gift_card_form {
	display: none;
}
.woocommerce-checkout .gtc-checkout-gift-card-usage-wrapper {
	display: none;
}
.woocommerce-cart .cart-collaterals,
.woocommerce-checkout .order_review{
	width: 32%;
	float: right;
	position: relative;
}
.woocommerce-checkout .woocommerce{
	position: relative;
}
.woocommerce-checkout .order_review{
	position: absolute;
	top: 0;
	right: 0;
}
.woocommerce table.gtc-frontend-table thead tr,
.woocommerce table.shop_table.wishlist_table thead tr,
.woocommerce-checkout .woocommerce-account-fields:before,
.woocommerce-view-order .woocommerce table.shop_table thead tr,
.woocommerce-view-order .woocommerce table.shop_table tbody tr,
.woocommerce-orders .woocommerce table.shop_table thead tr,
.woocommerce-checkout .woocommerce-shipping-fields h3,
.woocommerce-checkout .order_review .woocommerce-checkout-review-order-table,
.gtc-gift-card-sender-details-toggler,
.gtc-gift-card-sender-details-wrapper:after{
	background-image: linear-gradient(to right, #999 20%, var(--perle) 0%);
	background-position: bottom;
	background-size: 5px 1px;
	background-repeat: repeat-x;
	margin: 0;
}
.woocommerce-checkout .woocommerce-account-fields,
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
.woocommerce-checkout .woocommerce-additional-fields__field-wrapper{
	padding: 19px 19px 10px;
}
.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2{
	float: none;
	width: 100%;
}
.woocommerce-checkout .order_review .secure-payment,
.woocommerce-cart .cart-collaterals .secure-payment{
	position: absolute;
	top: -30px;
	line-height: 20px;
	left: 0;
	right: 0;
	font-family: neufile-grotesk-medium;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: normal;
	color: var(--perle);
	display: flex;
	justify-content: flex-end;
	align-items: center;
	white-space: nowrap;
}
.woocommerce-checkout .order_review .secure-payment .cards i,
.woocommerce-checkout .order_review .secure-payment .three-d i,
.woocommerce-cart .cart-collaterals .secure-payment .cards i,
.woocommerce-cart .cart-collaterals .secure-payment .three-d i{
	margin: 0 2px 0 6px;
	display: inline-block;
	width: 27px;
	height: 23px;
	background: url(images/cart/cb.png) 0 3px no-repeat;
	vertical-align: bottom;
}
.woocommerce-checkout .order_review .secure-payment .cards i + i,
.woocommerce-cart .cart-collaterals .secure-payment .cards i + i{
	margin: 0;
	width: 48px;
	background: url(images/cart/visa.png) 0 6px no-repeat;
}
.woocommerce-checkout .order_review .secure-payment .cards i + i + i,
.woocommerce-cart .cart-collaterals .secure-payment .cards i + i + i{
	margin: 0 8px 0 0;
	width: 41px;
	background: url(images/cart/mastercard.png) 0 -2px no-repeat;
}
.woocommerce-checkout .order_review .secure-payment .three-d i,
.woocommerce-cart .cart-collaterals .secure-payment .three-d i{
	margin: 0;
	width: 41px;
	background: url(images/cart/ancv.png) 0 0 no-repeat;
}
.woocommerce-cart .woocommerce-cart-form,
.woocommerce-cart .cart-collaterals,
.woocommerce-checkout .order_review,
.woocommerce-checkout .item{
	background-color: var(--perle);
}
.woocommerce-checkout #customer_details,
.woocommerce-checkout .item{
	margin-bottom: 30px;
}
.woocommerce-account:not(.logged-in) form.login p label:not(.checkbox),
.woocommerce-account:not(.logged-in) form.register p label:not(.checkbox),
.woocommerce-account .woocommerce .lost-password-outer .lost-password-inner p label:not(.checkbox),
.woocommerce-account:not(.logged-in) .entry .entry-header,
.woocommerce-cart .entry .entry-header,
.woocommerce-checkout .entry .entry-header,
.woocommerce-account #breadcrumbs,
.woocommerce-cart #breadcrumbs,
.woocommerce-checkout #breadcrumbs,
.woocommerce-account .woocommerce #login-switcher,
.woocommerce-account:not(.logged-in) form.login .form-row .login-switcher,
.woocommerce-account:not(.logged-in) form.register .form-row .login-switcher,
.woocommerce-account .woocommerce #login-switcher:checked ~ .col2-set .col-1,
.woocommerce-account .woocommerce #login-switcher:not(:checked) ~ .col2-set .col-2,
body.archive section.cs-breadcrumbs {
	display: none;
}
.woocommerce-account .woocommerce .col2-set,
.woocommerce-account .woocommerce-page .col2-set,
.woocommerce-account .woocommerce .lost-password-outer{
	padding-right: calc(100% - 500px);
	position: relative;
}
.woocommerce-account .woocommerce .col2-set:before,
.woocommerce-account .woocommerce-page .col2-set:before,
.woocommerce-account .woocommerce .lost-password-outer:before{
	content: "";
	position: absolute;
	display: block;
	left: 500px;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(images/login-bg-2.png) 0 0/cover repeat var(--celeste);
	background-position-y: center;
}
.woocommerce-account .woocommerce .col2-set .col-1,
.woocommerce-account .woocommerce-page .col2-set .col-1,
.woocommerce-account .woocommerce .col2-set .col-2,
.woocommerce-account .woocommerce-page .col2-set .col-2 {
	float: none;
	width: 350px;
	max-width: 100%;
	margin: auto;
}
.woocommerce-account:not(.logged-in) .woocommerce-notices-wrapper ul {
	float: none;
	width: 100%;
	max-width: 100%;
	margin: auto;
	padding: 1em 2em 1em 3.5em !important;
}
.woocommerce-account .woocommerce .lost-password-inner{
	float: none;
	width: 100%;
	max-width: 100%;
	margin: auto;
}
.reset-password-paragraph {
	font-family: neufile-grotesk-light;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	text-align: center;
	color: #979797;
	margin: 24px;
}
#reset-confirmation-alert {
	border-left-width: 8px !important;
	margin-bottom: 14px !important;
	height: auto;
	line-height: 17px;
	font-family: neufile-grotesk-light;
	font-weight: 400;
	font-size: 15px;
	text-align: center;
}
#reset-confirmation-alert::before {
	top: 22px;
	left: 12px;
	font-size: 20px;
}
.lost_reset_password {
	width: 350px;
	margin-left: auto;
	margin-right: auto;
}
.woocommerce-account .woocommerce .lost-password-inner{
	overflow: hidden;
	min-height: 500px;
}
.woocommerce-account .woocommerce .lost-password-inner > p{
	text-align: center;
}
.woocommerce-account .lost-password-outer .lost-password-inner h2,
.woocommerce-account .woocommerce .col2-set .col-1 h2,
.woocommerce-account .woocommerce-page .col2-set .col-1 h2,
.woocommerce-account .woocommerce .col2-set .col-2 h2,
.woocommerce-account .woocommerce-page .col2-set .col-2 h2{
	font-family: recoleta-semibold;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0.6px;
	text-align: center;
	color: var(--anthracite);
	line-height: 1;
}
.woocommerce-account:not(.logged-in) form.login,
.woocommerce-account:not(.logged-in) form.register{
	border: none !important;
	border-radius: 0;
	padding: 0;
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
}
.woocommerce-account .woocommerce .login .form-row:not(.form-row-wide),
.woocommerce-account .woocommerce .register .form-row:not(.form-row-wide){
	order: 10;
}
.woocommerce-account .lost_reset_password p:nth-child(1),
.woocommerce-account .woocommerce-page .col2-set .col-1 h2:after,
.woocommerce-account .woocommerce .col2-set .col-2 h2:after,
.woocommerce-account .woocommerce-page .col2-set .col-2 h2:after{
	content: "Heureux de vous revoir ! \A Connectez-vous et laissez-vous guider.";
	display: block;
	opacity: 0.99;
	font-family: neufile-grotesk-light;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: normal;
	text-align: center;
	color: #979797;
	max-width: 340px;
	margin: 10px auto;
	line-height: 24px;
	white-space: pre-wrap;
}
.woocommerce-account .lost_reset_password p:nth-child(1),
.woocommerce-account .lost-password-outer .lost-password-inner h2{
	margin-left: auto;
	margin-right: auto;
	max-width: 250px;
}
.woocommerce-account .reset-password .lost_reset_password p:nth-child(1){
	max-width: 212px;
}
.woocommerce-account .lost_reset_password p:nth-child(1) span{
	display: block;
	font-family: neufile-grotesk-medium;
	font-weight: 500;
	color: var(--anthracite);
	margin: 20px 0;
	letter-spacing: -.5px;
}
.woocommerce-account .woocommerce .col2-set .col-2 h2:after,
.woocommerce-account .woocommerce-page .col2-set .col-2 h2:after{
	content: "Rejoignez le Club et laissez-vous guider : on s’occupe de tout! ";
	display: block;
	opacity: 0.99;
	font-family: neufile-grotesk-light;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: normal;
	text-align: center;
	color: #979797;
	max-width: 340px;
	margin: 10px auto;
	line-height: 24px;
	white-space: pre-wrap;
}
.woocommerce-account .woocommerce .lost-password-outer .lost-password-inner form .form-row input.input-text,
.woocommerce-account:not(.logged-in) form.login .form-row input.input-text,
.woocommerce-account:not(.logged-in) form.register .form-row input.input-text{
	margin: 0 0 7px;
	padding: 17px 50px 17px 20px;
	border-radius: 12px;
	border: solid 2px #f0eeee;
	background-color: var(--perle);
	font-family: neufile-grotesk-light;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: normal;
	color: #c4c4c4;
}
.woocommerce-account .woocommerce form .show-password-input,
.woocommerce-account .woocommerce-page form .show-password-input{
	top: 1.4em;
}
.woocommerce-account .woocommerce .lost-password-outer .lost-password-inner .button,
.woocommerce-account .woocommerce .login .button,
.woocommerce-account .woocommerce .register .button,
.woocommerce-account .switch-block .login-switcher{
	float: none;
	display: block;
	padding: 8px 8px 9px 8px !important;
	border-radius: 30px;
	border: solid 1px var(--anthracite);
	line-height: 25px;
	/* background-color: var(--anthracite); */
	margin: 0 auto !important;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	color: var(--perle);
	width: 275px;
	cursor: pointer;
}
.woocommerce-order-received .order-received-popup .button,
.woocommerce div.product .cart-wrapper .button,
.woocommerce-checkout #order_review #place_order,
.woocommerce .related-products-wrapper .button,
.related.products + .button,
.gtc-redeem-gift-card-form-btn{
	/* padding: 7px; */
	border: solid 1px var(--granny);
	/* border-radius: 30px; */
	background-color: var(--granny);
	float: none !important;
	/* font-family: neufile-grotesk-medium; */
	/* font-size: 13px; */
	font-weight: 600;
	line-height: 28px;
	/* height: auto; */
	/* letter-spacing: 1px; */
	/* text-align: center; */
	/* color: var(--anthracite); */
	display: block;
	/* margin: 80px auto 30px; */
	min-width: 275px;
	max-width: 100%;
	margin: auto;
	text-decoration: none;
}
.woocommerce-order-received .order-received-popup .button{
	margin: 30px auto 20px !important;
	padding-left: 40px !important;
	padding-right: 40px !important;
}
.gtc-redeem-gift-card-form-btn{
	display: inline-block !important;
}
.woocommerce-order-received .order-received-popup .button:hover,
.gtc-redeem-gift-card-form-btn:hover,
.woocommerce div.product .cart-wrapper .button:hover,
.woocommerce-account .woocommerce .lost-password-outer .lost-password-inner .button:hover,
.woocommerce-account .woocommerce .login .button:hover,
.woocommerce-account .woocommerce .register .button:hover{
	text-decoration: none;
	background: var(--perle) !important;
	color: var(--anthracite) !important;
}
.woocommerce div.product .cart-wrapper .button,
.woocommerce-checkout #order_review #place_order,
.gtc-redeem-gift-card-form-btn{
	margin: auto !important;
}
.woocommerce div.product .cart-footer .button{
	margin: 9px auto !important;
}
.woocommerce div.product .cart-wrapper .button.disabled{
	background-color: #999 !important;
	border-color: #999 !important;
	color: var(--perle) !important;
}
/* .related.products + .button:hover{
	background: var(--encre) !important;
} */
.woocommerce-account .woocommerce .lost-password-outer .lost-password-inner .button{
	font-size: 0;
	height: 44px;
	overflow: hidden;
}
.woocommerce-account .woocommerce .lost-password-outer .lost-password-inner .button:before{
	content: "RENVOYER";
	display: block;
	font-size: 13px;
}
.woocommerce-account .woocommerce .reset-password.lost-password-outer .lost-password-inner .button:before{
	content: "VALIDER";
}
.woocommerce-account .switch-block .login-switcher{
	font-family: neufile-grotesk-medium;
	border: solid 1px #e8e8e8;
	background-color: var(--perle);
	color: var(--anthracite) !important;
	text-transform: uppercase;
	transition: .25s;
}
.woocommerce-account .switch-block .login-switcher:hover{
	background-color: var(--anthracite);
	color: var(--perle) !important;
	text-decoration: none;
}
.woocommerce-account .woocommerce-LostPassword.lost_password{
	text-align: center;
}
.woocommerce .woocommerce-form-login-toggle + form.login .lost_password a,
.woocommerce-account .woocommerce-LostPassword.lost_password a{
	font-family: neufile-grotesk-medium;
	font-size: 14px;
	font-weight: 500;
	color: var(--anthracite);
}
.woocommerce-account .woocommerce-privacy-policy-text{
	font-family: neufile-grotesk-light;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.38;
	letter-spacing: normal;
	text-align: center;
	color: #999;
	width: 285px;
	margin: auto;
	order: 13;
}
.woocommerce-account .woocommerce-privacy-policy-text span{
	font-family: neufile-grotesk-medium;
	font-weight: 600;
}
.woocommerce-account .woocommerce-privacy-policy-text a.woocommerce-privacy-policy-link{
	color: inherit;
	text-decoration: underline;
}
.woocommerce-account .woocommerce-privacy-policy-text a.woocommerce-privacy-policy-link:hover{
	text-decoration: none;
}
.woocommerce-account .switch-block{
	order: 20;
	opacity: 0.99;
	font-family: neufile-grotesk-light;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	color: var(--anthracite);
	background-color: var(--selene);
	padding: 20px;
	margin: 20px -75px 0;
}
.woocommerce-account .switch-block p{
	margin-bottom: 5px;
}
.woocommerce-account .woocommerce .lost-password-outer .lost-password-inner form{
	min-height: 50vh;
}
.woocommerce-account .woocommerce .login .woocommerce-form__label-for-checkbox input,
.woocommerce-account .woocommerce .register .woocommerce-form__label-for-checkbox input{
	display: none;
}
.woocommerce-account .woocommerce .login .woocommerce-form__label-for-checkbox span,
.woocommerce-account .woocommerce .register .woocommerce-form__label-for-checkbox span{
	font-family: neufile-grotesk-light;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	display: block;
	letter-spacing: normal;
	color: var(--anthracite);
	text-transform: none;
	padding-left: 31px;
	position: relative;
	margin-bottom: 12px;
}
.woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{
	display: block;
	max-width: 180px;
	margin: 0 auto 30px;
}
.woocommerce-account .woocommerce .login .woocommerce-form__label-for-checkbox span:before,
.woocommerce-account .woocommerce .register .woocommerce-form__label-for-checkbox span:before{
	content: "";
	width: 22px;
	height: 22px;
	border: solid 1px #999;
	border-radius: 4px;
	background: var(--perle);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: .2s;
}
.woocommerce-account .woocommerce .login .woocommerce-form__label-for-checkbox input:checked + span:before,
.woocommerce-account .woocommerce .register .woocommerce-form__label-for-checkbox input:checked + span:before{
	border-color: var(--emeraude);
	background: var(--emeraude);
}
.woocommerce-account .woocommerce .login .woocommerce-form__label-for-checkbox span:after,
.woocommerce-account .woocommerce .register .woocommerce-form__label-for-checkbox span:after{
	content: "";
	width: 6px;
	height: 12px;
	position: absolute;
	left: 9px;
	top: 50%;
	margin-top: -2px;
	transform: translateY(-50%) rotate(45deg);
	border-bottom: solid 1px var(--perle);
	border-right: solid 1px var(--perle);
	opacity: 0;
	transition: .2s;
}
.woocommerce-account .woocommerce .login .woocommerce-form__label-for-checkbox input:checked + span:after,
.woocommerce-account .woocommerce .register .woocommerce-form__label-for-checkbox input:checked + span:after{
	opacity: 1;
}
.woocommerce-account .woocommerce .lost-password-outer .lost-password-inner form .form-row-first,
.woocommerce-account .woocommerce-page .lost-password-outer .lost-password-inner form .form-row-first,
.woocommerce-account .woocommerce .lost-password-outer .lost-password-inner form .form-row-last,
.woocommerce-account .woocommerce-page .lost-password-outer .lost-password-inner form .form-row-last{
	float: none;
	width: 100%;
}
.woocommerce-account nav.woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content{
	width: auto;
	float: none;
	background: var(--perle);
}
.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content{
	background: transparent;
}
.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details:nth-child(1){
	background: var(--perle);
}
.woocommerce-account nav.woocommerce-MyAccount-navigation ul,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-title,
.woocommerce-account .woocommerce-MyAccount-sub-title{
	max-width: 1198px;
}
.woocommerce-account nav.woocommerce-MyAccount-navigation ul{
	margin: 0 auto !important;
}
.woocommerce-account .yith-wcwl-share-title{
	margin: 44px auto 10px;
	font-family: recoleta-semibold;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0.6px;
	color: #979797;
}
.woocommerce-account .woocommerce-MyAccount-title span{
	font-family: neufile-grotesk-medium;
	font-size: 10px;
	letter-spacing: normal;
	font-weight: 500;
	margin: 0 25px;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
}
.woocommerce-account .woocommerce-MyAccount-title .button{
	font-family: neufile-grotesk-medium;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: normal;
	color: var(--anthracite);
	background: var(--perle);
}
.woocommerce-account .woocommerce-MyAccount-sub-title{
	font-family: recoleta-semibold;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.4px;
	color: var(--anthracite);
	margin: 20px auto 10px;
}
.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content > p,
.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content #order-details{
	display: none;
}
.woocommerce-account nav.woocommerce-MyAccount-navigation ul li{
	border: none;
	padding: 0;
	display: inline-block;
	margin-right: 50px;
}
.woocommerce-account nav.woocommerce-MyAccount-navigation ul li a{
	font-family: neufile-grotesk-medium;
	font-size: 14px;
	font-weight: 500;
	padding: 18px 9px;
	display: block;
	border-bottom: solid 2px transparent;
	color: var(--anthracite);
}
.woocommerce-account nav.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account nav.woocommerce-MyAccount-navigation ul li a:hover{
	border-bottom: solid 2px var(--granny);
	text-decoration: none;
}
.woocommerce-account .user-info{
	margin: 8px 240px 8px 230px;
	font-family: neufile-grotesk-light;
	font-size: 18px;
	font-weight: normal;
	color: #979797;
	line-height: 1.4;
}
.woocommerce-account .user-info strong{
	display: block;
	font-family: recoleta-semibold;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0.6px;
	color: var(--anthracite);
}
.woocommerce-account .user-image{
	float: left;
	position: relative;
	width: 200px;
}
.woocommerce-account .user-image figure{
	position: absolute;
	left: 0;
	top: -60px;
	border-radius: 30px;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
	overflow: hidden;
}
.woocommerce-account .user-btns{
	float: right;
	width: 200px;
}
.woocommerce-account .user-btns .button{
	display: block;
	text-align: center;
	border-radius: 40px;
	border: solid 1px var(--selene);
	background-color: var(--selene);
	font-family: neufile-grotesk-medium;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	color: var(--anthracite);
	padding: 8px;
}
.woocommerce-account .user-btns .button:hover{
	background-color: var(--perle);
	text-decoration: none;
}
.woocommerce-account .user-btns .logout-button{
	border-radius: 30px;
	border: solid 1px #e8e8e8;
	background-color: var(--perle);
	margin-top: 24px;
}
.woocommerce-account .user-btns .logout-button:hover{
	background-color: var(--selene);
	text-decoration: none;
}
.woocommerce form.edit-account .form-row.form-user-image-row{
	text-align: center;
	border-bottom: dotted 1px #999;
	padding-bottom: 15px;
	margin-bottom: 20px;
	position: relative;
	min-height: 150px;
}
.woocommerce form.edit-account p:nth-last-child(1){
	order: 11;
}
.woocommerce form.edit-account fieldset legend{
	display: none;
}
.edit-account{
	max-width: 584px;
	display: flex;
	flex-wrap: wrap;
}
.woocommerce form.edit-account > *{
	width: 100%;
}
.woocommerce form.edit-account > p + p + div + p,
.woocommerce form.edit-account .clear{
	display: none;
}
.woocommerce form.edit-account .form-row.form-user-image-row img{
	border-radius: 30px;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}
#delete-account-image,
#delete-account-image:checked + span{
	display: none;
}
#delete-account-image + span{
	display: inline-block;
	position: relative;
}
#delete-account-image + span label,
.woocommerce form.edit-account .form-row.form-user-image-row input{
	position: absolute;
	width: 30px;
	height: 30px;
	top: 15px;
	left: 50%;
	transform: translateX(60px);
	margin: 0;
	cursor: pointer;
	border-radius: 50%;
	background-color: var(--perle);
	box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.15);
}
#delete-account-image + span label:before,
#delete-account-image + span label:after{
	content: "";
	position: absolute;
	left: 5px;
	top: 14px;
	width: 20px;
	border-bottom: solid 2px red;
	transform: rotate(45deg);
}
#delete-account-image + span label:after{
	transform: rotate(-45deg);
}
.woocommerce form.edit-account .form-row.form-user-image-row input{
	top: auto;
	bottom: 45px;
	text-indent: 100px;
	background: url(images/pencil-edit-button.svg) center center/15px no-repeat var(--perle);
}
.woocommerce .woocommerce-form-login-toggle + form.login .form-row input.input-text,
.woocommerce form.woocommerce-checkout .form-row textarea.input-text {
	padding: 16px 20px 16px 20px;
	border-radius: 12px;
	border: solid 2px var(--selene);
	background-color: var(--perle);
	font-family: neufile-grotesk-medium;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: normal;
	color: var(--anthracite);
	height: 55px;
}
.woocommerce form.woocommerce-checkout .form-row textarea.input-text{
	resize: none;
	line-height: 1;
}
.woocommerce .woocommerce-form-login-toggle + form.login .form-row label {
	font-family: neufile-grotesk-medium;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: normal;
	color: var(--anthracite);
	/* padding: 14px 0 0 11px; */
}
.woocommerce .woocommerce-form-login-toggle + form.login .form-row label.woocommerce-form-login__rememberme{
	margin-top: 8px;
	display: none;
}
.woocommerce .woocommerce-form-login-toggle + form.login .form-row .required,
.woocommerce form.edit-account .form-row .required,
.woocommerce form.woocommerce-checkout .form-row .required{
	color: inherit;
}
.ui-datepicker .ui-datepicker-title{
	display: flex;
	justify-content: space-between;
}
.ui-datepicker .ui-datepicker-title select{
	padding: 0;
	height: auto;
}
.woocommerce table.gtc-frontend-table th,
.woocommerce table.gtc-frontend-table tr:hover td,
.woocommerce table.shop_table.wishlist_table th,
.woocommerce table.shop_table.wishlist_table tr:hover td,
.woocommerce-view-order .woocommerce table.shop_table th,
.woocommerce-view-order .woocommerce table.shop_table tr:hover td,
.woocommerce-orders .woocommerce table.shop_table th,
.woocommerce-orders .woocommerce table.shop_table tr:hover td,
.woocommerce-cart .woocommerce table.shop_table th,
.woocommerce-cart .woocommerce table.shop_table tr:hover td,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table th{
	background: transparent;
}
.woocommerce table.gtc-frontend-table th,
.woocommerce table.shop_table.wishlist_table th,
.woocommerce-view-order .woocommerce table.shop_table th,
.woocommerce-orders .woocommerce table.shop_table th,
.woocommerce-cart .woocommerce table.shop_table th{
	text-transform: uppercase;
	padding: 20px 12px;
	white-space: nowrap;
	border: none;
}
.woocommerce table.gtc-frontend-table th,
.woocommerce table.gtc-frontend-table tr td,
.woocommerce table.gtc-frontend-table tr td a,
.woocommerce table.shop_table.wishlist_table th,
.woocommerce table.shop_table.wishlist_table tr td,
.woocommerce table.shop_table.wishlist_table tr td a,
.woocommerce-view-order .woocommerce table.shop_table th,
.woocommerce-view-order .woocommerce table.shop_table tr td,
.woocommerce-view-order .woocommerce table.shop_table tr td a,
.woocommerce-orders .woocommerce table.shop_table th,
.woocommerce-orders .woocommerce table.shop_table tr td,
.woocommerce-orders .woocommerce table.shop_table tr td a,
.woocommerce-cart .woocommerce table.shop_table th,
.woocommerce-cart .woocommerce table.shop_table tr td,
.woocommerce-cart .woocommerce table.shop_table tr td a{
	font-family: neufile-grotesk-medium;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: normal;
	color: var(--anthracite);
	background: transparent;
}
.woocommerce table.gtc-frontend-table tr td,
.woocommerce table.gtc-frontend-table tr td a,
.woocommerce table.shop_table.wishlist_table tr td,
.woocommerce table.shop_table.wishlist_table tr td a,
.woocommerce-view-order .woocommerce table.shop_table tr td,
.woocommerce-view-order .woocommerce table.shop_table tr td a,
.woocommerce-orders .woocommerce table.shop_table tr td,
.woocommerce-orders .woocommerce table.shop_table tr td a,
.woocommerce-cart .woocommerce table.shop_table tr td,
.woocommerce-cart .woocommerce table.shop_table tr td a{
	font-size: 16px;
	font-weight: 500;
}
.woocommerce table.gtc-frontend-table tr td,
.woocommerce table.shop_table.wishlist_table tr td,
.woocommerce-view-order .woocommerce table.shop_table tr td,
.woocommerce-orders .woocommerce table.shop_table tr td,
.woocommerce-cart .woocommerce table.shop_table tr td{
	padding: 20px 12px;
}
.woocommerce-view-order .woocommerce table.shop_table tfoot td,
.woocommerce-view-order .woocommerce table.shop_table tfoot th{
	padding: 2px 12px;
	text-transform: none;
	font-weight: 500;
}
.woocommerce-view-order .woocommerce table.shop_table td:nth-last-child(1),
.woocommerce-view-order .woocommerce table.shop_table th:nth-last-child(1),
.woocommerce-view-order .woocommerce table.shop_table tfoot th{
	text-align: right;
}
.woocommerce-view-order .woocommerce table.shop_table tfoot th{
	font-size: 14px;
}
.woocommerce-view-order .woocommerce table.shop_table tfoot tr:nth-child(1) td,
.woocommerce-view-order .woocommerce table.shop_table tfoot tr:nth-child(1) th{
	padding-top: 20px;
}
.woocommerce table.gtc-frontend-table tr th:nth-child(1),
.woocommerce table.gtc-frontend-table tr td:nth-child(1),
.woocommerce table.shop_table.wishlist_table tr th:nth-child(1),
.woocommerce table.shop_table.wishlist_table tr td:nth-child(1),
.woocommerce-view-order .woocommerce table.shop_table tr th:nth-child(1),
.woocommerce-view-order .woocommerce table.shop_table tr td:nth-child(1),
.woocommerce-orders .woocommerce table.shop_table tr th:nth-child(1),
.woocommerce-orders .woocommerce table.shop_table tr td:nth-child(1){
	padding-left: 55px;
}
.woocommerce-view-order .woocommerce table.shop_table tr th:nth-last-child(1),
.woocommerce-view-order .woocommerce table.shop_table tr td:nth-last-child(1){
	padding-right: 55px;
}
.woocommerce-orders .woocommerce table.shop_table tr td.woocommerce-orders-table__cell-order-number a{
	color: #007ac9;
}
.woocommerce-orders .woocommerce table.shop_table tr td.woocommerce-orders-table__cell-order-status{
	font-size: 10px;
	text-transform: uppercase;
}
.woocommerce-account .woocommerce-MyAccount-title span.processing,
.woocommerce-account .woocommerce-MyAccount-title span.completed,
.woocommerce-orders .woocommerce table.shop_table tr.woocommerce-orders-table__row--status-processing td.woocommerce-orders-table__cell-order-status,
.woocommerce-orders .woocommerce table.shop_table tr.woocommerce-orders-table__row--status-completed td.woocommerce-orders-table__cell-order-status{
	color: var(--emeraude);
}
.woocommerce-account .woocommerce-MyAccount-title span.on-hold,
.woocommerce-account .woocommerce-MyAccount-title span.pending,
.woocommerce-account .woocommerce-MyAccount-title span.cancelled,
.woocommerce-account .woocommerce-MyAccount-title span.refunded,
.woocommerce-account .woocommerce-MyAccount-title span.failed,
.woocommerce-orders .woocommerce table.shop_table tr.woocommerce-orders-table__row--status-on-hold td.woocommerce-orders-table__cell-order-status,
.woocommerce-orders .woocommerce table.shop_table tr.woocommerce-orders-table__row--status-pending td.woocommerce-orders-table__cell-order-status,
.woocommerce-orders .woocommerce table.shop_table tr.woocommerce-orders-table__row--status-cancelled td.woocommerce-orders-table__cell-order-status,
.woocommerce-orders .woocommerce table.shop_table tr.woocommerce-orders-table__row--status-refunded td.woocommerce-orders-table__cell-order-status,
.woocommerce-orders .woocommerce table.shop_table tr.woocommerce-orders-table__row--status-failed td.woocommerce-orders-table__cell-order-status{
	color: #999;
}
.woocommerce-orders .woocommerce table.shop_table td.woocommerce-orders-table__cell-order-total{
	font-size: 14px;
}
.woocommerce-orders .woocommerce table.shop_table td.woocommerce-orders-table__cell-order-total .woocommerce-Price-amount{
	display: block;
	font-size: 16px;
}
.woocommerce-orders .woocommerce table.shop_table td .button{
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	border-radius: 40px;
	background: var(--selene);
	margin: 0 20px 10px 0;
}
.woocommerce-orders .woocommerce table.shop_table td .button:hover{
	text-decoration: none;
	color: var(--selene) !important;
	background: var(--anthracite);
}
.woocommerce-cart .woocommerce table.shop_table tr td.product-name a{
	font-family: recoleta-semibold;
	font-size: 18px;
	font-weight: 600;
}
.woocommerce-checkout .order_review .woocommerce-checkout-review-order-table dl.variation,
.woocommerce td.product-name dl.variation{
	display: none;
}
.woocommerce-cart .woocommerce table.shop_table tr td.product-name .date{
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: normal;
	display: block;
}
.woocommerce-cart .woocommerce table.shop_table tr td.product-thumbnail img{
	width: 128px;
}
.woocommerce table.gtc-frontend-table,
.woocommerce table.shop_table.wishlist_table,
.woocommerce-view-order .woocommerce table.shop_table,
.woocommerce-orders .woocommerce table.shop_table,
.woocommerce-view-order .woocommerce table.shop_table th,
.woocommerce-view-order .woocommerce table.shop_table td,
.woocommerce-orders .woocommerce table.shop_table th,
.woocommerce-orders .woocommerce table.shop_table td
.woocommerce-cart .woocommerce table.shop_table th,
.woocommerce-cart .woocommerce table.shop_table td{
	border: none !important;
}
.woocommerce-cart .woocommerce table.shop_table tbody tr,
.woocommerce-checkout .order_review .woocommerce-checkout-review-order-table tfoot,
.woocommerce-checkout .order_review .woocommerce-checkout-review-order-table tr.order-total{
	background-image: linear-gradient(to right, #999 20%, var(--perle) 0%);
	background-position: top;
	background-size: 5px 1px;
	background-repeat: repeat-x;
}
.woocommerce-cart .woocommerce .quantity .qty,
.woocommerce div.product form.cart .quantity-input-wrapper div.quantity .qty{
	padding: 8px;
	border-radius: 32px;
	border: solid 2px var(--selene);
	font-family: neufile-grotesk-medium;
	font-size: 16px;
	font-weight: bold;
	line-height: 29px;
	height: auto;
	letter-spacing: normal;
	color: #1a202c;
	background: var(--perle);
	width: 100%;
}
.woocommerce div.product form.cart .quantity-input-wrapper div.quantity .qty::-webkit-outer-spin-button,
.woocommerce div.product form.cart .quantity-input-wrapper div.quantity .qty::-webkit-inner-spin-button,
.woocommerce-cart .woocommerce .quantity input::-webkit-outer-spin-button,
.woocommerce-cart .woocommerce .quantity input::-webkit-inner-spin-button{
	-webkit-appearance: none;
	margin: 0;
}
.woocommerce div.product form.cart .quantity-input-wrapper div.quantity .qty,
.woocommerce-cart .woocommerce .quantity input[type=number]{
	-moz-appearance: textfield;
	appearance: textfield;
}
.woocommerce-cart .woocommerce table.shop_table{
	margin-bottom: 0;
	border: none;
}
.woocommerce-cart .woocommerce table.shop_table tr td.product-quantity,
.woocommerce div.product form.cart .quantity-input-wrapper div.quantity{
	position: relative;
	width: 136px;
	text-align: center;
	font-family: neufile-grotesk-medium;
	font-size: 16px;
	font-weight: bold;
}
.woocommerce-cart .woocommerce table.shop_table tr td.product-quantity{
	width: 160px;
}
.woocommerce-cart .woocommerce table.shop_table tr td.product-quantity a,
.woocommerce div.product form.cart .quantity-input-wrapper div.quantity a{
	position: absolute;
	top: 50%;
	left: 8px;
	padding: 13px;
	transform: translateY(-50%);
}
.woocommerce-cart .woocommerce table.shop_table tr td.product-quantity a.inc,
.woocommerce div.product form.cart .quantity-input-wrapper div.quantity a.inc{
	left: auto;
	right: 8px;
}
.woocommerce-cart .woocommerce table.shop_table tr td.product-quantity a:after,
.woocommerce div.product form.cart .quantity-input-wrapper div.quantity a:after{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-right: solid 2px var(--encre);
	border-top: solid 2px var(--encre);
	transform: rotate(-135deg);
}
.woocommerce-cart .woocommerce table.shop_table tr td.product-quantity a.inc:after,
.woocommerce div.product form.cart .quantity-input-wrapper div.quantity a.inc:after{
	transform: rotate(45deg);
}
.woocommerce-cart .woocommerce .gtc-cart-wallet-usage-wrapper,
.woocommerce-cart .woocommerce .gtc-cart-gift-card-usage-wrapper{
	clear: both;
	float: none;
	padding: 0 0 10px;
}
.woocommerce-cart .woocommerce .gtc-wallet-usage-balance,
.woocommerce-cart .woocommerce .gtc-cart-wallet-usage-content,
.woocommerce-cart .woocommerce .gtc-cart-gift-card-usage-content,
.woocommerce-cart .woocommerce table.cart td.actions .coupon{
	float: none;
	position: relative;
	padding: 0 !important;
	margin: 0 auto;
	justify-content: flex-end;
	align-items: center;
	max-width: 630px;
}
.woocommerce-cart .woocommerce .gtc-cart-wallet-usage-content .gtc-cart-wallet-usage-amount,
.woocommerce-cart .woocommerce .gtc-cart-gift-card-usage-content .gtc-cart-gift-card-code,
.woocommerce-cart .woocommerce table.cart td.actions .input-text#coupon_code{
	display: inline-block;
	border: solid 2px var(--selene);
	border-radius: 14px;
	float: none;
	margin: 0;
	background: transparent;
	line-height: 27px;
	padding: 5px 40px 5px 17px;
	width: 274px;
	max-width: 100%;
}
.woocommerce-cart .woocommerce .gtc-cart-wallet-usage-content .gtc-cart-wallet-usage-btn,
.woocommerce-cart .woocommerce .gtc-cart-gift-card-usage-content .gtc-cart-gift-card-usage-btn,
.woocommerce-cart .woocommerce .cart .button[name="apply_coupon"]{
	/* position: absolute; */
	width: 41px !important;
	margin-left: -41px;
	height: 41px;
	overflow: hidden;
	border-left: solid 2px var(--selene);
	border-radius: 0 12px 12px 0;
	border: 2px solid var(--selene);
	/* right: 0;
	bottom: 0; */
	background: var(--selene);
	padding: 0;
}
.woocommerce-cart .woocommerce .gtc-cart-wallet-usage-content .gtc-cart-wallet-usage-btn:before,
.woocommerce-cart .woocommerce .gtc-cart-gift-card-usage-content .gtc-cart-gift-card-usage-btn:before,
.woocommerce-cart .woocommerce .cart .button[name="apply_coupon"]:before{
	content: "";
	display: block;
	width: 6px;
	height: 10px;
	margin: 12px 14px 100px;
	border-right: solid 2px var(--anthracite);
	border-bottom: solid 2px var(--anthracite);
	transform: rotate(45deg);
}
.woocommerce-cart .woocommerce .gtc-cart-wallet-usage-content label,
.woocommerce-cart .woocommerce .gtc-cart-gift-card-usage-content label,
.woocommerce-cart .woocommerce table.cart td.actions .coupon label{
	display: inline-block !important;
	font-family: neufile-grotesk-medium;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: normal;
	color: var(--anthracite);
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
.woocommerce .checkout-login-wrapper .woocommerce-form-login__submit,
.woocommerce-order-received .order-received-popup .button,
.woocommerce-cart .woocommerce .cart .button[name="update_cart"]{
	border-radius: 30px;
	background-color: var(--granny);
	font-family: neufile-grotesk-medium;
	font-size: 13px;
	line-height: 19px;
	font-weight: 600;
	letter-spacing: 1px;
	color: var(--anthracite);
	padding: 10px 32px;
	border: solid 1px var(--granny);
	width: auto !important;
	display: inline-block !important;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
	width: 100%;
	display: flex;
	justify-content: center;
}
.woocommerce .woocommerce-form-login .chilo-cta-main {
	width: 75%;
}
.login-switcher {
	text-align: center;
}
.woocommerce-cart .woocommerce table.shop_table tr td.actions{
	padding: 1px !important;
}
.woocommerce-cart .woocommerce .cart .button[name="update_cart"]{
	display: none !important;
}
.woocommerce-cart .woocommerce .wc-proceed-to-checkout a.checkout-button.alt{
	margin-bottom: 31px;
}
.woocommerce .checkout-login-wrapper .woocommerce-form-login__submit:hover,
.woocommerce-cart .woocommerce .cart .button[name="update_cart"]:hover,
.woocommerce-checkout #order_review #place_order:hover{
	background-color: var(--selene);
	color: var(--anthracite);
	text-decoration: none;
}
.woocommerce-checkout .woocommerce-form__label-for-checkbox .input-checkbox{
	display: none !important;
}
.woocommerce-checkout .woocommerce-form__label-for-checkbox{
	padding: 0 0 0 30px !important;
	position: relative;
}
.woocommerce-checkout .woocommerce-form__label-for-checkbox span,
.woocommerce-checkout .woocommerce-form__label-for-checkbox a{
	font-family: neufile-grotesk-medium;
	font-size: 12px;
	font-weight: 500;
	/* line-height: 1.83; */
	letter-spacing: normal;
	color: var(--anthracite);
}

.woocommerce-terms-and-conditions-link {
	text-decoration: underline !important;
}

.woocommerce-checkout .woocommerce-form__label-for-checkbox .input-checkbox + span:before{
	content: "";
	position: absolute;
	left: 0;
	top: -2px;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	border: solid 1px #999;
	background-color: var(--perle);
}
.woocommerce-checkout .woocommerce-form__label-for-checkbox .input-checkbox:checked + span:before {
	background: var(--granny);
	border-color: var(--granny);
}
.woocommerce-checkout .woocommerce-form__label-for-checkbox .input-checkbox + span:after{
	content: "";
	position: absolute;
	left: 7px;
	top: 0px;
	width: 6px;
	height: 12px;
	border-right: solid 2px var(--perle);
	border-bottom: solid 2px var(--perle);
	transform: rotate(45deg);
	opacity: 0;
	transition: .16s;
}
.woocommerce-checkout .woocommerce-form__label-for-checkbox .input-checkbox:checked + span:after{
	opacity: 1;
	border-color: var(--perle);
}
.woocommerce-checkout .woocommerce-account-fields:before{
	content: "Créer un compte";
	display: block;
	margin: 0 -19px;
	padding: 0 19px;
}
.woocommerce-checkout .woocommerce-account-fields:before,
.woocommerce-checkout form.woocommerce-checkout .create-account label span{
	font-family: recoleta-semibold;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.48px;
	color: var(--sapin);
}
.woocommerce-order-received .order-received-popup > h2,
.woocommerce-cart .cart_totals > h2,
.woocommerce-checkout .woocommerce-shipping-fields h3 {
	font-size: 24px;
	letter-spacing: 0.48px;
	color: var(--anthracite);
	padding: 19px 19px 10px;
	margin: 0;
}
.woocommerce-checkout .order_review .woocommerce-checkout-review-order-table thead{
	display: none;
}
.woocommerce-checkout .order_review .woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout .order_review .woocommerce-checkout-review-order-table tfoot td{
	background: transparent !important;
	border: none;
}
.woocommerce-cart .woocommerce .cart_totals table.shop_table,
.woocommerce-checkout .order_review .woocommerce-checkout-review-order-table{
	border: none;
}
.woocommerce-cart .woocommerce .cart_totals table.shop_table tbody,
.woocommerce-checkout .order_review .woocommerce-checkout-review-order-table tbody,
.woocommerce-checkout .order_review .woocommerce-checkout-review-order-table tfoot{
	display: flex;
	flex-direction: column;
}
.woocommerce-cart .woocommerce .cart_totals table.shop_table tbody tr,
.woocommerce-checkout .order_review .woocommerce-checkout-review-order-table tr{
	display: flex;
	justify-content: space-between;
	font-family: 'neufile-grotesk-light';
}
.woocommerce-checkout .order_review .woocommerce-checkout-review-order-table tbody tr.cart_item{
	justify-content: stretch;
}
.woocommerce-cart .woocommerce .cart_totals table.shop_table tbody tr td,
.woocommerce-cart .woocommerce .cart_totals table.shop_table tbody tr th,
.woocommerce-checkout .order_review .woocommerce-checkout-review-order-table tr td,
.woocommerce-checkout .order_review .woocommerce-checkout-review-order-table tr th{
	font-family: neufile-grotesk-light;
	font-size: 14px;
	letter-spacing: normal;
	color: var(--anthracite);
	padding: 10px 19px;
	text-transform: none;
}
.woocommerce-checkout .order_review .back-to-cart{
	display: none;
	position: absolute;
	top: 22px;
	right: 19px;
	font-family: neufile-grotesk-medium;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: normal;
	color: var(--sapin);
	text-decoration: underline;
}
.woocommerce-checkout .order_review .back-to-cart:hover{
	text-decoration: none;
}
.woocommerce-checkout .order_review .woocommerce-checkout-review-order-table tbody tr.cart_item td.product-name{
	flex-grow: 1;
	font-size: 0;
}
.woocommerce-checkout .order_review .woocommerce-checkout-review-order-table tbody tr.cart_item td.product-name .product-name-inner{
	flex-grow: 1;
	font-size: 14px;
	line-height: normal;
	display: flex;
	flex-direction: column-reverse;
}
.woocommerce-checkout .order_review .woocommerce-checkout-review-order-table tbody tr.cart_item td.product-name a{
	font-family: recoleta-semibold;
	font-weight: 600;
	letter-spacing: 0.28px;
	color: var(--anthracite);
}
.woocommerce-checkout .order_review .woocommerce-checkout-review-order-table tbody tr.cart_item td.product-name .date{
	font-size: 10px;
	text-transform: uppercase;
}
.woocommerce-checkout .order_review .woocommerce-checkout-review-order-table tbody tr td{
	background: var(--selene) !important;
}
.woocommerce-cart .woocommerce .cart_totals table.shop_table tbody tr td,
.woocommerce-checkout .order_review .woocommerce-checkout-review-order-table tr tbody td + td,
.woocommerce-checkout .order_review .woocommerce-checkout-review-order-table tr tfoot td{
	text-align: right;
	padding-right: 27px;
}
.woocommerce-checkout .order_review .woocommerce-checkout-review-order-table tr td + td + td{
	display: none;
}
.woocommerce-cart .woocommerce .cart_totals table.shop_table tbody tr th,
.woocommerce-checkout .order_review .woocommerce-checkout-review-order-table tr th{
	font-family: neufile-grotesk-medium;
}
.woocommerce-cart .woocommerce .cart_totals table.shop_table tbody tr.order-total{
	margin-top: 30px;
}
.woocommerce-cart .woocommerce .cart_totals table.shop_table tbody tr.order-total th,
.woocommerce-checkout .order_review .woocommerce-checkout-review-order-table tr.order-total th{
	font-size: 18px;
}
.woocommerce-cart .woocommerce .cart_totals table.shop_table tbody tr.tax-rate,
.woocommerce-checkout .order_review .woocommerce-checkout-review-order-table tr.tax-rate{
	order: 10;
	background: none;
}
.woocommerce-cart .woocommerce .cart_totals table.shop_table tbody tr.tax-rate th,
.woocommerce-cart .woocommerce .cart_totals table.shop_table tbody tr.tax-rate td,
.woocommerce-checkout .order_review .woocommerce-checkout-review-order-table tr.tax-rate th,
.woocommerce-checkout .order_review .woocommerce-checkout-review-order-table tr.tax-rate td{
	font-family: neufile-grotesk-light;
	color: #999999;
	font-weight: normal;
	padding-top: 0;
	font-size: 12px;
}
.woocommerce-cart .woocommerce .cart_totals table.shop_table tbody tr.tax-rate th small{
	display: none;
}
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout #place_order{
	text-align: center;
}
.woocommerce-cart .cart-icons,
.woocommerce-checkout .cart-icons{
	display: none;
	flex-wrap: wrap;
	justify-content: space-around;
	font-family: neufile-grotesk-medium;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #d9eeff;
	border-top: solid 1px var(--perle);
	margin: 0 -20px;
}
.woocommerce-cart .cart-icons > div,
.woocommerce-checkout .cart-icons > div{
	width: 280px;
	padding-top: 80px;
}
.woocommerce-cart .cart-icons .encadement,
.woocommerce-checkout .cart-icons .encadement{
	background: url(images/cart/encadrement.svg) center 40px no-repeat;
}
.woocommerce-cart .cart-icons .service,
.woocommerce-checkout .cart-icons .service{
	background: url(images/cart/serviceclient.svg) center 40px no-repeat;
}
.woocommerce-cart .cart-icons .paiement,
.woocommerce-checkout .cart-icons .paiement{
	background: url(images/cart/paiement.svg) center 40px no-repeat;
}
.woocommerce-cart .cart-icons .fortheplanet,
.woocommerce-checkout .cart-icons .fortheplanet{
	background: url(images/cart/fortheplanet.svg) center 40px no-repeat;
}
.woocommerce-checkout .item .item-header-bg{
	background-color: #f7edd1;
}
.woocommerce-checkout .item .item-header{
	padding: 11px 19px 10px;
	display: flex;
	align-items: center;
	color: var(--sapin);
	line-height: 19px;
	font-family: recoleta-semibold;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.48px;
}
.woocommerce-checkout .item .item-label{
	width: 54%;
	line-height: 25px;
}
.woocommerce-checkout .item .item-product{
	font-size: 18px;
	letter-spacing: 0.36px;
}
.woocommerce-checkout .item .item-product span.date{
	font-family: neufile-grotesk-medium;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: normal;
	text-transform: uppercase;
	display: block;
}
.woocommerce-checkout .item .item-body{
	padding: 8px 19px 16px;
}
.woocommerce .woocommerce-form-login-toggle + form.login,
.woocommerce-checkout #customer_details .col-2,
.woocommerce-checkout .item .item-header,
.woocommerce-checkout .item .item-body{
	max-width: 652px;
}
.woocommerce-checkout .item .item-body {
	max-width: none;
}
.woocommerce-order-received .woocommerce-thankyou-order-details,
.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-customer-details{
	display: none;
}
.woocommerce-order-received .woocommerce-thankyou-order-received{
	font-family: recoleta-semibold;
	font-size: 50px;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: center;
	color: var(--perle);
	line-height: 120%;
}
.woocommerce-order-received .woocommerce-thankyou-order-received span{
	display: block;
	font-size: 18px;
	letter-spacing: normal;
}
.woocommerce-order-received .woocommerce-thankyou-order-received .order-registered{
	font-family: neufile-grotesk-light;
	font-weight: normal;
}
.woocommerce-order-received .woocommerce-thankyou-order-received .order-number{
	font-family: neufile-grotesk-medium;
	font-weight: bold;
}
@media (max-width: 750px) {
	.order-received-popup {
		padding: 24px !important;
	}
	.order-received-footer {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.order-received-popup-button .chilo-cta-button {
		padding: 4.5px 11.2px !important;
		font-size: 13px;
	}
}
.woocommerce-order-received .entry-content-wrap{
	padding-top: 48px;
}
.woocommerce-order-received .order-received-popup-wrapper{
	margin: 0 -20px;
	padding: 0 10px;
}
.woocommerce-order-received .order-received-popup{
	border-radius: 4px;
	border: 1px solid #DBDEDD;
	background: var(--perle);
	max-width: 1260px;
	margin: auto;
	padding: 20px 20px 35px 20px;
}
.woocommerce-order-received .order-received-popup > h2{
	text-align: center;
	margin-bottom: 34px;
	font-size: 32px;
	color: var(--sapin);
	padding: 0;
}
.woocommerce-order-received .order-received-popup ol{
	font-family: neufile-grotesk-medium;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.11;
	letter-spacing: normal;
	color: var(--anthracite);
	padding: 0;
	list-style: none;
	counter-reset: li;
}
.woocommerce-order-received .order-received-popup ol li{
	margin-bottom: 16px;
	position: relative;
	padding-left: 40px;
	counter-increment: li;
}
.woocommerce-order-received .order-received-popup ol li:before{
	content: counter(li);
	left: 0;
	top: 2px;
	width: 22px;
	line-height: 22px;
	background: var(--anthracite);
	border-radius: 100%;
	font-family: neufile-grotesk-medium;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: normal;
	text-align: center;
	color: var(--perle);
	position: absolute;
}
.woocommerce-order-received .order-received-popup p{
	font-family: neufile-grotesk-light;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: normal;
	color: var(--anthracite);
}

.woocommerce-order-received .header {
	margin-bottom: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12.5%;
	justify-items: stretch;
	min-height: 312px;
	padding: 32px 120px 32px 120px;
	border-radius: 4px;
	background: #0E231F;
}

.woocommerce-order-received h1 {
	font-size: 42px;
	font-family: recoleta-semibold;
	margin-bottom: 24px;
}

@media (max-width: 1080px) {
	.woocommerce-order-received .header {
		padding: 52px 60px;
	}
}

@media (max-width: 750px) {
	.woocommerce-order-received h1 {
		text-align: center;
		font-size: 28px;
	}
	.woocommerce-order-received p {
		text-align: center;
		font-size: 14px;
	}
	.woocommerce-order-received .header {
		padding: 26px 30px;
		display: flex;
		flex-direction: column-reverse;
		gap: 24px;
	}
	.woocommerce-order-received img {
		max-width: 89px;
	}
	.woocommerce-order-received .woocommerce {
		display: none !important;
	}
	.woocommerce-order-received .entry-content-wrap {
		padding: 0 !important;
	}
	.order-received-popup-wrapper {
		padding: 0 !important;
		transform: translateY(-42px);
	}
}

.woocommerce-order-received .header h1,
.woocommerce-order-received .header p {
	color: var(--perle);
}


.woocommerce-order-received .footer-scroll {
	display: none;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	height: 58px;
	background: var(--granny);
	border-top: 4px solid var(--sapin);
	border-bottom: 4px solid var(--sapin);
}

.woocommerce-order-received .footer-scroll-elem {
	-webkit-animation: shift 15s linear infinite;
	animation: shift 15s linear infinite;
	display: inline-flex;
	height: 100%;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 17px 0 17px 0;
}

.woocommerce-order-received .footer-scroll-title {
	font-family: recoleta-semibold;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 120%;
	color: var(--sapin);
	text-align:center;
}

.woocommerce-order-received .footer-scroll-title:before {
	content: " | ";
	margin-left: 29px;
	margin-right: 29px;
}

@keyframes shift {
	0% {
		transform: translate(0)
	}
	to {
		transform: translate(-100%)
	}
}

@-webkit-keyframes shift {
	0% {
		transform: translate(0)
	}
	to {
		transform: translate(-100%)
	}
}

.woocommerce-order-received .footer-text {
	max-width: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
	text-align: center;
}

@media (max-width: 750px) {
	.woocommerce-order-received .footer-text {
		max-width: 100%;
	}
}

.woocommerce-order-received .order-received-footer {
	text-align: center;
	font-family: recoleta-semibold;
	font-size: 24px;
	color: var(--sapin);
	padding-top: 27px;
	margin: 0 8px;
}

@media (max-width: 769px) {
	.woocommerce-order-received .order-received-footer {
		font-size: 20px;
	}
}

.woocommerce-order-received .order-received-popup p a{
	color: inherit;
	text-decoration: underline;
}
.order-received-popup-button {
	margin-top: 8px;
    text-align: center;
}
.site-content{
	margin: 0;
}
.product-template-default.woocommerce-page.woocommerce.microaventure .site-content .cs-container{
	max-width: none;
	padding: 0;
}
.gform_wrapper .gform_validation_errors,
.woocommerce-cart .woocommerce-error,
.woocommerce-checkout .woocommerce-error,
.woocommerce-account .woocommerce-error,
.woocommerce-account .woocommerce-message{
	border: none !important;
	border-top: solid 2px #dc3545 !important;
	color: #dc3545;
	margin-bottom: 50px;
	border-radius: 0 !important;
	box-shadow: none !important;
	background: var(--perle) !important;
	font-size: 16px;
	font-weight: normal;
}
#order-informations-alert {
	margin-bottom: 32px !important;
}
.woocommerce-account:not(.logged-in) .woocommerce-message,
.woocommerce-account:not(.logged-in) .woocommerce-error{
	height: auto;
}
.lost-password-outer .woocommerce-error {
	margin-bottom: 14px !important;
	border-bottom: 1px solid #e9ecef !important;
}
#customer_login .woocommerce-error {
	margin-bottom: 14px !important;
	border-bottom: 1px solid #e9ecef !important;
}
#customer_login #login,
#customer_login #connexion {
	padding-top: 16px;
}
#customer_login #inscription {
	padding-top: 16px;
}
.lost-password-inner #reinitialisation-du-mot-de-passe {
	padding-top: 30px;
}
.lost-password-inner #changement-mot-de-passe {
	padding-top: 30px;
}
.woocommerce-account .woocommerce-error{
	white-space: nowrap;
}
.woocommerce-account .woocommerce-message{
	color: #28a745;
	border-top-color: #28a745 !important;
}
.gform_wrapper .gform_validation_errors{
	margin-top: 30px !important;
}
.gform_wrapper .gform_validation_errors h2{
	font: inherit !important;
}
.product-template-default.woocommerce-page.woocommerce.microaventure .woocommerce-error,
.product-template-default.woocommerce-page.woocommerce.microaventure .woocommerce-info,
.product-template-default.woocommerce-page.woocommerce.microaventure .woocommerce-message,
.product-template-default.woocommerce-page.woocommerce.microaventure .woocommerce-notices-wrapper,
.product-template-default.woocommerce-page.woocommerce.microaventure .woocommerce-breadcrumb-wrapper,
.product-template-default.woocommerce-page.woocommerce.microaventure .woocommerce-product-entry-summary-outer,
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .woocommerce-tabs ul.tabs{
	background: var(--sapin);
}
.product-template-default.woocommerce-page.woocommerce.microaventure .woocommerce-error,
.product-template-default.woocommerce-page.woocommerce.microaventure .woocommerce-info,
.product-template-default.woocommerce-page.woocommerce.microaventure .woocommerce-message{
	color: var(--perle);
	border: none;
}
.product-template-default.woocommerce-page.woocommerce.microaventure .wc-tabs-outer{
	margin-top: 20px;
}
.product-template-default.woocommerce-page.woocommerce.microaventure .woocommerce-breadcrumb-wrapper,
.product-template-default.woocommerce-page.woocommerce.microaventure .woocommerce-product-entry-summary-outer,
.product-template-default.woocommerce-page.woocommerce.microaventure .woocommerce-product-details__short-description-outer{
	padding: 0 20px;
}
.product-template-default.woocommerce-page.woocommerce.microaventure .woocommerce-product-entry-summary-outer:after,
.product-template-default.woocommerce-page.woocommerce.microaventure .woocommerce-product-details__short-description-outer:after{
	content: "";
	display: block;
	clear: both;
}
body:not(.product-template-default.woocommerce-page.woocommerce.microaventure) .woocommerce-breadcrumb-wrapper{
	display: none;
}
.product-template-default.woocommerce-page.woocommerce.microaventure .woocommerce-notices-wrapper .woocommerce-message,
.product-template-default.woocommerce-page.woocommerce.microaventure .woocommerce-notices-wrapper ul,
.product-template-default.woocommerce-page.woocommerce.microaventure .woocommerce-breadcrumb,
.product-template-default.woocommerce-page.woocommerce.microaventure .woocommerce-product-entry-summary-inner,
.product-template-default.woocommerce-page.woocommerce.microaventure .woocommerce-product-details__short-description-inner,
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .woocommerce-tabs .panel{
	margin: 0 auto;
	max-width: 1200px;
}
.product-template-default.woocommerce-page.woocommerce.microaventure .woocommerce-breadcrumb{
	padding: 8px 0;
	font-family: neufile-grotesk-light;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0.22px;
	color: #f1f1ee;
	text-transform: uppercase;
}
.product-template-default.woocommerce-page.woocommerce.microaventure .woocommerce-breadcrumb a,
.product-template-default.woocommerce-page .woocommerce-breadcrumb a,
.product-template-default.woocommerce-page.woocommerce.microaventure .woocommerce-breadcrumb span,
.product-template-default.woocommerce-page .woocommerce-breadcrumb span{
	color: #999 ;
}
.product-template-default.woocommerce-page.woocommerce.microaventure #content div.product div.summary,
.product-template-default.woocommerce-page.woocommerce.microaventure div.product div.summary,
.product-template-default.woocommerce-page.woocommerce.microaventure #content div.product div.summary,
.product-template-default.woocommerce-page.woocommerce.microaventure div.product div.summary{
	width: calc(100% - 720px);
	min-width: 40%;
	background: transparent;
	position: relative;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product div.woocommerce-product-gallery-wrapper,
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .woocommerce-product-details__short-description,
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .woocommerce-product-details__short-description-inner > h2{
	width: 688px;
	max-width: 58%;
	float: left;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .woocommerce-product-details__short-description-inner > h2{
	margin-top: 20px;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product div.woocommerce-product-gallery-wrapper .product-thumbnail-arrows{
	margin: -12.5% 0 12.5%;
	position: relative;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product div.woocommerce-product-gallery-wrapper .product-thumbnail-arrows a{
	position: absolute;
	top: 50%;
	left: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--perle);
	transform: translate(-50%, -50%);
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product div.woocommerce-product-gallery-wrapper .product-thumbnail-arrows a.next{
	left: auto;
	right: 0;
	transform: translate(50%, -50%);
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product div.woocommerce-product-gallery-wrapper .product-thumbnail-arrows a:before{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-3px, -50%) rotate(-135deg);
	width: 10px;
	height: 10px;
	border-right: solid 2px var(--anthracite);
	border-top: solid 2px var(--anthracite);
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product div.woocommerce-product-gallery-wrapper .product-thumbnail-arrows a.next:before{
	transform: translate(3px, -50%) rotate(45deg);
	left: auto;
	right: 50%;
}
.product-template-default.woocommerce-page.woocommerce.microaventure #content div.product div.images{
	float: none;
	width: 100%;
	margin: 0;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product div.images .flex-control-thumbs{
	white-space: nowrap;
	margin-top: .41%;
	display: none;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product div.images .flex-control-thumbs li{
	float: none;
	display: inline-block;
	width: calc(25% - 2px);
	margin-right: 2px;
	transition: .3s;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product div.images .flex-control-thumbs li img{
	opacity: 1;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product div.images .woocommerce-product-gallery__wrapper a{
	padding-bottom: calc(50% + 1px);
	position: relative;
	display: block;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product div.images .woocommerce-product-gallery__wrapper img{
	z-index: 2;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product div.images .woocommerce-product-gallery__wrapper a img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 688px;
	z-index: 1;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .product_title{
	font-family: recoleta-semibold;
	font-size: 36px;
	font-weight: 600;
	line-height: 1.28;
	letter-spacing: normal;
	color: var(--perle);
	margin-bottom: 4px;
}
@media (max-width: 761px) {
	.product-template-default.woocommerce-page.woocommerce.microaventure div.product .product_title{
		font-size: 24px;
	}
}
.woocommerce #reviews #comments h2.woocommerce-Reviews-title,
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .woocommerce-tabs .panel .tab-title{
	font-family: recoleta-semibold;
	font-size: 34px;
	font-weight: 600;
	letter-spacing: normal;
	color: var(--anthracite);
	margin: 16px 0 10px;
	clear: left;
	text-transform: none;
}
.woocommerce #reviews #comments h2.woocommerce-Reviews-title span{
	font-family: neufile-grotesk-medium;
	font-size: 24px;
	font-weight: normal;
	color: #d0d0d0;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .woocommerce-tabs .panel .tab-title + h2,
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .woocommerce-tabs .panel .tab-title + h3{
	margin-top: 0;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .woocommerce-product-details__short-description,
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .woocommerce-tabs .panel{
	font-family: neufile-grotesk-light;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.63;
	letter-spacing: normal;
	color: var(--anthracite);
	max-height: 10000px;
	position: relative;
	transition: .3s;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .woocommerce-tabs .panel{
	padding: 16px 0;
	display: block !important;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .woocommerce-tabs .panel:after{
	content: "";
	clear: both;
	display: block;
}
.woocommerce #reviews,
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .woocommerce-tabs .panel .tab-content{
	width: calc(100% - 405px);
	border-top: solid 1px #dadada;
	float: left;
	font-family: neufile-grotesk-light;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.88;
	letter-spacing: normal;
	color: var(--anthracite);
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .woocommerce-tabs .panel#tab-description .tab-content {
	border: none !important;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .woocommerce-tabs .panel#tab-description .description-wrapper .tab-title {
	margin: 8px 0 24px !important;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .woocommerce-tabs .panel .tab-content.narrow > *{
	max-width: 586px;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .woocommerce-tabs .panel .tab-content.no-border{
	border: none;
}

#tab-captain {
	border-top: solid 1px #DADADA;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .woocommerce-tabs .panel .tab-sidebar{
	border: solid 1px #DADADA;
	padding: 22px;
	width: 383px;
	font-family: neufile-grotesk-light;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: normal;
	float: right;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .woocommerce-tabs .panel .tab-sidebar.blue{
	background: var(--emeraude);
	border: none;
	color: var(--perle);
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .woocommerce-tabs .panel .tab-sidebar.blue strong,
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .woocommerce-tabs .panel .tab-sidebar.blue .tab-sidebar-title{
	color: var(--perle);
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .woocommerce-tabs .panel .tab-sidebar img{
	display: block;
	margin: auto;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .woocommerce-tabs .panel .tab-sidebar img + p{
	margin-top: 20px;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .woocommerce-tabs .panel h2,
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .woocommerce-tabs .panel h3{
	font-family: neufile-grotesk-medium;
	font-size: 13px;
	font-weight: bold;
	line-height: normal;
	letter-spacing: normal;
	color: var(--anthracite);
	text-transform: uppercase;
	margin: 20px 0 10px;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .woocommerce-tabs .panel .tab-sidebar-title{
	font-family: recoleta-semibold;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: normal;
	color: var(--anthracite);
	text-transform: capitalize;
	margin: 0 0 20px;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .woocommerce-tabs .panel .difficulty{
	color: var(--sapin);
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .woocommerce-tabs .panel .difficulty span{
	background-color: var(--granny);
	color: var(--sapin);
	padding: 0 19px;
	line-height: 22px;
	font-size: 11px;
	font-weight: 500;
	display: none;
}
#content:not(:has(.bullets)) ul:not([class]) > li:not([class]):before,
.level-modal ul:not([class]) > li:not([class]):before,
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .woocommerce-tabs .panel .tab-content ul{
	padding: 0;
	list-style: none;
	margin: 0;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .woocommerce-tabs .panel .tab-content .equipment-bullet,
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .woocommerce-tabs .panel .tab-content ul > li,
.level-modal ul > li {
	padding-left: 18px;
	position: relative;
}
#content:not(:has(.bullets)) ul:not([class]) > li:not([class]):before,
.level-modal ul:not([class]) > li:not([class]):before,
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .woocommerce-tabs .panel .tab-content .equipment-bullet:before,
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .woocommerce-tabs .panel .tab-content ul > li:before{
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #c1d6dc;
	position: absolute;
	left: 0;
	top: 10px;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product #tab-description .tab-content img{
	border-radius: 12px;
	overflow: hidden;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product #tab-description .tab-content .description-content-wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product #tab-description .tab-content .description-content-wrapper > div{
	width: 100%;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product #tab-description .tab-content .description-content-wrapper > div.description-image{
	width: 123px;
	background: linear-gradient(to right, var(--perle) 60px, var(--ocean) 60px, var(--ocean) 63px, var(--perle) 0);
	position: relative;
	padding-top: 20px;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product #tab-description .tab-content .description-content-wrapper:before,
.product-template-default.woocommerce-page.woocommerce.microaventure div.product #tab-description .tab-content .description-content-wrapper > div.description-image:before,
.product-template-default.woocommerce-page.woocommerce.microaventure div.product #tab-description .tab-content .description-content-wrapper:after,
.product-template-default.woocommerce-page.woocommerce.microaventure div.product #tab-description .tab-content .description-content-wrapper > div.description-image:after{
	content: "";
	width: 7px;
	height: 7px;
	background: var(--sapin);
	border-radius: 50%;
	position: absolute;
	z-index: 10;
	left: 61.5px;
	top: 0;
	transform: translate(-50%, -50%);
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product #tab-description .tab-content .description-content-wrapper:before,
.product-template-default.woocommerce-page.woocommerce.microaventure div.product #tab-description .tab-content .description-content-wrapper > div.description-image:before{
	width: 18px;
	height: 18px;
	background: var(--perle);
	border: solid 3px var(--ocean);
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product #tab-description .tab-content .description-content-wrapper:before,
.product-template-default.woocommerce-page.woocommerce.microaventure div.product #tab-description .tab-content .description-content-wrapper:after{
	bottom: 9px;
	top: auto;
	transform: translate(-50%, 50%);
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product #tab-description .tab-content .description-content-wrapper > div.description-content{
	width: calc(100% - 164px);
	padding-top: 20px;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product #tab-description{
	counter-reset: day;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product #tab-description .tab-content .day{
	counter-increment: day;
	font-family: neufile-grotesk-medium;
	font-size: 12px;
	font-weight: 500;
	font-stretch: normal;
	letter-spacing: normal;
	color: var(--perle);
	padding: 3px 11px;
	border-radius: 40px;
	display: inline-block;
	background: var(--sapin);
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product #tab-description .tab-content .day:before{
	content: "Jour " counter(day);
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .woocommerce-product-details__short-description.short{
	max-height: 180px;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .description-wrapper.short{
	max-height: 300px;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .woocommerce-product-details__short-description:after,
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .description-wrapper:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 0;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, var(--perle) 50%);
	transition: .3s;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .description-wrapper:after{
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, var(--perle) 70%);
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .woocommerce-product-details__short-description.short:after{
	height: 100px;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .description-wrapper.short:after{
	height: 80px;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .woocommerce-product-details__short-description-inner,
.product-template-default.woocommerce-page.woocommerce.microaventure div.product #tab-description .tab-content{
	position: relative;
	overflow: hidden;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .woocommerce-product-details__short-description + .more,
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .description-wrapper + .more{
	position: absolute;
	bottom: 20px;
	left: 0;
	font-family: neufile-grotesk-medium;
	font-size: 13px;
	font-weight: bold;
	line-height: normal;
	letter-spacing: normal;
	color: var(--anthracite);
	text-transform: uppercase;
	overflow: hidden;
	display: none;
	clear: both;
	text-decoration: none;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .description-wrapper + .more{
	bottom: 0;
	left: 164px;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .woocommerce-product-details__short-description.short + .more,
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .description-wrapper.short + .more{
	display: block;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product #tab-captain .captain-header{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 24px 0 16px;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product #tab-captain .captain-header img{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
	margin: 0;
	overflow: hidden
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product #tab-captain .captain-header:after{
	content: "";
	position: absolute;
	top: -20px;
	left: -20px;
	width: 72px;
	height: 72px;
	background: url(images/product/icon_chilowe_green.svg) center center no-repeat;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product #tab-captain .captain-header .captain-name-wrapper{
	border-bottom: solid 1px #6b8c9b;
	min-width: 265px;
	margin-left: 20px;
	padding-bottom: 8px;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product #tab-captain .captain-header .captain-name{
	font-family: recoleta-semibold;
	font-size: 40px;
	font-weight: 600;
	line-height: 50px;
	letter-spacing: normal;
	color: var(--sapin);
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product #tab-captain .captain-header .captain-totem{
	font-family: neufile-grotesk-medium;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: normal;
	color: var(--sapin);
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .woocommerce-tabs{
	position: relative;
	padding: 60px 20px 0;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .woocommerce-tabs ul.tabs{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 10000;
	padding: 5px calc(50vw - 600px) 0;
}
.fixed-tabs.product-template-default.woocommerce-page.woocommerce.microaventure div.product .woocommerce-tabs ul.tabs{
	position: fixed;
}
.fixed-tabs.product-template-default.woocommerce-page.woocommerce.microaventure .navbar-primary.sticky-nav,
.product-template-default.woocommerce-page.woocommerce.microaventure .back-to-product{
	display: none;
}
.fixed-tabs.product-template-default.woocommerce-page.woocommerce.microaventure .back-to-product{
	display: block;
	position: fixed;
	top: 9px;
	right: 0;
	z-index: 100001;
	text-transform: uppercase;
	font-family: neufile-grotesk-light;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: normal;
	color: var(--perle);
	padding-right: calc(50vw - 600px);
}
.fixed-tabs.product-template-default.woocommerce-page.woocommerce.microaventure .back-to-product > *{
	vertical-align: middle;
	line-height: 30px;
}
.fixed-tabs.product-template-default.woocommerce-page.woocommerce.microaventure .back-to-product .amount{
	margin-left: 8px;
	font-family: recoleta-semibold;
	font-size: 20px;
	font-weight: 600;
}
.fixed-tabs.product-template-default.woocommerce-page.woocommerce.microaventure .back-to-product .button{
	background: var(--granny);
	font-family: neufile-grotesk-medium;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	color: var(--anthracite);
	padding: 7px 18px;
	margin-left: 8px;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .woocommerce-tabs ul.tabs li{
	padding: 0;
	border: none;
	background: transparent;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .woocommerce-tabs ul.tabs li a{
	font-family: neufile-grotesk-medium;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: normal;
	line-height: 30px;
	color: var(--ocean);
	padding: 14px;
	margin-right: 20px;
	border-bottom: solid 2px rgba(255, 255, 255, 0);
	transition: .3s;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .woocommerce-tabs ul.tabs li.active a,
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .woocommerce-tabs ul.tabs li a:hover{
	color: var(--perle);
	border-bottom-color: var(--perle);
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .woocommerce-tabs ul.tabs::before{
	display: none !important;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .cart-wrapper{
	position: absolute;
	z-index: 100;
	left: 0;
	right: 0;
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1019px) {
	.product-template-default.woocommerce-page.woocommerce.microaventure div.product .cart-wrapper{
		box-shadow: 0 -10px 20px 0 rgb(0 0 0 / 20%) ;
	}
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .cart-header{
	background: var(--celeste);
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: var(--anthracite);
	padding: 16px;
	text-transform: uppercase;
	letter-spacing: normal;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .cart-header .variation-count,
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .cart-header .reset_variations{
	font-family: neufile-grotesk-medium;
	font-size: 14px;
	font-weight: 600;
	color: var(--anthracite);
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .cart-header .reset_variations{
	text-decoration: underline;
	text-underline-offset: 2px;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .cart-header .reset_variations:hover{
	text-decoration: none;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .cart-header .price-wrapper label,
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .cart-header .price{
	display: inline-block;
	margin: 0;
	line-height: 40px;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .cart-header .price-wrapper label{
	font-family: neufile-grotesk-light;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .cart-header .price{
	font-family: recoleta-semibold;
	font-size: 24px;
	font-weight: 600;
	color: var(--anthracite);
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .cart-footer{
	background: var(--celeste);
	padding: 16px;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .cart{
	background: var(--perle);
	margin: 0;
	padding-top: 12px;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .product-meta{
	font-family: recoleta-semibold;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: normal;
	color: #fdfdfd;
	display: flex;
	flex-wrap: wrap;
	padding: 16px 8px;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .entry-summary .product-meta{
	display: none;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .product-meta > div{
	display: flex;
	align-items: center;
	width: 55%;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .product-meta .duration,
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .product-meta .difficulty{
	width: 45%;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .product-meta > div > div{
	margin-left: 8px;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .product-meta label,
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .product-meta span{
	display: inline-block;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .product-meta label,
.product-template-default.woocommerce-page.woocommerce.microaventure div.product #tab-acces label{
	margin: 0;
	text-transform: uppercase;
	font-family: neufile-grotesk-medium;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: normal;
	color: #E1ECEF;
}

.product-template-default.woocommerce-page.woocommerce.microaventure div.product .product-meta span {
	color: var(--granny);
}

.product-template-default.woocommerce-page.woocommerce.microaventure div.product #tab-acces label{
	color: inherit;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .product-meta img{
	width: 50px;
	height: 50px;
	display: inline-block;
	border-radius: 50%;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .product-meta .duration:before,
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .product-meta .group-max:before,
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .product-meta .difficulty:before,
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .product-meta .age-min:before,
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .product-meta .hebergement:before{
	content: "";
	width: 50px;
	height: 50px;
	display: inline-block;
	vertical-align: middle;
}
#bateau_hebergement_icon::before {
	background: url(images/product/hebergement/bateau.svg) center center no-repeat;
}
#bivouac_hebergement_icon::before {
	background: url(images/product/hebergement/bivouac.svg) center center no-repeat;
}
#gite_hebergement_icon::before {
	background: url(images/product/hebergement/gite.svg) center center no-repeat;
}
#refuge_hebergement_icon::before {
	background: url(images/product/hebergement/refuge.svg) center center no-repeat;
}
#van_hebergement_icon::before {
	background: url(images/product/hebergement/van.svg) center center no-repeat;
}
#villa_hebergement_icon::before {
	background: url(images/product/hebergement/gite.svg) center center no-repeat;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .product-meta .duration:before{
	background: url(images/product/duree.svg) center center no-repeat;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .product-meta .group-max::before{
	background: url(images/product/groupe.svg) center center no-repeat;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .product-meta .age-min:before {
	background: url(images/product/age-min.svg) center center no-repeat;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .product-meta .difficulty:before{
	background: url(images/product/niveau.svg) center center/30px no-repeat;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .product-meta .difficulty2:before{
	background-image: url(images/product/2.svg);
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .product-meta .difficulty4:before{
	background-image: url(images/product/4.svg);
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .product-meta .difficulty3:before{
	background-image: url(images/product/3.svg);
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .product-meta .difficulty1:before{
	background-image: url(images/product/1.svg);
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product #tab-acces .acces_debut_fin_debut,
.product-template-default.woocommerce-page.woocommerce.microaventure div.product #tab-acces .acces_debut_fin_fin,
.product-template-default.woocommerce-page.woocommerce.microaventure div.product #tab-acces .acces_train_gare,
.product-template-default.woocommerce-page.woocommerce.microaventure div.product #tab-acces .region_type-departement{
	font-size: 16px;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product #tab-acces .acces > div{
	margin: 13px 0;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product #tab-acces .acces > div.acf-map{
	display:none !important; /*HIDE MAP WHILE GMAPS IS BROKEN*/
	width: 100%;
	height: 320px;
	border: #ccc solid 1px;
	margin: 20px 0 0;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product #tab-acces .acces > div.acf-map img{
	max-width: inherit !important;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product #tab-acces .acces > div.region_type-departement{
	margin: 0 2px;
	padding: 13px;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product #tab-acces .acces > div.region_type-departement label + label:before{
	content: "";
	border: solid 3.5px transparent;
	border-left: solid 7px var(--ocean);
	margin: 0 4px 0 6px;
	display: inline-block;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product form.cart .variations label{
	display: block;
	margin: 0;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .step-2 form.cart .variations label:not(.disabled){
	pointer-events: none;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product form.cart .variations label.disabled  .variation-wrapper .quantity{
	opacity: .5;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product form.cart .variations label input[type="radio"],
.woocommerce-checkout #payment ul.payment_methods li input[type="radio"]{
	display: none;
}
.woocommerce-checkout #payment div.payment_box{
	margin-bottom: 0;
}
.woocommerce-checkout #payment ul.payment_methods{
	padding-bottom: 0;
}
#paygreen-payment-button-list .pg-checkout__button-list li.pg-checkout__payment-button input[type="radio"]+label{
	font-family: neufile-grotesk-medium;
	font-style: normal;
	font-weight: 400 !important;
	font-size: 13px;
	line-height: 22px;
	color: var(--anthracite);
}
.woocommerce-checkout #payment ul.payment_methods > li > label{
	text-align: center;
	display: block;
	font-weight: bold !important;
}
#paygreen-payment-button-list .pg-checkout__button-list li.pg-checkout__payment-button input[type="radio"]+label{
	padding-left: 44px !important;
	position: relative;
}
.cart-wrapper form.cart .variations label.disabled .wcwl_elements,
.product-template-default.woocommerce-page.woocommerce.microaventure div.product form.cart .variations label .variation-wrapper{
	position: relative;
	padding: 9px 13px 8px 44px;
	/* margin: 0 8px 6px 18px; */
	margin: 4px;
	border: solid 1px #f0eeee;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-family: neufile-grotesk-medium;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: normal;
	color: var(--anthracite);
	cursor: pointer;
	transition: .3s;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product form.cart .variations label .variation-wrapper:hover{
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}
#paygreen-payment-button-list .pg-checkout__button-list li.pg-checkout__payment-button input[type="radio"]+label:before,
.product-template-default.woocommerce-page.woocommerce.microaventure div.product form.cart .variations label .variation-wrapper:before{
	content: "";
	width: 20px;
	height: 20px;
	border: solid 1px #c4c4c4;
	border-radius: 50%;
	position: absolute;
	left: 9px;
	top: 50%;
	transform: translateY(-50%);
	transition: .3s;
}
#paygreen-payment-button-list .pg-checkout__button-list li.pg-checkout__payment-button input[type="radio"]+label:after,
.product-template-default.woocommerce-page.woocommerce.microaventure div.product form.cart .variations label .variation-wrapper:after{
	content: "" !important;
	width: 7px !important;
	height: 12px !important;
	border-right: solid 2px var(--perle) !important;
	border-bottom: solid 2px var(--perle) !important;
	position: absolute !important;
	left: 16px !important;
	top: 50% !important;
	margin-top: -1px !important;
	transform: translateY(-50%) rotate(45deg) !important;
	opacity: 0 !important;
	transition: .3s !important;
	border-radius: 0 !important;
	background: none !important;
}
#paygreen-payment-button-list .pg-checkout__button-list li.pg-checkout__payment-button input[type="radio"]:checked+label:before,
.product-template-default.woocommerce-page.woocommerce.microaventure div.product form.cart .variations label :checked + .variation-wrapper:before{
	background: var(--granny);
	border-color: var(--granny);
}
#paygreen-payment-button-list .pg-checkout__button-list li.pg-checkout__payment-button input[type="radio"]:checked+label:after,
.product-template-default.woocommerce-page.woocommerce.microaventure div.product form.cart .variations label :checked + .variation-wrapper:after{
	opacity: 1 !important;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .cart-wrapper.step-2 form.cart .variations label .variation-wrapper,
.product-template-default.woocommerce-page.woocommerce.microaventure div.product form.cart .variations label:nth-last-child(1) .variation-wrapper{
	margin-bottom: 0;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product form.cart .variations label .woocommerce-Price-amount{
	font-family: recoleta-semibold;
	font-size: 20px;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product form.cart .variations label .quantity{
	display: block;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 0.5px;
	color: #0f9d58;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product form.cart .variations label.disabled .quantity{
	color: var(--sapin);
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product form.cart h2{
	font-family: neufile-grotesk-medium;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.75;
	letter-spacing: 0.5px;
	text-align: center;
	color: var(--sapin);
	margin: 24px 18px 12px;
	text-transform: uppercase;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product form.cart .variations{
	max-height: 216px;
	overflow: auto scroll;
	/* margin: 0 6px 0 0; */
	width: auto;
}
.prdctfltr_wc_regular.prdctfltr_wc.prdctfltr_woocommerce.prdctfltr_scroll_default .prdctfltr_terms_customized_select .prdctfltr_add_scroll::-webkit-scrollbar,
.prdctfltr_wc.prdctfltr_woocommerce.pf_select.prdctfltr_scroll_default .prdctfltr_add_scroll::-webkit-scrollbar,
.product-template-default.woocommerce-page.woocommerce.microaventure div.product form.cart .variations::-webkit-scrollbar{
	width: 3px;
	height: 3px;
}
.prdctfltr_wc_regular.prdctfltr_wc.prdctfltr_woocommerce.prdctfltr_scroll_default .prdctfltr_terms_customized_select .prdctfltr_add_scroll::-webkit-scrollbar-track,
.prdctfltr_wc.prdctfltr_woocommerce.pf_select.prdctfltr_scroll_default .prdctfltr_add_scroll::-webkit-scrollbar-track,
.product-template-default.woocommerce-page.woocommerce.microaventure div.product form.cart .variations::-webkit-scrollbar-track{
	background: transparent;
}
.prdctfltr_wc_regular.prdctfltr_wc.prdctfltr_woocommerce.prdctfltr_scroll_default .prdctfltr_terms_customized_select .prdctfltr_add_scroll::-webkit-scrollbar-thumb,
.prdctfltr_wc.prdctfltr_woocommerce.pf_select.prdctfltr_scroll_default .prdctfltr_add_scroll::-webkit-scrollbar-thumb,
.product-template-default.woocommerce-page.woocommerce.microaventure div.product form.cart .variations::-webkit-scrollbar-thumb{
	background: #d8d6d6;
}
.prdctfltr_wc_regular.prdctfltr_wc.prdctfltr_woocommerce.prdctfltr_scroll_default .prdctfltr_terms_customized_select .prdctfltr_add_scroll::-webkit-scrollbar-thumb:hover,
.prdctfltr_wc.prdctfltr_woocommerce.pf_select.prdctfltr_scroll_default .prdctfltr_add_scroll::-webkit-scrollbar-thumb:hover,
.product-template-default.woocommerce-page.woocommerce.microaventure div.product form.cart .variations::-webkit-scrollbar-thumb:hover{
	background: #d8d6d6;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product form.cart .quantity-input-wrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 22px 0 18px;
	padding: 9px 0 8px 8px;
	border: solid 1px #f0eeee;
	border-top: none;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product form.cart .quantity-input-wrapper label,
.product-template-default.woocommerce-page.woocommerce.microaventure div.product form.cart .quantity-input-wrapper #price{
	margin: 0;
	font-family: neufile-grotesk-medium;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: normal;
	color: var(--anthracite);
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product form.cart .quantity-input-wrapper #price{
	font-size: 16px;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .before-single-title{
	white-space: nowrap;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .cart-wrapper:not(.step-2) form.cart .quantity-input-wrapper,
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .cart-wrapper.step-2 form.cart .variations label input:not(:checked) + .variation-wrapper,
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .cart-wrapper.step-2 .variation-count,
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .cart-wrapper:not(.step-2) .reset_variations_wrapper,
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .cart-wrapper:not(.step-2) form.cart .single_add_to_cart_button span{
	display: none;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .cart-wrapper .wl-add-to,
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .cart-wrapper form.cart .single_add_to_cart_button{
	background: var(--granny) !important;
	border-color: var(--granny) !important;
	color: var(--anthracite) !important;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .cart-wrapper .wl-add-to:hover,
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .cart-wrapper form.cart .single_add_to_cart_button:hover{
	background: var(--perle) !important;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .cart-wrapper.step-2 form.cart .single_add_to_cart_button span:before{
	content: " - ";
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .cart-wrapper.step-2 form.cart .single_add_to_cart_button span:after{
	content: "€";
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .cart-wrapper .payment{
	font-family: neufile-grotesk-medium;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.28;
	letter-spacing: normal;
	text-align: center;
	color: #999;
	margin: 14px;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .cart-wrapper .out-of-stock{
	margin-top: 16px;
	margin-bottom: 16px;
	font-family: neufile-grotesk-medium;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.5px;
	text-align: center;
	color: #999;
}
.woocommerce .related-products-wrapper{
	background-color: var(--argent);
	padding: 40px 0;
	position: relative;
}
.post.type-post .post-author {
	display: none;
}
.woocommerce .related-products-wrapper .button,
.related.products + .button{
	margin: 20px auto !important;
	width: 290px;
}
.woocommerce section.related.products{
	margin: auto;
	overflow: hidden;
}
.woocommerce section.related.products ul.products{
	width: 2405px;
	transition: .5s;
}
.woocommerce section.related.products ul.products > li{
	margin-right: 10px !important;
	float: left !important;
	clear: none !important;
	width: 380px !important;
	max-width: 100vw;
	margin-bottom: 0 !important;
}
.related-products-arrows {
	position:relative;
}

.related-products-arrows a{
	position: absolute;
	z-index: 4;
	top: -233px;
	right: 50%;
	width: 41px;
	height: 41px;
	border-radius: 50%;
	background: var(--sapin);
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
	transform: translate(-642px, -50%);
}
.related-products-arrows a.next{
	left: 50%;
	right: auto;
	transform: translate(642px, -50%);
}
.related-products-arrows a:before{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-3px, -50%) rotate(-135deg);
	width: 10px;
	height: 10px;
	border-right: solid 2px var(--perle);
	border-top: solid 2px var(--perle);
}
.related-products-arrows a.next:before{
	transform: translate(3px, -50%) rotate(45deg);
	left: auto;
	right: 50%;
}
.pk-scroll-to-top{
	z-index: 1000;
}
.related-product{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.related-product img{
	width: 128px;
	margin-right: 13px;
}
.related-product .title{
	font-family: recoleta-semibold;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.48px;
	color: var(--anthracite) !important;
}
.woocommerce-view-order .woocommerce-customer-details-wrapper{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.woocommerce-view-order .woocommerce-customer-details{
	width: 65.5%;
	display: flex;
}
.woocommerce-view-order .woocommerce-customer-details:nth-child(1){
	padding: 30px 37px;
	width: 31%;
	display: block;
}
.woocommerce-view-order .woocommerce-customer-details .addresses{
	padding: 0;
	margin: 0 !important;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.woocommerce-view-order .woocommerce-customer-details .addresses:before,
.woocommerce-view-order .woocommerce-customer-details .addresses:after{
	display: none;
}
.woocommerce-view-order .woocommerce-customer-details .addresses .woocommerce-column{
	background: var(--perle);
	padding: 30px 37px;
	margin: 0;
	width: 47.33%;
}
.woocommerce-view-order .woocommerce-customer-details address{
	padding: 0 !important;
	border: none !important;
	background: transparent !important;
	font-family: neufile-grotesk-medium;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.71;
	letter-spacing: normal;
	color: var(--anthracite);
	margin: 0;
}
.woocommerce-view-order .woocommerce-customer-details address p label{
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
}
.woocommerce-view-order .woocommerce-customer-details .woocommerce-column__title{
	font-family: recoleta-semibold;
	font-size: 20px !important;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.4px;
	color: var(--anthracite);
	text-align: left !important;
}
.woocommerce-view-order .woocommerce-customer-details .woocommerce-column__title:after{
	text-align: left !important;
}
.woocommerce-view-order .woocommerce table.shop_table tr td.product-name .product-name-wrapper{
	margin-right: 50px;
}
.woocommerce-view-order .woocommerce table.shop_table tr td.product-name .qty{
	width: 50px;
	float: right;
	text-align: right;
}
.woocommerce-view-order .woocommerce table.shop_table tr td.product-name img{
	width: 225px;
	float: left;
}
.woocommerce-view-order .woocommerce table.shop_table tr td.product-name .product-info{
	margin-left: 258px;
	color: var(--anthracite);
	font-family: neufile-grotesk-medium;
	letter-spacing: normal;
}
.woocommerce-view-order .woocommerce table.shop_table tbody tr td{
	vertical-align: top;
}
.woocommerce-view-order .woocommerce table.shop_table thead tr th.product-name:before{
	content: "QTÉ";
	float: right;
}
.woocommerce-view-order .woocommerce table.shop_table tbody tr td.product-total .amount,
.woocommerce-view-order .woocommerce table.shop_table tr td.product-name .qty{
	display: block;
	margin-top: 50px;
}
.woocommerce-view-order .woocommerce table.shop_table tr td.product-name .product-info .product-sup-title{
	margin: 10px 0 5px;
}
.woocommerce-view-order .woocommerce table.shop_table tr td.product-name .product-info .product-sup-title > span{
	margin-right: 5px;
}
.woocommerce-view-order .woocommerce table.shop_table tr td.product-name .product-info .product-date{
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
}
.woocommerce-view-order .woocommerce table.shop_table tr td.product-name .product-info .product-title{
	display: block;
	font-family: recoleta-semibold;
	font-size: 26px;
	font-weight: 600;
	letter-spacing: 0.52px;
}
.woocommerce-view-order .woocommerce table.shop_table tr td.product-name .product-info .product-canceled,
.woocommerce-view-order .woocommerce table.shop_table tr td.product-name .product-info .product-refunded{
	display: inline-block;
	font-size: 10px;
	font-weight: 500;
	color: #999;
	text-transform: uppercase;
}
.woocommerce-view-order .woocommerce table.shop_table tr td.product-name .product-info .product-canceled{
	border-radius: 40px;
	background: rgba(153, 153, 153, 0.1);
	padding: 6px 9px;
}
.woocommerce-view-order .woocommerce table.shop_table tr td.product-name .product-buttons .button{
	font-size: 12px;
	font-weight: bold;
	border: solid 1px #e8e8e8;
	line-height: 1;
	margin: 0 10px 10px 0;
}
.woocommerce-view-order .woocommerce table.shop_table tr td.product-name .product-buttons .button:hover{
	text-decoration: none;
	background: #e8e8e8;
}
.prdctfltr_wc .prdctfltr_filter_title,
.prdctfltr_wc.prdctfltr_click_filter .prdctfltr_sale,
.prdctfltr_wc.prdctfltr_click_filter span.prdctfltr_instock,
.prdctfltr_collector{
	display: none !important;
}
.prdctfltr_wc{
	float: left;
	width: 849px;
	background: var(--perle);
}
.woocommerce .woocommerce-ordering,
.prdctfltr_wc{
	margin: 20px 0 !important;
}
.prdctfltr_woocommerce.prdctfltr_wc.prdctfltr_always_visible .prdctfltr_woocommerce_ordering{
	display: flex !important;
	margin: 0;
	box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.05);
	z-index: 3;
}
.prdctfltr_add_scroll{
	top: 60px !important;
	margin: 0 !important;
	box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.1) !important;
}
.prdctfltr_wc .prdctfltr_filter_wrapper{
	width: calc(100% - 67px);
	margin: 0 !important;
}
.prdctfltr_wc .prdctfltr_buttons{
	width: 67px;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	overflow: hidden;
	position: relative;
}
.prdctfltr_wc .prdctfltr_filter{
	padding: 0 !important;
}
.prdctfltr_wc .prdctfltr_filter:after{
	content: "";
	position: absolute;
	border-right: solid 1px #f0eeee;
	top: 4px;
	bottom: 5px;
	right: 0;
}
.prdctfltr_wc .prdctfltr_filter:nth-last-child(1):after{
	top: 0;
	bottom: 0;
}
.prdctfltr_wc .prdctfltr_filter label{
	font-family: neufile-grotesk-medium;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: normal;
	color: var(--anthracite);
	margin: 0;
	padding: 10px 44px;
	border-bottom: solid 1px #d3d3d3;
	transition: .3s;
}
.prdctfltr_wc .prdctfltr_filter label:hover,
.prdctfltr_wc .prdctfltr_filter label.prdctfltr_active{
	color: var(--perle);
	background: var(--emeraude);
}
.prdctfltr_wc .prdctfltr_filter label>span:before{
	display: none !important;
}
.prdctfltr_terms_customized_select .prdctfltr_add_scroll,
.prdctfltr_scroll_default .prdctfltr_terms_customized_select .prdctfltr_add_scroll .prdctfltr_checkboxes{
	padding: 0 !important;
	border: none !important;
}
.prdctfltr_wc_regular.prdctfltr_wc.prdctfltr_woocommerce.prdctfltr_scroll_default .prdctfltr_terms_customized_select .prdctfltr_add_scroll,
.prdctfltr_wc.prdctfltr_woocommerce.pf_select.prdctfltr_scroll_default .prdctfltr_add_scroll{
	max-height: 268px;
	overflow: auto;
}
.prdctfltr_terms_customized_select .prdctfltr_add_scroll{
	min-width: 202px;
}
.woocommerce .woocommerce-ordering select,
.prdctfltr_filter .prdctfltr_regular_title{
	background-color: var(--perle) !important;
	font-family: neufile-grotesk-medium;
	font-size: 12px !important;
	font-weight: 500;
	color: var(--anthracite) !important;
	padding: 20px 29px !important;
	height: auto;
	border: none !important;
	line-height: 20px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.woocommerce .woocommerce-ordering select::-ms-expand {
	display: none;
}
.woocommerce .woocommerce-ordering select{
	height: 66px;
}
.woocommerce .woocommerce-ordering select option{
	font: inherit !important;
}
.woocommerce .woocommerce-ordering select,
.prdctfltr_filter input[value] + .prdctfltr_regular_title{
	color: var(--anthracite) !important;
}
.woocommerce .woocommerce-ordering{
	position: relative;
}
.woocommerce .woocommerce-ordering:after,
.prdctfltr_wc.prdctfltr_woocommerce i.prdctfltr-down,
.prdctfltr_wc.prdctfltr_woocommerce i.prdctfltr-up{
	content: "\f004";
	font-family: "prdctfltr" !important;
	font-size: 16px;
	color: var(--emeraude);
	position: absolute !important;
	right: 20px !important;
	top: 50% !important;
	transform: translateY(-50%);
	pointer-events: none;
}
.woocommerce .woocommerce-ordering:focus-within:after{
	content: "\f005";
}
.prdctfltr_wc.prdctfltr_click_filter span.prdctfltr_reset,
.prdctfltr_wc.prdctfltr_click_filter span.prdctfltr_reset label,
.prdctfltr_woocommerce_ordering span.prdctfltr_reset span:before{
	margin: 0;
	z-index: 0;
}
.prdctfltr_wc.prdctfltr_click_filter span.prdctfltr_reset,
.prdctfltr_wc.prdctfltr_click_filter span.prdctfltr_reset label{
	width: 100%;
	display: block;
}
.prdctfltr_wc .prdctfltr_buttons span{
	text-indent: 200px;
	white-space: nowrap;
}
.prdctfltr_wc .prdctfltr_buttons:before,
.prdctfltr_wc .prdctfltr_buttons:after,
.prdctfltr_woocommerce_ordering span.prdctfltr_reset span:before,
.prdctfltr_woocommerce_ordering span.prdctfltr_reset span:after{
	content: "" !important;
	width: 20px !important;
	border-bottom: solid 2px #c4c4c4;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	z-index: 9;
}
.prdctfltr_wc .prdctfltr_buttons:after,
.prdctfltr_woocommerce_ordering span.prdctfltr_reset span:after{
	transform: translate(-50%, -50%) rotate(-45deg);
}
.prdctfltr_woocommerce_ordering span.prdctfltr_reset span:before,
.prdctfltr_woocommerce_ordering span.prdctfltr_reset span:after{
	border-color: var(--emeraude);
	z-index: 10;
}
.prdctfltr_wc.prdctfltr_woocommerce .prdctfltr_terms_customized_text i.prdctfltr-down,
.prdctfltr_wc.prdctfltr_woocommerce .prdctfltr_terms_customized_text i.prdctfltr-up,
.prdctfltr_wc.prdctfltr_woocommerce .prdctfltr_product_tag .prdctfltr_regular_title{
	display: none;
}
.prdctfltr_wc.prdctfltr_woocommerce .prdctfltr_product_tag .prdctfltr_add_scroll{
	line-height: 66px;
	box-shadow: none !important;
}
.prdctfltr_wc.prdctfltr_woocommerce .prdctfltr_product_tag .prdctfltr_checkboxes{
	display: flex;
	align-items: center;
}
.prdctfltr_wc.prdctfltr_woocommerce .prdctfltr_product_tag .prdctfltr_checkboxes label{
	font-family: neufile-grotesk-medium;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: normal;
	color: #c4c4c4;
	border: none;
	padding: 21px 29px 21px 29px;
	margin-left: 29px;
	background: transparent !important;
	position: relative;
	flex-grow: 1;
}
.prdctfltr_wc.prdctfltr_woocommerce .prdctfltr_product_tag input[value] ~ .prdctfltr_add_scroll .prdctfltr_checkboxes label{
	color: var(--anthracite);
}
.prdctfltr_wc.prdctfltr_woocommerce .prdctfltr_product_tag .prdctfltr_checkboxes label:after{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 22px;
	height: 22px;
	border-radius: 4px;
	border: solid 1px #c4c4c4;
	transform: translateY(-50%);
	transition: .3s;
}
.prdctfltr_wc.prdctfltr_woocommerce .prdctfltr_product_tag .prdctfltr_checkboxes label:hover:after,
.prdctfltr_wc.prdctfltr_woocommerce .prdctfltr_product_tag .prdctfltr_checkboxes label.prdctfltr_active:after{
	border-color: var(--emeraude);
	background: var(--emeraude);
}
.prdctfltr_wc.prdctfltr_woocommerce .prdctfltr_product_tag .prdctfltr_checkboxes label:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 7px;
	width: 7px;
	height: 12px;
	border-right: solid 1px var(--perle);
	border-bottom: solid 1px var(--perle);
	transform: translateY(-50%) rotate(45deg);
	opacity: 0;
	transition: .3s;
	z-index: 2;
}
.prdctfltr_wc.prdctfltr_woocommerce .prdctfltr_product_tag .prdctfltr_checkboxes label.prdctfltr_active:before{
	opacity: 1;
}
#open-prdctfltr,
.open-prdctfltr{
	display: none;
}
i.cs-icon.cs-icon-search:before,
i.cs-icon.cs-icon-bag:before{
	display: none;
}
.mobile-navbar-container .navbar-cart,
.mobile-navbar-container .navbar-notification{
	display: none;
}
#navbar-contact {
	display: none;
}
.navbar-account img {
	max-width: 30px !important;
	max-height: 30px !important;
}
.navbar-search img {
	max-width: 30px !important;
	max-height: 30px !important;
	width: 30px !important;
	height: 30px !important;
}
.navbar-toggle-search,
.navbar-cart,
.navbar-account,
.navbar-notification,
.navbar-search {
	display: flex;
	position: relative;
	align-content: center;
	margin-left: 16px !important;
}
i.cs-icon.cs-icon-search,
i.cs-icon.cs-icon-bag,
i.cs-icon.cs-icon-account,
i.cs-icon.cs-icon-notification{
	display: inline-block;
	border-radius: 0;
	width: 25px;
	height: 21px;
	background: url(images/header/search.svg) center center no-repeat;
}
i.cs-icon.cs-icon-bag{
	width: 28px;
	height: 23px;
	background: url(images/header/cart.png) center center no-repeat;
	background-size: contain;
}
i.cs-icon.cs-icon-account{
	width: 20px;
	height: 24px;
	background: url(images/header/account.svg) center center no-repeat;
}
i.cs-icon.cs-icon-notification{
	width: 16px;
	height: 20px;
	background: url(images/header/notification.svg) center center no-repeat;
}
.navbar-cart i.cs-icon.cs-icon-bag + .cart-quantity{
	position: absolute;
	top: -3px;
	right: -9px;
	width: 15px;
	line-height: 15px;
	text-align: center;
	border-radius: 50%;
	background: var(--incarnat);
	color: var(--perle);
	font-family: neufile-grotesk-medium;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: normal;
	color: #fbfbfb;
}
.navbar-nav .cs-mega-menu-has-categories .cs-mm-posts.active-product-item{
	display: flex;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .cart-wrapper form.cart #wl-wrapper .wl-already-in{
	display: none;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .cart-wrapper form.cart .variations + .single_variation_wrap #wl-wrapper{
	height: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: -150px;
}
.gtc-gift-card-predefined-buttons,
.gtc-gift-card-amount-actions,
.gtc-gift-card-amount-wrapper,
.gtc-gift-card-delivery-date-wrapper,
.gtc-gift-card-recipient-details-wrapper,
.gtc-gift-card-sender-details-wrapper,
.gtc-product-gift-card-wrapper,
.gtc-gift-card-amount-wrapper h4,
.gtc-gift-card-delivery-date-wrapper h4,
.gtc-gift-card-recipient-details-wrapper h4,
.gtc-gift-card-sender-details-wrapper h4,
.gtc-product-gift-card-wrapper h4,
.gtc-gift-card-amount-wrapper p,
.gtc-gift-card-delivery-date-wrapper p,
.gtc-gift-card-recipient-details-wrapper p,
.gtc-gift-card-sender-details-wrapper p,
.gtc-product-gift-card-wrapper p,
.gtc-gift-card-amount-wrapper p label,
.gtc-gift-card-delivery-date-wrapper p label,
.gtc-gift-card-recipient-details-wrapper p label,
.gtc-gift-card-sender-details-wrapper p label,
.gtc-product-gift-card-wrapper p label{
	float: none !important;
	display: block;
	width: auto;
}
.gtc-gift-card-sender-details-wrapper h4,
.gtc-gift-card-sender-message-description
{
	display: none !important;
}
.gtc-gift-card-amount-actions label {
	display: none !important;
}
.gtc-gift-card-sender-details-toggler + .gtc-gift-card-sender-details-wrapper{
	max-height: 1000px;
	overflow: hidden;
	opacity: 1;
	transition: .3s;
}
.gtc-gift-card-sender-details-toggler.toggled + .gtc-gift-card-sender-details-wrapper{
	max-height: 0;
	opacity: 0;
}
.gtc-gift-card-sender-details-wrapper,
.gtc-gift-card-sender-details-toggler,
.gtc-gift-card-amount-wrapper{
	padding: 19px;
}
.gtc-gift-card-sender-details-wrapper{
	display: none !important;
	background: var(--selene);
	padding-top: 0;
	padding-bottom: 0;
}
.gtc-gift-card-sender-details-toggler{
	display: block;
	font-family: recoleta-semibold;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: normal;
	color: var(--anthracite);
	position: relative;
	padding-right: 50px;
	text-align: center;
	max-width: 330px;
	margin: auto;
}
.gtc-gift-card-sender-details-toggler:before{
	content: "";
	width: 26px;
	height: 26px;
	border-radius: 50%;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translate(50%, -50%);
}
.gtc-gift-card-sender-details-toggler:after{
	content: "";
	width: 7px;
	height: 7px;
	border-right: solid 2px var(--anthracite);
	border-bottom: solid 2px var(--anthracite);
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translate(50%, -50%) rotate(45deg);
	transition: .3s;
}
.gtc-gift-card-sender-details-toggler.toggled:after{
	transform: translate(50%, -50%) rotate(-45deg);
}
.gtc-gift-card-amount-wrapper h4,
.gtc-gift-card-delivery-date-wrapper h4,
.gtc-gift-card-recipient-details-wrapper h4,
.gtc-gift-card-sender-details-wrapper h4,
.gtc-product-gift-card-wrapper h4,
.gtc-gift-card-amount-wrapper p label,
.gtc-gift-card-delivery-date-wrapper p label,
.gtc-gift-card-recipient-details-wrapper p label,
.gtc-gift-card-sender-details-wrapper p label,
.gtc-product-gift-card-wrapper p label{
	font-family: neufile-grotesk-medium;
	font-size: 16px !important;
	font-weight: bold;
	letter-spacing: normal;
	color: var(--anthracite) !important;
	margin: 16px 0 8px !important;
}
.gtc-gift-card-amount-wrapper p label,
.gtc-gift-card-delivery-date-wrapper p label,
.gtc-gift-card-recipient-details-wrapper p label,
.gtc-gift-card-sender-details-wrapper p label,
.gtc-product-gift-card-wrapper p label{
	margin-left: 11px !important;
}
.gtc-gift-card-predefined-buttons,
.gtc-gift-card-amount-actions,
.gtc-gift-card-amount-wrapper p,
.gtc-gift-card-delivery-date-wrapper p,
.gtc-gift-card-recipient-details-wrapper p,
.gtc-gift-card-sender-details-wrapper p,
.gtc-product-gift-card-wrapper p{
	margin: 0 !important;
}
.cart input[type="text"],
.cart select,
.cart textarea{
	font-family: neufile-grotesk-medium;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: normal;
	color: var(--anthracite);
	padding: 11px 17px;
	border: solid 2px #f0eeee !important;
	border-radius: 12px !important;
	background: var(--perle);
	line-height: 30px;
	height: 56px !important;
	width: 100% !important;
	max-width: 292px;
	resize: none;
}
.gtc-gift-card-info{
	display: flex;
	align-items: flex-start;
	font-family: neufile-grotesk-medium;
	font-size: 12px;
	margin: 25px 0 0 11px;
}
.gtc-gift-card-info span{
	font-weight: 500;
	font-style: italic;
	line-height: normal;
	letter-spacing: normal;
	color: #999;
	margin-right: 30px;
}
.gtc-gift-card-info .button{
	border-radius: 30px !important;
	border: solid 1px #e8e8e8 !important;
	background: var(--perle) !important;
	padding: 8px;
	font-size: 12px;
	font-weight: bold !important;
	color: var(--anthracite) !important;
	line-height: 16px !important;
}
.gtc-gift-card-sender-details-wrapper:after{
	content: "";
	height: 20px;
	display: block;
	margin: 0 -19px;
}
.woocommerce div.product form.cart .gtc-gift-card-sender-details-wrapper + .single_add_to_cart_button[name="add-to-cart"]{
	margin: 20px auto !important;
	display: block;
	max-width: 275px;
	float: none !important;
	background: var(--granny);
	border: solid 1px var(--granny);
	color: var(--anthracite);
}
.woocommerce div.product .gtc-gift-card-summary form.cart{
	max-width: 412px;
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
}
.woocommerce div.product form.cart .gtc-gift-card-sender-details-wrapper + .single_add_to_cart_button[name="add-to-cart"]:hover{
	background: var(--perle);
}
.woocommerce-cart .woocommerce table.shop_table tr td.product-quantity .quantity{
	position: relative;
}
.woocommerce .woocommerce-form-login-toggle .woocommerce-info{
	background: var(--selene);
	font-family: neufile-grotesk-medium;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: normal;
	color: var(--anthracite);
	margin: 0;
	padding: 13px 20px !important;
}
.woocommerce .woocommerce-form-login-toggle .woocommerce-info:before{
	display: none;
}
.woocommerce .woocommerce-form-login-toggle .woocommerce-info a.showlogin{
	background: var(--perle);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	color: var(--anthracite);
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 30px;
	display: inline-block;
	padding: 6px 80px;
	margin-left: 10px;
}
.woocommerce .woocommerce-form-login-toggle + form.login{
	border: none;
	border-radius: 0;
	margin: 0;
	padding-bottom: 40px;
}
.woocommerce .woocommerce-form-login-toggle + form.login:after{
	content: "";
	position: absolute;
	height: 30px;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--sapin);
}
.woocommerce .checkout-login-wrapper{
	background: var(--perle);
	position: relative;
}
.woocommerce .woocommerce-checkout{
	clear: both;
	overflow: hidden;
	position: static !important;
}
h2#details-de-la-commande {
	display: none;
}
body:not(.pdf) .accroche ol,
body:not(.pdf) .accroche ul {
	list-style: none;
	font-family: neufile-grotesk-medium;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: normal;
	color: var(--perle);
	padding: 0;
	counter-reset: accroche;
}
.accroche ul li,
.accroche ol li{
	padding: 0 0 10px 30px;
	position: relative;
	counter-increment: accroche;
}
.accroche ul li:before,
.accroche ol li:before {
	content: counter(accroche);
	font-size: 14px;
	text-align: center;
	color: var(--sapin);
	position: absolute;
	left: 0;
	top: 0;
	width: 22px;
	line-height: 22px;
	background: var(--celeste);
	border-radius: 50%;
}
.woocommerce-password-strength{
	margin-top: 10px !important;
}
.woocommerce #reviews #comments ol.commentlist{
	font-size: 0;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	padding: 50px !important;
	margin: -50px !important;
	width: calc(100% + 100px);
}
.woocommerce #reviews #comments ol.commentlist li{
	padding: 25px 75px 47px;
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
	display: inline-block;
	width: 100%;
	white-space: normal;
	vertical-align: top;
	margin-right: 100px;
	transition: .5s;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar{
	width: 69px !important;
	height: 69px !important;
	padding: 0 !important;
	margin-bottom: 15px;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
}
.woocommerce #reviews #comments ol.commentlist li .comment-text{
	margin: 0 !important;
	padding: 0 !important;
}
.woocommerce #reviews #comments .star-rating,
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{
	margin-left: 90px;
}
.woocommerce #reviews #comments .star-rating{
	width: 99.58px;
	margin-top: 10px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__verified,
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__dash{
	display: none;
}
.woocommerce p.stars a,
.woocommerce #reviews #comments .star-rating{
	font-size: 18px !important;
	letter-spacing: 1px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{
	font-family: neufile-grotesk-medium;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.88;
	letter-spacing: normal;
	color: var(--anthracite);
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__published-date{
	position: absolute;
	right: 23px;
	top: 29px;
	font-weight: 500;
	color: #999;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .description{
	clear: both;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .description p{
	font-family: neufile-grotesk-light;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.63;
	letter-spacing: normal;
	color: var(--anthracite);
}
.woocommerce .star-rating span:before{
	color: #fbbd00;
}
.woocommerce .star-rating:before{
	content: "SSSSS";
	color: #71889d;
}
.woocommerce p.stars span{
	display: flex;
}
.woocommerce p.stars a::before{
	color: #71889d;
	content: "\e020" !important;
}
.woocommerce p.stars.selected a::before{
	color: #fbbd00;
}
.woocommerce p.stars.selected a.active~a::before{
	color: #71889d;
}
.woocommerce p.stars:hover a::before{
	color: #fbbd00 !important;
}
.woocommerce p.stars a:hover~a::before{
	color: #71889d !important;
}
.woocommerce #review_form_wrapper{
	display: none;
}
.woocommerce #reviews #comments ol.commentlist{
	position: relative;
}
.woocommerce #reviews #comments ol.commentlist a.arrow{
	position: absolute;
	z-index: 2;
	top: 150px;
	left: 80px;
	width: 15px;
	height: 15px;
	border-right: solid 2px #71889d;
	border-bottom: solid 2px #71889d;
	transform: rotate(135deg);
}
.woocommerce #reviews #comments ol.commentlist a.right-arrow{
	left: auto;
	right: 80px;
	transform: rotate(-45deg);
}
.archive-main.archive-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
ul.products li.product.columns-3,
.archive-main.archive-list > article{
	width: 380px;
	margin: 0 0 25px;
	background: var(--perle);
	display: flex;
}

.search-results .archive-wrap{
	background: transparent;
}
.archive-list .post-outer{
	flex-direction: column;
	flex-wrap: nowrap;
	margin: 0;
	width: 100%;
}
.archive-list .post-inner{
	max-width: 100%;
	padding: 0;
	flex: auto;
	justify-content: space-between;
	position: relative;
}
.archive-list .post-inner:nth-last-child(1){
	flex-grow: 100;
}
.archive-list .entry-excerpt{
	display: none;
}
.archive-list .entry-header,
.archive-list .entry-details{
	margin: 20px 30px;
}
.archive-list .entry-details{
	margin-top: 0;
}
.archive-list .post-meta{
	font-family: neufile-grotesk-medium;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.5px;
	color: var(--tourterelle);
}
.archive-list .meta-date{
	text-transform: uppercase;
}
.archive-list .cs-link-more{
	font-family: neufile-grotesk-medium;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	color: var(--anthracite);
	background: var(--selene);
}
.archive-list .cs-link-more:hover{
	background: var(--anthracite);
	color: var(--selene);
}
.search-results .ajax-navigation .load-more{
	min-width: 248px;
	font-family: neufile-grotesk-medium;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: normal;
	color: var(--perle);
	margin-bottom: 50px;
}
.search-results .title-block:after{
	content: ":";
	margin-left: 4px;
}
.search-results .archive-count{
	font-family: neufile-grotesk-medium;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.4px;
	margin-left: 10px;
}
.cs-ratio-landscape:before{
	padding-bottom: calc(60% - 3px);
}
.woocommerce-MyAccount-content .wishlist-title-container{
	display: none;
}
.woocommerce-MyAccount-content .yith_wcwl_wishlist_footer .yith-wcwl-share{
	float: none;
	margin: 0;
}
.woocommerce-account .yith-wcwl-share h4.yith-wcwl-share-title{
	background: var(--argent);
	padding: 50px 0 10px;
	margin: 0;
}
.woocommerce-account .yith-wcwl-after-share-section{
	padding: 20px 12px 20px 55px;
}
.woocommerce-account .yith-wcwl-after-share-section .copy-target{
	background: transparent;
	padding: 6px 0;
	border: none;
}
.woocommerce-account #mes-cartes-cadeaux + .woocommerce-MyAccount-content{
	overflow: hidden;
}
.woocommerce-account .gtc-myaccount-wallet-balance-content,
.woocommerce-account #mes-cartes-cadeaux + .woocommerce-MyAccount-content .gtc-form-wrapper{
	padding: 0 12px 0 55px;
}
.woocommerce-account #mes-cartes-cadeaux + .woocommerce-MyAccount-content .gtc-form-wrapper{
	padding-bottom: 8px;
}
.woocommerce-account .gtc-myaccount-wallet-balance-content{
	margin-bottom: 0;
}
.woocommerce-account .gtc-redeem-gift-card-form-title{
	margin-top: 0;
}
.woocommerce table.gtc-frontend-table thead{
	background-color: transparent;
}
.pdf *{
	position: static !important;
	color: var(--anthracite) !important;
	background: transparent !important;
	box-shadow: none !important;
	float: none !important;
}
.pdf *:before,
.pdf *:after,
.pdf form,
.pdf img,
.pdf .wc-tabs,
.pdf #tab-reviews{
	display: none !important;
}
.wc-social-login{
	order: 15;
}
.wc-social-login p{
	margin: 0;
}
a.button-social-login.button-social-login-facebook,
a.button-social-login.button-social-login-google{
	background: transparent !important;
	width: 346px;
	max-width: 100%;
	border: solid 2px #eee !important;
	border-radius: 12px;
	box-shadow: none;
	color: var(--encre);
	text-align: center;
	padding: 6px 0 6px 50px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	box-sizing: border-box;
	font-family: neufile-grotesk-medium;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}
a.button-social-login.button-social-login-facebook span,
a.button-social-login.button-social-login-google span{
	position: absolute;
	left: 27px;
	top: 50%;
	transform: translateY(-50%);
	height: 22px;
	background-size: contain;
}
.or{
	margin: 10px 0;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	font-family: neufile-grotesk-medium;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: normal;
	color: var(--encre);
	order: 14;
}
.or:before,
.or:after{
	content: "";
	border-top: solid 1px #eee;
	flex-grow: 10;
}
.or:before{
	margin-right: 18px;
}
.or:after{
	margin-left: 18px;
}
.gtc-gift-card-sender-details-wrapper p label{
	width: auto !important;
}
#yith-wcwl-popup-message{
	display: none !important;
}
div#product-62429 h1 {
	font-size: 30px;
}
div#product-62429 h2.tab-title {
	display: none;
}
div#product-62429 a.more {
	display: none;
}
button.woocommerce_waitlist.button {
	background-color: var(--menthe) !important;
	color: var(--anthracite) !important;
	border: 0px solid !important;
}
.wcwl_intro p{
	margin-bottom: 25px !important;
	font-family: neufile-grotesk-medium;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-align: center;
	color: var(--anthracite);
	text-transform: uppercase;
	margin: 0;
}
.wcwl_intro:before{
	content: "";
	display: block;
	margin: 15px auto;
	border-top: solid 1px #e8e8e8;
	width: 200px;
	max-width: 100%;
}
.wcwl_elements.bound{
	margin-bottom: 30px;
}

body.single-product .single_variation_wrap .wcwl_elements.bound{
	display : inherit !important;
}
/* body .single_variation_wrap {
	box-shadow: 0 -16px 16px 0 rgb(0 0 0 / 4%);
    padding-top: 4px
} */

.navbar-phone {
	border: 1px solid var(--encre);
	color: var(--encre);
	padding: 2px 10px;
	border-radius: 1000px;
	font-family: neufile-grotesk-medium;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	margin-top: 7px;
}

@media (max-width: 1020px) {
    .navbar-phone {
		display: none;
	}
}

.navbar-phone:hover {
	color: var(--encre);
}

.wcwl_email_elements input{
	font-size: 14px;
	line-height: 18.82px;
	width: 275px;
	max-width: 100%;
	padding: 11px 21px;
	margin: 0 auto 25px;
	border-radius: 12px;
	border: solid 1.6px #f0eeee;
	background: var(--perle);
}
.category-image + .site-primary .woocommerce-products-header{
	max-width: 800px;
	background: var(--argent);
	padding: 10px 20px;
	border-radius: 8px;
}
.woocommerce-view-order .woocommerce table.shop_table tr td.product-name .wc-item-meta{
	clear: both;
}
.gtc-myaccount-wallet-balance-wrapper h2 label,
.gtc-myaccount-wallet-balance-wrapper h2 span{
	float: none !important;
}
h2.pk-heading-numbered:before{
	margin-top: -6px;
}
.woocommerce-order .pg-front{
	display: none;
}
@media (max-width: 1400px){
	/* .woocommerce ul.products.columns-3 {
		justify-content: center;
	} */
	.sidebar-footer .widget_text{
		width: 100%;
	}
	.sidebar-footer .widget + .widget{
		margin-left: 0;
		width: 25%;
	}
	.sidebar-sub-footer .inner{
		justify-content: space-between;
	}
	.related-products-arrows a{
		transform: translate(0, -50%);
		left: 20px;
	}
	.related-products-arrows a.next{
		transform: translate(0, -50%);
		left: auto;
		right: 20px;
	}
}

@media (max-width: 1200px) {
	.woocommerce-checkout .woocommerce-notices-wrapper,
	.woocommerce .woocommerce-checkout .woocommerce-NoticeGroup-checkout,
	.woocommerce .checkout-login-wrapper,
	.woocommerce-cart .woocommerce-cart-form,
	.woocommerce-cart .cart-collaterals,
	.woocommerce-checkout .customer_details,
	.woocommerce-checkout .order_review, .gtc-checkout-wallet-usage-wrapper{
		width: 100%;
		float: none;
	}
}

@media (max-width: 1019px){
	.sidebar-footer .widget + .widget{
		width: 50%;
	}
	.footer-subscribe .subscribe-title{
		display: none;
	}
	.footer-subscribe .cs-container .footer{
		margin: 10px 0 0;
	}
	#masthead a.voyages{
		display: none;
	}
	.woocommerce-checkout .order_review{
		position: relative;
	}
	.product-template-default.woocommerce-page.woocommerce.microaventure div.product .woocommerce-tabs ul.tabs li a{
		margin: 0;
	}
	.offcanvas-inner{
		height: calc(100vh - 130px);
		display: flex;
		flex-direction: column;
	}
	.offcanvas-inner.widget-area .textwidget{
		font-family: neufile-grotesk-light;
		font-size: 13px;
		font-weight: normal;
		line-height: 1.54;
		letter-spacing: normal;
		color: var(--anthracite);
		padding: 10px 0;
		border-top: solid 1px var(--argent);
		border-bottom: solid 1px var(--argent);
	}
	.offcanvas-inner.widget-area .widget,
	.offcanvas-inner.widget-area .textwidget p:nth-last-child(1){
		margin-bottom: 0;
	}
	.offcanvas-inner.widget-area .widget_text{
		flex-grow: 1;
		display: flex;
		align-items: flex-end;
	}
}
@media (max-width: 768px){
	.pk-subscribe-data .title-stroke-block:after {
		background-color: var(--selene) !important;
	}
	.related-products-arrows a{
		top: -342px;
	}
	.product-template-default.woocommerce-page.woocommerce.microaventure div.product div.woocommerce-product-gallery-wrapper,
	.product-template-default.woocommerce-page.woocommerce.microaventure div.product .woocommerce-product-details__short-description,
	.product-template-default.woocommerce-page.woocommerce.microaventure #content div.product div.summary,
	.product-template-default.woocommerce-page.woocommerce.microaventure div.product div.summary,
	.product-template-default.woocommerce-page #content div.product div.summary,
	.product-template-default.woocommerce-page.woocommerce.microaventure div.product div.summary{
		float: none;
		width: auto;
		min-width: 0;
		max-width: none;
	}
	.product-template-default.woocommerce-page.woocommerce.microaventure div.product .woocommerce-product-details__short-description-inner > h2 {
		margin-top:0px;
		width: 100%;
		min-width: 0;
		max-width: none;
	}
	.product-template-default.woocommerce-page.woocommerce.microaventure #content div.product div.summary,
	.product-template-default.woocommerce-page.woocommerce.microaventure div.product div.summary,
	.product-template-default.woocommerce-page #content div.product div.summary,
	.product-template-default.woocommerce-page.woocommerce.microaventure div.product div.summary{
		padding-top: 10px;
	}
	.product-template-default.woocommerce-page.woocommerce.microaventure div.product .cart-wrapper{
		position: relative;
	}
	.product-template-default.woocommerce-page.woocommerce.microaventure div.product .entry-summary .product-meta{
		font-size: 16px;
		display: flex;
		padding-top: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.product-template-default.woocommerce-page.woocommerce.microaventure div.product .product-meta label{
		display: block;
		font-size: 12px;
	}
	.product-template-default.woocommerce-page.woocommerce.microaventure div.product .woocommerce-product-gallery-wrapper .product-meta{
		display: none;
	}
	.woocommerce #reviews,
	.product-template-default.woocommerce-page.woocommerce.microaventure div.product .woocommerce-tabs .panel .tab-content,
	.product-template-default.woocommerce-page.woocommerce.microaventure div.product .woocommerce-tabs .panel .tab-sidebar{
		width: auto;
		float: none;
	}
	.product-template-default.woocommerce-page.woocommerce.microaventure div.product .woocommerce-tabs .panel .tab-sidebar{
		margin-top: 20px;
	}
	.woocommerce section.related.products ul.products{
		width: 741%;
	}
	.woocommerce section.related.products ul.products.columns-6 li.product{
		clear: none !important;
		width: 13.5%;
		margin: 0 3.8% 0 0;
		float: left;
	}
	.woocommerce-orders .woocommerce table.shop_table tr th:nth-child(1),
	.woocommerce-orders .woocommerce table.shop_table tr td:nth-child(1){
		padding-left: 12px;
	}
	.woocommerce-orders .woocommerce table.shop_table td .button{
		margin: 0 0 10px 20px;
	}
	.woocommerce-view-order .woocommerce-customer-details{
		width: 100%;
	}
	.woocommerce-view-order .woocommerce table.shop_table tr td.product-name img{
		float: none;
		width: auto;
	}
	.woocommerce-view-order .woocommerce table.shop_table tr td.product-name .product-info{
		margin-left: 0;
	}
	.product-template-default.woocommerce-page.woocommerce.microaventure div.product .woocommerce-tabs{
		padding-top: 0;
	}
	.product-template-default.woocommerce-page.woocommerce.microaventure div.product .woocommerce-tabs ul.tabs{
		display: none;
	}
	.navbar-brand img{
		width: 115px;
	}
	.mobile-navbar-container{
		display: flex;
		margin-top: 24px;
	}
	.mobile-navbar-container .navbar-cart,
	.mobile-navbar-container .navbar-notification{
		display: block;
	}
	.mobile-navbar-container .navbar-cart,
	.mobile-navbar-container .navbar-notification{
		margin: 0 !important;
	}
	.mobile-navbar-container .navbar-cart i.cs-icon.cs-icon-bag{
		width: 23.8px;
		height: 28.2px;
	}
	.mobile-navbar-container .navbar-notification i.cs-icon.cs-icon-notification{
		width: 22.6px;
		height: 28.6px;
	}
	.mobile-navbar-container .navbar-cart i.cs-icon.cs-icon-bag,
	.mobile-navbar-container .navbar-notification i.cs-icon.cs-icon-notification{
		background-size: contain;
	}
	.mobile-navbar-container .navbar-cart i.cs-icon.cs-icon-bag + .cart-quantity{
		width: 16px;
		height: 16px;
		line-height: 15px;
		font-size: 11px;
	}
	.navbar-toggle-search,
	.navbar-account{
		margin-left: 25px !important;
	}
	.widget_nav_menu .menu-item-has-children > span:after{
		font-size: 26px;
	}
	.gtc-cart-wallet-usage-wrapper, .gtc-cart-gift-card-usage-wrapper,
	.gtc-gift-card-balance-form-wrapper{
		margin: 0 !important;
		padding: 18px 24px 32px 19px !important;
	}
	.woocommerce-cart .woocommerce .gtc-wallet-usage-balance,
	.woocommerce-cart .woocommerce .gtc-cart-wallet-usage-content,
	.woocommerce-cart .woocommerce .gtc-cart-gift-card-usage-content,
	.woocommerce-cart .woocommerce table.cart td.actions .coupon{
		margin: 0;
		max-width: 100%;
	}
	.woocommerce-cart .woocommerce .gtc-wallet-usage-balance,
	.woocommerce-cart .woocommerce .gtc-cart-wallet-usage-content label,
	.woocommerce-cart .woocommerce .gtc-cart-gift-card-usage-content label,
	.woocommerce-cart .woocommerce table.cart td.actions .coupon label{
		text-align: center;
		font-size: 16px;
		margin-bottom: 15px;
	}
	.woocommerce-cart .woocommerce .gtc-cart-wallet-usage-content .gtc-cart-wallet-usage-amount,
	.woocommerce-cart .woocommerce .gtc-cart-gift-card-usage-content .gtc-cart-gift-card-code,
	.woocommerce-cart .woocommerce table.cart td.actions .input-text#coupon_code{
		width: 100%;
	}
	.woocommerce-cart .woocommerce table.cart tbody tr{
		background-position: bottom;
	}
	.woocommerce-cart .woocommerce table.cart tbody tr:nth-last-child(1){
		background-image: none;
	}
	.woocommerce-cart .woocommerce table.shop_table tr td{
		padding: 12px 24px 12px 19px;
		position: relative;
	}
	.woocommerce-cart .woocommerce table.shop_table tr td.product-quantity{
		width: auto;
	}
	.woocommerce-cart .woocommerce table.shop_table tr td.product-quantity .quantity{
		width: 136px;
		display: inline-block;
	}
	.woocommerce-cart .woocommerce table.shop_table tr td:before{
		position: absolute;
		left: 19px;
		top: 50%;
		transform: translateY(-50%);
		white-space: nowrap;
	}
	.woocommerce-cart .woocommerce table.shop_table tr td.product-remove{
		position: relative;
		padding: 0;
	}
	.woocommerce-cart .woocommerce table.shop_table tr td.product-remove a{
		position: relative;
		top: 6px;
		left: -13px;
		width: 35px;
		height: 35px;
		background: var(--perle) !important;
		font-size: 27px;
		line-height: 1 !important;
	}
	.woocommerce-cart .woocommerce table.cart tr td.product-price,
	.woocommerce-cart .woocommerce table.cart tr td.product-subtotal,
	.woocommerce-cart .woocommerce table.cart tr td::before{
		text-transform: uppercase;
		font-size: 18px;
		font-weight: bold;
	}
	.woocommerce-cart .woocommerce table.cart tr td.product-name::before{
		display: none;
	}
	.woocommerce-cart .woocommerce table.cart tr td.product-name{
		text-align: left !important;
		padding-left: 33px;
	}
	.woocommerce-cart .woocommerce table.cart tr td.product-name a{
		font-size: 20px;
	}
	.woocommerce-cart .woocommerce table.cart tr td.product-name .date{
		font-size: 14px;
	}
	.woocommerce-cart .woocommerce .cart_totals table.shop_table tbody tr{
		display: block;
		margin: 0 !important;
	}
	.woocommerce-cart .woocommerce .cart_totals table.shop_table tbody tr td{
		font-size: 16px;
	}
	.woocommerce-cart .woocommerce-cart-form{
		margin-bottom: 92px;
	}
	.woocommerce-checkout .order_review .secure-payment,
	.woocommerce-cart .cart-collaterals .secure-payment{
		flex-wrap: wrap;
		top: -50px;
		justify-content: center;
	}
	.woocommerce-checkout .order_review .secure-payment .title,
	.woocommerce-cart .cart-collaterals .secure-payment .title{
		width: 100%;
		margin: 0;
		text-align: center;
	}
	.woocommerce-cart .woocommerce .wc-proceed-to-checkout a.checkout-button.alt{
		margin-bottom: 5px;
	}
	.navbar-container .navbar-notification{
		display: none;
	}
	.woocommerce .woocommerce-form-login-toggle .woocommerce-info{
		text-align: center;
		font-size: 20px;
	}
	.woocommerce .woocommerce-form-login-toggle .woocommerce-info a.showlogin{
		margin: 0 auto;
		display: block;
		width: 313px;
		max-width: 100%;
		font-size: 14px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.woocommerce form .form-row-first,
	.woocommerce form .form-row-last,
	.woocommerce-page form .form-row-first,
	.woocommerce-page form .form-row-last{
		width: auto;
		float: none;
	}
	.woocommerce-checkout .order_review .woocommerce-checkout-review-order-table tbody tr.cart_item td.product-name .product-name-inner{
		font-size: 18px;
	}
	.woocommerce-checkout .woocommerce-form__label-for-checkbox span,
	.woocommerce-checkout .woocommerce-form__label-for-checkbox a,
	.woocommerce-checkout .order_review .back-to-cart,
	.woocommerce-checkout .order_review .woocommerce-checkout-review-order-table tbody tr td,
	.woocommerce-checkout .order_review .woocommerce-checkout-review-order-table tbody tr.cart_item td.product-name .date{
		font-size: 14px;
	}
	.woocommerce-checkout .order_review .woocommerce-checkout-review-order-table tfoot tr td,
	.woocommerce-checkout .order_review .woocommerce-checkout-review-order-table tfoot tr th{
		font-size: 16px !important;
	}
	.woocommerce-checkout .woocommerce-form__label-for-checkbox{
		text-align: left;
		display: inline-block !important;
	}
	.woocommerce-checkout .woocommerce-form__label-for-checkbox .input-checkbox + span:before{
		top: 0;
	}
	.woocommerce-checkout .woocommerce-form__label-for-checkbox .input-checkbox + span:after{
		top: 2px;
	}
	.woocommerce-checkout form.woocommerce-checkout .create-account .input-checkbox + span:before{
		top: 10px;
	}
	.woocommerce-checkout form.woocommerce-checkout .create-account .input-checkbox + span:after{
		top: 12px;
	}
	.fixed-tabs.product-template-default.woocommerce-page.woocommerce.microaventure .back-to-product{
		background: var(--sapin);
		top: 0;
		left: 0;
		padding: 8px;
		text-align: center;
	}
	.fixed-tabs.product-template-default.woocommerce-page.woocommerce.microaventure .back-to-product > span{
		display: none;
	}
	.fixed-tabs.product-template-default.woocommerce-page.woocommerce.microaventure .back-to-product .button{
		font-size: 0;
		height: 44px;
		margin: 0;
	}
	.fixed-tabs.product-template-default.woocommerce-page.woocommerce.microaventure .back-to-product .button:before{
		content: "Voir les dates et réserver";
		font-size: 13px;
	}
	.woocommerce #reviews #comments ol.commentlist{
		padding: 50px 20px !important;
		margin: -50px -20px !important;
		width: calc(100% + 40px);
	}
	.woocommerce #reviews #comments ol.commentlist a.left-arrow{
		left: 50px;
	}
	.woocommerce #reviews #comments ol.commentlist a.right-arrow{
		right: 50px;
	}
	.open-prdctfltr{
		margin: 10px 0;
	}
	.prdctfltr_wc{
		margin: 0 !important;
		width: auto;
		background: transparent;
	}
	.prdctfltr_wc.prdctfltr_woocommerce .prdctfltr_product_tag .prdctfltr_add_scroll{
		line-height: 63px;
	}
	.woocommerce .woocommerce-ordering select{
		height: 63px;
	}
	.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_default .prdctfltr_woocommerce_ordering div.prdctfltr_filter{
		border-bottom: solid 1px #d3d3d3;
		padding: 0 !important;
		margin: 0 !important;
	}
	.prdctfltr_wc .prdctfltr_filter:after{
		display: none;
	}
	.prdctfltr_wc .prdctfltr_buttons .prdctfltr_reset,
	.prdctfltr_wc.prdctfltr_woocommerce .prdctfltr_product_tag .prdctfltr_checkboxes,
	.woocommerce .woocommerce-ordering select,
	.prdctfltr_wc_regular .prdctfltr_terms_customized_select.prdctfltr_filter .prdctfltr_regular_title,
	.prdctfltr_wc_regular .prdctfltr_terms_customized_select.prdctfltr_filter .prdctfltr_regular_title,
	.open-prdctfltr,
	.prdctfltr_wc .prdctfltr_filter label{
		display: block;
		padding: 18px 30px 18px 37px !important;
		background: var(--perle);
		font-family: neufile-grotesk-medium;
		font-size: 20px !important;
		font-weight: 500 !important;
		letter-spacing: normal;
		position: relative;
		color: #c4c4c4;
	}
	.open-prdctfltr{
		padding-top: 10px !important;
		padding-bottom: 10px !important;
		color: var(--anthracite);
	}
	.prdctfltr_wc_regular.prdctfltr_wc.prdctfltr_woocommerce.prdctfltr_scroll_default .prdctfltr_terms_customized_select .prdctfltr_add_scroll,
	.prdctfltr_wc.prdctfltr_woocommerce.pf_select.prdctfltr_scroll_default .prdctfltr_add_scroll{
		top: 63px !important;
		box-shadow: none !important;
		max-height: 441px;
		width: 100% !important;
	}
	.prdctfltr_wc.prdctfltr_woocommerce .prdctfltr_product_tag .prdctfltr_checkboxes{
		justify-content: space-between;
		background: var(--perle);
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.prdctfltr_wc .prdctfltr_filter label{
		padding: 19px 30px 19px 37px !important;
	}
	.prdctfltr_wc.prdctfltr_woocommerce .prdctfltr_product_tag .prdctfltr_checkboxes label{
		margin: 0;
		padding-right: 0 !important;
	}
	.prdctfltr_wc .prdctfltr_filter label.prdctfltr_active>span{
		font: inherit !important;
	}
	.prdctfltr_wc.prdctfltr_woocommerce .prdctfltr_product_tag .prdctfltr_checkboxes label:after{
		width: 35px;
		height: 35px;
	}
	.prdctfltr_wc.prdctfltr_woocommerce .prdctfltr_product_tag .prdctfltr_checkboxes label:before{
		left: 10px;
		width: 14px;
		height: 24px;
		border-right-width: 2px;
		border-bottom-width: 2px;
	}
	#open-prdctfltr + .open-prdctfltr:after,
	.woocommerce .woocommerce-ordering:after,
	.prdctfltr_wc.prdctfltr_woocommerce i.prdctfltr-down,
	.prdctfltr_wc.prdctfltr_woocommerce i.prdctfltr-up,
	.prdctfltr_wc.prdctfltr_woocommerce i.prdctfltr-down:before,
	.prdctfltr_wc.prdctfltr_woocommerce i.prdctfltr-up:before{
		font-size: 40px;
		font-weight: bold !important;
	}
	#open-prdctfltr + .open-prdctfltr:after{
		content: "\f004";
		color: var(--emeraude);
		font-family: "prdctfltr";
		position: absolute;
		right: 20px !important;
		top: 50% !important;
		transform: translateY(-50%);
	}
	#open-prdctfltr:checked + .open-prdctfltr:after{
		content: "\f005";
	}
	#open-prdctfltr ~ form{
		background: transparent;
		max-height: 0;
		padding: 0;
		transition: .3s;
		overflow: hidden;
	}
	#open-prdctfltr:checked ~ form{
		max-height: 1000px;
		margin-bottom: 10px !important;
		overflow: visible;
	}
	.prdctfltr_woocommerce.prdctfltr_wc.prdctfltr_always_visible form.prdctfltr_woocommerce_ordering[action]{
		display: block !important;
		margin: 0 !important;
	}
	.prdctfltr_wc .prdctfltr_filter_wrapper{
		width: auto;
	}
	.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_mod_row .prdctfltr_filter_inner{
		margin: 0 !important;
	}
	.prdctfltr_wc .prdctfltr_buttons:before,
	.prdctfltr_wc .prdctfltr_buttons:after{
		display: none;
	}
	.prdctfltr_wc .prdctfltr_buttons{
		width: 100%;
		margin: 0 !important;
		padding: 0 !important;
	}
	.prdctfltr_wc.prdctfltr_click_filter span.prdctfltr_reset label{
		font: inherit;
	}
	.prdctfltr_wc .prdctfltr_buttons span.prdctfltr_reset span{
		text-indent: 0;
		padding-left: 40px;
		display: block;
	}
	.prdctfltr_woocommerce_ordering span.prdctfltr_reset span:before,
	.prdctfltr_woocommerce_ordering span.prdctfltr_reset span:after{
		left: 0;
		transform: translateY(-50%) rotate(45deg);
		width: 30px !important;
		border-bottom-width: 3px !important;
	}
	.prdctfltr_woocommerce_ordering span.prdctfltr_reset span:after{
		transform: translateY(-50%) rotate(-45deg);
	}
	.woocommerce .woocommerce-ordering{
		clear: both;
		margin-top: 0 !important;
	}
}
@media (max-width: 600px){
	.sidebar-footer {
		padding-top: 24px;
		padding-bottom: 50px;
		text-align: center;
	}
	.sidebar-sub-footer{
		border-color: #627aa3;
		padding-top: 20px;
		padding-bottom: 35px;
	}
	.site-footer{
		position: relative;
	}
	.sidebar-footer .widget_text p:nth-last-child(1){
		color: var(--selene);
	}
	.sidebar-sub-footer .widget_nav_menu .menu > li:not(:last-child):after{
		border: none;
	}
	#menu-social{
		justify-content: flex-end;
	}
	#menu-social a{
		width: 30px;
	}
	.category .site-content{
		margin-top: 0;
	}
	.category .subcategories .title-block{
		width: 100%;
	}
	.category .category-header{
		background-color: var(--sapin);
		min-height: 120px;
		padding: 0 20px;
		margin: 0 -20px;
	}
	.category .category-header .page-title{
		font-size: 25px;
	}
	.category .category-header img{
		max-height: 53px;
	}
	.footer-subscribe .pk-subscribe-form-wrap{
		width: 100%;
	}
	.footer-subscribe .cs-container .header{
		max-width: 350px;
	}
	.footer-subscribe .pk-subscribe-form-wrap .pk-input-group, .footer-subscribe #mc_embed_signup {
		display: block;
	}
	.footer-subscribe .pk-subscribe-form-wrap input[type="text"]:first-child,
	.pk-subscribe-form-wrap:not(.pk-subscribe-with-name):not(.pk-subscribe-with-bg) button{
		width: 100%;
		max-width: none;
	}
	.footer-subscribe .pk-subscribe-form-wrap input[type="text"]:first-child{
		border-radius: 8px;
		margin-bottom: 8px;
		height: 39px;
	}
	.pk-subscribe-form-wrap:not(.pk-subscribe-with-name):not(.pk-subscribe-with-bg) button{
		border-radius: 8px;
		height: 39px;
	}
	.content-area .post-read{
		text-align: center;
		height: auto;
		white-space: normal;
		font-size: 1.125rem!important;
		line-height: 2rem;
		padding-bottom: 0.625rem;
	}
	.content-area .post-read strong{
		width: 100%;
		float: none;
		background: var(--sapin);
		padding: 0;
		margin-bottom: 0.625rem;
	}
	.woocommerce-account .woocommerce-MyAccount-content{
		padding-right: 10px;
		padding-left: 10px;
	}
	.woocommerce-account .user-info{
		clear: both;
		margin: 0;
		padding-top: 30px;
	}
	.woocommerce-account .user-btns{
		width: 170px;
	}
	.woocommerce-account .contact-us{
		padding-right: 48px;
	}
	.woocommerce-account .contact-us:after{
		display: none;
	}
	.woocommerce-checkout .item .item-header{
		display: block;
	}
	.woocommerce-checkout .item .item-label{
		width: auto;
		margin-bottom: 15px;
	}
	.woocommerce #reviews #comments .star-rating{
		margin-left: auto;
		margin-right: auto;
	}
	.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{
		margin-left: 0;
		text-align: center;
	}
	.woocommerce #reviews #comments ol.commentlist li img.avatar{
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.woocommerce #reviews #comments ol.commentlist li .comment-text{
		margin: 0 -50px !important;
	}
}
@media (max-width: 450px){
	.product-template-default.woocommerce-page.woocommerce.microaventure div.product #tab-description .tab-content .description-content-wrapper > div.description-content{
		width: calc(100% - 134px);
	}
}
@media print{
	.woocommerce-order-details img,
	.button,
	#masthead,
	.woocommerce-breadcrumb-wrapper,
	.entry-header,
	.entry-header + .description,
	.woocommerce-MyAccount-navigation,
	.contact-us,
	.section-footer-posts,
	.site-footer{
		display: none !important;
	}
	.woocommerce-view-order .woocommerce-customer-details + .woocommerce-customer-details{
		width: 50%;
		float: left;
	}
	.woocommerce-view-order .woocommerce table.shop_table tr td,
	.woocommerce-orders .woocommerce table.shop_table tr td,
	.woocommerce-cart .woocommerce table.shop_table tr td{
		padding: 0 !important;
	}
	.woocommerce .related-products-wrapper .button,
	.related.products + .button{
		font-size: 10px;
	}
}
.woocommerce-cart-form{
	position: relative;
	margin-bottom: 150px !important;
}
.woocommerce-cart-form .coupon{
	position: absolute !important;
	right: 38px;
	bottom: -100px;
	height: 73px;
}
@media (max-width: 768px){
	.woocommerce-cart-form .coupon{
		bottom: -200px;
	}
}
.woocommerce-cart-form .coupon label{
	color: #d9eeff !important;
	text-decoration: underline;
	margin-bottom: 8px !important;
	cursor: pointer;
}
.woocommerce-cart-form .coupon #coupon_code{
	height: 41px !important;
	color: var(--tourterelle);
}
.woocommerce:not(.open) .woocommerce-cart-form .coupon #coupon_code,
.woocommerce:not(.open) .woocommerce-cart-form .coupon .button{
	display: none !important;
}
.woocommerce-order-pay .woocommerce table.shop_table{
	border: none;
}
.woocommerce-order-pay .woocommerce table.shop_table th,
.woocommerce-order-pay .woocommerce table.shop_table td{
	background: var(--perle) !important;
}
.related .tags,
.woocommerce ul.products li.product .tags{
	margin-bottom: 0 !important;
}
.related .tags .tag,
.woocommerce ul.products li.product .tags .tag{
	background-color: var(--sapin) !important;
	color: var(--perle) !important;
}
.woocommerce-order-pay #order_review .product-name img{
	display: none;
}
.related.products > h2{
	color: var(--anthracite);
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .woocommerce-product-details__short-description-inner > h2{
	color: var(--anthracite);
	font-size: 36px;
}
.single-post #content, .single-faq #content {
	padding-top: 24px;
}
@media (max-width: 768px){
	/* .woocommerce ul.products.columns-3 {
		justify-content: center;
	} */
	/* .woocommerce ul.products.columns-3 li.product,
	.woocommerce-page ul.products.columns-3 li.product{
		margin-left: auto !important;
		margin-right: auto !important;
	} */
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product form.cart .variations #pa_date{
	display: flex;
	flex-direction: column;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product form.cart .variations label.disabled{
	order: 10;
}
.woocommerce .navbar-follow a.navbar-follow-btn{
	background: var(--anthracite);
}
.captains{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}
.captains .captain{
	width: 382px;
	margin: 0 27px 39px 0;
	display: flex;
	flex-direction: column;
}
.captains .captain:nth-child(3n){
	margin-right: 0;
}
.captains .captain-header{
	height: 102px;
	background: var(--perle);
	color: var(--anthracite);
	font-family: neufile-grotesk-medium;
	font-size: 16px;
	font-weight: 600;
	padding: 23px 11px 0 140px;
	position: relative;
}
.captains .captain-header .attachment-thumbnail{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	position: absolute;
	top: 22px;
	left: 22px;
}
.captains .captain-header .captain-icon{
	position: absolute;
	top: 4px;
	left: 4px;
}
.captains .captain-name{
	font-family: recoleta-semibold;
	font-size: 30px;
}
.captains .captain-body,
.captains .captain-footer{
	background: var(--sapin);
}
.captains .captain-body{
	padding: 49px 19px 3px 24px;
	flex-grow: 2;
}
.captains .captain-footer{
	padding: 29px 19px;
	text-align: center;
}
.captains .captain-body p{
	font-family: neufile-grotesk-medium;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.71;
	letter-spacing: 0.28px;
	color: var(--perle);
}
.captains-helper{
	display: none;
}
a.captains-more{
	font-family: neufile-grotesk-medium;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	color: var(--perle) !important;
	text-decoration: none !important;
	width: 300px;
	max-width: 100%;
	padding: 11px 20px 11px 0;
	display: block;
	margin: 0 auto 40px !important;
	transition: .3s;
}
.captains.captains-all + a.captains-more{
	display: none;
}
.captains.loading + a.captains-more{
	opacity: .5;
	pointer-events: none;
}
a.captains-more:after{
	content: "";
	display: inline-block !important;
	width: 10px;
	height: 10px;
	border-right: solid 2px var(--perle);
	border-bottom: solid 2px var(--perle);
	transform: translate(20px, -3px) rotate(45deg);
}
.captains .captain-footer .button{
	background: var(--perle);
	font-family: neufile-grotesk-medium;
	font-weight: bold;
	letter-spacing: 0.28px;
	color: var(--anthracite);
	text-decoration: none !important;
	padding: 9px 49px;
}
@media (max-width: 1230px){
	.captains{
		justify-content: space-between;
		margin: 0;
	}
	.captains .captain{
		width: 45%;
		margin-right: 0;
	}
}
@media (max-width: 599px){
	.captains .captain{
		width: 100%;
	}
}
.news{
	display: flex;
	overflow: hidden;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	line-height: 21px;
	border-bottom: solid 3px #fdcc56;
	background: var(--perle);
}
.news + .site-footer .footer-subscribe {
	border-top: none;
}
.news-header{
	font-family: recoleta-semibold;
	font-size: 20px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	color: var(--anthracite);
	padding: 25px;
	text-align: center;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	width: 223px;
}
.news-body{
	width: calc(100% - 223px);
	overflow: hidden;
}
.news-item{
	display: inline-block;
	padding: 25px 50px;
}
.news-items{
	white-space: nowrap;
	display: inline-block;
	font-family: neufile-grotesk-medium;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: normal;
	color: var(--anthracite);
	-moz-animation: news 15s linear infinite;
	-webkit-animation: news 15s linear infinite;
	animation: news 60s linear infinite;
}
@-moz-keyframes news{
	from{
		-moz-transform: translateX(0);
	}
	to{
		-moz-transform: translateX(-50%);
	}
}
@-webkit-keyframes news{
	from{
		-webkit-transform: translateX(0);
	}
	to{
		-webkit-transform: translateX(-50%);
	}
}
@keyframes news{
	from {
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	to {
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}
@media (max-width: 768px){
	.news{
		display: block;
	}
	.news-header,
	.news-body{
		width: 100%;
		box-shadow: none;
		padding-bottom: 0;
	}
}
.entry-content .pk-button.pk-button-primary.pk-font-primary{
	margin-top: 8px;
	padding: 10px 40px;
}
.woocommerce-cart-form .coupon{
	display: none;
}
.woocommerce-cart .woocommerce .gtc-cart-gift-card-usage-content{
	justify-content: flex-end;
}
.woocommerce-cart .woocommerce .gtc-cart-gift-card-usage-content input, .woocommerce-cart .woocommerce .gtc-cart-wallet-usage-content input{
	margin-left: 8px !important;
}
.sponsor{
	text-align: right;
	font-family: recoleta-semibold;
	font-weight: 600;
}
.sponsor img{
	vertical-align: middle;
	margin-left: 10px;
}
#message{
	color: #0F9D58;
	font-size: 13px;
	text-align: center;
	display: none;
	padding-top: 15px;
	padding-bottom: 15px;
}
.step-2 #message.show{
	display: block;
}
#message > div:only-child{
	display: none;
}
#message strong{
	font-weight: bold;
}
.woocommerce-cart .woocommerce table.shop_table th.product-price,
.woocommerce-cart .woocommerce table.shop_table td.product-price{
	display: none;
}
.woocommerce-cart .woocommerce table.shop_table tr td.product-name a{
	margin: 8px 0;
	display: block;
}
.early_bird{
	color: var(--neonblue);
}
.promotion{
	color: var(--neonblue);
}
.product-template-default .prices s {
	text-decoration-line: none;
}
.product-template-default .prices s bdi {
	text-decoration-line: line-through;
	text-decoration-skip-ink: none;
}
label.early_bird{
	background-color: #fdcc56;
	color: var(--perle) !important;
}
label.discount{
	color: var(--perle) !important;
}
label.promotion{
	background-color: var(--granny);
	color: var(--anthracite) !important;
}
label.early_bird,
label.promotion,
label.discount{
	text-transform: none !important;
	font-family: neufile-grotesk-medium;
	position: absolute;
	color: var(--perle);
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	line-height: 18px;
	font-size: 12px !important;
	padding: 4px 20px 4px 20px;
	border-radius: 0 0 8px 8px;
	background: var(--neonblue);

}
label.discount {
	display: none !important;
}
/*.swiper-slide .price .discount .woocommerce-Price-amount.amount,
.woocommerce ul.products li.product .price .discount .woocommerce-Price-amount.amount {
	color: var(--neonblue);
}*/
.swiper-slide .price s,
.woocommerce ul.products li.product .price s {
	color: var(--ardoise);
	text-decoration-color: var(--ardoise);
}
.swiper-slide .price s,
.woocommerce ul.products li.product .price s {
	display: none;
}
.swiper-slide .meta .duree,
.woocommerce ul.products li.product .meta .duree {
	font-size: 15px !important;
}
.early_bird + s,
.promotion + s{
	opacity: .5;
	font-size: .9em;
	font-weight: normal;
	margin-left: 8px;
}
.product-name .early_bird,
.product-name .regular,
.product-name .promotion{
	font-size: 14px;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product form.cart .variations label .variation-wrapper .prices{
	font-size: 10px;
	text-align: right;
	line-height: 18px;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product form.cart .variations label .variation-wrapper .prices .price,
.product-template-default.woocommerce-page.woocommerce.microaventure div.product form.cart .quantity-input-wrapper #price .price{
	font-size: 16px;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product form.cart .variations label.disabled .variation-wrapper .prices,
.product-template-default.woocommerce-page.woocommerce.microaventure div.product form.cart .variations label .variation-wrapper .regular{
	opacity: .5;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .cart-wrapper.step-2 .prices{
	display: none;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product form.cart .quantity-input-wrapper #price{
	flex-grow: 2;
	padding-right: 30px;
	font-size: 12px;
	min-width: 150px;
}
@media (max-width: 450px){
	.product-template-default.woocommerce-page.woocommerce.microaventure div.product form.cart .quantity-input-wrapper #price{
		padding-right: 6px;
	}
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product form.cart .quantity-input-wrapper #price > div{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.navbar-offcanvas{
	align-items: start;
}
.navbar-brand h1,
.navbar-brand h2,
.navbar-brand:after{
	font: inherit;
	font-family: recoleta-semibold;
	display: block;
	text-align: center;
	margin-top: 10px;
}
@media (max-width: 1019px){
	.site .navbar-brand:after{
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: 16px;
	}
	.offcanvas-inner{
		height: calc(100vh - 148px);
	}
}
.cart-wrapper form.cart .variations label.disabled .variation-wrapper .waitlist{
	text-align: right;
	/* max-width: 100px; */
	line-height: 1.7;
	/* position: absolute; */
	right: 8px;
	bottom: 8px;
	font-size: 12px;
	flex-shrink: 1;
}
.cart-wrapper.step-2 form.cart .variations label.disabled .variation-wrapper .waitlist,
.cart-wrapper:not(.step-2) form.cart .variations label.disabled .wcwl_elements,
.cart-wrapper form.cart .variations label.disabled input:not(:checked) ~ .wcwl_elements{
	display: none !important;
}
.cart-wrapper form.cart .variations label.disabled .wcwl_elements{
	border-top: none;
	display: flex !important;
	flex-wrap: wrap;
	justify-content: center;
	padding: 20px;
}
.cart-wrapper form.cart .variations label.disabled .wcwl_elements .wcwl_email_elements{
	width: 100%;
}
.bold-item {
	font-weight: 600 !important;
}
.cart-wrapper form.cart .variations label.disabled .wcwl_elements .wcwl_email{
	width: 100%;
	margin: 0;
	padding: 0 16px;
	height: 44px;
	border-radius: 10px;
	margin-bottom: 16px;
}
.cart-wrapper .wcwl_elements a.wcwl_control .woocommerce_waitlist,
.cart-wrapper .wcwl_elements a.wcwl_control .woocommerce_waitlist:hover,
.cart-wrapper form.cart .variations label.disabled .wcwl_elements a.wcwl_control .woocommerce_waitlist{
	background: rgb(251, 189, 0) !important;
	color: rgb(69, 87, 117) !important;
	border: none !important;
	border-radius: 1000px;
	height: 44px !important;
	padding: 0 16px !important;
}
.cart-wrapper form.cart .variations label.disabled .wcwl_elements .wcwl_email_elements:not(.wcwl_hide) ~ a.wcwl_control .woocommerce_waitlist{
	border-radius: 1000px;
	width: 150px;
}
.cart-wrapper .wcwl_elements a.wcwl_control .woocommerce_waitlist:before,
.cart-wrapper form.cart .variations label.disabled .waitlist:before,
.cart-wrapper form.cart .variations label.disabled .wcwl_elements a.wcwl_control .woocommerce_waitlist:before{
	content: "\01f514 ";
}
.cart-wrapper form.cart .variations label.disabled .wcwl_elements .wcwl_notice.woocommerce-message,
.cart-wrapper form.cart .variations label.disabled .wcwl_elements .wcwl_notice.woocommerce-info{
	padding: 0 !important;
	margin: 0 !important;
	background: transparent !important;
	color: inherit !important;
	line-height: 1.2;
	font-weight: normal;
}
.cart-wrapper form.cart .variations label.disabled .wcwl_elements .wcwl_notice.woocommerce-message{
	color: #0f9d58 !important;
	position: relative;
	padding: 9px 24px 8px !important;
	width: 100%;
}
.cart-wrapper form.cart .variations label.disabled .wcwl_elements .wcwl_notice.woocommerce-message p{
	margin: 0;
}
.cart-wrapper form.cart .variations label.disabled .wcwl_elements .wcwl_notice.woocommerce-message:before{
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 50%;
	position: absolute;
	left: -11px;
	top: 50%;
	transform: translateY(-50%);
	background: var(--emeraude);
}
.cart-wrapper form.cart .variations label.disabled .wcwl_elements .wcwl_notice.woocommerce-message:after{
	content: "";
	width: 7px;
	height: 12px;
	border-right: solid 2px var(--perle);
	border-bottom: solid 2px var(--perle);
	position: absolute;
	left: -4px;
	top: 50%;
	margin-top: -1px;
	transform: translateY(-50%) rotate(45deg);
}
.cart-wrapper form.cart .variations label.disabled .wcwl_elements .wcwl_notice_dismiss:before{
	color: #0f9d58;
}
.cart-wrapper form.cart .variations label.disabled .wcwl_elements .wcwl_notice.woocommerce-info a{
	text-decoration: underline;
	color: inherit !important;
}
.cart-wrapper form.cart .variations label.disabled .wcwl_elements .wcwl_notice.woocommerce-info a:hover{
	text-decoration: none;
}
.cart-wrapper form.cart .variations label.disabled .wcwl_elements .wcwl_email_elements[style*="none"] ~ a.wcwl_control .woocommerce_waitlist,
.cart-wrapper form.cart .variations label.disabled .wcwl_elements .wcwl_notice.woocommerce-info:before,
.cart-wrapper form.cart .variations label.disabled .wcwl_elements .wcwl_notice.woocommerce-info:after,
.cart-wrapper form.cart .variations label.disabled .wcwl_elements .wcwl_intro{
	display: none !important;
}
.cart-wrapper form.cart .variations label.disabled .wcwl_elements .spinner{
	height: 28px;
}
@media (max-width: 1019px){
	.cart-wrapper form.cart .variations label.disabled .wcwl_elements{
		margin: 0px 4px 0 12px;
		padding: 11px 20px 11px 22px;
	}
}
@media (max-width: 450px){
	.cart-wrapper form.cart .variations label.disabled .wcwl_elements .wcwl_email_elements{
		width: 100% !important;
	}
	.cart-wrapper form.cart .variations label.disabled .wcwl_elements .wcwl_email{
		border-right-width: 1.6px;
		border-radius: 10px;
		margin-bottom: 10px;
	}
	.cart-wrapper form.cart .variations label.disabled .wcwl_elements a.wcwl_control .woocommerce_waitlist{
		border-radius: 30px !important;
	}
	.cart-wrapper form.cart .variations label.disabled .wcwl_elements{
		padding: 11px 11px 11px 13px;
	}
	.cart-wrapper form.cart .variations label.disabled .wcwl_elements .wcwl_email,
	.cart-wrapper form.cart .variations label.disabled .wcwl_elements .wcwl_email_elements:not(.wcwl_hide) ~ a.wcwl_control .woocommerce_waitlist{
		width: 275px;
		margin-left: auto;
		margin-right: auto;
	}
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .product-meta{
	position: relative;
	z-index: 2;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .product-meta .info{
	display: inline-block;
	height: 15px;
	width: 15px;
	cursor: pointer;
	background: url(images/product/info.png) center center/contain no-repeat;
	vertical-align: middle;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .product-meta .info:not(:hover) + .popup{
	display: none;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .product-meta .info + .popup{
	position: absolute;
	top: calc(100% - 10px);
	right: 0;
	width: 350px;
	background: var(--souris);
	padding: 10px 20px;
	text-align: center;
	cursor: default;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .product-meta .info + .popup .popup-title{
	font-size: 20px;
	margin-bottom: 6px;
	color: var(--sapin);
	display: none;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .product-meta .info + .popup:before{
	content: "";
	border: solid 8px transparent;
	border-bottom: solid 16px var(--souris);
	position: absolute;
	left: 50%;
	top: -24px;
	transform: translateX(-50%);
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .product-meta .info + .popup p{
	color: var(--sapin);
	font-family: neufile-grotesk-medium;
	font-weight: normal;
	font-size: 13px;
	margin: 0;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .product-meta .info + .popup .popup-close{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 16px;
	height: 16px;
	display: none;
	cursor: pointer;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .product-meta .info + .popup .popup-close:before,
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .product-meta .info + .popup .popup-close:after{
	content: "";
	width: 16px;
	position: absolute;
	left: 50%;
	top: 50%;
	border-top: solid 1px var(--sapin);
	transform: translate(-50%, -50%) rotate(45deg);
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product .product-meta .info + .popup .popup-close:after{
	transform: translate(-50%, -50%) rotate(-45deg);
}
@media (max-width: 768px){
	.product-template-default.woocommerce-page.woocommerce.microaventure div.product .product-meta .info:focus{
		pointer-events: none;
	}
	.product-template-default.woocommerce-page.woocommerce.microaventure div.product .product-meta .info + .popup{
		top: calc(100% - 20px);
		right: -16px;
		left: -16px;
		width: auto;
		text-align: left;
	}
	.product-template-default.woocommerce-page.woocommerce.microaventure div.product .product-meta .info:focus + .popup .popup-close,
	.product-template-default.woocommerce-page.woocommerce.microaventure div.product .product-meta .info + .popup .popup-title{
		display: block;
	}
	.product-template-default.woocommerce-page.woocommerce.microaventure div.product .product-meta .info + .popup:before{
		display: none;
	}
}
table.shop_table tr.woocommerce-shipping-totals td label{
	font-size: 0;
}
table.shop_table tr.woocommerce-shipping-totals td ul#shipping_method li{
	margin: 0;
}
table.shop_table tr.woocommerce-shipping-totals td form,
table.shop_table tr.woocommerce-shipping-totals td p{
	display: none;
}
table.shop_table tr.cart-subtotal td {
	font-weight: 700 !important;
}

table.shop_table tr.insurance td {
	font-size: 14px !important;
	color: #999999 !important;
	font-weight: 500 !important;
}

table.shop_table tr.insurance th {
	font-size: 14px !important;
	color: #999999 !important;
	font-weight: 500 !important;
}

table.shop_table tr.cart-subtotal th,
table.shop_table tr.order-total th{
	font-size: 14px !important;
	font-weight: 700 !important;
}
.woocommerce-cart .woocommerce .cart_totals table.shop_table tbody tr th,
.woocommerce-cart .woocommerce .cart_totals table.shop_table tbody tr td{
	font-family: 'neufile-grotesk-medium';
}
table.shop_table tr td:before{
	font-size: 16px;
	font-weight: 700;
}
table.shop_table tr.woocommerce-shipping-totals,
table.shop_table tr.order-tax{
	background: none;
}
table.shop_table tr.order-tax{
	opacity: .7;
}
.woocommerce-checkout .order_review .woocommerce-checkout-review-order-table tfoot tr.order-tax th,
.woocommerce-checkout .order_review .woocommerce-checkout-review-order-table tfoot tr.order-tax td,
table.shop_table tr.order-tax th,
table.shop_table tr.order-tax td,
table.shop_table tr.order-tax td:before,
table.shop_table tr.order-tax td .woocommerce-Price-amount{
	font-size: 13px !important;
	font-weight: 500 !important;
}
.woocommerce-checkout .order_review .woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals th,
.woocommerce-checkout .order_review .woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td,
table.shop_table tr.woocommerce-shipping-totals th,
table.shop_table tr.woocommerce-shipping-totals td:before,
table.shop_table tr.woocommerce-shipping-totals td .woocommerce-Price-amount{
	font-size: 14px !important;
	font-weight: 500 !important;
}
@media (max-width: 768px){
	table.shop_table tr.woocommerce-shipping-totals td .woocommerce-Price-amount{
		display: inline-block;
		transform: translateY(3px);
	}
}
#secondary{
	margin-top: 50px;
}
.product-type-simple .quantity{
	display: none;
}
.woocommerce div.product-type-simple form.cart .single_add_to_cart_button[name="add-to-cart"]{
	margin: 20px auto !important;
	display: block;
	max-width: 275px;
	float: none !important;
	background: var(--menthe);
	border: solid 1px var(--menthe);
	color: var(--anthracite) !important;
	min-width: 80%;
}
.woocommerce div.product-type-simple form.cart .single_add_to_cart_button[name="add-to-cart"]:hover{
	background: var(--perle);
}
.woocommerce div.product-type-simple .product_title{
	font-size: 30px;
}
#content div.product-type-simple .price,
#content div.product-type-simple p{
	font-family: neufile-grotesk-medium;
}
.woocommerce-cart .woocommerce .wc-proceed-to-checkout a.checkout-button.alt{
	margin: 0;
}
.shipping-cost-note{
	text-align: center;
	font-family: 'neufile-grotesk-medium';
	font-size: 12px;
	margin: 0px 10px 10px;
}
.product-type-simple .wcwl_intro p{
	color: var(--perle);
}
.product-type-simple .wcwl_intro:before{
	display: none;
}
.woocommerce-error{
	line-height: normal !important;
}
.woocommerce-error li{
	margin: 4px 0 !important;
}
.woocommerce-error li a{
	color: var(--sapin) !important;
	text-decoration: underline !important;
}
.woocommerce-error li a:hover{
	text-decoration: none !important;
}
.woocommerce-checkout h3 .woocommerce-form__label-for-checkbox,
.woocommerce-checkout h3 .woocommerce-form__label-for-checkbox span{
	font: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: inherit;
}
.woocommerce-checkout .woocommerce-form__label-for-checkbox .input-checkbox + span{
	vertical-align: middle;
	text-align: left;
	display: inline-block !important;
	text-transform: none !important;
}
.woocommerce-error::before{
	top: 50% !important;
	transform: translateY(-50%);
}
.prdctfltr_product_cat.prdctfltr_text .prdctfltr_regular_title,
.prdctfltr_wc .prdctfltr_filter.prdctfltr_product_cat.prdctfltr_text:after{
	display: none;
}
.prdctfltr_wc .prdctfltr_filter.prdctfltr_product_cat.prdctfltr_text label{
	background: transparent !important;
	border: none;
	color: #c4c4c4;
	padding: 21px 29px 21px 29px;
	margin-left: 29px;
	position: relative;
}
.prdctfltr_wc .prdctfltr_filter.prdctfltr_product_cat.prdctfltr_text label span{
	font-weight: inherit;
}
.prdctfltr_wc .prdctfltr_filter.prdctfltr_product_cat.prdctfltr_text .prdctfltr_add_scroll{
	box-shadow: none !important;
}
.prdctfltr_wc .prdctfltr_filter.prdctfltr_product_cat.prdctfltr_text label:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 7px;
	width: 7px;
	height: 12px;
	border-right: solid 1px var(--perle);
	border-bottom: solid 1px var(--perle);
	transform: translateY(-50%) rotate(45deg);
	opacity: 0;
	transition: .3s;
	z-index: 2;
}
.prdctfltr_wc .prdctfltr_filter.prdctfltr_product_cat.prdctfltr_text label.prdctfltr_active:before{
	opacity: 1;
}
.prdctfltr_wc .prdctfltr_filter.prdctfltr_product_cat.prdctfltr_text label:after{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 22px;
	height: 22px;
	border-radius: 4px;
	border: solid 1px #c4c4c4;
	transform: translateY(-50%);
	transition: .3s;
}
.prdctfltr_wc .prdctfltr_filter.prdctfltr_product_cat.prdctfltr_text label:hover:after,
.prdctfltr_wc .prdctfltr_filter.prdctfltr_product_cat.prdctfltr_text label.prdctfltr_active:after{
	border-color: var(--emeraude);
	background: var(--emeraude);
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product form.cart .variations label .variation-wrapper{
	line-height: 19px;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product form.cart .variations label .variation-wrapper div:first-child {
	flex-shrink: 0;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product form.cart .variations label .quantity{
	font-size: 10px;
}
.product-template-default.woocommerce-page.woocommerce.microaventure div.product form.cart .variations label .quantity:not(.confirmed){
	color: var(--sapin);
}
@media (max-width: 768px){
	.product-template-default.woocommerce-page.woocommerce.microaventure div.product form.cart .variations label .quantity{
		font-size: 10px;
	}
}
.related .meta:after,
.archive-list .meta:after,
.woocommerce ul.products li.product .meta:after{
	content: "";
}
.related .meta label,
.archive-list .meta label,
.woocommerce ul.products li.product label{
	display: inline-block;
}
.related .meta label:after,
.archive-list .meta label:after,
.woocommerce ul.products li.product .meta label:after{
	content: " : ";
}
.related .variations .items .item.max-qty-0,
.archive-list .variations .items .item.max-qty-0,
.woocommerce ul.products li.product .variations .items .item.max-qty-0{
	color: var(--anthracite);
}
.related .variations .items .item.max-qty-0 .max-qty,
.archive-list .variations .items .item.max-qty-0 .max-qty,
.woocommerce ul.products li.product .variations .items .item.max-qty-0 .max-qty{
	color: var(--anthracite);
}
.woocommerce ul.products li.product .variations .items .item.max-qty-0 .date{
	color: var(--ardoise);
}
.related .meta,
.woocommerce ul.products li.product .meta{
	min-height: 40px;
	margin-top: auto;
}
.related .variations .items .item .max-qty,
.archive-list .variations .items .item .max-qty,
.woocommerce ul.products li.product .variations .items .item .max-qty{
	font-weight: 500;
	font-family: neufile-grotesk-medium;
}
@media (max-width: 768px){
	.archive-list .variations,
	.woocommerce ul.products li.product .variations{
		margin-left: 24px;
		margin-right: 24px;
	}
}
.related .meta label,
.archive-list .meta label,
.woocommerce ul.products li.product label{
	text-transform: uppercase;
}
@media (min-width: 1020px){
	.header-large .navbar-bottombar .navbar-brand{
		opacity: 1;
	}
}
#masthead .navbar-brand:after{
	display: none;
}
.woocommerce-cart-form{
	margin-bottom: 50px !important;
}

@media (max-width: 1019px){
	.woocommerce-cart .woocommerce{
		display: flex;
		flex-direction: column;
	}
	.woocommerce-cart .cart-collaterals{
		order: 1;
	}
}
/* checkout coupon */
.wt_coupon_wrapper,
.woocommerce-form-coupon-toggle,
.gtc-form-wrapper .woocommerce-info{
	display: none;
}
.woocommerce-checkout #customer_details{
	margin-bottom: 0;
}
.woocommerce-checkout .woocommerce .gtc-checkout-wallet-usage-content label,
.woocommerce-checkout .woocommerce .gtc-checkout-gift-card-usage-content label{
	display: inline-block !important;
	font-family: neufile-grotesk-medium;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: normal;
	color: var(--anthracite);
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
.woocommerce-checkout .woocommerce .gtc-checkout-wallet-usage-wrapper,
.woocommerce-checkout .woocommerce .gtc-checkout-gift-card-usage-wrapper{
	clear: both;
	float: none;
	padding: 16px 19px;
	/* margin-bottom: 30px; */
	background: var(--perle);
}
.woocommerce-checkout .woocommerce .gtc-checkout-wallet-usage-content,
.woocommerce-checkout .woocommerce .gtc-checkout-gift-card-usage-content{
	display: block;
	float: none;
	padding: 0 !important;
	margin: 0;
}
.woocommerce-checkout .woocommerce .gtc-checkout-gift-card-usage-form{
	display: flex;
	position: relative;
	margin: 0 0 0 auto;
	justify-content: flex-end;
	align-items: center;
	max-width: 630px;
}
.woocommerce-checkout .woocommerce .gtc-checkout-wallet-usage-content .gtc-checkout-wallet-usage-amount,
.woocommerce-checkout .woocommerce .gtc-checkout-gift-card-usage-content .gtc-checkout-gift-card-code{
	display: inline-block;
	border: solid 2px var(--selene);
	border-radius: 14px;
	float: none;
	margin: 0 0 0 10px;
	background: transparent;
	line-height: 27px;
	padding: 5px 40px 5px 17px;
	width: 274px;
	max-width: 100%;
}
.woocommerce-checkout .woocommerce .gtc-checkout-wallet-usage-content .gtc-checkout-wallet-usage-btn,
.woocommerce-checkout .woocommerce .gtc-checkout-gift-card-usage-content .gtc-checkout-gift-card-usage-btn{
	/* position: absolute; */
	width: 41px !important;
	height: 41px;
	overflow: hidden;
	/* border-left: solid 2px var(--selene);
	border-radius: 0; */
	/* right: 0;
	bottom: 0;
	background: transparent; */
	padding: 0;
	border: 2px solid var(--selene);
	border-radius: 0 12px 12px 0;
	background: var(--selene);
	margin-left: -41px;
}
.woocommerce-checkout .woocommerce .gtc-checkout-wallet-usage-content .gtc-checkout-wallet-usage-btn:before,
.woocommerce-checkout .woocommerce .gtc-checkout-gift-card-usage-content .gtc-checkout-gift-card-usage-btn:before{
	content: "";
	display: block;
	width: 6px;
	height: 12px;
	margin: 12px 14px 100px;
	border-right: solid 2px var(--anthracite);
	border-bottom: solid 2px var(--anthracite);
	transform: rotate(45deg);
}
.woocommerce-checkout .woocommerce .gtc-checkout-wallet-usage-content label,
.woocommerce-checkout .woocommerce .gtc-checkout-gift-card-usage-content label{
	display: inline-block !important;
	font-family: neufile-grotesk-medium;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: normal;
	color: var(--anthracite);
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
@media (max-width: 768px){
	.woocommerce-checkout .woocommerce .gtc-checkout-gift-card-usage-form{
		display: block;
	}
	.woocommerce-checkout .woocommerce .gtc-checkout-wallet-usage-content label,
	.woocommerce-checkout .woocommerce .gtc-checkout-gift-card-usage-content label{
		text-align: center;
		font-size: 16px;
		margin-bottom: 15px;
	}
	.woocommerce-checkout .woocommerce .gtc-checkout-gift-card-usage-content .gtc-checkout-gift-card-code{
		width: 100%;
	}
}
@media (min-width: 769px){
	.woocommerce-checkout .woocommerce > .woocommerce-error,
	.woocommerce-checkout .woocommerce > .woocommerce-info,
	.woocommerce-checkout .woocommerce > .woocommerce-message{
		width: 66%;
	}
}
/* /checkout coupon */
.gtc-cart-gift-card-code,
.gtc-cart-gift-card-code + .gtc-form-btn,
.gtc-cart-gift-card-code + .gtc-form-btn:before,
.gtc-checkout-gift-card-code,
.gtc-checkout-gift-card-code + .gtc-form-btn,
.gtc-checkout-gift-card-code + .gtc-form-btn:before{
	transition: .3s !important;
}
.gtc-cart-gift-card-code:not(:placeholder-shown),
.gtc-cart-gift-card-code:not(:placeholder-shown) + .gtc-form-btn,
.gtc-cart-gift-card-code:not(:placeholder-shown) + .gtc-form-btn:before,
.gtc-checkout-gift-card-code:not(:placeholder-shown),
.gtc-checkout-gift-card-code:not(:placeholder-shown) + .gtc-form-btn,
.gtc-checkout-gift-card-code:not(:placeholder-shown) + .gtc-form-btn:before{
	border-color: var(--sapin) !important;
}
.woocommerce-cart .woocommerce .cart_totals table.shop_table tr td[data-title^="Code"] a,
#order_review .gtc-checkout-remove-gift-card-code{
	display: block;
	width: 11px;
	margin-left: auto;
	overflow: hidden;
	color: inherit;
}
.woocommerce-cart .woocommerce .cart_totals table.shop_table tr td[data-title^="Code"] a:before,
#order_review .gtc-checkout-remove-gift-card-code:before{
	content: "\f1f8";
	font: normal normal normal 14px/1 FontAwesome;
	margin-right: 100px;
}
.woocommerce-cart .woocommerce .cart_totals table.shop_table tr td[data-title^="Code"]:before,
.woocommerce-cart .woocommerce .cart_totals table.shop_table tr th,
#order_review th{
	white-space: normal;
	overflow-wrap: break-word;
	text-align: left;
	font-weight: normal;
	max-width: 60vw;
}
.woocommerce-cart .woocommerce .cart_totals table.shop_table tr th{
	width: calc(100% - 100px);
}
@media (max-width: 768px){
	.woocommerce-cart .woocommerce .cart_totals table.shop_table tr td[data-title^="Code"]{
		padding-left: calc(60% + 19px);
	}
	.woocommerce-cart .woocommerce .cart_totals table.shop_table tr td[data-title^="Code"]:before{
		content: attr(data-title);
		max-width: 60%;
	}
	#order_review td{
		text-align: right;
	}
}
/* search page */
.search-results .site-primary .site-content{
	background: var(--argent);
}
.search-results .post-inner .entry-header,
.search-results .post-inner .entry-excerpt,
.search-results .post-inner .entry-details{
	margin-left: 31px;
	margin-right: 29px;
}
.search-results .archive-list .post-inner .post-categories,
.search-results .archive-list .post-inner .post-categories li{
	margin-bottom: 8px;
}

.entry-summary .before-single-title {
	display:none;
}
/* /search page */
p.privatiser_text {
	font-family: neufile-grotesk-light;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	margin: 0 15px;
	color: var(--anthracite);
}

.swiper-slide {
	background: var(--perle);
	border-radius: 8px;
	overflow: hidden;
	height: unset !important;
	width: fit-content;
}
.swiper-slide h2.woocommerce-loop-product__title {
	font-size: 24px !important;
}
@media (max-width: 1199px) {
	.swiper-slide h2.woocommerce-loop-product__title {
		font-size: 21px !important;
	}
}
@media (max-width: 1019px) {
	.swiper-slide h2.woocommerce-loop-product__title {
		font-size: 18px !important;
	}
	.related .swiper-slide .meta > div.duree, .related .swiper-slide .meta > div.price {
		font-size: 12px !important;
	}
}
@media (max-width:912px) {
	.related .variations {
		font-size: 12px;
	}
	.related .variations .items .item {
		font-size: 10px;
	}
}

.related .read-more {
	display:none;
}

.related .tags {
	line-height: 22px;
	font-family: neufile-grotesk-medium;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	position: relative !important;
	bottom: 12px !important;
}

.related h2.woocommerce-loop-product__title {
	text-align: left !important;
}

.related .woocommerce-loop-product__title{
	font-size: 24px;
	padding: 12px 0px;
	margin: 0 22px !important;
}

.related .country.France {
	display:none;
}

.swiper-button-next, .swiper-button-prev {
	z-index: 1 !important;
	width: 41px !important;
	height: 41px !important;
	border-radius: 50% !important;
	background: var(--sapin) !important;
	box-shadow: 0 10px 20px 0 rgb(0 0 0 / 20%) !important;
}
.swiper-button-next:before, .swiper-button-prev:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-3px, -50%) rotate(-135deg);
	width: 10px;
	height: 10px;
	border-right: solid 2px var(--perle);
	border-top: solid 2px var(--perle);
}

.swiper-button-next:before{
	transform: translate(3px, -50%) rotate(45deg);
	left: auto;
	right: 50%;
}

.swiper-button-next:after, .swiper-button-prev:after {
	display: none;
}

.swiper-slide img {
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center;
	transform: scale(1);
	transition: transform .32s ease-out;
}

.swiper-slide .wc-overlay-background:hover {
	transform: scale(1.04);
	transition: transform .32s ease-in;
}

.swiper-slide-content {
	position: absolute;
	background: var(--perle);
}

.swiper-slide .wc-overlay-background {
	position: relative;
	margin-bottom: 0.5rem;
	max-width: 100%;
	border-radius: 8px 8px 0 0;
	transform: scale(1);
	transition: transform .32s ease-out;
}

.swiper-slide .tags, .woocommerce-product-entry-summary-outer .tags{
	display:none;
}
.accroche {
	margin-top: 16px;
}

@media (max-width: 768px) {
	.related .swiper {
		margin: 0 ;
	}
}

.related .swiper {
	background-color: var(--argent);
	box-shadow: none;
}

.related .swiper-slide {
	box-shadow: none !important;
	display: flex;
}

.emoji {
	max-width: 12px !important;
}

[data-star] {
	text-align:left;
	font-style:normal;
	display:inline-block;
	position: relative;
	unicode-bidi: bidi-override;
	font-size: 16px;
	margin-bottom:16px;
	margin-right: 10px;
}
[data-star]::before {
	display:block;
	content: '★★★★★';
	color: #ddd;
}
[data-star]::after {
	white-space:nowrap;
	position:absolute;
	top:0;
	left:0;
	content: '★★★★★';
	width: 0;
	color: #ffc404;
	overflow:hidden;
	height:100%;
}

.avis_verifie_link {
	font-family: 'neufile-grotesk-light';
	font-style: normal;
	font-weight: 300;
	font-size: 11px;
	line-height: 13px;

	color: var(--perle);
}

.avis_verifie_link:hover {
	text-decoration: underline !important;
	color: var(--perle);
}

/*Panda - banner for CC product card*/
/* .woocommerce ul.products li.product.post-91125 a .wc-overlay-background::before {
	content: "À offrir";
	text-transform: uppercase;
	position: absolute;
	left: -36px;
	top: 26px;
	transform: rotate(-45deg);
	background: var(--sapin);
	color: var(--perle);
	padding: 4px 40px;
	font-family: 'neufile-grotesk-medium';
	font-size: 14px;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
	z-index: 2;
}
*/
/*Force standard height for special desc on CC product card*/
.woocommerce ul.products li.product.post-91125 .variations-0 {
	height: 95px;
	flex-grow: 0;
}

/*Panda - banner for Nouveautés products*/
ul.products li.product.product_cat-nouveautes a .wc-overlay-background::before,
.swiper-slide li.product.product_cat-nouveautes a .wc-overlay-background::before {
	content: "Nouveauté";
	position: absolute;
	bottom: 0;
	background: var(--neonblue);
	color: var(--perle);
	padding: 6px 12px 6px 12px;
	left: 50%;
	transform: translateX(-50%);
	font-family: 'neufile-grotesk-medium';
	line-height: initial;
	font-size: 12px;
	font-weight: 500;
	z-index: 2;
	border-radius: 8px 8px 0 0;
}

.home_header {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 84vh;
	margin-bottom: 16px;
}


@media (max-width: 761px) {
	.home_header {
		min-height: 80vh !important;
	}
	#bgimg {
		min-height: 80vh !important;
	}
	.overlay {
		min-height: 80vh !important;
	}
}

#bgimg {
	background: url(/wp-content/themes/stevenson/images/home_header/winter_header.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	height: 100%;
	width: 100%;
	z-index: 0;
	opacity: 1;
	min-height: 84vh;
}

.overlay {
	background: linear-gradient(180deg, rgba(13, 21, 34, 0.64) 0%, rgba(13, 21, 34, 0) 100%),linear-gradient(0deg, rgba(13, 21, 34, 0.64) 0%, rgba(13, 21, 34, 0) 100%);
	width: 100%;
	height: 100%;
	min-height: 84vh;
}

#tab-description .tab-sidebar.blue {
	padding: 8px 24px;
	background-color: var(--celeste);
}
#tab-description .tab-sidebar.blue h3,
#tab-description .cmc .cmc-li h4 {
	color: var(--anthracite) !important;
}
#tab-description .cmc .cmc-li h4 {
	font-size: 15px;
	font-family: 'neufile-grotesk-medium';
	margin-bottom: auto;
}
#tab-description .tab-sidebar.blue h3 {
	font-size: 24px;
	font-family: recoleta-semibold;
	margin-bottom: 16px;
	padding-bottom: 8px;
	border-bottom: 1px solid var(--anthracite);
	text-transform: none;
	padding: 8px 0 !important;
}
#tab-description .cmc .cmc-li {
	border-left: 1px solid white;
	padding-left: 8px;
}
#tab-description .cmc .cmc-li p {
	color: var(--anthracite);
}
#tab-description .cmc .cmc-li:last-child {
	border-left: solid 1px var(--anthracite);
}

.site-primary-home, .home-site-inner {
	background-color: var(--argent);
}

.swiper_homepage_title {
	font-family: recoleta-semibold;
	font-style: normal;
	font-weight: 600;
	font-size: 32px;
	line-height: 110%;
	color: var(--anthracite);
	display: inline;
}

.link_all_sejour {
	font-family: 'neufile-grotesk-medium';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 110%;
	text-decoration-line: underline;
	color: var(--sapin);
	left: 64px;
	top: 8px;
	position: relative;
}

.swiper_homepage_title_englobe {
	margin-bottom: 16px;
}

.woocommerce-pagination {
	margin-top: 0 !important;
	margin-bottom: 24px;
}

.navbar-banner {
	position: relative;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: var(--sapin);
	height: 32px;
	align-items: center;
	width: 100%;
	z-index: 1;
}

.navbar-banner.top .banner-links {
	max-width: unset !important;
	justify-content: left;
}

.navbar-banner.top .active {
	text-decoration: underline;
}

.navbar-banner.bottom {
	background-color: transparent;
}

.sticky-nav .navbar-banner.bottom {
	background: var(--sapin) !important;
}

.navbar-banner.bottom .banner-links a {
	color: var(--perle) !important;
}

.navbar-banner.bottom .banner-links {
	color: var(--perle) !important;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.5), 0 0 24px rgba(0, 0, 0, 0.3) !important;
}

.navbar-banner.bottom a {
	text-decoration: underline;
}

.banner-links {
	max-width: 1200px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 13px;
}

.banner-links .sm-desktop-only {
	display: none;
}

@media (min-width: 375px) {
	.banner-links .sm-desktop-only {
		display: inline-flex;
	}
}

.banner-links .sm-mobile-only {
	display: none;
}

@media (max-width: 375px) {
	.banner-links .sm-mobile-only {
		display: inline-flex;
	}
}

.banner-links.justify-start {
	justify-content: flex-start;
}

.navbar-banner .custom-mobile-only {
	display: none;
}

@media (max-width: 750px) {
	.navbar-banner .custom-mobile-only {
		display: block;
	}
	.navbar-banner {
		height: fit-content;
	}
}

.banner-links p {
	color: var(--perle) !important;
	font-family: neufile-grotesk-light;
	font-style: normal;
	font-weight: 600;
	font-size: 13px;
	line-height: 1.5;
	text-wrap: balance;
	align-items: center;
	margin-bottom: 0;
	text-align: center;
}

.banner-links ul {
	list-style: none;
	display: flex;
	align-items: center;
	padding-left: 0 !important;
	margin: 0 !important;
}

.banner-links li:not(:first-child):before {
	content: " | ";
	color: var(--tourterelle) !important;
	margin-left: 16px;
	margin-right: 16px;
}

.banner-links a {
	color: var(--tourterelle) !important;
	font-family: neufile-grotesk-medium;
	font-style: normal;
	font-size: inherit;
	line-height: inherit;
	align-items: center;
}

.navbar-banner.top {
	height: 38px;
}

.banner-links a:hover {
	color: #FFFFFF !important;
}

.banner-links .active {
	font-family: neufile-grotesk-medium;
	color: var(--perle) !important;
	text-decoration: underline;
}

@media (max-width: 530px) {
	.navbar-banner.top .banner-links {
		padding-left: 6px;
		padding-right: 6px;
	}
	.navbar-banner.top .banner-links li {
		font-size: 11px;
	}
}

@media (max-width: 780px) {
	.banner-links li:not(:first-child):before {
		margin-left: 8px;
		margin-right: 8px;
	}
	.woocommerce-products-header .page-title {
		font-size: 40px;
	}
	.search-results .woocommerce-products-header .page-title {
		font-size: 40px;
	}
	.custom-join-us-header {
		display: none !important;
	}
}

.custom-join-us-header {
	max-width: 1200px;
	width: 100%;
	display: block;
	padding: 0 20px;
	margin: 12px auto 0;
	display: none;
}

.custom-join-us-header .profile-picture-container img {
	width: 40px;
	height: 40px;
	border: 1px solid var(--perle);
	border-radius: 50%;
}

.custom-join-us-header .profile-picture-container img:not(:first-child) {
	margin-left: -14px;
}

.custom-join-us-header .profile-picture-container  {
	display: inline-block;
}

.custom-join-us-header p {
	color: var(--perle);
	display: inline-block;
	margin-left: 16px;
	font-family: 'neufile-grotesk-light';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0.5px;
}

.interested-peoples {
	text-align: center;
}

.interested-peoples .profile-picture-container img {
	width: 16px;
	height: 16px;
	border-radius: 50%;
}

.interested-peoples .profile-picture-container img:not(:first-child) {
	margin-left: -12px;
}

.interested-peoples .profile-picture-container  {
	display: none;
}

.interested-peoples p {
	color: var(--anthracite);
	display: inline-block;
	font-family: 'neufile-grotesk-medium';
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 32px;
	letter-spacing: 0.5px;
	margin-bottom: 0 !important;
}

.home_header .navbar-wrap .cs-icon-heart::before {
	color: var(--perle);
}

.home_header .sticky-nav > .navbar-wrap .cs-icon-heart::before {
	color: var(--anthracite);
}

.cs-icon-heart::before {
	content: "\e909";
	display: inline-block;
	font-family: tinvwl-webfont !important;
	speak: never;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 28px;
	color: var(--anthracite);
}

.cs-icon-burger {
	display: inline-block;
	vertical-align: bottom;
}

/* Alvin : Sticky nav is only used on homepage */

.sticky-nav {
	background-color: var(--perle);
	color: var(--anthracite) !important;
}

.home_header .sticky-nav > .navbar-wrap li a {
	color: var(--anthracite) !important;
}

.home_header .sticky-nav > .navbar-wrap .cs-icon {
	filter: none !important;
}

.home_header .navbar-wrap .navbar-brand img {
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.home_header .sticky-nav > .navbar-wrap .navbar-brand img {
	filter: none !important;
}

.home_header .sticky-nav > .navbar-wrap .cs-icon {
	filter: none !important;
}

.register-button-container,
.login-button-container {
	text-align: center;
}

/*Panda - adjust colors of transparent menu for current home header design*/
body.home nav.navbar:not(.sticky-nav) .navbar-content li a {
	color: var(--perle) !important;
}
.home nav.navbar:not(.sticky-nav) .sub-menu {
	background: transparent;
	top: -1rem;
}
.home nav.navbar:not(.sticky-nav) ul.navbar-nav > li > .sub-menu {
	-webkit-backdrop-filter: blur(24px) brightness(1.04);
	backdrop-filter: blur(24px) brightness(1.04);
}
.home nav.navbar:not(.sticky-nav) .sub-menu a {
	font-weight: bold;
}

/* Alvin : Make logo smaller on homepage */

.home_header .navbar-brand img {
	max-height: 60px;
	width: auto;
	object-fit: contain;
}

/* Alvin : Make logo bigger on other pages */

.navbar-brand img {
	max-height: 48px;
	width: auto;
	object-fit: contain;
}

.swiper-button-next, .swiper-button-prev {
	background-color: var(--perle) !important;
}

.swiper-button-next::before, .swiper-button-prev::before {
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.swiper_homepage_title_englobe {
	display: flex;
	align-items: center;
}

.swiper_homepage_title {
	margin-bottom: 0;
}

.swiper-arrows {
	margin-left: auto;
	margin-right: 8px;
}

.header_avis_verifie {
	margin-top: 24px;
}

.row_avis_verifie .swiper-button-next, .row_avis_verifie  .swiper-button-prev {
	position: absolute !important;
	top: 50% !important;
}

.row_avis_verifie .swiper-pagination {
	bottom: 24px;
}

.bloc_avis_verifie .header_avis_verifie {
	text-align: center;
}

.bloc_avis_verifie .content_avis_verifie {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 48px auto;
}

.bloc_avis_verifie .row_avis_verifie {
	display: flex;
	width: 48%;
}

.inslider_avis_verifie_stars {
	display: flex;
	justify-content: center;
	margin-top: 32px;
}

.inslider_avis_verifie_content {
	text-align: center;
	color: var(--anthracite);
	padding: 0 4px;
	font-family: 'neufile-grotesk-medium';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
}

.inslider_avis_verifie_author {
	display: flex;
	justify-content: center;
	text-align: left;
	color: var(--anthracite);
	font-family: 'neufile-grotesk-medium';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
}

.inslider_avis_verifie_bloc_author {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 16px;
	align-content: space-around;
	width: 100%;
}

.swiper-pagination-bullet {
	background: var(--ocean) !important;
}

.swiper-pagination-bullet-active {
	background: var(--sapin) !important;
}

.inslider_avis_verifie_author_img {
	border-radius: 67px;
	padding: 40px;
	background-size: cover;
	background-position: center;
	margin-right: 20px;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 24px;
}

/* Inspiration Container and Elements styles */

.inspiration-container {
	margin-top: 79px;
}

.inspiration-container .swiper_homepage_title {
	font-size: 40px;
}

.inspiration-container .swiper {
	margin-top: 22px;
}

.inspiration-header {
	display: flex;
	align-items: baseline;
}

.inspiration-see-more {
	white-space: nowrap !important;
	background: var(--anthracite);
	border-radius: 30px;
	margin-left: auto;
	margin-right: auto !important;
	max-height: 40px;
	height: 40px;
	display: flex;
	padding: 20px !important;
	font-family: 'neufile-grotesk-medium';
	font-weight: 600;
	font-size: 13px;
	line-height: 27px;
	align-items: center;
	text-align: center;
	letter-spacing: 1px;
	color: var(--perle);
	margin-top: 24px;
	margin-bottom: 24px;
	width: 275px;
	justify-content: center;
}

/* Inspiration Swiper Styles */

.swiper-button-prev-inspiration, .swiper-button-next-inspiration {
	cursor: pointer;
	position: absolute !important;
	top: 94.5% !important;
	width: 48px !important;
	height: 48px !important;
	margin-top: 0 !important;
	z-index: 2 !important;
	border-radius: 50% !important;
	background: var(--granny) !important;
	box-shadow: 0 10px 20px 0 rgb(0 0 0 / 20%) !important;
	margin-right: 24px;
	margin-left: 24px;
}

.swiper-button-next-inspiration:before,
.swiper-button-prev-inspiration:before {
	top: 50% !important;
	content: "";
	position: absolute;
	transform: translate(-3px, -50%) rotate(-135deg);
	width: 10px;
	height: 10px;
	border-right: solid 2px var(--anthracite);
	border-top: solid 2px var(--anthracite);
}

.swiper-button-prev-inspiration:before {
	right: 12px!important;
}

.swiper-button-next-inspiration:before {
	left: 18px!important;
	transform: translate(-3px, -50%) rotate(45deg) !important;
}

@media (min-width: 1330px) {
	.swiper-button-prev-inspiration {
		left: -6% !important;
	}

	.swiper-button-next-inspiration {
		right: -6% !important;
	}
}

@media (max-width: 1100px) {
	.swiper-button-prev-inspiration {
		left: 0% !important;
	}

	.swiper-button-next-inspiration {
		right: 0% !important;
	}
}

@media (max-width: 1330px) {
	.swiper-button-prev-inspiration {
		left: -2% !important;
	}

	.swiper-button-next-inspiration {
		right: -2% !important;
	}
}

.swiper-button-prev-inspiration::before, .swiper-button-next-inspiration::before {
	width: 14px !important;
	height: 14px !important;
}

.prdctfltr_wc {
	border-radius: 8px;
}

.orderby select {
	border-radius: 8px !important;
}

.partners-title {
	font-family: recoleta-semibold;
	font-style: normal;
	font-weight: 600;
	font-size: 32px;
	line-height: 30px;
	color: var(--anthracite);
}

.partners-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

.partners-list img {
	margin-top: 32px;
	max-width: 125px;
	object-fit: contain;
}

.footer-reass {
	padding-top: 0;
	background: var(--perle);
}

.footer-icons {
	max-width: 1200px;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
	background: var(--perle);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	font-family: neufile-grotesk-medium;
	font-size: 16px;
	font-weight: 500;
	line-height: 19px;
	letter-spacing: normal;
	text-align: center;
	color: var(--sapin);
	padding-bottom: 40px;
	width: 100%;
}

.footer-icons strong {
	color: var(--sapin);
}

.footer-icons > div {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-around;
	flex: 1;
}

.footer-icons > div > div{
	width: 280px;
	padding-top: 90px;
	color: var(--sapin);
}
.footer-icons .encadement {
	background: url(images/cart/encadrement.svg) center 40px no-repeat;
}
.footer-icons .service {
	background: url(images/cart/serviceclient.svg) center 40px no-repeat;
}
.footer-icons .paiement {
	background: url(images/cart/paiement.svg) center 40px no-repeat;
}
.footer-icons .rating {
	background: url(images/cart/rating.svg) center 40px no-repeat;
	background-size: 40px;
}

.menu-medias-footer-container {
	font-size: 14px;
}

.menu-nous-rencontrer-container {
	font-size: 16px;
}

.load-more-inspiration-container {
	display: flex;
	justify-content: center;
	margin-top: 24px;
	margin-bottom: 24px;
}

.load-more-inspiration {
	padding: 0.7rem 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.woocommerce-area .products .tags {
	display: none;
}

.woocommerce ul.products li.product .country.France {
	display: none;
}

.card-reassurance-title h3 {
	font-size: 24px !important;
}

.woocommerce ul.products li.product a .wc-overlay-background:after {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.woocommerce ul.products li.product a .wc-overlay-background img {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

/* .woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
} */

.search-results .woocommerce-products-header .page-title,
.woocommerce-products-header .page-title {
	margin-bottom: 10px !important;
}

.prdctfltr_regular_title {
	border-radius: 8px;
}

.prdctfltr_woocommerce_ordering {
	border-radius: 8px;
}

.woocommerce .woocommerce-ordering, .prdctfltr_wc {
	margin-bottom: 24px !important;
}

.woocommerce-area .orderby {
	border-radius: 8px;
}

.woocommerce-area #club-stats-banner {
	display: grid;
	grid-template-columns: 1fr;
	grid-column: 1/ -1;
	max-width: 1200px;
	width: 100%;
	margin-bottom: 0;
}

.woocommerce-area #club-stats-banner ul {
	padding: 32px;
	margin-top: 0;
	margin-bottom: 0;
}

.woocommerce-area #club-stats-banner ul::before,
.woocommerce-area #club-stats-banner ul::after {
	content: unset;
}

.woocommerce-page ul.products.columns-3 .variations b {
	font-weight: bold;
}

.product-template-default.woocommerce-page.woocommerce.microaventure div.product .cart-wrapper {
	z-index: 1 !important;
}

.woocommerce-product-gallery__image {
	position: relative;
}

.woocommerce-product-entry-summary-outer .cart-footer {
	display: none;
}

@media (max-width: 761px) {
	.product-template-default.woocommerce-page.woocommerce.microaventure div.product div.images .woocommerce-product-gallery__wrapper a::before {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f002";
		font-size: 15px;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		position: absolute;
		right: 20px;
		text-transform: uppercase;
		padding-left: 12px;
		padding-right: 12px;

		top: 20px;
		z-index: 99;
		color: var(--anthracite);
		background: var(--perle);
		border-radius: 9999px;
		height: 30px;
		line-height:30px;
		text-align:center;
		cursor: pointer;
		filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	}
}

@media (min-width: 761px) {
	.product-template-default.woocommerce-page.woocommerce.microaventure div.product div.images .woocommerce-product-gallery__wrapper a::before {
		font-family: neufile-grotesk-medium;
		font-weight: 500;
		font-size: 15px;
		content: "Voir les photos"; /* change this to the icon you want - see theme icons docs*/
		display: block;
		position: absolute;
		right: 20px;
		text-transform: uppercase;
		padding-left: 12px;
		padding-right: 12px;

		top: 20px;
		z-index: 99;
		color: var(--anthracite);
		background: var(--perle);
		border-radius: 9999px;
		height: 30px;
		line-height:30px;
		text-align:center;
		cursor: pointer;
		filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	}
}

.product-count {
	display: none;
	font-family: 'neufile-grotesk-semibold';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.02em;
	color: var(--menthe);
	bottom: 24px;
	position: relative;
}

.captains .captain-header .attachment-thumbnail {
	object-fit: cover;
}

.product-template-default.woocommerce-page.woocommerce.microaventure div.product #tab-captain .captain-header img {
	object-fit: cover;
}

.widget.text-2 p {
	font-family: neufile-grotesk-light;
	font-size: 14px;
	color: var(--charbon);
	font-weight: 400;
}

.sidebar-sub-footer > .widget.text-3 > .widget_text {
	text-align: left;
	margin-left: 24px;
}

.woocommerce-privacy-policy-text {
	display: none;
}

h2 #connexion {
	margin-bottom: 14px;
}

h2 #inscription {
	margin-bottom: 14px;
}

.register-button-row {
	padding: 0 !important;
}

.woocommerce-form-register__submit {
	border-radius: 30px;
	/* background-color: var(--anthracite); */
	font-family: neufile-grotesk-medium;
	font-size: 13px;
	line-height: 19px;
	letter-spacing: 1px;
	color: var(--perle);
	padding: 10px 32px;
	/* border: solid 1px var(--anthracite); */
	width: 100% !important;
	display: inline-block !important;
	height: 44px;
}

.related-products-wrapper .product-card {
	width: 100% !important;
}

.related-products-wrapper .related {
	margin-left: 0 !important;
}

.swiper_homepage_title_englobe .swiper_homepage_categories {
	margin-top: 16px;
}

@media (max-width: 990px) {
	.footer-media-button {
		width: 180px;
	}
	.prdctfltr_filter {
		width: 33.33% !important;
	}
}

/* Fix margin-right on homepage because of cs-container modifications */

@media (max-width: 761px) {
	.site-primary-home .bloc_avis_verifie {
		margin-right: 20px;
	}

	.site-primary-home .banner-bottom-desktop-homepage {
		margin-right: 20px !important;
	}
}

/* Avis Verifie container mobile styling */

@media (max-width: 761px) {
	.swiper_homepage_categories {
		margin-top: 32px !important;
	}
	.swiper_homepage_products {
		margin-top: 40px !important;
	}

	.bloc_avis_verifie .content_avis_verifie {
		flex-direction: column;
	}

	.bloc_avis_verifie .row_avis_verifie {
		width: 100%;
		border-radius: 30px !important;
	}

	.inslider_avis_verifie_content {
		font-family: 'neufile-grotesk-medium';
		font-style: normal;
		font-weight: 400;
		font-size: 17px;
		line-height: 30px;
		text-align: center;
		color: var(--anthracite);
		padding: 0 48px;
		height: 450px;
	}

	.row_avis_verifie_avis_bloc {
		margin-top: 24px;
	}
	.inslider_avis_verifie_author {
		font-style: normal;
		font-weight: 600;
		font-size: 16px;
		line-height: 30px;
	}

	.header_avis_verifie {
		margin-top: 24px;
	}
}

/* Styling for media pages */

.blog .cs-featured-type-2 {
	padding-top: 2rem;
}

.blog .site-primary {
	background-color: var(--selene);
}

.blog .archive-wrap {
	background-color: var(--selene);
}

.blog .post-archive .ajax-navigation {
	margin-top: 2rem;
}

.blog .cs-featured-post {
	margin-bottom: 3rem;
}

.blog .cs-featured-post .cs-card-inner {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	padding: 24px;
}

.blog .cs-featured-post .cs-card {
	background: transparent !important;
}

.single-post .entry-title, .single-faq .entry-title {
	max-width: none! important;
}

.archive-col .post {
	max-width: 374px;
	height: auto;
	max-height: none;
	margin-right: 0 !important;
	background: var(--perle);
	border-radius: 8px;
	overflow: hidden;
}

.archive-col .post-outer{
	flex-direction: column;
	flex-wrap: nowrap;
	margin: 0;
	width: 100%;
}
.archive-col .post-inner{
	max-width: 100%;
	padding: 0;
	flex: auto;
	justify-content: space-between;
	position: relative;
}
.archive-col .post-inner:nth-last-child(1){
	flex-grow: 100;
	padding: 0 20px;
}
.archive-col .entry-excerpt{
	display: none;
}
.archive-col .entry-details{
	margin-top: 0;
}
.archive-col .post-meta{
	font-family: neufile-grotesk-medium;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.5px;
	margin-bottom: 16px;
	color: var(--tourterelle);
}
.archive-col .meta-date{
	text-transform: uppercase;
}
.archive-col .cs-link-more{
	font-family: neufile-grotesk-medium;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	color: var(--anthracite);
	background: var(--selene);
}
.archive-col .cs-link-more:hover{
	background: var(--anthracite);
	color: var(--selene);
}

.mobile-navbar-newsletter-container {
	margin-top: 24px;
}

.offcanvas-sidebar .pk-subscribe-container .title-block {
	font-family: neufile-grotesk-medium!important ;
	font-style: normal !important;
	font-weight: 700 !important;
	font-size: 16px !important;
	line-height: 22px !important;
	text-transform: uppercase !important;
}

.offcanvas-sidebar .pk-subscribe-container .pk-subscribe-message {
	font-family: neufile-grotesk-light !important;
	font-style: normal !important;
	font-weight: 500 !important;
	font-size: 15px !important;
	line-height: 24px !important;
}

.offcanvas-sidebar .subscription {
	margin-bottom: 24px;
}

.offcanvas-sidebar .pk-subscribe-container .pk-subscribe-submit {
	max-width: 94px !important;
	height: 48px !important;
	border-radius: 0 8px 8px 0 !important;
	background-color: var(--granny);
	font-weight: 700;
}

.offcanvas-sidebar .pk-subscribe-container input[type="text"] {
	border: 2px solid #F0EEEE;
	border-top-left-radius: 12px!important;
	border-bottom-left-radius: 12px!important;
}

.offcanvas-sidebar .widget_nav_menu a {
	font-size: 16px ;
	font-weight: 500 ;
	letter-spacing: normal ;
	color: var(--anthracite) ;
}

.offcanvas-sidebar .widget_nav_menu .bold-menu a {
	font-weight: 600 !important;
}

.chilowe-footer-text {
	font-family: neufile-grotesk-medium;
	margin-left: auto;
	margin-right: auto;
	font-style: normal;
	font-size: 16px;
	line-height: 26px;
	align-items: center;
	text-align: center;
	color: var(--celeste);
	margin-top: 24px;
	display: block;
	max-width: 318px;
}

.chilowe-logo-footer {
	display: flex;
	margin: 0 auto;
	width: 180px;
}

.menu_footer {
	display: flex;
	flex-direction: row;
	align-content: stretch;
	flex-wrap: wrap;
	padding: 0;
	justify-content: center;
}

.menu_footer_2 {
	display: flex;
	flex-direction: row;
	align-content: stretch;
	flex-wrap: wrap;
	padding: 0;
	justify-content: space-between;
}

.menu_footer li {
	display: flex;
	align-items: center;
	text-align: center;
	color: var(--perle);
	padding: 0 16px;
}

.menu_footer_2 li {
	display: flex;
	align-items: center;
	text-align: center;
	color: #FFFFFF;
	padding: 0 35px;
}

.menu_footer_2 li a {
	font-family: 'neufile-grotesk-medium';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	color: var(--perle);
}

.menu_footer li a,
a.footer_menu_charte {
	font-family: 'neufile-grotesk-medium';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	color: var(--perle);
}

.footer_menu_charte {
	text-align: center;
	width: 100%;
	display: block;
}

.footer_menu_copyright {
	width: 100%;
	text-align: center;
	padding-bottom: 16px;
	margin-top: 32px;
	margin-bottom: 0;
	font-family: 'neufile-grotesk-medium';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	color: #FFFFFF;
}

.home .site-content .cs-container {
	padding-right: 0 !important;
}

.inspiration-container .swiper_homepage_title {
	font-size: 32px;
}

.header_avis_verifie_subtitle {
	font-family: recoleta-semibold;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 30px;
	color: var(--anthracite);
	margin-top: -24px;
}

.product-page-related .related {
	margin-left: auto!important;
	margin-right: auto!important;
}

.related-product-title {
	text-align: center!important;
	font-family: recoleta-semibold;
	font-size: 30px!important;
	font-weight: 600;
	line-height: 1!important;
	letter-spacing: 0.6px!important;
	color: var(--anthracite)!important;
}

.product-page-related section.related.products{
	max-width: 1160px;
}

.blog .cs-featured-post .entry-title {
	max-width: 680px;
}

.woocommerce-cart-form {
	margin-bottom: 24px;
}

.woocommerce-cart .entry-content-wrap,
.woocommerce-checkout .entry-content-wrap {
	padding-top: 40px;
}

.woocommerce-checkout-review-order .shop_table .product-title {
	font-family: recoleta-semibold;
}

.woocommerce-cart .woocommerce-message {
	line-height: 24px !important;
}

.woocommerce-cart .woocommerce-message:before {
	top: 14px !important;
}

.woocommerce-cart .woocommerce-error {
	line-height: 24px !important;
}

.woocommerce-search {
	margin: 20px 0 20px 20px;
	display: inline-block;
}

.woocommerce-search #search_terms {
	border-radius: 30px;
	vertical-align: top;
	height: 66px;
	width: 275px;
	padding: 20px 29px !important;
	background: var(--perle) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat 13px center;
	background-position: calc(100% - 25px);
}

@media (max-width: 1200px) {
	.woocommerce-search {
		margin-left: 0;
	}
}

.register-button-container .chilo-cta-main {
	width: 100%;
}

@media (min-width: 768px) {
	.prdctfltr_wc {
		max-width: 504px;
	}
}

#before-header-smart-additional-content {
	display: block;
	z-index: 1;
	position: relative;
}

@media (min-width: 761px) {
	.product-template-default.woocommerce-page.woocommerce.microaventure div.product .product-meta label {
		padding-right: 8px;
	}
	.chapka-mobile-logo {
		display: none;
	}
	.chapka-upsell img {
		display: inline-block;
	}
	.link_all_sejour .desktop_version {
		display: block !important;
	}
	.link_all_sejour .mobile_version {
		display: none !important;
	}
	.mobile-homepage-header {
		display: none;
	}
	.footer-subscribe .cs-container {
		max-width: 512px;
	}
}

/*Bandeau "comment ça marche"*/
@media (max-width: 1019px) {
	#tab-captain {
		display: flex !important;
		flex-flow: column-reverse nowrap;
	}
}

@media (max-width: 1250px) {
	.chapka-upsell .upsell-image {
		margin-left: 0 !important;
	}
}

@media (max-width: 1019px) {
	.home_header .custom-block-bottom-header {
		display: none !important;
	}
	.swiper-button-next-inspiration,
	.swiper-button-prev-inspiration {
		display: none;
	}
}

@media (max-width: 505px) {
	.woocommerce-cart .woocommerce-message:before {
		top: 26px !important;
	}
}

.desktop-homepage-header {
	z-index: 1;
	position: relative;
}

.mobile-homepage-header {
	z-index: 1;
	position: relative;
}

@media (max-width: 761px) {
	.home_header {
		background-position: center;
	}
	.cs-breadcrumbs {
		display: none;
	}
	.swiper_homepage_title {
		font-size: 26px !important;
	}
	.chapka-mobile-logo {
		display: inline-block;
		max-width: 80% !important;
		margin-right: 8px !important;
	}
	.chapka-mobile-logo img {
		max-width: 80% !important;
	}
	/* .chapka-upsell img {
		display: none;
	} */
	.chapka-upsell .upsell-description p {
		line-height: 22px !important;
	}
	.chapka-upsell .chapka-validation {
		line-height: 20px !important;
	}

	.elementor-page .entry .entry-header {
		margin-bottom: 1rem;
	}

	.link_all_sejour .desktop_version {
		display: none !important;
	}
	.link_all_sejour .mobile_version {
		margin-bottom: 0 !important;
		display: block !important;
	}
	.entry .entry-header .entry-title {
		font-size: 28px !important;
	}
	.blog .sidebar-area .sidebar-1:not(:empty), .sidebar-area .sidebar-2:not(:empty) {
		padding-top: 0 !important;
	}
	.blog .ajax-navigation .load-more {
		width: 80% !important;
	}
	.blog .cs-featured-post .entry-title {
		font-size: 24px !important;
	}
	.blog .cs-featured-post .entry-excerpt {
		display: none !important;
	}
	.blog .cs-featured-post .post-meta {
		margin-top: 1rem !important;
	}
	.blog .cs-featured-post .cs-overlay-ratio .cs-overlay-background img {
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
	}
	.inslider_avis_verifie_stars {
		font-size: 25px !important;
	}
	.woocommerce .woocommerce-form-login-toggle .woocommerce-info {
		font-size: 18px !important;
	}
	.woocommerce .woocommerce-form-login-toggle .woocommerce-info .showlogin {
		font-size: 12px !important;
		margin-top: 8px !important;
	}
	.woocommerce-cart .entry-content-wrap {
		padding: 40px 16px 48px !important;
	}
	.woocommerce-checkout .entry-content-wrap {
		padding: 40px 16px 48px !important;
	}
	.woocommerce-account .switch-block {
		margin: 0 !important;
		width: 100%;
	}
	.woocommerce-account .register-button-row {
		margin-bottom: 24px !important;
	}
	.woocommerce-account .woocommerce-form-login .form-row {
		margin-bottom: 24px !important;
	}
	.register-button-container,
	.login-button-container {
		margin-left: 24px;
		margin-right: 24px;
	}
	.woocommerce-account .woocommerce .col2-set .col-1,
	.woocommerce-account .woocommerce .col2-set .col-2
	{
		width: 100%;
	}
	.woocommerce-account .navbar-wrap {
		height: 96px !important;
	}
	.woocommerce-account .navbar-container {
		height: auto !important;
	}
	.variations_button .quantity-input-wrapper .quantity {
		width: auto !important;
		min-width: 96px;
	}
	.variations_button .quantity-input-wrapper .quantity .qty {
		padding: 4px !important;
	}
	.captain-name-wrapper {
		min-width: 100px !important;
	}
	/* Handle product description in order to fix responsive issues */
	.product-template-default.woocommerce-page.woocommerce.microaventure div.product #tab-description .tab-content .description-content-wrapper {
		flex-flow: column nowrap;
	}
	.product-template-default.woocommerce-page.woocommerce.microaventure div.product #tab-description .tab-content .description-content-wrapper > div.description-image {
		width: inherit;
		margin-top: 16px;
		background: linear-gradient(to right, #fff calc(50% - 1.5px), #a0bac6 calc(50% - 1.5px), #a0bac6 calc(50% + 1.5px), #fff 0)
	}
	.product-template-default.woocommerce-page.woocommerce.microaventure div.product #tab-description .tab-content .description-content-wrapper > div.description-image::after,
	.product-template-default.woocommerce-page.woocommerce.microaventure div.product #tab-description .tab-content .description-content-wrapper > div.description-image::before {
		left: 50%;
	}
	.product-template-default.woocommerce-page.woocommerce.microaventure div.product #tab-description .tab-content .description-content-wrapper::after,
	.product-template-default.woocommerce-page.woocommerce.microaventure div.product #tab-description .tab-content .description-content-wrapper::before {
		display:none;
	}
	.product-template-default.woocommerce-page.woocommerce.microaventure div.product #tab-description .tab-content .description-content-wrapper > div.description-image img {
		display: block;
		margin: 0 auto;
	}
	.product-template-default.woocommerce-page.woocommerce.microaventure div.product #tab-description .tab-content .description-content-wrapper > div.description-content {
		width: inherit;
		margin-bottom: 16px;
	}
	.product-template-default.woocommerce-page.woocommerce.microaventure div.product .product-meta > div {
		padding: 8px 0;
	}
	.prdctfltr_wc {
		width: 100%;
	}
	.open-prdctfltr {
		display: block;
		padding: 18px 30px 18px 37px!important;
		background: var(--perle);
		font-family: neufile-grotesk-medium;
		font-size: 20px!important;
		font-weight: 500!important;
		letter-spacing: normal;
		position: relative;
		height: 63px;
		border-radius: 8px;
	}
	.prdctfltr_wc {
		margin-bottom: 16px !important;
	}
	.woocommerce-ordering {
		margin-bottom: 40px !important;
	}
	.woocommerce-ordering select {
		text-transform: uppercase;
	}
	.inspiration-container {
		margin-top: 42px !important;
	}
	.partners-title {
		font-size: 32px !important;
		display: contents;
		float: left;
	}
	.partners-list {
		display: block;
		text-align: center;
	}
	.partners-list img {
		width: 87px !important;
		margin-right: 16px !important;
	}
	.mobile-homepage-header {
		display: block;
	}
	.swiper_homepage_categories .link_all_sejour {
		display: none;
	}
	.link_all_sejour {
		position: initial !important;
		margin-left: auto !important;
		margin-right: 16px !important;
		font-size: 16px;
	}
	.voir_all_aventures_slider {
		display: none;
	}
	.woocommerce-customer-details:nth-child(1) {
		width: 100% !important;
	}
	.swiper-button-prev-inspiration,
	.swiper-button-next-inspiration {
		display: none;
	}
	.sidebar-footer .textwidget {
		max-width: 318px;
	}
	.product-count {
		display: none;
	}
	.home_header {
		height: 100%;
	}
	.swiper-arrows {
		display: none !important;
	}
	.swiper_homepage_categories .swiper-arrows {
		display: block !important;
	}
	.footer-icons {
		display: none;
	}
	.footer-instagram {
		display: none;
	}
	.woocommerce-ordering {
		width: 100%;
	}
	.woocommerce-search {
		width: 100%;
		margin: 0;
		margin-bottom: 40px;
	}
	.woocommerce-search #search_terms {
		width: 100%;
	}
}

/*Panda - ajustements bloc newsletter. Complémentaire à certaines règles plus haut.*/
.footer-subscribe .mc-field-group, .offcanvas .mc-field-group {
	flex-grow: 1;
}
.footer-subscribe .mc-field-group input::placeholder, .offcanvas .mc-field-group input::placeholder {
	color: var(--tourterelle);
}
.footer-subscribe .mc-field-group input, .offcanvas .mc-field-group input {
	background: var(--perle);
	font-size: 14px;
	border-radius: 1000px;
	margin-right: 12px;
	height: 40px;
}
.footer-subscribe #mc_embed_signup_scroll, .offcanvas #mc_embed_signup_scroll {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 12px;
	max-width: 800px;
	margin: 0 auto;
}
.footer-subscribe #mce-responses, .offcanvas #mce-responses {
	display: none;
}

.footer-button {
	width: fit-content;
}

.footer-button button {
	background-color: var(--ble) !important;
}

#menu-bottom a {
	font-weight: bold;
}

@media (max-width: 600px) {
	.footer-subscribe .mc-field-group input, .offcanvas .mc-field-group input {
		margin-bottom: 8px;
		width: 100%;
	}
	.footer-subscribe #mc_embed_signup_scroll, .offcanvas #mc_embed_signup_scroll {
		display: block;
	}
	.woocommerce .woocommerce-ordering {
		float: left !important;
	}
	.woocommerce-search {
		margin-left: 0;
		margin-top: 0;
		width: 100%;
	}
	.woocommerce-search #search_terms {
		width: 100%;
	}
}

@media (min-width: 761px) {
	.footer-subscribe .cs-container, .offcanvas .cs-container {
		max-width: 512px !important;
	}
}

.panda-offcanvas h5 {
	font-family: neufile-grotesk-medium;
	font-size: 16px;
}
.panda-offcanvas p {
	font-size: 16px;
}
/*END ajustements bloc newsletter*/

/*OVERRIDE button color / hover on blog. Trop d'effets de bords pour mettre une règle globale*/
/*ALSO button color / back to shop on empty cart page. Based on WC property set in php, didn't want to mess it up*/
.post-archive button.load-more, .woocommerce-cart .return-to-shop a.button {
	background: var(--granny) !important;
	color: var(--anthracite) !important;
	border-color: var(--granny);
}
.post-archive button.load-more:hover, .woocommerce-cart .return-to-shop a.button:hover {
	background: var(--selene) !important;
	color: var(--anthracite) !important;
	border-color: var(--granny);
	text-decoration: none !important;
}

.woocommerce ul.products li.product {
	overflow: hidden;
}

p.swiper-cat-center {
	text-shadow: 2px 2px 8px rgb(0,0,0,0.48);
}

/*CSS BUGFIX LOL - Single product page template à la Carglouche*/
.single-product:not(.microaventure) .related.products, .single-product:not(.microaventure) p.stock, .single-product:not(.microaventure) #breadcrumbs, .single-product:not(.microaventure) #tab-title-description {
	display: none !important;
}
.single-product:not(.microaventure) .woocommerce div.product .product_title {
	font-size: 28px !important;
}
.single-product:not(.microaventure) div.site-primary div.site-content form.cart {
	box-shadow: none;
	margin-bottom: 0;
}
.single-product:not(.microaventure) #tab-description {
	padding-top: 0;
}
.single-product:not(.microaventure) #masthead {
	height: fit-content;
}

@media (max-width: 1020px) {
	.single-product:not(.microaventure) .sidebar-area .sidebar-1:not(:empty), .single-product:not(.microaventure) .sidebar-area .sidebar-2:not(:empty){
		padding-top: 0;
	}
}

/*Panda - Tictatrip on product pages*/
.tictatrip-section img {
	max-height: 40px;
	width: auto;
}
.tictatrip-section a.button {
	width: 100%;
	height: auto;
	color: var(--anthracite) !important;
	border: var(--granny) 1px solid !important;
	background: var(--granny) !important;
	display:flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 40px !important;
	margin:auto !important;
}
.tictatrip-section a.button:hover{
	background: var(--selene) !important;
	color: var(--anthracite) !important;
	border-color: var(--selene) !important;
}
.tictatrip-section {
	background: var(--sapin) !important;
	color: var(--perle) !important;
	text-align:center;
}
.tictatrip-section.mobile-only {
	padding: 16px 24px;
	border-radius: 12px;
}
.tictatrip-section h2 {
	color: var(--perle) !important;
}

.club-intro-block {
	float: left;
	display: block;
	background: var(--celeste);
	border-radius: 4px;
	padding: 12px 40px 24px 0;
	margin-top: 16px;
}

@media (max-width: 1058px) {
	.club-intro-block {
		width: 100%;
		max-width: 100%;
		padding-right: 24px;
	}
}

.club-intro-block-title {
	font-size: 24px;
	padding-bottom: 12px;
	margin-left: 28px;
	border-bottom: 1px solid var(--anthracite);
}

.club-intro-block .cmc-li p {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 8px;
	display: list-item;
	list-style-type: disc;
	margin-left: 44px;
}

.club-intro-block .cmc-li a {
	text-decoration: underline;
}

.club-intro-block .cmc-li-link a {
	text-decoration: underline;
	font-family: neufile-grotesk-medium;
	padding-top: 18px;
	margin-left: 32px;
}

span.free-pill {
	width: fit-content;
	border-radius: 1000px;
	padding: 4px 8px;
	font-size: 16px;
	font-weight: 500;
	background-color: var(--granny);
}

.chilo-cta-main_button.cross-sell {
	padding: 4px 8px !important;
	font-size: 14px !important;
}

@media (max-width: 750px) {
	.chilo-cta-main_button.cross-sell {
		font-size: 13px !important;
	}
}

/*Panda - Quick fix cart & checkout*/

.woocommerce .checkout h3#ship-to-different-address {
	width: 100%;
}
.woocommerce-checkout #customer_details .col-2 {
	max-width: none;
}

body.woocommerce-checkout div.woocommerce {
	display: flex;
	flex-flow: column nowrap;
}

.woocommerce-checkout .gtc-checkout-wallet-usage-wrapper {
	order: 1;
	display: inherit;
}
.woocommerce-checkout .woocommerce .gtc-checkout-wallet-usage-content {
	display: flex;
	flex-flow: column-reverse nowrap;
	align-items: flex-end;
}
.woocommerce-checkout .woocommerce .gtc-checkout-wallet-usage-content > p, .woocommerce-cart p.gtc-wallet-usage-balance {
	font-size: 12px;
    margin: 4px 91px 0 auto;
    color: var(--sapin);
}
.woocommerce-cart p.gtc-wallet-usage-balance {
	text-align: right;
}
.woocommerce-checkout .woocommerce .gtc-checkout-wallet-usage-content .gtc-checkout-wallet-usage-form {
	align-items: center;
}

@media (max-width: 768px) {
	.woocommerce-terms-and-conditions-checkbox-text {
		padding-right: initial !important;
	}
	.woocommerce-checkout .gtc-checkout-gift-card-usage-form .gtc-checkout-gift-card-usage-btn, .woocommerce-cart .gtc-cart-gift-card-usage-btn {
		position: absolute !important;
		right: -10px;
		top: 43px;
	}
	.woocommerce-checkout .woocommerce .gtc-checkout-wallet-usage-content, .woocommerce-cart .woocommerce .gtc-cart-wallet-usage-content {
		align-items: center;
	}
	.woocommerce-checkout .woocommerce .gtc-checkout-wallet-usage-form, .woocommerce-cart .woocommerce .gtc-cart-wallet-usage-form  {
		width: 100%;
	}
	.woocommerce-checkout .woocommerce .gtc-checkout-wallet-usage-content .gtc-checkout-wallet-usage-amount, .woocommerce-cart .woocommerce .gtc-cart-wallet-usage-content .gtc-cart-wallet-usage-amount {
		width: calc(100% - 41px);
	}
	.woocommerce-checkout .woocommerce .gtc-checkout-wallet-usage-content > p {
		margin: 4px auto 0 29px;
	}
}

.woocommerce-checkout .item-body .form-row-last + .clear:not(:last-child) {
	border-top: 2px dotted var(--perle);
    margin: 38px auto;
}
@media (max-width: 1019px) {
	.woocommerce-checkout .item-body .form-row-last + .clear:not(:last-child) {
		border-top: 2px dotted var(--souris);
		margin: 14px auto;
	}
}

.prdctfltr_wc.prdctfltr_woocommerce i.prdctfltr-down,
.prdctfltr_wc.prdctfltr_woocommerce i.prdctfltr-up {
	z-index: 1 !important;
}

/*Panda - hide wrong wording on order detail view page*/
body.woocommerce-view-order .woocommerce-customer-details-wrapper h2#adresse-de-facturation::after,
body.woocommerce-view-order .woocommerce-customer-details-wrapper h2#adresse-de-livraison::after {
	display: none;
}

.pswp__caption__center {
	text-align: center;
}
/*Hide alerts for BOGO*/
body.page-id-61602 .woocommerce-cart-form__cart-item .product-name p:last-child {
	display: none;
}

.custom-block-bottom-container {
	padding-left: 20px;
	padding-right: 0;
}

.custom-block-bottom-header {
	width: 100%;
	/* height: 144px; */
	background: var(--sapin);
	border-radius: 8px;
	padding: 48px 8px 24px;
	max-width: 1200px;
	margin: 68px 0 40px 0;
	position: relative;
}

.block-inside-custom-block {
	margin-left: auto !important;
	margin-right: auto !important;
	align-items: center;
	flex-direction: column;
	position: relative;
	display: flex;
}

.custom-block-bottom-headerbar-container {
	position: absolute;
	top: -18px;
	width: calc(100% - 16px);
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: 1fr;
	left: 8px;
}

@media (max-width: 1024px) {
	.custom-block-bottom-headerbar-container {
		top: -38px;
	}
}

@media (max-width: 769px) {
	.custom-block-bottom-headerbar-container {
		top: -32px;
	}
}

@media (max-width: 364px) {
	.custom-block-bottom-headerbar-container {
		top: -48px;
	}
}

.custom-block-bottom-headerbar {
	justify-self: center;
	align-self: center;
	height: auto;
	background: var(--granny);
}

.custom-block-bottom-headerbar h2 {
	color: var(--anthracite);
	font-family: recoleta-semibold;
	font-weight: 600;
	font-size: 24px;
	padding: 3px 27px;
	text-align: center;
	margin-bottom: 0;
	line-height: normal;
}

.block-inside-custom-block-img {
	display: flex;
	vertical-align: middle;
	width: auto;
	height: 40px !important;
}
.block-inside-custom-block-text h3 {
	font-family: recoleta-semibold;
	font-style: normal;
	font-weight: 600;
	text-align: center;
	color: var(--granny);
	margin-bottom: 0;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px;
}
.block-inside-custom-block-text p {
	font-family: 'neufile-grotesk-light';
	font-style: normal;
	font-weight: 300;
	font-size: 15px;
	color: var(--perle);
	justify-content: center;
	text-align: center;
}

@media (max-width: 350px) {
	.custom-block-bottom-header {
		padding-top: 94px !important;
	}
}

@media (max-width: 520px) {
	.custom-block-bottom-header {
		padding-top: 56px;
	}
}

.adventures-button {
	display: flex;
	align-items: center;
	justify-content: center;
}

.adventures-button .chilo-cta-button {
	background-color: white !important;
	font-size: 16px !important;
	padding: 6px 11px !important;
}

@media (max-width: 761px) {
	.category-description {
		display: none;
	}
	.block-inside-custom-block-text p {
		font-size: 16px;
	}
	.custom-block-bottom-header {
		width: calc(100% - 20px);
	}
	.block-inside-custom-block {
		margin-top: 24px !important;
		margin-left: 8px !important;
		margin-right: 8px !important;
	}
	.block-inside-custom-block-text h3 {
		padding-bottom: 8px !important;
		font-size: 20px;
	}
	.block-inside-custom-block > div:first-child {
		background: red;
	}
	.block-inside-custom-block-text {
		margin-left: 8px !important;
		margin-right: 8px !important;
	}
}

/*PANDA - Replace wp_is_mobile() logic - pure css*/
@media (min-width: 1020px) {
	.custom-block-bottom-header {
		display: grid !important;
		grid-template-columns: 1fr 1fr 1fr;
	}
}

.single_variation_wrap .woocommerce-variation {
	display: none !important;
}

.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method > input[type="radio"] {
	display: unset;
}
.woocommerce-checkout #payment ul.payment_methods > li > label {
	display: inline-flex;
	align-items: center;
	cursor: pointer;
}
.woocommerce-checkout #payment div.payment_box {
	padding: 8px;
	margin-top: 8px;
}
.woocommerce-checkout #stripe-payment-data > P:first-child {
	display: none;
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
	margin: 0;
}
.woocommerce-checkout #payment div.payment_box .form-row {
	padding: 4px;
	margin: 0;
}
.woocommerce-checkout .wc_payment_method > label {
	position: relative;
	top: -3px;
}
.woocommerce-checkout #payment ul.payment_methods li input {
	margin-right: 8px;
	height: 100%;
	cursor: pointer;
}
.woocommerce-checkout #payment .form-row-last::before {
	content: "CVC*";
	color: var(--encre);
	font-size: 13px;
	font-weight: 600;
}
.woocommerce-checkout #payment .form-row-last > label {
	display: none;
}

.wcap_popup_wrapper {
	border: none !important;
}

.wcap_container .wcap_popup_form:after {
	border-top: 16px solid transparent !important;
}

.wcap_container .wcap_popup_heading {
	font-size: 24px !important;
	line-height: 24px !important;
	color: var(--perle) !important;
	font-family: 'recoleta-semibold' !important;
	margin-bottom: 12px !important;
}

.wcap_container .wcap_popup_content {
	-webkit-border-radius: 8px !important;
	-moz-border-radius: 8px !important;
	-ms-border-radius: 8px !important;
	border-radius: 8px !important;
}

.wcap_container .wcap_popup_text {
	text-align: center !important;
}

.wcap_container .wcap_popup_input {
	padding: 16px 20px 16px 20px !important;
	border-radius: 12px !important;
	border: solid 2px var(--selene) !important;
	background-color: var(--perle) !important;
	font-family: neufile-grotesk-medium !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	letter-spacing: normal !important;
	color: var(--anthracite) !important;
	height: 55px !important;
}

.wcap_container .wcap_popup_form:before {
	border: none !important;
}

.wcap_container .wcap_popup_wrapper {
	-webkit-border-radius: 8px !important;
	-moz-border-radius: 8px !important;
	-ms-border-radius: 8px !important;
	border-radius: 8px !important;
}

.wcap_container .wcap_popup_close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 16px !important;
	margin-top: 8px;
	margin-right: 8px;
	cursor: pointer;
	background: var(--granny) !important;
	border-radius: 100000px;
	border: 3.23077px solid var(--charbon);
	background-image: url('/wp-content/themes/stevenson/images/icons/close.svg') !important;
	background-size: 18px;
	background-position: center !important;
	background-repeat: no-repeat !important;
}

.wcap_container .wcap_popup_text_container {
	display: inline-block !important;
}

.wcap_container .wcap_popup_heading_container {
	background: var(--sapin) !important;
	-webkit-border-radius: 8px 8px 0 0 !important;
	-moz-border-radius: 8px 8px 0 0 !important;
	-ms-border-radius: 8px 8px 0 0 !important;
	border-radius: 8px 8px 0 0 !important;
}

.wcap_container .wcap_popup_form {
	-webkit-border-radius: 0 0 8px 8px !important;
	-moz-border-radius: 0 0 8px 8px !important;
	-ms-border-radius: 0 0 8px 8px !important;
		border-radius: 0 0 8px 8px !important;
}

.wcap_popup_button {
	font-size: 16px !important;
	text-transform: uppercase !important;
	padding: 8px 16px !important;
	border-radius: 1000px !important;
}

.button--loading {
	height: 40px !important;
}

.button--loading::after {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border: 4px solid transparent;
	border-top-color: var(--charbon);
	border-radius: 50%;
	color: var(--charbon);
	animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
	from {
		transform: rotate(0turn);
	}

	to {
		transform: rotate(1turn);
	}
}

.button--loading .button__text {
	visibility: hidden;
	opacity: 0;
}

.chilo-cta-main {
	position: relative;
	z-index:0;
	display:inline-block;
}
.chilo-cta-main button:hover {
	transform: translate(3.5px, 2px);
	transition: transform ease-out .08s;
}
.chilo-cta-main button {
	border-radius:1000px;
	border: 2px solid var(--main-cta-border-color);
	background-color: var(--main-cta-background-color);
	color: var(--charbon);
	text-transform: uppercase;
	padding: 8px 16px;
	transform: translate(0px, 0px);
	transition: transform ease-in .08s;
	font-size: 16px;
}
.chilo-cta-main::after {
	content: "";
	width: 100%;
	height: 100%; /*account for border*/
	background-color: var(--main-cta-border-color);
	position: absolute;
	z-index:-1;
	top:2px;
	right:-4px;
	display:inline-block;
	border-radius:1000px
}

.submit-button {
	margin: 20px auto !important;
	display: block;
	max-width: 275px;
	float: none !important;
}

.submit-button .chilo-cta-button {
	background-color: var(--main-cta-background-color) !important;
	width: 100%;
}

.woocommerce-orders-table__cell-order-actions .chilo-cta-main {
	margin-right: 11px;
	height: auto;
}

.woocommerce-orders-table__cell-order-actions .chilo-cta-button {
	background: white;
	color: var(--charbon);
	height: auto;
	padding: 4px 16px;
}

.woocommerce-orders-table__row {
	background-image: linear-gradient(to right, #999 20%, var(--perle) 0%);
	background-position: bottom;
	background-size: 5px 1px;
	background-repeat: repeat-x;
	margin: 0;
}

.woocommerce-orders-table__cell-order-actions .chilo-cta-button.order-informations {
	background: var(--granny);
}

#completez-vos-informations {
	font-size: 32px;
}

.formbuilder-required {
	color: var(--incarnat);
}

.order-informations-checkbox {
	display: flex;
}

.field-email_checkbox {
	margin-bottom: 24px;
}

.formbuilder-text-label {
	font-size: 16px;
}

.order-informations-checkbox-group-label {
	font-size: 16px;
	margin: 16px 0;
}

.order-informations-checkbox label {
	margin-left: 8px;
	margin-right: 24px;
}

.checkbox-group input[type="radio"],
.checkbox-group input[type="checkbox"] {
	cursor: pointer;
	appearance: none;
	background-color: #fff;
	margin: 0;
	font: inherit;
	color: currentColor;
	width: 24px;
	height: 24px;
	border: 2px solid #F0EEEE;
	border-radius: 1000px;
	display: grid;
	place-content: center;
}

.checkbox-group input[type="radio"]::before,
.checkbox-group input[type="checkbox"]::before {
	content: "";
	width: 12px;
	height: 12px;
	transform: scale(0);
	transition: 120ms transform ease-in-out;
	box-shadow: inset 1em 1em var(--granny);
	border-radius: 1000px;
}

.checkbox-group input[type="radio"]:checked::before,
.checkbox-group input[type="checkbox"]:checked::before {
	transform: scale(1);
}

.field-allergies_checkbox .order-informations-checkbox {
	margin-top: 12px;
}

.field-allergies_checkbox .order-informations-checkbox label {
	cursor: pointer;
}

.field-transport_checkbox .order-informations-checkbox,
.field-allergies_checkbox .order-informations-checkbox {
	display: inline-block !important;
	vertical-align: middle !important;
}

.field-transport_checkbox .order-informations-checkbox input[type="radio"],
.field-allergies_checkbox .order-informations-checkbox input[type="checkbox"] {
	display: inline-block !important;
	vertical-align: middle !important;
	margin-bottom: 18px;
	border-radius: 4px;
}

.field-transport_checkbox input[type="radio"]::before,
.field-allergies_checkbox input[type="checkbox"]::before {
	display: block;
	border-radius: 4px;
	width: 16px;
	height: 16px;
	margin: 2px;
	box-shadow: inset 24px 24px var(--granny);
}

.field-transport_checkbox .order-informations-checkbox label,
.field-allergies_checkbox .order-informations-checkbox label {
	margin-bottom: 18px;
}

.checkbox-group label {
	vertical-align: middle;
	margin-bottom: 0;
	font-size: 16px;
	color: var(--charbon);
}

.order-informations-text input[type="text"],
.order-informations-text input[type="tel"],
.order-informations-text input[type="date"],
.order-informations-text select,
.order-informations-text input[type="email"] {
	background: var(--perle);
	border: 2px solid #F0EEEE;
	border-radius: 12px;
	font-size: 16px;
	height: 56px !important;
}

.order-informations-text #infos_container {
	margin-bottom: 12px;
	@media (max-width: 750px) {
		flex-direction: column;
	}
}

.order-informations-text select {
	width: fit-content;
}

.order-informations-text textarea {
	background: var(--perle);
	border: 2px solid #F0EEEE;
	border-radius: 12px;
	font-size: 16px;
	min-height: 56px;
}

.order-informations-text input[type="text"]::placeholder {
	vertical-align: middle;
}

.cart-wrapper.disabled .woocommerce-variation-add-to-cart {
	display: none;
}

.hidden-input {
	display: none;
}
.tinv-wraper.tinv-wishlist a.tinvwl_add_to_wishlist_button.tinvwl-loop {
	background: var(--perle);
	padding: 6px;
	border-radius: 1000px;
	width: 32px !important;
	height: 32px !important;
}

.tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart {
	left: unset;
	right: 10px;
	z-index: 4;
}

.tinvwl-woocommerce_single_product_summary {
	color: var(--perle);
	text-transform: uppercase;
	font-weight: 500;
	font-size: 11px;
	margin-bottom: 12px;
}

.tinvwl_add_to_wishlist-text:hover {
	color: var(--perle);
}

.tinvwl_already_on_wishlist-text {
	font-size: 11px;
	vertical-align: middle;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
	font-weight: 500;
}

.tinvwl_add_to_wishlist-text,
.tinvwl_remove_from_wishlist-text {
	font-size: 11px;
	font-weight: 500;
	vertical-align: middle;
	font-family: neufile-grotesk-light;
	text-transform: uppercase;
}

.tinvwl-woocommerce_single_product_summary .tinvwl_add_to_wishlist_button {
	border: 1px solid var(--perle);
	border-radius: 1000px;
	padding: 0 12px;
}

.tinvwl-woocommerce_single_product_summary .tinvwl_add_to_wishlist_button:hover {
	color: var(--perle);
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before {
	color: var(--incarnat);
}

@media (max-width: 750px) {
	.woocommerce-account.logged-in .site-primary .entry-header {
		padding: 24px 0 0 !important;
	}
}

.woocommerce-checkout #payment div.payment_box.payment_method_alma {
	color: unset;
}
.woocommerce-checkout #payment div.payment_method_alma label.checkbox {
	cursor: pointer;
}
.woocommerce-checkout #payment .payment_method_alma input[type="radio"]:not(:checked)+label.checkbox img {
	filter: grayscale(1);
}

.variations .disabled span.woocommerce-Price-amount.amount {
	display: none;
}

.privat {
	color: var(--france);
	font-weight: 500;
	font-family: neufile-grotesk-medium;
	font-size: 8px;
}

.is_privat {
	color: var(--france) !important;
}

.related-product-header {
	display: flex;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	max-width: 1160px;
	margin-bottom: 24px;
}

.single-post .related.products .swiper-slide,
.single-product .related.products .swiper-slide {
	width: 100%;
}
.single-product .related.products .swiper-slide:not(.swiper-slide-active) {
	transform: scale(.95);
}

.single-post .related.products,
.single-product .related.products {
	max-width: unset !important;
}
.single-post .related-products-wrapper,
.single-product .related-products-wrapper {
	background: url('/wp-content/themes/stevenson/images/related-products-wrapper.png') center no-repeat;
	background-size: cover;
}
.single-post .related .swiper,
.single-product .related .swiper {
	background-color: transparent;
}
.related-product-title {
	color: var(--argent) !important;
}


.related-arrows {
	display: flex;
	justify-content: center;
	margin-top: 24px;
	margin-bottom: 24px;
	gap: 16px;
}

.next-related {
	margin-right: 11px;
}

.prev-related {
	transform: rotate(180deg);
}

.next-related,
.prev-related {
	border-color: var(--perle);
	width: 70px;
	border-radius: 53px;
	background-color: transparent !important;
	padding: 0;
}
.next-related.active,
.prev-related.active {
	border: 1.5px solid var(--perle);
	background-color: transparent !important;
}
.next-related:hover,
.prev-related:hover {
	border: 2px solid var(--perle);
	background-color: transparent !important;
}

@media(max-width: 1160px) {
	.related-product-header {
		padding-left: 16px;
		padding-right: 16px;
	}
}

@media(max-width: 760px) {
	.related-product-header {
		justify-content: center;
	}
}

.post-65334 .tab-sidebar {
	display: none;
}

@media(max-width: 375px) {
	.related .swiper-slide {
		max-width: 278px;
	}
}

.sidebar-footer {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.sidebar-footer,
.sidebar-sub-footer{
	color: var(--charbon);
	background: var(--perle);
	font-family: neufile-grotesk-light;
	font-size: 16px;
	font-weight: normal;
	padding: 24px 32px 10px 32px;
}

.sidebar-sub-footer {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.sidebar-footer .widget_text,
.sidebar-sub-footer .widget_text{
	color: inherit;
	font: inherit;
}
.sidebar-sub-footer .widget_text p:nth-last-child(1),
.sidebar-sub-footer .widget_media_image{
	margin: 8px 0;
}
.sidebar-sub-footer{
	font-size: 14px;
	color: var(--charbon);
}
.sidebar-footer .inner {
	max-width: 1440px;
	margin: 0 auto;
	gap: 34px;
	display: grid;
	grid-template-columns: 318px auto auto auto;
}
@media (max-width: 1080px) {
	.sidebar-footer .inner {
		display: flex;
		flex-wrap: wrap;
	}
	.sidebar-footer .widget_text {
		max-width: 360px;
	}
}
.sidebar-sub-footer .inner{
	max-width: 1440px;
	margin: 0 auto;
	display: flex;
	gap: 34px;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sidebar-sub-footer .inner{
	align-items: center;
	justify-content: space-around;
	padding: 24px 0 10px;
}
.sidebar-sub-footer .widget{
	margin: 0;
}

.footer-card {
	padding: 48px 0;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.footer-subscribe {
	background: var(--perle);
	padding: 20px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.footer-subscribe-container {
	background: var(--sapin);
	border-radius: 4px;
	padding: 40px 16px;
}
.sidebar-footer .widget + .widget {
	margin-right: 0;
	width: auto;
}
.sidebar-sub-footer .widget + .widget{
	text-align: center;
}
.sidebar-sub-footer .widget_media_image img{
	width: 86px;
}
.sidebar-footer .textwidget{
	height: 100%;
	display: flex;
	flex-direction: column;
	color: var(--perle);
}
@media (min-width: 1020px) {
	.sidebar-footer .widget_text p:nth-last-child(1){
		margin-top: 8px;
	}
}
.sidebar-footer .widget_text p:nth-last-child(1){
	color: var(--charbon);
	font-size: 12px;
	font-weight: 500;
	display: flex;
	align-items: flex-end;
}
.sidebar-footer .widget_nav_menu .menu > .menu-item:not(:first-child),
.sidebar-sub-footer .widget_nav_menu .menu > .menu-item:not(:first-child){
	border: none;
}
.sidebar-footer .widgettitle{
	color: var(--anthracite);
	font-family: neufile-grotesk-medium;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 15px;
	margin-bottom: 8px;
}
.sidebar-footer .widget_nav_menu .menu > li > a,
.sidebar-footer .widget_nav_menu .menu > li > a:hover,
.sidebar-sub-footer .widget_nav_menu .menu > li > a,
.sidebar-sub-footer .widget_nav_menu .menu > li > a:hover{
	color: #8B919B;
	text-transform: none;
	font-family: neufile-grotesk-light;
	font-weight: 400;
	font-size: 14px;
}
.sidebar-sub-footer .widget_nav_menu .menu{
	display: flex;
}
.sidebar-sub-footer .widget_nav_menu .menu > li > a,
.sidebar-sub-footer .widget_nav_menu .menu > li > a:hover{
	color: #8B919B;
	padding: 13px 20px;
	display: inline-block;
	font-size: inherit;
}
.sidebar-footer .widget_nav_menu .menu > li > a:after,
.sidebar-sub-footer .widget_nav_menu .menu > li > a:after{
	display: none;
}
.sidebar-sub-footer .widget_nav_menu .menu > li{
	display: inline-block;
}
.footer-subscribe{
	background: var(--perle);
}
.sidebar-sub-footer .nav_menu-8 {
	width: auto !important;
}

#menu-social li:after{
	content: "";
	width: 100%;
	height: 100%; /*account for border*/
	background-color: var(--main-cta-border-color);
	position: absolute;
	z-index:-1;
	top:2px;
	right:-4px;
	display:inline-block;
	border-radius:1000px
}
#menu-social li {
	position: relative;
	z-index: 0;
	display: inline-block;
}
#menu-social li:not(:first-child) {
	margin-left: 18px;
}
#menu-social a{
	text-indent: -10000px;
	overflow: hidden;
	position: relative;
	display: block;
	border-radius: 1000px;
	color: var(--paille) !important;
	text-transform: uppercase;
	transform: translate(0px, 0px);
	transition: transform ease-in .08s;
	border: 2px solid var(--charbon) !important;
	background-color: var(--perle) !important;
	padding: 6px 16px !important;
	font-size: 13px !important;
}
#menu-social a:hover {
	transform: translate(3.5px, 2px);
	transition: transform ease-out .08s;
}
#menu-social a:before{
	content: "";
	text-indent: 0;
	font-family: "Font Awesome 5 Brands";
	font-size: 14px;
	font-weight: 400;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: var(--charbon);
}
#menu-social a[href*="facebook"]:before{
	content: "\f39e";
}
#menu-social a[href*="instagram"]:before {
	content: "\f16d";
}
#menu-social a[href*="youtube"]:before {
	content: "\f167";
}
#menu-social a[href*="twitter"]:before {
	content: "\f099";
}
#menu-social a[href*="linkedin"]:before {
	content: "\f0e1";
}
#menu-social a[href*="spotify"]:before {
	content: "\f1bc";
}
#menu-social a[href*="pinterest"]:before {
	content: "\f231";
}
#menu-social a[href*="tiktok"]:before {
	content: "\e07b";
}

/* Styling footer NL pour mobile */

.mc_embed_signup {
	padding: 24px 0;
}

.footer-subscribe .cs-container {
	width: 100%;
	padding-right: 20px;
	padding-left: 0!important;
	margin-right: auto;
	margin-left: auto;
	max-width: 380px;
}

.footer-subscribe .pk-subscribe-submit {
	color: var(--selene) !important;
	background-color: var(--granny) !important;
}

.footer-subscribe .header {
	max-width: none !important;
}

.footer-subscribe .header p {
	font-family: 'neufile-grotesk-medium';
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	color: var(--perle);
}

.footer-subscribe p {
	font-family: 'neufile-grotesk-medium';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	display: flex;
	align-items: center;
	color: var(--selene);
}

.sidebar-footer .widget_custom_html {
	width: 100% !important;
}

.desktop_footer {
	background: var(--sapin);
}

.footer-media-description {
	font-family: 'neufile-grotesk-light';
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 24px;
	font-size: 14px;
	color: var(--charbon);
}

.widget_nav_menu a {
	padding: 6px 0;
}

.footer-media-button {
	width: 275px;
	height: 44px;
}

.footer-media-button:hover {
	background: var(--encre);
}

.phone-badge {
	padding: 4px 7px;
	border: 1px solid #8B919B;
	border-radius: 1000px;
}

.footer-subscribe .footer-subscribe-container {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12.5%;
}

.footer-subscribe .newsletter-frame,
.footer-subscribe .logo-frame {
	max-width: 50%;
}

.footer-subscribe .logo-frame img {
	max-width: 230px;
	width: 100%;
}

.sidebar-sub-footer {
	padding-top: 0;
}

.sidebar-sub-footer .inner {
	gap: 14px;
	border-top: solid 1px var(--argent);
}

.sidebar-footer .widget_text{
	width: 100%;
}

.sidebar-sub-footer .widget_nav_menu .menu > li > a,
.sidebar-sub-footer .widget_nav_menu .menu > li > a:hover {
	color: var(--charbon);
}

@media (max-width: 750px) {
	.footer-subscribe .footer-subscribe-container {
		padding: 40px 12px;
		text-align: center;
		gap: unset;
	}
	.footer-subscribe .newsletter-frame {
		width: 100%;
		max-width: 100%;
	}
	.footer-subscribe .logo-frame img {
		display: none;
	}
	.sidebar-sub-footer .widget_media_image {
		display: none;
	}
	.footer-subscribe {
		padding: 16px;
	}
	.sidebar-footer .inner {
		text-align: left;
		gap: 16px;
	}
	.sidebar-footer .widget_custom_html {
		width: 100% !important;
		text-align: left;
	}
	.sidebar-footer .widget_text{
		width: 100%;
	}
	.sidebar-sub-footer .inner {
		gap: 4px;
		border-top: solid 1px var(--argent);
		justify-content: center;
	}
	.sidebar-sub-footer .widget_nav_menu .menu > li > a,
	.sidebar-sub-footer .widget_nav_menu .menu > li > a:hover {
		padding-left: 0;
		padding-right: 0;
		font-size: 13px !important;
	}
	.sidebar-sub-footer .widget_text p:nth-last-child(1) {
		font-size: 12px;
	}
	.desktop_footer .cs-container {
		padding-left: 8px;
		padding-right: 8px;
	}
	#menu-bottom {
		gap: 16px;
	}
}

.page-id-63816 .entry-title {
	color: var(--anthracite) !important;
}

.page-id-63816 .entry-header{
	background: var(--argent) !important;
}