html{
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background-color: #334e58;
	font-family:'PT Sans', sans-serif;
}

nav ul {
	list-style: none;
	display: flex;
	background-color: #fcbfb7;
}
nav a {
	color: #334e58;
	text-decoration: none;
	text-transform: uppercase;
	padding: 20px;
	justify-content: center;
}

nav a:hover{
	background-color: #334e58;
	color: #fcbfb7;
	padding: 5px;


}

header, footer {
	background: rgb(255,255,255);
	background: linear-gradient(171deg, rgba(255,255,255,1) 13%, rgba(252,191,183,1) 31%, rgba(51,78,88,1) 74%);
	padding: 20px 0;
	color: #334e58;
	text-align: center;
	border-bottom: 2px solid #ffffff
}

h1, h2, h3{
	text-transform: uppercase;
}
h2{
	color: #334e58;
}

h3 {
	color: #fcbfb7;
}

p {
	color: #334e58;
	font-size: 16px;
}
#formations, #experiences-professionnelles, #bio, #competences {
	 background-color: #ffffff;
	 padding: 20px;
	 margin-bottom: 20px;
	 width: 80%;
	 margin: 20px auto;
	 box-shadow: 0px 0px 10px #1c2a50;
}

.bio {
	margin-left: 20px;
}

#bio {
	display: flex;
	align-items: center;
	background-color: #fcbfb7;
}
#bio img {
	width: 120px;
	border-radius: 10%;
	box-shadow: 4px 3px 3px #1c2a50;
}

}
.formation {
	margin-left: 20px;

}

.experiences {
	margin-left: 20px;
}

.barre{
	width: 200px;
	height: 10px;
	background-color: #fcbfb7;
	border-radius: 10px;
}
.barreremplissage {
	width: 20%;
	height: 100%;
	background-color: #334e58;
	border-radius: 10px;
}
footer{
	border-top: 2px solid #ffffff
}
.content{
	column-width: 200px;
}
