* {
	margin: 0;
	padding: 0;
	border: 0;
}

a {
	color: #4A93F4;
}

a:visited {
	color: #b157f5;
}

body {
	margin: 20px 2%;
	color: #F8CE2C;		/*#DBB21D*/
	background: #340000 url('/img-lib/vichy.png');	/*#30140E*/
	font: 15px verdana, arial, helvetica, sans-serif;
}

article, fieldset, header div+div, main > h1, main nav li, footer {
	background: #01431e;
	border-radius: 10px;
	border: 8px solid #016d29;
}

header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

header img {
	max-width: 500px;
}

header div:first-child a {
	font-size: 2em;
	text-decoration: none;
}

header div+div, footer {
	padding: 15px;
}

header li, footer li {
	color: #28B544;
	display: inline;
	list-style: none;
}

header li a {
	color: #4A93F4;
	font: italic bold 1.2em verdana, sans-serif;
	text-decoration: none;
}

header li+li:before, footer li+li:before {
	content: ' | ';
}

main > h1 {
	margin: 30px 0;
	text-align: center;
}

main nav {
	margin: 30px 0;
}

main nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	list-style: none;
}

main nav li {
	width: 25%;
	padding: 20px;
	margin: 20px 0;
}

main nav a {
	font-size: 1.1em;
	font-weight: bold;
}

nav p {
	padding: 5px 0;
	font-size: .8em;
}

article, fieldset {
	margin: 30px 0;
	padding: 30px;
}

article {
	padding: 10px 30px;
}

article h1 {
	text-decoration: underline;
}

article p {
	text-align: justify;
}

nav label, nav input[type=checkbox] {
	display: none;
}

footer {
	margin-top: 30px;
	text-align: center;
}

h1 {
	font-style: italic;
}

h1, article p {
	padding: 10px 0;
}

p {
	line-height: 1.4em;
}

fieldset dt {
	font-weight: bold;
}

fieldset dd {
	font-size: .9em;
}

input {
	border-radius: 5px;
	border: 1px solid #E0080B;
	background: #000;
	color: #FFF;
}

input[type=text] {
	margin: 3px 3px 3px 0;
	padding: 3px;
	font-size: 1.5em;
}

input[type=date], input[type=time] {
	margin: 5px 5px 5px 0;
	font-size: 2em;
}

dl a {
	font-weight: bold;
	font-size: 1.2em;
}

dd {
	margin-bottom: 15px;
}

button {
	border: 1px solid #A5507;
	border-radius: .3em;
	padding: 1em;
	background-size: 100% 100%;
	background-position:center;
	background-image: linear-gradient(160deg, #A54E07, #B47E11, #fEf1A2, #BC881B, #A54E07);
	box-shadow: 0 3px 6px #000, 0 3px 6px #6E5014, inset 0 -2px 5px 1px #8B4208, inset 0 -1px 1px 3px #FAE385;
	color: #783205;
	font-weight: bold;
	text-shadow: 0 2px 2px #fAE385;
	cursor: pointer;
}

.social {
	margin: 10px 0 10px -8px;
	display: flex;
	list-style: none;
}

iframe {
	border-radius: 10px;
}

form+article dl {
	margin: 1em 0;
}

form+article dt {
	margin-top: 1em;
	font-weight: bold;
}

form+article dt:first-child {
	margin-top: 0;
}

form+article dd {
	display: flex;
	margin: 0 0 0 1em;
	font-size: 1.3em;
}

form+article code {
	display: block;
	width: 300px;
}

code+button {
	padding: 5px;
	border-radius: 5px;
}
