/*
Theme Name: Cryostal 2023
Theme URI: #
Author: Cryostal Concept
Author URI: https://www.cryostal-concept.fr/
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 

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

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

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

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

body {
	margin: 0;
}

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

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

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 0;
}

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

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

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

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

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

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: 700;
}

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

dfn {
	font-style: italic;
}

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

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

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

img {
	border-style: none;
}

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

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

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #bbb;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

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

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

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

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

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

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

/* Text meant only for screen readers. */

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

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

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

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

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

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

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

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

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

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

body,
button,
input,
select,
textarea {
	color: #223B40;
	font-family: "Poppins", "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.45;
}

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

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

h1 {
	font-size: 24px;
}

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

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 13px;
}

h6 {
	font-size: 15px;
}

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

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

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

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

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
	white-space: normal;
}

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

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

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

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

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

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

:focus {
	outline: none;
}



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

.partial_entry_warning {
	display:none!important;
}


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

fieldset {
	margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #045B57;
	background: #fff;
	border: 0;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	display: block;
	padding: 0.7em;
	width: 100%;
	box-shadow: 0 2px 45px rgba(0,0,0,0.07);
	-webkit-appearance: none;
}

textarea {
	resize: none;
	height: 180px!important;
}

.contact .gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .contact .gform_legacy_markup_wrapper textarea{
	padding: 1em;
}

body .contact .gform_legacy_markup_wrapper ul li.gfield {
	margin-top: 25px;
	padding-top: 0;
}

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

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

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

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

.fancybox-button--zoom, .fancybox-button--play{
	display: none!important;
}

body:not(.page-id-2119):not(.page-id-2129):not(.page-id-2137) #main button:not(.gm-control-active):not(.fancybox-button):not(#seopress-user-consent-close):not(#seopress-user-consent-accept),
input[type="button"],
input[type="submit"] {
	/*line-height: 46px!important;*/
	padding: 10px;  /*avnt 0*/
	width: auto!important;/* avant 225*/
	text-align: center;
	font-weight: 700;
	font-size: 15px!important;
	color: white;
	background: #045B57;
	border-radius: 30px;
	border: 0!important;
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
	margin: 0!important;
	font-family: 'Poppins';
}

.contact form button{
	background: #C4006A!important;
	font-weight: 600!important;
	font-size: 15px!important;
	text-transform: uppercase;
	line-height: 56px;
	padding: 0 36px!important;
	cursor: pointer;
}

.contact form button:hover{
	background: #223B40!important;
}

.contact form button svg {
	vertical-align: middle;
	margin: -2px 10px 0 0;
}

.contact form button svg path{
	fill: #fff;
}

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

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

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #C37B55;
}

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

.contact .gfield_radio .gchoice{
	display: inline-block;
	vertical-align: middle;
	width: auto;
	overflow: visible!important;
}

.contact .gfield_radio .gchoice + .gchoice{
	margin-left: 30px;
}

.contact .gform_wrapper .gchoice input[type=radio], .contact .ginput_container_consent input[type=checkbox]{
	display: none!important;
}

.contact .gform_wrapper .gchoice label, .contact .ginput_container_consent label{
	margin: 0;
	position: relative;
	padding-left: 38px;
	font-size: 1em;
}

.contact .gform_wrapper.gravity-theme .gfield_required{
	display: none!important;
}

.contact .gform_wrapper .gchoice label:before, .contact .ginput_container_consent label:before{
	content: '';
	display: block;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	border: 1px solid #223B40;
	box-shadow: none;
	background: transparent;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
}

.contact .gform_wrapper .gchoice input:checked + label:after, .contact .ginput_container_consent input:checked + label:after{
	content: '';
	display: block;
	width: 11px;
	height: 9px;
	border-radius: 0;
	background: url(assets/images/tick.svg) no-repeat center center/contain;
	position: absolute;
	left: 7px;
	top: 50%;
	transform: translate(0,-50%);
}

.contact .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
	border: 1px solid #C4006A;
}

.contact .gform_wrapper.gravity-theme .description, .contact .gform_wrapper.gravity-theme .gfield_description, .contact .gform_wrapper.gravity-theme .gsection_description, .contact .gform_wrapper.gravity-theme .instruction {
	clear: both;
	font-family: inherit;
	font-size: 12px;
	letter-spacing: normal;
	line-height: inherit;
	width: 100%;
	background: transparent;
	border: 0;
	padding: 0 0 0 20px;
	color: #C4006A;
}

.contact .gform_wrapper.gravity-theme .gfield_description{
	padding: 12px 0 0;
}

.contact .gform_wrapper.gravity-theme .gfield_error label{
	color: #C4006A;
}

.contact .gform_wrapper.gravity-theme .gform_validation_errors {
	background: transparent;
	border: 1px solid #C4006A;
	border-radius: 24px;
	box-shadow: none;
	margin-bottom: 22px;
	margin-top: 8px;
	padding: 16px 16px 16px 48px;
	position: relative;
	width: 100%;
}

.contact .gform_wrapper.gravity-theme .gform_validation_errors > h2{
	color: #C4006A;
}

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

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

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

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

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

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

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

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

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

td {
	padding: 0.4em;
}

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

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

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

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

a:focus {
	outline: none!important;
}

a:hover,
a:active {
	color: #045B57;
	outline: 0;
}



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



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

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

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

html,body{
	overflow-x: hidden;
}

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

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

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

.clear{
	clear: both;
}


a, .top-menu svg path, .rendev svg path{
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

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

.wow{
	visibility: hidden;
}

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

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


.site-header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 120px;
	line-height: 120px;
	z-index: 20;
	text-align: center;
	background: white;
	border-bottom: 2px solid #223B40;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 30px;
}

.site-header.empty{
	justify-content: center;
}

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

.site-title{
	position: relative;
	margin: 0;
	padding: 0;
	width: 204px;
	height: 56px;
	text-align: left;
	text-indent: -999em;
	z-index: 1;
}

