/* ---- FONT ---- */
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,700|Open+Sans:400,700);

@font-face {
	font-family: "Open_Sans_Light";
	src: url("OpenSans-LightItalic.ttf") format("truetype");
}

/*font-family: 'Yanone Kaffeesatz', sans-serif;
font-family: 'Open Sans', sans-serif;*/

/* ---- HTML5 ---- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

/*----- DEMO ---*/
footer nav {
	display: none;
}

header {
	/*display:none;*/
}

/* ---- GLOBAL ---- */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #5381b3 url(../images/index/background-1.jpg) no-repeat top;
	/*-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;*/
}

/*body.index {
	background:none;
	-webkit-background-size:none;
	-moz-background-size:none;
	-o-background-size:none;
	background-size:none;
}*/
a {
	color: #fff;
	text-decoration: none;
	transition: color ease 0.3s;
}

.main-content a {
	color: #313b47;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #ee862a;
}

img {
	max-width: 100%;
}

a:hover img {
	/*opacity:0.6;*/
}

.clear {
	display: block;
	clear: both;
	width: 100%;
	height: 0;
	visibility: hidden;
}

#cookieChoiceInfo {
	top: unset !important;
	bottom: 0 !important;
}

#cookieChoiceInfo>div {
	margin-bottom: 10px;
}

#cookieChoiceInfo a {
	color: #ffffff;
	background: #013469;
	border-radius: 10px;
	margin: 10px;
	padding: 3px 10px 6px 10px;
}

#cookieChoiceInfo a:hover {
	color: #ee862a;
}

span.small-info-texte {
	font-size: 0.8rem;
	text-align: justify;
	padding: 5px;
}

/* ---- COMMON ---- */
.page_content {
	border-radius: 8px 8px 0 8px;
	background-color: #fff;
	padding: 25px 25px;
}

.page_content h2 {
	font: bold 1.8rem 'Yanone Kaffeesatz', sans-serif;
	color: #174c86;
	border-bottom: solid 1px #cdcdcd;
	padding-bottom: 10px;
	margin-bottom: 1rem;
}

.page_content h3 {
	font: 1.5rem 'Open_Sans_Light', sans-serif;
	color: #174c86;
	font-style: italic;
	margin-bottom: 0.5rem;
}

.page_content p {
	font: 0.9rem 'Open Sans', sans-serif;
	color: #262626;
	margin: 10px 0;
}

.page_content b {
	color: #174c86;

}

.page_content li {
	margin-bottom: 10px;
}

.erreur {
	margin: 0 0 15px 0;
	padding: 10px;
	border: dotted 1px #e2001a;
	font: 400 12px Arial, Helvetica, sans-serif;
	color: #e2001a;
	text-align: center;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.8);
}

.erreur em {
	display: none;
}

.success {
	margin: 0 0 15px 0;
	padding: 40px 20px;
	font: 700 14px Arial, Helvetica, sans-serif;
	color: #4e4b4a;
	text-align: center;
}

.bt-orange {
	display: block;
	width: 190px;
	padding: 13px 10px;
	background-color: #ee862a;
	font: 700 29px/29px 'Yanone Kaffeesatz', sans-serif;
	color: #fff;
	text-align: center;
	border-radius: 8px;
}

.bt-orange:hover {
	background-color: #4d3520;
	color: #fff;
}

.bt-bleu {
	display: inline-block;
	padding: 13px 20px;
	background-color: #8cb4d7;
	font: 700 22px/22px 'Yanone Kaffeesatz', sans-serif;
	color: #fff;
	border-radius: 8px;
}

.bt-bleu:hover {
	background-color: #ee862a;
	color: #fff;
}

.bt-blanc {
	display: inline-block;
	padding: 13px 20px;
	background-color: #fff;
	font: 700 22px/22px 'Yanone Kaffeesatz', sans-serif;
	color: #558ec3;
	border-radius: 8px;
}

.bt-blanc.mongolfiere {
	background: url(../images/index/index-17.gif) right 10px center no-repeat #fff;
	padding: 13px 52px 13px 20px;
}

a>img {
	transition: filter 0.5s ease;
}

a>img:hover {
	filter: brightness(85%);
}

/* ---- Pre made ---- */
.split {
	display: inline-block;
}

.split>p {
	margin: 0px;
}

.w-40 {
	width: 39%;
	vertical-align: top;
}

.w-50 {
	width: 49%;
	vertical-align: top;
}

.w-60 {
	width: 56%;
	margin-top: 5px;
	padding: 0px 2%;
	vertical-align: top;
}

body .mt-5 {
	margin-top: 10%;
}

/* ---- HEADER ---- */
header {
	width: 100%;
	position: fixed;
	top: 0px;
	background-color: #fff;
	z-index: 999;
}

#header-block {
	position: relative;
	width: 1000px;
	height: 72px;
	margin: 0 auto;
}

#header-logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 19%;
	height: 190px;
	min-height: 73px;
	min-width: 175px;
	/*background:url(../images/index/index_01.png) no-repeat;*/
}

#header-logo strong {
	display: none;
}

#header-block .desktop-menu {
	margin-left: 190px;
	height: 72px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#header-block .desktop-menu>ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex: 1;
	min-width: 0;
	padding-right: 12px;
}

#header-block .desktop-menu>ul>li {
	display: inline-flex;
	align-items: center;
	padding: 0 10px;
	list-style: none;
	font: 400 22px/24px 'Yanone Kaffeesatz', sans-serif;
	white-space: nowrap;
}

