/*
Theme Name: Cirque Jules Verne
Theme URI: #
Author: Boeki
Author URI: https://www.boeki.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.
*/

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


.page-id-1803 .gfield_radio{display: flex}
body.page-id-1803 .ginput_container   ul.gfield_radio li{
  border: 2px solid white;
  border-radius: 20px;
  display: flex;
  align-items: center;
  padding-right: 25px!important;
  margin-right: 20px;
  padding-top: 9px!important;
  padding-bottom: 9px!important;
}
.page-id-1803 .gfield_radio li input{
  margin: 0px 10px!important;
  margin-left: 20px!important;
}
.page-id-1803 .gfield_radio li label{
  font-size: 20px!important;
color: white;
}



/*--------------------------------------------------------------
>>> 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: #000000;
	font-family: "Archivo Narrow", "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.66;
}

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

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

label {
	color: #333;
	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: #666;
	background: #fff;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	padding: 0.7em;
	width: 100%;
}

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

button,
input[type="button"],
input[type="submit"] {
	background-color: #222;
	border: 0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	line-height: 1;
	padding: 1em 2em;
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}

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

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

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #000;
	font-family: "Archivo Narrow", "Helvetica Neue", helvetica, arial, sans-serif;
}

:-moz-placeholder {
	color: #000;
	font-family: "Archivo Narrow", "Helvetica Neue", helvetica, arial, sans-serif;
}

::-moz-placeholder {
	color: #000;
	font-family: "Archivo Narrow", "Helvetica Neue", helvetica, arial, sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #000;
	font-family: "Archivo Narrow", "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: #000;
	text-decoration: none;
}

a:focus {
	outline: none!important;
}

a:hover,
a:active {
	color: #b69a4e;
	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;
}

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

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

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

.clear{
	clear: both;
}


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

/* Prehome */

.prehome{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: white;
	z-index: 99999999;
}

.prehome .logo{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 140px;
	text-align: center;
	margin-top: 3px;
}

.prehome .logo p{
	margin: 0 0 5px;
	text-transform: uppercase;
	font-size: 31px;
	line-height: 0.9;
	font-weight: 900;
	font-family: 'Archivo Black';
}

.prehome .logo span{
	display: block;
	color: #525252;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.1;
}

.anneaux{
	display: block;
	width: 426px;
	height: 426px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background: url(assets/images/logo.svg) no-repeat center center;
	background-size: contain;
}

.bgvid {
    max-width: 99999999999em;
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 100vw;
    min-height: 100vh;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

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


.topsearch{
	display: none;
    position: absolute;
    line-height: 1;
    top: 50%;
    right: 30px;
    width: 100%;
    z-index: 1;
    text-align: right;
    transform: translate(0,-50%);
}

.topsearch form{
	display: inline-block;
    text-align: left;
    padding: 0;
    border-radius: 20px;
    background: white;
    position: relative;
    width: 60%;
}

.topsearch form input[type="search"]{
	order: 0;
    border-radius: 0;
    padding: 18px;
    font-size: 16px;
    padding-right: 70px;
    background: #F5F3F9;
    border: 0;
}

.topsearch form button{
	position: absolute;
    right: 0;
    height: 100%;
    width: 64px;
	border-radius: 0;
    top: 0;
    padding: 0;
    background: #b69a4d;
}

.topsearch form button svg{
	width: 17px;
    height: 17px;
}

.topsearch form button:hover{
	background: #000;
}

.topsearch form button:hover svg path{
	fill: white!important;
}

a.closes{
	position: absolute;
    left: 100%;
    top: 50%;
    transform: translate(0,-50%);
    padding: 8px;
    font-size: 20px;
}

.search #main .topsearch{
	display: block;
    position: relative;
    top: 0;
    right: auto;
    text-align: center;
    margin-bottom: 30px;
    transform: translate(0,0);
}

.search #main .topsearch form{
	width: 100%;
}

.search article + article{
	margin-top: 20px;
    border-top: 1px solid #EEE;
    padding-top: 20px;
}

.search article h3{
	font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    font-family: 'Cairo';
    margin-bottom: 3px;
}

.search article h3 span{
	font-weight: 300;
}

.search article .blogex{
	font-size: 13px;
}

.site-header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: white;
	z-index: 100;
}

.menutop{
	background: white;
	display: block;
	line-height: 80px;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	position: relative;
	text-align: right;
	padding: 0 30px;
	position: relative;
	z-index: 1;
}

.site-title{
	padding: 0;
	margin: 0;
	text-align: left;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translate(0,-50%);
	line-height: 1;
	z-index: 2;
}

.site-title a{
	text-transform: uppercase;
	font-size: 26px;
	line-height: 0.9;
	font-weight: 900;
	font-family: 'Archivo Black';
	color: #b69a4e;
	padding-left: 75px;
	position: relative;
	display: block;
}

.site-title a:hover{
	color: black;
}

.site-title a i{
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	background: url(assets/images/logo.svg) no-repeat center center;
	background-size: contain;
}

.site-title a span{
	display: block;
	color: #525252;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.1;
	font-family: 'Archivo Narrow';
	text-transform: none;
	margin: 7px 0 0 2px;
}

.top-menu, .lang-menu, .topp-menu, .main-menu{
	list-style: none;
	margin: 0;
	padding: 0;
}

.lang-menu{
	margin-left: 40px;
}

.menutopr > *{
	display: inline-block;
	vertical-align: middle;
}

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

.lang-menu ul.sub-menu{
	display: none;
	position: absolute;
    line-height: 1;
    list-style: none;
    left: -20px;
    top: calc(100% - 28px);
    list-style: none;
    margin: 0;
    background: #fff;
    padding: 0 20px 5px;
}

.lang-menu > li:hover ul.sub-menu{
	display: block;
}

.top-menu li{
	margin-left: 40px;
}

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

.lang-menu > li > a{
	position: relative;
}

.lang-menu > li > a:after{
	content: '\f078';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 700;
    font-size: 10px;
    vertical-align: middle;
    margin-left: 6px;
}

.top-menu li a, .lang-menu a{
	font-size: 18px;
	color: #525252;
}

.top-menu li a:hover, .lang-menu a:hover{
	color: #b69a4e;
}

.topp-menu li a{
	color: #b69a4e;
	font-weight: 700;
	font-size: 20px;
	display: inline-block;
	padding: 10px 20px;
	border-radius: 28px;
    border: 2px solid #b69a4e;
    line-height: 1;
    margin-left: 20px;
}

.topp-menu li a:hover{
	background: #b69a4e;
	color: white;
}

.menu{
	text-align: center;
	position: relative;
	background: white;
}

.access{
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translate(0,-50%);
}

.access a.bigger{
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #d6d6d6;
	font-size: 20px;
}

.access a.smaller{
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #d6d6d6;
	margin-left: -1px;
	font-size: 14px;
}

.main-menu > li{
	line-height: 55px;
	position: relative;
}

.main-menu > li > a{
	display: block;
	padding: 0 16px;
	background: white;
	color: #000000;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
}

.main-menu > li:hover > a, .main-menu > li > a:hover, .main-menu > li.current-menu-item  > a, .main-menu > li.current-menu-parent  > a{
	background: #b69a4e;
}

