body, html {
	font-family: TradeGothic, sans-serif, arial;
	margin: 0;
	padding: 0;
	font-size:20px;
	line-height: 1.3;
}

.main-page {
	min-width: 500px;
	max-width: 1600px;
	margin:0 auto;
}

.section {
	position: relative;
	margin: 0;
}

h1 {
	margin: 0;
}

.txt-uppercase {
	text-transform: uppercase;
}

.txt-center {
	text-align: center;
}

.section h1 {
	font-size: 190px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	line-height: 1em;
	margin-bottom: -20px;
}

.section h2 {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}

#section1 {
	color: #fff;
	padding-top: 340px;
	background: rgba(0,19,62,1) url(./assets/strate-1-sm.jpg) 50% 0 no-repeat;
	background-size: 100% auto;
	height: 1110px;
	position: relative;
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
}

#section1 .date {
	color: #eb1d5d;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 1em;
}

@media screen and (min-width: 800px) {
	#section1 {
		background-color: transparent;
		background-image: url(./assets/strate-1.jpg);
		background-size: auto;
		max-width: initial;
		padding-top: 625px;
		height: 1411px;
	}

	#section1 .date {
		color: #eb1d5d;
		text-transform: uppercase;
		font-size: 40px;
	}
}

#section1 .content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 29px;
}

/* FILMS */
#section2 {
	background: rgb(0,66,140);
	background: linear-gradient(0deg, rgba(0,66,140,1) 0%, rgba(0,19,62,1) 100%);
	padding-top: 80px;
}

#section2 h1 {
	color: #ffed00;
}

#section2 h2 {
	color: #ffed00;
}

/* FOOD*/
#section3 {
	background: rgb(0,66,140);
	background: linear-gradient(180deg, rgba(0,66,140,1) 0%, rgba(142,150,199,1) 85%, rgba(230,203,234,1) 100%);
	color: #fff;
	padding-top: 100px;
}

.section .container {
	width: auto;
	max-width: initial;
	padding: 0 100px;
}

#section3 h1 {
	color: #41c0f0;
}

#section3 h2 {
	color: #41c0f0;
}

.slider {
	padding: 0 100px;
	margin: 0 -100px;
}

.slider-food {
	text-align: center;
}

.slider-food img {
	margin-bottom: 1em;
}

.food-title {
	color: #41c0f0;
	font-weight: 700;
}

.slider .prev,
.slider .next {
	position: absolute;
	top: 50%;
	width: 90px;
	height: 60px;
	background: transparent url(./assets/slider-arrow.png) 0 0 no-repeat;
}

.slider .prev {
	left:0;
	background-position: -30px -80px;
}

.slider .next {
	right: 0;
	background-position: -202px -80px;
}

/* FUN */
#section4 {
	background: rgb(232,203,234);
	background: linear-gradient(180deg, rgba(232,203,234,1) 0%, rgba(254,173,110,1) 77%, rgba(255,154,0,1) 97%, rgba(255,154,0,1) 100%);
	color: #051538;
	padding-top: 95px;
	padding-bottom: 80px;
}

#section4 h1 {
	color: #eb1d5d;
}

#section4 h2 {
	color: #eb1d5d;
}

.fun-item img {
	margin-bottom: 1em;
}

.fun-item .fun-title {
	color: #eb1d5d;
	font-weight: 700;
	text-align: center;
}

/* PLAN */
#section5 {
	background: #ff9a00; /* Old browsers */
	background: linear-gradient(to bottom,  #ff9a00 0%,#ff9a00 66%,#ff8c00 76%,#ff6100 96%,#ff5e00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	padding-bottom: 75px;
}

#section5 h1 {
	font-size: 48px;
	margin-bottom: 40px;
	padding-top: 20px;
}

.map-footer {
	border: 1px dotted;
	padding: 20px 30px;
}

/* PARADISIO */
#section6 {
	color: #fff;
	background: transparent url(./assets/strate_cinema.jpg) 50% 0 no-repeat;
	min-height: 495px;
	text-align: center;
	padding-top: 60px;
}

#section6 h1 {
	font-size: 48px;
}

#section6 h1 span {
	display:block;
}

#section6 ul {
	list-style: none;
}

#section6 ul li {
	margin-bottom: 15px;
}

/* PRODUCTEUR */
#section7 {
	text-align: center;
}