#header-block .desktop-menu>ul>li:first-child,
#header-block .desktop-menu>ul>li:last-child {
	padding: 0 8px;
	flex: 0 0 auto;
}

#header-block .desktop-menu>ul>li>a {
	color: #4d3520;
}

#header-block .desktop-menu>ul>li>a:hover {
	color: #ee862a;
}

#header-block .desktop-menu .bt-orange {
	float: none;
	width: auto;
	min-width: 160px;
	padding: 12px 14px;
	font: 700 26px/26px 'Yanone Kaffeesatz', sans-serif;
	white-space: nowrap;
}

.mobile-menu ul.sub_menu {
	padding: 0px 20px;
	color: #fff;
	list-style: none;
	display: none;
}

.mobile-menu .sub_menu a {
	font-size: 18px;
	font-weight: 500;
}

.overlay {
	width: 100vw;
	height: 100vh;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}

.mobile-menu {
	width: 30%;
	min-width: 250px;
	max-width: 450px;
	height: 100%;
	position: fixed;
	z-index: 2;
	top: 0;
	background: #5381b3 url(../images/index/background-1.jpg) no-repeat top;
	display: none;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	transform: translateX(100%);
	transition: transform 0.3s;
	right: 0;
}

.mobile-menu a {
	width: 50%;
	text-align: center;
	margin: 10px 0px;
	padding: 10px 0px;
	color: #ffffff;
	text-decoration: none;
	/* text-transform: uppercase; */
	font: bold 1.8rem 'Yanone Kaffeesatz', sans-serif;
	text-shadow: 2px 2px 15px black;
	transition: all ease 0.3s;
}

.mobile-menu a:hover {
	box-shadow: inset 0 0 1rem rgb(0 0 0 / 29%), 4px 4px 10px rgb(0 0 0 / 18%);
	border-left: 3px solid #5381b2;
	border-right: 3px solid #5381b2;
}

.mobile-menu__trigger {
	cursor: pointer;
	content: "";
	position: absolute;
	z-index: 3;
	width: 4rem;
	height: 72px;
	border-radius: 50%;
	top: 0;
	right: 12px;
	left: auto;
	/* background: #090d12; */
	display: none;
	justify-content: center;
	align-items: center;
}

.mobile-menu__trigger span {
	display: block;
	width: 50%;
	height: 4px;
	background: #174c86;
	position: relative;
}

.mobile-menu__trigger span::before,
.mobile-menu__trigger span::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 4px;
	right: 0;
	background: #174c86;
	transition: all 0.3s;
}

.mobile-menu__trigger span::before {
	top: -7px;
}

.mobile-menu__trigger span::after {
	top: 7px;
}

.mobile-menu.mobile-menu_open~.mobile-menu__trigger span::before {
	top: unset;
	transform: rotate(45deg);
	background: #ffffff;
}

.mobile-menu.mobile-menu_open~.mobile-menu__trigger span::after {
	top: unset;
	transform: rotate(-45deg);
	background: #ffffff;
}

.mobile-menu.mobile-menu_open~.mobile-menu__trigger span {
	background: unset;
}

.mobile-menu_open {
	transform: translateX(0%);
	box-shadow: 0 0 2rem #000;

}

.mobile-menu_open~.overlay {
	visibility: visible;
	opacity: 1;
}

.sub_menu li,
.mobile-menu .sub_menu a {
	padding: 10px 15px;
	margin: 3px 0px;
	line-height: 1;
	text-align: center;
}

.mobile-menu .current-sub-menu {
	background: #3d5f83;
	border-radius: 25px;
	text-decoration: underline;
}

.mobile-menu>.current-sub-menu {
	background: unset;
}

@media (max-width:1019px) {
	#header-block {
		width: 900px;
	}

	#beneficiaire-cadeau {
		width: 737px;
	}
}

@media (max-width:940px) {
	#header-block {
		width: 650px;
	}

	#header-block .desktop-menu {
		margin-left: 205px;
		display: block;
	}

	#header-block .desktop-menu>ul {
		display: none;
	}

	#header-block .mobile-menu {
		display: flex;
	}

	#header-block .mobile-menu__trigger {
		display: flex;
	}

	#header-block .bt-orange {
		width: 100px;
		font: 700 20px 'Yanone Kaffeesatz', sans-serif;
		float: right;
		margin-right: 82px;
		margin-top: 6px;
	}
}

@media (max-width:720px) {
	#header-block {
		width: 550px
	}
}

@media (max-width:480px) {
	#header-block {
		width: 100%
	}

	#header-block .bt-orange {
		margin-right: 72px;
	}

}

/* ---- FOOTER ---- */
div.fond-foot {
	width: 100%;
	background: url(../images/index/background-2.jpg) bottom center no-repeat;
	min-height: 478px;
}

footer {
	width: 1000px;
	margin: 0 auto;
	color: #fff;
}

footer nav {
	padding: 35px 0;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	font: 400 22px 'Yanone Kaffeesatz', sans-serif;
}

footer nav h4 {
	font-weight: 700;
	font-size: 26px;
	text-transform: uppercase;
	color: #fff;
}

footer nav ul li {
	list-style: none;
}

footer nav .footer-lists {
	float: left;
	width: 250px;
}

