
/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.livres {
  background: linear-gradient(rgba(103, 176, 209, 0.8), rgba(103, 176, 209, 0.8)), url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 60px 0;
}

.livres h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.livres p {
  color: #fff;
  font-size: 17px;
  /*font-weight: 300;*/
}

.livres .livres-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px; /* vertical | horizontal */
  border-radius: 25px;
  transition: 0.5s;
  /*margin-top: 10px;*/
  margin: 10px 10px 0px 10px;  /* haut | droit | bas | gauche */
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}

.livres .livres-btn:hover {
  border-color: #fff;
}
