/*
 Theme Name:   Clean House
 Description:  Horizontal Scrolling Theme
 Author:       Thomas de Concept Manufacturing
 Author URI:   https://concept-microfibre.com
 Template:     twentyseventeen
 Version:      1.0.0
*/

/* HEADER */

html, body {
  height: 100vh;
  width: 100%;
  position: absolute;
}

html.touchevents {
  overflow-y: hidden;
}

body {
  top: 0;
  height: 100%;
  overflow-y: hidden;
}

:not( .mejs-button ) > button:hover, :not( .mejs-button ) > button:focus,
input[type="button"]:hover, input[type="button"]:focus,
input[type="submit"]:hover, input[type="submit"]:focus {
  background: #CF3339;
}

h2 {
  font-size: 1.4rem;
}

h1.title-display {
  position: relative;
  display: block;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -55px;
  margin-bottom: 45px;
  background: #222;
  color: #FFF;
  border-radius: 10rem;
  padding: 10px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.4rem;
}

body, button, input, select, textarea {
  font-family: "Roboto", arial, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
}

a {
  font-weight: 700;
}

body::-webkit-scrollbar {
  display: none;
}

body.page-id-3 {
  overflow-y: scroll;
  background-color: #FCFBED;
}

.site-header {
  background-color: transparent;
}

.menu-toggler {
  position: fixed;
  z-index: 9999;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  padding: 0;
  top: 30px;
  left: 30px;
  background-repeat: no-repeat;
  background-size: 65px;
  background-position: 10px 13px;
          transition: .3s;
  -webkit-transition: .3s;
}

.menu-toggler:hover {
          transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.menu-toggled {
  left: 175px;
  background-size: 75px !important;
  background-position: -31px 11px !important;
}

:not( .mejs-button ) > button.menu-toggler:hover,
:not( .mejs-button ) > button.menu-toggler:focus, input[type="button"]:hover,
input[type="button"].menu-toggler:focus, input[type="submit"].menu-toggler:hover,
input[type="submit"].menu-toggler:focus {
  background-repeat: no-repeat;
  background-size: 65px;
  background-position: 10px 13px;
  background-color: #000;
}

#top-menu {
  margin-top: 50%;
}

#top-menu li {
  width: 100%;
}

.brand-name {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 50px;
  margin-top: 15px;
  width: 100%;
  padding: 5px;
  overflow: hidden;
}

.brand-name div {
  height: 50px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  width: 150px;
  margin: 0 auto;
          transition: .3s;
  -webkit-transition: .3s;
}

.brandswitch {
  position: relative;
  display: block;
  margin: 25px auto;
  width: 70px;
  height: 35px;
  border-radius: 25px;
  background: rgba(207,51,57,.5);
}

.brandswitch:hover {
  background: rgba(0,0,0,.2) !important;
}

.brandswitch .switch_circle {
  position: absolute;
  top: 5px;
  left: 6px;
  right: auto;
  width: 25px;
  height: 25px;
  border-radius: 30px;
          transition: .3s ease;
  -webkit-transition: .3s ease;
}

.menu-scroll-down {
  display: none !important;
}

.menu-screener {
  position: fixed;
  width: 100%;
  height: 100%;
  transition: ease 0.3s;
  top: 0;
  background: rgba(0,0,0,.5);
}

.screener-concept {
  background-color: rgba(207,51,57,.6);
}

.screener-delta {
  background-color: rgba(152,188,31,.6);
}

.hidden {
  opacity: 0;
  z-index: -1;
}

.visible {
  opacity: 1;
  z-index: 998;
}

.blurry {
  -webkit-filter: blur(5px); /* Safari 6.0 - 9.0 */
          filter: blur(5px);
}

.navigation-left {
  position: fixed;
  left: -200px;
  width: 200px;
  height: 100vh;
  background: white;
  z-index: 999;
          transition: ease 0.3s;
  -webkit-transition: .3s;
}

.main-navigation a {
  font-weight: normal;
  color: #898989;
          transition: .3s;
  -webkit-transition: .3s;
}

.main-navigation a::before {
  content: '';
  display: block;
  position: absolute;
  left: -70px;
  top: 27px;
  width: 70px;
  height: 2px;
  background-color: #898989;
          transition: .5s ease;
  -webkit-transition: .5s ease;
}

.main-navigation a:hover {
  color: #222222;
  padding-left: 50px;
  font-weight: bold;
}

.main-navigation a:hover::before {
  left: -30px;
  background-color: #222222;
}

/*************************************************************************/

/********************************* BODY **********************************/

/*************************************************************************/

