.App{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: var(--unite-base);
  padding-bottom: var(--unite-base);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-sizing: border-box;
}

.bodypainter {
  /* padding-left: 20px;
  padding-right: 20px; */
  /* background: radial-gradient(#8369B3, #50499B); */
  background-color: white;
}

section {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.ligne {
  width: 100%;
  margin-bottom: 20px;
}

h1 {
    color: var(--bleu-selecteur);
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 10px;
}

h2 {
  font-size: 24px;
  font-weight: bold;
  color: var(--bleu-fonce);
  /* line-height: 0.1em; */
}

p {
  color: white;
  font-weight: lighter;
  font-size: 16px;
}

