@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'shore';
    src: url('../fonts/ShorelinesScriptBold.woff2') format('woff2'),
        url('../fonts/ShorelinesScriptBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@keyframes wave {
    100% {
        background-position: 0 0;
    }

    0% {
        background-position: 40px 0;
    }
}

body {}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase !important;
}

/* Loader */
.tvcms-loading-overlay .logo+img {
    display: none;
}

.tvcms-loading-overlay .tvcms-loading-inner:after {
    content: "";
    width: 42px;
    height: 6px;
    background-image: url('../img/wave_black.svg');
    background-position: 0 0;
    background-size: auto;
    background-repeat: repeat-x;

    animation-duration: 2s;
    animation-name: wave;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    display: block;
    margin: 5px auto -10px auto;
}

/* Hide before in title */
.tvcms-main-title .tvmain-title::before {
    display: none;
}

/* Title monsterrat */
.tvmain-slider-contant .tvmain-slider-info h2,
.tvmultibanner-content h4,
.tvfooter-logo-link-wrapper .tvfooter-title,
.tvproduct-name.product-title a h6,
.tvtestimonial-title a,
.tvmultibanner-2 .tvmultibanner-content h4,
.tvmultibanner-3 .tvmultibanner-content h4,
.tvnews-event-content-wrapper .tvnews-event-titel a h3,
.tvnews-event-content-wrapper .tvnews-event-titel h3 a,
.kr_blog_post_area .tvblog_post .post_content .post_title a,
.tvcmstestimonial .tvtestimonial-dec,
.tvcms-left-testimonial .tvtestimonial-dec,
.tvmultibanner2-wrapper .tvmultibanner-content p,
.tvmultibanner3-wrapper .tvmultibanner-content p,
.product-price-and-shipping .price,
.tvcopylink p,
.tvnews-event-description,
.kr_blog_post_area .tvblog_post .post_content .post_description p {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: unset;
}

/* Title shore */
.tvservices-content-box .tvservices-title {
    font-family: 'shore';
}

.tvservices-content-box .tvservice-dec {
    font-size: 14px;
    letter-spacing: unset;
    color: #26292f;
}

/* Added by settings */
.tvall-page-top-title h1,
#main .tvpage-header-title-wrapper h1,
.tvleft-right-title.facet-label,
.block-categories .category-top-menu>li.tv-category-title-wrapper a,
.tvapp-logo-content-inner .tvdekstop-footer-all-title-wrapper .tvfooter-title span,
.tvcategory-title-wrapper .tvleft-right-title span,
#header .tv-menu-horizontal ul li.level-1>a,
.menu-subtitle,
.tvinstagram-slider-title-wrapper .tvinstagram-title,
.tvinstagram-slider-title-wrapper .tvinstagram-user-name,
.tvtab-title-wrapper .tvtabs-products li span,
.tvcms-main-title .tvmain-title h2,
.tvservices-content-box .tvservice-dec {
    font-family: 'Montserrat', sans-serif;
    line-height: normal;
}

/* hide elements */
.tvcmstheme-control,
.tvcmstheme-layout,
.tv-main-slider:after,
.tvfooter-logo-link-wrapper:before,
.block_newsletter.tv-newsletter-wrapeer:after,
.tvcmsfooter-background-image:before,
.prod-animation.tvcms-snackbar {
    display: none;
}

/* heading 2 */
.tvnewsletter-lable-wrapper .tvnewsletter-title,
.tvcms-main-title .tvmain-title h2,
.tvmultibanner-2 .tvmultibanner-content h4,
.tvmultibanner-3 .tvmultibanner-content h4,
.tvmultibanner-content h4 {
    font-size: 1.063rem;
    font-weight: bold;
    line-height: normal;
}

.tvcms-main-title .tvmain-title h2:after {
    content: "";
    display: block;
    width: 42px;
    height: 6px;
    text-align: center;
    background: url("../img/wave-black.svg") no-repeat;
    margin: 20px auto 5px auto;
}

.tvcustomer-services h2 {
    max-width: 40%;
}

@media screen and (max-width: 640px) {
    .tvcustomer-services h2 {
        max-width: unset;
    }
}

#header .header-4 .tv-menu-horizontal ul li.level-1>a,
#header .header-6 .tv-menu-horizontal ul li.level-1>a,
#header .tv-menu-horizontal ul li.level-1 ul li.item-header a {
    text-transform: uppercase;
    padding: 25px 12px;
    font-weight: 700;
}

/* header */
#index .tvcmsdesktop-top-header-wrapper.header-6 {
    background: #FFFFFF;
}

#index .header-6 .tvcmsdesktop-top-header-box {
    border: none;
}

#header .tv-menu-horizontal ul li.level-1>a {
    font-size: 11px;
    letter-spacing: 1.65px;
}

#header .tv-menu-horizontal ul li.level-1 ul li.item-header a {
    color: #FFFFFF;
    margin-bottom: 5px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    width: 100%;
}

#header .tv-menu-horizontal ul li.level-1 ul li.item-header a:after {
    content: "";
    width: 42px;
    height: 6px;
    background-image: url('../img/wave_white.svg');
    background-position: 0 0;
    background-size: auto;
    background-repeat: repeat-x;

    animation-duration: 2s;
    animation-name: wave;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    opacity: 0;
    display: block;
    margin: 5px auto -10px auto;
}

#header .tv-menu-horizontal ul li.level-1 ul li.item-header a:hover:after {
    opacity: 1;
}

#header .tv-menu-horizontal ul li.level-1 ul li.item-header a:hover,
#header .tv-menu-horizontal ul li.level-1 ul li.item-line a:hover {
    color: #f26845;
}

@media screen and (max-width: 991px) {
    .tv-menu-horizontal ul li.parent .icon-drop-mobile:after {
        top: 8px;
    }

    #header .tv-menu-horizontal ul li.level-1>a {
        font-size: 16px;
        font-weight: bold;
    }

    #header .header-4 .tv-menu-horizontal ul li.level-1>a,
    #header .header-6 .tv-menu-horizontal ul li.level-1>a,
    #header .tv-menu-horizontal ul li.level-1 ul li.item-header a {
        padding: 10px;
    }

    .tv-menu-horizontal ul li ul {
        background: none;
    }

    .tv-menu-horizontal .menu-dropdown.tv-sub-menu {
        margin: 10px 0;
    }
}

.tv-menu-horizontal li.level-1.parent>a:after {
    margin-left: 8px;
}

#tvdesktop-megamenu .menu-content .level-1>a>span {
    position: relative;
}

#tvdesktop-megamenu .menu-content .level-1>a>span:after {
    content: "";
    width: 7px;
    height: 7px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("../img/round1.svg");
    position: absolute;
    right: -8px;
    top: 50%;
}

#tvdesktop-megamenu .menu-content .level-1>a:hover {
    color: #fab5ab;
}


#tvdesktop-megamenu .menu-content .level-1:nth-child(2)>a>span:after {
    background-image: url("../img/round1.svg");
}

#tvdesktop-megamenu .menu-content .level-1:nth-child(2)>a:hover {
    color: #fab5ab;
}

#tvdesktop-megamenu .menu-content .level-1:nth-child(3)>a>span:after {
    background-image: url("../img/round8.svg");
}

#tvdesktop-megamenu .menu-content .level-1:nth-child(3)>a:hover {
    color: #04a281;
}
#tvdesktop-megamenu .menu-content .level-1:nth-child(4)>a>span:after {
    background-image: url("../img/round2.svg");
}

#tvdesktop-megamenu .menu-content .level-1:nth-child(4)>a:hover {
    color: #f26845;
}

#tvdesktop-megamenu .menu-content .level-1:nth-child(5)>a>span:after {
    background-image: url("../img/round5.svg");
}

#tvdesktop-megamenu .menu-content .level-1:nth-child(5)>a:hover {
    color: #abdae9;
}

#tvdesktop-megamenu .menu-content .level-1:nth-child(6)>a>span:after {
    background-image: url("../img/round4.svg");
}

#tvdesktop-megamenu .menu-content .level-1:nth-child(6)>a:hover {
    color: #204397 !important;
}

/* Slider HP */
.tvcms-main-slider .tvmain-slider-contant {
    max-width: 540px;
    margin-right: 7%;
    padding: 90px 30px;
    background-image: url('../img/bulle_allongee_v2.svg');
    background-position: 50% 0;
    background-size: 520px 500px;
    background-repeat: no-repeat;
    text-align: center;
}

.tvcms-main-slider .paragraph {
    color: #26292f;
}

.tvmain-slider-contant .tvmain-slider-button {
    display: block;
    margin: 0 auto;
    padding: 15px 46px;
    background-image: url('../img/cta-blue-test.png');
    background-position: 50% 50%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: auto;
    background-color: transparent;
    border: none !important;
}

.tvmain-slider-contant .tvmain-slider-button {
    align-items: center;
    font-family: 'shore', sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    white-space: nowrap;
    border-radius: 0;
}

.tvmain-slider-btn .tvall-inner-btn span,
.tvmain-slider-contant .tvmain-slider-button:hover span {
    color: #FFFFFF !important;
    font-family: 'shore', sans-serif;
    font-size: 18px;
}

.tvmain-slider-btn {
    margin-top: 30px;
}

/* Menu */
.tv-menu-horizontal .menu-dropdown {
    border-color: #f26845;
    background: #26292f;
}

#tvcmsdesktop-language-selector .tv-language-dropdown.tv-dropdown {
    position: absolute;
}

/* Services */
.tvservices-img:after {
    display: none;
}

.tvservices-img img {
    object-fit: unset;
}

.tvservices-content-box .tvservices-title {
    color: #f26845;
}

.tvservices-wrapper {
    background: none !important;
    border: none !important;
}

/* Footer */
.tvcmsfooter-background-image {
    background-color: #26292f;
}

.block_newsletter.tv-newsletter-wrapeer {
    background: none;
    border: none;
}

@media screen and (max-width: 991px) {
    .block_newsletter.tv-newsletter-wrapeer {
        padding-bottom: 25px;
    }
}

.tvnewsletter-lable-wrapper .tvnewsletter-title {
    color: #FFF;
}

.block_newsletter form input[type=email] {
    border-radius: 30px;
    border: none;
    height: 54px;
}

.tvnewsleteer-btn-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: 0;
}

.tvcmsfooter-background-image .tvfooter-title,
#footer_sub_menu_store_info,
.tvfooter-store-link a,
.tvfooter-store-link-content a,
.tvfooter-store-link-fax a,
.footer-container li a {
    color: #FFF;
    line-height: normal;
    letter-spacing: unset;
}

.footer-container li a:hover {
    color: #f26845;
}

.footer-container {
    padding-top: 20px;
}

.tvfooter-storelogo-imformation {
    padding: 60px 0 20px 0;
    border-top: 1px solid #FFFFFF;
}

@media screen and (max-width: 991px) {
    .tvfooter-storelogo-imformation {
        padding: 20px 0;
    }
}

#footer_sub_menu_store_info .tvfooter-addresses i,
#footer_sub_menu_store_info .tvfooter-store-link i,
#footer_sub_menu_store_info .tvfooter-store-link-content i,
#footer_sub_menu_store_info .tvfooter-store-link-fax i {
    color: #FFF;
}

.tvcopylink a,
.tvcopylink p {
    color: #FFF;
}

.tvfooter-copy-payment-icon-content::before {
    display: none;
}

.tvcms-newsletter-wrapper #block-newsletter-label {
    font-family: shore, sans-serif;
    font-size: 22px;
    line-height: 30px;
    white-space: nowrap;
}

#main .page-footer {
    margin: 0;
}

.tvapp-logo-link-wrapper .tvapp-logo-microsoft,
.tvapp-logo-link-wrapper .tv-img-responsive {
    display: none;
}

.tvapp-logo-link-wrapper .tvapp-logo-apple a:before {
    content: url("../img/Facebook.svg");
    transform: scale(0.75);
    display: inline-block;
    margin: 0 10px;
}

.tvapp-logo-link-wrapper .tvapp-logo-google a:before {
    content: url("../img/Instagram.svg");
    transform: scale(0.75);
    display: inline-block;
    margin: 0 10px;
}

.psgdpr_consent_message {
    display: flex
}

/* Main slider */
.tvmain-slider-contant .tvmain-slider-info h2 {
    font-weight: bold;
    font-size: 1.563rem;
    line-height: normal;
}

.tvmain-slider-contant .tvmain-slider-info p {
    letter-spacing: unset;
    font-size: 0.875rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    line-height: 24px;
}

.tvmain-slider-content-inner {
    width: 100%;
}

#tvmain-slider .tvmain-slider-contant-left {
    left: 7%;
}

@media screen and (max-width: 640px) {
    #tvmain-slider.owl-carousel {
        height: unset !important;
        aspect-ratio: unset !important;
    }

    .tvmain-slider-content-inner {
        width: 100%;
    }

    #tvmain-slider .tvmain-slider-contant-left {
        position: static;
    }

    .tvcms-main-slider .tvmain-slider-contant {
        width: 100%;
        padding: 30px;
    }
}

/* button */
#tvcustomizebtn i,
.open-comment-form i {
    display: none !important;
}

.tvproduct-size-custom {
    display: flex;
}

#tvcustomizebtn.btn,
.open-comment-form.btn {
    font-family: Montserrat, sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 5px;
    padding: 1px 25px 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #f26845;
    border-radius: 25px;
    background-color: #FFFFFF;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 12px;
    line-height: 25px;
    text-transform: uppercase;
    max-width: max-content;

}

#tvcustomizebtn.btn span,
.open-comment-form.btn span {
    color: #f26845;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
}

#tvcustomizebtn.btn:hover,
.open-comment-form.btn:hover {
    background: #f26845 !important;
}

#tvcustomizebtn.btn:hover span,
.open-comment-form.btn:hover span {
    color: #ffffff !important;
}

.tvall-inner-btn-cancel span,
.tvall-inner-btn span {
    font-family: 'Montserrat', sans-serif;
}

.tvall-inner-btn,
.tvnewsleteer-btn-wrapper .tvall-inner-btn,
.tvcmscookies-notice .close-cookie {
    -webkit-mask-image: none;
    animation: none !important;
    padding: 15px 36px;
    border: 1px solid transparent;
    border-radius: 50px;
    background-color: #f26845;
}

.tvall-inner-btn:hover,
.tvcmscookies-notice .close-cookie:hover,
#tvcustomizebtn:hover,
.open-comment-form:hover {
    background-color: #FFFFFF !important;
    border-color: #f26845;
}

.tvall-inner-btn:hover span,
.tvcmscookies-notice .close-cookie:hover span,
#tvcustomizebtn:hover span,
.open-comment-form:hover span {
    color: #f26845 !important;
}

.tvall-inner-btn:before {
    display: none;
}

.tvcookies-notice-title a:hover {
    color: #f26845;
}

.tvcmscookies-notice {
    z-index: 99999;
}

/* Arrow slider */
.tvcmsnext-btn,
.tvcmsprev-btn {
    width: 40px;
    height: 40px;
    display: inline-block;
}

.tvcmsnext-btn svg,
.tvcmsprev-btn svg,
.tvcmsnext-btn:after,
.tvcmsprev-btn:after {
    display: none;
}

.tvcmsnext-btn {
    background: url("../img/icon-right.png") no-repeat center;
}

.tvcmsprev-btn {
    background: url("../img/icon-left.png") no-repeat center;
}

/* Back to top */
.tvbottom-to-top {
    display: none !important;
}

/* Price color */
.product-price .current-price .price,
.modal-body.tv-addtocart-content-part .tv-addtocart-price {
    color: #333333;
}

/* Hover icon color */
.tvproduct-wrapper .tvproduct-cart-btn:hover .tvproduct-out-of-stock,
.tvproduct-wrapper .tvproduct-quick-btn:hover .tvproduct-quick-icon,
.tvproduct-wrapper .tvproduct-wishlist:hover .tvproduct-wishlist-icon,
.tvproduct-wrapper .tvcompare-wrapper:hover .tvproduct-compare-icon {
    background-color: #f26845;
    border-color: #f26845;
}

/* Testimonial color */
.tvcmstestimonial {
    background: #d8eef2;
    margin-bottom: 0;
}

.tvtestimonial {
    padding-bottom: 125px;
}

.tvcmstestimonial:before {
    content: "";
    position: relative;
    width: 100vw;
    height: 4vw;
    margin-bottom: 50px;
    background-image: url('../img/wave-anim.svg');
    background-position: 0 0;
    background-size: cover;
    background-repeat: repeat-x;
    display: block;
}

.tvcmstestimonial:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100vw;
    height: 4vw;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    background-image: url('../img/wave-anim-top.svg');
    background-position: 0 0;
    background-size: cover;
    background-repeat: repeat-x;
}

.tvtestimonial-title-des {
    text-align: center;
}

.tvcmstestimonial .tvtestimonial-title,
.tvcmstestimonial .tvtestimonial-title a {
    color: #f26845;
    font-family: 'shore';
}

.tvcmstestimonial .tvtestimonial-designation {
    color: #26292f;
    font-size: 13px;
    font-weight: bold;
}

.tvtestimonial-inner-content-box {
    background: none;
}

.tvtestimonial-wrapper-info .tvtestimonial-inner-content-box:hover {
    box-shadow: none;
}

.tvtestimonial-inner-content-box .tvtestimonial-title-des svg {
    display: none;
}

.tvtestimonial-inner-content-box .tvtestimonial-title-des svg path {
    fill: #f26845;
}

.tvcmstestimonial .tvtestimonial-dec,
.tvcms-left-testimonial .tvtestimonial-dec {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: normal;
    color: #26292f;
    text-align: center;
    line-height: 24px;
}

.tvtestimonial-dec::before {
    display: none;
}

/* Cart elements */
.tvmultibanner-content h6 {
    color: #f26845;
}

.tv-cart-cart-inner,
.ttvcmscart-show-dropdown-right .ttvcart-counter,
.ttvcmscart-show-dropdown-right .ttvcart-product-list-checkout,
.ttvcmscart-show-dropdown-right .ttvcart-product-list-viewcart:hover,
.tvproduct-wrapper .tvproduct-cart-btn .tvproduct-add-to-cart {
    background: #f26845;
}

.tvheader-cart-btn-wrapper.tvcms-classic-block.sticky {
    border-color: #f26845;
}

/* Breadcrumb */
#wrapper .breadcrumb li:last-child a,
#wrapper .breadcrumb li:hover a {
    color: #f26845;
}

/* tabs */
.tabs .nav-tabs .nav-link.active,
.tvsticky-up-arrow:hover span,
.tvsticky-wishlist:hover .tvwishlist-sticky-name,
.tvsticky-compare:hover .tvsticky-compare-name,
.tvright-sticky-account:hover span,
.tvright-sticky-add-to-cart:hover span,
.cms-description a {
    color: #f26845;
}

.tvsticky-compare a:hover svg rect,
.tvsticky-compare a:hover svg path,
.tvright-sticky-add-to-cart a svg path,
.tvright-sticky-add-to-cart a:hover svg path,
.tvsticky-up-arrow a:hover i {
    color: #f26845;
}

/* Accout pass */
.forgotten-password .form-fields .email input {
    height: 54px;
}

.forgotten-password .form-fields .center-email-fields button {
    height: auto;
}

#authentication #wrapper,
#registration #wrapper,
#password #wrapper {
    background-image: url("../img/deco_jma2.png"), url("../img/deco_jma1.png");
    background-position: 100% 100%, 0px 0px;
    background-size: 125px, 125px;
    background-repeat: no-repeat, no-repeat;
    background-color: #f2f6f5;
}

#authentication .tv-main-div,
#registration .tv-main-div,
#password .tv-main-div {
    background: transparent;
}

#password #content {
    padding: 100px 50px;
    max-width: 640px;
    margin: 0 auto;
}

/* tabs */
.tvtab-product .tvtab-title-wrapper .tvtabs-products {
    border-radius: 30px;
    overflow: hidden;
}

.tvtab-title-wrapper .tvtabs-products li {
    margin: 0;
    mask-image: unset;
    -webkit-mask-image: unset;
}

.tvtab-title-wrapper .tvtabs-products li:hover:before,
.tvtab-title-wrapper .tvtabs-products li.active:before,
.tvtab-title-wrapper .tvtabs-products li:hover,
.tvtab-title-wrapper .tvtabs-products li.active {
    background: #f26845;
    mask-image: unset;
    -webkit-mask-image: unset;
}

.tvtab-title-wrapper .tvtabs-products li::before {
    display: none;
}

/* Reassurance blk */
#index #block-reassurance {
    text-align: center;
    margin-bottom: 4.5rem;
}

#index #block-reassurance:before {
    content: "#kooshtoujours";
    position: relative;
    z-index: 100;
    font-family: 'shore', sans-serif;
    color: #f26845;
    font-size: 50px;
    line-height: 90px;
    display: block;
    margin-bottom: 50px;
}

#index #block-reassurance li {
    display: inline-block;
}

#index #block-reassurance li .block-reassurance-item {
    border: none;
}

#index #block-reassurance img {
    width: 105px;
    height: auto;
    margin: 0;
}

#index #block-reassurance .h6 {
    display: inline-block;
    width: 100%;
    text-transform: unset !important;
}

@media screen and (max-width: 640px) {
    #index #block-reassurance:before {
        font-size: 35px;
    }

    #index #block-reassurance ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

/* CMS page */
body#cms .tv-main-div {
    background: #f2f6f5;
}

.cms-id-11 div#wrapper .container,
.cms-id-12 div#wrapper .container,
.cms-id-6 div#wrapper .container,
.cms-id-14 div#wrapper .container {
    width: 100%;
    padding: 0;
}

.cms-id-11 .page-content.page-cms,
.cms-id-12 .page-content.page-cms {
    background: #f2f6f5
}

#cms.cms-id-11 .tv-sub-pages-inner-content,
#cms.cms-id-12 .tv-sub-pages-inner-content {
    padding: 0;
}

#cms #wrapper .breadcrumb {
    display: none;
}

#cms h1 {
    font-size: 1.063rem;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 25px;
}

.page-content.page-cms h2,
.page-content.page-cms .h2,
.page-content.page-cms .h3,
.page-content.page-cms .h4,
.page-content.page-cms h3,
.page-content.page-cms h4 {
    font-size: 1rem;
}

/* Product variant */
.product-variants #group_1 .input-container .radio-label:before,
.product-variants #group_2 .input-container .radio-label:before {
    display: block;
}

.product-variants #group_1 .input-container:first-child .radio-label:before {
    content: url("../img/couche1.svg");
}

.product-variants #group_1 .input-container:nth-child(2) .radio-label:before {
    content: url("../img/couche2.svg");
}

.product-variants .input-container:nth-child(3) .radio-label:before {
    content: url("../img/couche3.svg");
}

.product-variants #group_1 .input-container:nth-child(4) .radio-label:before {
    content: url("../img/couche4.svg");
}

.product-variants #group_1 .input-container:nth-child(5) .radio-label:before {
    content: url("../img/couche5.svg");
}

.product-variants #group_1 .input-container:nth-child(6) .radio-label:before {
    content: url("../img/couche6.svg");
}

.product-variants #group_2 .input-container:first-child .radio-label:before {
    content: "";
    width: 150px;
    height: 100px;
    background: url("../img/motif1b.jpg") no-repeat center;
    background-size: cover;
}

.product-variants #group_2 .input-container:nth-child(2) .radio-label:before {
    content: "";
    width: 150px;
    height: 100px;
    background: url("../img/motif-joam.jpg") no-repeat center;
    background-size: cover;
}

.product-actions .input-container label span {
    box-shadow: unset !important;
}

.product-variants>.product-variants-item:has(#group_1),
.product-variants>.product-variants-item:has(#group_2) {
    display: block;
}

.tvfooter-product-sticky-bottom .input-container {
    display: none;
    transform: scale(0.7);
    margin: -15px 0 !important;
}

.tvfooter-product-sticky-bottom .input-container:has(input:checked) {
    display: inline-block;
}

#id_new_comment_form {
    flex-direction: column;
}

#id_new_comment_form .col-sm-6 {
    width: 100%;
}

.tvfooter-product-sticky-bottom .product-variants>.product-variants-item {
    display: flex;
}

.product-add-to-cart .add-to-cart {
    border-radius: 30px;
    box-shadow: none;
}

.product-quantity #quantity_wanted {
    height: 35px !important;
}

#product .tvproduct-page-wrapper .tvprduct-image-info-wrapper {
    border: none;
}

#product .tvcmsVerticalSlider.item {
    min-width: unset;
}
#product .tvall-product-star-icon, #product .tvproduct-wishlist-compare {
    display: none;
}

