@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  background: transparent;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body, html {
  line-height: 1;
  scroll-behavior: smooth;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

.ui-input-text {
  width: 80%;
}

section {
  background-color: var(--always-white);
}

@font-face {
  font-family: "GT America Standard";
  src: url("../fonts/GT_AMERICA_Extended/OFT/GT-America-Extended-Thin.otf") format("opentype"), url("../fonts/GT_AMERICA_Extended/TTF/GT-America-Extended-Thin.ttf") format("truetype"), url("../fonts/GT_AMERICA_Extended/WOFF/GT-America-Extended-Thin.woff") format("woff");
  /* Format WOFF */
  /* Vous pouvez ajouter d'autres propriétés ici comme font-weight et font-style si nécessaire */
}
@font-face {
  font-family: "GT America bold";
  src: url("../fonts/GT_AMERICA_Extended/OFT/GT-America-Extended-Bold.otf") format("opentype"), url("../fonts/GT_AMERICA_Extended/TTF/GT-America-Extended-Bold.ttf") format("truetype"), url("../fonts/GT_AMERICA_Extended/WOFF/GT-America-Extended-Bold.woff") format("woff");
  /* Format WOFF */
  /* Vous pouvez ajouter d'autres propriétés ici comme font-weight et font-style si nécessaire */
}
body {
  font-family: "GT America Standard", helvetica, arial, sans-serif;
}

.decalage {
  margin-left: 6vw;
}

.decalage-sm {
  margin-left: 3vw;
}

@media (max-width: 800px) {
  .decalage {
    margin-left: 11.5vw;
  }

  .decalage-sm {
    margin-left: 3.5vw;
  }
}
.title, .page-template-default .post-content h4, .page-template-default .post-content h3, .page-template-default .post-content h2,
.title a,
.page-template-default .post-content h4 a,
.page-template-default .post-content h3 a,
.page-template-default .post-content h2 a {
  font-family: "GT America bold", helvetica, arial, sans-serif;
  color: var(--text-main-color);
  position: relative;
  /*
  &--soft,
  &--soft .segment,
  &--soft a {
    background: var(--g-h_soft);
  }
  &--fruits,
  &--fruits .segment,
  &--fruits a {
    background: var(--g-h_fruits);
  }
  &--viandes,
  &--viandes .segment,
  &--viandes a {
    background: var(--g-h_viandes);
  }
  &--mer,
  &--mer .segment,
  &--mer a {
    background: var(--g-h_mer);
  }
  &--spiritueux,
  &--spiritueux .segment,
  &--spiritueux a {
    background: var(--g-h_spiritueux);
  }
  &--lait,
  &--lait .segment,
  &--lait a {
    background: var(--g-h_lait);
  }
  */
}
.title--gradient, .title--gradient .segment, .title--gradient a,
.title a--gradient,
.page-template-default .post-content h4 a--gradient,
.page-template-default .post-content h3 a--gradient,
.page-template-default .post-content h2 a--gradient,
.title a--gradient .segment,
.page-template-default .post-content h4 a--gradient .segment,
.page-template-default .post-content h3 a--gradient .segment,
.page-template-default .post-content h2 a--gradient .segment,
.title a--gradient a,
.page-template-default .post-content h4 a--gradient a,
.page-template-default .post-content h3 a--gradient a,
.page-template-default .post-content h2 a--gradient a {
  display: inline-block;
  /*
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  */
}
.title--gradient::after, .title--gradient .segment::after, .title--gradient a::after,
.title a--gradient::after,
.page-template-default .post-content h4 a--gradient::after,
.page-template-default .post-content h3 a--gradient::after,
.page-template-default .post-content h2 a--gradient::after,
.title a--gradient .segment::after,
.page-template-default .post-content h4 a--gradient .segment::after,
.page-template-default .post-content h3 a--gradient .segment::after,
.page-template-default .post-content h2 a--gradient .segment::after,
.title a--gradient a::after,
.page-template-default .post-content h4 a--gradient a::after,
.page-template-default .post-content h3 a--gradient a::after,
.page-template-default .post-content h2 a--gradient a::after {
  content: "";
  display: table;
  clear: both;
}
.title--center,
.title a--center,
.page-template-default .post-content h4 a--center,
.page-template-default .post-content h3 a--center,
.page-template-default .post-content h2 a--center {
  text-align: center;
}
.title--left,
.title a--left,
.page-template-default .post-content h4 a--left,
.page-template-default .post-content h3 a--left,
.page-template-default .post-content h2 a--left {
  text-align: left;
}
.title--right,
.title a--right,
.page-template-default .post-content h4 a--right,
.page-template-default .post-content h3 a--right,
.page-template-default .post-content h2 a--right {
  text-align: right;
}
.title.title-markee, .page-template-default .post-content h4.title-markee, .page-template-default .post-content h3.title-markee, .page-template-default .post-content h2.title-markee,
.title a.title-markee,
.page-template-default .post-content h4 a.title-markee,
.page-template-default .post-content h3 a.title-markee,
.page-template-default .post-content h2 a.title-markee {
  font-weight: normal;
  letter-spacing: 0vw;
  font-size: 4vw;
  line-height: 4vw;
  margin-left: 8.3vw;
  margin-right: 8.3vw;
  margin-top: 6vw;
}
.title.title-markee .title-markee_wrap, .page-template-default .post-content h4.title-markee .title-markee_wrap, .page-template-default .post-content h3.title-markee .title-markee_wrap, .page-template-default .post-content h2.title-markee .title-markee_wrap,
.title a.title-markee .title-markee_wrap,
.page-template-default .post-content h4 a.title-markee .title-markee_wrap,
.page-template-default .post-content h3 a.title-markee .title-markee_wrap,
.page-template-default .post-content h2 a.title-markee .title-markee_wrap {
  white-space: nowrap;
  transition: 50ms ease;
  padding-left: 20vw;
  vertical-align: middle;
}
.title.title-markee.markee-auto .title-markee_wrap, .page-template-default .post-content h4.title-markee.markee-auto .title-markee_wrap, .page-template-default .post-content h3.title-markee.markee-auto .title-markee_wrap, .page-template-default .post-content h2.title-markee.markee-auto .title-markee_wrap,
.title a.title-markee.markee-auto .title-markee_wrap,
.page-template-default .post-content h4 a.title-markee.markee-auto .title-markee_wrap,
.page-template-default .post-content h3 a.title-markee.markee-auto .title-markee_wrap,
.page-template-default .post-content h2 a.title-markee.markee-auto .title-markee_wrap {
  transition: none;
  padding-left: 0;
  vertical-align: middle;
}
.title.title-markee .icon-switcher, .page-template-default .post-content h4.title-markee .icon-switcher, .page-template-default .post-content h3.title-markee .icon-switcher, .page-template-default .post-content h2.title-markee .icon-switcher,
.title a.title-markee .icon-switcher,
.page-template-default .post-content h4 a.title-markee .icon-switcher,
.page-template-default .post-content h3 a.title-markee .icon-switcher,
.page-template-default .post-content h2 a.title-markee .icon-switcher {
  margin: auto 1vw;
  vertical-align: middle;
}
@media (max-width: 800px) {
  .title.title-markee, .page-template-default .post-content h4.title-markee, .page-template-default .post-content h3.title-markee, .page-template-default .post-content h2.title-markee,
.title a.title-markee,
.page-template-default .post-content h4 a.title-markee,
.page-template-default .post-content h3 a.title-markee,
.page-template-default .post-content h2 a.title-markee {
    font-size: 45px;
    line-height: 60px;
  }
}
.title.title-lg, .page-template-default .post-content h4.title-lg, .page-template-default .post-content h3.title-lg, .title.title-lg--b, .page-template-default .post-content h4.title-lg--b, .page-template-default .post-content h3.title-lg--b, .page-template-default .post-content h2,
.title a.title-lg,
.page-template-default .post-content h4 a.title-lg,
.page-template-default .post-content h3 a.title-lg,
.page-template-default .post-content h2 a.title-lg,
.title a.title-lg--b,
.page-template-default .post-content h4 a.title-lg--b,
.page-template-default .post-content h3 a.title-lg--b,
.page-template-default .post-content h2 a.title-lg--b {
  font-size: 4.5vw;
  line-height: 5vw;
  padding-bottom: 0.8vw;
  margin-bottom: 2vw;
  margin-top: 2vw;
  z-index: 1;
  white-space: nowrap;
  font-size: clamp(40px, 4.2vw, 70px);
  line-height: 110%;
}
@media (max-width: 800px) {
  .title.title-lg, .page-template-default .post-content h4.title-lg, .page-template-default .post-content h3.title-lg, .title.title-lg--b, .page-template-default .post-content h4.title-lg--b, .page-template-default .post-content h3.title-lg--b, .page-template-default .post-content h2,
.title a.title-lg,
.page-template-default .post-content h4 a.title-lg,
.page-template-default .post-content h3 a.title-lg,
.page-template-default .post-content h2 a.title-lg,
.title a.title-lg--b,
.page-template-default .post-content h4 a.title-lg--b,
.page-template-default .post-content h3 a.title-lg--b,
.page-template-default .post-content h2 a.title-lg--b {
    font-size: 26px;
    padding-bottom: 4vw;
    white-space: normal;
    width: 110%;
  }
}
.title.title-lg--b, .page-template-default .post-content h4.title-lg--b, .page-template-default .post-content h3.title-lg--b, .page-template-default .post-content h2,
.title a.title-lg--b,
.page-template-default .post-content h4 a.title-lg--b,
.page-template-default .post-content h3 a.title-lg--b,
.page-template-default .post-content h2 a.title-lg--b {
  font-weight: 700;
}
.title.title-md, .page-template-default .post-content h4.title-md, .page-template-default .post-content h2.title-md, .title.title-md--b, .page-template-default .post-content h4.title-md--b, .page-template-default .post-content h3, .page-template-default .post-content h2.title-md--b,
.title a.title-md,
.page-template-default .post-content h4 a.title-md,
.page-template-default .post-content h3 a.title-md,
.page-template-default .post-content h2 a.title-md,
.title a.title-md--b,
.page-template-default .post-content h4 a.title-md--b,
.page-template-default .post-content h3 a.title-md--b,
.page-template-default .post-content h2 a.title-md--b {
  font-size: 2.5vw;
  line-height: 3vw;
  margin-bottom: 0.8vw;
  font-size: clamp(22px, 2.2vw, 32px);
  line-height: 115%;
}
@media (max-width: 800px) {
  .title.title-md, .page-template-default .post-content h4.title-md, .page-template-default .post-content h2.title-md, .title.title-md--b, .page-template-default .post-content h4.title-md--b, .page-template-default .post-content h3, .page-template-default .post-content h2.title-md--b,
.title a.title-md,
.page-template-default .post-content h4 a.title-md,
.page-template-default .post-content h3 a.title-md,
.page-template-default .post-content h2 a.title-md,
.title a.title-md--b,
.page-template-default .post-content h4 a.title-md--b,
.page-template-default .post-content h3 a.title-md--b,
.page-template-default .post-content h2 a.title-md--b {
    margin-bottom: 3vw;
  }
}
.title.title-md--b, .page-template-default .post-content h4.title-md--b, .page-template-default .post-content h3, .page-template-default .post-content h2.title-md--b,
.title a.title-md--b,
.page-template-default .post-content h4 a.title-md--b,
.page-template-default .post-content h3 a.title-md--b,
.page-template-default .post-content h2 a.title-md--b {
  font-weight: 700;
}
.title.title-sm, .page-template-default .post-content h3.title-sm, .page-template-default .post-content h2.title-sm, .title.title-sm--b, .page-template-default .post-content h4, .page-template-default .post-content h3.title-sm--b, .page-template-default .post-content h2.title-sm--b,
.title a.title-sm,
.page-template-default .post-content h4 a.title-sm,
.page-template-default .post-content h3 a.title-sm,
.page-template-default .post-content h2 a.title-sm,
.title a.title-sm--b,
.page-template-default .post-content h4 a.title-sm--b,
.page-template-default .post-content h3 a.title-sm--b,
.page-template-default .post-content h2 a.title-sm--b {
  font-size: 1.9vw;
  line-height: 2.7vw;
  margin-bottom: 0.6vw;
  font-size: clamp(16px, 1.9vw, 24px);
  line-height: 110%;
}
@media (max-width: 800px) {
  .title.title-sm, .page-template-default .post-content h3.title-sm, .page-template-default .post-content h2.title-sm, .title.title-sm--b, .page-template-default .post-content h4, .page-template-default .post-content h3.title-sm--b, .page-template-default .post-content h2.title-sm--b,
.title a.title-sm,
.page-template-default .post-content h4 a.title-sm,
.page-template-default .post-content h3 a.title-sm,
.page-template-default .post-content h2 a.title-sm,
.title a.title-sm--b,
.page-template-default .post-content h4 a.title-sm--b,
.page-template-default .post-content h3 a.title-sm--b,
.page-template-default .post-content h2 a.title-sm--b {
    margin-bottom: 6vw;
  }
}
.title.title-sm--b, .page-template-default .post-content h4, .page-template-default .post-content h3.title-sm--b, .page-template-default .post-content h2.title-sm--b,
.title a.title-sm--b,
.page-template-default .post-content h4 a.title-sm--b,
.page-template-default .post-content h3 a.title-sm--b,
.page-template-default .post-content h2 a.title-sm--b {
  font-weight: 700;
}
.title.title-subhead, .page-template-default .post-content h4.title-subhead, .page-template-default .post-content h3.title-subhead, .page-template-default .post-content h2.title-subhead,
.title a.title-subhead,
.page-template-default .post-content h4 a.title-subhead,
.page-template-default .post-content h3 a.title-subhead,
.page-template-default .post-content h2 a.title-subhead {
  font-size: 1.1vw;
  line-height: 1.5vw;
  font-weight: 700;
  margin-bottom: 1vw;
  font-weight: normal;
  z-index: 1;
}
@media (max-width: 800px) {
  .title.title-subhead, .page-template-default .post-content h4.title-subhead, .page-template-default .post-content h3.title-subhead, .page-template-default .post-content h2.title-subhead,
.title a.title-subhead,
.page-template-default .post-content h4 a.title-subhead,
.page-template-default .post-content h3 a.title-subhead,
.page-template-default .post-content h2 a.title-subhead {
    font-size: 2.8vw;
    line-height: 3.2vw;
    margin-bottom: 1.8vw;
  }
}

.copy, .footer-newsletter .hbspt-form .hs-richtext {
  font-family: "GT America Standard", helvetica, arial, sans-serif;
  color: var(--text-80-color);
}
.copy strong, .footer-newsletter .hbspt-form .hs-richtext strong, .copy b, .footer-newsletter .hbspt-form .hs-richtext b {
  font-weight: 600;
}
.copy--lg {
  color: var(--text-main-color);
  font-size: 1.6vw;
  font-weight: 500;
  line-height: 2.4vw;
  margin-bottom: 2vw;
  font-family: "GT America bold", helvetica, arial, sans-serif;
}
@media (max-width: 800px) {
  .copy--lg {
    font-size: 4.5vw;
    line-height: 6vw;
    margin-bottom: 6vw;
  }
}
.copy--md {
  font-size: 1.2vw;
  font-weight: 500;
  line-height: 2vw;
  margin-bottom: 3vw;
}
@media (max-width: 800px) {
  .copy--md {
    font-size: 4vw;
    line-height: 5.6vw;
    margin-bottom: 5vw;
  }
}
.copy--sm, .footer-newsletter .hbspt-form .hs-richtext, .form .wpcf7 .wpcf7-not-valid-tip {
  font-size: 1vw;
  font-weight: 500;
  line-height: 1.6vw;
  margin-bottom: 1vw;
}
@media (max-width: 800px) {
  .copy--sm, .footer-newsletter .hbspt-form .hs-richtext, .form .wpcf7 .wpcf7-not-valid-tip {
    font-size: 4vw;
    line-height: 5.6vw;
    margin-bottom: 4vw;
  }
}

.inter, .form .wpcf7 p label {
  color: var(--text-main-color);
}
.inter-lg {
  font-size: 1.9vw;
  line-height: 2.1vw;
  font-weight: 700;
}
.inter-md, .filtres-cases .form-search.filtre-item input, .dropdown select {
  font-size: 1.3vw;
  line-height: 1.5vw;
  font-weight: 700;
}
@media (max-width: 800px) {
  .inter-md, .filtres-cases .form-search.filtre-item input, .dropdown select {
    font-size: 4vw;
    line-height: 5vw;
  }
}
.inter-sm, .form .wpcf7 p label {
  font-size: 1vw;
  line-height: 1.2vw;
  font-weight: 700;
}
@media (max-width: 800px) {
  .inter-sm, .form .wpcf7 p label {
    font-size: 2.8vw;
    line-height: 3.2vw;
  }
}
.inter-xsm {
  font-size: 0.7vw;
  line-height: 0.9vw;
  font-weight: 500;
}
@media (max-width: 800px) {
  .inter-xsm {
    font-size: 2vw;
    line-height: 4.5vw;
  }
}
.inter-expertise {
  display: inline-block;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.inter.expertise--soft, .form .wpcf7 p label.expertise--soft {
  background: var(--g-h_soft);
}
.inter.expertise--lait, .form .wpcf7 p label.expertise--lait {
  background: var(--g-h_lait);
}
.inter.expertise--viandes, .form .wpcf7 p label.expertise--viandes {
  background: var(--g-h_viandes);
}
.inter.expertise--spiritueux, .form .wpcf7 p label.expertise--spiritueux {
  background: var(--g-h_spiritueux);
}
.inter.expertise--mer, .form .wpcf7 p label.expertise--mer {
  background: var(--g-h_mer);
}
.inter.expertise--fruits, .form .wpcf7 p label.expertise--fruits {
  background: var(--g-h_fruits);
}

.button, .home #ff-stream-1 .ff-btn, .card--reference .card_cover span, .footer .pll-switcher-select, .footer-newsletter .hbspt-form .hs-button, .nav-menu .pll-switcher-select, .header .pll-switcher-select,
.tooltip {
  font-family: "GT America Standard", helvetica, arial, sans-serif;
  font-size: 0.7vw;
  line-height: 1.2vw;
}
.button--ghost,
.tooltip--ghost {
  font-size: 1.6vw;
  font-weight: 400;
  line-height: 2vw;
}
@media (max-width: 800px) {
  .button, .home #ff-stream-1 .ff-btn, .card--reference .card_cover span, .footer .pll-switcher-select, .footer-newsletter .hbspt-form .hs-button, .nav-menu .pll-switcher-select, .header .pll-switcher-select,
.tooltip {
    font-size: 2.9vw;
    line-height: 5vw;
  }
}

input, textarea {
  font-family: "GT America Standard", helvetica, arial, sans-serif;
  font-size: 1.2vw;
  line-height: 1vw;
}
@media (max-width: 800px) {
  input, textarea {
    font-size: 4vw;
    line-height: 4vw;
  }
}

.marge-40-40 {
  margin-top: 5vw !important;
  margin-bottom: 5vw !important;
}

.marge-40 {
  margin-bottom: 5vw !important;
}

.flex-espace-40 {
  margin-top: 5vw;
  margin-bottom: 5vw;
  overflow: hidden;
}

:root {
  --always-black: #0b0a11;
  --always-white: #ffffff;
  /*
    --leschamps: #FFED80;
    --lamer: #ACD6FF;
    --laterre: #20C67D;
    --lesvignes: #D6B9FF;
    //backgrounds colors
    --bg-main-color: #0B0A11; //fond du site - HEX
    --bg-main-color-reserse: #ffffff; //fond du site - HEX
    --bg-main-color-a: 11,10,17; //fond du site - RGB
    --bg-90-color: #151420; //fond un peu plus clair
    --bg-80-color: #1B1926; //fond un peu plus clair
    --bg-60-color: #38364B; //fond un plus clair
    //text colors
    --text-main-color: #ffffff; //couleur des titres
    --text-main-color-reverse: #12111E; //couleur des titres inversée
    --text-80-color: #C4C2D1; //textes moins contrastés
    */
  /*
    LIGHT
    //brand colors
    --leschamps: #F4D729;
    --lamer: #A8D2FF;
    --laterre: #5EC283;
    --lesvignes: #C4A5FF;

    //backgrounds colors
    --bg-main-color: #ffffff;
    --bg-main-color-reserse: #0B0A11;
    --bg-main-color-a: 255,255,255; //fond du site - RGB
    --bg-90-color: #fafafa; //fond un peu plus clair
    --bg-80-color: #FAFAFA; //fond un peu plus sombre
    --bg-60-color: #E7E7E7; //fond un plus sombre

    //text colors
    --text-main-color: #0B0A11; //couleur des titres
    --text-main-color-reverse: #ffffff; //couleur des titres inversée
    --text-80-color: #54545F; //textes moins contrastés
    */
  --new-jaune: #ffed80;
  --new-bleu: #acd6ff;
  --new-vert: #7ad686;
  --new-violet: #dcb8ff;
  --new-blanc: #ffffff;
  --new-noir: #1c1c1c;
  --new-beiges: #f5f5ec;
  --leschamps: #ffed80;
  --lamer: #acd6ff;
  --laterre: #7ad686;
  --lesvignes: #d6b9ff;
  --bg-main-color: #fff;
  --bg-main-color-reserse: #1c1c1c;
  --bg-main-color-a: 255, 255, 255;
  --bg-90-color: #f5f5eb;
  --bg-80-color: #f5f5eb;
  --bg-60-color: #f5f5eb;
  --text-main-color: #1c1c1c;
  --text-main-color-reverse: #f5f5eb;
  --text-80-color: #1c1c1c;
  --g-v_viandes: #1c1c1c;
  --g-v_fruits: #1c1c1c;
  --g-v_soft: #1c1c1c;
  --g-v_mer: #1c1c1c;
  --g-v_spritueux: #1c1c1c;
  --g-v_lait: #1c1c1c;
  --g-v_fade: linear-gradient(
    180deg,
    rgba(var(--bg-main-color-a), 0) 0%,
    rgba(var(--bg-main-color-a), 1) 100%
  );
  --g-h_viandes: #1c1c1c;
  --g-h_fruits: #1c1c1c;
  --g-h_soft: #1c1c1c;
  --g-h_mer: #1c1c1c;
  --g-h_spiritueux: #1c1c1c;
  --g-h_lait: #1c1c1c;
}

[data-theme=light] {
  --leschamps: #f4d729;
  --lamer: #a8d2ff;
  --laterre: #5ec283;
  --lesvignes: #c4a5ff;
  --bg-main-color: #ffffff;
  --bg-main-color-reserse: #0b0a11;
  --bg-main-color-a: 255, 255, 255;
  --bg-90-color: #fafafa;
  --bg-80-color: #fafafa;
  --bg-60-color: #e7e7e7;
  --text-main-color: #0b0a11;
  --text-main-color-reverse: #ffffff;
  --text-80-color: #54545f;
}

body {
  color: var(--text-main-color);
}

.w_grid {
  width: 100%;
  padding-left: 30px;
  margin: 0 auto;
  box-sizing: border-box;
  clear: both;
}
.w_grid .grid-col.bottom-gutter {
  margin-bottom: 30px;
}
.w_grid.no-gutter {
  padding-left: 0;
  padding-right: 0;
}
.w_grid.no-gutter .grid-col {
  padding-right: 0;
}
.w_grid.no-gutter .grid-col.bottom-gutter {
  margin-bottom: 0;
}
.w_grid.limited-content {
  max-width: 1200px;
}

.grid-col {
  display: block;
  float: left;
  box-sizing: border-box;
  padding-right: 30px;
}
.grid-col.centered {
  margin: 0 auto;
  float: none;
}
.grid-col.no-float {
  float: none;
  clear: both;
}
.grid-col.col_size-12, .grid-col.w-container {
  width: 100%;
  clear: both;
  float: none;
}
.grid-col.col_size-11 {
  width: 91.6666666667%;
}
.grid-col.col_size-10 {
  width: 83.3333333333%;
}
.grid-col.col_size-9 {
  width: 75%;
}
.grid-col.col_size-8 {
  width: 66.6666666667%;
}
.grid-col.col_size-7 {
  width: 58.3333333333%;
}
.grid-col.col_size-6 {
  width: 50%;
}
.grid-col.col_size-5 {
  width: 41.6666666667%;
}
.grid-col.col_size-4 {
  width: 33.3333333333%;
}
.grid-col.col_size-3 {
  width: 25%;
}
.grid-col.col_size-2 {
  width: 16.6666666667%;
}
.grid-col.col_size-1 {
  width: 8.3333333333%;
}
.grid-col.margin-1 {
  margin-left: 8.3333333333%;
}
.grid-col.margin-2 {
  margin-left: 16.6666666667%;
}
.grid-col.margin-3 {
  margin-left: 25%;
}
.grid-col.margin-4 {
  margin-left: 33.3333333333%;
}
.grid-col.margin-5 {
  margin-left: 41.6666666667%;
}
.grid-col.margin-6 {
  margin-left: 50%;
}
@media screen and (max-width: 900px) {
  .grid-col.tablet_size-12 {
    width: 100%;
    clear: both;
    float: none;
  }
  .grid-col.tablet_size-11 {
    width: 91.6666666667%;
    clear: both;
    float: none;
  }
  .grid-col.tablet_size-10 {
    width: 83.3333333333%;
    clear: both;
    float: none;
  }
  .grid-col.tablet_size-9 {
    width: 75%;
  }
  .grid-col.tablet_size-8 {
    width: 66.6666666667%;
  }
  .grid-col.tablet_size-7 {
    width: 58.3333333333%;
  }
  .grid-col.tablet_size-6 {
    width: 50%;
  }
  .grid-col.tablet_size-5 {
    width: 41.6666666667%;
  }
  .grid-col.tablet_size-4 {
    width: 33.3333333333%;
  }
  .grid-col.tablet_size-3 {
    width: 25%;
  }
  .grid-col.tablet_size-2 {
    width: 16.6666666667%;
  }
  .grid-col.tablet_size-1 {
    width: 8.3333333333%;
  }
}
@media screen and (max-width: 700px) {
  .grid-col.mobile_size-12 {
    width: 100%;
    clear: both;
    float: none;
  }
  .grid-col.mobile_size-11 {
    width: 91.6666666667%;
    clear: both;
    float: none;
  }
  .grid-col.mobile_size-10 {
    width: 83.3333333333%;
    clear: both;
    float: none;
  }
  .grid-col.mobile_size-9 {
    width: 75%;
  }
  .grid-col.mobile_size-8 {
    width: 66.6666666667%;
  }
  .grid-col.mobile_size-7 {
    width: 58.3333333333%;
  }
  .grid-col.mobile_size-6 {
    width: 50%;
  }
  .grid-col.mobile_size-5 {
    width: 41.6666666667%;
  }
  .grid-col.mobile_size-4 {
    width: 33.3333333333%;
  }
  .grid-col.mobile_size-3 {
    width: 25%;
  }
  .grid-col.mobile_size-2 {
    width: 16.6666666667%;
  }
  .grid-col.mobile_size-1 {
    width: 8.3333333333%;
  }
}

@media screen and (max-width: 900px) {
  .w_grid {
    padding-left: 15px;
  }
  .w_grid .grid-col.bottom-gutter {
    margin-bottom: 15px;
  }

  .grid-col {
    padding-right: 15px;
  }
}
@media screen and (max-width: 700px) {
  .w_grid {
    padding-left: 10px;
  }
  .w_grid .grid-col.bottom-gutter {
    margin-bottom: 10px;
  }

  .grid-col {
    padding-right: 10px;
  }
}
#grid_debug_show {
  display: block;
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 12px;
  color: #fff;
  background: red;
  opacity: 0.5;
  z-index: 99999;
}
#grid_debug_show:hover {
  opacity: 1;
}

