@charset "UTF-8";
/*!
Theme Name: E-tonus
Theme URI: http://e-tonus.com/
Author: Luc
Author URI: https://www.luc.app
Description: Taylormade theme
Version: 1.0.0
Tested up to: 6.7
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: etonus
Tags: Made, with, love, by, Luc
*/
/* Variables
--------------------------------------------------------------*/
:root {
  --border-radius-regular: 0.4rem;
  --padding-8vw: 10vw;
  --padding-panel-large: 30px;
  --padding-panel-regular: 70px;
  --color-light-grey: #e6e6e6;
  --color-mid-grey: #5d5d5d;
  --color-middark-grey: #707070;
  --color-dark-grey: rgb(200, 200, 200);
  --color-text: #5d5d5d;
  --color-dark: #191919;
  --color-orange: #fa8d00;
  --color-paper-white: #f9f9f9;
  --header-height: 55px;
  --title-font: "PP Neue Montreal";
  --navigtaion-font: "PP Neue Montreal";
  --text-font: "PP Neue Montreal";
  --navigation-size: 0.85em;
  --regular-text-size: 1em;
  --dark-line: #b8b8b8;
  --color-header-light: #c2c2c235;
}

/* Normalize
--------------------------------------------------------------*/
html,
body {
  margin: 0;
  padding: 0;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: var(--color-dark);
  line-height: 1.4;
  background: var(--color-light-grey);
}

body {
  background: var(--color-paper-white);
}

