@charset "utf-8";
/*!
Theme Name: Lesaffre
Description: Thème Lesaffre
Text Domain: lesaffre
Version: 1.0.0
Author: Kréalid
Author URI: http://www.krealid.com
*/
/* medium container width (md) */
:root {
  --shopHeight: "600px";
}
/**
 * BREAKPOINT (for-size)
 * 
 * deprecated
 */
/**
 * FLEXBOX (flex)
 * 
 * @mixin .flex(@wrap: nowrap, @justify: flex-start, @align-items: stretch, @align-content: stretch, @direction: row)
 * @param {mixed} @wrap Taille
 * @param {mixed} @justify Règle
 * @param {mixed} @align-items Règle2
 * @param {mixed} @align-content Règle2
 * @param {mixed} @direction Règle2
 */
/**
 * FLUID TYPOGRAPHY (fluid-type)
 * Défini une typo fluide entre 2 breakpoints à partir d'une taille de font minimum et maximum.
 * 
 * @mixin .fluid-type(@min_width, @max_width, @min-font-size, @max-font-size)
 * @param {int} @min_width Taille d'écran de départ
 * @param {int} @max_width Taille d'écran d'arrivée
 * @param {int} @min-font-size Taille du texte pour la taille d'écran de départ
 * @param {int} @max-font-size Taille du texte pour la taille d'écran d'arrivée
 */
/**
 * STRETCHED LINK (stretched-link)
 * Permet de rendre tout un bloc cliquable grâce au pseudo-élément `::after` de l'élément `<a>` enfant.
 */
.stretched-link {
  position: relative;
}
.stretched-link a[href]::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}
/**
 * ASPECT RATIO (fixed-ratio)
 * Permet de définir le ratio d'un conteneur et indique à ses déscendants direct de recouvrir tout le bloc.
 */
/**
 * VIEWPORT SIZE (vw-size)
 * Permet de calculer une taille en VW à partir d'une taille en PX
 */
/**
 * GRID (grid)
 */
/* resource : https://css-tricks.com/an-auto-filling-css-grid-with-max-columns/ */
/**
 * FLEXGRID (flexgrid)
 */
/**
 * ASPECT-RATIO (aspect-ratio)
 */
* {
  box-sizing: border-box;
}
*::before,
*::after {
  box-sizing: inherit;
}
*:focus {
  outline: none;
}
a,
abbr,
address,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
label,
legend,
li,
object,
ol,
p,
pre,
q,
small,
span,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
ul {
  border: 0;
  margin: 0;
  padding: 0;
}
article,
aside,
figcaption,
figure,
figure img,
footer,
header,
hgroup,
main,
nav,
object,
section,
video {
  display: block;
}
ul li {
  list-style-type: none;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  background: transparent;
  color: inherit;
  text-decoration: none;
}
a:active,
a:focus,
a:hover {
  outline: 0;
}
a img {
  border: 0;
}
button,
input {
  font: inherit;
  color: inherit;
  line-height: normal;
}
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: auto;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  text-align: inherit;
  overflow: visible;
  cursor: pointer;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
sub {
  font-size: 0.75em;
  vertical-align: baseline;
}
/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table;
}
.clear:after {
  clear: both;
}
.clear {
  *zoom: 1;
}
/*-------------------------------------------*\
	BASICS
\*-------------------------------------------*/
/**
 * body
 *
 */
html,
body {
  scroll-behavior: smooth;
}
html.no-scroll,
body.no-scroll {
  overflow: hidden;
}
body {
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-size: 14px;
  color: #000;
  line-height: 1.4;
  cursor: default;
  -webkit-text-size-adjust: none;
  --calculated-full-width: calc(100vw - var(--scrollbar-width, 15px));
}
body::after {
  content: 'mobile';
  display: none;
}
/**
 * selection
 *
 */
::-moz-selection {
  color: #FFFFFF;
  background-color: #000;
}
::selection {
  color: #FFFFFF;
  background-color: #000;
}
/**
 * paragraph
 *
 */
p + p,
p + blockquote,
blockquote + p,
blockquote + blockquote {
  padding: 1.3em 0;
}
/**
 * screen-reader-text
 *
 */
.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;
  width: 1px;
  word-wrap: normal !important;
}
/*-------------------------------------------*\
	GLOBAL
\*-------------------------------------------*/
/**
 * wrap
 *
 */