.loader {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  background: #FCFBED;
          transition: .6s ease;
  -webkit-transition: 1s ease;
  z-index: 99999;
}

html.touchevents .intro-carousel.owl-carousel {
  position: absolute;
  width: 300px;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 15px;
}

html.no-touchevents .intro-carousel.owl-carousel {
  position: absolute;
  width: 600px;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 15px;
}

/*.intro-carousel.owl-carousel::before{
  content: '';
    display: block;
    position: absolute;
    width: 500px;
    left: -90px;
    height: 100%;
    top: -40px;
    background: url(assets/svg/blobby.svg) no-repeat;
}*/

.intro-carousel .btn_product.btn_intro {
  color: #FFF;
  text-align: center;
  left: 50%;
  margin-left: -15px;
}

.intro-carousel .owl-item {
  height: auto;
}

.intro-carousel .owl-item img {
  width: auto;
}

.intro-carousel .owl-dots {
  bottom: auto;
  margin-left: 25%;
}

.intro-carousel.owl-carousel button.owl-dot {
  background: transparent;
}

.intro-carousel.owl-carousel button.owl-dot.active {
  background: #222;
}

.intro-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 30px 10px;
  padding: 20px;
  height: 300px;
}

.owl-item:first-child .intro-card .intro-txt p:first-child {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.intro-card .intro-txt p img {
  width: 80px;
  height: auto;
}

.brand-logo {
  position: fixed;
  z-index: 2;
  right: 20px;
  top: 10px;
  height: 150px;
  width: 150px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
}

.logo-concept, .logo-delta {
  width: 150px;
  height: 150px;
          transition: .3s;
  -webkit-transition: .3s;
}

.logo-concept img, .logo-delta img {
  max-width: 150px;
  max-height: 150px;
  display: block;
  margin: 0 auto;
}

.site-content-contain {
  background-color: transparent;
}

.entry-header {
  display: none;
}

.site-main {
  display: block;
  position: absolute;
  padding: 20px;
          transition: .3s ease;
  -webkit-transition: .3s ease;
  z-index: 3;
}

.main_image_ctn {
  position: absolute;
  display: block;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
}

.text_image_ctn {
  position: absolute;
  display: block;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
          transition: .6s ease;
  -webkit-transition: .6s ease;
}

.room {
  position: absolute;
  height: 100vh;
  top: 0;
  background: #222;
  opacity: .8;
          transition: .3s;
  -webkit-transition: .3s;
  z-index: 2;
  pointer-events: none;
}

.btn_product {
  position: absolute;
  display: block;
  left: -50px;
  padding: 5px;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  line-height: 1.45;
  z-index: 50;
          transition: .3s;
  -webkit-transition: .3s;
  border-color: #CF3339;
  background: #CF3339;
}

.btn_product:hover {
  cursor: pointer;
          transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

.btn_product::after {
  content: '';
  position: absolute;
  display: block;
  z-index: -1;
  border: solid 2px;
  border-color: inherit;
  width: 16px;
  height: 16px;
  top: 7px;
  left: 7px;
  border-radius: 50px;
  animation: btn_anim 3s cubic-bezier(.02,.37,.18,1.03) infinite;
  animation-delay: inherit;
}

.btn_product:hover::after, .btn_product:active::after, .btn_product:focus::after {
  visibility: hidden;
}

@keyframes btn_anim {
  0% {
            transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    border-width: 3px;
  }

  35% {
    opacity: 0.6;
  }

  50% {
    border-width: 0px;
            transform: scale(3);
    -webkit-transform: scale(3);
    opacity: 0;
  }

  100% {
    border-width: 0px;
            transform: scale(3);
    -webkit-transform: scale(3);
    opacity: 0;
  }
}

.floor_clean_ctn {
  position: absolute;
}

.floor_clean {
  position: absolute;
  display: flex;
  width: 500px;
  height: 500px;
  flex-direction: row;
  justify-content: space-between;
  background: #FFF;
  border-radius: 10px;
          transition: .3s ease;
  -webkit-transition: .3s ease;
  overflow: hidden;
  -webkit-box-shadow: 0px 20px 31px 5px rgba(0,0,0,0.2), 0px 0px 10px 0px rgba(0,0,0,0.2);
          box-shadow: 0px 20px 31px 5px rgba(0,0,0,0.2), 0px 0px 10px 0px rgba(0,0,0,0.2);
}

.floor_clean_img {
  position: relative;
  display: block;
  width: 180px;
  height: 500px;
  background: #FFF1CC;
}

.floor_clean_img img {
  object-fit: cover;
}

.owl-carousel {
  width: 320px;
}

.owl-item {
  height: 450px;
}

.owl-item .product_el {
  box-shadow: none;
  border-radius: 0;
  width: 320px;
  height: 450px;
}

.owl-nav {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding: 0 15px;
  height: 50px;
}

.owl-nav button {
  width: 40px;
  opacity: 1;
          transition: .3s;
  -webkit-transition: .3s;
}

.owl-nav button:hover {
  opacity: .5;
}

.owl-nav button span {
  font-size: 25px;
}

.owl-dots {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  width: 50%;
  margin-left: 75px;
  height: 47px;
}

.owl-carousel button.owl-dot {
  width: 10px;
  height: 10px;
  border: 1px solid #222;
  background: #FFF;
  border-radius: 12px;
  margin: 0 10px;
}

.owl-carousel button.active {
  background: #222;
}

.owl-prev::after {
  content: '';
  position: absolute;
  width: 40px;
  left: 33px;
  height: 2px;
  background: #222;
  top: 27px;
  border-radius: 10px;
}

.owl-next::after {
  content: '';
  position: absolute;
  width: 40px;
  right: 33px;
  height: 2px;
  background: #222;
  top: 27px;
  border-radius: 10px;
}

.product_el_ctn {
  position: absolute;
}

.product_el {
  position: absolute;
  display: block;
  width: 320px;
  height: 450px;
  flex-direction: column;
  background: white;
  border-radius: 10px;
          transition: .3s ease;
  -webkit-transition: .3s ease;
  overflow: hidden;
  -webkit-box-shadow: 0px 20px 31px 5px rgba(0,0,0,0.2), 0px 0px 10px 0px rgba(0,0,0,0.2);
          box-shadow: 0px 20px 31px 5px rgba(0,0,0,0.2), 0px 0px 10px 0px rgba(0,0,0,0.2);
}

.product_el_top {
  max-height: 150px;
  overflow: hidden;
  position: relative;
  z-index: -1;
}

.product_el_top .img_prd {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.product_el_top::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 150px;
  background: rgba(0,0,0,.05);
}

.product_el_sheet {
  position: relative;
  width: 90%;
  margin: 0 auto;
  background-color: white;
  margin-top: -55px;
  padding: 10px 15px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 320px;
}

.product_hide {
  opacity: 0;
  margin-left: -100px;
          transform: scale(0);
  -webkit-transform: scale(0);
}

.product_visible {
  opacity: 1;
  margin-left: 0;
          transform: scale(1);
  -webkit-transform: scale(1);
}

.product_light {
  opacity: 1 !important;
  margin-left: 0 !important;
          transform: scale(1) !important;
  -webkit-transform: scale(1) !important;
}

.product_list {
  display: block;
}

.product_list_delta {/*display:none;*/
  visibility: hidden;
  z-index: -1;
}

.product_title {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  top: -5px;
  font-weight: 900;
  letter-spacing: 0px;
  color: #222;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  opacity: 0;
  flex-grow: 1;
  height: 75px;
}

.product_details {
  position: absolute;
  display: flex;
  flex-direction: row;
  width: 80%;
  font-size: 0.8em;
  opacity: 0;
  top: 70px;
}

.range_selector {
  display: flex;
  flex-direction: row;
}

.selector_el {
  background: #FFF;
  border: solid 1px #222;
  padding: 0 5px;
  margin-right: 2px;
  border-radius: 15px;
}

.product_ref {
  background: #222;
  border-radius: 10px;
  color: #FFF;
  padding: 0 8px;
  position: absolute;
  right: 0;
}

.product_el_sheet p {
  position: absolute;
  margin-top: 50px;
  flex-grow: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  width: 80%;
  height: 140px;
  bottom: 40px;
}

.btn_prd {
  position: absolute;
  left: 50%;
          transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
  display: table;
  margin: 0 auto;
  width: 60%;
  background-color: #222;
  text-align: center;
  padding: 8px 30px;
  color: #FFF;
  border-radius: 40px;
          transition: .3s ease;
  -webkit-transition: .3s ease;
  opacity: 0;
  bottom: -50px;
}

.btn_prd:hover {
  background: #E4E4E4;
}

.touch-prd {
  position: fixed;
  bottom: -540px;
  width: 80%;
  max-width: 380px;
  left: 50%;
          transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}

html.touchevents .product_el_ctn {
  width: 100%;
}

html.touchevents .owl-item .product_el {
  width: 100%;
  position: relative;
}

html.touchevents .screener-mobile {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

html.touchevents .product_el_sheet {
  margin-top: 0;
  padding-left: 0;
}

html.touchevents .product_el_sheet .product_title {
  width: 100%;
}

html.touchevents .product_el_sheet .product_details {
  left: 50%;
          transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}

html.touchevents .product_el_sheet p {
  width: 100%;
}

html.touchevents .product_el .btn_prd {
  left: 50%;
          transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  padding: 8px 18px;
  width: 70%;
}

html.touchevents .owl-carousel {
  width: 100%;
}

html.touchevents .floor_clean_img {
  display: none;
}

html.touchevents .floor_clean .product_el_sheet {
  margin-top: -55px;
}

html.touchevents .product_el_top {
  z-index: 0;
}

html.touchevents .floor_clean_img {
  height: 540px;
}

html.touchevents .floor_clean .owl-dots {
  margin: 0;
  width: 40%;
  left: 50%;
          transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  bottom: -5px;
}

html.touchevents .floor_clean .owl-nav {
  margin-top: 4px;
}

.js .main-navigation ul, .main-navigation .menu-item-has-children > a > .icon,
.main-navigation .page_item_has_children > a > .icon,
.main-navigation ul a > .icon {
  display: block;
}

/* Changement de style pour les produits 'simples' sur mobile/tablette */

html.touchevents .product_el_ctn:not(.item) .product_el_sheet {
  padding: 0;
  height: auto;
}

html.touchevents .product_el_ctn:not(.item) .product_el_sheet .product_title {
  position: relative;
  height: auto;
  margin: 20px auto;
}

html.touchevents .product_el_ctn:not(.item) .product_el_sheet .product_details {
  position: relative;
  top: 0 !important;
}

html.touchevents .product_el_ctn:not(.item) .product_el_sheet p {
  position: relative;
  margin-top: 35px;
  margin-bottom: 55px;
  height: auto;
}

html.touchevents .btn_product.mobile-focus {
          transform: scaleX(2);
  -webkit-transform: scaleX(2);
  background: #222;
}

.footer-menu a {
  font-size: .6rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #222;
  text-align: center;
  margin-left: 0;
}

.footer-menu a:hover {
  cursor: pointer;
  padding-left: 1em;
}

.footer-menu a::after, .footer-menu a::before {
  display: none !important;
}

.footer-menu {
  position: absolute;
  bottom: 50px;
}

.text-display {
  position: relative;
  display: block;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 50px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 20px 31px 5px rgba(0,0,0,0.2), 0px 0px 10px 0px rgba(0,0,0,0.2);
          box-shadow: 0px 20px 31px 5px rgba(0,0,0,0.2), 0px 0px 10px 0px rgba(0,0,0,0.2);
  background-color: #FFF;
}

.gohome-text {
  position: absolute;
  top: 14px;
  left: 42px;
  width: 150px;
}

.css_arrow {
  position: absolute;
  left: 50%;
  margin-left: -12px;
  display: block;
  background-color: #FFF;
  width: 24px;
  height: 2px;
  border-radius: 10px;
}

.css_arrow::before, .css_arrow::after {
  content: '';
  position: absolute;
  width: 10px;
  left: -2px;
  height: 2px;
  background: inherit;
  transform-origin: 100% 50%;
  border-radius: inherit;
}

.css_arrow::before {
  margin-top: -7px;
          transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
}

.css_arrow::after {
  margin-top: 7px;
          transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
}

@media screen and (max-width : 768px) {
  html {
    overflow-y: hidden;
  }

  :not( .mejs-button ) > button.menu-toggler:hover,
  :not( .mejs-button ) > button.menu-toggler:focus, input[type="button"]:hover,
  input[type="button"].menu-toggler:focus,
  input[type="submit"].menu-toggler:hover,
  input[type="submit"].menu-toggler:focus {
    background-repeat: no-repeat;
    background-size: 75px;
    background-position: -31px 11px;
  }

  .main-navigation > div > ul {
    border: none;
  }

  .main-navigation li {
    border: none;
  }

  .main-navigation a {
    padding: 1em 0;
    margin-left: 20px;
  }
}

@media screen and (max-width : 450px) {
  .touch-prd {
    max-width: 300px;
    width: 80%;
  }

  .brand-logo {
    position: fixed;
    z-index: 2;
    right: 20px;
    height: 100px;
    width: 100px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
  }

  .logo-concept, .logo-delta {
    width: 100px;
    height: 100px;
            transition: .3s;
    -webkit-transition: .3s;
  }

  .logo-concept img, .logo-delta img {
    max-width: 100px;
    max-height: 100px;
  }
}
