@font-face {
    font-family: 'journal';
    src: url('font/journalfont.eot?v=3.0.1');
    src: url('font/journalfont.eot?#iefix&v=3.0.1') format('embedded-opentype'), url('font/journalfont.woff?v=3.0.1') format('woff');
    font-weight: normal;
    font-style: normal
}

html {
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
img {
    display: block
}

body {
    line-height: 1
}

body.modal-open {
    padding-right: 0 !important
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px
}

.view-display-id-chroniques {
    clear: both
}

* {
    outline: none;
    padding: 0px;
    margin: 0px
}

body {
    margin: 0 auto;
    max-width: 1920px;
    color: #333333;
    line-height: 24px;
    font: 14px/24px 'Roboto', sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased
}

.row {
    width: 1140px;
    margin: 0 auto
}

.full {
    width: 100%
}

img {
    border: none
}

a {
    color: #3A3A3A;
    text-decoration: none;
    -webkit-transition: color 0.1s ease-in-out;
    -moz-transition: color 0.1s ease-in-out;
    -ms-transition: color 0.1s ease-in-out;
    -o-transition: color 0.1s ease-in-out;
    transition: color 0.1s ease-in-out
}

a:hover {
    color: #07C;
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #3A3A3A;
    padding: 0;
    font-family: 'journal', georgia, serif;
    margin: 0 0 16px 0;
    font-weight: bold
}

p:last-child {
    margin-bottom: 0
}

strong {
    font-weight: bold
}

em {
    font-style: italic
}

ol {
    padding: 0;
    margin: 0
}

ol li {
    list-style: decimal;
    padding: 0 0 10px 0;
    margin: 0 0 0 20px;
    line-height: 24px
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

cite {
    float: right;
    padding: 0 0 5px 0
}

hr {
    background: #eee;
    border: 0;
    clear: both;
    width: 100%;
    height: 1px;
    padding: 0;
    margin: 20px 0;
    position: relative
}

.header,
.content {
    text-align: center
}

.header {
    background: #283593;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 20px 0 15px 0
}

.content {
    padding: 150px 50px 50px 50px
}

.header a.menu-mobile {
    background: center center no-repeat transparent;
    display: block;
    position: absolute;
    top: 10px;
    left: 3px
}

.header .navbar-toggle {
    margin: 0;
    padding: 0 10px 0 0;
    font-size: 20px;
    color: #fff;
    cursor: pointer
}

#header .middle2 {
    background: #283593;
    color: #FFF
}

.middle2 .header-nav a {
    color: #fff
}

.middle2 .fr {
    display: inline-block;
    font-weight: bold
}

.middle2 .header-nav a:hover {
    color: #618BD3
}

.middle2 .header-nav {
    display: block;
    float: right;
    padding: 3px 0
}

.middle2 .header-nav li {
    display: inline-block;
    padding-left: 8px
}

.middle2 .header-nav li:after {
    content: '/';
    color: #bbb;
    font-size: 10px;
    padding: 0 0 0 8px
}

.middle2 .header-nav li:last-child:after {
    content: ''
}

.middle2 .social-m {
    float: right
}

.social-top li {
    float: left
}

.social-top li a {
    padding: 0 5px 0 5px;
    color: #FFF;
    font-size: 15px
}

.col-lg-4.social-top {
    padding: 0
}

.col-lg-4.today {
    padding: 0
}

.tunindex-top {
    text-align: center
}

.info-m {
    float: left
}

.info-m span {
    color: #E7E7E7;
    padding: 5px 16px 8px 0;
    display: inline-block;
    font-size: 11px;
    line-height: 18px
}

.info-m span i {
    padding-right: 8px
}

#header .logo {
    float: left;
    color: white;
    margin: 5px 0 5px 0;
    text-align: center;
    width: 100%
}

.header a.brand {
    color: #FFF;
    text-shadow: 0 1px 5px rgba( 0, 0, 0, 0.2)
}

#header {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto
}

#header .col-lg-5 {
    width: 40.3%;
    padding: 0;
    position: initial
}

#header .icon-search {
    color: #FFFFFF;
    font-size: 20px
}

#header .form-search .input-append .search-query {
    border-radius: 0
}

#header .form-search .input-append .btn {
    border-radius: 0
}

.ui-autocomplete-input {
  /*  background-image: url("../images/throbber.gif");
    background-position: 99% 16px;
    background-repeat: no-repeat*/
}

.ui-autocomplete-loading {
    background-image: url("../images/throbber.gif");
    background-position: 99% 5px;
    background-repeat: no-repeat;
	transition: none!important;
}

#ui-theme-minimal .ui-autocomplete-field-term {
    color: #59B60F
}

.ui-menu-item {
    border-top: 1px solid #ddd
}

li.ui-menu-item:first-child {
    border: none
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: none !important;
    background: #f7fbf3 !important
}

.ui-autocomplete.ui-widget-content {
    border: none;
    background: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.ui-autocomplete .ui-menu .ui-menu-item {
    border: none
}

.ui-menu .ui-menu-item a {
    display: block;
    padding: 3px 15px;
    clear: both;
    line-height: 40px;
    color: #333;
    white-space: nowrap;
    position: relative;
    text-decoration: none;
    font-family: Roboto
}

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
    font-weight: 400;
    margin: 0 !important
}

.ui-menu .ui-state-disabled {
    margin: 0 !important;
    line-height: 0 !important;
    height: 0 !important
}

.ui-menu {
    padding: 0px
}

.breadcrumb {
    float: left;
    background-color: transparent;
    padding: 0;
    margin: 12px 0 0 20px
}

.categories .breadcrumb {
    float: left;
    background-color: transparent;
    padding: 0;
    margin: 0 0 0 0
}

.pluscategorie {
    min-height: 18px
}

.author {
    font-size: 12px
}

.mainnav {
    position: relative
}

.main-menu ul li {
    float: left
}

.main-menu a {
    color: #FFFFFF;
    padding: 10px 22px 10px 22px;
    font-weight: normal;
    font-size: 14px
}

.main-menu li li,
#header .main-menu li li a,
.main-menu li li:first-child,
.main-menu li li li:first-child,
.main-menu li:first-child li {
    border: 0px !important
}

.main-menu a:hover {
    color: #fff;
    text-decoration: underline
}

.main-menu a i {
    margin: 0 8px 0 0
}

.main-menu li li a,
.main-menu li.active li a {
    padding: 5px 5px !important;
    font-weight: normal;
    font-size: 13px !important
}

.main-menu li ul li {
    padding: 0 !important;
    margin: 0 !important
}

.main-menu li:hover > a {
    color: #FFF;
    text-decoration: underline
}

.main-menu li li:hover > a {
    color: #fff;
    background: #283593
}

.sf-menu,
.sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none
}

.sf-menu {
    line-height: 1;
    float: left
}

.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 172px
}

.sf-menu ul li {
    width: 100%
}

.sf-menu li:hover {
    visibility: inherit
}

.sf-menu li {
    float: left
}

.sf-menu a {
    display: block;
    position: relative
}

.dropdown {
    position: relative
}

.open > .dropdown-menu {
    display: block;
    background-clip: padding-box;
    background-color: #FFF;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    float: left;
    left: 0;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 103%;
    z-index: 1000
}

.open > .dropdown-menu:before {
    position: absolute;
    top: -7px;
    right: 82%;
    content: '';
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent
}

.ui-autocomplete {
    top: 55px !important
}

.ui-autocomplete:before {
    position: absolute;
    top: -7px;
    left: 12%;
    content: '';
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent
}

.open .menu-attach-block-wrapper {
    display: block
}

.menu-attach-block-wrapper.orientation-horizontal .block {
    padding: 1em;
    z-index: 400
}

.sf-menu a:hover,
.sf-menu a:focus {
    text-decoration: none
}

.sf-menu li:hover ul li ul,
.sf-menu li.sfHover ul li ul,
.sf-menu li:hover ul li ul li ul,
.sf-menu li.sfHover ul li ul li ul {
    position: relative;
    z-index: 999;
    top: 0;
    padding-top: 0
}

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
    top: -999em
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    top: 0
}

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
    top: -999em
}

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
    left: 172px;
    top: 0
}

.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active {
    outline: 0
}

.favourite-stores {
    list-style: none;
    padding: 5px 0 15px 0;
    text-align: center;
    width: 88%;
    margin: 0 auto
}

.favourite-stores li {
    margin: 0 20px 15px 0;
    display: inline-block;
    position: relative;
    z-index: 1;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.favourite-stores li:last-child {
    margin-right: 0
}

span.frontflip {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotatey(0deg);
    -moz-transform: rotatey(0deg);
    -ms-transform: rotatey(0deg);
    -o-transform: rotatey(0deg);
    transform: rotatey(0deg);
    position: absolute;
    background-color: transparent;
    display: block;
    width: 81px;
    height: 81px;
    text-indent: -9999px;
    overflow: hidden;
    border: 1px solid #d0d0d0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), transparent 0 0 0;
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), transparent 0 0 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), transparent 0 0 0
}

span.Orange {
    color: #FB9800
}

span.Rouge {
    color: #F03918
}

span.Bleu {
    color: #00ADFC
}

span.Violet {
    color: #7A0C88
}

span.backflip {
    text-indent: 0;
    font-family: "Roboto";
    line-height: 30px;
    font-weight: 700;
    font-size: 25px;
    width: 82px;
    height: 82px;
    padding-top: 10px;
    background: #FFF;
    text-align: center;
    border: 1px solid grey;
    border: 1px solid #d0d0d0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), transparent 0 0 0;
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), transparent 0 0 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), transparent 0 0 0
}

.flip-container {
    perspective: 1000px;
    transform-style: preserve-3d
}

.flip-container:hover .backflip {
    transform: rotateY(0deg)
}

.flip-container:hover .frontflip {
    transform: rotateY(180deg)
}

.flip-container,
.frontflip,
.backflip {
    width: 82px;
    height: 82px
}

.flipper {
    transition: .5s;
    transform-style: preserve-3d;
    position: relative;
    float: left
}

.frontflip,
.backflip {
    backface-visibility: hidden;
    transition: .5s;
    transform-style: preserve-3d;
    position: absolute;
    top: 0;
    left: 0
}

.frontflip {
    z-index: 2;
    transform: rotateY(0deg)
}

.backflip {
    transform: rotateY(-180deg)
}

.view-display-id-newspint .pager {
    display: none
}

.carousel.c-fade .item {
    -webkit-transition: opacity;
    -moz-transition: opacity 1s;
    -ms-transition: opacity;
    -o-transition: opacity;
    transition: opacity
}

.carousel.c-fade .active.left,
.carousel.c-fade .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0)
}

.carousel.c-fade .next,
.carousel.c-fade .prev {
    left: 0;
    z-index: 1
}

.carousel.c-fade .carousel-control {
    z-index: 3
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.carousel-fade .carousel-inner .active {
    opacity: 1
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1
}

.carousel-fade .carousel-control {
    z-index: 2
}

.front .carousel {
    border: 1px solid #d0d0d0;
    border-radius: 5px
}

.carousel-control.left,
.carousel-control.right {
    background: #FFF;
    opacity: .8
}

.carousel-control:hover {
    background: #FFF;
    opacity: .8
}

.carousel-control:focus {
    background: #FFF;
    opacity: .8
}

.carousel-inner {
    background: none repeat scroll 0 0;
    border-radius: 5px;
    padding: 0
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    border-radius: 5px;
    max-height: 246px
}

.carousel-control {
    width: 10%;
    color: #B8B8B8;
    text-shadow: none
}

.carousel-control:hover,
.carousel-control:focus {
    color: #B8B8B8;
    opacity: .8
}

.carousel-control.left {
    border-radius: 5px 0 0 5px
}

.carousel-control.right {
    border-radius: 0 5px 5px 0
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    background-color: #212424;
    border: none
}

.carousel-indicators .active {
    width: 10px;
    height: 10px;
    background-color: #3F51B5;
    border: none;
    margin: 1px
}

.js-pre-submit {
    display: table-cell;
    vertical-align: middle
}

#signup-list #online-signup {
    margin-right: 10px;
    font-size: 16px;
    height: 34px;
    color: #828282;
    border: 1px solid #cac993;
    padding: 2px 0 0 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, .1), 0 0 0 3px transparent
}

#signup-list #online-signup:focus {
    box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, .1), 0 0 0 3px #fcf1a5
}

#signup-list #online-signup.error {
    border: 1px solid red;
    background-color: #fff5f5
}

#signup-list .textError {
    display: none;
    color: red;
    line-height: 30px;
    position: absolute
}

#signup-list .base {
    position: relative;
    width: 171px;
    height: 135px;
    margin-top: 15px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    left: -11px;
    left: 0;
    margin-top: 10px;
    transform: scale(1)
}

#signup-list img {
    position: absolute
}

#signup-list .left-col {
    padding-bottom: 14px;
    padding-top: 15px
}

#signup-list .responseBack {
    height: 28px;
    width: auto;
    padding: 0 5px;
    font-size: 14px
}

.col-lg-4.subscribe .nl-notvalid {
    color: #FFF
}

.env-top {
    z-index: 10
}

.env-bot {
    bottom: 0;
    z-index: 90;
    top: 17px;
    left: -7px
}

.env-log {
    z-index: 50;
    top: -12px;
    left: -7px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transform: scale(0.8) translateY(0);
    transform: scale(0.8) translateY(0)
}

.env-log.ended {
    opacity: 1;
    -webkit-transition: .4s -webkit-transform;
    transition: .4s transform
}

#online-signup-form:hover .env-log.ended {
    -webkit-transform: scale(0.8) translateY(-10px);
    transform: scale(0.8) translateY(-10px)
}

.env-log.running {
    -webkit-animation-name: mailBobble;
    -webkit-animation-duration: 5s;
    -webkit-animation-delay: 2s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 3;
    -webkit-animation-fill-mode: forwards;
    animation-name: mailBobble;
    animation-duration: 5s;
    animation-delay: 2s;
    animation-timing-function: ease;
    animation-iteration-count: 3;
    animation-fill-mode: forwards
}

.env-log.paused {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

@-webkit-keyframes "mailBobble" {
    15% {
        -webkit-transform: scale(0.8) translateY(0px);
    }
    20% {
        -webkit-transform: scale(0.8) translateY(-10px);
    }
    25% {
        -webkit-transform: scale(0.8) translateY(0px);
    }
    30% {
        -webkit-transform: scale(0.8) translateY(-8px);
    }
    35% {
        -webkit-transform: scale(0.8) translateY(0px);
    }
}

@keyframes "mailBobble" {
    15% {
        transform: scale(0.8) translateY(0px);
    }
    20% {
        transform: scale(0.8) translateY(-10px);
    }
    25% {
        transform: scale(0.8) translateY(0px);
    }
    30% {
        transform: scale(0.8) translateY(-8px);
    }
    35% {
        transform: scale(0.8) translateY(0px);
    }
}

.env-log.goAway {
    -webkit-animation-name: goAway;
    -webkit-animation-duration: .6s;
    -webkit-animation-delay: 0;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-name: goAway;
    animation-duration: .6s;
    animation-delay: 0;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: forwards
}

@-webkit-keyframes "goAway" {
    0% {
        -webkit-transform: scale(0.8) translateY(0px);
    }
    100% {
        -webkit-transform: scale(0.8, .5) translateY(50px);
    }
}

@keyframes "goAway" {
    0% {
        transform: scale(0.8) translateY(0px);
    }
    100% {
        transform: scale(0.8, .5) translateY(50px);
    }
}

.env-stamp-round {
    left: -130px;
    -webkit-transition: .4s -webkit-transform;
    transition: .4s transform;
    -webkit-transform: translatex(0) rotate(-90deg);
    transform: translatex(0) rotate(-90deg)
}

.env-stamp-round.go {
    -webkit-transform: translatex(130px) rotate(0);
    transform: translatex(130px) rotate(0)
}

.env-stamp-wind {
    top: 8px;
    left: -78px;
    -webkit-transition: .4s -webkit-transform;
    transition: .4s transform;
    -webkit-transform: translatex(0);
    transform: translatex(0)
}

.env-stamp-wind.go {
    -webkit-transform: translateX(50px);
    transform: translateX(50px)
}

.js-fail-submit,
.js-success-submit {
    display: none;
    margin-top: 5px
}

.page-content {
    margin: 30px 0 0 0
}

.page-content .col-lg-8 {
    padding: 0
}

.col-lg-8.posts {
    width: 70.72%
}

.col-lg-8.listing-articles {
    padding: 0;
    width: 72.8%
}

.search-results .col-lg-8.posts {
    width: 65.72%
}

.search-results .sidebar {
    width: 32%;
    margin: 0 26px 0 0
}

h2.p-title {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: normal
}

h2.p-store {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: normal;
    padding: 15px 0 0 0px
}

h3.p-store {
    font-size: 17px;
    font-weight: normal;
    padding: 20px;
    border-bottom: 1px solid #e8e8e8;
    margin: 0
}

h2.p-store i,
h3.p-store i {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #3F51B5;
    padding: 2px;
    color: #fff;
    margin: 0 10px 0 0;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

h3.list-title {
    margin: 40px 10px 20px 4.5%;
    color: #3A3A3A;
    font-weight: 400;
    line-height: 1.4em;
    font-size: 23px
}

.icons-title {
    font-size: 40px;
    float: left;
    background: #3F51B5;
    padding: 20px 0 0;
    color: #FFF;
    margin: 0 10px 0 0;
    width: 63px !important;
    height: 63px !important;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), transparent 0 0 0;
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), transparent 0 0 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), transparent 0 0 0
}

