/* -------------------------------------- */
/* ==   Additional normalize reset     == */
/* -------------------------------------- */
/* switching box model for all elements */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* soft reset */
html, body, ul, ol, dd, dl {
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle;
}
input {
    border: none;
}
a:hover, a:active, a:focus, input[type="submit"]:focus,
button:focus, button:active, select, option {
    outline: none;
    cursor: pointer;
}
li {
    list-style: none;
}
/* -------------------------------------- */
/* ==   FONTS                          == */
/* -------------------------------------- */

html {
    font-size: 87.5%; /* 14px */
}
body {
    font-family: 'Lato', sans-serif;
    font-size: 1em; /* 14px */
    color: #7f7b82;
}
h1, h2, h3, h4, h5, h6 {
    margin: 20px 0 10px 0;
    padding: 0;
    color: #444554;
}
h1, h2          { font-weight: 700; }
h1, h2, h3, h4  { font-weight: 400; }
h5, h6          { font-weight: 300; }
h1 {
    font-size: 2.14rem; /*30px*/
}
h2 {
    font-size: 1.86rem; /*26px*/
}
h3 {
    font-size: 1.64rem; /*23px*/
}
h4 {
    font-size: 1.43rem; /*20px*/
}
h5 {
    font-size: 1.29rem; /*18px*/
}
h6 {
    font-size: 1.14rem; /*16px*/
}
p {
    margin: 0;
    padding: 15px 0;
    font-size: 1rem;
    color: #7f7b82;
}
p + p {
    padding-top: 0;
}
/* -------------------------------------- */
/* ==   HIDING CONTENT                 == */
/* -------------------------------------- */

@media screen and (max-width: 991px) {
    .no-tablet {
        display: none !important;
    }
    .only-tablet {
        display: block !important;
    }
}
@media screen and (min-width: 992px) {
    .no-desktop, #menu-login.no-desktop {
        display: none !important;
    }
    .only-tablet {
        display: none !important;
    }
}
@media screen and (max-width: 767px) {
    .no-mobile {
        display: none !important;
    }
    .only-mobile {
        display: block !important;

    }
}
@media screen and (min-width: 768px) {
    .only-mobile {
        display: none !important;
    }
}
/* -------------------------------------- */
/* ==   LAYOUT GENERAL RULES & CLASS   == */
/* -------------------------------------- */
.clearfix:before,
.clearfix:after,
.ui-autocomplete li:before,
.ui-autocomplete li:after {
    content: "";
    display: table;
    line-height: 0;
}
.clearfix:after,
.ui-autocomplete li:after {
    clear: both;
}
.glyphicons {
    line-height: 100%;
    vertical-align: middle;
}
.border-none,
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: none;
}
.mx-0 {
    margin-right: 0;
    margin-left: 0;
}
.pull-left {
    float: left;
}
.pull-right, .voucher-code-container {
    float: right;
}
.bg-white {
    background-color: #ffffff;
}
.bg-grey {
    background-color: #d8dbe2;
}
.bg-orange {
    background-color: #f46036;
}
.bg-purple {
    background-color: #3a1346;
}
.bg-green {
    background-color: #2fd6c7;
}
.txt-white {
    color: #FFF;
}
.txt-grey, .cashStandby {
    color: #444554;
}
.txt-green, .speed, .cashCredited {
    color: #2fd6c7;
}
.txt-purple, .cashStandby {
    color: #3a1346;
}
.txt-orange, .average, .cashTraced {
    color: #f46036;
}
.txt-red, .slow, .cashRefused, .error, .errors, .special_error {
    color: #e5074d;
}
.txt-blue, .cashValid {
    color: #3dc6f9;
}
.txt-yellow {
    color: #ffbb18;
}
.border-block {
    padding: 15px;
    border: 1px solid #e9e9e9;
}
.border-block.xl {
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 60px;
}
.txt-center {
    text-align: center;
}
.txt-right {
    text-align: right;
}
.txt-left {
    text-align: left;
}
.strong {
    font-weight: bold;
}
.tag-analytics {
    width: 1px !important;
    height: 1px !important;
}

/* SOLDES ETE BG */
.soldes-bg {
    background: #1C759F;
}
.soldes-bg > .container > h1,
.soldes-bg > .container > h2,
.soldes-bg > .container > h3,
.soldes-bg > .container > h4,
.soldes-bg > .container > div > h1,
.soldes-bg > .container > div > h2,
.soldes-bg > .container > div > h3,
.soldes-bg > .container > div > h4,
.soldes-bg > .container > div > p,
.soldes-bg > .container > #subscription .subscription > h1,
.soldes-bg > .container > p,
.soldes-bg > .container > #subscription .subscription > p,
.soldes-bg > .container p a,
.soldes-bg > .container > div > ul li,
.soldes-bg > .container > div > ul li a,
.soldes-bg > .container > ul li,
.soldes-bg > .container > ul li a,
.soldes-bg > .container form div h3,
.soldes-bg > .container form label,
.soldes-bg > .container form span,
footer > .bg-grey + p, footer > .bg-grey + p a {
    color: #fff;
}
.soldes-bg > .container .bg-white p a,
.soldes-bg > .container .bg-white form label,
.soldes-bg > .container .bg-white form span {
    color: #7f7b82;
}

@media screen and (min-width: 768px) {
    .soldes-bg::before,
    .soldes-bg::after {
        content: "";
        position: fixed;
        z-index: -1;
        width: 20%;
        height: 100vh;
        top: 150px;
        left: -2%;
        background: url(../images/op/soldes-ete25-design-left.png) repeat-y center top, #1C759F;
        background-size: contain;
    }

    .soldes-bg::after {
        left: auto;
        right: -2%;
        background-image: url(../images/op/soldes-ete25-design-right.png);
    }
}

