.unset {
  all: unset;
}

:root {
  --bs-primary: #0D47A1;
}

.nav-tabs li.active a {
  display: block;
  background-color: tomato !important;
}

body {
  background: url(../images/fond.png);
  overflow-x: hidden;
  font-family: 'Roboto', sans-serif;
  font-size: medium;
}

h1, h2, h3, h4, h5, h6, p {
  font-family: 'Lora', serif; /* Headings */
}

.bkg1 {
  background: url(../images/clim_br.jpeg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bkg2 {
  background: url(../images/map.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mbtn {
  background-color: #0D47A1;
  color: white;
}

.mbtn1 {
  background-color: tomato;
  color: white;
  height: fit-content;
  padding: 5px;
}

.nav_bkg {
  /* background: url('../images/bkg1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size:     cover;  
    width: auto;                */
  min-height: 150px;
  background-color: white;
}


/* Styling individual control buttons */
.custom-control {
  background-color: white; /* You can style the control buttons */
  border: 1px solid #96baef;
  padding: 5px;
  cursor: pointer;
  text-align: center;
  width: 35px; /* Adjust the size of the button */
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px;
}

.custom-control:hover {
  background-color: #f0f0f0; /* Hover effect for buttons */
}

.bd-placeholder-img {
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* Style buttons dwonload */
.btn2 {
  background-color: DodgerBlue;
  border: none;
  color: white;
  padding: 12px 30px;
  cursor: pointer;
}

/* Darker background on mouse-over */
.btn2:hover {
  background-color: #124ea8;
  color: white;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}


@media screen and (min-width: 480px) {
  .mlogo {
    height: 40px;
    margin-right: 10em;
  }
}

@media screen and (max-width: 480px) {
  .mlogo {
    height: 30px;
  }
}

.txt-jy {
  text-align: justify;
}

fieldset,
legend {
  all: revert;
  border-color: #eef3ff;
}

ul.cform {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  float: left;
}

ul.cform li {
  margin-bottom: 30px;
}

ul.cform li:last-child {
  margin: 0px;
}

ul.cform li.half {
  width: 50%;
  float: left;
}

.pl-15 {
  padding-left: 15px;
}

.pr-15 {
  padding-right: 15px;
}

ul.cform li.full {
  width: 100%;
  float: left;
}

ul.cform .form-control {
  border: 2px solid #e1e1e1;
  background: #fafafa;
  color: #555555;
  height: 53px;
  line-height: 49px;
  padding: 0 20px;
}

ul.cform textarea.textarea-control {
  border: 2px solid #e1e1e1;
  background: #fafafa;
  color: #555555;
  padding: 20px;
  width: 100%;
  height: 165px;
  border-radius: 5px;
}

.cform .fsubmit {
  width: 100%;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  background: #51b5fc;
  border: 0px;
  height: 55px;
  line-height: 55px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  cursor: pointer;
}

.cform .fsubmit:hover {
  background: #51b5fc;
  color: #fff;
}

.contact-form {
  width: 100%;
  float: left;
}

.contact-form h3 {
  font-weight: 700;
  margin: 0 0 25px;
}

#map {
  width: 100%;
  height: 450px;
}

.polyg {
  padding: 5px 10px;
  background-color: rgb(46, 44, 59);
  color: blanchedalmond;
  height: 100px;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}

.tooltip {
  position: absolute;
  padding: 5px 10px;
  background-color: #333;
  color: #fff;
  border-radius: 5px;
  /* font-size: 12px; */
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s;
}

/* Default path styling */
#dep1 {
  fill: #EFEFEF;
  transition: fill 0.2s;
}

/* Hover fill color */
#dep1.hovered {
  fill: #f65c5c; /* Yellow on hover */
}

/* Click fill color */
#dep1.clicked {
  fill: #9c0d0d; /* Orange after click */
}


#tooltip2 {
  position: absolute;
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  pointer-events: none;
  transform: translate(-50%, -50%); /* Center the tooltip over the path */
  z-index: 1000;
}