.bloc {
    background: none repeat scroll 0 0 #F3F3F3;
    border-radius: 8px 8px 8px 8px;
    font-size: 13px;
    margin-bottom: 20px;
    padding: 5px !important;
    transition: all 0.3s ease 0s
}

.bloc:hover {
    background: none repeat scroll 0 0 #FFF0FF
}

.bloc .inner {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D0D0D0;
    border-radius: 5px 5px 5px 5px;
    padding: 10px 20px 20px
}

.pub .inner {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #D0D0D0;
    border-radius: 5px 5px 5px 5px;
    padding: 8px
}

.bloc .inner_8 {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #D0D0D0;
    border-radius: 5px 5px 5px 5px;
    padding: 0
}

.categories-tabs.bloc .inner_8 {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #D0D0D0;
    border-radius: 5px 5px 5px 5px;
    padding: 0;
    display: inline-block;
    width: 100%
}

.titre-vocab {
    overflow: visible;
    padding-top: 30px
}

.titre-vocab .col-lg-8 {
    padding: 0;
    width: 70%
}

.merchant-title.left-col {
    float: left;
    margin-left: 4px;
    padding: 0 0 0 10px;
    width: 17%
}

.cat-title span {
    font-family: 'wcp';
    font-size: 50px;
    position: relative;
    color: #FFF
}

.cat-title {
    float: left;
    border: 1px solid #DDD;
    border-radius: 8px;
    padding: 0;
    height: 95px;
    width: 82px;
    line-height: 84px;
    background: #3F51B5;
    text-align: center;
    margin: 0 20px 0 33px
}

.cat-title-menu {
    font-family: 'wcp';
    float: left;
    padding: 0;
    height: 30px;
    width: 30px;
    text-align: center;
    margin: 0 2px 0 5px
}

.categories-menu {
    float: left;
    width: 100%;
    padding: 20px
}

ol.categories-menu li {
    float: left;
    list-style: none outside none;
    padding: 0 15px 0 22px;
    width: 25%
}

ol.categories-menu a {
    padding: 0;
    margin: 0
}

.list-module-seperator {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFF;
    border-color: #D0D0D0;
    border-image: none;
    border-style: none none dashed;
    border-width: 0 0 1px;
    clear: both;
    height: 0;
    margin: 0 2px 0 0;
    padding: 0
}

.Deal,
.Code,
.free-shipping,
.Printable,
.Sale,
.expired,
.product {
    background: none repeat scroll 0 0 #CACACA;
    border-radius: 5px 5px 5px 5px;
    display: table-row;
    float: left;
    margin: 0;
    padding: 3px 3px 18px;
    position: relative;
    text-align: center;
    width: 91px;
    z-index: 1
}

.Code {
    background: none repeat scroll 0 0 #9D3C98
}

.product {
    background: none repeat scroll 0 0 #88BA16
}

.Sale {
    background: none repeat scroll 0 0 #F5411C
}

.Printable {
    background: none repeat scroll 0 0 #F78320
}

.free-shipping {
    background: none repeat scroll 0 0 #09A2C9
}

.Deal {
    background: none repeat scroll 0 0 #008FD6;
    color: #008FD6
}

.Deal,
.Deal a.accroche-bloc {
    color: #008FD6
}

.expired,
.expired a.accroche-bloc {
    color: grey
}

.free-shipping,
.free-shipping a.accroche-bloc {
    color: #09A2C9
}

.Code,
.Code a.accroche-bloc {
    color: #9D3C98
}

.Sale,
.Sale a.accroche-bloc {
    color: #F5411C
}

.Printable,
.Printable a.accroche-bloc {
    color: #F78320
}

.Deal .accroche:after,
.Deal .accroche > .after {
    content: "Deal"
}

.Printable .accroche:after,
.Printable .accroche > .after {
    content: "Printable"
}

.Code .accroche:after,
.Code .accroche > .after {
    content: "Code"
}

.product .accroche:after,
.product .accroche > .after {
    content: "Product"
}

.expired .accroche:after,
.expired .accroche > .after {
    content: "Expired"
}

.Sale .accroche:after,
.Sale .accroche > .after {
    content: "Sale"
}

.free-shipping .accroche:after,
.free-shipping .accroche > .after {
    content: "Free Shipping"
}

.accroche:after,
.accroche > .after {
    bottom: 3px;
    color: #fff;
    content: "";
    display: inline-block;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 700;
    height: 18px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    vertical-align: top
}

.accroche-bloc {
    background: none repeat scroll 0 0 #FFF;
    border-radius: 3px 3px 3px 3px;
    cursor: pointer;
    display: table-cell;
    font-size: 26px;
    font-weight: 700;
    height: 85px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    transition: all .3s ease-in-out 0;
    vertical-align: middle;
    width: 85px;
    box-shadow: 0 0 13px rgba(85, 85, 85, 0.3) inset
}

a.accroche-bloc {
    text-decoration: none
}

#cache-coupon {
    width: 200px;
    margin: 0 10px 0 0;
    float: right
}

.deal-mobile .row {
    width: 100%
}

.right {
    float: right
}

h1.tt33 {
    display: block;
    font-family: Roboto;
    font-size: 26px;
    font-weight: normal;
    margin: 0 0 1em 0
}

#modal .close,
#followModal .close {
    position: relative;
    right: -15px;
    top: -30px;
    cursor: pointer;
    overflow: hidden;
    padding: 0;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    float: right;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

#followModal .close {
    top: 0;
    right: 0
}

#followModal .nl-notvalid {
    width: 100%;
    float: left;
    text-align: center;
    padding: 10px 0 0 0;
    color: #3F51B5
}

#modal .close:hover,
#modal .close:focus,
#followModal .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

#modal .bloc-detail-code {
    padding: 0;
    margin: 10px 0 0 0
}

.detail-modal-link {
    cursor: pointer
}

.modal-link a {
    color: #07C;
    text-decoration: underline
}

.modal-link a:hover {
    text-decoration: none
}

.discount-applied {
    padding-right: 0 !important;
    font-size: 20px !important
}

.view-display-id-exclusive h2 {
    border-bottom: 1px solid #d0d0d0
}

.offer-module .merchant-name {
    color: #828282;
    font-size: 12px;
    line-height: 19px
}

#modal .cf2-header {
    float: none;
    font-size: 24px;
    margin: 8px 0 20px;
    padding: 0;
    width: 100%;
    font-weight: 400;
    font-family: "Roboto", sans-serif
}

#modal .cf2-close {
    cursor: pointer;
    display: block;
    height: 16px;
    overflow: hidden;
    position: absolute;
    right: 40px;
    text-indent: -9999px;
    top: 40px;
    width: 16px
}

#modal .cf2-close:hover {
    background-position: left -36px
}

#modal .the-code {
    background: none repeat scroll 0 0 #F5F5F5;
    border-radius: 3px;
    display: block;
    margin-bottom: 20px;
    padding: 20px 15%
}

#modal .the-code-inner {
    position: relative
}

#modal input {
    border: 2px solid #95D814;
    border-radius: 8px;
    box-shadow: 0 0 0 0 #FFFFFF, 0 0 0 rgba(0, 0, 0, 0);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    min-height: 50px;
    padding-right: 110px;
    text-align: center;
    width: 100%
}

#modal .btn-primary {
    width: 100%
}

#modal .btn {
    padding: 10px 20px
}

#modal .the-code-inner a {
    -moz-box-sizing: border-box;
    background-color: #A50970;
    background-image: linear-gradient(to bottom, #C22688, #A50970);
    background-repeat: repeat-x;
    border: 1px solid #A50970;
    border-radius: 3px;
    bottom: 17px;
    color: #FFF;
    display: block;
    padding: 5px 0;
    position: absolute;
    right: 7px;
    text-align: center;
    text-decoration: none;
    top: 7px;
    width: 23%
}

#modal .the-code-inner a:hover,
#modal .the-code-inner a:active,
#modal .the-code-inner a.zeroclipboard-is-hover,
#modal .the-code-inner a.zeroclipboard-is-active {
    background: none repeat scroll 0 0 #3F51B5
}

#modal .the-code-inner .copied {
    border-color: #69C107
}

#modal .the-code-inner .copied ~ a {
    background: none repeat scroll 0 0 #CFCFCF;
    border-color: #CFCFCF;
    filter: none;
    padding-left: 15px;
    text-align: left
}

#modal .the-code-inner .copied ~ a:after {
    background: url(../images/merchant-page-09-10-13.png) repeat scroll -187px -190px rgba(0, 0, 0, 0);
    content: "";
    height: 22px;
    position: absolute;
    right: 10px;
    top: 6px;
    width: 22px
}

#modal .the-code-inner .noflash ~ a {
    display: none
}

#modal .the-code-inner .noflash {
    font-size: 26px;
    min-height: 65px;
    padding-right: 10px
}

#modal #code-hint {
    color: #3A3A3A;
    display: none;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase
}

.offers-list hgroup,
.offers-list h1 {
    float: left;
    position: relative;
    width: 75%
}

.sidebar {
    padding: 0;
    margin: 10px 10px 0 0
}

.listing.sidebar.col-lg-4 {
    width: 26.32%
}

.widget {
    display: block;
    margin: 0 0 64px 0
}

.front .sidebar.col-lg-4 {
    width: 33.2%;
    padding: 0 0 0 20px
}

.pub {
    margin: 0;
    padding: 0;
    transition: all 0.3s ease 0s
}

.col-lg-3.sidebar {
    width: 26.317%
}

.categories-tabs .postm {
    background: none repeat scroll 0 0 #FFF;
    padding: 10px 0 10px 20px;
    max-height: 84px
}

.categories-tabs .postm:hover {
    background: none repeat scroll 0 0 #E6F4FA;
    cursor: pointer;
    transition: all .2s ease 0
}

.categories-tabs .postm:hover a {
    text-decoration: underline
}

.categories-tabs .thumb {
    display: block;
    float: left;
    height: 64px;
    margin: 0 10px 0 0;
    width: 64px
}

.categories-tabs .p-title {
    padding: 20px 0 30px 20px;
    text-transform: none
}

.categories-tabs .p-title i.title2 {
    display: block;
    font-size: 17px
}

.categories-tabs .thumb img {
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35), 0 0 0 transparent;
    display: block;
    float: left;
    height: 64px;
    margin: 0 10px 10px 0;
    overflow: hidden;
    transition: all .3s ease-in-out 0;
    width: 64px
}

.categories-tabs .thumb iframe {
    display: block;
    height: 120px;
    width: 100%
}

.categories-tabs h3.entry-title {
    font-size: 16px;
    font-weight: 600;
    margin: 0
}

.categories-tabs .entry-meta {
    font-size: 11px;
    font-style: italic;
    margin: 0
}

.quicktabs-hide {
    display: none
}

ul.quicktabs-tabs {
    margin-top: 0
}

ul.quicktabs-tabs li {
    display: inline;
    background: none;
    list-style-type: none;
    padding: 2px;
    white-space: nowrap
}

ul.quicktabs-tabs li a:focus {
    outline: none
}

.quicktabs_wrapper.quicktabs-style-navlist {
    margin: 0;
    width: 100%;
    display: block
}

ul.quicktabs-tabs.quicktabs-style-navlist {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
    width: 100%
}

ul.quicktabs-tabs.quicktabs-style-navlist li {
    background: none repeat scroll 0 0 #FFF;
    border-top: 1px solid #D0D0D0;
    border-right: 1px solid #D0D0D0;
    display: block;
    height: 54.6px;
    margin-right: -1px;
    padding: 5px 0 0 5px;
    position: relative;
    transition: all .2s ease 0
}

ul.quicktabs-tabs.quicktabs-style-navlist li:hover {
    background: #FFF0FF
}

ul.quicktabs-tabs.quicktabs-style-navlist li a {
    color: #3A3A3A;
    display: block;
    font-family: sans-serif;
    font-size: 15px;
    margin: 0;
    padding: 0;
    position: relative;
    text-decoration: none;
    z-index: 10000000;
    line-height: 44px
}

ul.quicktabs-tabs.quicktabs-style-navlist li.active {
    background: none repeat scroll 0 0 #FFF;
    border-right: 1px solid #FFF;
    padding: 5px 0 0 10px
}

ul.quicktabs-tabs.quicktabs-style-navlist li.active a {
    background-position: 97% center;
    margin-left: 0;
    position: relative
}

.quicktabs_main.quicktabs-style-navlist {
    background: none repeat scroll 0 0 #FFF;
    border-top: 1px solid #D0D0D0;
    border-left: 1px solid #D0D0D0;
    float: left;
    min-height: 64px;
    padding: 0;
    position: relative;
    z-index: 1
}

#quicktabs-container-accueil a {
    color: #000
}

#quicktabs-container-accueil a:hover {
    color: #07C
}

ul.quicktabs-tabs li:nth-child(even) {
    background: #f8f8f8
}

#quicktabs-container-accueil .view-footer {
    border-top: 1px solid #D0D0D0;
    margin: 0
}

#quicktabs-container-accueil .view-footer:hover {
    background: none repeat scroll 0 0 #E6F4FA;
    cursor: pointer;
    transition: all .2s ease 0
}

#quicktabs-container-accueil .view-footer:hover a {
    color: #3F51B5
}

#block-quicktabs-accueil .view-footer p {
    font-size: 13px;
    margin: 0;
    padding: 10px 30px
}

#quicktabs-accueil li i {
    font-size: 30px;
    padding: 0 5px 0 0;
    position: relative;
    top: 5px
}

#quicktabs-accueil .col-lg-4 {
    padding: 0;
    width: 34.2%
}

#quicktabs-accueil .col-lg-8 {
    padding: 0;
    width: 65.6%
}

#quicktabs-container-accueil .views-row .thumb {
    display: none
}

#quicktabs-container-accueil .views-row-first .thumb {
    display: block
}

.couponHighlight {
    background: green repeat-x scroll 0 bottom transparent !important
}

.news-posts .postm {
    background: none repeat scroll 0 0 #FFF;
    padding: 15px 0 0 15px
}

.news-posts .bg-expired {
    padding: 15px 0 15px 15px;
    margin: 0
}

.news-posts .thumb {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    min-height: 90px
}

.news-posts .col-lg-4 {
    width: 16%;
    padding: 20px .11042% 20px 2.888025%
}

.news-posts .thumb_post {
    display: block;
    float: left;
    margin: 0 10px 10px 20px;
    position: relative
}

.one-block {
    background: none repeat scroll 0 0 #FFF;
    border: 1px solid #e8e8e8;
    border-radius: 7px 7px 7px 7px;
    float: left;
    margin-bottom: 25px;
    padding: 20px 30px 0;
    width: 100%
}

.list-posts {
    background: none repeat scroll 0 0 #FFF;
    float: left;
    margin-bottom: 25px;
    width: 100%
}

.post-meta {
    background: none repeat scroll 0 0 #F0EFEF;
    color: #C6C6C6;
    line-height: 35px;
    margin: 10px 0;
    position: relative
}

.post-meta .published {
    margin: 0;
    padding: 0 0 0 20px
}

.news-posts .thumb .merchant-logo {
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    border: 1px solid #d0d0d0;
    border-bottom: 0;
    display: block;
    max-width: 82px;
    max-height: 82px;
    overflow: hidden
}

.news-posts .thumb img {
    border-radius: 4px 4px 0 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35), 0 0 0 transparent;
    display: block;
    height: 82px;
    overflow: hidden;
    transition: all .3s ease-in-out 0;
    width: 82px
}

.news-posts .thumb b {
    height: 20px;
    color: #fff;
    display: block;
    max-width: 82px;
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), transparent 0 0 0;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -webkit-font-smoothing: antialiased
}

.bg-Code .thumb b {
    background: #9D3C98
}

.bg-Deal .thumb b {
    background: #008FD6
}

.bg-Sale .thumb b {
    background: #F5411C
}

.bg-Printable .thumb b {
    background: #88BA16
}

