body main .bloc-etapes .bloc-titre {
  margin: 2rem auto;
  text-align: center;
}
body main .bloc-etapes .etape {
  width: 95%;
  margin: 1.25rem auto;
  background-color: white;
  box-shadow: 0px 4px 15px 4px rgba(0,0,0,0.1);
}
body main .bloc-etapes .etape .top {
  width: 100%;
  overflow: hidden;
}
body main .bloc-etapes .etape .top .wrapper-image .image {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  object-position: center top;
}
body main .bloc-etapes .etape .bottom {
  padding: 1.5rem 0.5rem;
  word-wrap: break-word;
}
body main .bloc-etapes .etape .bottom .no {
  text-transform: uppercase;
  min-height: 1.125rem;
  font-weight: 300;
  font-size: 1rem;
  text-align: center;
}
body main .bloc-etapes .etape .bottom .titre {
  font-size: 1.25rem;
  font-weight: 900;
  color: #344261;
  text-align: center;
  margin: 0 auto 0.5rem auto;
}
body main .bloc-etapes .etape .bottom .bloc-bouton {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 2rem;
}
body main .bloc-etapes .etape .bottom .bloc-bouton .wrapper-bouton {
  margin: 0.25rem;
}
body main .bloc-etapes .etape .bottom .bloc-bouton .wrapper-bouton .bouton {
  padding: 0.75rem 1.5rem;
}
@media (min-width: 768px) {
  body main .bloc-etapes .bloc-titre {
    margin: 3rem auto;
  }
  body main .bloc-etapes .etape {
    margin: 1.5rem auto;
  }
  body main .bloc-etapes .etape .top {
    height: 20rem;
  }
  body main .bloc-etapes .etape .top .wrapper-image {
    height: 100%;
    width: 100%;
  }
  body main .bloc-etapes .etape .top .wrapper-image .image {
    max-height: 500px;
    height: 100%;
  }
  body main .bloc-etapes .etape .bottom {
    padding: 1.5rem;
  }
  body main .bloc-etapes .etape .bottom .titre {
    min-height: 3rem;
  }
  body.page-id-459 main .bloc-etapes .col-12 {
    width: 25%;
  }
  body.page-id-459 main .bloc-etapes .etape .top {
    height: 17rem;
  }
  body.page-id-459 main .bloc-etapes .etape .bottom {
    padding: 1.5rem 1.75rem;
  }
}
@media (min-width: 1400px) {
  body main .bloc-etapes .etape .top {
    height: 25rem;
  }
  body main .bloc-etapes .etape .bottom {
    padding: 2.5rem 2.75rem;
  }
  body main .bloc-etapes .etape .bottom .no {
    text-align: start;
  }
  body main .bloc-etapes .etape .bottom .titre {
    text-align: start;
    min-height: 2rem;
  }
  body main .bloc-etapes .etape .bottom .bloc-bouton {
    flex-direction: row;
    justify-content: start;
  }
}