footer p {
	padding: 20px 0;
	font: 400 16px 'Open Sans', sans-serif;
	text-align: center;
}

@media (max-width:1019px) {
	footer {
		width: 800px;
	}
}

@media (max-width:940px) {
	footer {
		width: 650px;
	}
}

@media (max-width:720px) {
	footer {
		width: 550px;
	}
}

@media (max-width:480px) {
	footer {
		width: 100%;
	}

	footer p {
		font: 400 14px 'Open Sans', sans-serif;
		padding: 20px
	}
}

/* ---- INDEX ---- */
div.slide {
	max-width: 1920px;
	margin: auto;
}

.titre {
	padding: 10px 0 0 0;
	font: 400 35px 'Yanone Kaffeesatz', sans-serif;
	color: #ee862a;
}

.article {
	font: 400 15px 'Open Sans', sans-serif;
}

.innerSlide .article {
	width: 30%;
	position: absolute;
	top: 200px;
	left: 35%;
	z-index: 100;
}

.innerSlide .article.left {
	left: 20%;
}

.innerSlide .article.right {
	left: unset;
	right: 20%;
}

.innerSlide .article h1 {
	font: 400 43px 'Yanone Kaffeesatz', sans-serif;
	color: #FFF;
	padding: 10px 0;
}

.innerSlide .article p {
	font: 400 16px 'Open Sans', sans-serif;
	color: #FFF;
	margin-bottom: 20px;
}

.encart-slide .bt-orange {
	width: auto;
	margin-top: 30px;
}

#slide1 {
	background: url(../images/index/index-12.jpg)center -250px no-repeat fixed;
	width: 100%;
	height: 956px;
	position: relative;
}

#slide1 .innerSlide1 {
	background: url(../images/index/index-15.png)left 0 no-repeat;
	width: 100%;
	height: 780px;
	position: relative;
}

#slide1 .innerSlide2 {
	background: url(../images/index/index-16.png) center bottom no-repeat;
	width: 100%;
	height: 946px;
	position: absolute;
	left: 0;
	top: 500px;
	z-index: 9;
}

#slide2 {
	background: url(../images/index/index-15.jpg) center 0 no-repeat fixed;
	width: 100%;
	height: 1025px;
	position: relative;
	background-size: cover;
	--fleche-bas-bottom: 100px;
}

.encart-slide {
	background: #fff;
	border-radius: 10px 10px 10px 0;
	padding: 20px;
}

#encart-slide2 {
	top: 300px;
	right: 50%;
	transform: translate(520px, 0px);
	position: absolute;
	float: right;
	width: 380px;
	height: 328px;
}

#encart-slide3 {
	width: 280px;
	height: 360px;
}

#slide3 {
	background: url(../images/index/index-13.jpg) center 0 no-repeat fixed;
	width: 100%;
	height: 1025px;
	position: relative;
	background-size: cover;
	--fleche-bas-bottom: 120px;
}

#encart-slide4 {
	width: 400px;
	height: 364px;
	right: 50%;
	transform: translate(520px, 0px);
	top: 100px;
	position: absolute;
	float: right;
}

#slide4 {
	/*background:url(../images/index/slider-4.jpg) center 0 no-repeat fixed #5381b3;*/
	background: url(../images/index/slider-5.jpg) center 0 no-repeat fixed #5381b3;
	width: 100%;
	height: 943px;
	position: relative;
	--fleche-bas-bottom: 180px;
}

#encart-slide5 {
	width: 300px;
	height: 305px;
	margin-top: auto;
	margin-bottom: auto;
}

#slide5 {
	background: url(../images/index/index-14.jpg) center 0 no-repeat fixed #5381b3;
	width: 100%;
	height: 1300px;
	position: relative;
}

#slide5>div:first-child {
	height: 800px;
}

#slide5>div:last-child {
	height: 400px;
}

#slide5 .contentArticle2 {
	text-align: center;
	padding-top: 200px;
}

#slide5 .contentArticle2>div {
	width: fit-content;
	display: inline-block;
	margin: 15px 25px;
}

#slide5 .article {
	width: 100%;
	top: 150px;
	height: auto;
	position: absolute;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#slide5 .article .image-article {
	width: 640px;
	margin: 0 40px 0 0;
	height: 400px;
	text-align: center;
}

#slide5 .article .image-article>img {
	max-height: 100%;
}

.innerSlide1 .article {
	width: 45%;
	max-width: 800px;
	height: 239px;
	position: absolute;
	top: 347px;
	left: 35%;
	z-index: 100;
}

.innerSlide1 .article h1 {
	font: 400 43px 'Yanone Kaffeesatz', sans-serif;
	color: #FFF;
	padding: 10px 0;
}

.innerSlide1 .article p {
	font: 400 16px 'Open Sans', sans-serif;
	color: #FFF;
	margin-bottom: 20px;

}

#slide3 .contentArticle {
	width: 100%;
	top: 250px;
	height: auto;
	position: absolute;
}

#slide3 .contentArticle .article {
	/*width: 1000px;*/
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

#slide3 .contentArticle .article .video-article {
	width: 640px;
	margin: 0 80px 0 0;
	height: 400px;
	text-align: center;
}

#slide3 .contentArticle .article .texte-article {
	width: 278px;
	height: 393px;
	font: 400 15px 'Open Sans', sans-serif;
	color: #000;
}

#slide3 .contentArticle .article .texte-article p {
	padding: 10px 0 40px;
}

