@charset "UTF-8";
/*
Theme Name: Theme Startup
Theme URI: https://demo.studiopress.com/
Description: This is the sample theme created for the Genesis Framework.
Author: StudioPress
Author URI: https://www.studiopress.com/

Version: 3.4.1

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

Template: genesis

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

Text Domain: genesis-sample
Requires at least: 5.4
Requires PHP: 5.6
*/
/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/
/* HTML5 Reset
---------------------------------------------------------------------------- */
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

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

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: 600;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

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

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

/* stylelint-enable */
/* Box Sizing
--------------------------------------------- */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* Float Clearing
--------------------------------------------- */
/* Defaults
---------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  background-color: #fff;
  color: #333;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.625;
  margin: 0;
  overflow-x: hidden;
}

button,
input:focus,
input[type=button],
input[type=reset],
input[type=submit],
textarea:focus,
.button,
.gallery img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a {
  color: #0073e5;
  text-decoration: underline;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
  color: #333;
  text-decoration: none;
}

p {
  margin: 0 0 28px;
  padding: 0;
}

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

li {
  list-style-type: none;
}

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

b,
strong {
  font-weight: 600;
}

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

mark {
  background: #ddd;
  color: #333;
}

blockquote {
  margin: 30px;
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 20px;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 27px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

.entry-content h3,
.entry-content h4 {
  font-weight: 600;
}

.entry-content h4 {
  margin-top: 40px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
  vertical-align: top;
}

figure {
  margin: 0;
}

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

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

.gallery img:focus,
.gallery img:hover {
  border: 1px solid #999;
  outline: none;
}

.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-item {
  float: left;
  margin: 0 0 30px;
  text-align: center;
}

/* Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  padding: 15px;
  width: 100%;
}

input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none;
}

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

::-webkit-input-placeholder {
  color: #333;
  opacity: 1;
}

::-moz-placeholder {
  color: #333;
  opacity: 1;
}

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

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

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

button,
input[type=button],
input[type=reset],
input[type=submit],
.site-container div.wpforms-container-full .wpforms-form input[type=submit],
.site-container div.wpforms-container-full .wpforms-form button[type=submit],
.button {
  background-color: #333;
  border: 0;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: auto;
}

button:focus,
button:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=submit]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type=submit]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type=submit]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type=submit]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type=submit]:hover,
.button:focus,
.button:hover {
  background-color: #0073e5;
  border-width: 0;
  color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
  color: #fff;
}

.button {
  display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type=button]:disabled,
.site-container input[type=button]:disabled:hover,
.site-container input[type=reset]:disabled,
.site-container input[type=reset]:disabled:hover,
.site-container input[type=submit]:disabled,
.site-container input[type=submit]:disabled:hover {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed;
}

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

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

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

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

.more-link {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}

/* Structure and Layout
---------------------------------------------------------------------------- */
/* Site Container
--------------------------------------------- */
.site-container {
  -webkit-animation: fadein 1s;
          animation: fadein 1s;
  word-wrap: break-word;
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Site Inner
--------------------------------------------- */
.site-inner {
  clear: both;
  margin: 0 auto;
  padding: 60px 30px 0;
}

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

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

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

.comment .avatar {
  margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */
.after-entry,
.author-box {
  margin-bottom: 40px;
}

.after-entry {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 20px 30px;
}

.after-entry .widget:last-of-type {
  margin-bottom: 0;
}

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

.entry-content .search-form {
  margin-bottom: 40px;
  width: 50%;
}

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

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

/* 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,
.singular-image {
  display: block;
  margin: 0 auto 30px;
}

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

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: 600;
  margin-top: 0.5em;
  margin-bottom: 1em;
  padding-left: 10px;
  padding-right: 10px;
  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;
}

/* Widgets
---------------------------------------------------------------------------- */
.widget {
  margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
  margin-bottom: 0;
}

.widget ul > li {
  margin-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;
}

/* Featured Content
--------------------------------------------- */
.featured-content .entry {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

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

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

/* Plugins
---------------------------------------------------------------------------- */
/* Genesis eNews Extended
--------------------------------------------- */
.after-entry .enews {
  text-align: center;
  padding: 10px;
}

.sidebar .enews {
  background-color: #f5f5f5;
  padding: 30px;
}

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

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

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

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

/* Genesis Simple FAQ
--------------------------------------------- */
.gs-faq__question {
  background: transparent;
  border-bottom: 1px solid #eee;
  color: #333;
  padding-left: 0;
  padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
  background: transparent;
  color: #0073e5;
}

.gs-faq__question::after {
  content: "";
  font-family: dashicons;
  /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
  float: right;
}

.gs-faq__question.gs-faq--expanded::after {
  content: "";
}

/* WP Forms
--------------------------------------------- */
.entry-content .wpforms-container {
  margin-bottom: 40px;
}

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

.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;
}

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

.site-container .entry-content .wpforms-form textarea {
  padding: 15px;
}

.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;
}

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

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

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

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

/* Title Area
--------------------------------------------- */
.wp-custom-logo .title-area {
  max-width: 350px;
  padding-bottom: 5px;
  padding-top: 5px;
  width: 100%;
}

.wp-custom-logo .custom-logo-link {
  display: block;
}

.wp-custom-logo .title-area img {
  width: auto;
}

.site-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
}

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

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

/* Site Navigation
---------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  line-height: 1;
  width: 100%;
}

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

.genesis-nav-menu a {
  color: #333;
  display: block;
  font-size: 15px;
  font-weight: 400;
  outline-offset: -1px;
  padding-bottom: 12px;
  padding-top: 12px;
  text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #0073e5;
  text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
  width: 100%;
}

.genesis-nav-menu .sub-menu {
  clear: both;
  display: none;
  left: -9999px;
  margin: 0;
  opacity: 1;
  padding-left: 15px;
  position: static;
  z-index: 99;
}

.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  font-size: 14px;
  position: relative;
  word-wrap: break-word;
}

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

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

/* Responsive Menu
--------------------------------------------- */
.menu .menu-item:focus {
  position: static;
}

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

.js .nav-primary {
  display: none;
  position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
  display: none;
}

.menu-toggle,
.sub-menu-toggle {
  border-width: 0;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
  background-color: transparent;
  border-width: 0;
}

.menu-toggle {
  position: relative;
  z-index: 1000;
}

.menu-toggle.activated::before {
  content: "";
}

.site-header .dashicons-before::before {
  -webkit-transition: none;
  transition: none;
}

.site-header .menu-toggle::before {
  float: left;
  margin-right: 5px;
  position: relative;
  text-rendering: auto;
  top: 1px;
}

.sub-menu-toggle {
  float: right;
  padding: 9px 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}

.sub-menu .sub-menu-toggle {
  padding: 12px 10px;
}

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

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

/* Header Menu
--------------------------------------------- */
.nav-primary {
  clear: left;
  padding-bottom: 15px;
  padding-top: 15px;
  width: 100%;
}

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

.nav-secondary .genesis-nav-menu {
  line-height: 1.5;
}

.nav-secondary .menu-item {
  display: inline-block;
}

.nav-secondary a {
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
}

/* Content Area
---------------------------------------------------------------------------- */
/* Entry Content
--------------------------------------------- */
.entry {
  margin-bottom: 40px;
}

.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: #f5f5f5;
}

.content .sticky {
  background-color: #f5f5f5;
  padding: 30px;
}

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

.entry-header .entry-meta {
  margin-bottom: 20px;
}

.entry-footer .entry-meta {
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.entry-categories,
.entry-tags {
  display: block;
}

.entry-comments-link::before {
  content: "—";
  margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 60px 0;
}

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

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
  background-color: #f5f5f5;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  padding: 8px 12px;
  text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
  background-color: #333;
  color: #fff;
}

/* Entry Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  margin-bottom: 40px;
}

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

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

.comment-header {
  margin-bottom: 30px;
}

.comment-content {
  clear: both;
}

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

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

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

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

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

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

/* Sidebar
---------------------------------------------------------------------------- */
.sidebar {
  font-size: 16px;
  line-height: 1.5;
}

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

.sidebar p {
  margin-bottom: 20px;
}

/* Footer Widgets
---------------------------------------------------------------------------- */
.footer-widgets {
  border-top: 1px solid #eee;
  background-color: #fff;
  clear: both;
  padding: 60px 0;
}

.footer-widgets .wrap {
  margin-left: auto;
  margin-right: auto;
}

.footer-widget-area {
  margin-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
  margin-bottom: 0;
}

