@charset "UTF-8";
/*!
Theme Name: SyneidoLAB
Theme URI: http://underscores.me/
Screenshot: screenshot.png
Author: Samuel LESNE
Author URI: https://syneidolab.com
Description: Thème WordPress pour Metroforum réalisé par SyneidoLAB
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: syneidolab
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.

SyneidoLAB is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

h1,
.title1 {
	font-weight: 700;
	font-size: calc(clamp(1.4375rem, 1.0758rem + 1.8085vw, 2.5rem));
	/*@media screen and (min-width: 768px) {
    font-size: 2.5625rem;
  }*/
}

h2 {
	font-size: 2.1875rem;
	font-weight: 700;
}

.single h1,
.single h2,
.single h3,
.single h4,
.single h5,
.single h6 {
	clear: both;
	font-family: "Karla", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.single h1 {
	font-size: 2rem;
	font-weight: 800;
}

.single h2 {
	font-size: 1.25rem;
}

.single h3 {
	font-size: 1rem;
}

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

body {
	background: #fff;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

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

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

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

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*
 * Default pages layout
 */
.site {
	min-height: 100vh;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto 1fr auto;
	grid-template-areas: "header" "main" "footer";
}

.admin-bar .site {
	min-height: calc(100vh - 32px);
}

.site-header {
	grid-area: header;
}

.site-main {
	grid-area: main;
}

.site-main > * {
	width: calc(min(1260px, 100% - 1rem * 2));
	margin-inline: auto;
}

.site-footer {
	grid-area: footer;
}

.site-header {
	position: relative;
	margin: 1rem;
	padding-block: 0.5rem;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	font-family: "Karla", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

@media screen and (min-width: 48em) {
	.site-header {
		padding-block: 1rem;
	}
}

.site-header a {
	font-family: "Karla", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.site-header .preheader {
	display: flex;
	justify-content: stretch;
}

@media screen and (min-width: 48em) {
	.site-header .preheader {
		justify-content: flex-end;
	}
}

.site-header .preheader .menu-searchbar-container {
	width: 100%;
	padding-block-end: 1rem;
}

@media screen and (min-width: 48em) {
	.site-header .preheader .menu-searchbar-container {
		width: auto;
	}
}

.site-header .preheader ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	list-style-type: none;
}

.site-header .preheader ul a {
	display: inline-block;
	padding: 3px 0;
	text-decoration: none;
	background-image: linear-gradient(currentColor, currentColor);
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 0 2px;
	transition: background-size 0.3s;
}

.site-header .preheader ul a:hover {
	background-size: 100% 2px;
}

.site-header .preheader .search-item {
	margin-inline-end: auto;
}

@media screen and (min-width: 48em) {
	.site-header .preheader .search-item {
		margin-inline-end: 0;
	}
}

.site-header .preheader .search-item .search-form {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	gap: 0.5rem;
}

.site-header .preheader .search-item .search-form label .search-field {
	border: none;
	border-radius: 0;
	padding: 0.125rem 0;
	border-bottom: solid 2px black;
	background-color: transparent;
	font-family: "Karla", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
}

.site-header .preheader .search-item .search-form label .search-field:focus-visible {
	outline: none;
	border-bottom-color: #ffbf00;
}

.site-header .preheader .search-item .search-form .search-submit {
	display: block;
	width: 1.375rem;
	height: 1.375rem;
	border: none;
	text-indent: -9999px;
	background-color: transparent;
	background-image: url("/wp-content/themes/SyneidoLAB/img/picto_magnify.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.site-header .main-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
}

@media screen and (min-width: 48em) {
	.site-header .main-header {
		align-items: flex-end;
	}
}

@media screen and (min-width: 48em) {
	.site-header .site-branding {
		position: absolute;
		top: 1rem;
		left: 1rem;
	}
}

@media screen and (min-width: 80em) {
	.site-header .site-branding {
		position: relative;
		top: -1rem;
		left: auto;
	}
}

.site-header .site-branding .custom-logo-link {
	display: block;
}

.site-header .site-branding .custom-logo {
	display: block;
	max-width: 220px;
}

@media screen and (min-width: 48em) {
	.site-header .site-branding .custom-logo {
		max-width: 380px;
	}
}

.site-footer {
	background-color: #ffbf00;
	overflow: hidden;
	margin-block-start: 2rem;
	padding-block-start: 2rem;
	font-family: "Karla", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.site-footer a {
	font-family: "Karla", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.site-footer .wrapper {
	width: calc(min(1260px, 100% - 1rem * 2));
	margin-inline: auto;
}

.site-footer .footer-logo {
	display: block;
	max-width: 115px;
	margin-block-end: 1.5rem;
}

.site-footer .footer-menus {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media screen and (min-width: 48em) {
	.site-footer .footer-menus {
		flex-direction: row;
	}
}

.site-footer .legals {
	flex: 2;
	border-bottom: solid 1px black;
	padding-block-end: 2rem;
}

@media screen and (min-width: 48em) {
	.site-footer .legals {
		border-bottom: none;
		border-right: solid 1px black;
	}
}

.site-footer .legals ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.site-footer .legals ul a {
	text-decoration: none;
	background-image: linear-gradient(currentColor, currentColor);
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 0 1px;
	transition: background-size 0.3s;
}

.site-footer .legals ul a:hover {
	background-size: 100% 1px;
}

.site-footer .socials {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding-block: 2rem;
}

@media screen and (min-width: 48em) {
	.site-footer .socials {
		padding-block-start: 0;
		align-items: center;
	}
}

.site-footer .socials p {
	margin: 0;
	padding: 0;
	font-family: "stolzl", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 2rem;
	font-weight: 700;
}

.site-footer .socials ul {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 1rem;
	list-style-type: none;
}

@media screen and (min-width: 48em) {
	.site-footer .socials ul {
		justify-content: center;
	}
}

.site-footer .socials ul a {
	display: inline-block;
	width: 40px;
	/* Taille du logo */
	height: 40px;
	background-size: cover;
	overflow: hidden;
	text-indent: -9999px;
	/* Cache le texte */
	transition: transform 0.3s;
}

.site-footer .socials ul a[href*="youtube.com"] {
	background-image: url("img/picto_youtube.svg");
}

.site-footer .socials ul a[href*="linkedin.com"] {
	background-image: url("img/picto_linkedin.svg");
}

.site-footer .socials ul a[href*="x.com"] {
	background-image: url("img/picto_x.svg");
}

.site-footer .socials ul a[href*="soundcloud.com"] {
	background-image: url("img/picto_soundcloud.svg");
}

.site-footer .socials ul a:hover {
	transform: scale(1.25);
}

.site-footer .soutiens {
	padding-block: 2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 1rem;
	border-top: solid 1px black;
}

@media screen and (min-width: 48em) {
	.site-footer .soutiens {
		flex-direction: row;
		align-items: center;
	}
}

.site-footer .soutiens p {
	flex: 1;
	margin: 0;
	padding: 0;
	font-family: "stolzl", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 2rem;
	line-height: 1;
	font-weight: 700;
}

.site-footer .soutiens ul {
	flex: 3;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	list-style-type: none;
	flex-wrap: wrap;
}

@media screen and (min-width: 48em) {
	.site-footer .soutiens ul {
		justify-content: space-between;
		flex-wrap: nowrap;
	}
}

.site-footer .soutiens ul img {
	display: block;
	max-width: 120px;
	height: auto;
}

@media screen and (min-width: 48em) {
	.site-footer .soutiens ul img {
		max-height: 75px;
		width: auto;
	}
}

.site-footer .soutiens ul li:last-child img {
	max-width: 240px;
}

.site-footer .title {
	font-family: "stolzl", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: calc(clamp(2.75rem, -0.0585rem + 14.0426vw, 11rem));
	font-weight: 700;
	line-height: 1;
	height: 1cap;
	width: calc(min(1260px, 100%));
	margin-inline: auto;
	text-align: center;
}

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

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: white;
	z-index: 9999;
	overflow: auto;
	transform: translateX(100%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 2rem;
	transition: transform 0.3s ease-in-out;
}

@media screen and (min-width: 48em) {
	.main-navigation ul {
		position: relative;
		top: auto;
		left: auto;
		width: auto;
		height: auto;
		flex-direction: row;
		transform: none;
		gap: 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;
	font-family: "stolzl", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: calc(clamp(1.5rem, 0.5157rem + 4.9217vw, 2.875rem));
	font-weight: 700;
	text-transform: uppercase;
}

@media screen and (min-width: 48em) {
	.main-navigation a {
		font-family: "karla", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
		font-size: 1rem;
		font-weight: 400;
		text-transform: initial;
		background-image: linear-gradient(currentColor, currentColor);
		background-position: 0 100%;
		background-repeat: no-repeat;
		background-size: 0 2px;
		transition: background-size 0.3s;
	}
	.main-navigation a:hover {
		background-size: 100% 2px;
	}
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	background-image: linear-gradient(#ffbf00, #ffbf00);
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 100% 2px;
}

/* Small menu. */
.main-navigation.toggled ul {
	transform: translateX(0%);
}

.main-navigation.toggled .menu-toggle {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10000;
	background-image: url("/wp-content/themes/SyneidoLAB/img/picto_cross.svg");
}

.menu-toggle {
	display: block;
	width: 3.3125rem;
	height: 1.6875rem;
	margin-inline-start: auto;
	border: none;
	text-indent: -9999px;
	background-color: transparent;
	background-image: url("/wp-content/themes/SyneidoLAB/img/picto_burger.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

@media screen and (min-width: 48em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
		justify-content: flex-end;
	}
	.main-navigation ul li {
		padding-inline: 1rem;
	}
	.main-navigation ul li:last-child {
		border-left: solid 1px black;
	}
}

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
	margin-block-end: 1.5em;
	border-top: solid 1px #c9c9c9;
	padding-block-start: 1em;
}

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

.comment-navigation a, .posts-navigation a, .post-navigation a {
	text-decoration: none;
	background-image: linear-gradient(currentColor, currentColor);
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 0 1px;
	transition: background-size 0.3s;
}

.comment-navigation a:hover, .posts-navigation a:hover, .post-navigation a:hover {
	background-size: 100% 1px;
}

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

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

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

.entry-header {
	padding-block-end: 1em;
	border-bottom: solid 1px #ffbf00;
}

.entry-header .entry-title {
	margin-block-end: 0.5em;
	text-transform: uppercase;
	font-size: 2.5rem;
}

.entry-header .entry-meta {
	font-family: "stolzl", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 0.875rem;
	font-weight: 300;
	display: flex;
}

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

/*--------------------------------------------------------------
//MARK: SUBCATEGORIES OF TRANSITIONS TAXONOMY
--------------------------------------------------------------*/
#sub_category_transitions {
	display: flex;
	justify-content: space-evenly;
	align-items: flex-start;
	flex-direction: column;
	margin-block-start: 4rem;
}

#sub_category_transitions div {
	flex: 1;
	padding: 1rem 0;
}

#sub_category_transitions div h2 {
	margin-block-start: 0;
	margin-block-end: 0;
}

#sub_category_transitions div img {
	display: block;
	width: 100%;
	aspect-ratio: 462 / 256;
	object-fit: cover;
}

#sub_category_transitions div hr {
	border-top: 1px #71ef7d solid;
	width: 100%;
}

#sub_category_transitions div p {
	flex-grow: 1;
}

#sub_category_transitions div .cta_line {
	padding: 1rem;
	border: 1px black solid;
	text-decoration: none;
	display: table;
	margin: 0 auto 2rem;
	text-align: center;
	transition: 0.3s ease;
	align-self: center;
}

#sub_category_transitions div .cta_line:hover {
	background: #ffbf00;
}

@media screen and (min-width: 768px) {
	#sub_category_transitions {
		flex-direction: row;
		align-items: stretch;
	}
	#sub_category_transitions div {
		padding: 0 1rem;
		display: flex;
		flex-direction: column;
		max-width: 31rem;
	}
}

