/*
Theme Name: RECF
Theme URI: #
Author: Jeremy Bornerand
Author URI: http://jeremybornerand.com/
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: #F4F3F3;
	font-family: "Exo", "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

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: #333;
	font-family: "Exo", "Helvetica Neue", helvetica, arial, sans-serif;
}

:-moz-placeholder {
	color: #333;
	font-family: "Exo", "Helvetica Neue", helvetica, arial, sans-serif;
}

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

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

a:focus {
	outline: none!important;
}

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

svg{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.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: #0196a7;
	-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: 1064px;
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 0 40px;
}

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

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

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


.site-header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	background: transparent;
	-webkit-transition: background 0.4s ease, box-shadow 0.4s ease, padding 0.4s ease, transform 0.4s ease;
	-moz-transition: background 0.4s ease, box-shadow 0.4s ease, padding 0.4s ease, transform 0.4s ease;
	-o-transition: background 0.4s ease, box-shadow 0.4s ease, padding 0.4s ease, transform 0.4s ease;
	transition: background 0.4s ease, box-shadow 0.4s ease, padding 0.4s ease, transform 0.4s ease;
	z-index: 20;
	text-align: right;
}

.site-title{
	line-height: 1;
	margin: 0;
	padding: 0;
}

.site-title a{
	z-index: 2;
	display: block;
	position: absolute;
	width: 249px;
	height: 60px;
	background: url(assets/images/recf.svg) no-repeat center center;
	background-size: contain;
	text-align: left;
	text-indent: -999em;
	left: 40px;
	top: 50%;
	transform: translate(0,-50%);
	-webkit-transition: all 0.4s ease, background 0s;
	-moz-transition: all 0.4s ease, background 0s;
	-o-transition: all 0.4s ease, background 0s;
	transition: all 0.4s ease, background 0s;
}

.site-title a:hover{
	opacity: 0.6;
}

.menu{
	display: inline-block;
	width: 50%;
	padding: 40px;
	text-align: left;
	background: #0196a7;
}

.main-menu{
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1;
}

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

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

.main-menu > li > a{
	font-size: 25px;
}

.main-menu > li > a:not(:hover){
	color: #C9DFC8;
}

.main-menu > li.current-menu-item > a{
	color: #a3fe7f;
}

.lang{
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translate(0,-50%);
	width: 46px;
	height: 30px;
}

.lang > a{
	color: #2E4861;
	width: 37px;
	height: 24px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(assets/images/fond-en.svg) no-repeat center center/contain;
	font-size: 13px;
	font-weight: 500;
	text-align: left;
	line-height: 24px;
	padding: 0 3px;
}

.lang:after{
	content: '';
	display: block;
	position: absolute;
	width: 37px;
	height: 24px;
	right: 0;
	bottom: 0;
	background: url(assets/images/fond-cn.svg) no-repeat center center/contain;
	z-index: -1;
}


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

.fixedleft{
	position: fixed;
	left: 0;
	top: 0;
	width: 50%;
	display: flex;
	align-items: center;
	height: 100vh;
}

.fixedleftc{
	width: 100%;
}

.fixedleftc .wrap, .fixedpill .wrap{
	padding-left: 100px;
	padding-right: 100px;
}

.site-content {
	width: 50%;
	float: right;
	padding: 105px 0 0;
	
}

#primary{
	height: calc(100vh - 105px);
}

#primary:not(.homy) #main, .program{
	padding: 60px 70px 90px;
}

/* #ascrail2000{
	left: auto!important;
	right: 20px;
	height: calc(100% - 145px)!important; 
	top: auto!important;
	bottom: 20px!important;
} */

.videozone iframe{
	display: block;
	border: 0;
	margin: 0;
}

.fixedleftc h2{
	margin: 0;
	padding: 0;
	line-height: 1.1;
	font-size: 70px;
	font-weight: 300;
	font-style: italic;
	color: #a3fe7f;
}

.fixedleftc h2 b{
	font-weight: 700;
	font-style: normal;
}

