@import url('https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap');

html {
	background-color: #000000;
}

body {
	text-align: center;
	font-size: 200%;
	font-family: 'Pinyon Script', cursive;
	color: white;
}

#grad {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -2;
	background: linear-gradient(180deg, rgba(85, 85, 85, 1) 5%, rgba(0, 0, 0, 1) 25%);
	background-repeat: no-repeat;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background-image: url(img/logo2.png);
	background-position: center top;
	background-repeat: no-repeat;
}

#boite {
	max-width: 980px;
	min-width: 620px;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	font-size: 333%;
	color: black;
	text-shadow: -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff;
	margin-top: 240px;
	margin-bottom: 120px;
}

/* for firefox */
@-moz-document url-prefix() {
	h1 {
		letter-spacing: -2px;
	}
}

a {
	color: dimgrey;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #959595;
}

p {
	margin: 0.25em;
}

.grand {
	font-size: 133%;
}

.petit {
	font-size: 75%;
}

.arial {
	font-family: Arial, sans-serif;
	font-size: 50%;
	margin-bottom: 0.5em;
}

.gal {
	margin-top: 1em;
}

img.minie {
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 1em;
}

footer {
	padding-top: 1em;
	padding-bottom: 1em;
	line-height: 166%
}

/* Formulaires */
#form {
	clear: both;
	text-align: center;
}

label {
	display: inline-block;
	float: left;
	clear: left;
	width: 16em;
	text-align: right;
	padding-right: 1ex;
}

input, textarea {
	display: inline-block;
	float: left;
	width: 26em;
	background-color: black;
	color: white;
	border-color: white;
	padding: 0.333em;
	margin-bottom: 2em;
}

textarea {
	font-size: 125%
}

.g-recaptcha {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

input#tswsubmit {
	width: 16em;
	float: none;
}

.c {
	clear: both;
}

/* Ajustements des styles de SimpleLightBox */
.sl-wrapper .sl-image .sl-caption {
	font-size: 125%;
	font-weight: bold;
	background: none;
	color: black;
	text-shadow: -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff;
}