body.home {
  background: var(--color-light-grey);
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

img {
  border-style: none;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

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;
}

/* Box sizing
--------------------------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/* Typography
--------------------------------------------------------------*/
@font-face {
  font-family: "PP Neue Montreal";
  src: url("assets/fonts/PPNeueMontreal-ThinItalic.woff2") format("woff2"), url("assets/fonts/PPNeueMontreal-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "PP Neue Montreal";
  src: url("assets/fonts/PPNeueMontreal-Thin.woff2") format("woff2"), url("assets/fonts/PPNeueMontreal-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PP Neue Montreal";
  src: url("assets/fonts/PPNeueMontreal-Light.woff2") format("woff2"), url("assets/fonts/PPNeueMontreal-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PP Neue Montreal";
  src: url("assets/fonts/PPNeueMontreal-LightItalic.woff2") format("woff2"), url("assets/fonts/PPNeueMontreal-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "PP Neue Montreal";
  src: url("assets/fonts/PPNeueMontreal-BookItalic.woff2") format("woff2"), url("assets/fonts/PPNeueMontreal-BookItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "PP Neue Montreal";
  src: url("assets/fonts/PPNeueMontreal-Book.woff2") format("woff2"), url("assets/fonts/PPNeueMontreal-Book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PP Neue Montreal";
  src: url("assets/fonts/PPNeueMontreal-Italic.woff2") format("woff2"), url("assets/fonts/PPNeueMontreal-Italic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "PP Neue Montreal";
  src: url("assets/fonts/PPNeueMontreal-Regular.woff2") format("woff2"), url("assets/fonts/PPNeueMontreal-Regular.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PP Neue Montreal";
  src: url("assets/fonts/PPNeueMontreal-Medium.woff2") format("woff2"), url("assets/fonts/PPNeueMontreal-Medium.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PP Neue Montreal";
  src: url("assets/fonts/PPNeueMontreal-MediumItalic.woff2") format("woff2"), url("assets/fonts/PPNeueMontreal-MediumItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "PP Neue Montreal";
  src: url("assets/fonts/PPNeueMontreal-Semibold.woff2") format("woff2"), url("assets/fonts/PPNeueMontreal-Semibold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PP Neue Montreal";
  src: url("assets/fonts/PPNeueMontreal-Bold.woff2") format("woff2"), url("assets/fonts/PPNeueMontreal-Bold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PP Neue Montreal";
  src: url("assets/fonts/PPNeueMontreal-BoldItalic.woff2") format("woff2"), url("assets/fonts/PPNeueMontreal-BoldItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik Pro";
  src: url("assets/fonts/AeonikPro-Black.woff2") format("woff2"), url("assets/fonts/AeonikPro-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik Pro";
  src: url("assets/fonts/AeonikPro-BlackItalic.woff2") format("woff2"), url("assets/fonts/AeonikPro-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik Pro";
  src: url("assets/fonts/AeonikPro-Bold.woff2") format("woff2"), url("assets/fonts/AeonikPro-Bold.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik Pro";
  src: url("assets/fonts/AeonikPro-BoldItalic.woff2") format("woff2"), url("assets/fonts/AeonikPro-BoldItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik Pro";
  src: url("assets/fonts/AeonikPro-MediumItalic.woff2") format("woff2"), url("assets/fonts/AeonikPro-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik Pro";
  src: url("assets/fonts/AeonikPro-Medium.woff2") format("woff2"), url("assets/fonts/AeonikPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik Pro";
  src: url("assets/fonts/AeonikPro-Regular.woff2") format("woff2"), url("assets/fonts/AeonikPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik Pro";
  src: url("assets/fonts/AeonikPro-RegularItalic.woff2") format("woff2"), url("assets/fonts/AeonikPro-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik Pro";
  src: url("assets/fonts/AeonikPro-Light.woff2") format("woff2"), url("assets/fonts/AeonikPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik Pro";
  src: url("assets/fonts/AeonikPro-LightItalic.woff2") format("woff2"), url("assets/fonts/AeonikPro-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
html,
body {
  font-family: "PP Neue Montreal", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  text-rendering: geometricPrecision;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased;
}

/* Generic
--------------------------------------------------------------*/
.font-100 {
  font-weight: 100;
}

.font-300 {
  font-weight: 300;
}

.font-400 {
  font-weight: 400;
}

.font-500 {
  font-weight: 500;
}

.font-600 {
  font-weight: 600;
}

.font-700 {
  font-weight: 700;
}

.font-800 {
  font-weight: 800;
}

.font-900 {
  font-weight: 900;
}

.text-dark {
  color: var(--color-dark);
}

.pt-0 {
  padding-top: 0;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.col {
  flex: 1;
}

.flex-1 {
  flex: 1;
  box-sizing: border-box;
  display: flex;
}

.flex-2 {
  flex: 2;
}

.flex-3 {
  flex: 3;
}

.flex-6 {
  flex: 6;
}

.items-end {
  display: flex;
  justify-content: flex-end;
}

.w-3-5 {
  width: 70%;
}

.w-4-5 {
  width: 85%;
}

.w-2-3 {
  width: 90%;
}

.w-2-3 p {
  color: var(--color-mid-grey);
}

.no-overflow {
  overflow: hidden;
}

.hidden {
  display: none;
}

.mt-40 {
  margin-top: 40px;
}

.mt-b-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.mt-80-0 {
  margin-top: 50px;
  margin-bottom: 0px;
}

.small-padded {
  padding-left: var(--padding-panel-large) !important;
  padding-right: var(--padding-panel-large) !important;
}

.f-2-3em {
  font-size: 1.78em;
  line-height: 1.18;
  letter-spacing: -0.04vw;
}

.f-2-3em p {
  color: #7d7d7d;
  font-weight: 500;
}

.pb-65 {
  padding-bottom: 65px;
}

.f-xl {
  font-size: 1.5vw;
  letter-spacing: -0.07vw;
}

.required {
  color: unset !important;
}

/* Mobile : chaque colonne prend toute la largeur */
.col-12 {
  width: 100%;
}

/* Desktop : les colonnes prennent chacune 50% de l'espace */
@media (min-width: 768px) {
  .col-md-6 {
    width: calc(50% - 10px); /* 50% avec un petit espacement entre les colonnes */
  }
}
.align-left {
  text-align: left;
}

fieldset {
  border: none;
  padding: 0;
}

.column {
  flex: 1;
}

.white-section {
  background-color: var(--color-paper-white);
}

.uppercase {
  text-transform: uppercase;
}

.font-smaller {
  font-size: 0.9em;
}

/* Base
--------------------------------------------------------------*/
html,
body {
  box-sizing: border-box;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

b,
strong {
  font-weight: 500;
}

main {
  display: block;
  box-sizing: content-box;
}

.woocommerce-cart main,
.woocommerce-checkout main,
.woocommerce-account main,
.blog main,
.page-template-page main,
.single-post main,
.page-template-validation {
  margin: 85px var(--padding-8vw) 20px;
  display: flex;
  align-items: center;
}

.page-template-page main,
.page-template-validation {
  margin-top: 85px;
}

.woocommerce-checkout main,
.woocommerce-account main,
.blog main,
.single-post main,
.woocommerce-cart main,
.page-template-validation main {
  margin: 150px var(--padding-8vw) 80px;
}

.blog main,
.single-post main {
  flex-direction: column;
}

.page-id-278 main {
  margin-bottom: 0px !important;
}

main.informations {
  padding: 180px 40% 100px var(--padding-8vw);
}

.page-template-informations h4 {
  font-size: 1.1em;
}

/* Headings
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 400;
}

h1 {
  font-size: clamp(30px, 3.2vw, 47px);
  line-height: 1;
  margin: 0 0 0.37em;
  letter-spacing: -0.04vw;
  font-weight: 500;
}

.home h1 {
  font-size: 3vw;
}

.smaller-h1 h1 {
  font-size: 1.3em;
  letter-spacing: -0.015em;
  position: relative;
}

.smaller-h1 h1:before {
  content: " ";
  width: calc(var(--padding-8vw) - 50px);
  height: 1px;
  background-color: var(--dark-line);
  position: absolute;
  top: 10px;
  left: calc(30px - var(--padding-8vw));
}

h2 {
  font-size: 2em;
  line-height: 1;
  font-weight: 500;
  margin-top: 0;
}

h3 {
  font-size: 1.4em;
}

.blog h2 {
  font-size: 2em;
}

h4 {
  font-size: 2em;
  font-weight: 500;
  margin-top: 0;
}

.small-h4 h4 {
  font-size: 1.45em;
}

.team h4 {
  font-size: 1.3em;
  font-weight: 500;
}

.special-h4 {
  font-size: 1.1em;
}

h5 {
  font-weight: 700;
  margin: 20px 0;
}

h5.date {
  border-bottom: 1px solid var(--color-mid-grey);
  padding: 12px 0;
  margin: 2px 0 20px;
  font-size: 1em;
  font-weight: 600;
}

.team-wrapper h4 {
  font-size: 1.4em;
}

p {
  margin: 0 0 1.5em;
  font-size: 1.2em;
  color: var(--color-text);
}

/* Buttons
--------------------------------------------------------------*/
a {
  background-color: transparent;
  color: var(--color-dark);
  text-decoration: none;
}

a:visited,
a:hover,
a:focus,
a:active {
  color: var(--color-dark);
}

a:focus,
a:hover,
a:active {
  outline: 0;
}

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;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/* Fields
--------------------------------------------------------------*/
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  width: 100%;
}

[type=checkbox],
[type=radio] {
  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;
  appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border: none;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: var(--color-dark);
  padding: 3px;
  background: none !important;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

/* SIB */
select {
  background: var(--color-light-grey) !important;
  border: 1px solid #ccc;
}

.sib-email-area input[type=submit] {
  padding: 10px 12px 12px;
  background: 0 0;
  color: var(--color-dark);
  font-size: 0.8em;
  position: relative;
  text-decoration: none;
  transition: all 0.2s ease-out;
  cursor: pointer;
  border: none;
  height: 35px;
  margin-left: 5px;
  width: 60px;
  border-bottom: 1px solid #000 !important;
  border-right: 1px solid #000 !important;
  border-radius: 0;
  transition: all 0.2s ease-out;
  position: relative;
  border-bottom-right-radius: var(--border-radius-regular);
}

#sib_signup_form_1,
.sib-email-area {
  width: 100%;
  margin: 0;
}

.sib-email-area {
  display: flex;
}

input.sib-email-area {
  width: calc(100% - 70px);
}

/* CF7 */
.wpcf7-form-control-wrap {
  flex-basis: 45%;
  margin-bottom: 30px;
}

.wpcf7-form-control-wrap input {
  width: 100%;
  background: 0 0;
  border: none;
  border-bottom: 1px solid var(--dark-line);
  padding: 20px 0;
  border-radius: 0;
}

textarea {
  background: 0 0;
  border: none;
  border-bottom: 1px solid var(--dark-line);
  border-radius: 0;
}

.wpcf7-form-control-wrap textarea {
  padding: 20px 0;
  margin-bottom: 25px;
}

/* Forminator */
.forminator-checkbox-label {
  font-size: 1.15em;
}

.forminator-ui#forminator-module-1630.forminator-design--default .forminator-checkbox,
.forminator-ui#forminator-module-1679.forminator-design--default .forminator-checkbox {
  padding-bottom: 13px;
  border-bottom: 1px solid #e9e4e4;
}

.forminator-ui.forminator-custom-form[data-design=default] .forminator-checkbox:not(.forminator-checkbox-inline) {
  margin: 12px 0 !important;
}

.forminator-ui#forminator-module-1679.forminator-design--default .forminator-checkbox .forminator-checkbox-box,
.forminator-ui#forminator-module-1630.forminator-design--default .forminator-checkbox .forminator-checkbox-box {
  border-color: #a7a7a7 !important;
  background-color: #f9f9f9 !important;
  color: #fa8d01 !important;
}

.forminator-ui#forminator-module-1630.forminator-design--default .forminator-checkbox,
.forminator-ui#forminator-module-1679.forminator-design--default .forminator-radio,
.forminator-ui#forminator-module-1630.forminator-design--default .forminator-checkbox,
.forminator-ui#forminator-module-1679.forminator-design--default .forminator-radio {
  font-size: 1.1em !important;
}

.forminator-ui#forminator-module-1679.forminator-design--default .forminator-title,
.forminator-ui#forminator-module-1630.forminator-design--default .forminator-title {
  font-size: 27px !important;
  font-weight: 600 !important;
}

.forminator-ui#forminator-module-1679.forminator-design--default .forminator-label,
.forminator-ui#forminator-module-1630.forminator-design--default .forminator-label {
  font-size: 1.1em !important;
  font-weight: 500 !important;
  padding-bottom: 30px !important;
}

.forminator-ui#forminator-module-1679.forminator-design--default .forminator-description,
.forminator-ui#forminator-module-1630.forminator-design--default .forminator-description {
  font-size: 14px !important;
  font-weight: 400 !important;
  padding-top: 20px !important;
}

.forminator-edit-module {
  display: none !important;
}

.forminator-field-html p {
  font-size: 1.1em;
}

.forminator-ui#forminator-module-1679.forminator-design--default .forminator-pagination-progress .forminator-progress-bar span,
.forminator-ui#forminator-module-1630.forminator-design--default .forminator-pagination-progress .forminator-progress-bar span {
  background-color: #fa8d01 !important;
}

.forminator-ui#forminator-module-1679.forminator-design--default .forminator-error-message {
  background-color: #fa8d01;
  color: #000000;
}

.forminator-ui#forminator-module-1679.forminator-design--default .forminator-select2 + .forminator-select .selection .select2-selection--single[role=combobox],
.forminator-ui#forminator-module-1679.forminator-design--default .forminator-radio .forminator-radio-bullet,
.forminator-ui#forminator-module-1630.forminator-design--default .forminator-select2 + .forminator-select .selection .select2-selection--single[role=combobox],
.forminator-ui#forminator-module-1630.forminator-design--default .forminator-radio .forminator-radio-bullet {
  background-color: #f9f9f9 !important;
  border-color: #a7a7a7 !important;
}

.forminator-ui#forminator-module-1679.forminator-design--default .forminator-response-message.forminator-success,
.forminator-ui#forminator-module-1630.forminator-design--default .forminator-response-message.forminator-success {
  background: none !important;
  text-align: center !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.forbidden {
  display: inline;
  padding: 6px;
}

.interline-12 {
  line-height: 1.7;
}

.forminator-ui#forminator-module-1679.forminator-design--default .forminator-input,
.forminator-ui#forminator-module-1679.forminator-design--default .forminator-input input,
.forminator-ui#forminator-module-1630.forminator-design--default .forminator-input,
.forminator-ui#forminator-module-1630.forminator-design--default .forminator-input input {
  border-color: #a7a7a7 !important;
}

.forminator-select-dropdown-container--open .forminator-custom-form-1679.forminator-dropdown--default .select2-results .select2-results__options .select2-results__option.select2-results__option--selected,
.forminator-select-dropdown-container--open .forminator-custom-form-1679.forminator-dropdown--default .select2-results .select2-results__options .select2-results__option.select2-results__option--selected span:not(.forminator-checkbox-box),
.forminator-select-dropdown-container--open .forminator-custom-form-1630.forminator-dropdown--default .select2-results .select2-results__options .select2-results__option.select2-results__option--selected,
.forminator-select-dropdown-container--open .forminator-custom-form-1630.forminator-dropdown--default .select2-results .select2-results__options .select2-results__option.select2-results__option--selected span:not(.forminator-checkbox-box),
.forminator-button.forminator-button-next {
  background-color: #fa8d01 !important;
}

.forminator-ui#forminator-module-1679.forminator-design--default .forminator-button-submit,
.forminator-ui#forminator-module-1679.forminator-design--default .forminator-button-back,
.forminator-ui#forminator-module-1679.forminator-design--default .forminator-button-next,
.forminator-ui#forminator-module-1630.forminator-design--default .forminator-button-submit,
.forminator-ui#forminator-module-1630.forminator-design--default .forminator-button-back,
.forminator-ui#forminator-module-1630.forminator-design--default .forminator-button-next {
  padding: 12px 30px !important;
  border-radius: 6px !important;
  font-size: 0.8em !important;
  text-transform: uppercase !important;
}

.ff-title-1 {
  font-size: 1.4em !important;
  font-weight: 600 !important;
}

.ff-validation {
  text-decoration: none;
  background: #fa8d01;
  display: inline-block;
  padding: 16px 29px;
  border-radius: 6px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  margin: 20px 0;
  transition: all 0.2s ease-out;
}

.ff-validation:hover {
  background: var(--color-dark);
  color: #fff;
}

.ff-title-2 {
  font-size: 1.4em !important;
  font-weight: 500 !important;
  margin: 70px 0 20px !important;
}

.forminator-description {
  font-style: italic;
}

.txt-small {
  font-size: 0.9em !important;
}

.ff-first-line {
  font-size: 1.3em !important;
}

#html-1 .forminator-field {
  width: 50%;
}

#forminator-module-1679 {
  margin-bottom: 70px;
}

@media (max-width: 768px) {
  #html-1 .forminator-field {
    width: 100%;
  }
}
.forminator-button:hover,
.forminator-button:focus {
  box-shadow: unset !important;
}

.forminator-custom-form-1679.forminator-calendar--default .ui-datepicker-header .ui-corner-all,
.forminator-custom-form-1630.forminator-calendar--default .ui-datepicker-header .ui-corner-all {
  background-color: var(--color-orange) !important;
}

.forminator-custom-form-1679.forminator-calendar--default:before,
.forminator-custom-form-1630.forminator-calendar--default:before {
  border-color: #d9d9d9 !important;
  background-color: #f9f9f9 !important;
}

#checkbox-7 .forminator-field {
  display: flex;
}

#checkbox-7 label {
  margin: 0 20px 0 0 !important;
  padding: 0 !important;
  border: none !important;
}

.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
  border-radius: 4px;
  border: 1px solid hsla(0deg, 0%, 7%, 0.8);
  box-shadow: none !important;
}

.wc-blocks-components-select .wc-blocks-components-select__select {
  background-color: var(--color-paper-white) !important;
}

.woocommerce-checkout button {
  background: none;
  padding: 0 !important;
}

.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button .wc-block-components-checkout-place-order-button__text {
  justify-content: center;
}

.wc-block-components-checkout-return-to-cart-button {
  display: none !important;
}

.wc-block-components-checkbox__label a {
  text-decoration: underline;
}

#custom_terms {
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid rgba(25, 23, 17, 0.48);
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 1em;
  height: 1.5em;
  margin: 0 1em 0 0;
  min-height: 1.5em;
  min-width: 1.5em;
  overflow: hidden;
  position: static;
  vertical-align: middle;
  width: 1.5em;
}

.wc-block-components-checkbox label {
  font-size: 1.1em !important;
}

.wc-block-checkout__actions_row {
  flex-direction: column !important;
  align-items: flex-start !important;
}

.wc-block-components-form .wc-block-checkout__order-notes.wc-block-components-checkout-step {
  margin-bottom: 18px !important;
}

.woocommerce-subscriptions .my_account_subscriptions.my_account_orders .cell-subscription-next-payment {
  display: none !important;
}

.password-input {
  position: relative;
}

/* Video
--------------------------------------------------------------*/
.main-vid-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.main-vid-wrapper video {
  width: 100%;
  height: auto;
  border-radius: var(--border-radius-regular);
  outline: none;
  pointer-events: all;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  padding: 0 !important;
}

.play-button:before {
  content: " ";
  position: absolute;
  background: url(images/play.svg) center center no-repeat;
  background-size: contain;
  left: 50%;
  top: 50%;
  transform: translate(-44%, -50%);
  width: 60px;
  height: 60px;
}

.play-button:hover {
  opacity: 0.5;
  border: 2px solid #fff;
  width: 120px;
  height: 120px;
  font-size: 38px;
}

.play-button.hidden {
  opacity: 0;
  pointer-events: none;
}

video::-webkit-media-controls-fullscreen-button {
  display: none !important;
}

video::-moz-fullscreen-button {
  display: none !important;
}

video::-webkit-media-controls-enclosure > video::-webkit-media-controls-fullscreen-button {
  display: none !important;
}

/* Navigaion
--------------------------------------------------------------*/
/*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
.main-navigation {
  display: block;
  width: 100%;
  height: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  top: 100%;
  /*
    left: -999em;
    */
  left: 0;
  float: left;
  position: absolute;
  top: 100%;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  width: calc(100% + 2px);
  height: 0%;
  overflow: hidden;
  transition: all 0.8s ease-in-out;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: 0;
}

.main-navigation ul ul a {
  width: 100%;
  background: var(--color-dark);
  color: #fff;
  text-align: center;
  padding: 0 10px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: 0;
  height: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  text-decoration: none;
  font-weight: 600;
  font-size: var(--navigation-size);
  transition: all 0.2s ease-out;
  color: var(--color-dark);
  font-family: var(--navigtaion-font);
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}

.cart {
  position: relative;
}

.top-button:hover,
.cart:hover,
.main-navigation a:hover {
  color: #fff;
}

.main-navigation ul ul a:hover {
  color: var(--color-orange);
}

.top-button:before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: var(--color-orange);
  z-index: -2;
  border-top-right-radius: var(--border-radius-regular);
  border-bottom-right-radius: var(--border-radius-regular);
}

.top-button:after,
.cart:after,
.main-navigation a:before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 0%;
  left: 0;
  bottom: 0;
  background: var(--color-dark);
  transition: all 0.2s ease-in-out;
  z-index: -1;
}

.main-navigation a:before {
  width: calc(100% + 2px);
}

.top-button:hover:after,
.cart:hover:after,
.main-navigation li:hover a:before {
  height: 100%;
}

.main-navigation li:hover a {
  color: #fff;
}

.main-navigation li:hover a:hover {
  color: var(--color-orange);
}

.top-button:after {
  border-top-right-radius: var(--border-radius-regular);
  border-bottom-right-radius: var(--border-radius-regular);
}

.top-button .cart-push svg circle,
.top-button .cart-push svg path {
  transition: all 0.2s ease-in-out;
}

.top-button:hover .cart-push svg circle,
.top-button:hover .cart-push svg path {
  stroke: #ffffff !important;
}

.mobile-navigation .sub-menu {
  display: none;
  opacity: 0;
  transform: translateY(-10px); /* Slide effect */
  transition: opacity 0.3s ease, transform 0.3s ease;
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-navigation .menu-item.open > .sub-menu {
  display: block; /* Ensure it becomes visible */
  opacity: 1;
  transform: translateY(0);
}

.mobile-navigation .menu-item-has-children > a {
  cursor: pointer;
  position: relative;
}

.mobile-navigation .menu-item.open > a:after {
  transform: translateY(-50%) rotate(90deg);
  top: 22px !important;
}

.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.site-header {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  box-sizing: inherit;
  padding: 0;
  border-radius: var(--border-radius-regular);
  height: var(--header-height);
  transition: all 0.2s ease-out;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: var(--color-header-light);
}

.site-header.dark {
  background-color: var(--color-header-light);
}

.logo-wrapper {
  display: flex;
  line-height: 0;
  width: 14vw;
  width: 196px;
}

.logo-wrapper img {
  width: 115px;
}

.main-navigation {
  display: flex;
  justify-content: space-around;
}

.main-navigation ul {
  display: flex;
}

.main-navigation ul li {
  list-style: none;
  margin: 0 17px;
}

/* Mobile Menu */
#mobile-menu {
  width: 100%;
  list-style: none;
  /* text-align: center; */
  margin: 0;
  padding: 20px 20px;
  width: 100%;
}

#mobile-menu a {
  font-size: 1.2em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--color-mid-grey);
  display: block;
  padding: 11px 0 10px 0;
  position: relative;
}

#mobile-menu a:after {
  position: absolute;
  background: url(assets/images/arrow-right.svg) center center no-repeat;
  background-size: cover;
  content: " ";
  right: 0px;
  top: 12px;
  width: 22px;
  height: 23px;
}

#mobile-menu .sub-menu a:after {
  content: none;
}

#mobile-menu .sub-menu a {
  border: none;
}

.mobile-menu-toggle {
  display: none;
  position: relative;
}

.burger-icon {
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 11px;
  z-index: 999;
  position: relative;
}

.burger-icon span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--color-dark);
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* Hide mobile menu by default */
.mobile-navigation {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 63px;
  left: 0;
  width: 100%;
  border-radius: var(--border-radius-regular);
  height: calc(100vh - 85px);
  background-color: #ececec;
  z-index: 10;
  justify-content: center;
  align-items: center;
}

