header.masthead {
  background: #2571b5;
  background: -webkit-linear-gradient(to top, #e8ca96, #2571b5);
  background: linear-gradient(to top, #e8ca96, #2571b5);
}
section.download h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1rem;
}
.black {
  color: black;
}
.bg-primary {
  background: #e8ca96;
  background: -webkit-linear-gradient(to top, #2571b5, #e8ca96);
  background: linear-gradient(to top, #2571b5, #e8ca96);
}
section.cta {
  padding: 180px 0;
  background-image: url("../img/reparation-ecran-galaxy-note.jpg");
}
section.cta .cta-content {
  text-align: center;
}
section.cta .cta-content h2 {
  max-width: 100%;
}
section.cta .overlay {
  background-color: rgba(0, 0, 0, 0.5);
}