.wrap,
.grid,
.woocommerce-catalogue main {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
@keyframes hide-scroll {
  from,
  to {
    overflow: hidden;
  }
}
/**
 * Components
 *
 * styles for specific/unique component
 */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.s-marques__title p,
.funct__headings__inner__title,
.funct__headings__inner__subtitle,
.funct__firstblock__content > div:first-child,
.funct__characteristics__title,
.funct__characteristics__subtitle,
.funct__characteristics__cards .sh-card__header,
.funct__common__title,
.funct__common__subtitle,
.funct__common__grid li .li-title,
.applic__characteristics__title,
.applic__characteristics__cards .sh-card__header,
.applic__common__title,
.applic__common__grid li .li-title,
.page-template-masterclass .section-01__headings,
.page-template-masterclass .section-01 .col-01 ul li .li-content__title,
.page-template-baking-center .section-01__title,
.page-template-baking-center .section-01__subtitle,
.page-template-baking-center .section-02__title,
.page-template-baking-center .section-02__list__txt,
.page-template-baking-center .section-03__title,
.page-template-baking-center .section-03__subtitle,
.page-template-baking-center .services__list__item__title,
.page-template-baking-center .services__list__item.active .services__list__item__title,
.page-template-baking-center .s-chiffres__c5__body > div:nth-child(2),
.page-template-baking-center .s-help .wp-block-column:nth-child(2) .p-max,
.page-template-sensory .section-01__topic__title,
.page-template-sensory .section-02__title,
.page-template-sensory .section-02__ol ul li,
.page-template-sensory .s-chiffres__c12 strong,
.page-template-sensory .s-cta__content__title,
.page-template-sensory .s-cta__block__title,
.s-app1__number,
.s-app7__titleh1,
.single-cible .cible-s1__text h3,
.single-cible .cible-s2__title,
.single-cible .cible-s2__block__content__title,
.single-cible .cible-s6 .s-cta__block__title {
  color: #0E288B;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
.h-text-white h1,
.h-text-white .h1,
.h-text-white h2,
.h-text-white .h2,
.h-text-white h3,
.h-text-white .h3,
.h-text-white h4,
.h-text-white .h4,
.h-text-white h5,
.h-text-white .h5,
.h-text-white h6,
.h-text-white .h6 {
  color: #fff;
}
h1,
.h1,
.funct__headings__inner__title,
.page-template-sensory .s-cta__content__title,
.s-app7__titleh1 {
  font-size: 40px;
  /* confirmed */
}
h2,
.h2,
.funct__firstblock__content > div:first-child,
.page-template-baking-center .section-03__title,
.single-cible .cible-s2__title {
  font-size: 38px;
  /* confirmed */
}
h3,
.h3,
.s-marques__title p,
.funct__characteristics__title,
.funct__common__title,
.applic__characteristics__title,
.applic__common__title,
.page-template-masterclass .section-01__headings,
.page-template-baking-center .section-01__title,
.page-template-baking-center .section-02__title,
.page-template-baking-center .s-chiffres__c5__body > div:nth-child(2),
.page-template-sensory .section-02__title,
.page-template-sensory .s-chiffres__c12 strong {
  font-size: 28px;
  /* confirmed */
}
h4,
.h4,
.page-template-baking-center .services__list__item.active .services__list__item__title,
.page-template-sensory .s-cta__block__title,
.s-app1__number,
.single-cible .cible-s6 .s-cta__block__title {
  font-size: 26px;
  /* confirmed */
}
h5,
.h5,
.funct__common__subtitle,
.page-template-masterclass .section-01 .col-01 ul li .li-content__title,
.page-template-baking-center .section-03__subtitle,
.page-template-sensory .section-01__topic__title,
.single-cible .cible-s1__text h3,
.single-cible .cible-s2__block__content__title {
  font-size: 22px;
  /* confirmed */
}
.h6,
.funct__headings__inner__subtitle,
.funct__characteristics__subtitle,
.funct__characteristics__cards .sh-card__header,
.funct__common__grid li .li-title,
.applic__characteristics__cards .sh-card__header,
.applic__common__grid li .li-title,
.page-template-baking-center .section-01__subtitle,
.page-template-baking-center .section-02__list__txt,
.page-template-baking-center .services__list__item__title,
.page-template-baking-center .s-help .wp-block-column:nth-child(2) .p-max,
.page-template-sensory .section-02__ol ul li {
  font-size: 18px;
}
.main-title {
  font-size: 28px;
  color: #0E288B;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.03em;
  text-align: center;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 1em auto;
  text-align: center;
  background-color: #0E288B;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  padding: 12px 26px;
  border-radius: 8px;
  transition: 0.2s;
}
.btn:hover {
  background-color: #04344D !important;
  color: #fff;
}
.btn--proto {
  background-color: #A17234;
}
.btn:disabled,
.btn[disabled] {
  opacity: 0.25;
}
.bubble-contact {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 200;
}
.bubble-contact img {
  width: 60px;
  height: 60px;
}
.btn_carla {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 12px 32px;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.2s linear 0s;
  background-color: #0E288B;
  text-transform: uppercase;
  font-weight: 600;
}
.btn_carla::after {
  content: url(img/arrow_right.svg);
  font-size: 14px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  top: 50%;
  opacity: 0;
  transform: translate(-10px, -50%);
  height: 100%;
  width: 40px;
  transition: all 0.2s linear 0s;
}
.btn_carla:hover {
  background-color: #04344D !important;
}
.btn_carla:hover::after {
  opacity: 1;
  transform: translate(0, -50%);
}
a {
  text-decoration: none;
  position: relative;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
}
a.btn-roll {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
a.btn-roll .qube {
  width: -moz-fit-content;
  width: fit-content;
  height: 28px;
  overflow: hidden;
  position: relative;
}
a.btn-roll .qube .front {
  transform: translateY(0);
  transition: transform 350ms cubic-bezier(0.46, 0.01, 0.09, 1);
  padding: 4px 0;
}
a.btn-roll .qube .front::after {
  background-color: #0E288B;
  top: 0;
  content: "";
  opacity: 0;
  height: 2px;
  left: 0;
  position: absolute;
  transform: translate3d(0, 0, 0);
  transition: all 600ms ease-out;
  width: 100%;
}
a.btn-roll .qube .back {
  transform: translateY(0);
  transition: transform 350ms cubic-bezier(0.46, 0.01, 0.09, 1);
  position: relative;
  overflow: hidden;
  padding: 4px 0;
}
a.btn-roll .qube .back::after {
  background-color: #0E288B;
  bottom: 0;
  content: "";
  opacity: 0;
  height: 2px;
  left: 0;
  position: absolute;
  transform: translate3d(-100%, 0, 0);
  transition: all 600ms ease-out;
  width: 100%;
}
a.btn-roll .qube:hover .front {
  transform: translateY(-100%);
}
a.btn-roll .qube:hover .front::after {
  opacity: 0;
  transform: translateX(-100%);
}
a.btn-roll .qube:hover .back {
  transform: translateY(-100%);
}
a.btn-roll .qube:hover .back::after {
  opacity: 1;
  transform: translateZ(0);
}
.header {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.header.header-scroll .preheader {
  display: none;
}
.header.header-scroll .header-nav {
  transition: all 300ms ease-in-out;
}
.header .preheader {
  display: none;
}
.header .preheader-nav {
  display: flex;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  gap: 40px;
}
.header .preheader-nav:first-child {
  margin-left: 9px;
}
.header .preheader-nav.color-blue {
  color: #0E288B;
}
.header .preheader-nav .select-menu {
  width: 100%;
  max-width: 370px;
  margin: 32px auto;
}
.header .preheader-nav .select-menu .select-btn {
  display: flex;
  background: transparent;
  color: inherit;
  font-size: 14px;
  font-weight: 600;
  align-items: center;
  cursor: pointer;
  justify-content: center;
}
.header .preheader-nav .select-menu .select-btn .sBtn-text {
  margin: 0 16px;
  white-space: nowrap;
}
.header .preheader-nav .select-menu.active .options {
  height: -moz-fit-content;
  height: fit-content;
  display: block;
  opacity: 0;
  z-index: 101;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-duration: 0.4s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
}
.header .preheader-nav .select-menu .options {
  height: 0;
  position: absolute;
  width: calc(100% - 40px);
  max-width: 370px;
  overflow-y: auto;
  max-height: 295px;
  margin-top: 10px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #DFD7CD;
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-duration: 0.35s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.35s;
  -webkit-animation-fill-mode: both;
  z-index: 101;
}
.header .preheader-nav .select-menu .options .option {
  display: flex;
  height: 49px;
  cursor: pointer;
  padding: 0 16px;
  align-items: center;
  font-weight: 400;
}
.header .preheader-nav .select-menu .options .option:not(:last-child) {
  border-bottom: 1px solid #d7d7d7;
}
.header .preheader-nav .select-menu .options .option:hover {
  background: #E7EAF3;
}
.header .preheader-nav .select-menu .options .option:hover .option-text {
  color: #0E288B;
}
.header .preheader-nav .select-menu .options .option .option-text {
  font-size: 14px;
  color: #4B4B4B;
}
.header .preheader-nav .button-app a {
  position: relative;
  white-space: nowrap;
  padding-left: 20px;
}
.header .preheader-nav .button-app a::before {
  content: url(img/blue-mobile.svg);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-40%);
}
.header .preheader-nav .menu-minors {
  display: flex;
  gap: 40px;
}
.header-nav {
  width: calc(100% - 16px);
  margin: 24px 8px 0;
  position: fixed;
  z-index: 100;
  background-color: #fff;
  height: 50px;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #0E288B;
}
.header-nav__lang {
  display: flex;
}
.header-nav__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1;
  width: 80px;
  filter: drop-shadow(10px 10px 15px rgba(0, 0, 0, 0.07));
}
.header-nav__burger {
  display: flex;
  align-items: center;
  font-size: 11px;
  font-weight: 400;
}
.header-nav__burger .burger-button {
  margin-left: 10px;
  position: relative;
  width: 18px;
  height: 12px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-nav__burger .burger-button span {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #0E288B;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.header-nav__burger .burger-button span::before,
.header-nav__burger .burger-button span::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #0E288B;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.header-nav__burger .burger-button span::before {
  top: -6px;
}
.header-nav__burger .burger-button span::after {
  top: 6px;
}
.header-nav__burger .burger-button.open span {
  background-color: transparent;
}
.header-nav__burger .burger-button.open span::before {
  top: 0;
  transform: rotate(45deg);
}
.header-nav__burger .burger-button.open span::after {
  top: 0;
  transform: rotate(-45deg);
}
.header-nav__left {
  display: none;
}
.header-nav__left .header-nav__profile {
  border-radius: 8px;
  border: 1px solid #A17234;
  color: #A17234;
  font-size: 12px;
  font-weight: 400;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding: 8px 30px 8px 15px;
  text-align: center;
  cursor: pointer;
}
.header-nav__left .header-nav__profile::after {
  content: url(img/caret.svg);
  position: absolute;
  top: 50%;
  right: 8px;
  filter: brightness(0) saturate(100%) invert(43%) sepia(69%) saturate(419%) hue-rotate(354deg) brightness(93%) contrast(86%);
}
.header-nav__left .header-nav__profile span {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.header-nav__left .menu-majors {
  display: flex;
  align-items: center;
}
.header-nav__left .menu-majors > .menu-item {
  color: #0E288B;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin-right: 18px;
  padding-right: 17px;
}
.header-nav__left .menu-majors > .menu-item-has-children {
  position: relative;
}
.header-nav__left .menu-majors > .menu-item-has-children::after {
  content: url(img/caret.svg);
  position: absolute;
  top: 0;
  right: 0;
}
.header-nav__left .menu-majors > .menu-item-has-children > .sub-menu {
  display: none;
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #DFD7CD;
  z-index: 3;
}
.header-nav__left .menu-majors > .menu-item-has-children > .sub-menu li {
  padding: 20px;
  border-bottom: 1px solid #d7d7d7;
  color: #4B4B4B;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-nav__left .menu-majors > .menu-item-has-children > .sub-menu li.menu-item-has-children::after {
  content: url(img/arrow_right.svg);
  filter: brightness(0) saturate(100%) invert(13%) sepia(58%) saturate(4147%) hue-rotate(218deg) brightness(93%) contrast(93%);
  transform: scale(1.2);
}
.header-nav__left .menu-majors > .menu-item-has-children > .sub-menu li:last-child {
  border-bottom: none;
}
.header-nav__left .menu-majors > .menu-item-has-children > .sub-menu li > .sub-menu {
  display: none;
}
.header-nav__left .menu-majors > .menu-item-has-children > .sub-menu li:hover {
  color: #0E288B;
  background: #E7EAF3;
}
.header-nav__left .menu-majors > .menu-item-has-children > .sub-menu li:hover:first-child {
  border-radius: 16px 16px 0 0;
}
.header-nav__left .menu-majors > .menu-item-has-children > .sub-menu li:hover:last-child {
  border-radius: 0 0 16px 16px;
}
.header-nav__left .menu-majors > .menu-item-has-children > .sub-menu li:hover > .sub-menu {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 100%;
  width: 275px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #DFD7CD;
  overflow: hidden;
}
.header-nav__left .menu-majors > .menu-item-has-children > .sub-menu li:hover > .sub-menu li {
  height: 49px;
  padding: 16px 40px;
}
.header-nav__left .menu-majors > .menu-item-has-children:hover {
  border-bottom: 2px solid #0E288B;
}
.header-nav__left .menu-majors > .menu-item-has-children:hover > .sub-menu {
  display: flex;
  flex-direction: column;
  width: 260px;
}
.header-nav__right {
  display: none;
}
.header-nav__right .search {
  width: 64px;
  height: 48px;
  border: 1px solid #EEEEEE;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  cursor: pointer;
}
.header-nav__right .search img {
  width: 16px;
  height: 16px;
}
.header-layer {
  background-color: #fff;
  color: #0E288B;
  position: fixed;
  top: -140%;
  left: 0;
  width: 100%;
  height: 100dvh;
  transition: top 0.3s ease;
  z-index: 101;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: auto;
}
.header-layer.active {
  top: 0;
}
.header-layer__profile {
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid #A17234;
  color: #A17234;
  font-size: 12px;
  font-weight: 400;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding: 8px 30px 8px 15px;
  text-align: center;
}
.header-layer__profile::after {
  content: url(img/caret.svg);
  position: absolute;
  top: 50%;
  right: 8px;
  filter: brightness(0) saturate(100%) invert(43%) sepia(69%) saturate(419%) hue-rotate(354deg) brightness(93%) contrast(86%);
}
.header-layer__profile span {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.header-layer__top {
  display: flex;
  justify-content: space-between;
  padding: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.header-layer__top .close-button {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #0E288B;
}
.header-layer__menu {
  padding: 0;
  min-width: 100%;
  position: relative;
}
.header-layer__menu--top {
  background-color: #FBF2E8;
  padding: 16px;
}
.header-layer__menu--top .btn {
  width: 100%;
  margin: 0 auto;
}
.header-layer__menu--bottom {
  padding: 0 24px;
}
.header-layer__menu .search {
  padding-bottom: 8px;
}
.header-layer__menu .search form {
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
}
.header-layer__menu .search form input[type="text"] {
  border: none;
  color: #0E288B;
  width: calc(100% - 30px);
}
.header-layer__menu .menu-list {
  list-style: none;
  padding: 8px 24px 0;
}
.header-layer__menu .menu-list li {
  padding: 16px 0;
}
.header-layer__menu .menu-list li.major {
  text-transform: uppercase;
  font-size: 18px;
}
.header-layer__menu .menu-list li.minor {
  font-size: 16px;
}
.header-layer__menu .menu-list li.with-submenu {
  position: relative;
}
.header-layer__menu .menu-list li.with-submenu::after {
  content: url(img/caret.svg);
  position: absolute;
  top: 50%;
  right: 0;
  transform: rotate(-90deg) translateY(-50%);
  transform-origin: top;
}
.header-layer__menu .menu-list li a {
  color: #0E288B;
  font-weight: 600;
  text-decoration: none;
  width: 100%;
}
.header-layer__menu .menu-list li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.header-layer__menu .select-menu {
  width: 100%;
  max-width: 370px;
  margin: 32px auto;
}
.header-layer__menu .select-menu .select-btn {
  display: flex;
  height: 57px;
  background: #FBF2E8;
  color: #0E288B;
  padding: 20px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  align-items: center;
  cursor: pointer;
  justify-content: center;
}
.header-layer__menu .select-menu .select-btn .sBtn-text {
  margin: 0 16px;
}
.header-layer__menu .select-menu.active .options {
  height: -moz-fit-content;
  height: fit-content;
  display: block;
  opacity: 0;
  z-index: 1;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-duration: 0.4s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
}
.header-layer__menu .select-menu .options {
  height: 0;
  position: absolute;
  width: calc(100% - 40px);
  max-width: 370px;
  overflow-y: auto;
  max-height: 295px;
  padding: 10px;
  margin-top: 10px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #FBF2E8;
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-duration: 0.35s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.35s;
  -webkit-animation-fill-mode: both;
}
.header-layer__menu .select-menu .options .option {
  display: flex;
  height: 55px;
  cursor: pointer;
  padding: 0 16px;
  border-radius: 8px;
  align-items: center;
  background: #fff;
}
.header-layer__menu .select-menu .options .option:hover {
  background: #FBF2E8;
}
.header-layer__menu .select-menu .options .option:hover .option-text {
  color: #0E288B;
  font-weight: 600;
}
.header-layer__menu .select-menu .options .option .option-text {
  font-size: 14px;
  color: #4B4B4B;
}
.header-layer .app-block {
  padding: 0 24px 24px;
  position: relative;
}
.header-layer .app-block__content {
  padding: 24px;
  background-color: #0E288B;
  border-radius: 16px;
  color: #fff;
}
.header-layer .app-block__content--title {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.03em;
  padding-bottom: 8px;
}
.header-layer .app-block__content--txt {
  font-size: 12px;
  font-weight: 400;
  width: 50%;
}
.header-layer .app-block img {
  position: absolute;
  bottom: 0;
  right: 24px;
}
.header-layer__level {
  display: flex;
  overflow: hidden;
  transition: transform 0.5s ease-in-out;
  width: 100%;
}
.header-layer__level--one,
.header-layer__level--two {
  transform: translateX(0);
  transition: transform 0.3s ease-in-out;
  min-width: 100%;
  background-color: #fff;
}
.header-layer__level--one ul,
.header-layer__level--two ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
.header-layer__level--one ul li,
.header-layer__level--two ul li {
  padding: 16px;
  border-bottom: 1px solid #eee;
}
.header-layer__level--one ul li a,
.header-layer__level--two ul li a {
  text-decoration: none;
  color: #0E288B;
  font-weight: 600;
  display: block;
  transition: color 0.3s;
}
.header-layer__level--one ul li a:hover,
.header-layer__level--two ul li a:hover {
  color: #091b5d;
}
.header-layer__level--one.header-layer__level--active {
  transform: translateX(-100%);
}
.header-layer__level--one .menu-children {
  display: none;
}
.header-layer__level--one .menu-children.active {
  display: block;
}
.header-layer__level--one .menu-children.active .menu-custom-text {
  color: #4B4B4B;
  font-size: 13px;
  font-weight: 400;
}
.header-layer__level--two.header-layer__level--active {
  transform: translateX(-200%);
}
.header-layer__level .back-button {
  cursor: pointer;
  padding: 20px;
  background-color: #FBF2E8;
  color: #0E288B;
  font-weight: 600;
  transition: background-color 0.3s;
}
.header-layer__level .back-button:hover {
  background-color: #091b5d;
}
.home .header .preheader-nav {
  color: #fff;
}
.home .header .preheader-nav .select-btn {
  color: #fff;
}
.home .header .preheader-nav .select-btn img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(68deg) brightness(102%) contrast(101%);
}
.home .header .preheader-nav .button-app a::before {
  content: url(img/mobile.svg);
}
.woocommerce-page .header .preheader-nav {
  color: #0E288B;
}
.header .preheader-nav:not(.color-blue) .select-btn img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(68deg) brightness(102%) contrast(101%);
}
.header .preheader-nav:not(.color-blue) .button-app a::before {
  content: url(img/mobile.svg);
}
.footer {
  position: relative;
  background-color: #fff;
  background-image: url(img/logo_bg.svg);
  background-position: 107% 107%;
  background-repeat: no-repeat;
  background: url(img/logo_bg.svg) 107% 107% no-repeat, linear-gradient(to bottom, #FBF2E8 2%, #fff 2% 100%);
  width: 100%;
}
.footer-ruby {
  filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.1));
  border-radius: 32px;
  margin-top: -20px;
}
.footer__newsletter {
  position: static;
  transform: translateX(0);
  width: 100%;
  background-color: #0E288B;
  background-image: url(img/swallow.svg);
  background-repeat: no-repeat;
  background-position: 71% 5%;
  background-size: 61%;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  height: -moz-fit-content;
  height: fit-content;
  padding: 26px 20px;
}
.footer__newsletter__title {
  color: #fff;
  letter-spacing: -0.03em;
  font-size: 22px;
  font-weight: 600;
  max-width: 393px;
  line-height: 1.2;
  margin-bottom: 10px;
  width: 320px;
}
.footer__newsletter__form {
  display: flex;
  gap: 10px;
  flex-direction: column;
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.footer__newsletter__form__inputs {
  display: flex;
  gap: 10px;
  flex-direction: column;
  /* Style items (options): */
  /* Hide the items when the select box is closed: */
}
.footer__newsletter__form__inputs .custom-select {
  position: relative;
  width: 100%;
}
.footer__newsletter__form__inputs .custom-select select {
  display: none;
}
.footer__newsletter__form__inputs .select-selected {
  background-color: #fff;
}
.footer__newsletter__form__inputs .select-selected::after {
  position: absolute;
  content: url(img/carret-down-blue.svg);
  top: 20px;
  right: 10px;
  transform: rotate(0);
  transition: transform 300ms ease-in-out;
}
.footer__newsletter__form__inputs .select-selected.select-arrow-active:after {
  transform: rotate(180deg);
}
.footer__newsletter__form__inputs .select-items div,
.footer__newsletter__form__inputs .select-selected {
  color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  padding: 19px 22px;
  cursor: pointer;
  height: 60px;
}
.footer__newsletter__form__inputs .select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius: 4px;
  margin: 6px 0 0;
}
.footer__newsletter__form__inputs .select-hide {
  display: none;
}
.footer__newsletter__form__inputs .select-items div:hover,
.footer__newsletter__form__inputs .same-as-selected {
  background-color: #FBF2E8;
  color: #0E288B;
}
.footer__newsletter__form__item {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.footer__newsletter__form__item:first-child {
  width: 100%;
}
.footer__newsletter__form__item:not(:first-child) {
  width: 100%;
}
.footer__newsletter__form__item label {
  color: #fff;
  font-size: 16px;
  height: 24px;
}
.footer__newsletter__form__item input[type=email] {
  height: 60px;
  border-radius: 4px;
  border: none;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.5);
  padding: 15px 22px;
}
.footer__newsletter__form .mauticform-page-wrapper {
  flex-direction: column;
}
.footer__newsletter__form__submit {
  margin-top: 0;
}
.footer__newsletter__form__submit .btn {
  background-color: #A17234;
  color: #fff;
  height: 60px;
  border-radius: 8px;
  min-width: 171px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
}
.footer__newsletter__form .acceptance {
  color: #fff;
  display: block;
  position: relative;
  padding-left: 32px;
  margin-top: 22px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.footer__newsletter__form .acceptance input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.footer__newsletter__form .acceptance .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #EEEEEE;
  border-radius: 2px;
}
.footer__newsletter__form .acceptance:hover input ~ .checkmark {
  background-color: #FBF2E8;
}
.footer__newsletter__form .acceptance input:checked ~ .checkmark {
  background-color: #A17234;
}
.footer__newsletter__form .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.footer__newsletter__form .acceptance input:checked ~ .checkmark:after {
  display: block;
}
.footer__newsletter__form .acceptance .checkmark:after {
  left: 8px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.footer__newsletter__form .error-message {
  color: red;
  font-size: 0.875em;
  margin-top: 5px;
  display: block;
}
.footer__newsletter__form .mauticform-page-wrapper .mauticform-row {
  justify-content: center;
}
.footer__newsletter__form .mauticform-button {
  margin: 6px 0 0 0;
  padding: 14px;
}
.footer-container {
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.footer-content {
  margin-right: 0;
}
.footer .select-menu {
  width: 100%;
  max-width: 370px;
  margin: 32px auto;
}
.footer .select-menu .select-btn {
  display: flex;
  height: 57px;
  background: #FBF2E8;
  color: #0E288B;
  padding: 20px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  align-items: center;
  cursor: pointer;
  justify-content: center;
}
.footer .select-menu .select-btn .sBtn-text {
  margin: 0 16px;
}
.footer .select-menu.active .options {
  height: -moz-fit-content;
  height: fit-content;
  display: block;
  opacity: 0;
  z-index: 1;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-duration: 0.4s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
}
.footer .select-menu .options {
  height: 0;
  position: absolute;
  width: calc(100% - 40px);
  max-width: 370px;
  overflow-y: auto;
  max-height: 295px;
  padding: 10px;
  margin-top: 10px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #FBF2E8;
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-duration: 0.35s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.35s;
  -webkit-animation-fill-mode: both;
}
.footer .select-menu .options .option {
  display: flex;
  height: 55px;
  cursor: pointer;
  padding: 0 16px;
  border-radius: 8px;
  align-items: center;
  background: #fff;
}
.footer .select-menu .options .option:hover {
  background: #FBF2E8;
}
.footer .select-menu .options .option:hover .option-text {
  color: #0E288B;
  font-weight: 600;
}
.footer .select-menu .options .option .option-text {
  font-size: 14px;
  color: #4B4B4B;
}
.footer .logo_bg {
  position: absolute;
  bottom: -120px;
  right: -120px;
  width: 100vw;
  z-index: -1;
  max-width: 412px;
}
.footer-trademark {
  z-index: 2;
  padding: 160px 20px 40px;
  color: #4B4B4B;
}
.footer-branding {
  display: flex;
  flex-direction: column;
  padding: unset;
}
.footer-branding__logo img {
  width: 100px;
  aspect-ratio: 1;
}
.footer-branding__tagline {
  font-size: 38px;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #0E288B;
  padding: 16px 0 0;
  line-height: 1.2;
}
.footer-social {
  padding-bottom: 32px;
  border-top: none;
  border-bottom: 3px dotted #FBF2E8;
  display: flex;
  flex-direction: column;
}
.footer-social__list {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #0E288B;
}
.footer-social__list div:first-child {
  margin-right: 16px;
}
.footer-social__list ul {
  display: flex;
  gap: 8px;
}
.footer-main {
  color: #0E288B;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  border-left: none;
  width: 100%;
}
.footer-main__menu {
  padding: 32px 0;
  border-bottom: 3px dotted #FBF2E8;
}
.footer-main__menu li {
  font-size: 18px;
  letter-spacing: -0.03em;
  font-weight: 600;
  padding-bottom: 24px;
}
.footer-main__menu li:last-child {
  padding-bottom: 0;
}
.footer-main__legals {
  padding: 32px 0;
}
.footer-main__legals li {
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 24px;
}
.footer-main__legals li:last-child {
  padding-bottom: 0;
}
@keyframes fadeInUp {
  from {
    transform: translate3d(0, 30px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInDown {
  from {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  to {
    transform: translate3d(0, 20px, 0);
    opacity: 0;
  }
}
.card {
  margin: 34px 0;
  border-radius: 8px;
  /* body over image "modifier" */
  /* ressource "modifier" */
  /* app "modifier" */
}
.card__image {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 320 / 292;
}
.card__image > * {
  display: block;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.card__body {
  margin-top: 16px;
}
.card__body > *:not(:first-child) {
  margin-top: 10px;
}
.card__cat {
  color: #4B4B4B;
}
.card__title {
  font-size: 24px;
  color: #0E288B;
  line-height: 1.2;
}
.card__text {
  font-size: 16px;
  line-height: 1.6;
  color: #4B4B4B;
}
.card.card--over {
  position: relative;
  cursor: pointer;
}
.card.card--over:hover .card__image img {
  scale: 1.2;
}
.card.card--over:hover .card__body .card__title {
  text-decoration: underline;
}
.card.card--over .card__image {
  aspect-ratio: 320 / 400;
  /* bg overlay */
}
.card.card--over .card__image > * {
  display: block;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.card.card--over .card__image img {
  scale: 1;
  transition: 0.3s;
}
.card.card--over .card__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}
.card.card--over .card__body {
  /* body over image */
  position: absolute;
  bottom: 0;
  color: #fff;
  padding: 24px;
}
.card.card--over .card__cat {
  color: #fff;
}
.card.card--over .card__title {
  color: #fff;
  font-weight: 600;
  transition: 0.3s;
  /* title yellow separator */
}
.card.card--over .card__title--sep::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: #FFAE00;
  margin: 12px 0 18px;
}
.card.card--over .card__text {
  color: #fff;
  line-height: 1.4;
}
.card.card--res {
  border-radius: 8px;
  overflow: hidden;
}
.card.card--res .card__body {
  background: white;
  margin: 0;
  padding: 34px 20px;
}
.card.card--res .card__cat {
  border-bottom: 3px dotted #F1EAE1;
  padding-bottom: 16px;
  margin-bottom: 16px;
  color: #A17234;
  text-transform: uppercase;
}
.card.card--app {
  background: #0E288B;
  display: flex;
  align-items: flex-end;
  text-align: center;
}
.card.card--app .card__body {
  bottom: auto;
  top: 0;
}
.hoverCard .ressources__item__img img,
.hoverCard .hoverCard__img {
  scale: 1;
}
.hoverCard .hoverCard__title {
  text-decoration: underline;
  text-decoration-color: transparent;
}
.hoverCard .ressources__item__img img,
.hoverCard .hoverCard__img,
.hoverCard .hoverCard__title {
  transition: 0.3s;
}
.hoverCard:hover .ressources__item__img img,
.hoverCard:hover .hoverCard__img {
  scale: 1.2;
}
.hoverCard:hover .hoverCard__title {
  text-decoration-color: var(--stroke-clr, #0E288B);
}
.target {
  display: none;
  opacity: 0;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease-in-out;
}
.target.is-visible {
  display: block;
  opacity: 1;
}
.target__content {
  background-color: #FBF2E8;
  margin: 0 auto;
  padding: 24px;
  width: 100%;
  border-radius: unset;
  min-height: 100vh;
}
.target__headings {
  margin-bottom: 32px;
}
.target__headings h3 {
  text-align: center;
}
.target__headings__p {
  color: #0E288B;
  font-size: 16px;
  text-align: center;
}
.target__block {
  display: grid;
  grid-row-gap: 20px;
}
.target__card {
  cursor: pointer;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), var(--poster);
  aspect-ratio: 33/20;
  border-radius: 16px;
  background-size: cover;
  padding: 20px;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.43, -0.23, 0, 1.58);
}
.target__card ::before {
  opacity: 0;
  background-color: #0E288B;
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.5s cubic-bezier(0.43, -0.23, 0, 1.58);
}
.target__card:hover::before {
  opacity: 0.7;
  background-color: #0E288B;
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.target__card:hover {
  border-bottom: 4px solid #00BE97;
  background-image: var(--poster);
}
.target__card__title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  z-index: 2;
}
.pod-player {
  min-height: 130px;
  position: fixed;
  z-index: 9;
  bottom: -100%;
  left: 0;
  right: 0;
  --seek-before-width: 0%;
  --volume-before-width: 100%;
  --buffered-width: 0%;
  background: #0E288B;
  transition: 0.3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  color: #FFF;
  box-shadow: grey 0px 2px 10px;
}
.pod-player__close {
  display: block;
  position: absolute;
  width: 20px;
  top: 20px;
  right: 20px;
}
.pod-player__close:hover {
  cursor: pointer;
}
.pod-player__person {
  display: none;
}
.pod-player__person__picture {
  width: 100%;
  position: relative;
}
.pod-player__person__picture img {
  width: 61px;
  border-radius: 8px !important;
}
.pod-player__person__name {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0em;
  text-align: left;
}
.pod-player__play {
  width: 95%;
  margin: auto;
}
.pod-player__play #play-icon {
  display: block;
  margin: 0 auto 15px;
}
.pod-player__play #play-icon i {
  display: block;
  width: 50px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.pod-player__play #play-icon i.fa-play {
  background-image: url('img/podcast-play.svg');
}
.pod-player__play #play-icon i.fa-pause {
  background-image: url('img/podcast-pause.svg');
}
.pod-player__play #seek-slider {
  margin: 0;
  width: calc(100% - 140px);
}
.pod-player__volume {
  display: none;
}
.pod-player__volume #mute-icon {
  margin: 0 10px 0 0;
  width: 18px;
}
.pod-player__volume #mute-icon i {
  display: block;
  width: 16px;
  height: 12px;
  background-image: url('img/podcast-volume.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.pod-player__volume #volume-slider {
  margin: 0 0 0 0;
  width: 168px;
}
.pod-player__volume #volume-slider::-webkit-slider-runnable-track,
.pod-player__volume #volume-slider::-moz-range-track,
.pod-player__volume #volume-slider::-ms-fill-upper {
  background: rgba(0, 125, 181, 0.6);
}
.pod-player__volume #volume-slider::before {
  width: var(--volume-before-width);
}
.pod-player .time {
  display: inline-block;
  width: 65px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  margin: 0;
}
.pod-player input[type="range"] {
  position: relative;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 48%;
  margin: 0;
  padding: 0;
  height: 19px;
  margin: 30px 2.5% 20px 2.5%;
  outline: none;
  background: none;
}
.pod-player input[type="range"]::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  width: var(--seek-before-width);
  height: 3px;
  background-color: #FFF;
  cursor: pointer;
}
.pod-player input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: linear-gradient(to right, rgba(0, 125, 181, 0.6) var(--buffered-width), rgba(0, 125, 181, 0.2) var(--buffered-width));
}
.pod-player input[type="range"]::-webkit-slider-thumb {
  position: relative;
  -webkit-appearance: none;
  box-sizing: content-box;
  border: 1px solid #007db5;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  margin: -7px 0 0 0;
}
.pod-player input[type="range"]:active::-webkit-slider-thumb {
  transform: scale(1.2);
  background: #007db5;
}
.pod-player input[type="range"]::-moz-range-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: linear-gradient(to right, rgba(0, 125, 181, 0.6) var(--buffered-width), rgba(0, 125, 181, 0.2) var(--buffered-width));
}
.pod-player input[type="range"]::-moz-range-progress {
  background-color: #007db5;
}
.pod-player input[type="range"]::-moz-focus-outer {
  border: 0;
}
.pod-player input[type="range"]::-moz-range-thumb {
  box-sizing: content-box;
  border: 1px solid #007db5;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}
.pod-player input[type="range"]:active::-moz-range-thumb {
  transform: scale(1.2);
  background: #007db5;
}
.pod-player input[type="range"]::-ms-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: transparent;
  border: solid transparent;
  color: transparent;
}
.pod-player input[type="range"]::-ms-fill-lower {
  background-color: #007db5;
}
.pod-player input[type="range"]::-ms-fill-upper {
  background: linear-gradient(to right, rgba(0, 125, 181, 0.6) var(--buffered-width), rgba(0, 125, 181, 0.2) var(--buffered-width));
}
.pod-player input[type="range"]::-ms-thumb {
  box-sizing: content-box;
  border: 1px solid #007db5;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}
.pod-player input[type="range"]:active::-ms-thumb {
  transform: scale(1.2);
  background: #007db5;
}
.pod-iframe {
  display: block;
  position: fixed;
  width: 510px;
  max-width: 90vw;
  left: 50%;
  bottom: -100%;
  translate: -50% 0;
  transition: 0.5s;
  z-index: 99;
}
.pod-iframe.active {
  bottom: 20px;
}
.bloc-gut {
  --wp--preset--spacing--20: 10px;
  --wp--preset--spacing--30: 15px;
  --wp--preset--spacing--40: 20px;
  --wp--preset--spacing--50: 25px;
  --wp--preset--spacing--60: 30px;
  --wp--preset--spacing--70: 35px;
  --wp--preset--spacing--80: 40px;
}
.bloc-gut > * {
  margin-top: 0;
}
.bloc-gut > *:not(:last-child):not(.wp-block-spacer) {
  margin-bottom: 20px;
}
.bloc-gut > p + ul,
.bloc-gut > p + ol,
.bloc-gut > ol + p,
.bloc-gut > ul + p {
  margin-top: -20px;
}
.bloc-gut .ml-0 {
  margin-left: 0 !important;
}
.bloc-gut h2 {
  color: #0E288B;
  font-family: 'Montserrat', sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.03em;
}
.bloc-gut .h25 {
  color: #0E288B;
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.03em;
}
.bloc-gut h3 {
  color: #0E288B;
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.03em;
}
.bloc-gut h4 {
  color: #0E288B;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.03em;
}
.bloc-gut h5 {
  color: #0E288B;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.03em;
}
.bloc-gut h6 {
  color: #0E288B;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}
.bloc-gut h2 em,
.bloc-gut h3 em,
.bloc-gut h4 em,
.bloc-gut h5 em,
.bloc-gut h6 em {
  color: #A17234;
  font-style: normal;
}
.bloc-gut h5 strong {
  font-weight: 700;
}
.bloc-gut p,
.bloc-gut li {
  color: #4B4B4B;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}
.bloc-gut ul {
  padding-left: 10px;
}
.bloc-gut ul li {
  list-style-type: disc;
}
.bloc-gut ul li,
.bloc-gut ol li {
  list-style-position: inside;
}
.bloc-gut figure.wp-block-image img {
  border-radius: 10px;
  width: 100%;
}
.bloc-gut .wp-block-columns {
  gap: 10px;
}
.bloc-gut .wp-block-group:not(.bg-img-title-card):not(.bg-img-card) {
  padding: 20px 20px;
  background-color: #FBF2E8;
  border-radius: 16px;
  margin-left: -20px;
  margin-right: -20px;
}
.bloc-gut .wp-block-group:not(.bg-img-title-card):not(.bg-img-card) .wp-block-columns {
  gap: 2em;
}
.bloc-gut .wp-block-group:not(.bg-img-title-card):not(.bg-img-card) img {
  background-color: #fff;
}
.bloc-gut .wp-block-group:not(.bg-img-title-card):not(.bg-img-card) figure.wp-block-image {
  margin: 0;
}
.bloc-gut .wp-block-group:not(.bg-img-title-card):not(.bg-img-card) figure.wp-block-image img {
  width: 100%;
}
.bloc-gut .wp-block-column > * {
  margin-top: 0;
}
.bloc-gut .wp-block-column > *:not(:last-child):not(.wp-block-spacer) {
  margin-bottom: 20px;
}
.bloc-gut .wp-block-column > p + ul,
.bloc-gut .wp-block-column > p + ol,
.bloc-gut .wp-block-column > ol + p,
.bloc-gut .wp-block-column > ul + p {
  margin-top: -20px;
}
.bloc-gut .img-block img {
  display: block;
  width: 100%;
}
.bg-img-card {
  position: relative;
  padding: 24px 40px;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  min-height: 360px;
}
.bg-img-card .wp-block-image {
  margin: 0;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.bg-img-card .wp-block-image::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-img-card .wp-block-image img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.bg-img-card p {
  position: relative;
  display: block;
  padding-left: 28px;
  border-left: solid 4px #A17234;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.03em;
}
.bg-img-title-card .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 24px;
  padding: 40px 20px;
  min-height: 560px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.bg-img-title-card figure.wp-block-image {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
  z-index: 1;
}
.bg-img-title-card figure.wp-block-image::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.bg-img-title-card figure.wp-block-image img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.bg-img-title-card h3,
.bg-img-title-card h6,
.bg-img-title-card p {
  max-width: 540px;
  color: var(--Secondaire-Blanc, #FFF);
  position: relative;
  z-index: 2;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.bg-img-title-card h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.03em;
}
.bg-img-title-card h6 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}
.bg-img-title-card p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.large-txt {
  max-width: unset !important;
}
.img-tet {
  border-radius: 0 0 32px 32px;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), var(--bg-img);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0 32px;
}
.img-tet .wrap {
  display: flex;
  flex-direction: column;
}
.img-tet .breadcrumbs {
  order: 1;
}
.img-tet h1 {
  order: 3;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.03em;
}
.img-tet h2 {
  order: 2;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}
.breadcrumb {
  margin-bottom: 16px;
  color: #0E288B;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.breadcrumb a {
  opacity: 0.5;
}
.img-tet .breadcrumb {
  color: #fff;
}
.search-layer {
  /* Style de la div en mode "fixed" après l'animation */
}
.search-layer__inner {
  cursor: pointer;
  background: white;
  border: 1px solid #EEEEEE;
  border-radius: 8px;
  padding: 0 20px;
}
.search-layer.active .search-layer__backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  transition: all 0.6s ease;
  opacity: 0.5;
}
.search-layer.active .search-layer__inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 4% 8%;
  border: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  transition: all 0.3s ease;
  cursor: inherit;
  z-index: 150;
}
.search-layer.active .search-form {
  pointer-events: inherit;
}
.search-layer.active .search-form form {
  transition: all 0.3s ease;
  height: 90px;
}
.search-layer.active .search-form input:nth-child(1) {
  transition: all 0.3s ease;
  opacity: 1;
}
.search-layer .search-form {
  position: relative;
  width: 100%;
  pointer-events: none;
}
.search-layer .search-form form {
  display: flex;
  align-items: center;
  height: 42px;
}
.search-layer .search-form input:nth-child(1) {
  border: 0;
  border-bottom: 3px solid #FBF2E8;
  color: #0E288B;
  font-weight: 600;
  font-size: 38px;
  padding-bottom: 14px;
  letter-spacing: -0.03em;
  position: absolute;
  left: 0;
  right: 40px;
  opacity: 0;
}
.search-layer .search-form input:nth-child(2) {
  margin-left: auto;
}
.search-layer #search-suggestions {
  display: none;
  margin: 40px;
}
.search-layer #search-suggestions li {
  margin: 20px 0;
  font-size: 16px;
}
.filter-layer-mobile {
  display: none;
}
.filter-layer-mobile.active {
  display: flex;
  flex-direction: column;
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #fff;
  z-index: 1000;
}
.filter-layer-mobile__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px;
}
.filter-layer-mobile__top .close {
  font-size: 48px;
  font-weight: 400;
  color: #0E288B;
}
.filter-layer-mobile__top__title {
  text-transform: uppercase;
  font-weight: 600;
  color: #A17234;
}
.filter-layer-mobile #product-filter-form-mobile .filter-group {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-bottom: 1px solid #FBF2E8;
  overflow-y: auto;
  max-height: calc(100vh - 70px);
}
.filter-layer-mobile #product-filter-form-mobile .filter-group:first-child .filter-title {
  border-top: 1px solid #FBF2E8;
}
.filter-layer-mobile #product-filter-form-mobile .filter-group .filter-title {
  color: #000;
  opacity: 0.7;
  padding: 10px 0;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 20px 24px;
  flex-shrink: 0;
  align-self: stretch;
  border-top: none;
}
.filter-layer-mobile #product-filter-form-mobile .filter-group .filter-title:after {
  content: url(img/caret.svg);
  transform: rotate(-90deg);
  transition: transform 0.3s ease-in-out;
  filter: brightness(0) saturate(100%) invert(12%) sepia(38%) saturate(6719%) hue-rotate(220deg) brightness(99%) contrast(93%);
}
.filter-layer-mobile #product-filter-form-mobile .filter-group .filter-title.open:after {
  transform: rotate(0);
}
.filter-layer-mobile #product-filter-form-mobile .filter-group .filter-group-options {
  overflow: hidden;
  color: #4B4B4B;
  max-height: 0;
  transition: max-height 0.3s cubic-bezier(0, 1, 0, 1);
}
.filter-layer-mobile #product-filter-form-mobile .filter-group .filter-group-options.act {
  overflow: auto;
  max-height: 20vh;
  transition: max-height 0.7s ease-in-out;
  padding: 0 24px 8px;
  animation: hide-scroll 0.7s backwards;
}
@keyframes hide-scroll {
  from,
  to {
    overflow: hidden;
  }
}
.filter-layer-mobile #product-filter-form-mobile .filter-group .filter-group-options .label-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.filter-layer-mobile #product-filter-form-mobile .filter-group .filter-group-options .label-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.filter-layer-mobile #product-filter-form-mobile .filter-group .filter-group-options .label-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 5px;
}
.filter-layer-mobile #product-filter-form-mobile .filter-group .filter-group-options .label-container:hover input ~ .checkmark {
  background-color: #ccc;
}
.filter-layer-mobile #product-filter-form-mobile .filter-group .filter-group-options .label-container input:checked ~ .checkmark {
  background-color: #0E288B;
}
.filter-layer-mobile #product-filter-form-mobile .filter-group .filter-group-options .label-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.filter-layer-mobile #product-filter-form-mobile .filter-group .filter-group-options .label-container input:checked ~ .checkmark:after {
  display: block;
}
.filter-layer-mobile #product-filter-form-mobile .filter-group .filter-group-options .label-container .checkmark:after {
  left: 10px;
  top: 6px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.filter-layer-mobile #product-filter-form-mobile .filter-group #brand-filter label {
  text-transform: uppercase;
}
.filter-layer-mobile #product-filter-form-mobile .filter-buttons {
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.filter-layer-mobile #product-filter-form-mobile .filter-buttons > * {
  width: 100%;
  margin: 0.5em auto;
}
.filter-layer-mobile #product-filter-form-mobile .reset-filters {
  color: #fff;
  font-weight: 700;
}
.mauticform-page-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.mauticform-page-wrapper .mauticform-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.mauticform-page-wrapper .mauticform-row .mauticform-label {
  font-size: 14px;
  color: #fff;
}
.mauticform-page-wrapper .mauticform-row .mauticform-selectbox {
  border-radius: 8px;
  border: 1px solid var(--Secondaire-HR, #EEE);
  background: var(--Secondaire-Blanc, #FFF);
  display: flex;
  height: 50px;
  padding: 5px 16px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  color: var(--Secondaire-Gris, #4B4B4B);
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
}
.mauticform-page-wrapper .mauticform-email input {
  display: flex;
  height: 50px;
  padding: 16px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 8px;
  background: var(--Secondaire-Blanc, #FFF);
  color: var(--Secondaire-Gris, #4B4B4B);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.mauticform-page-wrapper .mauticform-freetext p {
  color: var(--Secondaire-Blanc, #FFF);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.mauticform-page-wrapper .mauticform-errormsg {
  color: #A17234;
}
.mauticform-page-wrapper .mauticform-select {
  margin-bottom: 6px;
}
.mauticform-page-wrapper .mauticform-checkboxgrp label {
  color: #fff;
}
.mauticform-page-wrapper .mauticform-button {
  color: #fff;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 8px;
  background-color: #A17234;
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  width: 100%;
}
.mauticform-page-wrapper .mauticform-button::before {
  content: url(img/download-icon.svg);
  margin-right: 10px;
}
.mauticform-page-wrapper .mauticform-button:hover {
  background-color: #04344D !important;
}
.mauticform_wrapper .mauticform-message {
  color: #fff;
}
.mauticform-post-success .mauticform-message {
  color: #fff;
  padding-bottom: 15px;
  font-weight: 700;
}
.mauticform-post-success .mauticform-freetext {
  display: none;
}
/**
 * Sections
 *
 * specific styles for an entire section of a page
 * 
 */
/* section chiffres */
.s-chiffres {
  position: relative;
  padding-top: 8px;
  /* animation logo */
  /* container de la grille */
  /* styles spécifiques des cellules */
  /* For presentation only */
  /*&__container > *:after {
        content:attr(class);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: grid;
        align-items: center;
        justify-content: center;
    }*/
}
.s-chiffres__anim {
  position: absolute;
  border-radius: 50%;
  top: 64%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  height: 30vw;
  width: 30vw;
}
.s-chiffres__anim::before {
  position: absolute;
  content: '';
  height: calc(100% - 0.2vw);
  width: calc(100% - 0.2vw);
  border: 0.3vw dotted #fff;
  border: 4px dotted #fff;
  top: 0vw;
  left: 0.1vw;
  border-radius: inherit;
  animation: spin 15s linear infinite;
}
.s-chiffres__anim img {
  width: 100%;
}
@keyframes spin {
  100% {
    transform: rotateZ(-360deg);
  }
}
.s-chiffres__container {
  margin: 0 5px;
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1.2fr 1fr 1fr 1fr;
  gap: 4px 4px;
  grid-template-areas: "c5 c5" "c6 c7" "c8 c8" "c9 c10";
  /* all cells styles */
}
.s-chiffres__container > * {
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
  border-radius: 8px;
  overflow-y: hidden;
}
.s-chiffres__c5 {
  grid-area: c5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* video behaviour */
}
.s-chiffres__c5 video {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.s-chiffres__c5__body {
  position: relative;
  font-size: 28px;
  font-weight: 600;
  z-index: 1;
  padding: 40px 24px;
}
.s-chiffres__c5__image {
  width: 20vw;
  min-width: 190px;
  margin-bottom: 2%;
}
.s-chiffres__c5::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}
.s-chiffres__c6 {
  grid-area: c6;
  background: #0E288B;
  text-align: center;
  padding: 4% 8%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.s-chiffres__c6 > *:nth-child(1) {
  font-size: 40px;
}
.s-chiffres__c6 > *:nth-child(1)::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: #00BE97;
  margin: 0 auto 20px;
}
.s-chiffres__c6 > *:nth-child(2) {
  font-size: 16px;
}
.s-chiffres__c7 {
  grid-area: c7;
  background-color: #F1EAE1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.s-chiffres__c7__title {
  padding-top: 26px;
  color: #0E288B;
  letter-spacing: -0.03em;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1;
  padding-left: 8%;
  padding-right: 8%;
}
.s-chiffres__c7__img {
  max-width: 210px;
  scale: 0.7;
}
.s-chiffres__c8 {
  grid-area: c8;
  /* img behaviour */
}
.s-chiffres__c8 img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.s-chiffres__c9 {
  grid-area: c9;
  background: #A17234;
  text-align: center;
  padding: 4% 8%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.s-chiffres__c9 > *:nth-child(1) {
  font-size: 40px;
}
.s-chiffres__c9 > *:nth-child(1)::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: #FFAE00;
  margin: 0 auto 20px;
}
.s-chiffres__c9 > *:nth-child(2) {
  font-size: 16px;
}
.s-chiffres__c10 {
  grid-area: c10;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.s-chiffres__c10 img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.s-chiffres__c10__body {
  position: relative;
  padding: 6%;
  z-index: 1;
}
.s-chiffres__c10__body > *:nth-child(1) {
  font-size: 48px;
}
.s-chiffres__c10__body > *:nth-child(2) {
  font-size: 16px;
}
.s-chiffres__c10::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}
.s-chiffres__container > * {
  position: relative;
}
/* section des actualités */
.s-actualites {
  margin: 40px 0;
}
.s-actualites a {
  font-size: inherit;
}
.s-actualites__title {
  text-align: center;
}
.s-actualites__flex {
  margin-top: 3vw;
  /* desktop layout */
}
.s-actualites__left {
  border-bottom: 3px dotted #F1EAE1;
  /* tablet cards specific layout */
  /* desktop cards specific layout */
}
.s-actualites__right {
  /* tablet cards specific layout */
  /* desktop cards specific layout */
}
.s-actualites__right .card {
  flex: 1;
}
.s-actualites__right .card:hover .card__image img {
  scale: 1.2;
}
.s-actualites__right .card:hover .card__title a {
  text-decoration: underline;
}
.s-actualites__right .card .card__image img {
  scale: 1;
  transition: 0.3s;
}
.s-actualites__right .card .card__text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
/* section marques  */
.s-marques {
  --swiper-pagination-bottom: 4px;
  --swiper-pagination-color: #A17234;
  padding: 60px 0;
  /* sliders container */
  /* pour les 3 sliders */
  /* SIDES SLIDERS specific styles */
  /* CENTER SLIDER specific styles */
}
.s-marques__title {
  text-align: center;
  margin-bottom: 32px;
}
.s-marques__title p {
  color: #0E288B;
}
.s-marques__sliders-container {
  display: flex;
  min-height: 33vw;
  /* keep space for absolute positioned title "marques" */
  /*transition: .5s;*/
}
.s-marques__sliders-container > * {
  flex: 1;
}
.s-marques__sliders-container.tleft {
  transform: translateX(10px);
}
.s-marques__sliders-container.tright {
  transform: translateX(-10px);
}
.s-marques__slider {
  padding-bottom: 30px;
}
.s-marques__slider .swiper-slide {
  text-align: center;
  /* LEFT SIDE : styles for slide to get hurry into(away) in(from) center */
  /* RIGHT SIDE :styles for slide to get hurry into(away) in(from) center */
}
.s-marques__slider .swiper-slide.hurryRight {
  animation: hurryRightAnim 0.7s;
}
.s-marques__slider .swiper-slide.hurryLeft {
  animation: hurryLeftAnim 0.7s;
}
@keyframes hurryRightAnim {
  0% {
    transform: translateX(0%);
  }
  20% {
    transform: translateX(0%);
  }
  60% {
    transform: translateX(100%) translateY(-80px);
  }
  100% {
    transform: translateX(0%) translateY(0);
  }
}
@keyframes hurryLeftAnim {
  0% {
    transform: translateX(0%);
  }
  40% {
    transform: translateX(100%) translateY(-80px);
  }
  80% {
    transform: translateX(0%) translateY(0);
  }
  100% {
    transform: translateX(0%);
  }
}
.s-marques__slider .swiper-slide.hurryRight2 {
  animation: hurryRight2Anim 0.7s;
}
.s-marques__slider .swiper-slide.hurryLeft2 {
  animation: hurryLeft2Anim 0.7s;
}
@keyframes hurryRight2Anim {
  0% {
    transform: translateX(0%);
  }
  40% {
    transform: translateX(-100%) translateY(-80px);
  }
  80% {
    transform: translateX(0%) translateY(0);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes hurryLeft2Anim {
  0% {
    transform: translateX(0%);
  }
  20% {
    transform: translateX(0%);
  }
  60% {
    transform: translateX(-100%) translateY(-80px);
  }
  100% {
    transform: translateX(0%) translateY(0);
  }
}
.s-marques__item {
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
.s-marques .marquesSlider1,
.s-marques .marquesSlider3 {
  display: none;
}
.s-marques .marquesSlider2 {
  --swiper-navigation-color: #A17234;
}
.s-marques .marquesSlider2 .swiper-slide {
  padding: 20px 30px;
}
.s-marques .marquesSlider2 .swiper-slide .slide-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-around;
}
.s-marques .marquesSlider2 .swiper-slide .slide-container .brand_logo {
  max-height: 320px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.s-marques .marquesSlider2 .swiper-slide .slide-container .brand-description {
  font-size: 16px;
  color: #4B4B4B;
}
.s-marques .marquesSlider2 .swiper-slide .slide-container a {
  color: #0E288B;
  font-weight: 600;
  font-size: 14px;
  padding: 24px 0;
  text-transform: uppercase;
}
/**
 * Views
 *
 * specific style for an entire view/template
 */
body.page-template-diagnostic {
  background-color: #FBF2E8;
}
body.page-template-diagnostic .footer {
  display: none;
}
.diag {
  background-color: #FBF2E8;
  color: #0E288B;
  padding-top: 200px;
  /* header */
  /* steps */
  /* progress */
  /* body */
  /* step view */
  /* diagnostic card */
  /* footer */
  /* results */
  /* loader */
  /* override results (ajax shop page) */
}
.diag__header {
  padding: 20px 0;
}
.diag__steps {
  display: flex;
  justify-content: center;
}
.diag__steps > * {
  font-weight: bold;
  opacity: 0.5;
  font-size: 12px;
}
.diag__steps > *:not(:last-child):after {
  content: ">";
  margin: 0 10px;
  font-size: 16px;
}
.diag__steps > *.is-active {
  opacity: 1;
}
.diag__progress {
  height: 8px;
  background-color: #fff;
  border-radius: 40px;
  margin: 10px -10px 0 -10px;
}
.diag__progress__value {
  height: 100%;
  background: #A17234;
  border-radius: 40px;
  width: 25%;
  transition: 0.3s cubic-bezier(0.175, 1.2, 0.32, 1.2);
}
.diag__body {
  padding: 20px 0 80px;
  transition: 0.5s;
}
.diag__body.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.diag__step:not(.is-active) {
  display: none;
}
.diag__step.is-active .diag__card-container {
  animation: translatePlz 0.3s;
}
@keyframes translatePlz {
  from {
    transform: translateX(30px);
  }
  to {
    transform: translateX(0);
  }
}
.diag__title {
  font-size: 24px;
  font-weight: 600;
  float: left;
  margin-bottom: 20px;
}
.diag__info {
  display: none;
  float: right;
  color: #fff;
  font-weight: 600;
  background: #ed1c24;
  padding: 5px 16px;
  border-radius: 4px;
  font-size: 12px;
}
.diag__card-container {
  clear: both;
  margin: 10px 0;
}
.diag__flex {
  /**
	* User input values.
	*/
  --grid-layout-gap: 8px;
  --grid-row-gap: 0;
  --grid-column-count: 7;
  --grid-item--min-width: 152px;
  /**
	* Calculated values.
	*/
  --gap-count: calc(var(--grid-column-count) - 1);
  --total-gap-width: calc(var(--gap-count) * var(--grid-layout-gap));
  --grid-item--max-width: calc((100% - var(--total-gap-width)) / var(--grid-column-count));
  /**
	* Applied properties
	*/
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(max(var(--grid-item--min-width), var(--grid-item--max-width)), 1fr));
  -moz-column-gap: var(--grid-layout-gap);
       column-gap: var(--grid-layout-gap);
  row-gap: var(--grid-row-gap);
}
.diag__flex--4 {
  /**
	* User input values.
	*/
  --grid-layout-gap: 20px;
  --grid-row-gap: 0;
  --grid-column-count: 4;
  --grid-item--min-width: 250px;
  /**
	* Calculated values.
	*/
  --gap-count: calc(var(--grid-column-count) - 1);
  --total-gap-width: calc(var(--gap-count) * var(--grid-layout-gap));
  --grid-item--max-width: calc((100% - var(--total-gap-width)) / var(--grid-column-count));
  /**
	* Applied properties
	*/
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(max(var(--grid-item--min-width), var(--grid-item--max-width)), 1fr));
  -moz-column-gap: var(--grid-layout-gap);
       column-gap: var(--grid-layout-gap);
  row-gap: var(--grid-row-gap);
}
.diag__card {
  background-color: #fff;
  border-radius: 8px;
  min-height: 60px;
  margin-bottom: 8px;
  padding: 16px 12px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  cursor: pointer;
  border: 2px solid transparent;
  transition: 0.2s;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  /* try */
}
.diag__card:after {
  content: "fake";
  position: absolute;
  right: 2px;
  top: 2px;
  background: #d3ac83;
  color: #fff;
  padding: 2px 6px;
  border-radius: 9px;
  font-size: 11px;
  font-weight: 600;
}
.diag__card--true:after {
  display: none;
}
.diag__card.is-disabled {
  opacity: 0.4;
  /*
                background: #fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='grey' stroke-width='1'/><path d='M0 0 L100 100 ' stroke='grey' stroke-width='1'/></svg>");
                background-repeat:no-repeat;
                background-position:center center;
                background-size: 100% 100%, auto;
                */
}
.diag__card:not(.is-disabled):before {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background: #00BE97 url(img/check-white.svg) no-repeat center;
  border-radius: 50%;
  top: 5px;
  left: 5px;
  opacity: 0;
  transform: translateY(16px);
  transition: 0.3s cubic-bezier(0.175, 1.2, 0.32, 1.5);
}
.diag__card:not(.is-disabled):hover {
  /*transform: scale(1.05);*/
  border-color: rgba(14, 40, 139, 0.5);
}
.diag__card.is-active {
  background-color: #0E288B;
  color: #fff;
}
.diag__card.is-active:before {
  opacity: 1;
  transform: translateY(0);
}
.diag__card.is-active .diag__card__image {
  filter: brightness(0) saturate(100%) invert(1);
  transform: translateY(0);
}
.diag__card.is-active .diag__card__title {
  transform: translateY(0);
}
.diag__card__image {
  margin-bottom: 0.5em;
  transform: translateY(-2px);
  transition: transform 0.2s;
}
.diag__card__title {
  font-size: 13px;
  line-height: 1.2;
  transform: translateY(3px);
  transition: transform 0.2s;
}
.diag__footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.diag__footer__flex {
  display: flex;
  justify-content: space-between;
}
.diag__results {
  display: none;
}
.diag__results__flex {
  padding: 10px 0;
  border-bottom: 1px solid #D8D1C9;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.diag__results__title {
  flex: 1;
  font-size: 20px;
  font-weight: 600;
  color: #0E288B;
}
.diag__results__btn {
  flex: 0 0 22%;
  text-align: right;
}
.diag__results__btn .btn {
  font-size: 10px;
  text-transform: none;
}
.diag__loader {
  position: fixed;
  z-index: 1001;
  inset: 0;
  background-color: #0E288B;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  gap: 40px;
  padding: 20px;
  display: none;
}
.diag__loader__anim {
  display: block;
  aspect-ratio: 1;
  background: url(img/anim-lesaffre.png) no-repeat center;
  background-size: cover;
  width: 130px;
  transform: translateY(-100px);
}
.diag__loader__text {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  text-wrap: balance;
  transform: translateY(100px);
}
.diag__loader .diag__loader__anim,
.diag__loader .diag__loader__text {
  opacity: 0;
  transition: 0.4s cubic-bezier(0.175, 1.1, 0.32, 1.1);
  transition-delay: 0.4s;
}
.diag__loader.is-active .diag__loader__anim,
.diag__loader.is-active .diag__loader__text {
  opacity: 1;
  transform: translateY(0);
}
.diag .woocommerce-catalogue {
  padding-top: 50px;
}
.diag .recipe-block {
  width: auto;
  margin-left: 20px;
  position: sticky;
  top: 140px;
  flex: 0 0 24%;
}
.diag .woocommerce-catalogue .loop-and-filter {
  align-items: flex-start;
}
html.sr .scrollRevealItem {
  visibility: hidden;
}
/* section hero */
.s-hero {
  padding-bottom: var(--hero-menu-height);
}
.s-hero__container {
  position: relative;
  min-height: 500px;
}
.s-hero__container video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100vh;
  border-radius: 0;
  min-height: 500px;
}
.s-hero__layer {
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 82.67%, rgba(0, 0, 0, 0.5) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 75.67%, rgba(0, 0, 0, 0.4) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  position: absolute;
  display: block;
  z-index: 2;
  top: 0;
  left: 0;
  border-radius: 0;
}
.s-hero__body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 2;
}
.s-hero__body__title {
  text-align: center;
  font-weight: 900;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  line-height: 1;
}
.s-hero__body__txt {
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
.s-hero__body__cta {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}
.s-hero__menu {
  left: 0;
  bottom: calc(var(--hero-menu-height) * -1);
  width: 100%;
  position: absolute;
  color: #fff;
  padding: 40px 20px;
  background-color: #0E288B;
  z-index: 3;
}
.s-hero__menu__title {
  min-height: unset;
  margin-bottom: 0;
}
.s-hero__menu__title a {
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.s-hero__menu__title a::after {
  content: url(img/arrow_right.svg);
  transform: scale(1.4);
}
.s-hero__menu__link {
  display: none;
}
.s-hero__menu__link a {
  font-weight: 400;
  font-size: 14px;
  transition: 0.3s;
}
.s-hero__menu__link a::after {
  content: url(img/arrow_right.svg);
  margin-left: 0.5em;
  transition: 0.3s;
}
.s-hero__menu__link a:hover::after {
  margin-left: 1em;
}
.s-hero__menu ul {
  display: grid;
}
.s-hero__menu ul li {
  display: flex;
  flex-direction: column;
  padding: 16px 0;
  width: 100%;
}
.s-hero__menu ul li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
/* section cibles  */
.s-cibles {
  margin: 60px 0;
}
.s-cibles__flex {
  border-radius: 10px;
  overflow: hidden;
  background-color: #FBF2E8;
}
.s-cibles__image {
  aspect-ratio: 306 / 241;
}
.s-cibles__image > * {
  display: block;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.s-cibles__cible {
  color: #fff;
  font-size: 22px;
  line-height: 1.1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.s-cibles__cible b {
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
}
.s-cibles__right {
  position: relative;
}
.s-cibles__box {
  background-color: white;
  border-radius: 8px;
  margin-bottom: 8px;
  padding: 16px 12px;
  padding: 4% 3.2%;
  text-align: center;
}
.s-cibles__box:first-child {
  border: 1px solid #A1723433;
}
.s-cibles__box > *:not(:first-child) {
  margin-top: 10px;
}
/* section des ressources */
.s-ressources {
  padding: 60px 0;
  overflow: hidden;
  /* hide scrollbar for swiper-js "ressourcesSlider" overflow visible */
  min-height: 181px;
}
.s-ressources__title {
  text-align: center;
}
.s-ressources__text {
  margin: 16px 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  color: #4B4B4B;
}
.s-ressources .ressourcesSlider {
  overflow: visible;
  margin-top: 44px;
  margin-bottom: 60px;
}
.s-ressources .ressourcesSlider .ressources__item__text__cat {
  min-height: 55px;
}
.s-ressources__button {
  text-align: center;
}
/* section diverse */
.s-misc {
  padding: 60px 0 0;
  border-top: 1px dashed #C5A57C;
}
.s-misc .card--over:not(.card--app) {
  cursor: pointer;
  margin: 0;
}
.s-misc .card--over:not(.card--app) a {
  display: block;
}
.s-misc .card--over:not(.card--app) .card__image img {
  -o-object-position: center top;
     object-position: center top;
}
.s-misc__flex {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.s-misc__flex .card--over.stretched-link a {
  width: 100%;
  height: 100%;
  position: absolute;
}
.s-misc .card__text {
  padding-bottom: 1vw;
}
.s-misc .card__apps {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.s-misc .card.card--app {
  justify-content: center;
  order: 2;
  min-height: calc(((var(--calculated-full-width, 100vw) - 40px) * 0.82 * 1.211) + 112px + 34px);
  margin-top: 0;
  margin-bottom: 0;
}
.s-misc .card--app .card__image2 {
  width: auto;
}
.s-misc .card--app .card__image2 img {
  width: 76%;
  margin-bottom: -112px;
}
.news h1 {
  margin: 0 0 20px;
  color: #0E288B;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.03em;
}
.news__filters {
  display: none;
}
.news__filters__search,
.news__filters__text,
.news__filters__select {
  box-sizing: border-box;
}
.news__filters__search {
  width: 100%;
  position: relative;
}
.news__filters__search input[type=text] {
  display: block;
  width: 100%;
  border: solid 1px #EEE;
  border-radius: 4px;
  background-color: #fff;
  background-image: url('img/search.svg');
  background-position: center left 13px;
  background-repeat: no-repeat;
  background-size: 11px;
  padding: 0 47px 0 33px;
  height: 40px;
  line-height: 40px;
  color: #444;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}
.news__filters__search button {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  width: 33px;
  height: 33px;
  line-height: 33px;
  border-radius: 3px;
  background-color: #0E288B;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.news__filters__text {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0 0 27px;
  color: #0E288B;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
}
.news__filters__select {
  width: 207px;
  padding: 7px 27px;
  border-right: solid 1px #EEE;
}
.news__filters__select select {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #EEE;
  border-radius: 4px;
  background-color: #fff;
  background-image: url('img/carret-down-blue.svg');
  background-size: 7px;
  background-position: center right 16px;
  background-repeat: no-repeat;
  padding: 0 16px;
  color: #444;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}
.news__filters__select:last-child {
  width: 180px;
  padding: 7px 0 7px 27px;
  border-right: none;
}
.news__filters--mob {
  display: block;
  margin: 0 auto 20px;
}
.news__filters--mob__search,
.news__filters--mob__text,
.news__filters--mob__toggle,
.news__filters--mob__selects,
.news__filters--mob__select {
  box-sizing: border-box;
}
.news__filters--mob__search {
  position: relative;
  margin: 0 auto 10px;
}
.news__filters--mob__search input[type=text] {
  display: block;
  width: 100%;
  border: solid 1px #EEE;
  border-radius: 8px;
  background-color: #fff;
  background-image: url('img/search.svg');
  background-position: center left 20px;
  background-repeat: no-repeat;
  background-size: 16px;
  padding: 0 70px 0 50px;
  height: 60px;
  line-height: 60px;
  color: #444;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.news__filters--mob__search button {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 3px;
  background-color: #0E288B;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.news__filters--mob__text {
  display: block;
  position: relative;
  padding: 20px 16px;
  color: #0E288B;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
}
.news__filters--mob__text img {
  display: block;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 16px;
  width: 12px;
  transition: 0.3s;
}
.news__filters--mob__text img.open {
  transform: rotate(180deg);
}
.news__filters--mob__toggle {
  background-color: #fff;
  border: 1px solid #EEE;
  border-radius: 8px;
}
.news__filters--mob__selects {
  overflow: hidden;
  height: 0;
  transition: 0.3s;
}
.news__filters--mob__select {
  padding: 20px;
}
.news__filters--mob__select label {
  color: #4B4B4B;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}
.news__filters--mob__select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  border: solid 1px #EEE;
  border-radius: 8px;
  background-color: #fff;
  background-image: url('img/carret-down-blue.svg');
  background-position: center right 16px;
  background-repeat: no-repeat;
  background-size: 16px;
  padding: 0 20px;
  height: 60px;
  line-height: 60px;
  color: #444;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.news__content {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px 20px;
  padding-bottom: 24px;
}
.news__content__item {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.news__content__item--sticky {
  padding-bottom: 128.21%;
}
.news__content__item--sticky .news__content__item__img::before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.news__content__item--sticky .news__content__item__img img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.news__content__item--sticky .news__content__item__text {
  position: absolute;
  display: block;
  z-index: 2;
  top: 24px;
  bottom: 24px;
  left: 24px;
  right: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 16px;
}
.news__content__item--sticky .news__content__item__text__cat {
  color: #fff;
}
.news__content__item--sticky .news__content__item__text__title {
  color: #fff;
  font-size: 28px;
}
.news__content__item--sticky .news__content__item__text__excerpt {
  display: none;
}
.news__content__item--regular {
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.news__content__item--regular .news__content__item__img {
  display: block;
  width: 100%;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
.news__content__item--regular .news__content__item__img::before {
  content: "";
  position: relative;
  display: block;
  padding-bottom: 93.59%;
}
.news__content__item--regular .news__content__item__img img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.news__content__item--regular .news__content__item__text {
  display: block;
  width: 100%;
  padding: 32px 20px 20px;
}
.news__content__item--regular .news__content__item__text__cat {
  color: #4B4B4B;
}
.news__content__item--regular .news__content__item__text__title {
  margin: 8px 0;
  color: #0E288B;
  font-size: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news__content__item--regular .news__content__item__text__excerpt {
  color: #4B4B4B;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news__content__item__link {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.news__content__item__text__cat {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}
.news__content__item__text__title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.03em;
}
.news__content__item__text__excerpt {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}
.news__content .pagination {
  margin-bottom: 32px;
}
.news__content .pagination .nav-links {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
.news__content .pagination .nav-links .page-numbers {
  display: block;
  line-height: 38px;
  width: 38px;
  color: #0E288B;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  opacity: 0.3;
}
.news__content .pagination .nav-links .page-numbers.prev,
.news__content .pagination .nav-links .page-numbers.next,
.news__content .pagination .nav-links .page-numbers.current {
  opacity: 1;
}
.news__content .pagination .nav-links .page-numbers.current {
  border: solid 1px #0E288B;
  border-radius: 100%;
}
.actu__main {
  background-color: #fff;
  padding: 20px 24px 42px;
  margin: 0 -20px;
  border-radius: 8px 8px 0 0;
}
.actu__main__head h1 {
  margin: 10px auto;
  color: #0E288B;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.03em;
}
.actu__main__head__cat {
  color: #4B4B4B;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}
.actu__main__head__date {
  color: #4B4B4B;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.actu__main__head__date b {
  font-weight: 600;
}
.actu__main__head__img {
  display: block;
  max-width: 100%;
  margin: 30px auto 20px;
  border-radius: 16px;
}
.actu__main__content {
  margin: auto;
}
.actu__main__content > * {
  padding: 0;
  margin-bottom: 20px;
}
.actu__main__content h2 {
  color: #4B4B4B;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.03em;
}
.actu__main__content h3 {
  color: #0E288B;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.03em;
}
.actu__main__content h4 {
  color: #4B4B4B;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.03em;
}
.actu__main__content h5,
.actu__main__content h6 {
  color: #0E288B;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.03em;
}
.actu__main__content p {
  color: #4B4B4B;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}
.actu__main__content p a {
  color: #0E288B;
}
.actu__main__content ul {
  padding-left: 10px;
}
.actu__main__content ul li {
  list-style: disc inside;
  color: #4B4B4B;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}
.actu__main__content ul li a {
  color: #0E288B;
}
.actu__main__content ol li {
  color: #4B4B4B;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.actu__main__content hr {
  width: 100%;
  border: none;
  border-top: solid 1px #EEE;
  margin: 20px auto;
}
.actu__main__content .wp-block-image {
  border-radius: 8px;
  overflow: hidden;
}
.actu__main__content .wp-block-image figure {
  width: 100%;
}
.actu__main__content .wp-block-image figure img {
  display: block;
  margin: auto;
}
.actu__more {
  margin: 0 -20px;
  padding: 0 30px 30px;
}
.actu__more h2 {
  margin: 40px auto 20px;
  color: #0E288B;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.03em;
}
.actu__more__grid {
  padding: 0 30px;
  margin: 0 -30px;
  display: grid;
  grid-gap: 13px;
}
.actu__more__link {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 0;
  padding: 16px 32px;
  border-radius: 8px;
  background-color: #0E288B;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  transition: 0.3s;
}
.actu__more__link:hover {
  background-color: #04344d;
}
.ressources,
.podcasts {
  padding-bottom: 30px;
}
.ressources h1,
.podcasts h1 {
  margin: 0 0 20px;
  color: #0E288B;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.03em;
}
.ressources__filters,
.podcasts__filters {
  margin: 0 auto 20px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
  align-items: center;
  justify-content: center;
  padding: 0 0;
}
.ressources__filters__search,
.podcasts__filters__search {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.ressources__filters__search input,
.podcasts__filters__search input {
  display: block;
  width: 100%;
  padding: 0 70px 0 55px;
  border-radius: 4px;
  border: 1px solid #EEE;
  background-color: #fff;
  background-image: url('img/search.svg');
  background-position: center left 20px;
  background-repeat: no-repeat;
  background-size: 18px;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  height: 60px;
  line-height: 60px;
}
.ressources__filters__search button,
.podcasts__filters__search button {
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  top: 50%;
  translate: 0 -50%;
  right: 5px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  background-color: #0E288B;
  border-radius: 8px;
}
.ressources__filters__toggle,
.podcasts__filters__toggle {
  display: block;
  background-color: #fff;
  border: 1px solid #EEE;
  border-radius: 8px;
  margin-bottom: 20px;
  width: 100%;
}
.ressources__filters__intro,
.podcasts__filters__intro {
  display: block;
  color: #0E288B;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  cursor: pointer;
  position: relative;
  padding: 20px 16px;
}
.ressources__filters__intro img,
.podcasts__filters__intro img {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  width: 12px;
  transition: transform 0.3s;
}
.ressources__filters__intro img.open,
.podcasts__filters__intro img.open {
  transform: translateY(-50%) rotate(180deg);
}
.ressources__filters__selects,
.podcasts__filters__selects {
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease;
}
.ressources__filters__select,
.podcasts__filters__select {
  display: flex;
  align-items: center;
  justify-content: stretch;
  width: 100%;
}
.ressources__filters__select label,
.podcasts__filters__select label {
  display: none;
}
.ressources__filters__select select,
.podcasts__filters__select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0 60px 0 24px;
  border-radius: 4px;
  border: 1px solid #EEE;
  background-color: #fff;
  background-image: url('img/carret-down-blue.svg');
  background-position: center right 24px;
  background-repeat: no-repeat;
  background-size: 12px;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  height: 60px;
  line-height: 60px;
  width: 100%;
}
.ressources__grid,
.podcasts__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px 20px;
}
.ressources__grid .pagination,
.podcasts__grid .pagination {
  margin-top: 39px;
  margin-bottom: 32px;
}
.ressources__grid .pagination .nav-links,
.podcasts__grid .pagination .nav-links {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
.ressources__grid .pagination .nav-links .page-numbers,
.podcasts__grid .pagination .nav-links .page-numbers {
  display: block;
  line-height: 38px;
  width: 38px;
  color: #0E288B;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  opacity: 0.3;
}
.ressources__grid .pagination .nav-links .page-numbers.prev,
.podcasts__grid .pagination .nav-links .page-numbers.prev,
.ressources__grid .pagination .nav-links .page-numbers.next,
.podcasts__grid .pagination .nav-links .page-numbers.next,
.ressources__grid .pagination .nav-links .page-numbers.current,
.podcasts__grid .pagination .nav-links .page-numbers.current {
  opacity: 1;
}
.ressources__grid .pagination .nav-links .page-numbers.current,
.podcasts__grid .pagination .nav-links .page-numbers.current {
  border: solid 1px #0E288B;
  border-radius: 100%;
}
.ressources__item,
.podcasts__item {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  position: relative;
  background-color: #fff;
  border-radius: 16px;
}
.ressources__item:hover,
.podcasts__item:hover {
  cursor: pointer;
}
.ressources__item__link,
.podcasts__item__link {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
}
.ressources__item__img,
.podcasts__item__img {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  border-radius: 16px;
}
.ressources__item__img::before,
.podcasts__item__img::before {
  content: '';
  display: block;
  padding-bottom: 93.58%;
}
.ressources__item__img img,
.podcasts__item__img img {
  display: block;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.ressources__item__img--pod::after,
.podcasts__item__img--pod::after,
.ressources__item__img--vid::after,
.podcasts__item__img--vid::after,
.ressources__item__img--dl::after,
.podcasts__item__img--dl::after {
  content: '';
  display: block;
  position: absolute;
  width: 70px;
  height: 70px;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 3;
}
.ressources__item__img--pod::after,
.podcasts__item__img--pod::after,
.ressources__item__img--vid::after,
.podcasts__item__img--vid::after {
  background-image: url('img/play-round.svg');
}
.ressources__item__img--dl::after,
.podcasts__item__img--dl::after {
  background-image: url('img/dl-round.svg');
}
.ressources__item__text,
.podcasts__item__text {
  width: 100%;
  padding: 20px;
}
.ressources__item__text__cat,
.podcasts__item__text__cat {
  padding-bottom: 16px;
  margin-bottom: 16px;
  color: #A17234;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  border-bottom: dotted 1px #F1EAE1;
}
.ressources__item__text__cat img,
.podcasts__item__text__cat img {
  display: inline-block;
  width: 22px;
  vertical-align: middle;
  margin-right: 12px;
}
.ressources__item__text__title,
.podcasts__item__text__title {
  color: #0E288B;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.03em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 72px;
}
.ressources__vid,
.podcasts__vid {
  transition: 0.5s;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.ressources__vid__bg,
.podcasts__vid__bg {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: #000;
  opacity: 0.75;
}
.ressources__vid__content,
.podcasts__vid__content {
  position: relative;
  display: block;
  width: 86%;
  max-width: 1100px;
  z-index: 2;
}
.ressources__vid__close,
.podcasts__vid__close {
  position: absolute;
  display: block;
  width: 16px;
  top: -20px;
  right: -20px;
}
.ressources__vid__iframe,
.podcasts__vid__iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.ressources__vid__iframe iframe,
.podcasts__vid__iframe iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.ressources__vid video,
.podcasts__vid video {
  display: block;
  width: 100%;
}
.ressources__popup,
.podcasts__popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.ressources__popup.active,
.podcasts__popup.active {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
}
.ressources__popup__close,
.podcasts__popup__close {
  display: block;
  position: absolute;
  width: 20px;
  top: -20px;
  right: -20px;
}
.ressources__popup__close:hover,
.podcasts__popup__close:hover {
  cursor: pointer;
}
.ressources__popup__bg,
.podcasts__popup__bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
.ressources__popup__container,
.podcasts__popup__container {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 2;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: grey 0px 2px 10px;
  width: calc(100% - 60px);
  padding: 30px 20px;
}
.ressources__popup .gform_wrapper,
.podcasts__popup .gform_wrapper {
  position: relative;
}
.ressources__popup .gform_wrapper form label,
.podcasts__popup .gform_wrapper form label {
  color: #4B4B4B;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}
.ressources__popup .gform_wrapper form input[type="email"],
.podcasts__popup .gform_wrapper form input[type="email"] {
  display: block;
  width: 100%;
  padding: 0 24px;
  height: 60px;
  line-height: 60px;
  color: #4B4B4B;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  border-radius: 8px !important;
  border: solid 1px #EEE;
  box-shadow: none;
}
.ressources__popup .gform_wrapper form .gform_footer,
.podcasts__popup .gform_wrapper form .gform_footer {
  margin: 0;
}
.ressources__popup .gform_wrapper form .gform_footer .gform_button,
.podcasts__popup .gform_wrapper form .gform_footer .gform_button {
  display: block !important;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 5px;
  right: 5px;
  height: 50px;
  line-height: 50px !important;
  padding: 0 26px !important;
  border-radius: 8px !important;
  background-color: #A17234 !important;
}
.contact {
  padding-bottom: 32px;
  position: relative;
}
.contact__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 0;
  gap: 24px;
}
.contact__coord {
  display: flex;
  flex-direction: column;
  max-width: 548px;
  width: 100%;
  gap: 24px;
}
.contact__coord__entity {
  color: #0E288B;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.03em;
  font-size: 20px;
}
.contact__coord__address {
  display: flex;
  color: #4B4B4B;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.contact__coord__address::before {
  content: url(img/location.svg);
  width: 18px;
  margin-right: 16px;
}
.contact__coord__tel {
  display: flex;
  color: #4B4B4B;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
.contact__coord__tel::before {
  content: url(img/phone.svg);
  width: 18px;
  margin-right: 16px;
}
.contact__coord__mail {
  display: flex;
  color: #0E288B;
  font-size: 16px;
  line-height: 160%;
}
.contact__coord__mail::before {
  content: url(img/mail.svg);
  width: 22px;
  margin-top: 3px;
  margin-right: 12px;
}
.contact__form {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  width: 100%;
  min-width: unset;
  position: relative;
  z-index: 1;
}
.contact__form .gsection_title {
  font-size: 18px;
  font-weight: 600;
}
.contact__form .gform_required_legend {
  display: none !important;
}
.contact__form .gfield_required {
  color: #0E288B;
}
.contact__form .ginput_container_select {
  height: 60px;
}
.contact__form .ginput_container_select .gfield_select {
  height: 60px;
  padding: 11px;
  color: rgba(0, 0, 0, 0.5);
  border: 1px solid #EEEEEE;
  box-shadow: none;
  border-radius: 4px;
}
.contact__form .ginput_container_text {
  color: rgba(0, 0, 0, 0.5);
}
.contact__form .ginput_container_text input[type=text] {
  border: 1px solid #EEEEEE;
  box-shadow: none;
  height: 60px;
  border-radius: 4px;
}
.contact__form .ginput_container_email input[type=email] {
  border: 1px solid #EEEEEE;
  box-shadow: none;
  height: 60px;
  border-radius: 4px;
}
.contact__form .ginput_container_phone .iti__tel-input {
  border: 1px solid #EEEEEE;
  box-shadow: none;
  height: 60px;
  border-radius: 4px;
}
.contact__form .ginput_container_phone .iti__tel-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact__form .ginput_container_phone .iti__tel-input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact__form .ginput_container_phone .iti__country-list {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.contact__form .ginput_container_phone .iti__country-list::-webkit-scrollbar {
  width: 10px;
}
.contact__form .ginput_container_phone .iti__country-list::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.contact__form .ginput_container_phone .iti__country-list::-webkit-scrollbar-thumb {
  background: #A17234;
}
.contact__form .ginput_container_phone .iti__country-list::-webkit-scrollbar-thumb:hover {
  background: #0E288B;
}
.contact__form .ginput_container_textarea .textarea {
  border: 1px solid #EEEEEE;
  box-shadow: none;
  border-radius: 4px;
}
.contact__form .upload-file input[type=file]::file-selector-button {
  content: 'test';
}
.contact__form .upload-file input[type=file] {
  border: none;
  position: relative;
  height: 58px;
  box-shadow: none;
}
.contact__form .upload-file input[type=file]::file-selector-button {
  margin-right: 8px;
  border: none;
  background: #EEEEEE;
  border-radius: 8px;
  padding: 15px 15px 15px 50px;
  color: #0E288B;
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
}
.contact__form .upload-file input[type=file]::before {
  content: url(img/upload.svg);
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2;
  width: 28px;
  height: 28px;
}
.contact__form .ginput_container_consent input[type=checkbox] {
  border: 1px solid #EEEEEE;
  box-shadow: none;
}
.contact__form #gform_submit_button_1 {
  display: flex;
  width: 171px;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background-color: #0E288B;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.contact__form #gform_submit_button_1:hover {
  background-color: #04344D;
}
.contact__form__required-text {
  color: #4B4B4B;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
}
#gform_wrapper_1[data-form-index="0"].gform-theme {
  --gf-field-section-border-style: none;
  --gf-ctrl-label-color-primary: #0E288B !important;
  --gf-form-gap-y: 16px;
}
.commitment-template__title {
  font-size: 24px;
  color: #0E288B;
  text-align: center;
  letter-spacing: -0.72px;
  font-weight: 600;
  padding: 30px 15px;
}
.commitment-template__layout {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  flex-direction: column;
  -ms-box-orient: vertical;
  row-gap: 40px;
  padding: 30px 10px 170px 10px;
}
.commitment-template__layout__nav {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0px 0px 18.5px 0px rgba(118, 118, 118, 0.25);
  position: relative;
}
.commitment-template__layout__nav .swiper-button-prev,
.commitment-template__layout__nav .swiper-button-next {
  --swiper-navigation-color: #0E288B;
  --swiper-navigation-size: 10px;
}
.commitment-template__layout__content {
  background-color: #fff;
  border-radius: 16px;
  padding: 60px 20px;
}
.nav-wrapper.commitmentSlider {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  flex-direction: row;
  -ms-box-orient: horizontal;
  overflow: hidden;
  margin: 25px;
}
.commitment-nav-element {
  opacity: 0.3;
  transition: opacity 300ms ease;
  width: 100px;
}
.commitment-nav-element:hover {
  opacity: 1;
}
.commitment-nav-element--active {
  opacity: 1;
}
.commitment-content__visual {
  position: relative;
}
.commitment-content__visual > * {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.commitment-content__visual__chip {
  bottom: 0;
  max-width: 91px;
  position: absolute;
  right: 20px;
  top: -45px;
}
.commitment-content__visual__img {
  width: 415px;
}
.commitment-content__text__subtitle {
  color: #0E288B;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 30px 0 0 0;
}
.commitment-content__text > h1.wp-block-heading {
  font-size: 50px;
  font-weight: 900;
  letter-spacing: -1.5px;
  text-transform: uppercase;
  line-height: 100%;
  padding: 20px 0;
}
.commitment-content__text > p {
  color: #4B4B4B;
  font-size: 16px;
  line-height: 160%;
}
.swiperCommitment .swiper-slide img {
  width: 100%;
}
.error404__main {
  display: flex;
  align-items: center;
  padding: 120px 0 100px;
  min-height: 100vh;
}
.error404__main h1 {
  display: block;
  margin: 0 auto 30px;
  width: 100%;
  max-width: 100%;
}
.error404__main h1 img {
  display: block;
  width: 100%;
}
.error404__main h2 {
  display: block;
  margin: 0 auto 30px;
  color: #0E288B;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.03em;
}
.error404__main__text {
  margin: 0 auto 50px;
  color: #4B4B4B;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}
.error404__main__link {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.error404__main__link a,
.error404__main__link button {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 24px;
  border-radius: 8px;
  background-color: #0E288B;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  transition: 0.3s;
}
.error404__main__link a:hover,
.error404__main__link button:hover {
  background-color: #04344d;
}
.misc-pages {
  padding-bottom: 80px;
}
.misc-pages h1 {
  display: block;
  margin: 0 auto 30px;
  color: #0E288B;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.03em;
}
.misc-pages__content {
  margin: auto;
}
.misc-pages__content > * {
  margin-bottom: 20px;
}
.misc-pages__content > p + ol,
.misc-pages__content > ul + p,
.misc-pages__content > ol + p {
  margin-top: -20px;
}
.misc-pages__content p + p {
  padding: 0;
}
.misc-pages__content h2 {
  color: #0E288B;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.03em;
}
.misc-pages__content h3 {
  color: #0E288B;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.misc-pages__content h4 {
  color: #4B4B4B;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.misc-pages__content p,
.misc-pages__content li {
  color: #4B4B4B;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}
.misc-pages__content ul {
  padding-left: 10px;
  padding-bottom: 10px;
}
.misc-pages__content ul li {
  list-style-type: disc;
  list-style-position: inside;
}
.misc-pages__content ol li {
  list-style-type: decimal;
  list-style-position: inside;
}
.misc-pages__content a {
  color: #0E288B;
  text-decoration: underline;
}
.rse-more {
  background-color: #FBF2E8;
  padding: 56px 0 56px;
  overflow: hidden;
}
.rse-more .h25 {
  text-align: center;
  margin: 0 auto 40px;
  width: calc(100% - 40px);
  font-size: 28px;
}
.rse-more__slider {
  margin: 0 auto;
  width: calc(100% - 90px);
  overflow: visible;
}
.rse-more__slider .swiper-slide {
  height: auto;
}
.funct__content {
  max-width: 100%;
  padding: 40px 0 30px;
  margin: 0 auto 30px;
  border-bottom: dotted 1px #F1EAE1;
}
.funct__content__title {
  margin: 0 auto 10px;
  color: #0E288B;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}
.funct__headings {
  display: flex;
  justify-content: center;
  padding: 40px 0 60px;
}
.funct__headings__inner {
  max-width: 1024px;
}
.funct__headings__inner__title {
  font-weight: 600;
  letter-spacing: -0.03em;
  text-align: center;
  color: #A17234;
  padding-bottom: 30px;
}
.funct__headings__inner__title span {
  color: #0E288B;
}
.funct__headings__inner__subtitle {
  font-weight: 600;
  letter-spacing: -0.03em;
  text-align: center;
  color: #0E288B;
}
.funct__container {
  margin-top: 80px;
}
.funct__firstblock {
  background-color: #FBF2E8;
  border-radius: 16px;
  display: flex;
  flex-direction: column-reverse;
  gap: 20px;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.funct__firstblock__pic {
  width: 100%;
}
.funct__firstblock__pic img {
  border-radius: 16px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  aspect-ratio: 50/33;
}
.funct__firstblock__content {
  width: 100%;
  text-align: center;
}
.funct__firstblock__content > div:first-child {
  font-weight: 600;
  letter-spacing: -0.03em;
  text-align: center;
  color: #A17234;
  padding-bottom: 30px;
  line-height: 110%;
}
.funct__firstblock__content > div:first-child span {
  color: #0E288B;
}
.funct__firstblock__content > div:last-child {
  text-align: center;
  color: #4B4B4B;
}
.funct__characteristics {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background: #F4F3F3;
  background-size: contain;
  background-repeat: no-repeat;
  --swiper-theme-color: #A17234;
  margin: 90px 0 40px;
}
.funct__characteristics__bg {
  display: flex;
  position: relative;
  width: 100%;
  height: 300px;
  background-image: var(--url);
  background-size: cover;
}
.funct__characteristics__bg img {
  height: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.funct__characteristics__bg .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 0, 0, 0) 0%, rgba(244, 243, 243, 0) 85%, #f4f3f3 100%);
}
.funct__characteristics__title {
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #0E288B;
  padding-bottom: 30px;
}
.funct__characteristics__subtitle {
  font-weight: 600;
  letter-spacing: -0.03em;
  text-align: center;
  color: #0E288B;
}
.funct__characteristics__text {
  padding-bottom: 40px;
}
.funct__characteristics__text p {
  color: #4B4B4B;
}
.funct__characteristics__container {
  padding: 40px 0;
  max-width: calc(100% - 80px);
}
.funct__characteristics__container .functSlider {
  padding-bottom: 50px;
  width: 100%;
}
.funct__characteristics__cards {
  display: flex;
}
.funct__characteristics__cards .sh-card {
  display: flex;
  flex-direction: column;
  width: 245px;
  min-width: 200px;
}
.funct__characteristics__cards .sh-card__header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #A17234;
  padding-bottom: 30px;
  border-bottom: 4px solid #A17234;
  font-weight: 600;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  min-height: 111px;
}
.funct__characteristics__cards .sh-card__header > div:first-child {
  margin-right: 10px;
}
.funct__characteristics__cards .sh-card__content {
  display: flex;
  justify-content: flex-start;
  color: #4B4B4B;
  padding-top: 24px;
}
.funct__common {
  display: flex;
  padding: 30px 6vw 100px;
  flex-direction: column;
}
.funct__common__texts {
  width: 100%;
}
.funct__common__img {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-top: 30px;
}
.funct__common__img img {
  width: 100%;
  max-width: 540px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  aspect-ratio: 54/58;
}
.funct__common__title {
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #0E288B;
  padding-bottom: 50px;
}
.funct__common__subtitle {
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #0E288B;
  padding-bottom: 50px;
}
.funct__common__text {
  padding-bottom: 50px;
}
.funct__common__text p {
  color: #4B4B4B;
}
.funct__common__grid {
  display: grid;
  padding: 30px;
  grid-row-gap: 30px;
}
.funct__common__grid li {
  position: relative;
  padding-left: 60px;
}
.funct__common__grid li .number {
  position: absolute;
  top: -20px;
  left: -12px;
  background-color: #fff;
  font-size: 44px;
  font-weight: 600;
  color: #A17234;
  z-index: 3;
}
.funct__common__grid li .li-title {
  color: #0E288B;
  font-weight: 600;
  padding-bottom: 24px;
}
.funct__common__grid li .li-txt {
  color: #4B4B4B;
  position: relative;
}
.funct__common__grid li .li-txt::before {
  position: absolute;
  height: 100%;
  width: 1px;
  content: '';
  background-color: #A17234;
  left: -60px;
  top: 0;
}
.funct__chars,
.funct__sol {
  max-width: 100%;
  margin: 0 auto 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: space-between;
}
.funct__chars > *,
.funct__sol > * {
  width: 100%;
}
.funct__sol {
  align-items: flex-start;
  flex-direction: column-reverse;
}
.funct__sol__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 0;
}
.funct__sol__item h3 {
  color: #0E288B;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.03em;
}
.funct__sol__picto {
  display: block;
  width: 50px;
}
.funct__products {
  position: relative;
  padding: 20px 0;
  margin: 0 auto 30px;
  background-color: #FBF2E8;
}
.funct__products > h2 {
  margin: 0 auto 20px;
  color: #0E288B;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.03em;
}
.funct__products__prods {
  position: relative;
  max-width: calc(100% - 40px);
  margin: auto;
}
.funct__products__card {
  background-color: #fff;
  padding: 20px;
  width: 100%;
  border-radius: 16px;
  margin: unset;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 400px;
  height: var(--shopHeight);
}
.funct__products__card:hover .btn-plus {
  background-color: #A17234;
  color: #fff;
}
.funct__products__card:hover .btn-plus::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(31%) saturate(12%) hue-rotate(199deg) brightness(102%) contrast(107%);
}
.funct__products__card:hover a.woocommerce-loop-product__link img.attachment-woocommerce_thumbnail {
  scale: 0.8;
  transition: scale 0.3s;
}
.funct__products__card a.woocommerce-loop-product__link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.funct__products__card a.woocommerce-loop-product__link img.attachment-woocommerce_thumbnail {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: none;
  scale: 0.7;
  transition: scale 0.3s;
}
.funct__products__card .woocommerce-loop-product__title {
  color: #0E288B;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  padding: 0.5em 0;
  margin: 0;
}
.funct__products__card .product-header {
  position: absolute;
  display: flex;
  justify-content: space-between;
  top: 0;
  left: 0;
  width: 100%;
}
.funct__products__card .product-header .product-category {
  background-color: var(--productCatMetaColor);
  border-radius: 30px;
  color: #fff;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 700;
  height: 27px;
}
.funct__products__card .product-header .product-brand-logo {
  max-width: 88px;
}
.funct__products__card .product-header .product-brand-logo img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  box-shadow: none;
}
.funct__products__card .product-attributes {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.funct__products__card .product-attributes .product-attribute-term {
  display: flex;
  padding: 5px 12px;
  align-items: center;
  border-radius: 30px;
  background: rgba(0, 190, 151, 0.1);
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  color: #008066;
  white-space: nowrap;
}
.funct__products__card .btn-plus {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #A17234;
  font-size: 14px;
  background-color: #fff;
  border-radius: 30px;
  transition: all 0.3s ease-out;
  padding: 4px 13px;
  min-height: 29px;
}
.funct__products__card .btn-plus::after {
  content: url(img/plus.svg);
  margin-left: 5px;
  margin-top: 2px;
  filter: none;
}
.funct__products__prev,
.funct__products__next {
  color: #A17234;
}
.funct__products__prev {
  left: -15px;
}
.funct__products__next {
  right: -15px;
}
.funct__pdf {
  background-color: #FBF2E8;
  border-radius: 16px;
  padding: 20px;
  margin: 0 auto 30px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.funct__pdf > * {
  width: 100%;
}
.funct__pdf__img {
  position: relative;
}
.funct__pdf__img::before {
  content: '';
  display: block;
  padding-bottom: 95.2%;
}
.funct__pdf__img img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  border-radius: 16px;
}
.funct__pdf__texts {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.funct__pdf__texts h2 {
  color: #0E288B;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
.funct__pdf__texts h3 {
  color: #0E288B;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.03em;
}
.funct__pdf__texts .mauticform-page-wrapper .mauticform-label {
  color: #4B4B4B;
}
.funct__pdf__texts .mauticform-page-wrapper .mauticform-email input {
  border: none;
}
.funct__pdf__texts .mauticform-page-wrapper .mauticform-freetext p {
  color: #4B4B4B;
}
.funct__pdf__texts .mauticform-page-wrapper .mauticform-button {
  background-color: #0E288B;
}
.funct__pdf__texts .mauticform-page-wrapper .mauticform-button-wrapper {
  align-items: center;
}
.funct__pdf__text {
  color: #4B4B4B;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}
.funct__pdf__btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 32px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 8px;
  background-color: #0E288B;
}
.funct__pdf__btn img {
  display: inline-block;
  width: 20px;
  margin-right: 10px;
  vertical-align: middle;
}
.funct__more h2 {
  margin: 0 0 20px;
  color: #0E288B;
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.03em;
}
.funct__more .swiper {
  overflow: visible;
}
.funct__more .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), var(--bg-img);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 211px;
  height: 122px;
  color: #fff;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  padding: 20px;
}
.funct__more .swiper-slide:hover {
  background-size: 110%;
}
.single-fonctionnalite .main {
  overflow: hidden;
}
.applic-main {
  overflow: hidden;
  padding-bottom: 0;
}
.applic-perks {
  max-width: 1060px;
  margin: auto;
  overflow: visible;
}
.applic-perks__container {
  padding: 0 0 30px;
  margin: 0 auto 30px;
  border-bottom: dotted 1px #F1EAE1;
}
.applic-perks .swiper-slide {
  color: var(--Primaire-Accent-2, #0E288B);
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
.applic-perks .swiper-slide img {
  display: block;
  width: 80px;
  margin: 0 auto 6px;
}
.applic__flex {
  max-width: 100%;
  margin: 0 auto 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
}
.applic__flex > * {
  width: 100%;
}
.applic__flex__text {
  padding-right: 0;
}
.applic__flex__text > *:not(:last-child) {
  margin-bottom: 20px;
}
.applic__flex__text h3 {
  color: #0E288B;
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.03em;
}
.applic__flex__img {
  position: relative;
  height: 100%;
}
.applic__flex__img::before {
  content: '';
  display: block;
  padding-bottom: 68.05%;
}
.applic__flex__img img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.applic__sol {
  max-width: 100%;
  margin: 0 auto 20px;
}
.applic__sol h3 {
  color: #0E288B;
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.03em;
  margin: 0 auto 10px;
  text-align: center;
}
.applic__sol__picto {
  display: block;
  width: 50px;
  margin: 0 auto 15px;
}
.applic__sol .bloc-gut {
  padding: 0 6vw;
}
.applic__pdf {
  background-color: #FBF2E8;
  border-radius: 16px;
  padding: 20px 20px;
  margin: 0 auto 30px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.applic__pdf > * {
  width: 100%;
}
.applic__pdf__img {
  position: relative;
}
.applic__pdf__img::before {
  content: '';
  display: block;
  padding-bottom: 95.2%;
}
.applic__pdf__img img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  border-radius: 16px;
}
.applic__pdf__texts {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.applic__pdf__texts h2 {
  color: #A17234;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
.applic__pdf__texts h3 {
  color: #0E288B;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.03em;
}
.applic__pdf__text {
  color: #4B4B4B;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}
.applic__pdf__btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 32px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 8px;
  background-color: #0E288B;
}
.applic__pdf__btn img {
  display: inline-block;
  width: 20px;
  margin-right: 10px;
  vertical-align: middle;
}
.applic__characteristics {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background: #F1F1F3;
  background-size: contain;
  background-repeat: no-repeat;
  --swiper-theme-color: #A17234;
  margin: 90px 0 40px;
}
.applic__characteristics__bg {
  display: flex;
  position: relative;
  width: 100%;
  height: 300px;
  background-image: var(--url);
  background-size: cover;
}
.applic__characteristics__bg img {
  height: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.applic__characteristics__bg .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 0, 0, 0) 0%, rgba(241, 241, 243, 0) 80%, #f1f1f3 100%);
}
.applic__characteristics__title {
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #0E288B;
  padding-bottom: 30px;
}
.applic__characteristics__container {
  padding: 40px 0;
  max-width: calc(100% - 80px);
}
.applic__characteristics__container .applicationSlider {
  padding-bottom: 50px;
  width: 100%;
}
.applic__characteristics__cards {
  display: flex;
}
.applic__characteristics__cards .sh-card {
  display: flex;
  flex-direction: column;
  width: 245px;
  min-width: 200px;
}
.applic__characteristics__cards .sh-card__header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #A17234;
  padding-bottom: 30px;
  border-bottom: 4px solid #A17234;
  font-weight: 600;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  min-height: 111px;
}
.applic__characteristics__cards .sh-card__header > div:first-child {
  margin-right: 10px;
}
.applic__characteristics__cards .sh-card__content {
  display: flex;
  justify-content: flex-start;
  color: #4B4B4B;
  padding-top: 24px;
}
.applic__common {
  display: flex;
  padding: 30px 6vw 100px;
  flex-direction: column;
}
.applic__common__texts {
  width: 100%;
}
.applic__common__img {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-top: 30px;
}
.applic__common__img img {
  width: 100%;
  max-width: 540px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.applic__common__title {
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #0E288B;
  padding-bottom: 30px;
}
.applic__common__grid {
  display: grid;
  padding: 30px;
  grid-row-gap: 30px;
}
.applic__common__grid li {
  position: relative;
  padding-left: 60px;
  border-left: 1px solid #A17234;
}
.applic__common__grid li .number {
  position: absolute;
  top: -20px;
  left: -12px;
  background-color: #fff;
  font-size: 44px;
  font-weight: 600;
  color: #A17234;
}
.applic__common__grid li .li-title {
  color: #0E288B;
  font-weight: 600;
  padding-bottom: 15px;
}
.applic__common__grid li .li-txt {
  color: #4B4B4B;
}
.single-fonctionnalite .mauticform-page-wrapper .mauticform-checkboxgrp label {
  color: #4B4B4B;
}
.single-fonctionnalite .footer__newsletter .mauticform-page-wrapper .mauticform-checkboxgrp label {
  color: #fff;
}
.single-fonctionnalite .funct__pdf__texts .mauticform-post-success .mauticform-message {
  color: #0E288B;
}
.histoire-main {
  padding-bottom: 40px;
}
.histoire-intro {
  margin: 50px 0 50px;
}
.histoire-intro h2 {
  margin: 0 auto 30px;
  color: #A17234;
  font-family: 'Montserrat', sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.03em;
  text-align: center;
}
.histoire-intro h2 strong {
  color: #0E288B;
  font-weight: 600;
}
.histoire-intro__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
  align-items: center;
}
.histoire-intro__grid .bloc-gut {
  position: relative;
  z-index: 2;
}
.histoire-intro__years {
  position: relative;
  z-index: 1;
  color: #0E288B;
  leading-trim: both;
  text-edge: cap;
  font-family: 'Montserrat', sans-serif;
  font-size: 130px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.03em;
  text-align: center;
}
.histoire-intro__years span {
  position: relative;
}
.histoire-intro__years span::after {
  content: '';
  display: inline-block;
  width: 125px;
  height: 82px;
  background-image: url('img/years.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: -25px;
}
.histoire-main .bg-img-card .wp-block-image::after {
  border-radius: 12px;
}
.histoire-main .bloc-gut .wp-block-group:not(.bg-img-title-card):not(.bg-img-card) img {
  background-color: transparent;
}
.history-swiper {
  overflow: hidden;
  border-radius: 10px;
}
.history-swiper .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}
.history-swiper .swiper-slide img {
  overflow: hidden;
}
.search {
  /* search head */
  /* search tabs */
  /* search post group */
}
.search .main {
  background-color: #FBF2E8;
  padding: 190px 0 180px;
}
.search .search-title {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #0E288B;
  text-transform: uppercase;
}
.search .search-query {
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.03em;
  font-size: 28px;
  /* confirmed */
  color: #0E288B;
}
.h-text-white .search .search-query {
  color: #fff;
}
.search .tabs {
  margin: 30px 0;
}
.search .tabs li {
  margin-right: 2px;
}
.search .tabs li a {
  display: block;
  padding: 16px 24px;
  font-weight: 700;
  background-color: #fff;
  color: #0E288B;
}
.search .tabs li a:hover {
  background-color: #d2d7eb;
}
.search .tabs li.active a {
  color: #fff;
  background-color: #0E288B;
}
.search .post-group {
  margin: 50px 0;
}
.search .post-group__title {
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.03em;
  font-size: 22px;
  /* confirmed */
  color: #0E288B;
  margin-bottom: 20px;
}
.h-text-white .search .post-group__title {
  color: #fff;
}
.search .post-group__link {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 600;
  color: #0E288B;
  display: block;
  text-decoration: underline;
}
.search .post-group ul.products {
  width: 100%;
  display: grid;
  grid-template-rows: auto;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.search .post-group ul.products::before {
  display: none;
}
.search .post-group ul.products.loading {
  filter: blur(4px);
}
.search .post-group ul.products li.product {
  background-color: #fff;
  padding: 20px;
  width: 100%;
  border-radius: 16px;
  margin: unset;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-height: 600px;
}
.search .post-group ul.products li.product:hover .btn-plus {
  background-color: #A17234;
  color: #fff;
}
.search .post-group ul.products li.product:hover .btn-plus::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(31%) saturate(12%) hue-rotate(199deg) brightness(102%) contrast(107%);
}
.search .post-group ul.products li.product:hover a.woocommerce-loop-product__link img.attachment-woocommerce_thumbnail {
  scale: 1;
}
.search .post-group ul.products li.product a.woocommerce-loop-product__link {
  display: flex;
  flex-direction: column;
}
.search .post-group ul.products li.product a.woocommerce-loop-product__link img.attachment-woocommerce_thumbnail {
  transition: all 0.3s ease-out;
  margin-top: 30px;
  margin-bottom: 0;
  scale: 0.9;
}
.search .post-group ul.products li.product .woocommerce-loop-product__title {
  color: #0E288B;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.search .post-group ul.products li.product .product-header {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.search .post-group ul.products li.product .product-header .product-category {
  background-color: var(--productCatMetaColor, #0E288B);
  border-radius: 30px;
  color: #fff;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 700;
  height: 27px;
}
.search .post-group ul.products li.product .product-header .product-brand-logo {
  max-width: 88px;
  max-height: 45px;
  margin: 0;
}
.search .post-group ul.products li.product .product-header .product-brand-logo img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0;
}
.search .post-group ul.products li.product .product-attributes {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.search .post-group ul.products li.product .product-attributes .product-attribute-term {
  display: flex;
  padding: 5px 12px;
  align-items: center;
  border-radius: 30px;
  background: rgba(0, 190, 151, 0.1);
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  color: #008066;
  white-space: nowrap;
}
.search .post-group ul.products li.product .btn-plus {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #A17234;
  font-size: 14px;
  background-color: #fff;
  border-radius: 30px;
  transition: all 0.3s ease-out;
  padding: 4px 13px;
}
.search .post-group ul.products li.product .btn-plus::after {
  content: url(img/plus.svg);
  margin-left: 5px;
  margin-top: 2px;
  filter: none;
}
.page-template-masterclass main {
  padding-bottom: 0;
}
.page-template-masterclass .section-01 {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  flex-direction: column;
}
.page-template-masterclass .section-01__headings {
  color: #0E288B;
}
.page-template-masterclass .section-01__headings span {
  color: #A17234;
}
.page-template-masterclass .section-01 .col-01 {
  background-color: #fff;
  padding: 4vw 4vw 40px 4vw;
  width: 100%;
}
.page-template-masterclass .section-01 .col-01 ul li {
  display: flex;
  padding-top: 40px;
}
.page-template-masterclass .section-01 .col-01 ul li .li-icon {
  margin-right: 32px;
}
.page-template-masterclass .section-01 .col-01 ul li .li-icon img {
  min-width: 70px;
  filter: brightness(0) saturate(100%) invert(49%) sepia(7%) saturate(3508%) hue-rotate(354deg) brightness(93%) contrast(90%);
}
.page-template-masterclass .section-01 .col-01 ul li .li-content__title {
  color: #0E288B;
  padding-bottom: 8px;
}
.page-template-masterclass .section-01 .col-01 ul li .li-content__txt {
  font-size: 16px;
  color: #4B4B4B;
}
.page-template-masterclass .section-01 .col-02 {
  width: 100%;
}
.page-template-masterclass .section-01 .col-02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  aspect-ratio: 960/750;
}
.page-template-masterclass .section-02 {
  background-color: #fff;
  padding-bottom: 0;
}
.page-template-masterclass .parent {
  display: grid;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin: 0 8px;
}
.page-template-masterclass .parent img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.page-template-masterclass .parent > div {
  max-width: 100%;
  max-height: 91vw;
}
.page-template-baking-center main {
  padding-bottom: 0;
}
.page-template-baking-center .section-01 {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  flex-direction: column;
}
.page-template-baking-center .section-01__title {
  color: #A17234;
  padding-bottom: 32px;
}
.page-template-baking-center .section-01__title span {
  color: #0E288B;
}
.page-template-baking-center .section-01__subtitle {
  color: #0E288B;
  padding-bottom: 32px;
}
.page-template-baking-center .section-01__subtitle span {
  color: #A17234;
}
.page-template-baking-center .section-01__txt {
  font-size: 16px;
  color: #4B4B4B;
}
.page-template-baking-center .section-01 .col-01 {
  background-color: #fff;
  padding: 4vw 4vw 40px 4vw;
  width: 100%;
}
.page-template-baking-center .section-01 .col-02 {
  width: 100%;
}
.page-template-baking-center .section-01 .col-02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  aspect-ratio: 960/750;
}
.page-template-baking-center .section-02 .drivers-swiper {
  overflow: hidden;
  padding-bottom: 45px;
  --swiper-pagination-bottom: 0;
  --swiper-pagination-color: #A17234;
  --swiper-pagination-bullet-inactive-color: #FBF2E8;
  --swiper-pagination-bullet-inactive-opacity: 1;
}
.page-template-baking-center .section-02 .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page-template-baking-center .section-02__title {
  color: #0E288B;
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
}
.page-template-baking-center .section-02__title span {
  color: #A17234;
}
.page-template-baking-center .section-02 ul {
  display: flex;
}
.page-template-baking-center .section-02 ul .lottie {
  max-width: 60px;
}
.page-template-baking-center .section-02__list__icon {
  display: flex;
  justify-content: center;
  background: center / contain no-repeat url(img/disc_bg.svg);
  padding: 50px;
}
.page-template-baking-center .section-02__list__txt {
  color: #0E288B;
  text-align: center;
  padding-top: 32px;
  font-weight: 600;
}
.page-template-baking-center .section-03__title {
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #A17234;
  display: flex;
  justify-content: center;
  text-align: center;
  padding-bottom: 16px;
  text-transform: uppercase;
  flex-direction: column;
}
.page-template-baking-center .section-03__title span {
  color: #0E288B;
}
.page-template-baking-center .section-03__subtitle {
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #0E288B;
  display: flex;
  justify-content: center;
  text-align: center;
}
.page-template-baking-center .section-03__subtitle span {
  color: #A17234;
}
.page-template-baking-center .services {
  display: flex;
  align-items: center;
  padding-top: 60px;
  flex-direction: column;
}
.page-template-baking-center .services-swiper {
  max-width: 100%;
  --swiper-navigation-top-offset: 49px;
  --swiper-navigation-sides-offset: -7px;
}
.page-template-baking-center .services-swiper .swiper-button-prev {
  display: flex;
}
.page-template-baking-center .services-swiper .swiper-button-prev::after {
  content: '';
}
.page-template-baking-center .services-swiper .swiper-button-next {
  display: flex;
}
.page-template-baking-center .services-swiper .swiper-button-next::after {
  content: '';
}
.page-template-baking-center .services-wheel {
  width: 300px;
  height: 300px;
  position: relative;
  margin-right: 20px;
  flex: 1;
}
.page-template-baking-center #wheel {
  width: 100%;
  height: 100%;
  transition: transform 600ms ease-in-out;
  transform: rotate(120deg);
  max-width: 582px;
}
.page-template-baking-center #wheel path {
  cursor: pointer;
}
.page-template-baking-center .wheel-icon {
  width: 100%;
  transition: all 1s ease-in-out;
}
.page-template-baking-center .services-col {
  flex: 1;
}
.page-template-baking-center .services__list__item {
  padding-bottom: 60px;
}
.page-template-baking-center .services__list__item__title {
  font-weight: 600;
  color: #4B4B4B;
  opacity: 0.5;
  text-align: center;
  cursor: pointer;
}
.page-template-baking-center .services__list__item__content {
  display: none;
  margin-top: 10px;
}
.page-template-baking-center .services__list__item__content ul {
  padding-left: 20px;
  width: 70%;
}
.page-template-baking-center .services__list__item__content ul li {
  font-size: 16px;
  font-weight: 400;
  color: #4B4B4B;
  list-style-type: disc;
}
.page-template-baking-center .services__list__item[data-section="1"].active .services__list__item__title {
  color: #4470B2;
}
.page-template-baking-center .services__list__item[data-section="2"].active .services__list__item__title {
  color: #EC7C30;
}
.page-template-baking-center .services__list__item[data-section="3"].active .services__list__item__title {
  color: #FEC00B;
}
.page-template-baking-center .services__list__item[data-section="4"].active .services__list__item__title {
  color: #1C4294;
}
.page-template-baking-center .services__list__item[data-section="5"].active .services__list__item__title {
  color: #A3A4A3;
}
.page-template-baking-center .services__list__item[data-section="6"].active .services__list__item__title {
  color: #6DAD4A;
}
.page-template-baking-center .services__list__item.active {
  padding-top: 35px;
}
.page-template-baking-center .services__list__item.active .services__list__item__content {
  display: flex;
  justify-content: center;
}
.page-template-baking-center .services__list__item.active .services__list__item__title {
  opacity: 1;
}
.page-template-baking-center .s-chiffres {
  background: #fff;
  margin: 40px 0;
}
.page-template-baking-center .s-chiffres__c5 img {
  position: absolute;
}
.page-template-baking-center .s-chiffres__c5__body > div:first-child {
  letter-spacing: -0.03em;
}
.page-template-baking-center .s-chiffres__c5__body > div:nth-child(2) {
  color: #fff;
  letter-spacing: -0.03em;
}
.page-template-baking-center .s-chiffres__c7 {
  max-height: 240px;
}
.page-template-baking-center .s-chiffres__c7 img {
  max-height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-baking-center .s-chiffres__c7__img {
  max-width: 100%;
  scale: 1;
}
.page-template-baking-center .s-chiffres__c8 {
  max-height: 240px;
}
.page-template-baking-center .s-chiffres__c8 img {
  max-height: 240px;
}
.page-template-baking-center .s-chiffres__c9 {
  padding: unset;
}
.page-template-baking-center .s-chiffres__anim::before {
  content: none;
}
.page-template-baking-center .s-help {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.page-template-baking-center .s-help img {
  border-radius: 10px;
  aspect-ratio: 82/65;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-baking-center .s-help .wp-block-heading span {
  color: #0E288B;
}
.page-template-baking-center .s-help .wp-block-column:nth-child(2) {
  padding: 5%;
}
.page-template-baking-center .s-help .wp-block-column:nth-child(2) .p-max {
  color: #0E288B;
  padding: 32px 0;
}
.page-template-baking-center .s-help .wp-block-column:nth-child(2) .p-max span {
  color: #A17234;
}
.page-template-baking-center .s-help .wp-block-column:nth-child(2) .p-list {
  color: #4B4B4B;
  font-size: 16px;
}
.page-template-baking-center .s-help .wp-block-column:nth-child(2) .wp-block-list {
  color: #4B4B4B;
  font-size: 16px;
  padding-left: 20px;
}
.page-template-baking-center .s-help .wp-block-column:nth-child(2) .wp-block-list li {
  list-style-type: disc;
}
.page-template-sensory main {
  padding-bottom: 0;
}
.page-template-sensory .section-01__title {
  display: flex;
  justify-content: center;
}
.page-template-sensory .section-01 ul {
  display: grid;
}
.page-template-sensory .section-01__topic {
  padding-bottom: 24px;
}
.page-template-sensory .section-01__topic__title {
  text-transform: uppercase;
  color: #A17234;
  font-weight: 600;
  letter-spacing: -0.03em;
  display: flex;
  align-items: center;
  line-height: 110%;
  padding-bottom: 1em;
  height: 112px;
}
.page-template-sensory .section-01__topic__title img {
  margin-right: 1em;
}
.page-template-sensory .section-01__topic__description {
  padding-top: 1em;
  border-top: 4px solid #A17234;
  color: #4B4B4B;
  font-size: 16px;
}
.page-template-sensory .section-02 {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.page-template-sensory .section-02 > * {
  flex: 1;
  min-width: 50%;
}
.page-template-sensory .section-02__content {
  padding-left: 0;
}
.page-template-sensory .section-02__title {
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #0E288B;
  line-height: normal;
}
.page-template-sensory .section-02__title span {
  color: #A17234;
}
.page-template-sensory .section-02__ol {
  color: #0E288B;
}
.page-template-sensory .section-02__ol ul li {
  display: flex;
  align-items: center;
  margin: 32px 0;
  font-weight: 400;
}
.page-template-sensory .section-02__ol ul li span {
  background-color: #0E288B;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 41px;
  height: 41px;
  font-weight: 600;
  margin-right: 20px;
  min-width: 41px;
}
.page-template-sensory .section-02__cta {
  margin: 32px 0;
}
.page-template-sensory .section-02__cta .gform_button {
  color: #fff;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 8px;
  background-color: #A17234;
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-sensory .section-02__cta .gform_button::before {
  content: url(img/download-icon.svg);
  margin-right: 10px;
}
.page-template-sensory .section-02__cta .gform_button:hover {
  background-color: #04344D !important;
}
.page-template-sensory .s-chiffres {
  background: #fff;
  margin: 40px 0;
}
.page-template-sensory .s-chiffres__container {
  grid-template-rows: 0.5fr 0.5fr 0.33fr 0.33fr 0.5fr 0.5fr;
  grid-template-areas: "c5 c5" "c6 c6" "c7 c8" "c9 c10" "c11 c11" "c12 c12";
}
.page-template-sensory .s-chiffres__c5 img {
  position: absolute;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-sensory .s-chiffres__c5__body > *:nth-child(1) {
  letter-spacing: -0.03em;
}
.page-template-sensory .s-chiffres__c5__body > *:nth-child(2) {
  letter-spacing: -0.03em;
}
.page-template-sensory .s-chiffres__c7 img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 100%;
}
.page-template-sensory .s-chiffres__c7__img {
  max-width: 100%;
  scale: 1;
  height: 100%;
}
.page-template-sensory .s-chiffres__c11 {
  grid-area: c11;
  border: 2px solid #A17234;
  border-radius: 16px;
  height: 100%;
}
.page-template-sensory .s-chiffres__c11 img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  max-height: 99%;
}
.page-template-sensory .s-chiffres__c12 {
  grid-area: c12;
  color: #4B4B4B;
  font-size: 16px;
  font-weight: 400;
  padding: 20px;
}
.page-template-sensory .s-chiffres__c12 strong {
  color: #A17234;
  font-weight: 600;
}
.page-template-sensory .s-chiffres__c12 > div {
  overflow: auto;
  max-height: 100%;
  padding-right: 10px;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.page-template-sensory .s-chiffres__c12 > div::-webkit-scrollbar {
  width: 4px;
}
.page-template-sensory .s-chiffres__c12 > div::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.page-template-sensory .s-chiffres__c12 > div::-webkit-scrollbar-thumb {
  background: #A17234;
}
.page-template-sensory .s-chiffres__c12 > div::-webkit-scrollbar-thumb:hover {
  background: #0E288B;
}
.page-template-sensory .s-cta {
  margin-top: 2em;
  display: flex;
  padding-top: 2em;
  padding-bottom: 2em;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-direction: column;
}
.page-template-sensory .s-cta__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4vw;
  margin: 24px;
  background: center / contain no-repeat url(img/white-swallow.svg);
}
.page-template-sensory .s-cta__content__title {
  font-weight: 900;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #A17234;
  padding-bottom: 40px;
  text-align: center;
}
.page-template-sensory .s-cta__block {
  background-color: #0E288B;
  border-radius: 10px;
  max-width: 570px;
  padding: 30px;
}
.page-template-sensory .s-cta__block__title {
  color: #fff;
  text-align: center;
  font-weight: 600;
  letter-spacing: -0.03em;
  padding-bottom: 16px;
}
.page-template-sensory .s-cta__block__txt {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 16px;
}
.page-template-sensory .s-cta__block img {
  padding-bottom: 16px;
}
.page-template-sensory .s-cta__block form {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 13px;
}
.page-template-sensory .s-cta__block form input[type=email] {
  font-size: 14px;
  color: #4B4B4B;
  border: none;
  width: 100%;
  box-shadow: none;
}
.page-template-sensory .s-cta__block form input[type=email]::-moz-placeholder {
  color: inherit;
}
.page-template-sensory .s-cta__block form input[type=email]::placeholder {
  color: inherit;
}
.app__pretitle {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #A17234;
  margin-bottom: 0.3em;
}
.app__titleh1 {
  font-size: 34px;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #0E288B;
  text-transform: uppercase;
  line-height: 1.1;
}
.app__titleh2 {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #A17234;
  line-height: 1.2;
  margin-bottom: 0.6em;
}
.app__titleh2 span {
  color: #0E288B;
}
.app__titleh3 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #A17234;
  line-height: 1.2;
  margin-bottom: 0.6em;
}
.app__titleh3 span {
  color: #0E288B;
}
/* S-APP 1*/
.s-app1 {
  padding: 30px 0 0;
}
.s-app1__number {
  color: #0E288B;
  letter-spacing: -0.03em;
  font-weight: 600;
}
/* S-APP 2*/
.s-app2 {
  background-color: #FBF2E8;
  padding: 50px 0 0;
  overflow: hidden;
}
.s-app2__title {
  color: #0E288B;
  font-size: 22px;
  letter-spacing: -0.03em;
  font-weight: 600;
}
.s-app2__txt {
  color: #4B4B4B;
}
/* S-APP 3 */
.s-app3 {
  padding: 50px 0 40px;
}
.s-app3__list {
  margin: 20px 0;
}
.s-app3__list > * {
  margin-bottom: 20px;
}
.s-app3__list > * b {
  font-size: 20px;
  letter-spacing: -0.03em;
  font-weight: 600;
  color: #0E288B;
}
/* S-APP 4 */
.s-app4__flex {
  text-align: center;
  overflow: hidden;
  display: flex;
  border-radius: 16px;
  flex-direction: column;
  position: relative;
  padding: 30px 0;
}
.s-app4__no-mobile {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.s-app4__no-mobile > div iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.s-app4__no-mobile > div img {
  width: 251px;
  min-width: 251px;
}
.s-app4__only-mobile {
  margin-top: 30px;
}
.s-app4__list {
  margin-top: 30px;
}
.s-app4__bg {
  display: flex;
  position: relative;
  width: 100%;
  aspect-ratio: 315/500;
}
.s-app4__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 0, 0, 0) 0%, rgba(234, 234, 234, 0) 85%, #eaeaea 100%);
}
.s-app4__overlay__2 {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 0, 0, 0) 0%, rgba(234, 234, 234, 0) 60%, #eaeaea 100%);
}
.s-app4__side {
  padding: 8%;
  flex: 0.8;
}
/* S-APP 5 */
.s-app5 {
  background: url(img/app5-bg.jpg) no-repeat center;
  background-size: cover;
  display: flow-root;
  margin-top: 90px;
}
.s-app5__box {
  padding: 30px 24px;
  background-color: #FBF2E8;
  border-radius: 16px;
}
/* S-APP 6 */
.s-app6__bg {
  background-color: #FBF2E8;
  border-radius: 16px;
  padding: 30px;
  margin: 40px 0;
  text-align: center;
}
.s-app6__bg-inner {
  max-width: 900px;
  margin: 0 auto;
}
.s-app6__video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* Ratio 16:9 */
  height: 0;
}
.s-app6__video iframe,
.s-app6__video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* S-APP 7 */
.s-app7 {
  background: #FBF2E7 url(img/bird-whitemark.png) no-repeat right;
  background-size: 630px;
  padding: 50px 0 0;
  text-align: center;
}
.s-app7__titleh1 {
  color: #A17234;
  letter-spacing: -0.03em;
  font-weight: 900;
  text-transform: uppercase;
}
.s-app7__flex img {
  margin-bottom: -30px;
}
.s-app7__buttons {
  margin: 4% 0;
}
.s-app7__buttons > * {
  margin: 8px;
  transition: 0.3s;
}
.s-app7__buttons > *:hover {
  filter: saturate(0.3);
  transform: scale(1.02);
}
/* S-APP 8 */
.s-app8 {
  position: fixed;
  z-index: 10;
  bottom: 0px;
  left: 0;
  right: 0;
  background: #0E288B;
}
.s-app8__flex {
  display: flex;
}
.s-app8__flex > *:nth-child(1) {
  flex: 0 0 40%;
  margin-left: -18px;
}
.s-app8__flex > *:nth-child(1) img {
  display: block;
  margin-top: -30px;
}
.s-app8__flex > *:nth-child(2) {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.s-app8__title {
  color: #FBF2E8;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: -0.03em;
  margin-bottom: 4px;
}
.s-app8__buttons {
  display: flex;
  gap: 8px;
}
.s-app8__buttons img {
  filter: hue-rotate(177deg) saturate(0.6) brightness(2.3);
}
.single-cible .cible-s1 {
  padding: 40px 0;
}
.single-cible .cible-s1__title {
  font-size: 26px;
  margin-bottom: 0.6em;
}
.single-cible .cible-s1__title span {
  color: #A17234;
}
.single-cible .cible-s1__text h3 {
  color: #A17234;
  font-weight: 600;
  letter-spacing: -0.03em;
  padding-bottom: 1.3em;
}
.single-cible .cible-s1__image img {
  display: block;
  border-radius: 10px;
}
.single-cible .cible-s1__flex {
  display: block;
}
.single-cible .cible-s1__flex > * {
  flex: 1;
}
.single-cible .cible-s1__content {
  padding-bottom: 30px;
}
.single-cible .cible-s2__title {
  color: #0E288B;
  font-weight: 600;
  letter-spacing: -0.03em;
  text-align: center;
}
.single-cible .cible-s2__title span {
  color: #A17234;
}
.single-cible .cible-s2__text {
  font-size: 22px;
  color: #A17234;
  font-weight: 400;
  padding: 8px 0 30px;
  text-align: center;
  margin: 0 auto;
  max-width: 1100px;
}
.single-cible .cible-s2__flex {
  display: block;
  padding: 60px 0;
}
.single-cible .cible-s2__flex > * {
  flex: 1;
}
.single-cible .cible-s2__flex__flex {
  display: flex;
  padding-bottom: 30px;
}
.single-cible .cible-s2__preblock .cible-s2__text {
  padding-top: 30px;
}
.single-cible .cible-s2__block__icon {
  min-width: 70px;
  margin-right: 32px;
}
.single-cible .cible-s2__block__content {
  display: flex;
  flex-direction: column;
}
.single-cible .cible-s2__block__content__title {
  color: #A17234;
  font-weight: 600;
  letter-spacing: -0.03em;
  padding-bottom: 8px;
}
.single-cible .cible-s2__block__content p {
  color: #4B4B4B;
  font-weight: 400;
  line-height: 1.6;
}
.single-cible .cible-s2__block__content a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0E288B;
  padding-top: 16px;
  padding-bottom: 5px;
  border-bottom: 1px solid #0E288B;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-weight: 600;
}
.single-cible .cible-s4 {
  padding: 40px 0;
}
.single-cible .cible-s4__title {
  font-size: 26px;
  margin-bottom: 0.6em;
}
.single-cible .cible-s4__title2 {
  font-size: 22px;
  margin-bottom: 0.6em;
}
.single-cible .cible-s4__flex {
  background: #FBF2E8;
  border-radius: 16px;
}
.single-cible .cible-s4__content {
  padding: 8%;
}
.single-cible .cible-s4__image img {
  display: block;
}
.single-cible .cible-s5 {
  padding: 40px 0;
  text-align: center;
  background: #FBF2E8;
}
.single-cible .cible-s5__title {
  font-size: 24px;
  margin-bottom: 0.6em;
}
.single-cible .cible-s5 p {
  color: #A17234;
  font-size: 18px;
}
.single-cible .cible__separator {
  border-top: 2px dashed #A17234;
  margin-bottom: 40px;
}
.single-cible .cible-s6 {
  padding-bottom: 40px;
  background: #FBF2E8;
}
.single-cible .cible-s6__title {
  font-size: 30px;
  margin-bottom: 0.6em;
  color: #A17234;
  font-weight: 900;
  text-transform: uppercase;
}
.single-cible .cible-s6__flex {
  background: #FBF2E8;
  border-radius: 16px;
}
.single-cible .cible-s6__flex > * {
  flex: 1;
}
.single-cible .cible-s6__flex > div:first-child {
  padding-bottom: unset;
}
.single-cible .cible-s6__flex.cible-s6__full {
  background-position: center center;
  min-height: 390px;
}
.single-cible .cible-s6__flex > div:last-child {
  display: flex;
  justify-content: center;
}
.single-cible .cible-s6__content {
  padding: 0 5%;
  text-align: center;
}
.single-cible .cible-s6__title {
  font-size: 34px;
}
.single-cible .cible-s6 p {
  color: #0E288B;
  font-size: 18px;
}
.single-cible .cible-s6 .s-cta__block {
  background-color: #0E288B;
  border-radius: 10px;
  max-width: 570px;
  padding: 30px;
}
.single-cible .cible-s6 .s-cta__block__top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.single-cible .cible-s6 .s-cta__block__title {
  color: #fff;
  text-align: center;
  font-weight: 600;
  letter-spacing: -0.03em;
  padding-bottom: 16px;
}
.single-cible .cible-s6 .s-cta__block__txt {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 16px;
}
.single-cible .cible-s6 .s-cta__block img {
  padding-bottom: 16px;
}
.single-cible .cible-s6 .s-cta__block form {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 13px;
}
.single-cible .cible-s6 .s-cta__block form input[type=email] {
  font-size: 14px;
  color: #4B4B4B;
  border: none;
  width: 100%;
  box-shadow: none;
}
.single-cible .cible-s6 .s-cta__block form input[type=email]::-moz-placeholder {
  color: inherit;
}
.single-cible .cible-s6 .s-cta__block form input[type=email]::placeholder {
  color: inherit;
}
.single-cible .cible-s6 .s-cta__block form .mauticform-freetext p {
  color: #fff;
  font-size: 14px;
}
.inline-steps {
  border-radius: 8px;
  overflow: hidden;
  background-color: #FBF2E8;
  --swiper-theme-color: #A17234;
}
.inline-steps ul {
  background: #FBF2E8;
  display: flex;
  justify-content: flex-start;
  padding: 30px 20px;
  counter-reset: steps;
}
.inline-steps ul li {
  font-weight: 600;
  color: #0E288B;
  font-size: 16px;
  line-height: 1.2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  opacity: 1;
}
.inline-steps ul li:not(.active) {
  opacity: 1;
}
.inline-steps ul li:before {
  counter-increment: steps;
  content: counter(steps);
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  background: #A17234;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 25px;
  color: #fff;
  font-weight: 800;
}
/**
 * Override
 *
 * override styles of core wordpress or plugins
 */
/**
 * Woocommerce
 *
 * override styles of Woocommerce plugin
 */
.woocommerce-products-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #0E288B;
  padding-bottom: 70px;
}
.woocommerce-products-header__title {
  font-size: 44px;
  font-weight: 600;
  letter-spacing: -1.32px;
  padding-bottom: 30px;
}
.woocommerce-products-header .page-description {
  max-width: 1100px;
  font-size: 18px;
}
.woocommerce-catalogue {
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
  height: -moz-fit-content;
  height: fit-content;
}
.woocommerce-catalogue #product-filters {
  width: 100%;
  background-color: #fff;
  border-radius: 16px;
  margin-right: unset;
  margin-bottom: 34px;
  padding: 20px;
  display: none;
  height: -moz-min-content;
  height: min-content;
}
.woocommerce-catalogue #product-filters .filter-heading {
  padding-left: 24px;
  color: #0E288B;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid #FBF2E8;
}
.woocommerce-catalogue #product-filters .filter-group {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-bottom: 1px solid #FBF2E8;
}
.woocommerce-catalogue #product-filters .filter-group:first-child .filter-title {
  border-top: 1px solid #FBF2E8;
}
.woocommerce-catalogue #product-filters .filter-group .filter-title {
  color: #000;
  opacity: 0.7;
  padding: 10px 0;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 20px 24px;
  flex-shrink: 0;
  align-self: stretch;
  border-top: none;
}
.woocommerce-catalogue #product-filters .filter-group .filter-title:after {
  content: url(img/caret.svg);
  transform: rotate(-90deg);
  transition: transform 0.3s ease-in-out;
  filter: brightness(0) saturate(100%) invert(12%) sepia(38%) saturate(6719%) hue-rotate(220deg) brightness(99%) contrast(93%);
}
.woocommerce-catalogue #product-filters .filter-group .filter-title.open:after {
  transform: rotate(0);
}
.woocommerce-catalogue #product-filters .filter-group .filter-group-options {
  overflow: hidden;
  color: #4B4B4B;
  max-height: 0;
  padding-left: 24px;
  transition: max-height 0.3s cubic-bezier(0, 1, 0, 1);
}
.woocommerce-catalogue #product-filters .filter-group .filter-group-options.act {
  overflow: auto;
  max-height: 1000px;
  transition: max-height 1s ease-in-out;
  padding-left: 24px;
  padding-bottom: 8px;
  animation: hide-scroll 1s backwards;
}
@keyframes hide-scroll {
  from,
  to {
    overflow: hidden;
  }
}
.woocommerce-catalogue #product-filters .filter-group .filter-group-options .label-container {
  display: block;
  position: relative;
  padding: 4px 35px;
  margin: 4px 0;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.woocommerce-catalogue #product-filters .filter-group .filter-group-options .label-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.woocommerce-catalogue #product-filters .filter-group .filter-group-options .label-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 5px;
}
.woocommerce-catalogue #product-filters .filter-group .filter-group-options .label-container:hover input ~ .checkmark {
  background-color: #ccc;
}
.woocommerce-catalogue #product-filters .filter-group .filter-group-options .label-container input:checked ~ .checkmark {
  background-color: #0E288B;
}
.woocommerce-catalogue #product-filters .filter-group .filter-group-options .label-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.woocommerce-catalogue #product-filters .filter-group .filter-group-options .label-container input:checked ~ .checkmark:after {
  display: block;
}
.woocommerce-catalogue #product-filters .filter-group .filter-group-options .label-container .checkmark:after {
  left: 10px;
  top: 6px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.woocommerce-catalogue #product-filters .filter-group #brand-filter label {
  text-transform: uppercase;
}
.woocommerce-catalogue #product-filters .reset-filters {
  padding: 20px 24px;
  color: #0E288B;
  font-weight: 700;
}
.woocommerce-catalogue .loop-and-filter {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.woocommerce-catalogue .loop-and-filter ul.products {
  width: 100%;
  display: grid;
  grid-template-rows: minmax(min-content, var(--shopHeight));
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.woocommerce-catalogue .loop-and-filter ul.products::before {
  display: none;
}
.woocommerce-catalogue .loop-and-filter ul.products.loading {
  filter: blur(4px);
}
.woocommerce-catalogue .loop-and-filter ul.products li.product {
  background-color: #fff;
  padding: 20px;
  width: 100%;
  border-radius: 16px;
  margin: unset;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: var(--shopHeight);
  max-height: var(--shopHeight);
}
.woocommerce-catalogue .loop-and-filter ul.products li.product:hover .btn-plus {
  background-color: #A17234;
  color: #fff;
}
.woocommerce-catalogue .loop-and-filter ul.products li.product:hover .btn-plus::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(31%) saturate(12%) hue-rotate(199deg) brightness(102%) contrast(107%);
}
.woocommerce-catalogue .loop-and-filter ul.products li.product:hover a.woocommerce-loop-product__link img.attachment-woocommerce_thumbnail {
  scale: 1;
}
.woocommerce-catalogue .loop-and-filter ul.products li.product a.woocommerce-loop-product__link {
  display: flex;
  flex-direction: column;
}
.woocommerce-catalogue .loop-and-filter ul.products li.product a.woocommerce-loop-product__link img.attachment-woocommerce_thumbnail {
  transition: all 0.3s ease-out;
  margin-top: 30px;
  margin-bottom: 0;
  scale: 0.9;
}
.woocommerce-catalogue .loop-and-filter ul.products li.product .woocommerce-loop-product__title {
  color: #0E288B;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.woocommerce-catalogue .loop-and-filter ul.products li.product .product-header {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.woocommerce-catalogue .loop-and-filter ul.products li.product .product-header .product-category {
  background-color: var(--productCatMetaColor, #0E288B);
  border-radius: 30px;
  color: #fff;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 700;
  height: -moz-fit-content;
  height: fit-content;
}
.woocommerce-catalogue .loop-and-filter ul.products li.product .product-header .product-brand-logo {
  max-width: 88px;
  max-height: 45px;
  margin: 0;
}
.woocommerce-catalogue .loop-and-filter ul.products li.product .product-header .product-brand-logo img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0;
}
.woocommerce-catalogue .loop-and-filter ul.products li.product .product-attributes {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.woocommerce-catalogue .loop-and-filter ul.products li.product .product-attributes .product-attribute-term {
  display: flex;
  padding: 5px 12px;
  align-items: center;
  border-radius: 30px;
  background: rgba(0, 190, 151, 0.1);
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  color: #008066;
  white-space: nowrap;
}
.woocommerce-catalogue .loop-and-filter ul.products li.product .btn-plus {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #A17234;
  font-size: 14px;
  background-color: #fff;
  border-radius: 30px;
  transition: all 0.3s ease-out;
  padding: 4px 13px;
  min-height: 29px;
}
.woocommerce-catalogue .loop-and-filter ul.products li.product .btn-plus::after {
  content: url(img/plus.svg);
  margin-left: 5px;
  margin-top: 2px;
  filter: none;
}
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  float: unset;
}
#sidebar {
  display: none;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers {
  border: none !important;
  display: flex !important;
  justify-content: center !important;
  gap: 8px !important;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li {
  width: 38px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  float: unset !important;
  color: #0E288B;
  aspect-ratio: 1;
  border: none;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li a:not(.next):not(.prev) {
  color: #0E288B;
  font-weight: 600;
  font-size: 15px;
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.3;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li span.current {
  color: #0E288B;
  font-weight: 600;
  font-size: 15px;
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #0E288B;
  border-radius: 50%;
  opacity: 1;
  background-color: transparent;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li a:hover {
  background-color: transparent;
  opacity: 1;
}
.shop-mobile-filter {
  display: flex;
  background-color: #fff;
  padding: 16px 24px;
  justify-content: flex-start;
  align-items: center;
  border-radius: 8px;
  margin: 20px 0;
  gap: 16px;
  color: #0E288B;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
}
.shop-mobile-filter::before {
  content: url(img/filter-icon.svg);
  margin-top: 1px;
}
.single-product {
  background-color: #FBF2E8;
}
.single-product #main {
  overflow: hidden;
}
.single-product .content-area {
  padding-left: 6vw;
  padding-right: 6vw;
  padding-bottom: 70px;
}
.single-product .content-area .product {
  display: flex;
  flex-direction: column;
}
.single-product .content-area .product .summary {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.single-product .content-area .product .summary .product_title {
  order: 3;
  color: #0E288B;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: -1.32px;
}
.single-product .content-area .product .summary .brand-logo {
  order: 1;
}
.single-product .content-area .product .summary .brand-logo img {
  width: auto;
  height: 60px;
}
.single-product .content-area .product .summary .baseline {
  order: 2;
  font-size: 16px;
  font-weight: 600;
  color: #A17234;
  padding: 8px 0;
  text-transform: uppercase;
}
.single-product .content-area .product .summary .product-attributes {
  order: 5;
  display: flex;
  gap: 8px;
  padding-top: 22px;
  padding-bottom: 34px;
  flex-wrap: wrap;
}
.single-product .content-area .product .summary .product-attributes .product-attribute-term {
  display: flex;
  padding: 5px 12px;
  align-items: center;
  border-radius: 30px;
  background: rgba(0, 190, 151, 0.1);
  font-size: 14px;
  color: #008066;
  white-space: nowrap;
}
.single-product .content-area .product .summary .woocommerce-product-details__short-description {
  order: 6;
  border-top: 3px dotted #F1EAE1;
  padding-top: 24px;
  padding-bottom: 12px;
  font-size: 16px;
  line-height: 160%;
}
.single-product .content-area .product .summary .product_meta {
  order: 4;
}
.single-product .content-area .product .summary .product_meta .posted_in {
  color: #0E288B;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
.single-product .content-area .product .summary .read-more {
  order: 7;
  color: #0E288B;
  text-decoration: underline;
  font-size: 16px;
}
.single-product .content-area .product .summary .product_labels {
  order: 8;
  display: flex;
  gap: 20px;
  margin: 24px 0;
}
.single-product .content-area .product .summary .product_labels_img {
  width: 68px;
  height: 68px;
}
.single-product .content-area .product .summary .product-contact {
  margin-top: 0;
  order: 9;
  display: flex;
  padding: 24px 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid #EEE;
}
.single-product .content-area .product .summary .product-contact__title {
  color: #0E288B;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.66px;
}
.single-product .content-area .product .summary .product-contact__button {
  background-color: #0E288B;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  padding: 16px 32px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  margin: unset;
}
.single-product .content-area .product .summary .product-sheet {
  margin-top: 21px;
  padding-top: 21px;
  order: 10;
  overflow: hidden;
  justify-content: flex-end;
  position: relative;
}
.single-product .content-area .product .summary .product-sheet a {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
}
.single-product .content-area .product .summary .product-sheet a::before {
  width: 100%;
  height: 130px;
}
.single-product .content-area .product .summary .product-sheet__upload {
  display: flex;
  align-items: center;
  color: #0E288B;
  font-size: 18px;
  font-weight: 600;
  padding: 20px 10px;
  width: calc(100% - 20px);
  justify-content: center;
}
.single-product .content-area .product .summary .product-sheet__upload::before {
  content: url(img/download-link.svg);
  margin-right: 16px;
}
.single-product .content-area .product .summary .product-sheet__container {
  position: relative;
  border-radius: 16px;
  background: #E7EAF3;
  display: flex;
  justify-content: flex-end;
}
.single-product .content-area .product .summary .product-sheet__img {
  transform: rotate(-15deg);
  position: absolute;
  bottom: -10px;
  left: 30px;
  max-width: 100px;
  display: none;
}
.single-product .content-area .product .container-first {
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  padding: 20px;
}
.single-product .content-area .product .container-second {
  display: flex;
  margin-top: 40px;
  gap: 8px;
  flex-direction: column;
}
.single-product .content-area .product .container-second .description-blocks {
  width: 100%;
}
.single-product .content-area .product .container-second .block-product {
  background-color: #fff;
  padding: 32px 32px 32px 64px;
  border-radius: 16px;
  margin-bottom: 8px;
}
.single-product .content-area .product .container-second .block-product__title {
  color: #0E288B;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.66px;
  position: relative;
  display: flex;
  align-items: center;
  height: 32px;
}
.single-product .content-area .product .container-second .block-product__title::before {
  content: url(img/icon-block.svg);
  position: absolute;
  top: 0;
  left: -48px;
  transform-origin: top;
  transform: scale(0.65);
}
.single-product .content-area .product .container-second .block-product__attribute {
  display: flex;
  gap: 8px;
  margin-top: 13px;
  flex-wrap: wrap;
}
.single-product .content-area .product .container-second .block-product__attribute li {
  white-space: nowrap;
  display: flex;
  padding: 5px 12px;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  color: #7458AB;
  border-radius: 30px;
  background: rgba(116, 88, 171, 0.1);
}
.single-product .content-area .product .container-second .block-product__content {
  padding-top: 16px;
  color: #4B4B4B;
  font-size: 400;
  line-height: 160%;
}
.single-product .content-area .product .container-second .block-product__content p,
.single-product .content-area .product .container-second .block-product__content p + p {
  padding: 0 0 1.3em;
}
.single-product .content-area .product .product-navigation {
  position: absolute;
  top: calc(50% - 150px);
  transform: translateY(-50%);
  width: 100%;
  display: none;
}
.single-product .content-area .product .product-navigation .prev-product,
.single-product .content-area .product .product-navigation .next-product {
  position: absolute;
}
.single-product .content-area .product .product-navigation .prev-product {
  left: 0;
}
.single-product .content-area .product .product-navigation .prev-product a[rel="prev"] {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 129px;
  margin-right: 21px;
}
.single-product .content-area .product .product-navigation .prev-product .half-circle-background {
  position: absolute;
  top: -50px;
  left: -150px;
  width: 300px;
  height: 300px;
  background-color: #FBF2E8;
  border-radius: 50%;
  clip-path: inset(0 0 50% 0);
  z-index: -1;
  transform: rotate(90deg);
}
.single-product .content-area .product .product-navigation .prev-product .nav-container {
  justify-content: flex-start;
  color: #0E288B;
}
.single-product .content-area .product .product-navigation .next-product {
  right: 0;
}
.single-product .content-area .product .product-navigation .next-product a[rel="next"] {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  max-width: 129px;
  margin-left: 21px;
}
.single-product .content-area .product .product-navigation .next-product .half-circle-background {
  position: absolute;
  top: -50px;
  right: -150px;
  width: 300px;
  height: 300px;
  background-color: #FBF2E8;
  border-radius: 50%;
  clip-path: inset(0 0 50% 0);
  z-index: -1;
  transform: rotate(-90deg);
}
.single-product .content-area .product .product-navigation .next-product .nav-container {
  justify-content: flex-end;
}
.single-product .content-area .product .product-navigation .nav-container {
  position: relative;
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
}
.single-product .content-area .product .product-navigation .nav-container-content {
  text-align: center;
  color: #0E288B;
}
.single-product .content-area .product .product-navigation .nav-container-content img {
  width: 100px;
  height: auto;
  margin-bottom: 12px;
}
.single-product .content-area .product .product-navigation .nav-container-content .nav-title {
  font-weight: 600;
  letter-spacing: -0.48px;
}
.single-product .content-area .product .product-navigation .nav-container-content .nav-label {
  font-weight: 400;
}
.recipe-block {
  background-color: #0E288B;
  border-radius: 16px;
  width: 100%;
  padding: 40px 33px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.recipe-block__top {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.recipe-block__top__title {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  padding: 0 0 16px;
  letter-spacing: -0.03em;
}
.recipe-block__top__txt {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  padding: 0 0 16px;
}
.recipe-block form {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.recipe-block form input[type=email] {
  font-size: 14px;
  color: #4B4B4B;
  border: none;
  width: 100%;
  box-shadow: none;
}
.recipe-block form input[type=email]::-moz-placeholder {
  color: inherit;
}
.recipe-block form input[type=email]::placeholder {
  color: inherit;
}
.woocommerce div.product div.woocommerce-product-gallery__image img {
  clip-path: inset(2px 2px);
}
.woocommerce-product-gallery {
  padding: 30px;
  width: 100% !important;
}
.woocommerce-product-gallery .flex-viewport {
  margin-bottom: 50px;
}
.woocommerce-product-gallery__image {
  display: flex;
  justify-content: center;
}
.woocommerce-product-gallery__image a {
  min-width: 100%;
}
.woocommerce-product-gallery__image img {
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
.woocommerce-product-gallery .swiper-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0 40px;
  --swiper-theme-color: #A17234;
  --swiper-navigation-size: 27px;
}
.woocommerce-product-gallery .swiper-container .swiper-slide img {
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
  border: 1px solid #FBF2E8;
  border-radius: 8px;
  overflow: hidden;
}
.product .commitment-chip {
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 2;
}
.product .commitment-chip img {
  max-width: 80px;
}
.product .custom-slider {
  position: relative;
}
/**
 * Helpers
 * 
 * few CSS properties -> DRY (don't repeat yourself) 
 */
/* HERE PUT HELPERS CSS */
.h-hide {
  display: none;
}
.h-hide-mob {
  display: none !important;
}
.h-hide-mob-only {
  display: none !important;
}
.h-hide-tablet-only {
  display: none !important;
}
.h-hide-tablet {
  display: inherit !important;
}
.h-hide-desktop {
  display: inherit !important;
}
.h-bg-beige,
.error404 {
  background-color: #FBF2E8;
}
.h-layer-top,
.single-product .content-area {
  padding-top: 122px;
}
.pb-footer {
  padding-bottom: 104px;
}
.h-video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.h-video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.h-py-4xl {
  padding-top: 56px;
  padding-bottom: 56px;
}
.h-pb-0 {
  padding-bottom: 0 !important;
}
.h-pt-0 {
  padding-top: 0 !important;
}
/**
 * Print
 * 
 * styles for print version of page
 */
/**
 * Debug
 * 
 * show red lines of wrapped content - only for development purpose
 */
@media screen and (min-width: 300px) and (max-width: 1920px) {
  .diag__loader__text {
    font-size: calc(20px + (50 - 20) * ((100vw - 300px) / (1920 - 300)));
  }
}
@media screen and (min-width: 320px) and (max-width: 1920px) {
  .s-chiffres__c6 > *:nth-child(1) {
    font-size: calc(68px + (158 - 68) * ((100vw - 320px) / (1920 - 320)));
  }
  .s-chiffres__c7__title strong {
    font-size: calc(26px + (60 - 26) * ((100vw - 320px) / (1920 - 320)));
  }
  .s-chiffres__c9 > *:nth-child(1) {
    font-size: calc(68px + (158 - 68) * ((100vw - 320px) / (1920 - 320)));
  }
  .s-chiffres__c10__body > *:nth-child(1) {
    font-size: calc(48px + (158 - 48) * ((100vw - 320px) / (1920 - 320)));
  }
  .s-chiffres__c10__body > *:nth-child(2) {
    font-size: calc(16px + (48 - 16) * ((100vw - 320px) / (1920 - 320)));
  }
  .s-hero__body__title {
    font-size: calc(66px + (134 - 66) * ((100vw - 320px) / (1920 - 320)));
  }
  .s-hero__body__txt {
    font-size: calc(14px + (28 - 14) * ((100vw - 320px) / (1920 - 320)));
  }
  .page-template-baking-center .s-chiffres__c5__body > div:first-child {
    font-size: calc(78px + (178 - 78) * ((100vw - 320px) / (1920 - 320)));
  }
  .page-template-baking-center .s-chiffres__c10__body > *:nth-child(1) {
    font-size: calc(68px + (158 - 68) * ((100vw - 320px) / (1920 - 320)));
  }
  .page-template-sensory .s-chiffres__c5__body > *:nth-child(1) {
    font-size: calc(68px + (178 - 68) * ((100vw - 320px) / (1920 - 320)));
  }
}
@media screen and (min-width: 411px) {
  .wrap,
  .grid,
  .woocommerce-catalogue main {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 411px) {
  .bloc-gut .wp-block-group:not(.bg-img-title-card):not(.bg-img-card) {
    padding: 80px 100px;
    margin-left: -30px;
    margin-right: -30px;
  }
  .s-misc .card.card--app {
    min-height: calc(((var(--calculated-full-width, 100vw) - 60px) * 0.82 * 1.211) + 112px + 34px);
  }
}
@media screen and (min-width: 411px) and (max-width: 767px) {
  .s-cibles__cible {
    font-size: calc(22px + (30 - 22) * ((100vw - 411px) / (767 - 411)));
  }
  .s-cibles__cible b {
    font-size: calc(40px + (55 - 40) * ((100vw - 411px) / (767 - 411)));
  }
}
@media screen and (min-width: 411px) and (max-width: 768px) {
  .histoire-main .bloc-gut .wp-block-group:not(.bg-img-title-card):not(.bg-img-card) {
    padding: 20px;
  }
}
@media screen and (min-width: 560px) and (max-width: 1024px) {
  .s-actualites__left .card--over .card__image {
    aspect-ratio: 790 / 527;
  }
  .s-actualites__left .card--over .card__image > * {
    display: block;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .s-actualites__right {
    display: flex;
  }
  .s-actualites__right > *:nth-child(1) {
    margin-right: 2%;
  }
  .s-actualites__right > *:nth-child(2) {
    margin-left: 2%;
  }
}
@media screen and (min-width: 767px) {
  .s-cibles__cible {
    font-size: 30px;
  }
  .s-cibles__cible b {
    font-size: 55px;
  }
}
@media screen and (min-width: 768px) {
  body::after {
    content: 'tablet';
  }
  .wrap,
  .grid,
  .woocommerce-catalogue main {
    padding-left: 6vw;
    padding-right: 6vw;
    /* medium */
    max-width: calc(1660px + 12vw);
    /* extra small */
    /* small */
    /* large */
  }
  .wrap--xs,
  .grid--xs {
    max-width: calc(1144px + 12vw);
  }
  .wrap--sm,
  .grid--sm {
    max-width: calc(1380px + 12vw);
  }
  .wrap--lg,
  .grid--lg {
    max-width: calc(1760px + 12vw);
  }
  .s-chiffres {
    background: linear-gradient(to bottom, #FBF2E8 25%, transparent 0);
  }
  .s-chiffres__anim {
    top: 49.6%;
    left: 58.7%;
    height: 15vw;
    width: 15vw;
  }
  .s-chiffres__container {
    margin: 0 10px;
    grid-template-columns: 0.9fr 0.8fr 1.23fr 1.23fr 0.83fr;
    grid-template-rows: 2fr 1fr 1fr;
    gap: 8px 8px;
    grid-template-areas: "c5 c5 c5 c6 ." "c7 c7 c9 c10 c10" ". c8 c9 c10 c10";
  }
  .s-chiffres__container > * {
    border-radius: 16px;
  }
  .s-chiffres__c5__body {
    max-width: 670px;
    padding: 6%;
  }
  .s-actualites {
    margin: 7.2vw 0;
  }
  .s-marques {
    padding: 7.2vw 0;
  }
  .diag__results__btn .btn {
    font-size: 15px;
  }
  .s-cibles__flex {
    position: relative;
    display: flex;
    border-bottom: 7px solid #00BE97;
  }
  .s-cibles__flex::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    /* overlay */
    z-index: 1;
    /* fix for overlay */
  }
  .s-cibles__flex > * {
    flex: 1;
  }
  .s-cibles__image {
    position: absolute;
    inset: 0;
    aspect-ratio: auto;
  }
  .s-cibles__cible {
    position: relative;
    height: 100%;
    z-index: 1;
    /* fix for overlay */
    text-align: center;
    padding: 0 50px;
  }
  .s-cibles__right {
    z-index: 1;
    /* fix for overlay */
    margin: 3.4%;
    max-width: 570px;
  }
  .s-cibles__box {
    padding: 5.2% 4.5% 4.4%;
    border-radius: 16px;
    font-size: 16px;
  }
  .s-ressources {
    padding: 7.2vw 0;
  }
  .s-ressources .ressourcesSlider .ressources__item {
    min-height: 19vw;
  }
  .funct__common__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    padding: 30px;
  }
  .funct__common__grid li .number {
    top: -20px;
    left: -16px;
    font-size: 58px;
  }
  .applic__common__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    padding: 30px;
  }
  .applic__common__grid li .number {
    top: -20px;
    left: -16px;
    font-size: 58px;
  }
  .search .tabs {
    display: flex;
  }
  .search .post-group ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .page-template-baking-center .s-chiffres {
    margin: unset;
  }
  .page-template-baking-center .s-chiffres__container {
    grid-template-areas: "c5 c5 c5 c6 ." ". c7 c9 c10 c10" ". c8 c9 c10 c10";
  }
  .page-template-baking-center .s-chiffres__container > * {
    max-height: 510px;
  }
  .page-template-sensory .s-chiffres {
    margin: unset;
  }
  .page-template-sensory .s-chiffres__container {
    grid-template-rows: 0.83fr 1fr 0.39fr 0.42fr;
    grid-template-areas: "c6 c6 c5 c5 c5" "c11 c11 c11 c12 c12" "c7 c7 c9 c10 c10" "c8 c8 c9 c10 c10";
  }
  .page-template-sensory .s-chiffres__container > * {
    max-height: 510px;
    overflow: hidden;
  }
  .s-app1 {
    padding: 4vw 0 0;
  }
  .s-app1__flex {
    display: flex;
    align-items: center;
    gap: 6%;
  }
  .s-app1__flex > * {
    flex: 1;
  }
  .s-app2 {
    padding: 4vw 0 0;
  }
  .s-app2__flex {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 6%;
  }
  .s-app2__flex > * {
    flex: 1.3;
  }
  .s-app2__flex2 {
    display: flex;
    gap: 6%;
  }
  .s-app2__flex2 > * {
    flex: 1;
  }
  .s-app3 {
    padding: 4vw 0 calc(4vw - 40px);
  }
  .s-app3__list {
    margin: 36px 0;
    display: flex;
    flex-wrap: wrap;
  }
  .s-app3__list > * {
    flex: 0 0 50%;
  }
  .s-app4__flex {
    background: linear-gradient(to right, rgba(234, 234, 234, 0.35) 0%, #eaeaea 100%);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
  .s-app4__only-mobile {
    display: none;
  }
  .s-app4__bg {
    flex: 1.2;
    aspect-ratio: 1;
  }
  .s-app5__flex {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -16px;
    gap: 10%;
  }
  .s-app5__box {
    padding: 10%;
  }
  .s-app6__bg {
    padding: 4%;
    margin: 4vw 0;
  }
  .s-app7 {
    background-position: top center;
    padding: 26px 0 0;
  }
  .s-app7__flex {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    gap: 6%;
  }
  .s-app8__flex {
    flex-direction: row-reverse;
    justify-content: center;
  }
  .s-app8__flex > *:nth-child(1) {
    flex: none;
    margin-left: 20px;
  }
  .s-app8__flex > *:nth-child(1) img {
    margin-top: -55px;
    max-width: 161px;
  }
  .s-app8__flex > *:nth-child(2) {
    flex-direction: row;
    align-items: center;
    gap: 30px;
  }
  .s-app8__buttons img {
    max-width: 172px;
  }
  .single-cible .cible-s1 {
    padding: 6vw 0;
  }
  .single-cible .cible-s1__title {
    font-size: 30px;
  }
  .single-cible .cible-s1__flex {
    display: flex;
    align-items: center;
  }
  .single-cible .cible-s1__content {
    max-width: 600px;
    margin: 0 auto;
    padding-right: 8%;
    padding-bottom: 0;
  }
  .single-cible .cible-s2__flex {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    max-width: 1100px;
    margin: 0 auto;
    gap: 6vw;
  }
  .single-cible .cible-s2__flex__flex {
    padding-bottom: 0;
  }
  .single-cible .cible-s4 {
    padding: 6vw 0;
  }
  .single-cible .cible-s4__title {
    font-size: 28px;
  }
  .single-cible .cible-s4__flex {
    display: flex;
    align-items: center;
    background-image: url(img/watermark-baking-lesaffre.png);
    background-repeat: no-repeat;
    background-size: 20%;
    background-position: top left;
  }
  .single-cible .cible-s4__flex > * {
    flex: 1;
  }
  .single-cible .cible-s4__flex > *:nth-child(2) {
    flex: 0 0 41%;
  }
  .single-cible .cible-s4__content {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 5%;
    text-align: center;
  }
  .single-cible .cible-s5 {
    padding: 6vw 0;
  }
  .single-cible .cible-s5__title {
    font-size: 28px;
  }
  .single-cible .cible-s5 p {
    font-size: 22px;
  }
  .single-cible .cible__separator {
    margin-bottom: 6vw;
  }
  .single-cible .cible-s6 {
    padding-bottom: 180px;
  }
  .single-cible .cible-s6__flex {
    display: flex;
    align-items: center;
  }
  .single-cible .cible-s6 p {
    font-size: 22px;
  }
  .inline-steps ul li {
    min-width: calc((var(--calculated-full-width) - 12vw + 5px) * 0.5);
  }
  .inline-steps ul li:not(:last-child)::after {
    content: '';
    display: block;
    width: 24px;
    height: 11px;
    background: url(img/caret_right_blue.svg) no-repeat;
    background-size: contain;
    margin-left: 10px;
  }
  .inline-steps ul li.swiper-slide {
    flex-shrink: unset;
    width: auto;
    height: auto;
    display: flex;
  }
  .woocommerce-catalogue .loop-and-filter ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .product .commitment-chip img {
    max-width: 68px;
  }
  .h-hide-mob-only {
    display: block !important;
  }
  .h-hide-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
  h1,
  .h1,
  .funct__headings__inner__title,
  .page-template-sensory .s-cta__content__title,
  .s-app7__titleh1 {
    font-size: calc(40px + (70 - 40) * ((100vw - 768px) / (1920 - 768)));
  }
  h2,
  .h2,
  .funct__firstblock__content > div:first-child,
  .page-template-baking-center .section-03__title,
  .single-cible .cible-s2__title {
    font-size: calc(32px + (58 - 32) * ((100vw - 768px) / (1920 - 768)));
  }
  h3,
  .h3,
  .s-marques__title p,
  .funct__characteristics__title,
  .funct__common__title,
  .applic__characteristics__title,
  .applic__common__title,
  .page-template-masterclass .section-01__headings,
  .page-template-baking-center .section-01__title,
  .page-template-baking-center .section-02__title,
  .page-template-baking-center .s-chiffres__c5__body > div:nth-child(2),
  .page-template-sensory .section-02__title,
  .page-template-sensory .s-chiffres__c12 strong {
    font-size: calc(24px + (48 - 24) * ((100vw - 768px) / (1920 - 768)));
  }
  h4,
  .h4,
  .page-template-baking-center .services__list__item.active .services__list__item__title,
  .page-template-sensory .s-cta__block__title,
  .s-app1__number,
  .single-cible .cible-s6 .s-cta__block__title {
    font-size: calc(22px + (38 - 22) * ((100vw - 768px) / (1920 - 768)));
  }
  h5,
  .h5,
  .funct__common__subtitle,
  .page-template-masterclass .section-01 .col-01 ul li .li-content__title,
  .page-template-baking-center .section-03__subtitle,
  .page-template-sensory .section-01__topic__title,
  .single-cible .cible-s1__text h3,
  .single-cible .cible-s2__block__content__title {
    font-size: calc(18px + (28 - 18) * ((100vw - 768px) / (1920 - 768)));
  }
  .h6,
  .funct__headings__inner__subtitle,
  .funct__characteristics__subtitle,
  .funct__characteristics__cards .sh-card__header,
  .funct__common__grid li .li-title,
  .applic__characteristics__cards .sh-card__header,
  .applic__common__grid li .li-title,
  .page-template-baking-center .section-01__subtitle,
  .page-template-baking-center .section-02__list__txt,
  .page-template-baking-center .services__list__item__title,
  .page-template-baking-center .s-help .wp-block-column:nth-child(2) .p-max,
  .page-template-sensory .section-02__ol ul li {
    font-size: calc(20px + (22 - 20) * ((100vw - 768px) / (1920 - 768)));
  }
  .main-title {
    font-size: calc(28px + (58 - 28) * ((100vw - 768px) / (1920 - 768)));
  }
  .s-chiffres__c5__body {
    font-size: calc(26px + (48 - 26) * ((100vw - 768px) / (1920 - 768)));
  }
  .s-chiffres__c6 > *:nth-child(2) {
    font-size: calc(16px + (20 - 16) * ((100vw - 768px) / (1920 - 768)));
  }
  .s-chiffres__c9 > *:nth-child(2) {
    font-size: calc(16px + (20 - 16) * ((100vw - 768px) / (1920 - 768)));
  }
  .s-actualites__left .card--over .card__title {
    font-size: calc(28px + (38 - 28) * ((100vw - 768px) / (1920 - 768)));
  }
  .s-cibles__cible b {
    font-size: calc(55px + (70 - 55) * ((100vw - 768px) / (1920 - 768)));
  }
  .search .search-query {
    font-size: calc(24px + (48 - 24) * ((100vw - 768px) / (1920 - 768)));
  }
  .search .post-group__title {
    font-size: calc(18px + (28 - 18) * ((100vw - 768px) / (1920 - 768)));
  }
  .page-template-sensory .s-chiffres__c5__body > *:nth-child(2) {
    font-size: calc(28px + (48 - 28) * ((100vw - 768px) / (1920 - 768)));
  }
  .app__pretitle {
    font-size: calc(22px + (36 - 22) * ((100vw - 768px) / (1920 - 768)));
  }
  .app__titleh1 {
    font-size: calc(34px + (68 - 34) * ((100vw - 768px) / (1920 - 768)));
  }
  .app__titleh2 {
    font-size: calc(28px + (54 - 28) * ((100vw - 768px) / (1920 - 768)));
  }
  .app__titleh3 {
    font-size: calc(24px + (44 - 24) * ((100vw - 768px) / (1920 - 768)));
  }
  .s-app8__title {
    font-size: calc(18px + (36 - 18) * ((100vw - 768px) / (1920 - 768)));
  }
}
@media (min-width: 768px) {
  .header-nav {
    max-width: 1660px;
  }
  .target__block {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .pod-player {
    min-height: 87px;
  }
  .pod-player__person {
    display: block;
    width: 200px;
  }
  .pod-player__play {
    width: calc(100% - 433px);
  }
  .pod-player__play #play-icon {
    margin: 0 auto 10px;
  }
  .pod-player__play #play-icon i {
    width: 33px;
    height: 33px;
  }
  .pod-player__play #seek-slider {
    width: calc(100% - 95px);
  }
  .pod-player__volume {
    display: block;
    width: 200px;
    align-self: flex-end;
    padding-bottom: 0;
  }
  .pod-player .time {
    width: 43px;
    font-size: 13px;
  }
  .bloc-gut > *:not(:last-child):not(.wp-block-spacer) {
    margin-bottom: 13px;
  }
  .bloc-gut > p + ul,
  .bloc-gut > p + ol,
  .bloc-gut > ol + p,
  .bloc-gut > ul + p {
    margin-top: -13px;
  }
  .bloc-gut h2 {
    font-size: 45px;
  }
  .bloc-gut .h25 {
    font-size: 36px;
  }
  .bloc-gut h3 {
    font-size: 29px;
  }
  .bloc-gut h4 {
    font-size: 15px;
  }
  .bloc-gut h5 {
    font-size: 15px;
  }
  .bloc-gut h6 {
    font-size: 15px;
  }
  .bloc-gut p,
  .bloc-gut li {
    font-size: 12px;
  }
  .bloc-gut figure.wp-block-image img {
    width: auto;
  }
  .bloc-gut .wp-block-columns {
    gap: 2em;
  }
  .bloc-gut .wp-block-group:not(.bg-img-title-card):not(.bg-img-card) {
    padding: 80px 100px;
    margin-left: auto;
    margin-right: auto;
  }
  .bloc-gut .wp-block-group:not(.bg-img-title-card):not(.bg-img-card) .wp-block-columns {
    gap: 2em;
  }
  .bloc-gut .wp-block-group:not(.bg-img-title-card):not(.bg-img-card) figure.wp-block-image {
    max-width: min(95%, 540px);
  }
  .bloc-gut .wp-block-group:not(.bg-img-title-card):not(.bg-img-card) figure.wp-block-image img {
    width: 100%;
  }
  .bloc-gut .wp-block-column > *:not(:last-child):not(.wp-block-spacer) {
    margin-bottom: 13px;
  }
  .bloc-gut .wp-block-column > *:not(.wp-block-image:only-child):not(.bg-img-card):not(.bg-img-title-card) {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  .bloc-gut .wp-block-column > p + ul,
  .bloc-gut .wp-block-column > p + ol,
  .bloc-gut .wp-block-column > ol + p,
  .bloc-gut .wp-block-column > ul + p {
    margin-top: -13px;
  }
  .bloc-gut {
    --wp--preset--spacing--20: 13px;
    --wp--preset--spacing--30: 16px;
    --wp--preset--spacing--40: 21px;
    --wp--preset--spacing--50: 33px;
    --wp--preset--spacing--60: 53px;
    --wp--preset--spacing--70: 67px;
    --wp--preset--spacing--80: 80px;
  }
  .w1100 {
    max-width: 733px;
    margin-left: auto;
    margin-right: auto;
  }
  .bg-img-card {
    padding: 40px 40px;
    min-height: 0;
  }
  .bg-img-card p {
    padding-left: 27px;
    font-size: 19px;
  }
  .bg-img-title-card .wp-block-group__inner-container {
    justify-content: center;
    gap: 21px;
    padding: 60px 80px;
    min-height: 467px;
  }
  .bg-img-title-card h3 {
    font-size: 29px;
  }
  .bg-img-title-card h6 {
    font-size: 15px;
  }
  .bg-img-title-card p {
    font-size: 12px;
  }
  .img-tet h1 {
    font-size: 45px;
  }
  .img-tet h2 {
    font-size: 12px;
  }
  .breadcrumb {
    margin-bottom: 20px;
  }
  .s-misc .card.card--app {
    margin-top: unset;
    margin-bottom: 0;
    min-height: calc(448px * 1.21);
  }
  .news h1 {
    margin: 0 0 13px;
    font-size: 29px;
  }
  .news__filters {
    margin: 0 auto 13px;
    padding: 5px 22px;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border: solid 1px #EEE;
  }
  .news__filters--mob {
    display: none;
  }
  .news__content {
    grid-gap: 27px 13px;
  }
  .news__content__item--sticky {
    padding-bottom: 36.14%;
  }
  .news__content__item--sticky .news__content__item__text {
    top: 13px;
    bottom: 13px;
    left: 60px;
    right: 60px;
    justify-content: center;
    gap: 11px;
  }
  .news__content__item--sticky .news__content__item__text__title {
    font-size: 29px;
  }
  .news__content__item--sticky .news__content__item__text__excerpt {
    color: #fff;
    display: block;
  }
  .news__content__item--regular .news__content__item__img::before {
    padding-bottom: 86.67%;
  }
  .news__content__item--regular .news__content__item__text__title {
    margin: 5px 0;
    font-size: 15px;
  }
  .news__content__item__text__cat {
    font-size: 12px;
  }
  .news__content__item__text__excerpt {
    font-size: 12px;
  }
  .news__content .pagination {
    margin-bottom: 53px;
  }
  .news__content .pagination .nav-links .page-numbers {
    line-height: 25px;
    width: 25px;
    font-size: 12px;
  }
  .actu__main {
    border-radius: 16px;
    padding: 47px 8.4% 67px;
    margin: 0 0;
  }
  .actu__main__head h1 {
    margin: 13px auto;
    font-size: 29px;
  }
  .actu__main__head__cat {
    font-size: 12px;
  }
  .actu__main__head__date {
    font-size: 9px;
  }
  .actu__main__head__img {
    margin: 20px auto 47px;
  }
  .actu__main__content {
    max-width: 733px;
  }
  .actu__main__content > * {
    margin-bottom: 27px;
  }
  .actu__main__content h2 {
    font-size: 19px;
  }
  .actu__main__content h3 {
    font-size: 15px;
  }
  .actu__main__content h4 {
    font-size: 13px;
  }
  .actu__main__content h5,
  .actu__main__content h6 {
    font-size: 12px;
  }
  .actu__main__content p {
    font-size: 12px;
  }
  .actu__main__content ul li {
    font-size: 12px;
  }
  .actu__main__content ol li {
    font-size: 9px;
  }
  .actu__main__content hr {
    margin: 20px auto;
  }
  .actu__more {
    margin: 0 0;
    padding: 0 0 107px;
  }
  .actu__more h2 {
    margin: 47px auto 40px;
    font-size: 36px;
  }
  .actu__more__grid {
    padding: 0 0;
    margin: 0 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 13px;
  }
  .actu__more__link {
    margin: 40px auto 0;
    padding: 11px 21px;
    font-size: 12px;
  }
  .ressources,
  .podcasts {
    padding-bottom: 77px;
  }
  .ressources h1,
  .podcasts h1 {
    margin: 0 0 20px;
    font-size: 29px;
  }
  .ressources__filters,
  .podcasts__filters {
    margin: 0 auto 20px;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 27px;
    align-items: center;
    justify-content: center;
    padding: 7px 13px;
    background-color: #fff;
    border-radius: 16px;
    border: 1px solid #EDDACC;
  }
  .ressources__filters__search,
  .podcasts__filters__search {
    width: 373px;
    max-width: 60%;
    padding-right: 27px;
  }
  .ressources__filters__search input,
  .podcasts__filters__search input {
    padding: 0 47px 0 37px;
    background-position: center left 13px;
    background-size: 12px;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
  }
  .ressources__filters__search button,
  .podcasts__filters__search button {
    width: 34px;
    height: 34px;
    line-height: 34px;
    right: 30px;
    font-size: 11px;
  }
  .ressources__filters__toggle,
  .podcasts__filters__toggle {
    display: flex;
    width: auto;
    border: none;
    margin: unset;
    gap: 27px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .ressources__filters__intro,
  .podcasts__filters__intro {
    cursor: default;
    padding: 0 27px 0 0;
  }
  .ressources__filters__intro img,
  .podcasts__filters__intro img {
    display: none;
  }
  .ressources__filters__intro,
  .podcasts__filters__intro {
    font-size: 12px;
  }
  .ressources__filters__selects,
  .podcasts__filters__selects {
    display: flex;
    align-items: center;
    height: auto !important;
    overflow: visible;
  }
  .ressources__filters__select,
  .podcasts__filters__select {
    display: block;
    width: auto;
  }
  .ressources__filters__select label,
  .podcasts__filters__select label {
    display: none;
  }
  .ressources__filters__select select,
  .podcasts__filters__select select {
    padding: 0 40px 0 16px;
    background-position: center right 16px;
    background-size: 8px;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    width: auto;
    max-width: 250px;
  }
  .ressources__grid,
  .podcasts__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 13px 13px;
  }
  .ressources__grid .pagination,
  .podcasts__grid .pagination {
    grid-column: 1 / 3;
    margin-bottom: 53px;
  }
  .ressources__grid .pagination .nav-links .page-numbers,
  .podcasts__grid .pagination .nav-links .page-numbers {
    line-height: 25px;
    width: 25px;
    font-size: 12px;
  }
  .ressources__item,
  .podcasts__item {
    flex-direction: row;
  }
  .ressources__item__img,
  .podcasts__item__img {
    width: 48.15%;
  }
  .ressources__item__img::before,
  .podcasts__item__img::before {
    padding-bottom: 92.31%;
  }
  .ressources__item__img--pod::after,
  .podcasts__item__img--pod::after,
  .ressources__item__img--vid::after,
  .podcasts__item__img--vid::after,
  .ressources__item__img--dl::after,
  .podcasts__item__img--dl::after {
    width: 47px;
    height: 47px;
  }
  .ressources__item__text,
  .podcasts__item__text {
    width: 51.85%;
    padding: 20px;
  }
  .ressources__item__text__cat,
  .podcasts__item__text__cat {
    padding-bottom: 11px;
    margin-bottom: 11px;
    font-size: 12px;
  }
  .ressources__item__text__cat img,
  .podcasts__item__text__cat img {
    width: 15px;
    margin-right: 8px;
  }
  .ressources__item__text__title,
  .podcasts__item__text__title {
    font-size: 15px;
  }
  .ressources__vid__content,
  .podcasts__vid__content {
    width: 75%;
    max-width: 733px;
  }
  .ressources__vid__close,
  .podcasts__vid__close {
    width: 11px;
    top: -17px;
    right: -17px;
  }
  .commitment-template__layout__nav .swiper-button-prev,
  .commitment-template__layout__nav .swiper-button-next {
    display: none;
  }
  .error404__main {
    padding: 220px 0 127px;
  }
  .error404__main h1 {
    margin: 0 auto 33px;
    width: 427px;
  }
  .error404__main h2 {
    margin: 0 auto 33px;
    font-size: 45px;
  }
  .error404__main__text {
    margin: 0 auto 33px;
    font-size: 12px;
  }
  .error404__main__link {
    flex-direction: row;
    gap: 20px;
  }
  .error404__main__link a,
  .error404__main__link button {
    padding: 11px 16px;
    font-size: 12px;
  }
  .misc-pages {
    padding-bottom: 120px;
  }
  .misc-pages h1 {
    margin: 0 auto 27px;
    font-size: 29px;
  }
  .misc-pages__content h2 {
    font-size: 19px;
  }
  .misc-pages__content h3 {
    font-size: 12px;
  }
  .misc-pages__content h4 {
    font-size: 12px;
  }
  .misc-pages__content p,
  .misc-pages__content li {
    font-size: 12px;
  }
  .misc-pages--slim h1,
  .misc-pages--slim .breadcrumb,
  .misc-pages--slim .misc-pages__content {
    max-width: 910px;
  }
  .rse-more .h25 {
    margin: 0 auto 53px;
    width: 733px;
    font-size: 36px;
  }
  .rse-more__slider {
    margin: 0 auto;
    width: 90%;
    max-width: 1107px;
  }
  .funct__content {
    max-width: 920px;
    padding: 60px 0 60px;
    margin: 0 auto 60px;
  }
  .funct__content__title {
    margin: 0 auto 20px;
    font-size: 12px;
  }
  .funct__chars,
  .funct__sol {
    max-width: 920px;
    margin: 0 auto 60px;
    flex-direction: row;
    gap: 13px;
    justify-content: space-between;
  }
  .funct__chars > *,
  .funct__sol > * {
    width: 50%;
  }
  .funct__sol {
    flex-direction: row;
  }
  .funct__sol__item {
    gap: 13px;
    padding: 40px 73px 40px 60px;
  }
  .funct__sol__item h3 {
    font-size: 29px;
  }
  .funct__sol__picto {
    width: 33px;
  }
  .funct__products {
    padding: 53px 0;
    margin: 0 auto 60px;
  }
  .funct__products > h2 {
    margin: 0 auto 40px;
    font-size: 36px;
  }
  .funct__products__prods {
    max-width: 827px;
  }
  .funct__products__card {
    padding: 13px;
    max-width: 267px;
    height: var(--shopHeight);
  }
  .funct__products__card .woocommerce-loop-product__title {
    font-size: 13px;
  }
  .funct__products__card .product-header .product-brand-logo {
    max-width: 59px;
  }
  .funct__products__card .product-attributes {
    gap: 5px;
    margin-top: 7px;
    margin-bottom: 13px;
  }
  .funct__products__prev {
    left: -37px;
  }
  .funct__products__next {
    right: -37px;
  }
  .funct__pdf {
    padding: 30px;
  }
  .funct__pdf > * {
    flex: 1;
    width: 50%;
    max-width: 403px;
  }
  .funct__pdf__texts {
    gap: 13px;
  }
  .funct__pdf__texts h2 {
    font-size: 45px;
  }
  .funct__pdf__texts h3 {
    font-size: 24px;
  }
  .funct__pdf__text {
    font-size: 12px;
  }
  .funct__more h2 {
    margin: 0 0 20px;
    font-size: 24px;
  }
  .funct__more .swiper-slide {
    width: 211px;
    height: 122px;
    font-size: 20px;
  }
  .applic-perks__container {
    max-width: 920px;
    padding: 0 0 60px;
    margin: 0 auto 60px;
  }
  .applic__flex {
    max-width: 920px;
    margin: 0 auto 60px;
    flex-direction: row;
    gap: 40px;
    justify-content: space-between;
  }
  .applic__flex > * {
    width: 50%;
  }
  .applic__flex--img-left {
    flex-direction: row-reverse;
  }
  .applic__flex__text {
    padding-right: 27px;
  }
  .applic__flex__text > *:not(:last-child) {
    margin-bottom: 13px;
  }
  .applic__flex__text h3 {
    font-size: 29px;
  }
  .applic__sol {
    max-width: 687px;
    margin: 0 auto 40px;
  }
  .applic__sol h3 {
    font-size: 29px;
    margin: 0 auto 10px;
  }
  .applic__sol__picto {
    width: 33px;
    margin: 0 auto 10px;
  }
  .applic__pdf {
    flex-direction: row-reverse;
    padding: 53px 13px;
    margin: 0 auto 60px;
    gap: 80px;
  }
  .applic__pdf > * {
    flex: 1;
    width: 50%;
    max-width: 403px;
  }
  .applic__pdf__texts {
    gap: 13px;
  }
  .applic__pdf__texts h2 {
    font-size: 45px;
  }
  .applic__pdf__texts h3 {
    font-size: 24px;
  }
  .applic__pdf__text {
    font-size: 12px;
  }
  .histoire-main {
    padding-bottom: 90px;
  }
  .histoire-intro {
    margin: 80px 0 53px;
  }
  .histoire-intro h2 {
    margin: 0 auto 53px;
    max-width: 733px;
    font-size: 45px;
  }
  .histoire-intro__grid {
    grid-template-columns: 100fr 54fr;
    gap: 80px;
  }
  .histoire-intro__grid .bloc-gut > * {
    max-width: 267px;
  }
  .histoire-intro__years {
    font-size: 210px;
    text-align: left;
  }
  .histoire-intro__years span::after {
    display: block;
    position: absolute;
    width: 170px;
    height: 111px;
    top: 50%;
    translate: 0 -50%;
    right: -130px;
    margin-left: 0;
  }
  .page-template-masterclass main {
    padding-bottom: 0;
  }
  .page-template-baking-center main {
    padding-bottom: 0;
  }
  .page-template-sensory main {
    padding-bottom: 0;
  }
  .s-app4__overlay {
    background: none;
  }
  .s-app4__overlay__2 {
    background: none;
  }
  .woocommerce-catalogue {
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1026px) {
  .histoire-main .tablet-vertical {
    flex-direction: column;
  }
  .histoire-main .tablet-vertical figure.wp-block-image {
    max-width: unset !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025px) {
  .single-cible .cible-s6__flex > div:first-child {
    padding-bottom: 6vw;
  }
}
@media screen and (min-width: 769px) {
  .product .commitment-chip {
    top: 16px;
    right: 0;
  }
}
@media (min-width: 960px) {
  .news__content {
    grid-template-columns: repeat(2, 1fr);
  }
  .news__content__item--sticky {
    grid-column: 1 / 3;
  }
  .news__content .pagination {
    grid-column: 1 / 3;
  }
}
@media screen and (min-width: 1020px) {
  .inline-steps ul li {
    min-width: calc((var(--calculated-full-width) - 12vw + 10px) * 0.33);
  }
}
@media screen and (min-width: 1023px) {
  .h-hide-tablet-only {
    display: block !important;
  }
}
@media (min-width: 1024px) {
  .bg-img-card {
    padding: 53px 80px;
    min-height: 0;
  }
  .news__filters {
    flex-wrap: nowrap;
  }
  .news__filters__search {
    width: auto;
    border-right: solid 1px #EEE;
    flex: 1;
  }
  .news__filters__search input[type=text] {
    width: calc(100% - 27px);
  }
  .news__filters__search button {
    right: 30px;
  }
  .news__content {
    padding-bottom: 140px;
  }
  .commitment-template__title {
    font-size: 44px;
  }
  .commitment-template__layout__content {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    flex-direction: row;
    -ms-box-orient: horizontal;
  }
  .commitment-content__visual {
    width: 50%;
  }
  .commitment-content__text {
    width: 50%;
  }
  .commitment-content__text > h1.wp-block-heading {
    font-size: 38px;
  }
  .commitment-content__text > h1.wp-block-heading {
    font-size: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .s-marques__title {
    position: absolute;
    max-width: 26%;
    text-align: left;
  }
  .s-marques__slider .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.5, -0.34, 0.24, 1.22);
    /* elastic effect when slides change */
  }
  .s-marques .marquesSlider1,
  .s-marques .marquesSlider3 {
    display: block;
  }
  .s-marques .marquesSlider1 .swiper-slide,
  .s-marques .marquesSlider3 .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.3s;
  }
  .s-marques .marquesSlider1 .swiper-slide .bg,
  .s-marques .marquesSlider3 .swiper-slide .bg {
    background-color: #FBF2E8;
  }
  .s-marques .marquesSlider1 .swiper-slide img,
  .s-marques .marquesSlider3 .swiper-slide img {
    filter: grayscale(1);
    mix-blend-mode: multiply;
    opacity: 0.5;
    max-height: 100px;
  }
  .s-marques .marquesSlider1 .swiper-slide:hover,
  .s-marques .marquesSlider3 .swiper-slide:hover {
    transform: scale(1.1);
  }
  .s-marques .marquesSlider2 {
    flex: 0 0 28%;
    margin: 0 3%;
    background-color: #fff;
    border-radius: 16px;
    border-bottom: 7px solid #A17234;
  }
  .diag__steps > * {
    font-size: 16px;
  }
  .diag__steps > *:not(:last-child):after {
    margin: 0 16px;
  }
  .diag__progress {
    margin: 40px 0 30px;
  }
  .s-misc__flex {
    flex-direction: row;
  }
  .s-misc__flex > * {
    flex: 1;
  }
  .h-hide-mob {
    display: inherit !important;
  }
  .h-hide-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  body::after {
    content: 'desktop';
  }
  .footer {
    background: url(img/logo_bg.svg) 107% 107% no-repeat, #fff;
  }
  .footer-trademark {
    padding: 120px 6vw 40px;
  }
  .footer-branding {
    flex-direction: row;
    align-items: center;
    padding-bottom: 55px;
  }
  .footer-branding__logo img {
    width: 130px;
  }
  .footer-branding__tagline {
    padding: 0 40px;
    max-width: 508px;
  }
  .footer-social {
    padding-top: 55px;
    border-top: 3px dotted #FBF2E8;
    flex-direction: row;
    align-items: center;
    border-bottom: none;
  }
  .footer-main {
    flex-direction: row;
    padding-left: 55px;
    border-left: 3px dotted #FBF2E8;
    width: 50%;
  }
  .footer-main__menu {
    padding: 0 55px 0 0;
    border-bottom: none;
    border-right: 3px dotted #FBF2E8;
    flex: 1;
  }
  .footer-main__legals {
    padding: 0 0 0 55px;
    flex: 1;
  }
  .s-actualites__flex {
    display: flex;
  }
  .s-actualites__flex > * {
    flex: 1;
  }
  .s-actualites__flex .card {
    margin: 0;
  }
  .s-actualites__left {
    padding-right: 3%;
    border-right: 3px dotted #F1EAE1;
    border-bottom: none;
  }
  .s-actualites__left .card--over {
    height: 100%;
  }
  .s-actualites__left .card--over .card__image {
    height: 100%;
    aspect-ratio: auto;
  }
  .s-actualites__left .card--over .card__image img {
    position: absolute;
  }
  .s-actualites__right {
    padding-left: 3%;
  }
  .s-actualites__right .card:not(.card--over) {
    display: flex;
    height: 48%;
  }
  .s-actualites__right .card:not(.card--over):not(:first-child) {
    margin-top: 4%;
  }
  .s-actualites__right .card:not(.card--over) .card__image {
    aspect-ratio: auto;
    flex: 0 0 35%;
  }
  .s-actualites__right .card:not(.card--over) .card__body {
    flex: 1;
    margin: 0;
    margin-left: 3.6%;
  }
  .s-actualites__right .card:not(.card--over) .card__body .card__title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .diag__results__title {
    font-size: 24px;
  }
  .s-ressources .ressourcesSlider .ressources__item {
    min-height: 14vw;
  }
  .contact {
    padding-bottom: 264px;
    background-image: url('img/logo_bg_contact.svg');
    background-position: bottom 48px left -88px;
    background-repeat: no-repeat;
    background-size: min(100vw, 674px);
    background-blend-mode: multiply;
  }
  .contact__container {
    flex-direction: row;
    padding: 40px 6vw;
    gap: 13px;
  }
  .contact__coord {
    width: 50%;
    gap: 32px;
  }
  .contact__coord__entity {
    font-size: 28px;
  }
  .contact__form {
    padding: 60px;
    min-width: 600px;
  }
  .contact__form .gsection_title {
    font-size: 22px;
  }
  .funct__headings {
    padding: 90px 0 120px;
  }
  .funct__firstblock {
    padding: 80px 7vw;
    flex-direction: row;
    justify-content: space-between;
    gap: unset;
  }
  .funct__firstblock__pic {
    width: 50%;
  }
  .funct__firstblock__content {
    width: 50%;
    padding-left: 6vw;
  }
  .funct__common {
    padding: 100px 14vw;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .funct__common .commonSlider {
    overflow: unset;
  }
  .funct__common__texts {
    width: 50%;
  }
  .funct__common__img {
    width: 50%;
    justify-content: flex-end;
    padding-top: unset;
  }
  .funct__common__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }
  .funct__common__grid li .number {
    top: -20px;
    left: -16px;
    font-size: 58px;
  }
  .applic__common {
    padding: 100px 14vw;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 90px;
  }
  .applic__common .commonSlider {
    overflow: unset;
  }
  .applic__common__texts {
    width: 50%;
  }
  .applic__common__img {
    width: 50%;
    justify-content: flex-end;
    padding-top: unset;
  }
  .applic__common__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }
  .applic__common__grid li .number {
    top: -20px;
    left: -16px;
    font-size: 58px;
  }
  .histoire-main .bloc-gut .mx-w-special {
    max-width: 60vw !important;
  }
  .search .post-group ul.products {
    width: 80%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .page-template-baking-center .section-03__title {
    flex-direction: row;
  }
  .page-template-baking-center .services {
    flex-direction: row;
  }
  .page-template-baking-center .services-swiper .swiper-button-prev {
    display: none;
  }
  .page-template-baking-center .services-swiper .swiper-button-next {
    display: none;
  }
  .page-template-baking-center .services-wheel {
    width: 582px;
    height: 852px;
    display: flex;
    justify-content: flex-end;
  }
  .page-template-baking-center .services__list {
    display: block;
    min-height: 600px;
    padding-left: 7vw;
  }
  .page-template-baking-center .services__list__item__title {
    text-align: left;
  }
  .page-template-baking-center .services__list__item__content ul {
    width: 100%;
  }
  .page-template-baking-center .services__list__item.active {
    padding-top: 0;
  }
  .page-template-baking-center .services__list__item.active .services__list__item__content {
    display: block;
  }
  .page-template-baking-center .s-chiffres__c9 {
    padding: 4% 8%;
  }
  .page-template-baking-center .s-help {
    flex-direction: row;
  }
  .page-template-sensory .s-chiffres__c7 img {
    -o-object-position: 50% -5px;
       object-position: 50% -5px;
  }
  .s-app3__flex {
    display: flex;
    align-items: center;
    gap: 6%;
  }
  .s-app3__flex > * {
    flex: 1;
  }
  .s-app3__list {
    margin: 40px 0;
  }
  .s-app7 {
    padding-bottom: 65px;
  }
  .s-app7__flex {
    margin-right: 10%;
  }
  .s-app7__flex img {
    margin-bottom: -90px;
  }
  .woocommerce-catalogue #product-filters {
    display: block;
    width: 20vw;
    margin-right: 20px;
    padding: 30px 18px;
    position: sticky;
    top: 170px;
  }
  .woocommerce-catalogue .loop-and-filter {
    flex-direction: row;
    position: relative;
  }
  .woocommerce-catalogue .loop-and-filter ul.products {
    width: 80%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .single-product .content-area {
    padding-bottom: 172px;
  }
  .single-product .content-area .product .summary {
    padding-top: 60px;
    padding-right: 60px;
    width: 48%;
  }
  .single-product .content-area .product .summary .product_title {
    font-size: 44px;
  }
  .single-product .content-area .product .summary .product-contact {
    margin-top: 40px;
  }
  .single-product .content-area .product .summary .product-sheet__upload {
    width: calc(100% - 180px);
    padding: 40px 10px;
  }
  .single-product .content-area .product .summary .product-sheet__img {
    display: block;
  }
  .single-product .content-area .product .container-second {
    flex-direction: row;
    gap: 20px;
  }
  .single-product .content-area .product .container-second .block-product {
    padding: 48px 48px 48px 120px;
  }
  .single-product .content-area .product .container-second .block-product__title {
    height: 48px;
  }
  .single-product .content-area .product .container-second .block-product__title::before {
    left: -62px;
    width: 48px;
    height: 48px;
    transform: scale(1);
  }
  .recipe-block {
    width: 445px;
  }
  .woocommerce-product-gallery {
    padding: 60px 0 0 60px;
    width: 48% !important;
  }
  .product .commitment-chip {
    top: 60px;
    right: 50%;
  }
  .product .commitment-chip img {
    max-width: 100px;
  }
}
@media (min-width: 1025px) {
  .target.is-visible {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .target__content {
    width: 86%;
    border-radius: 16px;
    min-height: unset;
  }
  .target__block {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .img-tet {
    padding: 200px 0 47px;
  }
  .s-chiffres__c7 {
    justify-content: space-evenly;
    flex-direction: row;
  }
  .s-chiffres__c7__title {
    padding-top: 0;
    padding-left: 1em;
    padding-right: 1em;
  }
  .s-chiffres__c7__img {
    scale: 1;
  }
  .s-hero {
    padding-bottom: 0;
  }
  .s-hero__container {
    min-height: unset;
    max-height: 100vh;
  }
  .s-hero__container video {
    -o-object-fit: unset;
       object-fit: unset;
    border-radius: 0px 0px 32px 32px;
    min-height: unset;
  }
  .s-hero__layer {
    border-radius: 0px 0px 32px 32px;
  }
  .s-hero__menu {
    padding: 32px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    bottom: 0;
    left: 50%;
    width: 71vw;
    transform: translate(-50%, 0);
    background-color: transparent;
  }
  .s-hero__menu__title {
    min-height: 60px;
    margin-bottom: 13px;
  }
  .s-hero__menu__title a {
    font-weight: 700;
    font-size: 16px;
  }
  .s-hero__menu__title a::after {
    content: none;
  }
  .s-hero__menu__link {
    display: block;
  }
  .s-hero__menu ul {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 3vw;
    grid-row-gap: 0px;
  }
  .s-hero__menu ul li {
    padding: 0;
  }
  .s-hero__menu ul li:not(:last-child) {
    border: none;
  }
  .s-misc {
    padding: 60px 0 160px;
  }
  .s-misc .card.card--app {
    order: unset;
    min-height: unset;
  }
  .s-misc .card--app .card__image2 {
    width: 100%;
  }
  .s-misc .card--app .card__image2 img {
    margin-bottom: -200px;
  }
  .news__content__item--regular {
    align-items: flex-start;
    flex-direction: row;
  }
  .news__content__item--regular .news__content__item__img {
    width: 200px;
  }
  .news__content__item--regular .news__content__item__text {
    width: calc(100% - 200px);
    padding: 13px 21px 13px;
  }
  .ressources__grid,
  .podcasts__grid {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 13px 13px;
  }
  .ressources__grid .pagination,
  .podcasts__grid .pagination {
    grid-column: 1 / 4;
  }
  .ressources__popup__container,
  .podcasts__popup__container {
    width: 80%;
    max-width: 930px;
    padding: 30px 40px;
  }
  .error404__main {
    min-height: calc(100vh + 104px);
  }
  .rse-more {
    padding: 80px 0 220px;
  }
  .funct__characteristics {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-right: 6vw;
    gap: 60px;
    height: 640px;
    margin: 90px 0;
    background: #F4F3F3;
  }
  .funct__characteristics__bg {
    width: 30vw;
    min-height: 100%;
  }
  .funct__characteristics__bg {
    display: flex;
  }
  .funct__characteristics__bg .overlay {
    background: linear-gradient(to right, rgba(255, 0, 0, 0) 0%, rgba(244, 243, 243, 0) 85%, #f4f3f3 100%);
  }
  .funct__characteristics__container {
    width: calc(100% - 36vw);
    max-width: calc(100% - 36vw);
  }
  .funct__characteristics__cards .sh-card {
    flex: 1;
  }
  .funct__pdf {
    flex-direction: row;
    padding: 53px 13px;
    margin: 0 auto 60px;
    gap: 80px;
  }
  .applic-main {
    padding-bottom: 0;
  }
  .applic__characteristics {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 60px;
    padding-right: 6vw;
    background: #F1F1F3;
    margin: 90px 0;
    height: 640px;
  }
  .applic__characteristics__bg {
    width: 30vw;
    min-height: 100%;
  }
  .applic__characteristics__bg {
    display: flex;
  }
  .applic__characteristics__bg .overlay {
    background: linear-gradient(to right, rgba(255, 0, 0, 0) 0%, rgba(241, 241, 243, 0) 80%, #f1f1f3 100%);
  }
  .applic__characteristics__container {
    max-width: calc(100% - 36vw);
    width: calc(100% - 36vw);
  }
  .applic__characteristics__cards .sh-card {
    flex: 1;
  }
  .histoire-main {
    padding-bottom: 200px;
  }
  .page-template-masterclass main {
    padding-bottom: 105px;
  }
  .page-template-masterclass .section-01 {
    flex-direction: row;
  }
  .page-template-masterclass .section-01 .col-01 {
    padding: 4vw;
    width: 42vw;
  }
  .page-template-masterclass .section-01 .col-01 ul li {
    padding-top: 60px;
  }
  .page-template-masterclass .section-01 .col-02 {
    width: calc(100% - 500px);
  }
  .page-template-masterclass .parent {
    grid-template-columns: repeat(2, minmax(32vw, 1fr)) 0.7fr;
    grid-template-rows: repeat(2, minmax(16vw, 0.33fr));
    align-items: stretch;
  }
  .page-template-masterclass .parent .div1 {
    grid-area: 1 / 1 / 3 / 2;
  }
  .page-template-masterclass .parent .div2 {
    grid-area: 1 / 2 / 3 / 3;
  }
  .page-template-masterclass .parent .div3 {
    grid-area: 1 / 3 / 2 / 4;
  }
  .page-template-masterclass .parent .div4 {
    grid-area: 2 / 3 / 3 / 4;
  }
  .page-template-masterclass .parent > div {
    max-height: unset;
  }
  .page-template-baking-center main {
    padding-bottom: 105px;
  }
  .page-template-baking-center .section-01 {
    flex-direction: row;
  }
  .page-template-baking-center .section-01 .col-01 {
    padding: 10vw 5vw;
    width: calc(100% - 38vw);
  }
  .page-template-baking-center .section-01 .col-02 {
    width: 38vw;
  }
  .page-template-baking-center .section-02 ul {
    display: grid;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
  }
  .page-template-sensory main {
    padding-bottom: 105px;
  }
  .page-template-sensory .section-01 ul {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 120px;
    grid-row-gap: 0px;
  }
  .page-template-sensory .section-01__topic {
    padding-bottom: 0;
  }
  .page-template-sensory .section-02 {
    flex-direction: row;
  }
  .page-template-sensory .section-02__content {
    padding-left: 8vw;
  }
  .page-template-sensory .s-chiffres__container {
    grid-template-rows: 0.83fr 1fr 0.39fr 0.42fr;
    grid-template-areas: "c6 c5 c5 c5 ." "c11 c11 c11 c12 c12" ". c7 c9 c10 c10" ". c8 c9 c10 c10";
  }
  .page-template-sensory .s-chiffres__container > * {
    max-height: 510px;
    overflow: hidden;
  }
  .page-template-sensory .s-chiffres__c12 {
    padding: 3em;
  }
  .page-template-sensory .s-cta {
    flex-direction: row;
  }
  .page-template-sensory .s-cta__content {
    padding: 50px 6vw;
    margin: unset;
  }
  .page-template-sensory .s-cta__block {
    padding: 40px 70px;
  }
  .single-cible .cible-s6 .s-cta__block {
    padding: 40px 70px;
  }
  .shop-mobile-filter {
    display: none;
  }
  .h-layer-top,
  .single-product .content-area {
    padding-top: 190px;
  }
  .pb-footer {
    padding-bottom: 104px;
  }
  .h-py-4xl {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1920px) {
  .s-actualites__right .card__text {
    font-size: calc(12px + (16 - 12) * ((100vw - 1025px) / (1920 - 1025)));
  }
  .s-app3__list > * b {
    font-size: calc(20px + (28 - 20) * ((100vw - 1025px) / (1920 - 1025)));
  }
}
@media (min-width: 1100px) {
  .histoire-intro__years {
    font-size: 267px;
    text-align: left;
  }
  .histoire-intro__years span::after {
    width: 279px;
    height: 182px;
    right: -227px;
  }
}
@media (min-width: 1280px) {
  .commitment-template__layout {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    flex-direction: row;
    -ms-box-orient: horizontal;
    -moz-column-gap: 20px;
         column-gap: 20px;
    padding: 30px 80px 170px 80px;
  }
  .commitment-template__layout__nav .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    flex-direction: column;
    -ms-box-orient: vertical;
    row-gap: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .s-app2__flex > * {
    flex: 1;
  }
}
@media screen and (min-width: 1281px) {
  body {
    /*line-height: 1.5;*/
  }
  .header-layer__menu .select-menu {
    max-width: 183px;
    margin: 0 32px 0 0;
  }
  .header-layer__menu .select-menu .options {
    max-width: 183px;
  }
  .footer__newsletter {
    background-position: 0% 112%;
    background-size: auto;
    position: absolute;
    top: calc(104px * -1);
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    width: calc(100% - 12vw);
    max-width: 1660px;
    height: 208px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-direction: row;
    z-index: 3;
    padding: 0 4vw;
  }
  .footer__newsletter__title {
    width: 100%;
    font-size: 36px;
    margin-bottom: 0;
  }
  .footer__newsletter__form {
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    gap: 22px;
  }
  .footer__newsletter__form__inputs {
    flex-direction: row;
    gap: 22px;
  }
  .footer__newsletter__form__inputs .custom-select {
    width: 236px;
  }
  .footer__newsletter__form__item:first-child {
    width: 236px;
  }
  .footer__newsletter__form__item:not(:first-child) {
    width: calc(100% - 236px);
  }
  .footer__newsletter__form .mauticform-page-wrapper {
    flex-direction: row;
  }
  .footer__newsletter__form__submit {
    margin-top: 30px;
  }
  .footer__newsletter__form__submit .btn {
    width: -moz-fit-content;
    width: fit-content;
  }
  .footer-container {
    padding: 194px 6vw 0;
    flex-direction: row;
  }
  .footer-content {
    margin-right: 55px;
  }
  .footer .select-menu {
    max-width: 183px;
    margin: 0 32px 0 0;
  }
  .footer .select-menu .options {
    max-width: 183px;
  }
  .card.card--over .card__body {
    padding: 40px;
  }
  .contact__form {
    min-width: 819px;
  }
  .single-application .s-before-footer {
    padding-bottom: 180px;
  }
  .page-template-masterclass .s-before-footer {
    padding-bottom: 180px;
  }
  .page-template-baking-center .s-before-footer {
    padding-bottom: 180px;
  }
  .s-app7__flex img {
    margin-bottom: 0;
  }
  .s-app8__flex > *:nth-child(1) {
    margin-left: 40px;
  }
  .single-cible .cible-s1__title {
    font-size: 34px;
  }
  .single-cible .cible-s4__title {
    font-size: 32px;
  }
  .single-cible .cible-s4__title2 {
    font-size: 28px;
  }
  .single-cible .cible-s5__title {
    font-size: 32px;
  }
  .single-cible .cible-s6__flex > *:nth-child(2) {
    flex: 0 0 40%;
  }
  .single-cible .cible-s6__title {
    font-size: 40px;
  }
  .inline-steps {
    background-color: transparent;
  }
  .inline-steps ul {
    justify-content: center;
    padding: 20px;
  }
  .inline-steps ul li {
    justify-content: flex-start;
    min-width: unset;
    margin-right: 1.6%;
  }
  .inline-steps ul li:not(.active) {
    opacity: 0.5;
  }
  .single-product .content-area .product .summary {
    padding-top: 60px;
    padding-right: 200px;
    width: 48%;
  }
  .single-product .content-area .product .container-first {
    padding: unset;
  }
  .single-product .content-area .product .product-navigation {
    display: block;
  }
  .woocommerce-product-gallery {
    padding: 60px 0 0 150px;
    width: 48% !important;
  }
}
@media (min-width: 1366px) {
  .commitment-template__layout {
    padding: 30px 90px 170px 90px;
    min-height: 780px;
  }
  .commitment-template__layout__content {
    padding: 0 40px;
    -moz-column-gap: 40px;
         column-gap: 40px;
    height: 780px;
  }
  .commitment-content__visual__chip {
    max-width: 110px;
    right: -30px;
  }
  .commitment-content__visual__img {
    width: 600px;
  }
}
@media (min-width: 1440px) {
  .header.header-scroll .header-nav {
    width: 100%;
    margin: 0;
    border-radius: 0 0 8px 8px;
    max-width: none;
  }
  .header.header-scroll .header-nav .header-nav__logo {
    top: 0;
    transform: translate(-50%, 0);
  }
  .header .preheader {
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 16px;
    background-color: transparent;
    z-index: 101;
    width: 100%;
  }
  .header-nav {
    height: 100px;
    width: calc(100% - 12vw);
    margin: 49px 6vw;
    padding: 32px;
  }
  .header-nav__lang {
    display: none;
  }
  .header-nav__logo {
    width: 147px;
  }
  .header-nav__burger {
    display: none;
  }
  .header-nav__burger .burger-button {
    display: none;
  }
  .header-nav__left {
    display: flex;
    gap: 32px;
  }
  .header-nav__right {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .pod-player {
    min-height: 130px;
  }
  .pod-player__person {
    width: 300px;
  }
  .pod-player__person__picture img {
    width: 92px;
  }
  .pod-player__person__name {
    font-size: 18px;
  }
  .pod-player__play {
    width: calc(100% - 650px);
  }
  .pod-player__play #play-icon {
    margin: 0 auto 15px;
  }
  .pod-player__play #play-icon i {
    width: 50px;
    height: 50px;
  }
  .pod-player__play #seek-slider {
    width: calc(100% - 140px);
  }
  .pod-player__volume {
    width: 300px;
    padding-bottom: 10px;
  }
  .pod-player__volume #mute-icon {
    margin: 0 15px 0 0;
    width: 28px;
  }
  .pod-player__volume #mute-icon i {
    width: 24px;
    height: 18px;
  }
  .pod-player__volume #volume-slider {
    width: 252px;
  }
  .pod-player .time {
    width: 65px;
    font-size: 20px;
  }
  .bloc-gut > *:not(:last-child):not(.wp-block-spacer) {
    margin-bottom: 20px;
  }
  .bloc-gut > p + ul,
  .bloc-gut > p + ol,
  .bloc-gut > ol + p,
  .bloc-gut > ul + p {
    margin-top: -20px;
  }
  .bloc-gut h2 {
    font-size: 68px;
  }
  .bloc-gut .h25 {
    font-size: 54px;
  }
  .bloc-gut h3 {
    font-size: 44px;
  }
  .bloc-gut h4 {
    font-size: 22px;
  }
  .bloc-gut h5 {
    font-size: 22px;
  }
  .bloc-gut h6 {
    font-size: 22px;
  }
  .bloc-gut p,
  .bloc-gut li {
    font-size: 16px;
  }
  .bloc-gut .wp-block-group:not(.bg-img-title-card):not(.bg-img-card) {
    padding: 120px 150px;
  }
  .bloc-gut .wp-block-group:not(.bg-img-title-card):not(.bg-img-card) figure.wp-block-image {
    max-width: min(95%, 810px);
  }
  .bloc-gut .wp-block-column > *:not(:last-child):not(.wp-block-spacer) {
    margin-bottom: 20px;
  }
  .bloc-gut .wp-block-column > *:not(.wp-block-image:only-child):not(.bg-img-card):not(.bg-img-title-card) {
    max-width: 540px;
  }
  .bloc-gut .wp-block-column > p + ul,
  .bloc-gut .wp-block-column > p + ol,
  .bloc-gut .wp-block-column > ol + p,
  .bloc-gut .wp-block-column > ul + p {
    margin-top: -20px;
  }
  .bloc-gut {
    --wp--preset--spacing--20: 20px;
    --wp--preset--spacing--30: 24px;
    --wp--preset--spacing--40: 32px;
    --wp--preset--spacing--50: 50px;
    --wp--preset--spacing--60: 80px;
    --wp--preset--spacing--70: 100px;
    --wp--preset--spacing--80: 120px;
  }
  .w1100 {
    max-width: 1098px;
  }
  .bg-img-card p {
    padding-left: 40px;
    font-size: 28px;
  }
  .bg-img-title-card .wp-block-group__inner-container {
    gap: 32px;
    padding: 90px 120px;
    min-height: 700px;
  }
  .bg-img-title-card h3 {
    font-size: 44px;
  }
  .bg-img-title-card h6 {
    font-size: 22px;
  }
  .bg-img-title-card p {
    font-size: 16px;
  }
  .img-tet {
    padding: 200px 0 70px;
    min-height: 450px;
  }
  .img-tet h1 {
    font-size: 68px;
  }
  .img-tet h2 {
    font-size: 16px;
  }
  .breadcrumb {
    margin-bottom: 30px;
  }
  .news h1 {
    margin: 0 0 20px;
    font-size: 44px;
  }
  .news__filters {
    margin: 0 auto 20px;
    padding: 8px 35px;
  }
  .news__filters__search input[type=text] {
    width: calc(100% - 40px);
    background-position: center left 20px;
    background-size: 16px;
    padding: 0 70px 0 50px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
  }
  .news__filters__search button {
    right: 45px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
  .news__filters__text {
    padding: 0 0 0 40px;
    font-size: 16px;
  }
  .news__filters__select {
    width: 310px;
    padding: 10px 40px;
  }
  .news__filters__select select {
    height: 60px;
    line-height: 60px;
    background-size: 10px;
    background-position: center right 24px;
    padding: 0 24px;
    font-size: 16px;
  }
  .news__filters__select:last-child {
    width: 270px;
    padding: 10px 0 10px 40px;
  }
  .news__content {
    grid-gap: 40px 20px;
  }
  .news__content__item--sticky .news__content__item__text {
    top: 20px;
    bottom: 20px;
    left: 90px;
    right: 90px;
    gap: 16px;
  }
  .news__content__item--sticky .news__content__item__text__title {
    font-size: 44px;
  }
  .news__content__item--regular .news__content__item__img {
    width: 300px;
  }
  .news__content__item--regular .news__content__item__text {
    width: calc(100% - 300px);
    padding: 20px 32px 20px;
  }
  .news__content__item--regular .news__content__item__text__title {
    margin: 8px 0;
    font-size: 22px;
  }
  .news__content__item__text__cat {
    font-size: 14px;
  }
  .news__content__item__text__excerpt {
    font-size: 16px;
  }
  .news__content .pagination {
    margin-bottom: 80px;
  }
  .news__content .pagination .nav-links .page-numbers {
    line-height: 38px;
    width: 38px;
    font-size: 15px;
  }
  .actu__main {
    padding: 70px 8.4% 100px;
  }
  .actu__main__head h1 {
    margin: 20px auto;
    font-size: 44px;
  }
  .actu__main__head__cat {
    font-size: 14px;
  }
  .actu__main__head__date {
    font-size: 11px;
  }
  .actu__main__head__img {
    margin: 30px auto 70px;
  }
  .actu__main__content {
    max-width: 1100px;
  }
  .actu__main__content > * {
    margin-bottom: 40px;
  }
  .actu__main__content h2 {
    font-size: 28px;
  }
  .actu__main__content h3 {
    font-size: 22px;
  }
  .actu__main__content h4 {
    font-size: 20px;
  }
  .actu__main__content h5,
  .actu__main__content h6 {
    font-size: 18px;
  }
  .actu__main__content p {
    font-size: 16px;
  }
  .actu__main__content ul li {
    font-size: 16px;
  }
  .actu__main__content ol li {
    font-size: 11px;
  }
  .actu__main__content hr {
    margin: 30px auto;
  }
  .actu__more {
    padding: 0 0 160px;
  }
  .actu__more h2 {
    margin: 70px auto 60px;
    font-size: 54px;
  }
  .actu__more__grid {
    grid-gap: 20px;
  }
  .actu__more__link {
    margin: 60px auto 0;
    padding: 16px 32px;
    font-size: 14px;
  }
  .ressources,
  .podcasts {
    padding-bottom: 140px;
  }
  .ressources h1,
  .podcasts h1 {
    margin: 0 0 30px;
    font-size: 44px;
  }
  .ressources__filters,
  .podcasts__filters {
    margin: 0 auto 30px;
    gap: 40px;
    padding: 10px 20px;
  }
  .ressources__filters__search,
  .podcasts__filters__search {
    width: 560px;
    padding-right: 40px;
  }
  .ressources__filters__search input,
  .podcasts__filters__search input {
    padding: 0 70px 0 55px;
    background-position: center left 20px;
    background-size: 18px;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
  }
  .ressources__filters__search button,
  .podcasts__filters__search button {
    width: 50px;
    height: 50px;
    line-height: 50px;
    right: 45px;
    font-size: 14px;
  }
  .ressources__filters__toggle,
  .podcasts__filters__toggle {
    gap: 40px;
  }
  .ressources__filters__intro,
  .podcasts__filters__intro {
    font-size: 16px;
  }
  .ressources__filters__select select,
  .podcasts__filters__select select {
    padding: 0 60px 0 24px;
    background-position: center right 24px;
    background-size: 12px;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
  }
  .ressources__grid,
  .podcasts__grid {
    grid-gap: 20px 20px;
  }
  .ressources__grid .pagination,
  .podcasts__grid .pagination {
    margin-bottom: 80px;
  }
  .ressources__grid .pagination .nav-links .page-numbers,
  .podcasts__grid .pagination .nav-links .page-numbers {
    line-height: 38px;
    width: 38px;
    font-size: 15px;
  }
  .ressources__item__img--pod::after,
  .podcasts__item__img--pod::after,
  .ressources__item__img--vid::after,
  .podcasts__item__img--vid::after,
  .ressources__item__img--dl::after,
  .podcasts__item__img--dl::after {
    width: 70px;
    height: 70px;
  }
  .ressources__item__text,
  .podcasts__item__text {
    padding: 30px;
  }
  .ressources__item__text__cat,
  .podcasts__item__text__cat {
    padding-bottom: 16px;
    margin-bottom: 16px;
    font-size: 14px;
  }
  .ressources__item__text__cat img,
  .podcasts__item__text__cat img {
    width: 22px;
    margin-right: 12px;
  }
  .ressources__item__text__title,
  .podcasts__item__text__title {
    font-size: 22px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .ressources__vid__content,
  .podcasts__vid__content {
    max-width: 1100px;
  }
  .ressources__vid__close,
  .podcasts__vid__close {
    width: 16px;
    top: -25px;
    right: -25px;
  }
  .commitment-template__layout {
    min-height: 840px;
  }
  .commitment-template__layout__nav {
    min-width: 195px;
  }
  .commitment-template__layout__content {
    height: 840px;
  }
  .commitment-nav-element {
    width: 110px;
  }
  .error404__main {
    padding: 250px 0 190px;
  }
  .error404__main h1 {
    margin: 0 auto 50px;
    width: 640px;
  }
  .error404__main h2 {
    margin: 0 auto 50px;
    font-size: 68px;
  }
  .error404__main__text {
    margin: 0 auto 50px;
    font-size: 16px;
  }
  .error404__main__link {
    gap: 30px;
  }
  .error404__main__link a,
  .error404__main__link button {
    padding: 16px 24px;
    font-size: 14px;
  }
  .misc-pages {
    padding-bottom: 180px;
  }
  .misc-pages h1 {
    margin: 0 auto 40px;
    font-size: 44px;
  }
  .misc-pages__content h2 {
    font-size: 28px;
  }
  .misc-pages__content h3 {
    font-size: 16px;
  }
  .misc-pages__content h4 {
    font-size: 16px;
  }
  .misc-pages__content p,
  .misc-pages__content li {
    font-size: 16px;
  }
  .misc-pages--slim h1,
  .misc-pages--slim .breadcrumb,
  .misc-pages--slim .misc-pages__content {
    max-width: 1366px;
  }
  .rse-more {
    padding: 120px 0 220px;
  }
  .rse-more .h25 {
    margin: 0 auto 80px;
    width: 1100px;
    font-size: 54px;
  }
  .rse-more__slider {
    margin: 0 auto;
    max-width: 1660px;
  }
  .funct__content {
    max-width: 1380px;
    padding: 90px 0 90px;
    margin: 0 auto 90px;
  }
  .funct__content__title {
    margin: 0 auto 30px;
    font-size: 16px;
  }
  .funct__chars,
  .funct__sol {
    max-width: 1380px;
    margin: 0 auto 90px;
    gap: 20px;
  }
  .funct__sol__item {
    gap: 20px;
    padding: 60px 110px 60px 90px;
  }
  .funct__sol__item h3 {
    font-size: 44px;
  }
  .funct__sol__picto {
    width: 50px;
  }
  .funct__products {
    padding: 80px 0;
    margin: 0 auto 90px;
  }
  .funct__products > h2 {
    margin: 0 auto 60px;
    font-size: 54px;
  }
  .funct__products__prods {
    max-width: 1240px;
  }
  .funct__products__card {
    padding: 20px;
    max-width: 400px;
    height: var(--shopHeight);
  }
  .funct__products__card .woocommerce-loop-product__title {
    font-size: 20px;
  }
  .funct__products__card .product-header .product-brand-logo {
    max-width: 88px;
  }
  .funct__products__card .product-attributes {
    gap: 8px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .funct__products__prev {
    left: -56px;
  }
  .funct__products__next {
    right: -56px;
  }
  .funct__pdf {
    padding: 80px 20px;
    margin: 0 auto 90px;
    gap: 120px;
  }
  .funct__pdf > * {
    max-width: 605px;
  }
  .funct__pdf__texts {
    gap: 20px;
  }
  .funct__pdf__texts h2 {
    font-size: 68px;
  }
  .funct__pdf__texts h3 {
    font-size: 36px;
  }
  .funct__pdf__text {
    font-size: 16px;
  }
  .funct__more h2 {
    margin: 0 0 30px;
    font-size: 36px;
  }
  .funct__more .swiper-slide {
    width: 316px;
    height: 183px;
    font-size: 30px;
  }
  .applic-perks__container {
    max-width: 1380px;
    padding: 0 0 90px;
    margin: 0 auto 90px;
  }
  .applic__flex {
    max-width: 1380px;
    margin: 0 auto 90px;
    gap: 60px;
  }
  .applic__flex__text {
    padding-right: 40px;
  }
  .applic__flex__text > *:not(:last-child) {
    margin-bottom: 20px;
  }
  .applic__flex__text h3 {
    font-size: 44px;
  }
  .applic__sol {
    max-width: 1030px;
    margin: 0 auto 60px;
  }
  .applic__sol h3 {
    font-size: 44px;
    margin: 0 auto 15px;
  }
  .applic__sol__picto {
    width: 50px;
    margin: 0 auto 15px;
  }
  .applic__pdf {
    padding: 80px 20px;
    margin: 0 auto 90px;
    gap: 120px;
  }
  .applic__pdf > * {
    max-width: 605px;
  }
  .applic__pdf__texts {
    gap: 20px;
  }
  .applic__pdf__texts h2 {
    font-size: 68px;
  }
  .applic__pdf__texts h3 {
    font-size: 36px;
  }
  .applic__pdf__text {
    font-size: 16px;
  }
  .histoire-intro {
    margin: 120px 0 80px;
  }
  .histoire-intro h2 {
    margin: 0 auto 80px;
    max-width: 1100px;
    font-size: 68px;
  }
  .histoire-intro__grid {
    gap: 120px;
  }
  .histoire-intro__grid .bloc-gut > * {
    max-width: 400px;
  }
  .histoire-intro__years {
    font-size: 400px;
  }
  .histoire-intro__years span::after {
    width: 417px;
    height: 272px;
    right: -340px;
  }
  .s-app4__bg {
    background-image: var(--helpurl);
    background-size: cover;
    background-repeat: no-repeat;
    width: 50vw;
    height: 774px;
    min-height: 100%;
    display: flex;
  }
  .s-app4__side {
    flex: unset;
  }
  .woocommerce-catalogue {
    padding-bottom: 180px;
  }
}
@media screen and (min-width: 1440px) {
  .header .preheader-nav .select-menu {
    max-width: 183px;
    margin: 0 32px 0 0;
  }
  .header .preheader-nav .select-menu .options {
    max-width: 183px;
  }
  .diag__steps > * {
    font-size: 20px;
  }
  .diag__flex {
    /**
	* User input values.
	*/
    --grid-layout-gap: 20px;
    --grid-row-gap: 0;
    --grid-column-count: 7;
    --grid-item--min-width: 152px;
    /**
	* Calculated values.
	*/
    --gap-count: calc(var(--grid-column-count) - 1);
    --total-gap-width: calc(var(--gap-count) * var(--grid-layout-gap));
    --grid-item--max-width: calc((100% - var(--total-gap-width)) / var(--grid-column-count));
    /**
	* Applied properties
	*/
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(max(var(--grid-item--min-width), var(--grid-item--max-width)), 1fr));
    -moz-column-gap: var(--grid-layout-gap);
         column-gap: var(--grid-layout-gap);
    row-gap: var(--grid-row-gap);
  }
  .diag__card {
    margin-bottom: 20px;
  }
  .diag__card__title {
    font-size: 15px;
  }
  .s-app4__flex {
    background-color: #EAEAEA;
  }
  .s-app4__no-mobile {
    left: calc(100% - 251px);
    transform: translate(0, -50%);
  }
  .s-app4__no-mobile > div iframe {
    left: calc(100% - 243px);
    transform: translate(0, -50%);
  }
  .s-app4__overlay {
    background: linear-gradient(to right, rgba(255, 0, 0, 0) 0%, rgba(234, 234, 234, 0) 85%, #eaeaea 100%);
  }
  .s-app4__overlay__2 {
    background: linear-gradient(to bottom, rgba(255, 0, 0, 0) 0%, rgba(234, 234, 234, 0) 60%, #eaeaea 100%);
  }
  .s-app7__flex {
    margin-right: 15%;
  }
  .single-cible .cible-s1__title {
    font-size: 38px;
  }
  .single-cible .cible-s4__title {
    font-size: 38px;
  }
  .single-cible .cible-s4__title2 {
    font-size: 30px;
  }
  .single-cible .cible-s5__title {
    font-size: 38px;
  }
  .single-cible .cible-s6__title {
    font-size: 55px;
  }
}
@media (min-width: 1520px) {
  .bg-img-card {
    padding: 80px 120px;
  }
}
@media screen and (min-width: 1567px) {
  .header-nav__left .menu-majors > .menu-item {
    margin-right: 32px;
  }
}
@media screen and (min-width: 1600px) {
  .s-actualites__right .card:not(.card--over) .card__body {
    flex: 1;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .single-cible .cible-s1__title {
    font-size: 44px;
  }
  .single-cible .cible-s4__title {
    font-size: 46px;
  }
  .single-cible .cible-s4__title2 {
    font-size: 34px;
  }
  .single-cible .cible-s5__title {
    font-size: 46px;
  }
  .single-cible .cible-s6__title {
    font-size: 60px;
  }
}
@media (min-width: 1620px) {
  .commitment-template__layout {
    padding: 30px 130px 170px 130px;
    min-height: 920px;
  }
  .commitment-template__layout__nav {
    min-width: 215px;
  }
  .commitment-template__layout__content {
    padding: 0 70px;
    -moz-column-gap: 70px;
         column-gap: 70px;
    height: 920px;
  }
  .commitment-nav-element {
    width: 126px;
  }
  .commitment-content__visual__chip {
    max-width: 125px;
    right: -43px;
  }
}
@media screen and (min-width: 1920px) {
  h1,
  .h1,
  .funct__headings__inner__title,
  .page-template-sensory .s-cta__content__title,
  .s-app7__titleh1 {
    font-size: 70px;
  }
  h2,
  .h2,
  .funct__firstblock__content > div:first-child,
  .page-template-baking-center .section-03__title,
  .single-cible .cible-s2__title {
    font-size: 58px;
  }
  h3,
  .h3,
  .s-marques__title p,
  .funct__characteristics__title,
  .funct__common__title,
  .applic__characteristics__title,
  .applic__common__title,
  .page-template-masterclass .section-01__headings,
  .page-template-baking-center .section-01__title,
  .page-template-baking-center .section-02__title,
  .page-template-baking-center .s-chiffres__c5__body > div:nth-child(2),
  .page-template-sensory .section-02__title,
  .page-template-sensory .s-chiffres__c12 strong {
    font-size: 48px;
  }
  h4,
  .h4,
  .page-template-baking-center .services__list__item.active .services__list__item__title,
  .page-template-sensory .s-cta__block__title,
  .s-app1__number,
  .single-cible .cible-s6 .s-cta__block__title {
    font-size: 38px;
  }
  h5,
  .h5,
  .funct__common__subtitle,
  .page-template-masterclass .section-01 .col-01 ul li .li-content__title,
  .page-template-baking-center .section-03__subtitle,
  .page-template-sensory .section-01__topic__title,
  .single-cible .cible-s1__text h3,
  .single-cible .cible-s2__block__content__title {
    font-size: 28px;
  }
  .h6,
  .funct__headings__inner__subtitle,
  .funct__characteristics__subtitle,
  .funct__characteristics__cards .sh-card__header,
  .funct__common__grid li .li-title,
  .applic__characteristics__cards .sh-card__header,
  .applic__common__grid li .li-title,
  .page-template-baking-center .section-01__subtitle,
  .page-template-baking-center .section-02__list__txt,
  .page-template-baking-center .services__list__item__title,
  .page-template-baking-center .s-help .wp-block-column:nth-child(2) .p-max,
  .page-template-sensory .section-02__ol ul li {
    font-size: 22px;
  }
  .main-title {
    font-size: 58px;
  }
  .s-chiffres__c5__body {
    font-size: 48px;
  }
  .s-chiffres__c6 > *:nth-child(1) {
    font-size: 158px;
  }
  .s-chiffres__c6 > *:nth-child(2) {
    font-size: 20px;
  }
  .s-chiffres__c7__title strong {
    font-size: 60px;
  }
  .s-chiffres__c9 > *:nth-child(1) {
    font-size: 158px;
  }
  .s-chiffres__c9 > *:nth-child(2) {
    font-size: 20px;
  }
  .s-chiffres__c10__body > *:nth-child(1) {
    font-size: 158px;
  }
  .s-chiffres__c10__body > *:nth-child(2) {
    font-size: 48px;
  }
  .s-actualites__left .card--over .card__title {
    font-size: 38px;
  }
  .s-actualites__right .card__text {
    font-size: 16px;
  }
  .diag__loader__text {
    font-size: 50px;
  }
  .s-hero__body__title {
    font-size: 134px;
  }
  .s-hero__body__txt {
    font-size: 28px;
  }
  .s-cibles__cible b {
    font-size: 70px;
  }
  .search .search-query {
    font-size: 48px;
  }
  .search .post-group__title {
    font-size: 28px;
  }
  .page-template-baking-center .s-chiffres__c5__body > div:first-child {
    font-size: 178px;
  }
  .page-template-baking-center .s-chiffres__c10__body > *:nth-child(1) {
    font-size: 158px;
  }
  .page-template-sensory .s-chiffres__c5__body > *:nth-child(1) {
    font-size: 178px;
  }
  .page-template-sensory .s-chiffres__c5__body > *:nth-child(2) {
    font-size: 48px;
  }
  .app__pretitle {
    font-size: 36px;
  }
  .app__titleh1 {
    font-size: 68px;
  }
  .app__titleh2 {
    font-size: 54px;
  }
  .app__titleh3 {
    font-size: 44px;
  }
  .s-app3__list > * b {
    font-size: 28px;
  }
  .s-app8__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .s-actualites__left .card--over .card__text {
    display: none;
  }
  .s-cibles__left {
    position: relative;
  }
  .s-cibles__cible {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    position: absolute;
    inset: 0;
  }
  .s-cibles__right {
    padding: 0 10px;
    margin-top: -18%;
  }
  .s-app1__flex > *:nth-child(2) {
    max-width: 400px;
    margin: 0 auto;
  }
  .s-app1__flex > *:nth-child(2) img {
    display: block;
  }
  .s-app2__flex > *:nth-child(2) {
    max-width: 400px;
    margin: 0 auto;
  }
  .s-app2__flex > *:nth-child(2) img {
    display: block;
    margin: 0 -20px;
    max-width: none;
    width: calc(100% + 60px);
  }
  .s-app4 .wrap {
    padding: 0 0 50px !important;
    background-color: #EAEAEA;
  }
  .s-app5 {
    padding-bottom: 30px;
  }
  .s-app5__flex {
    margin-top: -50px;
  }
  .s-app5__flex > *:nth-child(1) {
    width: 50%;
    max-width: 240px;
    margin: 0 auto;
  }
  .s-app5__flex > *:nth-child(1) img {
    display: block;
  }
  .s-app7__flex > *:nth-child(2) {
    max-width: 400px;
    width: 70%;
    margin: 0 auto;
  }
  .s-app7__flex > *:nth-child(2) img {
    display: block;
    margin: 0 auto -30px;
  }
}
@media screen and (max-width: 1023px) {
  .s-marques .marquesSlider2 .swiper-slide {
    background-color: #fff;
    border-radius: 16px;
    border-bottom: 4px solid #A17234;
  }
  .diag__header {
    border-bottom: 1px solid #8080804D;
  }
}
@media screen and (max-width: 540px) {
  .diag__results__btn .btn {
    padding: 10px;
  }
}
@media (max-width: 1025px) {
  .s-misc .card--over:not(.card--app) {
    margin: 0;
  }
  .s-misc .card--over:not(.card--app) .card__image {
    aspect-ratio: 320/280;
  }
}
@media (max-width: 767px) {
  .actu__main__content div[style="flex-basis:33.33%"] {
    order: 2;
  }
}
@media (width: 768px) {
  .commitment-content__visual__chip {
    right: 270px;
  }
}
@media screen and (max-width: 1025px) {
  .single-product .content-area .product .recipe-download-section {
    margin-top: 32px;
  }
}
@media screen and (max-width: 1281px) {
  .woocommerce-product-gallery__image img {
    max-height: 500px;
  }
}

/*# sourceMappingURL=style.css.map */
