body
{
	display: flex;
	flex-direction: column;
	margin: 0;
	height: 100%;

}

#body
{
	display: flex;
	flex-direction: column;
	height: 100%;
	background-color: rgb(208,237,255);
}

#main
{
	height: 85%;
	display: flex;
	flex-direction: row;
}

html
{
	height: 100%;

}



#left_part
{
		background-color: rgb(208,237,255);
	width: 50%;
		display:flex;
  align-items: center;
  justify-content: center;
  
}


#right_part
{
	width: 40%;
	display: flex;
	flex-direction: column;
		background-color: rgb(208,237,255);
  justify-content: center;
  
}


#name
{
	color: rgb(24,77,131); 
	font-weight: bold;
	font-size: 60px;
	
}


#presentation_fr, #presentation_en
{
	font-size: 26px;
	text-align: justify;

}


#footer
{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	margin-right: 100px;
	margin-bottom: 20px;
}

#language
{
		display: flex;
	flex-direction: row;
	justify-content: flex-end;
		margin-right: 40px;
		margin-top: 20px;

}
#footer_logo
{
	background-color: #324c98;
	padding: 8px;
	margin: 8px;
}

#footer_text
{
	margin-top: 2px;
}

.information
{
	display: flex;
	flex-direction: row;
	
}

.information_text
{
	display:flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.icon
{
	width: 6%;
	margin: 25px;
	margin-right: 50px;
}

@media screen and (max-width: 1200px)
{
    #main
    {
		width: 100%;
		display: flex;
		flex-direction: column;
		margin: auto;
    }
	
	#left_part
	{
		background-color: rgb(208,237,255);
		width: 100%;
		display:flex;
		align-items: center;
		justify-content: center;
	}


	#right_part
	{
		width: 100%;
		display: flex;
		flex-direction: column;
		background-color: rgb(208,237,255);
		justify-content: center;
	}
	
	#name
	{
		color: rgb(24,77,131); 
		font-weight: bold;
		font-size: 60px;
		text-align: center;
	}
	
	#presentation_fr, #presentation_en
	{
		font-size: 26px;
		text-align: justify;
		margin: 10px;
		
	}
	#body
	{
		display: flex;
		flex-direction: column;
		background-color: rgb(208,237,255);
		height: initial;
	}
	
	#footer
	{
		display: flex;
		flex-direction: row;
		justify-content:  center;
		margin-right: 0px;
		margin-bottom: 5px;
		margin-top: 10px;
	}

	#footer_logo
	{
		background-color: #324c98;

	}

	
	body
	{
		display: flex;
		flex-direction: column;
		margin: 0;

	}
	
}
