/* categories colors */
section.avis br {
  display: none;
}
@media only screen and (max-width:1199px) {
  section.avis .max-width {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media only screen and (max-width:650px) {
  section.avis .max-width .title.text-center {
    text-align: left !important;
  }
}
section.avis .max-width .avis-contener {
  margin-bottom: 64px;
}
@media only screen and (max-width:650px) {
  section.avis .max-width .avis-contener {
    margin-bottom: 40px;
  }
}
section.avis .max-width .avis-contener li .content-text {
  min-height: 15rem;
  display: block;
}
@media only screen and (max-width:650px) {
  section.avis .max-width .avis-contener li .content-text {
    min-height: 11rem;
  }
}
section.avis .max-width .avis-contener li p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 6px;
}
section.avis .max-width .avis-contener li span {
  display: block;
}
@media only screen and (max-width:1199px) {
  section.avis .max-width .avis-contener li span {
    height: 120px;
    overflow: hidden;
  }
}
@media only screen and (max-width:650px) {
  section.avis .max-width .avis-contener li span {
    height: inherit;
    margin-bottom: 10px;
  }
}
section.avis .max-width .avis-contener li a {
  text-decoration: underline;
  font-weight: 700;
  color: var(--primary-color, #2598ff);
  margin-bottom: 25px;
}
section.avis .max-width .avis-contener li a:hover, section.avis .max-width .avis-contener li a:focus {
  color: var(--primary-color-hovered, #1782E1);
}
@media only screen and (max-width:650px) {
  section.avis .max-width .avis-contener li a {
    margin-bottom: 15px;
  }
}
section.avis .max-width .avis-contener li div {
  display: flex;
  align-items: center;
}
section.avis .max-width .avis-contener li div figure {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 20px;
  overflow: hidden;
  flex-shrink: 0;
}
section.avis .max-width .avis-contener li div figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
section.avis .max-width .avis-contener li div p {
  font-weight: 600;
}
section.avis .max-width .avis-contener li div strong span {
  font-weight: 500;
}
section.avis .max-width .avis-contener .glide__bullets {
  width: 150px;
}
section.avis .max-width .avis-contener .glide__bullets button {
  margin-left: 4px;
  margin-right: 4px;
  padding: 0;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #7A8A9B;
  border: none;
}
section.avis .max-width .avis-contener .glide__bullets button.glide__bullet--active {
  background-color: var(--primary-color, #2598ff);
}
section.avis .avis-notation {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width:650px) {
  section.avis .avis-notation {
    display: block;
    text-align: center;
  }
  section.avis .avis-notation .avis-verifie {
    margin: 0 auto 24px;
  }
  section.avis .avis-notation .avis-verifie > * {
    width: 100% !important;
  }
}
section.avis .avis-notation .button {
  margin-top: 30px;
}
section.avis .avis-notation strong {
  display: block;
  height: 55px;
  font-size: 48px;
}
@media only screen and (max-width:650px) {
  section.avis .avis-notation strong {
    font-size: 55px;
    line-height: 65px;
    margin-bottom: 25px;
  }
}
section.avis .avis-notation div > div > div > div {
  height: 0 !important;
}
section.avis .avis-notation div p {
  font-weight: 700;
  margin-top: 5px;
  line-height: 26px;
  margin-bottom: 24px;
}
@media only screen and (max-width:650px) {
  section.avis .avis-notation div img {
    margin-left: auto;
    margin-right: auto;
  }
}

.program-theravitalia section.avis .avis-notation {
  display: none;
}
