::-webkit-scrollbar{
    width: 0px;
	background: transparent;
	display: none;
}

html {
	/*background-color: #00040B;*/
	
	cursor: default;
	
	scroll-behavior: smooth;
	scroll-padding-top: 13vh;
}
header {
	background-color: aliceblue;
	
	position: sticky;
	top: 0;
	
	margin-top: -1.5%;
	margin-bottom: 0;
	
	z-index: 10;
	
	box-shadow: 0px 6px 9px -7px #000000;
	
	max-width: 100vw;
}
	navbar {		
		display: flex;
		justify-content: space-evenly;
		align-items: center;

		line-height: 0.1%;
}
	navbar ul {
		display: inline-flex;
  		vertical-align:center;
		
		overflow: hidden;
	}
	navbar li {
		
	}
	navbar a {
		display: flex;
		
		margin-right: 25px;
		
		text-decoration: none;
		
		transition: transform 150ms ease-out;
	}
	navbar a:hover {
		transform: scale(1.2);
		transition: transform 150ms ease-out;
	}
	navbar img{
		transition: transform 500ms ease-in-out;
	}
	navbar img:hover {
		transform: rotate(360deg);
		transition: transform 500ms ease-in-out;
	}
body {
	background-color: /*#00040B*/aliceblue;
}
h1 {
	font-size: 80px;
	font: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	color: #5A0001;
	line-height: auto;
}
h2 {
	font-size: 50px;
	font: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	color: #5A0001;
	line-height: auto;
}
h3 {
	font-size: 45px;
	font: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	color: aliceblue;
	line-height: auto;
	
	margin-left: 5vw;
}
h4 {
	font-size: 20px;
	font: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	color: #5A0001;
	line-height: auto;
}
h5 {
	font-size: 22px;
	font: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	color: #5A0001;
	line-height: auto;
}
p {
	color: #00040B/*aliceblue*/;
	font-size: 22px;
	
	padding-left: 2%;
	padding-right: 2%;
}
li {
	list-style-type: none;
	font-weight: bold;
	font-size: 30px;
	font: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	color: #5A0001;
	line-height: auto;
}
dd {
	font-weight:normal;
	font-size: 22px;
	font: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	color: aliceblue;
	line-height: auto;
	margin-left: 1%;
}
video :focus{
	outline: none;
}
footer {
	background-color: aliceblue;
	/*bottom: 0;*/
	
	z-index: 10;
	
	box-shadow: 0px -6px 9px -7px #000000;
}
footer a{
	color: #FFFFFF;
}
footer img{
	transition: transform 500ms ease-in-out;
}
footer img:hover {
	transform: rotate(360deg);
	transition: transform 500ms ease-in-out;
}

/*------------------------------BACKGROUND------------------------------*/

.body_background {	
	position: fixed;
	
	margin-left: 6%;
	
	z-index: -10;
	
	filter: blur(40px);
}

/*------------------------------TITRE------------------------------*/

.showroom_title {	
	text-align: center;
}

/*------------------------------SELECTEURS------------------------------*/

.showroom_selectors {
	/*background-color: grey;*/
	
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	
	height: 60vh;
	
	margin-bottom: 10vh;
}

.showroom_selector {
	/*background-color: antiquewhite;*/
	background-image: radial-gradient(rgba(37,37,37,0), rgba(255,255,255,0.2));
	
	align-self: center;
	text-align: center;
	
	width: 90vw;
	line-height: 0.5;
	
	cursor: pointer;
}
#video{
	/*background-color: antiquewhite;*/
	background-image: radial-gradient(rgba(255,255,255,0.3), rgba(37,37,37,0));
}
	.showroom_selector a{
		/*background-color: pink;*/
		
		padding-top: 3.5vh;
		padding-bottom: 3.5vh;
		padding-left: 38vw;
		padding-right: 38vw;
		
		text-decoration: none;
		color: inherit;
		cursor: pointer;
	}

/*------------------------------GENERAL------------------------------*/

.gallery_container {
	background-color: rgba(255,255,255,0.25);
	
	Text-align: center;
	
	margin-top: 10vh;
	margin-bottom: 10vh;
	
	height: 100vh;
}

/*------------------------------GALERIES IMAGES------------------------------*/

.showroom_image_bloc{
	position: absolute;
	
	width: 21vw;
	height: 16vw;
	
	border: 5px solid white;
	border-bottom: 40px solid white;
	border-radius: 5px;
	
	cursor: pointer;
	
	transition: 0.2s;
}
.showroom_image_bloc p{
	color: #5A0001;
	font-weight: bold;
	text-align: center;
}
.showroom_image_bloc:hover {
	z-index: 8 !important;
	transform: scale(1.5) !important;
	box-shadow: 0 0 20px 10px rgba(0,0,0,0.2) !important;
	
	filter: blur(0px) !important;
	
	transition: transform 0.2s ease-out;
}