.fleche-bas-grd {
	width: 423px;
	height: 79px;
	display: block;
	margin: 0 auto;
	background: url(../images/index/index-18.png) center top no-repeat;
	z-index: 11;
	margin-top: 200px;
}

.fleche-bas-grd:hover {
	background: url(../images/index/index-18-on.png) center top no-repeat;
}

html[lang="en"] .fleche-bas-grd {
	background: url(../images/index/index-18-en.png) center top no-repeat;
}

html[lang="en"] .fleche-bas-grd:hover {
	background: url(../images/index/index-18-on-en.png) center top no-repeat;
}

div.fleche-bas {
	width: 100%;
	bottom: var(--fleche-bas-bottom, 180px);
	position: absolute;
}

div.fleche-bas a {
	width: 79px;
	height: 79px;
	display: block;
	margin: 0 auto;
	background: url(../images/index/fleche-bas.png) center top no-repeat;
	z-index: 11;

}

div.fleche-bas a:hover {
	background: url(../images/index/fleche-bas-on.png) center top no-repeat;


}

#slide4 .contentArticle {
	width: 100%;
	position: absolute;
	top: 210px;
}

#slide4 .contentArticle2 {
	width: 1000px;
	margin: 0 auto;
}

#slide4 .contentArticle .contentArticle2 .article .titre {
	font: 400 30px 'Yanone Kaffeesatz', sans-serif;
	color: #000;
}

#slide4 .contentArticle .contentArticle2 .article .texte-article {
	font: 400 16px 'Open Sans', sans-serif;
	color: #000;
}

#slide4 #logo-facebook {
	width: 87px;
	height: 92px;
	float: left;
	margin: 0 0 0 20px;
}

#slide4 #logo-trip {
	width: 168px;
	height: 92px;
	float: left;
	margin: 0 0 0 20px;
}

.footer-index {
	position: absolute;
	bottom: 20px;
	width: 100%;
}

#slide2,
#slide3,
#slide4 {
	overflow: hidden;
}

@media (max-width: 1024px) {
	.innerSlide1 .article {
		width: 70%;
		left: 25%;
	}

	#slide3 .contentArticle {
		top: 150px;
	}

	#slide3 div.fleche-bas {
		bottom: 120px;
	}

	#slide3 .contentArticle .article {
		flex-direction: column;
	}

	#slide3 .contentArticle .article .video-article,
	#slide3 .contentArticle .article .texte-article {
		margin: auto;
	}
}

@media (max-width: 724px) {
	#slide1 .innerSlide1 .article {
		width: 80%;
		left: 10%;
	}

	#slide2 #encart-slide2 {
		right: 5%;
	}

	#slide3 .contentArticle .article .video-article {
		width: 80vw;
		height: 50vw;
	}

	#slide3 .contentArticle .article .video-article iframe {
		width: 100%;
		height: inherit;
	}
}

/* ---- MAIN ---- */
#main {
	width: 1000px;
	min-height: 700px;
	margin: 72px auto 0 auto;
	padding: 40px 0;
}

.main-header {
	float: right;
	width: 75%;
	margin-left: 25%;
	margin-bottom: 40px;
	padding: 0 10px;
	color: #fff;
}

.main-header h1 {
	font: 400 43px 'Yanone Kaffeesatz', sans-serif;
}

.main-header p {
	margin-top: 10px;
	font: 400 16px 'Open Sans', sans-serif;
	min-height: 22px;
}

.main-content {
	float: left;
	width: 590px;
}

.content-wide.main-content {
	width: 640px;
}

.main-generique {
	width: 90%;
	margin: 40px 0;
	padding: 30px;
	background: url(../images/index/index_11.png);
	border-radius: 8px;
}

.main-content li {
	/*list-style: none;*/
	margin-left: 15px;
	padding-top: 3px;
	font: 0.9rem 'Open Sans', sans-serif;
}

.main-content ul.trombi_equipe,
.main-content ul.trombi_montgolfieres {
	display: flex;
	width: 100%;
	list-style: none;
}

.main-content .trombi_pilote {
	margin: auto;
}

.main-content .trombi_pilote,
.main-content ul.trombi_equipe li,
.main-content ul.trombi_montgolfieres li {
	display: flex;
	flex-direction: column;
	width: 44%;
	text-align: center;
	padding: 0px 1%;
}

@media (max-width: 600px) {
	.main-content ul.trombi_equipe {
		flex-wrap: wrap;
	}

	.main-content ul.trombi_equipe li {
		width: 43%;
	}
}

.main-content .trombi_pilote {
	width: fit-content;
}

.main-content .trombi_pilote img,
.main-content ul.trombi_equipe li img {
	width: 200px;
	/*height: 200px;*/
	object-fit: contain;

}

@media (max-width:1040px) {
	#slide3 {
		height: 1240px;
	}

	#slide3 .contentArticle .article {
		align-items: center;
	}

	#slide3 #encart-slide3,
	#slide5 #encart-slide5 {
		margin-top: 50px;
	}

	#encart-slide4 {
		right: 50%;
		transform: translate(50%, 0px);
	}

	#slide5 {
		height: 1450px;
	}
}

@media (max-width:1019px) {
	#main {
		width: 900px;
	}

	.main-header {
		margin: 0 auto 40px;
		width: 400px;
		float: none;
	}

	/*.main-content { margin: 0 auto; float:left; }*/
	#slide5 .article .image-article {
		margin: auto;
		height: auto;
	}
}