#section7 h1 {
	font-size: 48px;
}

.partner_logo {
	margin: 60px 0;
}

.partner_logo img {
	margin: 0 20px;
}

/* FOOTER */
#section8 {
	background-color: #e6e6e6;
	color: #051538;
	padding-top: 70px;
}

#section8 .row {
	flex-direction: column;
}

@media screen and (min-width: 800px) {
	#section8 .row {
		flex-direction: row;
	}
}

#section8 .title-tx {
	text-transform: uppercase;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 1em;
	margin-top: 1em;

}

#section8 nav ul {
	list-style: none;
	padding: 0;
}

#section8 nav ul a {
	font-weight: 700;
	text-transform: uppercase;
	color: #051538;
}

#section8 .bottom {
	border-top: 1px dotted;
	padding: 10px 0 10px 0;
	text-align: center;
}

#section8 .bottom .mk2 {
	margin-top: -2px;
}

#section8 .bottom a {
	color: #051538;
	font-weight: 700;
	text-decoration: underline;
}

nav a.btn, .btn{
    position: relative;
    border: 1px solid #eb1d5d;
    border-radius: 0px;
    background: #eb1d5d;
    color: #FFF;
	margin-right: 20px;
	text-transform: uppercase;
	font-weight: 700;
	padding: .375rem .75rem;
	z-index: 1;
}

nav a.btn:before, .btn:before {
  content: " ";
  position: absolute;
  z-index: 9999;
  top: 3px;
  left: 5px;
  right: -6px;
  bottom: -5px;
  border: 1px solid #eb1d5d;
}

nav a.btn:hover, .btn:hover {
  color: #ffed00;
}

.btn-plan{
	width: 100%;
}

.btn.btn-white {
    border-color: #ffffff;
    background: #ffffff;
    color: #051538;
}

.btn.btn-white:before {
	border-color: #ffffff;
}

h1 {
	font-size: 50px;
	margin-bottom: 25px;
}

.title-top {
	font-size: 60px;
	padding-bottom: 30px;
}

.title-bottom {
	font-size: 30px;
}

.title-tx {
	font-size: 20px;
	opacity: 0.8;
}

.nav {
	position: fixed;
	left:0;
	width: 100%;
	top: 30px;
	z-index: 9;
	justify-content: center;
}

.nav nav {
	display:flex;
}

.nav span {
	display: none;
}

@media screen and (min-width: 800px) {
	.nav span {
		display: inline;
	}
}

.nav a {
	padding: 7px 0px;
	border-radius: 7px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	text-decoration: none;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}

.nav a.active {

}

.nav a:hover {

}

.nav a + a {
	margin-left: 20px
}
@media screen and (min-width: 800px) {
	.nav a + a {
	margin-left: 40px
}
}

.fork-wr img {
	position: fixed;
	z-index: 99;
	top: 0;
	right: 0;
	border: 0;
}

ul#menu-date {
	border-top: 1px dotted #fff;
	color: #fff;
	display: flex;
    flex-direction: row;
	justify-content: space-between;
	list-style: none;
	margin: 0 0 65px 0;
	padding: 0;
	font-size: 30px;
}

ul#menu-date li {
	flex:1;
	font-size: 40px;
	font-weight: 700;
	line-height: 0.9em;
	text-align: center;
	margin: 0;
	padding: 3px 0 0 0;
	position: relative;
	z-index: 1;
	height: 122px;
}

ul#menu-date li.active {
	color: #051538;
}

ul#menu-date li.active:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 122px 72.5px 0 72.5px;
	border-color: #ffed00 transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	transform: translate3d(-50%, 0, 0);
}

ul#menu-date li:hover {
	cursor: pointer;
}

ul#menu-date li span {
	visibility: hidden;
	display: block;
	text-transform: uppercase;
	font-size: 28px;
}

ul#menu-date li.active span {
	visibility: visible;
}

.movie { 
	display: none;
	color: #fff;
}

.movie .movie-title {
	color: #ffed00;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
}

.movie.active { 
	display: block; 
}

.movie .movie-picture {
	flex-basis: 450px;
	flex-grow: initial;
}

@media screen and (max-width: 700px) {
	.movie > .row { 
		flex-direction: column;
	}

	.movie .movie-picture {
		margin-bottom: 1em;
	}

	.movie .movie-picture img {
		display: block;
		margin: 0 auto;
	}
}

