.jumbo{
    padding: 8rem 0 52rem;

    position: relative;
    background: url("../assets/bground-low.jpg")
    no-repeat bottom center / cover;
}
.jumbo:before {
     position: absolute;
     content: '';
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: rgba(255,255,255,0.2);
}

.jumbotron{
    margin-bottom: 5rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
}

@media (min-width: 40em) {

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 5rem;
    }
}


@media (min-width: 992px) {
    .jumbo{
        padding: 15rem 2rem 19rem;
        background-image: url("../assets/bground-low.jpg");
        background-size: cover;
    }
    #currently{
        position: absolute;
        text-align: center;
        bottom: 3rem;
        right: 3rem;
    }

    #find-us{
        margin-bottom: 5rem;
    }

    #currently{
        position: absolute !important;
        bottom: 3rem!important;
        right: 1rem!important;
    }

    #cols{
        padding-top: 4rem!important;
    }
}

.btn-home{
    background-color: #f5c06a;
    color: white;
}
.btn-home:hover{
    background-color: #c79e53;
    color: white;
}

#currently{
    position: absolute;
    bottom: -15%;
    right: 0;
}

#currently:before{
    content: '';
    margin: 12rem;
}

#gamme{
    background-image: url("../assets/gamme-low.jpg");
    background-size: cover;
    padding: 0 0 3rem;
}
#gamme h2{
    font-family: "Apple Chancery", sans-serif;
}
#gamme h1, #gamme h2{
    color: #f5c06aee;
}
#gamme{
    color: white;
}
#gamme .featurette-heading{
    margin: 3rem 0 3rem !important;
    padding-top: 3rem;
}

#brand-logo{
    margin: 3rem;
}
#ge{

    font-weight: bold;
}

.yellow-bg{
    text-align: center;
    background-color: #f5c06aee;
    border-radius: 10px;
    padding: 1rem;
}

#cols{
    padding-top: 15rem;
}

#contacts{
}
#footer{
    background: url("../assets/footer-low.jpg") no-repeat top center / cover, linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1));
    min-height: 30rem;
}
.gamme-list{
    list-style-type: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}
.gamme-complement{
    font-weight: 300;
}
