@font-face {
  font-family: Roboto;

  src: url(../fonts/Roboto-Regular.ttf);
}

@font-face {
  font-family: Roboto-light;

  src: url(../fonts/Roboto-Light.ttf);

  font-weight: lighter;
}

@font-face {
  font-family: Roboto;

  src: url(../fonts/Roboto-Bold.ttf);

  font-weight: bold;
}

/* * {

    background: #000 !important;

    color: #0f0 !important;

    outline: solid #f00 1px !important;

    outline: none;

} */

:root {
  --blue: #20408d;

  --light-blue: rgb(194, 204, 225);

  --green: #4fab78;

  --light-green: rgba(80, 171, 121, 0.5);

  --gray: #a3a3a3;

  --light-blue: #ebf0f6;

  --box-shadow: 0 4px 12px /* #c1c1c1 */ #d6deeb;

  --light-box-shadow: 0 4px 12px /* rgb(234, 239, 245) */ #d6deeb;
}

html,
body,
p,
blockquote,
a,
li,
td,
th,
table,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Roboto, Arial, Helvetica, sans-serif;

  font-weight: normal;
}

button:focus,
a:focus li:focus {
  outline: 0 !important;
}

html,
body {
  color: var(--blue);

  font-weight: normal;
}

a,
a:hover {
  text-decoration: none;

  color: var(--blue);
}

small {
  font-size: 1.1rem;
}

.btn-blue {
  background: var(--blue);

  color: #fff;

  border: 1px solid var(--blue);

  font-weight: bold;
}

.btn-green {
  background: var(--green);

  color: #fff;

  border: 1px solid var(--green);

  font-weight: bold;
}

.btn-blue:hover {
  color: #fff;

  background: var(--blue);

  box-shadow: 0 3px 8px rgba(121, 158, 237, 0.6);

  border: 1px solid var(--blue);

  transition: box-shadow 0.3s ease;
}

.btn-green:hover {
  color: #fff;

  background: var(--green);

  box-shadow: 0 4px 12px /* #c1c1c1 */ #bfc6d1;

  border: 1px solid var(--green);

  transition: box-shadow 0.3s ease;
}

select {
  border: 1px solid var(--blue) !important;

  border-radius: 0 !important;

  color: var(--blue) !important;

  -webkit-appearance: none;

  -moz-appearance: none;

  background: #f6f9ff url(../icons/ZI-ICONES-carret-down.svg) !important;

  background-repeat: no-repeat !important;

  background-position-x: 96% !important;

  background-position-y: 50% !important;

  background-size: 1.35rem !important;
}

input,
input[type="text"],
input[type="email"],
input[type="number"],
textarea,
.form-control {
  background: #f6f9ff;

  color: var(--blue) !important;

  border: 1px solid var(--blue) !important;

  border-radius: 0;
}

.logo {
  width: 100%;
}

.more-link {
  font-weight: bold;

  float: left;
}

.more-btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: linear-gradient(45deg, #11998e, #38ef7d);
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.more-btn:hover {
  background: linear-gradient(45deg, #093028, #237a57);
  color: #fff;
}

.more-link::after {
  content: "";

  display: block;

  width: 30%;

  height: 2.5px;

  margin-top: 0.4rem;

  background: var(--green);

  transition: width 0.3s ease;
}

.more-link:hover::after {
  width: 50%;

  transition: width 0.3s ease;
}

.page-title h1 {
  margin-bottom: 0;

  font-weight: bold;
}

.tooltip-inner {
  background: var(--blue);

  padding: 1rem;
}

.tooltip.show {
  opacity: 1;
}

.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
  border-top-color: var(--blue) !important;
}

.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.bs-tooltip-left .arrow::before {
  border-left-color: var(--blue) !important;
}

.custom-control-label::before,
.custom-control-label::after {
  width: 0.85rem;

  height: 0.9rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none;

  border: 1px solid var(--blue);
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none;

  border-radius: 50%;

  border: 1px solid var(--blue);
}

.checked.custom-control-label::before {
  color: #fff;

  border: 2px solid #fff;

  background-color: var(--blue);
}

img {
  max-width: 100%;
}

/*********** Custom checkbox ***********/

/* Navigation main menu */

#header {
  box-shadow: 0px 10px 25px var(--light-blue);

  padding: 0.8rem 0;

  background: #fff;
}

#header #main-nav {
  width: 100%;
}

#header .navbar {
  padding-left: 0;

  padding-right: 0;
}

#header #main-nav .navbar-light .navbar-nav .nav-link {
  color: #222;

  margin-right: 1rem;
}

#header #main-nav .navbar-light .navbar-nav .active > .nav-link,
#header #main-nav .navbar-light .navbar-nav .nav-link.active,
#header #main-nav .navbar-light .navbar-nav .nav-link.show,
#header #main-nav .navbar-light .navbar-nav .show > .nav-link {
  color: var(--blue);
}

#header #main-nav .navbar-brand {
  width: 30%;
}

a.close-btn.nav-link {
  display: none;
}

.sidenav {
  height: 100%;

  width: 0;

  position: fixed;

  z-index: 99999;

  top: 0;

  right: 0;

  background: var(--blue) url("../img/carteMotif-bleu-01.svg") no-repeat !important;

  overflow-x: hidden;

  padding-top: 60px;

  background-size: cover;

  transition: 0.3s ease;
}

.sidenav a {
  padding: 8px 8px 8px 32px;

  text-decoration: none;

  font-size: 25px;

  color: #fff;

  display: block;

  transition: 0.3s ease;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .close-btn {
  display: none;
}

/* End of Navigation main menu */

/************* Default pages template ***************/

.default-template .top-page-header:before {
  content: "";

  display: block;

  background: var(--blue) url("../img/carteMotif-bleu-01.svg") no-repeat;

  background-size: cover;

  height: 11rem;

  padding-left: 0;

  padding-right: 0;

  -webkit-clip-path: polygon(0 0%, 100% 0%, 100% 80%, 0% 100%);

  clip-path: polygon(0 0%, 100% 0%, 100% 80%, 0% 100%);
}

.default-template .top-page-header {
  margin-top: 0 !important;

  padding-left: 0;

  padding-right: 0;

  background: #fff;
}

.default-template .top-page-header .row:first-child {
  margin-top: -1.8rem;

  background: #fff;
}

.default-template .page-title {
  position: relative;

  color: #fff;

  font-size: 2.2rem;

  text-transform: uppercase;

  width: 100%;

  font-weight: bold;

  background: var(--green);

  display: block;

  padding: 1.3rem 2rem;

  margin-bottom: 0;
}

.default-template .page-title .title-icon {
  margin-top: -0.5rem;

  margin-right: 1rem;

  border-right: 1px solid #fff;

  padding-right: 0.5rem;

  width: 4rem;
}

/****************** Default pages template *****************/

/****************** Single page template *******************/

/****************** End of Single page template *******************/

/***** Pagination ****/

.pagination {
  border: none !important;

  margin: 1rem auto;

  background: #fff0;

  border-bottom: 2px solid var(--green);
}

.pagination .page-link {
  border: none;

  color: var(--blue);
}

.pagination .page-link:first-child {
  background: none;
}

.pagination .page-link:hover,
.pagination .active .page-link {
  background: #fff;

  color: var(--green);
}

li.page-link a {
  margin: 0 0.5rem;

  background: #fff;

  padding: 0.5rem;
}

.pagination .prev-page-link svg,
.pagination .next-page-link svg {
  fill: var(--green);

  width: 2rem;

  height: 2rem;

  margin-top: -0.45em;
}

.pagination .disabled .prev-page-link svg,
.pagination .disabled .next-page-link svg {
  fill: var(--gray);
}

.pagination .prev-page-link svg {
  transform: rotate(90deg);
}

.pagination .next-page-link svg {
  transform: rotate(-90deg);
}

/***** End of Pagination ****/

/******************* HOME PAGE ************************/

/* #hero seciton */

#hero {
  background: url("../img/carteMotif-Gris.svg") no-repeat;

  background-size: cover;

  background-position: 90% center;

  /* height: 85vh; */

  width: 100%;

  position: relative;

  z-index: 999;

  padding: 3rem 2rem 4rem;
}

#hero .hero-content {
  position: relative;

  background: url(../img/hero-illustration.png) no-repeat;

  background-size: 85%;

  height: 36rem;

  width: 100%;

  background-position: 100% -5rem;
}

.hero-content .pre-title {
  color: var(--green);
}

.hero-content h1.main-title {
  color: var(--blue);

  font-weight: bolder;

  text-transform: uppercase;
}

#mobile-search-menu {
  display: none;
}

.hero-content .search-form {
  /* position: absolute;

    top: 85%;

    left: 50%;

    transform: translateX(-50%) translateY(-50%); */

  transform: translateX(-50%);

  /* margin  : auto; */

  margin-top: 18rem;

  margin-left: 50%;

  float: left;

  width: 85%;

  background: #fff;

  box-shadow: var(--box-shadow);

  z-index: 10;
}

.hero-content .search-form .filter-btn {
  background: var(--blue);

  width: 100%;

  height: 6.7rem;

  display: block;

  cursor: pointer;

  fill: var(--green);

  color: var(--green);

  position: relative;
}

.hero-content .search-form .filter-btn svg {
  width: 5rem;

  position: absolute;

  top: 40%;

  left: 50%;

  transform: translateX(-50%) translateY(-50%);
}

.search-results-template .search-filters .btn-filter span {
  display: none;
}

.hero-content .search-form .filter-btn small {
  font-size: 0.6rem;

  position: absolute;

  bottom: 1.2rem;

  width: 100%;

  left: 0;

  padding: 0;

  margin: 0;

  text-align: center;
}

.hero-content .search-form form {
  padding: 2.2rem 2rem 0 3.5rem;
}

