@charset "UTF-8";
/*!
Theme Name: _s
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>_s</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
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: _s
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.

_s 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 {
	color: inherit;
	font-size: 100px;
	text-transform: uppercase;
	font-family: "elgocalt-medium";
	letter-spacing: 10px;
}

.texte_sur_image_pleine_largeur h1 {
	margin: 0;
}

.texte_sur_image_pleine_largeur h1:before {
	content: '>';
}

/* 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;
	font-family: "proximanova-semibold";
}

/**
 * 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/ */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

@font-face {
	font-family: 'elgocalt-medium';
	src: url("assets/font/ElgocAlt-Medium.otf");
}

@font-face {
	font-family: 'elgocalt-black';
	src: url("assets/font/ElgocAlt-Black.otf");
}

@font-face {
	font-family: 'elgocalt-bold';
	src: url("assets/font/ElgocAlt-Bold.otf");
}

@font-face {
	font-family: 'elgocalt-light';
	src: url("assets/font/ElgocAlt-Light.otf");
}

@font-face {
	font-family: 'elgocalt-medium';
	src: url("assets/font/ElgocAlt-Medium.otf");
}

@font-face {
	font-family: 'elgocalt-regular';
	src: url("assets/font/ElgocAlt-Regular.otf");
}

@font-face {
	font-family: 'elgocalt-semibold';
	src: url("assets/font/ElgocAlt-SemiBold.otf");
}

@font-face {
	font-family: 'elgocalt-thin';
	src: url("assets/font/ElgocAlt-Thin.otf");
}

@font-face {
	font-family: 'proximanova-black';
	src: url("assets/font/_PROXIMA/ProximaNova-Black.otf");
}

@font-face {
	font-family: 'proximanova-bold';
	src: url("assets/font/_PROXIMA/ProximaNova-Bold.otf");
}

@font-face {
	font-family: 'proximanova-boldlt';
	src: url("assets/font/_PROXIMA/ProximaNova-BoldIt.otf");
}

@font-face {
	font-family: 'proximanovacond-light';
	src: url("assets/font/_PROXIMA/ProximaNovaCond-Light.otf");
}

@font-face {
	font-family: 'proximanovacond-lightlt';
	src: url("assets/font/_PROXIMA/ProximaNovaCond-LightIt.otf");
}

@font-face {
	font-family: 'proximanovacond-regular';
	src: url("assets/font/_PROXIMA/ProximaNovaCond-Regular.otf");
}

@font-face {
	font-family: 'proximanovacond-regularlt';
	src: url("assets/font/_PROXIMA/ProximaNovaCond-RegularIt.otf");
}

@font-face {
	font-family: 'proximanovacond-semibold';
	src: url("assets/font/_PROXIMA/ProximaNovaCond-Semibold.otf");
}

@font-face {
	font-family: 'proximanovacond-semiboldlt';
	src: url("assets/font/_PROXIMA/ProximaNovaCond-SemiboldIt.otf");
}

@font-face {
	font-family: 'proximanova-extrabold';
	src: url("assets/font/_PROXIMA/ProximaNova-Extrabold.otf");
}

@font-face {
	font-family: 'proximanova-light';
	src: url("assets/font/_PROXIMA/ProximaNova-Light.otf");
}

@font-face {
	font-family: 'proximanova-lightitalic';
	src: url("assets/font/_PROXIMA/ProximaNova-LightItalic.otf");
}

@font-face {
	font-family: 'proximanova-regitalic';
	src: url("assets/font/_PROXIMA/ProximaNova-RegItalic.otf");
}

@font-face {
	font-family: 'proximanova-regular';
	src: url("assets/font/_PROXIMA/ProximaNova-Regular.otf");
}

@font-face {
	font-family: 'proximanova-regularitalic';
	src: url("assets/font/_PROXIMA/ProximaNova-RegularItalic.otf");
}

@font-face {
	font-family: 'proximanova-semibold';
	src: url("assets/font/_PROXIMA/ProximaNova-Semibold.otf");
}

@font-face {
	font-family: 'proximanova-semibolditalic';
	src: url("assets/font/_PROXIMA/ProximaNova-SemiboldItalic.otf");
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

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

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

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

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

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 3px;
	background-color: #fff;
	margin: 8px 0;
	transition: 0.4s;
}

.bar3 {
	margin-bottom: 0;
}

.head_color_green .bar1, .head_color_green .bar2, .head_color_green .bar3 {
	background-color: #1c2f2e;
}

.active .bar1 {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: relative;
	top: 11px;
	background-color: #fff;
}

.active .bar2 {
	opacity: 0;
}

.active .bar3 {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: relative;
	top: -11px;
	background-color: #fff;
}

.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation #menu-header-left {
	position: relative;
}

.main-navigation #menu-header-left > li {
	padding: 0;
	flex: auto;
}

.main-navigation #menu-header-left > li > a {
	text-align: center;
	padding: 15px 5px;
}

.main-navigation #menu-header-left > li:hover > a {
	opacity: 1;
	transition: all .3s ease;
	font-style: italic;
}

.main-navigation #menu-header-left > .menu-item-has-children {
	position: initial;
}

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

.main-navigation ul ul {
	position: absolute;
	top: 100%;
	left: 0;
	width: calc(100% + 300px);
	z-index: 99999;
	padding: 10px 0;
	background-color: #252729CC ;
	border-radius: 20px;
	display: none;
}

.main-navigation ul ul li::before {
	content: "· ";
	font-size: 24px;
	line-height: 20px;
	color: #fff;
	margin-right: 5px;
	position: absolute;
	left: 31px;
	top: -5px;
}

header:not(.mobile) .main-navigation ul ul {
	-webkit-column-count: 2;
	-webkit-column-rule: 2px solid #1c2f2e;
	column-count: 2;
	column-rule: 2px solid #1c2f2e;
}

.main-navigation ul ul ul li::before {
	content: none !important;
}

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

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	font-family: "proximanova-semibold";
	text-transform: uppercase;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: .5px;
}

.main-navigation ul ul a {
	width: 200px;
	font-family: "proximanova-regular";
}

.main-navigation ul ul li:hover > a {
	font-style: italic;
}

.main-navigation ul ul li {
	margin-bottom: 5px;
	padding: 0 40px;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid;
}

.main-navigation .menu-rdv {
	padding: 8px 14px;
	background-color: white;
	margin: 20px 0 0 40px;
	width: fit-content;
}

.main-navigation .menu-rdv::before {
	content: none;
}

.main-navigation .menu-rdv a {
	width: fit-content;
	color: #164643 !important;
	margin: 0 auto;
}

.main-navigation ul ul ul {
	padding: 5px 0;
	width: 100%;
	position: relative;
	background: transparent;
	column-count: 1 !important;
}

@media screen and (min-width: 1200px) {
	.main-navigation ul ul ul {
		display: block;
	}
}

.main-navigation ul ul ul li a {
	width: auto;
}

.main-navigation ul ul ul li {
	opacity: 1;
	padding: 0;
	margin-left: 5px;
}

.main-navigation ul ul ul li:hover {
	opacity: 1;
}

.main-navigation ul ul ul li:hover > a {
	text-decoration: underline;
	font-style: italic;
}

body.head_color_white .main-navigation a,
body.head_color_white .main-navigation ul ul li::before {
	color: #fff;
}

.head_color_green header:not(.mobile) .main-navigation ul ul {
	-webkit-column-rule: 2px solid #fff;
	column-rule: 2px solid #fff;
}

/* Small menu. 
.menu-toggle,
.main-navigation.toggled #menu-header-right ,*/
.menu-toggle,
.main-navigation.toggled .nav-menu {
	display: block;
}

.menu-toggle {
	border: none;
	background-color: transparent;
	padding-top: 0;
	padding-bottom: 0;
	cursor: pointer;
}

@media screen and (min-width: 1200px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
		justify-content: center;
	}
	.h_right .calendrier-mobile {
		display: none !important;
	}
}

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

.transition {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.mediumTransition {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.longTransition {
	transition: all .8s;
	-webkit-transition: all .8s;
}

.word-wrapper {
	/* 
     position:fixed;
     top:50%;
     transform:translateY(-50%);
    
     left:0;
     right:0;
     margin: 0 10%;
	 */
}

.word-rotate-wrapper {
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	overflow: hidden;
	/*width: 50%;*/
	cursor: pointer;
}

.word-rotate-wrapper strong {
	transition: all .8s;
	-webkit-transition: all .8s;
	/*
		position: absolute;
		top: 0;
		left: 0;
		right:0;
		margin: auto;
		transform: translateY(4rem);
		
		-webkit-transform: translateY(4rem);
		-moz-transform: translateY(4rem);
		-ms-transform: translateY(4rem);
		-o-transform: translateY(4rem);
		
		opacity: 0;
		*/
	display: none;
}

.word-rotate-wrapper strong.show {
	position: relative;
	/* transform: translateY(.6rem);
		
			-webkit-transform: translateY(.6rem);
			-moz-transform: translateY(.6rem);
			-ms-transform: translateY(.6rem);
			-o-transform: translateY(.6rem);
			
			opacity: 1;
			*/
	display: block;
}

/* Alignments
--------------------------------------------- */
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header {
	display: flex;
	justify-content: space-between;
	width: 95%;
	margin: 0 auto;
	align-items: center;
	padding-top: 30px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

header .boutons_mobile_menu {
	display: none;
}

header .boutons_mobile_menu a {
	background-color: #f8ebe2;
	color: #1c2f2e !important;
	font-family: "proximanova-semibold";
	font-size: 20px;
	letter-spacing: 2px;
	padding: 30px 38px;
	border-radius: 50px;
}

header .h_left, header .h_right {
	width: calc(50% - 150px);
	z-index: 1;
}

header .h_right #menu-header-right {
	width: calc(100% - 15px);
	margin-left: auto;
	margin-right: 15px;
}

header .h_right #menu-header-right > li {
	padding: 0;
	flex: auto;
}

header .h_right #menu-header-right > li > a {
	text-align: center;
	padding: 15px 5px;
}

header .h_right #menu-header-right li:hover a {
	font-style: italic;
}

body.head_color_white header .h_right #menu-header-right li:last-child a::after,
header .h_right #menu-header-right li:last-child a::after {
	content: "";
	background-image: url("assets/img/calendrier-header.svg");
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translate(100%, -60%);
	width: 25px;
	height: 27px;
}

body.head_color_green header .h_right #menu-header-right li:last-child a::after {
	background-image: url("assets/img/calendrier-header-green.svg");
}

header .h_center {
	width: 280px;
	z-index: 1;
}

header .h_center img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 40px;
	object-fit: contain;
}

body header .h_center img, body.head_color_white .h_center img {
	content: url("assets/img/logo-blanc.png");
}

/* body.page-id-24 header .h_right .calendrier-mobile img, body.page-id-26 header .h_right .calendrier-mobile img, body.page-id-28 header .h_right .calendrier-mobile img, body.page-id-22 header .h_right .calendrier-mobile img{ */
/* content: url("assets/img/calendrier-header-vert.png"); */
/* } */
@media (max-width: 1200px) {
	header {
		width: 100%;
		padding-left: 2.5%;
		padding-right: 2.5%;
	}
	header.mobile {
		position: initial;
		transform: none;
	}
	header.mobile .menu-toggle {
		position: fixed;
	}
	header .h_center {
		width: 50%;
	}
	header .h_center img {
		width: 200px;
	}
	header .h_right .calendrier-mobile {
		display: block;
		width: 35px;
		margin-left: auto;
		margin-right: 1em;
		content: url("assets/img/calendrier-header.svg");
	}
	body.head_color_green header .h_right .calendrier-mobile {
		content: url("assets/img/calendrier-header-green.svg");
	}
	/* body.head_color_green header .h_right #menu-header-right li:last-child a::after { */
	/* background-image: url("assets/img/calendrier-header-green.svg"); */
	/* } */
	header .h_right .calendrier-mobile img {
		width: 90%;
		vertical-align: bottom;
	}
	header.mobile {
		z-index: 2;
	}
	header.mobile .h_left {
		width: auto;
	}
	header.mobile .boutons_mobile_menu {
		display: flex;
		justify-content: space-evenly;
		margin: 120px 0;
	}
	header.mobile .h_center {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		margin-top: 30px;
		position: fixed;
	}
	/* header.mobile .h_center img{ */
	/* content: url("assets/img/logo-blanc.png"); */
	/* } */
	header.mobile .h_right {
		display: none;
	}
	.main-navigation.toggled a {
		font-size: 25px;
		color: #f8ebe2;
		letter-spacing: 2.5px;
		position: relative;
	}
	.main-navigation.toggled li.menu-item-has-children > a::after {
		content: "";
		background-image: url("assets/img/chevron-down.png");
		position: absolute;
		width: 16px;
		height: 8px;
		right: 30px;
		top: 50%;
		transform: translateY(-50%);
	}
	.main-navigation.toggled li.menu-item-has-children.focus > a::after {
		background-image: url("assets/img/chevron-up.png");
	}
	.main-navigation.toggled .menu-menu-header-left-container {
		position: fixed;
		left: 0;
		top: 0;
		background-color: #1c2f2e;
		right: 0;
		bottom: 0;
		z-index: -1;
		overflow-y: scroll;
	}
	.main-navigation.toggled .nav-menu {
		margin-top: 170px;
		margin-left: 10%;
	}
	.main-navigation.toggled .nav-menu > .menu-item {
		margin: 80px 0;
	}
	.main-navigation.toggled .sub-menu {
		float: none;
		position: initial;
		padding: 0;
		background-color: transparent;
		margin-left: -11%;
		margin-top: 15px;
		width: initial;
	}
	.main-navigation.toggled .sub-menu {
		margin-left: 5%;
	}
	.main-navigation.toggled .sub-menu li {
		margin-bottom: 10px;
		padding-right: 0;
	}
	.main-navigation.toggled .sub-menu li::before {
		content: "\2022";
		color: #f8ebe2;
		margin-left: -10px;
		position: absolute;
		top: 6px;
	}
	.main-navigation.toggled .sub-menu li a {
		font-family: "proximanova-semibold";
		font-size: 25px;
		text-transform: uppercase;
		letter-spacing: 2.5px;
		color: #f8ebe2;
		width: 100%;
	}
	.main-navigation.toggled .sub-menu li .sub-menu {
		width: 100vw;
		margin-left: calc(100% - 100vw);
	}
	.main-navigation.toggled .sub-menu li .sub-menu li {
		border-top: 1px solid rgba(255, 255, 255, 0.5);
		padding-left: calc(15% + 40px);
		margin-bottom: 0;
	}
	.main-navigation.toggled .sub-menu li .sub-menu li:last-child {
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	}
	.main-navigation.toggled .sub-menu li .sub-menu a {
		font-family: "proximanova-light";
		text-transform: initial;
		letter-spacing: 1.25px;
		color: #fff;
		line-height: 1;
		padding: 10px 0;
		width: fit-content;
	}
}
@media (max-width: 769px) {
	
  .main-navigation.toggled .nav-menu {
    margin-top: 170px;
    margin-left: 0%;
  }

}
/*--------------------------------------------------------------
# Home Page
--------------------------------------------------------------*/
#primary .btn {
	display: block;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #1c2f2e;
	border: 1px solid #1c2f2e;
	color: #fff;
	width: fit-content;
	width: -moz-fit-content;
	margin: 0;
	padding: 15px 45px;
	font-family: "proximanova-regular";
	letter-spacing: 1.6px;
}

