.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');
}
#header {
  float: left;
  width: 100%;
  position: relative;
}
#header .header-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--color-bg);
  z-index: 10;
}
#header .header-menu a {
  text-decoration: none;
}
#header .header-menu .menu-desktop {
  display: unset;
}
#header .header-menu .logo-header,
#header .header-menu .menu,
#header .header-menu .reseaux-sociaux {
  float: left;
  height: 100%;
  text-align: center;
}
#header .header-menu .logo-header .list-links,
#header .header-menu .menu .list-links,
#header .header-menu .reseaux-sociaux .list-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#header .header-menu .logo-header .list-links li,
#header .header-menu .menu .list-links li,
#header .header-menu .reseaux-sociaux .list-links li {
  padding: 0 8px;
  text-transform: uppercase;
  position: relative;
}
#header .header-menu .logo-header .list-links li a,
#header .header-menu .menu .list-links li a,
#header .header-menu .reseaux-sociaux .list-links li a {
  font-size: 16px;
}
#header .header-menu .logo-header .list-links li a .fa,
#header .header-menu .menu .list-links li a .fa,
#header .header-menu .reseaux-sociaux .list-links li a .fa {
  font-size: 1em;
}
#header .header-menu .logo-header .list-links li a:hover,
#header .header-menu .menu .list-links li a:hover,
#header .header-menu .reseaux-sociaux .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 .reseaux-sociaux .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 .reseaux-sociaux .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,
#header .header-menu .menu .list-links li a img,
#header .header-menu .reseaux-sociaux .list-links li a img {
  height: 2.5rem;
  width: 2.5rem;
}
#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 .reseaux-sociaux .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 .reseaux-sociaux .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 .reseaux-sociaux .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 .reseaux-sociaux .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 .reseaux-sociaux .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 .reseaux-sociaux .list-links li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#header .header-menu .logo-header .list-links li ul li,
#header .header-menu .menu .list-links li ul li,
#header .header-menu .reseaux-sociaux .list-links li ul li {
  text-align: left;
  background-color: var(--color-2-80);
  padding: 5px 8px;
  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 .reseaux-sociaux .list-links li ul li a {
  white-space: nowrap;
  color: var(--color-btn);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header .header-menu .logo-header .list-links li ul li:hover,
#header .header-menu .menu .list-links li ul li:hover,
#header .header-menu .reseaux-sociaux .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 .reseaux-sociaux .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 .reseaux-sociaux .list-links li ul li.active {
  background-color: var(--color-btn);
}
#header .header-menu .logo-header .list-links li ul li:hover > a,
#header .header-menu .menu .list-links li ul li:hover > a,
#header .header-menu .reseaux-sociaux .list-links li ul li:hover > a,
#header .header-menu .logo-header .list-links li ul li:focus > a,
#header .header-menu .menu .list-links li ul li:focus > a,
#header .header-menu .reseaux-sociaux .list-links li ul li:focus > a,
#header .header-menu .logo-header .list-links li ul li.active > a,
#header .header-menu .menu .list-links li ul li.active > a,
#header .header-menu .reseaux-sociaux .list-links li ul li.active > a {
  color: var(--color-2);
}
#header .header-menu .logo-header .list-links > li > ul,
#header .header-menu .menu .list-links > li > ul,
#header .header-menu .reseaux-sociaux .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 .reseaux-sociaux .list-links > li > ul li > ul {
  position: absolute;
  top: 0;
  right: 100%;
}
#header .header-menu .logo-header,
#header .header-menu .reseaux-sociaux {
  width: 15%;
}
#header .header-menu .reseaux-sociaux .list-links li {
  padding: 0 5px;
}
#header .header-menu .logo-header .logo-main {
  height: 100%;
  padding: 10px;
  object-fit: contain;
  -o-object-fit: contain;
  object-position: center;
  -o-object-position: center;
}
#header .header-menu .menu {
  width: 70%;
}
#header .header-menu #menu_mobile {
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
  width: 100%;
  background: var(--color-3);
  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 .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 {
  color: var(--color-1);
  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 .reseaux-sociaux {
  height: auto;
  padding: 15px 0;
  width: 100%;
}
#header .header-menu #menu_mobile .reseaux-sociaux .list-links {
  justify-content: center;
}
#header .header-menu #menu_mobile .reseaux-sociaux .list-links li a {
  font-size: 16px;
}
#header .header-menu #menu_mobile .reseaux-sociaux .list-links li a .logo-lang {
  width: 30px;
}
#header .header-menu #menu_mobile.active {
  padding: 20px;
  overflow: auto;
}
#header #box_slider_header {
  float: left;
  width: 100%;
  height: 270px;
  position: relative;
  display: flex;
  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 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: var(--color-titre);
}
#header #box_slider_header .header-home .left-bloc h1 {
  float: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 80px;
  font-family: var(--font-2);
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  text-shadow: 0 0px 20px var(--color-1-60);
}
#header #box_slider_header .header-home .left-bloc h2 {
  float: left;
  width: 100%;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 20px;
  text-shadow: 0 0px 20px var(--color-1-60);
}
#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: 40%;
  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.menu-burger {
  width: 85%;
  text-transform: uppercase;
  font-size: 16px;
}
#header .menu-mobile.menu-burger #burger_mobile {
  width: 130px;
}
#header .menu-mobile.menu-burger #burger_mobile:hover {
  cursor: pointer;
}
#header .menu-mobile.menu-burger #burger_mobile .square-burger {
  margin-left: 22px;
}
#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 {
  height: 50px;
  max-height: 100%;
  width: 100%;
  display: grid;
  grid-template-columns: 33% 33% 33%;
  padding: 6px;
  cursor: pointer;
}
#header .menu-mobile #burger_mobile .square-burger span {
  height: 40%;
  width: 40%;
  margin-left: 30%;
  margin-top: 30%;
  display: block;
  background-color: var(--color-1);
  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 .menu-mobile #burger_mobile .square-burger span:nth-of-type(even) {
  background-color: var(--color-2);
}
#header .menu-mobile #burger_mobile .square-burger span:nth-child(1),
#header .menu-mobile #burger_mobile .square-burger span:nth-child(7) {
  top: 0;
  left: 0;
}
#header .menu-mobile #burger_mobile .square-burger span:nth-child(3),
#header .menu-mobile #burger_mobile .square-burger span:nth-child(9) {
  top: 0;
  right: 0;
}
#header .menu-mobile #burger_mobile.active .square-burger span:nth-of-type(even) {
  opacity: 0;
}
#header .menu-mobile #burger_mobile.active .square-burger span:nth-child(1),
#header .menu-mobile #burger_mobile.active .square-burger span:nth-child(3),
#header .menu-mobile #burger_mobile.active .square-burger span:nth-child(7),
#header .menu-mobile #burger_mobile.active .square-burger span:nth-child(9) {
  width: 20px;
  height: 25%;
}
#header .menu-mobile #burger_mobile.active .square-burger span:nth-child(1),
#header .menu-mobile #burger_mobile.active .square-burger span:nth-child(9) {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#header .menu-mobile #burger_mobile.active .square-burger span:nth-child(3),
#header .menu-mobile #burger_mobile.active .square-burger span:nth-child(7) {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#header .menu-mobile #burger_mobile.active .square-burger span:nth-child(1) {
  top: 5px;
  left: -3px;
}
#header .menu-mobile #burger_mobile.active .square-burger span:nth-child(3) {
  top: 5px;
  right: 12px;
}
#header .menu-mobile #burger_mobile.active .square-burger span:nth-child(7) {
  top: -5px;
  left: -2px;
}
#header .menu-mobile #burger_mobile.active .square-burger span:nth-child(9) {
  top: -5px;
  right: 13px;
}
.page_home #header #box_slider_header {
  height: 750px;
}
#box_search {
  float: left;
  width: 100%;
}
#box_search .search-form {
  color: var(--color-3);
  float: left;
  width: 100%;
  background-color: var(--color-1-80);
  padding: 20px 30px;
  position: relative;
}
#box_search .search-form h2 {
  float: left;
  width: 100%;
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: var(--font-2);
  font-weight: 400;
  text-transform: uppercase;
}
#box_search .search-form .list-inputs {
  float: left;
  width: 100%;
}
#box_search .search-form .list-inputs .input-search {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
#box_search .search-form .list-inputs .input-search .text,
#box_search .search-form .list-inputs .input-search .input {
  float: left;
}
#box_search .search-form .list-inputs .input-search .text {
  width: 40%;
  padding: 7px 0px;
}
#box_search .search-form .list-inputs .input-search .input {
  width: 60%;
}
#box_search .search-form .list-inputs .input-search .input select.form-control {
  color: var(--color-3);
  text-decoration: underline;
}
#box_search .search-form .list-inputs .input-search .input select.form-control option {
  color: var(--color-1);
}
#box_search .search-form .list-inputs .input-search .input .form-control {
  border: 0;
  color: var(--color-1);
  font-size: 12px;
}
#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: var(--color-3);
}
#box_search .search-form .list-inputs .input-search .input .form-control[type="text"]::placeholder {
  color: var(--color-3);
  text-decoration: underline;
  text-underline-position: under;
}
#box_search .search-form .list-inputs .input-search .input .form-control.bootstrap-select > .btn {
  padding: 6px 12px;
}
#box_search .search-form .list-inputs .input-search .input .form-control.bootstrap-select > .btn .caret {
  display: none;
}
#box_search .search-form .list-inputs .input-search .input .form-control.bootstrap-select > .btn .filter-option {
  color: var(--color-3);
  font-size: 12px;
  text-decoration: underline;
  text-underline-position: under;
}
#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 .submit-button,
#box_search .search-form .list-inputs .input-search.input-submit .more-criteria {
  display: inline-block;
  vertical-align: middle;
}
#box_search .search-form .list-inputs .input-search.input-submit .submit-button {
  width: 40%;
  text-transform: uppercase;
  font-size: 16px;
  margin-right: 10px;
}
#box_search .search-form .list-inputs .input-search.input-submit .submit-button:hover,
#box_search .search-form .list-inputs .input-search.input-submit .submit-button:focus,
#box_search .search-form .list-inputs .input-search.input-submit .submit-button.active {
  background-color: var(--color-3);
  color: var(--color-1);
}
#box_search .search-form .list-inputs .input-search.input-submit .more-criteria {
  cursor: pointer;
}
#box_search .search-form .list-toggle-inputs {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  min-width: 100%;
}
#box_search .search-form .list-toggle-inputs .list-inputs {
  background-color: var(--color-1-80);
  padding: 0 30px 30px;
}
.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-family: var(--font-2);
  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";
}
body {
  color: var(--color-1);
  font-size: 14px;
  font-family: var(--font-1);
  background-color: var(--color-bg);
}
#box_home_content {
  float: left;
  width: 100%;
  margin-bottom: 120px;
}
#box_home_content [class^="box-content-"] {
  float: left;
  width: 100%;
  position: relative;
}
#box_home_content [class^="box-content-"] .visuel-box {
  position: relative;
}
#box_home_content [class^="box-content-"] .visuel-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
#box_home_content [class^="box-content-"] .text-box {
  position: absolute;
  padding: 40px 50px 80px;
  max-width: 100%;
  background-color: var(--color-3);
  width: 500px;
}
#box_home_content [class^="box-content-"] .text-box h2 {
  float: left;
  width: 100%;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  font-family: var(--font-2);
  line-height: 1.2em;
}
#box_home_content [class^="box-content-"] .text-box .content {
  float: left;
  width: 100%;
  font-size: 16px;
}
#box_home_content [class^="box-content-"] .text-box .link-box {
  position: absolute;
  bottom: 30px;
  right: -30px;
}
#box_home_content [class^="box-content-"] .text-box .link-box .btn.btn-primary {
  text-transform: uppercase;
  padding: 10px 20px;
}
#box_home_content .box-content-1 .visuel-box {
  width: 50%;
  display: block;
  margin: auto;
  max-width: 100%;
}
#box_home_content .box-content-1 .text-box {
  top: -90px;
  left: -70px;
}
#box_home_content .box-content-1 .text-box #box_jestimmo .jestimo_label img {
  width: 40px;
  height: auto;
  margin-right: 7px;
}
#box_home_content .box-content-2 .visuel-box {
  float: left;
  width: 100%;
  height: 700px;
}
#box_home_content .box-content-2 .text-box {
  top: -70px;
  right: 20%;
}
#box_home_content .box-content-3 {
  margin-bottom: 20px;
}
#box_home_content .box-content-3 .visuel-box {
  margin-top: -70px;
  width: 60%;
  display: block;
  margin: auto;
  max-width: 100%;
}
#box_home_content .box-content-3 .text-box {
  bottom: -90px;
  left: 70px;
  padding: 40px;
}
#box_home_content .box-content-3 .text-box .link-box {
  top: calc(100% - 30px);
}
#box_home_selection {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
#box_home_selection h2 {
  float: left;
  width: 100%;
  margin-top: 0;
  text-align: center;
  font-family: var(--font-2);
  line-height: 1em;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 40px;
}
#box_home_selection .container-slider-selection {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
#box_home_selection .container-slider-selection .bx-wrapper {
  min-width: 100%;
  margin: 0;
}
#box_home_selection .container-slider-selection .bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  left: 0;
  background: transparent;
}
#box_home_selection .container-slider-selection #slider_selection .item-slider .cell-product {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 40px;
}
#box_home_selection .container-slider-selection #slider_selection .item-slider .cell-product a {
  text-decoration: none;
}
#box_home_selection .container-slider-selection #slider_selection .item-slider .cell-product:hover .infos-product,
#box_home_selection .container-slider-selection #slider_selection .item-slider .cell-product:focus .infos-product,
#box_home_selection .container-slider-selection #slider_selection .item-slider .cell-product.active .infos-product {
  padding-bottom: 40px;
}
#box_home_selection .container-slider-selection #slider_selection .item-slider .cell-product:hover .infos-product .product-name,
#box_home_selection .container-slider-selection #slider_selection .item-slider .cell-product:focus .infos-product .product-name,
#box_home_selection .container-slider-selection #slider_selection .item-slider .cell-product.active .infos-product .product-name,
#box_home_selection .container-slider-selection #slider_selection .item-slider .cell-product:hover .infos-product .product-localisation,
#box_home_selection .container-slider-selection #slider_selection .item-slider .cell-product:focus .infos-product .product-localisation,
#box_home_selection .container-slider-selection #slider_selection .item-slider .cell-product.active .infos-product .product-localisation {
  color: var(--color-2);
}
#box_home_selection .container-slider-selection #slider_selection .item-slider .cell-product .photo-product {
  height: 320px;
  width: 100%;
  position: relative;
}
#box_home_selection .container-slider-selection #slider_selection .item-slider .cell-product .photo-product .photo {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
#box_home_selection .container-slider-selection #slider_selection .item-slider .cell-product .photo-product .btn-selection {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 25px;
}
#box_home_selection .container-slider-selection #slider_selection .item-slider .cell-product .photo-product .picto-product {
  position: absolute;
  left: 0;
  top: 10px;
  padding: 5px 10px;
  color: var(--color-btn);
  background-color: var(--color-2);
  font-family: var(--font-2);
  text-transform: uppercase;
}
#box_home_selection .container-slider-selection #slider_selection .item-slider .cell-product .infos-product {
  position: absolute;
  bottom: -30px;
  left: 20px;
  background-color: var(--color-3);
  padding: 10px 20px;
  max-width: calc(90% - 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;
}
#box_home_selection .container-slider-selection #slider_selection .item-slider .cell-product .infos-product .product-name {
  font-family: var(--font-2);
  color: var(--color-1);
  font-size: 25px;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#box_home_selection .container-slider-selection #slider_selection .item-slider .cell-product .infos-product .product-localisation {
  margin-bottom: 5px;
}
#box_home_selection .container-slider-selection #slider_selection .item-slider .cell-product .infos-product .product-price {
  color: var(--color-2);
  font-size: 16px;
  font-weight: 500;
}
#box_home_selection .controls-slider-selection {
  position: absolute;
  bottom: 0;
  right: 5%;
}
#box_home_selection .controls-slider-selection .btn-prev,
#box_home_selection .controls-slider-selection .btn-next {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  font-size: 25px;
  cursor: pointer;
  color: var(--color-1);
}
#box_home_selection .controls-slider-selection .btn-prev .fa,
#box_home_selection .controls-slider-selection .btn-next .fa {
  line-height: 1em;
}
#box_home_selection .link-selection {
  float: left;
  width: 100%;
  text-align: center;
}
#box_home_selection .link-selection .btn.btn-primary {
  text-transform: uppercase;
}
#box_newsletter {
  float: left;
  width: 100%;
  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;
}
a {
  color: var(--color-1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover,
a:focus,
a a.active {
  color: var(--color-2);
}
.btn.btn-primary {
  background-color: var(--color-2);
  color: var(--color-btn);
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 0;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary.active {
  background-color: var(--color-btn);
  color: var(--color-2);
}
::selection {
  background-color: var(--color-1);
  color: var(--color-3);
}
::-moz-selection {
  background-color: var(--color-1);
  color: var(--color-3);
}
.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_temoignages {
  padding: 100px 0;
  margin-bottom: 30px;
  float: left;
  width: 100%;
  position: relative;
  background-color: var(--color-3);
}
#box_home_temoignages .visuel-temoignages {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#box_home_temoignages .visuel-temoignages.container {
  height: 160%;
  width: 75vw;
}
#box_home_temoignages .visuel-temoignages img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
#box_home_temoignages .iframe-temoignages {
  display: none;
}
#box_home_temoignages .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#box_home_temoignages .container .row {
  display: flex;
  min-height: 440px;
  width: 85vw;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
#box_home_temoignages .container .row::before,
#box_home_temoignages .container .row::after {
  display: unset;
  content: unset;
}
#box_home_temoignages h2 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 40px;
  display: block;
  text-align: center;
}
#box_home_temoignages .container-slider-temoignages {
  float: left;
  width: 100%;
}
#box_home_temoignages .container-slider-temoignages .bx-wrapper {
  width: 100%;
  max-width: 100% !important;
  margin: 0;
}
#box_home_temoignages .container-slider-temoignages .bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  left: 0;
  background: transparent;
}
#box_home_temoignages .container-slider-temoignages #slider_temoignages .item-slider {
  background: var(--color-3) 0% 0% no-repeat padding-box;
  box-shadow: 0px 13px 36px #00000014;
}
#box_home_temoignages .container-slider-temoignages #slider_temoignages .item-slider .commentaire {
  display: flex;
  min-height: 207px;
  flex-direction: column;
  justify-content: space-between;
  float: left;
  width: 100%;
  font-size: 18px;
  padding: 25px 45px;
}
#box_home_temoignages .container-slider-temoignages #slider_temoignages .item-slider .commentaire .header-comment {
  display: flex;
  justify-content: space-between;
}
#box_home_temoignages .container-slider-temoignages #slider_temoignages .item-slider .commentaire .header-comment .auteur {
  color: var(--color-1);
  text-transform: uppercase;
  font: normal normal medium 18px/26px inherit;
}
#box_home_temoignages .container-slider-temoignages #slider_temoignages .item-slider .commentaire .header-comment img {
  display: inline-block;
}
#box_home_temoignages .container-slider-temoignages #slider_temoignages .item-slider .commentaire .comment {
  position: relative;
  line-height: 1.4em;
  font-weight: 600;
}
#box_home_temoignages .container-slider-temoignages #slider_temoignages .item-slider .commentaire .footer-comment {
  justify-content: space-between;
  display: flex;
}
#box_home_temoignages .container-slider-temoignages #slider_temoignages .item-slider .commentaire .footer-comment .OS-rating {
  display: flex;
  align-items: center;
}
#box_home_temoignages .container-slider-temoignages #slider_temoignages .item-slider .commentaire .footer-comment .OS-rating .comment-OS-logo {
  display: inline-block;
  height: 1em;
  width: 1em;
}
#box_home_temoignages .container-slider-temoignages #slider_temoignages .item-slider .commentaire .footer-comment .OS-rating .rate {
  padding: 0 10px;
}
#box_home_temoignages .container-slider-temoignages #slider_temoignages .item-slider .commentaire .footer-comment .OS-rating .stars {
  display: flex;
  align-items: center;
}
#box_home_temoignages .container-slider-temoignages #slider_temoignages .item-slider .commentaire .footer-comment .OS-rating .stars [class*="star-"] {
  width: 20px;
}
#box_home_temoignages .row-bottom-temoignages {
  display: flex;
  align-items: center;
  flex-direction: column;
}
#box_home_temoignages .row-bottom-temoignages .col-left .btn-survey {
  display: inline-block;
  padding: 8px 10px;
}
#box_home_temoignages .row-bottom-temoignages .col-left .btn-survey a {
  text-transform: uppercase;
}
#box_home_temoignages .row-bottom-temoignages .col-right .controls-slider-temoignages {
  display: flex;
}
#box_home_temoignages .row-bottom-temoignages .col-right .controls-slider-temoignages .btn-control {
  display: inline-block;
  width: 60px;
  padding: 20px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#box_home_temoignages .row-bottom-temoignages .col-right .controls-slider-temoignages .btn-control svg {
  height: 100%;
  width: 100%;
}
#box_home_temoignages .row-bottom-temoignages .col-right .controls-slider-temoignages .btn-prev,
#box_home_temoignages .row-bottom-temoignages .col-right .controls-slider-temoignages .btn-next {
  padding: 0;
}
#box_home_temoignages .row-bottom-temoignages .col-right .controls-slider-temoignages .btn-prev i,
#box_home_temoignages .row-bottom-temoignages .col-right .controls-slider-temoignages .btn-next i {
  font-size: 32px;
}
#box_home_news {
  margin-bottom: 30px;
  padding: 100px 0;
  float: left;
  width: 100%;
  position: relative;
  background-color: #FAFAFA;
}
#box_home_news h2 {
  margin-bottom: 40px;
  display: block;
}
#box_home_news .row::before,
#box_home_news .row::after {
  content: unset;
}
#box_home_news .row .bx-wrapper {
  width: 100%;
  margin-bottom: unset;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#box_home_news .row .bx-wrapper .bx-viewport {
  border: unset !important;
  box-shadow: unset;
}
#box_home_news .row .bx-wrapper .item-slider .box_home_news_link .box_home_news_image {
  height: 348px;
  width: 100%;
}
#box_home_news .row .bx-wrapper .item-slider .box_home_news_link .box_home_news_image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
#box_home_news .row .bx-wrapper .item-slider .box_home_news_link .box_home_news_image .news-libelle {
  position: absolute;
  font: normal normal medium 12px/17px Oswald;
  top: 12px;
  background: #363535;
  color: var(--color-3);
  left: 12px;
  padding: 6px 12px;
  text-transform: uppercase;
  letter-spacing: 0px;
}
#box_home_news .row .bx-wrapper .item-slider .box_home_news_link .box_home_news_infos {
  width: 80%;
  height: 40%;
  background-color: #FFFFFF;
  padding: 35px;
  margin: auto;
  transform: translate(0px, -40%);
  overflow: hidden;
}
#box_home_news .row .box_home_actus_footer {
  display: flex;
  align-items: center;
  flex-direction: column;
}
#box_home_news .row .box_home_actus_footer .container-slider-news-home {
  display: flex;
}
#box_home_news .row .box_home_actus_footer .container-slider-news-home .btn-prev,
#box_home_news .row .box_home_actus_footer .container-slider-news-home .btn-next {
  padding: 0;
}
#box_home_news .row .box_home_actus_footer .container-slider-news-home .btn-prev i,
#box_home_news .row .box_home_actus_footer .container-slider-news-home .btn-next i {
  font-size: 32px;
}
#box_home_news .row .box_home_actus_footer .container-slider-news-home .btn-next {
  margin-left: 19px;
}
#footer {
  float: left;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: var(--color-1);
  margin-top: 30px;
  padding: 50px 0 20px;
}
#footer,
#footer a {
  color: var(--color-3);
  font-weight: 300;
}
#footer ul {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
  float: left;
  width: 100%;
}
#footer ul.links-pratiques {
  margin-bottom: 0;
}
#footer ul li {
  margin-bottom: 1px;
  float: left;
  width: 100%;
}
#footer ul li:last-child {
  margin-bottom: 0;
}
#footer ul li ul {
  margin-bottom: 0;
}
#footer ul li.membre-grp {
  margin-top: 10px;
}
#footer ul li.membre-grp img {
  width: 80px;
  max-width: 100%;
}
#footer h3 {
  text-transform: uppercase;
  float: left;
  width: 100%;
  font-family: var(--font-2);
  margin-top: 0;
  line-height: 1em;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 21px;
}
#footer .container-slider-agence .bx-wrapper {
  height: 100%;
  margin: 0;
}
#footer .container-slider-agence .bx-wrapper .bx-viewport {
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  left: 0;
  background: transparent;
}
#footer .container-slider-agence .bx-wrapper .bx-viewport #slider_agence_footer .item-agence .desc-agence {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  line-height: 20px;
}
#footer .container-slider-agence .bx-wrapper .bx-viewport #slider_agence_footer .item-agence .coord-agence li .fa {
  margin-right: 10px;
}
@media (max-width: 1299px) {
  #box_home_content [class^="box-content-"] .text-box {
    padding: 30px 30px 50px;
  }
  #box_home_content [class^="box-content-"] .text-box h2 {
    font-size: 30px;
  }
  #box_home_content [class^="box-content-"] .text-box .link-box {
    bottom: 15px;
  }
  #box_home_content .box-content-1 .text-box {
    top: -50px;
    left: -50px;
  }
  #box_home_content .box-content-2 .visuel-box {
    height: 600px;
  }
  #box_home_content .box-content-2 .text-box {
    top: -50px;
    right: 15%;
  }
  #box_home_content .box-content-3 .text-box {
    bottom: -60px;
    left: 50px;
  }
}
@media (max-width: 1199px) {
  #header .header-menu .menu {
    width: 76%;
  }
  #header .header-menu .logo-header,
  #header .header-menu .reseaux-sociaux {
    width: 12%;
  }
  #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: 50%;
  }
  #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%;
  }
  #header #box_slider_header .box-search-inter #box_search .search-form .list-inputs .input-search .input {
    width: 65%;
  }
  .page_home #header #box_slider_header {
    height: 600px;
  }
  #box_home_content {
    margin-bottom: 60px;
  }
  #box_home_content [class^="box-content-"] .text-box {
    width: 400px;
  }
  #box_home_content .box-content-1 .visuel-box {
    width: 60%;
  }
  #box_home_content .box-content-1 .text-box {
    top: -40px;
    left: -40px;
  }
  #box_home_content .box-content-2 .visuel-box {
    height: 500px;
  }
  #box_home_content .box-content-3 .text-box {
    padding: 30px;
    bottom: -20px;
    left: 30px;
  }
  #box_home_selection .container-slider-selection #slider_selection .item-slider .cell-product .photo-product {
    height: 300px;
  }
  .entry-header .page-header {
    font-size: 50px;
  }
}
@media (min-width: 992px) {
  #box_home_content .box-content-1.container-jestimmo .text-box {
    width: 900px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .box-content-1.container-jestimmo .visuel-box {
    height: 500px !important;
  }
  .box-content-1.container-jestimmo .visuel-box .text-box {
    width: 350px !important;
  }
}
@media (max-width: 991px) {
  #header .header-menu .logo-header {
    width: 20%;
  }
  #header .header-menu .menu,
  #header .header-menu .reseaux-sociaux {
    width: 80%;
  }
  #header .header-menu .menu .list-links,
  #header .header-menu .reseaux-sociaux .list-links {
    justify-content: flex-end;
  }
  #header .header-menu .menu .list-links li a,
  #header .header-menu .reseaux-sociaux .list-links li a {
    font-size: 12px;
    white-space: nowrap;
  }
  #header .header-menu .menu {
    height: 50%;
  }
  #header .header-menu .reseaux-sociaux {
    height: 20%;
  }
  #header .header-menu .menu-mobile.menu-burger {
    width: 80%;
  }
  #header .header-menu #menu_mobile.menu-burger {
    width: 100%;
  }
  #header #box_slider_header .header-home .left-bloc h1 {
    font-size: 50px;
  }
  #header #box_slider_header .header-home .left-bloc h2 {
    font-size: 25px;
  }
  #header #box_slider_header .header-home .left-bloc {
    width: 40%;
  }
  #header #box_slider_header .header-home .right-bloc {
    width: 60%;
  }
  .page_home #header #box_slider_header {
    height: auto;
    padding: 50px 0;
  }
  #box_home_content [class^="box-content-"] .text-box {
    padding: 20px;
    width: 300px;
  }
  #box_home_content [class^="box-content-"] .text-box h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #box_home_content [class^="box-content-"] .text-box .content {
    font-size: 13px;
  }
  #box_home_content [class^="box-content-"] .text-box .link-box {
    position: relative;
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: right;
  }
  #box_home_content .box-content-1 .visuel-box,
  #box_home_content .box-content-3 .visuel-box {
    height: 300px;
  }
  #box_home_content .box-content-2 .visuel-box {
    height: 400px;
  }
  #box_home_selection h2 {
    margin-bottom: 25px;
    font-size: 35px;
  }
  #box_home_selection .container-slider-selection #slider_selection .item-slider .cell-product .photo-product {
    height: 250px;
  }
  #box_home_selection .container-slider-selection #slider_selection .item-slider .cell-product .infos-product .product-name {
    font-size: 20px;
  }
  #box_home_selection .container-slider-selection #slider_selection .item-slider .cell-product .infos-product .product-localisation {
    font-size: 13px;
  }
  #box_home_selection .container-slider-selection #slider_selection .item-slider .cell-product .infos-product .product-price {
    font-size: 14px;
  }
  #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;
  }
}
@media (max-width: 767px) {
  /*** Biens vendus ***/
  .products_selled .search-form #find_sold {
    margin-top: 40px;
  }
  .products_selled .search-form #find_sold .row-inputs {
    flex-direction: column;
  }
  .products_selled .search-form #find_sold .row-inputs .btn-submit {
    width: 100%;
  }
  .products_selled .search-form #find_sold .row-inputs .btn-submit .btn.btn-primary {
    width: 100%;
  }
  .products_selled .search-form #find_sold .col-input:first-child {
    padding: 0px 0px 4px 0px !important;
  }
  .products_selled .search-form #find_sold .col-input + .col-input:not(:last-child) {
    padding: 4px 0px 4px 0px !important;
  }
  .products_selled .search-form #find_sold .col-input:last-child {
    padding: 4px 0px 0px 0px !important;
  }
  .products_selled .row {
    margin: 0px;
  }
  #header {
    padding-top: 90px;
  }
  #header .header-menu {
    height: 90px;
  }
  #header .header-menu .logo-header {
    width: 50%;
    text-align: left;
  }
  #header .header-menu .logo-header .logo-main {
    max-width: 80vw;
  }
  #header .header-menu .menu-mobile.menu-burger {
    width: 50%;
  }
  #header #box_slider_header {
    height: auto;
    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 .search-form {
    padding: 20px;
  }
  #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_content {
    margin-bottom: 30px;
  }
  #box_home_content [class^="box-content-"] .text-box {
    padding: 15px;
    width: 50vw;
  }
  #box_home_content [class^="box-content-"] .text-box .link-box .btn.btn-primary {
    padding: 6px 15px;
    font-size: 12px;
  }
  #box_home_content .box-content-1,
  #box_home_content .box-content-2,
  #box_home_content .box-content-3 {
    margin-top: 20px;
  }
  #box_home_content .box-content-1 .visuel-box,
  #box_home_content .box-content-2 .visuel-box,
  #box_home_content .box-content-3 .visuel-box {
    height: auto;
    width: 100%;
    display: inline-block;
    position: relative;
  }
  #box_home_content .box-content-1 .visuel-box > img,
  #box_home_content .box-content-2 .visuel-box > img,
  #box_home_content .box-content-3 .visuel-box > img {
    position: absolute;
    top: 0;
    left: 0;
  }
  #box_home_content .box-content-1 .visuel-box .text-box,
  #box_home_content .box-content-2 .visuel-box .text-box,
  #box_home_content .box-content-3 .visuel-box .text-box {
    position: relative;
    padding: 30px 15px;
    float: left;
    width: 100%;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
    background-color: var(--color-3-80);
  }
  #box_home_selection h2 {
    font-size: 25px;
  }
  #box_home_selection .container-slider-selection {
    margin-bottom: 0px;
  }
  #box_home_selection .controls-slider-selection {
    position: relative;
    bottom: 0;
    right: 0;
    float: left;
    width: 100%;
    text-align: center;
  }
  #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;
    margin-top: 20px;
  }
  #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;
  }
}
.pos-relative {
  position: relative;
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1600px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
:root {
  --casap-button-bg: var(--color-1);
}
.page_products_info .booking {
  margin-bottom: 1rem;
}
.no-photo {
  background-color: #eee;
  background-size: contain;
  background-image: url('/catalog/images/no-picture.svg');
  background-position: center;
  background-repeat: no-repeat;
}
img.no-photo {
  object-fit: contain !important;
  background-image: none;
}
.item-product img,
.img-actu img,
.agence_img img {
  background-color: #eee;
}