.down{
	font-size: 22px;
	font-weight: 300;
	color: #a3fe7f;
	display: block;
	margin: 16px 0 0;
	white-space: nowrap;
}

.down em{
	font-size: 13px;
	font-style: normal;
}

.down span{
	display: inline-block;
	vertical-align: middle;
	width: 36px;
	height: 36px;
	text-align: center;
	font-size: 19px;
	line-height: 36px;
	border: 1px solid #a3fe7f;
	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;
	margin: -4px 10px 0 0;
}

.down:hover span{
	background: #a3fe7f;
	color: #0196a7;
}

.fixedpill{
	position: absolute;
	left: 0;
	bottom: 76px;
	width: 100%;
}

.fixedpillc{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	border-top: 1px solid #fff;
	padding: 30px 0;
}

.pilltxt{
	font-weight: 500;
	font-size: 20px;
	color: white;
	line-height: 1.2;
	padding: 0 10% 0 0;
}

.bouton{
	display: inline-block;
	color: #a3fe7f;
	font-size: 17px;
	text-transform: uppercase;
	line-height: 46px;
	height: 46px;
	white-space: nowrap;
	border: 1px solid #a3fe7f;
	border-radius: 25px;
	padding: 0 20px;
	font-weight: 500;
}

.bouton:hover, .bouton.actif{
	background: #a3fe7f;
	color: #0196a7;
}

.title{
	color: #a3fe7f;
	line-height: 1.1;
	font-size: 50px;
	font-weight: 500;
	margin: 0 0 20px;
	padding: 0;
	text-transform: uppercase;
}

.subtitle{
	line-height: 1.1;
	font-size: 32px;
	font-weight: 500;
	margin: 0 0 20px;
	padding: 0;
}

.pillars{
	margin: 35px 0 0;
}

.pillar + .pillar{
	margin-top: 40px;
}

.icons{}
.icon{
	display: inline-block;
	vertical-align: middle;
}

.icon img{
	display: block;
	width: 90px;
}

.icon + .icon{
	margin-left: 16px;
}

#countdown{
	position: absolute;
	left: 40px;
	top: 40px;
	display: flex;
	color: #a3fe7f;
	line-height: 1.1;
}

#countdown > div{
	text-align: center;
	font-size: 80px;
	font-weight: 500;
}
#countdown > div + div{
	margin-left: 40px;
}
#countdown > div > span{
	display: block;
	font-size: 25px;
	text-transform: uppercase;
}

.temporary{
	display: block;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: auto;
	padding: 68% 0 0 0;
	z-index: 0;
}

.temporary:after{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	background: rgba(0,0,0,0.1);
}