/*--------------------------------------------------------------
//MARK: PAGES LIST
--------------------------------------------------------------*/
.list-articles {
	margin-block: 2rem;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 1.5rem;
}

.list-articles article {
	display: grid;
	grid-template-rows: 200px 1fr;
	background-color: #f7f7f7;
	/*--------------------------------------------------------------
    //MARK: ARTICLES FORMATS
    --------------------------------------------------------------*/
}

.list-articles article .entry-header {
	margin-block: 0;
	position: relative;
	padding-block-end: 0;
	border-bottom: none;
}

.list-articles article .entry-header .entry-title {
	margin-block-end: 1em;
}

.list-articles article .entry-header .post-thumbnail img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.list-articles article .entry-header .date {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0.25rem 0.5rem;
	margin-inline-start: 1rem;
	background-color: #ffbf00;
	font-family: "stolzl", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

.list-articles article .entry-content {
	margin-block: 0;
	padding-inline: 1rem;
}

.list-articles article .entry-content .entry-title {
	margin-block: 1rem 0;
	font-size: 2rem;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
}

.list-articles article .entry-content .entry-title a {
	font-family: "Karla", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	text-decoration: none;
}

.list-articles article .entry-content p {
	margin-block-end: 1em;
}

.list-articles article .entry-footer {
	margin: 0 1rem 1rem 1rem;
	display: flex;
	justify-content: flex-end;
}

.list-articles article .entry-footer .read-more-button {
	display: flex;
	gap: 0.5em;
	font-weight: 700;
	text-decoration: none;
	background-image: linear-gradient(currentColor, currentColor);
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 0 2px;
	transition: background-size 0.3s;
}

.list-articles article .entry-footer .read-more-button::after {
	content: url("./img/arrow.svg");
	display: block;
	width: auto;
	height: 1em;
	transition: transform 0.3s;
}

.list-articles article .entry-footer .read-more-button:hover {
	background-size: 100% 2px;
}

.list-articles article .entry-footer .read-more-button:hover::after {
	transform: translateX(20%);
}

.list-articles article.no-thumbnail:not(.format-audio):not(.format-video):not(.category-comprendre) {
	grid-template-rows: 2rem 1fr;
}

.list-articles article.format-audio:not(.no-thumbnail) .entry-header .post-thumbnail, .list-articles article.format-video:not(.no-thumbnail) .entry-header .post-thumbnail {
	position: relative;
}

.list-articles article.format-audio:not(.no-thumbnail) .entry-header .post-thumbnail:after, .list-articles article.format-video:not(.no-thumbnail) .entry-header .post-thumbnail:after {
	content: '';
	display: block;
	position: absolute;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.5);
}