.hero-content .search-form .advanced-search .no-gutters {
  padding-left: 0;

  padding-right: 0;

  margin-left: -0.2rem;

  margin-top: 1rem;
}

.hero-content .search-form .suprf-select-toggler,
.hero-content .search-form .type-select-toggler,
.hero-content .search-form .prix-select-toggler {
  width: 100%;

  display: block;

  padding: 1.5rem 1rem;

  margin: 0;

  cursor: pointer;

  text-align: center;

  font-size: 1.2rem;

  font-weight: normal;

  border: 1px solid var(--light-blue);
}

.hero-content .search-form .suprf-select-container,
.hero-content .search-form .type-select-container,
.hero-content .search-form .prix-select-container {
  display: none;

  width: 100%;

  opacity: 0;

  height: 0;

  padding: 1.5rem 1rem;

  position: absolute;

  background: #fff;

  border: 1px solid var(--light-blue);

  transition: opacity 0.05s ease, height 0.3s ease-in;

  box-shadow: var(--box-shadow);
}

.hero-content .search-form .suprf-select-container.show,
.hero-content .search-form .type-select-container.show,
.hero-content .search-form .prix-select-container.show {
  display: block;

  opacity: 1;

  z-index: 999;

  height: 7rem;

  transition: opacity 0.05s ease, height 0.3s ease-out;
}

.hero-content .search-form .title::after,
.hero-content .search-form .title::after,
.hero-content .search-form .title::after {
  content: url("../icons/ZI-ICONES-carret-down.svg");

  width: 1.3rem;

  height: 1.3rem;

  display: block;

  fill: var(--gray) !important;

  position: absolute;

  top: 1.8rem;

  right: 3rem;

  transform: rotate(0deg);

  transition: transform 0.1s ease-in;

  opacity: 0.5;
}

.hero-content .search-form .scollapsedhow .title::after,
.hero-content .search-form .collapsed .title::after,
.hero-content .search-form .collapsed .title::after {
  transform: rotate(-90deg);

  transition: transform 0.1s ease-in;
}

.hero-content .search-form .suprf-select-toggler .title:after {
  right: 3rem;
}

.hero-content .search-form .type-select-toggler .title:after {
  right: 4rem;
}

.hero-content .search-form .prix-select-toggler .title:after {
  right: 4.5rem;
}

.hero-content .search-form #zones-select {
  width: 90%;

  /* margin-left: 1.3rem; */
}

.icon_select_mate {
  position: absolute;

  top: 0.4rem;

  right: 0.5rem;

  font-size: 16px;

  /* height : 22px; */

  transition: all 275ms;
}

.icon_select_mate svg {
  fill: var(--blue);
}

.select_mate {
  position: relative;

  min-width: 300px;

  width: 90%;

  min-height: 20px;

  color: var(--blue);

  background-color: #fff;

  border: solid 1px var(--blue);

  height: 2.4rem;

  transition: all 375ms ease-in-out;

  /* Oculto el elemento select */
}

.select_mate select {
  position: absolute;

  overflow: hidden;

  height: 0px;

  opacity: 0;

  z-index: -1;
}

.cont_list_select_mate {
  position: relative;

  float: left;

  width: 100%;
}

.cont_select_int {
  position: absolute;

  left: 0px;

  top: 0px;

  z-index: 9999;

  overflow: auto !important;

  height: 0px;

  width: 100%;

  background-color: #fff;

  padding: 0px;

  margin-bottom: 0px;

  margin-top: 0px;

  transition: all 375ms ease-in-out;

  box-shadow: var(--box-shadow);
}

.cont_select_int::-webkit-scrollbar {
  width: 5px;
}

/* Track */

.cont_select_int::-webkit-scrollbar-track {
  background: var(--light-blue);

  border-radius: 5px;
}

/* Handle */

.cont_select_int::-webkit-scrollbar-thumb {
  background: var(--blue);

  border-radius: 5px;
}

/* Handle on hover */

.cont_select_int::-webkit-scrollbar-thumb:hover {
  background: var(--blue);
}

.cont_select_int li {
  position: relative;

  float: left;

  width: 100%;

  /* border-bottom: 1px solid #e0e0e0; */

  background-color: #fff;

  list-style-type: none;

  padding: 0.5rem 0.8rem;

  margin: 0px;

  transition: all 275ms ease-in-out;

  display: block;

  cursor: pointer;
}

.cont_select_int li:last-child {
  border-radius: 0px;

  border-bottom: 0px;
}

.cont_select_int li:hover {
  background-color: #eeeeee;
}

.cont_select_int .active {
  background-color: #eeeeee;
}

/* etiqueta <p> con la opcion selecionada  */

.selecionado_opcion {
  padding: 0.5rem 0.8rem;

  width: 100%;

  display: block;

  margin: 0px;

  cursor: pointer;
}

.hero-content .search-form .suprf-slider-range {
  background: var(--blue);

  padding-top: 0.2rem;

  height: 4px;

  border: none;

  width: 100%;
}

.hero-content
  .search-form
  .suprf-slider-range
  .ui-slider-range.ui-corner-all.ui-widget-header {
  margin-top: 0rem;
}

.hero-content .search-form .suprf-select-container .suprf-min,
.hero-content .search-form .suprf-select-container .suprf-min {
  margin-top: 0rem;

  font-size: 0.9rem;
}

.hero-content .search-form .suprf-select-container .suprf-max {
  float: right;

  text-align: right;

  margin-right: -0.5rem;
}

.hero-content .search-form .suprf-select-container .suprf-min {
  float: left;

  text-align: left;

  margin-left: -0.5rem;
}

.hero-content
  .search-form
  .suprf-select-container
  span.ui-slider-handle.ui-state-default,
.hero-content
  .search-form
  .suprf-select-container
  span.ui-slider-handle.ui-state-active,
.hero-content
  .search-form
  .suprf-select-container
  span.ui-slider-handle.ui-state-focus {
  border-radius: 50%;

  padding: 0.2rem;

  background: var(--green);

  border: 5px solid var(--green);

  cursor: pointer;

  margin-top: -0.2rem;
}

.hero-content .search-form .prix-slider-range {
  background: var(--blue);

  padding-top: 0.2rem;

  height: 4px;

  border: none;

  width: 100%;
}

.hero-content
  .search-form
  .prix-slider-range
  .ui-slider-range.ui-corner-all.ui-widget-header {
  margin-top: 0rem;
}

.hero-content .search-form .prix-select-container .prix-min,
.hero-content .search-form .prix-select-container .prix-min {
  margin-top: 0rem;
}

.hero-content .search-form .prix-select-container .prix-max {
  float: right;

  text-align: right;

  margin-right: -0.5rem;
}

.hero-content .search-form .prix-select-container .prix-min {
  float: left;

  text-align: left;

  margin-left: -0.5rem;
}

.hero-content
  .search-form
  .prix-select-container
  span.ui-slider-handle.ui-state-default,
.hero-content
  .search-form
  .prix-select-container
  span.ui-slider-handle.ui-state-active,
.hero-content
  .search-form
  .prix-select-container
  span.ui-slider-handle.ui-state-focus {
  border-radius: 50%;

  padding: 0.2rem;

  background: var(--green);

  border: 5px solid var(--green);

  cursor: pointer;

  margin-top: -0.2rem;
}

.visible {
  visibility: visible;

  height: auto !important;

  /* padding-bottom: 2rem!important; */

  margin-top: 1.5rem !important;
}

.hero-content .advanced-search {
  visibility: hidden;

  height: 0;

  margin-top: 0;

  padding-left: 0;

  padding-right: 0;

  padding-bottom: 0;
}

.hero-content .advanced-search.show {
  visibility: visible;

  height: auto;
}

.hero-content .advanced-search select {
  width: 100%;
}

.hero-content .advanced-search div {
  display: inline-block;

  position: relative;
}

.hero-content .advanced-search .custom-radio {
  width: 100%;

  text-align: left;
}

.hero-content .advanced-search .custom-control-label {
  float: left;
}

.hero-content .btn {
  position: absolute;

  top: 2.2rem;

  right: 2.2rem;
}

/* End of #hero section */

/* #about section */

#about {
  margin-top: 8rem;

  margin-bottom: 6rem;

  position: relative;
}

#about .content {
  background: #fff;

  border-left: 8px solid var(--blue);

  margin-top: 6rem;

  padding: 8rem 4rem 4rem;

  box-shadow: var(--box-shadow);

  position: relative;

  z-index: 2;
}

#about h2 {
  color: var(--green);

  text-transform: uppercase;

  font-size: 2.9rem;

  margin-bottom: 2rem;

  font-weight: bold;
}

#about .more {
  color: var(--blue);

  margin-top: 3rem;

  float: left;

  font-weight: bold;
}

#about .thumbnail {
  position: relative;

  z-index: 1;
}

#about .thumbnail img {
  margin-left: -3rem;

  max-width: 110%;
}

/* End of #about section */

/* Home Map section */

#map-zone {
  background: var(--blue) url("../img/carteMotif-bleu-01.svg") no-repeat;

  background-size: cover;

  margin: 2rem auto;

  float: left;

  position: relative;

  -webkit-clip-path: polygon(0 6%, 100% 0%, 100% 96%, 0% 100%);

  clip-path: polygon(0 6%, 100% 0%, 100% 96%, 0% 100%);
}

#map-zone .map-zone-content {
  padding: 10rem 0 8rem;

  float: left;

  width: 100%;
}

#map-zone h2 {
  color: #fff;

  text-transform: uppercase;

  font-weight: bold;

  font-size: 2.8rem;

  line-height: 1.4;
}

#map-zone .after-title small {
  color: #fff;

  font-size: 1.1rem;
}

#map-zone .after-title small:after {
  content: "";

  width: 140px;

  height: 3px;

  background: var(--green);

  clear: both;

  display: block;

  margin-top: 1rem;
}

