/*=======================================================================
[Table of contents]
=========================================================================

# Typography
# Buttons
# Topbar
# Navbar
# Header
# Custom Content
# Accordion
# Home banner
# Home video
# Home profil
# Carousel Card
# Home news
# Home observatory
# Article
#	Page observatory
#	Vertical card
#	Card image 
# Isotope
# Map
#	Footer
# Legend
# Sidebar
# Panel Layers Control
# Attribute representation
# Opacity Layers Control
# Leaflet
# Others

==========================================================================*/

/*========================
=======Bootstrap v5.0=========
==========================*/

/*========================
=======Typography=========
==========================*/

body {
  font-family: 'Heebo', sans-serif;
  font-size: 1rem;
  color: #5c656a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #172A3A;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  margin: 30px 0;
}

h1 {
  font-size: 2.5rem;
  font-weight: 700;
}

h2 {
  font-size: 2rem;
  font-weight: 700;
}

.home-title h2 {
  font-size: 2.813rem;
}

h3 {
  font-size: 1.563rem;
}

h4 {
  font-size: 1.25rem;
}

h6 {
  font-size: 0.938rem;
}

h5 a {
  color: #172b3a;
}

a {
  color: #6298c0;
}

a:hover {
  text-decoration: underline;
  color: #6298c0;
}

.text-muted {
  color: #919191 !important;
}

.float-start {
  margin-right: 10px;
}

.float-end {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .home-title h2 {
    font-size: 2.2rem;
  }
}


/* colors */

.bg-primary {
  background-color: #eb6d10 !important;
}

.bg-secondary {
  background-color: #172b3a !important;
}

.bg-light {
  background-color: #e5ecf5 !important;
}

.bg-green {
  background-color: #178066;
}

.bg-green-light {
  background-color: #eff8f2;
}

.bg-yellow {
  background-color: #FDC800;
}

.bg-600 {
  background-color: #e5ecf5 !important;
}

.bg-vector-map {
  background-image: url(../img/gallery/map-guadeloupe.png), url(../img/gallery/map-france.png);
  background-position: left bottom, right top;
  background-repeat: no-repeat;
}

.text-primary {
  color: #eb6d10 !important;
}

.text-secondary {
  color: #172b3a !important;
}

.text-blue-light {
  color: #92afd3;
}

.text-green-dark {
  color: #1e8066;
}

/* form */

.form-control {
  background-color: #fff;
}

.form-select {
  background-color: #fff;
}

.form-check-input {
  background-color: #fff;
}

.form-check-input:checked {
  background-color: #eb6d10;
  border-color: #eb6d10;
}

.form-check-input:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(64 185 106 / 25%);
  border-color: #eb6d10;
}

@media (max-width: 767px) {
  h2 {
    font-size: 2.5rem;
  }
}

/* badge */

.badge.badge-radius {
  font-weight: 600;
  border-radius: 1rem;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
}

/* alertt */

.alert {
  margin-top: 1rem;
}

/* animation */

.hover-effect:hover {
  box-shadow: 0px 10px 35px 0px rgb(0 0 0 / 8%);
  transform: translateY(-5px);
  transition: box-shadow .3s, transform .65s cubic-bezier(0.23, 1, 0.32, 1);
  border: 1px solid white;
}

/*========================
=======Buttons=========
==========================*/

.btn {
  font-weight: 500;
}

.btn-primary {
  color: #fff;
  background-color: #eb6d10;
  border-color: #eb6d10;
}

.btn-primary:hover,
.btn-primary:focus {
  color: #fff;
  background-color: #cd5c0c;
  border-color: #cd5c0c;
}

.btn-secondary {
  color: #fff;
  background-color: #172b3a;
  border-color: #172b3a;
}

.btn-secondary:hover,
.btn-secondary:focus {
  color: #fff;
  background-color: #2c516d;
  border-color: #2c516d;
}

.btn-tertiary {
  color: #fff;
  background-color: #9fa4aa;
  border-color: #9fa4aa;
}

.btn-tertiary:hover,
.btn-tertiary:focus {
  color: #fff;
  background-color: #898d92;
  border-color: #898d92;
}