.news-posts .thumb iframe {
    display: block;
    width: 100%;
    height: 120px
}

.medium-tt .news-posts .thumb iframe {
    display: block;
    width: 100%;
    height: 240px
}

.medium-tt .news-posts .thumb {
    width: 240px;
    height: 240px
}

.news-posts h3.entry-title {
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    padding: 0 0 5px 0;
    width: 60%;
    float: left
}

.news-posts h3.post-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 0 0 0 20px
}

.news-posts h3.post-title a {
    color: #003366;
    text-decoration: none;
    transition: color 0.1s ease-in-out 0s
}

.news-posts h3.post-title a:hover {
    color: #3F51B5
}

.article_normal,
.region-comments {
    margin: 10px 20px;
    clear: both
}

.article_page {
    padding: 40px;
    clear: both
}

.tt32 {
    display: block;
    font-size: 25px;
    font-weight: bold;
    line-height: 150%;
    margin: 0 0 0.5rem
}

.news-posts .entry-meta {
    font-size: 13px;
    margin: 0 0 3px 0
}

#comments .news-posts .entry-meta {
    font-style: italic;
    font-size: 11px;
    margin: 0 0 6px 0;
    background: none;
    padding-left: 0
}

.bloc-detail-smo {
    display: none;
    padding: 10px 0 7px 0;
    clear: both;
    border-top: 1px solid #F3F3F3;
    width: 100%;
    margin: 0 auto;
    text-align: center
}

.bloc-detail-smo .gvc-social {
    min-height: 0;
    font-size: 11px
}

.smo-share {
    width: 23%;
    margin: 0 auto;
    display: inline-block
}

.link-share {
    width: 90%
}

.smo-boxes {
    margin: 0 auto;
    padding: 66px 0 0 0;
    width: 52%
}

.smo {
    padding: 4px 0 0 0
}

.smo span {
    font-size: 17px;
    color: #575757
}

.detail-smo {
    color: #8A8A8A;
    cursor: pointer;
    clear: both;
    margin: 0 0 0 5px
}

.detail-coupon-link {
    color: #8A8A8A;
    cursor: pointer;
    clear: both
}

.view-all {
    color: #8A8A8A;
    cursor: pointer;
    clear: both;
    font-family: Arial;
    margin: 0 0 0 5px
}

.view-all a {
    color: #3F51B5;
    cursor: pointer;
    clear: both;
    font-family: Arial;
    text-decoration: underline
}

.bloc-voir-reduction {
    padding: 0 0 6px 0
}

.toggle-action span.detail-coupon-link:after {
    display: inline-block;
    width: 0;
    height: 0;
    content: "";
    margin: 0 1px 2px 5px;
    border: 4px solid transparent;
    border-top: 5px solid #828282;
    border-bottom: 0
}

.toggle-action span.detail-coupon-link.uparrow:after {
    display: inline-block;
    width: 0;
    height: 0;
    content: "";
    margin: 0 1px 2px 5px;
    border: 4px solid transparent;
    border-bottom: 5px solid #828282;
    border-top: 0
}

.toggle-action {
    float: left;
    width: 100%
}

.toggle-action span.detail-smo:after {
    display: inline-block;
    width: 0;
    height: 0;
    content: "";
    margin: 0 1px 2px 5px;
    border: 4px solid transparent;
    border-top: 5px solid #828282;
    border-bottom: 0
}

.toggle-action span.detail-smo.downarrow:after {
    display: inline-block;
    width: 0;
    height: 0;
    content: "";
    margin: 0 1px 2px 5px;
    border: 4px solid transparent;
    border-bottom: 5px solid #828282;
    border-top: 0
}

.tt-accordion,
.tt-toggle {
    margin: 0;
    padding: 0;
    list-style: none
}

.accordion-head,
.toggle-head {
    padding: 6px 8px;
    margin: 8px 0 0 0;
    font-size: 12px;
    cursor: pointer;
    border: 1px solid #E6E6E6;
    color: #4e4e4e;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s
}

.accordion-head i,
.toggle-head i {
    padding-right: 4px
}

.sub-accordion:first-child .accordion-head,
.sub-toggle:first-child .toggle-head {
    margin: 0
}

.accordion-head:hover,
.toggle-head:hover {
    color: #fff;
    background-color: #618BD3
}

.active .accordion-head,
.active .toggle-head {
    color: #fff;
    background-color: #618BD3;
    border: 1px solid #618BD3
}

.accordion-head:hover .accordion-head-sign,
.toggle-head:hover .toggle-head-sign {
    color: #fff
}

.accordion-content,
.toggle-content {
    padding: 16px;
    overflow: hidden;
    border: 1px solid #618BD3
}

.accordion-head-sign,
.toggle-head-sign {
    float: right;
    margin: 0;
    cursor: pointer
}

.accordion-head-sign i,
.toggle-head-sign i {
    padding: 0;
    margin: 0
}

#block-views-reductions-news-home {
    padding: 40px 0 0
}

#block-views-reductions-news-home .col-lg-4 {
    width: 30.99%;
    padding: 0
}

#block-views-reductions-news-home .col-lg-4.news-0 {
    margin: 0 40px 0 0
}

#block-views-reductions-news-home .col-lg-4.news-1 {
    margin: 0 40px 0 0
}

#block-views-reductions-news-home .caption {
    min-height: 210px
}

#block-views-reductions-news-home .col-lg-4 h3 {
    font-size: 16px;
    color: #3F51B5
}

.mono-article .col-md-4 {
    padding: 0
}

.card {
    overflow: hidden;
    width: 32.45%;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    transition: box-shadow .3s;
    margin-bottom: 15px;
    min-height: 350px
}

.card a {
    color: inherit;
    text-decoration: none
}

.card:hover {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.3)
}

.card__date {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    padding-top: 10px;
    color: #FFF;
    text-align: center;
    line-height: 13px;
    font-weight: 700;
    background-color: #3F51B5;
    border-radius: 50%
}

.card__date__day {
    display: block;
    font-size: 14px
}

.card__date__month {
    display: block;
    font-size: 10px;
    text-transform: uppercase
}

.card__thumb {
    height: 224px;
    overflow: hidden;
    background-color: #000;
    transition: height .3s
}

.card__thumb img {
    display: block;
    opacity: 1;
    transition: opacity 0.3s, -webkit-transform .3s;
    transition: opacity 0.3s, transform .3s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.card:hover .card__thumb img {
    opacity: .6;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.card:hover .card__thumb {
    height: 90px
}

.card__body {
    position: relative;
    padding: 20px;
    height: 125px;
    transition: height .3s
}

.card:hover .card__body {
    height: 259px
}

.card__category {
    position: absolute;
    left: 0;
    top: -25px;
    height: 25px;
    padding: 0 15px;
    color: #FFF;
    font-size: 11px;
    line-height: 25px;
    text-transform: uppercase;
    background-color: #3F51B5
}

h3.card__title a {
    margin: 0;
    padding: 0 0 10px;
    font-size: 22px;
    color: #000;
    font-weight: 700
}

.card:hover .card__title {
    -webkit-animation: titleBlur .3s;
    animation: titleBlur .3s
}

.card__subtitle {
    margin: 0;
    padding: 0 0 10px;
    font-size: 19px;
    color: #3F51B5
}

.card:hover .card__subtitle {
    -webkit-animation: subtitleBlur .3s;
    animation: subtitleBlur .3s
}

.card__description {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 65px;
    margin: 0;
    padding: 0;
    color: #666C74;
    font-size: 14px;
    line-height: 27px;
    opacity: 0;
    transition: opacity 0.2s, -webkit-transform .2s;
    transition: opacity 0.2s, transform .2s;
    transition-delay: 0;
    -webkit-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px)
}

.card:hover .card__description {
    opacity: 1;
    transition-delay: .1s;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px)
}

@-webkit-keyframes "titleBlur" {
    0% {
        opacity: .6;
        text-shadow: 0 5px 5px rgba(0, 0, 0, 0.6);
    }
    100% {
        opacity: 1;
        text-shadow: 0 5px 5px transparent;
    }
}

@keyframes "titleBlur" {
    0% {
        opacity: .6;
        text-shadow: 0 5px 5px rgba(0, 0, 0, 0.6);
    }
    100% {
        opacity: 1;
        text-shadow: 0 5px 5px transparent;
    }
}

@-webkit-keyframes "subtitleBlur" {
    0% {
        opacity: .6;
        text-shadow: 0 5px 5px rgba(56, 196, 165, 0.6);
    }
    100% {
        opacity: 1;
        text-shadow: 0 5px 5px rgba(56, 196, 165, 0);
    }
}

@keyframes "subtitleBlur" {
    0% {
        opacity: .6;
        text-shadow: 0 5px 5px rgba(56, 196, 165, 0.6);
    }
    100% {
        opacity: 1;
        text-shadow: 0 5px 5px rgba(56, 196, 165, 0);
    }
}

* {
    box-sizing: border-box
}

.spinner {
    margin: 100px auto 0;
    width: 70px;
    text-align: center
}

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

.spinner .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.spinner .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

@-webkit-keyframes "sk-bouncedelay" {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
    }
}

@keyframes "sk-bouncedelay" {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.deal-mobile .col-lg-12 {
    background: #FFF;
    padding: 0;
    text-align: center
}

.deal-mobile .dealtitle {
    font-size: 18px;
    line-height: 24px
}

.deal-mobile .col-lg-4 {
    width: 33.33%;
    margin: 0;
    padding: 0
}

.deal-mobile ol li {
    list-style: none
}

.deal-mobile .col-lg-4 img {
    display: initial
}

.codefront-codeinput {
    text-align: center;
    font-weight: bold;
    border: 1px dashed #ff6c00;
    background-color: #fffaf1;
    width: 90%;
    margin: 0 auto 24px;
    padding: 8px 0;
    box-sizing: border-box
}

.codefront-header {
    padding: 24px;
    text-align: center
}

.tp-large {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px !important;
    color: #3d3d3d
}

.store-link {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin: 25px 0 25px 0;
    font-weight: bold;
    color: #7a7a7a
}

.store-link i {
    font-weight: bold
}

.store-link a {
    color: #07C
}

.tp-regular {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 8px;
    font-weight: normal;
    color: #7a7a7a
}

.codefront-howto {
    text-align: center;
    background-color: #f9f9f9;
    border-top: 1px solid #e0e0e0;
    padding: 24px 0
}

.codefront-howto-title {
    color: #3d3d3d;
    margin-bottom: 16px
}

figure {
    margin: 0
}

.codefront-img-container img {
    width: 96px;
    height: 96px
}

.codefront-img-container figcaption {
    width: 120px;
    margin: 8px auto 24px;
    font-size: 12px;
    color: #7a7a7a
}

.instruction {
    color: #b7b7b7;
    text-align: center
}

#footer {
    margin: 0;
    color: #fff
}

#footer .social-m {
    float: right
}

footer .social-m li {
    float: left
}

#footer .social-m a {
    padding: 0 5px 0 5px;
    color: #FFF;
    font-size: 15px
}

#footer .col-lg-2 a {
    color: #e8e8e8;
    text-decoration: underline
}

#footer .col-lg-2 a:hover {
    text-decoration: none;
    color: #000
}

#footer h4 {
    font-size: 13px;
    color: #95d814;
    font-weight: 400;
    margin: 0 0 5px
}

#footer .col-lg-2.block-menu-menu-espace-manager {
    padding: 0 32px 0 0
}

.block-menu-menu-espace-manager li {
    line-height: 20px;
    font-size: 13px
}

#footer .col-lg-10 a {
    color: #e8e8e8;
    text-decoration: underline
}

#footer .col-lg-10 a:hover {
    text-decoration: none;
    color: #000
}

#footer h4 {
    font-size: 13px;
    color: #95d814;
    font-weight: 400;
    margin: 0 0 5px
}

#footer .col-lg-10.block-menu-menu-nos-rubriques {
    padding: 0 0 0 70px
}

ul.nos-rubriques li {
    float: left;
    width: 25%;
    line-height: 20px;
    font-size: 13px
}

.block-copyright-copyright {
    float: left;
    width: 60%;
    padding: 5px 0 0
}

.block-menu-menu-social-icons {
    float: right
}

.block-menu-menu-social-icons ul li {
    float: left;
    padding: 0 10px 0 0
}

.footer-middle {
    background-color: #262626;
    padding: 20px 0
}

.footer-last {
    background-color: #1C1C1C;
    font-size: 11px;
    padding: 5px 0
}

.footer-last a {
    color: #fff
}

.footer-last a:hover {
    color: #618BD3
}

.footer-last .copyright {
    display: block;
    float: left;
    padding: 16px 0;
    color: #bbb
}

.blockquote {
    font-family: 'Philosopher', serif;
    font-size: 16px;
    font-style: italic;
    text-align: center;
    text-shadow: 1px 1px 3px transparent;
    color: #5f5f5f;
    margin: 20px;
    overflow: hidden;
    border-left: 5px solid #272727;
    background-color: #f5f5f5
}

.blockquote.left {
    width: 33%;
    float: left
}

div.blockquote.right {
    width: 33%;
    float: right
}

.blockquote > div {
    padding: 20px
}

.newsletter {
    background: #3F51B5;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 40px 20px 13px;
    transition: all 0.3s ease 0s;
    height: 250px
}

.newsletter .title {
    text-align: left;
    margin-bottom: 20px;
    color: #fff;
    font-size: 16px;
    line-height: 20px
}

.newsletter .title strong {
    line-height: 34px;
    font-size: 27px
}

#signup-list {
    margin-top: -45px;
    position: absolute;
    right: -50px
}

.newsletter .input-group {
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px
}

.newsletter .primary {
    border: 2px solid #E53935;
    border-radius: 5px;
    height: 34px
}

.newsletter .btn-danger {
    width: 99%;
    height: 34px;
    background-image: linear-gradient(#E53935, #D32F2F 50%, #C62828)
}

.newsletter .input-group-addon {
    width: 40px;
    display: none
}

.news-posts .input-group {
    float: left;
    margin: 0 15px 0 0;
    width: 40%
}

.newsletter .inner_8 {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D0D0D0;
    border-radius: 5px 5px 5px 5px;
    padding: 0;
    height: 220px
}

.newsletter h2 {
    border-bottom: 1px solid #E8E8E8;
    color: #949494;
    margin-bottom: 10px;
    padding: 5px;
    font-size: 25px
}

.newsletter-stores .name-input {
    display: none
}

.newsletter-stores .thumb img {
    border-radius: 4px 4px 4px 4px
}

.news-posts .newsletter-stores {
    background: url('../images/envelope.png') #F3F3F3 repeat-x 0 -7px
}

.newsletter-stores .input-group {
    width: 40%;
    float: left
}

.newsletter-stores .input-append,
.newsletter-stores .input-prepend {
    width: 100%
}

.newsletter-stores button {
    margin: 0;
    padding: 9px 10px 12px
}

.newsletter-stores .simplenews-subscribe input {
    width: 100%;
    height: 44px
}

.view-id-reductions .newsletter-stores .input-append .add-on,
.view-id-reductions .input-prepend .add-on {
    padding: 11px 5px;
    font-size: 17px
}

.newsletter-stores .thumb {
    min-height: 93px;
    padding: 20px 0.11042% 20px 2.888025%
}

.newsletter-stores h3 {
    color: #828282;
    font-size: 18px;
    margin-bottom: 13px;
    padding-right: 3%;
    font-weight: normal
}

.newsletter-stores .simplenews-subscribe {
    padding: 2px 0 10px
}

.logo_nl {
    width: 82px;
    margin: 0 auto
}

.logo_nl img {
    border: 1px solid #D0D0D0;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), 0 0 0 transparent
}

.newsletter-stores-popin h3 {
    text-align: center;
    margin: 20px 0 20px 0;
    font-size: 20px
}

.newsletter-stores-popin .form-text,
.alert-info .form-text {
    height: 40px
}

.newsletter-stores-popin .input-group,
.alert-info .input-group {
    width: 80%;
    margin: 0 auto;
    float: left;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), 0 0 0 transparent
}

.newsletter-stores-popin button {
    float: left;
    margin: 0 0 0 5px;
    height: 40px
}

.alert-info button {
    height: 39px;
    margin: 0 0 0 5px
}

.alert-info .nl-notvalid {
    width: 100%;
    clear: both;
    text-align: center;
    padding: 10px 0 0 0
}

.newsletter-stores-popin .simplenews-subscribe,
.alert-info .simplenews-subscribe {
    width: 70%;
    margin: 0 auto
}

.modal-body .gvc-social {
    width: 60%;
    margin: 0 auto;
    display: block;
    padding: 15px 0 0 0
}

.tags {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 10px 0 0
}

.tags li {
    background: #E8E8E8;
    border-radius: 2px;
    line-height: 11px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    margin: 0 3px 6px;
    float: left
}

