.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;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../../catalog/scripts/bootstrap-3/fonts/glyphicons-halflings-regular.woff') format('woff');
}
.btn {
  height: 54px;
  padding: 10px 20px;
  margin: 0;
  font-size: 16px;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  display: flex;
  line-height: 26px;
  -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;
}
.btn-primary {
  background-color: #0e1c3d;
  color: #ffffff;
  border-color: transparent;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active {
  background-color: #ffffff;
  color: #0e1c3d;
  border-color: #0e1c3d;
}
.btn-secondary {
  background-color: #ffffff;
  color: #0e1c3d;
  font-weight: 600;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.active {
  background-color: #0e1c3d;
  color: #ffffff;
}
.btn-secondary:hover .st0,
.btn-secondary:focus .st0,
.btn-secondary.active .st0 {
  fill: #ffffff;
}
.btn-blue {
  background-color: #1e3d83;
  color: #ffffff;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue.active {
  background-color: #ffffff;
  color: #0e1c3d;
  border-color: #1e3d83;
}
.bx-wrapper {
  margin-bottom: 0 !important;
  width: 100% !important;
}
.bx-wrapper .bx-viewport {
  box-shadow: none !important;
  left: 0 !important;
  background-color: transparent !important;
  border: none !important;
}
.break-out {
  width: 100vw;
  position: relative;
  left: calc(-1 * (100vw - 100%) / 2);
  background-color: #f0f0f0;
}
:root {
  --color-materialize: #1e3d83;
  --color-materialize3: #0e1c3d;
  --color-materialize4: #0052b4;
}
#header {
  display: flex;
  width: 100%;
  position: relative;
}
#header .header-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 10;
}
#header .header-menu.mode-fixe {
  height: 80px;
  box-shadow: 0px 6px 20px#0000000F;
}
#header .header-menu a {
  text-decoration: none;
}
#header .header-menu .row {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#header .header-menu .menu-desktop {
  display: unset;
  width: 80%;
  display: flex;
  justify-content: flex-end;
}
#header .header-menu .logo-header,
#header .header-menu .menu,
#header .header-menu .barre-nav-top {
  text-align: center;
}
#header .header-menu .logo-header .list-links,
#header .header-menu .menu .list-links,
#header .header-menu .barre-nav-top .list-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
#header .header-menu .logo-header .list-links li,
#header .header-menu .menu .list-links li,
#header .header-menu .barre-nav-top .list-links li {
  padding: 0 1.2rem;
  position: relative;
  -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 .logo-header .list-links li.c-link,
#header .header-menu .menu .list-links li.c-link,
#header .header-menu .barre-nav-top .list-links li.c-link {
  background: #0e1c3d;
  padding: 10px;
  border-radius: 3px;
  margin-right: 0;
}
#header .header-menu .logo-header .list-links li.c-link a,
#header .header-menu .menu .list-links li.c-link a,
#header .header-menu .barre-nav-top .list-links li.c-link a {
  color: #ffffff;
}
#header .header-menu .logo-header .list-links li a,
#header .header-menu .menu .list-links li a,
#header .header-menu .barre-nav-top .list-links li a {
  font-size: 15px;
  color: #0e1c3d;
  font-weight: 600;
  -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 .logo-header .list-links li a .fa,
#header .header-menu .menu .list-links li a .fa,
#header .header-menu .barre-nav-top .list-links li a .fa {
  font-size: 1.5rem;
}
#header .header-menu .logo-header .list-links li a:hover,
#header .header-menu .menu .list-links li a:hover,
#header .header-menu .barre-nav-top .list-links li a:hover,
#header .header-menu .logo-header .list-links li a:focus,
#header .header-menu .menu .list-links li a:focus,
#header .header-menu .barre-nav-top .list-links li a:focus,
#header .header-menu .logo-header .list-links li a a.active,
#header .header-menu .menu .list-links li a a.active,
#header .header-menu .barre-nav-top .list-links li a a.active {
  text-shadow: 0px 0px 0.8px var(--color-2);
}
#header .header-menu .logo-header .list-links li a img.logo-lang,
#header .header-menu .menu .list-links li a img.logo-lang,
#header .header-menu .barre-nav-top .list-links li a img.logo-lang {
  height: auto;
  width: 30px;
}
#header .header-menu .logo-header .list-links li > ul,
#header .header-menu .menu .list-links li > ul,
#header .header-menu .barre-nav-top .list-links li > ul {
  display: none;
}
#header .header-menu .logo-header .list-links li:hover > ul,
#header .header-menu .menu .list-links li:hover > ul,
#header .header-menu .barre-nav-top .list-links li:hover > ul,
#header .header-menu .logo-header .list-links li:focus > ul,
#header .header-menu .menu .list-links li:focus > ul,
#header .header-menu .barre-nav-top .list-links li:focus > ul,
#header .header-menu .logo-header .list-links li.active > ul,
#header .header-menu .menu .list-links li.active > ul,
#header .header-menu .barre-nav-top .list-links li.active > ul {
  display: block;
}
#header .header-menu .logo-header .list-links li ul,
#header .header-menu .menu .list-links li ul,
#header .header-menu .barre-nav-top .list-links li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #0e1c3d;
  border-radius: 3px;
}
#header .header-menu .logo-header .list-links li ul li,
#header .header-menu .menu .list-links li ul li,
#header .header-menu .barre-nav-top .list-links li ul li {
  text-align: left;
  background-color: var(--color-2-80);
  padding: 10px;
  text-transform: initial;
  -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 .logo-header .list-links li ul li a,
#header .header-menu .menu .list-links li ul li a,
#header .header-menu .barre-nav-top .list-links li ul li a {
  white-space: nowrap;
  color: var(--color-btn);
  color: #ffffff;
  -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 .logo-header .list-links li ul li:hover,
#header .header-menu .menu .list-links li ul li:hover,
#header .header-menu .barre-nav-top .list-links li ul li:hover,
#header .header-menu .logo-header .list-links li ul li:focus,
#header .header-menu .menu .list-links li ul li:focus,
#header .header-menu .barre-nav-top .list-links li ul li:focus,
#header .header-menu .logo-header .list-links li ul li.active,
#header .header-menu .menu .list-links li ul li.active,
#header .header-menu .barre-nav-top .list-links li ul li.active {
  background-color: var(--color-btn);
}
#header .header-menu .logo-header .list-links > li > ul,
#header .header-menu .menu .list-links > li > ul,
#header .header-menu .barre-nav-top .list-links > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
}
#header .header-menu .logo-header .list-links > li > ul li > ul,
#header .header-menu .menu .list-links > li > ul li > ul,
#header .header-menu .barre-nav-top .list-links > li > ul li > ul {
  position: absolute;
  top: 0;
  right: 100%;
}
#header .header-menu .barre-nav-top,
#header .header-menu .barre-nav-bottom {
  width: 100%;
  display: flex;
}
#header .header-menu .barre-nav-bottom {
  justify-content: space-between;
  max-height: 80px;
}
#header .header-menu .barre-nav-top {
  justify-content: flex-end;
  -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 .barre-nav-top {
  padding-top: 18px;
}
#header .header-menu .barre-nav-top .list-links li {
  padding: 0 5px;
  display: flex;
  align-items: center;
}
#header .header-menu .barre-nav-top .list-links li a,
#header .header-menu .barre-nav-top .list-links li span {
  color: rgba(14, 28, 61, 0.7);
  font-size: 12px;
  font-weight: 600;
}
#header .header-menu .barre-nav-top .list-links li a:hover,
#header .header-menu .barre-nav-top .list-links li span:hover {
  text-shadow: 0px 0px 0.8px;
  cursor: pointer;
}
#header .header-menu .barre-nav-top .list-links .splitter:after {
  content: "";
  display: block;
  border-right: solid 1px rgba(14, 28, 61, 0.7);
  min-height: 25px;
  width: 1px;
  margin: 0 15px;
}
#header .header-menu .barre-nav-top .list-links .splitter:nth-of-type(5) .fa {
  margin-right: 1rem;
}
#header .header-menu .barre-nav-top .list-links .splitter.link-menu-float {
  position: relative;
}
#header .header-menu .barre-nav-top .list-links .splitter.link-menu-float:hover .menu-float__container {
  opacity: 1;
  display: block;
}
#header .header-menu .barre-nav-top .list-links .splitter .menu-float__container {
  background-color: transparent;
  z-index: 1;
  width: 120.59px;
  position: absolute;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  display: 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;
}
#header .header-menu .barre-nav-top .list-links .splitter .menu-float__item {
  position: absolute;
  top: 1rem;
  left: 0;
}
#header .header-menu .barre-nav-top .list-links .splitter .link-biens-favoris {
  position: relative;
}
#header .header-menu .barre-nav-top .list-links .splitter .link-biens-favoris svg {
  width: 1.5rem;
}
#header .header-menu .barre-nav-top .list-links .splitter .link-biens-favoris .nb-cart {
  position: absolute;
  top: -0.3rem;
  right: -0.8rem;
  text-decoration: none;
  font-size: 1rem;
}
#header .header-menu .barre-nav-top .list-links .reseaux {
  display: flex;
  align-items: center;
}
#header .header-menu .barre-nav-top.shrinked {
  height: 0;
  overflow: hidden;
  padding-top: 0;
}
#header .header-menu .logo-header {
  max-height: 115px;
  height: 115px;
  width: 23%;
  position: relative;
  bottom: -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;
}
#header .header-menu .logo-header .logo-main {
  height: 100%;
  width: 100%;
  object-fit: contain;
  -o-object-fit: contain;
  object-position: center;
  -o-object-position: center;
}
#header .header-menu .logo-header.home-logo {
  max-height: 115px;
  height: 115px;
  bottom: 1rem;
}
#header .header-menu .menu {
  width: 100%;
}
#header .header-menu .menu .list-links {
  justify-content: flex-end;
}
#header .header-menu .menu .list-links li {
  text-transform: uppercase;
}
#header .header-menu .menu .list-links > li > ul {
  background-color: transparent;
}
#header .header-menu .menu .list-links > li > ul > ul {
  padding: 2rem;
  transform: translateY(2.4rem);
  background: rgba(14, 28, 61, 0.83);
}
#header .header-menu .menu .list-links > li > ul > ul li {
  padding: 0;
}
#header .header-menu .menu .list-links > li > ul > ul li a {
  font-weight: 400;
  line-height: 2.6rem;
}
#header .header-menu .menu .list-links > li > ul > ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}
#header .header-menu #menu_mobile {
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
  width: 100%;
  background: rgba(14, 28, 61, 0.9);
  padding: 0 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;
}
#header .header-menu #menu_mobile.menu-burger {
  left: auto;
  right: 0;
  width: 20%;
}
#header .header-menu #menu_mobile a {
  color: #ffffff;
}
#header .header-menu #menu_mobile .menu {
  height: auto;
  width: 100%;
}
#header .header-menu #menu_mobile .menu .list-links {
  flex-direction: column;
  justify-content: center;
}
#header .header-menu #menu_mobile .menu .list-links li {
  padding: 8px 0;
  width: 100%;
}
#header .header-menu #menu_mobile .menu .list-links li a {
  font-size: 16px;
}
#header .header-menu #menu_mobile .menu .list-links > li > ul {
  position: relative;
  display: block;
  top: 0;
}
#header .header-menu #menu_mobile .menu .list-links > li > ul li {
  background: transparent;
  text-align: center;
  padding: 3px 0;
}
#header .header-menu #menu_mobile .menu .list-links > li > ul li a {
  font-size: 13px;
}
#header .header-menu #menu_mobile .menu .list-links > li > ul li > ul {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}
#header .header-menu #menu_mobile .menu .list-links .menu-top-mobile .barre-nav-top {
  justify-content: center;
  padding-top: 0;
}
#header .header-menu #menu_mobile .menu .list-links .menu-top-mobile .list-links {
  flex-direction: row;
  background-color: transparent;
  flex-wrap: wrap;
  justify-content: center !important;
}
#header .header-menu #menu_mobile .menu .list-links .menu-top-mobile .list-links li {
  width: auto;
}
#header .header-menu #menu_mobile .menu .list-links .menu-top-mobile .list-links .splitter {
  width: auto;
}
#header .header-menu #menu_mobile .menu .list-links .menu-top-mobile .list-links .splitter a,
#header .header-menu #menu_mobile .menu .list-links .menu-top-mobile .list-links .splitter span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.2rem;
}
#header .header-menu #menu_mobile .menu .list-links .menu-top-mobile .list-links .splitter:after {
  border-right: solid 1px rgba(255, 255, 255, 0.5);
}
#header .header-menu #menu_mobile .menu .list-links .menu-top-mobile .list-links .splitter.reseaux li {
  margin: 0 1rem;
}
#header .header-menu #menu_mobile.active {
  padding: 20px;
  overflow: auto;
}
#header #box_slider_header {
  display: flex;
  width: 100%;
  height: 270px;
  position: relative;
  justify-content: center;
  align-items: center;
}
#header #box_slider_header #video_header {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
#header #box_slider_header .slider-top {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -2;
  left: 0;
}
#header #box_slider_header .slider-top .bx-wrapper {
  height: 100%;
  margin: 0;
}
#header #box_slider_header .slider-top .bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  left: 0;
  background: transparent;
  height: 100% !important;
  min-height: 100%;
  max-height: 100%;
}
#header #box_slider_header .slider-top .bx-wrapper .bx-viewport #slider_header {
  height: 100%;
}
#header #box_slider_header .slider-top .bx-wrapper .bx-viewport #slider_header .slider-item {
  height: 100%;
}
#header #box_slider_header .slider-top .bx-wrapper .bx-viewport #slider_header .slider-item:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(91deg, rgba(14, 28, 61, 0.6), rgba(14, 28, 61, 0) 100%);
  background: -webkit-linear-gradient(91deg, rgba(14, 28, 61, 0.6), rgba(14, 28, 61, 0) 100%);
  background: linear-gradient(91deg, rgba(14, 28, 61, 0.6), rgba(14, 28, 61, 0) 100%);
}
#header #box_slider_header .slider-top .bx-wrapper .bx-viewport #slider_header .slider-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
#header #box_slider_header .header-home {
  float: left;
  width: 100%;
}
#header #box_slider_header .header-home .left-bloc {
  float: left;
  width: 60%;
  color: #ffffff;
}
#header #box_slider_header .header-home .left-bloc h1 {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 5.3rem;
  text-shadow: 10px 10px 50px #1a1430;
  margin-bottom: 0;
}
#header #box_slider_header .header-home .left-bloc h2 {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 4.1rem;
  text-shadow: 10px 10px 50px #1a1430;
}
#header #box_slider_header .header-home .left-bloc .opinion-system,
#header #box_slider_header .header-home .left-bloc .meilleur-agent {
  display: inline-block;
  width: 180px;
  vertical-align: middle;
  margin-right: 15px;
}
#header #box_slider_header .header-home .right-bloc {
  float: left;
  width: 30%;
  padding-left: 20px;
}
#header #box_slider_header .box-search-inter {
  position: absolute;
  right: -10px;
  width: 400px;
  top: 60%;
  z-index: 1;
}
#header .menu-mobile {
  width: 50%;
  height: 100%;
  float: left;
  padding: 10px;
}
#header .menu-mobile #burger_mobile {
  float: right;
  height: 100%;
  width: 60px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .menu-mobile #burger_mobile .square-burger {
  width: 40px;
  height: 40px;
  padding: 12px 5px;
  border-radius: 3px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#header .menu-mobile #burger_mobile .square-burger span {
  display: block;
  background: #0e1c3d;
  width: 30px;
  height: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: .25s margin .25s, .25s transform;
  -moz-transition: .25s margin .25s, .25s transform;
  transition: .25s margin .25s, .25s transform;
}
#header .menu-mobile #burger_mobile .square-burger span:nth-child(1) {
  margin-bottom: 5px;
  width: 30px;
}
#header .menu-mobile #burger_mobile .square-burger span:nth-child(3) {
  margin-top: 5px;
  width: 30px;
}
#header .menu-mobile #burger_mobile.active .square-burger {
  padding: 10px 5px;
}
#header .menu-mobile #burger_mobile.active .square-burger span {
  -webkit-transition: .25s margin, .25s transform .25s;
  -moz-transition: .25s margin, .25s transform .25s;
  transition: .25s margin, .25s transform .25s;
}
#header .menu-mobile #burger_mobile.active .square-burger span:nth-child(1) {
  margin-top: 10px;
  width: 30px;
  margin-bottom: 1px;
}
#header .menu-mobile #burger_mobile.active .square-burger span:nth-child(1),
#header .menu-mobile #burger_mobile.active .square-burger span:nth-child(2) {
  transform: rotate(45deg);
}
#header .menu-mobile #burger_mobile.active .square-burger span:nth-child(2) {
  margin-top: -3px;
}
#header .menu-mobile #burger_mobile.active .square-burger span:nth-child(3) {
  margin-top: -3px;
  transform: rotate(135deg);
  width: 30px;
}
#header .send-mobile {
  text-align: center;
  align-self: center;
  padding: 15px;
}
#header .send-mobile img {
  max-width: 28px;
}
.page_home #header #box_slider_header {
  height: calc(100vh - 9rem);
}
.page_advanced_search_result #header #box_slider_header .box-search-inter {
  top: 60px;
}
.page_news #header #box_slider_header {
  height: calc(40vh - 9rem) !important;
  padding: 20px 0;
}
#box_search {
  float: left;
  width: 100%;
}
#box_search .search-form {
  color: #ffffff;
  border-radius: 3px;
  float: left;
  width: 100%;
  background-color: rgba(14, 28, 61, 0.9);
  padding: 20px 30px;
  position: relative;
}
#box_search .search-form h2 {
  color: #ffffff;
  font-size: 2.5rem;
  line-height: 4.1rem;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 400;
}
#box_search .search-form #quick_find {
  margin: 10px 0;
}
#box_search .search-form .list-inputs {
  margin-top: 15px;
}
#box_search .search-form .list-inputs .input-search .text {
  width: 40%;
  padding: 7px 0px;
}
#box_search .search-form .list-inputs .input-search .input {
  width: 100%;
  margin-bottom: 10px;
}
#box_search .search-form .list-inputs .input-search .input select.form-control {
  color: #707070;
  background: #ffffff;
  text-decoration: underline;
}
#box_search .search-form .list-inputs .input-search .input select.form-control option {
  color: #707070;
}
#box_search .search-form .list-inputs .input-search .input .form-control {
  border: 0;
  color: #707070;
  font-size: 1.4rem;
  height: 40px;
  background: #ffffff;
  border-radius: 3px;
}
#box_search .search-form .list-inputs .input-search .input .form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#box_search .search-form .list-inputs .input-search .input .form-control[type="text"] {
  color: #707070;
}
#box_search .search-form .list-inputs .input-search .input .form-control[type="text"]::placeholder {
  color: #707070;
}
#box_search .search-form .list-inputs .input-search .input .form-control.bootstrap-select.open .caret {
  transform: rotate(180deg);
  top: 1.8rem;
}
#box_search .search-form .list-inputs .input-search .input .form-control.bootstrap-select > .btn {
  padding: 6px 12px;
  background: #ffffff;
  border-radius: 3px;
  height: 40px;
  margin-bottom: 10px;
}
#box_search .search-form .list-inputs .input-search .input .form-control.bootstrap-select > .btn .caret {
  background-image: url(../images/accueil/arrow-dropdown.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 1.2rem;
  height: 0.7rem;
  transition: all 0.3s ease;
  border: 0;
}
#box_search .search-form .list-inputs .input-search .input .form-control.bootstrap-select > .btn .filter-option {
  color: #707070;
  font-size: 1.4rem;
}
#box_search .search-form .list-inputs .input-search .input .form-control.bootstrap-select .dropdown-menu li span {
  float: unset;
  padding: 0;
  width: auto;
}
#box_search .search-form .list-inputs .input-search .radio-inline {
  font-size: 16px;
  margin-bottom: 10px;
}
#box_search .search-form .list-inputs .input-search .radio-inline:not(:last-child) {
  margin-right: 10px;
}
#box_search .search-form .list-inputs .input-search.input-submit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
#box_search .search-form .list-inputs .input-search.input-submit .submit-button {
  width: 50%;
  height: auto;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
