@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700&display=swap');
@font-face {
font-family: 'HeroNew';
font-style: normal;
font-weight: normal;
src: local('Hero New Regular'), url('fonts/Hero New Regular.woff') format('woff');
}
@font-face {
font-family: 'HeroNewBold';
font-style: normal;
font-weight: normal;
src: local('Hero New Bold'), url('fonts/Hero New Bold.woff') format('woff');
}
/*!
Theme Name: Aequa
Theme URI: http://underscores.me/
Author: Agence 4 août
Author URI: https://4aout.fr
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: aequa
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 with others.

Aequa is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 50px;
	margin: 0 0 20px;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/* 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; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	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; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
	padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
	font: inherit; /* 2 */
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #363636;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	/*font-size: 1rem;*/
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin: 0 0 1em;
}

h2 {font-size: 40px}

p {
	margin: 0 0 1em;
}

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;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

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

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# 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);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .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%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #49b7aa;
}

a:visited {
	color: #49b7aa;
}

a:hover, a:focus, a:active {
	color: #49b7aa;
}

a:focus {
	outline: none;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
}

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

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

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

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

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

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

.main-navigation li {
	float: left;
	position: relative;
	padding: 0 25px
}

.main-navigation a {
	display: block;
	text-decoration: none;
	font-family: 'Source Sans Pro';
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: normal;
	text-align: left;
	color: #363636;
	transition: all ease .3s;
}
.main-navigation a:hover,
.main-navigation .current-menu-item a {color: #bf2559}


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


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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

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

.post,
.page {
	margin: 0;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

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

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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







.inner {max-width: 1160px; margin: 0 auto;}
.clear {clear: both;}

/* breadcrumb */
#breadcrumb {font-size: 16px; padding: 7px 0; background: #1b5793; color: #fff; font-weight: 700; }
.blog #breadcrumb {margin-bottom: 90px}
#breadcrumb a {color: #fff; opacity: .5; text-decoration: none; transition: all ease .3s}
#breadcrumb a:hover {opacity: 1;}
#breadcrumb ul {list-style: none; padding: 0; margin: 0; float: left; width: 70%}
#breadcrumb ul li {display: inline; padding-right: 19px}
.caret {width: 9px; height: 9px; display: inline-block; border-top: 1px solid #fff; border-right: 1px solid #fff; transform: rotate(45deg); margin-left: 10px; opacity: .5}

#social {float: right;}
#social a {margin-left: 15px}
/* header */
.site-header {height: 110px; box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); position: relative;}
.site-branding {width: 212px; float: left;}
p.site-title {margin: 0}
.site-title a {display: block; width: 212px; height: 69px; background-image: url(img/Logo_AEQUA.png); background-size: 212px 69px; text-indent: -99999em; margin: 20px 0}
.main-navigation {float: left; width: auto; margin: 45px 0 45px 75px;}
#menu_toggle {display: none;}
#close {display: none;}

/* home */

#home_header {background-size: cover; background-repeat: no-repeat;}
#home_header .overlay {background-image: linear-gradient(to left,rgb(73, 183, 170, .79), rgb(27, 87, 147, .79));  padding-top: 90px; padding-bottom: 105px; text-align: center;}
#home_header .accroche {font-family: HeroNewBold;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.4; color: #fff; text-align: center;}
#home_header a.button {min-width: 250px; padding: 17px; background-color: #fec614; background-image: linear-gradient(to left, rgba(255,255,255,0), rgb(236, 115, 107)); display: inline-block; text-align: center; transition: all ease .5s; font-size: 16px;
  font-weight: bold; line-height: 1.25; letter-spacing: 0.96px; color: #ffffff; text-transform: uppercase; text-decoration: none; margin-top: 40px}
#home_header a.button:hover {background-color: #ec736b;}


#bloc1 {margin-top: 60px}
#bloc1 .contenu {width: 50%; float: left;}
#bloc1 .visuel {width: 50%; float: right; padding-left: 8px;}
#bloc1 .contenu {font-size: 20px;}
#bloc1 .contenu h2{font-family: HeroNewBold; font-size: 50px; line-height: 1.28;color: #363636; margin: 30px 0;}
#bloc1 a.button {min-width: 250px; padding: 17px; background-color: #ec736b; background-image: linear-gradient(to left, rgba(255,255,255,0), #bf2559); display: inline-block; text-align: center; transition: all ease .5s; font-size: 16px;
  font-weight: bold; line-height: 1.25; letter-spacing: 0.96px; color: #ffffff; text-transform: uppercase; text-decoration: none; margin-top: 40px}
#bloc1 a.button:hover {background-color: #bf2559;}



#bloc2 {background-image: linear-gradient(to left, rgb(254, 198, 20, .1) 100%, rgb(236, 115, 107, .1) 0%); padding: 80px 0; margin-top: 90px}
#bloc2 .inner {position: relative; z-index: 3}
#bloc2 h2 {font-size: 50px; font-family: HeroNewBold; line-height: 1.28; text-align: center; color: #ec736b;}
#bloc2 p.sous-titre {text-align: center; font-size: 20px; margin: 10px 0 30px}

#slider {margin-top: 50px;}
#items {margin: 0 0 0 50px; position: relative;}
#items .item {width: 24%; display: inline-block; text-transform: uppercase; vertical-align: bottom; text-align: center; font-size: 20px; line-height: 1.25; transition: all ease .2s; color: #363636;  cursor: pointer;}
#items .item:hover {font-weight: 700; color: #ec736b}
#items .item.active {font-weight: 700; color: #ec736b;}
#items .item span {display: inline-block; width: auto; position: relative; padding: 10px 0;}
/*
#items .item span:before {content: attr(data-title); display: block; height: 1px; opacity: 0}
*/
/*#items .item span:after {content: ""; display: block; width: 100%; position: absolute; bottom: 0; left: 0; height: 0px; background: #ec736b; transition: all ease .3s}
#items .item.active span:after {height: 6px;}*/
/*
#slides {position: relative; min-height: 445px; width: 100%;}
#slides .slide {min-height: 445px; width: 100%; background-size: cover; padding-top: 60px; position: relative; position: absolute; top: 0; left: 0}
#slides .slide .panel {min-height: 0; height: 0; overflow: hidden; width: 475px; background-color: #fff;  position: absolute; right: 100px; bottom: 0; transition: all ease .5s; transition-delay: .8s}
#slides .slide.active .panel {min-height: 385px;}
#slides .slide .panel .panel_content {min-height: 385px; width: 475px; background-color: #fff; padding: 35px; opacity: 0; transition: opacity ease .3s; transition-delay: 1.2s}
#slides .slide.active .panel .panel_content {opacity: 1}
*/

#slides {position: relative; min-height: 445px; width: 100%;}
#slides .slide {min-height: 445px; /*width: 100%;*/ background-size: cover; background-position: 50%; padding-top: 60px; margin-bottom: 60px;  position: relative; /*position: absolute; top: 0; left: 0*/}
#slides .slide .panel {min-height: 0; height: 0;  width: 475px; background-color: #fff;  position: absolute; right: 100px; bottom: 0; transition: all ease .5s; transition-delay: .8s}
#slides .active .slide .panel {min-height: 385px;}
#slides .slide .panel .panel_content {min-height: 385px; width: 475px; background-color: #fff; padding: 35px; font-size: 16px; opacity: 0; transition: opacity ease .3s; transition-delay: 1.2s}
#slides .active .slide .panel .panel_content {opacity: 1}

.panel_content strong {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.25;
  text-transform: uppercase;
  color: #ec736b;}

 #slides .slide .panel .panel_content a.button {
    min-width: 250px;
    padding: 17px;
    background-color: #ec736b;
    background-image: linear-gradient(to left, rgba(255,255,255,0), #bf2559);
    display: inline-block;
    text-align: center;
    transition: all ease .5s;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
    letter-spacing: 0.96px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    position: absolute;
    bottom: -55px;
    left: 0;
}

 #slides .slide .panel .panel_content a.button:hover {background-color: #bf2559;}


#swiper_wrap {position: relative; height: 6px;}
#swiper {position: absolute; left: 0; top: 0; height: 6px; background: #ec736b; width: 100px; transition: all ease .5s}
#slider .owl-nav {display: none!important;}

/* page */
#entete {background-size: cover;}
#entete .overlay {background-image: linear-gradient(to left,rgb(73, 183, 170, .79), rgb(27, 87, 147, .79)); padding: 90px 0}
#entete h1 {font-family: HeroNewBold; font-size: 50px; line-height: 1.4; text-align: center; color: #fff; margin: 0;}
#entete p { font-size: 20px; font-weight: 700; line-height: 1.5; text-align: center; color: #fff}

h1.entry-title {max-width: 1160px; margin: 0 auto}


/* FAQ */
.page-template-page-faq h2 {font-family: HeroNewBold; font-size: 50px; color: #49b7aa; line-height: 1.28; margin: 80px 0 45px 0}
.question {background: #fff;  transition: all ease .5s}
.question .inner {padding: 20px 0; border-bottom: 1px solid #e0e0e0}
.question h3 {font-size: 25px; color: #363636; cursor: pointer; margin: 0;  transition: all ease .7s}
.question h3 span {position: relative; float: right; display: block; width: 22px; height: 22px; margin-top: 8px; margin-right: 20px}
.question h3 span:before {content: ""; display: block; width: 22px; background: #49b7aa; height: 2px; position: absolute; left: 0; top: 10px; border-radius: 1px;}
.question h3 span:after {content: ""; display: block; width: 2px; background: #49b7aa; height: 22px; position: absolute; left: 10px; top: 0; border-radius: 1px; opacity: 1; transition: all ease .5s}
.faq {margin-bottom: 80px}
.question.active h3 span:after {height: 2px; top: 10px; opacity: 0}
.question:hover,
.question.active {background: #daf1ee;}
.question:hover h3,
.question.active h3 {color: #49b7aa;}
.question.active h3 {padding-bottom: 30px}
.question.active .inner,
.question:hover .inner {border-bottom: 1px solid transparent; border-top: 1px solid #daf1ee; margin-top: -1px}
.question .reponse {max-height: 0; overflow: hidden; opacity: 0; font-size: 20px; transition: all ease .5s; padding-right: 150px; }
.question.active .reponse {max-height: 1000px; padding-bottom: 20px; opacity: 1}



/* actus */

.actu {position: relative; padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px solid #efefef}



.actu .date {width: 90px; float: left; font-size: 15px; color: #ec736b; text-align: center; font-family: 'HeroNewBold'; line-height: 25px}
.actu .date .day {display: block; font-size: 50px; line-height: 42px}
.actu .actu_visuel {width: 376px; height: 290px; float: left; margin: 0 15px; background-size: cover; background-position: center;}
.actu .actu_content {float: left; min-height: 290px; padding: 30px 0; max-width: 650px; position: relative;}

.actu .actu_content p,
.actu .actu_content h2 {position: relative; z-index: 3; color: #363636;}
.actu .actu_content p {padding-left: 100px; font-size: 20px; margin: 0;}
.actu .actu_content h2 {min-height: 115px; max-width: 80%; margin: 0; margin-top: 15px; font-size: 25px; line-height: 32px;}
.actu .read_more_panel {position: absolute; height: 76%; width: 110px; background: rgb(236, 115, 107, .6); top: 12%; right: 94%; transition: all ease .5s}
.actu:hover .read_more_panel {width: 278px; right: 88%}
.actu .read_more_panel span {position: absolute; bottom: 8px; left: 10px; font-size: 16px; line-height: 20px; font-weight: bold; letter-spacing: 0.96px; color: #fff; text-transform: uppercase; opacity: 0; transition: all ease .4s;}
.actu:hover .read_more_panel span {opacity: 1}


article:nth-child(3n-2) .actu .date {color: #49b7aa;}
article:nth-child(3n-1) .actu .date {color: #ec736b}
article:nth-child(3n) .actu .date {color: #fec614}
article:nth-child(3n-2) .actu .read_more_panel {background: rgb(73, 183, 170, .6);}
article:nth-child(3n-1) .actu .read_more_panel {background: rgb(236, 115, 107, .6);}
article:nth-child(3n) .actu .read_more_panel {background: rgb(254, 198, 20, .6);}

.pagination {text-align: center; font-size: 0; margin: 50px 0}
.pagination a, .pagination span {font-size: 16px; font-weight: bold; display: inline-block; width: 55px; height: 55px; border: 1px solid #e0e0e0; color: #363636; text-decoration: none; text-align: center; line-height: 55px; margin-right: -1px; transition: all ease .3s}
.pagination a span {border: none;}
.pagination a.prev,
.pagination a.next,
.pagination a.prev span,
.pagination a.next span {width: auto; border: none; font-weight: normal;}
.pagination a.prev span,
.pagination a.next span {padding: 0 60px}
.pagination a.page-numbers:hover,
.pagination span.current {background-image: linear-gradient(to left, #ec736b, #bf2559); color: #fff; border: 1px solid #bf2559;}
.pagination a.prev:hover,
.pagination a.next:hover {background: none; border: none; text-decoration: underline!important;}

.carret-prev {width: 9px!important;
    height: 9px!important;
    display: inline-block;
    border-top: 1px solid #363636!important;
    border-right: 1px solid #363636!important;
    transform: rotate(-135deg);
    margin-right: 10px!important;
    padding: 0!important}
.pagination span.carret-next {
	width: 9px!important;
    height: 9px!important;
    display: inline-block;
    border-top: 1px solid #363636!important;
    border-right: 1px solid #363636!important;
    transform: rotate(45deg);
    margin-left: 10px;
    padding: 0!important}




/* actus footer */

#actus_footer {margin-bottom: 90px}
#actus_footer h2 {
    font-size: 50px;
    font-family: HeroNewBold;
    line-height: 1.28;
    text-align: center;
}
.actu_footer {position: relative; padding: 0 8px; width: 33%; float: left;}

.actu_footer .date {font-size: 16px; color: #363636; line-height: 25px; position: relative; z-index: 2;}
.actu_footer .actu_visuel {width: 100%; height: 290px; background-size: cover; height: 230px}
.actu_footer .actu_content {min-height: 175px; position: relative; margin: 5px 18px; padding: 0 20px}


.actu_footer .actu_content p,
.actu_footer .actu_content h3 {position: relative; z-index: 3; color: #363636;}
.actu_footer .actu_content p {padding-left: 100px; font-size: 20px; margin: 0;}
.actu_footer .actu_content h3 {min-height: 115px; max-width: 100%; margin: 0; margin-top: 15px; font-size: 25px; line-height: 30px;}
.actu_footer .read_more_panel {position: absolute; height: 215px; width: 100%; background: rgb(236, 115, 107, .5); bottom: 0; left: 0; transition: all ease .5s}
.actu_footer:hover .read_more_panel {height: 395px;}
.actu_footer .read_more_panel span {position: absolute; bottom: 195px; left: 10px; font-size: 16px; line-height: 20px; font-weight: bold; letter-spacing: 0.96px; color: #fff; text-transform: uppercase; opacity: 0; transition: all ease .4s;}
.actu_footer:hover .read_more_panel span {opacity: 1}

#actus_footer a.button {min-width: 250px; width: fit-content; padding: 17px; background-color: #ec736b; background-image: linear-gradient(to left, rgba(255,255,255,0), #bf2559); display: block; text-align: center; transition: all ease .5s; font-size: 16px;
  font-weight: bold; line-height: 1.25; letter-spacing: 0.96px; color: #ffffff; text-transform: uppercase; text-decoration: none; margin: 60px auto 0}
#actus_footer a.button:hover {background-color: #bf2559;}

a.actu_wrapper {text-decoration: none;}
.actu_wrapper:nth-child(3n-2) .actu_footer .read_more_panel {background: rgb(73, 183, 170, .6);}
.actu_wrapper:nth-child(3n-1) .actu_footer .read_more_panel {background: rgb(236, 115, 107, .5);}
.actu_wrapper:nth-child(3n) .actu_footer .read_more_panel {background: rgb(254, 198, 20, .6);}




/* docs */
#docs {padding: 50px 0 90px; background-image: linear-gradient(to left, #ec736b, #bf2559); color: #fff; margin-bottom: 90px;}
#docs h2 {text-align: center;}
#docs #carrousel {padding: 0 190px; position: relative;}
#docs a.fichier {
    width: 180px;
    height: 180px;
    display: block;
    border: 2px solid #fff;
    padding: 10px 14px 20px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    transition: all ease .3s;
    position: relative;
}
#docs a.fichier:hover {
	background: #fff;
	color: #bf2559;
}
#docs a.fichier:after {content: ""; position: absolute; bottom: 14px; right: 14px; display: block; width: 20px; height: 20px; background: url(img/download.png) center no-repeat; background-size: 20px; opacity: 0; transition: all ease .3s;}
#docs a.fichier:hover:after {opacity: 1}
#docs a.fichier .type {position: absolute; bottom: 10px; left: 14px}
#docs .owl-next,
#docs .owl-prev {position: absolute; top: 50%; width: 22px; height: 22px; margin-top: -11px; outline: none;}
#docs .owl-next {right: 120px}
#docs .owl-prev {left: 120px}
#docs .owl-next span,
#docs .owl-prev span {display: none;}
#docs .owl-next:before,
#docs .owl-prev:before {
	content: ""; width: 20px;
    height: 20px;
    display: inline-block;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);}

#docs .owl-prev:before {transform: rotate(225deg);}
#docs .owl-dots {display: none;}







/* Gutenberg */

.entry-content h2 {  
	font-family: HeroNewBold;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.3;}

.entry-content h3 {
	font-size: 25px;
	font-weight: bold;
	line-height: 1.28;
	color: #ec736b;
}
.entry-content h4 {
	font-size: 25px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.6;
	letter-spacing: normal;
	text-align: left;
	color: #ec736b;
}

.has-normal-font-size, 
.has-regular-font-size {font-size: 20px}
.has-medium-font-size {font-size: 25px}
.has-large-font-size {font-size: 36px}
.has-larger-font-size {font-size: 50px}

.wp-block-group {margin-bottom: 80px}
#actus_bottom.wp-block-group {margin-bottom: 0}

.wp-block-group__inner-container {max-width: 1160px; margin: 0 auto; position: relative; z-index: 3;}

.wp-block-group__inner-container p,
.wp-block-group__inner-container h2,
.wp-block-group__inner-container h3,
.wp-block-group__inner-container h4,
.wp-block-group__inner-container h5,
.wp-block-group__inner-container h6,
.wp-block-group__inner-container ul {max-width: 860px}
.wp-block-group__inner-container p.has-text-align-center {margin: auto;}

.mfp-bottom-bar {margin-top: -39px; padding: 10px 20px; background: #fec614;}
.mfp-title {color: #363636}
.mfp-figure:after, .mfp-iframe-scaler iframe {box-shadow: none;}


.has-orange-background-color {padding: 80px 0; background-image: linear-gradient(-90deg, rgb(254, 198, 20, .1), rgb(236, 115, 107, .1)); position: relative; overflow: hidden;}

.wp-block-group.has-orange-background-color:before {
	content: ""; 
	position: absolute; 
	width: 80%;
    height: 90%;
    background: url(img/orange-left.png) center no-repeat;
    background-size: contain;
    right: 70%;
    top: -5%;}
.wp-block-group.has-orange-background-color:after {
	content: ""; 
	position: absolute; 
	width: 130%;
    height: 130%;
    background: url(img/orange-right.png) center no-repeat;
    background-size: contain;
    left: 25%;
    top: 34%;}

.wp-block-group.has-jaune-background-color {background: #fff9e6; padding: 80px 0}
.wp-block-group.has-bleu-background-color {background: #e8f3fd; padding: 80px 0}


.has-bleu-motif-background-color {padding: 80px 0; background-image: linear-gradient(-90deg, rgb(73, 183, 170, .1), rgb(44, 145, 230, .1)); position: relative; overflow: hidden;}

.wp-block-group.has-bleu-motif-background-color:before {
	content: ""; 
	position: absolute; 
	width: 80%;
    padding-top: 50%;
    background: url(img/blue-left.png) center no-repeat;
    background-size: contain;
    right: 75%;
    bottom: -15%;}
.wp-block-group.has-bleu-motif-background-color:after {
	content: ""; 
	position: absolute; 
	width: 90%;
    padding-top: 50%;
    background: url(img/blue-right.png) center no-repeat;
    background-size: contain;
    left: 53%;
    top: 0%;}
.wp-block-group.has-bleu-motif-background-color strong {font-size: 35px; color: #49b7aa}
.wp-block-group.has-bleu-motif-background-color .wp-block-group__inner-container {max-width: 780px; margin: auto}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {padding-left: 0;}
.wp-block-media-text.has-media-on-the-left .wp-block-media-text__content {padding-right: 0;}

.wp-block-button__link {
 	min-width: 250px;
    padding: 17px;
    background-color: #ec736b;
    background-image: linear-gradient(to left, rgba(255,255,255,0), #bf2559);
    display: inline-block;
    text-align: center;
    transition: all ease .5s;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
    letter-spacing: 0.96px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
	border-radius: 0; 
	margin-top: 20px;
}

.wp-block-button__link:hover {background-color: #bf2559;}

/* Images */

figure a {display: inline-block; position: relative;}
figure a img {display: block;}
figure a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 55px;
    height: 55px;
    background: #fec614 url(img/loupe.png) center no-repeat;
    background-size: 26px; transition: all ease .3s
}figure a:hover:after {
    background: #363636 url(img/loupe-hover.png) center no-repeat;
    background-size: 26px;
}


.wp-block-group .date {width: 90px; font-size: 15px; color: #ec736b; text-align: center; font-family: 'HeroNewBold'; line-height: 25px}
.wp-block-group .date .day {display: block; font-size: 50px; line-height: 42px}












/* contact */
#contact_form h2 {color: #2c91e6; text-align: center;}
.caldera-grid {max-width: 572px; margin: auto;}

.caldera-grid .form-control {
    width: 100%;
    height: 40px;
    padding: 8px 16px;
    background-color: #fff;
    border: 1px solid #2c91e6;
    border-radius: 3px;}
.caldera-grid textarea.form-control {height: auto}


.caldera-grid .has-error .control-label,
.caldera-grid label.control-label {color: #2c91e6!important; font-size: 20px; line-height: 25px}
.caldera-grid .radio-inline {padding-right: 40px}
.caldera-grid .obligatoire {font-size: 12px; line-height: 2.5; color: #ec736b; text-align: right;}
.caldera-grid span.parsley-required {font-size: 12px; line-height: 2.5; color: #ec736b;}
.caldera-grid .has-error .form-control {border-color: #ec736b}
.caldera-grid .radio-inline input[type=radio],
.caldera-grid .radio input[type=radio],
.caldera-grid input[type=checkbox]{position: absolute; visibility: hidden;}
.caldera-grid .radio label,
.caldera-grid label.radio-inline,
.caldera-grid .checkbox-inline label  {padding-left: 28px; position: relative;}
.caldera-grid .radio label:before,
.caldera-grid label.radio-inline:before {content: ""; position: absolute; left: 0; top: 3px; width: 22px; height: 22px; border-radius: 11px; border: 1px solid #2c91e6; background: #fff; transition: all ease .2s}
.caldera-grid .radio label.checked:after,
.caldera-grid label.radio-inline.checked:after {content: ""; position: absolute; left: 5px; top: 8px; width: 12px; height: 12px; border-radius: 6px; background: #2c91e6;}

.caldera-grid .checkbox-inline label,
.caldera-grid .checkbox label {display: block!important; padding-left: 36px; margin: 0!important; position: relative;}
.caldera-grid .checkbox-inline label span.checkbox,
.caldera-grid .checkbox label span.checkbox {position: absolute; left: 0; top: 3px; width: 24px; height: 24px; border: 1px solid #2c91e6; border-radius: 3px; background: #fff; transition: all ease .2s}
.caldera-grid .checkbox-inline.checked label span.checkbox:before,
.caldera-grid .checkbox label.checked:before {
	border-bottom: 2px solid #2c91e6;
    border-right: 2px solid #2c91e6;
    content: '';
    display: block;
    height: 15px;
    pointer-events: none;
    position: absolute;
    left: 6px;
    top: 6px;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 8px; z-index: 3}

.caldera-forms-gdpr-field-label {position: relative; font-weight: bold; color: #2c91e6}
.caldera-forms-gdpr-field-label p {display: inline;}
.caldera-forms-gdpr-field-label a {color: #2c91e6;}
.caldera-grid input[type=submit] {
	-webkit-appearance: none;
	min-width: 250px;
    padding: 17px;
    background-color: #ec736b;
    background-image: linear-gradient(to left, rgba(255,255,255,0), #bf2559);
    display: inline-block;
    text-align: center;
    transition: all ease .5s;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
    letter-spacing: 0.96px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0;
    margin-top: 20px;
}

input.parsley-success, select.parsley-success, textarea.parsley-success {color: #2c91e6;}
.caldera-grid .form-group.anti_spam {height: 0px; overflow: hidden; margin: 0; opacity: 0}
.caldera-grid .champ-date .form-control {max-width: 250px}
.caldera-grid .consent label {font-weight: bold; color: #2c91e6}
.form-group.center {text-align: center; margin-bottom: 0!important}
span.field_required,
span.required {color: #ec736b!important; font-weight: normal;}
.cfdatepicker table tr td.active:hover, .cfdatepicker table tr td.active:hover:hover, .cfdatepicker table tr td.active.disabled:hover, .cfdatepicker table tr td.active.disabled:hover:hover, .cfdatepicker table tr td.active:focus, .cfdatepicker table tr td.active:hover:focus, .cfdatepicker table tr td.active.disabled:focus, .cfdatepicker table tr td.active.disabled:hover:focus, .cfdatepicker table tr td.active:active, .cfdatepicker table tr td.active:hover:active, .cfdatepicker table tr td.active.disabled:active, .cfdatepicker table tr td.active.disabled:hover:active, .cfdatepicker table tr td.active.active, .cfdatepicker table tr td.active:hover.active, .cfdatepicker table tr td.active.disabled.active, .cfdatepicker table tr td.active.disabled:hover.active, .open .dropdown-toggle.cfdatepicker table tr td.active, .open .dropdown-toggle.cfdatepicker table tr td.active:hover, .open .dropdown-toggle.cfdatepicker table tr td.active.disabled, .open .dropdown-toggle.cfdatepicker table tr td.active.disabled:hover {
    color: #ffffff;
    background-color: #2c91e6!important;
    border-color: #2c91e6!important;
}


.caldera-grid .alert{padding:8px;margin-bottom:18px;border-radius:2px; text-align: center;}
.caldera-grid .alert-success{background-color:transparent!important;border-color:transparent!important;color:#2c91e6!important}
.caldera-grid .alert-success hr{border-top-color:transparent!important;}
.caldera-grid .alert-success .alert-link{color:#49b7aa!important}
.caldera-grid .alert-info{background-color:transparent!important;border-color:transparent!important;color:#31708f}
.caldera-grid .alert-info hr{border-top-color:transparent!important;}
.caldera-grid .alert-info .alert-link{color:#245269}
.caldera-grid .alert-warning{background-color:transparent!important;border-color:transparent!important;color:#333}
.caldera-grid .alert-warning hr{border-top-color:transparent!important;}
.caldera-grid .alert-warning .alert-link{color:#1a1a1a}
.caldera-grid .alert-danger,.caldera-grid .alert-error{background-color:transparent!important;border-color:transparent!important;color:#a94442}
.caldera-grid .alert-danger hr,.caldera-grid .alert-error hr{border-top-color:transparent!important;}
.caldera-grid .alert-danger .alert-link,.caldera-grid .alert-error .alert-link{color:#843534}
.caldera-grid .alert-danger,
.caldera-grid .alert-error,
.caldera-grid .alert-info,
.caldera-grid .alert-success,
.caldera-grid .alert-warning{text-shadow: none!important;}




.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #2c91e6;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 20px;
  font-weight: 300;
  height: 22px;
  line-height: 22px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; 
  margin-bottom: 1em;

}
  .nice-select:hover {
    border-color: #2c91e6; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #2c91e6; }
  
  .nice-select:after {
    border-bottom: 1px solid #2c91e6;
    border-right: 1px solid #2c91e6;
    content: '';
    display: block;
    height: 12px;
    margin-top: -8px;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 12px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    width: calc(100% + 2px);
    border-radius: 0;
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 37px;
    left: -1px;
    border: 1px solid #2c91e6;
    border-top: 0;
    border-radius: 0 0 3px 3px;
    margin: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    border-bottom: 1px solid #d5e8fa;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #e8f3fd; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; display: none; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }










/* footer */
#actus_bottom {text-align: center; margin-top: 60px}
#actus_bottom .inner {position: relative; z-index: 3;}
#actus_bottom p {font-family: HeroNewBold; font-size: 40px; color: #ec736b}
#actus_bottom a.button {
    min-width: 250px;
    padding: 17px;
    background-color: #ec736b;
    background-image: linear-gradient(to left, rgba(255,255,255,0), #bf2559);
    display: inline-block;
    text-align: center;
    transition: all ease .5s;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
    letter-spacing: 0.96px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
}
#actus_bottom a.button:hover {
    background-color: #bf2559;
}


.site-footer {background: #1b5793; padding: 50px 0 45px; color: #fff}
#footer-menu {columns: 2; column-gap: 40px}

.site-footer .inner {}
.site-footer .logo_footer {width: 25%; float: left}
.site-footer .contact_footer { width: auto; float: right;}
#footer-navigation {width: 32%; float: left;}
ul#footer-menu {list-style: none; padding: 0; margin: 0}
ul#footer-menu li {margin-bottom: 20px; line-height: 1;}
ul#footer-menu li:last-child {margin-bottom: 0;}
ul#footer-menu a {font-size: 16px; line-height: 1.2; color: #fff; text-decoration: none; transition: all ease .3s}
ul#footer-menu a:hover {text-decoration: underline;}

.site-footer .contact_footer a.button {padding: 16px 32px 16px 73px; display: inline-block; text-align: center; transition: all ease .5s; font-size: 16px; background: #1b5793 url(img/envelop.png) 32px 50% no-repeat; background-size: 27px; border: 2px solid #fff;
  font-weight: bold; line-height: 1.25; letter-spacing: 0.96px; color: #ffffff; text-transform: uppercase; text-decoration: none;}
.site-footer .contact_footer a.button:hover {background-color: #fff; color: #1b5793; background-image: url(img/envelop-hover.png)}

body:after{
 display:none;
 content: url(img/envelop-hover.png);
}



/* carrousel */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}
.owl-carousel{display:none;width:100%;z-index:1}
.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}
.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}
.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}
.owl-carousel .owl-item img{display:block;width:100%}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled{display:none}
.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit; outline: none;}
.owl-carousel.owl-loading{opacity:0;display:block}
.owl-carousel.owl-hidden{opacity:0}
.owl-carousel.owl-refresh .owl-item{visibility:hidden}
.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.owl-carousel.owl-drag{cursor:move;cursor:grab}
.owl-carousel.owl-grab{cursor:move;cursor: grabbing;}
.owl-carousel.owl-rtl{direction:rtl}
.owl-carousel.owl-rtl .owl-item{float:right}
.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}
.owl-carousel .owl-animated-in{z-index:0}
.owl-carousel .owl-animated-out{z-index:1}
.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}
.owl-height{transition:height .5s ease-in-out}
.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}
.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}
.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}
.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}
.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn{display:none}
.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}
.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}


.owl-theme .owl-dots,
.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}
.owl-theme .owl-nav{margin-top:10px}
.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}
.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}
.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}
.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}
.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}
.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{background:#869791}







@media screen and (max-width: 1160px) {
	.inner,
	.wp-block-group__inner-container {padding: 0 40px}
	.wp-block-group__inner-container .wp-block-group__inner-container {padding: 0}
	#footer-navigation {width: 40%;}
	.site-footer .logo_footer {width: 22%;}

	.question .inner {padding: 20px 40px;}
	.question h3 {position: relative; padding-right: 50px;}
	.question h3 span {position: absolute; margin-top: -11px;right: 20px; top: 20px; margin-right: 0;}
	.actu .date {width: 9%;}
	.actu .actu_visuel {width: 36%;}
	.actu .actu_content {max-width: 50%; min-height: auto}
	.actu .actu_content p {padding-left: 0;}

	#docs #carrousel {padding: 0 110px;}
}

@media screen and (max-width: 840px) {
	#bloc1 .contenu {width: 100%; float: none; margin-bottom: 40px}
	#bloc1 .visuel {width: 100%; float: none;}

	.wp-block-media-text.is-stacked-on-mobile { -ms-grid-columns: 100%!important; grid-template-columns: 100%!important; }
	.has-media-on-the-right .wp-block-media-text__content {margin-bottom: 40px}
	.wp-block-media-text .wp-block-media-text__content {padding: 40px 0 0;}
	.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media, .wp-block-media-text .wp-block-media-text__content {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;}
	.actu_footer {padding: 0; width: 100%; float: none; margin-bottom: 30px;}
	.actu_footer .actu_content h3 {max-width: 100%; margin-top: 10px;}
	#actus_footer a.button {margin: 0 auto}

	.site-footer .logo_footer {width: 100%; float: none}
	.site-footer .contact_footer { width: 100%; float: none; text-align: left; margin-top: 40px}
	#footer-navigation {width: 100%; float: none; margin-top: 30px}
	#footer-menu {column-gap: 20px;}

	#menu_toggle {display: block; width: 35px; height: 35px; position: absolute; top: 38px; right: 30px; text-align: right;}
	#menu_toggle span {display: block; width: 100%; height: 5px; border-radius: 3px; background: #bf2559; transition: all ease .3s}
	#menu_toggle span.second {width: 70%; margin: 9px 0 9px 30%}
	#menu_toggle:hover span.second {width: 100%; margin: 9px 0 9px 0}


	#site-navigation {display: table; position: fixed; top: 0; left: 100%; width: 100%; height: 100%; margin: 0; z-index: 100; background-image: linear-gradient(to left, #ec736b, #bf2559); opacity: 0; transition: all ease .6s}
	#site-navigation.open {opacity: 1; z-index: 100; left: 0}
	.admin-bar #site-navigation {top: 32px;}

	.menu-menu-principal-container{display: table-cell; vertical-align: middle;}
	.main-navigation li {float: none; padding: 25px; display: block; text-align: center;}
	.main-navigation a {display: inline; font-family: HeroNewBold; font-size: 30px; color: #fff}
	.main-navigation .current-menu-item a {color: #fff; text-decoration: underline;}
	#close {display: block; position: absolute; top: 40px; right: 30px; height: 36px; width: 36px; z-index: 3}
	#close:before {content: ''; display: block; position: absolute; top: 14px; left: 0; height: 3px; width: 36px; background: #fff; border-radius: 2px; transform: rotate(45deg);}
	#close:after {content: ''; display: block; position: absolute; top: 14px; left: 0; height: 3px; width: 36px; background: #fff; border-radius: 2px; transform: rotate(-45deg);}

	#docs #carrousel {padding: 0;}
	#docs #carrousel {padding: 0 90px;}
	#docs h2 {padding: 0 40px}
	#docs .owl-next {right: 20px;}
	#docs .owl-prev {left: 20px;}
	#contact_form {padding: 80px 30px}


	.actu .actu_content {padding: 30px 0 0; max-width: 100%}
	.actu .date {width: 19%;}
	.actu .actu_visuel {width: 78%; height: 290px; margin: 0 0 0 3%;}
	.actu .actu_content h2 {min-height: auto; max-width: 100%; margin: 0 0 20px;}
	.actu .read_more_panel {height: 220px; width: 50%; top: -170px; left: -10px; right: auto;}
	.actu .read_more_panel span {bottom: auto; top: 15px; left: 10px; opacity: 1;}
	.actu .actu_content p {padding-left: 0;}

	.wp-block-columns {display: block;}
	.wp-block-column:nth-child(2n) {margin-left: 0!important;}
	.wp-block-column {margin-bottom: 40px}

	#home_header .accroche,
	#bloc1 .contenu h2,
	#bloc2 h2,
	#actus_footer h2,
	.page-template-page-faq h2,
	#entete h1 {font-size: 35px;}
	.entry-content h2 {font-size: 30px;}

	#bloc2 .inner {padding: 0;}
	#bloc2 p.sous-titre {margin: 10px 40px 30px;}
	#bloc2 h2 {padding: 0 40px}
	#slides .slide .panel {width: 80%; left: 10%;}
	#slides .slide .panel .panel_content {min-height: 385px; width: 100%;}
	#items {width: 1000px; left: 0; transition: all ease .3s}
	#items .item {width: auto; margin: 0 30px; max-width: 220px}
	#items.active-item-0 {left: 0}
	#items.active-item-1 {left: -250px}
	#items.active-item-2 {left: -500px}
	#items.active-item-3 {left: -750px}
	.question .reponse {padding-right: 0}
	#breadcrumb {display: none;}
	.blog #entete {margin-bottom: 90px}

	.caldera-grid .obligatoire {display: none;}
	.caldera-grid .row.first_row .first_col:before {content: "Les champs obligatoires sont indiqués par des astérisques *"; display: block; font-size: 12px; line-height: 2.5; color: #ec736b; text-align: right;}
	.caldera-grid .radio label, .caldera-grid label.radio-inline, .caldera-grid .checkbox-inline label {display: block;}
	.owl-dots {text-align: center; margin-top: 20px}
	.owl-dots span{
    width: 10px;
    height: 10px;
    border: 1px solid #c02758;
    border-radius: 50%;
    display: inline-block; margin: 8px}
    .owl-dots .active span{background-color: #c02758}
    #docs .owl-dots {display: block;}
    #docs .owl-dots span {border: 1px solid #fff;}
    #docs .owl-dots .active span{background-color: #fff}
    #docs a.fichier {margin: 0 10px}
    #docs .inner {padding: 0}

}


@media screen and (max-width: 560px) {
#docs a.fichier {margin: 0 auto}
#actus_bottom p {font-size: 35px;}
}

@media screen and (max-width: 480px) {
	.inner,
	.wp-block-group__inner-container {padding: 0 20px}
	.question .inner {padding: 20px 20px;}
	.panel_content strong {font-size: 24px; line-height: 1.2}
	#bloc2 p.sous-titre {margin: 10px 20px 30px;}
	#bloc2 h2 {padding: 0 20px}
	#slides .slide .panel .panel_content {padding: 20px; line-height: 1.25;}
	#slides .slide .panel .panel_content p {margin-bottom: 5px}
	.actu_footer .actu_content h3 {font-size: 24px; line-height: 25px;}

}
















