@charset "UTF-8";
/*
Theme Name: SAE Granby - Genesis Child
Theme URI: https://my.studiopress.com/themes/monochrome/
Description: SAE Granby theme based on Genesis child theme - Monochrome Pro
Author: Maxime Bélisle + StudioPress
Author URI: https://www.studiopress.com/

Version: 1.5.0

Tags: accessibility-ready, block-styles, custom-background, custom-colors, custom-logo, custom-menu, e-commerce, editor-style, featured-images, full-width-template, left-sidebar, one-column, right-sidebar, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: monochrome-pro
Requires at least: 5.4
Requires PHP: 5.6
*/
/*
This file is used to contain all vendor imports.
*/
/* Additonal Vendor Tools */
@font-face {
  font-family: "Satoshi";
  src: url("./fonts/Satoshi-Variable.woff2") format("woff2"), url("./fonts/Satoshi-Variable.woff") format("woff"), url("./fonts/Satoshi-Variable.ttf") format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi";
  src: url("./fonts/Satoshi-VariableItalic.woff2") format("woff2"), url("./fonts/Satoshi-VariableItalic.woff") format("woff"), url("./fonts/Satoshi-VariableItalic.ttf") format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi";
  src: url("./fonts/Satoshi-Light.woff2") format("woff2"), url("./fonts/Satoshi-Light.woff") format("woff"), url("./fonts/Satoshi-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi";
  src: url("./fonts/Satoshi-LightItalic.woff2") format("woff2"), url("./fonts/Satoshi-LightItalic.woff") format("woff"), url("./fonts/Satoshi-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi";
  src: url("./fonts/Satoshi-Regular.woff2") format("woff2"), url("./fonts/Satoshi-Regular.woff") format("woff"), url("./fonts/Satoshi-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi";
  src: url("./fonts/Satoshi-Italic.woff2") format("woff2"), url("./fonts/Satoshi-Italic.woff") format("woff"), url("./fonts/Satoshi-Italic.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi";
  src: url("./fonts/Satoshi-Medium.woff2") format("woff2"), url("./fonts/Satoshi-Medium.woff") format("woff"), url("./fonts/Satoshi-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi";
  src: url("./fonts/Satoshi-MediumItalic.woff2") format("woff2"), url("./fonts/Satoshi-MediumItalic.woff") format("woff"), url("./fonts/Satoshi-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi";
  src: url("./fonts/Satoshi-Bold.woff2") format("woff2"), url("./fonts/Satoshi-Bold.woff") format("woff"), url("./fonts/Satoshi-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi";
  src: url("./fonts/Satoshi-BoldItalic.woff2") format("woff2"), url("./fonts/Satoshi-BoldItalic.woff") format("woff"), url("./fonts/Satoshi-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi";
  src: url("./fonts/Satoshi-Black.woff2") format("woff2"), url("./fonts/Satoshi-Black.woff") format("woff"), url("./fonts/Satoshi-Black.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi";
  src: url("./fonts/Satoshi-BlackItalic.woff2") format("woff2"), url("./fonts/Satoshi-BlackItalic.woff") format("woff"), url("./fonts/Satoshi-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
  font-style: italic;
}
/*
This file is used to contain all base imports.
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* 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;
}

/**
 * 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;
}

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
  color: rgb(0, 176, 220);
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: rgb(2, 22, 39);
  text-decoration: underline;
}

/* Float Clearing
--------------------------------------------- */
.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
  content: " ";
  display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
  clear: both;
  content: " ";
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1200px; /* 1 */
  margin-left: auto; /* 2 */
  margin-right: auto; /* 2 */
  padding-left: 20px; /* 3 */
  padding-right: 20px; /* 3 */
  width: 100%; /* 1 */
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/**
 * Basic typography style for copy text
 */
body {
  color: rgb(2, 22, 39);
  font: normal 125%/1.4 "Satoshi", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  background-color: #fff;
  color: rgb(2, 22, 39);
  line-height: 1.875;
  margin: 0;
  overflow-x: hidden;
  animation: fadein 1s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
a,
button,
input:focus,
input[type=button],
input[type=reset],
input[type=submit],
textarea:focus,
.button,
.gallery img,
.wp-custom-logo .site-title > a,
.wp-custom-logo .title-area,
.site-header {
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

a {
  color: rgb(0, 128, 157);
  text-decoration: none;
}

a:hover,
a:focus {
  color: rgb(0, 128, 157);
  text-decoration: none;
}

p {
  margin: 0 0 30px;
  padding: 0;
  font-size: 1rem;
  line-height: 1.5;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

hr {
  border-width: 0;
  border-collapse: collapse;
  border-top: 1px solid currentColor;
  color: #eee;
  clear: both;
  margin: 1em 0;
}

b,
strong {
  font-weight: 600;
}

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

mark {
  background-color: #ddd;
  color: rgb(2, 22, 39);
}

blockquote {
  margin: 1em;
}

blockquote::before {
  content: "“";
  display: block;
  font-size: 30px;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px;
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 10px;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

.comment-respond h3,
.entry-comments h3 {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -0.5px;
  text-align: center;
}

.comment-respond h3::after,
.entry-comments h3::after {
  border-bottom: 1px solid rgb(2, 22, 39);
  content: "";
  display: block;
  margin: 0 auto 40px;
  padding-bottom: 40px;
  width: 5%;
}

h4 {
  font-size: 20px;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  margin-bottom: 20px;
  margin-top: 40px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

li {
  font-size: 1rem;
  margin-bottom: 0.3em;
  padding-left: 15px;
  position: relative;
}

.content li::before {
  content: "";
  background-color: rgb(253, 201, 19);
  background-size: 6px;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 0.8rem;
}

.content .pagination li::before {
  content: "";
  background-color: rgb(253, 201, 19);
  background-size: 0;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin-right: 0;
  position: absolute;
  left: 0;
  top: 0;
}

/* Titles
--------------------------------------------- */
.site-container .wp-block-button a.wp-block-button__link,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce button.button:not(.alt),
.woocommerce a.button:not(.alt),
.woocommerce input.button:not(.alt),
.woocommerce .checkout-button.button.alt.wc-forward,
button.wc-block-components-checkout-place-order-button,
.woocommerce div.product form.cart .button,
#saegranby .gform_wrapper .gform_footer input[type=submit],
#saegranby .gform_button.button,
.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  /* Typography */
  font-family: "Your Preferred Font", sans-serif; /* Replace with your theme's font */
  font-size: 1rem;
  color: rgb(2, 22, 39);
  line-height: 105%;
  text-transform: initial;
  /* Colors - Replace with your brand colors */
  background-color: rgb(253, 201, 19);
  border: 2px solid rgb(253, 201, 19);
  border-radius: 100px;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.08), 0 8px 10px 1px rgba(0, 0, 0, 0.05), 0 3px 14px 2px rgba(0, 0, 0, 0.03);
  /* Spacing & Sizing */
  display: inline-flex;
  position: relative;
  box-sizing: border-box;
  padding-left: 25px;
  padding-right: 25px;
  /* Transitions for Hover Effects */
  transition: all 0.5s ease;
}

.site-container .wp-block-button a.wp-block-button__link:hover,
.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce .checkout-button.button.alt.wc-forward:hover,
.woocommerce button.button:focus,
.woocommerce a.button:focus,
.woocommerce input.button:focus,
.woocommerce #respond input#submit:focus,
button.wc-block-components-checkout-place-order-button:hover {
  background-color: rgb(254, 216, 125);
  border: 2px solid rgb(254, 216, 125);
  color: rgb(2, 22, 39);
  box-shadow: 0 7px 7px -5px rgba(0, 0, 0, 0.08), 0 8px 10px 1px rgba(0, 0, 0, 0.05), 0 3px 14px 2px rgba(0, 0, 0, 0.03);
}

.site-container .sidebarbtn.wp-block-button a.wp-block-button__link {
  background-color: white;
  color: rgb(2, 22, 39);
  border-radius: 100px;
  display: inline-flex;
  line-height: 105%;
  position: relative;
  transition: all 0.5s ease;
  box-shadow: 0 7px 7px -5px rgba(0, 0, 0, 0.08), 0 8px 10px 1px rgba(0, 0, 0, 0.05), 0 3px 14px 2px rgba(0, 0, 0, 0.03);
  border: 2px solid rgb(2, 22, 39);
  box-sizing: border-box;
  padding-left: 25px;
  padding-right: 25px;
}

.site-container .sidebarbtn.wp-block-button a.wp-block-button__link:hover {
  background-color: white;
  border: 2px solid rgb(2, 22, 39);
  color: rgb(2, 22, 39);
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.08), 0 8px 10px 1px rgba(0, 0, 0, 0.05), 0 3px 14px 2px rgba(0, 0, 0, 0.03);
}

/*
.main-choice .button.wp-block-button__link {
	background-color: $brand-color;
	// opacity:0.5;
	border-radius:0px;
	width:95%;
	height:80px;
	// mix-blend-mode: multiply;
	margin:0 10px;
}

.main-choice .button.wp-block-button__link:hover {
	background-color: $brand-color;
	height:90px;
}
*/
/* ==========================================================================
   WooCommerce Button Overrides
   ========================================================================== */
/* --- General WooCommerce Button Styling --- */
/* This targets most standard WooCommerce buttons. */
/* It's a good place for common styles like padding, font, border-radius. */
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce button.button:not(.alt),
.woocommerce a.button:not(.alt),
.woocommerce input.button:not(.alt) { /* Comment/Review form button */
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: initial;
}

/* --- Hover & Focus States for General Buttons --- */
.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce button.button:focus,
.woocommerce a.button:focus,
.woocommerce input.button:focus,
.woocommerce #respond input#submit:focus {
  outline: none; /* Optional: remove default browser outline if you have custom focus styles */
}

/* --- Primary Action Buttons (Often uses .alt class) --- */
/* E.g., "Add to cart", "Proceed to checkout", "Place order" */
.woocommerce button.button.alt,
.woocommerce a.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce #place_order { /* Checkout page "Place order" button often has an ID */
  background-color: #50C878; /* Example: A different primary color (e.g., green) */
  color: #ffffff;
  border-color: #50C878;
}

.woocommerce button.button.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #place_order:hover,
.woocommerce button.button.alt:focus,
.woocommerce a.button.alt:focus,
.woocommerce input.button.alt:focus,
.woocommerce #respond input#submit.alt:focus,
.woocommerce #place_order:focus {
  background-color: #3E9A62; /* Darker shade for primary hover */
  color: #ffffff;
  border-color: #3E9A62;
}

/* --- Secondary/Less Important Buttons --- */
/* E.g., "Update cart", "Apply coupon" if they don't have .alt */
/* You might need to identify specific classes for these if they differ */
.woocommerce button.button:not(.alt),
.woocommerce a.button:not(.alt),
.woocommerce input.button:not(.alt) {
  background-color: rgb(253, 201, 19);
  /* Example: Light grey or outline style for secondary buttons */
  /* background-color: #e0e0e0; */
  /* color: #333333; */
  /* border-color: #cccccc; */
}

.woocommerce button.button:not(.alt):hover,
.woocommerce a.button:not(.alt):hover,
.woocommerce input.button:not(.alt):hover {
  background-color: rgb(254, 216, 125);
  /* background-color: #d0d0d0; */
  /* color: #333333; */
  /* border-color: #bbbbbb; */
}

/* --- Specific Button Overrides --- */
/* Single Product Page - Add to Cart Button */
.woocommerce .single_add_to_cart_button.button {
  background-color: green;
  /* Any styles specific to only this button */
  /* Often inherits from .button.alt, so you might not need much here */
  /* font-size: 18px; */ /* Example: Make it slightly larger */
}

/* Archive/Shop Page - Add to Cart Buttons (often AJAX) */
.woocommerce .add_to_cart_button.button {
  background-color: greenyellow;
  /* Styles for AJAX add to cart buttons on product listings */
  /* padding: 10px 15px; */ /* Example: Make them a bit smaller */
}

/* Cart Page - Proceed to Checkout Button */
.woocommerce .checkout-button.button.alt.wc-forward,
button.wc-block-components-checkout-place-order-button {
  font-size: 1.2rem;
  font-weight: bold;
}

/* Checkout Page - Place Order Button (already targeted with #place_order) */
/* .woocommerce-checkout #place_order { */
/* Additional specific styles if needed */
/* } */
/* Disabled Buttons */
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce a.button.disabled,
.woocommerce input.button.disabled {
  background-color: #cccccc;
  color: #888888;
  border-color: #cccccc;
  cursor: not-allowed;
  opacity: 0.6;
}

.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce a.button.disabled:hover,
.woocommerce input.button.disabled:hover {
  background-color: #cccccc; /* Keep same as disabled */
  color: #888888;
  border-color: #cccccc;
}

/* --- Removing Default WooCommerce Styles (If Necessary) --- */
/* Sometimes WooCommerce or your theme applies styles you want to reset. */
/* Use with caution. Inspect elements to see what styles are being applied. */
/*
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button {
    box-shadow: none !important;
    text-shadow: none !important;
}
*/
/* Adjust for button groups or specific contexts if needed */
/* e.g., Quantity update buttons, coupon buttons might need more specific selectors */
.woocommerce .actions .coupon .button {
  /* Styles for the "Apply coupon" button */
  /* float: none; */ /* Example for layout */
  margin-left: inherit;
}

.woocommerce .actions button[name=update_cart] {
  /* Styles for the "Update cart" button */
  background-color: cyan;
}

/* Articles
--------------------------------------------- */
/*  

article.formations {
    position: relative;
    background-color: rgb(0, 0, 0);
    margin-bottom:40px;
}

article.formations .entry-title {
    font-size: 26px;
    padding: 10px 10px 0 10px;
    margin-bottom:0;
    clear:both;
}

article.formations .entry-title a {
    color:#fff;
}

article.formations .entry-title a:hover {
    color:$brand-color;
}


article.formations .entry-header::after {
    content: none;
}

article.formations .entry-header img {
    border-bottom:6px solid $brand-color;
}

article.formations .entry-header .formation-image {
    position: relative;
}


article.formations .cat-search-links {
    color:#fff;
    font-size: 14px;
    padding:0 10px 10px 10px;
}

article.formations .calendrier-buttons {
    position:absolute; 
    left:20px;
    top:-25px;
    z-index:2; 
}


.au-calendrier {
    background-color: $brand-color;
    border: 2px solid white;
    border-radius: 6px; 
    box-shadow: 1px 1px 1px black;
    font-family: inherit;
    font-weight: bolder;
    margin-right:10px;
    font-size: 12px;
    cursor: pointer;
    padding: 3px 6px;
}

.au-calendrier:hover {
    background-color: orange;
    color:#000; 
}

article.formations .au-calendrier .dashicons {
    width: 25px;
    height: 28px;
    font-size: 25px;
  }


.tags-types-formations {
    position: relative;
    right: 20px;
    bottom: 30px;
    float: right;
    margin-bottom: -30px;
    height: 37.5px;
    z-index: 2;
}

.type-tag {
    border: 2px solid white;
    border-radius: 12px;
    box-shadow: 1px 1px 1px black;
    color: white;
    font-size: 12px;
    height: 30px;
    padding: 3px 6px 4px 6px;
    text-align: center;
    min-width: 14px;
    display: block;
    float: left;
    margin-right: 6px;
}

.type-tag.type-nouveaute {
    font-size: 20px;
    position: absolute;
    top: -25px;
    background-color: #4bbb47;
    color: #fff;
    height: 50px;
    font-weight: bold;
    border-color: #fff;
    line-height: 40px;
    padding: 02px 10px;
    right: 20px;

}

.type-fpr {background-color: orange;}
.type-fvs {background-color: blue;}
.type-hyb {background-color: purple;}
.type-ent {background-color: grey;}

article.formations .entry-footer {
margin-top:0;
} 

.legende-types-formations p {
    margin:0;
}

*/
/* Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  font-size: 17px;
}

.entry-comments,
.entry-pings {
  margin-bottom: 100px;
}

.comment-notes {
  text-align: center;
}

.comment-list li {
  padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
  padding-left: 0;
}

.comment-header {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 30px;
}

.comment-content {
  clear: both;
}

.comment-content p {
  margin-bottom: 20px;
}

.comment-content ul > li {
  list-style-type: disc;
}

.comment-respond {
  margin-bottom: 100px;
}

.comment-respond input[type=email],
.comment-respond input[type=text],
.comment-respond input[type=url] {
  width: 100%;
}

.comment-respond label {
  display: block;
  margin-right: 12px;
}

.comment-header p {
  margin-bottom: 0;
}

.comment-form-cookies-consent label {
  display: inline;
  padding-left: 10px;
}

.entry-pings .reply {
  display: none;
}

/* Entries
--------------------------------------------- */
/*
.single-formations article {
	background-color: transparent;

}

.entry-background {
	background-position: center;
	background-size: cover;
	// background-size: contain;
	// background-repeat: no-repeat;
	display: block;
	height: 460px;
	position: absolute;
	background-color: blue;
	width: 100%;

	filter: blur(8px);
	-webkit-filter: blur(8px);
	opacity:0.4;

}

.entry-background-over {
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	height: 500px;
	position: relative;
	// top:0;
	// background-color: red;
	width: 100%;


}

.entry {
	margin-bottom: 100px;
}

.entreprises .entry { 
	margin-bottom: 0px;
}


.full-width-content.landing-page .entry {
	margin-bottom: 0;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	padding-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #000;
	color: #eee;
}

.entry-content .intro {
	font-size: 19px;
	font-style: italic;
	font-weight: 600;
}

p.center {
	text-align: center;
}

*/
/* Entry Messages
--------------------------------------------- */
/*
.message {
	padding: 25px 30px;
}

.message,
.message a {
	color: #fff;
}

.message a {
	border-bottom: 1px solid #fff;
}

.message a:hover,
.message a:focus {
	border-bottom: none;
}

.message.green {
	background-color: #00a86d;
}

.message.orange {
	background-color: #cc4b00;
}

.message.red {
	background-color: #be0040;
}

*/
/* Entry Meta
--------------------------------------------- */
/*
p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-meta a {
	color: #000;
}

.entry-meta a:hover,
.entry-meta a:focus {
	color: #06c;
	text-decoration: none;
}

.single.full-width-content .entry-header {
	text-align: center;
}

.entry-header::after {
	border-bottom: 1px solid #000;
	content: "";
	display: block;
	margin-bottom: 40px;
	padding-bottom: 40px;
	width: 2.5%;
}



.single.full-width-content .entry-header::after {
	margin-left: auto;
	margin-right: auto;
}

.sidebar .entry-header::after {
	display: none;
}

.entry-footer {
	margin-top: 30px;
}

.entry-categories::before,
.entry-tags::before {
	display: inline-block;
	font: normal 16px/1 "ionicons"; 
	margin-right: 8px;
	margin-top: -5px;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
}

.entry-categories::before {
	content: "\f3ca";
}

.entry-tags::before {
	content: "\f48d";
}

.entry-categories,
.entry-tags {
	display: block;
}
*/
/* Gutenslider mods
---------------------------------------------------------------------------- */
.wp-block-eedee-block-gutenslider {
  --gutenslider-min-height: calc(100vh - 80px) !important;
}

/*

// commented lines will add height transition, at the cost of some unwanted limitation (height, ellipsis)
details.accordion {
    // border: solid 2px #f5f5f5;
    border-top:1px solid $blue-grey;
    transition: all 0.3s ease-in-out;
    // background-color: yellow;
    // max-height: 4em;
    // overflow: hidden;  

    // & + & {
    //   margin-top: 0.25rem;
    // }  

    // &:hover {
    //   background-color: $light-grey;
    // }

    summary.accordion__title {
      list-style-type: none;
      cursor: pointer;
      font-size: 1rem;
      font-weight: 700;
    //   color: #555555;
      padding: 0.875rem 2.5rem 0.875rem 0.875rem;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M23.024 11.263l-7.024 7.023-7.022-7.023-3.091 3.090 8.569 8.569c0.413 0.413 0.961 0.64 1.545 0.64s1.133-0.228 1.545-0.64l8.569-8.569-3.091-3.090z' fill='%23555555'/%3e%3c/svg%3e");
      background-repeat: no-repeat;
      background-position: right 0.75rem top 0.625rem;
      background-size: 1.5rem;
      // overflow: hidden;
      // text-overflow: ellipsis;
      // white-space: nowrap;
      &::marker,
      &::-webkit-details-marker {
        display: none;
      }
      &:hover {
        background-color: $light-grey;
        }

    }

    .accordion__content {
      padding: 0 1rem 1rem 1rem;
      p {
        margin: 0;      
      }
      p + p {
        margin-top: 0.5em;
      }
    }

    &[open] {
    //    background-color: $light-grey;
    //   border-color: #b33434;
      // max-height: 50em;

      summary.accordion__title {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8.976 22.025l7.024-7.023 7.022 7.023 3.091-3.090-8.568-8.568c-0.413-0.412-0.961-0.64-1.545-0.64s-1.133 0.228-1.545 0.64l-8.569 8.569 3.091 3.090z' fill='%23555555'/%3e%3c/svg%3e");
        background-color: $light-grey;
      }


    }
  }
  */
/* Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 40px;
  width: 100%;
  word-break: break-all;
}

tbody {
  border-bottom: 1px solid #eee;
}

td,
th {
  line-height: 2;
  text-align: left;
  vertical-align: top;
}

td {
  padding: 0.5em;
}

tr {
  border-top: 1px solid #eee;
}

th {
  font-weight: 600;
  padding: 0.5em;
}

/* Avatar
--------------------------------------------- */
.avatar {
  border-radius: 50%;
  float: left;
}

.author-box .avatar,
.alignleft .avatar {
  margin-right: 24px;
}

.alignright .avatar {
  margin-left: 24px;
}

.comment .avatar {
  margin: 0 16px 24px 0;
}

.entry-avatar .avatar {
  background-color: #fff;
  float: none;
  margin-bottom: 40px;
  margin-top: -60px;
  padding: 5px;
}

/* Plugins
---------------------------------------------------------------------------- */
/* Moder Events Calendar
--------------------------------------------- */
#main-content.mec-container {
  max-width: 1600px;
  width: 90%;
}

.infosFormation {
  margin-bottom: 80px;
}

.infosFormation h2 {
  font-weight: bold;
  margin: 40px 0 20px 0;
}

.mec-wrap .mec-single-title {
  font-size: 46px;
}

.mec-single-event .mec-events-meta-group-booking {
  padding: 20px 0px;
}

.mec-single-event .mec-frontbox {
  padding: 0;
  border: none;
}

.mec-sl-check {
  float: left;
}

.mec-wrap .commentPrix {
  margin: 0 0 0 36px;
}

.mec-single-event .mec-frontbox {
  margin-bottom: 0;
  box-shadow: none;
}

.mec-data-fields-tooltip-box {
  padding: 0 10px;
}

.mec-single-event .mec-event-meta .mec-data-fields-tooltip-box h3 {
  padding-left: 0;
}

.mec-event-social.mec-frontbox {
  margin: 50px 0;
}

/* Export Details */
.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li:last-child {
  text-align: left;
}

.mec-events-gcal.mec-events-button.mec-color.mec-bg-color-hover.mec-border-color {
  width: 100%;
}

/* Genesis eNews Extended
--------------------------------------------- */
.after-entry .enews-widget {
  text-align: center;
}

.after-entry .enews-widget form {
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 30px;
}

.sidebar .enews-widget form {
  margin-top: 20px;
}

.enews-widget input {
  font-size: 16px;
  margin-bottom: 10px;
}

.enews-widget input[type=email],
.enews-widget input[type=text] {
  background-color: #f5f5f5;
}

.after-entry .enews-widget input {
  text-align: center;
}

.enews-widget input[type=submit] {
  margin: 0;
  width: 100%;
}

.enews form + p {
  margin-top: 10px;
}

/* Genesis Author Pro / Genesis Portfolio Pro
--------------------------------------------- */
.genesis-author-pro.archive .content .entry-header::after,
.genesis-pro-portfolio.archive .content .entry-header::after {
  display: none;
}

/* Jetpack
--------------------------------------------- */
#wpstats {
  display: none;
}

/* WPForms
--------------------------------------------- */
.site-container .wpforms-container {
  margin-bottom: 40px;
}

.site-container .wpforms-form .wpforms-field {
  clear: both;
  margin: 20px 0;
  overflow: hidden;
}

.site-container .wpforms-form .wpforms-field-hp {
  display: none !important;
  left: -9000px !important;
  position: absolute !important;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
  border-radius: 0;
  height: auto;
  padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
  font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
  font-size: 14px;
  font-weight: 300;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
  height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
  height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
  height: 300px;
}

.formulaireSOFIE {
  background-color: rgb(0, 176, 220);
  width: 66.6666666667%;
  padding: 40px;
}

.annonce {
  background-color: rgb(0, 176, 220);
  padding: 40px;
}

/* Forms
--------------------------------------------- */
input,
input[type=search],
select,
textarea {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 0;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.625;
  padding: 15px;
  width: 100%;
}

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

input:focus,
input[type=search]:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none;
}

input[type=checkbox],
input[type=image],
input[type=radio] {
  width: auto;
}

::-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

::placeholder {
  color: #000;
  opacity: 1;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button {
  display: none;
}

/* Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden;
  position: relative;
}

.entry-content .search-form {
  margin-bottom: 40px;
  margin-top: 20px;
}

.error404 .entry-content .search-form input[type=search] {
  margin-right: 10px;
  width: 50%;
}

.post-password-form input[type=submit],
.search-form input[type=submit] {
  margin-top: 10px;
}

.widget_search input[type=submit],
.header-search-wrap input[type=submit] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

.widget_search input[type=submit] {
  right: 0;
  top: 0;
}

.widget_search input[type=submit]:focus,
.site-header .header-search-wrap input[type=submit]:focus {
  background-color: #000;
  box-shadow: none;
  clip: auto;
  color: #fff;
  height: auto;
  padding: 22px 20px;
  width: auto;
}

/* Screen Reader Text
--------------------------------------------- */
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.genesis-nav-menu .search input[type=submit]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type=submit]:focus {
  background-color: #fff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #000;
  display: block;
  font-size: 1em;
  font-weight: 600;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.more-link {
  position: relative;
}

.mec-single-event ul {
  list-style-position: inside;
}
.mec-single-event ul li {
  list-style-type: inherit;
}

.mec-wrap p {
  font-size: inherit;
}

.mec-wrap, .mec-wrap div:not([class^=elementor-]), .lity-container, .mec-wrap h1, .mec-wrap h2, .mec-wrap h3, .mec-wrap h4, .mec-wrap h5, .mec-wrap h6, .entry-content .mec-wrap h1, .entry-content .mec-wrap h2, .entry-content .mec-wrap h3, .entry-content .mec-wrap h4, .entry-content .mec-wrap h5, .entry-content .mec-wrap h6, .mec-wrap .mec-totalcal-box input[type=submit], .mec-wrap .mec-totalcal-box .mec-totalcal-view span, .mec-agenda-event-title a, .lity-content .mec-events-meta-group-booking select, .lity-content .mec-book-ticket-variation h5, .lity-content .mec-events-meta-group-booking input[type=number], .lity-content .mec-events-meta-group-booking input[type=text], .lity-content .mec-events-meta-group-booking input[type=email], .mec-organizer-item a, .mec-event-content p, .mec-search-bar-result .mec-event-detail {
  font-family: inherit;
}

.mec-wrap h2 {
  font-weight: bold;
  margin: 40px 0 20px 0;
}

.mec-wrap .mec-single-title {
  font-size: 46px;
}

.dates-alternatives p {
  font-size: 14px;
  font-weight: bold;
}

.mec-event-supplemental {
  width: 66.6666666667%;
}
.mec-event-supplemental div.wpforms-container-full {
  margin-left: 0;
  margin-right: 0;
}

.mec-events-event-image {
  position: relative;
}
.mec-events-event-image .formation-image-overlay {
  position: absolute;
  width: 50%;
  border: none;
}

.single-product div.product.type-product div.woocommerce-product-gallery {
  width: 30%;
}

.single-product div.product.type-product div.summary {
  width: 66%;
}

.woocommerce.full-width-content .content-sidebar-wrap .content,
.woocommerce-page.full-width-content .content-sidebar-wrap .content {
  max-width: 100%;
  width: 100%;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details li::before {
  content: none;
}

.woocommerce td.product-name .wc-item-meta p {
  line-height: inherit;
}

.footer-widget-area.footer-widgets-3 {
  margin-bottom: 0px;
}
.footer-widget-area.footer-widgets-3 section.widget_block {
  margin-bottom: 0px;
}
.footer-widget-area.footer-widgets-3 .widget-wrap .wp-block-stackable-columns:first-of-type .stk-row:first-of-type {
  margin-bottom: 0px;
}

.footer-widget-area.footer-widgets-3 form .gf_progressbar_title {
  color: rgb(253, 201, 19);
}
.footer-widget-area.footer-widgets-3 form label, .footer-widget-area.footer-widgets-3 form legend {
  color: white;
}
.footer-widget-area.footer-widgets-3 form .gfield_label_before_complex {
  color: rgb(0, 176, 220);
  font-weight: bold;
}
.footer-widget-area.footer-widgets-3 form .gf_progressbar_percentage {
  background-color: rgb(0, 176, 220);
}

#genesis-footer-widgets.footer-widgets input.gform-theme-button.button,
#genesis-footer-widgets.footer-widgets input.gform_button.button {
  background-color: rgb(253, 201, 19);
  font-size: 1rem;
  color: rgb(2, 22, 39);
  border-radius: 100px;
  display: inline-flex;
  line-height: 105%;
  position: relative;
  transition: all 0.5s ease;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.08), 0 8px 10px 1px rgba(0, 0, 0, 0.05), 0 3px 14px 2px rgba(0, 0, 0, 0.03);
  border: 2px solid rgb(253, 201, 19);
  box-sizing: border-box;
  padding-left: 25px;
  padding-right: 25px;
  text-transform: initial;
}

#genesis-footer-widgets.footer-widgets input.gform-theme-button.button:hover,
#genesis-footer-widgets.footer-widgets input.gform_button.button:hover {
  background-color: rgb(254, 216, 125);
  border: 2px solid rgb(254, 216, 125);
  color: rgb(2, 22, 39);
  box-shadow: 0 7px 7px -5px rgba(0, 0, 0, 0.08), 0 8px 10px 1px rgba(0, 0, 0, 0.05), 0 3px 14px 2px rgba(0, 0, 0, 0.03);
}

#inscription:has(.gform_confirmation_message) {
  /* Your styles go here */
  border: 2px solid green;
  background-color: #f0fff0 !important;
  padding: 20px;
}

/* GRAVITY FORM STYLE OVERRIDES

// /* ========== GENERAL FORM STYLES ========== */
/* ==========================================================================
   Gravity Forms Button Overrides
   ========================================================================== */
/* --- General Styling for ALL Gravity Forms Buttons --- */
/* This provides a base style. Be mindful if your theme already styles .button extensively. */
/* You can make this more specific by prefixing with your form's ID if needed, e.g., #gform_wrapper_1 .gform_button */
/* Targeting input buttons within Gravity Forms footer */
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_footer input[type=button],
.gform_wrapper .gform_page_footer input[type=submit],
.gform_wrapper .gform_page_footer input[type=button] {
  /* Typography */
  font-family: "Your Preferred Font", sans-serif; /* Replace with your theme's font */
  font-size: 16px; /* Adjust as needed */
  font-weight: bold;
  line-height: 1.5;
  text-decoration: none;
  text-transform: uppercase; /* Optional */
  letter-spacing: 0.5px; /* Optional */
  /* Colors - Replace with your brand colors */
  background-color: #0073AA; /* Example: WordPress blue as a starting point */
  color: #ffffff;
  border: 1px solid #0073AA; /* Or a darker shade like #005177 */
  /* Spacing & Sizing */
  padding: 10px 20px; /* Adjust padding */
  margin-top: 10px; /* Space above buttons in the footer */
  margin-right: 10px; /* Space between buttons if multiple */
  border-radius: 4px; /* Rounded corners */
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  /* Transitions for Hover Effects */
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
}

/* --- Hover & Focus States for General GF Buttons --- */
.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_footer input[type=button]:hover,
.gform_wrapper .gform_page_footer input[type=submit]:hover,
.gform_wrapper .gform_page_footer input[type=button]:hover,
.gform_wrapper .gform_footer input[type=submit]:focus,
.gform_wrapper .gform_footer input[type=button]:focus,
.gform_wrapper .gform_page_footer input[type=submit]:focus,
.gform_wrapper .gform_page_footer input[type=button]:focus {
  background-color: #005177; /* Example: Darker shade for hover */
  color: #ffffff;
  border-color: #003E5C; /* Slightly darker border */
  outline: none; /* Optional: remove default browser outline if you have custom focus styles */
}

/* --- Specific Button Styling --- */
/* Primary Submit Button (if it needs to be different from Next/Previous) */
/* Usually has class .gform_button and is an input[type="submit"] */
.gform_wrapper .gform_footer input.gform_button[type=submit] {
  background-color: #4CAF50; /* Example: Green for primary submit */
  border-color: #4CAF50;
  color: white;
}

.gform_wrapper .gform_footer input.gform_button[type=submit]:hover,
.gform_wrapper .gform_footer input.gform_button[type=submit]:focus {
  background-color: #45a049; /* Darker green */
  border-color: #3e8e41;
  color: white;
}

/* Next Button (for multi-page forms) */
.gform_wrapper .gform_page_footer .gform_next_button {
  /* background-color: #2196F3; */ /* Example: Blue for next */
  border-color: #2196F3;
}

.gform_wrapper .gform_page_footer .gform_next_button:hover,
.gform_wrapper .gform_page_footer .gform_next_button:focus {
  /* background-color: #1e88e5; */ /* Darker blue */
  border-color: #1976d2;
}

/* Previous Button (for multi-page forms) */
.gform_wrapper .gform_page_footer .gform_previous_button {
  background-color: #f0f0f0; /* Example: Light grey for previous */
  color: #333333;
  border-color: #cccccc;
}

.gform_wrapper .gform_page_footer .gform_previous_button:hover,
.gform_wrapper .gform_page_footer .gform_previous_button:focus {
  background-color: #e0e0e0; /* Darker grey */
  color: #333333;
  border-color: #bbbbbb;
}

/* Save and Continue Link (if you use this feature) */
/* This is often an <a> tag, so styling might differ slightly */
.gform_wrapper .gform_save_link {
  display: inline-block; /* Make it behave like a button */
  font-family: "Your Preferred Font", sans-serif;
  font-size: 14px; /* Slightly smaller perhaps */
  padding: 8px 15px;
  margin-top: 10px;
  background-color: #757575; /* Example: Grey */
  color: #ffffff;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.gform_wrapper .gform_save_link:hover,
.gform_wrapper .gform_save_link:focus {
  background-color: #616161; /* Darker grey */
  color: #ffffff;
}

/* --- Targeting a Specific Form's Buttons --- */
/* Prepend with the form wrapper ID, e.g., #gform_wrapper_1 for Form ID 1 */
/* This is useful if you want different styles for different forms. */
/* Example for Form ID 1's submit button: */
/*
#gform_wrapper_1 .gform_footer input.gform_button[type="submit"] {
    background-color: #FF5722; // Custom color for form 1
    border-color: #FF5722;
}

#gform_wrapper_1 .gform_footer input.gform_button[type="submit"]:hover,
#gform_wrapper_1 .gform_footer input.gform_button[type="submit"]:focus {
    background-color: #e64a19;
    border-color: #d84315;
}
*/
/* --- Button Alignment in Footer --- */
/* The .gform_footer is usually a div. You can use flexbox or text-align. */
.gform_wrapper .gform_footer,
.gform_wrapper .gform_page_footer {
  /* text-align: right; */ /* Example: Align buttons to the right */
  /* If using flexbox: */
  display: flex;
  /* justify-content: flex-end; */ /* Aligns items to the end (right) */
  /* gap: 10px; */ /* Space between buttons if using flex */
}

.gpnf-row-actions li::before {
  content: none;
}

.gfield.sous-total-formulaire label::after {
  content: " - montant qui sera ajouté à votre panier";
}

/*
This file is used to contain all layout imports.
*/
/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
}

figure {
  margin: 0;
}

.visuallyhidden {
  color: #000;
  background-color: #fff;
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.underConstructionLabel {
  display: block;
  background-color: red;
  color: white;
  padding: 6px 20px;
}

/* Structure and Layout
---------------------------------------------------------------------------- */
/* Site Container
--------------------------------------------- */
.site-container {
  z-index: 99;
  margin-bottom: 0 !important;
}

.gmm-active .site-container {
  margin-bottom: 0 !important;
}

/* Site Inner
--------------------------------------------- */
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  position: relative;
  width: 100%;
}

aside {
  min-height: 500px;
}

.single-product .site-inner {
  margin-top: 60px;
}

.site-inner,
.wrap {
  margin: 0 auto;
}

.site-inner {
  max-width: 1440px;
  position: relative;
  min-height: 500px;
}

.page-template .site-inner {
  padding-top: 90px;
}

.page-template-liste-calendrier .site-inner {
  padding-top: 0;
}

.page-template-default .site-inner {
  max-width: 100%;
}

.content-sidebar-wrap {
  display: block;
}

.page-template-base-content-sidebar .content-sidebar-wrap {
  display: grid;
  grid-template-columns: 1.65fr 1fr;
  gap: 4.6rem;
}

.post-type-archive-formations .content-sidebar-wrap,
.single-formation-layout .content-sidebar-wrap,
.internal-page-with-sidebar .content-sidebar-wrap {
  display: grid;
  grid-template-columns: 1.65fr 1fr;
}

.page-template-default .content-sidebar-wrap {
  display: block;
}

.archive .content-sidebar-wrap {
  grid-template-columns: 1fr 1.65fr;
}

.archive .content-sidebar-wrap main {
  order: 2;
}

.archive .content-sidebar-wrap aside {
  order: 1;
}

.single-formation-layout .entry-content {
  margin-right: 1.6rem;
}

.top_page_group {
  margin-top: 60px;
  margin-bottom: 60px;
}

/* Hero section
--------------------------------------------- */
/*
.cover-accueil {
	background-size: contain !important;
	background-repeat: no-repeat !important;	
}

.toppage-area {
	// height:392px;
	background-color: $light-grey;
	margin-bottom:90px;
}

.toppage-area .container {
	display: flex !important;
    justify-content: space-between;
	max-width: 1440px;
	// position: static;
	padding: 0;
}

.toppage-formations .container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	// display: flex !important;
    // justify-content: space-between;
	max-width: 1440px;
	// position: static;
	padding: 0;
}


*/
.formation-title {
  margin-bottom: 60px;
}

.formation-title h1 {
  margin: 100px 0 10px 0;
  border-bottom: 2px solid rgb(0, 176, 220);
  padding-bottom: 10px;
  font-size: 50px;
}

.formation-title p {
  color: rgb(0, 102, 126);
}

.formation-image {
  display: block;
  visibility: visible;
  margin: 40px 0 40px 0;
  border-left: 8px solid rgb(0, 176, 220);
}
.formation-image img {
  border-left: 2px solid rgb(0, 102, 126);
  display: block;
}

.formation-image-mobile {
  display: none;
  visibility: hidden;
}

.calendrier-title {
  margin-bottom: 60px;
}

.calendrier-title h2 {
  margin: 40px 0 10px 0;
  border-bottom: 2px solid rgb(0, 176, 220);
  padding-bottom: 10px;
  padding-left: 60px;
  font-size: 50px;
  display: inline-block;
}

.calendrier-title p {
  color: rgb(0, 102, 126);
  padding-left: 60px;
}

.produit-description {
  padding-left: 60px;
}

.sommaire-image {
  border-right: 8px solid rgb(0, 176, 220);
}
.sommaire-image img {
  border-right: 2px solid rgb(0, 102, 126);
  display: block;
}

/*


.toppage-description {
	display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin-right: 50px;
}


.toppage-description h1 {
	margin-bottom: 30px;
	display: flex;
  flex-direction: column-reverse;

  strong {
	display: block;
  color: #00667e;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  }


}



.toppage-image {
	width: 100%;
  position: relative;
	top: 0;
    // margin-top: 0;
    // padding-top: 31.62931%;
    // margin-right: -3.6rem;
    max-width: 930px;
    min-width: 60%;
	margin-bottom: -25px;
    // margin-right: -6rem;
    // min-width: 60%;
}

*/
.feathered-bottom-container {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  z-index: -1;
}

.feathered-bottom-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; /* Adjust the feather height */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgb(255, 255, 255) 90%);
  pointer-events: none;
}

.feathered-bottom-container img {
  display: block;
}

.calendrier-image-container {
  position: absolute;
  width: 100%;
}
.calendrier-image-container img {
  position: absolute;
  width: 20%;
  right: 0;
  opacity: 0.2;
}

/* Columns
--------------------------------------------- */
/*
.content-sidebar .site-inner, .sidebar-content .site-inner { 
	clear: both;
	// margin-top: 100px;
	width:95%;
	// max-width: 1600px;
	width:100%;
	// max-width: 1900px;
	position: relative;
	word-wrap: break-word;
	z-index: 999;
}
.content-sidebar .site-inner { 
	background-image: url('images/fond_entreprises2.jpg');
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 100%;
	// filter:blur(5px);
	backdrop-filter: blur(5px);


}

// .formations-template-default.content-sidebar .site-inner { background-image: url('images/fond_formations.jpg'); }
.formations-template-default.content-sidebar .site-inner { background-image: none; }
.post-type-archive-formations.sidebar-content .site-container { 
	background-image: url('images/fond_catalogue.jpg'); 
	background-repeat: no-repeat;
	background-size: 100%;
	backdrop-filter: blur(5px);
}

.archive .site-inner,
.page-template-page_blog .site-inner {
	margin-bottom: 100px;
}

.full-width-content.featured-image .site-inner {
	// margin-top: -220px;
	margin-top: 60px;
}

.full-width-content.landing-page .site-inner {
	margin-bottom: 80px;
	margin-top: 180px;
	max-width: 680px;
}

.genesis-title-hidden .site-inner {
	margin-top: 0;
}

*/
/* Column Widths and Positions
--------------------------------------------- */
/* Content */
/*
.content-sidebar .content {
	float: left;
	position: relative;
	margin-top: 150px;
	background-color: rgba(255,255,255,0.85);
	width: 70%;
	border-right: 2px solid orange;
	padding: 40px 5% ;
}

.sidebar-content .content {
	float: right;
	position: relative;
	width: 70%;
	padding: 40px 5% ;
}
.post-type-archive-formations.sidebar-content .content {
	width: 80%;
	padding: 40px 2% ;
}


.content-sidebar .content::before {
	content: "";
	position: absolute;
	right: -2px;
	top: -76px;
	width: 32%;
	height: 76px;
	margin: auto;
	background-color:$brand-color;
	mix-blend-mode: overlay;
	z-index: -1;
  }

  .content-sidebar .content::after {
	content: "";
	position: absolute;
	right: -2px;
	top: -40px;
	width: 85%;
	height: 40px;
	margin: auto;
	background-color:$brand-color-secondary;
	opacity:0.5;
	z-index: -1;
  }

.full-width-content .content {
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 680px;
}
*/
/* Sidebar */
/*
.sidebar {
	float: right;
	width: 30%;
	margin-top: 100px;
	padding: 40px;

}

.post-type-archive-formations .sidebar{
	width: 20%;
	margin-top: 0px;
}

.sidebar-content .sidebar {
	float: left;
}
*/
/* Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */
/*
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}

*/
/* WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto;
}

a.alignnone {
  display: inline-block;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
  margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  text-align: center;
}

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 30px;
}

/* Site Header
---------------------------------------------------------------------------- */
/* Site Header
--------------------------------------------- */
.site-header {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  position: relative;
  width: 100%;
  z-index: 2;
  margin-top: 40px;
}

/*

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

.site-header > .wrap > * {
	transition: all 0.4s ease-in-out;
}

.site-header.search-visible > .wrap > :not(.header-search-wrap) {
	opacity: 0;
}

.shadow .site-header,
.site-header.search-visible {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

*/
/* Title Area
--------------------------------------------- */
.custom-logo {
  width: 170px;
  max-width: 170px;
}

.site-title {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
.wp-custom-logo .title-area {
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	padding: 0;
	width: 133px;
}

.site-title {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #000;
	text-decoration: none;
}

.wp-custom-logo .site-title > a {
	float: left;
	min-height: 50px;
	width: 100%;
}

.site-description,
.wp-custom-logo .site-title {
	border-width: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.site-header .custom-logo-link .custom-logo {
	height: 50px;
	width: auto;
}
*/
/* Distinction SAE
--------------------------------------------- */
.distinctionSAE {
  background-color: #021627;
  overflow: hidden;
}

.distinctionSAE .distinction-overlay {
  background-image: linear-gradient(270deg, rgba(0, 128, 157, 0.25) 0%, rgba(0, 128, 157, 0) 100%) !important;
}

.distinctionSAE .distinction-text {
  position: relative;
  color: rgb(0, 102, 126);
  color: rgb(0, 176, 220);
  color: rgb(233, 234, 237);
  margin-left: 20px;
  font-size: 16px;
}
.distinctionSAE .distinction-text span {
  font-size: 14px;
  color: #969696;
}

.distinction-content {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

.distinction-content img {
  position: absolute;
  left: -364px;
  top: -8px;
}

.cover-accueil {
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  background-position: top center !important;
}

/* Header Search
--------------------------------------------- */
/*
.header-search-wrap {
	display: none;
}

.js .header-search-wrap {
	height: 100%;
	left: 0;
	padding: 10px 40px;
	position: absolute;
	transform: translate3d(0, -100%, 0);
	transition: none;
	top: 0;
	width: 100%;
	z-index: 1001; 
}

.js .header-search-wrap .search-form,
.js .header-search-wrap input[type="search"] {
	height: 100%;
}

.search-visible .header-search-wrap {
	transform: translate3d(0, 0, 0);
}

.header-search-wrap:target {
	clear: both;
	display: block;
	position: relative;
}

.header-search-wrap input[type="search"] {
	border: 0;
	padding-left: 0;
	padding-right: 100px;
}

.header-search-wrap input[type="submit"]:focus {
	border-radius: 3px;
	margin-top: 1px;
	padding: 20px;
	right: 50px;
}

.toggle-header-search {
	background: transparent;
}

.js .toggle-header-search.close:focus {
	outline: 0;
}

.toggle-header-search.close {
	color: #000;
	height: 100%;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translate3d(-35px, 0, 0);
	transition: transform 0.2s ease-in-out;
	width: 30px;
	z-index: 100;
}

.header-search-wrap:target .toggle-header-search.close {
	transform: none;
}

.toggle-header-search .ionicons {
	font-size: 12px;
	transform: scale(2);
}

.toggle-header-search.close .ionicons {
	position: absolute;
	right: 50%;
	top: calc(50% - 5px);
	transform: scale(3);
}
*/
/* Archive - liste de formations
--------------------------------------------- */
.post-type-archive-formations .entry-info {
  display: grid;
  grid-template-columns: 4fr 50px 2fr;
  align-items: center;
  border-bottom: 1px solid rgb(233, 234, 237);
}
.post-type-archive-formations .entry-info span {
  font-size: 0.8rem;
  font-weight: bold;
}
.post-type-archive-formations .entry-columns {
  display: grid;
  grid-template-columns: 1fr 4fr;
}
.post-type-archive-formations article.formations {
  display: grid;
  grid-template-columns: 4fr 50px 2fr;
  align-items: center;
  border-bottom: 1px solid rgb(233, 234, 237);
  padding: 10px 0;
}
.post-type-archive-formations article.formations p {
  font-size: 0.8rem;
  margin: 0;
}
.post-type-archive-formations article.formations::before,
.post-type-archive-formations article.formations .entry-content::before,
.post-type-archive-formations article.formations::after,
.post-type-archive-formations article.formations .entry-content::after {
  content: none;
}
.post-type-archive-formations article.calendrier .entry-content .colmeta {
  display: flex;
}
.post-type-archive-formations article.calendrier .entry-content .colmeta p {
  padding: 0;
}
.post-type-archive-formations .entry-columns .col-title {
  text-align: center;
}
.post-type-archive-formations article.formations .entry-footer .colmeta.duree {
  align-self: center;
  text-align: center;
}
.post-type-archive-formations article.formations .entry-footer .colmeta.calendrier {
  display: flex;
  flex-direction: column !important;
  margin: 0 auto;
}
.post-type-archive-formations article.formations .entry-footer .colmeta.calendrier a {
  font-size: 0.8rem;
}
.post-type-archive-formations article.formations .colmeta.autre {
  height: 26px;
  text-align: center;
}
.post-type-archive-formations article.formations .entry-footer .colmeta.horaire::before,
.post-type-archive-formations article.formations .entry-footer .colmeta.groupCible::before {
  content: "";
  width: 1px;
  height: 40px;
  background-color: rgb(233, 234, 237);
}
.post-type-archive-formations article.formations .entry-footer {
  display: grid;
  grid-template-columns: 1fr 4fr;
}
.post-type-archive-formations .entry-title-link {
  color: rgb(2, 22, 39);
  text-decoration: underline;
  font-size: 1.3rem;
  font-weight: bold;
}
.post-type-archive-formations .entry-title-link:hover {
  text-decoration: underline;
}

/*
.post-type-archive-calendrier {

    .entry-info {
        display: grid;
        grid-template-columns: 1fr 2fr;
        align-items: center;
        border-bottom: 1px solid $mid-grey;

        span {
            font-size: 0.8rem; 
            font-weight: bold;
        }

    }

    .entry-columns {
        display: flex;
        align-items: center;

        span.col-title {
            margin: 0 auto; 
        }

    }


    article.calendrier {
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    border-bottom: 1px solid $mid-grey;
    padding: 10px 0;
        p {
            font-size: 0.8rem; 
            margin: 0 auto;
        }
    }



    article.calendrier::before,
    article.calendrier .entry-content::before,
    article.calendrier::after,
    article.calendrier .entry-content::after {
        content: none;
    }


    article.calendrier .entry-content .colmeta {
        display: flex;
        align-items: center;

        p {
            padding: 0 1rem;
        }
    }


    article.calendrier .entry-content .colmeta.horaire::before,
    article.calendrier .entry-content .colmeta.groupCible::before {
        content: "";
        width: 1px;
        height:40px;
        background-color: $mid-grey; 
    }



    article.calendrier .entry-content {
        display: grid;
        grid-template-columns: repeat(4,1fr);
        align-items: center;
    }

    .entry-title-link {
        color:$text-color;
        text-decoration: underline;
        font-size: 1.3rem;
        font-weight: bold;
    }

    .entry-title-link:hover {
        text-decoration: underline;
    }

    } 

    */
/* Filtres
--------------------------------------------- */
/*.filtres-formations .widget-title {
    display: none;
    opacity: 0;
}

.filtres-formations .searchandfilter h4 {
    font-weight: bold;
}

.filtres-formations .searchandfilter ul li {
    border-top: 1px solid $mid-grey;
    padding: 10px 0 40px 0; 
}

.filtres-formations .searchandfilter ul li.sf-field-search {
    border: none;
    padding: 0 0 40px 0; 
}

.filtres-formations .searchandfilter ul li li{
    border: none;
    padding: 0; 
}

*/
.filtres-formations.widget-area .wp-block-button {
  margin-top: 30px;
}

.filtres-formations.widget-area h3 {
  font-size: 23px;
}

.filtres_seuls {
  margin-top: 30px;
}

.filtres_seuls p {
  height: 1px;
  margin: 0;
  padding: 0;
}

.filtres-formations.widget-area .filtres_seuls h3 {
  font-size: 20px;
  color: #3c434a;
}

.filtres_temps .gb-container-content {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}
.filtres_temps .gb-container-content p {
  display: none;
}
.filtres_temps .gb-container-content h3 {
  font-size: 16px;
  margin-bottom: 0;
}

.search-filter-field.search-filter-field--id-15, .search-filter-field.search-filter-field--id-14 {
  width: 120px;
  min-width: 120px;
}

/* Calendrier - liste de formations
--------------------------------------------- */
.liste-calendrier .content-sidebar-wrap {
  display: grid;
  grid-template-columns: 1fr 1.65fr;
}
.liste-calendrier .content-sidebar-wrap main {
  order: 2;
}
.liste-calendrier .content-sidebar-wrap aside {
  order: 1;
}

.liste_formations_calendrier .search-filter-query-posts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  border-bottom: 1px solid rgb(233, 234, 237);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.liste-formations-accueil .search-filter-query-posts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  border-bottom: 1px solid rgb(233, 234, 237);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.liste-formations-accueil .search-filter-query-posts article,
.liste_formations_calendrier .search-filter-query-posts article {
  display: block;
}
.liste-formations-accueil .search-filter-query-posts .entry,
.liste_formations_calendrier .search-filter-query-posts .entry {
  background-color: white;
  border-bottom: 1px solid rgb(0, 176, 220);
  border-left: 1px solid rgb(233, 234, 237);
  box-shadow: 1px 2px 4px rgb(233, 234, 237);
}
.liste-formations-accueil .search-filter-query-posts .entry .calendrier_infos,
.liste_formations_calendrier .search-filter-query-posts .entry .calendrier_infos {
  padding-left: 8px;
  position: relative;
  padding-bottom: 16px;
}
.liste-formations-accueil .search-filter-query-posts .entry .product-title-container,
.liste_formations_calendrier .search-filter-query-posts .entry .product-title-container {
  min-height: 80px;
  display: flex;
  align-items: center;
}
.liste-formations-accueil .search-filter-query-posts .entry .custom-product-title,
.liste_formations_calendrier .search-filter-query-posts .entry .custom-product-title {
  margin-top: 0;
  margin-bottom: 5px;
}
.liste-formations-accueil .search-filter-query-posts .entry .project-number,
.liste_formations_calendrier .search-filter-query-posts .entry .project-number {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: -46px;
  padding: 4px 6px 2px 6px;
  line-height: 20px;
  font-size: 1rem;
  border-radius: 4px;
  color: rgb(102, 95, 98);
}
.liste-formations-accueil .search-filter-query-posts .entry p,
.liste_formations_calendrier .search-filter-query-posts .entry p {
  margin-top: 0;
  margin-bottom: 5px;
}
.liste-formations-accueil .search-filter-query-posts .entry .info_inscription,
.liste_formations_calendrier .search-filter-query-posts .entry .info_inscription {
  height: 50px;
}
.liste-formations-accueil .search-filter-query-posts .entry .woocommerce-Price-amount.amount,
.liste_formations_calendrier .search-filter-query-posts .entry .woocommerce-Price-amount.amount {
  color: rgb(68, 68, 68);
  display: block;
  font-size: 1.6rem;
}
.liste-formations-accueil .search-filter-query-posts .entry .wp-block-button,
.liste_formations_calendrier .search-filter-query-posts .entry .wp-block-button {
  position: absolute;
  bottom: 16px;
  right: 10px;
}

/* Calendrier - page de produit
--------------------------------------------- */
.single-product-calendrier .content-sidebar-wrap {
  display: block;
}
.single-product-calendrier #genesis-content {
  max-width: inherit;
}
.single-product-calendrier .informations-produit {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
.single-product-calendrier #inscription input.qty {
  display: none;
}

.calendrier-title-mobile {
  height: 1px;
  display: none;
  visibility: hidden;
}

.logo-partenaire img {
  width: 100%;
}

/*
.post-type-archive-formations {

.entry-info {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    align-items: center;
    border-bottom: 1px solid $mid-grey;

    span {
        font-size: 0.8rem; 
        font-weight: bold;
    }

}

.entry-columns {
    display: flex;
    align-items: center;

    span.col-title {
        margin: 0 auto; 
    }

}


article.formations {
display: grid;
grid-template-columns: 1.5fr 1fr;
align-items: center;
border-bottom: 1px solid $mid-grey;
padding: 10px 0;
    p {
        font-size: 0.8rem; 
        margin: 0 auto;
    }
}


article.formations::before,
article.formations .entry-content::before,
article.formations::after,
article.formations .entry-content::after {
    content: none;
}


article.formations .entry-content .colmeta,
article.calendrier .entry-content .colmeta {
    display: flex;
    align-items: center;

    p {
        padding: 0 1rem;
    }

	.calendrier {
		flex-direction: column !important; 
		a {font-size: 0.8rem;} 
	}

}

article.formations .entry-content .colmeta.calendrier {
    flex-direction: column !important; 
    a {font-size: 0.8rem;} 
}


article.formations .entry-content .colmeta.horaire::before,
article.formations .entry-content .colmeta.groupCible::before {
    content: "";
    width: 1px;
    height:40px;
    background-color: $mid-grey; 
}



article.formations .entry-content {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    align-items: center;
}

.entry-title-link {
    color:$text-color;
    text-decoration: underline;
    font-size: 1.3rem;
    font-weight: bold;
}

.entry-title-link:hover {
    text-decoration: underline;
}

} 

.post-type-archive-calendrier {

    .entry-info {
        display: grid;
        grid-template-columns: 1fr 2fr;
        align-items: center;
        border-bottom: 1px solid $mid-grey;

        span {
            font-size: 0.8rem; 
            font-weight: bold;
        }

    }

    .entry-columns {
        display: flex;
        align-items: center;

        span.col-title {
            margin: 0 auto; 
        }

    }


    article.calendrier {
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    border-bottom: 1px solid $mid-grey;
    padding: 10px 0;
        p {
            font-size: 0.8rem; 
            margin: 0 auto;
        }
    }



    article.calendrier::before,
    article.calendrier .entry-content::before,
    article.calendrier::after,
    article.calendrier .entry-content::after {
        content: none;
    }


    article.calendrier .entry-content .colmeta {
        display: flex;
        align-items: center;

        p {
            padding: 0 1rem;
        }
    }


    article.calendrier .entry-content .colmeta.horaire::before,
    article.calendrier .entry-content .colmeta.groupCible::before {
        content: "";
        width: 1px;
        height:40px;
        background-color: $mid-grey; 
    }



    article.calendrier .entry-content {
        display: grid;
        grid-template-columns: repeat(4,1fr);
        align-items: center;
    }

    .entry-title-link {
        color:$text-color;
        text-decoration: underline;
        font-size: 1.3rem;
        font-weight: bold;
    }

    .entry-title-link:hover {
        text-decoration: underline;
    }

    } 


*/
/* Filtres
--------------------------------------------- */
.filtres-formations .widget-title {
  display: none;
  opacity: 0;
}

.filtres-formations .searchandfilter h4 {
  font-weight: bold;
}

.filtres-formations .searchandfilter ul li {
  border-top: 1px solid rgb(233, 234, 237);
  padding: 10px 0 40px 0;
}

.filtres-formations .searchandfilter ul li.sf-field-search {
  border: none;
  padding: 0 0 40px 0;
}

.filtres-formations .searchandfilter ul li li {
  border: none;
  padding: 0;
}

/* RACC ARCHIVE
--------------------------------------------- */
.racc-zone-container-archive {
  max-width: 1440px;
  margin: 0 auto 80px;
  padding: 0 auto;
  position: relative;
  height: 60px;
}
.racc-zone-container-archive h1.section_title {
  color: #fff;
  display: block;
  position: absolute;
  padding-left: 5020px;
  padding-top: 40px;
  left: -5000px;
  z-index: 1;
  padding-right: 20px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  background-color: rgb(0, 176, 220);
}
.racc-zone-container-archive h1.section_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 130px;
  background: rgb(173, 216, 230);
  background: rgb(0, 176, 220);
  transform: skewX(-35deg);
  transform-origin: left bottom;
  z-index: -1;
}

.liste-prograc .content-sidebar-wrap {
  grid-template-columns: 1.65fr 1fr;
  grid-column-gap: 20px;
}
.liste-prograc .content-sidebar-wrap main {
  order: 1;
}
.liste-prograc .content-sidebar-wrap aside {
  order: 2;
}

.liste_formations_prograc {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  border-bottom: 1px solid rgb(233, 234, 237);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.liste_formations_prograc article {
  display: block;
}
.liste_formations_prograc .entry {
  background-color: white;
  border-bottom: 1px solid rgb(0, 176, 220);
  border-left: 1px solid rgb(233, 234, 237);
  box-shadow: 1px 2px 4px rgb(233, 234, 237);
}
.liste_formations_prograc .entry .calendrier_infos {
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
  padding-bottom: 16px;
}
.liste_formations_prograc .entry .product-title-container {
  min-height: 80px;
  display: flex;
  align-items: center;
}
.liste_formations_prograc .entry .custom-product-title {
  margin-top: 0;
  margin-bottom: 5px;
}
.liste_formations_prograc .entry .project-number {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: -46px;
  padding: 4px 6px 2px 6px;
  line-height: 20px;
  font-size: 1rem;
  border-radius: 4px;
  color: rgb(102, 95, 98);
}
.liste_formations_prograc .entry p {
  margin-top: 0;
  margin-bottom: 5px;
}
.liste_formations_prograc .entry .info_inscription {
  height: 50px;
}
.liste_formations_prograc .entry .woocommerce-Price-amount.amount {
  color: rgb(68, 68, 68);
  display: block;
  font-size: 1.6rem;
}
.liste_formations_prograc .entry .wp-block-button {
  position: absolute;
  bottom: 16px;
  right: 10px;
}

/* RACC SINGLE 
--------------------------------------------- */
.racc-zone-container {
  max-width: 1440px;
  margin: 0 auto;
  background-color: red;
  padding: 0 auto;
  position: relative;
}
.racc-zone-container .section_title {
  color: #fff;
  display: block;
  position: absolute;
  padding-left: 5020px;
  padding-top: 8px;
  left: -5000px;
  z-index: 1;
  padding-right: 20px;
}
.racc-zone-container .section_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50px;
  background: rgb(173, 216, 230);
  background: rgb(0, 176, 220);
  transform: skewX(-35deg);
  transform-origin: left bottom;
  z-index: -1;
}

.prograc .infos_formation h3 {
  position: relative;
  display: inline-block; /* shrink to text width */
  margin: 0 0 1.5rem;
}

/* skewed light-blue shape */
/* straight underline extending 30px past text */
.prograc .formation-title {
  margin-bottom: 20px;
}

.prograc .formation-détails {
  margin-bottom: 60px;
}
.prograc .formation-détails p {
  margin: 0 0 4px;
}

/* Formation - liste de formations
--------------------------------------------- */
/* Formation - page de la fiche
--------------------------------------------- */
.date_au_calendrier {
  display: flex;
  align-items: center;
  justify-content: left; /* Distributes items across the row */
  gap: 20px; /* Adds spacing between items */
  margin-bottom: 20px;
}

.date_au_calendrier .dashicons {
  flex-shrink: 0; /* Prevent the icon from shrinking */
}

.date_au_calendrier .infos_date_au_calendrier p {
  font-size: 14px;
  margin: 0;
}

.button {
  flex-shrink: 0; /* Prevent the button from shrinking */
}

.date_au_calendrier span {
  font-size: 26px;
  height: 26px;
}

.infos_formation {
  margin-bottom: 30px;
}

.formation-meta {
  margin: 50px 0;
}

/* Détails et Meta */
.sommaire-details {
  margin-top: 20px;
  margin-right: 10px;
  margin-bottom: 40px;
  border: 1px solid rgb(233, 234, 237);
}

.sommaire-details p {
  margin-bottom: 10px;
}

.sommaire-details p.statut-confirme,
.sommaire-details p.statut-lowstock {
  padding: 10px 0;
  text-align: center;
  color: #fff;
  background-color: rgb(0, 102, 126);
  margin-bottom: 0;
}

.detail-statut {
  padding: inherit;
}

.detail-prix {
  padding: 10px 30px;
  position: relative;
}

.detail-prix span.woocommerce-Price-amount.amount {
  font-size: 2rem;
  font-weight: bold;
  color: rgb(0, 102, 126);
  position: relative;
  top: 5px;
  margin-right: 20px;
}

.detail-meta {
  padding: 20px 30px;
  border-top: 1px solid rgb(202, 234, 241);
}
.detail-meta h2 {
  font-size: 1.2rem;
  font-weight: bold;
  color: rgb(0, 102, 126);
}

.logo-partenaire {
  margin-right: 10px;
}
.logo-partenaire h4 {
  color: rgb(0, 102, 126);
  font-size: 1rem;
  margin-left: 30px;
}

/*
.post-type-archive-formations {

.entry-info {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    align-items: center;
    border-bottom: 1px solid $mid-grey;

    span {
        font-size: 0.8rem; 
        font-weight: bold;
    }

}

.entry-columns {
    display: flex;
    align-items: center;

    span.col-title {
        margin: 0 auto; 
    }

}


article.formations {
display: grid;
grid-template-columns: 1.5fr 1fr;
align-items: center;
border-bottom: 1px solid $mid-grey;
padding: 10px 0;
    p {
        font-size: 0.8rem; 
        margin: 0 auto;
    }
}


article.formations::before,
article.formations .entry-content::before,
article.formations::after,
article.formations .entry-content::after {
    content: none;
}


article.formations .entry-content .colmeta,
article.calendrier .entry-content .colmeta {
    display: flex;
    align-items: center;

    p {
        padding: 0 1rem;
    }

	.calendrier {
		flex-direction: column !important; 
		a {font-size: 0.8rem;} 
	}

}

article.formations .entry-content .colmeta.calendrier {
    flex-direction: column !important; 
    a {font-size: 0.8rem;} 
}


article.formations .entry-content .colmeta.horaire::before,
article.formations .entry-content .colmeta.groupCible::before {
    content: "";
    width: 1px;
    height:40px;
    background-color: $mid-grey; 
}



article.formations .entry-content {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    align-items: center;
}

.entry-title-link {
    color:$text-color;
    text-decoration: underline;
    font-size: 1.3rem;
    font-weight: bold;
}

.entry-title-link:hover {
    text-decoration: underline;
}

} 

.post-type-archive-calendrier {

    .entry-info {
        display: grid;
        grid-template-columns: 1fr 2fr;
        align-items: center;
        border-bottom: 1px solid $mid-grey;

        span {
            font-size: 0.8rem; 
            font-weight: bold;
        }

    }

    .entry-columns {
        display: flex;
        align-items: center;

        span.col-title {
            margin: 0 auto; 
        }

    }


    article.calendrier {
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    border-bottom: 1px solid $mid-grey;
    padding: 10px 0;
        p {
            font-size: 0.8rem; 
            margin: 0 auto;
        }
    }



    article.calendrier::before,
    article.calendrier .entry-content::before,
    article.calendrier::after,
    article.calendrier .entry-content::after {
        content: none;
    }


    article.calendrier .entry-content .colmeta {
        display: flex;
        align-items: center;

        p {
            padding: 0 1rem;
        }
    }


    article.calendrier .entry-content .colmeta.horaire::before,
    article.calendrier .entry-content .colmeta.groupCible::before {
        content: "";
        width: 1px;
        height:40px;
        background-color: $mid-grey; 
    }



    article.calendrier .entry-content {
        display: grid;
        grid-template-columns: repeat(4,1fr);
        align-items: center;
    }

    .entry-title-link {
        color:$text-color;
        text-decoration: underline;
        font-size: 1.3rem;
        font-weight: bold;
    }

    .entry-title-link:hover {
        text-decoration: underline;
    }

    } 


*/
/* Filtres
--------------------------------------------- */
.filtres-formations .widget-title {
  display: none;
  opacity: 0;
}

.filtres-formations .searchandfilter h4 {
  font-weight: bold;
}

.filtres-formations .searchandfilter ul li {
  border-top: 1px solid rgb(233, 234, 237);
  padding: 10px 0 40px 0;
}

.filtres-formations .searchandfilter ul li.sf-field-search {
  border: none;
  padding: 0 0 40px 0;
}

.filtres-formations .searchandfilter ul li li {
  border: none;
  padding: 0;
}

/* Before Footer CTA
---------------------------------------------------------------------------- */
/* Site Footer
---------------------------------------------------------------------------- */
.site-footer {
  background-color: rgb(2, 22, 39);
  bottom: 0;
  padding-bottom: 40px;
  padding-top: 1.8em;
  border-top: 1px solid rgba(0, 176, 220, 0.2);
}

.footer_cols {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #fff;
}
.footer_cols a {
  color: #fff;
}
.footer_cols svg {
  fill: #fff;
}

.footer_left {
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer_right {
  width: 35%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer_logo {
  width: 40%;
}

.footer_logo img {
  max-width: 250px;
  width: 100%;
  height: auto;
}

.footer_address {
  width: 40%;
}

.footer__address__item {
  display: flex;
  margin-bottom: 10px;
  font-size: 0.9rem;
  font-weight: 400;
}

.footer__address__icon {
  min-width: 20px;
  margin-right: 5px;
  display: block;
}

.footer__menu {
  width: 100%;
  display: flex;
}

.footer__menu__section {
  width: 47.5%;
}

.footer__menu__section ul {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  list-style: none;
  padding-left: 0;
  width: 100%;
}

.footer__menu__section ul li {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  position: relative;
  display: inline-block;
}

.footer__menu__section ul a {
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff;
  position: relative;
  padding-bottom: 3px;
}

/* Site Navigation
---------------------------------------------------------------------------- */
.site-header::before,
.site-header .wrap::before,
.site-header::after,
.site-header .wrap::after {
  content: none;
}

.site-header > .wrap {
  display: grid;
  grid-template-columns: 180px 1fr;
}

.stacked-nav {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 20px;
  margin-right: 1.6rem;
}

.nav-primary {
  order: 2;
  justify-self: end;
}

.nav-secondary {
  order: 1;
  justify-self: end;
}

/*
.nav-primary .genesis-nav-menu .sub-menu {
	z-index: 9999;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #000;
	// text-decoration: underline red;
	// color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu li:last-child a {
	border-bottom: none;
}

.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu a:hover {
	// background-color: #000;
	// color: #fff;
	background-color: #fff;
	color: #000;
	text-decoration: underline #000;
	text-underline-offset: 5px;
	// line-height: 20px;
	// border-bottom: 1px solid #000;
}

*/
/* Recherche */
.menu-item-search {
  display: inline-block;
  margin-left: 10px;
}

.menu-item-search .search-form {
  display: flex;
  align-items: center;
}

.menu-item-search input[type=search] {
  padding: 6px 10px;
  border: 1px solid #ddd;
  border-radius: 2px;
}

.menu-item-search input[type=submit] {
  background: #333;
  color: #fff;
  border: none;
  padding: 6px 10px;
  cursor: pointer;
}

.genesis-nav-menu {
  clear: both;
  line-height: 1.6;
  width: 100%;
}

.genesis-nav-menu li, .footer__menu li {
  float: none;
  list-style-type: none;
  padding: 0;
}

.genesis-nav-menu li::before, .footer__menu li::before {
  content: none;
}

.genesis-nav-menu li li {
  margin-left: 0;
}

.genesis-nav-menu .menu-item,
.genesis-nav-menu .toggle-header-search {
  display: inline-block;
  text-align: left;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
  position: relative;
}

.nav-primary .genesis-nav-menu a,
.nav-primary .genesis-nav-menu .toggle-header-search {
  color: #000;
  display: block;
  font-size: 15px;
  font-weight: bold;
  padding: 5px 0px;
  margin: 0px 10px;
  border-bottom: 2px solid #fff;
  text-decoration: none;
}
.nav-primary .genesis-nav-menu a:focus,
.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .toggle-header-search:focus,
.nav-primary .genesis-nav-menu .toggle-header-search:hover {
  border-bottom: 2px solid rgb(253, 201, 19);
}

.nav-secondary .genesis-nav-menu a,
.nav-secondary .genesis-nav-menu .toggle-header-search {
  color: rgb(102, 95, 98);
  display: block;
  font-size: 14px;
  padding: 5px 0px;
  margin: 0px 10px;
  border-bottom: none;
  text-decoration: none;
}
.nav-secondary .genesis-nav-menu a:focus,
.nav-secondary .genesis-nav-menu a:hover,
.nav-secondary .genesis-nav-menu .toggle-header-search:focus,
.nav-secondary .genesis-nav-menu .toggle-header-search:hover {
  color: #000;
  border-bottom: none;
  text-decoration-line: underline;
  text-underline-offset: 5px;
}

.genesis-nav-menu .sub-menu a,
.genesis-nav-menu .sub-menu a,
.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu a:hover {
  border-bottom: none;
  font-weight: normal;
}

.genesis-nav-menu .sub-menu {
  background-color: #fff;
  left: -9999px;
  opacity: 0;
  position: absolute;
  transition: opacity 0.5s ease-in-out;
  width: 300px;
  z-index: 99;
  border-bottom: 4px solid rgb(253, 201, 19);
  box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.7);
}

/*
.genesis-nav-menu .sub-menu::before {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid red;
	content: " ";
	height: 0;
	left: 15px;
	position: absolute;
	top: 0;
	width: 0;
}
*/
.genesis-nav-menu .sub-menu .sub-menu::before {
  display: none;
}

.genesis-nav-menu > .menu-item > .sub-menu {
  padding-top: 5px;
}

.genesis-nav-menu > .menu-item .sub-menu > .menu-item:first-child,
.genesis-nav-menu > .menu-item > .sub-menu > .menu-item:last-child,
.genesis-nav-menu .sub-menu a {
  background-color: #fff;
}

.genesis-nav-menu > .menu-item .sub-menu > .menu-item:first-child {
  padding-top: 5px;
}

.genesis-nav-menu > .menu-item .sub-menu > .menu-item:last-child {
  padding-bottom: 5px;
}

.genesis-nav-menu .sub-menu a {
  font-size: 13px;
  padding: 12px 15px;
  position: relative;
}

.genesis-nav-menu .sub-menu .sub-menu {
  margin: -42px 0 0 160px;
}

.genesis-nav-menu .menu-item:hover {
  position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1;
}

/* Header Menu
--------------------------------------------- */
/*
.site-header {
	position: relative;
	z-index: 2;
}

.stacked-nav {
	background-color: white;
	z-index: 1000;

}

.nav-primary {
position: absolute;
right:0;
bottom:10px;
margin-right:1.6rem;
}

.nav-primary .genesis-nav-menu .sub-menu {
	z-index: 9999;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #000;
	// text-decoration: underline red;
	// color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu li:last-child a {
	border-bottom: none;
}

.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu a:hover {
	// background-color: #000;
	// color: #fff;
	background-color: #fff;
	color: #000;
	text-decoration: underline #000;
	text-underline-offset: 5px;
	// line-height: 20px;
	// border-bottom: 1px solid #000;
}


.nav-secondary {
	position: absolute;
    right: 0; 
    bottom: 60px;
    margin-right: 1.6rem;

}*/
/* Footer Menu
--------------------------------------------- */
/*
.nav-secondary {
	margin-bottom: 10px;
}

.nav-secondary .genesis-nav-menu {
	font-family: Muli, sans-serif;
	font-weight: 300;
	margin-top: 20px;
}

.nav-secondary .genesis-nav-menu li {
	padding-left: 2px;
}

.nav-secondary .genesis-nav-menu a {
	font-family: "Open Sans Condensed", sans-serif;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 1px;
	margin-left: 15px;
	padding: 0;
	text-transform: uppercase;
}

.nav-secondary .genesis-nav-menu li:first-child a {
	margin-left: 0;
}

.nav-secondary .genesis-nav-menu li:first-child::before {
	content: "";
}

.nav-secondary .genesis-nav-menu li::before {
	color: #666;
	content: "—";
	float: left;
	font-size: 10px;
}

*/
/* Accessible Menu
--------------------------------------------- */
/*
.menu .menu-item:focus,
.menu .menu-item.sfHover {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu .menu-item.sfHover > .sub-menu > .menu-item.sfHover > .sub-menu {
	left: 160px;
	margin-left: 0;
}
*/
.menu-toggle,
.sub-menu-toggle {
  display: none;
  visibility: hidden;
}

@media only screen and (max-width: 740px) {
  .site-header {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    z-index: 2;
    margin-top: 40px;
  }
  .site-header > .wrap {
    display: block;
  }
  .content,
  .full-width-content .content,
  .genesis-responsive-menu .genesis-nav-menu .sub-menu a,
  .genesis-responsive-menu .genesis-nav-menu .sub-menu,
  .js .nav-primary,
  .sidebar {
    width: 100%;
  }
  .site-container .site-header .wrap .title-area {
    max-width: 100%;
  }
  .custom-logo {
    width: 50%;
    margin: 0 auto;
    display: block;
  }
  .stacked-nav {
    margin-right: 0;
  }
  .nav-primary {
    order: 1;
    justify-self: center;
  }
  .nav-secondary {
    order: 2;
    justify-self: center;
  }
  .genesis-nav-menu li {
    float: none;
  }
  .genesis-responsive-menu .wrap {
    padding: 0;
  }
  .genesis-responsive-menu {
    display: none;
    position: relative;
  }
  .site-header > .wrap > .genesis-responsive-menu {
    transition: none;
  }
  .genesis-skip-link .skip-link-hidden {
    display: none;
    visibility: hidden;
  }
  .menu-toggle,
  .sub-menu-toggle {
    border-width: 0;
    color: #000;
    display: block;
    font-family: Muli, sans-serif;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    visibility: visible;
    width: auto;
  }
  .menu-toggle:focus,
  .menu-toggle:hover,
  .sub-menu-toggle:focus,
  .sub-menu-toggle:hover {
    background: transparent;
    border-width: 0;
    box-shadow: none;
    color: #06c;
  }
  .js .genesis-nav-menu > .menu-item .sub-menu > .menu-item:first-child,
  .js .genesis-nav-menu > .menu-item > .sub-menu > .menu-item:last-child,
  .js .genesis-nav-menu .sub-menu a {
    background-color: #fff;
    color: #000;
  }
  #genesis-mobile-nav-primary {
    background-color: rgb(253, 201, 19);
    width: 100%;
    height: 70px;
    font-size: 1.4rem;
  }
  #genesis-mobile-nav-primary.activated {
    border-bottom-color: transparent;
  }
  #genesis-mobile-nav-primary:focus,
  #genesis-mobile-nav-primary:hover {
    background-color: rgb(254, 216, 125);
    color: #06c;
    color: #000;
  }
  .menu-toggle {
    float: right;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    z-index: 1000;
  }
  .menu-toggle::before {
    font-size: 20px;
    margin-right: 5px;
    text-rendering: auto;
    vertical-align: bottom;
  }
  .sub-menu-toggle {
    background: transparent;
    float: right;
    font-size: 14px;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 2px;
    z-index: 100;
  }
  .sub-menu-toggle::before {
    display: inline-block;
    text-rendering: auto;
    transform: rotate(0);
    transition: transform 0.25s ease-in-out;
  }
  .sub-menu-toggle.activated::before {
    transform: rotate(180deg);
  }
  .genesis-responsive-menu .genesis-nav-menu .menu-item {
    display: block;
    float: none;
    position: relative;
    text-align: center;
  }
  .genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
  .genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
    position: relative;
  }
  .genesis-responsive-menu .genesis-nav-menu a:focus,
  .genesis-responsive-menu .genesis-nav-menu a:hover,
  .genesis-responsive-menu .genesis-nav-menu .sub-menu .menu-item a:focus,
  .genesis-responsive-menu .genesis-nav-menu .sub-menu .menu-item a:hover,
  .genesis-responsive-menu.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
    color: #000;
    text-decoration: underline;
  }
  .genesis-responsive-menu .genesis-nav-menu .menu-item a,
  .genesis-responsive-menu .toggle-header-search {
    border: none;
    margin-bottom: 1px;
    padding: 15px 20px;
    width: 100%;
  }
  .genesis-responsive-menu.nav-primary .genesis-nav-menu .sub-menu a {
    color: #000;
  }
  .genesis-nav-menu > .menu-item .sub-menu > .menu-item:first-child {
    padding-top: 0;
  }
  .genesis-nav-menu > .menu-item .sub-menu > .menu-item:last-child {
    padding-bottom: 5px;
  }
  .genesis-responsive-menu .genesis-nav-menu .sub-menu::after,
  .genesis-responsive-menu .genesis-nav-menu .sub-menu::before,
  .genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
    content: none;
  }
  .genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
  .genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
    left: 0;
    margin-left: 0;
  }
  .genesis-responsive-menu .genesis-nav-menu .sub-menu {
    clear: both;
    display: none;
    margin: 0;
    opacity: 1;
    padding-left: 15px;
    position: static;
    width: 100%;
  }
  .genesis-responsive-menu .toggle-header-search {
    display: none;
  }
  .pricing-table .one-fifth,
  .pricing-table .one-fourth,
  .pricing-table .one-half,
  .pricing-table .one-third {
    padding: 30px 40px;
  }
  .pricing-table .one-fourth,
  .pricing-table .one-fifth {
    width: 50%;
  }
  .formulaireSOFIE {
    width: 100%;
  }
}
/* Featured Content
--------------------------------------------- */
.instance-formation-sidebar {
  padding: 0 10px;
}

