/*!
Theme Name: CDG Martinique
Theme URI: http://underscores.me/
Author: Koredge
Author URI: https://www.koredge.fr
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cdg
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.

CDG Martinique 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: #404040;
	font-family: 'Oceania', Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

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

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

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 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
--------------------------------------------------------------*/

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

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

body a:focus-visible,
body button:focus-visible,
body input:focus-visible {
    outline: 2px dashed red!important;
	display: inline-block;
}

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


/* Accessibilite */

p, h1, h2, h3, h4, h5, h6, a, button, li, dt, dd, blockquote, cite, abbr, ficaption, input, select, textarea, caption {
	background-color: transparent;
}

/* Fonts */

@font-face {
    font-family: 'Oceania';
    src: url('css/fonts/Oceania-Regular.eot');
    src: url('css/fonts/Oceania-Regular.eot?#iefix') format('embedded-opentype'),
        url('css/fonts/Oceania-Regular.woff2') format('woff2'),
        url('css/fonts/Oceania-Regular.woff') format('woff'),
        url('css/fonts/Oceania-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oceania';
    src: url('css/fonts/Oceania-Light.eot');
    src: url('css/fonts/Oceania-Light.eot?#iefix') format('embedded-opentype'),
        url('css/fonts/Oceania-Light.woff2') format('woff2'),
        url('css/fonts/Oceania-Light.woff') format('woff'),
        url('css/fonts/Oceania-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oceania';
    src: url('css/fonts/Oceania-Medium.eot');
    src: url('css/fonts/Oceania-Medium.eot?#iefix') format('embedded-opentype'),
        url('css/fonts/Oceania-Medium.woff2') format('woff2'),
        url('css/fonts/Oceania-Medium.woff') format('woff'),
        url('css/fonts/Oceania-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oceania';
    src: url('css/fonts/Oceania-Bold.eot');
    src: url('css/fonts/Oceania-Bold.eot?#iefix') format('embedded-opentype'),
        url('css/fonts/Oceania-Bold.woff2') format('woff2'),
        url('css/fonts/Oceania-Bold.woff') format('woff'),
        url('css/fonts/Oceania-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}



/* GENERAL */

html, body{
	margin:0 !important;
	color:#6f6f6f;
}

p{
	margin:0 0 10px;
}

a, a:visited{
	color:#6f6f6f;
}
/*
.elementor-widget-button a{
	transition:none;
}
*/
.elementor-align-icon-left{
	display:flex;
	align-items:center;
}

h1,h2,h3,h4,h5,h6{
	margin-top:0;
}

h1{
	font-weight:500;
}

h2{
	margin-bottom:20px;
	font-weight:500;
}

h3{
	font-weight:500;
}

h4{
	font-weight:700;
}

p.barre,
h1.barre, .barre h1,
h2.barre, .barre h2,
h3.barre, .barre h3,
h4.barre, .barre h4{
	display:flex;
	align-items:center;
}

p.barre::before,
h1.barre::before, .barre h1::before,
h2.barre::before, .barre h2::before,
h3.barre::before, .barre h3::before,
h4.barre::before, .barre h4::before{
	content:'';
	display:inline-block;
	margin-right:12px;
	width:3px;
	height:1em;
	background:#F9002B;
	margin-top: -.3em;
}

.container{
	margin:0 auto;
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

h2.dots,
.dots h2{
	display:flex;
	align-items:center;
	position:relative;
}

h2.dots::before,
.dots h2::before{
	content:'';
	display:block;
	position:absolute;
	left:-40px;
	width:20px;
	height:20px;
	background-image:url(img/puces-titre.png);
	background-repeat:no-repeat;
	background-size:contain;
}

.liste ul,
ul.liste,
#faq .reponse ul{
	list-style: none;
	border-left: 3px solid #7385C1;
	margin-bottom: 0;
	margin-left: 40px;
}

.liste ul li,
ul.liste li,
#faq .reponse ul li{
	margin-bottom: .8em;
	padding-left: 30px;
	position: relative;
}

.liste ul li::before,
ul.liste li::before,
#faq .reponse ul li::before{
	content: '';
	display: inline-block;
	background: #7385C1;
	width: 8px;
	height: 8px;
	border-radius: 1em;
	left: 0px;
	position: absolute;
	top: .5em;
}

.btn{
	display:inline-block;
	background: #006CE2;
	padding: 12px 35px 10px;
	border-radius: 1.5em;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	transition:all .2s;
	text-decoration:none;
}

.btn:not([disabled]):hover{
	background: #F9002B;
}

a.btn, a.btn:hover, a.btn:visited, a.btn:focus{
	color:#fff;
}

.bloc-picto .elementor-icon-box-icon{
	margin-top:-2.5em;
}

.bloc-picto{
	position:relative;
}

.bloc-picto::after{
	content:'';
	position:absolute;
	width:50px;
	height:50px;
	bottom:-25px;
	right:25px;
	background-color:#7385C1;
	border-radius:50px;
	background-image:url(img/arrow-right.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:35%;
	transform: rotate(-45deg);
	transition: all .5s;
}

.bloc-picto:hover::after{
	background-color:#F9002B;
	transform: rotate(0deg);
}

.bloc-picto.nolink::after{
	display:none;
}

.elementor-widget-call-to-action.document{
	width:100%;
}

.elementor-widget-call-to-action.document .elementor-cta__content {
	position:relative;
	flex-direction:column;
	align-items: flex-start;
	align-content: flex-start;
}

.elementor-widget-call-to-action.document .elementor-cta__title,
.elementor-widget-call-to-action.document .elementor-cta__description{
	width: calc(100% - 150px);
}

.elementor-widget-call-to-action.document .elementor-cta__button-wrapper{
	position: absolute;
	width:auto;
	right: 0;
	top: calc((100% - 43px) / 2);
}



/* HEADER */

header.site-header{
	background:#003786;
	position:relative;
	z-index:2;
}

header #header-top{
	display:flex;
	justify-content:space-between;
	padding:0;
}

header #header-top .left{
	display:flex;
	align-items:center;
}

header #header-top .left #menu-left{
	display:flex;
}

header #header-top .left #menu-left a{
	display:flex;
	font-size:16px;
	color:#fff;
	text-decoration:none;
	margin-right:20px;
	font-weight:300;
	line-height:1.2;
}

header #header-top .left #menu-left a::after{
	content:'';
	width:1px;
	height:18px;
	background:#029DD6;
	margin-left:20px;
}

header #header-top .left #menu-left a:last-of-type::after{
	display:none;
}

header #header-top .left #menu-left a:hover{
	text-decoration:underline;
}

header #header-top .top-menu{
	display:flex;
	list-style:none;
	margin:0;
	padding:0;
}

header #header-top .top-menu li{
	background:#003786;
}

header #header-top .top-menu a{
	color:#fff;
	font-size:16px;
	padding:8px 0px;
	text-decoration:none;
	line-height:1.2;
}

header #header-top .top-menu > li > a{
	display:flex;
	font-weight:bold;
	margin-left:20px;
}

header #header-top .top-menu > li > a::after{
	content:'';
	width:1px;
	height:18px;
	background:#029DD6;
	margin-left:20px;
}

header #header-top .top-menu > li > .sub-menu{
	position: absolute;
	list-style:none;
}

header #header-top .top-menu > li > .sub-menu a{
	display:block;
	padding:15px 0;
	border-bottom:1px solid rgba(255, 255, 255, .35);
}

header #header-top .menu-search{
	margin-left:20px;
	line-height:1;
}

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

header #primary-menu a {
	display: block;
	text-decoration: none;
}

header #primary-menu > li > a{
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	transition:all .3s;
}

header #primary-menu > li > a{
	background: #003786;
}

header #primary-menu > li.orange > a{
	background: #E08A2F;
}

header #primary-menu > li.vert > a{
	background: #C0DA74;
}

header #primary-menu > li.rose > a{
	background: #FB4890;
}

header #primary-menu > li.bleu-clair > a{
	background: #7ACDE9;
}

header #primary-menu > li.bleu-fonce > a{
	background: #7385C1;
}

header #primary-menu > li > ul{
	flex-direction: column;
	gap:0;
}

header #primary-menu > li > ul li{
	padding:0 25px;
}

header #primary-menu > li.orange > ul li{
	background: #E08A2F;
}

header #primary-menu > li.vert > ul li{
	background: #C0DA74;
}

header #primary-menu > li.rose > ul li{
	background: #FB4890;
}

header #primary-menu > li.bleu-clair > ul li{
	background: #7ACDE9;
}

header #primary-menu > li.bleu-fonce > ul li{
	background: #7385C1;
}

header #primary-menu > li > ul li a{
	font-size:18px;
	color:#fff;
	display:block;
	width:100%;
	padding:20px 0;
	border-bottom:1px solid rgba(255,255,255,0.35);
	transition:all .3s;
}

header #primary-menu > li > ul > li:last-child a{
	border-bottom: none;
}

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

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

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

header #primary-menu > li:last-child:hover > ul,
header #primary-menu > li:last-child.focus > ul {
  right: 0;
}

header .site-branding{
	position:absolute;
}


/* FOOTER */

footer.site-footer{
	background:#002E71;
	color:#fff;
}

footer.site-footer h3{
	color:#fff;
}

footer.site-footer .main-footer{
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding-top:100px;
	padding-bottom:100px;
	font-size:16px;
}

footer.site-footer .main-footer p{
	font-size:16px;
	line-height:1.5;
	margin-bottom:0;
}

footer.site-footer .main-footer .logo-coords{
	display:flex;
	justify-content:space-between;
	align-items:center;
	gap:30px;
}

footer.site-footer .main-footer .logo-coords .coords{
	display: flex;
	flex-direction: column;
	gap: 25px;
}

footer.site-footer .main-footer p.telephone {
	font-size:20px;
	font-weight:700;
}

footer.site-footer .main-footer p.linkedin a {
	width: 39px;
	height: 39px;
	border-radius: 39px;
	background: #006CE2;
	display: flex;
	align-items: center;
	justify-content: center;
}

footer.site-footer .main-footer p.linkedin a svg {
	width:16px;
	height:16px;
}

footer.site-footer .informations .kg-footer-title {
	margin:0 0 20px;
}

footer.site-footer #menu-footer{
	list-style:none;
	margin:0;
	padding:0;
}

footer.site-footer #menu-footer li{
	margin-bottom:5px;
}

footer.site-footer #menu-footer a,
footer.site-footer #menu-footer a:visited{
	color:#fff;
	text-decoration:none;
}

footer.site-footer #menu-footer a:hover,
footer.site-footer #menu-footer a:focus{
	color:rgba(255,255,255,.65);
}

footer.site-footer .newsletter{
	padding:32px 100px 21px 50px;
	border-radius: 25px 0 25px 0;
	background:rgba(255,255,255,0.08);
}

footer.site-footer .newsletter h3{
	margin:0 0 5px;
}

footer.site-footer .newsletter a{
	display: inline-flex;
	align-items:center;
	background: #F9002B;
	padding: 5px 25px;
	border-radius: 1em;
	color: #fff;
	text-decoration: none;
	margin-top: 15px;
	font-weight: 500;
	font-size: 17px;
}

footer.site-footer .newsletter a svg{
	width: 22px !important;
	height: 22px !important;
	vertical-align: middle;
	fill: currentColor;
	overflow: hidden;
	transform: rotate(-45deg);
	margin-left: 5px;
	transition:all .3s;
}

footer.site-footer .newsletter a:hover svg{
	transform: none;
}

footer.site-footer .footer-bottom{
	background:#006CE2;
	font-size:14px;
}

footer.site-footer .footer-bottom p{
	font-size:14px;
	line-height:1;
	margin:0;
}

footer.site-footer .footer-bottom .container{
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding-top:5px;
	padding-bottom:5px;
}

footer.site-footer .footer-bottom a,
footer.site-footer .footer-bottom a:visited{
	color:#fff;
	text-decoration:none;
}

footer.site-footer .footer-bottom a:hover,
footer.site-footer .footer-bottom a:focus{
	color:rgba(255,255,255,.65);
}

footer.site-footer .footer-bottom #menu-legal{
	list-style: none;
	margin: 0;
	padding: 0;
	display:flex;
	gap:10px;
}

footer.site-footer .footer-bottom #menu-legal li::after{
	content:'/';
	margin-left:10px;
}

footer.site-footer .footer-bottom #menu-legal li:last-child::after{
	display:none;
}

footer.site-footer .footer-bottom .credits a{
	display:flex;
	align-items:center;
	gap:10px;
}

