/* Feuille CSS réservée à la page index.php */
body {
	background-color: white;
	margin: auto;
}
section {
	padding: 20px;
}
a {
	color: grey;
}
/* Header */
header {
	background-image: url('../images/banniere.webp');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	color: white;
	height: 700px;
}
.loader{
	background: url('../.resources/emuca/webresources/assets/img/loading.gif') 50% 50% no-repeat rgba(255, 255, 255, 0.8);
	cursor: wait;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
.loader h1{
	background: none;
	border: none;
	color: #CD8F31;
	font-size: 40px;
	font-family: "Oswald";
	font-variant: small-caps;
	font-weight: 700;
	height: 700px;
	line-height: 700px;
	margin-top: 150px;
	padding: 0;
	text-align: center;
}

.logo_site {
	width: 150px;
}
.slogan {
	padding-top: 430px;
	text-align: center;
	font-family: 'Oswald';
	text-shadow: 2px 2px 2px grey;
}
.bouton {
	text-align: center;
	padding-top: 50px;
}
/* Réseaux sociaux */
.image_reseaux
{
	width: 45px;
}

/* Global */
.titrePrincipal {
	font-size: 40px;
}
.titre {
	margin-top: 20px;
	font-size: 40px;
	text-align: center;
	margin-bottom: 10px;
}
hr.tiret_news {
	width: 60%;
}
.image_news {
	border: 1px solid grey;
	border-radius: 100%;
	width: 200px;
	height: 200px;
	object-fit: cover;
}
.bouton_mangasAnimes {
	position: absolute;
	z-index: 2;
	right: 10px;
	padding-top: 0px;
	margin-top: 20px;
}
.news {
	text-align: center;
	margin-bottom: 50px;
}
.imageLast_news {
	border: 1px solid grey;
	border-radius: 100%;
	width: 250px;
	height: 250px;
	object-fit: cover;
}

.effet_newsLast {
	display: inline-block;
	position: relative;
}
.effet_newsLast:hover p.text  {
	opacity: 1;
}
.effet_newsLast p.text  {
	color: #FFF;
	width: 250px;
	height: 250px;
	border-radius: 100%;
	background: rgba(0, 0, 0, 0.5);
	top: 0;
	padding-top: 110px;
	opacity: 0;
	display: block;
	position: absolute;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	-ms-transition: opacity .5s ease-in-out;
}

.image_news {
	border: 1px solid grey;
	border-radius: 100%;
	width: 200px;
	height: 200px;
	object-fit: cover;
}
.effet_news {
	display: inline-block;
	position: relative;
}
.effet_news:hover p.text  {
	opacity: 1;
}
.titreLastNews a {
	color: black;
}

.effet_news p.text  {
	color: #FFF;
	width: 200px;
	height: 200px;
	border-radius: 100%;
	background: rgba(0, 0, 0, 0.5);
	top: 0;
	padding-top: 85px;
	opacity: 0;
	display: block;
	position: absolute;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	-ms-transition: opacity .5s ease-in-out;
}
.titre_news, .titre_news a {
	text-align: center;
	color: black;
	font-weight: bold;
	font-size: 17px;
}
.description_news, .bloc_auteur {
	font-size: 12px;
	text-align: justify;
}
.auteur_news {
	float: left;
}
.date_news {
	float: right;
}
.cookie-alert {
	position: fixed;
	bottom: 20px;
	right: 1%;
	border-radius: 10px;
	background: white;
	color: black;
	padding:10px 15px;
	width:15%;
	z-index:100;
	border: 1px solid purple;
}
.cookie-alert a { 
	display:block;
	text-align: center;
	padding:5px 10px;
	margin:8px auto 0 auto;
	border-radius: 10px;
	background:transparent;
	border: 2px solid purple;
	color: purple;
	transition: all .3s ease;
}
.cookie-alert a:hover {
	background: #46A2D9;
	color:#2f2f2f;
}

/* Footer */
.footer 
{
	background: #333333;
	height: auto;
	color: white;
	font-size: 15px;
	padding-bottom: 20px;
	padding-top: 10px;
	border-bottom: 1px solid #212121;
	border-top: 1px solid #DDDDDD;
}
.footer h3 
{
	border-bottom: 1px solid #BAC1C8;
	color: white;
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	padding-top: 20px;
	padding: 10px 0 10px;
	text-transform: uppercase;
}
.footer p 
{
	color: white;
}
.footer-bottom 
{
	background: #212121;
	border-top: 1px solid #212121;
	padding-top: 10px;
	width: auto;
	font-size: 15px;
	text-align: center;
	padding-bottom: 5px;
}
footer-bottom p.pull-left 
{
	color: white;
}
.pull-left 
{
	color: white;
}
.lien_site li
{
	display: inline-block;
}
.lien_site a
{
	color: white;
}
.lien_site a:hover
{
	color: grey;
	text-decoration: none;
}

#temporate-message{
	position: fixed;
	top:100px;
	width: 90%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9999;
	border: 1px solid grey;
	padding:20px;
	border-radius: 6px;
	text-align: center;
	-webkit-box-align: center;
}

@media screen and (max-width: 480px){
	header {
		background-image: url('../images/banniere.webp');
		background-size: cover;
		background-position: 51.5% center;
		background-repeat: no-repeat;
		color: white;
		height: 500px;
	}
	.slogan {
		padding-top: 300px;
		font-size: 19px;
	}
	

	.image_archives {
		width: 100%;
	}
	.cookie-alert {
      text-align: center;
      left: 0;
      width:100%;
   }
}