/* Media Queries
---------------------------------------------------------------------------- */
@media only screen and (min-width: 480px) {
  table {
    table-layout: auto;
    word-break: normal;
  }
}
@media only screen and (min-width: 960px) {
  /* Site Header
  --------------------------------------------- */
  .site-header {
    position: sticky;
    top: 0;
    z-index: 9999;
  }
  /* Genesis Menu
  --------------------------------------------- */
  .genesis-nav-menu .menu-item {
    display: inline-block;
  }
  .genesis-nav-menu .menu-item:focus,
  .genesis-nav-menu .menu-item:hover {
    position: relative;
  }
  .genesis-nav-menu > .menu-bold > a {
    font-weight: 700;
  }
  .genesis-nav-menu > .menu-highlight > a {
    background-color: #333;
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
    margin-left: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .genesis-nav-menu > .menu-highlight > a:focus,
  .genesis-nav-menu > .menu-highlight > a:hover {
    background-color: #0073e5;
  }
  .genesis-nav-menu .sub-menu,
  .genesis-nav-menu .sub-menu a {
    width: 180px;
  }
  .genesis-nav-menu .sub-menu {
    border-top: 1px solid #eee;
    opacity: 0;
    padding-left: 0;
    position: absolute;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
  }
  .genesis-nav-menu .sub-menu a {
    border: 1px solid #eee;
    border-top: 0;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .genesis-nav-menu .sub-menu .sub-menu {
    margin: -46px 0 0 179px;
  }
  /* Responsive Menu
  --------------------------------------------- */
  .js .nav-primary {
    display: block;
    padding-top: 15px;
  }
  .menu-toggle,
  .sub-menu-toggle {
    display: none;
    visibility: hidden;
  }
  /* Header Menu
  --------------------------------------------- */
  .nav-primary {
    clear: none;
    float: right;
    width: auto;
  }
  .nav-primary .genesis-nav-menu a {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* Site-Inner
  --------------------------------------------- */
  .site-inner {
    max-width: 1140px;
  }
  /* Content
  --------------------------------------------- */
  .content {
    float: left;
    width: 65%;
  }
  .sidebar-content .content {
    float: right;
  }
  .full-width-content .content {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  /* Sidebar
  --------------------------------------------- */
  .sidebar {
    float: right;
    width: 30%;
  }
  .sidebar-content .sidebar {
    float: left;
  }
  /* Author Box
  --------------------------------------------- */
  .author-box {
    background-color: #f5f5f5;
    padding: 30px;
  }
  /* After Entry
  --------------------------------------------- */
  .after-entry {
    padding: 40px 60px;
  }
  .after-entry .enews {
    padding-left: 30px;
    padding-right: 30px;
  }
  /* Column Classes
  --------------------------------------------- */
  .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.5641025641%;
  }
  .one-half,
  .three-sixths,
  .two-fourths {
    width: 48.7179487179%;
  }
  .one-third,
  .two-sixths {
    width: 31.6239316239%;
  }
  .four-sixths,
  .two-thirds {
    width: 65.811965812%;
  }
  .one-fourth {
    width: 23.0769230769%;
  }
  .three-fourths {
    width: 74.358974359%;
  }
  .one-sixth {
    width: 14.5299145299%;
  }
  .five-sixths {
    width: 82.905982906%;
  }
  .first {
    clear: both;
    margin-left: 0;
  }
  /* Footer Widgets
  --------------------------------------------- */
  .footer-widgets .wrap {
    max-width: 1140px;
  }
  .footer-widget-area {
    float: left;
    margin-bottom: 0;
    width: 33.3333333333%;
  }
}
/* Print Styles
---------------------------------------------------------------------------- */
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: #333 !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]::after,
  a[href^="#"]::after,
  .site-title > a::after {
    content: "";
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .content,
  .content-sidebar {
    width: 100%;
  }
  button,
  input,
  select,
  textarea,
  .breadcrumb,
  .comment-edit-link,
  .comment-form,
  .comment-list .reply a,
  .comment-reply-title,
  .edit-link,
  .entry-comments-link,
  .entry-footer,
  .genesis-box,
  .header-widget-area,
  .hidden-print,
  .home-top,
  .nav-primary,
  .nav-secondary,
  .post-edit-link,
  .sidebar {
    display: none !important;
  }
  .title-area {
    text-align: center;
    width: 100%;
  }
  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0;
  }
  .site-inner {
    padding-top: 0;
    position: relative;
  }
  .author-box {
    margin-bottom: 0;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3;
  }
  img {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  blockquote,
  pre,
  table {
    page-break-inside: avoid;
  }
  dl,
  ol,
  ul {
    page-break-before: avoid;
  }
}
/*--------------------------------

	HELPERS

*/
/*--------------------------------

	Colours

*/
/*--------------------------------

	Typography

*/
/*--------------------------------

	Other Styles

*/
/*--------------------------------

	Easing/Timing

*/
/*--------------------------------

	Transitions

*/
/*--------------------------------

	Grids

*/
/*--------------------------------

	Z-indexing

	use:

		instead of guessing or adding random z-indexes throughout the project (e.g. 100000, 999999, etc.), call the z-index function to generate a z-index from a stacked list of classes

	prerequisits:

		$z-indexes list must exist in variables file

	example:

		.box {
			z-index: z('box');
		}

*/
/*--------------------------------

	Photoshop letter spacing

	use:

		for simple conversion between Photoshop letter-spacing to ems

	prerequisits:

		$ls list must exist in variables file

	example:

		.awesome-heading {
			letter-spacing: ls('awesome-heading');
		}

		could generate (if "awesome-heading") is 2nd in the list:

		.awesome-heading {
			letter-spacing: -0.01em;
		}

*/
/*--------------------------------

	Map deep get

	Get values from anywhere in a variable list

	http://css-tricks.com/snippets/sass/deep-getset-maps/

*/
/*--------------------------------

	Strip unit

*/
/*--------------------------------

	Very simple number functions

*/
/*--------------------------------

	Photoshop letter spacing

	use:

		get the value of a particular breakpoint

	example:

		.box {
			width: breakpoint('phone-wide');
		}

		would generate:

		.box {
			width: 480px;
		}

*/
/*--------------------------------

	Colour map lookup, retrieving base value by default

*/
.has-red-color {
  color: red !important;
}

.has-red-background-color {
  background-color: red !important;
}

.has-green-color {
  color: green !important;
}

.has-green-background-color {
  background-color: green !important;
}

.has-blue-color {
  color: blue !important;
}

.has-blue-background-color {
  background-color: blue !important;
}

.has-white-color {
  color: white !important;
}

.has-white-background-color {
  background-color: white !important;
}

/*--------------------------------

	Perso projet


*/
/*--------------------------------

	Media Queries

	used for outputting content either between media query tags

	example: basic usage

	.element {
		width: 50%;

		@include mq('tablet-small') {
			width: 20%;
		}
	}

	example: using max-width

	.element {
		width: 50%;

		@include mq('tablet-small', 'max') {
			width: 20%;
		}
	}

*/
/*--------------------------------

	Margin / Padding Quick Resets

	example: top & bottom margin set to $spacing-unit
	.element {
		@include push--ends;
	}

	example: left & right padding set to $spacing-unit--small
	.element {
		@include soft--sides($spacing-unit--small);
	}

*/
/*--------------------------------

	Helper mixins

*/
/*--------------------------------

	Form input placeholder text

	example:

	input,
	textarea {
		@include input-placeholder {
			color: $grey;
		}
	}

*/
/*--------------------------------

	Retina images

	example:

	.element {
		@include retina {
			background-image: url(../img/background@2x.png);
		}
	}

*/
/*--------------------------------

	Content margins

	for removing first/last child margins

	example: default
	.element {
		@include content-margins;
	}

	output:
	.element > *:first-child {
		margin-top: 0;
	}
	.element > *:last-child {
		margin-bottom: 0;
	}

	example: empty selector
	.element {
		@include content-margins('false');
	}

	output:
	.element:first-child {
		margin-top: 0;
	}
	.element:last-child {
		margin-bottom: 0;
	}

*/
/*--------------------------------

	Hide text

	example:

	.element {
		@include hide-text;
	}

*/
/*--------------------------------

	Responsive ratio

	Used for creating scalable elements that maintain the same ratio

	example:
	.element {
		@include responsive-ratio(400, 300);
	}

*/
/*--------------------------------

	Typography

	Text image replacement, with responsive ratio

	HTML:

	<h1 class="element">
		<span>Text to replace</span>
	</h1>

	example:
	.element {
		@include typography(200, 50, 'hello-world');
	}


*/
/*--------------------------------

	Colours

	background, colour, etc. match up with colour map in _variables.scss

	modify to suit per project

*/
/*--------------------------------

	Misc

*/
/*--------------------------------

	Fluid Property

	http://www.adrenalinmedia.com.au/the-agency/insights/this-changes-everything-css-fluid-properties.aspx

	HTML:

	<h1 class="element">
		<span>Text to replace</span>
	</h1>

	example:
	h1 {
		@include fp(font-size, 50, 100); // 50px at 320, 100px at 1920;
	}

	output:
	h1 {
		font-size: calc(3.125vw + 40px); //This is the magic!
	}

	@media (max-width:320px){ //Clips the start to the min value
		font-size:50px;
	}

	@media (min-width:1920px){ //Clips the end to the max value
		font-size:100px;
	}


*/
/*--------------------------------

	Classes utilisables telles quelles dans fichier html

*/
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.block {
  display: block !important;
}

.i-block {
  display: inline-block !important;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flex-evenly {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.items-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.o-hidden {
  overflow: hidden !important;
}

.viewproduct {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  text-indent: -9999px;
}

.viewproduct a {
  width: 100%;
  height: 100%;
  display: block;
  background: none !important;
}

.bloc {
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 6px;
  border: 1px solid #ddd;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (min-width: 48em) {
  .bloc {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.bold {
  font-weight: 700;
}

.valid {
  color: #24b35d;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.valid .icon-checked-white {
  border-radius: 100px;
  background: #24b35d;
  display: inline-block;
  padding: 0px 9px 2px;
  margin-right: 10px;
}

.f-right {
  float: right !important;
}

.f-left {
  float: left !important;
}

.f-none {
  float: none !important;
}

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

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

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

.pos-rel {
  position: relative;
}

.pos-abs {
  position: absolute;
}

.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.rotate-0 {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.rotate-90 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.rotate-180 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.rotate-270 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.rotate--90 {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.rotate--180 {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.rotate--270 {
  -webkit-transform: rotate(-270deg);
          transform: rotate(-270deg);
}

.icon-container, .icon-right, .icon-left {
  display: inline;
  position: relative;
}

.icon-container .icon, .icon-right .icon, .icon-left .icon {
  position: absolute;
  top: 25px;
}

.icon-left .icon {
  left: 20px;
}

.icon-right .icon {
  right: 20px;
}

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

.fit-contain img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/*--------------------------------

	BASE

*/
/*--------------------------------

	Box sizing

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

/*--------------------------------

	Basic document styling

*/
html {
  font-size: 100%;
  min-height: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

body {
  background-color: #fff;
  color: #000000;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}

body.open {
  overflow: hidden;
  height: 100vh;
}

/*--------------------------------

	Text selection/highlighting

*/
::-moz-selection {
  background: grey;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: grey;
  color: #fff;
  text-shadow: none;
}

/*--------------------------------

	CORE

*/
/*--------------------------------

	Anchor

*/
a {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

a img {
  border: none;
}

a:focus {
  outline: none;
}

a:link {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

/*--------------------------------

	Button

*/
a.btn-full, a.btn-full-red, a.btn-full-black, .btn-full, a.btn-full-blue, .btn-full-blue, a.btn-full-green, a.forminator-button-submit, .btn-full-green, #menu-header-menu > li:last-child a, .forminator-button-submit, .wp-block-buttons .wp-block-button .wp-block-button__link, .btn-full-red, input[type=submit], .wp-block-button.is-style-btn-full-red .wp-block-button__link, .btn-full-black, .wp-block-button.is-style-btn-full-black .wp-block-button__link, a.btn-empty, a.btn-empty-red, a.btn-empty-black, .btn-empty, a.btn-empty-blue, .btn-empty-blue, a.btn-empty-green, .btn-empty-green, .btn-empty-red, .wp-block-button.is-style-btn-empty-red .wp-block-button__link, .btn-empty-black, .wp-block-button.is-style-btn-empty-black .wp-block-button__link {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  clear: both;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 2px;
  font-weight: 600;
}

.btn-full:hover, .btn-full-blue:hover, .btn-full-green:hover, #menu-header-menu > li:last-child a:hover, .forminator-button-submit:hover, .wp-block-buttons .wp-block-button .wp-block-button__link:hover, .btn-full-red:hover, input[type=submit]:hover, .wp-block-button.is-style-btn-full-red .wp-block-button__link:hover, .btn-full-black:hover, .wp-block-button.is-style-btn-full-black .wp-block-button__link:hover, .btn-empty:hover, .btn-empty-blue:hover, .btn-empty-green:hover, .btn-empty-red:hover, .wp-block-button.is-style-btn-empty-red .wp-block-button__link:hover, .btn-empty-black:hover, .wp-block-button.is-style-btn-empty-black .wp-block-button__link:hover {
  text-decoration: none;
}

a.btn-empty, a.btn-empty-red, a.btn-empty-black, .btn-empty, a.btn-empty-blue, .btn-empty-blue, a.btn-empty-green, .btn-empty-green, .btn-empty-red, .wp-block-button.is-style-btn-empty-red .wp-block-button__link, .btn-empty-black, .wp-block-button.is-style-btn-empty-black .wp-block-button__link {
  background-color: #fff;
  border: 1px solid #ddd;
}

a.btn-empty-black, .btn-empty-black, .wp-block-button.is-style-btn-empty-black .wp-block-button__link {
  border-color: red;
  color: black;
}

a.btn-empty-black:hover, .btn-empty-black:hover, .wp-block-button.is-style-btn-empty-black .wp-block-button__link:hover {
  background: #cccccc;
}

a.btn-empty-red, .btn-empty-red, .wp-block-button.is-style-btn-empty-red .wp-block-button__link {
  border-color: red;
  color: red;
}

a.btn-empty-red:hover, .btn-empty-red:hover, .wp-block-button.is-style-btn-empty-red .wp-block-button__link:hover {
  background: white;
}

a.btn-full, a.btn-full-red, a.btn-full-black, .btn-full, a.btn-full-blue, .btn-full-blue, a.btn-full-green, a.forminator-button-submit, .btn-full-green, #menu-header-menu > li:last-child a, .forminator-button-submit, .wp-block-buttons .wp-block-button .wp-block-button__link, .btn-full-red, input[type=submit], .wp-block-button.is-style-btn-full-red .wp-block-button__link, .btn-full-black, .wp-block-button.is-style-btn-full-black .wp-block-button__link {
  color: #fff;
}

a.btn-full-black, .btn-full-black, .wp-block-button.is-style-btn-full-black .wp-block-button__link {
  background: black;
}

a.btn-full-black:hover, .btn-full-black:hover, .wp-block-button.is-style-btn-full-black .wp-block-button__link:hover {
  background: #333333;
  color: #fff;
}

a.btn-full-red, .btn-full-red, input[type=submit], .wp-block-button.is-style-btn-full-red .wp-block-button__link {
  background: red;
}

a.btn-full-red:hover, .btn-full-red:hover, input[type=submit]:hover, .wp-block-button.is-style-btn-full-red .wp-block-button__link:hover {
  background: #cc0000;
}

/*--------------------------------

	Comportement des images dans le contenu des pages

*/
a img {
  border: none;
}

.custom-object-fit {
  position: relative;
  background-position: center center;
  background-size: cover;
}

.custom-object-fit img {
  opacity: 0;
}

.no-photo:empty {
  background: url("/images/commun/no-photo.jpg") no-repeat scroll center;
  opacity: 0.4;
  background-size: 100%;
  width: 100%;
  height: 100%;
}

/*--------------------------------

	Liste

*/
/*--------------------------------

	Logo

*/
.title-area {
  position: absolute;
  left: 20px;
  top: 10px;
}

@media only screen and (min-width: 64em) {
  .title-area {
    position: relative;
    left: auto;
    top: auto;
  }
}
.site-title {
  margin: 0;
}

.site-title a {
  width: 70px;
  height: 70px;
  display: block;
  text-indent: -99999px;
  background: url() no-repeat center;
  background-size: 100%;
}

@media only screen and (min-width: 90em) {
  .site-title a {
    width: 120px;
    height: 120px;
  }
}
/*--------------------------------

	Table

*/
/*--------------------------------

	Règles typographiques

*/
/*--------------------------------

	Basic, low level typography

*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  display: block;
  font-family: Arial, sans-serif;
  font-weight: 600;
  margin: 40px 0 15px;
}

@media only screen and (min-width: 64em) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    margin: 60px 0 30px;
  }
}
h1,
.h1 {
  font-size: 30px;
}

@media only screen and (min-width: 48em) {
  h1,
  .h1 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 78em) {
  h1,
  .h1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 90em) {
  h1,
  .h1 {
    font-size: 60px;
  }
}
h2,
.h2 {
  font-size: 30px;
}

@media only screen and (min-width: 64em) {
  h2,
  .h2 {
    margin: 60px 0 30px;
  }
}
@media only screen and (min-width: 78em) {
  h2,
  .h2 {
    font-size: 35px;
    margin: 70px 0 40px;
  }
}
@media only screen and (min-width: 90em) {
  h2,
  .h2 {
    font-size: 40px;
  }
}
h3,
.h3 {
  font-size: 18px;
}

@media only screen and (min-width: 78em) {
  h3,
  .h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 90em) {
  h3,
  .h3 {
    font-size: 25px;
  }
}
h4,
.h4 {
  font-size: 18px;
}

p, ul, ol,
.blockquote, .button-wrapper, .media, .table-wrapper {
  margin-top: 30px;
}

p:first-child, ul:first-child, ol:first-child,
.blockquote:first-child, .button-wrapper:first-child, .media:first-child, .table-wrapper:first-child {
  margin-top: 0;
}

p {
  margin: 20px 0;
}

ol,
ul {
  list-style: none;
}

b,
strong {
  font-weight: 600;
}

small {
  font-size: 80%;
}

/*--------------------------------

	Module

*/
/*--------------------------------

	Breadcrumb

*/
/*--------------------------------

	Form

*/
[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
}

form {
  max-width: 600px;
  margin: 0 auto 20px;
}

form label {
  font-weight: bold;
}

form input, form textarea {
  border-radius: 4px;
}

form textarea {
  height: 200px;
}

form .wpcf7-form-control-wrap {
  margin-top: 10px;
  display: block;
}

form .consentRGPD .Consentement, form .consentRGPD .Consent {
  display: inline-block;
}

form .consentRGPD span.wpcf7-list-item {
  width: 100%;
}

form .consentRGPD .wpcf7-list-item-label {
  margin-left: 3px;
  font-weight: 400;
}

form .aide, form .formFooter {
  display: block;
  font-size: 14px;
  line-height: 1.3;
  color: grey;
}

form .aide {
  margin-top: 5px;
}

form .formFooter {
  margin-top: 30px;
}

form input[type=submit] {
  width: auto;
}

.google-terms {
  font-style: italic;
  font-size: 12px;
}

.google-terms a {
  color: #736a62 !important;
  background: none !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

input[type=submit] {
  padding: 16px 35px 20px;
  line-height: 1;
  margin: 15px 0;
}

.search-form {
  margin: 40px auto 0;
  text-align: center;
}

/*--------------------------------

	Navigation

*/
/* CSS Document */
article .pagination {
  margin-top: 40px;
}

article .pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
}

article .pagination ul li {
  margin: 0 5px !important;
  padding: 0 !important;
}

article .pagination ul li::before {
  display: none;
}

article .pagination ul li a {
  padding: 6px 14px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  color: #000000;
  border: 1px solid;
  border-color: #000000;
  background: #fff;
  background-image: none !important;
}

article .pagination ul li a:hover {
  background: rgba(64, 84, 97, 0.1);
  color: #444;
}

article .pagination ul li.active a {
  font-size: 18px;
  font-weight: bold;
  background: #000000;
  color: #fff;
}

article .pagination ul li.pagination-next a, article .pagination ul li.pagination-previous a {
  width: auto;
  border-radius: 30px;
}

/*--------------------------------

	Layout

*/
/*--------------------------------

	Content

*/
.site-inner {
  padding: 0 4%;
}

.wp-block-columns.contact-colonnes {
  margin: 0 !important;
}

@media only screen and (min-width: 48em) {
  .wp-block-columns.contact-colonnes {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}
.wp-block-columns.contact-colonnes iframe {
  -webkit-box-shadow: 0 0 50px 0 rgba(68, 68, 68, 0.1);
          box-shadow: 0 0 50px 0 rgba(68, 68, 68, 0.1);
}

.entry-content > *:first-child {
  margin-top: 0;
}

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

/* Gutenberg
--------------------------------------------- */
.wp-block-archives:not(.alignwide):not(.alignfull),
.wp-block-categories:not(.alignwide):not(.alignfull),
.wp-block-code,
.wp-block-columns:not(.alignwide):not(.alignfull),
.wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-group:not(.has-background):not(.alignwide):not(.alignfull),
.wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright),
.wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright),
.wp-block-media-text:not(.alignwide):not(.alignfull),
.wp-block-preformatted,
.wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-verse,
.wp-block-video:not(.alignwide):not(.alignfull) {
  margin-bottom: 3rem;
  margin-top: 3rem;
}

/* Block: Shared Nesting Alignment Resets ---- */
[class*=__inner-container] > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: 700px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

[class*=__inner-container] .wp-block-group:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright),
[class*=__inner-container] .wp-block-cover:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright) {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}

/* Block: Group ------------------------------ */
.wp-block-group.has-background {
  padding: 2rem;
  margin-bottom: 0;
  margin-top: 0;
}

.wp-block-group__inner-container {
  margin: 0 auto;
}

.wp-block-group__inner-container,
.entry-content .wp-block-group p {
  max-width: 100%;
}

.alignfull:not(.has-background) > .wp-block-group__inner-container > p:not(.has-background-color) {
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 700px) {
  body.template-full-width .alignfull:not(.has-background) > .wp-block-group__inner-container > p:not(.has-background-color) {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  /* BLOCK: BASE MARGINS */
  .wp-block-archives:not(.alignwide):not(.alignfull),
  .wp-block-categories:not(.alignwide):not(.alignfull),
  .wp-block-code,
  .wp-block-columns:not(.alignwide):not(.alignfull),
  .wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
  .wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
  .wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
  .wp-block-group:not(.has-background):not(.alignwide):not(.alignfull),
  .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
  .wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright),
  .wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright),
  .wp-block-media-text:not(.alignwide):not(.alignfull),
  .wp-block-preformatted,
  .wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
  .wp-block-quote,
  .wp-block-quote.is-large,
  .wp-block-quote.is-style-large,
  .wp-block-verse,
  .wp-block-video:not(.alignwide):not(.alignfull) {
    margin-bottom: 4rem;
    margin-top: 4rem;
  }
  /* BLOCK: GROUP */
  .wp-block-group.has-background {
    padding: 4rem;
    margin-top: 0;
    margin-bottom: 0;
  }
  .alignfull:not(.has-background) > .wp-block-group__inner-container > p:not(.has-background-color) {
    padding-left: 0;
    padding-right: 0;
  }
  .entry-content > .alignwide:not(.wp-block-group),
  .entry-content > .alignfull:not(.wp-block-group) {
    margin-bottom: 6rem;
    margin-top: 6rem;
  }
}
@media (min-width: 1000px) {
  /* BLOCK: GROUP */
  .entry-content > .wp-block-group.alignwide.has-background,
  .entry-content > .wp-block-group.alignfull.has-background {
    padding: 8rem 4rem;
    margin-bottom: 0;
    margin-top: 0;
  }
  .entry-content > .alignwide:not(.wp-block-group),
  .entry-content > .alignfull:not(.wp-block-group) {
    margin-bottom: 8rem;
    margin-top: 8rem;
  }
  /* BLOCK: GROUP */
  .entry-content > .wp-block-group.alignwide.has-background,
  .entry-content > .wp-block-group.alignfull.has-background {
    padding: 8rem 6rem;
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media (min-width: 1280px) {
  /* Template: Full Width ------------------ */
  body.template-full-width .alignfull:not(.has-background) > .wp-block-group__inner-container > p:not(.has-background-color) {
    padding-left: 0;
    padding-right: 0;
  }
}
.entry-content .wp-block-image,
.entry-content .wp-block-image.alignwide,
.entry-content .wp-block-cover,
.entry-content blockquote.wp-block-quote,
.entry-content .wp-block-gallery {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media only screen and (min-width: 48em) {
  .entry-content .wp-block-image.align {
    margin: 0;
  }
}
.entry-content .wp-block-image .alignleft, .entry-content .wp-block-image .alignright {
  display: block;
  float: none;
  text-align: center;
  margin: 30px 0;
}

@media only screen and (min-width: 48em) {
  .entry-content .wp-block-image .alignleft, .entry-content .wp-block-image .alignright {
    display: inline-block;
    max-width: 380px;
  }
}
@media only screen and (min-width: 48em) {
  .entry-content .wp-block-image .alignleft {
    float: left;
    margin: 0 30px 30px 0;
  }
}
@media only screen and (min-width: 78em) {
  .entry-content .wp-block-image .alignleft {
    margin-right: 50px;
  }
}
@media only screen and (min-width: 48em) {
  .entry-content .wp-block-image .alignright {
    float: right;
    margin: 0 0 30px 30px;
  }
}
@media only screen and (min-width: 78em) {
  .entry-content .wp-block-image .alignright {
    margin-left: 50px;
  }
}
.entry-content .wp-block-image figcaption {
  font-size: 14px;
  font-weight: 300;
  color: grey;
  margin: 15px 0 0;
  padding: 0 4%;
}

@media only screen and (min-width: 78em) {
  .entry-content .wp-block-image figcaption {
    max-width: 1000px;
    margin: 20px auto 0;
    padding: 0;
    text-align: left;
  }
}
.entry-content .wp-block-cover {
  min-height: 300px;
}

@media only screen and (min-width: 78em) {
  .entry-content .wp-block-cover {
    min-height: 450px;
  }
}
.entry-content .wp-block-cover__inner-container p {
  margin: 0;
}

.entry-content .wp-block-separator {
  margin: 50px 0;
  opacity: 0.5;
  border-radius: 2.5px;
  background: grey;
  height: 4px;
  width: 50px;
  border: none;
}

@media only screen and (min-width: 78em) {
  .entry-content .wp-block-separator {
    margin: 75px 0;
  }
}
.entry-content blockquote.wp-block-quote {
  padding-left: 20px;
  position: relative;
}

@media only screen and (min-width: 78em) {
  .entry-content blockquote.wp-block-quote {
    padding-left: 35px;
    margin-left: 0;
    margin-right: 0;
  }
}
.entry-content blockquote.wp-block-quote::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: grey;
  opacity: 0.5;
}

.entry-content blockquote.wp-block-quote p {
  font-size: 16px;
  font-style: italic;
  line-height: 1.56;
  color: #000000;
  font-weight: 400;
}

@media only screen and (min-width: 78em) {
  .entry-content blockquote.wp-block-quote p {
    font-size: 20px;
    line-height: 1.75;
    margin-bottom: 35px;
  }
}
.entry-content blockquote.wp-block-quote cite {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  font-style: normal;
}

@media only screen and (min-width: 78em) {
  .entry-content blockquote.wp-block-quote cite {
    font-size: 20px;
    display: block;
    line-height: 1;
    margin: 0;
  }
}
.entry-content .wp-block-gallery {
  margin-bottom: 35px;
}

.entry-content .wp-block-gallery .blocks-gallery-grid {
  margin: 0;
}

.entry-content .wp-block-media-text {
  display: block;
}

@media only screen and (min-width: 48em) {
  .entry-content .wp-block-media-text {
    display: -ms-grid;
    display: grid;
  }
}
.entry-content .wp-block-media-text > *:first-child {
  margin-bottom: 30px;
}

.entry-content .wp-block-group__inner-container > *:first-child {
  margin-top: 0;
}

.entry-content .wp-block-group__inner-container > *:last-child {
  margin-bottom: 0;
}

.site-container .entry-content .has-large-font-size {
  font-size: 30px;
}

@media only screen and (min-width: 78em) {
  .site-container .entry-content .has-large-font-size {
    font-size: 60px;
  }
}
.site-container .entry-content .wp-block-media-text .has-large-font-size {
  font-size: 20px;
}

@media only screen and (min-width: 78em) {
  .site-container .entry-content .wp-block-media-text .has-large-font-size {
    font-size: 30px;
  }
}
@media only screen and (min-width: 48em) {
  #genesis-content .entry-content > .alignwide:not(.wp-block-group), #genesis-content .entry-content > .alignfull:not(.wp-block-group) {
    margin-bottom: 75px;
    margin-top: 75px;
  }
}
@media only screen and (min-width: 90em) {
  #genesis-content .entry-content > .alignwide:not(.wp-block-group), #genesis-content .entry-content > .alignfull:not(.wp-block-group) {
    margin-bottom: 100px;
    margin-top: 100px;
  }
}
/*--------------------------------

	Header

*/
/*--------------------------------

	Footer

*/
/*--------------------------------

	Blog

*/
/*--------------------------------

	Listing Billets

*/
/*--------------------------------

Billets

*/
/*--------------------------------

	Home

*/
/*--------------------------------

	Home

*/

/*--------------------------------

	HELPERS

*/
/*--------------------------------

	Colours

*/
/*--------------------------------

	Typography

*/
/*--------------------------------

	Other Styles

*/
/*--------------------------------

	Easing/Timing

*/
/*--------------------------------

	Transitions

*/
/*--------------------------------

	Grids

*/
/*--------------------------------

	Z-indexing

	use:

		instead of guessing or adding random z-indexes throughout the project (e.g. 100000, 999999, etc.), call the z-index function to generate a z-index from a stacked list of classes

	prerequisits:

		$z-indexes list must exist in variables file

	example:

		.box {
			z-index: z('box');
		}

*/
/*--------------------------------

	Photoshop letter spacing

	use:

		for simple conversion between Photoshop letter-spacing to ems

	prerequisits:

		$ls list must exist in variables file

	example:

		.awesome-heading {
			letter-spacing: ls('awesome-heading');
		}

		could generate (if "awesome-heading") is 2nd in the list:

		.awesome-heading {
			letter-spacing: -0.01em;
		}

*/
/*--------------------------------

	Map deep get

	Get values from anywhere in a variable list

	http://css-tricks.com/snippets/sass/deep-getset-maps/

*/
/*--------------------------------

	Strip unit

*/
/*--------------------------------

	Very simple number functions

*/
/*--------------------------------

	Photoshop letter spacing

	use:

		get the value of a particular breakpoint

	example:

		.box {
			width: breakpoint('phone-wide');
		}

		would generate:

		.box {
			width: 480px;
		}

*/
/*--------------------------------

	Colour map lookup, retrieving base value by default

*/
.has-blue-dark-color {
  color: #014d6b !important;
}

.has-blue-dark-background-color {
  background-color: #014d6b !important;
}

.has-blue-medium-color {
  color: #006e96 !important;
}

.has-blue-medium-background-color {
  background-color: #006e96 !important;
}

.has-blue-color {
  color: #00acd7 !important;
}

.has-blue-background-color {
  background-color: #00acd7 !important;
}

.has-blue-light-color {
  color: #abeaf6 !important;
}

.has-blue-light-background-color {
  background-color: #abeaf6 !important;
}

.has-green-color {
  color: #95c11e !important;
}

.has-green-background-color {
  background-color: #95c11e !important;
}

.has-black-color {
  color: #1b1b1b !important;
}

.has-black-background-color {
  background-color: #1b1b1b !important;
}

.has-grey-color {
  color: #6e7a90 !important;
}

.has-grey-background-color {
  background-color: #6e7a90 !important;
}

.has-white-color {
  color: #ffffff !important;
}

.has-white-background-color {
  background-color: #ffffff !important;
}

/*--------------------------------

	Perso projet


*/
/*--------------------------------

	Media Queries

	used for outputting content either between media query tags

	example: basic usage

	.element {
		width: 50%;

		@include mq('tablet-small') {
			width: 20%;
		}
	}

	example: using max-width

	.element {
		width: 50%;

		@include mq('tablet-small', 'max') {
			width: 20%;
		}
	}

*/
/*--------------------------------

	Margin / Padding Quick Resets

	example: top & bottom margin set to $spacing-unit
	.element {
		@include push--ends;
	}

	example: left & right padding set to $spacing-unit--small
	.element {
		@include soft--sides($spacing-unit--small);
	}

*/
/*--------------------------------

	Helper mixins

*/
/*--------------------------------

	Form input placeholder text

	example:

	input,
	textarea {
		@include input-placeholder {
			color: $grey;
		}
	}

*/
/*--------------------------------

	Retina images

	example:

	.element {
		@include retina {
			background-image: url(../img/background@2x.png);
		}
	}

*/
/*--------------------------------

	Content margins

	for removing first/last child margins

	example: default
	.element {
		@include content-margins;
	}

	output:
	.element > *:first-child {
		margin-top: 0;
	}
	.element > *:last-child {
		margin-bottom: 0;
	}

	example: empty selector
	.element {
		@include content-margins('false');
	}

	output:
	.element:first-child {
		margin-top: 0;
	}
	.element:last-child {
		margin-bottom: 0;
	}

*/
/*--------------------------------

	Hide text

	example:

	.element {
		@include hide-text;
	}

*/
/*--------------------------------

	Responsive ratio

	Used for creating scalable elements that maintain the same ratio

	example:
	.element {
		@include responsive-ratio(400, 300);
	}

*/
/*--------------------------------

	Typography

	Text image replacement, with responsive ratio

	HTML:

	<h1 class="element">
		<span>Text to replace</span>
	</h1>

	example:
	.element {
		@include typography(200, 50, 'hello-world');
	}


*/
/*--------------------------------

	Colours

	background, colour, etc. match up with colour map in _variables.scss

	modify to suit per project

*/
/*--------------------------------

	Misc

*/
/*--------------------------------

	Fluid Property

	http://www.adrenalinmedia.com.au/the-agency/insights/this-changes-everything-css-fluid-properties.aspx

	HTML:

	<h1 class="element">
		<span>Text to replace</span>
	</h1>

	example:
	h1 {
		@include fp(font-size, 50, 100); // 50px at 320, 100px at 1920;
	}

	output:
	h1 {
		font-size: calc(3.125vw + 40px); //This is the magic!
	}

	@media (max-width:320px){ //Clips the start to the min value
		font-size:50px;
	}

	@media (min-width:1920px){ //Clips the end to the max value
		font-size:100px;
	}


*/
/*--------------------------------

	Classes utilisables telles quelles dans fichier html

*/
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.block {
  display: block !important;
}

.i-block {
  display: inline-block !important;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flex-evenly {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.items-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.o-hidden {
  overflow: hidden !important;
}

.viewproduct {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  text-indent: -9999px;
}
.viewproduct a {
  width: 100%;
  height: 100%;
  display: block;
  background: none !important;
}

.bloc {
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 6px;
  border: 1px solid #ddd;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (min-width: 48em) {
  .bloc {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.bold {
  font-weight: 700;
}

.valid {
  color: #95c11e;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.valid .icon-checked-white {
  border-radius: 100px;
  background: #95c11e;
  display: inline-block;
  padding: 0px 9px 2px;
  margin-right: 10px;
}

.f-right {
  float: right !important;
}

.f-left {
  float: left !important;
}

.f-none {
  float: none !important;
}

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

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

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

.pos-rel {
  position: relative;
}

.pos-abs {
  position: absolute;
}

.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.rotate-0 {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.rotate-90 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.rotate-180 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.rotate-270 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.rotate--90 {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.rotate--180 {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.rotate--270 {
  -webkit-transform: rotate(-270deg);
          transform: rotate(-270deg);
}

.icon-container, .icon-right, .icon-left {
  display: inline;
  position: relative;
}
.icon-container .icon, .icon-right .icon, .icon-left .icon {
  position: absolute;
  top: 25px;
}

.icon-left .icon {
  left: 20px;
}

.icon-right .icon {
  right: 20px;
}

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

.fit-contain img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/*--------------------------------

	BASE

*/
/*--------------------------------

	Box sizing

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

/*--------------------------------

	Basic document styling

*/
html {
  font-size: 100%;
  min-height: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body {
  background-color: #ffffff;
  font-family: "Raleway", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  font-size: 18px;
  line-height: 1.78;
  color: #1b1b1b;
}
body.open {
  overflow: hidden;
  height: 100vh;
}

.site-container {
  position: relative;
}

/*--------------------------------

	Text selection/highlighting

*/
::-moz-selection {
  background: grey;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: grey;
  color: #ffffff;
  text-shadow: none;
}

/*--------------------------------

	CORE

*/
/*--------------------------------

	Anchor

*/
a, :link {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #00acd7;
  font-weight: bold;
}
a:hover, a:focus, a:active, :link:hover, :link:focus, :link:active {
  color: #014d6b;
  text-decoration: underline;
}
a img, :link img {
  border: none;
}

a:focus {
  outline: none;
}
a:link {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

/*--------------------------------

	Button

*/
a.btn-full, .btn-full, a.btn-full-blue, .btn-full-blue, a.btn-full-green, a.forminator-button-submit, .btn-full-green, #menu-header-menu > li:last-child a, .forminator-button-submit, .wp-block-buttons .wp-block-button .wp-block-button__link, a.btn-empty, .btn-empty, a.btn-empty-blue, .btn-empty-blue, a.btn-empty-green, .btn-empty-green {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  clear: both;
  text-decoration: none;
  padding: 15px 24px;
  line-height: 1.2;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
}
.btn-full:hover, .btn-full-blue:hover, .btn-full-green:hover, #menu-header-menu > li:last-child a:hover, .forminator-button-submit:hover, .wp-block-buttons .wp-block-button .wp-block-button__link:hover, .btn-empty:hover, .btn-empty-blue:hover, .btn-empty-green:hover {
  text-decoration: none;
}

a.btn-empty, .btn-empty, a.btn-empty-blue, .btn-empty-blue, a.btn-empty-green, .btn-empty-green {
  background: none;
  border: 1px solid #ddd;
}
a.btn-empty-green, .btn-empty-green {
  border-color: #95c11e;
  color: #95c11e;
}
a.btn-empty-green:hover, .btn-empty-green:hover {
  background: white;
}
a.btn-empty-blue, .btn-empty-blue {
  border-color: #014d6b;
  color: #014d6b;
}
a.btn-empty-blue:hover, .btn-empty-blue:hover {
  background: rgb(210.4166666667, 242.0833333333, 254.5833333333);
}
a.btn-full, .btn-full, a.btn-full-blue, .btn-full-blue, a.btn-full-green, a.forminator-button-submit, .btn-full-green, #menu-header-menu > li:last-child a, .forminator-button-submit, .wp-block-buttons .wp-block-button .wp-block-button__link {
  color: #ffffff;
}
a.btn-full-green, a.forminator-button-submit, .btn-full-green, #menu-header-menu > li:last-child a, .forminator-button-submit, .wp-block-buttons .wp-block-button .wp-block-button__link {
  background: #95c11e;
  -webkit-box-shadow: 0 3px 10px 0 rgba(149, 193, 30, 0.3), 0 6px 20px 0 rgba(149, 193, 30, 0.3);
          box-shadow: 0 3px 10px 0 rgba(149, 193, 30, 0.3), 0 6px 20px 0 rgba(149, 193, 30, 0.3);
}
a.btn-full-green:hover, #menu-header-menu > li:last-child a:hover, .btn-full-green:hover, .forminator-button-submit:hover, .wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  background: rgb(166.0381165919, 215.0695067265, 33.4304932735);
  color: #ffffff;
}
a.btn-full-blue, .btn-full-blue {
  background: #014d6b;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 110, 150, 0.3), 0 6px 20px 0 rgba(0, 110, 150, 0.3);
          box-shadow: 0 3px 10px 0 rgba(0, 110, 150, 0.3), 0 6px 20px 0 rgba(0, 110, 150, 0.3);
}
a.btn-full-blue:hover, .btn-full-blue:hover {
  background: rgb(1.4722222222, 113.3611111111, 157.5277777778);
  color: #ffffff;
}

#genesis-content .wp-block-button.is-style-empty a.wp-block-button__link {
  background: none;
  border: none;
}
#genesis-content .wp-block-button .wp-block-button__link {
  padding: 15px 24px;
  line-height: 1.2;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#genesis-content .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-text-color):not(.has-background), #genesis-content .wp-block-button:not(.is-style-outline) .wp-block-button__link.has-blue-gradient-gradient-background {
  background: #95c11e;
  color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#genesis-content .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-text-color):not(.has-background):hover, #genesis-content .wp-block-button:not(.is-style-outline) .wp-block-button__link.has-blue-gradient-gradient-background:hover {
  background: rgb(166.0381165919, 215.0695067265, 33.4304932735);
  color: #ffffff;
}

.wp-block-buttons {
  margin: 40px;
}
@media only screen and (min-width: 78em) {
  .wp-block-buttons {
    margin: 50px 0;
  }
}

/*--------------------------------

	Comportement des images dans le contenu des pages

*/
a img {
  border: none;
}

.custom-object-fit {
  position: relative;
  background-position: center center;
  background-size: cover;
}

.custom-object-fit img {
  opacity: 0;
}

.no-photo:empty {
  background: url("/images/commun/no-photo.jpg") no-repeat scroll center;
  opacity: 0.4;
  background-size: 100%;
  width: 100%;
  height: 100%;
}

/*--------------------------------

	Liste

*/
/*--------------------------------

	Logo

*/
.title-area {
  position: absolute;
  left: 15px;
  top: 16px;
}
@media only screen and (min-width: 48em) {
  .title-area {
    position: relative;
    left: auto;
    top: auto;
    margin-bottom: 3px;
  }
}
@media only screen and (min-width: 78em) {
  .title-area {
    margin-bottom: -10px;
  }
}

.site-title {
  margin: 0;
}
.site-title a {
  height: 40px;
  width: 103.45px;
  display: block;
  text-indent: -99999px;
  background: url("/wp-content/themes/theme-startup/images/logo/logo-fouquet-default.svg") no-repeat center;
  background-size: 100%;
}
@media only screen and (min-width: 64em) {
  .site-title a {
    height: 50px;
    width: 130px;
  }
}
@media only screen and (min-width: 78em) {
  .site-title a {
    width: 186px;
    height: 72px;
  }
}

/*--------------------------------

	Table

*/
/*--------------------------------

	Règles typographiques

*/
/*--------------------------------

	Basic, low level typography

*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  display: block;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  margin: 40px 0 15px;
}
@media only screen and (min-width: 64em) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    margin: 60px 0 30px;
  }
}

h1,
.h1 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.5px;
  color: #014d6b;
  margin: 0 0 15px;
  position: relative;
}
h1::after,
.h1::after {
  content: "";
  position: absolute;
  left: -30px;
  top: -20px;
  width: 100px;
  height: 100px;
  background: url("images/bg/shape-ovals-white.svg") no-repeat center;
  z-index: -1;
  background-size: 100%;
}
@media only screen and (min-width: 78em) {
  h1,
  .h1 {
    font-size: 48px;
    line-height: 1.17;
    letter-spacing: -1px;
    margin-bottom: 20px;
  }
  h1::after,
  .h1::after {
    width: 150px;
    height: 150px;
    left: -85px;
    top: -33px;
  }
}

h2,
.h2 {
  font-size: 24px;
  line-height: 1.17;
  letter-spacing: -0.5px;
  color: #014d6b;
  margin: 64px 0 32px;
}
@media only screen and (min-width: 78em) {
  h2,
  .h2 {
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: 0;
    margin: 80px 0 40px;
  }
}

h4,
.h4 {
  font-size: 18px;
}

p, ul, ol,
.blockquote, .button-wrapper, .media, .table-wrapper {
  margin-top: 30px;
}
p:first-child, ul:first-child, ol:first-child,
.blockquote:first-child, .button-wrapper:first-child, .media:first-child, .table-wrapper:first-child {
  margin-top: 0;
}

p {
  margin: 20px 0;
}

ol,
ul {
  list-style: none;
}

b,
strong {
  font-weight: 600;
}

small {
  font-size: 80%;
}

/*--------------------------------

	Module

*/
/*--------------------------------

	Breadcrumb

*/
.breadcrumb {
  font-size: 12px;
  font-weight: 600;
  color: #00acd7;
  text-decoration: none;
}
@media only screen and (min-width: 78em) {
  .breadcrumb {
    font-size: 14px;
  }
}
.breadcrumb a {
  color: #014d6b;
  font-weight: 400;
  text-decoration: none;
}
.breadcrumb .separator {
  margin: 0 12px;
  width: 8px;
  height: 8px;
  background: url("images/icon/icon-oval.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
}
@media only screen and (min-width: 78em) {
  .breadcrumb .separator {
    width: 11px;
    height: 11px;
    margin: 0 14.5px;
    position: relative;
    top: 1px;
  }
}

/*--------------------------------

	Form

*/
[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
}

form {
  max-width: 600px;
  margin: 40px auto;
}
@media only screen and (min-width: 78em) {
  form {
    margin: 75px auto;
  }
}
form label {
  font-weight: bold;
  display: block;
  margin-bottom: 7px;
}
form input, form textarea {
  border-radius: 4px;
}
form input.placeholder, form textarea.placeholder {
  color: #6e7a90;
  opacity: 0.7;
}
form input:-moz-placeholder, form textarea:-moz-placeholder {
  color: #6e7a90;
  opacity: 0.7;
}
form input::-moz-placeholder, form textarea::-moz-placeholder {
  color: #6e7a90;
  opacity: 0.7;
}
form input:-ms-input-placeholder, form textarea:-ms-input-placeholder {
  color: #6e7a90;
  opacity: 0.7;
}
form input::-webkit-input-placeholder, form textarea::-webkit-input-placeholder {
  color: #6e7a90;
  opacity: 0.7;
}
form textarea {
  height: 200px;
}
form .wpcf7-form-control-wrap {
  margin-top: 10px;
  display: block;
}
form .consentRGPD .Consentement, form .consentRGPD .Consent {
  display: inline-block;
}
form .consentRGPD span.wpcf7-list-item {
  width: 100%;
}
form .consentRGPD .wpcf7-list-item-label {
  margin-left: 3px;
  font-weight: 400;
}
form .aide, form .formFooter {
  display: block;
  font-size: 14px;
  line-height: 1.3;
  color: grey;
}
form .aide {
  margin-top: 5px;
}
form .formFooter {
  margin-top: 30px;
}
form input[type=submit] {
  width: auto;
}

.google-terms {
  font-style: italic;
  font-size: 12px;
}
.google-terms a {
  color: #736a62 !important;
  background: none !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

input[type=submit] {
  padding: 16px 35px 20px;
  line-height: 1;
  margin: 15px 0;
}

.search-form {
  margin: 40px auto 0;
  text-align: center;
}

.forminator-row:empty {
  display: none;
}

#gdprcheckbox-1 .forminator-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
}
#gdprcheckbox-1 .forminator-checkbox > input {
  margin-top: 8px;
  margin-right: 15px;
}
#gdprcheckbox-1 .forminator-checkbox .multi_checkbox, #gdprcheckbox-1 .forminator-checkbox p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.52;
  color: #6e7a90;
  display: block;
}
#gdprcheckbox-1 .forminator-checkbox p:last-child {
  margin-bottom: 0;
}

.forminator-row-last .forminator-field {
  text-align: center;
}

@media only screen and (min-width: 78em) {
  .forminator-button-submit {
    font-size: 20px;
    padding: 20px 32px;
  }
}

.forminator-error-message {
  color: red;
  font-size: 14px;
  margin-top: 7px;
  display: block;
  font-weight: bold;
}

.forminator-response-message {
  padding: 15px 20px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.2;
  background: #6e7a90;
  margin-bottom: 40px;
}
.forminator-response-message:empty {
  display: none;
}
.forminator-response-message p {
  margin: 0;
}
.forminator-response-message.forminator-success {
  background: #95c11e;
}
.forminator-response-message.forminator-error {
  background: #f50023;
}

/* Lite Light - Lightweight Lightbox Utility Styles */
.lite-light {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s;
  transition: opacity 0.25s ease, visibility 0.25s;
  visibility: hidden;
  width: 100%;
  z-index: 9999;
}
.lite-light.lite-light-active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.lite-light {
  /* Loading spinner - visible behind the image during transitions */
}
.lite-light::after {
  -webkit-animation: lite-light-spin 0.8s linear infinite;
          animation: lite-light-spin 0.8s linear infinite;
  border: 3px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  border-top-color: rgba(255, 255, 255, 0.8);
  content: "";
  height: 36px;
  position: absolute;
  width: 36px;
}
.lite-light .lite-light-prev {
  left: 10px;
  position: absolute;
}
.lite-light .lite-light-next {
  position: absolute;
  right: 10px;
}
.lite-light img {
  background-color: #fff;
  max-height: 90%;
  max-width: 90%;
  padding: 7px;
  position: relative;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  will-change: transform;
  z-index: 1;
}

/* Navigation Button Touch Targets */
.lite-light-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 44px;
  min-width: 44px;
}
.lite-light-button:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.8);
  outline-offset: 2px;
}

/* Navigation Arrows */
.lite-light-arrow {
  border: solid #fff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 10px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.lite-light-arrow:hover {
  cursor: pointer;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.lite-light-arrow.lite-light-right {
  margin-right: 10px;
  -webkit-transform: scale(1) rotate(-45deg);
          transform: scale(1) rotate(-45deg);
}
.lite-light-arrow.lite-light-right:hover {
  -webkit-transform: scale(1.05) rotate(-45deg);
          transform: scale(1.05) rotate(-45deg);
}
.lite-light-arrow.lite-light-left {
  margin-left: 10px;
  -webkit-transform: scale(1) rotate(135deg);
          transform: scale(1) rotate(135deg);
}
.lite-light-arrow.lite-light-left:hover {
  -webkit-transform: scale(1.05) rotate(135deg);
          transform: scale(1.05) rotate(135deg);
}

/* Close Button */
.lite-light-close.lite-light-button {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: none;
  border: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  color: white;
  cursor: pointer;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 21.5px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: auto;
  min-width: auto;
  padding: 11px;
  position: absolute;
  right: 4px;
  top: 4px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 22px;
}
.lite-light-close.lite-light-button:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.lite-light-close .lite-light-bar {
  background-color: #fff;
  display: block;
  height: 1px;
  width: 100%;
}
.lite-light-close .lite-light-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 30px;
}
.lite-light-close .lite-light-bar:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  width: 30px;
}

/* Animation keyframes for fading */
@-webkit-keyframes lite-light-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes lite-light-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes lite-light-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes lite-light-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes lite-light-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes lite-light-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Animation classes */
.lite-light-fade-in {
  -webkit-animation: lite-light-fade-in 0.15s ease-in-out forwards;
          animation: lite-light-fade-in 0.15s ease-in-out forwards;
}

.lite-light-fade-out {
  -webkit-animation: lite-light-fade-out 0.15s ease-in-out forwards;
          animation: lite-light-fade-out 0.15s ease-in-out forwards;
}

/* Mobile Responsive Design */
@media (max-width: 768px) {
  .lite-light .lite-light-prev,
  .lite-light .lite-light-next {
    display: none;
  }
  .lite-light img {
    max-height: 80vh;
    max-width: 90%;
    padding: 5px;
  }
  .lite-light .lite-light-close {
    right: 14px;
    top: 14px;
  }
}
/* Reduced Motion Preference */
@media (prefers-reduced-motion: reduce) {
  .lite-light {
    -webkit-transition: none;
    transition: none;
  }
  .lite-light-fade-in,
  .lite-light-fade-out {
    -webkit-animation-duration: 0.01s;
            animation-duration: 0.01s;
  }
  .lite-light::after {
    -webkit-animation: none;
            animation: none;
  }
}
/* Mobile Safari Fixes */
@supports (-webkit-touch-callout: none) {
  .lite-light img {
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transform: translateZ(0);
  }
}
img[data-lightbox] {
  cursor: pointer;
}

/*--------------------------------

	Navigation

*/
#genesis-nav-primary {
  display: none;
}
#genesis-nav-primary > .wrap {
  height: 100vh;
  overflow: auto;
  width: 100%;
  background: #ffffff;
  padding-bottom: 100px;
}
@media only screen and (min-width: 48em) {
  #genesis-nav-primary {
    display: block;
    padding: 0;
    width: auto;
  }
  #genesis-nav-primary > .wrap {
    height: auto;
    overflow: visible;
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 0;
  }
  #genesis-nav-primary > .wrap > ul:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #genesis-nav-primary > .wrap > ul:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

