body {
  padding: 0px;
  margin: 0px;
  background-color: #f9f9f9;
}

h1{
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 30px;
}

h2{
	font-weight: bold;
	font-size: 16px;
	margin: 0px;
}

p{
	margin: 0px;
}


.row {
  margin-right: 0px;
  margin-left: 0px;
}

@media (max-width: 750px) {
	#line1, #line2, #line3, #line4 {
	  margin-right: 0px;
	  margin-left: 30px;
	}
}

/*
[class*="col-"], footer {
  background-color: lightgreen;
  border: 2px solid green;
  border-radius: 5px;
}
*/

/*
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
*/

/*
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
*/

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{
	padding: 0px;
}

.col-lg-offset-1 {
	margin-left: 8.3%;
}

.col-lg-offset-2 {
	margin-left: 16.6%;
}

.col-lg-offset-4 {
	margin-left: 34%;
}

.col-lg-offset-8 {
	margin-left: 67%;
}

.row #TitreColonnes{
	margin-bottom: 40px;
}

.row #Ligne{
	margin-bottom: 30px;
}

header{
	position: relative;
	/*position: fixed;
	z-index: 999;*/
	box-shadow: 0px 0px 3px -1px rgba(0,0,0,0.7);
}

header #image{
	position: relative;
	z-index: 1;
	width: 100%;
	height: 500px;
}

header #projection{
	width: 100%;
	height: 500px;
}

header .voile{
	position: absolute;
	background-color: rgba(0,0,0,0.2);
	width: 100%;
	height: 500px;
	z-index: 2;
	top: 0;
}

.bg-dark{
	background-color: transparent !important;
	padding-bottom: 0px;
}


@media (max-width: 750px) {
	header #image{
		position: relative;
		z-index: 1;
		width: 100%;
		height: 200px;
	}

	header #projection{
		width: 100%;
		height: 150px;
	}

	header .voile{
		position: absolute;
		background-color: rgba(0,0,0,0.2);
		width: 100%;
		height: 150px;
		z-index: 2;
		top: 0;
	}

	.bg-dark{
		background-color: rgb(140, 16, 18) !important;
		padding-bottom: 0.5rem;
	}

	.navbar-dark .navbar-toggler{
		margin-left: 290px;
	}
}

.nav.navbar-nav{
	margin-bottom: 10px;
	padding: 0px;
	z-index: 3;
	position: absolute;
	bottom: 0;
	display: flex;
	flex-direction: row;
	width: auto;
}

/*.nav.navbar-nav{
	display: flex;
	flex-direction: row;
	position: absolute;
	bottom: 0;
}*/

.navbar-logo{
	/*height: 0px;*/
	position: absolute;
	z-index: 4;
	width: auto;
	margin-left: 250px;
	margin-top: -485px;
}

.navbar-brand{
	position: absolute;
	z-index: 4;
	width: auto;
	margin-left: 165px;
	margin-top: -430px;
}

.navbar-brand #logo-white{
	width: auto;
	height: 55px;
}

.navbar-logo .logo{
	width: auto;
	height: 55px;

}

.navbar-logo .logo #logo-white{
	width: auto;
	height: 55px;
}

@media (max-width: 750px) {
	.navbar-logo{
		margin-left: 20px;
		margin-top: -50px;
	}

	.navbar-logo .logo #logo-white{
		width: auto;
		height: 45px;
	}
}

nav{
	position: relative;
	margin-top: -54px;
	z-index: 1;
	background-color: transparent;
	width: auto;
}

/*nav .navbar-nav{
	margin-left: 300px;
}*/

.bg-light{
	background-color: transparent !important;
	padding-bottom: 0px;
}

.navbar-nav{
	margin-left: 265px;
}

@media (max-width: 750px) {
	.navbar-nav{
		margin-left: 0px;
		margin-top: 20px;
	}

	.nav-item{
		width: auto;
		text-align: center;
	}
}