.rightfond{
	position: fixed;
	left: 50%;
	top: 0;
	width: 50%;
	display: block;
	align-items: center;
	height: 100vh;
	z-index: -1;
	background: linear-gradient(210.8deg,#1b374b,#0b7f8d 49.3%,#76b45d 118%) no-repeat scroll center center/100% 100%;
	overflow: hidden;
}

.rightfond:after{
	content: '';
	display: block;
	width: 42vw;
	height: 57vh;
	background: url(assets/images/emblem.svg) no-repeat center center/contain;
	position: absolute;
	right: -2vw;
	bottom: -6vh;
	opacity: 0.06;
}

.txt{
	font-weight: 300;
}

.txt h2{
	margin: 0px;
	font-size: 36px;
	line-height: 1.2;
	color: #a3fe7f;
	font-weight: 300;
}

.txt h3{
	line-height: 1.3;
	font-weight: 600;
	font-size: 24px;
}

.section + .section{
	border-top: 1px solid white;
	margin: 40px 0 0;
	padding: 30px 0 0;
}

.element-file > h4{
	font-size: 22px;
	margin: 0 0 6px;
	line-height: 1.1;
}

.element-file a{
	display: block;
	font-size: 18px;
	font-style: italic;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.element-link > a{
	font-weight: 400;
	font-size: 22px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.element + .element{
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid white;
}

.versions{
	line-height: 1.1;
}

.element + .element.element-file{
	margin-top: 15px;
	padding-top: 15px;
}

.nicescroll-rails{
	left: auto!important;
	right: 0;
	z-index: 9!important;
}

.title.titlealt{
	font-size: 40px;
}

.sousmenu{
	border-bottom: 1px solid rgb(255 255 255 / 30%);
	line-height: 1;
	padding: 0 0 15px;
	position: relative;
}

.sousmenu a{
	font-size: 18px;
	text-transform: uppercase;
	display: inline-block;
	font-weight: 500;
	line-height: 1;
}

.sousmenu a.actif{
	color: #a3fe7f!important;
}

.sousmenu .barre{
	display: block;
	height: 1px;
	background: #a3fe7f;
	position: absolute;
	bottom: -1px;
	left: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.chin .sousmenu .barre{
	width: 52px;
}

.fran .sousmenu .barre{
	width: 67px;
	left: 72px;
}

.sousmenu a:not(:hover){
	color: #C9DFC8;
}

.sousmenu a + a{
	margin-left: 20px;
}

.slot{
	display: flex;
	border-top: 1px solid white;
	margin: 10px 0 0;
	padding: 10px 0 0;
}

.chin .francee, .fran .chinaa{
	display: none;
}

.dates{
	margin: 14px 0 0;
}

.date{
	
}

.date .subtitle{
	margin: 0;
}

.date + .date{
	margin-top: 40px;
	padding-top: 14px;
	border-top: 1px solid white;
}

.horaires{
	flex: 0 0 33%;
}

.desc{
	
}

.eventop{
	border-bottom: 1px solid white;
	padding-bottom: 8px;
	margin: 0 0 40px;
}

.eventop .title{
	margin: 0;
}

.pdate{
	font-size: 32px;
	text-transform: uppercase;
	font-weight: 500;
}

.event + .event{
	margin-top: 80px;
}

:root {
  --plyr-color-main: #a3fe7f;
}

.slider{
	position: relative;
	width: calc(100% + 140px);
	margin-left: -70px;
}

.swiper-slide:not(.swiper-slide-active){
	filter: blur(10px);
}

.swiper-slide{
	width: calc(100% - 220px);
}

.swiper-button-next, .swiper-button-prev{
	width: 46px;
	height: 46px;
	color: #a3fe7f;
	border: 1px solid #a3fe7f;
	border-radius: 50%;
	text-align: center;
	line-height: 46px;
	font-size: 20px;
}

.swiper-button-next{
	right: 135px;
}

.swiper-button-prev{
	left: 135px;
}

.swiper-button-next:hover, .swiper-button-prev:hover{
	background: #a3fe7f;
	color: #0196a7;
}

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

.swiper-slide img, .bloc-image img, .blocc-image img {
  display: block;
  width: 100%;
}

.videoo{
	border: 10px solid #a3fe7f;
}

.left, .right{
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

.bloc-two_columns .left{
	padding-right: 8px;
}

.bloc-two_columns .right{
	padding-left: 8px;
}

.legende{
	font-size: 11px;
	font-style: italic;
	line-height: 1.1;
	margin: 15px 0 0;
}

.bloc + .bloc{
	margin-top: 60px;
}

.blocc + .blocc{
	margin-top: 25px;
}

.bloc .txt{
	font-weight: 400;
	font-size: 22px;
	line-height: 1.2;
}



/* 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: #000;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 16px 0;
	text-align: center;
}

.logo1{
	display: inline-block;
	vertical-align: middle;
	width: 166px;
	height: 44px;
	background: url(assets/images/hang-lung.svg) no-repeat center center/contain;
}
.logo2{
	display: inline-block;
	vertical-align: middle;
	width: 107px;
	height: 26px;
	background: url(assets/images/lvmh.svg) no-repeat center center/contain;
	margin-left: 30px;
}



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

#nprogress .spinner{}

.plyr__poster{
	background-size: cover;
}

.pillar{
	position: relative;
}

.pillar .tooltip{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	cursor: pointer;
}

.tooltip:hover .pillartooltip {
	display: block;
}

.pillartooltip {
	position: fixed;
	display: none;
	background: #a3fe7f;
	border: 0;
	border-radius: 10px;
	color: black;
	padding: 20px;
	z-index: 1000;
	max-width: 280px;
	font-size: 13px;
	line-height: 1.1;
	color: #27595f;
}

a.down[href='#'] {
	cursor: default;
	pointer-events: none;
}

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


@media screen and (max-width: 1919px) {
	.fixedleftc .wrap, .fixedpill .wrap {
		padding-left: 70px;
		padding-right: 70px;
	}
}

@media screen and (max-width: 1799px) {
	.fixedleftc h2{
		font-size: 64px;
	}
	.title{
		font-size: 46px;
	}
	#countdown > div{
		font-size: 70px;
	}
	#countdown > div span{
		font-size: 22px;
	}
}

@media screen and (max-width: 1699px) {
	.fixedleftc h2 {
		font-size: 60px;
	}
	.title {
		font-size: 42px;
	}
	.element-link > a{
		font-size: 20px;
	}
	.pilltxt{
		padding: 0 8% 0 0;
	}
	.pdate, .subtitle {
		font-size: 27px;
	}
}

@media screen and (max-width: 1599px) {
	.fixedleftc h2 {
		font-size: 3.5vw;
	}
	.title {
		font-size: 38px;
	}
	.element-file > h4 {
		font-size: 18px;
	}
	.element-file a{
		font-size: 16px;
	}
	.element-link > a {
		font-size: 18px;
	}
	.bloc .txt{
		font-size: 19px;
	}
}

@media screen and (max-width: 1399px) {
	.fixedleftc .wrap, .fixedpill .wrap {
		padding-left: 40px;
		padding-right: 40px;
	}
	.main-menu > li > a {
		font-size: 20px;
		line-height: 25px;
	}
	.pilltxt{
		font-size: 18px;
	}
	#primary:not(.homy) #main, .program {
		padding: 40px 54px 90px 40px;
	}
	.nicescroll-rails{
		/* transform: translate(7px, 0); */
	}
	.slider {
		position: relative;
		width: calc(100% + 94px);
		margin-left: -40px;
	}
	.swiper-slide {
		width: calc(100% - 160px);
	}
	.swiper-button-prev {
		left: 105px;
	}
	.swiper-button-next {
		right: 105px;
	}
	.pdate, .subtitle {
		font-size: 24px;
	}
	#countdown > div{
		font-size: 60px;
	}
	#countdown > div span{
		font-size: 18px;
	}
	.pilltxt {
		font-size: 16px;
	}
	.bouton {
		font-size: 14px;
		line-height: 40px;
		height: 40px;
	}
	.horaires {
		flex: 0 0 40%;
	}
	.down{
		transform: scale(0.7);
		transform-origin: left;
	}
	.down + .down{
		margin: 0;
	}
	.icon img{
		width: 75px;
	}
	.bloc .txt {
		font-size: 18px;
	}
	
}

@media screen and (max-width: 1299px) {
	.title {
		font-size: 33px;
	}
	.pdate, .subtitle {
		font-size: 21px;
	}
}

@media screen and (max-width: 1280px) and (min-width: 1024px) {
	.site-content, .menu, .rightfond{
		width: 640px;
	}
	.rightfond{
		left: auto;
		right: 0;
	}
	.fixedleft{
		width: calc(100% - 640px);
	}
	.fixedleftc .wrap, .fixedpill .wrap {
		padding-left: 30px;
		padding-right: 30px;
	}
	.fixedpillc{
		display: block;
	}
	.pilltxt{
		padding: 0;
		margin: 0 0 18px;
	}
}

@media screen and (max-height: 720px) and (min-width: 1024px) {
	.fixedleft{
		align-items: flex-start;
		padding-top: 140px;
	}
}

@media screen and (max-width: 1199px) {
	.pilltxt {
		font-size: 14px;
	}
	.swiper-button-prev {
		left: 45px;
	}
	.swiper-button-next {
		right: 45px;
	}
	.bloc .txt {
		font-size: 16px;
	}
	.pdate {
		font-size: 18px;
	}
	.element-file > h4, .element-link > a {
		font-size: 16px;
	}
	.element-file a {
		font-size: 14px;
	}
	.title, .txt h2 {
		font-size: 32px;
	}
}

@media screen and (max-width: 1023px) {
	#masthead{
		background: #0196a7;
	}
	.menu{
		width: 62%;
	}
	.site-content {
		width: 100%;
		float: none;
		padding: 105px 0 0;
	}
	.fixedleft {
		position: relative;
		width: 100%;
		display: flex;
		align-items: center;
		height: auto;
		padding: 0 0 220px;
	}
	.rightfond{
		left: 0;
		width: 100%;
		display: block;
	}
	#primary {
		height: auto!important;
		touch-action: initial!important;
		overflow: visible!important;
	}
	#primary:not(.homy) #main, .program {
		padding: 40px 40px 90px 40px;
	}
	.rightfond:after{
		width: 80vw;
	}
	.slider {
		position: relative;
		width: calc(100% + 80px);
		margin-left: -40px;
	}
	#nprogress .spinner{
		left: 50%!important;
	}
	.tooltip:hover .pillartooltip {
		display: block;
		left: 0!important;
		bottom: 0!important;
		top: auto!important;
		width: 100%!important;
		max-width: 100%;
		border-radius: 0;
		padding: 40px;
	}
}