/* Show menu when active */
.mobile-navigation.active {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.bottom-nav-mobile {
  padding: 40px 20px 70px;
  display: flex;
  width: 100%;
}

.mobile-navigation .social a:after {
  content: none;
}

.mobile-navigation .small-text-white {
  font-size: 0.75em;
  color: var(--color-dark);
}

.burger-icon.open span:nth-child(1) {
  transform: rotate(45deg) translate(2px, 1px);
}

.burger-icon.open span:nth-child(2) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.top-button,
.single_add_to_cart_button,
.wc-block-components-button__text {
  padding: 10px 26px 11px;
  background: #4fb88f;
  color: #fff;
  border-radius: var(--border-radius-regular);
  font-size: 0.98em;
  position: relative;
  text-decoration: none;
  transition: all 0.2s ease-out;
  cursor: pointer;
}

.top-button {
  padding: 0 26px;
  z-index: 0;
  height: var(--header-height);
  font-weight: 600;
  font-size: var(--navigation-size);
  display: flex;
  background: 0 0;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  font-size: var(--navigation-size);
  transition: all 0.2s ease-out;
  color: var(--color-dark);
  text-transform: uppercase;
  align-items: center;
  border-radius: 0;
  border-top-right-radius: var(--border-radius-regular);
  border-bottom-right-radius: var(--border-radius-regular);
  width: 224px;
  justify-content: center;
}

.single_add_to_cart_button:hover,
.wc-block-components-button__text:hover {
  background: var(--color-dark);
}

.menu-main-navigation-container,
#primary-menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.main-navigation ul li {
  list-style: none;
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
  position: relative;
}

.main-navigation ul li:before {
  content: " ";
  position: absolute;
  width: 1px;
  height: 11px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: var(--color-dark);
}

.main-navigation ul li li {
  height: var(--header-height);
}

.header-wrapper {
  padding: 30px;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
}

.logo-wrapper {
  justify-content: center;
}

.main-navigation .sub-menu a:before {
  content: none !important;
}

/*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/
.site-footer {
  background: var(--color-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.footer-top {
  padding: 30px var(--padding-panel-regular) 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}

.bottom-info {
  display: flex;
  flex-direction: column;
}

.footer-middle {
  padding: 70px var(--padding-panel-regular);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 0.75px solid rgba(40, 40, 40, 0.3);
}

.footer-bottom {
  width: 100%;
  padding: 27px var(--padding-panel-regular) 30px;
}

.footer-menu-container {
  text-align: center;
  text-transform: uppercase;
}

.footer-menu {
  list-style: none;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.footer-menu li {
  display: inline-block;
  margin: 0;
}

.footer-menu li a {
  text-decoration: none;
  font-size: 0.75em;
  transition: all 0.2s ease-in-out;
  position: relative;
}

.footer-menu li a:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--color-dark);
  transition: all 0.2s ease-in-out;
  bottom: -2px;
  left: 0;
}

.footer-menu li a:hover:after {
  background-color: #fff; /* Hover color */
}

.footer-menu li a:hover {
  color: #fff; /* Hover color */
}

.bottom-logo-wrapper img {
  width: 117px;
  margin-bottom: 9px;
}

.address-small {
  font-size: 0.85em;
  color: var(--color-dark);
  margin: 0;
}

/*--------------------------------------------------------------
  # WP Navigation
  --------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Balises
--------------------------------------------------------------*/
.wpb_wrapper li {
  font-size: 1.15em;
}

.wpb_wrapper ul {
  margin: 12px 0 30px 16px;
  padding: 0;
}

.smallr {
  font-size: 60%;
}

.row-title {
  position: relative;
}

.badge-prices {
  font-size: 0.8rem;
  font-weight: 700;
  padding: 7px 14px;
  border-radius: 15px;
  background-color: #ffe9cd;
  color: #858585;
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
}

.badge-prices.badge-orange {
  background: var(--color-orange);
  color: #ffffff;
}

.small-h2 {
  font-size: 1.2rem;
  line-height: 1.3;
}

.spe-h3 {
  margin-bottom: 5px;
}

.font-bold {
  font-weight: bold;
}

.small-title-cap p {
  color: var(--color-dark);
  font-weight: 600;
  border-bottom: 1px solid var(--dark-line);
  padding: 13px 0 5px 0;
  font-size: 1.3em;
}

.page-id-278 .team-wrapper p {
  color: var(--color-dark);
}

.pl-0-desktop {
  padding-left: 0 !important;
}

