html {
  min-height: 100%; /* make sure it is at least as tall as the viewport */
  position: relative;
}
body {
  height: 100%; /* force the BODY element to match the height of the HTML element */
}

.page-request:before {
  content: "";
  min-height: 100vh;
  z-index: -1;
  background-color: #d4e7fa;
  width: 29.4%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: -1;
}

@media only screen and (max-width: 1600px) {
  .page-request:before {
    content: "";
    background-color: none;
    width: 0;
  }

  .page-request > .wrapper-content {
    justify-content: center !important;
  }
}

.page-request > .wrapper-content {
  -webkit-overflow-scrolling: touch;
  align-items: center;
  display: flex;
  padding: 48px;
  justify-content: center;
  overflow: auto;
}
.page-request > .wrapper-content .right-content {
  display: flex;
  flex-direction: column;
  margin: auto 0;
  max-width: 100%;
  width: 1009rem;
}

.page-request > .wrapper-content .right-content .cards-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 32rem;
}
.page-request > .wrapper-content .right-content .cards-wrapper.hidden {
  display: none;
}
.page-request > .wrapper-content .right-content .cards-wrapper .card {
  background-color: #fff;
  border: 1px solid #738cb9;
  border-radius: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 32rem;
  max-width: 420rem;
  padding: 51rem 48rem;
  width: 100%;
}
.page-request
  > .wrapper-content
  .right-content
  .cards-wrapper
  .card:last-child {
  margin-right: 0;
}
.page-request
  > .wrapper-content
  .right-content
  .cards-wrapper
  .card
  .content-wrapper
  .title {
  color: #000;
  font-family: Michelin;
  font-size: 18rem;
  font-weight: 700;
  line-height: 27rem;
  margin-bottom: 24rem;
  text-align: left;
}

.page-request > .wrapper-content .right-content .access-request {
  font-size: 16rem;
  line-height: 24rem;
  margin-bottom: 20rem;
  text-align: center;
}
.page-request > .wrapper-content .right-content .access-request.hidden {
  display: none;
}
.page-request > .wrapper-content .right-content .access-request a {
  font-weight: 700;
}

.title {
  color: #27509b;
  font-family: Michelin;
  font-size: 18rem;
  font-weight: 700;
  line-height: 27rem;
  margin-bottom: 32rem;
}

.button-blue {
  margin: 64rem auto 0;
  padding: 12rem 113rem !important;
  color: white !important;
}

@media only screen and (max-width: 480px) {
  .button-blue {
    padding: 8rem 16rem !important;
  }
}

.form-request {
  min-width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.link-back {
  cursor: pointer;
  position: relative;
  margin: 0 0 32rem 15rem;
}

.link-back a {
  margin: 0 0 32rem 15rem;
  text-decoration: none !important;
  color: black !important;
}

.link-back:before {
  background-image: url(../app/themes/michelin-brand-center/assets/images/arrow-black-nav.svg?c1a0) !important;
  top: 4rem !important;
}
