/*!
Theme Name: isabellegillouard
Theme URI: http://underscores.me/
Author: SeriousWeb
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: isabellegillouard
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.

isabellegillouard 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%;
	scrollbar-color: #0E2316 #fff;
	scrollbar-width: thin;
}

/* 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;
	-webkit-tap-highlight-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;
	-webkit-tap-highlight-color: transparent;
}

div {
	-webkit-tap-highlight-color: transparent;
}

/**
 * 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: #0E2316;
	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;
	padding-top: 100px;
}

hr {
	background-color: #0E2316;
	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%;
	display: block;
}

figure {
	margin: 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #0E2316;
	text-decoration: none;
	transition: color 250ms;
}

a:visited {
	color: #0E2316;
}

a:hover,
a:focus,
a:active {
	color: #FFCA17;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #0E2316;
	border-radius: 3px;
	background: #fff;
	color: #0E2316;
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #0E2316;
	color: #fff;
}

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

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: #0E2316;
	border: 1px solid #0E2316;
	border-radius: 0;
	background: transparent;
	padding: 3px;
	width: 100%;
}

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

input:focus-visible {
	outline: none;
}

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

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

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation .menu-toggle {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	border: none;
	font-weight: bold;
	font-family: 'Gyst';
	cursor: pointer;
	background: transparent;
	padding-left: 60px;
	position: relative;
	transition: all 500ms;
}

.main-navigation .menu-toggle .title {
	position: absolute;
	right: 60px;
	transition: all 500ms;
}

.main-navigation .menu-toggle svg {
	transition: all 500ms;
	height: 40px;
}

.main-navigation .menu-toggle svg path {
	transition: all 500ms;
	transform-origin: center;
}

.main-navigation .menu-toggle:hover {
	background: transparent;
	color: #0E2316;
}

.main-navigation.is-open .menu-toggle {
	font-size: 22px;
}

.main-navigation.is-open .menu-toggle svg #path1 {
	transform: rotate(130deg) translateY(10px) translateX(3px);
}

.main-navigation.is-open .menu-toggle svg #path2 {
	transform: translateX(40px);
}

.main-navigation.is-open .menu-toggle svg #path3 {
	transform: rotate(50deg) translateX(3px) translateY(-9px);
}

.main-navigation #menu-modal {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	padding-top: 115px;
	pointer-events: none;
	overflow: hidden;
	z-index: -1;
}

.main-navigation #menu-modal .menu-background {
	position: absolute;
	inset: 0;
	background: rgba(255,255,255,0.7);
	backdrop-filter: blur(5px);
	transform: translateX(100%);
	transition: transform 1000ms ease;
}

.main-navigation #menu-modal .menu-menu-1-container {
	position: relative;
	height: 100%;
	padding: 50px;
	opacity: 0;
	transition: opacity 500ms ease;
}

.main-navigation.is-open #menu-modal {
	pointer-events: auto;
}

.main-navigation.is-open #menu-modal .menu-background {
	transform: translateX(0);
}

.main-navigation.is-open #menu-modal .menu-menu-1-container {
	opacity: 1;
}

.main-navigation.is-closing #menu-modal {
	pointer-events: none;
}

.main-navigation.is-closing #menu-modal .menu-background {
	transform: translateX(100%);
}

.main-navigation.is-closing #menu-modal .menu-menu-1-container {
	opacity: 0;
}

.main-navigation.is-reset #menu-modal .menu-menu-1-container {
	transition: none;
	transform: translateX(-100%);
	opacity: 0;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	text-align: right;
}

.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;
	font-size: 72px;
	font-family: 'Gyst';
	font-weight: 500;
	text-transform: lowercase;
	line-height: 90px;
}

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

#masthead {
	position: fixed;
	top: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	z-index: 999;
}

#masthead .masthead-background {
	position: fixed;
	top: 0;
	left: 0;
	height: 100px;
	width: 100vw;
	background: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(5px);
	z-index: -1;
}

.home #masthead .masthead-background {
	background: none;
	backdrop-filter: unset;
}

#masthead #header-contact {
	width: 165px;
	padding: 10px 25px;
	height: 100px;
}

#masthead .site-branding {
	width: 150px;
	padding: 10px 25px;
	height: 100px;
}

#masthead .site-branding a {
	height: 80px;
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

#masthead .site-branding a img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}

#masthead #site-navigation {
	width: 165px;
	padding: 10px 25px;
	height: 100px;
}

#header-contact .contact-toggle {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	border: none;
	font-weight: bold;
	font-family: 'Gyst';
	cursor: pointer;
	background: transparent;
	padding-left: 40px;
	position: relative;
	transition: all 500ms;
}

#header-contact .contact-toggle svg {
	position: absolute;
	left: 15px;
	margin-top: -5px;
	transition: all 500ms;
}

#header-contact .contact-toggle:hover {
	background: transparent;
	color: #0E2316;
}

#header-contact.is-open .contact-toggle {
	font-size: 22px;
}

#header-contact.is-open .contact-toggle svg {
	transform: rotate(-15deg);
}

#contact-modal{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	padding-top: 115px;
	pointer-events: none;
	z-index: -1;
}

#contact-modal .contact-background{
	position: absolute;
	inset: 0;
	background: rgba(255,255,255,0.7);
	backdrop-filter: blur(5px);
	transform: translateX(-100%);
	transition: transform 1000ms ease;
}

#contact-modal .contact-content{
	position: relative;
	height: 100%;
	padding: 50px;
	max-width: 1500px;
	margin: 0 auto;
	opacity: 0;
	transition: opacity 500ms ease;
	overflow-y: auto;
}

#header-contact.is-open #contact-modal{
	pointer-events: auto;
}

#header-contact.is-open #contact-modal .contact-background{
	transform: translateX(0);
}

#header-contact.is-open #contact-modal .contact-content{
	opacity: 1;
}

#header-contact.is-closing #contact-modal{
	pointer-events: none;
}

#header-contact.is-closing #contact-modal .contact-background{
	transform: translateX(-100%);
}

#header-contact.is-closing #contact-modal .contact-content{
	opacity: 0;
}

#header-contact.is-reset #contact-modal .contact-content{
	transition: none;
	transform: translateX(-100%);
	opacity: 0;
}

#contact-modal .contact-content .citation {
	margin-bottom: 50px;
	padding: 0;
}

#contact-modal .contact-content .contact-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#contact-modal .contact-content .contact-row > div {
	padding-right: 100px;
}

#contact-modal .contact-content .contact-row .contact-form-col {
	width: 55%;
}

#contact-modal .contact-content .contact-row .contact-infos-col {
	width: 30%;
}

#contact-modal .contact-content .contact-row .contact-socials-col {
	width: 15%;
	padding-right: 0;
}

#contact-modal .contact-content .contact-row .contact-form-col input,
#contact-modal .contact-content .contact-row .contact-form-col textarea{
	border: none;
	border-bottom: 1px solid #0E2316;
	font-family: 'Gyst';
}

#contact-modal .contact-content .contact-row .contact-form-col input[type="submit"] {
	width: 100px;
	height: 100px;
	border: 2px solid #0E2316;
	border-radius: 50%;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0;
	cursor: pointer;
	transition: all 250ms;
}

#contact-modal .contact-content .contact-row .contact-form-col .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#contact-modal .contact-content .contact-row .contact-form-col .row .phone-col {
	width: 30%;
}

#contact-modal .contact-content .contact-row .contact-form-col .row .mail-col {
	width: 70%;
	padding-left: 50px;

}

#contact-modal .contact-content .contact-row .contact-title {
	font-family: 'Gyst';
	font-size: 22px;
}

#contact-modal .contact-content .contact-row .title {
	margin: 20px 0 10px;
	font-weight: 700;
}

#contact-modal .contact-content .contact-row .title:first-child {
	margin-top: 10px;
}

#contact-modal .contact-content .contact-row .contact-infos-col .contact-infos .content p {
	margin: 10px 0;
}

@media(max-width: 991px) {
	#contact-modal .contact-content .contact-row .contact-form-col .row .phone-col {
		width: 100%;
	}

	#contact-modal .contact-content .contact-row .contact-form-col .row .mail-col {
		width: 100%;
		padding-left: 0;
	}

	#contact-modal .contact-content .contact-row > div {
		padding-right: 50px;
	}

	#contact-modal .contact-content .contact-row .contact-form-col {
		width: 45%;
	}

	#contact-modal .contact-content .contact-row .contact-infos-col {
		width: 35%;
	}

	#contact-modal .contact-content .contact-row .contact-socials-col {
		width: 20%;
		padding-right: 0;
	}
}

@media(max-width: 781px) {
	#contact-modal .contact-content .contact-row > div {
		padding-right: 0;
	}

	#contact-modal .contact-content .contact-row .contact-form-col {
		width: 100%;
	}

	#contact-modal .contact-content .contact-row .contact-infos-col {
		width: 50%;
	}

	#contact-modal .contact-content .contact-row .contact-socials-col {
		width: 50%;
		padding-left: 50px;
	}

	#masthead .masthead-background {
		height: 80px;
	}

	#masthead #header-contact {
		width: 120px;
		padding: 10px 15px;
		height: 80px;
	}

	#masthead .site-branding {
		width: 100px;
		padding: 10px 15px;
		height: 80px;
	}

	#masthead #site-navigation {
		width: 120px;
		padding: 10px 15px;
		height: 80px;
	}

	#masthead .site-branding a {
		height: 60px;
	}

	#header-contact .contact-toggle {
		padding-left: 30px;
	}

	#header-contact .contact-toggle svg {
		left: 5px;
	}

	.main-navigation #menu-modal {
		padding-top: 80px;
	}

	.main-navigation .menu-toggle {
		padding: 0 0 0 50px;
	}

	.main-navigation .menu-toggle .title {
		right: 45px;
	}

	.main-navigation a {
		font-size: 52px;
		line-height: 68px;
	}
}

@media(max-width: 575px) {
	#contact-modal .contact-content .contact-row .contact-infos-col {
		width: 100%;
	}

	#contact-modal .contact-content .contact-row .contact-socials-col {
		width: 100%;
		padding-left: 0;
		padding-top: 25px;
	}

	#contact-modal .contact-content {
		padding: 25px 25px 75px;
	}

	.main-navigation #menu-modal .menu-menu-1-container {
		padding: 25px 25px 75px;
	}
}



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

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

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

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

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

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

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

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

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

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

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

/* Homepage */

