* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: Roboto;
  src: url("fonts/Roboto_Condensed-Regular.ttf");
}

body {
  font-family: "Roboto";
  font-style: normal;
}

.rectangle {
  width: 100%;
  height: 55px;
  background-color: #2374bb;
}

h1 {
  color: #2679c6;
  padding: 20px 50px;
}

.cv {
  display: flex;
  margin: 20px 50px;
}

.bargauche {
  background-color: #e8e6e6;
  width: 250px;
  padding: 20px;
  flex-shrink: 0;
}

.bargauche img {
  width: 150px;
  height: auto;
  margin-bottom: 20px;
  border-radius: 4px;
}

.bargauche p {
  margin-bottom: 15px;
}

.main {
  flex: 1;
  padding: 0 30px;
}

h2 {
  color: #6a8bc5;
  margin-top: 30px;
  margin-bottom: 10px;
}

.tiret {
  width: 100%;
  height: 2px;
  background-color: #cfcfcf;
  margin: 10px 0 20px 0;
}

.date {
  color: #2e91fb;
  font-size: 0.9em;
}

.important {
  color: #61a5ef;
}

.carré {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #2374bb;
  margin-right: 10px;
}

.cercle,
.cerclegris {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 4px;
}

.cercle {
  background-color: #2374bb;
}
.cerclegris {
  background-color: gray;
}

.competence-bar {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.espacecercle {
  width: 120px;
}
