/*
Theme Name: Utopian
Theme URI: https://utopian.global
Author: Utopian
Author URI: https://utopian.global
Description: A theme developed for Urslo
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: utopian-theme
Tags: translation-ready

/*

Utopian Variables

*/

.borderBiblio {
	padding: 30px 20px 20px;
	border: 1px solid;
}

.borderBiblio h3 {
	margin-top: 0px;
}

.borderBiblio a {
	text-decoration: underline !important;
}

.wp-block-button.is-style-download a.wp-block-button__link.wp-element-button {
	background-color: transparent;
	border: 2px solid #263640;
	border-radius: 2px;
	color: #263640;
	position: relative;
}

.wp-block-button.is-style-download
	a.wp-block-button__link.wp-element-button::before {
	content: "\f019";
	font-family: var(--fa-style-family, "Font Awesome 6 Pro");
	font-weight: var(--fa-style, 900);
	opacity: 0;
	color: #fff;
	transition: 0.3s margin ease-in-out, 0.3s opacity ease-in-out;
	display: block;
	margin: -35px 0 10px;
}

.wp-block-button.is-style-download
	a.wp-block-button__link.wp-element-button:hover {
	background-color: #263640;
	border: 2px solid #263640;
	color: #fff !important;
	padding-top: 40px;
}

.wp-block-button.is-style-download
	a.wp-block-button__link.wp-element-button:hover::before {
	opacity: 1;
		margin-top: -30px;
}

.wp-block-button.is-style-download {
	flex: 0 0 100%;
	min-height: 100px;
}

@media screen and (min-width: 1000px) {
	.wp-block-button.is-style-download {
		flex: 0 0 30%;
	}
	.is-style-two-columns .wp-block-button.is-style-download {
		flex: 0 0 49%;
	}
}

.marginNone {
	margin: 0;
}

.paddingNone {
	padding: 0;
}

.is-service-name {
	margin-bottom: 0;
}

ol.wp-block-list.paddingNone {
	padding-left: 1.2em;
}

ol.wp-block-list.paddingNone li {
	margin: 0 0 0.5em;
}

.coffreBox {
	height: 100%;
	padding: 2em;
}

.coffreBox h2 {
	margin-top: 0;
}

.wp-block-button__link {
	transition: 0.3s all ease-in-out;
}

:root {
	--body-font: "Arial", sans-serif;
	--heading-font: "URLSO-Praktika", sans-serif;
}

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	box-sizing: border-box;
	visibility: hidden;
	scroll-behavior: smooth;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

/* Sections
	 ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
	margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */

main {
	display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
	background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
	font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
	font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
	/* 1 */
	overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
	/* 1 */
	text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

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

/**
   * Remove the inner border and padding in Firefox.
   */

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

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
	vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
	overflow: auto;
	outline: 0;
	width: 100%;
	border: 0;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

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

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

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

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
	display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
	display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
	display: none;
}

/* checkout-style */
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
	display: none;
}

section.woocommerce-order-details h2 {
	font-size: 20px;
	line-height: 18px;
	font-weight: 800;
	text-transform: none;
	color: #263640;
}

section.woocommerce-customer-details {
	display: none;
}

td.woocommerce-table__product-name.product-name a {
	text-decoration: none;
	color: #23282d;
}

td.woocommerce-table__product-name.product-name ul.wc-item-meta {
	padding: 0;
	margin: 0;
}

.woocommerce-order {
	max-width: 50em;
	color: #263640;
}

.woocommerce ul.order_details li strong {
	font-weight: 500;
}

.woocommerce ul.order_details li::before {
	content: "";
	height: 3px;
	width: 3px;
	background-color: #263640;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	left: -12px;
	top: 3px;
}

.woocommerce ul.order_details li {
	position: relative;
}

form.checkout.woocommerce-checkout h3 {
	font-size: 16px;
	line-height: 15px;
	font-weight: 600;
	text-transform: none;
	margin: 0 0 18px;
}

form.checkout.woocommerce-checkout .col-1 {
	width: 100%;
}

form.checkout.woocommerce-checkout {
	color: #263640;
	max-width: 50em;
}

#billing_first_name_field {
	width: 49.5%;
	box-sizing: border-box;
}

#billing_last_name_field {
	width: 49.5%;
	margin-left: 1%;
	box-sizing: border-box;
}

#billing_company_field,
#billing_email_field {
	width: 100%;
	box-sizing: border-box;
}

#billing_company_field input,
#billing_first_name_field input,
#billing_last_name_field input,
#billing_email_field input {
	display: block;
	width: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	outline: 0;
	margin-bottom: 3px;
	font-size: 15px;
	line-height: 18px;
	color: #263640;
	font-weight: 500;
	font-family: "Montserrat", sans-serif;
	border: 2px solid #68bbbf;
	display: block;
	text-align: left;
	padding: 20px 5px 4px;
	cursor: text;
}

.woocommerce form .form-row label {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	color: #2b2e38;
	position: relative;
	top: 21px;
	left: 7px;
	margin-top: -14px;
}

.woocommerce form .form-row {
	padding: 0;
}

#order_review_heading {
	margin-top: 20px;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	float: left;
}

.woocommerce-checkout #payment {
	background-color: transparent !important;
}

.woocommerce div.product form.cart .button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	-webkit-appearance: none;
	border: 2px solid #263640;
	background-color: #263640;
	color: white;
	font-weight: 900;
	font-size: 15px;
	padding: 13px;
	text-align: center;
	min-width: 150px;
	margin-top: 20px;
	cursor: pointer;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.woocommerce div.product.product_cat-formation form.cart .button {
	font-size: 0 !important;
	/*pointer-events: none !important;*/
}

.woocommerce div.product.product_cat-formation form.cart .button::before {
	content: "S'inscrire";
	font-size: 15px;
	pointer-events: auto !important;
}

.woocommerce div.product form.cart .button:hover,
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
	background-color: transparent;
	color: #263640;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	font-weight: 500 !important;
	font-family: "Montserrat", sans-serif;
}

.woocommerce table.shop_table {
	border: 0 solid transparent;
	border-collapse: collapse;
}

.woocommerce table.shop_table tfoot {
	display: none !important;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	border: solid 2px #68bbbf !important;
}