.informations-produit .formation-meta {
  padding-left: 60px;
}

.single-formations .site-inner .container, .single-calendrier .site-inner .container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 2rem;
}
.single-formations .formation-details, .single-calendrier .formation-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 2rem;
  margin-bottom: 3rem;
}
.single-formations .formation-supplementaires, .single-calendrier .formation-supplementaires {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 3rem;
  margin-top: -3rem;
}
.single-formations .colmeta p, .single-calendrier .colmeta p {
  margin: 0.5rem 0;
  font-size: 1rem;
}
.single-formations .formation-meta, .single-calendrier .formation-meta {
  margin-bottom: 3rem;
}

/* ZONE DE SECTIONS PRINCIPALES */
.sections-principales h2 {
  font-size: 24px;
}
.sections-principales h2 strong {
  font-size: 30px;
}

/* ZONE DE NOUVELLES */
.liste-formations-accueil .wp-block-query li.wp-block-post::before {
  content: none;
}

.liste-formations-accueil .wp-block-query li.wp-block-post {
  padding-left: 0;
}

/* ZONE D'INSCRIPTION */
#inscription {
  padding: 40px;
  margin-top: 80px;
  background-color: rgb(202, 234, 241);
  background-color: rgb(247, 247, 249);
}

/*
.featured-content .aligncenter,
.featured-content .aligncenter:hover,
.featured-content .alignleft,
.featured-content .alignleft:hover,
.featured-content .alignnone,
.featured-content .alignnone:hover,
.featured-content .alignright,
.featured-content .alignright:hover {
	border-width: 0;
}

.featured-content .entry {
	padding: 0;
}

.sidebar .featured-content .entry {
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 20px;
}

.sidebar .featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}

.sidebar .featured-content .entry-meta {
	margin-bottom: 5px;
}

.sidebar .featured-content a.alignleft,
.sidebar .featured-content a.alignright {
	margin-bottom: 0;
}

*/
/*
.single-formations {

	.page-background-image {
		width: 100%;
		position: absolute;
		filter:blur(5px);


		img {
			width: 100%;
			filter:grayscale(100%);
			// opacity: 0.5;
			position: relative;
			// z-index: -1;
			display: block;			
		}

	}

	.overlay {
		position:relative;

	}	

	.overlay::after {
		content: '';
		position: absolute;
		left: 0; top: 0;
		width: 100%; height: 100%;
		background: linear-gradient(rgba(255, 255, 255, 0.6),rgba(255, 255, 255, 1));
	  }

	h1.entry-title {
		padding:20px 0 0 0;
		padding-left:0;
		font-size: 52px !important;
	}


	.featured-formation-image {
		width:70%;
		margin:0 3% 30px 0; 
		float:left;
		position: relative;

		img {
			border-right:12px solid $brand-color;
			border-bottom:none !important;
		}
		.formation-image-overlay {
			position: absolute;
			width: 50%;
			border: none;
		}
	}

	.featured-formation-details {
		width:27%;
		float:left;
		margin-bottom:40px;

		h4 {
			margin:20px 0 5px 0; 
			font-weight: bold;
			font-size: 20px;
		}

		p {
			margin:5px 0 5px 0;
		}

		li {
			margin:0;
			font-size: 16px;
			line-height: 20px;
		}


	}

	.entry-content {
		clear:both;
		margin:30px 0 40px 0;
	}

	.formation-meta {

		h2{
			font-weight: bold;
			clear:both;

		}

		h2:first{
			margin-top:30px;
		}

	}


} 

*/
/* Sidebar
---------------------------------------------------------------------------- */
.sidebar {
  line-height: 1.75;
  margin-bottom: 60px;
}

