/*!
Theme Name: spotentiel
Theme URI: http://underscores.me/
Author: popcorn communication
Author URI: https://www.popcorn-communication.com/
Description: Thème de base Popcorn Communication
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: spotentiel
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.

spotentiel 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/
*/
/* Base content
	 ========================================================================== */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
main {
	display: block;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
	text-decoration: none;
	color: var(--main-color);
	transition: 0.3s;
}
a:hover {
	transition: 0.3s;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
	vertical-align: top;
}
img {
	border-style: none;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details {
	display: block;
}
summary {
	display: list-item;
}
template,
[hidden] {
	display: none;
}
*,
*::before,
*::after {
	box-sizing: inherit;
}
html {
	box-sizing: border-box;
}
body,
button,
input,
select,
optgroup,
textarea {
	color: black;
	font-family: "raleway", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: var(--font-title);
	font-weight: 400;
}
/* h2 {
	color: var(--color-title);
	font-size: 40px;
	line-height: 1.5;
	margin: 0 0 32px 0;
	opacity: 0;
} */

/* @keyframes h2FadeIn {
	0% {
		color: var(--color-sec);
		opacity: 0;
	}
	100% {
		color: var(--color-title);
		opacity: 1;
	}
}
@keyframes beforeAni {
	0% {
		width: 0%;
		clip-path: inset(0 0 0 0);
	}
	50% {
		width: 102%;
		clip-path: inset(0 0 0 0);
	}
	100% {
		width: 102%;
		clip-path: inset(0 0 0 102%);
	}
}
.reveal-visible h2 {
	color: var(--color-title);
	width: fit-content;
	position: relative;
	animation: h2FadeIn 1s 1s forwards;
}
.reveal-visible h2::before {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	background-color: var(--color-title);
	animation: beforeAni 1s 1s cubic-bezier(0.65, 0, 0.06, 0.98) forwards;
} */
h2 {
	color: var(--color-title);
	font-size: 40px;
	line-height: 1.5;
	margin: 0 0 32px 0;
	width: fit-content;
	position: relative;
}
h2 span {
	opacity: 0;
}
@keyframes h2FadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes beforeAni {
	0% {
		width: 0%;
		clip-path: inset(0 0 0 0);
	}
	50% {
		width: 102%;
		clip-path: inset(0 0 0 0);
	}
	100% {
		width: 102%;
		clip-path: inset(0 0 0 102%);
	}
}
.reveal-visible h2 span {
	position: relative;
	animation: h2FadeIn 0.3s 1.5s forwards;
}
.reveal-visible h2::before {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	background-color: var(--color-title);
	z-index: 99;
	animation: beforeAni 1s 1s cubic-bezier(0.65, 0, 0.06, 0.98) forwards;
}
.reveal-visible h2.red::before {
	background-color: var(--color-sec);
}
.reveal-visible h2.white::before {
	background-color: white;
}

p {
	font-family: var(--font-main);
	color: var(--color-text);
	margin: 0;
}
dfn,
cite,
em,
i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "raleway", sans-serif;
	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%;
}
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;
}
ul li {
	margin-bottom: 4px;
	font-family: "raleway", sans-serif;
	color: black;
}
ol {
	list-style: decimal;
	font-family: "raleway", sans-serif;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: 700;
}
dd {
	margin: 0 1.5em 1.5em;
}
embed,
iframe,
object {
	max-width: 100%;
}
img {
	height: auto;
	max-width: 100%;
}
figure {
	margin: 1em 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
/* a:hover,
a:focus,
a:active {
	filter: brightness(0.85);
} */
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
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%;
}
.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);
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}
.main-navigation li {
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: 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%;
}
.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;
}
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
.widget {
	margin: 0 0 1.5em;
}
.widget select {
	max-width: 100%;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.custom-logo-link {
	display: inline-block;
}
.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;
}
.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;
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}
.infinity-end.neverending .site-footer {
	display: block;
}
.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;
}
#primary[tabindex="-1"]:focus {
	outline: 0;
}
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}
.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
/* début style Popcorn ------------------------------------------------------------------------------------------ */
/* ------------------------------------------- polices */
@font-face {
	font-family: "raleway";
	src: url("fonts/Raleway-VariableFont_wght.ttf");
	font-style: normal;
}
@font-face {
	font-family: "raleway-italic";
	src: url("fonts/Raleway-Italic-VariableFont_wght.ttf");
	font-style: italic;
}
@font-face {
	font-family: "Poppins-bold";
	src: url("fonts/Poppins-Bold.ttf");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Poppins";
	src: url("fonts/Poppins-Regular.ttf");
	font-weight: normal;
	font-style: normal;
}
/* ------------------------------------------ variables */
:root {
	--color-title: #2b2b2b;
	--color-sec: #ff4c00;
	--color-text: #42464a;
	--font-title: "Poppins-bold", sans-serif;
	--font-main: "Poppins", sans-serif;
	--font-sec: "raleway", sans-serif;
	--font-sec-italic: "raleway-italic", sans-serif;
}

