@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600,700|Roboto:300,400,500,700");
body {
    font-family: 'Roboto';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media (min-width: 768px) {
    body {
        background-color: #f5f5f5
    }
}

.float_left {
    display: block;
    float: left;
    margin: 0;
    padding: 0
}

.float_right {
    display: block;
    float: right;
    margin: 0;
    padding: 0
}

.clearboth {
    clear: both;
    margin: 0;
    padding: 0;
    height: 0
}

.clearboth_2 {
    clear: both;
    margin: 0;
    padding: 0;
    height: 2px
}

.clearboth_5 {
    clear: both;
    margin: 0;
    padding: 0;
    height: 5px
}

.clearboth_10 {
    clear: both;
    margin: 0;
    padding: 0;
    height: 10px
}

.clearboth_15 {
    clear: both;
    margin: 0;
    padding: 0;
    height: 15px
}

.clearboth_20 {
    clear: both;
    margin: 0;
    padding: 0;
    height: 20px
}

.clearboth_30 {
    clear: both;
    margin: 0;
    padding: 0;
    height: 30px
}

.clearboth_50 {
    clear: both;
    float: none;
    margin: 0;
    padding: 0;
    height: 50px
}

.separation {
    width: 51px;
    height: 7px;
    margin: 0 auto;
    margin-bottom: 50px;
    background-color: #D7D7D7
}

body {
    background-color: #fff
}

@media (min-width: 768px) {
    body {
        background-color: #f5f5f5
    }
    .content {
        margin-top: 150px;
        margin-bottom: 100px;
        /*max-width:1000px*/
        ;
        background-color: #FFFFFF;
        border: 1px solid #D7D7D7;
        border-radius: 5px;
        padding: 50px
    }
    .background-blue {
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
        height: 455px;
        background-color: #4f8198
    }
}

.header {
    display: inline-block;
    color: #FFFFFF;
    height: 50px;
    width: 100%;
    background-color: #202346
}

.header .list-item {
    display: inline;
    list-style: none
}

.header .list-item .item {
    margin-right: 40px;
    display: inline;
    padding-top: auto;
    padding-bottom: auto
}

@media screen and (max-width: 1024px) {
    h1 {
        font-size: 42px;
        line-height: 56px
    }
    #hamburger-content {
        display: none
    }
    #hamburger-button,
    #hamburger-sidebar,
    .hamburger-activated #hamburger-overlay {
        display: block
    }
    .hamburger-activated #hamburger-sidebar {
        transform: translateX(0)
    }
}

.carousel {
    margin-bottom: 50px;
    height: 500px;
    width: 100%;
    background-color: grey
}

.carousel-item {
    height: 500px
}

.carousel-item .cover {
    object-fit: cover
}

.carousel-indicators {
    bottom: -40px
}

.carousel-indicators li {
    background-color: #3d3d3d;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    flex: none;
    -ms-flex: none
}

.carousel-indicators .active {
    background-color: #79c9c0
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    background-color: #4f8198;
    background-size: 15px
}

.carousel-control-prev-icon {
    left: -20px
}

.carousel-control-next-icon {
    right: -20px
}

@media screen and (max-width: 575px) {
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 25px;
    }
    .carousel-control-prev-icon {
        left: -12px;
    }
    .carousel-control-next-icon {
        right: -12px;
        background-position-x: 8px;
    }
}

.welcome {
    color: #D7D7D7;
    font-size: 30px;
    margin: 0 auto;
    text-align: center;
    margin: 0 auto
}

.disable {
    opacity: 0.5
}

.md {
    display: none
}

.title {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 20px;
    color: #5B5B5B;
    margin-top: 50px;
    text-align: center;
    text-transform: uppercase
}

.btn-redirection {
    font-family: 'Montserrat';
    font-weight: 700;
    margin: 10px;
    padding: 15px 50px;
    background-color: #79c9c0;
    color: #FFFFFF;
    border-radius: 2px
}

.btn-redirection:hover,
.btn-redirection:focus,
.btn-redirection:active {
    color: #FFFFFF;
    background-color: #55baaf
}

.points {
    position: relative;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    padding: 50px 0 50px 0;
    background-color: #699BB1;
    border-radius: 5px
}

.points-infos {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    margin: 15px
}

.points-nbr {
    font-size: 50px;
    font-family: 'Montserrat';
    font-weight: 700
}

.points__description {
    font-size: 15px;
    opacity: 0.5
}

.last-points {
    text-align: center
}

