body {
 /* padding-top: 5rem;*/
 scroll-behavior:  smooth ;
}

.bd-navbar {
    background: white;
      box-shadow: 0 1px 2px rgba(0,0,0,.05),inset 0 -1px 0 rgba(0,0,0,.1);
    margin-bottom:2.1em;
    padding: 10px;
    height: 70px;
}
.bd-navbar img.logo{
    margin-right:1em;
}
.highlight {
    background: white;
    box-shadow: 0 1px 2px rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.1);
    border-radius: 2px;
    margin-top: 0.7em ;
    padding: 1.0em;
    position:relative;
}
.highlight.padded {
  padding-right: 110px;
}
.highlight.paddedleft {
  padding-left: 110px;
  padding-right: 1.0em;
}
label{
    font-weight: 700;
}
.form-check label {
    font-weight: normal;
}
.table th, .table td {
    border-top: 0px solid #dee2e6;
}
.table th {
  white-space: nowrap;
}

.table td:hover {
    cursor: pointer;
}
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: -.1rem;
  margin-right: .1rem;
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}

.navbar-light .navbar-nav .active > .nav-link {
    font-weight: 700;
    background: #ededed;
    border-radius: 5px;
}

.highlight img {
    width: 100%;
}


/*table sort*/
table th a.asc, table th a.desc {
  color: #22527b;
  margin-right: 18px;
  position: relative; 
}
table th a:after, table th a:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: -10px;
    top: 8px;
}

table th a.asc:after {
    border-bottom: 4px solid #22527b !important;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 0px
}

table th a.desc:after {
    border-top: 4px solid #22527b !important;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 0px;
}
    
.side-nav {
    list-style: none;
}
.side-nav a.ancho {
  color:darkblue;
}


h2 {font-family: Georgia;
font-style: italic;}
h3 {margin-top: 1.4em;}
h4 {margin-top: 1.2em;}
h4.red {color:red;}
h5 {margin-top: .5em;margin-left:.8em; text-decoration: underline;}
.btn-outline-primary { background: rgba(255,255,255,.6); }
.fa {margin-right:.5em; }
.btn-block .fa {margin:.1em .5em .1em 0;font-size: 1.3em;}

.btn-sm, .btn-group-sm > .btn {
    
  }

h2.text-center .soustitre, h2.text-center .soussoustitre {
    font-size: 0.8em;
    font-weight: normal;
    color: #777;
}
h2.text-center .soussoustitre {
    font-size: 0.7em;
}
.form-control[readonly] {
    background-color: white;
}

dt {
    float: left;
    display: block;
    margin-right: .5em;
    min-width: 100px;
}
dd {display: block;}
dt.large {
    min-width: 200px;
}
dl, dd {
   margin: 0;
}

.btn-group {
   position:absolute; right:1em;bottom:.75em
}
.for-checkbox {
   position:absolute; left:1em;top:1em
}
.float-right.btn {
  margin-left:.9em;
}
.table th {
    padding: .3em 0.75rem;
}
.line2 th {
    padding: 0 .5em .5em;
}
.table thead .line1 th {
  border-bottom: 0;
}

[v-cloak] {
display: none;
}
.apploading {
    display: grid;
    place-content: center;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: grey;
    font-size: 1.2em;
    text-align: center;
}
#appli:not([v-cloak]) .apploading {
    display: none;
}