#map-zone #map {
  /* width: 90%; */

  text-align: center;

  margin: 1rem auto;

  display: inline-block;

  float: left;

  margin-top: -6rem;
}

#map img {
  max-width: 100% !important;

  width: 90%;

  margin-left: -4rem;
}

#map-zone .map-zones-filter {
  float: left;

  margin-left: 0;

  padding-left: 0;
}

.map-container {
  float: left;

  width: 100%;

  margin: 3rem auto 4rem;
}

.map-zones-filter ul {
  list-style: none;

  padding-left: 0;

  padding-right: 0;

  margin-left: 0;
}

.map-zones-filter ul li {
  background: #092177;

  margin-top: 0.2rem;

  padding: 1.3rem 1rem;

  color: #fff;

  position: relative;
}

.map-zones-filter ul li.active {
  background: #4fab78;
}

.map-zones-filter ul li::after {
  content: "\203A";

  position: absolute;

  right: 1.5rem;

  top: 65%;

  font-size: 1.8rem;

  height: 100%;

  transform: translateY(-50%);
}

.map-zones-filter ul li a {
  color: #fff;

  display: block;

  height: 100%;

  width: 100%;
}

/* End of Home Map section */

/* Home News section */

#home .news-container {
  margin-top: -5.8rem;

  width: 75%;
}

#home #news {
  margin-top: -3rem;

  float: left;

  position: relative;

  z-index: 10;
}

#home #news .actu-icon {
  margin-top: -0.4rem;

  margin-right: 1rem;

  border-right: 1px solid #fff;

  padding-right: 0.5rem;

  width: 5rem;
}

#home #news h2 {
  color: #fff;

  text-transform: uppercase;

  width: 100%;

  font-weight: bold;

  background: var(--green);

  display: block;

  padding: 1.7rem 2rem 1rem;

  margin-bottom: 0;

  font-size: 2.6rem;
}

#news .news-feed {
  background: #fff;

  box-shadow: var(--box-shadow);

  padding: 2rem 2rem;

  margin-top: 0;

  width: 100%;

  margin-bottom: 5rem;
}

#news .news-feed .row-flex {
  display: flex;

  flex-wrap: wrap;
}

#news .feed {
  padding-left: 0;

  padding-right: 0;

  padding-bottom: 2rem;

  margin-bottom: 1rem;

  border-bottom: 1px solid var(--green);

  float: left;
}

#news .news-thumb-container {
  padding-left: 0;

  padding-right: 0;

  float: left;
}

#home #news .news-thumb {
  display: block;

  height: 180px;

  width: 100%;

  padding: 0;

  margin: 0;

  position: relative;

  background-size: cover;

  background-repeat: none;
}

#news .news-thumb .see-more {
  position: absolute;

  top: 42%;

  left: 50%;

  transform: translate(-50%);

  font-size: 1.6rem;

  opacity: 0;

  color: #fff;

  transition: opacity 0.4s ease;
}

#news .news-thumb:hover > .see-more {
  opacity: 1;

  transition: opacity 0.4s ease;
}

#news .news-title {
  float: left;

  padding-top: 1rem;

  padding-left: 1.5rem;

  float: left;
}
#news .news-date {
  color: var(--gray);
  font-size: 0.9rem;
}

#news .news-excerpt {
  border-top: 1px solid var(--gray);
  margin-top: 4px;
  padding: 10px 0 4px;
  width: 100%;
  min-height: 5rem;
}

#news .news-title-link {
  font-weight: bold;

  font-size: 1.2rem;

  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

#news .news-title-link .arrow-right {
  fill: var(--green);

  font-size: 2.8rem;

  float: right;

  margin-top: 2rem;

  margin-right: 0;

  opacity: 1;

  position: absolute;

  bottom: -8rem;

  right: 2rem;

  height: 5rem;

  width: 5rem;
}

@keyframes NeswTitleLinkAfterMargin {
  from {
    margin-right: 0;
  }

  to {
    margin-right: 0.3rem;
  }
}

@keyframes draw {
  from {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: 200;
  }
}

#news .news-title-link svg path {
  stroke-dasharray: 100;

  animation: draw 2s infinite;
}

#news .news-title-link:hover > .arrow-right {
  margin-right: -0.2rem;

  opacity: 1;

  transition: opacity 0.3s ease;

  animation-duration: 0.6s;

  animation-name: NeswTitleLinkAfterMdrawrgin, NeswTitleLinkAfterMargin;

  animation-iteration-count: infinite;

  animation-direction: alternate;
}

#news .more-news {
  font-weight: bold;

  float: left;

  margin-bottom: 0;

  margin-top: 2rem;
}

/* End of Home News section */

/* Footer */

footer#footer {
  background: var(--light-blue)
    url("../../assets/img/carteMotif-Gris-01-02.svg") no-repeat;

  background-size: 190%;

  position: relative;

  /* margin-top    : 4rem; */

  clear: both;

  padding: 8rem 2rem 2rem;

  width: 100%;

  float: left;

  -webkit-clip-path: polygon(0 6%, 100% 0%, 100% 100%, 0% 100%);

  clip-path: polygon(0 6%, 100% 0%, 100% 100%, 0% 100%);
}

#footer .area {
  margin-bottom: 2rem;
}

#footer .footer-area-title {
  color: var(--green);

  margin-bottom: 1.5rem;

  border-bottom: 1.2px solid var(--green);

  padding-bottom: 0.8rem;

  font-size: 1.2rem;

  font-family: Roboto-light;

  text-transform: uppercase;
}

#footer .left-area .footer-area-title {
  font-size: 2rem;

  border-bottom: none;

  margin-bottom: 1rem;

  font-weight: bold;

  margin-top: -0.9rem;
}

#footer .left-area .footer-area-content p {
  font-weight: 100;

  font-family: Roboto-light;
}

#footer .btn {
  font-family: Roboto-light !important;
}

#footer input[type="text"],
#footer input[type="email"] {
  background: #fff !important;

  border: 0 !important;

  color: var(--green) !important;

  font-family: Roboto-light;
}

#footer input[type="text"]::placeholder,
#footer input[type="email"]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */

  color: var(--green);

  font-family: Roboto-light;

  opacity: 1;

  /* Firefox */
}

#footer input[type="text"]::-ms-input-placeholder,
#footer input[type="email"]::-ms-input-placeholder {
  /* Internet Explorer 10-11 */

  color: var(--green);
}

#footer input[type="text"]::-ms-input-placeholder,
#footer input[type="email"]::-ms-input-placeholder {
  /* Microsoft Edge */

  color: var(--green);
}

/* Social btns */

#footer .social-btn {
  display: inline-block;

  width: 2.5rem;

  height: 2.5rem;

  margin-right: 0rem;

  border: none;

  position: relative;

  background: var(--gray);
}

#footer .social-btn.facebook svg path,
#footer .social-btn.twitter svg path,
#footer .social-btn.youtube svg path,
#footer .social-btn.linkedin svg path {
  fill: #fff !important;
}

#footer .social-btn.youtube #ytb-play-ico {
  fill: var(--gray) !important;
}

#footer .social-btn.facebook:hover {
  background: #1976d2;
}

#footer .social-btn.twitter:hover {
  background: #03a9f4;
}

#footer .social-btn.youtube:hover {
  background: #f44336;
}

#footer .social-btn.youtube:hover > #ytb-play-ico {
  fill: #f44336 !important;
}

#footer .social-btn svg {
  /* fill: #fff!important; */

  position: absolute;

  padding: 0.6rem;
}

a.nav-link.linked {
  margin-top: 0.6rem;
  margin-left: 0.7rem;
}

/* End of Footer */

/* After footer */

#after-footer {
  padding: 4rem 1rem;

  float: left;

  width: 100%;

  background: #fff;

  position: relative;

  z-index: 1;
}

#after-footer .left-area img {
  max-width: 100%;

  margin-left: -6px;

  margin-top: -1rem;
}

#after-footer a {
  color: var(--gray);
}

#after-footer .left-area,
#after-footer .middle-area,
#after-footer .right-area {
  vertical-align: middle;

  margin-bottom: 2rem;
}

#after-footer .middle-area .nav-link,
#after-footer .right-area .nav-link {
  padding-top: 0;

  padding-bottom: 0;
}

#after-footer .middle-area ul li:first-child {
  border-right: 1px solid var(--gray);
}

#after-footer .right-area ul {
  margin-top: -0.9rem;
}

#after-footer .right-area .nav-link svg {
  width: 64px;

  margin-top: -0.4rem;

  fill: var(--gray);
}

#after-footer .right-area .nav-link {
  font-size: 0.9rem;
  padding: 0 0.3rem;
}

#after-footer .right-area .nav-link.youtube:hover {
  color: #f32635;

  fill: #f32635;
}

#after-footer .right-area .nav-link.facebook:hover {
  color: #1f4db7;

  fill: #1f4db7;
}

#after-footer small {
  font-size: 0.8rem;

  color: var(--gray);

  margin-left: 1px;

  margin-top: 0rem;

  float: left;
}

/* End of After footer */

/******************* END OF HOME PAGE ************************/

/******************* PAGE ACTUALITES ************************/

.news #news .news-feed {
  background: #fff;

  position: relative;

  padding-left: 1.3rem;

  padding-right: 1.3rem;
}

.news #news .news-feed > .row {
  margin-top: 1.2rem;
}

.news #news .news-feed ul {
  float: left;

  width: 100%;

  padding-left: 0;

  margin-bottom: 2rem;

  border-bottom: 1px solid var(--green);
}

.news #news .news-feed ul:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.news #news .feed {
  padding-left: 15px;

  padding-right: 15px;

  margin-bottom: 0;
  width: 100%;
  height: 100%;
  min-height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 0 11px 0 rgba(6, 22, 58, 0.14);
  margin-inline: 0.5rem;
  border-radius: 1rem;
}

