.header-gestion{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:10px;border-bottom:1px solid #dcdcdc;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px}
.gestion-infos{text-decoration:none;color:#2E3242}
.gestion-ctrl{position:relative;border:1px solid #dcdcdc;padding:10px;cursor:pointer;min-width: 150px;}
.menu-edit-show{position:absolute;padding:10px;left:-1px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:1px solid #dcdcdc;top:38px;background:#fff;width:100%;display:none}
.menu-edit-show .sub-menu{padding:5px 0}
.menu-edit-show .sub-menu a{text-decoration:none;color:#2E3242}
.menu-edit-show .sub-menu a:hover{color:#da091b}
.menu-edit-show .active{color:#da091b!important}
.header-gestion .mo-breadcrumb{margin:0;font-size:.8rem;padding:0}
@media only screen and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
.header-gestion{-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:10px}
.gestion-infos{-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;padding-right:5px}
}