/**

Nouveau Design

*/

@media (min-width: 768px) {
    
    #title-content {
        line-height: 24px; margin:auto; color: #4f5c67;
    }
    
    #title-content-icon{
        text-align: right; float:left; margin: -17px 0px 0px 5px;
    }
    
    #title-content-text{
        text-align: right; float:left;
    }
}

@media (max-width: 767.99px) {

    #title-content-icon, #title-content-text, #title-content {
        margin: auto;
    }
}

@media (max-width: 1022.99px) {
    #mon-cadi {
        display: none;
    }
    #txtPdf {
        display: none;
    }
    #catalogPdf, #searchbar-header, #basket-overview, #menu-strip, #search-icon, #connexion-block {
        margin: auto 2px;
    }
    #basket-overview img {
        /*width: 40%;
        padding-top: 0px;*/
    }
    #basket-overview {
        /*margin-top: 11px;*/
    }
    #menuV {
        display: none;
    }
    #searchbar-header{
        display: none;
    }
    #menu-strip {
        display: block;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        font: icon;
        font-size: 30px;
        color: white;
        cursor: pointer;
    }
    
    #toggle:checked + #menuT {
        display: block;
        transition: transform .4s cubic-bezier(.25, .1, .25, 1);
    }
    
    .main_pages 
    {
        display: none;
        flex-direction: column;
        background: #48435C;
        height: 220px;
    }
 
    .main_pages a {
        width: 50%;
    }
}

@media (max-width: 478.99px) {
    #catalogPdf {
        display: none;
    }
    #search-icon.btn {
        padding: 0.2rem 0.2rem;
    }
    
    #catalogPdfMenu {
        margin-top: 70px;
        display: block;
    }
    
    #logo-menu-column {
        margin-top: 0px;
    }
}

@media (min-width: 1023px) {
    #catalogPdf, #searchbar-header, #basket-overview, #connexion-block {
        margin: auto 3px;
    }
    #basket-overview img {
        padding: 0px 5px;
    }
    /*#formSearch input#keyword {
        width: 250px;
    }*/
    #headerFix {
        width: 80%; 
        height: 50px;
        background-color: #00b3ba;
        position: fixed;
        margin-left: 20%;
        z-index: 1000;
    }
    #content{
        width: 80%;
        margin-left: 20%;
        margin-top: 20px;
    }
    #menu-strip, #search-icon {
        display: none;
    }
    
    label#main-label, #catalogPdfMenu {
        display: none;
    }
    
    #menuV{
        overflow: hidden;
    }
}

@media (max-width: 1022.99px) {
    
    #headerFix {
        width: 100%; 
        min-width: 350px;
        height: 50px;
        background-color: #00b3ba;
        position: fixed;
        margin-left: 0%;
        z-index: 1000;
    }
    #content {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
}

#headerFix .col-sm-12 {
    padding: 0;
}

#toggle, .toggle
{
    display: none;
}
 
@media (max-width: 1022.99px)
{
    nav
    {
        height: 60px;
    }
 
    nav .main_pages 
    {
        display: none;
        flex-direction: column;
        background: #48435C;
        height: 220px;
    }
 
    nav .main_pages a {
        width: 50%;
    }
 
    label#main-label
    {
        width: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        font: icon;
        font-size: 40px;
        color: white;
        cursor: pointer;
        text-align: center;
        margin-top: 10px;
        font-size: 30px;
    }
 
    #toggle:checked ~ #menuV {
        display: block;
        width: 100%;
        background-color: #fff;
        z-index: 100;
    }
    
    #toggle:checked + #close-label {
        display: block;
    }
    
    #toggle:checked ~ #menuV #close-menu-link {
        display: block;
    }
    
    #close-menu-link {
        margin-bottom: 40px;
    }
    
    .toggle:checked + .subcategory-menu {
        display: block;
    }
    
    label.link-menu {
        background-color: #00b3ba;
        color: #ffffff;
    }
    
    #blank-toggle {
        width: 35px;
    }
}

#menuV{
    position: fixed;
    height: 100%; 
    width: 20%;
    overflow: auto;
    background: url('/img/menu-bottom.jpg') bottom center no-repeat #ffffff;
}


