@charset "UTF-8";
/*!
Theme Name: TILT
Theme URI: http://underscores.me/
Author: Kissagram
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tilt
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

TILT is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.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 !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* FONTS */
@font-face {
  font-family: "Luciole";
  src: url("fonts/Luciole-Bold.woff2") format("woff2"), url("fonts/Luciole-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Luciole";
  src: url("fonts/Luciole-BoldItalic.woff2") format("woff2"), url("fonts/Luciole-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Luciole";
  src: url("fonts/Luciole-Regular.woff2") format("woff2"), url("fonts/Luciole-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Luciole";
  src: url("fonts/Luciole-Italic.woff2") format("woff2"), url("fonts/Luciole-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Intro";
  src: url("fonts/Intro-Black.woff2") format("woff2"), url("fonts/Intro-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* MIXINS */
/* VARS */
.som {
  visibility: visible;
}
@media screen and (min-width: 1024px) {
  .som {
    visibility: hidden;
  }
}

html {
  font-size: 62.5%;
}

body,
p {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  line-height: 1.2;
}

body {
  position: relative;
  overflow-x: hidden;
}

.nomrgn h2,
.nomrgn h3 {
  margin: 0;
}

h2.nomrgn,
h3.nomrgn {
  margin: 0;
}

h1,
h2.big {
  font-family: "Intro";
  font-size: clamp(3.2rem, 4vw, 5rem);
  line-height: 1.1em;
}

h1,
h2.big {
  position: relative;
  padding-top: 0.2em;
}
h1::before,
h2.big::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(3rem, 6vw, 6rem);
  height: clamp(0.4rem, 1vw, 1rem);
  background-color: #17AF98;
}
h1.rose::before,
h2.big.rose::before {
  background-color: #F882BF;
}

h2 {
  font-size: clamp(2rem, 2.5vw, 2.4rem);
}

h2.small,
h3 {
  font-size: clamp(1.6rem, 2vw, 1.9rem);
  font-weight: 700;
}

.chapeau {
  font-size: clamp(1.6rem, 2vw, 2.1rem);
  font-weight: 700;
}

html,
body {
  max-width: 100%;
  scroll-behavior: smooth;
  font-family: "Luciole";
  color: black;
  background-color: #FAF8EF;
}

*,
h1 {
  margin-top: 0;
}

ul.menu {
  list-style: none;
}
ul.menu a {
  text-decoration: none;
}

h1,
h2,
h3 {
  font-family: "Luciole";
}
h1 a,
h1 a:visited,
h2 a,
h2 a:visited,
h3 a,
h3 a:visited {
  text-decoration: none;
}

.wp-block-button.btnPlus .wp-block-button__link {
  font-family: "Intro", sans-serif;
  font-size: clamp(1.6rem, 2vw, 2.1rem);
  color: #000;
  background: none;
  border: none;
  padding: 2rem 0rem 2rem 2rem;
  height: 8rem;
  position: relative;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  z-index: 1;
}
.wp-block-button.btnPlus .wp-block-button__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  width: 8rem;
  height: 8rem;
  -webkit-transform: translate(-100%, -50%) rotate(0deg);
          transform: translate(-100%, -50%) rotate(0deg);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E%3Cpolygon fill='%23F882BF' points='128,50 78,50 78,0 50,0 50,50 0,50 0,78 50,78 50,128 78,128 78,78 128,78'/%3E%3C/svg%3E") no-repeat center center;
  background-size: contain;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: -1;
}
.wp-block-button.btnPlus .wp-block-button__link:hover::before {
  -webkit-transform: translate(-100%, -50%) rotate(45deg);
          transform: translate(-100%, -50%) rotate(45deg);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E%3Cpolygon fill='%2317AF98' points='128,50 78,50 78,0 50,0 50,50 0,50 0,78 50,78 50,128 78,128 78,78 128,78'/%3E%3C/svg%3E") no-repeat center center;
  background-size: contain;
}

.entry-content,
footer {
  position: relative;
}

section {
  margin-bottom: 6rem;
  scroll-margin-top: 90px;
}
section.splash {
  margin-bottom: 0;
}

.manifeste .wp-block-image {
  min-height: 11rem;
  position: relative;
  z-index: 0;
}
.manifeste .wp-block-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 50%;
  background: radial-gradient(circle at top right, #f5d0d8 0%, transparent 100%);
  opacity: 1;
  z-index: -1;
  pointer-events: none;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}

.wContainer,
.sContainer,
.xsContainer {
  width: 100%;
  padding: 0 15px;
  margin: auto;
}

.wContainer {
  max-width: 1600px;
}

.sContainer {
  max-width: 1440px;
}

.xsContainer {
  max-width: 1024px;
}

.site-main {
  padding-top: 30px;
  margin-bottom: 30px;
}

.col,
.col25,
.col33,
.col40,
.col50,
.col60,
.col66,
.col75 {
  padding: 0 15px;
  width: 100%;
}

.imgContainer {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.imgContainer img {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
@media screen and (min-width: 1024px) {
  .imgContainer {
    aspect-ratio: 3/4;
  }
}

@media screen and (min-width: 1024px) {
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
  }
  .col25 {
    width: 25%;
  }
  .col33 {
    width: 33.333%;
  }
  .col40 {
    width: 40%;
  }
  .col50 {
    width: 50%;
  }
  .col60 {
    width: 60%;
  }
  .col66 {
    width: 66.666%;
  }
  .col75 {
    width: 75%;
  }
  .col {
    width: 100%;
  }
  .headerTxt {
    padding: 0 9rem;
  }
}
/* page expertises */
.realisation-item {
  text-decoration: none;
  color: #000;
}
.realisation-item h3 {
  color: #17AF98;
  font-size: 1.9rem;
  margin-bottom: 1em;
}
.realisation-item .imgContainer {
  aspect-ratio: 1.6;
}
.realisation-item .imgContainer img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.realisation-item .txtContainer {
  padding: 1.5rem 3rem 3rem 3rem;
  position: relative;
}
.realisation-item .txtContainer::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 3rem;
  width: 2.4rem;
  height: 2.4rem;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E%3Cpolygon fill='%23F882BF' points='128,50 78,50 78,0 50,0 50,50 0,50 0,78 50,78 50,128 78,128 78,78 128,78'/%3E%3C/svg%3E") no-repeat center center;
  background-size: contain;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.realisation-item:hover h3 {
  color: #F882BF;
}
.realisation-item:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.page-nos-expertises .post-thumbnail,
.page .post-thumbnail {
  position: relative;
  aspect-ratio: 3.6;
  overflow: hidden;
}
.page-nos-expertises .post-thumbnail img,
.page .post-thumbnail img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.expertise-block {
  padding-top: 9rem;
  margin: 0;
}
.expertise-block h2 {
  margin-bottom: 0.3em;
}
.expertise-block .smallContainer {
  margin-bottom: 4.5rem;
  position: relative;
  padding-top: 4.5rem;
}
.expertise-block .smallContainer::before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 2px;
  width: 30vw;
  background-color: #F882BF;
  top: 0;
  left: 0;
}
.expertise-block:nth-child(1) .smallContainer {
  padding-top: 0;
}
.expertise-block:nth-child(1) .smallContainer::before {
  content: none;
}

.expertise-pratique {
  position: relative;
  padding-left: 12rem;
}
.expertise-pratique p {
  font-size: 1.5rem;
}
.expertise-pratique h3 {
  color: #17AF98;
  font-size: 2.1rem;
  margin-bottom: 0.3em;
}
.expertise-pratique::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0rem;
  width: 10rem;
  height: 10rem;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E%3Cpolygon fill='%2317AF98' points='128,50 78,50 78,0 50,0 50,50 0,50 0,78 50,78 50,128 78,128 78,78 128,78'/%3E%3C/svg%3E") no-repeat center center;
  background-size: contain;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/*HEADER */
.container {
  width: 100%;
  margin-inline: auto;
  padding-inline: 1rem;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

@media (min-width: 1400px) {
  section.container {
    padding: 0 145px;
  }
}

.smallContainer {
  width: 100%;
  margin-inline: auto;
  max-width: 960px;
}

.site-header__menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .site-header__menu li {
    width: 100%;
    margin-inline: auto;
    padding-inline: 1rem;
    margin: auto;
  }
}
@media (min-width: 576px) {
  .site-header__menu li {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .site-header__menu li {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .site-header__menu li {
    max-width: 960px;
  }
}

.site-header {
  background-color: #fbfbfb;
  border-bottom: 1px solid #ddd;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 10;
  height: 9rem;
}

.site-header .site-header__branding {
  position: relative;
  z-index: 12;
}

.site-header__branding {
  font-size: 1.5rem;
  font-weight: bold;
}
.site-header__branding #signature p {
  padding-top: 0.2em;
  font-size: 1.2rem;
  line-height: 1.1em;
  text-align: right;
  margin-bottom: 0;
}

.site-header__nav {
  height: 0;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
}

.site-header__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1024px) {
  .site-header__menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.site-header__menu li a {
  display: block;
  text-decoration: none;
  padding: 0.75rem 1rem;
  color: #333;
}

.site-header__menu li a:hover {
  color: #000;
}

.site-header .menu {
  --s: 40px;
  --c: black;
  height: var(--s);
  aspect-ratio: 1;
  border: none;
  padding: 0;
  border-inline: calc(var(--s) / 2) solid transparent;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  --_g1: linear-gradient(var(--c) 20%, transparent 0 80%, var(--c) 0) no-repeat content-box border-box;
  --_g2: radial-gradient(circle closest-side at 50% 12.5%, var(--c) 95%, transparent) repeat-y content-box border-box;
  background: var(--_g2) left var(--_p, 0px) top, var(--_g1) left calc(var(--s) / 10 + var(--_p, 0px)) top, var(--_g2) right var(--_p, 0px) top, var(--_g1) right calc(var(--s) / 10 + var(--_p, 0px)) top;
  background-size: 20% 80%, 40% 100%;
  position: relative;
  clip-path: inset(0 25%);
  -webkit-mask: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(25%, #000), to(transparent));
  -webkit-mask: linear-gradient(90deg, transparent, #000 25% 75%, transparent);
  cursor: pointer;
  -webkit-transition: background-position 0.3s var(--_s, 0.3s), clip-path 0s var(--_s, 0.6s);
  transition: background-position 0.3s var(--_s, 0.3s), clip-path 0s var(--_s, 0.6s);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  z-index: 11;
}

@media (min-width: 1024px) {
  .site-header .menu {
    display: none;
  }
  .site-header:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.85);
    /* Ajuste la transparence */
    z-index: 0;
  }
}
.site-header .menu:before,
.site-header .menu:after {
  content: "";
  position: absolute;
  border-radius: var(--s);
  inset: 40% 0;
  background: var(--c);
  -webkit-transition: -webkit-transform 0.3s calc(0.3s - var(--_s, 0.3s));
  transition: -webkit-transform 0.3s calc(0.3s - var(--_s, 0.3s));
  transition: transform 0.3s calc(0.3s - var(--_s, 0.3s));
  transition: transform 0.3s calc(0.3s - var(--_s, 0.3s)), -webkit-transform 0.3s calc(0.3s - var(--_s, 0.3s));
}
.site-header .menu:checked {
  clip-path: inset(0);
  --_p: calc(-1 * var(--s));
  --_s: 0s;
}
.site-header .menu:checked:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.site-header .menu:checked:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.site-header {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1024px) {
  .site-header {
    background-color: transparent;
  }
}

.site-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-header__nav {
  height: 0;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .site-header__nav {
    background-color: transparent;
  }
}
.site-header__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-header__menu li a {
  display: block;
  text-decoration: none;
  padding: 0.75rem 1rem;
  color: #333;
}

.site-header__menu li a:hover {
  color: #000;
}

.site-header__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}

.site-header__menu > li {
  position: relative;
}

.site-header__menu > li > a {
  text-decoration: none;
  color: #000;
}

@media screen and (min-width: 1024px) {
  .site-header__nav {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: static;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: auto !important;
    overflow: visible;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
  }
  .site-header__nav li {
    height: 9rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .site-header__nav li a {
    padding-bottom: 2rem;
  }
  .site-header__nav li li {
    height: auto;
  }
  .site-header__nav li.contact a {
    position: relative;
  }
  .site-header__nav li.contact a::before {
    content: "";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-color: #F882BF;
    height: 2rem;
    width: 2px;
    left: -1rem;
    top: 0.5em;
  }
  .site-header__menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .site-header__menu > li .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    padding: 1rem 0;
    background-color: #000;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    z-index: 10;
  }
  .site-header__menu > li .sub-menu::before {
    content: "";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-color: #17AF98;
    height: clamp(0.4rem, 1vw, 1rem);
    width: 3rem;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .site-header__menu > li .sub-menu li {
    padding: 0;
  }
  .site-header__menu > li .sub-menu li a {
    display: block;
    padding: 1rem 3rem;
    text-decoration: none;
    color: white;
    font-size: 1.4rem;
    position: relative;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }
  .site-header__menu > li .sub-menu li a:before {
    content: "";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 1rem;
    height: 1rem;
    background-image: url(img/arrow-right.svg);
    left: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    visibility: hidden;
  }
  .site-header__menu > li .sub-menu li a:hover {
    color: #F882BF;
    padding-left: 4rem;
  }
  .site-header__menu > li .sub-menu li a:hover:before {
    visibility: visible;
  }
  .site-header__menu > li:hover > .sub-menu {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .site-header__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .site-header__menu .menu-item {
    position: relative;
  }
  .site-header__menu .menu-item > a {
    display: block;
    padding: 1rem 1.5rem;
    font-weight: 600;
    color: #333;
    text-decoration: none;
  }
  .site-header__menu .menu-item .submenu-toggle {
    position: absolute;
    top: 0;
    right: 1.5rem;
    background: none;
    border: none;
    font-size: 3rem;
    cursor: pointer;
    z-index: 2;
    padding: 0;
    display: block;
    width: 3rem;
  }
  .site-header__menu .menu-item .submenu-toggle::after {
    content: "▼";
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .site-header__menu .menu-item .submenu-toggle.active::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .site-header__menu .menu-item .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #f4f4f4;
    padding-left: 1rem;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.4s ease;
    transition: max-height 0.4s ease;
  }
  .site-header__menu .menu-item .sub-menu a {
    padding: 0.75rem 1rem;
    color: #000;
  }
}
@media (max-width: 1023px) {
  .site-header__nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: calc(100vh - 100%);
    background: #fff;
    z-index: 9;
    overflow-y: auto;
    pointer-events: none;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
  .site-header__nav.open {
    pointer-events: auto;
  }
  .site-header__nav {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.4s ease;
    transition: max-height 0.4s ease;
    background: #fff;
  }
  .site-header__nav.open {
    max-height: 100vh;
  }
}
@media screen and (min-width: 1024px) {
  .nav-is-stuck #masthead {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    height: 90px;
    -webkit-animation: stickAnim 0.5s;
            animation: stickAnim 0.5s;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .nav-is-stuck #masthead {
    height: 90px;
  }
}
@media screen and (min-width: 1024px) {
  @-webkit-keyframes stickAnim {
    0% {
      -webkit-transform: translateY(-90px);
              transform: translateY(-90px);
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes stickAnim {
    0% {
      -webkit-transform: translateY(-90px);
              transform: translateY(-90px);
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  .nav-is-stuck .admin-bar #masthead {
    top: 32px;
  }
}
/* SPLASH */
.home main {
  padding: 0;
}

.hero-home {
  position: relative;
  width: 100%;
  aspect-ratio: 1920/600;
  background-image: var(--hero-image);
  background-size: cover;
  background-position: center 0px;
  background-attachment: scroll;
  /*
  	&::after {
  		content: '';
  		position: absolute;
  		inset: 0;
  		background: url('/wp-content/uploads/2025/05/logo-tilt-2.svg') no-repeat center center;
  		background-size: clamp(20rem, 50vw, 90rem);
  		pointer-events: none;
  		z-index: 2;
  	}
  */
}
.hero-home__video {
  /*	position: absolute;
  		top: 50%;
  		left: 50%;
  		width: 100%;
  		height: 100%;
  		transform: translate(-50%, -50%);
  		object-fit: cover;
  		object-position: center bottom;
  		z-index: 1;
  		pointer-events: none;
  */
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}

/* Accordeon expertises */
.expertise-accordion {
  border-top: 1px solid #000;
  background-color: #FAF8EF;
  position: relative;
  z-index: 2;
}
.expertise-accordion .accordion-item {
  position: relative;
}
.expertise-accordion .accordion-item:after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0%;
  background-color: black;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.expertise-accordion .accordion-item.visible:after {
  width: 100%;
}
.expertise-accordion .accordion-item .accordion-header {
  display: block;
  width: 100%;
  background: none;
  border: none;
  font-weight: bold;
  font-size: 2.1rem;
  text-align: left;
  padding: 1rem;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  position: relative;
  padding-left: 9rem;
  height: 8rem;
}
.expertise-accordion .accordion-item .accordion-header:hover {
  color: #17AF98;
}
.expertise-accordion .accordion-item .accordion-header::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1rem;
  width: 4rem;
  height: 4rem;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E%3Cpolygon fill='%23F882BF' points='128,50 78,50 78,0 50,0 50,50 0,50 0,78 50,78 50,128 78,128 78,78 128,78'/%3E%3C/svg%3E") no-repeat center center;
  background-size: contain;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.expertise-accordion .accordion-item .accordion-header.active::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E%3Cpolygon fill='%2317AF98' points='128,50 78,50 78,0 50,0 50,50 0,50 0,78 50,78 50,128 78,128 78,78 128,78'/%3E%3C/svg%3E") no-repeat center center;
}
.expertise-accordion .accordion-item .accordion-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
  padding-left: 8rem;
}
.expertise-accordion .accordion-item .accordion-content .content-inner {
  padding: 1rem;
  font-size: 1.6rem;
  line-height: 1.5;
}
.expertise-accordion .accordion-item .accordion-header[aria-expanded=true] + .accordion-content {
  max-height: 500px;
}

.accordion-link {
  display: inline-block;
  font-size: 2.1rem;
  font-weight: 700;
  color: #17AF98;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.accordion-link:hover {
  color: #F882BF;
  text-decoration: none;
}

/* Carrousel */
.carousel-wrapper {
  position: relative;
  padding-bottom: 2rem;
  z-index: 2;
}
.carousel-wrapper .carousel-slide {
  overflow: hidden;
  background-color: #fff;
}
.carousel-wrapper .carousel-slide .carousel-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.carousel-wrapper .carousel-slide .carousel-link .carousel-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 500/310;
  -o-object-fit: cover;
     object-fit: cover;
}
.carousel-wrapper .carousel-slide .carousel-link .carousel-title {
  font-size: 1.6rem;
  padding: 1rem;
  font-weight: 400;
  margin: 0;
  min-height: 5.8rem;
}
.carousel-wrapper .glider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  position: relative;
  z-index: 2;
}
.carousel-wrapper .glider .carousel-slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 300px;
  margin-right: 1rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
  overflow: hidden;
  background-color: #fff;
}
.carousel-wrapper .glider .carousel-slide:last-child {
  margin-right: 0;
}
.carousel-wrapper .glider .carousel-slide .carousel-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.carousel-wrapper .glider-prev,
.carousel-wrapper .glider-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background: none;
  border: none;
  font-size: 20rem;
  color: #17AF98;
  cursor: pointer;
  z-index: 10;
  font-weight: 100;
}
.carousel-wrapper .glider-prev {
  left: 1.5rem;
}
.carousel-wrapper .glider-next {
  right: 1.5rem;
}
.carousel-wrapper .glider-dots {
  text-align: center;
  margin-top: 1rem;
}
.carousel-wrapper .glider-dots button {
  background-color: #ccc;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  margin: 0 5px;
}
.carousel-wrapper .glider-dots button.active {
  background-color: #17AF98;
}

.carousel-image {
  position: relative;
  overflow: hidden;
}
.carousel-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 500/310;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.carousel-link:hover .carousel-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.carousel-image .carousel-taxonomy {
  position: absolute;
  top: 2rem;
  left: 0;
  background: #000;
  color: #fff;
  font-size: 1.2rem;
  padding: 0.4rem 0.8rem;
  z-index: 2;
  font-weight: 700;
}

.realisations {
  position: relative;
  z-index: 2;
}

/* SINGLE REALISATION */
.single-realisation .entry-header .post-thumbnail {
  position: relative;
  aspect-ratio: 3/1;
  overflow: hidden;
}
.single-realisation .entry-header .post-thumbnail img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.temoignage {
  font-size: 1.4rem;
  padding-left: 3rem;
}

@media screen and (min-width: 1024px) {
  .temoignage {
    position: relative;
  }
  .temoignage:before {
    content: "";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 2.5rem;
    height: 2.5rem;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E%3Cpolygon fill='%23F882BF' points='128,50 78,50 78,0 50,0 50,50 0,50 0,78 50,78 50,128 78,128 78,78 128,78'/%3E%3C/svg%3E") no-repeat center center;
    background-size: contain;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    top: 0;
    left: -2rem;
  }
  .imgTemoignage img {
    -webkit-transform: translateX(-3rem);
            transform: translateX(-3rem);
  }
}
.expertiseTitle {
  font-size: clamp(3rem, 4vw, 3rem);
}
.expertiseTitle a {
  color: #17AF98;
}
.expertiseTitle a:hover {
  color: #F882BF;
}

.related-realisations a {
  color: #000;
  text-decoration: none;
}
.related-realisations a:hover h2,
.related-realisations a:hover h3 {
  color: #F882BF;
}
.related-realisations a:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
.related-realisations .realisation {
  border-top: solid 1px #707070;
  padding: 1.5rem 0;
}
.related-realisations h2,
.related-realisations h3 {
  color: #17AF98;
  font-size: 1.9rem;
}
.related-realisations .imgContainer {
  aspect-ratio: 1.9;
}
.related-realisations .imgContainer img {
  -o-object-fit: cover;
     object-fit: cover;
}
.related-realisations .txtContainer {
  padding: 3rem;
  position: relative;
}
.related-realisations .txtContainer:after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 3rem;
  height: 3rem;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E%3Cpolygon fill='%23F882BF' points='128,50 78,50 78,0 50,0 50,50 0,50 0,78 50,78 50,128 78,128 78,78 128,78'/%3E%3C/svg%3E") no-repeat center center;
  background-size: contain;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  bottom: 0;
  left: 3rem;
}
@media screen and (max-width: 1023px) {
  .related-realisations .realisation {
    border-top: solid 1px #707070;
    padding: 1.5rem 0;
    margin-bottom: 1.5rem;
    display: block;
  }
}

/* taxo expertise */
.tax-expertise .epinglee h2.big {
  font-size: large;
  margin-bottom: 0;
}
.tax-expertise .epinglee h2.big:before {
  content: none;
}

.taxonomy-image {
  position: relative;
  aspect-ratio: 3/1;
  overflow: hidden;
}
.taxonomy-image img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* FOOTER */
.site-footer {
  background-color: #17AF98;
  padding-top: 2.5rem;
}
.site-footer .menu .sub-menu {
  display: none;
}
.site-footer h2 {
  font-size: 1.8rem;
  margin-top: 4rem;
}
.site-footer p {
  color: #000;
}
.site-footer ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer ul.menu a {
  color: #000;
}
.site-footer ul.menu a:hover {
  color: white;
}
.site-footer ul.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-info {
  font-size: 1.4rem;
  color: #707070;
}
.site-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
}
.site-info ul a {
  color: #17AF98;
}
.site-info ul a:hover {
  color: #F882BF;
}

