/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700);

body, html {
	width: 100%;
	height: 100%;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	background-color: #7F7F7F;
}

img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}

a {
    text-decoration: none;
}

a:focus {
    outline: none;
}

.logo {
	position: fixed;
	top: 0;
	display: block;
	/*background-color: rgba(255,255,255,0.6);*/background-color: #fff;
	padding: .5em 10%;
	width: 80%;
	text-align: center;
	z-index: 1000;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.logo strong {
	font-size: 1.5em;
	font-weight: 400;
	font-family: 'Oswald';
	font-variant: small-caps;
}
.logo span.acces {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	padding: .25em 1em;
	background-color: #ff0000;
	font: 600 .8em 'Open Sans';
	color: #fff;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.logo span.acces:hover, .logo a.on span.acces {
	background-color: #000;
}
.logo a span.titre {
	color: #000;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.logo a:hover span.titre {
	color: #fc0000;
}

main {
	width: 100%;
	height: 100vh;
	position: relative;
	display: inline-block;
	z-index: 500;
}
a i.fas {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	color: #000;
	font-size: 5em;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	z-index: 500;
}
a:hover i.fas {
	color: #FF0000;
}

section {
	position: relative;
	width: 80%;
	text-align: center;
	padding: 8em 10% 1em 10%;
	background-color: rgba(0,0,0,0.5);
	z-index: 500;
}
section h2 {
	text-transform: uppercase;
	color: #fff;
	font-size: 2em;
	font-weight: 400;
	margin: 0 0 1em 0;
}
section h2 small {
	font-size: .65em;
	color: #fff;
}
section h2 small a {
	color: #fff;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
section h2 small a:hover {
	color: #fc0000;
}
section .item, section .item-menu {
	position: relative;
	border: 1px solid #fff;
}
section .item h4 {
	display: inline-block;
	width: 90%;
	margin: 0;
	padding: .4em 5%;
	background-color: #fff;
	font: 400 1.2em 'Oswald';
	color: #000;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
section .item:hover h4, section .item-menu:hover h4, section a.on .item-menu h4 {
	color: #fff;
	background-color: #FF0000;
}
section .item span.sigle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 30%;
	opacity: 0;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
	z-index: 600;
}
section .item:hover span.sigle {
	opacity: 1;
}
section .item-menu h4 {
	display: inline-block;
	width: 90%;
	margin: 0;
	padding: .5em 5%;
	background-color: #fff;
	font: 600 .9em 'Open Sans';
	color: #000;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

section .bloc {
	margin-bottom: 2em;
}
section .menu, section .base {
	margin: 2em 0;
}

hr {
	border: 0;
	color: #FFF;
	height: 3px;
	background-color: #FFF;
}

section .footer {
	background-color: #000;
	color: #fff;
	height: 160px;
	padding: 20px 2em;
	text-align: left;
	font-size: .9em;
	border: 1px solid #fff;
}
section .footer .texte a {
	color: #FC0000;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
section .footer .texte a:hover {
	color: #fff;
}
section .footer a i {
	font-size: 2em;
	color: #777;
	margin: 0 8px 0 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
section .footer a:hover i {
	color: #fc0000;
}

section .baseline {
	margin-top: 2em;
	padding: 1em 0;
	background: rgba(0,0,0,0.6);
	font: 400 .65em Verdana;
	color: #fff;
}
section .baseline a {
	color: #999;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
section .baseline a:hover, section .baseline a.on {
	color: #fff;
}

.txt-art {
	text-align: left;
	color: #fff;
	font-size: .9em;
}
.txt-art p {
	margin: 0 0 1em 0;
}
.txt-art a, .special a {
	color: #fff;
	border-bottom: 1px solid #fc0000;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.txt-art a:hover, .special a:hover {
	border-bottom: 1px solid #fff;
}

span.mini {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: .75em;
	color: #fff;
	margin-top: .5em;
}
a span.box img {
	border: 1px solid #fff;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
a:hover span.box img {
	border: 1px solid #fc0000;
}

.special {
	font-size: .9em;
	color: #fff;
	line-height: 1.4;
}

/************************************************************************* */
/* faut pas demander à un hérisson de t'aider à traverser */
@media (max-width: 800px) {
	
	section .item span.sigle {
	width: 50%;
	}

}
@media (max-width: 680px) {
	
	section .item {
	margin-bottom: 1em;
	}
	section .item span.sigle {
	width: 80%;
	}
	.logo {
		text-align: left;
		font-size: .9em;
		padding: .5em 6%;
		width: 88%;
	}

}
@media (max-width: 490px) {
	
	section {
	width: 90%;
	padding: 8em 5% 1em 5%;
	}

}