p a {
  text-decoration: underline;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
.fef img {
  width: 80px !important;
}

.sep {
  margin-top: 25px;
  margin-bottom: 10px;
}

.contact-form-container {
  display: flex;
  flex-direction: row;
  height: calc(100vh - var(--header-height));
  margin-top: var(--header-height);
}

.contact-left-wrapper {
  display: flex;
  flex-direction: column;
  box-sizing: initial;
  justify-content: center;
}

.contact-left-wrapper .wrapper {
  padding: 220px 40% 100px var(--padding-8vw);
  background: #e3e3e3;
  height: calc(100vh - var(--header-height));
  /* color: #fff; */
}

.form-wrapper .wrapper {
  padding: 0 4vw;
  height: calc(100vh - var(--header-height));
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

.infinity-end.neverending .site-footer {
  display: block;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Grids
--------------------------------------------------------------*/
.regular-button {
  background: var(--color-mid-grey);
  padding: 17px 55px 17px 25px;
  color: #fff;
  font-size: var(--navigation-size);
  transition: all 0.2s ease-in-out;
  border-radius: var(--border-radius-regular);
}

.regular-button:hover {
  background: var(--color-orange);
}

.flex-direction-nav a {
  width: 20px !important;
  height: 20px !important;
}

.flex-direction-nav a:before {
  font-size: 20px !important;
}

.flexslider {
  border: none !important;
  border-radius: var(--border-radius-regular) !important;
  overflow: hidden;
}

.boxes .wpb_wrapper .wpb_wrapper {
  /* border: 1px solid var(--color-dark); */
  border-radius: var(--border-radius-regular);
  padding: 0 20px 20px;
  height: 200px;
  display: flex;
  background: #fbf9f9;
  align-items: center;
  height: 40vh;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wrapper {
  width: 100%;
  /*
  background: var(--color-orange);
  border-bottom: 1px solid var(--color-dark);
  */
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 30px 0;
}

.box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80%;
  width: 14.2857142857%;
  margin: 0;
  padding: 0;
  position: relative;
  flex-shrink: 0;
}

.fixed-height-img img {
  height: auto !important;
  max-width: 100% !important;
  vertical-align: top !important;
  height: 60vh !important;
  object-fit: cover !important;
}

.team-height-img img {
  height: auto !important;
  max-width: 100% !important;
  vertical-align: top !important;
  height: 40vh !important;
  object-fit: contain !important;
}

.social a {
  font-size: 1.3em;
  line-height: 1;
  padding: 0.3rem 0;
  position: relative;
}

.with-arrow {
  display: inline-block;
  width: 10vw;
}

.with-arrow:after {
  position: absolute;
  background: url(assets/images/arrow-right.svg) center center no-repeat;
  background-size: cover;
  content: " ";
  right: -20px;
  top: 4px;
  width: 22px;
  height: 23px;
  transition: all 0.2s ease-out;
}

.with-arrow:hover:after {
  right: -30px;
}

.cart-push {
  margin-right: 8px;
  margin-top: 2px;
}

.news-title {
  padding: 40px 0 10px;
  border-bottom: 1px solid var(--color-mid-grey);
  line-height: 1.1;
}

.big-s-wrapper {
  display: flex;
  align-items: center;
}

.big-s {
  font-size: 10vw;
  line-height: 0.9;
  font-weight: 300;
}

.s-number {
  font-size: 3vw;
}

/*--------------------------------------------------------------
# Pricing Table
--------------------------------------------------------------*/
.pricing-table {
  display: flex;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.column.plan {
  flex: 1;
  background: #fafafa;
  border-radius: var(--border-radius-regular);
  border: 2px solid #fafafa;
}

.column.plan.active {
  flex: 1;
  background: #fafafa;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border: 2px solid var(--color-orange);
}

.column.plan.active-2 {
  flex: 1;
  background: #fafafa;
  border: 2px solid var(--color-orange);
}

.column.plan-wrapper {
  flex: 1;
  margin: 0 20px;
  border-radius: var(--border-radius-regular);
}

.column:last-child {
  border-right: none;
}

.row {
  padding: 15px 35px;
  border-bottom: 1px solid #dadada;
}

.row-pricing {
  padding: 30px 35px;
}

.row-title {
  font-size: 1.3em;
  font-weight: 700;
}

.row-subtitle {
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 17px;
}

.table-price {
  font-size: 2.6em;
  font-weight: 500;
  line-height: 1.1;
}

.table-refer {
  font-size: 1.7em;
  font-weight: 500;
  line-height: 1.1;
}

.btn-spacer {
  margin-top: 30px;
}

.row:last-child {
  border-bottom: none;
}

.months .row {
  background-color: #f9f9f9;
  font-weight: bold;
}

.button-pricing,
.ta-button {
  background-color: var(--color-dark);
  color: #fff !important;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  width: 100%;
  border-radius: var(--border-radius-regular);
  margin: 20px auto;
  display: flex;
  height: var(--header-height);
  align-content: center;
  justify-content: center;
  align-items: center;
}

.button-pricing.active,
.ta-button.active {
  background-color: var(--color-orange);
}

.button-pricing:hover,
.ta-button:hover {
  background-color: var(--color-orange);
  color: #fff;
}

.button-pricing.active:hover,
.ta-button.active:hover {
  background-color: var(--color-dark);
}

.button-orange {
  background: var(--color-orange);
}

.button-orange:hover {
  background: var(--color-dark);
}

.promoted {
  color: var(--color-mid-grey);
  position: relative;
  margin: 0;
  font-size: 19px;
}

.promoted:after {
  background: var(--color-mid-grey);
  width: 120%;
  height: 1px;
  content: " ";
  top: 9px;
  left: -10%;
  position: absolute;
  transform: rotate(-8deg);
}

.pricing-table sup {
  top: -0.5em;
  font-weight: 400;
  font-size: 0.6em;
}

.wpb-plan-features {
  padding-bottom: 20px !important;
  font-size: 114%;
}

.wpb-plan-features li {
  padding: 7px 0;
  display: flex;
  position: relative;
  margin-left: 24px;
}

.wpb-plan-features li::before {
  content: " ";
  position: absolute;
  background: url(images/check.svg) center center no-repeat;
  background-size: cover;
  left: -26px;
  top: 12px;
  width: 15px;
  height: 15px;
}

.mif {
  padding: 40px 0 50px;
}

input.sib-email-area {
  background: 0 0 !important;
  border: none !important;
  border-bottom: 1px solid var(--color-dark) !important;
  border-radius: 0 !important;
  height: 35px;
}

.social {
  display: flex;
  flex-direction: column;
}

.conf {
  font-size: 0.8em;
}

.nsl-wrapper {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}

.nsl-title {
  margin: 15px 0;
}

.sib-email-area::placeholder {
  color: var(--color-dark);
  font-size: 1rem;
}

.old {
  font-family: "PP Editorial New";
  font-weight: 300;
  font-style: italic;
}

.team img {
  width: 15vw;
}

.page-id-34 {
  background: #fff;
}

.tel-bottom {
  font-size: 0.8em;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  width: 100%;
  padding: 20px var(--padding-panel-regular);
  border-bottom: 0.75px solid rgba(40, 40, 40, 0.3);
}

.results {
  color: #fff;
  padding: 113px 0;
  text-align: center;
  font-size: 1.8em;
}

.text-orange {
  color: var(--color-orange);
}

.mid-grey {
  color: var(--color-mid-grey);
}

#site-navigation .current-menu-item a,
#site-navigation .current-menu-parent a {
  color: var(--color-orange);
}

#site-navigation .current-menu-item .sub-menu a,
#site-navigation .current-menu-parent .sub-menu a {
  color: #fff;
}

#site-navigation .current-menu-item .sub-menu a:hover,
#site-navigation .current-menu-parent .sub-menu a:hover {
  color: var(--color-orange) !important;
}

.col-wrapper {
  display: flex;
  width: 100%;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
.hero-section {
  height: 100vh;
  position: relative;
  margin: 0;
  display: flex;
  align-items: flex-start;
  padding: 50px var(--padding-panel-large) 30px;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  background: rgb(201, 201, 201);
  background: linear-gradient(200deg, rgb(217, 217, 217) 0%, rgb(230, 230, 230) 47%, rgb(219, 219, 219) 100%);
}

.hero-background {
  height: 100vh;
  z-index: 1;
  position: relative;
  overflow: hidden;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 16vw;
}

.hero-background img {
  width: auto;
  height: 100%;
  width: auto;
  height: 110%;
  margin-top: -3vw;
  object-fit: cover;
}

.hero-title {
  left: var(--padding-panel-regular);
  width: 42%;
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 30px;
}

.push {
  margin-top: 50px;
}

.words {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 2;
}

.word {
  border: 1px solid #999;
  border-radius: 20px;
  padding: 5px 14px 3px 14px;
  opacity: 0.42;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 600;
  letter-spacing: 0.02em;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.home-section {
  position: relative;
}

.section-hero .col-left {
  padding: var(--padding-8vw);
  display: flex;
  justify-content: center;
}

.section-hero .col-left img {
  width: 80%;
  height: auto;
  object-fit: contain;
}

.section-hero .col-right {
  padding: var(--padding-8vw);
}

.small-p {
  width: 65%;
}

.sponsors-wrapper {
  margin: 40px 11vw 80px;
}

.flex-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/*--------------------------------------------------------------
# WooCommerce
--------------------------------------------------------------*/
.single-product .product {
  display: flex;
  align-items: center;
}

.woocommerce-product-gallery,
.summary.entry-summary {
  flex: 1;
}

.single-product main .woocommerce-product-gallery__wrapper img {
  width: 70%;
}

.byline {
  display: none !important;
}

.single-post .post-thumbnail img {
  width: 100%;
  height: 70vh;
  object-fit: cover;
  border-radius: var(--border-radius-regular);
}

.single-post article {
  width: 100%;
}

.single-post .nav-links {
  display: none !important;
}

.single-post .entry-header,
.single-post .entry-content {
  width: clamp(400px, 50vw, 1100px);
  margin: auto;
}

.single-post .entry-header,
.single-post .entry-content {
  margin: 80px auto;
}

.justify-between {
  justify-content: space-between;
}

.flex {
  display: flex;
}

input[type=submit] {
  padding: 10px 26px 11px;
  background: var(--color-dark);
  color: #fff;
  border-radius: 5px;
  font-size: 1em;
  position: relative;
  text-decoration: none;
  transition: all 0.2s ease-out;
  cursor: pointer;
  border: none !important;
  transition: all 0.2s ease-out;
}

input[type=submit]:hover {
  color: var(--color-dark);
  background-color: var(--color-orange);
}

input:focus {
  outline: none;
}

.single-product .product_meta {
  display: none !important;
}

.woocommerce-notices-wrapper {
  position: fixed;
  top: 100px;
  left: 8vw;
  width: calc(100% - 16vw);
}

.woocommerce-notices-wrapper ul {
  padding: 14px;
  list-style-type: none;
}

.type-page {
  width: 100%;
}

#contactUs {
  background: #fff;
  padding: 110px 0 30px;
}

.single-post .entry-content a {
  border-bottom: 2px dashed var(--color-dark);
}

.woocommerce-error,
.woocommerce-message {
  background: #f7f7f7 !important;
  padding: 20px;
  color: var(--color-dark);
  outline: none;
}

.woocommerce-error a,
.woocommerce-message a {
  color: #fff;
}

.woocommerce-error {
  list-style: none;
}

#wcs_delete_token_warning {
  margin-bottom: 20px;
}

.wc-block-components-totals-item__value,
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
  font-weight: 600 !important;
}

.error404 section {
  width: 100%;
  display: flex;
  align-content: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  background-size: cover;
}

.error-404 {
  height: calc(100vh - 75px);
}

/* events */
/* Grid container styling */
.article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* Item styling */
.article-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Image styling */
.article-image img {
  width: 100%;
  height: 30vh;
  object-fit: cover;
  border-radius: var(--border-radius-regular);
}

/* Title styling */
.article-title {
  font-size: 1.2em;
  margin: 0 0 30px;
  line-height: 1.3;
  font-weight: 500;
}

/* Read More button styling */
.read-more {
  display: inline-block;
  margin-top: 10px;
  color: var(--color-dark);
  text-decoration: none;
  font-weight: 500;
  padding: 3px 0;
  font-size: 0.8em;
  text-transform: uppercase;
  margin-bottom: 20px;
  transition: all 0.2s ease-out;
  position: relative;
  border-bottom: 1px solid var(--color-mid-grey);
}

.read-more:after {
  position: absolute;
  background: url(assets/images/arrow-right.svg) center center no-repeat;
  background-size: cover;
  content: " ";
  right: -20px;
  top: 4px;
  width: 16px;
  height: 12px;
}

/* Hover effect */
.read-more:hover {
  opacity: 0.7;
}

/* Responsive styling for mobile */
@media (max-width: 768px) {
  .article-grid {
    grid-template-columns: 1fr;
  }
}
.regular-section {
  padding: 85px var(--padding-8vw) 50px;
}

.text-center {
  text-align: center;
}

.p-tb-50 {
  padding: 50px 0;
}

.wpro-pre-order-availability-date {
  color: #5b5b5b !important;
  margin-bottom: 30px;
}

.wave-1 {
  position: absolute;
  left: 0;
  top: 35%;
  width: 100%;
  z-index: 0;
  height: 50vh;
  background: url("images/wave.svg") no-repeat center;
  background-size: cover;
  opacity: 0.35;
  pointer-events: none;
}

.schema-1 {
  position: absolute;
  left: 0;
  top: 31%;
  width: 100%;
  z-index: 1;
  height: 80vh;
  background: url("images/schema.svg") no-repeat center;
  background-size: contain;
  pointer-events: none;
}

.blog article {
  margin: 0;
  padding: 30px;
}

.blog article h5 {
  font-weight: 600;
}

.blog .article-content {
  display: flex;
}

.article-footer {
  text-align: right;
}

.blog article img {
  border-radius: var(--border-radius-regular);
  height: 400px;
  object-fit: cover;
}

.article-loop-text {
  display: flex;
  flex-direction: column;
  box-sizing: content-box;
  padding: 0 var(--padding-8vw);
}

.schems {
  height: 120vh;
  background: var(--color-dark);
}

.pop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 300px;
  background-color: var(--color-orange);
  color: var(--color-dark);
  z-index: 999;
  padding: 10px;
  text-align: center;
}

.wpb_single_image img {
  border-radius: var(--border-radius-regular);
}

.cart-wrapper,
.account-wrapper {
  width: var(--header-height);
  height: var(--header-height);
  position: relative;
}

.account-wrapper:before {
  content: " ";
  position: absolute;
  width: 1px;
  height: 11px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: var(--color-dark);
}

.account-wrapper:after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 0px;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  background: var(--color-dark);
  transition: 0.2s ease-in-out;
}

.account-wrapper:hover:after {
  height: 100%;
}

.account-wrapper svg circle,
.account-wrapper svg path {
  transition: all 0.2s ease-in-out;
}

.account-wrapper:hover svg circle,
.account-wrapper:hover svg path {
  stroke: var(--color-orange) !important;
}

.cart {
  background: url(images/cart.svg) center center no-repeat;
  background-size: 52%;
  width: 100%;
  height: 100%;
}

.account {
  width: 100%;
  height: 100%;
  padding: 13px;
}

.vc_btn3.vc_btn3-color-grey,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
  background: var(--color-mid-grey) !important;
  padding: 17px 55px 17px 25px;
  color: #fff !important;
  font-size: var(--navigation-size) !important;
  transition: all 0.2s ease-in-out !important;
  border-radius: var(--border-radius-regular) !important;
  text-transform: uppercase !important;
}

.vc_btn3.vc_btn3-color-grey:hover,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:hover {
  background: var(--color-orange) !important;
}

/*--------------------------------------------------------------
# Partners
--------------------------------------------------------------*/
.partners-title {
  text-align: center;
  font-weight: 600;
  font-size: 1.3em;
  margin-top: 40px;
  padding: 0 var(--padding-panel-large);
}

.partners-slider img {
  filter: invert(1);
  padding: 40px 20px;
}

.page-id-268 #partners {
  display: none !important;
}

