.hyperfiltre-box {
  padding: 10px;
  position: relative;
  background: url(../images/hyperfiltre-background.jpg) no-repeat 50% 0;
  background-size: cover;
  text-align: center;
  margin: -10px -10px 0;
}
@media (min-width: 1024px) {
  .hyperfiltre-box {
    margin: -15px -15px 0;
    padding: 15px 15px 31px;
  }
}
.hyperfiltre {
  position: relative;
  margin: 0 auto;
  max-width: 1126px;
  background: rgba(233, 235, 236, 0.5);
  padding: 23px 28px 13px;
}
@media (min-width: 768px) {
  .hyperfiltre {
    padding-bottom: 25px;
  }
}
@media (min-width: 1024px) {
  .hyperfiltre {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.hyperfiltre-loader {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.75);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -spec-transition: 0.3s;
  transition: 0.3s;
}
.hyperfiltre-loader.active {
  opacity: 1;
  visibility: visible;
}
.hyperfiltre-loader::before {
  content: '';
  width: 48px;
  height: 48px;
  border: 3px solid transparent;
  border-top-color: #17a7e0;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  left: 50%;
  margin-left: -24px;
  border-radius: 100%;
  -webkit-animation: spin 1s linear infinite backwards;
  -moz-animation: spin 1s linear infinite backwards;
  -spec-animation: spin 1s linear infinite backwards;
  animation: spin 1s linear infinite backwards;
}
.hyperfiltre-title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.hyperfiltre-selects-box {
  margin: -20px -6px 0;
  text-align: left;
}
@media (min-width: 1024px) {
  .hyperfiltre-selects-box {
    margin-top: 20px;
  }
  .hyperfiltre-selects-box:first-child {
    margin-top: 0;
  }
}
.hyperfiltre-selects {
  padding: 0 16px;
}
.hyperfiltre-selects:after {
  clear: both;
  content: " ";
  display: block;
}
@media (min-width: 1024px) {
  .hyperfiltre-selects {
    display: table;
    width: 100%;
    padding: 0;
  }
  .hyperfiltre-selects::before, .hyperfiltre-selects::after {
    content: none;
  }
}
.hyperfiltre-selects-2 {
  padding: 0;
  table-layout: fixed;
}
.hyperfiltre-select-box {
  display: none;
}
.hyperfiltre-select-box.active {
  display: block;
  float: left;
  width: 33.33333%;
  padding: 0 6px;
  margin-top: 22px;
}
.hyperfiltre-select-box.active.sous-cat {
  float: none;
  width: auto;
}
@media (min-width: 1024px) {
  .hyperfiltre-select-box.active {
    float: none;
    display: table-cell;
    vertical-align: top;
    margin-top: 0;
    width: 1%;
  }
}
.hyperfiltre-select-label {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: inline-block;
}
.hyperfiltre-select-label::after {
  content: '\00a0:';
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hyperfiltre-select {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hyperfiltre-submit-box {
    float: right;
    width: 33.33333%;
    padding: 0 6px;
    margin-top: 43px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hyperfiltre-submit {
    height: 42px;
    line-height: 42px;
    font-size: 15px;
    display: block;
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .hyperfiltre-submit {
    margin-top: 10px;
    float: none;
  }
}
.hyperfiltre-background-legend {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 2px;
  position: absolute;
  bottom: 4px;
  right: 19px;
  border-bottom: 1px solid #FFF;
  padding: 5px;
}

.home-slider {
  position: relative;
}
@media (min-width: 1024px) {
  .home-slider-box {
    margin: 40px -15px 0;
    background: #f1f4f6;
    padding: 20px 15px;
  }
}
.home-slider a, .home-slider img, .home-slider ul, .home-slider li {
  display: block;
}
.home-slider img {
  height: auto;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.home-slider-dots {
  margin: -18px 0 12px;
  text-align: center;
  font-size: 0;
}
.home-slider-dots li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 100%;
  margin-left: 15px;
  cursor: pointer;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -spec-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -spec-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #17a7e0;
}
.home-slider-dots li:first-child {
  margin-left: 0;
}
.home-slider-dots li:hover, .home-slider-dots li:active, .home-slider-dots li.slick-active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -spec-transform: scale(1);
  transform: scale(1);
  background: #17a7e0;
  border: 1px solid #17a7e0;
}
.home-slider-insert {
  margin-top: 27px;
}
@media (min-width: 1024px) {
  .home-slider-insert {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .home-slider-insert {
    margin-top: 27px;
  }
}
.home-slider-insert ul {
  margin: -7px -7px -6px -6px;
}
.home-slider-insert ul:after {
  clear: both;
  content: " ";
  display: block;
}
@media (min-width: 1024px) {
  .home-slider-insert ul {
    margin: -8px -8px -7px -7px;
  }
}
.home-slider-insert li {
  float: left;
  width: 50%;
  padding: 7px 7px 6px 6px;
}
@media (min-width: 1024px) {
  .home-slider-insert li {
    padding: 8px 8px 7px 7px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .home-slider-insert li {
    padding: 0 7px;
    margin-bottom: 20px;
  }
  .home-slider-insert li:last-child {
    margin-bottom: 0;
  }
}
.home-slider-insert a {
  display: block;
}
.home-slider-insert img {
  display: block;
  width: 100%;
  height: auto;
}
.home-grid-box {
  text-align: center;
  margin: 17px -10px 0;
}
@media (min-width: 768px) {
  .home-grid-box {
    margin: 27px -15px 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.home-grid {
  margin-top: 0;
}
.home-grid-title {
  font-size: 18px;
  font-weight: 900;
  color: #17a7e0;
  text-transform: uppercase;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .home-grid-title {
    font-size: 23px;
    margin-bottom: 27px;
  }
}
.home-grid-title-2 {
  color: #000;
}
.home-grid-title-strong {
  color: #17a7e0;
}
.home-grid .slick-list {
  padding: 0 49px !important;
}
.home-grid .slick-list::before, .home-grid .slick-list::after {
  content: '';
  width: 49px;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
}
.home-grid .slick-list::before {
  left: 0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
}
.home-grid .slick-list::after {
  right: 0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
}
@media (max-width: 1023px) {
  .home-grid-products {
    margin: 0;
  }
}
@media (max-width: 1023px) {
  .home-grid-product-box {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .home-grid-product {
    margin: 0 8px;
  }
}
.home-grid-dots {
  margin-top: 22px;
}
.home-grid-2 {
  background: #f1f4f6;
  padding-top: 27px;
  margin-bottom: 30px;
  padding-bottom: 13px;
}
@media (min-width: 1024px) {
  .home-grid-2 {
    padding: 27px 15px 30px;
  }
}
.home-title {
  margin-top: 33px;
}
@media (min-width: 1024px) {
  .home-title {
    font-size: 37px;
  }
}
.home-title, .home-subtitle {
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 6px;
  text-align: center;
}
@media (min-width: 1024px) {
  .home-title, .home-subtitle {
    font-size: 26px;
  }
}
.home-subtitle {
  color: #17a7e0;
  margin-bottom: 18px;
}
@media (min-width: 1024px) {
  .home-subtitle {
    margin-bottom: 14px;
  }
}
.home-reinsurances {
  color: #191919;
  text-transform: uppercase;
  font-size: 14px;
  margin: -5px -5px 8px;
  font-weight: bold;
}
.home-reinsurances:after {
  clear: both;
  content: " ";
  display: block;
}
@media (min-width: 768px) {
  .home-reinsurances {
    margin: -8px auto 10px auto;
    max-width: 630px;
  }
}
@media (min-width: 1024px) {
  .home-reinsurances {
    margin: 0 -8px 40px;
    max-width: none;
  }
}
.home-reinsurance-box {
  padding: 5px;
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .home-reinsurance-box {
    width: 50%;
    padding: 8px 8px 7px 7px;
  }
}
@media (min-width: 1024px) {
  .home-reinsurance-box {
    width: 25%;
    padding: 0 8px;
  }
}
.home-reinsurance {
  background: #f4f8fa;
  height: 80px;
  line-height: 80px;
}
@media (min-width: 1024px) {
  .home-reinsurance {
    height: 114px;
    line-height: 114px;
    text-align: center;
  }
}
.home-reinsurance-text {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  padding: 0 10px 0 90px;
  position: relative;
  text-align: left;
}
@media (min-width: 1024px) {
  .home-reinsurance-text {
    padding-left: 110px;
  }
}
.home-reinsurance-text::before {
  color: #17a7e0;
  position: absolute;
  left: 0;
  width: 90px;
  text-align: center;
  top: 50%;
  margin-top: -.5em;
}
@media (min-width: 1024px) {
  .home-reinsurance-text::before {
    font-size: 55px;
    width: 110px;
  }
}
@media (min-width: 1024px) {
  .home-reinsurance-text.icon-reinsurance-portail::before {
    font-size: 65px;
  }
  .home-reinsurance-text.icon-usine::before {
    font-size: 70px;
  }
  .home-reinsurance-text.icon-tools::before {
    font-size: 70px;
  }
}
@media (max-width: 1023px) {
  .home-reinsurance-text.icon-reinsurance-payment::before {
    font-size: 49px;
  }
  .home-reinsurance-text.icon-reinsurance-portail::before {
    font-size: 54px;
  }
  .home-reinsurance-text.icon-reinsurance-shipping::before {
    font-size: 40px;
  }
  .home-reinsurance-text.icon-reinsurance-contact::before {
    font-size: 55px;
  }
  .home-reinsurance-text.icon-usine::before {
    font-size: 55px;
  }
  .home-reinsurance-text.icon-tools::before {
    font-size: 55px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .home-videos-box {
    padding: 0 38px;
  }
  .home-videos-row {
    margin-left: -19px;
    margin-right: -19px;
  }
  .home-videos-col {
    padding-left: 19px;
    padding-right: 19px;
  }
}
.home-videos-insert li {
  margin-top: 12px;
}
.home-videos-insert li:first-child {
  margin-top: 0;
}
.home-videos-insert a, .home-videos-insert img {
  display: block;
}
.home-videos-insert img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.home-videos-title {
  font-size: 23px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 7px;
}
@media (min-width: 1024px) {
  .home-videos-title {
    margin-bottom: 29px;
    margin-top: 9px;
  }
}
.home-videos-title-strong {
  color: #17a7e0;
}
.home-videos-link-box {
  position: absolute;
  top: -4px;
  right: 8px;
}
.home-videos-link {
  text-transform: none;
}
.home-videos-link::before {
  margin-right: 9px;
}
.home-video {
  display: block;
  font-size: 15px;
  line-height: 1.2;
  color: #000;
}
.home-video:hover, .home-video:focus {
  color: #17a7e0;
}
.home-video:active {
  color: #1874a5;
}
.home-video-image-box {
  position: relative;
  margin-bottom: 7px;
  display: block;
}
.home-video-image-box::before, .home-video-image-box::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -spec-transition: 0.3s;
  transition: 0.3s;
}
.home-video:hover .home-video-image-box::before, .home-video:focus .home-video-image-box::before, .home-video:hover .home-video-image-box::after, .home-video:focus .home-video-image-box::after {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -spec-transform: scale(1.1);
  transform: scale(1.1);
}
.home-video:active .home-video-image-box::before, .home-video:active .home-video-image-box::after {
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -spec-transition: 0s;
  transition: 0s;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  -spec-transform: scale(0.9);
  transform: scale(0.9);
}
.home-video-image-box::before {
  width: 78px;
  height: 50px;
  margin-left: -39px;
  margin-top: -25px;
  border-radius: 7px;
  background: #ea0b1b;
}
.home-video-image-box::after {
  height: 0;
  width: 0;
  border-bottom: 12px solid transparent;
  border-left: 20px solid #fff;
  border-top: 12px solid transparent;
  margin-top: -12px;
  margin-left: -10px;
}
.home-video-image {
  display: block;
  width: 100%;
  height: auto;
}
.home-texts {
  margin-top: 50px;
}
.home-texts .row {
  margin-top: -8px;
  margin-bottom: -8px;
}
.home-texts [class*=' col-'],
.home-texts [class^='col-'] {
  padding-top: 8px;
  padding-bottom: 8px;
}
@media (max-width: 767px) {
  .home-texts [class*=' col-'],
  .home-texts [class^='col-'] {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 20px;
  }
}
.home-text-title {
  background: #17a7e0 no-repeat center center;
  color: #fff;
  height: 108px;
  line-height: 108px;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-background-size: cover;
  background-size: cover;
}
.home-text-title.portail {
  background-image: url(../images/home-text-portail.png);
}
.home-text-title.payment {
  background-image: url(../images/home-text-payment.png);
}
.home-text-title.contact {
  background-image: url(../images/home-text-contact.png);
}
.home-text-title-text {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
  padding: 0 10px;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -spec-transition: 0.3s;
  transition: 0.3s;
}
.home-text-title-title.active .home-text-title-text::before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -spec-transform: rotate(180deg);
  transform: rotate(180deg);
}
.home-text-content {
  background: #f1f1f1;
  font-size: 13px;
  line-height: 19px;
  padding: 25px 16px;
  position: relative;
}
@media (min-width: 1024px) {
  .home-text-content {
    display: block;
  }
}
@media (min-width: 1280px) {
  .home-text-content {
    padding-left: 38px;
    padding-right: 38px;
  }
}
@media (max-width: 767px) {
  .home-text-content {
    padding: 15px 10px;
    font-size: 11px;
    line-height: 17px;
  }
}
.home-text-content::before, .home-text-content::after {
  content: '';
  width: 30%;
  height: 60px;
  box-shadow: 4px 5px 20px rgba(25, 25, 25, 0.2);
  position: absolute;
  bottom: 4px;
  z-index: -1;
}
@media (min-width: 1440px) {
  .home-text-content::before, .home-text-content::after {
    bottom: 6px;
  }
}
.home-text-content::before {
  left: 4px;
  box-shadow: 4px 5px 20px rgba(25, 25, 25, 0.2);
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  -spec-transform: rotate(-4deg);
  transform: rotate(-4deg);
}
.home-text-content::after {
  right: 4px;
  box-shadow: -4px 5px 20px rgba(25, 25, 25, 0.2);
  -webkit-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  -o-transform: rotate(4deg);
  -spec-transform: rotate(4deg);
  transform: rotate(4deg);
}
.home-quote {
  margin: 30px auto 0;
  text-align: center;
  display: block;
  color: #17a7e0;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  max-width: 620px;
}
@media (min-width: 1024px) {
  .home-quote {
    max-width: 1200px;
  }
}
.home-quote::before, .home-quote::after {
  content: '\e915';
  font-family: "labelhabitation-icons";
  font-weight: normal;
  color: #000;
  display: inline-block;
}
.home-quote::before {
  vertical-align: bottom;
  margin-right: 25px;
}
.home-quote::after {
  vertical-align: top;
  margin-left: 25px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -spec-transform: rotate(180deg);
  transform: rotate(180deg);
}
.home-reviews {
  background: #f3f3f3;
  margin-top: 25px;
  padding: 20px;
  margin-bottom: 30px;
}
.home-reviews iframe {
  width: 100%;
  border: 0;
}

.home-grid-box.home-grid-1 .home-grid-products div.slick-list {
  height: auto !important;
}
.home-grid-box.home-grid-1 .home-grid-products .home-grid-product-box:first-child .grid-product-image-box {
  overflow: hidden;
  margin-bottom: 32px;
}
.home-grid-box.home-grid-1 .home-grid-products .home-grid-product-box:first-child .grid-product-image-box img {
  margin: -95px 0;
}

.cms-index-index .page {
  padding: 0 !important;
}
.cms-index-index .page .container {
  max-width: none;
  width: 100%;
}
.cms-index-index .page .container .page-content .home .fullsize-container {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.cms-index-index .page .container .page-content .home .fullsize-container .home-slider-box {
  margin-top: 0;
}
.cms-index-index .page .container .page-content .home .fullsize-container .home-slider-box .slick-slide img {
  width: 100%;
  height: auto;
}
.cms-index-index .page .container .page-content .home .fullsize-container button.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  text-indent: -1000px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transform: translate(0, -50%);
  background: rgba(0, 0, 0, 0.5);
  border: none;
  font-size: 0;
  outline: none;
  padding: 0;
}
.cms-index-index .page .container .page-content .home .fullsize-container button.slick-arrow:before {
  width: 100%;
  content: '\e901';
  font-family: 'labelhabitation-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0;
  font-size: 23px;
  color: rgba(255, 255, 255, 0.7);
  display: block;
  line-height: 50px;
  text-align: center;
}
.cms-index-index .page .container .page-content .home .fullsize-container button.slick-arrow.slick-prev {
  left: 5px;
}
.cms-index-index .page .container .page-content .home .fullsize-container button.slick-arrow.slick-prev:before {
  transform: rotate(180deg);
}
.cms-index-index .page .container .page-content .home .fullsize-container button.slick-arrow.slick-next {
  right: 30px;
}
@media (max-width: 767px) {
  .cms-index-index .page .container .page-content .home .fullsize-container button.slick-arrow.slick-next {
    right: 5px;
  }
}
.cms-index-index .page .container .page-content .home .fullsize-container .top-home-reinssurance {
  background: #242424;
  display: table;
  width: 100%;
  padding: 20px 0;
  vertical-align: middle;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .cms-index-index .page .container .page-content .home .fullsize-container .top-home-reinssurance {
    display: block;
    padding: 0;
  }
}
.cms-index-index .page .container .page-content .home .fullsize-container .top-home-reinssurance li {
  display: table-cell;
  text-align: center;
  color: #ffffff;
  width: 25%;
}
.cms-index-index .page .container .page-content .home .fullsize-container .top-home-reinssurance li:not(:first-child) {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 1023px) {
  .cms-index-index .page .container .page-content .home .fullsize-container .top-home-reinssurance li {
    display: block;
    float: left;
    width: 50%;
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .cms-index-index .page .container .page-content .home .fullsize-container .top-home-reinssurance li {
    width: 100%;
    float: none;
    text-align: left;
    padding: 20px;
    border-left: none !important;
  }
}
.cms-index-index .page .container .page-content .home .fullsize-container .top-home-reinssurance li .top-home-reinssurance-content {
  display: inline-block;
  text-align: left;
}
.cms-index-index .page .container .page-content .home .fullsize-container .top-home-reinssurance li .top-home-reinssurance-content div, .cms-index-index .page .container .page-content .home .fullsize-container .top-home-reinssurance li .top-home-reinssurance-content img {
  display: inline-block;
  vertical-align: middle;
}
.cms-index-index .page .container .page-content .home .fullsize-container .top-home-reinssurance li .top-home-reinssurance-content div {
  font-size: 17px;
}
.cms-index-index .page .container .page-content .home .fullsize-container .top-home-reinssurance li .top-home-reinssurance-content div strong {
  font-weight: bold;
}
.cms-index-index .page .container .page-content .home .fullsize-container .top-home-reinssurance li .top-home-reinssurance-content div span {
  font-size: 10px;
}
.cms-index-index .page .container .page-content .home .fullsize-container .top-home-reinssurance li .top-home-reinssurance-content img {
  margin-right: 10px;
}
.cms-index-index .page .container .page-content .home .regularsize-container {
  max-width: 90%;
  margin: 0 auto;
}
.cms-index-index .page .container .page-content .home .regularsize-container .home-grid-box-container {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cms-index-index .page .container .page-content .home .regularsize-container .home-grid-box-container {
    margin-top: 20px;
    overflow: hidden !important;
  }
}
.cms-index-index .page .container .page-content .home .regularsize-container .home-grid-box-container .home-grid-box-selector ul {
  display: block;
  width: 100%;
  text-align: center;
}
.cms-index-index .page .container .page-content .home .regularsize-container .home-grid-box-container .home-grid-box-selector ul li {
  display: inline-block;
  margin: 0 10px;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  padding-bottom: 5px;
}
@media (max-width: 1023px) {
  .cms-index-index .page .container .page-content .home .regularsize-container .home-grid-box-container .home-grid-box-selector ul li {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .cms-index-index .page .container .page-content .home .regularsize-container .home-grid-box-container .home-grid-box-selector ul li {
    font-size: 13px;
  }
}
.cms-index-index .page .container .page-content .home .regularsize-container .home-grid-box-container .home-grid-box-selector ul li.selected {
  border-bottom: 3px solid;
}
.cms-index-index .page .container .page-content .home .regularsize-container .home-grid-box-container .home-grid-box-selector ul li.selected:after {
  content: '';
  display: inline-block;
  height: 0;
  width: 0;
  border-top: 7px solid #17a7e0;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  position: absolute;
  bottom: -10px;
}
.cms-index-index .page .container .page-content .home .regularsize-container .home-grid-box-container .carousel-box {
  position: relative;
  height: 480px;
}
@media (max-width: 767px) {
  .cms-index-index .page .container .page-content .home .regularsize-container .home-grid-box-container .carousel-box {
    height: 537px !important;
  }
}
.cms-index-index .page .container .page-content .home .regularsize-container .home-grid-box-container .carousel-box .home-grid-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: none;
  padding: 0;
  margin-bottom: 0 !important;
  overflow: visible;
}
.cms-index-index .page .container .page-content .home .regularsize-container .home-grid-box-container .carousel-box .home-grid-box .home-grid .home-grid-products {
  margin: 0 -8px;
  padding: 0;
}
.cms-index-index .page .container .page-content .home .regularsize-container .home-grid-box-container .carousel-box .home-grid-box .home-grid .home-grid-products button.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  text-indent: -1000px;
  width: 35px;
  height: 50px;
  border-radius: 0;
  transform: translate(0, -50%);
  background: rgba(0, 0, 0, 0.4);
  border: none;
  font-size: 0;
  outline: none;
  padding: 0;
}
.cms-index-index .page .container .page-content .home .regularsize-container .home-grid-box-container .carousel-box .home-grid-box .home-grid .home-grid-products button.slick-arrow:before {
  width: 100%;
  content: '\e901';
  font-family: 'labelhabitation-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0;
  font-size: 23px;
  color: rgba(255, 255, 255, 0.7);
  display: block;
  line-height: 50px;
  text-align: center;
  font-weight: 900;
}
.cms-index-index .page .container .page-content .home .regularsize-container .home-grid-box-container .carousel-box .home-grid-box .home-grid .home-grid-products button.slick-arrow.slick-prev {
  left: -45px;
}
.cms-index-index .page .container .page-content .home .regularsize-container .home-grid-box-container .carousel-box .home-grid-box .home-grid .home-grid-products button.slick-arrow.slick-prev:before {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .cms-index-index .page .container .page-content .home .regularsize-container .home-grid-box-container .carousel-box .home-grid-box .home-grid .home-grid-products button.slick-arrow.slick-prev {
    left: 7px;
  }
}
.cms-index-index .page .container .page-content .home .regularsize-container .home-grid-box-container .carousel-box .home-grid-box .home-grid .home-grid-products button.slick-arrow.slick-next {
  right: -45px;
}
@media (max-width: 767px) {
  .cms-index-index .page .container .page-content .home .regularsize-container .home-grid-box-container .carousel-box .home-grid-box .home-grid .home-grid-products button.slick-arrow.slick-next {
    right: 7px;
  }
}
.cms-index-index .page .container .page-content .home .regularsize-container .home-grid-box-container .carousel-box .home-grid-box .home-grid .home-grid-products .slick-list {
  padding: 0 !important;
}
.cms-index-index .page .container .page-content .home .regularsize-container .home-grid-box-container .carousel-box .home-grid-box .home-grid .home-grid-products .slick-list:before, .cms-index-index .page .container .page-content .home .regularsize-container .home-grid-box-container .carousel-box .home-grid-box .home-grid .home-grid-products .slick-list:after {
  display: none;
}
.cms-index-index .page .container .page-content .home .regularsize-container .home-grid-box-container .carousel-box .home-grid-box .home-grid .home-grid-products .slick-list .home-grid-product-box .home-grid-product {
  border: none;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .cms-index-index .page .container .page-content .home .regularsize-container .home-grid-box-container .carousel-box .home-grid-box .home-grid .home-grid-products .slick-list .home-grid-product-box .home-grid-product .grid-product-image-box img {
    max-width: none !important;
  }
}
.cms-index-index .page .container .page-content .home .regularsize-container .home-grid-box-container .carousel-box .home-grid-box .home-grid .home-grid-products .slick-list .home-grid-product-box .home-grid-product .grid-product-link {
  width: 100%;
}
.cms-index-index .page .container .page-content .home .regularsize-container .home-slider-box, .cms-index-index .page .container .page-content .home .regularsize-container .home-texts {
  margin: 40px 0;
}
.cms-index-index .page .container .page-content .home .regularsize-container .home-quote {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .cms-index-index .page .container .page-content .home .regularsize-container .home-quote {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cms-index-index .page .container .page-content .home .regularsize-container .home-texts {
    margin-top: 0;
  }
}
.cms-index-index .page .container .page-content .home .regularsize-container .home-reviews {
  margin-top: 30px;
}

.home-slider-full {
  overflow: hidden;
}

@media (max-width: 767px) {
  .home-bottomitems .home-bottomitem {
    margin-bottom: 20px;
  }
}

/*# sourceMappingURL=home.css.map */