@charset "UTF-8";
/*!
Theme Name: Arthur Robitaille
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: arthur-robitaille
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.

Arthur Robitaille 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%;
}

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;
}

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

/* 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-face {
  font-family: "Gilroy-Medium";
  src: url("../arthur-robitaille/font/Gilroy-Medium.woff") format("woff");
}
@font-face {
  font-family: "Gilroy-Regular";
  src: url("../arthur-robitaille/font/Gilroy-Regular.woff") format("woff");
}
@font-face {
  font-family: "Gilroy-Bold";
  src: url("../arthur-robitaille/font/Gilroy-Bold.woff") format("woff");
}
.header-container .main-navigation ul li:last-child a {
  display: inline-block;
  padding: 0.85rem 2.5rem;
  font-size: 1rem;
  text-align: center;
  background-color: #F3EEE6;
  font-family: "Gilroy-Bold";
  color: #F3EEE6;
  transition: background-color 0.2s, color 0.2s;
  border-radius: 20px;
}
.header-container .main-navigation ul li:last-child a:hover {
  background-color: #000000;
}

h2 {
  font-family: "Gilroy-Bold";
}

p, a {
  font-family: "Gilroy-Regular";
}

.accueilGroupe {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10vh 10vw;
}
.accueilGroupe .wp-block-group__inner-container {
  width: 100%;
}
.accueilGroupe .intro-block {
  text-align: left;
  margin-bottom: 100px;
}
.accueilGroupe .intro-block .grParentSalutMoi .grSalutMoi {
  margin: 0 16%;
}
.accueilGroupe .intro-block .grParentSalutMoi .grSalutMoi .intro-lead {
  font-size: 1.1rem;
  color: #dbdbdb;
  font-weight: 400;
  margin-bottom: 0px;
  letter-spacing: 0.01em;
  text-align: center;
}
@media (min-width: 755px) {
  .accueilGroupe .intro-block .grParentSalutMoi .grSalutMoi .intro-lead {
    text-align: left;
  }
}
.accueilGroupe .intro-block .grParentSalutMoi .grSalutMoi h1 {
  color: #fff;
  font-size: 3.5rem;
  font-weight: 700;
  margin: 0 0 12px 0;
  letter-spacing: -1px;
  text-align: center;
}
.accueilGroupe .intro-block .grParentSalutMoi .grSalutMoi h1 .emoji {
  margin-left: 8px;
  font-size: 2.3rem;
}
.accueilGroupe .intro-block p {
  color: #fff;
  font-size: 1.3rem;
  margin-bottom: 14px;
}
.accueilGroupe .intro-block .tag-row {
  display: flex;
  gap: 16px;
  margin-bottom: 6px;
  justify-content: center;
}
.accueilGroupe .intro-block .tag-row .tag {
  color: #fff;
  padding: 7px 18px;
  font-weight: 600;
  border: none;
}
.accueilGroupe .intro-block .tag-row .tag a {
  cursor: initial;
  padding: 13px 35px !important;
}
.accueilGroupe .bento-box-grid {
  display: block;
  grid-template-columns: 40% 1fr 1fr 1fr;
  grid-template-rows: repeat(3, minmax(100px, auto));
  gap: 28px;
  background: #231914;
  border-radius: 36px;
  padding: 40px;
}
@media (min-width: 755px) {
  .accueilGroupe .bento-box-grid {
    display: grid;
  }
}
@media (min-width: 1900px) {
  .accueilGroupe .bento-box-grid {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.accueilGroupe .bento-box-grid .bento-card {
  border-radius: 20px;
  color: #fff;
  display: flex;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 500;
  min-height: 165px !important;
  transition: transform 0.18s;
  margin: 20px 0;
}
@media (min-width: 755px) {
  .accueilGroupe .bento-box-grid .bento-card {
    margin: inherit;
  }
}
.accueilGroupe .bento-box-grid .bento-card .wp-block-group__inner-container {
  display: flex;
  align-items: flex-end;
  padding: 15px;
}
.accueilGroupe .bento-box-grid .bento-card .wp-block-group__inner-container p {
  cursor: pointer;
  margin: 0;
  font-size: 2em;
}
.accueilGroupe .bento-box-grid .bento-card .wp-block-group__inner-container p a {
  font-family: "Gilroy-Bold";
  color: #3B2A22;
  text-decoration: none;
  text-shadow: 0px 0px 5px white, 0 0 20px white;
}

.accueilGroupe .bento-box-grid .bento-card:hover {
  transform: scale(1.01);
}
.accueilGroupe .bento-box-grid .photo {
  cursor: initial;
  grid-row: 1/span 3;
  grid-column: 1/2;
  overflow: hidden;
  padding: 0;
  min-height: 100%;
  font-size: 1.1rem;
  background: #1a1a1a;
}
.accueilGroupe .bento-box-grid .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.accueilGroupe .bento-box-grid .photo:hover {
  transform: inherit;
}
.accueilGroupe .bento-box-grid .description {
  cursor: initial;
  padding: 0 !important;
  grid-row: 1/2;
  grid-column: 2/5;
  background: #232323;
  text-align: left;
  justify-content: flex-start;
  flex-direction: column;
  padding: 20px 24px;
}
.accueilGroupe .bento-box-grid .description .wp-block-group__inner-container {
  flex-wrap: wrap;
}
.accueilGroupe .bento-box-grid .description p {
  font-size: 1em !important;
  text-align: center;
  width: 100%;
}
@media (min-width: 755px) {
  .accueilGroupe .bento-box-grid .description p {
    text-align: left;
  }
}
.accueilGroupe .bento-box-grid .description h1 {
  margin: 8px 0 0 0;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
}
@media (min-width: 755px) {
  .accueilGroupe .bento-box-grid .description h1 {
    font-size: 2.2rem;
    text-align: left;
  }
}
.accueilGroupe .bento-box-grid .description:hover {
  transform: inherit;
}
.accueilGroupe .bento-box-grid .me {
  grid-row: 2/3;
  grid-column: 2/3;
}
.accueilGroupe .bento-box-grid .projets {
  grid-row: 2/3;
  grid-column: 3/5;
  background-size: cover;
  background-position: center;
  width: 100%;
}
.accueilGroupe .bento-box-grid .apps {
  grid-row: 3/4;
  grid-column: 2/4;
}
.accueilGroupe .bento-box-grid .coupsdecoeur {
  grid-row: 3/4;
  grid-column: 4/5;
  position: relative;
  z-index: 1;
}
.accueilGroupe .bento-box-grid .coupsdecoeur::before {
  content: "";
  position: absolute;
  border-radius: 20px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none; /* laisse les clics passer */
}
.accueilGroupe .bento-box-grid .coupsdecoeur .wp-block-group__inner-container {
  z-index: 2;
}
@media (min-width: 755px) {
  .accueilGroupe .bento-box-grid .coupsdecoeur .wp-block-group__inner-container p {
    font-size: 1.5em;
  }
}
@media (max-width: 900px) {
  .accueilGroupe .bento-box-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 16px;
    padding: 16px;
  }
  .accueilGroupe .bento-box-grid .bento-card, .accueilGroupe .bento-box-grid .photo, .accueilGroupe .bento-box-grid .description, .accueilGroupe .bento-box-grid .me, .accueilGroupe .bento-box-grid .projets, .accueilGroupe .bento-box-grid .apps, .accueilGroupe .bento-box-grid .coupsdecoeur {
    grid-column: 1 !important;
    grid-row: auto !important;
    min-height: 90px;
    font-size: 1rem;
  }
  .accueilGroupe .bento-box-grid .photo, .accueilGroupe .bento-box-grid .description {
    min-height: 150px;
  }
}