.tags li.first-tag {
    background: #3F51B5
}

.tags li:hover {
    background: #3F51B5;
    color: #FFF !important
}

.tags a {
    color: #3A3A3A;
    text-decoration: none;
    padding: 5px 5px;
    display: inline-block;
    text-align: center;
    line-height: 16px;
    font-size: 10px;
    font-family: arial;
    font-weight: bold
}

.tags a:hover {
    color: #FFF
}

li.first-tag a {
    color: #FFFFFF;
    text-decoration: none;
    padding: 5px 5px;
    display: inline-block;
    text-align: center;
    line-height: 16px;
    font-size: 13px;
    font-family: arial;
    font-weight: bold
}

.tags h2 a {
    color: #88BA16;
    text-decoration: underline
}

.tags h2 a:hover {
    color: #88BA16;
    text-decoration: none
}

.social-likes {
    width: 100%
}

.hidett {
    bottom: -100px !important
}

.showtt {
    bottom: 18px !important
}

#toTop {
    position: fixed;
    right: 32px;
    bottom: -100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 700ms cubic-bezier(0.960, 0, 0.255, 1);
    -webkit-transition: all 700ms cubic-bezier(0.960, -0.600, 0.255, 1.650);
    -moz-transition: all 700ms cubic-bezier(0.960, -0.600, 0.255, 1.650);
    -ms-transition: all 700ms cubic-bezier(0.960, -0.600, 0.255, 1.650);
    -o-transition: all 700ms cubic-bezier(0.960, -0.600, 0.255, 1.650);
    transition: all 700ms cubic-bezier(0.960, -0.600, 0.255, 1.650)
}

#toTop i {
    padding: 14px 0 0 19px;
    display: block;
    font-size: 45px;
    color: #3F51B5
}

#toTop:hover {
    opacity: 1;
    color: #3F51B5;
    border-color: #3F51B5;
    -webkit-transition: border 100ms linear
}

.form-search .input-group .form-control {
    height: 48px
}

.search-box .btn-default,
.search-box .btn-default:active:hover {
    color: #fff;
    background-color: #3F51B5;
    border-color: #3F51B5
}

.form-search .input-group .btn {
    height: 48px
}

h1.search-title {
    font-weight: normal;
    font-size: 25px;
    margin: 0 0 25px 0
}

h1.search-title i {
    float: left;
    border-radius: 4px;
    padding: 0;
    height: 35px;
    width: 37px;
    line-height: 33px;
    background: #3F51B5;
    text-align: center;
    margin: 0 8px 0 3px;
    color: #FFF;
    font-size: 20px
}

.titre-cat h1 {
    color: #3A3A3A;
    font-family: sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.4em;
    margin: 0;
    padding: 0;
    clear: both
}

.titre-cat h2 {
    color: #828282;
    font-size: 15px;
    font-style: italic;
    line-height: 18px;
    padding: 0;
    margin: 0
}

.cat-h2 {
    font-size: 13px;
    font-weight: 400
}

.titre-cat img {
    backface-visibility: hidden;
    background-color: transparent;
    border: 1px solid #D0D0D0;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), 0 0 0 transparent;
    display: block;
    float: left;
    height: 82px;
    margin: 0 0 0 15px;
    width: 82px
}

.titre-cat hgroup {
    float: left;
    width: 79%
}

.text-pink {
    color: #3F51B5
}

.views-row .list-module {
    border-top: 1px dashed #D0D0D0
}

.list-module {
    background: #FFF
}

.list-module .col-lg-8,
.newsletter-stores .col-lg-8 {
    width: 82.5%;
    padding: 15px 0 0
}

.last-viewed {
    margin: 30px 0;
    border-bottom: 1px dashed #D0D0D0
}

.bg-Code:hover,
.bg-Code.open,
.bg-Code.last-viewed {
    border-left-color: #9D3C98;
    border-right-color: #9D3C98;
    transition: border .3s ease 0s, margin-bottom .3s ease 0
}

.bg-Deal:hover,
.bg-Deal.open,
.bg-Deal.last-viewed {
    border-left-color: #008FD6;
    border-right-color: #008FD6;
    transition: border .3s ease 0s, margin-bottom .3s ease 0
}

.bg-Printable:hover,
.bg-Printable.open,
.bg-Printable.last-viewed {
    border-left-color: #88BA16;
    border-right-color: #88BA16;
    transition: border .3s ease 0s, margin-bottom .3s ease 0
}

.bg-Sale:hover,
.bg-Sale.open,
.bg-Sale.last-viewed {
    border-left-color: #F5411C;
    border-right-color: #F5411C;
    transition: border .3s ease 0s, margin-bottom .3s ease 0
}

.bg-Deal:hover,
.bg-Deal.open,
{
    border-left-color: #008FD6;
    border-right-color: #008FD6;
    transition: border .3s ease 0s, margin-bottom .3s ease 0
}

.bg-Sale:hover,
.bg-Sale.open {
    border-left-color: #F5411C;
    border-right-color: #F5411C;
    transition: border .3s ease 0s, margin-bottom .3s ease 0
}

.bg-expired:hover {
    border-left-color: #828282;
    border-right-color: #828282;
    transition: border .3s ease 0s, margin-bottom .3s ease 0
}

.bloc-detail-code {
    clear: both;
    display: none;
    color: #3A3A3A !important;
    margin: 0;
    padding: 13px;
    position: relative;
    border-top: 1px solid #F3F3F3;
    padding: 10px
}

.last-viewed .cache-code {
    display: none
}

.bloc-detail-code p {
    color: #3A3A3A !important
}

.partcode {
    background: url(../images/get-code.png) no-repeat scroll 130px 0 transparent;
    display: block;
    height: 37px
}

.back-code {
    background-color: #fffaf0;
    border: 2px dashed #FFA600;
    border-radius: 4px;
    padding: 6px 12px;
    width: 35%;
    float: right;
    text-align: center;
    margin: 0 15px 0 0
}

.link-viewed {
    background-color: #fffaf0;
    clear: both;
    display: block;
    color: #3A3A3A !important;
    margin: 0 padding: 13px;
    position: relative;
    border-top: 1px solid #F3F3F3;
    padding: 10px
}

.categories-tabs p {
    line-height: 20px
}

.categories-tabs a:link {
    color: #07c;
    font-weight: 400
}

li.expanded,
li.collapsed,
li.leaf {
    margin: 0;
    padding: 0
}

.region-highlighted h1 {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 25px #FFF;
    margin: 40px auto 20px;
    font-size: 41px;
    font-weight: 700;
    line-height: 1.3;
    margin: 40px 0 20px;
    text-align: center;
    color: #4E4E4E
}

.region-highlighted h1 span {
    display: block;
    font-size: 23px;
    font-weight: 400
}

#block-views-reductions-exclusif .postm {
    padding: 10px
}

.fivestar-summary {
    font-size: 10px;
    line-height: 15px;
    padding: 5px;
    text-align: center;
    width: 184px;
    margin: 0 auto;
    position: relative
}

div.fivestar-widget {
    margin: 0 auto;
    position: relative;
    width: 85px
}

.fivestar-widget .ajax-progress {
    display: none
}

.marque-detail img {
    position: relative;
    margin: 10px auto;
    backface-visibility: hidden;
    background-color: transparent;
    border: 1px solid #D0D0D0;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), 0 0 0 transparent;
    display: block
}

.view-grid .merchant-logo {
    display: none
}

.view-list .merchant-name {
    display: none
}

.view-list ul.arrowlist li {
    float: left;
    list-style: none outside none;
    padding: 0 0 25px;
    width: 16%
}

.view-grid ul.arrowlist li a {
    font-family: sans-serif;
    font-size: 13px;
    color: #07C;
    line-height: 1.6em
}

.view-grid ul.arrowlist li a:hover {
    text-decoration: underline
}

.view-grid ul.arrowlist li {
    float: left;
    list-style: none outside none;
    padding: 0;
    width: 33.33%
}

.col-lg-12.alphabet {
    float: left;
    padding: 0;
    margin: 15px 0 40px
}

.block-all-stores .columns-3 {
    padding: 0 0 20px;
    clear: both
}

ol.col-lg-12.alphabet li {
    margin: 0 8px 0 0
}

.block-all-stores h2 {
    font-size: 25px;
    font-weight: 400;
    clear: both;
    border-top: 1px solid #e8e8e8;
    padding: 35px 0 10px
}

.view-display-id-listing_marques ol.alphabet {
    border-bottom: 1px solid #E8E8E8;
    overflow: hidden;
    padding: 0 0 40px 5px;
    text-align: center;
    width: auto
}

ol.alphabet li {
    border-right: 1px solid #E8E8E8;
    float: left;
    font-size: 20px;
    line-height: 1;
    margin: 0 5px 0 0;
    padding: 0 5px 0 0;
    list-style: none
}

ol.alphabet li a.active {
    color: #3F51B5;
    font-weight: 700;
    text-decoration: overline
}

.alpha ul {
    list-style: none;
    overflow: hidden;
    margin: 20px 0 0;
    width: 100%
}

.alpha ul li {
    float: left;
    margin: 0 0 16px;
    width: 10%
}

.alpha ul li a:link,
.alpha ul li a:visited {
    color: #3a3a3a;
    text-decoration: none;
    font-size: 16px;
    border-left: 1px solid #e8e8e8;
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #3a3a3a;
    text-decoration: none;
    font-size: 15px;
    border-left: 1px solid #e8e8e8;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-family: sans-serif
}

.bloc h2 {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
    margin: 0
}

.view-display-id-related_news h3.post-title {
    padding: 15px 15px 10px 15px
}

.input-code {
    border: 1px dashed #555;
    background: rgba(255, 255, 255, .1);
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    color: #FFF;
    width: 81%
}

.coupon-code {
    border-radius: 4px;
    padding: 9px;
    background: #111;
    box-shadow: 0 2px rgba(0, 0, 0, .05);
    margin: 0 0 10px
}

.tabs_view_more {
    border-top: 1px solid #D0D0D0;
    margin: 0;
    clear: both;
    display: block;
    float: none;
    line-height: 20px;
    text-align: center
}

a.tabs_view_more {
    font-size: 13px;
    margin: 0;
    padding: 10px 30px
}

.tabs_view_more:hover {
    background: none repeat scroll 0 0 #E6F4FA;
    cursor: pointer;
    transition: all 0.2s ease 0s
}

.tabs_view_more:hover a {
    color: #3F51B5
}

.simplenews-subscribe {
    padding: 9px 0 10px
}

.subscribe .simplenews-subscribe {
    padding: 9px 0 10px;
    text-align: center
}

.all-categories h2 a {
    font-size: 18px;
    color: #3F51B5
}

.all-categories h2 a:hover {
    color: #88BA16;
    text-decoration: overline
}

.all-categories .view-grid {
    margin: 0;
    border-top: 1px solid #E8E8E8;
    padding: 10px 0 30px 0
}

.block-all-stores img {
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35), 0 0 0 transparent;
    display: block;
    float: left;
    margin: 0 10px 10px 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out 0s
}

.grid {
    background: url('../images/grid.png') 50% no-repeat
}

.grid:hover {
    background: #7eb800 url('../images/gridw.png') 50% no-repeat
}

.grid-active {
    background: #3F51B5 url('../images/gridw.png') 50% no-repeat
}

.list {
    background: url('../images/list.png') 50% no-repeat
}

.list:hover {
    background: #7eb800 url('../images/listw.png') 50% no-repeat
}

.list-active {
    background: #3F51B5 url('../images/listw.png') 50% no-repeat
}

.grid,
.list {
    border-radius: 3px;
    margin-left: 10px;
    float: left;
    cursor: pointer;
    padding: 13px
}

.prods-cnt {
    float: right;
    margin: 4px 0 0
}

.simplenews-subscribe input {
    height: 30px
}

.col-lg-4.subscribe {
    padding: 0;
    width: 32.8%;
    margin: 0 0 0 40px;
    padding-right: 5px
}

.col-lg-4.top20 {
    padding: 0;
    margin: 0 0 0 34px
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 5px 15px;
    margin-bottom: -1px;
    background-color: #ffffff;
    border: 1px solid #dddddd
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.list-group-item > .badge {
    float: right
}

.list-group-item > .badge + .badge {
    margin-right: 5px
}

a.list-group-item {
    color: #555555
}

a.list-group-item .list-group-item-heading {
    color: #333333
}

a.list-group-item:hover,
a.list-group-item:focus {
    text-decoration: none;
    background-color: #f5f5f5
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #428bca;
    border-color: #428bca
}

a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
    color: inherit
}

a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
    color: #e1edf7
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

#header #edit-search-block-form--2::-webkit-input-placeholder {
    font-size: 13px;
    color: #ACACAC
}

#moteur.navbar-collapse {
    padding: 0
}

.region-navigation {
    clear: both
}

.navbar-inner {
    min-height: 40px;
    background-color: #303F9F;
    border-bottom: 1px solid #d4d4d4;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    padding: 15px 0 0 0
}

ul.inline>li,
ol.inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

.modal {
    position: fixed;
    overflow: hidden;
    overflow-y: hidden;
    outline: none;
    top: 10%
}

.modal-content {
    padding: 40px 40px 50px 40px
}

.modal-header {
    border-bottom: none;
    padding: 0
}

.modal-body {
    padding: 0
}

.marque-detail .label {
    display: block !important
}

.smo-share .form-control {
    display: inline;
    height: 24px
}

.page-content-articles .posts.col-lg-8 {
    padding: 0;
    margin: 15px
}

.page-content-articles .list-posts {
    padding: 0;
    border-radius: 0
}

.page-content-articles .article_normal {
    margin: 0
}

.page-content-articles .article_normal.col-lg-9 {
    width: 72.8%;
    padding-left: 0;
    margin: 10px 0 0 0
}

.page-content-articles .article_normal .col-lg-9 {
    width: 73.66%
}

.page-content-articles .article_normal .col-lg-3 {
    width: 26.33%;
    padding: 0 0 0 10px
}

.page-content-articles .post-meta {
    background: #f8f8f8;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    padding: 0 0 0 15px
}

.page-content-articles .con {
    margin: 0 20px 0 20px
}

.page-content-articles .tt32 {
    font-size: 30px;
    margin: 0 0 20px 0
}

.page-content-articles .field-name-body {
    padding: 20px 0 20px 0;
    text-align: justify;
    color: #333
}

.page-content-articles .author {
    margin: 0
}

.page-content-articles .col-lg-8 {
    width: 70.16%
}

.page-content-articles .col-lg-4 {
    width: 40.2%
}

.page-content-articles .bloc .inner {
    padding: 1px 0 0 0
}

.page-content-articles .view-footer {
    text-align: center;
    border-top: 1px solid #ccc;
    padding: 5px 0 0 0
}

.page-content-articles p {
    padding: 0 0 10px 0
}

.page-content-articles .pic {
    margin: 0 0 15px 0
}

.page-content-articles .post-meta .gvc-social {
    padding: 5px
}

.input-group-btn > .btn {
    margin-left: -1px;
    border-radius: 0px 4px 4px 0px
}

#block-views-taxonomies-seo-stores {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-width: 1px 0
}

#block-views-taxonomies-seo-stores h2 {
    font-size: 24px;
    font-weight: 400;
    margin: 30px 0
}

#block-views-taxonomies-seo-stores ul {
    padding: 0 0 30px 0
}

#block-views-taxonomies-seo-stores ul.col-lg-2 {
    width: 16.667%
}

::selection {
    background: #283593;
    color: #FFF
}

::-moz-selection {
    background: #3F51B5;
    color: #FFF
}

.view-display-id-newspint .box {
    width: 265px;
    float: left;
    margin: 0 10px 15px 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s
}

.view-display-id-newspint .box:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3)
}

.post .post-content {
    padding-bottom: 7px;
    background-color: #fff
}

.box img.photo {
    display: block;
    width: 100%;
    min-height: 144px;
    height: auto;
    margin-bottom: 5px
}

.post .post-content .caption {
    padding: 0 20px
}

.featured-title i {
    float: left;
    border-radius: 8px;
    padding: 0;
    height: 82px;
    width: 82px;
    line-height: 84px;
    background: #3F51B5;
    text-align: center;
    margin: 0 20px 0 33px;
    color: #FFF;
    font-size: 50px
}

.col-lg-12.all-stores-header {
    padding: 15px 0 0 0;
    margin: 0 0 30px 0;
    clear: both;
    float: left;
    border-top: 1px solid #e8e8e8
}

.col-lg-12.all-stores-header h2 {
    border: none;
    padding: 0;
    margin: 0;
    float: left
}

#followModal .modal-content {
    background-image: url(../images/gvc_bg.jpg);
    padding: 15px 20px 35px 15px
}

#followModal .close {
    font-size: 35px !important
}