.home .site-main {
	position: relative;
}

.home-video {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
}

.home-video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-video.sound {
	cursor: url("/wp-content/themes/isabellegillouard/img/controls-volume-on.svg") 10 10, pointer;
}

.home-video.muted {
	cursor: url("/wp-content/themes/isabellegillouard/img/controls-volume-off.svg") 10 10, pointer;
}

/* Général */

#wpadminbar {
	display: none;
}

.site-main .page .post-thumbnail {
	max-width: 1400px;
	margin: 0 auto;
}

.site-main .page .post-thumbnail img {
	/*mask-image: linear-gradient(180deg, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0) 100%);
	-webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0) 100%);*/

	mask-image:
			linear-gradient(180deg, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0) 100%),
			linear-gradient(-110deg, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 0) 100%);
	-webkit-mask-image:
			linear-gradient(180deg, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0) 100%),
			linear-gradient(-110deg, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 0) 100%);
	mask-composite: intersect;
	-webkit-mask-composite: intersect;
}

.site-main .page .entry-header {
	margin-bottom: 50px;
}

.site-main .page .entry-header .entry-title {
	text-align: center;
	text-transform: lowercase;
	font-size: 90px;
	margin: 0 15px 15px;
	line-height: 1;
	font-family: 'Gyst';
	font-weight: 400;
}