/* -------------------------------------- */
/* ==   LINK & BUTTON                  == */
/* -------------------------------------- */
a {
    color: #7f7b82;
}
.button-promo, .button-promo-actif, .btn-clasic, .fbconnect, .gdpr-btn {
    display: inline-block;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    font-size: 1.29rem; /*18px*/
    font-weight: 300;
    color: #ffffff!important;
    background-color: #2fd6c7;
    cursor: pointer;
}
.button-promo.voucher-code-container a {
    text-decoration: none;
    color: #fff;
}
.button-promo.voucher-code-container.has-code-display {
    border: 2px solid #2fd6c7;
    color: #2fd6c7;
    background-color: #fff
}
.button-promo.voucher-code-container.has-code-display a {
    padding-right: 10px;
    color: #2fd6c7;
    cursor: default;
}
.fbconnect {
    width: 100%;
    background-color: #3b5998;
}
#subscription h1 {
    max-width: 550px;
    margin: 0 auto;
    font-size: 1.64rem;
    color: #3a1346;
}
#subscription .fbconnect {
    margin-bottom: 15px;
}
.btn-clasic.full {
    width: 100%;
}
    form .col-xs-12 > .btn-clasic.full {
    margin-top: 34px;
}
p a.button-promo {
    margin-top: 10px;
}
.button-promo-actif {
    border: 2px solid #2fd6c7;
    font-weight: 400;
    color: #2fd6c7;
    background: #ffffff;
}
.button-favoris {
    display: block;
    position: relative;
    width: 100%;
    padding: 10px 0;
    margin-bottom: 30px;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    font-size: 1.143rem; /*16px*/
    font-weight: 300;
    color: #ffffff;
    background: #9c89a2;
}
.button-favoris.active {
    background-color: #3a1346;
}
.button-favoris span {
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -8px;
}
.button-arrow {
    display: inline-block;
    position: relative;
    margin: 0 0 10px 0;
    padding: 10px 15px;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    font-size: 1.143rem; /*16px*/
    font-weight: 300;
    color: #ffffff;
    background: #3a1346;
}
.button-arrow:after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 50%;
    margin-left: -7px;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #3a1346 transparent transparent transparent;
}
#move-to-bottom {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto 60px auto;
    border: none;
    border-radius: 100%;
    color: #fff;
    background-color: #3a1346;
    cursor: pointer;
}
#move-to-bottom span {
    line-height: 3.5rem;
    font-size: 1.8rem;
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

.faq-bt a + a {
    margin-left: 30px;
}
.btn-rounded {
    width: 26px;
    height: 26px;
    border-radius: 100%;
    color: #fff;
    background-color: #3a1346;
}
p + ul.list {
    padding-bottom: 0;
}
ul.list li {
    position: relative;
    padding-left: 15px;
    padding-bottom: 4px;
}
ul.list li::before {
    content: "●";
    position: absolute;
    left: 0;
}
.big {
    font-size: 1.2rem;
}
h4.static-title {
    margin: 10px 0;
}
h4.static-title + p,
h2 + p {
    padding-top: 0;
}

/* -------------------------------------- */
/* ==   HEADER                         == */
/* -------------------------------------- */
#branding {
    display: block;
    width: 100%;
    padding: 15px;
    border-bottom: 1px solid #e9e9e9;
    text-align: center;
}
#branding a {
    display: block;
    width: 100%;
    max-width: 983px;
    margin: 0 auto;
}
.has-affix #branding {
    display: none;
}
header > .container{
    background: #ffffff;
}
header #logo {
    display: block;
    float: left;
    width: 150px;
    height: 42px;
    margin: 10px 0;
    background: url(../images/v3/logo-fabuleos.jpg) no-repeat center;
    background-size: contain;
}
header .pull-right {
    text-align: right;
    margin-top: 10px;
}
.search {
    position: relative;
    margin: 10px 0 0 0;
    vertical-align: top;
}
.pull-right .search {
    display: inline-block;
}
.search .glyphicons-search {
    position: absolute;
    top: 6px;
    right: 10px;
    font-size: 1.5rem; /*24px*/
    color: #787986;
}
/* --- Login/My account menu --- */
#menu-login {
    display: inline-block;
    margin: 0 0 0 30px;
    padding: 0;
    vertical-align: middle;
}
#menu-login li {
    display: inline-block;
}
#menu-login > li a, #ident a {
    display: block;
    text-decoration: none;
    font-size: 1rem; /*14px*/
    font-weight: 400;
    color: #444554;
}
#menu-login button {
    padding: 18px 13px 22px 13px;
    border: none;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 1rem; /*14px*/
    font-weight: 400;
    color: #444554;
    background: none;
    cursor: pointer;
}
#menu-login button .glyphicons-chevron-right {
    margin-left: 7px;
    vertical-align: middle;
}
#menu-login .open button {
    background: #d8dbe2;
}
#menu-login .open  button .glyphicons-chevron-right {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
         -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
#menu-login .dropdown-menu{
    position: absolute;
    top: 100%;
    left: 50%;
    width: 230px;
    margin: 0 0 0 -115px;
    padding: 15px;
    border: none;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: #d8dbe2;
    box-shadow: 0 4px 4px rgba(0,0,0,0.5);
}
#menu-login .dropdown-menu li,
#collapseMemberNav li {
    width: 100%;
    font-size: 1rem; /*14px*/
    color: #444554;
}
#menu-login .dropdown a,
#collapseMemberNav li > a {
    display: block;
    position: relative;
    width: 100%;
    padding: 5px 25px 5px 10px;
    border-radius: 5px;
    text-decoration: none;
    color: #444554;
}
#menu-login .dropdown > a:hover,
#collapseMemberNav li > a:hover {
    color: #ffffff;
    background: #3a1346;
}
#menu-login li a .glyphicons-chevron-right,
#collapseMemberNav li a .glyphicons-chevron-right {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -7px;
}
#menu-login li:nth-of-type(6),
#collapseMemberNav li:nth-of-type(6) {
    margin-bottom: 10px;
}
#menu-login #logout, #collapseMemberNav #logout {
    padding-top: 10px;
    border-top: 1px solid #e4e6eb;
    box-shadow: #c0c6cf 0 -1px 0 0;
}
#menu-login #logout .glyphicons-power,
#collapseMemberNav #logout .glyphicons-power {
    margin-right: 7px;
    vertical-align: middle;
}
/* --- Main Navigation --- */
header {
    background-color: #fff;
}
header nav {
    background-color: #3a1346;
    margin-bottom: 60px;
}
header nav .container {
    position: relative;
    font-size: 0; /* To avoid default margin with display inline-block elements */
}
header nav .container>li {
    display: inline-block;
    position: relative;
}
header nav .container > li > a,
#sidebar a {
    display: block;
    position: relative;
    padding: 10px 8px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    text-align: center;
    text-decoration: none;
    font-size: 1.143rem; /*16px*/
    font-weight: 300;
    color: #ffffff;
    cursor: pointer;
}
header .op-link a, #sidebar .op-link a {
    background-color: #e5074d;
}
header .asso-link a, #sidebar .asso-link a {
    background-color: #ffbb18;
}
header .top-marchands-link a, #sidebar .top-marchands-link a {
    background-color: #FF7B2D;
}
header nav .container > li.favourite-link > a,
#sidebar .favourite-link a {
    padding: 10px 15px;
    color: #3a1346;
    background-color: #fff;
}
header nav .container > li.favourite-link > a {
    border-top: 1px solid #3a1346;
    border-bottom: 1px solid #3a1346;
}
header li.favourite-link a .glyphicons {
    font-size: 1rem;
}
header nav .container>li:last-of-type {
    min-height: 40px;
    font-size: 2rem; /*28px*/
    color: #ffffff;
}
header nav .container>li:hover {

    background-color: #9c88a3;
}
nav .container > li:last-child > a {
    margin-top: 2px;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 0.5;
}
header nav .container > .open > a:after {
    content: "";
    z-index: 1001;
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -7px;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #ffffff transparent;
}
header nav .container > .open.op-link > a:after,
header nav .container > .open.asso-link > a:after,
header nav .container > .top-marchands-link > a:after {
    display: none;
}
header nav .container> li:last-child > a:after {
    bottom: -8px;
}
header nav .container > .dropdown {
    position: static;
}

