body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    color: rgb(72, 71, 66);
    font-size: 16px;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
}
header {
    text-align: center;
    background: url('header.jpeg') no-repeat center center;
    background-size: cover;
    padding: 100px 0;
    color: #fff;
}

header#kmop{
    text-align: center;
    background: url('kmo-portefeuille.png') no-repeat center center;
    background-size: cover;
    padding: 100px 0;
    color: #fff;
}

.container {
    max-width: 700px;
    margin: 0 auto;
    padding: 20px;
}
h1, h2 {
    margin: 20px 0;
}
h1 {
    font-weight: 800;
    font-size: 40px;
    margin: 30px 0 30px 0;
}
h2 {
  color: rgb(222, 0, 204);
  font-weight: 700;
  font-size: 16px;
  display: inline;
  margin: 0;
  padding: 0;
}
h4 {
  margin: 0 0 10px 0;
}

p {
    margin: 0 0 30px 0;
    line-height: 1.6;
    font-weight: 400;
}
.footer {
    text-align: center;
    padding: 20px;
    background-color: #f1f1f1;
    margin-top: 20px;
}
.footer p {
    margin: 0 0 10px 0;
    line-height: 1.2;
    font-size: 14px;
}

b {
  font-weight: 600;
}

li {
  margin: 0 0 20px 0;
}