.news #news .feed:nth-last-child(-n + 3) {
  border-bottom: 0;
}

.news #news .news-title {
  padding: 1rem 0;
  width: 100%;
  margin-bottom: 1rem;
}

.news #news .more-link {
  margin-bottom: 1rem;
  margin-top: 2rem;
}

.news .news-thumb {
  display: block;

  height: 220px;

  width: 100%;

  padding: 0;

  margin: 0;

  position: relative;

  background-size: cover;

  background-repeat: none;
}

.news .news-thumb-container span {
  position: absolute;
  z-index: 2;
  color: #fff;
  font-size: 18px;
  width: 38px;
  height: 45px;
  padding-top: 7px;
  text-align: center;
  right: 20px;
  top: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 79%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 79%, 0 100%);
  background-color: var(--green);
}

.slide-btn {
  display: inline-block;
  padding: 13px 20px;
  color: #fff;
  text-decoration: none;
  position: relative;
  background: transparent;
  border: 1px solid #e1e1e1;
  font: 12px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.4em;
  text-align: center;
  text-indent: 2px;
  text-transform: uppercase;
  transition: color 0.1s linear 0.05s;
}

.slide-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e1e1e1;
  z-index: 1;
  opacity: 0;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
}

.slide-btn::after {
  transition: border 0.1s linear 0.05s;
}

.slide-btn .slide-btn-inner {
  position: relative;
  z-index: 2;
}

.slide-btn:hover {
  color: #fff;
  transition: color 0.1s linear 0s;
}

.slide-btn:hover::before {
  top: 0;
  height: 100%;
  opacity: 1;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}

.slide-btn:hover::after {
  border-color: #373737;
  transition: border 0.1s linear 0s;
}

.slideshow {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 500px;
  z-index: 1;
}

.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.slideshow .slide.is-active {
  display: block;
}

.slideshow .slide.is-loaded {
  opacity: 1;
}

.slideshow .slide .caption {
  padding: 0 100px;
}

.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
}

.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.slideshow .slide .image {
  width: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.slideshow .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slideshow .slide .title {
  margin: 0 auto 15px;
  max-width: 1000px;
  font: 300 1.5rem/1.2 "Oswald", sans-serif;
  letter-spacing: 0.35em;
  text-transform: uppercase;
}

.slideshow .slide .text {
  margin: 0 auto;
  max-width: 1000px;
  font-size: 18px;
  line-height: 1.4;
}

.slideshow .slide .slide-btn {
  margin: 15px 0 0;
  border-color: #fff;
}

.slideshow .slide .slide-btn::before {
  background: var(--green);
  z-index: -1;
}

.slideshow .slide-pagination {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  height: 12px;
  cursor: default;
  z-index: 2;
  text-align: center;
}

.slideshow .slide-pagination .item {
  display: inline-block;
  padding: 15px 5px;
  position: relative;
  width: 46px;
  height: 32px;
  cursor: pointer;
  text-indent: -999em;
  z-index: 1;
}

.slideshow .slide-pagination .item + .page {
  margin-left: -2px;
}

.slideshow .slide-pagination .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  width: 36px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  transition: background 0.2s ease;
}

.slideshow .slide-pagination .item::after {
  width: 0;
  background: #fff;
  z-index: 2;
  transition: width 0.2s ease;
}

.slideshow .slide-pagination .item:hover::before,
.slideshow .slide-pagination .item.is-active::before {
  background-color: #fff;
}

.slideshow .arrows .arrow {
  margin: -33px 0 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
}

.slideshow .arrows .prev {
  left: 30px;
}

.slideshow .arrows .prev:hover .svg {
  left: -10px;
}

.slideshow .arrows .next {
  right: 30px;
}

.slideshow .arrows .next:hover .svg {
  left: 10px;
}

.slideshow .arrows .svg {
  position: relative;
  left: 0;
  width: 14px;
  height: 26px;
  fill: #fff;
  transition: left 0.2s ease;
}

/******************* END PAGE ACTUALITES ************************/

/******************* Single News page ************************/

.single-news .news-container {
  box-shadow: var(--light-box-shadow);

  background: #fff;
}

.single-news .page-content-container {
  width: 100%;

  display: block;

  margin-top: 2rem;

  padding-top: 4rem;

  padding-bottom: 2rem;

  padding-right: 2.5rem;

  padding-left: 2rem;

  position: relative;
}

.single-news header {
  padding-right: 0;
}

.single-news .news-thumb {
  background-size: cover;

  position: relative;

  width: 100%;

  height: 30rem;

  display: block;

  margin-bottom: 2.5rem;
}

.single-news .page-content {
  padding-right: 3rem;
}

.single-news .page-content p {
  text-align: justify;

  margin: 1.5rem auto;
}

.single-news .page-content h2,
.single-news .page-content h3,
.single-news .page-content h4,
.single-news .page-content h5 {
  font-weight: bold;

  margin: 1.5rem auto;

  font-size: 1.4rem;
}

.single-news .page-content a {
  color: var(--green);
}

.single-news .page-content a:hover {
  text-decoration: underline;
}

.single-news .single-news-title {
  font-size: 1.8rem;

  font-weight: bold;

  padding-top: 1.5rem;

  margin-bottom: 1rem;

  border-top: 1px solid var(--green);
}

.single-news .meta {
  margin-bottom: 1.5rem;

  color: var(--green);
}

.content * {
  max-width: 100%;
}

.single-news aside {
  border: 2px solid var(--light-blue);

  padding: 4rem;

  position: relative;
}

.single-news iframe {
  max-width: 100%;
}

.single-news .share-container {
  padding: 1rem 0 5rem;

  text-align: center;

  position: relative;
}

.single-news .share-container svg {
  fill: var(--blue);

  width: 20%;

  margin-top: -0.5rem;

  cursor: pointer;
}

.single-news .share-container span {
  font-weight: bold;

  font-size: 1.4rem;

  padding-left: 0.5rem;

  cursor: pointer;
}

.single-news .share-dialog {
  position: absolute;

  top: 0;

  left: 0;

  height: 100%;

  width: 100%;

  overflow: hidden;

  /* background: rgba(0, 0, 0, 0.8); */

  padding: 1rem;

  z-index: 999;

  opacity: 0;

  transition: opacity 0.4s ease, visibility 0.4s ease;

  visibility: hidden;
}

.single-news .share-dialog-content {
  position: absolute;

  top: 6%;

  left: 50%;

  height: auto;

  width: 80%;

  overflow: hidden;

  display: block;

  background: #fff;

  padding: 1rem;

  z-index: 99999;

  color: var(--blue);

  text-align: center;

  border: var(--light-blue);

  box-shadow: var(--box-shadow);

  transform: translateX(-50%);
}

.single-news .share-dialog-content .a2a_kit a {
  cursor: pointer;

  margin: 1rem !important;
}

.single-news .share-dialog-content .a2a_default_style .a2a_counter img,
.a2a_default_style .a2a_dd,
.a2a_default_style .a2a_svg {
  border-radius: 0 !important;

  width: 2.5rem !important;

  height: 2.5rem !important;
}

.single-news .share-dialog .close-button {
  float: right;

  font-size: 1.5rem;

  cursor: pointer;

  line-height: 1rem;
}

.is-open {
  display: block !important;

  opacity: 1 !important;

  transition: opacity 0.4s ease, visibility 0.4s ease;

  visibility: visible !important;
}

.single-news .single-news-nav-prev span,
.single-news .single-news-nav-next span {
  width: 100%;

  display: block;
}

.single-news .single-news-nav-prev img,
.single-news .single-news-nav-next img {
  width: 6rem;
}

.single-news .single-news-nav-prev {
  border-top: 2px solid var(--light-blue);

  position: relative;

  text-align: center;

  padding: 3rem 0 4rem;
}

.single-news .single-news-nav-prev svg {
  fill: var(--blue);

  width: 65%;

  transform: rotateY(180deg);
}

.single-news .single-news-nav-next {
  border-top: 2px solid var(--light-blue);

  position: relative;

  text-align: center;

  padding: 3rem 0 4rem;
}

.single-news .single-news-nav-next svg {
  fill: var(--blue);

  width: 65%;
}

.single-news footer#footer {
  margin-top: 4rem;
}

/******************* End of Single News page ************************/

/******************* Zone details page *************************/

.zone-details .zone-details-template-container {
  padding-left: 0;

  padding-right: 0;

  position: relative;
}

.zone-details .zone-map-container {
  position: relative;

  z-index: 1;

  height: 90vh;

  background: #fff;

  display: none;

  opacity: 0;

  transition: opacity 0.3s ease;
}

.zone-details .zone-map-container.map-open {
  opacity: 1;

  transition: opacity 0.3s ease;

  display: block;
}

.zone-details .zone-map-container.map-open.open {
  height: 100%;
}

.zone-details .zone-map-container.map-open {
  position: relative;
  height: fit-content !important;
  /* width: fit-content !important; */
  width: 100vw;
  padding-inline: 2rem;
  /* overflow: hidden; */
}
#image-map-pro-container {
  height: fit-content !important;
  width: fit-content !important;
}

@media screen and (max-width: 768px) {
  #image-map-pro-container {
    max-width: 100vw;
  }
}

.imp-container {
  height: fit-content !important;
  width: fit-content !important;
  max-height: 600px !important;
}
.imp-canvas-wrap {
  height: fit-content !important;
  width: fit-content !important;
}
.imp-ui-wrap {
  height: fit-content !important;
  width: fit-content !important;
}

.vertical-map .imp-canvas {
  /* width: 100% !important; */
  max-height: 700px !important;
  width: 100% !important;
}
#image-map-pro-container.vertical-map {
  margin: auto;
}

.zone-details #map svg {
  /* height: 100%; */
  /* width: 100%; */
}

.zone-details #map .row {
  height: 100%;
}