/* -------------------------------- animation appearence */
/* ajouter classe reveal-2 par ex */
[class*="reveal-"] {
	opacity: 0;
	transform: translateY(-30px);
}
.reveal-visible {
	opacity: 1 !important;
	transform: translateY(0) !important;
	transition: 1s;
}
.reveal-2 {
	transition-delay: 0.2s;
}
.reveal-3 {
	transition-delay: 0.4s;
}
.reveal-4 {
	transition-delay: 0.6s;
}
.reveal-5 {
	transition-delay: 0.8s;
}
.reveal-6 {
	transition-delay: 0.9s;
}
.reveal-7 {
	transition-delay: 1s;
}

/* --------------------------------------------------- header */
body.logged-in header.site-header {
	top: 32px;
}
.container {
	width: 85.4%;
	max-width: 1088px;
	margin: auto;
}
header.site-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 11;
	background-color: white;
	width: 100%;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
}
header.site-header .widget-logo figure {
	margin: 0;
}
header.site-header > .container {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 84px;
	padding-top: 8px;
	transition: 0.3s;
	width: 85.4%;
	max-width: 1640px;
}
header.site-header.scroll-menu > .container {
	height: 62px;
	transition: 0.3s;
}
header.site-header.scroll-menu .widget-logo figure {
	margin-top: -5px;
}
header.site-header .main-navigation {
	display: flex;
	width: auto;
}
header.site-header .main-navigation .menu-menu-principal-container {
	display: flex;
	align-items: center;
}
header.site-header .main-navigation li {
	margin-bottom: 0;
}
header.site-header .main-navigation ul {
	margin-right: 7px;
	margin-top: 5px;
}
header.site-header .main-navigation li a {
	line-height: 23px;
	text-transform: uppercase;
	font-size: 15px;
	margin-right: 40px;
	color: var(--color-sec);
	font-family: var(--font-title);
}
header.site-header .main-navigation li a:hover {
	color: var(--color-text);
}
header.site-header .main-navigation li:nth-last-of-type(1) a {
	margin-right: 0;
}
header #menu .widget-logo a {
	justify-content: center;
	margin-top: 4.46vh;
	max-height: 41vh;
}
header .mentions {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: absolute;
	bottom: 7.17vh;
	left: 20px;
}
header .mentions a,
header .mentions p {
	color: white;
	font-size: 13px;
	font-weight: 700;
	line-height: 2;
	color: white;
	font-family: var(--font-sec);
}
header .mentions p {
	font-weight: 400;
}
header.site-header .main-navigation ul.sub-menu {
	display: flex;
	flex-direction: column;
	padding: 20px;
	margin: 0 0 0 0px;
	background-color: white;
	transition: 0.5s;
	opacity: 0;
}
header.site-header .main-navigation ul.sub-menu li a {
	margin: 0;
	text-transform: unset;
	width: auto;
	white-space: nowrap;
	padding: 0 12px;
	font-weight: 500;
	display: inline-block;
	line-height: 26px;
	margin-top: 8px;
}
header.site-header .main-navigation ul.sub-menu li:nth-of-type(1) a {
	margin-top: 0;
}
header.site-header .container h2 {
	font-size: 30px;
	line-height: 1.3;
	color: black;
	margin: 0 0 0 14px;
}
/* -------------------------- menu responsive */
#menuToggle {
	display: block;
	position: absolute;
	z-index: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 9;
	left: -19px;
	bottom: 27px;
}
#menuToggle input {
	display: block;
	width: 40px;
	height: 32px;
	position: absolute;
	top: -7px;
	left: -5px;
	cursor: pointer;
	opacity: 0;
	z-index: 2;
	-webkit-touch-callout: none;
}
#menuToggle > span {
	display: block;
	background: var(--color-sec);
	width: 20px;
	height: 2px;
	margin-bottom: 4px;
	position: relative;
	border-radius: 3px;
	z-index: 1;
	transform-origin: 6px 0px;
	-webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
	transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