/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }

  .notice {
	  border: 1px dotted;
	  color: #051538;
	  text-align: center;
	  font-weight: 700;
	  text-transform: uppercase;
	  line-height: 1em;
	  padding-top: 0.5em;
	  padding-bottom: 0.5em;
  }

.faq-page {
	background: transparent url(./assets/faq.jpg) 50% 0 no-repeat;
	padding-top: 230px;
}

@media screen and (max-width: 640px) {
	.faq-page {
		background: transparent url(./assets/faq-sm.jpg) 50% 0 no-repeat;
		padding-top: 130px;
	}
}


.faq-header h1 {
	font-size: 240px;
	text-align: center;
	font-weight: 700;
	color: #031a48;
}

@media screen and (max-width: 640px) {
	.faq-header h1 {
		font-size: 120px;
	}
}

.accordion {
	padding-bottom: 50px;
	color: #031a48;
	padding-top: 10px;
}

.accordion h2 {
	font-size: 30px;
	font-weight: 700;
	margin-top: 80px;
	margin-bottom: 55px;
}

.accordion > .card {
	border-width: 0;
	padding: 0;
	margin: 36px 0;
}

.accordion > .card .card-header {
	background-color: transparent;
	padding: 0;
	border-width: 0;
}

.accordion > .card .card-header h3 {
	font-size: 28px;
	font-weight: 700;
	margin: 0;
}

.accordion > .card .card-header  button {
	background-color: transparent;
	padding: 0;
	border-width: 0;
	outline: 0;
	text-align: left;
}


.accordion > .card .card-body {
	border-left: 6px solid #41c0f0;
	padding: 0 0 0 24px;
	margin: 17px 0 0 0;
}

.footer #section6 {
	overflow: hidden;
}
.footer #section8 {
	padding-top: 0;
}

.footer #section8 .bottom {
	border-top: 0;
}

@font-face {
 font-family: "TradeGothic";
 src: url("./assets/fonts/TradeGothicLTStd-Cn18.otf") format("truetype");
 font-weight: 400;	
}

@font-face {
 font-family: "TradeGothic";
 src: url("./assets/fonts/TradeGothicLTStd-BdCn20.otf") format("truetype");
 font-weight: 700;
}




/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content/Box */
  .modal-content {
	background-color: none;
	margin: 15% auto; /* 15% from the top and centered */
	padding: 20px;
	width: 80%; /* Could be more or less, depending on screen size */
  }
  
  /* The Close Button */
  .close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
  }

  video {
	  width: 100%;
  }

  .modal-body {
	  padding: 0;
	  width: 50%;
	  margin: auto;
  }

  .modal-content {
	padding: 0;
	background-color: none;
	height: 0;
  }

  a.boxclose {
    position: absolute;
    right: -13px;
    height: 30px;
    width: 30px;
    background: #000;
    border-radius: 50%;
	top: -15px;
	cursor: pointer;
	z-index: 1;
}

.boxclose:before {
	content: "×";
    position: absolute;
    color: #fff;
    right: 7px;
    top: -2px;
    font-size: 27px;
}

.mk2-text {
	margin-top: 20px;
}


.navbar {
	background: rgba(0,0,0,0.4) !important;
 }

 .navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #ffed00;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,66,140,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }

 .navbar-light .navbar-nav .nav-link {
	color: #fff !important;
	text-transform: uppercase;
}

li.nav-item {
	padding-right: 20px;
}

.nav-item a {
	text-transform: uppercase;
	color:#FFF;
}


@media only screen and (min-device-width : 320px) and (max-device-width : 480px) { 
	.modal-body {
		padding: 0;
		width: 100%;
		margin: auto;
	}

	.btn {
		position: relative;
		border: 1px solid #eb1d5d;
		border-radius: 0px;
		background: #eb1d5d;
		color: #FFF;
		margin-right: 20px;
		text-transform: uppercase;
		font-weight: 700;
		padding: .375rem .75rem;
		z-index: 1;
		width: 100%;
		margin-bottom: 15px;
	}

	.movie .movie-title {
		padding-top: 15px;
	}

	.mk2-hhsYU {
		width: 95%;
	}



}

.mk2-AsZ3h {
	color: red;
	margin-top: 15px;
}

.form-group input {
	border-radius: 0;
}