<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import '../vendors/odometer/themes/odometer-theme-minimal.css';
* {
  box-sizing: border-box;
}
*::before,
*::after {
  box-sizing: inherit;
}
*:focus {
  outline: none;
}
a,
abbr,
address,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
label,
legend,
li,
object,
ol,
p,
pre,
q,
small,
span,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
ul {
  border: 0;
  margin: 0;
  padding: 0;
}
article,
aside,
figcaption,
figure,
figure img,
footer,
header,
hgroup,
main,
nav,
object,
section,
video {
  display: block;
}
ul li {
  list-style-type: none;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  background: transparent;
  color: inherit;
  text-decoration: none;
}
a:active,
a:focus,
a:hover {
  outline: 0;
}
a img {
  border: 0;
}
button,
input {
  font-family: inherit;
  line-height: 1.2;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: auto;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  font: inherit;
  color: inherit;
  line-height: normal;
  text-align: inherit;
  overflow: visible;
  cursor: pointer;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
sub {
  font-size: 0.75em;
  vertical-align: baseline;
}
[v-cloak] {
  display: none !important;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: grayscale;
  font-size: 16px;
}
body {
  font-family: 'Montserrat', sans-serif;
  color: #1C252D;
  font-weight: 500;
  /* default light */
  cursor: default;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
}
body::after {
  content: 'mobile';
  display: none;
}
p {
  margin-top: 1em;
  margin-bottom: 1em;
}
::-moz-selection {
  color: #FFFFFF;
  background-color: #1E879E;
}
::selection {
  color: #FFFFFF;
  background-color: #1E879E;
}
q::before {
  content: '“';
}
q::after {
  content: '”';
}
.bold {
  font-weight: 700;
}
.hidden {
  display: none;
}
/* wrap */
.wrap {
  max-width: calc(1660px + 8vw);
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}
/* text-over-image */
.text-over-image {
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  position: absolute;
  left: 25px;
  bottom: 25px;
}
html.sr .load-hidden {
  visibility: hidden;
}
/* container (use with drawer component) */
.container {
  transition: all 350ms ease;
  position: relative;
  z-index: 1;
  will-change: transform;
  background: #FFFFFF;
  box-shadow: 0 0 0.5rem #000000;
  min-height: 100vh;
  overflow-x: hidden;
}
fieldset {
  margin-bottom: 20px;
}
select {
  width: 100%;
}
select,
input,
textarea {
  width: 100%;
  padding: 10px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
input[type=checkbox],
input[type=radio] {
  width: auto;
  height: auto;
  margin: 0 8px 0 0;
}
label {
  width: 100%;
  display: block;
}
input.error,
select.error,
textarea.error {
  border: dotted 1px #ac0404;
}
input[disabled],
select[disabled],
input[readonly],
select[readonly] {
  background-color: #eee;
  color: #888;
}
input[readonly] {
  cursor: text;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.article .card__content {
  text-align: left;
  margin: 0 auto;
}
.article .card__content-outer {
  position: relative;
}
.article .card__title {
  text-align: center;
}
.article .double-quote-mark {
  background: url(../img/double-quote-mark.png) no-repeat center top;
  background-size: contain;
  height: 12vw;
  margin-top: -12vw;
  position: relative;
  margin-bottom: 30px;
}
/* min tablet */
/* min desktop */
.btn {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  border: 2px solid #FFFFFF;
  padding: 10px 16px;
  display: inline-block;
  margin-top: 10px;
  text-align: center;
}
.btn--black{
  color: #282828;
  border-color: #282828;
}
.btn--bleu {
  color: #282828;
  border-color: #282828;
}
.btn--black {
  color: #282828;
  border-color: #282828;
}
.btn--yellow {
  color: #EBA607;
  border-color: #EBA607;
}
.btn--actuality {
  color: #3FA8B3;
  border-color: #3FA8B3;
}

/* min tablet */
.burger {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
.burger__lines {
  width: 41px;
  height: 24px;
  position: relative;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.burger__lines span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #888888;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.burger__lines span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.burger__lines span:nth-child(2) {
  top: 11px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.burger__lines span:nth-child(3) {
  top: 22px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.card {
  display: block;
  position: relative;
  background: #F8F7F5;
  margin-bottom: 20px;
}
.card img {
  width: 100%;
  display: block;
}
.card__content {
  padding: 20px;
  text-align: center;
}
.card__label {
  font-size: 14px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.card__title {
  color: black;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.card__title.retour_chariot {
  width: 760px;
  margin: 0px auto;
}
.card__title.retour_chariot + .card__subtitle {
  font-size: 26px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.card__title--closer {
  letter-spacing: 0;
}
.card__title--underline:after {
  content: "";
  margin: calc(1.5vw + 15px) 0;
  display: block;
  width: calc(2vw + 30px);
  height: 3px;
  background: #0F9FD6;
}
.bloc-talents .card__title--underline{
  color: #3FA8B3;
}
.bloc-talents h2.card__title--underline{
  color: black;
}
.bloc-talents .card__title--underline:after{
  background: #3FA8B3;
}
.bloc-decouvrir-marques .card__title--underline:after {
    background: #0F9FD6;
}
.card__title--underline.aboutUs:after{
  background: #EBA607;
}
.card__title__date {
  margin: 20px 0;
  color: #9E9E9E;
  font-size: 14px;
  text-transform: initial;
  letter-spacing: 0;
}
.card__text {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 20px;
}
.card__text ul {
  padding-left: 200px;
  padding-bottom: 20px;
}
.card__text h2 {
  margin-left: 200px;
}
.card__cta {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.5em;
  margin-top: 24px;
  display: block;
}
.card__title--center {
  text-align: center;
}
.card__title--center::after {
  margin-left: auto;
  margin-right: auto;
}
.card #job-form {
  max-width: 370px;
  margin: 0 auto;
}
.card .rgpd-rh {
  margin-top: 25px;
}
/* min tablet */
/* min desktop */
/** MOBILE **/
.cards-list--whitecard .card {
  background: #FFFFFF;
}
/* min tablet */
/* min desktop */
.block_filiales a:hover {
  text-decoration: underline;
}
.block_filiales h3 {
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #E0C3B9;
}
.block_filiales h4 {
  font-weight: 400;
  text-transform: uppercase;
  color: #E0C3B9;
}
.article .block_siege .card__title {
  text-align: left;
}
/* max large desktop */
/* max tablet */
.content-header {
  display: flex;
  overflow: hidden;
}
.content-header__text {
  color: white;
  text-align: center;
  max-width: 1170px;
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
  /*IE 11*/
  margin: 0 auto;
}
.content-header__label {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5em;
}
.content-header__title {
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 10px 0;
}
.content-header__intro {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
.content-header-international {
  display: flex;
}
.content-header-international__text {
  color: #1C252D;
  text-align: center;
  max-width: 1170px;
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
  /*IE 11*/
}
.content-header-international__label {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5em;
}
.content-header-international__title {
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 10px 0;
}
.content-header-international__intro {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
/* min tablet */
/* min desktop */
#owl-hp .content-header .wrap {
  background: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
#owl-hp .content-header .wrap .content-header__text {
  color: #1C252D;
}
#owl-hp .content-header .wrap .btn {
  background: linear-gradient(to right, #EBA607 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  border-color: #1C252D;
  color: #1C252D;
}
#owl-hp .content-header .wrap .btn:hover {
  color: #fff;
  background-position: left bottom;
}
.date-card {
  background: #1E879E;
  color: rgba(255, 255, 255, 0.25);
  font-size: 70px;
  text-align: center;
  padding: 20px;
  margin: 20px 0;
}
#toggle-drawer {
  display: none;
}
.flex-card .card__content {
  text-align: left;
}
.flex-card iframe {
  width: 100%;
}
/* min large desktop */
.card__content ul li {
  list-style-type: square;
  margin-left: 1.1em;
}
.flex-steps {
  text-align: center;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.flex-steps &gt; * {
  width: 50%;
  padding: 20px 0 10px;
}
.flex-steps img {
  width: 46%;
  display: inline-block;
  margin-bottom: 14px;
}
.flex-steps__count {
  font-size: 30px;
  color: #1E879E;
  width: 50px;
  height: 50px;
  border: 1px solid #9FE0F5;
  border-radius: 50%;
  display: inline-block;
  line-height: 50px;
}
/* min desktop */
.footer {
  color: black;
  background: #E1DDDD;
  padding-top: 30px;
  margin-top: 50px;
  font-weight: 400;
}
.footer a {
  color: black;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 11px;
  font-weight: 500;
}
.footer__logo {
  margin: 0 auto;
  width: 178px;
}
.footer__logo img {
  display: block;
  width: 100%;
}
.footer__menu,
.footer__social {
  list-style: none;
  padding: 0;
  margin-top: 16px;
  margin-bottom: 16px;
}
.footer__social {
  margin: 8px auto 58px;
  text-align: center;
}
.footer__social li {
  display: inline-block;
}
.footer__social [class^="picto"] {
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: center center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  display: block;
  margin: 0 3px;
}
.footer__menu li a {
  display: block;
  padding: 6px 0;
}
.post-footer {
  background: white;
  padding: 20px 0;
}
.post-footer .footer__menu {
  margin: 0;
}
/* min tablet */
.picto-linkedin {
  background-image: url(../img/logo-linkedin.svg);
}
.picto-facebook {
  background-image: url(../img/logo-facebook.svg);
}
.picto-youtube {
  background-image: url(../img/logo-youtube.svg);
}
/* min desktop */
.header {
  position: relative;
  display: flex;
  align-items: center;
}
.header__logo img {
  display: block;
  width: 85%;
  margin: auto;
}
.link-back {
  text-align: left;
  color: #1E879E;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.5em;
  line-height: 1.6;
  display: block;
  padding-left: 56px;
  position: relative;
  top: 36px;
  max-width: 265px;
  cursor: pointer;
}

.article.card .link-back {
  color: #3FA8B3;
}

.article.card .link-back span {
  background: #3FA8B3;
}

.cat-temoignages .article.card .link-back{
  color: #D73C50;
}
.cat-temoignages .article.card .link-back span{
  background: #D73C50;
}

.cat-temoignages .article.card .btn.btn--bleu, .article.card .btn.btn--black {
  background: linear-gradient(to right, #D73C5030 50%, transparent 50%);
  border-color: #D73C50;
  color: #D73C50;
  background-size: 200% 100%;
  background-position: right bottom;
}

.cat-temoignages .article.card .btn.btn--bleu:hover{
  background-position: left bottom;
}

.article.card .btn.btn--bleu, .article.card .btn.btn--black {
  background: linear-gradient(to right, #3FA8B330 50%, transparent 50%);
  border-color: #3FA8B3;
  color: #3FA8B3;
  background-size: 200% 100%;
  background-position: right bottom;
}

.article.card .btn.btn--bleu:hover{
  background-position: left bottom;
}


.link-back__arrow-btn {
  background: #1E879E;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  left: 0;
}
.link-back__arrow-btn:before {
  color: #FFFFFF;
  border-style: solid;
  border-width: 0.12em 0.12em 0 0;
  content: '';
  display: inline-block;
  height: 1em;
  position: relative;
  vertical-align: top;
  width: 1em;
  left: 0;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 14px;
  left: 16px;
}
.main-nav li {
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.main-nav__lang {
  display: table;
  margin: 0 -15px 25px auto;
}
.main-nav__lang li {
  display: table-cell;
  color: #fff;
}
.main-nav__lang li a {
  display: block;
  padding: 2px 15px;
  text-transform: uppercase;
}
.main-nav__lang li + li {
  border-left: 1px solid;
}
/* min desktop */
/* min large large desktop */
.pagination {
  text-align: center;
  margin: 40px 0;
}
.pagination ul {
  list-style: none;
  padding: 0;
}
.pagination ul li {
  display: inline-block;
  vertical-align: middle;
}
.pagination ul li a {
  display: block;
  padding: 10px 8px;
  min-width: 40px;
  font-weight: 600;
  font-size: 12px;
  color: #BBBBBB;
  letter-spacing: 0.5em;
}
.pagination ul li.active a {
  color: #1C252D;
}
.pagination ul li.prevposts a {
  background: url(../img/arrow-left-blue.svg) no-repeat center;
}
.pagination ul li.nextposts a {
  background: url(../img/arrow-left-blue.svg) no-repeat center;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.bloc-autres-articles {
  margin-top: 60px;
  margin-bottom: 40px;
  text-align: center;
}
.bloc-autres-articles .cards-list {
  margin-top: 30px;
}
.bloc-autres-articles .cards-list .card__title {
  font-size: 18px;
  font-weight: 400;
}
.bloc-autres-articles .cards-list .card__text {
  font-size: 14px;
}
/* min tablet */
.bloc-decouvrir-marques {
  background: #F8F7F5;
  text-align: center;
  padding: 9vw 0;
  margin: 5vw 0;
  overflow: hidden;
}
.bloc-decouvrir-marques .card__title--underline:after {
  margin-left: auto;
  margin-right: auto;
}
.bloc-decouvrir-marques__carousel img {
  opacity: 0.5;
  display: inline-block;
  vertical-align: middle;
  margin: 0 3.1vw;
  width: 50%;
}
.bloc-decouvrir-marques__carousel img:hover {
  opacity: 1;
}
.bloc-decouvrir-marques .slick-slider {
  display: inline-block;
  width: 100%;
  padding-top: 1.5vw;
}
.bloc-decouvrir-marques .slick-slider .slick-slide {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.bloc-decouvrir-marques .slick-slider .slick-list {
  display: inline-block;
  vertical-align: middle;
  width: 80%;
}
.bloc-decouvrir-marques .slick-slider .slick-arrow {
  width: 21px;
  height: 42px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../img/carousel.svg);
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  transition: all 100ms linear;
  text-transform: uppercase;
  text-indent: -999999px;
  color: transparent;
  border: 0;
}
.bloc-decouvrir-marques .slick-slider .slick-arrow.slick-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.bloc-distribution {
  background: #1E879E;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
}
.bloc-distribution .card__title {
  padding: 4.6vw;
  color: #FFFFFF;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}
.bloc-distribution .flex-steps {
  background: #F8F7F5;
}
.bloc-distribution .flex-steps &gt; * {
  padding-left: 5vw;
  padding-right: 5vw;
}
.bloc-distribution .flex-steps p {
  font-size: 12px;
  line-height: 1.5;
}
/* min tablet */
/* min desktop */
.bloc-en-savoir-plus {
  text-align: center;
  margin: 10vw 0;
}
.bloc-en-savoir-plus .btn {
  margin: 0 20px;
  margin-top: calc(3vw + 20px);
}
.bloc-evenements {
  background: url(../img/bg-evenements.jpg) no-repeat center top;
  padding: calc(2vw + 20px);
  margin: 30px 0 50px;
}
.bloc-evenements .card__content {
  background: rgba(63,168,179, 0.95);
  color: #FFFFFF;
  padding-top: 30px;
  max-width: 960px;
  margin: 0 auto;
}
.bloc-evenements .card__title,
.bloc-evenements .card__title__date {
  color: #FFFFFF;
  font-weight: 200;
}
.bloc-evenements .card__title--underline:after,
.bloc-evenements .card__title__date--underline:after {
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
}
.bloc-evenements .card__title {
  font-weight: 400;
}
/* min tablet */
/* min large desktop */
.bloc-expertise {
  margin-top: 30px;
  margin-bottom: 40px;
}
.bloc-expertise .card__title {
  text-align: center;
  padding: 30px;
}
.bloc-expertise .card__title--underline:after {
  margin-left: auto;
  margin-right: auto;
}
.bloc-expertise img {
  display: block;
  transition: 0.5s;
}
.bloc-expertise .flex-images a {
  display: block;
  position: relative;
  overflow: hidden;
}
.bloc-expertise .flex-images a:hover img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
/* min tablet */
/* min large desktop */
.bloc-offre {
  background: #F8F7F5;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
  padding-bottom: 1px;
}
.bloc-offre__visus__item {
  display: block;
  position: relative;
  overflow: hidden;
}
.bloc-offre__visus__item img {
  display: block;
  transition: 0.5s;
}
.bloc-offre__visus__item span {
  position: absolute;
  left: 25px;
  bottom: 25px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.25em;
}
.bloc-offre .card__title--underline:after {
  margin-left: auto;
  margin-right: auto;
}
.pastille {
  background: #1E879E;
  color: #FFFFFF;
  font-weight: 500;
  text-transform: uppercase;
  width: 100px;
  height: 100px;
  padding-top: 33px;
  box-sizing: border-box;
  border-radius: 50%;
  align-items: center;
  font-size: 12px;
  text-align: center;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  bottom: 30px;
  right: 30px;
  margin-left: calc(95% - 100px);
}
.pastille:before,
.pastille:after {
  content: '';
  width: 1px;
  height: 20px;
  background-color: #FFFFFF;
  display: block;
  position: absolute;
  left: 50%;
}
.pastille:before {
  top: 0;
}
.pastille:after {
  bottom: 0;
}
/* min tablet */
/* min desktop */
/* min large desktop */
.bloc-partenaire {
  background: #0F9FD6;
  text-align: center;
  padding: calc(4vw + 12px) 20px;
  margin-top: 30px;
}
.bloc-partenaire .card__title {
  color: #FFFFFF;
}
.bloc-partenaire .flex-steps {
  justify-content: space-between;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.25em;
}
.bloc-partenaire .flex-steps &gt; * {
  width: 46%;
}
.bloc-partenaire .flex-steps img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 90px;
}
.bloc-partenaire .flex-steps__arrow {
  position: relative;
}
.bloc-partenaire .flex-steps__arrow:after {
  content: "";
  background: url(../img/steps-arrow.png) no-repeat right;
  width: 18px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -25px;
}
/* min tablet */
/* min large desktop */
.bloc-chiffres {
  text-align: center;
}
.bloc-chiffres .odometer-formatting-mark{
  display:none;
}
.bloc-chiffres__item {
  display: inline-block;
  vertical-align: top;
  padding: 3vw 0;
  box-sizing: border-box;
  width: 100%;
}
.bloc-chiffres__item__chiffre {
  color: #BFBFC0;
  font-size: 50px;
  line-height: 60px;
  display: block !important;
  opacity: 0.6;
  font-weight: 400;
}
.bloc-chiffres__item__texte {
  color: #1C252D;
  font-size: 14px;
  line-height: 18px;
}
.bloc-talents &gt; .card__title {
  text-align: center;
  padding: 10px;
}
.bloc-talents &gt; .card__title--underline:after {
  margin-left: auto;
  margin-right: auto;
}
/* min large desktop */
.bloc-actus &gt; .card__title {
  text-align: center;
  padding: 10px;
}
.bloc-actus &gt; .card__title--underline:after {
  margin-left: auto;
  margin-right: auto;
}
/* min large desktop */
.bloc-opportunites {
  background: #1E879E;
  text-align: center;
  padding: calc(2vw + 12px) 20px;
  margin-bottom: 30px;
}
.bloc-opportunites .card__title {
  color: #FFFFFF;
}
.bloc-opportunites .flex-steps {
  justify-content: center;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  align-items: baseline;
  padding: 0;
}
.bloc-opportunites .flex-steps &gt; * {
  min-width: 230px;
}
.bloc-opportunites .flex-steps img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 90px;
}
.bloc-opportunites .flex-steps .fs-options {
  color: #1C252D;
  font-size: 12px;
  letter-spacing: 0;
}
.bloc-opportunites .flex-steps .fs-wrap,
.bloc-opportunites .flex-steps .fs-dropdown {
  width: 220px;
}
/* min tablet */
/* min large desktop */
/* ------------------------------------------------------------
	Page Styles
------------------------------------------------------------ */
/* -------- Top Level --------- */
/* -------- Second Level --------- */
/* -------- Third Level --------- */
/* --------	Fourth Level --------- */
/* ------------------------------------------------------------
	Connecting Lines:
	Uncomment 'border-color: red' for debugging
------------------------------------------------------------ */
/* ------------------------------------------------------------
	Utility Navigation
------------------------------------------------------------ */
/* ------------------------------------------------------------
	Responsive Styles
------------------------------------------------------------ */
/* The media queries below keep the grid column widths intact when
a column wraps. This prevents the wrapped column from displaying at
100% width. These queries also make the homepage line item flex
appropriately. When your sitemap is complete, remove the queries
that you don't need, and your sitemap layout will work perfectly. */
/* two column */
/* three column */
/* four column */
/* five column */
/* six column */
/* seven column */
/* eight column */
/* nine column */
/* ten column */
.sitemap {
  margin: 0 0 2em 0;
  /* ------------------------------------------------------------
      General Styles
  ------------------------------------------------------------ */
}
.sitemap div,
.sitemap a,
.sitemap ol,
.sitemap ul,
.sitemap li {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
.sitemap * {
  box-sizing: border-box;
}
.primaryNav {
  clear: both;
  width: 100%;
  margin-top: 3em;
}
.primaryNav #home {
  position: absolute;
  margin-top: -3em;
  margin-bottom: 0;
  min-width: 11.5em;
  width: 100%;
}
.primaryNav #home:before {
  display: none;
}
.primaryNav ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  position: relative;
}
.primaryNav ul ul {
  display: block;
}
.primaryNav ul ul li {
  padding-top: 0.6875em;
  padding-right: 0;
}
.primaryNav ul ul li a {
  background-color: #EBA607;
}
.primaryNav ul ul li a:hover {
  background-color: #BB7900;
}
.primaryNav ul ul li:first-child {
  padding-top: 2em;
}
.primaryNav ul ul li:first-child:before {
  width: 50%;
  height: 1.3125em;
  top: 0.6875em;
  right: 1px;
  border-left-width: 2px;
}
.primaryNav ul ul li:after {
  width: 50%;
  height: 0.6875em;
  top: 0;
  right: 1px;
  border-left-width: 2px;
}
.primaryNav ul ul ul {
  margin-top: 0.6em;
  padding-top: 0.6em;
  padding-bottom: 0.625em;
}
.primaryNav ul ul ul li {
  padding-top: 0.3125em;
  padding-bottom: 0.3125em;
}
.primaryNav ul ul ul li a {
  background-color: #0F9FD6;
  font-size: 0.75em;
  padding: 0.75em;
  width: 90%;
  margin-right: 0;
  margin-left: auto;
}
.primaryNav ul ul ul li a:hover {
  background-color: #2597D0;
}
.primaryNav ul ul ul li a:link:after {
  font-size: 0.75em;
}
.primaryNav ul ul ul li a:visited:after {
  font-size: 0.75em;
}
.primaryNav ul ul ul li:first-child {
  padding-top: 1em;
}
.primaryNav ul ul ul li:first-child:before {
  height: 2.125em;
  top: -1px;
  border-top-width: 2px;
}
.primaryNav ul ul ul li:before {
  width: 50% !important;
  height: calc(100% - 2px);
  top: -50%;
  left: 0;
  border-left-width: 2px;
  border-bottom-width: 2px;
}
.primaryNav ul ul ul li:after {
  border-width: 0;
}
.primaryNav ul ul ul ul {
  margin-top: 0;
  padding-top: 0.3125em;
  padding-bottom: 0.3125em;
}
.primaryNav ul ul ul ul li a {
  background-color: #de003a;
  padding: 0.75em;
  width: 80%;
}
.primaryNav ul ul ul ul li a:hover {
  background-color: #c20035;
}
.primaryNav ul ul ul ul li a:link:after {
  display: none;
}
.primaryNav ul ul ul ul li a:visited:after {
  display: none;
}
.primaryNav ul ul ul ul li:before {
  display: none;
}
.primaryNav ul ul ul ul li:first-child:before {
  display: none;
}
.primaryNav ul ul ul ul:before {
  width: 1px;
  height: calc(100% + 2.5em);
  top: -2.5em;
  left: 0;
  border-left-width: 2px;
}
.primaryNav ul ul ul:before {
  width: 50%;
  height: 1.25em;
  top: -10px;
  right: 1px;
  border-left-width: 2px;
}
.primaryNav ul:before {
  display: block;
  content: '';
  position: absolute;
  border-width: 0;
  border-color: #e3e3e3;
  border-style: solid;
  z-index: -1;
}
.primaryNav ul:after {
  display: block;
  content: '';
  position: absolute;
  border-width: 0;
  border-color: #e3e3e3;
  border-style: solid;
  z-index: -1;
}
.primaryNav ul li:before {
  display: block;
  content: '';
  position: absolute;
  border-width: 0;
  border-color: #e3e3e3;
  border-style: solid;
  z-index: -1;
}
.primaryNav ul li:after {
  display: block;
  content: '';
  position: absolute;
  border-width: 0;
  border-color: #e3e3e3;
  border-style: solid;
  z-index: -1;
}
.primaryNav li {
  flex: 1;
  flex-basis: 11.5em;
  padding-right: 1.25em;
  position: relative;
}
.primaryNav li a {
  margin: 0;
  padding: 0.875em 0.9375em 0.9375em 0.9375em;
  display: block;
  font-size: 0.9375em;
  font-weight: 600;
  color: white;
  background: #EBA607;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.025);
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
.primaryNav li a:hover {
  background-color: #BB7900;
}
.primaryNav &gt; ul &gt; li {
  margin-top: 3em;
}
.primaryNav &gt; ul &gt; li:before {
  height: 1.375em;
  top: -1.375em;
  right: calc(50% + 0.625em);
  width: 100%;
  border-top-width: 2px;
  border-right-width: 2px;
}
.primaryNav &gt; ul &gt; li:first-child + li:before {
  border-top-width: 0;
  height: 5em;
  top: -5em;
}
.primaryNav &gt; ul &gt; li:last-child:after {
  border-bottom-width: 0;
}
.primaryNav a:link:after {
  display: block;
  font-weight: 600;
  font-size: 0.75em;
  margin-top: 0.25em;
  word-wrap: break-word;
  color: rgba(255, 255, 255, 0.75);
}
.primaryNav a:visited:after {
  display: block;
  font-weight: 600;
  font-size: 0.75em;
  margin-top: 0.25em;
  word-wrap: break-word;
  color: rgba(255, 255, 255, 0.75);
}
.utilityNav {
  float: right;
  margin-top: 0;
  margin-bottom: -0.25em;
  margin-right: 1.25em;
  max-width: 48%;
  list-style-type: none;
}
.utilityNav a:link:after {
  display: block;
  font-weight: 600;
  font-size: 0.75em;
  margin-top: 0.25em;
  word-wrap: break-word;
  color: rgba(255, 255, 255, 0.75);
}
.utilityNav a:visited:after {
  display: block;
  font-weight: 600;
  font-size: 0.75em;
  margin-top: 0.25em;
  word-wrap: break-word;
  color: rgba(255, 255, 255, 0.75);
}
.utilityNav li {
  padding: 0 0 0.625em 0.625em;
  display: inline-block;
}
.utilityNav li a {
  display: block;
  font-size: 0.75em;
  font-weight: 700;
  padding: 0.75em 1em;
  font-weight: 600;
  text-align: left;
  color: white;
  background-color: #303f4c;
  border: 1px solid rgba(0, 0, 0, 0.025);
  box-shadow: 0px 2px 0 rgba(0, 0, 0, 0.15);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
.utilityNav li a:hover {
  background-color: #1C252D;
}
.utilityNav li a:link:after {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.75em;
  font-weight: 600;
  margin-top: 0.25em;
}
.utilityNav li a:visited:after {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.75em;
  font-weight: 600;
  margin-top: 0.25em;
}
/* ------------------------------------------------------------
	Responsive Styles
------------------------------------------------------------ */
/* The media queries below keep the grid column widths intact when
a column wraps. This prevents the wrapped column from displaying at
100% width. These queries also make the homepage line item flex
appropriately. When your sitemap is complete, remove the queries
that you don't need, and your sitemap layout will work perfectly. */
/* two column */
/* three column */
/* four column */
.content-sitemap {
  padding: 2em;
  font-size: 16px;
  line-height: 1;
}
.page-01a .content-header {
  background: url(../img/bg-header-hp.jpg) no-repeat center top;
  background-size: cover;
  margin-bottom: 30px;
}
.page-01a .flex-card {
  margin-top: 30px;
}
/* min desktop */
.page-02 .content-header {
  background: url(../img/bg-marque-clients.jpg) no-repeat center;
  background-size: cover;
}
.page-02 .flex-card {
  margin-top: 30px;
}
.page-02 .bloc-autres-articles .card__title {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.page-02 .bloc-autres-articles .card__title--underline:after {
  margin-left: auto;
  margin-right: auto;
}
/* min desktop */
.page-03 .flex-card {
  margin-top: 30px;
}
.page-03 .bloc-actus .flex-card {
  margin-top: 16px;
}
.page-03 .bloc-decouvrir-marques {
  margin-bottom: -50px;
}
/* min desktop */
.page-04a .content-header {
  background-size: cover;
}
.page-04a .card:first-child {
  margin-top: 20px;
}
.page-04a .wpcf7-submit {
  background-color: #e0c3b9;
  width: 200px;
  height: 40px;
  line-height: 40px;
  color: white;
  text-align: center;
}
.page-04a .wpcf7-form-control {
  width: 100%;
  max-width: 350px;
}
.page-04a .block_filiales {
  margin-bottom: 15px;
}
.page-04a .block_filiales h4 {
  color: #1E879E;
}
.page-04a .block_filiales p {
  margin: 0;
}
.page-04a .block_siege {
  margin-bottom: 15px;
}
.page-04a .block_siege h4 {
  color: #1E879E;
}
.page-04a .block_siege p {
  margin: 0;
}
.page-04a .block_filiale {
  margin-bottom: 15px;
}
.page-04a .block_filiale h3 {
  color: #1E879E;
}
.page-04a .block_filiale p {
  margin: 0;
}
/* min tablet */
.page-04b.main-content {
  background-size: contain;
  padding-top: 12vw;
}
.page-05a .content-header {
  background: url(../img/bg-header-news.jpg) no-repeat center;
  background-size: cover !important;
}
/* min tablet */
.page-05b.main-content {
  background-size: contain;
  padding-top: 12vw;
}
.page-05b .bloc-autres-articles .card__content {
  text-align: left;
  padding-left: 0;
}
@media screen and (min-width: 419px) {
  .bloc-chiffres__item {
    width: 45%;
  }
  .bloc-chiffres__item__chiffre {
    color: #BFBFC0;
    font-size: 50px;
    line-height: 60px;
    display: block;
    opacity: 0.6;
    font-weight: 400;
  }
  .bloc-chiffres__item__texte {
    color: #1C252D;
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (min-width: 480px) {
  .wrap {
    padding: 0 4vw;
  }
}
@media screen and (min-width: 30em) {
  .primaryNav &gt; ul &gt; li {
    max-width: 50%;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .card__title.retour_chariot {
    width: 465px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 38.5em) {
  .primaryNav &gt; ul &gt; li {
    max-width: 33%;
  }
}
@media screen and (min-width: 767px) {
  .bloc-decouvrir-marques .slick-slider .slick-list {
    width: 60%;
  }
  .bloc-chiffres__item {
    width: auto;
    padding: 2vw;
  }
  .bloc-chiffres__item__chiffre {
    font-size: 6.66vw;
    line-height: 8.12vw;
  }
}
@media screen and (min-width: 768px) {
  body::after {
    content: 'tablet';
  }
  .article .card__title {
    margin: 36px 0;
  }
  .btn {
    padding: 16px 40px;
    min-width: 210px;
    margin-top: 30px;
    background: linear-gradient(to right, #1E879E 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.3s ease-out;
  }
  .btn--bleu {
    background: linear-gradient(to right, #28282847 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: right bottom;
  }
  .btn--black {
    background: linear-gradient(to right, #28282820 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: right bottom;
  }
  .btn--yellow {
    background: linear-gradient(to right, #EBA60720 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: right bottom;
  }
  .btn--actuality {
    background: linear-gradient(to right, #3FA8B320 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: right bottom;
  }

  .btn:hover {
    background-position: left bottom;
  }

  .card {
    /* cta absolute bottom spacing */
    padding-bottom: 50px;
    /* hover stroke effet */
  }
  .card__content {
    padding: 30px;
  }
  .card__title {
    font-weight: 500;
    font-size: 26px;
  }
  .card__text {
    font-size: 16px;
  }
  .card__cta span {
    position: relative;
    padding: 6px 0;
  }
  .card__cta span:after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #1C252D;
    height: 2px;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
  }
  .card:hover .card__cta span:after,
  .card:focus .card__cta span:after,
  .card:active .card__cta span:after {
    right: 0;
  }
  .cards-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
  .cards-list .card {
    /* OLD */
    /*padding: 0 25px;
			width: 50%;*/
    /* NEW */
    margin: 0 15px 30px;
    width: calc(50% - 30px);
    /* vertical center text (maybe to use) */
    /*display: flex;
		    flex-direction: column;*/
  }
  .cards-list .card__image {
    /*border: 2px solid #FFFFFF;*/
    /* avoid bottom white line when hover scale */
    overflow: hidden;
  }
  .cards-list .card__image img {
    transition: 0.5s;
  }
  .cards-list .card:hover .card__image img {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  .cards-list .card__content {
    /* vertical center text (old) */
    /*flex: 1;
			    display: flex;
			    flex-direction: column;
			    justify-content: center;*/
  }
  .cards-list .card__text {
    /* truncate multiline */
    display: block;
    /* Fallback for non-webkit */
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
  }
  .cards-list .card__cta {
    /* cta absolute bottom */
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
  }
  .block_filiales h3 {
    font-size: 26px;
  }
  .block_filiales h4 {
    font-size: 20px;
  }
  .block_filiales .card {
    padding-bottom: 0;
  }
  .content-header {
    min-height: 590px;
    height: calc(100vh - 60px);
    flex-direction: column;
    justify-content: center;
    background-size: cover !important;
  }
  .content-header__label {
    font-size: 20px;
  }
  .content-header__title {
    font-size: 60px;
    margin: 20px 0;
  }
  .content-header__intro {
    font-size: 20px;
  }
  .content-header-international {
    min-height: calc(60vh - 80px);
    height: 1px;
    /*IE 11*/
    flex-direction: column;
    justify-content: center;
  }
  .content-header-international__intro {
    font-size: 20px;
  }
  #toggle-drawer:checked ~ .container {
    -webkit-transform: translate3d(-500px, 0, 0);
            transform: translate3d(-500px, 0, 0);
  }
  .footer {
    padding-top: 40px;
    text-align: center;
    margin-top: 60px;
  }
  .footer__social [class^="picto"] {
    width: 34px;
    height: 34px;
    background-size: auto 42%;
  }
  .footer__menu {
    margin: 40px 0;
  }
  .footer__menu li {
    display: inline-block;
  }
  .footer__menu li a {
    padding: 8px 20px;
  }
  .post-footer {
    padding: 10px 20px;
  }
  .main-nav {
    width: 500px;
  }
  .news-list .card__title {
    font-size: 24px;
  }
  .news-list .flex-card {
    display: flex;
    align-items: center;
    padding-bottom: 0;
  }
  .news-list .flex-card &gt; * {
    width: 50%;
  }
  .news-list .flex-card .card__content {
    padding: 2vw 4vw;
  }
  .news-list .flex-card .card__text {
    font-size: 14px;
    line-height: 3vw;
  }
  .news-list .flex-card .card__image {
    height: 100%;
  }
  .news-list .flex-card .card__image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bloc-autres-articles {
    margin-top: 100px;
  }
  .bloc-autres-articles .cards-list {
    margin-top: 40px;
  }
  .bloc-autres-articles .card {
    padding-bottom: 0;
  }
  .bloc-distribution {
    margin-bottom: 60px;
  }
  .bloc-distribution .flex-steps &gt; * {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .bloc-distribution .flex-steps p {
    font-size: 14px;
  }
  .bloc-evenements {
    margin-bottom: 60px;
  }
  .bloc-evenements .card__content {
    padding: 50px;
  }
  .bloc-expertise {
    margin-bottom: 60px;
  }
  .bloc-expertise .flex-images {
    display: flex;
  }
  .bloc-expertise .flex-images a {
    width: 33%;
  }
  .bloc-expertise .flex-images a img {
    height: 100%;
    width: 100%;
  }
  .bloc-offre {
    margin-bottom: 60px;
  }
  .bloc-offre__visus {
    display: flex;
  }
  .bloc-partenaire .flex-steps {
    margin-top: 20px;
    font-size: 16px;
  }
  .bloc-partenaire .flex-steps &gt; * {
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .bloc-partenaire .flex-steps__arrow:after {
    right: -13px;
  }
  .bloc-opportunites {
    margin-bottom: 50px;
  }
  .bloc-opportunites .flex-steps {
    margin-top: 20px;
    font-size: 16px;
  }
  .bloc-opportunites .flex-steps .facet-wp-filter {
    width: 33%;
    padding: 0 10px;
    max-width: 400px;
  }
  .bloc-opportunites .flex-steps a {
    width: auto;
  }
  .bloc-opportunites .flex-steps .fs-wrap,
  .bloc-opportunites .flex-steps .fs-options {
    width: 100%;
  }
  .page-03 .bloc-decouvrir-marques {
    margin-bottom: -60px;
  }
  .page-04a .card:first-child {
    margin-top: 0;
  }
  .page-04a .content-header,
  .page-05a .content-header {
    /* overlap next element (with header text centered vertically) */
    margin-bottom: -180px;
    padding-bottom: 180px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .card__title.retour_chariot {
    font-size: 18px;
    width: 720px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 786px) {
  .bloc-talents .card__content .card__title {
    font-size: 24px;
  }
  .bloc-actus .card__content .card__title {
    font-size: 24px;
  }
}
@media screen and (min-width: 50em) {
  .primaryNav &gt; ul &gt; li {
    max-width: 25%;
  }
}
@media screen and (min-width: 1024px) {
  body::after {
    content: 'desktop';
  }
  .article .card__title {
    margin: 60px 0;
  }
  .card__label {
    font-size: 16px;
    letter-spacing: 0.5em;
    margin-bottom: 30px;
  }
  .card__content {
    padding: 36px;
  }
  .card__title {
    font-size: 38px;
  }
  .cards-list {
    margin: 0 -25px;
  }
  .cards-list .card {
    margin: 0 25px 50px;
    width: calc(50% - 50px);
  }
  .cards-list .card__cta {
    bottom: 44px;
  }
  .cards-list--33 .card {
    width: calc(33.33% - 50px);
  }
  .block_filiales .card {
    margin: 0 25px 30px;
  }
  .content-header {
    /*min-height: 851px;*/
  }
  .content-header__label {
    font-size: 25px;
  }
  .content-header__title {
    font-size: 88px;
  }
  .content-header__intro {
    font-size: 24px;
  }
  .flex-steps {
    text-align: center;
    font-size: 16px;
  }
  .flex-steps &gt; * {
    width: 25%;
  }
  .flex-steps__count {
    font-size: 58px;
    width: 125px;
    height: 125px;
    line-height: 125px;
    margin-bottom: 16px;
  }
  .footer {
    padding-top: 60px;
    margin-top: 80px;
  }
  .footer__logo {
    width: 280px;
  }
  .footer__social [class^="picto"] {
    width: 40px;
    height: 40px;
    margin: 0 5px;
  }
  .footer__menu {
    margin: 60px 0;
  }
  .news-list .card__image {
    overflow: hidden;
    height: 100%;
  }
  .news-list .card__image img {
    transition: 0.5s;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .news-list .card:hover .card__image img {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  .news-list .flex-card .card__text {
    font-size: 16px;
    line-height: 2;
  }
  .bloc-distribution {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .bloc-distribution .flex-steps &gt; * {
    /*padding: 4vw 3vw 5vw;*/
    padding: 0 3vw;
    margin: 4vw 0 5vw;
  }
  .bloc-distribution .flex-steps &gt; *:not(:last-child) {
    background-image: linear-gradient(#1E879E 30%, rgba(255, 255, 255, 0) 0%);
    background-position: right;
    background-size: 1px 9px;
    background-repeat: repeat-y;
  }
  .bloc-distribution .flex-steps p {
    font-size: 16px;
    line-height: 1.95;
  }
  .bloc-offre {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .bloc-offre .card__content {
    padding: 3.6vw 0 3vw;
  }
  .bloc-offre .card__text {
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-01a .content-header {
    margin-bottom: 100px;
  }
  .page-02 .content-header {
    margin-bottom: 100px;
  }
  .page-03 .flex-card {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .page-03 .bloc-actus .flex-card {
    margin-top: 30px;
  }
  .page-03 .bloc-decouvrir-marques {
    margin-bottom: -80px;
  }
}
@media screen and (min-width: 1200px) {
  .text-over-image {
    font-size: 22px;
    left: 48px;
    bottom: 33px;
  }
  .flex-card {
    display: flex;
    align-items: center;
    /* remove wrap */
    max-width: none;
    padding: 0;
  }
  .flex-card &gt; * {
    width: 50%;
  }
  .flex-card--reverse {
    flex-direction: row-reverse;
  }
  .flex-card.full-text &gt; * {
    width: 100%;
  }
  .flex-card .card__content {
    padding: 2vw 6vw;
  }
  .bloc-evenements {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .bloc-evenements .card__content {
    padding: 80px;
  }
  .bloc-expertise {
    margin-top: 40px;
    margin-bottom: 100px;
  }
  .bloc-expertise .card__title {
    margin-bottom: 16px;
  }
  .bloc-offre {
    position: relative;
  }
  .bloc-offre__visus__item:hover img {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  .pastille {
    width: 150px;
    height: 150px;
    font-size: 18px;
    padding-top: 50px;
    box-sizing: border-box;
    margin-left: calc(95% - 150px);
  }
  .pastille:before,
  .pastille:after {
    height: 28px;
  }
  .body-en_GB .pastille {
    padding-top: 65px;
  }
  .bloc-partenaire {
    margin-top: 100px;
  }
  .bloc-partenaire .flex-steps {
    margin-top: 40px;
    font-size: 22px;
  }
  .bloc-partenaire .flex-steps img {
    margin-bottom: 36px;
  }
  .bloc-partenaire .flex-steps__arrow:after {
    width: 48px;
    right: -26px;
  }
  .bloc-talents &gt; .card__title {
    padding: 20px;
  }
  .bloc-actus &gt; .card__title {
    padding: 20px;
  }
  .bloc-opportunites {
    margin-bottom: 100px;
  }
  .bloc-opportunites .flex-steps {
    font-size: 22px;
    align-items: center;
  }
  .bloc-opportunites .flex-steps img {
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .burger {
    display: none;
  }
  .header {
    padding: 0 5%;
    height: 100px;
    background-color: #fff;
  }
  .header__logo {
    width: 15%;
    max-width: 244px;
    width: 12%;
    max-width: 180px;
  }
  .main-nav {
    flex: 1;
    display: flex;
    align-items: center;
    width: auto;
  }
  .main-nav li {
    font-size: 11px;
  }
  .main-nav__lang,
  .main-nav__list {
    margin: 0 auto;
  }
  .main-nav__lang {
    margin-left: 0;
  }
  .main-nav__lang li {
    color: #1C252D;
  }
  .main-nav__list {
    order: -1;
    display: flex;
    align-items: center;
  }

  .main-nav__item__title {
    display: block;
    padding: 12px 1.55vw;
    position: relative;
  }
  .main-nav__item__title::after {
    content: '';
    position: absolute;
    left: 1.55vw;
    right: 1.55vw;
    bottom: 0;
    border-top: 2px solid #9FE0F5;
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    transition: opacity 0.3s, -webkit-transform 0s 0.3s;
    transition: opacity 0.3s, transform 0s 0.3s;
    transition: opacity 0.3s, transform 0s 0.3s, -webkit-transform 0s 0.3s;
  }
  .main-nav__item:hover .main-nav__item__title::after {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    transition: all 0.3s;
  }
  .main-nav__item:hover .subnav {
    opacity: 1;
    z-index: 100;
    transition: opacity 0.3s, z-index 0s;
  }
  .main-nav .subnav {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% - 35px);
    padding-top: 35px;
    color: #fff;
    opacity: 0;
    z-index: -1000;
    transition: opacity 0.3s, z-index 0s 0.3s;
  }
  .main-nav .subnav__title {
    display: none;
  }
  .main-nav .subnav__list {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 50px 0;
    background-color: #1E879E;
  }

  /* First Nav Item Menu */
  .main-nav .main-nav__item:first-child .subnav__list{
    background-color: #EBA607;
  }

  .main-nav .main-nav__item .subnav__list__item &gt; a{
    border-bottom-color: white;
  }

  .main-nav .main-nav__item:first-child .main-nav__item__title::after{
    border-top-color: #EBA607;
  }

  /* Second Nav Item Menu */
  .main-nav .main-nav__item:nth-child(2) .subnav__list{
    background-color: #0F9FD6;
  }

  .main-nav .main-nav__item:nth-child(2) .main-nav__item__title::after{
    border-top-color: #0F9FD6;
  }

  /* Third Nav Item Menu */
  .main-nav .main-nav__item:nth-child(3) .subnav__list{
    background-color: #3FA8B3;
  }

  .main-nav .main-nav__item:nth-child(3) .main-nav__item__title::after{
    border-top-color: #3FA8B3;
  }

  /* Fourth Nav Item Menu */
  .main-nav .main-nav__item:nth-child(4) .subnav__list{
    background-color: #D73C50;
  }

  .main-nav .main-nav__item:nth-child(4) .main-nav__item__title::after{
    border-top-color: #D73C50;
  }

  /* Fifth Nav Item Menu */
  .main-nav .main-nav__item:nth-child(5) .subnav__list{
    background-color: #e0c3b9;
  }

  .main-nav .main-nav__item:nth-child(5) .main-nav__item__title::after{
    border-top-color: #e0c3b9;
  }

  .main-nav .subnav__list__item {
    max-width: 190px;
  }
  .main-nav .subnav__list__item &gt; span,
  .main-nav .subnav__list__item &gt; a {
    display: block;
    min-height: 3.875em;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    padding-bottom: 15px;
    border-bottom: 1px solid #359DB4;
  }
  .main-nav .subnav__list__item &gt; span[href="#"],
  .main-nav .subnav__list__item &gt; a[href="#"] {
    cursor: default;
    padding-right: 0;
  }
  .main-nav .subnav__list__item &gt; span[href="#"]::after,
  .main-nav .subnav__list__item &gt; a[href="#"]::after {
    content: none;
  }
  .main-nav .subnav__list__item &gt; span[href="#"]:hover,
  .main-nav .subnav__list__item &gt; a[href="#"]:hover {
    color: white;
  }
  .main-nav .subnav__list__item &gt; ul li {
    margin: 15px 0;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal;
  }
  .main-nav .subnav__list__item &gt; ul li a:hover {
    text-decoration: underline;
  }
  .main-nav .subnav__list__item + .subnav__list__item {
    margin-left: 3.65vw;
  }
}
@media screen and (min-width: 1300px) {
  .article .card__content {
    padding-left: 195px;
    padding-right: 195px;
  }
}
@media screen and (min-width: 1360px) {
  .link-back {
    position: absolute;
    top: 100px;
    left: -23px;
    padding-left: 64px;
  }
  .link-back__arrow-btn {
    width: 46px;
    height: 46px;
  }
  .link-back__arrow-btn:before {
    top: 17px;
    left: 19px;
  }
  .news-list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: 0 -25px;
  }
  .news-list .date-card {
    width: calc(33.33% - 50px);
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    word-break: break-all;
    font-size: 11vw;
    line-height: 1;
    padding: 0 5.6vw;
    font-weight: 200;
  }
  .news-list .card__content {
    width: 54.4%;
  }
  .news-list .flex-card .card__text {
    font-size: calc(0.5vw + 7px);
  }
  .news-list &gt; * {
    width: calc(66.66% - 50px);
    margin: 0 25px 50px;
  }
  .news-list &gt; *:nth-child(3n) {
    display: block;
    width: calc(33.33% - 50px);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .news-list &gt; *:nth-child(3n) &gt; * {
    width: 100%;
    height: auto;
  }
  .news-list &gt; *:nth-child(3n) .card__image {
    height: auto;
  }
  .news-list &gt; *:nth-child(3n) .card__image img {
    height: auto;
  }
}
@media screen and (min-width: 1400px) {
  .news-list .date-card {
    padding: 0 95px;
  }
}
@media screen and (min-width: 1600px) {
  .news-list .date-card {
    font-size: 208px;
    padding: 0 89px;
    max-width: 451.609px;
  }
  .bloc-chiffres__item {
    width: auto;
    padding: 32px;
  }
  .bloc-chiffres__item__chiffre {
    font-size: 100px;
    line-height: 120px;
  }
}
@media screen and (min-width: 1800px) {
  .bloc-offre__pastille {
    /*right: -70px;*/
  }
}
@media screen and (max-width: 1023px) {
  .wrap--only-desk {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 599px) {
  .card__title.retour_chariot {
    width: 100%;
    margin: 0 auto;
  }
  .card__title.retour_chariot + .card__subtitle{
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .card__title {
    font-weight: 500;
  }
  .bloc-expertise .flex-images {
    display: flex;
    flex-direction: column;
  }
  .bloc-expertise .flex-images a {
    width: 100%;
  }
  .bloc-expertise .flex-images a img {
    height: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  /* ------------------ */
  /* --- CROP IMAGE --- */
  /* ------------------ */
  .page-01a .vert-clip-image,
  .page-02 .vert-clip-image,
  .page-03 .vert-clip-image {
    height: 80vw;
    overflow: hidden;
  }
  .page-01a .vert-clip-image img,
  .page-02 .vert-clip-image img,
  .page-03 .vert-clip-image img {
    display: block;
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  /* ------------------ */
  /* --- CROP IMAGE --- */
  /* ------------------ */
  .page-05a .vert-clip-image {
    height: 56vw;
    overflow: hidden;
  }
  .page-05a .vert-clip-image img {
    display: block;
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .content-header__img {
    width: 80px;
  }
  #toggle-drawer:checked ~ .container {
    -webkit-transform: translate3d(calc(-100% + 72px), 0, 0);
            transform: translate3d(calc(-100% + 72px), 0, 0);
  }
  .header__logo {
    width: 100px;
    max-width: 100px;
  }
  .main-nav {
    width: calc(100% - 72px);
  }
  .bloc-evenements .card__title--underline:after {
    width: calc(1vw + 30px);
  }
  .bloc-partenaire .flex-steps__arrow\@md:after {
    display: none;
  }
}
@media screen and (max-width: 1279px) {
  .drawer {
    position: absolute;
    z-index: 1;
    left: 100%;
    top: 87px;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    background: #333;
    text-align: right;
    padding: 0 50px 30px;
    transition: left 0.3s;
  }
  .drawer .link-back {
    position: absolute;
    left: -25px;
  }
  .drawer.active {
    left: 0;
  }
  .drawer.active .subnav__title i {
    left: -75px;
    opacity: 1;
    transition: all 0.2s 0.2s;
  }
  /* --------------------- */
  /* -- DRAWER BEHAVIOR -- */
  /* --------------------- */
  #toggle-drawer:checked ~ .container {
    opacity: 0.9;
    overflow-x: visible;
  }
  #toggle-drawer:checked ~ .container .burger__lines span:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: -3px;
    left: 8px;
  }
  #toggle-drawer:checked ~ .container .burger__lines span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }
  #toggle-drawer:checked ~ .container .burger__lines span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 26px;
    left: 8px;
  }
  .header {
    justify-content: space-between;
    padding: 12px 18px;
  }
  .header__logo {
    max-width: 140px;
  }
  .main-nav {
    position: fixed;
    left: 100%;
    top: 0;
    min-height: 100vh;
    height: 100%;
    padding: 40px 50px 30px;
    background: #333;
    z-index: 1;
    overflow-x: hidden;
  }
  .main-nav li {
    font-size: 14px;
    color: #F8F7F5;
  }
  .main-nav__item__title {
    display: block;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    text-align: right;
  }
  .main-nav .subnav__title {
    display: block;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    color: #1E879E;
    position: relative;
  }

  .main-nav .main-nav__item:first-child .subnav__title{
    color: #EBA607;
  }
  .main-nav .main-nav__item:first-child i{
    background: #EBA607;
  }

  .main-nav .main-nav__item:nth-child(2) .subnav__title{
    color: #0F9FD6;
  }
  .main-nav .main-nav__item:nth-child(2) i{
    background: #0F9FD6;
  }

  .main-nav .main-nav__item:nth-child(3) .subnav__title{
    color: #3FA8B3;
  }
  .main-nav .main-nav__item:nth-child(3) i{
    background: #3FA8B3;
  }

  .main-nav .main-nav__item:nth-child(4) .subnav__title{
    color: #D73C50;
  }
  .main-nav .main-nav__item:nth-child(4) i{
    background: #D73C50;
  }

  .main-nav .main-nav__item:nth-child(5) .subnav__title{
    color: #E0C3B9;
  }
  .main-nav .main-nav__item:nth-child(5) i{
    background: #E0C3B9;
  }

  .main-nav .subnav__title i {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: #1E879E;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.2s;
  }
  .main-nav .subnav__title i::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 4px;
    border-style: solid;
    border-width: 0 0 1px 1px;
    color: #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .main-nav .subnav__list__item {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .main-nav .subnav__list__item a {
    display: block;
    position: relative;
  }
  .main-nav .subnav__list__item a[href="#"] {
    cursor: default;
    padding-right: 0;
  }
  .main-nav .subnav__list__item a[href="#"]::after {
    content: none;
  }
  .main-nav .subnav__list__item a::after {
    content: '';
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    width: 9px;
    height: 9px;
    margin-right: 2px;
    border-style: solid;
    border-width: 1px 1px 0 0;
  }
  .main-nav .subnav__list__item &gt; a,
  .main-nav .subnav__list__item &gt; span {
    font-weight: 700;
  }
  .main-nav .subnav__list__item &gt; a {
    padding: 20px 24px 20px 0;
  }
  .main-nav .subnav__list__item &gt; span {
    display: block;
    padding: 20px 0 8px;
  }
  .main-nav .subnav__list__item ul {
    padding-bottom: 8px;
  }
  .main-nav .subnav__list__item ul a {
    padding: 8px 14px 8px 0;
  }
  .main-nav .subnav__list__item ul a::after {
    width: 5px;
    height: 5px;
  }
}
@media screen and (max-width: 768px) {
  .bloc-expertise .flex-images span {
    font-size: 6vw;
  }
}
@media screen and (max-width: 30em) {
  .primaryNav ul {
    display: block;
  }
  .primaryNav li {
    width: 100%;
    padding-right: 0;
  }
  .primaryNav #home {
    width: 100%;
    position: relative;
    margin-bottom: -1em;
    margin-top: 0;
  }
  .utilityNav {
    float: none;
    display: block;
    width: 100%;
    text-align: right;
    margin-bottom: 2.5em;
    max-width: 100%;
  }
  .primaryNav ul {
    display: block;
  }
  .primaryNav li {
    width: 100%;
    padding-right: 0;
  }
  .primaryNav #home {
    width: 100%;
    position: relative;
    margin-bottom: -1em;
    margin-top: 0;
  }
  .utilityNav {
    float: none;
    display: block;
    width: 100%;
    text-align: right;
    margin-bottom: 2.5em;
    max-width: 100%;
  }
}

.single-job .link-back__arrow-btn,
.single-job.page-04a .wpcf7-submit{
  background: #D73C50;
}

.single-job .link-back{
  color: #D73C50;
}

.fs-label {
  color:black;
}

/*# sourceMappingURL=style.css.map */
</pre></body></html>