.pricing-plans {
width: 95%;
max-width: 1200px;
margin: auto;
overflow: hidden;
}
.tarifs-indications {
  margin: 30px auto 70px;
  position:relative;
  display:inline-block;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-style: italic;
  line-height: 25px;
}
.wrap {
  margin: 0 auto;
  width: 96%;
}
.pricing-plans a {
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
}
.pricing-grids {
  margin: 0 0 70px;
}
/*----*/
.pricing-grid1,
.pricing-grid2,
.pricing-grid3 {
  width: 31.5%;
  float: left;
  text-align: center;
  margin-right: 2%;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  padding: 0;
  border: none;
  border-radius: 0.7em;
  -webkit-border-radius: 0.7em;
  -o-border-radius: 0.7em;
  -moz-border-radius: 0.7em;
}
.pricing-grid3 {
  margin-right: 0;
}
.pricing-grid1:hover,
.pricing-grid2:hover,
.pricing-grid3:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  z-index: 1;
  border: none;
}
.pricing-grid1:nth-child(3) {
  margin-right: 0;
}
.price-value h2,
.price-value.two h3,
.price-value.three h4 {
  font-size: 1.8em;
  color: #fff;
}
.price-value,
.price-value.two,
.price-value.three {
  background: #000000;
  padding: 20px 5px;
  position: relative;
}
.price-value.two {
  background: #000000;
}
.price-value.three {
  background: #000000;
}
.price-value ul,
.pricing-grid1 ul,
.pricing-grid2 ul,
.pricing-grid3 ul {
  padding: 0;
}
.price-value ul li,
.pricing-grid1,
.pricing-grid2 ul li,
.pricing-grid3 ul li {
  list-style: none;
}
.price-value ul li {
  list-style: none;
}
.price-value p span {
  color: #ffffff;
  font-size: 17px;
}
.price-value lable {
  color: #bf1677;
  font-size: 22px;
}
.price-value.two p span {
  color: #ffffff;
}
.price-value.two p lable {
  color: #bf1677;
}
.price-value.three p span {
  color: #ffffff;
}
.price-value.three p lable {
  color: #bf1677;
}
.price-value p {
  padding: 11px 0;
}
.price-perso p  {
  color: #bf1677;
	font-size: 30px;
	font-weight: 700;
	padding: 30px 0;
}
.strong-span {
	font-weight: 900;
}
.sale-box,
.sale-box.two,
.sale-box.three {
  position: absolute;
  top: 0;
  overflow: hidden;
  height: 130px;
  width: 143px;
  text-align: center;
  z-index: 0;
  right: 0;
}
.sale-box span.on_sale {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: #bf1677;
  text-transform: uppercase;
  padding: 55px 35px 5px 97px;
  width: 281px;
  text-align: center;
  display: block;
  position: absolute;
  left: -47px;
  top: -41px;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: rotate(-44deg);
  -ms-transform: rotate(-44deg);
  transform: rotate(40deg);
  box-shadow: 3px -4px 13px 3px rgba(0, 0, 0, 0.75);
}
.sale-box.two.sale-box span.on_sale {
  background: #bf1677;
}
.sale-box.three.sale-box span.on_sale {
  background: #bf1677;
}
.pricing-grid1 ul li a,
.pricing-grid2 ul li a,
.pricing-grid3 ul li a {
  color: #000000;
  font-size: 15px;
  text-align: center;
  display: block;
  padding: 16px 0;
  text-decoration: none;
  font-weight: 400;
}
.pricing-grid1 ul li.whyt p,
.pricing-grid2 ul li.whyt p,
.pricing-grid3 ul li.whyt p {
  background: #f4f4f4;
}
.pricing-grid1:hover div.price-bg ul li p,
.pricing-grid1:hover div.price-value h3 p {
  color: #bf1677;
}
.pricing-grid2:hover div.price-bg ul li p,
.pricing-grid2:hover div.price-value h3 p {
  color: #bf1677;
}
.pricing-grid3:hover div.price-bg ul li p,
.pricing-grid3:hover div.price-value h3 p {
  color: #bf1677;
}
.price-bg {
  background: #fff;
}
.price-bg ul {
  padding: 0;
}
.price-bg ul li {
  list-style: none;
}
.price-bg ul li p {
  padding: 15px 0;
}
.cart1,
.cart2,
.cart3 {
  padding: 2.7em 0em 2.7em;
  display: block;
  border-bottom: 2px solid#bf1677;
}
.cart2 {
  border-bottom: 2px solid#bf1677;
}
.cart3 {
  border-bottom: 2px solid#bf1677;
}
.cart1 a,
.cart2 a,
.cart3 a {
  color: #fff;
  font-size: 0.9em;
  font-weight: 500;
  padding: 0.8em 2em;
  text-decoration: none;
  background: #bf1677;
  text-transform: uppercase;
  -webkit-appearance: none;
  border-radius: 1em;
  -webkit-border-radius: 1em;
  -o-border-radius: 1em;
  -moz-border-radius: 1em;
  outline: none;
}
.cart2 a {
  background: #bf1677;
}
.cart3 a {
  background: #bf1677;
}
.cart1 a:hover,
.cart2 a:hover,
.cart3 a:hover {
  color: #ffffff;
}

/*--------------*/
@media (max-width: 1366px) {
  .pricing-grid1 ul li a,
  .pricing-grid2 ul li a,
  .pricing-grid3 ul li a {
    font-size: 17px;
  }
}
@media (max-width: 1024px) {
  .pricing-grid1 ul li a,
  .pricing-grid2 ul li a,
  .pricing-grid3 ul li a {
    font-size: 15px;
  }
  .price-value,
  .price-value.two,
  .price-value.three {
    padding: 2em 0 1em 0;
  }
  .price-value h2 a,
  .price-value.two h3 a,
  .price-value.three h4 a {
    font-size: 1.6em;
  }
  .pricing-grids {
    margin: 8% 0;
  }
}
@media (max-width: 900px) {
  .pricing-grid1 h3 a,
  .pricing-grid2 h3 a,
  .pricing-grid3 h3 a {
    padding: 0.4em 1em;
    font-size: 0.7em;
  }
  .pricing-grid1,
  .pricing-grid2,
  .pricing-grid3 {
    width: 357px;
    float: none;
    text-align: center;
    margin: 1em auto;
  }
  .cart1,
  .cart2,
  .cart3 {
    padding: 2em 0em 2em;
  }
}
@media (max-width: 640px) {
  .pricing-grid1 ul li a,
  .pricing-grid2 ul li a,
  .pricing-grid3 ul li a {
    font-size: 15px;
  }
  .pricing-grid1,
  .pricing-grid2,
  .pricing-grid3 {
    width: 357px;
    float: none;
    text-align: center;
    margin: 1em auto;
  }
  .pricing-grid1 ul li a,
  .pricing-grid2 ul li a,
  .pricing-grid3 ul li a {
    font-size: 15px;
    padding: 13px 0;
  }
}
@media (max-width: 480px) {
  .pricing-grid1,
  .pricing-grid2,
  .pricing-grid3 {
    width: 357px;
  }
}
@media (max-width: 320px) {
  .pricing-grid1,
  .pricing-grid2,
  .pricing-grid3 {
    width: 100%;
    margin-right: 0;
  }
  .price-value h2 a,
  .price-value.two h3 a,
  .price-value.three h4 a {
    font-size: 1.2em;
  }
  .price-value h5 span,
  .price-value lable {
    font-size: 16px;
  }
}