#primary .btn:hover {
	background-color: transparent;
	color: #1c2f2e;
	transition: all .3s ease;
}

body .bloc_slider .slick-arrow {
	z-index: 1;
	width: 40px;
	height: 40px;
}

body .bloc_slider .slick-arrow:before {
	font-size: 40px;
}

body .bloc_slider .slick-prev {
	left: 40px;
}

body .bloc_slider .slick-prev::before {
	content: "";
	background-image: url("assets/img/prev-white.png");
	width: 40px;
	height: 40px;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
}

body .bloc_slider .slick-next {
	right: 40px;
}

body .bloc_slider .slick-next::before {
	content: "";
	background-image: url("assets/img/next-white.png");
	width: 40px;
	height: 40px;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
}

body .bloc_slider .slick-track a {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 750px;
	position: relative;
}

body .bloc_slider .slick-track a span {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
}

body .bloc_slider .slick-track a .texte_slider {
	top: 42%;
	text-align: center;
	text-transform: uppercase;
	font-size: 28px;
	color: #fff;
	letter-spacing: 1.4px;
	font-family: "proximanova-regular";
}

body .bloc_slider .slick-track a .texte_slider strong {
	font-family: "proximanova-semibold";
}

body .bloc_slider .slick-track a .text-slider-underline {
	position: relative;
	left: 0;
}

body .bloc_slider .slick-track a .text-slider-underline::after {
	content: "";
	background-image: url("assets/img/slider-underline.png");
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -10px;
	height: 10px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

body #primary .bloc_slider .slick-track a .bouton_slider {
	top: 58%;
	text-align: center;
	padding: 15px 40px;
	background-color: #fff;
	border: 1px solid #fff;
	color: #111811;
	font-size: 15px;
	text-transform: uppercase;
	font-family: "proximanova-regular";
	line-height: 1;
}

body #primary .bloc_slider .slick-track a .bouton_slider:hover {
	background-color: transparent;
	color: #fff;
}

body .cartouche {
	font-size: 17px;
	line-height: 1;
	text-transform: uppercase;
	color: #627a73;
	margin-left: 25%;
	font-weight: 500;
	margin-bottom: 50px;
	font-family: "proximanova-bold";
	letter-spacing: 1px;
}

body .cartouche span {
	display: block;
	padding-left: 25px;
	position: relative;
	font-weight: 400;
	font-family: "proximanova-light";
	letter-spacing: 3px;
}

body .cartouche span::before {
	content: "";
	width: 20px;
	height: 2px;
	background-color: #627a73;
	position: absolute;
	left: 0;
	top: 3px;
}

body .bloc_titre_sous-titre {
	padding: 45px 0 90px;
}

body .bloc_titre_sous-titre .bloc_titre_buttons {
	display: none;
}

body .bloc_titre_sous-titre .titre {
	text-align: center;
	color: #164643;
	font-size: 75px;
	margin-bottom: 45px;
	font-weight: 300;
	font-family: "elgocalt-regular";
	line-height: 1.1;
}

body .bloc_titre_sous-titre .titre strong {
	font-family: "elgocalt-semibold";
}

body .bloc_titre_sous-titre .sous-titre {
	color: #164643;
	font-size: 27px;
	text-align: center;
	font-weight: 300;
	font-family: "elgocalt-medium";
}

body .bloc_titre_sous-titre .sous-titre strong {
	font-family: "elgocalt-semibold";
	font-weight: 900;
}

body .bloc_3_points {
	background-color: #fdf9f6;
	padding-top: 50px;
}

body .bloc_3_points .trois_points {
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-evenly;
	align-items: flex-end;
	margin-top: 35px;
	position: relative;
}

body .bloc_3_points .trois_points .background-trois-points {
	display: none;
	width: 65%;
	position: absolute;
	height: 90%;
	bottom: 0;
	background-color: #f8ebe2;
}

body .bloc_3_points .trois_points .bloc_point {
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 1;
}

body .bloc_3_points .trois_points .bloc_point:nth-child(odd) {
	flex-direction: column-reverse;
}

body .bloc_3_points .trois_points .bloc_point:nth-child(odd) img {
	order: 3;
}

body .bloc_3_points .trois_points .bloc_point:nth-child(odd) .bullet_3_points {
	order: 2;
	margin-top: 15px;
}

body .bloc_3_points .trois_points .bloc_point .bullet_3_points {
	font-size: 50px;
	color: #164643;
	position: relative;
	font-family: "elgocalt-light";
}

body .bloc_3_points .trois_points .bloc_point .bullet_3_points::after {
	content: ".";
	position: absolute;
	font-size: 150px;
	line-height: 20px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -25%);
}

body .bloc_3_points .trois_points .bloc_point .texte_3_points {
	text-align: center;
	color: #164643;
	font-size: 22px;
	margin-top: 20px;
	font-family: "proximanova-light";
	line-height: 1.3;
}

body .bloc_3_points .trois_points .bloc_point .texte_3_points strong {
	font-family: "proximanova-semibolditalic";
}

body .bloc_3_points .trois_points .bloc_point img {
	width: 70%;
}

.wrapper-link .link {
	display: block;
	margin-top: 50px;
	color: #164643;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	width: fit-content;
	font-size: 16px;
	font-family: "proximanova-bold";
	letter-spacing: 1.5px;
}

.wrapper-link .link::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: #164643;
	left: 0;
	bottom: -2px;
	transition: width linear 0.5s;
}

.wrapper-link .link:hover::after {
	width: 0%;
}

.bloc_citation_image {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 90px 0;
}

.bloc_citation_image .bloc_cartouche {
	flex: 0 0 100%;
}

.bloc_citation_image .citation_left {
	flex-basis: 55%;
	padding-left: 25%;
	color: #164643;
	font-size: 23px;
}

.bloc_citation_image .citation_left .texte_citation {
	font-size: 23px;
	position: relative;
	text-transform: uppercase;
	font-family: "proximanova-light";
}

.bloc_citation_image .citation_left .texte_citation img {
	width: 150px;
	/*position: absolute;*/
}

.bloc_citation_image .citation_left .texte_citation::before {
	content: "";
	background-image: url("assets/img/quote-open.png");
	position: relative;
	display: block;
	width: 55px;
	height: 50px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	left: -50px;
}

.bloc_citation_image .citation_left .texte_citation::after {
	content: "";
	background-image: url("assets/img/quote-close.png");
	position: absolute;
	width: 30px;
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	right: 0;
	bottom: -30px;
}

.bloc_citation_image .citation_left .lien_citation {
	display: block;
	margin-top: 50px;
	color: #164643;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	width: fit-content;
	font-size: 16px;
	font-family: "proximanova-bold";
	letter-spacing: 1.5px;
}

.bloc_citation_image .citation_left .lien_citation::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: #164643;
	left: 0;
	bottom: -2px;
	transition: width linear 0.5s;
}

.bloc_citation_image .citation_left .lien_citation:hover::after {
	width: 0%;
}

.bloc_citation_image .citation_right {
	flex-basis: 45%;
}

.bloc_citation_image .citation_right img {
	display: block;
	margin: 0 auto;
	width: 50%;
}

.bloc_image_gauche_titre_contenu {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	background-color: var(--tooltip-color);
}

.bloc_image_gauche_titre_contenu .bloc_cartouche {
	flex: 0 0 100%;
	padding-top: 40px;
	color: #fff;
}

.bloc_image_gauche_titre_contenu .bloc_cartouche .cartouche {
	color: var(--tooltip-color);
}

.bloc_image_gauche_titre_contenu .bloc_cartouche .cartouche span::before {
	background-color: var(--tooltip-color);
}

.bloc_image_gauche_titre_contenu .content_left,
.bloc_image_gauche_titre_contenu .content_right {
	flex-basis: 50%;
}

.bloc_image_gauche_titre_contenu .content_left {
	font-size: 0;
	position: relative;
}