.sidebar,
.sidebar p {
  font-size: 16px;
}

.sidebar .widget {
  margin-bottom: 0px;
}

/* Widgets
---------------------------------------------------------------------------- */
.widget {
  margin-bottom: 20px;
  word-wrap: break-word;
}

.widget p:last-of-type,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
  margin-bottom: 20px;
}

.widget ul > li {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.widget ul > li:last-of-type {
  padding-bottom: 0;
}

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px;
}

.widget li li {
  border: 0;
  margin: 0 0 0 30px;
  padding: 0;
}

.widget_calendar table {
  width: 100%;
}

.widget_calendar td,
.widget_calendar th {
  text-align: center;
}

/* Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden;
}

.gallery-item {
  float: left;
  margin: 0 0 30px;
  text-align: center;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left;
}

.gallery img {
  border: 1px solid #eee;
  height: auto;
  padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
  border: 1px solid #ccc;
}

/* Pagination
--------------------------------------------- */
.pagination {
  clear: both;
}

.archive-pagination a {
  background-color: #000;
  border-radius: 3px;
  color: #fff;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1;
  padding: 10px 15px;
  text-transform: uppercase;
}

.archive-pagination a:hover,
.archive-pagination a:focus,
.archive-pagination li.active a {
  background-color: #06c;
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.2);
  transform: translateY(-1px);
}