.zone-details .zone-map-container .zone-map-content {
  /* position: fixed; */

  left: 0;

  top: 0;

  background: #fff;

  height: 100%;
  width: 100%;
}

.zone-details .zone-map-container div#image-map-pro-container {
  /* top: 50%;

    left: 0;

    transform: translateY(-50%); */
}
.imp-container,
.imp-ui-wrap {
  max-width: 100% !important;
  max-height: 100% !important;
}
.imp-canvas-wrap {
  height: 100%;
}

.zone-details .zone-map-container .imp-wrap,
.zone-details .zone-map-container div#image-map-pro-container {
  height: 100%;
  position: relative;
}

.zone-details .zone-map-container .imp-zoom-outer-wrap {
  height: 100%;
}

.zone-details .zone-map-container div#image-map-pro-container .imp-ui-element {
  left: 5;
  top: 10;
  z-index: 99999;
}

.zone-details .zone-map-container.map-open.open #map-filter {
  width: 35%;

  padding: 0 4rem 0 2rem;
}

.zone-details
  .zone-map-container.map-open.open
  #map-filter
  .map-fiter-form-container {
  padding: 0;
}

.zone-details
  .zone-map-container.map-open.open
  #map-filter
  .map-fiter-form-container
  .checkbox-zones-container {
  width: 100%;

  transition: width 0.3s ease;
}

.zone-details
  .zone-map-container.map-open.open
  #map-filter
  .map-zone-filter-input
  input[type="text"] {
  margin: 0.5rem 1rem 0.5rem 1.4rem;

  transition: margin 0.3s ease-in;
}

.zone-details
  .zone-map-container.map-open.open
  #map-filter
  .map-zone-filter-srch-btn
  svg {
  margin-left: -5rem;
}

.zone-details #map {
  background: var(--blue) url("../img/carteMotif-bleu-01.svg") no-repeat;

  background-size: cover;

  padding: 2rem;

  height: 100%;
}

.zone-details .zone-map-container.map-open.open #map img {
  height: 100% !important;
}

.zone-details #map img {
  /* min-height: 600px; */
  /* height: initial !important; */

  /* max-width: 60%;

    position    : absolute;

    top         : 50%;

    transform   : translateY(-50%); */
}

.zone-details #map-filter {
  border: 1px solid var(--light-blue);

  background: #fff;

  position: absolute;

  top: 0;

  right: 0;

  height: 100%;

  text-align: center;

  /* width  : 10rem; */

  z-index: 9999;
}

.zone-details #map-filter .map-fiter-form-container {
  padding: 0.5rem 1.5rem;

  /* overflow: auto; */

  /* position: relative; */

  min-height: 80%;

  max-height: 100%;

  height: 90%;
}

.map-fiter-form-wrapper {
  overflow: auto;
  height: calc(100% - 70px);

}
/* apply scrollbar style */
.zone-details #map-filter .map-fiter-form-wrapper::-webkit-scrollbar {
  width: 3px;
}
/* specify the height for horizontal scroll */
.zone-details
  #map-filter
  .map-fiter-form-wrapper::-webkit-scrollbar:horizontal {
  height: 5px;
}

.zone-details #map-filter .map-fiter-form-wrapper::-webkit-scrollbar-track {
  background: var(--light-blue);
  border-radius: 5px;
}

.zone-details #map-filter .map-fiter-form-wrapper::-webkit-scrollbar-thumb {
  background: var(--blue);
  border-radius: 5px;
}

.zone-details
  #map-filter
  .map-fiter-form-wrapper::-webkit-scrollbar-thumb:hover {
  background: var(--blue);
}

.zone-details #map-filter .filter-toggler-btn {
  background: var(--blue);

  width: 1.7rem;

  height: 1.7rem;

  border-radius: 50%;

  /* padding   :.2rem; */

  position: absolute;

  right: -1rem;

  top: 50%;

  transform: translateY(-50%);

  z-index: 9999;

  cursor: pointer;

  transition: right 0.3s ease;
}

/* .close-map-filter {

    background: url('../icons/ZI-ICONES-arrow-right-blue.svg') no-repeat;

    height: 2rem;

    width: 2rem;

    display: block;

    transform: rotate(-180deg);

    margin-top: -1rem;

    margin-bottom: .8rem;

} */

.zone-details #map-filter .filter-toggler-btn:hover {
  box-shadow: var(--light-box-shadow);
}

.zone-details .zone-map-container.open #map-filter .filter-toggler-btn {
  transform: rotate(-180deg);

  right: 1.4rem;

  transition: right 0.3s ease;
}

.zone-details #map-filter .filter-toggler-btn svg {
  fill: #fff;

  transform: rotate(-90deg);
}

.zone-details #map-filter .map-zone-filter-input input[type="text"] {
  background: #fff !important;

  border: 1px solid var(--blue);

  width: 100%;

  border-radius: 0;

  margin-top: 0.5rem;
}

.zone-details #map-filter .map-zone-filter-srch-btn {
  position: absolute;

  right: -1.2rem;

  top: 0.5rem;

  background: #fff;

  z-index: 999;
}

.zone-details #map-filter .map-zone-filter-srch-btn svg {
  width: 1rem;

  height: 1rem;

  fill: var(--blue);

  margin-left: -3rem;

  margin-top: -0.14rem;
}

.zone-details #map-filter .map-fiter-form-container .checkbox-zones-container {
  overflow-y: auto;

  overflow-x: auto;

  width: 100%;

  margin: auto;

  /* float  : left; */
  min-width: 350px;

  /* max-height: 90%; */
}

.zone-details
  #map-filter
  .map-fiter-form-container
  .checkbox-zones-container
  table {
  --first-column-min-width: 150px;
  --second-column-min-width: 100px;
  --third-column-min-width: 100px;
  color: var(--blue);

  margin-left: -1rem;
}

.zone-details
  #map-filter
  .map-fiter-form-container
  .checkbox-zones-container
  table
  thead
  th {
  border-top: 0;

  font-size: 0.9rem;

  font-weight: bold;

  vertical-align: top;
}




#map-filter
  .map-fiter-form-container
  .checkbox-zones-container
  table
  thead
  th:first-child {
  min-width: var(--first-column-min-width);
}

#map-filter
  .map-fiter-form-container
  .checkbox-zones-container
  table
  thead
  th:nth-child(2) {
  min-width: var(--second-column-min-width);
}

#map-filter
  .map-fiter-form-container
  .checkbox-zones-container
  table
  thead
  th:nth-child(3) {
  min-width: var(--third-column-min-width);
}

.zone-details
  #map-filter
  .map-fiter-form-container
  .checkbox-zones-container
  table
  span {
  font-size: 0.8rem;
  overflow-x: auto;
}

.zone-details
  #map-filter
  .map-fiter-form-container
  .checkbox-zones-container
  table
  tbody
  td {
  padding: 0.75rem 1rem 0.75rem 1rem !important;
}

.zone-details
  #map-filter
  .map-fiter-form-container
  .checkbox-zones-container
  table
  tbody
  td:first-of-type {
  min-width: var(--first-column-min-width);
}

.zone-details
  #map-filter
  .map-fiter-form-container
  .checkbox-zones-container
  table
  tbody
  td:nth-of-type(2) {
  min-width: var(--second-column-min-width);
}

.zone-details
  #map-filter
  .map-fiter-form-container
  .checkbox-zones-container
  table
  tbody
  td:nth-of-type(3) {
  min-width: var(--third-column-min-width);
}

.zone-details
  #map-filter
  .map-fiter-form-container
  .checkbox-zones-container
  table
  .custom-control-label::before {
  width: 0.9rem;

  height: 0.99rem;

  border: 2px solid var(--blue);

  border-radius: 0;
}

.zone-details
  #map-filter
  .map-fiter-form-container
  .checkbox-zones-container
  table
  .custom-control-label::after {
  width: 0.7rem;

  height: 0.8rem;

  /* background: var(--blue); */

  border: 2px solid #fff;

  transform: translateY(0.1rem) translateX(0.1rem);
}

.zone-details
  #map-filter
  .map-fiter-form-container
  .checkbox-zones-container::-webkit-scrollbar {
  width: 5px;
}

/* Track */

.zone-details
  #map-filter
  .map-fiter-form-container
  .checkbox-zones-container::-webkit-scrollbar-track {
  background: var(--light-blue);
  border-radius: 5px;
}

/* Handle */

.zone-details
  #map-filter
  .map-fiter-form-container
  .checkbox-zones-container::-webkit-scrollbar-thumb {
  background: var(--blue);
  border-radius: 5px;
}

/* Handle on hover */

.zone-details
  #map-filter
  .map-fiter-form-container
  .checkbox-zones-container::-webkit-scrollbar-thumb:hover {
  background: var(--blue);
}

.zone-details #map-filter .map-fiter-form-container h4 {
  font-size: 1.1rem;

  font-weight: bold;

  padding-top: 0;

  transition: padding 0.3s ease;
}

.zone-details
  .zone-map-container.open
  #map-filter
  .map-fiter-form-container
  h4 {
  padding-top: 2rem;

  transition: padding 0.3s ease;
}

.zone-details #map-filter .map-fiter-form-container .zone-filter-txt-search {
  margin-bottom: 1rem;

  float: left;

  width: 100%;

  padding-bottom: 4rem;

  height: 3rem;

  border-bottom: 1px solid var(--light-blue);
}

.zone-details #map-filter .map-fiter-form-container .form-check {
  padding: 0.2rem 0 0.8rem;

  border-bottom: 1px solid var(--light-blue);
}

.zone-details
  #map-filter
  .map-fiter-form-container
  .map-zone-filter-srch-btn-container {
  position: absolute;

  top: 1rem;

  left: 0;

  width: 100%;

  padding: 0.2rem 0.2rem;

  font-size: 0.7rem;

  background: #fff;
}

