@charset "utf-8";
/*!
Theme Name: poupees-russes
Description: Thème des poupées russes
Text Domain: poupees-russes
Version: 1.0.0
Author: Blaaaz
Author URI: http://www.krealid.com
*/
/**
 * BREAKPOINT (for-size)
 * 
 * deprecated
 */
/**
 * FLEXBOX (flex)
 * 
 * @mixin .flex(@wrap: nowrap, @justify: flex-start, @align-items: stretch, @align-content: stretch, @direction: row)
 * @param {mixed} @wrap Taille
 * @param {mixed} @justify Règle
 * @param {mixed} @align-items Règle2
 * @param {mixed} @align-content Règle2
 * @param {mixed} @direction Règle2
 */
/**
 * FLUID TYPOGRAPHY (fluid-type)
 * Défini une typo fluide entre 2 breakpoints à partir d'une taille de font minimum et maximum.
 * 
 * @mixin .fluid-type(@min_width, @max_width, @min-font-size, @max-font-size)
 * @param {int} @min_width Taille d'écran de départ
 * @param {int} @max_width Taille d'écran d'arrivée
 * @param {int} @min-font-size Taille du texte pour la taille d'écran de départ
 * @param {int} @max-font-size Taille du texte pour la taille d'écran d'arrivée
 */
/**
 * STRETCHED LINK (stretched-link)
 * Permet de rendre tout un bloc cliquable grâce au pseudo-élément `::after` de l'élément `<a>` enfant.
 */
.stretched-link {
  position: relative;
}
.stretched-link a[href]::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}
/**
 * ASPECT RATIO (fixed-ratio)
 * Permet de définir le ratio d'un conteneur et indique à ses déscendants direct de recouvrir tout le bloc.
 */
/**
 * VIEWPORT SIZE (vw-size)
 * Permet de calculer une taille en VW à partir d'une taille en PX
 */
/**
 * GRID (grid)
 */
/* resource : https://css-tricks.com/an-auto-filling-css-grid-with-max-columns/ */
/**
 * FLEXGRID (flexgrid)
 */
/**
 * ASPECT-RATIO (aspect-ratio)
 */
/**
 * UNDERLINE ANIMATION (animated-underline)
 * the underline disappear then reappear
 */
* {
  box-sizing: border-box;
}
*::before,
*::after {
  box-sizing: inherit;
}
*:focus {
  outline: none;
}
a,
abbr,
address,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
label,
legend,
li,
object,
ol,
p,
pre,
q,
small,
span,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
ul {
  border: 0;
  margin: 0;
  padding: 0;
}
article,
aside,
figcaption,
figure,
figure img,
footer,
header,
hgroup,
main,
nav,
object,
section,
video {
  display: block;
}
ul li {
  list-style-type: none;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  background: transparent;
  color: inherit;
  text-decoration: none;
}
a:active,
a:focus,
a:hover {
  outline: 0;
}
a img {
  border: 0;
}
button,
input {
  font: inherit;
  color: inherit;
  line-height: normal;
}
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: auto;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  text-align: inherit;
  overflow: visible;
  cursor: pointer;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