.list-articles article.category-transitions-en-action .entry-header .date, .list-articles article.category-paroles-engagees .entry-header .date, .list-articles article.category-initiatives-locales .entry-header .date {
	background-color: #71ef7d;
}

.list-articles article.category-comprendre .entry-header .date {
	background-color: #0ac7a4;
}

.list-articles article.format-audio .entry-header .date, .list-articles article.format-video .entry-header .date {
	background-color: white;
}

.list-articles article.format-audio .entry-header .picto-micro,
.list-articles article.format-audio .entry-header .picto-camera, .list-articles article.format-video .entry-header .picto-micro,
.list-articles article.format-video .entry-header .picto-camera {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	height: 33%;
	pointer-events: none;
}

.list-articles article.category-transitions-en-action.format-audio:not(.no-thumbnail) .entry-header .date, .list-articles article.category-transitions-en-action.format-video:not(.no-thumbnail) .entry-header .date, .list-articles article.category-paroles-engagees.format-audio:not(.no-thumbnail) .entry-header .date, .list-articles article.category-paroles-engagees.format-video:not(.no-thumbnail) .entry-header .date, .list-articles article.category-initiatives-locales.format-audio:not(.no-thumbnail) .entry-header .date, .list-articles article.category-initiatives-locales.format-video:not(.no-thumbnail) .entry-header .date {
	background-color: #71ef7d;
}

.list-articles article.category-comprendre.format-audio:not(.no-thumbnail) .entry-header .date, .list-articles article.category-comprendre.format-video:not(.no-thumbnail) .entry-header .date {
	background-color: #0ac7a4;
}

.blog .list-articles article:nth-child(5n+1),
.category-vue-densemble .list-articles article:nth-child(5n+1) {
	background-color: #ffbf00;
}

.blog .list-articles article:nth-child(5n+1) .entry-content .entry-title,
.category-vue-densemble .list-articles article:nth-child(5n+1) .entry-content .entry-title {
	color: white;
}

.category-comprendre:not(.post) .list-articles article .entry-header .post-thumbnail img {
	object-position: top center;
}

