@charset "UTF-8";
/*!
Theme Name: fln
Theme URI: http://underscores.me/
Author: Floran
Author URI: http://www.floranpatience.com
Description: Fièrement développé par Floran Patience
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: fln
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.

fln 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: #0d3361;
	font-family: "Open Sans", Roboto, Oxygen-Sans, "Helvetica Neue", sans-serif;
	font-size: .95rem;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Mosk", Arial, sans-serif;
	font-weight: 500;
}

p {
	margin-bottom: 1rem;
	margin-top: 0;
}

p-mute {
	opacity: 0.5;
}

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

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

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

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

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

@font-face {
	font-family: 'Mosk';
	src: url("fonts/mosk/MoskSemi-Bold600.eot");
	src: url("fonts/mosk/MoskSemi-Bold600.eot?#iefix") format("embedded-opentype"), url("fonts/mosk/MoskSemi-Bold600.woff2") format("woff2"), url("fonts/mosk/MoskSemi-Bold600.woff") format("woff"), url("fonts/mosk/MoskSemi-Bold600.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Mosk';
	src: url("fonts/mosk/MoskExtra-Bold800.eot");
	src: url("fonts/mosk/MoskExtra-Bold800.eot?#iefix") format("embedded-opentype"), url("fonts/mosk/MoskExtra-Bold800.woff2") format("woff2"), url("fonts/mosk/MoskExtra-Bold800.woff") format("woff"), url("fonts/mosk/MoskExtra-Bold800.ttf") format("truetype");
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'fontello';
	src: url("fonts/fontello/fontello.eot");
	src: url("fonts/fontello/fontello.eot") format("embedded-opentype"), url("fonts/fontello/fontello.woff2") format("woff2"), url("fonts/fontello/fontello.woff") format("woff"), url("fonts/fontello/fontello.ttf") format("truetype"), url("fonts/fontello/fontello.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

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

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

ul,
ol {
	margin: 0 0 25px 0px;
	padding-inline-start: 30px;
}

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: #26ace2;
}

a:visited {
	opacity: .8;
}

a:hover, a:focus, a:active {
	opacity: .8;
}

a:focus {
	outline: none;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	border-radius: 40px;
	background: #26ace2;
	color: #ffffff;
	padding: 10px 35px;
	font-family: "Mosk", Arial, sans-serif;
	font-size: 1.05rem;
	font-weight: 500;
	cursor: pointer;
}

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

button:hover {
	cursor: pointer;
}

.btn {
	display: inline-block;
	padding: 14px 24px;
	border-radius: 50px;
	text-decoration: none;
	font-family: "Mosk", Arial, sans-serif;
	border: none;
	font-size: 1.05rem;
	font-weight: 500;
	cursor: pointer;
}

.btn-white {
	background: #ffffff;
	color: #0B2533;
}

.btn-white:visited {
	color: #0B2533;
}

.btn-white:hover {
	background: rgba(255, 255, 255, 0.8);
}

.btn-white:hover path {
	fill: #0d3361;
}

.btn-info {
	background: #ffffff;
	color: #0B2533;
	transition: all 300ms ease-out;
	cursor: pointer;
}

.btn-info:hover {
	background: rgba(255, 255, 255, 0.8);
}

.btn-blue {
	background: #26ace2;
	color: #ffffff;
}

.btn-arrow {
	position: relative;
	transition: background-color 300ms ease-out;
}

.btn-arrow span {
	display: inline-block;
	position: relative;
	transition: all 300ms ease-out;
	will-change: transform;
}

.btn-arrow:hover span {
	transform: translate3d(-5px, 0, 0);
}

.btn-arrow svg {
	position: absolute;
	width: 15px;
	right: 0px;
	right: 0rem;
	opacity: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all 300ms ease-out;
	will-change: right, opacity;
}

.btn-arrow svg * {
	stroke-width: 5;
	stroke-color: transparent;
}

.btn-arrow:hover svg {
	opacity: 1;
	right: -18px;
}

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: #122b38;
	border: 1px solid #c5d7de;
	border-radius: 5px;
	padding: 8px;
	width: 100%;
}

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

textarea {
	max-height: 160px;
}

select {
	border: 1px solid #c5d7de;
}

label {
	width: 100%;
}

textarea {
	width: 100%;
}

.w50 {
	flex-basis: 48%;
	margin-bottom: 15px;
}

.w100 {
	flex-basis: 100%;
	margin-bottom: 15px;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-header {
	--transition: all 250ms ease-in;
	background: transparent;
	display: flex;
	align-items: center;
	position: fixed;
	width: 100%;
	z-index: 200;
	top: 0;
	transition: var(--transition);
}

.site-header .site-branding {
	margin-right: 20px;
	transition: var(--transition);
}

.site-header .site-branding img {
	transition: var(--transition);
	max-width: 280px;
	width: 280px;
	min-height: 100px;
	padding: 10px 15px;
}

@media (min-width: 768px) {
	.site-header .site-branding img {
		max-width: 360px;
		min-height: 130px;
	}
}

.site-header.sticky-header {
	background: #122b38;
}

.site-header.sticky-header .site-branding img {
	padding: 10px 15px;
}

@media (min-width: 768px) {
	.site-header.sticky-header .site-branding img {
		max-width: 300px;
		width: 300px;
		min-height: 100px;
	}
}

.site-header.sticky-header .site-description span:first-child {
	margin-bottom: 5px;
}

.site-header .site-description {
	display: none;
	padding: 5px 0;
}

@media (min-width: 768px) {
	.site-header .site-description {
		display: block;
	}
}

@media (min-width: 992px) {
	.site-header .site-description {
		display: none;
	}
}

@media (min-width: 1620px) {
	.site-header .site-description {
		display: block;
	}
}

.site-header .site-description span {
	display: block;
	color: #26ace2;
	font-family: "Mosk", Arial, sans-serif;
	font-size: .95rem;
	max-width: 260px;
}

.site-header .site-description span:first-child {
	transition: var(--transition);
	margin-bottom: 10px;
}

.site-header .main-navigation {
	margin-left: auto;
}

.main-navigation {
	margin-right: 15px;
}

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

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

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

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

.main-navigation ul ul a {
	width: 200px;
	color: #122b38;
}

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

.main-navigation li {
	position: relative;
	text-align: center;
	margin-bottom: 15px;
}

@media (min-width: 1200px) {
	.main-navigation li {
		margin-bottom: 0;
	}
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
	color: #26ace2;
}

.main-navigation li.icon-home > a:before {
	font-family: "fontello";
	content: '\e803';
	font-size: 1.5rem;
}

.main-navigation li.nav-rdv a {
	background: #26ace2;
	color: #ffffff;
	border-radius: 50px;
	margin: 0 15px;
	padding: 10px 20px;
}

.main-navigation li.nav-contact a {
	background: transparent;
	color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 50px;
	padding: 10px 20px;
}

.main-navigation a {
	display: inline-block;
	text-decoration: none;
	color: #ffffff;
	transition: all 200ms ease-in;
	padding: 10px 15px;
	text-align: center;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	color: #26ace2;
}

@media (max-width: 1200px) {
	.main-navigation.toggled {
		display: flex;
		margin-bottom: 15px;
		justify-content: center;
	}
	.main-navigation.toggled ul ul {
		position: relative;
		float: none;
		top: 0;
		left: 0;
		background-color: transparent;
		box-shadow: none;
	}
	.main-navigation.toggled .menu-toggle[aria-expanded="true"] {
		position: relative;
		z-index: 1250;
	}
	.main-navigation.toggled .menu-toggle[aria-expanded="true"] .icon-bar {
		background: #fff;
	}
	.main-navigation.toggled .menu-toggle[aria-expanded="true"] .icon-bar:nth-of-type(2) {
		background-color: transparent;
	}
	.main-navigation.toggled #primary-menu {
		position: absolute;
		background: #0B2533;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		z-index: 1100;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.main-navigation.toggled #primary-menu ul {
		display: flex;
		flex-direction: column;
		align-content: center;
		justify-content: center;
	}
	.main-navigation.toggled #primary-menu ul li {
		margin: 0;
	}
	.main-navigation.toggled #primary-menu ul li a {
		color: #ffffff;
		text-align: center;
		font-family: "Mosk", Arial, sans-serif;
		font-weight: 300;
		font-size: 1.15rem;
		padding: 0;
	}
}

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

@media (min-width: 1200px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
		justify-content: flex-end;
	}
}

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

[class^="icon-"] a:before,
[class*="icon-"] a:before,
[class^="icon-"]:before,
[class*="icon-"]:before {
	font-style: normal;
	font-weight: normal;
	speak: never;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	/* opacity: .8; */
	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;
	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;
	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	margin-left: .2em;
	/* you can be more comfortable with increased icons size */
	/* font-size: 120%; */
	/* Font smoothing. That was taken from TWBS */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/* Uncomment for 3D effect */
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.menu-toggle {
	padding: 10px 8px;
	margin-right: 0;
	background-color: transparent;
	background-image: none;
	border: 0;
	border-radius: 4px;
}

