/**
* GENERAL
*/

b {
  color: #046197;
}
.bloc {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.5;
}
.img-h img {
  width: 60%;
}

/**
* COLLECTE
*/

.img img {
  width: 100%;
}

.alternate-bg:nth-of-type(2n + 1) {
  background-color: #f0f0f0;
}