.site-title:before{
	content: '';
	width: 100%;
	height: 100%;
	background: url(assets/images/logo-cryostal_site-web.svg) no-repeat center center;
	background-size: contain;
	z-index: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.site-title a{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.coo-menu, .main-menu, .top-menu, .social-menu, .footer-menu{
	list-style: none;
	margin: 0;
	padding: 0;
}

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

.main-menu > li {
	vertical-align: top;
}

header .social-menu > li a, header .social-menu > li .cryobf{
	font-size: 18px;
	background: transparent;
	border: 1px solid #E2E2E1;
	color: #223B40;
	width: 39px;
	height: 39px;
	line-height: 39px;
}

header .social-menu > li a:hover, header .social-menu > li .cryobf:hover{
	background: #223B40;
	color: #fff;
}

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

.main-menu > li{
	position: relative;
}

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

.main-menu > li + li:before{
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background: #DDC1AF;
	border-radius: 50%;
	position: absolute;
	left: -23px;
	top: 50%;
	transform: translate(0,-50%);
}

.main-menu > li > a, .main-menu > li > .cryobf{
	font-weight: 500;
	color: #223B40;
	font-size: 17px;
	text-transform: uppercase;
	display: block;
}

.main-menu > li > a:hover, .main-menu > li > .cryobf:hover{
	color: #DDC1AF;
}

.main-menu > li.current-menu-item > a, .main-menu > li.current-menu-parent > a, .main-menu > li.current-page-ancestor  > a, .main-menu > li.current-menu-item > .cryobf, .main-menu > li.current-menu-parent > .cryobf, .main-menu > li.current-page-ancestor  > .cryobf{
	/* font-weight: 700; */
	color: #DDC1AF;
}

.main-menu > li > ul{
	display: block;
	position: absolute;
	background: #223B40;
	text-align: left;
	line-height: 1;
	padding: 30px;
	left: 0;
	opacity: 0;
	margin: 0;
	top: -999em;
	list-style: none;
	transform:translate(0,20px);
	-webkit-transform:translate(0,20px);
	-webkit-transition: opacity 0.4s ease, transform 0.4s ease, top 0s 0.4s ease;
	-moz-transition: opacity 0.4s ease, transform 0.4s ease, top 0s 0.4s ease;
	-o-transition: opacity 0.4s ease, transform 0.4s ease, top 0s 0.4s ease;
	transition: opacity 0.4s ease, transform 0.4s ease, top 0s 0.4s ease;
}

.main-menu > li:hover > ul.sub-menu{
	opacity: 1;
	top: 100%;
	transform:translate(0,0);
	-webkit-transform:translate(0,0);
	-webkit-transition: opacity 0.4s ease, transform 0.4s ease, top 0s 0s ease;
	-moz-transition: opacity 0.4s ease, transform 0.4s ease, top 0s 0s ease;
	-o-transition: opacity 0.4s ease, transform 0.4s ease, top 0s 0s ease;
	transition: opacity 0.4s ease, transform 0.4s ease, top 0s 0s ease;
}

.main-menu > li > ul > li{}

.main-menu > li > ul > li + li{
	margin: 14px 0 0;
}

.main-menu > li > ul > li > a, .main-menu > li > ul > li > .cryobf{
	color: #DDC1AF;
	font-size: 17px;
	font-weight: 500;
	white-space: nowrap;
}

.main-menu > li > ul > li > a:hover, .main-menu > li > ul > li > .cryobf:hover{
	color: #fff;
}

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

span.cryobf{
	transition: all 0.4s ease;
}

.top-menu > li > a, .top-menu .cryobf{
	display: block;
	line-height: 56px;
	padding: 0 18px;
	/* width: 225px; */
	text-align: center;
	font-weight: 600;
	font-size: 15px;
	color: #223B40;
	background: transparent;
	border: 1px solid #223B40;
	border-radius: 30px;
	text-transform: uppercase;
}

.top-menu > li > a:hover, .top-menu .cryobf:hover, .top-menu > li.current-menu-item > a, .top-menu > li.current-menu-item > .cryobf{
	background: #045B57;
	color: white;
}

.bouton.rendev, .cryobf.rendev{
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	line-height: 56px;
	padding: 0 18px;
	text-align: center;
	font-weight: 600;
	font-size: 15px;
	color: #fff;
	background: #C4006A;
	border-radius: 30px;
	text-transform: uppercase;
}

.bouton.rendev:hover, .cryobf.rendev:hover{
	background: #223B40;
}

.bouton.rendev.alt:hover, .cryobf.rendev.alt:hover{
	background: #DDC1AF;
}

.top-menu svg, .rendev svg{
	vertical-align: middle;
	margin: -2px 10px 0 0;
}

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

/* .top-menu > li.vert > a{
	background: #045B57;
	color: white!important;
}
.top-menu > li.vert > a:hover{
	background: #C37B55;
} */

.top-menu > li.rendezv > a, .top-menu .rendezv .cryobf{
	background: #C4006A;
	color: white;
	border:0;
}
.top-menu > li.rendezv > a:hover, .top-menu .rendezv .cryobf:hover{
	background: rgba(196,0,106,0.75);
	color: white;
}

.coo-menu li a{
	font-weight: 700;
}

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

.social-menu > li a, .social-menu > li .cryobf{
	display: block;
	width: 50px;
	height: 50px;
	background: white;
	border-radius: 50%;
	line-height: 50px;
	font-size: 24px;
	text-align: center;
}

.cooo, .cooo + div{
	display: inline-block;
	vertical-align: middle;
}

.cooo + div{
	margin-left: 40px;
}

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


.bandeau, .intro, .photos, .points, .rdv, .contact {
	text-align: center;
}

.bandeau{
	border-top: 15px solid #C37B55;
	border-bottom: 15px solid #C37B55;
	margin-top: 110px;
	position: relative;
}

.bandeau img{
	display: block;
	width: 100%;
}

.intro, .rdv{
	padding: 65px 0;
}

.intro .wrapper{
	max-width: 930px;
}

.intro h1, .txt h3{
	font-size: 26px;
	color: #C37B55;
	margin: 0 0 20px;
}

.txt h3{
	font-size: 22px;
	margin-bottom: 30px;
	color:#223B40;
}

/* .txt{
	font-size: 16px;
	color: #3C3C3B;
	line-height: 2;
} */

.photos ul{
	list-style: none;
	margin: 0 -7px;
	padding: 0;
}

.photos ul li{
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 7px;
}

.photos ul li img{
	display: block;
	width: 100%;
}

.point h4{
	font-weight: 300;
	font-size: 35px;
	line-height: 1;
	padding: 0;
	margin: 0 0 20px;
	color: #C37B55;
}

.point.vert h4, .point.vert a{
	color: #045B57;
}

.point.vert a:hover{
	color: #C37B55;
}

.point a{
	font-style: italic;
}

.contour{
	background: #ccdedd;
	padding: 50px 0;
}

.left, .right:not(.simplybook-widget-button){
	width: 50%;
	display: inline-block;
	vertical-align: middle;
}

.logoc{
	display: inline-block;
	width: 380px;
	height: 380px;
	background-color: #fff;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-size: 80%;
	background-position: center center;
}

.rdv{
	background: #f3ede4;
}

.rdv h3, .contact h3{
	font-size: 35px;
	line-height: 1;
	margin: 0 0 18px;
}

.rdv .txt{
	margin-bottom: 30px;
}

.bouton{
	display: inline-block;
	line-height: 56px;
	padding: 0 18px;
	min-width: 0;
	text-align: center;
	font-weight: 600;
	font-size: 15px;
	color: white;
	background: #C37B55;
	border-radius: 30px;
	text-transform: uppercase;
	white-space: nowrap;	
}

.bouton:hover{
	background: #045B57;
	color: #fff;
}

.contact .gform_wrapper {
	display: block;
	margin: 20px auto 0;
	width: 450px;
}

.contact .gform_wrapper .gform_footer{
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 0;
}

.gform_footer img{
	position: absolute;
}

.rdv .txt, .contact .txt{
	color: #333;
}

.logo{
	margin-top: 100px;
}

.logo a{
	display: block;
	width: 180px;
	height: 180px;
	background: url(assets/images/Logo-Coul.svg) no-repeat center center;
	background-size: contain;
	margin: 0 auto;
}

.hometemois{
	padding: 70px 0;
	background: #DDC1AF;
	position: relative;
}

.hometemois .titre{
	margin-bottom: 40px;
}

.hometemois .gmbrr.carousel .navigation .bullet a{
	max-width: 15px;
	max-height: 15px;
	background-color: rgba(255, 255, 255, 0);
	border: 1px solid rgba(255, 255, 255, 0.99);
}

.hometemois .gmbrr.carousel .navigation .current.bullet a, .hometemois .gmbrr.carousel .navigation .current.bullet a:hover{
	background-color: rgba(255, 255, 255, 0.99);
	box-shadow: none;
}

.hometemois .gmbrr.bubble.fill .listing .text {
	color: #223B40;
	background-color: #fff;
	box-shadow: none;
	font-weight: 300;
	padding: 16px;
	border-radius: 16px;
}

.hometemois .gmbrr.bubble.fill .listing .arrow.arrow-down, .hometemois .gmbrr.bubble.fill .listing .text-first .text::after {
	border-top: 0.5em solid #fff;
}

.hometemois .gmbrr .rating .not, .hometemois .gmbrr .star.gray, .hometemois .gmbrr .star.grey {
	color: #C37B55;
}

.hometemois .gmbrr .listing .rating, .hometemois .gmbrr .star, .hometemois .gmbrr .rating, .hometemois .gmbrr.dark .listing .rating, .hometemois .gmbrr.dark .star, .hometemois .gmbrr.dark.stars-yellow .star, .hometemois .gmbrr.stars-yellow .star, .hometemois .gmbrr.contrast .listing .rating, .hometemois .gmbrr.dark.contrast .listing .rating, .hometemois .gmbrr.stars-html .rating-stars {
	color: #C37B55;
}

.hometemois .gmbrr .listing .author-name, .hometemois .gmbrr .listing .author-name a {
	font-weight: 500;
	color: #223B40;
}

.hometemois .gmbrr.bubble .listing .date, .hometemois .gmbrr.bubble .listing .relative-time-description {
	font-size: 12px;
	font-style: italic;
	color: #223B40;
	line-height: 110%;
}

.hometemois .review-more-link{
	font-size: 0;
	display: block;
	width: 24px;
	height: 24px;
	border: 1px solid #223B40;
	margin: 12px auto 5px;
	border-radius: 50%;
	position: relative;
	color: #223B40;
}

.hometemois .review-more-link:after{
	content: '+';
	font-weight: 200;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 25px;
	line-height: 1;
	margin: 1px 0 0;
	color: #223B40;
}

.hometemois .review-more-link:hover{
	color: #fff;
	background: #223B40;
}

.hometemois .review-more-link:hover:after{
	color: #fff;
}

.homedec{
	padding: 70px 0;
}

.decous{
	margin: 30px -14px -14px;
}

.decou{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 14px;
}

.decouc{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}

.decouc h3{
	font-size: 28px;
	font-weight: 300;
	color: #C37B55;
	
}

.decimg{
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	padding: 64% 0 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 24px;
}

.decimg a, .vidzzz .slimgg > a{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.decimg a span, .vidzzz .slimgg > a span{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 95px;
	height: 95px;
	background: #223B40;
	color: #DDC1AF;
	border-radius: 50%;
	transition: background 0.4s ease, color 0.4s ease;
	font-size: 26px;
}

.vidzzz .slimgg > a span{
	width: 64px;
	height: 64px;
	font-size: 19px;
}

.decimg a span svg, .vidzzz .slimgg > a span svg{
	transform: translate(2px,0);
}

.decimg a span:hover, .vidzzz .slimgg > a span:hover{
	background: #C37B55;
}

.legendee{
	margin: 20px 0 0;
}

.pagecont{
	padding: 100px 0 150px;
}

.pagecont .wrapper{
	max-width: 990px;
}

.pagecont .txt h1{
	font-size: 35px;
	text-align: center;
	color: #C37B55;
}

#content{
	padding: 120px 0 0;
}

.contact{
	text-align: left;
}

p.h3{
	font-size: 35px;
	line-height: 1;
	font-weight: 700;
	margin: 0 0 12px;
}

.txtt{
	font-weight: 300;
	font-size: 18px;
	margin: 0 0 30px;
}

.bouton.blanc{
	background: white;
	color: #C37B55;
}

.bouton.blanc:hover{
	background: #045B57;
	color: white;
}

.bouton.green{
	background: #045B57;
	color: #fff;
}

.bouton.green:hover{
	background: #C37B55;
	color: white;
}

.footxt + .footxt{
	margin: 60px 0;
}

.footxt .txt a{
	color: #3C3C3B;
	font-weight: 700;
}

.footxt .txt a:hover{
	color: #045B57;
}

.home .pagetop:after{
	content: '';
	z-index: 1;
	display: block;
	width: 175px;
	height: 175px;
	background: #223B40 url(assets/images/cryoblanc.svg) no-repeat 50% 72px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,50%);
	border-radius: 50%;
	background-size: 80%;
}

.pageintro{
	padding: 140px 0 130px;
	text-align: center;
	font-weight: 300;
	font-size: 21px;
	line-height: 1.8;
	/* border-top: 7px solid #C37B55; */
	position: relative;
}

body:not(.home) .pageintro{
	padding: 80px 0 120px;
}

.topbout{
	margin-top: 40px;
}

.gsstitre{
	font-size: 46px;
	font-weight: 200;
	text-align: center;
	display: block;
	margin: 60px auto 0;
	max-width: 650px;
}

.home .pageintro .wrapper:after{
	content: '';
	display: block;
	width: 310px;
	height: 100%;
	background: url(assets/images/femme.png) no-repeat center bottom/contain;
	position: absolute;
	right: 100%;
	bottom: -146px;
}

body.page-template-page-prestas .pageintro > .wrapper:after{
	content: '';
	display: block;
	width: 310px;
	height: 100%;
	background: url(assets/images/femme.png) no-repeat center bottom/contain;
	position: absolute;
	right: 100%;
	bottom: -100px;
}

.pageintro b, .pageintro strong{
	font-weight: 500;
}

.pageintro h1:not(.gstitre){
	font-size: 46px;
	font-weight: 200;
}

.pageintro h1:not(.gstitre):first-child{
	margin-bottom: 25px;
}

.results .txt > * {
	font-size: 28px;
	color: #223B40;
	font-weight: 300;
	display: block;
	max-width: 700px;
	text-align: center;
	margin: 0 auto 40px;
}

.results .txt > * + *{
	font-size: 20px;
}

.bloc-slider .legendee{
	text-align: center;
}

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

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

.wrapper .wrapper{
	padding: 0;
}

.pagetop{
	/* border-top: 7px solid #C37B55; */
}

.one .swiper-pagination{
	display: none!important;
}

.slimg img{
	display: block;
	width: 100%;
}

.slimg > a, .prestaimg > a, .alog > a, .imagep > a, .programmeimg > a, .slimgg > a, .prestaimg > .cryobf, .alog > .cryobf{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.slitxtt{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}

.home .slitxtt .wrapper{
	margin-top: -85px;
}

.gstitre, .page-template-page-landing .pageintro h1{
	font-size: 64px;
	line-height: 1.2;
	font-weight: 200;
	position: relative;
	margin: 0 0 26px;
	padding: 0 0 42px;
}

.gstitre:after, .page-template-page-landing .pageintro h1:after{
	content: '';
	display: block;
	width: 144px;
	height: 27px;
	background: url(assets/images/vagues.png) no-repeat center center/contain;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,0);
}

.page-template-page-landing .pageintro{
	background: #DDC1AF;
}

.sstitre{
	font-size: 21px;
	line-height: 1.5;
	font-weight: 300;
}

.homeslider, .slider{
	position: relative;
}

.slider{
	padding: 0 90px;
}

.slider.vidzzz{
	margin-top: 30px;
}

.swiper-pagination{
	width: 100%;
	bottom: 36px;
	left: 0;
	text-align: left;
	padding: 0 20px;
}

.slider .swiper-pagination{
	display: none;
}

.swiper-button-next:after, .swiper-button-prev:after{
	display: none;
}

.swiper-button-next, .swiper-button-prev{
	color: #C37B55;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	line-height: 64px;
	text-align: center;
	border: 1px solid #C37B55;
	font-size: 20px;
	transition: all 0.4s ease;
}

.swiper-button-next:hover, .swiper-button-prev:hover{
	background: #C37B55;
	color: #fff;
}

.slider .swiper-button-prev {
	left: 0;
}

.slider .swiper-button-next {
	right: 0;
}

.swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	border: 1px solid #045B57;
	background: transparent;
	opacity: 1;
	margin: 0 7px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #045B57;
}

.titre{
	font-size: 30px;
	font-weight: 700;
	color: #223B40;
	text-align: center;
	line-height: 1;
	padding: 0;
	margin: 0 0 10px;
}

.titre.light{
	font-weight: 400;
}

.prestations{
	padding: 70px 0;
	position: relative;
}

.partenaires{
	padding: 70px 0 100px;
	position: relative;
}

.pageintro + .prestations{
	/* padding-top: 10px; */
	position: relative;
}

/* .pageintro + .bloc-slider{
	padding-top: 10px;
	position: relative;
	margin-top: 0;
}

.pageintro + .prestations:before{
	content: '';
	display: block;
	width: 100%;
	height: 210px;
	background: #f7f6f3;
	z-index: -1;
	position: absolute;
	left: 0;
	top: -1px;
} 

.pageintro + .bloc-slider:before{
	content: '';
	display: block;
	width: 100%;
	height: 90px;
	background: #f7f6f3;
	z-index: -1;
	position: absolute;
	left: 0;
	top: -1px;
}*/

.partenaires{
	background: #223B40;
	color: #E2E2E1;
}

.prestations.prestations1{
	background: #F3E9E2;
}

.prestationsc{
	margin: 0 -10px;
	text-align: center;
}

.prestation{
	display: inline-block;
	width: 33.33%;
	vertical-align: top;
	padding: 20px 10px;
	text-align: center;
}

.prestations2 .prestation{
	width: 25%;
}

.prestationsc .titre{
	margin-bottom: 30px;
}

.prestaimg{
	display: block;
	width: 100%;
	padding: 63% 0 0;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: transparent;
	border-radius: 24px;
}

.prestations2 .prestaimg{
	padding: 170% 0 0;
	border: 1px solid #DDC1AF;
}

/* .prestaimg > a{
	opacity: 0;
	background: url(assets/images/survol-or.png) no-repeat center center;
	background-size: 386px 278px;
}

.vert .prestaimg > a{
	background: url(assets/images/survol-vert.png) no-repeat center center;
	background-size: 386px 278px;
}

.prestaimg > a:hover{
	opacity: 1;
} */

.prestationc h3{
	font-weight: 300;
	font-size: 30px;
	line-height: 1.1;
	margin: 25px 0 5px;
	padding: 0;
}

.prestationc h3 a:not(:hover){
	color: #C37B55;
}

.extr{
	font-weight: 400;
	/* padding: 0 10%; */
}

.prestations2 .extr{
	font-style: italic;
}

.vert a:not(.bouton){
	color: #DDC1AF;
}

.vert a:not(.bouton):hover{
	color: #C37B55;
}

.partenaire{
	margin: 70px 0 0;
}

.partenaire + .partenaire{
	padding-top: 70px;
	border-top:1px solid #45625A;
}

.partenairec .left{
	width: 210px;
	vertical-align: middle;
}

.partenairec .right{
	width: calc(100% - 210px);
	vertical-align: middle;
	font-weight: 300;
	padding-left: 80px;
}

.partenaires .titre{
	color: #E2E2E1;
}

.partenairec .right h1, .partenairec .right h2, .partenairec .right h3{
	color:#E2E2E1;
	font-size: 28px;
	font-weight: 300;
}

.alog{
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding: 100% 0 0;
	background-repeat: no-repeat;
	background-size: 80%;
	background-position: center center;
	/* mix-blend-mode: multiply; */
	background-color: #fff;
	border-radius: 50%;
}

.page-template-page-prestas .pageintro, .pagesingle .pageintro{
	background: #DDC1AF;
}

.breadcrumbs{
	color:#045B57;
	font-size: 13px;
	font-weight: 200;
	font-style: italic;
	position: absolute;
	left: 0;
	top: 20px;
	width: 100%;
	text-align: left;
}

.breadcrumbs a{
	color:#045B57;
}

.breadcrumbs a:hover{
	color:#C37B55;
}

.breadcrumbs .current-item, .breadcrumbs .active{
	font-weight: 300;
}

.prestas{
	margin-bottom: 70px;
}

.presta{
	margin-top: 70px;
}

.presta.bez{
	display: block;
	margin-left:auto;
	margin-right:auto;
	width: 100%;
	max-width: 905px;
}

.prestac{
	position: relative;
	background: #F3E9E2;
	border-radius: 24px;
	padding: 25px;
}

.presta:nth-of-type(even) .prestac{
	background: #F5DBCE;
}

.presta.vert .prestac{
	background: #45625A;
	color: #fff;
}

.imagep{
	position: relative;
	width: 50%;
	height: auto;
	padding: 31% 0 0;
	display: inline-block;
	vertical-align: top;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: #eee;
	border-radius: 24px;
}

.bez .imagep{
	width: 30%;
	padding: 45% 0 0;
}

.bez .prestacc{
	width: 70%;
}

.imagep img{
	display: block;
	width: 100%;
}

.imagep span{
	display: inline-block;
	line-height: 34px;
	padding: 0;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	color: #C37B55;
	background: white;
	border-radius: 30px;
	min-width: 0;
	padding: 0 25px;
	position: absolute;
	left: 30px;
	bottom: 30px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.imagep > a:hover span{
	background: #C37B55;
	color: white;
}

.vert .imagep span{
	color: #045B57;
}

.vert .imagep > a:hover span{
	background: #045B57;
	color: white;
}

.prestacc{
	position: relative;
	width: 50%;
	padding: 20px 0 30px 40px;
	display: inline-block;
	vertical-align: top;
}

.prestacc h2{
	font-weight: 300;
	font-size: 30px;
}

.prestacc .txt{
	font-weight: 300;
}

.txt ul{
	padding: 0 0 0 18px;
	line-height: 1.45;
}

.pageintro ul{
	list-style: none;
}

.txt ul li + li{
	margin-top: 5px;
}

.txt ol li + li{
	margin-top: 10px;
}

.boutons{
	margin-top: 40px;
}

.boutons .bouton,{
	font-size: 15px;
	line-height: 56px;
	min-width: 0;
	padding: 0 18px;
	text-align: center;
	font-weight: 600;
	white-space: nowrap;
	border-radius: 30px;
	text-transform: uppercase;
}

.boutons .bouton + .bouton{
	margin-left: 15px;
}

.presta .bouton.rendev{
	background: #223B40;
}

.presta .bouton.rendev:hover{
	background: #C37B55;
}


.bouton.gris{
	background: transparent;
	border: 1px solid;
	border-color: #223B40;
	color: #223B40;
}

.bouton.gris:hover{
	background: #223B40;
	border-color: #223B40;
	color: #fff;
}

.presta.vert .bouton.gris{
	border-color: #DDC1AF;
	color: #fff;
}
.presta.vert .bouton.gris:hover{
	border-color: #DDC1AF;
	background: #DDC1AF;
	color: #fff;
}

.page-template-page-presta .pageintro .wrapper .txt{
	position: relative;
	z-index: 1;
}

.page-template-page-presta .pageintro > .wrapper:not(.wrapperm){
	min-height: 350px;
}

.page-template-page-presta .pageintro .wrapper > picture, .page-template-page-presta .pageintro .wrapper > img{
	display: block;
	width: 300px;
	height: auto;
	position: absolute;
	right: 88%;
	bottom: -120px;
	mix-blend-mode: multiply;
}

.temtop .titre{
	color: #C37B55;
	margin-bottom: 20px;
}

.temois .temtop .titre{
	color: #223B40;
}

.temtop{
	margin-top: 40px;
}

.pagetop{
	position: relative;
}

.pagetop .txt{
	font-size: 21px;
	line-height: 1.8;
}

.bilan{
	display: flex;
	position: fixed;
	align-items: center;
	right: 30px;
	justify-content: center;
	top: 150px;
	width: 100px;
	height: 100px;
	text-align: center;
	background: #223B40;
	border-radius: 50%;
	/* height: 70px; */
	line-height: 70px;
	color: #fff !important;
	padding: 0;
}

.bilan:hover{
	background: #C37B55;
	color: #fff;
}

.bilan span{
	line-height: 1.3;
	display: block;
	font-weight: 600;
	font-size: 15px;
	margin: 0;
	text-align: center;
	max-width: 80px;
}

.page-template-page-presta .pagetop{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	text-align: center;
}

.page-template-page-presta .pagetop .wrapper{
	z-index: 1;
	padding-top: 18vw;
	padding-bottom: 60px;
}

.page-template-page-presta .pagetop.pagetopb .wrapper{
	padding-top: 0;
	padding-bottom: 0;
}

.page-template-page-presta .pagetop:after, body:not(.home) .homeslider .slimg:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #F5DBCE;
	opacity: 0.8;
}

.page-template-page-presta .pagetop.pagetopb:after{
	opacity: 1;
}

.pagetopl{
	position: absolute;
	left: 0;
	top: 0;
	width: calc(100% - 560px);
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: #eee;
}

.pagetopr{
	padding: 130px 70px;
	width: 560px;
	float: right;
}

.pagetopr img{
	display: block;
}

.desc{
	font-weight: 300;
}

p.h1{
	font-weight: 300;
	font-size: 30px;
	color: #C37B55;
	margin: 0 0 20px;
}

.pvert p.h1{
	color: #045B57;
}

.pagetopr .boutons .bouton:not(:first-child){
	margin-top: 15px;
}

.points{
	padding: 0;
	position: relative;
	z-index: 0;
	margin-bottom: 70px;
}

.points:after{
	content: '';
	display: block;
	width: 100%;
	height: 100px;
	background: #f7f6f3;
	z-index: -1;
	position: absolute;
	left: 0;
	top: -1px;
}

.pointsc{
	margin: 0 -10px;
}

.point{
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 10px;
	font-weight: 300;
}

.pointimg{
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: #eee;
	padding: 92% 0 0;
}

.pointdesc{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 16px 20px;
	background: #c2a776;
	color: white;
	width: 100%;
}

.pointdesc:empty{
	display: none;
}

.programmes{
	margin: 80px 0;
}

.programmes .titre{
	color: #3C3C3B;
	margin-bottom: 45px;
}

.programmesc{
	text-align: center;
	margin: -10px;
}

.programme{
	padding: 10px;
	display: inline-block;
	width: 50%;
	vertical-align: top;
	text-align: left;
}

.programmec{
	height: 100%;
	padding: 30px;
	background: #F3E9E2;
	/* color: white; */
	border-radius: 24px;
}

.programme .boutons .bouton + .bouton {
	margin-left: 6px;
}

.programmedesc{
	font-weight: 300;
	width: calc(100% - 285px);
}

.programmedesc h3{
	font-weight: 400;
	font-size: 30px;
	margin: 0 0 10px;
}

.programmedesc h3 a{
	color: #C37B55!important;
}

.pivert .programmedesc h3 a{
	color: #DDC1AF!important;
}

.pivert .programmetop{
	color: #fff;
}

.programmedesc h3 a:hover{
	opacity: 0.6;
}

.programme .extr{
	padding: 0;
}

.programmetop{
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.programmeimg{
	display: block;
	width: 250px;
	height: auto;
	padding: 38% 0 0;
	position: relative;
	border-radius: 24px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: #eee;
	
}

.programme .boutons {
	margin-top: 30px;
	text-align: center;
}

.programme:not(.pivert) .boutons .bouton:not(.rendev):not(:hover){
	color: #223B40!important;
	background: transparent!important;
	border: 1px solid #223B40;
}
.programme:not(.pivert) .boutons .bouton:not(.rendev):hover{
	color: #fff!important;
	background: #223B40!important;
	border: 1px solid #223B40;
}

.programme .boutons .bouton.rendev:not(:hover){
	background: #223B40!important;
	border: 1px solid #223B40;
}
.programme .boutons .bouton.rendev:hover{
	background: #C37B55!important;
	border: 1px solid #C37B55;
}

.programme .boutons .bouton:not(.blanc):not(.gris):not(:hover){
	background:#e1d4bc;
}

.temois{
	padding: 60px 0 110px;
	background: #DDC1AF;
}

.pivert .programmec {
	background: #45625A;
}

.programme.pivert .boutons .bouton:not(.rendev):not(:hover) {
	background: transparent;
	border: 1px solid #DDC1AF;
	color: #fff;
}

.pivert .programmec .boutons .bouton:hover{
	background: #C37B55!important;
	border: 1px solid #C37B55;
}

.programme.pivert .boutons .bouton.rendev:not(:hover) {
	background: #223B40;
	border: 1px solid #223B40;
}

.resultats{
	margin: 80px 0;
}

.resultatsc .txt{
	text-align: center;
	font-weight: 300;
	margin-bottom: 50px;
	padding: 0 10%;
}

.resultatsc .txt h3{
	margin-bottom: 10px;
}

.resultatscc{
	margin: 0 -10px;
}

.resultat{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 10px;
}

.resultat img{
	display: block;
}

.legende{
	font-size: 25px;
	color: #C37B55;
	font-weight: 300;
	margin: 30px 0 0;
	text-align: center;
	line-height: 1;
}

.svert .pageintro, .svert .pageintro h1{
	color: #045B57;
}

.page-template-page-sous-societe .pagetopl, .page-template-page-landing .pagetopl{
	left: auto;
	right: 0;
}

.page-template-page-sous-societe .pagetopr, .page-template-page-landing .pagetopr{
	float: none;
	background: #F5DBCE;
}

.page-template-page-sous-societe .pagetopr picture, .page-template-page-landing .pagetopr picture{
	mix-blend-mode: multiply;
}

.page-template-page-sous-societe .breadcrumbs, .page-template-page-landing .breadcrumbs{
	left: 70px;
}

.page-template-page-sous-societe p.h1, .page-template-page-landing p.h1{
	line-height: 1.3;
	font-size: 35px;
	color: #223B40;
	margin: 25px 0 20px;
}

.page-template-page-sous-societe .desc .txt, .page-template-page-landing .desc .txt{
	line-height: 1.5;
}

.pagetopr > img{
	display: block;
	margin: 0 0 50px;
	max-width: 300px;
}

.swiper-slidec{
	position: relative;
}

.slidesc{
	position: absolute;
	left: 90px;
	bottom: 90px;
	background: rgba(255,255,255,0.75);
	padding: 60px 80px;
}

.slidesc p.h1{
	font-size: 50px;
	font-weight: 700;
	margin: 0;
}

.bloc-texte, .bloc-texte_2_colonnes, .bloc-titre, .bloc-tarifs{
	margin: 80px 0;
}

.bloc-slider{
	padding: 70px 0;
	background: #F3E9E2;
	margin: 0!important;
}

.bloc-texte_2_colonnes .left, .bloc-texte_2_colonnes .right{
	vertical-align: top;
}

.bloc-texte_2_colonnes .left{
	padding-right: 25px;
}

.bloc-texte_2_colonnes .right{
	padding-left: 25px;
}

.slitxt{
	margin: 10px 0 0;
}

.bloc-rdv{
	padding: 80px 0;
	background: #DDC1AF;
	text-align: center;
}

.bloc-rdv .titre{
	/* color: #3C3C3B; */
}

.bloc-rdv .txt{
	font-size: 18px;
	margin-bottom: 30px;
}

.bloc-equipe{
	padding: 50px 0;
	background: #f7f6f3;
}

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

.bloc .txt{
	font-weight: 300;
}

.txt h2{
	font-size: 26px;
	color: #C37B55;
}

.bloc-texte_2_colonnes .txt h2{
	/* font-size: 20px;
	color: #3C3C3B; */
	font-weight: 400;
}

.membres{
	margin: 35px -10px 0;
}

.membre{
	padding: 10px;
	display: inline-block;
	width: 33.33%;
	vertical-align: middle;
	text-align: center;
}

.photo{
	display: block;
	width: 100%;
	padding: 70% 0 0;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: #eee;
	margin: 0 0 15px;
}

p.nom{
	font-size: 30px;
	font-weight: 300;
	color: #C37B55;
	margin: 0;
}

p.poste{
	font-weight: 300;
	margin: 0;
}

.slimgg{
	display: block;
	width: 100%;
	padding: 70% 0 0;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: #eee;
	border-radius: 24px;
}

.bloc-videos iframe{
	display: block;
	width: 100%;
	margin: 0;
}

#wpsl-wrap iframe{
	margin: 0;
	border: 0!important;
}

.gm-style iframe + div { border:none!important; }

/* 404 page */

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

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

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

.site-footer {
	background: #223B40;
	padding: 20px 0;
	color: white;
	font-size: 13px;
	font-weight: 300;
}

.site-footer .right{
	text-align: right;
}

.site-footer a{
	color: white;
}

.site-footer a:hover{
	color: #DDC1AF;
}

.footer-menu > li{
	position: relative;
}

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

.footer-menu > li + li:before{
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background: #DDC1AF;
	border-radius: 50%;
	position: absolute;
	left: -18px;
	top: 50%;
	transform: translate(0,-50%);
}

.fullmap{
	display: block;
	width: 100%;
	padding: 30% 0 0;
	position: relative;
}

.fullmap iframe{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	border: 0 !important;
	outline: 0 !important;
}

.prefooter{
	text-align: center;
	display: flex;
}

.prefooter .left{
	padding: 70px 6%;
	background: #223B40;
	color: #fff;
	position: relative;
}

.prefooter .left .titre{
	color: #DDC1AF;
}

.foot{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.centres{
	text-align: left;
	font-weight: 300;
	width: calc(100% - 60px);
}

.centres a{
	color: #fff;
}

.centres a:hover{
	color: #C4006A;
}

.centre + .centre{
	margin-top: 20px;
	border-top: 0.01em solid rgba(255, 255, 255, 0.3);
	padding: 20px 0 0;
}

.plusd{
	font-size: 12px;
	text-decoration: underline;
	cursor: pointer;
	display: inline-block;
	text-decoration-thickness: 0.01em;
	text-underline-offset: 3px;
	transition: opacity 0.4s ease;
}

.plusd:hover{
	opacity: 0.7;
}

.centretop, .centretxt{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.centretxtttt{
	display: none;
	margin-top: 10px;
	font-size: 13px;
}

.centretxt{
	
}

.centretopp, .centretxtt{
	flex: 1;
}

.centretopp{
	font-size: 21px;
}

.centretopp + .centretopp{
	padding-left: 20px;
}

.centretopp p{
	margin: 0;
	padding: 0;
}

.centretxtt{
	
}

.prefooter .left .social-menu > li{
	display: block;
}

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

.prefooter .left .social-menu > li > a, .prefooter .left .social-menu > li > .cryobf{
	color: #DDC1AF;
	background: transparent;
	border-color: #DDC1AF;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	border: 1px solid;
}

.prefooter .left .social-menu > li > a:hover, .prefooter .left .social-menu > li > .cryobf:hover{
	background: #DDC1AF;
	color: #223B40;
}

.prefooter .right{
	padding: 70px 6%;
	background: #DDC1AF;
}

.prefooter .right:first-child{
	width: 100%;
}

.prefooter .right .contact{
	display: block;
	margin: 0 auto;
	max-width: 820px;
}

.contact .gform_wrapper{
	width: 100%;
}

.contact input[type="text"], .contact input[type="email"], .contact input[type="tel"], .contact textarea{
	background: transparent;
	box-shadow: none;
	border: 1px solid;
	border-radius: 24px;
	padding: 22px!important;
	font-weight: 500;
	color: #223B40;
	font-size: 16px!important;
}

.contact select{
	background: transparent;
	box-shadow: none;
	border: 1px solid;
	border-radius: 24px;
	padding: 22px 50px 22px 22px!important;
	font-weight: 500;
	color: #223B40;
	font-size: 16px!important;
}

.contact .gform_wrapper.gravity-theme .gfield select, .contact select{
	height: 69px;
	text-overflow: ellipsis;
}

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

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

.contact .ginput_container_select, .contact .ginput_address_country, .select{
	position: relative;
}

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

.contact .gform_wrapper .gform_footer{
	position: relative;
}

.contact .gform_wrapper .gform_footer:before{
	content: '* champs obligatoires';
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
	position: absolute;
	left: 0;
	top: 16px;
}

.contact .gform_wrapper .gform_footer{
	justify-content: flex-end;
}

.bloc-formulaire{
	margin: 70px 0;
}

.bloc-formulaire .contact{
	background: #DDC1AF;
	padding: 50px;
	border-radius: 24px;
}

.bloc-temoignages{
	background: #DDC1AF;
	padding: 70px 0;
}

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

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

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

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

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

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

.wp-caption,
.gallery-caption {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	margin-bottom: 1.5em;
	max-width: 100%;
}

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

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

.hamburger{
	display: none;
}

.slimg img.imgmob{
	display: none;
}

.mobopen{
	display: none!important;
	position: absolute!important;
	right: 0;
	top: 0px;
	font-size: 19px!important;
	transform: rotate(0);
	z-index: 1;
}
.mobopen.is-active{
	transform: rotate(180deg);
}

.pagesingle .pageintro{
	text-align: left;
}

.pagesingle .pageintro h1:first-child{
	text-align: center;
}

.page-template-page-presta .bloc{
	margin: 50px 0;
}

.bloc-boutons{
	text-align: center;
}

.bloc-boutons .bouton{
	margin: 10px;
}

.videos{
	text-align: center;
	/* margin: -20px; */
}

.video{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 20px;
}

.temois .boutons{
	text-align: center;
}

.questions{
	
}

.question{
	padding: 20px;
	border-bottom: 1px solid #C37B55;
}

.question h2, .question h3{
	color: #C37B55;
	font-weight: 300;
	position: relative;
	font-size: 28px;
	line-height: 1.3;
	margin: 0;
	padding: 0 100px 0 0;
	transition: color 0.4s ease;
	cursor: pointer;
}

.question h2:hover, .question h3:hover{
	color: #223B40;
}

.question h2 svg, .question h3 svg{
	position: absolute;
	right: 0;
	top: 50%;
	line-height: 1;
	transform: translate(0,-50%);
	transition: transform 0.4s ease;
}

.question.actif h2 svg, .question.actif h3 svg{
	transform: translate(0,-50%) rotate(180deg);
}

.reponse{
	font-size: 21px;
	display: none;
	padding: 20px 0 0;
}

.page-template-page-presta .pagetop.pagetopb .wrapper{
	background: #F5DBCE;
}

.pagel{
	display: inline-block;
	vertical-align: middle;
	width: 35%;
	height: auto;
	padding: 60% 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;	
	mix-blend-mode: multiply;
}

.pager{
	display: inline-block;
	vertical-align: middle;
	width: 65%;
	text-align: left;
	padding-left: 60px;
}

.pager .gstitre:after{
	transform: translate(0,0);
	left: 0;
}

.pagetop .txt ul{
	font-weight: 500;
}

.blocs{
	position: relative;
}

.blocs > .breadcrumbs{
	top: -60px;
}


/* planity */

.css-18wwvwr {
	
    color:#fff !important;
}

.gform-field-label--type-inline{
	display: inline-block!important;
}

.tarifs{
	
}

.catego{
	border: 1px solid #dbdbdb;
	padding: 30px;
	border-radius: 20px;
}

.catego + .catego{
	margin-top: 10px;
}

.catego > h3{
	font-size: 22px;
	text-transform: uppercase;
}

.desco{
	color: #898989;
	font-weight: 400;
	font-size: 15px;
}

.lignes{
	margin-top: 30px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}

.desco ul{
	padding: 0 0 0 1em;
}

.ligne + .ligne{
	border-top: 1px solid #eaeaea;
}

.ligne, .servdataa{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.ligne{
	padding: 20px;
}

.ligne h4{
	margin: 0;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.2;
	text-transform: uppercase;
}

.timing{
	color: #898989;
	font-size: 12px;
	text-align: right;
}

.timing b{
	color: #223B40;
	font-size: 15px;
}

.prix{
	font-weight: 700;
}

.ligne .desco{
	font-size: 13px;
	padding: 10px 0 0 0;
	display: none;
}

.act a{
	display: inline-block;
	color: #223B40;
	border: 1px solid #223B40;
	border-radius: 5px;
	font-size: 12px;
	line-height: 1;
	padding: 5px;
	font-weight: 600;
}

.act a:hover{
	background: #223B40;
	color: #fff;
}

.act a.tooltip{
	cursor: not-allowed;
	color: #b4b4b4!important;
	border: 1px solid #b4b4b4!important;
	background: transparent!important;
}

.lls{
	color: #223B40;
	cursor: pointer;
	transition: all 0.4s ease;
	font-size: 12px;
	display: inline-block;
	text-decoration: underline;
	text-decoration-thickness: 0.01em;
	text-underline-offset: 2px;
}

.lls:hover{
	color: #C37B55;
}

.tooltip_templates { display: none; }

.txt iframe{
	border: 0;
}

.wpsl-gmap-canvas, #wpsl-wrap{
	margin: 0!important;
}

#main #wpsl-result-list li p {
	padding-left: 0;
	margin: 0 0 6px;
	font-size: 14px;
	font-weight: 300;
}

#main #wpsl-result-list li p strong{
	font-size: 18px;
	max-width: 205px;
	display: block;
	line-height: 1.2;
	margin: 0 0 5px;
}

#main table.wpsl-opening-hours td{
	font-size: 13px;
}