header nav .container > .open .dropdown-menu {
    display: block;
}
header nav .dropdown-menu {
    float: none;
    width: 100%;
    margin: 0;
    padding: 20px 0;
    border: none;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: #ffffff;
    box-shadow: 0 4px 4px rgba(0,0,0,0.5);
}
header nav .dropdown-menu li {
    border-radius: 5px;
    font-size: 1rem; /*14px*/
    color: #444554;
}
header nav .dropdown-menu li a,
#sidebar .dropdown-menu a {
    display: block;
    position: relative;
    padding: 5px 25px 5px 10px;
    border-radius: 5px;
    text-decoration: none;
    color: #444554;
}
header nav .dropdown-menu li:last-child a {
    color: #ffffff;
    background: #9c88a3;
}
header nav .dropdown-menu li a:hover,
#sidebar .dropdown-menu a:hover {
    color: #ffffff;
    background: #3a1346;
}
header nav .dropdown-menu li a .glyphicons-chevron-right {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -7px;
}
.only-logo {
    border-bottom: 1px solid #3a1346;
}
/* Styles for fixed header */
body.has-affix {
    padding-top: 160px;
}
#main-header.affix {
    z-index: 1;
    position: fixed;
    top: -66px;
    width: 100%;
}
/* -------------------------------------- */
/* ==   FOOTER                         == */
/* -------------------------------------- */
footer {
    margin-top: 60px;
}
footer .purple {
    padding: 10px 0;
    background-color: #3a1346;
}
footer #logoWhite {
    display: inline-block;
    width: 120px;
    height: 34px;
    background: url(../images/v3/logo-fabuleos-white.png) no-repeat center;
    background-size: contain;
}
footer .purple span, footer .purple p {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 1rem; /*14px*/
    font-weight: 300;
    color: #ffffff;
}
footer .purple span {
    margin: 0 20px;
    font-size: 1.143rem; /*16px*/
}
footer .media {
    float: right;
    height: 36px;
}
footer .media p {
    vertical-align: middle;
}
footer .media img {
    width: 36px;
    margin-left: 30px;
}
footer .bg-grey {
    padding-top: 7px;
}
footer p.title-footer {
    padding-bottom: 5px;
    border-bottom: 1px solid #e4e6eb;
    font-size: 1.143rem; /*16px*/
    color: #444554;
    box-shadow: #c0c6cf 0 1px 0 0;
}
footer p span {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: -5px -1px 0 0;
    padding-top: 5px;
    border-radius: 100%;
    text-align: center;
    font-weight: 700;
    color: #d8dbe2;
    background: #444554;
}
footer p span:before {
    content: " ";
    position: absolute;
    top: -16px;
    left: -28px;
    width: 33px;
    height: 47px;
    background: url(../images/v3/ligne-pointillee.png) no-repeat center;
    background-size: contain;
}
footer .row div ul {
    min-height: 120px;
    padding: 15px 40px 0 0;
    background: url(../images/v3/graphisme-shop.png) no-repeat 100% 15px;
}
footer .row div:nth-of-type(2) ul {
    background: url(../images/v3/graphisme-informations.png) no-repeat 100% 15px;
}
footer .row div:nth-of-type(3) ul {
    background: url(../images/v3/graphisme-community.png) no-repeat 100% 15px;
}
footer .row div ul li {
    padding-right: 0;
    line-height: 25px;
}
footer a {
    text-decoration: none;
    font-size: 0.857rem; /*12px*/
    color: #444554;
}
footer > p {
    text-align: center;
    font-size: 0.7rem; /*10px*/
    color: #444554;
}
footer > p a {
    text-decoration: none;
    color: #444554;
}

/* -------------------------------------- */
/* ==   FORMS                          == */
/* -------------------------------------- */

/* --- Header Merchants search --- */
.search input[type=text] {
    width: 420px;
    margin: 0;
    padding: 8px 45px 8px 12px;
    border: none;
    border-radius: 10px;
    font-size: 1rem; /*14px*/
    font-style: italic;
    color: #444554;
    background: #d8dbe2;
}
.search input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    border: none;
    border-radius: 10px;
    opacity: 0;
    cursor: pointer;
}
/* --- Header Login --- */
#ident input[type=text],
#ident input[type=password] {
    width: 100%;
    margin-top: 5px;
    padding: 10px;
    border: none;
    border-radius: 5px;
    font-size: 1rem; /*14px*/
    font-style: italic;
    color: #444554;
    background: #ffffff;
}
#ident input[type=text] {
    margin-bottom: 10px;
}
#ident input[type=submit] {
    width: 100%;
    margin-top: 10px;
    padding: 10px 0;
    border-radius: 5px;
    font-weight: 300;
    font-size: 1.143rem; /*16px*/
    color: #ffffff;
    background: #2fd6c7;
    cursor: pointer;
}
#ident input[type=submit] + a {
    margin: 10px 0;
    padding: 0;
    text-decoration: underline;
    font-size: 0.857rem; /*12px*/
}
#menu-login #ident .fbconnect {
    display: block;
    width: 100%;
    padding: 10px 0;
    border-radius: 10px;
    text-align: center;
    font-weight: 300;
    font-size: 1.143rem; /*16px*/
    color: #ffffff;
    background: #3b5998;
    text-decoration: none;
}
.fos-divider {
    display: block;
    height: 2px;
    margin: 10px 0;
    border-bottom: 1px solid #e4e6eb;
    background-color: #abaeb7;
}
#ident a.btn-clasic {
    padding: 10px;
    font-size: 1.143rem;
    font-weight: 300;
    color: #fff;
}
#ident p {
    padding: 0 0 10px 0;
    text-align: center;
}
/* --- Subscription --- */
#info .btn-clasic,
.cgvConfirm .btn-clasic {
    margin: 30px 0;
}