.bloc_image_gauche_titre_contenu .content_left::before {
	content: "";
	background-image: url("assets/img/white-animated-picto-stamp.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	width: 130px;
	height: 130px;
	z-index: 1;
	top: -65px;
	left: 45px;
}

.bloc_image_gauche_titre_contenu .content_left img {
	width: 100%;
}

.bloc_image_gauche_titre_contenu .content_right .titre {
	color: var(--tooltip-color);
	font-size: 95px;
	line-height: 1.3;
	position: relative;
	left: -10%;
	font-family: "elgocalt-medium";
	letter-spacing: 9px;
	text-transform: uppercase;
	padding-left: 5%;
}

.bloc_image_gauche_titre_contenu .content_right .contenu {
	color: var(--tooltip-color);
	font-size: 18px;
	padding-top: 70px;
	padding-bottom: 35px;
	width: 90%;
	font-family: "proximanova-light";
	padding-left: 5%;
}

.bloc_image_gauche_titre_contenu .content_right .ancre_lien {
	color: var(--tooltip-color);
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	display: block;
	width: fit-content;
	margin-bottom: 30px;
	font-family: "proximanova-bold";
	letter-spacing: 1.5px;
	margin-left: 5%;
}

.bloc_image_gauche_titre_contenu .content_right .ancre_lien::after {
	content: "";
	height: 2px;
	width: 100%;
	background-color: var(--tooltip-color);
	position: absolute;
	left: 0;
	bottom: -4px;
	transition: width linear 0.5s;
}

.bloc_image_gauche_titre_contenu .content_right .ancre_lien:hover::after {
	width: 0%;
}

.bloc_image_gauche_titre_contenu .content_right .ancre_lien link {
	padding-bottom: 30px;
}

body .bloc_avis .bloc_cartouche {
	padding-top: 65px;
	padding-bottom: 50px;
}

body .bloc_avis .slick_avis {
	background-color: #fdf9f6;
}

body .bloc_avis .slick_avis .slick-prev {
	left: 40px;
	width: 40px;
	height: 40px;
	z-index: 1;
}

body .bloc_avis .slick_avis .slick-prev::before {
	content: "";
	background-image: url("assets/img/prev-dark.png");
	width: 40px;
	height: 40px;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
}

body .bloc_avis .slick_avis .slick-next {
	right: 40px;
	width: 40px;
	height: 40px;
}

body .bloc_avis .slick_avis .slick-next::before {
	content: "";
	background-image: url("assets/img/next-dark.png");
	width: 40px;
	height: 40px;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
}

body .bloc_avis .slick_avis .slick-arrow::before {
	color: #1c2f2e;
	font-size: 40px;
}

body .bloc_avis .slick_avis .avis {
	padding: 50px 40px 40px;
}

body .bloc_avis .slick_avis .avis .texte_avis {
	text-align: justify;
	font-size: 17px;
	color: #1c2f2e;
	font-family: "proximanova-light";
}

body .bloc_avis .slick_avis .avis .texte_avis::before {
	content: "";
	background-image: url("assets/img/quote-open.png");
	position: relative;
	display: block;
	width: 22px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	left: -10px;
	top: -20px;
}

body .bloc_avis .slick_avis .avis .nom_avis {
	margin-top: 20px;
	font-weight: bold;
	color: #1c2f2e;
	font-size: 15px;
	position: relative;
	font-family: "proximanova-regular";
	text-transform: uppercase;
}

body .bloc_avis .slick_avis .avis .nom_avis::after {
	content: "";
	background-image: url("assets/img/quote-close.png");
	position: absolute;
	width: 22px;
	height: 17px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	right: 0;
	bottom: -17px;
}

body .bloc_avis .slick_avis .avis .text_avis {
	text-align: justify;
}

body .bloc_avis .slick-list {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 100px;
}

body .bloc_avis .slick_avis .slick-center {
	background-color: #fff;
}

body .bloc_avis .slick-dots {
	bottom: -60px;
}

body .bloc_avis .slick-dots li button {
	padding: 0;
}

body .bloc_avis .slick-dots li button:before {
	width: auto;
	height: auto;
	color: #627a73;
	font-size: 15px;
	opacity: 1;
}

body .bloc_avis .slick-dots li.slick-active button:before {
	color: #1c2f2e;
	opacity: 1;
}

body .bloc_avis .slick-dots li button:hover:before, body .bloc_avis .slick-dots li button:focus:before {
	color: #1c2f2e;
}
body .bloc_avis .slick_avis .avis .texte_avis .wrp-text-avis{
		/*font-size: 22px; */
		padding: 3px 5%;
		
		display: block;
		  overflow: hidden;
		  display: -webkit-box;
		  -webkit-line-clamp: 4;
		  line-clamp: 4;
		  -webkit-box-orient: vertical;
 
		  max-height: 220px;
		
	}
@media (max-width: 768px) {
	h1 {
		font-size: 58px;
	}
	header .h_left, header .h_right {
		width: 25%;
	}
	header .h_center {
		width: 50%;
	}
	body .bloc_slider .slick-track a .texte_slider {
		/* font-size: 25px; */
		width: fit-content;
	}
	body .bloc_titre_sous-titre {
		padding: 25px 0;
	}
	body .bloc_titre_sous-titre .bloc_titre_buttons {
		display: flex;
		justify-content: space-evenly;
		margin-bottom: 50px;
	}
	body .bloc_titre_sous-titre .bloc_titre_button {
		background-color: #f8ebe2;
		padding: 15px;
		border-radius: 50px;
		color: #1c2f2e;
		font-size: 15px;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 500;
		font-family: "proximanova-regular";
		letter-spacing: 0.4px;
	}
	body .bloc_titre_sous-titre .cartouche {
		margin-bottom: 25px;
	}
	body .bloc_titre_sous-titre .titre {
		font-size: 58px;
		line-height: 1;
	}
	body .bloc_titre_sous-titre .sous-titre {
		display: none;
	}
	body .bloc_3_points {
		padding-top: 35px;
		padding-bottom: 50px;
	}
	body .bloc_3_points .cartouche {
		margin-bottom: 15px;
	}
	body .bloc_3_points .trois_points {
		width: 100%;
		flex-direction: column;
		margin-top: 0;
	}
	body .bloc_3_points .trois_points .background-trois-points {
		display: block;
		width: 90%;
		bottom: 6%;
		left: 5%;
		display: none;
	}
	body .bloc_3_points .trois_points .bloc_point {
		width: 100%;
		justify-content: space-between;
		flex-direction: row;
		margin-bottom: 10px;
	}
	body .bloc_3_points .trois_points .bloc_point:nth-child(odd) {
		flex-direction: row-reverse;
	}
	body .bloc_3_points .trois_points .bloc_point:nth-child(odd) .bullet_3_points {
		order: 1;
	}
	body .bloc_3_points .trois_points .bloc_point:nth-child(odd) .texte_3_points {
		order: 2;
	}
	body .bloc_3_points .trois_points .bloc_point img, body .bloc_3_points .trois_points .bloc_point .bullet_3_points {
		width: 25%;
	}
	body .bloc_3_points .trois_points .bloc_point .bullet_3_points {
		text-align: center;
		font-size: 38px;
	}
	body .bloc_3_points .trois_points .bloc_point .texte_3_points {
		text-align: left;
		padding: 0 15px;
		margin-top: 10px;
	}
	.bloc_citation_image {
		flex-direction: row-reverse;
		align-items: flex-end;
		padding-bottom: 150px;
		padding-top: 40px;
	}
	.bloc_citation_image .cartouche {
		margin-bottom: 35px;
	}
	.bloc_citation_image .citation_left {
		/* font-size: 20px; */
		padding-left: 25px;
	}
	.bloc_citation_image .citation_left .texte_citation {
		/* font-size: 20px; */
		width: 90%;
	}
	.bloc_citation_image .citation_left .texte_citation::before {
		left: -35px;
	}
	.bloc_citation_image .citation_left .texte_citation::after {
		right: 15px;
		bottom: -15px;
	}
	.bloc_citation_image .citation_left .lien_citation {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}
	.bloc_citation_image .citation_right img {
		width: inherit;
		margin-left: auto;
		margin-right: 0;
	}
	.bloc_citation_image .citation_left .lien_citation link {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		margin-top: 50px;
	}
	body .bloc_avis .bloc_cartouche {
		padding-bottom: 0;
	}
	body .bloc_avis .cartouche {
		margin-bottom: 0;
	}
	body .bloc_avis .slick_avis {
		background-color: #fff;
	}
	body .bloc_avis .slick_avis .avis {
		padding: 40px 50px 20px;
	}
	body .bloc_avis .slick_avis .avis .texte_avis {
		/*font-size: 22px; */
		padding: 0 5%;
		
		
		
	}
	body .bloc_avis .slick_avis .avis .nom_avis {
		padding: 0 5%;
	}
	body .bloc_avis .slick_avis .avis .texte_avis::before {
		top: -10px;
	}
	body .bloc_avis .slick_avis .avis .nom_avis::after {
		bottom: 0;
	}
	body .bloc_avis .slick_avis .slick-prev {
		left: 30px;
	}
	body .bloc_avis .slick_avis .slick-next {
		right: 30px;
	}
	body .bloc_avis .slick-list {
		margin-bottom: 80px;
	}
	body .bloc_avis .slick-dots {
		bottom: -20px;
	}
	#pre-footer .flux_instagram {
		margin: 0 -5px;
	}
	#pre-footer .flux_instagram img {
		max-width: 33%;
	}
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#pre-footer {
	background: linear-gradient(180deg, white 40%, #fdf9f6 40%);
	padding: 0 5% 50px;
}

#pre-footer span {
	display: block;
}

#pre-footer .f_instagram {
	display: flex;
	flex-wrap: wrap;
}

#pre-footer .texte_coordonnees h2 p strong {
	margin-bottom: 35px;
	font-family: "elgocalt-medium";
}

#pre-footer .f_instagram .texte_instagram {
	flex: 0 0 100%;
	text-align: center;
	font-size: 30px;
	color: #1c2f2e;
	font-family: "elgocalt-medium";
	letter-spacing: 1.5px;
}

#pre-footer .f_instagram .texte_instagram strong {
	font-family: "elgocalt-bold";
}

#pre-footer .flux_instagram {
	width: 100%;
	display: flex;
	justify-content: space-evenly;
}

#pre-footer .flux_instagram img {
	max-width: calc(33% - 10px);
	margin: 0 5px;
}

#pre-footer .texte_coordonnees h2 {
	color: #164643;
	text-align: center;
	font-weight: 300;
	margin-bottom: 38px;
	font-family: "elgocalt-light";
	font-size: 42px;
	text-transform: uppercase;
}

#pre-footer .f_coordonnees {
	display: flex;
	justify-content: space-evenly;
	text-align: center;
	align-items: flex-start;
}

#pre-footer .f_coordonnees a {
	text-decoration: none;
}

#pre-footer .f_coordonnees .coordonnees_1::before {
	content: "";
	background-image: url("./assets/img/calendrier-footer.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	margin: 0 auto;
	width: 65px;
	height: 75px;
	margin-bottom: 30px;
}

#pre-footer .f_coordonnees .coordonnees_2::before {
	content: "";
	background-image: url("./assets/img/tel-footer.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	margin: 0 auto;
	width: 65px;
	height: 75px;
	flex: 100%;
	margin-bottom: 30px;
}

#pre-footer .f_coordonnees .coordonnees_3::before {
	content: "";
	background-image: url("./assets/img/mail-footer.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	margin: 0 auto;
	width: 65px;
	height: 75px;
	margin-bottom: 30px;
}

#pre-footer .f_coordonnees span {
	font-size: 14px;
	color: #164643;
	font-family: "proximanova-light";
	letter-spacing: 1px;
}

#pre-footer .f_coordonnees span strong {
	font-size: 23px;
	font-weight: 500;
	font-family: "elgocalt-medium";
	letter-spacing: initial;
}

#pre-footer .coordonnees_2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

footer {
	background-color: #1c2f2e;
	padding: 37px 10% 20px 10%;
	color: #fff;
	position: relative;
}

footer::before {
	content: "";
	background-image: url(assets/img/logo-footer.png);
	background-position: center center;
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
}

footer .site-info {
	display: flex;
}

footer .site-info .colonne-gauche, footer .site-info .colonne-droite {
	flex-basis: 50%;
}

footer .site-info .colonne-gauche .f_content {
	font-size: 16px;
	font-family: "proximanova-light";
	text-transform: uppercase;
}

footer .site-info .colonne-gauche .f_social {
	display: flex;
	margin-top: 30px;
}

footer .site-info .colonne-gauche .f_social a {
	display: block;
	width: 30px;
	height: 30px;
	background-size: contain;
}

footer .site-info .colonne-gauche .f_social a:not(:last-child) {
	margin-right: 20px;
}

footer .site-info .colonne-gauche .f_social a:nth-child(1) {
	background-image: url("../../uploads/2021/04/facebook.png");
	margin-right: 15px;
}

footer .site-info .colonne-gauche .f_social a:nth-child(2) {
	background-image: url("../../uploads/2021/04/instagram.png");
}

footer .site-info .colonne-droite {
	font-size: 16px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	font-family: "proximanova-regular";
}

footer .site-info .colonne-droite .f_newsletter {
	text-transform: uppercase;
}

footer .site-info .colonne-droite .f_newsletter p {
	margin-top: 0;
}

footer .site-info .colonne-droite .f_newsletter input {
	height: 65px;
	width: 70%;
	padding: 20px 0;
	color: #f8ebe2;
	font-size: 16px;
	background-color: transparent;
	border: 1px solid #f8ebe2;
	border-radius: 0px;
	font-family: "proximanova-regular";
	text-align: center;
}

footer .site-info .colonne-droite .f_newsletter input::placeholder {
	text-transform: uppercase;
	color: #f8ebe2;
	font-size: 16px;
	letter-spacing: 1.5px;
}

footer .site-info .colonne-droite .f_newsletter button {
	height: 65px;
	padding: 20px 45px;
	color: #1c2f2e;
	text-transform: uppercase;
	font-size: 16px;
	background-color: #f8ebe2;
	border: 1px solid #f8ebe2;
	border-radius: 0px;
	position: relative;
	top: 1px;
	margin-left: 10px;
	cursor: pointer;
}

footer .site-info .colonne-droite .f_newsletter button:hover {
	background-color: transparent;
	color: #f8ebe2;
}

footer .site-info .colonne-droite .f_reviews {
	font-family: "proximanova-light";
}

footer .site-info .colonne-droite .f_reviews p {
	text-transform: uppercase;
	font-family: "proximanova-semibold";
}

footer .site-info .colonne-droite .f_reviews .review-star {
	display: inline-block;
	font-size: 20px;
	margin-bottom: 10px;
}

footer .site-info .colonne-droite .f_reviews span {
	display: block;
}

footer .f_credits {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	font-family: "proximanova-light";
	text-transform: uppercase;
	position: relative;
}

footer #menu-credits {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}

footer #menu-credits li:not(:last-child) {
	margin-right: 50px;
}

footer #menu-credits li a {
	color: #fff;
	text-decoration: none;
}

@media (max-width: 768px) {
	header .h_center img {
		width: 150px;
	}
	header .h_right .calendrier-mobile {
		width: 30px;
	}
	#pre-footer {
		background: #fdf9f6;
		padding: 0;
	}
	#pre-footer {
		background: #f8ebe2;
	}
	#pre-footer .f_instagram .texte_instagram p {
		margin-bottom: 40px;
	}
	#pre-footer .texte_coordonnees {
		width: 90%;
		margin: 0 auto;
	}
	#pre-footer .texte_coordonnees h2 {
		line-height: 1.3;
	}
	#pre-footer .f_coordonnees {
		display: block;
		padding-bottom: 60px;
	}
	#pre-footer .f_coordonnees span {
		font-size: 18px;
	}
	#pre-footer .f_coordonnees span strong {
		font-size: 34px;
	}
	#pre-footer .f_coordonnees .coordonnees_1, #pre-footer .f_coordonnees .coordonnees_2 {
		margin-bottom: 55px;
	}
	#pre-footer .f_coordonnees .coordonnees_1::before {
		width: 80px;
		height: 85px;
		margin-bottom: 25px;
	}
	#pre-footer .coordonnees_2 {
		flex-direction: column;
	}
	#pre-footer .f_coordonnees .coordonnees_2::before {
		flex: none;
		margin-bottom: 35px;
		width: 80px;
		height: 85px;
	}
	#pre-footer .coordonnees_2a:first-child, #pre-footer .coordonnees_2a:last-child {
		margin: 0;
	}
	#pre-footer .f_coordonnees .coordonnees_3::before {
		margin-bottom: 25px;
		width: 80px;
		height: 85px;
	}
}

/*--------------------------------------------------------------
# Page builder
--------------------------------------------------------------*/
.main-navigation a {
	color: #fff;
}

.main-navigation ul ul li::before {
	color: #1c2f2e;
}

.bloc_image_pleine_largeur {
	position: relative;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	padding: 80px 40px;
}

.bloc_image_pleine_largeur .texte_sur_image_pleine_largeur h1 {
	word-break: break-word;
}

.bloc_image_pleine_largeur .texte_sur_image_pleine_largeur {
	position: relative;
	/* top: 50%;
    left: 15%;
    transform: translateY(-50%);*/
	color: var(--tooltip-color);
	width: 74%;
	margin-left: 15%;
	font-size: 100px;
	text-transform: uppercase;
	font-family: "elgocalt-medium";
	letter-spacing: 10px;
}