#genesis-mobile-nav-primary.menu-toggle {
  margin: 0 0 0 auto;
  background: none;
  font-size: 16px;
  letter-spacing: 1px;
  color: #014d6b;
  padding: 0;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 21px 15px 0 0;
  border: none;
  outline: none;
}
@media only screen and (min-width: 48em) {
  #genesis-mobile-nav-primary.menu-toggle {
    display: none;
  }
}
#genesis-mobile-nav-primary.menu-toggle:hover, #genesis-mobile-nav-primary.menu-toggle:focus, #genesis-mobile-nav-primary.menu-toggle:active {
  color: #014d6b;
  border: none;
  outline: none;
}
#genesis-mobile-nav-primary.menu-toggle::before {
  display: none;
}
#genesis-mobile-nav-primary.menu-toggle::after {
  content: "\f333";
  font-family: dashicons;
  background-color: #014d6b;
  color: #ffffff;
  width: 30px;
  height: 30px;
  font-size: 27px;
  padding-left: 1px;
  border-radius: 2px;
  line-height: 1;
  padding-top: 1px;
  margin-left: 10px;
}

#menu-header-menu {
  background-color: #ffffff;
}
@media only screen and (min-width: 48em) {
  #menu-header-menu {
    height: auto;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 48em) {
  #menu-header-menu > li {
    margin: 0 15px;
  }
}
@media only screen and (min-width: 64em) {
  #menu-header-menu > li {
    margin: 0 20px;
  }
}
@media only screen and (min-width: 78em) {
  #menu-header-menu > li {
    margin: 0 24px;
  }
}
#menu-header-menu > li > a {
  font-size: 18px;
  font-weight: 600;
  color: #1b1b1b;
  padding: 20px 15px;
  height: 60px;
  text-align: center;
  position: relative;
}
#menu-header-menu > li > a::after {
  content: url("images/bg/nav-shape.svg");
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
}
@media only screen and (min-width: 48em) {
  #menu-header-menu > li > a::after {
    bottom: -14px;
  }
}
@media only screen and (min-width: 78em) {
  #menu-header-menu > li > a::after {
    bottom: -17px;
  }
}
@media only screen and (min-width: 78em) {
  #menu-header-menu > li > a::after {
    bottom: -25px;
  }
}
@media only screen and (min-width: 48em) {
  #menu-header-menu > li > a {
    font-size: 14px;
    border: none;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    cursor: pointer;
  }
  #menu-header-menu > li > a:hover {
    color: #00acd7;
  }
}
@media only screen and (min-width: 78em) {
  #menu-header-menu > li > a {
    font-size: 18px;
  }
}
#menu-header-menu > li.current-menu-item a {
  color: #00acd7;
}
#menu-header-menu > li.current-menu-item a::after {
  opacity: 1;
}
#menu-header-menu > li:last-child {
  text-align: center;
  margin-top: 20px;
}
#menu-header-menu > li:last-child.current-menu-item a {
  background: #95c11e;
  color: #ffffff;
}
#menu-header-menu > li:last-child.current-menu-item a:hover {
  color: #ffffff;
}
#menu-header-menu > li:last-child.current-menu-item a::after {
  opacity: 0;
}
@media only screen and (min-width: 48em) {
  #menu-header-menu > li:last-child {
    margin: 0;
  }
}
@media only screen and (min-width: 78em) {
  #menu-header-menu > li:last-child {
    margin-left: 30px;
  }
}
#menu-header-menu > li:last-child a {
  display: inline-block;
  margin: 0 auto;
  height: auto;
}
@media only screen and (min-width: 48em) {
  #menu-header-menu > li:last-child a {
    padding: 10px 16px;
    font-size: 13px;
  }
}
@media only screen and (min-width: 78em) {
  #menu-header-menu > li:last-child a {
    padding: 9px 24px 12px;
    font-size: 16px;
  }
}
#menu-header-menu > li .sub-menu-toggle {
  background: #00acd7;
  height: 100%;
  border-radius: 0;
  height: 60px;
  border: solid 1px #ddd;
}
@media only screen and (min-width: 48em) {
  #menu-header-menu > li .sub-menu-toggle {
    display: none;
  }
}
#menu-header-menu > li .sub-menu-toggle:hover {
  color: #1b1b1b;
}
#menu-header-menu > li.current_page_item > a, #menu-header-menu > li.current-page-ancestor > a {
  background: #abeaf6;
  color: #00acd7;
}
@media only screen and (min-width: 48em) {
  #menu-header-menu > li.current_page_item > a, #menu-header-menu > li.current-page-ancestor > a {
    background: none;
  }
  #menu-header-menu > li.current_page_item > a:hover, #menu-header-menu > li.current-page-ancestor > a:hover {
    color: #00acd7;
  }
  #menu-header-menu > li.current_page_item > a span::after, #menu-header-menu > li.current-page-ancestor > a span::after {
    background: #00acd7;
  }
}
#menu-header-menu .sub-menu {
  border-bottom: solid 1px #ddd;
  padding: 10px 0;
  background: white;
}
@media only screen and (min-width: 48em) {
  #menu-header-menu .sub-menu {
    position: absolute;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 100%;
    -webkit-box-shadow: 0 3px 78px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 3px 78px 0 rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    white-space: nowrap;
    width: auto;
    background: #00acd7;
    color: #ffffff;
    border-radius: 4px;
    border: none;
  }
  #menu-header-menu .sub-menu::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 20px;
    border-color: transparent transparent #00acd7 transparent;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -12px;
  }
}
#menu-header-menu .sub-menu > li > a {
  padding: 10px 15px;
}
@media only screen and (min-width: 48em) {
  #menu-header-menu .sub-menu > li > a {
    color: #ffffff;
    background: none;
  }
  #menu-header-menu .sub-menu > li > a:hover {
    color: #014d6b;
  }
}

