body,
html {
  margin: 0;
  height: 100%;
  font-family: "Montserrat";
  background-color: #fafafa;
}

.acceuil {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* The hero image */
.hero-image {
  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*=========================== Slide Show ===============================*/

.cb-slideshow,
.cb-slideshow:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
#hero-container .cb-slideshow,
#hero-container .cb-slideshow:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
  list-style-type: none;
  margin: 0;
}
.cb-slideshow li span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 100% 100%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  -webkit-animation: imageAnimation 36s linear infinite 0s;
  -moz-animation: imageAnimation 36s linear infinite 0s;
  -o-animation: imageAnimation 36s linear infinite 0s;
  -ms-animation: imageAnimation 36s linear infinite 0s;
  animation: imageAnimation 36s linear infinite 0s;
}
.cb-slideshow li:nth-child(1) span {
  background-image: url(../img/slideshow/bg-1.jpg);
}
.cb-slideshow li:nth-child(2) span {
  background-image: url(../img/slideshow/bg-2.jpg);
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -o-animation-delay: 6s;
  -ms-animation-delay: 6s;
  animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) span {
  background-position: 70% 70%;
  background-image: url(../img/slideshow/bg-3.jpg);
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -o-animation-delay: 12s;
  -ms-animation-delay: 12s;
  animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) span {
  background-position: 70% 70%;
  background-image: url(../img/slideshow/bg-1.jpg);
  -webkit-animation-delay: 18s;
  -moz-animation-delay: 18s;
  -o-animation-delay: 18s;
  -ms-animation-delay: 18s;
  animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) span {
  background-image: url(../img/slideshow/bg-2.jpg);
  -webkit-animation-delay: 24s;
  -moz-animation-delay: 24s;
  -o-animation-delay: 24s;
  -ms-animation-delay: 24s;
  animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) span {
  background-image: url(../img/slideshow/bg-3.jpg);
  -webkit-animation-delay: 30s;
  -moz-animation-delay: 30s;
  -o-animation-delay: 30s;
  -ms-animation-delay: 30s;
  animation-delay: 30s;
}
.cb-slideshow li:nth-child(2) div {
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -o-animation-delay: 6s;
  -ms-animation-delay: 6s;
  animation-delay: 6s;
}
/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes imageAnimation {
  0% {
    opacity: 0;
    -moz-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -moz-animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes imageAnimation {
  0% {
    opacity: 0;
    -o-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -o-animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes imageAnimation {
  0% {
    opacity: 0;
    -ms-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -ms-animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes imageAnimation {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  #hero-container .cb-slideshow,
  #hero-container .cb-slideshow:after {
    height: 592px;
  }
}

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

.home-caption {
  display: flex;
  flex-direction: column;
  margin: auto;
  padding: 20px 30px;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
  left: 0;
  z-index: 0;
}

.home-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 35px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  z-index: 1;
}

.home-subtitle {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  color: rgb(255, 255, 255);
  padding-top: 10px;
  font-weight: bold;
  z-index: 1;
}

.highlight {
  background-color: #50a556;
  padding: 30px;
  text-align: center;
  z-index: 1;
}

.h-title {
  color: #fff;
  font-size: 26px;
  line-height: 30px;
  padding-bottom: 10px;
}

.h-text {
  color: #fff;
  font-size: 14px;
  font-style: italic;
  line-height: 18px;
  padding: 0 30%;
}

@media screen and (max-width: 680px) {
  .home-title {
    font-size: 20px;
  }

  .highlight {
    padding: 15px;
  }

  .h-title {
    font-size: 20px;
  }

  .h-text {
    padding: 0 10%;
  }
}

@media screen and (max-width: 380px) {
  .home-title {
    font-size: 15px;
  }

  .home-subtitle {
    font-size: 10px;
  }

  .highlight {
    padding: 10px;
  }

  .h-title {
    font-size: 15px;
  }

  .h-text {
    padding: 0 10%;
  }
}

/*-------------------- map -----------------------*/

.map-content {
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 600px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#map {
  position: absolute;
  height: 600px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}

.search-map {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 90px;
  width: 1280px;
  margin: 40px auto;
  background-color: #ffffff;
  box-shadow: 0px 0px 3px rgb(134, 134, 134);
  z-index: 1;
}

.dropdown {
  border: 1px solid black;
  background-color: white;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  width: 100%;
}
.dropdown li {
  cursor: pointer;
  list-style-type: none;
  height: 50px;
  padding: 5px;
  display: flex;
  flex-direction: column;
}
.dropdown li span {
  font-weight: bold;
}
.dropdown li:hover {
  background-color: lightsteelblue;
}
.dropdown ul {
  margin: 0;
  padding: 0;
  width: 100%;
}
.panel {
  width: 260px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.panel input[type="text"] {
  height: 30px;
  border-radius: 5px;
  border: none;
  border: 1px solid lightgray;
  font-size: 15px;
}

.test {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

::selection {
  color: #fff;
  background: #50a556;
}

.wrapper {
  width: 380px;
  background: #fff;
  border-radius: 10px;
  padding: 20px 25px 40px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
}

.adresse-text-title {
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

.price-input {
  width: 20%;
  display: flex;
  flex-direction: column;
}

.price-input .field {
  margin: auto;
  display: flex;
  align-items: center;
}

.price-text {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: -30px;
  margin-bottom: 10px;
}

.price-text-title {
  font-weight: 500;
}

.p-text {
  display: flex;
  flex-direction: row;
}

.input-min,
.input-max {
  font-size: 14px;
  text-align: center;
}

input[type="text"] {
  border: none;
  box-shadow: none;
  outline: none;
  background: #fff;
  cursor: default;
  resize: none;
}

.price-input .separator {
  width: 20px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}

.slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}

.slider .progress {
  width: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #50a556;
}

.range-input {
  position: relative;
}

.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #50a556;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #50a556;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type="submit"] {
  margin-top: 20px;
  width: 380px;
  height: 40px;
  color: white;
  border-radius: 5px;
  border: 1px solid transparent;
  padding: 7px 15px;
  font-size: 16px;
  font-family: Arial;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.1)) top/100% 800%;
  transition: 0.3s;
}

input[type="submit"].green {
  width: 20%;
  font-weight: 600;
  text-transform: uppercase;
  --class-item-bg: #50a556;
  background-color: #50a556;
}

input[type="submit"]:hover {
  background-position: bottom;
  cursor: pointer;
}

search-cp {
  width: 20%;
}

@media screen and (max-width: 1311px) {
  .panel {
    width: 260px;
  }

  .price-input {
    width: 260px;
  }

  input[type="submit"] {
    width: 260px;
  }
}

@media screen and (max-width: 900px) {
  .panel {
    width: 160px;
  }

  .price-input {
    width: 160px;
  }

  input[type="submit"] {
    width: 160px;
  }
}

@media screen and (max-width: 1000px) {
  .search-map {
    height: 300px;
    flex-direction: column;
    justify-content: space-around;
  }

  .search-cp {
    width: 85%;
    margin-bottom: 10px;
  }

  .panel {
    width: 100%;
  }

  .price-input {
    width: 85%;
  }

  input[type="submit"] {
    width: 85%;
  }

  input[type="submit"].green {
    margin-top: 0px;
    width: 85%;
  }
}

@media screen and (max-width: 400px) {
  .search-map {
    flex-direction: column;
    justify-content: space-around;
    margin: 50px auto;
  }

  .search-cp {
    width: 85%;
  }

  .panel {
    width: 100%;
  }

  .price-input {
    width: 85%;
  }

  input[type="submit"] {
    width: 85%;
  }
}

/*--------------------- Slider triage --------------------------*/

.search-info-sup {
  width: 20%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 20px 0px;
  border-bottom: 1px solid #e8e8e8;
}

.zone-kilometre {
  width: 100%;
}
.select_box {
  position: relative;
  display: block;
  width: 100%;
  font-family: "Open Sans", "Helvetica Neue", "Segoe UI", "Calibri", "Arial",
    sans-serif;
  font-size: 14px;
  color: #60666d;
}

@media (min-width: 1000px) {
  .search-info-sup {
    flex-direction: row;
  }

  .select_box {
    margin: 10px 0px 0px 0px;
  }
}

@media (max-width: 1000px) {
  .search-info-sup {
    width: 85%;
  }

  .select_box {
    margin: 10px 0px 0px 0px;
  }

  .zone-kilometre {
    flex-direction: column;
  }

  .zone-kilometre {
    width: 100%;
    margin-right: 0px;
  }
}

.select_box_current {
  position: relative;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  outline: none;
}
.select_box_current:focus + .select_box_list {
  opacity: 1;
  -webkit-animation-name: none;
  animation-name: none;
}
.select_box_current:focus + .select_box_list .select-box_option {
  cursor: pointer;
}
.select_box_current:focus .select_box_icon {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.select_box_icon {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  opacity: 0.3;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.select_box_value {
  display: -webkit-box;
  display: flex;
}
.select_box_input {
  display: none;
}
.select_box_input:checked + .select_box_input_text {
  display: block;
}
.select_box_input_text {
  display: none;
  width: 100%;
  margin: 0;
  padding: 7px;
  background-color: #fff;
}

.select_box_list {
  z-index: 1;
  position: absolute;
  width: 100%;
  padding: 0;
  list-style: none;
  opacity: 0;
  -webkit-animation-name: HideList;
  animation-name: HideList;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: step-start;
  animation-timing-function: step-start;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}
.select_box_option {
  display: block;
  padding: 15px;
  background-color: #fff;
}
.select_box_option:hover,
.select_box_option:focus {
  color: #fff;
  background-color: #50a556;
}
@-webkit-keyframes HideList {
  from {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  to {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@keyframes HideList {
  from {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  to {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}

/*--------------------------------------------------------------*/

.fixing-accompaniment {
  display: flex;
  flex-direction: column;
  background-color: #f3f3f3;
}

.fixing-accompaniment h1 {
  text-align: center;
  font-weight: 400;
  padding-top: 25px;
}

.all-accompaniment {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.accompaniement {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 80px 0px;
  background-color: #ffffff;
  border-radius: 5px;
  transition: 0.3s all ease-in-out;
}

.accompaniement:hover {
  margin-top: 70px;
  margin-bottom: 90px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.accompaniement-img {
  background-color: #50a556;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  padding: 20px;
  margin-top: -50px;
  clear: both;
}

.accompaniement-img img {
  height: 60px;
  width: 60px;
}

.accompaniement-text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 0px 30px 30px 30px;
  height: 170px;
  width: 420px;
  z-index: 0;
}

.accompaniement-text h3 {
  font-weight: 600;
  font-size: 1.1rem;
}

.accompaniement-text p {
  font-size: 0.9rem;
}

.land-sold h1 {
  text-align: center;
  font-weight: 400;
  padding-top: 50px;
  padding-bottom: 50px;
}

.all-card-land {
  display: grid;
  justify-content: center;
  align-content: center;
  margin: 0% 10%;
  margin-bottom: 50px;
}

.card-land {
  position: relative;
  width: 350px;
  margin: 20px auto;
  background-color: white;
  box-shadow: 0px 0px 3px rgb(221, 221, 221);
  border-radius: 5px;
  transition: 0.3s all ease-in-out;
}

.card-land:hover {
  margin-top: 10px;
  margin-bottom: 30px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.card-land a {
  color: #333;
  text-decoration: none;
}

.card-image {
  overflow: hidden;
}

.card-image img {
  width: 100%;
  top: 50%;
  left: 50%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.card-body {
  text-align: center;
  padding: 0px 20px 0px 20px;
  box-sizing: border-box;
}

.card-price {
  color: #ffffff;
  position: absolute;
  margin-left: 35%;
  margin-right: 35%;
  margin-top: -25px;
  left: 0;
  right: 0;
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  background-color: #50a556;
  border-radius: 5px;
  box-shadow: 0px 0px 3px rgb(134, 134, 134);
}

.card-price-vendu {
  color: #ffffff;
  position: absolute;
  margin-left: 35%;
  margin-right: 35%;
  margin-top: -25px;
  left: 0;
  right: 0;
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  background-color: #c52b2b;
  border-radius: 5px;
  box-shadow: 0px 0px 3px rgb(134, 134, 134);
}

.card-price p,
.card-price-vendu p {
  margin: 10px 0px;
}

.card-sale {
  color: #50a556;
  margin-top: 30px;
}

.card-sale-vendu {
  color: #c52b2b;
  margin-top: 30px;
}

.card-title,
.card-excerpt {
  font-family: "Playfair Display", serif;
}

.card-price,
.card-price-vendu,
.card-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.card-sale,
.card-sale-vendu,
.card-ville,
.card-info p {
  font-weight: 600;
}

.card-adresse h3 {
  margin: 20px 0px 5px 0px;
  font-size: 1rem;
  font-weight: 700;
}

.card-ville {
  display: flex;
  flex-direction: row;
  justify-content: center;
  color: #777;
}

.card-ville img {
  height: 12px;
  width: auto;
  margin: 20px 5px;
}

.card-ville p {
  font-size: 12px;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 18px;
}

.card-info {
  display: flex;
  flex-direction: row;
  justify-content: center;
  border-top: 1px #f4f4f4 solid;
}

.card-info img {
  height: 14px;
  width: auto;
  margin: 12px 5px;
}

.card-info p {
  margin: 10px 0px;
}

@media screen and (min-width: 1422px) {
  .all-card-land {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 1530px) {
  .all-card-land {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 1422px) {
  .search-map {
    width: 90%;
  }
}

@media screen and (max-width: 1000px) {
  .all-accompaniment {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin-top: 20px;
  }

  .accompaniement {
    margin: 50px auto;
  }

  .all-card-land {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 533px) {
  .accompaniement {
    width: 90%;
  }

  .accompaniement-text {
    padding-top: 50px;
    width: 85%;
    overflow: hidden;
  }
}

@media screen and (max-width: 500px) {
  .card-land {
    width: 100%;
  }
}

.testim {
  background-color: #f3f3f3;
  padding: 60px 0px;
  width: 100%;
  top: 50%;
}

.testim h1 {
  text-align: center;
  color: #333333;
}

.testim .wrap {
  position: relative;
  max-width: 1020px;
  padding: 40px 20px;
  margin: auto;
}
.testim .arrow {
  display: block;
  position: absolute;
  color: #eee;
  cursor: pointer;
  font-size: 2em;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  padding: 5px;
  z-index: 22222222;
}
.testim .arrow:before {
  cursor: pointer;
}
.testim .arrow.left {
  left: 10px;
}
.testim .arrow.right {
  right: 10px;
}
.testim .arrow:hover {
  color: #ea830e;
}
.testim .dots {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 60px;
  padding-left: 0px;
  left: 0;
  display: block;
  z-index: 3333;
  height: 12px;
}
.testim .dots .dot {
  list-style-type: none;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #333333;
  margin: 0 10px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  position: relative;
}
.testim .dots .dot.active,
.testim .dots .dot:hover {
  background: #50a556;
  border-color: #50a556;
}

.testim .dots .dot.active {
  animation: testim-scale 0.5s ease-in-out forwards;
}
.testim .cont {
  position: relative;
  overflow: hidden;
}
.testim .cont > div {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0 70px 0;
  opacity: 0;
}
.testim .cont > div.inactive {
  opacity: 1;
}
.testim .cont > div.active {
  position: relative;
  opacity: 1;
}
.testim .cont div .img img {
  display: block;
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 50%;
}
.testim .cont div h2 {
  color: #50a556;
  font-size: 1em;
  margin: 15px 0;
}
.testim .cont div p {
  font-size: 1.15em;
  color: #333333;
  width: 80%;
  margin: auto;
}

.testim .cont div.active {
  animation: testim-content-in 0.5s ease-in-out forwards;
}

.testim .cont div.inactive {
  animation: testim-content-out 0.5s ease-in-out forwards;
}

.testim .cont div.active.hideleft {
  animation: testim-content-in-left 0.5s ease-in-out forwards;
}

.testim .cont div.inactive.hideleft {
  animation: testim-content-out-left 0.5s ease-in-out forwards;
}

@keyframes testim-scale {
  0% {
    box-shadow: 0px 0px 0px 0px #eee;
  }
  35% {
    box-shadow: 0px 0px 10px 5px #eee;
  }
  70% {
    box-shadow: 0px 0px 10px 5px #50a556;
  }
  100% {
    box-shadow: 0px 0px 0px 0px #50a556;
  }
}

@keyframes testim-content-in {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes testim-content-out {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(-100%);
  }
}

@keyframes testim-content-in-left {
  from {
    opacity: 0;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes testim-content-out-left {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(100%);
  }
}

/* @keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: 0;
        transform: scale(0);
    }
} */

/* Responsive */

@media screen and (max-width: 300px) {
  body {
    font-size: 14px;
  }
}

@media screen and (max-width: 500px) {
  .testim .arrow {
    font-size: 1.5rem;
  }
  .testim .cont div p {
    line-height: 25px;
  }
}

/***********************************************************************************************************************
B. Helpers
***********************************************************************************************************************/

/* -- Animations */

@-webkit-keyframes ts-anim__active-marker {
  0% {
    -webkit-transform: rotateX(70deg) rotateZ(0deg);
    transform: rotateX(70deg) rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateX(70deg) rotateZ(360deg);
    transform: rotateX(70deg) rotateZ(360deg);
  }
}

@keyframes ts-anim__active-marker {
  0% {
    -webkit-transform: rotateX(70deg) rotateZ(0deg);
    transform: rotateX(70deg) rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateX(70deg) rotateZ(360deg);
    transform: rotateX(70deg) rotateZ(360deg);
  }
}

.ts-active-marker {
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  opacity: 1 !important;
}

.ts-active-marker:before {
  -webkit-animation-name: ts-anim__active-marker;
  animation-name: ts-anim__active-marker;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  content: url(../img/marker-active.svg);
  position: absolute;
  width: 3.25rem;
  height: 3.25rem;
  z-index: 0;
  left: -1.5rem;
  bottom: -1.1875rem;
  opacity: 0.4;
}

/*-------------------------------------------
  -- Utilities
-------------------------------------------*/

.ts-element {
  position: relative;
  display: block;
}

/* Social Icons */

.ts-social-icons {
  font-size: 120%;
}

.ts-social-icons a {
  padding: 0.125rem 0.25rem;
  color: #9e9e9e;
}

/* Overlay */

.ts-has-overlay {
  position: relative;
}

.ts-has-overlay:after {
  background-color: #000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

/* Flip x */

.ts-flip-x {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

/* Flip Y */

.ts-flip-y {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.ts-full-screen {
  min-height: 100vh;
  width: 100%;
}
.ts-full-screen75 {
  min-height: 75vh;
  width: 100%;
}

.ts-na {
  opacity: 0.5;
}

.ts-has-talk-arrow {
  position: relative;
}

.ts-has-talk-arrow:after {
  border-style: solid;
  border-width: 0.5rem 0.5rem 0 0.5rem;
  border-color: #fff transparent transparent transparent;
  bottom: -0.375rem;
  content: "";
  left: 1rem;
  position: absolute;
}

.ts-white-gradient {
  position: relative;
}

.ts-white-gradient:after {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  content: "";
  position: absolute;
  bottom: 0;
  height: 50%;
  left: 0;
  width: 100%;
  z-index: -1;
}

.ts-black-gradient {
  position: relative;
}

.ts-black-gradient:before {
  /*FF3.6-15*/

  /*Chrome10-25,Safari5.1-6*/
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  ); /*W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+*/
  bottom: 0;
  content: "";
  height: 50%;
  left: 0;
  position: absolute;
  width: 100%;
}

.ts-remove,
.MultiFile-remove {
  box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  color: transparent;
  position: absolute;
  background-color: red;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  top: -1rem;
  right: 1rem;
  z-index: 1;
}

.ts-remove:after,
.MultiFile-remove:after {
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00d";
  color: #fff;
  font-size: 1rem;
}

.ts-responsive-block {
  overflow-y: auto;
  white-space: nowrap;
  width: 100%;
}

.ts-h-0 {
  height: 0 !important;
}

.ts-w-0 {
  width: 0 !important;
}

/*
    CLUSTER
*/

.mycluster {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #3498db;
  color: white;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  margin-top: -20px;
  margin-left: -20px;
}

/* =====================================================================================================================
  MARKER
 */

.ts-marker-wrapper {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: 0 2.75rem;
  transform-origin: 0 2.75rem;
  transition: 0.3s ease;
}

.ts-marker-wrapper.ts-hide-marker {
  -webkit-transform: scale(6);
  transform: scale(6);
}

.leaflet-div-icon {
  background-color: transparent;
  border: none;
}

.leaflet-marker-icon.ts-hide-marker .ts-marker {
  -webkit-transform: scale(6);
  transform: scale(6);
}

.ts-marker {
  display: inline-block;
  position: relative;
  padding-bottom: 0.5rem;
  transition: 0.6s cubic-bezier(0.16, 0.64, 0.31, 1.68);
  -webkit-transform: translateY(0) rotate(0.002deg);
  transform: translateY(0) rotate(0.002deg);
}

.ts-marker:hover,
.ts-marker.ts-hover {
  color: inherit;
  -webkit-transform: translateY(-0.25rem);
  transform: translateY(-0.25rem);
  z-index: 1;
}

.ts-marker:hover .ts-marker__title,
.ts-marker:hover .ts-marker__info,
.ts-marker.ts-hover .ts-marker__title,
.ts-marker.ts-hover .ts-marker__info {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.ts-hide-marker:hover .ts-marker__info,
.ts-hide-marker.ts-hover .ts-marker__info {
  opacity: 1;
}

.ts-marker:hover .ts-marker__info,
.ts-marker.ts-hover .ts-marker__info {
  transition-delay: 0.05s;
}

.ts-marker:hover:before,
.ts-marker.ts-hover:before {
  -webkit-transform: translateY(0.25rem) scaleX(0.8);
  transform: translateY(0.25rem) scaleX(0.8);
  opacity: 0.2;
}

.ts-marker:after {
  border-color: #191919 transparent transparent transparent;
  border-width: 0.375rem 0.375rem 0 0;
  border-style: solid;
  bottom: 0.1875rem;
  content: "";
  left: 0;
  width: 0;
  height: 0;
  position: absolute;
}

.ts-marker:before {
  bottom: -0.375rem;
  left: -0.0625rem;
  position: absolute;
  opacity: 0.8;
  transition: 0.6s cubic-bezier(0.16, 0.64, 0.31, 1.68);
  -webkit-transform: translateY(0) scaleX(1);
  transform: translateY(0) scaleX(1);
  -webkit-transform-origin: left;
  transform-origin: left;
}

.ts-marker .ts-marker__title,
.ts-marker .ts-marker__info {
  box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.1);
  position: absolute;
  font-size: 0.6875rem;
  font-weight: 500;
  left: 45px;
  white-space: nowrap;
  border-radius: 0.0625rem;
  pointer-events: none;
  padding: 0.0625rem 0.25rem;
  transition: 0.5s cubic-bezier(0.03, 0.18, 0.05, 1.01);
  -webkit-transform: translateX(0.25rem);
  transform: translateX(0.25rem);
  opacity: 0;
}

.ts-marker .ts-marker__title {
  background-color: #fff;
  top: 0.25rem;
  z-index: 2;
}

.ts-marker .ts-marker__info {
  background-color: #80a9cd;
  color: #fff;
  top: 1.25rem;
  z-index: 1;
}

.ts-hide-marker .ts-marker__title {
  color: #fff;
  background-color: transparent;
  box-shadow: unset;
  position: absolute;
  font-size: 0.16rem;
  left: 0px;
  top: 28px;
  padding: 0.0625rem 0.25rem;
  transition: 0s cubic-bezier(0.03, 0.18, 0.05, 1.01);
  -webkit-transform: translateX(0rem);
  transform: translateX(0rem);
  opacity: 1;
}

.ts-hide-marker .ts-marker__info {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-around;
  color: #fff;
  background-color: transparent;
  box-shadow: unset;
  position: absolute;
  font-size: 0.13rem;
  left: 0px;
  top: 32px;
  padding: 0rem 0.25rem;
  letter-spacing: 0.2px;
  transition: 0s cubic-bezier(0.03, 0.18, 0.05, 1.01);
  -webkit-transform: translateX(0rem);
  transform: translateX(0rem);
  opacity: 1;
}

.ts-marker .ts-marker__info p {
  margin: 0px;
}

.ts-hide-marker .ts-marker__info p {
  margin: 0px;
}

.ts-marker .ts-marker__feature {
  top: -0.625rem;
  left: -0.625rem;
  position: absolute;
  z-index: 3;
}

.ts-marker .ts-marker__feature > * {
  background-color: #80a9cd;
  box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  color: #fff;
  font-size: 0.5rem;
  width: 1.375rem;
  text-align: center;
  height: 1.375rem;
  line-height: 1.375rem;
}

.ts-marker .ts-marker__image {
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 0.125rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.3);
  height: 2.625rem;
  width: 2.625rem;
  position: relative;
}

.ts-marker .ts-marker__image:before {
  border-bottom-right-radius: 0.125rem;
}

.ts-marker-hide {
  opacity: 0.2;
}

.ts-hide-marker .ts-marker:hover,
.ts-hide-marker.ts-marker.ts-hover {
  color: inherit;
  -webkit-transform: translateY(0rem);
  transform: translateY(0rem);
  z-index: 1;
}