.bloc_image_pleine_largeur .texte_sur_image_pleine_largeur::after {
	content: "SEIZE MAI";
	position: absolute;
	bottom: 0;
	transform: translateY(100%);
	font-size: 15px;
	left: 0;
	width: fit-content;
	font-family: "proximanova-regular";
	letter-spacing: 1.5px;
}

.bloc_image_droite_citation {
	display: flex;
	/*align-items: center;*/
	position: relative;
	flex-wrap: wrap;
}

.bloc_image_droite_citation_inner {
	width: 63%;
}

@media (min-width: 1081px) {
	.bloc_image_droite_citation .bloc_cartouche {
		width: 100%;
		margin-bottom: -120px;
		position: relative;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.bloc_image_droite_citation .content_left {
	font-size: 18px;
	color: #164643;
	padding-left: 20%;
	padding-right: 20px;
	margin-top: 60px;
}

.bloc_image_droite_citation .content_left {
	width: 63%;
}

.bloc_image_droite_citation .content_left .citation {
	margin-bottom: 20px;
	position: relative;
	font-family: "proximanova-light";
}

.bloc_image_droite_citation .content_left .citation::before {
	content: "";
	background-image: url("assets/img/quote-open.png");
	position: absolute;
	display: block;
	width: 105px;
	height: 80px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	left: -120px;
	top: -40px;
}

.bloc_image_droite_citation .content_left .citation::after {
	content: "";
	background-image: url("assets/img/quote-close.png");
	position: absolute;
	width: 30px;
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	right: 0;
	bottom: 60px;
}

.bloc_image_droite_citation .content_left .citation img {
	display: block;
	margin-left: auto;
	margin-top: 30px;
}

.bloc_image_droite_citation .content_left .texte_avant_le_lien {
	font-size: 21px;
	color: #627a73;
	text-transform: uppercase;
	width: fit-content;
	width: -moz-fit-content;
	font-family: "elgocalt-medium";
	letter-spacing: 1px;
}

.bloc_image_droite_citation .content_left .ancre_lien {
	display: block;
	width: fit-content;
	width: -moz-fit-content;
	text-transform: uppercase;
	color: #1c2f2e;
	font-weight: 600;
	text-decoration: none;
	position: relative;
	font-family: "proximanova-bold";
	letter-spacing: 1.5px;
}

body.page-id-28 .bloc_image_droite_citation .content_left .ancre_lien {
	margin-left: auto;
}

body.page-id-28 .bloc_image_droite_citation .content_left .citation.aligne-recit::after {
	margin-left: auto;
}

.bloc_image_droite_citation .content_left .ancre_lien::before {
	content: "";
	background-image: url("assets/img/play.png");
	background-position: center center;
	background-size: 20px;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	left: -30px;
	top: 50%;
	transform: translateY(-50%);
}

.bloc_image_droite_citation .content_left .ancre_lien::after {
	content: "";
	height: 2px;
	width: 100%;
	background-color: #1c2f2e;
	position: absolute;
	bottom: -4px;
	left: 0;
}

.bloc_image_droite_citation .content_right {
	flex-basis: 37%;
}

.bloc_image_droite_citation .content_right img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bloc_image_gauche_contenu {
	display: flex;
	align-items: center;
	background-color: #fdf9f6;
}
.bloc_image_gauche_contenu.bloc_image_droite{
	flex-direction:row-reverse;
}

body.page-id-28 .bloc_image_gauche_contenu {
	align-items: initial;
}

.bloc_image_gauche_contenu .content_left {
	flex-basis: 40%;
	font-size: 0;
}

.bloc_image_gauche_contenu .content_left img {
	width: 100%;
	background-color: grey;
}

.bloc_image_gauche_contenu .content_right {
	flex-basis: 60%;
}

body.page-id-28 .bloc_image_gauche_contenu .content_right .bloc_cartouche {
	margin-left: 39%;
	display: block;
}

body.page-id-28 .bloc_image_gauche_contenu .content_right .bloc_cartouche .cartouche {
	margin-top: 40px;
}

.bloc_image_gauche_contenu .content_right .bloc_cartouche {
	display: flex;
	justify-content: center;
}

.bloc_image_gauche_contenu .content_right .bloc_cartouche .cartouche {
	margin-left: 0;
}

.bloc_image_gauche_contenu .content_right .contenu {
	width: 55%;
	margin: 0 auto;
	text-align: justify;
	font-size: 18px;
	color: #1c2f2e;
	font-family: "proximanova-light";
	line-height: 1.3;
}

.bloc_doctolib {
	max-width: 1400px;
	margin: auto;
	display: flex;
	min-height: 400px;
	height: 100%;
}

.bloc_doctolib .content_right,
.bloc_doctolib .content_left {
	width: 50%;
}

.bloc_doctolib .content_left .contenu {
	margin: 0 auto;
	text-align: justify;
	font-size: 18px;
	color: #1c2f2e;
	font-family: "proximanova-light";
	line-height: 1.3;
	padding: 0 40px;
}

.bloc_doctolib .content_right {
	background-size: cover;
	background-repeat: no-repeat;
	padding: 40px;
}

.bloc_manifesto_contenu {
	display: flex;
	align-items: center;
	background-color: #fdf9f6;
}

.bloc_manifesto_contenu .content_left {
	flex-basis: 40%;
	font-size: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #CAD4CB;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.bloc_manifesto_contenu .content_left .contenu {
	background-color: #1c2f2e;
	width: calc(100% - 150px);
	max-width: 630px;
	margin: 75px auto;
	font-size: 30px;
	color: #fff;
	font-family: "proximanova-light";
	line-height: 1.3;
	padding: 80px;
}

.bloc_manifesto_contenu .content_left .contenu img {
	height: 20px;
}

.bloc_manifesto_contenu .content_left .manifesto:after,
.bloc_manifesto_contenu .content_left .manifesto:before {
	content: attr(data-content);
	display: block;
	position: absolute;
	font-size: 16px;
	color: #fff;
	font-family: "proximanova-bold";
	line-height: 1;
	text-align: center;
}

.bloc_manifesto_contenu .content_left .manifesto.top-bottom:after,
.bloc_manifesto_contenu .content_left .manifesto.top-bottom:before {
	width: 100%;
	height: 20px;
}

.bloc_manifesto_contenu .content_left .manifesto.top-bottom:before {
	top: 30px;
	bottom: auto;
	margin: auto;
}

.bloc_manifesto_contenu .content_left .manifesto.top-bottom:after {
	top: auto;
	bottom: 30px;
	margin: auto;
	transform: rotate(180deg);
}

.bloc_manifesto_contenu .content_left .manifesto.left-right:after,
.bloc_manifesto_contenu .content_left .manifesto.left-right:before {
	top: 0;
	width: 20px;
	height: 100%;
}

.bloc_manifesto_contenu .content_left .manifesto.left-right:before {
	transform: rotate(180deg);
	writing-mode: vertical-lr;
	left: 30px;
	right: auto;
}

.bloc_manifesto_contenu .content_left .manifesto.left-right:after {
	writing-mode: vertical-lr;
	right: 30px;
	left: auto;
}

.bloc_manifesto_contenu .content_left .contenu strong {
	font-family: "elgocalt-bold";
}

.bloc_manifesto_contenu .content_right {
	flex-basis: 60%;
}

.bloc_manifesto_contenu .content_right .bloc_cartouche {
	display: flex;
	justify-content: center;
}

.bloc_manifesto_contenu .content_right .bloc_cartouche .cartouche {
	margin-left: 0;
}

.bloc_manifesto_contenu .content_right .contenu {
	width: 55%;
	margin: 0 auto;
	text-align: justify;
	font-size: 18px;
	color: #1c2f2e;
	font-family: "proximanova-light";
	line-height: 1.3;
}

.bloc_contenu_centre {
	padding-top: 70px;
}

body.page-id-24 .bloc_contenu_centre.largeur-m {
	padding-top: 45px;
}

body.page-id-28 .bloc_contenu_centre {
	padding-top: 0;
	padding-bottom: 25px;
	margin-bottom: 0;
}

body.page-id-28 .bloc_contenu_centre.largeur-s {
	margin-bottom: 50px;
}

body.page-id-26 .bloc_contenu_centre.largeur-m .contenu {
	width: 100%;
}

body.page-id-28 .bloc_contenu_centre.largeur-m {
	background-color: #fdf9f6;
}

body.page-id-28 .bloc_contenu_centre.largeur-m .contenu {
	width: 100%;
}

.bloc_contenu_centre .texte {
	 
	position: relative;
}
body.page-id-28 .bloc_contenu_centre.largeur-m .cartouche {
	color: #164643;
	width: 60%;
	position: relative;
}

body.page-id-28 .bloc_contenu_centre.largeur-m .contenu .texte {
	margin-left: 25%;
	width: 60%;
	position: relative;
}

.bloc_contenu_centre.logo_on .contenu .texte::after {
	content: "";
	background-image: url("assets/img/green-animated-picto-stamp.svg");
	width: 135px;
	height: 135px;
	position: absolute;
	right: 20%;
	top: -84px;
}


body.page-id-28 .bloc_contenu_centre.largeur-m.logo_on .contenu .texte::after {
	content: "";
	background-image: url("assets/img/green-animated-picto-stamp.svg");
	width: 135px;
	height: 135px;
	position: absolute;
	right: 20%;
	top: -84px;
}

body.page-id-22 .bloc_contenu_centre {
	padding-top: 0;
}

body.page-id-22 .bloc_contenu_centre.largeur-m .contenu {
	width: 100%;
}

.bloc_contenu_centre.largeur-xs .cartouche {
	color: #164643;
}

body.page-id-28 .bloc_contenu_centre.largeur-s .cartouche {
	margin-left: 15%;
}

.bloc_contenu_centre.largeur-xs .contenu {
	width: 70%;
	margin: 0 auto;
	display: grid;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-flow: column;
	column-gap: 30px;
	position: relative;
	color: #164643;
}

.bloc_contenu_centre .contenu .titre {
	font-size: 35px;
	font-family: "elgocalt-medium";
	width: 80%;
	line-height: 1.2;
}

.bloc_contenu_centre .contenu .titre p {
	margin-bottom: 0;
}

.bloc_contenu_centre .contenu .titre strong {
	font-family: "elgocalt-bold";
}

.bloc_contenu_centre.largeur-xs .contenu .texte {
	font-size: 18px;
	color: #164643;
	font-family: "proximanova-light";
	line-height: 1.3;
}

.bloc_contenu_centre.largeur-xs .contenu .texte:not(:last-child) {
	text-align: justify;
}

body.page-id-28 .bloc_contenu_centre.largeur-xs {
	position: relative;
}

body.page-id-28 .bloc_contenu_centre.largeur-xs .contenu {
	position: initial;
	padding-top: 120px;
	margin-bottom: 160px;
}

body.page-id-28 .bloc_contenu_centre.largeur-xs .contenu .bloc_cartouche {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 70px;
}

body.page-id-28 .bloc_contenu_centre.largeur-xs .contenu .texte:last-child {
	position: absolute;
	bottom: 0;
	transform: translateY(-80px);
	width: 70%;
}

.bloc_contenu_centre.largeur-s {
	margin-bottom: 50px;
}

.bloc_contenu_centre.largeur-s .contenu {
	width: 70%;
	margin: 0 auto;
	position: relative;
}

.bloc_contenu_centre.largeur-s .contenu .texte {
	font-size: 18px;
	color: #1c2f2e;
	font-family: "proximanova-light";
	line-height: 1.3;
	text-align: justify;
}

.bloc_contenu_centre.largeur-s .contenu img {
	width: 100%;
}

.bloc_contenu_centre.largeur-s .contenu .image:nth-child(4) img {
	width: 65%;
	margin: 0 auto;
	display: block;
}

body.page-id-28 .bloc_contenu_centre.largeur-s .contenu .bouton {
	width: fit-content;
	margin: 90px auto 0;
}

.bloc_contenu_centre.largeur-s .contenu .texte {
	width: 65%;
	margin: 0 auto;
}

.bloc_contenu_centre.largeur-s .contenu .texte p {
	margin-bottom: 40px;
}

#primary .bloc_contenu_centre.largeur-s .contenu a.btn {
	margin: 0 auto;
}

body.page-id-24 .bloc_image_pleine_largeur .texte_sur_image_pleine_largeur {
	width: 85%;
	top: 60%;
}

body.page-id-22 .bloc_image_pleine_largeur .texte_sur_image_pleine_largeur {
	top: 60%;
}

body.page-id-26 .bloc_image_pleine_largeur .texte_sur_image_pleine_largeur {
	top: 60%;
}

body.page-id-20 .bloc_image_pleine_largeur .texte_sur_image_pleine_largeur {
	top: 60%;
}

body.page-id-24 .bloc_image_pleine_largeur .texte_sur_image_pleine_largeur::after {
	content: "QUESTIONS _ REPONSES";
}

body.page-id-26 .bloc_image_pleine_largeur .texte_sur_image_pleine_largeur::after {
	content: "NOS PRATICIENS";
}

body.page-id-20 .bloc_image_pleine_largeur .texte_sur_image_pleine_largeur::after {
	content: "ZONE _ VISAGE";
}

body.page-id-22 .bloc_image_pleine_largeur .texte_sur_image_pleine_largeur::after {
	content: "NOS TARIFS";
}

.bloc_contenu_centre.largeur-m {
	margin-bottom: 25px;
}

.bloc_contenu_centre.largeur-m .contenu {
	width: 70%;
	margin: 0 auto;
}

.bloc_contenu_centre.largeur-m .contenu .texte {
	font-family: "proximanova-light";
	font-size: 18px;
	text-align: justify;
	color: #1c2f2e;
	letter-spacing: -0.15px;
}

.bloc_contenu_centre.largeur-m .contenu .bloc_cartouche {
	padding-top: 50px;
}

.bloc_contenu_centre .images-liste > * {
	margin: 0;
	padding: 10px;
}

.bloc_contenu_centre .images-liste .clear {
	clear: both;
	float: none;
}

.bloc_contenu_centre .images-liste figure:nth-child(1) {
	float: left;
	width: 30%;
	text-align: right;
}

.bloc_contenu_centre .images-liste figure:nth-child(1) img {
	width: 80%;
}

.bloc_contenu_centre .images-liste figure:nth-child(3) {
	float: left;
	width: 30%;
	text-align: right;
}

.bloc_contenu_centre .images-liste figure:nth-child(2) {
	float: right;
	width: 70%;
	text-align: left;
	margin-top: 50px;
}

@media (min-width: 768px) {
	body.page-id-26 .bloc_contenu_centre.largeur-m .contenu .bloc_cartouche {
		padding-top: 0;
	}
}

.bloc_contenu_centre.largeur-m .contenu .titre {
	font-family: "elgocalt-regular";
	font-size: 35px;
	color: #164643;
	letter-spacing: 1.75px;
	line-height: 1.3;
	width: 100%;
}

.bloc_contenu_centre.largeur-m .contenu .titre strong {
	font-family: "elgocalt-black";
}

.bloc_contenu_centre.largeur-m .bouton {
	width: fit-content;
	margin: 0 auto;
}

.bloc_faq {
	padding: 30px 15% 10px;
}

.bloc_faq .titre_faq {
	font-family: "proximanova-bold";
	font-size: 18px;
	letter-spacing: 1.8px;
	color: #627a73;
	position: relative;
	width: fit-content;
	text-transform: uppercase;
	margin-bottom: 33px;
}

.bloc_faq .titre_faq::after {
	content: "";
	background-color: #627a73;
	height: 2px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.bloc_faq article {
	position: relative;
	cursor: pointer;
}

.bloc_faq article:not(:first-child) {
	border-top: 1px solid #627a73;
	padding-top: 25px;
}

body.page-id-20 .bloc_faq article:last-child {
	border-bottom: 1px solid #627a73;
}

.bloc_faq .question {
	font-family: "proximanova-semibold";
	font-size: 16px;
	color: #627a73;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 22px;
	text-transform: uppercase;
	width: 90%;
}

.bloc_faq .question::after {
	content: "+";
	background-color: #f8ebe2;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	position: absolute;
	right: 0;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	font-size: 22px;
}

.bloc_faq:nth-child(odd) .question img {
	content: url("assets/img/open-couleur.png");
}

.bloc_faq:nth-child(even) .question img {
	content: url("assets/img/open-blanc.png");
}

body.page-id-20 .bloc_faq .question img {
	display: none;
}

.bloc_faq .reponse {
	display: block;
	max-height: 0;
	overflow: hidden;
}

.bloc_faq .question.active::after {
	content: "-";
}

.bloc_faq .question.active + .reponse {
	max-height: 1000px;
	transition: all 1s ease;
}

.bloc_faq .reponse p {
	width: 85%;
	font-family: "proximanova-light";
	font-size: 16px;
	color: #1c2f2e;
	text-align: justify;
	line-height: 1.3;
	margin-top: 0;
}

.bloc_equipe {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	margin-bottom: 120px;
}

.bloc_equipe .membre {
	width: 30%;
	position: relative;
}
 
.bloc_equipe .membre .m-photo {
	position: relative;
}

.bloc_equipe .membre img {
	display: block;
	margin-left: auto;
	width: 85%;
}

.bloc_equipe .membre .m-titre {
	font-family: "elgocalt-medium";
	font-size: 70px;
	color: #164643;
	position: absolute;
	bottom: 20px;
	line-height: 70px;
}

.bloc_equipe .membre .m-titre::before {
	content: "";
	background-image: url("assets/img/quote-open.png");
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 50px;
	height: 39px;
	position: absolute;
	top: 0;
	transform: translateY(-170%);
}

.bloc_equipe .membre .m-specialite {
	font-family: "proximanova-bold";
	font-size: 17px;
	letter-spacing: 1.7px;
	color: #164643;
	margin-top: 45px;
	margin-bottom: 50px;
	text-transform: uppercase;
}

.bloc_equipe .membre .m-description {
	text-align: justify;
	font-family: "proximanova-light";
	font-size: 17px;
	color: #164643;
	text-transform: uppercase;
	position: relative;
}

.bloc_equipe .membre .m-description::after {
	content: "";
	background-image: url("assets/img/quote-close.png");
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 40px;
	height: 32px;
	position: absolute;
}

.bloc_equipe .membre .m-lien {
	font-family: "proximanova-bold";
	font-size: 17px;
	letter-spacing: 1.7px;
	color: #164643;
	text-transform: uppercase;
	position: relative;
	display: block;
	margin-top: 110px;
	margin-bottom: 50px;
	width: fit-content;
	width: -moz-fit-content;
	text-decoration: none;
}

.bloc_equipe .membre .m-lien::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #164643;
	transition: width linear 0.5s;
}

.bloc_equipe .membre .m-lien:hover::after {
	width: 0%;
}

.bloc_equipe .membre .m-rdv {
	background-color: #1c2f2e;
	padding: 20px 45px;
	color: #fff;
	text-transform: uppercase;
	font-family: "proximanova-regular";
	font-size: 16px;
	letter-spacing: 1.6px;
	text-decoration: none;
}

@media (min-width: 992px) {
	.bloc_equipe.bloc_equipe_1 .membre {
		width: 90%;
		position: relative;
		margin:auto; 
		
		display:flex; 
	}
	.bloc_equipe.bloc_equipe_1 .m-photo-width{
		width: 40%;
		display:flex;
		margin-right:40px;
	}
	.bloc_equipe.bloc_equipe_1 .wrp-m-description{
		width: calc(60% - 40px);
		padding-top: 80px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.bloc_equipe.bloc_equipe_1 .membre img{
		object-fit:contain;
		width:100%;
		height:100%;
	}
	.bloc_equipe.bloc_equipe_1 .membre .m-titre{
		position:relative;
		bottom:initial;
	}
}
/*DEROULEMENT SEANCE*/
.bloc_deroulement_seance {
	display: flex;
}

.numeros_etapes {
	display: flex;
}

.numeros_etapes .line {
	width: 2.5px;
	height: 100%;
	background: #164643;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	margin: 0 5rem;
	padding: 4rem 0;
}

.numeros_etapes .line .numero_etape {
	display: block;
	margin-left: 3.5rem;
	cursor: pointer;
	font-family: "proximanova-light";
	font-size: 22px;
	letter-spacing: 2.2px;
	color: #164643;
	position: relative;
	transition: font-size .3s ease;
}

.numeros_etapes .line .numero_etape.active {
	font-size: 32px;
	font-family: "proximanova-bold";
}

.numeros_etapes .line .numero_etape::before {
	content: ".";
	font-family: "proximanova-bold";
	color: #164643;
	font-size: 50px;
	position: absolute;
	left: -19px;
	line-height: 10px;
	transition: all .3s ease;
}

.numeros_etapes .line .numero_etape[data-etape="1"]::before {
	left: -21px;
}

.numeros_etapes .line .numero_etape.active::before {
	left: -13px;
	top: 7px;
}

.numeros_etapes .line .numero_etape[data-etape="1"].active::before {
	left: -16px;
}

.bloc_deroulement_seance .deroulement {
	padding: 4rem 0;
}

.bloc_deroulement_seance .cartouche, .bloc_deroulement_seance .cartouche span::before {
	color: #164643;
}

.bloc_deroulement_seance .cartouche {
	margin-left: 5%;
}

.etapes {
	width: 75%;
	margin-left: 15%;
}

.etapes .etape {
	display: none;
	position: relative;
	color: #164643;
}

.etapes .etape.current {
	display: block;
}

.etapes .etape .sur_titre_de_letape {
	font-family: "proximanova-bold";
	font-size: 12px;
	letter-spacing: .6px;
	text-transform: uppercase;
}

.etapes .etape .titre_de_letape {
	font-family: "elgocalt-medium";
	font-size: 40px;
	position: relative;
	transform: translateX(-50%);
	width: fit-content;
	width: -moz-fit-content;
}

.etapes .etape .description_de_letape {
	width: 70%;
	text-align: justify;
	font-family: "proximanova-light";
	font-size: 17px;
}

.etapes .etape .lien_etape_suivante {
	font-family: "proximanova-bold";
	font-size: 16px;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	position: relative;
	width: fit-content;
	width: -moz-fit-content;
	cursor: pointer;
}

.etapes .etape .lien_etape_suivante::after {
	content: "";
	background-color: #164643;
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	bottom: -2px;
}

.fleches {
	display: flex;
	flex-direction: column;
}

.fleche_haut, .fleche_bas {
	position: absolute;
	right: 25px;
	top: 50%;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	cursor: pointer;
}

.fleche_haut {
	transform: translate(0, -30px) rotate(180deg);
}

.fleche_bas {
	transform: translate(0, 30px);
}

.deroulement .bouton {
	margin-top: 55px;
	margin-left: 15%;
}

body.page-id-20 .bloc_contenu_centre.largeur-m .cartouche,
body.page-id-20 .bloc_contenu_centre.largeur-m .tarif,
body.page-id-20 .bloc_contenu_centre.largeur-s .cartouche {
	margin-left: 15%;
}

.image_a_gauche_texte_a_droite {
	display: flex;
}

@media (min-width: 992px) {
	.image_a_gauche_texte_a_droite.bloc_reverse_bloc {
		flex-direction:row-reverse;
	}
}
.image_a_gauche_texte_a_droite .image_gauche, .image_a_gauche_texte_a_droite .texte_droite {
	width: 50%;
}

@media (min-width: 992px) {
	.image_a_gauche_texte_a_droite.bloc_reverse_bloc .image_gauche {
		text-align:right;
	}
}
.image_a_gauche_texte_a_droite .texte_droite {
	padding-left: 30px;
	font-family: "proximanova-light";
	font-size: 17px;
	color: #1c2f2e;
}

.image_a_gauche_texte_a_droite .texte_droite p {
	margin-top: 0;
}

@media (min-width: 992px) {
	.bloc_contenu_centre.largeur-m .tarif {
		margin-left: 10%;
	}
}

.bloc_contenu_centre.largeur-m .tarif .prestation {
	font-family: "proximanova-light";
	font-size: 17px;
	color: #1c2f2e;
}

.bloc_contenu_centre.largeur-m .tarif table {
	display: bloc;
}

.bloc_contenu_centre.largeur-m .tarif table tr {
	display: flex;
}

.bloc_contenu_centre.largeur-m .tarif table tr td.prestation {
	width: 65%;
}

.bloc_contenu_centre.largeur-m .tarif table tr td.prix {
	padding-left: 10px;
	width: 35%;
}

.bloc_contenu_centre.largeur-m .tarif article {
	display: flex;
}

.bloc_contenu_centre.largeur-m .tarif .prix {
	margin-right: 0;
	margin-left: auto;
	font-family: "proximanova-regular";
	font-size: 20px;
	color: #1c2f2e;
}

.bloc_slider_3_visuels {
	padding: 30px 0 80px;
}

.bloc_slider_3_visuels .slick_3v{
	max-width:1680px;
	margin:auto;
}

.bloc_slider_3_visuels .cartouche {
	color: #fbf5f0;
}

.bloc_slider_3_visuels .cartouche span::before {
	background-color: #fbf5f0;
}

.bloc_slider_3_visuels .slick-slider {
	width: calc(100% - 90px);
	margin: 0 auto;
}

.bloc_slider_3_visuels .slick-slide {
	padding: 0 7px;
}

.bloc_slider_3_visuels .slick-arrow {
	top: initial;
	bottom: -95px;
	width: 40px;
	height: 40px;
	z-index: 1;
}

.bloc_slider_3_visuels .slick-arrow::before {
	font-size: 40px;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.bloc_slider_3_visuels .slick-prev {
	left: 0;
}

.bloc_slider_3_visuels .slick-prev::before {
	content: "";
	background-image: url("assets/img/prev-white.png");
}

.bloc_slider_3_visuels .slick-next {
	right: 0;
}

.bloc_slider_3_visuels .slick-next::before {
	content: "";
	background-image: url("assets/img/next-white.png");
}

.bloc_slider_3_visuels .slick-dots li button::before {
	width: auto;
	height: auto;
	font-size: 15px;
	color: #fff;
	opacity: 1;
}

.bloc_slider_3_visuels .slick-dots {
	bottom: -65px;
}

.bloc_slider_3_visuels .slick-dots li.slick-active button::before {
	color: #627a73;
}

/* theme bloc */


.bloc_slider_3_visuels .slick-slide a {
	  text-decoration:none !important
}

.bloc_slider_3_visuels .slick-slide .title-slide {
	  font-family: "elgocalt-medium";
	  font-size: 36px;
	  position: relative;
	  text-align:center;
	  color:#fbf5f0;
	  margin-top:15px !important
}

.green {background-color:#738b84;}
.light-orange{ background-color:#fdf9f6;}
.linen{ background-color:#F8EBE2;}

.bloc_slider_3_visuels.light-orange .slick-slide .title-slide ,
.bloc_slider_3_visuels.linen .slick-slide .title-slide {
	 
	  color:#1c2f2e;
}

.bloc_slider_3_visuels.linen .cartouche,
.bloc_slider_3_visuels.light-orange .cartouche {
	color: #1c2f2e;
}

.bloc_slider_3_visuels.linen .cartouche span::before , 
.bloc_slider_3_visuels.light-orange .cartouche span::before {
	background-color: #1c2f2e;
}

.bloc_slider_3_visuels.linen  .slick-prev::before, 
.bloc_slider_3_visuels.light-orange  .slick-prev::before {
 background-image: url("assets/img/prev-dark.png");
}
 .bloc_slider_3_visuels.linen  .slick-next::before ,
.bloc_slider_3_visuels.light-orange  .slick-next::before {
	background-image: url("assets/img/next-dark.png");
}

.bloc_slider_3_visuels.linen  .slick-dots li button::before,
.bloc_slider_3_visuels.light-orange   .slick-dots li button::before {
	
	color: #1c2f2e; 
}


body.page-id-20 .bloc_faq {
	padding-top: 0px;
}

body.page-id-20 .bloc_faq .titre_faq {
	margin-bottom: 70px;
}

body.page-id-20 .bloc_contenu_centre.largeur-m:last-child {
	margin-bottom: 40px;
}

body.page-id-20 .bloc_contenu_centre.largeur-m:last-child .image img {
	margin: 0 auto;
	display: block;
}

.bloc_tarifs_2_colonnes {
	display: flex;
	justify-content: center;
	width: 70%;
	margin: 0 auto 55px;
}

.bloc_tarifs_2_colonnes .tarif {
	width: calc(50% - 15px);
	background-color: #fdf9f6;
	color: #164643;
	padding: 25px 0 30px;
}

.bloc_tarifs_2_colonnes .tarif:nth-child(2) {
	margin-left: 30px;
}

.bloc_tarifs_2_colonnes .prestation-titre {
	padding-bottom: 35px;
	border-bottom: 1px solid #164643;
	text-align: center;
	font-family: "proximanova-semibold";
	font-size: 18px;
	text-transform: uppercase;
	line-height: 1.3;
}

.bloc_tarifs_2_colonnes .description {
	padding: 30px 0;
	width: 90%;
	margin: 0 auto;
	text-align: center;
	font-family: "proximanova-light";
	font-size: 18px;
	line-height: 1.3;
}

.bloc_tarifs_2_colonnes .prix {
	text-align: center;
	font-family: "elgocalt-medium";
	font-size: 50px;
	letter-spacing: 2.5px;
	margin-bottom: 20px;
}

.bloc_tarifs_2_colonnes .bouton {
	width: fit-content;
	margin: 0 auto;
}

.bloc_tarifs_2_colonnes .bouton .btn {
	margin: 0 auto !important;
}

/*TABLEAU TARIF*/
.bloc_tableau_tarifs {
	width: 70%;
	margin: 0 auto;
}

.titre_des_prestations, .titre_de_la_categorie {
	cursor: pointer;
}

.titre_des_prestations {
	font-family: "proximanova-bold";
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1.8px;
	color: #fff;
	background-color: #627a73;
	text-align: center;
	padding: 20px 0;
	position: relative;
	margin-bottom: 5px;
}

.titre_des_prestations i {
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
}

.type_de_prestations.current .titre_des_prestations i::before {
	content: "\f077";
}

.type_de_prestations.current .titre_des_prestations {
	background-color: #1c2f2e;
}

.categorie_de_prestations_wrapper {
	background-color: #FBF3EF;
}

.categorie_de_prestations {
	background-color: #CDCFCA;
	color: #1c2f2e;
}

.categorie_de_prestations:not(:last-child) {
	margin-bottom: 3px;
}

.categorie_de_prestations_wrapper {
	max-height: 0;
	overflow: hidden;
}

.type_de_prestations.current .categorie_de_prestations_wrapper {
	max-height: 4500px;
	transition: max-height .5s ease;
}

.categorie_de_prestations .prestations {
	max-height: 0;
	overflow: hidden;
	padding: 0;
}

.categorie_de_prestations.current .prestations {
	display: flex;
	max-height: 2500px;
	transition: max-height .3s ease;
	padding: 30px 0 15px;
}

.titre_de_la_categorie {
	font-family: "proximanova-semibold";
	font-size: 20px;
	letter-spacing: 2px;
	text-align: center;
	padding: 5px 0;
	text-transform: uppercase;
}

.categorie_de_prestations.current .titre_de_la_categorie {
	background-color: #FBF3EF;
}

.prestations {
	background-color: #FBF3EF;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

.prestations .prestation {
	width: 32%;
	border: 1px solid rgba(98, 122, 115, 0.5);
	padding: 25px 0;
	color: #164643;
	text-align: center;
	position: relative;
	margin-bottom: 7px;
	background-color: #fdf9f6;
	display: flex;
	flex-direction: column;
}

.prestations .prestation .prestation-titre {
	font-family: "proximanova-semibold";
	text-transform: uppercase;
	font-size: 18px;
	padding-bottom: 15px;
	border-bottom: 1px solid #627a73;
	line-height: 1.2;
}

.prestations .prestation .description {
	padding-top: 30px;
	padding-bottom: 20px;
	font-family: "proximanova-light";
	font-size: 18px;
	text-transform: uppercase;
	flex: auto;
}

.prestations .prestation .a_partir_de {
	font-family: "elgocalt-regular";
	font-size: 18px;
	line-height: .3;
	letter-spacing: .9px;
	text-transform: uppercase;
	/*
    position: absolute;
    left: 50%;
    top: 46%;
    transform: translateX(-50%);
    */
}

.prestations .prestation .prix {
	font-family: "elgocalt-medium";
	font-size: 37px;
	letter-spacing: 1.8px;
	text-align: center;
	margin-bottom: 35px;
}

.prestations .prestation .bouton {
	width: fit-content;
	margin: 0 auto;
}

.prestations .prestation .bouton .btn {
	margin: 0 auto !important;
}

.type_de_prestations.current .categorie_cosmetologie {
	padding: 25px 0;
}

.prestation-cosmetologie {
	display: flex;
	justify-content: space-between;
	padding: 15px 0;
	width: 65%;
	margin: 0 auto;
}

.prestation-cosmetologie:nth-child(even) {
	align-items: flex-end;
}

.prestation-cosmetologie:not(:first-child) {
	border-top: 1px solid #627a73;
}

.prestation-cosmetologie .titre-prestation-cosmetologie {
	font-family: "proximanova-light";
	font-size: 22px;
	font-weight: normal;
	margin: 0;
	line-height: 1.2;
}

.prestation-cosmetologie .tarifs_cosmetologie h2 {
	font-family: "proximanova-light";
	font-size: 22px;
	font-weight: normal;
	margin: 0;
	text-align: right;
	line-height: 1.2;
}

body.page-id-22 .bloc_contenu_centre .bouton .btn {
	margin: 45px auto 0 !important;
}

.bloc_contenu_pictos_droite {
	width: 70%;
	margin: 55px auto 80px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.bloc_contenu_pictos_droite .content_left {
	width: 48%;
}

.bloc_contenu_pictos_droite .content_left .contenu {
	font-family: "proximanova-light";
	font-size: 18px;
	letter-spacing: -0.18px;
	text-align: justify;
	color: #1c2f2e;
}

.bloc_contenu_pictos_droite .content_left .contenu p {
	margin-top: 0;
}

.bloc_contenu_pictos_droite .content_left .bouton {
	width: fit-content;
	margin: 0 auto;
}

body.page-id-20 .bloc_contenu_pictos_droite .bouton .btn {
	margin: 45px auto 0 !important;
}

.bloc_contenu_pictos_droite .pictos {
	width: 48%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.bloc_contenu_pictos_droite .pictos .picto {
	width: 26%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
	font-size: 14px;
	text-transform: uppercase;
}

.bloc_contenu_pictos_droite .pictos .picto .ligne_1_du_picto {
	font-family: "proximanova-light";
}

.bloc_contenu_pictos_droite .pictos .picto .ligne_2_du_picto {
	font-family: "proximanova-regular";
	font-weight: 600;
	font-style: italic;
}

.bloc_contenu_pictos_droite .pictos .picto img {
	width: 80%;
	display: block;
	margin: 0 auto 10px;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (max-width: 1900px) {
	body.page-id-28 .bloc_contenu_centre.largeur-m .contenu .texte::after {
		right: 12%;
	}
	.bloc_manifesto_contenu .content_left .contenu {
		width: calc(100% - 150px);
		max-width: 500px;
		margin: 75px auto;
		font-size: 24px;
		padding: 60px;
	}
	.bloc_manifesto_contenu .content_left .contenu p {
		margin-bottom: 20px;
	}
	.bloc_manifesto_contenu .content_left .contenu img {
		height: 18px;
	}
}

@media (max-width: 1600px) {
	body.page-id-28 .bloc_contenu_centre.largeur-m .contenu .texte::after {
		right: 12%;
	}
	.bloc_manifesto_contenu .content_left,
	.bloc_manifesto_contenu .content_right {
		flex-basis: 50%;
	}
}

@media (max-width: 1400px) {
	.bloc_image_gauche_titre_contenu .content_right .contenu {
		padding-top: 30px;
	}
	body.page-id-28 .bloc_contenu_centre.largeur-m .contenu .texte::after {
		right: 0;
	}
}

@media (max-width: 1300px) {
	.bloc_image_droite_citation {
		/*  align-items: flex-end; */
	}
	.bloc_image_droite_citation .content_left {
		margin-bottom: 20px;
	}
	.bloc_image_droite_citation .content_left .citation img {
		margin-top: 20px;
	}
	.bloc_manifesto_contenu .content_left,
	.bloc_image_gauche_contenu .content_left {
		flex-basis: 45%;
	}
	.bloc_image_gauche_contenu .content_right {
		flex-basis: 55%;
	}
	.bloc_image_gauche_contenu .content_right .contenu {
		width: 65%;
	}
	body.page-id-28 .bloc_image_gauche_contenu .content_right .bloc_cartouche {
		margin-left: 34%;
	}
	.bloc_manifesto_contenu .content_left .manifesto.top-bottom:before {
		top: 15px;
	}
	.bloc_manifesto_contenu .content_left .manifesto.top-bottom:after {
		bottom: 15px;
	}
	.bloc_manifesto_contenu .content_left .manifesto.left-right:after,
	.bloc_manifesto_contenu .content_left .manifesto.left-right:before {
		top: 0;
		width: 20px;
		height: 100%;
	}
	.bloc_manifesto_contenu .content_left .manifesto.left-right:before {
		left: 15px;
	}
	.bloc_manifesto_contenu .content_left .manifesto.left-right:after {
		right: 15px;
	}
	.bloc_manifesto_contenu .content_left .contenu {
		width: calc(100% - 80px);
		margin: 40px auto;
		padding: 30px;
	}
}

@media (max-width: 1200px) {
	.bloc_citation_image .citation_left {
		padding-left: 20%;
	}
	.bloc_citation_image .citation_right img {
		width: 75%;
	}
	.bloc_image_gauche_titre_contenu {
		align-items: center;
	}
	.bloc_image_gauche_titre_contenu .content_right .titre {
		line-height: 1.1;
	}
	.bloc_image_droite_citation_inner {
		width: 55%;
	}
	.bloc_image_droite_citation .content_left {
		width: 58%;
	}
	.bloc_image_droite_citation .content_right {
		flex-basis: 40%;
	}
	.bloc_image_droite_citation .content_left {
		margin-bottom: 30px;
	}
	.bloc_manifesto_contenu .content_right .contenu,
	.bloc_image_gauche_contenu .content_right .contenu {
		width: 70%;
	}
	.bloc_equipe .membre {
		width: 40%;
	}
	.bloc_tarifs_2_colonnes, .bloc_tableau_tarifs {
		width: 80%;
	}
	body.page-id-28 .bloc_image_gauche_contenu .content_right .bloc_cartouche {
		margin-left: 27%;
	}
	body.page-id-28 .bloc_contenu_centre.largeur-m .contenu .texte::after {
		transform: translateY(-35%);
	}
}

@media (max-width: 1130px) {
	.bloc_image_droite_citation .bloc_cartouche {
		margin-top: 40px;
	}
}

@media (max-width: 1080px) {
	footer .site-info .colonne-droite .f_newsletter input {
		width: 60%;
	}
	.bloc_image_droite_citation {
		flex-direction: column;
		align-items: initial;
	}
	.bloc_image_droite_citation .content_left {
		order: 3;
		padding-left: 5%;
		padding-right: 0;
	}
	.bloc_image_droite_citation .content_right {
		order: 2;
		width: 50%;
		margin: 0 auto 40px;
	}
	.bloc_image_droite_citation .content_left .citation::before {
		left: 10%;
		top: 0;
		transform: translateY(-130%);
	}
	.bloc_image_droite_citation .content_left .citation::after {
		right: 250px;
		bottom: 0;
	}
	.bloc_image_droite_citation .content_left .citation {
		text-align: justify;
		margin-bottom: 60px;
	}
	.bloc_image_droite_citation .content_left .texte_avant_le_lien {
		width: fit-content;
		position: absolute;
		left: 40%;
		transform: translateX(-50%);
		font-size: 28px;
	}
	.bloc_image_droite_citation .content_left .ancre_lien {
		margin: 0 auto 70px;
		padding-top: 60px;
	}
	.bloc_image_droite_citation .content_left .ancre_lien::before {
		top: 63px;
		transform: none;
	}
	.bloc_image_droite_citation .bloc_cartouche {
		position: relative;
	}
	.prestations .prestation {
		width: 45%;
	}
	.bloc_manifesto_contenu .content_left,
	.bloc_manifesto_contenu .content_right,
	.bloc_image_gauche_contenu .content_left,
	.bloc_image_gauche_contenu .content_right {
		flex-basis: 50%;
	}
	.bloc_manifesto_contenu .content_right .contenu,
	.bloc_image_gauche_contenu .content_right .contenu {
		width: 75%;
	}
	body.page-id-20 .bloc_contenu_centre.largeur-m .contenu {
		width: 80%;
	}
	.bloc_slider_3_visuels .bloc_cartouche {
		width: 80%;
		margin: 0 auto;
	}
	.bloc_slider_3_visuels .bloc_cartouche .cartouche {
		margin-left: 15%;
	}
	.bloc_contenu_pictos_droite {
		width: 80%;
	}
	.bloc_image_droite_citation .content_left {
		width: 50%;
	}
}

@media (min-width: 768px) and (max-width: 1080px) {
	h1 {
		color: inherit;
		font-size: 70px;
		text-transform: uppercase;
		font-family: "elgocalt-medium";
		letter-spacing: 10px;
	}
	.bloc_image_droite_citation .content_left {
		margin: 0 auto;
		padding: 0;
	}
	.bloc_image_droite_citation .content_left .citation::before {
		left: -10%;
	}
	.bloc_image_droite_citation .content_left .citation::after {
		right: 0;
		left: initial;
		bottom: 54px;
	}
}

@media (max-width: 992px) {
	footer {
		padding: 45px 5% 20px 5%;
	}
	footer .site-info {
		flex-direction: column-reverse;
	}
	footer .site-info .colonne-droite .f_newsletter, footer .site-info .colonne-droite .f_reviews {
		text-align: center;
	}
	footer .site-info .colonne-gauche {
		display: flex;
		flex-direction: column-reverse;
		text-align: center; 
	}
	footer .site-info .colonne-gauche .f_social {
		justify-content: center;
		position: absolute;
		top: 20px;
		margin-top: 0;
		width:100%
		/*left: 50%;
		transform: translateX(-50%);*/
	}
	footer .site-info .colonne-gauche .f_social a {
		width: 43px;
		height: 42px;
		background-position: center center;
		background-repeat: no-repeat;
	}
	footer .site-info .colonne-gauche .f_social a:nth-child(1) {
		background-image: url("assets/img/facebook-mobile.png");
	}
	footer .site-info .colonne-gauche .f_social a:nth-child(2) {
		background-image: url("assets/img/instagram-mobile.png");
	}
	/* footer .site-info .colonne-droite{ */
	/* font-size: 19px; */
	/* } */
	footer .site-info .colonne-droite .f_newsletter {
		margin-bottom: 40px;
		margin-top:40px;
	}
	footer .site-info .colonne-droite .f_newsletter .newsletter-input {
		display: flex;
	}footer .site-info .colonne-droite .f_newsletter .newsletter-input p{
		display: flex;
	}
	footer .site-info .colonne-droite .f_newsletter input {
		width: 100%;
		padding: 20px 0;
		text-align: center;
		top: 0;
	}
	footer .site-info .colonne-droite .f_newsletter button {
		width: 20%;
		padding: 20px 0;
		top: 0;
	}
	footer .site-info .colonne-droite .f_reviews {
		margin-top: 70px;
		margin-bottom: 50px;
	}
	footer .f_credits {
		margin-top: 60px;
	}
	.bloc_doctolib {
		flex-wrap: wrap;
	}
	.bloc_doctolib .content_right, .bloc_doctolib .content_left {
		width: 100%;
	}
	.bloc_doctolib .content_left {
		min-height: initial;
	}
	.bloc_image_gauche_contenu {
		flex-direction: column-reverse;
	}
	.bloc_manifesto_contenu {
		flex-wrap: wrap;
	}
	.bloc_manifesto_contenu .content_right,
	.bloc_manifesto_contenu .content_left {
		width: 100%;
		flex-basis: 100%;
	}
	.bloc_image_gauche_contenu .content_left {
		width: 100%;
	}
	.bloc_manifesto_contenu .content_right,
	.bloc_image_gauche_contenu .content_right {
		padding: 45px 0;
	}
	.bloc_manifesto_contenu .content_right .contenu,
	.bloc_image_gauche_contenu .content_right .contenu {
		width: 90%;
		/* font-size: 22px; */
	}
	.bloc_citation_image .citation_left {
		padding-left: 10%;
	}
	.bloc_image_gauche_titre_contenu {
		display: block;
		padding-bottom: 55px;
	}
	.bloc_image_gauche_titre_contenu .bloc_cartouche .cartouche {
		margin-bottom: 25px;
	}
	.bloc_image_gauche_titre_contenu .content_left {
		width: 75%;
		margin-left: auto;
	}
	.bloc_image_gauche_titre_contenu .content_left::before {
		top: 15px;
		left: -65px;
	}
	.bloc_image_gauche_titre_contenu .content_left img {
		display: block;
		margin-left: auto;
	}
	.bloc_image_gauche_titre_contenu .content_right {
		position: relative;
		padding-left: 5%;
		width: 80%;
	}
	.bloc_image_gauche_titre_contenu .content_right .titre {
		left: auto;
		position: absolute;
		transform: translateY(-85%);
	}
	.bloc_image_gauche_titre_contenu .content_right .contenu {
		padding-top: 55px;
		text-align: justify;
		/* font-size: 22px; */
		/* line-height: 1.4; */
	}
	.bloc_image_gauche_titre_contenu .content_right .ancre_lien {
		margin: 0 auto;
	}
	.bloc_slider_3_visuels .cartouche {
		margin-bottom: 30px;
	}
	.bloc_slider_3_visuels .slick-slider {
		width: 90%;
	}
	.bloc_slider_3_visuels .slick-arrow {
		top: 50%;
		bottom: initial;
	}
	.bloc_slider_3_visuels .slick-prev {
		left: -2%;
	}
	.bloc_slider_3_visuels .slick-next {
		right: -2%;
	}
	.bloc_slider_3_visuels .slick-dots {
		display: none !important;
	}
	body.page-id-28 .bloc_image_gauche_contenu .content_right .bloc_cartouche {
		margin-left: 25%;
	}
}

@media (max-width: 768px) {
	body .bloc_slider,
	.bloc_image_pleine_largeur {
		height: 75vh !important;
	}
	body .bloc_slider {
		height: 85vh !important;
	}
	body .bloc_slider .slick-track a,
	body .bloc_slider .slick-list, body .bloc_slider .slick-track {
		height: 100%;
	}
	body body .bloc_slider .slick-slide {
		height: 100%;
	}
	.bloc_slider .slick-slide img {
		height: 100%;
	}
	body #primary .bloc_slider .slick-track a .bouton_slider {
		top: 65%;
	}
	.bloc_contenu_centre.largeur-s .contenu .image:nth-child(4) img {
		width: 100%;
	}
	.bloc_image_pleine_largeur .texte_sur_image_pleine_largeur {
		font-size: 58px;
		width: auto;
		left: 00px;
		line-height: 1.3;
		margin: 0;
	}
	body.page-id-26 .bloc_image_pleine_largeur .texte_sur_image_pleine_largeur {
		-ms-word-break: break-all;
		word-break: break-all;
		/* Non standard for WebKit */
		word-break: break-word;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
		width: 85%;
	}
	.bloc_image_droite_citation .content_left {
		padding-right: 25%;
		width: 100%;
	}
	.bloc_image_droite_citation .content_left .citation {
		/* font-size: 22px; */
	}
	.bloc_contenu_centre {
		padding-top: 60px;
	}
	body.page-id-24 .bloc_contenu_centre {
		padding-top: 20px;
	}
	body.page-id-24 .bloc_contenu_centre .contenu .bloc_cartouche {
		padding-top: 20px;
	}
	body.page-id-24 .bloc_contenu_centre .texte {
		line-height: 1.3;
	}
	body.page-id-28 .bloc_contenu_centre.largeur-m {
		padding-bottom: 40px;
	}
	body.page-id-28 .bloc_contenu_centre.largeur-m .contenu .texte::after {
		/*bottom: 0;
        left: -5%;
        top: initial;
        right: initial;
        transform: translate(0, 130%);*/
		bottom: -1%;
		left: -8%;
		top: initial;
		right: initial;
		transform: none;
		width: 60px;
		height: 60px;
		background-size: contain;
	}
	.bloc_contenu_centre.largeur-xs .contenu {
		display: block;
		width: 90%;
	}
	body.page-id-28 .bloc_contenu_centre.largeur-xs .contenu {
		margin-bottom: 0;
	}
	.bloc_contenu_centre.largeur-xs .contenu .titre {
		font-size: 38px;
		line-height: 1.3;
	}
	body.page-id-28 .bloc_contenu_centre.largeur-xs .contenu .titre p {
		margin-bottom: 0;
	}
	.bloc_contenu_centre.largeur-xs .contenu .texte {
		/* font-size: 22px; */
	}
	.bloc_contenu_centre.largeur-xs .contenu .texte:nth-child(2) {
		margin-bottom: 60px;
	}
	body.page-id-28 .bloc_contenu_centre.largeur-xs .contenu .texte:last-child {
		position: initial;
		transform: none;
		width: 100%;
	}
	.bloc_contenu_centre.largeur-s .contenu {
		width: 100%;
	}
	body.page-id-28 .bloc_contenu_centre.largeur-s .cartouche {
		margin-left: 25%;
	}
	.bloc_contenu_centre.largeur-s .contenu .image:first-child img {
		content: url("assets/img/maison-mobile.png");
		display: block;
		margin-bottom: 50px;
	}
	.bloc_contenu_centre.largeur-s .contenu .texte {
		width: 90%;
		/* font-size: 22px; */
	}
	body.page-id-28 .bloc_contenu_centre.largeur-s .contenu .bouton {
		margin-top: 50px;
	}
	.bloc_contenu_centre.largeur-m .contenu {
		width: 90%;
	}
	.bloc_contenu_centre.largeur-m .contenu .texte {
		/* font-size: 22px; */
	}
	body.page-id-28 .bloc_contenu_centre.largeur-m .contenu .texte {
		width: 90%;
		margin: 0 auto;
		line-height: 1.3;
	}
	body.page-id-28 .bloc_contenu_centre.largeur-m .contenu .texte p:last-child {
		margin: 0 10% 1.5em 19%;
	}
	.bloc_contenu_centre.largeur-m .contenu .titre {
		font-size: 24px;
		font-family: "elgocalt-light";
	}
	body.page-id-24 .bloc_image_pleine_largeur {
		background-image: url("assets/img/slider-faq-mobile.png") !important;
		background-position: center top;
	}
	body.page-id-24 .bloc_image_pleine_largeur .texte_sur_image_pleine_largeur::after {
		content: none;
	}
	.bloc_faq {
		padding: 30px 5% 30px;
	}
	.bloc_faq .titre_faq {
		/* font-size: 24px; */
		/* letter-spacing: 2.4px; */
	}
	.bloc_faq .question {
		/* font-size: 22px; */
		align-items: flex-start;
		padding-bottom: 19px;
	}
	.bloc_faq .reponse p {
		/* font-size: 18px;*/
		margin-bottom: 20px;
		font-family: "proximanova-light";
	}
	body.page-id-26 .bloc_image_pleine_largeur {
		background-image: url("assets/img/slider-praticien-mobile.png") !important;
		background-position: center top;
	}
	body.page-id-26 .bloc_contenu_centre {
		padding-top: 0;
	}
	.bloc_equipe {
		width: 90%;
		display: block;
		margin: 0 auto;
	}
	.bloc_equipe .membre {
		width: 100%;
		margin-bottom: 80px;
	}
	.bloc_equipe .membre img {
		margin-left: 0;
		width: 65%;
	}
	.bloc_equipe .membre .m-titre {
		width: 20%;
		left: 50%;
		transform: translateX(20%);
	}
	.bloc_equipe .membre .m-specialite {
		writing-mode: vertical-lr;
		transform: rotate(180deg);
		position: absolute;
		left: 0;
		top: 100%;
		padding-bottom: 10px;
		color: #627a73;
		font-family: "proximanova-semibold";
	}
	.bloc_equipe .membre .m-description {
		width: 75%;
		margin-left: auto;
		margin-top: 50px;
		/* font-size: 20px; */
	}
	.bloc_equipe .membre .m-description::after {
		right: 0;
	}
	.bloc_equipe .membre .m-lien {
		margin-top: 40px;
		margin-left: 25%;
		/* font-size: 19px; */
	}
	.bloc_equipe .membre .m-rdv {
		display: inline-block;
		margin-left: 25%;
		margin: 0 auto !important;
	}
	body.page-id-20 .bloc_image_pleine_largeur {
		background-image: url("assets/img/slider-soins-mobile.png") !important;
	}
	body.page-id-20 .image_a_gauche_texte_a_droite .image_gauche img {
		content: url("assets/img/volumetrie-mobile.png");
	}
	.bloc_contenu_pictos_droite {
		display: block;
		position: relative;
		width: 100%;
		margin-bottom: 0;
	}
	.bloc_contenu_pictos_droite .content_left {
		width: 90%;
		margin: 0 auto 40px;
	}
	.bloc_contenu_pictos_droite .content_left .contenu {
		/* font-size: 22px; */
	}
	.bloc_contenu_pictos_droite .content_left .bouton {
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translate(-50%, -30%);
	}
	.bloc_contenu_pictos_droite .pictos {
		width: 100%;
		padding: 20px 5% 100px;
		/*background-color: rgba(248, 235, 226, 0.5);*/
		background-color: #fff;
	}
	.bloc_contenu_pictos_droite .pictos .picto {
		width: 50%;
		display: block;
		text-align: center;
		font-size: 20px;
	}
	.bloc_contenu_pictos_droite .pictos .picto img {
		width: 30%;
	}
	.bloc_contenu_pictos_droite .pictos .picto .ligne_1_du_picto, .bloc_contenu_pictos_droite .pictos .picto .ligne_2_du_picto {
		display: inline;
	}
	.bloc_deroulement_seance {
		background-color: #f8ebe2 !important;
		padding-bottom: 170px;
	}
	.numeros_etapes {
		padding-top: 170px;
	}
	.numeros_etapes .line {
		margin: 0 2rem;
	}
	.bloc_deroulement_seance .deroulement {
		padding-bottom: 0;
	}
	.bloc_deroulement_seance .cartouche {
		margin-left: 15%;
	}
	.etapes {
		width: calc(100% - 60px);
		margin-left: 50px;
	}
	.etapes .etape {
		display: block;
	}
	.etapes .etape .sur_titre_de_letape, .etapes .etape .lien_etape_suivante, .etapes .etape .fleches {
		display: none;
	}
	.etapes .etape .titre_de_letape {
		margin-left: 0%;
		max-width: initial;
		font-size: 30px;
		transform: initial;
		/* width: fit-content;
		width: -moz-fit-content;*/
		width: calc(100% + 25px);
		margin-left: -30px;
	}
	.etapes .etape:last-child .description_de_letape p:last-child {
		margin-bottom: 0;
	}
	.etapes .etape .description_de_letape {
		/* font-size: 22px; */
		width: 100%;
		line-height: 1.3;
	}
	.deroulement .bouton {
		position: absolute;
		margin-top: 50px;
		margin-left: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	body.page-id-20 .bloc_contenu_centre.largeur-m {
		padding-top: 0;
	}
	body.page-id-20 .bloc_contenu_centre.largeur-m .contenu {
		width: 95%;
		margin: 0;
	}
	body.page-id-20 .bloc_contenu_centre.largeur-m .cartouche {
		margin-left: 25%;
	}
	body.page-id-20 .bloc_contenu_centre.largeur-s .cartouche {
		margin-left: 20%;
	}
	.image_a_gauche_texte_a_droite {
		display: block;
	}
	.image_a_gauche_texte_a_droite .image_gauche, .image_a_gauche_texte_a_droite .texte_droite {
		width: 100%;
	}
	.image_a_gauche_texte_a_droite .texte_droite {
		padding-left: 5%;
		margin-top: 45px;
	}
	.image_a_gauche_texte_a_droite .texte_droite .texte {
		/* font-size: 22px !important; */
		/* font-family: "proximanova-light" !important; */
		line-height: 1.3;
	}
	.bloc_slider_3_visuels {
		padding-bottom: 0;
	}
	.bloc_faq .question img {
		margin-left: 10%;
	}
	body.page-id-20 .bloc_contenu_centre:last-child {
		margin-top: 50px;
	}
	body.page-id-22 .bloc_image_pleine_largeur {
		background-position: 30%;
	}
	.bloc_tarifs_2_colonnes {
		width: 90%;
		display: block;
	}
	.bloc_tarifs_2_colonnes .tarif {
		width: 100%;
		margin-bottom: 50px;
	}
	/* .bloc_tarifs_2_colonnes .prestation-titre{ */
	/* font-size: 23px; */
	/* } */
	/* .bloc_tarifs_2_colonnes .description{ */
	/* font-family: "proximanova-light"; */
	/* font-size: 20px; */
	/* } */
	.bloc_tarifs_2_colonnes .prix {
		font-size: 60px;
	}
	.bloc_tarifs_2_colonnes .bouton .btn {
		padding: 20px 50px !important;
		/* font-size: 20px !important; */
	}
	.bloc_tableau_tarifs {
		width: 90%;
	}
	.titre_des_prestations {
		padding: 40px 0;
		/* font-size: 18px; */
	}
	.prestations .prestation {
		width: 90%;
		margin-bottom: 15px;
	}
	.prestations .prestation .prestation-titre {
		font-size: 23px;
	}
	/* .prestations .prestation .description{ */
	/* font-family: "proximanova-light"; */
	/* font-size: 20px; */
	/* } */
	/* .prestations .prestation .prix{ */
	/* font-size: 40px; */
	/* } */
	.prestations .prestation .bouton .btn, body.page-id-22 .bloc_contenu_centre:last-child .bouton .btn {
		padding: 20px 40px !important;
		font-size: 20px !important;
		letter-spacing: 2px !important;
	}
	body.page-id-22 .bloc_contenu_centre:last-child {
		margin-bottom: 50px;
	}
	.prestation-cosmetologie {
		width: 90%;
	}
	h1 {
		color: inherit;
		font-size: 48px;
	}
}

@media (max-width: 600px) {
	.bloc_doctolib .content_right {
		background-size: cover;
		background-repeat: no-repeat;
		padding: 20px;
	}
	.main-navigation.toggled .boutons_mobile_menu a {
		padding: 25px 20px;
		line-height: 1;
		font-size: 18px;
	}
	body .bloc_titre_sous-titre .bloc_titre_button {
		margin-bottom: 10px;
		text-align: center;
		font-size: 12px;
		padding: 12px 10px;
		display: flex;
		align-items: center;
	}
	.bloc_citation_image {
		flex-direction: column;
		align-items: initial;
	}
	.bloc_citation_image .citation_left {
		order: 3;
		padding: 0;
	}
	.bloc_citation_image .citation_left .texte_citation {
		margin: 0 auto;
	}
	.bloc_citation_image .citation_left .texte_citation::before {
		left: 0;
	}
	.bloc_citation_image .citation_right img {
		width: 90%;
		margin: 0 auto 15px;
	}
	.bloc_image_gauche_titre_contenu .content_right .titre {
		font-size: 46px;
	}
	.bloc_image_gauche_titre_contenu .content_right {
		width: 90%;
	}
	.bloc_faq .question {
		font-size: 16px;
	}
	.bloc_faq .question img {
		margin-left: 0;
	}
	.bloc_contenu_centre.largeur-m .contenu .titre {
		font-size: 20px;
	}
}

@media (max-width: 550px) {
	.main-navigation.toggled .nav-menu > .menu-item {
		margin: 40px 0;
	}
	.main-navigation.toggled a, .main-navigation.toggled .sub-menu li a, .main-navigation.toggled .sub-menu li .sub-menu a {
		font-size: 18px;
	}
	.main-navigation.toggled .sub-menu li .sub-menu a {
		text-transform: initial;
		width:100%;
	}
	.main-navigation.toggled .sub-menu li::before {
		top: 0;
	}
	.main-navigation.toggled .boutons_mobile_menu a {
		font-size: 14px;
	}
	body .bloc_slider .slick-track a .texte_slider {
		font-size: 18px;
		top: 45%;
	}
	body #primary .bloc_slider .slick-track a .bouton_slider {
		padding: 15px 20px;
	}
	body .bloc_titre_sous-titre .titre {
		font-size: 42px;
		margin-bottom: 25px;
	}
	body .bloc_avis .slick-list {
		width: 100%;
	}
	body .bloc_avis .slick_avis .avis {
		line-height: 1.2;
		padding: 40px 40px 20px;
	}
	body .bloc_avis .slick_avis .slick-prev, body .bloc_avis .slick_avis .slick-next {
		width: 35px;
		height: 35px;
	}
	body .bloc_avis .slick_avis .slick-arrow::before {
		font-size: 35px;
		width: 35px;
		height: 35px;
	}
	body .bloc_avis .slick_avis .slick-prev {
		left: 5px;
	}
	body .bloc_avis .slick_avis .slick-next {
		right: 5px;
	}
	#pre-footer .f_instagram .texte_instagram {
		font-size: 24px;
	}
	#pre-footer .texte_coordonnees h2 {
		font-size: 34px;
	}
	#pre-footer .f_coordonnees .coordonnees_1::before {
		width: 65px;
		height: 68px;
	}
	#pre-footer .f_coordonnees .coordonnees_2::before {
		width: 65px;
		height: 65px;
	}
	#pre-footer .f_coordonnees .coordonnees_3::before {
		width: 60px;
		height: 68px;
	}
	#pre-footer .f_coordonnees span {
		font-size: 16px;
		line-height: 1.3;
	}
	#pre-footer .f_coordonnees span strong {
		font-size: 30px;
	}
	footer::before {
		background-image: url("assets/img/logo-footer-mobile.png");
		width: 100%;
		height: 80px;
		bottom: 0;
		top: initial;
	}
	footer #menu-credits li:not(:last-child) {
		margin-right: 25px;
	}
	.bloc_image_pleine_largeur .texte_sur_image_pleine_largeur {
		font-size: 45px;
	}
	.bloc_image_droite_citation .content_left .texte_avant_le_lien {
		font-size: 21px;
	}
	.bloc_image_droite_citation .content_left .ancre_lien {
		margin-bottom: 30px;
	}
	.bloc_contenu_centre.largeur-xs .contenu .titre {
		width: 100%;
	}
	.titre_des_prestations {
		font-size: 14px;
	}
}

@media (max-width: 480px) {
	.bloc_image_gauche_titre_contenu .content_left::before {
		width: 100px;
		height: 100px;
		left: -50px;
		top: 0;
	}
	#pre-footer .f_instagram .texte_instagram {
		font-size: 18px;
	}
	footer #menu-credits li:not(:last-child) {
		margin-right: 15px;
	}
	.bloc_image_pleine_largeur .texte_sur_image_pleine_largeur {
		font-size: 58px;
	}
	body.page-id-28 .bloc_image_pleine_largeur .texte_sur_image_pleine_largeur {
		width: 90%;
		hyphens: auto;
	}
	.bloc_contenu_centre.largeur-xs .contenu .titre {
		font-size: 38px;
	}
	.bloc_contenu_centre.largeur-xs .contenu .texte p {
		margin-top: 0;
		font-size: 18px;
	}
	.bloc_contenu_centre.largeur-s .contenu .texte {
		font-size: 18px;
	}
	.bloc_equipe .membre .m-titre {
		font-size: 50px;
	}
	.bloc_equipe .membre .m-description {
		width: 80%;
		font-size: 18px;
	}
	.bloc_equipe .membre .m-lien {
		margin-left: 20%;
	}
	.bloc_equipe .membre .m-rdv {
		margin-left: 20% !important;
	}
	.bloc_contenu_pictos_droite .bouton .btn, .bloc_deroulement_seance .bouton .btn {
		width: max-content !important;
		font-size: 14px;
	}
	.bloc_contenu_pictos_droite .pictos .picto {
		font-size: 16px;
	}
	.etapes .etape .description_de_letape {
		font-size: 18px;
	}
	.bloc_contenu_centre.largeur-m .contenu .texte {
		font-size: 18px !important;
	}
	body.page-id-20 .bloc_contenu_centre.largeur-m .tarif .prestation, body.page-id-20 .bloc_contenu_centre.largeur-m .tarif .prix {
		font-size: 18px;
	}
	.bloc_faq .reponse p {
		font-size: 16px;
	}
	.titre_des_prestations {
		font-size: 12px;
	}
	.bloc_manifesto_contenu .content_left .contenu {
		font-size: 20px;
	}
}

