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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

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

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

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

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

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

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

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

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

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

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

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

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

.bypostauthor {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

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

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

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

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

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

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

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

/* FONTS */
@font-face {
  font-family: "AvantGarde Bk BT";
  src: url("fonts/AvantGardeITCbyBT-Demi.woff2") format("woff2"), url("fonts/AvantGardeITCbyBT-Demi.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AvantGarde Bk BT";
  src: url("fonts/AvantGardeITCbyBT-DemiOblique.woff2") format("woff2"), url("fonts/AvantGardeITCbyBT-DemiOblique.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "AvantGarde Bk BT";
  src: url("fonts/AvantGardeITCbyBT-Book.woff2") format("woff2"), url("fonts/AvantGardeITCbyBT-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ITC Avant Garde Std Md";
  src: url("fonts/ITCAvantGardeStd-Bold.woff2") format("woff2"), url("fonts/ITCAvantGardeStd-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ITC Avant Garde Std Bk";
  src: url("fonts/ITCAvantGardeStd-Bk.woff2") format("woff2"), url("fonts/ITCAvantGardeStd-Bk.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ITC Avant Garde Std XLt";
  src: url("fonts/ITCAvantGardeStd-XLt.woff2") format("woff2"), url("fonts/ITCAvantGardeStd-XLt.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ITC Avant Garde Std Bk";
  src: url("fonts/ITCAvantGardeStd-Demi.woff2") format("woff2"), url("fonts/ITCAvantGardeStd-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ITC Avant Garde Std Md";
  src: url("fonts/ITCAvantGardeStd-Md.woff2") format("woff2"), url("fonts/ITCAvantGardeStd-Md.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.std {
  font-family: "ITC Avant Garde Std Md";
}

html,
body {
  font-family: "AvantGarde Bk BT";
  color: #000;
}

/* MIXINS */
/* VARS */
.bleu {
  color: rgb(0, 134, 255);
}

/* FIX */
*,
h1 {
  margin-top: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

body.logged-in.admin-bar .home__slideshow,
body.logged-in.admin-bar .home__slideshow-slide,
body.logged-in.admin-bar .home__slideshow-image {
  height: calc(100vh - 32px);
}

body.home.logged-in.admin-bar header.site-header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.logged-in.admin-bar .home__slideshow,
  body.logged-in.admin-bar .home__slideshow-slide,
  body.logged-in.admin-bar .home__slideshow-image {
    height: calc(100vh - 46px);
  }
  body.logged-in.admin-bar header.site-header {
    top: 46px;
  }
}
.justify {
  text-align: justify;
}

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

.wContainer {
  max-width: 100%;
}

.sContainer {
  max-width: 1440px;
}

.xsContainer {
  max-width: 1024px;
}

.site-main {
  margin-bottom: 0;
}

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

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

@media screen and (min-width: 1024px) {
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
  }
  .col25 {
    width: 25%;
  }
  .col33 {
    width: 33.333%;
  }
  .col40 {
    width: 40%;
  }
  .col50 {
    width: 50%;
  }
  .col60 {
    width: 60%;
  }
  .col66 {
    width: 66.666%;
  }
  .col75 {
    width: 75%;
  }
  .col {
    width: 100%;
  }
  .headerTxt {
    padding: 0 9rem;
  }
}
.container {
  width: 100%;
  margin-inline: auto;
  padding-inline: 1rem;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1440px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1600px;
  }
}

a,
a:visited,
footer a,
footer a:visited {
  color: #000;
  text-decoration: none;
}
a:hover,
a:visited:hover,
footer a:hover,
footer a:visited:hover {
  color: rgb(161, 0, 255);
}

/*home */
.stagger-list {
  font-size: 2rem;
  margin-bottom: 3rem;
}

.stagger-list li {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}

.stagger-list li.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* MENU */
.site-header__branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.site-description {
  margin: 0;
}

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

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

.custom-logo {
  -webkit-filter: invert(1) brightness(0.9);
          filter: invert(1) brightness(0.9);
}

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

.site-header__menu {
  text-transform: uppercase;
}
.site-header__menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
}
.site-header__menu ul ul {
  font-weight: 400;
}
@media screen and (max-width: 1023px) {
  .site-header__menu li {
    width: 100%;
    margin-inline: auto;
    padding-inline: 1rem;
    margin: auto;
  }
}
@media (min-width: 576px) {
  .site-header__menu li {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .site-header__menu li {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .site-header__menu li {
    max-width: 960px;
  }
}
@media screen and (min-width: 1024px) {
  .site-header__menu li.contact a {
    padding-left: 3rem;
  }
}
@media screen and (min-width: 1440px) {
  .site-header__menu li.contact a {
    padding-left: 4.5rem;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.site-header__menu > li > a {
  text-decoration: none;
  color: #000;
}
.site-header__menu > li > a:hover {
  color: rgb(161, 0, 255);
}

.site-header__menu > li.current-menu-item a {
  color: rgb(161, 0, 255);
}

@media screen and (min-width: 1024px) {
  html:not(.nav-is-stuck) body.home #masthead::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    bottom: auto;
    pointer-events: none;
    background-color: black;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    z-index: 1;
  }
  .home .site-header__nav a {
    color: white;
  }
  .home .custom-logo {
    -webkit-filter: none;
            filter: none;
  }
  .site-header__nav {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: static;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: auto !important;
    overflow: visible;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
  }
  .site-header__nav li {
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .site-header__nav li li {
    height: auto;
  }
  .site-header__nav li.contact a {
    position: relative;
  }
  .site-header__nav li.contact a::before {
    content: "";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-color: #707070;
    height: 3rem;
    width: 1px;
    left: 0;
    top: 0.5rem;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  .site-header__menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .site-header__menu > li .sub-menu {
    font-family: "Texta Book";
    font-weight: 400;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 23rem;
    padding: 1rem 0;
    background-color: white;
    z-index: 10;
  }
  .site-header__menu > li .sub-menu li {
    padding: 0;
  }
  .site-header__menu > li .sub-menu li a {
    display: block;
    padding: 0.5rem 2rem;
    text-decoration: none;
    color: black;
    position: relative;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1600px) {
  .site-header__menu > li .sub-menu li a {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .site-header__menu > li .sub-menu li a:before {
    content: "";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 1rem;
    height: 1rem;
    background-image: url(img/arrow-right.svg);
    left: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    visibility: hidden;
  }
  .site-header__menu > li .sub-menu li a:hover {
    padding-left: 4rem;
  }
  .site-header__menu > li .sub-menu li a:hover:before {
    visibility: visible;
  }
  .site-header__menu > li:hover > .sub-menu {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .site-header__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .site-header__menu .menu-item {
    position: relative;
  }
  .site-header__menu .menu-item > a {
    display: block;
    padding: 1rem 1.5rem;
    font-weight: 600;
    color: #333;
    text-decoration: none;
  }
  .site-header__menu .menu-item .submenu-toggle {
    position: absolute;
    top: 0;
    right: 1.5rem;
    background: none;
    border: none;
    font-size: 3rem;
    cursor: pointer;
    z-index: 2;
    padding: 0;
    display: block;
    width: 3rem;
  }
  .site-header__menu .menu-item .submenu-toggle::after {
    content: "▼";
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .site-header__menu .menu-item .submenu-toggle.active::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .site-header__menu .menu-item .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: white;
    padding-left: 1rem;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.4s ease;
    transition: max-height 0.4s ease;
  }
  .site-header__menu .menu-item .sub-menu a {
    padding: 0.75rem 1rem;
    color: #000;
  }
  .site-header__nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: calc(100vh - 100%);
    background: #fff;
    z-index: 9;
    overflow-y: auto;
    pointer-events: none;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
  .site-header__nav.open {
    pointer-events: auto;
  }
  .site-header__nav {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.4s ease;
    transition: max-height 0.4s ease;
    background: #fff;
  }
  .site-header__nav.open {
    max-height: 100vh;
  }
}
@media screen and (min-width: 1024px) {
  .nav-is-stuck .site-header__nav a,
  .nav-is-stuck .home .site-header__nav a {
    color: #000;
  }
  .nav-is-stuck .custom-logo,
  .nav-is-stuck .home .custom-logo {
    -webkit-filter: invert(1) brightness(0.9);
            filter: invert(1) brightness(0.9);
  }
  .nav-is-stuck #masthead,
  .nav-is-stuck .home #masthead {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    -webkit-animation: stickAnim 0.5s;
            animation: stickAnim 0.5s;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .nav-is-stuck #masthead,
  .nav-is-stuck .home #masthead {
    height: 100px;
  }
}
@media screen and (min-width: 1024px) {
  @-webkit-keyframes stickAnim {
    0% {
      -webkit-transform: translateY(-100px);
              transform: translateY(-100px);
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes stickAnim {
    0% {
      -webkit-transform: translateY(-100px);
              transform: translateY(-100px);
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  .nav-is-stuck .admin-bar #masthead,
  .nav-is-stuck .home .admin-bar #masthead {
    top: 32px;
  }
  .nav-is-stuck .site-header::before,
  .nav-is-stuck .home .site-header::before {
    backdrop-filter: blur(10px);
  }
}
/* HOME SLIDER */
.home__slideshow {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.home__slideshow-wrapper {
  height: 100%;
}

.home__slideshow-slide {
  position: relative;
  height: 100vh;
}

.home__slideshow-image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.home header.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

/*page*/
.page .entry-title,
.archive-title {
  font-size: 1.2rem;
  text-transform: uppercase;
  display: block;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: 0;
  line-height: 1px;
}

.page {
  margin: 0;
}
.page .post-thumbnail {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.page .post-thumbnail img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.page.home .entry-title {
  text-align: left;
}

/* single */
.project__details-list {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .project__details-list {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}

.project__details-list li {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}

.project__details-list li.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.single .entry-title {
  font-weight: 400;
  font-size: 1.2rem;
}
.single .entry-title br.mobile-break {
  display: none;
}
@media (max-width: 768px) {
  .single .entry-title {
    font-size: 1.1rem;
  }
  .single .entry-title br.mobile-break {
    display: inline;
  }
}
.single section.content,
.single section.project__details {
  margin-bottom: 6rem;
}
.single .project-back {
  text-align: center;
}

.typing-text {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  border-right: 2px solid rgba(255, 255, 255, 0.75);
  -webkit-animation: typing 3s steps(40, end), blink-caret 0.75s step-end infinite;
          animation: typing 3s steps(40, end), blink-caret 0.75s step-end infinite;
}

@-webkit-keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes blink-caret {
  0%, 100% {
    border-color: transparent;
  }
  50% {
    border-color: rgba(255, 255, 255, 0.75);
  }
}
@keyframes blink-caret {
  0%, 100% {
    border-color: transparent;
  }
  50% {
    border-color: rgba(255, 255, 255, 0.75);
  }
}
/* Typing */
.typing p {
  display: block;
  max-width: 100%;
  margin: 0 0 0.6rem 0;
  /* 🔑 le texte est là, mais invisible */
  opacity: 0;
}

.typing p.is-typing,
.typing p.is-done {
  opacity: 1;
}

/* couche animée */
.typing p.is-typing strong {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  width: 0;
  border-right: 2px solid rgba(255, 255, 255, 0.7);
  -webkit-animation: typing 1.6s steps(40, end) forwards, blink-caret 0.75s step-end infinite;
          animation: typing 1.6s steps(40, end) forwards, blink-caret 0.75s step-end infinite;
}

.typing p.is-done strong {
  border-right: none;
  white-space: normal;
  width: auto;
}

/* animations */
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes blink-caret {
  0%, 100% {
    border-color: transparent;
  }
  50% {
    border-color: rgba(255, 255, 255, 0.7);
  }
}
.nav-is-stuck .site-header,
.single .site-header {
  background-color: rgba(255, 255, 255, 0.75);
}

/* GALERIE */
.project__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 2rem;
}

.project__gallery-item {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

/* Fade-in au scroll */
.project__gallery-item.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* === FULL WIDTH === */
.gallery-item--full {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
}

/* === LEFT / RIGHT (60% MAX) === */
.gallery-item--left,
.gallery-item--right {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  max-width: 60%;
  width: 60%;
  -webkit-column-break-before: always;
     -moz-column-break-before: always;
          break-before: always; /* VRAI retour à la ligne */
}

/* ALIGN RIGHT */
.gallery-item--right {
  margin-left: auto;
}

/* ALIGN LEFT */
/* Rien à faire : largeur + break-before suffisent */
/* Image */
.project__gallery-item img {
  width: 100%;
  height: auto;
  display: block;
}

/* === MOBILE === */
@media (max-width: 768px) {
  .gallery-item--left,
  .gallery-item--right,
  .gallery-item--full {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    margin-left: 0;
  }
}
/* Modale */
.gallery-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.95);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9999;
}

.gallery-modal__inner {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
}

.gallery-modal__img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

.gallery-modal__close,
.gallery-modal__prev,
.gallery-modal__next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 2.5rem;
  color: white;
  cursor: pointer;
}

.gallery-modal__close {
  top: 1rem;
  right: 1rem;
  -webkit-transform: none;
          transform: none;
  font-size: 2rem;
}

.gallery-modal__prev {
  left: -3rem;
}

.gallery-modal__next {
  right: -3rem;
}

.gallery-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.95);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.gallery-modal.is-active {
  opacity: 1;
}

.gallery-modal__inner {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
}

.gallery-modal__img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

.gallery-modal__close,
.gallery-modal__prev,
.gallery-modal__next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 2.5rem;
  color: white;
  cursor: pointer;
}

.gallery-modal__close {
  top: 1rem;
  right: 1rem;
  -webkit-transform: none;
          transform: none;
  font-size: 2rem;
}

.gallery-modal__prev {
  left: -3rem;
}

.gallery-modal__next {
  right: -3rem;
}

/*archive*/
.archive #primary {
  min-height: calc(100vh - 100px);
}

.archive-title {
  text-align: center;
}

.project-grid {
  margin-top: 2rem;
}

/* Items Masonry */
.project-grid__item {
  width: 100%;
  margin: 0; /* impératif — Masonry gère le placement */
}

/* 2 colonnes */
@media (min-width: 640px) {
  .project-grid__item {
    width: 50%;
  }
}
/* 3 colonnes */
@media (min-width: 1024px) {
  .project-grid__item {
    width: 33.3333%;
  }
}
/* Contenu interne */
.project-grid__link {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  display: block;
  background: white;
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 414px) {
  .project-grid__link {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .project-grid__link {
    padding: 0 3rem 3rem 3rem;
  }
}

.project-grid__link:hover {
  opacity: 0.85;
}
.project-grid__link:hover strong {
  color: rgb(161, 0, 255);
}

.project-grid__thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}

.project-grid__title {
  margin-top: 0.75rem;
  font-size: 1rem;
  color: #000;
  line-height: 1.2em;
  font-weight: 400;
}

/* Wrapper large spécial Masonry */
.project-grid--wide {
  max-width: 1920px; /* tu peux monter à 1800 si tu veux */
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 414px) {
  .project-grid--wide {
    margin: 0 -1.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .project-grid--wide {
    margin: 0 -3rem;
  }
}

/* La grille interne */
.project-grid__inner {
  position: relative; /* Masonry ajoute déjà le positionnement */
}

/* Elements Masonry */
.project-grid__item {
  margin: 0;
  width: 100%;
}

/* 2 colonnes */
@media (min-width: 640px) {
  .project-grid__item {
    width: 50%;
  }
}
/* 3 colonnes */
@media (min-width: 1024px) {
  .project-grid__item {
    width: 33.3333%; /* PAS de calc ici */
  }
}
.project-grid__subtitle {
  display: inline-block;
  margin-top: 0.2rem;
}

.project-ville {
  margin-right: 0.5rem;
}

/* Grille Isotope */
/* Filtres */
.project-filters {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem;
}

.filter-btn {
  font-family: "AvantGarde Bk BT";
  background: transparent;
  border: none;
  padding: 0.35rem 0.8rem;
  cursor: pointer;
  font-size: 0.9rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.filter-btn:hover {
  color: rgb(161, 0, 255);
}

.filter-btn.is-active {
  color: rgb(161, 0, 255);
}

/* FOOTER */
.footer__widgets {
  margin-top: 2rem;
  padding: 1rem 0;
}

.footer__widgets .widget {
  margin-bottom: 1.5rem;
}

.footer__widgets .widget-title {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.site-footer {
  position: relative;
  z-index: 5;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.site-footer a {
  color: black !important;
}
.site-footer a:hover {
  color: rgb(161, 0, 255) !important;
}
.site-footer .logo img {
  -webkit-filter: invert(100%) brightness(60%);
          filter: invert(100%) brightness(60%);
  opacity: 0.25;
}

/* Panneau contact (fermé par défaut) */
.contact-panel {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  overflow: hidden;
  background: rgb(161, 0, 255);
  color: #fff;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
  z-index: 9999;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-panel a,
.contact-panel a:visited {
  color: white;
}

/* panneau ouvert */
body.contact-open .contact-panel {
  height: 33vh;
  padding: 2rem 0;
}

/* overlay cliquable */
.contact-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0); /* complètement transparent */
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 9998;
}

/* actif */
body.contact-open .contact-overlay {
  opacity: 1;
  pointer-events: auto;
}

/* Tiny Slider */
/* Container nav */
.tns-nav {
  position: absolute;
  bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
  z-index: 50; /* au dessus du slider */
}
@media (min-width: 576px) {
  .tns-nav {
    right: calc((100vw - 540px) / 2);
  }
}
@media (min-width: 768px) {
  .tns-nav {
    right: calc((100vw - 705px) / 2);
  }
}
@media (min-width: 992px) {
  .tns-nav {
    right: calc((100vw - 945px) / 2);
  }
}
@media (min-width: 1200px) {
  .tns-nav {
    right: calc((100vw - 1125px) / 2);
  }
}
@media (min-width: 1400px) {
  .tns-nav {
    right: calc((100vw - 1305px) / 2);
  }
}
@media (min-width: 1600px) {
  .tns-nav {
    right: calc((100vw - 1425px) / 2);
  }
}
@media screen and (min-width: 1920px) {
  .tns-nav {
    right: calc((100vw - 1585px) / 2);
  }
}

/* chaque point devient un carré */
.tns-nav button {
  width: 12px;
  height: 12px;
  background: white;
  border: none;
  padding: 0;
  border-radius: 0; /* Carré, pas rond */
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: background 0.3s, opacity 0.3s;
  transition: background 0.3s, opacity 0.3s;
}

/* vert au survol */
.tns-nav button:hover {
  background: rgb(161, 0, 255);
  opacity: 1;
}

/* carré actif */
.tns-nav button.tns-nav-active {
  background: rgb(161, 0, 255);
  opacity: 1;
}/*# sourceMappingURL=style.css.map */