
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*!
Theme Name: mrtoupet
Theme URI: http://underscores.me/
Author: Guillaume Ruiz
Author URI: http://guillaumeruiz.com
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: mrtoupet
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.

mrtoupet 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

--------------------------------------------------------------*/

@font-face {
	font-family: "Play-Extra-Bold";
	src: url('fonts/Play-Extra-Bold.woff') format('woff'),
	url('fonts/Play-Extra-Bold.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Play-Extra-UBold";
	src: url('fonts/PlayExtraUnlicensed-VAR-Bold.woff') format('woff'),
	url('fonts/PlayExtraUnlicensed-VAR-Bold.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "toupet";
	src:
	url('fonts/toupet-Regular.woff') format('woff'),
	url('fonts/toupet-Regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}



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

/**
 * 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;
	scroll-behavior: smooth;
}

body, html {
	overflow-x: clip !important;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

:root {
	--main-color: black;
	--brand-color: #ff6d13;
	--background-color: #fcfaf8;
	--main-font-family: "Helvetica", sans-serif;
	--main-font-size: 1rem;
	--main-line-height: 1.2rem;
	--main-font-weight: 500;
	--subtitle-font-weight: 700;
	--title-font-family: "Play-Extra-Bold";
	--mouse-font-family: "Play-Extra-UBold";
	--outline-font-family: "Play-Extra-UBold";	
	--title-font-size: 7vw;
	--title-line-height: 8vw;
	--subtitle-font-size: 2rem;
	--subtitle-line-height: 2.8rem;
	--full-section-height: 100svh;
	--project-section-height: 120svh;
	--half-section-height: 10vh;
	--main-pad: calc(var(--main-font-size)*2);
	--subtitlte-pad: calc(var(--subtitle-font-size)*2);
	/**/
	--plyr-video-background: var(--main-color);
	--plyr-color-main: transparent;
	--plyr-video-controls-background: transparent;
	--plyr-control-icon-size: 1rem;
	--plyr-captions-text-color: var(--main-color);
	--plyr-video-control-color: var(--background-color);
	--plyr-video-control-color-hover: var(--background-color);
	--plyr-audio-control-color: var(--main-color);
	--plyr-audio-control-color-hover: var(--main-color);
}

@media screen and (max-width: 768px) {
	:root {
		--main-font-size: 1rem;
		--main-line-height: 1.2rem;
		--title-font-size: 7vw;
		--title-line-height: 8vw;
		--subtitle-font-size: 1.1rem;
		--subtitle-line-height: 1.5rem;
		--full-section-height: 100lvh;
		--half-section-height: 10vh;
	}
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--main-color);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 16px;
	line-height: calc(16px*1.4);
}


b,
strong {
	font-weight: unset;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0;
	font-weight: normal;
}

p {
	margin-bottom: var(--main-line-height);
	font-size: var(--main-font-size);
}


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

blockquote {
	margin: 0;
}

address {
	margin: 0;
}

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: var(--background-color);
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100%;
	height: 100%;
	font-weight: var(--main-font-weight);
	overflow-x: hidden;
}

hr {
	background-color: var(--main-color);
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

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

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

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

/* Links
--------------------------------------------- */
a {
	color: var(--main-color);
	text-decoration: none;
}

a:visited {
	color: var(--main-color);
}

a:hover,
a:focus,
a:active {
	color: var(--main-color);
}

a:hover,
a:active {
	outline: 0;
	text-decoration: none;
}

/* 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: calc(var(--main-font-size)/2);
}

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

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

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

/* Cursor
--------------------------------------------- */

@media screen and (min-width: 768px) {
	* {
		cursor: none !important;
	}
}

.custom-cursor {
	position: fixed;
	opacity: 0;
	pointer-events: none;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: var(--brand-color);
	-webkit-transition: -webkit-transform 350ms ease;
	transition: -webkit-transform 350ms ease;
	-o-transition: transform 350ms ease;
	transition: transform 350ms ease;
	transition: transform 350ms ease, -webkit-transform 350ms ease;
	-webkit-transform: translate(-50%, -50%) scale(.3);
	-ms-transform: translate(-50%, -50%) scale(.3);
	transform: translate(-50%, -50%) scale(.3);
	z-index: 1000;
}

.custom-cursor--link {
	-webkit-transform: translate(-50%, -50%) scale(1) !important;
	-ms-transform: translate(-50%, -50%) scale(1) !important;
	transform: translate(-50%, -50%) scale(1) !important;
}

.cursor-none .custom-cursor {
	display: none;
}

.cursor-reverse .custom-cursor {
	background-color: var(--background-color);
}

#description {
	cursor: none !important;
	width: 100%;
}

@media screen and (max-width: 768px) {

	.custom-cursor, .custom-cursor--link {
		display: none;
	}
}

/* Positions
--------------------------------------------- */

.fixed-position {
	overflow: hidden !important;
}

.absolute-position {
	position: absolute !important;
}

/* Posts and pages
--------------------------------------------- */

.post,
.page {
	margin: 0;
}

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

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

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


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

h1 {
	font-family: var(--title-font-family);
	font-size: var(--title-font-size);
	line-height: var(--title-line-height);
	text-align: center;
	/**/
	-webkit-font-feature-settings: "calt" 1, "liga" 1, "rlig" 1, "rvrn" 1, "kern" 1, "rclt" 1;
	font-feature-settings: "calt" 1, "liga" 1, "rlig" 1, "rvrn" 1, "kern" 1, "rclt" 1;
	font-variation-settings: "wdth" 1;
/*	-webkit-transition: 700ms ease;
	-o-transition: 700ms ease;
	transition: 700ms ease;*/
}

h2 {
	font-family: var(--title-font-family);
	font-size: var(--subtitle-font-size);
	line-height: var(--subtitle-line-height);
	-webkit-font-feature-settings: "calt" 1, "liga" 1, "rlig" 1, "rvrn" 1, "kern" 1, "rclt" 1;
	font-feature-settings: "calt" 1, "liga" 1, "rlig" 1, "rvrn" 1, "kern" 1, "rclt" 1;
	font-variation-settings: "wdth" 1;
	text-align: center;
}

h3 {
	font-family: var(--title-font-family);
	font-size: var(--subtitle-font-size);
	line-height: var(--subtitle-line-height);
	-webkit-font-feature-settings: "calt" 1, "liga" 1, "rlig" 1, "rvrn" 1, "kern" 1, "rclt" 1;
	font-feature-settings: "calt" 1, "liga" 1, "rlig" 1, "rvrn" 1, "kern" 1, "rclt" 1;
	font-variation-settings: "wdth" 1;
	text-align: left;
}

h1,
h2,
h3 {
	font-weight: normal;
}

h4,
h5,
h6 {
	text-transform: uppercase;
	font-size: var(--main-font-size);
	line-height: var(--main-line-height);
	font-weight: var(--subtitle-font-weight);
}

.expand {
	font-variation-settings: "wdth" 200;
}

b, strong {
	color: var(--brand-color);
}



/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

body {
	-webkit-animation: fadeInAnimation ease 2s;
	animation: fadeInAnimation ease 2s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

body {
	margin: 0; /* remove default margin */
	scrollbar-width: none; /* Also needed to disable scrollbar Firefox */
	-ms-overflow-style: none;  /* Disable scrollbar IE 10+ */
/*	overflow-y: scroll;*/
}
body::-webkit-scrollbar {
	width: 0px;
	background: transparent; /* Disable scrollbar Chrome/Safari/Webkit */
}

::-webkit-scrollbar {display:none;}
@-moz-document url-prefix() {
	html,
	body {
		scrollbar-width: none;
	}
}

/**/

.margin-auto {
	margin: auto;
}

.margin-overflow {
	margin: auto -1000%;
}

.main-padding {
	padding: var(--main-font-size) var(--main-font-size);
}

.side-padding {
	padding: 0 var(--main-font-size);
}

.half-h {
	height: var(--half-section-height);
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.intro-h {
	height: 100svh;
	width: 100vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.full-h {
	height: var(--full-section-height);
	width: 100vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.project-h {
	height: var(--project-section-height);
	width: 100vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.min-height {
	min-height: 100svh;
}

.sticky {
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	position: sticky;
	top: 0;
}

#home {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

.site-header {
	width: 100%;
	top: 0;
	height: 4rem;
	position: absolute;
	z-index: 999;
	pointer-events: none;
}

.backhome {
	position: fixed;
	top: 1rem;
	left: 1rem;
	background-color: transparent;
	color: var(--main-color);
	font-size: var(--main-font-size);
	text-transform: none;
	font-weight: var(--main-font-weight);
	font-family: var(--main-font-family);
	z-index: 200;
	border: 0;
	background: transparent;
	height: auto;
	padding: 0;
	width: auto;
	text-align: center;
}

.backhome div {
	width: 90px;
	height: auto;
}

#btn-mobile-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	position: fixed;
	top: 0;
	right: var(--main-font-size);
	z-index: 999;
	width: auto;
	height: auto;
	pointer-events: all;
}

#btn-menu,
#btn-menu-close,
#btn-social {
	font-family: 'toupet';
	color: var(--main-color);
	font-size: 1.5rem;
	padding: 0;
	border: 0;
	background-color: transparent;
}

#btn-menu-close {
	display: none;
	position: fixed;
	top: var(--main-font-size);
	right: var(--main-font-size);
	z-index: 999;
	width: auto;
	height: auto;
	pointer-events: all;
	color: var(--background-color);
}

#btn-social {
	padding: var(--main-font-size);
}

/**/

#mobile-menu {
	position: fixed;
	top: 0;
	left: 0;
	height: 100svh;
	width: 100vw;
	z-index: 900;
	background-color: var(--brand-color);
	pointer-events: all;
}

#mobile-menu {
	display: none;
}

.menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100svh;
	padding: var(--main-font-size) calc(var(--main-font-size)*2);
}

.menu a {
	color: var(--background-color);
	font-family: var(--title-font-family);
	font-size: var(--subtitle-font-size);
	line-height: var(--subtitle-line-height);
	font-weight: normal;
	text-transform: none;
}



@media screen and (max-width: 768px) {
	.menu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding:  var(--main-font-size);
	}

	.third-h {
		height: 40vh;
	}

}



/*--------------------------------------------------------------
# Loader
--------------------------------------------------------------*/

#loading {
	position: fixed;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: left;
	opacity: 1;
	background-color: var(--background-color);
	z-index: 99999999;
}

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/

.home #introduction {
	background:transparent;
	place-items: center;
	overflow-x: hidden;
}

#introduction-images {
	position: absolute;
	top: 0;
	width: 100%;
	height: var(--full-section-height);
	display: block;
	z-index: 0;
	-webkit-filter: blur(40px);
	filter: blur(40px);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	overflow: hidden;
}

#introduction-images img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

#introduction-images .imageHolder {
	border: 1px solid red;
}


/* Signature animation  */




.signature {
	display: block;
	margin: 0 auto; 
	position: relative;
	top: 0;
	width: 100vw;
	height: 100svh;
	pointer-events: none;
	-ms-flex-line-pack: center;
	align-content: center;
}