@media screen and (max-width: 767px) {
	.tooltip:hover .pillartooltip {
		padding: 30px;
	}
	.site-title a{
		left: 30px;
		width: 175px;
		height: 43px;
		top: 20px;
		transform: translate(0,0);
	}
	.menu {
		width: 100%;
		padding: 80px 30px 15px;
	}
	.main-menu{
		display: flex;
		justify-content: space-between;
	}
	.main-menu > li > a {
		font-size: 16px;
	}
	.main-menu > li + li {
		margin-left: 0;
	}
	.lang {
		right: 30px;
		top: 40px;
		transform: translate(0,0) scale(0.7);
		transform-origin: right top;
	}
	.site-content {
		padding: 120px 0 0;
	}
	#primary:not(.homy) #main, .program {
		padding: 35px 30px 60px 30px;
	}
	.fixedleft{
		display: block;
		padding: 0;
	}
	.fixedpill {
		margin-top: 30px;
		position: relative;
		left: 0;
		bottom: 0;
		width: 100%;
	}
	.fixedpillc{
		display: block;
	}
	.fixedleftc h2 {
		font-size: 30px;
	}
	.pilltxt{
		padding: 0;
		margin: 0 0 18px;
	}
	.fixedleftc .wrap, .fixedpill .wrap {
		padding-left: 30px;
		padding-right: 30px;
	}
	.site-footer{
		position: relative;
	}
	.logo1{
		width: 127px;
		height: 34px;
	}
	.logo2{
		width: 75px;
		height: 18px;
	}
	.icon img {
		width: 62px;
	}
	.videoo {
		border: 3px solid #a3fe7f;
	}
	.slider {
		position: relative;
		width: calc(100% + 60px);
		margin-left: -30px;
	}
	.swiper-slide {
		width: calc(100% - 100px);
	}
	.left, .right{
		width: 100%;
	}
	.bloc-two_columns .left {
		padding-right: 0;
	}
	.bloc-two_columns .right {
		padding-left: 0;
		margin-top: 30px;
	}
	.swiper-button-next, .swiper-button-prev{
		width: 34px;
		height: 34px;
		line-height: 34px;
		font-size: 15px;
	}
	.swiper-button-prev {
		left: 6px;
	}
	.swiper-button-next {
		right: 6px;
	}
	.slot{
		display: block;
	}
	.desc {
		font-weight: 700;
	}
	#countdown{
		left: 30px;
		top: 30px;
	}
	#countdown > div{
		font-size: 40px;
	}
	#countdown > div span{
		font-size: 12px;
	}
	#countdown > div + div{
		margin-left: 20px;
	}
	.title.titlealt {
		font-size: 32px;
	}
	
}

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

@media print {}