#menuToggle > span:first-child {
	transform-origin: 0% 0%;
}
#menuToggle > span:nth-last-child(2) {
	transform-origin: 0% 100%;
}
#menuToggle #menu {
	position: absolute;
	list-style-type: none;
	-webkit-font-smoothing: antialiased;
	transform-origin: 0% 0%;
	transform: translate(-100%, 0);
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
	right: 7.6vw;
	background-color: white;
	height: 100vh;
	margin: 0;
	top: -39px;
	z-index: 9;
	padding-right: 50px;
	padding-left: 0;
	background: transparent;
}
#menuToggle #menu .menu-container-2 {
	overflow-x: visible;
	padding-bottom: 100px;
	width: 280px;
	border-right: 3px solid var(--main-color);
	background: white;
	overflow-y: scroll;
	height: 100vh;
	background-color: var(--color-sec);
}
#menuToggle #close_btn {
	background-image: url(img/exit.svg);
	width: 41px;
	height: 41px;
	position: absolute;
	right: 51px;
	top: 50vh;
	transform: translate(calc(100% + 9px), -50%);
	cursor: pointer;
}
header.site-header .bloc-1 {
	margin: 5.65vh auto;
	text-align: center;
}
#menuToggle #menu > a {
	margin-bottom: 23.43vh;
	display: inline-block;
	z-index: 9;
	position: relative;
}
#menuToggle #menu #primary-menu {
	margin: 0;
	padding: 0;
	z-index: 9;
	position: relative;
}
#menuToggle #menu #primary-menu li {
	list-style-type: none;
	margin: 0;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	border-top: 1px solid #e5e5bf;
	border-bottom: 1px solid #e5e5bf;
	width: 100%;
	padding: 10px 0 10px 20px;
}
#menuToggle #menu #primary-menu li a {
	color: white;
	font-size: 15px;
	font-family: var(--font-title);
	text-transform: uppercase;
	line-height: 21px;
	padding: 10px 0;
}
#menuToggle #menu #primary-menu li.active a {
	color: var(--color-text);
}
#menuToggle #menu #primary-menu li .sub-menu {
	max-height: 0;
	overflow: hidden;
	transition: 0.3s;
}
#menuToggle #menu #primary-menu li .sub-menu a {
	font-weight: 500;
}
#menuToggle #menu #primary-menu li .sub-menu li:nth-of-type(1) {
	margin-top: 12px;
}
#menuToggle #menu #primary-menu li.visible .sub-menu {
	max-height: 500px;
	transition: 0.3s;
}
#menuToggle #menu #primary-menu ul {
	margin: 0;
	padding-left: 20px;
}
body.menu_open {
	overflow: hidden;
}
@media only screen and (min-width: 799px) {
	#menuToggle {
		display: none;
	}
}
@media only screen and (max-width: 799px) {
	header.site-header > .container > #site-navigation {
		display: none;
	}
}

