/*
Theme Name: CNC Formation
Theme URI: #
Author: Jeremy Bornerand
Author URI: http://jeremybornerand.com/
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

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

abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: 700;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #222;
}

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

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [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 {
	border: 1px solid #bbb;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	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-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

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

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	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; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
	clear: both;
}

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #222228;
	font-family: "Inter", "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.2;
	margin: 0 0 0.75em;
	padding: 1.5em 0 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	padding-top: 0;
}

h1 {
	font-size: 24px;
}

h2,
.home.blog .entry-title {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 13px;
}

h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1.5em;
	padding: 0;
}

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

blockquote {
	color: #666;
	font-size: 18px;
	font-size: 1.125rem;
	font-style: italic;
	line-height: 1.7;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

blockquote cite {
	display: block;
	font-style: normal;
	font-weight: 600;
	margin-top: 0.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #eee;
	text-decoration: none;
}

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

q {
	quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
	content: "";
}

:focus {
	outline: none;
}



/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/

label {
	color: #222228;
	display: block;
	font-weight: 800;
	margin-bottom: 0.5em;
}

fieldset {
	margin-bottom: 1em;
}

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;
	background: #fff;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	padding: 0.7em;
	width: 100%;
}

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

select {
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 3em;
	max-width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
}

button,
input[type="button"],
input[type="submit"] {
	background: #4AC1B4;
	border: 0;
	-webkit-border-radius: 26px;
	border-radius: 26px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	padding: 15px 65px;
	text-shadow: none;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

input + button,
input + input[type="button"],
input + input[type="submit"] {
	/* padding: 0.75em 2em; */
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	background-color: #ddd;
	color: #222;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #480fcd;
	color: #fff;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
	background: #bbb;
}

.gform_wrapper.gravity-theme .gfield_description{
	font-size: 13px!important;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #B2B2B2;
	font-weight: 300;
	font-family: "Inter", "Helvetica Neue", helvetica, arial, sans-serif;
}

:-moz-placeholder {
	color: #B2B2B2;
	font-weight: 300;
	font-family: "Inter", "Helvetica Neue", helvetica, arial, sans-serif;
}

::-moz-placeholder {
	color: #B2B2B2;
	font-weight: 300;
	font-family: "Inter", "Helvetica Neue", helvetica, arial, sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #B2B2B2;
	font-weight: 300;
	font-family: "Inter", "Helvetica Neue", helvetica, arial, sans-serif;
}

/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/

hr {
  background-color: #DEDEDE;
  border: 0;
  height: 1px;
  margin: 70px 0;
}

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

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

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

/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/

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

thead th {
	border-bottom: 2px solid #bbb;
	padding-bottom: 0.5em;
}

th {
	padding: 0.4em;
	text-align: left;
}

tr {
	border-bottom: 1px solid #eee;
}

td {
	padding: 0.4em;
}

th:first-child,
td:first-child {
	padding-left: 0;
}

th:last-child,
td:last-child {
	padding-right: 0;
}

/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/

a {
	color: #222228;
	text-decoration: none;
}

a:focus {
	outline: none!important;
}

a:hover,
a:active {
	color: #4AC1B4;
	outline: 0;
}

svg{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
}

/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/



/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

html,body{
	overflow-x: hidden;
}

body{
	/* opacity: 0; */
	background: #fff;
	-webkit-transition: opacity 0.8s ease;
	-moz-transition: opacity 0.8s ease;
	-o-transition: opacity 0.8s ease;
	transition: opacity 0.8s ease;
	-webkit-font-smoothing: antialiased; 
	-moz-osx-font-smoothing: grayscale;
}

.wrapper{
	max-width: 1290px;
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 0 40px;
}

.wrap {
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 0 40px;
}

.clear{
	clear: both;
}


