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

body{
	background: linear-gradient(#000000, 20%, #4A9134) 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 .stid{
	margin-top: auto;
	margin-bottom: auto;
	text-align: center;
	transition-duration: 0.5s;
}


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


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


#introduction .iut: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;
}


/*-----------------------PAGE DE LOGIN-----------------------*/

#login{
	top: 220px;
	width: 18%;
	margin-top: 60px;
	margin-left: 15px;
	padding-top: 6px;
	float: left;
	text-align: center;
	border-radius: 30px;
	border: solid;
	border-color: white;
	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;
}


#login h1{
	margin-bottom: 5px;
	font-size: 28px;
	font-weight: bold;
	color: orange;
	text-align: center;
}


#login p{
	font-size: 32px;
	font-weight: bold;
	color: orange;
	text-align: center;
	height: 50px;
}


#login .box{
	height: 30px;
	width: 90%;
	font-size: 16px;
	border-radius: 20px;
	padding-left: 10px;
	margin-top: 5px;
}


#login input{
	margin-bottom: 2px;
}


#login .bouton-connexion{
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	background-color: black;
	color: white;
	font-weight: bold;
	font-size: 16px;
	border-radius: 20px;
	transition-duration: 0.5s;
	border: 0;
	width: 100px;
	height: 25px;
	cursor: pointer;
}


#login .bouton-connexion:hover{
	opacity: 0.5;
}


#login .bouton-deconnexion{
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	background-color: black;
	color: white;
	font-weight: bold;
	font-size: 16px;
	border-radius: 20px;
	transition-duration: 0.5s;
	border: 0;
	width: 120px;
	height: 25px;
}


#login .bouton-deconnexion:hover{
	cursor: pointer;
	opacity: 0.5;
}


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

#actualites{
	width: 60%;
	margin-top: 350px;
	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-bottom: 40px;
	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%;
}


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

#kesako{
	text-align: justify;
	width: 53%;
	margin-top: 150px;
	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 MCSOFT-----------------------*/

#mcsoft{
	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;
}


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


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


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


/*-----------------------ONGLET CV-----------------------*/

#cv{
	text-align: justify;
	float: right;
	width: 45%;
	margin-top: 125px;
	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;
}


#cv h1{
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
	color: black;
	font-size: 48px;
}


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


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


/*-----------------------ONGLET PROJETS-----------------------*/

#projets{
	text-align: justify;
	width: 45%;
	margin-top: 375px;
	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;
}


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


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


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


/*-----------------------ONGLET CONTACT-----------------------*/

#contact{
	text-align: justify;
	float: right;
	width: 45%;
	margin-top: 75px;
	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;
}


#contact h1{
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
	color: black;
	font-size: 48px;
}


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


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


/*-----------------------ONGLET DE MOI-----------------------*/

#deMoi{
	text-align: justify;
	width: 45%;
	margin-top: 200px;
	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;
}


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


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


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

/*-----------------------ONGLET STAGE-----------------------*/

#stage{
	text-align: justify;
	float: right;
	width: 45%;
	margin-top: 75px;
	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;
}


#stage h1{
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
	color: black;
	font-size: 48px;
}


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


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


/*-----------------------ONGLET BILAN-----------------------*/

#bilan{
	text-align: justify;
	width: 45%;
	margin-top: 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;
}


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


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


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

/*-----------------------ONGLET CHAT-----------------------*/

#chat{
	text-align: justify;
	float: right;
	width: 45%;
	margin-top: 75px;
	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;
}


#chat h1{
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
	color: black;
	font-size: 48px;
}


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


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


/*-----------------------ONGLET GALERIE-----------------------*/

#galerie{
	text-align: justify;
	width: 45%;
	margin-top: 250px;
	margin-bottom: 200px;
	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;
}


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


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


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