.row{
  margin-bottom: 0px;
}

.btn-etapes{
  padding: 40px 0 20px 0;
}
.paragraphes *{
  text-align: center;
  padding: 0 10% 0 10%;
}
.paragraphes i.material-icons {
  font-size: 5rem;
  padding: 20px;
  background-image: linear-gradient(
    135deg,
    rgba(105, 188, 215, 0.8),
    rgba(23, 145, 202, 0.8)
  );
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

/*-------TYPE DE PREPARATION MAGISTRALE--------*/

.type-preparation-magistrale {
  height: auto;
  background: rgba(44, 44, 44, 0.24) url("../img/ordonnance.jpg") no-repeat
    fixed center center;
  background-size: cover;
}
.type-preparation-magistrale * {
  text-align: center;
}
.type-preparation-magistrale .items .item h4 {
  color: #fff;
  background-image: linear-gradient(
    135deg,
    rgba(249, 143, 132, 0.95),
    rgba(240, 18, 53, 0.95)
  );
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.type-preparation-magistrale .items .item i.material-icons {
  font-size: 5rem;
  color: #fff;
  padding: 5px;
  background-image: linear-gradient(
    135deg,
    rgba(249, 143, 132, 0.95),
    rgba(240, 18, 53, 0.95)
  );
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.type-preparation-magistrale h2 {
  font-size: 3.2rem;
  color: #ffffff;
}
.type-preparation-magistrale p {
  color: #3b3b3b;
  font-size: 1.2rem;
}
.type-preparation-magistrale .items {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}
.type-preparation-magistrale .items .item {
  border-radius: 10px;
  width: 33.33%;
  background-color: rgba(255, 255, 255, 0.9);
  transition: all ease 0.5s;
  margin: 15px;
  padding: 20px;
}
.type-preparation-magistrale .item:hover {
  box-shadow: 0 10px 10px #5c5c5c;
  transform: translateY(-5px);
}
@media screen and (max-width: 993px) {
  .type-preparation-magistrale {
    height: auto;
    background: rgba(44, 44, 44, 0.24) url("../img/ordonnance.min.jpg")
      no-repeat fixed center center;
    background-size: cover;
  }
  .type-preparation-magistrale .items {
    padding-top: 20px;
    display: block;
  }
  .type-preparation-magistrale .items .item {
    width: auto;
    background-color: rgba(255, 255, 255, 0.9);
    transition: all ease 0.5s;
    margin: 10px;
  }
  .type-preparation-magistrale .items .item i.material-icons {
    font-size: 3rem;
    padding: 5px;
  }
}
/*-------FIN TYPE DE PREPARATIONS--------*/
.cbd-herbo {
  padding: 20px 0 40px 0;
  background-color: #eee;
}
.cbd-herbo h4 {
  color: #fff;
  background-image: linear-gradient(
    135deg,
    rgba(105, 188, 215, 0.8),
    rgba(23, 145, 202, 0.8)
  );
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

/*-------FORMES GALENIQUES--------*/

.formes-galeniques {
  height: auto;
  background: rgba(44, 44, 44, 0.24) url("../img/ordonnance.jpg") no-repeat
    fixed center center;
  background-size: cover;
}
.formes-galeniques * {
  text-align: center;
}
.formes-galeniques .items .item h3 {
  color: #fff;
  background-image: linear-gradient(
    135deg,
    rgba(105, 188, 215, 0.8),
    rgba(23, 145, 202, 0.8)
  );
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.formes-galeniques .items .item img {
  height: 80px;
  padding: 5px;
}
.formes-galeniques h2 {
  font-size: 3.2rem;
  color: #ffffff;
}
.formes-galeniques .items {
  display: flex;
  justify-content: center;
}
.formes-galeniques .formes {
  padding-top: 20px;
  padding-bottom: 20px;
}
.formes-galeniques .items .item {
  border-radius: 10px;
  width: 33.33%;
  background-color: rgba(255, 255, 255, 0.9);
  transition: all ease 0.5s;
  margin: 15px;
  padding: 20px;
}
.formes-galeniques .item:hover {
  box-shadow: 0 10px 10px #5c5c5c;
  transform: translateY(-5px);
}
@media screen and (max-width: 993px) {
  .formes-galeniques {
    height: auto;
    background: rgba(44, 44, 44, 0.24) url("../img/ordonnance.min.jpg")
      no-repeat fixed center center;
    background-size: cover;
  }
  .formes-galeniques .items {
    padding-top: 20px;
    display: block;
  }
  .formes-galeniques .items .item {
    width: auto;
    background-color: rgba(255, 255, 255, 0.9);
    transition: all ease 0.5s;
    margin: 10px;
  }
  .formes-galeniques .items .item img {
    font-size: 3rem;
    padding: 5px;
  }
}
/*-------FIN FORMES GALENIQUES--------*/

/* --------------- TIMELINE --------------- */
.timeline {
  position: relative;
}
.timeline .timeline-event {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
}
.timeline .timeline-event .timeline-content {
  position: relative;
  width: calc(50% - 50px);
  opacity: 0;
  transition: all ease 1s;
}
.timeline .timeline-event::before {
  display: block;
  content: "";
  width: 2px;
  height: calc(50% - 30px);
  position: absolute;
  background: #d2d2d2;
  left: calc(50% - 1px);
  top: 0;
}
.timeline .timeline-event::after {
  display: block;
  content: "";
  width: 2px;
  height: calc(50% - 30px);
  position: absolute;
  background: #d2d2d2;
  left: calc(50% - 1px);
  top: calc(50% + 30px);
}
.timeline .timeline-event:first-child::before {
  display: none;
}
.timeline .timeline-event:last-child::after {
  display: none;
}
.timeline .timeline-event:nth-child(even) .timeline-content {
  margin-left: calc(50% + 50px);
}
.timeline .timeline-event:nth-child(odd) .timeline-content {
  margin-left: 0;
}
.timeline .timeline-badge {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  background: #F01235;
  top: calc(50% - 20px);
  right: calc(50% - 20px);
  border-radius: 50%;
  text-align: center;
  cursor: default;
}
.timeline .timeline-badge i {
  font-size: 25px;
  line-height: 40px;
  color: white;
}
@media (max-width: 993px) {
  .timeline .timeline-event .timeline-content {
    width: calc(100% - 70px);
  }
  .timeline .timeline-event::before {
    left: 19px;
  }
  .timeline .timeline-event::after {
    left: 19px;
  }
  .timeline .timeline-event:nth-child(even) .timeline-content {
    margin-left: 70px;
  }
  .timeline .timeline-event:nth-child(odd) .timeline-content {
    margin-left: 70px;
  }
  .timeline .timeline-badge {
    left: 0;
  }
}

/* --------------- FIN TIMELINE --------------- */