#tarifs {
  margin-top: 100px;
}

#tarifs h1 {
  color: #4d357c;
  font-family: 'Heebo', sans-serif;
  font-weight: 500;
  font-size: 55px;
  line-height: 40px;
  margin-top: 50px;
  margin-bottom: 70px;
}

#tarifs h2 {
  margin: 0 auto;
  font-weight: 300;
}

@media screen and (min-width: 1024px) {
  #tarifs h2 {
    width: 100%;
    font-size: 28px;
    margin-top: -20px;
  }
}

#tarifs h1 span {
  font-weight: 300;
  font-size: 36px;
}

.tarif-box-illu {
  -webkit-background-size: contain;
  background-size: contain;
  min-height: 240px;
  background-repeat: no-repeat;
  position: relative;
}

@media screen and (min-width: 730px) {
  .tarif-box-illu {
    min-height: 310px;
  }
}

.tarif-clesenmain-illu {
  background-image: url('../img/tarifs/photo-licence.png');
}

.tarif-creator-illu {
  background-image: url('../img/tarifs/photo-creator.png');
}

.tarif-box-description {
  position: relative;
  top: -120px;
  background: white;
  padding: 0 19px;
  box-shadow: 0px 1px 8px 0px #c0c0c0b3;
  border-radius: 0 0 20px 20px;
  padding-bottom: 20px;
  min-height: 231px;
}

.tarif-box-description h3 {
  color: #4d357c;
  font-weight: 600;
  font-size: 21px;
  padding-top: 15px;
  letter-spacing: 0;
}

.tarif-box-description a {
  position: absolute;
  right: 20px;
  background-color: #4d357c;
  color: white;
  padding: 10px 21px;
  border-radius: 10px;
  transform: translateX(-50%);
  left: 50%;
  width: 270px;
  bottom: -20px;
}

.tarif-box-description a:hover, .tarif-box-description a:focus {
  text-decoration: none;
}

.tarif-box-description a h4 {
  font-size: 12px;
  display: inline;
}

@media screen and (min-width: 1024px) {
  .tarif-box-description a {
    width: auto;
    left: auto;
    transform: none;
  }

  .tarif-box-description a h4 {
    font-size: 16px;
  }
}

.tarif-box-description a img {
  padding-left: 20px;
  position: relative;
  top: -2px;
}

.tarif-box-prix {
  position: absolute;
  bottom: 99px;
  left: 20px;
}

.tarif-box-prix h3 {
  color: #fafafa;
  text-shadow: 0 0 7.4px rgba(0, 0, 0, 0.68);
  font-size: 25.6px;
  font-weight: 300;
}

.tarif-box-prix h3 span.price {
  font-size: 42.7px;
  font-weight: 600;
}

.ht {
  font-size: 25.6px;
  position: relative;
  top: -12px;
}

.tarif-abo-container {
  margin-top: 110px;
}

.tarif-abo-bloc {
  border: solid 5px #f1f1fa;
  border-radius: 25px;
  min-height: 317px;
  margin-bottom: 110px;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .tarif-abo-bloc {
    margin-bottom: 0;
  }
}

.tarif-abo-bloc.infinite p {
  text-align: center;
}

.tarif-abo-bloc.odyssee img {
  top: -50px;
}

.tarif-abo-bloc.odyssee .abo-formule {
  margin-top: -36px;
}

.tarif-abo-bloc.infinite img {
  top: -52px;
}

.tarif-abo-bloc.infinite .abo-formule {
  margin-top: -33px;
  margin-bottom: 20px;
}

.tarif-abo-bloc p {
  color: #4d357c;
}

.tarif-abo-bloc img {
  position: relative;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.abo-formule {
  font-size: 12px;
  font-weight: 500;
  color: #4d357c;
  text-align: center;
  margin-top: -10px;
  background-color: rgba(77, 53, 124, 0.2);
  width: 180px;
  margin: 0 auto;
  padding: 4px 0px;
  border-radius: 9.5px;
}

.abo-price {
  color: #4d357c;
  text-align: center;
  font-size: 60px;
  font-family: 'Heebo', sans-serif;
}

.abo-price .month {
  font-size: 16px;
  font-weight: 300;
}

.abo-description {
  padding: 15px;
  color: #4d357c;
  position: absolute;
  transform: translateY(-30%) translateX(-50%);
  top: 50%;
  left: 50%;
  width: 100%;
}

.tarif-abo-bloc a {
  color: #4d357c;
  transition: all ease 0.3s;
}

.tarif-abo-bloc a:hover, .tarif-abo-bloc a:focus {
  color: #42f0bf;
  text-decoration: none;
}

#calendly-content {
  height: 620px;
  margin-bottom: 80px;
  margin-top: -55px;
}
