/*!
Theme Name: theoboissonade v6
Theme URI: climates.studio
Author: theoboissonade
Author URI: theoboissonade.com
Description: theoboissonade.com
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: theo boissonade
Tags: theoboissonade.com, theo boissonade, theo boissonnade

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

theo boissonade 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.


*/

/*--------------------------------------------------------------
>>> 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.
 */

@font-face {
	font-family: 'NEXT Pan Mono';
	src: url('NEXTPanMono-Thin.woff2') format('woff2'),
		url('NEXTPanMono-Thin.woff') format('woff');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'NEXT Pan Mono';
	src: url('NEXTPanMono-ThinItalic.woff2') format('woff2'),
		url('NEXTPanMono-ThinItalic.woff') format('woff');
	font-weight: 100;
	font-style: italic;
	font-display: swap;
}


@font-face {
	font-family: 'NEXT Pan Book';
	src: url('NEXTPanBook-Italic.woff2') format('woff2'),
		url('NEXTPanBook-Italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'NEXT Pan Book';
	src: url('NEXTPanBook-Medium.woff2') format('woff2'),
		url('NEXTPanBook-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'NEXT Pan Book';
	src: url('NEXTPanBook-ThinItalic.woff2') format('woff2'),
		url('NEXTPanBook-ThinItalic.woff') format('woff');
	font-weight: 100;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'NEXT Pan Book';
	src: url('NEXTPanBook-MediumItalic.woff2') format('woff2'),
		url('NEXTPanBook-MediumItalic.woff') format('woff');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'NEXT Pan Book';
	src: url('NEXTPanBook-Regular.woff2') format('woff2'),
		url('NEXTPanBook-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'NEXT Pan Book';
	src: url('NEXTPanBook-Bold.woff2') format('woff2'),
		url('NEXTPanBook-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'NEXT Pan Book';
	src: url('NEXTPanBook-LightItalic.woff2') format('woff2'),
		url('NEXTPanBook-LightItalic.woff') format('woff');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'NEXT Pan Book';
	src: url('NEXTPanBook-Light.woff2') format('woff2'),
		url('NEXTPanBook-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'NEXT Pan Book';
	src: url('NEXTPanBook-BoldItalic.woff2') format('woff2'),
		url('NEXTPanBook-BoldItalic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'NEXT Pan Book';
	src: url('NEXTPanBook-Thin.woff2') format('woff2'),
		url('NEXTPanBook-Thin.woff') format('woff');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'SangBleu Serif';
    src: url('SangBleuSerif-LightItalic.woff2') format('woff2'),
        url('SangBleuSerif-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SangBleu Serif';
    src: url('SangBleuSerif-Light.woff2') format('woff2'),
        url('SangBleuSerif-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



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: 1.5em !important;
	/* margin: 0.67em 0; */
}

/* Grouping content
	 ========================================================================== */

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

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

/* Text-level semantics
	 ========================================================================== */

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

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

/* Forms
	 ========================================================================== */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Interactive
	 ========================================================================== */

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

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

/* Misc
	 ========================================================================== */

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

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

/* Box sizing
--------------------------------------------- */

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	/* color: #404040; */
	/* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; */
	font-size: 1.8vh;
	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: white; */

}

/* #page {background: white;} */

body,
html {
	height: 100%;
	width: 100%;
	overflow: hidden;
}

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: 0px solid #ccc;
	border-radius: 3px;
	padding: 3px;
	margin-top: 5px;
	margin-bottom: 15px;
	background: #F2F2F2F2;
}

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 #000;
	border-radius: 20px;
} */

select {
    border: 2px solid #000;
    border-radius: 13px;
    padding-left: 5px; 
    /* font-size: 16px; */
    /* Add any other styles you want to apply */
	display: block;
    /* font-size: 1.5em; */
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: 500;
    font-size: 2vh;
    text-transform: uppercase;
}

/* Optional: Reset default styles for browsers */
select::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0;
}

/* Optional: Remove default arrow in Chrome */
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('https://www.theoboissonade.com/wp-content/uploads/2023/11/fleche-vers-le-bas-1.png');
    background-size: 16px; /* Adjust the size of the custom arrow icon */
	background-position: calc(100% - 5%) center; /* 20% du bord droit */
    background-repeat: no-repeat;
    padding-right: 40px; 
	width: 150px;
	color: #000!important;
	background-color: #FFF;
}

.choix{display: flex;align-items: center;}
html {
    scroll-behavior: smooth;
}
.eye {max-height: 25px;}

.eye img {max-height: 25px;width: auto;background-image: transparent !important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 0vh;}

textarea {
	width: 100%;
}

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

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

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

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}


.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

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

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







.filtre-nav {
	width: 100vw;
	display: flex;
	/* justify-content: space-evenly; */
	padding-left: 2vw;
	padding-right: 2vw;
	flex-wrap: wrap;
	align-items: flex-end;

	margin: 0;
	/* padding: 0; */
	width: 100%;
	height: 100%;
}

.filtre-nav ul li {
	list-style-type: none;
}

.filtre-nav a {
	color: black;
	cursor: pointer;
	height: 70%;
	font-weight: 500;
	text-decoration: none;
	font-size: 2.2vh;
	border-radius: 13px;
	border: 2px solid black;
	align-items: center !important;
	display: flex;
	text-transform: uppercase;
	padding-left: 5px;
	background: white;
	line-height: 0;
	padding-right: 5px;
	padding-top: 1px;
	/* transition: all 1s ease-out; */

}

.filtre-nav a:hover {
	border: 2px solid white;
	background: black;
	color: white
}

.filtre-nav .is-active {border: 2px solid white;
	background: black;
	color: white}


/* .filtre-nav .active {border: 2px solid white;
	background: black;
	color: white} */

/* .filtre-nav .is-active */


*:focus {
	outline: none;
}


.home {
	/* display: flex; */
	width: 100vw;
	height: 100%;
	background: white;
	/* border:1px solid red; */
	/* justify-content: space-around; */
	/* flex-wrap: wrap; */
}



.post figcaption {
	padding-left: 2vw;
	line-height: 1;
	height: auto;
	min-height: 10vh;
	background: white;
	align-items: center;
	font-family: monospace;
}

.page-content p {
	background: #FFF;
	margin-bottom: 0em;
	position: relative;
	padding-left: 2vw;
	padding-top: 1vw;
	padding-bottom: 1vw;
	text-align: left;
	min-height: 100px;
	height: auto;
	align-items: flex-start;
}

.post .wp-block-columns {
	line-height: 0;
}

.wp-block-video figcaption {
	margin-top: -10% !important;
	z-index: 999999999 !important;
	margin-bottom: 0em;
	position: absolute;
	text-align: left;
	height: auto;
	border-radius: 10px;
	padding: 5px;
	margin-left: 2vh;
}

.wp-block-video {
	margin-bottom: -7px !important;
	z-index: 99 !important;
}


.wp-block-image {
	margin-bottom: -8px !important;
	z-index: 9999 !important;

}

.wp-block-video [poster] {
	/* object-fit: contain !important; */
}



optgroup {
	line-height: 0 !important;
}

.wp-block-image figcaption {

	margin-top: -10% !important;
	margin-bottom: 0em;
	z-index: 999999999 !important;
	position: absolute;
	border-radius: 10px;
	padding: 5px;
	margin-left: 2vh;
	height: auto;
}

.wp-block figcaption {
	margin-top: 0em;
	margin-bottom: 0em;
}

body .is-layout-flex {
	border-radius: 20px;
	overflow: hidden;
	-webkit-mask-image: -webkit-radial-gradient(black, black);
	margin-bottom: 6.1vh;
	background: white;
	position: relative;
	width: auto;
	transition: all 1s;
	max-width: max-content;
	margin-left: auto;
	margin-right: auto;
	min-height: 10vh;
}


.wp-block-video {
	/* max-width: max-content; */
}


body .is-layout-flex #my_video_1 video {
	width: 100% !important;
}



body .is-layout-flex img {
	width: 100% !important;

}

.is-layout-flow .wp-block-column {
	background: white;
}


.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
	max-width: 70vw;
	margin-left: auto;
	margin-right: auto;
}




