@media (min-width: 768px){
    .navbar-nav > li > span {
        padding: 10px 15px;
    }
}

.navbar-header{width: 100%;}

.navbar-brand {
    height: auto !important;
}

#navbar li a.roota {
    display: block;
    /*line-height: 50px;*/
    height: 27px;
    padding:5px;
    margin:0 10px;
    width: 100%;
    text-align: center;
    /*background: #f8f0e5;*/
    font-weight: bold;
    color: #41433e;
    /*font-variant: small-caps;*/
    text-transform: uppercase;
}

#navbar li span.roota {
    display: block;
    /*line-height: 50px;*/
    height: 27px;
    padding:5px;
    margin:0 10px;
    width: 100%;
    text-align: center;
    /*background: #f8f0e5;*/
    color: #41433e;
    /*font-variant: small-caps;*/
    text-transform: uppercase;
}

#navbar li div.sousroot  {
    visibility: hidden;
    position: absolute;
    background-color: #f9f9f9;
    /*top:50px;*/
    /*left: 0;*/
    width: 200px;
    border-bottom: 1px solid lightgray;
    border-left: 3px solid #691557;
    margin-left: 10px;
    color:#333;
    text-transform: uppercase;
    background-color: #FFF;
    margin-left: 26px;
}

#menu li a:hover {
    /*background: #333;*/
}

#navbar li:hover div {
    visibility: visible;
}

#menu .margleft{
    /*float:left;margin-left:5%*/
;padding:10px 0;}
#menu .margleft a{margin-bottom: 4px;}
#menu .sub{float:none;}


.retrait {
    display: inline-block;
    margin-left: 20px;
    width: 100%;
}

/*.sousroot{display: none;position: absolute;background-color: #fe5486;width:100%;z-index: 99;}*/
.sousroot {
    /*background-color: #fe5486;*/
    width: 100%;
    z-index: 99;
}

.sousroot > .retrait div:first-child {
    /*float: left;*/
}

.sousroot a {
    color: #333
}

/*#menu-wrap{    z-index: 99999;}*/
/*#menu, #menu ul {*/
    /*margin: 0;*/
    /*padding: 0;*/
    /*list-style: none;*/
/*}*/

/*#menu {*/
    /*width: 100%;*/
    /*margin: 0px auto;*/
    /*background-color: #353936;*/
    /*display: flex;*/
    /*flex-wrap: wrap;*/

/*}*/

/*#menu:before,*/
/*#menu:after {*/
    /*content: "";*/
    /*display: table;*/
/*}*/

/*#menu:after {*/
    /*clear: both;*/
/*}*/

/*#menu {*/
    /*zoom:1;*/
/*}*/

/*#menu li {*/
    /*float: left;*/

    /*position: relative;*/
/*}*/

/*#menu .root {*/
    /*float:left;*/
/*}*/
/*#menu a {*/
    /*float: left;*/
    /*padding: 12px 30px;*/
    /*color: #FFF;*/
    /*text-transform: uppercase;*/
    /*text-decoration: none;*/
/*}*/

/*#menu li:hover > a {*/
    /*color: #fafafa;*/
/*}*/

/**html #menu li a:hover { *//* IE6 only */
    /*color: #fafafa;*/
/*}*/

/*#menu ul {*/
    /*margin: 20px 0 0 0;*/
    /*_margin: 0; *//*IE6 only*/
    /*opacity: 0;*/
    /*visibility: hidden;*/
    /*position: absolute;*/
    /*top: 42px;*/
    /*left: 0;*/
    /*z-index: 99998;*/
    /*background: #c8c8c8;*/

/*}*/

/*#menu li:hover > ul {*/
    /*opacity: 1;*/
    /*visibility: visible;*/
    /*margin: 0;*/
/*}*/

/*#menu ul ul {*/
    /*top: 0;*/
    /*left: 130px;*/
    /*margin: 0 0 0 20px;*/
    /*_margin: 0; *//*IE6 only*/
/*}*/

/*#menu ul li {*/
    /*float: none;*/
    /*display: block;*/
    /*border: 0;*/
    /*_line-height: 0; *//*IE6 only*/
/*}*/

/*#menu ul li:last-child {*/
    /*-moz-box-shadow: none;*/
    /*-webkit-box-shadow: none;*/
    /*box-shadow: none;*/
/*}*/

/*#menu ul a {*/
    /*padding: 10px;*/
    /*min-width: 130px;*/
    /*_height: 10px; *//*IE6 only*/
    /*display: block;*/
    /*white-space: nowrap;*/
    /*float: none;*/
    /*text-transform: none;*/
/*}*/

/*#menu ul a:hover {*/
    /*background-color: #3d7b36;*/
   /*}*/