.contact-section {
  text-align: center;
}
.contact-section h2 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 18px;
}
.contact-section p {
  color: #3B2A22;
  font-size: 1.1rem;
  margin-bottom: 32px;
}
.contact-section .contact-btn a {
  background-color: rgb(202, 144, 85);
  font-size: 1.1rem;
  font-weight: 600;
  padding: 14px 38px;
  transition: background 0.18s, transform 0.16s;
  cursor: pointer;
}
.contact-section .contact-btn a:hover {
  background: rgb(228, 144, 85);
  transform: scale(1.07);
}

@media (max-width: 980px) {
  .bento-section .bento-box-grid {
    padding: 22px;
    gap: 16px;
  }
  .bento-section .bento-box-grid .bento-card {
    min-width: 120px;
    min-height: 80px;
    font-size: 1rem;
  }
  .bento-section .intro-block h1 {
    font-size: 2rem;
  }
  .bento-section .contact-section h2 {
    font-size: 1.2rem;
  }
}
@media (max-width: 700px) {
  .bento-section {
    padding: 32px 0;
  }
  .bento-section .bento-box-grid {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 8px;
  }
  .bento-section .intro-block {
    margin-bottom: 28px;
  }
}
@font-face {
  font-family: "Gilroy-Medium";
  src: url("../arthur-robitaille/font/Gilroy-Medium.woff") format("woff");
}
@font-face {
  font-family: "Gilroy-Regular";
  src: url("../arthur-robitaille/font/Gilroy-Regular.woff") format("woff");
}
.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #231914;
  position: relative;
}
@media (max-width: 750px) {
  .header-container {
    padding: 10px;
  }
}
@media (min-width: 1900px) {
  .header-container {
    padding: 0 10%;
  }
}
.header-container .menu-logo-home {
  margin-left: 10px;
  display: inline-block;
  width: 35px;
  height: auto;
  vertical-align: middle;
  margin-right: 10px;
}
@media (min-width: 755px) {
  .header-container .menu-logo-home {
    margin-left: 30px;
  }
}
.header-container .menu-logo-home img {
  width: 45px;
}
.header-container .main-navigation {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  font-family: "Gilroy-Regular";
}
@media (min-width: 755px) {
  .header-container .main-navigation {
    display: block;
    padding: 20px 20px 20px 50px;
  }
}
.header-container .main-navigation.toggled .menu-toggle .menu-burger {
  display: none;
}
.header-container .main-navigation.toggled .menu-toggle .menu-close {
  display: flex;
}
.header-container .main-navigation .menu-toggle {
  display: block;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.header-container .main-navigation .menu-toggle .menu-burger {
  display: block;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.header-container .main-navigation .menu-toggle .menu-close {
  display: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.header-container .main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 30px;
  flex-direction: column;
  position: absolute;
  right: 0;
  width: 100%;
  padding: 10px 10px;
  top: 77px;
  z-index: 10;
  background-color: #231914;
}
@media (min-width: 755px) {
  .header-container .main-navigation ul {
    top: inherit;
  }
}
.header-container .main-navigation ul li {
  position: relative;
  text-align: center;
  padding: 10px 0;
}
@media (min-width: 755px) {
  .header-container .main-navigation ul li {
    padding: 0;
    text-align: left;
    margin-right: 60px;
  }
}
.header-container .main-navigation ul li .arrow-rotated::after {
  transform: rotate(180deg);
}
.header-container .main-navigation ul li:last-child a {
  font-family: "Gilroy-Bold";
}
@media (max-width: 755px) {
  .header-container .main-navigation ul li:last-child a {
    padding: 10px 20px !important;
  }
}
@media (min-width: 755px) {
  .header-container .main-navigation ul li:last-child {
    margin-left: auto;
    margin-right: 30px;
  }
}
.header-container .main-navigation ul li:last-child a {
  color: #BA7C5F;
  padding: 0px 20px;
}
@media (min-width: 755px) {
  .header-container .main-navigation ul li:last-child a {
    padding: 10px 32px;
    font-size: 16px;
  }
}
@media (min-width: 1100px) {
  .header-container .main-navigation ul li:last-child a {
    font-size: 18px;
  }
}
.header-container .main-navigation ul li a {
  display: block;
  text-decoration: none;
  color: white;
  padding: 10px 0;
  transition: color 0.3s ease;
  font-size: 1.2rem;
}
@media (min-width: 1100px) {
  .header-container .main-navigation ul li a {
    font-size: 20px;
  }
}
.header-container .main-navigation ul li a:hover {
  color: #7A5847;
}
.header-container .main-navigation ul li .sub-menu {
  position: static;
  background: transparent;
  box-shadow: none;
  min-width: 0;
  opacity: 1;
  max-height: 0;
  padding: 0 0 0 0;
  overflow: hidden;
  display: block;
  transition: max-height 0.4s cubic-bezier(0.46, 0.03, 0.52, 0.96), opacity 0.2s;
  pointer-events: none;
  background-color: #eeeeee;
}
@media (min-width: 755px) {
  .header-container .main-navigation ul li .sub-menu {
    background-color: transparent;
  }
}
.header-container .main-navigation ul li .sub-menu.open {
  max-height: 300px;
  opacity: 1;
  pointer-events: auto;
  animation: slideDown 0.3s;
}
.header-container .main-navigation ul li .sub-menu a {
  font-size: 1rem;
}
@media (min-width: 1100px) {
  .header-container .main-navigation ul li .sub-menu a {
    font-size: 20px;
  }
}
.header-container .main-navigation ul li:hover > ul {
  display: block;
}
.header-container .main-navigation li.menu-item-has-children:hover > .sub-menu {
  display: block;
  opacity: 1;
  pointer-events: auto;
  animation: none;
  max-height: none;
}
.header-container .main-navigation .menu-toggle {
  display: block;
  background-color: transparent;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 1.2rem;
  text-align: left;
  padding: 10px;
}
.header-container .main-navigation .menu-toggle:hover {
  color: #7282ff;
}
.header-container .main-navigation.toggled ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 755px) {
  .header-container .main-navigation.toggled ul {
    align-items: flex-start;
    flex-direction: row;
  }
}
@media screen and (min-width: 750px) {
  .header-container .main-navigation .menu-toggle {
    display: none;
  }
  .header-container .main-navigation ul {
    display: flex;
    align-items: center;
  }
}

@media screen and (min-width: 750px) {
  .header-container .menu-toggle {
    display: none;
  }
  .header-container .main-navigation ul {
    display: flex;
    flex-direction: row;
    position: static;
    background-color: transparent;
  }
}
.is-hidden {
  display: none !important;
}

.projects-page {
  background-color: #1A1310;
  padding: 1.25rem 3rem;
}
@media (min-width: 755px) {
  .projects-page {
    padding: 2rem 5rem;
  }
}
@media (min-width: 1100px) {
  .projects-page {
    padding: 3rem 15rem;
  }
}
@media (min-width: 1900px) {
  .projects-page {
    padding: 5rem 28rem;
  }
}
.projects-page__title {
  margin-block: clamp(2rem, 4vw, 4rem);
}
.projects-page__title h1 {
  font-family: "Gilroy-Bold", "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.05;
  font-size: clamp(2.5rem, 6vw, 5rem);
  margin: 0;
  color: #fff;
}
.projects-page__title h1:nth-of-type(2) {
  color: #F3EEE6;
}

.grilleColonneElement.is-layout-grid {
  display: grid !important;
  grid-template-columns: 25% 75%;
  column-gap: clamp(2rem, 4vw, 4rem);
}
@media (min-width: 755px) {#F3EEE6
  .grilleColonneElement.is-layout-grid {
    grid-template-columns: 20% 80%;
  }
}
@media (max-width: 755px) {
  .grilleColonneElement.is-layout-grid {
    grid-template-columns: 1fr;
  }
}
.grilleColonneElement.is-layout-grid > .wp-block-columns,
.grilleColonneElement.is-layout-grid > .wp-block-columns > .wp-block-column {
  display: block !important;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}

.colonneGauche,
.colonneDroitre {
  min-width: 0;
  width: 100%;
  max-width: 100%;
  flex: unset !important;
  display: block !important;
  box-sizing: border-box;
}
.colonneGauche > *,
.colonneDroitre > * {
  width: 100%;
  box-sizing: border-box;
}

.colonneGauche h3 {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-block: 0 1rem;
  color: #fff;
  text-align: left;
}
.colonneGauche .groupeBoutonFiltre {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: flex-start !important;
}
@media (max-width: 755px) {
  .colonneGauche .groupeBoutonFiltre {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.colonneGauche .groupeBoutonFiltre .wp-block-button {
  margin: 0;
}
.colonneGauche .groupeBoutonFiltre .wp-block-button__link,
.colonneGauche .groupeBoutonFiltre .filter-button {
  display: inline-block;
  padding: 0.4rem 1.2rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 600;
  background: #272727;
  color: #fff;
  border: 2px solid transparent;
  text-decoration: none;
  transition: background 0.25s, border-color 0.25s;
}
.colonneGauche .groupeBoutonFiltre .wp-block-button__link.is-active, .colonneGauche .groupeBoutonFiltre .wp-block-button__link:hover,
.colonneGauche .groupeBoutonFiltre .filter-button.is-active,
.colonneGauche .groupeBoutonFiltre .filter-button:hover {
  background: #BA7C5F;
  border-color: #7A5847;
}
.colonneGauche .groupeBoutonFiltre .filter-button[data-category=design] {
  background: #e42525;
}
.colonneGauche .groupeBoutonFiltre .filter-button[data-category=web] {
  background: #2960ff;
}
.colonneGauche .groupeBoutonFiltre .filter-button[data-category=strategie] {
  background: #5d23a8;
}
.colonneGauche .groupeBoutonFiltre .filter-button.is-active {
  background: #2960ff !important;
  border-color: #2960ff !important;
}

.colonneDroitre .projects-page__latest-posts {
  list-style: none;
  margin: 0;
  padding: 0;
}
.colonneDroitre .projects-page__latest-posts > li {
  padding: 1.7em 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 755px) {
  .colonneDroitre .projects-page__latest-posts > li {
    flex-direction: row;
    align-items: center;
    padding: 1.7em 0 1.7em 2em;
  }
}
@media (min-width: 1100px) {
  .colonneDroitre .projects-page__latest-posts > li {
    padding: 1.7em 0 1.7em 3em;
  }
}
@media (min-width: 1900px) {
  .colonneDroitre .projects-page__latest-posts > li {
    padding: 1.7em 0 1.7em 5em;
  }
}
.colonneDroitre .projects-page__latest-posts > li .wp-block-latest-posts__featured-image {
  aspect-ratio: 16/10;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border-radius: 0.75rem;
  flex: 0 0 auto;
}
@media (min-width: 755px) {
  .colonneDroitre .projects-page__latest-posts > li .wp-block-latest-posts__featured-image {
    width: 45%;
  }
}
@media (min-width: 1100px) {
  .colonneDroitre .projects-page__latest-posts > li .wp-block-latest-posts__featured-image {
    width: 70%;
  }
}
@media (min-width: 1900px) {
  .colonneDroitre .projects-page__latest-posts > li .wp-block-latest-posts__featured-image {
    width: 50%;
  }
}
.colonneDroitre .projects-page__latest-posts > li .wp-block-latest-posts__featured-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.colonneDroitre .projects-page__latest-posts > li .wp-block-latest-posts__featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s;
  display: block;
  border-radius: inherit;
}
.colonneDroitre .projects-page__latest-posts > li .wp-block-latest-posts__featured-image:hover img {
  transform: scale(1.04);
}
@supports not (aspect-ratio: 1/1) {
  .colonneDroitre .projects-page__latest-posts > li .wp-block-latest-posts__featured-image {
    position: relative;
    padding-bottom: 62.5%;
    height: 0;
  }
  .colonneDroitre .projects-page__latest-posts > li .wp-block-latest-posts__featured-image a, .colonneDroitre .projects-page__latest-posts > li .wp-block-latest-posts__featured-image img {
    position: absolute;
    inset: 0;
  }
}
.colonneDroitre .projects-page__latest-posts > li .wp-block-latest-posts__post-title {
  flex: 1 1 0;
  display: flex;
  align-items: flex-start;
  min-height: 2.2em;
  font-family: "Gilroy-Bold", sans-serif;
  font-weight: 700;
  font-size: 1.4em;
  line-height: 1.1;
  color: #fff;
  text-decoration: none;
  padding-top: 8px;
}
@media (min-width: 755px) {
  .colonneDroitre .projects-page__latest-posts > li .wp-block-latest-posts__post-title {
    font-size: 1.1em;
    padding-top: 0;
  }
}
@media (min-width: 1100px) {
  .colonneDroitre .projects-page__latest-posts > li .wp-block-latest-posts__post-title {
    font-size: 1.5em;
  }
}

.coupCoeur > li:nth-child(-n+3) .wp-block-latest-posts__featured-image {
  position: relative;
}
.coupCoeur > li:nth-child(-n+3) .wp-block-latest-posts__featured-image::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 8px;
  border-radius: 50%;
  white-space: pre-line;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  background: radial-gradient(circle at center, #d7b808, #d7a308);
  clip-path: polygon(50% 0%, 73% 21%, 98% 35%, 85% 60%, 79% 91%, 49% 87%, 21% 91%, 17% 63%, 2% 35%, 29% 21%);
}
.coupCoeur > li:nth-child(-n+3):nth-child(1) .wp-block-latest-posts__featured-image::after {
  content: "🥇\aGrand coup \a de cœur";
}
.coupCoeur > li:nth-child(-n+3):nth-child(2) .wp-block-latest-posts__featured-image::after {
  content: "🥈\a coup \a de cœur";
  background: radial-gradient(circle at center, #939393, #8a8a8a);
}
.coupCoeur > li:nth-child(-n+3):nth-child(3) .wp-block-latest-posts__featured-image::after {
  content: "🥉\a Coup \a de cœur";
  background: radial-gradient(circle at center, #be6206, #ab5611);
}

.boutonContacter a {
  border-radius: 0;
  background-color: #F3EEE6;
  color: #3B2A22;
  transition: background-color 0.3s ease;
}
.boutonContacter a:hover {
  background-color: rgb(61, 61, 61);
}

.titreSpectacle {
  padding: 0 10%;
}
@media (min-width: 1900px) {
  .titreSpectacle {
    padding: 0 15%;
  }
}
.titreSpectacle h1 {
  position: relative;
  font-size: 2em;
  padding-left: 15px;
  margin: 1.9em 0 0 0;
}
.titreSpectacle h1::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 12px;
  width: 6.5px;
  height: 24px;
  background: #2F7AE5;
}
@media (min-width: 755px) {
  .titreSpectacle h1 {
    margin-top: 1.5em;
    font-size: 2.8em;
  }
  .titreSpectacle h1::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 18px;
    width: 8px;
    height: 35px;
    background: #2F7AE5;
  }
}
@media (min-width: 1100px) {
  .titreSpectacle h1 {
    font-size: 3em;
  }
}
.titreSpectacle p {
  font-weight: bold;
  font-size: 1.5em;
  margin: 0;
  padding-left: 14px;
}
@media (min-width: 755px) {
  .titreSpectacle p {
    padding-left: 0px;
  }
}

.grIntroSpectacle {
  padding: 2em 10%;
  align-items: flex-start !important;
  flex-direction: column;
}
@media (min-width: 755px) {
  .grIntroSpectacle {
    flex-direction: row;
  }
}
@media (min-width: 1900px) {
  .grIntroSpectacle {
    padding: 2em 15%;
  }
}
.grIntroSpectacle .GrImageSpectacle {
  position: relative;
}
.grIntroSpectacle .GrImageSpectacle .ZoneACF .wp-block-group__inner-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.grIntroSpectacle .GrImageSpectacle .ZoneACF .wp-block-group__inner-container .acf-sous-groupe {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1em;
  flex: 0 1 auto;
  min-width: 120px;
  max-width: 220px;
  padding: 0px 3em 0px 0;
  box-sizing: border-box;
}
.grIntroSpectacle .GrImageSpectacle .ZoneACF .wp-block-group__inner-container .acf-sous-groupe:first-child {
  padding-left: 0;
}
.grIntroSpectacle .GrImageSpectacle .ZoneACF .wp-block-group__inner-container .acf-sous-groupe:last-child {
  padding-right: 0;
}
.grIntroSpectacle .GrImageSpectacle .ZoneACF .wp-block-group__inner-container .acf-groupe-label {
  font-weight: bold;
  margin-bottom: 0.2em;
  text-transform: none !important;
  white-space: nowrap;
}
.grIntroSpectacle .GrImageSpectacle .ZoneACF .wp-block-group__inner-container .acf-groupe-valeur {
  white-space: nowrap;
  /* Si jamais certaines valeurs peuvent être longues, tu peux ajouter overflow hidden, etc. */
  text-overflow: ellipsis;
}
.grIntroSpectacle .GrImageSpectacle .prixSpectacle {
  position: absolute;
  top: -20px;
  width: 130px;
  height: 130px;
  background: #ffe88e;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 10;
  transform: scale(0.3) rotate(45deg);
  transition: transform 0.35s cubic-bezier(0.4, 2, 0.6, 1), box-shadow 0.3s;
  cursor: pointer;
}
.grIntroSpectacle .GrImageSpectacle .prixSpectacle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 130px;
  height: 130px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(255, 232, 142, 0.35);
  box-shadow: 0 0 0 0 rgba(255, 232, 142, 0.4);
  opacity: 0.7;
  pointer-events: none;
  z-index: -1;
  animation: radar-wave 3s cubic-bezier(0.4, 2, 0.6, 1) infinite;
}
.grIntroSpectacle .GrImageSpectacle .prixSpectacle p {
  opacity: 0;
  transition: opacity 0.35s 0.1s;
  margin: 0;
  color: #222;
  font-size: 0.8rem;
  font-family: "gilroy-bold";
  text-align: center;
  padding: 0 20px;
  pointer-events: none;
  user-select: none;
}
.grIntroSpectacle .GrImageSpectacle .prixSpectacle:hover,
.grIntroSpectacle .GrImageSpectacle .prixSpectacle:focus,
.grIntroSpectacle .GrImageSpectacle .prixSpectacle:active {
  transform: scale(1) rotate(0deg);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.18);
}
.grIntroSpectacle .GrImageSpectacle .prixSpectacle:hover p,
.grIntroSpectacle .GrImageSpectacle .prixSpectacle:focus p,
.grIntroSpectacle .GrImageSpectacle .prixSpectacle:active p {
  opacity: 1;
}
.grIntroSpectacle .GrImageSpectacle .prixSpectacle.open {
  transform: scale(1) rotate(0deg);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.18);
}
.grIntroSpectacle .GrImageSpectacle .prixSpectacle.open p {
  opacity: 1;
}
.grIntroSpectacle .prixUn {
  right: -35px;
}
.grIntroSpectacle .prixDeux {
  right: 27px;
}
.grIntroSpectacle .prixTrois {
  right: 90px;
}
@keyframes radar-wave {
  0% {
    opacity: 0.7;
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 0 0 0 rgba(255, 232, 142, 0.3);
  }
  70% {
    opacity: 0.25;
    transform: translate(-50%, -50%) scale(1.8);
    box-shadow: 0 0 16px 12px rgba(255, 232, 142, 0.1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2.1);
    box-shadow: 0 0 24px 18px rgba(255, 232, 142, 0);
  }
}
.grIntroSpectacle .GrInfoSpectacle {
  width: 88%;
}
@media (min-width: 755px) {
  .grIntroSpectacle .GrInfoSpectacle {
    padding-left: 5vw;
    width: 80%;
  }
}
@media (min-width: 1900px) {
  .grIntroSpectacle .GrInfoSpectacle {
    padding-right: 10vw;
  }
}
.grIntroSpectacle .GrInfoSpectacle .GrInfoSpec {
  padding: 1em 0;
}
@media (min-width: 755px) {
  .grIntroSpectacle .GrInfoSpectacle .GrInfoSpec {
    padding: 1.5em 0;
  }
}
.grIntroSpectacle .GrInfoSpectacle .GrDisponibilite h3 {
  position: relative;
  padding-left: 15px;
  padding-bottom: 3px;
  font-size: 1em;
  font-family: "Gilroy-Medium";
}
.grIntroSpectacle .GrInfoSpectacle .GrDisponibilite h3::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 2px;
  width: 6px;
  height: 20px;
}
.grIntroSpectacle .GrInfoSpectacle .GrDisponibilite .wp-block-button a {
  padding: 0.35rem 2rem;
}