@media screen and (min-width: 48em) {
	.category-comprendre:not(.post) .list-articles {
		grid-template-columns: 1fr;
	}
	.category-comprendre:not(.post) .list-articles article {
		grid-template-columns: 32% 1fr 5rem;
		grid-template-rows: 1fr;
	}
	.category-comprendre:not(.post) .list-articles article .entry-header {
		aspect-ratio: 400 / 230;
	}
	.category-comprendre:not(.post) .list-articles article .entry-footer .read-more-button {
		margin-block-start: auto;
	}
}

.category-transitions-en-action .list-articles article:nth-child(5n+1),
.category-paroles-engagees .list-articles article:nth-child(5n+1),
.category-initiatives-locales .list-articles article:nth-child(5n+1) {
	background-color: #71ef7d;
}

.category-transitions-en-action .list-articles article:nth-child(5n+1) .entry-content .entry-title,
.category-paroles-engagees .list-articles article:nth-child(5n+1) .entry-content .entry-title,
.category-initiatives-locales .list-articles article:nth-child(5n+1) .entry-content .entry-title {
	color: white;
}

/*--------------------------------------------------------------
//MARK: SIMILAR POSTS
--------------------------------------------------------------*/
.similar-posts {
	margin-block-start: 3rem;
	padding-block: 4rem 2rem;
	background-color: #f7f7f7;
	box-shadow: 0 0 0 100vmax #f7f7f7;
	clip-path: inset(0 -100vmax);
}

.similar-posts .title {
	text-transform: uppercase;
	font-size: 2rem;
	font-weight: 800;
	line-height: 1;
	margin-block-start: 0;
}

.similar-posts .list-articles {
	padding-block: 2rem 1rem;
}

.similar-posts .list-articles .post {
	position: relative;
	background-color: white;
}

.similar-posts .list-articles .post .category {
	position: absolute;
	top: 0;
	transform: translateY(calc(-100% - 1em));
	font-family: "stolzl", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	padding: 0.35em 0.5em 0.25em 0.5em;
	background-color: white;
}

.similar-posts .list-articles .post .category.transitions-en-action, .similar-posts .list-articles .post .category.paroles-engagees, .similar-posts .list-articles .post .category.initiatives-locales {
	background-color: #71ef7d;
}

.similar-posts .list-articles .post .category.comprendre {
	background-color: #0ac7a4;
}

.similar-posts .list-articles .post .category.vue-densemble {
	background-color: #ffbf00;
}

/*--------------------------------------------------------------
//MARK: CHAPO
--------------------------------------------------------------*/
.chapo {
	margin-block-start: 2rem;
	display: grid;
	grid-template-columns: 1fr 3fr 1fr;
	grid-template-rows: auto;
}

.chapo > a {
	margin-inline: 2rem;
	grid-area: 1/1/2/2;
	display: flex;
	align-items: center;
	gap: 0.5em;
	font-weight: 700;
	text-decoration: none;
}

.chapo > a::before {
	content: url("./img/arrow.svg");
	display: block;
	transform: rotate(180deg);
	width: auto;
	height: 1em;
}

.chapo nav {
	grid-area: 1/2/2/4;
}

@media screen and (min-width: 768px) {
	.chapo nav {
		grid-area: 1/2/2/3;
	}
}