#main #wpsl-wrap #wpsl-result-list li {
	padding: 40px;
	border-bottom: 1px solid #e2e2e2;
}

#main #wpsl-stores, #main #wpsl-direction-details, #main #wpsl-gmap {
	/* height: var(--vvh) !important; */
	height:auto!important;
}

#wpsl-wrap{
	display: flex;
}

#main table.wpsl-opening-hours{
	width: 100%!important;
	margin: 0;
}

#page{
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
}

.copyri{
	order: 1;
	padding: 40px;
	pointer-events: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
	transform: translate(0,100%);
	opacity: 0;
	transition: all 0.4s ease;
	z-index: 1;
}

.copyri.on{
	transform: translate(0,0);
	opacity: 1;
	pointer-events: auto;
}

.closecopy{
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 20px;
	z-index: 1;
	display: block;
	cursor: pointer;
}

.site-footer .right{
	cursor: pointer;
}

.villes{
	display: flex;
}

.villes > *{
	flex: 1;
}

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

.ville ul li{
	font-size: 12px;
}

#main table.wpsl-opening-hours tr:last-child{
	display: none;
}

.map > div{
	display: block;
	width: 100%;
	height: 30vw!important;
}

.wpsl-search, .wpsl-direction-wrap, #wpsl-gmap .wpsl-info-actions {
	display: none !important;
}