.btn-outline-primary {
  color: #eb6d10;
  border-color: #eb6d10;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
  color: #ffff;
  background-color: #eb6d10;
  border-color: #eb6d10;
}

.btn-link {
  color: #172b3a;
  font-weight: 600;
}

.btn-link:hover,
.btn-link:focus {
  color: #eb6d10;
}

.btn-primary:disabled,
.btn-primary.disabled {
  color: #ffff;
  background-color: #e7792a;
  border-color: #e7792a;
}

.select-location {
  border-radius: 4px;
  border: 2px solid #8e8c86;
}

.select-location:focus {
  border-color: #000000a1;
  box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.25);
}

.select-location-dropdown {
  border-radius: 4px;
  border: 2px solid #8e8c86;
  background-color: #fff;
  color: #000;
}

.select-location-dropdown:focus {
  border-color: #000000a1;
  box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.25);
}

.select-location-dropdown:hover, .select-location-dropdown.dropdown-toggle.show{
  border-color: #000000a1;
  box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.25);
  background-color: #575656;
}

.btn-refresh {
  border-radius: 4px;
  border: 1px solid rgba(0,0,0,.2);
  width: 34px;
  height: 34px;
  background-color: rgba(255,255,255,0.9) !important;
  z-index: 410;
  box-shadow: none !important;
}

.btn-refresh.active {
  border: 2px solid rgba(0,0,0,.2);
  background-color: rgba(218,221,226,0.9) !important;
}

/*========================
=======Navbar=========
==========================*/

.navbar ul li {
  padding: 0 .3rem;
}

.navbar-light {
  background-color: #ffff !important;
  box-shadow: -2px 3px 80px 0px rgb(33 0 134 / 12%);
}

.navbar-subtitle {
  font-size: 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: #eb6d10;
}

.navbar .search-menu {
  top: 53px !important;
  min-width: 30rem;
  padding: .7rem;
}

.navbar .search-menu .form-control {
  background-color: #ffff;
}

.navbar .search-menu .btn-submit {
  width: 30px;
  height: 30px;
}

.navbar .btn-submit,
.search .btn-submit {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin-top: 5px;
  margin-right: 5px;
  color: #FFF !important;
  line-height: 1;
}

.navbar .dropdown-menu {
  background-color: #ffff;
  border-radius: 4px;
}

.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus {
  color: #eb6d10;
}

.navbar .dropdown-item.active,
.navbar .dropdown-item:active {
  color: #FFFEFE;
  text-decoration: none;
  background-color: #eb6d10;
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: #eb6d10 !important;
}

.nav-link {
  color: #172A3A !important;
  font-weight: 500;
  padding: 0.5rem 0.7rem;
}

.nav-btn-dropdown {
  padding-left: 0;
}

/*========================
=======Header=========
==========================*/

.bg-map {
  background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/gallery/map-background.png) center center no-repeat;
  background-size: cover;
  color: #ffff;
}

.bg-article {
  background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/gallery/map-background.png) center center no-repeat;
  background-size: cover;
  color: #ffff;
}

.bg-contact {
  background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/gallery/map-background.png) center center no-repeat;
  background-size: cover;
  color: #ffff;
}

.header-bg h1 {
  color: #ffff;
  margin-bottom: 1rem;
  margin-top: 0px;
}

.header-bg li.active {
  color: #eb6d10;
}

/*========================
=======Custom Content=========
==========================*/

/* list */

ul li::marker {
  color: #eb6d10;
}

/* highlight */

.highlight-wrapper {
  background: #eb6d10;
  padding: 8px;
  line-height: 1.733;
  color: #85878a;
  margin: 15px 0;
}

.highlight {
  color: #ffff;
  padding: 15px 15px 15px 20px;
}

.highlight a {
  color: #ffff;
}

.highlight p:last-child {
  margin-bottom: 0;
}

.highlight-wrapper ul {
  margin-bottom: 0;
}

.highlight-wrapper ul li::marker {
  color: #ffff;
}

/* quote */

.quote-wrapper {
  background: #ecf0f6;
  padding: 15px;
  line-height: 1.733;
  color: #85878a;
  font-style: italic;
  margin-top: 25px;
  margin-bottom: 25px;
}