.project-thumbnail-titles-hero {
	color: var(--background-color);
	font-family: var(--outline-font-family);
	-webkit-text-stroke: 1px black;
	position: absolute;
	text-align: center;
	width: 100vw;
	z-index: 0;

	/* Ajoute ceci pour le centrage vertical */
	top: 50%;
	transform: translateY(-50%);
}



#toupet {
	display: block;
	overflow: visible;
/*	mix-blend-mode: difference;*/
-webkit-transform: translate(-2vw) scale(1.2) rotate(-5deg);
-ms-transform: translate(-2vw) scale(1.2) rotate(-5deg);
transform: translate(-2vw) scale(1.2) rotate(-5deg);
margin-left: 0rem;

}

#toupet path {
	fill:none;
	stroke:var(--brand-color);
	stroke-width:40;
	stroke-linecap:round;

}

@media screen and (max-width: 768px) {

/*	.signature {
		top: 18%;
		left: 11vw;
	}*/

	#toupet {
		-webkit-transform: rotate(-5deg)  scale(1.2);
		-ms-transform: rotate(-5deg)  scale(1.2);
		transform: rotate(-5deg) scale(1.2);
/*		margin-left: -7rem;
		margin-bottom: -2rem;*/
	}
}

/*description section*/

.home #description {
	position: relative;
	background-color: var(--brand-color);
	color: var(--background-color);