.menu-toggle .icon-bar {
	display: block;
	background: #ffffff;
	height: 2px;
	width: 28px;
	position: relative;
	transition: all 200ms ease-in-out;
	margin-top: 4px;
}

.menu-toggle .icon-bar:nth-of-type(2) {
	top: 1px;
}

.menu-toggle .icon-bar:nth-of-type(3) {
	top: 2px;
}

.menu-toggle .icon-bar:first-child {
	margin-top: 0;
}

.menu-toggle[aria-expanded="true"] .icon-bar:nth-of-type(1) {
	top: 6px;
	transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .icon-bar:nth-of-type(2) {
	background-color: transparent;
}

.menu-toggle[aria-expanded="true"] .icon-bar:nth-of-type(3) {
	top: -6px;
	transform: rotate(-45deg);
}

button.menu-toggle:focus {
	outline: none;
}

.sticky-header .menu-toggle .icon-bar {
	background: #ffffff;
}

/* Pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

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

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

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

.site-main {
	max-width: 1210px;
	margin: 0 auto;
	padding: 0 15px;
}

.site-main .entry-content {
	max-width: 980px;
	margin: 0 auto;
}

.entry-content h2 {
	margin-bottom: 20px;
}

.entry-content h2 + p {
	margin-bottom: 1rem;
}

.entry-content h3 {
	font-size: 1.4rem;
	line-height: 2rem;
}

.entry-content h4 {
	font-size: 1.15rem;
	line-height: 1.6rem;
}

.entry-content .has-blue-color {
	color: #26ace2;
}

.home .hero {
	position: relative;
	background: #122b38;
	padding: 105px 0 50px;
}

@media (min-width: 768px) {
	.home .hero {
		padding: 125px 0 30px;
	}
}

.home .hero__news {
	text-align: center;
	color: #f1d981;
	margin-bottom: 20px;
	margin-top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 15px;
}

.home .hero__news p {
	margin-bottom: 0;
	text-align: left;
}

.home .hero__news a {
	color: #f1d981;
}

.home .hero__news lottie-player {
	margin-right: 5px;
}

.home .hero-inner {
	max-width: 1210px;
	margin: 0 auto;
	padding: 0 15px;
	margin-bottom: 10px;
}

@media (min-width: 768px) {
	.home .hero-inner {
		display: flex;
		justify-content: space-between;
	}
	.home .hero-inner > div {
		flex-basis: 49%;
	}
}

.home .hero__therapie, .home .hero__formation {
	position: relative;
	min-height: 400px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: all 300ms ease-in-out;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

@media (min-width: 1200px) {
	.home .hero__therapie, .home .hero__formation {
		background-size: 100%;
	}
}

.home .hero__therapie h3, .home .hero__formation h3 {
	color: #ffffff;
	text-align: center;
	font-size: 1.25rem;
	font-weight: 600;
	opacity: .75;
	transition: all 200ms ease-in;
	padding: 0 15px;
	border-radius: 55px;
	margin: 25px auto 0;
}

.home .hero__therapie h1, .home .hero__formation h1 {
	font-family: "Mosk", Arial, sans-serif;
	font-weight: 600;
	font-size: 1.65rem;
	line-height: 2.15rem;
	color: #ffffff;
	text-align: center;
	padding: 0 15px;
}

.home .hero__therapie h1 br, .home .hero__formation h1 br {
	display: none;
}

@media (min-width: 768px) {
	.home .hero__therapie h1, .home .hero__formation h1 {
		font-size: 2rem;
		line-height: 2.5rem;
	}
	.home .hero__therapie h1 br, .home .hero__formation h1 br {
		display: block;
	}
}

@media (min-width: 768px) {
	.home .hero__therapie:hover, .home .hero__therapie:active, .home .hero__formation:hover, .home .hero__formation:active {
		box-shadow: 2px 6px 12px rgba(0, 0, 0, 0.2);
		transform: scale(1.02);
		background-size: 105%;
	}
}

.home .hero__therapie:hover h3, .home .hero__therapie:active h3, .home .hero__formation:hover h3, .home .hero__formation:active h3 {
	opacity: 1;
}

.home .hero__action {
	display: flex;
	justify-content: space-between;
	padding: 15px;
	z-index: 10;
}

.home .hero__clickzone {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.home .hero__therapie {
	background-image: url("img/hero-therapie-3.jpg");
}

.home .hero__therapie .btn {
	color: #124f64;
}

.home .hero__therapie h3 {
	background: #012138;
}

.home .hero__formation {
	background-image: url("img/hero-formation.jpg");
}

.home .hero__formation .btn {
	color: #158b92;
}

.home .hero__formation .btn:hover path {
	fill: #158b92;
}

.home .hero__formation h3 {
	background: #16979e;
}

.home .hero__others {
	text-align: center;
	padding: 0 15px;
}

.home .hero__others a {
	color: #ffffff;
	text-decoration: none;
	text-decoration: none;
	display: inline-block;
	padding: 10px 20px;
	cursor: pointer;
	background: linear-gradient(45deg, #125870, #42c0c5ad);
	border-radius: 50px;
}

.home .hero__others a:hover:after {
	width: 50px;
	opacity: 1;
}

.home .hero__bg {
	bottom: -180px;
	position: absolute;
	width: 100%;
	z-index: -1;
	height: 180px;
	left: 0;
}

.home .hero__bg .wave {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	transform: rotate(180deg);
}

.home .hero__bg .wave + .wave {
	z-index: 2;
}

.page-template .hero,
.page-template-default:not(.home) .hero {
	background-color: #122b38;
	margin-bottom: 20px;
	background-image: url(img/bg-hero-1.jpg);
	display: flex;
	flex-direction: column;
	background-position: -280px;
	position: relative;
}

.page-template .hero .video,
.page-template-default:not(.home) .hero .video {
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.page-template .hero .video__overlay,
.page-template-default:not(.home) .hero .video__overlay {
	background: #1a2535d9;
	width: 100%;
	height: 100%;
	position: absolute;
	mix-blend-mode: hard-light;
}

@media (min-width: 768px) {
	.page-template .hero,
	.page-template-default:not(.home) .hero {
		background-position: -40px 10px;
	}
}

.page-template .hero-inner,
.page-template-default:not(.home) .hero-inner {
	max-width: 1210px;
	margin: 0 auto;
	padding: 0 15px;
	padding: 110px 15px 25px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	min-height: 260px;
	z-index: 100;
}

.page-template .hero__title,
.page-template-default:not(.home) .hero__title {
	color: #ffffff;
	text-align: center;
	font-size: 1.9rem;
	line-height: 2.4rem;
	margin-bottom: 20px;
	margin-top: 10px;
	max-width: 690px;
}

@media (min-width: 768px) {
	.page-template .hero__title,
	.page-template-default:not(.home) .hero__title {
		font-size: 2.25rem;
		line-height: 3rem;
	}
}

.page-template .hero__buttons,
.page-template-default:not(.home) .hero__buttons {
	display: flex;
	justify-content: space-between;
}

.page-template .hero__wave,
.page-template-default:not(.home) .hero__wave {
	overflow: hidden;
	position: relative;
	width: 100%;
	display: flex;
	align-items: flex-end;
}

.page-template .hero__wave svg,
.page-template-default:not(.home) .hero__wave svg {
	width: 100%;
	height: auto;
}

.page-template .hero__wave svg path,
.page-template-default:not(.home) .hero__wave svg path {
	fill: #ffffff;
}

.presentation {
	background: #ebf6fd;
	padding: 1vw 0 0;
	position: relative;
	margin-bottom: 0;
}

.presentation__wave {
	overflow: hidden;
	position: relative;
	width: 100%;
	display: flex;
	align-items: flex-end;
}

.presentation__wave svg {
	width: 100%;
	height: auto;
}

.presentation__wave svg path {
	fill: #ebf6fd;
}

.presentation__inner {
	max-width: 1210px;
	margin: 0 auto;
	padding: 0 15px;
}

@media (min-width: 992px) {
	.presentation__inner {
		display: flex;
		justify-content: space-between;
	}
}

.presentation__pict {
	display: flex;
	align-items: flex-end;
	margin-bottom: 15px;
}

@media (min-width: 768px) {
	.presentation__pict {
		flex-basis: 36%;
		padding-right: 30px;
		margin-bottom: 0;
	}
}

.presentation__text {
	padding-bottom: 3vw;
}

@media (min-width: 768px) {
	.presentation__text {
		flex-basis: 62%;
	}
}

.presentation__text h3 {
	color: #0d3361;
	font-weight: 500;
	font-size: 2.5rem;
	margin: 0 0 1vw;
}

.presentation__text .btn {
	margin: 10px 10px 15px 0;
}

.presentation__text .btn-white {
	padding: 14px 25px;
}

.testimonial {
	max-width: 768px;
	margin: 0 auto;
	padding: 0 15px;
	padding: 60px 15px;
	min-height: 320px;
}

.testimonial__title {
	text-align: center;
	font-size: 1.5rem;
	font-weight: 400;
	margin-top: 0;
}

.testimonial .splide__slide {
	padding: 0 80px;
}

.testimonial .splide__arrow {
	background: none;
}

.testimonial .splide__pagination {
	bottom: -50px;
}

.testimonial .splide li {
	text-align: center;
}

.testimonial .splide li .name {
	font-style: italic;
	color: #26ace2;
}

.carousel {
	margin-bottom: -160px;
}

.carousel .splide__slide:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(20, 55, 98, 0.35);
	width: 100%;
	mix-blend-mode: darken;
	height: 100%;
	transition: all 400ms ease-in-out;
}

.cards {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.card {
	display: flex;
	flex-direction: column;
	box-shadow: 0 1px 2px #d6d6d6, 0 3px 6px #cccccc;
	margin-bottom: 25px;
	border-radius: 15px;
	width: 100%;
	overflow: hidden;
	transition: all 200ms ease-in;
}

@media (min-width: 768px) {
	.card {
		flex-basis: 48%;
		margin-bottom: 50px;
		box-shadow: 0 1px 2px #e9e9e9, 0 3px 5px #f1f1f1;
	}
}

.card:hover .card__pict {
	background-size: 110%;
}

.card:hover .card__pict:after {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 1.36%, rgba(0, 0, 0, 0.6) 100%);
}

.card__pict {
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	flex-grow: 1;
	height: 200px;
	max-height: 200px;
	position: relative;
	display: flex;
	align-items: flex-end;
	transition: all 400ms ease-in-out;
}

.card__pict:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 1.36%, rgba(0, 0, 0, 0.6) 100%), rgba(13, 51, 97, 0.35);
	width: 100%;
	height: 100%;
	transition: all 400ms ease-in-out;
}

.card__title {
	font-size: 1.75rem;
	font-weight: 600;
	margin-bottom: 0;
	margin-top: 0;
	padding: 10px 40px;
	color: #ffffff;
	z-index: 100;
}

.card__content {
	padding: 15px 20px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

@media (min-width: 768px) {
	.card__content {
		padding: 20px 40px;
	}
}

.card__meta {
	margin-top: auto;
}

.card__meta > span {
	display: inline-flex;
	align-items: center;
	margin-right: 20px;
	font-weight: 600;
}

.card__meta svg {
	width: 25px;
	margin-right: 6px;
}

.card__meta svg path {
	fill: #0d3361;
}

.card__meta .price-lower {
	font-size: .8em;
	font-weight: 400;
	margin-left: 6px;
	margin-top: 2px;
}

.card__buttons {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}

.card__button {
	margin-top: 15px;
	margin-bottom: 15px;
	width: fit-content;
	align-self: flex-end;
}

.card__button.btn-info {
	border: 1px solid #0d3361;
	color: #0d3361;
}

.card:hover {
	transform: translateY(-10px);
	box-shadow: 0 2px 3px #dadada, 0 5px 10px #e2e2e2;
}

.footer {
	background: #122b38;
	position: relative;
}

.footer-inner {
	max-width: 1210px;
	margin: 0 auto;
	padding: 0 15px;
}

.footer__wave {
	overflow: hidden;
	position: relative;
	width: 100%;
	margin-top: 75px;
}

.footer__wave svg {
	height: auto;
	width: 110%;
	height: auto;
	margin: 0 auto -10px;
}

.footer__wave svg path {
	fill: #122b38;
}

.footer__main {
	display: flex;
	flex-direction: column;
	padding: 30px 0;
	margin-bottom: 25px;
}

@media (min-width: 768px) {
	.footer__main {
		flex-direction: row;
		justify-content: space-between;
	}
}

.footer__main .logo {
	max-width: 180px;
	min-width: 180px;
	margin-bottom: 30px;
	align-self: center;
}

@media (min-width: 768px) {
	.footer__main .logo {
		max-width: 250px;
	}
}

.footer__main .contact {
	align-self: flex-start;
}

.footer__main .contact a {
	display: block;
	text-decoration: none;
}

.footer__title {
	font-size: 1.2rem;
	color: #26ace2;
	font-weight: 600;
	margin-bottom: 10px;
}

.footer__content {
	color: #ffffff;
	font-size: 0.925rem;
}

.footer__socket {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10px 0;
	text-align: center;
}

@media (min-width: 768px) {
	.footer__socket {
		flex-direction: row;
		justify-content: space-between;
	}
}

.footer__socket *, .footer__socket a {
	color: #3a586b;
	font-size: 0.85rem;
	text-decoration: none;
}

.page-template-page-contact .site-main {
	max-width: 768px;
	margin: 0 auto;
	padding: 0 15px;
}

h2 {
	text-align: center;
	font-weight: 600;
	font-size: 2rem;
	margin-bottom: 0;
}

h2 + p {
	margin-bottom: 30px;
}

.wpcf7 form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.wpcf7 form .message {
	margin-bottom: 25px;
}

.wpcf7 form .submit {
	float: right;
}

.wpcf7 form input[type="submit"] {
	margin-bottom: 40px;
	float: right;
}

.am-event-sub-info-capacity {
	display: none !important;
}

.am-confirmation-booking-cost {
	padding-top: 10px;
}

.am-confirmation-booking-cost::after {
	content: '* Paiement sur place : chèque ou espèces uniquement';
	font-size: .85rem;
	color: #ff950f;
	position: relative;
	top: 3px;
}

.am-event-booking .am-confirmation-booking-cost {
	display: block !important;
}

.am-event-booking .am-confirmation-booking-cost::after {
	content: none;
}

.am-event-booking .am-payment-button[value="stripe"], .am-event-booking .am-payment-button[value="stripe"]:hover {
	background: url(img/logo-cb.png) no-repeat center !important;
	background-size: 60px !important;
	background-blend-mode: darken !important;
	transition: all 200ms ease-in !important;
}

.am-event-booking .am-payment-button[value="stripe"] img, .am-event-booking .am-payment-button[value="stripe"]:hover img {
	display: none;
}

.am-event-booking .am-payment-button[value="stripe"] p, .am-event-booking .am-payment-button[value="stripe"]:hover p {
	font-size: 0 !important;
}

.am-event-booking .am-payment-button-selected[value="stripe"] {
	background: rgba(15, 186, 255, 0.08) url(img/logo-cb.png) no-repeat center !important;
	background-size: 60px !important;
	background-blend-mode: normal !important;
}

.am-form-stepByStepForm-confirmBookingForm-appointment .am-confirmation-booking-cost > div:not(:first-child) {
	display: none !important;
}

.amelia-app-booking #amelia-booking-wrap #am-event-calendar-page .am-event-upcoming__block-info:first-of-type {
	display: none !important;
}

#am-modal.am-modal.am-in-body .am-event-modal__mini-info-inner:nth-child(2) {
	display: none;
}

.amelia-app-booking #amelia-booking-wrap #am-event-calendar-page.am-wrap .am-event-spots-left {
	display: none !important;
}

.grecaptcha-badge {
	display: none;
}

/* Blog
--------------------------------------------- */
.blog .hero, .single .hero {
	background-color: #122b38;
	margin-bottom: 20px;
	background-image: url(img/bg-hero-1.jpg);
	display: flex;
	flex-direction: column;
	background-position: -280px;
}

@media (min-width: 768px) {
	.blog .hero, .single .hero {
		background-position: -40px 10px;
	}
}

.blog .hero-inner, .single .hero-inner {
	max-width: 768px;
	margin: 0 auto;
	padding: 0 15px;
	padding: 90px 15px 25px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	min-height: 260px;
}

.blog .hero__wave, .single .hero__wave {
	overflow: hidden;
	position: relative;
	width: 100%;
	display: flex;
	align-items: flex-end;
}

.blog .hero__wave svg, .single .hero__wave svg {
	width: 100%;
	height: auto;
}

.blog .hero__wave svg path, .single .hero__wave svg path {
	fill: #ffffff;
}

.blog .hero__title, .single .hero__title {
	color: #ffffff;
	text-align: center;
	font-size: 2.5rem;
	line-height: 3rem;
	margin-bottom: 0px;
	margin-top: 10px;
}

.blog .hero__buttons, .single .hero__buttons {
	display: flex;
	justify-content: space-between;
	max-width: 460px;
	margin-bottom: 20px;
}

.blog .site-main, .single .site-main {
	max-width: 768px;
	margin: 0 auto;
	padding: 0 15px;
}

.blog .site-main [class*='article']:last-of-type:after, .single .site-main [class*='article']:last-of-type:after {
	content: none;
}

.article {
	display: flex;
	position: relative;
	padding: 35px 0;
}

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

.article__thumbnail {
	margin-right: 25px;
	max-width: 150px;
}

.article__thumbnail img {
	border-radius: 5px;
	min-width: 150px;
}

@media (max-width: 768px) {
	.article__thumbnail {
		display: none;
	}
}

.article__content .date {
	display: inline-block;
	background: #fff3e6;
	color: #ec9e47;
	font-size: .85rem;
	padding: 3px 10px;
	border-radius: 34px;
	margin-bottom: 10px;
}

.article__content .title {
	font-size: 1.65rem;
	line-height: 2.15rem;
	text-align: left;
	font-family: "Mosk", Arial, sans-serif;
	margin-top: 0;
	margin-bottom: 10px;
}

.article__content .excerpt p {
	margin-top: 0;
	margin-bottom: 10px;
}

.article__content .read-more {
	color: #0d3361;
	text-decoration: underline;
}

.article__content .link-block {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: .2;
	display: block;
	top: 0;
	left: 0;
}

#pagination {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

#pagination .page-numbers {
	color: #0d3361;
	width: 35px;
	height: 35px;
	display: inline-block;
	text-align: center;
	border: 1px solid #b2dee3;
	border-radius: 50px;
	font-size: .95rem;
	margin: 0 4px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 4px;
}