.zone-details
  #map-filter
  .map-fiter-form-container
  .map-zone-filter-srch-btn-container
  #map-filter-submit-btn {
  font-size: 0.7rem;

  margin: auto;

  width: 80%;

  padding: 0.4rem 0.1rem;
}

.zone-details .zone-details-container {
  padding: 4rem 1rem;

  /* position: relative; */

  position: fixed;

  right: 5rem;

  overflow-y: auto;

  height: 90vh;

  overflow-x: hidden;

  overflow-y: auto;
}

.zone-details .zone-details-container::-webkit-scrollbar {
  width: 5px;
}

/* Track */

.zone-details .zone-details-container::-webkit-scrollbar-track {
  background: var(--light-blue);

  border-radius: 5px;
}

/* Handle */

.zone-details .zone-details-container::-webkit-scrollbar-thumb {
  background: var(--blue);

  border-radius: 5px;
}

/* Handle on hover */

.zone-details .zone-details-container::-webkit-scrollbar-thumb:hover {
  background: var(--blue);
}

.zone-details .zone-details-container .area-label {
  font-size: 1.1rem;
}

.zone-details .zone-details-container header {
  margin-bottom: 2rem;

  padding-bottom: 1rem;

  vertical-align: middle;

  border-bottom: 1px solid var(--light-blue);

  width: 100%;

  position: relative;
}

.zone-details .zone-details-container header ul {
  padding-left: 0;

  margin-left: 0;

  vertical-align: middle;

  float: right;

  width: 100%;

  text-align: right;

  margin-top: 1.8rem;
}

.zone-details .zone-details-container header ul li {
  list-style: none;

  display: inline;

  margin-left: 1rem;

  cursor: pointer;
}

.zone-details .zone-details-container header ul li span,
.zone-details .zone-details-container header ul li a {
  font-weight: bold;

  font-size: 0.9rem;

  color: var(--blue);

  cursor: pointer;

  vertical-align: middle;
}

.zone-details .zone-details-container header ul li.print-link span {
  background: url("../icons/print.svg") no-repeat;

  background-size: contain;

  padding-left: 1.8rem;
}

.zone-details .zone-details-container header ul li.share-link span {
  background: url("../icons/share.svg") no-repeat;

  background-size: contain;

  padding-left: 1.8rem;
}

.zone-details .zone-details-container header ul li.doc-link a {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 22.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 85.3 85.3' style='enable-background:new 0 0 85.3 85.3;fill:%2311368A;' xml:space='preserve'%3E%3Cg%3E%3Cg transform='translate(-482.000000, -3092.000000)'%3E%3Cg%3E%3Cg transform='translate(330.000000, 2640.000000)'%3E%3Cg transform='translate(0.000000, 426.000000)'%3E%3Cg transform='translate(130.000000, 0.000000)'%3E%3Cg transform='translate(22.000000, 26.000000)'%3E%3Cpath d='M61.5,22.6c0,0.1,0,0.1,0,0.2v3.1h5.4c0.1,0,0.4,0,0.6,0.2c0.3,0.3,0.3,0.6,0.3,0.7v28.4c0,0.6-0.1,3.7-2.6,6.1 c-2.4,2.3-5.3,2.4-5.9,2.4H25.9h0c-0.5,0-3.7-0.1-6.2-2.6c-2.3-2.4-2.3-5.2-2.3-5.8V22.6c0-0.1,0-0.4,0.2-0.6 c0.3-0.3,0.6-0.3,0.7-0.3h42c0,0,0,0,0,0s0,0,0,0h0.2c0.1,0,0.4,0,0.7,0.3C61.5,22.2,61.5,22.5,61.5,22.6z M59.2,28.2 L59.2,28.2l0-2.3v-1.9H19.7l0,31.2c0,0.6,0.1,2.6,1.7,4.3c1.7,1.8,3.9,1.9,4.5,1.9h33.4c0.6,0,2.6-0.1,4.3-1.7 c1.7-1.7,1.9-3.8,1.9-4.5v-27h-4v27.4c0,0.6-0.5,1.1-1.1,1.1s-1.1-0.5-1.1-1.1V28.2z M37.8,28.6c0.6,0,1.2,0.5,1.2,1.2v11 c0,0.6-0.5,1.2-1.2,1.2H25.5c-0.6,0-1.2-0.5-1.2-1.2v-11c0-0.6,0.5-1.2,1.2-1.2H37.8z M26.6,39.6h10.1v-8.8H26.6V39.6z M53.5,30.9H42.4c-0.6,0-1.1-0.5-1.1-1.1c0-0.6,0.5-1.1,1.1-1.1h11.1c0.6,0,1.1,0.5,1.1,1.1C54.6,30.3,54.1,30.9,53.5,30.9z M53.5,36.4H42.4c-0.6,0-1.1-0.5-1.1-1.1s0.5-1.1,1.1-1.1h11.1c0.6,0,1.1,0.5,1.1,1.1S54.1,36.4,53.5,36.4z M53.5,41.9H42.4 c-0.6,0-1.1-0.5-1.1-1.1s0.5-1.1,1.1-1.1h11.1c0.6,0,1.1,0.5,1.1,1.1S54.1,41.9,53.5,41.9z M53.5,47.5h-28 c-0.6,0-1.1-0.5-1.1-1.1s0.5-1.1,1.1-1.1h28c0.6,0,1.1,0.5,1.1,1.1S54.1,47.5,53.5,47.5z M53.5,53h-28 c-0.6,0-1.1-0.5-1.1-1.1s0.5-1.1,1.1-1.1h28c0.6,0,1.1,0.5,1.1,1.1S54.1,53,53.5,53z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");

  background-repeat: no-repeat;

  background-size: contain;

  padding-left: 1.8rem;

  padding-left: 1.8rem;

  font-size: 1.6rem !important;
}

.zone-details .zone-details-container header .share-dialog {
  position: absolute;

  top: 0;

  left: 50%;

  height: auto;

  width: 350px;

  overflow: hidden;

  visibility: hidden;

  opacity: 0;

  transition: opacity 0.4s ease, visibility 0.4s ease;

  background: #fff;

  padding: 1rem;

  z-index: 99999;

  color: var(--blue);

  text-align: center;

  border: var(--light-blue);

  box-shadow: var(--box-shadow);

  transform: translateX(-50%);
}

.zone-details .zone-details-container header .share-dialog-content .a2a_kit a {
  cursor: pointer;

  margin: 1rem !important;
}

.a2a_svg svg {
  background: #fff !important;
}

.a2a_svg path {
  fill: var(--blue) !important;
}

.zone-details
  .zone-details-container
  header
  .share-dialog-content
  .a2a_default_style
  .a2a_counter
  img,
.zone-details .zone-details-container header .a2a_default_style .a2a_dd,
.zone-details .zone-details-container header .a2a_default_style .a2a_svg {
  border-radius: 0 !important;

  width: 2.5rem !important;

  height: 2.5rem !important;
}

.zone-details .zone-details-container header .share-dialog .close-button {
  float: right;

  font-size: 1.5rem;

  cursor: pointer;

  line-height: 1rem;
}

.zone-details .zone-details-container header .zone-name {
  margin-top: 2rem;
}

.zone-details .zone-details-container header .zone-title {
  text-transform: uppercase;

  font-size: 1.8rem;

  font-weight: bold;

  margin-bottom: 0.2rem;
}

.zone-details
  .zone-details-container
  header
  .zone-name
  .zone-after-title-desctiption {
  color: var(--green);

  font-size: 0.9rem;
}

.zone-details .zone-details-container header .zone-name .surface {
  padding-right: 0.5rem;

  margin-right: 0.2rem;

  border-right: 1px solid var(--green);
}

.zone-details .zone-details-container .zone-location-details {
  border-right: 1px solid var(--light-blue);

  padding-right: 1rem;
}

.zone-details
  .zone-details-container
  .zone-location-details
  .zone-location-title {
  font-weight: bold;

  font-size: 1.2rem;

  text-transform: uppercase;

  margin-bottom: 0.2rem;
}

.zone-details .zone-details-container .zone-location-details small {
  color: var(--green);

  font-size: 0.9rem;

  margin-bottom: 1.2rem;

  width: 100%;

  display: block;
}

.zone-details .zone-details-container .zone-technical-details {
  padding-bottom: 1rem;

  padding-top: 0;

  border-bottom: 1px solid var(--light-blue);

  margin-bottom: 1.5rem;
}

.zone-details .zone-details-container .amenageur-details {
  padding-left: 1rem;
}

.zone-details .zone-details-container .amenageur-details .area-label {
  padding-bottom: 1rem;
}

.zone-details .zone-details-container .amenageur-details .logo-amenageur {
  max-width: 100%;
}

.zone-details .zone-details-container .amenageur-details .coord-contact ul {
  list-style: none;

  padding-left: 0.5rem;
}

.zone-details .zone-details-container .amenageur-details .coord-contact ul li {
  margin-bottom: 0.8rem;

  font-size: 0.9rem;
}

.zone-details
  .zone-details-container
  .amenageur-details
  .coord-contact
  ul
  li.address {
  background: url("../icons/pin.svg") no-repeat;

  padding-left: 1.5rem;

  line-height: 1.2rem;

  background-size: 1.1rem;
}

.zone-details
  .zone-details-container
  .amenageur-details
  .coord-contact
  li.phone {
  background: url("../icons/phone.svg") no-repeat;

  padding-left: 1.5rem;

  line-height: 1.2rem;

  background-size: 1rem;
}

.zone-details
  .zone-details-container
  .amenageur-details
  .coord-contact
  li.email {
  background: url("../icons/mail.svg") no-repeat;

  padding-left: 1.5rem;

  line-height: 1.1rem;

  background-size: 1rem;

  font-size: 0.7rem;
}

.zone-details .footer-technical-details {
  border-top: 1px solid var(--light-blue);

  padding-top: 1rem;

  margin-top: 2rem;

  width: 100%;
}