#grid_debug_gutter {
  display: none;
  position: fixed;
  top: 70px;
  right: 20px;
  padding: 12px;
  color: #fff;
  background: red;
  opacity: 0.5;
  z-index: 99999;
}
#grid_debug_gutter.show {
  display: block;
}
#grid_debug_gutter:hover {
  opacity: 1;
}

#grid_debug_center {
  display: none;
  position: fixed;
  top: 120px;
  right: 20px;
  padding: 12px;
  color: #fff;
  background: red;
  opacity: 0.5;
  z-index: 99999;
}
#grid_debug_center.show {
  display: block;
}
#grid_debug_center:hover {
  opacity: 1;
}

#grid_debug {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  background: #fa9a3d;
  opacity: 0.4;
  z-index: 99998;
}
#grid_debug.show-grid {
  display: block;
}
#grid_debug .w_grid {
  overflow: hidden;
}
#grid_debug .grid-col {
  position: relative;
  height: 100vh;
  background: #31a4fd;
}
#grid_debug .grid-col::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 100%;
  background: green;
}
@media screen and (max-width: 900px) {
  #grid_debug .grid-col::after {
    width: 15px;
  }
}
@media screen and (max-width: 700px) {
  #grid_debug .grid-col::after {
    width: 10px;
  }
}
#grid_debug .w_grid.no-gutter .grid-col::after {
  width: 1px;
}

.test {
  background-color: black;
  padding: 120px;
}

body,
html {
  overflow-x: hidden;
}

body {
  position: relative;
}
main,
section,
.edito-content {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  /* Assure que le contenu de la section ne dépasse pas */
  background: #fff;
}

.single-pays section.post-content {
  background: transparent;
}

.single-cases main::before, .single-news main::before {
  z-index: 1;
}

.single-cases section::before, .single-news section::before,
.single-pays section.post-content::before,
section.herobanner::before,
section.contactforms::before {
  content: none;
  background: none;
}

section.home-references::before {
  content: none;
  background: none;
}

.cardlist-spacer::before {
  content: none;
  background: none;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
            This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
            calculation of the height of the owl-item that breaks page layouts
         */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.form .wpcf7 p {
  margin-bottom: 2vw;
}
.form .wpcf7 p label .wpcf7-form-control-wrap {
  display: block;
  padding-top: 1vw;
}
.form .wpcf7 p label .wpcf7-form-control-wrap input, .form .wpcf7 p label .wpcf7-form-control-wrap textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 700px) {
  .form .wpcf7 p label {
    font-size: 0.8em;
    line-height: 1.8em;
  }
}
.form .wpcf7 .wpcf7-not-valid-tip {
  display: block;
  padding: 1vw 0;
}
.form .wpcf7 input, .form .wpcf7 textarea {
  outline: none;
  border: 0;
  width: auto;
  display: inline-block;
  padding: 1.1vw;
  border: 2px solid var(--text-main-color);
  background: transparent;
  color: var(--text-main-color);
}
.form .wpcf7 input::placeholder, .form .wpcf7 textarea::placeholder {
  color: var(--text-80-color);
}
@media screen and (max-width: 700px) {
  .form .wpcf7 input, .form .wpcf7 textarea {
    padding: 3vw;
  }
}
.form .wpcf7 select {
  outline: none;
  border: 0;
  width: auto;
  display: inline-block;
  padding: 1.1vw;
  border: 2px solid var(--text-main-color);
  background: transparent;
  color: var(--text-main-color);
  font-family: "GT America Standard", helvetica, arial, sans-serif;
  font-size: 1.2vw;
  line-height: 1vw;
}
@media screen and (max-width: 700px) {
  .form .wpcf7 select {
    padding: 3vw;
    font-size: 4vw;
    line-height: 4vw;
  }
}

.burger {
  display: block;
  width: 6vw;
  height: 6vw;
  background: var(--new-beiges);
  position: fixed;
  z-index: 999;
  box-sizing: border-box;
}
.burger.opened {
  background-color: transparent;
}
.burger span {
  width: 50%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 2%;
  background: var(--text-main-color);
  z-index: 4;
  transition: 0.3s;
}
.burger span::before, .burger span::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: var(--text-main-color);
  transform: translateY(-280%);
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.burger span::after {
  width: 60%;
  transform: translateY(280%);
}
.burger.closed:hover span {
  width: 30%;
  height: 0;
  padding-top: 6%;
  border-radius: 0.1vw;
}
.burger.closed:hover span::before {
  width: 126%;
  height: 160%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  transform: translate(-10%, -143%);
}
.burger.closed:hover span::after {
  width: 126%;
  height: 110%;
  border-bottom-left-radius: 0.3vw;
  border-bottom-right-radius: 0.3vw;
  transform: translate(-10%, 150%);
}
.burger.opened span {
  background: transparent;
  transform: translate(-50%, -50%) rotate(45deg);
}
.burger.opened span::before {
  transform: none;
}
.burger.opened span::after {
  width: 100%;
  transform: translate(0, 0) rotate(90deg);
}
@media screen and (max-width: 700px) {
  .burger {
    width: 15vw;
    height: 15vw;
  }
}

.theme-switch {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: var(--text-main-color);
  z-index: 999;
  mix-blend-mode: difference;
}
.theme-switch i {
  transform: translateY(-50%);
  opacity: 0;
  transition: 350ms;
}
.theme-switch span {
  display: block;
  width: 2vw;
  height: 1vw;
  border-radius: 1vw;
  margin-left: 0.8vw;
  border: 1px solid var(--text-main-color-reverse);
  background-color: var(--leschamps);
  transition: 550ms;
}
.theme-switch span::after {
  content: "";
  display: block;
  width: 30%;
  padding-top: 30%;
  height: 0;
  border-radius: 100%;
  border: 1px solid var(--text-main-color-reverse);
  background-color: var(--text-main-color-reverse);
  transition: 550ms;
  transform: translateX(145%) translateY(16%);
}
.theme-switch:hover i {
  transform: translateY(0);
  opacity: 1;
}
[data-theme=light] .theme-switch {
  mix-blend-mode: normal;
}
[data-theme=light] .theme-switch span {
  background-color: var(--text-main-color-reverse);
  border: 1px solid var(--text-main-color);
}
[data-theme=light] .theme-switch span::after {
  width: 30%;
  padding-top: 30%;
  border: 1px solid var(--text-main-color);
  transform: translateX(16%) translateY(16%);
}
@media screen and (max-width: 700px) {
  .theme-switch i {
    display: none;
  }
  .theme-switch span {
    width: 8vw;
    height: 4vw;
    border-radius: 4vw;
  }
  .theme-switch span::after {
    background-image: url(../img/icon-moon.png);
    background-size: 50% auto;
    background-position: center center;
    background-repeat: no-repeat;
  }
}

.button, .home #ff-stream-1 .ff-btn, .card--reference .card_cover span, .footer .pll-switcher-select, .footer-newsletter .hbspt-form .hs-button, .nav-menu .pll-switcher-select, .header .pll-switcher-select {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  font-family: "GT America bold", helvetica, arial, sans-serif;
  background-color: var(--new-blanc);
  position: relative;
  font-size: 14px;
  line-height: normal;
  font-size: clamp(12px, 0.9vw, 20px);
  /*
  &--main {
    color: var(--new-noir);
    background: var(--new-blanc);
    z-index: 50;
    padding: 1vw 2.5vw;
    font-weight: normal;
    // letter-spacing: 0.1vw;
    //    text-transform: uppercase;
    border: 2px solid var(--new-noir);
    transition: background-color 0.4s ease;
    margin-left: 6.5vw;

    &:hover {
      color: var(--new-blanc);
      background: var(--new-noir);
      //animation: bg-move 2s infinite;
    }
  }
  */
}
.button[type=submit], .home #ff-stream-1 [type=submit].ff-btn, .card--reference .card_cover span[type=submit], .footer [type=submit].pll-switcher-select, .footer-newsletter .hbspt-form [type=submit].hs-button, .nav-menu [type=submit].pll-switcher-select, .header [type=submit].pll-switcher-select {
  outline: none;
  border: 0;
}
.button .cta-content, .home #ff-stream-1 .ff-btn .cta-content, .card--reference .card_cover span .cta-content, .footer .pll-switcher-select .cta-content, .footer-newsletter .hbspt-form .hs-button .cta-content, .nav-menu .pll-switcher-select .cta-content, .header .pll-switcher-select .cta-content {
  display: flex;
  overflow: hidden;
  height: auto;
  padding: 0.8vw 2vw;
}
.button .cta-content div, .home #ff-stream-1 .ff-btn .cta-content div, .card--reference .card_cover span .cta-content div, .footer .pll-switcher-select .cta-content div, .footer-newsletter .hbspt-form .hs-button .cta-content div, .nav-menu .pll-switcher-select .cta-content div, .header .pll-switcher-select .cta-content div {
  overflow: hidden;
  height: 14px;
  margin-top: -4px;
  padding: 2px 1px;
}
.button:hover .cta-content .icon, .home #ff-stream-1 .ff-btn:hover .cta-content .icon, .card--reference .card_cover span:hover .cta-content .icon, .footer .pll-switcher-select:hover .cta-content .icon, .footer-newsletter .hbspt-form .hs-button:hover .cta-content .icon, .nav-menu .pll-switcher-select:hover .cta-content .icon, .header .pll-switcher-select:hover .cta-content .icon {
  transform: translateX(350%);
}
.button .icon, .home #ff-stream-1 .ff-btn .icon, .card--reference .card_cover span .icon, .footer .pll-switcher-select .icon, .footer-newsletter .hbspt-form .hs-button .icon, .nav-menu .pll-switcher-select .icon, .header .pll-switcher-select .icon {
  transition: transform 0.3s ease-in-out;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 0.8vw;
  vertical-align: middle;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  /*
  &--arrow-down {
    background-image: url("../img/arrow-down.svg");
    &::before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background-image: url("../img/arrow-down.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      transition: transform 0.5s ease-in-out;
      transform: translateY(-350%);
    }
  }
  */
}
.button .icon--arrow-down, .home #ff-stream-1 .ff-btn .icon--arrow-down, .card--reference .card_cover span .icon--arrow-down, .footer .pll-switcher-select .icon--arrow-down, .footer-newsletter .hbspt-form .hs-button .icon--arrow-down, .nav-menu .pll-switcher-select .icon--arrow-down, .header .pll-switcher-select .icon--arrow-down {
  background-image: url("../img/arrow-down.svg");
}
.button .icon--arrow-down::before, .home #ff-stream-1 .ff-btn .icon--arrow-down::before, .card--reference .card_cover span .icon--arrow-down::before, .footer .pll-switcher-select .icon--arrow-down::before, .footer-newsletter .hbspt-form .hs-button .icon--arrow-down::before, .nav-menu .pll-switcher-select .icon--arrow-down::before, .header .pll-switcher-select .icon--arrow-down::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../img/arrow-down.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.5s ease-in-out;
  transform: translateX(-350%);
}
.button .icon--arrow-right, .home #ff-stream-1 .ff-btn .icon--arrow-right, .card--reference .card_cover span .icon--arrow-right, .footer .pll-switcher-select .icon--arrow-right, .footer-newsletter .hbspt-form .hs-button .icon--arrow-right, .nav-menu .pll-switcher-select .icon--arrow-right, .header .pll-switcher-select .icon--arrow-right {
  background-image: url("../img/arrow-right.svg");
}
.button .icon--arrow-right::before, .home #ff-stream-1 .ff-btn .icon--arrow-right::before, .card--reference .card_cover span .icon--arrow-right::before, .footer .pll-switcher-select .icon--arrow-right::before, .footer-newsletter .hbspt-form .hs-button .icon--arrow-right::before, .nav-menu .pll-switcher-select .icon--arrow-right::before, .header .pll-switcher-select .icon--arrow-right::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../img/arrow-right.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.5s ease-in-out;
  transform: translateX(-350%);
}
.button .icon--external, .home #ff-stream-1 .ff-btn .icon--external, .card--reference .card_cover span .icon--external, .footer .pll-switcher-select .icon--external, .footer-newsletter .hbspt-form .hs-button .icon--external, .nav-menu .pll-switcher-select .icon--external, .header .pll-switcher-select .icon--external {
  background-image: url("../img/icon-exit-light.svg");
}
[data-theme=light] .button .icon--external, [data-theme=light] .home #ff-stream-1 .ff-btn .icon--external, .home #ff-stream-1 [data-theme=light] .ff-btn .icon--external, [data-theme=light] .card--reference .card_cover span .icon--external, .card--reference .card_cover [data-theme=light] span .icon--external, [data-theme=light] .footer .pll-switcher-select .icon--external, .footer [data-theme=light] .pll-switcher-select .icon--external, [data-theme=light] .footer-newsletter .hbspt-form .hs-button .icon--external, .footer-newsletter .hbspt-form [data-theme=light] .hs-button .icon--external, [data-theme=light] .nav-menu .pll-switcher-select .icon--external, .nav-menu [data-theme=light] .pll-switcher-select .icon--external, [data-theme=light] .header .pll-switcher-select .icon--external, .header [data-theme=light] .pll-switcher-select .icon--external {
  background-image: url("../img/icon-exit.svg");
}
.button--loading {
  display: flex;
  flex-direction: row;
  justify-content: center;
  column-gap: 0.8vw;
  pointer-events: none;
}
@keyframes loaderRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.button--loading.button--main {
  padding-right: 2vw;
}
.button--loading.button--secondary, .home #ff-stream-1 .button--loading.ff-btn, .footer-newsletter .hbspt-form .button--loading.hs-button, .button--loading.tooltip {
  padding-right: 2vw;
}
.button--loading.button--secondary::after, .home #ff-stream-1 .button--loading.ff-btn::after, .footer-newsletter .hbspt-form .button--loading.hs-button::after, .button--loading.tooltip::after {
  background-image: url(../img/loader-light.png);
}
[data-theme=light] .button--loading.button--secondary::after, [data-theme=light] .home #ff-stream-1 .button--loading.ff-btn::after, .home #ff-stream-1 [data-theme=light] .button--loading.ff-btn::after, [data-theme=light] .footer-newsletter .hbspt-form .button--loading.hs-button::after, .footer-newsletter .hbspt-form [data-theme=light] .button--loading.hs-button::after, [data-theme=light] .button--loading.tooltip::after {
  background-image: url(../img/loader-dark.png);
}
.button--loading::after {
  content: "";
  display: inline-block;
  width: 1vw;
  height: 1vw;
  background: transparent url(../img/loader-light.png) center center no-repeat;
  background-size: contain;
}
.button--decalage {
  margin-left: 6.5vw;
}
@media screen and (max-width: 700px) {
  .button--decalage {
    margin-left: 11.5vw;
  }
}
.button--destruct {
  text-transform: uppercase;
  color: var(--new-noir);
  background-color: var(--bg-main-color);
  margin-top: 15px;
  margin-bottom: 10px;
  z-index: 50;
  font-weight: normal;
  transition: background-color 0.3s ease;
}
.button--destruct::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -5px;
  left: 0px;
  border-top: var(--new-violet) 5px solid;
  border-right: var(--new-violet) 5px solid;
}
.button--destruct::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: -5px;
  border-bottom: var(--new-jaune) 5px solid;
  border-left: var(--new-jaune) 5px solid;
}
.button--destruct.button--bleu::before {
  border-top: var(--new-bleu) 5px solid;
  border-right: var(--new-bleu) 5px solid;
}
.button--destruct.button--bleu::after {
  border-bottom: var(--new-jaune) 5px solid;
  border-left: var(--new-jaune) 5px solid;
}
.button--destruct.button--green::before {
  border-top: var(--new-vert) 5px solid;
  border-right: var(--new-vert) 5px solid;
}
.button--destruct.button--green::after {
  border-bottom: var(--new-jaune) 5px solid;
  border-left: var(--new-jaune) 5px solid;
}
.button--destruct.button--violet::before {
  border-top: var(--new-violet) 5px solid;
  border-right: var(--new-violet) 5px solid;
}
.button--destruct.button--violet::after {
  border-bottom: var(--new-jaune) 5px solid;
  border-left: var(--new-jaune) 5px solid;
}
.button--destruct.button--bleu-purple::before {
  border-top: var(--new-violet) 5px solid;
  border-right: var(--new-violet) 5px solid;
}
.button--destruct.button--bleu-purple::after {
  border-bottom: var(--new-bleu) 5px solid;
  border-left: var(--new-bleu) 5px solid;
}
.button--main {
  color: var(--new-noir);
  background: var(--new-blanc);
  z-index: 50;
  padding: 0.5vw 0;
  font-weight: normal;
  border-bottom: 2px solid var(--new-noir);
  transition: border-color 0.4s ease;
}
.button--main:hover {
  border-bottom: 2px solid #d6b9ff;
}
.button--main .cta-content {
  padding: 0;
}
.button--soft::before, .tooltip--soft::before {
  background: transparent;
}
.button--fruits::before, .tooltip--fruits::before {
  background: transparent;
}
.button--viandes::before, .footer-newsletter .hbspt-form .hs-button::before, .tooltip--viandes::before {
  background: transparent;
}
.button--mer::before, .tooltip--mer::before {
  background: transparent;
}
.button--spiritueux::before, .tooltip--spiritueux::before {
  background: transparent;
}
.button--lait::before, .home #ff-stream-1 .ff-btn::before, .tooltip--lait::before {
  background: transparent;
}
.button--secondary, .home #ff-stream-1 .ff-btn, .footer-newsletter .hbspt-form .hs-button, .tooltip {
  padding: calc(1.1vw - 2px) 3vw;
  font-weight: 600;
  color: var(--text-main-color);
  border: 2px solid;
  border-color: var(--text-main-color);
  transition: background-color 0.4s ease;
  background: var(--new-blanc);
  font-weight: normal;
}
.button--secondary:hover, .home #ff-stream-1 .ff-btn:hover, .footer-newsletter .hbspt-form .hs-button:hover, .tooltip:hover {
  color: var(--new-blanc);
  background: var(--new-noir);
}
.button--secondary.button--gradient, .home #ff-stream-1 .ff-btn, .footer-newsletter .hbspt-form .button--gradient.hs-button, .button--gradient.tooltip {
  /*
    border: 2px solid;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    border-image-slice: 1;
    background-clip: padding-box;
    border-color: transparent;
  */
}
.button--secondary.button--soft, .home #ff-stream-1 .button--soft.ff-btn, .footer-newsletter .hbspt-form .button--soft.hs-button, .button--secondary.tooltip--soft::before, .home #ff-stream-1 .tooltip--soft.ff-btn::before, .footer-newsletter .hbspt-form .tooltip--soft.hs-button::before, .button--soft.tooltip, .tooltip.tooltip--soft::before {
  border-color: var(--g-h_soft);
}
.button--secondary.button--fruits, .home #ff-stream-1 .button--fruits.ff-btn, .footer-newsletter .hbspt-form .button--fruits.hs-button, .button--secondary.tooltip--fruits::before, .home #ff-stream-1 .tooltip--fruits.ff-btn::before, .footer-newsletter .hbspt-form .tooltip--fruits.hs-button::before, .button--fruits.tooltip, .tooltip.tooltip--fruits::before {
  border-color: var(--g-h_soft);
}
.button--secondary.button--viandes, .home #ff-stream-1 .button--viandes.ff-btn, .footer-newsletter .hbspt-form .hs-button, .button--secondary.tooltip--viandes::before, .home #ff-stream-1 .tooltip--viandes.ff-btn::before, .footer-newsletter .hbspt-form .tooltip--viandes.hs-button::before, .button--viandes.tooltip, .tooltip.tooltip--viandes::before {
  border-color: var(--g-h_soft);
}
.button--secondary.button--mer, .home #ff-stream-1 .button--mer.ff-btn, .footer-newsletter .hbspt-form .button--mer.hs-button, .button--secondary.tooltip--mer::before, .home #ff-stream-1 .tooltip--mer.ff-btn::before, .footer-newsletter .hbspt-form .tooltip--mer.hs-button::before, .button--mer.tooltip, .tooltip.tooltip--mer::before {
  border-color: var(--g-h_soft);
}
.button--secondary.button--spiritueux, .home #ff-stream-1 .button--spiritueux.ff-btn, .footer-newsletter .hbspt-form .button--spiritueux.hs-button, .button--secondary.tooltip--spiritueux::before, .home #ff-stream-1 .tooltip--spiritueux.ff-btn::before, .footer-newsletter .hbspt-form .tooltip--spiritueux.hs-button::before, .button--spiritueux.tooltip, .tooltip.tooltip--spiritueux::before {
  border-color: var(--g-h_soft);
}
.button--secondary.button--lait, .home #ff-stream-1 .ff-btn, .footer-newsletter .hbspt-form .button--lait.hs-button, .button--secondary.tooltip--lait::before, .home #ff-stream-1 .tooltip--lait.ff-btn::before, .footer-newsletter .hbspt-form .tooltip--lait.hs-button::before, .button--lait.tooltip, .tooltip.tooltip--lait::before {
  border-color: var(--g-h_soft);
}
.button--ghost {
  color: var(--text-80-color);
}
.button--ghost.btn-country {
  font-size: 18px;
  line-height: normal;
  overflow: hidden;
}
.button--ghost::before, .button--ghost::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--text-80-color);
  transform: translateX(0);
  transition: transform 550ms cubic-bezier(0.23, 0.94, 0.79, 1.03);
}
.button--ghost::after {
  transform: translateX(-120%);
}
.button--ghost:hover::before {
  transform: translateX(120%);
}
.button--ghost:hover::after {
  transform: translateX(0%);
}
.button--ghost .icon {
  width: 1.4vw;
  height: 1.4vw;
  transform: translateY(-0.1vw);
}
@media screen and (max-width: 700px) {
  .button, .home #ff-stream-1 .ff-btn, .card--reference .card_cover span, .footer .pll-switcher-select, .footer-newsletter .hbspt-form .hs-button, .nav-menu .pll-switcher-select, .header .pll-switcher-select {
    font-size: 2.9vw !important;
    line-height: 5vw !important;
  }
  .button--loading::after {
    width: 4vw;
    height: 4vw;
  }
}