.quotes {
  background: #fff;
  padding: 15px 15px 15px 20px;
  border-left: 4px solid #eb6d10;
}

@media (min-width: 768px) {
  .quote-wrapper {
    padding: 30px;
  }

  .quotes {
    padding: 25px 25px 25px 30px;
  }
}

/* wrapper */

.article-wrapper {
  padding: 30px 0;
}

/* bloc services */

.bloc-services {
  text-align: center;
}

.bloc-services h2 {
  font-size: 2.188rem;
  margin: 20px 0 70px 0;
  font-weight: 600;
}

.bloc-services h3 {
  font-size: 1.25rem;
}

.bloc-services img {
  padding-bottom: 0.5rem;
}

/* breadcrumb */

.breadcrumb-item a {
  color: #fff;
}

/*========================
=======Accordion=========
==========================*/

.accordion {
  margin: 16px 0;
  line-height: 30px;
}

.accordion-item {
  border: 1px solid #c5cbcf;
  margin-bottom: 15px;
}

.accordion-item:not(:first-of-type) {
  border-top: 1px solid #c5cbcf;
  ;
}

.accordion-header {
  margin-top: 0px;
}

.accordion-button {
  background-color: #f0f4f9;
  font-weight: 600;
  font-size: 1.25rem;
  padding: .7rem 2rem;
}

.accordion-button:not(.collapsed) {
  background-color: #f0f4f9;
}


/* .accordion-button:not(.collapsed)::after{
  background-image: url(../img/icons/accordion-close.svg);
}

.accordion-button::after{
  background-image: url(../img/icons/accordion-open.svg);
} */

.accordion img {
  margin: 20px 0;
}

.list-handling {
  padding-left: 0;
  list-style: none;
}

.list-handling div {
  margin-bottom: 25px;
}

.list-handling i {
  font-size: 2.5rem;
  color: #172b3a;
  margin-bottom: 15px;
}

.small-accordion {
  background-color: #f0f4f9;
  font-weight: 500;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  border: 1px solid #c5cbcf;
}

.small-accordion:not(.collapsed) {
  background-color: #f2f9f0;
}

/*========================
=======Home banner=========
==========================*/

.home-banner-area {
  background: #ffffff;
  color: #fff;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}

.header-right {
  padding-left: 15%;
  padding-right: 9.5%;
  font-size: 1.25rem;
}

.header-left {
  position: relative;
  padding-right: 0px;
}

.home-banner-area h1 {
  padding-bottom: 10px;
  color: #ffff;
}

/*========================
=======Home video=========
==========================*/

.header-left .video-popup {
  position: absolute;
  bottom: 65px;
  left: -15px;
}

.video-play-button {
  position: relative;
  box-sizing: content-box;
  display: inline-block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 30px 8px 18px 28px;
  cursor: pointer;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 20px solid #ffffff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.video-play-button:after {
  z-index: 1;
  box-shadow: 0px 10px 30px rgb(39 0 110 / 30%);
  background: #40b86b;
}

.video-play-button:before {
  z-index: 0;
  -webkit-animation: pulse-border 2000ms ease-out infinite;
  -moz-animation: pulse-border 2000ms ease-out infinite;
  -o-animation: pulse-border 2000ms ease-out infinite;
  animation: pulse-border 2000ms ease-out infinite;
  background: #fff;
}

.video-play-button:before,
.video-play-button:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.watch h3 {
  margin: 0;
}

.header-left .video-popup .watch {
  color: #40b86b;
  font-weight: 500;
  padding-left: 38px;
  padding-top: 12px;
  text-shadow: #ffffff 1px 1px 2px;
}


.overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 1300;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0.9;
  display: none;
}

.close {
  position: fixed;
  top: 30px;
  right: 80px;
  width: 200px;
  height: 16px;
  z-index: 9999;
  display: none;
  cursor: pointer;
}

.main-vid-box {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: none;
  top: 0px;
  left: 0px;
  z-index: 2000;
}

.videoWrapper {
  position: relative;
  z-index: 2000;
  background-color: #000;
  width: 60%;
  height: 80%;
  margin: 50px auto;
}

.videoWrapper video {
  position: relative;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100% !important;
  height: 100% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 40px;
  border-style: solid;
  border-color: transparent;
}