/*#menu ul li:first-child > a {*/
   /* -moz-border-radius: 3px 3px 0 0;*/
    /*-webkit-border-radius: 3px 3px 0 0;*/
    /*border-radius: 3px 3px 0 0;*/
/*}*/

/*#menu ul li:first-child > a:after {*/
    /*content: '';*/
    /*position: absolute;*/
    /*left: 40px;*/
    /*top: -6px;*/
    /*border-left: 6px solid transparent;*/
    /*border-right: 6px solid transparent;*/
    /*border-bottom: 6px solid #444;*/
/*}*/

/*#menu ul ul li:first-child a:after {*/
    /*left: -6px;*/
    /*top: 50%;*/
    /*margin-top: -6px;*/
    /*border-left: 0;*/
    /*border-bottom: 6px solid transparent;*/
    /*border-top: 6px solid transparent;*/
    /*border-right: 6px solid #3b3b3b;*/
/*}*/

/*#menu ul li:first-child a:hover:after {*/
    /*border-bottom-color: #3d7b36;*/
/*}*/

/*#menu ul ul li:first-child a:hover:after {*/
    /*border-right-color: #3d7b36;*/
    /*border-bottom-color: transparent;*/
/*}*/

/*#menu ul li:last-child > a {*/
   /* -moz-border-radius: 0 0 3px 3px;*/
    /*-webkit-border-radius: 0 0 3px 3px;*/
    /*border-radius: 0 0 3px 3px;*/
/*}*/

/* Mobile */
/*#menu-trigger {*/
    /*display: none;*/
/*}*/

/*@media screen and (max-width: 1000px) {*/

    /* nav-wrap */
    /*#menu-wrap {*/
        /*position: relative;*/
    /*}*/

    /*#menu-wrap * {*/
        /*-moz-box-sizing: border-box;*/
        /*-webkit-box-sizing: border-box;*/
        /*box-sizing: border-box;*/
    /*}*/

    /* menu icon */
    /*#menu-trigger {*/
        /*display: block; *//* show menu icon */
        /*height: 40px;*/
        /*line-height: 40px;*/
        /*cursor: pointer;*/
        /*padding: 0 0 0 35px;*/
        /*border: 1px solid #222;*/
        /*color: #fafafa;*/
        /*font-weight: bold;*/
        /*background-color: #DDD;*/
    /*}*/

    /* main nav */
    /*#menu {*/
        /*margin: 0; padding: 10px;*/
        /*position: absolute;*/
        /*top: 40px;*/
        /*width: 100%;*/
        /*z-index: 99998;*/
        /*background-color: #BBB;*/
        /*display: none;*/
    /*}*/

    /*#menu:after {*/
        /*content: '';*/
        /*position: absolute;*/
        /*left: 25px;*/
        /*top: -8px;*/
        /*border-left: 8px solid transparent;*/
        /*border-right: 8px solid transparent;*/
        /*border-bottom: 8px solid #444;*/
    /*}*/

    /*#menu ul {*/
        /*position: static;*/
        /*visibility: visible;*/
        /*opacity: 1;*/
        /*margin: 0;*/
        /*background: none;*/
    /*}*/

    /*#menu ul ul {*/
        /*margin: 0 0 0 20px !important;*/
    /*}*/

    /*#menu li {*/
        /*position: static;*/
        /*display: block;*/
        /*float: none;*/
        /*border: 0;*/
        /*margin: 5px;*/
    /*}*/


    /*#menu li.root {*/
        /*border-bottom:1px solid #999;*/
        /*padding-bottom: 10px;*/
    /*}*/

    /*#menu ul li{*/
        /*margin-left: 20px;*/
    /*}*/

    /*#menu a{*/
        /*display: block;*/
        /*float: none;*/
        /*padding: 0;*/
        /*color: #444;*/
    /*}*/

    /*#menu a:hover{*/
        /*color: #fafafa;*/
    /*}*/

    /*#menu ul a{*/
        /*padding: 0;*/
        /*width: auto;*/
    /*}*/

    /*#menu ul a:hover{*/
        /*background: none;*/
    /*}*/

    /*#menu ul li:first-child a:after,*/
    /*#menu ul ul li:first-child a:after {*/
        /*border: 0;*/
    /*}*/

/*}*/

/*@media screen and (min-width: 1000px) {*/
    /*#menu {*/
        /*display: block !important;*/
    /*}*/
/*}*/

/* iPad */
/*.no-transition {*/
   /*opacity: 1;*/
    /*visibility: visible;*/
    /*display: none;*/
/*}*/

/*#menu li:hover > .no-transition {*/
    /*display: block;*/
/*}*/