.chapo nav ul {
	display: flex;
	gap: 1rem;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.chapo nav ul li a,
.chapo nav ul li span {
	display: flex;
	gap: 0.5em;
	font-family: "stolzl", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 700;
	text-decoration: none;
	border: solid 1px;
	padding: 0.125em 0.5em;
}

.chapo nav ul li a::before,
.chapo nav ul li span::before {
	content: '> ';
}

.chapo nav ul li a {
	background-color: white;
	border-color: black;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.chapo nav ul li a:hover {
	background-color: #71ef7d;
	border-color: #71ef7d;
}

.chapo nav ul li span {
	background-color: #71ef7d;
	border-color: #71ef7d;
}

.chapo .title {
	grid-area: 2/1/3/4;
	border-bottom: solid 1px #71ef7d;
	width: fit-content;
}

@media screen and (min-width: 768px) {
	.chapo .title {
		grid-area: 2/2/3/3;
	}
}

.chapo .desc {
	padding: 0;
	grid-area: 3/1/4/4;
	font-size: 1.125rem;
}

@media screen and (min-width: 768px) {
	.chapo .desc {
		grid-area: 3/2/4/3;
	}
}

/*--------------------------------------------------------------
//MARK: BLOG : PAGE ACTUALITÉS
--------------------------------------------------------------*/
.blog .site-main > header {
	padding-block-end: 1em;
	border-bottom: solid 1px #ffbf00;
}

.blog .site-main > header .page-title {
	margin-block-end: 0.5em;
	text-transform: uppercase;
	font-size: 2.5rem;
}

/*--------------------------------------------------------------
//MARK: FILTERING
--------------------------------------------------------------*/
.tags-filter {
	margin-block: 1rem;
}

.accordion-toggle {
	margin-inline-start: auto;
	padding: 0.5em 0;
	font-family: "stolzl", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 0.75rem;
	background-color: white;
	border: none;
	color: black;
	border-radius: 0;
	display: flex;
	gap: 0.5em;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	background-image: linear-gradient(currentColor, currentColor);
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 0 1px;
	transition: background-size 0.3s;
}

.accordion-toggle:hover {
	background-size: 100% 1px;
}

.accordion-toggle .toggle-icon {
	transition: transform 0.3s ease;
}

.accordion-content {
	height: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s;
}

.accordion-content.active {
	height: auto;
	opacity: 1;
	visibility: visible;
	padding: 1rem;
}

.tag-list {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.5rem;
	list-style-type: none;
	font-family: "stolzl", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 0.75rem;
	margin: 0;
	padding: 0;
}

.tag-filter-button {
	margin: 0;
	padding: 0.5em 0.75em 0.4em 0.75em;
	background-color: white;
	border: 1px solid black;
	font-family: "stolzl", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 0.75rem;
	color: black;
	border-radius: 0;
	cursor: pointer;
	transition: background-color 0.2s ease-in-out;
}

.tag-filter-button:hover {
	background-color: #c9c9c9;
	border: 1px solid black;
}

.tag-filter-button:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.tag-filter-button.active {
	background-color: #ffbf00;
}

/*--------------------------------------------------------------
//MARK: Social Sharing
--------------------------------------------------------------*/
.heateor_sss_sharing_container {
	display: flex;
	align-items: center;
	gap: 1em;
}

/*--------------------------------------------------------------
//MARK: PDF BUTTON
--------------------------------------------------------------*/
.pdfbutton {
	position: relative;
	text-decoration: none;
	font-family: "stolzl", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 0.875rem;
	font-weight: 300;
	margin-inline: auto 2em;
	background-image: linear-gradient(currentColor, currentColor);
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 0 1px;
	transition: background-size 0.3s;
}

.pdfbutton:hover {
	background-size: 100% 1px;
}

.pdfbutton::after {
	position: absolute;
	right: -2em;
	bottom: -0.5em;
	content: url("./img/picto_pdf_file.svg");
	display: block;
	width: 1.5em;
	height: auto;
}

/*--------------------------------------------------------------
//MARK: LOAD MORE
--------------------------------------------------------------*/
.load-more-container {
	text-align: center;
}

.load-more-container .load-more-button {
	display: block;
	margin: 2rem auto;
	padding: 0.75em 1.25em 0.65em 1.25em;
	background-color: white;
	color: black;
	border: solid 1px black;
	border-radius: 0;
	cursor: pointer;
	font-family: "stolzl", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 700;
	transition: background-color 0.2s ease-in-out;
}

.load-more-container .load-more-button:hover {
	background-color: #ffbf00;
}

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

.bypostauthor {
	display: block;
}

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

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

#wrapper_form {
	background-image: url("./img/form_01_g.svg");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: auto 70%;
	font-family: "stolzl", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#wrapper_form .mention_contact {
	font-size: 0.7rem;
}

#wrapper_form .submit_part p {
	position: relative;
}

#wrapper_form .submit_part span {
	position: absolute;
}

@media screen and (min-width: 768px) {
	#wrapper_form {
		background-size: auto 100%;
	}
}

#wrapper_form input[type="text"],
#wrapper_form input[type="email"],
#wrapper_form input[type="url"],
#wrapper_form input[type="password"],
#wrapper_form input[type="search"],
#wrapper_form input[type="number"],
#wrapper_form input[type="tel"],
#wrapper_form input[type="range"],
#wrapper_form input[type="date"],
#wrapper_form input[type="month"],
#wrapper_form input[type="week"],
#wrapper_form input[type="time"],
#wrapper_form input[type="datetime"],
#wrapper_form input[type="datetime-local"],
#wrapper_form input[type="color"],
#wrapper_form textarea {
	color: black;
	border: 1px black solid;
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.8);
	padding: 3px;
	width: 100%;
	border-radius: 0;
}

#wrapper_form button,
#wrapper_form input[type="button"],
#wrapper_form input[type="reset"],
#wrapper_form input[type="submit"] {
	font-family: "stolzl", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	border: 1px solid;
	border-color: black;
	border-radius: 0;
	background: white;
	color: black;
	transition: 0.3s ease;
}

#wrapper_form button:hover,
#wrapper_form input[type="button"]:hover,
#wrapper_form input[type="reset"]:hover,
#wrapper_form input[type="submit"]:hover {
	background: #ffbf00;
}

#wrapper_form .fields_zone {
	display: flex;
	width: 100%;
	margin: auto;
	justify-content: space-evenly;
	flex-direction: column;
}

@media screen and (min-width: 768px) {
	#wrapper_form .fields_zone {
		flex-direction: row;
		align-items: center;
		width: 80%;
	}
}

#wrapper_form .colA,
#wrapper_form .colB {
	padding: 0 1rem;
	flex: 1;
}

#wrapper_form .colA p,
#wrapper_form .colB p {
	margin-bottom: 0.5em;
	margin-top: 0.5rem;
}

@media screen and (min-width: 768px) {
	#wrapper_form .colA,
	#wrapper_form .colB {
		padding: 1rem;
	}
}

#cards_contact {
	font-family: "stolzl", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

#cards_contact .content_item {
	padding: 1rem;
}

#cards_contact .card_contact_item {
	max-width: 500px;
	padding: 1rem;
	margin-inline-start: 1.5rem;
	background: #ffbf00;
	display: flex;
	background-image: url("./img/form_w.svg");
	background-repeat: no-repeat;
	background-position: -30% center;
	background-size: auto 130%;
	align-items: center;
	justify-content: center;
}

@media screen and (min-width: 768px) {
	#cards_contact .card_contact_item {
		background-position: -35% center;
		background-size: auto 150%;
	}
}

#cards_contact .card_contact_item .avatar {
	margin-inline-start: -3rem;
	width: 35%;
	min-width: 115px;
}

#cards_contact .card_contact_item .avatar img {
	width: 80%;
}

#cards_contact .card_contact_item .infos_profil {
	width: 75%;
}

