body{
	margin:0px;
	padding:0px;
	background-image: linear-gradient(#ffffff2b,#ffffff2b),url("https://static.cadets-de-la-defense-narbonne.fr/public/images/texture-camouflage.gif");

	/*background-image: url("https://static.cadets-de-la-defense-narbonne.fr/public/images/texture-camouflage.gif");*/
	font-family: 'Comfortaa', cursive;
	text-align:center;
}
body, html {
	/*height: 100%;*/
}

input[type="text"], input[type="password"]{
	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: fixed;
	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;
	transition-duration: .3s;
}
.active {
	background-color: #ab9a67;
	transition-duration: .3s;
}
.dropdown {
	float: left;
	overflow: hidden;
}
.dropdown-content {
	display: none;
	position: absolute;
	top: 110px;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}
.dropdown-content a {
	float: none;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}
.dropdown-content a:hover {
	/*color: #ff735d;*/
	-o-transition:color .2s ease-out, background 1s ease-in;
	-ms-transition:color .2s ease-out, background 1s ease-in;
	-moz-transition:color .2s ease-out, background 1s ease-in;
	-webkit-transition:color .2s ease-out, background 1s ease-in;
	transition:color .2s ease-out, background 1s ease-in;
}
.dropdown:hover .dropdown-content {
	display: block;
}
.button_ok_alert {
	font-size: 1em;
	padding: 10px;
	color: #fff;
	border: 2px solid #ab9a67;
	border-radius: 20px/50px;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s ease-out;
}
.button_ok_alert:hover {
	background: #ab9a67;
}
.overlay_alert {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
}
.overlay_alert:target {
	visibility: visible;
	opacity: 1;
}
.popup_alert {
	margin: 70px auto;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	width: 30%;
	position: relative;
	transition: all 5s ease-in-out;
}
.popup_alert h2 {
	margin-top: 0;
	color: #333;
	font-family: Tahoma, Arial, sans-serif;
}
.popup_alert .close_alert {
	position: absolute;
	top: 2px;
	right: 10px;
	transition: all 200ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
.popup_alert .close_alert:hover {
	color: #ab9a67;
}
.popup_alert .content_alert {
	max-height: 30%;
	overflow: auto;
}
.popup_alert .ok_alert {
	margin-top: 30px;
}
.popup_alert .ok_alert a {
	color: #333;
	font-weight: bold;
	font-family: Tahoma, Arial, sans-serif;
	text-decoration: none;
}
@media screen and (max-width: 700px){
	.popup_alert{
		width: 80%;
	}
}

.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;
}
.portableshow {
	display: none;
}
.portablehide {
	display: initial;
}
.dropdown-content-partenaires-portable {
	display: none;
}
.dropdown-content-sponsors-portable {
	display: none;
}
#header-mobile {
	display: none;
}

/* CSS pour lien vidéo youtube E-gala */
#couleur {
	      color: purple;
	      
}
#couleur:hover {
		   color: red;
		   
}

#lien-youtube {
	color: purple; 
	font-size: 18px;

}
#lien-youtube:hover {
	color: red;
	font-size: 18px;
}

@media screen and (max-width : 501px) {
	.header {
		display: none;
	}
	#header-mobile {
		display: inline;
	}
}
@media screen and (max-width : 1256px) { /*Important! Quand on change cette taille, la mettre aussi a jour dans navbar.php sur le javascript*/
	.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;
	}
	.portableshow {
		display: initial;
	}
	.portablehide {
		display: none;
	}
	.dropdown {
		float: initial;
		overflow: initial;
	}
	.dropdown:hover .dropdown-content {
		display: none;
	}
	.dropdown-content-partenaires-portable {
		display: none;
		cursor: pointer;
		/*width: 500px;*/
		margin-left: auto;
		margin-right: auto;
	}
	.dropdown-content-partenaires-portable li {
		margin-top: 2px;
		background-color: #fff;
	}
	.dropdown-content-partenaires-portable a {
		color: black;
	}
	.dropdown-content-sponsors-portable {
		display: none;
		cursor: pointer;
		/*width: 500px;*/
		margin-left: auto;
		margin-right: auto;
	}
	.dropdown-content-sponsors-portable li {
		margin-top: 2px;
		background-color: #fff;
	}
	.dropdown-content-sponsors-portable a {
		color: black;
	}
}