.zone-details .zone-technical-details .creation {
  border-right: 1px solid var(--light-blue);
}

.zone-details .zone-technical-details .phase {
  border-right: 1px solid var(--light-blue);
}

.zone-details .zone-technical-details .superficie {
  border-right: 1px solid var(--light-blue);
}

.zone-details .zone-technical-details .valorisation {
  padding-right: 0;
}

.zone-details .site-web {
  margin-bottom: 2rem;
}

.zone-details .site-web a {
  font-weight: bold;

  padding-left: 2rem;

  background: url("../icons/internet.svg") no-repeat;
}

.zone-details .presentation-container {
  margin: 2.5rem auto;
}

.zone-details .presentation-container h3 {
  font-weight: bold;

  font-size: 1.1rem;

  margin-bottom: 1rem;
}

.zone-details .services-equipements-container h3 {
  font-weight: bold;

  font-size: 1.2rem;

  margin-bottom: 1rem;

  text-transform: uppercase;
}

.zone-details .services-equipements-container ul {
  margin-left: 0;

  padding-left: 0;

  list-style: none;

  margin-top: 2rem;
}

.zone-details .services-equipements-container ul li {
  display: inline-block;

  padding: 2.5rem 1rem 1rem 0;
}

.zone-details .services-equipements-container ul li.hotel {
  background: url("../icons/sleep.svg") no-repeat;

  background-size: 1.8rem;

  line-height: 1.6rem;

  text-align: center;

  background-position: 14% 0;
}

.zone-details .services-equipements-container ul li.admin-services {
  background: url("../icons/company.svg") no-repeat;

  background-size: 1.8rem;

  line-height: 1.6rem;

  text-align: center;

  background-position: center 0;
}

.zone-details .services-equipements-container ul li.securite {
  background: url("../icons/shield.svg") no-repeat;

  background-size: 1.8rem;

  line-height: 1.6rem;

  text-align: center;

  background-position: 40% 0;
}

.zone-details .services-equipements-container ul li.station {
  background: url("../icons/fuel.svg") no-repeat;

  background-size: 1.8rem;

  line-height: 1.6rem;

  text-align: center;

  background-position: 40% 0;
}

.zone-details .more-details {
  margin-bottom: 1.5rem;
}

.zone-details .more-details h3 {
  margin-top: 2.5rem;

  margin-bottom: 1.5rem;

  font-weight: bold;

  font-size: 1.2rem;

  margin-bottom: 1rem;

  text-transform: uppercase;
}

.zone-details .lots-industriels-content table {
  color: var(--blue);
}

.zone-details .lots-industriels-content:nth-child(3) table {
  margin-left: 2rem;
}

.zone-details .lots-industriels-content table th {
  color: var(--green);

  font-weight: normal;

  border-top: none;
}

.zone-details .lots-industriels-details h3 {
  font-weight: bold;

  font-size: 1.2rem;

  margin-bottom: 1rem;

  text-transform: uppercase;
}

.zone-details .lots-industriels-details .nb-container {
  color: var(--gray);

  font-size: 0.9rem;

  border-bottom: 1px solid var(--light-blue);

  margin-bottom: 1rem;

  display: block;

  padding-bottom: 1rem;

  width: 100%;
}

.zone-details .mode-acquisition h3,
.zone-details .phasage-projet h3 {
  margin-top: 1.5rem;

  font-weight: bold;

  font-size: 1.2rem;

  margin-bottom: 1rem;

  text-transform: uppercase;
}

.zone-details .phasage-projet {
  margin-bottom: 5rem;
}

.zone-details .zone-description-sidebar {
  position: absolute;

  top: 5rem;

  right: 0;

  background: #fff;

  border-left: 1px solid var(--light-blue);

  height: 100%;

  padding-left: 0;

  padding-right: 0;

  padding-top: 6rem;

  font-size: 0.9rem;

  width: 5rem;
}

.zone-details .zone-description-sidebar ul {
  list-style: none;

  padding-left: 0;
}

/* .zone-details .zone-description-sidebar ul li.aeroport {

    background: url('../icons/ZI-ICONES-plan.svg') no-repeat;

    background-size: 2.2rem;

    background-position: center top;

    padding-top: 2.3rem;

}



.zone-details .zone-description-sidebar ul li.autoroute {

    background: url('../icons/ZI-ICONES-highway.svg') no-repeat;

    background-size: 2.2rem;

    background-position: center top;

    padding-top: 2.3rem;

}



.zone-details .zone-description-sidebar ul li.port {

    background: url('../icons/ZI-ICONES-port.svg') no-repeat;

    background-size: 2rem;

    background-position: center top;

    padding-top: 2.3rem;

}



.zone-details .zone-description-sidebar ul li.gare {

    background: url('../icons/ZI-ICONES-bus.svg') no-repeat;

    background-size: 2rem;

    background-position: center top;

    padding-top: 2.3rem;

} */

.zone-details .zone-description-sidebar ul li {
  margin-bottom: 2.5rem;

  text-align: center;

  background-position: top center !important;

  background-size: 34px !important;

  padding-top: 2rem !important;
}

.zone-details footer#footer {
  margin-top: -2rem;

  z-index: 99;
}

#FormDemande .selected-zone-info,
#FormDemande .modal-body,
#FormDemande .modal-footer {
  padding: 2rem 2rem 1rem;
  border: none;
}

#FormDemande .modal-header {
  border-bottom: none;

  display: none;
}

#FormDemande .selected-zone-info {
  border-bottom: 1px solid var(--light-blue);
}

#FormDemande .selected-zone-info div:first-child {
  padding-right: 2rem;
}

#FormDemande .selected-zone-info .col-md-6 {
  border-right: 1px solid var(--light-blue);

  border-left: 1px solid var(--light-blue);

  padding-right: 3rem;

  padding-left: 2rem;
}

#FormDemande .selected-zone-info .col-md-3:nth-last-child(1) {
  padding-right: 2rem;

  padding-left: 2rem;

  margin-top: 2.75rem;
}

#FormDemande .selected-zone-info .area-label {
  margin-bottom: 1rem;
}

#FormDemande .close {
  font-size: 3rem;

  color: var(--blue);

  opacity: 1;

  font-weight: 100;

  /* margin  : -1rem -1rem -1rem auto; */

  position: absolute;

  top: 1rem;

  right: 1rem;

  z-index: 999;
}

#FormDemande .selected-zone-info h6 {
  text-transform: uppercase;

  font-weight: bold;

  margin-bottom: 1rem;
}

#FormDemande .selected-zone-info table {
  color: var(--blue);

  border-top: 0;
}

#FormDemande .selected-zone-info table th {
  border-top: 1rem;

  font-weight: bold;
}

#FormDemande .selected-zone-info table th span {
  font-size: 0.85rem;

  font-weight: normal;
}

#FormDemande .selected-zone-info .zone-title {
  text-transform: uppercase;

  font-size: 1.2rem;

  font-weight: normal;

  margin-top: 0.5rem;

  margin-bottom: 1rem;
}

#FormDemande label {
  margin-bottom: 0;

  margin-top: 1rem;
}

#FormDemande input[type="text"],
#FormDemande textarea,
#FormDemande input[type="email"] {
  background: #fff !important;
}

#FormDemande select {
  background-color: #fff !important;
}

#formDemande .form-row > .col,
.form-row > [class*="col-"] {
  padding-left: 1rem;

  padding-right: 1rem;
}

#FormDemande .modal-content .form-row:last-child {
  /* margin-top: 1rem; */
}

#FormDemande .form-row:last-child button {
  float: right;
}

/******************* End of Zone details page *************************/

/******************** Résultats de recherche page *********************/

.search-results-template .search-filters {
  background: var(--blue);

  color: #ffffff;

  padding: 2rem 2rem 6rem 3rem;
}

.search-results-template .search-filters .btn-filter {
  height: 6rem;

  width: 6rem;

  display: block;

  fill: var(--green);

  margin-left: -1rem;
}

.search-results-template .search-filters h4 {
  font-size: 1.2rem;

  font-weight: bold;

  margin-top: 1rem;

  margin-bottom: 1rem;
}

.search-results-template .search-filters h4.toggler::after {
  width: 1rem;

  height: 1rem;

  display: block;

  background: red;
}

.search-results-template .search-filters .from-container {
  width: 100%;
}

.search-results-template .search-filters .form-group {
  margin-bottom: 3rem;
}

.search-results-template .search-filters .form-jfgroup {
  margin-bottom: 3rem;
}

/* Multiselect Dropdown */

.select2-container {
  width: 100 !important;

  padding: 0 0.4rem;
}

.search-results-template .search-filters .form-check {
  margin-bottom: 0.8rem;
}

.search-results-template .search-filters .form-check .custom-control-label {
  font-size: 0.8rem;
}

.search-results-template .search-filters .superficie-container input {
  width: 80%;

  color: var(--blue);

  border-radius: 2px;
}

.search-results-template
  .search-filters
  .superficie-container
  .ui-slider-horizontal {
  height: 0.4rem;
}

.search-results-template
  .search-filters
  .form-group.prix-slider-container.prix-container {
  margin-left: -0.3rem;

  margin-right: 0.5rem;
}

.search-results-template .search-filters .superficie-container .suprf-min,
.search-results-template .search-filters .superficie-container .suprf-max,
.search-results-template .search-filters .superficie-container .prix-min,
.search-results-template .search-filters .superficie-container .prix-max {
  display: block;

  margin: 0.8rem 0;

  padding: 0;
}

.search-results-template .search-filters .prix-container .ui-slider-horizontal {
  height: 0.4rem;
}

.search-results-template .search-filters .superficie-container .suprf-min,
.search-results-template .search-filters .superficie-container .prix-min {
  text-align: left;
}

