/*********************************************/
/******************Tarifs*********************/
/*********************************************/
article {
  width: 40%;
}
article div:nth-child(odd) {
  text-align: right;
}

article div:nth-child(2) h3 span {
  padding-left: 0;
  padding-right: 15px;
}

.tarif article {
  align-self: center;
}
.tarif h2 {
  margin: 0 0 40px 0;
  font-size: 4rem;
}
.tarif h2 span::before {
  content: " - ";
}
.tarif figure {
  width: 50%;
  align-self: flex-start;
}
.tarif figcaption {
  text-align: right;
  padding-top: 40px;
  font-size: 4rem;
}
.price.big {
  display: block;
  margin: 10px auto;
  text-align: right;
}
.price.small {
  display: inline-block;
  padding: 0 10px;
  font-size: 1.8rem;
}
.italic {
  font-style: italic;
  padding-bottom: 10px;
}
.tarif article div:first-child h3:first-child {
  margin-top: 0;
}

.groupe h2 {
  position: absolute;
  top: 10%;
  left: 85%;
  width: 275px;
  background-color: #fff;
  padding: 15px 20px 15px 10px;
  z-index: 9999;
}
.groupe article {
  flex-direction: column;
  width: 45%;
  height: 100%;
  padding: 0;
}
.groupe .flex-end img {
  width: 40px;
  height: 40px;
  margin-left: 20px;
}
.groupe .cta img {
  margin-right: 20px;
}

.groupe article > div {
  align-self: flex-end;
  max-width: 55%;
}
.groupe article div:nth-child(even) {
  margin-top: 20px;
  align-self: flex-start;
}
.groupe p {
  margin-top: 0;
  line-height: 1.5;
}
.cta {
  font-family: "Edo", sans-serif;
  font-size: 2.5rem;
  margin-top: 20px;
}
.cta span {
  align-self: center;
}
.groupe h3::after {
  content: none;
}