.premiereReserverDate {
  padding: 0em 10% 2em 10%;
  justify-content: flex-start;
}
@media (min-width: 1900px) {
  .premiereReserverDate {
    padding: 0em 15% 2em 15%;
  }
}
.premiereReserverDate p {
  margin-bottom: 9px;
}

.videoSpectacle {
  padding: 0 10%;
}
@media (min-width: 1900px) {
  .videoSpectacle {
    padding: 0 25%;
  }
}
.videoSpectacle h2 {
  font-size: 2.7em;
  position: relative;
}
.videoSpectacle h2::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 0.3em;
  width: 10px;
  height: 38px;
  background: #2F7AE5;
}
.videoSpectacle .wp-block-group__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained {
  display: flex;
  flex-direction: column;
  padding: 2.5rem 1rem 3rem 1rem;
  max-width: 900px;
  margin: 0 auto 40px auto;
}
.videoSpectacle .wp-block-group__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained figure {
  padding-bottom: 25px;
}
.videoSpectacle .wp-block-group__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained .wp-block-embed {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
}
.videoSpectacle .wp-block-group__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained .wp-block-embed .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.videoSpectacle .wp-block-group__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained .wp-block-embed .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  background: #000;
}
@media (max-width: 950px) {
  .videoSpectacle .wp-block-group__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained {
    max-width: 98vw;
  }
  .videoSpectacle .wp-block-group__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained .wp-block-embed {
    max-width: 98vw;
    border-radius: 10px;
  }
  .videoSpectacle .wp-block-group__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained .wp-block-embed .wp-block-embed__wrapper {
    border-radius: 10px;
  }
  .videoSpectacle .wp-block-group__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained .wp-block-heading {
    font-size: 1.4rem;
  }
}