.woocommerce-checkout #payment div.form-row {
	padding: 0 !important;
}

/* adhesion-single-product */

.page_content_fix {
	position: relative;
}

div#page_content p {
	font-size: 13px;
	color: #263640;
	line-height: 18px;
	font-weight: 400;
}

div#page_content h3 {
	font-size: 16px;
	line-height: 15px;
	font-weight: 600;
	text-transform: none;
	color: #263640;
}

.woocommerce div.product form.cart .variations th {
	font-size: 11px;
	color: #263640;
}

.woocommerce div.product form.cart .variations tr {
	align-items: center;
	text-align: left;
}

.woocommerce div.product form.cart .variations select {
	box-sizing: border-box;
	width: 70%;
	font-size: 13.333px;
	color: #263640;
	outline: none;
}

.woocommerce div.product .woocommerce-tabs li.description_tab {
	font-size: 12px;
}

div#tab-description h2 {
	color: #263640;
	font-size: 20px;
	line-height: 18px;
	font-weight: 800;
}

article#post-361 .wp-block-column.has-background,
article#post-2971 .has-background {
	padding: 14px 20px;
}

article#post-361 p {
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	color: #263640;
}

article#post-361 .wp-block-column.has-background a {
	color: #23282d;
}

h4.is-style-default {
	margin-top: 0;
	margin-bottom: 1em;
	font-size: 1.4em;
	color: #666;
}

h2.is-style-default {
	font-size: 20px;
	margin-bottom: 0.4em;
	margin-top: 0;
}

h2 {
	color: #263640;
}

.woocommerce div.product .woocommerce-tabs .panel .woocommerce {
	display: none;
}

h4.is-style-default a::before {
	content: "";
	width: 10px;
	height: 2px;
	position: absolute;
	background: #666;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

h4.is-style-default a {
	position: relative;
	padding-left: 20px;
}

#site-navigation .menu > ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox; /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
	height: 100%;
	justify-content: flex-end;
	align-items: center;
}

button.menu-toggle {
	background: transparent;
	color: #fff;
	font-size: 2.4em;
	text-align: right;
	border: none;
	padding: 0 1.166666666666667em;
	margin-right: -1.166666666666667em;
}

.search-results .search-result {
	display: grid;
	grid-template-columns: 1fr;
	margin: 2em;
	gap: 2em;
}

.search-results .search-result img {
	max-height: 20em;
	object-fit: cover;
	width: 100%;
}

.search-results .search-result a {
	color: #263640;
	text-decoration: none;
}

.search-results .search-result .wp-block-button__link {
	background: #263640;
	border: 1px solid #263640;
	transition: all 0.3s ease-in-out;
}

.search-results .site-main {
	padding-top: 10em;
}

html {
	font-family: var(--body-font);
	font-size: 16px;
}

header#masthead .megamenuToggle i.fa-thin.fa-bars {
	opacity: 1;
	transition: all 0.2s ease-in-out;
	font-weight: 200;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

header#masthead.opened .megamenuToggle i.fa-thin.fa-bars {
	opacity: 0;
}

header#masthead .megamenuToggle i.fa-solid.fa-xmark {
	opacity: 0;
	position: absolute;
	transition: all 0.2s ease-in-out;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #263640;
	font-weight: 400;
}

header#masthead.opened .megamenuToggle i.fa-solid.fa-xmark {
	opacity: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

header#masthead.opened .megamenuToggle span {
	opacity: 0;
	position: absolute;
	transition: all 0.2s ease-in-out;
}

.site-header.opened.scrolled .site-branding {
	padding: 1.5em 0;
}

.site-header .site-branding .site-logo {
	width: 11em;
	position: relative;
	height: 4.2em;
}

.site-header .site-branding .site-logo img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transition: all 0.3s ease-in-out;
}

.site-header.scrolled .site-branding .site-logo img.mini-logo {
	opacity: 1;
	scale: 1;
}

.site-header.scrolled .site-branding .site-logo img.full-logo {
	opacity: 0;
	scale: 0.8;
}

.site-header .site-branding .site-logo img.full-logo {
	opacity: 1;
	scale: 1;
}

.site-header .site-branding .site-logo img.mini-logo {
	opacity: 0;
	scale: 0.8;
}

article#post-361 .is-style-btn-outline > a,
article#post-361 .wp-block-column section.formulaire a {
	border-color: #68bbbf;
}

@media screen and (min-width: 960px) {
	.shared {
		display: flex;
		gap: 1em;
		align-items: center;
	}
	button.menu-toggle {
		display: none;
	}
}

@media screen and (min-width: 1000px) {
	html {
		/* font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width]))); */
/* 		font-size: calc(11px + 2 * ((100vw - 1000px) / 700)); */
	}
}

@media screen and (min-width: 1700px) {
	html {
		font-size: 18px;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--heading-font);
}

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

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

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

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

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

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

.wrap {
	margin: 0 5.208333333333333%;
}

.header-wrap {
	margin: 0 3.333333333333333%;
}

.site-header .header-wrap {
	display: grid;
	grid-template-columns: 23% max-content;
	gap: 0.95em;
	align-items: center;
}

a.headerSocial {
	padding: 0 0.75em;
	background: #263640;
	width: 2.5em;
	color: #fff;
	border-radius: 50%;
	aspect-ratio: 1;
	display: grid;
	font-size: 1em;
	justify-items: center;
	align-items: center;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

a.headerSocial:hover {
	background: #68bbbf;
}

.site-branding p {
	position: absolute;
	left: -9999px;
	opacity: 0;
}

.menu a {
	color: #263640;
	text-decoration: none;
	font-size: 0.9em;
	text-transform: uppercase;
	letter-spacing: 2.8px;
	font-weight: 600;
	line-height: 2.857142857142857;
	position: relative;
	/* margin: 2em 0; */
}

.menu a:after {
	content: "";
	width: 0;
	height: 1.5px;
	background: #263640;
	position: absolute;
	left: 0;
	bottom: -5px;
	transition: all 0.4s ease-in-out;
}

.menu a:hover:after {
	width: 100%;
}

.menu li {
	list-style: none;
}

ul.menu {
	padding: 0;
}

header#masthead {
	/* padding: 2em 0; */
	position: fixed;
	width: 100%;
	top: 0;
	background: #fff;
	z-index: 9999;
	transition: all 0.3s ease-in-out;
}

