.map-wrapper {
  width: 100%;
  background-color: #e8f2f3;
}
.nos-projets-title {
  position: relative;
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  text-align: center;
  font-size: 40px;
  font-family: 'Antonio';
  color: #008695;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: 4%;
}
.nos-projets-title::after {
  content: "\f86c";
  font-family: "Font Awesome 5 Free";
  color: #008695;
  background-color: #008695;
  position: absolute;
  top: 100%;
  font-weight: bold;
  height: 5px;
}
.nos-projets-description {
  color: #00413d;
  text-align: center;
}
.world-map {
  margin-top: 500px;
  height: 500px;
  width: 100%;
  border: 1px solid grey;
  background-color: red;
}
.map-block {
  width: 90%;
  height: auto;
  margin: 0 auto;
  background-color: white;
  border: 1px solid lightgrey !important;
}
.search-form-projet .title {
  color: #f04e37;
}
.search-form-projet .advanced-search-form {
  color: #00413d;
}
.search-form-projet .advanced-search-form .search-input {
  text-align: center;
}
.search-form-projet .advanced-search-form .search-input input[type=search] {
  background: rgba(0, 97, 90, 0.62);
  width: 50%;
}
.search-form-projet .advanced-search-form .search-input button {
  right: 27%;
}
@media (max-width: 800px) {
  .map-wrapper {
    margin-top: 100px;
  }
  .search-form-projet h2 {
    margin-top: 50px;
  }
  .search-form-projet .search-input input[type=search] {
    width: 100% !important;
  }
  .search-form-projet .search-input button {
    right: 20px !important;
  }
}
/*# sourceMappingURL=https://gret.org/wp-content/build/scss_library/a79c7dc4a589a654d89428a2609d9680b05e43da.css.map */