/*
Theme Name: Hopscotch Cinema
Theme URI: 
Version: 1.0.0
Author: Hopscotch/Kaudiz
Author URI: 
*/
@font-face {
	font-family: 'Chalet';
	src: url('fonts/Chalet-NewYorkNineteenSixty.eot');
	src: url('fonts/Chalet-NewYorkNineteenSixty.eot?#iefix') format('embedded-opentype'),
		url('fonts/Chalet-NewYorkNineteenSixty.woff2') format('woff2'),
		url('fonts/Chalet-NewYorkNineteenSixty.woff') format('woff'),
		url('fonts/Chalet-NewYorkNineteenSixty.ttf') format('truetype'),
		url('fonts/Chalet-NewYorkNineteenSixty.svg#Chalet-NewYorkNineteenSixty') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Chalet';
	src: url('fonts/Chalet-LondonNineteenSixty.eot');
	src: url('fonts/Chalet-LondonNineteenSixty.eot?#iefix') format('embedded-opentype'),
		url('fonts/Chalet-LondonNineteenSixty.woff2') format('woff2'),
		url('fonts/Chalet-LondonNineteenSixty.woff') format('woff'),
		url('fonts/Chalet-LondonNineteenSixty.ttf') format('truetype'),
		url('fonts/Chalet-LondonNineteenSixty.svg#Chalet-LondonNineteenSixty') format('svg');
	font-weight: normal;
	font-style: normal;
}
.chalet{
	font-family: 'Chalet' !important;
}
@font-face {
  font-family: "hop-icon-font";
  src:url("fonts/hop-icon-font.eot");
  src:url("fonts/hop-icon-font.eot?#iefix") format("embedded-opentype"),
    url("fonts/hop-icon-font.woff") format("woff"),
    url("fonts/hop-icon-font.ttf") format("truetype"),
    url("fonts/hop-icon-font.svg#hop-icon-font") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*styles génériques*/
@keyframes site_fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes trait_width {
  0% {
    width: 0;
  }

  100% {
    width: 110px;
  }
}
@keyframes reveal {
  0% {
    left: 0;
  }

  100% {
    left: 125%;
  }
}
*{
	margin:0;
	padding:0;
	outline:none;
}
html, body{
	width:100%;
	height:100%;
}
object, embed, iframe{
	position:relative;
	z-index:1;
	max-width:100%;
	/*height:auto;*/
}

a, a:hover, a:focus{
	color:inherit;
}
.relative{
	position:relative;
	z-index:1;
}
img{
	max-width:100%;
	height:auto;
}
.poz_static{
	position:static;
}
.nopadding{
	padding:0 !important;
	margin:0 !important;
}
.screen-reader-text{
	display: none;
}
html{
	font-size:62.5%;
}
body{
	font-family: 'Nunito Sans', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 1.9rem;
	background-color: #000;
	color: #fff;
	
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body.attachment{
	background-color: transparent;
}
#modal{
	box-shadow: none;
	background-color: transparent;
}
.iziModal .iziModal-header-buttons{
	top: -20px;
	right: -5px;
}
body.stop_scroll{
	overflow: hidden;
}
/*FIN styles génériques*/

.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;
}
/*h1,h2,h3,h4,h5,h6{
	font-family: 'Raleway';
	color: #81bc00;
}*/
h1,h2,h3{
	font-family: 'Nunito Sans';
	font-weight: bold;
}
h1{
	font-size: 6.3rem;
}
h2{
	font-size: 4.5rem;
}
h3{
	text-transform: none;
	font-weight: bold;
	font-size: 1.9rem;
}
h4{
	font-size: 2.1rem;
}
h5{
	font-size: 2rem;
}
table{
	width: 100%;
	background-color: #fff;
	margin-bottom: 20px;
}
article p{
	margin-bottom: 20px;
}
.btn{
	border-radius: 0;
	text-transform: uppercase;
}
.btn-primary{
	background-color: #f3a2a7;
	border-color: #f3a2a7;
}
p:last-child{
	margin-bottom: 0;
}
/**/
/*#site{
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	animation-name: site_fadeIn;
	-webkit-animation-name: site_fadeIn;
	animation-duration: 0.25s;
    transition-timing-function: ease-in;
    animation-fill-mode: both;
}*/
/**/
.bordure{
	max-width: 1456px;
	height: 100%;
	position: fixed;
	z-index: 11;
	margin: auto;
	left: 0;
	right: 0;
	top: 30px;
	pointer-events: none;
}
.bordure.affix{
	top: 0;
}
.bordure:before, .bordure:after{
	content: '';
	display: block;
	width: 30px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: #fff;
}
.bordure:after{
	left: auto;
	right: 0;
}
header{
	max-width: 1456px;
	position: absolute;
	z-index: 10;
	margin: auto;
	left: 0;
	right: 0;
	top: 30px;
	background-color: #fff;
	color: #000;
}
.htop{
	text-align: right;
	padding: 40px 0;
	position: relative;
}
.htop>*{
	display: inline-block;
	vertical-align: middle;
}
.htop>*:first-child{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	height: 40px;
	line-height: 40px;
	margin: auto;
	font-weight: 300;
	letter-spacing: 3px;
}
.htop>*:first-child a{
	text-decoration: none !important;
}
.htop .widget_nav_menu{
	font-family: 'Nunito Sans';
	font-weight: 200;
	font-size: 1.4rem;
	text-transform: uppercase;
}
.htop .widget_nav_menu ul{
	display: inline;
	margin-bottom: 0;
}
.htop .widget_nav_menu li{
	list-style: none;
	display: inline;
	margin: 0 7px;
}
.htop .widget_nav_menu li a{
	text-decoration: none !important;
	position: relative;
	line-height: 1;
}
.htop .widget_nav_menu li a:after{
	content: '';
	display: block;
	width: 0;
	height: 1px;
	background-color: #000;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	-moz-transition: all 250ms ease-in-out;
	-webkit-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}