.epil .site-header{
	border-color: #5e2d17;
}

.epil body, .epil .main-menu > li > a:not(:hover), .epil .main-menu > li > .cryobf:not(:hover), .epil header .social-menu > li .cryobf, .epil .titre, .epil .temois .temtop .titre, .epil .breadcrumbs, .epil .breadcrumbs a{
	color: #5e2d17;
}

.epil .main-menu > li.current-menu-item:not(#menu-item-22) > a, .epil .main-menu > li.current-menu-parent:not(#menu-item-22) > a, .epil .main-menu > li.current-page-ancestor:not(#menu-item-22) > a, .epil .main-menu > li.current-menu-item:not(#menu-item-22) > .cryobf, .epil .main-menu > li.current-menu-parent:not(#menu-item-22) > .cryobf, .epil .main-menu > li.current-page-ancestor:not(#menu-item-22) > .cryobf, .epil .question h2, .epil .question h3{
	color: #C47855;
}

.epil header .social-menu > li .cryobf:hover {
	background: #C47855;
	color: #fff;
}

.epil .prefooter .left, .epil .main-menu > li > ul, .epil .site-footer{
	background: #5e2d17;
}

.epil .site-title:before{
	background: url(assets/images/EpilConcept-LogoFull.svg) no-repeat center center;
}