@media (max-width:940px) {
	#main {
		width: 700px;
	}

	.main-header {
		margin: 0 auto 40px;
		width: 400px;
		float: none;
	}

	.main-content {
		margin: 0 auto;
		float: none;
		width: 100%;
	}

	#slide2 #encart-slide2 {
		transform: unset;
		right: 5%;
		width: 300px;
		height: 400px;
	}
}

@media (max-width:770px) {
	#main {
		width: 100%;
	}

	.main-header {
		margin: 0 auto 40px;
		width: 90%;
		float: none;
	}

	.main-content {
		margin: 0 auto;
		width: 90%;
		float: none;
		padding: 15px 5%;
	}

	.main-header h1 {
		font: 400 25px 'Yanone Kaffeesatz', sans-serif;
	}

	.main-header p {
		font: 400 13px 'Open Sans', sans-serif;
	}

}

@media (max-width:770px) {
	#slide1 {
		height: 1030px;
	}

	#slide1 .innerSlide2 {
		top: 690px;
	}

	.fleche-bas-grd {
		background: url(../images/index/fleche-bas.png) center top no-repeat;
	}

	.fleche-bas-grd:hover {
		background: url(../images/index/fleche-bas-on.png) center top no-repeat;
	}
}

@media (max-width:499px) {
	#encart-slide4 {
		width: 320px;
		height: 465px;
	}
}

/* ---- ASIDE ---- */
#main aside {
	float: right;
	width: 330px;
	color: #fff;
}

#main aside h3 {
	margin-bottom: 15px;
	padding: 0 15px;
	font: 400 35px 'Yanone Kaffeesatz', sans-serif;
}

#main aside ul li {
	min-height: 35px;
	margin-top: 10px;
	padding: 0 15px;
	font: 400 16px 'Open Sans', sans-serif;
	list-style: none;
}

#main aside ul li img {
	float: left;
	margin-right: 10px;
}

#main aside ul li.step-on {
	color: #2b4f76;
}

#main aside #bon-cadeau {
	display: block;
	width: 235px;
	height: 113px;
	margin-top: 20px;
	padding: 40px 0 0 95px;
	background: url(../images/index/index_04.png) top no-repeat;
	color: #313b47;
}

#main aside #bon-cadeau h5 {
	font: 400 35px 'Yanone Kaffeesatz', sans-serif;
}

#main aside #bon-cadeau p {
	font: 400 16px 'Open Sans', sans-serif;
	color: #313b47;
}

#main aside.aside_menu ul li {
	margin: 5px 0;
	padding: 5px 30px;
	background: #306196;
	padding-right: 5px;
	min-height: unset;
	transition: all 0.3s;
}

#main aside.aside_menu ul li.current_page,
#main aside.aside_menu ul li:hover {
	background: #174c86;
}

#main aside.aside_menu ul li:hover a {
	color: #a5a5a5;
}

#main aside.aside_menu ul li:first-child {
	border-radius: 8px 8px 0 0;
}

#main aside.aside_menu ul li:last-child {
	border-radius: 0 0 8px 8px;
}

@media (max-width:1019px) {
	#main aside {
		width: 236px;
	}

	#main aside h3 {
		font: 400 25px 'Yanone Kaffeesatz', sans-serif;
	}

	#main aside #bon-cadeau p {
		font: 400 13px 'Open Sans', sans-serif;
		color: #313b47;
	}

	#main aside #bon-cadeau h5 {
		font: 400 25px 'Yanone Kaffeesatz', sans-serif;
	}
}

@media (max-width:1019px) and (min-width:940px) {
	#main aside #bon-cadeau {
		width: 152px;
		background: url(../images/index/index_04.png) top left no-repeat;
		border-radius: 5px;
	}
}

@media (max-width:940px) {

	#main aside .aside-none {
		width: 330px;
		margin-bottom: 20px;
	}

	#main aside {
		float: none;
		margin: 20px auto;
		width: 100%;
	}

	#main aside #bon-cadeau,
	#main aside .aside-none {
		margin: 0 auto 25px;
		display: block;
	}

}

@media (max-width:480px) {
	#main aside #bon-cadeau {
		width: 152px;
		background: url(../images/index/index_04.png) top left no-repeat;
		border-radius: 5px;
	}
}

/* ---- GALERIE ---- */
#galerie {
	text-align: center;
}

#galerie .img_div.img_hover,
#galerie .img_div.img_hover img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

#galerie .img_div.img_hover {
	margin: 1% 1%;
	width: 48%;
	position: relative;
	display: inline-block;
	overflow: hidden;
}

#galerie .img_div .img_alt {
	width: fit-content;
	position: absolute;
	bottom: 15px;
	right: 50%;
	transform: translate(50%, 0%);
	font: bold 16px 'Open Sans', sans-serif;
	color: #fff;
	background: #0000006e;
	border-radius: 10px;
	transition: all 0.3s;
	padding: 5px 10px;
}

#galerie .img_hover {
	cursor: pointer;
	transition: 0.3s;
}

#galerie .img_hover:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#galerie .img_div.img_hover:hover .img_alt {
	background: #000000b8;
}

@media (max-width:666px) {
	#galerie .img_div.img_hover {
		width: 45%;
	}
}