.adjacent-entry-pagination {
  margin-bottom: 0;
}

.archive-pagination li {
  display: inline-block;
  margin-bottom: 10px;
}

/* Genesis
--------------------------------------------- */
.breadcrumb {
  font-size: 14px;
  margin-bottom: 40px;
}

.full-width-content.single .breadcrumb {
  text-align: center;
}

.featured-image .breadcrumb {
  background-color: rgba(0, 0, 0, 0.6);
  margin-bottom: 0;
  position: absolute;
  top: -220px;
  width: 100%;
}

.featured-image .breadcrumb,
.featured-image .breadcrumb a {
  color: #fff;
}

.featured-image .breadcrumb a:hover,
.featured-image .breadcrumb a:focus {
  color: #ccc;
}

.genesis-title-hidden .breadcrumb {
  margin-top: 100px;
}

.after-entry,
.archive-description,
.author-box {
  margin-bottom: 100px;
}

.after-entry {
  box-shadow: 0 10px 80px rgba(0, 0, 0, 0.1);
  padding: 60px 80px;
}

.full-width-content .after-entry:last-child {
  margin-bottom: 180px;
}

.archive-description p:last-of-type,
.author-box p:last-of-type {
  margin-bottom: 0;
}

/* Skip Links
---------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0;
}

.genesis-skip-link li {
  height: 0;
  width: 0;
  list-style: none;
}

/* Display outline on focus */
:focus {
  color: #000;
  outline: #ccc solid 1px;
}