/*	z-index: 200;*/
}

.description-container {
	margin: auto;
	height: 100%;
	display: block;
}

.description-container h3 {
	padding-top: var(--subtitlte-pad);
	padding-bottom: var(--subtitlte-pad);
}

.simple-link {
/*	position: absolute;*/
top: 0;
left: 0;
display: flex;
width: 100%;
height: 100%;
}

.simple-link-text {
	pointer-events: all;
	position: absolute;
	right: var(--main-font-size);
	display: block;
	bottom: var(--main-font-size);
	text-align: right;
	color: var(--background-color) !important;
	background-color: transparent;
	font-size: var(--main-font-size);
	font-family: var(--main-font-family);
	font-weight: var(--main-font-weight);
	text-transform: uppercase;
}

.simple-link-text:hover {
	text-decoration: underline;
	cursor: pointer !important;
}

.mots {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	row-gap: var(--subtitle-font-size);
}

.mots .groupe {
	width: 100%;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: auto;
}

.description-container h3 {
	color: var(--background-color);
	display: flex;
	height: 100%;
	width: 100%;
	align-items: center;
}

@media screen and (max-width: 768px) {
	.mots {
		display: none;
	}	
}

.custom-div {
	position: relative;
	display: inline-block;
	overflow: visible;
	cursor: none !important;
}

span.text {
	position: absolute;
	display: none;
	pointer-events: none;
	color: transparent;
	font-size: var(--subtitle-font-size);
	font-family: var(--mouse-font-family);
	-webkit-text-stroke: 0.5px var(--background-color);
	z-index: 99 !important;
}

.groupe_1:hover #mot1,
.groupe_2:hover #mot2 {
	opacity: 1;
}

/*----------------------home projects*/

.project {
	height: auto;
}

.projects-list {
	background-color: var(--background-color);
	position: relative;
}

/**/

.project-thumbnail-titles {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	position: absolute;
}

.project-thumbnail-titles div {
	pointer-events: none;
}

.project-thumbnail-titles h4 {
	color: var(--main-color);
}

.project-thumbnail-titles h1 {
	color: transparent;
	font-family: var(--outline-font-family);
	-webkit-text-stroke: 1px var(--brand-color);
	pointer-events: none !important;
}

.project-thumbnail-titles {
	z-index: 30;
}

.thumbnail-title {
	pointer-events: none;
}

.project-thumbnail-image {
	z-index: 80;
	position: absolute;
}

.project-thumbnail-image img {
	pointer-events: all;
	display: block;
}

.title_hover .project-thumbnail-titles {
	z-index: 100;
}

.title_hover .project-thumbnail-titles h1 {
	color: var(--brand-color);
	font-family: var(--outline-font-family);
	-webkit-text-stroke: 1px transparent;
	pointer-events: none !important;
}

.title_hover .project-thumbnail-image {
	z-index: -1 !important;
}

@media screen and (max-width: 768px) {

	.project-thumbnail-titles h1 {
		color: var(--brand-color);
		font-family: var(--outline-font-family);
		-webkit-text-stroke: 1px transparent;
	}

}

@media screen and (max-width: 768px) {

	.project-thumbnail-image {
		z-index: -1;
	}


}
/**/

.project-infos {
	width: 100%;
	position: absolute;
	bottom: 0;
}

.project-infos-head {
	width: 100%;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1rem 1fr 1rem 1fr 1rem 1fr;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 1rem;
}

