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

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

button {
  border: none;
  background: none;
  cursor: pointer;
}

input,
textarea {
  outline: 0;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: 0;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  position: relative;
}

body {
  min-height: 100vh;
}

b,
strong {
  font-weight: 700;
}

a {
  cursor: pointer;
  color: #000;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

n {
  font: inherit !important;
}

/* touch device */
/* touch */
/* mouse */
/* IE */
/* Edge */
body,
input,
textarea,
select {
  font-family: Helvetica, sans-serif;
  font-weight: 300;
  border-radius: 0;
}

b,
strong {
  font-weight: 700;
}

a {
  display: inline-block;
}

::selection {
  color: #fff;
  background: #a0a0a0;
}

::-webkit-input-placeholder {
  color: #607c86;
}

::-moz-placeholder {
  color: #607c86;
}

:-ms-input-placeholder {
  color: #607c86;
}

:-moz-placeholder {
  color: #607c86;
}

.ov-h {
  overflow: hidden;
}

html,
body {
  background: #efefef;
}

html.pc {
  width: calc(100vw - 0px);
  overflow-x: hidden;
}

html.old_osx {
  width: calc(100vw - 0px);
  overflow-x: hidden;
}

html.wait {
  cursor: wait !important;
}

html.wait * {
  pointer-events: none !important;
}

n,
c {
  font-size: inherit !important;
  line-height: inherit !important;
}

#flw-cursor {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  will-change: transform;
  z-index: 2001;
}

#flw-cursor:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  border: 10px solid #0ccdb3;
  transform: translate(-50%, -50%);
  transition: 0.3s cubic-bezier(0, 0, 0.05, 1);
  box-sizing: border-box;
}

#flw-cursor[is='active']:after {
  width: 70px;
  height: 70px;
  border: 2px solid #0ccdb3;
}

#flw-cursor[is='next-slide']:after,
#flw-cursor[is='prev-slide']:after {
  width: 110px;
  height: 110px;
  border: 55px solid #0ccdb3;
}

#flw-cursor[is='next-slide']:before,
#flw-cursor[is='prev-slide']:before {
  content: '';
  background-image: url('img/icons/ico-arrow.svg');
  z-index: 2;
  width: 32px;
  height: 16px;
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 16px);
  background-repeat: no-repeat;
}

#flw-cursor[is='prev-slide']:before {
  transform: rotate(180deg);
}

/* touch device */
@media (pointer: coarse) {
  #flw-cursor {
    display: none;
  }
}
/* mouse */
.wrapper {
  position: relative;
  width: 88.8888888889%;
  max-width: 1600px;
  margin: 0 auto;
  height: 100%;
}

.grid {
  position: fixed;
  display: flex;
  justify-content: space-between;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 88.8888888889%;
  max-width: 1600px;
  height: 100vh;
  z-index: 4000;
  pointer-events: none;
  opacity: 0;
  font-size: 0;
}
.grid div {
  width: 7.1875%;
  background-color: rgba(127, 127, 127, 0.2);
}
.grid.visible {
  opacity: 1;
}

.wrapper-size {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1em;
  background-color: #142636;
  z-index: 1000;
}
.wrapper-size span {
  color: #ffffff;
  display: none;
}

#wrapper-size-l {
  display: block;
}

@media (max-width: 1023px) {
  .wrapper {
    width: 91.1458333333%;
  }
  .grid {
    width: 91.1458333333%;
  }
  .grid div {
    width: 10%;
  }
  .grid .grid-l {
    display: none;
  }
  #wrapper-size-m {
    display: block;
  }
  #wrapper-size-l {
    display: none;
  }
}
@media (max-width: 767px) {
  .wrapper {
    width: calc(100% - 40px);
  }
  .grid {
    width: calc(100% - 40px);
  }
  .grid div {
    width: 13.4%;
  }
  .grid .grid-m {
    display: none;
  }
  #wrapper-size-s {
    display: block;
  }
  #wrapper-size-m {
    display: none;
  }
  #wrapper-size-l {
    display: none;
  }
}
@media (max-width: 540px) {
  .wrapper,
  .grid {
    width: calc(100% - 40px);
  }
  .grid div {
    width: 19.4444444444%;
  }
  .grid .grid-s {
    display: none;
  }
  #wrapper-size-xs {
    display: block;
  }
  #wrapper-size-s {
    display: none;
  }
  #wrapper-size-m {
    display: none;
  }
  #wrapper-size-l {
    display: none;
  }
}
/* Screen reader only - hide visually but keep accessible */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*
Thin: 100;
ExtraLight: 200;
Light: 300;
Regular: 400;
Medium: 500;
Bold: 600;
ExtraBold: 700;
Black: 800;
Heavy: 900;
*/
*,
html,
p,
li,
a,
button,
label {
  font: 400 16px/1.5 roc-grotesk, sans-serif;
}

h1,
h2,
h3,
h4 {
  font-family: roc-grotesk-wide, sans-serif;
  font-weight: 600;
  color: #142636;
}

/* Regular screen (768 to 1440) */
h1,
.h1 {
  font-size: 6.6666666667vw;
}

h2,
.h2 {
  font-size: 5vw;
}

h3,
.h3 {
  font-size: 3.3333333333vw;
}

h4,
.h4 {
  font-size: 2.2222222222vw;
}

/* To animate */
.line-intro-reveal > span {
  opacity: 0;
  transform: translateY(70%);
  will-change: transform;
}

/* Big screens */
@media screen and (min-width: 1440px) {
  h1,
  .h1,
  p.rea-cvr-title {
    font-size: 96px;
  }
  h2,
  .h2 {
    font-size: 72px;
  }
  h3,
  .h3,
  .rea-intro-title,
  h2.quote-main {
    font-size: 48px;
  }
  h4,
  .h4 {
    font-size: 32px;
  }
  .rea-intro-text-right h3,
  .rea-intro-text-right h2,
  .team-talents-txt {
    font-size: 32px;
  }
}
/* Small screens */
@media screen and (max-width: 767px) {
  h1,
  .h1,
  p.rea-cvr-title {
    font-size: 12.8vw;
  }
  h2,
  .h2 {
    font-size: 8.5333333333vw;
  }
  h3,
  .h3,
  .rea-intro-title,
  h2.quote-main {
    font-size: 6.4vw;
  }
  h4,
  .h4 {
    font-size: 5.3333333333vw;
  }
  .rea-intro-text-right h3,
  .rea-intro-text-right h2,
  .team-talents-txt {
    font-size: 5.3333333333vw;
  }
}
.rounded-cta {
  background-color: #d5d5d5;
  font-size: 12px;
  color: #494848;
  font-family: roc-grotesk, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  padding: 12px 28px;
  border-radius: 20px;
}

.cta-arrow svg {
  width: 25px;
  margin-left: 1em;
  display: inline-block;
  vertical-align: middle;
  animation: none;
}

.cta-arrow {
  padding: 0.5em;
}

.cta-arrow.red svg {
  fill: #0ccdb3;
}

.cta-arrow.red {
  color: #0ccdb3;
}

.cta-arrow.white svg {
  fill: #ffffff;
}

.cta-arrow.white {
  color: #ffffff;
}