.sous-titre {
	line-height: 1.5;
}

#page {
	/* height: 100%; */
	/* top: 0px !important; */
	/* z-index: 9999; */
}

span {
	margin: 0;
	padding: 0;
}

h1 {
	margin: 0;
	padding: 0;
}

h1 {
	display: block;
	font-size: 2em;
	margin-block-start: 0em;
	margin-block-end: 0em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: inherit;
}

.site-title a {
	text-decoration: none;
	color: black;
	font-size: 2.5vh !important;
	text-transform: uppercase;
	font-weight: 800 !important;
	opacity: 1;
	transition: 0.3s;

}

.site-title a:hover {
	opacity: 0.8;
}

.main-navigation li {
	border: 1px solid #f2f2f2;
	background: white;
	padding: 5px;
	border-radius: 20px;
	margin-right: 5px;
}

.main-navigation li a {
	color: black;
	text-decoration: none;
	text-transform: uppercase;
}

.main-navigation li: hover {
	background: #f2f2f2;
	-webkit-transition: background-color 1000ms linear;
	-ms-transition: background-color 1000ms linear;
	transition: background-color 1000ms linear;
}

.nav-links a {
	border: 1px solid black;
	padding-top: 5px;
	padding-bottom: 5px;
	color: white;
	background: #282828;
	text-decoration: none;
}

#breadcrumbs {
	width: fit-content;
}

.breadcrumb-close {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: transform 1S;
}



.breadcrumb a {
	font-size: 4vh;
	border: 0px solid green;
}

.breadcrumb span {
	color: black;
	/* padding-right: 10px;
	padding-left: 10px; */
}

.breadcrumb a {
	color: black;
	text-decoration: none;

}