.search-results-template .search-filters .superficie-container .suprf-max,
.search-results-template .search-filters .superficie-container .prix-max {
  text-align: right;
}

.search-results-template .search-filters .prix-slider-range {
  background: #fff;

  padding-top: 0.2rem;

  height: 4px;

  border: none;
}

.search-results-template
  .search-filters
  .prix-slider-range
  .ui-slider-range.ui-corner-all.ui-widget-header {
  margin-top: 0rem;
}

.search-results-template .search-filters .prix-container .prix-max,
.search-results-template .search-filters .prix-container .prix-min {
  margin-top: 0.8rem;

  /* font-size: 0.9rem; */
}

.search-results-template .search-filters .prix-container .prix-max {
  float: right;

  text-align: right;

  margin-right: -0.5rem;
}

.search-results-template .search-filters .prix-container .prix-min {
  float: left;

  text-align: left;

  margin-left: -0.5rem;
}

span.ui-slider-handle.ui-corner-all.ui-state-default,
span.ui-slider-handle.ui-corner-all.ui-state-active,
span.ui-slider-handle.ui-corner-all.ui-state-focus {
  border-radius: 50%;

  padding: 0.2rem;

  background: var(--green);

  border: 5px solid var(--green);

  cursor: pointer;

  margin-top: -0.2rem;
}

.search-results-template .search-filters .btn {
  width: 120px;

  margin-top: 2rem;
}

.search-results-template .search-filters .btn:hover {
  box-shadow: none;
}

.search-results-template footer#footer {
  top: -2rem;
}

/********** SEARCH RESULTS TEMPLATE CONTENT ***************/

.search-results-template {
  background: #ebf0f6 url("../../assets/img/carteMotif-Gris-01-02.svg") repeat;

  background-size: cover;
}

.search-results-template #footer {
  background: unset;
}

.search-results-template .search-results-container {
  padding: 4rem;
}

.search-results-template .search-results-container h1 {
  color: var(--green);

  font-size: 1.7rem;
}

.search-results-template .search-results-content .zone {
  position: relative;

  background: #fff;

  padding: 2rem 1rem 1.5rem;

  min-height: 24rem;

  box-shadow: var(--box-shadow);

  margin: 1rem auto;
}

.search-results-template .search-results-content .zone .ste-details-container,
.search-results-template .search-results-content .zone .lot-details-container,
.search-results-template
  .search-results-content
  .zone
  .lots-recommandes-container {
  height: auto;

  position: relative;

  border-right: 1px solid var(--light-blue);

  padding-bottom: 3rem;
}

.search-results-template .search-results-content .zone .logo-ste {
  max-width: 100%;
}

.search-results-template .search-results-content .zone h2 {
  font-size: 0.9rem;

  font-weight: bold;

  margin: 1rem auto 0.5rem;
}

.search-results-template .search-results-content .zone .parc-type {
  color: var(--green);
}

.search-results-template .search-results-content .zone .zone-name {
  font-weight: lighter;

  font-size: 1.2rem;

  color: var(--blue);
}

.search-results-template .search-results-content .zone .type-offre-area {
  margin-bottom: 1.5rem;
}

.search-results-template .search-results-content .zone .lots-dispos {
  color: var(--green);
}

.search-results-template .search-results-content .zone .zone-price {
  margin-top: 1.5rem;
}

.search-results-template .search-results-content .zone .lots-recommandes {
  color: var(--green);

  margin-bottom: 1rem;

  font-size: 1.1rem;
}

.search-results-template
  .search-results-content
  .zone
  .lots-industriels-content {
  padding: 0;
}

.search-results-template
  .search-results-content
  .zone
  .lots-industriels-content
  table {
  color: var(--blue);

  padding: 0;

  text-align: center;
}

.search-results-template
  .search-results-content
  .zone
  .lots-industriels-content
  table
  th {
  font-size: 0.9rem;

  font-size: bold;
}

.search-results-template
  .search-results-content
  .zone
  .lots-industriels-content
  table
  th
  span {
  font-size: 0.7rem;

  font-size: normal;
}

.search-results-template
  .search-results-content
  .zone
  .zone-description-sidebar {
  height: 100%;

  padding-left: 0.5rem;

  padding-right: 0.5rem;

  font-size: 0.9rem;

  position: absolute;

  top: 3rem;

  right: 0;
}

.search-results-template
  .search-results-content
  .zone
  .zone-description-sidebar
  ul {
  list-style: none;

  padding-left: 0;
}

.search-results-template
  .search-results-content
  .zone
  .zone-description-sidebar
  ul
  li {
  margin-bottom: 1.5rem;

  text-align: center;

  background-position: top center !important;

  background-size: 34px !important;

  padding-top: 2rem !important;
}

.zone-details-content iframe {
  border: none;
}

/*

.search-results-template .search-results-content .zone .zone-description-sidebar ul li.aeroport {

    background: url('../icons/ZI-ICONES-plan.svg') no-repeat;

    background-size: 1.6rem;

    background-position: center top;

    padding-top: 1.6rem;

    font-size: .8rem;

}



.search-results-template .search-results-content .zone .zone-description-sidebar ul li.autoroute {

    background: url('../icons/ZI-ICONES-highway.svg') no-repeat;

    background-size: 1.6rem;

    background-position: center top;

    padding-top: 1.6rem;

    font-size: .8rem;

}



.search-results-template .search-results-content .zone .zone-description-sidebar ul li.port {

    background: url('../icons/ZI-ICONES-port.svg') no-repeat;

    background-size: 1.6rem;

    background-position: center top;

    padding-top: 1.6rem;

    font-size: .8rem;

}



.search-results-template .search-results-content .zone .zone-description-sidebar ul li.gare {

    background: url('../icons/ZI-ICONES-bus.svg') no-repeat;

    background-size: 1.6rem;

    background-position: center top;

    padding-top: 1.6rem;

    font-size: .8rem;

} */

.search-results-template .search-results-content .zone .more-link {
  position: absolute;

  bottom: 0rem;
}

.search-results-template .more-results {
  font-size: 1.4rem;

  margin-top: 2rem;
}

/********************* FAQ Page *********************/

.faq .accordion .card {
  border: none;

  margin-bottom: 0.8remrem;
}

.faq .accordion .card-header {
  background: #fff;

  border: none;

  padding: 0;
}

.faq .accordion .card-header h2 {
  padding-top: 0;

  margin-top: 0;
}

.faq .accordion .card-header h2 .btn-link.collapsed::before {
  width: 1.8rem;

  height: 1.8rem;

  display: block;

  content: url("../icons/ZI-ICONES-carret-down.svg");

  float: left;

  transform: rotate(-90deg);

  margin-top: -0.2rem;

  margin-right: 1rem;

  transition: transform 0.2s ease;
}

.faq .accordion .card-header h2 .btn-link::before {
  transform: rotate(0);

  width: 1.8rem;

  height: 1.8rem;

  display: block;

  content: url("../icons/ZI-ICONES-carret-down.svg");

  float: left;

  transform: rotate(0);

  margin-top: -0.2rem;

  margin-right: 1rem;

  transition: transform 0.2s ease;
}

.faq .accordion .card-header h2 .btn-link {
  color: var(--blue);
  font-weight: bold;
  box-shadow: unset;
}

.faq .accordion .card-body {
  padding: 0rem 2.2rem;

  margin-bottom: 1.5rem;
}

/********************* End of FAQ Page *********************/

/********************* Contact Page *********************/

/* #contact .contact-container {

  margin-right: 0;

} */

#contact .col-sm-12.col-md-8.container-fluid {
  margin-left: 1.5rem;
}

#contact .form-container {
  padding: 5rem 4rem 4rem 0;

  width: 100%;

  float: left;
}

#contact .form-container h1 {
  margin-bottom: 2rem;

  text-transform: uppercase;
}

#contact .form-container input,
#contact .form-container select,
#contact .form-container textarea {
  background: #fff !important;

  border: 1px solid var(--blue);

  border-radius: 0;
}

#contact .form-container .row {
  margin-bottom: 2rem;
}

#contact .form-container textarea {
  width: 100%;
}

#contact .form-container .captcha-container {
  display: block;

  float: left;

  border: 1px solid var(--blue);

  color: var(--blue);
}

#contact .form-container .btn {
  float: right;

  width: 120px;
}

#contact .contact-coord-container {
  background: var(--blue);

  color: #fff;

  padding: 10rem 1rem 7rem;

  font-size: 0.9rem;

  margin-right: 0;

  position: absolute;

  right: 0;
}

#contact .contact-coord-container a {
  color: #fff;
}

#contact .contact-coord-container .contact-coord-content .row {
  border-bottom: 1px solid #fff;

  padding: 1.5rem 0 1rem;
}

#contact
  .contact-coord-container
  .contact-coord-content
  .row:nth-last-child(1) {
  border-bottom: none;
}

#contact .contact-coord-container .contact-coord-content ul {
  list-style: none;

  margin-left: 0;
}

#contact .contact-coord-container .contact-coord-content ul li:first-child {
  padding-left: 0;
}

#contact .contact-coord-container .contact-coord-content ul li {
  padding-left: 1.8rem;

  margin: 0.8rem 0;
}

#contact .contact-coord-container .contact-coord-content ul li.phone {
  background: url("../icons/phone-white.svg") no-repeat;

  background-size: 1rem;
}

#contact .contact-coord-container .contact-coord-content ul li.email {
  background: url("../icons/mail-white.svg") no-repeat;

  background-size: 1rem;

  background-position: 0 0.2rem;
}

#contact .contact-coord-container .contact-coord-content ul li.adresse {
  background: url("../icons/pin-white.svg") no-repeat;

  background-size: 1rem;

  background-position: 0 0.2rem;
}

#contact footer#footer {
  margin-top: -1rem;
}

.w-100 {
  width: 100%;

  margin-top: 2rem;
}