/* Hover */
@media (pointer: fine) {
  .menu-menu-header-container a:after,
  .menu-menu-header-container a:before,
  .cta-unline:after,
  .cta-unline:before {
    content: '';
    position: absolute;
    bottom: 0.4em;
    left: 0.25em;
    width: calc(100% - 0.45em);
    height: 1px;
    background-color: #0ccdb3;
    transform: scaleX(0);
  }
  .menu-menu-header-container a:before,
  .cta-unline:before {
    transform-origin: top left;
    opacity: 0;
  }
  .menu-menu-header-container a:after,
  .cta-unline:after {
    transform-origin: top right;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.7, 0.9);
  }
  .menu-menu-header-container a:hover:before,
  .cta-unline:hover:before {
    transform: scaleX(1);
    opacity: 1;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.7, 0.9);
  }
  .menu-menu-header-container a:hover:after,
  .cta-unline:hover:after {
    transition: none;
    transform: scaleX(1);
    opacity: 0;
  }
  .cta-arrow:hover svg {
    animation: mouseoverArrow 700ms cubic-bezier(0.1, 0.6, 0, 1) forwards;
  }
}
@keyframes mouseoverArrow {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  30% {
    transform: translateX(20px);
    opacity: 0;
  }
  31% {
    transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/*! locomotive-scroll v3.5.4 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100vh;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}

.c-scrollbar:hover {
  transform: scaleX(1.45);
}

.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
  opacity: 1;
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

#f-launch {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #000;
  z-index: 1000;
  will-change: transform;
}

#aj-t {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  pointer-events: none;
  display: none;
  background-color: #000;
  transform: translate3d(0, -100%, 0);
  font-size: 0;
  will-change: transform;
}

.p-cvr {
  width: 100vw;
  height: 100vh;
  min-height: 700px;
  background-color: #d5d5d5;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.p-crv-cont {
  width: 100%;
  height: 100%;
}

.p-cvr-heading-cont {
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 3;
}

.p-cvr-scroll {
  position: absolute;
  bottom: 50px;
  left: 50%;
  padding: 10px;
  transform-origin: 50% 50%;
  transform: rotate(90deg);
  line-height: 0;
}
.p-cvr-scroll svg {
  width: 30px;
}

.p-cvr-heading > * {
  color: #ffffff;
  margin-bottom: 0.3em;
}
.p-cvr-heading > *:last-child {
  margin-bottom: 0;
}

.p-cvr-label {
  font: 600 16px/1.5 roc-grotesk, sans-serif;
}
.p-cvr-label span {
  font-weight: 400;
  display: inline-block;
  vertical-align: baseline;
  padding-left: 2em;
}
.p-cvr-label span:before {
  content: '—';
  position: absolute;
  top: 0;
  left: 0.5em;
}

.p-cvr-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-cvr-video,
.p-cvr-img {
  width: 100%;
  height: 100%;
  max-width: inherit;
  object-fit: cover;
  z-index: 2;
}
.p-cvr-video[data-position='left'],
.p-cvr-img[data-position='left'] {
  object-position: left center;
}
.p-cvr-video[data-position='right'],
.p-cvr-img[data-position='right'] {
  object-position: right center;
}
.p-cvr-video[data-position='center'],
.p-cvr-img[data-position='center'] {
  object-position: center center;
}

.p-cvr-fallback {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: inherit;
  z-index: 1;
}

@media (max-width: 767px) {
  .p-cvr-heading h1 {
    font-size: 10vw;
  }
}
/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

footer {
  background-color: #000;
  padding: 150px 0;
}

.ftr-cont,
.ftr-col,
.ftr-row {
  display: flex;
}

.ftr-cont {
  justify-content: space-between;
}
.ftr-cont * {
  color: #ffffff;
}

/* Columns */
.ftr-col {
  justify-content: space-between;
  height: max-content;
}
.ftr-col:nth-of-type(1) {
  flex: 0 0 32.5%;
}
.ftr-col:nth-of-type(2) {
  flex: 0 0 49.375%;
}
.ftr-col:nth-of-type(3) {
  flex: 0 0 15.625%;
}

.ftr-col:nth-of-type(1) {
  padding-top: 0.8em;
}

.ftr-col:nth-of-type(1),
.ftr-col:nth-of-type(2) {
  flex-wrap: wrap;
}

/* Rows */
.ftr-row {
  flex-direction: column;
}

.ftr-col:nth-of-type(1) .ftr-row {
  flex: 0 0 calc(50% - 2.2916666667%);
  flex-wrap: wrap;
}
.ftr-col:nth-of-type(1) .ftr-row:nth-of-type(1) {
  margin-right: 4.5833333333%;
  margin-bottom: 30px;
}

.ftr-col:nth-of-type(2) .ftr-row {
  flex: 0 0 calc(50% - 1.375%);
  flex-wrap: wrap;
}
.ftr-col:nth-of-type(2) .ftr-row:nth-of-type(1) {
  margin-right: 2.75%;
  margin-bottom: 30px;
}

.ftr-col:nth-of-type(3) .ftr-row {
  flex: 1 0 auto;
}

/* Content */
.ftr-contact-title {
  font: 800 12px/1.33 roc-grotesk, sans-serif;
  text-transform: uppercase;
  margin-bottom: 1em;
}

.ftr-contact-mail {
  font: 800 18px/1.33 roc-grotesk-wide, sans-serif;
}

.ftr-office-city {
  font: 800 24px/1.33 roc-grotesk-wide, sans-serif;
  margin-bottom: 0.4em;
}

.ftr-social {
  margin-bottom: 0.5em;
}
.ftr-social a {
  padding: 0.2em;
}
.ftr-social svg {
  height: 16px;
}
.ftr-social li {
  display: inline-block;
  margin-right: 0.4em;
}
.ftr-social li:last-of-type {
  margin-right: 0;
}
.ftr-social li:first-of-type {
  margin-left: -0.2em;
}

.ftr-legals-item,
.ftr-legals-item a {
  font: 800 12px/1 roc-grotesk, sans-serif;
  text-transform: uppercase;
}

.ftr-legals-item {
  margin: 0.4em 0;
}

@media screen and (max-width: 1023px) {
  footer {
    padding: 100px 0;
  }
  .ftr-col {
    flex-direction: column;
  }
  .ftr-col:nth-of-type(1),
  .ftr-col:nth-of-type(2) {
    flex: 0 0 35.7142857143%;
  }
  .ftr-col:nth-of-type(3) {
    flex: 0 0 22.8571428571%;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding: 50px 0;
  }
  .ftr-cont {
    flex-direction: column;
  }
  .ftr-col {
    margin-bottom: 30px;
  }
}
.contact-form {
  margin-bottom: 80px;
}

.contact-form form {
  margin-top: 80px;
}

.s-input {
  display: block;
}

.s-input:not(:first-of-type) {
  margin-top: 40px;
}

/* ---- Form by step ----
.s-input:not(.s-input-active) { display: none; opacity: 0 } */
.s-input-label {
  color: #ffffff;
  margin-bottom: 40px;
}

.s-input-label span {
  text-transform: capitalize;
}

/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #142636 inset !important;
}

input:-webkit-autofill {
  -webkit-text-fill-color: #ffffff !important;
}

.s-input input,
.s-input textarea {
  background: transparent;
  width: 100%;
  border: none;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  font: 600 32px/1.5 roc-grotesk, sans-serif;
  transition: 200ms border-bottom linear;
}
.s-input input::placeholder,
.s-input textarea::placeholder {
  color: #494848;
}

input,
textarea {
  padding: 0;
}

.s-input.error input,
.s-input.error textarea {
  border-bottom: 1px solid #0ccdb3;
}

.s-input textarea {
  resize: none;
}

/* ---- Form by step ----
.form-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.form-nav-btns {
	margin-left: -4px;
	margin-top: 10px;
}

.form-nav-btn {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	font-size: 0;
	padding: 8px 4px;
}

.form-nav-btn svg { width: 32px }
.form-nav-btn:first-of-type { transform-origin: 50% 50%; transform: rotate(180deg); }
.form-nav-label { color: $white; margin-top: 10px }


// État initial
.form-nav-btn:last-of-type,
.form-nav-label {
	opacity: .2;
	transition: opacity .2s;
	pointer-events: none;
}

// Next activé
.form-nav.active {
	.form-nav-btn:last-of-type,
	.form-nav-label { opacity: 1 }
	.form-nav-btn:last-of-type { pointer-events: initial }
}

// Prev désactivé
.form-nav.is-first {
	.form-nav-btn:first-of-type {
		opacity: .2;
		pointer-events: none;
	}
}
*/
#form-callback {
  display: none;
  margin-top: 30px;
}
#form-callback p {
  color: #ffffff;
  font: 500 18px/1.33 roc-grotesk, sans-serif;
}

@media (max-width: 767px) {
  /* ---- Form by step ----
  .form-nav-label { display: none } */
  .s-input input,
  .s-input textarea {
    font-size: 22px;
  }
}
/* Gallery slider */
.gen-block-gallery {
  overflow: hidden;
}
.gen-block-gallery img {
  height: 500px;
  width: auto;
  max-width: inherit;
  object-fit: contain;
  margin-right: 15px;
}

.gen-block-gallery-controls {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0;
}

.gallery-s-control {
  width: 50%;
  height: 100%;
}

.gallery-bigtitle-cont {
  display: block;
  width: 100vw;
  pointer-events: none;
}
@media (max-width: 767px) {
  .gallery-bigtitle-cont {
    padding: 0 20px;
    word-break: break-word;
  }
}
@media (min-width: 768px) {
  .gallery-bigtitle-cont {
    white-space: nowrap; /* text-align: center */
  }
}

.gallery-bigtitle {
  display: inline-block;
  font: 900 11.6666666667vw/1 roc-grotesk-extrawide, sans-serif;
  text-transform: uppercase;
  opacity: 0.1;
  color: #ffffff;
}
@media (max-width: 767px) {
  .gallery-bigtitle {
    font-size: 45px;
  }
}
@media (min-width: 768px) {
  .gallery-bigtitle {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (min-width: 768px) {
  .gallery-bigtitle-cont + .overlap-bigtitle {
    margin-top: -5%;
  }
}
@media (pointer: coarse) {
  .gen-block-gallery-controls {
    bottom: 10%;
    right: 10%;
    top: inherit;
    left: inherit;
    width: 100px;
    height: 100px;
    background: #0ccdb3;
    border-radius: 50px;
  }
  .gen-block-gallery-controls:after {
    content: '';
    background-image: url('img/icons/ico-arrow.svg');
    z-index: 2;
    width: 32px;
    height: 16px;
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 16px);
    background-repeat: no-repeat;
  }
}
/* Film */
.gen-block-film {
  display: block;
  width: 100vw;
  padding-top: 55.5555555556%;
}
.gen-block-film.w-credits {
  margin-bottom: 60px;
}
@media (max-width: 1023px) {
  .gen-block-film {
    padding-top: 65%;
  }
}
@media (max-width: 768px) {
  .gen-block-film {
    padding-top: 100%;
  }
}

.gen-film-cont {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #142636;
}

.gen-film-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gen-film-controls {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.film-play-btn {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #ffffff;
  width: 120px;
  height: 120px;
  border-radius: 60px;
  padding: 0;
  transition: opacity 0.5s;
}
@media (max-width: 1023px) {
  .film-play-btn {
    width: 80px;
    height: 80px;
  }
}
.film-play-btn svg {
  height: 25px;
}
@media (max-width: 1023px) {
  .film-play-btn svg {
    height: 15px;
  }
}
.film-play-btn .ico-pause {
  display: none;
}
.film-play-btn .ico-play {
  margin-left: 5px;
}

.gen-film-cont[playing] .ico-pause {
  display: block;
}
.gen-film-cont[playing] .ico-play {
  display: none;
}

.film-play-label {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  font-family: roc-grotesk, sans-serif;
  text-transform: lowercase;
  margin-top: 1em;
  transition: opacity 0.5s;
}

.gen-film-cont[playing] .film-play-btn {
  opacity: 0.1;
}
.gen-film-cont[playing] .film-play-label {
  opacity: 0;
}
.gen-film-cont[playing] .film-play-btn:hover {
  opacity: 1;
}

@media (max-width: 1023px) {
  .film-play-label {
    display: none;
  }
}
/* Chiffres clefs */
.gen-keynumbers {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 140px auto;
}

.gen-keynumbers-numb {
  text-align: center;
  width: 32.5%;
}

.gen-keynumbers-numb .numb {
  font-size: 96px;
  font-weight: 800;
  font-family: roc-grotesk-wide, sans-serif;
  opacity: 0.3;
  line-height: 1;
}

.gen-keynumbers-numb .numb-label {
  max-width: 410px;
  margin: 0 auto;
}

.gen-keynumbers-w .numb-label,
.gen-keynumbers-w .numb {
  color: #ffffff;
}

@media (max-width: 1023px) {
  .gen-keynumbers {
    flex-direction: column;
    align-items: center;
  }
  .gen-keynumbers-numb + .gen-keynumbers-numb {
    margin-top: 80px;
  }
  .gen-keynumbers-numb {
    width: 100%;
    max-width: 400px;
  }
  .gen-keynumbers {
    margin: 80px auto;
  }
}
@media (max-width: 767px) {
  .gen-keynumbers-numb .numb {
    font-size: 72px;
  }
  .gen-keynumbers {
    margin: 60px auto;
  }
  .gen-block-gallery img {
    height: 420px;
  }
}
.img-lazy {
  transition: opacity 0.8s, filter 0.2s linear;
}

img[lazyload='unloaded'] {
  opacity: 0;
  filter: blur(40px);
}

img[lazyload='loading'] {
  opacity: 1;
  filter: blur(40px);
}

img[lazyload='loaded'] {
  opacity: 1;
  filter: initial;
}

/* Nav */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 100;
  pointer-events: none;
  transition: transform 1s cubic-bezier(0.5, 0.3, 0.1, 1), background 0.5s;
}
.site-header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #142636;
  z-index: -1;
  transform: translateY(-100%);
  transition: transform 1.2s cubic-bezier(0.5, 0.1, 0, 1);
}

