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

noebdl 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

--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
* {
  font-family: "Neue-Plak", sans-serif;
}

body {
  font-family: "Neue-Plak", sans-serif;
}
body .title-front-page {
  font-size: 64px;
  box-orient: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  word-break: keep-all;
}
@media screen and (max-width: 800px) {
  body .title-front-page {
    font-size: 36px;
  }
}
@media screen and (max-width: 420px) {
  body .title-front-page {
    font-size: 34px;
    max-width: 300px;
  }
}
body h1 {
  font-size: 52px;
  font-weight: 900;
  text-transform: uppercase;
  color: white;
  margin: 0;
  line-height: 120%;
}
@media screen and (max-width: 800px) {
  body h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 600px) {
  body h1 {
    max-width: 320px;
  }
}
@media screen and (max-width: 420px) {
  body h1 {
    font-size: 34px;
    max-width: 300px;
  }
}
body h1 span {
  color: #A5A5A5;
  text-shadow: none;
  font-weight: 900;
}
body h2 {
  font-size: 32px;
  font-weight: bolder;
  text-transform: uppercase;
  color: white;
  margin: 0;
  font-style: italic;
  font-weight: 900;
}
@media screen and (max-width: 800px) {
  body h2 {
    font-size: 24px;
  }
}
body h3 {
  font-size: 16px;
  font-weight: 900;
  color: white;
  margin: 0;
}
body p {
  font-size: 16px;
  line-height: 160%;
  color: white;
  font-weight: 400;
  margin: 0;
}
body strong {
  color: white;
}
body a {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 700;
  text-decoration: none;
  letter-spacing: -0.5px;
}
body a:hover {
  color: white;
  transition: 0.4s;
}

html {
  scroll-behavior: smooth;
}