.view-display-id-stores_news .news {
    padding: 15px
}

.view-display-id-stores_news .news .entry-meta {
    width: 100%;
    float: left
}

.view-display-id-stores_news .news-img {
    display: block;
    float: left;
    margin: 0 10px 10px 0px;
    position: relative
}

.follow-store {
    margin: 10px 0 0 0;
    width: 90px;
    float: left
}

.follow-store .btn {
    padding: 2px 15px 2px 15px
}

.follow-store i {
    color: #3F51B5
}

.menu-icon {
    margin: 1px auto;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%
}

.menu-icon span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 22px;
    height: 2px;
    background-color: #FFF;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.menu-icon span::before,
.menu-icon span::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 22px;
    height: 2px;
    background-color: #FFF;
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s
}

.menu-icon span::after {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px)
}

.menu-icon:hover span::before {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px)
}

.menu-icon:hover span::after {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px)
}

#mm-blocker {
    display: none !important
}

.menu-icon-svg span {
    -webkit-transition: background .5s steps(1, end);
    transition: background .5s steps(1, end)
}

.menu-icon-svg span::before,
.menu-icon-svg span::after {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}

.menu-icon-svg svg {
    opacity: 0;
    fill: transparent;
    stroke-width: 2px;
    stroke: #FFF;
    stroke-dasharray: 22 230;
    -webkit-transition: stroke-dasharray 0.5s, stroke-dashoffset 0.5s, opacity .5s steps(1, end);
    transition: stroke-dasharray 0.5s, stroke-dashoffset 0.5s, opacity .5s steps(1, end)
}

.menu-icon-svg.is-opened span {
    -webkit-transition: background .5s steps(1, start);
    transition: background .5s steps(1, start);
    background-color: transparent
}

.menu-icon-svg.is-opened span::before {
    -webkit-transform: translateX(-3px) translateY(-8px) rotate(-45deg);
    -ms-transform: translateX(-3px) translateY(-8px) rotate(-45deg);
    transform: translateX(-3px) translateY(-8px) rotate(-45deg)
}

.menu-icon-svg.is-opened span::after {
    -webkit-transform: translateX(-3px) translateY(8px) rotate(45deg);
    -ms-transform: translateX(-3px) translateY(8px) rotate(45deg);
    transform: translateX(-3px) translateY(8px) rotate(45deg)
}

.menu-icon-svg.is-opened svg {
    opacity: 1;
    -webkit-transition: opacity .5s steps(1, start);
    transition: opacity .5s steps(1, start);
    -webkit-animation: pathanimation .5s linear;
    animation: pathanimation .5s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.menu-icon-svg.is-closed svg {
    -webkit-animation: pathanimation-out .5s linear;
    animation: pathanimation-out .5s linear
}

@-webkit-keyframes "pathanimation" {
    40% {
        stroke-dasharray: 22 230;
    }
    60% {
        stroke-dashoffset: -65;
    }
    100% {
        stroke-dashoffset: -65;
        stroke-dasharray: 160;
    }
}

@keyframes "pathanimation" {
    40% {
        stroke-dasharray: 22 230;
    }
    60% {
        stroke-dashoffset: -65;
    }
    100% {
        stroke-dashoffset: -65;
        stroke-dasharray: 160;
    }
}

@-webkit-keyframes "pathanimation-out" {
    100% {
        stroke-dashoffset: 0;
    }
    60% {
        stroke-dasharray: 22 230;
    }
    40% {
        stroke-dashoffset: -65;
    }
    0% {
        stroke-dashoffset: -65;
        stroke-dasharray: 160;
    }
}

@keyframes "pathanimation-out" {
    100% {
        stroke-dashoffset: 0;
    }
    60% {
        stroke-dasharray: 22 230;
    }
    40% {
        stroke-dashoffset: -65;
    }
    0% {
        stroke-dashoffset: -65;
        stroke-dasharray: 160;
    }
}

.region-slideshow {
    margin: 0 0 35px 0
}

.fade-scale {
    transform: scale(0);
    opacity: 0
}

.fade-scale.in {
    opacity: 1;
    transform: scale(1)
}

.lazy-hidden {
    opacity: 0
}

.lazy-loaded {
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    opacity: 1
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-clearfix {
    min-height: 0
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.bannver {
    float: right;
    height: 0px;
    margin-right: -165px;
    position: relative;
    width: 150px
}

.mdl-shadow {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2)
}

.mdl-corner {
    border-radius: 2px;
    margin-bottom: 30px;
    background: #FFF
}

#page {
    background: #f5f5f5
}

#nav_ariane li {
    display: block;
    float: left;
    font-weight: bold;
    padding: 5px 15px 5px 15px
}

#nav_ariane {
    background: #E8E8E8
}

.sous_rub {
    border-right: 1px solid #E4E6E9
}

.petit {
    font-size: 16px;
    padding: 10px;
    margin: 0 0 5px 0;
    line-height: 1.25em
}

iframe {
    border: none
}

.video-accueil,
.interviews-photos {
    float: left
}

.video-accueil {
    background: #000B15
}

.video-accueil .col-lg-3 {
    position: relative;
    margin-bottom: 15px
}

.titre_video_accueil {
    display: block;
    font-size: 15px;
    line-height: 120%;
    font-family: 'journal', georgia, serif;
    font-weight: normal;
    margin: 0 0 .4rem;
    padding: 15px 0 0
}

.video-accueil a {
    color: #FFF
}

.video-accueil {
    margin-top: 10px
}

.ico_video {
    position: absolute;
    top: 50px;
    left: 120px;
    font-size: 40px
}

.thumb .ico_video {
    top: 60px;
    left: 110px;
    font-size: 30px
}

.no-padding {
    padding: 0
}

li.ariane {
    background: #283593;
    color: white;
    position: relative
}

li.ariane::after {
    position: absolute;
    display: inline-block;
    border-top: 16px solid transparent;
    border-left: 7px solid #283593;
    border-bottom: 16px solid transparent;
    border-right-color: #283593;
    right: -7px;
    top: 1px;
    content: ''
}

.z1 a {
    color: #FFF
}

.clear {
    clear: both
}

#admin-menu {
    background: #333
}

#admin-menu-wrapper {
    font-size: .9em
}

html body.admin-menu {
    margin-top: 28px !important
}

.region-navigation {
    width: 100%;
    float: left;
    background: #283593;
    max-height: 34px
}

.logo a {
    color: white;
    font-size: 50px;
    font-family: georgia
}
.logo a:focus {
    text-decoration: none;
    outline: none;
}
.grid_4_home {
    width: 26.33%;
    padding: 0;
    margin: 15px 15px 15px 0
}

.grid_8_home {
    width: 69.72%;
    padding: 0;
    margin: 15px
}

img {
    max-width: 100%
}

.preview.col-lg-8 {
    width: 57%
}

.details.col-lg-4 {
    width: 43%;
    padding: 10px 15px 0 15px
}

.content-edito {
    float: left;
    margin: 0 0 15px 0
}

.titre-edito.grand {
    font-size: 21px;
    line-height: 30px
}

.edito-1,
.edito-2,
.edito-3 {
    width: 32%;
    min-height: 225px;
    margin: 0 0 15px 0
}

.edito-4,
.edito-5,
.edito-6,
.edito-7,
.edito-8,
.edito-9,
.edito-10 {
    width: 48.43%;
    min-height: 225px;
    margin: 0 0 15px 0
}

.edito-8,
.edito-9 {
    margin-bottom: 0
}

.edito-4,
.edito-6,
.edito-8 {
    margin-right: 15px
}

.edito-1,
.edito-2 {
    margin: 0 15px 0 0
}

.pub-4 {
    width: 37.747%;
    margin: 0 15px 0 0
}

.six-edito {
    width: 60.36%
}

#moteur .search-icon {
    font-size: 20px;
    color: #FFFFFF;
    position: absolute;
    right: 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 9px
}

#moteur .search-icon-open {
    z-index: 1000;
    color: #FFF;
    right: 360px
}

#moteur .form-control {
    border: 0 none;
    width: 300px;
    height: 25px;
    border-radius: 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 0px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 10px
}

#block-topheader-topheader .col-md-4 {
    padding: 0
}

#moteur .search-bar-open {
    display: block;
    width: 355px;
    padding-left: 10px;
    padding-right: 10px;
    top: 10px
}

.bordt3 {
    border-top: 3px solid #283593
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    background-color: #283593;
    border-color: #283593
}

.list-group-item:first-child {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px
}

.tt20 {
    display: block;
    font-family: 'journal', georgia, serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 105%;
    padding: 0 0 0.3rem
}

.entete_deroule {
    border-bottom: 1px solid #EEF1F5;
    display: block;
    margin: 0 0 16px;
    padding: 10px 0;
    text-align: center
}

.view-display-id-politique .petit,
.view-display-id-economie .petit {
    font-size: 13px;
    padding: 0 0 0 10px;
    margin: 0;
    font-family: Roboto;
    line-height: 20px
}

.view-display-id-politique .edito-odd,
.view-display-id-economie .edito-odd {
    margin: 0;
    padding: 0 25px 25px 0
}

.view-display-id-politique .edito-even,
.view-display-id-economie .edito-even {
    margin: 0;
    padding: 0 25px 25px 0
}

.img_tt_chapo {
    margin-bottom: 16px;
    overflow: hidden
}

.tt17,
.tt17_capital {
    font-size: 20px;
    font-weight: normal;
    line-height: 120%
}

.footer-bloc {
    border-top: 1px solid #EEF1F5;
    clear: both;
    margin: 0;
    padding: 10px;
    text-align: center;
    width: 100%;
    font-family: 'journal', georgia, serif;
    font-size: 18px
}

.bloc_droit {
    overflow: hidden;
    background: #E8E8E8
}

.progress {
    background-color: #FFF;
    border-radius: 0px
}

.date-small {
    position: absolute;
    top: 1px;
    left: 1px;
    padding: 8px;
    background: rgba(0, 0, 0, 0.3);
    color: #F3F2F2;
    font-size: 11px
}

.m-thumb {
    position: relative
}

.mono-article .col-lg-4 {
    padding: 0;
    width: 32.45%;
    min-height: 350px
}

.mono-article .auto {
    margin: 0 15px 0 15px
}

.mono-article {
    clear: both;
    float: left
}

.divers-0,
.hightech-0,
.auto-0 {
    margin-right: 15px
}

.mini-corner {
    float: left;
    width: 32%;
    padding: 10px;
    border: solid 1px #EAEAEA;
    -webkit-box-shadow: 0px 2px 1px 0px #ccc;
    -moz-box-shadow: 0px 2px 1px 0px #ccc;
    box-shadow: 0px 2px 1px 0px #ccc;
    margin: 0 0 20px 0
}

.chroniques-details-home {
    float: left;
    width: 65%
}

.chroniqueur-thumb {
    float: left;
    width: 100px
}

.date-chronique,
.auteur-chronique {
    font-size: 13px;
    padding: 0 0 0 10px;
    line-height: 10px;
    margin: 20px 0 0 0
}

.auteur-chronique {
    font-weight: bold
}

h3.titre-chronique {
    font-size: 13px;
    padding: 0 0 0 10px;
    margin: 0;
    min-height: 48px
}

.first-i,
.fa-user-circle {
    padding-right: 8px
}

.chronique-n-0 {
    margin: 0 12px 0 12px
}

.chronique-n-1 {
    margin: 0 12px 0 0
}

h1.dad {
    font-size: 13px;
    font-weight: normal;
    padding: 0;
    margin: 0
}

h1.dad a {
    font: 14px/24px Roboto, sans-serif;
    color: #FFF;
    line-height: 24px
}

.span3 {
    width: 130px;
    margin: 0 auto 15px auto
}

.span3 img {
    border: 5px solid #283593
}

.published {
    font-size: 12px
}

.entry-meta {
    border-top: 0.0625rem dotted #dfdfdf;
    padding: 10px 0 10px 0
}

.meta {
    border-top: 0.0625rem dotted #dfdfdf;
    font-size: 12px;
    padding: 10px 0 10px 0;
    border-bottom: 0.0625rem dotted #dfdfdf
}

.view-display-id-block_cat .jour_parution,
.view-display-id-page_eco .jour_parution,
.view-display-id-page_videos .jour_parution,
.view-display-id-images .jour_parution {
    position: relative;
    margin: 0 0 0 8px !important;
    clear: both
}

.jour_parution {
    color: #464F57;
    display: block;
    font-weight: bold;
    padding: 10px 0 15px 0;
    margin: 0 0 0 10px;
    text-transform: uppercase
}

.view-display-id-block_cat .postm,
.view-display-id-page_eco .postm,
.view-display-id-images .postm,
.view-display-id-page_videos .postm {
    position: relative;
    width: calc( 100% - 75px);
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    margin: 0 0 15px 30px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175)
}

.view-display-id-block_cat .views-row-first,
.view-display-id-page_eco .views-row-first,
.view-display-id-images .views-row-first,
.view-display-id-page_videos .views-row-first {
    border-top: none
}

.list-module {
    border-top: 1px solid #EEF1F5;
    overflow: hidden;
    padding-top: 10px
}

.reduction-posts .entry-meta-cat {
    font-size: 11px;
    margin: 0 0 6px 0;
    float: left
}

.reduction-posts .thumb {
    display: block;
    float: left;
    margin: 0 10px 0 15px;
    position: relative
}

.reduction-posts .thumb img {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    overflow: hidden
}

.view-display-id-block_cat h3.entry-title,
.view-display-id-page_eco h3.entry-title,
.view-display-id-page_videos h3.entry-title,
.view-display-id-images h3.entry-title {
    min-height: 45px
}

.reduction-posts h3.entry-title {
    margin: 0;
    font-size: 15px
}

.view-display-id-block_cat .intro-article,
.view-display-id-page_eco .intro-article,
.view-display-id-page_videos .intro-article,
.view-display-id-images .intro-article {
    font-size: 13px !important;
    text-align: justify
}

.intro-article {
    font-family: arial, sans-serif;
    font-size: 12px;
    line-height: 140%;
    color: #16212C
}

.view-display-id-block_cat .view-content:before,
.view-display-id-page_eco .view-content:before,
.view-display-id-page_videos .view-content:before,
.view-display-id-images .view-content:before {
    content: '';
    position: absolute;
    display: block;
    width: 4px;
    background: #f5f5f6;
    left: -18px;
    top: 20px;
    bottom: 20px;
    margin-left: 30px
}

.view-display-id-block_cat .view-content,
.view-display-id-page_eco .view-content,
.view-display-id-page_videos .view-content,
.view-display-id-images .view-content {
    position: relative
}

.region-leaderboard2 {
    height: auto;
    text-align: center;
    margin: 5px 0 0 0;
}

.pager {
    display: none !important
}

.ajax-comment-wrapper {
    display: block !important
}

.comment {
    border-top: 1px solid #EEF1F5;
    clear: both;
    padding: 10px 0;
    text-align: left
}

.blog-comment img.avatar {
    position: relative;
    float: left;
    margin-left: 0;
    margin-top: 0;
    width: 65px;
    height: 65px
}

.blog-comment .post-comments {
    border: 1px solid #eee;
    margin-bottom: 20px;
    margin-left: 85px;
    margin-right: 0;
    padding: 10px 20px;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    color: #6b6e80;
    text-align: left
}

.field-name-comment-body {
    margin: 5px 0
}

.blog-comment ul.comments ul {
    list-style-type: none;
    padding: 10px 0 0 0;
    text-align: right
}

.post-comments .links {
    float: none
}

.comment_submitter {
    font-style: italic;
    font-size: 13px
}

.comment-title {
    margin: 0
}

.btn {
    border-radius: 0
}

.well {
    border-radius: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0
}

.btn-success {
    color: #fff;
    background-color: #283593;
    border: 0
}

.btn-success:hover {
    color: #fff;
    background-color: #303F9F;
    border: 0
}

.pagination > li > a,
.pagination > li > span {
    color: #283593
}

#comment-form-wrapper h2 {
    font-family: arial;
    font-size: 15px;
    color: #283593
}

#comments h3.text-success {
    font-family: arial;
    font-size: 17px;
    color: #283593
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #283593;
    border-color: #283593
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: #283593
}

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative
}

.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: 620px;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0
}

.scroll-element {
    display: none
}

.scroll-element,
.scroll-element div {
    box-sizing: content-box
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999
}

.scroll-textarea > .scroll-content {
    overflow: hidden !important
}

.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0
}

.mousescroll > .scroll-element,
.mousescroll > .scroll-element div {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10
}

.mousescroll > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

#filactu {
    border-bottom: 1px solid #dddddd !important
}

.mousescroll > .scroll-element .scroll-element_track {
    display: none
}

.mousescroll > .scroll-element .scroll-bar {
    background-color: #6C6E71;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear
}