.photoSepctacle {
  padding: 0 10%;
}
.photoSepctacle h2 {
  font-size: 2.7em;
  position: relative;
  padding-left: 15px;
}
.photoSepctacle h2::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 16px;
  width: 10px;
  height: 32px;
  background: #2F7AE5;
}

.temoignageSpectacle {
  padding: 100px 10% 0 10%;
}
@media (min-width: 1100px) {
  .temoignageSpectacle {
    padding: 100px 15% 0 15%;
  }
}
@media (min-width: 1900px) {
  .temoignageSpectacle {
    padding: 100px 20% 0 20%;
  }
}
.temoignageSpectacle h2 {
  padding-bottom: 20px;
}
.temoignageSpectacle .grcitation {
  padding: 3em 5%;
}
@media (min-width: 1100px) {
  .temoignageSpectacle .grcitation {
    padding: 3em 10%;
  }
}
@media (min-width: 1900px) {
  .temoignageSpectacle .grcitation {
    padding: 3em 18%;
  }
}
.temoignageSpectacle .grcitation .citationIndv {
  padding: 0 10% 20px 10%;
}
@media (min-width: 1900px) {
  .temoignageSpectacle .grcitation .citationIndv {
    padding: 0 15% 20px 15%;
  }
}
.temoignageSpectacle .grcitation .citationIndv .citation {
  line-height: 2em;
  margin-bottom: 5px;
}
.temoignageSpectacle .grcitation .citationIndv .auteurTemoignage {
  margin-top: 0;
  font-weight: lighter;
}
@media (min-width: 755px) {
  .temoignageSpectacle .grcitation .citationIndv .auteurTemoignage {
    padding-left: 50%;
  }
}