#cards_contact .card_contact_item .infos_profil p {
	margin-block-end: 0.5rem;
	font-size: 0.8rem;
}

#cards_contact .card_contact_item .infos_profil p:first-child {
	font-weight: 700;
	font-size: 1rem;
}

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

/* Banners
--------------------------------------------- */
.banner_metroforum {
	padding: 2rem 0;
}

.banner_metroforum .divA {
	width: calc(100% - 3rem);
	margin: auto;
}

.banner_metroforum .divA p,
.banner_metroforum .divA h1 {
	margin: 0;
}

.banner_metroforum .divA h1 {
	padding-bottom: 1rem;
}

.banner_metroforum .divB {
	overflow: hidden;
}

.banner_metroforum .divB img {
	max-width: 120%;
	margin-left: -10%;
}

@media screen and (min-width: 768px) {
	.banner_metroforum {
		display: flex;
		padding: 0;
	}
	.banner_metroforum .divA {
		width: 50%;
	}
	.banner_metroforum .divA div {
		max-width: 430px;
		margin: auto;
	}
	.banner_metroforum .divB {
		width: 50%;
		max-height: 300px;
		height: auto;
	}
	.banner_metroforum .divB img {
		height: 100%;
		width: 100%;
		object-fit: cover;
		max-width: 100%;
		margin-left: 0;
	}
}

.banner_metroforum_vueensemble {
	background-color: #ffbf00;
}

.banner_metroforum_vueensemble .divA img {
	max-width: 280px;
}

@media screen and (min-width: 768px) {
	.banner_metroforum_vueensemble .divA img {
		max-width: 315px;
	}
}

.banner_metroforum_vueensemble .divB {
	display: none;
}

@media screen and (min-width: 768px) {
	.banner_metroforum_vueensemble .divB {
		display: block;
	}
	.banner_metroforum_vueensemble .divB img {
		object-position: 0 -3rem;
	}
}

.banner_metroforum_transitions {
	background-color: #71ef7d;
}

.banner_metroforum_transitions .divA img.hide {
	display: block;
	max-width: 175px;
}

.banner_metroforum_transitions .divA img.show {
	display: none;
	max-width: 410px;
}

@media screen and (min-width: 768px) {
	.banner_metroforum_transitions .divA img.hide {
		display: none;
	}
	.banner_metroforum_transitions .divA img.show {
		display: block;
	}
}

.banner_metroforum_transitions .divB {
	display: none;
}

@media screen and (min-width: 768px) {
	.banner_metroforum_transitions .divB {
		display: block;
	}
	.banner_metroforum_transitions .divB img {
		object-position: 1.5rem -1.5rem;
	}
}

.banner_metroforum_comprendre {
	background-color: #0ac7a4;
}

.banner_metroforum_comprendre .divA img {
	max-width: 200px;
}

@media screen and (min-width: 768px) {
	.banner_metroforum_comprendre .divA img {
		max-width: 230px;
	}
}

.banner_metroforum_comprendre .divB {
	display: none;
}

@media screen and (min-width: 768px) {
	.banner_metroforum_comprendre .divB {
		display: block;
	}
	.banner_metroforum_comprendre .divB img {
		object-position: 0.5rem -6.5rem;
	}
}

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

.text-justify {
	text-align: justify;
}

/*--------------------------------------------------------------
# Gutenberg overrides
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.homePage a.arrow_cta {
	display: table;
	position: relative;
	font-weight: 700;
	padding-top: 1rem;
	text-decoration: none;
}

.homePage a.arrow_cta::after {
	content: url(./img/arrow.svg);
	position: absolute;
	right: -2rem;
	width: 1.5rem;
	transition: transform 0.3s;
}

.homePage a.arrow_cta:hover::after {
	transform: translateX(20%);
}

.homePage #aLaUne .post,
.homePage #meaPosts .post {
	position: relative;
	background-color: white;
}

.homePage #aLaUne .post .category,
.homePage #meaPosts .post .category {
	position: absolute;
	top: 0;
	transform: translateY(calc(-100% - 1em));
	font-family: "stolzl", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	padding: 0.35em 0.5em 0.25em 0.5em;
	background-color: white;
}

.homePage #aLaUne .post .category.transitions-en-action, .homePage #aLaUne .post .category.paroles-engagees, .homePage #aLaUne .post .category.initiatives-locales,
.homePage #meaPosts .post .category.transitions-en-action,
.homePage #meaPosts .post .category.paroles-engagees,
.homePage #meaPosts .post .category.initiatives-locales {
	background-color: #71ef7d;
}

.homePage #aLaUne .post .category.comprendre,
.homePage #meaPosts .post .category.comprendre {
	background-color: #0ac7a4;
}

.homePage #aLaUne .post .category.vue-densemble,
.homePage #meaPosts .post .category.vue-densemble {
	background-color: #ffbf00;
}

.homePage #aLaUne {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
}

@media screen and (min-width: 1260px) {
	.homePage #aLaUne {
		flex-direction: row;
	}
}

.homePage #aLaUne .gridBlock {
	align-items: flex-start;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto;
	grid-column-gap: 0;
	grid-row-gap: 0;
}

.homePage #aLaUne .gridBlock h1,
.homePage #aLaUne .gridBlock p {
	background-color: white;
	z-index: 1;
	position: relative;
	padding: 1rem 0.5rem;
}

.homePage #aLaUne .gridBlock h1::after,
.homePage #aLaUne .gridBlock p::after {
	content: '';
	width: 1px;
	height: 5rem;
	background-color: #ffbf00;
	display: block;
	position: absolute;
	left: 1rem;
}

.homePage #aLaUne .gridBlock a {
	background-image: linear-gradient(currentColor, currentColor);
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 0 2px;
	transition: background-size 0.3s;
}

.homePage #aLaUne .gridBlock a:hover {
	background-size: 100% 2px;
}

.homePage #aLaUne .gridBlock h1 {
	margin-block: 0;
	grid-area: 1 / 1 / 2 / 2;
}

.homePage #aLaUne .gridBlock p {
	margin: 4rem 0 0 0;
	grid-area: 3 / 1 / 4 / 2;
}

.homePage #aLaUne .gridBlock p::after {
	top: -5rem;
	left: 70%;
}

.homePage #aLaUne .gridBlock img {
	width: 100%;
	grid-area: 2 / 1 / 3 / 2;
}

@media screen and (min-width: 768px) {
	.homePage #aLaUne .gridBlock {
		grid-template-columns: repeat(2, 1fr);
		flex: 2;
	}
	.homePage #aLaUne .gridBlock h1,
	.homePage #aLaUne .gridBlock p {
		margin-left: 4rem;
	}
	.homePage #aLaUne .gridBlock h1 {
		grid-area: 1 / 1 / 2 / 2;
	}
	.homePage #aLaUne .gridBlock h1::after {
		height: 15rem;
	}
	.homePage #aLaUne .gridBlock p {
		grid-area: 1 / 2 / 2 / 3;
	}
	.homePage #aLaUne .gridBlock p::after {
		top: initial;
		left: initial;
	}
	.homePage #aLaUne .gridBlock img {
		grid-area: 2 / 1 / 3 / 3;
		margin-top: -30%;
		width: 80%;
	}
}

.homePage #aLaUne .postBlock {
	flex: 1;
	background: #f7f7f7;
}

@media screen and (min-width: 768px) {
	.homePage #aLaUne .postBlock {
		background: white;
	}
}

.homePage #aLaUne .postBlock .post_aLaUne {
	padding: 1rem;
	margin-block: initial;
	display: initial;
	/*
        p {
          margin-block-end: 0;
          margin-block-start: 1rem;
        }

        h3 {
          margin-block-end: 0;
          margin-block-start: 0.5rem;
        }*/
}