/* -------------------------------------- */
/* ==   OBJECTS                        == */
/* -------------------------------------- */

/* Titles with dotted lines */
.dotted-title {
    position: relative;
    width: 100%;
    margin: 20px 0 10px;
    padding-bottom: 12px;
    background: url(../images/v3/dotted-orange.png) repeat-x 0 18px;
    background-size: 12px 6px;
}
body .container .dotted-title h2 {
    display: inline-block;
    margin: 0;
    padding: 0 4px 0 0;
    line-height: 100%;
    color: #444554;
    background-color: #FFFFFF;
}
.dotted-title .dotted-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 0 0 10px;
}
.dotted-title .dotted-icon span {
    width: 50px;
    height: 50px;
    padding-top: 15px;
    border-radius: 100%;
    text-align: center;
    font-size: 1.43rem; /*20px*/
    color: #ffffff;
    background: #f46036;
}
.line {
    padding-top: 0;
    text-align: center;
    background: url(../images/v3/dotted-orange.png) repeat-x 0 18px;
    background-size: 6px 3px;
}
.line span {
    display: inline-block;
    padding: 8px;
    font-size: 1.2em;
    background-color: #FFF;
}
/* --- cookie banner --- */
/* --- cookie banner --- */
#cookiesModal #cookie-form {
    display: none;
}
#cookiesModal .modal-body {
    padding-top: 0;
}
#cookiesModal .modal-footer {
    padding: 15px 0 0 0;
}
#cookiesModal .modal-header,
#cookiesModal .modal-footer {
    border: none;
}
#cookiesModal .modal-title {
    color: #3a1346;
}
#cookiesModal #cookiesModalRefuse,
#cookiesModal #cookiesModalSubmit {
    min-width: 240px;
    padding: 15px;
    border: none;
    border-radius: 5px;
    font-size: 1.29rem;
    text-decoration: none;
    cursor: pointer;

}
#cookiesModal .modal-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
#cookiesModal .list {
    padding-left: 25px;
}
#cookiesModal .modal-footer:before,
#cookiesModal .modal-footer:after {
    content: none;
}
.cc-window.cc-type-info {
    background-color: rgba(58, 19, 70, 0.6) !important;
}
/* --- Flash Message --- */
.flash-message{
    display: block;
    width: 70%;
    margin: 0 auto 20px;
    padding: 10px;
    border-radius: 7px;
    font-size: 1rem; /*14px*/
    color: #117499;
    background: #8bddfb;
}
.flash-message span{
    margin-right: 10px;
    font-size: 1.143rem; /*16px*/
    color: #ffffff;
}
/*---- collapse ----*/
.panel-heading a{
    display: block;
    padding: 15px;
    /*margin-top: 15px;*/
    color: #FFFFFF;
    font-size: 1.5rem;
    text-decoration: none;
    background-color: #e5074d;
}
.panel-heading a.collapsed {
    background-color: #3a1346;
}
.panel-collapse {
    margin-bottom: 50px;
    padding: 15px;
    border: 1px solid #e9e9e9;
}
.panel-collapse a {
    /*display: inline-block;*/
    display: block;
    color: #3a1346;
    padding-bottom: 10px;
    font-size: 1.2rem;
}
.panel-collapse a.btn-clasic {
    display: block;
    padding-bottom: 15px;
    color: #FFFFFF ;
}
.panel-collapse .row + p {
    padding: 0;
}
.no-tablet.bonplans .panel.panel-default {
    margin-bottom: 50px;
}
.no-tablet.bonplans .panel-collapse {
    margin-bottom: 0;
}
/* --- TABLES --- */
table {
    width: 100%;
    margin: 15px 0;
    border-collapse: collapse;
    text-align: center;
}
thead th,
tfoot th {
    padding: 10px;
    background-color: #3a1346;
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 700;
}
thead th a {
    display: block;
    color: #FFF;
    text-decoration: none;
}
tbody td {
    padding: 10px;
    font-size: 1rem;
}
tfoot th {
    background-color: #9c89a2;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

/* -------------------------------------- */
/* ==   PAGES                          == */
/* -------------------------------------- */

/*--- HP ---*/
.edito {
    padding-bottom: 60px;
}
.edito.promo {
    padding-bottom: 30px;
}
.edito.promo a {
    text-align: center;
}
.block-seo {
    padding-top: 20px;
    padding-bottom: 40px;
}
.edito.gestion img {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
.edito.gestion-nolog {
    width: 100%;
    padding: 108px 40px;
    background-color: #f7f7f7;
    text-align: left;
}
.edito.gestion-nolog.video {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}
.edito.gestion-nolog p {
    margin: 0 0 100px 0;
    padding: 0;
    font-size: 2.5rem;
    color: #444554;
    font-weight: bold;
}
.edito.gestion-nolog p span {
    font-weight: normal;
    font-size: 1.625rem;
}
.edito.gestion-nolog a {
    display: inline-block;
    padding: 15px 30px;
    font-size: 2rem;
    color: #ffffff;
    background: #2fd6c7;
    border-radius: 5px;
    text-decoration: none;
}
.modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.video-conteneur {
    position: relative;
    padding-bottom: 75%; /* format 4/3 */
    height: 0;
    overflow: hidden;
    box-shadow: 4px 4px 5px rgba(0, 0, 0, .3);
}
.video-conteneur iframe, .video-conteneur object, .video-conteneur embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.edito.gestion-nolog .link-video-cookie {
    background-color: transparent;
    padding: 0;
    border-radius: none;
}
.img-cookie-video {
    box-shadow: 4px 4px 5px rgba(0, 0, 0, .3);
}
.bulle-video {
    display: none;
    position: fixed;
    width: 60px;
    height: 60px;
    right: 108px;
    bottom: 20px;
    color: #ffffff;
    border-radius: 100%;
    background-color: #3a1346;
    cursor: pointer;
}
.bulle-video span {
    position: relative;
    top: 50%;
    left: 50%;
    width: 40px;
    font-size: 3rem;
    transform: translate(-50%, -50%);
}
.popup-video {
    display: block;
    position: fixed;
    width: 90%;
    max-width: 340px;
    right: 108px;
    bottom: 20px;
    padding: 0 15px 15px;
    border: 1px solid #e9e9e9;
    background-color: #f7f7F7;
    z-index: 1;
}
.popup-video > div {
    position: relative;
    text-align: center;
}
.popup-video p {
    text-align: center;
}
.popup-video img {
    border: 1px solid #e9e9e9;
}
.popup-video .btn {
    width: 100%;
    padding: 10px;
    margin-top: 15px;
    color: #ffffff;
    background-color: #2fd6c7;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}
.popup-video .close {
    position: absolute;
    top: 0;
    right: -15px;
}
.close {
    position: absolute;
    top: -17px;
    right: -16px;
    width: 32px;
    height: 32px;
    overflow: hidden;
    cursor: pointer;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close:before {
    position: absolute;
    content: '';
    background: #e9e9e9;
    top: 45%;
    left: 10%;
    width: 80%;
    height: 10%;
}
.close:after {
    position: absolute;
    content: '';
    background: #e9e9e9;
    top: 10%;
    left: 45%;
    width: 10%;
    height: 80%;
}
/* --- BANNER ACMF --- */
.banner-acmf {
    max-width: 983px;
}
/* --- EDITO FICHE PARTNER---*/
.merchant-detail,
.asso-details,
.complaint-details,
.releve-details,
.details-refer-friends {
    padding: 20px;
}
.merchant-detail .edito.gestion {
    padding: 20px 0;
}
.merchant-detail .edito.gestion a {
    display: block;
    text-align: center;
    margin: 0 auto;
}
.merchant-detail .edito.gestion a img {
    min-width: 200px;
    height: auto;
}
/* --- Misc --- */
#saveMoney {
    margin: 30px 0;
    padding: 20px 0;
    background: #d8dbe2;
}
#saveMoney p {
    font-size: 1rem; /*14px*/
    color: #444554;
}
/*--- table ---*/

/*--- table ---*/
label, .label {
    display: block;
    margin-top: 15px;
    font-family: "Lato", Arial, sans-serif;
    font-size: 1rem;
}
input[type="text"], select, input[type="email"], input[type="password"], textarea, input[type="number"] {
    box-sizing: border-box;
    width: 100%;
    margin: 5px 0 10px 0;
    padding: 15px;
    border: 1px solid #e9e9e9;
    font-family: "Lato", Arial, sans-serif;
    font-size: 1rem;
    color: #7f7b82;
}
form input[type="checkbox"] + label,
form input[type="radio"] + label,
form label > input[type="radio"] {
    display: inline;
    margin-right: 10px;
    margin-bottom: 10px;
}
select {
    height: 48px;
    margin-top: 35px;
    background-color: #FFF;
}
.label select {
    margin-top: 18px;
}
/* --- REFER A FRIEND --- */
.marge .button-promo {
    margin: 30px 0;
}
/* --- CLAIMS --- */
.claim-subject {
    margin-bottom: 15px;
    color: #fff;
    background-color: #3a1346;
}
.claim {
    margin-bottom: 15px;
    border-width: 2px;
    border-style: solid;
}
.claim-by-customers {
    border-color: #d8dbe2;
}
.claim-by-operators {
    border-color: #7f7b82;
}
.claim-info {
    background-color: #d8dbe2;
}
.claim-by-operators .claim-info {
    color: #fff;
    background-color: #7f7b82;
}
.claim-message, .claim-info, .claim-subject {
    padding: 15px;
}
/* -------------------------------------- */
/* ==   PLUGINS & EXTERNAL MODULES     == */
/* -------------------------------------- */
/*--- merchant details ---*/
.merchant-detail .col-md-3 {
    padding-right: 45px;
}
.merchant-detail .col-md-9 {
    padding-left: 45px;
}
.logo {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding: 20px 0;
    border: 1px solid #e9e9e9;
    text-align: center;
}
.merchant-detail h1 {
    position: relative;
    width: 60%;
    margin-top: 0;
}
.merchant-detail h1 span {
    display: block;
    font-size: 1.29rem;
}
.merchant-detail h1 + .logo + .button-promo {
    position: absolute;
    top: 15px;
    right: 0;
}
.merchant-detail .merchants + .dotted-title,
.merchant-detail .merchants + .dotted-title + .dotted-title {
    margin-top: 60px;
}
.rating table th,
.rating table td {
    padding: 5px;
    border: 1px solid #e9e9e9;
}
.rating table td {
    border-width: 1px 1px 0 0;
}
.rating table th {
    border-width: 0 1px 0 0;
}
.rating table td:last-child,
.rating table th:last-child {
    border-right-width: 0;
}
.merchants {
    margin: 20px 0;
}
/* --- Boostrap Tab for merchant details --- */
.nav-tabs.order {
    position: relative;
    padding-bottom: 10px;
    border: 0;
}
.nav-tabs.order li {
    margin: 0;
}
.nav-tabs.order li a {
    position: relative;
    border: none;
    text-decoration: none;
    font-size: 1.143rem; /*16px*/
    font-weight: 300;
    color: #ffffff;
    background-color: #9c89a2;
    border-radius: 8px;
}
.nav-tabs.order .active a, .nav-tabs.order .active a:focus, .nav-tabs.order .active a:hover {
    border: none;
    color: #ffffff;
    background-color: #3a1346;
}
.nav-tabs.order .active a:after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 50%;
    margin-left: -7px;
    border-color: #3a1346 transparent transparent transparent;
    border-style: solid;
    border-width: 7px 7px 0 7px;
}
.nav-tabs.order .link-tab {
    position: absolute;
    bottom: 10px;
    right: 0;
    padding: 0;
    border: none;
    text-decoration: underline;
    font-weight: 300;
    font-size: 1.143rem; /*16px*/
    color: #7f7b82;
    background: none;
}
.merchants .tab-content {
    width: 100%;
}
.merchants .tab-content ul li {
    padding: 20px 0;
    border-bottom: 1px solid #e9e9e9;
}
.merchants .tab-content ul > li .pull-left {
    float: left;
    width: 30%;
    margin: 0;
    text-align: center;
    font-size: 3.429rem; /*48px*/
    font-weight: 700;
    color: #3a1346;
}
.merchants .tab-content ul > li .pull-right {
    float: left;
    width: 70%;
    padding: 0 5%;
    border-left: 1px solid #e9e9e9;
}
.merchants .tab-content ul > li .pull-right p {
    text-align: left;
    font-size: 1rem; /*14px*/
    font-weight: 300;
    color: #7f7b82;
}
.merchants .tab-content ul > li .pull-right div p {
    float: left;
}
.merchants .tab-content ul > li .pull-right p span {
    font-weight: bold;
}

/* --- BOOTSTRAP ALERT --- */
.alert, .gdpr-alert {
    padding: 10px;
    border-radius: 10px;
}
.alert-info, .gdpr-alert {
    border-color: transparent;
    color: #117499;
    background-color: #8bddfb;
}
.alert-info h2 {
    margin: 0 0 10px 0;s
}
.alert.alert-info > p,
.gdpr-alert p {
    padding: 0 0 5px 0;
    color: #117499;
}
.alert-info .glyphicons,
.alert-success .glyphicons,
.alert-warning .glyphicons {
    color: #fff;
    margin-right: 8px;
}
.alert-success {
    border-color: transparent;
    color: #05a8aa;
    background-color: #b7e1dd;
}
.alert-warning .glyphicons {
    color: #8a6d3b;
}
.referMail .alert {
    margin: 20px 0 0 0;
}
#subscription .alert {
    margin-top: 15px;
    margin-bottom: 0;
}
/* --- BOOTSTRAP MODAL --- */
.modal .btn-rounded {
    float: right;
    border: none;
    cursor: pointer;
}
.modal-header h3 {
    margin: 0;
}
/*----- bon plan ----*/
.block-bp {
    background-color: #f46036;
    padding: 15px;
    margin-top: 15px;
}
.block-bp a {
    display: block;
    text-decoration: none;
    color: #FFFFFF;
}
.block-bp span {
    font-size: 1.3rem;
    font-weight: bold;
}
/*----- pagination -----*/
body .container .pagination{
    float: right;
    display: block;
}
body .container .pagination li {
    display: inline-block;
}
body .container .pagination li a {
    display: block;
    width: 30px;
    height: 30px;
    padding: 5px;
    color: #05a8aa;
    font-size: 1rem; /*14px*/
    text-align: center;
    text-decoration: none;
    border-radius: 100%;
    border: 1px solid #05a8aa;
    background-color: #ffffff;
}
body .container .pagination li .active{
    color: #ffffff;
    border: 1px solid #2fd6c7;
    background-color: #2fd6c7;
}
body .container .pagination li a:hover {
    color: #ffffff;
    background-color: #05a8aa;
    border: 1px solid #05a8aa;
}
body .container .pagination li a span {
    font-size: 1.29rem; /*18px*/
}

