/* INFORMATIONS GENERALES */

html {
	background-image: url('../Media/Accueil/fondscene.jpg');
	background-size: auto;
	background-attachment: fixed;
	font-family: Delius, serif;
    font-weight: bolder;
}

body {
	margin: 0 auto;
	padding: 2vh;
	height: 96vh;
	position: relative;
	scrollbar-color: red black;
}

@font-face {
    font-family : "Delius";
    src : url('Polices/Delius.eot'); /* Pour IE9 Compat mode */
    src : url('Polices/Delius.eot?') format('eot'),
          url('Polices/Delius.woff') format('woff'),
          url('Polices/Delius.svg#abcd') format('svg'),
          url('Polices/Delius.ttf') format('truetype');
}

@font-face {
	font-family: "SPIonic";
	src: url('Polices/SPIonic.eot'); /* Pour IE9 Compat mode */
	src: url('Polices/SPIonic.eot?') format('eot'),
		url('Polices/SPIonic.woff') format('woff'),
		url('Polices/SPIonic.svg#SPIonic') format('svg'),
		url('Polices/SPIonic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.texte {
	display: table;
	margin: 0 auto;
	width: auto;
	max-width: 1017px;
	background: #feff01;
	padding: 0;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 0px;
	font-size: 1em;
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
}

.texte a {
	font-weight: bold;
	text-decoration: none;
}

.texte a img {
	width: 100px;
	height: auto;
	margin-top: 2px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-border-radius: 5px;
}

#bandeau {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.element {
	margin: auto;
	padding: 1%;
}

#grandtitre {
	font-size: 1.5em;
	color: #ff0000;
	font-weight: bold;
}

#titre {
	font-size: 1.5em;
	color: #feff01;
	font-weight: bold;
	background: #ff0000;
	border: 1px solid #000000;
	margin-bottom: 0px;
}

.avis {
	display:inline-block;
	color:#000000;
	font-size: 1em;
	padding: 4px 6px;
	text-align: center;
	text-decoration:none;
	width: 92%;
	padding: 0;
	margin: 4px 12px;
	font-weight: bold;
	position: relative;
	height: 40px;
}

.blink {
	animation: allblink 4s infinite;
}

@keyframes allblink {
	0% {
		background: #feff01;
	}
	25% {
		color: #feff01;
		background-color: #feff01;
		-moz-border-radius:15px;
		-webkit-border-radius:15px;
		border-radius:15px;
		border: 1px solid #feff01;
		}
	}

.lien {
	color: #004397;
	font-weight: bold;
}

.gauche {
	float: left;
	text-align: center;
	width: 27%;
}

.centre {
	float: left;
	text-align: center;
	width: 46%;
	height: 100%;
}

.affiche {
	height: 50vh;
	background-image: url('../Media/Affiches/affiche-2025.jpg');
	background-position: top;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 4vw;
}

.accueil {
	display: none;
	height: 50vh;
	font-size: 1.3em;
	background: #feff01;
	overflow: auto;
	scrollbar-color: black #feff01;
}

.aplus {
	height: 50vh;
	font-size: 1.3em;
	background: #feff01;
	overflow: auto;
}

.droite {
	float: left;
	text-align: center;
	width: 27%;
}

.bouton {
	background-color:#feff01;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	border: 1px solid #ff0000;
	display:inline-block;
	cursor:pointer;
	color:#000000;
	font-size: 0.8em;
	padding: 4px 6px;
	text-align: center;
	text-decoration:none;
	width: auto;
	margin-bottom: 8px;
	font-weight: bold;
}

.bouton:hover {
	background:  black;
	color: #feff01;
	-moz-border-radius:15px;
	border-radius:15px;
	-webkit-border-radius:15px;
	border: 1px solid #000000;
}
.bouton:active {
	position:relative;
	top:1px;
}

.centre:hover .accueil {
	display:block;
}

.totalvisites {

}

.italic {
	font-style: italic;
}

.small {
	font-size: 0.8em;
	font-style: italic
}

.grec {
	font-family: "SPIonic";
	font-weight: 900;
}

.gras {
	font-weight: 900;
}

.rouge {
	color: #ff0000;
	font-weight: bold;
}

@media screen and (min-width: 1024px) {
	.masquedroit {display: block;}
}

@media screen and (max-width: 1023px) {
	.masquedroit {display: none;}
	.coucou a img {width: 190px;}
}
