@font-face {
    font-family: Formata;
    src: url(../fonts/Formata-Medium.eot);
    src: url(../fonts/Formata-Medium.eot?#iefix) format('embedded-opentype'), url(../fonts/Formata-Medium.woff) format('woff'), url(../fonts/Formata-Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Formata;
    src: url(../fonts/Formata-Italic.eot);
    src: url(../fonts/Formata-Italic.eot?#iefix) format('embedded-opentype'), url(../fonts/Formata-Italic.woff) format('woff'), url(../fonts/Formata-Italic.ttf) format('truetype');
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: Formata;
    src: url(../fonts/Formata-Light.eot);
    src: url(../fonts/Formata-Light.eot?#iefix) format('embedded-opentype'), url(../fonts/Formata-Light.woff) format('woff'), url(../fonts/Formata-Light.ttf) format('truetype');
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Formata;
    src: url(../fonts/Formata-LightItalic.eot);
    src: url(../fonts/Formata-LightItalic.eot?#iefix) format('embedded-opentype'), url(../fonts/Formata-LightItalic.woff) format('woff'), url(../fonts/Formata-LightItalic.ttf) format('truetype');
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: Formata;
    src: url(../fonts/Formata-Regular.eot);
    src: url(../fonts/Formata-Regular.eot?#iefix) format('embedded-opentype'), url(../fonts/Formata-Regular.woff) format('woff'), url(../fonts/Formata-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

.blog {
    font-family: Formata
}

.blog .container {
    position: relative
}

.half-width {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media (min-width:992px) {
    .half-width {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

.full-width {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.link-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.article__footer__link,
.article__footer__link:hover {
    text-decoration: none
}

.blog--health {
    color: #0c6
}

.blog--health .blog__filled {
    background-color: #0c6
}

a.blog--health:focus,
a.blog--health:hover,
a.blog--health:visited {
    color: #0c6
}

.article__footer__category--health:hover {
    background-color: #0c6
}

.blog--products {
    color: #de8def
}

.blog--products .blog__filled {
    background-color: #de8def
}

a.blog--products:focus,
a.blog--products:hover,
a.blog--products:visited {
    color: #de8def
}

.article__footer__category--products:hover {
    background-color: #de8def
}

.blog--recipes {
    color: #ff7f00
}

.blog--recipes .blog__filled {
    background-color: #ff7f00
}

a.blog--recipes:focus,
a.blog--recipes:hover,
a.blog--recipes:visited {
    color: #ff7f00
}

.article__footer__category--recipes:hover {
    background-color: #ff7f00
}

.blog--lifestyle_wellness {
    color: #9057ba
}

.blog--lifestyle_wellness .blog__filled {
    background-color: #9057ba
}

a.blog--lifestyle_wellness:focus,
a.blog--lifestyle_wellness:hover,
a.blog--lifestyle_wellness:visited {
    color: #9057ba
}

.article__footer__category--lifestyle_wellness:hover {
    background-color: #9057ba
}

.blog--in_depth {
    color: #3280f5
}

.blog--in_depth .blog__filled {
    background-color: #3280f5
}

a.blog--in_depth:focus,
a.blog--in_depth:hover,
a.blog--in_depth:visited {
    color: #3280f5
}

.article__footer__category--in_depth:hover {
    background-color: #3280f5
}

.blog__sidebar .blog__filled {
    background-color: #8a5ea5;
    color: #fff;
    font-size: 13px;
    padding: 7px 12px
}

.blog__subnav {
    margin-bottom: 36px
}

html[lang=en] .blog__subnav__header {
    background-image: url(../../blog_header_mobile.png)
}

@media (min-width:992px) {
    html[lang=en] .blog__subnav__header {
        background-image: url(../../blog_header_spring.jpg)
    }
}

html[lang=fr] .blog__subnav__header {
    background-image: url(../../blog_header_mobile_fr.png)
}

@media (min-width:992px) {
    html[lang=fr] .blog__subnav__header {
        background-image: url(../../blog_header_spring-FR.jpg)
    }
}

.blog__subnav__header {
    height: 228px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

@media (min-width:540px) {
    .blog__subnav__header {
        height: 338px
    }
}

@media (min-width:992px) {
    .blog__subnav__header {
        height: 270px
    }
}

.blog__subnav__nav {
    height: 90px;
    background-color: #fff;
    box-shadow: 1px 1px 4.45px .55px rgba(0, 0, 0, .15)
}

.blog__featured {
    text-decoration: none!important
}

@media(min-width:992px) {
    .blog__featured {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.subnav__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1046px;
    margin: auto;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px
}

.blog__subnav__item {
    width: 96px;
    border-top: 4px solid;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
    padding-top: 6px
}

.blog__subnav__mag {
    width: 96px;
    border: 4px solid;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    border-color: #9057ba;
    font-size: 12px;
    padding-top: 6px
}

.subnav__item__link {
    margin-left: 15px;
    margin-right: 15px
}

.subnav__item__link:focus,
.subnav__item__link:hover,
.subnav__item__link:visited {
    color: #000
}

.subnav__item__link--articles {
    display: none
}

.blog__subnav__item--health {
    border-color: #0c6
}

.blog__subnav__item--products {
    border-color: #dc7ced
}

.blog__subnav__item--recipes {
    border-color: #ff7f00
}

.blog__subnav__item--articles {
    border-color: #ff7f00;
    display: none
}

.blog__subnav__item--lifestyle_wellness {
    border-color: #000
}

.blog__subnav__item--in_depth {
    border-color: #1a71f4
}

.blog__subnav__item:first-child {
    margin-left: 0
}

.blog__subnav__item:last-child {
    margin-right: 0
}

.blog__subnav__search {
    width: 360px;
    height: 43px;
    position: relative
}

.blog__subnav__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.blog__wrapper {
    background-color: #f4f4f4
}

.blog__container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width:992px) {
    .blog__container {
        max-width: 590px;
        float: left;
        margin-left: -8px;
        margin-right: -8px
    }
}

@media (min-width:1200px) {
    .blog__container {
        max-width: 790px
    }
}

.blog__post {
    text-align: center;
    margin-bottom: 22px;
    display: block
}

.blog__link:focus,
.blog__link:hover,
.blog__link:visited {
    text-decoration: none
}

.blog__post.blog__active {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.blog__post__container {
    background-color: #fff;
    height: 100%;
    position: relative
}

@media (min-width:992px) {
    .blog__post__container {
        margin-left: 8px;
        margin-right: 8px
    }
}

.blog__post__header {
    position: relative;
    margin-bottom: 25px
}

.blog__post__header__gradient {
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, 0) 50%);
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, 0) 50%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.half-width .blog__post__header {
    padding-top: 103.697%
}

.full-width .blog__post__header {
    padding-top: 103.697%
}

@media (min-width:992px) {
    .full-width .blog__post__header {
        padding-top: 50.696%
    }
}

.blog__post__header__image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center;
    background-size: cover
}

.blog__post__header__content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px
}

.blog__post__featured {
    font-size: 13px;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    text-align: left;
    font-weight: 500
}

.half-width .blog__post__featured {
    display: none
}

.blog__post__featured .blog__filled {
    padding: 17px 33px;
    display: inline-block
}

.blog__filled {
    font-weight: 500
}

.blog__post__title {
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 500;
    padding-left: 15px;
    padding-right: 15px
}

.blog__post__category {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400
}

.blog__post__description {
    color: #818181;
    font-size: 17px;
    margin-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 22px;
    font-weight: 300
}

.blog__post__date {
    text-transform: uppercase
}

.blog__date {
    color: #000;
    font-size: 12px
}

.blog__post__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.blog__readmore__container {
    margin: auto
}

.blog__readmore {
    color: #fff;
    font-size: 12px;
    padding: 5px 14px;
    display: inline-block;
    font-weight: 400;
    letter-spacing: 1.5px
}

.blog__readmore:focus,
.blog__readmore:hover,
.blog__readmore:visited {
    color: #fff
}

.blog__sidebar {
    background-color: #fff;
    padding: 26px;
    width: 100%
}

@media (min-width:992px) {
    .blog__sidebar {
        max-width: 352px;
        float: right
    }
}

.blog__recommended {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.blog__recommended__container {
    border-bottom: 1px solid #7f7f7f;
    padding-bottom: 10px;
    margin-bottom: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.blog__recommended__container:last-of-type {
    border-bottom: none
}

.blog__container__ad {
    width: 100%
}

.sidebar__ad-box {
    margin-bottom: 22px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto
}

@media (min-width:992px) {
    .sidebar__ad-box {
        margin-top: 26px;
        margin-bottom: 26px
    }
}

.recommended__content__link:focus,
.recommended__content__link:hover,
.recommended__content__link:visited {
    text-decoration: none
}

.recommended__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 10px;
    width: 100%
}

.recommended__image img {
    width: 100%;
}

.recommended__category {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500
}

.recommended__title {
    font-size: 16px;
    color: #7e7e7e;
    font-weight: 300
}

.recommended__date {
    font-size: 12px;
    color: #000;
    font-weight: 300
}

.featured__title {
    font-size: 13px;
    color: #919191;
    margin-top: 18px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 500
}

.featured__content {
    font-size: 16px;
    color: #7e7e7e;
    font-weight: 300
}

.featured__image {
    margin: auto;
    max-width: 98px
}

@media (min-width:992px) {
    .featured__content {
        max-width: 185px;
        float: left
    }
    .featured__image {
        float: right
    }
}

.search__result {
    display: block;
    padding-bottom: 13px;
    border-bottom: 1px solid #a6a6a6;
    margin-bottom: 21px
}

.search__container {
    max-width: 680px;
    margin: auto;
    width: 100%
}

.search__title {
    font-size: 34px;
    color: #7b7b7b;
    margin-bottom: 56px
}

.search__image {
    background-position: center;
    background-size: cover;
    padding-top: 44.865%
}

.search__result__title {
    font-size: 24px;
    margin-bottom: 5px;
    line-height: 28px
}

.search__result__excerpt {
    font-size: 17px;
    color: #818181;
    margin-bottom: 5px
}

.search__result__date {
    font-size: 12px;
    margin-bottom: 5px;
    text-transform: uppercase
}

.search__result__space {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    color: #000
}

.blog__article__container {
    max-width: 775px;
    margin: auto
}

.blog__article__content {
    max-width: 695px;
    margin: auto
}

.blog__natural-facts {
    margin-top: 30px
}

.blog__article__body {
    font-size: 18px;
    color: #000;
    padding-bottom: 19px;
    border-bottom: 12px solid #000;
    margin-bottom: 45px;
    line-height: 24px;
    font-weight: 300
}

.blog__article__body strong {
    font-weight: 400
}

.blog__article__body p {
    margin-bottom: 26px
}

.blog__article__body ul {
    /* padding-left: 0;
    list-style: none; */
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #a6a6a6;
    border-bottom: 1px solid #a6a6a6
}

.blog__article__body p+ul {
    margin-top: -16px
}

.blog__article__body li p {
    margin-bottom: 0
}

@media(max-width:768px) {
    .blog__article__body img {
        max-width: 80%!important;
        height: auto!important;
        margin: auto!important;
        float: none!important;
        display: block;
        max-height: 400px;
        margin-bottom: 20px!important
    }
}

.blog__article__short {
    font-size: 26px;
    line-height: 34px;
    color: #fff;
    padding: 25px 40px;
    margin-bottom: 44px;
    font-weight: 300
}

@media (min-width:992px) {
    .blog__article__short {
        margin-left: -40px;
        margin-right: -40px
    }
}

.blog__article__header {
    height: 150px;
    background-position: center;
    background-size: cover;
    margin-bottom: 22px
}

@media (min-width:992px) {
    .blog__article__header {
        height: 595px
    }
}

.blog__article__breadcrumb {
    margin-bottom: 22px;
    text-transform: uppercase
}

.blog__article__breadcrumb a:first-child {
    color: #000
}

.blog__article__breadcrumb a:last-child {
    font-style: italic
}

.blog__article__title {
    font-size: 41px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 40px
}

.blog__article__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 42px
}

.blog__article__tag {
    color: #6d6f70;
    font-size: 12px;
    border: 1px solid #e2e2e2;
    background-color: #fff;
    padding: 5px;
    border-radius: 10px;
    margin-left: 3px;
    margin-right: 3px
}

.blog__article--health .blog__article__title {
    color: #0c6
}

.blog__article--health .blog__article__short {
    background-color: #0c6
}

.blog__article--health .blog__article__body {
    border-color: #0c6
}

.blog__article--products .blog__article__title {
    color: #dc7ced
}

.blog__article--products .blog__article__short {
    background-color: #dc7ced
}

.blog__article--products .blog__article__body {
    border-color: #dc7ced
}

.blog__article--recipes .blog__article__title {
    color: #ff7f00
}

.blog__article--recipes .blog__article__short {
    background-color: #ff7f00
}

.blog__article--recipes .blog__article__body {
    border-color: #ff7f00
}

.blog__article--lifestyle_wellness .blog__article__title {
    color: #9057ba
}

.blog__article--lifestyle_wellness .blog__article__short {
    background-color: #9057ba
}

.blog__article--lifestyle_wellness .blog__article__body {
    border-color: #9057ba
}

.blog__article--in_depth .blog__article__title {
    color: #1a71f4
}

.blog__article--in_depth .blog__article__short {
    background-color: #1a71f4
}

.blog__article--in_depth .blog__article__body {
    border-color: #1a71f4
}

.blog__article__author {
    padding-top: 8px;
    padding-bottom: 8px;
    border-top: 1px solid #a6a6a6;
    border-bottom: 1px solid #a6a6a6;
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: 300
}

.blog__article__date {
    float: right
}

.article__footer {
    padding: 30px 0;
    color: #000;
    font-size: 18px
}

.article__footer__title {
    margin-bottom: 10px
}

.related__link {
    display: block;
    margin-bottom: 30px
}

@media(min-width:992px) {
    .related__link {
        display: block;
        margin-bottom: 0
    }
}

.related__link:focus,
.related__link:hover,
.related__link:visited {
    text-decoration: none
}

.related__image {
    padding-top: 42.1259842519685%;
    background-position: center;
    background-size: cover;
    margin-bottom: 15px
}

.related__title {
    font-weight: 300
}

.related__category {
    color: #000
}

.related__product {
    display: block;
    margin-bottom: 30px
}

@media(min-width:992px) {
    .related__product {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.row.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.row.is-flex>[class*=col-] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.related__product__image {
    min-width: 93px;
    max-width: 93px;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.related__product__short {
    margin-left: 16px;
    margin-right: 16px;
    text-align: justify;
    font-size: 13px;
    color: #646464
}

.related__product__learn-more {
    color: #469042;
    text-decoration: underline;
    margin-top: 5px;
    text-align: center
}

.article__footer__row {
    padding-bottom: 40px;
    margin-bottom: 30px;
    border-bottom: 1px solid #a6a6a6
}

.article__footer__categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.article__footer__category {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    height: 27px;
    line-height: 27px;
    font-size: 14px;
    text-align: center;
    background-color: #d4d4d4;
    color: #fff
}

@media (min-width:992px) {
    .article__footer__category {
        width: 139px;
        margin-bottom: 0
    }
}

.article__footer__category:focus,
.article__footer__category:hover,
.article__footer__category:visited {
    color: #fff
}

.fb-comments {
    margin-left: -8px;
    margin-right: -8px
}

.social-share-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px
}

.social-share-button {
    display: inline-block;
    margin-right: 5px
}

.subnav__search__input,
.twitter-typeahead {
    width: 100%;
    height: 100%;
    border: none
}

.subnav__search__input {
    padding-left: 25px;
    padding-right: 25px;
    border: 4px solid #469042;
    border-radius: 20px;
    background: -webkit-linear-gradient(top, #fff 0, #f2f3f3 100%);
    background: linear-gradient(to bottom, #fff 0, #f2f3f3 100%);
    position: relative;
    font-size: 16px
}

.subnav__search__icon {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 19px!important;
    color: #7d7d7d!important;
    -webkit-transform: scaleX(-1)!important;
    transform: scaleX(-1)!important;
    height: 20px;
    z-index: 10
}

.subnav__mobile__icon {
    position: fixed;
    width: 56px;
    height: 56px;
    background-color: #855e9f;
    color: #fff;
    bottom: 20px;
    right: 20px;
    border-radius: 100%;
    z-index: 100;
    box-shadow: #000 4px 4px 12px
}

.subnav__mobile__search {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #f4f4f4;
    top: 0;
    z-index: 8000;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: .25s;
    transition: .25s
}

.subnav__mobile__search.mobile__active {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.subnav__mobile__search__input {
    width: 100%;
    height: 100%;
    border: 1px solid #c3c3c3;
    border-radius: 2px;
    background-color: #f4f4f4;
    color: #525252;
    padding-left: 10px
}

.subnav__mobile__search__container {
    width: 100%;
    height: 30px;
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px
}

.subnav__mobile__back {
    background-color: #f4f4f4;
    width: 96px;
    color: #000;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer
}

.subnav__mobile__links {
    position: absolute;
    left: 15px;
    right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 50px;
    bottom: 15px
}

.subnav__mobile__icon {
    text-align: center;
    line-height: 55px;
    font-size: 20px
}

span.twitter-typeahead .tt-dropdown-menu,
span.twitter-typeahead .tt-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box
}

span.twitter-typeahead .tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    width: 100%
}

span.twitter-typeahead .tt-suggestion.tt-cursor,
span.twitter-typeahead .tt-suggestion:focus,
span.twitter-typeahead .tt-suggestion:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7
}