.navbar-nav li a{
	padding-right: 60px !important;
	padding-left: 60px !important;
	padding-top: 11px !important;
	padding-bottom: 11px !important;
	color: white !important;
	text-decoration: none !important;
	font-weight: bold !important;
}

.navbar-nav .active a{
	padding-right: 60px !important;
	padding-left: 60px !important;
	padding-top: 11px !important;
	padding-bottom: 8px !important;
	color: white !important;
	text-decoration: none !important;
	font-weight: bold !important;
}

.navbar-nav li a:hover{
	background-color: rgba(230, 228, 231, 0.15);
	transition: 500ms;
}

.navbar-nav .active a{
	border: solid;
	border-width: 0px 0px 3px 0px;
	transition: 500ms;
}

.nav{
	margin-left: 280px;
	margin-bottom: 10px;
	width: 100%
}

#section{
	margin-top: 30px;
}

#actualités{
	background-color: transparent;
	border: none;
	/*margin-bottom: 50px;*/
}

article{
	box-shadow: 0px 0px 3px -1px rgba(0,0,0,0.7);
	border-radius: 5px 5px 5px 5px;
	transition: all 250ms ease;
	background-color: white;
}

article:hover{
	transform:scale(1.02);
	box-shadow: 0px 0px 15px -10px;
}

#article{
	margin-bottom: 20px;
}

#article p{
	margin-left: 20px;
	margin-right: 20px;
	text-align: justify;
	padding-bottom: 20px;
}

.actu1, .actu2, .actu3, .actu4{
	cursor: pointer;
	margin-bottom: 30px;
}

.actu5{
	cursor: pointer;
	margin-bottom: 0px;
}

.image-actu{
	height: 250px;
}

.image-actu img{
	border-radius: 5px 5px 0px 0px;
	width: 100%;
	height: 250px;
}

.titre-actu{
	padding-top: 15px;
	padding-bottom: 15px;
}

.titre-actu h2{
	margin-left: 20px;
}

@media (max-width: 750px) {
	.image-actu{
		height: 150px;
	}

	.image-actu img{
		border-radius: 5px 5px 0px 0px;
		width: 100%;
		height: 150px;
	}
}

.films{
	background-color: transparent;
	border: none;
	margin-bottom: 0px;
}

@media (max-width: 750px) {
	#films{
		margin-top: 30px;
		margin-left: 0px;
	}
}

.film1, .film2, .film3{
	margin-bottom: 30px;
}

.film4{
	margin-bottom: 0px;
}

.film1 .titre, .film2 .titre, .film3 .titre, .film4 .titre{
	margin-top: 8px;
	text-align: center;
}

.filmsreservations{
	margin-bottom: 30px;
}

.reservation-film1, .reservation-film2, .reservation-film3, .reservation-film4{
	margin-top: 20px;
	margin-bottom: 30px;
	width: 230px;
	margin-left: 25px;
}

#line4 .reservation-film1, #line4 .reservation-film2, #line4 .reservation-film3, #line4 .reservation-film4{
	margin-top: 20px;
	margin-bottom: 0px;
	width: 230px;
}

@media (max-width: 750px) {
	.film1, .film2, .film3, .film4{
		margin-left: 35px;
	}

	.film1 .titre, .film2 .titre, .film3 .titre, .film4 .titre{
		width: 275px;
	}

	#line4 .reservation-film1, #line4 .reservation-film2, #line4 .reservation-film3{
		margin-bottom: 30px;
	}
}

.image-film{
	height: 352px;
	width: 275px;
	position: relative;
	z-index: 1;
	transition: all 250ms ease;
}

.image-film-reservation{
	margin-top: -20px;
	height: 300px;
	width: 230px;
	position: relative;
	z-index: 1;
}

.image-film:hover{
	transform:scale(1.04);
	box-shadow: 0px 0px 20px -10px;
}

.image-film-reservation:hover{
	transform:scale(1.04);
	box-shadow: 0px 0px 20px -10px;
}

