#slider {
  padding-left: 20px;
  padding-right: 20px;
}

.coef-fieled {
  width: 200px !important;
}

html,
body {
  margin: 0;
  font-family:DIN Pro !important;
  font-weight: 100;
}

.leaflet-popup-content
{
  font-family:DIN Pro !important;
}

.container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

table {
  border-collapse: collapse;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

th,
td {
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.2);
  color: rgba(51, 51, 51, 0.85);
}

th {
  text-align: left;
}

thead th {
  background-color: #000d42;
  color: white;
}

tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.3) !important;
}

tbody td {
  position: relative;
}

tbody td:hover:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -9999px;
  bottom: -9999px;
  background-color: rgba(255, 255, 255, 0.2) !important;
  z-index: -1;
}

th,
td {
  white-space: nowrap;
}

div.dataTables_wrapper {
  width: 100%;
  margin: 0 auto;
}

#reservation {
  background-color: #000d42;
  text-align: center;
  padding-top: 20px;
  color: white;
  border-bottom: #ddd;
  border-bottom-color: #5cb85c ;
  border-bottom-width: 3px ;
  border-bottom-style: ridge;
  padding-bottom: 20px;
  margin-bottom: 0px !important;
}

.table-block
{
  border-left: #ddd;
  border-left-color: #5cb85c ;
  border-left-width: 3px ;
  border-left-style: ridge;
  padding-top: 20px;
}

#minbeds {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
}

.coefs-form {
  display: flex;
  margin-left: 10% !important;
  margin-right: auto;
  width: 90% !important;
}

.export-block {
  display: flex;
  margin-right: auto;
  width: 90% !important;
}

.export-btn {
  float: right;
  background-color: #000d42 ;
  color: white;
}

.dataTables_length {
  color: #666 !important;
}

.dataTables_info {
  color: #666 !important;
}

.dataTables_wrapper .dataTables_length select {
  border-color: #666 !important;
}

.dataTables_wrapper .dataTables_filter input {
  border-color: #666 !important;
}

.dataTables_filter {
  color: #666 !important;
}
.dataTables_paginate
{
  color: #666 !important;
}
.paginate_button {
  color: #666 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #666 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #666 !important;
  font-weight: bold;
}
.form-labels{
  color: #666 !important;
}

.dataTables_empty
{
  text-align: start !important;
}
.form-labels
{
  margin-left: 10% !important;
  width: 90%;
}
.home-title
{
  font-size: 20px;
  text-decoration: underline;
}
.from-year-input
{
  width: 100px !important;
  margin-left: 20px;
}
.from-year-block
{
  display: inline-flex !important;
}
.body-container
{
  background-color: #fff;
  margin-left: 0px !important;
  margin-right: 0px !important;
  width: 100% !important;
}
.apply-coefs
{
  color: black;
}
.forage-info
{
  font-size: 12px;
  color: black;
  font-weight: bold;
}
#map { height: 350px;  }
.map-container{ padding: 20px; }
img.huechange { filter: hue-rotate(120deg); }

html, body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 100%;
  background: linear-gradient(45deg, #fff, #ffff);
  text-align: center;
}

h1 {
  margin: 0;
  padding: 0;
  font-family: ‘Arial Narrow’, sans-serif;
  font-weight: 100;
  font-size: 1.1em;
  color: #000d42 !important;
}

.load-letter {
  position: relative;
  top: 0.63em;
  display: inline-block;
  text-transform: uppercase;
  opacity: 0;
  transform: rotateX(-90deg);
}

.let1 {
  animation: drop 1.5s ease-in-out infinite;
  animation-delay: 1.2s;
}

.let2 {
  animation: drop 1.5s ease-in-out infinite;
  animation-delay: 1.3s;
}

.let3 {
  animation: drop 1.5s ease-in-out infinite;
  animation-delay: 1.4s;
}

.let4 {
  animation: drop 1.5s ease-in-out infinite;
  animation-delay: 1.5s;

}

.let5 {
  animation: drop 1.5s ease-in-out infinite;
  animation-delay: 1.6s;
}

.let6 {
  animation: drop 1.5s ease-in-out infinite;
  animation-delay: 1.7s;
}

.let7 {
  animation: drop 1.5s ease-in-out infinite;
  animation-delay: 1.8s;
}

.let8 {
  animation: drop 1.5s ease-in-out infinite;
  animation-delay: 1.9s;
}
.let9 {
  animation: drop 1.5s ease-in-out infinite;
  animation-delay: 2s;
}
.let10 {
  animation: drop 1.5s ease-in-out infinite;
  animation-delay: 2.1s;
}

@keyframes drop {
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
    top: 3.78em;
    transform: rotateX(-360deg);
  }
  80% {
    opacity: 1;
    top: 3.78em;
    transform: rotateX(-360deg);
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    top: 6.94em
  }
}

/*#graphDiv
{
height: 350px;
width: calc(100vw/3 - 70px) !important;
padding : 20px;
}
.svg-container{
width: calc(100vw/3 - 70px) !important;
}*/


/* CSS loader style */
.lds-hourglass {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-hourglass:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 6px;
  box-sizing: border-box;
  border: 26px solid #cef;
  border-color: #cef transparent #cef transparent;
  animation: lds-hourglass 1.2s infinite;
}
@keyframes lds-hourglass {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
  }
}
#table_id_wrapper
{
  overflow: auto;
  height: 550px !important;
}

#table_id
{
  border-style: ridge;
  border-color: white;
  border-radius: 10px;
}

table.dataTable thead th, table.dataTable thead td {
  border-bottom: 1px solid #e8e8e8;
}

.title-row
{
  text-align: center !important;
  border-right-style: ridge;
  border-right-color: #e8e8e8;
}

:root {
  --map-tiles-filter: brightness(0.6) invert(1) contrast(3) hue-rotate(200deg) saturate(0.3) brightness(0.7);
}

@media (prefers-color-scheme: dark) {
  .map-tiles {
    filter:var(--map-tiles-filter, none);
  }
}

#echelle
{
  width: 80%;
  margin-top: 20px;
  height: 5px;
  background: linear-gradient(45deg,rgba(26, 150, 65) , rgba(215, 25, 28) );
  margin-left: auto;
  margin-right: auto;
}

.modal-label
{
  color: black;
}


/*  SLIDER CSS  */
.slidecontainer {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #6095d6;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #000d42;
  cursor: pointer;
}


#mySidenav a {
  position: fixed;
  right: -63px;
  transition: 0.3s;
  padding: 15px;
  width: 100px;
  text-decoration: none;
  font-size: 20px;
  color: #000d42;
  border-radius: 5px 0px 0px 5px;
}

#mySidenav a:hover {
  right: 0;
}

#aide {
  top: 100px;
  background-color: #6095d6;
  font-weight: bold;
  color: #000d42;
}


/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
.modal.left .modal-dialog,
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 40%;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
  padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog{
  left: -320px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog{
  left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
  right: 0px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
  right: 0;
}

.formule3
{
  width: 100%;
}
.slider-min-max
{
  color: #ffffff;
  margin-left: 30px;
  margin-right: 30px;
}
