.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.listing-item .data-list--bullet .data-list__item ~ .data-list__item:before {
  color: var(--color-2, #fe5f55);
  font-size: 30px;
  line-height: 30px;
}
#listing_bien {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: calc(100vh - 120px);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#listing_bien.dark-mode .listing-item .product-price {
  color: var(--color-2, #fe5f55);
}
#listing_bien.dark-mode .listing-item .cell-product .pictos-product li div {
  background: var(--color-1, #003049);
  padding: 2px 10px;
}
#listing_bien.dark-mode .listing-item .cell-product .pictos-product li div.vv {
  background: var(--color-2, #fe5f55);
}
#listing_bien form {
  width: 100%;
}
#listing_carto {
  border-radius: var(--border-radius, 10px);
  overflow: hidden;
  height: 0;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#listing_carto .container-carto-listing {
  width: 100%;
  height: 350px;
}
#listing_carto .container-carto-listing > .google_maps {
  z-index: 1;
}
#listing_carto.high {
  height: 350px;
}
#modal_products_listing {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.95);
}
#modal_products_listing .container-product {
  width: 90%;
  height: 96%;
  margin: 1% auto;
  border-radius: var(--border-radius-btn, 35px);
  overflow: hidden;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  position: relative;
  background: #ffffff;
}
#modal_products_listing .container-product #iframe_product_listing {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 1;
}
#modal_products_listing .container-product .loading-modal-listing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15%;
  height: 15%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
