p
{
    color: white;
    text-align: justify;
}
header
{
	background-color: blue;
	border: 5px #0000DD groove;
	border-radius: 30px;
	box-shadow: 6px 6px 6px gray;
	
	margin: 20px

}
h1
{
	font-size: 4em;
	text-align: center;
	color: white;

}

h2
{
	color: white;
	font-size: 2em;
	text-align: center;

}



h3
{
	color: red;
	font-size: 1.5em;
	text-align: center;
}

.contenu
{
	display: flex;
	justify-content: space-around;
	


}



.formations
{
	background-color: #51C0D3;
	border: 5px #60D0F3 ;
	border-style: groove;
	border-radius: 20px ;
	box-shadow: 6px 6px 6px grey;
	width: 45%;

	margin: 10px;
	
	padding-bottom: 20px;
	padding-top: 20px;
	padding: 10px 10px;
	

}

.forma
{
	display: flex;
	margin-bottom: 5px;

	

	
	


}
.diplome
{
	text-align: left;
	flex: 1;
	
	
	
	


}
.lieu
{
	text-align: right;
	


}

.date_diplome
{
	text-align: right;
	


}

.forma:hover
{
	background-color: blue;	

}

.experiences
{
	background-color: #51C0D3;
	border: 5px #60D0F3 ;
	border-style: groove;
	border-radius: 20px ;
	box-shadow: 6px 6px 6px grey;
	width: 45%;

	margin: 10px;
	
	padding-bottom: 20px;
	padding-top: 20px;
	padding: 10px 10px;
	

}
.expe
{
	display: flex;
	
	margin-bottom: 5px;

	justify-content: space-between;

	
	


}

.expe:hover
{
	background-color: blue;	

}


.entreprise
{
	text-align: left;

	
	
	
	


}

.lieu
{
	text-align: left;
	margin-left: 5px;
	width: 100;


}
.date_expe
{
	text-align: right;

	flex-basis: 100;
	
	flex: 1;


}


.competences
{
	background-color: #51C0D3;
	border: 5px #60D0F3 ;
	border-style: groove;
	border-radius: 20px ;
	box-shadow: 6px 6px 6px grey;
	width: 45%;

	margin: 10px;
	
	padding-bottom: 20px;
	padding-top: 20px;
	padding: 10px 10px;


}






.comp{
    display:flex;
	 justify-content: space-between;  

    margin-bottom: 10px;

}
.comp p{
    flex: 0 0 40%;
}

.conteneur-barre{
    flex: 0 0 60%;
    border-radius: 5px;
    background-color: grey;
    border-bottom: 1px ridge grey;
}
.barre{
    display: block;
    height: 100%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.c90{

    background-color: #4B8;
}

.actions
{
	background-color: #51C0D3;
	border: 5px #60D0F3 ;
	border-style: groove;
	border-radius: 20px ;
	box-shadow: 6px 6px 6px grey;
	width: 45%;

	margin: 10px;
	
	padding-bottom: 20px;
	padding-top: 20px;
	padding: 10px 10px;
	

}
.act
{

	
	margin-bottom: 5px;

	justify-content: space-between;
	text-align: center;
	
	


}

.loisirs
{
	background-color: #51C0D3;
	border: 5px #60D0F3 ;
	border-style: groove;
	border-radius: 20px ;
	box-shadow: 6px 6px 6px grey;
	width: 45%;

	margin: 10px;
	
	padding-bottom: 20px;
	padding-top: 20px;
	padding: 10px 10px;
		text-align: center;

}

.expe:hover
{
	background-color: blue;	

}


li
{
	text-align: left;
	color: grey;
	


}

.divers

.info