/* Gutenberg Front-End
---------------------------------------------------------------------------- */
/* Drop Caps
---------------------------------------------------------------------------- */
.site-container p.has-drop-cap:not(:focus)::first-letter {
  font-size: 8.8em;
  margin: 0.08em 0.08em 0 -0.09em;
}

.site-container p.has-larger-font-size.has-drop-cap:not(:focus)::first-letter,
.site-container p.has-small-font-size.has-drop-cap:not(:focus)::first-letter {
  margin-right: 0.01em;
}

/* Custom Classes
---------------------------------------------------------------------------- */
.site-container .bold-heading-text,
.site-container .bold-text {
  font-family: "Satoshi", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 48px;
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: none;
}

.site-container .bold-heading-text {
  font-size: 60px;
}

.site-container .light-text,
.site-container .light-text a {
  color: #fff;
}

.site-container .light-text a {
  text-decoration: underline;
}

.site-container .light-text a:focus,
.site-container .light-text a:hover {
  text-decoration: none;
}

.site-container .narrow-content p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 481px) {
  .site-container .bold-heading-text,
  .site-container .bold-text {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1023px) {
  .narrow-content h1,
  .narrow-content p {
    padding-right: 60%;
  }
}
/* Paragraphs
---------------------------------------------------------------------------- */
.alignfull:not(.has-background) .wp-block-group__inner-container > p:not(.has-background-color) {
  padding-left: 30px;
  padding-right: 30px;
}

/* Background Color
---------------------------------------------------------------------------- */
.site-container p.has-background {
  padding: 25px 30px;
}

.site-container p.has-background.box-shadow {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.site-container p.has-background a,
.site-container p.has-text-color a {
  color: inherit;
  text-decoration: underline;
}

.site-container p.has-background a:focus,
.site-container p.has-background a:hover,
.site-container p.has-text-color a:focus,
.site-container p.has-text-color a:hover {
  color: inherit;
  text-decoration: none;
}

/* Alignment
---------------------------------------------------------------------------- */
.has-text-align-center {
  text-align: center;
}

.has-text-align-left {
  text-align: left;
}

.has-text-align-right {
  text-align: right;
}

.wp-block-button.alignleft,
.wp-block-buttons.alignleft,
.wp-block-cover.alignleft,
.wp-block-image .alignleft {
  margin-right: 2em;
}

.wp-block-button.alignright,
.wp-block-buttons.alignright,
.wp-block-cover.alignright,
.wp-block-image .alignright {
  margin-left: 2em;
}

.full-width-content .entry-content > .alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
}

.full-width-content .entry-content > .wp-block-table.alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
}