ul.scnd-nav {
  border-top: solid 1px #ddd;
  margin-top: 60px;
}
@media only screen and (min-width: 48em) {
  ul.scnd-nav {
    margin: 10px 0 10px;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 78em) {
  ul.scnd-nav {
    margin: 22px 0 24px;
  }
}
ul.scnd-nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 48em) {
  ul.scnd-nav li:not(:last-child)::after {
    content: "|";
    margin: 0 10px;
    font-size: 12px;
  }
  ul.scnd-nav li:last-child a {
    font-weight: 600;
    color: #014d6b;
  }
}
ul.scnd-nav li a {
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #6e7a90;
  text-decoration: none;
  border-bottom: solid 1px #ddd;
  background: rgb(238.85, 238.85, 238.85);
  display: block;
  width: 100%;
  text-align: center;
}
ul.scnd-nav li a:hover {
  color: #00acd7;
}
@media only screen and (min-width: 48em) {
  ul.scnd-nav li a {
    padding: 0;
    border: none;
    background: none;
    font-size: 14px;
    font-weight: 400;
  }
}
ul.scnd-nav li.active a {
  background: #00acd7;
  color: #ffffff;
}
@media only screen and (min-width: 48em) {
  ul.scnd-nav li.active a {
    background: none;
    color: #00acd7;
    position: relative;
  }
  ul.scnd-nav li.active a::after {
    content: url("images/bg/nav-shape.svg");
    position: absolute;
    bottom: -17px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

/* CSS Document */
article .pagination {
  margin-top: 40px;
}
article .pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
}
article .pagination ul li {
  margin: 0 5px !important;
  padding: 0 !important;
}
article .pagination ul li::before {
  display: none;
}
article .pagination ul li a {
  padding: 6px 14px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  color: #1b1b1b;
  border: 1px solid;
  border-color: #1b1b1b;
  background: #ffffff;
  background-image: none !important;
}
article .pagination ul li a:hover {
  background: rgba(64, 84, 97, 0.1);
  color: #6e7a90;
}
article .pagination ul li.active a {
  font-size: 18px;
  font-weight: bold;
  background: #1b1b1b;
  color: #ffffff;
}
article .pagination ul li.pagination-next a, article .pagination ul li.pagination-previous a {
  width: auto;
  border-radius: 30px;
}

/*--------------------------------

	Layout

*/
/*--------------------------------

	Content

*/
.entry-header {
  padding: 20px 10px 40px;
  margin-bottom: 30px;
}
.entry-header .entry-description {
  margin-top: 35px;
}
.entry-header .entry-description p {
  font-size: 14px;
  line-height: 1.71;
  color: #6e7a90;
}
@media only screen and (min-width: 78em) {
  .entry-header .entry-description p {
    font-size: 14px;
    line-height: 2;
  }
}
@media only screen and (min-width: 48em) {
  .entry-header {
    padding: 40px 0 50px;
    max-width: 1200px;
    margin: 0 auto 40px;
  }
  .entry-header.with-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .entry-header.with-description .archive-description, .entry-header.with-description .entry-title-container {
    width: 40%;
    padding-right: 50px;
  }
  .entry-header.with-description .entry-description {
    width: 60%;
    margin: 0;
  }
  .entry-header.with-description .entry-description p:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 64em) {
  .entry-header {
    margin-bottom: 75px;
    padding: 50px 0 60px;
  }
}
@media only screen and (min-width: 78em) {
  .entry-header {
    padding: 75px 0 100px;
    margin-bottom: 40px;
  }
  .entry-header.with-description {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 240px;
    margin-bottom: 0;
  }
  .entry-header.with-description .archive-description {
    width: 507px;
    padding-right: 50px;
  }
  .entry-header.with-description .entry-description {
    width: 490px;
    margin-right: 100px;
  }
  .entry-header.with-description + .entry-content {
    margin-top: -160px;
  }
}
@media only screen and (min-width: 90em) {
  .entry-header {
    padding: 130px 0 100px;
  }
  .entry-header.with-description + .entry-content {
    margin-top: -130px;
  }
}

.site-inner {
  padding: 0 4%;
  max-width: 100%;
}
@media only screen and (min-width: 78em) {
  .small + .site-inner {
    padding-top: 112px;
  }
}

.wp-block-columns.contact-colonnes {
  margin: 0 !important;
}
@media only screen and (min-width: 48em) {
  .wp-block-columns.contact-colonnes {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}
.wp-block-columns.contact-colonnes iframe {
  -webkit-box-shadow: 0 0 50px 0 rgba(68, 68, 68, 0.1);
          box-shadow: 0 0 50px 0 rgba(68, 68, 68, 0.1);
}

#genesis-content {
  width: 100%;
}

.entry-content {
  max-width: 795px;
  margin: 0 auto;
}
.entry-content > *:first-child {
  margin-top: 0;
}
.entry-content > *:last-child {
  margin-bottom: 0;
}
.entry-content .wp-block-image:not(.is-style-rounded) img, .entry-content figure img {
  border-radius: 0 0 50px 0;
}

/* Gutenberg
--------------------------------------------- */
.wp-block-archives:not(.alignwide):not(.alignfull),
.wp-block-categories:not(.alignwide):not(.alignfull),
.wp-block-code,
.wp-block-columns:not(.alignwide):not(.alignfull),
.wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-group:not(.has-background):not(.alignwide):not(.alignfull),
.wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright),
.wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright),
.wp-block-media-text:not(.alignwide):not(.alignfull),
.wp-block-preformatted,
.wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-verse,
.wp-block-video:not(.alignwide):not(.alignfull) {
  margin-bottom: 3rem;
  margin-top: 3rem;
}

