.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0a0e2b;
  text-align: center;
}

.section.section-quote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  text-align: center;
}

.section.section-bg {
  background-color: #fff;
}

.section.section-pictos {
  background-image: url("../images/Fond-texture-BW_1920x1080.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.section.section-slider {
  z-index: 101;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section.section-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

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

.section.last-section {
  overflow: hidden;
}

.section.section-valeurs {
  overflow: hidden;
  height: auto;
  background-color: #fff;
}

.section.section-filiale {
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  background-color: #fff;
}

.section.section-clients {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

.body {
  font-family: "Linotype helveticaneueltstd roman", sans-serif;
}

.body.cn {
  font-family: "Noto Sans TC", sans-serif;
}

.title-blue-green {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transition: all 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  font-family: "Linotype helveticaneueltstd bdex", sans-serif;
  color: #04256a;
  font-size: 2vw;
  line-height: 3vw;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.title-blue-green.off {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

.quote-container {
  margin-top: 2vw;
  margin-bottom: 2vw;
}

.quote {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 3vw;
  padding-bottom: 3vw;
  -webkit-transition: all 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  color: #04256a;
  font-size: 2vw;
  line-height: 3vw;
}

.quote.off {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

.quote-img {
  width: 50px;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
}

.quote-img.first {
  width: 50px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.quote-img.first.off {
  -webkit-transform: rotate(180deg) translate(0px, -30px);
  -ms-transform: rotate(180deg) translate(0px, -30px);
  transform: rotate(180deg) translate(0px, -30px);
}

.quote-img.off {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

.author-block {
  -webkit-transition: all 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.author-block.off {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

.author {
  font-family: "Linotype helveticaneueltstd mdex", sans-serif;
  color: #04256a;
  font-size: 1.3vw;
  line-height: 2vw;
  letter-spacing: 3px;
}

.function {
  color: #04256a;
  font-size: 1.3vw;
  line-height: 1.3vw;
}

.video {
  box-shadow: 8px 8px 14px 0 rgba(0, 0, 0, 0.19);
}

.video-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-bold {
  margin-bottom: 25px;
  font-size: 1.4vw;
  line-height: 2vw;
  font-weight: 700;
}

.paragraph-default {
  max-width: 60%;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  -webkit-transition: all 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  color: #04256a;
  font-size: 1.4vw;
  line-height: 2vw;
  text-align: left;
}

.paragraph-default.off {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

.paragraph-default.list {
  padding-left: 18px;
}

.picto-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 0px;
}

.picto-item {
  width: 20%;
  -webkit-transition: all 800ms cubic-bezier(0.345, -0.771, 0.655, 1.796);
  transition: all 800ms cubic-bezier(0.345, -0.771, 0.655, 1.796);
}

.picto-item.off {
  opacity: 0;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.paragraph-default-copy {
  margin-bottom: 25px;
}

.swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.swiper-container.slider-pilliers {
  position: relative;
  overflow: hidden;
  cursor: -webkit-grab;
  cursor: grab;
}

.swiper-container.valeur-slider {
  display: none;
}

.swiper-wrapper {
  height: 100%;
}

.swiper-slide {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5%;
  padding-bottom: 50px;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.swiper-slide.slide-pillier {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.swiper-slide.slide-valeur {
  width: 100%;
  padding-right: 0%;
  padding-bottom: 0px;
  padding-left: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-block {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.image {
  width: 80px;
  text-align: left;
}

.slide-title {
  font-family: "Linotype helveticaneueltstd mdex", sans-serif;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

.paragraph-container {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0px;
  font-size: 16px;
  line-height: 23px;
}

.bloc-content {
  margin-top: 50px;
}

.valeurs-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.valeur-item {
  position: relative;
  width: 50%;
  height: 50%;
}

.image-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
}

.pictos {
  max-width: 80%;
  margin-top: 2vw;
  margin-bottom: 2vw;
}

.betterways-img {
  max-width: 80%;
  margin-top: 6vw;
  margin-bottom: 6vw;
}

.video-2 {
  width: 100%;
  height: 100%;
}

.video-container {
  width: 100%;
  height: 100%;
  -webkit-transition: all 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.video-container.off {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

.slide-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide-bg.mobile {
  display: none;
}

.slide-content {
  width: 60%;
}

.slide-valeur-title {
  margin-top: 0px;
  margin-bottom: 5vh;
  color: #0a0e2b;
  font-weight: 400;
  text-transform: uppercase;
}

.slide-valeur-paragraph {
  color: #0a0e2b;
  font-size: 1.4vw;
  line-height: 2.4vw;
  text-align: left;
}

.slider-btn-previous {
  position: absolute;
  left: 10%;
  top: 50%;
  right: auto;
  bottom: auto;
  z-index: 2;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  cursor: pointer;
}

.slider-btn-next {
  position: absolute;
  left: auto;
  top: 50%;
  right: 10%;
  bottom: auto;
  z-index: 2;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  cursor: pointer;
}

.valeur-pagination {
  position: absolute;
  left: 0px;
  top: auto;
  right: 0%;
  bottom: 7vh;
}

.slider-pilliers-next {
  position: absolute;
  left: auto;
  top: auto;
  right: 40px;
  bottom: 0%;
  z-index: 2;
  display: inline-block;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -webkit-transition: all 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  cursor: pointer;
}

.background-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}

.background-video.mobile {
  display: none;
}

.logo {
  position: absolute;
  top: 30px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.header-heading {
  position: absolute;
  top: 17%;
  bottom: auto;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 1500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 1500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  font-family: "Linotype helveticaneueltstd ex", sans-serif;
  color: #fff;
  font-size: 5.3vw;
  line-height: 10vh;
  font-weight: 400;
  letter-spacing: 50px;
  text-transform: uppercase;
}

.header-heading.off {
  opacity: 0;
  letter-spacing: 30px;
}

.bottom-text {
  opacity: 0;
  -webkit-transition: all 1200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 1200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  font-family: "Linotype helveticaneueltstd mdex", sans-serif;
  color: #fff;
  font-size: 2.2vw;
  line-height: 3.3vw;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.bottom-text.off {
  opacity: 0;
}

.anchors {
  position: fixed;
  left: auto;
  top: 0%;
  right: 3%;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: opacity 800ms ease;
  transition: opacity 800ms ease;
}

.anchor {
  width: 8px;
  height: 8px;
  margin-bottom: 3vh;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.45;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.anchor:hover {
  opacity: 1;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}

.anchor.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 8px;
  height: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  cursor: pointer;
}

.anchor.collab {
  display: block;
}

.anchor.clients {
  display: none;
}

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

.switch-lang {
  position: absolute;
  left: 20px;
  top: 20px;
  right: auto;
  bottom: auto;
  padding: 5px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 60px;
  opacity: 0;
  -webkit-transition: all 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  color: #fff;
}

.lang-link {
  margin-right: 15px;
  -webkit-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.lang-link:hover {
  color: #e20101;
}

.lang-link.active {
  border-bottom: 2px solid #e20101;
}

.download-btn {
  position: fixed;
  left: 30px;
  top: auto;
  right: auto;
  bottom: 30px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e20101;
  opacity: 0;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
  color: #fff;
  text-decoration: none;
}

.download-btn:hover {
  background-color: #bb0101;
}

.text-btn {
  padding-top: 4px;
  text-transform: uppercase;
}

.img-bottom {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1000ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 1000ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-object-fit: cover;
  object-fit: cover;
}

.img-bottom.off {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.signature-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col-signature {
  width: 50%;
  text-align: left;
}

.col-signature.desktop {
  -webkit-transition: all 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.col-signature.col-content {
  padding-right: 7vw;
  padding-left: 3vw;
}

.img-signature {
  display: block;
  width: 54%;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: opacity 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.img-signature.mobile {
  display: none;
}

.img-signature.off {
  opacity: 0;
}

.img-valeur {
  width: 100%;
  -webkit-transition: all 1300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 1300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-object-fit: cover;
  object-fit: cover;
}

.img-valeur.off {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.we-are-cma {
  margin-top: 5vw;
  color: #04256a;
  font-size: 1.4vw;
  line-height: 2vw;
}

.signature-paragraph {
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  -webkit-transition: all 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  color: #04256a;
  font-size: 1.4vw;
  line-height: 2vw;
  font-weight: 400;
  text-align: left;
}

.signature-paragraph.off {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

.video-poster {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-image: url("../images/FILM-PLACEHOLDER.jpg");
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: all 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  cursor: pointer;
}

.video-poster.off {
  display: none;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.overlay-white {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 20;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.overlay-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 19;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.bg-forest {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: all 1200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 1200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.bg-forest.anim {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.bottom-text-container {
  position: absolute;
  bottom: 8%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.bold {
  font-family: "Linotype helveticaneueltstd bd", sans-serif;
  color: #04256a;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.slider-pilliers-previous {
  position: absolute;
  left: 40px;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 2;
  display: inline-block;
  transform: inherit !important;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -webkit-transition: all 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  cursor: pointer;
}

.mute-btn {
  position: absolute;
  left: 20px;
  top: 70px;
  right: auto;
  bottom: auto;
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.filiales-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  margin-top: 4vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.filiales-item {
  width: 30%;
  padding: 3%;
}

.link {
  color: #04256a;
  text-decoration: underline;
}

.picto-img {
  width: 60%;
}

.bullet {
  font-size: 2vw;
}

.footer {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #04256a;
}

.footer-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

/* Footer bottom centering and styling */
.footer-bottom {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 4vh;
}

.footer-bottom .text-footer {
  color: #fff;
}

.footer-bottom .link-footer {
  color: #fff;
  text-decoration: none;
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  transition: opacity 200ms ease;
}

.footer-bottom .link-footer:hover {
  opacity: 0.8;
}

.row-website {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 95%;
  margin-left: auto;
}

.row-socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 7%;
  margin-right: 1.5%;
}

.socials-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 60%;
}

.website-item {
  margin-right: 1vw;
  margin-left: 1vw;
}

.website-item img[src*="CCAC"],
.website-item img[src*="CMA-MEDIA"] {
  position: relative;
  top: 4px;
}

.website-item img[src*="LA-MERIDIONALE"] {
  position: relative;
  top: 3px;
}

.socials-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.logo-cma-cgm {
  width: 304px;
  margin-right: 5vw;
}

.go-to-top {
  margin-left: 20px;
}

.paragraph {
  text-decoration: none;
}

.hypertext-link {
  color: #fff;
  text-decoration: underline;
}

.tag {
  width: 0px;
  height: 0px;
}

.link-2 {
  color: #04256a;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .section {
    height: auto;
    padding-top: 11vh;
    padding-bottom: 11vh;
  }

  .section.section-slider {
    height: 100vh;
    padding-top: 0vh;
    padding-bottom: 0vh;
  }

  .section.last-section {
    height: 100vh;
    padding-top: 0vh;
    padding-bottom: 0vh;
  }

  .section.section-valeurs {
    padding-top: 0vh;
    padding-bottom: 0vh;
  }

  .section.home-section {
    height: 100vh;
    padding-top: 0vh;
    padding-bottom: 0vh;
  }

  .title-blue-green {
    font-size: 18px;
    line-height: 25px;
  }

  .quote {
    font-size: 20px;
    line-height: 30px;
  }

  .author {
    font-size: 14px;
    line-height: 24px;
  }

  .function {
    font-size: 16px;
    line-height: 26px;
  }

  .video-block {
    max-width: 80%;
  }

  .paragraph-default {
    font-size: 16px;
    line-height: 26px;
  }

  .swiper-container.valeur-slider {
    overflow: hidden;
    padding-top: 11vh;
    padding-bottom: 15vh;
  }

  .slide-valeur-paragraph {
    font-size: 16px;
    line-height: 24px;
  }

  .slider-btn-previous {
    left: 30%;
    top: auto;
    bottom: 5.5vh;
  }

  .slider-btn-next {
    top: auto;
    right: 30%;
    bottom: 5.5vh;
  }

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

  .header-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
  }

  .bottom-text {
    left: auto;
    right: auto;
    width: 260px;
    font-size: 20px;
    line-height: 25px;
  }

  .anchors {
    display: none;
  }

  .col-signature {
    width: 100%;
  }

  .col-signature.desktop {
    display: none;
  }

  .col-signature.col-content {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .img-signature {
    display: none;
    max-width: 100%;
  }

  .img-signature.mobile {
    display: block;
    margin-top: 5vh;
    margin-bottom: 7vh;
  }

  .we-are-cma {
    font-size: 16px;
    line-height: 26px;
  }

  .signature-paragraph {
    max-width: 80%;
    font-size: 16px;
    line-height: 26px;
  }

  .filiales-list {
    width: 80%;
  }

  .filiales-item {
    width: 47%;
  }

  .picto-img {
    width: 80%;
  }

  .footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-rows-container {
    width: 100%;
  }

  .footer-bottom {
    margin-top: 6vh;
  }

  .row-website {
    width: 100%;
    margin-bottom: 58px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-around;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .row-socials {
    width: 90%;
    margin-right: 4.4vw;
    margin-left: auto;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    gap: 2vw;
  }

  .socials-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
  }

  .socials-item.anchor-item {
    width: auto;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .website-item {
    width: 22%;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .website-item img {
    max-width: 100%;
    height: auto;
  }

  .website-item:nth-child(5) {
    margin-right: 2%;
  }

  .website-item:nth-child(6) {
    margin-left: 2%;
    margin-right: -1%;
  }

  .website-item:nth-child(7) {
    margin-left: -1%;
    margin-right: -1%;
  }

  .website-item:nth-child(8) {
    margin-left: -1%;
  }

  .website-item.half {
    width: 22% !important;
  }

  .logo-cma-cgm {
    margin-bottom: 10vw;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.section-slider {
    height: auto;
  }

  .section.section-centered {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.last-section {
    height: auto;
  }

  .section.home-section {
    padding-top: 15vh;
    padding-bottom: 7vh;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .section.section-clients {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .title-blue-green {
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    font-size: 20px;
    letter-spacing: 2px;
  }

  .quote-container {
    margin-top: 5vw;
    margin-bottom: 5vw;
  }

  .quote {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .quote-img {
    width: 40px;
  }

  .quote-img.first {
    width: 40px;
  }

  .author-block {
    max-width: 70%;
  }

  .video-block {
    height: 56vw;
    max-width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .paragraph-default {
    max-width: 80%;
    text-align: left;
  }

  .paragraph-default.list {
    padding-left: 15px;
  }

  .swiper-container.slider-pilliers {
    overflow: visible;
  }

  .swiper-container.valeur-slider {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .swiper-wrapper.pillier-slider-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .swiper-slide.slide-pillier {
    overflow: hidden;
    height: 270px;
    padding: 0px 0%;
    -webkit-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }

  .content-block {
    position: absolute;
    padding-right: 5%;
    padding-bottom: 0px;
    padding-left: 5%;
  }

  .image {
    width: 50px;
  }

  .slide-title {
    width: 80%;
    font-size: 15px;
    line-height: 26px;
  }

  .bloc-content {
    margin-top: 25px;
  }

  .betterways-img {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .video-container {
    box-shadow: none;
  }

  .slide-bg.mobile {
    position: relative;
    display: block;
  }

  .slide-bg.desktop {
    display: none;
  }

  .slide-content {
    width: 85%;
  }

  .slide-valeur-title {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 30px;
  }

  .image-3 {
    display: none;
  }

  .background-video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .background-video.desktop {
    display: none;
  }

  .background-video.mobile {
    display: block;
  }

  .logo {
    top: 80px;
    width: 100px;
  }

  .header-heading {
    position: static;
    width: auto;
    margin-top: 25%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 20px;
    text-transform: uppercase;
  }

  .bottom-text {
    position: static;
    width: 100%;
    font-size: 17px;
  }

  .trigger-mobile {
    position: absolute;
    left: auto;
    top: 120px;
    right: 8%;
    bottom: auto;
    z-index: 2;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .switch-lang {
    left: 15px;
    top: 15px;
  }

  .download-btn {
    left: auto;
    top: 15px;
    right: 15px;
    bottom: auto;
    height: 32px;
    opacity: 0;
  }

  .text-btn {
    padding-top: 4px;
  }

  .img-bottom {
    position: relative;
    min-height: 375px;
  }

  .img-signature.mobile {
    width: 80%;
    max-width: 80%;
  }

  .img-valeur {
    height: 75vw;
  }

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

  .overlay-white {
    display: block;
  }

  .bottom-text-container {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0.89;
  }

  .filiales-list {
    width: 95%;
  }

  .picto-img {
    width: 80%;
  }

  .footer-rows-container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-bottom {
    margin-top: 2vh;
  }

  .row-website {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .row-socials {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
  }

  .socials-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 80%;
  }

  .website-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20%;
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .website-item:nth-child(n + 6) {
    width: 33.33% !important;
  }

  .website-item.half {
    width: 20% !important;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .socials-item.anchor-item {
    width: 100%;
    margin-top: 2vh;
    margin-left: 0;
  }

  .paragraph-2 {
    font-size: 14px;
    line-height: 24px;
  }

  .line-trigger {
    position: absolute;
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    display: block;
    width: 20px;
    height: 3px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@font-face {
  font-family: "Linotype helveticaneueltstd bd";
  src: url("../fonts/Linotype---HelveticaNeueLTStd-Bd.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Linotype helveticaneueltstd bdex";
  src: url("../fonts/Linotype---HelveticaNeueLTStd-BdEx.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Linotype helveticaneueltstd ex";
  src: url("../fonts/Linotype---HelveticaNeueLTStd-Ex.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Linotype helveticaneueltstd it";
  src: url("../fonts/Linotype---HelveticaNeueLTStd-It.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "Linotype helveticaneueltstd roman";
  src: url("../fonts/Linotype---HelveticaNeueLTStd-Roman.otf")
    format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Linotype helveticaneueltstd mdex";
  src: url("../fonts/Linotype---HelveticaNeueLTStd-MdEx.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}