.site-header.hidden {
  transform: translateY(-100%);
}

.site-header.wbg:before {
  transition: none;
  transform: translateY(0%);
}

.site-header.wbg .menu-menu-header-container a {
  color: #ffffff;
}
.site-header.wbg .menu-menu-header-container .current-menu-item a {
  color: #0ccdb3;
}
.site-header.wbg .site-header-logo path,
.site-header.wbg .site-header-social path {
  fill: #ffffff;
  transition: none;
}

.site-header-social svg {
  height: 16px;
}

.site-header-logo path,
.site-header-social path {
  transition: fill 0.3s;
}

.site-header-logo,
.site-header-right {
  pointer-events: initial;
}

.site-header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}

.site-header-logo,
.site-header-logo a {
  line-height: 0;
}

.site-header-logo a {
  padding: 0.8em;
  margin-left: -0.8em;
}

.site-header-logo svg {
  width: 100px;
}

.site-header-right {
  display: flex;
  height: max-content;
  align-items: center;
}

.menu-menu-header-container a {
  color: #ffffff;
  padding: 0.5em;
  margin: 0 0.5em;
  font-weight: 500;
  transition: color 0.3s;
}
.menu-menu-header-container a:before,
.menu-menu-header-container a:after {
  width: calc(100% - 1em);
  left: 0.5em;
}
@media screen and (max-width: 1023px) {
  .menu-menu-header-container a:after,
  .menu-menu-header-container a:before {
    width: calc(100% - 0.6em);
    left: 0.3em;
  }
}

.menu-menu-header-container,
.site-header-social,
.site-header-right ul li {
  display: inline-block;
  vertical-align: middle;
}

.site-header-social {
  margin-left: 20px;
}
.site-header-social a {
  line-height: 0;
  padding: 0.5em;
}
.site-header-social li:last-of-type {
  margin-right: -0.5em;
}

/* Current page item menu */
.current-menu-item a {
  pointer-events: none;
  color: #0ccdb3;
}
.current-menu-item a:after {
  transform: scaleX(1);
}

@media screen and (min-width: 1024px) {
  #burger-menu {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .site-header:before {
    background-color: #142636;
  }
  .site-header.wbg .site-header-logo path {
    fill: #ffffff;
  }
  .site-header-container {
    padding: 15px 0;
  }
  #burger-menu {
    padding: 12px 0;
    pointer-events: initial;
  }
  #burger-menu span {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 2px;
    background: #ffffff;
    padding: 0;
    font-size: 0;
  }
  #burger-menu:before,
  #burger-menu:after {
    content: '';
    position: absolute;
    left: 0;
    height: 2px;
    border-radius: 2px;
    background: #ffffff;
  }
  #burger-menu:before {
    top: 5px;
    width: 75%;
  }
  #burger-menu:after {
    bottom: 5px;
    width: 100%;
  }
  #burger-menu:before {
    transition: transform 300ms cubic-bezier(0.38, 0.36, 0, 1);
  }
  #burger-menu:after,
  #burger-menu span {
    transition: transform 600ms cubic-bezier(0.38, 0.36, 0, 1);
  }
  #burger-menu.open:before {
    transform: scaleX(0);
  }
  #burger-menu.open:after {
    transform: rotate(45deg) translate(-5px, -5px);
  }
  #burger-menu.open span {
    transform: rotate(-45deg) translate(-4px, 7px);
  }
  .site-header-logo {
    z-index: 2;
  }
  .site-header-right {
    visibility: hidden;
    pointer-events: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: calc(50% - 50vw);
    top: 0;
    display: flex;
    flex-direction: column;
    padding: 20vh calc((100% - 91.1458333333%) / 2) 15vh
      calc((100% - 91.1458333333%) / 2);
    justify-content: space-between;
    align-items: flex-end;
  }
  .site-header-right:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #142636;
    transform: translateX(100%);
    transition: transform 600ms cubic-bezier(0.23, 0.4, 0, 1);
  }
  .site-header-right a {
    font: 800 5vw roc-grotesk-wide, sans-serif;
    margin: 0;
    padding: 0.3em;
  }
  .site-header-right .header-nav li {
    display: block;
    text-align: right;
    transform: translateY(3em);
    opacity: 0;
  }
  .site-header-right .header-nav li:not(:last-of-type) {
    margin-bottom: 3vh;
  }
  .site-header-right .header-nav a {
    margin-right: -0.3em;
  }
  .site-header-social li {
    opacity: 0;
    transform: translateY(2em);
  }
  .site-header-social svg {
    height: 32px;
  }
  .site-header-container[menu='open'] .site-header-right:after {
    transform: translateX(0);
  }
}
/* Hover */
@media (pointer: fine) {
  .site-header.wbg .menu-menu-header-container a:hover {
    color: #0ccdb3;
  }
  .menu-menu-header-container a:hover {
    color: #0ccdb3;
  }
}
@media screen and (max-width: 767px) {
  .site-header-right a {
    font: 800 8.5333333333vw roc-grotesk-wide, sans-serif;
  }
}
.rea-block-gen {
  display: block;
  width: 100%;
  margin: 160px 0;
}
.rea-block-gen *[gen-bg] {
  background-color: #d5d5d5;
}
.rea-block-gen *[media-bg] > *:not(.credits) {
  border-radius: 5px;
  box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.2);
}
.rea-block-gen video {
  width: 100%;
  display: block;
}

.texte_media-cont *[media-bg],
.media_double-cont *[media-bg] {
  padding: 6%;
}

.media_100-cont[media-bg] {
  padding: 7.5%;
}

.media_double-cont .media_double-media-s[media-bg] {
  padding: 6.9%;
}

/* Texte & Media */
.texte_media-cont {
  display: flex;
  justify-content: space-between;
}

.texte_media-cont[order='right'] .texte_media-texte {
  order: 2;
}
.texte_media-cont[order='right'] .texte_media-media {
  order: 1;
}

.texte_media-texte {
  width: 24.0625%;
  padding-top: 8%;
}

.texte_media-media {
  width: 66.25%;
  height: max-content;
}

.texte_media-label {
  font: 400 12px/1.33 roc-grotesk, sans-serif;
}

.texte_media-titre {
  margin-top: 0.5em;
  font-size: 24px;
}

.texte_media-paragraphe {
  margin-top: 30px;
}

/* Media 100% */
.media_100-cont {
  display: block;
}
.media_100-cont img {
  width: 100%;
}

/* Double Media */
.media_double-cont {
  display: flex;
  justify-content: space-between;
}
.media_double-cont img {
  width: 100%;
}

.media_double-cont[order='left'] .media_double-media-l {
  order: 1;
}
.media_double-cont[order='left'] .media_double-media-s {
  order: 2;
}

.media_double-media {
  display: flex;
  align-items: center;
}

.media_double-media-l {
  width: 66.25%;
}

.media_double-media-s {
  width: 32.5%;
}

/* Gallery slider */
/* media multiple */
.texte_medias_multiple-cont {
  display: flex;
  justify-content: space-between;
}

.texte_medias_multiple-texte {
  width: 24.0625%;
  height: max-content;
  padding-top: 8%;
}

.texte_medias_multiple-medias {
  width: 66.25%;
  column-count: 2;
  column-gap: 2%;
  margin-bottom: 30px;
}

.s-multiple-media {
  margin: 16px;
  line-height: 0;
  display: inline-block;
}

.texte_medias_multiple-medias img {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1019607843);
  border-radius: 5px;
  display: inline-block;
  width: 100%;
}

/* Quote */
.rea-quote {
  padding: 230px 0;
}

.rea-quote-cont {
  display: flex;
  padding: 0 8.4375%;
  align-items: center;
}

h2.quote-main,
.rea-quote-texte .quote-main,
.rea-quote-texte .quote-legend {
  color: #ffffff;
}

h2.quote-main {
  font-size: 3.3333333333vw;
  font-family: roc-grotesk-wide, sans-serif;
  font-weight: 600;
}

.rea-quote-texte .quote-legend {
  margin-top: 20px;
}

.rea-quote-img {
  flex: 0 0 28.9305555556%;
  margin-left: 11.6805555556%;
}

/* Awards */
.rea-awards {
  padding: 230px 0;
}

.rea-awards-list {
  max-width: 900px;
  margin: 0 auto;
}

.s-award {
  display: block;
  font-size: 36px;
}
.s-award span {
  font-size: inherit;
  color: #0ccdb3;
  font-family: roc-grotesk-wide, sans-serif;
  font-weight: 800;
  margin-right: 0.6em;
}
.s-award a {
  font-size: inherit;
  margin-left: 1em;
}
.s-award a:before {
  content: '';
  position: absolute;
  bottom: 0.2em;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #142636;
  transition: 0.4s cubic-bezier(0.09, 0.58, 0.3, 0.99);
  transform-origin: top right;
}
@media (pointer: fine) {
  .s-award a:hover:before {
    transform: scaleX(0);
  }
}
.s-award a:after {
  content: '';
  position: absolute;
  top: 0.7em;
  left: -1em;
  width: 0.6em;
  height: 2px;
  background-color: #142636;
  pointer-events: none;
}

#rea-award-big-w {
  position: absolute;
  top: 0;
  left: 50%;
  font: 900 11.6666666667vw/1 roc-grotesk-extrawide, sans-serif;
  text-transform: uppercase;
  opacity: 0.1;
  transform: translate(-50%, -40%);
}

/* Related posts */
.rea-related {
  display: block;
  background-color: #ffffff;
  padding: 40px 0 100px 0;
}

#rea-related-title {
  font: 400 32px/1.25 roc-grotesk, sans-serif;
  margin-bottom: 30px;
  display: inline-block;
}

.s-related a {
  width: 100%;
}

.rea-related .s-related:nth-of-type(3) {
  margin-right: 0;
}