/* --------------------------------------------------- footer */
.site-footer {
	background-color: white;
	position: relative;
}
.site-footer .foot_logo {
	background-color: var(--color-sec);
	padding: 64px;
}
.site-footer .foot_logo figure {
	margin: 0;
	text-align: center;
}
.site-footer .foot_bar {
	width: 87%;
	height: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: auto;
}
.site-footer .foot_bar a,
.site-footer .foot_bar p {
	color: #676767;
	font-size: 14px;
	font-weight: 400;
}
.site-footer .foot_bar p {
	margin: 2px 0 0 0;
}
.site-footer .foot_bar > p > a {
	margin-left: 5px;
	font-weight: 700;
}
.site-footer .foot_bar .mentions a {
	font-weight: 700;
	margin: 0 31px 0 0;
}
.site-footer .foot_bar a {
	transition: 0.3s;
	display: inline-block;
}
.site-footer .foot_bar a:hover {
	transition: 0.3s;
	transform: scale(1.04);
}
/* section top ----------------------------------------------*/
section.top {
	margin-top: 62px;
	height: calc(100vh - 62px);
	width: 100%;
	position: relative;
}
section.top > img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
section.top .title {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}
section.top .title img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	max-height: 44.5vh;
}
section.top h1 {
	font-size: 90px;
	line-height: 1.5;
	color: white;
	margin: 0;
	text-shadow: 0 0 20px #2b2b2b;
}
a#pop {
	position: absolute;
	left: 50%;
	bottom: 46px;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
}
a#pop p {
	font-family: var(--font-main);
	color: white;
	text-transform: uppercase;
	transform: rotate(270deg);
	position: absolute;
	top: -49px;
	transition: 0.3s;
}
a#pop:hover p {
	top: -45px;
	transition: 0.3s;
}
a#pop img {
	width: 37px;
	height: 37px;
}
/* animation h1 home ------------------------------  */
.ml11 {
	font-weight: 700;
	font-size: 3.5em;
}
.ml11 .text-wrapper {
	position: relative;
	display: inline-block;
	padding-top: 0.1em;
	padding-right: 0.05em;
	padding-bottom: 0.15em;
}
.ml11 .line {
	opacity: 0;
	position: absolute;
	left: 0;
	height: 100%;
	width: 3px;
	background-color: #fff;
	transform-origin: 0 50%;
}
.ml11 .line1 {
	top: 0;
	left: 0;
}
.ml11 .letter {
	display: inline-block;
	line-height: 1em;
}
.ml11 .text-wrapper:nth-of-type(2) .letters,
.ml11 .text-wrapper:nth-of-type(3) .letters {
	font-size: 60px;
}

/* SECTION FAQ ---------------------------------------- */
section#faq {
	margin-bottom: 191px;
	background-color: var(--color-sec);
	background-repeat: no-repeat;
	background-size: 100% auto;
	margin-top: 265px;
}
section#faq h2 {
	color: white;
	margin: 0 0 54px;
}
section#faq .container {
	width: 81%;
	max-width: 1088px;
	padding-top: 119px;
}
section#faq .top {
	display: flex;
	margin-bottom: 35px;
}
section#faq ul {
	list-style-type: none;
	padding: 0;
}
section#faq h2 {
	text-align: left;
	margin-bottom: 60px;
}
section#faq ul#accordeon {
	margin: auto;
	padding-bottom: 129px;
}
section#faq #accordeon li {
	margin-bottom: 0;
	background-color: white;
}
section#faq .head {
	border: 1px solid #707070;
	margin-top: -1px;
	position: relative;
	cursor: pointer;
	padding: 16px 39px 15.5px 45px;
	background: white;
	z-index: 9;
}
section#faq .head.open {
	background-color: rgba(265, 76, 0, 0.2);
}
section#faq .head.open p {
	color: var(--color-sec);
}
section#faq .head p {
	position: relative;
	font-weight: 900;
	font-family: var(--font-sec);
	color: var(--main-color);
	word-wrap: break-word;
	padding-right: 50px;
}
section#faq .head p::after {
	content: "";
	display: inline-block;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-image: url(img/arrow.svg);
	background-size: 100% 100%;
	position: absolute;
	top: calc(50% - 20px);
	right: 0;
	transition: 0.3s;
	transform: rotate(180deg);
}
section#faq .head.open p::after {
	transition: 0.3s;
	transform: rotate(0deg);
}
section#faq .hidden {
	width: 100%;
	padding: 0;
	visibility: hidden;
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition: all 0.2s linear;
	background: white;
	border-right: 1px solid #707070;
	border-left: 1px solid #707070;
}
section#faq .hidden p {
	padding: 0 21px 21px 45px;
	margin: 0;
}
section#faq .active {
	visibility: visible;
	height: auto;
	overflow: none;
	opacity: 1;
	padding-top: 21px;
}
/* Section about     ---------------------------------------- */
section#about {
	margin-top: 47px;
	padding-top: 100px;
	margin-bottom: 63px;
}
section#about .text {
	display: flex;
	justify-content: space-between;
}
section#about .text .left {
	width: 49%;
}
section#about .text .right {
	width: 40.8%;
}
section#about .text .right p {
	color: var(--color-sec);
	font-size: 20px;
}
section#about .text div p:nth-last-of-type(1) {
	margin-top: 9px;
}