/* slider slick Merchants  */
.merchants-home .glyphicons {
    line-height: inherit;
    vertical-align: inherit;
}
.merchants-home .merchants-home__item,
.merchants-list .merchants__item,
.favourite-list .favourite__item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #fff;
    box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, .1);
    min-height: 150px;
    margin-bottom: 10px;
}
.merchants-home .merchants-home__item:focus {
    outline: none;
}
.merchants-home .merchants-home__item > a {
    display: flex;
    justify-content: center;
    width: 50%;
}
.merchants-home .merchants-home__item .codepromo,
.merchants-home .merchants-home__item .cashback,
.merchants-list .merchants__item .cashback,
.favourite-list .favourite__item .cashback {
    width: 50%;
    background-color: #3a1346;
    text-align: right;
    color: #FFF;
}
.merchants-home .merchants-home__item .codepromo a,
.merchants-home .merchants-home__item .cashback a,
.merchants-list .merchants__item .cashback a,
.favourite-list .favourite__item .cashback a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
    text-decoration: none;
}
.merchants-home .merchants-home__item .codepromo a p,
.merchants-home .merchants-home__item .cashback a p,
.merchants-list .merchants__item .cashback a p,
.favourite-list .favourite__item .cashback a p {
    padding: 5px;
    color: #FFF;
}
.merchants-home .merchants-home__item .codepromo a p span,
.merchants-home .merchants-home__item .cashback a p span,
.merchants-list .merchants__item .cashback a p span,
.favourite-list .favourite__item .cashback a p span {
    font-weight: lighter;
}
.merchants-home .merchants-home__item .codepromo a p span:last-child,
.merchants-home .merchants-home__item .cashback a p span:last-child {
    font-size: 20px;
    font-weight: 500;
}
.merchants-home .merchants-home__item .codepromo a p strong,
.merchants-home .merchants-home__item .cashback a p strong,
.merchants-list .merchants__item .cashback a p span span,
.favourite-list .favourite__item .cashback a p span span {
    display: block;
    font-size: 40px;
}