@media (max-width:410px) {
	#galerie .img_div.img_hover {
		width: 95%;
	}
}

/* ---- TARIFS ---- */
#tarifs-content {
	border-radius: 8px 8px 0 8px;
	background-color: #fff;
}

#tarifs-content h2 {
	padding: 10px 20px;
	font: 700 16px 'Open Sans', sans-serif;
	color: #5381b3;
}

#tarifs-content ul li {
	border-top: solid 3px #5381b3;
	font: 400 35px 'Yanone Kaffeesatz', sans-serif;
	list-style: none;
}

#tarifs-content ul li a {
	display: block;
	padding: 10px 20px;
	background: url(../images/index/index_09.png) 570px 15px no-repeat;
	color: #5381b3;
}

#tarifs-content ul li a:hover {
	background-color: #f1f1f1;
}

#tarifs-content ul li a strong {
	float: left;
	display: inline-block;
	width: 180px;
	font-weight: normal;
}

#tarifs-content ul li a em,
#tarifs-content ul li a i {
	float: right;
	display: inline-block;
	width: 180px;
	font-style: normal;
}

#tarifs-content ul li a i {
	font: 700 16px/35px 'Open Sans', sans-serif;
}

#tarifs-content ul li a .tarifs-pers {
	float: left;
	display: inline-block;
	width: 180px;
}

@media (max-width:720px) {
	#tarifs-content ul li a .tarifs-pers {
		display: none;
	}

	#tarifs-content ul li {
		font: 400 29px 'Yanone Kaffeesatz', sans-serif;
	}

	#tarifs-content ul li a {
		background: url(../images/index/index_09.png) center right 19px no-repeat;
	}

	#tarifs-content ul li a strong {
		width: 121px;
	}
}

@media (max-width:420px) {
	#tarifs-content ul li {
		font: 400 22px 'Yanone Kaffeesatz', sans-serif;
	}

	#tarifs-content ul li a strong {
		width: 93px;
	}

	#tarifs-content ul li a em,
	#tarifs-content ul li a i {
		width: 136px;
	}
}

/* ---- BILLETS ---- */
#billet-content h2 {
	padding: 15px 30px;
	background-color: #ee862a;
	border-radius: 8px 8px 0 0;
	font: 400 35px 'Yanone Kaffeesatz', sans-serif;
	color: #fff;
}

#billet-content h2 strong {
	float: left;
	display: inline-block;
	width: 180px;
	font-weight: normal;
}

#billet-content h2 .tarifs-pers {
	float: left;
	display: inline-block;
	width: 180px;
}

#billet-content h2 em {
	float: right;
	display: inline-block;
	width: 110px;
	text-align: right;
	font-style: normal;
}

#billet-content-bg {
	padding: 20px;
	background-color: #fff;
	border-radius: 0 0 0 8px;
}

#billet-content-bg p {
	float: left;
	width: 380px;
	font: 400 16px 'Open Sans', sans-serif;
	color: #2b4f76;
}

#billet-content-bg .bt-orange {
	float: right;
}

#billet-content-bg ul {
	margin-top: 20px;
}

#billet-content-bg ul li {
	float: left;
	width: 275px;
	height: 200px;
	margin-bottom: 20px;
	list-style: none;
	padding: 0px;

}

#billet-content-bg ul li a {
	display: block;
	width: 100%;
	height: 200px;
	overflow: hidden;
	float: left;
}

#billet-content-bg ul li.billet-content-gallery {
	margin-right: 20px;
}

@media (max-width:720px) {
	#billet-content-bg p {
		font: 400 12px 'Open Sans', sans-serif;
		width: 90%;
		margin: 0 auto;
		float: none;
	}

	#billet-content-bg .bt-orange {
		margin: 10px auto;
		float: none;
	}

	#billet-content-bg ul li {
		width: 100%
	}

	#billet-content-bg ul li a {
		display: block;
		margin: 0 auto;
		width: 295px;
		height: 200px;
		overflow: hidden;
		float: none;
	}
}

@media (max-width:550px) {
	.billet-pers {
		display: none;
	}

}

@media (max-width:420px) {
	#billet-content-bg ul li a {
		display: block;
		margin: 0 auto;
		width: 90%;
		overflow: hidden;
		float: none;
	}

	#billet-content h2 {
		font: 400 26px 'Yanone Kaffeesatz', sans-serif;
	}

	#billet-content h2 strong {
		width: 121px;
	}

	#billet-content h2 em {
		width: 83px;
	}

}

/* ---- BENEFICIAIRE ---- */
#beneficiaire-content h2 {
	padding: 15px 30px;
	background-color: #ee862a;
	border-radius: 8px 8px 0 0;
	font: 400 35px 'Yanone Kaffeesatz', sans-serif;
	color: #fff;
}

#beneficiaire-content em {
	float: right;
	display: block;
	width: 180px;
	font-style: normal;
	text-align: right;
	text-transform: uppercase;
}

#beneficiaire-content em label {
	margin-right: 10px;
}

.beneficiaire-content-bg {
	margin-bottom: 15px;
	padding: 20px;
	background-color: #fff;
	border-radius: 0 0 0 8px;
	font: 400 16px 'Open Sans', sans-serif;
	color: #2b4f76;
}

.beneficiaire-content-bg strong,
.beneficiaire-content-bg b {
	float: left;
	display: block;
	width: 165px;
	margin: 0 10px 5px 0;
	padding: 5px 10px;
	font-weight: 400;
	text-align: right;
}

