@charset "UTF-8";
/*!
Theme Name: Kissagram
Theme URI: http://underscores.me/
Author: BERTRAND GONTARD
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: kissagram
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.

Kissagram 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 {
  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;
  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 {
  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] {
  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 {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* 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
--------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  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 {
  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: 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: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  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;
  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: "Gotham";
  src: url("fonts/Gotham-Black.woff2") format("woff2"), url("fonts/Gotham-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-BlackItalic.woff2") format("woff2"), url("fonts/Gotham-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Bold.woff2") format("woff2"), url("fonts/Gotham-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-BoldItalic.woff2") format("woff2"), url("fonts/Gotham-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Book";
  src: url("fonts/Gotham-Book.woff2") format("woff2"), url("fonts/Gotham-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Book";
  src: url("fonts/Gotham-BookItalic.woff2") format("woff2"), url("fonts/Gotham-BookItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Light.woff2") format("woff2"), url("fonts/Gotham-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-LightItalic.woff2") format("woff2"), url("fonts/Gotham-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Medium.woff2") format("woff2"), url("fonts/Gotham-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-MediumItalic.woff2") format("woff2"), url("fonts/Gotham-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Thin.woff2") format("woff2"), url("fonts/Gotham-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-ThinItalic.woff2") format("woff2"), url("fonts/Gotham-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Ultra";
  src: url("fonts/Gotham-Ultra.woff2") format("woff2"), url("fonts/Gotham-Ultra.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Ultra";
  src: url("fonts/Gotham-UltraItalic.woff2") format("woff2"), url("fonts/Gotham-UltraItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Extra";
  src: url("fonts/Gotham-ExtraLight.woff2") format("woff2"), url("fonts/Gotham-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Extra";
  src: url("fonts/Gotham-ExtraLightItalic.woff2") format("woff2"), url("fonts/Gotham-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Texta";
  src: url("fonts/Texta-BlackIt.woff2") format("woff2"), url("fonts/Texta-BlackIt.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Texta";
  src: url("fonts/Texta-Black.woff2") format("woff2"), url("fonts/Texta-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Texta";
  src: url("fonts/Texta-Bold.woff2") format("woff2"), url("fonts/Texta-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Texta";
  src: url("fonts/Texta-Heavy.woff2") format("woff2"), url("fonts/Texta-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Texta Book";
  src: url("fonts/Texta-BookIt.woff2") format("woff2"), url("fonts/Texta-BookIt.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Texta";
  src: url("fonts/Texta-BoldIt.woff2") format("woff2"), url("fonts/Texta-BoldIt.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Texta";
  src: url("fonts/Texta-HeavyIt.woff2") format("woff2"), url("fonts/Texta-HeavyIt.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Texta Book";
  src: url("fonts/Texta-Book.woff2") format("woff2"), url("fonts/Texta-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Texta";
  src: url("fonts/Texta-Medium.woff2") format("woff2"), url("fonts/Texta-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Texta";
  src: url("fonts/Texta-Regular.woff2") format("woff2"), url("fonts/Texta-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Texta";
  src: url("fonts/Texta-MediumIt.woff2") format("woff2"), url("fonts/Texta-MediumIt.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Texta";
  src: url("fonts/Texta-LightIt.woff2") format("woff2"), url("fonts/Texta-LightIt.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Texta";
  src: url("fonts/Texta-Light.woff2") format("woff2"), url("fonts/Texta-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Texta";
  src: url("fonts/Texta-It.woff2") format("woff2"), url("fonts/Texta-It.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Texta";
  src: url("fonts/Texta-ThintIt.woff2") format("woff2"), url("fonts/Texta-ThintIt.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Texta";
  src: url("fonts/Texta-Thin.woff2") format("woff2"), url("fonts/Texta-Thin.woff") format("woff");
  font-weight: 100;
  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.4rem);
  line-height: 1.3;
  font-family: "Gotham";
}

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

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

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

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

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;
  color: black;
}

*,
h1 {
  margin-top: 0;
}

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

h1 a,
h1 a:visited,
h2 a,
h2 a:visited,
h3 a,
h3 a:visited {
  text-decoration: none;
}

.black * {
  font-weight: 900;
}

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

section {
  margin-bottom: 1.5rem;
  scroll-margin-top: 90px;
}
section.splash {
  margin-bottom: 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 {
  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;
  object-fit: cover;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all ease 0.5s;
}
@media screen and (min-width: 1024px) {
  .imgContainer {
    aspect-ratio: 3/4;
  }
}

@media screen and (min-width: 1024px) {
  .row {
    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%;
  }
}
@media (min-width: 1400px) {
  section.container {
    padding: 0 11rem;
  }
}

.smallContainer {
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .smallContainer {
    max-width: calc(100% - 22rem);
  }
}

.container {
  width: 100%;
  margin-inline: auto;
  padding-inline: 1.5rem;
}
@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 screen and (min-width: 1366px) {
  .container {
    max-width: 75vw;
  }
}
@media screen and (min-width: 1920px) {
  .container {
    max-width: 1440px;
  }
}

/*HEADER */
.site-header__branding {
  display: flex;
  align-items: flex-end;
  flex-shrink: 0;
}

.site-description {
  margin: 0;
}

#signature {
  font-family: "Texta Book";
  font-size: 1.8rem;
  margin-left: 3rem;
  font-weight: 400;
  line-height: 1em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 1024px) {
  #signature {
    display: none;
  }
}
@media screen and (min-width: 1366px) {
  #signature {
    display: block;
  }
}

.custom-logo-link img {
  width: 8rem;
}

.site-title {
  overflow: hidden;
  width: 1px;
  height: 1px;
  position: absolute;
}