.GroupeGenTournee {
  padding: 3em 10% 0 10%;
}
@media (min-width: 755px) {
  .GroupeGenTournee {
    padding: 3em 10% 0 10%;
  }
}
@media (min-width: 1900px) {
  .GroupeGenTournee {
    padding: 3em 25% 0 25%;
  }
}
.GroupeGenTournee h2 {
  font-size: 1.2em;
  margin-bottom: 15px;
  font-family: "Gilroy-Medium";
}
.GroupeGenTournee .GrTournee {
  margin-bottom: 3em;
  border-top: 1px solid #1A1A1A;
  border-bottom: 1px solid #1A1A1A;
}
.GroupeGenTournee .GrTournee:nth-last-of-type(1) {
  margin-bottom: 15px;
}
.GroupeGenTournee .GrTournee .titreTournee {
  padding: 10px 0;
}
.GroupeGenTournee .GrTournee .titreTournee h2 {
  font-size: 2em;
  font-family: "Gilroy-Medium";
}
.GroupeGenTournee .GrTournee .titreTournee .moinsPlus {
  text-align: center;
  background-color: #f3f9ff;
  border-radius: 100%;
  width: 44px;
  height: 44px;
  transition: background-color 0.3s ease;
}
.GroupeGenTournee .GrTournee .titreTournee .moinsPlus:hover {
  cursor: pointer;
}
.GroupeGenTournee .GrTournee .GrdateTournee {
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0 5%;
}
@media (min-width: 755px) {
  .GroupeGenTournee .GrTournee .GrdateTournee {
    justify-content: center;
  }
}
@media (min-width: 1100px) {
  .GroupeGenTournee .GrTournee .GrdateTournee {
    margin: 0 auto;
  }
}
.GroupeGenTournee .GrTournee .GrdateTournee.is-open {
  max-height: 2000px;
}
.GroupeGenTournee .GrTournee .GrdateTournee .date {
  margin-bottom: 1.5em;
}
@media (min-width: 755px) {
  .GroupeGenTournee .GrTournee .GrdateTournee .date {
    padding-right: 40px;
  }
}
.GroupeGenTournee .GrTournee .GrdateTournee .date p {
  margin: 0;
  font-size: clamp(1rem, 2.5vw, 1rem);
  padding-bottom: 10px;
}
@media (min-width: 755px) {
  .GroupeGenTournee .GrTournee .GrdateTournee .date p {
    font-size: 1em;
  }
}

.reserveDate {
  padding: 0em 10% 2em 10%;
  justify-content: flex-start !important;
  flex-wrap: wrap !important;
}
@media (min-width: 1900px) {
  .reserveDate {
    padding: 0em 25% 4em 25%;
  }
}
@media (min-width: 755px) {
  .reserveDate .wp-block-button {
    padding-left: 3em;
  }
}
.GroupeApropos {
  padding: 3em 10% 0 10%;
}
.GroupeApropos .sousGrApropos {
  padding: 10%;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (min-width: 755px) {
  .GroupeApropos .sousGrApropos {
    flex-wrap: nowrap;
  }
}
.GroupeApropos .ApropoArtiste {
  padding-right: 3em;
}
.GroupeApropos .wp-block-gallery img {
  width: 34px !important;
}

.GroupeInfosAddtionnelle {
  padding: 3em 10%;
}
@media (min-width: 755px) {
  .GroupeInfosAddtionnelle {
    padding: 7em 10% 0 10%;
  }
}
.GroupeInfosAddtionnelle .wp-block-group {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (min-width: 755px) {
  .GroupeInfosAddtionnelle .wp-block-group {
    flex-wrap: nowrap;
    justify-content: space-around;
  }
}
.GroupeInfosAddtionnelle .wp-block-group .wp-block-group {
  padding-bottom: 25px;
}
@media (min-width: 755px) {
  .GroupeInfosAddtionnelle .wp-block-group .wp-block-group {
    padding-bottom: 0;
  }
}
.GroupeInfosAddtionnelle .wp-block-group .dossierPrepa {
  text-decoration: underline;
}
.GroupeInfosAddtionnelle .wp-block-group .dossierPrepa::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 17px;
  margin-right: 8px;
  background: url('data:image/svg+xml;utf8,<svg width="17" height="14" viewBox="0 0 17 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.7275 16.5517L19.3569 6.87326H3.62943L0 16.5517H15.7275ZM2.41962 5.66345L0 16.5517V0.824219H5.44414L7.86375 3.24384H15.7275V5.66345H2.41962Z" fill="black"/></svg>') no-repeat center/contain;
}
.GroupeInfosAddtionnelle .wp-block-group .dossierPrepa::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 16px;
  margin-left: 8px;
  position: relative;
  top: 3px;
  background: url('data:image/svg+xml;utf8,<svg width="20" height="16" viewBox="0 0 20 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.2097 0.3871L11.2929 0.292892C11.6534 -0.0675907 12.2206 -0.0953197 12.6129 0.209705L12.7071 0.292892L19.7071 7.29289L19.7485 7.33685L19.8037 7.40469L19.8753 7.51594L19.9288 7.62866L19.9642 7.73401L19.9931 7.8819L20 8L19.9972 8.07524L19.9798 8.20073L19.9503 8.31214L19.9063 8.42322L19.854 8.52071L19.7803 8.62545L19.7071 8.70711L12.7071 15.7071C12.3166 16.0976 11.6834 16.0976 11.2929 15.7071C10.9324 15.3466 10.9047 14.7794 11.2097 14.3871L11.2929 14.2929L16.584 9H1C0.447715 9 0 8.55228 0 8C0 7.44772 0.447715 7 1 7H16.586L11.2929 1.70711C10.9324 1.34662 10.9047 0.779392 11.2097 0.3871Z" fill="black"/></svg>') no-repeat center/contain;
}
.groupePartenaire {
  padding: 10vw 10% 0 10%;
}
@media (min-width: 1900px) {
  .groupePartenaire {
    padding: 9vw 15% 0 15%;
  }
}
.groupePartenaire h2 {
  position: relative;
  font-size: 2em;
}
.groupePartenaire .imagePartenaire {
  margin: 0 auto;
  width: 100%;
}
.groupePartenaire .imagePartenaire .galleriePartenaire {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.groupePartenaire .imagePartenaire .galleriePartenaire figure {
  max-width: 150px !important;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
}
@media (min-width: 755px) {
  .groupePartenaire .imagePartenaire .galleriePartenaire figure {
    height: 80px;
  }
}
@media (min-width: 1100px) {
  .groupePartenaire .imagePartenaire .galleriePartenaire figure {
    height: 90px;
  }
}
@media (min-width: 1900px) {
  .groupePartenaire .imagePartenaire .galleriePartenaire figure {
    height: 100px;
  }
}
.groupePartenaire .imagePartenaire .galleriePartenaire img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  background: transparent;
  transition: filter 0.2s;
}
.groupePartenaire .imagePartenaire .galleriePartenaire .size-thumbnail {
  max-width: 100px !important;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 755px) {
  .groupePartenaire .imagePartenaire .galleriePartenaire .size-thumbnail {
    height: 80px;
  }
}
@media (min-width: 1100px) {
  .groupePartenaire .imagePartenaire .galleriePartenaire .size-thumbnail {
    height: 90px;
  }
}
@media (min-width: 1900px) {
  .groupePartenaire .imagePartenaire .galleriePartenaire .size-thumbnail {
    height: 100px;
  }
}