.last-points .tab {
    font-size: 14px;
    border-right: 1px solid #79c9c0;
    border-left: 1px solid #79c9c0;
    border-top: 1px solid #79c9c0;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 50px
}

.last-points .tab__header {
    color: #FFFFFF;
    background-color: #79c9c0
}

.last-points .tab__header__item {
    min-width: 150px;
    padding: 10px;
    font-weight: 700;
    text-align: center
}

.last-points .tab__row {
    border-right: 1px solid #DCDCDB;
    border-left: 1px solid #DCDCDB
}

.last-points .tab__row__item {
    padding: 10px;
    color: #787878;
    font-weight: 400
}

.last-points .tab__row__item-dark-bold {
    color: #3A3A3A;
    font-weight: 700
}

.last-points .tab__row:last-child {
    border-bottom: 1px solid #DCDCDB
}

.last-badge {
    text-align: center;
    margin: 50px
}

.last-badge .social-network__link {
    text-decoration: none
}

.last-badge .social-network__img {
    padding: 5px;
    margin: 5px;
    width: 50px;
    height: 50px
}

.last-badge .no-badge {
    height: 300px;
    width: 250px;
    margin: 0 auto;
    background-color: #f7f6f6;
    background-image: url("../img/no-badge.svg");
    background-position: center;
    background-repeat: no-repeat
}

.avaiable-gifts {
    text-align: center
}

.avaiable-gifts__description {
    font-size: 16px;
    margin-bottom: 50px;
    color: #2F2F2F;
    text-align: center
}

.avaiable-gifts .article {
    color: #FFFFFF
}

.avaiable-gifts .article-link {
    text-decoration: none
}

.avaiable-gifts .article__item {
    margin-bottom: 15px
}

.avaiable-gifts .article__item .img-background {
    border: 1px solid grey;
    min-width: 50px;
    min-height: 150px
}

.avaiable-gifts .article__item .img-background .item-standard {
    background-color: red;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: absolute;
    margin: 10px
}

.avaiable-gifts .article-footer {
    background-color: #303030;
    color: white;
    padding: 15px;
    font-size: 12px;
    text-align: left
}

.avaiable-gifts .article-footer__title {
    font-size: 16px
}

.avaiable-gifts .article-footer__brand {
    font-weight: 700;
    margin: 0
}

.avaiable-gifts .article-footer__category {
    margin: 0
}

.avaiable-gifts .article-footer__price {
    text-align: right;
    float: right;
    padding: 5px;
    border: 1px solid #FFFFFF
}

@media (min-width: 768px) {
    .md {
        display: table-cell
    }
    .tab {
        max-width: 500px
    }
    .points {
        padding: 100px 0 100px 0
    }
    .avaiable-gifts .article__item .img-background {
        min-height: 300px
    }
}

.shop-title {
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 15px
}

.filter-area__head-title {
    background-color: #333333;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase
}

.filter-area .filter-category__title,
.filter-area .filter-points__title,
.filter-area .filter-merchant__title {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700
}

.filter-area .filter-category__title .btn-more,
.filter-area .filter-points__title .btn-more,
.filter-area .filter-merchant__title .btn-more {
    cursor: pointer;
    float: right;
    font-size: 23px;
    text-transform: uppercase;
    margin-right: 10px
}

.article {
    color: #FFFFFF
}

.article-link {
    text-decoration: none
}

.article__item {
    padding: 5px;
    margin-bottom: 15px
}

.article__item .img-background {
    border: 1px solid grey;
    min-width: 50px;
    min-height: 150px
}

.article__item .img-background .item-standard {
    background-color: red;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: absolute;
    margin: 10px
}

.article-footer {
    background-color: #303030;
    color: white;
    padding: 15px;
    font-size: 12px;
    text-align: left
}

.article-footer__title {
    font-size: 14px
}

.article-footer__brand {
    font-weight: 700;
    margin: 0
}

.article-footer__category {
    margin: 0
}

.article-footer__price {
    text-align: right;
    float: right;
    padding: 5px;
    border: 1px solid #FFFFFF
}

@media (min-width: 768px) {
    .article__item .img-background {
        min-height: 200px
    }
}

.article-title {
    font-size: 35px;
    font-weight: 300
}

.article-description__title {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    padding: 10px;
    color: white;
    background-color: #202346
}

.article-description__text {
    padding: 15px;
    border: 1px solid #c1c1c1
}

.price-information .value {
    font-family: "Montserrat";
    font-size: 25px;
    font-weight: 700
}

/*# sourceMappingURL=app.css.map */