.content-sidebar .entry-content .alignfull,
.sidebar-content .entry-content .alignfull {
  margin: 0 0 2em;
  width: 100%;
}

.alignfull .alignwide,
.alignwide .alignwide {
  max-width: 1200px;
  margin: 0 auto;
}

/* Columns
---------------------------------------------------------------------------- */
.site-container .wp-block-columns {
  margin-bottom: 30px;
}

.site-container .wp-block-columns.alignfull {
  padding: 0 30px;
}

.site-container .wp-block-columns.brand-logos figure,
.site-container .wp-block-columns.brand-logos .wp-block-column {
  margin-bottom: 0;
}

/* Cover Image
---------------------------------------------------------------------------- */
.full-width-content .entry-content > .wp-block-cover.alignfull {
  width: 100vw;
}

.site-container .wp-block-cover .wp-block-cover-text {
  font-size: 42px;
}

/* Buttons
---------------------------------------------------------------------------- */
.site-container .ab-button {
  background-color: #222;
  font-family: "Satoshi", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.site-container .wp-block-button .wp-block-button__link {
  background-color: #222;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-family: "Satoshi", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  padding: 12px 20px;
  text-transform: uppercase;
  white-space: normal;
  width: auto;
}

.site-container .wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
  border: 2px solid currentColor;
  padding: 13px 28px;
}