@media (min-width: 1024px) {
  .rea-related-list {
    display: flex;
    justify-content: space-between;
  }
  .s-related {
    width: 32.5%;
    margin-right: 1.25%;
  }
}
@media (max-width: 1023px) {
  .rea-block-gen {
    margin: 80px 0;
  }
  .texte_media-cont,
  .texte_medias_multiple-cont {
    flex-direction: column;
  }
  .texte_media-texte,
  .texte_media-media,
  .texte_medias_multiple-texte {
    width: 100%;
  }
  .texte_media-texte {
    padding-top: 0;
    margin: 80px 0;
  }
  .rea-block-texte_media {
    margin-bottom: 0;
  }
  .texte_medias_multiple-texte {
    padding-top: 0;
    margin-bottom: 60px;
  }
  .texte_medias_multiple-medias {
    width: 106%;
    left: -3%;
    column-gap: 0;
    padding: 0 1.5%;
  }
  .s-multiple-media {
    margin: 3%;
  }
  .texte_media-cont[order='left'] .texte_media-texte {
    margin-top: 0;
  }
  .texte_media-cont[order='right'] .texte_media-texte {
    margin-bottom: 0;
  }
  .rea-quote,
  .rea-awards {
    padding: 140px 0;
  }
  .rea-quote-cont {
    padding: 0;
  }
  .rea-quote-img {
    display: none;
  }
  .rea-awards {
    overflow: hidden;
  }
  .s-award:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .s-award span {
    display: block;
    margin-right: 0;
  }
  .rea-related {
    padding: 40px 0 40px 0;
    overflow: hidden;
  }
  .rea-related-list:after {
    content: 'flickity';
    display: none;
  }
  .s-related {
    width: 35.7142857143%;
    margin-right: 2.8571428571%;
  }
}
.credits {
  color: #757575;
  font-size: 14px;
  font-style: italic;
  margin-top: 10px;
  display: inline-block;
}

.media_double-credits,
.media_100-credits,
.texte_media-credits {
  position: absolute;
  left: 0;
  bottom: -30px;
}

.film-credits {
  position: absolute;
  left: 10px;
  bottom: -30px;
}

.texte_medias_multiple-credits {
  position: absolute;
}
@media (min-width: 767px) {
  .texte_medias_multiple-credits {
    left: 16px;
  }
}

@media (max-width: 767px) {
  .rea-block-gen {
    margin: 20px 0;
  }
  .rea-block-gen.w-credits {
    margin-bottom: 60px;
  }
  .rea-block-gen.w-credits.rea-block-texte_media .texte_media-media {
    margin-bottom: 30px;
  }
  .texte_medias_multiple-medias {
    column-count: 1;
    width: 100%;
    left: inherit;
    padding: 0;
  }
  .s-multiple-media {
    margin: 0 0 15px 0;
    width: 100%;
  }
  .s-multiple-media:last-of-type {
    margin-bottom: 0;
  }
  .media_double-cont {
    flex-direction: column;
  }
  .media_double-media-s,
  .media_double-media-l {
    width: 100%;
  }
  .media_double-cont[order='left'] .media_double-media:first-of-type {
    margin-top: 20px;
  }
  .media_double-cont[order='right'] .media_double-media:last-of-type {
    margin-top: 20px;
  }
  .media_double-cont .media_double-media-s[media-bg] {
    padding: 20%;
  }
  .texte_media-texte {
    margin: 20px 0;
  }
  .rea-quote,
  .rea-awards {
    padding: 80px 0;
  }
  .s-award {
    font-size: 24px;
  }
  .s-award:not(:last-of-type) {
    margin-bottom: 20px;
  }
  #rea-award-big-w {
    font-size: 14vw;
  }
  .s-related {
    width: 80%;
    margin-right: 15px;
  }
  #rea-related-title {
    font-size: 16px;
  }
}
.to-split span {
  display: inline-block;
}

.line-container {
  overflow: hidden;
  margin-bottom: -0.5rem;
  line-height: 1;
  width: 100%;
}
.line-container span {
  transform: translateY(101%);
  padding-bottom: 0.5rem;
  white-space: pre;
}

n {
  display: inline-block;
}

.page-template-t-a-propos {
  background-color: #142636;
}

.about-cvr {
  background-color: #142636;
}

.about-cvr-medias {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about-cvr-media {
  position: absolute;
  max-width: 14%;
  max-height: 36%;
  opacity: 0;
  transform-origin: 50% 50%;
  transform: scale(0.95);
  width: 100%;
}

.s-about-cvr-media {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: 50% 50%;
}

.about-cvr-mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about-cvr-mobile img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: initial;
}

#about-cvr-media_1 {
  top: 10%;
  left: -6%;
}

#about-cvr-media_2 {
  top: 17%;
  left: 18%;
}

#about-cvr-media_3 {
  top: 27%;
  left: 60%;
}

#about-cvr-media_4 {
  top: -3%;
  left: 65%;
}

#about-cvr-media_5 {
  top: 19%;
  left: 87%;
}

#about-cvr-media_6 {
  top: 56%;
  left: -6%;
}

#about-cvr-media_7 {
  top: 65%;
  left: 23%;
}

#about-cvr-media_8 {
  top: 70%;
  left: 50%;
}

#about-cvr-media_9 {
  top: 64%;
  left: 80%;
}

.about-cvr-title {
  text-align: center;
  width: 66.25%;
  margin: 0 auto;
}

.about-bigtext {
  margin: 120px auto;
}

.about-bigtext-title_r {
  color: #0ccdb3;
}

.about-bigtext-title_w {
  color: #ffffff;
}

.about-bigtext-title {
  color: #d5d5d5;
  font-size: 3.3333333333vw;
}
.about-bigtext-title span {
  display: block;
}

.about-bigtext-text {
  font-size: 32px;
  font-family: roc-grotesk, sans-serif;
  font-weight: 600;
  color: #ffffff;
  margin-top: 30px;
  max-width: 1080px;
}

.about-bigtext-image {
  margin-top: 50px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .about-bigtext-image--desktop {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .about-bigtext-image--mobile {
    display: none;
  }
}

.about-bigtext-text + .skills-cont {
  margin-top: 60px;
}

/* Bloc citation & photos */
.about-quote {
  margin: 160px auto 80px auto;
}

.about-quote-text {
  position: absolute;
  z-index: 2;
  top: 40px;
  line-height: 1.1;
}

.about-quote-text span {
  display: block;
  color: #0ccdb3;
  font-size: 72px;
}

.about-quote-text span:nth-of-type(1) {
  font-weight: 900;
}

.about-quote-text span:nth-of-type(2) {
  font-weight: 800;
}

.about-quote-text span:nth-of-type(3) {
  font-weight: 600;
}

.about-quote-text span:nth-of-type(4) {
  font-weight: 400;
}

.about-quote-text span:nth-of-type(5) {
  font-weight: 300;
}

.about-quote-text span:nth-of-type(6) {
  font-weight: 200;
}

.about-quote-imgs {
  width: 57.8125%;
  margin-left: 42.1875%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.about-quote-img:nth-of-type(1) {
  width: 100%;
  padding: 0 14.6130952381%;
}

.about-quote-img:nth-of-type(2) {
  width: 41.5476190476%;
  margin-top: -15%;
}

.about-quote-img:nth-of-type(3) {
  width: 41.5476190476%;
  margin-top: -8%;
}

/* Compétences & expertises */
.skills-cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.s-skills {
  width: 49.375%;
  margin: 40px 0;
}

.s-skills:nth-of-type(2n + 1) {
  padding-right: 30px;
}

.s-skills-title {
  font-size: 24px;
}

.s-skills-list {
  margin-top: 20px;
}

.s-skill {
  margin: 10px 0;
  max-width: 500px;
}

.s-skills-title,
.s-skill {
  color: #ffffff;
}

/* Gallery contact */
.about-gallery {
  margin: 120px auto 80px auto;
}

.about-gallery_sld {
  margin-left: calc(50vw - 30.9%);
}

@media (pointer: fine) {
  .about-gallery .gen-block-gallery-controls {
    width: 74.7%;
    left: 25.3%;
  }
}
.about-gallery-contact {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 25.3125%;
  background-color: #142636;
  min-height: 100%;
  padding-top: 60px;
  padding-right: 60px;
}
.about-gallery-contact:before {
  content: '';
  position: absolute;
  top: 0;
  left: 1px;
  height: 100%;
  width: calc(8vw + 2px);
  background-color: #142636;
  transform: translateX(-100%);
}

.about-gallery .gallery-bigtitle-cont {
  z-index: 3;
}

@media (min-width: 1800px) {
  .about-gallery-contact:before {
    width: calc((100vw - 1600px) / 2 + 2px);
  }
}
.contact-meet {
  margin-top: 40px;
}

.about-gallery-contact_title,
.about-gallery-contact_label,
.about-gallery-contact_address,
.about-gallery-contact_mail,
.about-gallery-contact_telephone {
  color: #ffffff;
}

.about-gallery-contact_title {
  font-size: 24px;
  margin-bottom: 20px;
}

.about-gallery-contact_title span:first-of-type {
  color: #d5d5d5;
}

.about-gallery-contact_mail {
  font-family: roc-grotesk-wide, sans-serif;
  font-weight: 800;
}

.cta-arrow-cont {
  display: block;
  left: -0.5em;
}

/* Push secteurs */
.about-push-secteurs {
  margin-top: 160px;
}

@media (max-width: 1280px) {
  .about-gallery-contact {
    width: 33.75%;
  }
  .about-gallery_sld {
    margin-left: 33.75%;
  }
}
@media (max-width: 1023px) {
  .about-cvr-media {
    max-width: 160px;
    max-height: 160px;
  }
  .about-bigtext-title {
    font-size: 5vw;
  }
  .about-bigtext {
    margin: 80px auto;
  }
  .about-quote {
    margin: 80px auto;
  }
  .about-quote-imgs {
    width: 74.2857142857%;
    margin-left: 25.7142857143%;
  }
  .about-quote-img:nth-of-type(1) {
    padding: 0 17.3333333333%;
  }
  .about-quote-img:nth-of-type(2) {
    width: 48%;
  }
  .about-quote-img:nth-of-type(3) {
    width: 30.6666666667%;
  }
  .s-skills {
    width: 48.5714285714%;
  }
  .about-gallery-contact {
    width: 38.5714285714%;
  }
  .about-gallery_sld {
    margin-left: 38.5714285714%;
  }
}
@media (min-width: 768px) {
  .about-cvr-mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  /* Cover */
  .about-cvr-title {
    width: 100%;
    font-size: 32px;
  }
  .about-cvr-media {
    display: none;
  }
  /* --- OLD ---
  #about-cvr-media_6,
  #about-cvr-media_5,
  #about-cvr-media_8 { display: none }
  #about-cvr-media_2 { top: 34%; left: 10% }
  #about-cvr-media_3 { top: 28%; left: 64% }
  #about-cvr-media_4 { top: -1% }
  #about-cvr-media_7 { left: -1%; top: 60% } */
  /* Big text */
  .about-bigtext {
    margin: 80px auto 40px auto;
  }
  .about-bigtext-title {
    font-size: 38px;
  }
  .about-bigtext-text {
    font-size: 22px;
  }
  /* Quote */
  .about-quote {
    display: flex;
    flex-direction: column-reverse;
  }
  .about-quote-text {
    position: relative;
    padding-left: 0;
    margin: -40px 0 30px;
    font-size: 36px;
  }
  .about-quote-text span {
    font-size: inherit;
  }
  .about-quote-imgs {
    margin-left: 0;
    width: 100%;
  }
  .about-quote-img:nth-of-type(1) {
    padding: 0 17.4%;
  }
  .about-quote-img:nth-of-type(2) {
    width: 48.2%;
  }
  .about-quote-img:nth-of-type(3) {
    width: 30.8%;
  }
  /* Skills list */
  .s-skills {
    width: 100%;
    margin: 30px 0;
  }
  .s-skills:nth-of-type(2n + 1) {
    padding-right: 0;
  }
  /* Gallery */
  .about-gallery {
    display: flex;
    flex-direction: column;
    margin: 40px auto 40px auto;
  }
  .about-gallery-inner {
    display: flex;
    flex-direction: column-reverse;
  }
  .about-gallery_sld {
    margin-left: 0;
  }
  .about-gallery-contact {
    width: 100%;
    position: relative;
    padding-right: 0;
    padding-top: 40px;
    max-width: 380px;
  }
  /* Secteurs */
}
@media (max-width: 767px) and (pointer: fine) {
  .about-gallery .gen-block-gallery-controls {
    width: 100%;
    height: 420px;
  }
}
@media (max-width: 767px) and (pointer: coarse) {
  .gen-block-gallery-controls {
    bottom: inherit;
    top: 280px;
  }
  .gallery-prev-slide {
    display: none;
  }
  .gallery-next-slide {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .push-secteurs.about-push-secteurs {
    margin-top: 80px;
    padding-bottom: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 540px) {
  .about-quote-img:nth-of-type(1) {
    padding: 0 19.4444444444%;
  }
  .about-quote-img:nth-of-type(2) {
    width: 46.2962962963%;
  }
  .about-quote-img:nth-of-type(3) {
    width: 34.2592592593%;
  }
}
.post-type-archive-realisations,
.tax-realisations_category,
.tax-sectors {
  background-color: #142636;
}

.list-rea-title span {
  color: #ffffff;
  display: block;
}
.list-rea-title span[clr] {
  color: #0ccdb3;
}

.list-rea-cont {
  padding-top: 150px;
}

.filters-rea-cont {
  display: block;
  margin: 60px 0;
}

.filters-title {
  color: #ffffff;
  font-weight: 600;
  font: 600 16px/1.5 roc-grotesk, sans-serif;
  margin-bottom: 0.5em;
  display: inline-block;
}

.filters-title:nth-of-type(2) {
  margin-top: 2rem;
}

.filters-rea {
  display: flex;
  flex-wrap: wrap;
  width: 83.125%;
}

.filters-rea li {
  width: 18.7777777778%;
  margin-right: 1.5277777778%;
}
.filters-rea li:nth-of-type(5n) {
  margin-right: 0;
}

.filters-rea li h2 {
  font: 400 12px/1.33 roc-grotesk, sans-serif;
  font-weight: 400;
}

.filters-rea li a {
  color: #d5d5d5;
  font-weight: 400;
  padding: 0.5em 0.8em;
  font: 400 12px/1.33 roc-grotesk, sans-serif;
  display: inline-block;
  padding: 0.8em;
  margin-left: -0.8em;
  transition: color 0.3s;
}
.filters-rea li a:after,
.filters-rea li a:before {
  width: calc(100% - 1.6em);
  left: 0.8em;
}

.filters-rea li.current a {
  pointer-events: none;
}

.filters-rea li.current a,
.filters-rea li a:hover {
  color: #0ccdb3;
}

/* List rea */
.list-rea {
  display: flex;
  flex-wrap: wrap;
  margin: 100px 0;
}

.s-rea-arch {
  flex: 0 0 32.5%;
  margin-bottom: 1.25%;
  margin-right: 1.25%;
  display: flex;
}
.s-rea-arch:nth-of-type(3n) {
  margin-right: 0;
}
.s-rea-arch a {
  width: 100%;
}

.s-rea-thumb {
  width: 100%;
  overflow: hidden;
}
.s-rea-thumb::before {
  content: '';
  padding-top: 125%;
  display: block;
}
.s-rea-thumb img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: initial;
  top: 0;
  left: 0;
}
.s-rea-thumb img[data-position='left'] {
  object-position: left center;
}
.s-rea-thumb img[data-position='right'] {
  object-position: right center;
}
.s-rea-thumb img[data-position='center'] {
  object-position: center center;
}

html:not(.touch-device) .s-rea-arch:hover .s-rea-thumb img.s-rea-thumb-hover {
  opacity: 1;
}

.s-rea-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 101%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
}
.s-rea-video[data-position='left'] {
  object-position: left center;
}
.s-rea-video[data-position='right'] {
  object-position: right center;
}
.s-rea-video[data-position='center'] {
  object-position: center center;
}

.s-rea-thumb:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(50% + 1px);
  background: transparent
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%) 0% 0%
    no-repeat padding-box;
}