#box_search .search-form .list-inputs .input-search.input-submit .more-criteria {
  cursor: pointer;
  line-height: 2.3rem;
}
#box_search .search-form .list-inputs .input-search.input-surface-min,
#box_search .search-form .list-inputs .input-search.input-reference {
  width: 48%;
}
#box_search .search-form .list-inputs .input-search.input-budget-max .input {
  position: relative;
}
#box_search .search-form .list-inputs .input-search.input-budget-max .picto-euro {
  position: absolute;
  width: 1.2rem;
  right: 1.2rem;
  top: 1.2rem;
  z-index: 1;
}
#box_search .search-form .list-inputs .input-search.input-budget-max .picto-euro .st0 {
  fill: #1e3d83;
}
#box_search .search-form .list-inputs .input-row {
  display: flex;
  justify-content: space-between;
}
#box_search .search-form .list-toggle-inputs {
  display: none;
}
#box_search .search-form .list-toggle-inputs .list-inputs {
  background-color: var(--color-1-80);
  margin-top: 0;
}
#box_search .search-form .list-toggle-inputs .list-inputs .input-row .input-search {
  width: 48%;
}
.entry-header .page-header {
  border: 0;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  color: var(--color-titre);
  text-shadow: 0 0px 20px var(--color-1);
  font-size: 40px;
}
.entry-header .page-header::after {
  content: ' ';
  display: block;
  height: 50px;
  width: 400px;
  float: right;
}
.breadcrumb {
  background: transparent;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 12px;
}
.breadcrumb > li {
  vertical-align: middle;
}
.breadcrumb > li + li:before {
  padding: 0 3px;
  content: "\007c";
}
.page_estimation_en_ligne .box-estimation__content {
  display: flex;
  margin: 5rem 0 7.5rem;
  justify-content: space-between;
}
.page_estimation_en_ligne .box-estimation__item {
  height: 333px;
  width: 48%;
}
.page_estimation_en_ligne .box-estimation__item:first-of-type {
  background-color: #f0f0f0;
  font-size: 1.6rem;
  line-height: 2.5rem;
  padding: 0 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page_estimation_en_ligne .box-estimation__item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
.page_estimation_en_ligne .box-estimation__item span {
  font-weight: 600;
}
.page_estimation_en_ligne #estim_online .btn:hover,
.page_estimation_en_ligne #estim_online .btn:focus,
.page_estimation_en_ligne #estim_online .btn.active {
  color: #ffffff;
}
#page_content_7 .content-partenaires-titre__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
}
#page_content_7 .content-partenaires-titre__container h2 {
  line-height: normal;
}
#page_content_7 .content-partenaires-link__container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#page_content_7 .content-partenaires-contact__container :not(#partenaires_diagnostiqueurs_immo) {
  justify-content: space-between;
}
#page_content_7 .content-partenaires-contact__container :not(#partenaires_diagnostiqueurs_immo) ul li:nth-of-type(2) {
  font-weight: 600;
}
#page_content_7 .content-partenaires-contact__container:not(.break-out) .content-partenaires-contact__item.container {
  padding: 0;
}
#page_content_7 .content-partenaires-contact__item {
  display: flex;
  flex-wrap: wrap;
}
#page_content_7 .content-partenaires-contact__item h3 {
  width: 100%;
  margin: 50px 0 25px;
}
#page_content_7 .content-partenaires-contact__item ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 40px;
}
#page_content_7 .content-partenaires-contact__item ul li {
  font-size: 1.6rem;
  line-height: 2.5rem;
  font-weight: 500;
}
#page_content_7 .content-partenaires-contact__item ul li:first-of-type,
#page_content_7 .content-partenaires-contact__item ul li:first-of-type a {
  color: #1e3d83;
  font-size: 1.8rem;
  font-weight: 600;
  text-decoration: none;
}
#page_content_7 .content-partenaires-contact__item ul li a {
  text-decoration: underline;
}
#page_content_7 #partenaires_diagnostiqueurs_immo ul {
  width: 25%;
}
#page_content_7 #partenaires_credits_assurance ul,
#page_content_7 #partenaires_artisans ul,
#page_content_7 #partenaires_geometre_expert ul,
#page_content_7 #partenaires_demenagement_debarras ul,
#page_content_7 #partenaires_paysagiste_amenagements_terrassements ul,
#page_content_7 #partenaires_amenagement_maison ul {
  width: 50%;
}
#page_content_6 .content-liens-utiles-videos-regions__container,
#page_content_6 .content-liens-utiles-item__container {
  display: flex;
  justify-content: space-between;
}
#page_content_6 .content-liens-utiles__item {
  width: 48%;
}
#page_content_6 .content-liens-utiles-presentation .content-liens-utiles-item__container {
  margin: 5rem 0;
}
#page_content_6 .content-liens-utiles-presentation .content-liens-utiles-item__container .content-liens-utiles__item:first-of-type {
  background-color: #f0f0f0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 6rem;
  font-size: 1.6rem;
  line-height: 2.5rem;
}
#page_content_6 .content-liens-utiles-logo-regions__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin: 3rem 0;
}
#page_content_6 .content-liens-utiles-logo-regions__item a:hover,
#page_content_6 .content-liens-utiles-logo-regions__item a:focus,
#page_content_6 .content-liens-utiles-logo-regions__item a.active {
  text-decoration: none;
}
#page_content_6 .content-liens-utiles-logo-regions__logo {
  width: 10rem;
  margin: 0 auto 1.5rem;
}
#page_content_6 .content-liens-utiles-logo-regions__logo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
#page_content_6 .content-liens-utiles-logo-regions__text {
  color: #0e1c3d;
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: 600;
}
#page_content_6 .content-liens-utiles-videos-regions__wrapper:not(.break-out) .content-liens-utiles-videos-regions__container.container {
  width: 100%;
}
#page_content_6 .content-liens-utiles-videos-regions__wrapper.break-out {
  padding: 5rem 0 8rem;
}
#page_content_6 .content-liens-utiles-videos-regions__wrapper.break-out .content-liens-utiles-videos-regions__container {
  padding: 0 15px;
}
#page_content_6 .content-liens-utiles-videos-regions__container {
  padding: 5rem 0 8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