.admin-bar header#masthead {
	top: 32px;
}

#site-navigation ul.menu > li {
	text-align: center;
	height: 100%;
	display: grid;
	align-items: center;
	/* position: relative; */
	justify-self: center;
}

#site-navigation ul.menu > li.menu-item-has-children::before {
	content: "\f107";
	font-family: "Font Awesome 6 Pro";
	order: 2;
}

li.dropdown.has_child.current_item .dropdown-menu {
	padding: 1em;
	text-align: left;
}

header#masthead.opened {
	position: fixed;
	top: 0;
	background: #fff;
	z-index: 9999;
	left: 0;
	/* width: 100vw; */
}

.admin-bar header#masthead.opened {
	top: 32px;
}

.search-bar button.searchOpen {
	background-color: transparent;
	box-shadow: none;
	border: none;
	cursor: pointer;
	transition: all 0.4s ease-in-out;
	position: relative;
}

.search-bar button.searchOpen i.fa-xmark {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	font-weight: 300;
	font-size: 1.5em;
	line-height: 0.7;
	opacity: 0;
	z-index: -1;
	pointer-events: none;
	transition: all 0.3s ease-in-out;
}

.category-dropdown {
	display: grid;
	justify-items: center;
	align-items: center;
	padding: 2em 3em;
}

.category-dropdown select.category-dropdown__select {
	transition: all 0.3s ease-in-out;
	font-size: 1em;
	height: 3em;
	min-width: 15em;
	padding: 0.5rem 0.8rem;
	color: #25363f;
	cursor: pointer;
	border: 1px solid #25363f;
}

.category-dropdown select.category-dropdown__select:focus {
	outline: none;
}

.category-dropdown select.category-dropdown__select:hover {
	color: #fff;
	background: #25363f;
}

header.opened .search-bar button.searchOpen i.fal.fa-search {
	opacity: 0;
	z-index: -1;
	pointer-events: none;
}

header.opened .search-bar button.searchOpen i.fa-xmark {
	opacity: 1;
	z-index: 1;
	pointer-events: all;
}

.search-bar button.searchOpen:focus-visible {
	outline: none;
}

.megamenuToggle {
	width: 30px;
	height: 30px;
	border: 1px solid #263640;
	border-radius: 100%;
	cursor: pointer;
	position: relative;
}

.megamenuToggle span {
	height: 0.7px;
	width: 0.9em;
	background: #263640;
	justify-self: center;
}

.megamenuToggle span:nth-of-type(2) {
	width: 1em;
	margin-left: 0.5px;
}

.megamenuToggle span:not(:last-of-type) {
	margin-bottom: 4px;
}

.megamenu {
	display: flex;
	gap: 0.6em;
	align-items: center;
}

/* .eachProgram .overImage {
    position: relative;
    padding-bottom: 88.2%;
    overflow: hidden;
}

.eachProgram .overImage img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    transition: 0.3s all ease-in-out;
} */

.header-overlay {
	height: 90vh;
	position: fixed;
	top: 10vh;
	padding-top: 7em;
	width: 100vw;
	background: #fff;
	z-index: 9990;
	opacity: 0;
	pointer-events: none;
	transition: all 0.4s ease-in-out;
}

.header-overlay.opened {
	opacity: 1;
	pointer-events: all;
	text-align: center;
}

.menu-overlay .menu > li > a {
	font-size: 2em;
	line-height: 1.5;
	font-weight: 700;
}

.search-form-container form.searchform {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, 30%);
	width: 80%;
}

.search-form-container form.searchform input.search-input {
	width: 100%;
	border: none;
	border-bottom: 1px solid #263640;
	padding: 1em;
	color: #263640;
}

.search-form-container form.searchform input.search-input:focus {
	outline: none;
}

.search-form-container form.searchform button.searchsubmit {
	background: transparent;
	border: none;
	box-shadow: none;
	color: #263640;
	font-size: 1.5em;
	position: absolute;
	right: 1em;
	top: 50%;
	transform: translateY(-50%);
}

.acf-block-preview section.default-hero .backgroundImage img {
	z-index: 0;
}

.wp-block-button.is-style-btn-arrow-right .wp-block-button__link {
	margin-top: 1.25em;
	font-weight: 500;
	font-size: 0.8em;
	line-height: 1;
	color: #fff !important;
	text-transform: uppercase;
	position: relative;
	gap: 1em;
	letter-spacing: 0.0625em;
	width: 100%;
	background: none;
	text-align: right;
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	padding: 0;
}

.wp-block-button.is-style-btn-arrow-right .wp-block-button__link::after {
	content: "";
	width: 1.8em;
	height: 1.8em;
	background-size: contain;
	background-image: url(/wp-content/uploads/2022/04/arrow-next.png);
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.2s ease-in-out;
}

.wp-block-button.is-style-btn-arrow-right .wp-block-button__link:hover {
	color: #fff;
}

.wp-block-button.is-style-btn-arrow-right .wp-block-button__link:hover::after {
	transform: translateX(1em);
}

.wp-block-button.is-style-btn-arrow-right {
	margin-right: 0;
}

.wp-block-button.is-style-btn-arrow:after {
	content: "";
	width: 0;
	height: 1px;
	background: #000;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.3s ease-in-out;
}

.wp-block-button.is-style-btn-arrow {
	position: relative;
}

.wp-block-button.is-style-btn-arrow:hover:after {
	width: calc(100% - 6em);
}

.acf-block-body .acf-block-preview .backgroundImage img {
	z-index: 0;
}

.acf-block-body .acf-block-preview section.default-hero {
	margin-top: 0;
}

.search-form-container form.searchform > div {
	position: relative;
}

.site-branding {
	padding: 1.5em 0;
	transition: all 0.2s ease-in-out;
}

.site-header.scrolled .site-branding {
	padding: 0;
}

.menu-item-has-children > ul {
	padding: 0;
}

#site-navigation ul.sub-menu li {
	text-align: left;
}

