body {
    background-color: #777799;
    padding: 10px 20px;
    background-color: white;
    color: black;
    border-style: hidden;
    border-radius: 6px;
/*    font-size: 10px; */
}

.table-striped {
  table-layout: auto;
  width: 250px;
}

.table-button {
  table-layout: auto;
  width: 250px;
}

table.table-striped td.stripped-a {
   padding: 0px;
   width: 250px;
}

table.table-striped td.stripped-b {
   padding: 0px;
}

P.defile {
  background-color: red;
  color: yellow;
  border-radius: 6px;
  border: 2px solid black;
  line-height: 35px;
  font-size: 18px;
  font-weight: bold;
  padding-right: 15px;
  padding-left: 12px;
  padding-bottom: 4px;
  padding-top: 2px;
  margin-bottom: 4px;
  margin-top: 2px;
/*
  padding-bottom: 2px;
  padding-top: 2px;
  margin-bottom: 6px;
  margin-top: 4px;
*/
}

.petit {
    line-height: 20px;
}

.command {
  color: black;
  background: white;
  opacity: .8;
  border-radius: 6px;
  padding-right: 15px;
  padding-left: 5px;
}

.container-fluid {
/*  border: 2px solid black; */
  border-radius: 6px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

[class*="col-btn"], footer {
  border: 0px solid black;
  border-radius: 6px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 2px;
  margin-top: 2px;
}

.date_col {
  line-height: 40px;
}

.sansbord {
  border: 0px solid black;
  border-radius: 6px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 0px;
}

.sansbord-left {
  border: 0px solid black;
  border-radius: 6px;
  line-height: 40px;
  text-align: left;
  margin-bottom: 10px;
  margin-top: 0px;
}

.sansombre {
  border: 2px solid black;
  border-radius: 6px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 0px;
}

.bordblanc {
  border: 1px solid white;
  border-radius: 6px;
  line-height: 40px;
  text-align: center;
  margin-top: 2px;
  margin-bottom: 3px;
  margin-left: 2px;
  margin-right: 2px;
}

.bordblack {
  border: 1px solid black;
  border-radius: 6px;
  line-height: 40px;
  text-align: center;
  margin-top: 2px;
  margin-bottom: 3px;
  margin-left: 2px;
  margin-right: 2px;
}

.bordgrasblanc {
  border: 4px solid white;
  border-radius: 6px;
  line-height: 40px;
  text-align: center;
  margin-top: 2px;
  margin-bottom: 3px;
  margin-left: 2px;
  margin-right: 2px;
}

.avecbord {
  border: 2px solid black;
  border-radius: 6px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 0px;
  box-shadow: 6px 6px 6px black;
}

.avecbord-left {
  border: 2px solid black;
  border-radius: 6px;
  line-height: 40px;
  text-align: left;
  margin-bottom: 10px;
  margin-top: 0px;
  box-shadow: 6px 6px 6px black;
  font-size: 16px;
}

.avecbord-none {
  border: 2px solid black;
  border-radius: 6px;
  line-height: 40px;
  text-align: match-parent;
  margin-bottom: 10px;
  margin-top: 0px;
  box-shadow: 6px 6px 6px black;
}

.btn-avecbord {
  border: 2px solid black;
  border-radius: 6px;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 0px;
  box-shadow: 6px 6px 6px black;
}
/* display this row with flex and use wrap (= respect columns' widths) */

/*  -------------- covid ----------------  */

.bg-covid {
  background-color: #ffff00;
  color: #000000;
}

.btn.btn-covid {
  border-radius: 6px;
  border: 1px solid black;
  margin-top: 4px;
  margin-bottom: 4px;
  color: white !important;
}

.btn-secondary {
  background-color:#BDBDBD;
  color: #FFF;
}
.btn-secondary:hover {
  background-color:#848484;
  color: #FFF;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}

.img-responsive  {
/*    border: 0px solid black; */
  border-radius: 6px;
  box-shadow: 6px 6px 6px black;
}

.img-overlay {
    position: relative;
    max-width: 600px;
}

.project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.img-cadre {
  border: 2px solid black;
}

.btn-ld {
  border: 1px solid black;
  width: 80px;
  height: 80px;
  border-radius: 40px;
}
/*Specific Cases*/

.btn.btn-custom-lg,
.btn.btn-custom-sm,
.btn.btn-custom-xs {
  border-radius: 6px;
}
/*Global*/

.btn.btn-square {
  border-radius: 6px;
  border: 1px solid black;
  margin-top: 4px;
  margin-bottom: 4px;
  color: black !important;
}
.btn-size {
  font-size: 2.0vh;
}
.btn-color {
  color: black !important;
}
.btn-success:active{
  color: blue !important;
}
.btn-success.focus {
  color: blue !important;
}

.feeds-links {
  color: black !important;
  background-color:#BDBDBD;
}

#helpIcon
{
  cursor: pointer;
  text-align: right;
}

.vert {color: green;}
.orange {color: orange;}
.rouge {color: red;}
.bleu {color: blue;}


/*

.col-button {
padding-right: 5px;
padding-left: 5px;
}


.nav-linkm>li
{float:left}
.nav-item>li>a
{border-radius:4px}
.nav-item>li+li
{margin-left:2px}
.nav-item>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover
{color:black;background-color:#5bc0de}


.nav-stacked>li{float:none}
.nav-stacked>li+li{margin-top:2px;margin-left:0}

*/
/* make sidebar nav vertical */
@media (min-width: 768px) {
  .sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
  }
  .sidebar-nav .navbar ul {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

/*
@media(max-width:1199px) {
 html body .btn .btn-lg {
  font-size: 10px;
 }
 h3{
    font-size: 14px;
 }
}

@media(min-width:1200px) {
 html body .btn .btn-lg {
  font-size: 14px;
 }
 h3{
    font-size: 18px;
 }
}
*/

/* ---------- Ecran portable -----------   */
@media (max-width: 1399px) {
 html body .btn .btn-lg {
  font-size: 12px;
 }
 h3{
    font-size: 16px;
 }
  .btn-responsive {
    padding:2px 4px;
    font-size:85%;
    line-height: 1.6;
    border-radius:3px;
  }
  .btn-ld {
    border: 1px solid black;
    font-size: 12px;
    width: 70px;
    height: 70px;
    border-radius: 35px;
 }
}

@media (min-width: 1400px) and (max-width: 1799px) {
 html body .btn .btn-lg {
  font-size: 14px;
 }
 h3{
    font-size: 18px;
 }
  .btn-responsive {
    padding:4px 9px;
    font-size:100%;
    line-height: 1.6;
 }
  .btn-ld {
    border: 1px solid black;
    font-size: 12px;
    width: 70px;
    height: 70px;
    border-radius: 35px;
 }

/*
@media (min-width: 1400px) and (max-width: 1700px) {
  .btn-responsive {
    padding:4px 9px;
    font-size:60%;
    line-height: 1.0;
  }
}
*/
img[usemap] {
   height: auto;
   max-width: 100%;
   width: auto;
}


/* tooltip-class*/
/*
.leaflet-tooltip.class-tooltip {
  background: green;
  border: 2px solid cyan
}

.leaflet-tooltip-left.class-tooltip::before {
  border-left-color: cyan;
}

.leaflet-tooltip-right.class-tooltip::before {
  border-right-color: cyan;
}
*/
/*
.class-tooltip .leaflet-popup-content-wrapper {
  background: green;
  border: 2px solid cyan
}
.leaflet-tooltip-left.class-tooltip::before {
  border-left-color: cyan;
}
.leaflet-tooltip-right.class-tooltip::before {
  border-right-color: cyan;
}
*/
/*
.class-tooltip.leaflet-popup-content-wrapper{
    background-color: red;
    background: blue;
    opacity: 0.9;
}
.class-tooltip .leaflet-popup-tip {
    background: red;
    background-color: red;
}*/

/*
.class-tooltip.leaflet-popup-tip {
    background: red;
    background-color: red;
}
.class-tooltip.leaflet-popup-content-wrappe {
    background: yellow;
    background-color: yellow;
}

.class-tooltip {
    stroke: red;
    background: red;
    background-color: red;
}
*/

/*  ------------------------------------------- */

.tooltip-perso {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  width: 400px;
  font-size: 18px;
  background-color:rgba(0, 0, 0, 0.6);
}
/*
.tooltip .tooltiptext {
  visibility: hidden;
  width: 400px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
*/
  /* Position the tooltip */
  /*
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  width: 400px;
}
*/
.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
    color: yellow;
}
.info h4 {
    margin: 0 0 5px;
    color: white;
    //color: inherit;
}