.breadcrumb a:hover {
	/* text-decoration: underline; */
	cursor: pointer;
}

.site-info {
	color: white;
	background: #282828;
	width: 50vw;
	padding: 2vw;
	padding-bottom: 4%;
}

.site-info a {
	color: white;
	border-bottom: 1px dotted;
	text-decoration: none;
}

.copyright {
	display: flex;
	flex-direction: column;
}

.site-footer {
	display: flex;
}

.site-branding {
	border: 0px solid red;
	padding: 0 !important;
	margin: 0 !important;
	max-height: 10vh;
	/* width: 50vw; */

	/* font-size: 3vh; */
	/* display: flex; */
}

.site-branding h1 {
	margin: 0 0 0 !important;
}

#site-navigation {
	border: 0px solid red;
	width: 20vw;
	align-self: center;
}

.menu-right {
	width: 26vw;
	border: 0px solid red;
	justify-content: flex-end;
	display: flex;
	align-items: center;
	align-self: center;
}

ul#primary-menu {
	margin: 0;
	padding: 0;
}



body {
	font-family: 'NEXT Pan Book', sans-serif;
	font-weight: 300;
	/* background: #F2F2F2; */
}

article {
	padding-left: 1vh;
}

.page-content {
	/* padding-top: calc(5% - 3px); */

}


.archive-page-title span {
	border: 1px solid grey;
	border-radius: 10px;
	font-size: 2vh;
	padding: 5px;
	margin-left: 1vw;
}

h1.entry-title {
	border: 1px solid grey;
	border-radius: 10px;
	font-size: 2vh;
	padding: 5px;
	margin-left: 1vw;
}

.page-header {
	margin-top: 50px;
}

.archive-page-title {
	margin-bottom: 20px;
}




.plus-scroll {
	height: 95%;
	bottom: -95%;
	z-index: 999999999 !important;
	position: fixed;
	background: white !important;
	width: 100vw;
	border-top: 2px solid black;
	transition: bottom 2s ease-out !important;
}





.plus-open {
	height: calc(95% + 2px) !important;
	bottom: 0;

}



/*
.swiper-button-next,
.swiper-button-prev {
	color: #000;
} */






.is-active {
	font-weight: 500 !important;
}




.plus-scroll .wp-block-column,
.plus-scroll .wp-block-column:not(:first-child) {
	border-left: 0 !important;
}




.custom-logo-link img {
	height: 2vh;
	width: auto;
}



::focus {
	outline: none !important;
}

:focus {
	outline: none !important;
}


.menu-mobile {
	display: none;
}




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 {
	background: #Fff;
	border: 1px solid #000;
}

#container p,
#container p {
	/* font-family: "NEXT Pan Mono"; */
	font-family: "SangBleu Serif";
	
	font-size: 2vh;
	/* word-break: keep-all; */
}

p {
	font-family: "SangBleu Serif";
	font-size:17.5px;
}

p a {
	text-decoration: none;
	border-bottom: 1px solid black;
}

figcaption {
	font-family: "SangBleu Serif";
	/* font-size: 1.4vh; */
	background: black !important;
}


#container p {
	padding: 2vw;
}

.wp-block-column {
	padding-right: 0vw;
}

.wp-block-columns {
	margin-bottom: 0px;
	height: auto !important;
}


.wp-block-column: not(: first-child) {
	margin-left: 0em !important;
}


.navigation {margin-top:10vh!important; display: flex;justify-content: space-around;}
.navigation a {background: #000;color: #fff;text-decoration: none;padding: 5px;border-radius: 13px;box-shadow:0px  0px  0px  0px #000 ;}
.navigation a:hover {background:#000;color: #fff;transition: all 0.3s;box-shadow:0px 0px 0px 10px #000 ;}

.choice{margin-left:2vw;margin-top:4vw;}

@media (min-width: 1023px) {
	.wp-block-column: not(: first-child) {
		margin-left: 0vw !important;
	}


}



.wp-block-columns {
	margin-bottom: 0px;
	/* height: 100% !important; */
}



.plus-scroll .wp-block-column {
	/* padding: 2.5vw !important; */
}

.plus-scroll .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
	/* max-width: inherit;
	margin-left: inherit;
	margin-right: inherit; */
}

.plus-scroll .is-layout-flex{
	max-width: inherit;
    margin-left: 2vw;
    margin-right: 2vw;
}

.plus-scroll .wp-block-columns {
	height: auto !important;
	gap:inherit;
}

.plus-scroll .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    max-width: inherit;
    margin-left: inherit;
    margin-right: inherit;
}



.wp-block-column:not(:first-child) {
	/* border-left: 2px solid black; */
	/* margin-left: -2px !important; */
}

.wp-block-column:not(:first-child) {
	/* margin-left: -2px !important; */
}

.wp-block-image figcaption {
	/* border-right: 2px solid black; */
	text-align: left;
}



.lang {
	font-size: 1.5vh;
	height: 1vw;
	line-height: 0.1vw;
	padding: 10px;
	opacity: 0.7;
	align-self: center;
	margin-right: 2vw;
	border: 1px solid black;
	border-radius: 10px;
	transition: all 0.2s ease-in-out;
}