.site-header__menu {
  font-family: "Texta";
  font-weight: bold;
  font-size: 2rem;
}
.site-header__menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.site-header__menu ul ul {
  font-family: "Texta Book";
  font-weight: 400;
  font-size: 1.8rem;
}
@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__menu li.contact a {
  color: #D2232A;
}
@media screen and (min-width: 1024px) {
  .site-header__menu li.contact a {
    padding-left: 3rem;
  }
}
@media screen and (min-width: 1440px) {
  .site-header__menu li.contact a {
    padding-left: 4.5rem;
  }
}
.site-header__menu li a {
  padding: 0.75rem 1rem;
}
@media screen and (min-width: 1366px) {
  .site-header__menu li a {
    padding: 0.75rem 0.3vw;
  }
}
@media screen and (min-width: 1920px) {
  .site-header__menu li a {
    padding: 0.75rem 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .site-header__menu {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1440px) {
  .site-header__menu {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1600px) {
  .site-header__menu {
    font-size: 2rem;
  }
}

.site-header {
  background-color: white;
  position: relative;
  z-index: 10;
  height: 10rem;
}

.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;
  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: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 1024px) {
  .site-header__menu {
    flex-direction: row;
  }
}
.site-header__menu li a {
  display: block;
  text-decoration: none;
}

.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;
  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: linear-gradient(90deg, transparent, #000 25% 75%, transparent);
  cursor: pointer;
  transition: background-position 0.3s var(--_s, 0.3s), clip-path 0s var(--_s, 0.6s);
  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);
  transition: 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 {
  transform: rotate(45deg);
}
.site-header .menu:checked:after {
  transform: rotate(-45deg);
}

.site-header {
  background-color: #fff;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .site-header {
    background-color: transparent;
  }
}

.site-header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-header__nav {
  height: 0;
  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: flex;
  flex-direction: column;
  align-items: center;
}

.site-header__menu li a {
  display: block;
  text-decoration: none;
}

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

.site-header__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  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 {
    justify-content: flex-end;
    position: static;
    display: flex !important;
    height: auto !important;
    overflow: visible;
    align-items: center;
    gap: 2rem;
  }
  .site-header__nav li {
    height: 10rem;
    display: flex;
    flex-direction: column;
    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: #707070;
    height: 3rem;
    width: 1px;
    left: 0;
    top: 0.5rem;
    transform: rotate(30deg);
  }
  .site-header__menu {
    flex-direction: row;
  }
  .site-header__menu > li .sub-menu {
    font-family: "Texta Book";
    font-weight: 400;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 23rem;
    padding: 1rem 0;
    background-color: white;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    z-index: 10;
  }
  .site-header__menu > li .sub-menu li {
    padding: 0;
  }
  .site-header__menu > li .sub-menu li a {
    display: block;
    padding: 0.5rem 2rem;
    text-decoration: none;
    color: black;
    position: relative;
    transition: all ease 0.5s;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1600px) {
  .site-header__menu > li .sub-menu li a {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .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%;
    transform: translateY(-50%);
    visibility: hidden;
  }
  .site-header__menu > li .sub-menu li a:hover {
    color: #D2232A;
    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 {
    flex-direction: column;
    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: "▼";
    transition: transform 0.3s ease;
  }
  .site-header__menu .menu-item .submenu-toggle.active::after {
    transform: rotate(180deg);
  }
  .site-header__menu .menu-item .sub-menu {
    display: flex;
    flex-direction: column;
    background: white;
    padding-left: 1rem;
    max-height: 0;
    overflow: hidden;
    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;
    transition: transform 0.4s ease;
  }
  .site-header__nav.open {
    pointer-events: auto;
  }
  .site-header__nav {
    overflow: hidden;
    max-height: 0;
    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: 10rem;
    animation: stickAnim 0.5s;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .nav-is-stuck #masthead {
    height: 10rem;
  }
}
@media screen and (min-width: 1024px) {
  @keyframes stickAnim {
    0% {
      transform: translateY(-10rem);
    }
    100% {
      transform: translateY(0);
    }
  }
  .nav-is-stuck .admin-bar #masthead {
    top: 32px;
  }
}
/* single-expertise */
.expertise__splash {
  overflow: hidden;
}

.expertise__content .expertise__layout {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (min-width: 1024px) {
  .expertise__content .expertise__layout {
    flex-direction: row;
    align-items: flex-start;
  }
}
.expertise__content aside {
  width: 100%;
  display: none;
}
@media (min-width: 1024px) {
  .expertise__content aside {
    display: block;
    width: 25rem;
    position: sticky;
    top: 11.5rem;
    align-self: flex-start;
  }
  .expertise__content aside .expertise__nav {
    background: linear-gradient(to bottom, #29008B, #0516ED);
    padding: 3rem;
    border-radius: 1.2rem;
    color: white;
  }
  .expertise__content aside .expertise__nav .expertise__nav-list {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .expertise__content aside .expertise__nav .expertise__nav-list a {
    color: white;
    text-decoration: none;
    line-height: 2em;
  }
  .expertise__content aside .expertise__nav .expertise__nav-list a:hover {
    opacity: 0.5;
  }
}
.expertise__content aside h3 {
  font-weight: 900;
  text-transform: uppercase;
}
.expertise__content .expertise__main {
  flex: 1;
}

.single-expertise .imgContainer {
  position: relative;
  width: 100%;
  max-width: 1440px;
  height: clamp(360px, 36.5vw, 700px);
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(2rem, 6vw, 8rem);
}
.single-expertise .imgContainer__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.single-expertise .imgContainer__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  z-index: 1;
  background: #000;
}
.single-expertise .imgContainer__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  pointer-events: none;
  padding: clamp(2rem, 6vw, 8rem);
  z-index: 2;
}
.single-expertise .imgContainer__overlay.neg {
  color: white;
}
.single-expertise .imgContainer__overlay.neg h1 {
  color: white;
}
.single-expertise .imgContainer__overlay.neg p {
  color: white;
}
.single-expertise .imgContainer__excerpt {
  align-self: flex-end;
  text-align: right;
  line-height: 1em;
  max-width: 37rem;
}
.single-expertise .imgContainer__excerpt p {
  color: black;
  font-size: clamp(1.3rem, 1.8vw, 2.7rem);
  font-weight: 900;
  text-align: left;
  margin: 0;
  line-height: 1em;
}
.single-expertise h1 {
  font-size: clamp(6rem, 7vw, 12rem);
  color: #110689;
  font-weight: 300;
  line-height: 1em;
  letter-spacing: -0.05em;
}

.bloc-expertise {
  padding: 3rem 0;
  background-color: #fff;
}
.bloc-expertise__container {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .bloc-expertise__container {
    flex-wrap: nowrap;
  }
}
.bloc-expertise__col {
  flex: 1 1 100%;
}
@media (min-width: 768px) {
  .bloc-expertise__col {
    flex: 1 1 50%;
  }
}
.bloc-expertise__col--right h2 {
  font-size: 3rem;
  font-weight: 300;
  margin-bottom: 0.5em;
}
.bloc-expertise .competences__titre {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.6rem;
  margin-bottom: 0.5em;
}
.bloc-expertise__surtitre {
  text-transform: uppercase;
  font-size: clamp(1.4rem, 1.8vw, 2rem);
  font-weight: 500;
  color: #D2232A;
  margin: 0;
  letter-spacing: 0.03em;
}
.bloc-expertise__titre {
  font-size: clamp(2.8rem, 4vw, 4.5rem);
  font-weight: 300;
  color: #110689;
  line-height: 1em;
}
.bloc-expertise__competences {
  line-height: 1.5em;
}
.bloc-expertise__accroche {
  font-size: clamp(1.36rem, 1.7vw, 2.55rem);
  font-weight: 900;
  margin-bottom: 0.5em;
}
.bloc-expertise__texte {
  font-size: clamp(1.5rem, 1.8vw, 2rem);
  line-height: 1.6;
  color: #333;
}
.bloc-expertise__image {
  margin-bottom: 3rem;
}
.bloc-expertise__image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.bloc-expertise__subcols {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (min-width: 1360px) {
  .bloc-expertise__subcols {
    flex-wrap: nowrap;
  }
}
.bloc-expertise__subcols > .bloc-expertise__subcol {
  flex: 1 1 100%;
}
@media (min-width: 768px) {
  .bloc-expertise__subcols > .bloc-expertise__subcol {
    flex: 1 1 50%;
  }
}
.bloc-expertise__subcols > .bloc-expertise__subcol h3 {
  font-size: clamp(1.44rem, 1.8vw, 1.53rem);
  margin-bottom: 0.5em;
  text-transform: uppercase;
  font-weight: 900;
}
.bloc-expertise__subcols > .bloc-expertise__subcol p {
  font-family: "Gotham Book";
  font-size: 1.3rem;
  line-height: 1.4em;
}
.bloc-expertise__subcols > .bloc-expertise__subcol strong {
  font-family: "Gotham";
  font-weight: 700;
}

.btn-contact {
  display: inline-block;
  padding: 1rem 1.5rem;
  background-color: #110689;
  border-radius: 9999px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.3rem;
  transition: all ease 0.3s;
  text-transform: uppercase;
  border: solid 1px #110689;
  color: white;
}
.btn-contact:visited {
  color: white;
}
.btn-contact:hover {
  background-color: transparent;
  color: #110689;
}

/* logos clients */
.expertise__clients {
  margin-bottom: 9rem;
}

.expertise__clients-title {
  font-size: clamp(2.4rem, 4vw, 4.5rem);
  font-weight: 300;
  margin-bottom: 4.5rem;
  color: #110689;
  text-align: center;
}

.expertise__clients-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  padding: 0;
}
.expertise__clients-grid .client-logo {
  flex: 0 1 18%;
  max-width: 18%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.expertise__clients-grid .client-logo__img {
  max-width: 100%;
  max-height: 80px;
  object-fit: contain;
  display: block;
}
@media (max-width: 1023px) {
  .expertise__clients-grid .client-logo {
    flex: 0 1 28%;
    max-width: 28%;
  }
}
@media (max-width: 767px) {
  .expertise__clients-grid .client-logo {
    flex: 0 1 45%;
    max-width: 45%;
  }
}

.client-logo__img {
  max-width: 100%;
  max-height: 80px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  transition: filter 0.3s;
}

/* SPLASH BLOCK */
.splash {
  position: relative;
  width: 100%;
  max-width: 1530px;
  height: clamp(360px, 53vw, 1020px);
  max-height: calc(100vh - 10rem);
  margin: 0 auto;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 90.7%, 0 99.5%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90.7%, 0 99.5%);
  /*
  	&::after {
  		@include pseudo();
  		width: 40vw;
  		aspect-ratio: 1;
  		max-width: 60%;
  		background-image: url(img/cross.svg);
  		background-size: cover;
  		right: 0;
  		bottom: 0;
  		transform: translateX(20%);
  		//	transform: translateX(65%);

  	}
  */
}
.splash .imgContainer__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.splash .imgContainer__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.splash .imgContainer__txt {
  position: absolute;
  top: 15%;
  left: 10%;
  right: 10%;
  color: white;
  font-size: clamp(1.6rem, 2vw, 2.4rem);
  text-align: left;
  pointer-events: auto;
}
.splash .imgContainer__txt h2 {
  font-size: clamp(4.2rem, 5vw, 10rem);
  line-height: 1em;
  margin: 0;
  letter-spacing: -0.05em;
  font-weight: 400;
}
.splash .bandeau__cross {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40vw;
  aspect-ratio: 1/1;
  max-width: 60%;
  background: url(img/cross.svg) no-repeat center/cover;
  pointer-events: none;
  z-index: 1;
  opacity: 0.7;
  will-change: transform;
  transition: opacity 0.3s;
  transform: translateX(20%);
  transition: all ease 0.5s;
}

.bandeau {
  position: relative;
  overflow: hidden;
}
.bandeau .bandeau__cross {
  position: absolute;
  right: 0;
  top: 0;
  width: 40vw;
  aspect-ratio: 1/1;
  max-width: 60%;
  background: url(img/cross.svg) no-repeat center/cover;
  pointer-events: none;
  z-index: 1;
  transform: translateX(20%) translateY(0);
  opacity: 0.7;
  transition: opacity 0.3s;
  will-change: transform;
}

/* HOME */
.home .entry-content {
  margin-top: 0;
}
.home .studio h2 {
  font-size: clamp(5rem, 8vw, 13rem);
  color: #110689;
  font-weight: 200;
  margin: 0;
}
.home .studio h3 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.7rem;
  margin: 0;
}
.home .studio p {
  font-size: 1.4rem;
}
.home .studio strong {
  font-weight: 900;
}
.home .studio .accroche p {
  font-size: clamp(1.6rem, 4vw, 3rem);
  font-weight: 300;
}

/* Focus expertise */
.focus h2 {
  font-size: clamp(5rem, 8vw, 13rem);
  color: #110689;
  font-weight: 200;
  margin: 0;
}

.focus-expertise {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12rem;
}
.focus-expertise p strong {
  font-weight: 900;
}
@media (min-width: 768px) {
  .focus-expertise {
    flex-wrap: nowrap;
  }
}
.focus-expertise__col {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .focus-expertise__col {
    width: 50%;
  }
}
.focus-expertise__col--image {
  order: 1;
}
.focus-expertise__col--texte {
  order: 2;
  position: relative;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
}
.focus-expertise__col--texte::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  aspect-ratio: 1;
  border: 1px solid #707070;
  opacity: 0.25;
  border-radius: 50%;
  transform: scale(1.15) translate(-50%, -50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .focus-expertise__col--texte__container {
    max-width: 80%;
  }
}
@media (min-width: 768px) {
  .focus-expertise.is-reverse .focus-expertise__col--image {
    order: 2;
  }
  .focus-expertise.is-reverse .focus-expertise__col--texte {
    order: 1;
  }
}
.focus-expertise .imgContainer {
  aspect-ratio: 16/9;
}
.focus-expertise__img img {
  display: block;
  object-fit: contain;
}
.focus-expertise__lien {
  position: relative;
  display: inline-flex;
  padding-right: 4rem;
  transition: all ease 0.5s;
}
.focus-expertise__lien a {
  font-size: 1.6rem;
  text-transform: uppercase;
  color: black;
  letter-spacing: 0.03em;
  font-weight: 300;
  text-decoration: none;
}
.focus-expertise__lien:visited {
  color: black;
}
.focus-expertise__lien:after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 6rem;
  width: 3rem;
  background-image: url(img/arrow-right-btn.svg);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.focus-expertise__lien:hover {
  padding-right: 7rem;
}
.focus-expertise__lien:hover a {
  color: #110689;
}
@media screen and (min-width: 768px) {
  .focus-expertise .imgContainer {
    aspect-ratio: 1;
  }
  .focus-expertise__img img {
    display: block;
    object-fit: cover;
  }
}
.focus-expertise h3 {
  color: #110689;
  font-size: clamp(2.4rem, 4vw, 4.5rem);
  font-weight: 300;
  margin-bottom: 0.5em;
  line-height: 1em;
}
.focus-expertise h4 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.7rem;
  margin-bottom: 0;
}
.focus-expertise .surtitre {
  text-transform: uppercase;
  color: #D2232A;
  font-weight: 500;
  font-size: clamp(1.2rem, 1.8vw, 2rem);
  margin: 0.5em;
}