.site-container .wp-block-button.is-style-outline .wp-block-button__link.has-background {
  background-color: transparent !important;
}

.site-container .ab-button:focus,
.site-container .ab-button:hover,
.site-container .wp-block-button .wp-block-button__link:focus,
.site-container .wp-block-button .wp-block-button__link:hover,
.site-container .wp-block-button.is-style-outline .wp-block-button__link:focus,
.site-container .wp-block-button.is-style-outline .wp-block-button__link:hover {
  box-shadow: inset 0 0 200px rgba(230, 230, 230, 0.25);
}

/* Blockquotes and captions
---------------------------------------------------------------------------- */
.site-container .wp-block-pullquote blockquote::before,
.site-container .wp-block-quote::before {
  color: #888;
  content: "“";
  display: block;
  font-family: "Satoshi", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  height: 0;
  left: -20px;
  position: relative;
  text-align: left;
  top: -10px;
}

.site-container .wp-block-pullquote.alignleft {
  margin: 0 2em 1.5em 0;
}

.site-container .wp-block-pullquote.alignright {
  margin: 0 0 1.5em 2em;
}

.site-container .wp-block-quote.is-style-large::before {
  font-size: 40px;
}

.site-container .wp-block-pullquote blockquote::before {
  color: #222;
  font-size: 60px;
  left: 0;
  text-align: center;
  top: -60px;
}

.site-container .wp-block-pullquote.is-style-solid-color blockquote::before {
  color: #fff;
  padding-top: 16px;
}

.site-container .wp-block-pullquote blockquote.has-text-color::before {
  color: currentColor;
}

.site-container .wp-block-pullquote,
.site-container .wp-block-quote {
  border: none;
  margin: 24px 24px 36px;
}

.site-container .wp-block-quote:not(.is-large):not(.is-style-large) {
  border: none;
}

.site-container .wp-block-pullquote p,
.site-container .wp-block-quote p {
  color: #222;
  font-family: "Satoshi", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 21px;
  font-style: italic;
  line-height: 1.8;
  margin-bottom: 42px;
}

.site-container .wp-block-pullquote p,
.site-container .wp-block-quote.is-style-large p {
  font-size: 32px;
}

.wp-block-pullquote.is-style-solid-color.alignleft blockquote,
.wp-block-pullquote.is-style-solid-color.alignright blockquote {
  max-width: 80%;
}