.tooltip {
  display: inline-block;
  border-radius: 3vw;
  position: relative;
  white-space: nowrap;
  padding: 0.4vw 1.5vw;
  background: var(--bg-main-color);
}
.tooltip:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  margin: -2px;
  /* !importanté */
  border-radius: inherit;
  /* !importanté */
  background: linear-gradient(to right, red, orange);
}
.icon-cta {
  display: inline-block;
  width: 2.5vw;
  height: 2.5vw;
}
.icon-cta svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.icon-cta svg * {
  fill: var(--text-main-color);
}
.icon-cta.cta-fruits svg *, .icon-cta.cta-terre svg * {
  fill: var(--laterre);
}
.icon-cta.cta-spiritueux svg *, .icon-cta.cta-lesvignes svg * {
  fill: var(--lesvignes);
}
.icon-cta.cta-soft svg *, .icon-cta.cta-leschamps svg * {
  fill: var(--leschamps);
}
.icon-cta.cta-lait svg *, .icon-cta.cta-lamer svg * {
  fill: var(--lamer);
}
.icon-cta.cta-viandes svg *, .icon-cta.cta-lesvignes svg * {
  fill: var(--lesvignes);
}
.icon-cta.cta-mer svg *, .icon-cta.cta-lamer svg * {
  fill: var(--lamer);
}
@media screen and (max-width: 700px) {
  .icon-cta {
    width: 6vw;
    height: 6vw;
  }
}

@keyframes loopIcons {
  0% {
    background-image: url(../img/icons-loop/icon-1.svg);
  }
  35% {
    background-image: url(../img/icons-loop/icon-2.svg);
  }
  70% {
    background-image: url(../img/icons-loop/icon-3.svg);
  }
}
.icon-switcher {
  display: inline-block;
  width: 2vw;
  height: 2vw;
  /*
  width: 6vw;
  height: 6vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/icons-loop/icon-1.svg);
  animation: 1s loopIcons infinite steps(1,end);
  */
}
@media screen and (max-width: 700px) {
  .icon-switcher {
    width: 10vw;
    height: 10vw;
    /*
    width: 10vw;
    height: 10vw;
    */
  }
}

@keyframes infiniteWheel {
  0% {
    transform: rotate(0deg) scale3d(1, 1, 1);
  }
  100% {
    transform: rotate(-360deg) scale3d(1, 1, 1);
  }
}
.wheel-cta {
  display: block;
  width: 10vw;
  height: 10vw;
  transition: 350ms cubic-bezier(0.23, 0.94, 0.79, 1.03);
}
.wheel-cta::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center center;
  animation: 5s infiniteWheel infinite linear;
}
@media screen and (max-width: 700px) {
  .wheel-cta {
    width: 22vw;
    height: 22vw;
  }
}

.dropdown {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.dropdown:after {
  content: "﹀";
  font-family: "GT America Standard", helvetica, arial, sans-serif;
  color: var(--text-main-color);
  font-weight: bold;
  font-weight: 700;
  position: absolute;
  right: 2.5vw;
  align-items: center;
  display: flex;
  top: 0;
  height: 100%;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: var(--g-h_soft);
}
.dropdown select {
  padding: 2vw 3vw;
  width: 100%;
  background: transparent;
  border: none;
  color: var(--text-main-color);
  appearance: none;
  outline: none;
  cursor: pointer;
  transition: 350ms;
  border-top: 1px solid var(--text-main-color);
  border-bottom: 1px solid var(--text-main-color);
}
.dropdown select option {
  background: var(--bg-80-color);
  color: var(--text-main-color);
}
.dropdown select:hover {
  background-color: var(--bg-80-color);
}
.dropdown select:focus {
  outline: none;
}
@media screen and (max-width: 700px) {
  .dropdown select {
    padding: 5vw 8vw;
  }
  .dropdown::after {
    right: 8vw;
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  height: 6vw;
  width: 83.9vw;
  padding-left: 8.3vw;
  padding-right: 5.8vw;
  z-index: 99;
  display: flex;
  /*
  background-color: var(--bg-main-color);
  box-sizing: border-box;
  justify-content: space-between;
  align-items: flex-end;
  */
}
.header .pll-switcher-select {
  padding: 0.6vw 0.8vw;
  border-radius: 0.6vw;
  background: var(--bg-60-color);
  color: var(--text-main-color);
  outline: none;
  border: 0;
  margin-bottom: 0.5vw;
}
.header .lang-and-switch {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  top: 1.7vw;
  left: 7.8vw;
}
.header-logo {
  left: 10.4vw;
  position: fixed;
  top: 2.5vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2vw;
  /**/
}
.header-logo .backtohome {
  display: block;
  width: 18vw;
  height: 100%;
  /*width: 9vw;
  height: 9vw;*/
  text-indent: -9999px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/logo-verticale.svg");
}
.header-logo__sub {
  height: 2.2vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-style: normal;
  font-weight: 500;
  font-size: 1vw;
  color: var(--new-blanc);
  text-shadow: 1px 1px 2px var(--new-noir);
  display: none;
}
.header-logo__sub-link {
  text-decoration: underline;
  color: var(--always-black);
}
.header.header-home {
  color: var(--always-black);
  height: 8vw;
  background-color: transparent;
}
.header.header-home .header-logo {
  right: 2vw;
  left: auto;
  position: absolute;
  height: auto;
  width: 100%;
  width: 70%;
}
.header.header-home .header-logo h1 {
  /*
  width: 8vw;
  height: 100%;
  */
  width: 12vw;
  height: 12vw;
  text-indent: -9999px;
  overflow: hidden;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/logo-marque.svg");
  width: 100%;
  height: 16vw;
}
@media screen and (max-width: 700px) {
  .header {
    height: 15vw;
  }
  .header .lang-and-switch {
    top: 5vw;
    right: 20vw;
  }
  .header.header-home .header-logo h1 {
    width: 100%;
    height: 40vw;
  }
  .header-logo .backtohome {
    width: 45vw;
    height: 100%;
    margin-left: 9.5vw;
    margin-top: 1.8vw;
  }
  .header-logo__sub {
    height: 6vw;
    font-size: 2.9vw;
  }
}

.nav-menu {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 995;
  overflow: hidden;
  font-family: "Inter", sans-serif;
  /*
  &__img{
      position: absolute;
        width: 25%;
        top: 0;
        right: 0;
        z-index: 9999;

      transition: $transition;
      pointer-events: none;

      img{

          width: 100%;
      }
  }*/
}
.nav-menu .pll-switcher-select {
  padding: 0.6vw 0.8vw;
  border-radius: 0.6vw;
  color: var(--text-main-color);
  outline: none;
  border: 0;
  margin-bottom: 0.5vw;
}
.nav-menu .lang-and-switch {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  top: 1.8vw;
  right: 2vw;
  z-index: 99;
}
.nav-menu__header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-left: 10.1vw;
  height: 6vw;
  box-sizing: border-box;
  background-color: var(--bg-main-color);
  transition: transform 425ms;
  z-index: 99;
}
.nav-menu__header .logo {
  position: absolute;
  display: block;
  width: 17vw;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/logo-verticale.svg");
}
.nav-menu__container {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 6vw;
  box-sizing: border-box;
  background: #fff;
  transition: 425ms;
}
.nav-menu__list {
  padding-left: 10vw;
  display: flex;
  width: 50%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  background: var(--new-blanc);
  transition: 850ms;
  overflow: hidden;
}
.nav-menu__list li {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  transition: 850ms;
  /*
  &::after{
      content: '';
      width: 100%;
      height: 1px;
      background: var(--always-black);
  }
  */
}
.nav-menu__list li a {
  color: var(--new-noir);
  transition: 350ms;
}
.nav-menu__list li a.title-menu {
  font-family: "GT America bold", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 2.2vw;
  line-height: 3vw;
  margin-bottom: 0.8vw;
}
.nav-menu__list li a:hover {
  transform: translateX(0.5vw);
}
.nav-menu__list li .submenu {
  display: block;
  opacity: 0;
  position: absolute;
  left: 75%;
  transition: all 0.3s ease;
  overflow-y: auto;
  /* Enable scrolling if content exceeds max height */
  gap: 8px;
  column-gap: 3vw;
  background: #FFF;
  z-index: 1;
  width: 50%;
  padding: 8vh 5%;
  height: 92vh;
  top: 8%;
  column-count: 2;
}
.nav-menu__list li .submenu li {
  display: flex;
  align-items: left;
  margin: 0;
  padding: 0;
  padding: 2vh 0;
}
.nav-menu__list li .submenu li a {
  padding: 0;
  white-space: nowrap;
  font-size: 15px;
}
.nav-menu__list li .submenu li a.button--ghost::before, .nav-menu__list li .submenu li a.button--ghost::after {
  content: none;
  background-color: transparent;
}
.nav-menu__list li .submenu.show {
  opacity: 0.9;
  visibility: visible;
  left: 50%;
}
@media screen and (max-width: 700px) {
  .nav-menu__list li .submenu {
    left: 50%;
    top: 7%;
    height: 93%;
    column-count: 1;
    padding: 25px;
  }
  .nav-menu__list li .submenu li {
    padding: 4px 0;
  }
  .nav-menu__list li .submenu li a {
    font-size: 10px;
    white-space: initial;
  }
}
.nav-menu__img {
  position: absolute;
  width: 50%;
  top: 0;
  bottom: 0;
  right: 0;
  transition: 850ms;
  pointer-events: none;
  overflow: hidden;
}
.nav-menu__img img {
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  /*
  width: 120%;
  position: absolute;
  bottom: 0;
  right: 0;

  @media (min-width:1441px){
      width: 120%;
  }
  @media (max-width:600px){
      width: 120%;
  }
  */
  /*
  width: 70%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  */
}
.nav-menu.closed {
  transform: translateY(-100%);
}
.nav-menu.closed .nav-menu__header {
  transform: translateY(-100%);
}
.nav-menu.closed .nav-menu__container {
  transform: translateX(100%);
}
.nav-menu.closed .nav-menu__list li {
  transform: translateX(100%);
}
.nav-menu.closed .nav-menu__img {
  transform: translateX(100%);
}
.nav-menu.hiding .nav-menu__header {
  transform: translateY(-100%);
}
.nav-menu.hiding .nav-menu__container {
  transform: translateX(100%);
}
.nav-menu.hiding .nav-menu__list li {
  transform: translateX(100%);
}
.nav-menu.hiding .nav-menu__img {
  transform: translateX(100%);
}
@media screen and (max-width: 700px) {
  .nav-menu {
    /*
    &__img{
        position: relative;
        top: auto;
        bottom: 0;
        width: 100%;
        height: 20vh;

        position: absolute;
        top: 30vw;
        bottom: auto;
        width: 60%;
        height: auto;

        img{
            width: 100%;
            height: auto;
        }
    }*/
  }
  .nav-menu .lang-and-switch {
    top: 2.5vh;
    left: 6.8vw;
  }
  .nav-menu .lang-and-switch select {
    font-size: 11px;
  }
  .nav-menu__header {
    height: 15vw;
    padding-left: 20vw;
  }
  .nav-menu__header .logo {
    width: 45vw;
  }
  .nav-menu__container {
    display: flex;
    flex-direction: initial;
    padding-top: 10vw;
  }
  .nav-menu__list {
    width: 100%;
    height: auto;
    padding: 8.3vw;
  }
  .nav-menu__list li a.title-menu {
    font-size: 3.5vw;
    line-height: 4vw;
    margin-bottom: 3vw;
  }
  .nav-menu__img img {
    left: -75vw;
  }
}

.footer {
  width: 100%;
  font-family: "Inter", sans-serif;
  color: #b7b3cc;
  /*
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    */
  position: relative;
  background: var(--always-white);
}
.footer-informations {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 5vw 0;
  gap: 5vw;
  background: url("../img/logo-baseline.svg") no-repeat top right;
  background-size: 45.6vw;
  padding-left: 8.3vw;
}
@media (max-width: 1280px) {
  .footer-informations {
    gap: 60px;
    padding-top: 20vw;
  }
}
@media (max-width: 1024px) {
  .footer-informations {
    gap: 40px;
  }
}
@media (max-width: 600px) {
  .footer-informations {
    padding: 60px 30px 60px 38px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.footer-informations__logo {
  width: 24%;
  margin-right: -10px;
}
.footer-informations__logo img {
  display: block;
  width: 100%;
}
@media (max-width: 1280px) {
  .footer-informations__logo {
    width: 27%;
  }
}
@media (max-width: 1024px) {
  .footer-informations__logo {
    width: 31%;
  }
}
.footer-informations__contact {
  /*
        display: flex;
        flex-direction: column;
        align-items: start;
        */
}
.footer-informations__contact .button--main {
  padding: 0.9vw 2.5vw;
  margin-left: 2vw;
}
@media screen and (max-width: 700px) {
  .footer-informations__contact .button--main {
    padding: 3vw 8vw;
    margin-left: 11.5vw;
  }
}
.footer-informations__contact-follow {
  font-weight: 400;
  font-size: 18px;
}
@media screen and (max-width: 700px) {
  .footer-informations__contact-follow {
    font-size: 1em;
  }
}
.footer-informations__contact-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 9px;
  margin-bottom: 30px;
  margin-top: 12px;
}
.footer-informations__contact-list a {
  display: block;
  width: 2.8vw;
  height: 2.8vw;
  line-height: 2.8vw;
  border: 1px solid var(--new-noir);
  border-radius: 1.2vw;
  text-align: center;
}
.footer-informations__contact-list a .fa {
  display: inline-block;
  width: 50%;
  height: 50%;
  vertical-align: middle;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.footer-informations__contact-list a .fa-twitter {
  background-image: url(../img/icon-social/twitter.svg);
}
.footer-informations__contact-list a .fa-facebook {
  background-image: url(../img/icon-social/facebook.svg);
}
.footer-informations__contact-list a .fa-linkedin {
  background-image: url(../img/icon-social/linkedin.svg);
}
.footer-informations__contact-list a .fa-youtube {
  background-image: url(../img/icon-social/youtube.svg);
}
.footer-informations__contact-list a .fa-instagram {
  background-image: url(../img/icon-social/instagram.svg);
}
.footer-informations__contact-list a .fa-comment {
  background-image: url(../img/icon-social/message.svg);
}
.footer-informations__contact-list a .fa-tiktiok {
  background-image: url(../img/icon-social/tiktok.svg);
}
.footer-informations__contact-btn {
  border: 2px solid #fff;
  padding: 16px 62px;
  letter-spacing: 2px;
  color: #fff;
  transition: 0.5s;
}
.footer-informations__contact-btn:hover {
  background: #fff;
  color: #0b0a11;
}
@media (max-width: 1024px) {
  .footer-informations__contact-btn {
    padding: 16px;
    text-align: center;
  }
}
.footer-newsletter {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2vw;
  padding: 2vw;
  align-self: flex-end;
  width: 80vw;
}
.footer-newsletter .copy, .footer-newsletter .hbspt-form .hs-richtext {
  width: 60%;
}
.footer-newsletter__form .form-mail {
  display: flex;
  flex-direction: row;
  margin-bottom: 11px;
}
.footer-newsletter__form .form-mail input {
  flex-grow: 1;
}
.footer-newsletter__form .form-terms {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2px;
  margin-left: 10px;
}
@media (max-width: 600px) {
  .footer-newsletter__form .form-terms {
    margin-left: 0;
  }
}
.footer-newsletter__form .form-terms label {
  cursor: pointer;
}
.footer-newsletter__form .form-terms input[type=checkbox].btn-terms {
  display: none;
}
.footer-newsletter__form .form-terms input[type=checkbox].btn-terms + label {
  padding: 7px;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-right: 5px;
  background: #272727;
  cursor: pointer;
}
.footer-newsletter__form .form-terms input[type=checkbox].btn-terms:checked + label {
  position: relative;
  overflow: hidden;
  border: 1px solid #fff;
  border-radius: 4px;
  cursor: pointer;
}
.footer-newsletter__form .form-terms input[type=checkbox].btn-terms:checked + label::after {
  content: "✓";
  position: absolute;
  top: -1px;
  left: 0;
  background: linear-gradient(90deg, #d0bbf9 0%, #fcec8f 100%);
  color: #161616;
  padding-right: 1px;
  padding-left: 1px;
}
.footer-newsletter__form .form-terms p {
  font-weight: 400;
  font-size: 13px;
  color: #a4a4a4;
}
.footer-newsletter__form .form-terms p a {
  text-decoration: underline;
  font-weight: 700;
  color: #a4a4a4;
}
.footer-newsletter .hbspt-form {
  display: none;
}
.footer-newsletter .hbspt-form.show {
  display: block;
}
@media screen and (max-width: 700px) {
  .footer-newsletter .hbspt-form.show {
    width: 80%;
  }
}
.footer-newsletter .hbspt-form input:not([type=submit]) {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 1vw;
}
.footer-newsletter .hbspt-form input[type=checkbox] {
  width: 2%;
  margin: 0;
}
.footer-newsletter .hbspt-form label {
  display: block;
  margin-bottom: 0.6vw;
}
.footer-newsletter .hbspt-form .hs-richtext {
  width: 100%;
}
.footer-newsletter .hbspt-form .hs_recaptcha {
  margin-bottom: 1vw;
  transform-origin: top left;
  transform: scale(0.7);
}
.footer-bandeau {
  grid-column: span 2;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 2vw 3vw 2vw 3vw;
  background-color: var(--always-black);
  color: var(--always-white);
}
.footer-bandeau__left p {
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 9px;
}
.footer-bandeau__right {
  margin-top: 9px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}
@media (max-width: 600px) {
  .footer-bandeau__right {
    flex-direction: column;
  }
}
.footer-bandeau__right li .link {
  font-weight: 400;
  font-size: 13px;
  text-decoration: underline;
  color: var(--always-white);
}
.footer .pll-switcher-select {
  padding: 0.6vw 0.8vw;
  border-radius: 0.6vw;
  background: var(--bg-60-color);
  color: var(--text-main-color);
  outline: none;
  border: 0;
}
@media screen and (max-width: 700px) {
  .footer {
    display: flex;
    flex-direction: column;
  }
  .footer-newsletter, .footer-bandeau {
    padding: 6vw 8vw;
  }
  .footer-informations__contact-list {
    gap: 2vw;
  }
  .footer-informations__contact-list a {
    width: 9.1vw;
    height: 9.1vw;
    line-height: 9.1vw;
  }
  .footer-newsletter {
    order: 1;
    padding: 6vw 0;
  }
  .footer-informations {
    order: 2;
    background: url("../img/logo-baseline-big.svg") no-repeat top right;
    background-size: 52.6vw;
    padding-top: 25vw;
  }
  .footer-informations__logo {
    width: 27%;
  }
}
@media screen and (max-width: 700px) and (max-width: 700px) {
  .footer-informations {
    background-size: 90%;
    padding-top: 140px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 700px) {
  .footer-bandeau {
    order: 3;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .footer-bandeau__left a img {
    width: 80%;
    margin-bottom: 4vw;
  }
  .footer-bandeau .footer-bandeau__right {
    align-items: flex-start;
  }
}
.footer .bottom-border {
  height: 2vw;
  background: var(--new-beiges);
  width: 100%;
  position: absolute;
  bottom: 0;
}

.card {
  display: flex;
  flex-direction: column;
}
.card--reference {
  display: flex;
  flex-direction: column;
}
.card--reference span {
  display: block;
}
.card--reference .card_cover {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 56%;
  margin-bottom: 0.8vw;
  overflow: hidden;
}
.card--reference .card_cover img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  transition: 850ms;
}
.card--reference .card_cover span {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding: 0.9vw;
  position: absolute;
  bottom: 0%;
  left: 0;
  font-weight: normal;
  color: var(--new-noir);
  box-sizing: border-box;
  background: var(--new-blanc);
  background-size: 100% 100%;
  transition: 550ms;
  transform: translateY(110%);
  opacity: 0.8;
}
.card--reference .card_cover span::after {
  content: "";
  background-image: url(../img/arrow-down.svg);
  transition: transform 0.3s ease-in-out;
  transform: rotate(270deg);
  display: inline-block;
  width: 0.8vw;
  height: 0.8vw;
  margin-left: 0.8vw;
  vertical-align: middle;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.card--reference .card_copy {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: start;
  flex-grow: 1;
  overflow: hidden;
  z-index: 1;
}
.card--reference .card_copy .zonelist {
  display: flex;
  flex-direction: row;
  column-gap: 0.5vw;
}
@media screen and (max-width: 700px) {
  .card--reference .card_copy .zonelist {
    column-gap: 2.5vw;
  }
}
.card--reference .card_copy .zonelist li a.inter-sm {
  font-size: 0.8vw;
  line-height: 1vw;
}
.card--reference .card_copy .title, .card--reference .card_copy .page-template-default .post-content h4, .page-template-default .post-content .card--reference .card_copy h4, .card--reference .card_copy .page-template-default .post-content h3, .page-template-default .post-content .card--reference .card_copy h3, .card--reference .card_copy .page-template-default .post-content h2, .page-template-default .post-content .card--reference .card_copy h2 {
  padding: 0.5vw 0;
  margin-bottom: 0.2vw;
  flex-grow: 1;
  font-size: 1.2vw;
  line-height: 1.6vw;
  font-weight: 500;
  font-family: "GT America Standard", helvetica, arial, sans-serif;
}
.card--reference .card_copy .expertises {
  display: flex;
  flex-direction: row;
  gap: 0.9vw;
}
.card--reference .card_copy .expertises li a.inter-sm {
  font-size: 0.8vw;
  line-height: 1vw;
}
.card--reference:hover .card_cover img {
  transform: scale(1.2);
  opacity: 0.8;
}
.card--reference:hover .card_cover span {
  transform: translateY(0);
}
@media screen and (max-width: 700px) {
  .card--reference .card_cover {
    margin-bottom: 1.5vw;
  }
  .card--reference .card_cover span {
    transform: translateY(0);
    padding: 2vw 3vw;
    font-size: 10px;
  }
  .card--reference .card_copy .zonelist {
    margin-bottom: 3vw;
  }
  .card--reference .card_copy .title, .card--reference .card_copy .page-template-default .post-content h4, .page-template-default .post-content .card--reference .card_copy h4, .card--reference .card_copy .page-template-default .post-content h3, .page-template-default .post-content .card--reference .card_copy h3, .card--reference .card_copy .page-template-default .post-content h2, .page-template-default .post-content .card--reference .card_copy h2 {
    margin-bottom: 3vw;
    padding: 3vw 0;
  }
  .card--reference .card_copy .title-sm,
.card--reference .card_copy .title-md {
    font-size: 8vw;
    line-height: 8.8vw;
  }
}

.card-talent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 0.2vw;
  position: relative;
}
.card-talent img {
  display: block;
  width: 100%;
  box-sizing: border-box;
  object-fit: contain;
  object-position: bottom center;
  margin-bottom: 0.6vw;
}
.card-talent img.out {
  opacity: 1;
}
.card-talent img.in {
  opacity: 0;
  position: absolute;
  top: 0;
}
.card-talent:hover img.in {
  opacity: 1;
  transition: opacity 0.2s linear;
}
.card-talent p.copy, .card-talent .footer-newsletter .hbspt-form p.hs-richtext, .footer-newsletter .hbspt-form .card-talent p.hs-richtext {
  font-size: 11px;
  line-height: 14px;
}
.card-talent p.copy a, .card-talent .footer-newsletter .hbspt-form p.hs-richtext a, .footer-newsletter .hbspt-form .card-talent p.hs-richtext a {
  display: block;
  width: 2.5vw;
  height: 2.5vw;
  line-height: 2.5vw;
  border-radius: 0.5vw;
  text-align: center;
  background: #f5f5ec;
  margin: 0.5vw 1vw 0 0;
}
.card-talent p.copy a .fa, .card-talent .footer-newsletter .hbspt-form p.hs-richtext a .fa, .footer-newsletter .hbspt-form .card-talent p.hs-richtext a .fa {
  display: inline-block;
  width: 50%;
  height: 50%;
  vertical-align: middle;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.card-talent p.copy a .fa-twitter, .card-talent .footer-newsletter .hbspt-form p.hs-richtext a .fa-twitter, .footer-newsletter .hbspt-form .card-talent p.hs-richtext a .fa-twitter {
  background-image: url(../img/icon-social/twitter.svg);
}
.card-talent p.copy a .fa-facebook, .card-talent .footer-newsletter .hbspt-form p.hs-richtext a .fa-facebook, .footer-newsletter .hbspt-form .card-talent p.hs-richtext a .fa-facebook {
  background-image: url(../img/icon-social/facebook.svg);
}
.card-talent p.copy a .fa-linkedin, .card-talent .footer-newsletter .hbspt-form p.hs-richtext a .fa-linkedin, .footer-newsletter .hbspt-form .card-talent p.hs-richtext a .fa-linkedin {
  background-image: url(../img/icon-social/linkedin.svg);
}
.card-talent p.copy a .fa-youtube, .card-talent .footer-newsletter .hbspt-form p.hs-richtext a .fa-youtube, .footer-newsletter .hbspt-form .card-talent p.hs-richtext a .fa-youtube {
  background-image: url(../img/icon-social/youtube.svg);
}
.card-talent p.copy a .fa-instagram, .card-talent .footer-newsletter .hbspt-form p.hs-richtext a .fa-instagram, .footer-newsletter .hbspt-form .card-talent p.hs-richtext a .fa-instagram {
  background-image: url(../img/icon-social/instagram.svg);
}
.card-talent p.copy a .fa-comment, .card-talent .footer-newsletter .hbspt-form p.hs-richtext a .fa-comment, .footer-newsletter .hbspt-form .card-talent p.hs-richtext a .fa-comment {
  background-image: url(../img/icon-social/message.svg);
}
.card-talent p.copy a .fa-tiktiok, .card-talent .footer-newsletter .hbspt-form p.hs-richtext a .fa-tiktiok, .footer-newsletter .hbspt-form .card-talent p.hs-richtext a .fa-tiktiok {
  background-image: url(../img/icon-social/tiktok.svg);
}
.card-talent .title, .card-talent .page-template-default .post-content h4, .page-template-default .post-content .card-talent h4, .card-talent .page-template-default .post-content h3, .page-template-default .post-content .card-talent h3, .card-talent .page-template-default .post-content h2, .page-template-default .post-content .card-talent h2 {
  margin-bottom: 0;
}
@media screen and (max-width: 700px) {
  .card-talent {
    row-gap: 1.5vw;
  }
  .card-talent img {
    height: auto;
  }
  .card-talent p.copy a, .card-talent .footer-newsletter .hbspt-form p.hs-richtext a, .footer-newsletter .hbspt-form .card-talent p.hs-richtext a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 5px;
    margin-top: 10px;
  }
}

.box-talent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 0.2vw;
  position: relative;
}
.box-talent img {
  display: block;
  width: 100%;
  box-sizing: border-box;
  object-fit: contain;
  object-position: bottom center;
  margin-bottom: 0.6vw;
}
.box-talent img.out {
  opacity: 1;
}
.box-talent img.in {
  opacity: 0;
  position: absolute;
  top: 0;
}
.box-talent:hover img.in {
  opacity: 1;
  transition: opacity 0.2s linear;
}
.box-talent p.copy, .box-talent .footer-newsletter .hbspt-form p.hs-richtext, .footer-newsletter .hbspt-form .box-talent p.hs-richtext {
  font-size: 11px;
  line-height: 14px;
}
.box-talent p.copy a, .box-talent .footer-newsletter .hbspt-form p.hs-richtext a, .footer-newsletter .hbspt-form .box-talent p.hs-richtext a {
  display: block;
  width: 2.5vw;
  height: 2.5vw;
  line-height: 2.5vw;
  border-radius: 0.5vw;
  text-align: center;
  background: #f5f5ec;
  margin: 0.5vw 1vw 0 0;
}
.box-talent p.copy a .fa, .box-talent .footer-newsletter .hbspt-form p.hs-richtext a .fa, .footer-newsletter .hbspt-form .box-talent p.hs-richtext a .fa {
  display: inline-block;
  width: 50%;
  height: 50%;
  vertical-align: middle;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.box-talent p.copy a .fa-twitter, .box-talent .footer-newsletter .hbspt-form p.hs-richtext a .fa-twitter, .footer-newsletter .hbspt-form .box-talent p.hs-richtext a .fa-twitter {
  background-image: url(../img/icon-social/twitter.svg);
}
.box-talent p.copy a .fa-facebook, .box-talent .footer-newsletter .hbspt-form p.hs-richtext a .fa-facebook, .footer-newsletter .hbspt-form .box-talent p.hs-richtext a .fa-facebook {
  background-image: url(../img/icon-social/facebook.svg);
}
.box-talent p.copy a .fa-linkedin, .box-talent .footer-newsletter .hbspt-form p.hs-richtext a .fa-linkedin, .footer-newsletter .hbspt-form .box-talent p.hs-richtext a .fa-linkedin {
  background-image: url(../img/icon-social/linkedin.svg);
}
.box-talent p.copy a .fa-youtube, .box-talent .footer-newsletter .hbspt-form p.hs-richtext a .fa-youtube, .footer-newsletter .hbspt-form .box-talent p.hs-richtext a .fa-youtube {
  background-image: url(../img/icon-social/youtube.svg);
}
.box-talent p.copy a .fa-instagram, .box-talent .footer-newsletter .hbspt-form p.hs-richtext a .fa-instagram, .footer-newsletter .hbspt-form .box-talent p.hs-richtext a .fa-instagram {
  background-image: url(../img/icon-social/instagram.svg);
}
.box-talent p.copy a .fa-comment, .box-talent .footer-newsletter .hbspt-form p.hs-richtext a .fa-comment, .footer-newsletter .hbspt-form .box-talent p.hs-richtext a .fa-comment {
  background-image: url(../img/icon-social/message.svg);
}
.box-talent p.copy a .fa-tiktiok, .box-talent .footer-newsletter .hbspt-form p.hs-richtext a .fa-tiktiok, .footer-newsletter .hbspt-form .box-talent p.hs-richtext a .fa-tiktiok {
  background-image: url(../img/icon-social/tiktok.svg);
}
.box-talent .title, .box-talent .page-template-default .post-content h4, .page-template-default .post-content .box-talent h4, .box-talent .page-template-default .post-content h3, .page-template-default .post-content .box-talent h3, .box-talent .page-template-default .post-content h2, .page-template-default .post-content .box-talent h2 {
  margin-bottom: 0;
}
@media screen and (max-width: 700px) {
  .box-talent {
    row-gap: 4vw;
  }
  .box-talent img {
    height: auto;
  }
  .box-talent p.copy a, .box-talent .footer-newsletter .hbspt-form p.hs-richtext a, .footer-newsletter .hbspt-form .box-talent p.hs-richtext a {
    width: 25px;
    height: 25px;
    margin-top: 10px;
  }
}

/*
.box-talent {
  max-height: 18vw;
  // background: var(--new-blanc);
  overflow: hidden;
  transition: all 0.3s ease;

  img { width: 18vw; height:auto;}
  img.in { display:none; position:absolute; top:0; left:0; }
}

.box-talent:hover {
  background: var(--new-blanc);
  cursor: pointer;
}

.box-talent.large {
  background: var(--new-blanc);
  z-index: 2;
}

.grid-sizer,
.box-talent {
  width: 18vw;
}

@media screen and (max-width: 820px) {
  .grid-sizer,
  .box-talent {
    width: 35vw;
    max-height: 35vw;
  }
}

.box-talent h3, .box-talent p {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, max-height 0.3s ease;
}
.box-talent.large img {
    width: 18vw;
    height: fit-content;
}
.box-talent.large img.in { display:block; }

.box-talent.large h3, .box-talent.large p {
    opacity: 1;
    max-height: fit-content; 
}
.box-talent.large h4 { margin-bottom: 0.5vw; }

.box-talent.large img { float:left; }
.box-talent.large .talent-content { float:left; width: 40%; padding: 5%; }

.box-talent.large .talent-content a{
    display: block;
    width: 3.1vw;
    height: 3.1vw;
    line-height: 3.1vw;
    border-radius: 1.2vw;
    text-align: center;
    float: left;
    background: #fff;
    margin: 0 1vw 0 0;
    .fa{
        display: inline-block;
        width: 50%;
        height: 50%;
        vertical-align: middle;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        &-twitter{ background-image: url(../img/icon-social/twitter.svg); }
        &-facebook{ background-image: url(../img/icon-social/facebook.svg); }
        &-linkedin{ background-image: url(../img/icon-social/linkedin.svg); }
        &-youtube{ background-image: url(../img/icon-social/youtube.svg); }
        &-instagram{ background-image: url(../img/icon-social/instagram.svg); }
        &-comment{ background-image: url(../img/icon-social/message.svg); }
        &-tiktiok{ background-image: url(../img/icon-social/tiktok.svg); }
    }
}

@media screen and (max-width: 820px) {
  .box-talent img { width: 35vw; }
  .box-talent.large img { width: 35vw; }
  .box-talent.large .talent-content h4 { display:none; }
  .box-talent.large .talent-content h3 { font-size: 12px; line-height: 14px; }
  .box-talent.large .talent-content a { width: 6vw; height: 6vw; line-height: 6vw; border-radius: 6vw; } .box-talent .copy--sm { font-size: 10px; line-height: 13px; }
}
*/
.testimony {
  display: flex;
  flex-direction: column;
}
.testimony .cover {
  display: block;
  margin-bottom: 1vw;
}
.testimony .cover a {
  position: relative;
}
.testimony .cover a img {
  display: block;
  width: 100%;
  height: 38vw;
  object-fit: cover;
}
.testimony .cover a span {
  position: absolute;
  bottom: 0;
  right: 2vw;
  display: block;
  width: 4vw;
  height: 4vw;
  border-radius: 4vw;
  background: var(--g-v_soft);
  border: 0.5vw solid var(--bg-main-color);
  z-index: 4;
  transform: translateY(50%);
}
.testimony .cover a span i {
  display: block;
  width: 80%;
  height: 0;
  padding-top: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent url(../img/icon-play.svg) center center no-repeat;
  background-size: contain;
}
.testimony .cover a::before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(214, 185, 255, 0) 0%, #d6b9ff 100%);
  z-index: 1;
}

.push {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  border: 1px solid var(--bg-60-color);
  box-sizing: border-box;
}
.push a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 5vw 6.3vw 5vw 8.3vw;
  transition: 350ms;
}
.push a:hover {
  background-color: var(--bg-80-color);
}
.push a .title-subhead {
  margin-bottom: 0;
}
.push a img {
  display: block;
  width: 8vw;
  height: 8vw;
}
.push--block {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  border: 1px solid var(--bg-60-color);
  box-sizing: border-box;
}
.push--block a {
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 3vw 8.3vw;
  gap: 4vw;
  background-color: var(--bg-90-color);
}
.push--block a copy {
  width: 45%;
}
.push--block a .title-md--b, .push--block a .page-template-default .post-content h3, .page-template-default .post-content .push--block a h3 {
  margin-bottom: 0;
}
@media screen and (max-width: 700px) {
  .push a {
    padding: 8.3vw;
  }
  .push a .title-subhead {
    margin-bottom: revert;
  }
  .push--block a {
    flex-direction: column;
    align-items: flex-start;
  }
  .push--block a img {
    width: 12vw;
    height: 12vw;
  }
  .push--block a copy {
    width: auto;
  }
}

.kpi {
  display: flex;
  flex-direction: column;
  justify-content: start;
  flex-grow: 1;
  min-width: 3vw;
  padding: 1.5vw 1vw;
  border-right: 2px solid var(--new-noir);
}
.kpi .copy, .kpi .footer-newsletter .hbspt-form .hs-richtext, .footer-newsletter .hbspt-form .kpi .hs-richtext,
.kpi .title,
.kpi .page-template-default .post-content h4,
.page-template-default .post-content .kpi h4,
.kpi .page-template-default .post-content h3,
.page-template-default .post-content .kpi h3,
.kpi .page-template-default .post-content h2,
.page-template-default .post-content .kpi h2 {
  margin-bottom: 0;
}
.kpi .title, .kpi .page-template-default .post-content h4, .page-template-default .post-content .kpi h4, .kpi .page-template-default .post-content h3, .page-template-default .post-content .kpi h3, .kpi .page-template-default .post-content h2, .page-template-default .post-content .kpi h2 {
  white-space: nowrap;
}
@media screen and (max-width: 700px) {
  .kpi {
    padding: 4vw 4vw;
    align-items: flex-start;
  }
}

.squarepush {
  display: flex;
  flex-direction: column;
  justify-content: start;
  flex-grow: 1;
  min-width: 3vw;
  align-items: start;
  justify-content: flex-start;
}
@media screen and (max-width: 700px) {
  .squarepush {
    align-items: flex-start;
  }
}
.squarepush img {
  display: block;
  width: 70%;
  height: 8vw;
  object-fit: contain;
  object-position: left center;
  margin-bottom: 1vw;
}
.squarepush img.w-full {
  width: 100%;
  height: auto;
}
.squarepush .copy, .squarepush .footer-newsletter .hbspt-form .hs-richtext, .footer-newsletter .hbspt-form .squarepush .hs-richtext {
  margin-bottom: 1vw;
}
.squarepush .title, .squarepush .page-template-default .post-content h4, .page-template-default .post-content .squarepush h4, .squarepush .page-template-default .post-content h3, .page-template-default .post-content .squarepush h3, .squarepush .page-template-default .post-content h2, .page-template-default .post-content .squarepush h2 {
  white-space: initial;
  margin-bottom: 1vw;
  width: 100%;
}
.squarepush .cta-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 1vw;
}
.squarepush .cta-list .button, .squarepush .cta-list .home #ff-stream-1 .ff-btn, .home #ff-stream-1 .squarepush .cta-list .ff-btn, .squarepush .cta-list .header .pll-switcher-select, .header .squarepush .cta-list .pll-switcher-select, .squarepush .cta-list .nav-menu .pll-switcher-select, .nav-menu .squarepush .cta-list .pll-switcher-select, .squarepush .cta-list .footer-newsletter .hbspt-form .hs-button, .footer-newsletter .hbspt-form .squarepush .cta-list .hs-button, .squarepush .cta-list .footer .pll-switcher-select, .footer .squarepush .cta-list .pll-switcher-select, .squarepush .cta-list .card--reference .card_cover span, .card--reference .card_cover .squarepush .cta-list span {
  margin-left: 0;
}
@media screen and (max-width: 700px) {
  .squarepush {
    padding: 8vw;
    row-gap: 2vw;
  }
  .squarepush img {
    height: 18vw;
  }
  .squarepush .copy, .squarepush .footer-newsletter .hbspt-form .hs-richtext, .footer-newsletter .hbspt-form .squarepush .hs-richtext {
    width: 100%;
    font-size: 1rem;
    line-height: 1.2em;
  }
}

.page-title {
  padding-top: 6vw;
}

.edito-paragraph .title-lg--b, .edito-paragraph .page-template-default .post-content h2, .page-template-default .post-content .edito-paragraph h2 {
  width: 65%;
}
.edito-paragraph .copy, .edito-paragraph .footer-newsletter .hbspt-form .hs-richtext, .footer-newsletter .hbspt-form .edito-paragraph .hs-richtext {
  width: 50%;
}
.edito-paragraph.edito-double .copy--md {
  width: 100%;
  column-count: 2;
  column-gap: 4vw;
}
.edito-paragraph.edito-double .copy--md.decalage {
  width: calc(100% - 6vw);
}
@media screen and (max-width: 700px) {
  .edito-paragraph .title-lg--b, .edito-paragraph .page-template-default .post-content h2, .page-template-default .post-content .edito-paragraph h2 {
    width: 100%;
  }
  .edito-paragraph .copy--lg, .edito-paragraph.edito-double .copy--lg,
.edito-paragraph .copy--md, .edito-paragraph.edito-double .copy--md {
    column-count: 1;
    width: 85%;
  }
  .edito-paragraph.edito-double .copy--md.decalage {
    width: calc(100% - 11.5vw);
  }
}

.edito-visual {
  padding-left: 8.3vw;
  padding-right: 6.3vw;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 4vw;
}
.edito-visual .edito-visual_cover,
.edito-visual .edito-visual_copy {
  flex-grow: 1;
  width: 60%;
}
.edito-visual .edito-visual_cover {
  position: relative;
  min-height: 40vw;
}
.edito-visual .edito-visual_cover img {
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 100%;
  margin: 0;
  object-fit: cover;
}
.edito-visual .edito-visual_cover::after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.edito-visual .edito-visual_copy {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
}
.edito-visual .edito-visual_copy .copy, .edito-visual .edito-visual_copy .footer-newsletter .hbspt-form .hs-richtext, .footer-newsletter .hbspt-form .edito-visual .edito-visual_copy .hs-richtext {
  margin-right: 6vw;
}
@media screen and (max-width: 700px) {
  .edito-visual .edito-visual_copy .copy, .edito-visual .edito-visual_copy .footer-newsletter .hbspt-form .hs-richtext, .footer-newsletter .hbspt-form .edito-visual .edito-visual_copy .hs-richtext {
    margin-right: 0;
  }
}
.edito-visual.edito-markee {
  margin: 0;
  padding: 0;
  display: block;
  /*
  &:before {
      content: '';
      position:absolute;
      background: transparent url("../img/bgseason3.svg") no-repeat top left;
      background-size: 30vw;
      top: -1vw;
      left: 22vw;
      width: 100%;
      height: 100%;
      z-index: 0;
      transform: translateY(var(--parallax-offset, 0px));
      transition: transform 0.2s ease-out;
    }

  @include mobileScreen{
      &:before {
          background-size: 40vw;
          top: 63vw;
          left: auto;
          right: 0vw;
          background-position-x: right;
      }
  }
  */
}
.edito-visual.edito-markee .edito-visual_cover {
  /*
  width:100%;
  position: absolute;
  overflow: hidden;
  width:100%;
  height:30vw;
  min-height:30vw;
  */
  width: 100%;
  position: relative;
  text-align: center;
  overflow: hidden;
  min-height: auto;
}
.edito-visual.edito-markee .edito-visual_cover img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 700px) {
  .edito-visual.edito-markee .edito-visual_cover img {
    width: 150%;
  }
}
.edito-visual.edito-markee .edito-visual_cover .title-markee {
  text-align: left;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: var(--new-blanc);
}
.edito-visual.edito-markee .edito-visual_copy {
  margin-top: 4vw;
  margin-left: 9vw;
}
.edito-visual.edito-lg--b {
  overflow: hidden;
  /*
  &:before {
      content: '';
      position:absolute;
      background: transparent url("../img/bgseason4.svg") no-repeat top right;
      background-size: 33vw;
      top: -1vw;
      right: 24vw;
      width: 100%;
      height: 100%;
      z-index: 0;
      transform: translateY(var(--parallax-offset, 0px));
      transition: transform 0.2s ease-out;
    }

    @include mobileScreen{
      &:before {
            background-size: 40vw;
            top: 70vw;
            right: 0vw;
      }
    }
    */
}
@media screen and (max-width: 700px) {
  .edito-visual {
    flex-direction: column;
    margin-bottom: 8vw;
    background-size: 40vw;
  }
  .edito-visual .edito-visual_cover {
    width: 86%;
  }
  .edito-visual .edito-visual_copy {
    width: 80%;
  }
}