.mousescroll:hover > .scroll-element .scroll-bar,
.mousescroll > .scroll-element.scroll-draggable .scroll-bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7
}

.mousescroll > .scroll-element.scroll-x {
    bottom: 0px;
    height: 0px;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%
}

.mousescroll > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0px;
    top: 0;
    width: 0px
}

.mousescroll > .scroll-element.scroll-x .scroll-bar {
    height: 7px;
    min-width: 10px;
    top: -9px
}

.mousescroll > .scroll-element.scroll-y .scroll-bar {
    left: -9px;
    min-height: 10px;
    width: 7px
}

.mousescroll > .scroll-element.scroll-x .scroll-element_outer {
    left: 2px
}

.mousescroll > .scroll-element.scroll-x .scroll-element_size {
    left: -4px
}

.mousescroll > .scroll-element.scroll-y .scroll-element_outer {
    top: 2px
}

.mousescroll > .scroll-element.scroll-y .scroll-element_size {
    top: -4px
}

.mousescroll > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px
}

.mousescroll > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px
}

.mousescroll .list-group-item:last-child {
    border-bottom: none !important
}

#content_meteo {
    cursor: pointer
}

#content_meteo h2 {
    display: none
}

#content_meteo p.wiText {
    display: none
}

#content_meteo {
    width: 140px;
    position: absolute
}

#content_meteo .wiToday {
    color: #FFF
}

#content_meteo .flatWeatherPlugin div.wiToday > p.wiTemperature {
    font-size: 40px
}

#content_meteo .flatWeatherPlugin .wiToday .wiIconGroup div.wi {
    font-size: 245%
}

#content_meteo .flatWeatherPlugin .wiToday > .wiIconGroup p {
    padding: 0
}

.progress-bar {
    background-color: #283593
}

.region-laune .cartouche_rubrique {
    background: #283593;
    padding: 0 16px;
    margin: 0;
    font-size: 17px;
    line-height: 26px;
    color: #fff;
    text-transform: uppercase
}

.ajax-poll {
    padding: 10px 15px
}

.choices {
    text-align: left
}

.vote-form {
    text-align: center
}

.vote-form .title {
    font-weight: bold
}

.quote_up {
    color: #0f0
}

.quote_down {
    color: #f00
}

#block-tunindex-tunindex .fr {
    float: right;
    font-weight: bold;
    font-size: 17px
}

#block-tunindex-tunindex .alri {
    text-align: right
}

#block-tunindex-tunindex {
    background: #1a2634;
    color: #FFF;
    padding: 15px;
    clear: both;
    margin: 10px 0 10px 0
}

#block-tunindex-tunindex h2 {
    font-size: 16px;
    line-height: 14px;
    color: #FFF;
    padding: 0;
    margin: 0 0 10px 0
}

#yahoocurrency_result {
    position: absolute;
    padding: 5px;
    float: right;
    left: 125px
}

#yahoocurrency_loading {
    position: absolute
}

.meta {
    position: relative
}

#block-tunindex-tunindex table {
    width: 100%
}

.region-currency .cartouche_rubrique {
    background: #283593;
    padding: 0 16px;
    margin: 0;
    font-size: 17px;
    line-height: 26px;
    color: #fff;
    text-transform: uppercase
}

.region-currency .devises {
    padding: 15px
}

#yahoocurrency_container input {
    text-align: center;
    margin: 0 0 10px 0
}

.region-currency select {
    background: #FFF;
    padding: 5px;
    margin: 0 0 10px 0
}

.btn-danger,
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
    background-color: #1A237E !important;
    border-color: #1A237E !important
}

.reportages-photos.col-lg-8 {
    margin-left: 15px;
    width: 65.35%
}

.reportages-photo .col-lg-6 {
    min-height: 249px
}

.footer-last .footer-nav {
    display: block;
    float: right;
    padding: 5px 15px 5px 0
}

.footer-last .footer-nav li {
    display: inline-block;
    font-size: 10px;
    font-weight: normal
}

.footer-last .footer-nav li:after {
    content: '|';
    color: #bbb;
    font-size: 10px;
    padding-left: 2px
}

.footer-last .footer-nav li:last-child:after {
    content: ''
}

.poll {
    padding: 15px;
}

#block-copyright-copyright {
    width: 60%;
    float: left
}

#block-menu-menu-social-icons {
    width: 40%;
    float: right;
    padding: 0
}

#block-menu-menu-social-icons .sf-menu {
    float: right;
    font-size: 12px
}

#block-menu-menu-social-icons .sf-menu i {
    padding: 0 5px 0 0
}

#block-menu-menu-social-icons .sf-menu li {
    padding: 0 10px 0 0
}

#block-menu-menu-social-icons .sf-menu li a {
    text-decoration: none;
    color: #FFF
}

ul.alphabet li {
    padding: 5px 10px 5px 10px !important
}

ul.alphabet li a.active {
    color: #07C
}

.index-title {
    margin: 15px
}

.region-laune {
    margin: 0 0 25px 0
}
.region-leaderboard {text-align:center;margin: 5px 0 0 0;}
.region-leaderboard img {display: inline-block!important;margin: 0 0 7px 0!important;}
.region-newsletter {
    margin: 10px 0 0 0
}

.region-newsletter .well {
    background-color: #283593;
    border: none;
    margin: 0;
    padding: 10px 15px 10px 15px
}

.region-newsletter .btn-danger {
    width: 100%;
    margin: 10px 0 0 0;
    background-color: red
}

.region-most {
    margin: 10px 0 0 0
}

.social-likes__widget {
    border-radius: 0
}

.alaune {
    float: left
}

.interviews {
    clear: both
}

.view-display-id-videos_accueil .view-content {
    float: left;
    padding: 0 0 15px 0
}

.reportages-photo h3.petit {
    min-height: 64px
}

@media only screen and (min-width: 1200px) {
    body {
        background: url('https://www.transparenttextures.com/patterns/clean-gray-paper.png')
    }
}

