@media (min-width: 320px) and (max-width: 1000px) { 
    #QuickAccess {
        display: none;
    }

    #FixedBar {
        display: none;
    }

    #Header {
        margin: 0;
        height: 70px;
    }

    #Logo {
        margin: auto;
        text-align: center;
        background: white;
    }

    #Logo .logo {
        width: 150px;
        height: 50px;
    }

    #Menu {
        min-width: 300px;
        max-width: 90%;
        height: 100%;
        position: fixed;
        top: 0;
        left: -100%;
        z-index: 1000;
        background: rgba(50,50,50,.9);
        -background: #2f2d2f;
        box-shadow: 0 0 20px rgba(0,0,0,.8);
        transition: all ease .5s;
    }

    #Menu.extend {
        left: 0;
    }

    #Menu ul li {
        display: list-item;
        float: none;
        text-align: left;
        background: rgba(0,0,0,.2);
        margin-bottom: 2px;
        font-size: 0.8em;
        padding: 15px 20px;
        height: auto;
    }



    #Menu ul li:hover {
        background: rgba(0,0,0,.5);
        color:white !important;
    }

    #Menu ul li:hover a {
        color:white !important;
    }

    #Menu ul li.selected {
        background: rgba(0,0,0,.7);
        background: #0b5a92;
    }

    #CloseMenuMobile {
        display: block;
        margin: 1px 5px;
    }

    #RContent {
        display: none;
    }

    #LContent {
        width: auto;
        margin: 0 5px;
    }

    #SlideContent {
        text-align: center;
    }

    #SlideContent #SlideText {
        width: 100%;
        height: 270px;
        left: 0;
        top: -260px;
        background-color: rgba(0,0,0,.5); 
    }


    #Slideshow #SlideSel {
        position: relative;
        top: -259px;
        left: 0;   
        margin: 0;
        padding: 5px;
        list-style: none;
        background-color: rgba(0,0,0,.3);
    }

    #ListProducts {
        text-align: center
    }

    .tabs li {
        font-size: 0.9em;
        letter-spacing: 0;
        padding: 10px 5px;
    }

    #WhatWeDo {
        -margin-top: 120px;
        border-top: 1px dashed silver;
        padding-top: 10px;
    }

    #WhatWeDo >p {
        text-align: center !important;
        margin: 0 !important;
    }

    #MenuMobileBtn {
        position: fixed;
        top: 20px;
        left: 10px;
        display: inline;
        z-index: 999;
    }

    #StrongPointsDiv {
        float: none !important;
        width: 90% !important;
        padding: 10px 5% !important;
    }

    #OurTeam {
        margin-right: 0 !important;
    }

    .quotes {
        margin-top: 50px;
    }

    #IPoint {
        margin: auto;
    }
    
    #InfoContact {
        width: 100% !important;
        float: none !important;
        margin-bottom: 50px;
        
    }
    
    #Messagerie {
       width: 100% !important;
        float: none !important;
        margin-right: 0 !important;
    }
    
    #Messagerie label {
        display: none;
    }
    
   
}