@media (max-width: 400px) {
	.bloc_image_droite_citation .content_left {
		padding-right: 5%;
	}
	.bloc_image_droite_citation .content_left .texte_avant_le_lien {
		font-size: 16px;
	}
	.bloc_faq .question {
		font-size: 14px;
	}
	.bloc_contenu_centre.largeur-m .contenu .titre {
		font-size: 18px;
	}
	.bloc_manifesto_contenu .content_left .contenu p:not(:last-child) br {
		display: none;
	}
}

.wrapper-liste-item {
	max-width: 1200px;
	margin: 40px auto;
}

.wrapper-liste-item .liste-item {
	display: flex;
	flex-wrap: wrap;
	margin-left: -30px;
}

.wrapper-liste-item .liste-item .item {
	max-width: 100%;
	border: 1px solid #f6f6f6;
	width: calc(100% * 1/4 - 30px);
	margin-left: 30px;
	margin-bottom: 30px;
	text-align: center;
}

.wrapper-liste-item .liste-item .item h2 {
	font-family: "proximanova-semibold";
	font-size: 16px;
	color: #627a73;
	text-transform: uppercase;
}

.wrapper-liste-item .liste-item .item img {
	width: 100%;
	height: 210px;
	object-fit: cover;
	margin-bottom: 20px;
}