footer.site-footer .footer-bottom .credits a svg{
	width: 30px;
	height: 30px;
	fill: #fff;
}


/* ENTETE */

.entete {
	opacity:0;
	background:linear-gradient(90deg, #7ACDE9 0%, #033378 100%);
	animation: fadeInEntete ease 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
 
@keyframes fadeInEntete {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
     }
}

.entete .post-thumbnail{
	position:relative;
}

.entete .post-thumbnail img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(85%);
}

.entete .post-thumbnail .title{
	position:absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 45px 10px 35px 10px;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

.home .entete .post-thumbnail .title{
	display: flex;
	align-items: end;
}

.entete .post-thumbnail .title h1{
	margin:0 auto;
	color:#fff;
}

.home .entete .post-thumbnail .title h1{
	opacity:0;
	transform:translateY(30px);
	animation: fadeInUpHomeEnteteTitle ease .5s .7s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes fadeInUpHomeEnteteTitle {
    0% {
		opacity:0;
        transform:translateY(30px);
    }
    100% {
		opacity:1;
        transform:translateY(0);
     }
}

.home .entete .post-thumbnail .title h1{
	font-weight:300;
}

.title h1 b{
	font-weight:700;
}

.entete.entete-dots img.dots{
	width: 67%;
	position: absolute;
	right: 0;
	height: auto;
	bottom: 0;
	top: 50%;
	object-fit: cover;
	filter:none;
}

.entete.entete-dots .title{
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
}



/* SEARCH OVERLAY*/

#search-overlay{
	display:none;
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:linear-gradient(90deg, rgba(122, 205, 233, .95) 0%, rgba(3, 51, 120, .95) 100%);
	z-index: 99999;
	text-align:center;
}

#search-overlay .close-search-overlay{
	position: absolute;
	right: 20px;
	top: 20px;
}

#search-overlay .inner{
	display:inline-block;
	margin-right:auto;
	margin-left:auto;
	margin-top:calc(50vh - 75px);
	text-align:left;
}

#search-overlay .form-inner{
	animation-delay:.6s;
	display: flex;
	align-items: center;
	margin-top:10px;
}

#search-overlay form .search-label{
	display:block;
	color: #fff;
	font-weight: 500;
	font-size: 52px;
	animation-delay:.4s;
	margin-bottom:25px;
}

#search-overlay form .search-field{
	font-size: 22px;
	padding: 12px 60px 12px 15px;
	border: none;
	width: 650px;
	max-width:90vw;
	height:70px;
	border-radius:1.5em;
	background:#fff;
}

#search-overlay form .search-label,
#search-overlay form .form-inner{
	opacity: 0;
	animation-name: searchFadeInUp;
	animation-duration: .3s;
	animation-fill-mode:both;
}

@keyframes searchFadeInUp {
    from {
        transform: translate3d(0,50px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.search-form .submit-label{
	display:flex;
}

.search-form .submit-label .search-submit{
	display:none;
}

.search-form .submit-label svg{
	margin-left:-40px;
}



/* BREADCRUMBS */

#breadcrumbs{
	padding-top:15px;
	padding-bottom:15px;
	border-bottom:1px solid #CFCFCF;
	margin-bottom:20px;
}

#breadcrumbs ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}

#breadcrumbs a,
#breadcrumbs span,
#breadcrumbs li{
	font-size:14px;
	color:#6B6B6B;
}

#breadcrumbs a{
	font-weight:300;
	margin-right:10px;
	text-decoration:none;
}

#breadcrumbs span,
#breadcrumbs li{
	font-weight:700;
}

#breadcrumbs a::after{
	content:'>';
	margin-left:15px;
}




/* HOMEPAGE */

.home_actualites {
	position: relative;
}

.home_actualites .bloc {
	position: relative;
	display: block;
	cursor:pointer;
}

.home_actualites .bloc a:focus-visible {
	outline: 2px dashed red!important;
	height: 100%;
}

.home_actualites .post-thumbnail {
	position:relative;
	overflow:hidden;
	height:100%;
}

.home_actualites .bloc .post-thumbnail::after {
	content:'';
	position:absolute;
	top:60%;
	bottom:0;
	left:0;
	right:0;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
}

.home_actualites .post-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition:all .3s;
}

.home_actualites .bloc .text {
	position: absolute;
}

.home_actualites .bloc .text .categorie .tag.cat{
	padding: 6px 15px 2px;
}

.home_actualites .bloc .text h3 {
	margin-bottom:0;
}

.home_actualites .bloc:hover .post-thumbnail img {
	transform:scale(1.05);
	filter: brightness(90%);
}

.home_actualites .bloc:hover .post-thumbnail::after {
	top:20%;
	transition: all .3s;
}

.home_actualites .bloc1 .post-thumbnail {
	width: 100%;
	height: 100%;
}

#home_agenda{
	padding:100px 0px;
	background:#eff2ff;
	border-radius:0 0 0 50px;
	margin-top:100px;
}

#home_agenda .header h2{
	font-size:42px;
	font-weight:700;
	color:#000;
}

#home_agenda .calendar{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	height: 93px;
	border-radius: 93px;
	box-shadow: 3px 9px 12px 0 rgba(0,0,0,0.04);
	margin-top: -20px;
	padding:0 26px;
}

#home_agenda .calendar .days{
	display:flex;
	width: calc(100% - 100px);
}

#home_agenda .calendar .days .day{
	width:50px;
	padding: 0 12px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-weight:500;
	line-height:1;
	gap: 5px;
	text-transform: uppercase;
	opacity:.34;
	transition: all .3s;
	cursor:pointer;
	color:#000;
	height:93px;
	border-radius:14px;
}

#home_agenda .calendar .days .day:hover{
	opacity:1;
}

#home_agenda .calendar .days .day.active{
	color:#fff;
	opacity:1;
	background:#006CE2;
}

#home_agenda .calendar .days .day.past{
	opacity:.1;
	cursor:default;
}

#home_agenda .calendar .days .day .day_label{
	font-size:15px;
}

#home_agenda .calendar .days .day .day_number{
	font-size:26px;
}

#home_agenda .calendar .days .day .month{
	font-size:11px;
}

#home_agenda .calendar .prev,
#home_agenda .calendar .next{
	width: 32px;
	height: 32px;
	border-radius: 32px;
	background-color: #006CE2;
	background-image:url(img/caret-right.svg);
	background-size:50%;
	background-repeat:no-repeat;
	background-position:center;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	cursor:pointer;
}

#home_agenda .calendar .prev{
	transform:rotate(180deg);
}

#home_agenda .calendar .calendar-button.slick-disabled {
	opacity:.3;
	cursor:default;
}

#home_agenda p.button{
	text-align:center;
	margin-top:40px;
}

#home_agenda p.button a.btn{
	font-size:21px;
	padding:22px 60px 20px 55px;
	border-radius:2em;
	line-height:1;
}

#home_agenda .evenements-wrapper{
	position:relative;
}

#home_agenda .evenements-wrapper .evenements{
	transition:opacity .3s;
}

#home_agenda .evenements-wrapper.loading .evenements{
	opacity:.5;
}

#home_agenda .evenements-wrapper .evenements-overlay{
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	z-index:999;
}

#home_agenda .evenements-wrapper .evenements-overlay svg{
	width:75px;
	height:auto;
}





/* PAGE */
#sommaire-interne ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sommaire-interne nav a{
	display:flex;
	align-items:center;
	position:relative;
	padding:20px 0;
	font-size:18px;
	color:rgba(0,55,134,.52);
	transition:all .3s;
	text-decoration:none;
	border-top:1px solid #CFCFCF;
	outline:none;
	line-height:1.5;
}

#sommaire-interne nav a:last-child{
	border-bottom:1px solid #CFCFCF;
}

#sommaire-interne nav a:hover,
#sommaire-interne nav a.active{
	color:#003786;
}

.sommaire-ext #sommaire ul{
	display: flex;
	justify-content:space-between;
	margin:75px 0 0 0;
	flex-wrap:wrap;
	list-style:none;
	padding: 0;
}
.sommaire-ext #sommaire ul li{
    width: 100%;
}

.sommaire-ext #sommaire a {
	aspect-ratio: 1 / 1.02;
	position: relative;
	overflow: hidden;
	border-radius: 25px;
	display: block;
}

.sommaire-ext #sommaire a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition:all .3s;
}

.sommaire-ext #sommaire a .titre {
	position: absolute;
	bottom: 30px;
	left: 35px;
	right: 35px;
	z-index:2;
	color:#fff;
	font-size:22px;
	font-weight:500;
	transition: all .3s;
}

.sommaire-ext #sommaire a::after {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	top:50%;
	background:linear-gradient(180deg, rgba(0,55,134,0) 0%, #003786 100%);
	transition: all .3s;
}

.sommaire-ext #sommaire a:hover::after {
	top:20%;
}

.sommaire-ext #sommaire a:hover img {
	transform:scale(1.05);
	filter: brightness(85%);
}

.sommaire-ext #sommaire a:hover .titre {
	bottom:40px;
}



/* RECHERCHE */

.search-results.container{
	margin-top:75px;
	margin-bottom:75px;
}

.search-results .intro{
	display: flex;
	align-items: center;
	gap: 50px;
	background: #EFF2FF;
	padding: 50px;
	border-radius: 0 0 0 50px;
	margin-top: 50px;
	font-size:31px;
}

.search-results .intro .icon{
	background: #003786;
	padding: 15px;
	border-radius: 50%;
	display: flex;
}

.search-results .intro .titre{
	color: #003786;
	font-weight:500;
}

.search-results .intro .query{
	font-weight:300;
	font-style:italic;
}

.search-results > article{
	display: flex;
    align-items: center;
	gap:50px;
    justify-content: space-between;
	margin-bottom:50px;
	padding-bottom:50px;
	border-bottom:1px solid #eee;
}

.search-results > article h2 a {
	color: #003786;
}

.search-results > article .post-thumbnail{
	display: block;
}

.search-results > article .post-thumbnail img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 25px;
}

.search-results > article .entry-meta{
	display: flex;
	align-items: center;
	gap: 25px;
	font-size:16px;
}

.search-results > article .entry-meta .tag.type{
	color: #fb4890;
	background: #ffecf4;
	display: inline-block;
	padding: 4px 8px 2px;
	border-radius: 8px;
	font-weight: 700;
}

.search-results > article.post .entry-meta .tag.type{
	color: #029DD6;
	background: #029DD61A;
}

.search-results > article .entry-meta div.posted-on{
	display:flex;
	align-items:center;
	color: #003786;
	font-weight: 500;
}

.search-results > article .entry-meta div.posted-on svg{
	width:15px;
	margin-right:15px;
}

.search-results > article .entry-meta div.posted-on svg path{
	fill:#003786;
}

.search-results > article .entry-meta div.posted-on p.posted-on{
	display:flex;
	align-items:center;
}

.search-results > article .entry-meta div.posted-on time{
	margin-top:5px;
}



/* CONTACT */

body .gform_wrapper .gform_heading{
	display:none !important;
}

body .gform_wrapper .gfield.gfield--type-text,
body .gform_wrapper .gfield.gfield--type-email,
body .gform_wrapper .gfield.gfield--type-textarea,
body .gform_wrapper .gfield.gfield--type-number,
body .gform_wrapper .gfield.gfield--type-website,
body .gform_wrapper .gfield.gfield--type-phone,
body .gform_wrapper .gfield.gfield--type-date{
	position:relative;
}

body .gform_wrapper .gfield .gfield_label,
body .gform_wrapper .gfield .gform-field-label{
	font-size:18px;
}

body .gform_wrapper .gfield .gfield_label{
	color:#4A4A4A;
	font-weight:400;
}

body .gform_wrapper .gfield.gfield--type-text .gfield_label,
body .gform_wrapper .gfield.gfield--type-email .gfield_label,
body .gform_wrapper .gfield.gfield--type-textarea .gfield_label,
body .gform_wrapper .gfield.gfield--type-number .gfield_label,
body .gform_wrapper .gfield.gfield--type-website .gfield_label,
body .gform_wrapper .gfield.gfield--type-phone .gfield_label,
body .gform_wrapper .gfield.gfield--type-date .gfield_label{
	position: absolute;
	top: -10px;
	background: #fff;
	left: 40px;
	padding: 0 10px;
}

