.herboristerie .herboristerie-page1 {
  z-index: 50;
  height: 100%;
  background-image: linear-gradient(
      120deg,
      rgba(87, 56, 115, 0.7),
      rgba(50, 39, 47, 0.7),
      rgba(40, 0, 0, 0.7)
    ),
    url("../img/herbo1.jpg");
  background-size:auto, cover;
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  position: relative;
  color: #fff;
  padding-top: 2%;
  display: grid;
  max-width: 90%;
}
.herboristerie .herboristerie-page1 h1{
  margin: 20px;
}

.herboristerie .herboristerie-page1 h2{
  margin: 20px;
}
  
.herboristerie .herboristerie-page1 .herboristerie-ordi{
  display: block;
}
  
.herboristerie .herboristerie-page1 .herboristerie-mobile{
  display: none;
}
  
@media screen and (max-width: 600px) {
  .herboristerie .herboristerie-page1 .herboristerie-ordi{
    display: none;
  }
  .herboristerie .herboristerie-page1 .herboristerie-mobile{
    display: block;
  }
}

.herboristerie .herboristerie-page2 {
  z-index: 50;
  height: 100%;
  background-image: linear-gradient(
      120deg,
      rgba(87, 56, 115, 0.7),
      rgba(50, 39, 47, 0.7),
      rgba(40, 0, 0, 0.7)
    ),
    url("../img/herboristerie.jpg");
  background-size:auto, cover;
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  position: relative;
  color: #fff;
  padding-top: 2%;
  display: grid;
  max-width: 90%;
}
.herboristerie .herboristerie-page2 h1{
  margin: 20px;
}

.herboristerie .herboristerie-page2 h2{
  margin: 20px;
}

.herboristerie .herboristerie-page2 .herboristerie-ordi{
  display: block;
}

.herboristerie .herboristerie-page2 .herboristerie-mobile{
  display: none;
}

@media screen and (max-width: 600px) {
  .herboristerie .herboristerie-page2 .herboristerie-ordi{
    display: none;
  }
  .herboristerie .herboristerie-page2 .herboristerie-mobile{
    display: block;
  }
}

.herboristerie .herboristerie-page3 {
  z-index: 50;
  height: 100%;
  background-image: linear-gradient(
      120deg,
      rgba(87, 56, 115, 0.7),
      rgba(50, 39, 47, 0.7),
      rgba(40, 0, 0, 0.7)
    ),
    url("../img/herboristerie2.jpg");
  background-size:auto, cover;
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  position: relative;
  color: #fff;
  padding-top: 2%;
  display: grid;
  max-width: 90%;
}
.herboristerie .herboristerie-page3 h1{
  margin: 20px;
}

.herboristerie .herboristerie-page3 h2{
  margin: 20px;
}

.herboristerie .herboristerie-page3 .herboristerie-ordi{
  display: block;
}

.herboristerie .herboristerie-page3 .herboristerie-mobile{
  display: none;
}

@media screen and (max-width: 600px) {
  .herboristerie .herboristerie-page3 .herboristerie-ordi{
    display: none;
  }
  .herboristerie .herboristerie-page3 .herboristerie-mobile{
    display: block;
  }
}

.carousel.carousel-slider.center{
  margin-top: 20px;
  margin-bottom: 50px;
}

.herboristerie .carousel.carousel-slider {
  height:650px;
}

@media screen and (max-width: 1117px){
  .herboristerie .carousel.carousel-slider {
    height:550px;
  }
}

@media screen and (max-width: 736px){
  .herboristerie .carousel.carousel-slider {
    height:710px;
  }
}

@media screen and (max-width: 600px){
  .herboristerie .carousel.carousel-slider {
    height:550px;
  }
}

.middle-indicator .material-icons {
  font-size: 50px;
  background-color: #3b3b3b;
}

.middle-indicator{
  position:absolute;
  top:50%;
}
.middle-indicator-text{
  font-size: 4.2rem;
}
a.middle-indicator-text{
  color:white !important;
}
.content-indicator{
  width: 50px;
  height: 50px;
  background: none;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px; 
}

