﻿/*
=================================
CSS du portail du site feriale.fr 
Créé par cetark (cetark.fr)
=================================
*/


/* Barre de navigation */

header ul li a img{
	display: block;
	margin: auto;
	width: 130px;
}

.navbar{
	background: #322018 url(../images/font-barre.png) repeat-x 80px 0;
	background-size: auto 100%;
	box-shadow: 0 0 10px rgba(0,0,0,.6);
}

.navbar .navbar-nav {
	display: flex;
	justify-content: center; 
	float: none;
}

header li {
	margin: auto;
}

header ul li a
{
	color: #ffe13e !important;
	font-size: 16px;

	-webkit-transition: transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
}

header ul li a:hover
{
	color: white !important;

	-webkit-transform: scale(1.05);
	transform: scale(1.05);

	-webkit-transition: transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
}

/* Font d'écran */

body{
	background: #322018 url("../images/font.png");
	overflow-y : scroll;
	overflow-x: hidden;
}

/* Menus */

.menu{
	min-height: calc(42vh);
	max-height: calc(42vh);
	display: flex;
	z-index: 1;

	-webkit-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;

	-webkit-animation-fill-mode: none !important;
	animation-fill-mode: none !important;
}

/* Menus au survol*/

.menu:hover{
	z-index: 2 !important;
	border: 0px !important;

	-webkit-transform: scale(1.05);
	transform: scale(1.05);

	-webkit-transition: transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
}

.menu:hover .logo{
	-webkit-animation-name: pulse;
	animation-name: pulse;

	-webkit-animation-duration: 0.4s;
	animation-duration: 0.4s;

	-webkit-filter: brightness(120%);
	filter: brightness(120%);

	-webkit-transition: filter 0.4s ease-out;
	transition: filter 0.4s ease-out;
}

/* Fonts des menu */

#menu-who{
	background: #1D0F0C url("../images/font-who.jpg") center center;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-image: linear-gradient(135deg, transparent, transparent, transparent, transparent, transparent, transparent, transparent, transparent, transparent, #f8b700) 1;
}

#menu-discord{
	background: #222 url("../images/font-discord.jpg") center center;
	border-left: 1px solid;
	border-bottom: 1px solid;
	border-image: linear-gradient(225deg, transparent, transparent, transparent, transparent, transparent, transparent, transparent, transparent, transparent, #f8b700) 1;
}

#menu-twitter{
	background: #175333 url("../images/font-twitter.jpg") no-repeat center center;
	background-size: cover;
	border-right: 1px solid;
	border-top: 1px solid;
	border-image: linear-gradient(45deg, transparent, transparent, transparent, transparent, transparent, transparent, transparent, transparent, transparent, #f8b700) 1;
}

#menu-radio{
	background: #00234D url('../images/font-radio.jpg') no-repeat center center;
	background-size: cover;
	border-top: 1px solid;
	border-left: 1px solid;
	border-image: linear-gradient(315deg, transparent, transparent, transparent, transparent, transparent, transparent, transparent, transparent, transparent, #f8b700) 1;
}





#menu-ac{
	background: #1D0F0C url("../images/font-ac.jpg") center center;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-image: linear-gradient(135deg, transparent, transparent, transparent, transparent, transparent, transparent, transparent, transparent, transparent, #f8b700) 1;
}

#menu-acww{
	background: #222 url("../images/font-ac.jpg") center center;
	border-left: 1px solid;
	border-bottom: 1px solid;
	border-image: linear-gradient(225deg, transparent, transparent, transparent, transparent, transparent, transparent, transparent, transparent, transparent, #f8b700) 1;
}

#menu-acnl{
	background: #175333 url("../images/font-ac.jpg") no-repeat center center;
	background-size: cover;
	border-right: 1px solid;
	border-top: 1px solid;
	border-image: linear-gradient(45deg, transparent, transparent, transparent, transparent, transparent, transparent, transparent, transparent, transparent, #f8b700) 1;
}

#menu-acnh{
	background: #00234D url('../images/font-ac.jpg') no-repeat center center;
	background-size: cover;
	border-top: 1px solid;
	border-left: 1px solid;
	border-image: linear-gradient(315deg, transparent, transparent, transparent, transparent, transparent, transparent, transparent, transparent, transparent, #f8b700) 1;
}