#page_content_6 .slider_video_ytb__wrapper {
  position: relative;
}
#page_content_6 .content-liens-utiles-videos-regions__wrapper:last-of-type .content-liens-utiles-videos-regions__title {
  text-align: center;
}
#page_content_6 .content-liens-utiles-logo-regions__container {
  position: relative;
}
#page_content_6 .slider_logo_regions__pagination,
#page_content_6 .slider_data_carroussel__pagination,
#page_content_6 .slider_data_carroussel_2__pagination {
  justify-content: center;
  top: auto;
  bottom: 2.5rem;
  transform: initial;
  position: absolute;
  z-index: 9;
  width: 100%;
  display: flex;
}
#page_content_6 .slider_logo_regions__pagination .btn-prev,
#page_content_6 .slider_data_carroussel__pagination .btn-prev,
#page_content_6 .slider_data_carroussel_2__pagination .btn-prev,
#page_content_6 .slider_logo_regions__pagination .btn-next,
#page_content_6 .slider_data_carroussel__pagination .btn-next,
#page_content_6 .slider_data_carroussel_2__pagination .btn-next {
  position: relative;
  cursor: pointer;
}
#page_content_6 .slider_logo_regions__pagination .btn-prev,
#page_content_6 .slider_data_carroussel__pagination .btn-prev,
#page_content_6 .slider_data_carroussel_2__pagination .btn-prev {
  left: -5rem;
}
#page_content_6 .slider_logo_regions__pagination .btn-next,
#page_content_6 .slider_data_carroussel__pagination .btn-next,
#page_content_6 .slider_data_carroussel_2__pagination .btn-next {
  right: -5rem;
}
#page_content_6 .slider_logo_regions__pagination .fa,
#page_content_6 .slider_data_carroussel__pagination .fa,
#page_content_6 .slider_data_carroussel_2__pagination .fa {
  font-size: 25px;
}
#page_content_6 .slider_data_carroussel__pagination {
  bottom: -50px;
}
#page_content_6 .slider_video_ytb__pagination {
  position: absolute;
  z-index: 9;
  width: 100%;
  display: flex;
  justify-content: space-between;
  top: 50%;
  transform: translateY(-50%);
}
#page_content_6 .slider_video_ytb__pagination .btn-prev,
#page_content_6 .slider_video_ytb__pagination .btn-next {
  position: relative;
  cursor: pointer;
}
#page_content_6 .slider_video_ytb__pagination .btn-prev {
  left: -5rem;
}
#page_content_6 .slider_video_ytb__pagination .btn-next {
  right: -5rem;
}
#page_content_6 .slider_video_ytb__pagination .fa {
  font-size: 25px;
}
#page_content_6 .content-liens-utiles-item__container {
  height: 30.8rem;
  width: 100%;
}
#page_content_6 .content-liens-utiles__video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
#page_content_6 .content-liens-utiles__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.presentation-form-nous-contacter__container {
  margin: 5rem 0 10rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.presentation-form-nous-contacter__container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
  border-radius: 3px;
}
.presentation-form-nous-contacter__item {
  font-size: 1.6rem;
  line-height: 2.5rem;
}
.presentation-form-nous-contacter__item p {
  margin: 0;
}
.presentation-form-nous-contacter__item:first-of-type {
  background-color: #f0f0f0;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 0 6.5rem;
}
.presentation-form-nous-contacter__item:last-of-type {
  height: 100%;
}
.box-form-vendre .presentation-form-vendre__container,
.box-form-contact .presentation-form-vendre__container {
  margin: 5rem 0 10rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.box-form-vendre .presentation-form-vendre__container img,
.box-form-contact .presentation-form-vendre__container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
  border-radius: 3px;
}
.box-form-vendre .formContactBien,
.box-form-contact .formContactBien {
  display: flex;
  justify-content: center;
  max-width: 55.7rem;
  margin: 0 auto;
}
.box-form-vendre .presentation-form-vendre__item,
.box-form-contact .presentation-form-vendre__item {
  font-size: 1.6rem;
  line-height: 2.5rem;
}
.box-form-vendre .presentation-form-vendre__item p,
.box-form-contact .presentation-form-vendre__item p {
  margin: 0;
}
.box-form-vendre .presentation-form-vendre__item:last-of-type,
.box-form-contact .presentation-form-vendre__item:last-of-type {
  position: relative;
}
.box-form-vendre .presentation-form-vendre__item:last-of-type span,
.box-form-contact .presentation-form-vendre__item:last-of-type span {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  color: white;
  font-size: 1.2rem;
}
.box-form-vendre .form_contact_nego,
.box-form-contact .form_contact_nego {
  background-color: #0e1c3d08;
  margin-bottom: 10rem;
}
.box-form-vendre .contactUsTitle,
.box-form-contact .contactUsTitle {
  display: flex;
  justify-content: center;
}
.box-form-vendre .form-control,
.box-form-contact .form-control {
  background: #ffffff;
  height: 5rem;
  border-radius: 3px;
}
.box-form-vendre .form-control#agence_form_field,
.box-form-contact .form-control#agence_form_field {
  height: 18rem;
}
.box-form-vendre .form-control:focus,
.box-form-contact .form-control:focus,
.box-form-vendre .form-control:not(:placeholder-shown),
.box-form-contact .form-control:not(:placeholder-shown) {
  border-color: #0e1c3d;
  box-shadow: none;
}
.box-form-vendre .form-control:focus + label,
.box-form-contact .form-control:focus + label,
.box-form-vendre .form-control:not(:placeholder-shown) + label,
.box-form-contact .form-control:not(:placeholder-shown) + label {
  top: 0.3rem;
  background-color: #ffffff;
}
.box-form-vendre .form-control:focus + label[for='customers_comments'],
.box-form-contact .form-control:focus + label[for='customers_comments'],
.box-form-vendre .form-control:not(:placeholder-shown) + label[for='customers_comments'],
.box-form-contact .form-control:not(:placeholder-shown) + label[for='customers_comments'] {
  top: 0.1rem;
}
.box-form-vendre .bloc-captcha,
.box-form-contact .bloc-captcha {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #E8E8EC;
  margin: 2rem 0 1.5rem;
}
.box-form-vendre .bloc-captcha .showForm,
.box-form-contact .bloc-captcha .showForm {
  font-size: 1.5rem;
  margin-top: 1.5rem;
}
.box-form-vendre .bloc-captcha .showForm sup,
.box-form-contact .bloc-captcha .showForm sup {
  top: 0;
}
.box-form-vendre .bloc-captcha #div1,
.box-form-contact .bloc-captcha #div1,
.box-form-vendre .bloc-captcha #div2,
.box-form-contact .bloc-captcha #div2 {
  background-color: #ffffff;
}
.box-form-vendre .form-group,
.box-form-contact .form-group {
  position: relative;
  margin: 1.5rem 0;
}
.box-form-vendre .form-group label,
.box-form-contact .form-group label {
  color: #939598;
  position: absolute;
  padding: 0 1rem;
  top: 50%;
  font-size: 1.2rem;
  left: 1.6rem;
  transform: translateY(-50%);
  -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-form-vendre .form-group label[for='customers_comments'],
.box-form-contact .form-group label[for='customers_comments'] {
  top: 2.5rem;
}
.box-form-vendre .bloc-contact-btn,
.box-form-contact .bloc-contact-btn {
  display: flex;
  justify-content: center;
}
.box-form-vendre .container-rgpd,
.box-form-contact .container-rgpd {
  width: 100%;
  padding: 2.5rem 10rem 5rem;
}
.box-form-vendre .container-rgpd .mention-rgpd,
.box-form-contact .container-rgpd .mention-rgpd {
  font-size: 1.2rem;
  line-height: 2rem;
  color: #6A6A6A;
}
.box-form-vendre .container-rgpd .mention-rgpd span,
.box-form-contact .container-rgpd .mention-rgpd span {
  color: #000000;
  font-weight: 500;
}
.container-form-online form {
  box-shadow: #00000024 10px 20px 40px 0px;
  padding: 20px 0;
  margin-bottom: 60px;
  border-bottom: 5px solid #1e3d83;
}
html {
  font-size: 10px;
  overflow-x: hidden;
}
body {
  color: #000000;
  font-size: 1.4rem;
  font-family: 'Poppins', sans-serif;
  background-color: #ffffff;
  overflow-x: hidden;
}
h2 {
  color: #0e1c3d;
  font-size: 2.5rem;
  line-height: 4.1em;
  font-weight: 600;
}
::selection {
  background-color: var(--color-1);
  color: #ffffff;
}
::-moz-selection {
  background-color: var(--color-1);
  color: #ffffff;
}
.form-control {
  background: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--color-1);
}
.form-control.bootstrap-select {
  border-radius: 0;
}
.form-control.bootstrap-select.open > .btn {
  background-color: transparent;
  border: 0;
}
.form-control.bootstrap-select > .btn {
  border-radius: 0;
  background: transparent;
  border: 0;
}
.form-control > option {
  background-color: var(--color-bg);
}
.page_products_print .contain_title img {
  object-fit: contain;
  -o-object-fit: contain;
  object-position: left;
  -o-object-position: left;
}
#box-home-content h2,
#box-home-content p {
  margin: 0 0 30px;
}
#box-home-content h2 {
  line-height: 4.1rem;
}
#box-home-content p {
  font-size: 1.6rem;
  line-height: 2.5rem;
}
#box-home-content img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
#box-home-content .box-home-content-item__container {
  position: relative;
}
#box-home-content .home-content-1,
#box-home-content .home-content-2,
#box-home-content .home-content-3 {
  margin: 100px 0;
}
#box-home-content .home-content-1 .box-home-content-item__text-box,
#box-home-content .home-content-2 .box-home-content-item__text-box,
#box-home-content .home-content-3 .box-home-content-item__text-box {
  position: absolute;
}
#box-home-content .home-content-1 .link-box,
#box-home-content .home-content-2 .link-box,
#box-home-content .home-content-3 .link-box {
  display: flex;
}
#box-home-content .home-content-1 .box-home-content-item__text-box,
#box-home-content .home-content-2 .box-home-content-item__text-box {
  top: 0;
  left: 0;
}
#box-home-content .home-content-1 .box-home-content-item__img,
#box-home-content .home-content-3 .box-home-content-item__img {
  position: absolute;
  right: 0;
}
#box-home-content .home-content-1 .box-home-content-item__text-box,
#box-home-content .home-content-3 .box-home-content-item__text-box {
  background-color: #ffffff;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
}
#box-home-content .home-content-1 .link-box,
#box-home-content .home-content-3 .link-box {
  width: 124%;
  justify-content: flex-end;
}
#box-home-content .home-content-1 {
  height: 77rem;
}
#box-home-content .home-content-1 .box-home-content-item__img {
  bottom: 0;
  height: 65rem;
  width: 90%;
}
#box-home-content .home-content-1 .box-home-content-item__text-box {
  padding: 75px;
  width: 47%;
}
#box-home-content .home-content-2 {
  height: 69.5rem;
}
#box-home-content .home-content-2 .box-home-content-item__text-box {
  color: #ffffff;
  transform: translateY(-50%);
  width: 42%;
}
#box-home-content .home-content-2 .box-home-content-item__text-box h2 {
  color: #ffffff;
}
#box-home-content .home-content-2 .break-out {
  height: 100%;
}
#box-home-content .home-content-2 .box_home_content-img__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  background: transparent linear-gradient(90deg, rgba(14, 28, 61, 0.7) 0%, rgba(14, 28, 61, 0) 100%);
}
#box-home-content .home-content-2 .content {
  margin-top: 20px;
}
#box-home-content .home-content-3 {
  height: 89.3rem;
}
#box-home-content .home-content-3 .box-home-content-item__img {
  top: 0;
  height: 66.2rem;
  width: 100%;
  position: relative;
}
#box-home-content .home-content-3 .box-home-content-item__img span {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: white;
  font-size: 1.2rem;
}
#box-home-content .home-content-3 .box-home-content-item__text-box {
  bottom: 0;
  left: 100px;
  padding: 55px;
  width: 45%;
}
#box-home-biens {
  margin-top: 60px;
}
.box-home-biens__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box-home-biens__header ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  padding: 18px;
}
.box-home-biens__header ul li {
  text-transform: uppercase;
  line-height: 2.3rem;
  font-size: 1.4rem;
}
.box-home-biens__header ul li:first-of-type {
  border-radius: 3px 0px 0px 3px;
  color: #0e1c3d;
  background-color: rgba(209, 177, 96, 0.2);
}
.box-home-biens__header ul li:first-of-type.active {
  background-color: #d1b160;
  color: #ffffff;
}
.box-home-biens__header ul li:last-of-type {
  border-radius: 0px 3px 3px 0px;
  color: #0e1c3d;
  background-color: #f0f0f0;
}
.box-home-biens__header ul li:last-of-type.active {
  color: #ffffff;
  background-color: #0e1c3d;
}
.box-home-biens__btn {
  display: flex;
  justify-content: center;
  position: relative;
}
.box-home-biens__container {
  position: relative;
  height: 315px;
}
#box-home-selection,
#box-home-selection-favoris {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
}
#box-home-selection.active,
#box-home-selection-favoris.active {
  z-index: 0;
}
#box-home-selection,
#box-home-selection-favoris,
#box-biens-similaires {
  background-color: #ffffff;
  width: 100%;
}
#box-home-selection .btn-prev,
#box-home-selection-favoris .btn-prev,
#box-biens-similaires .btn-prev,
#box-home-selection .btn-next,
#box-home-selection-favoris .btn-next,
#box-biens-similaires .btn-next {
  position: absolute;
  width: 2.5rem;
  top: 40%;
}
#box-home-selection .btn-prev,
#box-home-selection-favoris .btn-prev,
#box-biens-similaires .btn-prev {
  left: -50px;
}
#box-home-selection .btn-next,
#box-home-selection-favoris .btn-next,
#box-biens-similaires .btn-next {
  right: -50px;
}
#box-home-selection .bx-wrapper,
#box-home-selection-favoris .bx-wrapper,
#box-biens-similaires .bx-wrapper {
  min-width: 100%;
  margin: 0;
}
#box-home-selection .bx-wrapper .bx-viewport,
#box-home-selection-favoris .bx-wrapper .bx-viewport,
#box-biens-similaires .bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  left: 0;
  background: transparent;
}
#box-home-selection .box-home-selection__wrapper,
#box-home-selection-favoris .box-home-selection__wrapper,
#box-biens-similaires .box-home-selection__wrapper,
#box-home-selection .box-home-selection-favoris__wrapper,
#box-home-selection-favoris .box-home-selection-favoris__wrapper,
#box-biens-similaires .box-home-selection-favoris__wrapper,
#box-home-selection .box-biens-similaires__wrapper,
#box-home-selection-favoris .box-biens-similaires__wrapper,
#box-biens-similaires .box-biens-similaires__wrapper {
  margin-bottom: 30px;
  position: relative;
}
#box-home-selection .box-home-selection__body,
#box-home-selection-favoris .box-home-selection__body,
#box-biens-similaires .box-home-selection__body,
#box-home-selection .box-home-selection-favoris__body,
#box-home-selection-favoris .box-home-selection-favoris__body,
#box-biens-similaires .box-home-selection-favoris__body,
#box-home-selection .box-biens-similaires__body,
#box-home-selection-favoris .box-biens-similaires__body,
#box-biens-similaires .box-biens-similaires__body {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}
#box-home-selection .box-home-selection__body a,
#box-home-selection-favoris .box-home-selection__body a,
#box-biens-similaires .box-home-selection__body a,
#box-home-selection .box-home-selection-favoris__body a,
#box-home-selection-favoris .box-home-selection-favoris__body a,
#box-biens-similaires .box-home-selection-favoris__body a,
#box-home-selection .box-biens-similaires__body a,
#box-home-selection-favoris .box-biens-similaires__body a,
#box-biens-similaires .box-biens-similaires__body a {
  text-decoration: none;
}
#box-home-selection .box-home-selection__body:hover .infos-product,
#box-home-selection-favoris .box-home-selection__body:hover .infos-product,
#box-biens-similaires .box-home-selection__body:hover .infos-product,
#box-home-selection .box-home-selection-favoris__body:hover .infos-product,
#box-home-selection-favoris .box-home-selection-favoris__body:hover .infos-product,
#box-biens-similaires .box-home-selection-favoris__body:hover .infos-product,
#box-home-selection .box-biens-similaires__body:hover .infos-product,
#box-home-selection-favoris .box-biens-similaires__body:hover .infos-product,
#box-biens-similaires .box-biens-similaires__body:hover .infos-product,
#box-home-selection .box-home-selection__body:focus .infos-product,
#box-home-selection-favoris .box-home-selection__body:focus .infos-product,
#box-biens-similaires .box-home-selection__body:focus .infos-product,
#box-home-selection .box-home-selection-favoris__body:focus .infos-product,
#box-home-selection-favoris .box-home-selection-favoris__body:focus .infos-product,
#box-biens-similaires .box-home-selection-favoris__body:focus .infos-product,
#box-home-selection .box-biens-similaires__body:focus .infos-product,
#box-home-selection-favoris .box-biens-similaires__body:focus .infos-product,
#box-biens-similaires .box-biens-similaires__body:focus .infos-product,
#box-home-selection .box-home-selection__body.active .infos-product,
#box-home-selection-favoris .box-home-selection__body.active .infos-product,
#box-biens-similaires .box-home-selection__body.active .infos-product,
#box-home-selection .box-home-selection-favoris__body.active .infos-product,
#box-home-selection-favoris .box-home-selection-favoris__body.active .infos-product,
#box-biens-similaires .box-home-selection-favoris__body.active .infos-product,
#box-home-selection .box-biens-similaires__body.active .infos-product,
#box-home-selection-favoris .box-biens-similaires__body.active .infos-product,
#box-biens-similaires .box-biens-similaires__body.active .infos-product {
  top: 0;
}
#box-home-selection .box-home-selection__img,
#box-home-selection-favoris .box-home-selection__img,
#box-biens-similaires .box-home-selection__img,
#box-home-selection .box-home-selection-favoris__img,
#box-home-selection-favoris .box-home-selection-favoris__img,
#box-biens-similaires .box-home-selection-favoris__img,
#box-home-selection .box-biens-similaires__img,
#box-home-selection-favoris .box-biens-similaires__img,
#box-biens-similaires .box-biens-similaires__img {
  height: 260px;
  width: 100%;
  position: relative;
}
#box-home-selection .box-home-selection__img img,
#box-home-selection-favoris .box-home-selection__img img,
#box-biens-similaires .box-home-selection__img img,
#box-home-selection .box-home-selection-favoris__img img,
#box-home-selection-favoris .box-home-selection-favoris__img img,
#box-biens-similaires .box-home-selection-favoris__img img,
#box-home-selection .box-biens-similaires__img img,
#box-home-selection-favoris .box-biens-similaires__img img,
#box-biens-similaires .box-biens-similaires__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
#box-home-selection .box-home-selection__picto-product,
#box-home-selection-favoris .box-home-selection__picto-product,
#box-biens-similaires .box-home-selection__picto-product,
#box-home-selection .box-home-selection-favoris__picto-product,
#box-home-selection-favoris .box-home-selection-favoris__picto-product,
#box-biens-similaires .box-home-selection-favoris__picto-product,
#box-home-selection .box-biens-similaires__picto-product,
#box-home-selection-favoris .box-biens-similaires__picto-product,
#box-biens-similaires .box-biens-similaires__picto-product {
  position: absolute;
  left: 15px;
  top: 15px;
  padding: 5px 10px;
  color: #ffffff;
  background-color: rgba(209, 177, 96, 0.85);
  border-radius: 3px;
  z-index: 3;
}
#box-home-selection .box-home-selection-favoris__picto-product,
#box-home-selection-favoris .box-home-selection-favoris__picto-product,
#box-biens-similaires .box-home-selection-favoris__picto-product,
#box-home-selection .box-biens-similaires-favoris__picto-product,
#box-home-selection-favoris .box-biens-similaires-favoris__picto-product,
#box-biens-similaires .box-biens-similaires-favoris__picto-product {
  background-color: #0e1c3d;
  color: #ffffff;
}
#box-home-selection .infos-product,
#box-home-selection-favoris .infos-product,
#box-biens-similaires .infos-product {
  position: absolute;
  left: 0px;
  top: 100%;
  padding: 20px;
  width: 100%;
  height: 100%;
  -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;
  background: transparent linear-gradient(180deg, #0e1c3d B2 0%, #0e1c3d E6 100%) 0% 0% no-repeat padding-box;
}
#box-home-selection .infos-product .infos-product__link,
#box-home-selection-favoris .infos-product .infos-product__link,
#box-biens-similaires .infos-product .infos-product__link {
  color: #ffffff;
  -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;
  display: flex;
  height: 100%;
  align-items: flex-end;
}
#box-home-selection .infos-product__container,
#box-home-selection-favoris .infos-product__container,
#box-biens-similaires .infos-product__container {
  height: 70%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