body .gform_wrapper .gfield.gfield--type-text input,
body .gform_wrapper .gfield.gfield--type-email input,
body .gform_wrapper .gfield.gfield--type-textarea input,
body .gform_wrapper .gfield.gfield--type-number input,
body .gform_wrapper .gfield.gfield--type-website input,
body .gform_wrapper .gfield.gfield--type-phone input,
body .gform_wrapper .gfield.gfield--type-date input,
body .gform_wrapper .gfield.gfield--type-text textarea,
body .gform_wrapper .gfield.gfield--type-email textarea,
body .gform_wrapper .gfield.gfield--type-textarea textarea,
body .gform_wrapper .gfield.gfield--type-number textarea,
body .gform_wrapper .gfield.gfield--type-website textarea,
body .gform_wrapper .gfield.gfield--type-phone textarea,
body .gform_wrapper .gfield.gfield--type-date textarea{
	padding: 12px;
	height: auto;
	border-radius: 50px !important;
	border-color: rgba(151, 151, 151, .47);
}

body .gform_wrapper .gfield input[type='checkbox']{
	border-radius:1em;
}

body .gform_wrapper .gform_footer{
	justify-content:end;
}

body .gform_wrapper .gform_button{
	background: #006CE2 !important;
	padding: 12px 35px !important;
	border-radius: 1.2em !important;
	color: #fff !important;
	font-weight: 500 !important;
	font-size: 18px !important;
	transition:all .3s !important;
}

body .gform_wrapper .gform_button:hover{
	background: #F9002B !important;
}

.horaires p{
	margin-bottom:0;
}





/* ACTUALITES */

.tag.cat{
	display:inline-block;
	font-weight:700;
	font-size:13px;
	line-height:1.5;
	color:#fff;
	background-color:#000;
	text-decoration:none;
	padding: 6px 20px 2px;
	border-radius: 1.5em;
	text-transform:uppercase;
}

.liste-posts .tag.cat::before,
.single-post .entry-content .categorie .tag.cat::before,
.home_actualites .bloc .categorie .tag.cat::before{
	content:'';
	display:inline-block;
	width:11px;
	height:11px;
	border:2px solid #fff;
	border-radius:11px;
	margin-right:7px;
}

.liste-posts,
.single-evenement #related-evenements .liste-evenements {
	display: grid;
	justify-content:space-between;
	grid-template-columns: repeat(auto-fill, 32%);
	margin-top:85px;
}

.liste-posts article{
	position:relative;
	cursor:pointer;
}

.liste-posts article .post-thumbnail {
	position:relative;
	border-radius: 35px;
	overflow:hidden;
	height: 485px;
	display:block;
}

.liste-posts article .post-thumbnail::after {
	content:'';
	position:absolute;
	top:60%;
	bottom:0;
	left:0;
	right:0;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
}

.liste-posts article .post-thumbnail img {
	height: 100%;
	object-fit: cover;
	transition:all .3s;
}

.liste-posts article .text{
	position: absolute;
	bottom: 0;
	padding: 0 30px 15px;
	left: 0;
	right: 0;
	transition: all .3s;
}

.liste-posts article .text h2 a,
.liste-posts article .text h3 a{
	text-decoration:none;
	color:#fff;
}

.liste-posts article .text .categorie{
	margin-bottom:20px;
}

.liste-posts article:hover .post-thumbnail::after {
	top:20%;
	transition:all .3s;
}

.liste-posts article:hover .post-thumbnail img {
	transform:scale(1.05);
	filter: brightness(90%);
}

.liste-posts article:hover .text {
	bottom:10px;
}

.page-template-template-actualites .filtres{
	margin-bottom:35px;
}

.page-template-template-actualites .filtres .title{
	font-size:15px;
	font-weight:700;
	color:#003786;
	text-transform:uppercase;
}

.page-template-template-actualites .filtres ul{
	list-style:none;
	margin:0;
	padding:0;
}

.page-template-template-actualites .filtres li{
	display:inline-block;
	margin-right:15px;
	margin-bottom:10px;
}

.page-template-template-actualites .filtres a.tag.cat{
	border:1px solid;
	border-color:#000;
	background-color:#fff;
	color:#000;
}

.page-template-template-actualites .filtres a.tag.cat:not(.active):hover{
	opacity:.65;
}

.page-template-template-actualites .filtres a.tag.cat.active{
	background-color:#000;
	color:#fff !important;
}

.page-template-template-actualites .filtres a.tag.cat.all{
	border-color:#003786;
	color:#003786;
}

.page-template-template-actualites .filtres a.tag.cat.all.active{
	background-color:#003786 !important;
	cursor:default;
}

.page-template-template-actualites .filtres a.tag.cat svg{
	display:none;
	float: left;
	margin-top: 1px;
	margin-right: 8px;
}

.page-template-template-actualites .filtres a.tag.cat.active svg{
	display:inline-block;
}

.page-template-template-actualites #liste-actualites{
	position:relative;
	padding-bottom:75px;
}

.page-template-template-actualites #liste-actualites .inner{
	transition:opacity .3s;
}

.page-template-template-actualites #liste-actualites .actualites-overlay{
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
}

.page-template-template-actualites #liste-actualites .actualites-overlay svg{
	width:75px;
	height:auto;
}

.archive.category .liste-posts,
.page-template-template-actualites .liste-posts{
	grid-template-columns: repeat(auto-fill, 32%);
}



/* SINGLE ACTUALITE + SINGLE EVENEMENT */

.single-post .entry-content .categorie{
	text-align:center;
	margin-bottom:50px;
}

.single-post .entry-content .categorie .tag.cat{
	font-size:15px;
	padding: 10px 20px 4px;
}

.single-evenement .content .post-thumbnail img{
	border-radius:20px;
}

.single-post .footer-nav,
.single-evenement .footer-nav{
	margin-top:50px;
	margin-bottom:100px;
}

.single-post .footer-nav .inner,
.single-evenement .footer-nav .inner{
	display:flex;
	justify-content:space-between;
	align-items:center;
	border-top:1px solid #d5d5d5;
	border-bottom:1px solid #d5d5d5;
	padding:35px 0;
	font-size:16px;
	font-weight:400;
	color:#003786;
}

.single-post .footer-nav .inner a,
.single-evenement .footer-nav .inner a{
	font-weight:500;
	color:#003786;
}

.single-post .footer-nav .inner a:hover,
.single-evenement .footer-nav .inner a:hover{
	color:#f9002b;
}

.single-post .footer-nav .inner a.back,
.single-post .footer-nav .inner a.share,
.single-evenement .footer-nav .inner a.back,
.single-evenement .footer-nav .inner a.share{
	display:flex;
	align-items:center;
	gap:5px;
}

.single-post .footer-nav .share-box,
.single-evenement .footer-nav .share-box{
	position: relative;
	display:flex;
	align-items:center;
}

.single-post .footer-nav .share-box a.share,
.single-evenement .footer-nav .share-box a.share{
	position: absolute;
	background: #fff;
	transition: all .3s;
	right: 0;
	text-align: right;
	justify-content: end;
	outline:0;
	z-index:2;
}

.single-post .footer-nav .share-box.active a.share,
.single-evenement .footer-nav .share-box.active a.share{
	right:100%;
}

.single-post .footer-nav .share-box .buttons,
.single-evenement .footer-nav .share-box .buttons{
	display: flex;
	padding-left: 15px;
	gap: 15px;
	margin-top:-3px;
}

.single-post .footer-nav .share-box a.copy_link,
.single-evenement .footer-nav .share-box a.copy_link{
	position: relative;
	z-index:1;
	display: flex;
	align-items: center;
}

.single-post .footer-nav .share-box a.copy_link .tooltip,
.single-evenement .footer-nav .share-box a.copy_link .tooltip{
	display:none;
	position:absolute;
	background:black;
	color:#fff;
	padding:4px 5px 3px;
	top:-30px;
	left:-45px;
	white-space:nowrap;
	line-height:1;
	border-radius:5px;
	text-align:center;
	width:110px;
}

.single-post .footer-nav .share-box a.copy_link:hover .tooltip,
.single-evenement .footer-nav .share-box a.copy_link:hover .tooltip{
	display:block;
}

.single-post .footer-nav .share-box a.facebook,
.single-evenement .footer-nav .share-box a.facebook{
	display: flex;
	align-items: center;
}

.single-post .footer-nav .inner a.copy_link svg path,
.single-post .footer-nav .inner a.facebook svg path,
.single-evenement .footer-nav .inner a.copy_link svg path,
.single-evenement .footer-nav .inner a.facebook svg path{
	fill:#003786;
}

.single-post .footer-nav .inner a:hover.copy_link svg path,
.single-post .footer-nav .inner a:hover.facebook svg path,
.single-evenement .footer-nav .inner a:hover.copy_link svg path,
.single-evenement .footer-nav .inner a:hover.facebook svg path{
	fill:#f9002b;
}

.single-post .footer-nav .inner a svg path,
.single-evenement .footer-nav .inner a svg path{
	stroke:#003786;
}

.single-post .footer-nav .inner a:hover svg path,
.single-evenement .footer-nav .inner a:hover svg path{
	stroke:#f9002b;
}

.single-post #related-posts,
.single-evenement #related-evenements{
	background-image: url(img/background-posts.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	padding-top:100px;
	padding-bottom:100px;
}

.single-post #related-posts h2,
.single-evenement #related-evenements h2{
	color:#fff;
	text-align:center;
	font-size:42px;
}

.single-post #related-posts .liste-posts,
.single-evenement #related-evenements .liste-evenements{
	margin-top:75px;
}

.single-evenement .infos-pratiques .barre {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	color: #003786;
	margin-bottom:25px;
}

.single-evenement .infos-pratiques .bloc{
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:40px 30px;
	border-radius:20px;
	background:#EFF2FF;
}

.single-evenement .infos-pratiques .date {
	height: 84px;
	width: 83px;
	border-radius: 14px;
	background-color: #006CE2;
	color:#fff;
	font-size:21px;
	font-weight:500;
	display: flex;
	flex-direction:column;
	justify-content: center;
	align-items: center;
	line-height:1.2;
}

.single-evenement .infos-pratiques .date span {
	display:block;
}

.single-evenement .infos-pratiques .date span.date-fin {
	display:flex;
	align-items:center;
	font-size:16px;
}

.single-evenement .infos-pratiques .date span.date-fin img {
	width:12px;
	margin-right:5px;
}

.single-evenement .infos-pratiques .infos{
	font-size:17px;
	width:calc(100% - 110px);
}

.single-evenement .infos-pratiques .infos span{
	display:block;
}

.single-evenement .infos-pratiques .infos .infos2{
	font-weight:bold;
	color:#006CE2;
}




/* PAGINATION */

.pagination,
.nav-links{
	margin: 50px 0;
	text-align: center;
	position: relative;
}

.pagination a,
.nav-links a{
	text-decoration:none;
}

.pagination a.prev,
.pagination a.next{
	
}

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

.pagination ul li{
	display:inline-block;
	margin:0 8px;
	font-weight:500;
}

.pagination ul li:last-child{
	margin-right:0;
}

.pagination ul li a,
.pagination ul li span,
.nav-links a,
.nav-links span{
	font-size:18px;
}

.pagination ul li a,
.nav-links a{
	color:#003786;
	font-size:18px;
}

.pagination ul li.active span,
.nav-links span{
	color:#006CE2;
	position:relative;
}

.pagination ul li.active span::after,
.nav-links span::after{
	content: '';
	position: absolute;
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #FB4890;
	top: 25px;
	border-radius: 10px;
	left: 0;
	right: 0;
	text-align: center;
}

.nav-links a{
	display:inline-block;
	margin:0 5px;
	font-weight:500;
}

.nav-links a.prev,
.nav-links a.next{
	display:inline-block;
	background: #006CE2;
	padding: 12px 35px;
	border-radius: 1.5em;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	transition:all .2s;
}

.nav-links a.prev:hover,
.nav-links a.next:hover{
	background: #F9002B;
}

.nav-links a.prev, .nav-links a.prev:hover, .nav-links a.prev:visited, .nav-links a.prev:focus,
.nav-links a.next, .nav-links a.next:hover, .nav-links a.next:visited, .nav-links a.next:focus{
	color:#fff;
}

.nav-links a.prev {
	margin-right:20px;
}

.nav-links a.next {
	margin-left:20px;
}




/* DOCUMENTATION */

.tag.type-document{
	display:inline-block;
	font-weight:700;
	font-size:13px;
	line-height:1.5;
	color:#fff;
	background-color:#003786;
	text-decoration:none;
	padding: 6px 20px 2px;
	border-radius: 1.5em;
	text-transform:uppercase;
}

#liste-documents{
	position:relative;
	margin-top:50px;
	padding-bottom:75px;
}

#liste-documents .liste .liste-docs ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
}

#liste-documents .liste .liste-docs ul li {
	margin: 0;
	padding: 0;
}