#pagination .page-numbers.prev {
	width: initial;
	border: none;
}

#pagination .page-numbers.next {
	width: initial;
	border: none;
}

#pagination .page-numbers.current {
	background: #bbe1e6;
}

.single__header {
	margin-bottom: 15px;
}

.single__header * {
	color: #a9a9a9;
	text-align: center;
}

.single__header * a {
	color: #a9a9a9;
	pointer-events: none;
	text-decoration: none;
}

/* 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
--------------------------------------------- */
/**************************\
  Basic Modal Styles
\**************************/
.modal {
	font-family: "Open Sans", Roboto, Oxygen-Sans, "Helvetica Neue", sans-serif;
	position: relative;
	z-index: 1000;
}

.modal__overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	display: flex;
	justify-content: center;
	align-items: center;
}

.modal__container {
	background-color: #fff;
	padding: 30px;
	max-width: 620px;
	max-height: 80vh;
	border-radius: 4px;
	overflow-y: auto;
	box-sizing: border-box;
}

.modal__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.modal__title {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.25;
	color: #00449e;
	box-sizing: border-box;
}

.modal__close {
	border: 0;
	width: 25px;
	height: 25px;
	padding: 0;
	position: absolute;
	right: 10px;
	top: 10px;
}

@media (min-width: 768px) {
	.modal__close {
		border: 0;
		width: 30px;
		height: 30px;
		padding: 0;
		position: absolute;
		right: 20px;
	}
}