#box-home-selection .infos-product__bottom,
#box-home-selection-favoris .infos-product__bottom,
#box-biens-similaires .infos-product__bottom {
  display: flex;
  justify-content: space-between;
  border-top: 0.2rem solid rgba(255, 255, 255, 0.5);
  padding-top: 2rem;
  align-items: center;
}
#box-home-selection .product-name,
#box-home-selection-favoris .product-name,
#box-biens-similaires .product-name,
#box-home-selection .product-price,
#box-home-selection-favoris .product-price,
#box-biens-similaires .product-price {
  font-size: 1.8rem;
}
#box-home-selection .price_honoraires_acquereur,
#box-home-selection-favoris .price_honoraires_acquereur,
#box-biens-similaires .price_honoraires_acquereur,
#box-home-selection .product-reference,
#box-home-selection-favoris .product-reference,
#box-biens-similaires .product-reference {
  font-size: 1.2rem;
  line-height: 1.9rem;
}
#box-home-selection .product-name,
#box-home-selection-favoris .product-name,
#box-biens-similaires .product-name {
  margin-bottom: 0.5rem;
  line-height: 2.9rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#box-home-selection .product-price,
#box-home-selection-favoris .product-price,
#box-biens-similaires .product-price {
  display: flex;
  align-items: center;
  line-height: 2.7rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