.lang:hover {
	opacity: 1;
	transition: all 0.2s ease-in-out;
}

.lang a {
	color: black;
	text-decoration: none;
}

.lang a:hover {
	/* color: grey; */
}

.wp-block-contact-form-7-contact-form-selector {
	padding-left: 2vw;
}




.wp-block-image {
	margin: 0 0 0em;
}

/* .swiper-button-next,
.swiper-button-prev {

	top: auto !important;
	bottom: -8px;


}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 2vh;
} */


figure {
	display: block;
	margin-block-start: 0em;
	margin-block-end: 0em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}

p {
	display: block;
	letter-spacing: 1px;
	margin-block-start: 0em;
	margin-block-end: 0em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}

.wp-block-video {
	margin: 0 0 0em;
}

.wp-block-column:not(:first-child) {
	margin-left: 0px;
}


.plus-scroll a,
.plus-scroll a:visited,
.plus-scroll a:hover {
	color: black;
}

#masthead {
	border-bottom: 2px solid black;
	height: 5%;
	max-height: 5%;
	top: 0 !important;
	background: white;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	display: flex;
	z-index: 99999;
	padding-left: 2vw;
	padding-right: 2vw;
	position: absolute;
}


.foot {
	position: absolute;
	bottom: 0;
	width: 100vw;
	padding-left: 2vw;
	padding-right: 2vw;
	justify-content:flex-end;
	z-index: 99999 !important;
	display: flex;
	/* padding: 2vw; */
	/* mix-blend-mode: difference!important; */
}


.foot a {
	color: black;
	cursor: pointer;
	height: 70%;
	font-weight: 500;
	text-decoration: none;
	font-size: 2.2vh;
	border-radius: 13px;
	border: 2px solid black;
	align-items: center !important;
	display: flex;
	text-transform: uppercase;
	padding-left: 5px;
	background: white;
	line-height: 2;
	padding-right: 5px;
	padding-top: 1px;
	/* transition: all 1s ease-out; */

}

.foot a:hover,
.foot .is-active {
	border: 2px solid white;
	background: black;
	color: white
}






.mail-left a {
	color: black;
	text-decoration: none;
	display: flex;

}

.mail-right a {
	color: black;
	text-decoration: none;


}


img.lazy {
	opacity: 0.1;
	width: 100vw;
	background: white;

}

img:not(.initial) {
	transition: opacity 1s;
}

img.initial,
img.loaded,
img.error {
	opacity: 0;
	background: white;
}

img:not([src]) {

	background: white;
	width: 100vw;
	/* opacity: 0; */
}

.page-content h1 {
	/* text-decoration: underline; */
	font-weight: 900;
	font-size: 10vh!important;
}


video.lazy {

	/* background: white; */
	width: 100vw;

}

video:not(.initial) {
	transition: opacity 1s;
	opacity: 0;
}

video.initial,
video.loaded,
video.error {
	opacity: 1;
	/* background: white; */
	width: 100vw;
}

video:not([src]) {

	opacity: 0;
	/* background: white; */
}

@-moz-document url-prefix() {
	img:-moz-loading {
		visibility: hidden;
	}
}

html,
body {
	min-height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	/* overflow: hidden; */
}


.grecaptcha-badge {
	display: none !important;
	z-index: -1 !important;
}

#primary {

	height: auto;
	position: absolute;
	height: 100% !important;
	top: 5% !important;
	width: 100vw !important;
	/* border: 3px solid red; */
	/* height: calc(var(--vh, 1vh) * 100) !important; */
	/* display: block; */
	/* margin-top: calc(var(--vh, 1vh) * 10) !important; */
	overflow: scroll;



}
/* .site{opacity:0;} */
.all a {text-decoration: none!important;}

.all-titre{opacity:0.5;position: absolute;top:0;}

.all{display: flex;
	padding:10px;
	gap:10px;
	opacity: 0;
padding-bottom:12vh;
flex-wrap: wrap;
flex-direction:row ;
/* padding-top:4vw!important; */
position: absolute;
z-index: 999;
background: white;
/* margin-top:1vw; */
/* display: none!important; */
}

.all-bloc {
	/* width:30.5vw; */
	flex: 1 0 30%;
	flex-basis: 30%;
	
	opacity:1;position: relative;
	margin-bottom: -7px;
}

.all-bloc:last-child {
	 max-width: 50vw;
  }


.choix{
	/* display: none!important; */
	position: fixed;
	margin-top:8vh;
	left:48.85vw;
	right:0;
width:50vw;
z-index: 999999999;;
}



.all-bloc img:hover {
	animation: opacityAnimation 0.6s linear;
	/* transition: opacity 1s ease-in-out;  */
}

.all-bloc video:hover {
	animation: opacityAnimation 0.6s linear;
	/* transition: opacity 1s ease-in-out;  */
}

@keyframes opacityAnimation {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}

