:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #f08213;
  --bs-primary-hover: #d37211;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #05080f;
  --bs-dark-alpha: #05080f00;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 3, 8, 17;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  /* --bs-body-bg: #030811; */
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #afa9fd4d;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

.btn-primary {
  color: var(--bs-light);
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.btn-primary:hover {
  background-color: var(--bs-primary-hover);
  border-color: var(--bs-primary-hover);
}

body {
  font-family: var(--bs-body-font-family);
}

.login {
  min-height: 100vh;
  background-color: white;
}

.login h2 {
  margin-bottom: 0rem !important;
  font-weight: bold;
  color: #218094;
}

.bg-image {
  background-image: url("../assets/bg2.178fd7cd0231.jpg");
  background-size: cover;
  background-position-x: left;
}

.bg-image2 {
  /* background-image: url("../assets/citybg.643052afc17a.svg"); */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

.login-heading {
  font-weight: 300;
}

.btn-login {
  font-size: 0.9rem;
  letter-spacing: 0.05rem;
  padding: 0.75rem 1rem;
}

.login .partenaires {
  margin-top: 30px;
}

.login .footer {
  position: fixed;
  bottom: 0px;
}

/* ***************  MAPBOX CSS *************** */

#id-map {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

.mapboxgl-popup {
  max-width: 200px;
}

.mapboxgl-popup-content {
  background: #0000008c;
  backdrop-filter: blur(3px);
  color: white;
  border-radius: 10px;
  border: solid 1px white;
  border-image: linear-gradient(
      to bottom,
      #baaffb47 10%,
      #baaffbc9 50%,
      #baaffb47 80%
    )
    1;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.223);
  padding: 10px 10px 15px;
  pointer-events: auto !important;
  position: relative;
  width: 460px;
}
.mapboxgl-popup-tip {
  align-self: center;
  border-bottom-color: #0000008c !important;
  border-top: none;
}
.mapboxgl-popup-close-button {
  color: white;
  border: 0;
  font-size: 29px;
  padding: 5px;
}

.mapboxgl-ctrl-logo {
  display: none !important;
}

/* ***************  END MAPBOX CSS *************** */

/* ***************  SIDE BARS CSS *************** */

.sidebar-left,
.sidebar-right {
  z-index: 1;
  position: absolute;
  padding: 0px 10px;
  top: 0px;
  height: 100vh;
  max-width: 20vw;
  min-width: 18vw;
}

.sidebar-left a,
.sidebar-right a {
  text-decoration: none;
}

.sidebar-left .items,
.sidebar-right .items {
  height: 85%;
  overflow-y: scroll;
}

.sidebar-left {
  left: 0px;
  backdrop-filter: blur(20px);
  /* opacity: 0.5; */
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
}

.sidebar-right {
  right: 0px;
  background: linear-gradient(
    -90deg,
    var(--bs-dark) 0%,
    var(--bs-dark) 30%,
    var(--bs-dark-alpha) 100%
  );
}

.sidebar-right h3,
.sidebar-left h3 {
  font-size: 16px;
  color: #1a8094;
}

.sidebar-right p,
.sidebar-left p {
  margin-top: 0;
  margin-bottom: 0rem;
  font-weight: 100;
}

.sidebar-right .filter-list {
  text-align: right;
}

/* List item */

.post {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  color: #555555;
  padding: 10px 0;
}

.post img {
  float: left;
  margin-right: 10px;
  height: 61px;
  border-radius: 5px;
}
.post h1 {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  text-decoration: unset;
}
.post p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: small;
}
.post .badge {
  font-size: 11px;
  font-weight: normal;
  background-color: #1a8094;
  border-radius: 5px;
  color: white;
  padding: 0px 5px;
}

.post a {
  color: rgb(75, 75, 75);
  text-decoration: none;
}

.post a:hover {
  color: rgb(119, 24, 24);
  text-decoration: none;
}
.post address {
  display: block;
  font-size: 11px;
  font-weight: bold;
  color: #f08213;
}
.etat_succes {
  display: block;
  font-size: 11px;
  font-weight: bold;
  color: hsl(98, 88%, 51%);
}
.etat_critique {
  display: block;
  font-size: 11px;
  font-weight: bold;
  color: hwb(9 8% 6%);
}

/* End List item */

/* scrollbar width */
::-webkit-scrollbar {
  width: 8px;
}

/* Scrollbar Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #00000008;
  border-radius: 2px;
}

/* Scrollbar Handle */
::-webkit-scrollbar-thumb {
  background: #ffffff99;
  border-radius: 10px;
}

/* Scrollbar Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ffffff85;
}

/* *************** END SIDE BARS CSS *************** */

.footer {
  z-index: 1;
  font-size: small;
  text-align: center;
  width: 100vw;
  position: fixed;
  display: block;
  bottom: 0px;
  background-color: white;
}
/* scrollbar width */
::-webkit-scrollbar {
  width: 5px;
}

/* Scrollbar Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #00000008;
  border-radius: 2px;
}

/* Scrollbar Handle */
::-webkit-scrollbar-thumb {
  background: #ffffff99;
  border-radius: 10px;
}

/* Scrollbar Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ffffff85;
}