@media (max-width: 1024px) {
  .header-right {
    padding: 28px;
  }

  .header-left .video-popup {
    background: linear-gradient(99deg, rgba(255, 255, 255, 0.01584383753501406) 0%, rgba(255, 255, 255, 1) 61%);
  }
}

@media (max-width: 769px) {
  .header-right {
    padding: 28px;
    text-align: center;
  }

  .header-left {
    padding: 0px;
  }

  .header-left .video-popup {
    bottom: 45px;
    left: 52px;
  }
}

/*========================
=======Home profil=========
==========================*/

.home-title span {
  text-transform: uppercase;
  color: #67cb8a;
  font-weight: 700;
  font-size: 1.313rem;
}

.home-title h2 {
  margin-top: 15px;
}

/* nav */

.nav-pills .nav-link {
  font-weight: 400;
  color: #97a7b5 !important;
}

.nav-pills .nav-link:hover {
  color: #172A3A !important;
  /* background-color: #eff8f2 !important;
  border-radius: 50px; */
}

.nav-pills .nav-link.active {
  color: #172A3A !important;
  border-bottom: 3px solid #6ecd8f;
  border-radius: 0;
  /* background-color: #67cb8a !important;
  border-radius: 50px; */
  font-weight: 500;
}

.nav-pills .nav-link i {
  font-size: 35px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: inherit;
}

.tab-content a:hover {
  text-decoration: none;
}

/* .tab-role h6{
  margin: 18px;
} */

.tab-role h6 {
  font-size: 20px;
  margin-top: 10px;
}

.tab-role .icon {
  margin-bottom: 5px;
}

.pills-card {
  border-radius: .4rem;
  margin-bottom: 50px;
}

.cat-item .img-filter {
  position: relative;
  margin: 8px 0;
  border-radius: .4rem;
  overflow: hidden;
  will-change: transform;

}

.cat-item .img-filter img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  overflow: hidden;
  height: 100%;
  width: 200%;
  object-fit: cover;
  object-position: center;
  max-height: 8.5rem;
  min-height: 8.5rem;
}

.cat-item:hover .img-filter img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.cat-item h4 {
  font-size: 1rem;
  margin: 10px 0 0 0;
}

@media (max-width: 1200px) {
  .nav-pills .nav-link {
    font-size: 0.875rem;
  }
}

/* suggestion */

.card-suggestion .badge {
  font-weight: 600;
  font-size: 14px;
}

.card-suggestion .card-title {
  margin-top: 0px;
}

.card-suggestion a {
  font-size: 0.875rem;
}

.card-suggestion ul li {
  margin-bottom: 10px;
}

.card-suggestion .img-thumbnail {
  width: 140px;
  height: 140px;
  margin-bottom: 15px;
}

/* col >.card-suggestion {
  margin-bottom: 70px;
} */

.test {
  height: 140px;
}

.card-suggestion .suggestion-description {
  overflow: hidden;
  min-height: 70px;
  max-height: 70px;
  padding: 6px 0px;
  font-size: 0.875rem;
  color: #919191 !important;
}

/*========================
=======Carousel Card=========
==========================*/

.suggestion-area .carousel-inner {
  padding: 1em;
}

.suggestion-area .card {
  margin: 0 1em;
  border: 1px solid #eeeeee;
}

.carousel-inner img {
  object-fit: contain;
  object-position: center;
  overflow: hidden;
  height: 60vh;
}

.suggestion-area .carousel-control-prev,
.suggestion-area .carousel-control-next {
  background-color: #ffff;
  width: 6vh;
  height: 6vh;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 2px 6px 8px 0 rgb(22 22 26 / 18%);
}

.suggestion-area .carousel-control-prev {
  left: -10px;
}

.suggestion-area .carousel-control-next {
  right: -10px;
}

@media (min-width: 768px) {
  .suggestion-area .carousel-item {
    margin-right: 0;
    flex: 0 0 33.333333%;
    display: block;
  }

  .suggestion-area .carousel-inner {
    display: flex;
  }
}