.s-rea-heading {
  padding: 7%;
  position: absolute;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
}

h2.s-rea-title,
.s-rea-title {
  font-size: 32px;
  line-height: 1;
  margin-top: 0.4em;
  color: #ffffff;
  font-family: roc-grotesk-wide, sans-serif;
  font-weight: 600;
}

.s-rea-label {
  color: #ffffff;
  font-weight: 400;
  display: inline-block;
  vertical-align: baseline;
}

@media (max-width: 1023px) {
  .filters-rea-cont {
    margin: 40px 0;
  }
  .filters-rea {
    display: block;
    width: 100%;
  }
  .filters-rea li {
    display: inline-block;
    width: auto;
    margin-right: 20px;
  }
  .list-rea {
    margin: 60px 0;
  }
  .s-rea-arch {
    flex: 0 0 48.5714285714%;
    margin-bottom: 2.8571428571%;
  }
  .s-rea-arch,
  .s-rea-arch:nth-of-type(2n + 1) {
    margin-right: 2.8571428571%;
  }
  .s-rea-arch:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .list-rea {
    margin: 40px 0;
  }
  .s-rea-arch {
    flex: 0 0 100%;
    margin-bottom: 4%;
  }
}
.page-template-t-contact {
  background-color: #142636;
}

.contact-cont {
  display: flex;
  justify-content: space-between;
  padding-top: 170px;
}

.contact-form {
  width: 49.375%;
}

.contact-infos {
  min-width: 40.9375%;
  margin-top: 30px;
}

.contact-title {
  color: #ffffff;
}
.contact-title span {
  display: block;
}
.contact-title span:last-of-type {
  color: #0ccdb3;
}

.s-contact-infos {
  display: block;
  color: #ffffff;
}
.s-contact-infos a {
  color: #ffffff;
}
.s-contact-infos:not(:last-of-type) {
  margin-bottom: 60px;
}

.s-contact-infos-title {
  font: 800 12px/1.33 roc-grotesk, sans-serif;
  text-transform: uppercase;
  margin-bottom: 1em;
  color: #ffffff;
}

.s-contact-infos-mail {
  font: 800 18px/1.33 roc-grotesk-wide, sans-serif;
}

/* Membres */
.members-cont {
  margin: 80px 0;
}

.members-list {
  display: flex;
  flex-wrap: wrap;
}

.s-member {
  margin-top: 1.25%;
  margin-bottom: 1.25%;
  height: max-content;
}

.s-member-img {
  padding-top: 152%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.s-member-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s-member-img:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: transparent
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%) 0% 0% no-repeat
    padding-box;
  opacity: 0.5;
}

.s-member-txt {
  position: absolute;
  bottom: 0;
  color: #ffffff;
  padding: 15px;
}

.s-member-name {
  font: 800 16px/1.2 roc-grotesk-wide, sans-serif;
  color: #ffffff;
  margin-bottom: 10px;
}
.s-member-name span {
  display: block;
}

.s-member-role {
  font: 400 12px/1.33 roc-grotesk, sans-serif;
  margin-bottom: 5px;
  max-width: 170px;
}

.s-member-mail {
  color: #ffffff;
  font: 600 12px/1.33 roc-grotesk, sans-serif;
}

.s-member-lkd-cont {
  display: block;
}

.s-member-lkd {
  color: #0ccdb3;
  font: 600 12px/1.33 roc-grotesk, sans-serif;
}

/* Bureaux */
.offices-cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 80px 0;
}

.s-office {
  width: 100%;
  display: flex;
  height: max-content;
}
.s-office:not(:last-of-type) {
  margin-bottom: 30px;
}

.s-office-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s-office-img {
  flex: 0 0 38%;
}

.s-office-txt {
  padding-left: 25px;
}

.s-office-title,
.s-office-address,
.s-office-phone {
  color: #ffffff;
}

.s-office-title {
  font-size: 24px;
}

.s-office-title span:first-of-type {
  color: #989898;
}

.s-office-gps {
  display: block;
  margin-left: -0.5em;
}

.s-office-gps a {
  color: #0ccdb3;
}

.s-office-address {
  margin-top: 15px;
}

/* Galerie */
.contact-gallery {
  margin: 120px 0 80px 0;
}

.form-submit {
  min-width: 160px;
  margin-top: 20px;
}

.form-legal {
  display: block;
  margin-top: 40px;
  font-size: 10px;
  color: #ffffff;
}

