/* Fond supérieur haut */
.page-header
{
    color: #1F1F1F;
    font-size: 1.2em;
}

#pricing
{
    background-color: #EAEAEA;
    margin-top: -20px;
}

#pricing .plans h3 {
    color: #ffffff;
}

#pricing .plan {
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    border: 1px solid #CDCDCD;
}

#pricing .plan.featured .plan-title {
    font-size: 1.5em;
    margin-top: 0px;
    padding-top: 0px;
}

#pricing .plan .plan-title {
    background: none;
}

#pricing .plan .plan-title h3 {
    line-height: 0px;
    margin-top: 30px;
    font-size: 3em;
}

#pricing .plan .plan-title h4 {
    color: #333333;
}

#pricing .plan .plan-features li {
    padding: 1em 0;
}

#pricing .plan.featured.special,
#pricing .plan.featured.special .plan-title
{
    margin-bottom: 18px;
}

#pricing .plan.special .plan-cta .plan-buy .btn {
    background: #FF892D;
}

#pricing .plan.special .plan-cta .plan-buy .btn:hover {
    background: #FF7000;
}

#pricing .plan-features {
    min-height: 180px;
}

#pricing .plan .plan-cta {
    margin-top: 2.5em;
}

#pricing .plan.special .plan-cta {
    margin-top: 7.8em;
}

#pricing .plan .plan-cta .plan-buy {
    margin: 1.2em 0;
}

#pricing .product-pack {
    background-color: #cdcdcd;
    padding: 15px 15px 15px 25px;
    position: relative;
    margin: 5px auto;
}

#pricing .product-pack .ribbon {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-top: solid 20px #cdcdcd;
    border-left: solid 20px #cdcdcd;
    border-right: solid 20px transparent;
    border-bottom: solid 20px transparent;
}

#pricing .product-pack .ribbon span.ribbon-label {
    position: absolute;
    font-size: 0.8em;
    color: #ffffff;
    transform: translate(-15px, -15px) rotate(-45deg);
    -webkit-transform: translate(-15px, -15px) rotate(-45deg);
    -moz-transform: translate(-15px, -15px) rotate(-45deg);
    -o-transform: translate(-15px, -15px) rotate(-45deg);
    -ms-transform: translate(-15px, -15px) rotate(-45deg);
}

#pricing .product-pack.zen {
    background-color: #C3CFC4;
}

#pricing .product-pack.zen .ribbon {
    border-top: solid 20px #72C83F;
    border-left: solid 20px #72C83F;
}

#pricing .product-pack.eco {
    background-color: #BDC6CA;
}

#pricing .product-pack.eco .ribbon {
    border-top: solid 20px #5588FF;
    border-left: solid 20px #5588FF;
}

#pricing .product-pack span.pack-price {
    float: right;
    display: inline-block;
    padding: 5px 5px;
    min-width: 90px;
    text-align: center;
    border-radius: 10px;
    font-weight: bold;
    margin-left: 25px;
}

#pricing .product-pack small.unit-price {
    display: block;
    color: #615E5E;
    font-size: 80%;
}

#pricing .product-pack .btn
{
    float: right;
}

.cta-pricing
{
    font-size: 2em;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
}