.suggestion-area .card .img-wrapper {
  max-width: 100%;
  height: 13em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.suggestion-area .card img {
  max-height: 100%;
}

@media (max-width: 767px) {
  .suggestion-area .card .img-wrapper {
    height: 17em;
  }

  .suggestion-area .carousel-inner {
    padding: 0;
  }
}

/*========================
=======Home news=========
==========================*/

.news-area {
  position: relative;
}

.news-area h2 {
  text-align: center;
  color: #ffff;
  font-size: 2.813rem;
}

.single-blog {
  box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}


.single-blog .blog-thumb {
  position: relative;
  overflow: hidden;
  max-height: 179px;
  min-height: 179px;
}

.single-blog .blog-thumb:before {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.4);
  z-index: 999;
  left: 110%;
  top: 0;
  height: 100%;
  width: 130%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.single-blog .blog-details {
  padding: 15px 25px;
  background-color: #ffff;
}

.single-blog .blog-details .blog-meta {
  font-size: 14px;
}

.single-blog .blog-details .blog-meta .m-gap {
  padding-right: 20px;
  color: #99a5ad;
}

.single-blog .blog-details h5 {
  font-size: 18px;
  margin: 15px 0px 15px;
}


.single-blog:hover {
  border: 1px solid #eee;
}

.single-blog .read-more {
  margin-bottom: 5px;
}

.single-blog .read-more i {
  font-size: 12px;
}

/*========================
=======Home observatory=========
==========================*/

.observatory-area h2 {
  font-size: 2.813rem;
}

.observatory-area h3 {
  color: #eb6d10;
  font-weight: 700;
}

.observatory-area .observatory-wrapper {
  padding: 15px;
}

.observatory-area .observatory-wrapper:hover {
  box-shadow: 0px 10px 35px 0px rgb(0 0 0 / 8%);
  transform: translateY(-5px);
  transition: box-shadow .3s, transform .65s cubic-bezier(0.23, 1, 0.32, 1);
}

@media (max-width: 767px) {
  .observatory-area h2 {
    font-size: 2.5rem;
  }
}

/*========================
=======Article=========
==========================*/

/* article */

.article {
  padding: 30px 0;
}

.article h2 {
  color: #172A3A;
  font-size: 40px;
}

.article h3 {
  color: #eb6d10;
  font-size: 30px;
}

.article .post-meta {
  color: #eb6d10;
  font-weight: 500;
}

.article figcaption {
  font-style: italic;
}

/* carousel */

.carousel {
  margin: 25px 0px;
}

.carousel-caption {
  background-color: #0000008a;
  margin-bottom: 13px;
}

.carousel h5 {
  color: #ffff;
  margin: 0;
}

.carousel-indicators .active {
  background-color: #eb6d10;
}

.carousel-indicators [data-bs-target] {
  background-color: #eb6d10;
}

/* actualite */

.card-news {
  position: relative;
  border-radius: 0.5rem;
}

.card-news h2 {
  color: #172A3A;
  font-size: 1.563rem;
}

.card-news .img-news {
  height: 200px;
  overflow: hidden;
}

.page-list li {
  padding: 10px 15px;
  font-size: 18px;
  border-bottom: 1px solid #d0e2f9;
}

.page-list li:last-child {
  border-bottom: none;
}

.page-list li i {
  color: #6298c0;
}

/* pagination */

.page-item.active .page-link {
  z-index: 3;
  color: #FFFEFE;
  background-color: #eb6d10;
  border-color: #eb6d10;
}

.page-link:hover {
  z-index: 2;
  color: #eb6d10;
  text-decoration: none;
  background-color: #F5F5F5;
  border-color: #EEEEEE;
}

/* key number */

.key-number-wrapper {
  box-shadow: 0px 10px 35px 0px rgb(0 0 0 / 8%);
  padding: 15px;
  min-height: 180px;
  margin-bottom: 20px;
}

.key-number-wrapper p {
  margin-bottom: 0;
}

.key-number-wrapper .number {
  font-size: 50px;
  font-weight: bold;
  color: #172b3a;
}

/*========================
=======Page observatory=========
==========================*/

span.subtitle {
  font-size: 0.938rem;
  color: #eb6d10;
  font-weight: 700;
}

.project-card {
  /* margin: 30px 0px; */
  padding: 30px 0;
}

.project-card h2 {
  font-size: 40px;
}

/* section.project-card{
  border-bottom: 1px solid #3e42941a;
} */

section.project-card:nth-child(odd),
section.project-card:nth-child(odd) .card-span {
  background-color: #e5ecf5;
}

section.project-card:nth-child(odd) .card-span.bg-600 {
  background-color: #f0f4f9 !important;
}

section.project-card:last-of-type {
  border-bottom: none;
}

.project-card .subtitle {
  font-weight: 600;
  color: #eb6d10;
  margin-top: 15px;
}

.contact-list ul li img.thumb-sm {
  width: 45px;
  height: 45px;
  margin-right: 20px;
  vertical-align: top;
}

.img-circle {
  border-radius: 50%;
  border: 1px solid rgba(60, 100, 142, 0.7);
}

.contact-list ul li span {
  display: inline-block;
}

.contact-list ul li {
  margin-bottom: 15px;
}

.contact-list ul li:last-child {
  margin-bottom: 0px;
}

.contact-list ul {
  margin-bottom: 0px;
}

/*========================
=======Vertical card=========
==========================*/

.vertical-card {
  border-radius: .4rem;
  padding: 2rem;
}

.vertical-card ul li {
  padding: .5rem 0;
}

/*========================
=======Card image=========
==========================*/

.card-image {
  /* max-height: 150px;
    overflow: hidden; */
  position: relative;
  overflow: hidden;
  max-height: 179px;
  min-height: 179px;
}

.card-icon {
  text-align: center;
  margin-top: 40px;
  color: #eb6d10;
}

.card-border {
  border: 2px solid #eb6d10;
}


/*========================
=======Isotope=========
==========================*/

.filters ul {
  display: flex;
  justify-content: center;
  list-style: none;
  border-bottom: 2px solid #e5efe9;
  margin: 30px 15px
}

.filters ul li {
  display: inline-block;
  text-align: center;
  margin-right: 12px;
  padding: 0 5px 8px 5px;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  margin-bottom: -2px;
  color: #5c656a;
  transition: 0.3s;
  text-transform: uppercase;
}

.filters ul li:hover {
  color: #3fb46b;
}

.filters ul li.is-checked {
  color: #3fb46b;
}

.filters ul li.is-checked {
  border-bottom: 2px solid #3fb46b;
}

.filters ul li:last-child {
  margin-right: 0;
}

.grid .grid-item h1 {
  background: #EEEEEE;
  height: 150px;
  line-height: 150px;
  color: white;
  font-size: 3em;
  text-align: center;
  margin-bottom: 30px;
}


/*========================
=======Summary page=========
==========================*/

.summary-page h3 {
  font-size: 35px;
}

.summary-page section:nth-child(odd) {
  background-color: #e5ecf5;
}

/*========================
=======Map=========
==========================*/

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

#map1-left, #map1-right {
  width: 49.9%;
  height: 80vh
}