.logo-header {
  background: url("../img/hopscotchseason-logo.svg") no-repeat;
  background-size: contain;
  width: 42vh;
  height: 30vh;
  position: absolute;
  z-index: 99;
  right: 0;
  top: 65.5vh;
}
@media screen and (max-width: 700px) {
  .logo-header {
    width: 50vw;
    height: 33vw;
    top: 82.2vw;
  }
}

.herobanner {
  margin-bottom: 5vw;
  min-height: 110vh;
  position: relative;
  overflow: hidden;
  background: transparent;
}
.herobanner .title-subhead {
  text-transform: uppercase;
  font-size: 1.7vw;
  line-height: 1.9vw;
}
.herobanner .title-subhead .herobanner-baseline {
  font-size: 1.7vw;
  line-height: 1.9vw;
}
.herobanner .herobanner-home__video {
  position: relative;
  background-color: var(--new-noir);
}
.herobanner .herobanner-home__video .video-full-bg {
  height: 68vh;
  width: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 700px) {
  .herobanner .herobanner-home__video .video-full-bg {
    height: 40vh;
  }
}
.herobanner .herobanner-home__video .herobanner-logo {
  text-indent: -9999px;
  overflow: hidden;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/logo-marque.svg);
  width: 100%;
  height: 12vw;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  transform: translateY(100%);
  z-index: 2;
}
@media screen and (max-width: 700px) {
  .herobanner .herobanner-home__video .herobanner-logo {
    height: 40vw;
  }
}
.herobanner .herobanner-home__video::after {
  content: "";
  display: block;
  width: 15.8vw;
  height: 3vw;
  position: absolute;
  bottom: -1px;
  right: 0;
  background: var(--new-violet);
}
.herobanner .drapes {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: 850ms;
  z-index: 0;
}
.herobanner .drapes.show {
  height: 110vh;
}
.herobanner-background {
  width: 100%;
  height: 110vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.herobanner-background__img {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 65%;
  height: 100%;
  object-position: right bottom;
  object-fit: contain;
  pointer-events: none;
  transition: 1550ms cubic-bezier(0.23, 0.94, 0.79, 1.03);
  transform: translateY(10%);
  opacity: 0;
  display: none;
}
.herobanner-background__img.show {
  opacity: 1;
  transform: translateY(0%);
}
.herobanner-background__icons {
  width: 100%;
  height: 100%;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent url(../img/icon-banner.svg) center center no-repeat;
  background-size: cover;
}
@media (min-width: 1440px) {
  .herobanner-background__icons {
    width: 100%;
    overflow: hidden;
  }
}
.herobanner-background__icons img {
  height: 100%;
}
@media (min-width: 1440px) {
  .herobanner-background__icons img {
    width: 100%;
    height: auto;
  }
}
.herobanner-background__icons::after {
  content: "";
  background-image: url("../img/noise-hero.png");
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.herobanner-background__gradient {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: -2;
  background: linear-gradient(180deg, #5dc182 0%, #d0bcf9 100%);
}
.herobanner-background__gradient-yellow {
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at top right, #fcec8f 0%, transparent 95%);
  position: absolute;
  right: 0;
  bottom: 0;
  animation: gradient-move 5s ease-in infinite;
}
@keyframes gradient-move {
  0% {
    transform: translate(20%, 10%) scale(2);
  }
  50% {
    transform: translate(0%, 0%) scale(1);
    opacity: 0;
  }
  100% {
    transform: translate(20%, 10%) scale(2);
  }
}
.herobanner-copy {
  position: relative;
  width: 60%;
  min-height: 32vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 8.3vw;
  z-index: 10;
}
@media (max-width: 600px) {
  .herobanner-copy {
    width: 100%;
  }
}
.herobanner-copy .title-subhead {
  color: var(--new-noir);
  transform: translateY(2vw);
  opacity: 0;
  transition: 550ms;
  margin-bottom: 0;
  width: 100%;
  font-size: 2vw;
  line-height: 2vw;
  letter-spacing: 0;
}
.herobanner-copy .title-subhead.show {
  opacity: 1;
  transform: translateY(0);
}
.herobanner-copy .button, .herobanner-copy .home #ff-stream-1 .ff-btn, .home #ff-stream-1 .herobanner-copy .ff-btn, .herobanner-copy .header .pll-switcher-select, .header .herobanner-copy .pll-switcher-select, .herobanner-copy .nav-menu .pll-switcher-select, .nav-menu .herobanner-copy .pll-switcher-select, .herobanner-copy .footer-newsletter .hbspt-form .hs-button, .footer-newsletter .hbspt-form .herobanner-copy .hs-button, .herobanner-copy .footer .pll-switcher-select, .footer .herobanner-copy .pll-switcher-select, .herobanner-copy .card--reference .card_cover span, .card--reference .card_cover .herobanner-copy span {
  transform: translateY(2vw);
  opacity: 0;
  transition: 550ms;
  margin-left: 0;
}
.herobanner-copy .button.show, .herobanner-copy .home #ff-stream-1 .show.ff-btn, .home #ff-stream-1 .herobanner-copy .show.ff-btn, .herobanner-copy .header .show.pll-switcher-select, .header .herobanner-copy .show.pll-switcher-select, .herobanner-copy .nav-menu .show.pll-switcher-select, .nav-menu .herobanner-copy .show.pll-switcher-select, .herobanner-copy .footer-newsletter .hbspt-form .show.hs-button, .footer-newsletter .hbspt-form .herobanner-copy .show.hs-button, .herobanner-copy .footer .show.pll-switcher-select, .footer .herobanner-copy .show.pll-switcher-select, .herobanner-copy .card--reference .card_cover span.show, .card--reference .card_cover .herobanner-copy span.show {
  opacity: 1;
  transform: translateY(0);
}
.herobanner-copy .herobanner-baseline {
  font-family: "GT America Standard", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.8vw;
  line-height: 3.2vw;
  color: var(--new-noir);
  text-transform: none;
  margin-bottom: 1vw;
}
.herobanner-copy .wrap-title {
  position: relative;
  margin-top: 18px;
  margin-bottom: 50px;
  transition: 2s;
  opacity: 0;
}
.herobanner-copy .wrap-title.show {
  opacity: 1;
}
.herobanner-copy .wrap-title .herobanner-container__txt-title,
.herobanner-copy .wrap-title .clonetitle {
  /* font-weight: 900;
          font-size: 8vw;
          line-height: 7.5vw;
  //        text-transform: uppercase;
          -webkit-text-stroke: 2px #000;
          color: #000;
          opacity: 0; */
  font-weight: 500;
  font-size: 3vw;
  line-height: 3.5vw;
  color: var(--new-noir);
}
@keyframes disappear {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.herobanner-copy .wrap-title .clonetitle {
  position: absolute;
  top: 0;
  left: 0;
  animation: 800ms disappear linear;
  opacity: 0;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: var(--g-h_viandes);
}
.herobanner-copy .wrap-title .clonetitle:last-child {
  animation: none;
  background: none;
  opacity: 1;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  color: var(--always-black);
}
@media screen and (max-width: 700px) {
  .herobanner {
    min-height: 100vh;
  }
  .herobanner .header-logo {
    height: 40vw !important;
  }
  .herobanner .herobanner-home__video::after {
    height: 15vw;
    width: 52.5vw;
  }
  .herobanner .drapes,
.herobanner .drapes.show {
    height: 100vh;
  }
  .herobanner .herobanner-background {
    height: 100%;
  }
  .herobanner .herobanner-background__img {
    display: block;
    width: 100%;
    height: 50%;
    opacity: 1;
    transform: none;
  }
  .herobanner .herobanner-copy {
    height: auto;
    padding-top: 40vw;
  }
  .herobanner .herobanner-copy .wrap-title {
    margin: 4vw 0;
    opacity: 1;
  }
  .herobanner .herobanner-copy .title-subhead {
    opacity: 1;
    width: 85%;
    transform: none;
    font-size: 5.5vw;
    line-height: 6vw;
  }
  .herobanner .herobanner-copy .herobanner-baseline {
    font-size: 4.7vw;
    line-height: 7vw;
  }
  .herobanner .herobanner-copy .button, .herobanner .herobanner-copy .home #ff-stream-1 .ff-btn, .home #ff-stream-1 .herobanner .herobanner-copy .ff-btn, .herobanner .herobanner-copy .header .pll-switcher-select, .header .herobanner .herobanner-copy .pll-switcher-select, .herobanner .herobanner-copy .nav-menu .pll-switcher-select, .nav-menu .herobanner .herobanner-copy .pll-switcher-select, .herobanner .herobanner-copy .footer-newsletter .hbspt-form .hs-button, .footer-newsletter .hbspt-form .herobanner .herobanner-copy .hs-button, .herobanner .herobanner-copy .footer .pll-switcher-select, .footer .herobanner .herobanner-copy .pll-switcher-select, .herobanner .herobanner-copy .card--reference .card_cover span, .card--reference .card_cover .herobanner .herobanner-copy span {
    opacity: 1;
    transform: none;
  }
  .herobanner .herobanner-copy .wrap-title .herobanner-container__txt-title,
.herobanner .herobanner-copy .wrap-title .clonetitle {
    font-size: 15vw;
    line-height: 14vw;
    opacity: 1;
  }
}

.international {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  padding: 14vw 0 12vw 8.3vw;
  position: relative;
  overflow: hidden;
}
.international__content {
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 55vw;
  gap: 1.5vw;
  font-family: "Inter", sans-serif;
  color: #fff;
  z-index: 1;
}
.international__content-txt {
  display: flex;
  flex-direction: column;
  align-items: start;
  /*
        &:before {
            content: '';
            position:absolute;
            background: transparent url("../img/bgseason2.svg") no-repeat top left;
            background-size: 30vw;
            top: -7vw;
            left: -3vw;
            width: 100%;
            height: 100%;
            z-index: -1;
          }
        */
}
.international__content-txt .category {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 4px;
  background: linear-gradient(90deg, #fbeb8f 0%, #5ec283 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 600px) {
  .international__content-txt .category {
    font-size: 12px;
  }
}
.international__content-data {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
.international__content-data .kpilist .kpi .title, .international__content-data .kpilist .kpi .page-template-default .post-content h4, .page-template-default .post-content .international__content-data .kpilist .kpi h4, .international__content-data .kpilist .kpi .page-template-default .post-content h3, .page-template-default .post-content .international__content-data .kpilist .kpi h3, .international__content-data .kpilist .kpi .page-template-default .post-content h2, .page-template-default .post-content .international__content-data .kpilist .kpi h2 {
  font-size: clamp(1.5rem, 3vw, 5rem);
  line-height: clamp(1.5rem, 3vw, 5rem);
}
.international__content-data .box {
  padding: 27px 36px;
  padding-right: 88px;
  border: 1px solid #38364b;
}
@media (max-width: 600px) {
  .international__content-data .box {
    padding: 20px 36px;
  }
}
.international__content-data .box-border-right {
  border-right: none;
}
.international__content-data .box-nombre {
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 600px) {
  .international__content-data .box-nombre {
    font-size: 40px;
  }
}
.international__content-data .box-nombre-viande {
  background: linear-gradient(90deg, #5dc182 0%, #d0bcf9 100%);
}
@media (max-width: 600px) {
  .international__content-data .box-nombre-viande {
    width: 61%;
  }
}
.international__content-data .box-nombre-soft {
  background: linear-gradient(90deg, #d0bbf9 0%, #fcec8f 100%);
}
@media (max-width: 600px) {
  .international__content-data .box-nombre-soft {
    width: 30%;
  }
}
.international__content-data .box-txt {
  width: 110%;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #b5b1bd;
}
@media (max-width: 600px) {
  .international__content-data .box-txt {
    font-size: 12px;
    line-height: 17px;
  }
}
.international__content-btn {
  width: 30%;
  padding: 16px 62px;
  margin-top: 30px;
  background: transparent;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 2px;
  color: #0b0a11;
  overflow: hidden;
  z-index: 1;
  display: block;
  position: relative;
  text-align: center;
}
@media (max-width: 600px) {
  .international__content-btn {
    width: 35%;
    align-self: center;
  }
}
.international__content-btn:hover::before {
  animation: bg-move 4s infinite;
}
@keyframes bg-move {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
.international__content-btn::before {
  content: "";
  width: 200%;
  height: 100%;
  background: linear-gradient(90deg, #d0bbf9 0%, #fcec8f 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.international__map {
  width: 100%;
  position: relative;
  /*
      &::before{
          content: "";
          width: 60vw;
          height: 50vw;
          transform: translateY(-10vw);

          background-image: url('../img/map/grid.svg');
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center top;

          position: absolute;
          top: 0;
          right: 0;

          @media (max-width:600px){
              width: 100%;
          }
      }
      */
}
.international__map img {
  position: absolute;
  display: block;
  width: 60vw;
  object-fit: contain;
  object-position: right center;
  transform: translate(-6%, -10%);
  opacity: 1;
}
.international__map svg {
  position: absolute;
  top: 27vw;
  right: 13.8vw;
  display: block;
  width: 47vw;
  height: 20vw;
  object-fit: contain;
  object-position: right center;
  transform: translateY(-50%);
}
@media screen and (max-width: 700px) {
  .international {
    flex-direction: column-reverse;
    overflow: hidden;
    row-gap: 4vw;
  }
  .international .international__content-data.decalage {
    margin-left: 0;
  }
  .international__content {
    width: 84vw;
  }
  .international__content-data .kpilist {
    flex-direction: row;
    margin-bottom: 5vw;
  }
  .international__content-data .kpilist p {
    width: 100%;
  }
  .international__content-txt {
    position: relative;
  }
  .international__content-txt:before {
    background-size: 40vw;
    top: -18vw;
    left: -16vw;
  }
  .international__map {
    width: auto;
    height: 40vw;
  }
  .international__map img {
    /*
            width: 100vw;
            height: 52vw;
            object-position: center center;
            */
    width: 100%;
    height: auto;
  }
  .international__map svg {
    top: 55%;
    right: 0;
    width: 100vw;
    height: 30vw;
  }
}

.o-simple-push {
  position: relative;
  color: var(--text-main-color);
  overflow: hidden;
}
.o-simple-push--bandeau {
  overflow: initial;
}
.o-simple-push__cover-bandeau {
  width: 100%;
  height: 72vh;
  position: relative;
  /* margin-bottom: 20px; */
}
@media screen and (max-width: 700px) {
  .o-simple-push__cover-bandeau {
    height: 90vw;
  }
}
.o-simple-push__cover-bandeau img {
  width: 105%;
  height: 105%;
  object-fit: cover;
  object-position: center center;
}
.o-simple-push__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
  z-index: 1;
}
.o-simple-push__cover:after {
  content: "";
  top: 0;
  height: 100%;
  width: 100%;
  background: var(--g-h_viandes);
  opacity: 0.6;
  z-index: 3;
  position: absolute;
}
.o-simple-push__cover:before {
  content: "";
  bottom: 0;
  height: 60%;
  width: 100%;
  background: var(--g-v_fade);
  z-index: 5;
  position: absolute;
}
.o-simple-push__copy {
  position: relative;
  padding: 5vw 8vw 5vw 50vw;
  z-index: 10;
}
.o-simple-push__copy.text_wrapper {
  margin-top: 25vw;
}
@media screen and (max-width: 700px) {
  .o-simple-push__copy.text_wrapper {
    margin-top: 0;
  }
}
.o-simple-push__copy .title.title-subhead, .o-simple-push__copy .page-template-default .post-content h4.title-subhead, .page-template-default .post-content .o-simple-push__copy h4.title-subhead, .o-simple-push__copy .page-template-default .post-content h3.title-subhead, .page-template-default .post-content .o-simple-push__copy h3.title-subhead, .o-simple-push__copy .page-template-default .post-content h2.title-subhead, .page-template-default .post-content .o-simple-push__copy h2.title-subhead {
  margin-bottom: 18vw;
}
.o-simple-push__copy .copy, .o-simple-push__copy .footer-newsletter .hbspt-form .hs-richtext, .footer-newsletter .hbspt-form .o-simple-push__copy .hs-richtext {
  /*margin-right: 8vw;*/
}
.o-simple-push__copy .copy .desc-wrapper, .o-simple-push__copy .footer-newsletter .hbspt-form .hs-richtext .desc-wrapper, .footer-newsletter .hbspt-form .o-simple-push__copy .hs-richtext .desc-wrapper, .o-simple-push__copy .copy .decalage, .o-simple-push__copy .footer-newsletter .hbspt-form .hs-richtext .decalage, .footer-newsletter .hbspt-form .o-simple-push__copy .hs-richtext .decalage {
  margin-left: 4.5vw;
}
.o-simple-push__copy .copy ul, .o-simple-push__copy .footer-newsletter .hbspt-form .hs-richtext ul, .footer-newsletter .hbspt-form .o-simple-push__copy .hs-richtext ul {
  margin-left: 1.5vw;
  margin-top: 1.5vw;
  margin-bottom: 3vw;
}
.o-simple-push__copy .copy ul li, .o-simple-push__copy .footer-newsletter .hbspt-form .hs-richtext ul li, .footer-newsletter .hbspt-form .o-simple-push__copy .hs-richtext ul li {
  list-style: square;
  padding-left: 0.5vw;
  font-weight: 600;
}
.o-simple-push__copy .copy p, .o-simple-push__copy .footer-newsletter .hbspt-form .hs-richtext p, .footer-newsletter .hbspt-form .o-simple-push__copy .hs-richtext p {
  margin-bottom: 1vw;
}
@media screen and (max-width: 700px) {
  .o-simple-push__copy .copy ul, .o-simple-push__copy .footer-newsletter .hbspt-form .hs-richtext ul, .footer-newsletter .hbspt-form .o-simple-push__copy .hs-richtext ul {
    margin-left: 14px;
  }
  .o-simple-push__copy .copy ul li, .o-simple-push__copy .footer-newsletter .hbspt-form .hs-richtext ul li, .footer-newsletter .hbspt-form .o-simple-push__copy .hs-richtext ul li {
    font-size: 13px;
  }
}
.o-simple-push .title.title-markee, .o-simple-push .page-template-default .post-content h4.title-markee, .page-template-default .post-content .o-simple-push h4.title-markee, .o-simple-push .page-template-default .post-content h3.title-markee, .page-template-default .post-content .o-simple-push h3.title-markee, .o-simple-push .page-template-default .post-content h2.title-markee, .page-template-default .post-content .o-simple-push h2.title-markee {
  position: absolute;
  top: 15vw;
  left: 0;
  width: 100%;
  z-index: 11;
}
.o-simple-push__image {
  position: absolute;
  width: 45vw;
  height: 100vh;
  z-index: 5;
  z-index: 11;
}
.o-simple-push__image img {
  /*
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  */
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.o-simple-push__image.image-container {
  overflow: hidden;
}
.o-simple-push__image.image-container img.animated-image {
  width: 100%;
  transition: transform 0.1s ease-out;
  position: absolute;
  top: 0;
  left: 0;
}
.o-simple-push--cases .o-simple-push__image {
  width: 100%;
  height: 72vh;
  position: relative;
  margin-bottom: 20px;
}
.o-simple-push--cases .o-simple-push__copy {
  padding: 0vw 0 4vw 8.3vw;
}
.o-simple-push--cases .o-simple-push__copy:before {
  top: -6vw;
  right: 29vw;
}
.o-simple-push--cases .o-simple-push__copy .copy, .o-simple-push--cases .o-simple-push__copy .footer-newsletter .hbspt-form .hs-richtext, .footer-newsletter .hbspt-form .o-simple-push--cases .o-simple-push__copy .hs-richtext {
  width: 80%;
}
@media screen and (max-width: 700px) {
  .o-simple-push__copy {
    padding: 4vw 8.3vw 8vw;
  }
  .o-simple-push__copy .title-subhead {
    position: absolute;
    top: 8vw;
    margin: 0;
    left: 12vw;
  }
  .o-simple-push__image {
    width: 100%;
    height: 50vh;
    position: relative;
  }
  .o-simple-push__image img {
    width: 100%;
    height: 100%;
  }
  .o-simple-push--cases.o-simple-push {
    padding-top: 0vw;
  }
  .o-simple-push--cases .o-simple-push__image {
    width: 100%;
    height: 35vh;
  }
  .o-simple-push--cases .o-simple-push__copy {
    padding: 0 5% 0 5%;
    width: 90%;
  }
  .o-simple-push--cases .o-simple-push__copy .copy, .o-simple-push--cases .o-simple-push__copy .footer-newsletter .hbspt-form .hs-richtext, .footer-newsletter .hbspt-form .o-simple-push--cases .o-simple-push__copy .hs-richtext {
    width: 100%;
  }
  .o-simple-push--cases .o-simple-push__copy .copy--md {
    margin-top: 2rem;
  }
}

.o-simple-push.edito_image_right .image_wrapper {
  right: 0;
}
.o-simple-push.edito_image_right .text_wrapper {
  padding: 5vw 50vw 5vw 8.3vw;
}
@media screen and (max-width: 700px) {
  .o-simple-push.edito_image_right .text_wrapper {
    padding-right: 8.3vw;
  }
}

.animated-div {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.animated-div.visible {
  opacity: 1;
  transform: translateY(0);
}

/* WAMI */
.o-simple-push--bandeau .o-simple-push__image {
  display: flex;
  align-items: end;
  justify-content: center;
  height: 76%;
}

.o-simple-push--bandeau .o-simple-push__image img {
  height: 21vw;
}

.o-simple-push--bandeau .o-simple-push__copy {
  padding: 10vw 13.3vw 10vw 57.5vw;
}

@media screen and (max-width: 700px) {
  .o-simple-push--bandeau .o-simple-push__image img {
    width: 50%;
    height: 100%;
  }

  .o-simple-push--bandeau .o-simple-push__copy {
    padding: 10vw 12vw 12vw;
  }
}
.pushlist--card {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.pushlist--card .push {
  width: 50%;
}
@media screen and (max-width: 700px) {
  .pushlist--card {
    flex-direction: column;
  }
  .pushlist--card .push {
    width: 100%;
  }
}
.pushlist--block {
  flex-direction: column;
}

.kpilist {
  display: flex;
  flex-direction: row;
  border: 2px solid var(--new-noir);
  border-right: 0;
  margin-bottom: 2vw;
}
@media screen and (max-width: 700px) {
  .kpilist {
    flex-direction: column;
  }
}

.post-content .image_text_wrapper {
  position: relative;
  display: flex;
}
.post-content .image_text_wrapper .image_wrapper {
  overflow: hidden;
  position: absolute;
  width: 40vw;
  height: auto;
  z-index: 11;
}
.post-content .image_text_wrapper .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.post-content .image_text_wrapper.image-container {
  overflow: hidden;
}
.post-content .image_text_wrapper.image-container img.animated-image {
  width: 100%;
  transition: transform 0.1s ease-out;
  position: absolute;
  top: 0;
  left: 0;
}
.post-content .image_text_wrapper .text_wrapper {
  margin-top: 30vw;
  position: relative;
  padding: 5vw 0vw 10vw 45vw;
  z-index: 10;
}
.post-content .image_text_wrapper .text_wrapper .text_spacer .decalage {
  margin-left: 4.5vw;
}
.post-content .image_text_wrapper .text_wrapper .text_spacer h2 {
  padding: 1vw 0;
  font-size: 3vw;
  line-height: 3.4vw;
  white-space: break-spaces;
  margin-bottom: 2vw;
}
.post-content .image_text_wrapper .text_wrapper .text_spacer p {
  width: 85%;
  font-size: 1.2vw;
  line-height: 2vw;
  margin-bottom: 1.5vw;
}
.post-content .image_text_wrapper .text_wrapper .text_spacer a {
  color: var(--text-main-color);
  text-decoration: underline;
}
.post-content .image_text_wrapper .text_wrapper .text_spacer ul {
  width: 85%;
  list-style: disc;
  margin: 10px 15px;
}
.post-content .image_text_wrapper .text_wrapper .text_spacer ul li {
  font-size: 1.2vw;
  line-height: 2vw;
  margin: 10px auto;
}
@media screen and (max-width: 700px) {
  .post-content .image_text_wrapper .text_wrapper .text_spacer ul li {
    line-height: 1.2rem;
    font-size: 0.8rem;
  }
}
.post-content .image_text_wrapper.image_right .image_wrapper {
  right: 0;
}
.post-content .image_text_wrapper.image_right .text_wrapper {
  padding: 5vw 42vw 5vw 0vw;
}
@media screen and (max-width: 700px) {
  .post-content .image_text_wrapper {
    flex-direction: column;
  }
  .post-content .image_text_wrapper.image_right {
    flex-direction: column;
  }
  .post-content .image_text_wrapper.image_right .text_wrapper {
    margin-top: 0;
    width: 100%;
    padding: 0;
  }
  .post-content .image_text_wrapper .image_wrapper {
    width: 100%;
    height: auto;
    position: relative;
  }
  .post-content .image_text_wrapper .image_wrapper img {
    width: 100%;
    height: auto;
  }
  .post-content .image_text_wrapper .text_wrapper {
    margin-top: 0;
    width: 100%;
    padding: 0;
  }
  .post-content .image_text_wrapper .text_wrapper .text_spacer h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .post-content .image_text_wrapper .text_wrapper .text_spacer .decalage {
    margin-left: 36px;
  }
  .post-content .image_text_wrapper .text_wrapper .text_spacer p {
    width: 100%;
    line-height: 1.2rem;
    font-size: 0.8rem;
  }
}

.squarepush-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 82%;
  margin: auto;
  margin-bottom: 4vw;
}
@media screen and (max-width: 700px) {
  .squarepush-list {
    flex-direction: row;
  }
}
.squarepush-list .squarepush {
  width: 50%;
  box-sizing: border-box;
  flex-grow: unset;
  padding: 4vw;
}
.squarepush-list .squarepush:first-child {
  flex-grow: 1;
  width: 50%;
}
.squarepush-list--md.owl-carousel.edito-part {
  padding-top: 4vw;
}
@media screen and (max-width: 700px) {
  .squarepush-list--md.owl-carousel.edito-part {
    margin-top: 15vw;
  }
}
.squarepush-list--md.owl-carousel .owl-nav {
  position: absolute;
  top: 0;
  right: 1vw;
  transform: translateY(-50%);
}
.squarepush-list--md.owl-carousel .owl-nav button {
  display: inline-block;
  width: 3vw;
  height: 3vw;
  line-height: 3vw;
  text-align: center;
  margin-left: 0.5vw;
  color: var(--text-main-color-reverse);
  background-color: var(--bg-main-color-reserse);
}
@media screen and (max-width: 700px) {
  .squarepush-list--md.owl-carousel .owl-nav {
    right: 0;
  }
  .squarepush-list--md.owl-carousel .owl-nav button {
    width: 8vw;
    height: 8vw;
    line-height: 8vw;
  }
}
.squarepush-list--md .squarepush {
  width: 30%;
  flex-grow: 1;
  justify-content: flex-start;
  padding: 3vw;
}
.squarepush-list--md .squarepush:first-child {
  flex-grow: 1;
  width: 30%;
}
.squarepush-list--jobs .squarepush {
  width: calc(30% - 5vw);
  flex-grow: 1;
  justify-content: flex-start;
  margin: 0 5vw 5vw 0;
  padding: 0;
}
.squarepush-list--jobs .squarepush:first-child {
  flex-grow: 1;
  width: calc(30% - 5vw);
}
.squarepush-list--image_bg.owl-carousel.edito-part {
  padding-top: 4vw;
}
@media screen and (max-width: 700px) {
  .squarepush-list--image_bg.owl-carousel.edito-part {
    margin-top: 15vw;
  }
}
.squarepush-list--image_bg.owl-carousel .owl-nav {
  position: absolute;
  top: 0;
  right: 1vw;
  transform: translateY(-50%);
}
.squarepush-list--image_bg.owl-carousel .owl-nav button {
  display: inline-block;
  width: 3vw;
  height: 3vw;
  line-height: 3vw;
  text-align: center;
  margin-left: 0.5vw;
  color: var(--text-main-color-reverse);
  background-color: var(--bg-main-color-reserse);
}
@media screen and (max-width: 700px) {
  .squarepush-list--image_bg.owl-carousel .owl-nav {
    right: 0;
  }
  .squarepush-list--image_bg.owl-carousel .owl-nav button {
    width: 8vw;
    height: 8vw;
    line-height: 8vw;
  }
}
.squarepush-list--image_bg .squarepush {
  width: 30%;
  flex-grow: 1;
  position: relative;
  height: 30vw;
  overflow: hidden;
  justify-content: flex-end;
  background: #000;
  margin: 1vw;
  padding: 0;
}
.squarepush-list--image_bg .squarepush:first-child {
  flex-grow: 1;
  width: 30%;
}
.squarepush-list--image_bg .squarepush img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgb(0, 0, 0));
  -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgb(0, 0, 0));
  margin: 0;
}
.squarepush-list--image_bg .squarepush .title, .squarepush-list--image_bg .squarepush .page-template-default .post-content h4, .page-template-default .post-content .squarepush-list--image_bg .squarepush h4, .squarepush-list--image_bg .squarepush .page-template-default .post-content h3, .page-template-default .post-content .squarepush-list--image_bg .squarepush h3, .squarepush-list--image_bg .squarepush .page-template-default .post-content h2, .page-template-default .post-content .squarepush-list--image_bg .squarepush h2 {
  width: auto;
}
.squarepush-list--image_bg .squarepush h2 {
  padding: 0 2vw;
  z-index: 1;
  color: #fff;
}
.squarepush-list--image_bg .squarepush h3 {
  padding: 1vw 2vw;
  z-index: 1;
  color: #fff;
}
.squarepush-list--image_bg .squarepush .copy, .squarepush-list--image_bg .squarepush .footer-newsletter .hbspt-form .hs-richtext, .footer-newsletter .hbspt-form .squarepush-list--image_bg .squarepush .hs-richtext {
  padding: 0vw 2vw 2vw 2vw;
  z-index: 1;
  color: #fff;
}
.squarepush-list--image_bg .squarepush .cta-list {
  padding: 0vw 2vw 2vw 2vw;
  z-index: 1;
  color: #fff;
}
.squarepush-list--image_bg .squarepush .cta-list .button, .squarepush-list--image_bg .squarepush .cta-list .home #ff-stream-1 .ff-btn, .home #ff-stream-1 .squarepush-list--image_bg .squarepush .cta-list .ff-btn, .squarepush-list--image_bg .squarepush .cta-list .header .pll-switcher-select, .header .squarepush-list--image_bg .squarepush .cta-list .pll-switcher-select, .squarepush-list--image_bg .squarepush .cta-list .nav-menu .pll-switcher-select, .nav-menu .squarepush-list--image_bg .squarepush .cta-list .pll-switcher-select, .squarepush-list--image_bg .squarepush .cta-list .footer-newsletter .hbspt-form .hs-button, .footer-newsletter .hbspt-form .squarepush-list--image_bg .squarepush .cta-list .hs-button, .squarepush-list--image_bg .squarepush .cta-list .footer .pll-switcher-select, .footer .squarepush-list--image_bg .squarepush .cta-list .pll-switcher-select, .squarepush-list--image_bg .squarepush .cta-list .card--reference .card_cover span, .card--reference .card_cover .squarepush-list--image_bg .squarepush .cta-list span {
  color: #000;
}
.squarepush-list--image_bg_blanc .squarepush {
  width: 30%;
  flex-grow: 1;
  position: relative;
  height: 30vw;
  overflow: hidden;
  justify-content: flex-end;
  background: #FFF;
  margin: 1vw;
  padding: 0;
}
.squarepush-list--image_bg_blanc .squarepush:first-child {
  flex-grow: 1;
  width: 30%;
}
.squarepush-list--image_bg_blanc .squarepush img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgb(0, 0, 0));
  -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgb(0, 0, 0));
  margin: 0;
}
.squarepush-list--image_bg_blanc .squarepush .title, .squarepush-list--image_bg_blanc .squarepush .page-template-default .post-content h4, .page-template-default .post-content .squarepush-list--image_bg_blanc .squarepush h4, .squarepush-list--image_bg_blanc .squarepush .page-template-default .post-content h3, .page-template-default .post-content .squarepush-list--image_bg_blanc .squarepush h3, .squarepush-list--image_bg_blanc .squarepush .page-template-default .post-content h2, .page-template-default .post-content .squarepush-list--image_bg_blanc .squarepush h2 {
  width: auto;
}
.squarepush-list--image_bg_blanc .squarepush h2 {
  padding: 0 2vw;
  z-index: 1;
  color: #000;
}
.squarepush-list--image_bg_blanc .squarepush h3 {
  padding: 1vw 2vw;
  z-index: 1;
  color: #000;
}
.squarepush-list--image_bg_blanc .squarepush .copy, .squarepush-list--image_bg_blanc .squarepush .footer-newsletter .hbspt-form .hs-richtext, .footer-newsletter .hbspt-form .squarepush-list--image_bg_blanc .squarepush .hs-richtext {
  padding: 0vw 2vw 2vw 2vw;
  z-index: 1;
  color: #000;
}
.squarepush-list--image_bg_blanc .squarepush .cta-list {
  padding: 0vw 2vw 2vw 2vw;
  z-index: 1;
  color: #fff;
}
.squarepush-list--image_bg_blanc .squarepush .cta-list .button, .squarepush-list--image_bg_blanc .squarepush .cta-list .home #ff-stream-1 .ff-btn, .home #ff-stream-1 .squarepush-list--image_bg_blanc .squarepush .cta-list .ff-btn, .squarepush-list--image_bg_blanc .squarepush .cta-list .header .pll-switcher-select, .header .squarepush-list--image_bg_blanc .squarepush .cta-list .pll-switcher-select, .squarepush-list--image_bg_blanc .squarepush .cta-list .nav-menu .pll-switcher-select, .nav-menu .squarepush-list--image_bg_blanc .squarepush .cta-list .pll-switcher-select, .squarepush-list--image_bg_blanc .squarepush .cta-list .footer-newsletter .hbspt-form .hs-button, .footer-newsletter .hbspt-form .squarepush-list--image_bg_blanc .squarepush .cta-list .hs-button, .squarepush-list--image_bg_blanc .squarepush .cta-list .footer .pll-switcher-select, .footer .squarepush-list--image_bg_blanc .squarepush .cta-list .pll-switcher-select, .squarepush-list--image_bg_blanc .squarepush .cta-list .card--reference .card_cover span, .card--reference .card_cover .squarepush-list--image_bg_blanc .squarepush .cta-list span {
  color: #000;
}
@media screen and (max-width: 700px) {
  .squarepush-list--md .squarepush, .squarepush-list--md .squarepush:first-child,
.squarepush-list .squarepush, .squarepush-list .squarepush:first-child {
    width: 100%;
    height: auto;
    min-height: 50vh;
  }
  .squarepush-list--md .squarepush h2, .squarepush-list--md .squarepush:first-child h2,
.squarepush-list .squarepush h2, .squarepush-list .squarepush:first-child h2 {
    font-size: clamp(22px, 2.2vw, 32px);
    line-height: 115%;
    padding: 0 5vw;
  }
  .squarepush-list--md .squarepush h3, .squarepush-list--md .squarepush:first-child h3,
.squarepush-list .squarepush h3, .squarepush-list .squarepush:first-child h3 {
    padding: 0 5vw;
  }
  .squarepush-list--md .squarepush .copy, .squarepush-list--md .squarepush .footer-newsletter .hbspt-form .hs-richtext, .footer-newsletter .hbspt-form .squarepush-list--md .squarepush .hs-richtext, .squarepush-list--md .squarepush:first-child .copy,
.squarepush-list .squarepush .copy,
.squarepush-list .squarepush .footer-newsletter .hbspt-form .hs-richtext,
.footer-newsletter .hbspt-form .squarepush-list .squarepush .hs-richtext, .squarepush-list .squarepush:first-child .copy {
    padding: 0 5vw;
    padding-bottom: 20px;
    width: 85%;
  }
  .squarepush-list--md .squarepush .cta-list, .squarepush-list--md .squarepush:first-child .cta-list,
.squarepush-list .squarepush .cta-list, .squarepush-list .squarepush:first-child .cta-list {
    padding: 0 5vw;
  }
  .squarepush-list--md .squarepush h2, .squarepush-list--md .squarepush:first-child h2,
.squarepush-list .squarepush h2, .squarepush-list .squarepush:first-child h2 {
    font-size: clamp(22px, 2.2vw, 32px);
    line-height: 115%;
    padding: 0 5vw;
  }
}