@-webkit-keyframes opacityAnimation {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}

@-moz-keyframes opacityAnimation {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}

.all-titre  {text-decoration: none!important;color: #000!important;opacity: 0;text-align: center;width: 100%;height: 90%;display: flex;align-self: center;align-items: center;justify-content: center;}

.all-titre span{color: #000;background: #FFF;border-radius: 13px;padding:5px;pointer-events: none;border:2px solid white;}

.all-bloc:hover * {opacity: 1;}

/* .choix {margin-left:2vw;margin-top:2vw;} */

@media (max-width: 1023px) {
	.all-bloc {flex: 1 0 100%;
		padding: 0vw;
	}
	.all{display: flex;padding:0vw;gap:0; overflow-x: hidden;
		padding-bottom:2vh;
		flex-wrap: wrap;
		/* padding-top:11%!important; */
	}

	#projects {
		/* padding-top:15%; */
	}
		.all-titre {opacity: 1;align-items: flex-end;height:80%;}

		.all-bloc:last-child {
	max-width: 100%;
  }
		.choix {left: 2vw; top:5%;}
select{font-size: 1.75vh;}

body .is-layout-flow > .alignright {
    float: right;
    margin-inline-start: 0;
    margin-inline-end: 0;
}

}



.plus-scroll {
	overflow-y: scroll;
	background: white !important;
	z-index: 9999 !important;
	padding-top: 10vh;
	padding-bottom: 10vh;
}

.plus-scroll .is-layout-flex {
	margin-bottom: inherit;
}


.o-page-transition--fade {
	transition: all 1s linear;
	opacity: 1;
}

.is-animating .o-page-transition--fade {
	opacity: 0;
}

.o-container {
	display: block;
	width: 1100px;
	max-width: 100%;
	padding: 0px 20px;
	margin: 0 auto;
}

.c-header {
	display: flex;
	width: 100%;
	padding: 10px 30px;
	align-items: center;
}

.c-header__wrapper-logo {
	display: block;
}

.c-header__logo-link {
	display: inline-block;
	cursor: pointer;
}

.c-header__logo {
	display: block;
	width: 200px;
	height: auto;
	max-width: 100%;
}

.c-header__menu {
	width: calc(100% - 200px);
}

.c-header__menu-item {
	padding: 4px 6px;
	text-decoration: none;
	font-size: 20px;
	line-height: 26px;
	color: #000;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}

.c-header__menu-item:hover {
	color: #f37f7f;
}

.c-header__menu-item.is-active {
	color: #c70b0b;
}

.c-main {
	display: block;
	width: 100%;
	height: 100%;
}

.c-title-and-content {
	display: block;
	width: 100%;
}

.c-title-and-content__inner {
	display: block;
	width: 100%;
}

.c-title-and-content__title {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 40px;
	line-height: 56px;
	color: #000;
	margin-bottom: 40px;
}

.c-title-and-content__content {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	color: #000;
	padding-bottom: 20px;
}

.c-title-and-content__content--alt {
	padding-bottom: 58px;
}

.c-title-and-content__wrapper-button {
	display: block;
	width: 100%;
	text-align: center;
}

.c-title-and-content__button {
	display: inline-block;
	width: auto;
	text-align: center;
	font-size: 18px;
	line-height: 26px;
	color: #f5f5f5;
	border: 0px solid transparent;
	background-color: #000;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	outline: 0px solid;
	padding: 6px 19px;
}

.c-title-and-content__button.is-alt {
	color: #f5f5f5;
	background-color: #c70b0b;
}

.c-footer {
	display: block;
	width: 100%;
	padding: 10px 30px;
	padding-top: 40px;
}

.c-footer__inner {
	display: block;
	width: 100%;
	padding: 4px 6px;
	font-size: 20px;
	line-height: 26px;
	color: #000;
}

.c-footer__copyright {
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	color: #c70b0b;
	cursor: pointer;
}

.c-footer__copyright:hover {
	color: #f37f7f;
}

.u-none {
	display: none !important;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #FFF;
	border-color: #000;
	font-family: "NEXT Pan Mono";
	font-size: 1rem;
	cursor: pointer;
}

.page-content {
	/* display: none; */
	opacity: 0;
	/* left: -100vw; */
	background: black;
	padding-top: 4vh;
	padding-left: 4.1vh;
	padding-right: 4.1vh;
	padding-bottom: 15%;
}

.wp-block-columns {
	gap: 0 !important;
}



video {
	height: inherit !important;
	width: 100% !important;
	/* opacity: 0; */
}




.video-js {
	background: transparent;
}




.wp-block-image {
	background-image: url('./loading.gif') !important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 4vh;
	
}

.wp-block-video{
	background-image: url('./loading.gif') !important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 4vh;
}

#page {
	background-image: url('./loading.gif') !important;
	background-size: 4vh;
	background-position: center;
	background-repeat: no-repeat;

}

/* video.initial{
	background-image: url('./loading.gif') !important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 4vh;
} */

/* video {
	background-image: url('./loading.gif') !important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 4vh;
} */



img.lazy {
	opacity: 0.1;
	/* background: white; */
	

}

img:not(.initial) {
	transition: opacity 1s;
	
}

img.initial,
img.loaded,
img.error {
	opacity: 1;
	/* background: white; */
}

img:not([src]) {
	/* visibility: hidden; */
	/* background: white; */
	
}


video.lazy {
	opacity: 0;
	/* background: white; */

}

video:not(.initial) {
	transition: opacity 1s;
	transition-delay: 0.5s;
}

video.initial,
video.loaded,
video.error {
	opacity: 1;
	/* background: white; */

}

video:not([src]) {
	/* visibility: hidden; */
	/* background: white; */
}

figcaption a,
figcaption a:visited {
	color: #000;
	text-decoration: none;
}

.page-content a,
.page-content a:visited {
	/* color: #000; */
	text-decoration: none;
	border-bottom: 0px;
}

#container-on p {
	/* font-size: 1vw; */
	width: 100%;
	text-align: center;
	border: 0px solid red;
	height: 100%;
	opacity: 0.1;
	display: flex;
	align-items: center;
	justify-content: center;

}