a{
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

ul.bxslider{
	list-style: none;
	margin: 0;
	padding: 0;
}

.wow{
	visibility: hidden;
}

p:last-child, ul:last-child{
	margin-bottom: 0;
}

/*--------------------------------------------------------------
13.1 Header
--------------------------------------------------------------*/


.site-header {
	position: fixed;
	width: 100%;
	z-index: 20;
	padding: 35px 40px;
	background: transparent;
	left: 0;
	top: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: flex;
	justify-content: space-between;
}

.site-header:before, .site-header:after{
	display: none;
}

.scrolled .site-header {
	background: #fff;
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
	padding-top: 25px;
	padding-bottom: 10px;
}

.site-title{
	padding: 0;
	margin: 0;
	line-height: 1;
	font-size: 20px;
	font-weight: 800;
}

.site-title span{
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.site-title a{
	color: #222228;
}

.top-menu, .main-menu, .social-menu, .footer-menu, .copy-menu{
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1;
}

.top-menu > li, .main-menu > li, .social-menu > li, .copy-menu > li{
	display: inline-block;
	vertical-align: middle;
}

.main-menu > li{
	position: relative;
	padding: 15px 0;
}

li.compte a svg{
	height: 27px;
}

.menu{
	display: flex;
	gap: 40px;
	align-items: flex-start;
}

.main-menu > li + li{
	margin-left: 32px;
}

.top-menu{
	text-align: right;
}

.top-menu > li + li{
	margin-left: 10px;
}

.top-menu > li > a{
	display: flex;
	align-items: center;
	gap: 11px;
	border: 2px solid #222228;
	padding: 5px 15px 4px 7px;
	border-radius: 40px;
	font-weight: 600;
	font-size: 14px;
}

/* .menul > div:first-child{
	margin: 0 0 10px;
} */

.menur{
	padding: 10px 0 0;
}

.top-menu > li > a:hover, .top-menu > li.actif > a{
	color: #fff;
	background: #222228;
}

/* .top-menu > li > a svg path{
	transition: fill 0.4s ease;
	fill: #222228;
}

.top-menu > li > a:hover svg path{
	fill: #fff;
} */

.social-menu > li + li{
	margin-left: 15px;
}

.social-menu > li > a{
	font-size: 20px;
}

.main-menu > li > a{
	font-weight: 700;
	font-size: 18px;
}

.main-menu > li > a span{
	display: block;
}

.site-title a svg > g > g{
	transition: fill 0.4s ease;
	fill: #222228;
}

.home:not(.scrolled) .site-title a{
	color: #fff;
}

.home:not(.scrolled) .main-menu > li > a:not(:hover), .home:not(.scrolled) header .social-menu > li > a:not(:hover){
	color: #fff;
}

.home:not(.scrolled) .top-menu > li > a{
	color: #fff;
	border-color: #fff;
}

.home:not(.scrolled) .top-menu > li > a:hover{
	color: #222228;
	border-color: #fff;
	background: #fff;
}

.home:not(.scrolled) .top-menu > li > a svg path, .home:not(.scrolled) .site-title a svg > g > g{
	fill: #fff;
}

.home:not(.scrolled) .top-menu > li > a:hover svg path{
	fill: #222228;
}

header .main-menu > li:hover > a, header .main-menu > li.current-menu-item > a, header .main-menu > li.current-menu-parent > a, header .main-menu > li.current-page-ancestor  > a{
	color: #4AC1B4;
}

@media screen and (min-width: 1024px) {
	
	/* header .main-menu > li:not(.bout) > a:after{
		content: '';
		display: block;
		width: 0;
		height: 1px;
		-webkit-transition: width 0.6s cubic-bezier(0.7, 0, 0.3, 1), background 0.4s ease;
		-moz-transition: width 0.6s cubic-bezier(0.7, 0, 0.3, 1), background 0.4s ease;
		-o-transition: width 0.6s cubic-bezier(0.7, 0, 0.3, 1), background 0.4s ease;
		transition: width 0.6s cubic-bezier(0.7, 0, 0.3, 1), background 0.4s ease;
		position: absolute;
		left: 0;
		bottom: -3px;
		border-radius: 3px;
		background: #202A50;
		transform: translate(0,50%);
		z-index: -1;
	}
	
	header .main-menu > li.menu-item-has-children:not(.bout) > a:after{
		bottom: -1px;
	}
	
	header .main-menu > li:hover > a:after, header .main-menu > li.current-menu-item > a:after, header .main-menu > li.current-menu-parent > a:after, header .main-menu > li.current-page-ancestor  > a:after{
		width: 100%;
	} */
	
	header .main-menu > li > ul {
		display: block;
		position: absolute;
		text-align: center;
		line-height: 1;
		min-width: 100%;
		background: #4AC1B4;
		/* border-radius: 10px; */
		white-space: nowrap;
		padding: 30px;
		box-shadow: 0 10px 20px rgb(0 0 0 / 8%);
		left: 50%;
		opacity: 0;
		margin: 0 0 0;
		top: -999em;
		list-style: none;
		transform: translate(-50%,20px);
		-webkit-transform: translate(-50%,20px);
		-webkit-transition: opacity 0.4s ease,transform 0.4s ease,top 0s 0.4s ease;
		-moz-transition: opacity 0.4s ease,transform 0.4s ease,top 0s 0.4s ease;
		-o-transition: opacity 0.4s ease,transform 0.4s ease,top 0s 0.4s ease;
		transition: opacity 0.4s ease,transform 0.4s ease,top 0s 0.4s ease;
	}
	
	/* header .main-menu > li > ul:after {
		content: '';
		display: block;
		width: 1px;
		height: 12px;
		background: #172a97;
		position: absolute;
		left: 50%;
		bottom: 100%;
		transform: translate(-50%,0);
	} */
	
	header .main-menu > li:hover > ul.sub-menu {
		opacity: 1;
		top: 100%;
		transform: translate(-50%,0);
		-webkit-transform: translate(-50%,0);
		-webkit-transition: opacity 0.4s ease,transform 0.4s ease,top 0s 0s ease;
		-moz-transition: opacity 0.4s ease,transform 0.4s ease,top 0s 0s ease;
		-o-transition: opacity 0.4s ease,transform 0.4s ease,top 0s 0s ease;
		transition: opacity 0.4s ease,transform 0.4s ease,top 0s 0s ease;
	}
	
	header .main-menu > li > ul > li > a {
		font-size: 15px;
		color: #fff;
		font-weight: 500;
	}
	
	header .main-menu > li > ul > li > a:hover, header .main-menu > li > ul > li.current-menu-item > a{
		color: #222228;
	}
	
	header .main-menu > li > ul > li + li{
		margin-top: 10px;
		margin-left: 0;
	}
	header .main-menu > li.menu-item-has-children > a svg{
		font-size: 18px;
		vertical-align: middle;
		line-height: 14px;
		margin: 0 0 0 8px;
	}
	
	/* header .main-menu > li.menu-item-has-children{
		margin-top: 2px;
	} */
}


/*--------------------------------------------------------------
13.3 Regular Content
--------------------------------------------------------------*/


.site-content {
	
}

body:not(.home) #content{
	padding-top: 200px;
}

.hometop{
	position: relative;
	padding: 325px 0 200px;
	background: linear-gradient(135deg,  #4ac1b4 0%,#480fcd 100%);
}

.hometop:after{
	content: '';
	display: block;
	width: var(--hth);
	padding: calc(0.304 * var(--hth)) 0 0;
	background: url(assets/images/cnc.svg) no-repeat center center/contain;
	opacity: 0.2;
	position: absolute;
	right: 0;
	top: 0;
	transform-origin: right top;
	transform: rotate(90deg) translate(100%, 0);
}

.hometop .wrapper{
	z-index: 1;
}

.left, .right{
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

.hometxt{
	max-width: 856px;
	padding: 20px 0 20px 40px;
	border-left: 1px solid #fff;
	color: #fff;
	font-size: 16px;
}

.hometxt h2{
	font-size: 30px;
	font-weight: 200;
}

.agenda{
	padding: 130px 0;
	color: #fff;
	background: #222228;
}

.ressources{
	margin: 100px 0 80px;
}

.pagetop {
  text-align: center;
}

.grostitre {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.2;
}

.grostitre span em {
  font-style: normal;
  font-weight: 300;
  font-size: 25px;
  display: block;
}

.pagetop .grostitre {
  margin: 0 auto;
  display: block;
  max-width: 700px;
  padding: 0;
}

.pagetop .txt {
  margin: 20px auto 0;
  display: block;
  max-width: 700px;
  padding: 0;
}

.discoo {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  background: #4ac1b4;
  color: #fff;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translate(0,-50%);
  font-size: 25px;
}

.discoo:hover{
	background: #480fcd;
	  color: #fff;
}

.titresepa{
	font-size: 30px;
	font-weight: 900;
	line-height: 1.2;
	border-bottom: 1px solid;
	margin: 0 0 30px;
	padding: 0 0 30px;
}

.blocs{
	margin: 60px 0 100px;
}

.date{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 40px;
}

.date + .date{
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #e0e0e0;
}

.date > *{
	flex: 1;
}

.lab{
	margin: 0 0 8px;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 0.1em;
}

.date h3{
	margin: 0;
	max-width: 250px;
}

.dataa{
	font-weight: 500;
}

.dataa span{
	font-size: 12px;
}

.dato .dataa{
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
}

.dato .dataa span{
	font-size: 18px;
	font-weight: 500;
}
.agendo, .ress, .idz{
	margin: 60px 0 100px 0;
}

.sousmenu{
	margin: 40px 0 0;
}

.sousmenuc{
	text-align: center;
}

.sousmenu .bouton{
	font-size: 14px;
	padding: 10px 20px 8px;
	line-height: 1;
}

.agendo .datec{
	border: 1px solid #222228;
	color: #222228;
}
.agendo .agendac {
	margin: -15px;
}
.agendo .agendac .daty{
	padding: 15px;
	display: inline-block;
	vertical-align: top;
	width: 25%;
}

.agendo .datec a:not(:hover){
	background: #222228;
	color: #fff;
}

.actions{
	display: flex;
	justify-content: flex-end;
}

.actions a{
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	border: 1px solid #222228;
	font-size: 16px;
}

.actions a.valide{
	background: #4ac1b4!important;
	border-color: #4ac1b4!important;
	color: #fff!important;
}

.actions a.annul:not(:hover){
	background: #ff6a6a;
	border: 1px solid #ff6a6a;
	color: #fff;
}

.actions a.off{
	opacity: 0.5;
}

.actions a:hover{
	background: #222228;
	color: #fff;
}

.actions a + a{
	margin-left: 5px;
}

.wrapper.wrappers {
  max-width: 680px;
}

#loginform{
	width: 100%;
	max-width: 430px;
	display: block;
	margin: 0 auto;
	text-align: center;
}

#loginform input[type="text"], #loginform input[type="password"]{
	background: #f1f1f1;
	border: 0!important;
	font-size: 16px!important;
	border-radius: 0;
	padding: 16px 24px!important;
	color: #222228;
}

#loginform .pass{
	margin-top: 10px;
	position: relative;
}