.modal__header .modal__close:before {
	content: "\2715";
}

.modal__content {
	margin-top: 2rem;
	margin-bottom: 2rem;
	line-height: 1.5;
	color: rgba(0, 0, 0, 0.8);
}

.modal__title {
	margin: 0;
	font-size: 1.75rem;
	font-weight: 600;
	color: #26ace2;
}

.modal__btn {
	font-size: .875rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: .5rem;
	padding-bottom: .5rem;
	background-color: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	border-radius: .25rem;
	border-style: none;
	border-width: 0;
	cursor: pointer;
	-webkit-appearance: button;
	text-transform: none;
	overflow: visible;
	line-height: 1.15;
	margin: 0;
	will-change: transform;
	-moz-osx-font-smoothing: grayscale;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	transition: -webkit-transform .25s ease-out;
	transition: transform .25s ease-out;
	transition: transform .25s ease-out,-webkit-transform .25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.modal__btn-primary {
	background-color: #00449e;
	color: #fff;
}

.modal-rdv .modal__container {
	background-color: #fff;
	padding: 0;
	max-width: 960px;
	min-width: 760px;
	max-height: 80vh;
	border-radius: 8px;
	overflow-y: auto;
	box-sizing: border-box;
}

@media (max-width: 768px) {
	.modal-rdv .modal__container {
		min-width: 95vw;
	}
}

.modal-rdv .modal__container .am-step-booking-catalog {
	margin: 0;
	padding: 15px;
	border: none;
}

.modal-rdv .modal__container .am-step-booking-catalog .am-select-service {
	padding: 20px !important;
}

.modal-rdv .modal__container .amelia-app-booking #amelia-booking-wrap .am-step-booking-catalog {
	margin: 0;
	border: 0;
}

