.wrap {
  max-width: 1280px;
  margin: 20px auto 20px auto;
  text-align: center;
}
.boxnews {
  display: inline-block;
  margin: 5 5px;
  width: 250px;
  background: white;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
.box {
  display: inline-block;
  margin: 5 5px;
  width: 250px;
  background: white;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

.blue {
  background: #93C5C2;
}
.h1-price {
    margin: 20px 0;
    font-size: 1.3em;
    color: #333333;
}
.h2-price
{
    font-size: 0.8em;
    color: #666666;
    font-weight: 100;
    letter-spacing: 1px;
}
.price {
    height: 110px;
    width: 110px;
    text-align: center;
    background-color: #EC351D;
    border-radius: 50%;
    line-height: 110px;
    color: #FFF;
    font-size: 1.4em;
    font-weight: 100;
    margin: 20px auto;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}
.blue .price {
  background: white;
  color: #333333;
}
.blue h1, .blue h2, .blue p {
  color: white;
}
.about {
  margin: 10px 0px;
  padding-bottom: 10px;
  font-weight: 100;
  font-size: 0.8em;
  color: #000000
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.button-tarif {
    text-decoration: none;
    display: inline-block;
    margin: 20px auto;
    padding: 10px 20px;
    background: #EC351D;
    border-radius: 5px;
    color: white;
    font-size: 0.75em;
    font-weight: 100;
    transition: 0.7s ease-in-out;
    border-radius: 10px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
.button-tarif:hover {
  background: #A52514;
  text-decoration: line;
  color: #FFFFFF;
  active: none;
  border-radius: 10px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
.tv-price {
    color: #0000FF;
    outline: none;
    text-decoration: line;
    
}
.tv-price:hover {
    color: #0000FF;
    text-decoration: line;
}
.tv-price:active{
   
}