.reservation-film1:hover #reserver{
	visibility: visible;
}

.image-film img{
	transition: all 250ms ease;
	box-shadow: 0px 0px 3px -1px rgba(0,0,0,0.7);
	border-radius: 5px 5px 5px 5px;
	width: 100%;
	height: 352px;
}

.image-film-reservation img{
	transition: all 250ms ease;
	box-shadow: 0px 0px 3px -1px rgba(0,0,0,0.7);
	border-radius: 5px 5px 5px 5px;
	width: 100%;
	height: 300px;
}

.image-film-reservation{
	transition: all 250ms ease;
	box-shadow: 0px 0px 3px -1px rgba(0,0,0,0.7);
	border-radius: 5px 5px 5px 5px;
	width: 100%;
	height: 300px;
	z-index: 3;
}

.date{
	height: 20px;
	width: 70px;
	margin-left: 205px;
	font-size: 12px;
	color: white;
	background-color: rgb(183, 32, 45);
	border-radius: 0px 5px 0px 5px;
	position: absolute;
	z-index: 2;
}

.date-reservation{
	height: 20px;
	width: 70px;
	margin-left: 160px;
	font-size: 12px;
	color: white;
	background-color: rgb(183, 32, 45);
	border-radius: 0px 5px 0px 5px;
	position: absolute;
	z-index: 2;
}

.date p{
	margin-left: 10px;
	padding-top: 1px;
}

.date-reservation p{
	margin-left: 10px;
	padding-top: 1px;
}

.titre h2{
	margin-top: 10px;
	text-align: center;
	color: black;
	font-size: 14px;
	font-weight: normal;
}

#reserver{
	border-radius: 3px;
	transition: all 250ms ease;
	transition: opacity 500ms;
	border-style: none;
	box-shadow: 0px 0px 3px -1px rgba(0,0,0,0.7);
	padding-left: 8px;
	width: 200px;
	background-color: rgb(183, 32, 45);
	color: white;
	margin-left: 15px;
	margin-top: -85px;
	visibility: hidden;
}

#reserver:hover{
	background-color: rgb(182, 65, 75);
}

@media (max-width: 750px) {
	.modal-dialog{
		margin: 0px;
		width: 100%;
	}

	.modal-dialog .row .col-lg-4{
		text-align: center;
	}

	.modal-dialog .row .col-lg-4 img{
		margin-left: 0px;
	}
}

.modal-header{
	border: none;
}

.modal-header .close{
	padding: 0;
	margin: 10px -10px -15px 730px;
}

.modal-body{

}

.modal-body img{
	margin-left: 20px;
	width: 230px;
	height: 300px;
	border-radius: 5px;
}

.modal h5{
	margin-left: 20px;
}

.modal p{
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
	text-align: justify;
	font-size: 14px;
}

.modal .seance{
	margin-top: 20px;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	margin-right: 20px;
}

@media (max-width: 750px) {
	.modal-dialog .row div h5{
		margin-top: 10px;
		margin-left: 0px;
		text-align: center;
	}

	.modal-header .close{
		padding: 0;
		margin: 0px -10px -15px 320px;
	}

	.modal-header .close span{
		font-size: 40px;
	}
}

.btn:hover{
	border: none;
	box-shadow: none;
}

.modal #bandeannonce, .modal #inscription{
	margin-top: 40px;
	width: 330px;
	height: 50px;
	margin-bottom: 20px;
	box-shadow: 0px 0px 3px -1px rgba(0,0,0,0.7);
}

.modal #bandeannonce{
	margin-left: 20px;
	background-color: rgb(255, 196, 38);
	color: black;
	border: none;
}

.modal #inscription{
	margin-left: 65px;
	background-color: rgb(183, 32, 45);
	border: none;
}

.modal #bandeannonce:hover{
	background-color: rgb(253, 207, 89);
}