@media screen and (min-width: 768px) {
	.homePage #aLaUne .postBlock .post_aLaUne {
		width: 90%;
		margin-left: auto;
		padding: 0;
	}
}

.homePage #aLaUne .postBlock .post_aLaUne h2.title1 {
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	margin-bottom: 4.5rem;
	margin-top: 1rem;
}

.homePage #aLaUne .postBlock .post_aLaUne h2.title1 span {
	text-transform: lowercase;
}

.homePage #aLaUne .postBlock .post_aLaUne h2.title1::after {
	content: url(./img/arrow_y.svg);
	position: absolute;
	right: -1rem;
	bottom: -1.5rem;
}

.homePage #caroussel {
	margin-block: 2rem;
}

@media screen and (max-width: 768px) {
	.homePage #caroussel {
		margin-inline: 0;
		width: 100%;
	}
}

.homePage #caroussel .slider-container {
	position: relative;
}

.homePage #caroussel .slider-container .swiper-button-next,
.homePage #caroussel .slider-container .swiper-button-prev {
	width: 50px;
}

.homePage #caroussel .slider-container .swiper-button-next::after,
.homePage #caroussel .slider-container .swiper-button-prev::after {
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("img/arrow_b.svg");
	background-size: 100%;
	background-repeat: no-repeat;
	text-align: center;
	background-position: center center;
	transition: transform 0.3s;
}

@media screen and (max-width: 1280px) {
	.homePage #caroussel .slider-container .swiper-button-next,
	.homePage #caroussel .slider-container .swiper-button-prev {
		display: none;
	}
}

.homePage #caroussel .slider-container .swiper-button-next {
	right: -25px;
}

.homePage #caroussel .slider-container .swiper-button-next:hover::after {
	transform: translateX(20%);
}

.homePage #caroussel .slider-container .swiper-button-prev {
	left: -25px;
}

.homePage #caroussel .slider-container .swiper-button-prev::after {
	transform: rotate(180deg);
}

.homePage #caroussel .slider-container .swiper-button-prev:hover::after {
	transform: rotate(180deg) translateX(20%);
}

.homePage #caroussel .slider-container .swiper-pagination {
	position: initial;
	padding-top: 1rem;
}

.homePage #caroussel .slider-container .swiper-pagination .swiper-pagination-bullet {
	background: transparent;
	border: 1px black solid;
	opacity: 1;
	box-sizing: content-box;
}

.homePage #caroussel .slider-container .swiper-pagination .swiper-pagination-bullet-active {
	background: black;
}

.homePage #caroussel .swiper {
	width: 100%;
	height: auto;
}

.homePage #caroussel .swiper .content-slide {
	padding: 2rem 0;
}

.homePage #caroussel .swiper .content-slide.slideA {
	background-color: #ffbf00;
}

.homePage #caroussel .swiper .content-slide.slideA .divA img {
	max-width: 280px;
}

@media screen and (min-width: 768px) {
	.homePage #caroussel .swiper .content-slide.slideA .divA img {
		max-width: 315px;
	}
}

.homePage #caroussel .swiper .content-slide.slideA .divC img {
	object-position: bottom center;
}

.homePage #caroussel .swiper .content-slide.slideB {
	background-color: #71ef7d;
}

.homePage #caroussel .swiper .content-slide.slideB .divA img.hide {
	display: block;
	max-width: 175px;
}

