/*
Theme Name: BALLON D'EPERNAY
Author: Cochet Concept
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.3em;
	background: #fff;
	font-family: 'Lato', sans-serif;
	color: #171717;
	font-size: 16px;
}
body a{
	text-decoration: none;
	color: var(--or);
}
body, html {
	font-size: 16px;
	font-weight: 400;
	width: 100%;
	height: 100%;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	text-rendering: optimizeLegibility;
}
*{
	box-sizing: border-box;
}
p{
	line-height: 1.3em;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #000000;
}
h1,h2,h3,h4{	
	font-family: 'Niramit', sans-serif;
}
footer p{
	line-height: 1.3em;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

body input[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  text-align: center !important;
}

a, select:focus{
	outline: none !important;
}

::selection { background: rgba(0,103,127,.8); cursor: text;color: #fff; }
::-moz-selection { background: rgba(0,103,127,.8); cursor: text;color: #fff; }
::-webkit-selection { background: rgba(0,103,127,.8); cursor: text;color: #fff; }
::-o-selection { background: rgba(0,103,127,.8); cursor: text;color: #fff; }

.loader{
	position: fixed;
	z-index: 9999;
	background: #111 url(https://www.ballon-epernay.com/wp-content/themes/ballonepernay/svg/logo_header.svg) no-repeat center center;
	background-size: 5%;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: wait;
}

input {
display: inline-block;
width: 100%;
}

.wpcf7-submit{
	display: block !important;
}

.no_way{
	display: none;
}


/* retour accueil */

/*
html[lang="fr-FR"]{

}

html[lang="en-GB"]{

}
*/


/* KEYFRAMES *//* KEYFRAMES *//* KEYFRAMES *//* KEYFRAMES *//* KEYFRAMES *//* KEYFRAMES *//* KEYFRAMES *//* KEYFRAMES *//* KEYFRAMES *//* KEYFRAMES *//* KEYFRAMES *//* KEYFRAMES *//* KEYFRAMES */
/* KEYFRAMES *//* KEYFRAMES *//* KEYFRAMES *//* KEYFRAMES *//* KEYFRAMES *//* KEYFRAMES *//* KEYFRAMES *//* KEYFRAMES *//* KEYFRAMES *//* KEYFRAMES *//* KEYFRAMES *//* KEYFRAMES *//* KEYFRAMES */
/* KEYFRAMES *//* KEYFRAMES *//* KEYFRAMES *//* KEYFRAMES *//* KEYFRAMES *//* KEYFRAMES *//* KEYFRAMES *//* KEYFRAMES *//* KEYFRAMES *//* KEYFRAMES *//* KEYFRAMES *//* KEYFRAMES *//* KEYFRAMES */

@-webkit-keyframes scrollMouse {
	0% { 
		top:7px;
		opacity: 0;
		}
	10% { 
		opacity: 1;
		}
	80% { 
		top: 18px;
		opacity: 0;
		} 
	100% { 
		top: 18px;
		opacity: 0;
		} 
}

/* ACCUEIL *//* ACCUEIL *//* ACCUEIL *//* ACCUEIL *//* ACCUEIL */
/* ACCUEIL *//* ACCUEIL *//* ACCUEIL *//* ACCUEIL *//* ACCUEIL */
/* ACCUEIL *//* ACCUEIL *//* ACCUEIL *//* ACCUEIL *//* ACCUEIL */

/* POPUP */
#popup{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.7);
	z-index: 999999999;
	display: none;
	overflow: scroll;
}



#popup .wrappopup {
	width: 600px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #FFF;
	box-shadow: 0px 0px 40px rgba(0,0,0,0.3);

}

#popup .wrappopup img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 600px) {
	#popup .wrappopup {
		width: 90%;
	}

}




#popup .wrappopup .letter{
	top: unset;
	bottom: 0;
	right: 50px;
}
#popup .wrappopup .cross{
	background-image: url(svg/ico_cross.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50%;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	z-index: 999;
}
#popup .wrappopup .cross:hover{
	cursor: pointer;
}
#popup .wrappopup .col50.imgpopup img{
	width: 100%;
	height: auto;
}
#popup .wrappopup .col50.contentpopup{
	padding: 60px 30px 30px 30px;
	box-sizing: border-box;
}
#popup .wrappopup .col50.contentpopup .marginauto{
	margin: auto;
}
#popup .wrappopup h5{
	font-size: 1.6em;
	margin: 10px 0;
}
#popup .wrappopup span{
	font-size: 0.7em;
	line-height: 1.2em;
	color: #d4af37;
}


.mini_container{
	width: 980px;
	margin: auto;
	text-align: center;
}


.loader{
     position: fixed;
     z-index: 9999;
     background: #fff url(img/loader.gif) no-repeat center center;
	 background-size: 20%;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     cursor: wait;
}

