/********** Fonts **********/

@font-face{
	font-family: 'champagne';
	src: url('../fonts/champagne.ttf');
}
@font-face{
	font-family: 'nothing';
	src: url('../fonts/nothing.ttf');
}

/********** Général **********/

body{overflow-x: hidden;}

/* Background Vidéo */
video#bgvid {
	position: fixed; right: 0; bottom: 0;
	min-width: 100%; min-height: 100%;
	width: auto; height: auto; z-index: -100;
	background: url('../img/bg/bg-blank.png') no-repeat;
	background-size: cover;
}
@media screen and (max-device-width: 800px) {
	html { background: url('../img/bg/bg-blank.png') #000 no-repeat center center fixed; }
	#bgvid { display: none; }
}

/* Quotes */
.testimonial-quote {
	font-size: 12px;
	border-radius: 10px;
	padding:10px;
	min-height: 120px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.testimonial-quote blockquote {
	margin: 0;
	padding: 0;
	background: none;
	color: gray;
	font-family: Georgia, serif;
	font-size: 1.5em;
	font-style: italic;
	line-height: 1.4 !important;
	margin: 0;
	position: relative;
	text-shadow: 0 1px white;
	z-index: 600;
}

.testimonial-quote blockquote * {
	box-sizing: border-box;
}

.testimonial-quote blockquote p {
	color: #75808a;
	line-height: 1.4 !important;
}

.testimonial-quote blockquote p:first-child:before {
	content: '\201C';
	color: #81bedb;
	font-size: 7.5em;
	font-weight: 700;
	opacity: .3;
	position: absolute;
	top: -.3em;
	left: -.22em;
	text-shadow: none;
	z-index: -300;
}

.testimonial-quote img {
	border: 3px solid #9CC1D3;
	border-radius: 50%;
	display: block;
	width: 100px;
	height: 100px;
	position: absolute;
}

.testimonial-quote cite {
	color: gray;
	display: block;
	font-size: .8em;
}

.testimonial-quote cite span {
	color: #5e5e5e;
	font-size: 1em;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-shadow: 0 1px white;
}

.testimonial-quote {
	position: relative;
}

.testimonial-quote .quote-container {
	padding-left: 120px;
}

.quote{
	padding:15px;
	text-align: center;
}

/* Divers */
.clear{
	clear: both;
}

.row{
	margin:0;
}

/********** Navigation **********/

.navigation{
	background-color: #000;
	color:#fff;
	font-size: 0.8em;
	height:25px;
	overflow:visible;
	padding-top:2px;
}

.navigation a {
	color:#fff;
	text-decoration: none;
}
.navigation a:hover {
	color:#f00;
	text-decoration: none;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #000;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	left:-2px;
	border-radius: 0px;
	border: 1px solid #4fc3f7;
	padding:2px 10px;
}

.dropdown-content-wallpaper{
	display: none;
	position: absolute;
	background-color: #000;
	min-width: 90px;
	min-width: 90px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	left:-2px;
	border-radius: 0px;
	border: 1px solid #4fc3f7;
	padding:2px 10px;
}

.dropdown-content-wallpaper img{
	width:75px;
	border:2px solid #1565c0;
	margin:2px 0px;
}
.dropdown-content-wallpaper img:hover{
	border:2px solid red;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content{
	display: block;
}
.dropdown:hover .dropdown-content-wallpaper{
	display: block;
}

.dropdown .dropbtn {
	border: none;
	outline: none;
	color:#fff;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
}
/* Style the links inside the dropdown */
.dropdown-content a {
	float: none;
	color:#fff;
	text-decoration: none;
	display: block;
	text-align: left;
}
/* Style the links inside the dropdown */
.dropdown-content a:hover {
	color:red;
}

/********** Modal **********/

.MainContainer {
	width: 100vw;
	height: 100vh;
}

.is-blurred {
	filter: blur(2px);
	-webkit-filter: blur(2px);
}

/* Overlay */

.Modal {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	width: 100vw;
	height: 100vh;
	padding-top: 100px;
	background-color: black;
	background-color: rgba(0, 0, 0, 0.4);
	-webkit-transition: 0.5s;
	overflow: auto;
	transition: all 0.3s linear;
}

.Modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border-radius: 4px;
	border:2px solid cyan;
	width: 400px;
	max-height: 500px;
}

.ModalOpen { overflow: hidden; }

.is-hidden { display: none; }

.is-visuallyHidden { opacity: 0; }

/* The Close Button */
.Close {
	color: #aaaaaa;
	float: right;
	font-size: 16px;
}

.Close:hover, .Close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

#myBtn{
	cursor: pointer;
}
#myBtn:hover{
	cursor: pointer;
	color:#f00;
}

.tab-pane form{
	margin-top:20px;
}

.form-signin input{
	margin-top:3px;
}
.form-signin .btn{
	margin-top:13px;
}
.form-connect input{
	margin-top:3px;
}
.form-connect .btn{
	margin-top:13px;
}


.header{
	font-size:0.8em;
	background-color: rgba(255, 255, 255, 0.6);
	border-bottom: 3px ridge;
}

.header-image{
    height:200px;
    background-size: cover;
	border-right: 2px ridge;
}

.header-titre{
    font-size:2.6em;
    color:rgba(0, 0, 0, 0.6);
    font-family: 'Amaranth', Arial, Verdana, sans-serif;
}

.header-citation{
    font-size:1.3em;
    color:rgba(0, 0, 150, 0.7);
    font-family: 'Amaranth', Arial, Verdana, sans-serif;
    margin-bottom: 10px;
}


/********** Images **********/

.chapter-quote{
	width:70%;
	margin: 10px auto;
}

.media-left{
	float:left;
	margin-right: 10px;
}
.media-left img{
	border: 10px solid #ddd;
	padding: 5px; /*Inner border size*/
	background: #fff; /*Inner border color*/
	border-radius: 5px; /*Inner border color*/
}

.media-right{
	float:right;
	margin-left: 10px;
}
.media-right img{
	border: 10px solid #ddd;
	padding: 5px; /*Inner border size*/
	background: #fff; /*Inner border color*/
	border-radius: 5px; /*Inner border color*/
}

.media-bloc{
	text-align: center;
}
.media-center{
	display:inline;
}
.media-center img{
	border: 10px solid #ddd;
	padding: 5px; /*Inner border size*/
	background: #fff; /*Inner border color*/
	border-radius: 5px; /*Inner border color*/
}