.homePage #caroussel .swiper .content-slide.slideB .divA img.show {
	display: none;
	max-width: 410px;
}

@media screen and (min-width: 768px) {
	.homePage #caroussel .swiper .content-slide.slideB .divA img.hide {
		display: none;
	}
	.homePage #caroussel .swiper .content-slide.slideB .divA img.show {
		display: block;
	}
}

.homePage #caroussel .swiper .content-slide.slideB .divC img {
	object-position: top center;
}

.homePage #caroussel .swiper .content-slide.slideC {
	background-color: #0ac7a4;
}

.homePage #caroussel .swiper .content-slide.slideC .divA img {
	max-width: 200px;
}

@media screen and (min-width: 768px) {
	.homePage #caroussel .swiper .content-slide.slideC .divA img {
		max-width: 230px;
	}
}

.homePage #caroussel .swiper .content-slide.slideC .divC img {
	object-position: center center;
}

.homePage #caroussel .swiper .content-slide .divA,
.homePage #caroussel .swiper .content-slide .divB,
.homePage #caroussel .swiper .content-slide .divD {
	width: calc(100% - 3rem);
	margin: auto;
}

.homePage #caroussel .swiper .content-slide .divD a {
	background-image: linear-gradient(currentColor, currentColor);
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 0 2px;
	transition: background-size 0.3s;
}

.homePage #caroussel .swiper .content-slide .divD a:hover {
	background-size: 100% 2px;
}

.homePage #caroussel .swiper .content-slide .divB {
	padding: 1rem 0;
}

.homePage #caroussel .swiper .content-slide .divB a {
	font-size: 1rem;
	text-decoration: none;
	font-family: "Arial";
}

.homePage #caroussel .swiper .content-slide .divC {
	overflow: hidden;
}

.homePage #caroussel .swiper .content-slide .divC img {
	max-width: 120%;
	margin-left: -10%;
}

.homePage #caroussel .swiper .content-slide p,
.homePage #caroussel .swiper .content-slide h3 {
	margin: 0;
}

@media screen and (min-width: 768px) {
	.homePage #caroussel .swiper .content-slide {
		display: grid;
		grid-template-rows: 35% 40% 25%;
		grid-column-gap: 0;
		grid-row-gap: 0;
		grid-template-columns: repeat(2, 1fr);
		padding: 0 50px;
	}
	.homePage #caroussel .swiper .content-slide .divA {
		grid-area: 1 / 1 / 2 / 2;
		position: relative;
		height: 100%;
	}
	.homePage #caroussel .swiper .content-slide .divA h3 {
		position: absolute;
		bottom: 1rem;
		width: 100%;
	}
	.homePage #caroussel .swiper .content-slide .divB {
		grid-area: 2 / 1 / 3 / 2;
		max-width: 450px;
		margin: initial;
		padding: 0;
	}
	.homePage #caroussel .swiper .content-slide .divC {
		grid-area: 1 / 2 / 4 / 3;
		max-height: 300px;
		height: 100%;
	}
	.homePage #caroussel .swiper .content-slide .divC img {
		height: 100%;
		width: 100%;
		object-fit: cover;
		max-width: 100%;
		margin-left: 0;
	}
	.homePage #caroussel .swiper .content-slide .divD {
		grid-area: 3 / 1 / 4 / 2;
		position: relative;
		height: 100%;
	}
	.homePage #caroussel .swiper .content-slide .divD a {
		padding: 1rem 0 0 0;
		position: absolute;
		top: 0;
	}
	.homePage #caroussel .swiper .content-slide .divA,
	.homePage #caroussel .swiper .content-slide .divB,
	.homePage #caroussel .swiper .content-slide .divD {
		width: 100%;
	}
}

.homePage #meaPosts {
	background: #f7f7f7;
	width: 100%;
	padding-block: 4rem 2rem;
}

.homePage #meaPosts .list-container {
	padding: 0 1rem;
	max-width: calc(1320px - 2rem);
	margin: auto;
}

.homePage #partners {
	border-block: 1px gray solid;
	margin-top: 2rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

@media screen and (min-width: 768px) {
	.homePage #partners {
		flex-direction: row;
		align-items: center;
	}
}

.homePage #partners .list_partners {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.homePage #partners .list_partners div {
	padding: 0.5rem;
	max-width: 50%;
}

@media screen and (min-width: 768px) {
	.homePage #partners .list_partners div {
		max-width: 250px;
	}
}

.homePage #partners .list_partners img {
	max-height: 6rem;
	width: auto;
}

.transitionsPage #sub_category_transitions {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	margin-block-start: 4rem;
}

.transitionsPage #sub_category_transitions div {
	flex: 1;
	padding: 1rem 0;
}

.transitionsPage #sub_category_transitions div h2 {
	margin-block-start: 0;
	margin-block-end: 1rem;
}

.transitionsPage #sub_category_transitions div hr {
	border: 1px #71ef7d solid;
}

.transitionsPage #sub_category_transitions div p {
	flex-grow: 1;
}

.transitionsPage #sub_category_transitions div .cta_line {
	padding: 1rem;
	border: 1px black solid;
	text-decoration: none;
	display: table;
	margin: auto;
	text-align: center;
	transition: 0.3s ease;
	align-self: center;
}

.transitionsPage #sub_category_transitions div .cta_line:hover {
	background: #ffbf00;
}

@media screen and (min-width: 768px) {
	.transitionsPage #sub_category_transitions {
		flex-direction: row;
		align-items: stretch;
	}
	.transitionsPage #sub_category_transitions div {
		padding: 0 1rem;
		display: flex;
		flex-direction: column;
	}
}

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