.cardlist-spacer {
  padding: 0 3.3vw;
  margin-bottom: 6vw;
  margin: 0 auto;
  width: 82%;
  /*
  .cardlist-title{
    white-space: break-spaces;
  }
  */
}
.cardlist-spacer .references_cta {
  text-align: center;
}
@media screen and (max-width: 700px) {
  .cardlist-spacer {
    width: auto;
    padding: 0 5%;
  }
}

.home .cardlist-spacer {
  margin-bottom: 0;
}

.page-template-tpl-cases .cardlist-spacer {
  margin-bottom: 0;
  background: #fff;
  position: relative;
}

.cardlist {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 2vw 0 4vw 0;
  margin: 0 auto;
  column-gap: 4vw;
  row-gap: 4vw;
  column-gap: 1.5vw;
  row-gap: 1.5vw;
}
.cardlist.loading {
  opacity: 0.3;
  pointer-events: none;
}
.cardlist.loading .card {
  transition: 0;
}
.cardlist.loading .card a .card_cover {
  transition: 0;
  background-color: var(--bg-60-color);
}
.cardlist.loading .card a .card_cover img {
  transition: 0;
  opacity: 0;
}
.cardlist.loading .card .title a, .cardlist.loading .card .page-template-default .post-content h4 a, .page-template-default .post-content .cardlist.loading .card h4 a, .cardlist.loading .card .page-template-default .post-content h3 a, .page-template-default .post-content .cardlist.loading .card h3 a, .cardlist.loading .card .page-template-default .post-content h2 a, .page-template-default .post-content .cardlist.loading .card h2 a,
.cardlist.loading .card .expertises .inter,
.cardlist.loading .card .expertises .form .wpcf7 p label,
.form .wpcf7 p .cardlist.loading .card .expertises label {
  transition: 0;
  color: var(--bg-60-color);
  background: var(--bg-60-color);
}
.cardlist .card {
  flex-grow: 1;
  width: 49%;
  max-width: 50%;
}
.cardlist .card.reference-lg {
  width: 100%;
  max-width: 100%;
  position: relative;
}
.cardlist .card.reference-lg .card_cover {
  padding-top: 45%;
  height: auto;
}
.cardlist .card.reference-lg .card_cover span {
  position: relative;
  z-index: 2;
  transform: translateY(-60%);
  width: 220px;
}
.cardlist .card.reference-lg .card_copy {
  width: 92%;
  padding: 3% 4% 8% 4%;
  position: absolute;
  bottom: 10px;
  background: rgba(28, 28, 28, 0.6);
}
.cardlist .card.reference-lg .card_copy .zonelist li {
  color: #fff;
  font-size: 1.4vw;
}
@media screen and (max-width: 700px) {
  .cardlist .card.reference-lg .card_copy .zonelist li {
    font-size: 12px;
  }
}
.cardlist .card.reference-lg .card_copy .title, .cardlist .card.reference-lg .card_copy .page-template-default .post-content h4, .page-template-default .post-content .cardlist .card.reference-lg .card_copy h4, .cardlist .card.reference-lg .card_copy .page-template-default .post-content h3, .page-template-default .post-content .cardlist .card.reference-lg .card_copy h3, .cardlist .card.reference-lg .card_copy .page-template-default .post-content h2, .page-template-default .post-content .cardlist .card.reference-lg .card_copy h2 {
  border-color: transparent;
}
.cardlist .card.reference-lg .card_copy .title a, .cardlist .card.reference-lg .card_copy .page-template-default .post-content h4 a, .page-template-default .post-content .cardlist .card.reference-lg .card_copy h4 a, .cardlist .card.reference-lg .card_copy .page-template-default .post-content h3 a, .page-template-default .post-content .cardlist .card.reference-lg .card_copy h3 a, .cardlist .card.reference-lg .card_copy .page-template-default .post-content h2 a, .page-template-default .post-content .cardlist .card.reference-lg .card_copy h2 a {
  color: #fff;
  font-size: 3vw;
  line-height: 3.6vw;
}
@media screen and (max-width: 700px) {
  .cardlist .card.reference-lg .card_copy .title a, .cardlist .card.reference-lg .card_copy .page-template-default .post-content h4 a, .page-template-default .post-content .cardlist .card.reference-lg .card_copy h4 a, .cardlist .card.reference-lg .card_copy .page-template-default .post-content h3 a, .page-template-default .post-content .cardlist .card.reference-lg .card_copy h3 a, .cardlist .card.reference-lg .card_copy .page-template-default .post-content h2 a, .page-template-default .post-content .cardlist .card.reference-lg .card_copy h2 a {
    font-size: 16px;
    line-height: 18px;
  }
}
.cardlist .card.reference-lg .card_copy .expertises li a {
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.cardlist--lg {
  column-gap: 4vw;
  row-gap: 7vw;
}
.cardlist--lg .card {
  flex-grow: 1;
  width: 40%;
  max-width: 50%;
}
@media screen and (max-width: 700px) {
  .cardlist, .cardlist--lg {
    flex-direction: column;
    row-gap: 5vw;
    margin-right: 0;
  }
  .cardlist .card, .cardlist--lg .card {
    width: 100%;
    max-width: none;
  }
}

.country-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 4vw;
  column-gap: 2vw;
  margin: 0 8.3vw;
  padding-bottom: 8.3vw;
}
.country-list .country-card {
  display: flex;
  flex-grow: 1;
  width: 30%;
}
.country-list .country-card .country-first-letter {
  min-width: 3vw;
  padding-right: 1.3vw;
  margin-right: 1.3vw;
  border-right: 1px solid var(--text-main-color);
}
.country-list .country-card ul {
  align-content: center;
}
.country-list .country-card ul li {
  margin-bottom: 0.8vw;
}
.country-list .country-card ul li:nth-child(1) {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 700px) {
  .country-list {
    flex-direction: column;
    margin-bottom: 3vw;
  }
  .country-list .country-card {
    width: 100%;
  }
  .country-list .country-card .country-first-letter {
    max-width: 10vw;
    margin-left: 11.5vw;
    margin-right: 5vw;
  }
  .country-list .country-card ul li {
    margin-bottom: 4vw;
  }
  .country-list .country-card ul li .button, .country-list .country-card ul li .home #ff-stream-1 .ff-btn, .home #ff-stream-1 .country-list .country-card ul li .ff-btn, .country-list .country-card ul li .header .pll-switcher-select, .header .country-list .country-card ul li .pll-switcher-select, .country-list .country-card ul li .nav-menu .pll-switcher-select, .nav-menu .country-list .country-card ul li .pll-switcher-select, .country-list .country-card ul li .footer-newsletter .hbspt-form .hs-button, .footer-newsletter .hbspt-form .country-list .country-card ul li .hs-button, .country-list .country-card ul li .footer .pll-switcher-select, .footer .country-list .country-card ul li .pll-switcher-select, .country-list .country-card ul li .card--reference .card_cover span, .card--reference .card_cover .country-list .country-card ul li span {
    font-size: 5vw;
    line-height: 5vw;
  }
  .country-list .country-card ul li .button.button--ghost .icon, .country-list .country-card ul li .home #ff-stream-1 .button--ghost.ff-btn .icon, .home #ff-stream-1 .country-list .country-card ul li .button--ghost.ff-btn .icon, .country-list .country-card ul li .header .button--ghost.pll-switcher-select .icon, .header .country-list .country-card ul li .button--ghost.pll-switcher-select .icon, .country-list .country-card ul li .nav-menu .button--ghost.pll-switcher-select .icon, .nav-menu .country-list .country-card ul li .button--ghost.pll-switcher-select .icon, .country-list .country-card ul li .footer-newsletter .hbspt-form .button--ghost.hs-button .icon, .footer-newsletter .hbspt-form .country-list .country-card ul li .button--ghost.hs-button .icon, .country-list .country-card ul li .footer .button--ghost.pll-switcher-select .icon, .footer .country-list .country-card ul li .button--ghost.pll-switcher-select .icon, .country-list .country-card ul li .card--reference .card_cover span.button--ghost .icon, .card--reference .card_cover .country-list .country-card ul li span.button--ghost .icon {
    width: 4vw;
    height: 4vw;
  }
}

