/*-----------------------MISE EN PAGE ELEMENTS-----------------------*/

body{
	background: linear-gradient(#3e5a12, 20%, #7a8800) no-repeat;
	background-size: cover;
}


/*-----------------------INTRODUCTION-----------------------*/

#introduction{
    display: flex;
	justify-content: center;
	animation: fadeIn ease 0.5s;
	-webkit-animation: fadeIn ease 0.5s;
	-moz-animation: fadeIn ease 0.5s;
	-o-animation: fadeIn ease 0.5s;
	-ms-animation: fadeIn ease 0.5s;
}


#introduction .logo{
	margin-top: auto;
	margin-bottom: auto;
	text-align: center;
	transition-duration: 0.5s;
}


#introduction .logo:hover{
	transform: rotate(8deg);
	transition-duration: 0.5s;
}


#introduction .ffa{
	margin-top: auto;
	margin-bottom: auto;
	text-align: center;
	transition-duration: 0.5s;
}


#introduction .ffa:hover{
	transform: rotate(-8deg);
	transition-duration: 0.5s;
}


#introduction p{
	margin-top: 15px;
    margin-left: 30px;
	margin-right: 35px;
	color: white;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	vertical-align: center;
}


/*-----------------------ONGLET SONDAGE-----------------------*/

#sondage{
	display: flex;
	justify-content: center;
	margin: auto;
	margin-bottom: 50px;
  	width: 80%;
	animation: fadeIn ease 0.5s;
	-webkit-animation: fadeIn ease 0.5s;
	-moz-animation: fadeIn ease 0.5s;
	-o-animation: fadeIn ease 0.5s;
	-ms-animation: fadeIn ease 0.5s;
}


#sondage a{
	color: white;
	font-weight: bold;
	font-size: 40px;
	text-decoration: none;
	transition-duration: 0.4s;
}


#sondage a:hover{
	opacity: 0.2;
	transition-duration: 0.4s;
}


/*-----------------------VIDEO PRESENTATION-----------------------*/

#presentation{
	display: flex;
	justify-content: center;
	margin: auto;
  	width: 80%;
	animation: fadeIn ease 0.5s;
	-webkit-animation: fadeIn ease 0.5s;
	-moz-animation: fadeIn ease 0.5s;
	-o-animation: fadeIn ease 0.5s;
	-ms-animation: fadeIn ease 0.5s;
}


#presentation .video{
	width: 560px;
	height: 315px;
}


/*-----------------------ONGLET KESAKO-----------------------*/

#kesako{
	text-align: justify;
	width: 60%;
	margin-top: 40px;
	animation: fadeIn ease 0.5s;
	-webkit-animation: fadeIn ease 0.5s;
	-moz-animation: fadeIn ease 0.5s;
	-o-animation: fadeIn ease 0.5s;
	-ms-animation: fadeIn ease 0.5s;
}


#kesako h1{
	margin-left: 10px;
	text-align: left;
	font-weight: bold;
	color: orange;
	font-size: 48px;
}


#kesako .separation{
	background-color: white;
	margin-bottom: 10px;
	height: 5px;
	width: 100%;
}


#kesako p{
	margin-left: 10px;
	font-size: 20px;
	color: white;
}


/*-----------------------ONGLET ACTUALITES-----------------------*/

#actualites{
	width: 60%;
	margin-top: 50px;
	animation: fadeIn ease 0.5s;
	-webkit-animation: fadeIn ease 0.5s;
	-moz-animation: fadeIn ease 0.5s;
	-o-animation: fadeIn ease 0.5s;
	-ms-animation: fadeIn ease 0.5s;
}


#actualites h1{
	margin-left: 10px;
	text-align: left;
	font-weight: bold;
	color: orange;
	font-size: 48px;
}


#actualites h2{
	margin-left: 10px;
	color: white;
	font-size: 20px;
}


#actualites .anniversaire-gif{
	width: 20%;
	height: 10%;
	border-radius: 30px;
	margin-left: 50px;
}


#actualites p{
	margin-left: 15px;
	color: white;
	font-size: 22px;
	font-family: Calibri Light;
}


#actualites .separation{
	background-color: white;
	margin-bottom: 10px;
	height: 5px;
	width: 100%;
}


#actualites .images{
    display: flex;
}


#actualites .poster{
    width: 50%;
	height: 60%;
	margin-top: 30px;
	margin-left: 30px;
	transition-duration: 0.2s;
	opacity: 1;
}


#actualites .poster:hover{
    transition-duration: 0.2s;
	opacity: 0.8;
}


#actualites .plan{
    width: 50%;
	height: 60%;
	margin-top: 30px;
	margin-left: 30px;
	transition-duration: 0.2s;
	opacity: 1;
}


#actualites .plan:hover{
    transition-duration: 0.2s;
	-ms-transform: scale(2); /* IE 9 */
	-webkit-transform: scale(2); /* Safari 3-8 */
	transform: scale(2) translate(50px);
}


/*-----------------------ONGLET DASHBOARD-----------------------*/

#dashboard{
	width: 50%;
	margin-top: 100px;
	animation: fadeIn ease 0.5s;
	-webkit-animation: fadeIn ease 0.5s;
	-moz-animation: fadeIn ease 0.5s;
	-o-animation: fadeIn ease 0.5s;
	-ms-animation: fadeIn ease 0.5s;
}


#dashboard h1{
	margin-left: 10px;
	text-align: left;
	font-weight: bold;
	color: red;
	font-size: 48px;
}


#dashboard .separation{
	background-color: white;
	margin-bottom: 10px;
	height: 5px;
	width: 100%;
}


#dashboard .tableauPlaceholder{
	margin-top: 15px;
	margin-left: 15px;
    margin-right: auto;
	margin-bottom: auto;
	text-align: center;
	border: solid;
	border-radius: 25px;
}


/*-----------------------ONGLET KESAKO-----------------------*/

#origines{
	text-align: justify;
	width: 45%;
	margin-top: 100px;
	animation: fadeIn ease 0.5s;
	-webkit-animation: fadeIn ease 0.5s;
	-moz-animation: fadeIn ease 0.5s;
	-o-animation: fadeIn ease 0.5s;
	-ms-animation: fadeIn ease 0.5s;
}


#origines h1{
	margin-left: 10px;
	text-align: left;
	font-weight: bold;
	color: red;
	font-size: 48px;
}


#origines .separation{
	background-color: white;
	margin-bottom: 10px;
	height: 5px;
	width: 100%;
}


#origines p{
	margin-left: 10px;
	font-size: 20px;
	color: white;
}


/*-----------------------EMBLEMES-----------------------*/

#emblemes{
	float: right;
	text-align: justify;
	width: 65%;
	margin-top: 150px;
	margin-bottom: 250px;
	animation: fadeIn ease 0.5s;
	-webkit-animation: fadeIn ease 0.5s;
	-moz-animation: fadeIn ease 0.5s;
	-o-animation: fadeIn ease 0.5s;
	-ms-animation: fadeIn ease 0.5s;
}


#emblemes h1{
	margin-left: 10px;
	text-align: left;
	font-weight: bold;
	color: red;
	font-size: 48px;
}


#emblemes .separation{
	background-color: white;
	margin-bottom: 10px;
	height: 5px;
	width: 100%;
}


#emblemes p{
	margin-right: 10px;
	font-size: 20px;
	color: white;
}