fieldset
{
	border: 2px red solid;
}

.lien
{
	color: red;
}

.nous_soutenir
{
	width: 300px;
	height: 530px;
	margin-left: 40%;
	margin-right: 40%;
	border: 2px red solid; 
	text-align : center ;
	font-weight : bold ;
	color : white ;
}

#fieldset_contact 
{	
	display: flex;
	justify-content: space-around;
	/*height: 520;*/
	flex-wrap: wrap;
}

.fieldset_contact
{
	border : 1.3px red solid;
}

.fieldset_contact:nth-child(1)
{
	padding: 10px;
	width : 350px;
	text-align: center;
	margin-bottom: 30px;
}

.fieldset_contact:nth-child(2)
{
	padding: 10px;
	width : 900px;
	text-align: justify;
	margin-bottom: 30px;
}

.fieldset_contact:nth-child(3)
{
	border : none;
	padding: 10px;
	text-align: justify;
	margin-bottom: 30px;
}

#fieldset_projet_colonne
{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	flex-direction: column;
}

.fieldset_projet_colonne:nth-child(1)
{
	padding: 5px;
	width : 85%;
	text-align: center;
	margin-bottom: 3%;
	order: 1;
	margin-left: 10%;
}

.fieldset_projet_colonne:nth-child(2)
{
	order: 2;
	padding: 5px;
	width: 70%;
	color : white ;
	align-self: center;
}

#projet_mise_en_page
{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.projet_mise_en_page:nth-child(1)
{
	order: 2;
	width: 80%;
	margin-left: 5%;
}

.projet_mise_en_page:nth-child(2)
{
	order: 1;
	width: 10%;
	text-align : center ;
	font-weight : bold ;
	color : white ;
}