#box-home-selection .price_honoraires_acquereur,
#box-home-selection-favoris .price_honoraires_acquereur,
#box-biens-similaires .price_honoraires_acquereur {
  margin-left: 1rem;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
}
#box-home-selection .product-localisation,
#box-home-selection-favoris .product-localisation,
#box-biens-similaires .product-localisation {
  line-height: 2.6rem;
  font-size: 1.6rem;
}
#box-home-selection .link-selection,
#box-home-selection-favoris .link-selection,
#box-biens-similaires .link-selection {
  text-align: center;
  width: max-content;
  margin: 0 auto;
}
#box-home-selection .link-selection .btn.btn-primary,
#box-home-selection-favoris .link-selection .btn.btn-primary,
#box-biens-similaires .link-selection .btn.btn-primary {
  text-transform: uppercase;
}
#box_newsletter {
  text-align: center;
  padding: 30px 15px;
}
#box_newsletter h2,
#box_newsletter .col-email,
#box_newsletter .btn-submit {
  display: inline-block;
  vertical-align: middle;
}
#box_newsletter h2 {
  margin: 0;
  text-align: left;
  margin-right: 80px;
  text-transform: uppercase;
  font-family: var(--font-2);
  font-size: 35px;
}
#box_newsletter .col-email {
  margin-right: 15px;
}
#box_newsletter .col-email .alert {
  margin-bottom: 10px;
  padding: 8px 10px;
}
#box_newsletter .col-email input[type="text"] {
  width: 250px;
  border: 0;
  color: var(--color-1);
  padding: 0;
  border-bottom: 1px solid var(--color-1);
}
#box_newsletter .btn-submit {
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  -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_newsletter .btn-submit:hover,
#box_newsletter .btn-submit:focus,
#box_newsletter .btn-submit.active {
  color: var(--color-2);
}
#box_newsletter .mentions-rgpd {
  font-size: 10px;
  margin-top: 15px;
}
#box_home_actus .box-home-actus__title {
  text-align: center;
}
#box_home_actus .box-home-actus__container {
  position: relative;
  margin-bottom: 3rem;
}
#box_home_actus .box-home-actus__container img,
#box_home_actus .box-home-actus__container svg {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
#box_home_actus .box-home-actus__pagination {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: space-between;
}
#box_home_actus .btn-prev-slide,
#box_home_actus .btn-next-slide {
  width: 2.5rem;
  position: relative;
}
#box_home_actus .btn-prev-slide {
  left: -5.5rem;
}
#box_home_actus .btn-next-slide {
  right: -5.5rem;
}
#box_home_actus .box-home-actus__btn {
  width: 100%;
  margin: 2.5rem 0rem 7.5rem;
  display: flex;
  justify-content: center;
}
.page_news .sub-title-listing-news {
  font-size: 1.6rem;
  font-weight: 500;
}
.box-listing-news__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box-actu-pagination__container {
  display: flex;
  justify-content: center;
}
.box-actu-pagination__container ul {
  width: 11rem;
  display: flex;
  justify-content: space-between;
}
.box-actu-pagination__container ul span,
.box-actu-pagination__container ul a {
  border: none;
}
.box-actu-pagination__container ul span .fa,
.box-actu-pagination__container ul a .fa {
  font-size: 2.5rem;
  color: #0e1c3d;
}
.box-home-actus__item {
  margin: 1.5rem 0;
  overflow: hidden;
}
.box-home-actus__item img,
.box-home-actus__item svg {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
.box-home-actus__item .box-home-actus__news-container,
.box-home-actus__item .box-home-actus__link,
.box-home-actus__item .box-home-actus__news-img:before,
.box-home-actus__item .box-home-actus__news-img:after {
  -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;
}
.box-home-actus__item .box-home-actus__link {
  opacity: 0;
}
.box-home-actus__item .box-home-actus__news-img:before,
.box-home-actus__item .box-home-actus__news-img:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
.box-home-actus__item .box-home-actus__news-img:before {
  top: 50%;
  background: -moz-linear-gradient(180deg, rgba(14, 28, 61, 0), rgba(14, 28, 61, 0.83) 40%);
  background: -webkit-linear-gradient(180deg, rgba(14, 28, 61, 0), rgba(14, 28, 61, 0.83) 40%);
  background: linear-gradient(180deg, rgba(14, 28, 61, 0), rgba(14, 28, 61, 0.83) 40%);
}
.box-home-actus__item .box-home-actus__news-img:after {
  opacity: 0;
  top: 0;
  background: -moz-linear-gradient(180deg, rgba(14, 28, 61, 0), rgba(14, 28, 61, 0.83) 0);
  background: -webkit-linear-gradient(180deg, rgba(14, 28, 61, 0), rgba(14, 28, 61, 0.83) 0);
  background: linear-gradient(180deg, rgba(14, 28, 61, 0), rgba(14, 28, 61, 0.83) 0);
}
.box-home-actus__item:hover .box-home-actus__news-container {
  bottom: 0;
}
.box-home-actus__item:hover .box-home-actus__link {
  opacity: 1;
}
.box-home-actus__item:hover .box-home-actus__news-img:before {
  top: 0;
  opacity: 0;
}
.box-home-actus__item:hover .box-home-actus__news-img:after {
  opacity: 1;
}
.box-home-actus__body {
  position: relative;
}
.box-home-actus__link-mobile {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}
.box-home-actus__news-container {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
}
.box-home-actus__news-content {
  height: 80%;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin: 0 5rem;
}
.box-home-actus__news-img {
  height: 40rem;
}
.box-home-actus__news-title {
  font-size: 2rem;
  line-height: 3rem;
  border-bottom: 0.2rem solid rgba(255, 255, 255, 0.5);
  padding-bottom: 2rem;
}
.box-home-actus__news-description {
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.box-home-actus__link {
  width: 14rem;
}
.box-actu-page-news__container {
  min-height: 35rem;
  margin-top: 5rem;
  position: relative;
}
.box-actu-page-news__container .box-home-actus__news-title {
  font-weight: 600;
}
.box-actu-page-news__container .box-actu-page-news__img {
  position: absolute;
  right: 0;
  top: 0;
}
.box-actu-page-news__container .box-actu-page-news__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
  border-radius: 3px;
}
.box-actu-partage-social__container {
  max-width: 32rem;
  height: 5rem;
  margin: 5rem 0;
  background-color: #0e1c3d;
  color: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.box-actu-partage-social__container a {
  color: #ffffff;
}
.box-actu-partage-social__container span {
  text-align: center;
  font-size: 1.6rem;
}
.page_news #box_home_actus .box-home-actus__btn {
  display: none;
}
.page_news .box-home-actus__wrapper {
  margin: 5rem 0 10rem;
}
.notre-agence-localisation {
  display: flex;
  flex-wrap: wrap;
  min-height: 43rem;
  margin: 3rem 0 5rem;
}
.notre-agence-localisation__item {
  width: 50%;
}
.notre-agence-localisation__item:first-of-type {
  background-color: #f0f0f0;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  font-size: 1.6rem;
  padding: 1.5rem 7.5rem;
}
.notre-agence-localisation__item:first-of-type .link-voir-honoraires {
  color: #1e3d83;
  text-decoration: underline;
}
.notre-agence-localisation-item__adresse {
  display: flex;
  flex-direction: column;
}
.notre-agence-localisation-item__adresse span:first-of-type {
  font-size: 2rem;
  color: #1e3d83;
  line-height: 3.2rem;
  font-weight: 600;
}
.notre-agence-localisation-item__horaires {
  display: flex;
  flex-direction: column;
}
.notre-agence-localisation-item__horaires span:first-of-type {
  color: #1e3d83;
  font-weight: 500;
}
.notre-agence-localisation-item__btn {
  display: flex;
}
.notre-agence-localisation-item__btn .btn-blue .fa {
  margin-right: 1rem;
  font-size: 1.9rem;
}
.notre-agence-localisation-item__btn .btn-primary svg {
  width: 19px;
  margin-right: 10px;
}
.notre-agence-localisation-item__btn .btn-primary svg .st0 {
  fill: #ffffff;
}
.notre-agence-localisation-item__btn .btn-primary:hover .st0,
.notre-agence-localisation-item__btn .btn-primary:focus .st0,
.notre-agence-localisation-item__btn .btn-primary.active .st0 {
  fill: #0e1c3d;
}
.notre-agence-presentation {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5rem;
}
.notre-agence-presentation__item {
  width: 50%;
}
.notre-agence-presentation__item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
.notre-agence-presentation__item:last-of-type {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  line-height: 2.5rem;
}
.notre-agence-membre-fnaim {
  margin-bottom: 5rem;
}
.notre-agence-membre-fnaim p {
  font-size: 1.6rem;
  line-height: 2.5rem;
}
.notre-agence-membre-fnaim img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
  max-width: 13.7rem;
  float: right;
}
.slider_img_agence__container {
  position: relative;
}
.slider_img_agence__pagination {
  position: absolute;
  z-index: 9;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.slider_img_agence__pagination .btn-prev,
.slider_img_agence__pagination .btn-next {
  position: relative;
  cursor: pointer;
}
.slider_img_agence__pagination .btn-prev {
  left: -1.5rem;
}
.slider_img_agence__pagination .btn-prev .st1 {
  fill: #1E3D83;
}
.slider_img_agence__pagination .btn-next {
  right: -1.5rem;
}
.slider_img_agence__pagination svg {
  width: 3.5rem;
}
#header #box_slider_header .box-search-inter {
  top: -20px;
}
#header #box_slider_header {
  height: 300px;
}
#header #box_slider_header h1 {
  color: white;
  box-shadow: none;
  text-shadow: none;
  font-weight: 900;
  text-transform: none;
}
#header #box_slider_header .box-search-inter {
  right: 15px;
  width: 330px;
}
#header #box_slider_header #toggle_search_mobile {
  background: rgba(14, 28, 61, 0.9);
  border-radius: 3px;
  padding: 15px;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
}
.btn-tertiary {
  background: rgba(14, 28, 61, 0.15);
  color: #0e1c3d;
}
.btn-tertiary:hover {
  background: rgba(50, 55, 68, 0.05);
}
.breadcrumb {
  padding: 20px 0;
}
.breadcrumb li {
  font-size: 14px;
}
.breadcrumb li:before {
  margin: 0 10px;
}
.breadcrumb li span {
  color: rgba(50, 55, 68, 0.5);
}
.breadcrumb li a span {
  color: #0e1c3d;
}
.breadcrumb li .fa {
  color: #0e1c3d;
}
#footer {
  display: flex;
  width: 100%;
  background-color: #0e1c3d;
  color: #ffffff;
  padding-top: 25px;
}
#footer .footer__container {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 50px 0;
}
#footer .footer__item:first-of-type {
  width: 35%;
}
#footer .footer__item:nth-of-type(2) {
  width: 20%;
  padding-left: 50px;
}
#footer .footer__item:nth-of-type(3),
#footer .footer__item:nth-of-type(4) {
  width: 22.5%;
}
#footer .footer__item:nth-of-type(2),
#footer .footer__item:nth-of-type(3),
#footer .footer__item:nth-of-type(4) {
  display: flex;
  flex-direction: column;
}
#footer .footer__item h3 {
  font-size: 20px;
  line-height: 32px;
  margin-top: 10px;
  text-align: left;
}
#footer .footer__item a {
  font-size: 1.4rem;
  line-height: 2.5rem;
}
#footer .footer__item a:not(.btn-secondary) {
  color: #ffffff;
  text-decoration: none;
}
#footer .footer__item a:not(.btn-secondary):hover,
#footer .footer__item a:not(.btn-secondary):focus,
#footer .footer__item a:not(.btn-secondary).active {
  text-decoration: none;
  opacity: 0.7;
}
#footer .footer__item.item-agence__container {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 25px 45px;
  background-color: #1e3d83;
  border-radius: 3px;
}
#footer .footer__item ul {
  list-style: none;
  padding: 0;
}
#footer .item-agence {
  display: flex;
  flex-direction: column;
}
#footer .item-agence h3 {
  margin: 15px 0;
}
#footer .item-agence .coord-agence {
  line-height: 35px;
}
#footer .item-agence .coord-agence .fa {
  height: 14px;
  margin-right: 10px;
}
#footer .item-agence__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer .item-agence__bottom .btn-secondary {
  width: 203px;
}
#footer .item-agence__bottom .btn-secondary svg {
  width: 19px;
  margin-right: 10px;
}
#footer .footer-bottom__container {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #707070;
  padding: 25px 0;
}
#footer .footer-bottom__container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
#footer .footer-bottom__item {
  max-width: 210px;
}
#footer .footer-bottom__item:first-of-type {
  margin-right: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#footer .footer-bottom__item:first-of-type span {
  font-size: 2.3rem;
}
#footer .footer-bottom__item:last-of-type {
  margin-left: 30px;
}
#footer .links-footer.links-pratiques img {
  width: 70px;
  margin-left: 10px;
}
@media (max-width: 1299px) {
  #page_content_6 .slider_video_ytb__pagination {
    justify-content: center;
    top: auto;
    bottom: -50px;
    transform: initial;
  }
}
@media (min-width: 1200px) {
  #header #box_slider_header .header-home .right-bloc {
    padding-left: 0;
  }
  .box-actu-page-news__container .box-actu-page-news__img {
    width: 55.7rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #box-home-biens {
    margin-bottom: 120px;
  }
  .box-home-biens__container {
    height: 330px;
  }
  #box-home-content .home-content-1 .box-home-content-item__text-box {
    width: 55%;
  }
  #page_content_6 .content-liens-utiles__item {
    width: 49%;
  }
  #page_content_6 .content-liens-utiles-presentation .content-liens-utiles-item__container .content-liens-utiles__item:first-of-type {
    height: 25.9rem;
    padding: 0 2rem;
  }
  #page_content_6 .content-liens-utiles-logo-regions__item {
    margin: 3rem -20px;
  }
  .notre-agence-localisation__item:first-of-type {
    padding: 1.5rem 4.5rem;
  }
  .notre-agence-presentation__item:last-of-type {
    padding-left: 5rem;
  }
}
@media (max-width: 1199px) {
  #header .header-menu .menu .list-links li,
  #header .header-menu .reseaux-sociaux .list-links li {
    padding: 0 5px;
  }
  #header .header-menu .menu .list-links li a,
  #header .header-menu .reseaux-sociaux .list-links li a {
    font-size: 14px;
  }
  #header .header-menu #menu_mobile.menu-burger {
    width: 30%;
  }
  #header #box_slider_header .header-home .left-bloc h1 {
    font-size: 65px;
  }
  #header #box_slider_header .header-home .left-bloc,
  #header #box_slider_header .header-home .right-bloc {
    width: 50%;
  }
  #header #box_slider_header .box-search-inter {
    width: 330px;
  }
  #header #box_slider_header .box-search-inter #box_search .search-form h2 {
    font-size: 25px;
  }
  #header #box_slider_header .box-search-inter #box_search .search-form .list-inputs {
    font-size: 13px;
  }
  #header #box_slider_header .box-search-inter #box_search .search-form .list-inputs .input-search.input-submit .submit-button {
    width: auto;
    font-size: 13px;
  }
  #header #box_slider_header .box-search-inter #box_search .search-form .list-inputs .input-search .text {
    width: 35%;
  }
  .page_home #header #box_slider_header {
    height: 600px;
  }
  #box-home-selection .box-home-selection__img,
  #box-home-selection-favoris .box-home-selection__img,
  #box-biens-similaires .box-home-selection__img,
  #box-home-selection .box-home-selection-favoris__img,
  #box-home-selection-favoris .box-home-selection-favoris__img,
  #box-biens-similaires .box-home-selection-favoris__img,
  #box-home-selection .box-biens-similaires__img,
  #box-home-selection-favoris .box-biens-similaires__img,
  #box-biens-similaires .box-biens-similaires__img {
    height: 300px;
  }
  .entry-header .page-header {
    font-size: 50px;
  }
}
@media (min-width: 992px) {
  #slider_logo_regions {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px 0;
  }
  #page_content_6 .slider_logo_regions__pagination,
  #page_content_6 .slider_data_carroussel__pagination,
  #page_content_6 .slider_data_carroussel_2__pagination {
    display: none;
  }
  #page_content_7 .content-partenaires-link__container a {
    margin: 10px;
  }
  .box-listing-news__container .box-home-actus__item {
    width: 48.5%;
  }
  .presentation-form-nous-contacter__container {
    height: 33.3rem;
  }
  .presentation-form-vendre__item,
  .presentation-form-nous-contacter__item {
    width: 48%;
  }
  .notre-agence-localisation-item__btn .btn-blue {
    margin-right: 2rem;
  }
  .notre-agence-presentation__item:last-of-type {
    padding-left: 9rem;
  }
  .box-actu-page-news__container .box-actu-page-news__img {
    position: initial;
    float: right;
    margin: 0 0 20px 20px;
  }
}
@media (min-width: 768px) {
  #header #box_slider_header .header-home .left-bloc {
    height: 37.4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #box-home-content .home-content-2 .box-home-content-item__text-box {
    top: 50%;
  }
  .box-home-actus__news-container {
    bottom: -135px;
  }
  .presentation-form-nous-contacter__item:first-of-type {
    height: 33.3rem;
  }
  #page_content_7 .content-partenaires-contact__container:not(#partenaires_diagnostiqueurs_immo) ul:nth-of-type(odd) {
    padding-right: 2.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .box-home-biens__btn {
    top: 4rem;
  }
  .box-content-1.container-jestimmo .visuel-box {
    height: 500px !important;
  }
  .box-content-1.container-jestimmo .visuel-box .text-box {
    width: 350px !important;
  }
  #page_content_7 #partenaires_diagnostiqueurs_immo ul {
    width: calc(100% / 3);
  }
}
@media (max-width: 991px) {
  #header {
    padding-top: 80px !important;
  }
  #header .header-menu .logo-header,
  #header .header-menu .menu-mobile,
  #header .header-menu .send-mobile {
    width: 33%;
  }
  #header .header-menu .logo-header {
    top: 1rem;
    z-index: 1;
  }
  #header .header-menu .menu {
    margin-top: 3rem;
  }
  #header .header-menu .menu .list-links {
    justify-content: space-evenly !important;
  }
  #header .header-menu .menu .list-links li {
    padding: 1.5rem 0 !important;
  }
  #header .header-menu .menu .list-links li a {
    font-size: 12px;
    white-space: nowrap;
  }
  #header .header-menu .menu .list-links li > ul > ul {
    transform: none;
    background-color: transparent;
  }
  #header .header-menu .reseaux-sociaux {
    height: 20%;
  }
  #header .header-menu .menu-mobile {
    display: flex;
    justify-content: center;
    height: 8rem;
  }
  #header .header-menu .menu-mobile.menu-burger {
    width: 80%;
  }
  #header .header-menu #menu_mobile.active {
    height: 100vh !important;
  }
  #header .header-menu #menu_mobile.menu-burger {
    width: 100%;
  }
  #header .header-menu #menu_mobile .menu .list-links > li > ul {
    display: none;
  }
  #header .header-menu #menu_mobile .link-menu-float:hover .menu-float__container,
  #header .header-menu #menu_mobile .link-menu-float:focus .menu-float__container {
    position: absolute;
    left: 0;
    display: block;
  }
  #header .header-menu #menu_mobile .menu-float__item {
    min-width: 120px;
    background-color: #0e1c3d;
    padding: 10px !important;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    bottom: 70px;
    padding: 0;
    top: auto;
  }
  #header .header-menu #menu_mobile .menu-float__item li {
    padding: 0 !important;
    margin: 0;
  }
  #header #box_slider_header .header-home .left-bloc h1 {
    font-size: 2.5rem;
  }
  #header #box_slider_header .header-home .left-bloc h2 {
    font-size: 2rem;
  }
  #header #box_slider_header .header-home .left-bloc {
    width: 40%;
  }
  #header #box_slider_header .header-home .right-bloc {
    width: 60%;
  }
  #header #box_slider_header .box-search-inter #box_search {
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 105%;
  }
  #header #box_slider_header .box-search-inter #box_search.open {
    height: auto;
    position: initial;
  }
  #header #box_slider_header .box-search-inter #box_search.open .search-form {
    position: initial;
    margin-top: 15px;
  }
  .page_home #header #box_slider_header {
    height: auto;
    padding: 50px 0;
  }
  #box-home-selection .box-home-selection__img,
  #box-home-selection-favoris .box-home-selection__img,
  #box-biens-similaires .box-home-selection__img,
  #box-home-selection .box-home-selection-favoris__img,
  #box-home-selection-favoris .box-home-selection-favoris__img,
  #box-biens-similaires .box-home-selection-favoris__img,
  #box-home-selection .box-biens-similaires__img,
  #box-home-selection-favoris .box-biens-similaires__img,
  #box-biens-similaires .box-biens-similaires__img {
    height: 250px;
  }
  #box-home-selection .box-home-selection .infos-product .product-name,
  #box-home-selection-favoris .box-home-selection .infos-product .product-name,
  #box-biens-similaires .box-home-selection .infos-product .product-name,
  #box-home-selection .box-home-selection-favoris .infos-product .product-name,
  #box-home-selection-favoris .box-home-selection-favoris .infos-product .product-name,
  #box-biens-similaires .box-home-selection-favoris .infos-product .product-name,
  #box-home-selection .box-biens-similaires .infos-product .product-name,
  #box-home-selection-favoris .box-biens-similaires .infos-product .product-name,
  #box-biens-similaires .box-biens-similaires .infos-product .product-name {
    font-size: 20px;
  }
  #box-home-selection .box-home-selection .infos-product .product-localisation,
  #box-home-selection-favoris .box-home-selection .infos-product .product-localisation,
  #box-biens-similaires .box-home-selection .infos-product .product-localisation,
  #box-home-selection .box-home-selection-favoris .infos-product .product-localisation,
  #box-home-selection-favoris .box-home-selection-favoris .infos-product .product-localisation,
  #box-biens-similaires .box-home-selection-favoris .infos-product .product-localisation,
  #box-home-selection .box-biens-similaires .infos-product .product-localisation,
  #box-home-selection-favoris .box-biens-similaires .infos-product .product-localisation,
  #box-biens-similaires .box-biens-similaires .infos-product .product-localisation {
    font-size: 13px;
  }
  #box-home-selection .box-home-selection .infos-product .product-price,
  #box-home-selection-favoris .box-home-selection .infos-product .product-price,
  #box-biens-similaires .box-home-selection .infos-product .product-price,
  #box-home-selection .box-home-selection-favoris .infos-product .product-price,
  #box-home-selection-favoris .box-home-selection-favoris .infos-product .product-price,
  #box-biens-similaires .box-home-selection-favoris .infos-product .product-price,
  #box-home-selection .box-biens-similaires .infos-product .product-price,
  #box-home-selection-favoris .box-biens-similaires .infos-product .product-price,
  #box-biens-similaires .box-biens-similaires .infos-product .product-price {
    font-size: 14px;
  }
  .box-home-selection__pagination,
  .box-home-selection-favoris__pagination,
  .box-biens-similaires__pagination {
    position: absolute;
    bottom: -22px;
    display: flex;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #box-home-biens {
    margin-bottom: 10rem;
  }
  #box-home-content .home-content-1,
  #box-home-content .home-content-3 {
    margin-top: 25.5rem;
    height: auto;
  }
  #box-home-content .home-content-1 .box-home-content-item__img,
  #box-home-content .home-content-3 .box-home-content-item__img {
    width: 100vw;
    position: relative;
    left: calc(-1 * (100vw - 100%) / 2);
    background-color: #f0f0f0;
  }
  #box-home-content .home-content-1 .box-home-content-item__text-box,
  #box-home-content .home-content-3 .box-home-content-item__text-box {
    padding: 3rem;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    top: -10rem;
  }
  #box-home-content .home-content-1 .box-home-content-item__text-box .content,
  #box-home-content .home-content-3 .box-home-content-item__text-box .content {
    position: relative;
  }
  #box-home-content .home-content-1 .box-home-content-item__text-box .link-box,
  #box-home-content .home-content-3 .box-home-content-item__text-box .link-box {
    width: 100%;
    justify-content: center;
    position: absolute;
    bottom: -6rem;
  }
  #box-home-content .home-content-1 .box-home-content-item__text-box .link-box a,
  #box-home-content .home-content-3 .box-home-content-item__text-box .link-box a {
    width: 100%;
  }
  #box-home-content .home-content-1 .box-home-content-item__img {
    height: 35rem;
  }
  #box-home-content .home-content-3 {
    margin: 47.5rem 0 5rem;
  }
  #box-home-content .home-content-3 .box-home-content-item__img {
    height: 45rem;
  }
  #box-home-content .home-content-3 .box-home-content-item__text-box {
    bottom: auto;
  }
  #box_home_actus .box-home-actus__pagination {
    bottom: -70px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
  }
  #box_home_actus .btn-next-slide {
    right: -2.5rem;
  }
  #box_home_actus .btn-prev-slide {
    left: -2.5rem;
  }
  #box_home_actus .box-home-actus__btn {
    margin: 9rem 0rem 7.5rem;
  }
  #box_newsletter {
    padding: 20px 15px;
  }
  #box_newsletter h2 {
    font-size: 25px;
    margin-right: 20px;
  }
  .entry-header .page-header {
    font-size: 45px;
  }
  .entry-header .page-header::after {
    content: ' ';
    width: 330px;
  }
  .page_estimation_en_ligne .box-estimation__content {
    flex-direction: column;
  }
  .page_estimation_en_ligne .box-estimation__content .box-estimation__item {
    width: 100%;
  }
  .page_estimation_en_ligne .box-estimation__content .box-estimation__item:first-of-type {
    margin-bottom: 25px;
    padding: 3rem 2.5rem;
    height: auto;
  }
  #page_content_6 .content-liens-utiles-presentation .content-liens-utiles-item__container {
    flex-direction: column;
    height: auto;
  }
  #page_content_6 .content-liens-utiles-presentation .content-liens-utiles-item__container .content-liens-utiles__item {
    width: 100%;
  }
  #page_content_6 .content-liens-utiles-presentation .content-liens-utiles-item__container .content-liens-utiles__item:first-of-type {
    padding: 6rem;
    margin-bottom: 3.5rem;
  }
  #page_content_6 .content-liens-utiles-logo-regions__container {
    height: 190px;
  }
  #page_content_6 .content-liens-utiles-logo-regions__item {
    width: auto !important;
    margin: 0 2rem;
    height: 130px;
  }
  #page_content_7 .content-partenaires-link__container .btn.btn-primary {
    width: auto !important;
    margin: 0 10px;
  }
  #footer .footer__container {
    flex-direction: column;
  }
  #footer .footer__container .footer__item {
    width: 100%;
  }
  #footer .footer__container .footer__item:not(:first-of-type) {
    align-items: center;
    margin: 20px 0;
  }
  #footer .footer__container .footer__item:not(:first-of-type) ul {
    text-align: center;
  }
  #footer .footer__container .footer__item:nth-of-type(2) {
    padding-left: 0;
  }
  .box-actu-page-news__container {
    margin-top: 1rem;
  }
  .box-actu-page-news__container .box-actu-page-news__img {
    position: static;
  }
  .box-home-actus__news-description {
    margin: 3rem 0;
  }
  .box-actu-partage-social__container {
    margin: 5rem auto;
  }
  .box-form-vendre .presentation-form-vendre__container,
  .presentation-form-nous-contacter__container {
    margin: 2rem 0 10rem;
  }
  .presentation-form-vendre__item:last-of-type,
  .presentation-form-nous-contacter__item:last-of-type {
    margin-top: 3rem;
  }
  .notre-agence-localisation__item {
    width: 100%;
  }
  .notre-agence-localisation__item:first-of-type {
    align-items: center;
    padding: 0 2rem;
    min-height: 45.6rem;
  }
  .notre-agence-localisation-item__btn {
    flex-direction: column;
  }
  .notre-agence-localisation-item__btn .btn-blue {
    margin-bottom: 2rem;
  }
  .notre-agence-localisation .container_map .google_maps {
    height: 28rem !important;
  }
  .notre-agence-presentation__item {
    width: 100%;
  }
  .notre-agence-presentation__item:last-of-type {
    padding-top: 2rem;
  }
  .page_news .sub-title-listing-news,
  .page_news #box_home_actus .box-home-actus__title h2 {
    line-height: 1.5em;
  }
}
@media (max-width: 767px) {
  #header {
    padding-top: 90px;
  }
  #header .header-menu {
    height: 90px;
  }
  #header .header-menu .logo-header {
    text-align: left;
  }
  #header .header-menu .menu-mobile.menu-burger {
    width: 50%;
  }
  #header #box_slider_header {
    height: calc(100vh - 9rem) !important;
    padding: 20px 0;
  }
  #header #box_slider_header .header-home .left-bloc,
  #header #box_slider_header .header-home .right-bloc {
    width: 100%;
    padding: 0;
  }
  #header #box_slider_header .header-home .left-bloc {
    text-align: center;
  }
  #header #box_slider_header .header-home .left-bloc h1 {
    font-size: 35px;
  }
  #header #box_slider_header .header-home .left-bloc h2 {
    font-size: 25px;
  }
  #header #box_slider_header .header-home .left-bloc .opinion-system,
  #header #box_slider_header .header-home .left-bloc .meilleur-agent {
    margin-bottom: 15px;
  }
  #header #box_slider_header .box-search-inter {
    right: 0;
    left: 0;
    position: relative;
    width: 100%;
    top: 0;
  }
  #box_search {
    position: relative;
  }
  #box_search .search-form {
    padding: 20px;
    position: absolute;
    top: 5.5rem;
  }
  #box_search .search-form h2 {
    text-align: center;
    font-size: 25px;
  }
  #box_search .search-form .list-inputs .input-search {
    text-align: center;
  }
  #box_search .search-form .list-inputs .input-search .text,
  #box_search .search-form .list-inputs .input-search .input {
    width: 100%;
  }
  #box_search .search-form .list-inputs .input-search .text {
    padding: 3px 0px;
  }
  #box_search .search-form .list-inputs .input-search .input .form-control {
    text-align: center;
  }
  #box_search .search-form .list-inputs .input-search .input .form-control.bootstrap-select > .btn .filter-option {
    text-align: center;
  }
  #box_search .search-form .list-inputs .input-search.input-submit .submit-btn {
    width: auto;
    display: block;
    margin: auto;
  }
  #box_search .search-form .list-inputs .input-search.input-submit .more-criteria {
    width: 100%;
  }
  .page_home #header #box_slider_header {
    padding: 20px 0 50px;
  }
  #box-home-biens {
    margin: 23rem 0 25rem;
  }
  .box-home-biens__container {
    height: 530px;
  }
  #box-home-selection .box-home-selection__wrapper,
  #box-home-selection-favoris .box-home-selection__wrapper,
  #box-biens-similaires .box-home-selection__wrapper,
  #box-home-selection .box-home-selection-favoris__wrapper,
  #box-home-selection-favoris .box-home-selection-favoris__wrapper,
  #box-biens-similaires .box-home-selection-favoris__wrapper,
  #box-home-selection .box-biens-similaires__wrapper,
  #box-home-selection-favoris .box-biens-similaires__wrapper,
  #box-biens-similaires .box-biens-similaires__wrapper {
    margin-bottom: 0px;
  }
  #box-home-selection .bx-viewport,
  #box-home-selection-favoris .bx-viewport,
  #box-biens-similaires .bx-viewport {
    height: 45rem !important;
  }
  #box-home-selection .box-home-selection__body,
  #box-home-selection-favoris .box-home-selection__body,
  #box-biens-similaires .box-home-selection__body,
  #box-home-selection .box-home-selection-favoris__body,
  #box-home-selection-favoris .box-home-selection-favoris__body,
  #box-biens-similaires .box-home-selection-favoris__body,
  #box-home-selection .box-biens-similaires__body,
  #box-home-selection-favoris .box-biens-similaires__body,
  #box-biens-similaires .box-biens-similaires__body {
    overflow: initial;
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  }
  #box-home-selection .infos-product,
  #box-home-selection-favoris .infos-product,
  #box-biens-similaires .infos-product {
    background: #ffffff;
    position: relative;
  }
  #box-home-selection .infos-product .infos-product__link,
  #box-home-selection-favoris .infos-product .infos-product__link,
  #box-biens-similaires .infos-product .infos-product__link {
    color: #0e1c3d;
  }
  .box-home-biens__btn {
    top: 8.5rem;
  }
  #box-home-content h2 {
    line-height: 3.5rem;
    font-size: 2rem;
  }
  #box-home-content .home-content-1 {
    margin: 20rem 0 0;
  }
  #box-home-content .home-content-2 {
    margin: 7.5rem 0 0;
  }
  #box-home-content .home-content-2 .box-home-content-item__text-box {
    width: 100%;
    height: 100%;
    margin: 0;
    transform: initial;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .box-home-actus__item .box-home-actus__news-container {
    bottom: -90px;
  }
  #box_newsletter {
    padding: 15px;
    text-align: center;
  }
  #box_newsletter h2 {
    font-size: 25px;
    margin-right: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }
  #box_newsletter .col-email input[type="text"] {
    width: 200px;
    max-width: 100%;
  }
  #box_newsletter .btn-submit {
    font-size: 15px;
  }
  #footer {
    text-align: center;
    padding: 20px 0;
  }
  #footer .bloc-links {
    padding: 20px 0;
  }
  #footer ul {
    margin: 0;
  }
  .entry-header .page-header {
    font-size: 30px;
    margin-bottom: 20px;
    padding: 0 10%;
    text-align: center;
  }
  .entry-header .page-header::after {
    content: ' ';
    display: none;
  }
  .box-home-biens__header {
    flex-direction: column;
  }
  #page_content_6 .content-liens-utiles-videos-regions__title {
    margin-bottom: 2.5rem;
    text-align: center;
  }
  #page_content_6 .content-liens-utiles-videos-regions__title h2 {
    font-size: 2.2rem;
    line-height: 3rem;
  }
  #page_content_7 #partenaires_diagnostiqueurs_immo ul,
  #page_content_7 #partenaires_credits_assurance ul,
  #page_content_7 #partenaires_artisans ul,
  #page_content_7 #partenaires_geometre_expert ul,
  #page_content_7 #partenaires_demenagement_debarras ul,
  #page_content_7 #partenaires_paysagiste_amenagements_terrassements ul,
  #page_content_7 #partenaires_amenagement_maison ul {
    width: 100%;
  }
  .presentation-form-nous-contacter__item:first-of-type {
    padding: 3rem;
  }
  .presentation-form-nous-contacter__item:first-of-type p:nth-of-type(2) {
    margin: 2.5rem 0;
  }
  .box-form-vendre .container-rgpd,
  .box-form-contact .container-rgpd {
    padding: 2.5rem 3rem 5rem;
    margin: 0;
  }
  .box-form-vendre .bloc-captcha .showForm,
  .box-form-contact .bloc-captcha .showForm {
    padding: 1rem 2rem;
    text-align: center;
  }
  #page_content_6 .content-liens-utiles-presentation .content-liens-utiles-item__container .content-liens-utiles__item:first-of-type {
    padding: 3rem;
  }
}
@media (min-width: 426px) and (max-width: 991px) {
  .notre-agence-localisation-item__adresse,
  .notre-agence-localisation-item__btn {
    width: 33.07rem;
  }
}
@media (max-width: 425px) {
  #header .header-menu .logo-header.home-logo {
    min-width: 147px;
    position: relative;
    top: 0;
  }
  #page_content_6 .slider_data_carroussel__pagination {
    bottom: -1rem;
  }
  #page_content_6 .slider_data_carroussel_2__pagination {
    bottom: 6rem;
  }
  #footer .footer-bottom__container {
    flex-direction: column;
  }
  #footer .footer-bottom__container .footer-bottom__item {
    margin: 0 0 25px 0;
  }
  .notre-agence-localisation-item__adresse,
  .notre-agence-localisation-item__btn {
    width: 100%;
  }
}
#listing_bien {
  margin-top: 290px;
  padding-left: 15px;
  padding-right: 15px;
}
#listing_bien .item-product {
  display: flex;
  position: relative;
  margin-bottom: 50px;
  border-radius: 3px;
  -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_bien .item-product .link-listing-product-mobile {
  position: absolute;
  width: 100%;
  height: 100%;
}
#listing_bien .item-product.odd .visuel-product {
  order: 2;
}
#listing_bien .item-product.odd .infos-product {
  order: 1;
}
#listing_bien .item-product:hover {
  box-shadow: 0px 6px 30px #00000041;
}
#listing_bien .item-product:hover .visuel-product img .hide-img-hover {
  opacity: 0;
}
#listing_bien .item-product:hover .visuel-product img.show-img-hover {
  opacity: 1;
}
#listing_bien .item-product .visuel-product {
  height: 100%;
  width: 50%;
  position: relative;
}
#listing_bien .item-product .visuel-product .pictos {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
  display: flex;
  align-items: center;
}
#listing_bien .item-product .visuel-product .pictos .picto-product {
  padding: 5px 8px;
  border-radius: 3px;
  background-color: #0e1c3d;
  color: #ffffff;
  margin-right: 10px;
}
#listing_bien .item-product .visuel-product .pictos .picto-product.gold {
  background: #d1b160 0% 0% no-repeat padding-box;
}
#listing_bien .item-product .visuel-product .pictos .nb-photos {
  padding: 0 8px;
  height: 30px;
  border-radius: 3px;
  color: #0e1c3d;
  background: #ffffff 0% 0% no-repeat padding-box;
  display: flex;
  align-items: center;
}
#listing_bien .item-product .visuel-product .pictos .nb-photos img {
  width: 18px;
  height: 13px;
  margin-right: 8px;
}
#listing_bien .item-product .visuel-product .pictos .nb-photos span {
  margin-left: 4px;
}
#listing_bien .item-product .visuel-product .btn-selection {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  padding: 5px;
  background-color: var(--color-3);
}
#listing_bien .item-product .visuel-product .btn-selection .conteneur_buy_now .btn_buy_now {
  font-size: 18px;
  color: var(--color-1);
}
#listing_bien .item-product .visuel-product .btn-selection .conteneur_buy_now .btn_buy_now svg {
  height: 2rem;
}
#listing_bien .item-product .visuel-product .btn-selection .conteneur_buy_now .btn_buy_now svg .st1 {
  fill: #ffffff;
}
#listing_bien .item-product .visuel-product .shopping_cart_supp .sup_product {
  color: #ffffff;
}
#listing_bien .item-product .visuel-product .container-img-bien-listing {
  position: relative;
  width: 100%;
  height: 100%;
}
#listing_bien .item-product .visuel-product img {
  -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;
  opacity: 1;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