#liste-documents .liste .liste-docs ul li:before {
	content: none;
}

#liste-documents .filtres .title {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	color: #003786;
	margin-bottom:25px;
}

#liste-documents .filtres .title-toggle{
	display:flex;
	justify-content:space-between;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
	color: #003786;
	padding-bottom:10px;
	border-bottom:1px solid #CFCFCF;
}

#liste-documents .filtres .liste-types-documents{
	border-bottom:1px solid #CFCFCF;
	padding-top:6px;
	padding-bottom:6px;
}

#liste-documents .filtres .liste-types-documents > div{
	display: flex;
	align-items: flex-start;
	padding:6px 0;
}

#liste-documents .filtres .liste-types-documents > div input{
	border-radius:3px;
	margin-right:10px;
	margin-top:4px;
}

#liste-documents .filtres .liste-types-documents > div label{
	cursor:pointer;
}

#liste-documents .filtres .liste-types-documents > div label:hover{
	opacity:.75;
}

#liste-documents .filtres .buttons {
	text-align:center;
	margin-top:30px;
}

#liste-documents .filtres .buttons a.valid-filtres {
	text-decoration:none;
	display:block;
	margin-bottom:20px;
}

#liste-documents .filtres .buttons a.reset-filtres {
	font-size:16px;
	color:#006CE2;
}

#liste-documents .filtres .buttons a.reset-filtres:hover {
	opacity:.65;
}

#liste-documents .liste{
	position:relative;
}

#liste-documents .liste h2.titre-cat{
	margin-bottom:50px;
	display: flex;
	align-items: center;
	gap: 20px;
	color: #003786;
}

#liste-documents .liste h2.titre-cat .icon{
	background: #003786;
	width: 53px;
	height: 53px;
	border-radius: 53px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#liste-documents .liste h2.titre-cat .icon img{
	max-width:40px;
}

#liste-documents .liste.loading .inner{
	margin-top:-100px;
}

#liste-documents .liste.loading .liste-docs{
	opacity: 0.2;
}

#liste-documents .liste .documents-overlay{
	position: -webkit-sticky;
	position:sticky;
	height:100px;
	top:45vh;
}

#liste-documents .liste .documents-overlay svg{
	width:75px;
	height:auto;
}

#liste-documents .liste-docs{
	position:relative;
	transition:opacity .3s;
}

#liste-documents .liste-docs .doc{
	margin-bottom:48px;
}

#liste-documents .liste-docs .doc,
.elementor-liste-docs .liste-docs .doc{
	display:flex;
	justify-content:space-between;
	align-items:center;
}

#liste-documents .liste-docs .doc > .icon,
.elementor-liste-docs .liste-docs .doc > .icon{
	width:43px;
	height: 43px;
	border-radius: 43px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #EFF2FF;
}

.elementor-liste-docs .liste-docs .doc > .icon{
	width:55px;
	height: 55px;
	border-radius: 55px;
	background: #FB48901A;
}

#liste-documents .liste-docs .doc > .icon svg,
.elementor-liste-docs .liste-docs .doc > .icon svg{
	width:30px;
	height:auto;
}

.elementor-liste-docs .liste-docs .doc > .icon svg{
	width:40px;
}

#liste-documents .liste-docs .doc > .icon svg path{
	fill:#003786;
}

.elementor-liste-docs .liste-docs .doc > .icon svg path{
	fill:#fb4890;
}

#liste-documents .liste-docs .doc .content,
.elementor-liste-docs .liste-docs .doc .content{
	position:relative;
	padding:30px 0 25px 28px;
	border-bottom:1px solid rgba(151, 151, 151, .47);
	display:flex;
	justify-content:space-between;
	align-items:center;
	gap:20px;
	width:calc(100% - 43px);
}

#liste-documents .liste-docs .doc .content,
.elementor-liste-docs .liste-docs .doc:first-child .content{
	border-top:1px solid rgba(151, 151, 151, .47);
}

#liste-documents .liste-docs .doc .types-document{
	position: absolute;
	left: 0;
	top: -14px;
	display: flex;
	gap: 10px;
}

#liste-documents .liste-docs .doc .infos-doc .titre,
.elementor-liste-docs .liste-docs .doc .infos-doc .titre{
	font-size:22px;
	font-weight:500;
	color:#003786;
	margin-bottom:5px;
}

#liste-documents .liste-docs .doc .infos-doc .infos-fichier,
.elementor-liste-docs .liste-docs .doc .infos-doc .infos-fichier{
	margin-bottom:0;
}

.liste-categories-documents {
	display: flex;
	justify-content:space-between;
}

.liste-categories-documents a {
	width: 24%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: end;
	color: #fff;
	background-color: #003786;
	border-radius: 35px;
	padding: 30px 5px;
	gap: 25px;
	position:relative;
	text-align:center;
	text-decoration:none;
}

.liste-categories-documents a::after {
	content:'';
	display:block;
	position:absolute;
	top:100%;
	bottom:0;
	left:0;
	right:0;
	background:#fff;
	opacity:.15;
	transition:all .3s;
}

.liste-categories-documents a:hover::after {
	top:0;
}

.liste-categories-documents a img {
	height: 75px;
	transition:all .15s;
}

.liste-categories-documents a:hover img {
	transform:scale(1.15);
}

.page-template-template-documentation-1 .liste-categories-documents{
	padding-bottom:100px;
}

#liste-documents .liste .categorie{
	margin-bottom:75px;
}

.page-template-template-documentation-3 .liste-categories-documents{
	margin-bottom:75px;
}

.page-template-template-documentation-3 .liste-categories-documents a:not(.active)::after {
	top:0;
	opacity:.75;
}

.page-template-template-documentation-3 .liste-categories-documents a:not(.active):hover::after {
	top:100%;
}

.page-template-template-documentation-3 #liste-documents.loading > .inner{
	opacity: 0.2;
}

.page-template-template-documentation-3 #liste-documents > .documents-overlay{
	position:absolute;
	top:50px;
	left:0;
	right:0;
}

.page-template-template-documentation-3 #liste-documents > .documents-overlay svg{
	width:75px;
	height:auto;
}




/* FAQ */

#faq #sommaire-interne nav a.active::before{
	display:none !important;
}

#faq #sommaire-interne nav a .bullet{
	display:none;
}

#faq .categorie{
	padding-bottom:40px;
}

#faq .categorie h2,
#faq .categorie h3{
	margin-bottom:0;
	color:#003786;
}

#faq .categorie h2 a,
#faq .categorie h3 a{
	text-decoration:none;
	color:#003786;
	display:flex;
	justify-content:space-between;
	align-items: center;
}

#faq .categorie h2 a .text,
#faq .categorie h3 a .text{
	width:calc(100% - 60px);
}

#faq .categorie h2 a .icon,
#faq .categorie h3 a .icon{
	display:flex;
	justify-content:center;
	align-items:center;
	width:32px;
	height:32px;
	border-radius:32px;
	background:#006CE2;
	transition:all .3s;
}

#faq .categorie.active h2 a .icon,
#faq .question.active h3 a .icon{
	background:#7385C1;
	transform:rotate(90deg);
}

#faq .categorie h2 a .icon svg,
#faq .categorie h3 a .icon svg{
	width:20px;
	height:auto;
}

#faq .categorie h2{
	padding-bottom:25px;
}

#faq .questions {
	border-top: 1px solid #D5D5D5;
}

#faq .categorie .questions .inner {
	display:none;
}

#faq .questions .question {
	border-bottom: 1px solid #D5D5D5;
}

#faq .questions .question .label {
	padding: 40px 0;
}

#faq .categorie h3 a:hover{
	opacity:.65;
}

#faq .categorie .questions .question .reponse {
	display:none;
	padding-bottom:25px;
}

#faq .liste-questions .categorie:first-child .questions .inner{
	display:block;
}






/* AGENDA */

#liste-evenements{
	position:relative;
	margin-top:50px;
	padding-bottom:75px;
}

#liste-evenements .filtres .title {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	color: #003786;
	margin-bottom:25px;
}

#liste-evenements .filtres .buttons {
	text-align:center;
	margin-top:30px;
}

#liste-evenements .filtres .buttons .valid-filtres {
	text-decoration:none;
	display:block;
	margin-bottom:20px;
	line-height:1.5;
	border:0;
	width:100%;
	position:relative;
}

#liste-evenements .filtres .buttons .valid-filtres[disabled] {
	opacity:.3;
}

#liste-evenements .filtres .buttons .valid-filtres[disabled]:hover::after {
	content: attr(data-tooltip);
	position: absolute;
	bottom: 100%;
	left: 0;
	right:0;
	text-align:center;
	font-size:14px;
	color:#000;
	padding-bottom:10px;
}

#liste-evenements .filtres .buttons a.reset-filtres {
	font-size:16px;
	color:#006CE2;
}

#liste-evenements .filtres .buttons a.reset-filtres:hover {
	opacity:.65;
}

#liste-evenements .liste-evenements{
	position:relative;
}

#liste-evenements .liste-evenements .liste{
	transition:opacity .3s;
}

#liste-evenements .liste-evenements.loading .inner{
	margin-top:-100px;
}

#liste-evenements .liste-evenements.loading .liste{
	opacity: 0.2;
}

#liste-evenements .liste-evenements .evenements-overlay{
	position: -webkit-sticky;
	position:sticky;
	height:100px;
	top:45vh;
}

#liste-evenements .liste-evenements .evenements-overlay svg{
	width:75px;
	height:auto;
}

#liste-evenements .liste-evenements article,
.single-evenement #related-evenements article,
#home_agenda .evenements article{
	position:relative;
	background: #fff;
	border-radius: 0 20px 0 20px;
	box-shadow: 0 4px 10px 0 rgba(0,0,0,0.03);
	margin-bottom:52px;
	cursor:pointer;
	transition:all .3s;
}

#liste-evenements .liste-evenements article:hover,
.single-evenement #related-evenements article:hover,
#home_agenda .evenements article:hover{
	box-shadow: 0 4px 10px 0 rgba(0,0,0,0.08);
}

#liste-evenements .liste-evenements article::after,
.single-evenement #related-evenements article::after,
#home_agenda .evenements article::after{
	content:'';
	position:absolute;
	background-color:#7385C1;
	border-radius:68px;
	background-image:url(img/arrow-right.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:40%;
	transform: rotate(-45deg);
	transition: all .5s;
	width:68px;
	height:68px;
	bottom:-19px;
	right:33px;
}

#liste-evenements .liste-evenements article:hover::after,
.single-evenement #related-evenements article:hover::after,
#home_agenda .evenements article:hover::after{
	background-color:#F9002B;
	transform: rotate(0deg);
}

#liste-evenements .liste-evenements article .post-thumbnail,
.single-evenement #related-evenements article .post-thumbnail,
#home_agenda .evenements article .post-thumbnail{
	aspect-ratio: 1 / 0.37;
	border-radius: 0 20px 0 20px;
	overflow:hidden;
	position:relative;
}

#liste-evenements .liste-evenements article .post-thumbnail img,
.single-evenement #related-evenements article .post-thumbnail img,
#home_agenda .evenements article .post-thumbnail img{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center;
	transition:all .3s;
}

#liste-evenements .liste-evenements article .post-thumbnail::after,
.single-evenement #related-evenements article .post-thumbnail::after,
#home_agenda .evenements article .post-thumbnail::after{
	content:'';
	position:absolute;
	top:100%;
	bottom:0;
	left:0;
	right:0;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
}

#liste-evenements .liste-evenements article:hover .post-thumbnail::after,
.single-evenement #related-evenements article:hover .post-thumbnail::after,
#home_agenda .evenements article:hover .post-thumbnail::after{
	top:20%;
	transition:all .3s;
}

#liste-evenements .liste-evenements article:hover .post-thumbnail img,
.single-evenement #related-evenements article:hover .post-thumbnail img,
#home_agenda .evenements article:hover .post-thumbnail img{
	transform:scale(1.03);
	filter: brightness(90%);
}

#liste-evenements .liste-evenements article .text,
.single-evenement #related-evenements article .text,
#home_agenda .evenements article .text{
	position:relative;
	padding-top:70px;
}

#liste-evenements .liste-evenements article .date,
.single-evenement #related-evenements article .date,
#home_agenda .evenements article .date{
	position:absolute;
	left:42px;
	top:-42px;
	height: 84px;
	width: 83px;
	border-radius: 14px;
	background-color: #006CE2;
	color:#fff;
	font-size:21px;
	font-weight:500;
	display: flex;
	flex-direction:column;
	justify-content: center;
	align-items: center;
	line-height:1.2;
}