/* Block: Shared Nesting Alignment Resets ---- */
[class*=__inner-container] > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: 700px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

[class*=__inner-container] .wp-block-group:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright),
[class*=__inner-container] .wp-block-cover:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright) {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}

/* Block: Group ------------------------------ */
.wp-block-group.has-background {
  padding: 2rem;
  margin-bottom: 0;
  margin-top: 0;
}

.wp-block-group__inner-container {
  margin: 0 auto;
}

.wp-block-group__inner-container,
.entry-content .wp-block-group p {
  max-width: 100%;
}

.alignfull:not(.has-background) > .wp-block-group__inner-container > p:not(.has-background-color) {
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 700px) {
  body.template-full-width .alignfull:not(.has-background) > .wp-block-group__inner-container > p:not(.has-background-color) {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  /* BLOCK: BASE MARGINS */
  .wp-block-archives:not(.alignwide):not(.alignfull),
  .wp-block-categories:not(.alignwide):not(.alignfull),
  .wp-block-code,
  .wp-block-columns:not(.alignwide):not(.alignfull),
  .wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
  .wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
  .wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
  .wp-block-group:not(.has-background):not(.alignwide):not(.alignfull),
  .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
  .wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright),
  .wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright),
  .wp-block-media-text:not(.alignwide):not(.alignfull),
  .wp-block-preformatted,
  .wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
  .wp-block-quote,
  .wp-block-quote.is-large,
  .wp-block-quote.is-style-large,
  .wp-block-verse,
  .wp-block-video:not(.alignwide):not(.alignfull) {
    margin-bottom: 4rem;
    margin-top: 4rem;
  }
  /* BLOCK: GROUP */
  .wp-block-group.has-background {
    padding: 4rem;
    margin-top: 0;
    margin-bottom: 0;
  }
  .alignfull:not(.has-background) > .wp-block-group__inner-container > p:not(.has-background-color) {
    padding-left: 0;
    padding-right: 0;
  }
  .entry-content > .alignwide:not(.wp-block-group),
  .entry-content > .alignfull:not(.wp-block-group) {
    margin-bottom: 6rem;
    margin-top: 6rem;
  }
}
@media (min-width: 1000px) {
  /* BLOCK: GROUP */
  .entry-content > .wp-block-group.alignwide.has-background,
  .entry-content > .wp-block-group.alignfull.has-background {
    padding: 8rem 4rem;
    margin-bottom: 0;
    margin-top: 0;
  }
  .entry-content > .alignwide:not(.wp-block-group),
  .entry-content > .alignfull:not(.wp-block-group) {
    margin-bottom: 8rem;
    margin-top: 8rem;
  }
  /* BLOCK: GROUP */
  .entry-content > .wp-block-group.alignwide.has-background,
  .entry-content > .wp-block-group.alignfull.has-background {
    padding: 8rem 6rem;
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media (min-width: 1280px) {
  /* Template: Full Width ------------------ */
  body.template-full-width .alignfull:not(.has-background) > .wp-block-group__inner-container > p:not(.has-background-color) {
    padding-left: 0;
    padding-right: 0;
  }
}
.entry-content .wp-block-image,
.entry-content .wp-block-image.alignwide,
.entry-content .wp-block-cover,
.entry-content blockquote.wp-block-quote,
.entry-content .wp-block-gallery {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 48em) {
  .entry-content .wp-block-image.align {
    margin: 0;
  }
}
.entry-content .wp-block-image .alignleft, .entry-content .wp-block-image .alignright {
  display: block;
  float: none;
  text-align: center;
  margin: 30px 0;
}
@media only screen and (min-width: 48em) {
  .entry-content .wp-block-image .alignleft, .entry-content .wp-block-image .alignright {
    display: inline-block;
    max-width: 380px;
  }
}
@media only screen and (min-width: 48em) {
  .entry-content .wp-block-image .alignleft {
    float: left;
    margin: 0 30px 30px 0;
  }
}
@media only screen and (min-width: 78em) {
  .entry-content .wp-block-image .alignleft {
    margin-right: 50px;
  }
}
@media only screen and (min-width: 48em) {
  .entry-content .wp-block-image .alignright {
    float: right;
    margin: 0 0 30px 30px;
  }
}
@media only screen and (min-width: 78em) {
  .entry-content .wp-block-image .alignright {
    margin-left: 50px;
  }
}
.entry-content .wp-block-image figcaption {
  font-size: 14px;
  font-weight: 300;
  color: grey;
  margin: 15px 0 0;
  padding: 0 4%;
}
@media only screen and (min-width: 78em) {
  .entry-content .wp-block-image figcaption {
    max-width: 1000px;
    margin: 20px auto 0;
    padding: 0;
    text-align: left;
  }
}
@media only screen and (min-width: 48em) {
  .entry-content .wp-block-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .entry-content .wp-block-column > *:first-child {
    margin-top: 0 !important;
  }
  .entry-content .wp-block-column > *:last-child {
    margin-bottom: 0 !important;
  }
}
.entry-content .wp-block-cover {
  min-height: 300px;
}
@media only screen and (min-width: 78em) {
  .entry-content .wp-block-cover {
    min-height: 450px;
  }
}
.entry-content .wp-block-cover__inner-container p {
  margin: 0;
}
.entry-content .wp-block-separator {
  margin: 50px 0;
  opacity: 0.5;
  border-radius: 2.5px;
  background: grey;
  height: 4px;
  width: 50px;
  border: none;
}
@media only screen and (min-width: 78em) {
  .entry-content .wp-block-separator {
    margin: 75px 0;
  }
}
.entry-content blockquote.wp-block-quote {
  padding-left: 20px;
  position: relative;
}
@media only screen and (min-width: 78em) {
  .entry-content blockquote.wp-block-quote {
    padding-left: 35px;
    margin-left: 0;
    margin-right: 0;
  }
}
.entry-content blockquote.wp-block-quote::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: grey;
  opacity: 0.5;
}
.entry-content blockquote.wp-block-quote p {
  font-size: 16px;
  font-style: italic;
  line-height: 1.56;
  color: #1b1b1b;
  font-weight: 400;
}
@media only screen and (min-width: 78em) {
  .entry-content blockquote.wp-block-quote p {
    font-size: 20px;
    line-height: 1.75;
    margin-bottom: 35px;
  }
}
.entry-content blockquote.wp-block-quote cite {
  font-size: 16px;
  font-weight: 600;
  color: #1b1b1b;
  font-style: normal;
}
@media only screen and (min-width: 78em) {
  .entry-content blockquote.wp-block-quote cite {
    font-size: 20px;
    display: block;
    line-height: 1;
    margin: 0;
  }
}
.entry-content .wp-block-gallery {
  margin-bottom: 35px;
}
.entry-content .wp-block-gallery .blocks-gallery-grid {
  margin: 0;
}
.entry-content .wp-block-media-text {
  display: block;
}
@media only screen and (min-width: 48em) {
  .entry-content .wp-block-media-text {
    display: -ms-grid;
    display: grid;
  }
}
.entry-content .wp-block-media-text > *:first-child {
  margin-bottom: 30px;
}
.entry-content .wp-block-group__inner-container > *:first-child {
  margin-top: 0;
}
.entry-content .wp-block-group__inner-container > *:last-child {
  margin-bottom: 0;
}

.site-container .entry-content .has-large-font-size {
  font-size: 30px;
}
@media only screen and (min-width: 78em) {
  .site-container .entry-content .has-large-font-size {
    font-size: 60px;
  }
}

.site-container .entry-content .wp-block-media-text .has-large-font-size {
  font-size: 20px;
}
@media only screen and (min-width: 78em) {
  .site-container .entry-content .wp-block-media-text .has-large-font-size {
    font-size: 30px;
  }
}

@media only screen and (min-width: 48em) {
  #genesis-content .entry-content > .alignwide:not(.wp-block-group), #genesis-content .entry-content > .alignfull:not(.wp-block-group) {
    margin-bottom: 75px;
    margin-top: 75px;
  }
}
@media only screen and (min-width: 90em) {
  #genesis-content .entry-content > .alignwide:not(.wp-block-group), #genesis-content .entry-content > .alignfull:not(.wp-block-group) {
    margin-bottom: 100px;
    margin-top: 100px;
  }
}