.bg_prehome{
	width: 100vw;
	height: 100vh;
	background: url(img/prehome.png) no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.bg_prehome::before{
	content:'';
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .5;
	position: absolute;
	left: 0;
	top:0;
}

.wrap_abs{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.logo-ballon{
	max-width: 300px;
	height: 400px;
	background: url(svg/logo-blc.svg) no-repeat;
	background-size: contain;
	background-position: center center;
	margin: auto;
	padding: 0 20px;
}

.wrap_abs p {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 2em;
	line-height: 1.3em;
}

/* NAV *//* NAV *//* NAV *//* NAV *//* NAV */
/* NAV *//* NAV *//* NAV *//* NAV *//* NAV */
/* NAV *//* NAV *//* NAV *//* NAV *//* NAV */

.phrase_explication{
	display: block;
	font-size: .9em;
	line-height: 1.3em;
	position: relative;
}

.logo_enceinte {
	width: 30px;
	height: 30px;
	background: url(img/logo-enceinte.png) no-repeat;
	background-size: contain;
	background-position: center center;
	float: right;
	margin: 60px 0px 0px 10px;
}

.wrap_ballon_volpas .phrase_explication{
	color: #fff;
}

.wrap_nav{
	width: 100%;
	min-height: 151px;
	background: #fff;
	position: relative;
	padding: 0 40px;
}

.logo_nav{
	position: absolute;
	left: 40px;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	height: 150px;
	width: 130px;
	background: url(svg/logo.svg) no-repeat;
	background-size: contain;
	background-position: left center;
}

.menu_top{
	display: block;
	float: right;
	padding: 65px 0;
}

.choix-langues {
	display: block;
	float: right;
	height: 30px;
	margin: 60px 0px 0px 10px;
}

.choix-langues .wpml-ls-legacy-list-horizontal {
	float: right;
}

.choix-langues .wpml-ls-legacy-list-horizontal .wpml-ls-current-language a {
	font-weight: 700;
	color: #b4d5df;
}

.menu_top ul.menu li {
	float: left;
	border-right: 1px solid #d9d9d9;
	padding: 0 8px;
}

.menu_top ul.menu li:last-child{
	border: none;
}

.menu_top ul.menu li a{
	text-transform: uppercase;
	color: #000;
	letter-spacing: .5px;
	font-weight: 700;
}

.menu_top ul.menu li.current-menu-item a,
.menu_top ul.menu li.current-menu-item a{
	font-weight: 700;
	color: #b4d5df;
}

.menu_top ul.menu::after{
	content:'';
	display: block;
	clear: both;
}

.bande_grise_nav {
	background: #f2f2f2;
	width: 100%;
	height: 75px;
	overflow: hidden;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.bande_grise_nav p{
	text-align: center;
	text-transform: uppercase;
	font-family: 'Niramit', sans-serif;
	line-height: 1.3em;
	font-size: 1.3em;
	font-weight: 700;
	position: relative;
	display: inline-block;
	color: #fff;
}

.bande_grise_nav span.smiley_vol {
	width: 100px;
	height: 100px;
	display: inline-block;
	position: absolute;
	left: -140px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.bande_grise_nav span.smiley_vol_oui{
	background: url(svg/picto-vol.svg) no-repeat;
	background-size: contain;
	background-position: center center;
}

.bande_grise_nav span.smiley_vol_maybe{
	background: url(svg/ico-info.svg) no-repeat;
	background-size: contain;
	background-position: center center;
}

.bande_grise_nav span.smiley_vol_volpas{
	background: url(svg/picto-volpas.svg) no-repeat;
	background-size: contain;
	background-position: center center;
}

.bande_grise_nav:not(.wrap_ballon-vol) span.smiley_vol {
	left: -120px;
	top: -50px !important;
	transform: none;
	-webkit-transform: none;
}

.drapeau_vol {
	width: 22px;
	height: 30px;
	position: absolute;
	right: -50px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	display: none;
}

.drapeau_vol_oui {
	background: url(svg/vol-ok.svg) no-repeat;
	background-size: contain;
	background-position: center center;
}

.drapeau_vol_maybe {
	background: url(svg/vol-maybe.svg) no-repeat;
	background-size: contain;
	background-position: center center;
}

.drapeau_vol_volpas {
	background: url(svg/vol-volpas.svg) no-repeat;
	background-size: contain;
	background-position: center center;
}

.wrap_ballon-vol > div:not(.wrap_ballon_vol){
	display: none;
}

.wrap_ballon-vol-maybe > div:not(.wrap_ballon_maybe){
	display: none;
}

.wrap_ballon-vol-pas > div:not(.wrap_ballon_volpas){
	display: none;
}

.nav_ballon-vol-pas .bande_champagne {
	display: none;
}

.bande_grise_nav.wrap_ballon-vol-pas{
	background: #ae0000;
}
.bande_grise_nav.wrap_ballon-vol-maybe{
	background: #b4d5df;
}
.bande_grise_nav.wrap_ballon-vol{
	background: #5aae00;
}

.bande_champagne{
	text-align: center;
}

.bande_champagne h2 {
	display: inline-block;
	padding: 10px 60px;
	background: #ddeff5;
	border-radius: 0 0px 20px 20px;
	color: #00677f;
	font-weight: 700;
	font-size: .9em;
	position: relative;
	z-index: 10;
}

.bande_champagne h2::before{
	content:'';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -10px;
	background: #ddeff5;
	width: 30px;
	height: 30px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	z-index: -1;
}

.message_appel{
	padding: 30px 0;
	text-align: center;
}

.message_appel p {
	color: #d21351;
	font-weight: 700;
	line-height: 1.5em;
	font-size: 1em;
}

.message_appel a.tel_top{
	margin-top: 10px;
	display: inline-block;
	color: #d21351;
	font-weight: 700;
	line-height: 1.5em;
	font-size: 1em;
}

.message_appel a.tel_top span {
	width: 14px;
	height: 14px;
	margin-right: 8px;
	background: url(svg/ico-tel-rouge.svg) no-repeat;
	background-size: contain;
	background-position: center center;
	display: inline-block;
	margin-bottom: -1px;
}

/* ---nav scroll--- */

.wrap_scroll {
	position: fixed;
	left: 0;
	top: -200px;
	right: 0;
	margin: auto;
	background: #fff;
	width: 100%;
	height: 150px;
	
	height: 100px;
	box-shadow: 0px 5px 12px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 5px 12px rgba(0,0,0,0.1);
	z-index: 999999;
	transition: all cubic-bezier(.58,.01,.28,1) 0.9s;
	-webkit-transition: all cubic-bezier(.58,.01,.28,1) 0.9s;
	-moz-transition: all cubic-bezier(.58,.01,.28,1) 0.9s;
	-o-transition: all cubic-bezier(.58,.01,.28,1) 0.9s;
}

.wrap_scroll .go_billeterie {
	display: inline-block;
	color: #d21351;
	font-size: 1.3em;

	font-size: 1em;
	width: 300px;
	position: fixed;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	top: -70px;
	transition: all cubic-bezier(.58,.01,.28,1) 0.9s .1s;
	-webkit-transition: all cubic-bezier(.58,.01,.28,1) 0.9s .1s;
	-moz-transition: all cubic-bezier(.58,.01,.28,1) 0.9s .1s;
	-o-transition: all cubic-bezier(.58,.01,.28,1) 0.9s .1s;
}

.wrap_scroll .go_billeterie span{
	display: inline-block;
	width: 35px;
	
	width: 22px;
	
	height: 35px;
	margin-left: 10px;
	background: url(svg/picto-billeterie.svg) no-repeat;
	background-size: contain;
	background-position: center center;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	margin-bottom: -10px;
}

.logo_nav_scroll {
	width: 130px;
	height: 90px;
	
	width: 90px;
	height: 60px;
	
	background: url(svg/logo.svg) no-repeat;
	background-size: contain;
	background-position: left center;
	position: fixed;
	left: 40px;
	top: -110px;
	transition: all cubic-bezier(.58,.01,.28,1) 0.9s;
	-webkit-transition: all cubic-bezier(.58,.01,.28,1) 0.9s;
	-moz-transition: all cubic-bezier(.58,.01,.28,1) 0.9s;
	-o-transition: all cubic-bezier(.58,.01,.28,1) 0.9s;
}

.ballon_vol_scroll {
	position: absolute;
	right: 65px;
	top: -165px;
	transition: all cubic-bezier(.58,.01,.28,1) 0.9s .2s;
	-webkit-transition: all cubic-bezier(.58,.01,.28,1) 0.9s .2s;
	-moz-transition: all cubic-bezier(.58,.01,.28,1) 0.9s .2s;
	-o-transition: all cubic-bezier(.58,.01,.28,1) 0.9s .2s;
}

.wrap_scroll .texte_vol {
	font-size: 1em;
	
	font-size: .9em;
	
	text-transform: uppercase;
	text-align: right;
	font-weight: 700;
}

.wrap_scroll .drapeau_vol {
	display: block;
	width: 20px;
	height: 25px;
	position: absolute;
	right: -30px;
	top: 10px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.navbar-scroll .wrap_scroll{
	top: 0;
}

.navbar-scroll .logo_nav_scroll {
	top: 18px;
}

.navbar-scroll .go_billeterie {
	top: 55px;
	
	top: 35px;
	
}

.navbar-scroll .ballon_vol_scroll {
	top: 65px;
	
	top: 45px;
	
}

.wrap_responsive{
	display: none;
}

/* ACCUEIL */

.bg_tarifs{
	width: 100%;
	height: 350px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.right_horaire{
	width: 350px;
	height: 350px;
	border: 20px solid #ddeef3;
}

.wrap_slider{
	width: 90%;
	max-width: 1350px;
	min-height: 550px;
}

.wrap_img_top_slider{
	padding: 90px 70px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	min-height: 550px;
	z-index: 10;
}

.wrap_img_top_slider::after{
	content:'';
	display: block;
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .2;
	z-index: -1;
}

.wrap_img_top{
	padding: 90px 70px;
	width: 90%;
	max-width: 1350px;
	min-height: 550px;
	margin: 0 auto 80px auto;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}

.bg_top_accueil{
	background-image: url(img/accueil/bg_top_accueil.jpg);
}

.wrap_img_top h1,
.wrap_img_top_slider h1{
	text-transform: uppercase;
	color: #fff;
	font-size: 2.5em;
	line-height: 1.3em;
}

.wrap_img_top h1::first-line,
.wrap_img_top_slider h1::first-line {
	font-weight: 700;
}

.wrap_img_top .texte_bg_top,
.wrap_img_top_slider .texte_bg_top{
	margin: 40px 0;
	max-width: 550px;
}

.wrap_img_top p,
.wrap_img_top_slider p{
	font-size: 1em;
	line-height: 1.4em;
	color: #fff;
	margin: 10px 0;
}

.wrap_img_top a.go_presentation,
.wrap_img_top_slider a.go_presentation{
	color: #fff;
	font-size: 2em;
	font-weight: 700;
	font-family: 'Niramit', sans-serif;
	line-height: 1.3em;
}

.wrap_img_top a.go_presentation span,
.wrap_img_top_slider a.go_presentation span{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(svg/arrow-blc.svg) no-repeat;
	background-size: contain;
	background-position: left center;
	margin-right: 8px;
	margin-bottom: -3px;
}

.horaire_accueil{
	max-width: 1020px;
	margin: 100px auto 100px auto;
}

.left_horaire{
	width: 60%;
	float: left;
}

.right_horaire {
	width: 40%;
	float: left;
	margin-top: 100px;
}

.wrap_text_horaire{
	padding: 50px;
	border-radius: 20px;
	background: #acd6e0;
	max-width: 410px;
	position: relative;
}

.wrap_text_horaire p:not(.go_horaire_speciaux){
	font-size: 1.4em;
	line-height: 1.3em;
	color: #fff;
}

.wrap_text_horaire .go_horaire_speciaux{
	color: #000;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 700;
	line-height: 1.2em;
	margin-top: 25px;
}

.bandeau_gris_tarifs {
	width: 120%;
	height: 140px;
	background: #f9f9f9;
	border-radius: 80px;
	position: relative;
	z-index: -1;
	margin-top: -110px;
	margin-bottom: 40px;
	right: -10%;
}

.accept-vac p{
	font-size: .9em;
	line-height: 1.3em;
	margin-bottom: 20px;
}


.accept-vac span.logo-cheque {
	display: inline-block;
	width: 100px;
	height: 70px;
	background: url(img/logo_ancv_cv_ptl.jpg) no-repeat;
	background-size: contain;
	background-position: left center;
	margin: 0px 10px 30px 0;
}

.accept-vac span.logo-carte {
	display: inline-block;
	width: 100px;
	height: 70px;
	background: url(img/sticker-logo-cb-carte-bancaire2.jpg) no-repeat;
	background-size: contain;
	background-position: left center;
	margin-left: 10px;
	margin-bottom: 30px;
}

footer .accept-vac span{
	margin-bottom: 0 !important;
}

.go_tarifs{
	font-size: 2em;
	color: #14a4ca;
	font-weight: 700;
	line-height: 1.3em;
	text-align: right;
	float: right;
	margin-right: 40px;
	opacity: .5;
}

.go_tarifs span {
	width: 50px;
	height: 50px;
	display: inline-block;
	margin-left: 20px;
	background: url(svg/arrow-circle.svg) no-repeat;
	background-size: contain;
	background-position: center center;
	margin-bottom: -15px;
}

.go_tarifs:hover{
	opacity: 1;
}

.right_horaire img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.go_tarifs_mobile{
	display: none;
}

.img_full_accueil{
	width: 100%;
	height: 600px;
	background: url(img/prehome.png) no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.section_instagram{
	width: 100%;
	text-align: center;
	padding-bottom: 140px;
}

.wrap_photos_insta{
	max-width: 770px;
	margin: auto;
}

.wrap_photos_insta #sb_instagram .sbi_info{
	display: none !important;
}

h3.follow_us{
	padding-top: 90px;
	font-weight: 700;
	line-height: 1.3em;
	font-size: 1.4em;
	text-transform: uppercase;
	text-align: center;
}

.go_insta{
	display: inline-block;
	text-align: center;
	margin: 30px auto;
	font-size: 1.8em;
	line-height: 1.3em;
	color: #b33565;
}

.go_insta span {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url(svg/instagram.svg) no-repeat;
	background-size: contain;
	background-position: center center;
	margin-left: 15px;
	margin-bottom: -17px;
}

/* FOOTER *//* FOOTER *//* FOOTER *//* FOOTER */
/* FOOTER *//* FOOTER *//* FOOTER *//* FOOTER */
/* FOOTER *//* FOOTER *//* FOOTER *//* FOOTER */

.logo_enceinte_footer{
	width: 30px;
	height: 30px;
	display: inline-block;
	margin-left: 10px;
	background: url(img/logo-enceinte.png) no-repeat;
	background-size: contain;
	background-position: center center;
	margin-bottom: -10px;
}

.interdit_enceinte{
	font-weight: 700;
	margin-top: 20px;
}

.rappel_interdit .interdit_enceinte_tarifs{
	text-align: center;
	margin-bottom: 30px;
}

.wrap_footer_principal{
	padding: 80px 150px;
	background: #131313;
	position: relative;
	overflow: hidden;
}

.footer-ligne1{
	width: 100%;
}

.logo_footer{
	width: 160px;
	height: 100px;
	background: url(svg/logo-blc.svg) no-repeat;
	background-size: contain;
	background-position: left center;
	float: left;
}

.wrap_reseaux{
	float: right;
	display: inline-block;
}

.ico-fb{
	width: 15px;
	height: 27px;
	background: url(svg/ico-fb.svg) no-repeat;
	background-size: contain;
	background-position: center center;
	float: left;
	display: block;
}

.ico-insta{
	width: 26px;
	height: 27px;
	background: url(svg/ico-insta.svg) no-repeat;
	background-size: contain;
	background-position: center center;
	margin: 0 18px;
	float: left;
	display: block;
}

.ico-twitter{
	width: 29px;
	height: 27px;
	background: url(svg/ico-twitter.svg) no-repeat;
	background-size: contain;
	background-position: center center;
	float: left;
	display: block;
}

.wrap_reseaux {
	margin-top: 75px;
}

.footer-ligne2{
	width: 400px;
	margin: 50px 0;
}

.footer-ligne2 p{
	color: #fff;
	font-size: 1.2em;
	line-height: 1.3em;
	font-family: 'Niramit', sans-serif;
}

footer h4{
	font-size: 1.6em;
	line-height: 1.3em;
	border-bottom: 1px solid #fff;
	text-transform: uppercase;
	padding-bottom: 8px;
	padding-right: 30px;
	margin-bottom: 20px;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
}

footer p{
	color:#fff;
}

.footer-ligne3{
	margin-bottom: 50px;
}

.footer-ligne3 p{
	font-size: .9em;
	line-height: 2em;
}

.footer-ligne3 p strong{
	font-weight: 400;
}

.logo_base_alpha{
	position: absolute;
	right: -75px;
	bottom: -58px;
	width: 740px;
	height: 720px;
	background: url(svg/logo-footer.svg) no-repeat;
	background-size: contain;
	background-position: center center;
	opacity: .1;
}

.border-cochet {
	text-align: center;
	width: 100%;
	padding: 20px;
	background: #000;
}

.logo-cochet {
	display: inline-block;
	width: 150px;
	height: 15px;
	background: url(svg/logocochet.svg) no-repeat;
	background-size: contain;
	background-position: center center;
	margin: auto;
}

.bg_label_footer{
	width: 150px;
	height: 190px;
	background: url(img/LOGO_VIGNOBLESETDECOUVERTES-Web.jpg) no-repeat;
	background-size: contain;
	background-position: left center;
}

.logo-epernay {
	margin-top: 50px;
	display: block;
}

.logo-epernay img {
	height: 60px;
	width: auto;
}

/* PRESENTATION *//* PRESENTATION *//* PRESENTATION *//* PRESENTATION */
/* PRESENTATION *//* PRESENTATION *//* PRESENTATION *//* PRESENTATION */
/* PRESENTATION *//* PRESENTATION *//* PRESENTATION *//* PRESENTATION */

.bg_top_presentation{
	background-image: url(img/presentation/bg_top_presentation.jpg);
}

.wrap_texte_presentation{
	max-width: 1020px;
	margin: auto;
}

.wrap_texte_presentation h2{
	font-size: 1.6em;
	text-transform: uppercase;
	line-height: 1.5em;
	color: #b4d5df;
	font-weight: 700;
}

.wrap_paragraphe_column{
	margin: 0;
	columns: 2;
	margin: 40px 0 100px 0;
}

.wrap_paragraphe_column p{
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 15px;
}

.img_full_presentation h2 {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	text-align: center;
	color: #fff;
	font-size: 2.6em;
	line-height: 2em;
	font-weight: 700;
	letter-spacing: -1px;
	font-family: 'Open Sans', sans-serif;
	text-shadow: 0 10px 10px rgba(0,0,0,0.3);
	-webkit-text-shadow: 0 10px 10px rgba(0,0,0,0.3);
}

.img_full_presentation {
	background: url(img/presentation/bg_attachment_presentation.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: unset;
	height: 520px;
}

.derniere_section_presentation{
	padding: 40px 80px 120px 80px;
}

.derniere_section_presentation .wrap_texte_last{
	max-width: 600px;
	margin: auto;
}

.derniere_section_presentation .wrap_texte_last p{
	line-height: 1.3em;
	font-size: 1em;
	margin: 10px 0;
	text-align: justify;
}

.derniere_section_presentation ul{
	max-width: 800px;
	margin: 90px auto 0 auto;
}

.derniere_section_presentation ul li{
	width: 33.33%;
	float: left;
	text-align: center;
	padding: 0 40px;
}

.presentation-picto1{
	width: 100%;
	height: 130px;
	background: url(svg/picto-hauteur.svg) no-repeat;
	background-size: contain;
	background-position: center center;
	margin-bottom: 25px;
}

.presentation-picto2{
	width: 100%;
	height: 130px;
	background: url(svg/picto-360deg.svg) no-repeat;
	background-size: contain;
	background-position: center center;
	margin-bottom: 25px;
}

.presentation-picto3{
	width: 100%;
	height: 130px;
	background: url(svg/picto-places.svg) no-repeat;
	background-size: contain;
	background-position: center center;
	margin-bottom: 25px;
}

.derniere_section_presentation ul h3{
	font-size: 1.3em;
	line-height: 1.3em;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
}

/* TARIFS *//* TARIFS *//* TARIFS *//* TARIFS */
/* TARIFS *//* TARIFS *//* TARIFS *//* TARIFS */
/* TARIFS *//* TARIFS *//* TARIFS *//* TARIFS */

.bg_top_tarifs{
	background-image: url(img/tarifs/infos-pratique-ordi.jpg);
}

.wrap_section1_tarifs {
	max-width: 1180px;
	margin: 50px auto;
}

.wrap_section1_tarifs h1,
.derniere_section_presentation h3{
	font-size: 1.8em;
	line-height: 1.3em;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 700;
	color: #000;
	position: relative;
}

.wrap_section1_tarifs h1 span,
.derniere_section_presentation h3 span{
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #14a4ca;
	position: absolute;
	left: -50px;
	top: 55%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.wrap_section1_tarifs h1 span::before,
.derniere_section_presentation h3 span::before{
	content:'';
	display: block;
	position: absolute;
	right: 10px;
	background: #14a4ca;
	width: 100vw;
	height: 3px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.wrap_tarifs_descri{
	margin: 70px auto;
}

.wrap_tarifs_descri li{
	width: 50%;
	padding: 0 4px;
	float: left;
	margin: 20px 0;
}

.titre_tarifs {
	padding: 15px 30px;
	background: #14a4ca;
	text-transform: uppercase;
	font-size: 1.3em;
	line-height: 1.3em;
	letter-spacing: 1px;
	font-weight: 700;
	color: #fff;
	border-radius: 50px;
	display: inline-block;
	margin-left: 40px;
}

.wrap_texte_tarifs {
	padding: 80px 40px 50px 40px;
	background: #f9f9f9;
	border-radius: 40px;
	min-height: 310px;
	margin-top: -30px;
}

.wrap_texte_tarifs p {
	line-height: 1.5em;
}

a.dl_ft{
	width: 100%;
	height: 300px;
	display: block;
	background: url(img/tarifs/bg_dl_ft.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	text-align: center;
}

.texte_ft {
	font-size: 1.4em;
	line-height: 1.5em;
	letter-spacing: 1px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	display: block;
	max-width: 860px;
	padding-top: 80px;
	margin: 0 auto 20px auto;
}

.picto_ft{
	display: inline-block;
	width: 80px;
	height: 80px;
	background: url(svg/picto-dl.svg) no-repeat;
	background-size: contain;
	background-position: center center;
	margin: auto;
}

.derniere_section_presentation h3{
	margin-bottom: 40px;
}

.derniere_section_presentation p{
	font-size: 1.4em;
	line-height: 1.3em;
}

.derniere_section_presentation .wrap_last_tarifs p strong{
	color: #acd6e0;
	font-size: 1.2em;
	display: block;
	margin: 5px 0;
}

.mail_img{
	width: 250px;
	height: 22px;
	background: url(img/tarifs/mail.png) no-repeat;
	background-size: contain;
	background-position: left center;
	margin-top: 10px;
}

.wrap_rappel_horaire{
	margin-top: 50px;
}

.encart_bleu_horaire{
	padding: 35px;
	background: #acd6e0;
	border-radius: 80px;
}

.encart_bleu_horaire p{
	max-width: 600px;
	margin: auto;
	font-size: 1.6em;
	line-height: 1.5em;
	color: #fff;
	text-align: center;
}

.encart_blanc_horaire{
	max-width: 580px;
	margin: auto;
	text-align: center;
	background: #fff;
	border-radius: 0 0px 20px 20px;
}

.encart_blanc_horaire span{
	text-transform: uppercase;
	color: #000;
	font-size: 1em;
	padding: 20px;
	display: inline-block;
}

.horaire_speciaux{
	margin-top: 50px;
}

.horaire_speciaux h4{
	text-align: center;
	color: #14a4ca;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-size: 1.3em;
	line-height: 1.3em;
}

.horaire_speciaux p{
	font-size: 1.1em;
	line-height: 1.8em;
	color: #000;
	text-align: center;
}

.wrap_last_tarifs{
	max-width: 1180px;
	margin: auto;
}

/* PARTENAIRES *//* PARTENAIRES *//* PARTENAIRES *//* PARTENAIRES */
/* PARTENAIRES *//* PARTENAIRES *//* PARTENAIRES *//* PARTENAIRES */
/* PARTENAIRES *//* PARTENAIRES *//* PARTENAIRES *//* PARTENAIRES */

.page_partenaire h1{
	text-align: center;
	position: relative;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.3em;
	letter-spacing: 1px;
	font-size: 1.5em;
	font-family: 'Niramit', sans-serif;
}

.page_partenaire h1 span{
	display: block;
	width: 30px;
	height: 30px;
	margin: 10px auto;
	background: #14a4c9;
	border-radius: 50%;
}

.wrap_partenaires ul{
	max-width: 1140px;
	margin: 50px auto 220px auto;
}

.wrap_partenaires ul li {
	position: relative;
	width: 20%;
	height: 220px;
	float: left;
	border: 2px solid #fff;
	opacity: 1;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}

.wrap_partenaires ul li .wrap_logo_part {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #f9f9f9;
	display: flex;
	justify-content: center;
	align-items: center;
}

.logo_partenaires{
	width: 60%;
	height: 40%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}

.wrap_partenaires ul li:hover .logo_partenaires{
	width: 80%;
	height: 60%;
}

.wrap_partenaires.hov_part li:not(.hov_part_li){
	opacity: .2;
}

/* BILLETERIE */


.bg_top_billeterie{
	background-image: url(img/billeterie/bg_top_billeterie.jpg);
}

/* bg_pattern */

.bg_pattern{
	background: url(img/pattern-baspage.gif);
}

/* 404 */

.bg_404{
	width: 100%;
	padding: 350px;
	background: url(img/prehome.png);
	background-size: cover;
	background-position: center center;
	text-align: center;
	position: relative;
}

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

.bg_404 p{
	font-size: 1.2em;
	color: #fff;
	line-height: 1.3em;
}

.bg_404 a{
	display: inline-block;
	padding: 10px 18px;
	background: #fff;
	color: #b4d5df;
	margin-top: 20px;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 20px;
	letter-spacing: 1px;
	font-size: 1.2em;
	line-height: 1.3em;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}

.bg_404 a:hover{
	background: #14a4ca;
	color: #fff;
}

.wrap_rel{
	position: relative;
	z-index: 10;
}

.swiper-container {
	margin: 0 80px;
}

/* privacy-policy */

.privacy-policy #primary{
	width: 90%;
	max-width: 1280px;
	margin: 100px auto;
}

.privacy-policy #primary h1{
	font-size: 1.6em;
	text-transform: uppercase;
	line-height: 1.3em;
	color: #272727;
	font-weight: 700;
}

.privacy-policy #primary h2,
.privacy-policy #primary h3{
	font-size: 1.1em;
	text-transform: uppercase;
	line-height: 1.3em;
	color: #272727;
	font-weight: 700;
	margin: 30px 0 10px 0;
}

.privacy-policy #primary p{
	font-size: 1em;
	line-height: 1.3em;
	color: #272727;
	margin: 10px 0;
}

.only-resp{
	display: none;
}

/* BILLETERIE */

.wrap_iframe{
	max-width: 1200px;
	margin: auto;
}

button.regiondo-back-link{
	display: none !important;
}


/* MEDIAQUERY *//* MEDIAQUERY *//* MEDIAQUERY *//* MEDIAQUERY *//* MEDIAQUERY *//* MEDIAQUERY *//* MEDIAQUERY *//* MEDIAQUERY *//* MEDIAQUERY *//* MEDIAQUERY *//* MEDIAQUERY *//* MEDIAQUERY */
/* MEDIAQUERY *//* MEDIAQUERY *//* MEDIAQUERY *//* MEDIAQUERY *//* MEDIAQUERY *//* MEDIAQUERY *//* MEDIAQUERY *//* MEDIAQUERY *//* MEDIAQUERY *//* MEDIAQUERY *//* MEDIAQUERY *//* MEDIAQUERY */
/* MEDIAQUERY *//* MEDIAQUERY *//* MEDIAQUERY *//* MEDIAQUERY *//* MEDIAQUERY *//* MEDIAQUERY *//* MEDIAQUERY *//* MEDIAQUERY *//* MEDIAQUERY *//* MEDIAQUERY *//* MEDIAQUERY *//* MEDIAQUERY */

@media screen and (max-width: 1480px){
/* 	body{background: red;} */
}

@media screen and (max-width: 1350px){
/* 	body{background: blue;} */
}

@media screen and (max-width: 1280px){
/* 	body{background: yellow;} */
	.navbar-scroll .logo_nav_scroll {
	top: 4px;
}
	.logo_nav {
		width: 80px;
	}
	.menu_top {
		padding: 50px 0;
	}
	.logo_enceinte,
	.choix-langues {
		margin: 45px 0px 0px 10px;
	}
	.wrap_nav {
		min-height: 122px;
		padding: 0 20px;
	}
	.menu_top ul.menu li a {
		letter-spacing: .2px;
		font-size: .9em;
	}
	.logo_nav {
		left: 20px;
		height: 120px;
		width: 80px;
	}
	.bande_grise_nav p {
		line-height: 1.3em;
		font-size: 1em;
	}
	.bande_grise_nav {
		height: 60px;
	}
	.bande_grise_nav span.smiley_vol {
		width: 80px;
		height: 80px;
		left: -130px;
	}
	.bande_grise_nav:not(.wrap_ballon-vol) span.smiley_vol {
		top: -42px !important;
	}
	.wrap_scroll .texte_vol {
		font-size: .8em;
	}
	.wrap_scroll .go_billeterie {
		font-size: 1em;
	}
	.wrap_scroll .go_billeterie span {
		width: 25px;
		margin-left: 8px;
	}
	.logo_nav_scroll {
		width: 90px;
		height: 90px;
	}
	.wrap_scroll .go_billeterie {
		left: -22vw;
	}
	.wrap_img_top,
	.wrap_img_top_slider,
	.wrap_slider {
		min-height: 480px;
	}
	.horaire_accueil {
		max-width: 960px;
	}
	.wrap_footer_principal {
		padding: 80px 80px;
	}
	.wrap_texte_presentation {
		max-width: 800px;
	}
	.wrap_img_top,
	.wrap_img_top_slider,
	.wrap_slider {
		min-height: 480px;
	}
	.wrap_tarifs_descri {
		margin: 40px auto;
	}
	.wrap_section1_tarifs {
		max-width: 780px;
	}
	.wrap_texte_tarifs p {
		font-size: 1em;
	}
	.wrap_texte_tarifs {
		padding: 70px 40px 50px 40px;
	}
	.titre_tarifs {
		font-size: 1.1em;
		letter-spacing: .5px;
		margin-left: 20px;
	}
	.wrap_partenaires ul {
		max-width: 960px;
		margin: 50px auto 190px auto;
	}
	.wrap_partenaires ul li {
		height: 192px;
	}
}

@media screen and (max-width: 1000px){
/* 	body{background: gray;} */
	.menu_top ul.menu li a {
		letter-spacing: 0;
		font-size: .7em;
	}
	.logo_nav {
		height: 120px;
		width: 80px;
		position: static;
		margin: auto;
		top: 0;
		transform: none;
	}
	.menu_top {
		float: none;
		padding: 0 0 25px 0;
	}
	.logo_enceinte {
		
	}
	.menu-menu_principal_fr-container {
		display: table;
		margin: auto;
	}
	.message_appel {
		font-size: .9rem;
	}
	.wrap_scroll .ballon_vol_scroll {
		width: 200px;
	}
	.navbar-scroll .wrap_scroll .go_billeterie {
		left: -13vw;
	}
	.menu_top ul.menu li {
		float: left;
		border-right: 1px solid #d9d9d9;
		padding: 0 8px;
	}
	.wrap_img_top,
	.wrap_img_top_slider, {
		padding: 50px 50px;
		min-height: 380px;
		margin: 0 auto 50px auto;
		font-size: .9rem;
	}
	.wrap_slider{
		min-height: 380px;
	}
	.horaire_accueil {
		max-width: 90%;
	}
	.wrap_text_horaire {
		padding: 40px;
		max-width: 380px;
		font-size: .9rem;
	}
	.left_horaire {
		width: 50%;
	}
	.right_horaire {
		margin-left: 10%;
		height: 300px;
	}
	.go_tarifs {
		font-size: 1.3em;
		margin-right: 0;
	}
	.go_tarifs span {
		width: 30px;
		height: 30px;
		margin-left: 10px;
		margin-bottom: -10px;
	}
/* presentation */
	.img_full_presentation {
		height: 400px;
	}
	.wrap_texte_presentation {
		max-width: 630px;
	}
	.img_full_presentation h2 {
		font-size: 2em;
		line-height: 1.5em;
	}
	.derniere_section_presentation ul li {
		padding: 0 30px;
	}
/* tarifs */
	.wrap_section1_tarifs {
		max-width: 90%;
	}
	.wrap_section1_tarifs h1 {
		margin-top: 40px;
		text-align: center;
		font-size: 1.5em;
		padding-top: 80px;
	}
	.wrap_section1_tarifs h1 span {
		left: 0;
		top: 0;
		transform: none;
		-webkit-transform: none;
		right: 0;
		margin: auto;
	}
	.wrap_section1_tarifs h1 span::before {
		position: absolute;
		width: 3px;
		height: 50px;
		top: 10px;
		transform: none;
		-webkit-transform: none;
		margin: auto;
		right: 0;
		left: 0;
	}
	.wrap_tarifs_descri li {
		width: 100%;
		padding: 0;
	}
	.wrap_texte_tarifs {
		min-height: auto;
	}
	.texte_ft {
		font-size: 1em;
		padding-top: 70px;
		letter-spacing: 0;
	}
	.picto_ft {
		width: 50px;
		height: 50px;
	}
	a.dl_ft {
		width: 100%;
		height: 240px;
		padding: 0 5%;
	}
	.derniere_section_presentation h3 span {
		left: 0;
		top: 48px;
		transform: none;
		-webkit-transform: none;
		right: 0;
		margin: auto;
	}
	.derniere_section_presentation h3 span::before {
		display: none;
	}
	.derniere_section_presentation h3,
	.derniere_section_presentation p{
		text-align: center;
	}
	.mail_img {
		margin: 40px auto;
	}
	.encart_bleu_horaire p {
		font-size: 1.3em;
		line-height: 1.5em;
		text-align: center;
	}
	.wrap_partenaires ul {
		max-width: 700px;
		margin: 40px auto 140px auto;
	}
	.wrap_partenaires ul li {
		height: 140px;
	}
	.wrap_img_top, .wrap_img_top_slider, .wrap_slider {
		min-height: 380px !important;
	}
	.swiper-container {
		margin: 0 0px;
	}
}

@media screen and (max-width: 750px){
/* 	body{background: green;} */
	.only-resp{
		display: block !important;
	}
	.wrap_scroll,
	.wrap_nav_noscroll{
		display: none;
	}
	.horaire_accueil{
		margin-top: 0;
	}
	.logo_enceinte_resp {
		width: 20px;
		height: 20px;
		background: url(img/logo-enceinte.png) no-repeat;
		background-size: contain;
		background-position: center center;
		position: fixed;
		right: 10px;
		top: 40px;
	}
	.wrap_responsive{
		display: block;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 80px;
		background: #fff;
		z-index: 99999;
		overflow: hidden;
		box-shadow: 0px 10px 20px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0px 10px 20px rgba(0,0,0,0.2);
		transition: all cubic-bezier(.58,.01,.28,1) 0.9s;
		-webkit-transition: all cubic-bezier(.58,.01,.28,1) 0.9s;
		-moz-transition: all cubic-bezier(.58,.01,.28,1) 0.9s;
		-o-transition: all cubic-bezier(.58,.01,.28,1) 0.9s;
	}
	.logo_nav {
		height: 80px;
		width: 60px;
		position: static;
		margin: auto;
		top: 0;
		transform: none;
		right: unset;
		margin: 0;
		left: 40px;
		position: fixed;
	}
	.drapeau_vol {
		right: 45px;
		top: 35px;
		transform: none;
		-webkit-transform: none;
	}
	.wrap_nav,
	.bande_champagne,
	.message_appel{
		display: none;
	}
	.barre_abs {
		display: inline-block;
		width: 20px;
		height: 10px;
		margin-left: 5px;
		position: relative;
	}
	.barre{
		width: 100%;
		height: 2px;
		background: #000;
		position: absolute;
		left: 0;
	}
	.barre1{
		top:0;
	}
	.barre2{
		top:50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
	.barre3{
		bottom:0;
	}
	.wrap_barre {
		position: fixed;
		right: 75px;
		top: 40px;
		cursor: pointer;
	}
	.wrap_barre span{
		text-transform: uppercase;
		font-size: .8em;
		font-weight: 700;
		letter-spacing: -0.5px;
	}
	.wrap_responsive .go_billeterie {
		display: inline-block;
		color: #d21351;
		font-size: .8em;
		position: fixed;
		left: 0;
		right: 0;
		margin: auto;
		text-align: center;
		top: 20px;
		width: 240px;
		transition: none;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
	}
	.wrap_responsive .go_billeterie span {
		display: inline-block;
		width: 20px;
		height: 35px;
		margin-left: 10px;
		background: url(svg/picto-billeterie.svg) no-repeat;
		background-size: contain;
		background-position: center center;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		margin-bottom: -12px;
		margin-top: 2px;
	}
	.wrap_responsive .drapeau_vol {
		width: 15px;
		height: 30px;
		display: block;
	}
	.text-center span.smiley_vol {
		width: 60px;
		height: 60px;
		display: inline-block;
		position: static;
		left: 0px;
		top: 0;
		transform: none;
		-webkit-transform: none;
	}
	
	span.smiley_vol_oui_responsive{
		background: url(svg/picto-vol.svg) no-repeat;
		background-size: contain;
		background-position: center center;
	}
	
	span.smiley_vol_maybe_responsive{
		background: url(svg/picto-maybe.svg) no-repeat;
		background-size: contain;
		background-position: center center;
	}
	
	span.smiley_vol_volpas_responsive{
		background: url(svg/picto-volpas.svg) no-repeat;
		background-size: contain;
		background-position: center center;
	}
	.text-center{
		text-align: center;
	}
	
	.text-center h2{
		font-weight: 700;
		text-transform: uppercase;
		line-height: 1.3em;
		margin-top: 10px;
	}
	.text-center p.quel_champagne{
		margin-top: 30px;
		background: #b4d5df;
		padding: 15px 20px;
		border-radius: 20px;
		font-size: .8em;
		color: #fff;
		font-weight: 700;
	}
	.text-center .message_appel_resp{
		display: block;
		font-size: .7rem;
	}
	#site {
		padding-top: 125px;
	}
	.wrap_responsive .wrap_nav {
		display: block;
		margin-top: 130px;
	}
	.wrap_responsive.isOpen{
		height: 100vh;
	}
	.menu_top ul.menu li {
		margin: 5px 0;
		width: 100%;
		float: none;
	}
	.menu-menu_principal_fr-container {
		display: block;
		margin: 0;
	}
	.wrap_nav {
		padding: 0 30px;
	}
	.menu_top ul.menu li {
		margin: 8px 0;
		width: 100%;
		float: none;
		border-bottom: 1px solid #b4d5df;
		border-right: none;
		padding: 8px 0;
	}
	.menu_top ul.menu li a {
		font-size: .9em;
	}
	.wrap_responsive .barre{
		opacity: 1;
		transition: all cubic-bezier(.58,.01,.28,1) 0.9s;
		-webkit-transition: all cubic-bezier(.58,.01,.28,1) 0.9s;
		-moz-transition: all cubic-bezier(.58,.01,.28,1) 0.9s;
		-o-transition: all cubic-bezier(.58,.01,.28,1) 0.9s;
	}
	.wrap_responsive.isOpen .barre2{
		opacity: 0;
	}
	.wrap_responsive.isOpen .barre1{
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		top: 4px;
	}
	.wrap_responsive.isOpen .barre3{
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		bottom:4px;
	}
	.wrap_img_top,
	.wrap_img_top_slider {
		padding: 50px 50px;
		margin: 0;
		text-align: center;
		width: 100%;
	}
	.wrap_slider{
		width: 100%;
	}
	.wrap_img_top .texte_bg_top,
	.wrap_img_top_slider . texte_bg_top {
		margin: 40px auto;
		max-width: 550px;
	}
	.horaire_accueil {
		max-width: 100%;
	}
	.left_horaire {
		width: 100%;
		float: none;
	}
	.wrap_text_horaire {
		padding: 0;
		max-width: 100%;
		border-radius: 0;
		background: none;
		text-align: center;
	}
	.wrap_text_horaire p:not(.go_horaire_speciaux){
		padding: 40px;
		background: #acd7e0;
	}
	.wrap_text_horaire .go_horaire_speciaux{
		padding: 40px;
		background: #acd7e0;
		padding: 25px;
		background: #f9f9f9;
		max-width: 70%;
		margin: auto;
		border-radius: 0 0px 20px 20px;
		font-weight: 400;
		line-height: 1.3em;
	}
	.go_tarifs_mobile{
		display: block;
	}
	.go_tarifs_desk{
		display: none;
	}
	.right_horaire {
		height: 250px;
		margin: auto;
		float: none;
		width: auto;
		max-width: 250px;
		margin-top: 30px;
	}
	.bandeau_gris_tarifs{
		display: none;
	}
	.go_tarifs_mobile {
		display: block;
		position: relative;
		float: none;
		margin: auto;
		text-align: center;
		opacity: 1;
		padding-top: 30px;
	}
	.go_tarifs_mobile span {
		width: 70px;
		height: 70px;
		margin-left: 10px;
		margin-bottom: -10px;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		top: -50px;
	}
	.img_full_accueil {
		width: 100%;
		height: 480px;
		background-position: top center;
		background-attachment: unset;
	}
	h3.follow_us {
		padding-top: 40px;
	}
/* presentation */
	.page_presentation .wrap_img_top h1,
	.page_presentation .wrap_img_top_slider h1{
		position: absolute;
		left: 0;
		right: 0;
		text-align: center;
		margin: auto;
		top:50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		text-shadow: 0 0px 10px rgba(0,0,0,0.1);
		-webkit-text-shadow: 0 0px 10px rgba(0,0,0,0.1);
	}
	.wrap_texte_presentation h2 {
		text-align: center;
		margin-top: 30px;
	}
	.wrap_texte_presentation {
		max-width: 580px;
	}
	.wrap_paragraphe_column {
		margin: 40px 0 60px 0;
	}
	.img_full_presentation {
		height: 320px;
	}
	.derniere_section_presentation {
		padding: 20px 60px 80px 60px;
	}
	.derniere_section_presentation ul h3 {
		width: calc(100% - 70px);
		float: left;
		text-align: left;
		font-size: 1em;
		padding-left: 30px;
	}
	.presentation-picto1,
	.presentation-picto2,
	.presentation-picto3 {
		width: 70px;
		height: 70px;
		float: left;
		background-position: left center;
		margin-bottom: 0;
	}
	.derniere_section_presentation ul li {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-bottom: 1px solid #acd6e0;
		padding: 30px 0;
		flex-wrap: wrap;
	}
	.derniere_section_presentation ul li:nth-last-child(2){
		border: none;
	}
	.derniere_section_presentation ul {
		margin: 30px auto 0 auto;
	}
	.page_partenaire h1 {
		font-size: 1.3em;
		margin-top: 20px;
	}
	.wrap_partenaires ul {
		max-width: 600px;
		margin: 40px auto 140px auto;
	}
	.wrap_partenaires ul li {
		height: 150px;
		width: 25%;
	}
	.bg_pattern {
		background-size: 300px;
	}
	.wrap_slider,
	.wrap_img_top_slider,
	.bg_top_presentation {
		min-height: 250px;
		margin-bottom: 0;
	}
	.bg_top_presentation{
		font-size: .8rem;
	}
/* bandeau */
	.bande_grise_nav {
		position: fixed;
		top: 80px;
		z-index: 999999999;
		height: 45px;
	}
	.wrap_scroll, .wrap_nav_noscroll {
		display: block;
	}
	.wrap_nav_noscroll .smiley_vol{
		display: none !important;
	}
	.wrap_nav_noscroll .bande_grise_nav p {
		line-height: 1.3em;
		font-size: .8em;
	}
	.wrap_nav_noscroll .phrase_explication {
		font-size: .7em;
	}
	.wrap_img_top .texte_bg_top, .wrap_img_top_slider .texte_bg_top {
		margin: 40px auto;
	}
	
	.choix-langues {
		position: fixed;
		right: 10px;
		top: 0px;
		font-size: 0.8em;
		margin: inherit;
	}
	
	.wpml-ls-legacy-list-horizontal a {
		padding: 5px 0px;
	}
	
	.wpml-ls-legacy-list-horizontal {
		padding: 0px;
	}
	
	.wpml-ls-legacy-list-horizontal li:first-child {
		margin-right: 10px;
	}
	
}


@media screen and (max-width: 650px){
/* 	body{background: pink;} */
	
	.logo-epernay {
		width: 100%;
		text-align: center;
	}
	
	.wrap_responsive .go_billeterie {
		font-size: .75em;
		left: -5vw;
		top: 20px;
		width: 120px;
	}
	.wrap_responsive .go_billeterie span {
		width: 22px;
		height: 12px;
		margin: 0px 0 -3px 0;
	}
	.logo_nav {
		left: 15px;
	}
	.wrap_text_horaire .go_horaire_speciaux {
		max-width: 90%;
	}
	.img_full_accueil {
		height: 300px;
	}
	.wrap_photos_insta {
		max-width: 450px;
	}
	h3.follow_us {
		font-size: 1em;
	}
	.go_insta span {
		width: 25px;
		height: 25px;
		margin-left: 10px;
		margin-bottom: -7px;
	}
	.go_insta {
		margin: 10px auto 35px auto;
		font-size: 1.2em;
	}
	.logo_base_alpha {
		right: 0;
		bottom: -58px;
		left: -40px;
		margin: auto;
	}
	.wrap_footer_principal {
		padding: 50px 50px;
	}
	.logo_footer {
		width: 133px;
		height: 100px;
		float: none;
		margin: auto;
	}
	.ico-twitter {
		width: 20px;
		height: 24px;
	}
	.ico-insta {
		width: 20px;
		height: 22px;
		margin: 0 15px;
	}
	.ico-fb {
		width: 10px;
		height: 22px;
	}
	.wrap_reseaux {
		margin-top: 30px;
	}
	.footer-ligne2 {
		width: 100%;
		margin: 30px 0;
		text-align: center;
		font-size: .9em;
		border-top: 1px solid #333;
		padding: 30px 0;
		border-bottom: 1px solid #333;
	}
	.wrap_footer_principal {
		padding: 50px 30px;
	}
	.footer-ligne1 {
		width: 100%;
		text-align: center;
	}
	.wrap_reseaux {
		float: none;
	}
	footer h4{
		text-align: center;
		padding-right: 0;
		font-size: 1.3em;
		width: 100%;
	}
	.footer-ligne3 p {
		text-align: center;
	}
	.logo_base_alpha{
		opacity: .03;
	}
/* presentation */
	.wrap_texte_presentation {
		max-width: 90%;
	}
	.wrap_texte_presentation h2 {
		font-size: 1.2em;
	}
	.wrap_paragraphe_column {
		columns: unset;
		margin: 20px 0 40px 0;
		text-align: center;
		font-size: .9em;
	}
	.img_full_presentation h2 {
		font-size: 1.3em;
		line-height: 1.5em;
		padding: 0 5%;
	}
	.img_full_presentation {
		height: 200px;
	}
	.derniere_section_presentation {
		padding: 20px 40px 60px 40px;
	}
/* tarifs */
	.titre_tarifs {
		font-size: 1em;
		letter-spacing: 0px;
		margin: auto;
		width: 85%;
		text-align: center;
		padding: 15px 10px;
		display: block;
		position: relative;
	}
	.wrap_texte_tarifs {
		padding: 60px 40px 50px 40px;
	}
	a.dl_ft{
		padding: 50px 20px;
	}
	.texte_ft {
		margin: 0 auto 20px auto;
		padding: 0;
	}
	.derniere_section_presentation h3 span {
		display: none;
    }
    .derniere_section_presentation {
		font-size: .8rem;
		padding: 50px 5% 60px 5%;
	}
	.encart_bleu_horaire {
		padding: 25px;
		border-radius: 30px;
	}
	.bg_top_tarifs{
		min-height: 150px !important;
	}
	.wrap_partenaires ul li {
		height: 120px;
		width: 50%;
	}
	.wrap_partenaires ul {
		max-width: 95%;
		margin: 40px auto 140px auto;
	}
	.bg_label_footer {
		width: 100%;
		height: 120px;
		background-position: center center;
	}
}

@media screen and (max-width: 450px){
/* 	body{background: aqua;} */
	.wrap_responsive .go_billeterie {
		font-size: .6em;
		width: 100px;
		left: -16vw;
		line-height: 1.5em;
		top: 27px;
	}
	.wrap_barre span {
		font-size: .7em;
	}
	.barre_abs {
		width: 14px;
		height: 8px;
		margin-left: 1px;
	}
	.barre {
		height: 1px;
	}
	.logo_nav {
		height: 80px;
		width: 45px;
	}
	.wrap_responsive .go_billeterie span {
		width: 17px;
		height: 9px;
		margin: 0px 0 -2px 0;
	}
	.logo_enceinte_footer {
		margin: 10px auto -10px auto;
	}
}

@media screen and (max-width: 350px){
/* 	body{background: aqua;} */
	.wrap_responsive .go_billeterie{
		display: none;
	}
}



html[lang="fr-FR"] .remove_en{
	display: none;
}

html[lang="en-GB"] .remove_fr{
	display: none;
}


.retour{
	clear: both;
}
.trans{
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}

/* 
	
    font-family: 'Niramit', sans-serif;
	font-family: 'Open Sans', sans-serif;
 
 
 
	cbleu : #b4d5df
*/




.attach_fixed{
	background-attachment: fixed;
}

.padding_0{
	padding: 0 !important;
}