.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;
}
.logo-header .logo-main {
  height: 75px;
}
#header,
#header_mobile {
  float: left;
  width: 100%;
  position: relative;
}
#header .header-menu,
#header_mobile .header-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  width: 100%;
  min-height: 75px;
  margin-top: 40px;
  position: relative;
  z-index: 10;
}
#header .header-menu .logo-header,
#header_mobile .header-menu .logo-header {
  width: 18%;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
#header .header-menu .logo-header > a,
#header_mobile .header-menu .logo-header > a {
  display: block;
  position: relative;
  height: 100%;
}
#header .header-menu .logo-header .logo-main,
#header_mobile .header-menu .logo-header .logo-main {
  width: 100%;
  max-height: 150px;
  object-fit: contain;
  -o-object-fit: contain;
  object-position: left center;
  -o-object-position: left center;
}
#header .header-menu .logo-header .logo-alternate,
#header_mobile .header-menu .logo-header .logo-alternate {
  display: none;
  margin: auto;
  width: auto;
}
#header .header-menu .logo-header img,
#header_mobile .header-menu .logo-header img {
  height: var(--height-logo-header, 130px);
}
#header .header-menu .menu,
#header_mobile .header-menu .menu {
  flex-grow: 1;
  display: flex;
  justify-content: center;
}
#header .header-menu .menu .list-links,
#header_mobile .header-menu .menu .list-links,
#header .header-menu .reseaux-sociaux .list-links,
#header_mobile .header-menu .reseaux-sociaux .list-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .header-menu .reseaux-sociaux,
#header_mobile .header-menu .reseaux-sociaux {
  min-width: 10%;
  padding-left: 15px;
  padding-right: 15px;
}
#header .header-menu .reseaux-sociaux .list-links > li,
#header_mobile .header-menu .reseaux-sociaux .list-links > li {
  padding: 0 5px;
}
#header .header-menu .reseaux-sociaux .list-links > li a,
#header_mobile .header-menu .reseaux-sociaux .list-links > li a {
  opacity: 1;
  font-size: 30px;
}
#header .header-menu .reseaux-sociaux .list-links > li a:hover .fa,
#header_mobile .header-menu .reseaux-sociaux .list-links > li a:hover .fa,
#header .header-menu .reseaux-sociaux .list-links > li a:focus .fa,
#header_mobile .header-menu .reseaux-sociaux .list-links > li a:focus .fa,
#header .header-menu .reseaux-sociaux .list-links > li a.active .fa,
#header_mobile .header-menu .reseaux-sociaux .list-links > li a.active .fa {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#header .header-menu .reseaux-sociaux .list-links > li a img,
#header_mobile .header-menu .reseaux-sociaux .list-links > li a img {
  height: 2.5rem;
  width: 2.5rem;
  max-width: unset;
}
#header .header-menu .list-links,
#header_mobile .header-menu .list-links {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  height: 100%;
}
#header .header-menu .list-links a,
#header_mobile .header-menu .list-links a {
  -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;
}
#header .header-menu .list-links ul,
#header_mobile .header-menu .list-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#header .header-menu .list-links > li,
#header_mobile .header-menu .list-links > li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
}
#header .header-menu .list-links > li > ul,
#header_mobile .header-menu .list-links > li > ul {
  min-width: 100%;
  top: 100%;
  left: 0;
}
#header .header-menu .list-links > li > ul li,
#header_mobile .header-menu .list-links > li > ul li {
  text-align: left;
  padding: 4px 8px;
  background-color: var(--color-3);
}
#header .header-menu .list-links > li > ul li:first-child,
#header_mobile .header-menu .list-links > li > ul li:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#header .header-menu .list-links > li > ul li:last-child,
#header_mobile .header-menu .list-links > li > ul li:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#header .header-menu .list-links > li > ul li a,
#header_mobile .header-menu .list-links > li > ul li a {
  color: var(--color-1);
  white-space: nowrap;
}
#header .header-menu .list-links > li > ul li a:hover,
#header_mobile .header-menu .list-links > li > ul li a:hover,
#header .header-menu .list-links > li > ul li a:focus,
#header_mobile .header-menu .list-links > li > ul li a:focus,
#header .header-menu .list-links > li > ul li a.active,
#header_mobile .header-menu .list-links > li > ul li a.active {
  color: var(--color-2);
}
#header .header-menu .list-links > li > ul li ul,
#header_mobile .header-menu .list-links > li > ul li ul {
  top: 0;
  left: 100%;
}
#header .header-menu .list-links > li > a,
#header_mobile .header-menu .list-links > li > a {
  color: var(--color-3);
  text-transform: uppercase;
  font-weight: bolder;
  text-decoration: none;
  font-size: 16px;
  white-space: nowrap;
  -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;
}
#header .header-menu .list-links > li > a:hover,
#header_mobile .header-menu .list-links > li > a:hover,
#header .header-menu .list-links > li > a:focus,
#header_mobile .header-menu .list-links > li > a:focus,
#header .header-menu .list-links > li > a.active,
#header_mobile .header-menu .list-links > li > a.active {
  color: var(--color-2);
}
#header .header-menu .list-links li,
#header_mobile .header-menu .list-links li {
  position: relative;
}
#header .header-menu .list-links li > ul,
#header_mobile .header-menu .list-links li > ul {
  display: none;
  position: absolute;
  padding: 5px;
  -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;
}
#header .header-menu .list-links li:hover > ul,
#header_mobile .header-menu .list-links li:hover > ul {
  display: block;
}
#header #burger_mobile,
#header_mobile #burger_mobile {
  float: left;
  width: 60%;
  height: 100%;
  padding: 0 15px;
}
#header #burger_mobile .rows-burger,
#header_mobile #burger_mobile .rows-burger {
  width: 40px;
  height: 100%;
  float: right;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#header #burger_mobile .rows-burger span,
#header_mobile #burger_mobile .rows-burger span {
  height: 7px;
  width: 100%;
  display: block;
  margin: 2px 0;
  border: 1px solid var(--color-3);
  background-color: var(--color-1);
  border-radius: 5px;
  -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;
}
.slider-top {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.slider-top .bx-wrapper {
  height: 100%;
  margin: 0;
}
.slider-top .bx-wrapper .bx-viewport {
  min-height: 100%;
  max-height: 100%;
  height: 100% !important;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  left: 0;
  background: transparent;
}
.slider-top #slider_header {
  height: 100%;
}
.slider-top #slider_header .slider-item {
  height: 100%;
}
.slider-top #slider_header .slider-item::after {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-1);
  opacity: var(--opacity-slide-header, 0.3);
}
.slider-top #slider_header .slider-item img,
.slider-top #slider_header .slider-item #video_header {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
.alternate-header #header .header-menu .logo-header.alternate .logo-main,
.alternate-header #header_mobile .header-menu .logo-header.alternate .logo-main {
  display: none;
}
.alternate-header #header .header-menu .logo-header.alternate .logo-alternate,
.alternate-header #header_mobile .header-menu .logo-header.alternate .logo-alternate {
  display: block;
}
.alternate-header #header .header-menu .list-links > li > a,
.alternate-header #header_mobile .header-menu .list-links > li > a {
  color: var(--color-1);
}
.alternate-header #header .header-menu .list-links > li > ul li,
.alternate-header #header_mobile .header-menu .list-links > li > ul li {
  background-color: var(--color-1);
}
.alternate-header #header .header-menu .list-links > li > ul li a,
.alternate-header #header_mobile .header-menu .list-links > li > ul li a {
  color: var(--color-3);
}
.page_home #header,
.page_home #header_mobile {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
.page_home #header #box_search,
.page_home #header_mobile #box_search {
  margin-top: 0;
}
#box_slider_header {
  float: left;
  width: 100%;
}
#box_slider_header .slide-title-home {
  float: left;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#box_slider_header .slide-title-home h1,