.talentlist {
  width: 100%;
  padding: 0vw 8.3vw 4vw 8.3vw;
  margin: 0;
  box-sizing: border-box;
  overflow: hidden;
}
.talentlist .title, .talentlist .page-template-default .post-content h4, .page-template-default .post-content .talentlist h4, .talentlist .page-template-default .post-content h3, .page-template-default .post-content .talentlist h3, .talentlist .page-template-default .post-content h2, .page-template-default .post-content .talentlist h2 {
  white-space: normal;
}
.talentlist > .title-md, .talentlist > .title-markee {
  margin-bottom: 2vw;
}
@media screen and (max-width: 700px) {
  .talentlist {
    padding: 0 5% 5% 5%;
  }
}
.talentlist .talents-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  row-gap: 1.5vw;
  column-gap: 1.5vw;
  margin-bottom: 6vw;
}
.talentlist .talents-container .card-talent {
  width: 20%;
  flex-grow: 1;
  max-width: 24%;
}
@media screen and (max-width: 700px) {
  .talentlist .talents-container {
    flex-direction: row;
  }
  .talentlist .talents-container .card-talent {
    width: 100%;
    max-width: 48%;
  }
}
.talentlist .talents-carousel .owl-nav {
  position: absolute;
  top: 0;
  right: 1vw;
  transform: translateY(-50%);
}
.talentlist .talents-carousel .owl-nav button {
  display: inline-block;
  width: 3vw;
  height: 3vw;
  line-height: 3vw;
  text-align: center;
  margin-left: 0.5vw;
  color: var(--text-main-color-reverse);
  background-color: var(--bg-main-color-reserse);
}
@media screen and (max-width: 700px) {
  .talentlist .talents-carousel .owl-nav {
    right: 5vw;
  }
  .talentlist .talents-carousel .owl-nav button {
    width: 8vw;
    height: 8vw;
    line-height: 8vw;
  }
}
.talentlist--markee > .title.title-markee, .page-template-default .post-content .talentlist--markee > h4.title-markee, .page-template-default .post-content .talentlist--markee > h3.title-markee, .page-template-default .post-content .talentlist--markee > h2.title-markee {
  transform: translateX(-8.3vw);
  width: 100vw;
}
@media screen and (max-width: 700px) {
  .talentlist--markee > .title.title-markee, .page-template-default .post-content .talentlist--markee > h4.title-markee, .page-template-default .post-content .talentlist--markee > h3.title-markee, .page-template-default .post-content .talentlist--markee > h2.title-markee {
    margin-bottom: 6vw;
  }
}
.talentlist--markee > .title.title-subhead, .page-template-default .post-content .talentlist--markee > h4.title-subhead, .page-template-default .post-content .talentlist--markee > h3.title-subhead, .page-template-default .post-content .talentlist--markee > h2.title-subhead {
  margin-left: auto;
  margin-right: auto;
}

.list-testimony {
  padding: 5vw 9.3vw;
}
.list-testimony > .copy, .footer-newsletter .hbspt-form .list-testimony > .hs-richtext, .list-testimony > .title, .page-template-default .post-content .list-testimony > h4, .page-template-default .post-content .list-testimony > h3, .page-template-default .post-content .list-testimony > h2 {
  width: 50%;
}
.list-testimony > .copy, .footer-newsletter .hbspt-form .list-testimony > .hs-richtext {
  margin-bottom: 2vw;
}
.list-testimony .testimony-carousel .owl-nav {
  position: absolute;
  top: 0;
  right: 1vw;
  transform: translateY(-50%);
}
.list-testimony .testimony-carousel .owl-nav button {
  display: inline-block;
  width: 3vw;
  height: 3vw;
  line-height: 3vw;
  text-align: center;
  margin-left: 0.5vw;
  color: var(--text-main-color-reverse);
  background-color: var(--bg-main-color-reserse);
}

.contactpush {
  display: flex;
  flex-direction: row;
  background: var(--new-blanc);
}
.contactpush .text {
  width: 50%;
  display: flex;
  flex-direction: column;
  column-gap: 2vw;
  align-items: start;
  justify-content: center;
  padding: 8.3vw;
  box-sizing: border-box;
}
.contactpush .text .title, .contactpush .text .page-template-default .post-content h4, .page-template-default .post-content .contactpush .text h4, .contactpush .text .page-template-default .post-content h3, .page-template-default .post-content .contactpush .text h3, .contactpush .text .page-template-default .post-content h2, .page-template-default .post-content .contactpush .text h2, .contactpush .text .copy, .contactpush .text .footer-newsletter .hbspt-form .hs-richtext, .footer-newsletter .hbspt-form .contactpush .text .hs-richtext {
  color: var(--always-black);
}
.contactpush .cover {
  width: 50%;
  height: 100%;
}
.contactpush .cover img {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 700px) {
  .contactpush {
    flex-direction: column;
  }
  .contactpush .text, .contactpush .cover {
    width: 100%;
    height: auto;
  }
}

.herocountry {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 3vw;
}
.herocountry .hero-banner {
  display: flex;
  flex-direction: row;
  overflow: hidden;
}
.herocountry .hero-banner .o-simple-push__image {
  width: 100%;
  height: 72vh;
  position: relative;
  /* margin-bottom: 20px; */
}
.herocountry .hero-banner .o-simple-push__image img {
  width: 105%;
  height: 105%;
  object-fit: cover;
  object-position: center center;
}
.herocountry .hero-banner .informations {
  position: absolute;
  width: 45%;
  padding: 10vw 8.3vw 0;
  box-sizing: border-box;
  z-index: 12;
  color: #FFF;
  /*
  &:before {
      content: '';
      position:absolute;
      background: transparent url("../img/bgseason3.svg") no-repeat top left;
      background-size: 28vw;
      top: 50px;
      left: 17vw;
      width: 100%;
      height: 100%;
      z-index: -1;
      transform: translateY(var(--parallax-offset, 0px));
      transition: transform 0.2s ease-out;
  }


  @include mobileScreen{
      &:before {
          background-size: 40vw;
          top: 96vw;
          left: auto;
          right: 0vw;
          background-position-x:right;
      }
  }
  */
}
.herocountry .hero-banner .informations .title, .herocountry .hero-banner .informations .page-template-default .post-content h4, .page-template-default .post-content .herocountry .hero-banner .informations h4, .herocountry .hero-banner .informations .page-template-default .post-content h3, .page-template-default .post-content .herocountry .hero-banner .informations h3, .herocountry .hero-banner .informations .page-template-default .post-content h2, .page-template-default .post-content .herocountry .hero-banner .informations h2, .herocountry .hero-banner .informations .copy, .herocountry .hero-banner .informations .footer-newsletter .hbspt-form .hs-richtext, .footer-newsletter .hbspt-form .herocountry .hero-banner .informations .hs-richtext {
  color: #FFF;
}
.herocountry .hero-banner .informations #js-timezone {
  margin-bottom: 0;
}
.herocountry .hero-banner .informations .backtomap {
  position: absolute;
  top: 10vw;
  left: 8.3vw;
}
.herocountry .hero-banner .informations .title.title-subhead, .herocountry .hero-banner .informations .page-template-default .post-content h4.title-subhead, .page-template-default .post-content .herocountry .hero-banner .informations h4.title-subhead, .herocountry .hero-banner .informations .page-template-default .post-content h3.title-subhead, .page-template-default .post-content .herocountry .hero-banner .informations h3.title-subhead, .herocountry .hero-banner .informations .page-template-default .post-content h2.title-subhead, .page-template-default .post-content .herocountry .hero-banner .informations h2.title-subhead {
  font-size: 3vw;
  line-height: 4vw;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 0;
}
.herocountry .hero-banner .informations .title-markee {
  width: 100vw;
  font-size: 6vw;
  line-height: 7vw;
  margin-bottom: 3vw;
  margin-left: 4.3vw;
}
[data-theme=light] .herocountry .hero-banner .informations .title-markee, [data-theme=light] .herocountry .hero-banner .informations .title-markee .segment {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: var(--g-h_viandes);
}
.herocountry .hero-banner .informations .desklist {
  display: block;
  margin-bottom: 1vw;
}
.herocountry .hero-banner .informations .desklist::after {
  content: "";
  display: table;
  clear: both;
}
.herocountry .hero-banner .informations .desklist li {
  display: block;
  float: left;
  margin-right: 0.8vw;
  margin-bottom: 0.8vw;
}
.herocountry .hero-banner .informations .copy, .herocountry .hero-banner .informations .footer-newsletter .hbspt-form .hs-richtext, .footer-newsletter .hbspt-form .herocountry .hero-banner .informations .hs-richtext {
  margin-bottom: 2vw;
}
.herocountry .hero-banner .informations .copy b, .herocountry .hero-banner .informations .footer-newsletter .hbspt-form .hs-richtext b, .footer-newsletter .hbspt-form .herocountry .hero-banner .informations .hs-richtext b, .herocountry .hero-banner .informations .copy strong, .herocountry .hero-banner .informations .footer-newsletter .hbspt-form .hs-richtext strong, .footer-newsletter .hbspt-form .herocountry .hero-banner .informations .hs-richtext strong {
  font-weight: 600;
}
.herocountry .hero-banner .informations .copy a, .herocountry .hero-banner .informations .footer-newsletter .hbspt-form .hs-richtext a, .footer-newsletter .hbspt-form .herocountry .hero-banner .informations .hs-richtext a, .herocountry .hero-banner .informations .copy a[href^=tel] {
  text-decoration: underline;
  color: var(--laterre);
}
.herocountry .hero-banner .extras {
  position: relative;
  width: 55%;
  z-index: 1;
}
.herocountry .hero-banner .extras .cover {
  width: 100%;
  height: 100vh;
}
.herocountry .hero-banner .extras .cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.herocountry .hero-banner .extras .expertises {
  padding-right: 4.15vw;
}
.herocountry .hero-banner .extras .expertises li {
  text-align: center;
  padding: 2vw;
  border: 1px solid var(--bg-60-color);
  border-bottom: 0;
}
.herocountry .hero-banner .extras .expertises li:last-child {
  border-bottom: 1px solid var(--bg-60-color);
}
.herocountry .hero-desc {
  padding: 2vw 0 0vw 8.3vw;
}
.herocountry .hero-desc .desc-wrapper {
  width: 55vw;
}
.herocountry .hero-desc .desc-wrapper .decalage {
  margin-left: 4.5vw;
}
@media screen and (max-width: 700px) {
  .herocountry {
    flex-direction: column;
    padding-bottom: 8vw;
  }
  .herocountry .hero-banner {
    flex-direction: column-reverse;
    height: 90vw;
  }
  .herocountry .extras {
    width: 100% !important;
    height: 55vh;
    position: absolute;
    top: 0;
    left: 0;
  }
  .herocountry .extras .cover {
    height: 100%;
  }
  .herocountry .extras .cover::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--always-black);
    opacity: 0.4;
  }
  .herocountry .extras .expertises {
    display: none;
  }
  .herocountry .informations {
    width: auto !important;
    padding: 0 !important;
    margin: 6vw 8.3vw 10vw 8.3vw;
  }
  .herocountry .informations .wheel-cta {
    position: relative;
    left: auto;
    top: auto;
    margin-bottom: 4vw;
  }
  .herocountry .informations .title-markee {
    margin-bottom: 6vw;
  }
  .herocountry .informations .copy, .herocountry .informations .footer-newsletter .hbspt-form .hs-richtext, .footer-newsletter .hbspt-form .herocountry .informations .hs-richtext {
    margin-bottom: 5vw;
    margin-right: 8vw;
  }
  .herocountry .hero-desc {
    padding: 0 !important;
    margin: 25vw 2vw 8vw 8.3vw;
  }
  .herocountry .hero-desc .desc-wrapper {
    width: 100% !important;
  }
  .herocountry .hero-desc .desc-wrapper h2 {
    white-space: normal;
  }
}