/* Section gouvernance ---------------------------------------- */
section#gouvernance {
	margin-bottom: 55px;
	padding-top: 100px;
}
section#gouvernance h2 {
	color: var(--color-sec);
}
section#gouvernance .text {
	max-width: 682px;
	margin-bottom: 58px;
}
section#gouvernance .partenaires {
	display: flex;
	flex-wrap: wrap;
	margin-right: -72px;
	margin-left: -72px;
	justify-content: center;
}
section#gouvernance .partenaires .partenaire {
	margin: 0 62px;
	width: 190px;
	height: 190px;
	position: relative;
	display: flex;
	align-items: center;
}
section#gouvernance .partenaire .partenaire_hover {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: 0.3s;
	background-color: rgba(255, 76, 0, 0.9);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
section#gouvernance .partenaires .partenaire:hover .partenaire_hover {
	opacity: 1;
	transition: 0.3s;
}
section#gouvernance .partenaire .partenaire_hover img {
	width: 88px;
	height: 88px;
	border-radius: 44px;
	object-fit: cover;
}
section#gouvernance .partenaire .partenaire_hover p {
	color: white;
	text-align: center;
}
section#gouvernance .partenaire .partenaire_hover p:nth-of-type(1) {
	margin-top: 4px;
}
p strong {
	font-family: var(--font-title);
}

/* section formation  ---------------------------------------- */
section#formation {
	overflow-x: hidden;
	padding-top: 100px;
	position: relative;
}
section#formation .slider_formation_container {
	width: calc(100vw + 22px);
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	height: 295px;
	position: absolute;
	left: 0;
}
section#formation .slider_formation {
	display: flex;
	cursor: grab;
	user-select: none;
	overflow-x: scroll;
	scrollbar-width: none;
	position: absolute;
	left: -9px;
}
section#formation .slider_formation.active {
	cursor: grabbing;
}
section#formation .slider_formation::-webkit-scrollbar {
	display: none;
}
section#formation .slider_formation img {
	width: 387px;
	margin: 10px;
	height: 275px;
	object-fit: cover;
	pointer-events: none; /* Empêche les images de capturer les événements de souris */
}
section#formation .text_top {
	display: flex;
	justify-content: space-between;
	margin-top: 385px;
	margin-bottom: 118px;
}
section#formation .text_top .left {
	width: 46.23%;
	margin-top: 60px;
}
section#formation .text_top .left p {
	color: var(--color-sec);
	font-size: 20px;
}
section#formation .container > p {
	color: var(--color-sec);
	font-size: 20px;
	margin-bottom: 25px;
}
section#formation .text_bottom {
	display: flex;
	justify-content: space-between;
}
section#formation .left {
	width: 46.14%;
}
section#formation .right {
	width: 49.26%;
	margin-top: 12px;
}
section#formation .right p {
	margin-top: 9px;
}
/* Template temoignages ---------------------------------------- */

section#temoignages {
	position: relative;
	overflow-x: hidden;
}
section#temoignages .container {
	display: flex;
	flex-direction: column;
	align-items: center;
}
section#temoignages .container > p {
	font-size: 25px;
	letter-spacing: 0.01em;
	text-align: center;
}
section#temoignages .container h2 {
	text-align: center;
	color: var(--color-sec);
	margin-bottom: 97px;
}
section#temoignages .spoteurs {
	display: flex;
	justify-content: center;
}
section#temoignages .spoteurs .left {
	position: absolute;
	top: 237px;
	left: 8.54vw;
	z-index: 9;
}
section#temoignages .spoteurs .right {
	max-width: 100%;
	width: 453px;
	position: relative;
}
section#temoignages .temoignage {
	background-color: rgba(66, 70, 74, 0.05);
	margin: calc(35px / 2);
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 37px 47px 65px 48px;
	position: relative;
}
section#temoignages .temoignage .photo img {
	border-radius: 50%;
	width: 116px;
	height: 116px;
	border: 5px solid white;
	margin-bottom: 39px;
}
section#temoignages .temoignage > img {
	position: absolute;
	left: 35px;
	top: 127px;
}
section#temoignages .temoignage .text p:nth-of-type(1) {
	font-family: var(--font-sec-italic);
	margin-bottom: 30px;
}
section#temoignages .temoignage .text p em {
	font-size: 20px;
	color: var(--color-sec);
	font-style: normal;
}
section#temoignages .temoignage .text p strong {
	font-family: var(--font-sec);
	font-weight: 900;
}
section#temoignages .spoteurs .owl-stage {
	display: flex;
}
.owl-nav.disabled {
	display: none;
}
section#temoignages .owl-dots {
	display: flex;
	justify-content: center;
	margin-top: 78px;
}
section#temoignages .spoteurs .right button {
	background: none;
	border: none;
	width: 28px;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
