section#presentation{
  background: url('/assets/images/Per\ Ankh\(6\).png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

section#testimonials{
  background: url('/assets/images/icon\ perank\(2\).png');
  background-repeat: no-repeat;
  background-position: 10% 13em;
  background-size: 10em;
}

section#our-services{
  background: url('/assets/images/Per\ Ankh\(7\).png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

section#selection-criteria{
  background: url('');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#paginator button:hover, #paginator button.is-selected{
  background: #F1A31D;
}

.bounce{
  animation: bounce 3s infinite;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-8%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateY(0);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}

div.bloc{
  overflow-y: auto;
}