body {
    padding-top: 100px;
    font-family: 'Varela Round', sans-serif;
}

a {
    color: #FFF;
}

a:hover, a:active, a:focus{
    color: #FFF;
    outline: none;
}


.grayZone {
    background-color: #e4e4e4;
    padding: 40px 15px;
    text-align: center;
}

.grayZone H1 {
    margin-bottom: 40px;
}

.why H2 {
    text-transform: uppercase;;
}
.why P {
    color: #e10141;
    width: 50%;
    margin: 0 auto 0 auto;
}

.why .logo, .partenaires {
    margin: 0 auto 0 auto;
}

.why .explain {
    padding: 10px 0 10px 0;
    height: 250px;
}

.why .explain IMG {
    max-width: 80px;
}

.why .explain H2 {
    font-size: 1.4em;
}

.greenZone {
    background-color: #39b396;
    padding: 5px 1px;
    text-align: center;
    color: white;
}

.redZone {
    background-color: #e10141;
    padding: 0 1px;
    text-align: center;
    color: white;
}

.redZone .footer{
    text-transform: uppercase;
    font-size: small;
    position: relative;
    top:-20px;
}

.grayZone .footer UL {
    list-style: outside none none;
    font-size: 0.9em;
    text-align: left;
    list-style-image: url('../images/bullet.png');
    padding-left: 10px;

}

.grayZone .footer UL LI{
    padding: 3px 0 3px 0;
}

.grayZone .footer H1 {
    text-align: left;
    font-size: 1.2em;
    text-transform: uppercase;
    margin:0 0 20px 0 ;
}




.grayZone .construction  a {
    color: #272b33;
    font-weight: bold;
}
.grayZone.gift  a {
    color: #272b33;
    font-weight: bold;
}

.grayZone .footer a {
    color: #272b33;
    font-weight: normal;
}


.genreZone {
    background-color: #e10141;
    padding: 25px 0 25px 0;
    text-align: center;
    letter-spacing: 1px ;
    color: #FFF;
    -webkit-box-shadow: 0px 2px 10px -4px rgba(0,0,0,0.75);-moz-box-shadow: 0px 2px 10px -4px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 10px -4px rgba(0,0,0,0.75);
    display: none;
}


.genreZone .active {
    font-weight: bold;
    text-decoration: underline;
}

.catalogueZone .col-lg-3 {
    padding: 0px;
    margin: 0px;

}

.catalogueZone .col-md-4 {
    padding: 0px;
    margin: 0px;
}


.roundLogo {
    display: block;
    width: 70px;
    margin: 0 auto 0 auto;
    position: relative;
    top: -35px;

}

.genreZone.affix  {
    position: fixed;
    top: 100px;
    width: 100%;
    z-index:10;
}

.genreZone.affix-top   {
    position: static;
}

.genreZone A.selected   {
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 1.1em;
}




.tile {
    padding: 10px;

}

.tilecontent {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 100px;
}

.tilecontent.title {
    font-size: 1.9em;
    line-height: 1.2em;
    padding: 20px 0 10px 0;
}

.tilecontent H1 {
    margin: 10px 0 10px 0;
}

.tilecontent.gray {
    color: white;
    background-color: #cfcfcf;
}

.tilecontent.green {
    color: white;
    background-color: #39b396;
}

.tilecontent.red {
    color: white;
    background-color: #e10141;
}

.slogan {
    display: table;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.slogan .text {
    display: table-cell;
    font-size: 1.7em;
    width: 390px;
    text-transform: uppercase;
}

.slogan .lineLeft {
    background-image: url("../images/whiteline.png");
    background-repeat: no-repeat;
    display: table-cell;
    background-position: right center;
}

.slogan .lineRight {
    background-image: url("../images/whiteline.png");
    background-repeat: no-repeat;
    display: table-cell;
    background-position: left center;
}

address {
    text-align: left;
    line-height: 1.5em;
}

abbr {
    color: #e10141;
}


@keyframes top-down {
    0%, 45% {transform: translateY(0);}
    5%, 15%, 25%, 35% {transform: translateY(-5px);}
    10%, 20%, 30%, 40% {transform: translateY(10px);}
}
.anim-top-down {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: 3;
    -moz-animation-iteration-count: 3;
    -o-animation-iteration-count: 3;
    animation-iteration-count: 1;
    -webkit-animation-name: top-down;
    -moz-animation-name: top-down;
    -o-animation-name: top-down;
    animation-name: top-down;
}

#toast-container > div {
    box-shadow: none;
    opacity: 1;
}

#toast-container > :hover {
    box-shadow: none;
}

.toast-success {
    background-color: #51A351;
}

hr {
    border: 0;
    height: 1px;
    background: #545454;
    margin-top: 40px;
    margin-bottom: 40px;
    }


.paymentLogo {
    display: block;
    float: left;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 40px;
    max-height: 60px;
}
.price-block {
    margin-top: 20px;
}

#toast-container > .toast-success {
    background-color: #0088CC;
}


.modal-dialog {
    width: 80%;
}
.modal-dialog LI {
    line-height: 2em;
}

.modal-dialog a{
    color: #000;
    font-weight: bold;
}

.popover-title {
     color: #030303;
 }

.popover-content {
    color: #030303;
}

.oldprice {
    text-decoration: line-through;
    font-size: 0.5em;
    margin-right: 10px;
}

.table A {
    color: #39b396;
}


@media (min-width: 480px) {


}


@media (min-width: 768px) {

    .genreZone {
        display: block;
    }

    .why .explain IMG {
        max-width: 100px;
    }

    .why .explain H2 {
        font-size: 1.8em;
    }

    .why .explain {
        padding: 30px 0 30px 0;
    }


}

@media (min-width: 992px) {



}
@media (min-width: 1200px) {

}