.pass a{
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translate(0,-50%);
	line-height: 1;
	font-size: 24px;
	display: block;
}

.pass .hide{
	display: none;
}

#loginform button{
	margin-top: 20px;
}

.linkmdp{
	display: block;
	text-align: right;
	text-decoration: underline;
	margin: 14px 0 0;
	font-size: 12px;
}

.pasencore{
	text-align: center;
}

.pasencore h4{
	font-size: 22px;
}

.pasencore p{
	font-size: 16px;
}

.boutons{
	margin: 40px 0 0;
}

.bouton {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  padding: 0 40px;
  border-radius: 30px;
  line-height: 46px;
  background: transparent;
  color: #222228;
  border: 1px solid #222228;
}

.bouton:hover, .bouton.actif{
	background: #222228;
	color: #fff;
}

.bouton.blanc{
	color: #fff;
	border: 1px solid #fff;
}

.bouton.blanc:hover, .bouton.blanc.actif{
	background: #fff;
	color: #222228;
}

.bouton.vert{
	color: #fff;
	background: #4AC1B4;
	border: 1px solid #4AC1B4;
}

.bouton.vert:hover, .bouton.vert.actif{
	background: #480fcd;
	border: 1px solid #480fcd;
	color: #fff;
}

.bouton.rouge{
	color: #fff;
	background: #ff6a6a!important;
	border: 1px solid #ff6a6a!important;
}