section#temoignages .spoteurs .right button span {
	width: 15px;
	height: 15px;
	display: block;
	border-radius: 50%;
	background: var(--color-text);
	cursor: pointer;
}
section#temoignages .spoteurs .right .owl-dot.active span {
	background: var(--color-sec);
}
section#temoignages .spoteurs .right::after {
	content: "";
	height: 100%;
	width: 50vw;
	background-color: white;
	position: absolute;
	top: 0;
	right: 100%;
}

/* section coop --------------------------------------------- */
section#coop {
	margin-top: 269px;
	background-color: var(--color-text);
	padding: 166px 0 155px;
}
section#coop .container {
	display: flex;
	justify-content: space-between;
	max-width: 1172px;
	position: relative;
}
section#coop .container::after {
	content: "";
	width: 63.2px;
	height: 105.4px;
	background-image: url(img/logo-spotentiel.svg);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-size: contain;
}
section#coop .container > div {
	background-color: white;
	width: 448px;
	max-width: 100%;
	height: 410px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	padding: 47px;
	transition: 0.3s;
}
section#coop .container > div:hover {
	background-color: var(--color-sec);
	transition: 0.3s;
}
section#coop .container > div:hover h3 {
	color: white;
	transition: 0.3s;
}
section#coop .container > div:hover a,
section#coop .container > div:hover em {
	color: white;
	transition: 0.3s;
}
section#coop .container > div h3 {
	color: var(--color-sec);
	font-size: 40px;
	margin: 38px 0 13px 0;
	letter-spacing: 0.01em;
}
section#coop .container > div p {
	font-size: 25px;
	margin: 0 0 38px 0;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	text-align: center;
}
section#coop .container > div p a,
section#coop .container > div p em {
	font-size: 20px;
	margin: 0;
	letter-spacing: 0.01em;
	text-transform: none;
	color: var(--color-sec);
	font-style: normal;
	transition: 0.3s;
	display: inline-block;
}
section#coop .container > div p a:hover {
	transition: 0.3s;
	transform: scale(1.04);
}

/* Template legal     ---------------------------------------- */
.page-template-legal .site > .container {
	margin-top: 120px;
	margin-bottom: 80px;
}