#site-navigation ul.menu > li > .sub-menu {
	background: #fff;
	z-index: 1;
	/* box-shadow: 17px 20px 20px 0px #00000054; */
	opacity: 0;
	pointer-events: none;
	transition: all 0.4s ease-in-out;
	height: auto;
	margin: 0;
	min-width: 200px;
}

#site-navigation ul.menu > .megasubmenu ul.sub-menu {
	display: grid;
	grid-template-columns: 1fr;
	font-size: 1.1em;
	padding: 1.888889em 3.611111111111111em;
	max-width: 64em;
	column-gap: 1em;
}

#site-navigation ul.menu > .megasubmenu ul.sub-menu li {
	padding: 0.7em 0 0 0;
	transition: all 0.3s ease-in-out;
}

#site-navigation ul.menu > .megasubmenu ul.sub-menu li span {
	display: grid;
	grid-template-columns: max-content auto;
	align-items: center;
	gap: 0.6em;
	color: #29363f;
	text-transform: uppercase;
	font-family: "URLSO-Praktika-Medium";
	letter-spacing: 1.6px;
	font-size: 0.8888888888888888em;
	line-height: 1.1875;
}

#site-navigation ul.menu > .megasubmenu ul.sub-menu li a:after {
	display: none;
}

#site-navigation ul.menu > .megasubmenu ul.sub-menu li span img {
	width: 2.3333333333333335em;
	height: 2.3333333333333335em;
	object-fit: contain;
	transition: all 0.2s ease-in-out;
}

#site-navigation ul.menu > .megasubmenu ul.sub-menu li:after {
	background: #2b353e;
	opacity: 0.09;
}

#site-navigation ul.menu > .megasubmenu ul.sub-menu li:hover {
	background: #ededed;
}

#site-navigation ul.menu > .megasubmenu ul.sub-menu li:hover span img {
	transform: scale(1.1);
}

.site-branding img.site-slogan {
	position: relative;
	left: auto;
	opacity: 1;
	margin-top: 0.4em;
	transition: 0.2s all ease-in-out;
	font-size: 0.9em;
	margin-bottom: 0;
	white-space: nowrap;
	margin-left: 1em;
}

.entry-content p,
.entry-content li,
.entry-content a {
	font-size: 1.1em;
}

.entry-content a {
	color: #68bbbf;
}

@media screen and (min-width: 960px) {
	.site-branding img.site-slogan {
		margin-left: -1.4em;
	}

	#site-navigation ul.menu > .megasubmenu ul.sub-menu {
		grid-template-columns: 1fr 1fr 1fr;
		width: max-content;
	}

	#site-navigation ul.menu > .megasubmenu ul.sub-menu li {
		padding: 1em 1em;
	}
}

.scrolled .site-branding img.site-slogan {
	margin-top: -0.5em;
	margin-bottom: 0.6em;
}

header.opened a.headerSocial {
	opacity: 0;
}

#site-navigation ul.menu > li.menu-item-has-children:hover > ul.sub-menu {
	opacity: 1;
	pointer-events: all;
}

.menu-item.title > a {
	text-transform: uppercase;
	font-weight: 100;
	cursor: initial;
	display: inline-block;
	margin-bottom: 1.5em;
}

.menu-item.title > a:after {
	content: none;
}

.is-style-dots-decorations {
	font-size: 1.2rem;
	padding-left: 23.63953488372093% !important;
	/* padding-bottom: 4rem; */
	padding-top: 0.6rem;
	position: relative;
	min-height: 10.5rem;
	display: grid;
	align-items: flex-start;
	line-height: 1.3;
}

h1.is-style-dots-decorations.has-background,
h2.is-style-dots-decorations.has-background,
h3.is-style-dots-decorations.has-background,
h4.is-style-dots-decorations.has-background,
h5.is-style-dots-decorations.has-background,
h6.is-style-dots-decorations.has-background {
	padding-top: 3.25rem;
	padding-bottom: 3.25rem;
}