.merchants-home .merchants-home__item .codepromo {
    background-color: #e5074d;
    text-align: center;
}
.slick-list {
    margin-left: -5px;
    margin-right: -5px;
}
.slick-slide {
    height: auto;
}
/* Arrows */
.slick-prev, .slick-next {
    position: absolute;
    bottom: -30px;
    right: 0;
    width: 26px;
    height: 26px;
    color: #ffffff;
    border: none;
    border-radius: 100%;
    background-color: #3a1346;
    cursor: pointer;
}
.slick-prev {
    right: 30px;
}
.carousel + a {
    display: block;
    margin-top: 10px;
    color: #7f7b82;
}
/* Merchants / Favourite LIST */
.merchants-list,
.favourite-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 20px 0;
}
.merchants-list .merchants__item img,
.favourite-list .favourite__item img {
    flex-direction: column;
    padding: 15px 0;
}
.merchants-list .merchants__item,
.favourite-list .favourite__item {
    flex-direction: column;
    box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, .1);
    width: 100%;
    margin: 15px;
}
.merchants-list .merchants__item .cashback,
.favourite-list .favourite__item .cashback {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 10px 2px;
}
.merchants-list .merchants__item .cashback a,
.favourite-list .favourite__item .cashback a {
    min-height: 110px;
}
.merchants-list .merchants__item .cashback a p span span,
.favourite-list .favourite__item .cashback a p span span {
    font-weight: bold;
}
.merchants-list .merchants__item .tagprice,
.favourite-list .cashback .btn-remove-favourite,
.merchants-list .cashback .btn-merchants {
    position: absolute;
    top: -14px;
    right: -5px;
    background-color: #E60E4D;
    border-radius: 5px;
    padding: 5px;
    font-weight: 500;
    color: #FFF;
}
.merchants-list .merchants__item .cashback .btn-merchants {
    min-height: auto;
}
.merchants-list .merchants__item .cashback .btn-merchants .glyphicons-play {
    padding-left: 5px;
}
/* PARTNER REDIRECT LIST */
.cashback_redirection {
    background: url(../images/logo_fabuleos_bg.png) no-repeat 50% 50%;
}
.cashback_redirection .row,
.cashback_redirection h1,
.cashback_redirection .cashback_redirection--img {
    margin-top: 60px;
}
.cashback_redirection .glyphicons-ok {
    background-color: #3A1346;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    padding-top: 15px;
    border-radius: 100%;
    font-size: 1.43rem;
    text-align: center;
    color: #FFF;
}
.cashback_redirection p {
    font-size: 1.29rem;
    color: #3A1346;
}
/* Favourite LIST */
.favourite-list .cashback .btn-remove-favourite {
    border: none;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}