/* media queries ----------------------------------------------*/
@media only screen and (min-width: 1800px) {
	section.top h1 {
		font-size: 122px;
	}
	.ml11 .text-wrapper:nth-of-type(2) .letters,
	.ml11 .text-wrapper:nth-of-type(3) .letters {
		font-size: 90px;
	}
}
@media only screen and (max-width: 1400px) {
	section.top .title img {
		width: 219px;
	}
	section#temoignages .spoteurs .left {
		display: none;
	}
	section#faq {
		margin-bottom: 143px;
		margin-top: 132px;
	}
	section#formation .text_top .right {
		display: flex;
		justify-content: center;
	}
	section#formation .text_top {
		margin-top: 286px;
	}
	section#formation .slider_formation img {
		width: 290px;
		height: 205px;
	}
	section#about {
		margin-top: 0;
		padding-top: 81px;
	}
}
@media only screen and (max-width: 1300px) {
}
@media only screen and (max-width: 1250px) {
}
@media only screen and (max-width: 1200px) {
	header.site-header > .container {
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
	}
	header.site-header .main-navigation ul {
		margin: 3px 0 0 37px;
	}
	section#coop .container {
		flex-direction: column;
		align-items: center;
	}
	section#coop {
		padding: 191px 0 137px;
	}
	section#coop .container::after {
		top: -84px;
	}
	section#coop .container > div {
		padding: 26px 58px 13px;
		height: 316px;
	}
	section#coop .container .left {
		margin-bottom: 49px;
	}
	header.site-header.scroll-menu > .container {
		height: 84px;
	}
	section#gouvernance .partenaires {
		margin: 0;
	}
}
@media only screen and (max-width: 1100px) {
	section.top h1 {
		font-size: 65px;
	}
	.ml11 .text-wrapper:nth-of-type(2) .letters,
	.ml11 .text-wrapper:nth-of-type(3) .letters {
		font-size: 40px;
	}
	section.top .title img {
		width: 158.5px;
	}
}
@media only screen and (max-width: 1024px) {
	section#faq .top {
		flex-direction: column;
	}
	header.site-header .main-navigation li a {
		font-size: 13px;
		margin-right: 17px;
	}
}
@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 899px) {
	section#faq .head {
		padding: 16px 39px 15.5px 17px;
	}
	section#faq .head p::after {
		width: 30px;
		height: 30px;
		top: calc(50% - 15px);
	}
	section#about .text,
	section#formation .text_top,
	section#formation .text_bottom {
		flex-direction: column;
	}
	section#about .text > div,
	section#formation .text_top > div,
	section#formation .text_bottom > div {
		width: 100% !important;
	}
	section#about .text .right {
		margin-top: 48px;
	}
	section#gouvernance {
		padding-top: 85px;
	}
	section#formation .text_top > div {
		margin-top: 74px;
	}
	section#formation .text_top {
		margin-bottom: 68px;
	}
	section#faq h2 {
		text-align: center;
	}
}
@media only screen and (max-width: 799px) {
	section#faq .top p {
		margin: 8px 4% 0px 0;
	}
	.page-template-legal .site > .container {
		margin-bottom: 260px;
	}
	header.site-header > .container {
		align-items: center;
	}
}
@media only screen and (max-width: 767px) {
	section#faq .head p::after {
		right: -20px;
	}
	section#faq .head p {
		padding-right: 20px;
	}
	section.top h1 {
		font-size: 31px;
	}
	.ml11 .text-wrapper:nth-of-type(2) .letters,
	.ml11 .text-wrapper:nth-of-type(3) .letters {
		font-size: 19px;
	}
	section.top .title img {
		width: 79px;
	}
	section.top {
		height: calc(254px + 22px);
	}
	a#pop {
		display: none;
	}
	.site-footer .foot_bar {
		height: auto;
		flex-direction: column;
		padding-top: 33px;
		padding-bottom: 26px;
	}
	.site-footer .foot_bar .mentions {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.site-footer .foot_bar p {
		font-weight: 400;
	}
	.site-footer .foot_bar .mentions a,
	.site-footer .foot_bar p {
		margin: 0 0 10px 0 !important;
		z-index: 9;
	}
	section#gouvernance .partenaires .partenaire {
		margin: 0;
		width: 50%;
		display: flex;
		justify-content: center;
	}
}
@media only screen and (max-width: 699px) {
	section#faq {
		background-image: url(img/bg-yellow2-min.svg);
	}
	header.site-header > .container > a.rdv {
		display: none;
	}
	header.site-header > .container {
		justify-content: center;
	}
}
@media only screen and (max-width: 599px) {
	.container,
	section#faq .container {
		width: 89%;
		max-width: 89%;
	}
	section#coop .container > div {
		height: 247px;
	}
	section#coop .container > div h3 {
		font-size: 23px;
		margin-top: 31px;
	}
	section#coop .container > div p {
		font-size: 19px;
		margin-bottom: 31px;
	}
	section#coop .container > div p a,
	section#coop .container > div p em {
		font-size: 15px;
	}
	section#coop {
		margin-top: 113px;
	}
	section#temoignages .spoteurs .right {
		width: calc(328px + 17.5px + 17.5px);
	}
	h2 {
		font-size: 30px;
	}
	section#faq {
		margin-top: 100px;
	}
	section#faq .container {
		padding-top: 80px;
	}
	section#formation .container > p,
	section#about .text .right p,
	section#formation .text_top .left p {
		font-size: 16px;
	}
	section#formation .text_top > div {
		margin-top: 50px;
	}
	section#formation .text_top {
		margin-top: 244px;
	}
	section#formation {
		padding-top: 80px;
	}
	section#gouvernance {
		margin-bottom: 0;
	}
	section#gouvernance {
		padding-top: 80px;
	}
	section#about {
		margin-bottom: -14px;
	}
	section#gouvernance .partenaire .partenaire_hover p {
		font-size: 11px;
	}
}
@media only screen and (max-width: 499px) {
	#menuToggle {
		left: -7px;
	}
	#menuToggle #menu {
		right: calc(7.3vw + 14px);
	}
	section#gouvernance .partenaires .partenaire {
		width: 47%;
	}
	section#gouvernance .partenaires {
		justify-content: space-between;
	}
	section#gouvernance .partenaires .partenaire {
		height: 149px;
	}
}
@media only screen and (max-width: 399px) {
}
