body{
	margin:0px;
	padding:0px;
	background-image: linear-gradient(#ffffff2b,#ffffff2b),url("https://static.cadets-de-la-defense-narbonne.fr/private/images/texture-camouflage.gif");
	font-family: 'Comfortaa', cursive;
	text-align:center;
}
body, html {
	height: 100%;
}

input[type="text"], input[type="password"], input[type="email"]{
	outline:none;
	padding:10px;
	display:block;
	width:300px;
	border-radius: 3px;
	border:1px solid #eee;
	margin:20px auto;
}
.defaultsubmit input[type="submit"]{
	padding:10px;
	color:#fff;
	background:#0098cb;
	width:320px;
	margin:20px auto;
	margin-top:0px;
	border:0px;
	border-radius: 3px;
	cursor:pointer;
}
.defaultsubmit input[type="submit"]:hover{
	background:#00b8eb;
}
.header{
	padding:10px 0px;
	width:100%;
	text-align:center;
	font-size: 18px;
}
.header a{
	color:#333;
	text-decoration: none;
}
.footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	color:#333;
	text-align: center;
}
hr.zebra {
	height: 6px;
	background: url("hr-zebra.png") repeat-x 0 0;
	border: 0;
	filter: brightness(0.25);
}
img {
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
}
ul {

	border-bottom: 10px solid #333;
	border-top: 10px solid #333;
	border-right: 10px solid #333;
	border-left: 10px solid #333;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #333;
}
li {
	float: left;
}
li a {
	display: block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}
li a:hover:not(.active) {
	background-color: #111;
}
.active {
	background-color: #ab9a67;
}
.navbarfloatright {
	float: right;
}
.paddingleft8 {
	padding-left: 8px;
}
.paddingright8 {
	padding-left: 8px;
}
.containerhamburguer {
	display: inline-block;
	cursor: pointer;
}

.bar1, .bar2, .bar3 {
	width: 35px;
	height: 5px;
	background-color: #fff;
	margin: 6px 0;
	transition: 0.4s;
}

.togglehamburguer .bar1 {
	-webkit-transform: rotate(-45deg) translate(-9px, 6px);
	transform: rotate(-45deg) translate(-9px, 6px);
}

.togglehamburguer .bar2 {opacity: 0;}

.togglehamburguer .bar3 {
	-webkit-transform: rotate(45deg) translate(-8px, -8px);
	transform: rotate(45deg) translate(-8px, -8px);
}
.show-menu {
	display:none;
	border-bottom: 10px solid #333;
	border-top: 10px solid #333;
	border-right: 10px solid #333;
	border-left: 10px solid #333;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #333;
}
input[type=checkbox].menu{
	display: none;
	-webkit-appearance: none;
}
input[type=checkbox].menu:checked ~ #menu{
	display: block;
}
/* Header */
.full {
	display: inline;
}
.mobile {
	display: none;
}
@media screen and (max-width : 1238px) {
	/* Navigation bar responsive */
	.menu {
		position: static;
		display: none;
	}
	li {
		margin-bottom: 1px;
		float:left;
	}
	ul li, li a {
		width: 100%;
	}
	.show-menu {
		display:block;
	}
	.navbarfloatright {
		float: initial;
	}
	.paddingleft8 {
		padding-left: 0px;
	}
	.paddingright8 {
		padding-left: 0px;
	}
	li a {
		padding: 14px 0px;
	}
	/* Header */
	.mobile {
		display: inline;
	}
	.full {
		display: none;
	}
}