body
{
	margin : 0px;
	font-family : 'Open Sans';
}

.banderole
{
	background-color : black;
	color : white;
	display : flex ;
	flex-direction : column;
}

.principal
{
	margin : 4%;
	display : flex;
	justify-content : center;
	font-size : 180%;
}

.projets
{
	display : flex;
	flex-direction : row;
	justify-content : center;
}

.liens_projetsl1
{
	display : flex;
	flex-direction : column;
	margin : 0 0 0 0;
}

.explications_projetsl1
{
	display : flex;
	flex-direction : column;
	margin : 0 6em 0 1em;
}

.liens_projetsl2
{
	display : flex;
	flex-direction : column;
	margin : 0 0 0 0;
}

.explications_projetsl2
{
	display : flex;
	flex-direction : column;
	margin : 0 0 0 1em;
}

.txt
{
	font-size : 120%;
	margin : 0.6% 0%;
	display : flex;
	justify-content : center;
}

.projetimg
{
	height : 10em ;
	width : 10em ;
	margin : 1em 0%;
	border : solid black ;
	border-width: 0.4em;
	transition : transform .2s;
}

.projetimg:hover
{
	transform: scale(1.1);
}

.projettxt
{
	margin : 1em 0%;
	border : solid black ;
	border-width: 0.1em;
	height: 10.6em;
    width: 15.3em;
}

.police
{
	margin : 8%;
}

.adimg
{
	height : 8em ;
	width : 8em ;
	transition : transform .2s;
	margin : 1em 2em 1em 0;
}

.adimg:hover
{
	transform: scale(1.1);
}

.adimgdiv
{
	display : flex;
	flex-direction : row;
	justify-content : center;
}

.adtxtdiv
{
	display : flex;
	flex-direction : row;
	justify-content : center;
}

.adtxt
{
	height : 3em ;
	width : 8em ;
	margin : 0em 2em 2em 0;
	display : flex;
	justify-content : center;
	text-align : center;
}