@media (max-width: 1200px) {
	.wrapper-liste-item .liste-item .item {
		width: calc(100% * 1/3 - 30px);
	}
}

@media (max-width: 769px) {
	.wrapper-liste-item .liste-item .item {
		width: calc(100% * 1/2 - 30px);
	}
	
	
	footer .f_credits {
	  display: flex; flex-wrap:wrap;
	  justify-content: space-between;
	  margin-top: 30px;
	  font-family: "proximanova-light";
	  text-transform: uppercase;
	  position: relative;
	}
	
	  .main-navigation.toggled .sub-menu li .sub-menu li {
		border-top: 1px solid rgba(255, 255, 255, 0.5);
		padding-left: 30px;
		margin-bottom: 0;
	  }
		
	.bloc_contenu_centre.logo_on .contenu .texte::after ,
	body.page-id-28 .bloc_contenu_centre.largeur-m.logo_on .contenu .texte::after {
		width: 70px;
		height: 70px;
		right:10px;
	}
}

.page-template-template-carte .bloc_image_pleine_largeur{

	height:300px !important;
	padding:35px 40px 20px;
}

.gf_progressbar_wrapper{display:none;}
.gform_next_button.gform-theme-button.button {
  display: block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #1c2f2e;
  border: 1px solid #1c2f2e;
  color: #fff;
  width: fit-content;
  width: -moz-fit-content;
  margin: 0;
  padding: 15px 45px;
  font-family: "proximanova-regular";
  letter-spacing: 1.6px;
}

.wrapper-liste-item .liste-item a{text-decoration:none;}

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