.herotalent {
  display: flex;
  flex-direction: row;
  height: 100vh;
  margin-bottom: 6vw;
}
.herotalent__copy {
  padding: 8.3vw;
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.herotalent__copy .title, .herotalent__copy .page-template-default .post-content h4, .page-template-default .post-content .herotalent__copy h4, .herotalent__copy .page-template-default .post-content h3, .page-template-default .post-content .herotalent__copy h3, .herotalent__copy .page-template-default .post-content h2, .page-template-default .post-content .herotalent__copy h2 {
  width: 80%;
}
.herotalent__copy .copy, .herotalent__copy .footer-newsletter .hbspt-form .hs-richtext, .footer-newsletter .hbspt-form .herotalent__copy .hs-richtext {
  width: 80%;
}
.herotalent__cover {
  position: relative;
  width: 55%;
  height: 100%;
}
.herotalent__cover.bg--viandes {
  background: var(--g-v_viandes);
}
.herotalent__cover.bg--fruits {
  background: var(--g-v_fruits);
}
.herotalent__cover.bg--soft {
  background: var(--g-v_soft);
}
.herotalent__cover.bg--mer {
  background: var(--g-v_mer);
}
.herotalent__cover.bg--spiritueux {
  background: var(--g-v_spiritueux);
}
.herotalent__cover.bg--lait {
  background: var(--g-v_lait);
}
.herotalent__cover img {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 90%;
  width: 100%;
  object-fit: contain;
  object-position: bottom left;
  transform: translateX(-8vw);
}
@media screen and (max-width: 700px) {
  .herotalent {
    flex-direction: column-reverse;
    height: auto;
  }
  .herotalent__copy, .herotalent__cover {
    width: 100%;
    box-sizing: border-box;
  }
  .herotalent__copy .copy, .herotalent__copy .footer-newsletter .hbspt-form .hs-richtext, .footer-newsletter .hbspt-form .herotalent__copy .hs-richtext {
    width: 100%;
  }
  .herotalent__cover {
    height: 70vw;
  }
  .herotalent__cover img {
    transform: none;
    height: 80%;
    object-position: bottom center;
  }
}

.cardlist-cta {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 6vw;
}

.filtres-cases {
  padding: 0 10vw 0 10vw;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}
.filtres-cases .button--main {
  margin-left: 0;
  cursor: pointer;
}
.filtres-cases .form-search.filtre-item input {
  background: none;
  font-family: "GT America Standard", helvetica, arial, sans-serif;
  color: var(--text-main-color);
  font-weight: 700;
  padding: 2vw 3vw;
}
.filtres-cases .filtre-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}
.filtres-cases .filtre-item .btn-submit, .filtres-cases .filtre-item .js-filter {
  cursor: pointer;
}
.filtres-cases .filtre-item {
  border-right: 1px solid var(--text-main-color);
}
.filtres-cases .filtre-item:first-child {
  border-left: 1px solid var(--text-main-color);
}
.filtres-cases .filtre-item:last-child {
  border-right: 0;
}
@media screen and (max-width: 700px) {
  .filtres-cases {
    flex-direction: column;
    margin-bottom: 5vw;
  }
  .filtres-cases .filtre-item {
    border-top: 1px solid var(--bg-60-color);
    border: 0;
  }
  .filtres-cases .filtre-item:first-child {
    border: 0;
  }
  .filtres-cases .filtre-item:last-child {
    border: 0;
  }
  .filtres-cases .filtre-item.dropdown select {
    padding: 2vw 3.5vw;
    border-left: 1px solid var(--text-main-color);
    border-bottom: 1px solid var(--text-main-color);
    border-right: 1px solid var(--text-main-color);
    font-size: 0.7em;
  }
  .filtres-cases .btn-submit, .filtres-cases .btn-submit .button, .filtres-cases .btn-submit .home #ff-stream-1 .ff-btn, .home #ff-stream-1 .filtres-cases .btn-submit .ff-btn, .filtres-cases .btn-submit .header .pll-switcher-select, .header .filtres-cases .btn-submit .pll-switcher-select, .filtres-cases .btn-submit .nav-menu .pll-switcher-select, .nav-menu .filtres-cases .btn-submit .pll-switcher-select, .filtres-cases .btn-submit .footer-newsletter .hbspt-form .hs-button, .footer-newsletter .hbspt-form .filtres-cases .btn-submit .hs-button, .filtres-cases .btn-submit .footer .pll-switcher-select, .footer .filtres-cases .btn-submit .pll-switcher-select, .filtres-cases .btn-submit .card--reference .card_cover span, .card--reference .card_cover .filtres-cases .btn-submit span {
    width: 100%;
  }
}

.presentation {
  width: 100%;
}
.presentation-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  justify-content: center;
}
@media (max-width: 600px) {
  .presentation-wrap {
    grid-template-columns: 1fr;
  }
}
.presentation-wrap .card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4vw 8vw;
  border: 1px solid var(--bg-60-color);
  font-family: "Inter", sans-serif;
  color: #fff;
}
@media (max-width: 1024px) {
  .presentation-wrap .card {
    padding: 80px 68px;
  }
}
@media (max-width: 600px) {
  .presentation-wrap .card {
    padding: 30px;
    gap: 7px;
  }
}
@media (max-width: 600px) {
  .presentation-wrap .card-mobile {
    padding-top: 60px;
  }
}
.presentation-wrap .card-entete {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 4px;
}
@media (max-width: 600px) {
  .presentation-wrap .card-entete {
    font-size: 12px;
  }
}
.presentation-wrap .card-title {
  font-weight: 700;
  font-size: 60px;
  padding-bottom: 5px;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1024px) {
  .presentation-wrap .card-title {
    font-size: 47px;
  }
}
@media (max-width: 600px) {
  .presentation-wrap .card-title {
    font-size: 40px;
    line-height: 53px;
    padding-bottom: 0;
  }
}
.presentation-wrap .card-title-soft {
  background: linear-gradient(90deg, #d0bbf9 0%, #fcec8f 100%);
}
.presentation-wrap .card-title-fruit {
  background: linear-gradient(90deg, #fbeb8f 0%, #5ec283 100%);
}
.presentation-wrap .card-title-spirit {
  background: linear-gradient(90deg, #d0bbf9 0%, #b4d5fb 100%);
}
.presentation-wrap .card-title-laitiers {
  background: linear-gradient(90deg, #b3d5fa 0%, #fcec90 100%);
}
.presentation-wrap .card-paragraphe {
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  width: 100%;
}
@media (max-width: 600px) {
  .presentation-wrap .card-paragraphe br {
    display: none;
  }
}
@media (min-width: 1441px) {
  .presentation-wrap .card-paragraphe {
    width: 70%;
  }
}
@media (max-width: 600px) {
  .presentation-wrap .card-paragraphe {
    font-size: 16px;
  }
}
.presentation-wrap .card-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.presentation-wrap .card-icon:hover {
  animation: circle-animation 1s;
}
.presentation-wrap .card-icon-champs {
  border: 2px solid #ffed80;
}
.presentation-wrap .card-icon-terre {
  border: 2px solid #20c67d;
}
.presentation-wrap .card-icon-vignes {
  border: 2px solid #d6b9ff;
}
.presentation-wrap .card-icon-mer {
  border: 2px solid #acd6ff;
}
.presentation-wrap .card-icon__svg .path-champs {
  fill: #ffed80;
}
.presentation-wrap .card-icon__svg .path-terre {
  fill: #20c67d;
}
.presentation-wrap .card-icon__svg .path-vignes {
  fill: #d6b9ff;
}
.presentation-wrap .card-icon__svg .path-mer {
  fill: #acd6ff;
}
.presentation-wrap__circle {
  position: absolute;
  align-self: center;
  justify-self: center;
  margin-top: -20px;
  animation: circle-animation 20s linear infinite;
}
@keyframes circle-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 600px) {
  .presentation-wrap__circle {
    align-self: flex-start;
    justify-self: flex-end;
    top: -55px;
    right: 30px;
    width: 30%;
  }
  .presentation-wrap__circle img {
    width: 100%;
  }
}
.presentation-bandes .card-horizontale {
  width: 100%;
  padding: 45px 0;
  border-top: 1px solid #38364B;
  background: #151420;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 50px;
  font-family: "Inter", sans-serif;
}
@media (max-width: 600px) {
  .presentation-bandes .card-horizontale {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 45px 30px;
    gap: 30px;
    width: 85%;
  }
}
.presentation-bandes .card-horizontale__txt {
  display: flex;
  flex-direction: column;
}
@media (max-width: 600px) {
  .presentation-bandes .card-horizontale__txt {
    gap: 10px;
  }
}
.presentation-bandes .card-horizontale__txt-entete {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 4px;
  color: #fff;
}
@media (max-width: 600px) {
  .presentation-bandes .card-horizontale__txt-entete {
    font-size: 12px;
  }
}
.presentation-bandes .card-horizontale__txt-title {
  font-weight: 700;
  font-size: 38px;
  line-height: 45px;
  width: 38vw;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 600px) {
  .presentation-bandes .card-horizontale__txt-title {
    font-size: 28px;
    width: 100%;
    line-height: 36px;
  }
}
.presentation-bandes .card-horizontale__txt-title-fruit {
  background: linear-gradient(90deg, #fbeb8f 0%, #5ec283 100%);
}
.presentation-bandes .card-horizontale__txt-title-spirit {
  background: linear-gradient(90deg, #d0bbf9 0%, #b4d5fb 100%);
}
.presentation-bandes .card-horizontale__txt-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.presentation-bandes .card-horizontale__txt-icon:hover {
  animation: circle-animation 1s;
}
.presentation-bandes .card-horizontale__txt-icon-terre {
  border: 2px solid #20c67d;
}
.presentation-bandes .card-horizontale__txt-icon-mer {
  border: 2px solid #acd6ff;
}
.presentation-bandes .card-horizontale__txt-icon svg .path-mer {
  fill: #acd6ff;
}
.presentation-bandes .card-horizontale__txt-icon svg .path-terre {
  fill: #20c67d;
}

.realisation {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #0B0A11;
  padding-bottom: 150px;
  overflow-x: hidden;
}
.realisation #real-txt {
  left: 58vw;
}
.realisation .pr {
  position: relative;
}
.realisation .pr .icon {
  background-size: 50%;
}
.realisation .pr::before {
  content: "Réalisations";
  width: fit-content;
}
.realisation .pr::after {
  content: "réalisations";
  width: fit-content;
}
.realisation-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 60px;
  row-gap: 118px;
  padding: 97px 120px;
  font-family: "Inter", sans-serif;
  color: #fff;
}
@media (min-width: 1441px) {
  .realisation-container {
    max-width: 63vw;
  }
}
@media (max-width: 1280px) {
  .realisation-container {
    column-gap: 40px;
    row-gap: 100px;
  }
}
@media (max-width: 600px) {
  .realisation-container {
    grid-template-columns: 1fr;
    padding: 30px;
    width: 100%;
    justify-items: center;
    row-gap: 40px;
  }
}
.realisation-container__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 34px;
}
@media (max-width: 1280px) {
  .realisation-container__card {
    width: calc(50vw - 30px - 48.5px);
  }
}
@media (max-width: 600px) {
  .realisation-container__card {
    width: calc(100% - 60px);
  }
}
.realisation-container__card-img {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 600px) {
  .realisation-container__card-img {
    display: flex;
    justify-content: center;
  }
}
.realisation-container__card-img-c {
  transition: 0.5s ease-in;
}
.realisation-container__card-img:hover img {
  transform: scale(1.1);
}
.realisation-container__card-img:hover .hover-more {
  transform: translateY(-70px);
}
.realisation-container__card-img .hover-more {
  width: 94%;
  background: url("../img/nav/nav-noise.png"), radial-gradient(ellipse at top left, #FCEC8F 0%, rgba(252, 236, 143, 0) 100%), linear-gradient(90deg, #5dc182 0%, #d0bcf9 100%);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  position: absolute;
  bottom: -70px;
  left: 0;
  font-weight: 700;
  font-size: 11px;
  color: #0B0A11;
  letter-spacing: 2px;
  transition: 0.5s ease-in;
}
.realisation-container__card-video {
  display: flex;
  justify-content: center;
  align-items: center;
}
.realisation-container__card-video::after {
  content: "";
  background-image: url("../img/realisation-img/PLAY.svg");
  background-size: contain;
  background-position: center;
  width: 102px;
  height: 102px;
  background-repeat: no-repeat;
  position: absolute;
}
.realisation-container__card-txt {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.realisation-container__card-txt hr {
  width: 100%;
}
.realisation-container__card-txt .entete {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 2px;
}
@media (max-width: 600px) {
  .realisation-container__card-txt .entete {
    font-size: 12px;
  }
}
.realisation-container__card-txt .paragraphe {
  font-weight: 400;
  font-size: 38px;
  line-height: 45px;
}
@media (max-width: 600px) {
  .realisation-container__card-txt .paragraphe {
    font-size: 24px;
    line-height: 30px;
  }
}
.realisation-container__card-txt .filters {
  display: flex;
  gap: 20px;
  margin-top: 14px;
}
.realisation-container__card-txt .filters-link {
  font-weight: 700;
  font-size: 16px;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.realisation-container__card-txt .filters-link__rp {
  background: linear-gradient(90deg, #d0bbf9 0%, #b4d5fb 100%);
}
.realisation-container__card-txt .filters-link__media {
  background: linear-gradient(90deg, #b3d5fa 0%, #fcec90 100%);
}
.realisation-container__card-txt .filters-link__digital {
  background: linear-gradient(90deg, #fbeb8f 0%, #5ec283 100%);
}
.realisation-btn {
  position: relative;
  padding: 16px 62px;
  overflow: hidden;
  background: transparent;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 11px;
  color: #0B0A11;
  letter-spacing: 2px;
  text-align: center;
  z-index: 1;
}
.realisation-btn::before {
  content: "";
  width: 200%;
  height: 100%;
  background: linear-gradient(90deg, #b3d5fa 0%, #fcec90 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.realisation-btn:hover::before {
  animation: bg-move 4s infinite;
}
@keyframes bg-move {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

.social {
  width: auto !important;
  font-family: "Inter", sans-serif;
  color: #fff;
  padding: 0 120px;
  padding-bottom: 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  border-top: 0.5px solid #acd6ff;
  border-bottom: 0.5px solid #acd6ff;
  position: relative;
}
@media (max-width: 600px) {
  .social {
    padding: 0 40px 0 20px;
  }
}
.social .owl-stage {
  overflow: hidden;
}
.social-cta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  z-index: 2;
  align-self: flex-end;
  position: absolute;
  top: -30px;
  right: 102px;
}
@media (max-width: 1440px) {
  .social-cta {
    right: 104px;
    top: -40px;
  }
}
@media (max-width: 1024px) {
  .social-cta {
    right: 120px;
  }
}
@media (max-width: 600px) {
  .social-cta {
    right: 28px;
  }
}
.social-cta__link {
  font-family: "Inter", sans-serif;
  padding: 20px;
  background: #fff;
  font-weight: 700;
  font-size: 11px;
  color: #0b0a11;
  cursor: pointer;
}
.social-cta__link-back img {
  transform: rotate(-180deg);
}
.social-feed {
  height: 600px;
}
.social-feed__wrap {
  height: 600px;
}
.social-feed__wrap-card {
  border-right: 1px solid #acd6ff;
  border-left: 1px solid #acd6ff;
  min-height: 600px !important;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.social-feed__wrap-card-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 24px;
  color: #fff;
}
.social-feed__wrap-card-header a {
  font-weight: 500;
  font-size: 12px;
  text-decoration: underline;
  color: #acd6ff;
}
.social-feed__wrap-card-img {
  width: 100%;
}
.social-feed__wrap-card-content {
  padding: 12px 24px 24px 24px;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #C6C4DE;
}

.owl-carousel .owl-stage:after {
  position: absolute;
}

.owl-carousel {
  z-index: 0 !important;
}

.home {
  padding-top: 0;
}
.home-references {
  overflow: hidden;
}
.home-references_cta {
  text-align: center;
}
.home-references .title, .home-references .page-template-default .post-content h4, .page-template-default .post-content .home-references h4, .home-references .page-template-default .post-content h3, .page-template-default .post-content .home-references h3, .home-references .page-template-default .post-content h2, .page-template-default .post-content .home-references h2 {
  padding-left: 8.3vw;
  position: inherit;
}
.home .ff-stream {
  background-color: var(--bg-main-color) !important;
}
.home #ff-stream-1 .picture-item__inner {
  color: var(--text-main-color);
  background-color: var(--bg-80-color);
}
.home #ff-stream-1 .picture-item__inner a {
  color: var(--laterre);
}
.home #ff-stream-1 .ff-overlay {
  background-color: var(--bg-60-color);
}
.home #ff-stream-1 .ff-nickname, .home #ff-stream-1 .ff-timestamp, .home #ff-stream-1 .ff-item-bar, .home #ff-stream-1 .ff-item-bar a,
.home #ff-stream-1 .ff-item h1, .home #ff-stream-1 .ff-stream-wrapper.ff-infinite .ff-nickname, .home #ff-stream-1 h4, .home #ff-stream-1-slideshow h4, .home #ff-stream-1-slideshow h4 a, .home #ff-stream-1 .ff-name, .home #ff-stream-1-slideshow .ff-name {
  color: var(--text-80-color) !important;
}
.home .pushlist--card .push--card {
  transition: 550ms cubic-bezier(0.23, 0.94, 0.79, 1.03);
}
.home .pushlist--card .push--card:nth-child(even) a {
  transition-delay: 250ms;
}
.home .pushlist--card .push--card.hide a {
  transform: translateY(2vw);
  opacity: 0;
}
.home .wheel-cta {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -5vw;
  margin-top: -5vw;
  pointer-events: none;
  z-index: 99;
}
.home .wheel-cta::after {
  background-image: url(../img/wheel-cta/sopexa-is_light.svg);
  background-repeat: no-repeat;
}
.home .wheel-cta.hide {
  animation: none;
  opacity: 0;
  transform: scale(0);
}
@media screen and (max-width: 700px) {
  .home .wheel-cta {
    margin: 0;
    left: auto;
    right: 10vw;
    top: 30vh;
  }
}
.home .ff-stream {
  margin-bottom: 4vw;
}

[data-theme=light] .home .wheel-cta::after {
  background-image: url(../img/wheel-cta/sopexa-is_dark.svg);
}

[lang=fr-FR] .home .wheel-cta::after {
  background-image: url(../img/wheel-cta/sopexa-is-fr_light.svg);
}
[lang=fr-FR][data-theme=light] .home .wheel-cta::after {
  background-image: url(../img/wheel-cta/sopexa-is-fr_dark.svg);
}

.edito-content .edito-paragraph {
  margin: 0 8.3vw 3vw;
}
.edito-content .edito-part {
  padding-top: 3vw;
  padding-bottom: 1vw;
  position: relative;
}
@media screen and (max-width: 700px) {
  .edito-content .edito-part {
    padding-top: 15vw;
  }
}
.edito-content .edito-part.kpilist {
  margin: 4vw 0 4vw 8.3vw;
  padding-top: 0vw;
  padding-bottom: 0vw;
  width: 82%;
}
@media screen and (max-width: 700px) {
  .edito-content .edito-part.kpilist {
    margin-bottom: 8vw;
  }
}
.edito-content > img {
  display: block;
  margin-bottom: 6vw;
  margin-left: 8.3vw;
  max-width: 80%;
  height: auto;
}

.edito-content .part-spacer, .post-content .part-spacer {
  display: block;
  clear: both;
  width: 100%;
  height: 3vw;
}
.edito-content .copy a, .edito-content .footer-newsletter .hbspt-form .hs-richtext a, .footer-newsletter .hbspt-form .edito-content .hs-richtext a, .post-content .copy a, .post-content .footer-newsletter .hbspt-form .hs-richtext a, .footer-newsletter .hbspt-form .post-content .hs-richtext a {
  color: var(--text-main-color);
  text-decoration: underline;
}
.edito-content .copy p, .edito-content .footer-newsletter .hbspt-form .hs-richtext p, .footer-newsletter .hbspt-form .edito-content .hs-richtext p, .post-content .copy p, .post-content .footer-newsletter .hbspt-form .hs-richtext p, .footer-newsletter .hbspt-form .post-content .hs-richtext p {
  margin-bottom: 1vw;
}
.edito-content .copy ul, .edito-content .footer-newsletter .hbspt-form .hs-richtext ul, .footer-newsletter .hbspt-form .edito-content .hs-richtext ul, .post-content .copy ul, .post-content .footer-newsletter .hbspt-form .hs-richtext ul, .footer-newsletter .hbspt-form .post-content .hs-richtext ul {
  padding-left: 1.9vw;
  margin-bottom: 0.5vw;
  break-inside: avoid-column;
}
.edito-content .copy ul li, .edito-content .footer-newsletter .hbspt-form .hs-richtext ul li, .footer-newsletter .hbspt-form .edito-content .hs-richtext ul li, .post-content .copy ul li, .post-content .footer-newsletter .hbspt-form .hs-richtext ul li, .footer-newsletter .hbspt-form .post-content .hs-richtext ul li {
  list-style: disc;
}
.edito-content .copy ol, .edito-content .footer-newsletter .hbspt-form .hs-richtext ol, .footer-newsletter .hbspt-form .edito-content .hs-richtext ol, .post-content .copy ol, .post-content .footer-newsletter .hbspt-form .hs-richtext ol, .footer-newsletter .hbspt-form .post-content .hs-richtext ol {
  padding-left: 2.2vw;
  margin-bottom: 0.5vw;
  break-inside: avoid-column;
}
.edito-content .copy ol li, .edito-content .footer-newsletter .hbspt-form .hs-richtext ol li, .footer-newsletter .hbspt-form .edito-content .hs-richtext ol li, .post-content .copy ol li, .post-content .footer-newsletter .hbspt-form .hs-richtext ol li, .footer-newsletter .hbspt-form .post-content .hs-richtext ol li {
  list-style: decimal;
}

.faq-accordion {
  width: 90%;
  margin: 4vw 0;
  border: 2px solid #fff;
  overflow: hidden;
}
.faq-accordion .faq-item {
  border-bottom: 2px solid #fff;
  overflow: hidden;
}
.faq-accordion .faq-item:last-child {
  border-bottom: none;
}
.faq-accordion .faq-question {
  padding: 2vw;
  cursor: pointer;
  background: var(--new-blanc);
  transition: background 0.3s ease;
  font-size: 1.2vw;
  font-family: "GT America bold", helvetica, arial, sans-serif;
}
.faq-accordion .faq-question:hover {
  opacity: 0.9;
}
.faq-accordion .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.5s ease;
  background: #fff;
  padding: 0 2vw;
}
.faq-accordion .faq-answer p {
  font-size: 1.2vw;
  font-weight: 500;
  line-height: 2vw;
  margin-bottom: 2vw;
}
.faq-accordion .faq-item.active .faq-answer {
  max-height: 800px;
  /* Adjust this value based on your content */
  padding: 2vw;
}
.faq-accordion .faq-icon {
  margin-left: 10px;
  margin-top: -0.5vw;
  float: right;
  font-size: 2.2vw;
  transition: transform 0.3s ease;
}
.faq-accordion .faq-item.active .faq-icon {
  transform: rotate(140deg);
  /* Rotate to create a minus sign */
}

.single-cases .post-header_cover, .single-news .post-header_cover {
  position: relative;
  display: block;
  width: 100%;
  height: 24vw;
  z-index: 1;
}
.single-cases .post-header_cover img, .single-news .post-header_cover img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.single-cases .post-header_cover::before, .single-news .post-header_cover::before, .single-cases .post-header_cover::after, .single-news .post-header_cover::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
}
.single-cases .post-header_cover::before, .single-news .post-header_cover::before {
  top: 0;
  height: 100%;
  background: var(--g-h_viandes);
  opacity: 0.6;
  z-index: 3;
}
.single-cases .post-header_cover::after, .single-news .post-header_cover::after {
  bottom: 0;
  height: 60%;
  background: var(--g-v_fade);
  z-index: 5;
}
.single-cases .post-header_copy, .single-news .post-header_copy {
  width: 40vw;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 8.3vw;
  gap: 12.5vw;
  transform: translateY(-5vw);
  z-index: 3;
}
.single-cases .post-header_context, .single-news .post-header_context {
  display: flex;
}
.single-cases .post-header_context .title--wrapper, .single-news .post-header_context .title--wrapper {
  width: 70%;
}
.single-cases .post-header_context .infos--wrapper, .single-news .post-header_context .infos--wrapper {
  width: 30%;
  margin-right: 5vw;
  display: flex;
  flex-direction: column;
  gap: 0.5vw;
}
.single-cases .post-header_context a, .single-news .post-header_context a {
  display: inline-block;
  color: var(--text-main-color);
  text-decoration: underline;
}
.single-cases .post-header_context .title-lg, .single-news .post-header_context .title-lg {
  padding: 1vw 0;
  font-size: 3vw;
  line-height: 3.4vw;
  white-space: break-spaces;
  margin-bottom: 3vw;
  margin-top: 3vw;
}
.single-cases .post-header_context .decalage, .single-news .post-header_context .decalage {
  margin-left: 4.5vw;
}
.single-cases .post-header_context .title-lg::first-line, .single-news .post-header_context .title-lg::first-line {
  margin-left: 20px;
  /* Adjust the padding value as needed */
}
.single-cases .post-header .copy .desc-wrapper, .single-news .post-header .copy .desc-wrapper, .single-cases .post-header .footer-newsletter .hbspt-form .hs-richtext .desc-wrapper, .single-news .post-header .footer-newsletter .hbspt-form .hs-richtext .desc-wrapper, .footer-newsletter .hbspt-form .single-cases .post-header .hs-richtext .desc-wrapper, .footer-newsletter .hbspt-form .single-news .post-header .hs-richtext .desc-wrapper {
  width: 50%;
}
.single-cases .post-header_taxonomy, .single-news .post-header_taxonomy {
  display: flex;
  flex-direction: column;
  row-gap: 1.5vw;
  margin-top: 3vw;
}
.single-cases .post-header_taxonomy a, .single-news .post-header_taxonomy a {
  border-bottom: 1px solid var(--new-noir);
  text-decoration: none;
}
.single-cases .post-header_taxonomy .inter-expertise, .single-news .post-header_taxonomy .inter-expertise {
  margin-bottom: 0.3vw;
}
.single-cases .post-header_taxonomy ul li.copy--md, .single-news .post-header_taxonomy ul li.copy--md {
  margin-bottom: 0.5vw;
}
.single-cases .post-header_secteur .icon, .single-news .post-header_secteur .icon {
  display: inline-block;
  width: 2.9vw;
}
.single-cases .post-header_secteur .icon a, .single-news .post-header_secteur .icon a {
  display: block;
  width: 4.6vw;
  height: 4.6vw;
  border-radius: 4.6vw;
  overflow: hidden;
  border: 0.6vw solid var(--bg-main-color);
  box-sizing: border-box;
}
.single-cases .post-header_secteur .icon a img, .single-news .post-header_secteur .icon a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 700px) {
  .single-cases .post-header_secteur .icon, .single-news .post-header_secteur .icon {
    width: 6.6vw;
  }
  .single-cases .post-header_secteur .icon a, .single-news .post-header_secteur .icon a {
    width: 11vw;
    height: 11vw;
    border-radius: 11vw;
    border: 1.5vw solid var(--bg-main-color);
  }
}
@media screen and (max-width: 700px) {
  .single-cases .post-header, .single-news .post-header {
    margin-bottom: 8vw;
  }
  .single-cases .post-header_copy, .single-news .post-header_copy {
    flex-direction: column;
    gap: 6vw;
  }
  .single-cases .post-header_copy .copy, .single-news .post-header_copy .copy, .single-cases .post-header_copy .footer-newsletter .hbspt-form .hs-richtext, .single-news .post-header_copy .footer-newsletter .hbspt-form .hs-richtext, .footer-newsletter .hbspt-form .single-cases .post-header_copy .hs-richtext, .footer-newsletter .hbspt-form .single-news .post-header_copy .hs-richtext {
    width: 100%;
    margin-left: 6.5vw;
  }
  .single-cases .post-header_context, .single-news .post-header_context {
    width: 100%;
    flex-direction: column;
  }
  .single-cases .post-header_context .title--wrapper, .single-news .post-header_context .title--wrapper {
    width: 100%;
  }
  .single-cases .post-header_context .infos--wrapper, .single-news .post-header_context .infos--wrapper {
    width: 100%;
    align-items: start;
  }
  .single-cases .post-header_context .infos--wrapper .post-header_taxonomy, .single-news .post-header_context .infos--wrapper .post-header_taxonomy {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
  }
  .single-cases .post-header_context .infos--wrapper .post-header_taxonomy .copy--md, .single-news .post-header_context .infos--wrapper .post-header_taxonomy .copy--md {
    margin-top: 0;
  }
  .single-cases .post-header_context .inter-lg, .single-news .post-header_context .inter-lg {
    font-size: 3vw;
    line-height: 5vw;
  }
  .single-cases .post-header_context .title-lg, .single-news .post-header_context .title-lg {
    font-size: 5.5vw;
    line-height: 6.5vw;
  }
  .single-cases .post-header_context .decalage, .single-news .post-header_context .decalage {
    margin-left: 6.8vw;
  }
  .single-cases .post-header_taxonomy, .single-news .post-header_taxonomy {
    row-gap: 5vw;
  }
}
.single-cases .related-cases, .single-news .related-cases {
  padding: 0 8.3vw;
}

.post-content {
  margin: 0 8.3vw 6vw;
}
.post-content .kpilist {
  margin: 4vw 0;
}
.post-content .kpilist .kpi {
  padding: 2vw 3vw;
}
.post-content .kpilist .kpi .title, .page-template-default .post-content .kpilist .kpi h2, .page-template-default .post-content .kpilist .kpi h3, .page-template-default .post-content .kpilist .kpi h4 {
  display: block;
  white-space: nowrap;
  font-size: clamp(1.5rem, 3vw, 5rem);
}
.post-content .kpilist .kpi .copy, .post-content .kpilist .kpi .footer-newsletter .hbspt-form .hs-richtext, .footer-newsletter .hbspt-form .post-content .kpilist .kpi .hs-richtext {
  margin-top: 2rem;
  margin-left: 3rem;
}
.post-content_part {
  padding: 4vw 0;
}
.post-content_part iframe,
.post-content_part video {
  width: 100%;
  height: 44.8430493274vw;
}
.post-content_part.chapo .copy, .post-content_part.chapo .footer-newsletter .hbspt-form .hs-richtext, .footer-newsletter .hbspt-form .post-content_part.chapo .hs-richtext {
  width: 55vw;
  color: var(--text-80-color);
}
.post-content_part.quote {
  width: 55vw;
  padding-left: 2vw;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 6vw;
  border-left: 0.4vw solid var(--new-violet);
}
.post-content_part img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}
.post-content_part.paragraph .copy, .post-content_part.paragraph .footer-newsletter .hbspt-form .hs-richtext, .footer-newsletter .hbspt-form .post-content_part.paragraph .hs-richtext {
  display: block;
  width: 45vw;
}
.post-content_part.paragraph .copy strong, .post-content_part.paragraph .footer-newsletter .hbspt-form .hs-richtext strong, .footer-newsletter .hbspt-form .post-content_part.paragraph .hs-richtext strong,
.post-content_part.paragraph .copy b,
.post-content_part.paragraph .footer-newsletter .hbspt-form .hs-richtext b,
.footer-newsletter .hbspt-form .post-content_part.paragraph .hs-richtext b {
  font-weight: 800;
}
.post-content_part.paragraph .copy-double {
  width: 100%;
  columns: 2;
  column-gap: 2vw;
}
.post-content_part.paragraph--old .copy strong, .post-content_part.paragraph--old .footer-newsletter .hbspt-form .hs-richtext strong, .footer-newsletter .hbspt-form .post-content_part.paragraph--old .hs-richtext strong {
  font-weight: 800;
}

@media screen and (max-width: 700px) {
  .post-content {
    margin: 0 8.3vw 6vw;
  }
  .post-content .kpilist {
    padding: 0;
    border-right: 2px solid black;
  }
  .post-content .kpilist .kpi {
    padding: 1rem 3vw !important;
    border-right: none;
  }
  .post-content .kpilist .kpi .copy, .post-content .kpilist .kpi .footer-newsletter .hbspt-form .hs-richtext, .footer-newsletter .hbspt-form .post-content .kpilist .kpi .hs-richtext {
    margin-top: 5%;
    margin-left: 1.5rem;
  }
  .post-content .post-content_part img {
    max-width: 100%;
    height: auto;
  }
  .post-content .post-content_part.chapo .copy, .post-content .post-content_part.chapo .footer-newsletter .hbspt-form .hs-richtext, .footer-newsletter .hbspt-form .post-content .post-content_part.chapo .hs-richtext, .post-content .post-content_part.paragraph .copy, .post-content .post-content_part.paragraph .footer-newsletter .hbspt-form .hs-richtext, .footer-newsletter .hbspt-form .post-content .post-content_part.paragraph .hs-richtext {
    width: 100%;
  }
  .post-content .post-content_part.chapo .copy p, .post-content .post-content_part.chapo .footer-newsletter .hbspt-form .hs-richtext p, .footer-newsletter .hbspt-form .post-content .post-content_part.chapo .hs-richtext p, .post-content .post-content_part.paragraph .copy p, .post-content .post-content_part.paragraph .footer-newsletter .hbspt-form .hs-richtext p, .footer-newsletter .hbspt-form .post-content .post-content_part.paragraph .hs-richtext p {
    margin-bottom: 2vw;
  }
  .post-content .post-content_part.chapo .copy.copy-double, .post-content .post-content_part.chapo .footer-newsletter .hbspt-form .copy-double.hs-richtext, .footer-newsletter .hbspt-form .post-content .post-content_part.chapo .copy-double.hs-richtext, .post-content .post-content_part.paragraph .copy.copy-double, .post-content .post-content_part.paragraph .footer-newsletter .hbspt-form .copy-double.hs-richtext, .footer-newsletter .hbspt-form .post-content .post-content_part.paragraph .copy-double.hs-richtext {
    columns: 1;
  }
  .post-content .post-content_part.quote {
    width: 100%;
    box-sizing: border-box;
    border-left: 1vw solid white;
    padding-left: 5vw;
    margin-bottom: 12vw;
  }
}
@media screen and (max-width: 700px) {
  .page-template-tpl-cases main {
    padding-top: 16vw;
  }
}
.page-template-tpl-cases .page-title {
  margin-bottom: 2vw;
  /*
  &:before {
      content: '';
      position:absolute;
      background: transparent url("../img/bgseason3.svg") no-repeat top right;
      background-size: 30vw;
      top: -3vw;
      right: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
  }
  */
}
@media screen and (max-width: 700px) {
  .page-template-tpl-cases .page-title {
    margin-bottom: 5vw;
    /*
    &:before {
        background-size: 40vw;
        top: 20vw;
    }
    */
  }
}

.page-template-tpl-news {
  padding-top: 6vw;
}
@media screen and (max-width: 700px) {
  .page-template-tpl-news {
    padding-top: 15vw;
  }
}
.page-template-tpl-news .page-title {
  margin-bottom: 2vw;
  /*
  &:before {
      content: '';
      position:absolute;
      background: transparent url("../img/bgseason5.svg") no-repeat top right;
      background-size: 30vw;
      top: -3vw;
      right: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
  }
  */
}
@media screen and (max-width: 700px) {
  .page-template-tpl-news .page-title {
    margin-bottom: 5vw;
    /*
    &:before {
        background-size: 40vw;
        top: 20vw;
    }
    */
  }
}

.page-template-tpl-international .page-title {
  margin-bottom: 2vw;
  /*
  &:before {
      content: '';
      position:absolute;
      background: transparent url("../img/bgseason5.svg") no-repeat top right;
      background-size: 30vw;
      top: -3vw;
      right: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
  }

  @include mobileScreen{

      &:before {
          background-size: 40vw;
            top: 21vw;
            right: -5vw;
          z-index: -1;
      }
  }
  */
}
.page-template-tpl-international .international {
  padding-top: 6vw;
}
.page-template-tpl-international .post-content {
  margin-bottom: 0;
}

.single-pays {
  padding-top: 0;
}
.single-pays .header {
  background: transparent;
}

.single-pays .wheel-cta {
  position: absolute;
  top: 8vw;
  left: 8.3vw;
  z-index: 99;
  font-size: 0;
  border-radius: 100%;
  background-size: 125% auto;
  max-width: 70px;
  max-height: 70px;
}
.single-pays .wheel-cta::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent url(../img/wheel-cta/icon-map-circle.svg) 112% center no-repeat;
  background-size: 125% auto;
  z-index: 2;
}
.single-pays .wheel-cta::after {
  z-index: 3;
  background-image: url(../img/wheel-cta/back-map_light.svg);
  animation-duration: 8s;
}
[data-theme=light] .single-pays .wheel-cta::after {
  background-image: url(../img/wheel-cta/back-map_dark.svg);
}
@media screen and (max-width: 700px) {
  .single-pays .wheel-cta {
    top: 15vw;
  }
}