.site-main .page .entry-header.has-thumbnail .entry-title {
	margin-top: -15px;
}

.hide {
	display: none;
}

.citation {
	font-size: 36px;
	font-weight: 300;
	font-style: italic;
	line-height: 1;
	font-family: 'Gyst';
	max-width: 1500px;
	padding: 0 50px;
	margin: 0 auto;
}

.entry-header .citation {
	text-align: center;
}

.citation-author {
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
	padding-top: 15px;
}

.small-container {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 50px;
}

.medium-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 50px;
}

.container {
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 50px;
}

.medium-col-right > * {
	width: 460px;
	max-width: 100%;
	margin-right: auto;
}

.medium-col-left > * {
	width: 460px;
	max-width: 100%;
	margin-left: auto;
}

.paysage-picture img {
	mask-image:
			linear-gradient(180deg, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 0) 100%),
			linear-gradient(-110deg, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 0) 100%);
	-webkit-mask-image:
			linear-gradient(180deg, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 0) 100%),
			linear-gradient(-110deg, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 0) 100%);
	mask-composite: intersect;
	-webkit-mask-composite: intersect;
}

.wp-block-columns.is-layout-flex {
	gap: 50px;
}

.big-title {
	font-family: 'Gyst';
	font-size: 72px;
	font-weight: 400;
	margin: 0 0 60px;
	text-align: center;
	padding: 0 25px;
}