/* Associations LIST */
.associations-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.associations-list .associations__item {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    border-bottom: 5px solid #FEBB2C;
    box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, .1);
    width: 100%;
    margin: 15px;
}
.associations-list .associations-list__visuel {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
.associations-list .associations-list__visuel img {
    margin: 0 auto;
    height: 100px;
    width: auto;
}
.associations-list .associations-list__visuel .associations-secteur {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: #ffbb18;
    min-height: 100px;
    padding: 0 5px;
}
.associations-list .associations-list__visuel .associations-secteur span {
    text-align: right;
    color: #FFF;
}
.associations-list .associations-list__txt a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 105px;
    padding: 10px;
    text-decoration: none;
    background-color: #fff;
}
.associations-list .associations-list__txt a p {
    width: 80%;
    padding: 0;
    font-size: 16px;
    color: #3a1346;
}
.associations-list .associations-list__txt a .glyphicons-arrow-right {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffbb18;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    color: #fff;
}
/* Search Result From Jquery UI */
.ui-widget {
    font-size: 1rem;
}
.ui-widget.ui-widget-content {
    border: none;
    border-radius: 0 0 10px 10px;
    background-color: #d8dbe2;
}
.ui-autocomplete li {
    display: block;
    padding: 8px 10px;
    border-bottom: 1px solid #b1b4bb;
}
.ui-autocomplete li:hover {
    background: rgba(177, 180, 187, 0.5)
}
.ui-autocomplete li:last-child {
    padding-bottom: 10px;
    border-bottom: none;
}
.ui-menu .ui-menu-item {
    position: relative;
}
.ui-menu .ui-menu-item-wrapper {
    padding: 0;
}
.ui-autocomplete li strong {
    display: block;
    float: left;
    width: 60%;
    padding: 0;
    font-weight: normal;
}
.ui-autocomplete li strong span {
    font-weight: bold;
    color: #e5074d;
}
.ui-autocomplete li span.searchCodepromo,
.ui-autocomplete li span.searchCashback {
    float: right;
    margin-left: 5px;
    padding: 2px 4px;
    border-radius: 5px;
    font-size: 0.875rem;
    color: #fff;
    background-color: #3a1346;
}
.ui-autocomplete li span.searchCodepromo {
    background-color: #e5074d;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    margin: 0;
    padding: 0;
    border: none;
    font-weight: normal;
    color: inherit;
    background: none;
}
.ui-autocomplete li span.searchCodepromo.ui-state-active,
.ui-autocomplete li span.searchCashback.ui-state-active {
    margin-left: 5px;
    padding: 2px 4px;
}
/* JQUERY SIMPLER SIDEBAR */
#sidebar {
    background-color: #3a1346;
}
#sidebar a {
    text-align: left;
}
#sidebar .col-md-3 {
    padding-left: 0;
    padding-right: 0;
}
#sidebar .dropdown {
    border-bottom: 1px solid #61426b;
}
#sidebar .dropdown-menu {
    float: none;
    position: relative;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
}
#sidebar .dropdown-menu ul {
    margin: 0 15px;
}
#sidebar .dropdown-menu ul li + li {
    margin-top: 5px;
}
#sidebar .dropdown-menu a {
    color: #444554;
}
#sidebar .dropdown-menu a span.glyphicons-chevron-right {
    position: absolute;
    right: 15px;
}
.sidebar-wrapper {
    position: relative;
    height: 100%;
    overflow: auto;
}