.epil .top-menu > li:not(.rendezv) > a, .epil .top-menu > li:not(.rendezv) .cryobf{
	color: #5e2d17;
	background: transparent;
	border: 1px solid #5e2d17;
}

.epil .bloc-boutons .bouton:not(.rendev){
	background: #5e2d17;
}
.epil .bloc-boutons .bouton:not(.rendev):hover{
	background: #C47855;
}

.epil .bouton.rendev:hover, .epil .cryobf.rendev:hover {
	background: rgba(196, 120, 85, 0.75);;
}

.epil .top-menu  > li:not(.rendezv) > a:hover, .epil .top-menu > li:not(.rendezv) .cryobf:hover {
	background: #C47855;
	color: white;
	border: 1px solid #C47855;
}

.epil .bouton.rendev:not(:hover), .epil .cryobf.rendev:not(:hover){
	background: #C47855;
}

.epil .top-menu > li.rendezv > a, .epil .top-menu .rendezv .cryobf {
	background: #C47855;
	color: white;
	border: 0;
}
.epil .top-menu > li.rendezv > a:hover, .epil .top-menu .rendezv .cryobf:hover {
	background: rgba(196, 120, 85, 0.75);
	color: white;
}

.epil .simplybook-widget-button.right{
	background: #C47855!important;
}