@media only screen and (min-width: 960px) {
  body.full-width-content .entry-content > .alignwide {
    margin-left: -75px;
    margin-right: -75px;
    max-width: calc(100% + 150px);
  }
}
@media only screen and (min-width: 78em) {
  body.full-width-content .entry-content > .alignwide {
    margin-left: -202px;
    margin-right: -202px;
    max-width: calc(100% + 404px);
  }
  body.full-width-content .entry-content > .alignwide .wp-block-column:not(:first-child) {
    margin-left: 4em;
  }
}

/* MATOMO / COMPLIANZ */
.cmplz-soft-cookiewall {
  z-index: 99999 !important;
}

.cmplz-cookiebanner .cmplz-categories {
  margin-top: 15px;
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-accept, .cmplz-cookiebanner .cmplz-buttons .cmplz-deny {
  font-weight: 700 !important;
}

#matomo-opt-out #trackVisits {
  margin-right: 6px;
}

#cmplz-manage-consent-container .cmplz-statistics {
  display: none !important;
}

/*--------------------------------

	Header

*/
.bg-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: url("images/bg/gradient.png") no-repeat -460px bottom;
  z-index: -1;
}
@media only screen and (min-width: 78em) {
  .bg-header {
    background-position: -375px bottom;
  }
}
@media only screen and (min-width: 90em) {
  .bg-header {
    background-position: -330px bottom;
  }
}
@media only screen and (min-width: 103.125em) {
  .bg-header {
    background-position: calc(50% + 185px) bottom;
  }
}