.is-style-dots-decorations::before {
	content: "";
	width: 4.55rem;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
	background-image: radial-gradient(#c4c4c4 18.5%, transparent 25%);
	background-color: transparent;
	background-position: 0 0;
	background-size: 1.1375rem 1.1375rem;
	z-index: -1;
}

h1.is-style-dots-decorations.has-background::before,
h2.is-style-dots-decorations.has-background::before,
h3.is-style-dots-decorations.has-background::before,
h4.is-style-dots-decorations.has-background::before,
h5.is-style-dots-decorations.has-background::before,
h6.is-style-dots-decorations.has-background::before {
	height: calc(100% - 5rem);
	top: 50%;
	transform: translateY(-50%);
	z-index: 0;
}

.is-style-underline-left-bottm {
	position: relative;
	color: #263640;
	font-size: 1.8rem;
}

.is-style-underline-left-bottm::after {
	content: "";
	width: 7.45rem;
	height: 0.2rem;
	background: #68bbbf;
	position: absolute;
	left: 0;
	bottom: -1.225rem;
}

.is-style-double-lines {
	font-size: 1.7rem;
	font-weight: 900;
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox; /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
	align-items: center;
	justify-content: center;
	gap: 0.8461538461538462em;
	color: #263640;
}

.acf-block-body .acf-block-preview section.eachProgram {
	width: 100%;
}

.block-editor-block-list__layout .block-editor-block-list__block:after {
	position: relative;
}

.is-style-double-lines::before {
	content: "";
	width: 4.538462em;
	height: 0.0153846153846154em;
	background: linear-gradient(
		90deg,
		rgba(0, 0, 0, 1) 21.38888888888889%,
		rgba(0, 0, 0, 0.1) 20%
	);
}

.is-style-underline-left-center {
	font-size: 1.5rem;
	position: relative;
	align-items: center;
	gap: 0.5em;
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox; /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: flex;
	color: #263640;
	margin-bottom: 0.8rem;
}

.is-style-underline-left-center::before {
	content: "";
	width: 70px;
	height: 2px;
	background: #68bbbf;
}

.is-style-double-lines::after {
	content: "";
	width: 4.538462em;
	height: 0.0153846153846154em;
	background: linear-gradient(
		90deg,
		rgba(0, 0, 0, 0.1) 78.61111111111111%,
		rgba(0, 0, 0, 1) 21.38888888888889%
	);
}

.is-style-btn-outline > a,
.wp-block.is-style-btn-outline .wp-block-button__link {
	display: inline-grid;
	transition: all 0.2s ease-in-out;
	grid-template-columns: 1fr auto;
	padding: 0.93em 1.6em;
	border: 1px solid #000000;
	color: #000;
	line-height: 1.4;
	min-width: 11em;
	font-size: 0.9em;
	font-weight: 500;
	gap: 1.75em;
	align-items: center;
	margin: 0 1em 1em 0;
	background: transparent;
	border-radius: 0;
}

.is-style-btn-outline > a:hover,
.wp-block.is-style-btn-outline .wp-block-button__link:hover {
	background-color: #263640;
	color: #fff !important;
	transition: all 0.2s ease-in-out;
	border-color: #263640;
	gap: 2.5em;
}

.is-style-btn-outline > a:after {
	content: "\f178";
	font-weight: 300;
	display: inline-block;
	font-size: 1.4em;
	transition: all 0.2s ease-in-out;
	font-family: "Font Awesome 6 Pro";
}

.is-style-btn-outline > a:hover::after {
	color: white;
}

.wp-block-button__link:hover {
	color: inherit !important;
}

.search-results .search-result .wp-block-button__link:hover {
	color: #263640 !important;
	background: #fff;
}

.zig-zag-post-row
	.wp-block-button:not(.is-style-btn-arrow)
	.wp-block-button__link {
	border: 1px solid #263640;
}

.zig-zag-post-row
	.wp-block-button:not(.is-style-btn-arrow)
	.wp-block-button__link:hover {
	color: #263640 !important;
	background: #fff !important;
}

.zig-zag-post-row
	.wp-block-button:not(.is-style-btn-arrow)
	.wp-block-button__link:hover::after {
	color: #263640 !important;
}

.is-style-btn-arrow > a,
.wp-block.is-style-btn-arrow .wp-block-button__link {
	background: transparent;
	color: #000 !important;
	font-size: 1em;
	border-radius: 0;
	text-align: left;
	position: relative;
	padding-right: 6em;
	padding-left: 0;
}

.is-style-btn-arrow > a.has-white-color.has-text-color {
	color: #fff !important;
}

.is-style-btn-arrow > a.has-white-color.has-text-color::after {
	background-image: url(/wp-content/uploads/2022/08/arrow-e1646302249806-white.png);
}

.is-style-btn-arrow > a:before,
.wp-block.is-style-btn-arrow:before {
	content: "";
	width: 1.6em;
	height: 1.6em;
	border: 1px solid;
	position: absolute;
	border-radius: 100%;
	right: 0;
	top: 0.667em;
}

.is-style-btn-arrow > a:after,
.block-editor-block-list__layout .wp-block.is-style-btn-arrow::after {
	content: "";
	background-image: url(/wp-content/uploads/2022/03/arrow-e1646302249806.png);
	width: 3em;
	height: 1em;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 0.5em;
	left: unset;
	top: calc(50% + 0.667em);
	transform: translateY(calc(-50% - 0.5em));
	transition: all 0.5s ease-in-out;
}

.is-style-btn-arrow > a:hover:after {
	right: 0;
	transform: translateY(calc(-50% - 0.5em));
}

.site-footer {
	background-color: #263640;
	padding-top: 4em;
	/* box-shadow: 0px -20px 20px 0px #00000063; */
	color: #fff;
}

.footer-bottom {
	border-top: 1px solid;
	margin-top: 3em;
	padding: 2em 0;
	font-size: 0.8em;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 2em;
}

.footer-container {
	display: grid;
	/* grid-template-columns: repeat(4, 1fr); */
	gap: 5em;
	/* align-items: center; */
}

.footer-column h6 {
	text-transform: uppercase;
	letter-spacing: 2.8px;
	margin: 0;
	/* color: #68BBBF; */
}

.footer-column p {
	line-height: 1.7;
	letter-spacing: 1px;
}

.footer-column a {
	color: #fff;
	line-height: 1.2;
	letter-spacing: 1px;
	text-decoration: none;
	transition: all 0.4s ease-in-out;
}

.footer-column a:hover {
	color: #68bbbf;
}

.footer-logo {
	max-width: 60%;
	/*   margin: 0 auto; */
}

.footer-column .social-media {
	display: flex;
	padding: 2em 0 0 0;
	/*   justify-content: center; */
	gap: 1em;
}

.footer-column .social-media .single-media a {
	color: #fff;
}

.footer-column .social-media .single-media a {
	background-color: #68bbbf;
	width: 3em;
	height: 3em;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	text-decoration: none;
	transition: all 0.4s ease-in-out;
}

.acf-block-body .acf-block-preview section.slider-actualities .wrap {
	max-width: 28em;
}

.footer-column .social-media .single-media a:hover {
	background: #114261;
	color: #68bbbf;
}

section.zig-zag
	.eachImageContentGrid
	.image
	.wp-block-image.is-style-full-height
	img {
	height: 100%;
}

.wpcf7 form .wpcf7-response-output {
	margin: 3em 0.5em 1em;
	padding: 0.2em 1em;
	background-color: #263640 !important;
	border: none !important;
	color: #fff;
	font-size: 13px;
}

section.pop-up {
	position: fixed;
	top: 0;
	z-index: 9999;
	background: #0000009c;
	width: 100vw;
	height: 100vh;
	overflow: auto;
	opacity: 0;
	pointer-events: none;
	transition: all 0.4s ease-in-out;
}

.popUp button#close {
	position: absolute;
	right: 0.5rem;
	top: 0.5rem;
	background: #fff;
	color: #263640;
	border: none;
	box-shadow: none;
	border-radius: 100%;
	height: 2rem;
	width: 2rem;
	z-index: 9999;
	cursor: pointer;
	transition: all 0.4s ease-in-out;
}

.search-bar button.searchOpen i.fal.fa-search {
	color: #000;
}

.popUp button#close:hover {
	background: #263640;
	color: #fff;
}

section.pop-up.show-popup {
	opacity: 1;
	pointer-events: all;
}

.popUp {
	margin-top: 3em;
	height: 90vh;
	position: relative;
}

.site-branding img,
.footer-logo img {
	width: 100%;
}