sub {
  font-size: 0.75em;
  vertical-align: baseline;
}
/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table;
}
.clear:after {
  clear: both;
}
.clear {
  *zoom: 1;
}
@font-face {
  font-family: 'Beatrice';
  src: url('fonts/Beatrice-Thin.woff2') format('woff2'), url('fonts/Beatrice-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Beatrice';
  src: url('fonts/Beatrice-Regular.woff2') format('woff2'), url('fonts/Beatrice-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Beatrice';
  src: url('fonts/Beatrice-Bold.woff2') format('woff2'), url('fonts/Beatrice-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Beatrice';
  src: url('fonts/Beatrice-Light.woff2') format('woff2'), url('fonts/Beatrice-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Big Caslon FB';
  src: url('fonts/BigCaslonFB-BoldItalic.woff2') format('woff2'), url('fonts/BigCaslonFB-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Big Caslon FB';
  src: url('fonts/BigCaslonFB-Bold.woff2') format('woff2'), url('fonts/BigCaslonFB-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Big Caslon FB';
  src: url('fonts/BigCaslonFB-Italic.woff2') format('woff2'), url('fonts/BigCaslonFB-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Big Caslon FB';
  src: url('fonts/BigCaslonFB-Regular.woff2') format('woff2'), url('fonts/BigCaslonFB-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*-------------------------------------------*\
	BASICS
\*-------------------------------------------*/
/**
 * body
 *
 */
html {
  scroll-behavior: smooth;
}
html.no-scroll,
body.no-scroll {
  overflow: hidden;
}
body {
  font-family: 'Beatrice', Arial, sans-serif;
  font-size: clamp(0.875rem, 0.8rem + 0.25vw, 1rem);
  color: #000;
  line-height: 1.4;
  cursor: default;
  -webkit-text-size-adjust: none;
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  background-color: #000;
}
body::after {
  content: 'mobile';
  display: none;
}
/**
 * selection
 *
 */
/**
 * paragraph
 *
 */
p + p,
p + blockquote,
blockquote + p,
blockquote + blockquote {
  margin: 1.3em 0;
}
/**
 * screen-reader-text
 *
 */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
/*-------------------------------------------*\
	GLOBAL
\*-------------------------------------------*/
/**
 * wrap
 *
 */
.wrap,
.grid {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
.main {
  position: relative;
  z-index: 1;
  background-color: #fff;
  flex-shrink: 0;
  flex-grow: 1;
  isolation: isolate;
}
.main__black {
  background-color: #000;
}
.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #fff;
}
.footer {
  position: sticky;
  bottom: 0;
  z-index: 0;
  padding: 2rem 1rem 0 1rem;
  background-color: #000;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  max-height: 100dvh;
  overflow-y: auto;
}
.footer > * {
  max-width: 1640px;
  margin-inline: auto;
}
.footer p {
  text-wrap: balance;
}
.footer .menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.footer .menu a {
  position: relative;
  text-decoration: none;
  display: inline-block;
  padding-bottom: 2px;
}
.footer .menu a::before,
.footer .menu a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.footer .menu a::before {
  transform: scaleX(1);
  transform-origin: left;
}
.footer .menu a::after {
  transform: scaleX(0);
  transform-origin: right;
}
.footer .menu a:hover::before {
  transform: scaleX(0);
  transform-origin: right;
}
.footer .menu a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
  transition-delay: 0.3s;
}
.footer .prefooter {
  margin-block: 1rem;
}
.footer .prefooter a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer .prefooter a span:first-of-type {
  font-size: clamp(2rem, 1.025rem + 3.25vw, 3.625rem);
  font-weight: 100;
}
.footer .prefooter a span:first-of-type strong {
  font-family: 'Big Caslon FB', Arial, sans-serif;
  font-style: italic;
}
.footer .prefooter a span:last-of-type {
  font-family: 'Big Caslon FB', Arial, sans-serif;
  font-size: clamp(1.25rem, 0.95rem + 1vw, 1.75rem);
  text-underline-position: under;
  position: relative;
  text-decoration: none;
  display: inline-block;
  padding-bottom: 2px;
}
.footer .prefooter a span:last-of-type::before,
.footer .prefooter a span:last-of-type::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.footer .prefooter a span:last-of-type::before {
  transform: scaleX(1);
  transform-origin: left;
}
.footer .prefooter a span:last-of-type::after {
  transform: scaleX(0);
  transform-origin: right;
}
.footer .prefooter a span:last-of-type:hover::before {
  transform: scaleX(0);
  transform-origin: right;
}
.footer .prefooter a span:last-of-type:hover::after {
  transform: scaleX(1);
  transform-origin: left;
  transition-delay: 0.3s;
}
.footer .contact {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-block-end: solid 1px #454545;
  padding-block-end: 1rem;
  margin-block-end: 0.5rem;
}
.footer .contact .address {
  padding-block: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.footer .contact .address a:first-of-type {
  display: none;
}
.footer .contact .address a:last-of-type {
  font-weight: bold;
}
.footer .contact .social {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1rem;
  margin-top: 40px;
}
.footer .contact .social p {
  align-self: center;
  font-family: 'Big Caslon FB', Arial, sans-serif;
  font-size: clamp(1.25rem, 0.95rem + 1vw, 1.75rem);
}
.footer .legals {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 1rem;
}
.footer .legals .links a {
  position: relative;
  text-decoration: none;
  display: inline-block;
  padding-bottom: 2px;
}
.footer .legals .links a::before,
.footer .legals .links a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.footer .legals .links a::before {
  transform: scaleX(1);
  transform-origin: left;
}
.footer .legals .links a::after {
  transform: scaleX(0);
  transform-origin: right;
}
.footer .legals .links a:hover::before {
  transform: scaleX(0);
  transform-origin: right;
}
.footer .legals .links a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
  transition-delay: 0.3s;
}
.footer .legals p {
  align-self: center;
  text-align: center;
}
.footer .legals .group-link {
  align-self: center;
  display: flex;
  align-items: baseline;
}
.footer .legals .group-link span {
  font-size: 14px;
  margin-right: 10px;
}
.footer .legals .group-link img {
  width: 150px;
}
.footer .postfooter img {
  display: block;
  margin: 1rem auto;
  width: 37%;
  max-width: 180px;
  height: auto;
}
.footer .postfooter img + img {
  width: 100%;
  max-width: 812px;
}
.btn {
  display: inline-block;
  padding: 0.5em 1em;
  font-size: clamp(1rem, 0.85rem + 0.5vw, 1.25rem);
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: solid 1px #000;
  color: #000;
  transition: color 0.3s, background-color 0.3s;
}
.animated-btn {
  position: relative;
  border-bottom: none;
  z-index: 1;
  background-image: linear-gradient(#000, #000);
  background-position: 0 100%;
  background-size: 100% 1px;
  background-repeat: no-repeat;
  transition: background-size 0.3s cubic-bezier(0.32, -0.7, 0.2, 1), color 0.3s linear;
}
.animated-btn:hover {
  color: #fff;
  background-size: 100% 100%;
}
.main-navigation {
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #fff;
  border-block-end: solid 1px #000;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.main-navigation.is-hidden {
  transform: translateY(-100%);
}
.main-navigation .main-navigation-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.main-navigation .entete-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.main-navigation .entete-menu .logo {
  margin: 1rem;
  max-width: 222px;
}
.main-navigation .entete-menu .burger-btn {
  margin-inline-start: auto;
  padding: 1rem;
  cursor: pointer;
}
.main-navigation .entete-menu .burger-btn .close-img {
  display: none;
}
.main-navigation .menu-content-wrapper {
  width: 100%;
}
.main-navigation .menu#primary-menu {
  margin: 0;
  padding: 0;
  font-size: clamp(0.875rem, 0.8rem + 0.25vw, 1rem);
  text-transform: uppercase;
}
.main-navigation .menu#primary-menu > li {
  border-block-end: solid 1px #E9E9E9;
}
.main-navigation .menu#primary-menu > li a {
  display: block;
  margin: 0;
  padding: 2em 1em;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -webkit-tap-highlight-color: transparent;
}
.main-navigation .menu#primary-menu > li a:hover {
  background-color: #000;
  color: #fff;
}
.main-navigation .menu#social-menu a {
  display: block;
  margin: 0;
  padding: 0.5em 1em;
  text-decoration: underline;
  -webkit-tap-highlight-color: transparent;
}
.home .header {
  position: relative;
  z-index: 10;
}
.home .main-navigation {
  position: sticky;
  top: 0;
  z-index: 1000;
}
.home .hero-section {
  background-color: #000;
  width: 100%;
  height: 100dvh;
  position: relative;
  overflow: hidden;
}
.home .hero-section iframe {
  /* On positionne l'iframe au centre du conteneur */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* On le force à être plus grand que le conteneur pour simuler "cover" */
  min-width: 100%;
  min-height: 100%;
  /* Astuce pour conserver le ratio 16/9 tout en remplissant l'espace */
  /* Ces valeurs forcent l'iframe à s'adapter au ratio du conteneur */
  /* en s'assurant qu'il est toujours assez grand pour le couvrir */
  width: 177.77vh;
  /* 100 * (16/9) */
  height: 56.25vw;
  /* 100 * (9/16) */
}
.home .hero-section h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 82%;
  max-width: 788px;
}
.home .hero-section h1 img {
  display: block;
  width: 100%;
  height: auto;
}
.home .agence-section {
  width: 85%;
  max-width: 1640px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: 8rem;
}
.home .agence-section .agence-introduction {
  font-family: 'Big Caslon FB', Arial, sans-serif;
  font-size: clamp(2rem, 1.025rem + 3.25vw, 3.625rem);
  line-height: 1.2;
  text-align: center;
  padding-block-start: 2.5em;
  position: relative;
}
.home .agence-section .agence-introduction img {
  display: block;
  position: absolute;
  width: auto;
}
.home .agence-section .agence-introduction img.poupee-russe-1 {
  top: 0;
  left: calc(50% - 70px);
  height: 2em;
}
.home .agence-section .agence-introduction img.poupee-russe-2 {
  top: 0.4em;
  left: calc(50% - 12px);
  height: 1.6em;
}
.home .agence-section .agence-introduction img.poupee-russe-3 {
  top: 1em;
  left: calc(50% + 36px);
  height: 1em;
}
.home .agence-section .btn {
  margin-block-start: 2em;
}
.home .expertises-section {
  border-block-start: 1px solid #E9E9E9;
}
.home .expertises-section .expertises-item {
  position: relative;
  border-block-end: 1px solid #E9E9E9;
  overflow: hidden;
  background-size: cover;
  background-position: center 35%;
  transition: background-position 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.home .expertises-section .expertises-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 0;
  transform: translateY(0);
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.home .expertises-section .expertises-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 0;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.home .expertises-section .expertises-item a {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(1.25rem, 0.95rem + 1vw, 1.75rem);
  padding: 2.5em;
  text-decoration: none;
  color: #000;
  transition: color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.home .expertises-section .expertise-content {
  flex: 1;
  gap: 2.5rem;
  margin-inline-end: 2em;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.home .expertises-section .expertise-title {
  margin: 0;
  font-size: clamp(1.25rem, 0.95rem + 1vw, 1.75rem);
  text-transform: uppercase;
  font-weight: 500;
  transition: color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.home .expertises-section .expertise-description {
  display: none;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  font-size: clamp(0.875rem, 0.8rem + 0.25vw, 1rem);
}
.home .expertises-section .expertise-number {
  position: relative;
  font-size: clamp(2rem, 1.025rem + 3.25vw, 3.625rem);
  font-weight: 100;
  display: flex;
  align-items: center;
}
.home .expertises-section .expertise-number::after {
  content: '';
  background: url("images/arrow.svg") no-repeat center center / contain;
  display: block;
  width: 0.5em;
  height: 0.5em;
  margin-left: 1em;
}
.home .expertises-section .expertise-number::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%) scale(0);
  width: 1.5em;
  height: 1.5em;
  margin-inline-start: -0.25em;
  background-color: #fff;
  border-radius: 50%;
  z-index: -1;
  transform-origin: center;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.home .projets-section {
  position: relative;
  height: 100dvh;
  overflow: hidden;
  background-color: #000;
}
.home .projets-section .projet-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
.home .projets-section .projet-item:not(:first-of-type) {
  visibility: hidden;
}
.home .projets-section .projet-background-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.home .projets-section .projet-background-media .background-media {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .projets-section .projet-background-media .background-media[src*="vimeo.com"] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: 177.77vh;
  height: 56.25vw;
}
.home .projets-section .projet-content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2em;
  flex-direction: column;
  text-align: center;
}
.home .projets-section .projet-name {
  font-size: clamp(1.75rem, 1rem + 2.5vw, 3rem);
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  text-wrap: balance;
  position: absolute;
  bottom: 2vh;
  left: 4vw;
  width: calc(50% - 4vw);
  text-align: left;
}
.home .projets-section .project-number {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0, -125%);
  z-index: 3;
  font-size: clamp(2rem, 1.025rem + 3.25vw, 3.625rem);
  font-weight: 100;
  line-height: 1;
}
.home .projets-section .projet-visuel {
  position: relative;
  width: 70%;
  max-width: 550px;
}
.home .projets-section .projet-visuel img {
  max-width: 100%;
  height: auto;
}
.home .projets-section .projet-expertise {
  font-size: clamp(1.25rem, 0.95rem + 1vw, 1.75rem);
  line-height: 1;
  text-transform: uppercase;
  text-wrap: balance;
  position: absolute;
  bottom: 2vh;
  right: 4vw;
  width: calc(50% - 4vw);
  text-align: right;
}
.home .citation-section {
  margin-block: 4rem;
  width: 85%;
  max-width: 1042px;
  margin-inline: auto;
  font-family: 'Big Caslon FB', Arial, sans-serif;
  font-size: clamp(2rem, 1.025rem + 3.25vw, 3.625rem);
  font-style: italic;
}
.home .citation-section .pull-quote {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5em;
  margin-block: 3em;
  padding-block-end: 1em;
  border-block-end: solid 1px #000;
  font-family: 'Big Caslon FB', Arial, sans-serif;
  font-size: clamp(1.25rem, 0.95rem + 1vw, 1.75rem);
  font-style: italic;
  text-align: center;
}
.home .citation-section .pull-quote:before {
  content: '';
  display: block;
  background: url("images/quote.svg") no-repeat center center / contain;
  width: 1.25em;
  height: 1.25em;
}
.home .socials-section {
  margin-block: 3rem;
  padding-block-end: 3rem;
}
.home .socials-section .container {
  width: 100%;
  max-width: 1640px;
  margin-inline: auto;
}
.home .socials-section .d-flex {
  flex-wrap: wrap;
  display: flex;
}
.home .socials-section .social-post {
  width: 100%;
}
.home .socials-section .social-post img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .socials-section .swiper .swiper-slide {
  width: clamp(11.25rem, 3rem + 27.5vw, 25rem);
  aspect-ratio: 10 / 16;
}
.home .socials-section .swiper .swiper-slide img,
.home .socials-section .swiper .swiper-slide video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .socials-section .swiper .swiper-slide .video-container {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.home .socials-section .swiper .swiper-slide .video-container .play-button-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15%;
  height: auto;
  z-index: 2;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.home .socials-section .swiper .swiper-slide .video-container.is-playing .play-button-overlay {
  opacity: 0;
}
.home .socials-section .social-cta {
  margin: 1rem;
  line-height: 1.2;
}
.home .socials-section .social-cta .text-before {
  font-size: clamp(0.875rem, 0.8rem + 0.25vw, 1rem);
  text-transform: uppercase;
}
.home .socials-section .social-cta .btn {
  padding: 0.25em;
}
body.admin-bar .main-navigation {
  top: 32px;
}
body.admin-bar.no-scroll {
  overflow: hidden;
}
body.no-scroll {
  overflow: hidden;
}
.page-template-template-expertises .heading .entry-title {
  width: calc(100% - (1rem * 2));
  max-width: 1640px;
  margin-inline: auto;
  padding-block-start: 0.5em;
  font-size: clamp(3.125rem, 1.25rem + 6.25vw, 6.25rem);
  font-weight: 100;
  text-transform: uppercase;
}
.page-template-template-expertises .expertise-navigation {
  position: sticky;
  top: 0;
  z-index: 10;
  background: #fff;
  border-block-start: solid 1px #000;
  border-block-end: solid 1px #000;
  margin-block-end: 2.5rem;
  transition: top 0.3s ease-in-out;
}
.page-template-template-expertises .cat-list {
  width: calc(100% - (2rem * 2));
  max-width: 1640px;
  margin-inline: auto;
}
.page-template-template-expertises .cat-list {
  justify-content: space-between;
  width: 100%;
  padding: 1.3rem 0;
}
.page-template-template-expertises .cat-list li a {
  padding: 0.5em;
  text-transform: uppercase;
  color: #C2C2C2;
  text-decoration: none;
  position: relative;
  background-image: linear-gradient(#000, #000);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.2s ease-out, color 0.2s ease-out;
}
.page-template-template-expertises .cat-list li a:hover {
  background-color: transparent;
  color: #000;
  background-size: 100% 1px;
}
.page-template-template-expertises .cat-list li a.active {
  color: #000;
}
.page-template-template-expertises .category-select {
  width: calc(100% - (1rem * 2));
  max-width: 1640px;
  margin-inline: auto;
  position: relative;
}
.page-template-template-expertises .category-select .category-select__button {
  width: 100%;
  border: none;
  background: transparent;
  padding: 1.3rem 0;
  text-align: left;
  font-size: inherit;
  font-family: inherit;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
}
.page-template-template-expertises .category-select .category-select__button svg {
  transition: transform 0.2s ease-in-out;
  width: 1em;
  height: 1em;
}
.page-template-template-expertises .category-select .category-select__list {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  background: #fff;
  border-block-end: solid 1px #000;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  z-index: 11;
}
.page-template-template-expertises .category-select .category-select__list li {
  border-block-start: solid 1px #e2e2e2;
}
.page-template-template-expertises .category-select .category-select__list li a {
  display: block;
  padding: 1rem 2rem;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
}
.page-template-template-expertises .category-select .category-select__list li a:hover {
  background-color: #f0f0f0;
}
.page-template-template-expertises .category-select.is-open .category-select__button svg {
  transform: rotate(180deg);
}
.page-template-template-expertises .category-select.is-open .category-select__list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.page-template-template-expertises .expertise-section {
  padding-block: 0 2.5rem;
  scroll-margin-top: 10rem;
}
.page-template-template-expertises .expertise-section .title-expertise {
  width: calc(100% - (1rem * 2));
  max-width: 1640px;
  margin-inline: auto;
}
.page-template-template-expertises .expertise-section .title-expertise > * {
  font-size: clamp(2.375rem, 1.1rem + 4.25vw, 4.5rem);
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
  text-wrap: balance;
}
.page-template-template-expertises .expertise-section .infos-expertise {
  width: calc(100% - (1rem * 2));
  max-width: 1640px;
  margin-inline: auto;
  margin-block: 2rem;
}
.page-template-template-expertises .expertise-section .infos-expertise .desc-expertise {
  margin-block: 2rem;
}
.page-template-template-expertises .expertise-section .infos-expertise .tags-expertise {
  margin-block: 2rem;
  text-wrap: balance;
}
.page-template-template-expertises .expertise-section .infos-expertise .tags-expertise .expertise-tag {
  display: inline-block;
  margin: 0.25em;
  border: solid 1px #000;
  border-radius: 2em;
  padding: 0.5em 0.75em;
}
.page-template-template-expertises .expertise-section .projects-expertise {
  display: flex;
  flex-wrap: wrap;
}
.page-template-template-expertises .expertise-section .projects-expertise .project-item-expertise {
  width: 50%;
  overflow: hidden;
  position: relative;
  height: clamp(218px, 45vw, 650px);
}
.page-template-template-expertises .expertise-section .projects-expertise .project-item-expertise a {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  text-decoration: none;
  color: inherit;
}
.page-template-template-expertises .expertise-section .projects-expertise .project-item-expertise .project-image {
  width: 100%;
  flex-grow: 1;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 0;
}
.page-template-template-expertises .expertise-section .projects-expertise .project-item-expertise .project-name {
  background-color: #fff;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2em;
  flex-shrink: 0;
  padding: 1em;
  font-size: clamp(0.875rem, 0.8rem + 0.25vw, 1rem);
  font-weight: 400;
}
.page-template-template-expertises .expertise-section .projects-expertise .project-item-expertise .project-name svg {
  width: 1em;
  height: 1em;
  flex-shrink: 0;
}
.project__hero {
  width: 100%;
  max-width: 1920px;
  max-height: 1080px;
  margin-inline: auto;
  aspect-ratio: 16 / 9;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Beatrice', Arial, sans-serif;
  position: relative;
  isolation: isolate;
}
.project__hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0000004d;
  z-index: -1;
}
.project__hero__cat {
  z-index: 1;
}
.project__hero__categories,
.project__hero__title {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.project__hero__categories {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 16px;
}
.project__hero__title {
  font-weight: 250;
  font-size: 50px;
  line-height: 50px;
}
.project__description {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Beatrice', Arial, sans-serif;
  padding: 40px 0;
  text-align: center;
  max-width: 842px;
  margin: auto;
}
.project__description__tag__ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 80%;
  align-items: center;
  margin: auto;
}
.project__description__tag__ul li {
  border: 1px solid #000;
  color: #000;
  text-transform: uppercase;
  padding: 8px 16px;
  font-size: 12px;
  margin: 0 8px 15px 8px;
  border-radius: 39px;
}
.project__description__title {
  font-size: 38px;
  font-weight: 300;
  line-height: 100%;
  margin: 40px 0 40px 0;
  text-transform: uppercase;
}
.project__description__description {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  padding: 0 28px;
  text-transform: uppercase;
}
.project__visuel__1 {
  width: 100%;
}
.project__visuel__1__left,
.project__visuel__1__right {
  max-width: 680px;
  margin: 2vw auto;
  position: relative;
  aspect-ratio: 4/5;
}
.project__visuel__1__left__video-container,
.project__visuel__1__right__video-container {
  width: 100%;
  height: 100%;
  margin-inline: auto;
  position: relative;
  overflow: hidden;
}
.project__visuel__1__left__video-container iframe,
.project__visuel__1__right__video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.project__visuel__1__left img,
.project__visuel__1__right img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project__visuel__2 {
  margin: 16.6666% auto;
  width: 76%;
  display: grid;
  place-content: center;
  gap: 2.7%;
}
.project__visuel__2__img__container,
.project__visuel__2__video-container {
  flex: 1;
  position: relative;
  overflow: hidden;
  max-height: 100%;
}
.project__visuel__2__img__container img,
.project__visuel__2__video-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project__visuel__2__video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.project__visuel__2.ratio-4-5 {
  grid-template-columns: repeat(2, 1fr);
}
.project__visuel__2.ratio-4-5 .project__visuel__2__img__container,
.project__visuel__2.ratio-4-5 .project__visuel__2__video-container {
  aspect-ratio: 4 / 5;
}
.project__visuel__2.ratio-9-16 {
  grid-template-columns: repeat(1, 1fr);
}
.project__visuel__2.ratio-9-16 .project__visuel__2__img__container,
.project__visuel__2.ratio-9-16 .project__visuel__2__video-container {
  aspect-ratio: 9 / 16;
}
.project__visuel__full,
.project__visuel__full_2 {
  width: 100%;
  max-width: 1920px;
  max-height: 1080px;
  margin-inline: auto;
  margin-block-end: 0;
  aspect-ratio: 16 / 9;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.project__visuel__3 {
  max-width: 1920px;
  margin-inline: auto;
}
.project__visuel__3__left,
.project__visuel__3__right {
  box-sizing: border-box;
  padding: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.project__visuel__3__left img,
.project__visuel__3__right img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project__visuel__3__left__video-container,
.project__visuel__3__right__video-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.project__visuel__3__left__video-container iframe,
.project__visuel__3__right__video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.project__visuel__3.ratio_4_5 .project__visuel__3__left > img,
.project__visuel__3.ratio_4_5 .project__visuel__3__right > img,
.project__visuel__3.ratio_4_5 .project__visuel__3__left__video-container,
.project__visuel__3.ratio_4_5 .project__visuel__3__right__video-container {
  aspect-ratio: 4 / 5;
}
.project__visuel__3.ratio_4_5 .project__visuel__3__left__video-container,
.project__visuel__3.ratio_4_5 .project__visuel__3__right__video-container {
  width: 100%;
  height: 100%;
}
.project__visuel__3.ratio_9_16 .project__visuel__3__left > img,
.project__visuel__3.ratio_9_16 .project__visuel__3__right > img,
.project__visuel__3.ratio_9_16 .project__visuel__3__left__video-container,
.project__visuel__3.ratio_9_16 .project__visuel__3__right__video-container {
  aspect-ratio: 9 / 16;
}
.project__visuel__3.ratio_9_16 .project__visuel__3__left__video-container,
.project__visuel__3.ratio_9_16 .project__visuel__3__right__video-container {
  width: 100%;
  height: 100%;
}
.project__associes {
  padding-top: 22px;
  padding-bottom: 60px;
  margin: auto;
}
.project__associes h2 {
  font-weight: 300;
  font-size: 38px;
  margin-bottom: 22px;
  margin-left: 20px;
  font-family: 'Beatrice', Arial, sans-serif;
  line-height: 100%;
  text-transform: uppercase;
}
.project__associes ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.project__associes__miniature {
  width: 50%;
  height: auto;
  aspect-ratio: 180 / 218;
  overflow: hidden;
  position: relative;
  text-align: center;
  font-weight: 400;
  line-height: 21px;
  font-size: 16px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
.project__associes__miniature a {
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.project__associes__miniature a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.project__associes__miniature img,
.project__associes__miniature .video-container {
  height: 100%;
  width: 100%;
  min-width: 100%;
  transition: all ease-in-out 0.4s;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.project__associes__miniature img iframe,
.project__associes__miniature .video-container iframe {
  min-width: 220%;
  height: 100%;
}
.project__associes__miniature .video-container {
  min-width: 170%;
}
.project__associes__miniature .project_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
  text-align: left;
}
.project__associes__miniature .project_title svg {
  margin-left: 2rem;
  min-width: 16px;
}
.project-navigation {
  margin: auto;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.project-navigation__container {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 40px 20px;
}
.project-navigation a {
  text-transform: uppercase;
  font-weight: 400;
  border-bottom: 1px solid #000;
  position: relative;
  /* Indispensable pour positionner le pseudo-élément */
  display: inline-block;
  /* Permet d'appliquer largeur/hauteur et de contenir le pseudo-élément */
  padding: 5px 10px;
  /* Espace autour du texte du lien */
  color: #000;
  /* Couleur du texte par défaut (noir) */
  background-color: transparent;
  /* Fond par défaut transparent */
  text-decoration: none;
  /* Supprime le soulignement par défaut */
  overflow: hidden;
  /* Important pour cacher la partie du fond qui est en dessous */
  transition: color 0.3s ease-in-out;
  /* Transition pour la couleur du texte */
  z-index: 1;
  /* Assure que le texte est au-dessus du pseudo-élément */
}
.project-navigation a:before {
  content: "";
  /* Obligatoire pour les pseudo-éléments */
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  transition: all ease-in-out 0.2s;
  background-color: #000;
  /* Couleur du fond au survol (noir) */
  z-index: -1;
  /* Place le fond sous le texte */
}
.project-navigation a:hover {
  color: #fff;
  /* Couleur du texte au survol (blanc) */
}
.project-navigation a:hover:before {
  /* Fait remonter le fond à sa position normale */
  height: 40px;
}
/* Affichage par défaut */
.desktop-only {
  display: block;
}
.mobile-only {
  display: none;
}
/* À partir de 1200px et moins (mobile) */
.video-background {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-background .content {
  position: relative;
  z-index: 2;
  color: white;
  text-align: center;
  padding: 2rem;
}
.single-portfolio .project__associes .project_title {
  margin: 0;
}
.projects .container {
  margin: auto;
}
.projects .entry-title {
  font-weight: 250;
  font-family: 'Beatrice', Arial, sans-serif;
  font-size: 50px;
  margin-bottom: 24px;
  width: calc(100% - (1rem * 2));
  max-width: 1640px;
  margin-inline: auto;
  text-transform: uppercase;
  padding-top: 40px;
}
.projects .filter-projects {
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
.projects .cat-list {
  display: none;
}
.projects .cat-list li a {
  padding: 0.5em;
  text-transform: uppercase;
  color: #C2C2C2;
  text-decoration: none;
  position: relative;
  background-image: linear-gradient(#000, #000);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.2s ease-out, color 0.2s ease-out;
}
.projects .cat-list li a:hover {
  background-color: transparent;
  color: #000;
  background-size: 100% 1px;
}
.projects .cat-list li a.active {
  color: #000;
}
.projects .category-select {
  width: calc(100% - (1rem * 2));
  max-width: 1640px;
  margin-inline: auto;
  position: relative;
}
.projects .category-select .category-select__button {
  width: 100%;
  border: none;
  background: transparent;
  padding: 1.3rem 0;
  text-align: left;
  font-size: inherit;
  font-family: inherit;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
}
.projects .category-select .category-select__button svg {
  transition: transform 0.2s ease-in-out;
  width: 1em;
  height: 1em;
}
.projects .category-select .category-select__list {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  background: #fff;
  border-block-end: solid 1px #000;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  z-index: 11;
}
.projects .category-select .category-select__list li {
  border-block-start: solid 1px #e2e2e2;
}
.projects .category-select .category-select__list li a {
  display: block;
  padding: 1rem 2rem;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
}
.projects .category-select .category-select__list li a:hover {
  background-color: #f0f0f0;
}
.projects .category-select.is-open .category-select__button svg {
  transform: rotate(180deg);
}
.projects .category-select.is-open .category-select__list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.projects .project__associes__list {
  display: flex;
  flex-wrap: wrap;
}
.projects .project__associes__miniature {
  width: 50%;
  overflow: hidden;
}
.projects .project__associes__miniature a {
  height: 100%;
  width: 100%;
  position: relative;
}
.projects .project__associes__miniature a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.projects .double {
  width: 100%;
}
.projects .double .project__associes__list {
  display: flex;
  flex-wrap: wrap;
}
.projects .double .project__associes__miniature {
  width: 100%;
}
.projects .double .project__associes__miniature a {
  display: flex;
  width: 100%;
  margin: auto;
  text-align: center;
}
.projects .double .project__associes__miniature:hover a {
  display: flex;
}
.artist {
  background-color: #000;
  color: #fff;
  min-height: 100dvh;
}
.artist .artist-grid {
  width: calc(100% - (4vw * 2));
  max-width: 1640px;
  margin-inline: auto;
  margin: 0 auto;
}
.artist .artist-grid .visuel img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.artist .artist-grid .visuel .video-container {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.artist .artist-grid .visuel .video-container iframe {
  width: 100%;
  height: 100%;
}
.artist .artist-grid .artist-title {
  font-family: 'Big Caslon FB', Arial, sans-serif;
  font-size: clamp(2rem, 1.025rem + 3.25vw, 3.625rem);
  font-weight: 400;
  padding-block-start: 2rem;
}
.artist .artist-grid .artist-job {
  font-size: clamp(0.875rem, 0.8rem + 0.25vw, 1rem);
  font-weight: 500;
  text-transform: uppercase;
  padding-block-end: 1rem;
}
.artist .artist-grid .artist-description {
  flex: 1;
  overflow: auto;
  padding-block: 2rem;
  max-width: 84ch;
}
.artist .artist-navigation {
  padding-block-start: 1rem;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.artist .artist-navigation a {
  padding: 0.5em;
  display: flex;
  align-items: center;
  gap: 1em;
  text-transform: uppercase;
  font-weight: 400;
  background-image: linear-gradient(#fff, #fff);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.2s ease-out, color 0.2s ease-out;
}
.artist .artist-navigation a:hover {
  background-color: transparent;
  color: #fff;
  background-size: 100% 1px;
}
.artists {
  background-color: #000;
  color: #fff;
  min-height: 100dvh;
}
.artists .artists-header {
  width: calc(100% - (2rem * 2));
  max-width: 812px;
  margin-inline: auto;
  margin: 8vw auto;
  text-align: center;
}
.artists .artists-header .entry-title {
  font-family: 'Big Caslon FB', Arial, sans-serif;
  font-size: clamp(3.125rem, 1.25rem + 6.25vw, 6.25rem);
  font-weight: 400;
}
.artists .artists-header .artists-edito {
  font-size: clamp(0.875rem, 0.8rem + 0.25vw, 1rem);
}
.artists .artists__grid {
  width: calc(100% - (4vw * 2));
  max-width: 1640px;
  margin-inline: auto;
  margin: 2rem auto;
}
.artists .artists__grid .artist__item {
  width: 100%;
  aspect-ratio: 480 / 580;
}
.artists .artists__grid .artist__item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.artists .artists__grid .artist__item .video-container {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
}
.artists .artists__grid .artist__item .video-container iframe {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: 56.25vw;
  height: 177.77vh;
}
.artists .artists__grid .artist__item .artist_title {
  text-transform: uppercase;
  padding: 1em;
  text-align: center;
  font-size: clamp(0.875rem, 0.8rem + 0.25vw, 1rem);
  font-weight: 400;
}
.artists .loading-indicator {
  display: none;
  text-align: center;
  padding-block-end: 10vw;
}
.page-qsn .qsn {
  background-color: #000;
  overflow-x: hidden;
}
.page-qsn .qsn__hero-section {
  background-color: #000;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  padding-top: 50px;
  padding-bottom: 80px;
  z-index: 1;
}
.page-qsn .qsn__hero-section video {
  display: none;
}
.page-qsn .qsn__hero-section h1 {
  color: #fff;
  font-size: 38px;
  line-height: 110%;
  font-family: 'Big Caslon FB', Arial, sans-serif;
  text-align: center;
  z-index: 2;
  position: relative;
}
.page-qsn .qsn__hero-section__description {
  z-index: 1;
  margin: auto;
  margin-top: 40px;
  color: #fff;
  max-width: 90%;
  position: relative;
}
.page-qsn .qsn__hero-section__description p {
  color: #fff;
}
.page-qsn .qsn__hero-section__description p span {
  color: #fff !important;
  font-family: 'Beatrice', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.page-qsn .qsn .agence-section {
  max-width: 1640px;
  margin-inline: auto;
  align-items: center;
}
.page-qsn .qsn .agence-section .agence-introduction img {
  max-height: 101px;
}
.page-qsn .qsn .agence-section .agence-introduction img.poupee-russe-1 {
  height: 36px;
}
.page-qsn .main {
  margin-bottom: -1px;
}
.page-qsn .main__scroll {
  display: none;
}
.page-qsn .main__no-scroll {
  text-align: center;
}
.page-qsn .main__no-scroll .skills {
  padding: 40px 28px;
  border-bottom: 1px solid #000;
}
.page-qsn .main__no-scroll .skills:last-child {
  border-bottom: none;
}
.page-qsn .main__no-scroll .skills .center-titles h2 {
  font-size: 28px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 300;
  margin-bottom: 28px;
}
.page-qsn .main__no-scroll .skills .center-image {
  display: flex;
  width: 90%;
  margin: auto;
  justify-content: center;
  margin-bottom: 28px;
}
.page-qsn .main__no-scroll .skills .center-descriptions .text-content {
  font-size: 14px;
  font-size: 400;
  text-align: left;
}
.page-qsn .visuels-qsn {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: auto;
  background-color: #000;
  padding: 0px 25px 100px;
}
.page-qsn .visu {
  width: 90%;
  margin: auto;
  height: 500px;
}
.page-qsn .visu img,
.page-qsn .visu video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.page-qsn .video-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.page-qsn .swiper-horizontal .swiper-wrapper .swiper-slide {
  padding-top: 70px;
  padding-bottom: 244px;
  text-align: center;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
.page-qsn .swiper-horizontal .swiper-wrapper .swiper-slide .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #00000066;
  display: block;
  top: 0;
}
.page-qsn .swiper-horizontal .swiper-wrapper .swiper-slide h2 {
  text-transform: uppercase;
  color: #fff;
  font-family: 'Beatrice', Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 40px;
}
.page-qsn .swiper-horizontal .swiper-wrapper .swiper-slide p {
  font-family: 'Big Caslon FB', Arial, sans-serif;
  color: #fff;
  font-style: italic;
  font-size: 38px;
  margin: auto;
  line-height: 100%;
  margin-top: 40px;
}
.page-qsn .swiper-horizontal .swiper-pagination-bullets {
  bottom: 85px;
}
.page-qsn .swiper-horizontal .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 36px;
  height: 1px;
  background-color: #fff;
  margin: 12px;
  border-radius: 0;
}
.page-qsn .swiper-horizontal .swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 36px;
  height: 2px;
  background-color: #fff;
  margin: 12px;
}
.page-qsn .swiper-horizontal .swiper-button-next,
.page-qsn .swiper-horizontal .swiper-button-prev {
  bottom: 100px;
  top: auto;
  position: absolute;
  width: 44px;
}
.page-qsn .swiper-horizontal .swiper-button-prev {
  left: 36%;
}
.page-qsn .swiper-horizontal .swiper-button-next {
  right: 36%;
}
.page-qsn .slider-content {
  position: relative;
  z-index: 1;
}
.page-qsn .swiper-button-next:after,
.page-qsn .swiper-button-prev:after {
  display: none;
}
.page-qsn .swiper-horizontal > .swiper-pagination-bullets,
.page-qsn .swiper-pagination-bullets.swiper-pagination-horizontal,
.page-qsn .swiper-pagination-custom,
.page-qsn .swiper-pagination-fraction {
  bottom: 180px !important;
}
.page-qsn .accordion-column {
  flex: 1;
  padding: 50px 20px;
  margin-bottom: 40px;
  display: block;
}
.page-qsn .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.page-qsn .active .accordion-content {
  transition: all 0.4s ease;
  margin-bottom: 25px;
}
.page-qsn .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  cursor: pointer;
  font-weight: bold;
  background: #fff;
}
.page-qsn .accordion-icon {
  font-size: 20px;
  transition: transform 0.3s ease;
}
.page-qsn .accordion-item {
  border-bottom: 1px solid #000;
}
.page-qsn .valeurs-section .container {
  margin: auto;
  background-color: #fff;
  z-index: 1;
  position: relative;
}
.page-qsn .valeurs-section .container h2 {
  font-family: 'Beatrice', Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 28px;
  margin-bottom: 32px;
}
.page-qsn .valeurs-section .container .accordion-title {
  font-family: 'Beatrice', Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  align-items: center;
  letter-spacing: 1.5px;
  font-size: 14px;
}
.page-qsn .valeurs-section .container .accordion-icon {
  font-family: 'Beatrice', Arial, sans-serif;
  font-weight: 250;
  font-size: 45px;
}
.page-qsn .column-left-titles .title-section {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: start;
  padding-top: 9rem;
  transition: ease-in-out all 0.1s;
}
.page-qsn .column-left-titles .title-section h2 {
  font-size: 48px;
  font-weight: 300;
  font-family: 'Beatrice', Arial, sans-serif;
  text-transform: uppercase;
}
.valeurs-info {
  padding-top: 20px;
}
.valeurs-info .container {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
  margin: auto;
}
.valeurs-info__text {
  text-align: center;
}
.valeurs-info__text .h3 {
  font-family: 'Beatrice', Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 24px;
}
.valeurs-info__text img {
  margin-bottom: 40px;
}
.valeurs-info__text .text {
  font-weight: 400;
  font-family: 'Beatrice', Arial, sans-serif;
  font-size: 14px;
  width: 90%;
  margin-bottom: 40px;
  margin: auto;
}
.valeurs-info__text .project-navigation {
  justify-content: center;
  margin-top: 20px;
}
.pages-annexes {
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #000;
  background-position: top center;
  background-size: cover;
  padding-top: 10%;
  min-height: 100dvh;
  padding-bottom: 140px;
  text-align: left;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pages-annexes .main__black {
  background-color: transparent;
}
.pages-annexes__content {
  color: #fff;
  text-align: center;
}
.pages-annexes__content h1 {
  font-weight: 250;
  font-family: 'Beatrice', Arial, sans-serif;
  max-width: 90%;
  font-size: 38px;
  text-transform: uppercase;
  color: #fff;
  margin: auto;
  margin-bottom: 40px;
  text-align: center;
}
.pages-annexes__content h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
  margin-top: 30px;
  font-family: 'Beatrice', Arial, sans-serif;
}
.pages-annexes__content h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 25px;
  font-family: 'Beatrice', Arial, sans-serif;
}
.pages-annexes__content__paragraphe {
  font-size: 14px;
  max-width: 90%;
  margin: auto;
  margin-top: 40px;
  font-family: 'Beatrice', Arial, sans-serif;
  font-weight: 400;
  text-align: left;
}
.pages-annexes__content__paragraphe a {
  text-decoration: underline;
}
.pages-annexes__content ul,
.pages-annexes__content ol {
  max-width: 90%;
  margin: auto;
}
.pages-annexes__content ul li,
.pages-annexes__content ol li {
  list-style-type: inherit;
}
.error404 .page404 h1 {
  font-size: 80px;
  margin-bottom: 0;
  font-weight: 250;
  font-family: 'Beatrice', Arial, sans-serif;
  line-height: 140px;
}
.error404 .page404 p {
  font-family: 'Big Caslon FB', Arial, sans-serif;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 40px;
}
.error404 .page404 a {
  text-transform: uppercase;
  font-weight: 400;
  border-bottom: 1px solid #fff;
  position: relative;
  /* Indispensable pour positionner le pseudo-élément */
  display: inline-block;
  /* Permet d'appliquer largeur/hauteur et de contenir le pseudo-élément */
  padding: 5px 10px;
  /* Espace autour du texte du lien */
  color: #fff;
  /* Couleur du texte par défaut (noir) */
  background-color: transparent;
  /* Fond par défaut transparent */
  text-decoration: none;
  /* Supprime le soulignement par défaut */
  overflow: hidden;
  /* Important pour cacher la partie du fond qui est en dessous */
  transition: color 0.3s ease-in-out;
  /* Transition pour la couleur du texte */
  z-index: 1;
  /* Assure que le texte est au-dessus du pseudo-élément */
}
.error404 .page404 a:before {
  content: '';
  /* Obligatoire pour les pseudo-éléments */
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  transition: all ease-in-out 0.2s;
  background-color: #fff;
  /* Couleur du fond au survol (noir) */
  z-index: -1;
  /* Place le fond sous le texte */
}
.error404 .page404 a:hover {
  color: #000;
  /* Couleur du texte au survol (blanc) */
}
.error404 .page404 a:hover:before {
  /* Fait remonter le fond à sa position normale */
  height: 40px;
}
/* HERE PUT HELPERS CSS */
@media screen and (min-width: 411px) {
  .wrap,
  .grid {
    padding: 0 30px;
  }
}
@media screen and (min-width: 768px) {
  body::after {
    content: 'tablet';
  }
  .wrap,
  .grid {
    padding: 0 4vw;
    max-width: calc(1420px + 8vw);
  }
  .wrap--sm,
  .grid--sm {
    max-width: calc(1080px + 8vw);
  }
  .wrap--lg,
  .grid--lg {
    max-width: calc(1650px + 8vw);
  }
  .footer .prefooter a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: clamp(3.125rem, 1.25rem + 6.25vw, 6.25rem);
  }
  .footer .prefooter a span:first-of-type,
  .footer .prefooter a span:last-of-type {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
  }
  .footer .prefooter a span:first-of-type {
    font-size: clamp(3.125rem, 1.25rem + 6.25vw, 6.25rem);
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease, visibility 0s 0s;
  }
  .footer .prefooter a span:last-of-type {
    font-size: clamp(2rem, 1.025rem + 3.25vw, 3.625rem);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0s 0.3s;
  }
  .footer .prefooter a:hover span:first-of-type {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0s 0.3s;
  }
  .footer .prefooter a:hover span:last-of-type {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease, visibility 0s 0s;
  }
  .footer .contact {
    flex-direction: row;
    justify-content: space-between;
    border-block-start: solid 1px #454545;
    padding-block: 1rem;
  }
  .footer .contact .address {
    align-items: flex-start;
    text-align: start;
  }
  .footer .contact .address p {
    margin-block-start: 1.3rem;
  }
  .footer .contact .address a {
    display: block;
  }
  .footer .contact .address a:first-of-type {
    margin-block-end: 1em;
    position: relative;
    text-decoration: none;
    display: inline-block;
    padding-bottom: 2px;
  }
  .footer .contact .address a:first-of-type::before,
  .footer .contact .address a:first-of-type::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  }
  .footer .contact .address a:first-of-type::before {
    transform: scaleX(1);
    transform-origin: left;
  }
  .footer .contact .address a:first-of-type::after {
    transform: scaleX(0);
    transform-origin: right;
  }
  .footer .contact .address a:first-of-type:hover::before {
    transform: scaleX(0);
    transform-origin: right;
  }
  .footer .contact .address a:first-of-type:hover::after {
    transform: scaleX(1);
    transform-origin: left;
    transition-delay: 0.3s;
  }
  .footer .contact .social {
    margin-top: 0;
    align-items: flex-end;
  }
  .footer .contact .social p {
    margin-block-start: 1.3rem;
    align-self: flex-end;
  }
  .footer .legals {
    flex-direction: row;
    justify-content: space-between;
  }
  .footer .legals p {
    align-self: flex-start;
    text-align: start;
  }
  .main-navigation .main-navigation-wrapper {
    flex-direction: row;
    width: calc(100% - (2rem * 2));
    max-width: 1640px;
    margin-inline: auto;
  }
  .home .main-navigation .entete-menu {
    display: none;
  }
  .main-navigation .entete-menu .burger-btn {
    display: none;
  }
  .main-navigation .menu {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
  }
  .main-navigation .menu#primary-menu > li {
    border-block-end: none;
    padding: 0.75em 0.5em;
  }
  .main-navigation .menu#primary-menu > li a {
    padding: 0.5em 1em;
    text-decoration: none;
    position: relative;
    background-image: linear-gradient(#000, #000);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.2s ease-out, color 0.2s ease-out;
  }
  .main-navigation .menu#primary-menu > li a:hover {
    background-color: transparent;
    color: #000;
    background-size: 100% 1px;
  }
  .main-navigation .menu#social-menu {
    display: none;
  }
  .main-navigation .site-contact-info {
    display: none;
  }
  .header .main-navigation {
    border-block-end: solid 1px #000;
  }
  .home .main-navigation {
    border-block-end: solid 1px #000;
  }
  .home .agence-section .agence-introduction {
    padding-block-start: 0;
  }
  .home .agence-section .agence-introduction img {
    position: relative;
    display: inline-block;
  }
  .home .agence-section .agence-introduction img.poupee-russe-1 {
    height: 1.4em;
    top: auto;
    left: auto;
  }
  .home .agence-section .agence-introduction img.poupee-russe-2 {
    height: 1em;
    top: auto;
    left: auto;
  }
  .home .agence-section .agence-introduction img.poupee-russe-3 {
    height: 0.85em;
    top: auto;
    left: auto;
  }
  .home .expertises-section .expertise-number::after {
    margin-left: 2em;
  }
  .home .citation-section .pull-quote {
    font-size: clamp(1.75rem, 1rem + 2.5vw, 3rem);
  }
  .home .socials-section {
    margin-block: 8rem;
    padding-block-end: 6rem;
  }
  .home .socials-section .social-post {
    width: 25%;
  }
  .home .socials-section .social-cta {
    margin: 2rem;
    text-align: center;
  }
  .page-template-template-expertises .heading .entry-title {
    width: calc(100% - (2rem * 2));
    max-width: 1640px;
    margin-inline: auto;
  }
  .page-template-template-expertises .expertise-navigation {
    border-block-start: transparent;
    margin-block-end: 8rem;
  }
  .page-template-template-expertises .category-select {
    width: calc(100% - (2rem * 2));
    max-width: 1640px;
    margin-inline: auto;
  }
  .page-template-template-expertises .expertise-section {
    padding-block: 0 6rem;
  }
  .page-template-template-expertises .expertise-section .title-expertise {
    width: calc(100% - (2rem * 2));
    max-width: 1640px;
    margin-inline: auto;
  }
  .page-template-template-expertises .expertise-section .title-expertise > * {
    max-width: 50%;
  }
  .page-template-template-expertises .expertise-section .infos-expertise {
    width: calc(100% - (2rem * 2));
    max-width: 1640px;
    margin-inline: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
  }
  .page-template-template-expertises .expertise-section .infos-expertise > * {
    flex: 1;
  }
  .page-template-template-expertises .expertise-section .infos-expertise .desc-expertise .desc-expertise__content {
    text-transform: uppercase;
  }
  .page-template-template-expertises .expertise-section .infos-expertise .tags-expertise {
    text-align: right;
  }
  .page-template-template-expertises .expertise-section .infos-expertise .tags-expertise .expertise-tag {
    text-transform: uppercase;
  }
  .artists .artists__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4vw;
    justify-items: center;
    align-items: start;
  }
  .page-qsn .qsn__hero-section h1 {
    font-size: 120px;
  }
  .page-qsn .qsn .agence-section .agence-introduction {
    padding-block-start: 0;
  }
  .page-qsn .qsn .agence-section .agence-introduction img.poupee-russe-1 {
    height: 1.4em;
  }
  .page-qsn .visu {
    flex: 1 1 calc(50% - 15px);
    box-sizing: border-box;
    position: relative;
  }
  .page-qsn .swiper-horizontal .swiper-button-prev {
    left: 43%;
  }
  .page-qsn .swiper-horizontal .swiper-button-next {
    right: 43%;
  }
}
@media (min-width: 1024px) {
  .home .socials-section .swiper .swiper-slide {
    margin: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .page-qsn .swiper-horizontal .swiper-button-prev {
    left: 45%;
  }
  .page-qsn .swiper-horizontal .swiper-button-next {
    right: 45%;
  }
}
@media screen and (min-width: 1025px) {
  body::after {
    content: 'desktop';
  }
  .home .projets-section .projet-content {
    flex-direction: row;
    gap: 4em;
  }
  .home .projets-section .projet-content > * {
    flex: 1 1 0;
  }
  .home .projets-section .projet-name {
    position: relative;
    bottom: auto;
    left: auto;
    width: auto;
    text-align: right;
  }
  .home .projets-section .project-number {
    right: auto;
    left: 0;
    transform: translate(-125%, 0);
  }
  .home .projets-section .projet-visuel {
    width: 100%;
  }
  .home .projets-section .projet-expertise {
    position: relative;
    bottom: auto;
    right: auto;
    width: auto;
    text-align: left;
  }
  .page-template-template-expertises .expertise-section .projects-expertise {
    width: calc(100% - (2rem * 2));
    max-width: 1640px;
    margin-inline: auto;
    margin-block: 2rem;
    gap: 2rem;
  }
  .page-template-template-expertises .expertise-section .projects-expertise .project-item-expertise {
    width: calc(50% - 1rem);
  }
  .page-template-template-expertises .expertise-section .projects-expertise .project-item-expertise .project-image {
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .page-template-template-expertises .expertise-section .projects-expertise .project-item-expertise .project-name {
    order: 1;
    justify-content: center;
    transform: translateY(100%);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .page-template-template-expertises .expertise-section .projects-expertise .project-item-expertise:hover .project-image {
    transform: scale(0.6);
  }
  .page-template-template-expertises .expertise-section .projects-expertise .project-item-expertise:hover .project-name {
    transform: translateY(-150%);
  }
  .projects .filter-projects {
    width: calc(100% - (2rem * 2));
    max-width: 1640px;
    margin-inline: auto;
    border: none;
  }
  .projects .cat-list {
    width: calc(100% - (2rem * 2));
    max-width: 1640px;
    margin-inline: auto;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 2.5rem 0;
  }
  .projects .category-select {
    display: none;
  }
  .artist .artist-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4vw;
    align-items: stretch;
  }
  .artist .artist-grid .visuel {
    height: 100dvh;
  }
  .artist .artist-grid .visuel .video-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    aspect-ratio: auto;
  }
  .artist .artist-grid .visuel .video-container iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: 56.25vw;
    height: 177.77vh;
  }
  .artist .artist-grid .content {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    height: 100dvh;
  }
  .artists .artists__grid .artist__item img {
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .artists .artists__grid .artist__item .video-container {
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .artists .artists__grid .artist__item .artist_title {
    transform: translateY(100%);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .artists .artists__grid .artist__item {
    overflow: hidden;
  }
  .artists .artists__grid .artist__item:hover img,
  .artists .artists__grid .artist__item:hover .video-container {
    transform: scale(0.6);
  }
  .artists .artists__grid .artist__item:hover .artist_title {
    transform: translateY(-150%);
  }
  .page-qsn .qsn__hero-section {
    padding-top: 150px;
    padding-bottom: 200px;
  }
  .page-qsn .qsn__hero-section video {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: 177.77vh;
    /* 100 * (16/9) */
    height: 56.25vw;
    /* 100 * (9/16) */
  }
  .page-qsn .qsn__hero-section__description {
    max-width: 70%;
  }
  .page-qsn .qsn__hero-section__description p span {
    font-size: 16px;
  }
  .page-qsn .qsn .agence-section {
    width: 85%;
  }
  .page-qsn .visu {
    flex: 1 1 calc(25% - 15px);
  }
  .page-qsn .visuels-qsn {
    padding: 100px 0;
  }
  .page-qsn .swiper-horizontal .swiper-wrapper .swiper-slide {
    min-height: 603px;
  }
  .page-qsn .swiper-horizontal .swiper-wrapper .swiper-slide p {
    font-size: 72px;
    max-width: 65%;
  }
  .page-qsn .swiper-horizontal .swiper-pagination-bullets .swiper-pagination-bullet-active {
    height: 4px;
  }
  .page-qsn .swiper-horizontal .swiper-button-next,
  .page-qsn .swiper-horizontal .swiper-button-prev {
    bottom: 72px;
  }
  .page-qsn .accordion-column {
    max-width: 40%;
    margin-bottom: 0;
    padding: 0;
    margin: auto;
  }
  .page-qsn .valeurs-section .container {
    display: flex;
    padding-top: 112px;
    padding-bottom: 112px;
  }
  .page-qsn .valeurs-section .container h2 {
    font-size: 48px;
  }
  .valeurs-info {
    padding-top: 100px;
  }
  .valeurs-info .container {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .valeurs-info__text .h3 {
    font-size: 36px;
    margin-bottom: 10px;
  }
  .valeurs-info__text .text {
    font-size: 16px;
    max-width: 650px;
  }
  .valeurs-info__text .project-navigation {
    margin-top: 40px;
  }
  .pages-annexes__content h1 {
    font-size: 100px;
    max-width: 70%;
  }
  .pages-annexes__content__paragraphe {
    max-width: 812px;
    margin: auto;
    font-size: 16px;
  }
  .pages-annexes__content ul,
  .pages-annexes__content ol {
    max-width: 95%;
  }
  .error404 .page404 h1 {
    font-size: 200px;
    margin-bottom: 40px;
  }
  .error404 .page404 p {
    font-size: 80px;
  }
}
@media (min-width: 1025px) {
  .project__hero {
    background-size: contain;
  }
  .project__hero__categories {
    font-size: 16px;
  }
  .project__hero__title {
    font-size: 100px;
    line-height: 100px;
  }
  .project__description {
    padding: 145px 0;
  }
  .project__description__tag__ul li {
    font-size: 16px;
  }
  .project__description__title {
    font-size: 72px;
  }
  .project__description__description {
    line-height: 21px;
    font-size: 16px;
  }
  .project__visuel__1 {
    max-height: 90vh;
    max-height: 90dvh;
    margin-inline: auto;
    display: flex;
    justify-content: center;
  }
  .project__visuel__1__left,
  .project__visuel__1__right {
    flex: 1;
  }
  .project__visuel__1__left img,
  .project__visuel__1__right img {
    width: auto;
    height: auto;
    max-height: 100%;
    margin-inline: auto;
  }
  .project__visuel__2 {
    max-height: 90vh;
    max-height: 90dvh;
    display: flex;
    align-items: center;
  }
  .project__visuel__2 {
    gap: 1.5625%;
    width: 87.5%;
    max-width: 1680px;
    margin: 10vw auto;
  }
  .project__visuel__2.ratio-4-5 {
    grid-template-columns: repeat(4, 1fr);
  }
  .project__visuel__2.ratio-9-16 {
    grid-template-columns: repeat(3, 1fr);
  }
  .project__visuel__3 {
    display: flex;
    max-height: 90vh;
    max-height: 90dvh;
  }
  .project__visuel__3__left,
  .project__visuel__3__right {
    flex: 1;
    max-height: 90dvh;
  }
  .project__visuel__3__left img,
  .project__visuel__3__right img {
    height: auto;
    max-height: 100%;
    margin-inline: auto;
  }
  .project__visuel__3__left__video-container,
  .project__visuel__3__right__video-container {
    width: auto;
  }
  .project__associes {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .project__associes h2 {
    font-size: 72px;
    margin-left: 20px;
    margin-bottom: 60px;
  }
  .project__associes ul {
    flex-wrap: nowrap;
  }
  .project__associes__miniature {
    height: auto;
    width: 410px;
    aspect-ratio: 410 / 501;
  }
  .project__associes__miniature img,
  .project__associes__miniature .video-container {
    min-height: 540px;
  }
  .project__associes__miniature:hover img,
  .project__associes__miniature:hover .video-container {
    min-width: 60%;
    min-height: 60%;
    height: 60%;
    width: 60%;
  }
  .project__associes__miniature:hover .project_title {
    bottom: 10%;
  }
  .project__associes__miniature .project_title {
    font-size: 14px;
    padding: 0 8px;
    position: absolute;
    bottom: -10%;
    transition: all ease-in-out 0.3s;
  }
  .project-navigation__container {
    padding: 40px;
  }
  .double .project__associes__miniature .project_title {
    position: relative;
    margin-top: 1rem;
  }
  .double .project__associes__miniature:hover .project_title {
    bottom: 6%;
    position: relative;
    margin-top: 2rem;
  }
  .single-portfolio .project__associes__miniature .project_title {
    bottom: -18%;
  }
  .single-portfolio .project__associes__miniature:hover .project_title {
    bottom: 10%;
  }
  .single-portfolio .project__associes__miniature img,
  .single-portfolio .project__associes__miniature .video-container {
    transition: all ease-in-out 0.3s;
  }
  .projects .entry-title {
    font-size: 100px;
    margin-bottom: 1rem;
    width: calc(100% - (2rem * 2));
    max-width: 1640px;
    margin-inline: auto;
  }
  .projects .project__associes__miniature {
    width: 25%;
  }
  .projects .project__associes__miniature a {
    height: 108%;
  }
  .projects .double {
    width: 25%;
  }
  .projects .double .project__associes__miniature {
    height: 250px;
  }
  .artist .artist-grid .artist-description {
    padding-right: 3rem;
  }
}
@media (min-width: 1201px) {
  .page-template-template-expertises .cat-list {
    display: flex;
    width: calc(100% - (2rem * 2));
    max-width: 1640px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1280px) {
  .page-qsn .swiper-horizontal .swiper-button-prev {
    left: 46%;
  }
  .page-qsn .swiper-horizontal .swiper-button-next {
    right: 46%;
  }
}
@media screen and (min-width: 1281px) {
  body {
    /*line-height: 1.5;*/
  }
  .pages-annexes {
    display: block;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1660px;
  }
}
@media screen and (min-width: 1440px) {
  .page-qsn {
    /* Styles de base pour le conteneur principal */
    /* La colonne de l'image qui doit toujours être au-dessus des lignes et du texte */
    /* Les wrappers d'images internes */
    /* Les colonnes de texte (titres et descriptions) */
    /* Styles pour les sections de titre individuelles */
    /* Le trait noir horizontal que vous avez */
    /* Styles pour les sections de description individuelles */
    /* Ajustements pour les états actifs des textes */
  }
  .page-qsn .scroll-container {
    display: flex;
    padding: 0 25px;
    justify-content: space-between;
    align-items: flex-start;
    margin: auto;
    margin-top: 5rem;
    position: relative;
    /* IMPORTANT: Pour que les z-index des enfants fonctionnent */
    z-index: 1;
    /* Une valeur de base */
  }
  .page-qsn .fixed-image-column {
    position: sticky;
    /* Reste collée */
    top: 5rem !important;
    /* Se colle en haut du viewport */
    height: 80vh;
    /* Prend toute la hauteur du viewport une fois collée */
    display: flex;
    justify-content: center;
    align-items: top;
    width: 500px;
    /* Ou votre largeur désirée */
    max-width: 500px;
    overflow: hidden;
    /* Cache les débordements des images */
    z-index: 3;
    /* TRÈS IMPORTANT: Cette colonne DOIT AVOIR LE Z-INDEX LE PLUS ÉLEVÉ */
  }
  .page-qsn .image-wrapper {
    position: relative;
    /* Conteneur pour les images ABSOLUES */
    width: 100%;
    max-width: 530px;
    /* Taille réelle de l'image */
    height: 80vh;
    /* Hauteur de l'image */
    margin-bottom: 5vh;
    box-sizing: border-box;
    overflow: hidden;
  }
  .page-qsn .image-wrapper img {
    position: absolute;
    /* Les images individuelles sont absolues pour la superposition */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    /* GSAP gère l'opacité et yPercent pour la transition */
  }
  .page-qsn .column-left-titles,
  .page-qsn .column-right-descriptions {
    flex: 0 0 25%;
    /* Prend 25% de la largeur du .scroll-container */
    box-sizing: border-box;
    position: relative;
    /* Nécessaire pour que leurs z-index fonctionnent par rapport au .scroll-container */
    z-index: 2;
    /* Les colonnes de texte sont en dessous de l'image (z-index 3) mais au-dessus du fond (z-index 1) */
  }
  .page-qsn .column-right-descriptions {
    width: 33%;
    /* Si vous voulez qu'elle soit plus large que 25% */
  }
  .page-qsn .title-section {
    position: relative;
    /* Nécessaire pour que le ::before soit positionné absolument par rapport à cette section */
    /* Assurez-vous d'avoir assez de padding-top ou margin-top si le trait est en haut */
    padding-top: 40px;
    /* Pour laisser de la place au trait au-dessus du titre */
    padding-bottom: 20px;
    /* Espace sous le titre avant la fin de la section */
    min-height: 80vh;
    /* Chaque section de titre doit être assez haute pour forcer le scroll */
    display: flex;
    height: 80vh;
    align-items: center;
    /* Centre le titre verticalement dans sa section */
  }
  .page-qsn .title-section:before {
    content: '';
    height: 2px;
    width: 120vw;
    /* Attention: 97vw peut déborder fortement selon la taille du parent */
    background-color: #000;
    /* Utilisez une couleur hex ou rgb/rgba */
    left: -20vw;
    /* Pour positionner le début du trait hors de la colonne de texte */
    top: 5rem;
    /* Le trait est en haut de la section */
    position: absolute;
    /* Positionné absolument par rapport à .title-section */
    display: block;
    z-index: 1;
    /* Le trait est derrière le titre lui-même (si le titre n'a pas de z-index), mais en dessous de l'image centrale */
  }
  .page-qsn .column-left-titles .title-section#title-section-1:before {
    display: none;
  }
  .page-qsn .spacer_white {
    display: block;
    height: 5rem;
    background-color: #fff;
  }
  .page-qsn .description-section {
    min-height: 80vh;
    /* Chaque section de description doit être assez haute */
    display: flex;
    height: 80vh;
    flex-direction: column;
    justify-content: start;
    /* Centre le contenu verticalement dans sa min-height */
    padding: 9rem 0 0 20px;
    /* Assurez-vous que ces sections n'ont pas de ::before ou ::after qui pourraient entrer en conflit de z-index avec le trait de gauche */
  }
  .page-qsn .title-section h2 {
    opacity: 0.3;
    /* Par défaut, les titres sont un peu estompés */
    transition: opacity 0.5s ease, transform 0.5s ease;
    /* Pour les animations douces */
  }
  .page-qsn .title-section.is-active h2 {
    opacity: 1;
  }
  .page-qsn .description-section .text-content {
    opacity: 0.3;
    /* Par défaut, les descriptions sont un peu estompées */
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
  .page-qsn .description-section.is-active .text-content {
    opacity: 1;
  }
  .page-qsn .main__scroll {
    display: block;
    z-index: -1;
  }
  .page-qsn .main__no-scroll {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .main-navigation .menu-content-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transform: translateX(100%);
    visibility: hidden;
    transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1), visibility 0s 0.4s;
    display: flex;
    flex-direction: column;
    padding: 60px 0 1em 0;
    z-index: 999;
    overflow-y: auto;
  }
  .main-navigation .burger-btn .close-img {
    display: none;
  }
  .main-navigation.menu-open {
    overflow: hidden;
  }
  .main-navigation.menu-open .entete-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1001;
    background-color: #fff;
  }
  .main-navigation.menu-open .menu-content-wrapper {
    transform: translateX(0);
    visibility: visible;
    transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  }
  .main-navigation.menu-open .burger-btn .burger-img {
    display: none;
  }
  .main-navigation.menu-open .burger-btn .close-img {
    display: block;
  }
  .main-navigation .menu,
  .main-navigation .site-contact-info,
  .main-navigation #social-menu {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .main-navigation#primary-menu > li {
    border-block-end: solid 1px #E9E9E9;
    width: 100%;
    text-align: center;
  }
  .main-navigation#primary-menu > li a {
    -webkit-tap-highlight-color: transparent;
  }
  .main-navigation#primary-menu > li a:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
  }
  .main-navigation#social-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1em;
  }
  .main-navigation .site-contact-info {
    margin-block-start: auto;
    padding-block-start: 2em;
  }
  .main-navigation .site-contact-info a {
    display: block;
    margin: 0;
    padding: 0.5em 1em;
    -webkit-tap-highlight-color: transparent;
  }
  .main-navigation .site-contact-info a.contact-email {
    text-decoration: underline;
  }
  .main-navigation .site-contact-info a.contact-phone {
    font-weight: bold;
  }
}
@media (hover: hover) {
  .home .expertises-section .expertises-item:hover {
    background-position: center 50%;
  }
  .home .expertises-section .expertises-item:hover::before {
    transform: translateY(-100%);
  }
  .home .expertises-section .expertises-item:hover::after {
    opacity: 1;
  }
  .home .expertises-section .expertises-item:hover a {
    color: #fff;
  }
  .home .expertises-section .expertises-item:hover .expertise-content {
    transform: translateX(1em);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .home .expertises-section .expertises-item:hover .expertise-description {
    display: block;
    opacity: 1;
  }
  .home .expertises-section .expertises-item:hover .expertise-number::before {
    transform: translate(-50%, -50%) scale(1);
  }
}
@media screen and (max-width: 782px) {
  body.admin-bar .main-navigation {
    top: 46px;
  }
}
@media screen and (max-width: 1024px) {
  .page-template-template-expertises .expertise-section .projects-expertise .project-item-expertise:nth-child(odd) .project-name {
    order: 1;
  }
  .page-template-template-expertises .expertise-section .projects-expertise .project-item-expertise:nth-child(even) .project-name {
    order: -1;
  }
}
@media (max-width: 1025px) {
  .project__associes__miniature .video-container {
    min-width: 135%;
  }
  .project__associes__miniature.even .project_title {
    width: 100%;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    padding: 14px 8px;
  }
  .project__associes__miniature.odd .project_title {
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    padding: 14px 8px;
  }
  .projects .project__associes__miniature.odd h3 {
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    padding: 14px 8px;
  }
  .projects .project__associes__miniature.even h3 {
    width: 100%;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    padding: 14px 8px;
  }
  .projects .double {
    display: flex;
  }
}
@media (max-width: 1200px) {
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
  .category-select select {
    width: 100%;
    padding: 20px 16px;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 0;
    border-left: 0;
    border-right: 0;
  }
  .double .even:last-child {
    width: 50%;
  }
}
@media screen and (max-width: 1025px) {
  .page-qsn .swiper-horizontal .swiper-wrapper .swiper-slide {
    padding-top: 112px;
  }
  .page-qsn .swiper-horizontal .swiper-wrapper .swiper-slide h2 {
    font-size: 14px;
  }
  .page-qsn .valeurs-section .container {
    max-width: 90%;
    margin-top: -2rem;
  }
  .page-qsn .valeurs-section .container .image-valeurs {
    display: flex;
    width: 90%;
    margin: auto;
  }
  .valeurs-info__text .project-navigation a {
    font-size: 16px;
  }
}

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