.wrapper.wrapperm{
	max-width: 950px;
}

.formu{
	position: relative;
	z-index: 0;
}

.formu .gform_wrapper{
	/* background: #222228;
	padding: 50px;
	border-radius: 20px;
	box-shadow: 20px 20px 40px rgb(0 0 0 / 10%); */
}

.gform_required_legend{
	display: none!important;
}

.gfield_checkbox{
	columns: 2;
}

.blocs .gform_wrapper.gravity-theme .gfield_label {
	display: inline-block;
	font-size: 18px;
	font-weight: 900;
	margin-bottom: 6px;
	padding: 0;
}

.blocs .gform_wrapper.gravity-theme .gfield_header_item, .blocs .gform_wrapper.gravity-theme .gform_fileupload_rules, .blocs .gform_wrapper.gravity-theme .ginput_complex label {
	font-size: 14px;
	padding-top: 0;
	font-weight: 500;
	color: #222228;
}

.gfield_required_text{
	display: none!important;
}

.gform_wrapper.gravity-theme .gform_fields{
	grid-column-gap: 2%!important;
	grid-row-gap: 26px!important;
}

.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea{
	background: #f1f1f1;
	border: 0 !important;
	font-size: 16px !important;
	border-radius: 0;
	padding: 16px 24px !important;
	color: #222228;
	
}