/* bandeau */
.bandeau {
  position: relative;
  width: 100%;
  aspect-ratio: 1920/800;
  max-height: 800px;
  overflow: hidden;
  margin-bottom: 12rem;
}
.bandeau__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  will-change: transform;
  transition: transform 0.2s ease-out;
  z-index: 0;
}
.bandeau__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: clamp(2rem, 5vw, 8rem);
}
.bandeau__overlay .container {
  padding: 0 11rem;
}
.bandeau__overlay h2 {
  color: white;
  font-weight: 300;
  font-size: clamp(4.2rem, 10vw, 15rem);
  margin: 0;
  text-align: left;
  line-height: 1.1;
}

/* Contact */
.contact img {
  width: 100%;
}
.contact h2 {
  font-size: 4.5rem;
  font-weight: 300;
  color: #110689;
  margin-bottom: 0.5em;
}
.contact button.forminator-button-submit {
  display: inline-block;
  padding: 1rem 1.5rem;
  background-color: #110689;
  border-radius: 9999px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.3rem;
  transition: all ease 0.3s;
  text-transform: uppercase;
  border: solid 1px #110689;
  color: white;
  min-width: 15rem;
  cursor: pointer;
}
.contact button.forminator-button-submit:hover {
  background-color: transparent;
  color: #110689;
}