.big-subtitle {
	margin-top: -60px;
	margin-bottom: 60px;
	font-family: 'Gyst';
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
	text-align: center;
}

.no-margin-bottom {
	margin-bottom: 0;
}

.no-margin-top {
	margin-top: 0;
}

@media(max-width: 991px) {
	.big-title {
		font-size: 48px;
		margin: 25px 0;
	}

	.big-subtitle {
		margin-top: -25px;
		margin-bottom: 25px;
		font-size: 22px;
	}
}

@media(max-width: 781px) {
	.site-main .page .entry-header.has-thumbnail .entry-title {
		font-size: 72px;
	}

	.citation {
		font-size: 32px;
	}

	.citation-author {
		font-size: 18px;
	}

	.mobile-left {
		text-align: left;
	}

	.hide-mobile {
		display: none;
	}
	
	.wp-block-columns.is-layout-flex {
		gap: 0;
	}

	.medium-col-right > * {
		width: 100%;
		margin-right: 0;
	}

	.medium-col-left {
		order: 2;
	}

	.medium-col-left > * {
		width: 100%;
		margin-left: 0;
	}

	.paysage-picture {
		max-width: 300px;
	}
}

@media(max-width: 575px) {
	.site-main .page .entry-header.has-thumbnail .entry-title {
		font-size: 52px;
	}

	.citation {
		font-size: 24px;
		padding: 0 25px;
	}

	.citation-author {
		font-size: 16px;
		padding-top: 10px;
	}

	.container {
		padding: 0 25px;
	}

	.big-title {
		font-size: 32px;
		line-height: 1;
	}

	.small-container {
		padding: 0 25px;
	}

	.medium-container {
		padding: 0 25px;
	}
}

/* Page vision */

.questions-block > div {
	width: 800px;
	margin-left: -100px;
}

.questions-block .question {
	font-family: 'Gyst';
	font-style: italic;
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	text-align: right;
	color: #afafaf;
}

.block-vision-savoir-faire img {
	mask-image:
			linear-gradient(180deg, rgba(0, 0, 0, 1) 85%, rgba(0, 0, 0, 0) 100%),
			linear-gradient(-110deg, rgba(0, 0, 0, 1) 85%, rgba(0, 0, 0, 0) 100%);
	-webkit-mask-image:
			linear-gradient(180deg, rgba(0, 0, 0, 1) 85%, rgba(0, 0, 0, 0) 100%),
			linear-gradient(-110deg, rgba(0, 0, 0, 1) 85%, rgba(0, 0, 0, 0) 100%);
	mask-composite: intersect;
	-webkit-mask-composite: intersect;
}

.block-vision-savoir-faire .title {
	font-family: 'Gyst';
	margin: 5px 0;
	line-height: 20px;
}

