.all-product .price-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.all-product .price-container .price {
  font-size: 26px;
  font-weight: 600;
}
.all-product .price-container .price:after {
  content: "€";
}
.all-product .price-container .user {
  font-size: 13px;
  font-weight: 500;
  opacity: 0.8;
}

p.all-product-ctn a {
  color: hsl(var(--primary));
  text-decoration: underline;
}


/* Nouveau pricing */
.pricing {
  display: flex;
  justify-content: center;
}
.pricing .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 70px 20px;
  max-width: 1192px;
  margin: 0 auto;
}

.pricing .product-selector {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px;
  gap: 10px;
  background: #F5F5FE;
  border: 2px solid #EEEDFD;
  border-radius: 20px;
}
.pricing .product-selector li a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 13px 20px 13px 16px;
  gap: 10px;
  border-radius: 10px;
  transition: all 0.3s ease;
  font-family: 'Garet';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  color: #312F7C;
}
.pricing .product-selector li.selected a,
.pricing .product-selector li:hover a {
  background: #FFFFFF;
  box-shadow: 0 0 0 2px #EEEDFD;
}
.pricing .product-selector li .dot {
  width: 0;
  height: 0;
  transition: all 0.15s ease-in-out;
}
.pricing .product-selector li.selected .dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.pricing .product-selector li.rse .dot {
  background: #B3A3FF;
}
.pricing .product-selector li.intranet .dot {
  background: #96D0E0;
}
.pricing .product-selector li.suite-bureautique .dot {
  background: #FFEC9D;
}
.pricing .product-selector li.ia .dot {
  background: #40bcd8;
}

.pricing .offer-table {
  margin-top: 60px;
}
.pricing .offer-table .product {
  width: 100%;
  display: none;
}
.pricing .offer-table .product.selected {
  display: block;
}
.pricing .offer-table .offers {
  display: flex;
  justify-content: center;
  justify-items: stretch;
  gap: 20px;
}
.pricing .offer-table .offers > li {
  width: 100%;
  max-width: 280px;
}
.pricing .offer-table .offers .price-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #fff;
  padding: 25px;
  gap: 10px;
  border-radius: 20px;
}

.pricing .offer-table .price-block .top-info {
  display: flex;
  flex-direction: column;
}
.pricing .offer-table .price-block .top-info h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 35px;
  color: #262166;
}
.pricing .offer-table .price-block .top-info p {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #4C408B;
}
.pricing .offer-table .price-block .top-info img {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}

.pricing .offer-table .price-block .bottom-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0px;
  width: 100%;
}
.pricing .offer-table .price-block .bottom-info .price {
  min-height: 36px;
}
.pricing .offer-table .price-block .bottom-info .price .bold {
  font-weight: 600;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: -0.03em;
  color: #262166;
}
.pricing .offer-table .price-block .bottom-info .price .small {
  font-weight: 500;
  font-size: 12px;
  line-height: 27px;
  color: #7666B6;
}
.pricing .offer-table .price-block .bottom-info .infos {
  font-weight: 500;
  font-size: 10px;
  min-height: 18px;
  line-height: 18px;
  color: #262166;
  opacity: 0.8;
}
.pricing .offer-table .price-block .bottom-info .new-button {
  width: 100%;
  text-align: center;
  margin-top: 5px;
}
.pricing .offer-table .price-block .bottom-info .new-button.primary {
  border: 2px solid #524EC4;
}

.pricing .offers .option-list {
  padding: 20px 20px 5px 20px;
}
.pricing .offers .option-list li {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #4C408B;
}
.pricing .offers .option-list li + li {
  margin-top: 5px;
}
.pricing .offers .option-list li:before {
  content: "✓";
  font-size: 18px;
  display: inline-block;
  margin-right: 10px;
}

.pricing .offers .fonctions {
  padding: 5px 20px 20px 20px;
}
.pricing .offers .fonctions .title {
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #312F7C;
}
.pricing .offers .fonction-list {
  list-style: disc inside;
}
.pricing .offers .fonction-list li {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #4C408B;
}
.pricing .offers .fonction-list li + li {
  margin-top: 5px;
}

/* Colors */
.pricing .offer-table .product.rse .price-block {
  filter: drop-shadow(0px 0px 4px rgba(82, 78, 196, 0.13));
  border: 2px solid #F5F5FE;
}
.pricing .offer-table .product.rse .best .price-block {
  background: linear-gradient(180deg, #B3A3FF 0%, #F4F0FF 100%);
  border: none;
}
.pricing .offer-table .product.intranet .price-block {
  filter: drop-shadow(0px 0px 4px rgba(0, 55, 106, 0.13));
  border: 2px solid #EAF6F9;
}
.pricing .offer-table .product.intranet .best .price-block {
  background: linear-gradient(180deg, #96D0E0 0%, #EAF6F9 100%);
  border: none;
}
.pricing .offer-table .product.suite-bureautique .price-block {
  filter: drop-shadow(0px 0px 4px #F1E5FF);
  border: 2px solid rgba(202, 199, 229, 0.2);
}
.pricing .offer-table .product.suite-bureautique .best .price-block {
  background: linear-gradient(180deg, #FFEC9D 0%, #FFFBEB 100%);
  border: none;
}
.pricing .offer-table .product.ia .price-block {
  filter: drop-shadow(0px 0px 4px rgba(0, 55, 106, 0.13));
  border: 2px solid #EAF6F9;
}
.pricing .offer-table .product.ia .best .price-block {
  background: linear-gradient(180deg, #96D0E0 0%, #EAF6F9 100%);
  border: none;
}

@media screen and (max-width: 1280px) {
  .pricing .product-selector {
    flex-wrap: wrap;
    padding: 10px;
    gap: 0;
  }
  .pricing .product-selector li {
    width: 100%;
  }
  .pricing .product-selector li a {
    padding: 10px 20px 10px 16px;
    font-size: 14px;
    width: 100%;
  }
  .pricing .product-selector li.selected .dot {
    width: 14px;
    height: 14px;
  }
  .pricing .product-selector li.selected a,
  .pricing .product-selector li:hover a {
    background: #FFFFFF;
    box-shadow: 0 0 0 2px #EEEDFD;
  }
  .pricing .offer-table .offers {
    flex-wrap: wrap;
  }
  .pricing .offer-table .offers > li {
    width: 100%;
    max-width: 350px;
  }
}