#liste-evenements .liste-evenements article .date span,
.single-evenement #related-evenements article .date span,
#home_agenda .evenements article .date span{
	display:block;
}

#liste-evenements .liste-evenements article .date span.date-fin,
.single-evenement #related-evenements article .date span.date-fin,
#home_agenda .evenements article .date span.date-fin{
	display:flex;
	align-items:center;
	font-size:16px;
}

#liste-evenements .liste-evenements article .date span.date-fin img,
.single-evenement #related-evenements article .date span.date-fin img,
#home_agenda .evenements article .date span.date-fin img{
	width:12px;
	margin-right:5px;
}

#liste-evenements .liste-evenements article .entry-title,
.single-evenement #related-evenements article .entry-title,
#home_agenda .evenements article .entry-title{
	font-size:21px;
	line-height:1.3;
	padding:0 52px;
}

#liste-evenements .liste-evenements article .entry-title a,
.single-evenement #related-evenements article .entry-title a,
#home_agenda .evenements article .entry-title a{
	color:#000;
	text-decoration:none;
}

#liste-evenements .liste-evenements article .infos,
.single-evenement #related-evenements article .infos,
#home_agenda .evenements article .infos{
	border-top:1px solid #7385c44a;
	padding:20px 110px 20px 52px;
	font-size:17px;
	min-height:92px;
	color:#000;
}

#liste-evenements .liste-evenements article .infos span,
.single-evenement #related-evenements article .infos span,
#home_agenda .evenements article .infos span{
	display:block;
}

#liste-evenements .liste-evenements article .infos .infos2,
.single-evenement #related-evenements article .infos .infos2,
#home_agenda .evenements article .infos .infos2{
	font-weight:bold;
	color:#006CE2;
}

#agenda-calendar .litepicker,
#agenda-calendar .litepicker .container__main,
#agenda-calendar .litepicker .container__months,
#agenda-calendar .litepicker .month-item{
	width:100%;
}

#agenda-calendar .litepicker .container__days > div,
#agenda-calendar .litepicker .container__days > a {
	width: calc(100% / 7);
	aspect-ratio: 1 / .8;
	display: flex;
	justify-content: center;
	align-items: center;
}

#agenda-calendar .litepicker{
	font-family: 'Oceania', Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

#agenda-calendar .litepicker .container__months {
	box-shadow:none;
}

#agenda-calendar .litepicker .container__months .month-item .button-previous-month {
	order:2;
	margin-right:10px;
}

#agenda-calendar .litepicker .container__months .month-item .button-next-month {
	order:3;
}

#agenda-calendar .litepicker .container__months .month-item .button-previous-month,
#agenda-calendar .litepicker .container__months .month-item .button-next-month{
	width: 32px;
	height: 32px;
	border-radius: 32px;
	background-color: #006CE2;
	background-image:url(img/caret-right.svg);
	background-size:50%;
	background-repeat:no-repeat;
	background-position:center;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
}

#agenda-calendar .litepicker .container__months .month-item .button-previous-month{
	transform:rotate(180deg);
}

#agenda-calendar .litepicker .container__months .month-item.no-previous-month .button-previous-month {
	visibility:visible;
	opacity:.3;
}

#agenda-calendar .litepicker .container__months .month-item .button-previous-month svg,
#agenda-calendar .litepicker .container__months .month-item .button-next-month svg{
	fill:#fff;
	display:none;
}

#agenda-calendar .litepicker .container__months .month-item-header div > .month-item-name {
	text-transform:capitalize;
}

#agenda-calendar .litepicker .container__months .month-item-header div {
	text-align: left;
	font-size:24px;
	color:#003786;
	font-weight:bold;
}

#agenda-calendar .litepicker .container__months .month-item-weekdays-row > div {
	font-size:14px;
	font-weight:500;
	color:#003786;
	aspect-ratio: 1 / .8;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: capitalize;
}

#agenda-calendar .litepicker .container__days .day-item {
	color:#003786;
	position:relative;
	font-size:16px;
}

#agenda-calendar .litepicker .container__days .day-item.is-locked {
	opacity: .35;
}

#agenda-calendar .litepicker .container__days .day-item.is-highlighted {
	background-color: unset;
}

#agenda-calendar .litepicker .container__days .day-item.is-in-range {
	background-color: rgba(0, 108, 226, .2);
}

#agenda-calendar .litepicker .container__days .day-item.is-start-date,
#agenda-calendar .litepicker .container__days .day-item.is-end-date{
	background-color: rgba(0, 108, 226, .45);
}

#agenda-calendar .litepicker .container__days .day-item.is-highlighted::after {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	background: #029DD6;
	position: absolute;
	bottom: 5px;
	border-radius: 1em;
}



/* TABLEAUX */

.dataTables_wrapper{
	overflow-x:auto;
}

.dataTables_wrapper .dataTables_filter{
	margin-bottom:15px;
}

.dataTables_wrapper .dataTables_filter input[type="search"]{
	border-radius:10px;
	padding:10px;
}

.dataTables_wrapper .tablepress {
	border: 1px solid #ddd;
	border-radius: 20px;
	border-spacing: 0;
	border-collapse: separate;
}

.tablepress thead,
.tablepress thead tr,
.tablepress thead th {
	background: none;
	color:#003786;
	font-weight:500;
}

.tablepress thead th {
	font-size:.9em;
}

.tablepress thead th.sorting::after {
	margin-left:15px;
	opacity:.3;
	display:block;
}

.tablepress tfoot,
.tablepress tfoot tr,
.tablepress tfoot th {
	background: none;
	color:#003786;
	font-weight:500;
}

.tablepress tfoot th {
	font-size:.9em;
}

.tablepress th,
.tablepress td {
	padding: 25px 15px !important;
}

.tablepress > .row-hover > tr:hover > *,
.tablepress .sorting:hover,
.tablepress .sorting_asc,
.tablepress .sorting_desc{
	background-color:#eff2ff !important;
}

.tablepress thead th:first-of-type{
	border-radius:20px 0 0 0;
}

.tablepress thead th:last-of-type{
	border-radius:0 20px 0 0;
}

.tablepress.no-footer tbody tr:last-of-type td:first-of-type,
.tablepress tfoot th:first-of-type{
	border-radius:0 0 0 20px;
}

.tablepress.no-footer tbody tr:last-of-type td:last-of-type,
.tablepress tfoot th:last-of-type{
	border-radius:0 0 20px 0;
}


footer.site-footer .main-footer p.kg-footer-title {
	color: #fff;
	font-size: 22px;
	line-height: 30px;
	font-weight: 500;
}


.sommaire-ext #sommaire.cols-2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}






/* RESPONSIVE */

@media screen and (min-width: 576px){
    footer.site-footer .main-footer .logo-coords .coords{
		padding:15px 0 0px 40px;
		border-left:2px solid #F9002B;
	}
}

@media screen and (min-width: 768px){
	.entete .post-thumbnail img.mobile{
		display:none;
	}
	.entete .post-thumbnail{
		height: 31vw;
	}
	.home .entete .post-thumbnail{
		height: 41vw;
	}
	.home .entete .post-thumbnail .title{
		left:auto;
		width: 55%;
		top: 0;
		clip-path: polygon(33% 0, 100% 0, 100% 100%, 0% 100%);
		padding-left: 13%;
		padding-bottom:130px;
		background: linear-gradient(90deg, #FFF0 0%, #0000016e 100%);
		transform:translateX(100%);
		animation: slideInHomeEnteteTitle ease .5s .2s;
		animation-iteration-count: 1;
		animation-fill-mode: forwards;
	}
	@keyframes slideInHomeEnteteTitle {
		0% {
			transform:translateX(100%);
		}
		100% {
			transform:translateX(0);
		 }
	}
	#home_agenda .evenements {
		display: grid;
		justify-content:space-between;
		grid-template-columns: repeat(auto-fill, 32%);
		margin-top:85px;
	}
	#home_agenda .header{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#home_agenda .calendar{
		width: calc(100% - 250px);
	}
	.search-results .entete .post-thumbnail {
		height: 30vw;
	}
	.page-template-template-actualites .filtres a.tag.cat{
		font-size:15px;
	}
	#faq .questions {
		margin-left: 25px;
	}
	#faq .questions .question {
		border-bottom: 1px solid #D5D5D5;
		padding-left:25px;
	}
	#liste-evenements > .inner{
		display:flex;
		justify-content:space-between;
	}
	#liste-evenements .filtres{
		position: -webkit-sticky;
		position: sticky;
		height: 1px;
		top: 10px;
		width:300px;
		padding-top: 25px;
		padding-bottom:50px;
	}
	#liste-evenements .filtres{
		padding-top: 0;
	}
	#liste-evenements .liste-evenements{
		width:calc(100% - 350px);
	}
	#liste-evenements .liste-evenements .liste{
		display:flex;
		justify-content:space-between;
		flex-wrap:wrap;
	}
}