@media screen and (max-width: 640px) {
    .product-variants>.product-variants-item {
        display: block;
    }

    .product-variants>.product-variants-item ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Login */
.input-group .input-group-btn>.btn[data-action=show-password] {
    margin: 0;
    border-radius: 0;
}

.forgot-password a,
.no-account a {
    color: #666;
    text-decoration: none;
}

.forgot-password a:hover,
.no-account a:hover {
    color: #f26845;
}

/** Koosh Old Style **/
.w-form-formradioinput--inputType-custom {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    width: 12px;
    height: 12px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
    box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 4px;
    border-right-width: 4px;
    border-top-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    border-right-color: #3898ec;
}

.w-checkbox {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px;
}

.w-checkbox::before {
    content: ' ';
    display: table;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

.w-checkbox::after {
    content: ' ';
    display: table;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    clear: both;
}

.w-checkbox-input {
    float: left;
    margin-bottom: 0px;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: 4px;
    line-height: normal;
}

.w-checkbox-input--inputType-custom {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    width: 12px;
    height: 12px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
    background-color: #3898ec;
    border-top-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    border-right-color: #3898ec;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
    box-shadow: 0px 0px 3px 1px #3898ec;
}

h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 21px;
    line-height: 36px;
    font-weight: 700;
}

p {
    margin-bottom: 10px;
}

a {
    color: #f26845;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

strong {
    font-weight: bold;
}

.nav {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    background-color: #fff;
    /* box-shadow: 0 1px 20px -20px #000; */
}

.body {
    overflow: hidden;
    min-height: 100%;
    background-color: #f2f6f5;
    font-family: Montserrat, sans-serif;
    color: #26292f;
    line-height: 14px;
    font-weight: 400;
}

.body.jma {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.body.mon-compte {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.body.account-connect {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../img/deco_jma2.png'), url('../img/deco_jma1.png');
    background-position: 100% 100%, 0px 0px;
    background-size: 125px, 125px;
    background-repeat: no-repeat, no-repeat;
}

.wrapper {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1180px;
    margin-top: 0px;
    margin-left: 50%;
    padding-right: 1%;
    padding-left: 1%;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
}

.wrapper.insta-images {
    margin-top: 0px;
    margin-bottom: 0px;
}

.wrapper.super-footer-elements {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.wrapper.inter-titre {
    margin-top: 0px;
    margin-bottom: 70px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.wrapper.lifestyle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.wrapper.landing-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.wrapper.subnav {
    max-width: 1400px;
}

.wrapper.navbar {
    height: 145px;
}

.wrapper.wrapper-landing {
    padding-top: 20px;
    padding-bottom: 60px;
}

.nav-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1140px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.nav-link {
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #26292f;
    font-size: 11px;
    line-height: 11px;
    font-weight: 700;
    text-align: left;
    letter-spacing: 1.65px;
    text-decoration: none;
    text-transform: uppercase;
}

.nav-link.bt-product {
    margin-top: 0px;
}

.nav-link.bt-product:hover {
    color: #f26845;
}

.nav-link.bt-abo:hover {
    color: #fab5ab;
}

.nav-link.bt-reason:hover {
    color: #abdae9;
}

.nav-link.bt-obs:hover {
    color: #204397;
}

.item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 170px;
    margin-bottom: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    text-align: left;
}

.item.center {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.item.mini {
    margin-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.text-item-menu {
    line-height: 14px;
}

.top-nav {
    position: absolute;
    z-index: 4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    color: #4a4a4a;
    font-size: 11px;
}

.col-top-right {
    text-align: right;
}

.columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.top-link {
    position: static;
    top: 2px;
    right: 0px;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #26292f;
    text-decoration: none;
}

.top-link:hover {
    color: #f26845;
    text-decoration: none;
}

.top-link.pointer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-block {
    text-decoration: none;
}

.text-block-2 {
    display: inline-block;
}

.link-after {
    position: absolute;
    margin-top: 6px;
    margin-left: 4px;
}

.link-after.two-lines {
    margin-top: 20px;
}

.link-after.two-lines.last-item {
    margin-left: 2px;
}

.menu-link {
    display: inline-block;
    text-align: center;
}

.text-block-4 {
    display: inline-block;
}

.text-block-5 {
    display: inline-block;
}

.link-top-right {
    display: inline-block;
}

.top-nav-img {
    display: inline-block;
    max-width: 100%;
    margin-left: 5px;
}

.text-block-7 {
    display: inline-block;
}

.notification {
    position: absolute;
    z-index: 1001;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 35px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #26292f;
    color: #fff;
    text-align: center;
}

.notification.jma {
    position: absolute;
    left: 0px;
    top: 0px;
}

.bold-text-3 {
    font-size: 11px;
    line-height: 11px;
    text-transform: uppercase;
}

.image {
    display: inline-block;
}

.image.topbar-img {
    position: relative;
    display: inline;
    max-width: none;
    margin-right: 10px;
    margin-left: 10px;
}

.text-notif {
    display: block;
    margin-top: 0px;
}

.section-intro {
    display: block;
    height: 37vw;
    max-height: 680px;
    min-height: 320px;
    background-image: url('../img/intro.jpg');
    background-position: 50% 100%;
    background-size: cover;
}

.section-intro.landing {
    position: relative;
    height: 40vw;
    background-image: url('../img/bkg_landing.png');
}

.section-tout {
    position: static;
    font-family: shore, sans-serif;
}

.section-tout.homepage-section-tout {
    background-color: #fff;
}

.intro-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.intro-grid.left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.col-intro-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.col-intro-left {
    height: 100%;
}

.h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    /* letter-spacing: 2.7px; */
    text-transform: uppercase;
}

.paragraph {
    position: relative;
    width: auto;
    margin-top: 20px;
    margin-bottom: 30px;
    font-family: Montserrat, sans-serif;
    line-height: 24px;
    font-weight: 400;
}

.col-intro-right-content {
    max-width: 540px;
    margin-right: 7%;
    padding: 105px 30px;
    background-image: url('../img/bulle_allongee_v2.svg');
    background-position: 50% 0%;
    background-size: 520px 500px;
    background-repeat: no-repeat;
    text-align: center;
}

.cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 64px;
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    background-image: url('../img/cta.png');
    background-position: 50% 50%;
    background-size: 100% 100%;
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear;
    color: #f29179;
    text-align: center;
}

.cta:hover {
    opacity: 1;
    -webkit-filter: saturate(140%);
    filter: saturate(140%);
    color: #fff;
}

.cta.size-l {
    width: 300px;
}

.cta.small {
    margin-right: 10px;
    margin-left: 10px;
}

.cta.cta-text {
    background-color: transparent;
    text-decoration: none;
}

.cta.cta-blue {
    background-image: url('../img/cta-blue-test.png');
    background-position: 50% 50%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.cta-text {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding-right: 50px;
    padding-left: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: shore, sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    white-space: nowrap;
}

.cta-text:hover {
    text-decoration: none;
}

.bold-text-4 {
    max-width: none;
    font-family: Montserrat, sans-serif;
}

#custom-text {
    background: none;
    border-radius: 0;
    margin-bottom: 1.5rem;
    padding: 0;
    text-align: center;
}

#custom-text h2,
.h2 {
    display: block;
    max-width: 590px;
    margin-top: 50px;
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.title-wave {
    position: relative;
    z-index: 2;
    display: inline-block;
    float: none;
    clear: none;
    text-align: center;
}

.title-wave.abs {
    position: absolute;
    left: 50%;
    z-index: 9;
    display: inline-block;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}

.wave {
    display: inline-block;
}

.tout-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 50px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tout-col {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.title-tout {
    display: block;
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
    font-family: shore, sans-serif;
    color: #f26845;
    font-size: 18px;
}

.text {
    max-width: 310px;
    padding-right: 0px;
    padding-left: 0px;
    font-family: Montserrat, sans-serif;
    line-height: 24px;
}

.section-tuto {
    position: static;
    width: 100vw;
    height: 42vw;
    background-color: #dff2fb;
    text-align: left;
}

.section-produits {
    position: static;
    display: block;
    overflow: hidden;
    height: auto;
    background-color: #fff;
    text-align: center;
}

.home-product {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 25px;
    padding-bottom: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.home-product-title {
    margin-bottom: 10px;
    font-family: shore, sans-serif;
    color: #91dfcf;
    font-size: 30px;
    line-height: 48px;
    letter-spacing: 0px;
}

.home-product-title.coton {
    color: #54cae2;
}

.home-product-title.liniment {
    color: #ff9400;
}

.home-porduct-subtitle {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.home-product-list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
    margin-bottom: 8px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 18px;
    text-align: left;
}

.home-product-list {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: 590px;
    margin-top: 30px;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style-type: none;
}

.text-block-10 {
    line-height: 18px;
}

.section-testi {
    position: static;
    z-index: 1;
    padding-top: 0px;
    background-color: #d8eef2;
    text-align: left;
}

.section-testi.lading {
    background-color: #fff;
}

.section-testi.landing {
    background-color: #fff;
}

.slider-testi {
    height: auto;
    background-color: transparent;
}

.home-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70vw;
    max-width: 1280px;
    margin-top: 130px;
    margin-bottom: 80px;
    margin-left: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}

.visuel-parent {
    display: inline-block;
    overflow: hidden;
    width: 20vw;
    height: 20vw;
    border-radius: 500px;
    text-align: center;
}

.title-slider {
    display: inline-block;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: shore, sans-serif;
    color: #f26845;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
}

.slider-text {
    display: inline-block;
    max-width: 500px;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
}

.column-5 {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.slider-parents-name {
    font-family: Montserrat, sans-serif;
    font-size: 13px;
}

.insta-images {
    margin-top: 150px;
    margin-bottom: 150px;
}

.section-insta {
    position: static;
    padding-top: 50px;
    padding-bottom: 0px;
}

.insta-img {
    width: 100%;
    box-shadow: 1px 1px 3px -4px #000;
}

.insta-col {
    padding-right: 0px;
    padding-left: 0px;
}

.insta-title {
    position: relative;
    z-index: 100;
    font-family: shore, sans-serif;
    color: #f26845;
    font-size: 50px;
    line-height: 90px;
}

.section-reassur {
    padding-top: 40px;
    padding-bottom: 50px;
}

.section-reassur img {
    max-height: 96px;
}

.footer {
    overflow: hidden;
    height: auto;
    margin-bottom: 0px;
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #26292f;
    color: #26292f;
}

.reassur-text {
    font-weight: 400;
}

.footer-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: left;
}

.column-7 {
    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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.footer-link {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: color 500ms ease;
    transition: color 500ms ease;
    color: #fff;
    font-size: 11px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
}

.footer-link:hover {
    color: #f26845;
    text-decoration: none;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-title-right {
    margin-top: 5px;
    font-family: shore, sans-serif;
    color: #fff;
    font-size: 22px;
    line-height: 30px;
}

.super-footer {
    width: 100%;
    height: 85px;
    margin-top: 0px;
    padding-top: 31px;
    padding-bottom: 25px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    background-color: #fff;
}

.super-footer.jma {
    width: 100%;
}

.superfooter-text {
    display: block;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #26292f;
    font-size: 12px;
    line-height: 16px;
    text-decoration: none;
}

.superfooter-text:hover {
    color: #26292f;
}

.superfooter-text.link {
    -webkit-transition: color 500ms ease;
    transition: color 500ms ease;
}

.superfooter-text.link:hover {
    color: #f26845;
    text-decoration: none;
}

.superfooter-text.copyright {
    margin-right: 50px;
}

.img-rs {
    height: 27px;
    margin-right: 20px;
    margin-left: 20px;
    -webkit-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
}

.img-rs:hover {
    opacity: 0.5;
}

.img-rs.first {
    width: 36px;
    margin-left: 50px;
}

.newsletter-intro {
    margin-top: 15px;
    margin-bottom: 7px;
    color: #fff;
    font-size: 14px;
}

.text-field {
    display: inline-block;
    width: 259px;
    height: 49px;
    margin-bottom: 0px;
    border: 0px solid transparent;
    background-color: transparent;
    font-size: 12px;
    text-indent: 10px;
}

.submit-button {
    height: 46px;
    margin-left: 10px;
    background-color: transparent;
    font-family: shore, sans-serif;
    font-size: 18px;
}

.submit-button:hover {
    color: #f26845;
}

.newsletter-rgpd {
    margin-top: 3px;
    margin-bottom: 8px;
    color: #b3b3b3;
    font-size: 10px;
    line-height: 20px;
    font-weight: 200;
    letter-spacing: 1px;
}

.rgpd-link {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
}

.rgpd-link:hover {
    color: #f26845;
}

.intro-span {
    position: relative;
    bottom: -3px;
    display: inline-block;
    margin-bottom: 0px;
    font-family: shore, sans-serif;
    font-size: 16px;
    line-height: 16px;
    text-align: left;
    text-indent: 4px;
}

.slider-product {
    width: auto;
    height: auto;
    padding-bottom: 10px;
    background-color: transparent;
}

.mask {
    overflow: hidden;
}

.img-parents-home {
    width: auto;
    height: 100%;
    max-width: none;
}

.sticky-bar {
    position: fixed;
    top: -80px;
    z-index: 10000;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 75px;
    background-color: #fff;
    box-shadow: 0 1px 20px -20px #000;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.sticky-bar.open {
    top: 0px;
}

.column-8 {
    text-align: left;
}

.sticky-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 7px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.column-9 {
    text-align: right;
}

.column-9.abo-test-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.slider-arrow {
    position: absolute;
    top: 50%;
    display: block;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.slider-arrow:hover {
    opacity: 0.75;
    -webkit-transform: scale(0.95) translate(0px, -50%);
    -ms-transform: scale(0.95) translate(0px, -50%);
    transform: scale(0.95) translate(0px, -50%);
}

.slide-nav {
    display: none;
}

.slide-nav-2 {
    display: none;
}

.section-abo-perso {
    position: static;
    width: 100vw;
    height: auto;
    text-align: center;
    padding-bottom: 90px;
}

.nav-bkg {
    position: absolute;
    top: 0px;
    z-index: 2;
    width: 100%;
    height: 155px;
    background-color: #fff;
}

.submenu {
    z-index: 1;
    width: 100%;
    height: 200px;
    background-color: #26292f;
    -webkit-transform: translate(0px, -100%);
    -ms-transform: translate(0px, -100%);
    transform: translate(0px, -100%);
}

.collection-item {
    display: inline-block;
}

.menu-product-name {
    margin-top: 5px;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.submenu-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

.submenu-link:hover {
    text-decoration: none;
}

.wave-product {
    width: 42px;
    height: 6px;
    margin-top: 8px;
    background-image: url('../img/wave_white.svg');
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat-x;
}

.wave-product.wave-cross {
    background-image: url('../img/wave_black.svg');
    opacity: 0;
    -webkit-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
}

.wave-product.wave-logo {
    width: 34px;
    height: 6px;
    margin-top: 19px;
    background-image: url('../img/wave_black.svg');
}

.utility-page-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    max-height: 100%;
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.utility-page-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 260px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.utility-page-form {
    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;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.left-arrow {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.left-arrow:hover {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.right-arrow {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.right-arrow:hover {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.home-product-img {
    max-height: 500px;
    margin-bottom: 20px;
}

.nav-mobile {
    display: none;
}

.bt_close {
    position: absolute;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    cursor: pointer;
}

.bt_close:hover {
    opacity: 0.25;
}

.footer-mobile {
    display: none;
    height: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
}

.video-how {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    margin-top: 0px;
}

.h1-page {
    display: block;
    max-width: none;
    margin-top: 50px;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.h1-page.multiligne {
    max-width: 500px;
    margin-bottom: 10px;
}

.section-abo-packs {
    display: inline-block;
    width: 100%;
    margin-top: 80px;
}

.pack {
    height: auto;
    margin-right: 0px;
    margin-bottom: 100px;
    margin-left: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    border-radius: 5px;
    background-color: transparent;
}

.block-pack {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-bottom: 0px;
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid transparent;
    background-color: #fff;
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear;
    cursor: pointer;
}

.block-pack:hover {
    border-style: solid;
    border-width: 1px;
    border-color: #f26845;
    border-radius: 6px;
}

.pack-title {
    position: relative;
    width: 100%;
    margin-top: 10px;
    padding-top: 0px;
    color: #26292f;
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.image-7 {
    position: relative;
    width: 350px;
    height: 300px;
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
}

.text-pack {
    height: auto;
    min-height: 220px;
    margin-bottom: 20px;
    opacity: 1;
    font-family: Montserrat, sans-serif;
    color: #4a4a4a;
    line-height: 24px;
    font-weight: 400;
}

.collection-list-2 {
    position: relative;
}

.collection-list-wrapper-2 {
    position: relative;
}

.wave-pack {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}

.pack-price {
    display: inline;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
}

.prix {
    display: block;
    margin-bottom: 40px;
}

.div-block {
    display: block;
    color: #26292f;
}

.under-price {
    display: inline;
    font-size: 12px;
    line-height: 18px;
}

.prix-unitaire {
    display: inline;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
}

.abo-perso {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: -10px;
    margin-bottom: -50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.typo-title {
    position: relative;
    z-index: 2;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
    font-family: shore, sans-serif;
    color: #f26845;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
}

.img-abo {
    position: relative;
    z-index: 10;
    display: inline-block;
    height: auto;
    max-height: none;
    max-width: 600px;
    min-height: 600px;
    min-width: 600px;
    padding-top: 5%;
    padding-bottom: 5%;
    text-align: center;
    cursor: pointer;
}

.col-abo-right-content {
    display: inline-block;
    max-width: 380px;
    text-align: center;
}

.section-title {
    padding-bottom: 100px;
    text-align: center;
}

.text-header-title {
    margin-top: 30px;
    margin-bottom: 50px;
    font-size: 21px;
    line-height: 28px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.text-header-title.contact-page {
    margin-top: 50px;
    margin-bottom: 0px;
}

.section-content {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #fff;
    text-align: left;
}

.faq-title {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.faq-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
}

.faq-category-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    margin-top: -10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #26292f;
    font-size: 11px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
}

.faq-dropdown {
    display: inline-block;
    width: 100%;
    height: auto;
    border-top: 1px solid #e4e4e4;
    border-radius: 1px;
}

.collection-item-3 {
    position: relative;
    width: 100%;
}

.collection-list-3 {
    width: 100%;
}

.collection-list-wrapper-3 {
    width: 100%;
}

.faq-col-right {
    width: 75%;
    padding-left: 25px;
    text-align: left;
}

.faq-category {
    background-color: transparent;
    font-size: 12px;
    font-weight: 500;
}

.faq-category:hover {
    color: #f26845;
    text-decoration: none;
}

.faq-category.w--current {
    background-color: transparent;
    color: #f26845;
}

.faq-dropdown-toggle {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 0px;
    float: none;
    clear: left;
}

.faq-dropdown-toggle.w--open {
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: #f26845;
    font-weight: 700;
}

.icon {
    color: #f26845;
}

.faq-dropdown-list {
    position: relative;
    display: none;
}

.faq-dropdown-list.w--open {
    position: relative;
    width: 90%;
    margin-bottom: 50px;
    background-color: transparent;
    font-size: 12px;
    line-height: 24px;
}

.faq-answer {
    position: relative;
    width: 90%;
    margin-top: 12px;
    margin-bottom: -20px;
}

.form-block {
    display: none;
}

.section-contact {
    padding-top: 100px;
    padding-bottom: 100px;
}

.title {
    display: block;
    max-width: none;
    margin-bottom: 30px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.section-contact-form {
    padding-top: 0px;
    padding-bottom: 70px;
    background-color: #fff;
    text-align: left;
}

.formulaire-contact {
    position: relative;
    display: inline-block;
    width: 50vw;
    clear: none;
    text-align: left;
}

.form-block-2 {
    width: 100%;
    max-width: 1180px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.input {
    display: inline-block;
    height: 50px;
    margin-top: 12px;
    margin-bottom: 12px;
    padding-right: 12px;
    padding-left: 12px;
    border: 1px none transparent;
    border-radius: 5px;
    background-color: #f2f6f5;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    color: #26292f;
    font-size: 12px;
    font-weight: 500;
}

.input:focus {
    border-style: solid;
    border-color: #f26845;
    background-color: #f2f6f5;
}

.input::-webkit-input-placeholder {
    font-size: 11px;
    text-transform: uppercase;
}

.input:-ms-input-placeholder {
    font-size: 11px;
    text-transform: uppercase;
}

.input::-ms-input-placeholder {
    font-size: 11px;
    text-transform: uppercase;
}

.input::placeholder {
    font-size: 11px;
    text-transform: uppercase;
}

.input.half {
    width: 47%;
}

.input.half:focus {
    background-color: #f2f6f5;
}

.input.half.input-left {
    width: 47%;
    margin-right: 4%;
    padding-left: 12px;
}

.input.half.input-left:focus {
    background-color: #f2f6f5;
}

.input.third {
    width: 28%;
}

.input.third.input-left {
    width: 27%;
}

.input.seven {
    width: 67%;
}

.input.seven:focus {
    background-color: #f2f6f5;
}

.input.textarea {
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
}

.input.textarea:focus {
    background-color: #f2f6f5;
}

.input.quart {
    width: 19%;
}

.input.quart.input-left {
    width: 27%;
}

.input.input-last {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.input.cvc {
    width: 11%;
    margin-left: 4%;
}

.input.cvc.input-left {
    width: 27%;
}

.input.card-number {
    width: 63%;
}

.input.card-number.input-left {
    width: 60%;
}

.input.input-left {
    width: 100%;
}

.input.input-left:focus {
    background-color: #f2f6f5;
}

.select {
    display: inline-block;
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    border: 1px solid transparent;
    background-color: #f2f6f5;
    opacity: 1;
    color: #a0a3a6;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.textarea {
    display: inline-block;
    min-height: 150px;
    border: 1px solid transparent;
    border-radius: 0px;
    background-color: #f2f6f5;
    font-size: 12px;
    font-weight: 500;
}

.justify-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: right;
}

.col-form-after2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.rgpd-form {
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 20px;
}

.col-form-after1 {
    margin-top: 10px;
    margin-bottom: 50px;
}

.text-block-12 {
    display: inline;
    color: #f26845;
    font-weight: 500;
    text-decoration: none;
}

.image-8 {
    margin-right: 10px;
}

.link-block-2 {
    text-decoration: none;
}

.checkbox-field {
    position: relative;
    width: auto;
}

.checkbox {
    display: inline-block;
    margin-right: 20px;
    padding-top: 20px;
    padding-left: 0px;
}

.checkbox.adresse-livraison-switch {
    display: block;
    margin-top: 0px;
    margin-right: 0%;
    padding-left: 0px;
}

.checkbox.contact {
    margin-right: 0px;
    padding-top: 0px;
}

.checkbox.long {
    display: block;
}

.checkbox-label {
    display: inline-block;
}

.column-11 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 80%;
    -ms-flex: 0 80%;
    flex: 0 80%;
}

.bold-text-5 {
    letter-spacing: 2.5px;
}

.bloc-contact {
    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;
    border: 1px solid transparent;
    background-color: #fff;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    text-decoration: none;
}

.bloc-contact:hover {
    border-style: solid;
    border-width: 1px;
    border-color: #f26845;
    border-radius: 6px;
    text-decoration: none;
}

.contact-blocs {
    margin-top: 60px;
}

.titre-bloc-contact {
    padding-bottom: 10px;
    color: #26292f;
    line-height: 30px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.image-bloc-contact {
    margin-top: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.text-bloc-contact {
    margin-bottom: 20px;
    color: #26292f;
    line-height: 20px;
}

.bt-rs {
    width: 38px;
    max-width: 100%;
    margin-right: 5px;
    margin-left: 5px;
}

.logo {
    margin-bottom: 0px;
}

.mask-submenu {
    position: absolute;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 200px;
}

.mask-sticky {
    position: fixed;
    top: 0px;
    z-index: 1000;
    overflow: hidden;
    width: 100%;
    height: 150px;
}

.text-block-14 {
    font-size: 15px;
    font-weight: 500;
}

.bkg-product {
    position: absolute;
    bottom: -495px;
    width: 100%;
    -webkit-transform: translate(0px, -104%);
    -ms-transform: translate(0px, -104%);
    transform: translate(0px, -104%);
}

.h1-produit {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.section-product-header {
    position: static;
    overflow: hidden;
    height: auto;
    text-align: center;
}

.img-push {
    position: relative;
    display: inline-block;
    max-width: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: left;
}

.text-push {
    height: auto;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    text-align: left;
}

.push-titre {
    margin-bottom: 4px;
    line-height: 18px;
    font-weight: 700;
    text-align: left;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.col-push {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.push-text {
    position: relative;
    display: block;
    height: 100%;
    font-size: 14px;
    line-height: 20px;
}

.bkg-push {
    position: relative;
}

.bkg-push.zero {
    position: relative;
}

.push-picto {
    position: absolute;
    z-index: 10;
    width: 64px;
    height: 64px;
    margin-top: 14px;
    margin-left: 33px;
    text-align: left;
}

.pushs {
    position: relative;
    width: 100%;
    max-width: 1380px;
    margin-top: 20px;
    margin-bottom: 50px;
    margin-left: 50%;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}

.columns-5 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-lifestyle {
    height: 86vh;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.section-goods {
    padding-bottom: 30px;
    background-color: #fff;
    text-align: center;
}

.html-embed {
    width: auto;
}

.product-handtext {
    font-family: shore, sans-serif;
    color: #f26845;
    font-size: 26px;
    line-height: 40px;
}

.product-handtext.zero {
    display: block;
    overflow: visible;
    width: 100%;
    max-height: 73px;
    font-size: 33px;
    line-height: 73px;
}

.product-text {
    display: inline-block;
    max-width: 420px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.product-goods {
    margin-top: 50px;
}

.section-zero {
    padding-top: 0px;
    padding-bottom: 50px;
    background-color: #fff;
}

.plus-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 750px;
    height: 359px;
    max-height: none;
    max-width: none;
    min-height: auto;
    min-width: auto;
    margin-top: 0px;
    margin-left: 50%;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    text-align: center;
}

.img-zero {
    position: relative;
    display: inline-block;
    width: 163px;
    height: auto;
    max-height: none;
    max-width: none;
    margin-top: 20px;
    clear: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
}

.zero-text {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(0px, -59px) rotate(-5deg);
    -ms-transform: translate(0px, -59px) rotate(-5deg);
    transform: translate(0px, -59px) rotate(-5deg);
    font-family: shore, sans-serif;
    color: #fff;
    font-size: 80px;
    line-height: 120px;
}

.porcent {
    font-size: 60px;
}

.text-zero {
    display: inline-block;
    max-width: none;
    line-height: 24px;
}

.zero-link {
    background-color: transparent;
    color: #f26845;
    line-height: 24px;
    font-weight: 700;
}

.benefice-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 530px;
    height: 490px;
    padding-right: 80px;
    padding-left: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../img/white_bubble_text.svg');
    background-position: 50% 50%;
    background-size: 90%;
    background-repeat: no-repeat;
}

.benefice-text {
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 100%;
    max-width: none;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.section-certif {
    padding-top: 50px;
    padding-bottom: 0px;
    background-color: #fff;
}

.tab-certif {
    margin-top: 30px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.img-certif {
    width: auto;
    max-height: 110px;
    max-width: 130px;
    margin-top: 50%;
    margin-left: 50%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
}

.tab-link-certif {
    display: inline-block;
    width: 140px;
    height: 140px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: transparent;
    opacity: 0.25;
    cursor: pointer;
}

.tab-link-certif.w--current {
    width: 140px;
    height: 140px;
    margin-right: 0px;
    padding-right: 0px;
    background-color: transparent;
    opacity: 1;
}

.ingredient-drop {
    width: 100%;
    height: auto;
    max-width: 457px;
    margin-bottom: 10px;
    border-radius: 5px;
    background-color: transparent;
}

.ingredient-toogle {
    width: 100%;
    height: 34px;
    padding-top: 11px;
    padding-left: 12px;
    border-radius: 5px;
    background-color: #fff;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.ingredient-toogle.w--open {
    background-color: #fff;
    color: #f26845;
}

.icon-2 {
    width: auto;
    margin-top: 12px;
    margin-right: 12px;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.ingredients-down.w--open {
    position: relative;
    background-color: transparent;
}

.ingredient-item {
    margin-top: 15px;
    margin-bottom: 0px;
    padding-left: 10px;
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
}

.block-ingredient {
    display: inline-block;
    margin-top: 50px;
    padding-right: 75px;
    padding-left: 75px;
    -webkit-column-count: 2;
    column-count: 2;
}

.block-ingredients-couche {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-chiffres {
    padding-top: 40px;
    padding-bottom: 50px;
}

.block-chiffre {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.text-chiffre {
    width: 210px;
    margin-right: 0px;
    margin-left: 10px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    line-height: 24px;
}

.div-chiffre {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section-plus {
    position: static;
    padding-top: 20px;
    padding-bottom: 0px;
    background-color: #fff;
}

.plus-title {
    margin-bottom: 20px;
    font-family: shore, sans-serif;
    color: #f26845;
    font-size: 37px;
    line-height: 40px;
}

.plus-texte {
    position: relative;
    z-index: 10;
    display: inline-block;
    width: 100%;
    max-width: 580px;
    color: #fff;
    line-height: 24px;
}

.section-usine {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    text-align: center;
}

.usine-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 960px;
    max-width: none;
    margin-left: 50%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}

.usine-title {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.usine-text {
    display: block;
    max-width: 790px;
    margin-top: 25px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    line-height: 24px;
    text-align: center;
}

.section-cross-sale {
    margin-bottom: 0px;
    padding-bottom: 50px;
    background-color: #f2f6f5;
}

.section-cross-sale.white {
    background-color: #fff;
}

.cross-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cross-title {
    color: #26292f;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}

.cross-link {
    position: relative;
    z-index: 2;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

.cross-link:hover {
    text-decoration: none;
}

.certif-title {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.porcent-text {
    position: absolute;
    top: 0px;
    width: 100%;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    font-family: shore, sans-serif;
    color: #fff;
    font-size: 80px;
    line-height: 110px;
}

.porcent-text.porcent {
    top: auto;
    z-index: 10;
    height: 120px;
    font-size: 60px;
    line-height: 120px;
}

.certif-paragraph {
    position: relative;
    width: 100%;
    max-width: none;
    margin-left: 50%;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}

.text-block-15 {
    position: relative;
    display: inline-block;
    margin-top: 20px;
    margin-right: 15px;
    color: #fff;
}

.plus-heart {
    position: absolute;
    display: inline-block;
    margin-top: 10px;
    margin-left: 0px;
}

.plus-block-title {
    position: relative;
    z-index: 10;
    width: 100%;
    color: #fff;
}

.schema-number {
    position: absolute;
    z-index: 1;
    display: block;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.img-schema {
    width: 100%;
    max-width: none;
    margin-bottom: 30px;
}

.schema {
    position: relative;
    width: 50%;
    padding-right: 0px;
    padding-left: 0px;
}

.number {
    position: absolute;
    -webkit-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
    cursor: pointer;
}

.number:hover {
    opacity: 0.5;
}

.number.n1 {
    position: absolute;
    z-index: 10;
    margin-top: 52%;
    margin-left: 39%;
}

.number.n2 {
    margin-top: 6%;
    margin-left: 51%;
}

.number.n3 {
    margin-top: 81%;
    margin-left: 25%;
}

.number.n4 {
    margin-top: 26%;
    margin-left: 29%;
}

.number.n5 {
    margin-top: 81%;
    margin-left: 63%;
}

.number.n6 {
    margin-top: 68%;
    margin-left: 73%;
}

.number.n7 {
    margin-top: 69%;
    margin-left: 37%;
}

.number.n7.double7 {
    margin-top: 51%;
    margin-left: 76%;
}

.number.n8 {
    margin-top: 40%;
}

.number.n8.double8 {
    margin-left: 91%;
}

.number-text {
    position: absolute;
    z-index: 4;
    margin-top: 15px;
    margin-left: 20px;
    font-family: shore, sans-serif;
    color: #fff;
    font-size: 28px;
}

.html-embed-2 {
    display: none;
    color: #f26845;
}

.ingredients-couche {
    width: 50%;
}

.zero-content {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-height: none;
    max-width: none;
    min-height: auto;
    min-width: auto;
    margin-top: 0px;
    margin-left: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    text-align: center;
}

.plus-bkg {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}

.section-ingredients-title {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.img-ingredients {
    position: relative;
    z-index: 2;
    max-width: 540px;
    margin-top: 0px;
    margin-bottom: -20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.div-block-4 {
    position: absolute;
    width: 100%;
    height: 60%;
    background-color: #fff;
}

.bkg-product-cross {
    position: absolute;
    left: 50%;
    top: 0px;
    z-index: 0;
    display: block;
    margin-top: 0px;
    margin-left: 0px;
    -webkit-transform: scale(0.7) translate(-100%, 10%);
    -ms-transform: scale(0.7) translate(-100%, 10%);
    transform: scale(0.7) translate(-100%, 10%);
    text-align: left;
}

.collection-item-4 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.cross-link-img {
    width: 260px;
    -webkit-transform: scale3d(1 none, 1 none, 1 none);
    transform: scale3d(1 none, 1 none, 1 none);
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.img-chiffre {
    position: relative;
    display: inline-block;
    width: 100%;
    max-height: 127px;
    max-width: 163px;
    margin-top: 0px;
    clear: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    text-align: center;
}

.rich-text-block {
    margin-bottom: 15px;
}

.img-menu {
    width: 160px;
    max-height: 120px;
}

.bold-text-6 {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 1.5px;
}

.collection-item-5 {
    position: relative;
    display: inline;
    width: auto;
}

.empty-state {
    display: none;
}

.collection-list-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.html-embed-3 {
    display: none;
}

.certif-tab-selector {
    padding-bottom: 50px;
}

.certif-tab-content {
    min-height: 180px;
}

.html-embed-4 {
    display: none;
}

.collection-list-5 {
    min-height: auto;
}

.section-wip {
    height: 40vw;
}

.section-landing-content {
    padding-bottom: 1px;
    background-color: #fff;
}

.landing-img {
    margin-top: 40px;
    margin-bottom: -60px;
}

.section-header-landing {
    height: 37vw;
    background-image: url('../img/bkg_landing.png');
    background-position: 0px 0px;
    background-size: cover;
}

.landing-intro {
    display: inline-block;
    max-width: 380px;
    text-align: center;
}

.landing-title {
    position: relative;
    z-index: 2;
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: shore, sans-serif;
    color: #f26845;
    font-size: 48px;
    line-height: 48px;
}

.landing-subtitle {
    font-size: 12px;
    line-height: 42px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.landing-paragraph {
    position: relative;
    width: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: Montserrat, sans-serif;
    line-height: 24px;
    font-weight: 400;
}

.landing-mini-title {
    color: #f26845;
    text-align: left;
    letter-spacing: 1.5px;
}

.landing-mini-text {
    text-align: left;
}

.landing-mini-block {
    height: auto;
    margin-top: 90px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.column-18 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-right: 20px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.columns-6 {
    display: block;
    height: 100%;
    margin-bottom: 100px;
}

.column-19 {
    padding-right: 0px;
    padding-left: 20px;
}

.pack-sign {
    position: relative;
    width: 100%;
    margin-top: -10px;
    font-family: shore, sans-serif;
    font-size: 26px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: none;
}

.tout-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 2vw;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.column-20 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: right;
}

.section-certif-mobile {
    display: none;
    padding-top: 50px;
    padding-bottom: 0px;
    background-color: #fff;
}

.img-certif-mobile {
    max-width: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.certif-paragraph-mobile {
    position: relative;
    width: 100%;
    max-width: none;
    margin-left: 50%;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}

.form-block-3 {
    margin-top: 5px;
    margin-bottom: 10px;
}

.home-product-col-right {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 80px 20px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.home-product-certif-img {
    max-height: 90px;
    max-width: 110px;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 5px;
    padding-left: 5px;
}

.home-product-certif {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.pages-text {
    padding-top: 50px;
    padding-bottom: 100px;
    text-align: left;
}

.img-abo-prl {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
    height: auto;
    max-height: none;
    max-width: 600px;
    min-height: 475px;
    min-width: 600px;
    padding-top: 5%;
    padding-bottom: 5%;
}

.img-abo-prl.layer1 {
    left: 15px;
    top: -10px;
    display: inline-block;
}

.img-abo-prl.layer2 {
    display: inline-block;
}

.img-abo-prl.layer3 {
    display: inline-block;
}

.img-abo-prl.layer4 {
    display: block;
    overflow: visible;
}

.nav-link-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 150px;
    min-width: 320px;
    padding-top: 24px;
    padding-bottom: 29px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-decoration: none;
}

.nav-link-logo:hover {
    text-decoration: none;
}

.nav-link-logo.w--current {
    text-decoration: none;
}

.nav-link-logo.mini {
    height: 70px;
    padding-top: 15px;
}

.section-raison-title {
    position: static;
    height: auto;
    text-align: center;
}

.section-page-title {
    display: block;
    height: 37vw;
    max-height: 680px;
    max-width: 100vw;
    min-height: 320px;
    background-image: url('../img/Raison-d-etre_Lame-1.jpg');
    background-position: 50% 50%;
    background-size: cover;
}

.section-page-title.obsession {
    position: relative;
    background-image: url('../img/Petites-obsessions_01.jpg');
    background-position: 0% 50%;
}

.bold-text-7 {
    font-weight: 400;
}

.section-raison {
    position: relative;
    padding-top: 100px;
    padding-bottom: 150px;
}

.bloc-re-text {
    width: 45%;
    padding-top: 140px;
}

.bloc-re-text.t1 {
    padding-top: 120px;
}

.bloc-re-text.t2 {
    padding-top: 60px;
}

.text-re-bold {
    font-size: 14px;
    text-transform: uppercase;
}

.text-re {
    display: inline-block;
    margin-top: 13px;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
}

.title-re {
    display: inline-block;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: shore, sans-serif;
    color: #f26845;
    font-size: 23px;
    line-height: 41px;
    font-weight: 400;
}

.bloc-re-img {
    position: absolute;
    top: 0px;
    width: 50%;
}

.bloc-re-img.img2 {
    position: relative;
    left: 0px;
    overflow: hidden;
    width: 50%;
}

.bloc-re-img.img1 {
    position: relative;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.re-arrow1 {
    position: relative;
    z-index: 10;
}

.content-re {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.content-re.middle {
    margin-bottom: -80px;
}

.content-re.last {
    margin-top: -50px;
}

.background-video {
    width: 100%;
    height: 100%;
}

.html-embed-5 {
    width: 100%;
}

.html-embed-6 {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
}

.section-manifesto {
    position: static;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 100px;
    background-color: #fff;
}

.h2-manifest {
    display: block;
    max-width: none;
    margin-top: 50px;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.title-manifest {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: none;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.title-manifest.abs {
    position: absolute;
    z-index: 100;
    margin-left: 50%;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}

.img-wave {
    margin-top: 20px;
    margin-bottom: 20px;
}

.p-left {
    position: relative;
    z-index: 2;
    margin-bottom: 0px;
    text-align: left;
}

.title-manifest-bloc {
    position: relative;
    z-index: 2;
    display: inline-block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: shore, sans-serif;
    color: #f26845;
    font-size: 19px;
    line-height: 30px;
    font-weight: 400;
    text-align: left;
}

.bloc-manifest {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 90px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
}

.bloc-manifest.right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: right;
}

.p-manifest {
    position: relative;
    z-index: 2;
    margin-bottom: 0px;
}

.bloc-manifest-center {
    margin-top: 100px;
    margin-bottom: 50px;
    text-align: center;
    text-transform: none;
}

.jma-panier {
    position: relative;
    top: 0px;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 360px;
    height: 100vh;
    padding: 15px 30px 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #f2f6f5;
    text-align: center;
}

.jma-left {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
    background-image: url('../img/deco_jma2.png'), url('../img/deco_jma1.png');
    background-position: 100% 100%, 0px 35px;
    background-size: 12%, 12%;
    background-repeat: no-repeat, no-repeat;
    text-align: center;
}

.wrapper-manifeste {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 817px;
    margin-top: 0px;
    margin-left: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
}

.wrapper-manifeste.insta-images {
    margin-top: 0px;
    margin-bottom: 0px;
}

.wrapper-manifeste.super-footer-elements {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.wrapper-manifeste.inter-titre {
    margin-top: 0px;
    margin-bottom: 70px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.wrapper-manifeste.lifestyle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.wrapper-manifeste.landing-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.wrapper-manifeste.subnav {
    max-width: 1400px;
}

.icon-manifeste {
    position: absolute;
    left: -50px;
    top: 50%;
    z-index: 1;
    -webkit-transform: translate(-60%, -50%);
    -ms-transform: translate(-60%, -50%);
    transform: translate(-60%, -50%);
}

.icon-manifeste.right {
    left: auto;
    right: -50px;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.text-re-last {
    margin-bottom: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.text-signature {
    display: inline;
    font-size: 17px;
}

.bold-text-8 {
    letter-spacing: 1.5px;
}

.esperluette {
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 3px;
}

.wave-transition {
    width: 100%;
    margin-top: 100px;
}

.bt-selfie {
    position: static;
    margin-top: -29px;
}

.wrapper-selfie {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1140px;
    margin-top: -200px;
    margin-bottom: 100px;
    margin-left: 50%;
    padding-right: 1%;
    padding-left: 1%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
}

.wrapper-selfie.insta-images {
    margin-top: 0px;
    margin-bottom: 0px;
}

.wrapper-selfie.super-footer-elements {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.wrapper-selfie.inter-titre {
    margin-top: 0px;
    margin-bottom: 70px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.wrapper-selfie.lifestyle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.wrapper-selfie.landing-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.wrapper-selfie.subnav {
    max-width: 1400px;
}

.wave-transition2 {
    width: 100%;
}

.wave-transition2.obsession {
    margin-bottom: 50px;
}

.intro-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-intro {
    display: block;
    max-width: 550px;
    margin-right: 6%;
    margin-bottom: 0px;
    padding: 130px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-image: url('../img/bulle_allongee_v5.svg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
    text-align: center;
}

.h1-side {
    display: block;
    max-width: none;
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.re-arrow2 {
    position: relative;
    z-index: 10;
}

.etapes-jma {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.bloc-etape {
    width: 90px;
    margin-right: 20px;
    margin-left: 20px;
    opacity: 0.25;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    color: #26292f;
    font-size: 16px;
    font-weight: 700;
}

.bloc-etape:hover {
    opacity: 1;
    color: #f26845;
    text-decoration: none;
}

.bloc-etape.w--current {
    opacity: 1;
    text-decoration: none;
}

.bloc-etape.active {
    opacity: 1;
}

.etape-title {
    font-size: 10px;
    text-transform: uppercase;
}

.jma-logo {
    margin-top: 50px;
}

.jma-page-title {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 4vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: shore, sans-serif;
    color: #f26845;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
}

.jma-contenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1100px;
    padding-right: 25px;
    padding-bottom: 10px;
    padding-left: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.h2-jma {
    display: block;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 23px;
    text-align: left;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.jma-step {
    width: 100%;
    margin-top: 3vh;
    text-align: left;
}

.jma-step.date {
    width: 60%;
}

.mdp-forget {
    font-size: 12px;
    line-height: 12px;
}

.mdp-forget.step4 {
    margin-left: 42%;
}

.bloc-selector-couche {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 900px;
    margin-top: 1vh;
    margin-bottom: 1vh;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.bloc-selector-couche.abo-motif {
    max-width: none;
}

.couche-selector {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 110px;
    height: 150px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid transparent;
    border-radius: 5px;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    cursor: pointer;
}

.couche-selector:hover {
    border-color: #f2f6f5;
}

.couche-selector input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.couche-selector:has(input:checked) {
    border-color: #f26845;
    border-radius: 6px;
}

.couche-selector.couche-culotte.active {
    border-color: #81e0c7;
}

.jma-bottom-text,
.attribute-name {
    position: static;
    bottom: 10px;
    margin-bottom: 10px;
    margin-top: 15px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}

.jma-panier-content {
    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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.jma-panier-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 2px;
    margin-bottom: 20px;
    margin-left: 2px;
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
}

.image-12 {
    max-width: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.h2-jma.test-page-h2 {
    display: inline-block;
}

.jma-product-text {
    margin-top: 5px;
    margin-bottom: 2px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: none;
}

.jma-product-text.test-product {
    margin-top: 10px;
    color: #26292f;
    font-size: 14px;
    line-height: 18px;
    text-transform: none;
}

.jma-product-text.bold {
    font-weight: 600;
}

.couche-nc {
    font-size: 10px;
    line-height: 12px;
}

.image-13 {
    width: 103px;
    max-width: none;
}

.couche-img {
    margin-right: -5px;
}

.product-number {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    border: 1px solid transparent;
    background-color: #fff;
    color: #f26845;
    font-size: 17px;
    line-height: 17px;
    font-weight: 700;
    text-align: center;
}

.jma-number {
    position: absolute;
    bottom: 0px;
    display: none;
    width: 81px;
    padding-right: 1px;
    padding-left: 1px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: #fff;
    -webkit-transform: translate(0px, 50%);
    -ms-transform: translate(0px, 50%);
    transform: translate(0px, 50%);
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.jma-number.visible {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.jma-number.product {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 98px;
    margin-top: 5px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.html-embed-7 {
    background-color: #fff;
}

.product-btn-less {
    width: 26px;
    height: 26px;
    cursor: pointer;
}

.product-btn-more {
    width: 26px;
    height: 26px;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    cursor: pointer;
}

.product-btn-more.event-none {
    opacity: 0.32;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.html-embed-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.event-none {
    opacity: 0.25;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.bloc-switch-mode {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 196px;
    height: 187px;
    margin-right: 0px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../img/bkg_bubble_lma.svg');
    background-position: 50% 50%;
    background-size: cover;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    cursor: pointer;
}

.image-14 {
    width: 196px;
    height: 187px;
}

.jma-top {
    position: relative;
    width: 100%;
}

.jma-panier-img {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 150px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../img/panier-product-bkg.svg');
    background-position: 50% 42%;
    background-size: 125px;
    background-repeat: no-repeat;
}

.title-switch {
    font-family: shore, sans-serif;
    color: #f26845;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
}

.switch-text {
    font-size: 11px;
    line-height: 16px;
    text-align: center;
}

.switch {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 56px;
    height: 30px;
    margin-top: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 15px;
    background-color: #fff;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.switch.on {
    padding-left: 25px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.switch-indicator {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 15px;
    background-color: #f26845;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    color: #fff;
    font-size: 10px;
}

.switch-indicator.on {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #81e0c7;
}

.jma-panier-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.jma-panier-line.reduc {
    color: #f26845;
}

.panier-number {
    margin-right: 2px;
    font-weight: 700;
}

.panier-info {
    font-size: 12px;
}

.panier-product {
    text-align: left;
}

.panier-line-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.panier-price {
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
}

.panier-price.discount {
    display: block;
    opacity: 1;
    -webkit-transform: translate(0px, -125%);
    -ms-transform: translate(0px, -125%);
    transform: translate(0px, -125%);
    -webkit-transition-property: none;
    transition-property: none;
    color: #81e0c7;
    text-decoration: line-through;
}

.panier-price.discount-price {
    opacity: 0;
}

.panier-price.discount-price.discount {
    opacity: 1;
    -webkit-transform: translate(0px, -110%);
    -ms-transform: translate(0px, -110%);
    transform: translate(0px, -110%);
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.panier-left-text {
    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;
}

.panier-underline {
    font-size: 10px;
    line-height: 15px;
    text-align: left;
}

.jma-panier-bullet {
    margin-top: 4px;
    margin-right: 5px;
}

.panier-prix-unitaire {
    -webkit-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
    font-weight: 700;
}

.panier-prix-unitaire.green {
    color: #81e0c7;
}

.jma-panier-info-prix {
    font-size: 14px;
    line-height: 22px;
}

.jma-panier-info-under {
    font-size: 13px;
}

.panier-info-tuto {
    font-size: 12px;
    line-height: 19px;
}

.jma-bottom {
    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;
}

.panier-total {
    display: block;
    max-width: none;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.panier-cta {
    display: none;
    margin-top: 5px;
}

.jma-panier-couches {
    position: relative;
}

.bloc-selector-motif {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 4vh;
    margin-bottom: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.selector-motif {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    min-width: 150px;
    padding-left: 2px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.motif {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 150px;
    height: 90px;
    margin-bottom: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid transparent;
    border-radius: 6px;
    background-color: #dfdfdf;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    text-align: center;
}

.motif.active {
    border-color: #f26845;
}

.motif-text {
    margin-top: 5px;
    margin-bottom: 2px;
    font-size: 12px;
    line-height: 12px;
}

.motif-img {
    width: 100%;
    height: 100%;
    max-width: 150px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.jma-text {
    display: block;
    max-width: 850px;
    margin-right: 25px;
    color: #4a4a4a;
    font-size: 14px;
    line-height: 18px;
}

.jma-text.test-text-ps {
    display: block;
    padding-top: 20px;
    padding-bottom: 40px;
    color: #f26845;
    font-size: 14px;
    text-align: center;
}

.text-block-17 {
    line-height: 16px;
}

.bloc-product-selector {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-selector {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33.333333333333336%;
    height: 130px;
    margin-top: 4vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.jma-product-img {
    position: static;
    overflow: hidden;
    width: 100px;
    height: 100%;
    margin-right: 10px;
}

/*.container {*/
/*    position: relative;*/
/*    -webkit-box-flex: 1;*/
/*    -webkit-flex: 1;*/
/*    -ms-flex: 1;*/
/*    flex: 1;*/
/*}*/

.text-block-18 {
    font-weight: 700;
}

.jma-prooduct-title {
    margin-top: 0px;
    line-height: 16px;
    font-weight: 600;
}

.jma-product-price {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 1.3px;
}

.more-info-product {
    font-size: 10px;
    line-height: 12px;
}

.img-product {
    height: 100%;
    max-width: none;
    margin-left: 50%;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}

.discount-visible {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.panier-price-before {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
}

.bloc-selector-frequence {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.frequence-selector {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
    height: 90px;
    margin-top: 5vh;
    margin-right: 50px;
    margin-bottom: 5vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid transparent;
    border-radius: 6px;
    background-color: #fff;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    text-align: center;
    cursor: pointer;
}

.frequence-selector:hover {
    border-color: #f2f6f5;
}

.frequence-selector.active {
    border-color: #f26845;
}

.frequence-img {
    position: absolute;
    top: 0px;
    z-index: 1;
    width: 50px;
    background-color: #fff;
    -webkit-transform: translate(0px, -52%);
    -ms-transform: translate(0px, -52%);
    transform: translate(0px, -52%);
}

.frequence-week {
    position: static;
    font-weight: 600;
}

.frequence-number {
    position: relative;
    z-index: 2;
    margin-top: 10px;
    font-family: shore, sans-serif;
    font-size: 24px;
    line-height: 22px;
    font-weight: 500;
}

.frequence-text {
    margin-top: 5px;
    font-size: 10px;
}

.jma-step-duo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.calendar {
    margin-top: 2vh;
    margin-bottom: 4vh;
}

.calendar.modif {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.panier-info-economie {
    font-size: 12px;
    line-height: 19px;
    font-style: normal;
}

.panier-info-economie.visible {
    display: block;
}

.reco {
    position: absolute;
    bottom: 0px;
    -webkit-transform: translate(0px, 19px);
    -ms-transform: translate(0px, 19px);
    transform: translate(0px, 19px);
    color: #f26845;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.panier-img-product {
    position: absolute;
    display: block;
    height: 150%;
}

.panier-img-product.visible {
    display: block;
}

.popin-whoops {
    position: fixed;
    z-index: 2000;
    display: none;
    width: 100vw;
    height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.popin-content {
    position: absolute;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
}

.popin-bkg {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: opacity 1000ms ease-in-out;
    transition: opacity 1000ms ease-in-out;
    cursor: pointer;
}

.popin-bloc {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 600px;
    padding: 25px 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 6px;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.popin-title {
    font-family: shore, sans-serif;
    color: #f26845;
    font-size: 26px;
    line-height: 60px;
    font-weight: 400;
}

.text-block-22 {
    font-size: 12px;
    line-height: 21px;
    text-align: center;
}

.popin-text {
    font-size: 12px;
    line-height: 21px;
    text-align: center;
}

.popin-button-bloc {
    margin-top: 15px;
}

.link-block-4 {
    margin-top: 25px;
}

.popin-info {
    position: fixed;
    z-index: 2000;
    display: none;
    width: 100vw;
    height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.popin-info-bloc {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 740px;
    max-height: 100vh;
    padding-top: 25px;
    padding-right: 50px;
    padding-left: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 6px;
    background-color: #fff;
}

.popin-info-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.popin-info-img {
    position: relative;
    overflow: hidden;
    width: 40%;
}

.popin-info-text {
    margin-top: 25px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.popin-info-title {
    margin-top: 25px;
    margin-bottom: 12px;
    font-family: shore, sans-serif;
    color: #52caeb;
    font-size: 25px;
    line-height: 30px;
}

.popin-info-title.coton {
    color: #54cae2;
}

.popin-info-title.liniment {
    color: #ff9400;
}

.popin-info-price {
    margin-top: 5px;
    margin-bottom: 3px;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 1.7px;
}

.popin-info-price.discount {
    display: block;
    opacity: 1;
    -webkit-transform: translate(0px, -125%);
    -ms-transform: translate(0px, -125%);
    transform: translate(0px, -125%);
    -webkit-transition-property: none;
    transition-property: none;
    color: #81e0c7;
    text-decoration: line-through;
}

.popin-info-price.discount-price {
    opacity: 0;
}

.popin-info-price.discount-price.discount {
    opacity: 1;
    -webkit-transform: translate(0px, -110%);
    -ms-transform: translate(0px, -110%);
    transform: translate(0px, -110%);
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.form2 {
    width: 56vw;
    margin-bottom: 50px;
}

.jma-panier-fixed {
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.div-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.account-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f2f6f5;
    background-image: url('../img/deco_jma2.png'), url('../img/deco_jma1.png');
    background-position: 100% 100%, 0px 0px;
    background-size: 125px, 125px;
    background-repeat: no-repeat, no-repeat;
    text-align: left;
}

.account-content.fid {
    padding-top: 0px;
}

.account-content.fid-page1 {
    padding-top: 0px;
    background-image: url('../img/deco_jma1.png');
    background-position: 0px 0px;
    background-size: 125px;
    background-repeat: no-repeat;
}

.session-full {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
    background-image: url('../img/deco_jma2.png'), url('../img/deco_jma1.png');
    background-position: 100% 100%, 0px 0px;
    background-size: 12%, 12%;
    background-repeat: no-repeat, no-repeat;
    text-align: center;
}

.account-abo-bloc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 160px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.bubble-bkg {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: scale(0.8) translate(0%, -50%);
    -ms-transform: scale(0.8) translate(0%, -50%);
    transform: scale(0.8) translate(0%, -50%);
    text-align: center;
}

.popin-img-product {
    position: relative;
    z-index: 3;
    margin-top: 25%;
}

.popin-info-ml {
    margin-bottom: 20px;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    color: #4a4a4a;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
}

.popin-info-ml.discount {
    display: block;
    opacity: 1;
    -webkit-transform: translate(0px, -125%);
    -ms-transform: translate(0px, -125%);
    transform: translate(0px, -125%);
    -webkit-transition-property: none;
    transition-property: none;
    color: #81e0c7;
    text-decoration: line-through;
}

.popin-info-ml.discount-price {
    opacity: 0;
}

.popin-info-ml.discount-price.discount {
    opacity: 1;
    -webkit-transform: translate(0px, -110%);
    -ms-transform: translate(0px, -110%);
    transform: translate(0px, -110%);
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.popin-text-description {
    font-size: 12px;
    line-height: 24px;
}

.tv-product-page-content .popin-text-description {
    padding: 15px 0;
}

.popin-list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.popin-check {
    margin-top: 0px;
    margin-right: 10px;
}

.popin-plus-produit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.popin-text-list {
    font-size: 12px;
    line-height: 16px;
}

.popin-list {
    margin-top: 5px;
}

.popin-info-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.popin-list-picto {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.popin-img-picto {
    height: 100%;
    margin-right: 25px;
    margin-left: 25px;
}

.div-block-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 50vh;
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
}

.account-menu {
    position: relative;
    z-index: 2;
    width: 100%;
    box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.1);
}

.mon-compte {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    text-align: center;
}

.div-block-111 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 50vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f2f6f5;
}

.bloc-adress {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 25px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.adress {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 400px;
    height: 200px;
    padding-right: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 6px;
    background-color: #fff;
}

.btn-small {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    margin: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #f26845;
    border-radius: 25px;
    background-color: #f26845;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 10px;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.btn-small:hover {
    border-style: solid;
    border-width: 1px;
    border-color: #f26845;
    background-color: #fff;
    color: #f26845;
    text-decoration: none;
}

.btn-small.btn-secondary {
    background-color: #fff;
    color: #f26845;
}

.div-block-112 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    text-align: left;
}

.account-abo-visuel {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 280px;
    height: 180px;
    margin-top: -40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../img/panier-product-bkg.svg');
    background-position: 50% 50%;
    background-size: 130px;
    background-repeat: no-repeat;
}

.compte-img-product {
    position: absolute;
    display: block;
}

.account-abo-infos {
    display: block;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    line-height: 17px;
    text-align: left;
}

.text-block-23 {
    text-align: left;
}

.mes-infos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
    text-align: center;
}

.text-block-24 {
    margin-top: 50px;
}

.text-span {
    color: #f26845;
}

.top-link-right {
    position: absolute;
    top: 20px;
    right: 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #26292f;
    font-size: 11px;
    text-decoration: none;
}

.top-link-right:hover {
    color: #f26845;
    text-decoration: none;
}

.jma-infos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 800px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
}

.jma-infos.paiement {
    max-width: 650px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.formulaire-title {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0%;
    font-size: 16px;
    line-height: 23px;
    text-align: left;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.panier-cta-modify {
    margin-top: 5px;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.formulaire-deja-client {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.formulaire-nouveau-client {
    width: 100%;
    margin-bottom: 0px;
}

.submit {
    margin-right: 3%;
    margin-left: 2%;
    padding: 15px 20px;
    border: 1px solid transparent;
    border-radius: 50px;
    background-color: #f26845;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    color: #fff;
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.submit:hover {
    border-color: #f26845;
    background-color: #fff;
    color: #f26845;
}

.submit:focus {
    border: 1px solid #26292f;
    background-color: #fff;
    color: #26292f;
}

.submit.login {
    margin-right: 0%;
    margin-left: 4%;
}

.formulaire-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.formulaire-legals {
    margin-top: 25px;
    font-size: 12px;
    text-align: left;
}

.livraison-selector {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-right: 2%;
    margin-left: 2%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid transparent;
    border-radius: 6px;
    cursor: pointer;
}

.livraison-selector.active {
    border-color: #f26845;
}

.livraison-selector-bloc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 12px;
    margin-bottom: 12px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.image-16 {
    width: 70%;
}

.form-bullet {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    margin-bottom: -2px;
    border-style: solid;
    border-width: 2px;
    border-color: #f26845;
    border-radius: 20px;
    background-color: #f26845;
    box-shadow: inset 0 0 0 6px #fff;
    -webkit-transition: all 500ms cubic-bezier(.68, -.55, .265, 1.55);
    transition: all 500ms cubic-bezier(.68, -.55, .265, 1.55);
}

.form-bullet.active {
    background-color: #f26845;
    box-shadow: inset 0 0 0 3px #fff;
}

.text-block-26 {
    text-align: center;
}

.input-full {
    display: inline-block;
    width: 100%;
    height: 50px;
    margin: 10px 2%;
    border: 1px none transparent;
    border-radius: 5px;
    background-color: #f2f6f5;
    color: #a0a3a6;
    font-size: 12px;
    font-weight: 500;
}

.input-full::-webkit-input-placeholder {
    font-size: 11px;
    text-transform: uppercase;
}

.input-full:-ms-input-placeholder {
    font-size: 11px;
    text-transform: uppercase;
}

.input-full::-ms-input-placeholder {
    font-size: 11px;
    text-transform: uppercase;
}

.input-full::placeholder {
    font-size: 11px;
    text-transform: uppercase;
}

.input-third {
    display: inline-block;
    width: 30%;
    height: 50px;
    margin: 10px 2%;
    border: 1px none transparent;
    border-radius: 5px;
    background-color: #f2f6f5;
    color: #a0a3a6;
    font-size: 12px;
    font-weight: 500;
}

.input-third::-webkit-input-placeholder {
    font-size: 11px;
    text-transform: uppercase;
}

.input-third:-ms-input-placeholder {
    font-size: 11px;
    text-transform: uppercase;
}

.input-third::-ms-input-placeholder {
    font-size: 11px;
    text-transform: uppercase;
}

.input-third::placeholder {
    font-size: 11px;
    text-transform: uppercase;
}

.input-seven {
    display: inline-block;
    width: 62%;
    height: 50px;
    margin: 10px 2%;
    border: 1px none transparent;
    border-radius: 5px;
    background-color: #f2f6f5;
    color: #a0a3a6;
    font-size: 12px;
    font-weight: 500;
}

.input-seven::-webkit-input-placeholder {
    font-size: 11px;
    text-transform: uppercase;
}

.input-seven:-ms-input-placeholder {
    font-size: 11px;
    text-transform: uppercase;
}

.input-seven::-ms-input-placeholder {
    font-size: 11px;
    text-transform: uppercase;
}

.input-seven::placeholder {
    font-size: 11px;
    text-transform: uppercase;
}

.checkbox-field-2 {
    margin-left: 2%;
    padding-left: 0%;
}

.panier-ct {
    margin-top: 5px;
    margin-bottom: 25px;
}

.block-cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.formulaire-section-inline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.image-17 {
    margin-left: 2%;
}

.submit-mondial {
    margin-right: 3%;
    margin-left: 2%;
    padding: 15px 20px;
    border: 1px solid transparent;
    border-radius: 50px;
    background-color: #ca0046;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    color: #fff;
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.submit-mondial:hover {
    border-color: #ca0046;
    background-color: #fff;
    color: #ca0046;
}

.submit-mondial:focus {
    border: 1px solid #26292f;
    background-color: #fff;
    color: #26292f;
}

.formulaire-section {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mondial-relay {
    display: none;
    width: 100%;
}

.form-check {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    margin-bottom: -2px;
    border-style: solid;
    border-width: 2px;
    border-color: #f26845;
    background-color: #f26845;
    box-shadow: inset 0 0 0 6px #fff;
    -webkit-transition: all 500ms cubic-bezier(.68, -.55, .265, 1.55);
    transition: all 500ms cubic-bezier(.68, -.55, .265, 1.55);
}

.form-check.active {
    background-color: #f26845;
    box-shadow: inset 0 0 0 3px #fff;
}

.adresse-livraison-switch {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
    margin-right: 2%;
    margin-left: 0%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid transparent;
    border-radius: 6px;
    cursor: pointer;
}

.adresse-livraison-switch.active {
    border-color: #f26845;
}

.adresse-livraison {
    display: none;
}

.adresse-livraison.abo {
    display: block;
}

.jma-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.image-18 {
    margin-left: 8px;
}

.div-block-114 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.input-left {
    margin-right: 4%;
}

.jma-panier-4 {
    position: relative;
    top: 0px;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 360px;
    max-height: 100vh;
    padding: 35px 30px 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #f2f6f5;
    text-align: center;
}

.jma-right {
    display: block;
    width: 360px;
}

.formulaire-ou {
    margin-right: 2%;
    margin-left: 2%;
}

.more-info {
    font-size: 10px;
}

.more-info.green {
    color: #81e0c7;
}

.div-block-115 {
    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;
}

.div-block-116 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 600px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    font-size: 16px;
}

.button2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    margin: 17px 5px 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #f26845;
    border-radius: 25px;
    background-color: #fff;
    color: #f26845;
    font-size: 10px;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.button2:hover {
    border-style: solid;
    border-width: 1px;
    border-color: #f26845;
    background-color: #fff;
    color: #f26845;
    text-decoration: none;
}

.div-block-116-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 600px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bt_close_popin {
    position: absolute;
    top: 10px;
    right: 10px;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    cursor: pointer;
}

.bt_close_popin:hover {
    opacity: 0.25;
}

.newsletter-optin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
    margin-right: 2%;
    margin-left: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid transparent;
    border-radius: 6px;
    cursor: pointer;
}

.newsletter-optin.active {
    border-color: #f26845;
}

.abo-modif-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 980px;
    padding: 25px 25px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
}

.abo-modif-step {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgba(160, 163, 166, 0.5);
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    text-align: left;
    cursor: pointer;
}

.abo-modif-step.date {
    width: 50%;
}

.abo-modif-step.destroy {
    border-bottom-style: none;
}

.form-2 {
    width: 100%;
}

.form-block-4 {
    width: 100%;
}

.abo-modif-title {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.abo-modif-text {
    line-height: 18px;
    text-align: right;
}

.abo-modif-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 24px;
    padding-bottom: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    text-align: left;
}

.abo-modif-top:hover {
    color: #f26845;
}

.icon-3 {
    color: #f26845;
}

.abo-modif-icon {
    position: relative;
    margin: 0px 5px;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    color: #f26845;
}

.abo-modif-icon.active {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.abo-title-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.abo-title-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.abo-cta-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-color: rgba(160, 163, 166, 0.5);
    -webkit-transition: opacity 500ms ease-in-out;
    transition: opacity 500ms ease-in-out;
    text-align: left;
    cursor: pointer;
}

.abo-cta-block:hover {
    color: #f26845;
}

.abo-cta-block.date {
    width: 50%;
}

.abo-modif-cta {
    color: #f26845;
    font-weight: 400;
    text-align: center;
    text-transform: none;
}

.abo-modif-bottom {
    display: block;
    margin-top: -10px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.script-open-close {
    display: block;
}

.account-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    margin-top: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.account-nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-right: 40px;
    margin-left: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 3px solid transparent;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    color: #26292f;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.account-nav-link:hover {
    color: #f26845;
    text-decoration: none;
}

.account-nav-link.w--current {
    border-bottom-width: 3px;
    border-bottom-color: #f26845;
}

.top-link-left {
    position: absolute;
    left: 10px;
    top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #26292f;
    font-size: 11px;
    text-decoration: none;
}

.top-link-left:hover {
    color: #f26845;
    text-decoration: none;
}

.account-title {
    display: inline-block;
    width: 100%;
    margin-top: 12px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: shore, sans-serif;
    color: #f26845;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
}

.account-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 21px;
    padding-bottom: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    box-shadow: 0 0 10px -20px #000;
}

.cta-add-abo {
    margin-top: 25px;
}

.account-content-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 900px;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 6px;
    background-color: #fff;
}

.account-content-block.small {
    width: 100%;
    max-width: 450px;
}

.account-text-intro {
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 18px;
}

.section-form-radio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 12px;
    margin-bottom: 12px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.cta-add {
    margin-top: 15px;
    margin-bottom: 25px;
}

.account-address-bloc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    margin: 25px;
    padding-top: 15px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 6px;
    background-color: #fff;
    line-height: 20px;
    text-align: center;
}

.address-title {
    margin-bottom: 10px;
    font-family: shore, sans-serif;
    color: #f26845;
    font-size: 24px;
}

.div-block-118 {
    margin-top: 25px;
}

.image-19 {
    margin-top: -50px;
}

.account-connect-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 360px;
    padding: 50px 25px 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 6px;
    background-color: #fff;
    text-align: center;
}

.formulaire {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-block-5 {
    width: 100%;
}

.account-cta {
    margin-top: 25px;
}

.account-history {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 900px;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 25px 25px 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 6px;
    background-color: #fff;
    text-align: left;
}

.history-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-style: solid;
    border-width: 1px;
    border-color: #f2f6f5;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-color: #f2f6f5;
    color: #26292f;
    font-size: 12px;
    font-weight: 700;
}

.table2 {
    width: 100%;
    height: 50px;
    border-style: solid;
    border-width: 2px;
    border-color: #f2f6f5;
    background-color: transparent;
}

.modif-abo-left {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
    background-image: url('../img/deco_jma2.png'), url('../img/deco_jma1.png');
    background-position: 100% 100%, 0px 0px;
    background-size: 12%, 12%;
    background-repeat: no-repeat, no-repeat;
    text-align: center;
}

.account-address-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.address-bloc-action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 0px;
    padding-right: 25px;
    padding-bottom: 20px;
    padding-left: 25px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-top: 1px none rgba(160, 163, 166, 0.5);
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
}

.address-text {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 25px;
}

.address-text-instructions {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 30px;
    border-top: 1px none rgba(160, 163, 166, 0.5);
    font-size: 12px;
    line-height: 16px;
    font-style: italic;
}

.bold-text-9 {
    font-style: normal;
}

.mini-button {
    display: inline-block;
    height: 30px;
    padding-top: 5px;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-style: solid;
    border-width: 1px;
    border-color: #f26845;
    border-radius: 30px;
    background-color: #fff;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    color: #f26845;
    font-size: 11px;
    line-height: 20px;
    text-transform: uppercase;
}

.mini-button:hover {
    background-color: #f26845;
    color: #fff;
    text-decoration: none;
}

.account-abo-title {
    margin-top: 2px;
    margin-bottom: 15px;
    font-family: shore, sans-serif;
    color: #f26845;
    font-size: 26px;
    line-height: 28px;
    text-align: center;
}

.account-abo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 800px;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 30px 30px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 6px;
    background-color: #fff;
}

.account-abo.shadow {
    margin-bottom: 30px;
    padding-top: 35px;
}

.account-abo-action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-top: 1px none rgba(160, 163, 166, 0.5);
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
}

.div-block-120 {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-block-28 {
    text-align: center;
}

.account-abo-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.account-form-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

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

.formulaire-cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.account-formulaire-mini {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 500px;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 25px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 6px;
    background-color: #fff;
}

.form-block-6 {
    width: 100%;
}

.account-logo-block {
    margin-bottom: 25px;
}

.half-input-like {
    display: inline-block;
    width: 48%;
    height: 50px;
    margin-top: 12px;
    margin-bottom: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.big-button {
    height: 30px;
    padding: 10px 20px 20px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #f26845;
    border-radius: 30px;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    font-size: 14px;
    line-height: 0px;
    text-transform: uppercase;
}

.big-button:hover {
    background-color: #f26845;
    color: #fff;
    text-decoration: none;
}

.account-abo-date {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn-center-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 45px;
    margin: 5px;
    padding: 1px 25px 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #f26845;
    border-radius: 25px;
    background-color: #f26845;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 11px;
    line-height: 25px;
    text-transform: uppercase;
}

.btn:hover {
    border-style: solid;
    border-width: 1px;
    border-color: #f26845;
    background-color: #fff;
    color: #f26845;
    text-decoration: none;
}

.btn.secondary {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    color: #f26845;
}

.btn.secondary:hover {
    background-color: #f26845;
    color: #fff;
}

.btn.secondary.small {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.btn.secondary.small.bt-back {
    position: relative;
    margin-top: 20px;
    margin-bottom: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: transparent;
}

.btn.secondary.small.bt-back:hover {
    background-color: #f26845;
}

.btn.secondary.small.order-btn {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0px;
    bottom: 0%;
    margin-top: 0px;
}

.btn.small {
    height: 30px;
    padding-top: 1px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 10px;
}

.btn.small.order-btn {
    position: absolute;
    left: auto;
    top: 0%;
    right: 5px;
    bottom: 0%;
    margin-top: -10px;
}

.radio {
    margin-right: 20px;
    padding-left: 0px;
}

.radio.mode-livraison {
    margin-right: 40px;
    margin-left: 0px;
}

.formulaire-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.formulaire-left.paiement {
    margin-top: 40px;
}

.shadow {
    box-shadow: 1px 1px 20px -10px rgba(0, 0, 0, 0.1);
}

.text-bold {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-weight: 700;
}

.text-date {
    margin-left: 5px;
}

.resiliation-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-block-30 {
    font-weight: 400;
}

.image-20 {
    margin-bottom: 25px;
}

.abo-cta-mobile {
    display: none;
    width: 100%;
    padding-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-color: rgba(160, 163, 166, 0.5);
    -webkit-transition: opacity 500ms ease-in-out;
    transition: opacity 500ms ease-in-out;
    text-align: left;
    cursor: pointer;
}

.abo-cta-mobile:hover {
    color: #f26845;
}

.abo-cta-mobile.date {
    width: 50%;
}

.jma-footer-mobile {
    display: none;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.history-order-number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 25%;
    -ms-flex: 0 25%;
    flex: 0 25%;
    border-right: 1px solid #f2f6f5;
}

.history-order-date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 15%;
    -ms-flex: 0 15%;
    flex: 0 15%;
    border-right: 1px solid #f2f6f5;
}

.history-order-status {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 30%;
    -ms-flex: 0 30%;
    flex: 0 30%;
    border-right: 1px solid #f2f6f5;
    text-align: center;
}

.history-order-action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-right: 1px none #000;
}

.history-order-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 15%;
    -ms-flex: 0 15%;
    flex: 0 15%;
    border-right: 1px solid #f2f6f5;
}

.history-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 35px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-style: solid;
    border-width: 1px;
    border-color: #f2f6f5;
    background-color: #fff;
    color: rgba(38, 41, 47, 0.7);
    font-size: 12px;
    font-weight: 500;
}

.history-line.pair {
    background-color: #f2f6f5;
}

.history-line.last {
    border-top-style: none;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.history-table {
    width: 100%;
    margin-top: 10px;
}

.history-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.history-link:hover {
    background-color: transparent;
}

.billing-title {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0%;
    font-size: 16px;
    line-height: 23px;
    text-align: left;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.billing-address-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.adress-block-title {
    color: #f26845;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.billing-address-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    margin: 25px;
    padding-top: 15px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #f26845;
    border-radius: 6px;
    background-color: #fff;
    line-height: 20px;
    text-align: center;
}

.billing-product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 55%;
    -ms-flex: 0 55%;
    flex: 0 55%;
    border-right: 1px solid #f2f6f5;
}

.billing-product.head {
    padding-left: 40px;
}

.quantity-product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 15%;
    -ms-flex: 0 15%;
    flex: 0 15%;
    border-right: 1px solid #f2f6f5;
}

.price-product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 15%;
    -ms-flex: 0 15%;
    flex: 0 15%;
    border-right: 1px solid #f2f6f5;
}

.stotal-product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.billing-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-style: solid;
    border-width: 1px;
    border-color: #f2f6f5;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-color: #f2f6f5;
    color: #26292f;
    font-size: 12px;
    font-weight: 700;
}

.billing-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    min-height: 35px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-style: solid;
    border-width: 1px;
    border-color: #f2f6f5;
    background-color: #fff;
    color: rgba(38, 41, 47, 0.7);
    font-size: 12px;
    font-weight: 500;
}

.billing-line.pair {
    background-color: #f2f6f5;
}

.billing-line.last {
    border-top-style: none;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.billing-detail {
    margin-left: 20px;
    text-align: left;
}

.image-21 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.billing-underline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    min-height: 35px;
    padding-right: 25px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-style: solid;
    border-width: 1px;
    border-color: #f2f6f5;
    background-color: #f2f6f5;
    color: rgba(38, 41, 47, 0.7);
    font-size: 12px;
    font-weight: 700;
}

.billing-underline.pair {
    background-color: #f2f6f5;
}

.billing-underline.last {
    border-top-style: none;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.billing-underline-white {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    min-height: 35px;
    padding-right: 25px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-style: solid;
    border-width: 1px;
    border-color: #f2f6f5;
    background-color: #fff;
    color: rgba(38, 41, 47, 0.7);
    font-size: 12px;
    font-weight: 500;
}

.billing-underline-white.pair {
    background-color: #f2f6f5;
}

.billing-underline-white.last {
    border-top-style: none;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.billing-discount {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    min-height: 35px;
    padding-right: 25px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-style: solid;
    border-width: 1px;
    border-color: #f2f6f5;
    background-color: #fff;
    color: #f26845;
    font-size: 12px;
    font-weight: 700;
}

.billing-discount.pair {
    background-color: #f2f6f5;
}

.billing-discount.last {
    border-top-style: none;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.billing-total {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    min-height: 35px;
    padding-right: 25px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-style: solid;
    border-width: 1px;
    border-color: #f2f6f5;
    background-color: #f2f6f5;
    color: rgba(38, 41, 47, 0.7);
    font-size: 15px;
    font-weight: 700;
}

.billing-total.pair {
    background-color: #f2f6f5;
}

.billing-total.last {
    border-top-style: none;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.billing {
    width: 100%;
    margin-bottom: 20px;
}

.btn-history {
    text-transform: uppercase;
}

.panier-img-couche {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 91%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.panier-img-couche.visible {
    display: block;
}

.cta-main {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.column-25 {
    margin-top: 72px;
}

.product-title {
    position: relative;
    z-index: 2;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0px;
    font-family: shore, sans-serif;
    color: #f26845;
    font-size: 30px;
    line-height: 48px;
}

.product-title.product-title {
    line-height: 48px;
}

.img-prod {
    position: relative;
    z-index: 10;
    display: inline-block;
    max-height: 65%;
    max-width: 80%;
    padding-top: 14%;
    padding-bottom: 5%;
    text-align: center;
    cursor: pointer;
}

.product-title {
    margin-bottom: 10px;
    line-height: 34px;
}

.bloc-contact-noevent {
    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;
    border: 1px solid transparent;
    background-color: #fff;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    text-decoration: none;
}

.section-title-faq {
    height: 100%;
    padding-top: 0px;
    text-align: center;
}

.column-26 {
    padding-right: 0px;
    padding-left: 0px;
}

.link-rs {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.link-rs:hover {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.not-for-mobile {
    background-color: #f2f6f5;
}

.html-embed-11 {
    display: none;
}

.title-confirm {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin-top: -25px;
    margin-bottom: 25px;
    float: none;
    clear: none;
    text-align: center;
}

.title-confirm.abs {
    position: absolute;
    left: 50%;
    z-index: 100;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}

.text-confirm {
    max-width: 500px;
    margin-top: 20px;
    line-height: 24px;
}

.text-block-31 {
    font-size: 12px;
    line-height: 18px;
}

.text-back {
    margin-top: 2px;
}

.text-date-modif {
    margin-top: 3px;
    color: #f26845;
    font-size: 10px;
}

.text-date-copy {
    margin-left: 5px;
}

.div-block-121 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-span-2 {
    color: #f26845;
}

.div-block-122 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.nav-sticky {
    position: fixed;
    top: 0px;
    z-index: 2000;
    display: block;
    overflow: visible;
    width: 100%;
    height: 67px;
    background-color: #fff;
    box-shadow: 0 1px 20px -20px #000;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.nav-sticky-items {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: center;
}

.logo-sticky {
    height: 36px;
    margin-bottom: 0px;
}

.code-menu {
    display: none;
}

.body-navbar {
    margin-top: 67px;
    padding-top: 67px;
}

.section-404 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 37vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-404.account-content {
    height: 45vw;
}

._404-title {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: shore, sans-serif;
    color: #f26845;
    font-size: 40px;
    line-height: 40px;
}

.heading {
    font-size: 160px;
    line-height: 130px;
}

.taglineCont {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 991px) {
    .taglineCont {
        display: none;
    }
}

.baseline {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    margin-top: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.wave-nav {
    position: relative;
    width: 40px;
    height: 6px;
    margin-top: 20px;
    background-image: url('../img/wave_black.svg');
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat-x;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.taglineCont .wave-nav {
    margin-top: 5px;
}

.header-6 .tv-header-logo {
    overflow: visible;
}

.tv-header-logo a .wave-nav {
    animation-duration: 2s;
    animation-name: wave;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-play-state: paused;
}

.tv-header-logo a:hover .wave-nav {
    animation-play-state: running;
}

.wave-nav.wave-cross {
    background-image: url('../img/wave_black.svg');
}

.wave-nav.wave-logo {
    width: 34px;
    height: 6px;
    margin-top: 19px;
    background-image: url('../img/wave_black.svg');
}

.navbar {
    position: relative;
    z-index: 1000;
    width: 100%;
}

.fixnav {
    position: absolute;
    top: 0px;
    z-index: 1000;
    width: 100%;
    height: 0px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.fixnav.sticky {
    position: fixed;
}

.fixnav.top {
    top: -35px;
}

.virtual-nav {
    position: relative;
    width: 100%;
    height: 185px;
    margin-top: 0px;
    background-color: #fff;
}

.html-embed-12 {
    position: static;
    display: none;
}

.home-slide-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.home-product-right {
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
}

.home-product-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.bt-share {
    width: 2vw;
    margin-right: 0.5vw;
    margin-left: 0.5vw;
}

.bt-share.clickable {
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    cursor: pointer;
}

.bt-share.clickable:hover {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.img-usine {
    width: 100px;
    margin-top: 20px;
}

.basket {
    position: relative;
}

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

.basket-notif {
    position: absolute;
    top: 2px;
    right: -4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 17px;
    height: 17px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    background-color: #f26845;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    text-align: center;
}

.text-span-3 {
    font-family: shore, sans-serif;
}

.mask-video {
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-width: none;
}

.video-re {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1px;
}

.video-re video {
    min-height: 400px;
}

.intro-obessions-content {
    display: inline-block;
    max-width: 550px;
    margin-right: 7%;
    margin-bottom: 40px;
    padding: 130px 40px;
    background-image: url('../img/bulle_allongee_v5.svg');
    background-position: 50% 45%;
    background-size: auto;
    background-repeat: no-repeat;
    text-align: center;
}

.section-obsession {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 150px;
    padding-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
}

.section-obsession.coton {
    position: relative;
    padding-top: 0px;
    padding-bottom: 200px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    background-image: url('../img/coton.png');
    background-position: 50% 0%;
    background-size: cover;
}

.section-obsession.grey {
    position: relative;
    padding-top: 0px;
    padding-bottom: 25vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../img/france.svg');
    background-position: 50% 98%;
    background-size: 25vw;
    background-repeat: no-repeat;
    background-color: transparent;
}

.section-obsession .cta-text a {
    color: #FFFFFF;
    text-decoration: none;
}

.h2-obsession {
    display: block;
    max-width: 590px;
    margin-top: -20px;
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.wave-transition-intro {
    position: absolute;
    bottom: 0px;
    width: 100%;
    margin-top: 100px;
}

.wave-animation-top {
    position: relative;
    width: 100vw;
    height: 4vw;
    margin-bottom: 25px;
    background-image: url('../img/wave-anim.svg');
    background-position: 0% 0%;
    background-size: cover;
    background-repeat: repeat-x;
}

.wave-animation-top.re {
    margin-bottom: 0px;
}

.wave-animation-bottom {
    position: absolute;
    bottom: 0px;
    width: 100vw;
    height: 4vw;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    background-image: url('../img/wave-anim-top.svg');
    background-position: 0% 0%;
    background-size: cover;
    background-repeat: repeat-x;
}

.obsession-list {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1400px;
    margin-top: 50px;
    margin-bottom: 50px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.obsession-list.decal {
    margin-top: 0px;
}

.obsession-list.decal-top {
    margin-top: 100px;
}

.obession-item.o1 {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 380px;
    height: 350px;
    margin-top: 50px;
    padding: 35px 50px 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../img/bubble-o1.svg');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
}

.obession-item.o1.grey {
    background-image: none;
}

.obession-item.o2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 380px;
    height: 355px;
    margin-top: 200px;
    padding: 40px 40px 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../img/bubble-o2.svg');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
}

.obession-item.o2.grey {
    background-image: none;
}

.obession-item.o3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 390px;
    height: 364px;
    padding: 35px 50px 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../img/bubble-o3.svg');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
}

.obession-item.o3.grey {
    background-image: none;
}

.obession-item.o2-bis {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 380px;
    height: 355px;
    margin-bottom: 100px;
    padding: 40px 40px 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../img/bubble-o2.svg');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
}

.obession-item.o2-bis.grey {
    background-image: none;
}

.number-o-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 68px;
    height: 72px;
    margin-bottom: 22px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}

.number-o {
    position: relative;
    z-index: 10;
    padding-top: 2px;
    padding-left: 2px;
    font-family: shore, sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1px;
}

.text-block-33 {
    line-height: 24px;
    text-align: center;
}

.text-o {
    line-height: 24px;
    text-align: center;
}

.text-block-34 {
    width: 610px;
    margin-bottom: 20px;
    line-height: 24px;
    text-align: center;
}

.email-link {
    color: #26292f;
}

.img-pack {
    position: absolute;
    bottom: -4vw;
    z-index: 20;
    width: 33vw;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
}

.img-wave {
    width: 42px;
    margin: 20px auto;
}

.logo-img {
    width: 148px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.logo-img.mini {
    width: 120px;
}

.baseline-text {
    font-family: shore, sans-serif;
    color: #26292f;
    font-size: 11px;
    text-decoration: none;
    white-space: nowrap;
}

.baseline-bubble,
.baseline svg {
    width: 5px;
    margin-top: 4px;
    margin-right: 6px;
    margin-left: 5px;
}

.fly-obj-1 {
    position: absolute;
    left: 0px;
    z-index: 20;
    width: 33vw;
    -webkit-transform: translate(-6%, -35%);
    -ms-transform: translate(-6%, -35%);
    transform: translate(-6%, -35%);
}

.fly-obj-2 {
    position: absolute;
    right: 0px;
    z-index: 1;
    width: 30vw;
    -webkit-transform: translate(-7%, -29%) rotate(10deg);
    -ms-transform: translate(-7%, -29%) rotate(10deg);
    transform: translate(-7%, -29%) rotate(10deg);
}

.fly-obj-3 {
    position: absolute;
    left: 0px;
    width: 26vw;
    max-width: none;
    -webkit-transform: translate(0%, -89%);
    -ms-transform: translate(0%, -89%);
    transform: translate(0%, -89%);
}

.fly-obj4 {
    position: absolute;
    right: 0%;
    z-index: 10;
    width: 22vw;
    -webkit-transform: translate(-25%, -25%);
    -ms-transform: translate(-25%, -25%);
    transform: translate(-25%, -25%);
}

.text-block-35 {
    display: none;
}

.form-full {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.form-full.center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.obs-sep {
    display: block;
}

.video-tuto {
    width: 100.5vw;
    height: 42vw;
}

.video-tuto-mobile {
    display: none;
    width: 100vw;
    height: 42vw;
}

.form-newsletter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../img/textfield.png');
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.div-block-123 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.form-3 {
    max-width: 1142px;
}

.forumlaire-cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.paiement-title-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.paiement-img {
    height: 20px;
    margin-right: 10px;
    margin-left: 10px;
}

.block-coupon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.input-coupon {
    display: inline-block;
    width: 100%;
    height: 50px;
    margin-top: 12px;
    margin-bottom: 12px;
    padding-right: 12px;
    padding-left: 12px;
    border-style: solid;
    border-width: 1px;
    border-color: #f26845;
    border-radius: 0px;
    background-color: #fff;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    color: #26292f;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.input-coupon:focus {
    border-style: solid;
    border-color: #f26845;
    background-color: #fff;
}

.input-coupon::-webkit-input-placeholder {
    font-size: 11px;
    text-transform: uppercase;
}

.input-coupon:-ms-input-placeholder {
    font-size: 11px;
    text-transform: uppercase;
}

.input-coupon::-ms-input-placeholder {
    font-size: 11px;
    text-transform: uppercase;
}

.input-coupon::placeholder {
    font-size: 11px;
    text-transform: uppercase;
}

.input-coupon.half {
    width: 48%;
}

.input-coupon.third {
    width: 28%;
}

.input-coupon.seven {
    width: 68%;
}

.input-coupon.textarea {
    padding-top: 14px;
    padding-bottom: 14px;
}

.input-coupon.quart {
    width: 19%;
}

.input-coupon.quart.input-left {
    width: 27%;
}

.input-coupon.input-last {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.input-coupon.cvc {
    width: 10%;
    margin-left: 4%;
}

.input-coupon.cvc.input-left {
    width: 27%;
}

.input-coupon.card-number {
    width: 63%;
}

.btn-coupon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f26845;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    text-decoration: none;
}

.btn-coupon:hover {
    -webkit-filter: saturate(125%);
    filter: saturate(125%);
    text-decoration: none;
}

.coupon-msg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 220px;
    height: 50px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #f26845;
    line-height: 16px;
    font-weight: 500;
    text-align: left;
}

.div-block-124 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.popin-error-form {
    position: fixed;
    z-index: 2000;
    display: none;
    width: 100vw;
    height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.title-wave-product {
    position: relative;
    z-index: 2;
    display: block;
    margin-top: -60px;
    padding-right: 60px;
    padding-left: 60px;
    float: none;
    clear: none;
    background-color: #f2f6f5;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: center;
}

.title-wave-product.abs {
    position: absolute;
    left: 50%;
    z-index: 100;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}

.collection-item-6 {
    width: 110px;
    height: 110px;
}

.text-block-36 {
    display: block;
    float: none;
    clear: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    white-space: pre-wrap;
}

.module-paiement {
    display: block;
    margin-bottom: 15px;
}

.checkbox-label-4 {
    display: inline;
    font-size: 13px;
    line-height: 18px;
}

.cta-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.block-test-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 850px;
    margin-top: 0px;
    margin-bottom: 40px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.block-test-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 250px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.item-title {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 20px;
    font-family: shore, sans-serif;
    color: #f26845;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
}

.bold-text-11 {
    display: block;
}

.image-22 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
}

.secure-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 2vw;
    padding-bottom: 2vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.html-embed-13 {
    width: 21px;
}

.lock-img {
    width: 20px;
}

.secure-txt {
    padding-left: 10px;
    color: #f26845;
    line-height: 14px;
}

.order-date {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.order-date.first {
    position: static;
    width: 100%;
    margin-top: 10px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.order-txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 500px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.image-25 {
    padding-bottom: 0vw;
}

.text-date-no-modif {
    margin-top: 3px;
    margin-bottom: 25px;
    color: #f26845;
    font-size: 10px;
}

.payment-icons {
    position: absolute;
    right: 15px;
    clear: none;
}

.payment-img {
    height: 20px;
    margin-right: 10px;
    margin-left: 10px;
}

.link-tracking {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    cursor: pointer;
}

.link-tracking:hover {
    border-style: none none solid;
    border-width: 1px;
    border-color: #f26845;
}

.reassurance-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.reassure-item-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 25px;
    background-color: #fff;
}

.reassure-check {
    width: 22px;
    margin-right: 10px;
}

.reassure-txt {
    color: #f26845;
}

.subtitle {
    display: block;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 2px;
    text-transform: none;
}

.abo-subtitle.subtitile-pink {
    color: #26292f;
    font-size: 13px;
}

.reassurance-block-landing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 3vw;
    padding-bottom: 3vw;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-notice {
    padding-top: 1vw;
    padding-bottom: 5vw;
    background-color: #fff;
}

.pink-txt-span {
    max-width: 310px;
    padding-right: 0px;
    padding-left: 0px;
    font-family: Montserrat, sans-serif;
    color: #f26845;
    line-height: 24px;
}

.shore-number {
    display: block;
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
    font-family: shore, sans-serif;
    color: #f26845;
    font-size: 50px;
    line-height: 64px;
}

.section-reassurance {
    position: absolute;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 160px;
    padding-bottom: 20px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.section-couches {
    position: relative;
    display: block;
    height: auto;
    padding-bottom: 35px;
    text-align: center;
}

.img-abo-landing {
    position: relative;
    z-index: 10;
    display: none;
    height: auto;
    max-height: none;
    max-width: 600px;
    min-height: 600px;
    min-width: 600px;
    padding-top: 5%;
    padding-bottom: 5%;
    text-align: center;
    cursor: pointer;
}

.landing-wrapper {
    position: relative;
    z-index: 3;
    width: 100%;
    height: auto;
    max-width: 1180px;
    margin-top: 0px;
    margin-left: 50%;
    padding-top: 0px;
    padding-right: 1%;
    padding-left: 1%;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
}

.landing-wrapper.insta-images {
    margin-top: 0px;
    margin-bottom: 0px;
}

.landing-wrapper.super-footer-elements {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.landing-wrapper.inter-titre {
    margin-top: 0px;
    margin-bottom: 70px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.landing-wrapper.lifestyle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.landing-wrapper.landing-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.landing-wrapper.subnav {
    max-width: 1400px;
}

.landing-wrapper.navbar {
    height: 145px;
}

.slide-approve {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70vw;
    max-width: 1280px;
    margin-top: 50px;
    margin-bottom: 80px;
    margin-left: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}

.section-founders {
    position: static;
    padding-top: 1vw;
    padding-bottom: 1vw;
    background-color: #d8eef2;
    font-family: shore, sans-serif;
}

.section-test {
    position: static;
    z-index: 1;
    padding-top: 0px;
    text-align: left;
}

.section-test.lading {
    background-color: #fff;
}

.section-test.landing {
    background-color: #fff;
}

.link-block-landing {
    margin-top: 40px;
    margin-bottom: 40px;
}

.text-span-4 {
    display: block;
    margin-top: -26px;
    margin-left: 22px;
    line-height: 64px;
}

.image-26 {
    width: 112px;
}

.col-intro-left-content {
    position: relative;
    z-index: 2;
    max-width: 540px;
    min-width: 540px;
    margin-right: 0%;
    margin-left: 7%;
    padding: 61px 30px 105px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    background-image: url('../img/bulle_allongee_v2.svg');
    background-position: 50% 0%;
    background-size: 520px 480px;
    background-repeat: no-repeat;
    text-align: center;
}

.like-svg {
    width: auto;
    max-width: 128px;
}

.abo-subtitle-landing {
    font-size: 14px;
}

.abo-subtitle-landing.subtitile-pink {
    color: #f26845;
    font-size: 13px;
}

.subtitle-landing {
    display: block;
    color: #f26845;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 2px;
    text-transform: none;
}

.link-block-8 {
    display: none;
}

.link-block-10 {
    display: none;
}

.section-big-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.section-big-text.white {
    background-color: #fff;
}

.img-big-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.big-text-content {
    position: relative;
    display: block;
    overflow: hidden;
    max-width: none;
    margin-bottom: 0px;
    padding-top: 35px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    line-height: 24px;
    font-weight: 500;
    text-align: left;
}

.big-text-top-container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    padding-right: 5%;
    padding-left: 5%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.big-text-wrapper {
    width: 50%;
    padding-top: 15px;
    padding-right: 0vw;
    padding-left: 0vw;
}

.big-text-subtitle {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: shore, sans-serif;
    color: #f26845;
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
}

.big-text-mask {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    width: 100%;
    height: 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(65%, #fff));
    background-image: linear-gradient(180deg, transparent, #fff 65%);
}

.text-block-43 {
    width: 85%;
    margin-top: 20px;
    text-align: left;
}

.bloc-mask-big-text-img {
    position: relative;
    top: 0px;
    width: 100%;
}

.bloc-mask-big-text-img.img2 {
    position: relative;
    left: 0px;
    overflow: hidden;
    width: 50%;
}

.bloc-mask-big-text-img.img1 {
    position: relative;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.image-27 {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: none;
}

.bloc-re-img-copy {
    position: relative;
    top: 0px;
    width: 90%;
}

.bloc-re-img-copy.img2 {
    position: relative;
    left: 0px;
    overflow: hidden;
    width: 50%;
}

.bloc-re-img-copy.img1 {
    position: -webkit-sticky;
    position: sticky;
    top: 36px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.additional-big-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.big-text-split-content {
    width: 50%;
    padding-right: 5%;
    padding-left: 5%;
    line-height: 24px;
    text-align: left;
}

.big-text-bottom-container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 5%;
    padding-left: 5%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.big-text-content-half {
    position: relative;
    display: block;
    overflow: hidden;
    width: 50%;
    max-width: none;
    padding: 15px 20px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    line-height: 24px;
    text-align: left;
}

.mask-img {
    position: absolute;
    left: -1%;
    top: 0px;
    overflow: hidden;
    width: 102%;
    height: 101%;
    max-width: none;
}

.big-text-arrow-mobile {
    position: absolute;
    left: 50%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: none;
}

.big-text-img-container {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 29vw;
    height: 27vw;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-radius: 50%;
    text-align: center;
}

.big-text-img {
    position: absolute;
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    width: auto;
    height: 100%;
    max-width: none;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.jma-top-content.jma-top-content-v2 {
    position: relative;
    width: 100%;
}

.bloc-switch-mode-v2 {
    position: absolute;
    left: auto;
    top: 50%;
    right: 5%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    cursor: pointer;
}

.bloc-switch-mode-v2.abo-modif {
    top: -36px;
    right: 0%;
}

.title-switch-v2 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-family: Montserrat, sans-serif;
    font-size: 8px;
    line-height: 12px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.switch-v2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 45px;
    height: 10px;
    margin-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 15px;
    background-color: #a0a3a6;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.switch-v2.on {
    padding-left: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.jma-text-v2 {
    display: block;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    color: #4a4a4a;
    font-size: 14px;
    line-height: 18px;
}

.jma-text-v2.test-text-ps {
    display: block;
    padding-top: 20px;
    padding-bottom: 40px;
    color: #f26845;
    font-size: 14px;
    text-align: center;
}

.jma-title-container {
    text-align: center;
}

.h2-jma-v2 {
    display: block;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.jma-step-v2 {
    width: 100%;
    margin-top: 3vh;
    text-align: left;
}

.jma-step-v2.date {
    width: 60%;
}

.jma-step-v2.couche-culotte {
    display: block;
    margin-top: 6vh;
}

.jma-step-copy {
    width: 100%;
    margin-top: 3vh;
    text-align: left;
}

.jma-step-copy.date {
    width: 60%;
}

.size-guide {
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 5px 15px;
    border-style: solid;
    border-width: 1px;
    border-color: #f26845;
    border-radius: 25px;
    -webkit-transition: all 400ms cubic-bezier(.455, .03, .515, .955);
    transition: all 400ms cubic-bezier(.455, .03, .515, .955);
    cursor: pointer;
}

.size-guide:hover {
    background-color: #f26845;
    color: #fff;
}

.bloc-selector-motif-v2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 4vh;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 15px;
    background-color: #f3f6f5;
}

.motif-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    padding-left: 5%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.size-selected-container {
    width: 15%;
    height: 100%;
    border-right: 2px solid #fff;
    text-align: center;
}

.size-title {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #f26845;
    text-align: center;
    letter-spacing: 1px;
}

.size-title.green {
    color: #81e0c7;
}

.motif-count {
    margin-top: 5px;
    margin-bottom: 5px;
    opacity: 0;
    -webkit-transition: opacity 300ms cubic-bezier(.455, .03, .515, .955);
    transition: opacity 300ms cubic-bezier(.455, .03, .515, .955);
    color: #26292f;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
}

.motif-count.visible {
    opacity: 1;
}

.size-counter-sticky {
    position: fixed;
    top: 23%;
    z-index: 20;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #fff;
    box-shadow: 1px 1px 11px -2px rgba(0, 0, 0, 0.4);
}

.size-counter-sticky.desktop {
    top: 25%;
}

.size-count {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    padding: 9px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.size-text {
    margin-left: 15px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
}

.jma-mobile-indicator {
    display: none;
}

.jma-mobile-indicator.jma-top-content-v2 {
    position: relative;
    width: 100%;
}

.image-30 {
    position: absolute;
}

.motif-container-v2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    padding-left: 5%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.selector-motif-v2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    min-width: 150px;
    margin-right: 5px;
    margin-left: 5px;
    padding-left: 2px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.motif-v2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 150px;
    height: 90px;
    margin-bottom: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid transparent;
    border-radius: 6px;
    background-color: #dfdfdf;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    text-align: center;
}

.motif-v2.active {
    border-color: #f26845;
}

.motif-v2-img {
    width: 100%;
    height: 100%;
    max-width: 150px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.motif-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 150px;
    height: 90px;
    margin-bottom: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid transparent;
    border-radius: 6px;
    background-color: #dfdfdf;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    text-align: center;
}

.motif-copy.active {
    border-color: #f26845;
}

.size-text-success {
    display: none;
    margin-left: 15px;
    text-align: left;
    text-transform: uppercase;
}

.jma-motif-number {
    display: none;
    width: 81px;
    margin-top: 5px;
    padding-right: 1px;
    padding-left: 1px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.jma-motif-number.visible {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.jma-motif-number.product {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 98px;
    margin-top: 5px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.motif-btn-less {
    width: 26px;
    height: 26px;
    cursor: pointer;
}

.motif-btn-more {
    width: 26px;
    height: 26px;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    cursor: pointer;
}

.motif-btn-more.event-none {
    opacity: 0.32;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.abo-modif-couche-container {
    margin-top: 45px;
}

.abo-modif-motif-container {
    position: relative;
    margin-top: 45px;
}

.title-fid {
    position: relative;
    z-index: 2;
    display: inline-block;
    float: none;
    clear: none;
    text-align: center;
}

.title-fid.abs {
    position: absolute;
    left: 50%;
    z-index: 9;
    display: inline-block;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}

.h1-fid {
    display: block;
    max-width: 590px;
    margin-top: 50px;
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.parrain-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.points-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.points-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 800px;
    margin-top: 50px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.points-left {
    position: relative;
    width: 285px;
    padding-top: 20px;
}

.points-right {
    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;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.avantage-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 420px;
    height: 86px;
    margin-bottom: 14px;
    padding-right: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #f26845;
    border-radius: 8px;
    background-color: #fff;
}

.statut-wrapper {
    margin-bottom: 22px;
}

.statut-wrapper.off {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.jauge {
    margin-bottom: 15px;
}

.bold-text-13 {
    text-align: center;
    text-transform: uppercase;
}

.next-text {
    margin-bottom: 15px;
    line-height: 18px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.next-point {
    color: #f26845;
}

.paragraph-4 {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}

.div-block-125 {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.cta-fid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 64px;
    margin-top: 15px;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    background-image: url('../img/cta.png');
    background-position: 50% 50%;
    background-size: 100% 100%;
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear;
    color: #f29179;
    text-align: center;
}

.cta-fid:hover {
    opacity: 1;
    -webkit-filter: saturate(140%);
    filter: saturate(140%);
    color: #fff;
}

.cta-fid.size-l {
    width: 300px;
}

.cta-fid.small {
    margin-right: 10px;
    margin-left: 10px;
}

.cta-fid.cta-text {
    background-color: transparent;
    text-decoration: none;
}

.cta-fid.cta-blue {
    background-image: url('../img/cta-blue-test.png');
    background-position: 50% 50%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.cta-text-fid {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: shore, sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    white-space: nowrap;
}

.cta-text-fid:hover {
    text-decoration: none;
}

.points-statut {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 280px;
    height: 280px;
    padding-top: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-monstatut {
    font-size: 17px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.text-statut {
    color: #f26845;
    font-size: 17px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.text-points {
    margin-top: 4px;
    line-height: 20px;
}

.statut-title {
    color: #f26845;
    line-height: 24px;
    font-weight: 700;
}

.statut-title-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.statut-points {
    font-size: 12px;
    line-height: 24px;
}

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

.statut-title-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.icon-check {
    margin-left: 5px;
}

.avantage-left {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.avantage-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 86px;
    height: 86px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.bold-text-14 {
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
}

.avantage-title {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}

.avantage-text {
    font-size: 12px;
    line-height: 18px;
}

.icon-percent {
    padding-right: 5px;
}

.icon-percent10 {
    padding-right: 10px;
}

.icon-star {
    padding-left: 5px;
}

.parrain-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 800px;
    margin-top: 30px;
}

.parrain-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.how-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 800px;
    margin-top: 40px;
    margin-bottom: 50px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.how-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    max-width: 300px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.how-title {
    margin-top: 5px;
    margin-bottom: 4px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.how-paragarph {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}

.how-img-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.how-gift {
    margin-top: 10px;
}

.how-point {
    margin-bottom: 10px;
}

.comment-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.point-list-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.point-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 800px;
    margin-top: 50px;
    margin-bottom: 0px;
    padding-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.point-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 220px;
    height: 260px;
    margin-bottom: 40px;
    padding-top: 35px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    background-color: #fff;
}

.point-point {
    color: #f26845;
    font-size: 72px;
    line-height: 72px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.point-point-text {
    color: #f26845;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: -0.1px;
    text-transform: uppercase;
}

.point-point-paragraph {
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}

.swiper-container.account-nav {
    width: 100%;
}

.swiper-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.swiper-slide.account-nav-link {
    width: auto;
    max-width: none;
}

.faq-fid-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 800px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.faq-fid-list {
    max-width: 760px;
    margin-top: 30px;
    margin-bottom: 100px;
    padding-left: 0px;
}

.faq-fid-item {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(38, 41, 47, 0.15);
}

.faq-fid-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 25px;
    padding-bottom: 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.faq-fid-iem {
    border-bottom: 1px solid rgba(38, 41, 47, 0.2);
}

.faq-fid-bottom {
    display: none;
}

.faq-fid-icon {
    margin-right: 30px;
    margin-left: 30px;
}

.faq-fid-question {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 20px;
    font-weight: 500;
}

.faq-fid-answer {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 24px;
}

.point-number-wrapper {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.parrain-title {
    margin-bottom: 20px;
    color: #f26845;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
}

.parrain-paragraph {
    line-height: 20px;
}

.bold-text-15 {
    color: #f26845;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.parrain-code-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    cursor: pointer;
}

.code-parrainage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 15px 15px 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 5px;
    background-color: #fff;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 10px;
    cursor: pointer;
}

.code-parrainage:hover {
    border-color: #f26845;
}

.parrain-count {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.icon-parrain {
    margin-right: 10px;
}

.icon-copy {
    height: 18px;
    margin-left: 5px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.parrain-cta-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 500px;
    margin-top: 40px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.cta-share-email {
    margin-top: 15px;
    margin-bottom: 25px;
}

.cta-share {
    display: none;
    margin-top: 15px;
    margin-bottom: 25px;
}

.cta-share-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 64px;
    margin-top: 0px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    background-image: url('../img/cta.png');
    background-position: 50% 50%;
    background-size: 100% 100%;
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear;
    color: #f29179;
    text-align: center;
}

.cta-share-link:hover {
    opacity: 1;
    -webkit-filter: saturate(140%);
    filter: saturate(140%);
    color: #fff;
}

.cta-share-link.size-l {
    width: 300px;
}

.cta-share-link.small {
    margin-right: 10px;
    margin-left: 10px;
}

.cta-share-link.cta-text {
    background-color: transparent;
    text-decoration: none;
}

.cta-share-link.cta-blue {
    background-image: url('../img/cta-blue-test.png');
    background-position: 50% 50%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.cta-share-link.fb {
    background-image: url('../img/btn-fb.png');
}

.cta-share-text {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-right: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: shore, sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    white-space: nowrap;
}

.cta-share-text:hover {
    text-decoration: none;
}

.parrain-code-title {
    margin-left: 5px;
}

.copy-text {
    display: none;
    margin-left: 5px;
    color: #f26845;
    font-size: 10px;
    line-height: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.block-fidelity-info {
    width: 100%;
}

.fidelity-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.text-block-49 {
    font-weight: 400;
}

.fidelity-title {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}

.orange-text {
    color: #f26845;
    font-weight: 700;
}

.fidelity-bubble {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    margin-left: 20px;
    padding: 15px 20px;
    border-style: solid;
    border-width: 2px;
    border-color: #c6c6c6;
    border-radius: 8px;
    -webkit-transition: border-color 500ms cubic-bezier(.455, .03, .515, .955);
    transition: border-color 500ms cubic-bezier(.455, .03, .515, .955);
}

.fidelity-bubble.active {
    border-color: #f26845;
}

.fidelity-points {
    color: #f26845;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.fidelity-points-subtitle {
    font-weight: 700;
}

.fidelity-bubble-reward {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    margin-left: 20px;
    padding: 15px;
    border-style: solid;
    border-width: 2px;
    border-color: #c6c6c6;
    border-radius: 8px;
    -webkit-transition: border-color 500ms cubic-bezier(.455, .03, .515, .955);
    transition: border-color 500ms cubic-bezier(.455, .03, .515, .955);
}

.fidelity-bubble-reward.active {
    position: relative;
    border-color: #f26845;
}

.fidelity-reward-success {
    position: absolute;
    left: auto;
    top: -10px;
    right: -10px;
    bottom: auto;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #f26845;
    opacity: 0;
}

.fidelity-point-field {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 700;
}

.fidelity-points-counter {
    position: absolute;
    left: auto;
    top: -10px;
    right: -10px;
    bottom: auto;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #f26845;
    opacity: 0;
}

.tick-white {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.fidelity-cross {
    position: absolute;
    left: -30px;
    top: 50%;
    right: auto;
    bottom: auto;
    width: 15px;
    height: 15px;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
}

.fidelity-cross-line {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 3px;
    background-color: #f26845;
}

.fidelity-cross-line.vertical {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.parrainage-popin {
    position: fixed;
    z-index: 2000;
    display: none;
    width: 100vw;
    height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(38, 41, 47, 0.42);
}

.parrainage-block-text {
    padding: 40px;
    background-color: #fff;
    text-align: center;
}

.heading-2 {
    font-family: shore, sans-serif;
    color: #f26845;
    font-size: 72px;
    line-height: 10px;
    font-weight: 400;
    letter-spacing: 5px;
}

.parrainage-title {
    margin-bottom: 0px;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.text-span-5 {
    font-family: shore, sans-serif;
    color: #f26845;
    font-size: 72px;
    line-height: 0px;
    font-weight: 400;
    letter-spacing: 5px;
}

.parrainage-subtitle {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
}

.text-block-50 {
    max-width: 400px;
    margin-top: 10px;
    line-height: 24px;
}

.cta-close-parrainage {
    display: inline-block;
    margin-top: 20px;
}

@media screen and (min-width: 1440px) {
    .bloc-re-img-copy {
        width: 80%;
    }

    .point-list-wrapper {
        padding-bottom: 20px;
    }

    .faq-fid-wrapper {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .faq-fid-list {
        max-width: 700px;
        margin-top: 50px;
        margin-bottom: 100px;
        padding-left: 0px;
    }

    .faq-fid-top {
        min-height: 70px;
        padding-top: 20px;
        padding-bottom: 20px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .faq-fid-bottom {
        display: none;
        font-size: 12px;
        line-height: 18px;
    }

    .faq-fid-icon {
        margin-right: 20px;
        margin-left: 20px;
    }

    .faq-fid-question {
        line-height: 20px;
    }

    .faq-fid-answer {
        margin-bottom: 20px;
        line-height: 24px;
    }
}

@media screen and (min-width: 1920px) {
    .col-intro-left-content {
        min-width: 590px;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        background-size: auto 460px;
    }

    .img-big-text {
        margin-bottom: 25px;
    }

    .bloc-re-img-copy {
        width: 70%;
    }

    .points-left {
        padding-top: 0px;
    }
}

@media screen and (max-width: 991px) {
    .nav {
        display: none;
    }

    .body {
        padding-top: 60px;
    }

    .body.jma {
        padding-top: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .body.mon-compte {
        padding-top: 0px;
    }

    .wrapper.super-footer-elements {
        margin-top: 25px;
    }

    .wrapper.lifestyle {
        padding-right: 0%;
        padding-left: 0%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transform: translate(-50%, 0px);
        -ms-transform: translate(-50%, 0px);
        transform: translate(-50%, 0px);
    }

    .link-after {
        height: 10px;
    }

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

    .section-intro {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 100vh;
        max-height: none;
        min-height: auto;
        margin-top: 0px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        background-position: 0% 0%;
        background-size: auto 50%;
        background-repeat: no-repeat;
    }

    .section-intro.landing {
        height: 100vh;
        background-position: 100% 0%;
    }

    .section-tout {
        position: relative;
        padding-bottom: 0px;
    }

    .intro-grid {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: auto;
        padding-top: 50px;
        padding-bottom: 50px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .intro-grid.left {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .col-intro-right {
        padding-bottom: 50px;
    }

    .col-intro-left {
        height: 45vh;
    }

    .col-intro-right-content {
        margin-right: 0%;
        padding: 0px;
        background-image: none;
        background-size: auto;
        background-repeat: repeat;
    }

    .title-wave.abs {
        top: 0px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .wave {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .tout-column {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .tout-col {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 4vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }

    .title-tout {
        margin-bottom: 0px;
        padding-right: 0px;
        padding-left: 0px;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        text-align: center;
    }

    .text {
        max-width: none;
        padding-right: 0px;
        padding-left: 0px;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
        text-align: center;
    }

    .section-tuto {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 53vw;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .section-produits {
        position: relative;
    }

    .home-product {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .home-product-list {
        width: 100%;
    }

    .section-testi {
        position: relative;
    }

    .home-slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .visuel-parent {
        width: 40vw;
        height: 40vw;
    }

    .insta-col {
        display: block;
    }

    .section-reassur {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .footer {
        display: none;
    }

    .reassurrance {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .footer-title-right {
        line-height: 40px;
    }

    .super-footer {
        display: none;
    }

    .superfooter-text {
        display: inline-block;
    }

    .superfooter-text.link {
        display: inline-block;
    }

    .img-rs.first {
        margin-left: 0px;
    }

    .newsletter-rgpd {
        max-width: none;
        padding-right: 100px;
        padding-left: 100px;
    }

    .sticky-bar {
        display: none;
    }

    .section-abo-perso {
        position: relative;
        margin-top: 0px;
        padding-top: 150px;
    }

    .nav-mobile {
        position: fixed;
        top: 0px;
        z-index: 2000;
        display: block;
        overflow: hidden;
        width: 100%;
        height: 6vh;
        min-height: 60px;
        background-color: #fff;
        box-shadow: 0 1px 20px -15px #000;
        -webkit-transition: all 600ms ease-in-out;
        transition: all 600ms ease-in-out;
    }

    .nav-mobile.open {
        overflow: scroll;
        height: 100vh;
    }

    .topbar-mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 60px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .img-compte-mobile {
        display: inline-block;
        max-width: 100%;
        background-color: transparent;
    }

    .menu-mobile-top-right {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        text-align: right;
    }

    .menu-mobile-top-right.not-visible {
        -webkit-transition: opacity 600ms cubic-bezier(.645, .045, .355, 1);
        transition: opacity 600ms cubic-bezier(.645, .045, .355, 1);
    }

    .list-menu-mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-left: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        color: #26292f;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
        list-style-type: none;
    }

    .link-menu-mobile.light {
        color: #26292f;
        font-weight: 300;
        text-decoration: none;
    }

    .item-menu-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 40px;
        margin-bottom: 40px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 24px;
        letter-spacing: 4px;
    }

    .item-menu-list.produit-mobile {
        display: none;
    }

    .item-menu-list.abo-btn {
        width: 60%;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .columns-3 {
        width: 70vw;
        margin-top: 80px;
        margin-bottom: 80px;
        margin-left: 50%;
        -webkit-transform: translate(-50%, 0px);
        -ms-transform: translate(-50%, 0px);
        transform: translate(-50%, 0px);
        text-align: center;
    }

    .paragraph-2 {
        line-height: 50px;
        text-align: center;
    }

    .link-mobile {
        display: inline-block;
        color: #26292f;
        text-decoration: none;
    }

    .newsletter-mobile {
        padding-top: 50px;
        padding-bottom: 50px;
        background-color: #26292f;
        text-align: center;
    }

    .form {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .bt_menu {
        display: block;
    }

    .bt_close {
        position: relative;
        display: none;
    }

    .footer-mobile {
        position: relative;
        display: block;
        height: auto;
    }

    .collection-list-wrapper {
        display: block;
    }

    .list-produit-mobile {
        display: block;
        padding-top: 10px;
        padding-bottom: 50px;
        background-color: #26292f;
    }

    .collection-item-2 {
        display: inline-block;
        width: 40%;
    }

    .video-how {
        position: relative;
    }

    .h1-page {
        margin-top: 50px;
    }

    .section-abo-packs {
        margin-top: 0px;
        padding-top: 50px;
    }

    .pack {
        width: 100%;
        padding-right: 50px;
        padding-left: 50px;
    }

    .image-7 {
        max-width: none;
    }

    .text-pack {
        width: 100%;
        min-height: auto;
    }

    .collection-list-2 {
        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;
    }

    .abo-perso {
        margin-top: 0px;
        margin-bottom: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .column-10 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-right: 0px;
        padding-left: 0px;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .img-abo {
        width: 100%;
        min-height: auto;
        min-width: auto;
        padding-bottom: 0%;
    }

    .col-abo-right-content {
        width: 100%;
        max-width: 100%;
        padding-right: 50px;
        padding-left: 50px;
    }

    .col-abo-right-content.our-abo-page {
        margin-bottom: 76px;
    }

    .section-title {
        padding-top: 20px;
    }

    .text-header-title {
        margin-bottom: 50px;
    }

    .faq-category-list {
        display: none;
    }

    .faq-col-right {
        width: 100%;
        padding-right: 25px;
    }

    .form-block {
        margin-right: 25px;
        margin-bottom: 50px;
        margin-left: 25px;
        padding-left: 0px;
    }

    .formulaire-contact {
        width: 90%;
    }

    .select {
        width: 100%;
        margin-right: 0%;
        margin-left: 0%;
    }

    .textarea {
        width: 100%;
        margin-right: 0%;
        margin-left: 0%;
    }

    .justify-right {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
        text-align: center;
    }

    .col-form-after2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: auto;
        margin-left: 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        text-align: center;
    }

    .rgpd-form {
        width: 100%;
        margin-bottom: 30px;
    }

    .col-form-after1 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-right: 0%;
        margin-bottom: 20px;
        margin-left: 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .checkbox-field {
        width: 100%;
    }

    .checkbox-label {
        display: inline-block;
    }

    .column-11 {
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .column-12 {
        margin-bottom: 20px;
    }

    .contact-blocs {
        padding-right: 15%;
        padding-left: 15%;
    }

    .column-15 {
        margin-bottom: 20px;
    }

    .column-16 {
        margin-bottom: 20px;
    }

    .column-17 {
        text-align: center;
    }

    .footer-mobile-bottom {
        display: block;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
    }

    .bkg-product {
        bottom: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .section-product-header {
        position: relative;
    }

    .img-push {
        display: block;
        height: auto;
    }

    .text-push {
        display: block;
        text-align: center;
    }

    .push-titre {
        text-align: center;
    }

    .col-push {
        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;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
    }

    .pushs {
        margin-top: auto;
        margin-bottom: auto;
    }

    .columns-5 {
        margin-top: 75px;
        margin-bottom: 50px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .section-lifestyle {
        height: auto;
        background-position: 50% 0%;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .section-lifestyle.full {
        height: 60vh;
        background-position: 50% 0%;
        background-size: auto 100%;
    }

    .benefice-block {
        width: 100%;
        height: auto;
        margin-top: 350px;
        padding: 50px 50px 70px;
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
        background-color: #f2f6f5;
        background-image: none;
    }

    .ingredient-drop {
        max-width: none;
    }

    .block-ingredient {
        -webkit-column-count: 1;
        column-count: 1;
    }

    .block-ingredients-couche {
        padding-right: 50px;
        padding-left: 50px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .block-chiffre {
        margin-right: 10px;
        margin-left: 0px;
    }

    .section-usine {
        padding-right: 40px;
        padding-left: 40px;
    }

    .usine-container {
        width: 100%;
        margin-left: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .usine-text {
        min-width: auto;
        text-align: center;
    }

    .section-cross-sale.white {
        background-color: #fff;
    }

    .schema {
        width: 100%;
        margin-bottom: 50px;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .ingredients-couche {
        width: 100%;
        margin-bottom: 50px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .img-ingredients {
        max-width: 450px;
    }

    .section-header-landing {
        height: 70vw;
        padding-top: 40px;
        background-position: 50% 0%;
    }

    .landing-intro {
        max-width: 330px;
    }

    .column-18 {
        display: block;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .columns-6 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 40px;
        padding-right: 50px;
        padding-bottom: 50px;
        padding-left: 50px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .column-19 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .tout-block {
        padding-top: 2vw;
        padding-right: 0px;
        padding-left: 0px;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: left;
    }

    .columns-7 {
        display: block;
        padding-right: 40px;
        padding-left: 40px;
        -webkit-column-count: auto;
        column-count: auto;
    }

    .column-20 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: auto;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .column-21 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }

    .column-22 {
        padding-right: 0px;
        padding-left: 0px;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
    }

    .column-23 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .column-24 {
        display: none;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .home-product-col-right {
        padding-top: 50px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .slide {
        position: static;
    }

    .home-product-certif {
        margin-bottom: 20px;
    }

    .image-9 {
        height: 31px;
    }

    .img-abo-prl {
        width: 100%;
        min-height: auto;
        min-width: auto;
    }

    .img-abo-prl.layer1 {
        position: relative;
    }

    .legals_text {
        padding-right: 10px;
        padding-left: 10px;
    }

    .section-raison-title {
        margin-top: 0px;
        padding-top: 35px;
    }

    .section-page-title {
        height: auto;
        max-height: none;
        min-height: auto;
        margin-top: 0px;
        background-position: 0% 0%;
        background-size: 140%;
        background-repeat: no-repeat;
    }

    .section-page-title.obsession {
        background-position: 50% 0%;
    }

    .bloc-re-text {
        width: 100%;
        padding: 20px;
    }

    .bloc-re-text.t1 {
        width: 100%;
        padding: 40px 20px;
    }

    .bloc-re-text.t2 {
        width: 100%;
        margin-left: auto;
    }

    .bloc-re-img.img2 {
        width: 80%;
        margin-left: 10%;
    }

    .bloc-re-img.img1 {
        width: 80%;
        margin-left: 10%;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .content-re {
        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;
    }

    .content-re.middle {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .content-re.last {
        margin-top: 20px;
    }

    .h2-manifest {
        margin-top: 100px;
    }

    .p-left {
        text-align: center;
    }

    .title-manifest-bloc {
        text-align: center;
    }

    .bloc-manifest.right {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .jma-panier {
        width: 100%;
        height: auto;
    }

    .jma-left {
        min-height: auto;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .wrapper-manifeste.super-footer-elements {
        margin-top: 25px;
    }

    .wrapper-manifeste.lifestyle {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .img-selfie {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }

    .wave-transition {
        margin-top: 0px;
    }

    .wrapper-selfie {
        margin-top: -200px;
        margin-bottom: 50px;
    }

    .wrapper-selfie.super-footer-elements {
        margin-top: 25px;
    }

    .wrapper-selfie.lifestyle {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .intro-flex {
        height: 100vh;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .text-intro {
        margin-right: 0%;
        padding-top: 0px;
        padding-bottom: 0px;
        background-image: none;
        background-size: auto;
        background-repeat: repeat;
    }

    .h1-side {
        margin-top: 0px;
    }

    .re-arrow2 {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .paragraph-3 {
        text-align: center;
    }

    .jma-contenu {
        padding-right: 30px;
        padding-left: 30px;
    }

    .bloc-selector-couche {
        padding-right: 0px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .couche-selector {
        margin-right: 4px;
        margin-left: 4px;
    }

    .bloc-switch-mode {
        margin-top: 25px;
    }

    .panier-total {
        margin-top: 0px;
    }

    .bloc-selector-motif {
        margin-bottom: 100px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .selector-motif {
        margin-right: 30px;
        margin-bottom: 20px;
    }

    .jma-text {
        margin-right: 0px;
    }

    .bloc-product-selector {
        margin-bottom: 100px;
    }

    .popin-whoops {
        display: none;
    }

    .popin-info {
        display: none;
    }

    .popin-info-bloc {
        position: absolute;
    }

    .jma-panier-fixed {
        position: relative;
        width: 100%;
        height: auto;
    }

    .account-content {
        padding-right: 25px;
        padding-left: 25px;
    }

    .session-full {
        min-height: auto;
        padding-right: 30px;
        padding-left: 30px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .mes-infos {
        min-height: auto;
        padding-right: 30px;
        padding-left: 30px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .jma-infos {
        padding-right: 20px;
        padding-left: 20px;
    }

    .formulaire-deja-client {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .input-full {
        width: 100%;
        margin-right: 0%;
        margin-left: 0%;
    }

    .input-third {
        width: 100%;
        margin-right: 0%;
        margin-left: 0%;
    }

    .input-seven {
        width: 100%;
        margin-right: 0%;
        margin-left: 0%;
    }

    .jma-footer {
        display: none;
    }

    .jma-panier-4 {
        width: 100%;
        height: auto;
    }

    .jma-right {
        width: 100%;
    }

    .bt_close_popin {
        display: block;
    }

    .abo-modif-content {
        padding-right: 20px;
        padding-left: 20px;
    }

    .abo-cta-block {
        display: none;
    }

    .account-nav {
        margin-top: 15px;
        margin-right: 20px;
        margin-left: 20px;
    }

    .modif-abo-left {
        min-height: auto;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .formulaire-left.paiement {
        margin-bottom: 80px;
    }

    .abo-cta-mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
    }

    .jma-footer-mobile {
        display: none;
    }

    .img-prod {
        width: 100%;
        min-height: auto;
        min-width: auto;
        padding-top: 0px;
        padding-bottom: 0%;
    }

    .section-title-faq {
        padding-bottom: 0px;
    }

    .nav-sticky {
        display: none;
    }

    .section-404.account-content {
        height: 50vw;
    }

    .navbar {
        display: none;
    }

    .home-slide-content {
        margin-top: 50px;
        margin-left: 0px;
    }

    .bt-share {
        width: 4vw;
    }

    .link-block-5 {
        position: relative;
    }

    .intro-obessions-content {
        width: 100%;
        max-width: 100%;
        margin-right: 0%;
        margin-bottom: 100px;
        padding: 0px 50px;
        background-image: none;
        background-size: auto;
        background-repeat: repeat;
    }

    .section-obsession {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section-obsession.coton {
        padding-bottom: 59px;
    }

    .section-obsession.grey {
        padding-bottom: 30vw;
        background-position: 50% 100%;
        background-size: 40vw;
    }

    .section-obsession.last {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .wave-transition-intro {
        margin-top: 0px;
    }

    .wave-animation-top {
        margin-bottom: 50px;
    }

    .obsession-list {
        padding-right: 50px;
        padding-left: 50px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .obession-item.o1 {
        margin-top: 0px;
    }

    .obession-item.o1.grey {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .obession-item.o2 {
        margin-top: 0px;
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .obession-item.o2.grey {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .obession-item.o3.grey {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .obession-item.o2-bis {
        margin-top: 0px;
        margin-bottom: 20px;
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .obession-item.o2-bis.grey {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .img-pack {
        bottom: -9vw;
        width: 66vw;
    }

    .fly-obj-1 {
        -webkit-transform: translate(-43px, -76px);
        -ms-transform: translate(-43px, -76px);
        transform: translate(-43px, -76px);
    }

    .fly-obj-2 {
        -webkit-transform: translate(-7%, -35%) rotate(10deg);
        -ms-transform: translate(-7%, -35%) rotate(10deg);
        transform: translate(-7%, -35%) rotate(10deg);
    }

    .fly-obj4 {
        -webkit-transform: translate(-25%, -30%);
        -ms-transform: translate(-25%, -30%);
        transform: translate(-25%, -30%);
    }

    .video-tuto {
        display: none;
    }

    .video-tuto-mobile {
        display: block;
        height: 53vw;
    }

    .form-block-newsletter {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .popin-error-form {
        display: none;
    }

    .title-wave-product {
        padding-right: 60px;
        padding-left: 60px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .title-wave-product.abs {
        top: 0px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .block-test-item {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .test-blue-txt {
        padding-top: 16px;
        font-family: shore, sans-serif;
        color: #0047b6;
        font-size: 18px;
        line-height: 1.4px;
        font-weight: 400;
        letter-spacing: normal;
        text-transform: none;
    }

    .image-24 {
        max-height: 50px;
        margin-top: 0px;
        margin-bottom: 12px;
    }

    .link-abo-menu {
        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;
    }

    .abo-package-menu {
        max-height: 57px;
        margin-bottom: 10px;
    }

    .abo-coral-text {
        padding-top: 16px;
        font-family: shore, sans-serif;
        font-size: 18px;
        line-height: 1.4px;
        font-weight: 400;
        letter-spacing: normal;
        text-transform: none;
    }

    .secure-block {
        padding-top: 5vw;
    }

    .payment-icons {
        position: relative;
        right: 0px;
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .social-media-icons-mobile {
        padding-top: 20px;
    }

    .reassurance-block {
        position: absolute;
        bottom: -8px;
        padding-top: 0vw;
        padding-bottom: 15px;
        background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(transparent));
        background-image: linear-gradient(0deg, #fff, transparent);
    }

    .reassure-item-block {
        border-radius: 0px;
        background-color: transparent;
    }

    .reassurance-block-landing {
        padding-top: 4vw;
    }

    .section-notice {
        padding-top: 3vw;
    }

    .pink-txt-span {
        max-width: none;
        padding-right: 0px;
        padding-left: 0px;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
        text-align: center;
    }

    .shore-number {
        margin-bottom: 0px;
        padding-right: 0px;
        padding-left: 0px;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        text-align: center;
    }

    .section-reassurance {
        height: 50px;
        margin-top: 0px;
        padding-bottom: 0px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-image: none;
    }

    .section-couches {
        position: relative;
    }

    .img-abo-landing {
        display: block;
        width: 100%;
        min-height: auto;
        min-width: auto;
        margin-right: auto;
        margin-bottom: -90px;
        margin-left: auto;
        padding-bottom: 0%;
    }

    .landing-wrapper.super-footer-elements {
        margin-top: 25px;
    }

    .landing-wrapper.lifestyle {
        padding-right: 0%;
        padding-left: 0%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transform: translate(-50%, 0px);
        -ms-transform: translate(-50%, 0px);
        transform: translate(-50%, 0px);
    }

    .slide-approve {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .section-founders {
        position: relative;
        padding-bottom: 50px;
    }

    .section-test {
        position: relative;
    }

    .col-intro-left-content {
        max-width: none;
        min-width: auto;
        margin-right: 0%;
        margin-left: 0%;
        padding: 0px;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        background-image: none;
        background-size: auto;
        background-repeat: repeat;
    }

    .like-svg {
        width: auto;
        max-width: 128px;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .section-big-text {
        position: relative;
        padding-right: 40px;
        padding-left: 40px;
    }

    .section-big-text.white {
        background-color: #fff;
    }

    .img-big-text {
        width: 100%;
        margin-bottom: 30px;
    }

    .big-text-content {
        width: 100%;
        min-width: auto;
        text-align: center;
    }

    .big-text-top-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .big-text-wrapper {
        width: 100%;
    }

    .bloc-mask-big-text-img.img2 {
        width: 80%;
        margin-left: 10%;
    }

    .bloc-mask-big-text-img.img1 {
        width: 80%;
        margin-left: 10%;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .bloc-re-img-copy.img2 {
        width: 80%;
        margin-left: 10%;
    }

    .bloc-re-img-copy.img1 {
        width: 80%;
        margin-left: 10%;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .big-text-bottom-container {
        display: block;
        overflow: hidden;
        max-height: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .big-text-bottom-container.active {
        display: block;
        overflow: visible;
        max-height: 5000px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .big-text-content-half {
        width: 100%;
        min-width: auto;
        text-align: center;
    }

    .mask-img {
        width: 101%;
        height: 102%;
        min-width: 100%;
    }

    .image-28 {
        width: 90%;
        height: 90%;
        max-width: none;
    }

    .big-text-arrow-mobile {
        left: 48%;
        top: auto;
        bottom: 13px;
        display: block;
        padding: 6px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: all 400ms cubic-bezier(.455, .03, .515, .955);
        transition: all 400ms cubic-bezier(.455, .03, .515, .955);
        cursor: pointer;
    }

    .big-text-arrow-mobile.active {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .big-text-img-container {
        width: 40vw;
        height: 40vw;
    }

    .bloc-switch-mode-v2 {
        margin-top: 25px;
    }

    .jma-text-v2 {
        margin-right: auto;
    }

    .bloc-selector-motif-v2 {
        margin-bottom: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .motif-container {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .size-selected-container {
        width: 100%;
        margin-bottom: 40px;
        border-right-style: none;
    }

    .motif-count {
        opacity: 1;
    }

    .motif-container-v2 {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .selector-motif-v2 {
        width: 40%;
        margin-right: 30px;
        margin-bottom: 20px;
    }

    .motif-v2 {
        width: 100%;
        height: auto;
    }

    .motif-v2-img {
        max-width: none;
    }

    .jma-motif-number {
        display: none;
    }

    .title-fid.abs {
        top: 0px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .swiper-slide.account-nav-link {
        padding-bottom: 4px;
        font-size: 12px;
    }

    .parrainage-popin {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .wrapper {
        margin-left: 50%;
    }

    .wrapper.lifestyle {
        padding-top: 48vw;
    }

    .section-intro.landing {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .intro-grid.left {
        padding-bottom: 33px;
        background-color: #fff;
    }

    .paragraph {
        padding-right: 20px;
        padding-left: 20px;
    }

    .cta-text {
        display: inline-block;
    }

    .tout-col {
        margin-bottom: 6vw;
    }

    .home-porduct-subtitle {
        font-size: 17px;
    }

    .section-testi {
        padding-top: 0px;
    }

    .img-rs.first {
        margin-left: 0px;
    }

    .home-product-img {
        padding-right: 20px;
        padding-left: 20px;
    }

    .menu-mobile-top-right {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .menu-mobile-top-right.not-visible {
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }

    .item-menu-list.abo-btn {
        width: 85%;
        margin-top: 28px;
        margin-bottom: 20px;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .section-title {
        padding-top: 10px;
    }

    .text-header-title {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 50px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .bkg-product {
        bottom: -39px;
    }

    .h1-produit {
        font-size: 24px;
        line-height: 35px;
    }

    .push-text {
        line-height: 24px;
    }

    .section-lifestyle {
        height: auto;
        background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
        background-position: 50% 0%;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .section-lifestyle.full {
        height: 40vh;
        background-size: 100%;
    }

    .benefice-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 0px;
        padding-top: 50px;
    }

    .columns-6 {
        margin-bottom: 20px;
    }

    .home-product-certif-img {
        max-height: 70px;
    }

    .home-product-certif {
        margin-bottom: 20px;
    }

    .text-re {
        line-height: 24px;
    }

    .intro-flex {
        height: 90vh;
    }

    .account-abo-bloc {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .account-abo-visuel {
        overflow: hidden;
    }

    .account-abo-action {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .btn.secondary.small.order-btn {
        position: relative;
        margin-top: 10px;
    }

    .btn.small.order-btn {
        position: relative;
        right: 0px;
        margin-top: 10px;
    }

    .product-title.product-title {
        font-size: 22px;
        line-height: 36px;
    }

    .section-title-faq {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .intro-obessions-content {
        margin-top: 0px;
        margin-bottom: 100px;
        padding-top: 0px;
    }

    .section-obsession.coton {
        padding-bottom: 35px;
    }

    .obession-item.o2-bis {
        margin-bottom: 10px;
    }

    .block-test-container {
        margin-bottom: 60px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .item-title {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .image-23 {
        margin-right: 16px;
        padding-right: 0px;
        padding-bottom: 0px;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .text-block-37 {
        line-height: 18px;
    }

    .test-blue-txt {
        margin-top: 15px;
        padding-top: 0px;
        font-family: shore, sans-serif;
        color: #0047b6;
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
        letter-spacing: 0px;
    }

    .image-24 {
        height: 42px;
        margin-bottom: 8px;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .link-abo-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 50%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .abo-package-menu {
        height: 48px;
    }

    .abo-coral-text {
        margin-top: 8px;
        padding-top: 0px;
        font-family: shore, sans-serif;
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
        letter-spacing: 0px;
    }

    .link-block-7 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .bold-text-12 {
        line-height: 28px;
    }

    .order-date {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .order-date.first {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .order-txt {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .reassurance-block {
        position: relative;
        bottom: auto;
        padding-top: 0vw;
        padding-bottom: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: #fff;
    }

    .reassure-item-block {
        padding: 0px;
    }

    .reassure-check {
        display: none;
    }

    .reassure-txt {
        line-height: 20px;
    }

    .reassurance-block-landing {
        padding-bottom: 2vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .section-reassurance {
        position: relative;
        height: auto;
        padding-top: 0vw;
    }

    .img-abo-landing {
        margin-bottom: -100px;
    }

    .landing-wrapper {
        margin-left: 50%;
    }

    .landing-wrapper.lifestyle {
        padding-top: 48vw;
    }

    .section-founders {
        padding-top: 6vw;
        padding-bottom: 1vw;
    }

    .section-test {
        padding-top: 0px;
    }

    .cta-text-fid {
        display: inline-block;
    }

    .cta-share-text {
        display: inline-block;
    }
}

@media screen and (max-width: 479px) {
    .nav {
        display: none;
    }

    .body.jma {
        padding-bottom: 62px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .body.account-connect {
        background-color: #fff;
    }

    .wrapper {
        padding-top: 0px;
    }

    .wrapper.insta-images {
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .wrapper.inter-titre.inter-titre-low-margin {
        margin-bottom: 35px;
    }

    .wrapper.lifestyle {
        margin-top: 0px;
        padding-top: 48vw;
        padding-right: 0%;
        padding-left: 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .wrapper.landing-page {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-top: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transform: translate(-50%, 0px);
        -ms-transform: translate(-50%, 0px);
        transform: translate(-50%, 0px);
    }

    .notification {
        display: none;
    }

    .section-intro {
        height: auto;
        max-height: none;
        min-height: auto;
        margin-top: 0px;
        padding-bottom: 0px;
        background-position: 0% 0%;
        background-size: 140%;
    }

    .section-intro.landing {
        height: auto;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .section-tout {
        position: static;
    }

    .intro-grid {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .intro-grid.left {
        position: static;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: auto;
        padding-top: 50px;
        padding-bottom: 28px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: transparent;
        font-family: Montserrat, sans-serif;
        color: #26292f;
        font-size: 14px;
        line-height: 10px;
        font-weight: 400;
    }

    .col-intro-right {
        padding-bottom: 50px;
        background-color: #f0f4f3;
    }

    .col-intro-left {
        height: 40vh;
    }

    .h1 {
        display: block;
        width: 100%;
        font-size: 24px;
    }

    .paragraph {
        padding-right: 0px;
        padding-left: 0px;
    }

    .col-intro-right-content {
        margin-top: 60vw;
        margin-right: 0%;
        padding-right: 10px;
        padding-left: 10px;
    }

    .cta {
        min-width: 220px;
    }

    .cta.big {
        width: 280px;
    }

    .cta.cta-blue {
        min-width: 220px;
    }

    .cta-text.mobile-menu {
        padding-right: 20px;
        padding-left: 40px;
        font-size: 18px;
        letter-spacing: normal;
    }

    .bold-text-4 {
        letter-spacing: 1px;
    }

    .h2 {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        font-family: Montserrat, sans-serif;
        font-size: 14px;
        line-height: 21px;
        letter-spacing: 0px;
    }

    .title-wave {
        display: inline-block;
    }

    .title-wave.abs {
        display: inline-block;
        width: 100%;
    }

    .tout-column {
        margin-top: 20px;
        margin-right: 0px;
        margin-left: 0px;
    }

    .tout-col {
        margin-bottom: 8vw;
        padding-right: 10px;
        padding-left: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .title-tout {
        margin-bottom: 10px;
    }

    .section-tuto {
        position: relative;
        height: 53vw;
    }

    .home-product {
        margin-top: 20px;
        margin-bottom: 40px;
        padding-right: 10px;
        padding-left: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .home-product-title {
        font-size: 22px;
        line-height: 30px;
    }

    .home-porduct-subtitle {
        font-size: 14px;
        line-height: 21px;
        text-align: center;
    }

    .home-product-list-item {
        padding-left: 10px;
    }

    .home-product-list {
        width: 100%;
        padding-left: 0px;
        font-size: 12px;
    }

    .text-block-10 {
        text-indent: 0px;
    }

    .home-slide {
        width: 90vw;
        margin-bottom: 60px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .visuel-parent {
        width: 60vw;
        height: 60vw;
        margin-bottom: 0px;
    }

    .section-insta {
        padding-top: 20px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .insta-col {
        padding-right: 0%;
        padding-left: 0%;
    }

    .insta-title {
        font-size: 34px;
    }

    .footer {
        display: none;
    }

    .reassurrance {
        margin-top: 25px;
        margin-bottom: 50px;
    }

    .footer-title-right {
        width: 250px;
        margin-left: 50%;
        -webkit-transform: translate(-50%, 0px);
        -ms-transform: translate(-50%, 0px);
        transform: translate(-50%, 0px);
        line-height: 40px;
    }

    .super-footer {
        display: none;
    }

    .superfooter-text {
        display: none;
    }

    .superfooter-text.link {
        display: inline-block;
        margin-right: 5px;
        margin-left: 5px;
        line-height: 24px;
    }

    .superfooter-text.copyright {
        margin-top: 25px;
        margin-right: 0px;
        margin-left: 0px;
        text-align: center;
    }

    .newsletter-intro {
        margin-bottom: 0px;
    }

    .newsletter-rgpd {
        margin-top: 0px;
        margin-bottom: 0px;
        padding-right: 20px;
        padding-bottom: 10px;
        padding-left: 20px;
    }

    .img-parents-home {
        margin-bottom: 0px;
    }

    .sticky-bar {
        display: none;
    }

    .slide-nav {
        display: block;
    }

    .slide-nav-2 {
        display: block;
    }

    .section-abo-perso {
        height: auto;
        min-height: 400px;
        padding-top: 65px;
    }

    .menu-product-name {
        text-decoration: none;
    }

    .left-arrow {
        display: none;
    }

    .right-arrow {
        display: none;
    }

    .left-arrow-2 {
        display: none;
    }

    .right-arrow-2 {
        display: none;
    }

    .home-product-img {
        max-height: none;
        margin-bottom: 30px;
    }

    .nav-mobile {
        position: fixed;
        z-index: 2000;
        display: block;
        overflow: hidden;
        width: 100%;
        height: 6vh;
        min-height: 60px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #fff;
        box-shadow: 0 1px 20px -15px #000;
    }

    .topbar-mobile {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 60px;
        margin-top: 0px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .img-compte-mobile {
        display: inline-block;
        float: none;
        text-align: right;
    }

    .menu-mobile-top-right {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: right;
    }

    .list-menu-mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-left: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        color: #26292f;
        font-weight: 700;
        text-transform: uppercase;
        list-style-type: none;
    }

    .link-menu-mobile {
        color: #26292f;
        font-size: 17px;
        letter-spacing: 2px;
        text-decoration: none;
    }

    .link-menu-mobile.light {
        font-size: 15px;
        line-height: 16px;
        font-weight: 400;
    }

    .item-menu-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-right: 100px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        opacity: 0;
    }

    .item-menu-list.produit-mobile {
        display: none;
    }

    .item-menu-list.sep {
        padding-right: 0px;
        opacity: 0;
    }

    .item-menu-list.abo-btn {
        margin-top: 28px;
        margin-bottom: 20px;
        padding-right: 20px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .columns-3 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 70vw;
        height: 40px;
        margin-top: 50px;
        margin-bottom: 50px;
        margin-left: 50%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transform: translate(-50%, 0px);
        -ms-transform: translate(-50%, 0px);
        transform: translate(-50%, 0px);
        text-align: center;
    }

    .menu-open {
        display: block;
        height: auto;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .img-rs-mobile {
        height: 32px;
    }

    .paragraph-2 {
        line-height: 24px;
        text-align: center;
    }

    .link-mobile {
        display: inline-block;
    }

    .newsletter-mobile {
        padding-top: 30px;
        padding-bottom: 30px;
        background-color: #26292f;
        text-align: center;
    }

    .form {
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .bt_menu {
        position: absolute;
        display: block;
    }

    .bt_close {
        display: none;
    }

    .footer-mobile {
        display: block;
    }

    .collection-list-wrapper {
        width: auto;
    }

    .list-produit-mobile {
        display: -ms-grid;
        display: grid;
        width: 100vw;
        padding-bottom: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        grid-auto-columns: 1fr;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
        background-color: #26292f;
    }

    .collection-item-2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 200px;
        padding-right: 10px;
        padding-left: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .bloc-link-product-mobile {
        text-decoration: none;
    }

    .bloc-link-product-mobile:hover {
        text-decoration: none;
    }

    .video-how {
        position: relative;
        overflow: hidden;
    }

    .h1-page {
        width: 100%;
        margin-top: 30px;
        padding-right: 20px;
        padding-left: 20px;
        font-family: Montserrat, sans-serif;
        font-size: 14px;
        line-height: 21px;
        letter-spacing: 1px;
    }

    .h1-page.multiligne {
        padding-right: 20px;
        padding-left: 20px;
    }

    .section-abo-packs {
        padding-top: 35px;
    }

    .pack {
        margin-bottom: 20px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .block-pack:hover {
        border-style: solid;
        border-color: transparent;
    }

    .image-7 {
        width: 100%;
        height: auto;
        max-width: none;
        padding-right: 10px;
        padding-left: 10px;
    }

    .text-pack {
        width: 100%;
        min-height: auto;
        margin-bottom: 20px;
        padding-right: 5px;
        padding-left: 5px;
    }

    .abo-perso {
        margin-bottom: 0px;
    }

    .abo-perso.padding-top-fix {
        padding-top: 120px;
    }

    .abo-perso.abo-padding {
        padding-top: 48px;
    }

    .typo-title {
        margin-top: 0px;
        margin-bottom: 20px;
        padding-top: 10px;
        font-size: 22px;
    }

    .img-abo {
        padding-bottom: 0%;
    }

    .col-abo-right-content {
        padding-right: 10px;
        padding-left: 10px;
    }

    .col-abo-right-content.our-abo-page {
        margin-top: -30px;
        margin-bottom: 30px;
    }

    .section-title {
        padding-top: 50px;
        padding-bottom: 0px;
    }

    .text-header-title {
        margin-right: 15px;
        margin-bottom: 30px;
        margin-left: 15px;
    }

    .text-header-title.contact-page {
        margin-top: 20px;
    }

    .section-content {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .faq-col-right {
        padding-right: 15px;
        padding-left: 15px;
    }

    .faq-dropdown-toggle {
        padding-right: 25px;
    }

    .faq-dropdown-toggle.w--open {
        padding-bottom: 20px;
    }

    .icon {
        position: absolute;
        margin-left: 0;
        right: 0;
    }

    .faq-answer {
        width: 100%;
        font-size: 14px;
        line-height: 26px;
    }

    .form-block {
        display: block;
        margin-right: 15px;
        margin-bottom: 40px;
        margin-left: 15px;
    }

    .section-contact {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .title {
        display: inline-block;
        margin-top: 10px;
        margin-bottom: 10px;
        font-family: Montserrat, sans-serif;
        font-size: 14px;
        line-height: 21px;
        letter-spacing: 0px;
    }

    .section-contact-form {
        padding-bottom: 0px;
    }

    .formulaire-contact {
        width: 90vw;
        margin-top: 20px;
    }

    .input::-webkit-input-placeholder {
        color: #26292f;
    }

    .input:-ms-input-placeholder {
        color: #26292f;
    }

    .input::-ms-input-placeholder {
        color: #26292f;
    }

    .input::placeholder {
        color: #26292f;
    }

    .input.half {
        width: 100%;
    }

    .input.half.input-left {
        margin-right: 0%;
    }

    .input.third.input-left {
        width: 100%;
        margin-right: 0%;
    }

    .input.seven {
        width: 100%;
    }

    .input.quart {
        width: 100%;
    }

    .input.quart.input-left {
        margin-right: 0%;
    }

    .input.cvc {
        width: 100%;
        margin-left: 0%;
    }

    .input.cvc.input-left {
        margin-right: 0%;
    }

    .input.card-number.input-left {
        width: 100%;
    }

    .checkbox {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .checkbox.adresse-livraison-switch {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .contact-blocs {
        margin-bottom: 50px;
        padding-right: 0%;
        padding-left: 0%;
    }

    .text-bloc-contact {
        margin-bottom: 40px;
    }

    .footer-mobile-bottom {
        display: block;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
    }

    .text-block-14 {
        display: inline-block;
        margin-right: auto;
        margin-left: auto;
    }

    .bkg-product {
        bottom: -126px;
        width: auto;
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6);
    }

    .h1-produit {
        font-size: 16px;
    }

    .section-product-header {
        height: auto;
        min-height: 400px;
        padding-top: 100px;
    }

    .img-push {
        margin-top: 10px;
    }

    .push-titre {
        margin-top: 10px;
    }

    .bkg-push {
        position: relative;
    }

    .columns-5 {
        margin-top: 40px;
        margin-bottom: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .section-lifestyle {
        height: auto;
        padding-top: 0px;
        padding-bottom: 0px;
        background-position: 50% 0%;
        background-size: 100%;
    }

    .section-lifestyle.full {
        height: 30vh;
        background-size: 100%;
    }

    .section-goods {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .product-handtext {
        font-size: 22px;
    }

    .product-goods {
        margin-top: 30px;
    }

    .section-zero {
        padding-right: 25px;
        padding-left: 25px;
    }

    .plus-content {
        overflow: hidden;
        width: 100%;
        min-width: auto;
        padding-top: 0px;
    }

    .benefice-block {
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 50px 25px;
        background-color: #f2f6f5;
        background-image: none;
    }

    .benefice-text {
        line-height: 20px;
    }

    .section-certif {
        display: block;
        padding-top: 0px;
    }

    .tab-certif {
        margin-top: 0px;
    }

    .img-certif {
        max-height: 100px;
        max-width: 70px;
    }

    .section-ingredients {
        overflow: hidden;
    }

    .ingredient-drop {
        width: 100%;
        margin-bottom: 15px;
    }

    .ingredient-toogle {
        width: 100%;
        padding-left: 10px;
        font-size: 11px;
    }

    .block-ingredient {
        max-width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }

    .block-ingredients-couche {
        padding-right: 15px;
        padding-left: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .section-chiffres {
        padding-top: 0px;
    }

    .block-chiffre {
        margin-top: 20px;
        margin-left: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .text-chiffre {
        text-align: center;
    }

    .div-chiffre {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .section-plus {
        overflow: hidden;
        width: 100%;
    }

    .plus-title {
        font-size: 32px;
    }

    .plus-texte {
        padding-right: 15px;
        padding-left: 15px;
    }

    .section-usine {
        padding-right: 20px;
        padding-left: 20px;
    }

    .usine-container {
        width: 100%;
        min-width: auto;
    }

    .usine-text {
        padding-right: 15px;
        padding-left: 15px;
    }

    .cross-links {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .cross-title {
        padding-right: 20px;
        padding-left: 20px;
        line-height: 16px;
    }

    .certif-paragraph {
        padding-right: 20px;
        padding-left: 20px;
    }

    .plus-block-title {
        margin-top: 10px;
    }

    .schema {
        width: 100%;
        margin-bottom: 20px;
        margin-left: -20px;
    }

    .ingredients-couche {
        margin-bottom: 0px;
    }

    .plus-bkg {
        left: 50%;
        -webkit-transform: translate(-50%, 0px);
        -ms-transform: translate(-50%, 0px);
        transform: translate(-50%, 0px);
    }

    .section-ingredients-title {
        overflow: hidden;
    }

    .img-ingredients {
        width: 100%;
        margin-top: 0px;
    }

    .div-block-4 {
        height: 46%;
    }

    .bkg-product-cross {
        position: absolute;
        -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%);
    }

    .collection-item-4 {
        width: 50%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .cross-link-img {
        width: 100%;
        max-width: none;
    }

    .collection-list-4 {
        padding: 40px 20px 20px;
    }

    .certif-tab-selector {
        padding-bottom: 0px;
    }

    .section-header-landing {
        height: 100%;
        padding-top: 0px;
        padding-bottom: 50px;
        background-color: #ececee;
        background-position: 100% 0%;
        background-size: 155%;
        background-repeat: no-repeat;
    }

    .landing-intro {
        display: block;
        margin-top: 43vh;
        padding-right: 10px;
        padding-left: 10px;
    }

    .landing-title {
        margin-top: 0px;
        margin-bottom: 14px;
        font-size: 50px;
    }

    .landing-mini-title {
        text-align: center;
    }

    .landing-mini-text {
        text-align: center;
    }

    .landing-mini-block {
        margin-top: 40px;
    }

    .landing-mini-block.first-mini-block {
        margin-top: 40px;
    }

    .column-18 {
        padding-right: 0px;
    }

    .columns-6 {
        margin-bottom: 0px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .column-19 {
        padding-left: 0px;
    }

    .tout-block {
        text-align: center;
    }

    .columns-7 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .column-20 {
        height: auto;
    }

    .column-21 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .section-certif-mobile {
        display: block;
        padding-top: 10px;
    }

    .img-certif-mobile {
        margin-top: 40px;
    }

    .certif-paragraph-mobile {
        padding-right: 20px;
        padding-left: 20px;
    }

    .home-product-col-right {
        padding-top: 40px;
    }

    .home-product-certif-img {
        max-height: 50px;
    }

    .home-product-certif {
        width: 100%;
        margin-bottom: 0px;
        -webkit-box-pack: start;
        -webkit-justify-content: center;
        -ms-flex-pack: start;
        justify-content: center;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
        align-content: flex-end;
    }

    .img-abo-prl.layer1 {
        position: relative;
        padding-bottom: 0%;
    }

    .img-abo-prl.layer4 {
        padding-bottom: 0%;
    }

    .section-raison-title {
        height: auto;
        min-height: 400px;
        padding-top: 30px;
    }

    .section-page-title {
        height: auto;
        max-height: none;
        min-height: auto;
        margin-top: 0px;
        padding-bottom: 0px;
        background-position: 0% 0%;
        background-size: 140%;
    }

    .section-page-title.obsession {
        background-position: 50% 0%;
    }

    .section-raison {
        padding-top: 50px;
        padding-bottom: 0px;
    }

    .title-re {
        font-size: 19px;
        line-height: 34px;
    }

    .bloc-re-img.img2 {
        width: 90%;
        margin-left: 5%;
    }

    .bloc-re-img.img1 {
        width: 100%;
        margin-left: 0%;
    }

    .re-arrow1 {
        margin-top: -50px;
        margin-bottom: -50px;
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
    }

    .h2-manifest {
        width: auto;
        margin-top: 50px;
        font-family: Montserrat, sans-serif;
        font-size: 14px;
        line-height: 21px;
        letter-spacing: 1px;
    }

    .title-manifest-bloc {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .bloc-manifest {
        margin-top: 20px;
    }

    .bloc-manifest-center {
        margin-top: 50px;
        margin-bottom: 20px;
    }

    .jma-panier {
        padding-top: 40px;
        padding-bottom: 25px;
    }

    .jma-left {
        padding-right: 10px;
        padding-left: 10px;
        background-position: 100% 100%, 0px 0px;
        background-size: 22%, 22%;
    }

    .jma-left.step-2 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .wrapper-manifeste.insta-images {
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .wrapper-manifeste.landing-page {
        display: block;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .icon-manifeste {
        position: relative;
        left: 0px;
        top: 0%;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        -webkit-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }

    .icon-manifeste.right {
        top: auto;
        right: auto;
        -webkit-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }

    .img-selfie {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

    .bold-text-8 {
        font-size: 12px;
        letter-spacing: 0.5px;
    }

    .wave-transition {
        margin-top: 0px;
    }

    .bt-selfie {
        margin-top: 20px;
    }

    .wrapper-selfie {
        margin-top: -100px;
    }

    .wrapper-selfie.insta-images {
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .wrapper-selfie.landing-page {
        display: block;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .intro-flex {
        height: auto;
    }

    .text-intro {
        max-width: none;
        margin-top: 70vw;
        margin-right: 0%;
        padding-right: 20px;
        padding-left: 20px;
    }

    .h1-side {
        width: auto;
        margin-top: 0px;
        font-family: Montserrat, sans-serif;
        font-size: 14px;
        line-height: 21px;
        letter-spacing: 1px;
    }

    .re-arrow2 {
        margin-top: -80px;
        margin-bottom: -80px;
        -webkit-transform: scale(0.5) rotate(45deg);
        -ms-transform: scale(0.5) rotate(45deg);
        transform: scale(0.5) rotate(45deg);
    }

    .image-10 {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
    }

    .image-11 {
        margin-top: -80px;
        margin-bottom: -80px;
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
    }

    .etapes-jma {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }

    .bloc-etape {
        margin-right: 5px;
        margin-left: 5px;
    }

    .bloc-etape.active {
        margin-right: 5px;
        margin-left: 5px;
    }

    .bloc-etape.event-none {
        margin-right: 5px;
        margin-left: 5px;
    }

    .etape-title {
        margin-top: 5px;
        line-height: 11px;
    }

    .jma-logo {
        margin-top: 60px;
    }

    .jma-page-title {
        margin-top: 20px;
    }

    .jma-contenu {
        padding-right: 0px;
        padding-left: 0px;
    }

    .h2-jma {
        line-height: 22px;
        text-align: center;
    }

    .jma-step {
        text-align: center;
    }

    .jma-step.date {
        width: 100%;
    }

    .mdp-forget {
        display: block;
        margin-top: 10px;
        margin-left: 0%;
    }

    .mdp-forget.step4 {
        margin-left: 0%;
    }

    .bloc-selector-couche {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 10px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .couche-selector {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 33%;
        margin: 15px 0px;
    }

    .jma-product-text {
        font-size: 10px;
        line-height: 17px;
    }

    .jma-number {
        display: none;
    }

    .bloc-switch-mode {
        margin-top: 0px;
        margin-bottom: 40px;
    }

    .jma-bottom {
        margin-top: 20px;
    }

    .panier-total {
        width: auto;
        margin-top: 0px;
        font-family: Montserrat, sans-serif;
        font-size: 14px;
        line-height: 21px;
        letter-spacing: 1px;
    }

    .bloc-selector-motif {
        margin-top: 40px;
        margin-bottom: 25px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .selector-motif {
        width: 90%;
        min-width: auto;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .selector-motif.event-none {
        min-height: 90px;
    }

    .motif {
        width: 220px;
        height: 124px;
    }

    .motif-img {
        max-width: none;
    }

    .jma-text {
        width: 100%;
        line-height: 18px;
    }

    .jma-text.test-text-ps {
        padding-right: 10px;
        padding-bottom: 60px;
        padding-left: 10px;
    }

    .bloc-product-selector {
        margin-bottom: 25px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .product-selector {
        width: 260px;
    }

    .jma-product-content {
        text-align: left;
    }

    .bloc-selector-frequence {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 30px;
        padding-left: 30px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
        align-content: space-between;
    }

    .frequence-selector {
        width: 135px;
        margin-right: 0px;
        margin-left: 0px;
    }

    .frequence-selector.active {
        width: 135px;
    }

    .jma-step-duo {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .calendar {
        margin: 50px auto;
    }

    .html-embed-9 {
        display: none;
    }

    .popin-whoops {
        display: none;
        height: 100%;
    }

    .popin-bloc {
        width: 80%;
        padding-right: 25px;
        padding-left: 25px;
    }

    .popin-button-bloc {
        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;
    }

    .popin-info {
        display: none;
        overflow: auto;
        height: 100%;
    }

    .popin-info-bloc {
        left: 0%;
        top: 0%;
        overflow: visible;
        width: 100%;
        max-height: none;
        padding-right: 10px;
        padding-left: 0px;
        border-radius: 0px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .popin-info-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .popin-info-img {
        width: 100%;
    }

    .popin-info-title {
        text-align: center;
    }

    .popin-info-price {
        text-align: center;
    }

    .account-content {
        padding-right: 20px;
        padding-bottom: 50px;
        padding-left: 20px;
        background-color: #fff;
        background-image: url('../img/deco_jma2.png');
        background-position: 100% 100%;
        background-size: 100px;
        background-repeat: no-repeat;
    }

    .account-content.fid {
        background-color: #f2f6f5;
        background-image: url('../img/deco_jma1.png'), url('../img/deco_jma2.png');
        background-position: 0px 0px, 100% 100%;
        background-size: 125px, 100px;
        background-repeat: no-repeat, no-repeat;
    }

    .account-content.fid-page1 {
        padding: 20px 10px 10px;
        background-color: #f2f6f5;
        background-image: url('../img/deco_jma1.png'), url('../img/deco_jma2.png');
        background-position: 0px 0px, 100% 100%;
        background-size: 125px, 100px;
        background-repeat: no-repeat, no-repeat;
    }

    .session-full {
        padding-right: 10px;
        padding-left: 10px;
    }

    .account-abo-bloc {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .popin-img-product {
        width: 100%;
    }

    .popin-info-ml {
        text-align: center;
    }

    .popin-text-description {
        font-size: 14px;
        text-align: left;
    }

    .popin-check {
        margin-right: 12px;
    }

    .popin-plus-produit {
        margin-top: 40px;
    }

    .popin-text-list {
        font-size: 14px;
        line-height: 18px;
    }

    .popin-list-picto {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: auto;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .popin-img-picto {
        height: 80px;
        margin-bottom: 40px;
    }

    .account-menu {
        position: relative;
        background-color: #fff;
        background-image: none;
        background-position: 0px 0px;
        background-size: auto;
        background-repeat: repeat;
        box-shadow: 0 1px 20px -15px #000;
    }

    .account-abo-infos {
        width: 100%;
        padding-left: 0px;
        text-align: center;
    }

    .mes-infos {
        padding-right: 10px;
        padding-left: 10px;
    }

    .top-link-right {
        top: 10px;
        right: 0px;
        display: block;
    }

    .formulaire-title {
        line-height: 22px;
        text-align: center;
    }

    .formulaire-nouveau-client {
        text-align: center;
    }

    .submit.login {
        margin-left: 0%;
    }

    .form-bullet {
        margin-bottom: 2px;
    }

    .formulaire-section-inline {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .image-17 {
        margin-left: 0%;
    }

    .formulaire-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .mondial-relay {
        display: none;
    }

    .form-check {
        margin-bottom: 2px;
    }

    .jma-footer {
        display: none;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        text-align: center;
    }

    .more-info {
        font-size: 12px;
        line-height: 18px;
    }

    .bt_close_popin {
        position: fixed;
        display: block;
        margin-top: 10px;
        margin-right: 5px;
        -webkit-transform: translate(0px, -50%);
        -ms-transform: translate(0px, -50%);
        transform: translate(0px, -50%);
    }

    .abo-modif-content {
        padding-right: 0px;
        padding-left: 0px;
    }

    .abo-modif-step {
        text-align: center;
    }

    .abo-modif-step.date {
        width: 100%;
    }

    .abo-modif-text {
        margin-top: 5px;
        text-align: left;
    }

    .abo-modif-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .abo-modif-icon {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .abo-title-left {
        width: 100%;
    }

    .abo-cta-block {
        display: none;
        text-align: center;
    }

    .abo-cta-block.date {
        width: 100%;
    }

    .abo-modif-bottom {
        display: block;
    }

    .script-open-close {
        display: none;
    }

    .script-step3 {
        display: none;
    }

    .script-step1 {
        display: none;
    }

    .script-step2 {
        display: none;
    }

    .script-step3_4 {
        display: none;
    }

    .account-nav {
        margin-right: 10px;
        margin-left: -40px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .account-nav-link {
        height: auto;
        max-width: 90px;
        margin-right: 15px;
        margin-left: 15px;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        font-size: 9px;
        line-height: 10px;
    }

    .account-nav-link.w--current {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .top-link-left {
        left: 0px;
        top: 10px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-right: 12px;
        margin-left: 0px;
    }

    .account-title {
        margin-top: 20px;
    }

    .account-footer {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        background-color: #f2f6f5;
    }

    .account-footer.fid {
        background-color: #fff;
    }

    .account-content-block {
        margin-top: 0px;
        padding-right: 0px;
        padding-left: 0px;
        background-color: transparent;
    }

    .account-content-block.small {
        padding-right: 15px;
        padding-left: 15px;
    }

    .account-content-block.shadow {
        padding-top: 10px;
    }

    .section-form-radio {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .account-address-bloc {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
        background-color: transparent;
    }

    .account-address-bloc.shadow {
        padding-top: 0px;
    }

    .account-connect-block {
        background-color: transparent;
    }

    .account-history {
        padding: 0px;
    }

    .history-head {
        display: none;
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        line-height: 18px;
    }

    .modif-abo-left {
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        background-position: 100% 100%, 0px 0px;
        background-size: 22%, 22%;
    }

    .address-text-instructions {
        padding-top: 25px;
    }

    .account-abo {
        background-color: transparent;
    }

    .account-abo.shadow {
        margin-top: 0px;
        padding-bottom: 15px;
    }

    .account-abo-action {
        margin-top: 20px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .account-form-title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .account-abo-date {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: auto;
        margin-top: 5px;
        margin-bottom: 5px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        line-height: 18px;
        text-align: center;
    }

    .btn.secondary.small.bt-back {
        position: relative;
    }

    .btn.secondary.small.bt-back:hover {
        background-color: #f26845;
    }

    .btn.abo-btn-block {
        width: 150px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .btn.abo-btn-block.test-blue-btn {
        border-color: #0047b6;
        background-color: #0047b6;
    }

    .btn.abo-btn-block.test-blue-btn:hover {
        background-color: #fff;
        color: #0047b6;
    }

    .radio {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-right: 10px;
        margin-left: 10px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .radio.mode-livraison {
        margin-right: 0px;
        margin-left: 0px;
    }

    .formulaire-left.paiement {
        margin-bottom: 40px;
    }

    .text-block-29 {
        display: none;
    }

    .checkbox-label-2 {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .shadow {
        box-shadow: none;
    }

    .text-bold {
        font-weight: 700;
    }

    .text-date {
        margin-left: 5px;
    }

    .resiliation-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    .resilation-block-text {
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 18px;
    }

    .abo-cta-mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
    }

    .abo-cta-mobile.date {
        width: 100%;
    }

    .jma-footer-mobile {
        display: block;
        margin-bottom: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        background-color: #f2f6f5;
        text-align: center;
    }

    .history-order-number {
        font-weight: 700;
    }

    .history-line {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 14px;
        line-height: 18px;
    }

    .history-table {
        margin-top: 20px;
    }

    .billing-title {
        line-height: 22px;
        text-align: center;
    }

    .billing-address-list {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .billing-address-block {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
        background-color: transparent;
    }

    .billing-address-block.shadow {
        padding-top: 0px;
    }

    .billing-product {
        padding-left: 0px;
    }

    .billing-product.head {
        padding-right: 20px;
        padding-left: 20px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .quantity-product {
        padding-right: 20px;
        padding-left: 20px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .price-product {
        padding-right: 20px;
        padding-left: 20px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .stotal-product {
        position: static;
        padding-right: 20px;
        padding-left: 20px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        font-weight: 700;
    }

    .billing-head {
        display: none;
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        line-height: 18px;
    }

    .billing-line {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        line-height: 18px;
    }

    .billing-detail {
        margin-left: 10px;
    }

    .billing-underline {
        height: auto;
        padding: 10px 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        line-height: 18px;
    }

    .billing-underline-white {
        height: auto;
        padding: 10px 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        line-height: 18px;
    }

    .billing-discount {
        height: auto;
        padding: 10px 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        line-height: 18px;
    }

    .billing-total {
        height: auto;
        padding: 10px 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        line-height: 18px;
    }

    .billing {
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .billing-top {
        margin-bottom: 20px;
        text-align: center;
    }

    .btn-history {
        margin-top: 10px;
        padding: 5px 15px 4px;
        border-style: solid;
        border-width: 1px;
        border-color: #f26845;
        border-radius: 30px;
        font-size: 12px;
        text-transform: uppercase;
    }

    .btn-history:hover {
        background-color: #f26845;
        color: #fff;
    }

    .script-panier {
        display: none;
    }

    .cta-main {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .product-title {
        margin-top: 0px;
        font-size: 22px;
    }

    .img-prod {
        padding-bottom: 0%;
    }

    .product-title {
        font-size: 33px;
        line-height: 30px;
    }

    .section-title-faq {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .bold-text-10 {
        font-size: 14px;
        letter-spacing: 1px;
    }

    .not-for-mobile {
        display: none;
    }

    .bubble-cross {
        position: relative;
        width: 100%;
    }

    .html-embed-10 {
        display: none;
    }

    .title-confirm.abs {
        width: 100%;
    }

    .checkbox-label-3 {
        margin-bottom: 0px;
    }

    .radio-button-label {
        margin-bottom: 0px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .radio-button-label-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .radio-button-label-3 {
        margin-bottom: 0px;
    }

    .bubble_container {
        display: none;
    }

    .text-date-modif {
        margin-left: 5px;
    }

    .text-date-copy {
        margin-left: 5px;
    }

    .div-block-121 {
        display: block;
    }

    .nav-sticky {
        display: none;
    }

    .section-404.account-content {
        height: 140vw;
    }

    ._404-title {
        margin-top: 0px;
        margin-bottom: 10px;
        font-size: 22px;
    }

    .home-slide-content {
        margin-top: 60px;
    }

    .text-block-32 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .home-product-left {
        width: 100%;
        padding-bottom: 21px;
    }

    .home-product-right {
        padding-right: 0px;
        padding-left: 0px;
    }

    .bt-share {
        width: 10vw;
        margin-right: 1.5vw;
        margin-left: 1.5vw;
    }

    .column-27 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .img-usine {
        width: 130px;
    }

    .link-block-5 {
        position: relative;
    }

    .intro-obessions-content {
        margin-top: 70vw;
        margin-bottom: 50px;
        padding: 0px 15px;
    }

    .section-obsession {
        padding-top: 50px;
        padding-bottom: 0px;
    }

    .section-obsession.coton {
        padding-bottom: 33px;
    }

    .section-obsession.grey {
        padding-bottom: 70vw;
        background-position: 50% 100%;
        background-size: 75vw;
    }

    .h2-obsession {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        font-family: Montserrat, sans-serif;
        font-size: 14px;
        line-height: 21px;
        letter-spacing: 0px;
    }

    .wave-transition-intro {
        margin-top: 0px;
    }

    .wave-animation-top {
        margin-bottom: 50px;
    }

    .obsession-list {
        padding-right: 0px;
        padding-left: 0px;
    }

    .obession-item.o1 {
        width: 100%;
        height: auto;
        padding-top: 25px;
        padding-right: 16px;
        padding-left: 15px;
        background-image: none;
    }

    .obession-item.o2 {
        width: 100%;
        height: auto;
        padding-right: 15px;
        padding-left: 15px;
        background-image: none;
    }

    .obession-item.o3 {
        width: 100%;
        height: auto;
        padding-right: 16px;
        padding-left: 15px;
        background-image: none;
    }

    .obession-item.o2-bis {
        width: 100%;
        height: auto;
        margin-bottom: 0px;
        padding-right: 15px;
        padding-left: 15px;
        background-image: none;
    }

    .text-block-34 {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }

    .img-pack {
        width: 80vw;
    }

    .fly-obj-1 {
        display: none;
    }

    .fly-obj-2 {
        display: none;
    }

    .fly-obj-3 {
        display: none;
    }

    .fly-obj4 {
        display: none;
    }

    .obs-sep {
        display: none;
    }

    .form-newsletter {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        background-position: 50% 0%;
        background-size: auto;
    }

    .forumlaire-cta {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .paiement-title-block {
        margin-bottom: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .block-coupon {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .input-coupon::-webkit-input-placeholder {
        color: #26292f;
    }

    .input-coupon:-ms-input-placeholder {
        color: #26292f;
    }

    .input-coupon::-ms-input-placeholder {
        color: #26292f;
    }

    .input-coupon::placeholder {
        color: #26292f;
    }

    .input-coupon.half {
        width: 100%;
    }

    .input-coupon.half.input-left {
        margin-right: 0%;
    }

    .input-coupon.third.input-left {
        width: 100%;
        margin-right: 0%;
    }

    .input-coupon.seven {
        width: 100%;
    }

    .input-coupon.quart {
        width: 100%;
    }

    .input-coupon.quart.input-left {
        margin-right: 0%;
    }

    .input-coupon.cvc {
        width: 100%;
    }

    .input-coupon.cvc.input-left {
        margin-right: 0%;
    }

    .coupon-msg {
        text-align: center;
    }

    .div-block-124 {
        width: 100%;
    }

    .form-block-newsletter {
        margin-top: 20px;
        margin-bottom: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .popin-error-form {
        display: none;
        height: 100%;
    }

    .title-wave-product {
        margin-top: 0px;
        padding-right: 0px;
        padding-left: 0px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .title-wave-product.abs {
        width: 100%;
    }

    .collection-item-6 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 33%;
        height: 90px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .collection-list-wrapper-4 {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .checkbox-label-4 {
        font-size: 12px;
    }

    .block-test-container {
        margin-bottom: 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .block-test-item {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .image-23 {
        max-width: 100%;
        margin-right: 5px;
        padding-right: 0px;
        padding-bottom: 3px;
    }

    .link-block-6 {
        margin-bottom: 20px;
    }

    .text-block-37 {
        font-size: 14px;
    }

    .text-block-38 {
        font-size: 14px;
    }

    .text-block-39 {
        font-size: 14px;
    }

    .text-block-40 {
        font-size: 14px;
    }

    .text-block-41 {
        font-size: 14px;
    }

    .text-block-42 {
        font-size: 14px;
    }

    .bold-text-12 {
        display: block;
        line-height: 28px;
    }

    .secure-block {
        padding-top: 8vw;
    }

    .text-date-no-modif {
        margin-left: 5px;
    }

    .reassurance-block {
        position: relative;
        bottom: 0px;
        padding-bottom: 24px;
        background-color: transparent;
        background-image: none;
    }

    .reassure-item-block {
        padding: 0px;
    }

    .shore-number {
        margin-bottom: 10px;
    }

    .section-reassurance {
        position: relative;
        display: block;
        height: auto;
    }

    .img-abo-landing {
        margin-bottom: -10px;
    }

    .landing-wrapper {
        padding-top: 20px;
    }

    .landing-wrapper.insta-images {
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .landing-wrapper.lifestyle {
        margin-top: 0px;
        padding-top: 48vw;
        padding-right: 0%;
        padding-left: 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .landing-wrapper.landing-page {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-top: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transform: translate(-50%, 0px);
        -ms-transform: translate(-50%, 0px);
        transform: translate(-50%, 0px);
    }

    .slide-approve {
        width: 90vw;
        margin-bottom: 60px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .section-founders {
        position: static;
        padding-bottom: 4vw;
    }

    .col-intro-left-content {
        margin-top: 60vw;
        margin-right: 0%;
        padding-right: 10px;
        padding-left: 10px;
    }

    .section-big-text {
        padding-right: 20px;
        padding-left: 20px;
    }

    .img-big-text {
        width: 110%;
        max-width: none;
        margin-bottom: 20px;
    }

    .big-text-content {
        padding-right: 0px;
        padding-left: 0px;
        text-align: left;
    }

    .big-text-top-container {
        margin-top: 30px;
        padding-right: 0%;
        padding-left: 0%;
    }

    .big-text-subtitle {
        font-size: 30px;
    }

    .bloc-mask-big-text-img.img2 {
        width: 90%;
        margin-left: 5%;
    }

    .bloc-mask-big-text-img.img1 {
        width: 100%;
        margin-left: 0%;
    }

    .bloc-re-img-copy.img2 {
        width: 90%;
        margin-left: 5%;
    }

    .bloc-re-img-copy.img1 {
        width: 100%;
        margin-left: 0%;
    }

    .big-text-bottom-container.active {
        max-height: 2000px;
        padding-right: 0%;
        padding-left: 0%;
    }

    .big-text-content-half {
        margin-bottom: 0px;
        padding: 12px 0px;
    }

    .mask-img {
        width: 102%;
    }

    .big-text-img-container {
        width: 60vw;
        height: 57vw;
        margin-bottom: 0px;
    }

    .big-text-img {
        margin-bottom: 0px;
    }

    .bloc-switch-mode-v2 {
        position: static;
        margin-top: 0px;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .bloc-switch-mode-v2.desktop {
        display: none;
    }

    .bloc-switch-mode-v2.abo-modif {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

    .title-switch-v2 {
        font-size: 10px;
        line-height: 13px;
        text-align: right;
    }

    .jma-text-v2 {
        width: 70%;
        line-height: 18px;
    }

    .jma-text-v2.test-text-ps {
        padding-right: 10px;
        padding-bottom: 60px;
        padding-left: 10px;
    }

    .h2-jma-v2 {
        line-height: 22px;
        text-align: center;
    }

    .jma-step-v2 {
        text-align: center;
    }

    .jma-step-v2.date {
        width: 100%;
    }

    .jma-step-copy {
        text-align: center;
    }

    .jma-step-copy.date {
        width: 100%;
    }

    .bloc-selector-motif-v2 {
        margin-top: 0vh;
        padding-right: 4%;
        padding-left: 4%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 0px;
    }

    .motif-container {
        width: 100%;
        padding-left: 0%;
    }

    .size-selected-container {
        width: 50%;
    }

    .motif-count {
        margin-bottom: 10px;
    }

    .size-counter-sticky {
        position: static;
        padding: 0px;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        background-color: transparent;
        box-shadow: none;
    }

    .size-counter-sticky.desktop {
        display: none;
    }

    .size-count {
        width: 40px;
        height: 40px;
    }

    .size-text {
        margin-left: 10px;
        font-size: 10px;
        text-align: left;
        letter-spacing: 1px;
    }

    .jma-mobile-indicator {
        position: fixed;
        left: 0%;
        top: auto;
        right: auto;
        bottom: 0%;
        z-index: 20;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 60px;
        padding-right: 5%;
        padding-left: 5%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #fff;
        box-shadow: 0 -1px 7px 0 rgba(0, 0, 0, 0.3);
    }

    .motif-container-v2 {
        width: 100%;
        padding-left: 0%;
    }

    .selector-motif-v2 {
        width: 50%;
        min-width: auto;
        margin-right: 0px;
        margin-bottom: 20px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .selector-motif-v2.event-none {
        min-height: 90px;
    }

    .motif-v2 {
        width: 100%;
        height: auto;
    }

    .motif-v2-img {
        height: 100%;
        max-width: none;
    }

    .motif-copy {
        width: 220px;
        height: 124px;
    }

    .size-text-success {
        margin-left: 10px;
        font-size: 10px;
        text-align: left;
        letter-spacing: 1px;
    }

    .jma-motif-number {
        display: none;
    }

    .text-block-44 {
        margin-bottom: 5px;
        line-height: 13px;
    }

    .text-block-45 {
        margin-bottom: 5px;
        line-height: 13px;
    }

    .text-block-46 {
        margin-bottom: 5px;
        line-height: 13px;
    }

    .text-block-47 {
        margin-bottom: 5px;
        line-height: 11px;
    }

    .title-fid {
        display: inline-block;
    }

    .title-fid.abs {
        display: inline-block;
        width: 100%;
    }

    .h1-fid {
        width: 100%;
        margin-top: 35px;
        padding-right: 20px;
        padding-left: 20px;
        font-family: Montserrat, sans-serif;
        font-size: 14px;
        line-height: 21px;
        letter-spacing: 0px;
    }

    .rich-text-block-2 {
        margin-top: 20px;
    }

    .points-content {
        margin-top: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .points-left {
        padding-top: 0px;
    }

    .points-right {
        margin-top: 50px;
    }

    .avantage-block {
        width: 100%;
        height: auto;
        margin-bottom: 14px;
        padding: 5px;
    }

    .statut-wrapper {
        margin-bottom: 10px;
    }

    .cta-fid {
        min-width: 220px;
    }

    .cta-fid.big {
        width: 280px;
    }

    .cta-fid.cta-blue {
        min-width: 220px;
    }

    .cta-text-fid.mobile-menu {
        padding-right: 20px;
        padding-left: 40px;
        font-size: 18px;
        letter-spacing: normal;
    }

    .avantage-left {
        padding-right: 0px;
        padding-left: 10px;
    }

    .avantage-title {
        font-size: 13px;
        line-height: 15px;
    }

    .avantage-text {
        font-size: 11px;
    }

    .parrain-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .parrain-left {
        margin-top: 20px;
        padding-right: 20px;
        padding-left: 20px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .how-wrapper {
        margin-bottom: 30px;
        padding-right: 0px;
        padding-left: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .how-block {
        width: 100%;
    }

    .point-list {
        margin-top: 30px;
    }

    .point-item {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
        padding: 10px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .point-point {
        font-size: 40px;
        line-height: 50px;
    }

    .point-point-text {
        font-size: 16px;
        line-height: 16px;
    }

    .point-point-paragraph {
        margin-top: 0px;
        font-size: 11px;
        line-height: 15px;
        text-align: left;
    }

    .swiper-wrapper {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .swiper-slide.account-nav-link {
        max-width: 21%;
        padding-bottom: 6px;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        font-size: 9px;
        line-height: 12px;
    }

    .swiper-slide.account-nav-link.fid-link {
        line-height: 10px;
    }

    .point-number-wrapper {
        margin-right: 20px;
    }

    .parrain-code-wrapper {
        margin-top: 40px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .parrain-cta-wrapper {
        display: block;
        width: 95%;
    }

    .cta-share {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .cta-share-link {
        display: none;
        min-width: 220px;
    }

    .cta-share-link.big {
        width: 280px;
    }

    .cta-share-link.cta-blue {
        min-width: 220px;
    }

    .cta-share-text.mobile-menu {
        padding-right: 20px;
        padding-left: 40px;
        font-size: 18px;
        letter-spacing: normal;
    }

    .fidelity-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .fidelity-bubble {
        width: 45%;
        margin: 5px;
        padding: 10px;
    }

    .fidelity-points {
        font-size: 14px;
    }

    .fidelity-points-subtitle {
        font-size: 12px;
    }

    .fidelity-bubble-reward {
        width: 45%;
        margin: 5px;
        padding: 10px;
    }

    .fidelity-cross {
        left: -12%;
        width: 10px;
        height: 10px;
    }

    .fidelity-bubble-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin-top: 22px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .parrainage-popin {
        display: none;
        overflow: auto;
        height: 100%;
    }
}

.bubble_container {
    display: none !important;
}

@font-face {
    font-family: 'shore';
    src: url('../fonts/ShorelinesScriptBold_test_1.otf');
    font-weight: 400;
    font-style: normal;
    font-display: auto;
}

.disabled,
[disabled] {
    pointer-events: none !important;
    cursor: default !important;
    opacity: 0.5;
}

.disabled .cta,
[disabled] .cta {
    -webkit-filter: grayscale(100%) !important;
    filter: grayscale(100%) !important;
    opacity: 0.25 !important;
}

.intro-span {
    position: relative;
    bottom: -3px;
    display: inline-block;
    margin-bottom: 0px;
    font-family: shore, sans-serif;
    font-size: 16px;
    line-height: 16px;
    text-align: left;
    text-indent: 4px;
}

.intro-span:after {
    content: "";
    position: relative;
    display: inline-block;
    width: 7px;
    height: 7px;
    top: -1px;
    margin-left: 5px;
    margin-right: 1px;
    border-radius: 5px;
}

.sp1:after {
    background-color: #abdcec;
}

.sp3:after {
    background-color: #f15f3f;
}

.intro-span.sp1 {
    position: relative;
    margin-left: 10px;
}

.intro-span.sp1:after {
    position: absolute;
    left: -14px;
    top: 4px;
    margin-left: 5px;
}

.intro-span.sp2:after {
    display: none;
}

.intro-span.sp1:before {
    content: "";
    position: absolute;
    right: -18px;
    top: 4px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-right: 5px;
    margin-left: 1px;
    background: #F4E032;
}

/* Components */
.w-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.w-col-1 {
    width: 8.33333333%;
}

.w-col-2 {
    width: 16.66666667%;
}

.w-col-3 {
    width: 25%;
}

.w-col-4 {
    width: 33.33333333%;
}

.w-col-5 {
    width: 41.66666667%;
}

.w-col-6 {
    width: 50%;
}

.w-col-7 {
    width: 58.33333333%;
}

.w-col-8 {
    width: 66.66666667%;
}

.w-col-9 {
    width: 75%;
}

.w-col-10 {
    width: 83.33333333%;
}

.w-col-11 {
    width: 91.66666667%;
}

.w-col-12 {
    width: 100%;
}

.w-hidden-main {
    display: none !important;
}

@media screen and (max-width: 991px) {
    .w-container {
        max-width: 728px;
    }

    .w-hidden-main {
        display: inherit !important;
    }

    .w-hidden-medium {
        display: none !important;
    }

    .w-col-medium-1 {
        width: 8.33333333%;
    }

    .w-col-medium-2 {
        width: 16.66666667%;
    }

    .w-col-medium-3 {
        width: 25%;
    }

    .w-col-medium-4 {
        width: 33.33333333%;
    }

    .w-col-medium-5 {
        width: 41.66666667%;
    }

    .w-col-medium-6 {
        width: 50%;
    }

    .w-col-medium-7 {
        width: 58.33333333%;
    }

    .w-col-medium-8 {
        width: 66.66666667%;
    }

    .w-col-medium-9 {
        width: 75%;
    }

    .w-col-medium-10 {
        width: 83.33333333%;
    }

    .w-col-medium-11 {
        width: 91.66666667%;
    }

    .w-col-medium-12 {
        width: 100%;
    }

    .w-col-stack {
        width: 100%;
        left: auto;
        right: auto;
    }
}

/* Block HP custom */
.section-landing-content .col-discover-img .landing-img.desktop {
    display: block;
}

.section-landing-content .col-discover-img .landing-img.mobile {
    display: none;
}

@media screen and (max-width: 991px) {
    .section-landing-content .col-discover-img .landing-img.mobile {
        display: block;
    }

    .section-landing-content .col-discover-img .landing-img.desktop {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .discover-img-container {
        margin-top: 430px;
        margin-bottom: 30px;
    }

    .section-landing-content .col-discover-img {
        display: block;
        position: absolute;
        top: 150px;
        left: 0;
    }

    .section-landing-content .col-discover-img .landing-img {
        margin-top: 0;
    }
}

.section-landing-content {
    position: relative;
    padding-bottom: 130px;
    background: #f2f6f5;
    width: 100%;
    display: inline-block;
}

@media screen and (max-width: 479px) {
    .section-landing-content {
        padding-bottom: 80px;
    }
}

.section-landing-content .landing-mini-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.section-landing-content .landing-mini-block .landing-mini-text {
    text-align: center;
}

@media screen and (max-width: 479px) {
    .section-landing-content .landing-mini-block .landing-mini-text {
        margin-top: 10px;
    }
}

@media screen and (min-width: 479px) {
    .landing-mini-block {
        margin-top: 70px;
    }
}

.picto-container {
    display: block;
    width: 110px;
    height: 100px;
    margin-bottom: 15px;
}

/* FAQ */
.faq-column {
    padding-top: 50px;
}

.mobSelect {
    display: none;
    width: 100%;
}

.mobSelect select {
    width: 100%;
    padding: 10px;
}

.faq-category-list a {
    margin: 3px 0;
    color: #666666;
}

.faq-category-list a.w--current {
    margin: 3px 0;
    color: #f26845;
}

.faq-column .w-tab-pane {
    display: none;
    width: 100%;
}

.faq-column .w-tab-pane.w--tab-active {
    display: inline-block;
}

.faq-dropdown-list {
    padding-bottom: 25px;
}

.icon.w-icon-dropdown-toggle:after {
    font-family: 'Material Icons';
    content: '\e313';
    float: right;
    font-size: 25px;
}

.faq-dropdown-toggle[aria-expanded="true"] .text-block-14 {
    color: #f26845;
}

.faq-dropdown-toggle[aria-expanded="true"] .icon.w-icon-dropdown-toggle:after {
    transform: rotate(180deg);
}

@media screen and (max-width: 640px) {
    .mobSelect {
        display: inline-block;
        padding: 10px;
        margin-bottom: 15px;
    }
}


.section-abo-video {
    position: relative;
}

.section-why-subscribe {
    padding-bottom: 60px;
    background: #FFFFFF;
}

.section-why-subscribe .title-wave {
    margin-bottom: 50px;
}

.section-why-subscribe .block-container .block-row {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.section-why-subscribe .block-container .block-row.reversed {
    flex-direction: row-reverse;
}

.section-why-subscribe .block-container .block-row .block-text {
    width: 50%;
    text-align: left;
}

.section-why-subscribe .block-container .block-row .block-text .title {
    color: #f26845;
    letter-spacing: 1.5;
    margin-bottom: 0px;
}

.section-why-subscribe .block-container .block-row .ws-img {
    width: 80%;
    max-width: 30vw;
}

@media screen and (min-width: 479px)and (max-width: 767px) {
    .section-why-subscribe .block-container .block-row .block-text .title {
        padding: 0 20px;
    }

    .section-why-subscribe .block-container .block-row .ws-img {
        max-width: 45%;
    }
}

@media screen and (max-width: 479px) {

    .section-why-subscribe .block-container .block-row,
    .section-why-subscribe .block-container .block-row.reversed {
        flex-direction: column;
    }

    .section-why-subscribe .block-container .block-row.reversed {
        margin: 40px 0;
    }

    .section-why-subscribe .block-container .block-row .block-text,
    .section-why-subscribe .block-container .block-row .ws-img {
        width: 80%;
        max-width: 80%;
    }

    .section-why-subscribe .block-container .block-row .block-text .title {
        display: block;
        margin-top: 25px;
        text-align: center;
    }
}

.section-why-subscribe .block-container .block-row .block-text .paragraph {
    margin-top: 15px;
}

@media screen and (max-width: 991px) {
    .section-why-subscribe .block-container .block-row .block-text .paragraph {
        text-align: center;
    }
}

.w-inline-block {
    max-width: 100%;
    display: inline-block;
}

/* trial page */

.tab-link-certif.active {
    opacity: 1;
}

.w-dropdown {
    display: inline-block;
    position: relative;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    z-index: 900;
}

.w-dropdown-toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    cursor: pointer;
    padding-right: 40px;

}

.w-icon-dropdown-toggle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-right: 20px;
    width: 1em;
    height: 1em;
}

.w-dropdown-list {
    position: absolute;
    background: #dddddd;
    display: none;
    min-width: 100%;
}

.w-dropdown-list.w--open {
    display: block;
}
.number.active path {
    fill: #f26845;
}

.tvsticky-up-arrow, .tvsticky-wishlist, .tvsticky-compare, .tvright-sticky-account, .tvright-sticky-add-to-cart {
    width: 100%;
}
#product .tvcart-btn-model {
    float: unset;
}
#product .tvproduct-page-wrapper .tvproduct-flags {
    display: none;
}
#header .tv-myaccount-btn-desktop svg {
    opacity: 0;
}
#header .tv-myaccount-btn-desktop {
    background: url('../img/icon-compte.svg') no-repeat center center;
}

/** Global css **/
html {
  background: white;
  position: relative;
  overflow-y: auto;
}

body {
 overflow: hidden;
 position: relative;
}

body.no-scroll {
 height: 100% !important;
}

* {
 user-select: none;
}

*:not(input) {
 -webkit-tap-highlight-color: transparent;
 outline: none;
}

.ui .content .header {
 display: none;
}

.error-message {
 color: #f26845;
 opacity: 0;
 padding-top: 20px;
}

.block-test-container {
 -webkit-box-align: start;
 -ms-flex-align: start;
 align-items: flex-start;
}

.landing .top-nav {
 display: none;
}

.landing .menu-mobile-top-right {
 display: none;
}

.shore-number {
 position: relative;
}

.shore-number::after {
 content: "•";
 color: #f26845;
 width: 1em;
 display: inline-block;
 width: 1em;
 margin-left: -1em
}

#phone-error > ul {
 list-style: none;
 padding-left: 0px;
 color: #f26845;
 margin-top: -10px;
 float: right;
 width: 45%;
}

#checkout-error > ul {
 list-style: none;
 padding-left: 0px;
 color: #f26845;
 margin-top: -10px;
 padding-top: 5px;
}

input {
 border: none;
 outline: none;
}

*:focus {
 outline: none;
}

.image-21 {
 width: 90px;
}


.jma-infos {
 margin: 0 auto;
}

.jma-infos form .cta {
 margin: 0 auto;
 margin-top: 40px;
}

.jma-number, .jma-motif-number {
 grid-auto-columns: inherit;
 grid-column-gap: inherit;
 grid-row-gap: inherit;
 grid-template-columns: inherit;
}

.jma-product-text {
 padding-right: 5px;
 padding-left: 5px;
}


@media screen and (min-width: 500px) {
 #facturation-adresse,
 #facturation-pays,
 #livraison-adresse,
 #livraison-pays,
 #field-2 {
     width: 98.5%;
 }
 #sylius_customer_profile_locale,
 #sylius_address_street,
 #sylius_address_countryCode,
 #sylius_address_instructions{
     width: 98%;
 }
 .abo-modif-bottom select,
 .abo-modif-bottom textarea {
     width: 98.5%!important;
 }
}


.formulaire-section .address-select {
 width: 98.5%;
}

.formulaire-section .input.cvc {
 width: 11%;
}

.formulaire-contact form .col-form-after1 .column-12 > ul {
 padding-top: 10%;
}

.input.card-number.input-left {
 width: 60.5%;
}

.jma-infos.paiement form {
 display: flex;
 flex-direction: column;
}

.jma-infos.paiement form button.cta-text {
 margin-top: 10px;
 -webkit-align-self: center;
 -ms-flex-item-align: center;
 align-self: center;
}

.hide-elm {
 display: none;
}

section {
 z-index: 2;
}

/*.INTRO LANDING RESPONSIVE */
@media screen and (min-width: 992px) {
 .section-intro.landing {
     height: 55vw;
 }
}

@media screen and (min-width: 1025px) {
 .section-intro.landing {
     height: 50vw;
 }
}

@media screen and (min-width: 1200px) {
 .section-intro.landing {
     height: 44vw;
 }
}

@media screen and (min-width: 1300px) {
 .section-intro.landing {
     height: 40vw;
 }
}

@media screen and (max-width: 600px) {
 .section-intro.landing .intro-grid.left .col-intro-left-content .paragraph br {
     display: none;
 }
}

.landing-lame-1 .little-black {
 color: black;
 font-size: 15px!important;
}
@media screen and (min-width: 991px) {
 .landing-lame-1 .typo-title {
     margin-bottom: 15px;
 }
 .landing-lame-1 .little-black {
     font-size: 14px!important;
     line-height: 20px;
     margin-top: 10px;
 }
 .landing-lame-1 .subtitle-landing {
     font-size: 16px;
     line-height: 26px;
 }
 .landing-lame-1 .paragraph {
     margin-top: 10px;
     margin-bottom: 15px;
 }


}

.home .fixnav {
 position: fixed;
}

select {
 text-indent: 3px;
}


.radio input,
.checkbox input {
 position: absolute;
 opacity: 0;
 height: 0;
 width: 0;
}

.radio input:checked ~ .form-bullet,
.checkbox input:checked ~ .form-check {
 box-shadow: inset 0 0 0 3px #fff;
}

.column-9.abo-test-btn {
 -webkit-justify-content: space-evenly;
 justify-content: space-evenly;
}

.info-payment {
 margin: 10px 5px 10px 0px;
}

.no-pointer,
.top-nav,
.event-none {
 pointer-events: none;
}

.pointer {
 pointer-events: auto;
}

.nav-mobile,
.popin,
.popin-info,
.dropdown-body {
 -webkit-overflow-scrolling: touch;
}

.motif-btn-more:hover .bt-circle,
.motif-btn-less:hover .bt-circle,
.product-btn-more:hover .bt-circle,
.product-btn-less:hover .bt-circle {
 fill: #F26845;
}

.motif-btn-more .bt-circle,
.motif-btn-less .bt-circle {
 fill: transparent;
}

.motif-btn-more:hover .bt-sign,
.motif-btn-less:hover .bt-sign,
.product-btn-more:hover .bt-sign,
.product-btn-less:hover .bt-sign {
 fill: #fff;
}

.motif-number {
 text-align: center;
 margin-bottom: 0;
 padding-right: 0;
 padding-left: 0;
 border: 1px solid transparent;
 background-color: transparent;
 font-size: 17px;
 line-height: 17px;
 font-weight: 700;
 color: #f26845;
}

/*GREEN STATE*/
.product-btn-more.green:hover .bt-circle,
.product-btn-less.green:hover .bt-circle {
 fill: #81e0c7 !important;
}

.product-btn-more.green:hover .bt-sign,
.product-btn-less.green:hover .bt-sign {
 fill: #fff !important;
}


.intro-span:after {
 content: "";
 position: relative;
 display: inline-block;
 width: 7px;
 height: 7px;
 top: -1px;
 margin-left: 5px;
 margin-right: 1px;
 border-radius: 5px;
}

.insta-title {
 letter-spacing: 1.7px;
}

.sp1:after {
 background-color: #ABDCEC;
}

.sp2:after {
 background-color: #F4E032;
}

.sp3:after {
 background-color: #F15F3F;
}

.wave-product {
 animation-duration: 2s;
 animation-name: wave;
 animation-iteration-count: infinite;
 animation-timing-function: linear;
}

.lifestyle .benefice-block .product-title {
 line-height: 38px;
}


.text-block-14 {
 white-space: pre-wrap;
}


.nav-link-logo .wave-nav {
 animation-duration: 2s;
 animation-name: wave;
 animation-iteration-count: infinite;
 animation-timing-function: linear;
 animation-play-state: paused;

}

.nav-link-logo:hover .wave-nav {
 animation-play-state: running;
}

.couche-selector {
 margin-right: 3px !important;
 margin-left: 3px !important;
}

@media screen and (max-width: 768px) {
 .bloc-selector-couche.abo-modif .couche-selector {
     margin: 20px 3px;
 }

}

@keyframes wave {
 100% {
     background-position: 0 0;
 }

 0% {
     background-position: 40px 0;
 }
}

.bubble {
 position: absolute;
 min-width: 100px;
 min-height: 100px;
 transform: translate(0, -50%);
 z-index: 5;
 pointer-events: none;
}

.bubble img {
 max-width: inherit;
}

.bubble.left {
 left: 0px;
}

.bubble.right {
 right: 0px;
}

.bubble_container {
 z-index: -5;
}

form .formulaire-section > ul {
 list-style: none;
 padding-left: 0px;
 color: #f26845;
 margin-top: -10px;
 position: absolute;
}

.column-12 > ul {
 list-style: none;
 padding-left: 0px;
 color: #f26845;
}

.content_bubble {
 position: absolute;
 left: 50%;
 top: 50%;
 transform: translate(-50%, -50%);
}

.checkbox.long {
 display: flex;
 align-items: center;
}

#contact_edito_email,
#contact_edito_lastname {
 margin-right: 6%;
}

@font-face {
 font-family: 'shore';
 src: url('http://koosh.disko.love/fonts/ShorelinesScriptBold_test_1.otf');
 font-style: normal;
}


.cross-link:hover .cross-link-img {
 -webkit-transform: scale(1.05);
 -ms-transform: scale(1.05);
 transform: scale(1.05);
}

.cross-link:hover .wave-cross {
 opacity: 1;
}

.selector-motif:hover .motif-img {
 -webkit-transform: scale(1.1);
 -ms-transform: scale(1.1);
 transform: scale(1.1);
}

.cta-main {
 cursor: pointer;
}

.big .cta-text {
 padding-right: 20px;
 padding-left: 20px;
}

.justify-right {
 display: flex;
 padding-right: 0px;
 justify-content: flex-end;
 text-align: right;
}

input[type="submit"] {
 cursor: pointer;
}

.baby {
 -webkit-transform: scale(.85);
 -ms-transform: scale(.85);
 transform: scale(.85);
}


.email-form-done,
.email-form-fail {
 display: block;
 color: #f16846 !important;
 margin-top: 11px;
 font-size: 12px;
}


.popin-whoops.couches .cta.small {
 width: 220px;
}

.video-re video {
 max-height: 400px;
}

.product-number {
 width: 32px;
}

.motif-number {
 width: 32px;
}


.product-number.green {
 color: #81e0c7;
}

.message {
 margin-top: 30px;
}

button,
html input[type="button"],
input[type="reset"] {
 background-color: transparent;
}

.w-form-done {
 padding: 120px 0 0;
 text-align: center;
 background-color: #fff;
 color: #f16846;
 font-weight: bold;
 font-size: 16px;
}

.resiliation-flash {
 font-weight: 500;
}


@media (max-width: 1350px) {
 .col-intro-right-content,
 .intro-obessions-content,
 .text-intro {
     transform: scale(0.9);
 }
}

@media (max-width: 1250px) {
 .col-intro-right-content,
 .intro-obessions-content,
 .text-intro {
     transform: scale(0.8);
 }
}

@media (max-width: 1100px) {
 .col-intro-right-content,
 .intro-obessions-content,
 .text-intro {
     transform: scale(0.7);
 }
}

@media (max-width: 991px) {
 .col-intro-right-content,
 .intro-obessions-content,
 .text-intro {
     transform: scale(1);
 }

 .modif-abo-left .account-footer {
     display: none;
 }

 .jma-footer-mobile {
     display: block;
     margin: 0 auto;
 }
}

@media (max-width: 479px) {
 .bloc-selector-couche .jma-product-text {
     padding-right: 5px !important;
     padding-left: 5px !important;
 }


 .product-selector {
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
 }


 .product-selector .jma-product-img .img-product {
     margin-left: 30%;
 }

 .bloc-product-selector {
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center !important;
 }

 .input.half.input-left,
 .input.card-number.input-left,
 .formulaire-section .address-select,
 .formulaire-section .input.cvc {
     width: 100%;
 }

 .account-abo-bloc {
     margin-top: 50px;
 }

 .account-abo-infos {
     padding-left: 40px;
 }

 .formulaire-contact .justify-right.w-col.w-col-6.w-col-stack,
 .formulaire-contact .justify-right.w-col.w-col-4.w-col-stack {
     justify-content: center;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
 }

 #facturation-adresse,
 #field-2 {
     width: 100%;
 }

 #phone-error > ul {
     width: 100%;
     float: initial;
 }
}

@media (max-width: 418px) {

 .big .cta-text {
     line-height: 2;
 }
}

@media (min-width: 768px) {

 #phone-error > li {
     margin-left: -10px;
 }

 .h1.landing br {
     display: none;
 }
}

@media screen and (max-width: 600px) {
 .h1-page br {
     display: none;
 }

 .h2.br-ok br {
     display: block;
 }


 .product-text {
     line-height: 21px !important;
 }

 .certif-title, .usine-text {
     font-size: 14px;
     line-height: 21px;
 }

 .benefice-text {
     font-size: 14px;
     line-height: 24px;
 }
}

.panier-img-product {
 display: none;
}

.jma-panier-img {
 height: 140px;
 margin-bottom: 25px;
 margin-top: 30px;
 background-position: 50% 0%;
 background-size: 120px;
}


.account-footer {
 background-color: transparent;
}

.panier-img-couche {
 height: 100%;
}


.account-abo-visuel {
 width: 220px;
 background-position: 45% 21%;
 background-size: 120px;
}


.panier-img-product[data-img-product="4"],
.compte-img-product[data-img-product="4"] {
 z-index: 2;
}

.panier-img-product[data-img-product="2"],
.compte-img-product[data-img-product="2"] {
 z-index: 3;
}

.panier-img-product[data-img-product="1"],
.compte-img-product[data-img-product="1"] {
 z-index: 4;
}

.panier-img-product[data-img-product="3"],
.compte-img-product[data-img-product="3"] {
 z-index: 5;
}

.panier-img-product[data-img-product="5"],
.compte-img-product[data-img-product="5"] {
 z-index: 6;
}

.account-abo-visuel {
 margin-top: -40px;
}


.image-7 {
 padding: 0;
}

.image-30 {
 fill: #c1c1c194;
 transition: fill 300ms ease-in-out;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -55%);
}
.image-30.complete {
 fill: #f26845;
}


@media screen and (max-width: 767px) {
 .abo-cta-mobile .cta-text {
     display: flex !important;
 }
}

.big-text-img-container {
 border-radius: 41% 59% 42% 58% / 58% 44% 56% 42%;
}

/* QUICK FIX LAME SEO */
@media screen and (max-width: 991px) {
 .big-text-content-half {
     width: 100%;
     min-width: auto;
     text-align: left;
 }
}


@media (max-width: 479px) {
 .couche-selector {
     width: calc((100% / 2) - 6px);
 }

 .jma-counter{
     margin-bottom: 15px;
 }
}

/* CIRCLE PROGRESS BAR */

.progress-ring__circle {
 transition: stroke-dashoffset 0.35s;
 transform: rotate(-90deg);
 transform-origin: 50% 50%;
 stroke-dasharray: 138.23, 138.23;
 stroke-dashoffset: 139;
}

.progress-ring__circle.step-1 {
 stroke-dashoffset: 121.625;
}

.progress-ring__circle.step-2 {
 stroke-dashoffset: 104.25;
}

.progress-ring__circle.step-3 {
 stroke-dashoffset: 86.875;
}

.progress-ring__circle.step-4 {
 stroke-dashoffset: 69.5;
}

.progress-ring__circle.step-5 {
 stroke-dashoffset: 52.125;
}

.progress-ring__circle.step-6 {
 stroke-dashoffset: 34.75;
}

.progress-ring__circle.step-7, .progress-ring__circle.step-8 {
 stroke-dashoffset: 0;
}

/*TEST PAGE*/
.h2-jma.test-page-h2 {
 display: inline-block;
}

/*STEP 1*/
.size-counter-sticky.desktop {
 top: 194px;
 padding: 6px 20px 6px 10px;
}
.bloc-switch-mode-v2.desktop {
 top: 70px;
}

@media screen and (max-width: 991px) {
 .bloc-switch-mode-v2.desktop {
     margin-top: 0px;
 }
}

.jma-contenu.step-1 {
 padding-right: 50px;
}

@media screen and (max-width: 991px) {
 .jma-contenu.step-1 {
     padding-right: 0;
 }
}

.h2-jma-v2.no-m-r {
 margin-right: 0;
}
.jma-contenu.step-1 .bloc-selector-couche {
 max-width: inherit;
}

/*STEP 2*/
@media (max-width: 479px) {
 .bloc-selector-motif-v2:nth-child(odd) {
     background-color: #FFF;
 }

}

.bloc-selector-motif-v2:last-child {
 margin-bottom: 40px;
}

.size-selected-container .img-container {
 width: 105px;
 display: block;
 margin: 0 auto;
 position: relative;
}
.size-selected-container .img-container .size-validate {
 opacity: 0;
 position: absolute;
 bottom: 4px;
 right: 21px;
 width: 20px;
 height: 20px;
 background: #f26845;
 border-radius: 50%;
 transition: opacity 500ms ease-in-out;
}
.size-selected-container .img-container .size-validate.show {
 opacity: 1;
}

.motif-count {
 font-weight: 400;
}

/*STEP 3*/
.jma-text-v2.centered {
 text-align: center;
}

/*ABO MODIFICATION*/
.abo-modif-top-content {
 display: flex;
 justify-content: space-between;
}
@media (max-width: 991px) {
 .abo-modif-top-content {
     margin-bottom: 20px;
 }
}

.fidelity-bubble.active .fidelity-points-counter {
 opacity: 1;
}
.fidelity-bubble-reward.active .fidelity-reward-success {
 opacity: 1;
}

.fidelity-bubble .fidelity-points-counter {
 opacity: 0;
 transition: opacity 500ms cubic-bezier(.455, .03, .515, .955);
}
.fidelity-bubble-reward .fidelity-reward-success {
 opacity: 0;
 transition: opacity 500ms cubic-bezier(.455, .03, .515, .955);

}

.motif-wave, .motif-count {
 opacity: 0;
 transition: opacity 300ms cubic-bezier(.455, .03, .515, .955);
}
.motif-wave.visible, motif-count.visible {
 opacity: 1;
}

.size-counter-sticky.abo-counter.motif-counter,
.size-counter-sticky.abo-counter.size-counter {
 position: inherit;
 top: initial;
 z-index: 20;
 display: flex;
 padding: 6px 20px;
 background-color: #fff;
 box-shadow: none;
}

.bloc-switch-mode-v2.abo-modif {
 position: inherit;
}
@media (max-width: 991px) {
 .bloc-switch-mode-v2.abo-modif {
     margin-top: 0;
     margin-bottom: 1px;
 }
}
@media (max-width: 479px) {
 .bloc-switch-mode-v2.abo-modif.motif-switch {
     margin-bottom: 1px;
 }
 .abo-modif-top-content:last-child {
     margin-top: 20px;
 }
}


/*MOTIF EVENT-NONE HEIGHT*/
@media (max-width: 991px) {
 .selector-motif-v2.event-none .motif-v2 {
     min-height: 126px;
 }
}

@media (max-width: 700px) {
 .selector-motif-v2.event-none .motif-v2 {
     min-height: 90px;
 }
}


/* QUICK FIX LAME SEO */
@media screen and (max-width: 991px) {
 .big-text-content-half {
     width: 100%;
     min-width: auto;
     text-align: left;
 }
}

@media (max-width: 479px) {
 .menu-mobile-top-right {
     -webkit-box-pack: end !important;
     -webkit-justify-content: flex-end !important;
     -ms-flex-pack: justify !important;
     justify-content: flex-end !important;
 }
}

@media (max-width: 768px) {
 #box-1 {
     fill: #f26845;
     stroke: #f26845;
 }

 .open .menu-mobile-top-right {
     opacity: 0;
     webkit-transition: opacity .6s cubic-bezier(.645, .045, .355, 1);
     transition: opacity .6s cubic-bezier(.645, .045, .355, 1);
 }

 .menu-mobile-top-right {
     webkit-transition: opacity .6s cubic-bezier(.645, .045, .355, 1);
     transition: opacity .6s cubic-bezier(.645, .045, .355, 1);
 }

 .visuel-parent {
     margin-bottom: 40px;
 }
}

.div-block-121 {
 display: flex;
 flex-direction: column;
 align-items: center;
}

.order-date {
 display: flex;
}

.icon {
 font-weight: 500 !important;
}

@media screen and (max-width: 479px) {
 .sylius-flash-message, .resiliation-flash {
     top: 15px !important;
     z-index: 99 !important;
 }
}

@media screen and (max-width: 479px) {
 .block-test-container {
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
 }
}

@media screen and (max-width: 768px) {
 .block-test-container {
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
 }

 .payment-icons {
     padding-bottom: 20px;
     right: 12px;
 }

 .payment-img {
     margin-right: 13px;
     margin-left: 15px;
 }

 .superfooter-text.copyright {
     margin-right: 25px;
 }
}

.jma-product-text.test-product {
 letter-spacing: 0;
}

.abo-modif-couche-container {
 position: relative;
}

.couche-img {
 pointer-events: none;
}

.motif-v2-img:hover {
 transform: scale(1.2);
}


@media screen and (min-width: 768px) {
 .bloc-selector-couche.abo-modif {
     margin-top: 45px;
     margin-bottom: 45px;
 }

 .abo-modif-motif-container {
     margin-bottom: 45px;
 }
}
@media screen and (max-width: 479px) {
 .selector-motif-v2 {
     width: 90%;
     min-width: auto;
     margin-right: 0px;
     margin-bottom: 20px;
 }
}

@media screen and (min-width: 479px) {

 .title-switch-v2 {
     font-size: 12px;
     line-height: 14px;
     letter-spacing: 0;
 }
}

/* START tarteaucitron */

#tarteaucitronPercentage {
 display: none !important;
}

#tarteaucitronRoot #tarteaucitronAlertBig {
 display: block;
 top: 50% !important;
 left: 50% !important;
 transform: translate3d(-50%, -50%, 0) !important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny {
 border-radius: 100px;
 background-color: #4cb7c7 !important;
 line-height: 28px;
 min-height: 28px;
 font-family: "Montserrat", sans-serif !important;
 font-size: 15px;
 font-weight: bold;
 margin-bottom: 20px;
 box-sizing: border-box;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny {
 background-color: #e2e2e0 !important;
 color: #959595 !important;
}

#tarteaucitronRoot {
 background-color: rgba(0, 0, 0, 0.6) !important;
 width: 100vw !important;
 height: 100vh !important;
 top: 0 !important;
 left: 0 !important;
 position: fixed !important;
 z-index: 99 !important;
}

#tarteaucitronRoot #tarteaucitron {
 top: 50% !important;
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
}

#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigBottom {
 background-color: white !important;
 box-shadow: none !important;
 padding: 0 !important;
}

#tarteaucitronRoot #tarteaucitronPrivacyUrl {
 background-color: white !important;
}

#tarteaucitronAlertBig {
 padding-top: 0 !important;
 border-radius: 0 !important;
}

#tarteaucitronAlertBig:before {
 content: '' !important;
 width: 100% !important;
 position: relative;
 color: #0f2825;
 background-image: url("../images/cookie-character.svg") !important;
 background-position: 50% !important;
 background-size: 50% !important;
 background-repeat: no-repeat !important;
 background-color: #c9e8ed !important;
 padding-top: 21%;
 display: inline-block;
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
 text-align: left;
 margin: 20px 0 50px !important;
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert::before {
 content: '';
 background-image: url("../images/cookie-banner-title.png");
 display: block;
 margin-top: 20px;
 margin-bottom: 40px;
 width: auto;
 height: 30px;
 background-position: 50% 0;
 background-size: 30%;
 background-repeat: no-repeat;
}

#tarteaucitronAlertBig #tarteaucitronAlertBig,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
 background-color: white !important;
 color: #0f2825 !important;
 font-size: 18px !important;
 font-family: Montserrat, sans-serif !important;
}

#tarteaucitronAlertBig #tarteaucitronPersonalize,
#tarteaucitronAlertBig #tarteaucitronCloseAlert {
 border-radius: 100px;
 line-height: 38px;
 min-height: 38px;
 width: 90%;
 font-family: Montserrat, sans-serif !important;
 font-size: 16px !important;
 font-weight: bold;
 margin-bottom: 20px;
 box-sizing: border-box;
 margin-left: 0;
 padding: 5px 10px !important;
}

#tarteaucitronAlertBig #tarteaucitronPersonalize {
 background-color: #f26845 !important;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert {
 background-color: #e2e2e0 !important;
 color: #959595 !important;
}

#tarteaucitronPrivacyUrl {
 display: block;
 text-align: center !important;
 margin: 0 auto;
}

.tarteaucitronAlertBigBottom {
 bottom: inherit !important;
}

#tarteaucitronAlertBig #tarteaucitronAlertBig,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
 font: 18px Montserrat, sans-serif !important;
 display: inline-block;
 padding: 0 40px;
}

#tarteaucitronPrivacyUrl {
 padding-top: 20px;
 padding-bottom: 20px !important
}

@media screen and (min-width: 48em) {
 #tarteaucitronPrivacyUrl {
     padding-top: 0;
     padding-bottom: 20px !important;
 }

 #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert::before {
     height: 50px;
     background-position: 50%;
     background-size: auto;
 }

 #tarteaucitronAlertBig::before {
     content: '' !important;
     width: 100% !important;
     position: relative;
     color: #0f2825;
     background-image: url("../images/cookie-character.svg") !important;
     background-position: 50% !important;
     background-size: 50% !important;
     background-repeat: no-repeat !important;
     background-color: #c9e8ed !important;
     padding-top: 21%;
     display: inline-block;
 }

 #tarteaucitronAlertBig {
     width: 60% !important;
     position: relative;
     padding: 50px;
     color: #0f2825;
     background-size: 100% !important;
 }

 #tarteaucitronAlertBig #tarteaucitronPersonalize,
 #tarteaucitronAlertBig #tarteaucitronCloseAlert {
     line-height: 42px;
     min-height: 42px;
     max-width: 280px;
     font-size: 18px;
     width: 100%;
     margin-left: 7px;
 }

 #tarteaucitronAlertBig #tarteaucitronCloseAlert {
     margin-bottom: 20px;
     font-size: 18px;
 }
}

/*FIX FID TEMP*/
@media screen and (max-width: 479px) {
 .account-nav {
     margin-right: 10px;
     margin-left: 0;
 }
}

/* PARRAINAGE POPIN */
.parrainage-popin {
 position: fixed;
 display: inherit;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 opacity: 0;
 pointer-events: none;
 transition: all 500ms ease-in-out;
}
.parrainage-popin.open {
 display: flex;
 opacity: 1;
 pointer-events: all;
}
.parrainage-block-text {
 padding: 70px;
 border-radius: 55% 45% 49% 51% / 53% 52% 48% 47% ;
 transform: scale(0.5);
 transition: all 500ms ease-in-out;
}
.parrainage-popin.open .parrainage-block-text {
 transform: scale(1);
}
.parrainage-popin .cta-close-parrainage {
 cursor: pointer;
}
@media screen and (max-width: 479px) {
 .parrainage-popin.open {
     padding: 0 5%;
 }
 .parrainage-block-text {
     padding: 40px 20px;
     border-radius: inherit;
     overflow: scroll;
     max-height: 90vh;
 }
}

.block-fidelity-info.tunnel {
 margin-top: 40px;
}

@media screen and (min-width: 991px) {
 .item-dropdown {
     position: relative;
     z-index: 99999;
     margin-right: 0;
 }

 .item-dropdown {
     max-height: 27px;
 }
 .item-dropdown:first-child {
     margin-left: 20px;
     margin-right: 20px;
     min-width: 140px;
 }
 .item-dropdown .dropdown-menu {
     opacity: 0;
     visibility: hidden;
     position: relative;
     padding: 10px 30px;
     text-align: left;
     background: #26292f;
     border-radius: 4px;
     text-align: left;
     transition: opacity 350ms ease-in-out;
 }
 .item-dropdown .dropdown-menu::before {
     content: '';
     position: absolute;
     top: -3px;
     left: 54px;
     width: 10px;
     height: 10px;
     background: #26292f;
     transform: rotate(45deg);
 }
 .item-dropdown:hover .dropdown-menu {
     opacity: 1;
     visibility: visible;
 }
 .item-dropdown .dropdown-menu .dropdown-link {
     display: block;
     color: white;
     padding: 5px 0;
     margin: 0;
     cursor: pointer;
     transition: color 350ms ease-in-out;

 }
 .dropdown-link::first-letter {
     text-transform: uppercase;
 }
 .item-dropdown .dropdown-menu .dropdown-link:hover {
     color: #f26845;
 }
 .item-dropdown .switch-title {
     display: inline-block;
 }
 .sylius-active-country,
 .sylius-active-locale {
     display: flex;
     justify-content: flex-start;
     text-transform: capitalize;
 }
 .sl-picto {
     margin-right: 10px;
 }
}

.switch-lang-container {
 background: #26292f;
 padding: 40px 5% 50px;
 color: white;
}
.switch-lang-container .switch-title {
 display: inline-block;
}
.switch-lang-container .item-dropdown {
 position: relative;
 margin-right: 0;
 text-align: center;
}
.switch-lang-container .item-dropdown .dropdown-menu {
 overflow: hidden;
 max-height: 0;
 position: relative;
 padding: 10px 30px;
 border-radius: 4px;
 text-align: center;
 transition: all 350ms ease-in-out;
}
.switch-lang-container .item-dropdown .dropdown-menu.active {
 max-height: 500px;
}
.switch-lang-container .item-dropdown .dropdown-menu .dropdown-link {
 display: block;
 color: white;
 padding: 10px 0;
 margin: 0;
 cursor: pointer;
 transition: all 350ms ease-in-out;

}
.switch-lang-container .dropdown-link::first-letter {
 text-transform: uppercase;
}
.switch-lang-container .item-dropdown .dropdown-menu .dropdown-link:hover {
 color: #f26845;
}
.switch-lang-container .sylius-active-country,
.switch-lang-container .sylius-active-locale {
 display: flex;
 justify-content: center;
 text-transform: capitalize;
}
.switch-lang-container .sl-picto {
 fill: white;
 margin-right: 10px;
}

.popin-language {
 position: fixed;
 display: none;
 justify-content: center;
 align-items: center;
 flex-direction: column;
 top: 0;
 left: 0;
 height: 100%;
 width: 100%;
 background: rgba(0,0,0, 0.7);
 z-index: 10000000;
}
.highlighted-menu {
 position: absolute;
 top: 55px;
 left: 20px;
 font-size: 11px;
 color: white;
 display: flex;
}
.highlighted-menu .item-dropdown {
 display: inline-block;
}
.highlighted-menu .sl-picto {
 fill: white;
}
.line {
 display: none;
}
.pl-choice {
 margin-right: 20px;
}
.pl-block-text {
 position: relative;
 display: flex;
 justify-content: center;
 align-items: center;
 flex-direction: column;
 margin: 0 auto;
 padding: 40px 5% 40px;
 max-width: 800px;
 background: white;
 text-align: center;
}
.pl-description {
 margin: 10px 0 40px;
 line-height: 28px;
}
.pl-title {
 font-family: shore, sans-serif;
 color: #f26845;
 font-size: 30px;
 font-weight: 300;
}
.pl-link {
 cursor: pointer;
}
.pl-arrow {
 position: absolute;
 left: 8%;
 top: 16%;
 transform-origin: center;
 transform: scaleX(1) rotate(385deg);
}

.pl-close {
 position: absolute;
 top: 10px;
 right: 10px;
 width: 20px;
 height: 20px;
 cursor: pointer;
}
.pl-close-line {
 position: absolute;
 top: 50%;
 left: 50%;
 width: 15px;
 height: 3px;
 background: black;
 transform: translate( -50%, -50%) rotate(45deg);
}
.pl-close-line:last-child {
 transform: translate( -50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 950px) {
 .popin-language {
     padding: 20px 5%;
     overflow: scroll;
 }

 .pl-block-text {
     border-radius: 0;
     width: 100%;
     height: auto;
 }
 .pl-description br {
     display: none;
 }
}
@media screen and (max-width: 991px) {
 .highlighted-menu {
     top: 22px;
     left: 13px;
     flex-direction: column;
 }
 .highlighted-menu .item-dropdown {
     display: none;
 }
 .pl-choice {
     display: none;
 }
 .line {
     display: block;
     width: 25px;
     height: 2px;
     margin-bottom: 5px;
     background: white;
     border-radius: 5px;
 }
 .pl-arrow {
     position: absolute;
     left: 28%;
     top: 6%;
     transform-origin: center;
     transform: scaleX(-1) rotate(78deg);
 }
}

/* MINI DEV */

.home-product-left .home-product-img {
 display: block;
 margin: 0 auto;
 max-width: 85%;
}

.section-landing-content {
 position: relative;
 padding-bottom: 130px;
}
.home .section-landing-content {
 background: inherit;
}
@media screen and (max-width: 479px) {
 .section-landing-content {
     padding-bottom: 80px;
 }
}

.section-landing-content .landing-mini-block {
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-content: center;
 align-items: center;
}
.section-landing-content .landing-mini-block .landing-mini-text {
 text-align: center;
}
@media screen and (max-width: 479px) {
 .section-landing-content .landing-mini-block .landing-mini-text {
     margin-top: 10px;
 }
}

@media screen and (min-width: 479px) {
 .landing-mini-block {
     margin-top: 70px;
 }
}
.picto-container {
 display: block;
 width: 110px;
 height: 100px;
 margin-bottom: 15px;
}
.picto-container.big {
 width: 70px;
 height: 80px;
}

.section-why-subscribe {
 padding-bottom: 60px;
}
.section-why-subscribe .title-wave {
 margin-bottom: 50px;
}

.section-why-subscribe .block-container .block-row {
 display: flex;
 flex-direction: row;
 justify-content: space-evenly;
 align-items: center;
}
.section-why-subscribe .block-container .block-row.reversed {
 flex-direction: row-reverse;
}
.section-why-subscribe .block-container .block-row .block-text {
 width: 50%;
 text-align: left;
}
.section-why-subscribe .block-container .block-row .block-text .title {
 color: #f26845;
 letter-spacing: 1.5;
 margin-bottom: 0px;
}
.section-why-subscribe .block-container .block-row .ws-img {
 width: 80%;
 max-width: 30vw;
}
@media screen and (min-width: 479px)and (max-width: 767px) {
 .section-why-subscribe .block-container .block-row .block-text .title {
     padding: 0 20px;
 }
 .section-why-subscribe .block-container .block-row .ws-img {
     max-width: 45%;
 }
}
@media screen and (max-width: 479px) {
 .section-why-subscribe .block-container .block-row,
 .section-why-subscribe .block-container .block-row.reversed {
     flex-direction: column;
 }
 .section-why-subscribe .block-container .block-row.reversed {
     margin: 40px 0;
 }
 .section-why-subscribe .block-container .block-row .block-text,
 .section-why-subscribe .block-container .block-row .ws-img {
     width: 80%;
     max-width: 80%;
 }
 .section-why-subscribe .block-container .block-row .block-text .title {
     display: block;
     margin-top: 25px;
     text-align: center;
 }
}
.section-why-subscribe .block-container .block-row .block-text .paragraph {
 margin-top: 15px;
}
@media screen and (max-width: 991px){
 .section-why-subscribe .block-container .block-row .block-text .paragraph {
     text-align: center;
 }
}


.popin-info-panel {
 margin-top: 40px;
 border-radius: 5px;
}
.panel-tab-container {
 display: flex;
 align-items: center;

 @media screen and (max-width: 576px){
     flex-direction: column;
 }
}
.panel-tab-container .panel-tab {
 display: inline-block;
 text-align: center;
 color: rgba(0,0,0, 0.5);
 width: 50%;
 padding: 15px 20px;
 cursor: pointer;

 @media screen and (max-width: 576px){
     width: 100%;
 }
}

.panel-tab-container .panel-tab:nth-of-type(2){
    align-self: stretch;
    align-items: center;
    display: flex;
    justify-content: center;
}
.panel-tab-container .panel-tab.active {
 color: rgba(0,0,0, 1);
}
.panel-tab-content-wrapper {
    .panel-tab-content {
        padding: 20px;
    }
    .panel-tab-content:nth-of-type(3){
        padding: 0px;
    }
}

.panel-tab-container {
    @media screen and (max-width: 576px){
        .panel-tab:nth-of-type(1){
            border-right: none !important;
            border-bottom: 2px solid #91DFCF;
        }
        .panel-tab:nth-of-type(2){
            border-right: none !important;
            border-bottom: 2px solid #91DFCF;
        }
    }
}

.panel-tab-content {
 display: none;
}
.panel-tab-content.active {
 display: block;
}
.panel-tab-content li::marker {
 color: currentColor;
}
.panel-tab-content li .popin-text-description {
 color: black;
}
.abo-subtitle.home-orange-text {
 position: relative;
 color: #f26845;
}
.home-orange-text .circled {
 position: relative;
}
.home-orange-text .circled::before {
 content: '';
 position: absolute;
 bottom: 0px;
 left: -3px;
 width: 110%;
 height: 2px;
 background: #f26845;
}

.prix .div-block .paragraph {
 padding: 0 20px;
}

/* LANGS FIXS */

.section-insta,
.home .section-reassur,
.section-why-subscribe{
 background: white;
}


.home-product-list {
 padding: 0 5%;
}
.home-product-list-item {
 align-items: flex-start;
}
.popin-check {
 margin-top: 3px;
}
.prix-unitaire {
 text-decoration: underline;
}
.rgpd-link {
 color: #f26845;
}
.newsletter-rgpd .rgpd-link {
  color: #fff;
}
.newsletter-rgpd .rgpd-link:hover {
 color: #f26845;
}
.wrapper-manifeste {
 padding: 0 5%;
}
@media screen and (min-width: 991px){
 .col-abo-right-content {
     max-width: 425px;
 }
 .home-slide {
     width: 80vw;
 }
 .footer-link {
     line-height: normal;
     margin-bottom: 20px;
 }
 .wrapper-manifeste {
     max-width: 960px;
     padding: 0;
 }
}

@media screen and (max-width: 479px) {
 .section-insta {
     padding-bottom: 20px;
 }
 .reassurrance {
     margin: 0;
     padding-bottom: 50px;
 }
}
/* MOBILE LINKS */
@media screen and (max-width: 479px) {
 .link-menu-mobile {
     padding: 0 5%;
 }
 .link-mobile {
     line-height: normal;
 }
}


.h2 {
 display: block;
 max-width: 700px;
}
.number-o {
 font-size: 20px;
}
@media screen and (max-width: 479px) {
 .typo-title {
     padding: 10px 5% 0;
 }
}

/*LAME DISCOVER HP */
.section-landing-content .col-discover-img .landing-img.desktop {
 display: block;
}
.section-landing-content .col-discover-img .landing-img.mobile {
 display: none;
}
@media screen and (max-width: 991px) {
 .section-landing-content .col-discover-img .landing-img.mobile {
     display: block;
 }
 .section-landing-content .col-discover-img .landing-img.desktop {
     display: none;
 }
}
@media screen and (max-width: 500px) {
 .discover-img-container {
     margin-top: 430px;
     margin-bottom: 30px;
 }
 .section-landing-content .col-discover-img {
     display: block;
     position: absolute;
     top: 150px;
     left: 0;
 }
 .section-landing-content .col-discover-img .landing-img {
     margin-top: 0;
 }


}
.home-product-certif {
 padding: 0 25px;
}
@media screen and (min-width: 991px) {
 .section-produits {
     padding-top: 40px;
 }
}
@media screen and (min-width: 991px)and (max-width: 1025px) {
 .img-menu {
     width: 130px;
 }
}


/*LAME SLIDER TICK HP*/
@media screen and (max-width: 479px) {
 .home-product-right .cta {
     min-width: 220px;
     max-width: 90%;
     margin: 0 auto;
     padding: 6px 0;
     box-sizing: content-box;
 }
 .home-product-right .cta-text {
     white-space: inherit;
 }
}
.w-slider-nav-invert > div.w-active {
 background-color: #f26845;
}
.w-slider-nav-invert > div {
 background-color: rgba(242, 104, 69, 0.4);
}
.w-slider-nav.w-shadow > div {
 box-shadow: none;
}
.w-slider-nav {
 bottom: 30px;
}

/*SECTION ABO LAME 1*/
@media screen and (min-width: 991px) {
 .section-abo-perso .abo-perso .w-col-5  {
     width: 60%;
 }
 .section-abo-perso .abo-perso .w-col-5 .col-abo-right-content.our-abo-page  {
     max-width: 95%;
 }
 html:lang(it) .section-abo-perso .abo-perso .w-col-5 .col-abo-right-content.our-abo-page .h1 {
     padding: 0 20px;
 }
}

@media screen and (max-width: 500px) {
 html:lang(it) .section-abo-perso .abo-perso .w-col-5 .col-abo-right-content.our-abo-page .h1 {
     font-size: 21px;
 }
}

/*SECTION ABO LAME PACKS*/
@media screen and (min-width: 991px) {
 .section-abo-packs {
     padding-bottom: 100px;
 }

 .section-abo-packs .collection-list-wrapper-2 .collection-list-2 {
     position: relative;
     display: flex;
     justify-content: center;
     flex-direction: row;
     align-items: stretch;
     align-content: stretch;
 }
 .section-abo-packs .collection-list-wrapper-2 .collection-list-2 > a {
     display: block;
     width: 100%;
 }
 .section-abo-packs .collection-list-wrapper-2 .collection-list-2 .pack {
     width: 100%;
     height: 100%;
     margin-bottom: 0;
 }
 .section-abo-packs .collection-list-wrapper-2 .collection-list-2 .block-pack {
     height: 100%;
 }
 html:lang(es) .section-abo-packs .collection-list-wrapper-2 .collection-list-2 .block-pack .cta {
     min-width: 220px;
     max-width: 90%;
     margin: 0 auto;
     padding: 6px 0;
     box-sizing: content-box;
 }
 html:lang(es) .section-abo-packs .collection-list-wrapper-2 .collection-list-2 .block-pack .cta-text {
     white-space: inherit;
 }

 html:lang(es) .section-abo-packs .collection-list-wrapper-2 .collection-list-2 .pack-sign,
 html:lang(es) .section-abo-packs .collection-list-wrapper-2 .collection-list-2 .pack-title,
 html:lang(it) .section-abo-packs .collection-list-wrapper-2 .collection-list-2 .pack-sign
 {
     padding: 0 40px;
 }

}
@media screen and (max-width: 991px) {
 .prix .div-block .paragraph {
     padding: 0 10px;
     font-size: 13px;
 }
}
.section-abo-packs  {
 position: relative;
}
@media screen and (max-width: 479px) {
 .section-abo-packs .wave-animation-bottom.blue {
     display: none;
 }
 .reassurance-block .reassure-txt {
     font-weight: 700;
 }
}

.wave-animation-top.blue {
 background-image: url('../images/wave-anim-blue.svg');
}

.wave-animation-top.grey {
 background-image: url('../images/wave-anim-grey.svg');
 margin-bottom: 0;
}
.wave-animation-bottom.blue {
 background-image: url('../images/wave-anim-top-blue.svg');
}
.wave-animation-bottom {
 bottom: -1px;
}
wave-animation-top.low-margin {
 margin-bottom: 50px;
}

.home .wave-animation-top {
 margin-bottom: 50px;
}
.home .section-testi .wave-animation-top {
 margin-bottom: 30px;
}
.home .section-testi .w-slide {
 padding-bottom: 50px;
}
@media screen and (max-width: 991px) {
 .home .section-landing-content .columns-6 {
     margin-bottom: 30px!important;
 }
}
.home .section-landing-content .columns-6 {
 margin-bottom: 70px;
}


/*PAGE PRODUIT*/
@media screen and (min-width: 991px) {
 .section-goods .h1-page {
     max-width: 100%;
 }
 .section-product-header .col-abo-right-content {
     max-width: 500px;
 }
}
.product-goods .w-col.w-col-6 .product-text {
 margin-top: 15px;
}

/*PAGE OBSESSION*/
@media screen and (min-width: 991px) {
 html:lang(it) .intro-obessions-content .paragraph{
     display: inline-block;
     padding: 0 60px;
 }
}

@media screen and (max-width: 479px) {
 .page-obsession .typo-title {
     padding: 10px 0% 0;
     font-size: 20px;
 }
 .intro-obessions-content .typo-title {
     font-size: 18px;
 }
}

/* EN */
/*INTRO HP*/
html:lang(en) .home .intro-span.sp1  {
 position: relative;
 margin-left: 10px;
}
html:lang(en) .home .intro-span.sp1:after {
 position: absolute;
 left: -14px;
 top: 4px;
 margin-left: 5px;
}
html:lang(en) .home .intro-span.sp2:after {
 display: none;
}
html:lang(en) .home .intro-span.sp1:before {
 content: "";
 position: absolute;
 right: -18px;
 top: 4px;
 width: 7px;
 height: 7px;
 border-radius: 50%;
 margin-right: 5px;
 margin-left: 1px;
 background: #F4E032;
}


/* DE */
@media screen and (min-width: 991px) {
 html:lang(de) .home .col-discover-text {
     width: 30%;
 }
 html:lang(de) .home .col-discover-img {
     width: 40%;
 }
 html:lang(de) .home .landing-img {
     margin-top: 200px;
 }
 html:lang(de) .text-intro {
     display: block;
     max-width: 620px;
 }
 /*html:lang(de) .nav-items {*/
 /*    margin-left: 3%;*/
 /*}*/
}
@media screen and (max-width: 349px) {
 html:lang(de) .item-menu-list.raison-detre .link-menu-mobile .link-after {
     margin-left: 0;
     right: 8%;
 }
}
html:lang(de) .couche-selector {
 width: 125px;
}
html:lang(de) .couche-selector .jma-product-text {
 white-space: nowrap;
}

/* ES */
/*INTRO HP*/
@media screen and (min-width: 479px) {
 html:lang(es) .home .col-intro-right-content .paragraph {
     margin-top: 15px;
     margin-bottom: 20px;
 }
}
html:lang(es) .couche-nc {
 white-space: nowrap;
}
html:lang(es) .couche-selector {
 width: 125px;
}

html:lang(es) .navbar .submenu .collection-item:nth-child(3) .menu-product-name {
 width: 60%;
}
html:lang(es) .address-bloc-action {
 flex-wrap: wrap;
}

/*FIX TUNNEL / ABO ACCOUNT*/

.jma-page-title {
 margin-bottom: 15px;
}

@media screen and (min-width: 991px) {
 .mdp-forget.step4 {
     margin-left: 45%;
 }
}

html:lang(en) .bloc-manifest {
 padding: 0 50px;
}
html:lang(it) .bloc-manifest {
 padding: 0 60px 0 70px;
}
html:lang(fr_FR) .bloc-manifest {
 padding: 0 70px;
}

@media screen and (min-width: 991px) {
 html:lang(de) .section-abo-packs .collection-list-wrapper-2 .collection-list-2 a:last-of-type .text-pack p:nth-child(2) {
     padding: 0 30px;
 }
 html:lang(de) .bloc-etape {
     width: 70px;
 }
}

.jma-step {
 margin-top: 0;
}


/*CONTACT*/
.contact-blocs {
 display: flex;
 flex-wrap: wrap;
}
.bloc-contact,
.bloc-contact-noevent {
 height: 100%;
}
.titre-bloc-contact {
 line-height: 23px;
}

@keyframes float {
 0% {
     transform: translateY(0%); }
 50% {
     transform: translateY(-10%); }
 100% {
     transform: translateY(0%); } }

@-webkit-keyframes float-alt {
 0% {
     transform: translateY(-10%); }
 50% {
     transform: translateY(0%); }
 100% {
     transform: translateY(-10%); }
}

.ws-img-container {
 position: relative;
}

.ws-img-float {
 position: absolute;
}

@media screen and (min-width: 768px) {
 .ws-img-float {
     max-width: 6vw;
 }
 .block-row.reversed {
     margin-top: -5vw;
     margin-bottom: -5vw;
 }
 .block-row.reversed .ws-img {
     max-width: 35vw!important;
 }

 .wave-animation-top.low-margin {
     margin-bottom: 0px;
 }
}
@media screen and (max-width: 768px) {
 .ws-img-float {
     max-width: 20vw !important;
 }
}

.ws-img-float.nb-1 {
 top: 25%;
 left: 10%;
 animation: float 7s ease-in-out infinite;
}
.ws-img-float.nb-2{
 top: -5%;
 left: 39%;
 animation: float-alt 7s ease-in-out infinite;
 animation-delay: 1s;
}
.ws-img-float.nb-3{
 top: 25%;
 right: 15%;
 animation: float 7s ease-in-out infinite;
 animation-delay: 2s;
}
.ws-img-float.nb-4 {
 top: 25%;
 left: 10%;
 animation: float 7s ease-in-out infinite;
}
.ws-img-float.nb-5 {
 top: -5%;
 left: 39%;
 animation: float-alt 7s ease-in-out infinite;
 animation-delay: 1s;
}
.ws-img-float.nb-6 {
 top: 25%;
 right: 15%;
 animation: float 7s ease-in-out infinite;
 animation-delay: 2s;
}
.ws-img-float.nb-7 {
 bottom: 3.5vw;
 right: 4vw;
 max-width: 5vw;
 animation: float 6s ease-in-out infinite;
 animation-delay: 1s;
}


.section-tuto {
 height: auto;
}
@media screen and (max-width: 479px) {
 .section-tuto {
     display: flex;
     flex-direction: column;
 }
 .video-tuto-mobile {
     display: block;
     height: auto;
 }
}
@media screen and (min-width: 991px) {
 .section-abo-packs.not-fr {
     padding-bottom: 130px;
 }
 .jma-panier-info {
     padding: 13px;
 }
 .home-slide .column-5 {
     padding-left: 5px;
     padding-right: 5px;
 }
 .block-row.reversed .block-text {
     padding-left: 5vw;
 }
}


html:lang(fr_FR) .icon-manifeste,
html:lang(it) .icon-manifeste{
 left: 5% !important;
}
html:lang(fr_FR) .icon-manifeste.right,
html:lang(it) .icon-manifeste.right{
 left: inherit !important;
 right: 5% !important;
}
.icon-manifeste {
 left: 0% !important;
}
.icon-manifeste.right {
 left: inherit !important;
 right: 0% !important;
}

.tout-col img {
 max-width: 128px;
 margin: 0 auto;
}
.wave {
 display: inline-block;
 width: 42px;
 text-align: center;
 margin: 0 auto;
}
.img-wave {
 width: 42px;
 margin: 20px auto;
}
.slider-text {
 max-width: 530px;
}

@media screen and (max-width: 991px) {
 .nav-mobile.open {
     overflow: scroll;
     height: 100%;
 }
}

@media screen and (max-width: 479px){
 .product-goods .w-col:last-child {
     margin-top: 30px;
 }
 .popin-info-bloc {
     padding-right: 5%;
     padding-left: 5%;
 }
 .jma-product-content {
     width: 130px;
 }
.js-tab.home-porduct-subtitle {
     font-size: 10px;
     line-height: 18px;
 }
}
@media screen and (max-width: 767px) {
 .link-abo-menu {
     justify-content: flex-start;
 }
 .abo-coral-text {
     margin-top: 5px;
 }
}
@media screen and (max-height: 670px) {
 .jma-panier-img {
     margin-bottom: 5px;
     margin-top: 10px;
 }
 .panier-info-economie {
     display: none !important;
 }
}

@media screen and (min-width: 991px){
 html:lang(fr_FR) .mdp-forget.step4 {
     margin-left: calc(42% + 2px);
 }

 html:lang(es) .mdp-forget.step4 {
     margin-left: 40%;
 }
 html:lang(de) .mdp-forget.step4 {
     margin-left: 42%;
 }
}

.switch-country-modal {
 position: fixed;
 display: none;
 justify-content: center;
 align-items: center;
 flex-direction: column;
 top: 0;
 left: 0;
 height: 100%;
 width: 100%;
 background: rgba(0,0,0, 0.7);
 z-index: 10000000;
}

.cta-wrapper {
 @include phone {
  text-align: center;
 }
}

.block-test-container .item-title {
    min-height: 60px;

    @media (max-width: 479px) {
        min-height: unset;
    }
}

.sample-couche {
 position: absolute;
 transition: fill 300ms ease-in-out;
 top: 40%;
 left: 52.5%;
 transform: translate(-50%, -55%);
}

.jma-panier-img-sample {
  background-position: center;
}

.panier-img-couche-sample .panier-img-product {
 height: 90%;
}

.account-abo-visuel-sample {
  background-position: center;
}

.account-abo-visuel-sample .compte-img-product {
  height: 75%;
}

.jma-contenu .subscription-form .star-rating {
    @include phone {
        height: 40px;
    }
}

.jma-test .subscription-form .star-rating {
    @include phone {
        height: 40px;
    }
}

.mon-compte .account-content .account-address-info{
    max-width: 640px;
    color: #f26845;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
}

.zoomWindowContainer > div {
    background-color: #FFFFFF;
}

/* Mix size */
.blkOptChoice {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}
.blkOptChoice + .tvproduct-special-desc {
    border: none;
}
.blkOptChoice .slider:before {
    background: #f26845;
    left: 0;
    bottom: -10px;
    content: "Off";
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    text-transform: uppercase;
    color: #FFF;
    width: 32px;
    height: 32px;
}
.blkOptChoice .slider {
    height: 10px;
}
.blkOptChoice input:checked + .slider {
    background: #ccc;
}
.blkOptChoice input:checked + .slider:before {
    background: #81e0c7;
    content: "On";
    transform: translateX(24px);
}
#mix-combination-div .input-wrapper {
    display: flex;
    gap: 5px;
    justify-content: center;
    margin-top: 5px;
}
#mix-combination-div .input-wrapper button {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    border: 2px solid #F26845;
    color: #F26845;
    cursor: pointer;
}
#mix-combination-div .input-wrapper button:disabled {
    opacity: 0.25;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    cursor: none;
}
#mix-combination-div .input-wrapper input {
    padding: 0;
    margin: 0;
    color: #F26845;
    background: none;
    text-align: center;
}
#mix-combination-div .each-attribute-row {
    background: #f3f6f5;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
    display: flex;
    align-items: center;
}
#mix-combination-div .each-first-attribute:before {
    content: "";
    display: flex;
    width: 32px;
    height: 32px;
    text-align: center;
    align-items: center;
    position: absolute;
    border-radius: 50%;
    background: url(../img/icon-ok.svg) no-repeat center center #F26845;
    border-radius: 50%;
    background-size: 85% auto;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
#mix-combination-div .each-first-attribute.total-ok:before {
    opacity: 1;
}
#mix-combination-div .each-first-attribute {
    border-right: 2px solid #fff;
}
#mix-combination-div .each-second-attribute img {
    border: 1px solid #dfdfdf;
    border-radius: 6px;
    max-width: 145px;
    height: auto;
    width: 100%;
    margin: 15px auto 5px auto;
    display: block;
}
#mix-combination-div .each-second-attribute.has-val img {
    border-color: #F26845;
}
#mix-combination-div .mix-attribute-name {
    font-size: 12px;
    text-align: center;
}

#mix-combination-div input[type=number]::-webkit-inner-spin-button,
#mix-combination-div input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#mix-combination-div input[type=number] {
  -moz-appearance: textfield;
}
#mix-combination-div input[type=number] {
  appearance: textfield;
}
#mix-combination-div #mix-add-to-cart {
    max-width: fit-content;
    height: 54px;
    padding: 15px 36px;
    border-radius: 30px;
}
#mix-combination-div #mix-add-to-cart span {
    font-weight: bold;
    font-size: 13px;
}

/* Delivery */
.subscription-card > div {
    padding: 24px;
}
.subscription-card .section-title {
    padding-bottom: 20px;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 20px;
    text-align: left;
}
.subscription-card .frequency-options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
.recurring-method-form .subscription-card .frequency-options {
    grid-template-columns: repeat(4, 1fr);
}
.recurring-method-form .subscription-card .frequency-options label {
    min-height: unset;
}
.subscription-card .frequency-options label, .subscription-card .datepicker-container {
    display: inline-block;
    width: 100%;
    border: 2px solid #eeeeee;
    border-radius: 6px;
    cursor: pointer;
    margin: 0;
    padding: 15px;
    position: relative;
    min-height: 125px;
}
.subscription-card .datepicker-container {
    min-height: unset;
    background: #eeeeee;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.subscription-card .datepicker-container {
    padding: 16px 24px;
}
.subscription-card .datepicker-container label {
    margin: 0;
}
.subscription-card .datepicker-container input {
    padding: 15px 20px;
}
.recurring-method-form .subscription-card .datepicker-container {
    justify-content: unset;
    gap: 24px;
} 
.subscription-card .frequency-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.subscription-card .frequency-card .frequency-number {
    font-family: shore, sans-serif;
    font-size: 30px;
    line-height: 1;
}
.subscription-card .frequency-card > div {
    display: inline;
    text-align: center;
}
.subscription-card .frequency-card .frequency-number, .subscription-card .frequency-card .frequency-label {
    font-weight: 600;
}
.subscription-card .frequency-radio {
    display: none;
}
.subscription-card .frequency-options label.selected {
    border-color: #f26845;
}
.subscription-card .recommended-badge {
    color: #f26845;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin-top: 15px;
}
.subscription-card .jma-text {
    margin: 0 0 15px;
}

/* Mon compte */
#my-account #wrapper {
    background-color: #f2f6f5;
    padding: 25px 0;
}
#my-account #wrapper .page-content {
    background-color: #f2f6f5;
}
.page-my-account #content .links a:hover, .page-my-account #content .links a:hover i {
    color: #f26845;
}

#module-mollie-recurringOrderDetail #wrapper, #module-mollie-subscriptions #wrapper, #address #wrapper, #identity #wrapper, #addresses #wrapper, #history #wrapper, #module-psgdpr-gdpr #wrapper, #module-ps_emailalerts-account #wrapper, #order-slip #wrapper {
    padding: 25px 0;
}

.subscription-summary .card-body {
    padding: 15px;
}

#module-mollie-recurringOrderDetail #mix-combination-div {
    margin: 0;
}
#module-mollie-recurringOrderDetail #mix-save-subscription {
    max-width: max-content;
} 
.addresses .box {
    min-height: 195px;
}

/* generique box */
.box {
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 6px;
}

/* Slider dots */
#tvmain-slider .owl-dots, .tvmain-slider-next-pre-btn {
    display: none !important;
}

/* Hide sticky element */
.tvcmsright-sticky.sticky, .tvfooter-product-sticky-bottom.sticky {
    display: none !important;
}

@media (max-width: 991px) {
    .subscription-card .datepicker-container {
        flex-direction: column;
        align-items: flex-start;
    }
    .subscription-card .datepicker-container label {
        padding-bottom: 10px;
    }
    .subscription-card .section-title {
        padding-top: 0;
    }
    .recurring-method-form .subscription-card .frequency-options {
        grid-template-columns: repeat(2, 1fr);
    }
    .recurring-method-form  .subscription-card > div {
        padding: 0;
    }
    #blockcart-modal .cart-content .cart-content-btn {
        display: flex;
        flex-direction: column-reverse;
        gap: 15px;
        text-align: center;
    }
}