.partners-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.partners-list ul li a {
  padding: 30px 0;
  border-top: 1px solid var(--dark-line);
  width: 100%;
  display: block;
  transition: all 0.2s ease-out;
  position: relative;
  font-size: 0.9em;
}

.partners-list ul li a:hover {
  color: #fff;
  padding: 30px 20px;
}

.partners-list ul li a:before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  background: var(--color-dark);
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.2s ease-out;
}

.partners-list ul li a:after {
  position: absolute;
  content: " ";
  background: url(images/xternal.svg) center center no-repeat;
  width: 18px;
  height: 24px;
  background-size: contain;
  right: 0;
  top: 27px;
  transition: all 0.2s ease-out;
}

.partners-list ul li a:hover:after {
  background: url(images/xternal-light.svg) center center no-repeat;
  background-size: contain;
  right: 20px;
}

.partners-list ul li a:hover:before {
  opacity: 1;
}

#partners {
  background: #fff;
  padding-top: 90px;
}

/*--------------------------------------------------------------
# Junk
--------------------------------------------------------------*/
.video-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: var(--border-radius-regular);
}

/*
.home .video-placeholder {
  position: absolute;
  top: 85px;
  left: var(--padding-8vw);
  width: calc(100% - (var(--padding-8vw) * 2));
  height: calc(100% - 135px);
  background-size: cover;
  background-position: center;
}
  */
.home-vid {
  margin: 40px 0 80px;
}

.header-section-1 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.relative-pos {
  position: relative;
}

.standart-img-size img {
  height: 70vh !important;
  object-fit: cover;
}

.img-full img {
  width: 100%;
  height: auto;
}

.bottom-lined .wpb_text_column.wpb_content_element {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--dark-line);
}

.team-wrapper {
  padding-top: 80px;
  padding-bottom: 50px;
}

.contact-by-tel {
  background: var(--color-dark);
  padding: 10px 20px;
  border-radius: var(--border-radius-regular);
  color: #fff;
  display: inline-block;
  font-weight: 500;
  transition: all 0.2s ease-out;
  margin: 20px 0;
}

.contact-by-tel:hover {
  color: var(--color-orange);
}

.by-tel .vc_btn3.vc_btn3-size-lg {
  font-size: 20px;
  padding: 10px 25px;
  background: var(--color-dark) !important;
  border-radius: var(--border-radius-regular) !important;
}

.blur-2 {
  filter: blur(1.5px);
  opacity: 0.5;
}

.large-bande .vc_figure,
.large-bande .vc_single_image-wrapper {
  width: 100%;
}

.large-bande img {
  width: 100%;
  height: 80vh !important;
  object-fit: cover;
}

.page-id-254 {
  background: var(--color-light-grey);
}

.small-text-white {
  font-size: 0.75em;
  color: #fff;
  padding: 0 0 11px 0;
}

#decouvrir {
  background: var(--color-paper-white);
}

.home-row .wpb_wrapper {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.mode-emploi {
  height: 100vh;
  border-radius: var(--border-radius-regular);
}

.row-pop {
  background: none;
  height: 40px;
  border: none;
  text-align: center;
}

.row-pop.active {
  background: #ed7919;
  padding: 10px;
  font-size: 0.9em;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  border-top-left-radius: var(--border-radius-regular);
  border-top-right-radius: var(--border-radius-regular);
}

.row-title.active {
  border-radius: 0px;
}

/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
.baseline {
  width: 90%;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.3em;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--color-mid-grey);
}

.push a {
  position: relative;
  text-transform: uppercase;
  background: var(--color-dark);
  padding: 14px 50px 14px 20px;
  color: #fff;
  border-radius: var(--border-radius-regular);
  font-size: var(--navigation-size);
}

.push a:after {
  position: absolute;
  background: url(assets/images/arrow-down.svg) center center no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  right: 20px;
  top: 16px;
  content: " ";
}

.home-block {
  margin-top: 20px;
  margin-bottom: 80px;
}

#cookie-notice {
  width: 380px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  min-width: unset !important;
  left: unset !important;
  border-radius: var(--border-radius-regular);
}

#cn-more-info {
  background: none !important;
  text-decoration: underline !important;
  font-size: 0.8em !important;
}

.wpcf7-not-valid-tip {
  color: var(--color-orange);
  font-weight: 600;
}

textarea:focus {
  outline: none;
}

.wpcf7-response-output {
  display: none !important;
}

.grecaptcha-badge {
  visibility: hidden;
  display: none !important;
}

.screen-reader-response p {
  margin: 10px 0 0;
  font-weight: 600;
  color: var(--color-orange);
  text-align: center;
}

.screen-reader-response ul {
  display: none !important;
}

#cn-close-notice {
  display: none !important;
}

.ta-button {
  font-size: 0.85em;
}

#ta-product-select {
  margin: 30px 0;
}

#ta-product-select {
  background-color: var(--color-paper-white) !important;
  border: 1px solid hsla(0deg, 0%, 7%, 0.7);
  border-radius: 6px;
  padding: 15px 45px 15px 20px;
  font-size: 16px;
  width: 100%;
  color: #333;
  appearance: none;
  /* Removes default browser styling */
  outline: none;
  box-shadow: none;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.select-wrapper {
  position: relative;
}

.select-wrapper::after {
  content: "▼";
  /* Flèche unicode */
  font-size: 12px;
  color: #333;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  /* Pour éviter que la flèche bloque le clic */
}

#ta-product-select:focus {
  border-color: var(--color-orange);
}

#ta-product-select option {
  color: #333;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
  background: #fa8d01 !important;
  border: none !important;
  box-shadow: none !important;
}

h6 {
  font-size: 0.9em;
}

.wc-block-components-totals-coupon__content button {
  padding: 0;
  background: none;
}

.wc-block-components-product-badge {
  padding: 4px 0.66em 2px 0.66em !important;
}

#page {
  width: 100%;
}

/* Parrainage */
.raf-link {
  background: #ffffff;
  display: inline-flex;
  padding: 17px;
  border-radius: 6px;
  justify-content: space-between;
}

.raf-link button {
  padding: 0 !important;
}

.raf-link button svg {
  width: 22px;
  height: 22px;
}

.sponsorship-subtitle {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 20px;
}

.row-gg {
  width: 100%;
  margin: auto;
  display: flex;
  padding: 35px;
  background: #f8f8f8;
  border-radius: var(--border-radius-regular);
  flex-direction: column;
}

.row-gg .col-33 {
  width: 33.333333%;
  padding: 35px;
  padding-left: 0;
}

.row-gg .row-g {
  margin: 0;
}

.row-g {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: auto;
  padding: 0;
  background: #f8f8f8;
  border-radius: var(--border-radius-regular);
}

.col {
  padding: 15px;
  box-sizing: border-box;
}

.col-30 {
  width: 33.333333%;
  padding: 35px;
  background: #ffe9cd;
}

.col-33 {
  width: 33.333333%;
  padding: 35px;
}

.col-70 {
  width: 66.666666%;
  padding: 35px;
}

.ul-no-mb {
  margin-bottom: 5px !important;
}

.with-arrow-2 {
  position: relative;
  padding-right: 35px;
}

.with-arrow-2:after {
  content: "→";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
}

/* For iPad and smaller screens */
@media screen and (max-width: 768px) {
  .col-30,
.col-70 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .row-gg .row-g {
    flex-direction: column;
  }
  .row-gg .col-33 {
    width: 100%;
  }
  .row-gg {
    margin: 0;
  }
}
.plan-zero::before {
  content: " ";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-right: 0.5rem;
  vertical-align: middle;
  background-color: #ffe9cd;
  border-radius: 50%;
  background-image: url('data:image/svg+xml,%3Csvg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M10.5 9C12.9853 9 15 6.98528 15 4.5C15 2.01472 12.9853 0 10.5 0C8.01475 0 6.00003 2.01472 6.00003 4.5C6.00003 5.38054 6.25294 6.20201 6.69008 6.89574L0.585815 13L3.58292 15.9971L4.99714 14.5829L3.41424 13L5.00003 11.4142L6.58292 12.9971L7.99714 11.5829L6.41424 10L8.10429 8.30995C8.79801 8.74709 9.61949 9 10.5 9ZM10.5 7C11.8807 7 13 5.88071 13 4.5C13 3.11929 11.8807 2 10.5 2C9.11932 2 8.00003 3.11929 8.00003 4.5C8.00003 5.88071 9.11932 7 10.5 7Z" fill="%23000"/%3E%3C/svg%3E');
  background-size: 65%;
  background-position: center;
  background-repeat: no-repeat;
}

