.resa-recap2 {
  width: 516px;
  position: absolute;
  right: 0;
  padding: 0;
  top: 0;
  transition: 0.3s ease;
}

.resa-recap2 .pdf {
  text-decoration: none;
  color: #FFFFFF;
  background-color: var(--red);
  font-size: 13px;
  height: 25px;
  line-height: 25px;
  width: fit-content;
  padding: 0px 5px 0px 15px;
  display: block;
  border-radius: 13px;
  transition: 0.3s ease;
}

.resa-recap2 .pdf:hover {
  scale: 0.95;
}

.resa-recap2 .pdf img {
  height: 17px;
  margin-top: -3px;
  margin-left: 5px;
}

.resa-recap2 .cover {
  height: 215px;
  width: 148px;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  margin-right: 28px;
}

.resa-recap2 .infos {
  width: 340px;
  float: left;
}

.resa-recap2 h4 {
  font-size: 18px;
  letter-spacing: 5px;
  color: #000000;
  font-weight: 500;
  position: relative;
  margin-bottom: 23px;
}

.resa-recap2 h4::after {
  margin-top: 10px;
  height: 1px;
  width: 100%;
  display: block;
  content: ' ';
  background-color: #e3e3e3;
}

.resa-recap2 .infos .title {
  font-size: 20px;
  color: var(--red);
  font-weight: 500;
}

.resa-recap2 .infos p {
  margin-bottom: 10px;
}

.resa-recap2 .infos .desc {
  font-size: 13px;
  color: #707070;
  font-weight: 300;
  padding-right: 50px;
}

.resa-recap2 .infos .date {
  font-size: 15px;
  color: var(--red);
  font-weight: 400;
}

.resa-recap2 .infos .options {
  list-style: none;
  padding: 0;
}

.resa-recap2 .infos .options li {
  font-size: 13px;
  color: #707070;
  font-weight: 300;
}

.resa-recap2 .infos .options li a {
  font-size: 10px;
  color: #000000;
  font-weight: 300;
  text-decoration: none;
  margin-left: 20px;
  float: right;
  padding-right: 50px;
  margin-top: 3px;
}

.resa-recap2 .price {
  width: 100%;
  float: left;
  margin-top: 40px;
}

.resa-recap2 .actions {
  width: 100%;
  float: left;
  margin-top: 23px;
}

.resa-recap2 .actions a {
  transition: 0.3s ease;
}

.resa-recap2 .actions a img {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

.resa-recap2 .actions a:hover img {
  cursor: pointer;
  animation-name: bounce-h;
  -moz-animation-name: bounce-h;
}

.resa-recap2 .price p {
  float: right;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  color: #000000;
  letter-spacing: 4px;
  margin: 0px 0px 10px 0px;
  width: 100%;
  text-align: center;
}

.resa-recap2 .price span {
  float: left;
  font-size: 22px;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 4px;
  background-color: var(--red);
  height: 42px;
  line-height: 42px;
  border-radius: 34px;
  width: 100%;
  text-align: center;
}

.resa-recap2 .resa-error {
  font-size: 15px;
  position: absolute;
  right: 0;
  bottom: -80px;
  text-align: center;
  width: 387px;
  display: none;
}

.resa-recap2 .price i {
  font-style: initial;
}

#section8 .subtitle {
  color: #707070;
  font-size: 13px;
}

#section8 form {
  max-width: 100%;
  width: 100%;
  padding: 40px 64px 60px 64px;
}

#section8 form .to-form-message textarea {
  height: 98px;
}

#section8 form textarea {
  height: 162px;
}

#section8 form .send {
  background-color: var(--red);
  color: #ffffff;
  font-size: 19px;
  border: 1px solid var(--red);
  transition: 0.3s ease;
}

#section8 form .send:hover {
  background-color: #ffffff;
  color: var(--red);
}

.affiche {
  -webkit-box-shadow: 0px 10px 25px -10px rgb(0 0 0 / 50%), 20px 20px 25px 5px rgb(0 0 0 / 0%);
  box-shadow: 0px 10px 25px -10px rgb(0 0 0 / 50%), 20px 20px 25px 5px rgb(0 0 0 / 0%);
  margin-bottom: 3rem !important;
}
