/* //////////////////////////////////////////////////////////////////////////////////
*
* Global variables
*
/* /////////////////////////////////////////////////////////////////////////////////*/
/* New variables */
h1 {
  color: #f1b60d;
}

.results {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.inner {
  padding: 50px 0 50px;
  background: #fff;
  position: relative;
  z-index: 999;
}

.tax-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.overflo-patch {
  background-color: #fff;
  position: relative;
  z-index: 99;
}

.result-col {
  width: 70%;
}

.map {
  width: 100%;
  height: 500px;
  border-radius: 7px;
  overflow: hidden;
  position: relative;
}

.sidebar__inner #map {
  height: 500px;
  border-radius: 7px;
}

.banner .inner {
  padding: 50px 0;
  font-size: 15px;
  line-height: 25px;
  color: #434343;
}
.banner .inner p {
  display: block;
  margin-top: 15px;
}

.synonymes {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  list-style-type: none;
  margin-top: 25px;
  font-size: 13px;
}
.synonymes .is-head {
  color: #f1b60d;
}
.synonymes li {
  font-style: italic;
  margin-right: 5px;
  color: #666666;
}

.search .results {
  min-height: unset;
  width: 73%;
}

.search .map-col {
  width: 27%;
  margin-top: 40px;
}
.search .map-col .map {
  width: 100%;
}

.res-wrapper {
  width: 100%;
}

.tp-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
}

.tt-card {
  width: 18%;
  margin-right: 1%;
}

.thema-unit .form-title {
  margin-bottom: 0px;
}
.thema-unit .form-title .t-baseline {
  display: none;
}
.thema-unit .form-title h2 {
  color: #434343;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.master-tax .tt-card {
  width: 19%;
  margin-right: 1%;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  max-height: 253px;
}
.master-tax .tt-card .tt-top {
  width: 100%;
}
.master-tax .tt-card .tt-bot {
  width: calc(100% - 30px);
  height: 100%;
}
.master-tax .tt-card .tt-bot span {
  font-size: 15px;
}
.master-tax .tp-list {
  align-items: unset;
  width: 100%;
}
.master-tax .tt-card .tt-bot h3 {
  margin-bottom: 10px !important;
}

.thema-unit {
  margin-bottom: 30px;
}

.related-search {
  margin-bottom: 100px;
}

.filters {
  margin-bottom: 40px;
  border-radius: 7px;
}

.search .results {
  min-height: unset;
}

.tt-card .tt-bot h3 {
  margin-bottom: 0 !important;
}

.tt-card {
  width: 19%;
}

.aside-inner form .auto-cities, .aside-inner form .auto-tooltype {
  width: 80%;
  margin-right: 0;
}

.filter .main-cta {
  width: 18%;
}

.empty {
  min-height: 490px;
}

.force-book {
  display: none;
  background: #1c5878;
  padding: 20px 0 0 0;
}
.force-book span {
  font-size: 22px;
  text-align: center;
  margin-bottom: 8px;
  color: #f1b60d;
  font-weight: bold;
  display: block;
}
.force-book p {
  font-weight: bold;
  color: #fff;
  display: block;
  text-align: center;
}

.suggest {
  text-align: center;
  margin-top: 30px;
  color: #1c5776;
  border-bottom: solid 1px #e8eaeb;
  padding-bottom: 10px;
  display: none;
}

#voirPlus {
  display: block;
  text-align: right;
  margin: 10px 0;
  font-size: 15px;
  color: #f1b60d;
  cursor: pointer;
}

.popit {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(20, 72, 100, 0.9490196078);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.popit .autoComplete_wrapper > ul {
  border: none;
}
.popit label {
  color: #fff;
  text-align: center;
  margin-bottom: 20px !important;
  display: block;
}
.popit h2 {
  color: #f1b60d;
  margin-bottom: 30px;
  text-align: center;
}
.popit .close {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.popit .close svg {
  width: 20px;
  cursor: pointer;
}
.popit .close svg path {
  fill: #fff;
}
.popit .form-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.popit .form-row button {
  width: 100%;
  border-radius: 0 0 7px 7px;
  padding: 15px 0;
  background-color: #f1b60d;
  color: #fff;
}
.popit .auto-cities-more {
  margin-bottom: 0;
}
.popit .auto-cities-more input {
  padding: 15px 0;
  border-radius: 7px 7px 0 0 !important;
}

.popit.popopen {
  display: flex;
}

.locked {
  height: 100vh;
  overflow: hidden;
}

.is-quest {
  padding: 50px 0;
}

@media only screen and (max-width: 1100px) {
  .master-tax .tt-card {
    width: 32%;
    margin-right: 1%;
  }
  .search .results {
    width: 90%;
  }
  .tt-card {
    width: 24%;
  }
}
@media only screen and (max-width: 600px) {
  .popinner {
    max-width: 80%;
    margin: auto;
  }
  .force-book, .suggest {
    display: block;
  }
  .map {
    display: none;
  }
  .result-col {
    width: 100%;
  }
  .filters form {
    flex-direction: column;
  }
  .filter .main-cta {
    width: 100%;
  }
  .aside-inner form .auto-cities, .aside-inner form .auto-tooltype {
    width: 100%;
    margin-right: 0;
  }
  .aside-inner form .auto-cities .input, .aside-inner form .auto-tooltype .input {
    width: 100%;
  }
  .aside-inner form .auto-cities .input {
    width: 75%;
  }
  .banner .inner {
    padding: 30px 0;
  }
  .master-tax .tt-card {
    width: 47%;
    margin-right: 3%;
  }
  #content .add-cart-wrap .acw-info {
    width: calc(70% - 20px);
    padding: 10px;
  }
  .form-wrap .auto-cities input {
    width: 90.5%;
    margin-bottom: 15px;
  }
  .search .results {
    width: 100%;
  }
  .tt-card {
    width: 48%;
    margin-right: 2%;
  }
  .form-wrap .br-boxed {
    width: 90%;
  }
  .form-wrap .label {
    display: block;
  }
}
.taxonomy .tt-top img {
  max-height: 144px;
}

/*# sourceMappingURL=taxonomy.output.css.map */