.beneficiaire-content-bg b {
	width: 380px;
	font-weight: 700;
	text-align: left;
}

.beneficiaire-content-bg input[type=text],
.beneficiaire-content-bg textarea,
.beneficiaire-content-bg select {
	float: left;
	width: 285px;
	margin-bottom: 5px;
	padding: 5px 10px;
	border: none;
	background-color: #bdd7f4;
	font: 400 16px/16px 'Open Sans', sans-serif;
	color: #2b4f76;
}

.beneficiaire-content-bg textarea {
	height: 80px;
}

.beneficiaire-content-bg select {
	background-color: #5381b3;
	color: #fff;
}

.beneficiaire-content-bg #input-codepostal {
	width: 100px;
}

.beneficiaire-content-bg #nom_cadeau,
.beneficiaire-content-bg #commentaire_cadeau {
	width: 590px;
}

.beneficiaire-content-cadeau strong {
	width: 250px;
}

.beneficiaire-content-bg i {
	float: left;
	display: inline-block;
	margin-left: 5px;
	padding: 5px 0;
}

#beneficiaire-cadeau {
	display: none;
}

#beneficiaire-content-submit {
	padding-top: 20px;
	font: 400 16px 'Open Sans', sans-serif;
	color: #fff;
	text-align: center;
}

#beneficiaire-submit {
	margin: 20px auto;
	cursor: pointer;
}

.beneficiaire-content-bg i.fac-hidden {
	display: none;
}

@media (max-width:720px) {

	.beneficiaire-content-bg strong,
	.beneficiaire-content-bg b {
		text-align: left;
		margin: 0 10px 1px 0;
		width: 60%
	}

	.beneficiaire-content-bg #nom_cadeau,
	.beneficiaire-content-bg #commentaire_cadeau {
		width: 90%;
	}


}

@media (max-width:420px) {
	#beneficiaire-content h2 {
		font: 400 23px 'Yanone Kaffeesatz', sans-serif;
	}

	.beneficiaire-content-bg strong,
	.beneficiaire-content-bg b {
		text-align: left;
		margin: 0 10px 1px 0;
		width: 75px;
	}

	.beneficiaire-content-bg strong.grand {
		min-width: 160px;
	}

	.beneficiaire-content-bg strong.grand2 {
		min-width: 214px;
	}

	.beneficiaire-content-bg input[type=text],
	.beneficiaire-content-bg textarea,
	.beneficiaire-content-bg select {
		width: 90%;
		margin-bottom: 0px;
	}

	.beneficiaire-content-bg #nom_cadeau,
	.beneficiaire-content-bg #commentaire_cadeau {
		width: 90%
	}

	.beneficiaire-content-bg i {
		display: none;
	}

	.beneficiaire-content-bg i.fac-hidden {
		display: block;
		font-size: 15px;
	}

	#beneficiaire-content em {
		text-align: left;
	}

	.beneficiaire-content-bg {
		font: 400 14px 'Open Sans', sans-serif;
	}
}

/* ---- PASSAGERS ---- */
#passager-content h2 {
	padding: 15px 30px;
	background-color: #ee862a;
	border-radius: 8px 8px 0 0;
	font: 400 35px 'Yanone Kaffeesatz', sans-serif;
	color: #fff;
}

#passager-content h2 img {
	margin-right: 20px;
}

#passager-content-submit {
	padding-top: 20px;
}

#passager-content-submit a {
	float: left;
	margin: 10px 0;
}

#passager-submit {
	float: left;
	margin-left: 160px;
	cursor: pointer;
}

@media (max-width:550px) {
	#passager-submit {
		margin-left: 0;
		float: right;
	}

	#passager-submit.bt-orange {
		width: 140px;
	}
}

/* ---- PAIEMENT ---- */
#paiement-content h2 {
	padding: 15px 30px;
	background-color: #ee862a;
	border-radius: 8px 8px 0 0;
	font: 400 35px 'Yanone Kaffeesatz', sans-serif;
	color: #fff;
}

#paiement-cadeau {
	width: 450px;
	height: 84px;
	margin-top: 20px;
	padding: 30px 0 0 160px;
	background: url(../images/paiement/paiement_01.jpg) no-repeat;
	font: 400 16px 'Open Sans', sans-serif;
	color: #313b47;
}

#paiement-cadeau h3 {
	font: 400 35px 'Yanone Kaffeesatz', sans-serif;
}

#paiement-paybox {
	width: 530px;
	padding: 40px;
	border-radius: 8px;
	background: #c8cdd4 url(../images/paiement/paiement_02.png) 40px 30px no-repeat;
}

#paiement-paybox-submit {
	width: 250px;
	float: right;
	cursor: pointer;
}

#paiement-cheque {
	margin-top: 20px;
}

#paiement-cheque p {
	float: left;
	width: 420px;
}

#paiement-cheque-submit {
	float: right;
	margin-right: 40px;
	cursor: pointer;
}

@media (max-width:720px) {
	#paiement-cadeau {
		width: 140px;
		font: 400 12px 'Open Sans', sans-serif;
		border-radius: 0 5px 0 0;
		padding: 30px 0 0 105px;
	}

	#paiement-cadeau h3 {
		font: 400 16px 'Yanone Kaffeesatz', sans-serif;
	}

	#paiement-content .beneficiaire-content-bg b {
		width: 90%
	}

	#paiement-paybox {
		width: 177px;
	}

	#paiement-paybox-submit {
		width: 236px;
		float: right;
		margin: 99px -31px 0 0;
	}

	#paiement-cheque p {
		width: auto
	}
}