@media screen and (min-width: 1025px){
	body{
		font-size:20px;
	}
	.page-content,
	.entry-content {
		margin: 50px 0 0;
	}
	.container{
		width:90vw;
		padding-left: 22px;
		padding-right: 22px;
	}
	.bg-points,
	.bg-points2{
		position:relative;
	}
	
	.bg-points::after{
		content:'';
		display:block;
		width:253px;
		height:476px;
		background:url(img/bg-points.png) no-repeat;
		background-size:contain;
		position:absolute;
		top:-15px;
		right:-15px;
		z-index:-1;
	}
	footer.site-footer .main-footer .logo-coords .logo img{
		margin-left:-12px;
	}
	.search-results .entete .post-thumbnail {
		height: 22vw;
	}
	.pagination{
		display: flex;
		justify-content: center;
	}
	.pagination ul{
		position: absolute;
		right: 0;
		top:12px;
	}
	.home_actualites::after {
		content: '';
		clear: both;
		display: block;
	}
	.home_actualites .post-thumbnail {
		border-radius: 25px;
	}
	.home_actualites .bloc .text h3 {
		line-height:1.3;
	}
	.home_actualites .bloc2 .text h3,
	.home_actualites .bloc3 .text h3{
		line-height:1;
	}
	.home_actualites .bloc1 {
		float:left;
		width: calc(0.42 * (90vw - 44px));
		height: calc(0.45 * (90vw - 44px));
	}
	.home_actualites .bloc1::after{
		content:'';
		display:block;
		width:440px;
		height:365px;
		background:url(img/bg-points2.png) no-repeat;
		background-size:contain;
		position:absolute;
		bottom:-100px;
		left:-108px;
		z-index:-1;
	}
	.home_actualites .bloc1 .text {
		padding:0 42px 42px;
		left:0;
		right:0;
		bottom:0;
		transition:all .3s;
	}
	.home_actualites .bloc1:hover .text {
		bottom:10px;
	}
	.home_actualites .bloc1 .categorie {
		margin-bottom:10px;
	}
	.home_actualites .bloc1 h3 {
		color:#fff;
		font-size:21px;
		font-weight:700;
	}
	.home_actualites .bloc2,
	 .bloc3 {
		height: calc(0.19 * (90vw - 44px));
		width: calc(0.51 * (90vw - 44px));
		margin-left: calc(0.49 * (90vw - 44px));
	}
	.home_actualites .bloc2 .post-thumbnail,
	.home_actualites .bloc3 .post-thumbnail {
		width: calc(0.18 * (90vw - 44px));
		height: calc(0.19 * (90vw - 44px));
	}
	.home_actualites .bloc2 .text,
	.home_actualites .bloc3 .text{
		background:#EFF2FF;
		right:0;
		left:calc(0.14 * (90vw - 44px));
		padding:15px 65px 10px 20px;
		border-radius:0 0 0 25px;
		bottom:30px;
	}
	.home_actualites .bloc2 .text::after,
	.home_actualites .bloc3 .text::after{
		content:'';
		position:absolute;
		background-color:#7385C1;
		border-radius:50px;
		background-image:url(img/arrow-right.png);
		background-position:center;
		background-repeat:no-repeat;
		background-size:35%;
		transform: rotate(-45deg);
		transition: all .5s;
		width:50px;
		height:50px;
		bottom:-25px;
		right:10px;
	}
	.home_actualites .bloc2:hover .text::after,
	.home_actualites .bloc3:hover .text::after{
		background-color:#F9002B;
		transform: rotate(0deg);
	}
	.home_actualites .bloc2 h3,
	.home_actualites .bloc3 h3{
		color:#000;
		font-weight:500;
		font-size:16px;
	}
	.home_actualites .bloc2 .categorie,
	.home_actualites .bloc3 .categorie {
		position:relative;
		margin-bottom:5px;
	}
	
	.home_actualites .bloc2 .categorie p,
	.home_actualites .bloc3 .categorie p {
		position:absolute;
		top:-35px;
	}
	.home_actualites .bloc2{
		margin-bottom:calc((0.45 * (90vw - 44px)) - ((0.19 * (90vw - 44px)) * 2));
	}
	.home_actualites .bloc2::after {
		content: '';
		position: absolute;
		display: block;
		height: 1px;
		background: #E5E5E5;
		left: 0;
		right: 0;
		top: calc(100% + (((0.45 * (90vw - 44px)) - ((0.19 * (90vw - 44px)) * 2)) / 2));
	}
	.sommaire-ext #sommaire.cols-2 {
		width: 70vw;
	}
	.sommaire-ext #sommaire.cols-2 li {
		width: 46%;
	}
	#liste-documents > .inner{
		display:flex;
		justify-content:space-between;
	}
	#liste-documents .filtres{
		position: -webkit-sticky;
		position: sticky;
		height: 1px;
		top: 10px;
		width:25%;
		padding-top: 25px;
		padding-bottom:50px;
	}
	#liste-documents .liste{
		width:69%;
	}
	.single-evenement .entry-content{
		width: 90vw;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (min-width: 1200px){
	.home #page{
		overflow-x:hidden;
	}
	body.elementor-page .elementor-widget-menu-anchor {
		margin-top: -20px;
	}
	header .menu-toggle {
		display: none;
	}
	header #header-top .right{
		position:relative;
	}
	header #header-top #top-site-navigation-mobile{
		display:none;
	}
	header #header-top .top-site-navigation{
		display:flex;
		align-items:center;
	}
	header #header-top .top-menu{
		z-index:999;
		position:relative;
	}
	header #header-top .top-menu li{
		background:#003786;
		position:relative;
	}
	header #header-top .top-menu > li > .sub-menu{
		float: left;
		top: 100%;
		left: -999em;
		z-index: -1;
		padding-top:11px;
		transform: translateY(-100%);
		opacity: 0;
		transition: transform .3s, opacity .2s;
		background:#003786;
		border-radius:0 0 17px 17px;
		padding: 15px 25px 25px 25px;
		margin-left: 0px;
		min-width: 300px;
		max-width:400px;
	}
	header #header-top .top-menu > li:hover > ul,
	header #header-top .top-menu > li.focus > ul {
		left:0;
		opacity: 1 !important;
		transform: none !important;
	}
	header #header-top .top-menu a:hover{
		color:#C0DA74;
	}
	header #site-navigation{
		position:absolute;
		right:0;
	}
	header .main-navigation ul {
		display: flex;
		gap:15px;
	}
	header .main-navigation ul ul {
		float: left;
		position: absolute;
		top: 100%;
		left: -999em;
		z-index: 99999;
	}
	header #primary-menu li {
		position: relative;
	}
	header #primary-menu > li > a{
		min-width: 180px;
		padding: 14px 55px;
		border-radius: 0 0 17px 17px;
	}
	header #primary-menu > li > ul li a:hover{
		padding-left:10px;
		color:rgba(255,255,255,0.85);
	}
	header #primary-menu > li.long > a{
		width: 200px;
		padding: 14px 10px;
	}
	
	header #primary-menu > li:hover > a,
	header #primary-menu > li:focus-visible > a,
	header #primary-menu > li:focus-within > a{
		padding-top:50px;
	}
	header #primary-menu > li > ul{
		padding-top:20px;
		min-width:450px;
		max-width:500px;
		transform: translateY(50px);
		opacity: 0;
		transition: transform .2s .2s, opacity .2s .2s;
	}
	header #primary-menu > li:hover > ul,
	header #primary-menu > li:focus-visible > ul,
	header #primary-menu > li:focus-within > ul{
		transform: none;
		opacity: 1;
		left: auto;
	}
	header #primary-menu > li:last-child:focus-within > ul{
		right: 0;
	}
	header #primary-menu > li > ul > li.menu-item{
		border-radius: 17px 17px 0 0;
	}
	header #primary-menu > li > ul > li.menu-item ~ li.menu-item{
		border-radius: 0;
	}
	header #primary-menu > li > ul > li:last-child{
		border-radius: 0 0 17px 17px !important;
	}
	header .site-branding{
		top: 90px;
		left: 30px;
	}
	header .site-branding .custom-logo{
		width:300px;
	}
	.mobile.back,
	.mobile.title{
		display:none;
	}
	.home_actualites .bloc1 .post-thumbnail {
		height: 635px;
	}
	.home_actualites .bloc1 h3 {
		font-size:30px;
	}
	#home_agenda .calendar{
		width: calc(100% - 300px);
	}
	.entry-content.sommaire {
		display:flex;
		margin-top:45px;
		gap: 20px;
		margin-right:calc(5vw - 22px);
		justify-content: flex-end;
		margin-left: auto;
	}
	#sommaire-interne{
		width: 300px;
		position: -webkit-sticky;
		position: sticky;
		height: 1px;
		top: 20px;
	}
	#sommaire-interne .title{
		display:none;
	}
	.entry-content.sommaire .content{
		width:880px;
	}
	#faq.entry-content.sommaire .content{
		padding:0 44px;
	}
	#sommaire-interne nav a.active{
		padding-left:30px;
		font-weight:500;
	}
	
	#sommaire-interne nav a.active::before{
		content: '';
		display: block;
		width: 7px;
		height: 7px;
		border-radius: 1em;
		background: #F9002B;
		position: absolute;
		left: 0;
	}
	#faq #sommaire-interne nav a.active .bullet{
		display: block;
		width: 7px;
		height: 7px;
		border-radius: 1em;
		background: #F9002B;
		position: absolute;
		left: 0;
	}
	.liste-posts article .text h2, .liste-posts article .text h3 {
		font-size: 22px;
		line-height: 1.5;
	}
	#liste-documents .filtres,
	#liste-evenements .filtres{
		width:28%;
	}
	#liste-documents .liste,
	#liste-evenements .liste-evenements{
		width:66%;
	}
	#liste-evenements .liste-evenements article{
		width:48%;
	}
	.single-evenement .entry-content{
		width: calc(90vw + 44px);
		padding-left: 44px;
	}
	.single-evenement .entry-content > article{
		display:flex;
		justify-content:space-between;
	}
	.single-evenement .entry-content > article > .infos-pratiques{
		width:430px;
		position: -webkit-sticky;
		position: sticky;
		height: 250px;
		top: 20px;
	}
	.single-evenement .entry-content > article > .content{
		width:calc(100% - 440px);
	}
	.single-evenement .content .post-thumbnail {
		padding-left:44px;
		padding-right:44px;
		margin-top:10px;
	}

	.sommaire-ext #sommaire ul li{
		width: 30%;
	}
}

@media screen and (min-width: 1440px){
	h2{
		font-size:31px;
		line-height:41px;
	}
	h3{
		font-size:22px;
		line-height:30px;
	}
	h4{
		font-size:18px;
		line-height:30px;
	}
	.container{
		width:1300px;
		padding-left: 30px;
		padding-right: 30px;
	}
	header #header-top{
		padding-left:75px;
		padding-right:75px;
	}
	header .site-branding{
		top: 100px;
		left: calc((100% - 1255px) / 2);
	}
	header .site-branding .custom-logo{
		width:350px;
	}
	.home h1{
		font-size:40px;
		line-height:52px;
		width:530px;
	}
	.home .entete .post-thumbnail{
		border:30px solid #fff;
		border-bottom:0;
	}
	.home .entete .post-thumbnail .title{
		padding-bottom:90px;
	}
	.home .entry-content{
		margin-top:30px;
	}
	.home_actualites .post-thumbnail {
		border-radius: 35px;
	}
	.home_actualites .bloc1 {
		width: 520px;
		height: 550px;
	}
	.home_actualites .bloc2,
	.home_actualites .bloc3 {
		height: 240px;
		width: 632px;
		margin-left: 608px;
	}
	.home_actualites .bloc2 .post-thumbnail,
	.home_actualites .bloc3 .post-thumbnail {
		width: 223px;
		height: 240px;
	}
	.home_actualites .bloc2 .text,
	.home_actualites .bloc3 .text{
		left:176px;
		padding:20px 85px 20px 40px;
		border-radius:0 0 0 30px;
		bottom:30px;
	}
	.home_actualites .bloc2 .text::after,
	.home_actualites .bloc3 .text::after{
		width:64px;
		height:64px;
		bottom:-32px;
		right:15px;
	}
	.home_actualites .bloc2 .text h3,
	.home_actualites .bloc3 .text h3{
		line-height:1.3;
	}
	.home_actualites .bloc2 h3,
	.home_actualites .bloc3 h3{
		font-size:21px;
	}
	.home_actualites .bloc2{
		margin-bottom:70px;
	}
	.home_actualites .bloc2::after {
		top: calc(100% + 35px);
	}
	.entry-content.sommaire {
		gap: 20px;
		margin-right: calc((100% - 1360px) / 2);
		justify-content: flex-end;
		margin-left: auto;
	}
	#sommaire-interne{
		width: 400px;
	}
	.entry-content.sommaire .content{
		width:1140px;
	}
	#faq.entry-content.sommaire .content{
		padding:0 60px;
	}
	.sommaire-ext #sommaire.cols-2 {
			width: 1000px;
	}
	.single-post .entry-content{
		width: 1140px;
		margin-left: auto;
		margin-right: auto;
	}
	.single-post .footer-nav{
		padding-left:60px;
		padding-right:60px;
	}
	.single-evenement .entry-content{
		width: 1360px;
		padding-left: 60px;
	}
	.single-evenement .content .post-thumbnail,
	.single-evenement .footer-nav {
		padding-left:60px;
		padding-right:60px;
	}
	.single-evenement .footer-nav {
		width: calc(100% - 440px);
		margin-right: 0;
		margin-left: auto;
	}
	.single-evenement .entry-content > article > .infos-pratiques{
		height: 70px;
	}
}

@media screen and (min-width:1700px){
	.container{
		width:1500px;
	}
	h1{
		font-size:55px;
		line-height:70px;
	}
	.home h1{
		font-size:50px;
		line-height:61px;
		width:660px;
	}
	header #header-top{
		padding-left:150px;
		padding-right:150px;
	}
	header .site-branding{
		top: 100px;
		left: calc((100% - 1460px) / 2);
	}
	header .site-branding .custom-logo{
		width:425px;
	}
	.home .entete .post-thumbnail .title{
		padding-bottom:130px;
	}
	.home_actualites .bloc1 {
		width: 600px;
		height: 635px;
	}
	.home_actualites .bloc2,
	.home_actualites .bloc3 {
		height: 285px;
		width: 730px;
		margin-left: 710px;
	}
	.home_actualites .bloc2 .post-thumbnail,
	.home_actualites .bloc3 .post-thumbnail {
		width: 265px;
		height: 285px;
	}
	.home_actualites .bloc2 .text,
	.home_actualites .bloc3 .text{
		left:210px;
	}
	.home_actualites .bloc2{
		margin-bottom:65px;
	}
	.home_actualites .bloc2::after {
		top: calc(100% + 32px);
	}
	.entry-content.sommaire {
		margin-right: calc((100% - 1560px) / 2);
		justify-content: flex-end;
		margin-left: auto;
	}
	#sommaire-interne{
		width: 420px;
		padding:20px 0 50px;
	}
	.entry-content.sommaire .content{
		width:1140px;
	}
	.entry-content.sommaire-ext{
		width:1300px;
		margin-left:auto;
		margin-right:auto;
	}
	.entry-content.sommaire-ext #sommaire{
		width:1300px;
		padding-left:60px;
		padding-right:60px;
	}
	.sommaire-ext #sommaire.cols-2 {
		width: 75%;
	}
	.search-results > article .post-thumbnail{
		width: 200px;
		height: 200px;
		min-width:200px;
	}
	.single-post .entry-content{
		width: 1200px;
	}
	.single-post .entete h1 span{
		display:inline-block;
		max-width:850px;
	}
	.single-evenement .entry-content{
		width: 1560px;
	}
	.single-evenement .entete h1 span{
		display:inline-block;
		max-width:1070px;
	}
	.liste-posts article .post-thumbnail {
		height: 485px;
	}
	.archive.category .liste-posts article,
	.page-template-template-actualites .liste-posts article{
		margin-bottom:30px;
	}
}

