
body{
  font-family: 'Roboto', sans-serif!important;
}
.navbar{
  background-color: #000099;
}
a.nav-link {
  color:white!important;
}
a.menu-internaute{
  font-size: 110%;
}
::placeholder {
  color: lightseagreen!important;
  font-size: 0.8em;
  font-style: italic;
}

::-webkit-input-placeholder { opacity: 1; -webkit-transition: opacity .5s; transition: opacity .5s; }  /* Chrome <=56, Safari < 10 */
:-moz-placeholder { opacity: 1; -moz-transition: opacity .5s; transition: opacity .5s; } /* FF 4-18 */
::-moz-placeholder { opacity: 1; -moz-transition: opacity .5s; transition: opacity .5s; } /* FF 19-51 */
:-ms-input-placeholder { opacity: 1; -ms-transition: opacity .5s; transition: opacity .5s; } /* IE 10+ */
::placeholder { opacity: 1; transition: opacity .5s; } /* Modern Browsers */
    
*:focus::-webkit-input-placeholder { opacity: 0; } /* Chrome <=56, Safari < 10 */
*:focus:-moz-placeholder { opacity: 0; } /* FF 4-18 */
*:focus::-moz-placeholder { opacity: 0; } /* FF 19-50 */
*:focus:-ms-input-placeholder { opacity: 0; } /* IE 10+ */
*:focus::placeholder { opacity: 0; } /* Modern Browsers */

.modal-content{
  width:300px;
}
.red{
  color:red;
  width: 320px;
}
.blue{
  color:blue;
}

.annonce{
  background-color:#009999;
  color: #99FF99;
  padding:10px;
  border-radius: 10px;
}
.annonce-verte{
  background: linear-gradient(#f4f8f4,#d8e8d8);
  padding:10px;
  border-radius: 10px;
}
.annonce-jaune{
  background: linear-gradient(#fffef0,#fffce1);
  padding:10px;
  border-radius: 10px;
}

.table {
  font-size: 90%;
}

td{
  vertical-align: middle!important;  
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
  background-color: #ffe00026;
}

.table > .thead-light > tr > th,
.table >thead > tr > th  {
  text-align: center;
  background-color: #cca677!important;
  vertical-align: middle!important;
}

div#content{
    margin-top:25px;
}


   .dropdown:hover >.dropdown-menu {
    display: block;
   }

   .dropdown-menu {
    margin: -0.125rem 0 0;
  }
  a.dropdown-item{
    font-size:90%;
  }

  a {
      color:navy;
  }
button > a {
    color: white;
}
.row-height-100{
  min-height: 100px;
 
}

.bg-color-eee{
  background-color: #eee;
}

.error {
      min-height: 50px;
      color: white;
      background: orange;
      border-radius: 10px;
      border-color: red;
      padding: 20px;
      text-align: center;
      margin-top: 20px;
      font-size: x-large;
      
  }
  .error-message {
    color: white;
    background: orange;
    border-radius:5px;
    border-color:red;
    width:50%;
    padding:10px;
    font-size: 20px;
    text-align:center;
    margin:auto;
}

  .help-inline {
    color:red;
    font-weight: bold;
  }
  fieldset {
     
      
      background-color: rgb(243, 247, 215);
  }

  fieldset legend {
      text-align:center;
      padding:5px;
      color:#555;
  }

  div#durcis {
    background-color: #94cd94;
  }

  div#afterremarque{
    color: #aaa;
  }

div#maphaut{
  margin-top: 25px;
}

.fw-900{
  font-weight:900;
}

.fw-600{
  font-weight:600;
}

#derniersReleves .table{
  margin-bottom: 0.5rem;
}
#derniersReleves tr:first-of-type{
  background-color: lightgrey; 
  font-size: 120%;
  font-weight: 600;
}

.table{
  overflow: auto;

}
thead th, .thead.thead-light th {
  position: sticky;
  top:0;
  opacity: 1;
}