#box_slider_header .slide-title-home h2 {
  float: left;
  width: 100%;
  color: var(--color-titre);
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
}
#box_slider_header .slide-title-home h1,
#box_slider_header .slide-title-home h2 {
  font-family: var(--font-2);
  line-height: 1em;
  text-shadow: 0 0px 20px var(--color-1-60);
}
#box_slider_header .slide-title-home h1 {
  text-transform: uppercase;
  font-size: 45px;
  font-weight: 700;
}
#box_slider_header .slide-title-home h2 {
  font-size: 35px;
}
#box_slider_header .slide-title-home .bloc-avis-clients {
  float: left;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
#box_slider_header .slide-title-home .bloc-avis-clients .opinion-system,
#box_slider_header .slide-title-home .bloc-avis-clients .meilleur-agent {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}
#box_slider_header .slide-title-home .bloc-avis-clients .meilleur-agent {
  width: 200px;
}
#box_slider_header .slide-title-home .bloc-avis-clients .opinion-system {
  max-width: 190px;
}
#box_slider_header .slide-title-home .scroll-icon {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  width: 33px;
  height: 55px;
  border: 2px solid var(--color-3);
  border-radius: 50px;
  -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;
}
#box_slider_header .slide-title-home .scroll-icon::before {
  content: ' ';
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -2.5px;
  top: 7px;
  width: 5px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--color-3);
}
#box_slider_header .slide-title-home .scroll-icon .arrows {
  position: absolute;
  top: 19px;
  left: 11px;
  color: var(--color-3);
}
#box_slider_header .slide-title-home .scroll-icon .arrows .arrow-1,
#box_slider_header .slide-title-home .scroll-icon .arrows .arrow-2,
#box_slider_header .slide-title-home .scroll-icon .arrows .arrow-3 {
  -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;
  line-height: 5px;
  font-size: 8px;
  margin-top: -3px;
  display: block;
  animation: arrows_mouse_animation 1s infinite;
}
#box_slider_header .slide-title-home .scroll-icon .arrows .arrow-1 {
  opacity: 0;
  animation-delay: 0s;
}
#box_slider_header .slide-title-home .scroll-icon .arrows .arrow-2 {
  opacity: 0;
  animation-delay: 0.3s;
}
#box_slider_header .slide-title-home .scroll-icon .arrows .arrow-3 {
  opacity: 0;
  animation-delay: 0.5s;
}
#box_slider_header #box_search {
  margin-top: 25px;
}
@keyframes arrows_mouse_animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#box_search {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
#box_search .btn-edit-search {
  float: left;
  width: 100%;
  margin-bottom: 0px;
  -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;
}
#box_search .btn-edit-search .btn-toggle-search {
  width: 100%;
}
#box_search .btn-edit-search.active {
  margin-bottom: 10px;
}
#box_search .top-search .input-transac {
  float: left;
  background-color: var(--color-1-30);
  color: var(--color-3);
  padding: 10px 30px;
  font-weight: bold;
  font-size: 16px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  -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;
  cursor: pointer;
}
#box_search .top-search .input-transac:first-child {
  border-top-left-radius: 10px;
}
#box_search .top-search .input-transac:last-child {
  border-top-right-radius: 10px;
}
#box_search .top-search .input-transac:hover,
#box_search .top-search .input-transac:focus,
#box_search .top-search .input-transac.active {
  background-color: var(--color-1-60);
  border-top: 2px solid var(--color-3);
  border-left: 2px solid var(--color-3);
  border-right: 2px solid var(--color-3);
}
#box_search .list-inputs {
  float: left;
  width: 100%;
  min-width: 100%;
  border: 2px solid var(--color-3);
  background-color: var(--color-1-60);
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 10px;
}
#box_search .list-inputs .input-search {
  float: left;
  padding: 0 5px;
}
#box_search .list-inputs .input-search .btn-group .dropdown-menu {
  color: var(--color-1);
}
#box_search .list-inputs .input-search .btn-group .dropdown-menu .bs-searchbox .form-control {
  color: var(--color-1);
}
#box_search .list-inputs .input-search .form-control {
  background-color: transparent;
  border: 0;
  color: var(--color-3);
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 45px;
  line-height: 45px;
}
#box_search .list-inputs .input-search .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--color-3);
}
#box_search .list-inputs .input-search .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--color-3);
}
#box_search .list-inputs .input-search .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--color-3);
}
#box_search .list-inputs .input-search .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: var(--color-3);
}
#box_search .list-inputs .input-search .form-control:focus {
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#box_search .list-inputs .input-search .form-control > .btn-default {
  background-color: transparent;
  border: 0;
  color: var(--color-3);
  outline: 0 !important;
  height: 45px;
  line-height: 45px;
  padding-top: 0;
  padding-bottom: 0;
}
#box_search .list-inputs .input-search .form-control > .btn-default .filter-option {
  height: 45px;
  line-height: 45px;
}
#box_search .list-inputs .input-search.input-typebien,
#box_search .list-inputs .input-search.input-pieces,
#box_search .list-inputs .input-search.input-budget,
#box_search .list-inputs .input-search.input-surface {
  width: 20%;
  border-right: 1px solid var(--color-3);
}
#box_search .list-inputs .input-search.input-localisation {
  width: 35%;
}
#box_search .list-inputs .input-search.input-submit {
  width: 5%;
}
#box_search .list-inputs .input-search.input-submit .submit-button {
  width: 100%;
  height: 45px;
  line-height: 43px;
  padding: 0;
  font-size: 25px;
}
#box_search .list-inputs .input-search.input-submit .submit-button .fa {
  line-height: unset;
}
#box_search .links-more-criteria {
  float: left;
  width: 100%;
  text-align: center;
  margin: 10px 0;
}
#box_search .links-more-criteria .link-show-modal {
  font-weight: bold;
  color: var(--color-3);
  cursor: pointer;
  text-decoration: none;
  text-shadow: 0 0px 20px var(--color-1);
  -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;
}
#box_search .links-more-criteria .link-show-modal:hover,
#box_search .links-more-criteria .link-show-modal:focus,
#box_search .links-more-criteria .link-show-modal.active {
  color: var(--color-2);
}
#box_search .links-more-criteria .link-show-modal .badge {
  font-size: 10px;
  margin-left: 5px;
  margin-top: -10px;
  padding: 3px 5px;
  background-color: var(--color-2);
  color: var(--color-3);
}
#modal_search .form-control {
  margin-bottom: 15px;
}
#modal_search .checkbox-search {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  height: 34px;
  line-height: 34px;
}
#modal_search .checkbox-search label,
#modal_search .checkbox-search input {
  display: inline-block;
  vertical-align: middle;
}
#modal_search .checkbox-search label {
  margin-right: 5px;
}
#modal_search .checkbox-search input {
  margin: 0;
}
#menu_mobile {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 100%;
  height: 100vh;
  width: 80%;
  background: var(--color-3);
  padding: 30px 20px;
  -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;
  overflow: auto;
}
#menu_mobile .close-menu {
  position: absolute;
  top: 5px;
  right: 20px;
  font-size: 25px;
  cursor: pointer;
}
#menu_mobile.active {
  right: 20%;
}
#menu_mobile .menu .list-links,
#menu_mobile .reseaux-sociaux .list-links {
  list-style: none;
  margin-bottom: 20px;
  padding: 0;
}
#menu_mobile .menu .list-links > li {
  width: 100%;
  border-bottom: 1px solid var(--color-1);
  padding: 10px;
}
#menu_mobile .reseaux-sociaux {
  margin-bottom: 30px;
}
#menu_mobile .reseaux-sociaux .list-links {
  text-align: center;
}
#menu_mobile .reseaux-sociaux .list-links li {
  display: inline-block;
  padding: 0 5px;
}
#menu_mobile .reseaux-sociaux .list-links li a {
  font-size: 20px;
}
#menu_mobile .reseaux-sociaux .list-links li a img {
  height: 2.5rem;
  width: 2.5rem;
  max-width: unset;
}
.breadcrumb {
  float: left;
  width: 100%;
  background: transparent;
  padding: 5px 0;
  margin: 0;
}
.breadcrumb > li {
  vertical-align: middle;
}
.breadcrumb > li + li:before {
  content: '|';
  color: var(--color-1);
}
.page_products_info .breadcrumb {
  margin-bottom: 10px;
}
.entry-header .page-header {
  margin: 30px 0 10px;
  border: 0;
  text-align: center;
  font-family: var(--font-2);
  font-size: 45px;
  font-weight: bold;
  padding: 0;
}
body {
  color: var(--color-1);
  font-size: 14px;
  font-family: var(--font-1);
  background-color: var(--color-bg);
}
.container-slider-home {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: -1;
}
.container-slider-home > .bx-wrapper {
  height: 100%;
  margin: 0;
}
.container-slider-home > .bx-wrapper > .bx-viewport {
  height: 100% !important;
  min-height: 100%;
  max-height: 100%;
}
.container-slider-home > .bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  left: 0;
  background: transparent;
}
.container-slider-home > .bx-wrapper .bx-controls {
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.container-slider-home > .bx-wrapper .bx-controls .bx-pager {
  position: relative;
  bottom: 0;
  padding: 0;
}
.container-slider-home > .bx-wrapper .bx-controls .bx-pager .bx-pager-item {
  width: 30px;
  text-align: center;
}
.container-slider-home > .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link {
  background-color: var(--color-3);
  border: 4px solid transparent;
  opacity: 0.4;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: 0;
  color: transparent;
  -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;
}
.container-slider-home > .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link:hover,
.container-slider-home > .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link:focus,
.container-slider-home > .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link.active {
  background-color: var(--color-3);
  border: 7px solid var(--color-3);
  opacity: 1;
}
.container-slider-home #slider_home {
  height: 100%;
}
.container-slider-home #slider_home .item-slider-home {
  height: 100%;
}
.container-slider-home #slider_home .item-slider-home.slide-1 #box_slider_header {
  height: 100%;
}
.container-slider-home #slider_home .item-slider-home.slide-6 {
  background-color: var(--color-1);
}
.page_home.no-slider #header .header-menu {
  margin: 0;
  padding: 10px;
  height: 90px;
}
.page_home.no-slider .container-slider-home {
  position: relative;
  height: auto;
  float: left;
  z-index: unset;
}
.page_home.no-slider .container-slider-home #slider_home .item-slider-home {
  height: auto;
}
.page_home.no-slider .container-slider-home #slider_home .item-slider-home.slide-1 {
  min-height: 100vh;
  position: relative;
}
.page_home.no-slider .container-slider-home #slider_home .item-slider-home #box_slider_header {
  padding-top: 115px;
  height: auto;
}
.page_home.no-slider .container-slider-home #slider_home .item-slider-home #box_selection,
.page_home.no-slider .container-slider-home #slider_home .item-slider-home #box_estimation,
.page_home.no-slider .container-slider-home #slider_home .item-slider-home #box_video,
.page_home.no-slider .container-slider-home #slider_home .item-slider-home #box_actus,
.page_home.no-slider .container-slider-home #slider_home .item-slider-home #footer {
  padding: 25px 0;
}
.page_home.no-slider .container-slider-home #slider_home .item-slider-home #box_selection .bx-wrapper .bx-viewport,
.page_home.no-slider .container-slider-home #slider_home .item-slider-home #box_estimation .bx-wrapper .bx-viewport,
.page_home.no-slider .container-slider-home #slider_home .item-slider-home #box_video .bx-wrapper .bx-viewport,
.page_home.no-slider .container-slider-home #slider_home .item-slider-home #box_actus .bx-wrapper .bx-viewport,
.page_home.no-slider .container-slider-home #slider_home .item-slider-home #footer .bx-wrapper .bx-viewport {
  min-height: 100%;
  max-height: 100%;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  left: 0;
  background: transparent;
}
.page_home.no-slider .container-slider-home #slider_home .item-slider-home.slide-1 #box_slider_header {
  position: relative;
}
.page_home.no-slider #box_slider_header #box_search {
  margin-bottom: 25px;
}
#box_selection {
  float: left;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#box_selection h2 {
  font-size: 45px;
  font-weight: bold;
  font-family: var(--font-2);
  margin-bottom: 30px;
  margin-top: 100px;
}
#box_selection .container-slider-selection {
  float: left;
  width: 100%;
}
#box_selection .container-slider-selection .bx-wrapper {
  margin-bottom: 0;
  min-width: 100%;
}
#box_selection .container-slider-selection #slider_selection {
  height: 100%;
}
#box_selection .container-slider-selection #slider_selection .item-product {
  max-width: 450px;
}
#box_selection .container-slider-selection #slider_selection .item-product .product-selection {
  float: left;
  width: 100%;
  padding: 25px;
  -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;
}
#box_selection .container-slider-selection #slider_selection .item-product .product-selection:hover .img-product,
#box_selection .container-slider-selection #slider_selection .item-product .product-selection:focus .img-product {
  -webkit-box-shadow: 0px 0px 20px var(--color-1-70);
  box-shadow: 0px 0px 20px var(--color-1-70);
}
#box_selection .container-slider-selection #slider_selection .item-product .product-selection .img-product {
  float: left;
  width: 100%;
  height: 280px;
  -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;
  -webkit-box-shadow: 0px 0px 20px var(--color-1-30);
  box-shadow: 0px 0px 20px var(--color-1-30);
  position: relative;
}
#box_selection .container-slider-selection #slider_selection .item-product .product-selection .img-product .picto {
  position: absolute;
  top: 0;
  right: 0;
}
#box_selection .container-slider-selection #slider_selection .item-product .product-selection .img-product .picto img {
  max-height: 120px;
}
#box_selection .container-slider-selection #slider_selection .item-product .product-selection .img-product.picto-left .picto {
  right: unset;
  left: 0;
}
#box_selection .container-slider-selection #slider_selection .item-product .product-selection .img-product .libelle-product {
  position: absolute;
  top: 15px;
  left: 0;
  padding: 5px 8px;
  color: var(--color-3);
  background-color: var(--color-1);
  font-weight: bold;
  text-transform: uppercase;
}
#box_selection .container-slider-selection #slider_selection .item-product .product-selection .img-product > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
#box_selection .container-slider-selection #slider_selection .item-product .product-selection .infos-product {
  float: left;
  width: 100%;
  padding: 30px 0 0;
}
#box_selection .container-slider-selection #slider_selection .item-product .product-selection .infos-product .products-name,
#box_selection .container-slider-selection #slider_selection .item-product .product-selection .infos-product .products-localisation,
#box_selection .container-slider-selection #slider_selection .item-product .product-selection .infos-product .products-description {
  float: left;
}
#box_selection .container-slider-selection #slider_selection .item-product .product-selection .infos-product .products-name {
  width: 70%;
  color: var(--color-1);
  font-weight: bold;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}
