/* GENERAL */

html,
body {
  background-color: #b9d5e8;
}

.backgroundUp {
  background: url(../assets/imagesService/backgroundUp.png);
  background-size: cover;
  background-repeat: no-repeat;
}

/*Effets sur le titre*/
.title {
  padding-top: 100px;
  text-align: center;
  color: #ef7214;
  padding-bottom: 260px;
  margin-bottom: 0;
}

.logo-title {
  height: 50px;
}
.privacy-policy-text {
  display: block;
  margin-top: -20px;
}

#privacy-policy {
  width: 80%;
  margin: auto;
  padding-bottom: 50px;
}

a {
  color: #ef7214;
}

h2 {
  margin-top: 1rem;
}

ul {
  margin-left: 20px;
}