#map1-left {
  float: left
  }
#map1-right {
  float: right
}	

#map1 {
  width: 100%;
  height: 630px;
}

#map2 {
  width: 100%;
  height: 630px;
}

/*.leaflet-top, .leaflet-bottom{
  z-index: 1 !important;
}*/

.map-legend-title {
  font-size: 25px;
  margin: 20px 0;
  font-weight: 300;
  text-align: center;
  color: #000;
}

.map-legend-subtitle {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 300;
  text-align: left;
  color: #eb6d10;
}

.map-legend {
  padding-left: 50px;
  padding-top: 50px;
  color: #000;
}

@media(max-width:990px) {
  .map-legend {
    position: initial;
    padding: 30px 40px 5px;
  }
}

.map-legend p {
  margin-bottom: 20px;
  font-size: 14px;
  color: #000;
}

.container-map {
  padding: 70px 150px;
}

.container-map .section-title h2 {
  font-size: 40px;
  margin-bottom: 90px;
  font-weight: 300;
  text-transform: none;
}

.dark-background {
  background-color: #99999926;
  border-radius: 5px;
  padding: 20px;
  margin-top: 50px;
  margin-bottom: 21px;
}

.map-lg {
  margin-top: 10px;
}

.map-sm {
  height: 630px;
  overflow-y: auto;
}