#box_selection .container-slider-selection #slider_selection .item-product .product-selection .infos-product .products-price {
  float: right;
  width: 30%;
  color: var(--color-2);
  text-align: right;
  font-size: 18px;
}
#box_selection .container-slider-selection #slider_selection .item-product .product-selection .infos-product .products-price [class^='price_honoraires_'] {
  float: left;
  width: 100%;
}
#box_selection .container-slider-selection #slider_selection .item-product .product-selection .infos-product .products-localisation,
#box_selection .container-slider-selection #slider_selection .item-product .product-selection .infos-product .products-ref {
  width: 100%;
  font-size: 15px;
  color: var(--color-1);
  margin-bottom: 10px;
}
#box_selection .container-slider-selection #slider_selection .item-product .product-selection .infos-product .products-ref {
  text-align: right;
}
#box_selection .container-slider-selection #slider_selection .item-product .product-selection .infos-product .products-description {
  color: var(--color-1);
  text-align: justify;
  width: 100%;
  font-size: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 3em;
  line-height: 1em;
}
#box_selection .container-slider-selection #slider_selection .item-product .product-selection .infos-product.with-ref .products-localisation,
#box_selection .container-slider-selection #slider_selection .item-product .product-selection .infos-product.with-ref .products-ref {
  width: 50%;
  float: left;
}
#box_selection .container-slider-selection #controls_slider_selection {
  float: left;
  width: 100%;
  text-align: right;
  padding: 0 60px;
}
#box_selection .container-slider-selection #controls_slider_selection .btn-prev-slide,
#box_selection .container-slider-selection #controls_slider_selection .btn-next-slide {
  margin: 0 3px;
  padding: 7px 15px;
  background-color: var(--color-3-alt-1);
  color: var(--color-3-alt-2);
  display: inline-block;
  border-radius: 5px;
  font-size: 20px;
  cursor: pointer;
  -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;
}
#box_selection .container-slider-selection #controls_slider_selection .btn-prev-slide:hover,
#box_selection .container-slider-selection #controls_slider_selection .btn-next-slide:hover,
#box_selection .container-slider-selection #controls_slider_selection .btn-prev-slide:focus,
#box_selection .container-slider-selection #controls_slider_selection .btn-next-slide:focus,
#box_selection .container-slider-selection #controls_slider_selection .btn-prev-slide.active,
#box_selection .container-slider-selection #controls_slider_selection .btn-next-slide.active {
  color: var(--color-3);
  background-color: var(--color-1);
}
#box_estimation {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#box_estimation .bg-estimation {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
#box_estimation .bg-estimation img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
#box_estimation .content-estimation {
  padding-left: 35%;
  padding-right: 10%;
}
#box_estimation .content-estimation h2 {
  font-family: var(--font-2);
  font-weight: bold;
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 20px;
  float: left;
  width: 100%;
  margin-top: 0;
}
#box_estimation .content-estimation .text-estimation {
  float: left;
  width: 100%;
  margin-bottom: 50px;
  line-height: 25px;
  max-height: 80%;
  overflow: auto;
}
#box_estimation .content-estimation .text-estimation img {
  display: inline-block;
}
#box_estimation .content-estimation .link-estimation {
  float: left;
}
#box_estimation .content-estimation .link-estimation > a {
  text-transform: uppercase;
  font-weight: bold;
  color: var(--color-2);
  border: 2px solid var(--color-2);
  padding: 15px 30px;
  border-radius: 30px;
  text-decoration: none;
  -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;
}
#box_estimation .content-estimation .link-estimation > a:hover,
#box_estimation .content-estimation .link-estimation > a:focus,
#box_estimation .content-estimation .link-estimation > a.active {
  color: var(--color-3);
  background-color: var(--color-2);
}
#box_video {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#box_video .bg-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
#box_video .bg-video::after {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background-color: var(--color-1);
}
#box_video .bg-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
#box_video .content-video {
  text-align: center;
  color: var(--color-3);
}
#box_video .content-video h2 {
  -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;
  font-family: var(--font-2);
  font-weight: bold;
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
#box_video .content-video .picto-vid {
  font-size: 80px;
  cursor: pointer;
}
#box_video .content-video .picto-vid .fa {
  line-height: unset;
}
#box_video .content-video .iframe-video {
  display: block;
  width: 800px;
  height: 400px;
  margin: 40px auto;
}
#box_actus {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
#box_actus h2 {
  -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;
  font-family: var(--font-2);
  font-weight: bold;
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 40px;
  float: left;
  width: 100%;
  color: var(--color-1);
}
#box_actus .container-actus {
  float: left;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: row;
  margin-bottom: 40px;
}
#box_actus .container-actus .item-actu {
  width: 350px;
  padding: 20px;
}
#box_actus .container-actus .item-actu a {
  text-decoration: none;
}
#box_actus .container-actus .item-actu .img-news {
  float: left;
  width: 100%;
  height: 200px;
  -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;
}
#box_actus .container-actus .item-actu .img-news img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
#box_actus .container-actus .item-actu .img-news:hover,
#box_actus .container-actus .item-actu .img-news:focus {
  -webkit-box-shadow: 0px 0px 15px var(--color-1-70);
  box-shadow: 0px 0px 15px var(--color-1-70);
}
#box_actus .container-actus .item-actu .content-news {
  margin-top: 20px;
  border-top: 2px solid #EFEFEF;
  padding: 10px 15px;
  float: left;
  width: 100%;
}
#box_actus .container-actus .item-actu .content-news .news-title {
  color: var(--color-1);
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#box_actus .container-actus .item-actu .content-news .news-date {
  color: var(--color-2);
  font-size: 14px;
  line-height: 20px;
}
#box_actus .link-actus > a {
  text-transform: uppercase;
  font-weight: bold;
  color: var(--color-2);
  border: 2px solid var(--color-2);
  padding: 15px 30px;
  border-radius: 30px;
  text-decoration: none;
  -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;
}
#box_actus .link-actus > a:hover,
#box_actus .link-actus > a:focus,
#box_actus .link-actus > a.active {
  color: var(--color-3);
  background-color: var(--color-2);
}
.alternate-header .container-slider-home > .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link {
  background-color: var(--color-1);
  -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;
}
.alternate-header .container-slider-home > .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link:hover,
.alternate-header .container-slider-home > .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link:focus,
.alternate-header .container-slider-home > .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link.active {
  background-color: var(--color-2);
  border: 7px solid var(--color-2);
}
.alternate-header #header .header-menu .list-links > li > a {
  color: var(--color-1);
}
.alternate-header #header .header-menu .list-links > li > a:hover,
.alternate-header #header .header-menu .list-links > li > a:focus,
.alternate-header #header .header-menu .list-links > li > a.active {
  color: var(--color-2);
}
.alternate-header #header .header-menu .list-links > li > ul li {
  background-color: var(--color-1);
}
.alternate-header #header .header-menu .list-links > li > ul li a {
  color: var(--color-3);
}
a {
  color: var(--color-1);
  -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;
}
a:hover,
a:focus,
a a.active {
  color: var(--color-2);
}
.btn.btn-primary {
  background-color: var(--color-1);
  color: var(--color-btn);
  -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;
  border: 0;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary.active {
  background-color: var(--color-2);
  color: var(--color-btn);
}
.form-control {
  border-radius: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  float: left;
  width: 100%;
}
::selection {
  background-color: var(--color-1);
  color: var(--color-3);
}
::-moz-selection {
  background-color: var(--color-1);
  color: var(--color-3);
}
.modal .modal-dialog .close {
  opacity: .5;
  font-size: 40px;
}
.link-jestimo {
  display: inline-block;
  text-decoration: none;
  color: var(--color-3);
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 10px 30px;
}
.link-jestimo:hover,
.link-jestimo.active,
.link-jestimo:focus {
  color: var(--color-3);
  text-decoration: none;
}
.link-jestimo__wrapper {
  padding: 0 !important;
}
.page_home #footer {
  margin-top: 0px;
  height: 100%;
}
#footer {
  margin-top: 20px;
  float: left;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: var(--color-1);
  padding: 50px 0 20px;
}
#footer,
#footer a {
  color: var(--color-3);
}
#footer ul {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
  float: left;
  width: 100%;
}
#footer ul li {
  margin-bottom: 15px;
  float: left;
  width: 100%;
}
#footer ul li ul {
  margin-bottom: 0;
}
#footer ul li.membre-grp img {
  width: 80px;
  max-width: 100%;
}
#footer h3 {
  text-transform: uppercase;
  float: left;
  width: 100%;
  font-family: var(--font-2);
  margin-top: 0;
  line-height: 1em;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 21px;
}
#footer .container-slider-agence .bx-wrapper {
  height: 100%;
  margin: 0;
}
#footer .container-slider-agence .bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  left: 0;
  background: transparent;
}
#footer .container-slider-agence .bx-wrapper .bx-viewport #slider_agence_footer .item-agence .desc-agence {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  line-height: 30px;
}
#footer .container-slider-agence .bx-wrapper .bx-viewport #slider_agence_footer .item-agence .coord-agence li .fa {
  margin-right: 10px;
}
@media (max-width: 1399px) {
  #box_selection h2 {
    margin-top: 40px;
  }
  #box_selection .container-slider-selection #slider_selection .item-product {
    max-width: 400px;
  }
  #box_selection .container-slider-selection #slider_selection .item-product .product-selection .img-product {
    height: 250px;
  }
}
@media (max-width: 1299px) {
  #header .header-menu .list-links > li,
  #header_mobile .header-menu .list-links > li {
    padding: 0 5px;
  }
  body:not(.page_home) #header .header-menu,
  body:not(.page_home) #header_mobile .header-menu {
    height: auto;
  }
  .container-slider-home > .bx-wrapper .bx-controls {
    right: -5%;
  }
  .immodvisor {
    margin-top: 150px;
  }
}
@media (min-width: 1200px) {
  #box_search .list-inputs .input-search.input-localisation-rayon {
    width: 26%;
  }
}
@media (min-width: 1200px) and (max-height: 700px) {
  .page_home #header .header-menu {
    margin-top: 20px;
  }
  .page_home #box_slider_header {
    padding-top: 30px;
  }
  .page_home #box_slider_header .slide-title-home h1,
  .page_home #box_slider_header .slide-title-home h2 {
    margin-bottom: 10px;
  }
  .page_home #box_slider_header .slide-title-home h1 {
    font-size: 40px;
  }
  .page_home #box_slider_header .slide-title-home h2 {
    font-size: 30px;
  }
  .page_home #box_slider_header .slide-title-home .bloc-avis-clients {
    margin-bottom: 0;
  }
  .page_home #box_slider_header #box_search {
    margin: 15px 0;
  }
}
@media (max-width: 1199px) {
  main div#immodvisor-seal div.immodvisor-container {
    margin-top: -40px !important;
  }
  #header .header-menu .list-links > li a,
  #header_mobile .header-menu .list-links > li a {
    font-size: 14px;
  }
  #header .header-menu .reseaux-sociaux .list-links li a,
  #header_mobile .header-menu .reseaux-sociaux .list-links li a {
    font-size: 20px;
  }
  #box_search .list-inputs .input-search.input-localisation {
    width: 33%;
  }
  #box_search .list-inputs .input-search.input-localisation-rayon {
    width: 23%;
  }
  #box_search .list-inputs .input-search.input-submit {
    width: 7%;
  }
  #box_selection .container-slider-selection #slider_selection .item-product {
    max-width: 350px;
  }
  #box_selection .container-slider-selection #slider_selection .item-product .product-selection .img-product {
    height: 220px;
  }
  #box_selection .container-slider-selection #slider_selection .item-product .product-selection .infos-product .products-name,
  #box_selection .container-slider-selection #slider_selection .item-product .product-selection .infos-product .products-price {
    font-size: 16px;
  }
  #box_selection .container-slider-selection #slider_selection .item-product .product-selection .infos-product .products-name {
    width: 65%;
  }
  #box_selection .container-slider-selection #slider_selection .item-product .product-selection .infos-product .products-price {
    width: 35%;
  }
  #box_estimation .content-estimation h2 {
    font-size: 45px;
    line-height: 50px;
  }
  #box_video .content-video h2 {
    font-size: 45px;
    line-height: 50px;
  }
  #box_actus h2 {
    font-size: 45px;
    line-height: 50px;
  }
  .entry-header .page-header {
    font-size: 35px;
  }
  .item-product-listing .product-listing {
    margin-bottom: 30px;
  }
  .item-product-listing .product-listing .img-product {
    height: 300px;
  }
  .item-product-listing .product-listing .infos-product .products-name,
  .item-product-listing .product-listing .infos-product .products-price {
    font-size: 17px;
  }
  #box_slider_header_product .infos-products-header h1 {
    margin: 0 0 10px;
    font-size: 35px;
  }
  #box_slider_header_product .infos-products-header .product-localisation {
    font-size: 18px;
    margin: 15px 0;
  }
  #box_slider_header_product .infos-products-header .product-price {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .page_products_info .col-left .container-slider-product {
    height: 450px;
  }
  #bien_similaires .container-slider-biensimilaire #slider_biensimilaire .item-product .product-biensimilaire {
    padding: 20px;
  }
  #bien_similaires .container-slider-biensimilaire #slider_biensimilaire .item-product .product-biensimilaire .img-product {
    height: 270px;
  }
  #bien_similaires .container-slider-biensimilaire #slider_biensimilaire .item-product .product-biensimilaire .infos-product .products-name,
  #bien_similaires .container-slider-biensimilaire #slider_biensimilaire .item-product .product-biensimilaire .infos-product .products-price {
    font-size: 16px;
  }
  #bien_similaires .container-slider-biensimilaire #slider_biensimilaire .item-product .product-biensimilaire .infos-product .products-name {
    width: 65%;
  }
  #bien_similaires .container-slider-biensimilaire #slider_biensimilaire .item-product .product-biensimilaire .infos-product .products-price {
    width: 35%;
  }
}
@media (min-width: 992px) {
  .container-slider-home #slider_home .item-slider-home {
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  #header .header-menu,
  #header_mobile .header-menu {
    margin-top: 20px;
  }
  #header .header-menu .menu .list-links,
  #header_mobile .header-menu .menu .list-links,
  #header .header-menu .reseaux-sociaux .list-links,
  #header_mobile .header-menu .reseaux-sociaux .list-links {
    justify-content: flex-end;
    padding-right: 5px;
  }
  #header .header-menu .logo-header .logo-main,
  #header_mobile .header-menu .logo-header .logo-main {
    height: 100%;
    object-fit: contain;
    -o-object-fit: contain;
    object-position: left;
    -o-object-position: left;
  }
  #header .header-menu .menu .list-links > li,
  #header_mobile .header-menu .menu .list-links > li {
    padding: 0px 3px;
  }
  #header .header-menu .menu .list-links > li a,
  #header_mobile .header-menu .menu .list-links > li a {
    font-size: 12px;
  }
  .alternate-header #header .header-menu .logo-header.alternate .logo-alternate,
  .alternate-header #header_mobile .header-menu .logo-header.alternate .logo-alternate {
    height: 100%;
    object-fit: contain;
    -o-object-fit: contain;
    object-position: left;
    -o-object-position: left;
    display: inline-block;
  }
  #box_slider_header .slide-title-home h1 {
    font-size: 40px;
    margin-bottom: 10px;
    padding: 0 30px;
  }
  #box_slider_header .slide-title-home h2 {
    font-size: 30px;
    padding: 0 30px;
  }
  #box_selection h2 {
    margin: 20px 0;
    font-size: 40px;
  }
  #box_selection .container-slider-selection #slider_selection .item-product {
    max-width: 300px;
  }
  #box_selection .container-slider-selection #slider_selection .item-product .product-selection {
    padding: 15px;
  }
  #box_selection .container-slider-selection #slider_selection .item-product .product-selection:hover .img-product,
  #box_selection .container-slider-selection #slider_selection .item-product .product-selection:focus .img-product {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
  }
  #box_selection .container-slider-selection #slider_selection .item-product .product-selection .img-product {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    height: 180px;
  }
  #box_selection .container-slider-selection #slider_selection .item-product .product-selection .infos-product .products-name,
  #box_selection .container-slider-selection #slider_selection .item-product .product-selection .infos-product .products-price {
    font-size: 16px;
  }
  #box_selection .container-slider-selection #slider_selection .item-product .product-selection .infos-product .products-name {
    width: 100%;
  }
  #box_selection .container-slider-selection #slider_selection .item-product .product-selection .infos-product .products-price,
  #box_selection .container-slider-selection #slider_selection .item-product .product-selection .infos-product .products-localisation {
    width: 50%;
  }
  #box_selection .container-slider-selection #slider_selection .item-product .product-selection .infos-product .products-description {
    font-size: 14px;
    margin-top: 5px;
  }
  #box_selection .container-slider-selection #controls_slider_selection {
    padding: 0 30px;
  }
  #box_estimation .bg-estimation img {
    opacity: 0.5;
  }
  #box_estimation .content-estimation {
    padding-left: 15%;
    padding-right: 15%;
  }
  #box_estimation .content-estimation h2 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 15px;
  }
  #box_estimation .content-estimation .text-estimation {
    margin-bottom: 30px;
    max-height: unset;
    overflow: unset;
  }
  #box_actus h2 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 15px;
    margin-top: 0;
  }
  #box_actus .container-actus {
    display: block;
  }
  #box_actus .container-actus .item-actu {
    float: left;
    width: 100%;
    padding: 15px;
  }
  #box_actus .container-actus .item-actu > a {
    float: left;
    width: 100%;
  }
  #box_actus .container-actus .item-actu .img-news {
    height: 100px;
    width: 100px;
  }
  #box_actus .container-actus .item-actu .content-news {
    width: calc(100% - 100px);
    margin: 0;
    border: 0;
    text-align: left;
  }
  #box_actus .container-actus .item-actu .content-news .news-title {
    font-size: 15px;
    line-height: 20px;
  }
  #box_actus .link-actus > a {
    padding: 10px 20px;
  }
  .entry-header .page-header {
    font-size: 30px;
  }
  .item-product-listing .product-listing {
    margin-bottom: 20px;
  }
  .item-product-listing .product-listing .img-product {
    height: 230px;
  }
  .item-product-listing .product-listing .infos-product .products-name,
  .item-product-listing .product-listing .infos-product .products-price {
    font-size: 16px;
  }
  .item-product-listing .product-listing .infos-product .products-name {
    width: 100%;
  }
  .item-product-listing .product-listing .infos-product .products-price {
    width: 50%;
  }
  .item-product-listing .product-listing .infos-product .products-localisation {
    width: 50%;
    float: left;
  }
  .barre_navigation.nav_top.baudelaire {
    width: 50%;
    margin-right: 50%;
  }
  #box_slider_header_product .infos-products-header {
    padding: 20px 0;
  }
  #box_slider_header_product .infos-products-header h1 {
    font-size: 30px;
  }
  #box_slider_header_product .infos-products-header .product-localisation {
    font-size: 16px;
    margin: 0 0 10px;
  }
  #box_slider_header_product .infos-products-header .product-price {
    margin-bottom: 15px;
  }
  #box_slider_header_product .infos-products-header .list-criteres li .value,
  #box_slider_header_product .infos-products-header .list-criteres li .picto {
    vertical-align: middle;
  }
  #box_slider_header_product .infos-products-header .list-criteres li .picto svg {
    height: 40px;
  }
  #box_slider_header_product .infos-products-header .list-criteres li .value {
    font-size: 20px;
    vertical-align: middle;
  }
  .page_products_info .col-right .vcard_nego .photo-nego {
    width: 50%;
    margin-bottom: 0;
  }
  .page_products_info .col-right .vcard_nego .name-nego,
  .page_products_info .col-right .vcard_nego .fonction-nego,
  .page_products_info .col-right .vcard_nego .rsac-nego,
  .page_products_info .col-right .vcard_nego .link-contact {
    float: left;
    width: 50%;
  }
  .page_products_info .col-right .vcard-agence .photo-agence {
    width: 50%;
    margin-bottom: 0;
  }
  .page_products_info .col-right .vcard-agence .name-agence,
  .page_products_info .col-right .vcard-agence .adresse-agence,
  .page_products_info .col-right .vcard-agence .link-contact {
    float: left;
    width: 50%;
  }
  .page_products_info .kelquartier-product h3 {
    text-align: center;
    font-size: 30px;
  }
  .page_products_info .kelquartier-product .carto ul li {
    padding: 8px 3px;
  }
  .page_products_info #item_form h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  #box_fiche_pn .list-filter-lot li {
    padding: 0 5px;
    font-size: 16px;
  }
  #box_fiche_pn .list-lots-pn .item-lot {
    height: 80px;
  }
  #box_fiche_pn .list-lots-pn .item-lot .photo-lot {
    width: 110px;
  }
  #box_fiche_pn .list-lots-pn .item-lot .infos-lot {
    width: calc(100% - 110px);
    padding: 0 10px;
  }
  #box_fiche_pn .list-lots-pn .item-lot .infos-lot .lot-name {
    font-size: 14px;
    margin-bottom: 5px;
  }
  #box_fiche_pn .list-lots-pn .item-lot .infos-lot .lot-desc,
  #box_fiche_pn .list-lots-pn .item-lot .infos-lot .lot-savoir-plus {
    font-size: 13px;
  }
  #box_fiche_pn .list-lots-pn .item-lot .infos-lot .lot-savoir-plus {
    left: 10px;
  }
  #bien_similaires h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  #bien_similaires .container-slider-biensimilaire #slider_biensimilaire .item-product .product-biensimilaire {
    padding: 15px;
  }
  #bien_similaires .container-slider-biensimilaire #slider_biensimilaire .item-product .product-biensimilaire:hover .img-product,
  #bien_similaires .container-slider-biensimilaire #slider_biensimilaire .item-product .product-biensimilaire:focus .img-product {
    -webkit-box-shadow: 0px 0px 10px var(--color-1-70);
    box-shadow: 0px 0px 10px var(--color-1-70);
  }
  #bien_similaires .container-slider-biensimilaire #slider_biensimilaire .item-product .product-biensimilaire .img-product {
    height: 220px;
    -webkit-box-shadow: 0px 0px 10px var(--color-1-30);
    box-shadow: 0px 0px 10px var(--color-1-30);
  }
  #bien_similaires .container-slider-biensimilaire #slider_biensimilaire .item-product .product-biensimilaire .infos-product .products-name,
  #bien_similaires .container-slider-biensimilaire #slider_biensimilaire .item-product .product-biensimilaire .infos-product .products-price {
    font-size: 16px;
  }
  #bien_similaires .container-slider-biensimilaire #slider_biensimilaire .item-product .product-biensimilaire .infos-product .products-name {
    width: 100%;
  }
  #bien_similaires .container-slider-biensimilaire #slider_biensimilaire .item-product .product-biensimilaire .infos-product .products-price,
  #bien_similaires .container-slider-biensimilaire #slider_biensimilaire .item-product .product-biensimilaire .infos-product .products-localisation {
    width: 50%;
  }
  #bien_similaires .container-slider-biensimilaire #slider_biensimilaire .item-product .product-biensimilaire .infos-product .products-description {
    font-size: 14px;
    margin-top: 5px;
  }
}
@media (min-width: 768px) {
  .list-rayon {
    display: flex;
  }
}
@media (max-width: 767px) {
  /*** Biens vendus ***/
  .products_selled .search-form #find_sold .row-inputs {
    flex-direction: column;
  }
  .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:first-child {
    padding: 0px 0px 4px 0px !important;
  }
  .products_selled .search-form #find_sold .col-input + .col-input:not(:last-child) {
    padding: 4px 0px 4px 0px !important;
  }
  .products_selled .search-form #find_sold .col-input:last-child {
    padding: 4px 0px 0px 0px !important;
  }
  #header .header-menu,
  #header_mobile .header-menu {
    margin-top: 0;
    padding: 10px;
    height: 95px;
    background-color: var(--color-1-70);
  }
  #header .header-menu .logo-header,
  #header_mobile .header-menu .logo-header {
    width: 40%;
  }
  #header .header-menu .logo-header .logo-main,
  #header_mobile .header-menu .logo-header .logo-main {
    max-width: 80vw;
  }
  #header .header-menu > .menu,
  #header_mobile .header-menu > .menu,
  #header .header-menu > .reseaux-sociaux,
  #header_mobile .header-menu > .reseaux-sociaux {
    display: none;
  }
  body:not(.page_home) #header,
  body:not(.page_home) #header_mobile {
    padding-top: 100px;
  }
  body:not(.page_home) #header .header-menu,
  body:not(.page_home) #header_mobile .header-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    height: 95px;
  }
  #box_slider_header .slide-title-home h1 {
    font-size: 35px;
    margin-bottom: 10px;
    padding: 0 20px;
  }
  #box_slider_header .slide-title-home h2 {
    font-size: 25px;
    padding: 0 20px;
    margin-bottom: 5px;
  }
  #box_slider_header .slide-title-home .opinion-system {
    margin-bottom: 0px;
  }
  #box_slider_header .slide-title-home .scroll-icon {
    display: none;
  }
  .container-slider-home > .bx-wrapper .bx-controls {
    display: none;
  }
  .container-slider-home #slider_home .item-slider-home #box_slider_header,
  .container-slider-home #slider_home .item-slider-home #box_selection,
  .container-slider-home #slider_home .item-slider-home #box_estimation,
  .container-slider-home #slider_home .item-slider-home #box_video,
  .container-slider-home #slider_home .item-slider-home #box_actus,
  .container-slider-home #slider_home .item-slider-home #footer {
    padding-top: 85px;
  }
  .container-slider-home #slider_home .item-slider-home.slide-1 {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
  }
  #box_search {
    padding: 0 15px;
    margin-bottom: 0;
  }
  #box_search .top-search .input-transac {
    font-size: 14px;
    padding: 5px 15px;
  }
  #box_search .list-inputs .input-search.input-typebien,
  #box_search .list-inputs .input-search.input-pieces,
  #box_search .list-inputs .input-search.input-surface,
  #box_search .list-inputs .input-search.input-budget,
  #box_search .list-inputs .input-search.input-localisation,
  #box_search .list-inputs .input-search.input-rayon,
  #box_search .list-inputs .input-search.input-localisation-rayon {
    width: 100%;
    border: 1px solid var(--color-3);
    margin-bottom: 10px;
    padding: 0;
  }
  #box_search .list-inputs .input-search.input-submit {
    width: 100%;
    border: 1px solid var(--color-3);
    padding: 0;
  }
  #box_search .list-inputs .input-search .form-control {
    height: 35px;
    line-height: 35px;
  }
  #box_search .list-inputs .input-search .form-control > .btn-default {
    height: 100%;
    line-height: 35px;
  }
  #box_search .list-inputs .input-search .form-control > .btn-default > .filter-option {
    height: 100%;
    line-height: 35px;
  }
  #modal_search .form-control,
  #modal_search .checkbox-search {
    margin-bottom: 10px;
  }
  #modal_search .checkbox-search {
    height: 20px;
    line-height: 1em;
  }
  #box_selection h2 {
    font-size: 30px;
  }
  #box_selection .container-slider-selection #controls_slider_selection {
    padding: 0 10px;
  }
  #box_selection .container-slider-selection #slider_selection .item-product {
    max-width: 100%;
  }
  #box_selection .container-slider-selection #slider_selection .item-product .product-selection .img-product {
    height: 220px;
  }
  #box_estimation .bg-estimation img {
    opacity: 0.5;
  }
  #box_estimation .content-estimation {
    padding-left: 15px;
    padding-right: 15px;
  }
  #box_estimation .content-estimation h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 15px;
    text-align: center;
  }
  #box_estimation .content-estimation .text-estimation {
    line-height: 20px;
  }
  #box_estimation .content-estimation .link-estimation {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  #box_estimation .content-estimation .link-estimation > a {
    padding: 10px 20px;
  }
  #box_video .content-video h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px;
  }
  #box_video .content-video .picto-vid {
    font-size: 50px;
  }
  #box_video .content-video .iframe-video {
    margin: 20px auto;
    width: 95%;
    height: 250px;
  }
  #box_actus h2 {
    font-size: 30px;
    line-height: 45px;
  }
  #box_actus .container-actus {
    margin-bottom: 20px;
  }
  #box_actus .link-actus {
    margin-bottom: 10px;
  }
  #footer h3 {
    margin-bottom: 5px;
    font-size: 16px;
  }
  #footer ul {
    margin: 0 0 15px;
  }
  #footer ul li {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 1.1em;
  }
  #footer .container-slider-agence .bx-wrapper .bx-viewport #slider_agence_footer .item-agence .col-desc,
  #footer .container-slider-agence .bx-wrapper .bx-viewport #slider_agence_footer .item-agence .col-coord {
    float: left;
    width: 50%;
  }
  #footer .container-slider-agence .bx-wrapper .bx-viewport #slider_agence_footer .item-agence .col-coord {
    padding-left: 15px;
  }
  #footer .container-slider-agence .bx-wrapper .bx-viewport #slider_agence_footer .item-agence .desc-agence {
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 1.1em;
  }
  body:not(.page_home) #box_search .list-inputs .input-search {
    display: none;
    min-width: 100%;
  }
  .entry-header .page-header {
    font-size: 20px;
  }
  .breadcrumb {
    font-size: 10px;
  }
  .breadcrumb > li a,
  .breadcrumb > li span {
    font-size: 10px;
  }
  .barre_navigation {
    padding: 20px 0;
    margin-bottom: 0px;
  }
  .barre_navigation.nav_top.baudelaire {
    width: 100%;
    margin-right: 35%;
  }
  .barre_navigation .list-links-tri {
    justify-content: center;
    margin-bottom: 20px;
    text-align: center;
    display: block;
  }
  .barre_navigation .list-links-tri li:first-child {
    width: 100%;
    margin-bottom: 10px;
  }
  .barre_navigation .pagination-listing {
    display: block;
    text-align: center;
    margin-top: 10px;
  }
  #box_slider_header_product .infos-products-header h1 {
    font-size: 25px;
  }
  #box_slider_header_product .infos-products-header .product-localisation {
    font-size: 15px;
    margin: 0 0 8px;
  }
  #box_slider_header_product .infos-products-header .product-price {
    margin-bottom: 8px;
  }
  #box_slider_header_product .infos-products-header .list-criteres li .picto svg {
    height: 35px;
  }
  #box_slider_header_product .infos-products-header .list-criteres li .value {
    font-size: 18px;
  }
  .page_products_info .col-left .container-slider-product {
    height: 300px;
  }
  .page_products_info .col-left .container-slider-product .libelle-product {
    font-size: 12px;
  }
  .page_products_info .col-left .container-vignettes-product .controls-slider .btn-prev,
  .page_products_info .col-left .container-vignettes-product .controls-slider .btn-next {
    min-width: 30px;
    line-height: 30px;
    font-size: 20px;
  }
  .page_products_info .col-left .product-description {
    margin-bottom: 20px;
    font-size: 12px;
  }
  .page_products_info .col-right .vcard_nego .photo-nego {
    width: 100%;
    margin-bottom: 15px;
  }
  .page_products_info .col-right .vcard_nego .photo-nego img {
    height: 150px;
    width: 150px;
  }
  .page_products_info .col-right .vcard_nego .name-nego,
  .page_products_info .col-right .vcard_nego .fonction-nego,
  .page_products_info .col-right .vcard_nego .rsac-nego,
  .page_products_info .col-right .vcard_nego .link-contact {
    width: 100%;
  }
  .page_products_info .col-right .vcard_nego .name-nego {
    font-size: 16px;
  }
  .page_products_info .col-right .vcard_nego .fonction-nego,
  .page_products_info .col-right .vcard_nego .rsac-nego,
  .page_products_info .col-right .vcard_nego .link-contact {
    font-size: 13px;
  }
  .page_products_info .col-right .vcard_nego .log_clic_phone a,
  .page_products_info .col-right .vcard_nego .log_clic_phone_return a,
  .page_products_info .col-right .vcard_nego .contact_mail_nego a {
    width: 170px;
    padding: 6px 15px;
    font-size: 13px;
  }
  .page_products_info .col-right .vcard-agence .photo-agence {
    width: 100%;
    margin-bottom: 15px;
  }
  .page_products_info .col-right .vcard-agence .photo-agence img {
    height: 150px;
    width: 150px;
  }
  .page_products_info .col-right .vcard-agence .name-agence,
  .page_products_info .col-right .vcard-agence .adresse-agence,
  .page_products_info .col-right .vcard-agence .link-contact {
    width: 100%;
  }
  .page_products_info .col-right .vcard-agence .name-agence {
    font-size: 16px;
  }
  .page_products_info .col-right .vcard-agence .adresse-agence,
  .page_products_info .col-right .vcard-agence .link-contact {
    font-size: 13px;
  }
  .page_products_info .col-right .vcard-agence .link-contact a {
    width: 170px;
    padding: 6px 15px;
    font-size: 13px;
  }
  .page_products_info .product-criteres .panel.panel-default {
    width: 100%;
    float: left;
  }
  .page_products_info .product-criteres .panel.panel-default:nth-child(2n - 1) .panel-body {
    padding-left: 10px;
  }
  .page_products_info .product-criteres .panel.panel-default:nth-child(2n) .panel-body {
    padding-right: 10px;
  }
  .page_products_info .product-criteres .panel.panel-default .panel-body h3 {
    font-size: 20px;
  }
  .page_products_info .product-criteres .panel.panel-default .panel-body .list-group {
    margin-bottom: 10px;
  }
  .page_products_info .product-criteres .panel.panel-default .panel-body .list-group .col-sm-6 {
    width: 50%;
    float: left;
  }
  .page_products_info .product-criteres .panel.panel-default .panel-body .list-group .list-group-item {
    padding: 10px 5px;
  }
  .page_products_info .kelquartier-product h3 {
    font-size: 25px;
  }
  .page_products_info .kelquartier-product #tabs_infos_quartier li a {
    font-size: 15px;
    padding: 5px 8px;
  }
  .page_products_info #item_form h2 {
    font-size: 25px;
  }
  #bien_similaires h2 {
    font-size: 25px;
  }
  #box_fiche_pn h2 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 25px;
  }
  #box_fiche_pn .list-lots-pn .item-lot {
    width: 100%;
  }
}
@media (max-width: 414px) {
  #immodvisor-seal-widget-iframe {
    position: relative !important;
    width: 100% !important;
    top: -20px !important;
  }
}
:root {
  --casap-button-bg: var(--color-1);
}
.col-right .booking {
  width: 100%;
  margin-top: -2rem;
}
.col-right .booking__link {
  display: block;
  padding: 2rem;
  border-radius: 0;
}
.no-photo {
  background-color: #eee;
  background-size: contain;
  background-image: url('/catalog/images/no-picture.svg');
  background-position: center;
  background-repeat: no-repeat;
}
img.no-photo {
  object-fit: contain !important;
  background-image: none;
}
.item-product img,
.img-actu img,
.agence_img img {
  background-color: #eee;
}
.product-erp {
  display: flex;
  gap: 1rem;
  background-color: #f7f3e8;
  padding: 2rem;
  margin: 2rem 0 4rem;
  color: #000000;
}
.product-erp.dark-mode {
  border-radius: var(--border-radius-btn, 35px);
}
.product-erp__icon {
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.product-erp .fa-info::before {
  color: #c2b159;
}
.product-erp__info a {
  color: #c2b159;
  cursor: pointer;
}
.greenloc {
  color: var(--color-1);
  text-align: center;
}
.greenloc a {
  display: inline-block;
  border: 2px solid var(--color-2) !important;
  padding: 10px 20px;
  border-radius: 30px;
  color: var(--color-2) !important;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: transparent !important;
}