.plan-one::before {
  content: " ";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-right: 0.5rem;
  vertical-align: middle;
  background-color: #ffe9cd;
  border-radius: 50%;
  background-image: url('data:image/svg+xml,%3Csvg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M17.8 2.1L7.87 4.59C6.42 4.95 4.95 6.42 4.59 7.87L2.1 17.8C1.35 20.8 3.19 22.65 6.2 21.9L16.13 19.42C17.57 19.06 19.05 17.58 19.41 16.14L21.9 6.2C22.65 3.2 20.8 1.35 17.8 2.1Z" stroke="%23292D32" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M12 15.5C13.93 15.5 15.5 13.93 15.5 12C15.5 10.07 13.93 8.5 12 8.5C10.07 8.5 8.5 10.07 8.5 12C8.5 13.93 10.07 15.5 12 15.5Z" stroke="%23292D32" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
}

.plan-two::before {
  content: " ";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-right: 0.5rem;
  vertical-align: middle;
  background-color: #ffe9cd;
  border-radius: 50%;
  background-image: url('data:image/svg+xml,%3Csvg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M10.0932 10.7463C10.1827 10.6184 10.2571 10.5122 10.3233 10.4213C10.3793 10.5188 10.4418 10.6324 10.517 10.7692L12.2273 13.8788C12.3933 14.1809 12.5562 14.4771 12.7197 14.6921C12.8947 14.9222 13.2023 15.2374 13.6954 15.2467C14.1884 15.2559 14.5077 14.9525 14.6912 14.7292C14.8627 14.5205 15.0365 14.2305 15.2138 13.9349L15.2692 13.8426C15.49 13.4745 15.629 13.2445 15.752 13.0783C15.8654 12.9251 15.9309 12.8752 15.9798 12.8475C16.0286 12.8198 16.1052 12.7894 16.2948 12.771C16.5006 12.751 16.7694 12.7501 17.1986 12.7501H18C18.4142 12.7501 18.75 12.4144 18.75 12.0001C18.75 11.5859 18.4142 11.2501 18 11.2501L17.1662 11.2501C16.7791 11.2501 16.4367 11.2501 16.1497 11.278C15.8385 11.3082 15.5357 11.3752 15.2407 11.5422C14.9457 11.7092 14.7325 11.9345 14.5465 12.1857C14.3749 12.4175 14.1988 12.7111 13.9996 13.0431L13.9521 13.1223C13.8654 13.2668 13.793 13.3872 13.7284 13.4906C13.6676 13.3849 13.5999 13.2618 13.5186 13.1141L11.8092 10.006C11.6551 9.72563 11.5015 9.44629 11.3458 9.2415C11.1756 9.01778 10.8839 8.72197 10.4164 8.69673C9.94887 8.67149 9.62698 8.93417 9.43373 9.13826C9.25683 9.32509 9.0741 9.58628 8.89069 9.84844L8.58131 10.2904C8.35416 10.6149 8.21175 10.8171 8.08848 10.9629C7.975 11.0972 7.91193 11.1411 7.86538 11.1654C7.81882 11.1896 7.74663 11.2161 7.57159 11.2321C7.38144 11.2494 7.13413 11.2501 6.73803 11.2501H6C5.58579 11.2501 5.25 11.5859 5.25 12.0001C5.25 12.4144 5.58579 12.7501 6 12.7501L6.76812 12.7501C7.12509 12.7502 7.44153 12.7502 7.70801 12.7258C7.99707 12.6994 8.27904 12.6411 8.55809 12.4958C8.83714 12.3506 9.04661 12.153 9.234 11.9313C9.40676 11.727 9.58821 11.4677 9.79291 11.1753L10.0932 10.7463Z" fill="%231C274C"/%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M22.75 9.26043C22.75 6.07929 21.2578 3.60642 18.9755 2.65694C16.8461 1.77108 14.2743 2.30955 12 4.43676C9.72568 2.30955 7.15386 1.77113 5.02447 2.65702C2.74218 3.60652 1.25 6.07939 1.25 9.26046C1.25 11.3863 2.37926 13.4794 3.7862 15.2825C5.20736 17.1039 6.99532 18.735 8.48775 19.952L8.62247 20.062C9.82232 21.0418 10.6895 21.75 12 21.75C13.3105 21.75 14.1777 21.0418 15.3775 20.062L15.5123 19.952C17.0047 18.735 18.7926 17.104 20.2138 15.2826C21.6207 13.4794 22.75 11.3863 22.75 9.26043ZM12.5491 6.00969C14.6472 3.75481 16.827 3.38777 18.3994 4.04187C19.9921 4.70447 21.25 6.53048 21.25 9.26043C21.25 10.8822 20.3695 12.6446 19.0312 14.3598C17.7071 16.0569 16.0142 17.6072 14.5643 18.7895C13.1713 19.9255 12.7216 20.25 12 20.25C11.2785 20.25 10.8287 19.9255 9.43571 18.7895C7.98585 17.6072 6.29293 16.0568 4.96881 14.3598C3.63045 12.6445 2.75 10.8821 2.75 9.26046C2.75 6.5306 4.0079 4.70457 5.60065 4.04194C7.17297 3.38781 9.35285 3.75482 11.4509 6.00969C11.5928 6.16218 11.7917 6.2488 12 6.2488C12.2083 6.2488 12.4072 6.16218 12.5491 6.00969Z" fill="%231C274C"/%3E%3C/svg%3E');
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
}

.plan-three::before {
  content: " ";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-right: 0.5rem;
  vertical-align: middle;
  background-color: #ffe9cd;
  border-radius: 50%;
  background-image: url('data:image/svg+xml,%3Csvg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M4 12.6111L8.92308 17.5L20 6.5" stroke="%23000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
}

.button-regular {
  background-color: var(--color-dark);
  color: #fff !important;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: var(--border-radius-regular);
  margin: 20px auto;
  height: var(--header-height);
}

.spe-tmp strong {
  font-weight: 700;
}

h3 strong {
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .woocommerce-MyAccount-content {
    padding: 15px !important;
  }
  #emailLink {
    display: none !important;
  }
  .db-row {
    flex-direction: column;
  }
}
.order-again {
  display: none !important;
}

.rounded-nbr {
  background: var(--color-orange);
  width: 40px;
  height: 40px;
  color: #fff;
  display: flex;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
}

.rounded-row {
  border-radius: 12px;
}

.rounded-row .vc_btn3.vc_btn3-size-md {
  padding: 14px 20px !important;
}

@media screen and (min-width: 768px) {
  .features-checklist {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 30px;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .wpb_wrapper li {
    margin-bottom: 10px;
  }
}
.features-checklist li {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  list-style: none;
}

.features-checklist svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-right: 10px;
}

.vc_btn3.vc_btn3-color-warning, .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat {
  color: #000 !important;
  background-color: #fa8d01 !important;
}

.rounded-nbr {
  background: var(--color-orange);
  width: 40px;
  height: 40px;
  color: #fff;
  display: flex;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
}

.rounded-row {
  border-radius: 12px;
}

.rounded-row .vc_btn3.vc_btn3-size-md {
  padding: 14px 20px !important;
}

.features-checklist li {
  display: flex;
  align-items: center;
  font-size: 19px;
  color: #fff;
  font-weight: 400;
  list-style: none;
}

.features-checklist svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-right: 10px;
}

.vc_btn3.vc_btn3-color-warning, .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat {
  color: #000 !important;
  background-color: #fa8d01 !important;
}

td.orange {
  color: var(--color-orange);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s;
}

#woocommerce_eu_vat_compliance_vat_number {
  display: none !important;
}

#sav_subscription_select,
#sav_device_subscription_select,
#sav_question_subscription_select {
  background-color: var(--color-paper-white) !important;
  border: 1px solid hsla(0deg, 0%, 7%, 0.7);
  border-radius: 6px;
  padding: 15px 45px 15px 20px;
  font-size: 16px;
  width: 100%;
  color: #333;
  appearance: none;
  outline: none;
  box-shadow: none;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

/* Plugins
--------------------------------------------------------------*/
/*
Theme Name: E-tonus

WooCommerce styles override
*/
/**
 * Shop tables
 */
table.shop_table_responsive thead {
  display: none;
}

table.shop_table_responsive tbody th {
  display: none;
}

table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both;
}

table.shop_table_responsive tr td::before {
  content: attr(data-title) ": ";
  float: left;
}

table.shop_table_responsive tr td.product-remove a {
  text-align: left;
}

table.shop_table_responsive tr td.product-remove::before {
  display: none;
}

table.shop_table_responsive tr td.actions::before,
table.shop_table_responsive tr td.download-actions::before {
  display: none;
}

table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center;
}

@media screen and (min-width: 48em) {
  table.shop_table_responsive thead {
    display: table-header-group;
  }
  table.shop_table_responsive tbody th {
    display: table-cell;
  }
  table.shop_table_responsive tr th,
table.shop_table_responsive tr td {
    text-align: left;
  }
  table.shop_table_responsive tr td {
    display: table-cell;
  }
  table.shop_table_responsive tr td::before {
    display: none;
  }
}
/**
 * Products
 */
ul.products {
  margin: 0;
  padding: 0;
}

ul.products li.product {
  list-style: none;
  position: relative;
  margin-bottom: 2em;
}

ul.products li.product img {
  display: block;
}

ul.products li.product .button {
  display: block;
}

@media screen and (min-width: 48em) {
  ul.products li.product {
    width: 30.79667%;
    float: left;
    margin-right: 3.8%;
  }
  ul.products li.product.first {
    clear: both;
  }
  ul.products li.product.last {
    margin-right: 0;
  }
  ul.products.columns-1 li.product {
    float: none;
    width: 100%;
  }
  ul.products.columns-2 li.product {
    width: 48.1%;
  }
  ul.products.columns-3 li.product {
    width: 30.79667%;
  }
  ul.products.columns-4 li.product {
    width: 22.15%;
  }
  ul.products.columns-5 li.product {
    width: 16.96%;
  }
  ul.products.columns-6 li.product {
    width: 13.49333%;
  }
}
/**
 * Single product
 */
.single-product div.product {
  position: relative;
}

.single-product div.product .woocommerce-product-gallery {
  position: relative;
  float: left;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 2em;
  right: 1em;
  display: block;
  z-index: 99;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  margin: 0;
  padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  cursor: pointer;
  float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: 0.5;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
  opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
  width: 48.1%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
  clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 30.79667%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 22.15%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 16.96%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: both;
}

.stock:empty::before {
  display: none;
}

.stock.in-stock {
  color: #0f834d;
}

.stock.out-of-stock {
  color: #e2401c;
}

/**
 * Checkout
 */
@media screen and (min-width: 768px) {
  .col2-set .form-row-first {
    float: left;
    margin-right: 3.8%;
  }
  .col2-set .form-row-last {
    float: right;
    margin-right: 0;
  }
  .col2-set .form-row-first,
.col2-set .form-row-last {
    width: 48.1%;
  }
}
/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
}

.site-header-cart .cart-contents {
  text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
  display: none;
}

.site-header-cart .product_list_widget {
  margin: 0;
  padding: 0;
}

/**
 * Star rating
 */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  width: 5.3em;
  font-family: star;
  font-weight: 400;
}

.star-rating::before {
  content: "SSSSS";
  opacity: 0.25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
  color: #4169e1;
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}

p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: star;
  content: "S";
  color: #404040;
  text-indent: 0;
  opacity: 0.25;
}

p.stars a:hover ~ a::before {
  content: "S";
  color: #404040;
  opacity: 0.25;
}

p.stars:hover a::before {
  content: "S";
  color: #4169e1;
  opacity: 1;
}

p.stars.selected a.active::before {
  content: "S";
  color: #4169e1;
  opacity: 1;
}

p.stars.selected a.active ~ a::before {
  content: "S";
  color: #404040;
  opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
  content: "S";
  color: #4169e1;
  opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  position: relative;
}

.woocommerce-tabs ul.tabs li a {
  padding: 1em 0;
  display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right;
}

.woocommerce-password-strength.strong {
  color: #0f834d;
}

.woocommerce-password-strength.short {
  color: #e2401c;
}

.woocommerce-password-strength.bad {
  color: #e2401c;
}

.woocommerce-password-strength.good {
  color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #e2401c;
}

.required {
  color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  background-color: #f7f7f7;
  padding: 13px;
  border-radius: var(--border-radius-regular);
  clear: both;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #f7f7f7;
  padding: 13px;
  border-radius: var(--border-radius-regular);
}

.woocommerce-error {
  background-color: #e2401c;
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #3d9cd2;
  z-index: 9999;
}

@media screen and (min-width: 48em) {
  /**
  * Header cart
  */
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999999;
    left: -999em;
    display: block;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
  .site-header-cart:hover .widget_shopping_cart,
.site-header-cart.focus .widget_shopping_cart {
    left: 0;
    display: block;
  }
}
/**
 * WooCommerce widgets
 */
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
  margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
}

.widget_price_filter .price_slider_amount .button {
  float: left;
}

.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: #4169e1;
  box-sizing: border-box;
  margin-top: -0.25em;
  opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: #4169e1;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}

/* Account */
.woocommerce-account .partners-title,
.woocommerce-account .partners-slider {
  display: none;
}