.page-template-tpl-contact {
  /*
  .contactforms{

      width:70%;
      margin-left: 8.3vw;

      .tabs{
          display: flex;
          flex-direction: row;
          justify-content: left;
          //border-top: 1px solid var(--new-noir);
          //border-bottom: 1px solid var(--new-noir);

          li{
              //border-left: 1px solid var(--new-noir);

              border: 2px solid var(--new-noir);
              border-bottom: 0;
              background: var(--new-noir);
              color: var(--new-blanc);

              a { color: var(--new-blanc); }

              &.active{
                  background: var(--new-blanc);
                  color: var(--new-noir);

                  a {color: var(--new-noir); }
              }

              &:last-child{
                  //border-right: 1px solid var(--new-noir);

              }
              a{
                  padding: 1.6vw 2.3vw;
                  margin: 0;
              }
          }
      }

      .formulaires{
          position:relative;
          padding: 1vw 2vw;
              border: 2px solid var(--new-noir);

          &::after{
              content:'';
              display: block;
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              //opacity: .3;
              // background: transparent url(../img/icon-banner.svg) center center no-repeat;
              background: var(--new-blanc);
              z-index: 1;
              //background-size: cover;
          }

          .formulaire{
              position: relative;
              display: none;
              flex-direction: row;
              gap: 4vw;
              padding: 4vw;
              //background-color: var(--bg-main-color);
              z-index: 10;
              border: 1px solid var(--bg-60-color);

              &.active{
                  display: flex;
              }

              .form{
                  min-width: 50%;
                  input, textarea { background-color:#fff; }
              }
          }
      }

      @include mobileScreen{

          width: 75%;

          .tabs{
              &_item{
                  text-align: center;
              }
              li a { font-size: 13px; line-height: 15px; }
          }

          .formulaires{

              .formulaire{
                  flex-direction: column;
              }
          }
      }
  }

  */
}
.page-template-tpl-contact .header {
  background: transparent;
}
.page-template-tpl-contact .contacthero {
  display: block;
  width: 100%;
  overflow: hidden;
}
.page-template-tpl-contact .contacthero_copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  width: 45%;
  padding: 8.3vw;
  min-height: 75vh;
  max-height: 90vh;
  box-sizing: border-box;
  /*
  &:before {
      content: '';
      position:absolute;
      background: transparent url("../img/bgseason4.svg") no-repeat top left;
      background-size: 30vw;
      top: -1vw;
      left: -5vw;
      width: 100%;
      height: 100%;
      z-index: 0;
  }
  */
}
.page-template-tpl-contact .contacthero_copy .copy, .page-template-tpl-contact .contacthero_copy .footer-newsletter .hbspt-form .hs-richtext, .footer-newsletter .hbspt-form .page-template-tpl-contact .contacthero_copy .hs-richtext {
  color: var(--always-black);
  z-index: 1;
}
.page-template-tpl-contact .contacthero_copy .title-markee {
  transform: translateX(-8.3vw);
  width: 100vw;
  margin-bottom: 2vw;
}
.page-template-tpl-contact .contacthero_copy .contact-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 9px;
  margin-bottom: 30px;
  margin-top: 12px;
  z-index: 1;
}
.page-template-tpl-contact .contacthero_copy .contact-list a {
  display: block;
  width: 3.1vw;
  height: 3.1vw;
  line-height: 3.1vw;
  background-color: var(--bg-80-color);
  border-radius: 1.2vw;
  text-align: center;
}
.page-template-tpl-contact .contacthero_copy .contact-list a .fa {
  display: inline-block;
  width: 50%;
  height: 50%;
  vertical-align: middle;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.page-template-tpl-contact .contacthero_copy .contact-list a .fa-twitter {
  background-image: url(../img/icon-social/twitter.svg);
}
.page-template-tpl-contact .contacthero_copy .contact-list a .fa-facebook {
  background-image: url(../img/icon-social/facebook.svg);
}
.page-template-tpl-contact .contacthero_copy .contact-list a .fa-linkedin {
  background-image: url(../img/icon-social/linkedin.svg);
}
.page-template-tpl-contact .contacthero_copy .contact-list a .fa-youtube {
  background-image: url(../img/icon-social/youtube.svg);
}
.page-template-tpl-contact .contacthero_copy .contact-list a .fa-instagram {
  background-image: url(../img/icon-social/instagram.svg);
}
.page-template-tpl-contact .contacthero_copy .contact-list a .fa-comment {
  background-image: url(../img/icon-social/message.svg);
}
.page-template-tpl-contact .contacthero_copy .contact-list a .fa-tiktiok {
  background-image: url(../img/icon-social/tiktok.svg);
}
@media screen and (max-width: 700px) {
  .page-template-tpl-contact .contacthero_copy {
    width: 100%;
    min-height: 90vw;
    max-height: 80vh;
  }
  .page-template-tpl-contact .contacthero_copy .contact-list {
    gap: 2vw;
  }
  .page-template-tpl-contact .contacthero_copy .contact-list a {
    width: 9.1vw;
    height: 9.1vw;
    line-height: 9.1vw;
    border-radius: 3vw;
  }
}
.page-template-tpl-contact .contactforms {
  width: 80%;
  margin-left: 8.3vw;
  margin-top: 6vw;
  margin-bottom: 5vw;
}
.page-template-tpl-contact .contactforms .formulaire {
  display: flex;
  flex-direction: row;
  position: relative;
}
.page-template-tpl-contact .contactforms .formulaire .copy, .page-template-tpl-contact .contactforms .formulaire .footer-newsletter .hbspt-form .hs-richtext, .footer-newsletter .hbspt-form .page-template-tpl-contact .contactforms .formulaire .hs-richtext {
  width: 45%;
  margin-right: 10%;
}
.page-template-tpl-contact .contactforms .formulaire .form {
  width: 45%;
}
@media screen and (max-width: 700px) {
  .page-template-tpl-contact .contactforms .formulaire {
    flex-direction: column;
  }
  .page-template-tpl-contact .contactforms .formulaire .copy, .page-template-tpl-contact .contactforms .formulaire .footer-newsletter .hbspt-form .hs-richtext, .footer-newsletter .hbspt-form .page-template-tpl-contact .contactforms .formulaire .hs-richtext, .page-template-tpl-contact .contactforms .formulaire .form {
    width: 100%;
  }
}

.page-template-tpl-talents {
  padding-top: 0;
}
.page-template-tpl-talents .header {
  background: transparent;
}
@media screen and (max-width: 700px) {
  .page-template-tpl-talents .squarepush-list.squarepush-list--jobs .squarepush {
    min-height: auto;
    margin-bottom: 15vw;
  }
  .page-template-tpl-talents .squarepush-list.squarepush-list--jobs .squarepush .copy, .page-template-tpl-talents .squarepush-list.squarepush-list--jobs .squarepush .footer-newsletter .hbspt-form .hs-richtext, .footer-newsletter .hbspt-form .page-template-tpl-talents .squarepush-list.squarepush-list--jobs .squarepush .hs-richtext {
    padding-bottom: 0;
  }
}
.page-template-tpl-talents .edito-markee {
  margin: 0 -8.3vw 6vw;
}

@media screen and (max-width: 700px) {
  .card--reference .card_copy .title-sm, .card--reference .card_copy .title-md {
    font-size: 5vw;
    line-height: 6vw;
    margin-bottom: 0.2vw;
    padding: 0 0 2vw 0;
  }

  .card--reference .card_copy .zonelist {
    margin-bottom: 0.2vw;
  }

  .card--reference .card_copy .zonelist li a.inter-sm {
    font-size: 2.5vw;
    line-height: 4.5vw;
  }

  .card--reference .card_copy .expertises li a.inter-sm {
    font-size: 2.5vw;
    line-height: 4.5vw;
  }
}
.edito-content .post-content_part {
  padding-left: 8.3vw;
  padding-right: 8.3vw;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 4vw;
}

.edito-content .post-content_part iframe, .edito-content .post-content_part video {
  width: 100%;
  height: 40vw;
}

.page-id-11675 .edito-paragraph .copy, .page-id-11675 .edito-paragraph .footer-newsletter .hbspt-form .hs-richtext, .footer-newsletter .hbspt-form .page-id-11675 .edito-paragraph .hs-richtext {
  width: 100%;
}

.page-id-11673 .edito-paragraph .copy, .page-id-11673 .edito-paragraph .footer-newsletter .hbspt-form .hs-richtext, .footer-newsletter .hbspt-form .page-id-11673 .edito-paragraph .hs-richtext {
  width: 100%;
}

.page-id-11675 .squarepush .title.title-md--b, .page-id-11675 .squarepush .page-template-default .post-content h2.title-md--b, .page-template-default .post-content .page-id-11675 .squarepush h2.title-md--b, .page-id-11675 .squarepush .page-template-default .post-content h4.title-md--b, .page-template-default .post-content .page-id-11675 .squarepush h4.title-md--b, .page-id-11675 .squarepush .page-template-default .post-content h3, .page-template-default .post-content .page-id-11675 .squarepush h3 {
  font-size: 2vw;
  line-height: 2.4vw;
}

.page-id-11673 .squarepush .title.title-md--b, .page-id-11673 .squarepush .page-template-default .post-content h2.title-md--b, .page-template-default .post-content .page-id-11673 .squarepush h2.title-md--b, .page-id-11673 .squarepush .page-template-default .post-content h4.title-md--b, .page-template-default .post-content .page-id-11673 .squarepush h4.title-md--b, .page-id-11673 .squarepush .page-template-default .post-content h3, .page-template-default .post-content .page-id-11673 .squarepush h3 {
  font-size: 2vw;
  line-height: 2.4vw;
}

.page-id-11675 .squarepush .copy, .page-id-11675 .squarepush .footer-newsletter .hbspt-form .hs-richtext, .footer-newsletter .hbspt-form .page-id-11675 .squarepush .hs-richtext {
  width: 100%;
}

.page-id-11673 .squarepush .copy, .page-id-11673 .squarepush .footer-newsletter .hbspt-form .hs-richtext, .footer-newsletter .hbspt-form .page-id-11673 .squarepush .hs-richtext {
  width: 100%;
}

.edito-content .cardpress {
  float: left;
  width: 29%;
  margin: 2%;
  min-height: 27vw;
}

.edito-content .cardpress img {
  width: 100%;
}

.edito-content .cardpress h3 a {
  color: var(--text-main-color);
  text-decoration: none;
}

.edito-content .cardpress .title.title-sm, .edito-content .cardpress .page-template-default .post-content h2.title-sm, .page-template-default .post-content .edito-content .cardpress h2.title-sm, .edito-content .cardpress .page-template-default .post-content h3.title-sm, .page-template-default .post-content .edito-content .cardpress h3.title-sm, .edito-content .cardpress .page-template-default .post-content h4.title-sm, .page-template-default .post-content .edito-content .cardpress h4.title-sm {
  font-size: 1.2vw;
  line-height: 1.8vw;
}

@media screen and (max-width: 700px) {
  .edito-content .cardpress {
    float: left;
    width: 96%;
    margin: 2%;
  }

  .edito-content .cardpress .title.title-sm, .edito-content .cardpress .page-template-default .post-content h2.title-sm, .page-template-default .post-content .edito-content .cardpress h2.title-sm, .edito-content .cardpress .page-template-default .post-content h3.title-sm, .page-template-default .post-content .edito-content .cardpress h3.title-sm, .edito-content .cardpress .page-template-default .post-content h4.title-sm, .page-template-default .post-content .edito-content .cardpress h4.title-sm {
    font-size: 4.5vw;
    line-height: 6vw;
  }

  .page-id-11675 .squarepush .title.title-md--b, .page-id-11675 .squarepush .page-template-default .post-content h2.title-md--b, .page-template-default .post-content .page-id-11675 .squarepush h2.title-md--b, .page-id-11675 .squarepush .page-template-default .post-content h4.title-md--b, .page-template-default .post-content .page-id-11675 .squarepush h4.title-md--b, .page-id-11675 .squarepush .page-template-default .post-content h3, .page-template-default .post-content .page-id-11675 .squarepush h3 {
    font-size: 5vw;
    line-height: 6.2vw;
  }

  .page-id-11673 .squarepush .title.title-md--b, .page-id-11673 .squarepush .page-template-default .post-content h2.title-md--b, .page-template-default .post-content .page-id-11673 .squarepush h2.title-md--b, .page-id-11673 .squarepush .page-template-default .post-content h4.title-md--b, .page-template-default .post-content .page-id-11673 .squarepush h4.title-md--b, .page-id-11673 .squarepush .page-template-default .post-content h3, .page-template-default .post-content .page-id-11673 .squarepush h3 {
    font-size: 5vw;
    line-height: 6.2vw;
  }
}
/*# sourceMappingURL=main.css.map */