.modal #inscription:hover{
	background-color: rgb(182, 65, 75);
}

.modal #bandeannonce:hover, .modal #inscription:hover{
	transition: all 250ms ease;
	transform:scale(1.02);
	box-shadow: 0px 0px 15px -10px;
}

#video{
	width: 730px;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}

@media (max-width: 750px) {
	.modal #bandeannonce{
		margin-bottom: 0px;
		margin-left: 20px;
		width: 310px;
	}

	.modal #inscription{
		margin-top: 20px;
		margin-left: 20px;
		width: 310px;
	}

	#video{
		width: auto;
		margin-right: 20px;
	}
}

#btn-inscrire{
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
}

#btn-inscrire #email{
	display: flex;
	flex-direction: row;
}

#btn-inscrire #email label{
	margin-top: 6px;
	font-size: 12px;
}

#btn-inscrire #email input{
	margin-left: 10px;
	margin-right: 30px;
	width: 100%;
	font-size: 14px;
	height: 30px;
	border-radius: 3px;
	border: none;
	box-shadow: 0px 0px 3px -1px rgba(0,0,0,0.7);
	padding-left: 10px;
}

#btn-inscrire #personne{
	display: flex;
	flex-direction: row;
}

#btn-inscrire #personne label{
	margin-top: 6px;
	font-size: 12px;
}

#btn-inscrire #personne input{
	margin-left: 10px;
	margin-right: 30px;
	font-size: 14px;
	height: 30px;
	border-radius: 3px;
	border: none;
	box-shadow: 0px 0px 3px -1px rgba(0,0,0,0.7);
	padding-left: 10px;
}

#btn-inscrire #submit{
	border-radius: 3px;
	width: 100%;
	height: 30px;
	margin-left: -16px;
	background-color: rgb(183, 32, 45);
	border: none;
	color: white;
	box-shadow: 0px 0px 3px -1px rgba(0,0,0,0.7);
}

#btn-inscrire #submit:hover{
	background-color: rgb(182, 65, 75);
	transition: all 250ms ease;
	transform:scale(1.04);
	box-shadow: 0px 0px 15px -10px;
}

#btn-inscrire .submit{
	margin-top: 10px;
}

@media (max-width: 750px) {
	#btn-inscrire #submit{
		width: 310px;
		margin-left: 0px;
	}

	#btn-inscrire #personne{
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

.festival h1{
	margin-bottom: 20px;
}

.festival p{
	text-align: justify;
}

#festivalimg1{
	width: 370px;
	height: 260px;
	text-align: center;
	transition: all 250ms ease;
}

#festivalimg1 img{
	border-radius: 3px;
	width: 370px;
	height: 260px;
}

#festivalimg1:hover, #festivalimg2:hover{
	transform:scale(1.04);
	box-shadow: 0px 0px 15px -10px;
}

#festivalimg2{
	width: 370px;
	height: 210px;
	text-align: center;
	transition: all 250ms ease;
}

#festivalimg2 img{
	border-radius: 3px;
	width: 370px;
	height: 210px;
}

@media (max-width: 750px) {
	#festivalimg1, #festivalimg2{
		width: 340px;
		height: 200px;
		margin-left: 0px;
		margin-bottom: 20px;
	}

	#festival2{
		margin-left: 0px;
	}

	#festivalimg1 img, #festivalimg2 img{
		width: 340px;
		height: 200px;
	}
}

.line-contact{
	display: flex;
	flex-direction: column;
}

.rgpd{
	display: flex;
	flex-direction: row;
	margin-top: 5px;
}

.newsletter{
	display: flex;
	flex-direction: row;
	margin-top: 15px;
}

.rgpd input, .newletter input{
	margin-top: 1px;
	transition: all 250ms ease;
}

input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    border-radius: 4px;
    height: 15px;
    width: 15px;
    background: #fff;
    box-shadow: 0px 0px 3px -1px rgba(0,0,0,0.7);
}

