@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
}

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

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

.breadcrumb {
    background-color: transparent
}

.breadcrumb-item+.breadcrumb-item::before {
    content: ">"
}

body {
    background-color: #fff
}

@media (min-width: 768px) {
    body {
        background-color: #f5f5f5
    }
    .content {
        margin-top: 150px;
        margin-bottom: 100px;
        max-width: 1250px;
        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: #CDD319
}

.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
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #787878;
    width: 220px;
    height: 40px
}

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ecf0f1;
    border: 1px solid #ecf0f1;
    padding: 8px 15px
}

.select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #787878 transparent transparent transparent;
    position: absolute;
    top: 16px;
    right: 10px
}

.select-styled:hover {
    background-color: #e6ebed
}

.select-styled:active,
.select-styled.active {
    background-color: #dde4e6
}

.select-styled:active:after,
.select-styled.active:after {
    top: 9px;
    border-color: transparent transparent #787878 transparent
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #dde4e6
}

.select-options li {
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;
    border-top: 1px solid #cfd9db
}

.select-options li:hover {
    color: #ecf0f1;
    background: #787878
}

.select-options li[rel="hide"] {
    display: none
}

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

.disable {
    opacity: 0.5
}

.md {
    display: none
}

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

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

.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 #CDD319;
    border-left: 1px solid #CDD319;
    border-top: 1px solid #CDD319;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 50px
}

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

.last-points .tab__header__item {
    min-width: 120px;
    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: 100%;
    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-link {
    text-decoration: none
}

.article__item {
    color: #FFFFFF;
    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 {
    margin-top: 50px
}

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

.article-description {
    margin-top: 20px
}

.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
}

.article-details {
    margin: 25px 0
}

.article-details__head-title {
    font-weight: 500;
    font-size: 18px;
    color: #494949;
    margin-bottom: 20px
}

.article-details__item {
    position: relative;
    padding: 15px 0;
    border-bottom: 1px solid lightgrey
}

.article-details__item-title {
    text-align: left;
    display: inline;
    color: #9e9e9e
}

.article-details__item-value {
    position: absolute;
    right: 0;
    text-align: right;
    display: inline
}

.price-information {
    text-align: right;
    margin: 25px 0
}

.price-information .value {
    display: inline;
    font-family: "Montserrat";
    font-size: 25px;
    font-weight: 700;
    margin: 0 15px
}

.btn-add-to-cart {
    cursor: pointer;
    font-family: "Montserrat";
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 10px 20px;
    background-color: #c9b479;
    color: #fff
}

.btn-add-to-cart::before {
    background: url("../img/shopping-cart.svg") no-repeat 0 0;
    content: "";
    width: 14px;
    height: 14px;
    background-size: 100%;
    display: inline-block;
    margin-right: 10px
}

.btn-add-to-cart:hover {
    background-color: #BBC019
}

.block-selection {
    margin-bottom: 50px
}

.block-selection__list {
    list-style: none;
    text-align: center;
    padding: 0
}

.block-selection__list__item {
    cursor: pointer;
    padding: 5px 0;
    margin: 10px 50px;
    font-family: "Montserrat";
    color: #202346;
    background-color: #DCDCDB;
    font-weight: 600;
    opacity: .5
}

.block-selection__list__item:hover {
    opacity: 1
}

.block-summary {
    display: none;
    max-width: 600px;
    margin: 0 auto
}

.block-summary__title {
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 14px;
    padding-bottom: 15px
}

.block-summary .selection-partner {
    margin-bottom: 25px
}

.block-summary .partner-points {
    text-align: right;
    color: #CDD319;
    font-weight: 700;
    font-family: "Montserrat";
    font-size: 14px
}

.block-summary .partner-points__value {
    font-size: 24px
}

.block-summary .tab-fullsize {
    width: 100%;
    margin: 25px 0
}

.block-summary .row_item_left {
    color: #787878
}

.block-summary .row_item_right {
    text-align: right;
    font-weight: 700
}

.block-badge {
    display: none
}

.block-badge .empty-badge {
    max-width: 1000px;
    height: 500px;
    background-image: url("../img/trophy.svg");
    background-color: #DCDCDB;
    background-repeat: no-repeat;
    background-position: center;
    outline-color: #202346;
    outline-style: dashed;
    outline-width: 3px;
    background-size: 150px
}

.block-history {
    display: none
}

.block-history .tab {
    text-align: center;
    font-size: 14px;
    border-right: 1px solid #CDD319;
    border-left: 1px solid #CDD319;
    border-top: 1px solid #CDD319;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 50px
}

.block-history .tab__header {
    color: #FFFFFF;
    background-color: #CDD319
}

.block-history .tab__header__item {
    min-width: 120px;
    padding: 10px;
    font-weight: 700;
    text-align: center
}

.block-history .tab__row {
    border-right: 1px solid #DCDCDB;
    border-left: 1px solid #DCDCDB
}

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

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

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

.selected {
    display: block
}

.active {
    opacity: 1
}

@media (min-width: 768px) {
    .tab {
        max-width: 500px
    }
    .block-selection__list__item {
        display: inline-block;
        background-color: transparent;
        border-bottom: 3px solid #202346;
        padding: 0
    }
}

@media (min-width: 1150px) {
    .tab__header__item {
        min-width: 200px
    }
}