@media screen and (max-width: 993px) {
  .indicator-ordi{
    display: none;
  }
}
.one, .two, .three, .four, .five {
  border: none;
  border-radius: 4px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.48);
  overflow: hidden;
  padding: 20px 50px 20px 70px;
  margin-bottom: 20px;
  font-size: 20px;
  position: relative;
  margin:0 1px;
  color: white;
  cursor: pointer;
  display:inline-table;
  -webkit-transition: background-position .7s,box-shadow .4s;
  transition: background-position .7s,box-shadow .4s;
  font-family: 'Oswald', sans-serif;
}
.one:hover, .two:hover, .three:hover, .four:hover, .five:hover {
  background-position: 0% 30%;
}
.one:hover:after, .two:hover:after, .three:hover:after, .four:hover:after, .five:hover:after {
  right: -40px;
  -webkit-transition: right .4s,-webkit-transform 30s .2s linear;
  transition: right .4s,-webkit-transform 30s .2s linear;
  transition: right .4s,transform 30s .2s linear;
  transition: right .4s,transform 30s .2s linear,-webkit-transform 30s .2s linear;
}
.one:before, .two:before, .three:before, .four:before, .five:before, .one:after, .two:after, .three:after, .four:after, .five:after {
  font-family: FontAwesome;
  display: inline-flex;
  position: absolute;
}
.one:before, .two:before, .three:before, .four:before, .five:before {
  -webkit-transition: all 1s;
  transition: all 1s;
  font-size: 30px;
  left: 25px;
  top: 19px;
}
.one:after, .two:after, .three:after, .four:after, .five:after {
  -webkit-transition: right .4s, -webkit-transform .2s;
  transition: right .4s, -webkit-transform .2s;
  transition: right .4s, transform .2s;
  transition: right .4s, transform .2s, -webkit-transform .2s;
  font-size: 100px;
  opacity: .3;
  right: -120px;
  top: -17px;
}

.one {
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.16) inset, 0px 0px 10px 0px #2cb1da;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#83c4e6), to(rgba(171, 213, 231, 0.51)));
  background-image: linear-gradient(to bottom, #7fc7ed, rgba(187, 221, 238, 0.51));
}
.one:hover {
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.16) inset, 0px 0px 30px 0px #c9e4f4;
}
.one:hover:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.one:hover:before {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.one:after, .one:before {
  content:"1)";
}
.one b {
  color: #DDA6FF;
  font-weight: 700;
}

.two {
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.16) inset, 0px 0px 10px 0px #2cb1da;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#83c4e6), to(rgba(171, 213, 231, 0.51)));
  background-image: linear-gradient(to bottom, #7fc7ed, rgba(187, 221, 238, 0.51));
}
.two:hover {
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.16) inset, 0px 0px 30px 0px #3c7ce4;
}
.two:hover:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.two:hover:before {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.two:after, .two:before {
  content: "2)";
}
.two b {
  color: #FFD9B4;
  font-weight: 700;
}

.three {
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.16) inset, 0px 0px 10px 0px #2cb1da;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#83c4e6), to(rgba(171, 213, 231, 0.51)));
  background-image: linear-gradient(to bottom, #7fc7ed, rgba(187, 221, 238, 0.51));
}
.three:hover {
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.16) inset, 0px 0px 30px 0px #1d24ec;
}
.three:hover:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.three:hover:before {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.three:after, .three:before {
  content: "3)";
}
.three b {
  color: #63FFAC;
  font-weight: 700;
}

.four {
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.16) inset, 0px 0px 10px 0px #2cb1da;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#83c4e6), to(rgba(171, 213, 231, 0.51)));
  background-image: linear-gradient(to bottom, #7fc7ed, rgba(187, 221, 238, 0.51));
}
.four:hover {
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.16) inset, 0px 0px 30px 0px #33E7EA;
}
.four:hover:after {
  -webkit-transform: rotate(3000deg);
          transform: rotate(3000deg);
}
.four:hover:before {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.four:after, .four:before {
  content: "4)";
}
.four b {
  color: #0a10c7;
  font-weight: 700;
}

.five {
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.16) inset, 0px 0px 10px 0px #2cb1da;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#83c4e6), to(rgba(171, 213, 231, 0.51)));
  background-image: linear-gradient(to bottom, #7fc7ed, rgba(187, 221, 238, 0.51));
}
.five:hover {
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.16) inset, 0px 0px 30px 0px #DE3964;
}
.five:hover:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.five:hover:before {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.five:after, .five:before {
  content: "5)";
}
.five b {
  color: #F764FF;
  font-weight: 700;
}
.flexbox {
  display: flex;
  flew-wrap: wrap;
  justify-content: center;
  align-items: center;
}