section.contact {
  position: relative;
}
@media screen and (max-width: 1023px) {
  section.contact {
    contain: paint;
  }
}
section.contact::before, section.contact::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 40vw;
  aspect-ratio: 1;
  max-width: 60%;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.77, 0, 0.18, 1), opacity 1s;
  z-index: -1;
}
section.contact::before {
  background-image: url(img/cross-contact-1.svg);
  transform: translate(-50vw, -50%);
}
section.contact::after {
  background-image: url(img/cross-contact-2.svg);
  z-index: -2;
  transform: translate(50vw, -50%);
}
section.contact.is-active::before, section.contact.is-active::after {
  transform: translate(-50%, -50%);
  opacity: 1;
}

.page-template-freestyle .fullFlex {
  min-height: calc(100vh - 20rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* PreFooter + FOOTER */
.prefooter {
  padding: 12rem 0;
}

.site-footer {
  padding-top: 3rem;
}
.site-footer h2 {
  font-size: 1.5rem;
  margin: 0;
  font-weight: 900;
  text-transform: uppercase;
}
.site-footer p {
  font-family: "Gotham Book";
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.4em;
}
.site-footer .signature p {
  font-family: "Texta Book";
  font-size: 1.8rem;
  line-height: 1em;
}
.site-footer ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Gotham Book";
  font-size: 1.3rem;
  line-height: 1.4em;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .site-footer ul.menu {
    columns: 2;
  }
}
.site-footer ul.menu ul {
  margin: 0 0 0 1.5rem;
  padding: 0;
  list-style: none;
  font-size: 1.2rem;
}
.site-footer ul.menu a,
.site-footer ul.menu a:visited {
  color: black;
}
.site-footer ul.menu li.break {
  break-after: column;
}

.footer-lines {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.footer-lines .line {
  width: 100%;
  height: 1px;
  background-color: #D2232A;
}
.footer-lines .line:not(:last-child) {
  margin-bottom: 12px;
}
.footer-lines .line:nth-child(2) {
  margin-bottom: 6px;
}

.wp-block-button__link {
  background-color: #110689;
  padding: 1rem 1.5rem;
  border: solid 1px #110689;
  text-transform: uppercase;
  font-size: 1.3rem;
  transition: all ease 0.5s;
}
.wp-block-button__link:hover {
  color: #110689;
  background-color: transparent;
}
.wp-block-button__link:visited {
  color: white;
}
.wp-block-button__link:visited:hover {
  color: #110689;
}

/* label Kissa */
.kissagram-label {
  position: fixed;
  left: 0;
  top: 50%;
  transform: rotate(-90deg) translateX(-45%);
  transform-origin: left center;
  font-size: clamp(6rem, 8vw, 17.6rem);
  font-weight: 100;
  color: #767676;
  opacity: 25%;
  white-space: nowrap;
  z-index: 1000;
  pointer-events: none;
  line-height: 1em;
}
@media (min-width: 1920px) {
  .kissagram-label {
    left: calc((100vw - 1440px) / 2 - 10rem);
  }
}
@media (min-width: 1366px) and (max-width: 1919px) {
  .kissagram-label {
    left: calc(12.5vw - 10rem);
  }
}
@media (max-width: 1365px) {
  .kissagram-label {
    display: none;
  }
}

.design-label,
.design-label-2 {
  position: absolute;
  left: 0;
  top: 62vh;
  transform: rotate(-90deg);
  transform-origin: left center;
  font-size: clamp(6rem, 8vw, 17.6rem);
  font-weight: 900;
  color: #767676;
  opacity: 25%;
  white-space: nowrap;
  z-index: 1000;
  pointer-events: none;
  line-height: 1em;
}
@media (min-width: 1920px) {
  .design-label,
  .design-label-2 {
    left: calc((100vw - 1440px) / 2 - 10rem);
  }
}
@media (min-width: 1366px) and (max-width: 1919px) {
  .design-label,
  .design-label-2 {
    left: calc(12.5vw - 10rem);
  }
}
@media (max-width: 1365px) {
  .design-label,
  .design-label-2 {
    display: none;
  }
}

.design-label-2 {
  top: 60%;
}

.page-id-31 .design-label-2 {
  display: none;
}

/* REFs CLIENTS */
.expertise__references {
  padding-top: 9rem;
  margin-bottom: 9rem;
}
.expertise__references-title {
  font-size: clamp(2.4rem, 4vw, 4.5rem);
  font-weight: 300;
  margin-bottom: 4.5rem;
  color: #110689;
  text-align: center;
}
.expertise__references-grid {
  display: grid;
  gap: 3rem;
}
@media (min-width: 576px) {
  .expertise__references-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .expertise__references-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.reference-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 3rem;
  font-size: 1.3rem;
  transition: all ease 0.5s;
}
.reference-card .imgContainer {
  aspect-ratio: 16/9;
  border: solid 1px #707070;
  margin-bottom: 1.5rem;
  height: auto;
}
.reference-card__image {
  width: 100%;
  object-fit: cover;
  display: block;
  transition: all ease 0.5s;
}
.reference-card:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}
.reference-card__content {
  padding: 0 0.5rem;
}
.reference-card__title {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
  font-weight: 900;
}
.reference-card__excerpt {
  font-size: 1.3rem;
  margin: 0;
  font-family: "Gotham Book";
  padding: 0.5rem 0 1.5rem 0;
}
.reference-card__excerpt strong {
  font-family: "Gotham";
  font-weight: 900;
}
.reference-card a {
  color: inherit;
  text-decoration: none;
}
/*  REFS POPUP */
.reference-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  inset: 0;
  z-index: 2000;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  max-width: 100vw;
  /* nav*/
}
.reference-modal.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.reference-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.reference-modal__content {
  position: relative;
  z-index: 2;
  background: white;
  padding: 4.5rem 3rem;
  width: 90%;
  max-height: 90vh;
  max-width: 1440px;
  overflow-y: auto;
  opacity: 0;
  transform: translateY(5rem);
  transition: all 0.3s ease, transform 0.3s ease;
}
@media (min-width: 1366px) {
  .reference-modal__content {
    max-width: 75vw;
  }
}
@media (min-width: 1920px) {
  .reference-modal__content {
    max-width: 1440px;
  }
}
.reference-modal.animate-in .reference-modal__content {
  opacity: 1;
  transform: translateY(0);
}
.reference-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 2rem;
  line-height: 1;
  background: none;
  border: none;
  cursor: pointer;
}
.reference-modal__inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 768px) {
  .reference-modal__inner {
    flex-direction: row;
    transition: opacity 0.2s;
    opacity: 1;
  }
  .reference-modal__inner.is-fading {
    opacity: 0;
    pointer-events: none;
  }
}
.reference-modal__image, .reference-modal__text {
  width: 100%;
}
@media (min-width: 1024px) {
  .reference-modal__image {
    width: 66.66%;
  }
  .reference-modal__text {
    width: 33.333%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.reference-modal__image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.reference-modal__text {
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 3rem;
}
.reference-modal__text h2 {
  font-weight: 900;
  margin: 0;
}
.reference-modal__text p {
  font-family: "Gotham Book";
}
.reference-modal__chevron {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: none;
  border: none;
  color: #fff;
  font-size: 5rem;
  line-height: 1;
  cursor: pointer;
  padding: 0 1.5rem;
  transition: all ease 0.2s;
}
.reference-modal__chevron:hover, .reference-modal__chevron:focus {
  color: #D2232A;
  background: rgba(255, 255, 255, 0.08);
  outline: none;
}
.reference-modal__chevron--prev {
  left: 1rem;
}
.reference-modal__chevron--next {
  right: 1rem;
}

.forminator-input {
  height: 3rem !important;
  font-size: 1.4rem !important;
}

.forminator-textarea {
  font-size: 1.4rem !important;
}

/* services */
.services h2 {
  font-size: 3rem;
  font-weight: 900;
  color: #110689;
}
.services .wp-block-columns {
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .services .wp-block-columns {
    flex-wrap: wrap !important;
  }
  .services .wp-block-columns .wp-block-column {
    min-width: 20rem;
  }
}
.services .wp-block-column {
  min-height: 2.4rem;
  padding: 6rem 3rem 3rem 3rem;
  border-radius: 1rem;
  background: linear-gradient(to bottom, #c8b9ea 0%, #fff 100%);
}
.services h3 {
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0;
}
.services p {
  font-size: 1.6rem;
  font-weight: 500;
}
.services strong {
  font-weight: 900;
}
.services a {
  text-decoration: none;
  color: #000;
}
.services a:visited {
  color: #000;
}

/* Glider */
.expertise__sliders {
  margin-top: 6rem;
}

.expertise__slider-block {
  margin-bottom: 4rem;
}

.expertise__slider-title {
  font-size: clamp(2.4rem, 3vw, 5rem);
  margin-bottom: 2rem;
}

.expertise__slider {
  min-height: 280px;
}

.expertise__slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.expertise__slide-img img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

@media screen and (min-width: 1024px) {
  .expertise__slide-caption {
    max-width: 50%;
  }
}

.glider-next,
.glider-prev {
  position: absolute;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  z-index: 2;
  font-size: 0 !important;
  width: clamp(3rem, 4vw, 8rem) !important;
  height: clamp(3rem, 4vw, 8rem) !important;
  text-decoration: none;
  top: calc(50% - 8.6rem) !important;
  cursor: pointer;
  opacity: 1;
  line-height: 1;
  transition: opacity 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67), color 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

.glider-prev {
  background-image: url(img/arrow-left-red.svg) !important;
  left: 0 !important;
  transform: translateX(50%);
}

.glider-next {
  background-image: url(img/arrow-right-red.svg) !important;
  right: 0 !important;
  transform: translateX(-50%);
}

/* domaine expertises */
.domainesExpertises h2 {
  font-size: clamp(2.4rem, 4vw, 4.5rem);
  font-weight: 300;
  color: #110689;
  line-height: 1em;
}
@media screen and (min-width: 1024px) {
  .domainesExpertises h2 {
    text-align: right;
  }
}
.domainesExpertises h3 {
  font-weight: 900;
  margin: 0;
}

/* REVEAL ON SCROLL */
/*

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

.reveal-on-scroll.visible {
	opacity: 1;
	transform: translateY(0);
}
*/
@media (min-width: 1025px) {
  .stagger-on-scroll .wp-block-column,
  .stagger-on-scroll .reference-card {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    will-change: opacity, transform;
  }
  .stagger-on-scroll .wp-block-column.visible,
  .stagger-on-scroll .reference-card.visible {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .reveal-on-scroll,
  .stagger-on-scroll .wp-block-column,
  .stagger-on-scroll .reference-card {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}
/* EQUIPE */
.page-template-default #primary {
  padding-top: 6rem;
}

.entry-title {
  color: #110689;
  font-size: 4.5rem;
  font-weight: 300;
}

.equipe h3 {
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0;
}
.equipe h4 {
  font-size: 1.7rem;
  font-weight: 900;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .equipe .wp-block-column {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .equipe .wp-block-column {
    width: 25%;
  }
}

/* DEBUG */
/*
* {
  outline: 1px solid rgba(255,0,0,.2);
}
html, body {
  background: #ffe8e8 !important;
}
*/
/* ==========
   Révélation de base (plus ample + plus lente)
   ========== */
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  /* 30px au lieu de 16px */
  transition: opacity 0.85s ease, transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  /* plus lent */
  will-change: opacity, transform;
}

.reveal-on-scroll.visible {
  opacity: 1;
  transform: none;
}

/* ==========
   Stagger : container texte + éléments internes (.focus-expertise__contenu > *)
   ========== */
:root {
  --stagger-step: 180ms;
}

/* un peu plus lent qu’avant */
.focus-expertise__col--texte__container > *,
.focus-expertise__col--texte__container .focus-expertise__contenu > * {
  opacity: 0;
  transform: translateY(30px);
  /* même amplitude */
  transition: opacity 0.75s ease, transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

/* État visible */
.reveal-on-scroll.visible .focus-expertise__col--texte__container > *,
.reveal-on-scroll.visible .focus-expertise__col--texte__container .focus-expertise__contenu > * {
  opacity: 1;
  transform: none;
}

/* ==========
   Ordonnancement précis des délais (stagger)
   Adapter si tu ajoutes/retire des éléments
   ========== */
/* 0) surtitre en premier */
.reveal-on-scroll.visible .focus-expertise__col--texte__container > .surtitre {
  transition-delay: calc(0 * var(--stagger-step));
}

/* 1) Titre principal à l’intérieur du contenu */
.reveal-on-scroll.visible .focus-expertise__col--texte__container .focus-expertise__contenu > h1,
.reveal-on-scroll.visible .focus-expertise__col--texte__container .focus-expertise__contenu > h2,
.reveal-on-scroll.visible .focus-expertise__col--texte__container .focus-expertise__contenu > h3 {
  transition-delay: calc(1 * var(--stagger-step));
}

/* 2) Sous-titre (h4) */
.reveal-on-scroll.visible .focus-expertise__col--texte__container .focus-expertise__contenu > h4 {
  transition-delay: calc(2 * var(--stagger-step));
}

/* 3..5) Paragraphes (jusqu'à 3 p, étends si besoin) */
.reveal-on-scroll.visible .focus-expertise__col--texte__container .focus-expertise__contenu > p:nth-of-type(1) {
  transition-delay: calc(3 * var(--stagger-step));
}

.reveal-on-scroll.visible .focus-expertise__col--texte__container .focus-expertise__contenu > p:nth-of-type(2) {
  transition-delay: calc(4 * var(--stagger-step));
}

.reveal-on-scroll.visible .focus-expertise__col--texte__container .focus-expertise__contenu > p:nth-of-type(3) {
  transition-delay: calc(5 * var(--stagger-step));
}

/* 6) Lien final */
.reveal-on-scroll.visible .focus-expertise__col--texte__container .focus-expertise__lien,
.reveal-on-scroll.visible .focus-expertise__col--texte__container > .focus-expertise__lien {
  transition-delay: calc(6 * var(--stagger-step));
}

/* ==========
   Colonne image : zoom plus marqué + plus lent
   ========== */
.focus-expertise__col--image .imgContainer {
  opacity: 0;
  transform: scale(0.92);
  /* plus visible qu’avant */
  transition: opacity 0.9s ease, transform 1.05s cubic-bezier(0.22, 1, 0.36, 1);
  transform-origin: center;
}

.reveal-on-scroll.visible .focus-expertise__col--image .imgContainer {
  opacity: 1;
  transform: scale(1);
  transition-delay: calc(0.5 * var(--stagger-step));
  /* arrive juste avant le texte */
}

/* ==========
   Cercle ::before : bounce plus ample + plus lent
   ========== */
.focus-expertise__col--texte {
  position: relative;
}

.focus-expertise__col--texte::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  aspect-ratio: 1;
  border: 1px solid #707070;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.15) translate(-50%, -50%);
  /* départ plus petit */
  transform-origin: 50% 50%;
  z-index: -1;
}

.reveal-on-scroll.visible .focus-expertise__col--texte::before {
  animation: circle-bounce-in 1.2s cubic-bezier(0.18, 0.9, 0.18, 1.2) both;
  /* plus lent */
  animation-delay: calc(1 * var(--stagger-step));
}

@keyframes circle-bounce-in {
  0% {
    opacity: 0;
    transform: scale(0.15) translate(-50%, -50%);
  }
  55% {
    opacity: 0.25;
    transform: scale(1.35) translate(-50%, -50%);
  }
  /* sur-élan plus marqué */
  75% {
    opacity: 0.25;
    transform: scale(0.94) translate(-50%, -50%);
  }
  /* rebond */
  88% {
    opacity: 0.25;
    transform: scale(1.08) translate(-50%, -50%);
  }
  /* petit retour */
  100% {
    opacity: 0.25;
    transform: scale(1.15) translate(-50%, -50%);
  }
  /* ton état final */
}
/* ==========
   Sécurité mouvement
   ========== */
@media (prefers-reduced-motion: reduce) {
  .reveal-on-scroll,
  .focus-expertise__col--texte__container > *,
  .focus-expertise__col--texte__container .focus-expertise__contenu > *,
  .focus-expertise__col--image .imgContainer,
  .focus-expertise__col--texte::before {
    transition: none !important;
    animation: none !important;
  }
  .reveal-on-scroll {
    opacity: 1;
    transform: none;
  }
  .focus-expertise__col--texte__container > *,
  .focus-expertise__col--texte__container .focus-expertise__contenu > * {
    opacity: 1;
    transform: none;
  }
  .focus-expertise__col--image .imgContainer {
    opacity: 1;
    transform: none;
  }
  .focus-expertise__col--texte::before {
    opacity: 0.25;
    transform: scale(1.15) translate(-50%, -50%);
  }
}
/* MOTION EXPERTISE */
/* =========================
   Paramètres globaux
   ========================= */
:root {
  --reveal-distance: 30px;
  /* amplitude */
  --reveal-dur: .9s;
  /* durée par défaut (plus lente) */
  --stagger-step: 180ms;
  /* cadence entre éléments */
  --easing-move: cubic-bezier(.22, 1, .36, 1);
}

/* =========================
   Révélation de base section
   ========================= */
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(var(--reveal-distance));
  transition: opacity var(--reveal-dur) ease, transform var(--reveal-dur) var(--easing-move);
  will-change: opacity, transform;
}

.reveal-on-scroll.visible {
  opacity: 1;
  transform: none;
}

/* =========================
   BLOC EXPERTISE – Colonne gauche (stagger)
   ========================= */
.bloc-expertise__col--left > .bloc-expertise__surtitre,
.bloc-expertise__col--left > .bloc-expertise__titre,
.bloc-expertise__col--left > .competences__titre,
.bloc-expertise__col--left > .bloc-expertise__competences,
.bloc-expertise__col--left > .bloc-expertise__accroche,
.bloc-expertise__col--left > .bloc-expertise__texte,
.bloc-expertise__col--left > .bloc-expertise__texte > * {
  opacity: 0;
  transform: translateY(var(--reveal-distance));
  transition: opacity 0.8s ease, transform 0.8s var(--easing-move);
}

/* État visible + ordonnancement */
.reveal-on-scroll.visible .bloc-expertise__col--left > .bloc-expertise__surtitre {
  opacity: 1;
  transform: none;
  transition-delay: calc(0 * var(--stagger-step));
}

.reveal-on-scroll.visible .bloc-expertise__col--left > .bloc-expertise__titre {
  opacity: 1;
  transform: none;
  transition-delay: calc(1 * var(--stagger-step));
}

.reveal-on-scroll.visible .bloc-expertise__col--left > .competences__titre {
  opacity: 1;
  transform: none;
  transition-delay: calc(2 * var(--stagger-step));
}

.reveal-on-scroll.visible .bloc-expertise__col--left > .bloc-expertise__competences {
  opacity: 1;
  transform: none;
  transition-delay: calc(3 * var(--stagger-step));
}

.reveal-on-scroll.visible .bloc-expertise__col--left > .bloc-expertise__accroche {
  opacity: 1;
  transform: none;
  transition-delay: calc(4 * var(--stagger-step));
}

/* Le bloc texte (wrapper) apparaît, puis ses paragraphes suivent en cascade */
.reveal-on-scroll.visible .bloc-expertise__col--left > .bloc-expertise__texte {
  opacity: 1;
  transform: none;
  transition-delay: calc(5 * var(--stagger-step));
}

/* Stagger interne des enfants directs du .bloc-expertise__texte (p, ul, etc.) */
.reveal-on-scroll.visible .bloc-expertise__col--left > .bloc-expertise__texte > *:nth-child(1) {
  opacity: 1;
  transform: none;
  transition-delay: calc(6 * var(--stagger-step));
}

.reveal-on-scroll.visible .bloc-expertise__col--left > .bloc-expertise__texte > *:nth-child(2) {
  opacity: 1;
  transform: none;
  transition-delay: calc(7 * var(--stagger-step));
}

.reveal-on-scroll.visible .bloc-expertise__col--left > .bloc-expertise__texte > *:nth-child(3) {
  opacity: 1;
  transform: none;
  transition-delay: calc(8 * var(--stagger-step));
}

/* ajoute d’autres nth-child si nécessaire */
/* =========================
   BLOC EXPERTISE – Colonne droite (image)
   ========================= */
.bloc-expertise__col--right .bloc-expertise__image {
  opacity: 0;
  transform: scale(0.92);
  transition: opacity 1s ease, transform 1.1s var(--easing-move);
  transform-origin: center;
}

.reveal-on-scroll.visible .bloc-expertise__col--right .bloc-expertise__image {
  opacity: 1;
  transform: scale(1);
  transition-delay: calc(0.5 * var(--stagger-step));
  /* démarre tôt côté droit */
}

/* =========================
   BLOC EXPERTISE – Sous-colonnes droites (stagger)
   ========================= */
.bloc-expertise__subcols {
  /* wrapper pour organiser le décalage des 2 sous-colonnes */
  --subcol-base-delay: calc(2 * var(--stagger-step));
  /* commence après l’image */
}

/* Éléments internes des sous-colonnes (h3 + p) */
.bloc-expertise__subcol > * > * {
  opacity: 0;
  transform: translateY(var(--reveal-distance));
  transition: opacity 0.75s ease, transform 0.75s var(--easing-move);
}

/* Sous-colonne 1 : enchaînement h3/p */
.reveal-on-scroll.visible .bloc-expertise__subcols .bloc-expertise__subcol:first-child > * > *:nth-child(1) {
  opacity: 1;
  transform: none;
  transition-delay: calc(var(--subcol-base-delay) + 0 * var(--stagger-step));
}

.reveal-on-scroll.visible .bloc-expertise__subcols .bloc-expertise__subcol:first-child > * > *:nth-child(2) {
  opacity: 1;
  transform: none;
  transition-delay: calc(var(--subcol-base-delay) + 1 * var(--stagger-step));
}

.reveal-on-scroll.visible .bloc-expertise__subcols .bloc-expertise__subcol:first-child > * > *:nth-child(3) {
  opacity: 1;
  transform: none;
  transition-delay: calc(var(--subcol-base-delay) + 2 * var(--stagger-step));
}

.reveal-on-scroll.visible .bloc-expertise__subcols .bloc-expertise__subcol:first-child > * > *:nth-child(4) {
  opacity: 1;
  transform: none;
  transition-delay: calc(var(--subcol-base-delay) + 3 * var(--stagger-step));
}

.reveal-on-scroll.visible .bloc-expertise__subcols .bloc-expertise__subcol:first-child > * > *:nth-child(5) {
  opacity: 1;
  transform: none;
  transition-delay: calc(var(--subcol-base-delay) + 4 * var(--stagger-step));
}

.reveal-on-scroll.visible .bloc-expertise__subcols .bloc-expertise__subcol:first-child > * > *:nth-child(6) {
  opacity: 1;
  transform: none;
  transition-delay: calc(var(--subcol-base-delay) + 5 * var(--stagger-step));
}

.reveal-on-scroll.visible .bloc-expertise__subcols .bloc-expertise__subcol:first-child > * > *:nth-child(7) {
  opacity: 1;
  transform: none;
  transition-delay: calc(var(--subcol-base-delay) + 6 * var(--stagger-step));
}

.reveal-on-scroll.visible .bloc-expertise__subcols .bloc-expertise__subcol:first-child > * > *:nth-child(8) {
  opacity: 1;
  transform: none;
  transition-delay: calc(var(--subcol-base-delay) + 7 * var(--stagger-step));
}

.reveal-on-scroll.visible .bloc-expertise__subcols .bloc-expertise__subcol:first-child > * > *:nth-child(9) {
  opacity: 1;
  transform: none;
  transition-delay: calc(var(--subcol-base-delay) + 8 * var(--stagger-step));
}

.reveal-on-scroll.visible .bloc-expertise__subcols .bloc-expertise__subcol:first-child > * > *:nth-child(10) {
  opacity: 1;
  transform: none;
  transition-delay: calc(var(--subcol-base-delay) + 9 * var(--stagger-step));
}

.reveal-on-scroll.visible .bloc-expertise__subcols .bloc-expertise__subcol:first-child > * > *:nth-child(11) {
  opacity: 1;
  transform: none;
  transition-delay: calc(var(--subcol-base-delay) + 10 * var(--stagger-step));
}

/* ajoute selon le nombre de h3/p */
/* Sous-colonne 2 : commence après la 1 */
.bloc-expertise__subcols {
  --subcol2-offset: calc(4 * var(--stagger-step));
}

/* ajuste selon le volume de la 1 */
.reveal-on-scroll.visible .bloc-expertise__subcols .bloc-expertise__subcol:nth-child(2) > * > *:nth-child(1) {
  opacity: 1;
  transform: none;
  transition-delay: calc(var(--subcol-base-delay) + var(--subcol2-offset) + 0 * var(--stagger-step));
}

.reveal-on-scroll.visible .bloc-expertise__subcols .bloc-expertise__subcol:nth-child(2) > * > *:nth-child(2) {
  opacity: 1;
  transform: none;
  transition-delay: calc(var(--subcol-base-delay) + var(--subcol2-offset) + 1 * var(--stagger-step));
}

.reveal-on-scroll.visible .bloc-expertise__subcols .bloc-expertise__subcol:nth-child(2) > * > *:nth-child(3) {
  opacity: 1;
  transform: none;
  transition-delay: calc(var(--subcol-base-delay) + var(--subcol2-offset) + 2 * var(--stagger-step));
}

.reveal-on-scroll.visible .bloc-expertise__subcols .bloc-expertise__subcol:nth-child(2) > * > *:nth-child(4) {
  opacity: 1;
  transform: none;
  transition-delay: calc(var(--subcol-base-delay) + var(--subcol2-offset) + 3 * var(--stagger-step));
}

.reveal-on-scroll.visible .bloc-expertise__subcols .bloc-expertise__subcol:nth-child(2) > * > *:nth-child(5) {
  opacity: 1;
  transform: none;
  transition-delay: calc(var(--subcol-base-delay) + var(--subcol2-offset) + 4 * var(--stagger-step));
}

.reveal-on-scroll.visible .bloc-expertise__subcols .bloc-expertise__subcol:nth-child(2) > * > *:nth-child(6) {
  opacity: 1;
  transform: none;
  transition-delay: calc(var(--subcol-base-delay) + var(--subcol2-offset) + 5 * var(--stagger-step));
}

.reveal-on-scroll.visible .bloc-expertise__subcols .bloc-expertise__subcol:nth-child(2) > * > *:nth-child(7) {
  opacity: 1;
  transform: none;
  transition-delay: calc(var(--subcol-base-delay) + var(--subcol2-offset) + 6 * var(--stagger-step));
}

.reveal-on-scroll.visible .bloc-expertise__subcols .bloc-expertise__subcol:nth-child(2) > * > *:nth-child(8) {
  opacity: 1;
  transform: none;
  transition-delay: calc(var(--subcol-base-delay) + var(--subcol2-offset) + 7 * var(--stagger-step));
}

.reveal-on-scroll.visible .bloc-expertise__subcols .bloc-expertise__subcol:nth-child(2) > * > *:nth-child(9) {
  opacity: 1;
  transform: none;
  transition-delay: calc(var(--subcol-base-delay) + var(--subcol2-offset) + 8 * var(--stagger-step));
}

.reveal-on-scroll.visible .bloc-expertise__subcols .bloc-expertise__subcol:nth-child(2) > * > *:nth-child(10) {
  opacity: 1;
  transform: none;
  transition-delay: calc(var(--subcol-base-delay) + var(--subcol2-offset) + 9 * var(--stagger-step));
}

.reveal-on-scroll.visible .bloc-expertise__subcols .bloc-expertise__subcol:nth-child(2) > * > *:nth-child(11) {
  opacity: 1;
  transform: none;
  transition-delay: calc(var(--subcol-base-delay) + var(--subcol2-offset) + 10 * var(--stagger-step));
}

/* Bouton */
.bloc-expertise__subcol .btn-contact {
  opacity: 0;
  transform: translateY(var(--reveal-distance)) scale(0.98);
  transition: opacity 0.6s ease, transform 0.6s var(--easing-move), box-shadow 0.3s ease;
  display: inline-block;
  /* au cas où */
}

.reveal-on-scroll.visible .bloc-expertise__subcol .btn-contact {
  opacity: 1;
  transform: none;
  /* Décale après les textes de la sous-colonne 2 */
  transition-delay: calc(var(--subcol-base-delay) + var(--subcol2-offset) + 4 * var(--stagger-step));
}

.bloc-expertise__subcol .btn-contact:hover {
  transform: translateY(-2px) scale(1.01);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

/* =========================
   Accessibilité : moins de mouvement
   ========================= */
@media (prefers-reduced-motion: reduce) {
  .reveal-on-scroll,
  .bloc-expertise__col--left > *,
  .bloc-expertise__col--left > .bloc-expertise__texte > *,
  .bloc-expertise__col--right .bloc-expertise__image,
  .bloc-expertise__subcol > * > *,
  .bloc-expertise__subcol .btn-contact {
    transition: none !important;
    animation: none !important;
  }
  .reveal-on-scroll {
    opacity: 1;
    transform: none;
  }
  .bloc-expertise__col--left > *,
  .bloc-expertise__col--left > .bloc-expertise__texte > *,
  .bloc-expertise__col--right .bloc-expertise__image,
  .bloc-expertise__subcol > * > *,
  .bloc-expertise__subcol .btn-contact {
    opacity: 1;
    transform: none;
  }
}/*# sourceMappingURL=style.css.map */