@media (max-width: 750px) {
	input[type=checkbox]#rgpd{
		width: 21px;
	}
}

input[type="checkbox"]:checked{
	background: rgb(183, 32, 45);
}

input[type="checkbox"]:hover{
	box-shadow: 0px 0px 3px -1px rgba(0,0,0,0.7);
	transform:scale(1.3);
}

.rgpd label, .newsletter label{
	margin-left: 10px;
	font-size: 12px;
}

.line-contact input, .line-contact textarea, .line-contact button{
	border-radius: 3px;
	transition: all 250ms ease;
	border-style: none;
	box-shadow: 0px 0px 3px -1px rgba(0,0,0,0.7);
	padding-left: 8px;
}

.line-contact textarea{
	height: 100px;
}

.line-contact label{
	margin-top: 5px;
	margin-bottom: 5px;
}

.line-contact button{
	margin-top: 5px;
	background-color: rgb(183, 32, 45);
	color: white;
}

input, textarea, button:focus{
	outline: none;
}

.line-contact input:hover, .line-contact textarea:hover, .line-contact button:hover{
	box-shadow: 0px 0px 3px -1px rgba(0,0,0,0.7);
	transform:scale(1.03);
}

.line-contact input:focus, .line-contact textarea:focus{
	box-shadow: 0px 0px 3px -1px rgba(0,0,0,0.7);
	transform:scale(1.03);
	background-color: rgb(183, 32, 45);
	color: white;
}

#maps{
	margin-top: 60px;
}

@media (max-width: 750px) {
	#maps{
		margin-left: 0px;
		margin-top: 40px;
	}
}

#maps div{
	transition: all 250ms ease;
	height: 100%;
	padding: 2px;
	border-radius: 5px;
	background-color: #f2f3f4;
}

#maps div:hover{
	box-shadow: 0px 0px 15px -10px;
	transform:scale(1.02);
}

footer{
	margin-top: 50px;
	background-color: white;
	box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.7);
}

#links, #contact, #follow{
	margin-top: 30px;
}

#links{
	margin-left: 0px;
}

#contact{
	margin-left: 225px;
}

#follow{
	margin-left: 145px;
}

@media (max-width: 750px) {
	#links, #contact, #follow{
		text-align: center;
		margin-left: 0px;
	}
}

#links ul, #contact ul, #follow ul{
	margin-left: -40px;
}

ul li{
	list-style-type: none;
}

.contact-ul .mail{
	margin-bottom: 10px;
}

.contact-ul .mail img{
	width: 20px;
	height: auto;
	margin-right: 10px;
}

.contact-ul .tel img{
	width: 15px;
	height: auto;
	margin-right: 10px;
	margin-left: 3px;
}

.follow-ul{
	display: flex;
	flex-direction: row;
}

.follow-ul .facebook, .follow-ul .twitter{
	margin-right: 15px;
}

.follow-ul .facebook, .follow-ul .twitter, .follow-ul .instagram{
	transition: all 250ms ease;
}

.follow-ul .facebook:hover, .follow-ul .twitter:hover, .follow-ul .instagram:hover{
	transform:scale(1.2);
}

@media (max-width: 750px) {
	.follow-ul{
		display: block;
		text-align: center;
	}

	.follow-ul .facebook, .follow-ul .twitter{
		margin-right: 0px;
		margin-bottom: 10px;
	}
}

.follow-ul .facebook img, .follow-ul .twitter img, .follow-ul .instagram img{
	width: 40px;
	height: auto;
}

.links-ul li a, .contact-ul li a, .follow-ul li a{
	color: black;
	text-decoration: none;
}

.links-ul li a:hover, .contact-ul li a:hover{
	color: rgb(183, 32, 45);
}

#droits p{
	margin-top: 10px;
	text-align: center;
	font-size: 12px;
	margin-bottom: 20px;
}

iframe{
	width: 100%;
	height: 100%;
	border: none;
}