.backgroundImage {
	height: 100%;
	display: grid;
	align-items: center;
}

/* section.pop-up .wrap {
	width: 76.875%;
	margin: 0 auto;
} */

.popUp .content .button i {
	position: absolute;
}

.popUp .content .button {
	width: 100%;
	position: relative;
}

.popUp .content .button .icon {
	color: #fff;
	z-index: 1;
	left: 0.8em;
	font-size: 1.5em;
	top: 0.8em;
}

.popUp .content .button input[type="email"] {
	width: 100%;
	/* height: 2.52em; */
	padding: 1em 0 1em 3em;
	background: #a3b2bf;
	color: #fff;
}

.popUp .backgroundImage img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.popUp .content {
	background: #263640;
	text-align: center;
	color: #fff;
	padding: 2.4em 1.54em 2.64em;
	position: relative;
}

.popUp .content h2 {
	font-weight: 700;
	margin: 0 0 0.8em;
}

.popUp .content p {
	font-size: 1.1rem;
	color: #ffffff99;
	line-height: 2;
}

.popUp form.email input#email::placeholder,
form .mailchimp input#email::placeholder {
	color: #fff;
	text-align: left;
	font-size: 0.72em;
	/* padding-left: 4.304347826086957em; */
}

.popUp .content .button button[type="submit"] {
	width: 4.6em;
	position: relative;
	/* right: 0; */
	/* top: 0; */
	padding: 1.6em 2em;
}

form.email input#email,
form .mailchimp input#email {
	height: 100%;
	width: 100%;
	padding: 1em 1em 1em 3em;
	background: #ffffff9f;
	color: #fff;
	border: none;
}

form.email,
form .mailchimp p {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 4.5em;
	align-items: center;
}

form .mailchimp .wpcf7-form-control-wrap {
	height: 100%;
}

body form .mailchimp p {
	font-size: inherit !important;
	color: inherit !important;
	line-height: inherit !important;
}

.popUp .content .button i.fas.fa-paper-plane {
	position: absolute;
	right: 1.8em;
	color: #68bbbf;
	top: 50%;
	transform: translateY(-50%);
}

.popUp .content .button {
	margin-top: 1.36em;
}

.popUp i.fas.fa-user {
	left: 1em;
}

.choices__list--dropdown .choices__list,
.choices__list[aria-expanded] .choices__list {
	color: #000;
}

.popUp .is-style-btn-outline > a {
	color: #fff !important;
	border-color: #fff;
	margin-bottom: 0;
	margin-top: 1em;
}

.popUp .choices__list--multiple .choices__item {
	background-color: #68bbbf;
	border-color: #68bbbf;
}

.popUp .choices[data-type*="select-multiple"] .choices__button,
.choices[data-type*="text"] .choices__button {
	border-color: #dbb150;
}

.popUp .backgroundImage {
	height: auto;
}

.popUp .backgroundImage img {
	object-fit: cover;
}

section.formulaire a i::after {
	content: none !important;
}

.single-post .entry-content p {
	color: #263640;
}

.single-post .entry-content a:not(.wp-block-button__link) {
	text-decoration: underline;
	color: #263640;
}

.single-post .hero,
.single-event .hero {
	margin-bottom: 4em;
}

.single-post .entry-content {
	color: #263640;
}

.wrapper .wp-block-column {
	color: #263640;
}

.wrapper .wp-block-column a {
	text-decoration: none;
	color: #263640;
}

.wrapper .wp-block-table table,
.wrapper .wp-block-table th,
.wrapper .wp-block-table td {
	border: solid 1px #68bbbf;
}

.wrapper .wp-block-table th:first-child,
.wrapper .wp-block-table td:first-child {
	text-align: left;
}

.wrapper .wp-block-table th,
.wrapper .wp-block-table td {
	padding: 6px 5px;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	width: 70%;
}

/* WooCommerce */
form.cart .quantity.quantity-hidden {
	display: none !important;
}

.adhesion-categorie-container {
	margin-bottom: 18px;
}

.dist_form_page p::after {
	content: "";
	display: block;
	clear: both;
}

.dist_form_page h3 {
	font-family: "Praktika", sans-serif;
	font-size: 30px;
	line-height: 32px;
	display: inline-block;
	width: 100%;
	text-align: left !important;
	color: #263640;
	font-weight: 900;
	margin-bottom: 8px;
}

.dist_is_paid div.product form.cart .button {
	pointer-events: none;
	border-color: transparent !important;
	background-color: transparent !important;
	color: black !important;
	padding: 0 !important;
	font-size: 0 !important;
	display: block;
	white-space: normal;
	text-align: left !important;
}
.dist_is_paid div.product form.cart .button::before {
	content: "Nous avons bien reÃ§u votre demande, veuillez complÃ©ter le formulaire pour la finaliser." !important;
	font-size: 14px;
	color: #219019;
	line-height: 18px;
	font-weight: 600;
}
.dist_facture_no_modif {
	pointer-events: none;
}
div.wpcf7-response-output {
	margin: 24px 0 0;
	background-color: #263640 !important;
	border: none !important;
	padding: 10px 25px;
	color: #fff;
	font-size: 13px;
}

.dist_is_paid div.product form.cart::before,
.dist_is_paid div.product p.cart::before {
	display: none !important;
}
.dist_is_paid form.cart .quantity {
	display: none !important;
}