#container-on p:hover {
	background: rgba(0, 0, 0, 0.05) !important;
	transition: 0.2s;
	/* color: white; */
	opacity: 1;
}



#container-on {
	border: 0px solid red;
	height: 90% !important;
	top: 10% !important;
	width: 100vw !important;
	z-index: 9999 !important;
	position: absolute;
}

#container-on a {
	border: 0px;
	text-decoration: none;
	color: black;
	mix-blend-mode: difference;
}

a:visited {
	/* color: black; */
}






.wp-block-embed {
	margin: 0 0 0 0 !important;
	padding: 0 !important;
}


.wp-block-embed__wrapper {
	height: 100%;
	width: 100%;
	aspect-ratio: 16 / 9;


}

.wp-block-embed__wrapper iframe {
	width: 100%;
	height: 100%;

}

.infosclic {
	padding-right: 10px;
	font-weight: 500;
	cursor: pointer;
	font-size: 2.2vh;
	opacity: 1;
	transition: 0.3s;
}

.infosclic:hover {
	opacity: 0.8;
}



#gtranslate_wrapper a {
	color: #000;
}





#homee {
	height: 100%;
}

#homee video {
	height: 100% !important;
	min-width: 100vw;
position: fixed;
	margin-top: 4.2vh;
	object-fit: cover;
}

.home,
#primary,
html {
	background-color: white !important;
}

#container-on {
	pointer-events: none;
}

.filtre-nav a:hover {
	font-weight: 500;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.plus-scroll p {
	margin-block-end: 1em;
}

.wp-swiper {
	/* height: 90vh !important; */
	width: auto;
	text-align: center;
}

.wp-swiper img {
	/* width: auto !important; */
	/* max-height: 80vh; */
	width: 100vw;
	height: auto;
	text-align: center;
}

.swiper-pagination {
	width: 100%;
	/* margin-bottom: -40px; */
}

.swiper-button-next,
.swiper-button-prev {
	color: black !important;
	font-size: 2vh !important;
}

.wp-swiper {
	/* height: 90vh; */
	margin-bottom: 20px;
}

.wp-swiper__wrapper,
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	/* height: 90vh; */
}

a.glink.gt-current-lang {
	font-weight: 500 !important;
}

h2 {
	text-transform: capitalize;
}

figure figcaption {
	opacity: 0;
	transition: all 0.8s;
	background: black;
	color: white;
	/* border: 1px solid black; */
}

figure {
	/* cursor: pointer; */
}

figure:hover * {
	opacity: 1;
}









video {
	height: inherit !important;
	width: 100% !important;
}

.loadvid {
	position: relative;

	width: inherit;
	width: 100%;
	height: inherit;
}

button {
	background: transparent;
}

button {
    display: inline-block;
    border: none;
    padding: 1rem 2rem;
    margin: 0;
    text-decoration: none;
    background: transparent;
    color: black;
    font-family: sans-serif;
    font-size: 1rem;
    cursor: pointer;
    text-align: center;
    transition: background 250ms ease-in-out, 
                transform 150ms ease;
    -webkit-appearance: none;
    -moz-appearance: none;
}

button:hover,
button:focus {
    /* background: #0053ba; */
}

button:focus {
    outline: 0px solid #fff;
    outline-offset: -4px;
}

button:active {
    transform: scale(0.99);
}





@media (max-width: 1023px) {
 

	/* #primary {top:inherit!important;} */
    #container p {
      font-size: calc(var(--vh, 1vh) * 0.5);
      /* padding: 0.2vh; */
    }


    #masthead {
      height: 5% !important;
      max-height: 5% !important;
    }


    figcaption br:after {
      content: "\00a0 ";
    } 

    #container p {
      font-size: 3vw;
      padding: 2vw;
    } 


    .wp-block-image figcaption {
      min-height: 3% !important;
    }

    .wp-block-video figcaption {
      min-height: 3% !important;
    }

    #container p {
      font-size: 3vw;
      padding: 2vw;
    }

	.page-content h1 {
		/* text-decoration: underline; */
		font-weight: 900;
		font-size: 4vh!important;
	}