@media only screen and (min-width: 992px) and (max-width: 1140px) {
    .boxed,
    .blocked {
        width: 95%;
        overflow: hidden
    }
    .row {
        width: 99%
    }
    .latest-posts {
        width: 100% !important
    }
    .col-lg-8.posts {
        width: 70.466%
    }
    .deal-8 {
        margin: 0 !important
    }
    .deal-9 {
        display: none !important
    }
    .col-lg-4.top20 {
        float: left
    }
    #quicktabs-accueil .col-lg-4 {
        width: 37.2% !important;
        float: left !important
    }
    #block-views-reductions-news-home .col-lg-4.news-0 {
        margin: 0 34px 0 0 !important
    }
    #block-views-reductions-news-home .col-lg-4.news-1 {
        margin: 0 35px 0 0 !important
    }
    .col-lg-4.subscribe {
        margin: 0 0 0 30px !important;
        float: left;
        padding: 0 !important;
        width: 33.8% !important
    }
    #signup-list {
        display: none
    }
    .newsletter {
        height: 215px !important;
        padding: 20px 20px 13px !important
    }
    .newsletter .title {
        text-align: center !important;
        margin-bottom: 6px !important
    }
    #header .col-lg-5 {
        padding: 0 !important;
        margin: 0 !important;
        width: 45% !important
    }
    #header .logo {
        margin: 5px 0 0 30px !important
    }
    .main-menu a {
        padding: 17px 16px 27px !important
    }
    #header .navbar-inner .row {
        margin: 0 !important;
        width: 100% !important
    }
    #header .col-lg-4 {
        width: 32% !important
    }
    .view-display-id-newspint .box {
        width: 305px !important
    }
    .box img.photo {
        min-height: 174px !important
    }
    .page-content-articles .col-lg-4 {
        width: 39.9% !important
    }
    .bloc-detail-smo {
        width: 40% !important
    }
    .smo-share {
        width: 60% !important
    }
    .smo-boxes {
        width: 57% !important
    }
    .search-results .sidebar {
        width: 26% !important
    }
    .search-results .col-lg-8.posts {
        width: 71.33%
    }
    .favourite-stores {
        width: 92% !important
    }
    .sidebar {
        margin: 10px 0 0 5px
    }
    .card__thumb {
        height: 193px !important
    }
    h3.card__title a {
        font-size: 19px !important
    }
    .card__subtitle {
        font-size: 17px !important
    }
    .card:hover .card__thumb {
        height: 90px !important
    }
    .card:hover .card__body {
        height: 228px !important
    }
    .card__description {
        bottom: 30px !important
    }
    #block-views-taxonomies-seo-stores h2 {
        font-size: 22px !important
    }
    #block-views-taxonomies-seo-stores ul.col-lg-2 {
        float: left
    }
    #block-views-taxonomies-seo-stores ul li a {
        font-size: 13px
    }
    #footer .col-lg-2 {
        float: left
    }
    .search-results .sidebar {
        margin: 0 26px 0 0 !important
    }
    li.feature-mobile-cat {
        padding: 10px;
        border-bottom: 1px solid #D0D0D0
    }
    li.feature-mobile-cat i {
        font-size: 20px
    }
    ul.tab-menu li a {
        padding: 10px 0px 10px 10px !important
    }
    ul.tab-menu li {
        padding: 5px !important
    }
    ul.tab-menu li i {
        font-size: 20px !important
    }
    .edito-1,
    .edito-2,
    .edito-3 {
        width: 31.8%
    }
    .grid_4_home {
        width: 25.8%
    }
    .six-edito {
        width: 60%
    }
    .edito-4,
    .edito-5,
    .edito-6,
    .edito-7,
    .edito-8,
    .edito-9,
    .edito-10 {
        width: 48.1%
    }
    .card {
        width: 32.30%
    }
    .reportages-photos.col-lg-8 {
        width: 65%
    }
    .page-content-articles .article_normal.col-lg-9 {
        width: 71%
    }
    .col-lg-3.sidebar {
        width: 28%
    }
    .grid_8_home {
        width: 69.6%
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {

    .boxed,
    .blocked {
        width: 94%;
        overflow: hidden
    }
    .blocked {
        margin: 8px auto
    }
    .row {
        width: 95%
    }
    .latest-posts {
        width: 100% !important
    }
    .info-m {
        float: none;
        text-align: center
    }
    .social-m {
        float: none;
        text-align: center
    }
    .full-stunning h3 {
        line-height: 32px
    }
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        width: 98%;
        margin-bottom: 32px
    }
    .content-edito .preview {
        margin: 0
    }
    .alaune {
        float: left;
        background: none;
        box-shadow: none
    }
    .grid_8_home {
        margin: 15px 0 0 0;
        width: 100% !important
    }
    .edito-1,
    .edito-2,
    .edito-3 {
        float: left
    }
    .grid_4_home {
        width: 100%;
        margin: 0
    }
    view-display-id-politique .pub-4 {
        float: left
    }
    .edito-4,
    .edito-5,
    .edito-6,
    .edito-7,
    .edito-8,
    .edito-9,
    .edito-10,
    .six-edito {
        float: left;
        width: 48.2%
    }
    .six-edito {
        float: left;
        width: 60.28%
    }
    .extrabox,
    .move,
    .filterable span,
    #toTop,
    .twitter-feed,
    .flex-caption,
    .breadcrumbs .page-title {
        display: none
    }
    .xpopdrop ul {
        display: block !important;
        visibility: inherit !important
    }
    .search-s {
        float: right;
        position: absolute;
        padding: 22px 0 0;
        right: 8px
    }
    .service-i .col-lg-4,
    .service-i .col-lg-3,
    .service-ii .col-lg-4,
    .service-ii .col-lg-3,
    .service-iii .col-lg-4,
    .service-iii .col-lg-3,
    .service-iiii .col-lg-4,
    .service-iiii .col-lg-3,
    .service-iiiii .col-lg-4,
    .service-iiiii .col-lg-3 {
        width: 98%;
        margin: 8px auto;
        text-align: center
    }
    .service-iiii .col-lg-4,
    .service-iiii .col-lg-3 {
        text-align: left !important
    }
    .service-iii .col-lg-4,
    .service-iii .col-lg-3 {
        width: 23%
    }
    .service-iii .col-lg-9,
    .service-iii .col-lg-8 {
        width: 73%
    }
    #footer .col-lg-3 {
        width: 100%;
        margin: 32px 1%
    }
    .footer-last .copyright {
        float: none;
        padding: 16px 0 4px;
        text-align: center
    }
    .middle2 .header-nav {
        float: none;
        text-align: center;
        padding: 8px 0
    }
    #we {
        top: 244px;
        width: 98%
    }
    #slide-team .head {
        margin: 58px 0 0
    }
    .latest-portfolio-widget img {
        height: auto;
        width: 20.5%
    }
    .filterable ul.filter {
        padding: 0;
        white-space: normal
    }
    .single-nav .flr {
        float: right;
        display: block;
        margin: 0
    }
    .tbtn.flr {
        float: left;
        margin: 4px 16px 8px 0
    }
    .flex-full .flexslider:hover .flex-prev,
    .flex-full .flexslider .flex-prev {
        right: 46px
    }
    .flex-full .flexslider:hover .flex-next,
    .flex-full .flexslider .flex-next {
        right: 10px
    }
    .stuni {
        padding: 70px 16px 16px
    }
    .stun-btn {
        top: 32px;
        right: 30%
    }
    .here {
        float: none;
        text-align: center
    }
    .modal {
        left: 20px;
        margin: 0;
        position: fixed;
        right: 20px;
        top: 20px;
        width: auto
    }
    #page .header {
        display: block
    }
    .region-highlighted h1 {
        font-size: 24px !important
    }
    .region-highlighted h1 span {
        display: none !important
    }
    #footer .row {
        width: 100%
    }
    #footer .col-lg-2 {
        width: 100%;
        text-align: center;
        cursor: pointer;
        display: block;
        border-bottom: 1px solid #505050;
        border-left: none;
        height: auto;
        padding: 0 !important;
        margin: 0 !important
    }
    #footer .col-lg-2 h4 {
        color: #95d814;
        font-weight: 400;
        line-height: 1.4;
        margin: 0;
        padding: 15px 0;
        font-size: 15px;
        display: block
    }
    #footer .col-lg-2.expanded {
        background: #1C1C1C
    }
    #footer .col-lg-2 ul {
        max-height: 0;
        overflow: hidden;
        position: relative
    }
    #footer .col-lg-2.expanded ul {
        max-height: 999px;
        margin-bottom: 20px
    }
    #footer .col-lg-10 {
        width: 100%;
        text-align: center;
        cursor: pointer;
        display: block;
        border-bottom: 1px solid #505050;
        border-left: none;
        height: auto;
        padding: 0 !important;
        margin: 0 !important
    }
    #footer .col-lg-10 h4 {
        color: #95d814;
        font-weight: 400;
        line-height: 1.4;
        margin: 0;
        padding: 15px 0;
        font-size: 15px;
        display: block
    }
    #footer .col-lg-10.expanded {
        background: #1C1C1C
    }
    #footer .col-lg-10 ul {
        max-height: 0;
        overflow: hidden;
        position: relative
    }
    #footer .col-lg-10.expanded ul {
        max-height: 999px;
        margin-bottom: 20px
    }
    ul.nos-rubriques li {
        float: none !important;
        width: 100% !important
    }
    .footer-middle {
        padding: 0 !important
    }
    #footer .fw {
        margin: 0
    }
    .block-copyright-copyright {
        width: 100%;
        text-align: center;
        float: none
    }
    .block-menu-menu-social-icons {
        float: none;
        width: 190px;
        margin: 0 auto
    }
    .deal-7,
    .deal-8,
    .deal-9 {
        display: none !important
    }
    .favourite-stores {
        width: 99% !important
    }
    .block-views-taxonomies-seo-stores {
        display: none
    }
    .sidebar {
        clear: both;
        width: 100%;
        padding: 0
    }
    .col-lg-4.top20 {
        margin: 0 !important;
        width: 100%
    }
    .page-content .col-lg-8 {
        width: 100%
    }
    #cache-coupon {
        width: 160px !important
    }
    .news-posts h3.entry-title {
        width: 50% !important
    }
    .list-module .col-lg-8,
    .newsletter-stores .col-lg-8 {
        float: left !important
    }
    .thumb.col-lg-4 {
        margin-bottom: 0 !important
    }
    .sidebar.col-lg-4 {
        margin: 0
    }
    #block-views-taxonomies-seo-stores {
        display: none
    }
    #quicktabs-accueil .col-lg-4 {
        float: left
    }
    .col-lg-8.quicktabs_main {
        width: 100% !important;
        float: left;
        width: 65.8% !important;
        margin: 0
    }
    #block-views-reductions-news-home .col-lg-4 {
        float: left;
        width: 30% !important
    }
    #block-views-reductions-news-home .col-lg-4.news-0,
    #block-views-reductions-news-home .col-lg-4.news-1 {
        margin: 0 35px 0 0 !important
    }
    #block-views-reductions-news-home {
        padding: 15px 0 0 !important
    }
    .view-grid ul.arrowlist li {
        width: 100% !important;
        border-top: 1px solid #e8e8e8;
        padding: 15px 0 !important;
        text-align: center
    }
    .view-grid ul.arrowlist li a {
        font-size: 14px !important
    }
    .block-all-stores h2 {
        border-top: none !important
    }
    ol.alphabet li {
        float: none !important;
        display: inline-block;
        border-right: none !important
    }
    .col-lg-12.alphabet {
        text-align: center;
        border-bottom: 1px solid #e8e8e8;
        padding: 0 0 25px !important;
        margin: 15px 0 0 !important
    }
    .all-categories .view-grid {
        border-top: none !important
    }
    .one-block.all-categories {
        text-align: center
    }
    .view-display-id-newspint .box {
        width: 223px !important
    }
    .box img.photo {
        min-height: 130px !important
    }
    .page-content-articles .col-lg-8 {
        width: 100% !important
    }
    .page-content-articles .col-lg-4 {
        width: 100% !important
    }
    .bloc-detail-smo {
        width: 40% !important
    }
    .smo-share {
        width: 62% !important
    }
    .titre-vocab .col-lg-8 {
        width: 100% !important
    }
    .smo-boxes {
        display: none
    }
    .search-results .sidebar {
        display: none
    }
    .search-results .col-lg-8.posts {
        width: 100% !important
    }
    .card__thumb {
        height: 139px !important
    }
    .card__subtitle {
        display: none
    }
    h3.card__title a {
        font-size: 19px !important
    }
    .card:hover .card__body {
        height: 125px !important
    }
    .card__description {
        display: none !important
    }
    .deal-mobile .col-lg-4 {
        width: 100% !important
    }
    li.feature-mobile-cat {
        padding: 10px;
        border-bottom: 1px solid #D0D0D0
    }
    li.feature-mobile-cat i {
        font-size: 20px
    }
    ul.tab-menu li a {
        padding: 10px 0px 10px 10px !important
    }
    ul.tab-menu li {
        padding: 5px !important
    }
    ul.tab-menu li i {
        font-size: 20px !important
    }
    #moteur .search-icon {
        display: none
    }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
    html {
        overflow-x: hidden !important
    }

    .boxed,
    .blocked {
        width: 94%;
        overflow: hidden
    }
    .blocked {
        margin: 8px auto
    }
    .row {
        width: 95%
    }
    .latest-posts {
        width: 100% !important
    }
    .info-m {
        float: none;
        text-align: center
    }
    .social-m {
        float: none;
        text-align: center
    }
    .full-stunning h3 {
        line-height: 32px
    }
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        width: 100%
    }
    .edito-1,
    .edito-2,
    .edito-3 {
        width: 31.58%;
        float: left
    }
    .page-content-articles .article_normal.col-lg-9,
    .page-content-articles .article_normal .col-lg-9,
    .page-content-articles .article_normal .col-lg-3 {
        width: 100%
    }
    .pub-4 {
        width: 37%;
        float: left
    }
    .six-edito {
        float: left
    }
    .edito-4,
    .edito-5,
    .edito-6,
    .edito-7,
    .edito-8,
    .edito-9,
    .edito-10 {
        width: 47.8%;
        float: left
    }
    .grid_8_home {
        margin: 15px 0 15px 0
    }
    .main-menu,
    .second-menu {
        background: #1c1c1c;
        width: 100%
    }
    .main-menu a,
    .main-menu li li a,
    .main-menu li.current li a,
    .second-menu a,
    .second-menu li li a,
    .second-menu li.current li a {
        display: block;
        border: 0 !important;
        padding: 12px 16px !important;
        color: #E7E7E7;
        font-size: 12px;
        background: none !important;
        width: 100%
    }
    .main-menu a i,
    .second-menu a i {
        display: inline-block !important;
        font-size: 14px !important;
        margin: 0 4px 0 0 !important
    }
    .main-menu ul li.active a,
    .main-menu li,
    .main-menu li:first-child,
    .second-menu ul li.current a,
    .second-menu li,
    .second-menu li:first-child {
        border: 0
    }
    .extrabox,
    .move,
    .filterable span,
    #toTop,
    .twitter-feed,
    .flex-caption,
    .breadcrumbs .page-title {
        display: none
    }
    #mobilepro {
        display: block
    }
    #secondmobilepro {
        display: block
    }
    .sf-menu {
        width: 95% !important;
        display: none
    }
    .sf-menu.xactive {
        display: block !important
    }
    .sf-menu li {
        float: none !important;
        display: block !important;
        width: 100% !important;
        overflow: hidden
    }
    .sf-menu li a,
    .second-menu li:first-child a,
    .sf-menu ul li,
    .second-menu li.current {
        float: none !important;
        border: 0
    }
    .sf-menu li:hover ul,
    .sf-menu li.sfHover ul {
        box-shadow: none;
        -webkit-animation: initial;
        animation: initial;
        -moz-animation: initial;
        -o-animation: initial
    }
    .sf-menu li li {
        left: 32px
    }
    .main-menu li ul li a:hover,
    .main-menu li li.current a,
    .second-menu li a:hover,
    .second-menu li.current li a:hover,
    .second-menu li li.current a,
    .main-menu li a:hover,
    .main-menu li.current li a:hover,
    .main-menu li li.current a {
        background: none !important;
        color: #618bd3 !important
    }
    .sf-menu ul {
        position: static !important;
        display: none !important;
        width: 100%
    }
    .xpopdrop ul {
        display: block !important;
        visibility: inherit !important
    }
    .search-s {
        float: right;
        position: absolute;
        padding: 22px 0 0;
        right: 8px
    }
    .service-i .col-lg-4,
    .service-i .col-lg-3,
    .service-ii .col-lg-4,
    .service-ii .col-lg-3,
    .service-iii .col-lg-4,
    .service-iii .col-lg-3,
    .service-iiii .col-lg-4,
    .service-iiii .col-lg-3,
    .service-iiiii .col-lg-4,
    .service-iiiii .col-lg-3 {
        width: 98%;
        margin: 8px auto;
        text-align: center
    }
    .service-iiii .col-lg-4,
    .service-iiii .col-lg-3 {
        text-align: left !important
    }
    .service-iii .col-lg-4,
    .service-iii .col-lg-3 {
        width: 23%
    }
    .service-iii .col-lg-9,
    .service-iii .col-lg-8 {
        width: 73%
    }
    #footer .col-lg-3 {
        width: 100%;
        margin: 32px 1%
    }
    .footer-last .copyright {
        float: none;
        padding: 16px 0 4px;
        text-align: center
    }
    .middle2 .header-nav {
        float: none;
        text-align: center;
        padding: 8px 0
    }
    #we {
        top: 244px;
        width: 98%
    }
    #slide-team .head {
        margin: 58px 0 0
    }
    .latest-portfolio-widget img {
        height: auto;
        width: 20.5%
    }
    .filterable ul.filter {
        padding: 0;
        white-space: normal
    }
    .single-nav .flr {
        float: right;
        display: block;
        margin: 0
    }
    .tbtn.flr {
        float: left;
        margin: 4px 16px 8px 0
    }
    .flex-full .flexslider:hover .flex-prev,
    .flex-full .flexslider .flex-prev {
        right: 46px
    }
    .flex-full .flexslider:hover .flex-next,
    .flex-full .flexslider .flex-next {
        right: 10px
    }
    .stuni {
        padding: 70px 16px 16px
    }
    .stun-btn {
        top: 32px;
        right: 30%
    }
    .here {
        float: none;
        text-align: center
    }
    .modal {
        left: 20px;
        margin: 0;
        position: fixed;
        right: 20px;
        top: 20px;
        width: auto
    }
    #page .header {
        display: block
    }
    .region-highlighted h1 {
        font-size: 24px !important
    }
    .region-highlighted h1 span {
        display: none !important
    }
    #footer .row {
        width: 100%
    }
    #footer .col-lg-2 {
        width: 100%;
        text-align: center;
        cursor: pointer;
        display: block;
        border-bottom: 1px solid #505050;
        border-left: none;
        height: auto;
        padding: 0 !important;
        margin: 0 !important
    }
    #footer .col-lg-2 h4 {
        color: #95d814;
        font-weight: 400;
        line-height: 1.4;
        margin: 0;
        padding: 15px 0;
        font-size: 15px;
        display: block
    }
    #footer .col-lg-2 ul {
        max-height: 0;
        overflow: hidden;
        position: relative
    }
    #footer .col-lg-2.expanded {
        background: #1C1C1C
    }
    #footer .col-lg-2.expanded ul {
        max-height: 999px;
        margin-bottom: 20px
    }
    #footer .col-lg-10 {
        width: 100%;
        text-align: center;
        cursor: pointer;
        display: block;
        border-bottom: 1px solid #505050;
        border-left: none;
        height: auto;
        padding: 0 !important;
        margin: 0 !important
    }
    #footer .col-lg-10 h4 {
        color: #95d814;
        font-weight: 400;
        line-height: 1.4;
        margin: 0;
        padding: 15px 0;
        font-size: 15px;
        display: block
    }
    #footer .col-lg-10 ul {
        max-height: 0;
        overflow: hidden;
        position: relative
    }
    #footer .col-lg-10.expanded {
        background: #1C1C1C
    }
    #footer .col-lg-10.expanded ul {
        max-height: 999px;
        margin-bottom: 20px
    }
    ul.nos-rubriques li {
        float: none !important;
        width: 100% !important
    }
    .footer-middle {
        padding: 0 !important
    }
    #footer .fw {
        margin: 0
    }
    .block-copyright-copyright {
        width: 100%;
        text-align: center;
        float: none
    }
    .block-menu-menu-social-icons {
        float: none;
        width: 190px;
        margin: 0 auto
    }
    .page-content .col-lg-8 {
        width: 100%
    }
    #cache-coupon {
        width: 160px !important;
        float: none !important
    }
    .news-posts h3.entry-title {
        width: 50% !important
    }
    .list-module .col-lg-8,
    .newsletter-stores .col-lg-8 {
        float: left !important;
        width: 100% !important;
        text-align: center
    }
    .thumb.col-lg-4 {
        width: 100% !important;
        margin-bottom: 0 !important
    }
    .sidebar.col-lg-4 {
        margin: 0;
        width: 100% !important
    }
    .logo-inner {
        width: 82px;
        margin: 0 auto
    }
    .news-posts h3.entry-title {
        width: 100% !important;
        padding: 0 10px 25px
    }
    .news-posts .col-lg-4 {
        padding: 0 !important
    }
    article.list-module {
        padding: 10px 0
    }
    .toggle-action {
        font-size: 12px;
        padding: 10px 0 0
    }
    .view-display-id-expired strong {
        color: orange
    }
    aside.newsletter-stores {
        display: none
    }
    .titre-vocab .col-lg-8 {
        width: 100% !important;
        text-align: center;
        margin-bottom: 0 !important
    }
    .merchant-title.left-col {
        padding: 0 !important;
        margin: 0 auto !important;
        width: 82px !important;
        clear: both;
        float: none !important
    }
    .titre-cat hgroup {
        width: 100% !important;
        float: none !important;
        clear: both
    }
    .follow-store {
        width: 100% !important;
        float: none !important
    }
    .titre-cat img {
        padding: 0 !important;
        margin: 0 !important
    }
    #block-views-reductions-news-home {
        display: none
    }
    html.mm-opening .mm-slideout {
        -webkit-transform: translate(75%, 0) !important;
        -moz-transform: translate(75%, 0) !important;
        -ms-transform: translate(75%, 0) !important;
        -o-transform: translate(75%, 0) !important;
        transform: translate(75%, 0) !important
    }
    .mm-menu {
        width: 75% !important
    }
    #block-views-taxonomies-seo-stores {
        display: none
    }
    #quicktabs-accueil .col-lg-4 {
        float: left
    }
    .col-lg-8.quicktabs_main {
        width: 100% !important;
        float: left;
        width: 83.8% !important;
        margin: 0
    }
    .quicktabs-tabs li a span {
        display: none
    }
    ul.quicktabs-tabs.quicktabs-style-navlist li a {
        background: none !important
    }
    #quicktabs-accueil .col-lg-4 {
        width: 16.2% !important
    }
    a.tabs_view_more {
        display: none !important
    }
    .col-lg-4.top20 {
        margin: 0 !important;
        width: 100% !important
    }
    #block-views-reductions-slideshow,
    .follow-store,
    .breadcrumb {
        display: none
    }
    .view-grid ul.arrowlist li {
        width: 100% !important;
        border-top: 1px solid #e8e8e8;
        padding: 15px 0 !important;
        text-align: center
    }
    .view-grid ul.arrowlist li a {
        font-size: 14px !important
    }
    .block-all-stores h2 {
        border-top: none !important
    }
    ol.alphabet li {
        float: none !important;
        display: inline-block;
        border-right: none !important
    }
    .col-lg-12.alphabet {
        text-align: center;
        border-bottom: 1px solid #e8e8e8;
        padding: 0 0 25px !important;
        margin: 15px 0 0 !important
    }
    .sidebar {
        clear: both;
        width: 100%;
        padding: 0
    }
    .all-categories .view-grid {
        border-top: none !important
    }
    .one-block.all-categories {
        text-align: center
    }
    .view-display-id-newspint .box {
        width: 200px !important
    }
    .body-pint {
        display: none
    }
    .page-content-articles .col-lg-8 {
        width: 100% !important
    }
    .page-content-articles .col-lg-4 {
        width: 100% !important
    }
    .cat-title {
        margin: 0 auto !important;
        float: none !important
    }
    .titre-cat h1 {
        padding: 15px 0 10px !important
    }
    .featured-title i {
        border-radius: 3px !important;
        padding: 0 !important;
        height: 35px !important;
        width: 35px !important;
        line-height: 35px !important;
        font-size: 19px !important;
        margin: 0 10px 0 0 !important
    }
    h1.featured-title {
        line-height: 1.2em !important;
        text-align: left;
        font-size: 25px !important;
        padding: 0 5px 0 0
    }
    .search-box {
        width: 100% !important
    }
    #moteur.navbar-collapse.in {
        overflow-y: visible !important;
        box-shadow: none !important
    }
    #moteur {
        margin: 20px 0 0
    }
    .smo-share {
        display: none !important
    }
    .bloc-detail-smo {
        width: 100% !important;
        text-align: center
    }
    .bloc-detail-smo .gvc-social {
        font-size: 12px !important
    }
    .pluscategorie {
        display: none
    }
    .smo-boxes {
        display: none
    }
    .front .subscribe {
        display: none
    }
    .search-results .sidebar {
        display: none
    }
    .search-results .col-lg-8.posts {
        width: 100% !important
    }
    .deal-4,
    .deal-5,
    .deal-6,
    .deal-7,
    .deal-8,
    .deal-9 {
        display: none !important
    }
    .favourite-stores {
        width: 100% !important
    }
    .deal-3 {
        margin-right: 0 !important
    }
    .slideshow {
        display: none
    }
    .flipper {
        float: none !important
    }
    .deal-mobile .col-lg-4 {
        width: 100% !important
    }
    li.feature-mobile-cat {
        padding: 10px;
        border-bottom: 1px solid #D0D0D0
    }
    li.feature-mobile-cat i {
        font-size: 20px
    }
    ul.tab-menu li a {
        padding: 10px 0px 10px 10px !important
    }
    ul.tab-menu li {
        padding: 5px !important
    }
    ul.tab-menu li i {
        font-size: 20px !important
    }
    .one-home {
        display: none
    }
    #moteur .search-icon {
        display: none
    }