.map-position {
  padding: 20px;
  margin-top: 31px;
}

.map-research {
  background-color: #eb6d10;
  padding: 20px 100px;
  color: #fff;
}

.form-header label {
  font-size: 14px;
  color: #fff;
}

.form-header .form-control {
  font-size: 14px;
  border: 1px solid #fff;
  border-radius: .2rem;
  padding: 1.375rem .75rem;
}

.map-select-location{
  position: absolute;
  top: 10px;
  z-index: 1001;
  left: 10px;
}

.lines-select{
  top: 90px;
}

/*========================
=======Footer=========
==========================*/

footer {
  color: #172A3A;
}

.footer-border {
  border-top: 1px solid #3e42941a;
  padding-top: 30px;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/*========================
=======Legend=========
==========================*/
.map-overlay{
  position: absolute;
  bottom: 48px;
  right: 10px;
}

.legend {
  padding: 2px 6px;
  padding-left: 6px;
  padding-bottom: 0px;
  font-family: 'Heebo', sans-serif;
  font-size: 12px;
  text-align: left;
  width: 180px;
  background: rgba(255, 255, 255, 0.7);
  line-height: 24px;
  color: #555;
}

.legendCU5 {
  width: 230px;
}

.legend h4 {
  text-align: left;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  margin: 2px 2px 6px;
  color: #333;
  line-height: 1.2em;
}
.legend h5 {
  font-size: 10px;
  margin: 0px;
  margin-bottom: 5px;
  color: #333;
  font-weight: normal;
}

.legend i {
  width: 16px;
  height: 16px;
  float: left;
  margin: 0 10px 0 5px;
  opacity: 0.7;
  border-radius: 5px;
  border: 1px black solid;
  font-size: 10px;
  line-height: 15px;
  color: #000;
  padding-left: 8px;
}

.legend-circle i {
  border-radius: 10px;
  border: 0px;
}

.legend-large i {
  width: 51px !important;

}

.picto-classification {
  width: 25px;
  height: 20px;
  float: left;
  border-radius: 5px;
  border: 1px black solid;
}

/* gradient legend */

.linear-gradient {
  height: 15px;
}

.legend-row {
  margin-left: 0%;
  width: 170px;
}

.left-col{
  padding-left: 0%;
  text-align: left;
}

.right-col{
  padding-right: 0%;
  text-align: right;
}

.middle-col{
  text-align: center;
}

.dashed-isochrone{
  width: 26px;
  height: 26px;
  float: left;
  margin: 5px 10px 0 5px;
  border-radius: 5px;
  border: 2px #8b8b8b dashed;
}

.line-isochrone{
  width: 26px;
  height: 26px;
  float: left;
  margin: 5px 10px 0 5px;
  border-radius: 5px;
  border: 2px #8b8b8b solid;
}

.fresh-itinerary{
  width: 26px;
  height: 26px;
  float: left;
  margin: 5px 10px 0 5px;
  border-radius: 5px;
  border: 2px red dashed;
}

.rapid-itinerary{
  width: 26px;
  height: 26px;
  float: left;
  margin: 5px 10px 0 5px;
  border-radius: 5px;
  border: 2px blue solid;
}

/*========================
=======Sidebar=========
==========================*/
#sidebar, #sidebarMap1, #sidebarMap2 {
  z-index: 1001;
  width: 350px !important;
  max-width: 350px;
  height: 450px !important;
}

.sidebar-gap {
  top: 50px !important;
}

#sidebar.collapsed, #sidebarMap1.collapsed, #sidebarMap2.collapsed {
  width: 40px !important;
  height: 40px !important;
}

.leaflet-sidebar-tabs {
  background-color: rgba(255,255,255,0.9) !important;
}

.leaflet-sidebar-content {
  background-color: rgba(255,255,255,0.9) !important;
}

.leaflet-sidebar-pane {
  min-width: 300px !important;
}

.leaflet-sidebar-header {
  background-color: #eb6d10 !important;
  font-family: 'Inter', sans-serif !important;
}

.leaflet-sidebar-tabs>li.active,
.leaflet-sidebar-tabs>ul>li.active {
  background-color: #eb6d10 !important;
}