.epil .gstitre:after, .epil .page-template-page-landing .pageintro h1:after{
	background: url(assets/images/vagues2.png) no-repeat center center / contain;
}

.epil .top-menu a:not(:hover) svg path{
	fill: #5e2d17;
}

.epil .prefooter .left .social-menu > li > a, .epil .prefooter .left .social-menu > li > .cryobf{
	color: #fff;
	background: transparent;
	border-color: #fff;
}

.epil .prefooter .left .social-menu > li > a:hover, .epil .prefooter .left .social-menu > li > .cryobf:hover{
	background: #C4006A;
	color: #fff;
	border-color: #C4006A;
}

.epil .bilan:not(:hover){
	background: #5e2d17;
}

.sb-widget-iframe {
	/* margin: -92px 0 0; */
	display: block;
	margin: 0;
}

.gform_wrapper.gravity-theme .gfield-choice-input{
	width: 0;
	margin: 0;
}

.contact .gfield_checkbox .gchoice + .gchoice{
	margin-top: 10px;
}

.bouts{
	margin: 15px 0 0;
}

.bouts .bouton{
	line-height: 34px!important;
	padding: 0 16px;
	text-align: center;
	font-weight: 600;
	font-size: 12px;
}

.centrobf .cryobf:hover{
	color: #C4006A;
}

.obf{
	display: block;
	position: fixed;
	background: #C4006A;
	color: #fff;
	right: 0;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	line-height: 1;
	padding: 15px 15px 25px;
	border-radius: 5px 5px 0 0;
	transform: rotate(-90deg) translate(100%, 0);
	transform-origin: right bottom;
	transition: all 0.4s ease;
	margin: 0 -10px 0 0;
	font-weight: 500;
	font-size: 17px;
}
.obf:hover{
	margin: 0;
	background: #223B40;
}

.epil .obf:not(:hover){
	background: #C47855;
}

.wpsl-street + span + .wpsl-street{
	margin-top: 7px;
}

.bloc-resa{
	position: relative;
	z-index: 0;
	background: url(assets/css/AjaxLoader.gif) no-repeat center center;
}

.bloc-resa:after{
	content: 'Veuillez patienter';
	position: absolute;
	bottom: 20px;
	width: 100%;
	left: 0;
	text-align: center;
}

.bloc-resa iframe{
	position: relative;
	z-index: 1;
	margin: 0;
}

.menuonglets{
	display: flex;
	gap: 10px;
	/* border: 1px solid #223B40; */
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
	margin: 0 0 20px;
	border-radius: 10px;
	padding: 10px;
}

.menuonglets > *{
	flex: 1;
}

.menuonglets a{
	display: block;
	text-align: center;
	border: 1px solid #223B40;
	border-radius: 5px;
	line-height: 1;
	padding: 15px;
	color: #223B40;
	font-size: 18px;
	font-weight: 300;
}

.menuonglets a:hover, .menuonglets a.actif{
	background: #223B40;
	color: #fff;
}

.onglet,.songlet,.ssonglet{
	display: none;
}

.tarifs{
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.tarif{
	display: flex;
	justify-content: space-between;
	padding: 20px 30px;
	gap: 30px;
	line-height: 1.2;
}

.tarif + .tarif{
	border-top: 1px solid #eee;
}

.tarifl > *:first-child, .tarifr > *:first-child{
	margin: 0;
}

.tarifl h3{
	
}

.tarifr{
	text-align: right;
	white-space: nowrap;
}

.tarifr p:not(.tleg){
	font-weight: 500;
}

.tarifl > * + *, .tarifr > * + *{
	margin-top: 5px;
}

.tleg{
	font-size: 13px;
	color: #898989;
}

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

@media screen and (max-width: 1499px) {
	.site-title{
		width: 170px;
		height: 47px;
	}
	.top-menu > li > a, .top-menu .cryobf{
		font-size: 13px;
		line-height: 46px;
	}
	.top-menu > li + li {
		margin-left: 8px;
	}
	header .social-menu > li + li {
		margin-left: 5px;
	}
	.cooo + div {
		margin-left: 25px;
	}
	.main-menu > li > a, .main-menu > li > .cryobf{
		font-size: 15px;
	}
	.main-menu > li + li {
		margin-left: 30px;
	}
	.main-menu > li + li:before{
		left: -18px;
		width: 6px;
		height: 6px;
	}
	.prefooter .left{
		padding: 70px 4%;
	}
	.footer-menu > li + li:before{
		left: -17px;
		width: 6px;
		height: 6px;
	}
}

@media screen and (max-width: 1399px) {
	.gstitre, .page-template-page-landing .pageintro h1 {
		font-size: 56px;
	}
	.home .pageintro .wrapper:after{
		display: none;
	}
	.centretopp {
		font-size: 18px;
	}
	.centretxt{
		font-size: 15px;	
	}
}

@media screen and (max-width: 1299px) {
	.site-header{
		height: 100px;
		line-height: 100px;
	}
	#content {
		padding: 100px 0 0;
	}
	.site-title {
		width: 150px;
		height: 42px;
	}
	header .social-menu > li a{
		font-size: 16px;
		width: 36px;
		height: 36px;
		line-height: 36px;
	}
	.cooo + div {
		margin-left: 16px;
	}
	
	.main-menu > li > a, .main-menu > li > .cryobf {
		font-size: 12px;
	}
	.top-menu > li > a, .top-menu .cryobf {
		font-size: 11px;
		line-height: 36px;
		padding: 0 14px;
	}
	.programmeimg {
		width: 190px;
		height: auto;
		padding: 24% 0 0;
	}
	.programmedesc {
		width: calc(100% - 220px);
	}
	.site-footer{
		font-size: 11px;
	}
	.centretxt {
		font-size: 14px;
	}
	.gstitre, .page-template-page-landing .pageintro h1 {
		font-size: 50px;
	}
	.pageintro h1:not(.gstitre), .gsstitre {
		font-size: 42px;
	}
	.centretopp, .centretxtt {
		flex: none;
	}
	#colophon .wrap{
		display: flex;
		justify-content: space-between;
	}
	.site-footer .left, .site-footer .right{
		width: auto;
	}
}

@media screen and (max-width: 1210px) {
	.menuscc{
		display: flex;
	}
	.menu-top-container, .menu-top-menu-home-container{
		margin-left: 25px;
	}
}

@media screen and (min-width: 1200px) {
	.menus{
		display: block!important;
	}
	.homeslider .slimg{
		background: transparent!important;
	}
}

@media screen and (max-width: 1199px) {
	.map > div{
		height: 40vw !important;
	}
	#colophon .wrap {
		display: block;
	}
}

