html {
	scroll-behavior: smooth;
}

body {
margin: 0;
background: #445f79;
font-family: 'Roboto';
font-size: 20px;
}

header, footer {
	background: rgb(49,68,85);
  background: linear-gradient(146deg, rgba(49,68,85,1) 0%, rgba(68,95,121,1) 67%, rgba(31,36,51,1) 100%);
	padding: 60px 0;
	text-align: center;
	color: #ffffff;
}

#redac a {
	color: #e38f3a;
}

nav a {
	color: #ffffff;
	text-decoration: none; /*supprimer souligner*/
}

#menu :hover {
	color: #e38f3a;
}

#menu li {
	display: inline; /*aligner des éléments*/
  font-family: 'Roboto', sans-serif;
	list-style: none; /*supprésion des puces*/
}

#menu {
	margin-left: 110px;
	padding: 20px;
}

h1 {
	text-transform: uppercase;
	border-bottom: 2px solid #e38f3a;
	display: inline;
	font-size: 30px;
  font-family: 'Roboto', sans-serif;
}

h2 {
	color: #ffffff;
  font-family: 'Roboto', sans-serif;
	padding: 5px 20px;
	font-size: 20PX;
}

h3,h4 {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
}

p {
	color: #ffffff;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;

}

#formations, #experiencesPro, #bio, #competences, #menu li{
	background: #314455;
	padding: 20px;
	margin-bottom: 20px;
	width: 80%;
	margin: 20px auto;
	box-shadow: 2px 2px 8px #e38f3a;
	border-radius: 15px;
}

.formation, .experience, .competence {
margin-left: 80px;
}

.competence {
	background: #314455;
	padding: 20px;
	margin-bottom: 20px;
	width: 80%;
	margin: 20px auto;
	box-shadow: 2px 2px 8px #ffffff;
	border-radius: 15px;}

#bio img {
	width: 150px;
	border-radius: 15px;
	box-shadow: 2px 2px 8px #ffffff;
	margin-left: 20px;
}

#bio {
	display: flex;
	align-items: center;
}

#refdigit, #projetpro, #bacpro1, #bacpro2, #deug, #bac, #photo, #graph, #gest, #redac, #web, #conndiv, #bio p {
width: 800px;
border-radius: 15px;
box-shadow: 2px 2px 8px #ffffff;
margin: 20px 150px;
padding: 5px 20px;
}

.barre {
	width: 200px;
	height: 15px;
	background-color: #ffffffff;
	border-radius: 15px;
}

.barreremplissage {
	width: 80%;
	height: 100%;
	background-color: #e38f3a;
	border-radius: 15px;
}

#competences1, #competences2 {
	display:inline-block;
	align-items: flex-center;
  padding-right: 20px;
	margin-left: 180px;

}