.modal-list .modal__container {
	background-color: #fff;
	padding: 30px;
	max-width: 960px;
	min-width: 760px;
	max-height: 80vh;
	border-radius: 8px;
	overflow-y: auto;
	box-sizing: border-box;
}

@media (max-width: 768px) {
	.modal-list .modal__container {
		min-width: 95vw;
	}
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes mmfadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@keyframes mmslideIn {
	from {
		transform: translateY(15%);
	}
	to {
		transform: translateY(0);
	}
}

@keyframes mmslideOut {
	from {
		transform: translateY(0);
	}
	to {
		transform: translateY(-10%);
	}
}

.micromodal-slide {
	display: none;
}

.micromodal-slide.is-open {
	display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
	animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
	animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
	animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
	animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
	will-change: transform;
}

.marquees {
	margin-bottom: 2vw;
	margin-top: 140px;
}

.marquee {
	overflow: hidden;
	position: relative;
}

.marquee-left {
	--offset: 60vw;
	--move-initial: calc(-25% + var(--offset));
	--move-final: calc(-50% + var(--offset));
	--item-font-size: 3.5rem;
}

@media (min-width: 768px) {
	.marquee-left {
		--item-font-size: 6vw;
	}
}

.marquee-left span {
	color: #bcdfee;
}

.marquee-right {
	--offset: -100vw;
	--move-initial: var(--offset);
	--move-final: calc(50% + var(--offset));
	--item-font-size: 3.5rem;
	margin-top: -3vw;
}

@media (min-width: 768px) {
	.marquee-right {
		--item-font-size: 6vw;
	}
}

.marquee-right span {
	color: #ccc;
	margin: 0;
	-webkit-text-fill-color: transparent;
	/* Will override color (regardless of order) */
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #158b92;
}

.marquee__inner {
	width: fit-content;
	display: flex;
	position: relative;
	transform: translate3d(var(--move-initial), 0, 0);
	animation: marquee 30s linear infinite;
	opacity: 1;
	transition: opacity 0.1s;
}

.marquee span {
	white-space: nowrap;
	font-size: var(--item-font-size);
	padding: 0 1vw;
	font-weight: 800;
	line-height: 1.15;
	text-transform: uppercase;
	font-family: "Mosk", Arial, sans-serif;
}

@keyframes marquee {
	0% {
		transform: translate3d(var(--move-initial), 0, 0);
	}
	100% {
		transform: translate3d(var(--move-final), 0, 0);
	}
}

/**
 * Settings
 */
/**
 * Easings
 */
/**
 * Core
 */
[data-sal] {
	transition-duration: 0.2s;
	transition-delay: 0s;
	transition-duration: var(--sal-duration, 0.2s);
	transition-delay: var(--sal-delay, 0s);
	transition-timing-function: var(--sal-easing, ease);
}

[data-sal][data-sal-duration='200'] {
	transition-duration: 0.2s;
}

[data-sal][data-sal-duration='250'] {
	transition-duration: 0.25s;
}

[data-sal][data-sal-duration='300'] {
	transition-duration: 0.3s;
}

[data-sal][data-sal-duration='350'] {
	transition-duration: 0.35s;
}

[data-sal][data-sal-duration='400'] {
	transition-duration: 0.4s;
}

[data-sal][data-sal-duration='450'] {
	transition-duration: 0.45s;
}

[data-sal][data-sal-duration='500'] {
	transition-duration: 0.5s;
}

[data-sal][data-sal-duration='550'] {
	transition-duration: 0.55s;
}

[data-sal][data-sal-duration='600'] {
	transition-duration: 0.6s;
}

[data-sal][data-sal-duration='650'] {
	transition-duration: 0.65s;
}

[data-sal][data-sal-duration='700'] {
	transition-duration: 0.7s;
}

[data-sal][data-sal-duration='750'] {
	transition-duration: 0.75s;
}

[data-sal][data-sal-duration='800'] {
	transition-duration: 0.8s;
}

[data-sal][data-sal-duration='850'] {
	transition-duration: 0.85s;
}

[data-sal][data-sal-duration='900'] {
	transition-duration: 0.9s;
}

[data-sal][data-sal-duration='950'] {
	transition-duration: 0.95s;
}

[data-sal][data-sal-duration='1000'] {
	transition-duration: 1s;
}

[data-sal][data-sal-duration='1050'] {
	transition-duration: 1.05s;
}

[data-sal][data-sal-duration='1100'] {
	transition-duration: 1.1s;
}

[data-sal][data-sal-duration='1150'] {
	transition-duration: 1.15s;
}

[data-sal][data-sal-duration='1200'] {
	transition-duration: 1.2s;
}

[data-sal][data-sal-duration='1250'] {
	transition-duration: 1.25s;
}

[data-sal][data-sal-duration='1300'] {
	transition-duration: 1.3s;
}

[data-sal][data-sal-duration='1350'] {
	transition-duration: 1.35s;
}

[data-sal][data-sal-duration='1400'] {
	transition-duration: 1.4s;
}

[data-sal][data-sal-duration='1450'] {
	transition-duration: 1.45s;
}

[data-sal][data-sal-duration='1500'] {
	transition-duration: 1.5s;
}

[data-sal][data-sal-duration='1550'] {
	transition-duration: 1.55s;
}

[data-sal][data-sal-duration='1600'] {
	transition-duration: 1.6s;
}

[data-sal][data-sal-duration='1650'] {
	transition-duration: 1.65s;
}

[data-sal][data-sal-duration='1700'] {
	transition-duration: 1.7s;
}

[data-sal][data-sal-duration='1750'] {
	transition-duration: 1.75s;
}

[data-sal][data-sal-duration='1800'] {
	transition-duration: 1.8s;
}

[data-sal][data-sal-duration='1850'] {
	transition-duration: 1.85s;
}

[data-sal][data-sal-duration='1900'] {
	transition-duration: 1.9s;
}

[data-sal][data-sal-duration='1950'] {
	transition-duration: 1.95s;
}

[data-sal][data-sal-duration='2000'] {
	transition-duration: 2s;
}

[data-sal][data-sal-delay='50'] {
	transition-delay: 0.05s;
}

[data-sal][data-sal-delay='100'] {
	transition-delay: 0.1s;
}

[data-sal][data-sal-delay='150'] {
	transition-delay: 0.15s;
}

[data-sal][data-sal-delay='200'] {
	transition-delay: 0.2s;
}

[data-sal][data-sal-delay='250'] {
	transition-delay: 0.25s;
}

[data-sal][data-sal-delay='300'] {
	transition-delay: 0.3s;
}

[data-sal][data-sal-delay='350'] {
	transition-delay: 0.35s;
}

[data-sal][data-sal-delay='400'] {
	transition-delay: 0.4s;
}

[data-sal][data-sal-delay='450'] {
	transition-delay: 0.45s;
}

[data-sal][data-sal-delay='500'] {
	transition-delay: 0.5s;
}

[data-sal][data-sal-delay='550'] {
	transition-delay: 0.55s;
}

[data-sal][data-sal-delay='600'] {
	transition-delay: 0.6s;
}

[data-sal][data-sal-delay='650'] {
	transition-delay: 0.65s;
}

[data-sal][data-sal-delay='700'] {
	transition-delay: 0.7s;
}

[data-sal][data-sal-delay='750'] {
	transition-delay: 0.75s;
}

[data-sal][data-sal-delay='800'] {
	transition-delay: 0.8s;
}

[data-sal][data-sal-delay='850'] {
	transition-delay: 0.85s;
}

[data-sal][data-sal-delay='900'] {
	transition-delay: 0.9s;
}

[data-sal][data-sal-delay='950'] {
	transition-delay: 0.95s;
}

[data-sal][data-sal-delay='1000'] {
	transition-delay: 1s;
}

[data-sal][data-sal-easing='linear'] {
	transition-timing-function: linear;
}

[data-sal][data-sal-easing='ease'] {
	transition-timing-function: ease;
}

[data-sal][data-sal-easing='ease-in'] {
	transition-timing-function: ease-in;
}

[data-sal][data-sal-easing='ease-out'] {
	transition-timing-function: ease-out;
}

[data-sal][data-sal-easing='ease-in-out'] {
	transition-timing-function: ease-in-out;
}

[data-sal][data-sal-easing='ease-in-cubic'] {
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

[data-sal][data-sal-easing='ease-out-cubic'] {
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

[data-sal][data-sal-easing='ease-in-out-cubic'] {
	transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

[data-sal][data-sal-easing='ease-in-circ'] {
	transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

[data-sal][data-sal-easing='ease-out-circ'] {
	transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

[data-sal][data-sal-easing='ease-in-out-circ'] {
	transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

[data-sal][data-sal-easing='ease-in-expo'] {
	transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

[data-sal][data-sal-easing='ease-out-expo'] {
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

[data-sal][data-sal-easing='ease-in-out-expo'] {
	transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

[data-sal][data-sal-easing='ease-in-quad'] {
	transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-sal][data-sal-easing='ease-out-quad'] {
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-sal][data-sal-easing='ease-in-out-quad'] {
	transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-sal][data-sal-easing='ease-in-quart'] {
	transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

[data-sal][data-sal-easing='ease-out-quart'] {
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-sal][data-sal-easing='ease-in-out-quart'] {
	transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

[data-sal][data-sal-easing='ease-in-quint'] {
	transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

[data-sal][data-sal-easing='ease-out-quint'] {
	transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

[data-sal][data-sal-easing='ease-in-out-quint'] {
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

[data-sal][data-sal-easing='ease-in-sine'] {
	transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-sal][data-sal-easing='ease-out-sine'] {
	transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-sal][data-sal-easing='ease-in-out-sine'] {
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-sal][data-sal-easing='ease-in-back'] {
	transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-sal][data-sal-easing='ease-out-back'] {
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-sal][data-sal-easing='ease-in-out-back'] {
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/**
 * Animations
 */
[data-sal|='fade'] {
	opacity: 0;
	transition-property: opacity;
}

[data-sal|='fade'].sal-animate,
body.sal-disabled [data-sal|='fade'] {
	opacity: 1;
}

[data-sal|='slide'] {
	opacity: 0;
	transition-property: opacity, transform;
}

[data-sal='slide-up'] {
	transform: translateY(20%);
}

[data-sal='slide-down'] {
	transform: translateY(-20%);
}

[data-sal='slide-left'] {
	transform: translateX(20%);
}

[data-sal='slide-right'] {
	transform: translateX(-20%);
}

[data-sal|='slide'].sal-animate,
body.sal-disabled [data-sal|='slide'] {
	opacity: 1;
	transform: none;
}

[data-sal|='zoom'] {
	opacity: 0;
	transition-property: opacity, transform;
}

[data-sal='zoom-in'] {
	transform: scale(0.5);
}

[data-sal='zoom-out'] {
	transform: scale(1.1);
}

[data-sal|='zoom'].sal-animate,
body.sal-disabled [data-sal|='zoom'] {
	opacity: 1;
	transform: none;
}

[data-sal|='flip'] {
	backface-visibility: hidden;
	transition-property: transform;
}

[data-sal='flip-left'] {
	transform: perspective(2000px) rotateY(-91deg);
}

[data-sal='flip-right'] {
	transform: perspective(2000px) rotateY(91deg);
}

[data-sal='flip-up'] {
	transform: perspective(2000px) rotateX(-91deg);
}

[data-sal='flip-down'] {
	transform: perspective(2000px) rotateX(91deg);
}

[data-sal|='flip'].sal-animate,
body.sal-disabled [data-sal|='flip'] {
	transform: none;
}

@keyframes splide-loading {
	0% {
		transform: rotate(0);
	}
	to {
		transform: rotate(1turn);
	}
}

.splide__container {
	position: relative;
	box-sizing: border-box;
}

.splide__list {
	margin: 0 !important;
	padding: 0 !important;
	width: -webkit-max-content;
	width: max-content;
	will-change: transform;
}

.splide.is-active .splide__list {
	display: flex;
}

.splide__pagination {
	display: inline-flex;
	align-items: center;
	width: 95%;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
}

.splide__pagination li {
	list-style-type: none;
	display: inline-block;
	line-height: 1;
	margin: 0;
}

.splide {
	visibility: hidden;
}

.splide, .splide__slide {
	position: relative;
	outline: none;
}

.splide__slide {
	box-sizing: border-box;
	list-style-type: none !important;
	margin: 0;
	flex-shrink: 0;
}

.splide__slide img {
	vertical-align: bottom;
}

.splide__slider {
	position: relative;
}

.splide__spinner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid #999;
	border-left-color: transparent;
	animation: splide-loading 1s linear infinite;
}

.splide__track {
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.splide--draggable > .splide__track > .splide__list > .splide__slide {
	-webkit-user-select: none;
	user-select: none;
}

.splide--fade > .splide__track > .splide__list {
	display: block;
}

.splide--fade > .splide__track > .splide__list > .splide__slide {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 0;
}

.splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
	position: relative;
	z-index: 1;
	opacity: 1;
}

.splide--rtl {
	direction: rtl;
}

.splide--ttb > .splide__track > .splide__list {
	display: block;
}

.splide--ttb > .splide__pagination {
	width: auto;
}

.splide__arrow {
	position: absolute;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
	width: 2em;
	height: 2em;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	padding: 0;
	opacity: .7;
	background: #ccc;
}

.splide__arrow svg {
	width: 1.2em;
	height: 1.2em;
}

.splide__arrow:hover {
	cursor: pointer;
	opacity: .9;
}

.splide__arrow:focus {
	outline: none;
}

.splide__arrow--prev {
	left: 1em;
}

.splide__arrow--prev svg {
	transform: scaleX(-1);
}

.splide__arrow--next {
	right: 1em;
}

.splide__pagination {
	position: absolute;
	z-index: 1;
	bottom: .5em;
	left: 50%;
	transform: translateX(-50%);
	padding: 0;
}

.splide__pagination__page {
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #ccc;
	border-radius: 50%;
	margin: 3px;
	padding: 0;
	transition: transform .2s linear;
	border: none;
	opacity: .7;
}

.splide__pagination__page.is-active {
	transform: scale(1.4);
	background: #fff;
}

.splide__pagination__page:hover {
	cursor: pointer;
	opacity: .9;
}

.splide__pagination__page:focus {
	outline: none;
}

.splide__progress__bar {
	width: 0;
	height: 3px;
	background: #ccc;
}

.splide--nav > .splide__track > .splide__list > .splide__slide {
	border: 3px solid transparent;
}

.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
	border-color: #000;
}

.splide--nav > .splide__track > .splide__list > .splide__slide:focus {
	outline: none;
}

.splide--rtl > .splide__arrows .splide__arrow--prev, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev {
	right: 1em;
	left: auto;
}

.splide--rtl > .splide__arrows .splide__arrow--prev svg, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev svg {
	transform: scaleX(1);
}

.splide--rtl > .splide__arrows .splide__arrow--next, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next {
	left: 1em;
	right: auto;
}

.splide--rtl > .splide__arrows .splide__arrow--next svg, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next svg {
	transform: scaleX(-1);
}

.splide--ttb > .splide__arrows .splide__arrow, .splide--ttb > .splide__track > .splide__arrows .splide__arrow {
	left: 50%;
	transform: translate(-50%);
}

.splide--ttb > .splide__arrows .splide__arrow--prev, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev {
	top: 1em;
}

.splide--ttb > .splide__arrows .splide__arrow--prev svg, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg {
	transform: rotate(-90deg);
}

.splide--ttb > .splide__arrows .splide__arrow--next, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next {
	top: auto;
	bottom: 1em;
}

.splide--ttb > .splide__arrows .splide__arrow--next svg, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg {
	transform: rotate(90deg);
}

.splide--ttb > .splide__pagination {
	display: flex;
	flex-direction: column;
	bottom: 50%;
	left: auto;
	right: .5em;
	transform: translateY(50%);
}

#faq_container {
	margin: 0 auto 10px;
	padding: 10px 15px;
	background: #daf4ff;
	border-radius: 5px;
	max-width: 720px;
}

.faq_question {
	margin: 0px;
	display: inline-block;
	cursor: pointer;
	font-weight: bold;
	display: table;
}

.question {
	display: table-cell;
	width: 100%;
	color: #0d3361;
}

.faq_answer_container {
	height: 0px;
	overflow: hidden;
}

.faq_answer {
	margin-top: 15px;
	padding: 15px;
	border-top: 1px solid #a1c8d8;
}

.accordion-button-icon {
	display: table-cell;
	line-height: inherit;
	opacity: .8;
	filter: alpha(opacity=50);
	padding-left: 15px;
	vertical-align: middle;
}

.fa-plus {
	--b: 3px;
	width: 20px;
	aspect-ratio: 1/1;
	border-color: #26ace2;
	background: conic-gradient(from 90deg at var(--b) var(--b), #daf4ff 90deg, #26ace2 0) calc(100% + var(--b)/2) calc(100% + var(--b)/2)/calc(50%  + var(--b)) calc(50%  + var(--b));
	display: inline-block;
}

.fa-minus {
	width: 20px;
	display: inline-block;
	height: 3px;
	background-color: #26ace2;
}

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

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

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

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

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


.has-blue-background-color {
    background-color: #26ace2;
}