#modal_products_listing .container-product .loading-modal-listing svg {
  height: 100%;
  width: 100%;
}
#modal_products_listing .close-button {
  position: absolute;
  top: 6px;
  background: var(--color-2, #fe5f55);
  padding: 23px 12px;
  border-radius: 50%;
  right: 50px;
  z-index: 100;
  cursor: pointer;
  color: #ffffff;
  font-weight: 900;
}
#modal_products_listing .close-button span {
  display: block;
  background: #ffffff;
  height: 2px;
  border-radius: 3px;
  width: 25px;
  transform: rotate(45deg);
}
#modal_products_listing .close-button span:nth-child(1) {
  margin-bottom: -2px;
  transform: rotate(-45deg);
}
.page_annonce .page-header:after {
  margin-bottom: 0;
}
#loading_button {
  float: left;
  width: 100%;
  margin-right: 25%;
  text-align: center;
  margin: 15px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#loading_button.mode-carto {
  width: 50%;
  margin-right: 50%;
}
.listing-item {
  float: left;
  width: 31.5%;
  margin-right: 2.75%;
  margin-bottom: 2.75%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.listing-item:hover,
.listing-item:focus,
.listing-item.active {
  z-index: 2;
}
.listing-item .cell-product {
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: var(--border-radius, 10px);
  z-index: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.listing-item .cell-product .pictos-product {
  position: absolute;
  left: 10px;
  top: 10px;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  z-index: 1;
}
.listing-item .cell-product .pictos-product li {
  list-style-type: none;
}
.listing-item .cell-product .pictos-product li div {
  background-color: var(--color-2, #fe5f55);
  border-radius: var(--border-radius-inputs);
  color: #ffffff;
  font-weight: 600;
  font-size: 12px;
  padding: 3px 5px;
  margin-right: 10px;
}
.listing-item .cell-product .pictos-product li div.vv {
  background: var(--color-1-lighten);
}
.listing-item .cell-product .pictos-product li div a {
  text-decoration: none;
}
.listing-item .cell-product .pictos-product li div .picto,
.listing-item .cell-product .pictos-product li div .text {
  display: inline-block;
  vertical-align: middle;
}
.listing-item .cell-product .pictos-product li div .picto {
  height: 15px;
  width: 15px;
  margin-right: 3px;
}
.listing-item .cell-product .pictos-product li div .picto svg {
  height: 100%;
  width: 100%;
  object-fit: contain;
  -o-object-fit: contain;
  object-position: center;
  -o-object-position: center;
}
.listing-item .cell-product .pictos-product li div .text {
  text-transform: uppercase;
}
.listing-item .cell-product .pictos-product li div .vv {
  background: var(--color-2, #fe5f55);
}
.listing-item .cell-product .link-product {
  background-color: #ffffff;
  border-radius: var(--border-radius, 10px);
  color: var(--color-1, #003049);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.listing-item .cell-product .link-product .product-image {
  height: 250px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.listing-item .cell-product .link-product .product-image .photo,
.listing-item .cell-product .link-product .product-image .photo-hidden {
  border-radius: var(--border-radius, 10px);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
.listing-item .cell-product .link-product .product-image .photo,
.listing-item .cell-product .link-product .product-image .photo-hidden {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.listing-item .cell-product .link-product .product-image .photo-hidden {
  visibility: hidden;
  opacity: 0;
}
.listing-item .cell-product .link-product .product-image .bulle-nego {
  position: absolute;
  bottom: 20px;
  right: 20px;
  visibility: hidden;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  animation-duration: 0.6s;
  animation-iteration-count: initial;
  transform-origin: bottom;
  z-index: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.listing-item .cell-product .link-product .product-image .bulle-nego img {
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
  width: 100%;
  height: 100%;
}
.listing-item .cell-product .link-product .product-image:hover .photo {
  visibility: hidden;
  opacity: 0;
}
.listing-item .cell-product .link-product .product-image:hover .photo-hidden {
  visibility: visible;
  opacity: 1;
}
.listing-item .cell-product .product-infos {
  padding: 20px 25px;
  position: relative;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}
.listing-item .cell-product .product-infos .product-name,
.listing-item .cell-product .product-infos .product-localisation {
  margin-bottom: 5px;
}
.listing-item .cell-product .product-infos .product-short-infos {
  font-weight: 500;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.listing-item .cell-product .product-infos .product-short-infos .txt {
  margin-bottom: 0;
}
.listing-item .cell-product .product-infos .product-name {
  color: var(--color-1, #003049);
  font-size: 18px;
  font-weight: 600;
  font-family: var(--font-1);
  overflow: hidden;
  text-overflow: ellipsis;
}
.listing-item .cell-product .product-infos .arrow-up {
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #ffffff;
}
.listing-item .cell-product .product-infos .ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
}
.listing-item .cell-product .product-infos .ellipsis span {
  white-space: nowrap;
}
.listing-item .cell-product .product-infos .product-price {
  margin: 15px 0 10px;
  color: var(--color-1-70);
  font-weight: 900;
  font-size: 16px;
  min-height: 40px;
}
.listing-item .cell-product .product-infos .product-price .price_honoraires_acquereur {
  color: #666666;
  font-weight: 400;
  font-size: 10px;
  display: block;
  margin-top: 5px;
}
.listing-item .cell-product .product-infos .dot {
  color: var(--color-2, #fe5f55);
  font-size: 30px;
  margin: 0 8px;
  margin-bottom: 5px;
}
.listing-item .cell-product .product-infos .product-ref {
  font-weight: bold;
  font-size: 12px;
}
.listing-item .cell-product .product-infos .product-bottom-infos {
  margin-top: 5px;
  padding-top: 15px;
  border-top: solid 0.1em #D9D9D9;
  color: #666666;
  display: flex;
  justify-content: space-evenly;
  min-height: 56px;
}
.listing-item .cell-product .product-infos .product-bottom-infos .icon-apercu,
.listing-item .cell-product .product-infos .product-bottom-infos .icon-favori {
  font-size: 1.6em;
  margin-right: 10px;
}
.listing-item .cell-product .product-infos .product-bottom-infos .icon-apercu.added:before,
.listing-item .cell-product .product-infos .product-bottom-infos .icon-favori.added:before {
  color: var(--color-2, #fe5f55);
}
.listing-item .cell-product .product-infos .product-bottom-infos .icon-favori {
  font-size: 1.2em;
}
.listing-item .cell-product .product-infos .product-bottom-infos a {
  color: #666666;
}
.listing-item .cell-product:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.listing-item .cell-product:hover .link-product .product-image .bulle-nego {
  visibility: visible;
  animation-name: shiverInUp;
  animation-timing-function: ease;
}
.listing-item:nth-of-type(3n) {
  margin-right: 0;
}
.btn_retour_fiche_agence {
  color: var(--color-2, #fe5f55);
  font-weight: 600;
}
.btn_retour_fiche_agence:hover {
  color: var(--color-1, #003049);
}
#loading_img_listing,
#loading_img_listing_prev {
  float: left;
  width: 100%;
  padding-right: 25%;
  height: 50px;
  margin-bottom: 30px;
}
#loading_img_listing svg,
#loading_img_listing_prev svg {
  height: 100%;
  width: 100%;
}
.switch-checkbox {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 18px;
}
.switch-checkbox input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch-checkbox input:checked + .slider {
  background-color: var(--color-2, #fe5f55);
}
.switch-checkbox input:checked + .slider:before {
  -webkit-transform: translateX(21px);
  -ms-transform: translateX(21px);
  transform: translateX(21px);
}
.switch-checkbox .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.switch-checkbox .slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 2px;
  bottom: 2px;
  background-color: #FFF;
  -webkit-transition: .4s;
  transition: .4s;
}
.switch-checkbox .slider.round {
  border-radius: 34px;
}
.switch-checkbox .slider.round:before {
  border-radius: 50%;
}
.alert-fixed {
  position: fixed;
  right: -65px;
  transform: rotate(90deg);
  background: var(--color-2, #fe5f55);
  z-index: 2;
  padding: 10px 10px 5px 10px;
  border-radius: var(--border-radius-inputs);
}
.alert-fixed a,
.alert-fixed i:before {
  color: #ffffff;
  font-weight: 500;
}
.alert-fixed i {
  margin-right: 10px;
  font-size: 1.3em;
}
.barre-navigation-top {
  margin-bottom: 30px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
.barre-navigation-top .row-results {
  text-align: center;
  color: #666666;
  font-size: 13px;
}
.barre-navigation-top .tri {
  text-align: right;
}
.barre-navigation-top .tri .text-tri,
.barre-navigation-top .tri .input-tri {
  display: inline-block;
  vertical-align: middle;
}
.barre-navigation-top .tri .text-tri {
  font-weight: 600;
}
.barre-navigation-top .tri .input-tri {
  position: relative;
}
.barre-navigation-top .tri .input-tri:after {
  content: "\e904";
  font-family: 'camus';
  display: block;
  position: absolute;
  right: 0;
  top: 20%;
  color: var(--color-2, #fe5f55);
  font-size: 0.8em;
  transform: rotate(90deg);
}
.barre-navigation-top .tri .input-tri .form-control {
  width: auto;
  height: auto;
  padding: 4px 16px 4px 6px;
  border: 0;
  cursor: pointer;
  font-weight: 600;
  color: #000000;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.barre-navigation-top .switch-map {
  text-align: left;
}
.barre-navigation-top .switch-map .text-switch,
.barre-navigation-top .switch-map .switch-checkbox {
  display: inline-block;
  vertical-align: middle;
}
.barre-navigation-top .switch-map .text-switch {
  font-weight: 600;
  margin-right: 5px;
}
.barre-navigation-top .switch-map .switch-checkbox {
  margin: 0;
}
.barre-navigation-bottom .pagination {
  width: 100%;
  display: flex;
  justify-content: center;
}
.barre-navigation-bottom .pagination li:first-child {
  position: absolute;
  left: 15px;
}
.barre-navigation-bottom .pagination .active {
  margin-right: 0;
  position: initial !important;
}
.barre-navigation-bottom .pagination li:last-child {
  position: absolute;
  right: 15px;
}
.barre-navigation-bottom .pagination li:first-child a,
.barre-navigation-bottom .pagination li .page_suivante {
  border: solid 1px var(--color-2, #fe5f55);
  background-color: #ffffff;
  color: #000000;
  border-radius: var(--border-radius-btn, 35px);
}
.barre-navigation-bottom .pagination li:first-child a:hover,
.barre-navigation-bottom .pagination li .page_suivante:hover {
  background-color: #f5f5f5;
}
.barre-navigation-bottom .pagination li:first-child a:hover span,
.barre-navigation-bottom .pagination li .page_suivante:hover span {
  color: #000000 !important;
}
.barre-navigation-bottom .pagination li > span,
.barre-navigation-bottom .pagination li > a {
  background: transparent;
  color: #000000;
  padding: 5px 11px;
}
.barre-navigation-bottom .pagination li:not(.active) span:hover {
  color: var(--color-2, #fe5f55);
}
.barre-navigation-bottom .pagination li.active {
  margin-right: 0;
}
.barre-navigation-bottom .pagination li.active span {
  background: transparent linear-gradient(136deg, var(--color-1, #003049) 0%, var(--color-1-lighten) 100%) 0% 0% no-repeat padding-box;
  border-radius: var(--border-radius-btn, 35px);
  color: #ffffff;
}
.products_selled .entry-header {
  text-align: center;
}
.products_selled .entry-header .page-header {
  margin-top: 60px;
  margin-bottom: 40px;
}
.products_selled .entry-content .row-carto {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}
.products_selled .search-form #find_sold .row-inputs {
  padding: 20px;
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #cdd2d75e;
}
.products_selled .search-form #find_sold .row-inputs .btn-submit {
  width: 100%;
}
.products_selled .search-form #find_sold .row-inputs .btn-submit .btn.btn-primary {
  width: 100%;
}
.products_selled .search-form #find_sold .col-input {
  text-align: center;
}
.products_selled .search-form #find_sold .col-input:first-child {
  padding: 0px 8px 0px 0px;
}
.products_selled .search-form #find_sold .col-input + .col-input:not(:last-child) {
  padding: 0px 8px 0px 8px;
}
.products_selled .search-form #find_sold .col-input:last-child {
  padding: 0px 0px 0px 8px;
  justify-content: center;
  display: flex;
}
@media (max-width: 1400px) {
  .page_products_info .rowpopup .btn-popup .list-share-product {
    display: none;
  }
}
@media (max-width: 1199px) {
  .listing-item .cell-product .pictos-product {
    top: 10px;
    left: 10px;
  }
  .listing-item .cell-product .pictos-product li .picto {
    height: 13px;
    width: 13px;
  }
  .listing-item .cell-product .pictos-product li .text {
    font-size: 10px;
  }
  .listing-item .cell-product .link-product .product-image {
    height: 200px;
  }
  .listing-item .cell-product .link-product .product-image .bulle-nego .photo-nego {
    width: 30px;
    height: 30px;
  }
  .listing-item .cell-product .link-product .product-image .bulle-nego .nego-name {
    font-size: 12px;
  }
  .listing-item .cell-product .link-product .product-infos {
    padding: 20px 15px;
  }
  .listing-item .cell-product .link-product .product-infos .product-transac {
    font-size: 10px;
  }
  .listing-item .cell-product .link-product .product-infos .product-bulles .bulle {
    padding: 4px 9px;
  }
  .listing-item .cell-product .link-product .product-infos .product-bulles .bulle:not(:last-child) {
    margin-right: 3px;
  }
  .listing-item .cell-product .link-product .product-infos .product-bulles .bulle .picto {
    height: 16px;
    width: 16px;
  }
  .listing-item .cell-product .link-product .product-infos .product-bulles .bulle .value {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  #listing_bien {
    justify-content: space-between;
  }
  #listing_bien.mode-carto .listing-item {
    width: 49%;
    margin-right: 0;
  }
  #listing_bien:not(.mode-carto) .listing-item {
    width: 49%;
    margin-right: 0;
  }
  #listing_bien:not(.mode-carto) .listing-item:nth-of-type(3n):not(:nth-of-type(2n)) {
    margin-right: 2%;
  }
  #listing_bien:not(.mode-carto) .listing-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .barre-navigation-bottom .pagination li:first-child {
    margin-right: 20%;
  }
  .barre-navigation-bottom .pagination .active {
    margin-right: 0;
  }
  .barre-navigation-bottom .pagination li:last-child {
    margin-left: 20%;
  }
}
@media (max-width: 767px) {
  body.modal-product-open {
    overflow: hidden;
  }
  #modal_products_listing {
    height: 100vh;
    width: 100vw;
    z-index: 99;
  }
  #modal_products_listing .container-product {
    border-top-left-radius: 0;
  }
  #modal_products_listing .close-button {
    top: 10px;
    right: 10px;
  }
  #listing_bien.mode-carto,
  #listing_bien:not(.mode-carto) {
    width: 100%;
  }
  #listing_bien.mode-carto .listing-item,
  #listing_bien:not(.mode-carto) .listing-item,
  #listing_bien.mode-carto .listing-item:nth-of-type(3n):not(:nth-of-type(2n)),
  #listing_bien:not(.mode-carto) .listing-item:nth-of-type(3n):not(:nth-of-type(2n)) {
    width: 100%;
    margin-right: 0;
  }
  .barre-navigation-top {
    padding-right: 0;
    padding-top: 30px;
    font-size: 12px;
  }
  .barre-navigation-top .switch-map {
    width: 100%;
  }
  .barre-navigation-bottom .pagination li:first-child {
    margin-right: 0;
  }
  .barre-navigation-bottom .pagination .active {
    margin-right: 0;
  }
  .barre-navigation-bottom .pagination li:last-child {
    margin-left: 0;
  }
  #listing_box_ad,
  #box_loading_ad {
    width: 100%;
  }
  #listing_box_ad {
    padding-left: 0;
  }
  #loading_button,
  #loading_button.mode-carto {
    width: 100%;
    margin-right: 0;
  }
  #listing_carto {
    position: fixed;
    top: 300px !important;
    left: unset;
    right: 0;
    width: 100%;
    z-index: 11;
  }
  #listing_carto .container-carto-listing {
    height: 450px;
  }
  #listing_carto.high {
    height: 450px;
  }
  .listing-item {
    margin-bottom: 30px;
  }
  .listing-item .cell-product,
  .listing-item .cell-product:hover,
  .listing-item .cell-product:focus {
    margin-bottom: 0;
  }
  .listing-item .cell-product .link-product .product-image,
  .listing-item .cell-product:hover .link-product .product-image,
  .listing-item .cell-product:focus .link-product .product-image {
    height: 250px;
  }
  .page_products_info .pop-up {
    overflow: scroll;
  }
}
.popup_product_listing .item-product .product-selection {
  border-radius: 0;
}
.popup_product_listing svg {
  height: 20px;
}
.popup_product_listing .product-bulles {
  display: flex;
}
.popup_product_listing .product-bulles .bulle {
  margin: 10px;
}
.popup_product_listing .product-btn span {
  vertical-align: top;
}
.popup_product_listing .header-popup {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.popup_product_listing .body-popup .content-popup .text {
  display: block;
  width: 100%;
  line-height: 1.5em;
  font-size: 1.2em;
}
