/* table de prix */
.pricing-item:nth-of-type(2n+1) {
    background-color: rgba(23, 61, 80, 0.06);
}
.pricing-item {
    padding: 0.5em;
}
.pricing-header {
	padding: 0.1em 0.1em;
}
.pricing-header h2 {
	font-size: 1.3em;
    letter-spacing: 2px;
}
.pricing-header h2 {
	font-weight: 700;
    margin-bottom: 3px;
    text-transform: uppercase;
}
.cd-currency {
    display: inline-block;
    font-size: 1.5em;
    font-weight: 700;
    margin-top: 10px;
    vertical-align: top;
}
.cd-currency, .cd-duration {
    color: rgba(23, 61, 80, 0.4);
}
.cd-value {
    font-size: 4em;
    font-weight: 300;
}.cd-duration {
    font-size: 1.4em;
}
.cd-currency, .cd-duration {
    color: rgba(23, 61, 80, 0.4);
}
.pricing-footer{
	padding : 2em;
}
.pricings {
    width: 30%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    display:inline-block;
    vertical-align : top;
}

.row{
	
}
.caption {
    text-align: center;
}
.thumbnail {
    background-color: #fff;
    border: 0 none;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 -2px 0 rgba(0, 0, 0, 0.06) inset;
    padding: 0;
}
.thumbnail {
	display: block;
    line-height: 1.42857;
    margin-bottom: 20px;
    transition: border 0.2s ease-in-out 0s;
}