#listing_bien .item-product .visuel-product img.show-img-hover {
  position: absolute;
  left: 0;
  opacity: 0;
}
#listing_bien .item-product .infos-product {
  width: 50%;
  padding: 50px;
  border-radius: 3px;
  box-shadow: 0px 6px 20px #0000000F;
}
#listing_bien .item-product .infos-product .products-name {
  font-size: 22px;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #0e1c3d;
}
#listing_bien .item-product .infos-product .products-desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  line-height: 1.5em;
  height: 7.5em;
  font-size: 14px;
  margin-bottom: 15px;
  color: #0e1c3d;
}
#listing_bien .item-product .infos-product .in-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  width: 100%;
}
#listing_bien .item-product .infos-product .in-line .products-ref {
  font-size: 12px;
  margin-bottom: 10px;
}
#listing_bien .item-product .infos-product .in-line .product-ville {
  text-transform: capitalize;
  font-size: 16px;
}
#listing_bien .item-product .infos-product .products-price {
  display: flex;
  align-items: baseline;
  font-size: 25px;
  color: #0e1c3d;
  font-weight: bold;
  margin-bottom: 20px;
}
#listing_bien .item-product .infos-product .products-price span {
  color: rgba(0, 0, 0, 0.5);
  display: block;
  font-weight: normal;
  margin-left: 15px;
}
.page_shopping_cart #listing_bien {
  margin-top: 0;
}
.page_shopping_cart #listing_bien .item-product {
  width: 100%;
}
.search_link_rss,
.ss_cat {
  display: none;
}
.barre_navigation {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.barre_navigation .breadcrumb {
  margin-bottom: 20px;
}
.barre_navigation .nav-pagination ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.barre_navigation .nav-pagination ul .prev-link.active .fa-long-arrow-right::before,
.barre_navigation .nav-pagination ul .next-link.active .fa-long-arrow-right::before,
.barre_navigation .nav-pagination ul .prev-link.active .fa-long-arrow-left::before,
.barre_navigation .nav-pagination ul .next-link.active .fa-long-arrow-left::before {
  opacity: 1;
}
.barre_navigation .nav-pagination ul .fa-long-arrow-right::before,
.barre_navigation .nav-pagination ul .fa-long-arrow-left::before {
  color: #0e1c3d;
  opacity: 0.2;
  font-size: 1.7em;
  margin: 0 20px;
}
.barre_navigation .row {
  display: flex;
}
.barre_navigation .nav-results {
  font-size: 16px;
  width: 100%;
}
.barre_navigation .nav-results span {
  font-weight: bold;
}
.barre_navigation .nav-sort {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}
.barre_navigation .nav-sort .form-control {
  border: none;
  color: #0e1c3d;
  font-weight: bold;
}
.barre_navigation .nav-sort p {
  margin-bottom: 0;
  margin-right: 10px;
}
.barre_navigation .nav-sort .pull-down {
  border: 2px solid #2d3853;
  padding: 0px 10px;
}
.barre_navigation.navbarre-bottom {
  margin-bottom: 50px;
}
.barre_navigation.navbarre-bottom .nav-pagination {
  text-align: center;
}
.barre_navigation.navbarre-top {
  width: 65%;
  margin: 0 0 60px;
}
@media (max-width: 1199px) {
  #listing_bien .item-product .infos-product {
    padding: 60px 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #listing_bien .item-product .visuel-product {
    height: 38.8rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #listing_bien .item-product .visuel-product {
    height: 31.08rem;
  }
}
@media (max-width: 991px) {
  .barre_navigation.navbarre-top {
    width: 100%;
  }
  #listing_bien .item-product .infos-product {
    padding: 50px 30px;
  }
  #listing_bien .item-product .infos-product .products-name {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #listing_bien .item-product .infos-product .products-desc {
    line-height: 1.4em;
    height: 4.2em;
    font-size: 14px;
  }
  #listing_bien .item-product .infos-product .products-price,
  #listing_bien .item-product .infos-product .products-ref {
    font-size: 14px;
  }
  #listing_bien .item-product .infos-product .products-link .btn.btn-primary {
    padding: 8px 10px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .search-interne #box_search .search-form {
    display: none;
  }
  #listing_bien .item-product {
    padding: 0;
    flex-direction: column;
  }
  #listing_bien .item-product.odd .visuel-product {
    order: 1;
  }
  #listing_bien .item-product.odd .infos-product {
    order: 2;
  }
  #listing_bien .item-product .visuel-product {
    position: relative;
    width: 100%;
    height: 260px;
  }
  #listing_bien .item-product .infos-product {
    padding: 25px;
    width: 100%;
  }
  #listing_bien .item-product .infos-product .products-name {
    font-size: 16px;
  }
  #listing_bien .item-product .picto-product {
    right: 0;
  }
  .barre_navigation .row {
    flex-wrap: wrap;
  }
  .barre_navigation .nav-sort {
    justify-content: flex-start;
    margin-top: 15px;
    width: 100%;
  }
  .barre_navigation .nav-pagination,
  .barre_navigation .nav-sort {
    text-align: center;
  }
  .barre_navigation .nav-pagination ul li {
    margin-bottom: 10px;
  }
}
.page_products_info h2,
.page_products_info h3 {
  text-align: center;
  width: 100%;
  display: block;
  font-size: 25px;
  max-height: 70px;
}
.page_products_info #box_slider_header_product {
  width: 100%;
  max-height: 300px;
  position: relative;
}
.page_products_info #box_slider_header_product .bg-header {
  height: 100%;
}
.page_products_info #box_slider_header_product .bg-header:after {
  content: "";
  background: transparent linear-gradient(90deg, #0e1c3d 98 0%, #0e1c3d 0 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page_products_info #box_slider_header_product .bg-header img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.page_products_info #box_slider_header_product .infos-products-header {
  position: absolute;
  top: 0;
  color: #ffffff;
  text-align: left;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page_products_info #box_slider_header_product .infos-products-header .product-localisation {
  font-size: 25px;
  text-transform: capitalize;
}
.page_products_info #box_slider_header_product .infos-products-header .product-price {
  font-size: 35px;
  font-weight: bold;
}
.page_products_info .container-sliders {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  max-height: 650px;
  margin-bottom: 40px;
}
.page_products_info .container-sliders .container-slider-product {
  width: 75%;
}
.page_products_info .container-sliders .container-vignettes-product {
  width: 24%;
}
.page_products_info .container-slider-product,
.page_products_info .container-vignettes-product {
  position: relative;
  height: 650px;
}
.page_products_info .container-slider-product .bx-wrapper,
.page_products_info .container-vignettes-product .bx-wrapper {
  height: 100%;
  margin: 0 auto;
}
.page_products_info .container-slider-product .bx-wrapper .bx-viewport,
.page_products_info .container-vignettes-product .bx-wrapper .bx-viewport {
  min-height: 100%;
  max-height: 100%;
  width: 100%;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  left: 0;
  background: transparent;
}
.page_products_info .container-slider-product {
  margin-bottom: 30px;
}
.page_products_info .container-slider-product .picto-libelle-product {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
}
.page_products_info .container-slider-product .picto-libelle-product .text {
  background: #0e1c3d;
  color: #ffffff;
  border-radius: 3px;
  padding: 5px 10px;
}
.page_products_info .container-slider-product .picto-diapo {
  position: absolute;
  bottom: 21px;
  right: 135px;
  z-index: 1;
  cursor: pointer;
  color: #0e1c3d;
  padding: 6px 10px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.5);
}
.page_products_info .container-slider-product .controls-slider {
  width: 100px;
  justify-content: space-around;
  right: 15px;
  bottom: 15px;
  display: flex;
  align-items: center;
  position: absolute;
}
.page_products_info .container-slider-product .controls-slider .btn-prev,
.page_products_info .container-slider-product .controls-slider .btn-next {
  z-index: 1;
  cursor: pointer;
  background: rgba(14, 28, 61, 0.7);
  border-radius: 50%;
  padding: 8px;
  -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;
}
.page_products_info .container-slider-product .controls-slider .btn-prev i,
.page_products_info .container-slider-product .controls-slider .btn-next i {
  margin: 0;
  font-size: 20px;
}
.page_products_info .container-slider-product .controls-slider .btn-prev i:before,
.page_products_info .container-slider-product .controls-slider .btn-next i:before {
  color: #ffffff;
}
.page_products_info .container-slider-product #slider_product {
  height: 100%;
}
.page_products_info .container-slider-product #slider_product .item-slider {
  height: 100%;
  border-radius: 3px;
  overflow: hidden;
}
.page_products_info .container-slider-product #slider_product .item-slider a {
  cursor: zoom-in;
}
.page_products_info .container-slider-product #slider_product .item-slider img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
.page_products_info .container-vignettes-product {
  min-height: 100%;
}
.page_products_info .container-vignettes-product #slider_product_vignettes {
  height: 100%;
}
.page_products_info .container-vignettes-product #slider_product_vignettes .item-slider {
  cursor: pointer;
  max-height: 150px;
  overflow: hidden;
  border-radius: 3px;
  border: transparent;
}
.page_products_info .container-vignettes-product #slider_product_vignettes .item-slider.active {
  border: 2px solid #0e1c3d;
}
.page_products_info .container-vignettes-product #slider_product_vignettes .item-slider img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
.page_products_info .infos-product {
  display: flex;
}
.page_products_info .infos-product .row {
  background: rgba(14, 28, 61, 0.05);
  border-radius: 3px;
}
.page_products_info .infos-product .box-desc {
  padding: 2.5rem 5rem 6rem;
}
.page_products_info .infos-product .box-desc .description-product {
  font-size: 16px;
  line-height: 2.3rem;
}
.page_products_info .infos-product .box-desc .description-product .mentions_bareme_product {
  display: none;
}
.page_products_info .infos-product .box-desc .description-product .price_alur_description {
  color: #0E1C3D80;
}
.page_products_info .infos-product .box-desc .description-product .formatted_price_alur2_div {
  margin: 2.5rem 0;
}
.page_products_info .infos-product .box-desc .links-product {
  display: flex;
  align-items: center;
}
.page_products_info .infos-product .box-desc .links-product .btn {
  width: max-content;
}
.page_products_info .infos-product .box-desc .links-product .btn.btn-primary {
  margin-right: 30px;
}
.page_products_info .infos-product .box-desc .links-product .product-tools {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.page_products_info .infos-product .box-desc .links-product .product-tools li {
  padding: 5px;
  margin: 0 10px;
  list-style-type: none;
}
.page_products_info .infos-product .box-desc .links-product .product-tools li a {
  width: 2rem;
  display: block;
}
.page_products_info .infos-product .box-desc .links-product .product-tools li svg {
  width: 20px;
}
.page_products_info .infos-product .box-desc .links-product .product-tools li svg .st1 {
  fill: #ffffff;
}
.page_products_info .infos-product .box-desc .links-product .product-tools li.selection {
  max-width: 35px;
}
.page_products_info .infos-product .box-desc .links-product .product-tools li.print,
.page_products_info .infos-product .box-desc .links-product .product-tools li.share {
  position: relative;
}
.page_products_info .infos-product .box-desc .links-product .product-tools li.share:hover .list-share-product {
  display: flex;
}
.page_products_info .infos-product .box-desc .links-product .product-tools li.share:hover .list-share-product .fa:before,
.page_products_info .infos-product .box-desc .links-product .product-tools li.share:hover .list-share-product .fa6:before {
  color: #0e1c3d;
}
.page_products_info .infos-product .box-desc .links-product .product-tools .list-share-product {
  display: none;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 90%;
  left: 0;
  padding: 5px 10px;
}
.page_products_info .infos-product .box-desc .links-product .product-tools .list-share-product li:first-child {
  padding-left: 0;
}
.page_products_info .infos-product .list-caracts {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  margin-bottom: 20px;
  background: #0e1c3d;
  padding: 20px 50px;
  border-radius: 3px 3px 0px 0px;
}
.page_products_info .infos-product .list-caracts li {
  color: #ffffff;
  display: flex;
}
.page_products_info .infos-product .list-caracts li .picto,
.page_products_info .infos-product .list-caracts li .value {
  display: inline-block;
  vertical-align: middle;
}
.page_products_info .infos-product .list-caracts li .picto {
  margin-right: 10px;
}
.page_products_info .infos-product .list-caracts li .picto svg {
  width: 100%;
  height: 20px;
  stroke: #ffffff;
}
.page_products_info .infos-product .list-caracts li .value {
  font-family: var(--font-2);
  font-size: 14px;
}
.page_products_info .product-caracteristiques {
  padding-top: 50px;
}
.page_products_info .product-caracteristiques h2 {
  margin-bottom: 3rem;
}
.page_products_info .product-caracteristiques .list-criteres-product .panel {
  width: 50%;
  box-shadow: none;
}
.page_products_info .product-caracteristiques .list-criteres-product .panel.panel-default {
  border: 0;
  background: transparent;
  border-radius: 0;
  margin-bottom: 40px;
}
.page_products_info .product-caracteristiques .list-criteres-product .panel.panel-default.publicite .col-sm-6 {
  width: auto !important;
}
.page_products_info .product-caracteristiques .list-criteres-product .panel .panel-body {
  padding: 0 40px;
}
.page_products_info .product-caracteristiques .list-criteres-product .panel .panel-body .pageSubHeading {
  width: min-content;
}
.page_products_info .product-caracteristiques .list-criteres-product .panel .panel-body h3 {
  font-family: var(--font-2);
  font-weight: bold;
  margin-top: 0;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-size: 18px;
  color: #0e1c3d;
  display: flex;
  align-items: center;
}
.page_products_info .product-caracteristiques .list-criteres-product .panel .panel-body h3:after {
  content: "";
  border-bottom: solid 1px #0e1c3d;
  height: 1px;
  width: 90%;
  margin-left: 15px;
}
.page_products_info .product-caracteristiques .list-criteres-product .panel .panel-body h3 img {
  display: none;
}
.page_products_info .product-caracteristiques .list-criteres-product .panel .panel-body h3 .pageSubHeading {
  font-weight: 400;
  text-align: left;
}
.page_products_info .product-caracteristiques .list-criteres-product .panel .panel-body h3 span {
  font-weight: bold !important;
}
.page_products_info .product-caracteristiques .list-criteres-product .panel .panel-body .list-group .list-group-item {
  border: 0;
  background: transparent;
  border-radius: 0;
  padding: 0;
  margin-bottom: 5px;
}
.page_products_info .product-caracteristiques .list-criteres-product .panel .panel-body .list-group .list-group-item .col-sm-6 {
  width: 50%;
}
.page_products_info .product-caracteristiques .list-criteres-product .panel .panel-body .bilans_energie {
  width: 100%;
}
.page_products_info .product-caracteristiques .list-criteres-product .panel .panel-body .bilans_energie .dpe_item {
  padding: 0 5px;
  max-width: 50%;
}
.page_products_info .product-caracteristiques .list-criteres-product .panel .panel-body .bilans_energie .dpe_item img {
  min-width: 100%;
  object-fit: contain;
  object-position: center;
}
.page_products_info .products-rooms {
  overflow-x: auto;
}
.page_products_info .products-rooms .entry-header .page-header {
  text-shadow: none;
  text-transform: none;
  font-size: 25px;
}
.page_products_info .products-rooms TBODY :first-child {
  border-top: none;
  border-bottom: solid 3px #1E3D83;
}
.page_products_info .products-rooms TBODY :first-child TD {
  border-top: none;
}
.page_products_info .products-rooms TD.infoBoxHeading {
  font-size: 18px;
  color: #0e1c3d;
}
.page_products_info .products-rooms TR.productscriteres-odd TD,
.page_products_info .products-rooms TR.productscriteres-even TD {
  height: 50px;
  border-top: none;
  border-bottom: solid 1px rgba(50, 55, 68, 0.1);
}
.page_products_info .products-rooms TR.productscriteres-odd .boxText,
.page_products_info .products-rooms TR.productscriteres-even .boxText {
  font-size: 15px;
  vertical-align: middle;
}
.page_products_info .localisation-product {
  display: flex;
}
.page_products_info .localisation-product .carto-product .google_maps_poi ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page_products_info .localisation-product .carto-product .google_maps_poi ul li {
  width: 20%;
}
.page_products_info .localisation-product .carto-product .google_maps_poi ul li:first-child {
  width: 100%;
}
.page_products_info .localisation-product .kelquartier-product .carto {
  padding: 100px 0;
}
.page_products_info .localisation-product .kelquartier-product .carto h3 {
  margin-bottom: 30px;
}
.page_products_info .localisation-product .kelquartier-product .carto .desc-quartier {
  padding: 50px 80px;
  color: #ffffff;
  background: #0e1c3d;
  font-weight: normal;
  line-height: 1.8em;
  border-radius: 3px 0px 0px 3px;
  min-height: 330px;
}
.page_products_info .localisation-product .kelquartier-product .carto .desc-quartier a {
  text-decoration: underline;
  color: #ffffff;
  margin-left: 10px;
}
.page_products_info .localisation-product .kelquartier-product .carto .map {
  position: relative;
  min-height: 330px;
}
.page_products_info .localisation-product .kelquartier-product .carto .map .menu-poi {
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}
.page_products_info .localisation-product .kelquartier-product .carto .map .menu-poi li {
  background: #0e1c3d;
  padding: 3px 7px;
  border-radius: 3px;
  margin: 2px;
  cursor: pointer;
}
.page_products_info .localisation-product .kelquartier-product .carto .map .menu-poi li a {
  color: #ffffff;
}
.page_products_info .localisation-product .kelquartier-product .carto .map .container_map {
  height: 100%;
}
.page_products_info .localisation-product .kelquartier-product .carto .map .google_maps {
  min-height: 330px;
}
.page_products_info #box_fiche_contact {
  background: rgba(14, 28, 61, 0.05);
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
.page_products_info #box_fiche_contact h2 {
  max-height: 40px;
}
.page_products_info #box_fiche_contact .col-form {
  position: relative;
  padding: 40px 25px;
  width: 60%;
  margin: 0 auto;
}
.page_products_info #box_fiche_contact .col-form .form-group .form-control {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 10px;
  border-radius: 3px;
  border: 1px solid #C9C9C9;
  background: #ffffff;
  height: 50px;
}
.page_products_info #box_fiche_contact .col-form .form-group .form-control:focus {
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.page_products_info #box_fiche_contact .col-form .form-group textarea.form-control {
  resize: vertical;
  padding-left: 10px;
  margin-top: 20px;
  background: #ffffff;
  border-radius: 3px;
  height: 180px;
  border: 1px solid #C9C9C9;
}
.page_products_info #box_fiche_contact .col-form .bloc-captcha {
  text-align: center;
  background: rgba(14, 28, 61, 0.05);
  border-radius: 3px;
  padding: 20px 0;
  margin-top: 25px;
}
.page_products_info #box_fiche_contact .col-form .bloc-captcha [id^="captchaDragAndDrop_"] {
  margin: auto;
  height: 70px;
}
.page_products_info #box_fiche_contact .col-form .bloc-captcha [id^="captchaDragAndDrop_"] #div1,
.page_products_info #box_fiche_contact .col-form .bloc-captcha [id^="captchaDragAndDrop_"] #div2 {
  border: 1px solid #C9C9C9;
  border-radius: 3px;
  background: #ffffff;
  width: 45px;
  height: 45px;
}
.page_products_info #box_fiche_contact .col-form .bloc-captcha [id^="captchaDragAndDrop_"] .fa-long-arrow-right {
  margin-top: 20px;
}
.page_products_info #box_fiche_contact .col-form .bloc-contact-btn {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.page_products_info #box_fiche_contact .col-form .mention-rgpd {
  font-size: 12px;
  color: #6A6A6A;
}
.page_products_info .mentions-product {
  font-size: 12px;
  padding: 20px 0;
  color: #6A6A6A;
  line-height: 1.8em;
}
.page_products_info .mentions-product .title-mentions-products {
  display: none;
}
legend {
  color: var(--color-3);
}
form[name="endettement"]#endettement {
  padding: 15px;
}
body > .row {
  margin: 0;
}
#bien_similaires {
  padding: 20px 0;
  color: var(--color-3);
}
#bien_similaires .bx-wrapper {
  width: 100%;
  margin: 0;
  max-width: 100% !important;
}
#bien_similaires #slider_similaires {
  padding: 0;
  margin: 0;
  list-style: none;
}
#bien_similaires #slider_similaires .item-slider {
  position: relative;
  margin-bottom: 30px;
}
#bien_similaires #slider_similaires .item-slider.bx-clone {
  display: none;
}
#bien_similaires #slider_similaires .item-slider .btn-selection {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 5px;
  width: 20px;
}
#bien_similaires #slider_similaires .item-slider .picto-product {
  position: absolute;
  top: 15px;
  right: 50%;
  z-index: 1;
  padding: 5px 8px;
  text-transform: uppercase;
  background-color: var(--color-3);
  color: var(--color-2);
}
#bien_similaires #slider_similaires .item-slider .visuel-product {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
}
#bien_similaires #slider_similaires .item-slider .visuel-product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
#bien_similaires #slider_similaires .item-slider .infos-product {
  padding: 90px 70px;
  color: var(--color-1);
}
#bien_similaires #slider_similaires .item-slider .infos-product .products-name {
  font-family: var(--font-2);
  text-transform: uppercase;
  font-size: 25px;
  margin-bottom: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#bien_similaires #slider_similaires .item-slider .infos-product .products-desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.8em;
  height: 5.4em;
  font-size: 16px;
  margin-bottom: 10px;
}
#bien_similaires #slider_similaires .item-slider .infos-product .products-ref {
  font-size: 16px;
  margin-bottom: 10px;
}
#bien_similaires #slider_similaires .item-slider .infos-product .products-price {
  font-size: 22px;
  color: var(--color-2);
}
#bien_similaires #slider_similaires .item-slider .infos-product .products-price span {
  color: var(--color-1);
  display: block;
}
#bien_similaires #slider_similaires .item-slider .infos-product .products-link .btn.btn-primary {
  color: var(--color-1);
  border: 1px solid var(--color-1);
  text-transform: uppercase;
  padding: 12px 20px;
  font-size: 16px;
}
#bien_similaires #slider_similaires .item-slider .infos-product .products-link .btn.btn-primary:hover,
#bien_similaires #slider_similaires .item-slider .infos-product .products-link .btn.btn-primary:focus {
  color: var(--color-2);
  border: 1px solid var(--color-2);
}
#bien_similaires .link-annonces {
  text-align: center;
}
#bien_similaires .link-annonces .btn.btn-primary {
  text-transform: uppercase;
  padding: 12px 20px;
  font-size: 16px;
}
#bloc_calculatrices {
  margin-top: 70px;
  margin-bottom: 30px;
  position: relative;
  padding: 100px 0;
  background: rgba(14, 28, 61, 0.05);
}
#bloc_calculatrices:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background-image: url('../images/fiche-bien/calculatrices.jpg');
}
#bloc_calculatrices:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background: rgba(14, 28, 61, 0.9);
}
#bloc_calculatrices .col-main {
  display: flex;
  justify-content: space-between;
}
#bloc_calculatrices .col-main h2 {
  text-align: left;
}
#bloc_calculatrices .col-main .col-left {
  width: 30%;
}
#bloc_calculatrices .col-main .col-left #tabs_calculatrices {
  margin-bottom: 30px;
  border-radius: 8px;
  padding: 10px 0;
}
#bloc_calculatrices .col-main .col-left #tabs_calculatrices ul {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  list-style: none;
  margin: 0;
  padding: 0;
}
#bloc_calculatrices .col-main .col-left #tabs_calculatrices ul li {
  float: left;
  text-align: center;
  margin-bottom: 15px;
}
#bloc_calculatrices .col-main .col-left #tabs_calculatrices ul li a {
  font-size: 13px;
  border-radius: 3px;
  color: #0e1c3d;
  background-color: #ffffff;
  border: solid 2px #0e1c3d;
  width: 100%;
}
#bloc_calculatrices .col-main .col-left #tabs_calculatrices ul li a:hover {
  color: #ffffff;
  background-color: #0e1c3d;
}
#bloc_calculatrices .col-main .col-left #tabs_calculatrices ul li.active a {
  color: #ffffff;
  background-color: #0e1c3d;
}
#bloc_calculatrices .col-main .calculatrices-budget {
  padding: 10px;
  width: 60%;
}
#bloc_calculatrices .col-main .calculatrices-budget #iframe_calculatrice {
  min-height: 100%;
  border-radius: 3px;
  width: 100%;
  background: #ffffff;
  position: relative;
  z-index: 1;
  padding: 30px 20px;
  box-shadow: 15px 15px 30px #0000001A;
}
.simul_notaires_2,
#endettement,
.simul_cal_credit,
.simul_cal_financiere {
  font-family: var(--font-1) !important;
}
.simul_notaires_2 h1,
#endettement h1,
.simul_cal_credit h1,
.simul_cal_financiere h1,
.simul_notaires_2 legend,
#endettement legend,
.simul_cal_credit legend,
.simul_cal_financiere legend,
.simul_notaires_2 .pageHeading,
#endettement .pageHeading,
.simul_cal_credit .pageHeading,
.simul_cal_financiere .pageHeading,
.simul_notaires_2 .ax-header strong,
#endettement .ax-header strong,
.simul_cal_credit .ax-header strong,
.simul_cal_financiere .ax-header strong {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--font-2);
}
.simul_notaires_2 label,
#endettement label,
.simul_cal_credit label,
.simul_cal_financiere label {
  font-weight: 400;
}
.simul_notaires_2 input,
#endettement input,
.simul_cal_credit input,
.simul_cal_financiere input {
  background: transparent;
  height: 40px;
  border-radius: 5px;
  margin-bottom: 5px;
}
.simul_notaires_2 input.btn-primary,
#endettement input.btn-primary,
.simul_cal_credit input.btn-primary,
.simul_cal_financiere input.btn-primary {
  background: #0e1c3d;
}
.simul_notaires_2 input.btn-primary:hover,
#endettement input.btn-primary:hover,
.simul_cal_credit input.btn-primary:hover,
.simul_cal_financiere input.btn-primary:hover {
  background: #ffffff;
}
.simul_notaires_2 font,
#endettement font,
.simul_cal_credit font,
.simul_cal_financiere font {
  font-family: var(--font-1) !important;
}
.simul_notaires_2 #ax-global,
#endettement #ax-global,
.simul_cal_credit #ax-global,
.simul_cal_financiere #ax-global {
  border: none;
}
.simul_notaires_2 .ax-header,
#endettement .ax-header,
.simul_cal_credit .ax-header,
.simul_cal_financiere .ax-header {
  border: none;
}
.simul_notaires_2 .ax-header p,
#endettement .ax-header p,
.simul_cal_credit .ax-header p,
.simul_cal_financiere .ax-header p {
  padding: 0;
}
.simul_notaires_2 .ax-content,
#endettement .ax-content,
.simul_cal_credit .ax-content,
.simul_cal_financiere .ax-content {
  width: 60%;
}
.simul_notaires_2 select,
#endettement select,
.simul_cal_credit select,
.simul_cal_financiere select {
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
}
.simul_notaires_2 .title,
#endettement .title,
.simul_cal_credit .title,
.simul_cal_financiere .title {
  margin-top: 15px;
}
.simul_notaires_2 input[type="radio"],
#endettement input[type="radio"],
.simul_cal_credit input[type="radio"],
.simul_cal_financiere input[type="radio"] {
  height: auto;
}
.simul_notaires_2 .elements,
#endettement .elements,
.simul_cal_credit .elements,
.simul_cal_financiere .elements {
  display: flex;
  flex-wrap: wrap;
}
.simul_notaires_2 .elements .element,
#endettement .elements .element,
.simul_cal_credit .elements .element,
.simul_cal_financiere .elements .element {
  width: 50%;
}
.simul_notaires_2 .label,
#endettement .label,
.simul_cal_credit .label,
.simul_cal_financiere .label {
  color: #666;
  font-size: 14px;
  text-align: left;
  font-weight: 400;
}
.simul_notaires_2 h1,
.simul_notaires_2 br {
  display: none;
}
.simul_notaires_2 .coche {
  display: flex;
  justify-content: center;
}
.simul_notaires_2 .form-control {
  height: 34px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
}
.simul_notaires_2 #products_Frais {
  height: 3.5rem;
}
#box-biens-similaires {
  margin-bottom: 10rem;
}
.box-biens-similaires__title h2 {
  margin: 0 0 3rem;
}
.box-biens-similaires__btn {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 1199px) {
  .page_products_info .container-slider-product,
  .page_products_info .container-vignettes-product {
    height: 600px;
  }
  #bien_similaires .list-similaires .item-product .infos-product {
    padding: 60px 50px;
  }
}
@media (max-width: 991px) {
  .page_products_info .container-slider-product,
  .page_products_info .container-vignettes-product {
    height: 450px;
  }
  .page_products_info .container-slider-product {
    margin-bottom: 20px;
  }
  .page_products_info .container-slider-product .controls-slider .btn-prev .arrow-left {
    left: calc(50% - 5px);
  }
  .page_products_info .container-slider-product .controls-slider .btn-next .arrow-right {
    left: calc(50% - 20px);
  }
  .page_products_info .product-caracteristiques .list-criteres-product .panel .panel-body {
    padding: 0 30px;
  }
  #header #box_slider_header .box-search-inter {
    top: 100% !important;
    right: 0 !important;
    left: 0;
    margin: 0 auto;
  }
  #header #box_slider_header #bloc_moving_h1 h1 {
    text-align: center;
  }
  #bien_similaires .list-similaires .item-product .infos-product {
    padding: 50px 30px;
  }
  #bien_similaires .list-similaires .item-product .infos-product .products-name {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #bien_similaires .list-similaires .item-product .infos-product .products-desc {
    line-height: 1.4em;
    height: 4.2em;
    font-size: 14px;
  }
  #bien_similaires .list-similaires .item-product .infos-product .products-price,
  #bien_similaires .list-similaires .item-product .infos-product .products-ref {
    font-size: 14px;
  }
  #bien_similaires .list-similaires .item-product .infos-product .products-link .btn.btn-primary {
    padding: 8px 10px;
    font-size: 14px;
  }
  #slider_tab_calculatrices {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 15px;
  }
  #bloc_calculatrices {
    padding-top: 0;
  }
  #bloc_calculatrices:after,
  #bloc_calculatrices:before {
    width: 100%;
    top: 49rem;
    max-height: 31rem;
  }
  #bloc_calculatrices .col-main {
    flex-direction: column;
  }
  #bloc_calculatrices .col-main .col-left,
  #bloc_calculatrices .col-main .calculatrices-budget {
    width: 100%;
  }
  #bloc_calculatrices .col-main .col-left #iframe_calculatrice,
  #bloc_calculatrices .col-main .calculatrices-budget #iframe_calculatrice {
    height: 40rem;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .page_products_info .container-slider-product {
    height: 220px;
  }
  .page_products_info .product-caracteristiques h2,
  .page_products_info .localisation-product h2,
  .page_products_info #box_fiche_contact h2,
  .page_products_info .products-rooms h2,
  .page_products_info #bien_similaires h2 {
    margin: 10px auto;
    font-size: 20px;
    width: 70%;
  }
  .page_products_info .product-caracteristiques h2::before,
  .page_products_info .localisation-product h2::before,
  .page_products_info #box_fiche_contact h2::before,
  .page_products_info .products-rooms h2::before,
  .page_products_info #bien_similaires h2::before {
    margin-bottom: 10px;
  }
  .page_products_info .product-caracteristiques h2::after,
  .page_products_info .localisation-product h2::after,
  .page_products_info #box_fiche_contact h2::after,
  .page_products_info .products-rooms h2::after,
  .page_products_info #bien_similaires h2::after {
    margin-top: 10px;
  }
  .page_products_info .product-caracteristiques h2 span,
  .page_products_info .localisation-product h2 span,
  .page_products_info #box_fiche_contact h2 span,
  .page_products_info .products-rooms h2 span,
  .page_products_info #bien_similaires h2 span {
    font-size: 18px;
  }
  .page_products_info .infos-product .box-desc {
    padding: 10px 20px;
  }
  .page_products_info .infos-product .box-desc .links-product {
    margin-bottom: 20px;
    flex-direction: column;
  }
  .page_products_info .infos-product .box-desc .links-product .link-honoraires,
  .page_products_info .infos-product .box-desc .links-product .link-contact {
    width: 100%;
  }
  .page_products_info .infos-product .box-desc .links-product .link-honoraires a,
  .page_products_info .infos-product .box-desc .links-product .link-contact a {
    margin: 0 auto 2rem;
    max-width: 33.4rem;
    width: 100%;
  }
  .page_products_info .infos-product .box-desc .links-product .link-honoraires a.btn.btn-primary,
  .page_products_info .infos-product .box-desc .links-product .link-contact a.btn.btn-primary {
    margin-right: auto;
  }
  .page_products_info .infos-product .box-desc .links-product .product-tools {
    padding: 0;
  }
  .page_products_info .infos-product .list-caracts {
    padding: 0;
    text-align: center;
  }
  .page_products_info .infos-product .list-caracts li .picto {
    width: 50px;
    margin-right: 5px;
  }
  .page_products_info .infos-product .list-caracts li .value {
    font-size: 18px;
  }
  .page_products_info .product-caracteristiques .list-criteres-product .panel {
    width: 100%;
  }
  .page_products_info .product-caracteristiques .list-criteres-product .panel.panel-default {
    margin-bottom: 20px;
  }
  .page_products_info .product-caracteristiques .list-criteres-product .panel .panel-body {
    padding: 0 20px;
  }
  .page_products_info .product-caracteristiques .list-criteres-product .panel .panel-body h3 {
    font-size: 20px;
  }
  .page_products_info .localisation-product .kelquartier-product .carto .desc-quartier {
    padding: 25px;
  }
  .page_products_info #box_fiche_contact .bloc-contact-agence .col-coordonnees {
    position: relative;
    margin-bottom: 30px;
  }
  #bien_similaires .list-similaires .item-product {
    padding: 0;
  }
  #bien_similaires .list-similaires .item-product .visuel-product {
    position: relative;
    width: 100%;
    height: 240px;
  }
  #bien_similaires .list-similaires .item-product .infos-product {
    padding: 25px;
  }
  #bien_similaires .list-similaires .item-product .infos-product .products-name {
    font-size: 16px;
  }
  #bien_similaires .list-similaires .item-product .picto-product {
    right: 0;
  }
  .page_products_info .container-slider-product .picto-diapo {
    right: 14rem;
  }
  .page_products_info .container-sliders .container-slider-product,
  .page_products_info .container-sliders .container-vignettes-product {
    width: 100%;
  }
  .page_products_info .container-sliders .container-vignettes-product .bx-wrapper {
    max-width: 100% !important;
  }
  .page_products_info .infos-product .list-caracts {
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 2rem;
  }
  .page_products_info .infos-product .list-caracts li {
    margin-bottom: 1.5rem;
  }
  .page_products_info .product-caracteristiques .list-criteres-product .panel .panel-body .bilans_energie {
    display: flex;
  }
  .page_products_info .product-caracteristiques .list-criteres-product .panel .panel-body .bilans_energie .dpe_item {
    max-width: 50%;
    width: 100%;
    padding: 0;
  }
  .page_products_info .product-caracteristiques .list-criteres-product .panel .panel-body .bilans_energie .dpe_item:first-of-type {
    margin-right: 1rem;
  }
  .page_products_info .product-caracteristiques .list-criteres-product .panel .panel-body .bilans_energie .dpe_item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
  }
  #bloc_calculatrices:after,
  #bloc_calculatrices:before {
    top: 65rem;
  }
  #slider_tab_calculatrices {
    flex-direction: column;
  }
  #slider_tab_calculatrices a {
    max-width: 37.4rem;
    width: 100%;
    margin: 0 auto;
  }
}