.site-header {
  position: relative;
  height: 72px;
  z-index: 9999;
}
@media only screen and (min-width: 48em) {
  .site-header {
    height: auto;
    padding: 0 4%;
  }
}
@media only screen and (min-width: 78em) {
  .site-header.small {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #F7FDFE;
    padding-bottom: 20px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  }
  .site-header.small .title-area {
    margin-bottom: 0;
  }
  .admin-bar .site-header.small {
    top: 32px;
  }
  .site-header ul.scnd-nav {
    margin: 18px 0 14px;
  }
}
@media only screen and (min-width: 48em) {
  .site-header > .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media only screen and (min-width: 78em) {
  .site-header > .wrap {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.site-header > .wrap > .scnd-nav {
  display: none;
}

/*--------------------------------

	Footer

*/
.subfooter {
  background-image: radial-gradient(circle at 49% 32%, #ffffff, rgba(171, 234, 246, 0.3) 133%);
  padding: 48px 4%;
  text-align: center;
  margin-top: 50px;
}
@media only screen and (min-width: 48em) {
  .subfooter {
    margin-top: 75px;
  }
}
@media only screen and (min-width: 78em) {
  .subfooter {
    padding: 80px 0;
    margin-top: 100px;
  }
}
@media only screen and (min-width: 90em) {
  .subfooter {
    margin-top: 120px;
  }
}
@media only screen and (min-width: 48em) {
  .subfooter-inner {
    max-width: 592px;
    margin: 0 auto;
  }
}
.subfooter p:first-child {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.63px;
  color: #1b1b1b;
}
@media only screen and (min-width: 78em) {
  .subfooter p:first-child {
    font-size: 32px;
  }
}
.subfooter p:nth-child(2) {
  font-size: 14px;
  line-height: 1.71;
  color: #1b1b1b;
  margin: 24px 0 40px;
}
@media only screen and (min-width: 78em) {
  .subfooter p:nth-child(2) {
    font-size: 16px;
    margin: 32px 0 48px;
  }
}

.groupe-foot {
  padding: 30px 20px;
  text-align: center;
  line-height: 1.2;
}
@media only screen and (min-width: 78em) {
  .groupe-foot {
    padding: 40px 20px;
  }
}
.groupe-foot > p {
  margin: 0;
}
.groupe-foot > p:first-child {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (min-width: 78em) {
  .groupe-foot > p:first-child {
    font-size: 25px;
  }
}
.groupe-foot > p:nth-child(2) {
  font-size: 14px;
}
@media only screen and (min-width: 78em) {
  .groupe-foot > p:nth-child(2) {
    font-size: 20px;
  }
}
.groupe-foot .logo-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}
@media only screen and (min-width: 78em) {
  .groupe-foot .logo-foot {
    margin-top: 40px;
  }
}
.groupe-foot .logo-foot > * {
  margin: 10px;
}
@media only screen and (min-width: 78em) {
  .groupe-foot .logo-foot > * {
    margin: 0 20px;
  }
}
@media only screen and (min-width: 90em) {
  .groupe-foot .logo-foot > * {
    margin: 0 30px;
  }
}
.groupe-foot .logo-foot img {
  height: 32px;
}
@media only screen and (min-width: 90em) {
  .groupe-foot .logo-foot img {
    height: 36px;
  }
}

.site-footer {
  color: #ffffff;
}
.site-footer a {
  color: #ffffff;
  text-decoration: none;
}
.site-footer a:hover {
  text-decoration: underline;
}
.site-footer .footer-top {
  padding: 48px 4%;
  background-color: #014d6b;
}
@media only screen and (min-width: 78em) {
  .site-footer .footer-top {
    padding: 75px 4%;
  }
}
@media only screen and (min-width: 90em) {
  .site-footer .footer-top {
    padding: 100px 4%;
  }
}
.site-footer .footer-top-inner {
  max-width: 288px;
  margin: 0 auto;
}
@media only screen and (min-width: 48em) {
  .site-footer .footer-top-inner {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 78em) {
  .site-footer .footer-top-inner {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.site-footer .footer-top-item {
  margin-bottom: 40px;
}
@media only screen and (min-width: 48em) {
  .site-footer .footer-top-item {
    width: calc(33.333% - 20px);
    margin: 0 10px;
  }
  .site-footer .footer-top-item:nth-child(2) {
    max-width: 125px;
  }
  .site-footer .footer-top-item:nth-child(3) {
    max-width: 140px;
  }
}
@media only screen and (min-width: 78em) {
  .site-footer .footer-top-item {
    margin: 0;
    width: auto;
  }
  .site-footer .footer-top-item:nth-child(2) {
    max-width: 100%;
  }
}
.site-footer .footer-top-item:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 48em) {
  .site-footer .footer-top-item:last-child {
    max-width: 125px;
  }
}
.site-footer .footer-top-item:first-child {
  font-size: 14px;
  line-height: 1.71;
}
@media only screen and (min-width: 78em) {
  .site-footer .footer-top-item:first-child {
    width: 288px;
    margin: 0;
  }
}
@media only screen and (min-width: 48em) {
  .site-footer .footer-top-item:first-child .logos-foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.site-footer .footer-top-item:first-child .logos-foot img:first-child {
  background: white;
  padding: 4px;
  border-radius: 4px;
  margin-right: 37px;
}
@media only screen and (min-width: 48em) {
  .site-footer .footer-top-item:first-child .logos-foot img:first-child {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 78em) {
  .site-footer .footer-top-item:first-child .logos-foot img:first-child {
    margin-right: 37px;
  }
}
@media only screen and (min-width: 48em) {
  .site-footer .footer-top-item:first-child .logos-foot img[alt=Fouquet] {
    max-width: 110px;
  }
}
@media only screen and (min-width: 78em) {
  .site-footer .footer-top-item:first-child .logos-foot img[alt=Fouquet] {
    max-width: none;
  }
}
.site-footer .footer-top-item:first-child p {
  margin: 24px 0 0;
}
.site-footer .footer-top-item .h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.56;
  letter-spacing: -0.5px;
  color: #95c11e;
  margin: 0 0 16px;
}
.site-footer .footer-top-item ul {
  margin: 0;
}
.site-footer .footer-top-item ul li {
  line-height: 1.2;
  margin-bottom: 10px;
  font-size: 16px;
}
.site-footer .footer-top-item .tel-footer {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.56;
  letter-spacing: -0.5px;
  color: #95c11e;
  margin: 16px 0 0;
}
.site-footer .footer-bottom {
  padding: 24px 4%;
  background: #337088;
  font-size: 12px;
}
@media only screen and (min-width: 78em) {
  .site-footer .footer-bottom-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.site-footer .footer-bottom-item:first-child a {
  font-weight: 600;
}
.site-footer .footer-bottom-item:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
@media only screen and (min-width: 78em) {
  .site-footer .footer-bottom-item:last-child {
    margin: 0;
  }
}
.site-footer .footer-bottom-item:last-child p {
  margin: 0;
}
.site-footer .footer-bottom-item:last-child p:first-child {
  margin-right: 20px;
}
.site-footer .footer-bottom-item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.site-footer .footer-bottom-item ul li {
  line-height: 2;
  white-space: nowrap;
  margin: 0 10px;
}

/*--------------------------------

	Blog

*/
/*--------------------------------

	Listing Billets

*/
body.archive .subfooter {
  margin-top: 20px;
}
@media only screen and (min-width: 64em) {
  body.archive .entry-content {
    max-width: 1200px;
  }
}

@media only screen and (min-width: 48em) {
  .blog-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -8.5px;
  }
}
.blog-list-item {
  position: relative;
  margin-bottom: 48px;
}
.blog-list-item:hover .blog-list-item-img::after {
  opacity: 1;
}
@media only screen and (min-width: 48em) {
  .blog-list-item {
    width: calc(50% - 17px);
    margin: 0 8.5px 48px;
  }
}
@media only screen and (min-width: 78em) {
  .blog-list-item {
    margin-bottom: 75px;
  }
}
@media only screen and (min-width: 90em) {
  .blog-list-item {
    margin-bottom: 96px;
  }
}
.blog-list-item-img {
  height: 220px;
  overflow: hidden;
  border-bottom-right-radius: 50px;
  position: relative;
  background: #abeaf6;
}
.blog-list-item-img::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("images/icon/icon-plus-white.svg") no-repeat center, rgba(1, 77, 107, 0.6);
  z-index: 2;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}
@media only screen and (min-width: 64em) {
  .blog-list-item-img {
    height: 300px;
  }
}
@media only screen and (min-width: 78em) {
  .blog-list-item-img {
    height: 375px;
  }
}
@media only screen and (min-width: 90em) {
  .blog-list-item-img {
    height: 447px;
  }
}
.blog-list-item-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.blog-list-item-tag {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -1px;
  border-radius: 12px 12px 0 0;
  background-color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.67;
  color: #00acd7;
  padding: 3px 12px 0;
  z-index: 3;
}
.blog-list-item-tag:empty {
  display: none;
}
.blog-list-item h2 {
  text-align: center;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.43;
  color: #014d6b;
  padding: 13px 25px 0;
}

/*--------------------------------

Billets

*/
.blog-post-featured {
  margin-bottom: 50px;
}
@media only screen and (min-width: 64em) {
  .blog-post-featured {
    margin-bottom: 75px;
  }
}
@media only screen and (min-width: 960px) {
  .blog-post-featured {
    margin-left: -75px;
    margin-right: -75px;
  }
}
@media only screen and (min-width: 78em) {
  .blog-post-featured {
    margin-left: -202px;
    margin-right: -202px;
    margin-bottom: 100px;
  }
}
.blog-post-featured img {
  border-bottom-right-radius: 50px;
}
@media only screen and (min-width: 78em) {
  .blog-post-featured img {
    border-bottom-right-radius: 100px;
  }
}

/*--------------------------------

	Catalog

*/
/*--------------------------------

Listing

*/
.product-meta {
  display: none;
}

@media only screen and (min-width: 78em) {
  #product_listing .entry-content {
    margin-top: -160px;
  }
}
@media only screen and (min-width: 90em) {
  #product_listing .entry-content {
    margin-top: -130px;
  }
}

@media only screen and (min-width: 48em) {
  .product-list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    margin: 0 -8.5px;
  }
}
@media only screen and (min-width: 78em) {
  .product-list {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
}
.product-list .list.archive-listing {
  position: relative;
  margin-bottom: 48px;
  padding: 0;
  max-width: 100%;
  border: none;
  background: none;
}
.product-list .list.archive-listing:hover {
  background: none;
}
.product-list .list.archive-listing:hover .classic-list-image-wrapper .pseudo {
  opacity: 1;
}
@media only screen and (min-width: 48em) {
  .product-list .list.archive-listing {
    width: calc(50% - 17px);
    margin: 0 8.5px 48px;
  }
}
@media only screen and (min-width: 78em) {
  .product-list .list.archive-listing {
    margin-bottom: 75px;
    max-width: 490px;
  }
}
@media only screen and (min-width: 90em) {
  .product-list .list.archive-listing {
    margin-bottom: 96px;
  }
}
.product-list .list.archive-listing .classic-list-image-wrapper {
  height: 220px;
  overflow: hidden;
  border-bottom-right-radius: 50px;
  position: relative;
  background: #abeaf6;
  width: 100%;
  float: none;
  margin: 0;
  max-height: none;
}
.product-list .list.archive-listing .classic-list-image-wrapper .pseudo {
  padding: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(1, 77, 107, 0.6);
  z-index: 2;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}
.product-list .list.archive-listing .classic-list-image-wrapper .pseudo::after {
  content: url("images/icon/icon-plus-white.svg");
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
@media only screen and (min-width: 64em) {
  .product-list .list.archive-listing .classic-list-image-wrapper {
    height: 280px;
  }
}
.product-list .list.archive-listing .classic-list-image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100% !important;
  width: 100% !important;
  max-height: none;
  z-index: 1;
  position: relative !important;
  max-height: none !important;
  max-width: none !important;
  margin: 0;
}
.product-list .list.archive-listing .short_product-text {
  padding: 20px 0 0;
}
@media only screen and (min-width: 22.5em) {
  .product-list .list.archive-listing .short_product-text {
    padding: 20px 24px 0;
  }
}
.product-list .list.archive-listing h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.29;
  letter-spacing: -0.5px;
  margin: 0;
}
.product-list .list.archive-listing .short_product-subname {
  font-size: 18px;
  line-height: 1.33;
  color: #006e96;
  margin: 8px 0 16px;
}
.product-list .list.archive-listing .short_product-desc {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.43;
  color: #6e7a90;
}

/*--------------------------------

	Listing Billets

*/
body .content-area.product-catalog #content {
  overflow: visible !important;
}

@media only screen and (min-width: 78em) {
  #product_page .entry-title-container {
    padding-right: 0;
    width: 493px;
  }
}
#product_page .entry-description {
  margin: 40px -10px 0;
}
@media only screen and (min-width: 48em) {
  #product_page .entry-description {
    margin: 0;
  }
}
@media only screen and (min-width: 78em) {
  #product_page .entry-description {
    width: 592px;
    margin: 0;
  }
}
@media only screen and (min-width: 48em) {
  #product_page .entry-header.with-description {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (min-width: 64em) {
  #product_page .entry-header.with-description {
    padding-bottom: 0;
  }
}
#product_page .entry-content {
  max-width: 100%;
}
@media only screen and (min-width: 78em) {
  #product_page .entry-content {
    margin-top: 120px;
  }
}

.subtitle {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.56;
  letter-spacing: -0.5px;
  color: #00acd7;
  margin: 34px 0 51px;
}
@media only screen and (min-width: 78em) {
  .subtitle {
    margin: 64px 0 68px;
  }
}

.link-devis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 78em) {
  .link-devis .btn-full-green, .link-devis .wp-block-buttons .wp-block-button .wp-block-button__link, .wp-block-buttons .wp-block-button .link-devis .wp-block-button__link, .link-devis .forminator-button-submit, .link-devis #menu-header-menu > li:last-child a, #menu-header-menu > li:last-child .link-devis a {
    padding: 20px 32px;
    font-size: 20px;
  }
}
.link-devis img {
  margin-left: 20px;
  padding: 4px 3px 3px 4px;
  border-radius: 4px;
  border: solid 1px rgba(110, 122, 144, 0.1);
  background-color: #ffffff;
  max-width: 56px;
}
@media only screen and (min-width: 78em) {
  .link-devis img {
    max-width: 74px;
    margin-left: 120px;
  }
}

.anchor-product {
  text-align: center;
  margin-top: 30px;
}
@media only screen and (min-width: 48em) {
  .anchor-product {
    padding-bottom: 30px;
    text-align: left;
    margin-left: 70px;
  }
}
@media only screen and (min-width: 78em) {
  .anchor-product {
    margin-top: 80px;
    margin-left: 100px;
    padding-bottom: 50px;
  }
}
.anchor-product a {
  padding: 14px;
  border: solid 1px rgba(110, 122, 144, 0.1);
  background: url("images/icon/icon-arrow-down.svg") no-repeat center, #ffffff;
  display: inline-block;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  text-indent: -999999px;
}

#product_page.al_product div.entry-thumbnail.product-image {
  width: 100%;
  float: none;
  margin: 0;
}
#product_page.al_product div.entry-thumbnail.product-image img {
  border-bottom-right-radius: 50px;
}
@media only screen and (min-width: 64em) {
  #product_page.al_product div.entry-thumbnail.product-image .product-image-inner {
    height: 440px;
  }
  #product_page.al_product div.entry-thumbnail.product-image .product-image-inner img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
    border-bottom-right-radius: 100px;
  }
}

.entry-description .gallery, .entry-description .wp-block-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 8px -4px 0;
}
@media only screen and (min-width: 64em) {
  .entry-description .gallery, .entry-description .wp-block-gallery {
    margin-top: 16px;
  }
}
@media only screen and (min-width: 78em) {
  .entry-description .gallery, .entry-description .wp-block-gallery {
    position: relative;
    overflow: visible;
  }
}
.entry-description .gallery::after, .entry-description .wp-block-gallery::after {
  content: "Exemples de réalisations";
  display: block;
  color: #006e96;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.5px;
  line-height: 21px;
  background: url("images/icon/icon-arrow-top-blue.svg") no-repeat right 7px;
  padding-right: 50px;
  padding-top: 10px;
  margin-top: 12px;
}
@media only screen and (min-width: 78em) {
  .entry-description .gallery::after, .entry-description .wp-block-gallery::after {
    position: absolute;
    left: -265px;
    bottom: 65px;
  }
}
.entry-description .gallery .wp-block-image, .entry-description .wp-block-gallery .wp-block-image {
  width: calc(33.333% - 8px);
  margin: 0 4px 8px;
  height: 82px;
  overflow: hidden;
  border-bottom-right-radius: 50px;
}
@media only screen and (min-width: 64em) {
  .entry-description .gallery .wp-block-image, .entry-description .wp-block-gallery .wp-block-image {
    height: 140px;
    width: calc(33.333% - 16px);
    margin: 0 8px 16px;
    border-bottom-right-radius: 100px;
  }
}
.entry-description .gallery .wp-block-image img, .entry-description .wp-block-gallery .wp-block-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  border: none;
  padding: 0;
}

#product_page .product-description {
  padding: 0;
  max-width: 795px;
  margin: 0 auto;
}
#product_page .product-description h2 {
  max-width: 795px;
}
#product_page .product-description > *:first-child {
  margin-top: 0;
}
#product_page .product-description > *:last-child {
  margin-bottom: 0;
}

.tabs-product {
  margin: 64px -4.5% 50px;
}
@media only screen and (min-width: 48em) {
  .tabs-product {
    margin: 64px -5% 50px;
  }
}
@media only screen and (min-width: 64em) {
  .tabs-product {
    margin-top: 120px;
    margin-bottom: 0;
    position: relative;
  }
  .tabs-product::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("images/bg/gradient.png") no-repeat calc(50% + 350px) bottom;
    z-index: -1;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
}
@media only screen and (min-width: 78em) {
  .tabs-product {
    margin: 120px -5% 0;
  }
  .tabs-product::after {
    background-position: calc(50% + 150px) bottom;
  }
}

#product_page div#after-product-details {
  width: auto;
  max-width: none;
}
@media only screen and (min-width: 64em) {
  #product_page div#after-product-details {
    background: none;
    border: none;
    z-index: 1;
  }
  #product_page div#after-product-details .ic_tab_content {
    background: none;
    max-width: 795px;
    margin: 0 auto;
    padding: 70px 0;
  }
  #product_page div#after-product-details .ic_tab_content > *:first-child {
    margin-top: 0;
  }
  #product_page div#after-product-details .ic_tab_content > *:last-child {
    margin-bottom: 0;
  }
  #product_page div#after-product-details .ic_tab_content iframe {
    margin: 64px 0 0;
  }
}
@media only screen and (min-width: 78em) {
  #product_page div#after-product-details .ic_tab_content {
    padding-bottom: 64px;
  }
}
#product_page div#after-product-details h3 {
  max-width: 100%;
}

@media only screen and (min-width: 64em) {
  #product_page #after-product-details .ic_tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    background: #ffffff;
    z-index: 2;
    max-width: 997px;
    margin: 0 auto;
  }
  #product_page #after-product-details .ic_tabs::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: rgba(110, 122, 144, 0.25);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 1px;
    max-width: 997px;
    z-index: 2;
  }
  #product_page #after-product-details .ic_tabs::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #ffffff;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    position: absolute;
    bottom: 0;
    z-index: 1;
  }
  #product_page #after-product-details .ic_tabs h3 {
    opacity: 0.64;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.5px;
    text-align: center;
    color: #868686;
    background: none;
    border: none;
    padding: 0 74px 24px;
    position: relative;
    z-index: 3;
  }
  #product_page #after-product-details .ic_tabs h3 img {
    margin-bottom: 16px;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
  }
  #product_page #after-product-details .ic_tabs h3.active {
    opacity: 1;
    color: #00acd7;
  }
  #product_page #after-product-details .ic_tabs h3.active::after {
    content: url("images/bg/nav-shape.svg");
    position: absolute;
    bottom: -8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #product_page #after-product-details .ic_tabs h3.active img {
    -webkit-filter: none;
            filter: none;
  }
  #product_page #after-product-details .ic_tabs a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#product_page.boxed.responsive .after-product-details > div .catalog-header {
  border: none;
  background: none;
  border-bottom: 2px solid rgba(110, 122, 144, 0.25);
}
#product_page.boxed.responsive .after-product-details > div .catalog-header.open {
  border-top: 2px solid #00acd7;
  border-bottom: 2px solid #00acd7;
}

#product_page .ic_accordion_content_container {
  border: none;
  border-bottom: 2px solid rgba(110, 122, 144, 0.25);
  background: #F8FEFE;
  padding: 43px 4%;
}
#product_page .ic_accordion_content_container > *:first-child {
  margin-top: 0;
}
#product_page .ic_accordion_content_container > *:last-child {
  margin-bottom: 0;
}