/* General My Account Layout */
.woocommerce-MyAccount-navigation {
  width: 250px;
  float: left;
  padding: 0 0 20px 0;
  min-height: 50vh;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.woocommerce-MyAccount-navigation li {
  margin-bottom: 11px;
}

.woocommerce-MyAccount-navigation a {
  text-decoration: none;
  color: var(--color-dark);
  font-weight: bold;
  font-size: 16px;
  display: block;
  padding: 10px 15px;
  border-radius: 5px;
  transition: background 0.3s, color 0.3s;
}

.woocommerce-MyAccount-navigation a:hover {
  background: var(--color-orange);
  color: #fff;
}

.woocommerce-MyAccount-navigation .is-active a {
  background: var(--color-dark);
  color: #fff;
}

/* Content Area */
.woocommerce-MyAccount-content {
  width: calc(100% - 310px);
  float: right;
  padding: 40px;
  box-sizing: border-box;
  min-height: 50vh;
  background: #fff;
  border-radius: var(--border-radius-regular);
}

.woocommerce-MyAccount-content h1,
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 {
  color: var(--color-dark);
  margin-bottom: 20px;
}

.woocommerce-MyAccount-content p {
  color: #555;
  font-size: 16px;
  line-height: 1.6;
}

.woocommerce-MyAccount-content a {
  color: var(--color-orange);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s;
}

.woocommerce-MyAccount-content a:hover {
  color: var(--color-dark);
}

/* Orders Table */
.woocommerce-orders-table {
  background: #f7f7f7;
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.woocommerce-orders-table th,
.woocommerce-orders-table td {
  border: 1px solid #fff;
  padding: 15px;
  text-align: left;
}

.woocommerce-orders-table th {
  background: #f7f7f7;
  font-weight: bold;
  color: #555;
}

.woocommerce-orders-table td {
  color: var(--color-dark);
}

.woocommerce-orders-table a:hover {
  color: var(--color-dark);
}

/* Addresses Section */
.woocommerce-Addresses {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.woocommerce-Addresses .woocommerce-Address {
  flex: 1 1 calc(50% - 20px);
  padding: 20px;
  /* border: 1px solid #ddd; */
  background: #f7f7f7;
  border-radius: 5px;
}

.woocommerce-Addresses h3 {
  margin-bottom: 15px;
  color: var(--color-dark);
}

.woocommerce-Addresses address {
  font-style: normal;
  line-height: 1.6;
  color: #555;
}

/* Dashboard Welcome Message */
.woocommerce-MyAccount-content .woocommerce-MyAccount-dashboard {
  padding: 20px;
  background: #eaf6f6;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.woocommerce-MyAccount-content .woocommerce-MyAccount-dashboard p {
  margin: 0;
  color: #333;
  font-size: 16px;
}

.woocommerce-MyAccount-content .woocommerce-MyAccount-dashboard a {
  color: var(--color-dark);
}

/* Buttons */
.woocommerce-Button,
.woocommerce-button {
  display: inline-block;
  padding: 19px 20px;
  background: var(--color-dark);
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  margin-top: 20px;
  border-radius: 6px;
  text-transform: uppercase;
  transition: background 0.3s;
}

.woocommerce-Button:hover,
.woocommerce-button:hover {
  background: #16a085;
}

/* Forms (Edit Account, etc.) */
form.woocommerce-EditAccountForm,
form.woocommerce-Address {
  padding: 20px;
  /* border: 1px solid #ddd; */
  border-radius: 6px;
  background: #f7f7f7;
}

form.woocommerce-EditAccountForm label,
form.woocommerce-Address label {
  display: block;
  margin-bottom: 5px;
  color: #555;
}

form.woocommerce-EditAccountForm input,
form.woocommerce-Address input,
form.woocommerce-EditAccountForm select,
form.woocommerce-Address select,
.woocommerce-address-fields input {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
}

form.woocommerce-EditAccountForm input[type=submit],
form.woocommerce-Address input[type=submit] {
  width: auto;
  padding: 10px 20px;
  background: var(--color-dark);
  color: #fff;
  border: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 0.7em;
  border-radius: 6px;
  transition: background 0.3s;
}

form.woocommerce-EditAccountForm input[type=submit]:hover,
form.woocommerce-Address input[type=submit]:hover {
  background: #16a085;
}

/* Responsive Design */
@media (max-width: 768px) {
  .woocommerce-MyAccount-navigation {
    float: none;
    width: 100%;
    min-height: auto;
    box-shadow: none;
  }
  .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
  }
  .woocommerce-Addresses .woocommerce-Address {
    flex: 1 1 100%;
  }
}
/* Login & Register */
.woocommerce-account .entry-header {
  display: none;
}

/* Center the login form */
.woocommerce .u-columns.col2-set {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto; /* Center horizontally */
}

/* Adjust the individual columns for the login form */
.woocommerce #customer_login .u-column1 {
  width: 100%;
  margin: 0 auto;
}

/* Styling the login form */
.woocommerce-form-login,
.woocommerce-form-register {
  padding: 30px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 4vh 4vw;
}

.woocommerce-form-register {
  background: #efeeee;
}

.woocommerce-form-register input {
  background: #fff !important;
}

/* Input Fields Styling */
.woocommerce-form-row input {
  width: 100%;
  padding: 12px;
  margin: 10px 0;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  box-sizing: border-box;
}

.woocommerce-privacy-policy-text p {
  font-size: 14px;
  color: #666;
}

.woocommerce-form-row input:focus {
  border-color: #4caf50; /* Green border on focus */
  outline: none;
}

/* Remember Me Checkbox */
.woocommerce-form__label-for-checkbox {
  margin-bottom: 20px;
  font-size: 14px;
  color: #666;
}

/* Login Button */
.woocommerce-form-login__submit,
.woocommerce-form-register__submit {
  width: 100%;
  background: var(--color-dark);
  color: white;
  font-size: 0.7em;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 100%;
  box-sizing: border-box;
}

.woocommerce-form-login__submit:hover,
.woocommerce-form-register__submit:hover {
  background: var(--color-orange);
}

/* Forgot Password Link */
.woocommerce-LostPassword a {
  color: var(--color-dark);
  font-size: 0.8em;
  text-decoration: none;
}

.woocommerce-LostPassword a:hover {
  text-decoration: underline;
}

/* Optional: Add spacing between form elements */
.woocommerce-form-login p,
.woocommerce-form-register p {
  margin-bottom: 15px;
  width: 100%;
}

.woocommerce-ResetPassword {
  max-width: 550px;
  width: 100%;
  margin: 4vh auto;
}

.pwd-reset {
  max-width: 550px;
  width: 100%;
  margin: 4vh auto 20vh;
}

.wc-block-components-button__text {
  padding: 17px 26px 17px !important;
  background: var(--color-dark) !important;
  color: #fff !important;
  width: 100% !important;
  text-transform: uppercase !important;
  font-size: 0.85em !important;
  font-weight: 500 !important;
}

.wp-block-woocommerce-cart-order-summary-shipping-block .wc-block-components-shipping-address,
.wp-block-woocommerce-cart-order-summary-shipping-block .wc-block-components-totals-shipping__collaterals,
.wc-block-components-product-metadata__description,
.wc-block-components-shipping-address,
.wc-block-checkout__login-prompt,
.wp-block-product-new,
.wp-block-woocommerce-empty-cart-block .wp-block-heading:not(:nth-child(1)),
.price.wc-block-components-product-price .wc-block-formatted-money-amount {
  display: none !important;
}

.product-selector {
  margin: 10vh auto;
  max-width: 600px;
  text-align: center;
  box-sizing: border-box;
}

#product-form {
  display: flex;
  flex-direction: column;
}

.woocommerce-orders-table a {
  color: #ffffff !important;
  padding: 10px;
  margin-right: 10px;
}

.woocommerce-address-fields button {
  background: var(--color-dark);
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  padding: 17px 19px;
}

.woocommerce-orders-table__cell-order-number a {
  color: var(--color-dark) !important;
}

/* tmp checkout */
.wp-block-woocommerce-checkout-order-summary-shipping-block,
.ywsbs-recurring-totals-items.wc-block-components-totals-wrapper,
.wc-block-components-totals-shipping.wc-block-components-totals-wrapper,
.wc-block-components-order-summary-item__individual-prices.price.wc-block-components-product-price {
  display: none !important;
}

.woocommerce-checkout .wc-block-components-product-name {
  font-size: 1.2em;
}

.woocommerce-MyAccount-paymentMethods,
#add_payment_method {
  padding: 20px;
  /* border: 1px solid #ddd; */
  border-radius: 5px;
  box-sizing: border-box;
  background: #f7f7f7;
}

ul.woocommerce-PaymentMethods {
  list-style: none;
  padding: 0;
}

#emailLink {
  background: var(--color-orange);
  margin: 20px 0;
  padding: 16px;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.85em;
  border-radius: var(--border-radius-regular);
}

.dashboard-block {
  background: #f7f7f7;
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 5px;
}

.dashboard-block-inner {
  margin-bottom: 15px;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .dashboard-block-first {
    padding-right: 40px !important;
  }
  .dashboard-block-last {
    padding-left: 20px !important;
  }
}
.dashboard-block-last {
  display: flex;
  flex-direction: column;
}

.dashboard-block h3 {
  font-size: 1.2em;
  margin-bottom: 10px;
  font-weight: 600;
}

.dashboard-block p a {
  color: #fa8d01;
  text-decoration: none;
}

.dashboard-block p a:hover {
  color: var(--color-dark);
}

/* Conteneur principal pour organiser les colonnes */
.db-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* Espacement entre les colonnes */
}

.db-row h3,
.u-columns h3 {
  font-weight: 600;
}

.woocommerce-table__product-table.product-total {
  text-align: left;
}

address {
  font-style: normal;
}

.woocommerce-view-subscription .woocommerce-customer-details {
  display: none !important;
}

.woocommerce-notice--success.woocommerce-thankyou-order-received {
  margin: 20px 0 40px;
}

.woocommerce-order-received article {
  background: #fff;
  padding: 40px;
}

.woocommerce-order-received .shop_table.order_details,
.woocommerce-table--order-details.shop_table.order_details {
  background: #f7f7f7;
  padding: 13px;
}

.woocommerce-order-received address,
.woocommerce-customer-details address,
.shop_table.subscription_details,
.shop_table.order_details {
  background: #f7f7f7;
  padding: 18px;
}

.woocommerce-order-received address p,
.woocommerce-customer-details address p {
  margin: 0;
}

.woocommerce-orders-table a {
  padding: 10px;
  margin-right: 10px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}

.woocommerce-table__product-name.product-name {
  font-size: 1.2em;
  font-weight: 600;
  padding-bottom: 20px;
}

.woocommerce-table__product-name .product-quantity {
  display: none;
}

.form-entrance {
  background: #fff;
  border-radius: var(--border-radius-regular);
  padding: 40px;
}

.woocommerce-orders .woocommerce-info .woocommerce-Button.wc-forward.button,
.woocommerce-subscriptions .no_subscriptions .button {
  display: none;
}

.woocommerce-PaymentMethod--actions a {
  color: #fff;
  background-color: var(--color-dark);
  border-radius: var(--border-radius-regular);
  padding: 10px 20px;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
}

.woocommerce-PaymentMethod--actions a:hover {
  color: #fff;
  opacity: 0.7;
}

.disabled-link,
.disabled-link:hover {
  color: #777 !important;
  background: none !important;
}

.woocommerce-PaymentMethod.woocommerce-PaymentMethod--actions.payment-method-actions {
  text-align: right;
}

.payment-method {
  margin: 5px 0;
}

