html { 
    background-color: #ffffff; 
}
body {
    padding-top: 5rem;
    font-family: "Poppins", sans-serif;
    min-height: 100vh;
}
/* Coleurs */
.bg-erreur { background-color: #c82333; }
.bg-rouge { background-color: #8e1e46; }
.bg-orange { background-color: #f57215; }
.bg-violet { background-color: #672290; }
.bg-vert { background-color: #80cc28; }
.bg-bleu { background-color: #23b7c6; }
.bg-jaune { background-color: #e0a800; }

.erreur { color: #c82333; }
.rouge { color: #8e1e46; }
.orange { color: #f57215; }
.violet { color: #672290; }
.vert { color: #80cc28; }
.bleu { color: #23b7c6; }
.jaune { color: #e0a800; }

/* STRUCTURE */

.wrapper {
  display: flex;
  align-items: center;
  flex-direction: column; 
  justify-content: center;
  width: 100%;
  min-height: 100%;
  padding: 20px;
}

/* OTHERS */

*:focus {
    outline: none;
} 

.icon {
  width: 16px;
  height: 16px;
}

/* RUBRIQUES */
.rubriques .list-group-item a:hover { text-decoration: none; }
.rubriques .list-group-item:hover a { color:#0056b3; }

/* Table sorter */
.tablesorter-bootstrap td {
    vertical-align: middle;
}
.tablesorter-headerRow,.tablesorter-filter-row {
    background-color: white; }

.tablesorter-bootstrap .tablesorter-filter-row td {
    text-align: left !important;
}

.tablesites .tablesorter-filter-row td:nth-child(1) .tablesorter-filter,
.tablekeywords .tablesorter-filter-row td:nth-child(1) .tablesorter-filter,
.tablesites .tablesorter-filter-row td:nth-child(3) .tablesorter-filter,
.tablekeywords .tablesorter-filter-row td:nth-child(3) .tablesorter-filter {
    width: 50px;
}

.tablesites .tablesorter-filter-row td:nth-child(2) .tablesorter-filter,.tablekeywords .tablesorter-filter-row td:nth-child(2) .tablesorter-filter {
    width: 100%;
}
.tablesorter-filter.disabled { display: none; }


/* Auto complete */
 .ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;   
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}

.ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}


/* Mots clés / Tags / Keyword */
.tag .remove {
  vertical-align: bottom;
  top: 0;
  color: #bbb;
}
.tag:hover .remove {
  color: #fff;
  cursor: pointer;
}
.badge-info {
    text-transform: capitalize;
}
/* Auto complete */
.ui-autocomplete .ui-menu-item { cursor: pointer; text-transform: capitalize; }
.ui-helper-hidden-accessible { display: none; }

#map { 
    min-height :  250px; 
    background-color: #6c757d;
}