@media screen and (max-width:1699px){
	h1{
		font-size:40px;
		line-height:52px;
	}
	footer.site-footer .container{
		width:100%;
		padding-left:30px;
		padding-right:30px;
	}
	.entete .post-thumbnail .title {
		padding: 25px 10px 15px 10px;
	}
	#sommaire-interne{
		padding: 20px 0 22px 22px;
	}
	.search-results > article .post-thumbnail{
		width: 150px;
		height: 150px;
		min-width:150px;
	}
	.liste-posts article .post-thumbnail {
		height: 385px;
	}
	.archive.category .liste-posts article,
	.page-template-template-actualites .liste-posts article{
		margin-bottom:25px;
	}
}

@media screen and (max-width:1439px){
	h2{
		font-size:21px;
		line-height:31px;
	}
	h3{
		font-size:18px;
		line-height:26px;
	}
	h4{
		font-size:16px;
		line-height:26px;
	}
	header #header-top{
		width:100%;
		padding-left:50px;
		padding-right:50px;
	}
	footer.site-footer .main-footer,
	footer.site-footer .main-footer p{
		font-size:14px;
	}
	footer.site-footer .logo img{
		width:250px;
	}
	footer.site-footer .newsletter{
		padding:32px;
	}
	.home .entete .post-thumbnail {
		border:22px solid #fff;
		border-bottom:0;
	}
	.home .entete .post-thumbnail .title{
		padding-bottom:60px;
		padding-left:10%;
	}
	.home .entete .post-thumbnail .title h1{
		font-size:36px;
		line-height:48px;
		width: 473px;
	}
	.home .entry-content{
		margin-top:22px;
	}
	#sommaire-interne nav a{
		font-size:14px;
		padding:12px 0;
	}
	.single-post .entry-content{
		margin-left: auto;
		margin-right: auto;
	}
	.single-post .footer-nav{
		width: 90vw;
		padding-left: 22px;
		padding-right: 22px;
		margin-left: auto;
		margin-right: auto;
	}
	.liste-posts article .post-thumbnail {
		height: calc((90vw - 44px) / 3);
	}
	.liste-posts article .text {
		padding: 0 20px 0px;
	}
	.archive.category .liste-posts article,
	.page-template-template-actualites .liste-posts article {
		margin-bottom: calc((90vw - 44px) * 0.02);
	}
	#liste-documents .liste-docs .doc .infos-doc .titre,
	.elementor-liste-docs .liste-docs .doc .infos-doc .titre{
		font-size: 18px;
		margin-bottom:0;
		line-height:1.5;
	}
	#liste-documents .liste-docs .doc .btn,
	.elementor-liste-docs .liste-docs .doc .btn{
		font-size: 16px;
	}
	.single-evenement .footer-nav {
		padding-right:44px;
	}
	.single-evenement #related-evenements article .entry-title {
		padding: 0 22px;
	}
	.single-evenement #related-evenements article .infos {
		padding: 20px 90px 20px 22px;
		line-height: 1.5;
	}
	.single-evenement #related-evenements article::after {
		right:20px;
	}
}

@media screen and (max-width: 1199px){
	#page{
		overflow-x:hidden;
	}
	.page-template-template-documentation #page,
	.page-template-template-documentation-1 #page,
	.page-template-template-documentation-2 #page,
	.page-template-template-documentation-3 #page{
		overflow-x:visible;
	}
	.stop-overflow-mobile{
		overflow-y:hidden !important;
	}
	h1{
		font-size:25px;
		line-height:29px;
	}
	h2.dots::before,
	.dots h2::before{
		position:relative;
		left:auto;
		margin-right:20px;
	}
	header.site-header{
		position:relative;
	}
	header .site-branding{
		top: 80px;
		left: 68px;
	}
	header .site-branding .custom-logo{
		width:300px;
	}
	header #header-top{
		position: relative;
		padding-left:22px;
		padding-right:22px;
	}
	header #header-top .menu-toggle{
		position: absolute;
		right: 55px;
		top: 90px;
		background: #fff;
		border: 0;
		width: 58px;
		height: 58px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		z-index: 9999;
		padding: 18px;
		border-radius: 58px;
	}
	header #header-top .menu-toggle[aria-expanded="true"]{
		position:fixed;
	}
	header #header-top .menu-toggle .bar {
		display: block;
		background: #003786;
		height: 3px;
		width:100%;
		margin-bottom: 6px;
		transition: all .3s;
		border-radius:1.55px;
	}
	header #header-top .menu-toggle .bar:last-of-type {
		margin-bottom: 0;
	}
	header #header-top .menu-toggle[aria-expanded="true"] .bar:nth-child(1) {
		transform: translateY(5px) rotate(135deg);
	}
	header #header-top .menu-toggle[aria-expanded="true"] .bar:nth-child(2) {
		transform: translateY(-4px) rotate(-135deg);
	}
	header #header-top .left{
		width:100%;
		justify-content: space-between;
	}
	header #header-top .left #menu-left a {
		font-size: 14px;
	}
	header #header-top .left #menu-left a.desktop {
		display:none;
	}
	header #header-top #top-site-navigation-mobile{
		display:flex;
		align-items:center;
	}
	header #header-top #panel-navigation{
		position:fixed;
		transform:translateX(100vw);
		transition: transform .3s;
		height: 100vh;
		background: #003786;
		left: 0;
		right:0;
		overflow-y:auto;
		overflow-x:hidden;
		padding-top:175px;
		padding-bottom:75px;
		z-index:99;
	}
	header #header-top #panel-navigation.toggled{
		transform:translateX(0);
	}
	header #header-top #panel-navigation .inner{
		display: flex;
		flex-direction: column-reverse;
		justify-content:start;
		gap:50px;
	}
	header #panel-navigation ul.nav-menu > li > ul{
		position:fixed !important;
		overflow-y:auto;
		transform: translateX(100vw);
		transition: transform .3s;
		height: 100vh;
		background: #003786;
		top: 0;
		left: 0;
		right: 0;
		padding-top:200px;
		padding-bottom:75px;
	}
	header #panel-navigation ul.nav-menu > li.focus > ul{
		transform: translateX(0);
	}
	header #panel-navigation ul.nav-menu > li > ul li {
		padding: 0 25px;
	}
	header #panel-navigation li.back{
		position: absolute;
		top: 102px;
		font-weight: 500;
	}
	header #panel-navigation li.back a{
		text-transform:uppercase;
		padding:0;
		border:0 !important;
	}
	header #panel-navigation li.back a::before{
		content:'<';
		margin-right:10px;
	}
	header #panel-navigation li.title a{
		text-transform:uppercase;
		border:0 !important;
		margin-bottom:25px;
		opacity:.85;
	}
	header #panel-navigation .sub-menu a{
		text-align:center;
	}
	header #header-top #top-site-navigation .top-menu {
		flex-direction:column;
		gap: 15px;
		align-items: center;
	}
	header #header-top .top-menu > li{
		width:100%;
	}
	header #header-top .top-menu > li > a{
		justify-content: center;
		margin-left:0;
		width:100%;
	}
	header #header-top #top-site-navigation .top-menu a::after {
		display:none;
	}
	header #header-top #top-site-navigation .menu-search{
		display:none;
	}
	header #header-top .top-menu > li > .sub-menu {
		transform: translateX(100vw);
		transition: transform .3s;
		margin:0;
		padding-left: 0;
	}
	header #primary-menu > li > a {
		padding: 20px;
		margin-bottom: 10px;
		font-weight:500;
	}
	header #primary-menu > li.orange > ul{
	    background: #E08A2F !important;
    }
	
	header #primary-menu > li.vert > ul{
		background: #C0DA74 !important;
	}
	
	header #primary-menu > li.rose > ul{
		background: #FB4890 !important;
	}
	
	header #primary-menu > li.bleu-clair > ul{
		background: #7ACDE9 !important;
	}
	
	header #primary-menu > li.bleu-fonce > ul{
		background: #7385C1 !important;
	}
	
	footer.site-footer .main-footer,
	footer.site-footer .main-footer p{
		font-size:14px;
	}
	footer.site-footer .container {
		padding-left: 22px;
		padding-right: 22px;
	}
	footer.site-footer .main-footer .logo-coords {
		gap: 10px;
	}
	footer.site-footer .main-footer .logo-coords .coords {
		padding: 15px 0 0px 20px;
	}
	.entete .post-thumbnail .title {
		padding: 30px 0 20px;
	}
	.home .entete .post-thumbnail .title{
		padding-bottom:40px;
	}
	.home .entete .post-thumbnail .title h1{
		font-size:30px;
		line-height:40px;
		width:395px;
	}
	.search-results .intro{
		font-size:22px;
	}
	.entry-content.sommaire{
		flex-direction: column;
		/*width: 1000px;*/
		margin-left: auto;
		margin-right: auto;
		margin-top:0;
	}
	#sommaire-interne{
		margin-top:45px;
		margin-bottom:20px;
		padding: 0 22px;
	}
	#sommaire-interne .title{
		display: flex;
		justify-content: space-between;
		font-size: 15px;
		font-weight: 700;
		color: #003786;
		line-height:25px;
	}
	#sommaire-interne .title a.toggle{
		background: #7385C1;
		display: flex;
		align-items: center;
		border-radius: 25px;
	}
	#sommaire-interne .title a.toggle svg{
		width: 25px;
		height: 25px;
	}
	.single-post .entry-content{
		width:100%;
	}
	.liste-posts article .text {
		padding:0 15px;
	}
	.liste-posts article .text h2,
	.liste-posts article .text h3{
		font-size:18px;
		line-height: 1.5;
	}
	.liste-posts article .text .categorie .tag.cat {
		font-size: 12px;
		padding: 6px 10px 2px;
	}
	.tag.type-document {
		font-size:12px;
	}
	#faq .content{
		width: 90vw;
		padding-left: 22px;
		padding-right: 22px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 50px;
	}
	.single-evenement .entry-content > article > .content > .elementor{
		margin-left: -22px;
		margin-right: -22px;
		width: calc(100% + 44px);
	}
	.single-evenement article .infos-pratiques{
		margin-bottom: 50px;
	 }
	 .single-evenement .infos-pratiques .bloc {
		padding:10px;
	 }
	 .single-evenement .entry-content article .post-thumbnail{
		border-radius:20px;
	 }
	 .single-evenement .entry-content article .infos-pratiques,
	 .single-evenement .entry-content article .post-thumbnail,
	 .single-evenement .entry-content .footer-nav{
		padding-left:22px;
		padding-right:22px;
	}
}