@media screen and (max-width: 1099px) {
	.main-menu > li > a, .main-menu > li > .cryobf {
		font-size: 14px;
		line-height: 16px;
	}
	.top-menu > li > a, .top-menu .cryobf {
		font-size: 12px;
		line-height: 43px;
		padding: 0 14px;
	}
	header .menu-top-container, header .menu-top-menu-home-container{
		opacity: 0;
	}
	.loaded0 header .menu-top-container, .loaded0 header .menu-top-menu-home-container{
		opacity: 1;
	}
	.site-title {
		width: 150px;
		height: 42px;
		position: absolute;
		left: 30px;
		top: 50%;
		transform: translate(0,-50%);
	}
	.empty .site-title{
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
	}
	.menu-top-container, .menu-top-menu-home-container{
		margin-left: 0;
	}
	.mobopen{
		display: block!important;
	}
	.cooo{
		order:3;
	}
	.menus{
		display: none;
		position: absolute;
		height: 100vh;
		height: calc(var(--vh, 1vh) * 100);
		width: 100%;
		text-align: center;
		left: 0;
		top: 0;
		background: #F3E9E2;
	}
	header .social-menu > li a{
		border-color: #223B40;
	}
	.hamburger{
		display: inline-block;
		position: absolute;
		right: 0;
		top: 0;
		padding: 0 40px;
		line-height: 80px
	}
	.site-header{
		line-height: 1;
		height: 80px;
	}
	/* .site-header:after{
		content: '';
		display: block;
		width: 240px;
		height: 240px;
		position: absolute;
		right: -80px;
		top: -64px;
		background: #C37B55;
		border-radius: 50%;
		z-index: -1;
		-webkit-transition: all 1s cubic-bezier(.7,0,.3,1);
		-moz-transition: all 1s cubic-bezier(.7,0,.3,1);
		-o-transition: all 1s cubic-bezier(.7,0,.3,1);
		transition: all 1s cubic-bezier(.7,0,.3,1);
	} */
	.menuonn .site-header{
		overflow: visible;
	}
	.menuon .site-header:after{
		transform: scale(50);
	}
	.coo, .menu-principal-container, .menu-main-menu-home-container {
		position: relative;
		left: 0;
		top: 0;
		margin: 0 0 30px;
		padding: 0 0 30px;
	}
	.coo:after, .menu-principal-container:after, .menu-main-menu-home-container:after{
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		background: #DDC1AF;
		position: absolute;
		left: 50%;
		bottom: 0;
		transform: translate(-50%,0);
	}
	.coo > *{
		display: block;
	}
	.coo > * + * {
		margin-left: 0;
	}
	.menu-top-container, .menu-top-menu-home-container {
		position: relative;
		right: 0;
		top: 0;
		margin-bottom: 30px;
	}
	.top-menu > li + li {
		margin-left: 0;
		margin-top: 12px;
	}
	.main-menu > li{
		text-align: left;
	}
	.main-menu > li, .top-menu > li, .coo-menu > li{
		display: block;
	}
	.main-menu > li > a, .top-menu > li > a {
		display: inline-block;
	}
	.main-menu > li + li {
		margin-left: 0;
		margin-top: 15px;
	}
	.main-menu > li + li:before{
		display: none;
	}
	.coo-menu li a:not(:hover){
		color: white;
	}
	.contact .gform_wrapper{
		width: 100%;
	}
	.prefooter .left {
		padding: 50px 30px;
	}
	.prefooter .right{
		padding: 50px;
	}
	.menusc{
		display: flex;
		justify-content: center;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow: auto;
	}
	.menuscc{
		display: flex;
		flex-direction: column;
		margin: auto;
		padding: 50px 0;
		width: 250px;
	}
	.main-menu > li.current-menu-item > a, .main-menu > li.current-menu-parent > a, .main-menu > li.current-page-ancestor > a{
		color: #223B40;
	}
	.top-menu > li > a {
		display: block;
	}
	.top-menu > li.gris > a {
		
	}
	.main-menu > li > ul, .main-menu > li:hover > ul.sub-menu {
		position: relative;
		background: transparent;
		box-shadow: none;
		text-align: left;
		border: 0;
		padding: 15px 0 20px;
		display: none;
		opacity: 1;
		left: 0;
		top: 0;
		transform: translate(0,0);
		white-space: normal;
	}
	
	.main-menu > li > ul > li > a, .main-menu > li > ul > li > .cryobf{
		font-size: 14px;
	}
	.main-menu > li > ul > li + li {
		margin: 8px 0 0;
	}
	.cooo, .cooo + div {
		display: block;
	}
	.coo-menu li a{
		font-size: 16px;
	}
	.programmetop{
		display: block;
		text-align: center;
	}
	.programmeimg{
		margin: 0 auto 25px;
		width: 100%;
		padding: 63% 0 0;
	}
	.programmedesc {
		width: 100%;
	}
	.slidesc {
		left: 50px;
		bottom: 50px;
		padding: 50px 50px;
	}
	.slidesc p.h1 {
		font-size: 40px;
	}
	.homeslider .slimg{
		display: block;
		width: 100%;
		height: auto;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		background: #F3E9E2 !important;
	}
	.homeslider .slimg picture{
		display: none;
	}
	.slitxtt{
		position: relative;
		height: auto;
		padding: 60px 0 145px;
	}
	body:not(.home) .slitxtt{
		padding: 100px 0;
	}
	.home .slitxtt .wrapper {
		margin-top: 0;
	}
	#content {
		padding: 80px 0 0;
	}
	.main-menu > li > ul > li > a:not(:hover), .main-menu > li > ul > li > .cryobf:not(:hover){
		color: #C37B55;
	}
	.pageintro {
		padding: 140px 0 80px;
		font-size: 18px;
	}
	.prestationc h3{
		font-size: 26px;
	}
	.prestations2 .prestation {
		width: 33.33%;
	}
	.prefooter{
		display: block;
	}
	.prefooter .left, .prefooter .right, .site-footer .left, .site-footer .right{
		width: 100%;
	}
	.site-footer .left, .site-footer .right{
		text-align: center;
	}
	.site-footer .right{
		margin-top: 10px;
	}
	.footxt, .prefooter .contact{
		display: block;
		width: 100%;
		max-width: 600px;
		margin-left: auto!important;
		margin-right: auto!important;
	}
	.pagetop .txt{
		font-size: 18px;
	}
	.bouton.rendev, .boutons .bouton, .bouton{
		line-height: 45px;
	}
	.pagetopr{
		padding: 90px 70px;
		width: 450px;
	}
	.pagetopl{
		width: calc(100% - 450px);
	}
	.question h2, .question h3{
		font-size: 24px;
	}
	.reponse {
		font-size: 18px;
	}
	body:not(.home) .pageintro {
		padding: 80px 0;
	}
	.simplybook-widget-button.right{
		font-size: 15px!important;
	}
	.epil .site-title {
		width: 200px;
	}
}

@media screen and (max-width: 1023px) {
	.prestation{
		width: 50%;
	}
	.site-footer .left, .site-footer .right{
		width: 100%;
		text-align: center;
	}
	.prefooter{
		display: block;
	}
	.prefooter .left, .prefooter .right{
		width: 100%;
	}
	/* .imagep{
		padding: 48% 0 0;
	} */
	.boutons {
		margin-top: 30px;
	}
	.prestacc .txt{
		line-height: 1.5;
	}
	.boutons .bouton + .bouton {
		margin-left: 10px;
	}
	.boutons .bouton {
		font-size: 13px;
		padding: 0 16px;
	}
	.slidesc {
		left: 30px;
		bottom: 30px;
		padding: 40px;
		width: calc(100% - 140px);
		text-align: center;
	}
	.slider {
		padding: 0 90px;
	}
	.slider .swiper-button-prev {
		left: 20px;
	}
	.slider .swiper-button-next {
		right: 20px;
	}
	.breadcrumbs{
		text-align: center;
	}
	.pagetopl {
		position: relative;
		width: 100%;
		height: auto;
		padding: 45% 0 0;
	}
	.pagetopr {
		padding: 50px;
		width: 100%;
		float: none;
		/* text-align: center; */
	}
	.fullmap{
		padding: 50% 0 0;
	}
	p.nom {
		font-size: 25px;
	}
	.point{
		width: 50%;
	}
	.pointimg{
		padding: 66% 0 0;
	}
	.pageintro h1:not(.gstitre), .gsstitre {
		font-size: 34px;
	}
	.decouc h3 {
		font-size: 20px;
	}
	.titre, .prestacc h2, .programmedesc h3, .page-template-page-sous-societe p.h1, .page-template-page-landing p.h1{
		font-size: 26px;
	}
	.partenairec .right h1, .partenairec .right h2, .partenairec .right h3, .results .txt > *{
		font-size: 24px;
	}
	.prestacc{
		padding: 0 0 0 30px;
	}
	.pager{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.swiper-button-next, .swiper-button-prev{
		width: 44px;
		height: 44px;
		line-height: 44px;
	}
	.gstitre, .page-template-page-landing .pageintro h1 {
		font-size: 42px;
	}
	.gstitre:after, .page-template-page-landing .pageintro h1:after{
		width: 96px;
		height: 18px;
	}
	.pagetopr{
		text-align: center;
	}
	.pagetopr img {
		display: block;
		width: 240px;
		margin: 0 auto;
	}
	.map > div{
		height: 55vw !important;
	}
	#wpsl-wrap {
		display: flex;
		flex-direction: column-reverse;
	}
	#wpsl-result-list {
		width: 100%;
		margin-right: 0;
	}
	#wpsl-result-list ul{
		display: flex;
	}
	#wpsl-result-list ul li{
		flex: 1;
	}
	#main #wpsl-wrap #wpsl-result-list li {
		padding: 20px;
		border-bottom: 0;
		border-left: 1px solid #eee;
	}
	#main #wpsl-wrap #wpsl-result-list li:first-child{
		border-left: 0;
	}
	#main #wpsl-gmap{
		height: 60vw!important;
		width: 100%;
	}
	.bouts .bouton {
		line-height: 29px !important;
		padding: 0 13px;
		font-size: 10px;
	}
	
}

@media screen and (min-width: 768px) {
	/* .page-template-page-societe .slimg{
		background: transparent!important;
	} */
	.page-template-page-presta .pagetopr .clear{
		display: none;
	}
	.page-template-page-presta .pagetopr .bouton:not(:first-child){
		margin-left: 15px;
	}
	.page-template-page-presta .pagetopr .clear:first-child + .bouton {
		margin-left: 0!important;
	}
}

