body main .bloc-kiosque {
  margin: 3rem auto;
}
body main .bloc-kiosque .bloc-titre {
  margin-bottom: 2rem;
  text-align: center;
}
body main .bloc-kiosque .le-kiosque {
  width: 90%;
  margin: 1.5rem auto;
  background-color: white;
  box-shadow: 0px 4px 15px 4px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  height: 95%;
}
body main .bloc-kiosque .le-kiosque .top {
  width: 100%;
  height: 100%;
}
body main .bloc-kiosque .le-kiosque .top .wrapper-image {
  padding: 3rem;
  background-color: #e1e5e8;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main .bloc-kiosque .le-kiosque .top .wrapper-image .image {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body main .bloc-kiosque .le-kiosque .top .wrapper-image .image:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  height: 1rem;
  background-image: url(../../../img/ombre-documents-kiosque-sesg.jpg);
}
body main .bloc-kiosque .le-kiosque .bottom {
  padding: 1.5rem 0.5rem;
}
body main .bloc-kiosque .le-kiosque .bottom .bloc-texte {
  margin: 1.5rem auto;
}
body main .bloc-kiosque .le-kiosque .bottom .bloc-texte .titre {
  font-size: 1.25rem;
  font-weight: 900;
  color: #344261;
  text-align: center;
  margin: 0 auto 0.5rem auto;
  min-height: 3rem;
}
body main .bloc-kiosque .le-kiosque .bottom .bloc-texte .texte {
  margin: 0.5rem auto;
  font-size: 1rem;
  color: #585858;
  text-align: center;
}
body main .bloc-kiosque .le-kiosque .bottom .bloc-bouton {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
}
body main .bloc-kiosque .le-kiosque .bottom .bloc-bouton .wrapper-bouton {
  margin: 0.25rem;
}
body main .bloc-kiosque .le-kiosque .bottom .bloc-bouton .wrapper-bouton .bouton {
  padding: 0.75rem 1.4rem;
}
body main .bloc-kiosque .le-kiosque .bottom .bloc-bouton .wrapper-bouton .bouton:hover svg {
  fill: white;
}
body main .bloc-kiosque .bloc-bouton {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
body main .bloc-kiosque .bloc-bouton .pagination {
  margin-left: auto;
  margin-right: auto;
}
body main .bloc-kiosque .bloc-bouton .pagination a {
  text-decoration: none;
}
body main .bloc-kiosque .bloc-bouton .pagination a:hover {
  background-color: #7287B3;
  color: white;
}
body main .bloc-kiosque .bloc-bouton .pagination .page-numbers {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.25rem;
  background-color: white;
  color: #344261;
  text-align: center;
  line-height: 2rem;
  margin: auto 0.25rem;
  border-radius: 50%;
  border: solid 1px;
  transition: .3s all;
  border-color: #585858;
}
body main .bloc-kiosque .bloc-bouton .pagination .page-numbers.current {
  background-color: #344261;
  color: white;
}
body main .bloc-kiosque .bloc-bouton .pagination .page-numbers.prev,
body main .bloc-kiosque .bloc-bouton .pagination .page-numbers.next {
  width: auto;
  background-color: none;
  padding: 0.125rem 0.5rem;
  border-radius: 0.125rem;
  border: none;
}
@media (min-width: 480px) {
  body main .bloc-kiosque .le-kiosque .bottom .bloc-bouton {
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  body main .bloc-kiosque .bloc-titre {
    text-align: start;
  }
  body main .bloc-kiosque .le-kiosque {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 95%;
  }
  body main .bloc-kiosque .le-kiosque .bottom {
    padding: 1.75rem;
  }
  body main .bloc-kiosque .le-kiosque .bottom .bloc-bouton {
    min-height: 120px;
  }
  body main .bloc-kiosque .bloc-bouton {
    margin-top: 5rem;
    justify-content: start;
  }
}
@media (min-width: 1200px) {
  body main .bloc-kiosque .le-kiosque .bottom .texte {
    min-height: 80px;
  }
}
@media (min-width: 1400px) {
  body main .bloc-kiosque .le-kiosque .top .wrapper-image {
    height: 27rem;
  }
  body main .bloc-kiosque .le-kiosque .bottom {
    padding: 3rem 2.5rem;
  }
  body main .bloc-kiosque .le-kiosque .bottom .bloc-texte {
    margin: 0;
  }
  body main .bloc-kiosque .le-kiosque .bottom .bloc-texte .titre {
    text-align: start;
    width: 75%;
    margin: 0;
    min-height: 3rem;
  }
  body main .bloc-kiosque .le-kiosque .bottom .bloc-texte .texte {
    text-align: start;
    margin: 1.5rem auto;
    min-height: 1rem;
  }
  body main .bloc-kiosque .le-kiosque .bottom .bloc-bouton {
    justify-content: start;
    min-height: 1rem;
  }
}