/*========================
=======Panel Layers Control=========
==========================*/

.leaflet-panel-layers-group.collapsible:not(.expanded) {
  height: 24px !important;
}

.leaflet-panel-layers {
  padding: 4px;
  background: rgba(255,255,255,0) !important;
  box-shadow: none !important;
}

.leaflet-panel-layers-group {
  border: 0px solid rgba(0,0,0,.2) !important;
  background: rgba(247, 247, 247, 0) !important;
}

.leaflet-panel-layers-selector{
  margin-right: 4px;
}

.leaflet-panel-layers-icon {
  margin-right: 4px;
}

.leaflet-panel-layers-overlays .leaflet-panel-layers-item {
  margin-bottom: 0.5rem !important;
  padding: 0px !important;
  background-color: rgba(255,255,255,0) !important;
  border: 0px solid rgba(0,0,0,0.3) !important;
}

.leaflet-panel-layers-title{
  font-family: 'Heebo', sans-serif;
  font-size: 12px;
  font-weight: normal !important;
}

.leaflet-panel-layers-list{
  height: 360px !important;
}

.leaflet-control-layers-expanded {
  width: 100% !important;
  padding: 0px;
  background-color: transparent;
  border: none !important;
}

#layercontrol-dualmap .title, #layercontrol .title, #layercontrolMap1 .title {
  font-size: 16px;
  margin-bottom: 5px;
  font-family: 'Inter', sans-serif;
}

.leaflet-control-layers label {
  font-family: 'Heebo', sans-serif;
  font-weight: 400 !important;
}

/*========================
=======Attribute representation=========
==========================*/

.attributeValue {
  color: #eb6d10 !important;
  font-weight: bold;
  font-size: 26px !important;
  margin-bottom: 0 !important;
}

.attributeValueLine {
  color: #eb6d10 !important;
  font-weight: bold;
  font-size: 20px !important;
  margin-bottom: 0 !important;
}

.attributeValueList {
  color: #eb6d10 !important;
  font-weight: bold;
  margin-bottom: 0 !important;
}

.list {
  margin-bottom: 5px !important;
}

.map-graph-title{
  margin: 0px;
  margin-bottom: 10px;
}

.map-graph{
  margin-top: 0px;
  padding-top: 5px;
  background-color: #ffffff00
}

.graph-box{
  height: 330px
}

.attribute-item-separator{
  color: #b1b1b1;
}

.btn-check:checked + .btn-tertiary, .btn-check:active + .btn-tertiary, .btn-tertiary:active, .btn-tertiary.active, .show > .btn-tertiary.dropdown-toggle {
  color: #fff;
  background-color: #eb6d10;
  border-color: #eb6d10;
}


/*========================
=======Opacity Layers Control=========
==========================*/
.irs--round {
  height: 20px !important;
}

.irs--round .irs-line {
  top: 6px !important;
  height: 4px !important;
}

.irs--round .irs-bar {
  top: 6px !important;
  height: 4px !important;
  background-color: #eb6d10 !important;
}

.irs--round .irs-handle {
  top: -1px !important;
  height: 18px !important;
  box-shadow: 0 1px 3px #f5bb91 !important;
  border: 4px solid #eb6d10 !important;
  width: 18px !important;
  border-radius: 18px !important;
}

.leaflet-control-layers-list{
  padding-top: 10px;
  padding-bottom: 10px;
}

.leaflet-control-layers-toggle {
  background-image: url('../img/icons/fa-map.png') !important;
  background-size: 18px 16px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 40px !important;
  height: 40px !important;
}

/*========================
=======Leaflet=========
==========================*/

.circleTooltip {
  padding: 1px !important;
  background-color: #8b8b8b !important;
  border: 1px solid #8b8b8b !important;
  color: #fff !important;
  box-shadow: none !important;
  font-weight: bold;
}

/*========================
=======Others=========
==========================*/

.icon-refresh {
  position: relative;
  top: -1px;
  left: -3px;
}

.current {
  color: #eb6d10;
}

.pagin li {
  display: inline-block;
}

.prev {
  cursor: pointer;
}

.next {
  cursor: pointer;
}

.fa-sort{
  color: #9f9f9f;
  font-size: 10pt;
}
