@font-face {
	font-family: "jedi";
	src: url('../fonts/jedi.ttf');
}

@font-face {
	font-family: "jediTitle";
	src: url('../fonts/jediTitle.ttf');
}

* {
	margin: 0px;
	padding: 0px;
}

html {
  height: 100%;
  overflow-x: hidden;
 
}
body {
	position: relative;
	background-color: #101010;
	font-family: "jedi";
  	margin: 0;
  	padding: 0;
  	min-height: 100%;
  	padding-bottom: 55px;
}

body a{
	text-decoration: none;
	color: yellow;
}

footer {
	color: white;
	position: absolute;
	right: 0px;
	left: 0px;
	bottom: 0px;
	background-color: #333;
	width: 100%;
	text-align: center;
	height: 55px;
	line-height: 55px;
}

footer a {
	text-decoration: none;
	color: #debe47;
}

footer a:visited {
	color: #debe47;
}

@keyframes appear {
	0% { visibility: visible; opacity: 0; }
	100% { visibility: visible; opacity: 1; }
}

.form {
	opacity: 0;
	visibility: hidden;
}

select{
	width: 100px;
	height: 26px !important;
	line-height: 26px;
}

.hide {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	height: min-content;
	width: max-content;
	z-index: 10;
}

@media (max-width: 992px) {
	fieldset {
		max-width: 80vw;
		min-width: 80vw;
	}
	input {
		width: -webkit-fill-available;
	}
	.blur p {
		margin-bottom: 4vh;
	}
}

fieldset {
	padding: 2%;
	background-color: #333333db;
	color: white;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 5px;
	border: none;
	box-shadow: -3px 3px 16px 0 #00000073;
}

legend {
	color: #debe47;
	font-size: 150%;
}

form {
	font-family: arial;
}
 
#login:target {
	animation: appear 0.5s linear forwards;
}

#register:target {
	animation: appear 0.5s linear forwards;
}

label{
	float: left;
	text-align: left;
	width: 150px;
}

@keyframes fadein {
  0% { background-color: #333; }
  100% { background-color: #debe47; }
}

input {
	font-family: arial;
}

.blurbackground {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	background-image: url('../img/Alderaanbck.jpg');
	background-position: left;
	background-size: cover;
	filter: blur(6px);
	z-index: -1;
}

#commentaire {
	height: auto;
	width: -webkit-fill-available;
	background-color: #ecebe9;
	border-radius: 5px;
	box-shadow: inset 0px 1px 1px 0px #0000002e;
	width: -moz-available;
}

#date {
    position: absolute;
    width: 80vw;
    margin-top: -30px;
    text-align: end;
    left: 50%;
    transform: translateX(-50%);
    color: #9c9c9c;
}

@media (max-width: 560px) {
	#date { font-size: 80%; margin-top: -25px; }
}

@media (max-width: 380px) {
	#date { font-size: 75%; margin-top: -25px; }
}

.container {
	transition: filter 0.5s ease;
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#avis fieldset {
	margin-bottom: 20px;
}

.forminscript{
	width: 100%;
}

#insc_inscription{
	padding: 0px 20px 0px 20px;

}

#insc_inscription p{
	margin-bottom: 10px;	
}

.cross {
	position: absolute;
	height: 20px;
	width: 20px;
	background-color: #bf0606;
	right: -5px;
	top: 10px;
	z-index: 2;
	border-radius: 10px;
	text-align: center;
	line-height: 18px;
	cursor: pointer;
}

input[type=button], input[type=submit],  {
	border-radius: 5px;
	background: white;
	color: black;
	padding: 2px;
	float: right;
}

input[type=text], select, input[type=email], input[type=password]{
	border: none;
	border-radius: 3px;
	height: 15px;
	padding: 5px;
	margin-bottom: 15px;
	box-shadow: inset 1px 1px 5px 0px #000000d6;
}

*:focus {
	outline: 0;
}

.presentation {
	position: relative;
	top: 110px;
	font-family: arial;
	color: white;
	background-color: #333333f5;
	padding: 20px;
	text-align: justify;
	border-radius: 5px;
	box-shadow: -3px 3px 16px 0 #00000073;
	margin: 0px 40px 0 40px;
}

.presentation .title {
	font-size: 150%;
	font-family: "jedi";
	margin:	-20px -20px 0px -20px;
	padding: 20px 20px 20px 20px;
	background-color: #debe47;
	border-radius: 5px 5px 0px 0px;
	color: #353434;
}