#naissance {
	background-color : lightgray;
	
	box-shadow: -2px 3px 5px 1px rgba(0,0,0,0.3);
	
	margin-top: 2vh;
	margin-left: 20vw;
	
	line-height: 0.3;
	
	transform: rotate(-5deg);
	
	z-index: 5;
	
	filter: blur(1px);
}
#bapteme {
	background-color : lightgray;
	
	box-shadow: 2px 3px 5px 1px rgba(0,0,0,0.3);
	
	margin-top: 2vh;
	margin-left: 56vw;
	
	line-height: 0.3;
	
	transform: rotate(3deg);
	
	z-index: 5;
	
	filter: blur(1px);
}
#mariage {
	background-color : lightgray;
	
	box-shadow: 0 0 5px 3px rgba(0,0,0,0.3);
	
	margin-top: 25.5vh;
	margin-left: 36vw;
	
	line-height: 0.3;
	
	z-index: 7;
	
	filter: blur(0.75px);
}
#shooting {
	background-color: lightgray;
	
	box-shadow: -2px 2px 5px 1px rgba(0,0,0,0.3);
	
	margin-top: 50vh;
	margin-left: 55vw;
	
	line-height: 0.3;
	
	transform: rotate(-6deg);
	
	z-index: 1;
	
	filter: blur(1.5px);
}
#evenementiel {
	background-color : lightgray;
	
	box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
	
	margin-top: 50vh;
	margin-left: 26vw;
	
	line-height: 0.3;
	
	transform: rotate(3deg);
	
	z-index: 1;
	
	filter: blur(1.5px);
}
#graphisme {
	background-color : lightgray;
	
	box-shadow: -2px 2px 5px 1px rgba(0,0,0,0.3);
	
	margin-top: 26vh;
	margin-left: 65vw;
	
	line-height: 0.3;
	
	transform: rotate(15deg);
	
	z-index: 3;
	
	filter: blur(1.25px);
}
#flyer {
	background-color : lightgray;
	
	box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
	
	margin-top: 35vh;
	margin-left: 8vw;
	
	line-height: 0.3;
	
	transform: rotate(10deg);
	
	z-index: 3;
	
	filter: blur(1.25px);
}

/*------------------------------GALERIES VIDEOS------------------------------*/

#video_gallery {
	background-color: rgba(0,0,0,0.00);
	
	height: 85vh;
}
.video_gallery_container {	
	/*background-color: white;*/

	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-gap: 1%;
	
	height: 85vh;
}
.container_video_player {
	/*background-color: saddlebrown;*/
	box-shadow: inset 0 0 10px rgba(0,0,0,1);
}
.video_player {	
	
	align-self: center;
	align-content: center;
	
	margin-top: 1vh;
	margin-bottom: 1vh;
	padding: 2%;
	
	max-height: 50vh;
}

@-moz-document url-prefix() {
         .video_player {
             margin-top: -20vh;
			 
			 transform: scale(0.9);
          }
       }
.video_playlist{
	/*background-color: sandybrown;*/
	box-shadow: inset 0 0 5px rgba(0,0,0,1),inset 0px 5px 40px -10px rgba(0,0,0,0.1),inset 0px -50px 60px -10px rgba(0,0,0,0.55);
	
	display: grid;
	grid-gap: 2vh;
	
	overflow-y: scroll;
	
	padding-top: 1vh;
}
.playlist_item {
	/*background-color: papayawhip;*/
	
	display: flex;
	
	box-shadow: 0 0 10px rgba(90,0,1,0.66);

	height: 15vh;
}
.playlist_item video {
	background-color: grey;
	
	position: relative;
	align-self: center;
	align-content: center;
	
	margin-top: 1vh;
	margin-left: auto;
	margin-bottom: 1vh;
	margin-right: auto;
	
	width: 12vw;
	/*height: 16vh;*/
	
	cursor: pointer;
}
.playlist_item p {
	/*background-color: white;*/
	
	position: relative;
	align-self: center;
	
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: wrap;
	word-break: keep-all;
	
	margin-top: 1vh;
	margin-left: auto;
	margin-bottom: 1vh;
	margin-right: auto;
	
	padding-top: auto;
	padding-bottom: auto;
	
	width: 18vw;
	/*height: 16vh;*/
}

/*------------------------------GALERIES SON------------------------------*/

#sound_gallery {	
	height: 200vh;
	
	margin-bottom: 1vh;
}

.musique {
	/*background-color: darkorange;*/
	background-image: radial-gradient(rgba(127,59,60,0.80), rgba(37,37,37,0));
	box-shadow: inset 0 0 10px rgba(0,0,0,1);
	
	color: #cccccc;
	
	overflow: hidden;
	white-space: nowrap;
	
	font-size: 10px;
	font-family: Interstate,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Garuda,Verdana,Tahoma,sans-serif;
	font-weight: 100;
	
	line-break: anywhere;
	word-break: normal;
	text-overflow: ellipsis; 
	
	margin-left: auto;
	margin-right: auto;
	
	width: 60vw;
	height: 80vh;
}
.musique h2 {
	
	margin-top: 4vh;
	margin-bottom: 2vh;
	
	line-height: 0.5;
}
.soundcloud {
	margin:1%;
}

.son_a_limage {
	/*background-color: darkorange;*/
	box-shadow: inset 0 0 10px rgba(0,0,0,1);
	
	height: 95vh;
}

/*-------------------------------BOUTON TOP----------------------------------*/

#TOP {
	display: none; /* Hidden by default */
 
	position: fixed; /* Fixed/sticky position */
	bottom: 2vh;
	right: 2vw;
	z-index: 99;
	
	border: none;
	outline: none;
	border-radius: 0px 20px 0px 20px;
	
	background-color: #5a0001; /* Set a background color */
	color: white; /* Text color */
	
	padding: 15px; /* Some padding */
	font-size: 18px; /* Increase font size */
	
	cursor: pointer; /* Add a mouse pointer on hover */
}

#TOP:hover {
	background-color: #85FFFD;
	color: #5a0001;
}