body {
  background: linear-gradient(180deg, #080611 0%, #09051b 100%) !important;
  margin: 0;
}

.site {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.site-main {
  display: grid;
  width: 100%;
}
.site-main hr {
  width: 80%;
  height: 1px;
  background: linear-gradient(90deg, rgba(24, 24, 24, 0) 0%, #FFF 50.52%, rgba(24, 24, 24, 0) 100%);
  border: none;
  margin-bottom: 64px;
  margin-top: 0;
}

section {
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
section .wp-block-group__inner-container {
  width: 80%;
}
@media screen and (max-width: 800px) {
  section .wp-block-group__inner-container {
    width: 90%;
  }
}

ul {
  margin: 0;
  padding-left: 0;
}

figure {
  margin: 0;
}

.mentions-legales main {
  padding-top: 220px;
}

#trp-floater-ls {
  display: none;
}

/*--------------------------------------------------------------
# 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
--------------------------------------------- */
/* 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
--------------------------------------------------------------*/
header {
  position: fixed;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 18px 0;
  height: 100px;
  width: 80%;
  margin-bottom: 100px;
  z-index: 99;
}
@media screen and (max-width: 1200px) {
  header {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 800px) {
  header {
    width: 100%;
    background: rgba(17, 13, 30, 0.6);
    backdrop-filter: blur(5px);
    height: 65px;
    padding: 0 20px;
    border-bottom: solid rgba(244, 244, 244, 0.05) 1px;
  }
}
header .site-branding {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 289px;
}
@media screen and (max-width: 1000px) {
  header .site-branding {
    width: 163px;
  }
}
header .site-branding .custom-logo-link {
  height: 55px;
}
@media screen and (max-width: 800px) {
  header .site-branding .custom-logo-link {
    height: 41px;
    width: auto;
  }
}
@media screen and (max-width: 800px) {
  header .site-branding .custom-logo-link img {
    height: 41px;
    width: auto;
  }
}
header .main-navigation {
  width: auto;
  padding: 18px 24px 20px;
  align-items: center;
  display: flex;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  border-radius: 200px;
  background-color: rgba(13, 11, 23, 0.8);
  height: auto;
  border: solid rgba(244, 244, 244, 0.05) 1px;
  justify-self: center;
}
header .main-navigation ul {
  display: flex;
  gap: 20px;
  list-style: none;
}
header .main-navigation ul .active {
  color: white;
}
header .main-navigation ul a {
  white-space: nowrap;
}
@media screen and (max-width: 800px) {
  header .main-navigation {
    display: none;
  }
}
header .language {
  display: grid;
  grid-template-columns: auto 160px;
  justify-content: right;
  align-items: center;
  gap: 6px;
}
@media screen and (max-width: 1000px) {
  header .language {
    display: flex;
    width: 163px;
  }
}
@media screen and (max-width: 800px) {
  header .language {
    display: flex;
    gap: 24px;
  }
}
header .language .contact-ancre {
  height: 25px;
  display: flex;
  gap: 7px;
  padding: 8px 12px 12px 12px;
  align-items: center;
  justify-self: flex-end;
  width: 160px;
  height: 46px;
  background-color: rgba(13, 11, 23, 0.8);
  border: solid rgba(244, 244, 244, 0.05) 1px;
  border-radius: 500px;
  transition: 0.3s;
}
header .language .contact-ancre .contact-icon {
  height: 24px;
  width: auto;
  display: flex;
  align-items: center;
}
header .language .contact-ancre .check-copy-mail {
  height: 12px;
  width: auto;
  display: none;
  align-items: center;
}
header .language .contact-ancre p {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  header .language .contact-ancre {
    display: none;
  }
}
header .language .copied {
  background: linear-gradient(#543398 0%, #8252e6 100%);
  transition: 0.3s;
  justify-content: space-between;
}
header .language .copied p {
  color: white;
}
header .language .ul-traduction {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  width: 75px;
  height: 45px;
  justify-content: center;
  border: solid rgba(244, 244, 244, 0.05) 1px;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background: rgba(13, 11, 23, 0.8);
  border-radius: 64px;
  margin-bottom: 0;
  transition-duration: 1s;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  header .language .ul-traduction {
    width: 100%;
  }
}
header .language .ul-traduction .click-language {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
@media screen and (max-width: 800px) {
  header .language .ul-traduction .click-language {
    width: 100%;
    gap: 3px;
  }
}
header .language .ul-traduction .language-list {
  display: none;
}
header .language .ul-traduction .traductionActive {
  display: block;
}
header .language .ul-traduction:hover {
  border-color: white;
  transition-duration: 0.2s;
}
header .language .ulActive {
  margin-top: 0;
  border: solid rgba(165, 165, 165, 0.3) 1px;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  border-radius: 24px;
  padding-bottom: 10px;
  width: 75px;
  height: 100px;
  margin-top: 54px;
}
header .main-navigation-mobile {
  display: block;
  width: 100%;
  position: fixed;
  top: 65px;
  padding: 0;
  background: rgba(17, 13, 30, 0.6);
  backdrop-filter: blur(5px);
  left: 0;
}
header .main-navigation-mobile ul {
  display: grid;
  list-style: none;
  padding: 24px;
  gap: 14px;
  margin: 0;
  background: rgba(17, 13, 30, 0.95);
}
header .main-navigation-mobile ul li {
  display: flex;
}
header .main-navigation-mobile ul a {
  text-align: left;
  padding: 0;
  font-size: 22px;
  width: 100%;
}
header .menu-icon {
  display: none;
  justify-self: end;
}
header .menu-icon .bar1,
header .menu-icon .bar2,
header .menu-icon .bar3 {
  width: 20px;
  height: 2px;
  background-color: white;
  margin: 10px 0;
  transition: 0.4s;
}
@media screen and (max-width: 800px) {
  header .menu-icon {
    display: block;
  }
}
header .menuActive .bar1 {
  transform: translate(0, 5px) rotate(-45deg);
}
header .menuActive .bar2 {
  opacity: 0;
}
header .menuActive .bar3 {
  transform: translate(0, -6px) rotate(45deg);
}

.header-menu-color {
  background: rgba(17, 13, 30, 0.95);
}

footer {
  display: flex;
  justify-content: center;
  padding: 0 64px;
  width: 100%;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  footer {
    padding: 0 24px;
  }
}
footer .footer-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-areas: "a a a b c" "d d d e e" "f f f f f";
  width: 1150px;
  gap: 8px;
  margin: 64px 0;
}
@media screen and (max-width: 1200px) {
  footer .footer-container {
    width: auto;
    max-width: 1150px;
  }
}
@media screen and (max-width: 800px) {
  footer .footer-container {
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas: "a a a a" "d d d d" "b b c c" "e e e e" "f f f f";
    width: 100%;
  }
}
footer .footer-container .footer-bloc {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #110d1e;
  padding: 22px;
  border-radius: 8px;
  height: 225px;
  border: solid #1c1929 1px;
}
footer .footer-container .button-container {
  grid-area: a;
  position: relative;
}
footer .footer-container .button-container img {
  position: absolute;
  top: 0;
  width: 160px;
  right: calc(50% - 80px);
  z-index: 2;
}
footer .footer-container .button-container .wp-block-button {
  z-index: 3;
}
footer .footer-container .reseau-1-container {
  transition-duration: 0.2s;
  grid-area: b;
}
footer .footer-container .reseau-1-container a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 800px) {
  footer .footer-container .reseau-1-container {
    height: 185px;
  }
}
footer .footer-container .reseau-1-container:hover {
  transition-duration: 0.2s;
  box-shadow: rgba(131, 83, 231, 0.7) 0px 0px 12px 1px;
}
footer .footer-container .reseau-2-container {
  transition-duration: 0.2s;
  grid-area: c;
}
footer .footer-container .reseau-2-container a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 800px) {
  footer .footer-container .reseau-2-container {
    height: 185px;
  }
}
footer .footer-container .reseau-2-container:hover {
  transition-duration: 0.2s;
  box-shadow: rgba(131, 83, 231, 0.7) 0px 0px 12px 1px;
}
footer .footer-container .heure-container {
  grid-area: d;
  padding: 0 44px 0 22px;
  display: flex;
  justify-content: end;
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
}
footer .footer-container .heure-container p:first-child {
  font-style: italic;
}
footer .footer-container .heure-container div {
  gap: 10px;
  display: block;
}
footer .footer-container .heure-container div p {
  font-size: 20px;
  color: white;
  width: 169px;
}
@media screen and (max-width: 600px) {
  footer .footer-container .heure-container div p {
    font-size: 18px;
  }
}
footer .footer-container .heure-container .earth {
  display: flex;
  align-self: end;
  width: 400px;
  height: auto;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
@media screen and (max-width: 800px) {
  footer .footer-container .heure-container .earth {
    transform: translateX(-50px);
    opacity: 0.8;
  }
}
footer .footer-container .heure-container .toolbar {
  display: none !important;
}
footer .footer-container .heure-container dotlottie-player {
  position: absolute;
  width: 200px;
  left: 170px;
  bottom: 43px;
}
@media screen and (max-width: 1200px) {
  footer .footer-container .heure-container dotlottie-player {
    left: 100px;
  }
}
@media screen and (max-width: 600px) {
  footer .footer-container .heure-container dotlottie-player {
    left: 20px;
  }
}
@media screen and (max-width: 420px) {
  footer .footer-container .heure-container dotlottie-player {
    left: 5px;
  }
}
footer .footer-container .heure-container .earth-glow {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
@media screen and (max-width: 600px) {
  footer .footer-container .heure-container {
    padding: 0 22px;
  }
}
footer .footer-container .email-container-container {
  grid-area: e;
}
footer .footer-container .email-container-container p {
  font-size: 20px;
}
footer .footer-container .sites-infos {
  grid-area: f;
  height: 72px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  footer .footer-container .sites-infos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    height: auto;
  }
}
footer .footer-container .sites-infos a {
  color: rgba(255, 255, 255, 0.6);
  text-align: right;
  transition-duration: 0.2s;
}
@media screen and (max-width: 800px) {
  footer .footer-container .sites-infos a {
    width: 100%;
    text-align: center;
  }
}
footer .footer-container .sites-infos a:hover {
  color: white;
  transition-duration: 0.2s;
}
footer .footer-container .sites-infos a:nth-child(1) {
  font-weight: 900;
}
footer .footer-container .sites-infos p {
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
}
@media screen and (max-width: 800px) {
  footer .footer-container .sites-infos p {
    text-align: center;
  }
}
footer .footer-container .sites-infos .sites-infos-fixed-width {
  width: 320px;
  font-weight: 400;
}
footer hr {
  margin: 0;
  width: 1150px;
  background: linear-gradient(90deg, rgba(24, 24, 24, 0) 0%, white 50%, rgba(24, 24, 24, 0) 100%);
}

/*--------------------------------------------------------------
# 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;
}

* {
  font-family: "Neue-Plak", sans-serif;
}

body {
  font-family: "Neue-Plak", sans-serif;
}
body .title-front-page {
  font-size: 64px;
  box-orient: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  word-break: keep-all;
}
@media screen and (max-width: 800px) {
  body .title-front-page {
    font-size: 36px;
  }
}
@media screen and (max-width: 420px) {
  body .title-front-page {
    font-size: 34px;
    max-width: 300px;
  }
}
body h1 {
  font-size: 52px;
  font-weight: 900;
  text-transform: uppercase;
  color: white;
  margin: 0;
  line-height: 120%;
}
@media screen and (max-width: 800px) {
  body h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 600px) {
  body h1 {
    max-width: 320px;
  }
}
@media screen and (max-width: 420px) {
  body h1 {
    font-size: 34px;
    max-width: 300px;
  }
}
body h1 span {
  color: #A5A5A5;
  text-shadow: none;
  font-weight: 900;
}
body h2 {
  font-size: 32px;
  font-weight: bolder;
  text-transform: uppercase;
  color: white;
  margin: 0;
  font-style: italic;
  font-weight: 900;
}
@media screen and (max-width: 800px) {
  body h2 {
    font-size: 24px;
  }
}
body h3 {
  font-size: 16px;
  font-weight: 900;
  color: white;
  margin: 0;
}
body p {
  font-size: 16px;
  line-height: 160%;
  color: white;
  font-weight: 400;
  margin: 0;
}
body strong {
  color: white;
}
body a {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 700;
  text-decoration: none;
  letter-spacing: -0.5px;
}
body a:hover {
  color: white;
  transition: 0.4s;
}

html {
  scroll-behavior: smooth;
}

body {
  background: linear-gradient(180deg, #080611 0%, #09051b 100%) !important;
  margin: 0;
}

.site {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.site-main {
  display: grid;
  width: 100%;
}
.site-main hr {
  width: 80%;
  height: 1px;
  background: linear-gradient(90deg, rgba(24, 24, 24, 0) 0%, #FFF 50.52%, rgba(24, 24, 24, 0) 100%);
  border: none;
  margin-bottom: 64px;
  margin-top: 0;
}

section {
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
section .wp-block-group__inner-container {
  width: 80%;
}
@media screen and (max-width: 800px) {
  section .wp-block-group__inner-container {
    width: 90%;
  }
}

ul {
  margin: 0;
  padding-left: 0;
}

figure {
  margin: 0;
}

.mentions-legales main {
  padding-top: 220px;
}

#trp-floater-ls {
  display: none;
}

/*--------------------------------------------------------------
# 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
--------------------------------------------- */
/* 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
--------------------------------------------------------------*/
header {
  position: fixed;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 18px 0;
  height: 100px;
  width: 80%;
  margin-bottom: 100px;
  z-index: 99;
}
@media screen and (max-width: 1200px) {
  header {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 800px) {
  header {
    width: 100%;
    background: rgba(17, 13, 30, 0.6);
    backdrop-filter: blur(5px);
    height: 65px;
    padding: 0 20px;
    border-bottom: solid rgba(244, 244, 244, 0.05) 1px;
  }
}
header .site-branding {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 289px;
}
@media screen and (max-width: 1000px) {
  header .site-branding {
    width: 163px;
  }
}
header .site-branding .custom-logo-link {
  height: 55px;
}
@media screen and (max-width: 800px) {
  header .site-branding .custom-logo-link {
    height: 41px;
    width: auto;
  }
}
@media screen and (max-width: 800px) {
  header .site-branding .custom-logo-link img {
    height: 41px;
    width: auto;
  }
}
header .main-navigation {
  width: auto;
  padding: 18px 24px 20px;
  align-items: center;
  display: flex;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  border-radius: 200px;
  background-color: rgba(13, 11, 23, 0.8);
  height: auto;
  border: solid rgba(244, 244, 244, 0.05) 1px;
  justify-self: center;
}
header .main-navigation ul {
  display: flex;
  gap: 20px;
  list-style: none;
}
header .main-navigation ul .active {
  color: white;
}
header .main-navigation ul a {
  white-space: nowrap;
}
@media screen and (max-width: 800px) {
  header .main-navigation {
    display: none;
  }
}
header .language {
  display: grid;
  grid-template-columns: auto 160px;
  justify-content: right;
  align-items: center;
  gap: 6px;
}
@media screen and (max-width: 1000px) {
  header .language {
    display: flex;
    width: 163px;
  }
}
@media screen and (max-width: 800px) {
  header .language {
    display: flex;
    gap: 24px;
  }
}
header .language .contact-ancre {
  height: 25px;
  display: flex;
  gap: 7px;
  padding: 8px 12px 12px 12px;
  align-items: center;
  justify-self: flex-end;
  width: 160px;
  height: 46px;
  background-color: rgba(13, 11, 23, 0.8);
  border: solid rgba(244, 244, 244, 0.05) 1px;
  border-radius: 500px;
  transition: 0.3s;
}
header .language .contact-ancre .contact-icon {
  height: 24px;
  width: auto;
  display: flex;
  align-items: center;
}
header .language .contact-ancre .check-copy-mail {
  height: 12px;
  width: auto;
  display: none;
  align-items: center;
}
header .language .contact-ancre p {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  header .language .contact-ancre {
    display: none;
  }
}
header .language .copied {
  background: linear-gradient(#543398 0%, #8252e6 100%);
  transition: 0.3s;
  justify-content: space-between;
}
header .language .copied p {
  color: white;
}
header .language .ul-traduction {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  width: 75px;
  height: 45px;
  justify-content: center;
  border: solid rgba(244, 244, 244, 0.05) 1px;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background: rgba(13, 11, 23, 0.8);
  border-radius: 64px;
  margin-bottom: 0;
  transition-duration: 1s;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  header .language .ul-traduction {
    width: 100%;
  }
}
header .language .ul-traduction .click-language {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
@media screen and (max-width: 800px) {
  header .language .ul-traduction .click-language {
    width: 100%;
    gap: 3px;
  }
}
header .language .ul-traduction .language-list {
  display: none;
}
header .language .ul-traduction .traductionActive {
  display: block;
}
header .language .ul-traduction:hover {
  border-color: white;
  transition-duration: 0.2s;
}
header .language .ulActive {
  margin-top: 0;
  border: solid rgba(165, 165, 165, 0.3) 1px;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  border-radius: 24px;
  padding-bottom: 10px;
  width: 75px;
  height: 100px;
  margin-top: 54px;
}
header .main-navigation-mobile {
  display: block;
  width: 100%;
  position: fixed;
  top: 65px;
  padding: 0;
  background: rgba(17, 13, 30, 0.6);
  backdrop-filter: blur(5px);
  left: 0;
}
header .main-navigation-mobile ul {
  display: grid;
  list-style: none;
  padding: 24px;
  gap: 14px;
  margin: 0;
  background: rgba(17, 13, 30, 0.95);
}
header .main-navigation-mobile ul li {
  display: flex;
}
header .main-navigation-mobile ul a {
  text-align: left;
  padding: 0;
  font-size: 22px;
  width: 100%;
}
header .menu-icon {
  display: none;
  justify-self: end;
}
header .menu-icon .bar1,
header .menu-icon .bar2,
header .menu-icon .bar3 {
  width: 20px;
  height: 2px;
  background-color: white;
  margin: 10px 0;
  transition: 0.4s;
}
@media screen and (max-width: 800px) {
  header .menu-icon {
    display: block;
  }
}
header .menuActive .bar1 {
  transform: translate(0, 5px) rotate(-45deg);
}
header .menuActive .bar2 {
  opacity: 0;
}
header .menuActive .bar3 {
  transform: translate(0, -6px) rotate(45deg);
}

.header-menu-color {
  background: rgba(17, 13, 30, 0.95);
}

footer {
  display: flex;
  justify-content: center;
  padding: 0 64px;
  width: 100%;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  footer {
    padding: 0 24px;
  }
}
footer .footer-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-areas: "a a a b c" "d d d e e" "f f f f f";
  width: 1150px;
  gap: 8px;
  margin: 64px 0;
}
@media screen and (max-width: 1200px) {
  footer .footer-container {
    width: auto;
    max-width: 1150px;
  }
}
@media screen and (max-width: 800px) {
  footer .footer-container {
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas: "a a a a" "d d d d" "b b c c" "e e e e" "f f f f";
    width: 100%;
  }
}
footer .footer-container .footer-bloc {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #110d1e;
  padding: 22px;
  border-radius: 8px;
  height: 225px;
  border: solid #1c1929 1px;
}
footer .footer-container .button-container {
  grid-area: a;
  position: relative;
}
footer .footer-container .button-container img {
  position: absolute;
  top: 0;
  width: 160px;
  right: calc(50% - 80px);
  z-index: 2;
}
footer .footer-container .button-container .wp-block-button {
  z-index: 3;
}
footer .footer-container .reseau-1-container {
  transition-duration: 0.2s;
  grid-area: b;
}
footer .footer-container .reseau-1-container a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 800px) {
  footer .footer-container .reseau-1-container {
    height: 185px;
  }
}
footer .footer-container .reseau-1-container:hover {
  transition-duration: 0.2s;
  box-shadow: rgba(131, 83, 231, 0.7) 0px 0px 12px 1px;
}
footer .footer-container .reseau-2-container {
  transition-duration: 0.2s;
  grid-area: c;
}
footer .footer-container .reseau-2-container a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 800px) {
  footer .footer-container .reseau-2-container {
    height: 185px;
  }
}
footer .footer-container .reseau-2-container:hover {
  transition-duration: 0.2s;
  box-shadow: rgba(131, 83, 231, 0.7) 0px 0px 12px 1px;
}
footer .footer-container .heure-container {
  grid-area: d;
  padding: 0 44px 0 22px;
  display: flex;
  justify-content: end;
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
}
footer .footer-container .heure-container p:first-child {
  font-style: italic;
}
footer .footer-container .heure-container div {
  gap: 10px;
  display: block;
}
footer .footer-container .heure-container div p {
  font-size: 20px;
  color: white;
  width: 169px;
}
@media screen and (max-width: 600px) {
  footer .footer-container .heure-container div p {
    font-size: 18px;
  }
}
footer .footer-container .heure-container .earth {
  display: flex;
  align-self: end;
  width: 400px;
  height: auto;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
@media screen and (max-width: 800px) {
  footer .footer-container .heure-container .earth {
    transform: translateX(-50px);
    opacity: 0.8;
  }
}
footer .footer-container .heure-container .toolbar {
  display: none !important;
}
footer .footer-container .heure-container dotlottie-player {
  position: absolute;
  width: 200px;
  left: 170px;
  bottom: 43px;
}
@media screen and (max-width: 1200px) {
  footer .footer-container .heure-container dotlottie-player {
    left: 100px;
  }
}
@media screen and (max-width: 600px) {
  footer .footer-container .heure-container dotlottie-player {
    left: 20px;
  }
}
@media screen and (max-width: 420px) {
  footer .footer-container .heure-container dotlottie-player {
    left: 5px;
  }
}
footer .footer-container .heure-container .earth-glow {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
@media screen and (max-width: 600px) {
  footer .footer-container .heure-container {
    padding: 0 22px;
  }
}
footer .footer-container .email-container-container {
  grid-area: e;
}
footer .footer-container .email-container-container p {
  font-size: 20px;
}
footer .footer-container .sites-infos {
  grid-area: f;
  height: 72px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  footer .footer-container .sites-infos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    height: auto;
  }
}
footer .footer-container .sites-infos a {
  color: rgba(255, 255, 255, 0.6);
  text-align: right;
  transition-duration: 0.2s;
}
@media screen and (max-width: 800px) {
  footer .footer-container .sites-infos a {
    width: 100%;
    text-align: center;
  }
}
footer .footer-container .sites-infos a:hover {
  color: white;
  transition-duration: 0.2s;
}
footer .footer-container .sites-infos a:nth-child(1) {
  font-weight: 900;
}
footer .footer-container .sites-infos p {
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
}
@media screen and (max-width: 800px) {
  footer .footer-container .sites-infos p {
    text-align: center;
  }
}
footer .footer-container .sites-infos .sites-infos-fixed-width {
  width: 320px;
  font-weight: 400;
}
footer hr {
  margin: 0;
  width: 1150px;
  background: linear-gradient(90deg, rgba(24, 24, 24, 0) 0%, white 50%, rgba(24, 24, 24, 0) 100%);
}

/*--------------------------------------------------------------
# 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;
}

.case-studies {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .case-studies {
    overflow: hidden;
    padding-top: 48px;
  }
}
.case-studies .wp-block-group__inner-container {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  max-width: 1920px;
}
@media screen and (max-width: 800px) {
  .case-studies .wp-block-group__inner-container {
    overflow: hidden;
    min-width: 800px;
  }
}
.case-studies .container {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-template-rows: auto;
  gap: 12px;
}
@media screen and (max-width: 1200px) {
  .case-studies .container {
    gap: 14px;
  }
}
@media screen and (max-width: 800px) {
  .case-studies .container {
    min-width: 800px;
    gap: 7px;
  }
}
.case-studies .container .img-box {
  object-fit: cover;
  width: auto;
  height: auto;
  cursor: pointer;
  border-radius: 4px;
  box-shadow: 0 4px 24px 0 rgba(255, 255, 255, 0.04);
  background: #2A2340;
  border-radius: 8px;
  border: solid #494653 1px;
  padding: 6px;
  transition-duration: 0.3s;
}
.case-studies .container .img-box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  transition-duration: 0.3s;
}
.case-studies .container .img-box:hover {
  transform: translateY(-4px);
  transition-duration: 0.3s;
}
.case-studies .container .img-box:nth-child(1) {
  grid-column: 1/3;
  grid-row: 1/5;
}
.case-studies .container .img-box:nth-child(1) img {
  object-position: right;
}
.case-studies .container .img-box:nth-child(2) {
  grid-column: 3/4;
  grid-row: 1/5;
}
.case-studies .container .img-box:nth-child(3) {
  grid-column: 1/4;
  grid-row: 5/9;
}
.case-studies .container .img-box:nth-child(3) img {
  object-position: right;
}
.case-studies .container .img-box:nth-child(4) {
  grid-column: 1/4;
  grid-row: 9/13;
}
.case-studies .container .img-box:nth-child(4) img {
  object-position: right;
}
.case-studies .container .img-box:nth-child(5) {
  grid-column: 4/7;
  grid-row: 1/6;
}
.case-studies .container .img-box:nth-child(6) {
  grid-column: 4/7;
  grid-row: 6/11;
}
.case-studies .container .img-box:nth-child(7) {
  grid-column: 4/7;
  grid-row: 11/13;
}
.case-studies .container .img-box:nth-child(8) {
  grid-column: 7/10;
  grid-row: 1/5;
}
.case-studies .container .img-box:nth-child(8) img {
  object-position: left;
}
.case-studies .container .img-box:nth-child(9) {
  grid-column: 7/8;
  grid-row: 5/9;
}
.case-studies .container .img-box:nth-child(10) {
  grid-column: 8/10;
  grid-row: 5/9;
}
.case-studies .container .img-box:nth-child(10) img {
  object-position: left;
}
.case-studies .container .img-box:nth-child(11) {
  grid-column: 7/8;
  grid-row: 9/13;
}
.case-studies .container .img-box:nth-child(11) img {
  object-position: left;
}
.case-studies .container .img-box:nth-child(12) {
  grid-column: 8/10;
  grid-row: 9/13;
}
.case-studies .container .img-box:nth-child(12) img {
  object-position: left;
}
.case-studies .container-mobile {
  display: none;
}
.case-studies .shadow {
  width: 100%;
  height: 190px;
  background: linear-gradient(180deg, rgba(14, 12, 25, 0) 0%, #0e0c19 91%, #0e0c19 100%);
  position: absolute;
  bottom: 0;
  z-index: 5;
  pointer-events: none;
}
@media screen and (max-width: 800px) {
  .case-studies .shadow {
    height: 120px;
  }
}
@media screen and (max-width: 600px) {
  .case-studies .shadow {
    height: 90px;
  }
}
@media screen and (max-width: 420px) {
  .case-studies .shadow {
    height: 60px;
  }
}
.case-studies .popup-image {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99;
  height: 100vh;
  width: 100%;
  margin: 0 auto;
  backdrop-filter: blur(3px);
}
.case-studies .popup-image .croix {
  position: absolute;
  top: 9%;
  right: 50px;
  cursor: pointer;
  background: white;
  border: solid #E1E6EF 2px;
  border-radius: 10px;
  width: 52px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}
.case-studies .popup-image .croix span {
  color: #080611;
  font-size: 28px;
  margin-left: 1px;
  margin-bottom: 6px;
}
.case-studies .popup-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 75%;
  max-height: 87%;
  border-radius: 6px;
  box-shadow: 0 4px 24px 0 rgba(255, 255, 255, 0.04);
}
@media screen and (max-width: 600px) {
  .case-studies .popup-image img {
    max-width: 90%;
  }
}

.tag-section {
  background: linear-gradient(rgba(107, 77, 171, 0.16) 0%, rgba(107, 77, 171, 0.08) 100%);
  display: flex;
  width: fit-content;
  border-radius: 500px;
}
.tag-section div {
  background: rgba(107, 77, 171, 0.2);
  box-shadow: rgba(107, 77, 171, 0.25) 0px 4px 12px 0px, rgba(255, 255, 255, 0.06) 0px 0px 4px 0px;
  padding: 8px 12px;
  border-radius: 500px;
}
.tag-section div p {
  font-size: 16px;
  color: white !important;
  font-weight: 400;
  text-align: center;
  word-break: keep-all;
}

.wp-block-button {
  border-radius: 10px;
  padding: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 0.2s;
  border: solid rgba(122, 77, 216, 0.1) 1px;
  box-shadow: rgba(131, 83, 231, 0.7) 0px 0px 0px 0px;
}
.wp-block-button a {
  font-weight: bold;
  font-size: 20px;
  font-style: italic;
  padding: 14px 14px 16px 14px;
  border-radius: 5px;
  color: white;
  background: linear-gradient(#543398 0%, #8252e6 100%);
  box-shadow: rgba(84, 51, 152, 0.75) 0px 0px 12px 0px, rgba(255, 255, 255, 0.25) 0px 4px 12px 0px inset;
}

.wp-block-button:hover {
  transition-duration: 0.2s;
  box-shadow: rgba(131, 83, 231, 0.7) 0px 0px 12px 1px;
}

.pourquoi-me-choisir .wp-block-group__inner-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  max-width: 1150px;
}
.pourquoi-me-choisir .wp-block-group__inner-container h2 {
  width: 100%;
  text-align: center;
}
.pourquoi-me-choisir .wp-block-group__inner-container p {
  width: 100%;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  text-align: center;
}
.pourquoi-me-choisir .wp-block-group__inner-container .pourquoi-me-choisir-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  padding-top: 46px;
}
@media screen and (max-width: 1200px) {
  .pourquoi-me-choisir .wp-block-group__inner-container .pourquoi-me-choisir-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 800px) {
  .pourquoi-me-choisir .wp-block-group__inner-container .pourquoi-me-choisir-container {
    grid-template-columns: 1fr;
  }
}
.pourquoi-me-choisir .wp-block-group__inner-container .pourquoi-me-choisir-container .bloc-raison {
  justify-items: center;
  gap: 24px;
  display: block;
  padding: 22px;
  background: #110d1e;
  border: solid #1c1929 1px;
  box-shadow: inset 0 0 12px #ffffff0f;
  border-radius: 8px;
}
.pourquoi-me-choisir .wp-block-group__inner-container .pourquoi-me-choisir-container .bloc-raison .top {
  display: grid;
  grid-template-columns: 1fr 60px 1fr;
  position: relative;
  margin-bottom: 22px;
}
.pourquoi-me-choisir .wp-block-group__inner-container .pourquoi-me-choisir-container .bloc-raison .top .icon {
  width: 60px;
  margin-top: -5px;
  z-index: 2;
}
.pourquoi-me-choisir .wp-block-group__inner-container .pourquoi-me-choisir-container .bloc-raison .top .bloc-raison-blur {
  position: absolute;
  top: -22px;
  width: 161px;
  height: auto;
  left: calc(50% - 80px);
}
.pourquoi-me-choisir .wp-block-group__inner-container .pourquoi-me-choisir-container .bloc-raison h3 {
  text-align: center;
  font-style: italic;
  margin-bottom: 24px;
}
.pourquoi-me-choisir .wp-block-group__inner-container .pourquoi-me-choisir-container .bloc-raison p {
  text-align: center;
}

.en-tete {
  display: flex;
  justify-content: center;
  padding-top: 148px;
  padding-bottom: 0;
}
@media screen and (max-width: 800px) {
  .en-tete {
    padding-top: 124px;
  }
}
.en-tete .wp-block-group__inner-container {
  display: grid;
  justify-items: center;
  gap: 24px;
  max-width: 810px;
}
.en-tete .wp-block-group__inner-container .tag-en-tete {
  background: linear-gradient(108deg, rgba(53, 46, 70, 0.2) 0%, rgba(47, 41, 66, 0) 100%);
  border: solid rgba(244, 244, 244, 0.2) 1px;
  padding: 9px 14px;
  border-radius: 10px;
  display: flex;
  gap: 10px;
}
.en-tete .wp-block-group__inner-container .tag-en-tete p {
  color: white;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.en-tete .wp-block-group__inner-container .tag-en-tete .green-light {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.en-tete .wp-block-group__inner-container .tag-en-tete .green-light div {
  background: #31EE33;
  border-radius: 100%;
  height: 12px;
  width: 12px;
  align-self: center;
  z-index: 5;
  animation: anim-glow 2s ease infinite;
  animation-fill-mode: forwards;
}
@keyframes anim-glow {
  0% {
    box-shadow: 0 0 #31ee33;
    /* Lumière allumée */
  }
  50% {
    box-shadow: 0 0 10px 8px transparent;
    /* Lumière éteinte */
  }
  50.1%, 100% {
    box-shadow: 0 0 10px 8px transparent;
    /* Pause pendant 1 seconde */
  }
}
.en-tete .wp-block-group__inner-container h1 {
  color: #7D7D7D;
  text-align: center;
  font-style: italic;
}
.en-tete .wp-block-group__inner-container h1 strong {
  color: white;
}
.en-tete .wp-block-group__inner-container p {
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  max-width: 770px;
}
.en-tete .wp-block-group__inner-container .glow-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 860px;
  height: 860px;
  z-index: -1;
}
@media screen and (max-width: 800px) {
  .en-tete .wp-block-group__inner-container .glow-1 {
    width: 390px;
    height: 545px;
  }
}
.en-tete .wp-block-group__inner-container .glow-2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 618px;
  height: 618px;
}
@media screen and (max-width: 1200px) {
  .en-tete .wp-block-group__inner-container .glow-2 {
    display: none;
  }
}
.en-tete .wp-block-group__inner-container .love-figma {
  display: flex;
  justify-content: center;
  gap: 12px;
  height: auto;
  align-items: center;
  margin-top: 12px;
}
@media screen and (max-width: 600px) {
  .en-tete .wp-block-group__inner-container .love-figma {
    display: grid;
    justify-items: center;
    gap: 10px;
  }
}
.en-tete .wp-block-group__inner-container .love-figma .text {
  position: relative;
  width: 200px;
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 600px) {
  .en-tete .wp-block-group__inner-container .love-figma .text {
    justify-content: center;
  }
}
.en-tete .wp-block-group__inner-container .love-figma .text span {
  text-align: right;
  font-size: 14px;
  white-space: nowrap;
  z-index: 5;
  display: inline-block;
  background-image: linear-gradient(90deg, #433b57 0%, white 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.en-tete .wp-block-group__inner-container .love-figma .text-2 {
  width: 200px;
}
@media screen and (max-width: 600px) {
  .en-tete .wp-block-group__inner-container .love-figma .text-2 {
    display: flex;
    justify-content: center;
  }
}
.en-tete .wp-block-group__inner-container .love-figma .text-2 span {
  font-size: 14px;
  white-space: nowrap;
  z-index: 5;
  display: inline-block;
  background-image: linear-gradient(90deg, white 0%, #433b57 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
@media screen and (max-width: 600px) {
  .en-tete .wp-block-group__inner-container .love-figma .text-2 span {
    text-align: center;
  }
}
.en-tete .wp-block-group__inner-container .love-figma img {
  width: 100px;
}
.en-tete .lottie-1 {
  position: absolute;
  left: 0;
  top: 448px;
}
.en-tete .lottie-2 {
  position: absolute;
  right: 0;
  top: 448px;
  transform: rotate(180deg);
}

.a-propos {
  padding-top: 0;
}
.a-propos .wp-block-group__inner-container {
  display: flex;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 64px;
  width: 100%;
  position: relative;
}
.a-propos .wp-block-group__inner-container .container {
  max-width: 1050px;
  display: grid;
  grid-template-columns: 400px auto;
  gap: 64px;
  padding-top: 140px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .a-propos .wp-block-group__inner-container .container {
    grid-template-columns: 1fr;
    max-width: 535px;
    width: 100%;
    padding: 64px 24px 0 24px;
  }
}
@media screen and (max-width: 800px) {
  .a-propos .wp-block-group__inner-container .container {
    max-width: 100%;
  }
}
.a-propos .wp-block-group__inner-container .container .bloc-left {
  display: grid;
  justify-items: center;
}
.a-propos .wp-block-group__inner-container .container .bloc-left img {
  max-width: 400px;
  margin-top: 164px;
}
@media screen and (max-width: 800px) {
  .a-propos .wp-block-group__inner-container .container .bloc-left img {
    max-width: 280px;
    margin-left: 20px;
    margin-top: 20px;
  }
}
.a-propos .wp-block-group__inner-container .container .bloc-right {
  display: grid;
  gap: 16px;
}
.a-propos .wp-block-group__inner-container .container .bloc-right .description {
  color: #FFFFFFCC;
}
.a-propos .wp-block-group__inner-container .container .bloc-right .experiences {
  margin-top: 8px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
}
.a-propos .wp-block-group__inner-container .container .bloc-right .experiences .single-experience {
  gap: 16px;
  display: grid;
  padding: 16px;
  background: #110d1e;
  border: solid rgba(244, 244, 244, 0.05) 1px;
  border-radius: 4px;
}
@media screen and (max-width: 800px) {
  .a-propos .wp-block-group__inner-container .container .bloc-right .experiences .single-experience {
    display: flex;
    justify-content: space-between;
    padding: 24px 16px;
  }
}
.a-propos .wp-block-group__inner-container .container .bloc-right .experiences .single-experience span {
  font-size: 20px;
  font-style: italic;
  color: white;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .a-propos .wp-block-group__inner-container .container .bloc-right .experiences .single-experience span {
    font-size: 14px;
  }
}
.a-propos .wp-block-group__inner-container .container .bloc-right .experiences .single-experience img {
  width: 127px;
  height: 35px;
}
@media screen and (max-width: 800px) {
  .a-propos .wp-block-group__inner-container .container .bloc-right .experiences {
    grid-template-columns: 1fr;
  }
}
.a-propos .wp-block-group__inner-container .container .bloc-right .formations {
  background: #110d1e;
  border: solid rgba(244, 244, 244, 0.05) 1px;
  border-radius: 4px;
  gap: 16px;
  display: grid;
  padding: 16px;
}
.a-propos .wp-block-group__inner-container .container .bloc-right .formations p {
  color: #FFFFFFCC;
}
.a-propos .wp-block-group__inner-container .container .bloc-right .formations .single-formation {
  display: flex;
  gap: 8px;
}
.a-propos .wp-block-group__inner-container .container .bloc-right .formations .single-formation span {
  color: white;
}
.a-propos .wp-block-group__inner-container .container .bloc-right .formations .single-formation span:first-child {
  margin: 0 1px;
}
.a-propos .wp-block-group__inner-container .container .background-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 98;
  height: 196px;
  object-fit: cover;
}
.a-propos .wp-block-group__inner-container .glow-4 {
  position: absolute;
  transform: rotate(-90deg);
  left: 0;
  bottom: -64px;
  width: 850px;
  height: 850px;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .a-propos .wp-block-group__inner-container .glow-4 {
    bottom: -128px;
  }
}
@media screen and (max-width: 800px) {
  .a-propos .wp-block-group__inner-container .glow-4 {
    height: 850px;
    top: -128px;
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 800px) {
  .a-propos .wp-block-group__inner-container .glow-4 {
    height: 850px;
    top: -256px;
    transform: rotate(90deg);
  }
}

.services .wp-block-group__inner-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 42px;
  max-width: 750px;
  position: relative;
}
.services .wp-block-group__inner-container .tag-section {
  margin-bottom: -24px;
}
.services .wp-block-group__inner-container h2 {
  width: 100%;
  text-align: center;
  font-style: italic;
}
.services .wp-block-group__inner-container p {
  width: 100%;
  text-align: center;
}
.services .wp-block-group__inner-container .services-container {
  display: flex;
  max-width: 600px;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}
.services .wp-block-group__inner-container .services-container .single-service {
  padding: 10px 12px 14px 12px;
  border-radius: 5px;
  background: linear-gradient(180deg, #352e46 0%, #1c1432 100%);
}
.services .wp-block-group__inner-container .services-container .single-service p {
  color: #C8C8C8;
  font-size: 18px;
}
.services .wp-block-group__inner-container .background-img {
  position: absolute;
  top: 85px;
  width: 420px;
  height: auto;
  z-index: -2;
}
@media screen and (max-width: 800px) {
  .services .wp-block-group__inner-container .background-img {
    top: 180px;
  }
}

.ils-mont-fait-confiance .wp-block-group__inner-container {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
}
.ils-mont-fait-confiance .wp-block-group__inner-container .container {
  max-width: 1150px;
  display: grid;
  justify-items: center;
  gap: 40px;
  padding: 0 30px;
}
@media screen and (max-width: 800px) {
  .ils-mont-fait-confiance .wp-block-group__inner-container .container {
    width: 85%;
    padding: 0;
  }
}
.ils-mont-fait-confiance .wp-block-group__inner-container .container .description {
  max-width: 630px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
.ils-mont-fait-confiance .wp-block-group__inner-container .container .satisfaction {
  display: flex;
  gap: 35px;
  justify-content: flex-start;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .ils-mont-fait-confiance .wp-block-group__inner-container .container .satisfaction {
    grid-template-columns: 1fr;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    row-gap: 36px;
  }
}
.ils-mont-fait-confiance .wp-block-group__inner-container .container .satisfaction span {
  color: white;
  font-size: 40px;
  font-weight: bold;
  font-style: italic;
}
.ils-mont-fait-confiance .wp-block-group__inner-container .container .satisfaction p {
  color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 800px) {
  .ils-mont-fait-confiance .wp-block-group__inner-container .container .satisfaction p {
    max-width: 130px;
  }
}
.ils-mont-fait-confiance .wp-block-group__inner-container .container .satisfaction .stars {
  display: grid;
  align-content: center;
  margin-left: auto;
}
@media screen and (max-width: 800px) {
  .ils-mont-fait-confiance .wp-block-group__inner-container .container .satisfaction .stars {
    margin-left: 0;
    width: 100%;
    justify-content: center;
  }
}
.ils-mont-fait-confiance .wp-block-group__inner-container .container .satisfaction .stars img {
  width: 168px;
  height: auto;
}
.ils-mont-fait-confiance .wp-block-group__inner-container .container .satisfaction .right {
  justify-items: left;
}
.ils-mont-fait-confiance .wp-block-group__inner-container .container .satisfaction .right span {
  text-align: right;
}
.ils-mont-fait-confiance .wp-block-group__inner-container .container .satisfaction .right p {
  text-align: left;
}
@media screen and (max-width: 800px) {
  .ils-mont-fait-confiance .wp-block-group__inner-container .container .satisfaction .right {
    justify-items: right;
  }
}
@media screen and (max-width: 800px) {
  .ils-mont-fait-confiance .wp-block-group__inner-container .container .satisfaction .left {
    width: 105px;
  }
}
.ils-mont-fait-confiance .wp-block-group__inner-container .container .temoignages-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-top: -16px;
}
@media screen and (max-width: 1200px) {
  .ils-mont-fait-confiance .wp-block-group__inner-container .container .temoignages-container {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
}
@media screen and (max-width: 800px) {
  .ils-mont-fait-confiance .wp-block-group__inner-container .container .temoignages-container {
    grid-template-columns: 1fr;
  }
}
.ils-mont-fait-confiance .wp-block-group__inner-container .container .temoignages-container .single-temoignage {
  padding: 24px;
  display: block;
  border: solid #1c1929 1px;
  border-radius: 8px;
  background: linear-gradient(104.3881377333deg, rgba(17, 13, 30, 0.1) 0%, rgba(255, 255, 255, 0.1) 49.5106369257%, rgba(17, 13, 30, 0.1) 100%);
}
.ils-mont-fait-confiance .wp-block-group__inner-container .container .temoignages-container .single-temoignage .single-temoignage-top {
  display: grid;
  grid-template-columns: 55px auto;
  column-gap: 10px;
  height: 55px;
  margin-bottom: 16px;
}
.ils-mont-fait-confiance .wp-block-group__inner-container .container .temoignages-container .single-temoignage .single-temoignage-top img {
  grid-row: 1/3;
  border-radius: 100%;
}
.ils-mont-fait-confiance .wp-block-group__inner-container .container .temoignages-container .single-temoignage .single-temoignage-top p:first-child {
  grid-row: 2/3;
}
.ils-mont-fait-confiance .wp-block-group__inner-container .container .temoignages-container .single-temoignage .single-temoignage-top p:nth-child(2) {
  grid-row: 1/2;
}
.ils-mont-fait-confiance .wp-block-group__inner-container .container .temoignages-container .single-temoignage .temoignage {
  color: rgba(255, 255, 255, 0.6);
}
.ils-mont-fait-confiance .wp-block-group__inner-container .container .slider {
  overflow: hidden;
  width: 100%;
  position: relative;
  display: flex;
  margin: 32px 0;
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 12.5%, black 87.5%, rgba(0, 0, 0, 0) 100%);
}
.ils-mont-fait-confiance .wp-block-group__inner-container .container .slider-container {
  display: flex;
  width: max-content;
  align-items: center;
  animation: slide 600s linear infinite;
}
.ils-mont-fait-confiance .wp-block-group__inner-container .container .slider-container img {
  width: auto;
  height: auto;
  max-height: 130px;
  margin-right: 20px;
  margin-right: 72px;
  object-fit: contain;
}
.ils-mont-fait-confiance .wp-block-group__inner-container .container .shadow {
  position: absolute;
  height: 100%;
  width: 80px;
  z-index: 5;
}
.ils-mont-fait-confiance .wp-block-group__inner-container .container .shadow:first-child {
  bottom: 0;
  left: 0;
  background: linear-gradient(-90deg, rgba(8, 5, 20, 0) 0%, #080514 91%, #080514 100%);
}
.ils-mont-fait-confiance .wp-block-group__inner-container .container .shadow:last-child {
  bottom: 0;
  right: 0;
  background: linear-gradient(90deg, rgba(8, 5, 20, 0) 0%, #080514 91%, #080514 100%);
}
@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-500%);
  }
}
.ils-mont-fait-confiance .wp-block-group__inner-container .glow-3 {
  top: -220px;
  left: -100px;
  position: absolute;
  z-index: -10;
  width: 777px;
  height: 1120px;
  transform: rotate(-110deg);
}

.projets {
  padding-bottom: 120px;
}
.projets .wp-block-group__inner-container {
  display: grid;
  justify-items: center;
  gap: 18px;
}
.projets .wp-block-group__inner-container .posts-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  row-gap: 18px;
  margin-top: 46px;
  max-width: 880px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .projets .wp-block-group__inner-container .posts-container {
    grid-template-columns: 1fr;
  }
}
.projets .wp-block-group__inner-container .posts-container .card-post {
  background: linear-gradient(#170d2b 0%, rgba(17, 13, 30, 0.5) 100%);
  padding: 12px 12px 18px 12px;
  border: solid rgba(244, 244, 244, 0.05) 1px;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 0px 0px;
  display: grid;
  gap: 18px;
  transition-duration: 1s;
  cursor: pointer;
}
.projets .wp-block-group__inner-container .posts-container .card-post .post-link {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}
.projets .wp-block-group__inner-container .posts-container .card-post img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}
.projets .wp-block-group__inner-container .posts-container .card-post .card-post-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.projets .wp-block-group__inner-container .posts-container .card-post .card-post-bottom h3 {
  font-size: 20px;
  max-width: 220px;
  text-transform: uppercase;
  font-style: italic;
  margin-top: 18px;
  margin-top: 0;
  z-index: 1;
}
.projets .wp-block-group__inner-container .posts-container .card-post .card-post-bottom .blur {
  position: absolute;
  left: -12px;
  width: 110px;
  height: 160px;
  z-index: 2;
}
.projets .wp-block-group__inner-container .posts-container .card-post .wp-block-button {
  border: none;
  box-shadow: rgba(130, 83, 231, 0) 0px 0px 0px 0px;
  padding: 0;
}
.projets .wp-block-group__inner-container .posts-container .card-post .wp-block-button a {
  display: flex;
  gap: 8px;
  font-size: 16px;
  margin-top: 0;
}
.projets .wp-block-group__inner-container .posts-container .card-post .wp-block-button a img {
  margin-top: 2px;
}
.projets .wp-block-group__inner-container .posts-container .hovered {
  background: linear-gradient(#170d2b 0%, rgba(84, 51, 152, 0.2) 100%);
  transition-duration: 1s;
}
.projets .wp-block-group__inner-container h2 {
  text-align: center;
}

.single-projet {
  display: block;
  gap: 120px;
  position: relative;
}
.single-projet .site-main {
  overflow: hidden;
  position: relative;
}
.single-projet .single {
  margin: auto;
  width: 80%;
  display: grid;
  gap: 120px;
  margin-top: 220px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .single-projet .single {
    gap: 48px;
    margin-top: 160px;
    width: 90%;
  }
}
.single-projet .single .retour {
  display: flex;
  gap: 10px;
}
.single-projet .single .retour a {
  text-decoration: none;
  font-weight: 400;
  font-style: italic;
  font-family: "Neue-Plak-Text-Italic", sans-serif;
  letter-spacing: 0;
}
.single-projet .single .retour a:first-child {
  display: flex;
  align-items: center;
}
.single-projet .single .retour .dashicons {
  width: 20px;
  height: 20px;
}
.single-projet .single .top-infos {
  padding-bottom: 0;
  padding-top: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  row-gap: 0;
}
@media screen and (max-width: 1200px) {
  .single-projet .single .top-infos {
    grid-template-columns: 1fr;
    grid-template-areas: "a  " " b " "c";
  }
}
.single-projet .single .top-infos h1 {
  grid-column: 1/2;
  grid-row: 1;
  font-style: italic;
}
@media screen and (max-width: 1200px) {
  .single-projet .single .top-infos h1 {
    margin-top: 72px;
    height: 150px;
    grid-area: a;
    grid-column: auto;
    grid-row: auto;
  }
}
.single-projet .single .top-infos .top-infos-1 {
  display: grid;
  gap: 64px;
  grid-area: c;
  grid-column: 1/2;
  grid-row: 2;
}
@media screen and (max-width: 1200px) {
  .single-projet .single .top-infos .top-infos-1 {
    grid-column: auto;
    grid-row: 3;
  }
}
.single-projet .single .top-infos .top-infos-1 .projet-details {
  padding-top: 64px;
  display: grid;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .single-projet .single .top-infos .top-infos-1 .projet-details {
    padding-top: 0;
  }
}
.single-projet .single .top-infos .top-infos-1 .projet-details div {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 10px 0;
}
.single-projet .single .top-infos .top-infos-1 .projet-details div p:first-child {
  color: rgba(255, 255, 255, 0.6);
}
.single-projet .single .top-infos .top-infos-1 .projet-details hr {
  background: rgba(244, 244, 244, 0.2);
  margin: 0;
  width: 100%;
}
.single-projet .single .top-infos .top-infos-2 {
  grid-area: b;
  grid-column: 2/3;
  grid-row: 1;
}
@media screen and (max-width: 1200px) {
  .single-projet .single .top-infos .top-infos-2 {
    grid-column: auto;
    grid-row: 2;
  }
}
.single-projet .single .top-infos .top-infos-2 .contexte {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .single-projet .single .top-infos .top-infos-2 .contexte {
    margin-bottom: 64px;
  }
}
.single-projet .single .top-infos .top-infos-2 .competences {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
}
.single-projet .single .top-infos .top-infos-2 .competences .competence {
  border: solid rgba(165, 165, 165, 0.3) 1px;
  padding: 10px;
  border-radius: 10px;
  background: linear-gradient(108deg, rgba(53, 46, 70, 0.2) 0%, rgba(47, 41, 66, 0) 100%);
}
.single-projet .single .content {
  display: grid;
  padding-top: 0;
  padding-bottom: 120px;
  gap: 48px;
}
@media screen and (max-width: 1000px) {
  .single-projet .single .content {
    padding-bottom: 48px;
  }
}
.single-projet .single .content .content-video {
  width: 100%;
  display: flex;
  height: calc( ((80vw/16) * 9) -20%);
}
.single-projet .single .content .content-video iframe {
  width: 100%;
  height: calc( (80vw/16) * 9);
}
.single-projet .single .content .content-img {
  padding: 120px 0;
  display: flex;
  justify-content: center;
  border-radius: 10px;
}
@media screen and (max-width: 1200px) {
  .single-projet .single .content .content-img {
    padding: 0;
  }
}
.single-projet .single .content img {
  width: 80%;
}
@media screen and (max-width: 1200px) {
  .single-projet .single .content img {
    width: 100%;
  }
}
.single-projet .single .content .images-additionnelles {
  display: grid;
  gap: 42px;
  justify-items: center;
}
@media screen and (max-width: 800px) {
  .single-projet .single .content .images-additionnelles {
    gap: 10px;
  }
}
.single-projet .single .content .images-additionnelles .image-additionnelle {
  max-width: 868px;
}
.single-projet .single .content .images-additionnelles .image-additionnelle img {
  width: 100%;
  height: auto;
}
.single-projet .single .content .images-additionnelles .large {
  max-width: 100%;
}
.single-projet .single .content .images-additionnelles .large img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1000px) {
  .single-projet footer hr {
    width: 100%;
  }
}
.single-projet .top-blur {
  top: -40px;
  left: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  width: 915px;
  height: 1000px;
  max-width: none;
}
@media screen and (max-width: 800px) {
  .single-projet .top-blur {
    top: 0;
  }
}

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