.main-menu > li > ul{
	list-style: none;
	display: block;
	position: absolute;
	text-align: left;
	line-height: 2;
	min-width: 100%;
	background: #fff;
    white-space: nowrap;
    padding: 20px 16px;
    margin: 0;
    left: 0;
    opacity: 0;
    top: -999em;
    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:after{
	content: '';
	display: block;
	position: absolute;
	left: -100vw;
	top: 0;
	height: 100%;
	width: 300vw;
	background: white;
	border: 2px solid #b69a4e;
}

.main-menu > li > ul > li{
	position: relative;
	z-index: 1;
}

.main-menu > li > ul a{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
}

i.handicap{
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	height: 41px;
	background: url(assets/images/handicap2.svg) no-repeat center center;
	background-size: contain;
	margin-right: 0;
    opacity: 0.7;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

i.loupe{
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 17px;
	background: url(assets/images/search.svg) no-repeat center center;
	background-size: contain;
	opacity: 0.7;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

a:hover i.handicap, a:hover i.loupe{
	opacity: 1;
}

i.ticket{
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 22px;
	background: url(assets/images/ticket-dore.svg) no-repeat center center;
	background-size: contain;
	margin-right: 8px;
}

a:hover i.ticket{
	background: url(assets/images/ticket-blanc.svg) no-repeat center center;
	background-size: contain;
}

a.reza{
	color: #000;
	font-weight: 700;
	font-size: 20px;
	display: inline-block;
	padding: 13px 30px;
	border-radius: 28px;
    border: 2px solid;
    line-height: 1;
}

a.bouton svg, a.reza svg{
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: auto;
	margin-right: 8px;
}

a.reza:hover{
	background: black!important;
	color: white!important;
	border-color: black!important;
}

a.reza:hover path {
    fill: white!important;
}

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



.site-content-contain{
	zoom: 1;
	-moz-transform: scale(1);
	transform-origin: 0px 0px 0px;
	background: white;
}

a.bouton{
	color: #000;
	font-weight: 700;
	font-size: 20px;
	display: inline-block;
	padding: 13px 30px;
	border-radius: 28px;
    border: 2px solid #000;
    line-height: 1;
}

a.bouton:hover, a.bouton.actif{
	background: #000;
	color: white;
}

a.bouton.dore{
	color: #b69a4e;
	border: 2px solid #b69a4e;
}

a.bouton.dore:hover{
	color: white;
	background: #b69a4e;
}

a.bouton.blanc{
	color: #fff;
	border: 2px solid #fff;
}

a.bouton.blanc:hover{
	color: black;
	background: #fff;
}

.slidertop{
	position: relative;
    overflow: hidden;
    left: 0;
    top: 0;
    width: 100%;
}


.slidertop li{
	line-height: 630px;
	height: 630px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    text-align: left;
    overflow: hidden;
}

.slidertop ul li .fond{
	display: block;
	width: calc(100% - 450px);
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	animation-name: scalee;
    -webkit-animation-name: scalee;
    animation-duration:20s;
    -webkit-animation-duration: 20s;
    transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.slidertop li .descri{
	position: absolute;
	left: 0;
	top: 0;
	width: 450px;
	height: 100%;
	background: #ed1d24;
}

.slidertop li .descricont{
	display: inline-block;
    vertical-align: middle;
    z-index: 4;
    text-align: left;
    line-height: 1.1;
    padding: 30px;
    opacity: 1.2;
    width: 100%;
    color: white;
    font-size: 30px;
    font-weight: 700;
    color: white;
/*
	transform: translate(20px,0);
	-webkit-transform: translate(20px,0);
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
*/
}

.slidertop li .descricont h3{
	font-size: 60px;
	line-height: 1;
	font-style: italic;
	padding: 0;
    margin: 0;
    text-align: left;
}

.slidertop li .descricont p.soustitre{
	margin-top: 10px;
}

.slidertop li .descricont .slidelink{
	text-align: center;
	margin-top: 40px;
}

.slidertop li .descricont p.date{
	position: absolute;
	left: 30px;
	top: 45px;
	font-size: 28px;
	font-weight: 700;
	color: black;
	margin-bottom: 0;
}

.slidertop .bx-wrapper .bx-pager{
	display: none;
}

.slidertop .bx-wrapper .bx-controls-direction a{
	top: auto;
	margin-top: 0;
	bottom: 20px;
}

.actualites, .programmation{
	padding: 50px 0 60px 0;
	text-align: center;
}

.posts{
	list-style: none;
	margin: 0 -15px;
	padding: 0;
}

.posts li{
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: 25%;
	padding: 15px;
}

.posts li a{
	color: black;
}

h3.titrage{
	font-family: 'Hesterica';
	line-height: 1;
	font-weight: normal;
	font-size: 56px;
	text-align: center;
	margin: 0 0 20px;
}

.actubot, .prograbot{
	margin-top: 50px;
	text-align: center;
}

.licont{
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	height: 100%;
	background: white;
	-webkit-transition: box-shadow 0.4s ease;
    -moz-transition: box-shadow 0.4s ease;
    -o-transition: box-shadow 0.4s ease;
    transition: box-shadow 0.4s ease;
}

.programmation .licont{
	color: white;
}

li:hover .licont{
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

.bloginfos{
	padding: 25px;
	font-size: 18px;
	line-height: 1.4;
}

.bloginfos h3, .overlicont h3{
	font-size: 30px;
	font-style: italic;
	padding: 0;
	margin: 0 0 4px;
    line-height: 1;
}

.bloginfos h4, .overlicont h4{
	text-transform: uppercase;
	font-weight: 700;
	margin: 0;
	padding: 0;
	font-size: 20px;
    line-height: 1.1;
}

.bloginfos p.sdate{
	font-size: 14px;
}

h3.titre, h1.titre{
	line-height: 1;
	font-size: 32px;
	text-align: center;
	margin: 0 0 30px;
}

.overlicont{
	position: absolute;
	left: 0;
	top: 0;
	padding: 25px 25px 100px;
	border-radius: 20px;
	width: 100%;
/* 	height: 100%; */
	-webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    opacity: 0;
}

.posts li:hover .overlicont{
	opacity: 1;
}

.data{
	color: black;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.2;
	margin-top: 20px;
}

.data p{
	margin: 0;
}

.data p::first-letter {
  text-transform: uppercase;
}

.links{
	padding: 25px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	-webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    opacity: 0;
}

.posts li:hover .links{
	opacity: 1;
}

.links a.bouton{
	padding: 13px 20px;
	margin-left: 10px;
	width: calc(100% - 60px);
	text-align: center;
}

.links a.bouton i.ticket{
	background: url(assets/images/ticket-blanc.svg) no-repeat center center;
    background-size: contain;
}

.links a.bouton:hover i.ticket{
	background: url(assets/images/ticket.svg) no-repeat center center;
    background-size: contain;
}

a.more{
	display: inline-block;
	vertical-align: middle;
    width: 50px;
    height: 50px;
    opacity: 1;
    background-size: 50px 50px;
    background-image: url(assets/images/more.svg);
    background-repeat: no-repeat;
    background-position: center center,background-image 0s;
    -webkit-transition: all 0.4s ease,background-image 0s;
	-moz-transition: all 0.4s ease,background-image 0s;
	-o-transition: all 0.4s ease,background-image 0s;
	transition: all 0.4s ease,background-image 0s;
}

a.more:hover{
	background-size: 50px 50px;
	background-image: url(assets/images/more-w.svg);
}

.overlicont h5{
	text-transform: uppercase;
	font-size: 14px;
	padding: 0;
	margin: 0 0 10px;
	color: black;
}

.wrapper .wrapper{
	padding: 0;
}

.wrapper.wrapperxs{
	max-width: 660px;
}

.blogimg{
	display: block;
	width: 100%;
	height: 210px;
	background-repeat: no-repeat;
	background-color: #EEE;
	background-size: cover;
	background-position: center center;
	border-radius: 0 0 50% 50%;
	position: relative;
}

p.categ{
	position: absolute;
	left: 20px;
	top: 20px;
	border-radius: 28px;
    line-height: 1;
    font-size: 16px;
    padding: 5px 13px;
    font-weight: 700;
}

.programmation .blogimg{
	height: 280px;
}

.imaginaires{
	padding: 200px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	color: white;
	text-align: center;
}

.imaginaires:after{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.5);
}

.imaginaires .wrapper{
	z-index: 1;
	max-width: 1040px;
}

.imaginaires .wrapper.wrapperxs{
	max-width: 600px;
}

.imaginairess{
	margin: 0 -15px;
	display: none;
	opacity: 0;
	-webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

.onn .imaginairess{
	opacity: 1;
}

.imaginaire{
	position: relative;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	width: calc(33.33% - 30px);
	margin: 15px;
	border: 6px solid white;
    border-radius: 50%;
    background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.imaginairestop{
	font-size: 24px;
	line-height: 1.2;
}

.imaginairestop h3{
	font-weight: 700;
	font-style: italic;
	font-size: 68px;
	line-height: 1;
}

a.expand{
	display: inline-block;
	width: 50px;
	height: 50px;
	opacity: 1;
	background-image:url(assets/images/more-w.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

a.reduce{
	display: inline-block;
	width: 50px;
	height: 50px;
	opacity: 1;
	background-image:url(assets/images/arrow_circle_up-w.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

a.expand:hover, a.reduce:hover{
	opacity: 0.7;
}

.imaginaires.on a.expand, .imaginaires:not(.on) a.reduce{
	opacity: 0!important;
}

.imaginaires.on a.reduce, .imaginaires:not(.on) a.expand{
	opacity: 1!important;
}

.imaginaires.on a.reduce:hover, .imaginaires:not(.on) a.expand:hover{
	opacity: 0.7!important;
}

.imaginairestop a.expand{
	margin-top: 60px;
}

.imaginaires .reduce{
	position: absolute;
	left: 50%;
	bottom: 90px;
	transform: translate(-50%,0);
	margin: 0;
	z-index: 1;
	opacity: 0;
}

.imaginaire a{
	display: block;
	color: white;
	background: rgba(0,0,0,0.55);
	font-size: 30px;
	font-weight: 700;
	position: relative;
	z-index: 1;
	opacity: 0;
	border-radius: 50%;
	height: 100%;
}

.imaginaire a > span{
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	line-height: 1.2;
	padding: 0 20px;
	margin-top: -6px;
}

.imaginaire > span{
	opacity: 1;
	display: block;
	width: 50px;
	height: 50px;
	opacity: 1;
	background-image:url(assets/images/more-red.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.imaginaire:hover a{
	opacity: 1;
}

.imaginaire:hover > span{
	opacity: 0;
}

.prograatop{
	text-align: left;
	padding: 30px 0;
}

.prograatop h3{
	margin: 0;
	text-align: center;
	text-transform: capitalize;
}

.filtres{
	text-align: center;
}

.filtres .wrapper > span{
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	vertical-align: middle;
	margin-right: 10px;
}

a.bouton.small{
	font-size: 16px;
	padding: 5px 13px;
}

.filtres a.bouton{
	margin-left: 10px;
	margin-bottom: 10px;
}

.slidertop.slideactu li .descricont{
	color: black;
}
.cancel-item{
  float: left;
  margin-left: 30px;
  color: #ed1d24;
  font-size: 16px;
  margin-top: 2px;
}
.pagetop{
	display: block;
	width: 100%;
	height: 550px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.wrapper.full{
	max-width: 1600px;
	padding: 0;
}

.partietop{
	color: white;
}

.single-post .partietop{
	color: black;
}

.partietop .colleft{
	width: 26%;
	padding: 30px;
	display: inline-block;
	vertical-align: bottom;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}

.partietop .colmid{
	width: 48%;
	padding: 30px;
	position: relative;
	display: inline-block;
	vertical-align: bottom;
}

.partietop .colmid img.icone{
	position: absolute;
    top: 30px;
    left: 0;
    max-width: 148px;
    display: block;
    transform: translate(-100%,0);
}

.partietop .colmid h1{
	font-size: 50px;
    line-height: 1;
    font-style: italic;
    padding: 0;
    margin: 0;
    text-align: left;
}

.partietop .colmid h5{
	font-size: 18px;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 20px;
}

.partietop .colmid h2{
	font-size: 20px;
	text-transform: uppercase;
	padding: 0;
	margin: 10px 0 0;
}

.partietop .colright{
	width: 26%;
	padding: 30px;
	display: inline-block;
	vertical-align: bottom;
	text-align: right;
}

.share{
	text-align: center;
	display: inline-block;
	color: white;
	font-size: 14px;
	font-weight: 700;
}

.share a{
	margin: 0 5px;
	display: inline-block;
	background-color: white;
	vertical-align: middle;
	width: 32px;
	height: 32px;
	font-size: 18px;
	line-height: 32px;
	border-radius: 50%;
	text-align: center;
}

.share a:hover{
	background: black!important;
	color: white!important;
}

.share p{
	margin: 0 0 5px;
}

.partieprincipale .colleft{
	width: 26%;
	float: left;
	padding: 30px;
	position: relative;
	z-index: 1;
}

.partieprincipale .colleft > ul{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 20px;
}

.partieprincipale .colmid{
	width: 48%;
	float: left;
	padding: 30px;
	position: relative;
	font-size: 18px;
}
/*

body.single-evenement .element{
	font-size: 16px;
}
*/

.partieprincipale{
	overflow: hidden;
}

.element iframe{
	display: block;
	width: 100%;
	margin: 0;
}

.element.texte.fdbeige{
	padding: 30px 0;
	background: #f9f5eb;
	position: relative;
	z-index: 0;
}

.element.texte.fdbeige:before{
	content: '';
	display: block;
	width: 100vw;
	height: 100%;
	background: #f9f5eb;
	position: absolute;
	right: 100%;
	top: 0;
	z-index: -1;
}

.element.texte.fdbeige:after{
	content: '';
	display: block;
	width: 100vw;
	height: 100%;
	background: #f9f5eb;
	position: absolute;
	left: 100%;
	top: 0;
	z-index: -1;
}

.elements:not(:first-child), .element + .element, .section + .section{
	margin-top: 40px;
}

/*
body.single-evenement .element, .section{
	color: #525252;
}
*/

.partieprincipale .colright:not(:empty){
	width: 26%;
	float: right;
	position: relative;
	z-index: 1;
}

.partieprincipale .colright .sections{
	padding: 30px;
	background: #f9f5eb;
}

.infos{
	margin-top: 10px;
	color: #525252;
}

.infos:empty{
	margin-top: 0;
}

.infos:empty + .recurrences .recurrence:first-child{
	margin-top: 0;
}

.element p a{
	text-decoration: underline;
}

.infos a, .eventdate a, .section a, body.single-evenement .element p a{
	text-decoration: underline;
	color: #525252;
}

.eventdate a:not(.lieu){
	text-decoration: none;
	color: black;
	display: block;
}

.eventdate a:not(.lieu):hover{
	color: #525252;
}

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

body .addeventatc{
	padding: 0px;
    border-radius: 50%;
    box-shadow: none!important;
    margin-left: 6px;
    vertical-align: middle;
    margin-top: -5px;
    z-index: 10!important;
}

body a.lieu:empty + .addeventatc{
	margin-left: 0;
}

body .addeventatc_dropdown .copyx{
	display: none!important;
}

body .addeventatc .addeventatc_icon{
	position: relative;
    z-index: 1;
    left: 0;
    top: 0;
    display: block;
}

.eventdate a.lieu{
	font-size: 16px;
	font-weight: normal;
	margin-left: 0;
}

.infos a:hover, .eventdate a:hover, .section a:hover, body.single-evenement .element p a:hover{
	color: black;
}
.programmation .item,
.programmation .later.masked{display: none;}
.programmation .later{display: inline-block;}

.menuleft .decale{
  padding-left: 10px;
}

.cancel-event{text-decoration: line-through!important}
a.telec{
	display: block;
	text-decoration: none;
}
a.telec span{text-decoration: underline}
.recurrence{
	margin-top: 40px;
	line-height: 1.3;
}
.section{line-height: 1.3}
.sectiontop{display: flex}

.logos{
	margin-top: 10px;
}

a.logo{
	display: inline-block;
	vertical-align: middle;
}

a.logo + a.logo{
	margin-left: 10px;
}

.section img.icone, a.logo img{
	width: auto;
    height: auto;
    max-width: 100%;
    max-height: 60px;
    display: block;
    margin: 0 0 7px;
}

.rectitre{
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 0 10px;
	font-size: 18px;
}

.ptitre{
	text-transform: uppercase;
	font-weight: 700;
	margin: 0;
}

.eventdate{
	margin: 0;
	font-size: 19px;
	color: black;
	font-weight: 700;
}

.eventdate:first-letter{
	text-transform: uppercase;
}

.recdesc{
	margin-top: 10px;
	color: #525252;
}

.element.image img{
	display: block;
	width: 100%;
}

.single-post .share{
	color: black;
}

.single-post .share a{
	background: black;
}

.single-post .share a:hover{
	background: white!important;
	color: black!important;
}

.page-template-page-actu h3.titre{
	margin-bottom: 0;
}

.titreactus{
	padding: 40px 0;
	text-align: center;
}

.titreactus h1.titre{
	margin-bottom: 0;
}

.titreactus > h1, .titreactus > h3{
	padding-left: 20px;
	padding-right: 20px;
}

.actusoc{
	padding: 40px 0;
	text-align: center;
}
.actusoc .menu-social-container:not(:first-child){
	margin-top: 25px;
}
.actusoc .social-menu li{
	margin: 0 16px;
}
.actusoc .social-menu li a{
	width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    background: black;
}

.actusoc .social-menu li a:hover{
	background: white;
	color: black!important;
}

.page-template-page-actu .actualites{
	padding: 32px 0 50px;
	background: #f9f5eb;
}

body.archive .actualites{
	padding: 32px 0;
	background: #f9f5eb;
}

.page-template-page-actu .actualites.archiv{
	padding: 0;
	background: white;
}

.page-template-page-actu .actualites.archiv .licont{
	background: #f9f5eb;
}

.page-template-page-actu .actubot{
	margin-top: 40px;
}

.page .partietop{
	background: #b69a4d;
}

.colmid h3{
	margin-bottom: 0;
	padding-bottom: 0;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	color: #b69a4d;
}

.colmid h4{
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 20px;
	font-weight: 700;
}

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

.menuleft ul li + li{
	margin-top: 10px;
}

.menuleft ul li a{
	display: block;
	position: relative;
	color: #b69a4d;
	padding-left: 30px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2;
}

.menuleft ul li a.parent{
	color: black;
}

.menuleft ul li a.actif{
	padding-left: 20px;
}

.menuleft ul li a.actif:before{
	content: '\f054';
	font-family: 'Font Awesome 5 Pro';
	color: #b69a4d;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	line-height: 1;
}

.menuleft ul li a:hover{
	color: #000;
	padding-left: 20px;
}

.menuleft + .txtgauche{
	margin-top: 30px;
}

.partieprincipale + .programmation{
	padding: 0;
	margin-top: 100px;
}

.colright .boutons{
	padding: 20px;
    background: white;
}

.boutonn + .boutonn{
	margin-top: 8px;
}

.filtres:first-child{
	margin-top: 50px;
}

.timeline{
	text-align: center;
	margin-bottom: 40px;
}

.timelini{
	display: none;
	padding: 30px 0 0;
}

.timelini > a{
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	border: 2px solid #000;
    padding: 6px 25px;
    border-radius: 26px;
    line-height: 1.1;
    display: inline-block;
    margin: 6px;
}

.timelini > a:hover, .timelini > a.actif{
	background: black;
	color: white;
}

.timeline .wrapper > *:not(.timelinis){
	display: inline-block;
	vertical-align: middle;
}

.timelini > a span{
	display: block;
}

.timeline .wrapper > a.prevm{
	margin-right: 31px;
	position: relative;
	padding: 10px 32px;
}

.timeline .wrapper > a.prevm i{
	position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0,-50%);
    font-size: 19px;
}

.timeline .wrapper > a.nextm{
	margin-left: 31px;
	position: relative;
	padding: 10px 32px;
}

.timeline .wrapper > a.nextm i{
	position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0,-50%);
    font-size: 19px;
}

.fildates a{
	margin: 0 9px;
	display: inline-block;
	vertical-align: middle;
}

.posts li{
	-webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

/* .home .posts li:not(.later){
	position: absolute;
	left: -999em;
} */

.home .programmation .posts li:not(.later), .home .programmation .posts li.later.masked {display: none!important; }

/* .partieprincipale + .programmation .posts li:not(.later), .partieprincipale + .programmation .posts li.later.masked {display: none!important; } */
/* .page-id-53 .programmation li{
  display: block!important;
} */
.posts li.off{
	opacity: 0.2;
}

p.vide{
	text-align: center;
    font-size: 35px;
    margin: 50px 0;
    color: #a4a4a4;
    padding: 0 20px;
}

.navigation{
	margin: 20px 0 0;
    padding: 30px 0 20px;
/*     border-top: 1px solid #E5E5E5; */
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    flex: 100%;
}

.page-numbers{
	display: inline-block;
	width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
	vertical-align: middle;
	border: 1px solid transparent;
}

.page-numbers.current{
	border: 1px solid #1D1D1B;
	border-radius: 50%;
}

.page-numbers.next, .page-numbers.prev{
	font-size: 16px;
	line-height: 26px;
	position: relative;
	font-weight: 300;
}

.page-numbers.prev:before{
	content: '\f053';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 700;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.page-numbers.next:before{
	content: '\f054';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 700;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

p.vtitre{
	text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.vidz{
	margin: 0 -15px;
}

.vidy{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 15px;
	min-height: 240px;
}

.vidyc{
	position: relative;
	background: #f9f5eb;
	border-radius: 20px;
	padding: 30px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	height: 100%;
    min-height: 210px;
    display: block;
}

p.vvtitre{
	font-size: 30px;
	font-style: italic;
	margin-bottom: 0;
	color: #b69a4d;
}

.vidyc a{
	position: absolute;
    bottom: 12px;
    right: 12px;
    color: #999999;
    z-index: 1;
    font-size: 34px;
    line-height: 1;
}

.vidyc a:hover{
	color: black;
}

.partieprincipale.telez .colleft{
	padding-top: 90px;
}

.partieprincipale.telez .colmid{
	padding-top: 0;
	padding-bottom: 0;
}

.partieprincipale.telez .sect{
	padding: 70px 0;
	background: #f9f5eb;
	position: relative;
	z-index: 0;
}

.fichiers{
	margin: 0 -10px;
}

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

.fichierc{
	position: relative;
	background: #fff;
	border-radius: 20px;
	padding: 0 15px 0 165px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
    display: block;
    line-height: 180px;
}

.fichierc > a{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #b69a4d;
	border-radius: 20px;
	opacity: 0;
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
	z-index: 1;
}

.fichierc:hover > a{
	opacity: 1;
}

.fichierc > a span{
	display: inline-block;
    vertical-align: middle;
    width: 150px;
    height: 100%;
    opacity: 1;
    background-size: 50px 50px;
    background-image: url(assets/images/download-b.svg);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
}

.fichierc .img{
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: absolute;
	left: 0;
	top: 0;
	width: 150px;
	height: 100%;
	background-color: #999999;
	border-radius: 20px 50% 50% 20px;
}

.fichiercc{
	display: inline-block;
	line-height: 1.1;
	vertical-align: middle;
	width: 100%;
	position: relative;
	z-index: 2;
	-webkit-transition: color 0.4s ease;
    -moz-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease;
}

.fichierc:hover .fichiercc{
	color: white;
}

p.ftitre{
	font-size: 20px;
    font-style: italic;
    margin: 0;
}

p.fstitre{
	font-size: 18px;
	font-weight: 400;
    margin: 0;
}

/*
.vidyc a{
	position: absolute;
    bottom: 12px;
    right: 12px;
    color: #999999;
    z-index: 1;
    font-size: 34px;
    line-height: 1;
}
*/

/*
.partieprincipale.telez .sect:first-child{
	padding-top: 90px;
}
*/

.sect .fond{
	display: block;
	width: 300vw;
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
	background: inherit;
	transform: translate(-50%,0);
	z-index: -1;
}

.sectc{
	position: relative;
	z-index: 1;
}

span.ext{
	display: block;
    line-height: 1;
    position: absolute;
    z-index: 2;
    right: 12px;
    bottom: 12px;
    color: white;
    background: #999999;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding: 0 5px;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.fichierc:hover span.ext{
	background: white;
	color: #b69a4d;
}

.sect p.vtitre{
	margin-bottom: 30px;
}

.bottompost{
	padding: 30px 0;
	text-align: center;
	margin-top: 80px;
}

.bottompost a{
	display: inline-block;
	vertical-align: bottom;
	margin: 0 35px;
	position: relative;
}

.bottompost a.bouton{
	margin-bottom: 18px;
}

.bottompost a.linky{
	border-radius: 20px;
	width: 220px;
	height: 220px;
	background: white;
	color: black;
}

.bottompost a.linky:hover{
	color: white;
}

.linktop{
	border-radius: 20px 20px 50% 50%;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: #999999;
	width: 100%;
	height: 130px;
	margin-bottom: 18px;
}

a.linky span{
    font-weight: 700;
    font-size: 20px;
    display: inline-block;
    padding: 13px 30px;
    border-radius: 28px;
    border: 2px solid #000;
    line-height: 1;
    -webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    transition: background 0.4s ease;
}

.bottompost a.linky:hover span{
	background: black;
}

a.linky span i{
	font-size: 17px;
}

a.linky:first-child span i{
	margin-right: 10px;
}

a.linky:last-child span i{
	margin-left: 10px;
}

a.vide{
	opacity: 0;
	width: 220px;
	height: 1px;
}

.element.texte ul{
	padding-left: 18px;
}

a.tarifs{
	display: block;
}

#tarifs{
	display: none;
	width: calc(100% - 40px);
    max-width: 500px;
}

.colmid p a{
	text-decoration: underline;
}

.grecaptcha-badge{
	display: none!important;
}

.formu{
	display: flex;
	align-items: flex-end;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: #EEE;
	overflow: hidden;
}
.formucont{
	flex: 1;
	background: rgba(181, 153, 76, 0.7);
	color: white;
	padding-top: 30px;
}

body.page-template-page-reservation .formucont{
	background: rgba(0, 0, 0, 0.7);
}

.formucont h1{
	font-size: 50px;
	line-height: 1.2;
	margin: 0 0 20px;
	padding: 0;
	font-style: italic;
}

body.page-template-page-contact .gform_wrapper, body.page-template-page-formulaire .gform_wrapper, body.page-template-page-reservation .gform_wrapper{
    margin-bottom: 0;
    margin-top: 0;
}

body .gform_wrapper .gform_footer {
	text-align: center;
}

body.page-template-page-contact .gform_wrapper .gform_footer, body.page-template-page-formulaire .gform_wrapper .gform_footer, body.page-template-page-reservation .gform_wrapper .gform_footer {
    padding: 30px 0;
    margin: 60px 0 0 0;
    clear: both;
    width: 100%;
    position: relative;
    background: white;
    z-index: 0;
}

body.page-template-page-contact .gform_wrapper .gform_footer:before, body.page-template-page-formulaire .gform_wrapper .gform_footer:before, body.page-template-page-reservation .gform_wrapper .gform_footer:before{
	content: '';
	display: block;
	width: 100vw;
	height: 100%;
	position: absolute;
	right: calc(100% - 1px);
	background: white;
	top: 0;
	z-index: -1;
}

body.page-template-page-contact .gform_wrapper .gform_footer:after, body.page-template-page-formulaire .gform_wrapper .gform_footer:after, body.page-template-page-reservation .gform_wrapper .gform_footer:after{
	content: '';
	display: block;
	width: 100vw;
	height: 100%;
	position: absolute;
	left: calc(100% - 1px);
	background: white;
	top: 0;
	z-index: -1;
}

body.page-template-page-contact .gform_wrapper .sbHolder, body.page-template-page-formulaire .gform_wrapper .sbHolder, body.page-template-page-reservation .gform_wrapper .sbHolder{
	border: 2px solid white;
}

body .gform_wrapper .sbHolder{
	width: 100%;
}

body.page-template-page-contact .gform_wrapper .sbSelector:link, body.page-template-page-contact .gform_wrapper .sbSelector:visited, body.page-template-page-contact .gform_wrapper .sbSelector:hover, body.page-template-page-contact .gform_wrapper .sbToggle:after, body.page-template-page-formulaire .gform_wrapper .sbSelector:link, body.page-template-page-formulaire .gform_wrapper .sbSelector:visited, body.page-template-page-formulaire .gform_wrapper .sbSelector:hover, body.page-template-page-formulaire .gform_wrapper .sbToggle:after, body.page-template-page-reservation .gform_wrapper .sbSelector:link, body.page-template-page-reservation .gform_wrapper .sbSelector:visited, body.page-template-page-reservation .gform_wrapper .sbSelector:hover, body.page-template-page-reservation .gform_wrapper .sbToggle:after{
	color: white;
}

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
	padding: 4px 20px;
	background: transparent;
	border: 2px solid black;
	font-size: 20px;
    font-weight: 600;
    border-radius: 30px;
    color: black;
    width: 100%;
}

body.page-template-page-contact .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body.page-template-page-formulaire .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body.page-template-page-reservation .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
	border: 2px solid #fff;
	color: white;
}

body .gform_wrapper textarea{
	padding: 12px 20px;
	font-size: 20px;
    font-weight: 400;
    border-radius: 30px;
    border: 0!important;
}

body.page-template-page-contact .formucont *:not(textarea)::-webkit-input-placeholder { color: #fff; }
body.page-template-page-contact .formucont *:not(textarea):-moz-placeholder { color: #fff; }
body.page-template-page-contact .formucont *:not(textarea)::-moz-placeholder { color: #fff; }
body.page-template-page-contact .formucont *:not(textarea):-ms-input-placeholder { color: #fff; }
body.page-template-page-formulaire .formucont *:not(textarea)::-webkit-input-placeholder { color: #fff; }
body.page-template-page-formulaire .formucont *:not(textarea):-moz-placeholder { color: #fff; }
body.page-template-page-formulaire .formucont *:not(textarea)::-moz-placeholder { color: #fff; }
body.page-template-page-formulaire .formucont *:not(textarea):-ms-input-placeholder { color: #fff; }
body.page-template-page-reservation .formucont *:not(textarea)::-webkit-input-placeholder { color: #fff; }
body.page-template-page-reservation .formucont *:not(textarea):-moz-placeholder { color: #fff; }
body.page-template-page-reservation .formucont *:not(textarea)::-moz-placeholder { color: #fff; }
body.page-template-page-reservation .formucont *:not(textarea):-ms-input-placeholder { color: #fff; }

body .gform_wrapper .gfmc-column > ul > li.gfield:first-child, body .gform_wrapper .gfmc-column > ul > li.gfield.hidden_label:first-child div.ginput_container, body .gform_wrapper .gfmc-column > ul > li.gfield.hidden_label:first-child div.ginput_container input{
	margin-top: 0;
}

body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer input[type=submit], body .gform_wrapper .gform_page_footer input.button, body .gform_wrapper .gform_page_footer input[type=submit]{
	border: 2px solid black;
    font-size: 20px;
    font-weight: 700;
    border-radius: 30px;
    padding: 14px 40px;
    background: transparent;
    color: black;
}

body .gform_wrapper .gform_footer input.button:hover, body .gform_wrapper .gform_footer input[type=submit]:hover, body .gform_wrapper .gform_page_footer input.button:hover, body .gform_wrapper .gform_page_footer input[type=submit]:hover{
	color: white;
	background: black;
}

body.page-template-page-reservation .gform_wrapper .gform_footer input.button, body.page-template-page-reservation .gform_wrapper .gform_footer input[type=submit]{
	border: 2px solid #b69a4e;
	background: transparent;
    color: #b69a4e;
}

body.page-template-page-reservation .gform_wrapper .gform_footer input.button:hover, body.page-template-page-reservation .gform_wrapper .gform_footer input[type=submit]:hover{
	color: white;
	background: #b69a4e;
}

body .gform_wrapper  textarea{
	height: 167px!important;
}

body .gform_wrapper .gfmc-column > ul > li.gfield:first-child:last-child textarea{
	height: 228px!important;
}

.pagefcont{
	font-size: 18px;
    line-height: 1.4;
    margin-bottom: 30px;
}

body.page-template-page-contact .gform_wrapper .top_label .gfield_label, body.page-template-page-contact .gform_wrapper legend.gfield_label, body.page-template-page-formulaire .gform_wrapper .top_label .gfield_label, body.page-template-page-formulaire .gform_wrapper legend.gfield_label, body.page-template-page-reservation .gform_wrapper .top_label .gfield_label, body.page-template-page-reservation .gform_wrapper legend.gfield_label{
	color: white;
}

.ui-datepicker-calendar .ui-state-default{
	background: white!important;
}

.champdate, .champheure, .adultes, .enfants{
	width: 50%;
	display: inline-block;
}

.adultes .instruction, .enfants .instruction{
	display: none;
}

body .gform_wrapper .champdate div.ginput_container, body .gform_wrapper .champheure div.ginput_container{
	position: relative;
}

body .gform_wrapper .champdate div.ginput_container:after{
	content: '\f073';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translate(0,-50%);
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: black;
    background: white;
    border-radius: 30px;
    font-size: 18px;
}

body .gform_wrapper .champheure div.ginput_container:after{
	content: '\f017';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 500;
    font-size: 22px;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translate(0,-50%);
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: black;
    background: white;
    border-radius: 30px;
}

body .gform_wrapper .adultes div.ginput_container, body .gform_wrapper .enfants div.ginput_container{
	display: inline-block;
}

body .gform_wrapper .adultes label, body .gform_wrapper .enfants label{
	font-size: 20px;
}

body .gform_wrapper .adultes label .gfield_required, body .gform_wrapper .enfants label .gfield_required{
	display: none;
}

.champdate div.ginput_container, .champheure div.ginput_container, .champdate input, .champheure input, .adultes div.ginput_container, .enfants div.ginput_container, .adultes input, .enfants input{
	margin-top: 0!important;
}

body .gform_wrapper .adultes input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper .enfants input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
	width: 60px;
    text-align: center;
    margin-left: 10px;
    padding: 4px 0;
}

/* 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 {
	padding: 40px 0;
}

.cols{
	display: flex;
}

.col{
	flex: auto;
	color: #525252;
}

.coltop{
	padding: 0 30px;
	border-bottom: 1px solid #525252;
	line-height: 60px;
	font-size: 18px;
	font-weight: 700;
	white-space: nowrap;
}

.colbot{
	padding: 0 30px;
	font-size: 18px;
}

.colbot p{
	line-height: 1.2;
}

.colbot p:not(:last-child){
	margin: 10px 0;
}

.col a{
	color: #525252;
}

.col a:hover{
	color: #000;
}

.colbot ul{
	list-style: none;
	margin: 5px 0 0;
	padding: 0;
}



.social-menu li{
	display: inline-block;
	vertical-align: middle;
}

.colbot ul.social-menu{
	margin-top: 10px;
}

.social-menu li{
	margin-right: 5px;
}

.social-menu li a{
	display: block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: white;
	background: #525252;
	border-radius: 50%;
}

.social-menu li a:hover{
	color: white;
	background: black;
}


/*--------------------------------------------------------------
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, .totop{
	display: none;
}

.totop{
	position: fixed;
	right: 10px;
	bottom: 10px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	background: #B69A52;
	color: white;
	text-align: center;
	opacity: 0;
	border-radius: 50%;
	z-index: 80;
}

.totop:hover{
	background: black;
}

.scrolledd .totop{
	opacity: 1;
}

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


@media screen and (max-width: 1590px) {
	.links a.bouton{
		font-size: 18px;
	}
	.bloginfos h3, .overlicont h3 {
    	font-size: 28px;
    }
}

@media screen and (max-width: 1490px) {
	.links a.bouton{
		font-size: 15px;
	}
	.bloginfos h3, .overlicont h3 {
    	font-size: 26px;
	}
	.bloginfos h4, .overlicont h4{
		font-size: 17px;
	}
	.slidertop li .descricont h3 {
    	font-size: 54px;
    }
    .top-menu li, .lang-menu {
    	margin-left: 30px;
	}
	.main-menu > li > a{
		font-size: 18px;
	}
	.pagetop{
		height: 450px;
	}
}

@media screen and (max-width: 1390px) {
	a.more{
		width: 36px;
	    height: 36px;
	    background-size: 36px 36px!important;
	}
	.links a.bouton{
		width: calc(100% - 45px);
		padding: 5px 14px;
		margin-left: 9px;
	}
	.slidertop li {
    	line-height: 530px;
    	height: 530px;
    }
    .slidertop li .descricont h3 {
    	font-size: 48px;
	}
    .slidertop li .descricont p.date{
	    top: 30px;
    }
    .slidertop li .descricont{
	    font-size: 27px;
    }
}

@media screen and (max-width: 1290px) {
	.posts li{
		width: 33.33%;
	}
	.posts.nombre4 li:nth-of-type(4){
		display: none;
	}
	.cols {
    	display: block;
	}
	.col {
	    display: inline-block;
	    vertical-align: top;
	    width: 25%;
	    margin-top: 20px;
	}
	.site-footer {
    	padding: 20px 0 40px 0;
	}
	.imaginaires {
    	padding: 100px 0;
    }
    .imaginaires .reduce{
	    bottom: 32px;
    }
    .slidertop li .descricont p.date{
	    font-size: 24px;
    }
    .site-title a{
	    font-size: 22px;
    }
    .site-title a span{
	    font-size: 12px;
    }
    .main-menu > li > a {
	    font-size: 16px;
	}
	.top-menu li a, .lang-menu a, .colbot, body .gform_wrapper textarea {
    	font-size: 16px;
    }
    .top-menu li, .lang-menu {
    	margin-left: 26px;
	}
	.topp-menu li a{
		font-size: 17px;
		padding: 8px 15px;
	}
	.main-menu > li > ul a{
		font-size: 15px;
	}
	.main-menu > li > ul{
		line-height: 1.5;
	}
	a.bouton, a.reza{
		padding: 10px 25px;
		font-size: 18px;
	}
	.imaginairestop h3{
		font-size: 60px;
	}
	.partietop .colmid h1 {
    	font-size: 44px;
    }
    .fichier{
	    width: 100%;
    }
    .pagetop {
    	height: 350px;
	}
}

@media screen and (max-width: 1190px) {
	.site-title a {
    	font-size: 19px;
	}
	.programmation .blogimg {
    	height: 230px;
	}
	.top-menu li, .lang-menu {
    	margin-left: 20px;
	}
	.access{
		transform: translate(0,-50%) scale(0.8);
		right: 5px;
	}
	.posts{
		margin: 0 -10px;
	}
	.posts li{
		padding: 10px;
	}
	.data{
		font-size: 16px;
	}
	.slidertop li .descri{
		width: 400px;
	}
	.slidertop ul li .fond{
		width: calc(100% - 400px);
	}
	.slidertop li .descricont h3 {
    	font-size: 40px;
	}
	.slidertop li .descricont p.date {
    	font-size: 20px;
	}
	.slidertop li .descricont {
    	font-size: 24px;
	}
	.slidertop li {
    	line-height: 450px;
    	height: 450px;
	}
	h3.titre, h1.titre{
		font-size: 28px;
	}
	.partietop .colmid h1{
		font-size: 40px;
	}
	.partietop .colmid img.icone{
		max-width: 115px;
	}
}

@media screen and (min-width: 1024px) {
	.bigmenu{
		display: none!important;
	}
}

@media screen and (max-width: 1023px) {
	.access{
		display: none;
	}
	.posts.nombre4 li:nth-of-type(4){
		display: inline-block;
	}
	.posts li {
    	width: 50%;
	}
	.imaginairestop h3 {
    	font-size: 50px;
	}
	.imaginairestop {
    	font-size: 18px;
    }
    .colbot ul:not(.social-menu) li{
	    margin-top: 8px;
    }
    .colbot ul:not(.social-menu) li a{
		line-height: 1;
	    display: block;
	}
	.imaginaire{
		width: calc(50% - 30px)
	}
	.imaginairestop a.expand {
    	margin-top: 40px;
	}
	.partietop .colleft, .partietop .colmid, .partietop .colright, .partietop .colmid h1{
		text-align: center;
	}
	.partietop .colmid{
		padding-top: 0;
		padding-bottom: 0;
	}
	.partietop .colleft, .partietop .colmid, .partietop .colright, .partieprincipale .colleft, .partieprincipale .colmid, .partieprincipale .colright:not(:empty){
		width: 100%;
	}
	.partietop .colmid img.icone {
	    max-width: 115px;
	    position: relative;
	    transform: translate(0,0);
	    top: 0;
	    margin: 0 auto 20px;
	}
	.partieprincipale .colleft{
		text-align: center;
	}
	.bottompost a{
		margin: 0 10px;
	}
	.menuleft ul li{
		display: inline-block;
		margin: 0 12px;
	}
	.menuleft ul li a:not(.actif){
		padding-left: 0!important;
	}
	.partieprincipale.telez .colleft {
    	padding-top: 30px;
	}
	.partieprincipale .colleft:empty{
		padding: 0;
	}
	.partietop .colleft:empty, .partietop .colright:empty{
		padding: 15px;
	}
	.hamburger{
		display: inline-block;
	}
	header .menutopr, .menu{
		display: none;
	}
	.menutop{
		line-height: 50px;
		padding: 0 15px;
	}
	.bigmenu{
		position: fixed;
		z-index: 99;
		left: 100%;
		top: 0;
		width: 100%;
		height: 100%;
		-webkit-transition: left 0.6s cubic-bezier(0.7, 0, 0.3, 1);
	    -moz-transition: left 0.6s cubic-bezier(0.7, 0, 0.3, 1);
	    -o-transition: left 0.6s cubic-bezier(0.7, 0, 0.3, 1);
	    transition: left 0.6s cubic-bezier(0.7, 0, 0.3, 1);
	    background: #fdfdfd;
	    padding: 110px 30px 0;
	}
	.bigmenu.on{
		left: 0;
	}
	.bigmenu .menutopr{
		text-align: center;
	}
	.mmain-menu > li{
		position: relative;
		padding: 10px 0;
	}
	.mmain-menu > li.menu-item-has-children{
		padding-right: 55px;
	}
	.mmain-menu > li.menu-item-has-children > ul{
		display: none;
	}
/*
	.mmain-menu > li > ul > li a {
		font-size:13px;
		text-transform:none;
		color:#fff;
	}
*/
	.mmain-menu{
		list-style: none;
		margin: 30px 0 30px!important;
		padding: 22px 0 0;
		border-top: 1px solid #525252;
	}
	.mmain-menu > li + li{
		border-top: 1px solid #EEE;
	}
	.mmain-menu > li > a{
		text-transform: uppercase;
		font-weight: 700;
	}
	.mmain-menu > li .fleche{
		position: absolute;
		color: black;
		top: 14px;
	    right: 0;
	    font-size: 16px;
	    line-height: 1;
	    width: 100%;
		text-align: right;
	}
	.mmain-menu > li > ul{
		list-style: none;
		margin: 0;
		padding: 10px 0 4px;
	}
	.mmain-menu > li > ul > li{

	}
	.mmain-menu > li > ul > li + li{
		margin-top: 6px;
	}
	.mmain-menu > li > ul > li a{
		display: block;
		line-height: 1.1;
	}
	.mmain-menu > li:hover > a, .mmain-menu > li > a:hover, .mmain-menu > li.current-menu-item  > a, .mmain-menu > li.current-menu-parent  > a{
		color: #b69a4e;
	}
	.bigmenu .menutopr > div:first-child{
		display: block;
		margin-bottom: 10px;
	}
	.lang-menu > li > a:after{
		display: none;
	}
	.lang-menu > li > *, .lang-menu > li > ul > li {
    	display: inline-block!important;
    	vertical-align: middle;
	}
	.lang-menu ul.sub-menu, .lang-menu > li:hover ul.sub-menu{
		background: transparent;
		position: relative;
		left: 0;
		top: -1px;
		margin: 0;
		padding: 0 0 0 10px;
	}
	.lang-menu > li > ul > li + li{
		padding: 0 0 0 10px;
	}
	.lang-menu > li > a{
		font-weight: 700;
		color: #b69a4e;
	}
	.lang-menu {
	    margin-left: 0;
	}
	.topsearch {
	    position: absolute;
	    line-height: 1;
	    top: 80px;
	    right: 0;
	    width: 100%;
	    z-index: 1;
	    text-align: right;
	    transform: translate(0,0);
	    padding: 45px 30px;
	    background: #fdfdfd;
	}
	.topsearch form{
		width: 100%;
	}
	a.closes{
		left: auto;
		right: 0;
		padding: 9px;
	}
	.top-menu li{
		margin: 0 15px;
	}

	.search #main .topsearch{
		padding: 0;
	}
	.totop{
		display: block;
	}
}

@media screen and (min-width: 768px) {
	.filtrz{
		display: none;
	}
	.filtre .wrapper{
		display: block!important;
	}
}

@media screen and (max-width: 767px) {
	.menutop{
		line-height: 35px;
		padding: 0 5px;
	}
	.site-title a {
    	font-size: 16px;
		padding-left: 55px;
	}
	.site-title a span {
    	font-size: 10px;
    	margin: 4px 0 0 2px;
	}
	.site-title a i{
		width: 45px;
		height: 45px;
	}
	.topsearch{
		top: 65px;
		padding: 55px 30px;
	}
	.bigmenu{
		padding: 90px 20px 0;
	}
	.wrap, .wrapper:not(.full){
		padding-left: 20px!important;
		padding-right: 20px!important;
	}
	.posts li {
    	width: 100%;
	}
	.site-footer {
    	padding: 0 0 40px 0;
	}
	.col{
		width: 50%;
	}
	.imaginaire {
	    width: calc(100% - 30px);
	}
	.imaginaires {
    	padding: 50px 0;
	}
	.imaginaires .reduce{
		transform: translate(-50%,0) scale(0.7);
    	bottom: 10px;
	}
	.imaginairestop h3 {
    	font-size: 40px;
	}
	.imaginairestop a.expand {
    	margin-top: 30px;
    	transform: scale(0.7);
	}
	.imaginairess {
    	margin: -45px -15px 0;
    }
    .coltop{
	    padding: 0 20px;
	    line-height: 45px;
		font-size: 16px;
    }
    .colbot {
	    padding: 0 20px;
	    font-size: 14px;
	}
	a.bouton, a.reza {
    	padding: 8px 20px;
    	font-size: 18px;
	}
	.slidertop ul li .fond {
    	width: 100%;
    	position: relative;
    	display: block;
    	height: 200px;
	}
	.slidertop .bx-wrapper .bx-controls-direction a{
		transform: scale(0.7);
	}
	.slidertop li .descri {
    	width: 100%;
    	position: relative;
    	text-align: center;
	}
	.slidertop li {
    	line-height: normal;
    	height: auto;
	}
	.partietop .colmid h1{
		 font-size: 31px;
	}
	.slidertop li .descricont h3 {
	    font-size: 31px;
		text-align: center;
	}
	.slidertop li .descricont p.date {
	    font-size: 19px;
	    position: relative;
	    top: 0;
	    left: 0;
	    margin: 0 0 12px;
	}
	.slidertop li .descricont{
		padding: 30px 20px 26px;
		text-align: center;
		font-size: 21px;
	}
	.page-template-page-actu .actualites.archiv {
    	padding: 0 0 20px;
    }
    .actusoc .social-menu li {
	    margin: 0 8px;
	}
	.pagetop {
    	height: 200px;
	}
	.partietop .colleft, .partietop .colmid, .partietop .colright, .partieprincipale .colleft, .partieprincipale .colmid, .partieprincipale .colright .sections{
		padding-left: 20px;
		padding-right: 20px;
	}
	.bottompost{
		margin-top: 40px;
	}
	.bottompost a.bouton {
    	margin-bottom: 18px;
    	margin-top: 18px;
	}
	body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    	line-height: 1.66;
		min-height: 0;
	}
	body.page-template-page-contact .gform_wrapper .gform_footer, body.page-template-page-formulaire .gform_wrapper .gform_footer, body.page-template-page-reservation .gform_wrapper .gform_footer{
		margin-top: 30px;
	}
	.champdate{
		padding-right: 5px;
	}
	.champheure{
		padding-left: 5px;
	}
	.formucont h1{
		font-size: 38px;
	    text-align: center;
	    line-height: 1.1;
	}
	.pagefcont{
		text-align: center;
	}
	.partietop .colmid h2 {
    	font-size: 16px;
    }
    .partieprincipale + .programmation{
	    margin-top: 40px;
    }
    .boutons a.bouton{
	    display: block;
	    text-align: center;
    }
    .menuleft ul li {
    	display: block;
    	margin: 0;
	}
    .menuleft ul li + li {
    	margin-top: 6px;
	}
	.menuleft ul li a.actif {
    	padding-left: 0;
	}
	.menuleft ul li a.actif span{
		text-decoration: underline;
	}
	.menuleft ul li a.actif:before{
		display: none;
	}
	.vidy{
		width: 100%;
	}
	.timeline .wrapper > *:not(.timelinis){
		width: 100%;
	}
	.moisi + .sbHolder{
		margin-top: 10px;
	}
	.timelinis, .filtres .wrapper > span{
		display: none!important;
	}
	.gfmc-column + .gfmc-column{
		margin-top: 15px;
	}
	.partieprincipale.telez .sect {
    	padding: 40px 0;
    }
    p.vtitre{
	    font-size: 28px;
    }
    .fichierc{
	    padding: 0 15px 0 135px;
    }
    .fichierc .img, .fichierc > a span{
	    width: 120px;
    }
    .filtres{
	    padding: 0 20px;
    }
    .filtres .wrapper{
	    display: none;
	    padding: 20px 0 0;
    }
    a.filtrz{
	    display: block;
	    font-size: 20px;
	    text-transform: uppercase;
	    font-weight: 700;
    }
    a.filtrz i{
	    margin-left: 10px;
    }
}

@media screen and (max-width: 374px) {
	.site-title a {
    	font-size: 14px;
    }
    .site-title a span {
    	font-size: 9px;
    }
	.links {
    	padding: 20px;
    }
}

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

@media print {}
