@charset "UTF-8";

body{
    font-family: Rubik, sans-serif;
	background: rgb(0, 0, 0);
    font-style: normal;
    font-weight: 100;
	width:100%;
	margin: 0;
	color: white;
}
.main_content{
	padding-left: 450px;
	padding-right: 100px;
}
.home_content{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
p{
	font-size: 16px;
	color:rgb(80, 80, 80);
	font-family:Rubik;
	font-weight: 100;
}
h1{
	font-size: 22px;
	color:rgb(219, 219, 219);
	font-family:Rubik;
}
h2{
	font-family: Rubik;
	color: rgb(54, 54, 54);
	font-size: 18px;
	font-weight: 100;
	letter-spacing: 1;
	margin: 5px;
}
h3{
	font-family: Lilita One;
	font-size: 70px;
}
.menu_text{
	font-family: League Gothic, sans-serif;
    text-decoration: none;
    color: rgb(160, 160, 160);
	margin: 0px 20px;
    font-size: 3.8rem;
}
.soustitre{
	font-size:1.5rem;
	color:rgb(171, 171, 171);
	line-height:35px;
	letter-spacing:0;
}
.video_titre{
	font-size:1.5rem;
	color:rgb(255, 255, 255);
	line-height:35px;
	letter-spacing:0;
}
.video_soustitre{
	font-size: 1rem;
	margin: 5px 0px;
	color:rgb(230, 230, 230);
	letter-spacing: 0.5;
}
.email-text{
	font-size:20px;
	color:rgb(255, 255, 255);
	text-decoration:underlined;
}
.menu_text:hover{
	color: rgb(202, 202, 202);
}
.logo{
	height: 110px;
	opacity: 0.8;
}
.logo:hover{
	cursor:pointer;
}
.title{
	color: rgb(239, 239, 239);
	position:relative;
	animation:slideUp 1s;
	margin:0;
	text-align: center;
}
.service_name{
	font-size: 30px;
	text-align:center;
	letter-spacing: 1;
	margin: 0;
	color: rgb(120, 120, 120);
}
.galery_details{
	font-size: 13px;
	text-align: right;
}
.header{
	height: 100%;
	background: transparent;
    position: fixed;
	z-index: 2;
    left: 0;
    top: 0;
    width: 400px;
}
.header_mobile{
	display: none;
	background: transparent;
	position: fixed;
    left: 0;
    top: 0;
	width: 100%;
	z-index: 2;
}
.dropdown_menu{
	display: none;
	background: rgba(0, 0, 0, 0.95);
    position: fixed;
	z-index: 5;
    width: 100%;
	height: 320px;
	bottom: 0;
	margin: auto;
}
.dropdown_menu.open{
	display: inline;
}
.dropdown_menu a{
	display: block;
	margin: 5px;
}
.header_container{
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: left;
}
.header_menu{
	z-index: 2;
	padding: 0;
	margin: 50px 60px;
}
.real_gallery{
	display:grid;
	grid-template-columns:1fr 1fr;
	animation: slideUp 1s;
	width: 60%;
    margin: auto;
	margin-bottom: 80px;
    justify-content: center;
}
.header_links{
	display: flex;
	height: 50px;
	position: fixed;
	left: 0;
	bottom: 20px;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	z-index:5;
}
.header_links.open{
	display: flex;
}
.header_links a{
	padding: 0px 50px;
	color: rgb(150, 150, 150);
	font-size: 1.8rem;
	text-decoration: none;
}
.header_links i {
	color: rgb(80, 80, 80);
	font-size: 1.5rem;
	text-decoration: none;
}
.extended_menu{
	padding: 0;
}
.scroll_menu{
	position: absolute;
	display: none;
	color: rgb(150, 150, 150);
	transition-duration: .2s;
}
.scroll_menu:active{
	color: rgb(232, 232, 232);
}
.menu_options{
	display: flex;
    position: absolute;
    bottom: 140px;
    left: 30px;
    flex-direction: column;
}
.footer_options{
	
}
.footer_options a {
	color: rgb(199, 199, 199);
}
.footer{
	display: block;
}
.service_container{
	display: flex;
	width: 100%;
}
.service_column{
	width: 50%;
	margin: 0;
}
.service_item{
	margin: auto;
	height:340px;
	width: 300px;
	background-color: white;
	-webkit-box-shadow: 0px 3px 3px 0 rgba(0,0,0,0.15);
    box-shadow: 0px 3px 3px 0 rgba(0,0,0,0.15);
}
.service_img{
	margin: 20px auto;
	height: 260px;
	width: 260px;
	background-size: cover;
	background-position: center;
}
.service_video_panel{
	display: flex;
	margin: auto;
	align-items: center;
	justify-content: center;
}
.img_shadow {
	-webkit-box-shadow: 0px 2px 2px 0 rgba(0,0,0,0.6);
    box-shadow: 0px 2px 2px 0 rgba(0,0,0,0.6);
}
.home_img{
	background-image: url(/images/home_square.png);
	width: 600px;
	height: 600px;
	background-size: 120%;
	background-position: 50%;
}
.button-service{
	background:rgb(100,100,100);
	color:rgb(220,220,220);
	font-family: Rubik;
	font-size: 16px;
	text-decoration: none;
	letter-spacing: 2px;
	margin: 30px auto;
	padding: 10px 20px;
	border: none;
	border-radius: 15px;
	-webkit-box-shadow: 0px 2px 2px 0 rgba(0,0,0,0.2);
    box-shadow: 0px 2px 2px 0 rgba(0,0,0,0.2);
}
.photo_container{
	position: relative;
	margin-top: 80px;
	height: 500px;
	width: 100%;
	display:flex;
	justify-content:center;
	align-items:center;
}
.photo_container::before{
	background-image: url(/images/DSC_2699.jpg);
	content: "";
    background-size: cover;
	background-position: center;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.6;
}
.page_container{
	display: flex;
	margin-top: 100px;
	width: 100%;
	min-height: 100%;
	background-color:rgb(0, 0, 0);
	flex-direction: column;
}
.title_container{
	margin: 120px 60px 0px;
	color: rgb(219, 219, 219);
	justify-content: center;
}
.text_container{
	width: 60%;
	margin: 0px auto;
	padding-top:20px;
	margin: 0px 70px;
	color: rgb(0, 0, 0);
	line-height: 30px;
}
.video_container{
	position: relative;
    margin: 20px 20px;
    width: 600px;
	height: 300px;
	overflow: hidden;
}
.video_main{

}
.video_details {
	position: absolute;
	top: 50%;
	left: 50%;
	min-height: 100px;
	transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
}
.video_details a{
	margin-bottom: 5px;
}
.video_details h2{
	margin: 0px;
}
.video_details_bottom{
	display: flex;
	position:relative;
	align-items: center;
	height:40px;
	width:100%;
}
.concert_panel{
	margin: 0 300px 0 300px;
	color:black;
	height: 80px;
}
.concert_date{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 32px;
	font-weight: 400;
}
.concert_title{
	font-family: 'Times New Roman', Times, serif;
	margin: 0 0px 0 20px;
	font-size: 24px;
	font-weight: 400;
}
.concert_month{
	margin: 0;
	text-align: center;
	font-size: 18px;
	font-weight: 100;
	color: rgb(120, 120, 120);
}
.concert_details{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	width: 80px;
	border-radius: 15px;
	background:black;
	color:white;
	font-size: 12px;
	font-weight: 100;
	letter-spacing: 1.5;
	text-align: center;
}
.programs{
	display: grid;
	grid-template-columns: auto auto auto auto;
	padding: 30px;
	justify-content: center;
	margin-top:20px;
}
.program_item{
	position:relative;
	height:300px;
	width:300px;
	border-radius: 5px;
	background:rgba(0,0,0,0.3);
	margin:10px;
}
.item_overlay{
	display: flex;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background: rgba(250,250,250,0.6);
	opacity: 0;
	justify-content: center;
	align-content: center;
}
.item_overlay a {
	font-size:2rem;
	color: rgba(0,0,0,0.4);
	margin: auto;
}
.item_overlay:hover {
	opacity: 1;
	transition: opacity .2s;
}
.login_container{
	width: 400px;
	margin: 100px auto;
	display: flex;
	align-content: center;
}
.login_container h1 {
	font-size: 28px;
	margin: 10px auto;
	padding-bottom: 10px;
}
.youtube{
	position: relative;
	top: 0;
	left: 0;
	object-fit: cover;
	z-index: 1;
	width: 100%;
	height: 100%;
	border: none;
	opacity: 0.8;
}
.video_main:hover img{
	transition: 0.2s;
	opacity: 0.4;

}
.image_real{
	border: white;
	width: 100%;
	-webkit-box-shadow: 0px 2px 2px 0 rgba(0,0,0,0.15);
    box-shadow: 0px 2px 2px 0 rgba(0,0,0,0.15);
}

.login_container input[type="text"], input[type="password"], input[type="email"] {
	width: 100%;
	padding: 12px 10px;
	margin: 10px 0;
	font-size: 14px;
	display: inline-block;
	border: none;
	border-radius: 5px;
	background: hsla(0,0%,85%,1.00);
	box-sizing: border-box;
	-webkit-box-shadow: 0px 2px 2px 0 rgba(0,0,0,0.15);
    box-shadow: 0px 2px 2px 0 rgba(0,0,0,0.15);
}
.login_container label {
	font-weight: 600;
	color:rgba(0,0,0,0.6);
	letter-spacing: 1px;
}
input[type=submit] {
	background:rgba(114,90,71,1.00);
	color:rgba(255,255,255,0.8); 
	padding: 14px 20px;
	margin: 8px 0;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	width: 100%;
	-webkit-box-shadow: 0px 2px 2px 0 rgba(0,0,0,0.15);
    box-shadow: 0px 2px 2px 0 rgba(0,0,0,0.15);
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert {
	width: 400px;
	margin: 100px auto;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.real_menu{
	display: flex;
	margin-bottom: 30px;
}
.real_category{
	font-family: League Gothic, sans-serif;
    text-decoration: none;
    color: rgb(80,80, 80);
	margin: 0px 20px;
    font-size: 5rem;
	font-weight:100;
}
.galery_img{
	
}
.img_content{
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px;
}
.galery-row{
	width:100%;
	margin:auto;
	display: flex;
	flex-wrap: wrap;
}
.galery-column{
	flex: 50%;
	max-width: 50%;
}
video {
  object-fit: cover;
  position: absolute;
  height: 600px;
  width: 100%;
  top: 80;
  left: 0;
}
.home-video {
	height: 600px;
	width:100%;
	position: relative;
	overflow: hidden;
}
.home-video:after {
	content: '';
	display: block;
	height: 200px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(black, .2);
	z-index: -1;
}
.callout {
  position: relative;
  display: flex;
  justify-content:center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
  width: 70%;
  margin:auto;
}
@media screen and (max-width: 1680px){
	.real_gallery{
		grid-template-columns: 1fr;
	}
}
@media screen and (max-width: 1440px){
	.galery-column{
	flex:100%;
	max-width: 100%;
	}
}
@media screen and (max-width: 1120px){
	.page_container{
		margin-top: 120px;
	}
	.text_container{
		margin: 0;
        padding: 50px 20px;
		width: 100%;
	}
	.main_content{
		padding:0px 10px;
	}
	.h1_header{
		padding-left: 40px;
	}
	.menu_text{
		font-size: 3rem;
	}
	.header_menu{
		align-items: center;
		padding: 0px 15px;
		display: flex;
		justify-content: left;
        margin: 20px 0px;
	}
	.extended_menu{
		padding: 0px 30px;
	}
	.scroll_menu{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
        top: 25px;
	}
	.menu_options{
		display: none;
	}
	.header_links{
		display: none;
	}
	.header{
		display: none;
	}
	.header_mobile{
		display: flex;
	}
	.image-gallery{
		margin-top: 80px;
	}
}
@media screen and (max-width: 800px){
	.title{
		font-size:44px;
	}
	.service_name{
		font-size:36px;
	}
	.service_container{
		display: block;
	}
	.service_column{
		width: 100%;
	}
	.main_title{
		font-size: 30px;
	}
	.video_soustitre{
		font-size: 1rem;
	}
	.title_container{
		margin: 120px 20px 0px;
	}
	.real_gallery{
		width: 100%;
	}
	.video_container{
		margin: auto;
		margin-bottom: 20px;
		width:100%
	}
	.youtube{
		width: 100%;
		margin-top: 0px;
	}
	.image-gallery{
		padding: 20px;
		grid-gap: 0.5rem;
	}
	.image-gallery a{
		height: 10rem;
	}
}
/*ANIMATION*/
@keyframes slideUp {
	from {
		transform: translateY(50px);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}
@keyframes slideUpHeight {
	from {
		transform: height(50%);
		opacity: 0;
	}
	to {
		transform: height(100%);
		opacity: 0.6;
	}
}
@keyframes slideRight {
	from {
		transform: translateX(-50px);
		opacity: 0;
	}
	to {
		transform: translateX(0);
		opacity: 1;
	}
}
@keyframes headerExtend {
	from {
		transform: height(80px);
	}
	to {
		transform: height(120px);
	}
}

	