.site-container .wp-block-pullquote.is-style-solid-color p {
  color: #fff;
  margin-bottom: 42px;
  text-align: center;
}

.site-container .wp-block-pullquote:not(.is-style-solid-color)[style*=border-color] {
  border: 2px solid;
  border-left: none;
  border-right: none;
}

.site-container .wp-block-pullquote cite,
.site-container .wp-block-quote cite {
  color: #222;
  display: block;
  font-family: "Satoshi", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-style: normal;
  margin-top: -25px;
  text-align: inherit;
  text-transform: none;
}

.site-container .wp-block-pullquote cite {
  text-align: center;
}

.site-container .wp-block-pullquote.is-style-solid-color cite {
  color: #fff;
}

.site-container .wp-block-pullquote .has-text-color cite,
.site-container .wp-block-pullquote .has-text-color p {
  color: currentColor;
}

.blocks-gallery-caption {
  width: 100%;
}

.blocks-gallery-item figcaption {
  margin-bottom: 0;
}

/* Category Block
---------------------------------------------------------------------------- */
.site-container .wp-block-categories {
  margin-left: 0;
  padding-left: 0;
}

.site-container .wp-block-categories li {
  list-style-type: none;
}

.site-container .wp-block-categories.aligncenter {
  text-align: center;
}

.site-container .wp-block-categories.alignfull {
  padding: 0 30px;
}

.site-container .wp-block-categories .children {
  padding-left: 30px;
}

/* Latest Posts Block
---------------------------------------------------------------------------- */
.site-container .wp-block-latest-posts {
  margin-left: 0;
  padding-left: 0;
}

.site-container .wp-block-latest-posts li {
  list-style-type: none;
}

.site-container .wp-block-latest-posts.aligncenter {
  text-align: center;
}

.site-container .wp-block-latest-posts.alignfull {
  padding: 0 30px;
}

/* Atomic Blocks
---------------------------------------------------------------------------- */
.ab-block-container h3,
.ab-block-post-grid .ab-post-grid-items .ab-block-post-grid-title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.ab-block-post-grid .ab-post-grid-items .ab-block-post-grid-title {
  margin-bottom: 5px;
}

.ab-block-post-grid .ab-post-grid-items .ab-block-post-grid-title a {
  color: #000;
}

.ab-block-pricing-table-inside {
  box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.05);
}

/* Other Blocks
---------------------------------------------------------------------------- */
.wp-block-preformatted,
.wp-block-verse {
  font-size: 18px;
}

.wp-block-preformatted {
  white-space: pre-wrap;
}

hr.wp-block-separator {
  border-width: 0;
  border-bottom: 1px solid currentColor;
  color: #222;
  margin: 2.2em 0 2em;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 3.5%;
}

.wp-block-audio audio {
  display: inline-block;
  width: 100%;
}

.site-container .blocks-gallery-grid,
.site-container .wp-block-social-links {
  padding-left: 0;
}

.wp-block-table.is-style-stripes {
  border-bottom-width: 0;
}

/* Media Queries
---------------------------------------------------------------------------- */
@media only screen and (max-width: 781px) {
  .site-container .wp-block-column {
    flex-basis: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .brand-logos {
    max-width: 180px;
  }
}
@media only screen and (min-width: 828px) {
  .full-width-content .entry-content > .alignwide {
    margin-left: -40px;
    margin-right: -40px;
    max-width: 800px;
    width: auto;
  }
  .full-width-content .entry-content > .wp-block-table.alignwide {
    width: calc(100% + 120px);
  }
}
@media only screen and (min-width: 1024px) {
  .full-width-content .entry-content > .alignwide {
    margin-left: -157px;
    margin-right: -157px;
    max-width: 994px;
    width: auto;
  }
  .full-width-content .entry-content > .wp-block-table.alignwide {
    width: calc(100% + 360px);
  }
}
@media only screen and (min-width: 1228px) {
  .full-width-content .entry-content > .alignwide {
    margin-left: -260px;
    margin-right: -260px;
    max-width: 1200px;
    width: auto;
  }
  .full-width-content .entry-content > .wp-block-table.alignwide {
    width: calc(100% + 520px);
  }
}
/* Media Queries
---------------------------------------------------------------------------- */
@media only screen and (max-width: 1480px) {
  .site-inner {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
  .top_page_group {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
@media only screen and (max-width: 1280px) {
  aside .wp-block-columns.is-layout-flex {
    flex-direction: column;
  }
  aside .wp-block-columns.is-layout-flex .wp-block-button__link {
    justify-content: center;
  }
  aside .wp-block-columns.is-layout-flex .wp-block-button, aside .wp-block-columns.is-layout-flex .wp-block-button__link {
    width: 100%;
  }
  .single-product-calendrier .informations-produit {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
  }
  .formation-title h1 {
    margin-top: 60px;
  }
  /*	
  	.before-footer-cta .wrap,
  	.site-inner {
  		max-width: 1160px;
  	}
  */
  /*
  	.content {
  		width: 820px;
  		width: 70%;
  	}

  	.sidebar {
  		width: 300px;
  		width: 30%;
  	}
  */
}
@media only screen and (max-width: 1023px) {
  .calendrier-title-mobile {
    display: block;
    visibility: visible;
  }
  .calendrier-title {
    display: none;
    visibility: hidden;
  }
  .cover-accueil {
    background-size: 150% !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
  }
  .cover-accueil .slogan-accueil {
    font-size: 34px !important;
    margin: 10px auto 300px !important;
  }
  .archive .content-sidebar-wrap,
  .liste-calendrier .content-sidebar-wrap {
    grid-template-columns: 1fr;
  }
  .single-product-calendrier .informations-produit {
    display: grid;
    grid-template-columns: 1.25fr 1fr;
  }
  .calendrier-title h2 {
    border-bottom: none;
  }
  .calendrier-title-mobile {
    height: initial;
    width: 180%;
    margin-bottom: 40px;
  }
  .details-produit {
    margin-top: 140px;
  }
  .filtres_temps .gb-container-content {
    flex-direction: column;
    align-items: flex-start;
  }
  .site-header > .wrap {
    grid-template-columns: 1fr;
  }
  .title-area,
  .stacked-nav {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .stacked-nav {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 1023px) {
  .nav-secondary.genesis-responsive-menu {
    display: block !important;
  }
}
@media only screen and (max-width: 840px) {
  .formation-image-mobile {
    display: block;
    visibility: visible;
  }
  .formation-image {
    display: none;
    visibility: hidden;
  }
  .page-template-base-content-sidebar .content-sidebar-wrap,
  .single-formation-layout .content-sidebar-wrap {
    display: block;
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
  aside .wp-block-columns.is-layout-flex {
    flex-direction: row;
  }
  aside .wp-block-columns.is-layout-flex .wp-block-button__link {
    text-align: center;
  }
  .single-formation-layout .entry-content {
    margin-right: 0px;
  }
  .formation-image-mobile {
    margin: -11px 0 5px;
  }
  /* Calendrier - page de produit */
  .single-product-calendrier .informations-produit {
    display: block;
  }
  .calendrier-title-mobile {
    width: 100%;
  }
  .details-produit {
    margin-top: 80px;
  }
  .informations-produit .produit-description,
  .informations-produit .formation-meta {
    padding-left: 0;
  }
  .logo-partenaire h4 {
    margin-left: 0;
  }
  .logo-partenaire img {
    width: 75%;
  }
  .sommaire-image {
    border-right: none;
  }
  .sommaire-image img {
    border-right: none;
  }
}
@media only screen and (max-width: 700px) {
  .liste_formations_calendrier .search-filter-query-posts {
    grid-template-columns: 1fr;
  }
  .footer_cols {
    flex-direction: column;
    align-items: center;
  }
  .footer_left,
  .footer_right,
  .footer__menu {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 30px;
  }
  .footer__menu__section {
    width: 75%;
  }
  .footer__menu__section ul {
    align-items: center;
  }
  .footer__menu__section ul li {
    text-align: center;
  }
}
/*
@media only screen and (max-width: 840px) {

	.content-sidebar-wrap {
		// display: grid;
		grid-template-columns: 1fr;
		gap: 1.6rem;
	}


}
*/
/*
@media only screen and (max-width: 1023px) {


	.content,
	.full-width-content .content,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu,
	.js .nav-primary,
	.sidebar {
		width: 100%;
	} 

	// .content-sidebar .content {
	// 	float:none;
	// 	width:100%;
	// }

	// .sidebar-content .content {
	// 	float:none;
	// 	width:100%;
	// }

	// .sidebar {
	// 	margin-top:0;
	// }

	.post-type-archive-formations.sidebar-content .content { 
		    width: inherit; 
			padding: 40px;

	}

	.post-type-archive-formations.sidebar-content .sidebar { 
		width: 100%; 
		padding: 40px;

	}

	.site-header {
		padding-left: 20px;
		padding-right: 20px;
	}

	.full-width-content.landing-page .site-inner {
		margin-top: 80px;
	}

	.genesis-nav-menu li {
		float: none;
	}

	.genesis-responsive-menu .wrap {
		padding: 0;
	}

	.genesis-responsive-menu {
		display: none;
		position: relative;
	}

	.site-header > .wrap > .genesis-responsive-menu {
		transition: none;
	}

	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}

	.menu-toggle,
	.sub-menu-toggle {
		border-width: 0;
		color: #000;
		display: block;
		font-family: Muli, sans-serif;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
		width: auto;
	}

	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background: transparent;
		border-width: 0;
		box-shadow: none;
		color: #06c;
	}

	.js .genesis-nav-menu > .menu-item .sub-menu > .menu-item:first-child,
	.js .genesis-nav-menu > .menu-item > .sub-menu > .menu-item:last-child,
	.js .genesis-nav-menu .sub-menu a,
	.js #genesis-mobile-nav-primary {
		background-color: #fff;
		color: #000;
	}

	#genesis-mobile-nav-primary.activated {
		border-bottom-color: transparent;
	}

	#genesis-mobile-nav-primary:focus,
	#genesis-mobile-nav-primary:hover {
		color: #06c;
	}

	.menu-toggle {
		float: right;
		font-size: 15px;
		font-weight: 400;
		line-height: 21px;
		padding-left: 0;
		padding-right: 0;
		position: relative;
		z-index: 1000;
	}

	.menu-toggle::before {
		font-size: 20px;
		margin-right: 5px;
		text-rendering: auto;
		vertical-align: bottom;
	}

	.sub-menu-toggle {
		background: transparent;
		float: right;
		font-size: 14px;
		padding: 10px;
		position: absolute;
		right: 0;
		top: 2px;
		z-index: 100;
	}

	.sub-menu-toggle::before {
		display: inline-block;
		text-rendering: auto;
		transform: rotate(0);
		transition: transform 0.25s ease-in-out;
	}

	.sub-menu-toggle.activated::before {
		transform: rotate(180deg);
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-responsive-menu .genesis-nav-menu a:focus,
	.genesis-responsive-menu .genesis-nav-menu a:hover,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu .menu-item a:focus,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu .menu-item a:hover,
	.genesis-responsive-menu.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
		color: #06c;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a,
	.genesis-responsive-menu .toggle-header-search {
		border: none;
		margin-bottom: 1px;
		padding: 15px 20px;
		width: 100%;
	}

	.genesis-responsive-menu.nav-primary .genesis-nav-menu .sub-menu a {
		color: #000;
	}

	.genesis-nav-menu > .menu-item .sub-menu > .menu-item:first-child {
		padding-top: 0;
	}

	.genesis-nav-menu > .menu-item .sub-menu > .menu-item:last-child {
		padding-bottom: 5px;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu::after,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu::before,
	.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
		content: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.genesis-responsive-menu .toggle-header-search {
		display: none;
	}

	.pricing-table .one-fifth,
	.pricing-table .one-fourth,
	.pricing-table .one-half,
	.pricing-table .one-third {
		padding: 30px 40px;
	}

	.pricing-table .one-fourth,
	.pricing-table .one-fifth {
		width: 50%;
	}

	.formulaireSOFIE {
		width:100%;

	}


}

*/
/*
@media only screen and (max-width: 782px) {

	.site-inner {
		width:100%;
	}

	.before-footer-cta .wrap,
	.site-inner {
		max-width: 100%;
		// padding-left: 5%;
		// padding-right: 5%;
	}

	.admin-bar .site-header {
		top: 46px;
	}

	.site-header {
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	}

	.full-width-content.landing-page .content {
		margin-bottom: 0;
	}

	.entry-title {
		font-size: 36px;
	}

	.after-entry {
		padding: 30px 40px;
	}

	.after-entry .enews-widget form {
		margin-left: 0;
		margin-right: 0;
	}

	.before-footer-cta .button {
		float: none;
		margin-top: 20px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.pricing-table .one-fifth,
	.pricing-table .one-fourth,
	.pricing-table .one-half,
	.pricing-table .one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}


}

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

	.admin-bar .site-header {
		position: relative;
		top: 0;
	}

	.footer-cta-button {
		display: block;
	}

}
*/
/*
This file is used to contain all pages imports.
*/
/*
.wp-block-ugb-button.ugb-button-wrapper.sofie.ugb-409e4e5.ugb-main-block {
    margin: 0;
    padding: 0;
  }
*/
@media only screen and (max-width: 782px) {
  .ugb-container.ugb-container--v2.ugb-container--design-plain > .ugb-inner-block > .ugb-block-content > .ugb-container__wrapper {
    padding: 0 !important;
  }
  .wp-block-ugb-button.ugb-button-wrapper.sofie.ugb-409e4e5.ugb-main-block {
    margin: 0 !important;
  }
}