/* BACK ON TOP BT -> display by JS */
.back-on-top {
    z-index: 100;
    position: fixed;
    bottom: 100px;
    right: 100px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #333;
    cursor: pointer;
    opacity: 0;
}
.back-on-top span {
    display: block;
    padding-top: 15px;
    text-align: center;
    font-size: 2rem;
    color: #fff;
}
/* Animation part to display/hide the button */
.back-on-top.js-backtop--is-visible {
    animation: btBeVisible .500s ease 1;
    opacity: 1
}
.back-on-top.js-backtop--is-hidden {
    animation: btBeHidden .500s ease 1;
}
@keyframes btBeVisible {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes btBeHidden {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
/* Animation part to change background color and arrow color when button came in the footer */
.back-on-top.js-backtop--is-in-footer {
    animation: bckgGreyToWhite .500s ease 1;
    background-color: #fff;
}
.back-on-top.js-backtop--is-in-footer span {
    animation: fontWhiteToGrey .500s ease 1;
    color: #333;
}
@keyframes bckgGreyToWhite {
    from {
        background-color: #333;
    }
    to {
        background-color: #fff;
    }
}
@keyframes fontWhiteToGrey {
    0% {
        color: #fff;
    }
    100% {
        color: #333;
    }
}
/* -------------------------------------- */
/* ==   MEDIAQUERIES                   == */
/* -------------------------------------- */
@media screen and (max-width: 1200px) {
    /* BACK ON TOP BT -> display by JS */
    .back-on-top {
      right: 20px;
    }

}
@media screen and (max-width: 992px) {
    .edito.gestion-nolog {
        text-align: center;
    }
    .edito.gestion-nolog p {
        margin-bottom: 20px;
    }
    .edito.gestion-nolog a {
        margin-bottom: 20px;
    }
    .edito.gestion-nolog .link-video-cookie {
        margin-bottom: 0;
    }
    /* --- Main Navigation --- */
    #toggle-sidebar {
        float: left;
        margin: 14px 14px 0 0;
        padding: 5px 5px 8px 5px;
        border: none;
        border-radius: 10px;
        font-size: 1.5rem;
        color: #fff;
        background-color: #3a1346;
        cursor: pointer;
    }
    #toggle-sidebar .glyphicons {
        padding: 0 5px;
    }
    #sidebar .container {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
    #sidebar .favourite-link a {
        padding: 10px;
    }
    #sidebar .favourite-link .dropdown-menu {
        margin: 1px 0 0 0;
        border: none;
    }
    #menu-login.login-mobile {
        float: right;
        margin: 14px 0 0 0;
    }
    /* --- Account/login Navigation --- */
    #menu-login.no-desktop a {
        display: block;
        float: left;
        padding: 4px 10px 8px 10px;
        border-radius: 10px;
        text-decoration: none;
        font-size: 1.5rem;
        color: #787986;
    }
    #menu-login.no-desktop a + a {
        margin-left: 10px;
        padding: 6px 15px 8px 15px;
    }
    #menu-login.no-desktop a[aria-expanded="true"] {
        padding: 4px 10px 18px 10px;
        border-radius: 10px 10px 0 0;
        background-color: #d8dbe2;
    }
    #menu-login.no-desktop a.btn-topdeals {
        padding: 6px 8px 8px 8px;  
    }
    .btn-topdeals .glyphicons {
        font-size: 1.5rem;
    }
    /* --- Login FORM --- */
    #collapseLoginForm, #collapseMemberNav {
        padding: 30px;
        border-radius: 0 0 10px 10px;
        background-color: #d8dbe2;
    }
    #ident label:first-child {
        margin-top: 0;
    }
    #ident a.fbconnect {
        font-size: 1.143rem;
        color: #fff;
    }
    /* --- Search --- */
    .search {
        margin-bottom: 30px;
    }
    .search input[type=text] {
        width: 100%;
    }
    /* --- MERCHANT DETAILS --- */
    .merchant-detail .col-md-9 {
        padding-left: 0;
    }
    .merchant-detail h1 {
        width: 100%;
    }
    .merchant-detail h1 + .button-promo,
    .merchant-detail h1 + .logo + .button-promo {
        position: relative;
        top: inherit;
        right: inherit;
        width: 100%;
    }
    .nav-tabs.order .link-tab {
        position: relative;
        bottom: 0;
    }
    .only-tablet .panel-collapse {
        margin-bottom: 0;
    }
    .edito.gestion-nolog.video {
        display: block;
    }
    .edito.gestion-nolog.video .video-conteneur {
        margin-top: 40px;
    }
    /* --- FOOTER --- */
    footer p span:before {
        display: none;
    }
    /* --- SLICK CAROUSEL --- */
    .slick-slide img {
        top: 35%;
    }
    /* --- PARTNER REDIRECT --- */
    .partner-redirect .border-block {
        margin-top: 15px;
    }
}
@media screen and (max-width: 767px) {
    .edito.gestion-nolog {
        padding: 108px 20px;
    }
    .edito.gestion-nolog p {
        font-size: 1.5rem;
    }
    .edito.gestion-nolog p span {
        font-size: 1rem;
    }
    .edito.gestion-nolog a {
        display: block;
        width: 100%;
        font-size: 1.5rem;
    }
    /* --- HEADER SEARCH --- */
    .ui-autocomplete li strong {
        width: 40%;
    }
    /* --- BOOTSTRAP TABS --- */
    .nav-tabs.order li {
        width: 49%;
        margin-bottom: 5px;
        text-align: center;
    }
    .nav-tabs.order li:nth-child(2n+2) {
        margin-left: 2%;
    }
    .nav-tabs.order .active a:after {
        display: none;
    }
    .nav-tabs.order.big li a {
        min-height: 70px;
    }

    /* --- MERCHANT DETAILS --- */
    .dotted-title {
        background: none;
    }
    .dotted-icon {
        display: none;
    }
    .merchant-detail .col-md-9 {
        padding-left: 15px;
    }
    .merchant-detail .col-md-3 {
        padding-right: 15px;
    }
    .merchants .tab-content ul > li .pull-right {
        min-height: 80px;
    }
    .merchants .nav-tabs.order.big li:first-child a {
        line-height: 3;
    }
    /* --- TABLES --- */
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
    /* --- FAQ PAGES --- */
    .faq-bt a {
        float: none;
        width: 100%;
        text-align: center;
    }
    .faq-bt a + a {
        margin-left: 0;
        margin-top: 15px;
    }
    /* --- FOOTER --- */
    footer .purple .container {
        text-align: center;
    }
    footer .media {
        float: none;
        margin: 10px 0 5px 0;
    }
    footer .media a:first-child img {
        margin-left: 0;
    }
    footer .row div ul,
    footer .row div:nth-of-type(2) ul,
    footer .row div:nth-of-type(3) ul {
        min-height: inherit;
        padding: 15px 0;
        background: none;
    }
    footer .row div:nth-of-type(3) ul {
        padding: 15px 0 30px 0;
    }
    /* BACK ON TOP BT -> display by JS */
    .back-on-top {
        bottom: 20px;
        right: 50%;
        margin-right: -30px;
    }
    /* COOKIE */
    #cookiesModal .modal-footer {
        flex-direction: column;
    }
    #cookiesModal #cookiesModalRefuse,
    #cookiesModal #cookiesModalSubmit {
        width: 100%
    }
    #cookiesModal #cookiesModalRefuse + #cookiesModalSubmit {
        margin-top: 20px;
    }
}
@media screen and (min-width: 576px) {
    .merchants-list .merchants__item,
    .favourite-list .favourite__item {
        width: 200px;
    }
    .merchants-list .merchants__item.redirect {
        width: 100%;
    }
    .associations-list .associations__item {
        width: 45%;
    }
    redirect
}
@media screen and (max-width: 560px) {
    header #logo {
        width: 135px;
    }
    .bulle-video {
        bottom: 14px;
        right: 82px;
        width: 54px;
        height: 54px;
    }
    .popup-video {
        bottom: 14px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -moz-transform: translateX(50%);
        -o-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    #subscription h1 {
        font-size: 1.2rem;
    }
    .hide-mobile {
        display: none;
    }
}
@media screen and (max-width: 320px) {
    header #logo {
        width: 110px;
    }
    #menu-login.no-desktop a + a {
        padding: 6px 8px 8px 8px;
    }
}
@media screen and (min-width: 768px) {
    .merchants-home .merchants-home__item {
        margin-right: 10px;
    }
    #toggle-sidebar {
        margin: 14px 20px 0 0;
    }
}
@media screen and (min-width: 993px) {
    .container.no-pad {
        padding: 0;
    }
    footer .bg-grey > .container > .row div[class*="col-"] {
        padding-left: 5px;
        padding-right: 5px;
    }
    .associations-list .associations__item {
        width: 30%;
    }
       .btn-topdeals + #menu-login {
        margin-left: 10px;
    }
    .btn-topdeals {
        background-color: #e5074d;
        margin: 0 0 0 23px;
        padding: 15px;
        border-radius: 10px;
        text-decoration: none;
        font-weight: 500;
        color: #FFF;
    }
}
@media (min-width: 1200px) {
    #menu-login>li:last-of-type {
        margin-left: 30px;
    }
    .btn-topdeals {
        margin: 0 13px 0 43px;
    }
}