.project-infos-grid {
	width: 100%;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1rem 1fr 1rem 1fr 1rem 1fr;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 1rem;
	padding-left: var(--main-font-size);
	padding-right: var(--main-font-size);	
	padding-top: 0 !important;
	padding-bottom: var(--main-pad) !important;
}

.project-infos-grid p {
	margin: 0;
}

.project-infos-grid div:nth-child(1) {
	text-transform: uppercase;
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-column: 1 / span 2;
}

@media screen and (max-width: 1200px) {
	.project-infos-grid div:nth-child(1),
	.project-infos-grid div:nth-child(2) {
		padding-bottom: var(--main-line-height);
	}

	.project-infos-grid div:nth-child(2),
	.project-infos-grid div:nth-child(3) {
		-ms-grid-column: 3;
		-ms-grid-column-span: 2;
		grid-column: 3 / span 2;
	}
}

@media screen and (max-width: 768px) {

	.project-infos {
		position: absolute;
		bottom: 0;
	}

	.single .project-infos {
		position: relative;
		bottom: 0;
	}

	.single .project-infos .project-infos-grid {
		padding-bottom: 0 !important;
	}

	.flexible-container .project-infos-grid {
		display: block;
	}
}

/**/

.project-thumbnail-image {
	height: 100%;
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.project-thumbnail-image img {
	height: auto;
	width: 100%;
	-o-object-position: center;
	object-position: center;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition-duration: 4000ms;
	-o-transition-duration: 4000ms;
	transition-duration: 4000ms;
}

.project-thumbnail-image a {
	height: auto;
	width: 100%;
	-webkit-transition-duration: 4000ms;
	-o-transition-duration: 4000ms;
	transition-duration: 4000ms;
}
/*
.not-in-view .project-thumbnail-image img {

}*/

.not-in-view .project-thumbnail-image a {
	-webkit-filter: blur(13px);
	filter: blur(13px);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition:all 0.5s ease-in;
	-o-transition:all 0.5s ease-in;
	transition:all 0.5s ease-in;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.in-view .project-thumbnail-image a {
	-webkit-filter: blur(0);
	filter: blur(0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform: scale(z);
	-ms-transform: scale(.6);
	transform: scale(.6);
}

@media screen and (max-width: 768px) {

	.project-thumbnail-image img {
		height: var(--project-section-height);
		width: auto;
	}

	.project-thumbnail-image a {
		height: var(--project-section-height);
		width: auto;
	}
	
	.not-in-view .project-thumbnail-image a {
		-webkit-transform: scale(3.1);
		-ms-transform: scale(3.1);
		transform: scale(3.1);
	}

	.in-view .project-thumbnail-image a {
		-webkit-filter: blur(0);
		filter: blur(0);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		z-index:4;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

}

/*----------------------Projects nav*/


.col1-b,
.col2-b {
	width: 100%;
}

#col1-b *, #col2-b *{
	text-transform: none;
	padding-right: 0rem;
}

#col1-b, #col2-b {
	position: absolute;
	height: 100%;
	width: 100%;
	display: none;
}

#col1-b, #col2-b {
	padding: 1rem;
}

#col1-b h3,
#col2-b h3 {
	padding-bottom: 4rem;
}

@media screen and (max-width: 768px) {
	.offers-grid {
		display: block;
	}
	#col1-btn, #col2-btn {
		display: block;
	}

}


/*--------------------------------------------------------------
# Single project
--------------------------------------------------------------*/

.single .single-thumbnail-titles h1 {
	font-variation-settings: 'wdth' 200;
	color: var(--brand-color);
}

