.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');
}
.page_home #header {
  height: 100vh;
  display: block;
  align-items: unset;
  justify-content: unset;
  flex-direction: unset;
}
.page_home #header .header-title {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px;
  text-align: left;
}
.page_home #header .header-search {
  position: absolute;
  bottom: 85px;
  padding: 30px 0;
}
#header {
  float: left;
  width: 100%;
  position: relative;
  height: 380px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
#header.search-interne {
  height: 450px;
}
#header.search-interne .header-title {
  margin-bottom: 50px;
}
#header.search-interne .header-title h1 {
  font-size: 50px;
}
#header .header-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--color-1-70);
  padding: 15px 0;
  z-index: 10;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
#header .header-menu .menu_social_header ul {
  list-style: none;
  position: absolute;
  right: 15px;
  top: -10px;
}
#header .header-menu .menu_social_header li {
  display: inline-block;
  font-size: 25px;
  margin: 0 5px;
}
#header .header-menu .menu_social_header li:last-child {
  margin-right: 0px;
}
#header .header-menu .container-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .header-menu .container-menu .menu-logo {
  max-width: 30%;
}
#header .header-menu .container-menu .menu-logo .logo {
  object-fit: contain;
  -o-object-fit: contain;
  object-position: left;
  -o-object-position: left;
  max-width: 100%;
}
#header .header-menu .container-menu .menu-desktop .menu .list-links {
  list-style: none;
  margin-bottom: 0;
}
#header .header-menu .container-menu .menu-desktop .menu .list-links ul ul {
  padding: 0;
}
#header .header-menu .container-menu .menu-desktop .menu .list-links > li > ul {
  top: 100%;
  left: 0;
}
#header .header-menu .container-menu .menu-desktop .menu .list-links > li > ul li > ul {
  top: 0;
  right: 100%;
}
#header .header-menu .container-menu .menu-desktop .menu .list-links li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  position: relative;
}
#header .header-menu .container-menu .menu-desktop .menu .list-links li:first-child {
  padding-left: 0;
}
#header .header-menu .container-menu .menu-desktop .menu .list-links li:last-child {
  padding-right: 0;
}
#header .header-menu .container-menu .menu-desktop .menu .list-links li a {
  font-size: 18px;
  font-weight: 300;
  color: var(--color-3);
}
#header .header-menu .container-menu .menu-desktop .menu .list-links li.link-lang .picto img {
  height: 1em;
}
#header .header-menu .container-menu .menu-desktop .menu .list-links li > ul {
  display: none;
  position: absolute;
  padding: 0;
  background-color: var(--color-3-70);
}
#header .header-menu .container-menu .menu-desktop .menu .list-links li > ul li,
#header .header-menu .container-menu .menu-desktop .menu .list-links li > ul li:first-child,
#header .header-menu .container-menu .menu-desktop .menu .list-links li > ul li:last-child {
  padding: 0 10px;
  background: transparent;
  width: 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;
}
#header .header-menu .container-menu .menu-desktop .menu .list-links li > ul li:hover,
#header .header-menu .container-menu .menu-desktop .menu .list-links li > ul li:first-child:hover,
#header .header-menu .container-menu .menu-desktop .menu .list-links li > ul li:last-child:hover,
#header .header-menu .container-menu .menu-desktop .menu .list-links li > ul li:focus,
#header .header-menu .container-menu .menu-desktop .menu .list-links li > ul li:first-child:focus,
#header .header-menu .container-menu .menu-desktop .menu .list-links li > ul li:last-child:focus,
#header .header-menu .container-menu .menu-desktop .menu .list-links li > ul li.active,
#header .header-menu .container-menu .menu-desktop .menu .list-links li > ul li:first-child.active,
#header .header-menu .container-menu .menu-desktop .menu .list-links li > ul li:last-child.active {
  background-color: var(--color-2);
}
#header .header-menu .container-menu .menu-desktop .menu .list-links li > ul li:hover a,
#header .header-menu .container-menu .menu-desktop .menu .list-links li > ul li:first-child:hover a,
#header .header-menu .container-menu .menu-desktop .menu .list-links li > ul li:last-child:hover a,
#header .header-menu .container-menu .menu-desktop .menu .list-links li > ul li:focus a,
#header .header-menu .container-menu .menu-desktop .menu .list-links li > ul li:first-child:focus a,
#header .header-menu .container-menu .menu-desktop .menu .list-links li > ul li:last-child:focus a,
#header .header-menu .container-menu .menu-desktop .menu .list-links li > ul li.active a,
#header .header-menu .container-menu .menu-desktop .menu .list-links li > ul li:first-child.active a,
#header .header-menu .container-menu .menu-desktop .menu .list-links li > ul li:last-child.active a {
  color: var(--color-3);
}
#header .header-menu .container-menu .menu-desktop .menu .list-links li > ul li a,
#header .header-menu .container-menu .menu-desktop .menu .list-links li > ul li:first-child a,
#header .header-menu .container-menu .menu-desktop .menu .list-links li > ul li:last-child a {
  color: var(--color-1-70);
  text-decoration: none;
}
#header .header-menu .container-menu .menu-desktop .menu .list-links li:hover > ul,
#header .header-menu .container-menu .menu-desktop .menu .list-links li:focus > ul,
#header .header-menu .container-menu .menu-desktop .menu .list-links li.active > ul {
  display: block;
}
#header .header-menu .container-menu .burger-mobile {
  cursor: pointer;
}
#header .header-menu .container-menu .burger-mobile #btn_menu_mobile {
  display: block;
  padding: 10px 0;
}
#header .header-menu .container-menu .burger-mobile #btn_menu_mobile span {
  height: 2px;
  width: 35px;
  display: block;
  background-color: var(--color-3);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header .header-menu .container-menu .burger-mobile #btn_menu_mobile span:not(:last-child) {
  margin-bottom: 5px;
}
#header .header-menu .container-menu .burger-mobile #btn_menu_mobile.active span:nth-child(1),
#header .header-menu .container-menu .burger-mobile #btn_menu_mobile.active span:nth-child(2) {
  margin: 0;
}
#header .header-menu .container-menu .burger-mobile #btn_menu_mobile.active span:nth-child(1) {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#header .header-menu .container-menu .burger-mobile #btn_menu_mobile.active span:nth-child(2) {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -2px;
}
#header .header-menu .container-menu .burger-mobile #btn_menu_mobile.active span:nth-child(3) {
  opacity: 0;
}
#header .header-menu #menu_mobile {
  position: absolute;
  top: 100%;
  min-width: 100%;
  max-width: 100%;
  background-color: var(--color-1-70);
  padding: 10px;
}
#header .header-menu #menu_mobile .menu .list-links,
#header .header-menu #menu_mobile .menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#header .header-menu #menu_mobile .menu .list-links li,
#header .header-menu #menu_mobile .menu ul li {
  text-align: center;
}
#header .header-menu #menu_mobile .menu .list-links li.link-lang .picto img,
#header .header-menu #menu_mobile .menu ul li.link-lang .picto img {
  height: 1.2em;
}
#header .header-menu #menu_mobile .menu .list-links li a,
#header .header-menu #menu_mobile .menu ul li a {
  color: var(--color-3);
}
#header .header-menu #menu_mobile .menu .list-links > li:not(:last-child) {
  margin-bottom: 5px;
}
#header .header-title {
  float: left;
  width: 100%;
  margin-bottom: 70px;
  color: var(--color-3);
  text-align: center;
}
#header .header-title h1 {
  font-size: 60px;
  margin: 0;
  text-shadow: 0px 0px 20px var(--color-1-70);
}
#header .header-title h2 {
  font-size: 30px;
  margin: 0;
  text-shadow: 0px 0px 20px var(--color-1-70);
}
#header .header-search {
  width: 100%;
  background: var(--color-1-70);
  padding: 30px 0 0;
  z-index: 1;
}
#box_search {
  float: left;
  width: 100%;
  position: relative;
  z-index: 0;
}
#box_search .search-form {
  min-width: 100%;
  max-width: 100%;
}
#box_search .search-form .item-search {
  float: left;
  width: 18%;
  padding-right: 20px;
}
#box_search .search-form .item-search .label-search {
  color: var(--color-3);
  margin-bottom: 10px;
}
#box_search .search-form .item-search.search-submit {
  width: 10%;
  padding-right: 0;
  padding-left: 10px;
}
#box_search .search-form .item-search.search-submit .submit-btn {
  display: block;
  height: 65px;
}
#box_search .search-form .item-search.search-submit .submit-btn img {
  height: 100%;
  object-fit: contain;
  -o-object-fit: contain;
  object-position: center;
  -o-object-position: center;
}
#box_search .search-form .links-more-criteria {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
#box_search .search-form .links-more-criteria a {
  color: var(--color-3);
}
#box_search .toggle-search {
  text-align: center;
}
#box_search .toggle-search .hide-search {
  display: none;
}
#box_search .toggle-search.active .show-search {
  display: none;
}
#box_search .toggle-search.active .hide-search {
  display: inline-block;
}
#modal_search input[type="text"].form-control {
  margin-bottom: 10px;
}
#modal_search .checkbox-search {
  padding: 8px 0;
}
#modal_search .checkbox-search label,
#modal_search .checkbox-search input {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
#modal_search .checkbox-search label {
  margin-right: 5px;
}
.entry-header .page-header {
  display: block;
  position: relative;
  text-align: center;
  margin: 0px auto;
  text-transform: uppercase;
  font-size: 40px;
  width: 600px;
  max-width: 100%;
  border-bottom: 0;
}
.entry-header .page-header::before,
.entry-header .page-header::after {
  content: ' ';
  display: inline-block;
  height: 50px;
  border-left: 1px solid var(--color-3);
  width: 50%;
  margin-left: 50%;
}
.entry-header .page-header::before {
  margin-bottom: 20px;
}
.entry-header .page-header::after {
  margin-top: 30px;
}
.breadcrumb {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}
.breadcrumb a {
  color: var(--color-3);
}
.breadcrumb a:hover,
.breadcrumb a:focus {
  color: var(--color-2);
}
body {
  color: var(--color-3);
  background-color: var(--color-1);
  font-family: var(--font-1);
}
input[type="text"] {
  color: var(--color-1);
}
.filter-bg {
  float: left;
  width: 100%;
  padding: 20px 0;
  background-color: var(--color-1-70);
}
#background {
  position: fixed;
  z-index: -1;
  height: 100vh;
  width: 100vw;
}
#background .bx-wrapper {
  margin: 0;
  height: 100%;
  min-width: 100%;
}
#background .bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  left: 0;
  background: transparent;
  min-height: 100%;
  max-height: 100%;
}
#background #slider_background {
  min-width: 100%;
  height: 100%;
}
#background #slider_background .slider-item {
  height: 100%;
}
#background #slider_background .slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
a {
  color: var(--color-3-70);
  -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 {
  border-radius: 0;
}
.btn.btn-primary {
  background-color: transparent;
  color: var(--color-3);
  border: 1px solid var(--color-3);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary.active {
  color: var(--color-2);
  border: 1px solid var(--color-2);
  background-color: transparent;
}
.form-control {
  border-radius: 0;
}
.form-control .btn-default {
  border-radius: 0;
}
#box_content,
#box_secteurs,
#box_selection,
#box_jestimmo {
  float: left;
  width: 100%;
  padding: 20px 0;
  color: var(--color-3);
}
#box_content h2,
#box_secteurs h2,
#box_selection h2,
#box_jestimmo h2 {
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
  margin: 20px 0;
  text-transform: uppercase;
  font-size: 40px;
}
#box_content h2 span,
#box_secteurs h2 span,
#box_selection h2 span,
#box_jestimmo h2 span {
  display: block;
  font-size: 25px;
  font-weight: 300;
  color: var(--color-3-70);
}
#box_content h2::before,
#box_secteurs h2::before,
#box_selection h2::before,
#box_jestimmo h2::before,
#box_content h2::after,
#box_secteurs h2::after,
#box_selection h2::after,
#box_jestimmo h2::after {
  content: ' ';
  display: inline-block;
  height: 50px;
  border-left: 1px solid var(--color-3);
  width: 50%;
  margin-left: 50%;
}
#box_content h2::before,
#box_secteurs h2::before,
#box_selection h2::before,
#box_jestimmo h2::before {
  margin-bottom: 20px;
}
#box_content h2::after,
#box_secteurs h2::after,
#box_selection h2::after,
#box_jestimmo h2::after {
  margin-top: 30px;
}
#box_content .content-text a {
  color: var(--color-2);
}
#box_secteurs .list-secteurs {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
#box_secteurs .list-secteurs li {
  float: left;
  width: calc(30% - 10px);
  margin-right: 15px;
  height: 300px;
  margin-bottom: 15px;
  position: relative;
}
#box_secteurs .list-secteurs li:nth-child(3n) {
  margin-right: 0;
}
#box_secteurs .list-secteurs li:nth-child(3),
#box_secteurs .list-secteurs li:nth-child(5),
#box_secteurs .list-secteurs li:nth-child(7) {
  width: calc(40% - 10px);
}
#box_secteurs .list-secteurs li .visuel-secteur {
  width: 100%;
  height: 100%;
}
#box_secteurs .list-secteurs li .visuel-secteur img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
#box_secteurs .list-secteurs li .text-secteur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: var(--color-1-70);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  -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_secteurs .list-secteurs li .text-secteur .secteur-name {
  color: var(--color-3);
  font-weight: 300;
  font-size: 20px;
  text-align: center;
}
#box_secteurs .list-secteurs li .text-secteur .secteur-decouvrir {
  font-size: 16px;
  font-weight: 300;
  color: var(--color-3-70);
  text-align: center;
}
#box_secteurs .list-secteurs li:hover .text-secteur,
#box_secteurs .list-secteurs li:focus .text-secteur {
  opacity: 1;
}
#box_secteurs #toggle_secteurs {
  float: left;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  font-size: 16px;
}
#box_secteurs #toggle_secteurs:before,
#box_secteurs #toggle_secteurs:after {
  content: '-';
  display: inline-block;
  vertical-align: middle;
}
#box_secteurs #toggle_secteurs .link-hide,
#box_secteurs #toggle_secteurs .link-show {
  vertical-align: middle;
  cursor: pointer;
}
#box_secteurs #toggle_secteurs .link-hide {
  display: inline-block;
}
#box_secteurs #toggle_secteurs .link-show {
  display: none;
}
#box_secteurs #toggle_secteurs.active .link-show {
  display: inline-block;
}
#box_secteurs #toggle_secteurs.active .link-hide {
  display: none;
}
#box_selection .list-selection {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
#box_selection .list-selection .item-product {
  float: left;
  width: 100%;
  position: relative;
  padding-left: 50%;
  background-color: var(--color-3);
  margin-bottom: 30px;
}
#box_selection .list-selection .item-product .btn-selection {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 5px;
  background-color: var(--color-3);
}
#box_selection .list-selection .item-product .btn-selection .conteneur_buy_now .btn_buy_now {
  font-size: 18px;
  color: var(--color-2);
}
#box_selection .list-selection .item-product .btn-selection .conteneur_buy_now .btn_buy_now:hover,
#box_selection .list-selection .item-product .btn-selection .conteneur_buy_now .btn_buy_now:focus {
  color: var(--color-1);
}
#box_selection .list-selection .item-product .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);
}
#box_selection .list-selection .item-product .visuel-product {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
}
#box_selection .list-selection .item-product .visuel-product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
#box_selection .list-selection .item-product .infos-product {
  float: left;
  width: 100%;
  padding: 90px 70px;
  color: var(--color-1);
}
#box_selection .list-selection .item-product .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;
}
#box_selection .list-selection .item-product .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;
}
#box_selection .list-selection .item-product .infos-product .products-ref {
  font-size: 16px;
  margin-bottom: 10px;
}
#box_selection .list-selection .item-product .infos-product .products-price {
  float: left;
  font-size: 22px;
  color: var(--color-2);
}
#box_selection .list-selection .item-product .infos-product .products-price span {
  color: var(--color-1);
  display: block;
}
#box_selection .list-selection .item-product .infos-product .products-link {
  float: right;
}
#box_selection .list-selection .item-product .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;
}
#box_selection .list-selection .item-product .infos-product .products-link .btn.btn-primary:hover,
#box_selection .list-selection .item-product .infos-product .products-link .btn.btn-primary:focus {
  color: var(--color-2);
  border: 1px solid var(--color-2);
}
#box_selection .link-annonces {
  text-align: center;
}
#box_selection .link-annonces .btn.btn-primary {
  text-transform: uppercase;
  padding: 12px 20px;
  font-size: 16px;
}
#box_jestimmo .jestimo_container {
  text-align: left;
  padding: 15px;
  letter-spacing: 0.8px;
  line-height: 20px;
  font-weight: normal;
  min-height: 180px;
  color: var(--color-1);
  position: relative;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 25px;
}
#box_jestimmo .jestimo_container input[type="text"]::placeholder {
  color: var(--color-1);
}
#box_jestimmo .jestimo_container input[type="checkbox"] {
  display: inline-block;
}
#box_jestimmo .jestimo_content {
  width: 100%;
  font-weight: bold;
  color: var(--color-3);
  text-indent: 0;
  padding-bottom: 0px;
}
#box_jestimmo .jestimo_slogan {
  color: var(--color-1);
  font-size: 24px;
  font-weight: 600;
  margin: 0px 0px 10px 0px;
  border-bottom: 2px solid var(--color-3);
  padding-bottom: 15px;
}
#box_jestimmo .jestimo_label {
  font-family: 'Roboto', sans-serif;
  color: var(--color-3);
  text-transform: none;
  font-weight: 600;
  font-size: 15px;
  display: inline-block;
}
#box_jestimmo .jestimo_label a {
  font-family: 'Roboto', sans-serif;
  color: var(--color-3);
  text-transform: none;
  font-weight: normal;
  font-size: 15px;
  display: inline-block;
}
#box_jestimmo .jestimo_label a:hover,
#box_jestimmo .jestimo_label a:focus {
  font-family: 'Roboto', sans-serif;
  color: var(--color-3) !important;
  text-transform: none;
  font-weight: normal;
  font-size: 17px;
  display: inline-block;
}
#box_jestimmo .jestimo_label_conditions {
  font-family: 'Roboto', sans-serif;
  color: var(--color-3);
  text-transform: none;
  font-weight: normal;
  font-size: 11px;
  display: inline-block;
  margin-top: 5px;
}
#box_jestimmo .jestimo_label_conditions a {
  color: var(--color-3);
}
#box_jestimmo .jestimo_label_conditions a:hover,
#box_jestimmo .jestimo_label_conditions a:focus {
  color: var(--color-3);
}
#box_jestimmo .jestimo_content input,
#box_jestimmo .jestimo_content textarea {
  width: auto;
}
#box_jestimmo input.input_text_jestimo:-webkit-input-placeholder {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
}
#box_jestimmo input.input_text_jestimo:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
}
#box_jestimmo input.input_text_jestimo::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
}
#box_jestimmo input.input_text_jestimo:-ms-input-placeholder {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
}
#box_jestimmo #bien-validate_0 {
  float: right;
  background-color: var(--color-2);
}
#box_jestimmo #bien-validate_0:hover,
#box_jestimmo #bien-validate_0:focus {
  background-color: var(--color-3);
}
.panel {
  background-color: var(--color-1-70);
}
.tooltip.top .tooltip-arrow {
  border-top-color: var(--color-2);
}
.tooltip .tooltip-inner {
  background-color: var(--color-2);
  border-radius: 0;
  max-width: 100%;
  white-space: nowrap;
}
.modal .modal-content {
  border: 1px solid var(--color-3);
  background-color: var(--color-1);
}
.modal .modal-header .close {
  color: var(--color-3);
  opacity: 1;
}
h1,
h2,
h3 {
  font-family: var(--font-2);
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  float: left;
  width: 100%;
}
::selection {
  background-color: var(--color-1);
  color: var(--color-3);
}
::-moz-selection {
  background-color: var(--color-1);
  color: var(--color-3);
}
.page_estimation h1.entry-title.page-header {
  float: none;
}
.use-materialize .collapsible {
  color: var(--color-1);
}
.use-materialize .collapsible-body {
  background-color: var(--color-3);
}
.use-materialize .collapsible-body .btn {
  background-color: var(--color-2);
  border-color: var(--color-2);
  color: var(--color-3);
}
.use-materialize .collapsible-body .btn:hover,
.use-materialize .collapsible-body .btn:focus,
.use-materialize .collapsible-body .btn:active {
  background-color: var(--color-3);
  border-color: var(--color-3);
  color: var(--color-1);
}
.page_account #box_selection {
  padding: unset;
  margin-bottom: 20px;
  float: unset;
}
.page_account_seller .nav_seller2 ul > li {
  border-left: 1px solid var(--color-3);
  border-right: 1px solid var(--color-3);
}
.page_account_seller #chart_final_pos {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.page_account_seller #chart_final_pos svg [fill="#00A79D"] {
  fill: var(--color-2);
}
.page_account_seller #chart_final_pos svg [fill="rgb(25,192,182)"] {
  fill: var(--color-2);
}
.page_account_seller #chart_final_pos svg tspan {
  font-family: var(--font-2);
}
.page_account_seller #flex_slider_bien .slides li a {
  display: block;
  height: 500px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.page_account_seller .nav_seller2 ul > li {
  background-color: var(--color-2);
}
.page_account_seller #cd-timeline .cd-timeline-content {
  box-shadow: 0 3px 0 var(--color-2);
  background: transparent;
}
.page_account_seller #cd-timeline .cd-timeline-img,
.page_account_seller #cd-timeline::before {
  background-color: var(--color-2);
}
.page_account_seller .container-publication > div > .img-responsive {
  height: 100px;
  object-fit: contain;
  -o-object-fit: contain;
  object-position: center;
  -o-object-position: center;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background: transparent;
}
#footer .logo {
  float: left;
  width: 100%;
  height: 130px;
  object-fit: contain;
  -o-object-fit: contain;
  object-position: left;
  -o-object-position: left;
  margin-bottom: 10px;
}
#footer .list-links-social {
  float: left;
  width: 100%;
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .list-links-social li {
  display: inline-block;
  padding: 0 5px;
}
#footer .list-links-social li:first-child {
  padding-left: 0;
}
#footer .list-links-social li a {
  font-size: 25px;
}
#footer .list-links-social li a:hover,
#footer .list-links-social li a:focus {
  text-decoration: none;
}
#footer .menu-footer .list-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .menu-footer .list-links li:not(:last-child) {
  margin-bottom: 10px;
}
#footer .menu-footer .list-links li a {
  color: var(--color-3);
  text-decoration: none;
}
#footer .menu-footer .list-links li a:hover,
#footer .menu-footer .list-links li a:focus {
  color: var(--color-2);
}
#footer .footer-copyright {
  float: left;
  width: 100%;
  text-align: center;
  margin: 30px 0 10px;
  color: var(--color-3-70);
}
#footer .footer-copyright li {
  display: inline;
  vertical-align: middle;
  list-style: none;
}
@media (max-width: 1199px) {
  .page_home #header {
    height: 800px;
  }
  .page_home #header .header-search {
    bottom: 50px;
  }
  #header .header-title h1 {
    font-size: 50px;
  }
  #header .header-title.search-interne .header-title h1 {
    font-size: 40px;
  }
  #header .header-menu .container-menu .menu-desktop .menu .list-links li {
    padding: 0 8px;
  }
  #header .header-menu .container-menu .menu-desktop .menu .list-links li a {
    font-size: 17px;
  }
  #box_secteurs .list-secteurs li {
    height: 270px;
  }
  #box_selection .list-selection .item-product .infos-product {
    padding: 60px 50px;
  }
}
@media (max-width: 991px) {
  .page_home #header {
    height: auto;
  }
  .page_home #header .header-search {
    bottom: unset;
    position: relative;
    float: left;
    width: 100%;
  }
  .page_home #header .header-title {
    height: auto;
    margin-bottom: 30px;
  }
  #header,
  #header.search-interne {
    height: auto;
    padding-top: 90px;
  }
  #header .header-title,
  #header.search-interne .header-title {
    margin-bottom: 30px;
  }
  #header .header-title h1 {
    font-size: 40px;
  }
  #header .header-title h2 {
    font-size: 25px;
  }
  #header .header-menu .container-menu .menu-desktop .menu .list-links li {
    padding: 0 5px;
  }
  #header .header-menu .container-menu .menu-desktop .menu .list-links li a {
    font-size: 15px;
  }
  #box_search .search-form .item-search {
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 10px;
  }
  #box_search .search-form .item-search.search-submit {
    width: 50%;
    padding-left: 10px;
    text-align: center;
  }
  #box_search .search-form .item-search.search-submit .submit-btn {
    height: 45px;
    margin-top: 10px;
  }
  #box_secteurs .list-secteurs li {
    height: 220px;
  }
  #box_secteurs .list-secteurs li .text-secteur .secteur-name {
    font-size: 16px;
  }
  #box_secteurs .list-secteurs li .text-secteur .secteur-decouvrir {
    font-size: 14px;
  }
  #box_content,
  #box_secteurs,
  #box_selection {
    padding: 10px 0;
  }
  #box_content h2,
  #box_secteurs h2,
  #box_selection h2 {
    font-size: 35px;
    margin: 15px 0;
  }
  #box_content h2 span,
  #box_secteurs h2 span,
  #box_selection h2 span {
    font-size: 20px;
  }
  #box_content h2::before,
  #box_secteurs h2::before,
  #box_selection h2::before {
    margin-bottom: 10px;
  }
  #box_content h2::after,
  #box_secteurs h2::after,
  #box_selection h2::after {
    margin-top: 10px;
  }
  #box_content h2::before,
  #box_secteurs h2::before,
  #box_selection h2::before,
  #box_content h2::after,
  #box_secteurs h2::after,
  #box_selection h2::after {
    height: 40px;
  }
  #box_selection .list-selection .item-product .infos-product {
    padding: 50px 30px;
  }
  #box_selection .list-selection .item-product .infos-product .products-name {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #box_selection .list-selection .item-product .infos-product .products-desc {
    line-height: 1.4em;
    height: 4.2em;
    font-size: 14px;
  }
  #box_selection .list-selection .item-product .infos-product .products-price,
  #box_selection .list-selection .item-product .infos-product .products-ref {
    font-size: 14px;
  }
  #box_selection .list-selection .item-product .infos-product .products-link .btn.btn-primary {
    padding: 8px 10px;
    font-size: 14px;
  }
  #footer .logo {
    padding-bottom: 20px;
  }
  .entry-header .page-header {
    width: 500px;
    margin: 10px auto;
  }
  .entry-header .page-header::before,
  .entry-header .page-header::after {
    height: 40px;
  }
}
@media (max-width: 767px) {
  /*** Biens vendus ***/
  .products_selled .search-form #find_sold .row-inputs {
    flex-direction: column;
  }
  .products_selled .search-form #find_sold .row-inputs .btn-submit {
    width: 100%;
  }
  .products_selled .search-form #find_sold .row-inputs .btn-submit .btn.btn-primary {
    width: 100%;
  }
  .products_selled .search-form #find_sold .col-input:first-child {
    padding: 0px 0px 4px 0px !important;
  }
  .products_selled .search-form #find_sold .col-input + .col-input:not(:last-child) {
    padding: 4px 0px 4px 0px !important;
  }
  .products_selled .search-form #find_sold .col-input:last-child {
    padding: 4px 0px 0px 0px !important;
  }
  .page_home #header .header-title {
    margin: 30px 0;
  }
  .page_home #header .header-search {
    padding: 20px 0 0;
  }
  #header {
    padding-top: 80px;
  }
  #header .header-menu .container-menu .menu-logo .logo {
    height: 70px;
  }
  #header .header-title {
    margin: 30px 0;
  }
  #header .header-title h1 {
    font-size: 25px;
  }
  #header .header-title h2 {
    font-size: 20px;
  }
  #header .header-title h1,
  #header .header-title h2 {
    text-align: center;
    padding: 0 20px;
  }
  #header.search-interne .header-title h1 {
    font-size: 30px;
  }
  #box_content h2,
  #box_secteurs h2,
  #box_selection h2 {
    font-size: 30px;
    margin: 0 0 10px;
  }
  #box_content h2 span,
  #box_secteurs h2 span,
  #box_selection h2 span {
    font-size: 15px;
  }
  #box_search .search-form .item-search {
    width: 100%;
  }
  #box_search .search-form .item-search.search-submit {
    width: 100%;
  }
  #box_secteurs .list-secteurs {
    overflow: hidden;
  }
  #box_secteurs .list-secteurs li,
  #box_secteurs .list-secteurs li:nth-child(3),
  #box_secteurs .list-secteurs li:nth-child(5),
  #box_secteurs .list-secteurs li:nth-child(7) {
    height: 170px;
    width: 100%;
    margin: 0 0 20px;
  }
  #box_secteurs .list-secteurs li .text-secteur {
    opacity: 1;
    background-color: var(--color-1-30);
  }
  #box_selection .list-selection .item-product {
    padding: 0;
  }
  #box_selection .list-selection .item-product .visuel-product {
    position: relative;
    width: 100%;
    height: 240px;
  }
  #box_selection .list-selection .item-product .infos-product {
    padding: 25px;
  }
  #box_selection .list-selection .item-product .infos-product .products-name {
    font-size: 16px;
  }
  #box_selection .list-selection .item-product .picto-product {
    right: 0;
  }
  #footer .logo {
    object-position: center;
    -o-object-position: center;
  }
  #footer .menu-footer {
    margin-bottom: 20px;
  }
  #footer .menu-footer .list-links {
    text-align: center;
  }
  .entry-header .page-header {
    width: 70%;
    font-size: 20px;
  }
  .entry-header .page-header::before {
    margin-bottom: 10px;
  }
  .entry-header .page-header::after {
    margin-top: 10px;
  }
  .breadcrumb {
    margin-bottom: 10px;
    font-size: 12px;
  }
}
.page_products_info #box_fiche_contact .bloc-contact-agence .col-coordonnees .agence-product .agence-photo {
  margin: 15px;
}
.page_products_info #box_fiche_contact .bloc-contact-agence .col-coordonnees .agence-product .agence-photo .logo {
  width: 100%;
}
.page_agence.page_agences--v2 .entry-header .entry-title {
  flex-direction: column;
}
.page_agence.page_agences--v2 .agence-contact .contact-agence .agence-contact-form .envoi-form-contact .btn-mail {
  color: var(--color-2);
  border: 1px solid var(--color-2);
  background-color: transparent;
}
.page_agence.page_agences--v2 .agence-contact .contact-agence .agence-contact-form .envoi-form-contact .btn-mail:hover {
  color: var(--color-3);
  border: 1px solid var(--color-3);
  background-color: var(--color-2);
}
.page_agence.page_agences--v2 .agence-contact .contact-agence .agence-contact-form #block-rgpd p {
  color: var(--color-1);
}
.page_agences--v2 .container_vcard_manufacturer .vcard-agences-coordo {
  color: var(--color-1);
}
.page_agences--v2 .container_vcard_manufacturer .vcard-agences-coordo-title a {
  color: var(--color-1);
}
:root {
  --casap-button-bg: var(--color-1);
}
.infos-product .links-product .booking {
  display: inline;
}
.agence-product .links-contact .booking {
  margin-top: 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;
}