#menu-embed{
	background: #1D0F0C url("../images/font-format.jpg") center center;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-image: linear-gradient(135deg, transparent, transparent, transparent, transparent, transparent, transparent, transparent, transparent, transparent, #f8b700) 1;
}

#menu-mp3{
	background: #222 url("../images/font-format.jpg") center center;
	border-left: 1px solid;
	border-bottom: 1px solid;
	border-image: linear-gradient(225deg, transparent, transparent, transparent, transparent, transparent, transparent, transparent, transparent, transparent, #f8b700) 1;
}

#menu-m3u{
	background: #175333 url("../images/font-format.jpg") no-repeat center center;
	background-size: cover;
	border-right: 1px solid;
	border-top: 1px solid;
	border-image: linear-gradient(45deg, transparent, transparent, transparent, transparent, transparent, transparent, transparent, transparent, transparent, #f8b700) 1;
}

#menu-pls{
	background: #00234D url('../images/font-format.jpg') no-repeat center center;
	background-size: cover;
	border-top: 1px solid;
	border-left: 1px solid;
	border-image: linear-gradient(315deg, transparent, transparent, transparent, transparent, transparent, transparent, transparent, transparent, transparent, #f8b700) 1;
}















/* Logos des menu */

#logo-who{
	background: url("../images/logo-who.png") no-repeat center center;
	background-size: 85%;
	min-height: 100%;
	min-width: 100%;
}

#logo-discord{
	background: url("../images/logo-discord.png") no-repeat center center;
	background-size: 85%;
	min-height: 100%;
	min-width: 100%;
}

#logo-twitter{
	background: url("../images/logo-twitter.png") no-repeat center center;
	background-size: 85%;
	min-height: 100%;
	min-width: 100%;
}

#logo-radio{
	background: url("../images/logo-radio.png") no-repeat center center;
	background-size: 85%;
	min-height: 100%;
	min-width: 100%;
}





#logo-ac{
	background: url("../images/logo-ac-dev.png") no-repeat center center;
	background-size: 85%;
	min-height: 100%;
	min-width: 100%;
}

#logo-acww{
	background: url("../images/logo-accf.png") no-repeat center center;
	background-size: 85%;
	min-height: 100%;
	min-width: 100%;
}

#logo-acnl{
	background: url("../images/logo-acnl.png") no-repeat center center;
	background-size: 85%;
	min-height: 100%;
	min-width: 100%;
}

#logo-acnh{
	background: url("../images/logo-acnh.png") no-repeat center center;
	background-size: 85%;
	min-height: 100%;
	min-width: 100%;
}







#logo-embed{
	background: url("../images/logo-embed.png") no-repeat center center;
	background-size: 85%;
	min-height: 50%;
	min-width: 50%;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

#logo-mp3{
	background: url("../images/logo-mp3.png") no-repeat center center;
	background-size: 85%;
	min-height: 50%;
	min-width: 50%;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

#logo-m3u{
	background: url("../images/logo-m3u.png") no-repeat center center;
	background-size: 85%;
	min-height: 50%;
	min-width: 50%;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

#logo-pls{
	background: url("../images/logo-pls.png") no-repeat center center;
	background-size: 85%;
	min-height: 50%;
	min-width: 50%;
	display: block;
    margin-left: auto;
    margin-right: auto;
}












/* Footer */

footer{
	margin-top: 5px;
	font-family: verdana;
	position: absolute;
	right: 5px;
	color: white;
	cursor: default;
}

footer p{
	display: none;
}

footer:hover p{
	display: inline-block;

	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;

	-webkit-animation-duration: 0.4s;
	animation-duration: 0.4s;
}

footer span, p{
	vertical-align: top;
}

footer span{
	font-size: 20px;
	color: #ffe13e;
}

/* Media query (responsive) */

@media screen and (max-width: 768px) {

.navbar .navbar-nav {
	display: flex;
	flex-direction: column;
	justify-content: center;
	float: none;
}

header ul li a img{
	display: none;
}

.menu:hover{
	-webkit-transform: none;
	transform: none;
}

.logo-wow{
	background-size: 65%;
}

.logo-mc{
	background-size: 65%;
}

.logo-forum{
	background-size: 65%;
}

.logo-ts{
	background-size: 65%;
}

}