@media screen and (max-width: 767px) {
	.simplybook-widget-button.right {
		font-size: 12px !important;
		padding: 10px;
	}
	body, button, input, select, textarea{
		font-size: 14px;
	}
	.foot, .centretop, .centretxt{
		display: block;
	}
	.prefooter .left .social-menu > li {
		display: inline-block;
		vertical-align: middle;
	}
	.prefooter .left .social-menu > li + li {
		margin-left: 10px;
		margin-top: 0;
	}
	.centres{
		width: 100%;
		text-align: center;
	}
	.centretxtt + .centretxtt{
		margin-top: 15px;
	}
	.footxt + .footxt, .centres + div {
		margin: 40px 0 0;
	}
	.slitxtt{
		padding: 40px 0 90px;
	}
	.home .pagetop:after{
		width: 125px;
		height: 125px;
		background: #223B40 url(assets/images/cryoblanc.svg) no-repeat 50% 50px;
		background-size: 68%;
	}
	.menuscc{
		padding: 110px 30px 50px;
		width: 100%;
	}
	.gstitre, .page-template-page-landing .pageintro h1 {
		font-size: 32px;
		font-weight: 300;
	}
	.sstitre {
		font-size: 16px;
		font-weight: 400;
	}
	.slimg img.imgdesk {
		display: none;
	}
	.slimg img.imgmob {
		display: block;
	}
	.gstitre:after, .page-template-page-landing .pageintro h1:after {
		width: 75px;
		height: 14px;
	}
	.breadcrumbs{
		font-size: 11px;
	}
	.breadcrumb{
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.bloc-slider {
		padding: 50px 0 70px;
	}
	.question {
		padding: 20px 0;
	}
	.question h2, .question h3 {
		font-size: 20px;
		padding: 0 50px 0 0;
	}
	.reponse {
		font-size: 15px;
	}
	.bloc-videos .slider .swiper-pagination {
		display: block;
		bottom: -35px;
	}
	.temois {
		padding: 20px 0 40px;
	}
	.temtop .titre{
		margin-bottom: 35px;
	}
	.prestation, .partenairec .left, .partenairec .right {
		width: 100%;
	}
	/* .prestations .wrapper{
		padding: 0;
	} */
	.prestations2 .prestation {
		width: 50%;
	}
	.prestationc h3 {
		font-size: 22px;
	}
	/* .prestations .titre, .prestationc h3, .extr, .bloc-equipe .titre, .bloc-equipe p.nom, .bloc-equipe p.poste, .resultat .legende{
		padding: 0 30px;
	} */
	.prestations, .partenaires {
		padding: 50px 0;
	}
	.alog {
		padding: 52% 0 0;
		height: auto;
		border-radius: 24px;
	}
	.partenaire {
		margin: 40px 0 0;
		text-align: center;
	}
	.partenairec .right{
		padding-left: 0;
		margin-top: 30px;
	}
	.partenairec .right h1, .partenairec .right h2, .partenairec .right h3, .results .txt > * {
		font-size: 21px;
	}
	.partenaire + .partenaire {
		padding-top: 40px;
		margin-top: 40px;
	}
	.fullmap {
		padding: 100% 0 0;
	}
	.prefooter .right {
		padding: 50px 30px 30px;
	}
	.swiper-pagination{
		bottom: 13px;
	}
	.home .pageintro {
		padding: 90px 0 60px;
	}
	.pageintro h1:not(.gstitre), .gsstitre {
		font-size: 26px;
		font-weight: 300;
	}
	.pageintro{
		font-size: 16px;
		line-height: 1.5;
	}
	.decou{
		width: 100%;
	}
	/* .prestas .wrapper, .bloc-equipe .wrapper, .programmes .wrapper, .resultats .wrapper{
		padding: 0;
	} */
	.presta {
		margin-top: 35px;
	}
	.imagep{
		width: 100%;
		padding: 55% 0 0;
	}
	.prestacc {
		width: 100%;
		padding: 30px 0 0;
		text-align: left;
	}
	.bez .prestacc {
		width: 100%;
		text-align: left;
	}
	.bez .imagep {
		width: 100%;
		padding: 150% 0 0;
	}
	.titre, .prestacc h2, .programmedesc h3 {
		font-size: 24px;
	}
	.left, .right:not(.simplybook-widget-button){
		width: 100%;
	}
	.bloc-texte_2_colonnes .left {
		padding-right: 0;
	}
	.bloc-texte_2_colonnes .right {
		padding-left: 0;
		padding-top: 30px;
	}
	.resultat, .programme, .membre, .point{
		width: 100%;
	}
	.pagetopr {
		padding: 50px 30px;
	}
	.membre + .membre{
		margin-top: 30px;
	}
	.programmes .titre {
		margin-bottom: 30px;
		padding: 0 30px;
	}
	.pagetopl {
		padding: 64% 0 0;
	}
	.boutons .bouton {
		display: block;
		margin: 10px 0;
		text-align: center;
	}
	.boutons .bouton + .bouton, .programme .boutons .bouton + .bouton {
		margin-left: 0;
	}
	.resultat + .resultat{
		margin-top: 30px;
	}
	.bloc-formulaire .contact{
		padding: 30px;
	}
	.contact .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
		line-height: 1;
		min-height: 0;
	}
	.contact .gform_wrapper .gform_footer:before{
		font-size: 10px;
	}
	#page .contact form button:not(.gm-control-active):not(.fancybox-button):not(#seopress-user-consent-close):not(#seopress-user-consent-accept), .contact form button{
		width: 100%!important;
	}
	.contact input[type="text"], .contact input[type="email"], .contact input[type="tel"], .contact textarea, .gform_wrapper.gravity-theme .gfield_checkbox label, .gform_wrapper.gravity-theme .gfield_radio label{
		font-size: 14px!important;
	}
	.contact .gform_wrapper.gravity-theme .gform_footer{
		padding: 50px 0 0;
	}
	.slider {
		padding: 0;
	}
	/* .bloc-slider .wrapper{
		padding: 0;
	} */
	.bloc-slider .slider .swiper-pagination {
		display: block;
	}
	.bloc-slider .swiper-pagination {
		bottom: -35px;
	}
	.bloc-slider .swiper-button-next, .bloc-slider .swiper-button-prev{
		display: none;
	}
	.swiper-pagination-bullet{
		margin: 0 3px;
	}
	.pagetopr > img {
		display: block;
		margin: 0 auto 40px;
		max-width: 270px;
	}
	.page-template-page-sous-societe p.h1, .page-template-page-sous-societe .desc{
		text-align: center;
	}
	.page-template-page-sous-societe .breadcrumbs {
		left: 0;
	}
	.page-template-page-sous-societe .pagetopr{
		padding: 85px 30px 50px;
	}
	.bloc-texte, .bloc-texte_2_colonnes, .bloc-slider, .bloc-titre {
		margin: 60px 0;
	}
	.page-template-page-societe .slimg img{
		display: none;
	}
	/* .page-template-page-societe .slimg{
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		padding: 130% 0 0;
	} */
	.slidesc p.h1 {
		font-size: 40px;
		line-height: 1.1;
	}
	.page-template-page-societe .pagetop .swiper-pagination {
		bottom: 3px;
	}
	.video{
		width: 100%;
	}
	body:not(.home) .pageintro {
		padding: 65px 0 50px;
	}
	.decimg a span, .vidzzz .slimgg > a span {
		width: 64px;
		height: 64px;
		font-size: 19px;
	}
	.bilan{
		right: 50%;
		width: 106px;
		height: 54px;
		line-height: 62px;
		transform: translate(50%,0);
		padding: 0 18px;
	}
	.bilan span{
		font-size: 13px;
	}
	.page-template-page-presta .pagetop .wrapper {
		z-index: 1;
		padding-top: 90px;
		padding-bottom: 30px;
	}
	.pagel{
		width: 70%;
		padding: 120% 0 0;
		margin-top: 60px;
		margin-bottom: 10px;
	}
	.pager .gstitre{
		text-align: center;
	}
	.pager .gstitre:after {
		transform: translate(-50%,0);
		left: 50%;
	}
	.pager {
		padding-top: 0;
		padding-bottom: 30px;
		width: 100%;
		padding-left: 0;
	}
	.pagetop .txt {
		font-size: 17px;
	}
	.contact input[type="text"], .contact input[type="email"], .contact input[type="tel"], .contact textarea{
		padding: 18px 20px!important;
	}
	.contact select{
		padding: 18px 50px 18px 20px!important;
	}
	.contact .gform_wrapper.gravity-theme .gfield select, .contact select {
		height: 59px;
	}
	.bloc-texte button:not(.gm-control-active):not(.fancybox-button):not(#seopress-user-consent-close):not(#seopress-user-consent-accept){
		width: 100%!important;
	}
	.contact .ginput_container_select + svg, .ginput_address_country + svg, .contact .gfield_select + svg, .select select + svg{
		right: 22px;
		top: 22px;
	}
	.homeslider .slimg{
		background: #F3E9E2!important;
	}
	.map > div{
		height: 70vw !important;
	}
	.catego{
		padding: 20px;
	}
	.catego > h3 {
		font-size: 18px;
		line-height: 1;
	}
	.desco {
		font-size: 13px;
		line-height: 1.3;
	}
	.desco b span{
		font-size: 15px!important;
	}
	.ligne {
		padding: 20px;
		display: block;
	}
	.timing {
		text-align: left;
	}
	.servdataa{
		margin-top: 10px;
	}
	#wpsl-result-list ul {
		display: block;
	}
	#main #wpsl-wrap #wpsl-result-list li{
		border-left: 0;
		border-bottom: 1px solid #e2e2e2;
	}
	#main #wpsl-result-list li p strong{
		max-width: 100%;
	}
	#main #wpsl-gmap {
		height: 70vw !important;
	}
	.epil .site-title {
		width: 185px;
	}
	.site-footer .right{
		font-size: 9px;
	}
	.copyri{
		padding: 40px 20px 20px;
	}
	.villes {
		gap: 20px;
	}
	.ville ul li {
		font-size: 10px;
	}
	.obf{
		font-size: 14px;
		padding: 10px 12px 18px;
	}
	.menuonglets{
		flex-direction: column;
		gap: 5px;
		margin: 0 0 12px;
	}
	.menuonglets a{
		font-size: 15px;
		padding: 10px 15px;
	}
	.tarif{
		flex-direction: column;
		gap: 10px;
		padding: 15px 18px;
	}
	.tarifr {
		text-align: left;
		white-space: normal;
	}
	.tleg {
		font-size: 12px;
	}
}

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

@media only screen and (min-width: 960px) {
.desktopnone{display:none;}
}

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

@media print {}