/* figure{width:100vw!important;} */

  }



  #container {
    width: 100vw;
    height:90%;
    /* top: 10%; */
    z-index: -92 !important;
    position: absolute;
    bottom: 0;
    /* border:2px solid red; */
    background:#000;
  }





  .global-nav {
    /* border-bottom: 2px solid black; */
    background: transparent;
    position: absolute;
    top: -7px;
	left:33%;
    z-index: 99999 !important;
    height: 5% !important;
    width: 48vw;
  }

  .nav-links h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: 500;
	font-size: 2.2vh;
	text-transform: uppercase;
}

.carousel-slider .carousel-slider__item img {border-radius: 20px;max-height: 80vh;}

.carousel-slider .owl-stage-outer {width: 100vw;margin-left:-2vw;margin-bottom:2vw;}

.carousel-slider .owl-item img {width: auto!important;}

.full {width:100vw;margin-bottom:2vw!important;
	/* max-height: 100vh; */
	object-fit: cover;
	/* overflow: hidden; */
}

.projet * {
    scroll-snap-type: y mandatory; /* "x" pour le défilement horizontal, "y" pour le défilement vertical */
    scroll-snap-align: start; /* Vous pouvez ajuster cela en fonction de vos besoins, "start", "center", "end", etc. */
}

.projet {padding-top: 0;padding-bottom: 15vh;}

.projet .wp-block-columns{gap: 10px !important;}

.projet .is-layout-flex {
	margin-left:10px;
	margin-right:10px;
	border-radius: 0px;
	margin-top:10px;
     overflow:auto; 
	 max-height: auto!important;
	 height: auto!important;
     -webkit-mask-image: inherit;
	 max-width: inherit;
	 margin-bottom: 10px;
}



.projet .is-layout-flex p {margin-left:0%;
	margin-right:5%;
	text-align:left;
	/* font-family: 'Times New Roman', Times, serif; */
	text-align: justify;
	font-weight: 500;
	/* font-size: 18px; */
}

	.projet .nav-links a {padding: 5px;border-radius: 20px;}

	.projet .nav-previous {padding-left: 2vw;}
	.projet .nav-next {padding-right: 2vw;}

	



.projet figure figcaption { 
	opacity: 1;
position: inherit;
margin-left:0px;
/* font-family: 'Times New Roman', Times, serif; */
/* font-size:18px; */
font-weight: 500;
background: white!important;
color: #000!important;
margin-bottom: inherit;
margin-top: 0px!important;
margin: 0px;
margin-left:0px;

}

.projet :where(figure){margin: inherit;}



.projet .wp-block-video {margin-bottom: inherit!important;}

.projet .wp-block-image {margin-bottom: 0!important;}

.projet h1 {
	text-decoration: none;
    color: black;
    font-size: 5vh !important;
	margin-bottom: 2.5vh;
    text-transform: uppercase;
    font-weight: 800 !important;
	line-height: 100%;
	/* text-align: center; */
	z-index: 9999999999999;
}