.htop .widget_nav_menu li a:hover:after{
	width: 100%;
}
.wpml-ls-legacy-dropdown-click{
	width: auto;
	padding-left: 7px;
}
.wpml-ls-legacy-dropdown-click a{
	font-weight: bold;
	font-size: 1.4rem;
	text-transform: uppercase;
	border: none;
	padding: 0;
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle{
	padding-right: 0;
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle::after{
	display: none;
}
.wpml-ls-legacy-dropdown-click a span{
	vertical-align: inherit;
}
.htop .widget_nav_menu li.icon-tt{
	margin-left: 25px;
	margin-right: 0;
}
.htop .widget_nav_menu .menu-hp-container li{
	margin-left: 10px;
	margin-right: 0;
}
.widget_nav_menu li.icon-tt a, .widget_nav_menu .menu-hp-container li a{
	text-indent: 9999px;
	overflow: hidden;
	width: 30px;
	position: relative;
	display: inline-block;
	font-size: 2.4rem;
}
.widget_nav_menu li.icon-tt a:before, .widget_nav_menu .menu-hp-container li a:before{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	content: "\78";
	font-family: "hop-icon-font";
	color:inherit;
	display: block;
	width: 20px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	text-indent: 0;
	text-transform: none;
}
.widget_nav_menu li.icon-vi a:before{
	content: "\62" !important;
}
.widget_nav_menu li.icon-inst a:before{
	content: "\63" !important;
}
.widget_nav_menu li.icon-link a:before{
	content: "\76" !important;
}
.widget_nav_menu li.icon-fb a:before{
	content: "\77" !important;
}
.widget_nav_menu li.icon-yt a:before{
	content: "\6E" !important;
}
.htop .widget_nav_menu li.icon-tt a:after, .htop .widget_nav_menu .menu-hp-container li a:after{
	display: none;
}
/**/
footer>div{
	background-color: #191919;
	padding: 90px 0;
}
footer .content_bas .widget_nav_menu{
}
footer .content_bas .widget_nav_menu ul{
	margin-bottom: 0;
}
footer .content_bas .widget_nav_menu li{
	list-style: none;
	margin: 5px 0;
}
footer .content_bas .widget_nav_menu .menu-hp-container li{
	display: inline-block;
}
footer .content_bas .widget_text{
	float: right;
	text-align: right;
}
	footer .content_groupe{
		padding: 20px 0;
		float: none;
		width: auto;
		color:#fff;
		font-family:'Chalet';
		font-size:1.2rem;
	}
		footer .content_groupe>*{
			display:inline-block;
			vertical-align:middle;
		}
		footer .content_groupe .widget_media_image{
			margin-right:20px;
		}
		footer .content_groupe .widget_text p{
			font-weight:normal;
			margin-bottom: 0;
		}
		footer .content_groupe>*:last-child{
			float:right;
			height:50px;
			line-height:50px;
			color:#ea4b5c;
			text-align:right;
		}
		footer .content_groupe>*:last-child a{
			text-decoration:none !important;
			font-weight:bold;
		}
		footer .content_groupe>*:last-child a:after{
			display:inline-block;
			vertical-align:middle;
			width:12px;
			height:15px;
			overflow:hidden;
			content: "\7a";
			font-family: "hop-icon-font";
			font-size: 18px;
			text-align: center;
			line-height: 15px;
			text-indent: -12px;
			margin-left:10px;
			-moz-transition: all 400ms ease-out;
			-webkit-transition: all 400ms ease-out;
			-o-transition: all 400ms ease-out;
			transition: all 400ms ease-out;
		}
		footer .content_groupe>*:last-child a:hover:after{
			width:27px;
			text-indent: 0;
		}
.gotop{
	width: 40px !important;
	height: 40px;
	opacity: 0.5;
	position: fixed;
	bottom: 80px;
	right: 70px;
	z-index: 60;
	display: block;
	background-color: #fff;
	border: solid 1px #000;
	border-radius: 50%;
	-moz-transition: all 400ms ease-out;
	-webkit-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	text-decoration: none !important;
	text-align: center;
}
.gotop.rotate{
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.gotop:before{
	content: "\61";
	font-family: "hop-icon-font";
	color: #000;
	font-size: 2.4rem;
	text-align: center;
	line-height: 37px;
}
.gotop:hover{
	opacity: 1;
}
/**/
.carousel-fade .carousel-inner .item {
	transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
	z-index: 2;
}
.pagi_text{
	width: 100%;
	text-align: center;
}
.pagi_text ul{
	margin: 0;
	position: static;
	width: 100%;
}
.pagi_text li{
	width: auto !important;
	height: auto !important;
	text-indent: 0;
	display: inline-block;
	margin: 20px 10px !important;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 1.6rem;
}
.pagi_text li.active{
	font-weight: bold;
}
.car_texte .pagi_text{
	margin-bottom: 4%;
}
.car_texte .carousel-control{
	width: 15px;
	opacity: 1;
	background: none;
	color: #000;
	text-shadow: unset;
	bottom: auto;
	margin: 20px 0;
}
.car_texte .carousel-control .glyphicon-chevron-left:before{
	content: "\e257";
	font-size: 1.7rem;
}
.car_texte .carousel-control .glyphicon-chevron-right:before{
	content: "\e258";
	font-size: 1.7rem;
}
.car_defaut .carousel-control{
	width: 41px;
	height: 41px;
	display: block;
	border: solid 1px #fff;
	border-radius: 50%;
	opacity: 1;
	background: none;
	color: #fff;
	text-shadow: unset;
	bottom: auto;
	top: 50px;
	left: auto;
}
.car_defaut .carousel-control.left{
	right: 105px;
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
}
.car_defaut .carousel-control.right{
	right: 50px;
}
.car_defaut .carousel-control .glyphicon-chevron-left,.car_defaut .carousel-control .glyphicon-chevron-right{
	width: 100%;
	height: 100%;
	margin: 0 !important;
	top: 0;
	left: 0;
	right: 0;
	line-height: 1;
}
.car_defaut .carousel-control .glyphicon-chevron-left{
	top: -2px;
}
.car_defaut .carousel-control .glyphicon-chevron-left:before{
	content: "\7a";
	font-size: 1.7rem;
	font-family: "hop-icon-font";
	line-height: 39px;
}
.car_defaut .carousel-control .glyphicon-chevron-right:before{
	content: "\7a";
	font-size: 1.7rem;
	font-family: "hop-icon-font";
	line-height: 39px;
}
.wrap_all{
    position: relative;
}
.wrap {
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    /*width: 100%;*/
	font-size: 0;
	text-align: center;
}
.wrap>.nav-tabs {
    display: inline-block;
    padding: 0;
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
	text-align: center;
}
.nav-tabs{
	border-bottom: none;
}
.nav-tabs li{
	font-size: 1.6rem;
	text-transform: uppercase;
	color: inherit !important;
}
.wrap>.nav-tabs>li {
    display: inline-block;
    position: relative;
    white-space: normal;
    float: none;
}
.nav-tabs > li > a{
	padding: 20px 10px;
	border: none !important;
}
.nav-tabs > li > a:hover, .nav-tabs > li.active > a{
	border: none !important;
	background: none;
	color: inherit !important;
}
.nav-tabs > li.active > a{
	font-weight: bold;
}
#goPrev, #goNext {
	display: none;
}
#goPrev, #goNext {
	display: block;
	width: 30px;
	height: 65px;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: -30px;
	z-index: 2;
	border-radius: 5px;
	border: none;
	overflow: hidden;
	background: none;
}
#goNext{
	left: auto;
	right: -30px;
}
#goPrev:before, #goNext:before {
	content: "\e258";
	font-size: 1.7rem;
	font-family: 'Glyphicons Halflings';
}
#goPrev:before{
	content: "\e257";
}
/**/
.css input[type=text],.css input[type=email]{
	border: solid 1px #000;
	padding: 0 8px;
	height: 40px;
	line-height: 38px;
	text-transform: uppercase;
	font-size: 1.6rem;
	border-radius: 0;
}
.css textarea{
	border: solid 1px #000;
	padding: 0 8px;
	font-size: 1.6rem;
	border-radius: 0;
}
.css select{
	border: solid 1px #000;
	padding: 0 8px;
	height: 40px;
	line-height: 38px;
	text-transform: uppercase;
	font-size: 1.6rem;
	border-radius: 0;
}
.css .customcb{
}
.css .customcb div, .css .customcb div label{
	display: inline;
	margin: 0;
	padding: 0;
}
.css .customcb input[type="checkbox"]{
	margin: 0;
	position: relative;
}
.css .customcb a{
	text-decoration: underline;
}
.css input[type=submit]{
	border: solid 1px #000;
	padding: 0 8px;
	height: 40px;
	line-height: 38px;
	text-transform: uppercase;
	font-size: 1.6rem;
	background-color: #000;
	color: #fff;
	border-radius: 0;
	width: 100%;
}
/**/
.form_fields>div:first-child{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.form_fields>div:first-child .form-group{
	flex: 0 0 25%;
    max-width: 25%;
}
@media (max-width: 800px) {
.form_fields>div:first-child .form-group{
	flex: 0 0 100%;
    max-width: 100%;
}
}
.form_fields .customcb{
	text-align: center;
}
.form_cta{
	text-align: center;
	margin-top: 20px;
}
.css .form_cta input{
	display: inline-block;
	width: auto !important;
	padding: 0 80px;
	background-color: #000;
	color: #fff !important;
	text-decoration: none !important;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.6rem;
	border: none;
}
.alert-success {
    background-color: transparent;
    border-color: #000;
    color: #000;
}
.alert-warning {
    background-color: transparent;
    border-color: #000;
    color: #ea4b5c;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #ea4b5c;
}
/**/
.nunito{
	font-family: 'Nunito Sans';
}
.cormorant{
	/*font-family: 'Cormorant';*/
	font-family: 'Nunito Sans';
}
.cormorant h1,.cormorant h2,.cormorant h3,.cormorant h4,.cormorant h5,.cormorant h6{
	/*text-transform: uppercase;*/
	font-family: 'Nunito Sans', Arial, Helvetica, sans-serif;
	font-weight:bold;
}
section{
	overflow: hidden;
}
section.entete, section.full{
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	min-height: 768px;
	background-color: #000;
	overflow: hidden;
}
section.white{
	background-color: #fff;
	color: #010101;
}
section.grey{
	background-color: #f1f2f2;
	color: #010101;
}
section.dark_grey{
	background-color: #dcdcdc;
	color: #010101;
}
section.padd{
	padding: 3% 0;
}
div.padd{
	padding-bottom: 3%;
}
.plr{
	display: block;
	width: 100%;
	padding-left: 6%;
	padding-right: 6%;
}
.fullheight{
	height: 100%;
	position: relative;
	z-index: 1;
}
section.entete>img, .full-img, body.home img.full-img{
	position: absolute;
	top: -999px;
	left: -999px;
	right: -999px;
	bottom: -999px;
	z-index: 1;
	margin: auto;
	height: auto;
	max-width: 1000%;
	min-height: 100%;
	min-width: 100%;
	/*min-width: 100vw;*/
	width: auto;
}
.entete .up{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	margin: auto;
	width: 100%;
	height: 50%;
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.entete .up .txt{
	font-size: 1.5rem;
	margin-bottom: 0;
}
.entete .up .txt.cormorant{
	font-size: 1.7rem;
}
.entete .up .copy{
	font-size: 1.0rem;
}
.entete .up .txt ul{
	color: #ea4b5c;
}
.entete .up .txt ul li{
	list-style: none;
	text-transform: uppercase;
	position: relative;
	padding-left: 25px;
	margin: 6px 0;
}
.entete .up .txt ul li:before{
	/*width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	content: "\61";
	font-family: "hop-icon-font";
	color: #ea4b5c;
	font-size: 1.8rem;
	text-align: center;
	line-height: 36px;
	text-transform: none;*/
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ea4b5c;
	position: absolute;
	top: 4px;
	left: 0;
	z-index: 2;
	-moz-transition: all 450ms ease-in-out;
	-webkit-transition: all 450ms ease-in-out;
	-o-transition: all 450ms ease-in-out;
	transition: all 450ms ease-in-out;
}
.entete .up .txt ul li a:after{
	content: '';
	display: block;
	width: 0;
	height: 1px;
	-moz-transition: all 450ms ease-in-out;
	-webkit-transition: all 450ms ease-in-out;
	-o-transition: all 450ms ease-in-out;
	transition: all 450ms ease-in-out;
	background-color: #ea4b5c;
}
.entete .up .txt ul li:hover:before{
	width: 22px;
	height: 22px;
	left: -5px;
	top: 0;
	background-color: #fff;
}
.entete .up .txt ul li a:hover{
	text-decoration: none;
}
.entete .up .txt ul li a:hover:after{
	width: 100%;
}
h1.txt{
	text-transform: uppercase;
	font-size: 2.8rem !important;
	font-weight: 200;
	margin-bottom: 80px !important;
}
.titre_page{
	margin-bottom: 80px;
}
.titre_page a{
	text-decoration: none !important;
}
.titre_page>span{
	position: relative;
}
.titre_page>span:before,.titre_page>span:after{
	content: '';
	position: absolute;
	top: 50%;
	width: 110px;
	height: 1px;
	background-color: #fff;
	
	/*animation-name: trait_width;
	-webkit-animation-name: trait_width;
	animation-duration: 0.25s;
	animation-delay: 0.9s;
    transition-timing-function: ease-in;
    animation-fill-mode: both;*/
}
.titre_page>span:before{
	/*margin-right: 25px;*/
	left: -135px;
}
.titre_page>span:after{
	/*margin-left: 25px;*/
	right: -135px;
}
.titre_section{
	font-weight: 200;
	text-transform: uppercase;
	font-size: 1.9rem;
	margin-bottom: 5%;
	margin-top: 0;
}
.titre_section:after{
	content: '';
	display: block;
	width: 75px;
	height: 8px;
	background-color: #010101;
	margin-top: 20px;
}
section.black .titre_section{
	color: #fff;
}
section.black .titre_section:after{
	background-color: #fff;
}
.encart{
	background-color: #fff;
	color: #010101;
	padding: 90px 60px;
}
.entete .to_copy{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	text-align: right;
}
.see_more{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
}
.see_more a,
.more_post a{
	font-size: 1.6rem;
	text-decoration: none !important;
}
.see_more a:before,
.more_post a:before{
	/*content: '\203A';*/
	background-color:#fff;
	border-radius: 50%;
	width: 42px;
	height: 42px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	color: #000;
	/*-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);*/
	text-align: center;
	line-height: 42px;
	font-size: 2rem;
	content:"\e259";
	font-family: 'Glyphicons Halflings';
}
.more_post{
	position: relative;
}
.more_post a:before{
	background-color:#000;
	color: #fff;
}
.cta{
	float: left;
	width: 50%;
	padding: 32px 0;
	background-color: #000;
	color: #fff !important;
	text-decoration: none !important;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.6rem;
	font-weight: 200;
}
.cta:nth-child(2n){
	background-color: #ea4b5c !important;
}
section.black .cta:first-child{
	background-color: #ebebec !important;
	color: #010101 !important;
}
		.cta span:after{
			text-transform: none;
			display:block;
			margin: auto;
			width: 20px;
			height: 30px;
			overflow:hidden;
			content: "\7a";
			font-family: "hop-icon-font";
			font-size: 30px;
			text-align: right;
			line-height: 30px;
			text-indent: -20px;
			-moz-transition: all 400ms ease-out;
			-webkit-transition: all 400ms ease-out;
			-o-transition: all 400ms ease-out;
			transition: all 400ms ease-out;
			margin-bottom: 15px;
		}
		.cta:hover span:after{
			width:34px;
			text-indent: 0;
		}
/**/
.tuiles{
	margin-left: -8px;
	margin-right: -8px;
}
.tuiles .item{
	float: left;
	width: 50%;
	/*padding: 0 8px;*/
	padding-bottom: 60%;
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
}
.tuiles .item:nth-child(4n+3){
	width: 37.5%;
}
.tuiles .item:nth-child(4n+4){
	width: 62.5%;
}
.tuiles .item a{
	display: block;
	/*width: 100%;*/
	height: 100%;
	position: absolute;
	top: 0;
	left: 8px;
	right: 8px;
	overflow: hidden;
}
.tuiles .item a.lk{
	background-color: #010101;
	text-align: right;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-size: 4.2rem;
	font-weight: 200;
	line-height: 1.25;
}
.tuiles .item a.lk:before{
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	top: -999px;
	right: -999px;
	left: -999px;
	bottom: -999px;
	z-index: 0;
	background-color: #ea4b5c;
	-moz-transition: all 800ms ease-out;
	-webkit-transition: all 800ms ease-out;
	-o-transition: all 800ms ease-out;
	transition: all 800ms ease-out;
	margin: auto;
}
.tuiles .item a.lk:hover:before{
	width: 200%;
	padding-bottom: 200%;
}
.tuiles .item a.lk span{
	position: absolute;
	right: 25px;
	bottom: 25px;
	z-index: 1;
}
.tuiles .item a.lk span:after{
	text-transform: none;
	display:block;
	margin-top: 20px;
	width: 100%;
	height: 30px;
	overflow:hidden;
	content: "\7a";
	font-family: "hop-icon-font";
	font-size: 37px;
	text-align: right;
	line-height: 30px;
	text-indent: 0;
	-moz-transition: all 400ms ease-out;
	-webkit-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
	margin-bottom: 15px;
}
.tuiles .item a figure{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.tuiles .item a img{
	-moz-transition: all 400ms ease-out;
	-webkit-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}
.tuiles .item a .poz1 img{
	top: 0;
	left: 0;
	right: auto;
	bottom: auto;
}
.tuiles .item a .poz2 img{
	top: 0;
	left: auto;
	right: 0;
	bottom: auto;
}
.tuiles .item a .poz3 img{
	top: auto;
	left: auto;
	right: 0;
	bottom: 0;
}
.tuiles .item a .poz4 img{
	top: auto;
	left: 0;
	right: auto;
	bottom: 0;
}
.tuiles .item a .ct{
	display: block;
	position: absolute;
	z-index: 2;
	left: -100%;
	/*right: 60px;*/
	top: 60px;
	bottom: 60px;
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	-moz-transition: all 400ms ease-out;
	-webkit-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
	padding: 25px;
	width: 89%;
}
.tuiles .item a .ct .elem{
	position: absolute;
	left: 25px;
	bottom: 25px;
}
.tuiles .item a:hover .ct{
	left: 0;
}
.tuiles .item a:hover img{
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
/**/
.contact_adresse{}
.contact_adresse .encart{
	position: absolute;
	top: 50%;
	left: 0;
	/*right: 0;
	bottom: 0;*/
	z-index: 2;
	margin: auto;
	width: 62.5%;
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 2.4rem;
	font-weight: 200;
	line-height: 1.75;
}
.contact_form .encart{
}
/**/
section.timeline{}
section.timeline .ct{
	position: absolute;
	top: 50%;
	left: 0;
	/*right: 0;
	bottom: 0;*/
	z-index: 2;
	margin: auto;
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 2.4rem;
	font-weight: 200;
	line-height: 1.75;
}
.timelineborder{
	border-left: 1px solid #fff;
	margin: 0 20px;
}
section.timeline .item{
	display: block;
	padding-left: 10%;
	width: 100%;
	position: relative;
	font-size: 1.8rem;
	margin: 15px 0;
	cursor: default;
	-moz-transition: all 450ms ease-in-out;
	-webkit-transition: all 450ms ease-in-out;
	-o-transition: all 450ms ease-in-out;
	transition: all 450ms ease-in-out;
}
section.timeline .item:before{
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	top: 4px;
	left: -6px;
	z-index: 2;
	-moz-transition: all 450ms ease-in-out;
	-webkit-transition: all 450ms ease-in-out;
	-o-transition: all 450ms ease-in-out;
	transition: all 450ms ease-in-out;
}
section.timeline .item>*{
	float: left;
}
section.timeline .item>.annee{
	width: 7%;
	line-height: 1.1;
	-moz-transition: all 450ms ease-in-out;
	-webkit-transition: all 450ms ease-in-out;
	-o-transition: all 450ms ease-in-out;
	transition: all 450ms ease-in-out;
}
section.timeline .item>.annee:after{
	content: '';
	display: block;
	width: 0;
	height: 1px;
	-moz-transition: all 450ms ease-in-out;
	-webkit-transition: all 450ms ease-in-out;
	-o-transition: all 450ms ease-in-out;
	transition: all 450ms ease-in-out;
	background-color: #ea4b5c;
}
section.timeline .item>.texte{
	width: 75%;
}
section.timeline .item .titre{
	text-transform: uppercase;
	line-height: 1.1;
	font-weight: 400;
	position: relative;
}
section.timeline .item .titre:before{
	content: '';
	display: block;
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	-moz-transition: all 450ms ease-in-out;
	-webkit-transition: all 450ms ease-in-out;
	-o-transition: all 450ms ease-in-out;
	transition: all 450ms ease-in-out;
	background-color: #ea4b5c;
	border: solid 5px #ea4b5c;
	margin: -5px;
	box-sizing: content-box;
	opacity: 0;
}
section.timeline .item .legend{
	font-size: 1.8rem !important;
}
@media (min-width: 1024px) {
/*section.timeline .item .legend{
	display: none;
	font-size: 1.8rem !important;
}
section.timeline .item:hover{
	margin: 20px 0;
	font-size: 2.8rem;
}
section.timeline .item:hover:before{
	width: 22px;
	height: 22px;
	left: -11px;
	top: 0;
}
section.timeline .item:hover>.annee{
	width: 10%;
	line-height: 1.1;
}
section.timeline .item:hover .legend{
	display: block;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}*/
section.timeline .item:hover:before{
	width: 22px;
	height: 22px;
	left: -11px;
	top: 0;
	background-color: #ea4b5c;
}
section.timeline .item:hover>.annee:after{
	width: 100%;
}
section.timeline .item:hover .titre:before{
	opacity: 1;
	width: 100%;
}
}
.zone_bio .nav-tabs{
	width: 100%;
	display: block;
	margin: 0;
	border: none;
}
.zone_bio .nav-tabs li{
	width: 50%;
}
.zone_bio .nav-tabs > li > a{
	text-align: center;
	padding: 0 7px;
	font-size: 2.4rem;
	text-transform: uppercase;
	color: #010101 !important;
	background: none !important;
	border: none !important;
	opacity: 0.5 !important;
	-moz-transition: all 450ms ease-in-out;
	-webkit-transition: all 450ms ease-in-out;
	-o-transition: all 450ms ease-in-out;
	transition: all 450ms ease-in-out;
}
.zone_bio .nav-tabs > li:first-child > a{
	padding-left: 0;
}
.zone_bio .nav-tabs > li:last-child > a{
	padding-right: 0;
}
.zone_bio .nav-tabs > li.active > a, .zone_bio .nav-tabs > li:hover > a{
	opacity: 1 !important;
}
.zone_bio .nav-tabs > li.active > a{
	font-weight: bold;
}
.zone_bio .nav-tabs > li > a img{
	margin-top: 45px;
	max-width: 100%;
}
.zone_bio .tab-pane{
	/*font-family: 'Cormorant';*/
	font-family: 'Nunito Sans';
	text-align: justify;
	font-size: 1.7rem;
	padding-top: 9%;
}
.zone_bio .tab-pane>*{
	margin-bottom: 25px;
}
/**/
section.equipe_txt .zone{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	/*bottom: 0;*/
	z-index: 2;
	margin: auto;
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 40%;
}
section.equipe_txt .ct{
	position: absolute;
	top: 50%;
	left: 0;
	/*right: 0;
	bottom: 0;*/
	z-index: 2;
	margin: auto;
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 2.8rem;
	font-weight: 200;
	line-height: 1.25;
	text-transform: uppercase;
}
.trombi{}
.trombi .item{
	position: relative;
	padding-bottom: 160%;
}
.trombi .item>div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 2.3rem;
	text-transform: uppercase;
	line-height: 1.1;
}
.trombi .item>div figure{
	margin-bottom: 15px;
}
.trombi .item em{
	display: block;
	font-style: normal;
	text-transform: none;
	font-size: 1.7rem;
	/*font-family: 'Cormorant';*/
	font-family: 'Nunito Sans';
	line-height: 1.25;
}
/**/
.car_festival{
	position: relative;
}
.car_festival .item .visuel{
	position: relative;
	width: 100%;
	padding-bottom: 55%;
	overflow: hidden;
	margin-bottom: 15%;
}
.car_festival .item .visuel figure{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}
.car_festival .wrap_all{
	position: absolute;
	top: 0;
	padding-top: 60%;
	z-index: 20;
	width: 100%;
}
.car_festival #goPrev, .car_festival #goNext{
	top: auto;
	bottom: 0;
}
/**/
/*.real.entete .up .txt{
	font-size: 2.8rem;
	text-transform: uppercase;
}*/
section.liste_real section.form.padd{
	padding-top: 0;
}
section.form form{
	display: block;
	padding-bottom: 4%;
}
section.form form .phrase{
}
section.form .ct_filter{
	text-align: center;
}
section.form .ct_filter label{
	margin: 0 12px;
	text-transform: uppercase;
	font-weight: 400;
}
section.form .ct_filter input{
	margin-right: 8px;
}
section.form .ct_select{
	text-align: center;
	margin: 0 -10px;
	display: flex;
	padding-top: 4%;
}
section.form .ct_select>div{
	flex-grow: 2;
	/*width: 30%;/*/
	padding: 0 10px;
}
section.form .ct_select>div:first-child,
section.form .ct_select>div:nth-child(2){
	/*width:15%;*/
	flex-grow:1;
}
section.form .ct_select>div input, section.form .ct_select>div select{
	width: 100%;
}
section.form .ct_select>div.only input{
	max-width: 300px;
}
/**/
.les_details .item{
	margin-bottom: 20px;
}
.les_details .item a{
	color: #ea4b5c;
	text-decoration: none;
}
.les_details .item h3{
	font-size: 2.8rem;
	text-transform: uppercase;
}
.les_details .item.links a{
	display: inline-block;
	margin-right: 16px;
	height: 42px;
	width: 42px;
	position: relative;
	text-indent: 9999px;
	overflow: hidden;
}
.les_details .item.links a:before{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	content: "\78";
	font-family: "hop-icon-font";
	display: block;
	height: 42px;
	width: 42px;
	text-align: center;
	line-height: 42px;
	text-indent: 0;
	text-transform: none;
	color: #010101;
	font-size: 4rem;
	-moz-transition: all 450ms ease-in-out;
	-webkit-transition: all 450ms ease-in-out;
	-o-transition: all 450ms ease-in-out;
	transition: all 450ms ease-in-out;
}
.les_details .item.links a:hover:before{
	color: #ea4b5c;
}
.les_details .item.links a.p_fb:before{
	content: "\77";
}
.les_details .item.links a.p_tt:before{
	content: "\78";
}
.les_details .item.links a.p_ig:before{
	content: "\63";
}
.les_details .item.links a.p_yt:before{
	content: "n";
}

.gallery_custom{
	position: relative;
	padding-bottom: 60%;
}
.gallery_custom>.zone{
	margin: 0 -8px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.gallery_custom>.zone .carousel,
.gallery_custom>.zone .carousel-inner,
.gallery_custom>.zone .carousel-inner>.item
{
	height: 100%;
}
.gallery_custom .carousel-indicators{
	display: inline-block;
	margin: 0;
	left: 0;
	bottom: -40px;
	text-align: left;
	padding: 0 10px;
	font-size: 2.4rem;
}
.gallery_custom .carousel-indicators li{
	list-style: none;
	display: inline;
	background: none;
	border-radius: 0;
}
.gallery_custom .carousel-indicators li.active{
	font-weight: bold;
}
.gallery_custom .gallery-item{
	float: left;
	width: 50%;
	height: 100%;
	padding: 0 8px;
}
.gallery_custom .gallery-item:nth-child(2n),
.gallery_custom .gallery-item:nth-child(3n){
	height: 50%;
}
.gallery_custom .gallery-item .gallery-caption{
	display: none;
}
.gallery_custom .gallery-item .gallery-icon{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.gallery_custom .gallery-item img{
	position: absolute;
	top: -999px;
	left: -999px;
	right: -999px;
	bottom: -999px;
	z-index: 1;
	margin: auto;
	height: auto;
	max-width: 1000%;
	min-height: 100%;
	min-width: 100%;
	/*min-width: 100vw;*/
	width: auto;
}
.entry-caption{
	padding-top: 35px;
	font-size: 2.8rem;
	padding-bottom: 15px;
}


.playlist iframe{
	width: 100%;
	height: 100%;
}
.playlist .elem{
	position:absolute;
	top: 0;
	left: 100%;
	z-index: 1;
	width: 100%;
	height: 100%;
	-moz-transition: all 400ms ease-out;
	-webkit-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}
.playlist .active{
	left: 0;
	z-index: 2;
}
.wp-playlist-light{
	border: none !important;
	background: none !important;
	padding: 0 !important;
}
.wp-playlist-tracks:before, .wp-playlist-tracks:after{
	display: table;
	clear: both;
	content: '';
}
.wp-playlist-tracks{
	padding: 35px 0;
	margin-left: -8px;
	margin-right: -8px;
}
.wp-playlist-item{
	border-bottom: none !important;
	padding: 0 8px !important;
	width: 33.3333% !important;
}
.vignette_playlist a, .vignette_playlist .a{
	display: block;
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	margin-bottom: 15px;
	overflow: hidden;
	max-width: none !important;
}
.vignette_playlist a img, .vignette_playlist .a img{
	position: absolute;
	top: -999px;
	left: -999px;
	right: -999px;
	bottom: -999px;
	z-index: 1;
	margin: auto;
	height: auto;
	/*max-width: 1000%;*/
	min-height: 100%;
	min-width: 100%;
	/*min-width: 100vw;*/
	width: auto;
}
.vignette_playlist{
	position: relative;
}
.vignette_playlist .a:before{
	content: "\73";
	display: block;
	width: 72px;
	height: 72px;
	font-family: "hop-icon-font";
	font-size: 72px;
	color: #ea4b5c;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 2;
	pointer-events: none;
}
.vignette_playlist.no_ico .a:before{
	display: none;
}
.vignette_playlist img{
	cursor: pointer;
}
.vignette_playlist a .wp-playlist-item-title{
	display: none;
}
/**/
.start{
	z-index: 1;
}
.start h1{
	font-weight: 200;
	font-size: 2.8rem;
	text-transform: uppercase;
}
.start h1 figure{
	display: block;
	margin-bottom: 20px;
}
.introduction .encart{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	/*bottom: 0;*/
	z-index: 2;
	margin: auto;
	width: 100%;
	/*height: 50%;*/
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 1.9rem;
	overflow: hidden;
}
.introduction .encart:before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	
	box-shadow: 0px 0px 50px 50px #ffffff;
	animation-name: reveal;
	-webkit-animation-name: reveal;
	animation-duration: 3.0s;
	animation-delay: 0.9s;
    transition-timing-function: ease-in;
    animation-fill-mode: both;
}
.slider_home{
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	z-index: 3;
	-moz-transition: all 450ms ease-in-out;
	-webkit-transition: all 450ms ease-in-out;
	-o-transition: all 450ms ease-in-out;
	transition: all 450ms ease-in-out;
}
.slider_home .carousel-caption{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	margin: auto;
	width: 100%;
	height: 50%;
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: left;
}
.slider_home .carousel-caption .txt{
	font-size: 1.5rem;
	margin-bottom: 0;
}
.slider_home .carousel-caption .txt.cormorant{
	font-size: 1.7rem;
}
.slider_home .carousel-caption .copy{
	font-size: 1.0rem;
}
.car_pagi{}
.car_pagi .pagi, .car_pagi .poz_fc{
	position: absolute;
	top: 50%;
	left: 0;
	bottom: 0;
	z-index: 3;
	margin: auto;
	width: 100%;
	height: 50%;
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: left;
	pointer-events: none;
}
.pagi_num, .car_fc{
	padding-top: 40px;
	line-height: 75px;
}
.car_fc{
	text-align: right;
}
.pagi_num>*, .car_fc>*{
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	height: 20px;
}
.pagi_num>*:last-child{
	width: 15px;
	text-align: right;
}
.pagi_num>ol{
	margin-bottom: 0;
	width: 15px;
	height: 20px;
	overflow: hidden;
	position: relative;
}
.pagi_num>ol li{
	list-style: none;
	display: block;
	width: 100%;
	height: 100%;
	-moz-transition: all 450ms ease-in-out;
	-webkit-transition: all 450ms ease-in-out;
	-o-transition: all 450ms ease-in-out;
	transition: all 450ms ease-in-out;
	position: relative;
	top: 0;
}
.car_fc>*{
	position: static;
}
.car_fc .carousel-control{
	width: 15px;
	opacity: 1;
	background: none;
	color: #fff;
	text-shadow: unset;
	bottom: auto;
	margin: 20px 0;
}
.car_fc .carousel-control .glyphicon-chevron-left,
.car_fc .carousel-control .glyphicon-chevron-right{
	position: static;
	pointer-events: all;
}
.car_fc .carousel-control .glyphicon-chevron-left:before{
	content: "\e257";
	font-size: 1.7rem;
}
.car_fc .carousel-control .glyphicon-chevron-right:before{
	content: "\e258";
	font-size: 1.7rem;
}
/**/
/**/
/**/
/**/
a.container{
	display: block;
}
@media (max-width: 1024px) {
	.container{
		max-width: 100%;
	}
	footer>div>.container,
	aside>.container{
		padding: 0 50px;
	}
	footer .content_groupe{
		padding: 20px 8px;
	}
}
@media (max-width: 1023px) {
	header>.container{
		width: 100%;
		padding: 0 30px;
	}
}
.navbar-toggle {
	display:none;
	position:absolute;
	z-index:1;
	top:0;
	bottom: 0;
	right:15px;
	background-color:transparent;
	background-image:none;
	border:none;
	height:32px;
	width:32px;
	margin: auto;
	padding: 0;
	text-align: center;
}
.navbar-toggle:before {
	content: "\71";
	font-family: "hop-icon-font";
	font-size: 28px;
	color: #000;
	line-height: 1;
}
.navbar-toggle:focus {
	outline:0
}
#push{
	position: fixed;
	bottom: 100%;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #000;
	color: #fff;
	text-align: center;
	-moz-transition: all 450ms ease-in-out;
	-webkit-transition: all 450ms ease-in-out;
	-o-transition: all 450ms ease-in-out;
	transition: all 450ms ease-in-out;
	padding-top: 150px;
	text-transform: uppercase;
	font-size: 1.6rem;
}
#push>*:first-child{
	display: none;
}
#push .widget_nav_menu li{
	margin-bottom: 10px;
	list-style: none;
}
#push .wpml-ls-legacy-dropdown-click a{
	background: none;
	color: #fff;
}
#push .widget_nav_menu li.icon-tt{
	margin-top: 20px;
}
html.push_menu body{
	overflow: hidden;
}
html.push_menu #push{
	bottom: 0;
}
html.push_menu .navbar-toggle:before {
	content: '\66';
}
@media (max-width: 992px) {
	.trombi .item{
		padding-bottom: 170%;
	}
	.trombi .item>div{
		font-size: 2.0rem;
	}
	.trombi .item em{
		font-size: 1.5rem;
	}
	section.timeline .item>.annee{
		width: 10%;
	}
}
@media (max-width: 960px) {
	.container{
		padding: 0 30px;
	}
	.bordure{
		width: 95%;
	}
	.bordure:before, .bordure:after{
		width: 4px;
	}
	header{
		width: 95%;
	}
	.htop>*{
		display: none;
	}
	.htop>*:first-child{
		display: block;
	}
	.navbar-toggle {
		display: block;
	}
	footer .content_groupe{
		text-align: center;
		position: relative;
		z-index: 1;
		padding-bottom: 50px;
		font-size: 1.5rem;
	}
	footer .content_groupe > *{
		display: block;
		max-width: 90%;
		margin: auto;
	}
	footer .content_groupe .widget_media_image{
		margin-bottom: 20px;
	}
	footer .content_groupe > :last-child{
		float: none;
		text-align: center;
		font-size: 1.8rem;
	}
	.titre_page{
		font-size: 3.7rem;
		margin-bottom: 25px;
	}
	.titre_page>span:before,.titre_page>span:after{
		display: none;
	}
	.entete .up .to_copy{
		position: static;
		width: 100%;
	}
	.entete .up .ct{
		position: static;
	}
	.contact_adresse .encart{
		width: 75%;
		font-size: 2rem;
	}
	.real.entete .up .txt{
		text-align: left;
		font-size: 2.5rem;
	}
	.trombi .item{
		padding-bottom: 175%;
	}
	.trombi .item>div{
		font-size: 1.8rem;
	}
	.trombi .item em{
		font-size: 1.5rem;
	}
}
@media (max-width: 800px) {
	.zone_bio .nav-tabs > li > a{
		font-size: 2.0rem;
	}
	.equipe_txt>.container{
		padding: 0 45px;
	}
	.contact_form .plr{
		padding: 0;
	}
	section.timeline, section.timeline .fullheight,
	section.introduction, section.introduction .fullheight{
		height: auto;
		min-height: auto;
	}
	.timelineborder{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	section.timeline .ct, .introduction .encart{
		position: relative;
		top: 0;
		-ms-transform: none;
		-moz-transform: none;
		-webkit-transform: none;
		transform: none;
	}
}
@media (max-width: 768px) {
	.trombi .item{
		padding-bottom: 150%;
	}
	.tuiles .item a.lk{
		font-size: 4.5vw;
	}
}
@media (max-width: 640px) {
	.htop>*:first-child{
		font-size: 3vw;
	}
	.container{
		padding: 0 45px;
	}
	.gotop, .see_more{
		display: none !important;
	}
	footer .content_bas>*{
		display: block;
		float: none !important;
		text-align: center !important;
	}
	.wpcf7-submit{
		min-width: auto;
		width: 100%;
	}
	.contact_adresse .encart{
		width: 100%;
		padding: 45px 20px;
	}
	.cta{
		float: none;
		width: 100%;
		display: block;
		padding-left: 20px;
		text-align: left;
		font-weight: normal;
		position: relative;
	}
	.cta span:after{
		position: absolute;
		top: 0;
		right: 20px;
		bottom: 0;
		margin: auto;
	}
	section.timeline .item>.annee{
		width: 15%;
	}
	.plr{
		padding: 0;
	}
	.zone_bio .nav-tabs > li > a{
		font-size: 1.6rem;
		word-spacing: 200px;
	}
	.zone_bio .nav-tabs > li > a img{
		margin-top: 20px;
	}
	section.equipe_txt .ct{
		font-size: 2.0rem;
	}
	.car_festival .item .visuel{
		margin-bottom: 20%;
	}
}
@media (max-width: 480px) {
	.trombi>div{
		width: 100%;
	}
	.trombi .item{
		padding-bottom: 10px;
	}
	.trombi .item>div{
		position: static;
		font-size: 1.6rem;
	}
	.timelineborder{
		margin: 0;
	}
	section.timeline .item{
		font-size: 1.6rem;
		padding-left: 6%;
	}
	section.timeline .item>.annee{
		width: 18%;
	}
	.real.entete .up .txt{
		font-size: 2.0rem;
	}
	.tuiles .item{
		width: 100% !important;
		padding-bottom: 100%;
	}
	.tuiles .item a.lk{
		font-size: 2.5rem;
	}
	.contact_form>.container,
	.introduction>.container{
		padding: 0;
	}
	.contact_form .encart, .introduction .encart{
		padding: 40px 20px;
	}
}
@media (max-width: 380px) {
	header>.container{
		padding: 0 20px;
	}
	section.timeline .item>.annee{
		width: 94%;
	}
}


@media print {
}






.real.entete .up .txt{}
.real.entete .up .txt span{
	position: relative;
	opacity: 0;
	animation: animateOpen 8s ease-in-out infinite, flash .1s ease-in-out;
	margin-right: 1em;
}
.real.entete .up .txt span:nth-child(4n){
	animation-delay: 3s;
}
.real.entete .up .txt span:nth-child(4n-1){
	animation-delay: 2s;
}
.real.entete .up .txt span:nth-child(4n-2){
	animation-delay: 1s;
}
.real.entete .up .txt span:nth-child(4n-3){
	animation-delay: 0s;
}



@keyframes animateOpen{
	from {opacity: 1;}
	to {opacity: 0;}
}

@keyframes flash{
	from{text-shadow:0 0 32px white;}
	to{text-shadow:0 0 0 white;}
}

.flashy-overlay{
	background-color: rgba(0,0,0,0.8);
}
.flashy-container .flashy-content{
	background: none;
	text-align: center;
}
