.PageApplications {
  background: #111;
  color: #fff;
  max-width: 100%;
  padding: 40px 0;
}
.PageApplications > .wp-block-group__inner-container {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 10%;
}
@media (min-width: 755px) {
  .PageApplications > .wp-block-group__inner-container {
    max-width: 800px;
    padding: 0 10%;
  }
}
@media (min-width: 1100px) {
  .PageApplications > .wp-block-group__inner-container {
    max-width: 1000px;
    padding: 0 5%;
  }
}
@media (min-width: 1900px) {
  .PageApplications > .wp-block-group__inner-container {
    max-width: 1200px;
  }
}
.PageApplications .groupeTitreCompetence p {
  margin-bottom: 0px;
}
.PageApplications .groupeTitreCompetence h1 {
  font-size: 3em;
  margin: 0;
}
.PageApplications .groupeTitreCompetence .texteRouge {
  color: #BA7C5F !important;
  font-weight: 700;
  font-size: 1.15rem;
  margin-top: -8px;
  margin-bottom: 32px;
}
.PageApplications .GroupeCategorieApplication {
  margin-top: 48px;
  margin-bottom: 48px;
}
.PageApplications .GroupeCategorieApplication .wp-block-heading {
  color: #CA804C;
  font-size: 2rem;
  margin-bottom: 28px;
}
.PageApplications .GroupeListeApplication {
  display: flex;
  flex-direction: column;
  gap: 38px;
  margin-bottom: 36px;
}
.PageApplications .GroupeApplication {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 28px;
  width: 100%;
  background: transparent;
  padding: 30px 0;
}
@media (min-width: 755px) {
  .PageApplications .GroupeApplication {
    padding: 20px 0;
  }
}
.PageApplications .GroupeApplication .wp-block-image {
  min-width: 70px;
  margin: 0;
}
@media (min-width: 755px) {
  .PageApplications .GroupeApplication .wp-block-image {
    align-self: center;
  }
}
.PageApplications .GroupeApplication .wp-block-image img {
  display: block;
}
.PageApplications .GroupeApplication .groupeDroitApplicatin {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.PageApplications .GroupeApplication .groupeDroitApplicatin p {
  font-weight: 500;
  font-size: 1.08rem;
  margin-bottom: 6px;
}
.PageApplications .barreProgressionGrise {
  position: relative;
  width: 100%;
  height: 12px;
  border-radius: 8px;
  background: #323236 !important;
  margin-top: 4px;
  margin-bottom: 5px;
  overflow: hidden;
}
.PageApplications .barreProgressionGrise::after {
  content: "";
  display: block;
  height: 100%;
  width: 0;
  background: #BA7C5F;
  border-radius: 8px;
  transition: width 0.6s cubic-bezier(0.77, 0, 0.18, 1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.PageApplications .groupeBoitePourquoi {
  position: relative;
  margin-top: 6px;
}
.PageApplications .groupeBoitePourquoi .boutonPourquoi {
  margin-bottom: 0;
}
.PageApplications .groupeBoitePourquoi .boutonPourquoi .wp-block-button__link {
  background: #222;
  color: #fff;
  border-radius: 22px;
  font-size: 0.95rem;
  padding: 4px 20px;
  font-weight: 600;
  border: 1px solid #CA804C;
  transition: background 0.2s, color 0.2s;
  box-shadow: 0 2px 10px rgba(17, 34, 51, 0.0666666667);
}
.PageApplications .groupeBoitePourquoi .boutonPourquoi .wp-block-button__link:hover {
  background: #CA804C;
  color: #fff;
}
.PageApplications .groupeBoitePourquoi .texteFlottantPourquoi {
  display: none;
  position: absolute;
  left: 0;
  top: 36px;
  min-width: 350px;
  max-width: 380px;
  background: #1c1e22;
  color: #fff;
  border: 1px solid #E9D8C3;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(17, 34, 51, 0.5333333333);
  padding: 18px 20px 14px 20px;
  font-size: 1rem;
  z-index: 30;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}
@media (min-width: 755px) {
  .PageApplications .groupeBoitePourquoi .texteFlottantPourquoi {
    min-width: 500px;
    max-width: 580px;
  }
}
.PageApplications .groupeBoitePourquoi .wp-block-button__link:focus + .texteFlottantPourquoi,
.PageApplications .groupeBoitePourquoi .wp-block-button__link:hover + .texteFlottantPourquoi {
  display: block;
  opacity: 1;
  pointer-events: auto;
}
.PageApplications .groupeBoitePourquoi:hover .texteFlottantPourquoi {
  display: block;
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 600px) {
  .PageApplications {
    padding: 20px 0;
  }
  .PageApplications .GroupeApplication {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .PageApplications .barreProgressionGrise {
    height: 8px;
  }
}
.barreProgressionGrise.photoshop::after {
  width: 95% !important;
}

.barreProgressionGrise.illustrator::after {
  width: 56%;
}

.barreProgressionGrise.figma::after {
  width: 56%;
}

.barreProgressionGrise.canva::after {
  width: 95%;
}

.barreProgressionGrise.chatgpt::after {
  width: 95% !important;
}

.barreProgressionGrise.ppt::after {
  width: 97%;
}

.barreProgressionGrise.word::after {
  width: 98%;
}

.barreProgressionGrise.excel::after {
  width: 80%;
}

.barreProgressionGrise.jira::after {
  width: 70%;
}

.barreProgressionGrise.wordpress::after {
  width: 98% !important;
}

.barreProgressionGrise.html::after {
  width: 100%;
}

.barreProgressionGrise.css::after {
  width: 96%;
}

.barreProgressionGrise.javascript::after {
  width: 70%;
}

.barreProgressionGrise.csharp::after {
  width: 33% !important;
}

.barreProgressionGrise.premierepro::after {
  width: 70%;
}

.barreProgressionGrise.aftereffect::after {
  width: 66%;
}

.barreProgressionGrise.blender::after {
  width: 10%;
}

.barreProgressionGrise.unity::after {
  width: 60%;
}

/* Ajoute autant de classes que nécessaire pour chaque app */
h2 {
  font-size: 3.5rem;
  margin: 0;
}

.GrQuisuisje {
  padding: 0 10%;
  background: #1A1310;
  color: #fff;
  min-height: 100vh;
}
@media (min-width: 1900px) {
  .GrQuisuisje {
    padding: 0 20%;
  }
}
.GrQuisuisje .wp-block-group__inner-container {
  max-width: 100%;
  padding: 10vh 0;
}
.GrQuisuisje .wp-block-group__inner-container .wp-block-group__inner-container {
  padding: inherit;
}

@media (max-width: 755px) {
  .wp-block-heading.has-text-align-center {
    font-size: 2.5em;
  }
}
.wp-block-heading.has-text-align-center.titreEtudeSection {
  color: #F3EEE6;
}

.TitreEtude .wp-block-heading {
  color: #F3EEE6;
}

.GrGenMoi h1 {
  font-size: 3.5em;
  font-weight: bold;
  color: #fff;
  margin-bottom: 50px;
}
.GrGenMoi .grMoi {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}
@media (min-width: 1100px) {
  .GrGenMoi .grMoi {
    flex-wrap: nowrap !important;
  }
}
.GrGenMoi .grMoi > .wp-block-image {
  max-width: 45%;
  min-width: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.GrGenMoi .grMoi > .wp-block-group {
  max-width: 80%;
  display: flex;
  align-items: center;
}
@media (min-width: 1100px) {
  .GrGenMoi .grMoi > .wp-block-group {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
.GrGenMoi .grMoi p {
  align-self: flex-start;
  margin-top: 0;
  display: flex;
  align-self: flex-start;
  line-height: 1.75;
}
@media (min-width: 1100px) {
  .GrGenMoi .grMoi p {
    padding-left: 40px;
    font-size: 1.1em;
  }
}
.GrGenMoi .grMoi .wp-block-image {
  align-self: flex-start;
}
.GrGenMoi .grMoi .wp-block-image img {
  border-radius: 10px !important;
  width: 100%;
  max-width: 350px;
  display: block;
  margin: 0 auto 20px auto;
}
@media (min-width: 1100px) {
  .GrGenMoi .grMoi .wp-block-image img {
    max-width: 500px;
    margin-bottom: 0px;
  }
}
@media (min-width: 1900px) {
  .GrGenMoi .grMoi .wp-block-image img {
    max-width: 600px;
  }
}

.sectionExperience {
  padding-top: 77px;
}
.sectionExperience .grTexteExperience {
  margin-bottom: 30px;
}
.sectionExperience .grTexteExperience p {
  margin-top: 0;
  color: #c5c7cb;
}
.sectionExperience .grGenExpe {
  padding: 10px 0;
}
.sectionExperience .grGenExpe.is-open {
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.28);
}
.sectionExperience .grGenExpe .ExperienceIndv {
  background: #271E16;
  border-radius: 18px;
  margin-bottom: 28px;
  padding: 0;
  overflow: hidden;
  transition: box-shadow 0.25s;
  position: relative;
  gap: 0;
}
@media (min-width: 755px) {
  .sectionExperience .grGenExpe .ExperienceIndv {
    gap: inherit;
    padding: 5px 0;
  }
}
.sectionExperience .grGenExpe .ExperienceIndv:hover {
  background: rgba(73, 56, 41, 0.05);
}
.sectionExperience .grGenExpe .InfoTopExperience {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  cursor: pointer;
  padding: 1.3em 1.8em 1.3em 1.6em;
  user-select: none;
  background: none;
  transition: background 0.2s;
}
.sectionExperience .grGenExpe .InfoTopExperience p:first-child {
  font-size: 1.25em;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.01em;
  margin: 0;
}
.sectionExperience .grGenExpe .InfoTopExperience p:last-child {
  font-size: 0.8em;
  padding: 2px 18px;
  background: #F3EEE6;
  color: black;
  border-radius: 8px;
  text-align: right;
  margin-left: 18px;
  margin: 0;
}
@media (min-width: 755px) {
  .sectionExperience .grGenExpe .InfoTopExperience p:last-child {
    text-align: center;
    font-size: 1em;
  }
}
.sectionExperience .grGenExpe .ExperienceIndv .wp-block-group__inner-container {
  padding: 0 2em 1.4em 2em;
  display: none;
  animation: fadeInDown 0.5s;
}
.sectionExperience .grGenExpe .ExperienceIndv.is-open .wp-block-group__inner-container {
  display: block;
  animation: fadeInDown 0.7s cubic-bezier(0.21, 0.8, 0.32, 1.02);
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.logicielUtilise {
  margin-top: 18px;
}
.logicielUtilise > p {
  font-size: 0.97em;
  font-weight: 600;
  color: #c5c7cb;
  margin-bottom: 10px;
}
.logicielUtilise .listeLogiciels {
  display: flex;
  gap: 14px;
  margin: 0;
  align-items: center;
}
.logicielUtilise .listeLogiciels figure {
  flex-grow: 0 !important;
  width: inherit !important;
}
.logicielUtilise .listeLogiciels figure img {
  width: 35px !important;
  height: 35px !important;
  object-fit: contain;
  background: transparent;
  border-radius: 7px;
  box-shadow: none;
}

.GrMesEtudes {
  padding: 50px 0;
}

.TitreEtude p {
  margin-bottom: 0;
}

.GrTouteExperience {
  margin-top: 2em;
  display: flex;
  flex-direction: column;
  gap: 34px;
}
@media (min-width: 1100px) {
  .GrTouteExperience {
    margin: 0 20%;
  }
}
@media (min-width: 1900px) {
  .GrTouteExperience {
    margin: 0 25%;
  }
}
.GrTouteExperience .EcoleExperience {
  background: #271E16;
  border-radius: 18px;
  padding: 3em 2.2em;
  margin-bottom: 0;
  position: relative;
}
.GrTouteExperience .EcoleExperience .wp-block-group__inner-container {
  padding: 0;
}
.GrTouteExperience .EcoleExperience:not(:last-child) .wp-block-group__inner-container::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
  width: 4px;
  height: 48px;
  background: #1A1A1A;
  z-index: 1;
}
.GrTouteExperience .EcoleExperience h2 {
  font-size: 1.6em;
  color: #F3EEE6;
  margin: 10px 0 14px 0;
  font-weight: 700;
}
.GrTouteExperience .EcoleExperience .dateEtudes {
  display: inline-block;
  font-size: 1em;
  background: #E9D8C3;
  margin: 0 6px 0 0;
  padding: 2px 9px;
  color: black;
  border-radius: 9px;
  font-weight: 500;
  min-width: 140px;
  text-align: center;
}
.GrTouteExperience .EcoleExperience .dateEtudes.enCours {
  color: #fff;
  background: #F3EEE6;
}
.GrTouteExperience .EcoleExperience .descEtude {
  color: #c5c7cb;
  font-size: 1.04em;
  line-height: 1.8;
  margin-bottom: 0;
}

.groupeLoisir {
  margin-top: 5em;
}
.groupeLoisir .h2 {
  font-size: 3.5em;
  font-weight: bold;
  margin-bottom: 0;
  color: #fff;
}
@media (max-width: 755px) {
  .groupeLoisir .h2 {
    font-size: 2.5em;
  }
}
.groupeLoisir p {
  margin-top: -10px;
  color: #c5c7cb;
  font-size: 1em;
  margin-bottom: 28px;
}
.groupeLoisir .groupeBtLoisir {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
  margin-top: 16px;
}
.groupeLoisir .boutonLoisir {
  display: inline-block;
  padding: 6px 20px 6px 20px;
  font-size: 1.13em;
  font-weight: 600;
  border-radius: 26px;
  border: 1px solid #31323a;
  background: transparent;
  color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1333333333);
  margin: 0 8px 14px 0;
  color: white;
  transition: all 0.18s;
}
.groupeLoisir .boutonLoisir:nth-child(1) {
  border-color: #1e4bd1;
  background-color: rgba(30, 75, 209, 0.15);
}
.groupeLoisir .boutonLoisir:nth-child(2) {
  border-color: #15b2a3;
  background-color: rgba(21, 178, 163, 0.15);
}
.groupeLoisir .boutonLoisir:nth-child(3) {
  border-color: #ffe671;
  background-color: rgba(255, 230, 113, 0.15);
}
.groupeLoisir .boutonLoisir:nth-child(4) {
  border-color: #3272c7;
  background-color: rgba(50, 114, 199, 0.15);
}
.groupeLoisir .boutonLoisir:nth-child(5) {
  border-color: #45bac4;
  background-color: rgba(69, 186, 196, 0.15);
}
.groupeLoisir .boutonLoisir:nth-child(6) {
  border-color: #d754ff;
  background-color: rgba(215, 84, 255, 0.15);
}
.groupeLoisir .boutonLoisir:nth-child(7) {
  border-color: #BA7C5F;
  background-color: rgba(186, 124, 95, 0.15);
}

.groupeLoisir .boutonLoisir:nth-child(8) {
  border-color: #6F55E4;
  background-color: rgba(111, 85, 228, 0.15);
}
.groupeLoisir .boutonLoisir:nth-child(9) {
  border-color: #E49055;
  background-color: rgba(228, 144, 85, 0.15);
}
.groupeLoisir .boutonLoisir:hover, .groupeLoisir .boutonLoisir:focus {
  background: rgba(255, 255, 255, 0.06);
  filter: brightness(1.07);
}

.GrParentArticle {
  background: #1A1310;
  padding: 10vh 10vw;
  font-family: "Gilroy-Regular", Arial, sans-serif;
  color: #c5c7cb;
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 1900px) {
  .GrParentArticle {
    padding: 10vh 20vw;
  }
}
.GrParentArticle .wp-block-group__inner-container {
  width: 100%;
}

.grArticleImgTexte {
  display: flex;
  flex-wrap: nowrap;
  gap: 3rem;
  align-items: stretch;
  margin-bottom: 2.5rem;
}
@media (max-width: 755px) {
  .grArticleImgTexte {
    flex-direction: column;
    gap: 1.5rem;
  }
}
@media (min-width: 755px) {
  .grArticleImgTexte {
    margin-bottom: 8rem;
  }
}

.GrImageSpectacle {
  border-radius: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  max-width: 325px;
}
@media (max-width: 755px) {
  .GrImageSpectacle {
    max-width: 100%;
    min-width: unset;
    padding: 0.7rem 0.7rem 0.3rem 0.7rem;
  }
}
@media (min-width: 1100px) {
  .GrImageSpectacle {
    max-width: 525px;
  }
}
.GrImageSpectacle .wp-block-image {
  margin: 0;
}
.GrImageSpectacle .wp-block-image img {
  border-radius: 14px;
  width: 100%;
  height: auto;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.12);
}

.TexteArtice {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: none;
  padding: 0;
  flex: 1 1 0;
}
.TexteArtice h2 {
  font-family: "Gilroy-Bold", Arial, sans-serif;
  font-size: 2.2rem;
  margin-bottom: 1.2rem;
  color: #fff;
  letter-spacing: -0.03em;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.19);
}
.TexteArtice p.texteArticle {
  font-size: 1.19rem;
  line-height: 1.55;
  color: #c5c7cb;
  background: none;
  margin: 0;
  padding: 0 0 0.8rem 0;
  font-family: "Gilroy-Medium", Arial, sans-serif;
}
@media (max-width: 755px) {
  .TexteArtice p.texteArticle {
    font-size: 1rem;
  }
}
@media (min-width: 1900px) {
  .TexteArtice p.texteArticle {
    margin-right: 10vw;
  }
}

@media (min-width: 755px) {
  .GroupeCarrouselArticle {
    padding: 0 10vw;
  }
}
.GroupeCarrouselArticle .carrouselArticle.wp-block-gallery {
  display: block !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/10;
  margin: 0 auto;
  border-radius: 1.2rem;
}
.GroupeCarrouselArticle .carrouselArticle.wp-block-gallery > figure.wp-block-image {
  width: 100% !important;
  min-width: unset !important;
  max-width: unset !important;
  margin: 0 !important;
  display: block !important;
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.5s;
  pointer-events: none;
}
.GroupeCarrouselArticle .carrouselArticle.wp-block-gallery > figure.wp-block-image img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  border-radius: 1rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  background: transparent;
}
.GroupeCarrouselArticle .carrouselArticle.wp-block-gallery > figure.wp-block-image.is-active {
  opacity: 1;
  z-index: 2;
  pointer-events: auto;
}
.GroupeCarrouselArticle .carrouselArticle.wp-block-gallery::before, .GroupeCarrouselArticle .carrouselArticle.wp-block-gallery::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  opacity: 0.9;
  pointer-events: auto;
  transition: box-shadow 0.2s, opacity 0.2s;
}
.GroupeCarrouselArticle .carrouselArticle.wp-block-gallery::before {
  left: 1rem;
  background: rgba(255, 255, 255, 0.545) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 20 20'><polyline points='13 5 7 10 13 15'/></svg>") no-repeat center;
  background-size: 24px 24px;
}
.GroupeCarrouselArticle .carrouselArticle.wp-block-gallery::after {
  right: 1rem;
  background: rgba(255, 255, 255, 0.566) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 20 20'><polyline points='7 5 13 10 7 15'/></svg>") no-repeat center;
  background-size: 24px 24px;
}
.GroupeCarrouselArticle .carrouselArticle.wp-block-gallery::before:hover, .GroupeCarrouselArticle .carrouselArticle.wp-block-gallery::after:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.22);
  opacity: 1;
}
@media (max-width: 600px) {
  .GroupeCarrouselArticle .carrouselArticle.wp-block-gallery {
    aspect-ratio: 10/16;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.96);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.groupeAutreProjet {
  margin: 5rem 0;
  background: #231914;
  border-radius: 19px;
  padding: 2.2rem 1.5rem 2.7rem 1.5rem;
}
@media (min-width: 755px) {
  .groupeAutreProjet {
    padding: 2.5rem 3rem 2.5rem 3rem;
  }
}
.groupeAutreProjet h1.wp-block-heading {
  color: #fff;
  font-size: 2.1rem;
  font-family: "Gilroy-Bold", Arial, sans-serif;
  margin: 0 0 2rem 0;
  letter-spacing: -0.02em;
}
.groupeAutreProjet .listeArticleIndv {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2rem 1.2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.groupeAutreProjet .listeArticleIndv li {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  border-radius: 14px;
  padding: 1.1rem 1rem 0rem 1rem;
  min-width: 185px;
  max-width: 220px;
  flex: 1 1 185px;
  transition: transform 0.12s, box-shadow 0.12s;
}
@media (min-width: 755px) {
  .groupeAutreProjet .listeArticleIndv li {
    margin: inherit;
    max-width: 320px;
  }
}
.groupeAutreProjet .listeArticleIndv li:hover, .groupeAutreProjet .listeArticleIndv li:focus {
  transform: translateY(-7px) scale(1.022);
  box-shadow: 0 8px 24px 0 rgba(20, 20, 20, 0.19);
}
.groupeAutreProjet .listeArticleIndv li .wp-block-latest-posts__featured-image {
  margin-bottom: 1.1rem;
  width: 100%;
  aspect-ratio: 16/10;
  position: relative;
  overflow: hidden;
}
.groupeAutreProjet .listeArticleIndv li .wp-block-latest-posts__featured-image a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
}
.groupeAutreProjet .listeArticleIndv li .wp-block-latest-posts__featured-image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 9px;
  display: block;
  aspect-ratio: 9/16;
  min-height: 0;
  min-width: 0;
}
@media (min-width: 1100px) {
  .groupeAutreProjet .listeArticleIndv li .wp-block-latest-posts__featured-image a img {
    height: 100%;
  }
}
.groupeAutreProjet .listeArticleIndv li a.wp-block-latest-posts__post-title {
  font-size: 1.09rem;
  color: #fff;
  font-family: "Gilroy-Medium", Arial, sans-serif;
  text-align: center;
  margin-top: 0.5rem;
  text-decoration: none;
  transition: color 0.11s;
}
.groupeAutreProjet .listeArticleIndv li a.wp-block-latest-posts__post-title:hover, .groupeAutreProjet .listeArticleIndv li a.wp-block-latest-posts__post-title:focus {
  color: #e84f4f;
}

.GroupeSecret {
  background-color: #0f0f0f;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding: 2rem;
}
.GroupeSecret .entry-content {
  text-align: center;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
.GroupeSecret .titreCodeSecret {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 2rem;
}
.GroupeSecret .fieldSecret {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.GroupeSecret .fieldSecret input[type=text] {
  padding: 1rem 1.5rem;
  font-size: 1rem;
  background-color: #1e1e1e;
  border: none;
  border-radius: 12px;
  color: #ffffff;
  text-align: center;
  outline: none;
}
.GroupeSecret .fieldSecret input[type=text]::placeholder {
  color: rgb(93.75, 93.75, 93.75);
}
.GroupeSecret .fieldSecret button[type=submit] {
  padding: 0.75rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  background-color: #e52020;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  text-transform: lowercase;
  transition: background-color 0.3s;
}
.GroupeSecret .fieldSecret button[type=submit]:hover {
  background-color: rgb(188.0722891566, 21.9277108434, 21.9277108434);
}
.GroupeSecret p {
  color: red;
  margin-top: 1rem;
  font-weight: 500;
}

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