@media (max-width: 1023px) {
	.projet {padding-top: 0vh;}
}


  @media (max-width: 1023px) {

	:root {
		--vh: 1vh;
	}

	 .atb img {max-width:100vw;}
	.carousel-slider .carousel-slider__item img {border-radius: 20px;max-height: 40vh;}
	.carousel-slider .owl-stage-outer {width: 100vw;margin-left:0vw;margin-bottom:0vw;}


	.ws-open,
	.vis-open,
	.ifs-open,
	.tds-open,
	.ts-open {
		height: calc(90% + 3px) !important;
		bottom: 0;
	}

	.nav-links h2 {
		display: block;
		/* font-size: 1.5em; */
		margin-block-start: 0em;
		margin-block-end: 0em;
		margin-inline-start: 0px;
		margin-inline-end: 0px;
		font-weight: 500;
		font-size: 1.75vh;
		text-transform: uppercase;
	}

	.lang {
		margin-right: 3vw;
	}

	.lang a {
		font-size: 1.45vh;
	}

	.wp-block-column:not(:first-child) {
		border-left: 0px solid black;
		margin-left: 0px !important;
	}

	.wp-block-column {

		border-left: 0px solid black;
		margin-left: 0px !important;
	}

	.main-navigation li: last-of-type {
		border-bottom: 2px solid black;
	}

	input,
	select,
	optgroup,
	textarea {
		max-width: 91vw;
	}

	.post {
		border: 0px solid red;
		width: 98vw;
		margin-bottom: 40px;
	}

	.nav-links a {
		font-size: 1.5vh;
	}

	.extrait p {
		font-size: 8px;
	}

	.site-description {
		font-size: 1vh !important;
	}



	.breadcrumb {
		font-size: 1.5vh;
		margin-right: 3px;
	}

	.filtre-nav a,
	.infosclic {
		font-size: 1.75vh !important;
	}

	.wp-block-video figcaption {
		min-height: 4%;
		padding-bottom: 10px;
		padding-top: 10px;
		border-top: 0px solid black !important;
		border-bottom: 0px solid black !important;
		margin-top: 0px !important;
		margin-bottom: 20px;
		height: auto;
		position: relative;
		margin-left: 0px;
		/* border-radius: 0px 0px 10px 10px; */
		/* width: 100vw!important; */
		z-index: 9 !important;
		background: #fff !important;
		color: #000;
	}



	.wp-block-image figcaption {
		min-height: 4%;
		padding-bottom: 10px;
		padding-top: 10px;
		border-top: 0px solid black !important;
		width: 100% !important;
		border-bottom: 0px solid black !important;
		height: auto;
		position: relative;
		margin-top: 0px !important;
		margin-left: 0px;
		/* border-radius: 0px 0px 10px 10px; */
		margin-bottom: 20px;

		z-index: 9 !important;
		background: #FFF !important;
		color: #000;
	}

	body .is-layout-flex {
		/* border-radius: 0px; */
		overflow: hidden!important;
	
	}

	.global-nav {width: 100vw;
		background: transparent;
		position: absolute;
		top: 5%;
		left:2vw;
		z-index: 99999 !important;
		height: 5% !important;
		
	}
	.mail-left,
	.mail-right,
	.foot-center {
		font-size: 1.5vh;
	}

	.post {
		width: 100% !important;
	}


	.site-title a {
		font-size: 2.1vh !important;
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {}



	.site-info {
		width: 100vw;
	}

	.site-branding {
		width: auto;
		max-width: 50vw;
	}

	.site-footer {
		display: flex;
		flex-direction: column;
	}

	#site-navigation {
		width: 10vw;
		justify-content: center;
	}



	figcaption {
		font-family: "NEXT Pan Mono";
		font-size: 1.8vh;
		padding-bottom: 7px;
		padding-top: 5px;
		margin-bottom: 15px;
		z-index: 0 !important;
	}



	img.lazy {
		opacity: 1;

	}

	img:not(.initial) {

		transition: opacity 1s;

	}

	img.initial,
	img.loaded,
	img.error {
		opacity: 1;
	}

	img:not([src]) {
		/* visibility: hidden; */
	}


	video.lazy {
		opacity: 1;

	}

	video:not(.initial) {
		transition: opacity 1s;
	}

	video.initial,
	video.loaded,
	video.error {
		opacity: 1;
	}

	video:not([src]) {
		/* visibility: hidden; */
	}

	@-moz-document url-prefix() {
		img:-moz-loading {
			/* visibility: hidden; */
		}
	}

	.wp-block-image figcaption {
		border-right: 0px solid black;
		text-align: left;
	}

	h1 {
		display: block;
		font-size: 1.2em;
		margin-block-start: 0em;
		margin-block-end: 0em;
		margin-inline-start: 0px;
		margin-inline-end: 0px;
		font-weight: inherit;
	}

	.wp-block-video {
		border-right: 0px;
	}

	.page-content {
		padding-bottom: 45%;
	}

	.menu-right {
		width: 38vw;
	}

	video {
		margin-bottom: 30px;
		/* border-bottom: 2px solid black; */
	}

	/* .loadvid {margin-bottom: 30px;} */

	.plus-scroll {
		padding-bottom: 4vh;
		padding-top: 8vh;
	}

	.foot a{font-size: 1.75vh !important;}

	.wp-block-image {
		min-height: inherit;
	}

	.wp-block-video {
		min-height: inherit;
	}


	figure figcaption {
		opacity: 1;
		transition: all 0.5s;
		background: transparent;
		border: 0px solid black;
	}

	.plus-scroll .wp-block-columns {
	
		/* padding: 0vh !important; */
		padding-left: 0vh !important;
		}

		body .is-layout-flex{
			/* max-height: inherit;	 */
			margin-bottom: 2.1vh;
			margin-left: 1.1vh;
			margin-right: 1.1vh;}

			body .projet .is-layout-flex {margin-left:10px;margin-right:10px;
				border-radius: 0px;
				 overflow:auto; 
				 max-height: auto!important;
				 height: auto!important;
				 -webkit-mask-image: inherit;
				 max-width: inherit;
			}

			.projet .is-layout-flex p {MARGIN-LEFT:2%;margin-right:2%;}

			.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
				max-width: inherit;
			}

			.page-content {padding-left:0vh;padding-right:0vh;padding-top: 7vh;}

			.vjs-control-bar {
    display: flex;
    z-index: 9999999999999999;
    position: absolute;
    bottom: -5px;
	top: inherit;
}

/* #my_video_1 {margin-bottom: 50px;} */

#my_video_1 {margin-bottom: 0px;}

video {
    margin-bottom: 0px;
}



}


figure .wp-block-video video {width: 100vw;}