.dist_paid_or_not_paid_message {
	border: 2px solid #d20000;
	margin-bottom: 20px;
	padding: 6px 10px;
	position: relative;
}
.dist_paid_or_not_paid_message::before {
	content: "\f06a";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 20px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #d20000;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto;
	width: 20px;
	height: 20px;
}
.dist_paid_or_not_paid_message::after {
	content: "Veuillez vous inscrire en cliquant sur le bouton dans la section ci-haut avant de remplir ce formulaire.";
	margin-left: 29px;
	display: block;
	color: #d20000;
	font-weight: 800;
	font-size: 13px;
}
.dist_is_paid .dist_paid_or_not_paid_message::after {
	content: "Votre demande a Ã©tÃ© reÃ§u avec succÃ¨s, veuillez maintenant remplir le formulaire d'inscription.  Si vous avez choisi de payer par chÃ¨que, n'oublier pas de le libellerâ€‹ â€‹â€‹auâ€‹ â€‹nomâ€‹ â€‹de â€‹â€‹Loisirâ€‹ â€‹sportâ€‹ â€‹Outaouais et de le faireâ€‹ â€‹parvenirâ€‹ â€‹Ã â€‹ â€‹lâ€™adresseâ€‹ â€‹suivante: 390,â€‹ â€‹avenueâ€‹ â€‹Buckingham,â€‹ â€‹bureauâ€‹ â€‹209, Gatineauâ€‹ â€‹(QuÃ©bec)â€‹ â€‹J8Lâ€‹ â€‹2G7" !important;
}
.single-product .dist_is_shop_col_one .type-product > .onsale,
.single-product
	.dist_is_shop_col_one
	.type-product
	> .woocommerce-product-gallery {
	display: none;
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
	width: auto;
	float: none;
}

.woocommerce #page_content,
.woocommerce-page .woocommerce {
	padding: 5em 0;
	margin: 0 5.208333333333333%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border-radius: 0 !important;
	border: 2px solid #68bbbf !important;
	background-color: #68bbbf !important;
	border-bottom: 0 !important;
	color: white !important;
	padding: 0 20px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	color: white !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background-color: #ffffff !important;
	color: #68bbbf !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #68bbbf !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	border-bottom: 2px solid #68bbbf !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	display: none;
}
.woocommerce div.product form.cart::before,
.woocommerce div.product p.cart::before {
	/*content: "Suite au paiement de votre adhÃ©sion, vous serez redirigÃ©s vers le formulaire dâ€™inscription. Vous devez complÃ©ter ce formulaire pour officiellement Ãªtre reconnu comme membre.";
	color: #d20000;
	font-weight: 800;
	font-size: 13px;*/
}
.woocommerce div.product.product_cat-formation form.cart::before,
.woocommerce div.product.product_cat-formation p.cart::before {
	content: "Suite au paiement de votre inscription, vous serez redirigÃ©s vers le formulaire dâ€™inscription. Vous devez complÃ©ter ce formulaire pour Ãªtre officiellement inscrit.";
}
.single-product .product_meta,
.single-product .related,
.single-product .products,
#tab-title-additional_information,
.reset_variations,
.post-type-archive-product .woocommerce-ordering {
	display: none !important;
}
.woocommerce button.button.disabled {
	pointer-events: none;
}
table.variations {
	margin-top: 15px;
}
.dist_shop_haz_no_form div.product form.cart::before,
.dist_shop_haz_no_form div.product p.cart::before,
.dist_shop_haz_no_form #tab-title-inscription,
.dist_shop_haz_no_form #payment #place_order,
.dist_shop_haz_no_pdf #tab-title-inscription-pdf,
.dist_shop_haz_no_pdf #payment #place_order {
	display: none !important;
}

/* Single product */
.woocommerce div.product .product_title {
	color: #68bbbf;
	font-weight: 900;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: #263640;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	-webkit-appearance: none;
	border: 2px solid #263640;
	background-color: #263640;
	color: white;
	font-weight: 900;
	font-size: 1emedium;
	padding: 0.8em;
	text-align: center;
	margin-top: 1em;
	cursor: pointer;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.woocommerce div.product form.cart .button {
	float: none;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	color: #263640;
	background-color: #fff;
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
	background: #263640;
}

.woocommerce-notices-wrapper,
nav.woocommerce-breadcrumb {
	display: none;
}

table.shop_table.woocommerce-checkout-review-order-table tfoot {
	display: none;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	float: none;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	background: transparent;
}

.single-product #page {
	padding-top: 2em;
}

.single-product .variations tr {
	display: grid;
	grid-template-columns: 10% 90%;
	width: 100%;
	gap: 0.5em;
}

.single-product .variations tr .value select {
	width: 100%;
}

.woocommerce-checkout #page {
	padding-top: 5em;
}

@media only screen and (min-width: 760px) {
	.popUp form.email input#email::placeholder,
	form .mailchimp input#email::placeholder {
		font-size: 0.92em;
		/* padding-left: 3em; */
	}

	.popUp .content .button {
		margin-top: 2em;
	}
}

@media only screen and (min-width: 960px) and (max-width: 1200px) {
	section.main-hero .titleContent h1 {
		font-size: 5.5em !important;
	}

	.megamenu {
		display: grid;
		gap: 0.6em;
		align-items: center;
		grid-template-columns: 1fr 1fr;
	}
}

@media only screen and (min-width: 960px) {
	.site-header .site-branding .site-logo {
		height: 6.2em;
	}
	.menu a {
		letter-spacing: 2px;
	}
	.search-results .search-result {
		grid-template-columns: 1fr 1fr;
	}
	#site-navigation ul.menu > li.menu-item-has-children > ul.sub-menu a {
		line-height: 18px;
		margin-right: auto;
		text-transform: none;
		letter-spacing: 1.2px;
	}

	.megamenuToggle {
		display: none;
	}

	#site-navigation ul.sub-menu li {
		padding: 15px;
	}

	#main-menu > div > ul > li > .sub-menu > li:after {
	}

	#site-navigation ul.sub-menu li::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 15px;
		width: 78%;
		height: 1px;
		background-color: #a7a9ab;
	}

	#site-navigation ul.sub-menu li {
		position: relative;
	}

	#site-navigation ul.menu > .menu-item-has-children > ul {
		grid-template-columns: 1fr 1fr;
		transform: translateX(-50%);
		left: 50%;
		background: #d9dadb;
	}

	#site-navigation ul.menu {
		position: relative;
	}

	#site-navigation ul.menu > li.menu-item-has-children {
		position: relative;
	}

	.is-style-double-lines {
		font-size: 2.25rem;
	}

	.is-style-underline-left-center {
		font-size: 2rem;
	}

	header#masthead.opened .header-wrap .site-branding,
	header#masthead.opened .header-wrap nav#site-navigation {
		opacity: 0;
	}

	.menu-overlay .menu > li > a::after {
		height: 3.5px;
	}

	.search-form-container form.searchform {
		width: 50%;
	}
	.popUp .content .button {
		margin-top: 2em;
	}
}