@media screen and (max-width: 1024px){
	body{
		font-size:14px;
		line-height:24px;
	}
	.container{
		width:100%;
		padding-left: 22px;
		padding-right: 22px;
	}
	.entry-content > .content > .elementor{
		margin-left: -22px;
		margin-right: -22px;
		width: calc(100% + 44px);
	}
	.entry-content > .content > .elementor:not(.elementor-edit-mode){
		overflow-x:hidden;
	}
	.liste ul li::before,
	ul.liste li::before{
		top: 10px;
	}
	header .site-branding {
		top: 65px;
		left: 17px;
	}
	.home header .site-branding {
		left: 35px;
	}
	header .site-branding .custom-logo {
		width: 250px;
	}
	footer.site-footer .main-footer h3 {
		font-size:22px;
	}
	footer.site-footer .main-footer {
		flex-direction:column;
		gap:75px;
	}
	footer.site-footer .main-footer,
	footer.site-footer .main-footer p {
		font-size: 16px;
	}
	footer.site-footer .main-footer .informations{
		text-align:center;
	}
	.home .entete .post-thumbnail .title{
		padding-bottom:30px;
	}
	.home .entete .post-thumbnail .title h1{
		font-size:20px;
		line-height:28px;
		width:265px;
	}
	.home_actualites {
		display:grid;
		grid-template-columns: auto;
		margin-right: -22px !important;
		padding-right: 22px !important;
		grid-auto-flow: column;
		grid-gap: 20px;
		margin-right: 0;
		/*overflow: auto;*/
		padding-right:0;
	}
	.home_actualites.slick-slider {
		padding-right:0 !important;
	}
	.home_actualites.slick-slider .bloc {
		margin-right: 22px;
	}
	.home_actualites::after{
		content:'';
		display:block;
		width:248px;
		height:205px;
		background-image:url(img/bg-points2.png);
		background-repeat:no-repeat;
		background-size:contain;
		position:absolute;
		bottom:10px;
		left:-42px;
		z-index:-1;
	}
	.home_actualites .bloc {
		width: 35vw;
		height: 40vw;
		margin-bottom: 50px;
	}
	.home_actualites .post-thumbnail {
		border-radius:15px;
	}
	.home_actualites .bloc .text {
		position: absolute;
		bottom: 0;
		padding: 25px 25px 20px;
		transition:all .3s;
	}
	.home_actualites .bloc:hover .text {
		bottom:10px;
	}
	.home_actualites .bloc .text .entry-title {
		color:#fff;
	}
	.home_actualites .bloc .text .categorie {
		margin-bottom:10px;
	}
	#home_agenda{
		margin-top:50px;
	}
	#home_agenda .header h2{
		font-size:36px;
	}
	#home_agenda p.button a.btn {
		font-size: 18px;
	}
	.search-results .intro {
		gap: 25px;
		padding: 25px;
	}
	.entry-content.sommaire{
		width: 100%;
	}
	/* .sommaire-ext #sommaire a {
		width:31%;
	} */
	.sommaire-ext #sommaire.cols-2 li {
		width: calc(50% - 11px);
		margin-bottom:22px;
	}
	.sommaire-ext #sommaire a .titre {
		left:15px;
		right:15px;
		bottom:15px;
		font-size:18px;
	}
	.sommaire-ext #sommaire a:hover .titre {
		bottom:25px;
	}
	.single-post .categorie{
		margin-top:50px;
	}
	.single-post .footer-nav,
	.single-evenement .footer-nav{
		width: 100%;
		margin-top: 0px;
		margin-bottom: 50px;
	}
	.single-post #related-posts .liste-posts{
		grid-template-columns: repeat(auto-fill, 32%);
	}
	.single-post #related-posts .liste-posts article .text .categorie {
		margin-bottom: 10px;
	}
	.single-post #related-posts .liste-posts article .text .categorie .tag.cat {
		font-size:11px;
	}
	.single-post #related-posts .liste-posts article .text h3,
	.single-evenement #related-evenements .liste-evenements article .text h3{
		line-height:1.2;
	}
	.single-evenement #related-evenements .liste-evenements article .text h3{
		font-size:18px;
	}
	.page-template-template-actualites .filtres li{
		margin-right:10px;
	}
	.archive.category .liste-posts,
	.page-template-template-actualites .liste-posts {
		grid-template-columns: repeat(auto-fill, 48%);
	}
	.archive.category .liste-posts article,
	.page-template-template-actualites .liste-posts article {
		margin-bottom: calc((100vw - 44px) * 0.04);
	}
	.archive.category .liste-posts article .post-thumbnail,
	.page-template-template-actualites .liste-posts article .post-thumbnail {
		height: calc((100vw - 44px) / 2);
	}
	.pagination ul{
		margin-top:35px;
	}
	#liste-documents .filtres,
	#liste-evenements .filtres{
		margin-bottom:25px;
	}
	#liste-documents .liste h2.titre-cat {
		flex-direction:column;
		gap: 10px;
	}
	#liste-documents .liste-docs .doc .link .text,
	.elementor-liste-docs .liste-docs .doc .link .text{
		display:none;
	}
	#liste-documents .liste-docs .doc .link .icon,
	.elementor-liste-docs .liste-docs .doc .link .icon{
		display:block;
		background-color:#006ce2;
		border-radius:43px;
		background-image:url(img/arrow-right.png);
		background-position:center;
		background-repeat:no-repeat;
		background-size:35%;
		transform: rotate(-45deg);
		transition: all .5s;
		width:43px;
		height:43px;
	}
	 #faq .content {
		width:100%;
	}
	.single-evenement #related-evenements .liste-evenements,
	#home_agenda .evenements{
		grid-template-columns: auto;
		grid-auto-flow: column;
		grid-gap: 30px;
		margin-right: 0;
		overflow: auto;
		padding-right:0;
	}
	.single-evenement #related-evenements .liste-evenements article{
		width:50vw;
		margin-right:22px;
	}
	.single-evenement article .infos-pratiques {
		margin-bottom: 20px;
	}
	#home_agenda .evenements article .date {
		left: 30px;
		top: -32px;
		height: 64px;
		width: 64px;
		font-size: 18px;
	}
	#home_agenda .evenements article .date span.date-fin {
		font-size: 14px;
	}
	#home_agenda .evenements article .date span.date-fin img {
		width: 9px;
	}
	#home_agenda .evenements article .text {
		padding-top: 50px;
	}
	#home_agenda .evenements article .entry-title {
		font-size: 18px;
		line-height: 1.3;
		padding: 0 30px;
	}
	#home_agenda .evenements article .infos {
		font-size: 15px;
		padding: 20px 80px 20px 30px;
	}
	#home_agenda .evenements article::after {
		border-radius: 53px;
		width: 53px;
		height: 53px;
		bottom: -15px;
		right: 26px;
	}
}

@media screen and (max-width: 767px){
	#search-overlay form .search-label{
		font-size: 42px;
	}
	#search-overlay form .search-field{
		font-size: 16px;
	}
	.liste ul, ul.liste, #faq .reponse ul{
		margin-left:0;
		padding-left:25px;
	}
	header .site-branding .custom-logo {
		width: 230px;
	}
	header #header-top .menu-toggle {
		right: 33px;
		top: 80px;
	}
	.home header #header-top .menu-toggle {
		right: 45px;
		top: 80px;
	}
	footer.site-footer .footer-bottom .container{
		flex-direction: column;
		gap: 10px;
		padding-top: 18px;
		padding-bottom: 10px;
	}
	.entete .post-thumbnail img.desktop{
		display:none;
	}
	.entete .post-thumbnail {
		height: 79vw;
	}
	.home .entete .post-thumbnail {
		height: calc(100vh - 130px);
	}
	.home .entete .post-thumbnail .title{
		padding: 70px 10px 25px;
		clip-path: polygon(0 0, 100% 20%, 100% 100%, 0% 100%);
		justify-content:center;
		background: linear-gradient(180deg, #00000005 0%, #00000170 100%);
		transform:translateY(100%);
		animation: slideInHomeEnteteTitleMobile ease .5s .2s;
		animation-iteration-count: 1;
		animation-fill-mode: forwards;
	}
	@keyframes slideInHomeEnteteTitleMobile {
		0% {
			transform:translateY(100%);
		}
		100% {
			transform:translateY(0);
		 }
	}
	.home .entete .post-thumbnail .title h1{
		font-size: 36px;
		line-height: 50px;
		width: 470px;
		animation: fadeInUpHomeEnteteTitle ease .5s .6s;
		animation-iteration-count: 1;
		animation-fill-mode: forwards;
	}
	.home_actualites .bloc {
		width: 45vw;
		height: 48vw;
	}
	#home_agenda{
		padding:35px 0;
	}
	#home_agenda .header h2{
		font-size:28px;
	}
	#home_agenda .calendar{
		margin-top:35px;
	}
	#home_agenda .evenements{
		margin-top:35px;
	}
	#home_agenda p.button a.btn {
		font-size: 16px;
		padding: 16px 36px 14px 36px;
	}
	.search-results > article{
		flex-direction:column;
		align-items:flex-start;
		gap:20px;
	}
	.sommaire-ext #sommaire ul {
		justify-content:space-between;
		gap:0;
		margin-top:25px;
	}
	.sommaire-ext #sommaire li {
		width:calc(50% - 11px);
		margin-bottom:22px;
	}
	body .gform_wrapper .gfield.gfield--type-text .gfield_label,
	body .gform_wrapper .gfield.gfield--type-email .gfield_label,
	body .gform_wrapper .gfield.gfield--type-textarea .gfield_label,
	body .gform_wrapper .gfield.gfield--type-number .gfield_label,
	body .gform_wrapper .gfield.gfield--type-website .gfield_label,
	body .gform_wrapper .gfield.gfield--type-phone .gfield_label,
	body .gform_wrapper .gfield.gfield--type-date .gfield_label{
		left: 30px;
	}
	body .gform_wrapper .gfield .gfield_label,
	body .gform_wrapper .gfield .gform-field-label{
		font-size:14px;
	}
	body .gform_wrapper .gform_button{
		font-size: 16px !important;
	}
	body .gform_wrapper .gform_footer {
		justify-content: center;
		margin-top:50px;
	}
	a.tag.cat{
		font-size:12px;
		padding: 6px 10px 2px;
	}
	.single-post .entry-content .categorie{
		margin-top:25px;
		margin-bottom:25px;
	}
	.single-post .footer-nav .inner,
	.single-evenement .footer-nav .inner{
		flex-direction:column;
		gap:25px;
	}
	.single-post #related-posts,
	.single-evenement #related-evenements{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.single-post #related-posts h2,
	.single-evenement #related-evenements h2{
		font-size: 21px;
	}
	.single-post #related-posts .liste-posts{
		grid-template-columns: auto;
		grid-auto-flow: column;
		grid-gap: 30px;
		margin-right: 0;
		overflow: auto;
		padding-right:0;
	}
	.single-post #related-posts .liste-posts article{
		width:80vw;
		margin-right:22px;
	}
	.single-post #related-posts .liste-posts article .post-thumbnail{
		height: 80vw;
	}
	.archive.category .liste-posts article .text .categorie,
	.page-template-template-actualites .liste-posts article .text .categorie {
		margin-bottom: 8px;
	}
	.archive.category .liste-posts article .text h2,
	.page-template-template-actualites .liste-posts article .text h2 {
		line-height: 1.2;
	}
	#faq .questions .question .label {
		padding: 20px 0;
	}
	#faq .categorie h3{
		font-size:16px;
	}
	.single-evenement #related-evenements .liste-evenements article {
		width:80vw;
	}
}

@media screen and (max-width: 575px){
	header .site-branding {
		left: 15px;
	}
	.home header .site-branding {
		left: 34px;
	}
	footer.site-footer .container{
		padding:50px 22px;
	}
	footer.site-footer .main-footer .logo-coords {
		flex-direction:column;
	}
	footer.site-footer .main-footer .logo img {
		width:350px;
	}
	footer.site-footer .main-footer .logo-coords .coords{
		padding:25px 0 0;
		border-top:2px solid #F9002B;
		align-items:center;
	}
	footer.site-footer .main-footer .logo-coords .coords .adresse{
		text-align:center;
	}
	footer.site-footer .main-footer .newsletter {
		width:100%;
		display:flex;
		justify-content:center;
	}
	.entete .post-thumbnail .title {
		padding: 25px 0 15px;
	}
	.home .entete .post-thumbnail .title h1{
		font-size: 30px;
		line-height: 40px;
		width: 300px;
	}
	.home_actualites .bloc {
		width: 72vw;
		height: 74vw;
	}
	.search-results .entete .post-thumbnail{
		height:50vw;
	}
	.sommaire-ext #sommaire li{
		width: 100%;
	}
	.sommaire-ext #sommaire.cols-2 li{
		width: 100%;
	}
	.liste-posts article .text {
		padding: 0 25px 15px;
	}
	.liste-posts article .text h2,
	.liste-posts article .text h3{
		line-height:1.5 !important;
	}
	.archive.category .liste-posts,
	.page-template-template-actualites .liste-posts {
		display:block;
	}
	.archive.category .liste-posts article,
	.page-template-template-actualites .liste-posts article {
		margin-bottom:22px;
	}
	.archive.category .liste-posts article .post-thumbnail,
	.page-template-template-actualites .liste-posts article .post-thumbnail {
		height: calc((100vw - 44px) * 1.05);
	}
	.single-post .footer-nav .inner,
	.single-evenement .footer-nav .inner {
		padding: 25px 0;
	}
	#liste-evenements .liste-evenements article .date,
	.single-evenement #related-evenements article .date {
		left: 30px;
		top: -32px;
		height: 64px;
		width: 64px;
		font-size: 18px;
	}
	#liste-evenements .liste-evenements article .date span.date-fin,
	.single-evenement #related-evenements article .date span.date-fin {
		font-size: 14px;
	}
	#liste-evenements .liste-evenements article .date span.date-fin img,
	.single-evenement #related-evenements article .date span.date-fin img {
		width: 9px;
	}
	#liste-evenements .liste-evenements article .text,
	.single-evenement #related-evenements article .text {
		padding-top: 50px;
	}
	#liste-evenements .liste-evenements article .entry-title,
	.single-evenement #related-evenements article .entry-title {
		font-size: 18px;
		line-height: 1.3;
		padding: 0 30px;
	}
	#liste-evenements .liste-evenements article .infos,
	.single-evenement #related-evenements article .infos {
		font-size: 15px;
		padding: 20px 80px 20px 30px;
	}
	#liste-evenements .liste-evenements article::after,
	.single-evenement #related-evenements article::after {
		border-radius: 53px;
		width: 53px;
		height: 53px;
		bottom: -15px;
		right: 26px;
	}
}

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