.troc-search {
    margin: 7.5px -15px;
}
#moteur .form-control {
    position: relative;
    width: 85%;
    height: 35px;
    padding: 0 10px 0 10px;
    margin: 0 auto;
    font-size: 12px;
}
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    html {
        overflow-x: hidden !important
    }

    .boxed,
    .blocked {
        width: 94%;
        overflow: hidden
    }
    .blocked {
        margin: 8px auto
    }
    .row {
        width: 94%
    }
    .edito-1,
    .edito-2 {
        margin: 0
    }
    .edito-1,
    .edito-2,
    .edito-3 {
        width: 100%
    }
    .alaune {
        margin: 15px 0 0 0
    }
    .latest-posts {
        width: 100% !important
    }
    .info-m {
        float: none;
        text-align: center
    }
    .social-m {
        float: none;
        text-align: center
    }
    .full-stunning h3 {
        line-height: 32px
    }
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        width: 100%;
        margin-bottom: 15px
    }
    .main-menu,
    .second-menu {
        background: #1c1c1c;
        width: 100%
    }
    .main-menu a,
    .main-menu li li a,
    .main-menu li.current li a,
    .second-menu a,
    .second-menu li li a,
    .second-menu li.current li a {
        display: block;
        border: 0 !important;
        padding: 12px 16px !important;
        color: #E7E7E7;
        font-size: 12px;
        background: none !important;
        width: 100%
    }
    .main-menu a i,
    .second-menu a i {
        display: inline-block !important;
        font-size: 14px !important;
        margin: 0 4px 0 0 !important
    }
    .main-menu ul li.active a,
    .main-menu li,
    .main-menu li:first-child,
    .second-menu ul li.current a,
    .second-menu li,
    .second-menu li:first-child {
        border: 0
    }
    .extrabox,
    .move,
    .filterable span,
    #toTop,
    .twitter-feed,
    .flex-caption,
    .breadcrumbs .page-title {
        display: none
    }
    #mobilepro {
        display: block
    }
    #secondmobilepro {
        display: block
    }
    .sf-menu {
        width: 95% !important;
        display: none
    }
    .sf-menu.xactive {
        display: block !important
    }
    .sf-menu li {
        float: none !important;
        display: block !important;
        width: 100% !important;
        overflow: hidden
    }
    .sf-menu li a,
    .second-menu li:first-child a,
    .sf-menu ul li,
    .second-menu li.current {
        float: none !important;
        border: 0
    }
    .sf-menu li:hover ul,
    .sf-menu li.sfHover ul {
        box-shadow: none;
        -webkit-animation: initial;
        animation: initial;
        -moz-animation: initial;
        -o-animation: initial
    }
    .sf-menu li li {
        left: 32px
    }
    .main-menu li ul li a:hover,
    .main-menu li li.current a,
    .second-menu li a:hover,
    .second-menu li.current li a:hover,
    .second-menu li li.current a,
    .main-menu li a:hover,
    .main-menu li.current li a:hover,
    .main-menu li li.current a {
        background: none !important;
        color: #618bd3 !important
    }
    .sf-menu ul {
        position: static !important;
        display: none !important;
        width: 100%
    }
    .xpopdrop ul {
        display: block !important;
        visibility: inherit !important
    }
    .search-s {
        float: right;
        position: absolute;
        padding: 22px 0 0;
        right: 8px
    }
    .service-i .col-lg-4,
    .service-i .col-lg-3,
    .service-ii .col-lg-4,
    .service-ii .col-lg-3,
    .service-iii .col-lg-4,
    .service-iii .col-lg-3,
    .service-iiii .col-lg-4,
    .service-iiii .col-lg-3,
    .service-iiiii .col-lg-4,
    .service-iiiii .col-lg-3 {
        width: 98%;
        margin: 8px auto;
        text-align: center
    }
    .service-iiii .col-lg-4,
    .service-iiii .col-lg-3 {
        text-align: left !important
    }
    .service-iii .col-lg-4,
    .service-iii .col-lg-3 {
        width: 23%
    }
    .service-iii .col-lg-9,
    .service-iii .col-lg-8 {
        width: 73%
    }
    #footer .col-lg-3 {
        width: 100%;
        margin: 32px 1%
    }
    .footer-last .copyright {
        float: none;
        padding: 16px 0 4px;
        text-align: center
    }
    .middle2 .header-nav {
        float: none;
        text-align: center;
        padding: 8px 0
    }
    #we {
        top: 244px;
        width: 98%
    }
    #slide-team .head {
        margin: 58px 0 0
    }
    .latest-portfolio-widget img {
        height: auto;
        width: 20.5%
    }
    .filterable ul.filter {
        padding: 0;
        white-space: normal
    }
    .single-nav .flr {
        float: right;
        display: block;
        margin: 0
    }
    .tbtn.flr {
        float: left;
        margin: 4px 16px 8px 0
    }
    .flex-full .flexslider:hover .flex-prev,
    .flex-full .flexslider .flex-prev {
        right: 46px
    }
    .flex-full .flexslider:hover .flex-next,
    .flex-full .flexslider .flex-next {
        right: 10px
    }
    .stuni {
        padding: 70px 16px 16px
    }
    .stun-btn {
        top: 32px;
        right: 30%
    }
    .here {
        float: none;
        text-align: center
    }
    .modal {
        left: 20px;
        margin: 0;
        position: fixed;
        right: 20px;
        top: 20px;
        width: auto
    }
    #page .header {
        display: block
    }
    .region-highlighted h1 {
        font-size: 24px !important
    }
    .region-highlighted h1 span {
        display: none !important
    }
    #footer .row {
        width: 100%
    }
    #footer .col-lg-2 {
        width: 100%;
        text-align: center;
        cursor: pointer;
        display: block;
        border-bottom: 1px solid #505050;
        border-left: none;
        height: auto;
        padding: 0 !important;
        margin: 0 !important
    }
    #footer .col-lg-2 h4 {
        color: #95d814;
        font-weight: 400;
        line-height: 1.4;
        margin: 0;
        padding: 15px 0;
        font-size: 15px;
        display: block
    }
    #footer .col-lg-2 ul {
        max-height: 0;
        overflow: hidden;
        position: relative
    }
    #footer .col-lg-2.expanded {
        background: #1C1C1C
    }
    #footer .col-lg-2.expanded ul {
        max-height: 999px;
        margin-bottom: 20px
    }
    #footer .col-lg-10 {
        width: 100%;
        text-align: center;
        cursor: pointer;
        display: block;
        border-bottom: 1px solid #505050;
        border-left: none;
        height: auto;
        padding: 0 !important;
        margin: 0 !important
    }
    #footer .col-lg-10 h4 {
        color: #95d814;
        font-weight: 400;
        line-height: 1.4;
        margin: 0;
        padding: 15px 0;
        font-size: 15px;
        display: block
    }
    #footer .col-lg-10 ul {
        max-height: 0;
        overflow: hidden;
        position: relative
    }
    #footer .col-lg-10.expanded {
        background: #1C1C1C
    }
    #footer .col-lg-10.expanded ul {
        max-height: 999px;
        margin-bottom: 20px
    }
    ul.nos-rubriques li {
        float: none !important;
        width: 100% !important
    }
    .footer-middle {
        padding: 0 !important
    }
    #footer .fw {
        margin: 0
    }
    .block-copyright-copyright {
        width: 100%;
        text-align: center;
        float: none
    }
    .block-menu-menu-social-icons {
        float: none;
        width: 190px;
        margin: 0 auto
    }
    .page-content .col-lg-8 {
        width: 100%
    }
    #cache-coupon {
        width: 160px !important;
        float: none !important
    }
    .news-posts h3.entry-title {
        width: 50% !important
    }
    .list-module .col-lg-8,
    .newsletter-stores .col-lg-8 {
        float: left !important;
        width: 100% !important;
        text-align: center
    }
    .thumb.col-lg-4 {
        width: 100% !important;
        margin-bottom: 0 !important
    }
    .sidebar.col-lg-4 {
        margin: 0;
        width: 100% !important
    }
    .logo-inner {
        width: 82px;
        margin: 0 auto
    }
    .news-posts h3.entry-title {
        width: 100% !important;
        padding: 0 10px 25px
    }
    .news-posts .col-lg-4 {
        padding: 0 !important
    }
    article.list-module {
        padding: 10px 0
    }
    .toggle-action {
        font-size: 12px;
        padding: 10px 0 0
    }
    .view-display-id-expired strong {
        color: orange
    }
    aside.newsletter-stores {
        display: none
    }
    .titre-vocab .col-lg-8 {
        width: 100% !important;
        text-align: center;
        margin-bottom: 0 !important
    }
    .merchant-title.left-col {
        padding: 0 !important;
        margin: 0 auto !important;
        width: 82px !important;
        clear: both;
        float: none !important
    }
    .titre-cat hgroup {
        width: 100% !important;
        float: none !important;
        clear: both
    }
    .follow-store {
        width: 100% !important;
        float: none !important
    }
    .titre-cat img {
        padding: 0 !important;
        margin: 0 !important
    }
    #block-views-reductions-news-home .col-lg-4 {
        width: 305px !important;
        margin: 0 auto !important;
        margin-bottom: 35px !important
    }
    .card__thumb {
        height: 194px !important
    }
    h3.card__title a {
        font-size: 19px !important
    }
    .card:hover .card__body {
        height: 229px !important
    }
    .card:hover .card__thumb {
        height: 90px !important
    }
    #block-views-reductions-news-home {
        padding: 0 !important
    }
    html.mm-opening .mm-slideout {
        -webkit-transform: translate(75%, 0) !important;
        -moz-transform: translate(75%, 0) !important;
        -ms-transform: translate(75%, 0) !important;
        -o-transform: translate(75%, 0) !important;
        transform: translate(75%, 0) !important
    }
    .mm-menu {
        width: 75% !important
    }
    #block-views-taxonomies-seo-stores {
        display: none
    }
    #quicktabs-accueil .col-lg-4 {
        float: left
    }
    .front .col-lg-8 {
        width: 100% !important;
        margin: 0;
        padding: 0
    }
    .front {
        background: #FFF
    }
    .col-lg-8.quicktabs_main {
        width: 100% !important;
        float: left;
        width: 83.8% !important;
        margin: 0
    }
    .quicktabs-tabs li a span {
        display: none
    }
    ul.quicktabs-tabs.quicktabs-style-navlist li a {
        background: none !important
    }
    #quicktabs-accueil .col-lg-4 {
        width: 16.2% !important
    }
    a.tabs_view_more {
        display: none !important
    }
    .col-lg-4.top20 {
        margin: 0 !important;
        width: 100% !important
    }
    #block-views-reductions-flipper,
    #block-views-reductions-slideshow,
    #block-block-1,
    .follow-store,
    .breadcrumb {
        display: none
    }
    .view-grid ul.arrowlist li {
        width: 100% !important;
        border-top: 1px solid #e8e8e8;
        padding: 15px 0 !important;
        text-align: center
    }
    .view-grid ul.arrowlist li a {
        font-size: 14px !important
    }
    .block-all-stores h2 {
        border-top: none !important
    }
    ol.alphabet li {
        float: none !important;
        display: inline-block;
        border-right: none !important
    }
    .col-lg-12.alphabet {
        text-align: center;
        border-bottom: 1px solid #e8e8e8;
        padding: 0 0 25px !important;
        margin: 15px 0 0 !important
    }
    .sidebar {
        clear: both;
        width: 100%;
        padding: 0
    }
    .all-categories .view-grid {
        border-top: none !important
    }
    .one-block.all-categories {
        text-align: center
    }
    .view-display-id-newspint .box {
        width: 200px !important
    }
    .body-pint {
        display: none
    }
    .page-content-articles .col-lg-8 {
        width: 100% !important
    }
    .page-content-articles .col-lg-4 {
        width: 100% !important
    }
    .cat-title {
        margin: 0 auto !important;
        float: none !important
    }
    .titre-cat h1 {
        padding: 15px 0 10px !important
    }
    .featured-title i {
        border-radius: 3px !important;
        padding: 0 !important;
        height: 35px !important;
        width: 35px !important;
        line-height: 35px !important;
        font-size: 19px !important;
        margin: 0 10px 0 0 !important
    }
    h1.featured-title {
        line-height: 1.2em !important;
        text-align: left;
        font-size: 25px !important;
        padding: 0 5px 0 0
    }
    .search-box {
      margin: 20px auto 20px!important;
    }
    .troc-search {margin: 7.5px -15px;}
    #moteur.navbar-collapse.in {
    overflow-y: visible!important;
    box-shadow: none!important;
    }
    .smo-share {
        display: none !important
    }
    .bloc-detail-smo {
        width: 100% !important;
        text-align: center
    }
    .bloc-detail-smo .gvc-social {
        font-size: 12px !important
    }
    .pluscategorie {
        display: none
    }
    .smo-boxes {
        display: none
    }
    .front .subscribe {
        display: none
    }
    .search-results .sidebar {
        display: none
    }
    .search-results .col-lg-8.posts {
        width: 100% !important
    }
    .deal-mobile .col-lg-4 {
        width: 100% !important
    }
    #deal-mobile .search-box {
        margin: 10px auto 10px !important
    }
    .front .search-box {
        margin: 20px auto 20px !important;
        position:relative;
    }
    li.feature-mobile-cat {
        padding: 10px;
        border-bottom: 1px solid #D0D0D0
    }
    li.feature-mobile-cat i {
        font-size: 20px
    }
    ul.tab-menu li a {
        padding: 10px 0px 10px 10px !important
    }
    ul.tab-menu li {
        padding: 5px !important
    }
    ul.tab-menu li i {
        font-size: 20px !important
    }
    ul.tab-menu li a {
        font-size: 13px !important
    }
    .categories-tabs .postm {
        padding: 10px 0 10px 10px !important
    }
    .news-posts .bg-expired {
        padding: 15px 0 15px 10px !important
    }
    .view-display-id-stores_news .intro-article {
        clear: both;
        margin: 10px 0 0 0
    }
    .view-display-id-stores_news .news-img {
        clear: both;
        margin: 0 auto !important;
        width: 75%;
        float: none !important
    }
    .view-display-id-related_vouchers_articles .categories-tabs .postm {
        max-height: 120px !important
    }
    .page-content-articles .post-meta .gvc-social {
        text-align: center
    }
    article .widget-pinterest {
        display: none
    }
    .page-content-articles .author {
        margin: 20px 0 15px 10px !important
    }
    .page-content-articles .tt32 {
        font-size: 20px !important
    }
    .page-content-articles .article_normal.col-lg-9,
    .page-content-articles .article_normal .col-lg-9,
    .page-content-articles .article_normal .col-lg-3,
    .col-lg-3.sidebar,
    .col-lg-8.listing-articles,
    .details.col-lg-4,
    .mono-article .col-lg-4 {
        width: 100%;
        padding: 0
    }
    .reduction-posts h3.entry-title {
        padding: 10px 0 10px 0;
        line-height: 20px;
        clear: both
    }
    .view-display-id-block_cat .postm,
    .view-display-id-page_eco .postm,
    .view-display-id-images .postm,
    .view-display-id-page_videos .postm {
        width: calc( 100% - 18px);
        margin: 0 0 15px 15px
    }
    .view-display-id-block_cat .view-content:before,
    .view-display-id-page_eco .view-content:before,
    .view-display-id-page_videos .view-content:before,
    .view-display-id-images .view-content:before {
        left: -30px
    }
    .view-display-id-block_cat .jour_parution,
    .view-display-id-page_eco .jour_parution,
    .view-display-id-page_videos .jour_parution,
    .view-display-id-images .jour_parution {
        margin: 0 0 0 -2px !important
    }
    .chronique-n-0,
    .chronique-n-1 {
        margin: 0 0 10px 0
    }
    .mini-corner {
        width: 100%;
        clear: both
    }
    .pub-4 {
        width: 100%
    }
    .pub-4 img {
        width: 100%
    }
    .edito-4,
    .edito-5,
    .edito-6,
    .edito-7,
    .edito-8,
    .edito-9,
    .edito-10 {
        width: 100%
    }
    .six-edito {
        width: 100%;
        margin: 15px 0 0 0
    }
    .card {
        width: 100%
    }
    .region-pave img,
    .video-accueil img,
    .card img {
        width: 100%;
        height: 100%
    }
    .details.col-lg-4 {
        padding: 10px 15px 0 15px
    }
    #moteur .form-control {
        position: relative;
        width: 85%;
        height:35px;
        padding: 0 10px 0 10px;
        margin: 0 auto;
        font-size: 12px
    }
    #moteur .search-icon {
        display: none
    }
}

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

.form-group:last-child,
.panel:last-child {
    margin-bottom: 0;
}

#search-block-form {
    margin: 0;
}
.form-wrapper {margin-bottom: 15px;}
.form-actions {
    clear: both;
}

#admin-menu {
    box-shadow: none!important
}
.scroll-top {
   position:fixed;
   bottom:0;
   right:6%;
   z-index:100;
   background: #f2f3f2;
   font-size:24px;
   border-top-left-radius:3px;
   border-top-right-radius:3px;
}
.scroll-top a:link,.scroll-top a:visited {
  color:#222;
} 
#mainnav {
  width: 100%;
}


.mainnav.affix {
width:100%;
   position: fixed;
   top: 0;
   z-index:1000;
  /* -webkit-transition: all .1s ease-in-out;*/
background:#283593!important;
    box-shadow: 0 1px 4px rgba(0,0,0,.15);
    animation: stickAnim .3s;
}
.affix .region-meteo, .affix .region-search {display:none;}
.affix .region-navigation {clear:none;width:80%}
.affix .logo {width:20%!important}
.affix .logo a {font-size:30px!important}
@keyframes stickAnim {
	0% {
		transform: translateY(-86px);
	}
	100% {
		transform: translateY(0);
	}
}