.single-thumbnail-titles {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.galerie {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	grid-column-gap: 1rem;
}

.galerie img {
	padding-bottom: 1rem;
}

@media screen and (max-width: 768px) {
	.galerie {
		display: block;
	}
}

.projects-nav {
	width: 100vw;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 0rem 1fr;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 0rem;
	padding: 0;
}

.projects-nav a {
	font-size: var(--subtitle-font-size);
	font-family: var(--title-font-family);
	line-height: var(--subtitle-line-height);
	font-weight: normal;
	text-align: center;
	color: var(--brand-color);
}

.projects-nav .col1,
.projects-nav .col2 {
	padding: var(--main-font-size);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.projects-nav .col1:hover,
.projects-nav .col2:hover {
	background-color: var(--brand-color);
}

.projects-nav .col1:hover *,
.projects-nav .col2:hover *{
	color: var(--background-color);
}

@media screen and (max-width: 768px) {
	.projects-nav {
		display: block;
	}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.copyright {
	background-color: var(--brand-color);
	color: var(--background-color);
	overflow: hidden;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.copyright h1 {
	font-size: var(--subtitle-font-size);
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

#apropos #informations h3 {
	padding-bottom: var(--subtitlte-pad);
	padding-left: var(--main-font-size);
	padding-right: var(--main-font-size);
}

#contact #informations {
	padding-bottom: var(--main-pad);
	padding-left: var(--main-font-size);
	padding-right: var(--main-font-size);
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

#contact,
#apropos {
	padding-top: calc(var(--subtitlte-pad)*1.5);
}

.informations-grid {
	display: block;
}

.informations-grid * {
	text-transform: none;
}

.informations-grid div:nth-child(2) {
	text-transform: uppercase;
}

.profil-grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 12% 1fr 12% 1fr;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 12%;
	padding-left: var(--main-font-size);
	padding-right: var(--main-font-size);	
}

.profil-col {
	text-transform: uppercase;
}

.profil-col p {
	margin:0;
	padding-top: var(--main-font-size);
	padding-bottom: var(--main-pad);
}

.profil-col img {
	width: 100%;
	height: auto;
	display: block;
}

@media screen and (max-width: 1200px) {
	.profil-grid {
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
	}
}


@media screen and (max-width: 768px) {

	#contact,
	#apropos {
		padding-top: calc(var(--subtitle-font-size)*4);
	}


	.profil-grid {
		display: block;
	}

	.informations-grid {
		display: block;
/*		padding-bottom: var(--main-font-size);*/
}
}


/*--------------------------------------------------------------
# PLYR IO
--------------------------------------------------------------*/
.play-button-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	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;
	width: 100%;
	height: auto;
	pointer-events: none;
	z-index: 888;
}

.play-gif {
	cursor: pointer;
	pointer-events: none;
}

.video-thumbnail-image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.video-thumbnail-image img {
	height: auto;
	width: 100%;
	-o-object-position: center;
	object-position: center;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition-duration: 4000ms;
	-o-transition-duration: 4000ms;
	transition-duration: 4000ms;
}

.video-content {
	position: relative;
	width: 100vw;
	display: block;
	background-color: var(--main-color);
}

.video-content svg {
	width: var(--title-font-size);
	height: var(--title-font-size);
	fill: #fff;
	stroke: #fff;
	cursor: pointer;
	background-color: rgba(#000, 0.2);
	border-radius: 50%;
	opacity: .5;
}

.video-content:hover svg {
	opacity: 1;
}

.plyr__poster {
	pointer-events: none;
}

.plyr__control--overlaid, button.plyr__control {
	background: rgba(0, 179, 255, .8);
	border: 0;
	border-radius: 100%;
	color: #fff;
	display: block;
	left: 50%;
	padding: 15px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
}

.plyr--video .plyr__controls * {
	background-color: var(--main-color) !important;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
	display: block;
}

.plyr button {
	font: inherit;
	line-height: inherit;
	width: auto;
}

.plyr__control--overlaid {
	background: mediumvioletred;
	border: 0;
	border-radius: 100%;
	color: #fff;
	display: none;
	left: 50%;
	padding: 15px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
}

.plyr--video .plyr__controls {
	padding: 0;
}

button.plyr__controls__item {
	display: none;
}


/*--------------------------------------------------------------
# END
--------------------------------------------------------------*/
.sticky {
	position: -webkit-sticky;
	position: sticky;
	bottom: 0;
	height: auto;
	width: 100%;
	background: transparent;
	padding-bottom: var(--main-font-size);
}


/**/