@media only screen and (min-width: 1700px) {
	#site-navigation ul.menu {
		max-width: 1430px;
		margin: 0 auto !important;
	}

	.popUp .content .button {
		margin-top: 3.36em;
	}

	.popUp .content {
		padding: 3.4em 5.54em 3.64em;
	}
}

@media (max-width: 600px) {
	.site-branding img {
		width: 100px;
	}

	#site-navigation {
		top: 110px !important;
	}

	.content-socials {
		bottom: -1.5em !important;
	}
}

@media (min-width: 600px) {
	.is-style-dots-decorations::before {
		left: 3.662790697674419%;
	}

	.is-style-dots-decorations {
		font-size: 1.75rem;
		padding-left: 16.63953488372093% !important;
	}
}

@media (max-width: 960px) {
	#site-navigation ul.menu > li.menu-item-has-children > ul.sub-menu {
		transition: all 0.5s ease-in-out;
	}

	#site-navigation ul.menu > li.menu-item-has-children > ul.sub-menu.opened {
		height: auto;
		margin: 1em 0;
		padding: 1em 1em;
	}

	#site-navigation ul.menu > li.menu-item-has-children:hover > ul.sub-menu {
		display: block;
	}

	#site-navigation ul.menu > li a {
		width: fit-content;
	}

	#site-navigation ul.menu > li.menu-item-has-children {
		position: relative;
		width: fit-content;
	}

	#site-navigation ul.menu > li.menu-item-has-children::before {
		position: absolute;
		left: 10px;
	}

	#site-navigation ul.menu > li {
		text-align: left;
	}

	ul#menu-menu-1 {
		margin-left: 30px;
	}

	#site-navigation {
		position: fixed;
		top: 0;
		left: 0;
		background: #fff;
		z-index: 1;
		width: 100vw;
		height: 100vh;
		overflow: auto;
	}

	.footer-container {
		gap: 2em;
	}

	.menu-overlay .menu > li > a {
		font-size: 2.8em;
	}

	.site-header .header-wrap {
		justify-content: space-between;
	}

	#site-navigation ul.menu > li.menu-item-has-children {
		grid-template-areas:
			". item caret ."
			". sub-menu sub-menu .";
	}

	#site-navigation ul.menu > li.menu-item-has-children::before {
		grid-area: caret;
	}

	#site-navigation ul.menu > li.menu-item-has-children > a {
		grid-area: item;
	}

	#site-navigation ul.menu > li.menu-item-has-children > .sub-menu {
		grid-area: sub-menu;
		height: 0;
		padding: 0 1em;
		opacity: 1;
		pointer-events: all;
		margin: 0;
		overflow: hidden;
		transition: none;
	}

	.footer-container {
		align-items: center;
		justify-content: center;
		text-align: center;
	}
}

@media only screen and (min-width: 960px) and (max-width: 1100px) {
	.menu a {
		font-size: 0.5em;
	}

	.site-header .header-wrap {
		grid-template-columns: 7.332589% 1fr max-content !important;
	}

	.site-branding {
		padding: 1.5em 0;
	}
}

@media (min-width: 960px) {
	.popUp .content .button input[type="email"] {
		width: 100%;
		padding: 1em 0 1em 5em;
	}

	.is-style-dots-decorations {
		padding-left: 13.63953488372093% !important;
	}

	.popUp .content .button .icon {
		left: 1em;
		font-size: 2em;
		top: 0.5em;
	}

	.popUp .content {
		padding: 2.4em 3.54em 3.64em;
	}

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

	.site-header .header-wrap {
		grid-template-columns: 12.33258928571429% 1fr max-content;
	}

	#site-navigation ul.menu > li.grid ul {
		display: grid;
		padding: 1em !important;
		gap: 0.5em;
		min-width: 500px;
	}

	#site-navigation ul.menu > li.grid ul li {
		display: grid;
		align-items: center;
		justify-items: center;
	}

	#site-navigation ul.menu {
		display: grid;
		grid-auto-flow: column;
		margin: 0;
		height: 100%;
		align-items: center;
		width: fit-content;
		gap: 0.8em;
		margin-left: auto;
	}

	#site-navigation ul.menu > li.menu-item-has-children {
		grid-template-columns: max-content 20px;
	}

	#site-navigation ul.menu > li > .sub-menu {
		position: absolute;
		top: 100%;
	}

	nav#site-navigation,
	.menu-menu-1-container {
		height: 100%;
	}

	section.pop-up .wrap {
		width: 45%;
		margin: 0 auto;
	}
}
@media (min-width: 1300px) {
	.menu a {
		letter-spacing: 2.8px;
	}

	.is-style-double-lines {
		font-size: 2.65rem;
	}
	.is-style-underline-left-bottm {
		font-size: 2.25rem;
	}

	.is-style-underline-left-center {
		font-size: 3rem;
	}
}

@media (min-width: 1400px) {
	/* .site-header .header-wrap {
		gap: 8.95em;
	} */

	.is-style-btn-outline > a,
	.wp-block.is-style-btn-outline .wp-block-button__link {
		font-size: 1em;
	}

	/* section.pop-up .wrap {
		width: 57.875%;
	} */
}

@media (min-width: 1500px) {
	div#page_content {
		margin-left: 9em !important;
		width: 900px;
	}

	.page_content_fix::after {
		content: "";
		width: 2px;
		height: 100%;
		position: absolute;
		background: #68bbbf;
		top: 0;
		right: -20px;
	}
}

@media only screen and (min-width: 1700px) {
	/* section.pop-up .wrap {
		width: 60%;
	} */
}

/* Single event */

.single-event .wp-block-column {
	/* font-size: .9em; */
	padding: 0 2em 2em 2em;
}

body.single-event .wp-block-button__link {
	padding: calc(1.3em + 3px) calc(2.7em + 3px);
}

.single-event p,
.single-event li {
	font-size: 0.9em;
	line-height: 1.8;
}

@media (max-width: 960px) {
	.single-event .wp-block-spacer {
		font-size: 5px;
	}
}

@media (min-width: 960px) {
	.single-event .hero .titleContent {
		max-width: 50%;
		margin: 0 auto;
	}

	.single-event section.wrapper + section.wrapper .wrap {
		margin: 0 11.2em;
	}
}
