/* Reset CSS */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  max-width: 1920px;
}

/* 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;
}
.legal-notice-text {
  display: block;
  margin-top: -20px;
}

.content {
  width: 80%;
  margin: auto;
}

.content p {
  margin-left: 3rem;
  margin-bottom: 10px;
}

.link-portfolio {
  margin-left: 3rem;
}

h3 {
  margin-left: 4rem;
}