/* Faites TILT */
.faites-tilt {
  font-size: 1.7rem;
  text-align: center;
  padding-top: 25rem;
  position: relative;
}
.faites-tilt p {
  font-weight: 700;
  margin-bottom: 1em;
}
.faites-tilt a {
  color: #17AF98;
  text-decoration: none;
  font-size: 2.2rem;
  font-weight: 400;
}
.faites-tilt a:hover {
  color: #F882BF;
}
.faites-tilt .decorative-disks {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 1365px) {
  .faites-tilt .decorative-disks {
    display: block;
  }
}
.faites-tilt .decorative-disks .disk {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle at top right, #F882BF 0%, transparent 100%);
  opacity: 1;
  will-change: transform;
}
.faites-tilt .decorative-disks .disk:nth-child(1) {
  width: 37rem;
  height: 37rem;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-10%, -50%);
          transform: translate(-10%, -50%);
}
.faites-tilt .decorative-disks .disk:nth-child(1):after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-radius: 50%;
  width: 4.5rem;
  height: 4.5rem;
  background-color: #17AF98;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.faites-tilt .decorative-disks .disk:nth-child(2) {
  width: 27rem;
  height: 27rem;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
.faites-tilt .decorative-disks .disk:nth-child(2):after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-radius: 50%;
  width: 15rem;
  height: 15rem;
  background-color: rgba(237, 95, 159, 0.8);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.decorative-disks {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 0;
  overflow: visible;
}
.decorative-disks .disk {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle at center, #f5d0d8 0%, transparent 100%);
  opacity: 1;
  will-change: transform;
}
.decorative-disks .disk-left.disk-large {
  width: 50vw;
  height: 50vw;
  top: 50vh;
  left: calc(-25vw - 1rem);
  background: radial-gradient(circle at bottom left, #f5d0d8 0%, transparent 100%);
}
.decorative-disks .disk-left.disk-small {
  width: 30vw;
  height: 30vw;
  top: 250vh;
  left: calc(-20vw - 1rem);
  background: radial-gradient(circle at top right, #efadc4 0%, transparent 100%);
}
.decorative-disks .disk-right.disk-large {
  width: 50vw;
  height: 50vw;
  top: 25rem;
  right: calc(-25vw - 1rem);
  background: radial-gradient(circle at bottom right, #f5d0d8 0%, transparent 100%);
}
.decorative-disks .disk-right.disk-small {
  width: 80rem;
  height: 80rem;
  top: 250vh;
  right: -41rem;
  background: radial-gradient(circle at top right, #f5d0d8 0%, transparent 100%);
}
@media screen and (max-width: 1365px) {
  .decorative-disks {
    display: none;
  }
}

.reveal-on-scroll {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
  will-change: opacity, transform;
}

.reveal-on-scroll.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.stagger-on-scroll .wp-block-column {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
  will-change: opacity, transform;
}

.stagger-on-scroll .wp-block-column.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal-on-scroll,
  .stagger-on-scroll .wp-block-column {
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-transform: none !important;
            transform: none !important;
    opacity: 1 !important;
  }
}
/* CONTACT */
.forminator-guttenberg {
  position: relative;
  z-index: 2;
}

/* effet survol lien contact */
.faites-tilt .disk {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.faites-tilt.hover-effect .disk {
  -webkit-transform: translate(-50%, -50%) scale(1.3) !important;
          transform: translate(-50%, -50%) scale(1.3) !important;
}

/* EQUIPE */
.team h3 {
  color: #17AF98;
  margin-bottom: 0.5em;
}/*# sourceMappingURL=style.css.map */