.formu .gform_wrapper.gravity-theme .iti--allow-dropdown input[type=text]{
	padding-left: 100px!important;
}

.gform_wrapper.gravity-theme .gfield textarea.large, .gform_wrapper.gravity-theme .gfield textarea{
	height: 190px!important;
	resize: none;
}

.gform_wrapper.gravity-theme .gfield select{
	height: 59px;
}

.iti--separate-dial-code .iti__selected-dial-code{
	color: white;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

select::-ms-expand {
	display: none;
}

.ginput_container_select, .ginput_address_country{
	position: relative;
}

.ginput_container_select + svg, .ginput_address_country + svg, .gfield_select + svg{
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	right: 16px;
	top: 21px;
	color: #222228;
	z-index: 0;
	pointer-events: none;
}

.formu .gform_wrapper.gravity-theme .gfield_label, .filtres label{
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #222228;
}

.gform_wrapper.gravity-theme .gform_footer{
	text-align: center;
	justify-content: center;
	padding-bottom: 0!important;
}

.blocs .gform_wrapper.gravity-theme .gform_footer, .blocs .gform_wrapper.gravity-theme .gform_page_footer {
	margin: 50px 0 0;
	padding: 0 0;
}

.titre{
	font-size: 40px;
	line-height: 1.2;
	margin: 0 0 1em;
	padding: 0;
}

.titree{
	font-size: 30px;
	line-height: 1.2;
	margin: 0 0 1em;
	padding: 0;
}

.acces{
	background: #4AC1B4;
	padding: 50px;
	text-align: center;
	color: #fff;
}

.categos{
	display: flex;
}

.categos > *{
	flex: 1;
}

.catego a{
	display: block;
	font-size: 25px;
	font-weight: 300;
}

.catego svg{
	color: #4AC1B4;
	font-size: 76px;
}

.catego span{
	display: block;
	margin: 15px 0 0;
}

.datyz{
	display: flex;
	gap: 30px;
}

.daty{
	flex: 1;
}

.datec{
	border: 1px solid #fff;
	color: #fff;
	position: relative;
}

.datec a{
	background: #fff;
	color: #222228;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	font-weight: 900;
	font-size: 16px;
	line-height: 1;
	padding: 20px;
}

.datec a:hover{
	background: #4ac1b4;
	color: #fff;
}

a.datec{
	display: flex;
	border: 1px solid #4ac1b4;
	color: #4ac1b4;
	align-items: center;
	height: 100%;
	justify-content: center;
	text-align: center;
	font-size: 22px;
}

a.datec:hover{
	background: #4ac1b4;
	color: #fff;
}

a.datec svg{
	font-size: 54px;
}

a.datec span{
	display: block;
	line-height: 1.1;
	margin: 17px 0 0;
}

.datecc{
	padding: 25px 25px 85px;
}

.datt{
	font-size: 30px;
	font-weight: 700;
	margin: 0;
}

.datt span{
	display: block;
	font-weight: 300;
	font-size: 22px;
}

.vill{
	font-size: 24px;
	font-weight: 700;
	margin: 20px 0 0;
	padding: 20px 0 0;
	border-top: 1px solid rgba(255,255,255,0.15);
}

.vill span{
	display: block;
	font-weight: 300;
}

.txt ul{
	padding-left: 1em;
}

.txt ol{
	padding-left: 1.2em;
}

.wp-block-button__link{
	background: #4ac1b4;
	color: #fff;
	padding: 14px 40px;
	font-weight: 600;
}

.wp-block-button__link:hover{
	background: #480fcd;
	color: #fff;
}

.wp-block-embed iframe{
	display: block;
	margin: 0;
	width: 100%;
}

.divtop{
	margin: 0 0 40px;
	display: flex;
	align-items: center;
	/* justify-content: space-between; */
	gap: 40px;
}

.divtop .titre{
	margin: 0;
}

.cadrec{
	display: flex;
	border-top: 1px solid;
	border-bottom: 1px solid;
}

.cadrec > *{
	flex: 1;
}

.cadrec1{
	padding: 70px 70px 70px 0;
}

.cadrec1 ul{
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1;
}

.cadrec1 ul li + li{
	margin-top: 15px;
}

.cadrec1 ul li a{
	position: relative;
	padding-left: 35px;
	font-size: 20px;
	font-weight: 300;
	display: block;
}

.cadrec1 ul li a svg{
	position: absolute;
	left: 0;
	top: 0;
}

.cadrec1 ul li a:hover{
	padding-left: 40px;
}

.cadrec2{
	border-left: 1px solid;
	padding: 70px 0 70px 70px;
}

.cadrec2 img{
	display: block;
	width: auto;
	height: auto;
	max-width: 220px;
	max-height: 70px;
}

.idees{
	margin: 80px 0 0;
	padding-bottom: 30px;
	position: relative;
}

.idees:after{
	content: '';
	display: block;
	width: 100%;
	height: 100px;
	background: #222228;
	position: absolute;
	left: 0;
	bottom: -1px;
}

.idees .wrapper{
	z-index: 1;
}

.posts{
	margin: -15px;
}

.vignp{
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 15px;
}

.vignp a{
	display: block;
	height: 100%;
	background: #F9F9F9;
	position: relative;
}

.vignimg{
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	padding: 56% 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: rgba(34, 34, 40, 0.1);
	transition: opacity 0.4s ease;
}

.vignimg.empty{
	background-image: url(assets/images/cnc-light.svg);
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: center center;
}

.vignp:hover .vignimg{
	opacity: 0.8;
}

.vigntxt{
	padding: 26px 26px 60px;
}

.vignp h3{
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	color: #222228;
}

.exc{
	font-size: 12px;
	line-height: 1.2;
	color: #222228;
}

.link{
	position: absolute;
	left: 26px;
	bottom: 26px;
	transition: left 0.4s ease;
	font-weight: 700;
	font-size: 12px;
}

.vignp:hover .link{
	left: 31px;
}

.bloc + .bloc{
	margin-top: 50px;
}

.souspages{
	margin: -15px;
}

.souspage{
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 15px;
}

.souspage a{
	display: block;
	height: 100%;
	padding: 20px 50px 20px 20px;
	border: 1px solid #222228;
	position: relative;
}

.souspage a:hover{
	background: #4AC1B4;
	border-color: #4AC1B4;
	color: #fff;
}

.souspage a .ico{
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 14px;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 28px;
	border-radius: 50%;
	text-align: center;
	border: 1px solid;
}

.souspage a h2{
	padding: 0;
	margin: 0;
	line-height: 1.1;
	font-size: 25px;
}

.bread{
	margin: -44px 0 50px;
}

.breadcrumbs{
	font-size: 10px;
}

.breadcrumbs > span{
	display: inline-block;
	overflow: hidden;
	max-width: 200px;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
}

.breadcrumbs .current-item{
	font-weight: 700;
}

.txt p a, .txt ul a{
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.menucompte{
	text-align: center;
	margin: 50px 0 0 0;
}

.bouton + .bouton{
	margin-left: 10px;
}

.menucompte .bouton{
	padding: 0 25px;
}

.menucompte .bouton svg{
	margin: 0 10px 0 0;
}

.navigation{
	margin: 65px 0 0;
	padding: 60px 0 0;
	border-top: 1px solid #D4D4D4;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	flex: 100%;
}

.page-numbers{
	display: inline-block;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	vertical-align: middle;
	border: 1px solid transparent;
	font-size: 15px;
}

.page-numbers.current{
	border: 1px solid #4AC1B4;
	border-radius: 50%;
	font-weight: 700;
	color: #4AC1B4;
}

.page-numbers.next, .page-numbers.prev{
	font-size: 20px;
	line-height: 34px;
	position: relative;
	font-weight: 300;
}

.surtitre{
	margin: 0;
	font-size: 25px;
	font-weight: 300;
}

.single-idee .sousmenu {
	margin: 20px 0 0;
}

.ressc{
	border: 1px solid;
	padding: 20px 20px 80px;
	position: relative;
	height: 100%;
}

.vignp .ressc h3{
	margin: 0;
	font-size: 24px;
	line-height: 1;
	padding: 0;
}

.metas{
	margin: 0 -2px 8px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.metas span{
	display: inline-block;
	border: 1px solid;
	border-radius: 30px;
	line-height: 1;
	font-size: 12px;
	padding: 3px 10px;
	margin: 2px;
}

.details{
	display: flex;
	margin: 10px 0 0;
	justify-content: space-between;
	gap: 10px;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	padding: 8px 0;
}

.details p{
	/* flex: 1; */
	margin: 0;
	line-height: 1;
}

.details p + p{
	text-align: right;
}

.ressc .exc{
	margin: 10px 0 0;
}

.vignp .ressc a{
	position: absolute;
	left: 0;
	bottom: 0;
	height: auto;
	text-align: center;
	width: 100%;
	background: #222228;
	color: #fff;
	font-weight: 900;
	font-size: 16px;
	line-height: 1;
	padding: 20px;
}

.vignp .ressc a:hover {
	background: #4ac1b4;
	color: #fff;
}

.sousmenu .bouton svg{
	font-size: 20px;
	vertical-align: middle;
	margin: -2px 10px 0 0;
}

.vignp .ressc a.aven{
	background: #222228!important;
	opacity: 0.3;
}

.agendac a.aven:not(:hover){
	opacity: 0.3;
}

.formol{
	display: flex;
	align-items: flex-start;
	gap: 40px;
}

.formatop{
	display: inline-block;
	vertical-align: top;
	width: 30%;
	border: 1px solid;
	padding: 25px;
	/* border-radius: 20px; */
}

.formatxt{
	display: inline-block;
	vertical-align: top;
	width: 70%;
}

.formais{
	display: flex;
	flex-direction: column;
	gap: 25px;
}

/* .formais > *{
	flex: 1;
} */

.formaii h1{
	font-weight: 900;
	margin: 0;
	padding: 0;
	font-size: 40px;
}

.formaii span{
	font-size: 28px;
}

.formais label{
	margin: 0;
	font-size: 14px;
}

.formav, .formal{
	font-size: 28px;
}

/* .formaa{
	text-align: right;
}
*/
.formaa .bouton{
	display: block;
	text-align: center;
	padding: 0 20px;
} 

.formaa .bouton.vok{
	line-height: 38px;
	background: #4AC1B4;
	border-color: #4AC1B4;
	color: #fff;
}

.acts{
	display: flex;
	gap: 10px;
}

.formaa .act{
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	border: 1px solid #222228;
	font-size: 16px;
}

.formaa .act:hover {
	background: #222228;
	color: #fff;
}

.formaa .act.valide{
	border: 1px solid #4AC1B4!important;
	background: #4AC1B4!important;
	color: #fff!important;
}

.formaa .act.annul:not(:hover){
	border: 1px solid #ff6a6a!important;
	background: #ff6a6a!important;
	color: #fff!important;
}

.formaa .act.off {
	opacity: 0.5;
}

.agendo .datec a.plein:not(:hover){
	background: #ff6a6a;
}

.alerte{
	background: #4AC1B4;
	position: fixed;
	left: 50%;
	top: 10px;
	color: #fff;
	line-height: 1.2;
	padding: 15px 30px;
	z-index: 99;
	border-radius: 10px;
	transform: translate(-50%, -10px);
	font-size: 12px;
	transition: opacity 0.4s ease, transform 0.4s ease;
	opacity: 0;
}

.alerte.on{
	transform: translate(-50%, 0);
	opacity: 1;
}

.alerte.alertepok{
	background: #ff6a6a;
}

/* 404 page */

.error404 .page-content {
	padding-bottom: 4em;
}

.error404 .page-content .search-form,
.search .page-content .search-form {
	margin-bottom: 3em;
}

/*--------------------------------------------------------------
13.6 Footer
--------------------------------------------------------------*/

.site-footer {
	background: #222228;
	color: #fff;
	padding-bottom: 35px;
}

.site-footer a:not(:hover){
	color: #fff;
}

.logo{
	display: block;
	width: 248px;
	height: 52px;
	background: url(assets/images/logo-blanc.svg) no-repeat center center/contain;
	position: relative;
	line-height: 1;
	margin-bottom: 50px;
}
.logo span{
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	position: absolute;
	left: 0;
	top: 100%;
	margin: 5px 0 0;
	font-size: 20px;
	font-weight: 800;
}

.surfooter{
	padding: 70px 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.site-footer .sousfooter{
	color: #9B9B9B;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.site-footer .sousfooter a:not(:hover){
	color: #9B9B9B;
}

.footer-menu > li{
	display: inline-block;
	vertical-align: top;
}

.footer-menu > li > a{
	font-size: 16px;
	font-weight: 700;
	max-width: 170px;
	display: block;
	line-height: 1.2;
}

.footer-menu > li + li{
	margin-left: 40px;
}

.footer-menu > li > ul{
	list-style: none;
	margin: 14px 0 0;
	padding: 0;
	line-height: 1;
}

.footer-menu > li > ul > li > a{
	font-weight: 300;
	font-size: 14px;
	max-width: 160px;
	display: block;
	line-height: 1.2;
}

.footer-menu > li > ul > li + li{
	margin-top: 6px;
}

.sousfooter .lefty{
	font-size: 8px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.sousfooter .righty{
	transform: translate(0, -4px);
}

.copy-menu > li + li:before{
	content: '•';
	margin: 0 5px;
	font-size: 9px;
}

.copy-menu > li > a{
	font-size: 9px;
	font-weight: 300;
}

/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/

img,
video {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

img.alignleft,
img.alignright {
	float: none;
	margin: 0;
}

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

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption,
.gallery-caption {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	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;
}



/*--------------------------------------------------------------
19.0 Media Queries
--------------------------------------------------------------*/


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

}

/*--------------------------------------------------------------
20.0 Print
--------------------------------------------------------------*/

@media print {}
