@charset "UTF-8";
/* CSS Document */

#bloc_menu{
    width: 100%;
    top: 0px;
    /*background-color: rgba(239,174,176,0);*/
    position: absolute;
    z-index: 900;
}

.bt_menu{
    top: 10px;
    height: 60px;
    width: 60px;
    position: absolute;
    right: 10px;
    background-color: rgba(19,36,189,0);
    background-image: url("../navig/menu.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.open{
}
.close{
    background-image: url("../navig/close.png");
}
#open_menu{
    width: 100%;
    top: 80px;
    position: relative;
    min-height: 120px;
    background-color: rgba(0,0,0,0);
    /*display: block;*/
}

.hidde{
    display: none;
}

.show{
    display: block;
}

#hombre{
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.6);
    z-index: 800;
}
#liste_menu{
    display: block;
    background-color: rgba(200,200,200,1);
    /*z-index: 800;*/
    min-height: 120px;
    padding-top: 0px;
}
.sousmenu {
    text-decoration: none;
    list-style: none;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
    font-size: 16px;
    line-height: 20px;
    padding: 8px;
    border: rgba(0,0,0,0) thin solid;
    color: rgba(0,0,0,0.6);
}
.sousmenu:hover {
    border: rgba(0,0,0,0.4) thin solid;
    background-color: rgba(255,255,255,1.00);
    color: rgba(0,255,42,1.00);
}
.sousmenu_sans {
    text-decoration: none;
    list-style: none;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
    font-size: 16px;
    line-height: 20px;
    padding: 8px;
    border: rgba(0,0,0,0) thin solid;
    color: rgba(0,0,0,0.6);
}
.sm_petit{
    font-size: 14px;
}
@media(max-width:767px){
    .sousmenu { font-size: 12px; }
    .sousmenu_sans { font-size: 12px; }
    .sm_petit{ font-size: 12px;}
}