.u-column1.col-1,
.u-column2.col-2 {
  flex: 1;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .woocommerce .u-columns.col2-set {
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
  .woocommerce-form-login,
.woocommerce-form-register {
    padding: 20px;
    margin: 2vh 0px;
  }
}
.wc-block-must-login-prompt {
  display: flex !important;
  flex-direction: column;
}

.wc-block-must-login-prompt a {
  padding: 13px 20px;
  background: var(--color-dark);
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  margin: 20px 0;
  text-align: center;
  border-radius: var(--border-radius-regular);
}

.woocommerce-password-strength {
  text-align: left !important;
  font-size: 16px;
}

.wc-block-components-totals-item__description {
  margin-top: 10px;
}

.show-password-input {
  display: none !important;
}

.referred-table {
  margin-top: 22px;
}

.referred-table th {
  text-align: left;
}

.double-strong {
  font-weight: 700;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* a modifier */
.woocommerce-subscriptions .subscription-next-payment.order-date {
  display: none !important;
}

@media (min-width: 769px) {
  .wc-block-components-order-summary-item__total-price,
.wp-block-woocommerce-checkout-order-summary-subtotal-block.wc-block-components-totals-wrapper,
.wc-block-components-totals-discount .wc-block-components-totals-item__label,
.wc-block-components-totals-coupon .wc-block-components-panel__button {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-panel__button {
    background: var(--color-orange) !important;
    color: var(--color-dark) !important;
    padding: 13px 20px !important;
    text-transform: uppercase !important;
    font-size: 0.85em !important;
    font-weight: 500 !important;
    border-radius: var(--border-radius-regular) !important;
    margin: 20px 0 !important;
    text-align: center !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-panel__button .wc-block-components-panel__button-icon {
    right: 12px;
  }
  .wcs-recurring-totals-panel__details .wc-block-components-panel__button {
    padding: 20px 15px !important;
  }
  .wc-block-components-order-summary-item {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .wc-block-components-order-summary-item__total-price,
.wp-block-woocommerce-checkout-order-summary-totals-block .wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-totals-item__value,
.wp-block-woocommerce-checkout-order-summary-totals-block .wc-block-components-totals-item__label,
.wp-block-woocommerce-checkout-order-summary-subtotal-block.wc-block-components-totals-wrapper {
    display: none !important;
  }
  .wp-block-woocommerce-checkout-order-summary-discount-block.wc-block-components-totals-wrapper {
    padding: 0 !important;
  }
  .wc-block-components-totals-discount__coupon-list {
    display: flex;
    justify-content: center;
    padding-bottom: 16px;
  }
  .wp-block-woocommerce-checkout-order-summary-cart-items-block.wc-block-components-totals-wrapper {
    padding-bottom: 0 !important;
  }
}
.wc-block-components-chip.wc-block-components-chip--radius-large {
  border-radius: 6px !important;
  padding: 14px 20px 14px 20px !important;
}

.wp-block-woocommerce-checkout-order-summary-totals-block,
.wp-block-woocommerce-checkout-order-summary-coupon-form-block {
  border: none !important;
  padding-bottom: 8px !important;
}

.wc-block-checkout__coupon-method {
  padding: 0 0 30px 0;
}

.wc-block-components-order-summary-item {
  display: flex;
  align-items: center;
}

.wc-block-checkout__coupon-method .wc-block-components-totals-wrapper {
  padding: 0 !important;
}

.wc-block-components-chip .wc-block-components-chip__text {
  font-size: 1.2em !important;
}

.wc-block-components-totals-item__description {
  margin-top: 8px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.woocommerce-checkout .woocommerce-order p {
  display: none !important;
}

.subscription-name-edit {
  margin-top: 10px;
}
.subscription-name-edit input.subscription-custom-name {
  width: 100%;
  max-width: 300px;
  padding: 8px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.subscription-name-edit button {
  padding: 11px 25px;
  font-size: 13px;
  margin-right: 10px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.subscription-name-edit button.save-subscription-name {
  background-color: var(--color-dark);
  color: white;
}
.subscription-name-edit button.save-subscription-name:hover {
  opacity: 0.9;
}
.subscription-name-edit button.cancel-subscription-name {
  background-color: #f7f7f7;
  color: #333;
}
.subscription-name-edit button.cancel-subscription-name:hover {
  background-color: #eee;
}

.edit-subscription-name {
  color: var(--color-dark);
  text-decoration: underline;
}
.edit-subscription-name:hover {
  opacity: 0.8;
}

#choose_subscription {
  background-color: #ffffff !important;
  border: 1px solid hsla(0deg, 0%, 7%, 0.7);
  border-radius: 6px;
  padding: 15px 45px 15px 20px;
  font-size: 16px;
  width: 100%;
  color: #333;
  appearance: none;
  outline: none;
  box-shadow: none;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.form-title {
  font-weight: 600;
  font-size: 1.1em;
  margin-bottom: 5px !important;
}

.wpb-plan-features {
  margin: 12px 0 30px 0 !important;
}

.social-table table {
  width: auto !important;
}

.wpb_wrapper li {
  color: var(--color-text);
}

.text-dark {
  color: var(--color-dark);
}

.no-m {
  margin: 0;
}

.single-product div.product {
  position: relative;
  max-width: 70%;
  margin: auto;
  margin-top: 120px;
  background: #fff;
  border-radius: 10px;
}

.woocommerce-notices-wrapper {
  position: fixed;
  top: 100px;
  left: 8vw;
  width: calc(100% - 16vw);
  z-index: 999;
  /* background: #fa8d01; */
}

.wc-block-components-product-metadata {
  font-size: 1em !important;
}

.wc-block-cart-item__total,
.wc-block-cart-items__header-total,
.wp-block-woocommerce-cart-order-summary-coupon-form-block.wc-block-components-totals-wrapper,
.wc-block-cart-item__prices,
.wc-block-components-product-details__name {
  display: none !important;
}

.wc-block-components-product-name,
.wc-block-components-product-name {
  font-weight: 700 !important;
}

#payment {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
}

.woocommerce-SavedPaymentMethods.wc-saved-payment-methods {
  font-size: 1.2rem;
  margin-bottom: 20px;
  padding-left: 14px;
  list-style-type: none;
}

.wc_payment_method.payment_method_stripe label {
  font-size: 1.2rem;
  font-weight: 600;
  color: #5d5d5d;
}

.testmode-info {
  font-size: 0.8rem;
}

.woocommerce-checkout .shop_table {
  display: none !important;
}

.single-product input[type=number] {
  margin: 0 0 20px;
  border-radius: 8px;
  padding: 10px;
  width: 60px;
  border: 1px solid #666;
}

.single-product .cart {
  background: none !important;
}

.vc_separator.vc_sep_color_black .vc_sep_line {
  border-color: var(--dark-line) !important;
}

.checklist .vc_icon_element-inner {
  width: 2em !important;
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-flat {
  color: var(--color-dark) !important;
  background: none !important;
  text-transform: uppercase;
  transition: all 0.2s ease-out;
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-flat:hover {
  opacity: 0.5;
}

.vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
  padding-left: 25px !important;
  padding-right: 0 !important;
  font-weight: 500;
  font-size: 0.8em;
}

.vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
  left: 0 !important;
}

.vc_btn3.vc_btn3-size-md {
  font-size: 14px;
  padding: 14px 20px 0 20px !important;
}

.vc_btn3.vc_btn3-size-md .vc_btn3-icon {
  line-height: 25px !important;
}

.vc_do_btn {
  margin-bottom: 13px !important;
}

/* Responsive
--------------------------------------------------------------*/
.mobile-only {
  display: none !important;
}

@media screen and (min-width: 1025px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
@media (max-width: 1024px) {
  :root {
    --padding-8vw: 20px;
    --padding-panel-large: 20px;
    --padding-panel-regular: 20px;
    --padding-8vw: 20px;
  }
  .desktop-only {
    display: none !important;
  }
  .mobile-only {
    display: block !important;
  }
  .page-template-page main {
    margin-top: 40px;
  }
  .header-section-1 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .page-id-254 .header-section-1 {
    margin-bottom: 10px;
  }
  h1 {
    font-size: 2em;
  }
  .home h1 {
    font-size: 8vw;
  }
  .smaller-h1 h1 {
    font-size: 1.1em;
    margin: 30px 0 !important;
    letter-spacing: -0.015em;
  }
  .f-xl {
    font-size: 4.5vw;
  }
  .small-h4 h4 {
    font-size: 1.2em;
  }
  h5.date {
    padding: 8px 0;
    margin: 0px 0 13px;
    font-size: 0.9em;
  }
  .article-title {
    margin: 0 0 10px;
    font-size: 1.2em;
  }
  .header-wrapper {
    padding: 10px;
  }
  .push-button-wrapper {
    right: 0;
    position: absolute;
  }
  main.informations {
    padding: 60px 20px;
  }
  .logo-wrapper {
    width: 115px;
  }
  .destkop-only {
    display: none !important;
  }
  .top-button {
    min-width: unset;
    padding: 0 16px;
    width: 66px;
    height: 60px;
  }
  .cart-push {
    margin-right: 0;
  }
  .account-wrapper {
    right: 70px;
    position: absolute;
  }
  .woocommerce-MyAccount-navigation {
    display: none;
  }
  .cart-push svg {
    width: 26px;
    height: 26px;
    margin-top: 3px;
  }
  .main-vid-wrapper {
    padding: 0 var(--padding-8vw) !important;
    margin: 40px 0 10px !important;
  }
  /*
    .home .video-placeholder {
      top: 5px;
      height: 100%;
    }
  */
  .home-vid {
    margin: 40px 0 0px;
  }
  .home .main-vid-wrapper video {
    height: auto;
    object-fit: cover;
  }
  .pricing-table {
    flex-direction: column;
  }
  .column.plan-wrapper {
    margin: 0 0 30px 0;
  }
  .row-pricing {
    padding: 25px 35px;
  }
  .wpb_wrapper ul {
    padding: 0;
  }
  .pl-0-desktop {
    padding-left: 0px !important;
  }
  .schema-1 {
    padding: 0 15px;
  }
  .main-navigation {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
  .site-header {
    padding: 0 15px;
    height: 60px;
  }
  main {
    margin-top: 60px;
  }
  .woocommerce-checkout main,
.woocommerce-account main,
.blog main,
.single-post main {
    margin: 94px var(--padding-8vw) 80px;
  }
  .home main {
    margin-top: 0px;
  }
  .regular-section {
    padding: 5px var(--padding-8vw) 15px;
  }
  .logo-wrapper {
    margin-left: 13px;
  }
  .logo-wrapper img {
    width: 104px;
    height: 18px;
  }
  .section-hero {
    height: calc(100vh - 60px);
  }
  .vc_row.reverse-columns {
    display: flex;
    flex-direction: column-reverse; /* Reverse the column order */
  }
  .hero-section {
    align-items: flex-start;
  }
  .hero-title {
    position: relative;
    top: 80px;
    transform: none;
    width: 100%;
    left: unset;
    text-align: center;
  }
  .baseline {
    width: 100%;
    font-size: 1.1em;
    line-height: 1.3;
  }
  .push {
    position: absolute;
    bottom: 50px;
    display: none;
  }
  .hero-background {
    right: unset;
    top: unset;
    height: unset;
    overflow: unset;
    right: unset;
    top: unset;
    overflow: unset;
    width: 100%;
    bottom: 0;
    left: 50%;
    width: 76%;
    transform: translateX(-50%);
  }
  .words {
    display: none;
  }
  .hero-background img {
    position: relative;
    height: auto;
  }
  .w-3-5 {
    width: 100%;
  }
  .word {
    font-size: 0.5em;
  }
  .single-post .entry-header,
.single-post .entry-content {
    width: 100%;
  }
  #cookie-notice .cn-button:not(.cn-button-custom) {
    margin: 0 !important;
  }
  .single-post .entry-header,
.single-post .entry-content {
    margin: 40px auto;
  }
  .site-footer .social {
    display: none;
  }
  .footer-menu {
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-middle {
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
  }
  .footer-middle {
    padding: 50px var(--padding-panel-regular);
  }
  .nsl-wrapper {
    margin-top: 40px;
  }
  .wrapper {
    padding: 0;
  }
  .hero-section {
    height: unset;
    min-height: 100vh;
  }
  .partners-title {
    font-size: 1.1em;
  }
  .vc_btn3-container.vc_btn3-right {
    text-align: left !important;
  }
  .home-block {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .box {
    width: 50%;
  }
  .w-2-3 {
    width: 100%;
  }
  .f-2-3em {
    font-size: 1.36em;
  }
  .w-4-5 {
    width: 100%;
  }
  .news-title {
    font-size: 1.5em;
  }
  #news {
    padding-top: 25px;
  }
  .large-bande img {
    height: 40vh !important;
  }
  .mt-80-0 {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .team-wrapper {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .blog .article-content {
    display: flex;
    flex-direction: column;
  }
  #cookie-notice {
    width: 90%;
    margin: 5%;
    position: fixed;
    right: unset;
    bottom: 0%;
  }
  .fef img {
    width: 50px !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hero-background {
    width: 48%;
  }
  .hero-title {
    padding: 0 13vw;
  }
}
/* Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #000000;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

.skip-link {
  position: absolute;
  top: -40px; /* Placez-le hors de l'écran */
  left: 0;
  padding: 10px;
  background-color: #000;
  color: #fff;
  z-index: 1000;
}

.skip-link:focus {
  top: 0; /* Quand le lien a le focus, on le rend visible */
}

/*# sourceMappingURL=style.css.map */