.catalog-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 4%;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.35px;
  color: #929292;
}
.catalog-header.open {
  color: #00acd7;
}
.catalog-header img {
  max-width: 32px;
  margin-right: 15px;
}
.catalog-header:not(.open) img {
  opacity: 0.64;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.catalog-header::after {
  position: absolute;
  right: 4%;
}

.link-more {
  text-align: center;
  margin-top: 50px;
}
@media only screen and (min-width: 64em) {
  .link-more {
    padding-bottom: 40px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 78em) {
  .link-more {
    padding-bottom: 70px;
  }
}
.link-more p {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.27;
  letter-spacing: -0.39px;
  color: #014d6b;
  margin: 0 0 30px;
}
@media only screen and (min-width: 78em) {
  .link-more p {
    font-size: 28px;
    line-height: 1.43;
    letter-spacing: -0.5px;
    margin-bottom: 48px;
  }
}
@media only screen and (min-width: 78em) {
  .link-more .btn-full-green, .link-more .wp-block-buttons .wp-block-button .wp-block-button__link, .wp-block-buttons .wp-block-button .link-more .wp-block-button__link, .link-more .forminator-button-submit, .link-more #menu-header-menu > li:last-child a, #menu-header-menu > li:last-child .link-more a {
    font-size: 20px;
    padding: 20px 32px;
  }
}

.related-product {
  margin-top: 80px;
}
@media only screen and (min-width: 78em) {
  .related-product {
    margin-top: 43px;
  }
  .related-product .product-list {
    max-width: 1200px;
    margin: 0 auto;
  }
  .related-product .product-list > div {
    margin: 0 !important;
  }
  .related-product .product-list > div:last-child {
    display: none;
  }
}
.related-product > h2 {
  margin: 0 0 48px;
  font-size: 24px;
  line-height: 1.17;
  letter-spacing: -0.5px;
  color: #014d6b;
  padding-left: 23px;
  position: relative;
  min-height: 100px;
  padding-top: 22px;
}
@media only screen and (min-width: 48em) {
  .related-product > h2 {
    min-height: auto;
    display: inline-block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media only screen and (min-width: 78em) {
  .related-product > h2 {
    font-size: 32px;
    padding-top: 24px;
    padding-left: 80px;
    max-width: 795px;
    letter-spacing: -1px;
    margin-bottom: 80px;
  }
}
.related-product > h2::before {
  content: "";
  width: 100px;
  height: 100px;
  background: url("images/bg/shape-ovals.svg") no-repeat center;
  background-size: 100%;
  position: absolute;
  left: -30px;
  top: 0;
}
@media only screen and (min-width: 78em) {
  .related-product > h2::before {
    width: 150px;
    height: 150px;
    left: 0;
  }
}

/*--------------------------------

	Home

*/
/*--------------------------------

	Home

*/
.home h1 {
  font-weight: 400;
}
@media only screen and (min-width: 78em) {
  .home .entry-title-container {
    padding-right: 0 !important;
    width: 507px !important;
  }
}
.home .entry-description {
  margin: 40px -10px 0;
}
@media only screen and (min-width: 48em) {
  .home .entry-description {
    margin: 0;
  }
}
@media only screen and (min-width: 78em) {
  .home .entry-description {
    width: 592px;
    margin: 0 !important;
  }
}
@media only screen and (min-width: 48em) {
  .home .entry-header.with-description {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (min-width: 64em) {
  .home .entry-header.with-description {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 78em) {
  .home .entry-header.with-description {
    padding-top: 100px;
  }
}
.home .entry-content {
  max-width: 100%;
}
@media only screen and (min-width: 78em) {
  .home .entry-content {
    margin-top: 170px !important;
  }
}

.diapo-accueil-inner {
  display: block;
  z-index: 2;
  position: relative;
}
.diapo-accueil-inner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 0 50px 0;
  z-index: 1;
  background: #D1E3E9;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
@media only screen and (min-width: 48em) {
  .diapo-accueil-inner::after {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
}
@media only screen and (min-width: 78em) {
  .diapo-accueil-inner::after {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
    border-radius: 0 0 100px 0;
    height: 585.17px;
    width: 442.98px;
    left: 28px;
    top: 10px;
  }
}
.diapo-accueil-inner #slider4 {
  position: relative;
  width: 100%;
  padding: 0;
  list-style: none;
  position: relative;
  -webkit-box-shadow: 0 6px 20px 0 rgba(0, 110, 150, 0.3), 0 3px 10px 0 rgba(0, 110, 150, 0.3);
          box-shadow: 0 6px 20px 0 rgba(0, 110, 150, 0.3), 0 3px 10px 0 rgba(0, 110, 150, 0.3);
  background-color: #006e96;
  border-radius: 0 0 50px 0;
  overflow: hidden;
  z-index: 2;
}
@media only screen and (min-width: 78em) {
  .diapo-accueil-inner #slider4 {
    border-radius: 0 0 100px 0;
  }
}
.diapo-accueil-inner #slider4 li {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  -webkit-backface-visibility: hidden;
  height: 215px;
}
@media only screen and (min-width: 48em) {
  .diapo-accueil-inner #slider4 li {
    height: 450px;
  }
}
@media only screen and (min-width: 78em) {
  .diapo-accueil-inner #slider4 li {
    height: 600px;
  }
}
.diapo-accueil-inner #slider4 li img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.diapo-accueil-inner #slider4 li:first-child {
  position: relative;
  display: block;
}
.diapo-accueil-inner .callbacks_tabs {
  position: absolute;
  left: 0;
  bottom: -35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.diapo-accueil-inner .callbacks_tabs li {
  margin: 0 3.5px;
}
@media only screen and (min-width: 48em) {
  .diapo-accueil-inner .callbacks_tabs li {
    margin: 0 6px;
  }
}
.diapo-accueil-inner .callbacks_tabs li a {
  width: 7px;
  height: 7px;
  border: solid 1px rgba(110, 122, 144, 0.1);
  background-color: #00acd7;
  border-radius: 50%;
  text-indent: -999999px;
  display: block;
}
@media only screen and (min-width: 48em) {
  .diapo-accueil-inner .callbacks_tabs li a {
    width: 12px;
    height: 12px;
  }
}
.diapo-accueil-inner .callbacks_tabs li.callbacks_here a {
  background-color: #014d6b;
}

.entry-content .zone_1_accueil {
  margin: 65px 0;
}
@media only screen and (min-width: 64em) {
  .entry-content .zone_1_accueil {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .entry-content .zone_1_accueil > * {
    max-width: 490px;
  }
}
@media only screen and (min-width: 78em) {
  .entry-content .zone_1_accueil {
    max-width: 1200px;
    margin: 120px auto;
  }
}
.entry-content .zone_1_accueil h2 {
  margin: 0 0 38px;
  padding-left: 30px;
  position: relative;
}
@media only screen and (min-width: 64em) {
  .entry-content .zone_1_accueil h2 {
    padding-right: 50px;
  }
}
@media only screen and (min-width: 78em) {
  .entry-content .zone_1_accueil h2 {
    padding-right: 0;
    max-width: 592px;
    padding-left: 102px;
    letter-spacing: -1px;
    padding-top: 22px;
  }
}
.entry-content .zone_1_accueil h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(images/bg/shape-ovals.svg) no-repeat center;
  background-size: 100%;
  width: 100px;
  height: 100px;
  z-index: -1;
}
@media only screen and (min-width: 78em) {
  .entry-content .zone_1_accueil h2::before {
    width: 150px;
    height: 150px;
  }
}
.entry-content .zone_1_accueil p {
  font-size: 16px;
  line-height: 1.75;
}

.tabs_accueil {
  margin: 0 -4.5%;
}
.tabs_accueil_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 2px solid rgba(110, 122, 144, 0.25);
  padding: 0 23px;
}
@media only screen and (min-width: 48em) {
  .tabs_accueil_title {
    padding: 0 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 995px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 78em) {
  .tabs_accueil_title {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.tabs_accueil_title a {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.35px;
  text-align: center;
  color: #00acd7;
  text-decoration: none;
  line-height: 1.2;
  padding-bottom: 16px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none !important;
}
.tabs_accueil_title a:hover, .tabs_accueil_title a:focus, .tabs_accueil_title a:active {
  text-decoration: none !important;
}
@media only screen and (min-width: 48em) {
  .tabs_accueil_title a {
    min-width: 250px;
  }
}
@media only screen and (min-width: 78em) {
  .tabs_accueil_title a {
    font-size: 20px;
    letter-spacing: -0.5px;
    min-width: 150px;
    padding-bottom: 24px;
  }
}
.tabs_accueil_title a::after {
  content: url(images/bg/nav-shape.svg);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -11px;
}
.tabs_accueil_title a img {
  margin-bottom: 6px;
  height: 32px;
  width: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (min-width: 78em) {
  .tabs_accueil_title a img {
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
  }
}
.tabs_accueil_title a.inactive {
  color: #848484;
}
.tabs_accueil_title a.inactive::after {
  opacity: 0;
}
.tabs_accueil_title a.inactive img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.64;
}
.tabs_accueil_content {
  padding: 40px 4.7% 0;
  background-image: radial-gradient(circle at 49% 32%, #ffffff, rgba(171, 234, 246, 0.3) 133%);
}
@media only screen and (min-width: 78em) {
  .tabs_accueil_content {
    padding-top: 75px;
  }
}
.tabs_accueil_content_item .gamme-product-intro > *:first-child {
  margin-top: 0;
}
.tabs_accueil_content_item .gamme-product-intro > *:last-child {
  margin-bottom: 0;
}
.tabs_accueil_content_item .gamme-product-intro h2 {
  text-align: center;
  font-weight: bold;
}
.tabs_accueil_content_item .gamme-product-intro p {
  font-size: 16px;
  line-height: 1.75;
}
@media only screen and (min-width: 64em) {
  .tabs_accueil_content_item .gamme-product-intro {
    max-width: 795px;
    margin: 0 auto;
  }
}
.tabs_accueil_content_item .product-list {
  margin: 40px 0 32px;
  padding: 0;
}
.tabs_accueil_content_item .product-list .list.archive-listing:nth-last-child(2) {
  margin: 0;
}
@media only screen and (min-width: 78em) {
  .tabs_accueil_content_item .product-list {
    margin: 80px auto 100px;
    max-width: 1200px;
  }
  .tabs_accueil_content_item .product-list .list.archive-listing {
    margin-bottom: 0;
  }
}
.tabs_accueil_content .btn-more {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-top: 56px;
}
.tabs_accueil_content .btn-more::after {
  content: "";
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: absolute;
  bottom: 0;
  height: 50%;
  background: white;
  z-index: -1;
}
@media only screen and (min-width: 78em) {
  .tabs_accueil_content .btn-more a.btn-full-blue {
    padding: 20px 32px;
    font-size: 20px;
  }
}

@media only screen and (min-width: 78em) {
  .zone_2_accueil {
    margin-top: 120px;
  }
}
.zone_2_accueil h2 {
  text-align: center;
  margin-bottom: 50px;
  z-index: 2;
  position: relative;
  max-width: 100%;
}
@media only screen and (min-width: 48em) {
  .zone_2_accueil h2 {
    margin-bottom: 75px;
    max-width: 592px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 78em) {
  .zone_2_accueil h2 {
    margin-bottom: 80px;
  }
}
.zone_2_accueil_content {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 48em) {
  .zone_2_accueil_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.zone_2_accueil_content_left {
  height: 274px;
  width: calc(100% - 55px);
  position: relative;
  z-index: 1;
  margin: 50px auto;
}
@media only screen and (min-width: 48em) {
  .zone_2_accueil_content_left {
    margin: 0;
    height: 470px;
    width: calc(50% - 40px);
  }
}
@media only screen and (min-width: 78em) {
  .zone_2_accueil_content_left {
    height: 600px;
    width: 535px;
    padding-left: 45px;
  }
}
.zone_2_accueil_content_left::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 0 50px 0;
  z-index: 1;
  background: #D1E3E9;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
@media only screen and (min-width: 78em) {
  .zone_2_accueil_content_left::after {
    height: 585.17px;
    width: 442.98px;
    left: 68px;
    border-radius: 0 0 100px 0;
  }
}
.zone_2_accueil_content_left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 50px 0;
  -webkit-box-shadow: 0 6px 20px 0 rgba(0, 110, 150, 0.3), 0 3px 10px 0 rgba(0, 110, 150, 0.3);
          box-shadow: 0 6px 20px 0 rgba(0, 110, 150, 0.3), 0 3px 10px 0 rgba(0, 110, 150, 0.3);
  background-color: #006e96;
  z-index: 3;
  position: relative;
}
@media only screen and (min-width: 78em) {
  .zone_2_accueil_content_left img {
    border-radius: 0 0 100px 0;
  }
}
@media only screen and (min-width: 48em) {
  .zone_2_accueil_content_right {
    width: calc(50% - 40px);
  }
  .zone_2_accueil_content_right > *:first-child {
    margin-top: 0;
  }
}
@media only screen and (min-width: 78em) {
  .zone_2_accueil_content_right {
    width: 390px;
    margin-right: 100px;
  }
}
.zone_2_accueil_content_right h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px 0 8px;
  font-size: 20px;
  letter-spacing: -0.42px;
}
@media only screen and (min-width: 78em) {
  .zone_2_accueil_content_right h3 {
    font-size: 24px;
    letter-spacing: -0.5px;
    margin: 48px 0 16px;
  }
}
.zone_2_accueil_content_right h3 img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 15px;
}
@media only screen and (min-width: 78em) {
  .zone_2_accueil_content_right h3 img {
    margin-right: 20px;
    width: 40px;
    height: 40px;
  }
}
.zone_2_accueil_content_right p {
  font-size: 14px;
  line-height: 1.71;
  color: #6e7a90;
  margin: 0;
}
.zone_2_accueil .btn-more {
  margin-top: 40px;
}
@media only screen and (min-width: 48em) {
  .zone_2_accueil .btn-more {
    text-align: center;
    margin-top: 75px;
  }
}
@media only screen and (min-width: 78em) {
  .zone_2_accueil .btn-more {
    margin-top: 100px;
  }
  .zone_2_accueil .btn-more a.btn-full-green, .zone_2_accueil .btn-more .wp-block-buttons .wp-block-button a.wp-block-button__link, .wp-block-buttons .wp-block-button .zone_2_accueil .btn-more a.wp-block-button__link, .zone_2_accueil .btn-more a.forminator-button-submit, .zone_2_accueil .btn-more #menu-header-menu > li:last-child a, #menu-header-menu > li:last-child .zone_2_accueil .btn-more a {
    padding: 20px 32px;
    font-size: 20px;
  }
}
/*# sourceMappingURL=style.css.map */