@media (min-width: 1280px) {
  .members-list {
    width: 66.25%;
    margin: 0 auto;
  }
  .s-member {
    width: 23.5267857143%;
    margin-right: 1.9642857143%;
  }
  .s-member:nth-of-type(4n) {
    margin-right: 0;
  }
  .offices-cont {
    padding: 0 8.4375%;
  }
}
@media (max-width: 1279px) {
  .s-member {
    width: 24.0625%;
    margin-right: 1.25%;
  }
  .s-member:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media (max-width: 1023px) {
  .contact-cont {
    padding-top: 140px;
  }
  .members-cont {
    margin: 60px 0;
  }
  .contact-form {
    margin-bottom: 40px;
  }
  .s-member {
    width: 48.5714285714%;
    margin-right: 2.8571428571%;
  }
  .s-member:nth-of-type(2n) {
    margin-right: 0;
  }
  .contact-cont {
    flex-direction: column;
  }
  .contact-title {
    font-size: 48px;
  }
  .contact-form,
  .contact-infos {
    width: 100%;
  }
  .contact-infos .s-contact-infos {
    display: inline-block;
    margin-right: 60px;
    margin-bottom: 20px;
  }
  .s-office {
    width: 100%;
    margin-top: 30px;
  }
  .s-office:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .s-office-img {
    flex: 0 0 35.7142857143%;
  }
  .s-office-txt {
    max-width: 380px;
  }
}
@media (max-width: 767px) {
  .contact-cont {
    padding-top: 120px;
  }
  .contact-form {
    margin-bottom: 40px;
  }
  .contact-form form {
    margin-top: 40px;
  }
  .members-cont {
    margin: 40px 0;
  }
  .s-contact-infos:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .s-member {
    width: 100%;
    margin-top: 4%;
    margin-bottom: 4%;
  }
  .s-member:not(:nth-of-type(4n)) {
    margin-right: 0;
  }
  .offices-cont {
    margin: 40px 0;
  }
  .s-office {
    flex-direction: column;
  }
  .s-office-img {
    flex: 0 0 100%;
    padding-top: 100%;
  }
  .s-office-txt {
    padding-left: 0;
    margin-top: 30px;
  }
  .contact-gallery {
    margin: 40px 0;
  }
  .contact-gallery .gen-block-gallery-controls {
    top: initial;
    bottom: 8%;
  }
}
.page-template-default {
  background-color: #142636;
}

.default-cont {
  color: #ffffff;
  padding-top: 150px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .default-cont {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .default-cont .post-title {
    font-size: 10vw;
  }
}
.default-cont h1,
.default-cont h2,
.default-cont h3,
.default-cont h4,
.default-cont h5 {
  color: #ffffff;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.default-cont h2,
.default-cont h3,
.default-cont h4,
.default-cont h5 {
  font-weight: 500;
  font-family: 'roc-grotesk';
}

.team-cvr-title {
  display: block;
}
.team-cvr-title span {
  display: block;
}
.team-cvr-title span:nth-of-type(2) {
  font-weight: 300;
}

.page-template-t-equipe {
  background-color: #142636;
}

.team-intro {
  padding: 150px 8.4375% 0 8.4375%;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.75;
}

.team-list {
  padding: 150px 0 80px 0;
  display: flex;
  flex-wrap: wrap;
}

.s-team {
  width: 24.0625%;
  margin-right: 1.25%;
  margin-bottom: 1.25%;
}
.s-team:nth-of-type(4n) {
  margin-right: 0;
}

.s-team-thumb {
  width: 100%;
  overflow: hidden;
}
.s-team-thumb::before {
  content: '';
  padding-top: 124.6753246753%;
  display: block;
}
.s-team-thumb img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: initial;
  top: 0;
  left: 0;
}
.s-team-thumb img:last-of-type {
  opacity: 0;
  transition: opacity 0.2s;
}

@media (pointer: fine) {
  .s-team-thumb:hover img:last-of-type {
    opacity: 1;
  }
}
.s-team-thumb:after {
  content: '';
  position: absolute;
  bottom: -1%;
  left: -1%;
  width: 102%;
  height: 51%;
  background: transparent
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%) 0% 0%
    no-repeat padding-box;
}

.s-team-heading {
  position: absolute;
  bottom: 0;
  padding: 6.8%;
  pointer-events: none;
}

.s-team-name,
.s-team-pos {
  color: #ffffff;
}

.s-team-name {
  font-size: 32px;
  line-height: 1;
  font-weight: 600;
  font-family: roc-grotesk, sans-serif;
  margin-bottom: 0.2em;
}
.s-team-name span {
  display: block;
}

.s-team-pos {
  font: 400 12px/1.33 roc-grotesk, sans-serif;
  font-weight: 600;
}
.s-team-pos span {
  font-weight: 400;
}

/* Talents block */
.team-talents {
  width: 100%;
  padding-left: 16.875%;
  margin: 50px 0;
}
.team-talents .cta-arrow {
  margin-left: -0.5em;
}

.team-talents-img {
  width: 100%;
  margin-bottom: 70px;
}
.team-talents-img img {
  width: 100%;
}

.team-talents-txt {
  color: #ffffff;
  max-width: 630px;
  margin-bottom: 30px;
  font-size: 2.2222222222vw;
}

.team-talents-cta {
  margin-top: 30px;
}

/* Gallery slider */
.team-gallery {
  margin: 160px 0 80px 0;
}

/* Film */
.team-block-film {
  margin-top: 80px;
}

@media (max-width: 1023px) {
  .team-intro {
    padding: 100px 0 0 0;
  }
  .team-list {
    padding: 100px 0 40px 0;
  }
  .s-team {
    width: 48.5714285714%;
    margin-right: 2.8571428571%;
    margin-bottom: 2.8571428571%;
  }
  .s-team:nth-of-type(2n) {
    margin-right: 0;
  }
  .team-talents {
    padding-left: 0;
  }
  .team-gallery {
    margin: 120px 0 60px 0;
  }
}
@media (max-width: 767px) {
  .team-intro {
    padding: 80px 0 0 0;
  }
  .team-list {
    padding: 80px 0 0 0;
  }
  .s-team {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .team-talents-img {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .team-talents {
    margin: 40px 0;
  }
  .team-gallery {
    margin: 40px 0 40px 0;
  }
  .team-block-film {
    margin-top: 40px;
  }
}

/* h1.hp-cvr-title,
p.hp-cvr-title {
  font-size: 48px;
  font-family: roc-grotesk-wide, sans-serif;
  font-weight: 600;
}

.hp-cvr-heading {
  max-width: 850px;
}
.hp-cvr-heading p:not(.hp-cvr-title) {
  max-width: 420px;
  font-weight: 600;
} */

/* Push agence */
.push-agence {
  padding: 170px 0 100px 0;
  display: block;
  background-color: #142636;
}

.push-agence-cont {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.push-agence-desc {
  height: max-content;
  margin-top: 6%;
}

.push-agence-catchline {
  display: block;
  font-size: 48px;
}

.push-agence-catchline span {
  display: block;
  color: #d5d5d5;
}

.push-agence-catchline span:nth-of-type(2) {
  color: #0ccdb3;
}

.push-agence-text {
  margin: 50px 0 20px 0;
  max-width: 310px;
  color: #d5d5d5;
}

.push-agence-link {
  color: #0ccdb3;
  margin-left: -0.5em;
}

.push-agence-visu {
  width: 57.8125%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.push-agence-visu img:nth-of-type(1) {
  width: 100%;
  padding: 0 14.6130952381%;
}

.push-agence-visu img:nth-of-type(2) {
  width: 41.5476190476%;
  margin-top: -15%;
}

.push-agence-visu img:nth-of-type(3) {
  width: 41.5476190476%;
  margin-top: -8%;
}

.push-agence-story {
  z-index: 2;
  color: #0ccdb3;
  font-size: 80px;
  padding-left: 8.4375%;
  margin-top: -20%;
}
@media (max-width: 1340px) {
  .push-agence-story {
    margin-top: -10%;
  }
}

.push-agence-story span {
  display: block;
  font-family: roc-grotesk-wide, sans-serif;
}

.push-agence-story span:nth-of-type(1) {
  font-weight: 900;
}

.push-agence-story span:nth-of-type(2) {
  font-weight: 700;
}

.push-agence-story span:nth-of-type(3) {
  font-weight: 600;
}

.push-agence-story span:nth-of-type(4) {
  font-weight: 400;
}

.push-agence-story span:nth-of-type(5) {
  font-weight: 300;
}

.push-agence-story span:nth-of-type(6) {
  font-weight: 200;
}

/* Push secteurs */
.push-secteurs {
  background-color: #142636;
  padding-bottom: 100px;
}

.push-secteurs-cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s-secteur {
  width: 24.0625%;
}

.secteur-bg {
  padding-top: 124.6753246753%;
  overflow: hidden;
}
.secteur-bg img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

.secteur-heading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.secteur-heading-title,
.secteur-heading-desc {
  color: #ffffff;
}

.secteur-heading-title {
  text-transform: lowercase;
  line-height: 1;
  text-align: center;
  font-size: 3.3333333333vw;
}

.secteur-heading-title span {
  display: block;
  padding-left: 0.7em;
}
.secteur-heading-title span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0.2em;
  background-color: #0ccdb3;
  width: 0.5em;
  height: 0.5em;
}

.secteur-heading-desc {
  font-size: 16px;
  font-family: roc-grotesk, sans-serif;
  font-weight: 600;
  text-align: center;
  max-width: 140px;
  margin: 15px auto;
}

/* Push featured projects */
.featured-projects {
  display: block;
  width: 100vw;
  padding: 180px 0 20px;
  overflow: hidden;
}

.featured-projects-title {
  display: block;
  position: absolute;
  top: 180px;
  width: 100%;
  text-align: center;
  font: 900 11.6666666667vw/1 roc-grotesk-extrawide, sans-serif;
  color: #142636;
  opacity: 0.1;
  text-transform: uppercase;
  white-space: nowrap;
  transform: translateY(-60%);
}

.featured-flckty-sld {
  z-index: 2;
}

.s-featured-project {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.s-featured-project-title {
  font-size: 6vw;
  color: #0ccdb3;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  pointer-events: none;
  transition: color 100ms;
}
.s-featured-project-title.active {
  color: #ffffff;
  transition: none;
}

.s-featured-project-inner {
  width: 320px;
  text-align: left;
  z-index: 5;
  margin: 0 15px;
}
@media (min-width: 1600px) {
  .s-featured-project-inner {
    width: 400px;
  }
}
@media (max-width: 1100px) {
  .s-featured-project-inner {
    width: 280px;
  }
}

.s-featured-project-img {
  width: 100%;
  padding-top: 140%;
}
.s-featured-project-img img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.s-featured-project-txt {
  padding: 30px;
}

/*
.s-featured-project-subtitle {
	font-size: $headline-4-l;
	font-family: $rocGrotesk;
	font-weight: 600;
	line-height: 1;
	margin-top: .4em;
}

.s-featured-project-txt,
.s-featured-project-txt h4,
.s-featured-project-subtitle span {
	color: $white;
}
*/
.projects-vids-cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/*
.s-project-vid {
	width: 22vw;
	height: 30vw;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	overflow: hidden;
	will-change: width, height;
	display: none;
	opacity: 0;
	&.active { opacity: 1 }
}

.s-project-vid video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100vw;
	height: 100%;
	object-fit: cover;
}
*/
.featured-project-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px;
  margin: 25px 0;
}

.featured-project-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

#featured-projects-seeall {
  display: block;
  text-align: center;
  font-weight: 600;
  color: #494848;
  pointer-events: initial;
  padding: 0.5em;
}

.featured-project-prev,
.featured-project-next {
  height: 100%;
  padding: 10px;
  pointer-events: auto;
  line-height: 0;
}
.featured-project-prev svg,
.featured-project-next svg {
  width: 26px;
}

.featured-project-prev {
  transform-origin: 50% 50%;
  transform: rotate(180deg);
}

/* Animation on hover */
.s-featured-project-inner {
  transition: transform 500ms cubic-bezier(0.45, 0.22, 0.1, 1);
}

.s-featured-project-title {
  transition: transform 500ms cubic-bezier(0.45, 0.22, 0.1, 1);
}

@media (min-width: 1023px) {
  .s-featured-project.is-selected
    .s-featured-project-inner
    .s-featured-project-img {
    transition: opacity 300ms;
  }
  .s-featured-project.is-selected
    .s-featured-project-inner
    .s-featured-project-txt {
    transition: background 300ms;
  }
  .s-featured-project.is-selected
    .s-featured-project-inner.active
    .s-featured-project-img {
    transition: none;
    opacity: 0;
  }
  .s-featured-project.is-selected
    .s-featured-project-inner.active
    .s-featured-project-txt {
    transition: none;
    background: none;
  }
}
@media (max-width: 1023px) {
  .s-secteur {
    width: 48.5714285714%;
    margin-bottom: 2.8571428571%;
  }
  .push-secteurs {
    padding-bottom: 40px;
  }
  .secteur-heading-title {
    font-size: 48px;
  }
  .featured-projects {
    padding: 120px 0 10px;
  }
  .featured-projects-title {
    top: 120px;
  }
  .featured-flckty-sld {
    top: initial;
    transform: initial;
  }
  .push-agence {
    padding: 80px 0;
  }
  .push-agence-cont {
    flex-direction: column;
  }
  .push-agence-visu {
    width: 100%;
  }
  .push-agence-desc {
    margin-top: 0;
  }
  .push-agence-desc + .push-agence-visu {
    margin-top: 40px;
  }
  .push-agence-story {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  h1.hp-cvr-title,
  p.hp-cvr-title {
    font-size: 32px;
  }
  .s-secteur {
    width: 100%;
    margin-bottom: 4%;
  }
  .push-secteurs {
    padding-bottom: 0;
  }
  .push-agence-story {
    font-size: 40px;
  }
}
h1.rea-cvr-title,
p.rea-cvr-title {
  display: block;
  font-family: roc-grotesk-wide, sans-serif;
  font-weight: 600;
  font-size: 6.6666666667vw;
}
.rea-cvr-title span {
  display: block;
  line-height: 1;
}
.rea-cvr-title span:nth-of-type(2) {
  font-weight: 300;
}

/* Intro */
.rea-intro {
  padding: 150px 0;
}
.rea-intro span,
.rea-intro p,
.rea-intro h1,
.rea-intro h2,
.rea-intro h3,
.rea-intro h4,
.rea-intro a,
.rea-intro li {
  color: #ffffff;
}

.rea-intro-text {
  display: flex;
  justify-content: space-between;
}

.rea-intro-text-left {
  width: 49.375%;
}

.rea-intro-text-right {
  width: 40.9375%;
}
.rea-intro-text-right h3,
.rea-intro-text-right h2 {
  font-size: 2.2222222222vw;
}

.rea-intro-title {
  font-family: roc-grotesk, sans-serif;
  font-weight: 600;
  font-size: 3.3333333333vw;
}

.rea-intro-skills {
  margin-top: 25px;
}
.rea-intro-skills li {
  font-size: 24px;
}

.s-rea-intro-text {
  margin-bottom: 70px;
}
.s-rea-intro-text:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .s-rea-intro-text {
    display: none;
  }
}
.s-rea-intro-text h2,
.s-rea-intro-text h3,
.s-rea-intro-text h4 {
  font-size: 24px;
  font-family: roc-grotesk, sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}

.rea-intro-readmore {
  padding: 0.5em;
  margin-left: -0.5em;
  color: #ffffff;
  font-weight: 600;
  text-transform: lowercase;
}
@media (min-width: 768px) {
  .rea-intro-readmore {
    display: none;
  }
}
.rea-intro-readmore::first-letter {
  text-transform: uppercase;
}
.rea-intro-readmore svg {
  width: 14px;
  transform-origin: 50% 50%;
  transform: rotate(90deg);
  top: -2px;
  margin-left: 4px;
}

.rea-intro-text-right.visible .rea-intro-readmore {
  display: none;
}
.rea-intro-text-right.visible .s-rea-intro-text {
  display: block;
}

/* Intro chiffres clefs */
.rea-intro-numb {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 140px;
  align-items: center;
}
@media (max-width: 767px) {
  .rea-intro-numb {
    display: none;
  }
  .rea-intro-numb.visible {
    display: block;
  }
}

.s-numb {
  text-align: center;
  width: 32.5%;
}

.s-numb .numb {
  font-size: 96px;
  font-weight: 800;
  font-family: roc-grotesk-wide, sans-serif;
  opacity: 0.3;
  line-height: 1;
}

.s-numb .numb-label {
  max-width: 250px;
  margin: 0 auto;
}

/* Studio */
.rea-studio {
  background-color: #142636;
  overflow: hidden;
  padding: 150px 0;
}
.rea-studio span,
.rea-studio p,
.rea-studio h1,
.rea-studio h2,
.rea-studio h3,
.rea-studio h4,
.rea-studio a,
.rea-studio li {
  color: #ffffff;
}

.rea-studio .gen-block-gallery {
  overflow: initial;
}

.rea-studio-heading {
  max-width: 300px;
}

.rea-studio-label {
  font: 400 12px/1.33 roc-grotesk, sans-serif;
  display: inline-block;
  margin-bottom: 10px;
}

.rea-studio-title {
  font-size: 28px;
  font-family: roc-grotesk, sans-serif;
}

.rea-studio-desc {
  margin-top: 30px;
}

.rea-studio-big-w {
  display: block;
  text-align: center;
  font: 900 11.6666666667vw/1 roc-grotesk-extrawide, sans-serif;
  color: #ffffff;
  opacity: 0.1;
  text-transform: uppercase;
  white-space: nowrap;
}

.contact-gallery .rea-studio-big-w,
.about-push-secteurs .rea-studio-big-w {
  margin-bottom: -0.35em;
}

.rea-studio-cont {
  margin-top: 70px;
}

.rea-studio-slider img {
  height: 500px;
  width: auto;
  object-fit: contain;
  margin-right: 15px;
}

@media (max-width: 1023px) {
  .rea-intro {
    padding: 80px 0;
  }
  .rea-intro-text {
    flex-direction: column;
  }
  .rea-intro-text-left,
  .rea-intro-text-right {
    width: 100%;
    max-width: 600px;
  }
  .rea-intro-text-right {
    margin-top: 40px;
  }
  .rea-intro-numb {
    flex-direction: column;
    align-items: center;
    margin-top: 80px;
  }
  .s-numb {
    width: 100%;
    margin-top: 60px;
  }
  .s-numb:first-of-type {
    margin-top: 0;
  }
  .numb-label {
    max-width: 500px;
  }
  .rea-studio {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .s-numb .numb {
    font-size: 72px;
  }
}
.page-template-t-squad {
  background-color: #142636;
}

.squad-presentation--grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .squad-presentation--grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 767px) {
  .squad-presentation .skills-cont {
    order: 2;
  }
}
.squad-presentation .s-skills {
  width: 100%;
}
.squad-presentation .about-quote-imgs {
  width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .squad-presentation .about-quote-imgs {
    order: 1;
  }
}

.squad-list-rea {
  padding-top: 80px;
  display: grid;
}
.squad-list-rea .list-rea {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 16px;
}
@media (max-width: 1350px) {
  .squad-list-rea .list-rea {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1023px) {
  .squad-list-rea .list-rea {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .squad-list-rea .list-rea {
    grid-template-columns: repeat(1, 1fr);
  }
}
.squad-list-rea .list-rea .s-rea-arch {
  width: 100%;
  margin-right: 0;
}
body {
  overflow-x: clip;
}

.page-template-t-secteur {
  background-color: #142636;

  .bleu {
    color: #0ccdb3;
  }

  .blanc {
    color: #ffffff;
  }

  .secteur-equipe,
  .secteur-realisation,
  .secteur-avis {
    color: #ffffff;
  }

  .equipe-entete,
  .equipe-mission,
  .realisation-titre,
  .realisation-list {
    max-width: 75%;
    width: 1600px;
    margin: auto;
  }

  @media (max-width: 767px) {
    .equipe-entete,
    .equipe-mission,
    .realisation-titre,
    .realisation-list {
      max-width: 85%;
      width: 1600px;
      margin: auto;
    }
  }

  /* INTRO */
  .secteur-intro {
    text-align: center;
    color: #ffffff;
    padding-top: 10vh;
  }

  .intro-entete {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 2rem;
    min-height: 80vh;
    max-width: 920px;
    padding: 0 20px;
    margin: 0 auto;
    text-wrap: balance;
  }

  .intro-h1 > h1 {
    font-weight: 500;
    font-size: 3.5rem;
  }

  .intro-parg > p {
    font-size: 1.125rem;
    font-weight: 400;
  }

  .rounded-btn {
    background-color: none;
    font-size: 1.125rem;
    color: #ffffff;
    font-weight: 600;
    padding: 12px 28px;
    border: #ffffff 1px solid;
    border-radius: 50px;
  }

  .intro-btn1 {
    background-color: #0ccdb3;
    color: #142636;
    border: none;
  }

  @media (max-width: 767px) {
    .secteur-intro {
      max-width: 75%;
      width: 1600px;
      margin: auto;
    }

    .intro-h1 > h1 {
      font-size: 2rem;
    }

    .intro-parg > p {
      font-size: 0.875rem;
    }

    .rounded-btn {
      font-size: 1rem;
    }

    .intro-btn {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
  }

  .secteur-expertises {
    padding-top: 150px;
  }

  /* CATCHLINE */
  .secteur-catchline {
    background-color: #000;
    overflow: hidden;
    display: flex;
    justify-content: center;
  }

  .catchline-h2 {
    font-size: 3.5rem;
    font-weight: 700;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    align-content: center;
    color: #ffffff;
    line-height: 110%;
    z-index: 1;
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .catchline-img {
    width: 100vw;
    height: 90vh;
    object-fit: cover;
    opacity: 0.7;
  }

  @media (max-width: 767px) {
    .catchline-h2 {
      font-size: 1.875rem;
    }

    .catchline-img {
      height: 50vh;
    }
  }

  /* EQUIPE */
  .equipe-entete {
    margin-top: 120px;
  }

  .equipe-h2 > h2 {
    font-weight: 700;
    font-size: 3.5rem;
  }

  .equipe-parg > p {
    font-size: 1.75rem;
    font-weight: 600;
    margin-top: 30px;
  }

  .equipe-mission {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-start;
    gap: 7rem;
    margin-top: 50px;
  }

  .mission-item {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-right: 40px;
  }

  .item-titre {
    font-size: 1.5rem;
    font-weight: 600;
  }

  .item-desc {
    font-size: 1rem;
    font-weight: 400;
  }

  @media (max-width: 767px) {
    .equipe-h2 > h2 {
      font-size: 2.75rem;
    }

    .equipe-parg > p {
      font-size: 1.25rem;
      margin-top: 30px;
    }

    .equipe-mission {
      grid-template-columns: 1fr;
      gap: 2rem;
    }

    .mission-item {
      gap: 5px;
      padding-right: 0;
    }

    .item-desc {
      font-size: 0.875rem;
    }
  }

  /* REALISATION */
  .realisation-titre {
    margin-top: 150px;
    margin-bottom: 100px;
  }

  .realisation-titre > h3,
  .real-titre > h3 {
    font-size: 4.25rem;
    font-weight: 500;
  }

  .real-titre > h3 {
    display: inline;
  }

  .realisation-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 12rem;
    /* row-gap: 7rem; */
  }

  /* .real-item:nth-child(even) {
    transform: translateY(10rem);
  } */

  .real-item:nth-child(even) {
    margin-top: 15rem;
  }

  /* .real-item:nth-child(odd) {
    margin-top: 0;
  } */

  .real-item {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-self: stretch;
  }

  .real-item-thumb {
    position: relative;
    aspect-ratio: 480 / 520;
  }

  .real-item-thumb img {
    width: 100%;
    height: 100%;
    /* height: 500px; */
    object-fit: cover;
  }

  .type {
    font-size: 1rem;
    font-weight: 400;
  }

  .real-item > div > h4 {
    font-size: 2rem;
    font-weight: 600;
    margin-top: 12px;
  }

  .desc {
    font-size: 1.25rem;
    font-weight: 400;
  }

  @media (max-width: 767px) {
    .realisation-titre > h3,
    .real-titre > h3 {
      font-size: 3rem;
    }

    .realisation-list {
      grid-template-columns: 1fr;
      gap: 2rem;
    }

    .real-item {
      gap: 12px;
    }

    .real-item:nth-child(even) {
      margin-top: 0;
    }

    .real-item > img {
      height: 300px;
    }

    .real-item > div {
      gap: 7px;
    }

    .type {
      font-size: 0.85rem;
    }

    .real-item > div > h4 {
      font-size: 1.25rem;
    }

    .desc {
      font-size: 0.875rem;
    }
  }

  /* AVIS */
  .secteur-avis {
    margin-top: 180px;
  }

  .avis-entete {
    text-align: center;
    margin-bottom: 80px;
    text-wrap: balance;
    max-width: 920px;
    margin-inline: auto;
  }

  .avis-entete > h2 {
    display: inline;
    font-size: 3.5rem;
    font-weight: 600;
  }

  .avis-list,
  .swiper-wrapper,
  .avis-fleches {
    max-width: 85%;
    width: 1600px;
    margin: auto;
  }

  .test {
    width: 100% !important;
    overflow: hidden;
  }

  .avis-item {
    display: grid !important;
    grid-template-columns: 2fr 1fr;
    align-items: center;
    gap: 70px;
    padding: 50px 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
  }

  .item-client {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding-right: 50px;
    border-right: #efefef33 2px solid;
  }

  .item-citation {
    font-size: 2rem;
    font-weight: 600;
    line-height: 110%;
  }

  .item-nom {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 160%;
  }

  .item-societe-infos {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 32px;
  }

  .intitule {
    font-size: 0.875rem;
    font-weight: 400;
    opacity: 0.5;
  }

  .info {
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
  }

  .avis-fleches {
    display: flex;
    gap: 15px;
  }

  @media (max-width: 767px) {
    .avis-entete {
      text-align: left;
      max-width: 85%;
      width: 1600px;
      margin: auto;
    }

    .avis-entete > h2 {
      font-size: 2.75rem;
    }

    .avis-item {
      grid-template-columns: 1fr;
      gap: 20px;
      padding: 40px 0;
    }

    .item-client {
      padding-right: 0;
      border-right: none;
      gap: 14px;
    }

    .item-citation {
      font-size: 1.25rem;
    }

    .item-avis {
      font-size: 0.875rem;
    }

    .item-nom {
      font-size: 1rem;
    }

    .item-societe-infos {
      flex-direction: row;
      gap: 40px;
    }
  }

  /* SLOGAN */
  [data-scroll-container] {
    height: 100%;
  }

  .secteur-slogan {
    margin-top: 150px;
    position: relative;
    /* height: 100vh; */
    /* margin-bottom: 300vh; */
  }

  .slogan {
    position: relative;
    height: 100vh;
    overflow: hidden;
  }

  .slogan-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }

  .slogan-item > h3 {
    position: absolute;
    font-size: 12vw;
    font-weight: 800;
    left: 3%;
    height: 100%;
    align-content: end;
    text-transform: uppercase;
    z-index: 2;
    margin: 0;
    color: white;
    padding-bottom: 20px;
  }

  .media {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
  }

  .slogan-item {
    clip-path: inset(100% 0 0 0);
    background: black;

    &:nth-child(1) {
      clip-path: inset(0 0 0 0);
    }
  }
}

[data-animation='marquee'] {
  position: relative;
  display: flex;
  width: max-content;
  white-space: nowrap;
  will-change: transform;

  [data-item] {
    display: inline-flex;
    align-items: center;
    gap: 50px;
    padding-right: 50px;
  }

  img {
    max-width: 200px;
    max-height: 85px;
    min-height: 30px;
    min-width: 56px;
    width: auto;
    height: auto;
  }
}

@media (max-width: 640px) {
  [data-animation='marquee'] {
    [data-item] {
      padding-right: 30px;
      gap: 30px;
    }

    img {
      max-width: 150px;
      max-height: 60px;
      min-height: 20px;
      min-width: 40px;
    }
  }
}

.clients__list {
  max-width: 1920px;
  margin: 0 auto 80px auto;
  overflow: hidden;
}

.p-cvr-media {
  &:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent);
    z-index: 22;
    pointer-events: none;
  }
}
/*!
Theme Name: Izhak 2020
Theme URI: https://izhak.fr
Description: Thème Izhak 2020
Version: 1.0
Author: Lucas Bigot
Author URI: https://lucasbigot.com
*/

/* Screen reader only - hide visually but keep accessible */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* Typography enhancements */
@media screen and (min-width: 1440px) {
  p.rea-cvr-title {
    font-size: 96px;
  }
  .rea-intro-title,
  h2.quote-main {
    font-size: 48px;
  }
  .rea-intro-text-right h3,
  .rea-intro-text-right h2,
  .team-talents-txt {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  p.rea-cvr-title {
    font-size: 12.8vw;
  }
  .rea-intro-title,
  h2.quote-main {
    font-size: 6.4vw;
  }
  .rea-intro-text-right h3,
  .rea-intro-text-right h2,
  .team-talents-txt {
    font-size: 5.3333333333vw;
  }
}

/* Quote styles */
h2.quote-main {
  font-size: 3.3333333333vw;
  font-family: roc-grotesk-wide, sans-serif;
  font-weight: 600;
}

/* About page */
.about-bigtext-title {
  font-size: 3.3333333333vw;
}

/* Archive filters */
.filters-title:nth-of-type(2) {
  margin-top: 2rem;
}

.filters-rea li h2 {
  font: 400 12px/1.33 roc-grotesk, sans-serif;
  font-weight: 400;
}

.filters-rea li.current a {
  pointer-events: none;
}

.filters-rea li.current a,
.filters-rea li a:hover {
  color: #0ccdb3;
}

/* Archive realisations */
.post-type-archive-realisations,
.tax-realisations_category,
.tax-sectors {
  background-color: #142636;
}

h2.s-rea-title,
.s-rea-title {
  font-family: roc-grotesk-wide, sans-serif;
  font-weight: 600;
}

/* Contact page */
.s-contact-infos-title {
  color: #ffffff;
}

/* Team page */
.team-talents-txt {
  font-size: 2.2222222222vw;
}

/* Homepage */

.hp-cvr-heading {
  max-width: 850px;
}
h1.hp-cvr-title,
p.hp-cvr-title {
  font-size: 48px;
  font-family: roc-grotesk-wide, sans-serif;
  font-weight: 600;

  @media (max-width: 767px) {
    font-size: 30px;
  }
}

/* Secteurs */
.secteur-heading-title {
  font-size: 3.3333333333vw;
}

/* Single realisation */
h1.rea-cvr-title,
p.rea-cvr-title {
  display: block;
  font-family: roc-grotesk-wide, sans-serif;
  font-weight: 600;
  font-size: 6.6666666667vw;
}

.rea-intro-title {
  font-size: 3.3333333333vw;
}

.rea-intro-text-right h3,
.rea-intro-text-right h2 {
  font-size: 2.2222222222vw;
}

.s-rea-intro-text h2,
.s-rea-intro-text h3,
.s-rea-intro-text h4 {
  font-size: 24px;
  font-family: roc-grotesk, sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}

/* Squad page */
.page-template-t-squad {
  background-color: #142636;
}

.squad-presentation--grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 60px;
}

@media (max-width: 767px) {
  .squad-presentation--grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .squad-presentation .skills-cont {
    order: 2;
  }
  .squad-presentation .about-quote-imgs {
    order: 1;
  }
}

.squad-presentation .s-skills {
  width: 100%;
}

.squad-presentation .about-quote-imgs {
  width: 100%;
  margin: 0;
}

.squad-list-rea {
  padding-top: 80px;
  display: grid;
}

.squad-list-rea .list-rea {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 16px;
}

@media (max-width: 1350px) {
  .squad-list-rea .list-rea {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1023px) {
  .squad-list-rea .list-rea {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .squad-list-rea .list-rea {
    grid-template-columns: repeat(1, 1fr);
  }
}

.squad-list-rea .list-rea .s-rea-arch {
  width: 100%;
  margin-right: 0;
}
