@media (min-width: 768px) and  (max-width: 991px){
    .content-box {
        width: auto;
    }
    #navbar.navbar-collapse {
        width: 550px;
    }
    .menu-bottom .navbar-nav>li {
        width: 84px;
    }
    .menu-bottom .navbar-nav>li>a {
        padding-right: 5px;
        padding-left: 5px;
    }
    .content-box p {
        padding-right: 20px;
        padding-left: 20px;
    }
      .fiveReasons .bgwhite .reason { width:100%; }
}


@media(max-width:767px){
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .row {
        margin-left: 0;
        margin-right: 0;
    }
    .fm-header {
        position: fixed;
        display: block;
        z-index: 10000;
        width: 100%;
    }
    #fm-wrapper {
        overflow: hidden;
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }
    .navbar .navbar-toggle .icon-bar.fm-bar-one {
        margin-top: 8px;
        -webkit-transform: rotate(-225deg);
        -moz-transform: rotate(-225deg);
        -ms-transform: rotate(-225deg);
        -o-transform: rotate(-225deg);
        transform: rotate(-225deg); 
    }
    .navbar .navbar-toggle .icon-bar.fm-bar-two {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
    }
    .navbar .navbar-toggle .icon-bar.fm-bar-three {
        margin-top: -12px;
        -webkit-transform: rotate(225deg);
        -moz-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        -o-transform: rotate(225deg);
        transform: rotate(225deg);
    }
    .navbar .navbar-toggle.collapsed .icon-bar {
        margin: 3px;
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .navbar .navbar-toggle .icon-bar {
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: transparent;
    }
    .navbar-nav {
        margin: 0;
        padding: 10px 10px;
    }
    .navbar-collapse {
        width: 100%;
        position: absolute;
        margin-top: -20px;
    }
    #mobile-menu {
        display: block;
        position: fixed;
        top: 80px;
        left:0;
        width: 90%;
        height: 100%;
        z-index: 99999;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-transition: all .4s cubic-bezier(.37,.15,.32,.94);
        -moz-transition: all .4s cubic-bezier(.37,.15,.32,.94);
        -ms-transition: all .4s cubic-bezier(.37,.15,.32,.94);
        -o-transition: all .4s cubic-bezier(.37,.15,.32,.94);
        transition: all .4s cubic-bezier(.37,.15,.32,.94);
        -webkit-transform: translateX(-310px);
        -moz-transform: translateX(-310px);
        -ms-transform: translateX(-310px);
        -o-transform: translateX(-310px);
        transform: translateX(-310px);
    }
    #mobile-menu.collapse.in {
        -webkit-transform: translateX(0) !important;
        -moz-transform: translateX(0)!important;
        -ms-transform: translateX(0)!important;
        -o-transform: translateX(0)!important;
        transform: translateX(0)!important;
        -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.20);
        -moz-box-shadow:    0px 2px 8px 0px rgba(0, 0, 0, 0.20);
        box-shadow:         0px 2px 8px 0px rgba(0, 0, 0, 0.20);
    }
    .fm-mobile-menu {

        background-color: #ffffff;
    }
    #mobile-menu-background {
        display: none;
        position: fixed;
        z-index: 99000;
        top: 80px;
        left: 0;
        right: 0;
        width: 100%;
        height: 110%;
        background-color: #fff;
        opacity: 0;
        -webkit-transition: top 0s ease .35s, opacity .35s ease;
        -moz-transition: top 0s ease .35s, opacity .35s ease;
        -ms-transition: top 0s ease .35s, opacity .35s ease;
        transition: top 0s ease .35s, opacity .35s ease;
    }
    #mobile-menu-background.active {
        display: block !important;
        opacity: .6;
    }

    #content {
        -webkit-transition: .8s;
        -o-transition: .8s;
        transition: .8s;
        position: relative;
        margin-top: 90px;

    }
    .basket-container {
        position: absolute;
        width: 32px;
        margin-left: 5px;
        cursor: pointer;
        display: block;
        right: 50px;
        top: 15px;
    }
    .basket-container .basket-count {
        position: absolute;
        top: 2px;
        left: 19px;
        color: #ffffff;
        background-color: #cb0053;
        width: 13px;
        height: 13px;
        font-size: 10px;
        font-weight: bold;
        line-height: 13px;
        text-align: center;
    }
    .search-container {
        position: absolute;
        width: 24px;
        cursor: pointer;
        display: block;
        right: 15px;
        top: 10px;
    }
    .search-mob-content {
        position: absolute;
        right: 0;
        margin-top: 10px;
        padding: 10px;
        background-color: #ffffff;
        border-radius: 5px;
    }
    .search-mob-content:before {
        right:5%;
        top:0;
        border:solid transparent;
        content: " ";
        height:0;
        width:0;
        position: absolute;
        border-color:rbga(32, 124, 202, 0);
        border-bottom-color:#fff;
        border-width:10px;
        margin-top:-19px;

    }

    .call-back {
        position: fixed;
        right: 0;
        z-index: 11000;
        top: 0;
        width: 100%;
        -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.20);
        -moz-box-shadow:    0px 2px 8px 0px rgba(0, 0, 0, 0.20);
        box-shadow:         0px 2px 8px 0px rgba(0, 0, 0, 0.20);
    }
    .content-callback {
        width: 100%;
        display: block;
        padding-left: 0px;
    }
    .call-back-form {
        width: 100%;
    }
    .content-callback p {
        display: inline-block;
        width: 32%;
        font-size: 9px;
        text-align: center;
    }
    .content-callback p strong {
        font-size: 12px;
    }
    .content-callback p.text-top {
        font-size: 9px;
    }
    .navbar-default {
        -webkit-box-shadow: none;
        -moz-box-shadow:    none;
        box-shadow:         none;
    }
    #main-menu {
        background: #f1f2f2;
        margin-top: 28px;
        padding: 0;
    }
    .container>.navbar-header {
        margin: 0;
    }
    #main-menu .navbar-header {
        position: relative; 
        padding: 0px 15px;
        z-index: 2;
    }
    a.logo {
        width: 125px;
        display: block;
        margin: 0 auto;
    }
    .navbar-toggle {
        position: relative;
        float: left;
        margin-right: 0;
        padding: 0;
        margin-top: 15px;
        margin-bottom: 13px;
        background-color: transparent;
        background-image: none;
        border: none;
        border-radius: 0;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #57585a;
    }
    .navbar-toggle .icon-bar {
        height: 4px;
        border-radius: 3px;
    }
    .menu-bottom {
        display: none;
    }
    .fm-card {
        display: none;
    }
    #fm-card.section {
        padding-top: 0;
        margin-top: -20px;
    }
    .carousel-caption .caption-one {
        width: auto;
    }
    .carousel-caption .caption-one p {
        display: inline-block;
        padding: 5px 5px 5px 10px;
        font-size: 12px;
        line-height: 15px;
    }

    .carousel-caption {
        bottom: 5px;
        padding-bottom: 0;
        padding-top: 0;
        width: 100%;
    }
    .carousel-caption .caption-one p span {
        display: inline-block;
        font-size: 11px;
    }
    .btn-white {
        font-size: 11px;
        padding: 5px 10px 5px 9px;
        line-height: 11px;
    }
    .content-box {
        width: auto;
        overflow: hidden;
        padding: 0px;
        margin-bottom: 15px;

    }
    .img-prod {
        padding: 0px;
    }
    .desc-prod {
        padding: 0 ;
    }
    .content-box h3 {
        margin-top: 0;
    }
    .content-box p {
        padding-left: 0;
        padding-right: 0;
    }
    .compar {
        display: none;
    }
    .price {
        margin-bottom: 5px;
    }
    .link {
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #nouveaute.fm-white {
        background-color: transparent;
    }
    #nouveaute #parallelogram {
        display: none
    }
    #nouveaute.nouveaute {
        background: #f2c345;
    }
    .nouveaute .nouveaute-content {
        margin-top: -10px;
        padding-bottom: 30px;
    }
    .nouveaute .image-box {
        width: auto;
        padding: 25px 20px 25px 20px;
    }
    .nouveaute-text h2 {
        text-align: center;
        width: 100%;
        margin-bottom: 15px;
    }
    .nouveaute .nouveaute-text {
        padding-top: 20px;
    }
    .nouveaute-text h3.nouv-price {
        margin-bottom: 0;
    }
    .left-box .link {
        display:block;
        padding-left: 15px;
        padding-right: 15px;
    }
    #parallelogram-prod {
        display: none;
    }
    section.produits {
        background: #f2c345;
    }
    #products .title-top {
        text-align: center;
        padding-top: 15px;
    }
    #products .details-price {
        text-align: center;
    }
    .actualite {
        margin-top: -80px;
        padding-top: 100px;
    }
    .nouveaute-text p span {
        margin-bottom: 15px;
    }
    .blog-img {
        height: 72px;
        position: relative;
    }
    .blog-img iframe {
        height: auto;
    }
    .blog-title {
        position: absolute;
        top: -42px;
    }
    .blog-box {
        position: relative;
        margin-top: 40px;
    }
    .blog-title h3 {
        font-weight: 400;
        line-height: 20px;
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 16px;
    }
    .btn-mobile {
        display: inline-block;
        width: 80px;
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .blog-desc {
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .folow h2 {
        margin-top: 0;
    }
    .folow {
        padding-bottom: 35px;
    }
    .top-footer h3 {
        font-size: 16px;
    }
    .tel-footer {
        display: block;
    }
    .top-footer a.mail-footer {
        color: #f2c345;
        font-weight: 700;
    }
    .top-footer a img {
        margin-right: 0px;
    }
    footer {
        background-color: #fff;
        padding-top: 20px;
    }
    .top-footer {
        background-color: #f1f2f2;
        padding-top: 25px;
        padding-bottom: 20px;
    }
    .fm-menu-bottom {
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 50px;
        z-index: 500;
        display: table;
    }
    .fm-menu-bottom .menu-one {
        width: 25%;
        height: 100%;
        background-color: #f76d35; 
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        padding: 0 7px;
    }
    .fm-menu-bottom .menu-two {
        width: 25%;
        height: 100%;
        background-color: #fb923b; 
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        padding: 0 7px;
    }
    .fm-menu-bottom .menu-three {
        width: 25%;
        height: 100%;
        background-color: #ffb742; 
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        padding: 0 7px;
    }
    .fm-menu-bottom .menu-four {
        width: 25%;
        height: 100%;
        background-color: #f4cd44; 
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        padding: 0 7px;
    }
    #map_freemoos {
        position: relative !important;
    }
    #contact-form {
        background-color: #575756; 
    }
    .fields input[type="text"] {
        width: 49%;
        margin-right: 1%;
    }
    .fields input[type="text"]:last-child {
        margin-right: 0;
    }
    .fields-input {
        overflow: hidden;
    }

    /* Page produit */


    .product-single-media {
        width: 100%;
    }
    .thumbnails-container {
        float: none;
        width: 90%;
        height: auto;
        padding: 0 15px;
        position: absolute;
        bottom: 0;
    }
    .big-img-container {
        float: none;
    }
    .big-img {
        height: auto;
        width: 100%;
    }
    .title-top  {
        font-size: 18px;
        font-weight: 400;
        line-height: 18px;
        margin-bottom: 7px;
    }
    .product-details {
        padding-right: 0;
        padding-left: 0;
        padding-top: 25px;
    }
    .price-left {
        width: 100%;
        float: none; 
    }
    .price-right {
        float: none;
        margin-top: 10px;
        text-align: center;
    }
    .product-batterie {
        margin-left: 0;
    }
    .third-option {
        float: left;
        width: 89px;
    }
    .product-add {
        margin-left: 0;
        margin-top: 25px;
    }
    .dispo-product {
        margin-left: 0;
    }
    .print {
        display: none;
    }
    .thumbnails-container a {
        margin-bottom: 25px;
        margin-left: 7px;
        display: inline-block;
        width: 55px;
    }
    #mTS_1_buttonLeft {
        position: absolute;
        left: -40px;
    }
    #mTS_1_buttonRight {
        position: absolute;
        right: -30px; 
    }
    .padding-btm {
        padding-bottom: 20px;
        padding-top: 0 !important;
        margin-top: 0; 
    }
    .information-prod {
        position: relative;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .img-info-velo {
        display: none;
    }
    .information-prod .nav-tabs>li {
        float: left;
        margin-bottom: 0;
        width: 50%;
    }
    .information-prod .nav>li>a {
        padding: 10px 10px;
        width: auto;
        text-align: center;
        margin-right: 0;
    }
    .information-prod ul li a {
        font-size: 12px;
    }
    .desc-info {
        width: 100%;
        padding-left: 7px;
        padding-right: 7px;
        font-size: 11px;
        line-height: 15px;
        color: #57585a;
        text-align: justify;
        padding-top: 15px;
        margin-bottom: 15px;
        margin-right: 0;
        float: none;
    }
    .info-prod-left {
        width: 100%;
        float: none;
        padding-right: 4px;
        border-right: 0;
    }
    .info-prod-right {
        width: 100%;
        float: none;
        padding-right: 4px;
    }
    .info-prod-left ul li, .info-prod-right ul li {
        padding-left: 15px;
    }
    .tab-content {
        position: relative;
    }
    .btn-tab {
        background-color: transparent;
        color: #575756;
        font-size: 10px;
        font-weight: 400;
        border-radius: 0;
        padding-top: 4px;
        padding-bottom: 5px;
        margin-right: 0;
        text-align: center;
        width: 50%;
        margin-top: 0;
        padding-left: 0;
        padding-right: 0;
        position: absolute;
        bottom: -26px;
    }
    .tab-descrip .btn-tab:first-of-type {
        left: 0;
        border-left: 1px solid #8f8f8e;
        border-bottom: 1px solid #8f8f8e;
        border-right: 1px solid #8f8f8e;
    }
    .tab-descrip .btn-tab:last-child {
        right: 0;
        border-bottom: 1px solid #8f8f8e;
        border-right: 1px solid #8f8f8e;
    }


    /* Page List produits */
    .filter {
        position: relative;
    }
    .hidden-mob {
        display: none;
    }
    .product-categ-title {
        margin-left: 0;
    }
    .product-categ-title h1 {
        text-align: center;
    }
    .filtre-mob {
        font-size: 24px;
        font-weight: 400;
        text-transform: uppercase;
        line-height: 1;
        text-decoration: underline;
        text-align: center;
    }
    .close-filtre-mob {
        display: none;
        position: absolute;
        top: 13px;
        right: 10px;
    }
    .bloc-prix {
        border-top: 1px solid #000;
        margin-top: 15px;
        padding-top: 15px;
        margin-bottom: 0;
    }
    .filter h2 {
        font-size: 16px;
        display: inline-block;
        margin-bottom: 0;
    }
    .price_slider {
        display: inline-block;
        margin-left: 5px;
    }
    .min-price, .min-autonom {
        font-size: 12px;
    }
    .select-price, .select-autonom {
        width: 145px;
    }
    .max-price, .max-autonom {
        font-size: 12px;
    }
    .marques {
        border-top: 1px solid #000;
        margin-top: 15px;
        padding-top: 15px;
    }
    .filter select {
        width: 180px;
        font-size: 12px;
        float: right;
    }
    .usages {
        border-top: 1px solid #000;
        margin-top: 15px;
        padding-top: 15px;
    }
    .bloc-autonom {
        border-top: 1px solid #000;
        margin-top: 15px;
        padding-top: 15px;
        margin-bottom: 0;
    }
    .emplacement-mot {
        border-top: 1px solid #000;
        margin-top: 15px;
        padding-top: 15px;
        margin-bottom: 0;
    }
    .emplacement-mot h2{
        display: block;
    }
    .emplacement-elem {
        line-height: 18px;
        display: inline-block;
        margin-left: 12px;
    }
    .emplacement-elem  label{
        font-size: 12px;
    }
    .bloc-batterie {
        border-top: 1px solid #000;
        margin-top: 15px;
        padding-top: 15px;
        margin-bottom: 0;
    }
    .batterie_option {
        float: right;
    }
    .type {
        border-top: 1px solid #000;
        margin-top: 15px;
        padding-top: 15px;
        margin-bottom: 0;
    }
    .type h2{
        display: block;
    }
    .product-box-wrap {
        padding-top: 0px;
        padding-bottom: 0px;
        margin-bottom: 20px;
        text-align: center;
    }
    .product-img {
        width: 100%;
        float: none;
        padding: 0px;
        margin: 0 auto;display: inline-block !important;
    }
    .product-img img.visible-xs {margin: 0 auto;display: inline-block !important;}
    .product-content {
        width: 100%;
        float: none;
        padding: 0 0px 0px 0px;
        margin-top: 0;
    }
    .btn-product{ margin-bottom: 0; }
    .ticket-new {
        top: 35px;
    }
    .ticket-port {
        top: 10px;
    }
    .product-title h4 {
        width: auto;
    }
    .in-stock , .livraison {
        line-height: 12px;
        display: block;
    }
    .product-price {
        margin-top: 10px;
    }
    .ticket-reduit {
        top: 35px;
    }
    .product-box .ticket-port-top {
        top: 35px;
    }
    .margin-prod {
        margin-top: 0;
    }

    /* Page Panier */
    .panier-prod ul {
        padding-left: 5px;
        padding-right: 5px;
    }
    .panier-prod ul li {
        position: relative;
    }
    .panier-prod .img-pan-prod {
        padding-right: 5px;
    }
    .desc-pan-prod {
        padding: 0 5px;
        border-right: none;
        border-left: 1px solid #ebebeb;
        float: none;
        display: table-cell;
    }
    .bloc-left-panier {
        float: none;
        width: auto;
    }
    .prix-pan-prod {
        position: absolute;
        bottom: 0;
        left: 30%;
    }
    .panier-prod .img-pan-prod {
        border-right: none;
        display: table-cell;
        vertical-align: middle;
        float: none;		
    }
    .calc-total>div{
        background-color: #eeeeee;
    }
    .calc-total .tot-ttc {
        margin-left: 0;
        background-color: #d2d2d2;
        margin-top: 0;
    }
    .pass-comm {
        margin-top: 30px;
        margin-left: 0;
    }
    .bloc-left-tot {
        line-height: 16px;
    }
    /* MENU */
    #mobile-menu ul li {
        border-bottom: 1px solid #000;
    }
    #mobile-menu ul li a{
        font-size: 18px;
        text-align: center;
        color: #57585a;
        text-transform: uppercase;
    }
    /* Produits innac */
    .box-innac-prod {
        text-align: center;
        margin-bottom: 20px;
    }
    .content-one-left {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .content-one-right {
        width: 100%;
        float: none;
        padding-left: 0;
    }
    .livraison-right {
        width: 100%;
        float: none;
    }
    .livraison-left {
        width: 100%;
        float: none;
    }
    .freemover-tab .tab-descrip {
        width: 100%;
        padding: 0 5px;
    }
    .cmd-bloc {
        position: relative;
        margin-bottom: 20px;
    }
    .form-left-bloc {
        width: auto;
        float: none;
        margin-left: 0;
    }
    .form-all-bloc {
        width: 100%;
        margin-left: 0;
    }
    .form-text-bloc {
        width: auto;
        margin-left: 0;
    }
    .fm-guide-bloc > div {
        margin-bottom: 20px;
    }
    .fm-essaye {
        width: auto;
        float: none;
    }
    .fm-form-essaye {
        width: 100%;
        padding: 5px;
    }
    .essaye-bloc-left {
        width: 50%;
        float: left;
    }
    .essaye-bloc-right {
        width: 50%;
        float: left;
    }
    .fm-btq-name h1 {
        margin-top: 20px;
    }
    .contact-form-boutique {
        position: relative;
        top: initial;
        right: initial;
        margin-top: 25px;
        width: auto;
        height: auto;
    }
    .fm-contact-fields {
        width: auto;
        float: none;
        margin-right: 0;
    }
    .select-option {
        padding-left: 0;
    }
    .fm-contact-fields select {
        width: 100%;
    }

    /* new css*/

    .img-prod {
        margin-bottom: 15px;
    }
    .blog-box  .blog-title {
        position: relative;
        top: initial;
    }
    .blog-box  .blog-title h3 {
        font-size: 12px;
    }
    .product-gallery-container {
        margin-bottom: 130px;
    }
    .details-price .new-price {
        display: inline-block;
        color: #00a88e;
        font-size: 18px;
        font-weight: 400;
    }
    .details-price .amount {
        display: inline-block;
        color: #575756;
        font-size: 18px;
        font-weight: 700;
    }
    .details-price .old-price {
        display: inline-block;
        color: #f76d35;
        font-size: 18px;
        font-weight: 400;
        margin-right: 10px;
    }
    .bloc-left-coup {
        width: auto;
        float: none;
        text-align: left;
    }
    .bloc-left-coup select {
        width: 100%;
    }
    .date-type {
        width: 100%;
    }
    .bloc-right-coup {
        float: none;
        width: auto;
        margin-top: 8px;
    }
    .info-type {
        width: 100%;
    }
    .parallelogram-prod{
        height: 2600px;
    }
    .parallelogram-search{
        height: 2600px;
    }
    .product-box-wrap{ min-height:auto}
    .product-title{min-height:auto;}
    .disponibilte{display: inline-block !important;}
    .in-stock,.contact-stock,.livraison{ margin: 10px 10px 20px 10px;   text-align: left;}
    .filter-order{ display: none;}
    .price .new-price {
        font-size: 22px;
    }
    #nouveaute .new-price{color:#f66d35}
    #nouveaute {text-align: center;}
    .img-content{height: auto;width: 255px; margin: 0 auto;}
    .fiveReasons .bgwhite .reason { width:100%; }
}