.subcategory-menu, #close-label, #close-menu-link {
    display: none;
}

label.link-menu {
    margin-bottom: 0;
    cursor: pointer;
}

#stack-menu ul {
    list-style-type: none;
    padding: 0;
}

li.link-subcategory-menu a {
    display: block;
    height: 35px;
    color: #4f5c67;
    line-height: 35px;
}

#logo-menu-column {
    padding:  15px 0px; border-bottom: solid 1px #00b3ba;
}

#close-menu {
    height: 30px;
    background-color: #4f5c67;
    width: 100%;
    cursor: pointer;
}

#close-label {
    text-align: center;
    background-color: #00b3ba;
    cursor: pointer;
    padding: 7px 5px;
    color: #ffffff;
}

ul.list-inline li {
    display: inline-block
}

#searchbar-header a {
    color: #4f5c67;
}

#searchbar-header a:hover {
    color: #ffffff;
}

.btn-basket {
    margin: 5px auto;
}

td.input-middle input{
    margin: auto;
}

a.compared-block, a.favorite-block:hover {
    color: #ffffff;
}

.favorite-block {
    display: block;
    padding: 7px;
    background-color: #e63c79;
    font-size: 0.7rem;
    text-decoration: underline;
    height: 50px;
    line-height: 35px;
    color: #ffffff;
}

@media (min-width: 479px) and (max-width: 1022.99px)
{
    #catalogPdfMenu {
        display: none;
    }
    
    #logo-menu-column {
        margin-top: 50px;
    }
}


nav.navbar-menu
{
    text-align: center;
    height: 50px;
}

.myMenu
{
    display: inline-block;
    list-style-type: none;
    padding: 0;
}

.myMenu > li {
    height: 35px;
    margin-top: 7px;
    cursor: pointer;
}
.mySub-menu {
    transform: scale(0);
    transform-origin: top center;
    transition: all 300ms ease-in-out;
    /*width: 90%;
    margin: 0 5%;*/
    padding: 0;
    border: solid 1px #ffffff;
    border-top: none;
    -moz-box-shadow: 8px 8px 12px #aaa;
    -webkit-box-shadow: 8px 8px 12px #aaa;
    box-shadow: 8px 8px 12px #555;
}
.mySub-menu li {
    font-size: 14px;
    /*background: rgba(255, 255, 255, 0.8);*/
    background-color: #00b3ba;
    color: white;
    transform: scale(0);
    transform-origin: top center;
    transition: all 300ms ease-in-out;
    list-style-type: none;
}

.mySub-menu li.nav-menu-admin {
    background-color: #4f5c67;
}

.mySub-menu li:last-child {
    border-bottom: 0;
}
.mySub-menu li:hover {
    background: #ffffff;
    color: #4f5c67;
}
.myMenu > li:hover .mySub-menu li {
    transform: scale(1);
}
.myMenu > li:hover .mySub-menu {
    transform: scale(1);
}
a.nav-menu-link {
    display: block;
    height: 40px;
    line-height: 30px;
    border-bottom: solid 1px #ffffff;
    padding: 5px 10px;
}

#menuV, #headerFix, #helpMenu {
    -moz-box-shadow: 4px 4px 4px #aaa;
    -webkit-box-shadow: 4px 4px 4px #aaa;
    box-shadow: 4px 4px 4px #555;
}

.content-menu-category {
    background-color: rgb(255, 255, 255); /* alternative solide */
    background-color: rgba(255, 255, 255, 0.98);
    padding-top: 5%;
    position: fixed;
    width: 80%;
    height: 100%;
    z-index: 1200;
    margin-left: 20%;
    border: solid 1px #00b3ba;
}

.link-menu {
    height: 45px;
    display: block;
    line-height: 45px;
    border-bottom: solid 1px #00b3ba;
    font-weight: normal;
    color: #4f5c67;
}

.link-menu:hover, .link-menu-overed {
    background-color: #00b3ba;
    color: #ffffff;
}

.close-menu {
    color: #ffd000;
}

.close-menu:hover {
    color: #4f5c67;
}

.link-white:hover {
    color: #ffffff;
    font-size: 0.8rem;
}