/**
 * banners.css est inclus dans les fichiers :
 * - layout.php
 */

/* Header & Footer */
@font-face {
	font-family: "Techno Agony";
	font-style: normal;
	font-weight: normal;
	src: url("../../polices/TechnoAgony.otf") format("truetype");
}

h1 {
	color: white;
	font-family: "Techno Agony",sans-serif;
	font-size: 2.6vw;
	margin: 0;
	transition: 0.3s;
}

h1:hover {
	color: #e7eef7;
	transition: 0.3s;
}

.header_image {
	height: 7.5vh;
	position: absolute;
	top: 0;
	width: 100vw;
	z-index: 1;
}

.nav__links {
	font-size: 0.85vw;
	font-weight: bold;
	list-style: none;
}

.nav__links li {
	color: #0072ba;
	display: inline-block;
	padding: 0px 20px;
	transition: 0.3s;
}

.nav__links li:hover {
	color: #80baff;
	transition: 0.3s;
}

#logout {
	cursor: pointer;
}

.footer_image {
	height: 7.5vh;
	position: absolute;
	width: 100vw;
	z-index: 1;
}

.footer_text {
	color: #0072ba;
	list-style: none;
	margin: 0;
	font-size: 0.85vw;
	font-weight: bold;
	text-align: center;
	transition: 0.3s;
}

.footer_text:first-child {
	margin-bottom: 1vh;
}

.footer_text:first-child:hover {
	color: #80baff;
	transition: 0.3s;
}

footer .CNRT {
	width: 6.7vw;
}

footer .UNC {
	width: 3.2vw;
}

#span_help {
	cursor: pointer;
}

.help_off {
	color: grey;
}

.help_off:hover {
	color: lightgrey;
	transition: 0.3s;
}

.element_help {
	/*visibility: hidden;*/
	position: fixed;
	z-index: 10;
}

.toast-header {
	background-color: grey;
	color: white;
}

.toast-body {
	background-color: lightgrey;
}


#background_accueil {
	background-image: url("../../images/illustration_accueil_1.png");
	background-position: center;
	background-origin: inherit;
	background-repeat: no-repeat;
	background-size: 100%;
}

#background_error404 {
	background-image: url("../../images/bg_error404.png");
	background-position: center;
	background-origin: inherit;
	background-repeat: no-repeat;
	background-size: 100%;
}

#background_error {
	background-image: url("../../images/bg_error.png");
	background-position: center;
	background-origin: inherit;
	background-repeat: no-repeat;
	background-size: 100%;
}

@media (min-width: 1500px) {

	header {
		height: 8%;
		position: relative;
		width: 100%;
		z-index: 10;
	}

	.header_bloc {
		padding-left: 8.33%;
		z-index: 5;
	}

	footer {
		bottom: 0;
		height: 7%;
		position: absolute;
		width: 100%;
		z-index: 10;
	}

	.footer_bloc {
		position: absolute;
		z-index: 5;
	}

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

	a:hover {
		color: inherit;
		text-decoration: none;
	}

	.header_links {
		height: 100%;
		position: absolute;
	}

	ul {
		height: 100%;
		margin-bottom: 0;
	}
}

@media (min-width: 1200px) and (max-width: 1500px) {

	header {
		height: 8%;
		position: relative;
		width: 100%;
		z-index: 10;
	}

	.header_bloc {
		padding-left: 8.33%;
		z-index: 5;
	}

	footer {
		bottom: 0;
		height: 7.5%;
		position: absolute;
		width: 100%;
		z-index: 10;
	}

	.footer_bloc {
		position: absolute;
		z-index: 5;
	}

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

	a:hover {
		color: inherit;
		text-decoration: none;
	}

	.header_links {
		height: 100%;
		position: absolute;
	}

	ul {
		height: 100%;
		margin-bottom: 0;
	}
}

@media (min-width: 1050px) and (max-width: 1200px) {

	header {
		height: 8%;
		position: relative;
		width: 100%;
		z-index: 10;
	}

	.header_bloc {
		padding-left: 8.33%;
		z-index: 5;
	}

	footer {
		bottom: 0;
		height: 5.8%;
		position: absolute;
		width: 100%;
		z-index: 10;
	}

	.footer_bloc {
		position: absolute;
		z-index: 5;
	}

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

	a:hover {
		color: inherit;
		text-decoration: none;
	}

	.header_links {
		height: 100%;
		position: absolute;
	}

	ul {
		height: 100%;
		margin-bottom: 0;
	}
}

@media (max-width: 1050px) {

	header {
		height: 8%;
		position: relative;
		width: 100%;
		z-index: 10;
	}

	.header_bloc {
		padding-left: 8.33%;
		z-index: 5;
	}

	footer {
		bottom: 0;
		height: 5%;
		position: absolute;
		width: 100%;
		z-index: 10;
	}

	.footer_bloc {
		position: absolute;
		z-index: 5;
	}

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

	a:hover {
		color: inherit;
		text-decoration: none;
	}

	.header_links {
		height: 100%;
		position: absolute;
	}

	ul {
		height: 100%;
		margin-bottom: 0;
	}
}