.block-vision-savoir-faire p {
	margin: 0;
}

@media(max-width: 991px) {
	.questions-block > div {
		width: 700px;
		margin-left: 0;
		max-width: 100%;
	}
}

@media (max-width: 781px) {
	/*.savoir-faire-col {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row-reverse;
		justify-content: center;
		align-items: center;
	}

	.savoir-faire-col figure {
		width: 50%;
		padding-left: 25px;
	}

	.savoir-faire-col .savoir-faire-content {
		width: 50%;
	}*/

	.savoir-faire-col .savoir-faire-content {
		padding: 25px 0;
	}

	.questions-block .question {
		text-align: left;
		margin-bottom: 0;
		margin-top: 0;
	}
}

/* Page savoir-faire */

.wp-block-accordion .wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title {
	text-decoration: none;
}

.wp-block-accordion .wp-block-accordion-panel p {
	margin: 0 0 10px;
}

.artistes-block .artistes-block-title {
	font-size: 24px;
	line-height: 1.5;
}

.artistes-block .artistes-row {
	margin-bottom: 0;
}

.artistes-block .artistes-row .artiste-col {
	padding: 12.5px;
}

.artistes-block .artistes-row .artiste-col h4 {
	font-family: 'Gyst';
	font-style: italic;
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	margin: 0;
}

.artistes-block .artistes-row .artiste-col p {
	margin: 0;
}

.more-artistes-button {
	margin: 50px auto;
	max-width: 400px;
}

.more-artistes .artistes-row .artiste-col .more-artistes-col {
	width: fit-content;
	margin: 0 auto;
}

.more-artistes .artistes-row .artiste-col .title {
	font-size: 24px;
	line-height: 1.5;
	font-weight: bold;
	margin: 0;
}

.more-artistes .artistes-row .artiste-col .content {
	margin: 0 0 50px;
}

@media(max-width: 781px) {
	.more-artistes .artistes-row .artiste-col .more-artistes-col {
		margin: 0;
	}

	.more-artistes-button {
		margin: 25px 0;
	}
}

/* Footer */

.site-footer {
	position: relative;
	overflow: hidden;
	padding: 150px 0 0;
	margin: 50px 0 0;
}

.site-footer .footer-background {
	position: absolute;
	right: -5px;
	bottom: 0;
	height: 100%;
	z-index: -1;
}

.site-footer .footer-background img {
	height: 105%;
	opacity: 0.15;
	position: relative;
}

.site-footer .footer-background-left {
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	opacity: 0.50;
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
}

.site-footer .footer-background-left img {
	height: 100%;
	width: auto;
	max-width: unset;
}

.site-footer .main-footer-block {
	display: flex;
	flex-wrap: wrap;
	max-width: 1400px;
	margin: 0 auto 100px;
}

.site-footer .main-footer-block .newsletter-col {
	width: 40%;
	padding: 0 25px;
	min-width: calc(100% - 800px);
}

.site-footer .main-footer-block .infos-col {
	width: 30%;
	padding: 0 25px;
	max-width: 400px;
}

.site-footer .main-footer-block .social-col {
	width: 30%;
	padding: 0 25px;
	max-width: 400px;
}

.site-footer .main-footer-block .footer-title {
	font-size: 32px;
	line-height: 1;
	font-weight: 600;
	margin-bottom: 50px;
}

.site-footer .main-footer-block .title {
	margin: 20px 0 5px;
	font-weight: 800;
	line-height: 1;
}

.site-footer .main-footer-block .title:first-child {
	margin-top: 0;
}

.site-footer .main-footer-block .contact-infos .content p {
	margin: 5px 0 10px;
	line-height: 1;
}

.bottom-footer {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
	border-top: 1px solid;
	flex-wrap: wrap;
}

.bottom-footer .credit {
	display: flex;
}

.bottom-footer img {
	width: 14px;
	margin: 0 5px;
	padding: 5px 0 2px;
}

.bottom-footer .seriousweb {
	margin-left: 3px;
}

.bottom-footer .bottom-separator {
	margin: 0 5px;
}

