#giftFirstInfo {
    display: block;
    background-size: cover;
    background-image: url("../images/cadeau.jpg");
    margin: 0;
    padding: 20px;
    color: #FFF;
    text-align: center;
}

#giftFirstInfo H1 {
    font-size: 1.5em;
}

#giftFirstInfo H3 {
    font-size: 1em;
    display: none;
}


.btn-info {
    background-color: #39b396;
}
.btn-info:active, .btn-info:hover {
    background-color: #e10141;
}

.stepsBar .title {
    font-size: 1.5em;
    font-variant: small-caps;
    margin-right: 20px;

}
.numberCircleGift {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    padding: 8px;
    font-size: 18px;
    border: 2px solid #a4a4a4;
    color: #a4a4a4;
    position: relative;
    margin: 0 auto 0 auto;
    display: inline-block;
}
.numberCircleGift .height_fix {
    margin-top: 100%;
}
.numberCircleGift .content {
    position: absolute;
    left: 0;
    top: 50%;
    height: 100%;
    width: 100%;
    text-align: center;
    margin-top: -12px; /* Note, this must be half the font size */
}

.selected .numberCircleGift {
    border: 2px solid #e10141;
    color: #e10141;
}

.selectedTitle{
    color: #e10141;
    font-size: 1.5em;
    margin-right: 20px;
}

.passed .numberCircleGift {
    border: 2px solid #39b396;
    color: #39b396;
}

.stepsBar {
    height: 150px;
}

.stepsBar span {
    vertical-align:middle;
    display: inline-table;
}

.giftChoices{
    margin-right: auto;
    margin-left: auto;
    font-size: 20px;
}
.giftChoices td {
    padding: 20px;
}

.priceCol {
    color: #39b396;
    width: 150px;
}

#myForm {
    text-align: left;
    max-width: 700px;
    margin: 0 auto 40px auto;
}


@media (min-width: 480px) {


}


@media (min-width: 768px) {

    #giftFirstInfo H1, #giftFirstInfo H3 {
        margin: 80px;
        margin-left: 120px;
        margin-right: 120px;
        text-transform: uppercase;
    }
    #giftFirstInfo H1 {
        font-size: 2em;
    }

    #giftFirstInfo H3 {
        display: block;
        font-size: 1.5em;
    }

    #buttons a {
        margin: 40px;
    }
}

@media (min-width: 992px) {

    #giftFirstInfo H1 {
        font-size: 3em;
    }

    #giftFirstInfo H3 {
        font-size: 1.5em;
    }



}
@media (min-width: 1200px) {

}