/* dinamacss */
/* #397aaa(bleu)
#f37a24(orange) */
.icon-size-custum {
  font-size: 4rem !important;
}

.size-custum {
  font-size: 2rem;
  font-weight: 700;
  /* color:#fd7e14; */
}


/* map css */
#map {
  height: 400px;
  border-radius: 4px;
}

.map-legend {
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 15px;
}

.legend-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.color-box {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  margin-right: 10px;
}


.section-title {
  margin: 2rem 0 1rem;
  color: var(--primary);
  border-left: 4px solid var(--bs-secondary);
  padding-left: 1rem;
}

@media (max-width: 768px) {
  .dashboard {
    grid-template-columns: 1fr;
  }
}

.custum-card .card-header {
  padding: 1rem;
  /* background-color:var(--bs-orange); */
  color: white;
  font-weight: bold;
}

.custum-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.custum-card .card-body {
  padding-bottom: 2rem;
  padding-left: 3rem;
  padding-top: 0px;
  padding-right: 3rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
}

.custom-logo {
  height: 35px !important;
  width: 100px;
  margin-top: 7px;
  /* border-radius: 10%; */
}

.custum-p {
  color: white;
  text-align: justify;
}

.custum-p-site {
  text-align: justify;
}

.text-hover-orange:hover {
  color: #fd7e14 !important;
}

.text-orange {
  color: #fd7e14 !important;
}

.custum-gap {
  --bs-gutter-x: 3rem;
}



.alert-level {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 3px;
  font-weight: bold;
  margin-right: 10px;
}

.level-high {
  background-color: red;
  color: white;
}

.level-medium {
  background-color: #f0ad4e;
  color: white;
}

.level-low {
  background-color: #5ba0de;
  color: white;
}

.custum-herader-bg {
  background: white;
}

/* .custum-herader-bg{
    background:#fd7e14;
  } */

.custum-sous-item {
  background: #fd7e14;
  /* background: #397aaa; */
}

.btn-orange {
  background: #fd7e14 !important;
}

.btn-orange:hover {
  background: #397aaa !important;
}

.custum-lh {
  line-height: 4;
}

/* .custum-card-h{
    height:38%!important;
  }
  .custum-sous-card-h{
    height: 42%!important;
  } */

.react-datepicker-wrapper {
  width: 100%;
}

.select__control {
  border: 1px solid #ced4da;
  box-shadow: none;
  height: 38px;
  border-radius: 0.75rem !important;
}


@media (min-width: 768px) {
  .h-md-custum {
    height: 90% !important;
  }

  .h-custum-agenda {
    height: 81% !important;
  }

  .marge-bottom-custum {
    margin-bottom: -7.7rem !important;
  }
}

@media (min-width: 992px) {
  .h-lg-42 {
    height: 41% !important;
  }

  .h-custum-agenda {
    height: 89% !important;
  }

  .marge-bottom-custum {
    margin-bottom: -7.7rem !important;
  }
}

.hidden {
  display: none !important;
}

.custom-card-service .service {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 2rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  height: 100% !important;
}

.custom-card-service:hover .service {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);

}

.service-divider {
  height: 150px;
  width: 2px;
  background-color: #ddd;
  margin: 0 15px;
}

/* .title-hover {
    color: #000; 
    transition: text-decoration 0.3s ease, color 0.3s ease;
  } */

.custom-card-service:hover .title-hover {
  text-decoration: underline;
  color: #fd7e14;
}

.service-chevron {
  font-size: 18px !important;
  /* margin-left: 10px; */
  /* color: #fd7e14 !important;  */
}

.bg-orange {
  background: #eec29e !important;
}

.custum-hauteur {
  height: 150px !important;
}

.border-orange {
  border-color: orange;
}

/* #f16517 (orange)
  #18287a (bleu)
  #113716 (vert) */


/* body {
  background-image: url("assets/media/auth/bg4.jpg");
  } */

/* [data-bs-theme="dark"] body {
  background-image: url("assets/media/auth/bg4-dark.jpg");
  } */
/* body {
    background-image: url("assets/images/bg_auth.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
  } */



.partner-logo {
  width: 200px !important;
  height: 100px !important;
  background-color: white !important;
  border-radius: 10px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 10px !important;
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1)!important;  */
  overflow: hidden !important;
}

.partner-logo img {
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
}

.titre-hover-color:hover {
  color: #fd7e14 !important;
}

.text-icon-color {
  color: #4194c9 !important;
}

/* .height-custum{
    height: 92% !important;
  } */
.custom-logo {
  height: 60px !important;
  width: 200px;
  margin-top: 7px;
  /* border-radius: 10%; */
}

#alerte .card .card-header {
  display: block !important;
}