.container {
    margin-top:9em;
}
.container.gestion {
    margin-top:15em;
}
header {
    background:rgb(28,153,193);
    z-index:200;
}

ul  {
       list-style-type: none;
}
ul  li {
    word-break:break-word;
}

ul#main-menu  {
    display:flex;
    flex-wrap:wrap;
}


#main-menu   li {
    display:inline;
    margin:auto;
    padding:1rem;
    border:1px solid white;
    border-radius:20px;
    margin:0.1rem auto;
}

#main-menu   li:hover {
    background:white;
}
#main-menu   li.active {
    background:#a0d3e8;
}

a.noir,
#main-menu   li,
#main-menu   a {
    color:black;
}

/*
Menus avec enfants
*/

li.has-dropdown  {
    position:relative;
}

#main-menu li.has-dropdown ul li {
    display:block;
    width:100%;
}


li.has-dropdown ul {
    display:none;
}
li.has-dropdown:hover {
    border:1px solid black;
    border-bottom:unset;
}
li.has-dropdown:hover ul {
    display:initial;
    position:absolute;
    top:100%;
    left:-1%;
    right:-2%;
    z-index:1000;
    margin:0;
    padding:10px;
    background:#5FB7D3;
    border:1px solid black;
    border-top:unset;
}

.form button[type="submit"] {
    float:none;
}
.warning {
    background:rgba(255,0,0,0.4);
    border-radius:20px;
    padding:10px;
}

header {
    height:auto !important;
    position:fixed;
    top:0;
    left:0;
    right:0;
}
#bidons {
    text-align:center;
    max-width:50%;
    margin:auto;
}

a.lienvisible {
    color:inherit;
    text-decoration:underline;
}

div.exemple {
    min-width:900px;
    overflow:auto;
    border:1px solid #1798A5;
}
.center {
    text-align:center;
}

#lesproduits {
/*
    max-height:300px;
*/
    overflow:auto;
}

.invisible {
    display:none;
}

::placeholder {
    color:rgba(0,0,0,0.96);
}

.gras {
    font-weight:bold;
}


.helptourlesboutons a {
    display:inline-block !important;
}

#majcommande {
    position:fixed;
    right:0;
    top:50%;
}


td.actions a {
    border-bottom:1px dotted black;
}
td.actions a {
    display:block;
    word-break:break-word;
}

.rouge {
    color:red;
}
.lightred {
    background-color: rgba(0,250,0,0.2);
}

.summary {
    position:fixed;
    bottom:10%;
    left:1rem;
    z-index:1;

}


.unproduit .nombre {
    width:4rem;
}

.unproduit  div.input.number {
    display:inline-block;
}

.rougeclair {
    background:rgba(255,0,0,0.2) !important;
}
.vertclair {
    background:rgba(0,255,0,0.2) !important;
}

.bottom10 {
    margin-bottom:10px;
}

.smaller {
    font-size:smaller;
}

#burgermenu {
    display:none;
    left:1%;
    bottom:0;
    position:fixed;
    flex-direction:column;
    justify-content:space-between;
    z-index:2000;
    width:2.0rem;
    margin:0 0.2rem;
    height:2.0rem;
    background: white ;
    background-size: cover;
    cursor:pointer;
    border-color: #5FB7D3;
    border-style: solid ;
    border-width: 2px ;
    border-radius:10px;
}

#burgermenu div.rounded {
  border-radius: 5px;
  width:80%;
  height:5px;
  margin:auto;
  background: #5FB7D3;
  background-size: cover;
}
div.close {
    display:none;
}

div#lesfiltres form div.input  {
    display:inline-block;
}
div#lesfiltres form div.input.text input {
    max-width:25ex;
}

div.responsivetable table  tr.unproduit td {
    word-break:break-word;
}
#enhaut {
    position:fixed;
    bottom:2em;
    right:1em;
    z-index:200;
    border-radius:2em;
    background:rgba(28,153,193,0.5);
    vertical-align:middle;
    text-align:center;
    padding:6px;
    display:none;
}

div.message {
    position:absolute;
    left:0;
    right:0;
}

nav.navforsummary ul.side-nav li {
    display:inline-block;
}
#lescommandes.navforsummary,
#lescommandes.navforsummary table  {
    width: auto;
    overflow: auto;
}
#lescommandes.navforsummary table thead tr th {
    width: 10ex;
}
#lescommandes.navforsummary table tbody tr td {
    word-break:inherit;
}
#lescommandes.navforsummary table tbody tr td.greycell {
        background: rgba(0,0,0,0.1);
}

div.amount {
    position:relative;
}

input.currency {
    display: inline-block;
    width: 95%;
    text-align: right;
    padding-right: 3em;
}
input.currency ~ i  {
    position: absolute;
    text-decoration: initial;
    font-style: normal;
    top:0.5em;
    right:2.1rem;
}

.configurations.form {
    max-width:20em;
    margin:auto;
}