.site-footer .main-footer-block .newsletter .sib_signup_box_inside_1 {
	max-width: 600px;
}

.site-footer .main-footer-block .newsletter .sib_signup_box_inside_1 input {
	background: rgba(255, 255, 255, 0.5);
	padding: 8px;
}

.site-footer .main-footer-block .newsletter .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.site-footer .main-footer-block .newsletter .row .name-col {
	width: calc(50% - 10px);
	margin-bottom: 15px;
}

.site-footer .main-footer-block .newsletter .infos {
	font-weight: 500;
	margin: 15px 0;
}

.site-footer .main-footer-block .newsletter .submit input {
	padding: 10px 10px;
	border-radius: 0;
	line-height: 1;
	font-family: 'Gyst';
	border: 2px solid #0E2316;
	text-transform: uppercase;
	font-weight: 700;
	cursor: pointer;
	transition: all 250ms;
	font-size: 16px;
}

.site-footer .main-footer-block .newsletter .submit input:hover {
	background: #0E2316;
}

@media(max-width: 991px) {
	.site-footer .main-footer-block .footer-title {
		margin-bottom: 25px;
	}

	.site-footer .footer-background img {
		object-fit: contain;
		padding-left: 50px;
	}

	.site-footer .main-footer-block .newsletter .row .name-col {
		width: 100%;
	}
}

@media(max-width: 781px) {
	.site-footer .main-footer-block {
		margin-bottom: 50px;
	}

	.site-footer .main-footer-block .newsletter-col {
		width: 100%;
	}

	.site-footer .main-footer-block .infos-col {
		width: 50%;
	}

	.site-footer .main-footer-block .social-col {
		width: 50%;
	}

	.site-footer {
		padding: 0;
	}

	.bottom-footer .credit {
		width: 100%;
		justify-content: center;
	}

	.site-footer .main-footer-block .newsletter .row .name-col {
		width: calc(50% - 10px);
	}

	.site-footer .main-footer-block .newsletter .submit input {
		margin-bottom: 25px;
	}
}

@media(max-width: 575px) {
	.site-footer .main-footer-block {
		margin-bottom: 25px;
	}

	.site-footer .main-footer-block .infos-col {
		width: 100%;
		padding-top: 25px;
	}

	.site-footer .main-footer-block .social-col {
		width: 100%;
		padding-top: 25px;
	}

	.site-footer {
		margin-top: 25px;
	}
}

/* Page articles */

.articles {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12.5px;
}

.articles .article {
	width: 25%;
	padding: 12.5px;
	position: relative;
}

.articles .article .image {
	overflow: hidden;
}

.articles .article .image img {
	display: block;
	transition: all 250ms;
}

.articles .article .content {
	position: absolute;
	top: 12.5px;
	left: 12.5px;
	width: calc(100% - 25px);
	height: calc(100% - 25px);
	background: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(5px);
	padding: 5px;
	opacity: 0;
	overflow-y: auto;
	pointer-events: none;
	transition: opacity 500ms ease;
}

.articles .article .content .title {
	margin: 10px 0 5px;
	line-height: 1;
	font-size: 24px;
	font-weight: bold;
}

.articles .article:hover {
	color: #0E2316;
}

.articles .article:hover .image img {
	transform: scale(1.1);
}

.articles .article:hover .content {
	opacity: 1;
}

/* Page single article */

.single .header-article {
	display: flex;
	flex-wrap: wrap;
}

.single .header-article .content {
	width: calc(100% - 250px);
	min-width: 50%;
	padding-right: 15px;
	text-align: right;
}

.single .header-article .content .entry-title {
	margin: 0 0 10px;
	line-height: 1;
}

.single .header-article .image {
	width: 50%;
	max-width: 250px;
}

@media(max-width: 767px) {
	.single .header-article {
		flex-direction: column-reverse;
	}

	.single .header-article .content {
		width: 100%;
		text-align: left;
		padding-right: 0;
	}

	.single .header-article .image {
		margin-bottom: 25px;
	}
}