/* ---- PAIEMENT > RESULTAT ---- */
#paiement-resultat {
	width: 600px;
	margin: 0 auto;
	color: #5381b3;
	text-align: center;
}

#paiement-resultat h1 {
	font: 400 35px 'Yanone Kaffeesatz', sans-serif;
	margin-bottom: 20px;
}

#paiement-resultat p {
	font: 400 16px 'Open Sans', sans-serif;
}

@media (max-width:720px) {
	#paiement-resultat {
		width: 60%;
	}

}

@media (max-width:550px) {

	#paiement-resultat h1 {
		font: 400 23px 'Yanone Kaffeesatz', sans-serif;
		margin-bottom: 20px;
	}

	#paiement-resultat p {
		font: 400 13px 'Open Sans', sans-serif;
	}
}

/*  Galerie photo  */
/* The Modal (background) */
#modalPhoto {
	/*display: none;*/
	position: fixed;
	z-index: 9999;
	left: 50%;
	top: 50%;
	width: 0;
	height: 0;
	overflow: auto;
	background-color: #000000c7;
	transition: all ease 0.3s;
	transform-origin: top;
	transform: translate(-50%, -50%);
	opacity: 0;
}

#modalPhoto.modalOpen {
	width: 100vw;
	height: 102vh;
	opacity: 1;
}

/* Modal Content */
#modalPhoto .modal-content {
	position: relative;
	/*background-color: #fefefe;*/
	margin: auto;
	padding: 0;
	width: 90%;
	max-width: 1200px;
}

#modalPhoto #modal-galerie img {
	max-height: 100vh;
	object-fit: scale-down;
	height: 100vh;
}

#modalPhoto .numbertext {
	color: white;
	position: fixed;
	z-index: 10;
	top: 10px;
	left: 150px;
	font: 1rem 'Open Sans', sans-serif;
}

#modalPhoto .caption-container {
	text-align: center;
	background-color: #0000008a;
	border-radius: 8px;
	padding: 2px 16px;
	color: white;
	position: fixed;
	z-index: 10;
	bottom: 10px;
	right: 50%;
	transform: translate(50%, 0);
	font: 1.9rem 'Open Sans', sans-serif;
}

/* The Close Button */
#modalPhoto .close {
	color: white;
	position: absolute;
	top: 0px;
	right: 40px;
	font-size: 50px;
	font-weight: bold;
	height: 45px;
	z-index: 9;
}

#modalPhoto .close:hover,
#modalPhoto .close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}

#modalPhoto .mySlides {
	display: none;
}

/* Next & previous buttons */
#modalPhoto .prev,
#modalPhoto .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
}

/* Position the "next button" to the right */
#modalPhoto .next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
#modalPhoto .prev:hover,
#modalPhoto .next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

.header-tools {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-shrink: 0;
}

html[lang="en"] #header-block .desktop-menu .bt-orange {
	min-width: 150px;
	padding: 12px 14px;
	font: 700 24px/24px 'Yanone Kaffeesatz', sans-serif;
}

.language-switcher {
	position: relative;
	display: inline-block;
	z-index: 20;
}

.language-switcher__toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 64px;
	height: 44px;
	padding: 0 14px;
	border: 1px solid #d6d6d6;
	background: #ffffff;
	color: #174c86;
	font: 700 16px 'Open Sans', sans-serif;
	letter-spacing: 0.08em;
	cursor: pointer;
	box-sizing: border-box;
}

.language-switcher__menu {
	position: absolute;
	right: 0;
	top: calc(100% + 6px);
	background: #ffffff;
	border: 1px solid #d6d6d6;
	min-width: 130px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.language-switcher__menu[hidden] {
	display: none !important;
}

.language-switcher__menu li {
	list-style: none;
}

.language-switcher__option {
	display: block;
	padding: 10px 12px;
	font: 600 14px 'Open Sans', sans-serif;
	color: #313b47;
}

.language-switcher__option:hover {
	background: #f5f5f5;
}

.mobile-menu__lang {
	display: flex;
	gap: 10px;
	margin-top: 16px;
}

.mobile-menu__lang-link {
	font: 700 14px 'Open Sans', sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.mobile-menu__lang-link.is-active {
	text-decoration: underline;
}

@media screen and (max-width: 939px) {
	.desktop-menu .header-tools {
		display: block;
		width: auto;
		margin-left: 0;
	}

	.desktop-menu .header-tools .language-switcher {
		display: none;
	}

	#header-block .desktop-menu .bt-orange,
	html[lang="en"] #header-block .desktop-menu .bt-orange {
		width: 100px;
		min-width: 0;
		margin: 6px 82px 0 auto;
		padding: 13px 10px;
		font: 700 20px/20px 'Yanone Kaffeesatz', sans-serif;
		white-space: normal;
	}

	.language-switcher__toggle {
		min-width: 52px;
		height: 40px;
		padding: 0 10px;
		font-size: 14px;
	}
}

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

	#header-block .desktop-menu .bt-orange,
	html[lang="en"] #header-block .desktop-menu .bt-orange {
		margin: 6px 72px 0 auto;
	}
}