/**
 * 2021 Anvanto
 *
 * NOTICE OF LICENSE
 *
 * This file is not open source! Each license that you purchased is only available for 1 wesite only.
 * If you want to use this file on more websites (or projects), you need to purchase additional licenses.
 * You are not allowed to redistribute, resell, lease, license, sub-license or offer our resources to any third party.
 *
 *  @author Anvanto <anvantoco@gmail.com>
 *  @copyright  2021 Anvanto
 *  @license    Valid for 1 website (or project) for each purchase of license
 *  International Registered Trademark & Property of Anvanto
 */

.an_homeproducts-banner {
    margin-bottom: 40px;
}
.an_homeproducts-banner img.b-lazy:not(.b-loaded) {
    max-width: 100%;
    height: auto;
}
.an_homeproducts-banner img:not(.b-lazy),
.an_homeproducts-banner img.b-loaded {
    border-radius: 0;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
    height: auto;
}
.an_homeproducts-banner-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background: #ececec;
    border-radius: 0;
    padding: 35px 37px;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.an_homeproducts-banner-overlay .an_homeproducts-banner-content {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    left: 15px;
    background: transparent;
    width: calc(100% - 30px);
}
.an_homeproducts-banner-link {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    left: 15px;
    z-index: 2;
}
.an_homeproducts-banner .an_homeproducts-banner-title-margin {
    margin-bottom: 19px;
}
.an_homeproducts-banner p {
    margin-bottom: 0;
}
.an_homeproducts-banner-overlay .an_homeproducts-banner-content .h2 {
    text-transform: none;
}
.an_homeproducts-banner-overlay .an_homeproducts-banner-content p {
    color: #fff;
}
.an_homeproducts-banner-default.an_homeproducts-banner-overlay .an_homeproducts-banner-content {
    position: absolute;
    left: 50%;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 10px 33px;
    width: auto;
}
.an_homeproducts-banner-default.an_homeproducts-banner-overlay .an_homeproducts-banner-content .h2 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0;
    color: #000;
}
.an_homeproducts-banner-default.an_homeproducts-banner-overlay .an_homeproducts-banner-content p {
    color: #000;
}
.an_homeproducts-banner-default .an_homeproducts-banner-textlink {
    transition: transform .35s, opacity .35s;
    opacity: 0;
    transform: translateX(20px);
    margin: 17px 1px -37px;
    color: #000;
}
.an_homeproducts-banner-default .an_homeproducts-banner-link:hover+.an_homeproducts-banner-content .an_homeproducts-banner-textlink {
    opacity: 1;
    transform: translateX(0);
}

.an_homeproducts-banner-grid.an_homeproducts-banner-overlay {
    margin-bottom: 30px;
}
.an_homeproducts-banner-left.an_homeproducts-banner-overlay {
    float: left;
}
.an_homeproducts-banner-right.an_homeproducts-banner-overlay {
    float: right;
}
.an_homeproducts-banner-middle.an_homeproducts-banner-overlay {
    margin: 0 auto 30px;
}
.an_homeproducts-banner-grid.an_homeproducts-banner-overlay .an_homeproducts-banner-content {
    position: absolute;
    left: 15px;
    top: 0;
    right: 15px;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 38px 37px;
    width: auto;
}
.an_homeproducts-banner-grid.an_homeproducts-banner-overlay .an_homeproducts-banner-content .h2 {
    font-size: 42px;
    font-weight: 300;
    line-height: 1.143;
    color: #000;
    max-width: 250px;
    transition: transform 0.35s;
    transform: translate3d(0,28px,0);
    margin-bottom: 30px;
}
.an_homeproducts-banner-grid.an_homeproducts-banner-overlay .an_homeproducts-banner-content p {
    color: #000;
}
.an_homeproducts-banner-grid .an_homeproducts-banner-textlink {
    opacity: 0;
    margin-left: 3px;
    transition: opacity 0.35s,transform 0.35s;
    transform: translate3d(0,28px,0);
}
.an_homeproducts-banner-grid .an_homeproducts-banner-image img {
    transition: opacity .35s;
}
.an_homeproducts-banner-grid .an_homeproducts-banner-link:hover+.an_homeproducts-banner-image img {
    opacity: .7;
}
.an_homeproducts-banner-grid .an_homeproducts-banner-link:hover+.an_homeproducts-banner-image+.an_homeproducts-banner-content .h2,
.an_homeproducts-banner-grid .an_homeproducts-banner-link:hover+.an_homeproducts-banner-image+.an_homeproducts-banner-content .an_homeproducts-banner-textlink {
    opacity: 1;
    transform: translate3d(0,0,0);
}
@media (max-width: 1200px) {
    .anhp-banner-global-top {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .an_homeproducts-banner-grid.an_homeproducts-banner-overlay {
        margin: 0 0 30px;
        max-width: 400px;
        width: 100%;
    }
}
.an_homeproducts-banner-image {
    overflow: hidden;
}
.anhp-banner-global-top {
    margin-bottom: 50px;
}
.anhp-banner-global-bottom {
    margin-top: 55px;
    margin-bottom: 42px;
}
.an_homeproducts hr {
    display: none;
}
.an_homeproducts-title {
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
}
.an_homeproducts-text {
    text-align: center;
    margin-bottom: 40px;
}
.an_homeproducts-content-text {
    text-align: center;
}
.an_homeproducts-tab-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 30px;
}
.an_homeproducts-tab-top-nosort {
    justify-content: center;
}
.an_homeproducts-sort select {
    border: 0!important;
    color: #000!important;
    outline: none!important;
}
.products-section-title {
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: center;
}
.products-section-title a {
    color: inherit;
}
.an_homeproducts-link-all {
    text-decoration: underline;
    color: #000;
}
.an_homeproducts-link-all:hover {
    text-decoration: none;
}
.an_homeproducts-tabs {
    margin-bottom: 35px;
}
.an_homeproducts-tabs-list {
    text-align: center;
}
.an_homeproducts-tab {
    background: transparent!important;
    border: 0;
    padding: 0;
    margin: 0 22px;
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
    color: #7a7a7a!important;
    text-transform: uppercase;
}
.an_homeproducts-tab:hover,
.an_homeproducts-tab.active {
    color: #000!important;
}
.an_homeproducts-content {
    position: relative;
}
.an_homeproducts-content:not(.active) {
    display: none;
}
.an_homeproducts-products .products {
    margin-left: 0;
}
.an_homeproducts-products .owl-carousel {
    margin: 0;
}
.an_homeproducts-products .owl-carousel.owl-loaded .product {
    width: 100%;
    padding: 0;
}

.an_homeproducts-container {
    position: relative;
}
.an_homeproducts-conteiner-category {
    margin-top: 20px;
}
.an_homeproducts-category {
    cursor: pointer;
    margin-right: 10px;
}
a.an_homeproducts-category:not(.active){
    color: #949494;
}
a.an_homeproducts-category.active {
    color: #000;
}
.an_homeproducts-tab-bottom {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.an_homeproducts-loadmore {
    position: relative;
    display: block;
    margin: 10px auto;
}
.anhp-loader {
    position: absolute;
    z-index: 2;
    background: rgba(255,255,255,.5);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.an_homeproducts-loadmore .anhp-loader {
    background: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
}
.an_homeproducts-loadmore .anhp-loader svg {
    transform: scale(3.5);
    max-width: 100%;
    max-height: 100%;
}
.an_homeproducts-products .owl-carousel .owl-nav:not(.disabled) {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.an_homeproducts-products .owl-carousel .owl-nav .owl-next,
.an_homeproducts-products .owl-carousel .owl-nav .owl-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ddd;
    margin: 0 5px;
}

.an_homeproducts-products .owl-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 15px;
}
.an_homeproducts-products .owl-carousel .owl-dots.disabled {
    display: none;
}
.an_homeproducts-products .owl-carousel .owl-dot span {
    display: block;
    background: #fff;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 5px;
}
.an_homeproducts-products .owl-carousel .owl-dot.active span {
    background: #000;
}
.an_homeproducts-products .owl-carousel .product-miniature {
    max-width: 100% !important;
    flex-basis: 100% !important;
    width: 100%!important;
    padding: 0!important;
}
.an_homeproducts-products .owl-carousel .product-miniature .product-description,
.an_homeproducts-products .owl-carousel .thumbnail-container-image img {
    width: 100%!important;
}
@media (max-width: 1200px) {
    .an_homeproducts-products.featured-products .products {
        margin-left: -15px;
        margin-right: -15px;
    }
    .an_homeproducts-products.featured-products .product-miniature {
        padding: 0 15px;
    }
}
@media (max-width: 767px) {
    .an_homeproducts-products.featured-products .product-miniature {
        max-width: 50%;
    }
}
@media (max-width: 600px) {
    .an_homeproducts-products.featured-products .products {
        margin-left: -5px;
        margin-right: -5px;
    }
}
/*html {
  font-family: 'Poppins', sans-serif;
  color:white;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
  margin:0px;
}*/

.container {

  width:100%;
  margin:0 auto;
}

.slider {
  position:relative;
  height:500px;
  padding-bottom: 30%;
  margin-top:24px;
  margin-bottom:24px;
}

.slider__after {
  position:absolute;
  top:0px;
  left:0px;
  z-index:1;
  width:100%;
  height:100%;
  background-image:url('images/happy.png');
  background-size:cover;
  pointer-events: none;
}

.slider__before {
  position:absolute;
  top:0px;
  left:0px;
  z-index:2;
  width:50%;
  height:100%;
  background-image:url('images/sad.png');
  background-size:cover;
  pointer-events: none;
  overflow:hidden;
}

.slider__before:before {
  content:'Avant';
  position:absolute;
  left:8px;
  top:8px;
}

.slider__after:before {
  content:'Après';
  position:absolute;
  right:8px;
  top:8px;
}

.slider__separator {
  position:absolute;
  left:50%;
  width:4px;
  top:0px;
  bottom:0px;
  background:rgba(255,255,255,0.7);
  box-shadow: 0 5px 10px 0px rgba(0,0,0,0.5);
  cursor:ew-resize;
  z-index:3;
  transform:translateX(-50%);
}

.slider__range {
  position:absolute;
  width:100%;
  bottom:0px;
  z-index: 3;
  appearance: none;
  background:rgba(255,255,255,0.3);
  outline:none;
  margin:0px;
}

.slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width:12px;
  height:16px;
  background:white;
}

.slider__range::-moz-slider-thumb {
  -moz-appearance: none;
  width:12px;
  height:16px;
  background:white;
}

.slider--tokyo .slider__before {
  background-image: url('images/tokyo_light_off.png');
  border-radius: 20px;
}

.slider--tokyo .slider__after {
  background-image: url('images/tokyo_light_on.png');
    border-radius: 20px;
}

.slider--tokyo .slider__separator:before {
  content:'';
  width:32px;
  height:32px;
  border-radius:50%;
  border:solid 4px white;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
}

.slider--tokyo .slider__range {
  display:none;
}

.slider--tokyo .slider__before:before, 
.slider--tokyo .slider__after:before {
  top:50%;
  transform:translateY(-50%);
  background: rgb(255 0 0 / 88%);
  padding:8px 16px;
  border-radius:8px;
  color: white;
  font-weight: 600;
  margin-left:8px;
  margin-right:8px;
}
:root {
  --canvas: 220;
  --bg: hsl(var(--canvas), 15%, 22%);
  --fg: hsl(var(--canvas), 39%, 95%);
  --link: hsl(var(--canvas), 90%, 80%);
  --wgt: 200;
  --height: calc(80vh - 50px);
  --width: 450px;
}



a {
  color: var(--link);
  text-decoration: none;
  font-weight: 450;
  transition: all 0.3s ease;
}
a:hover,
a:focus,
a:active {
  color: #e8eff4;
}
button {
  background: hsl(var(--canvas), 10%, 10%);
  color: inherit;
  border: none;
  border-radius: 0.5em;
  padding: 0.25em 0.5em;
  font-family: inherit;
  font-size: inherit;
}

@keyframes iconsLoad {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

button {
  display: flex;
  gap: 0.5em;
  padding: 0.5em 1.5em;
}
#app_slide{
	width:100%;
	height:150px;
}
@media (max-width: 1200px){	
.slider {
  position:relative;
  height:500px;
  padding-bottom: 30%;
  margin-top:24px;
  margin: auto;
  margin-bottom:24px;
}
}
@media (min-width: 1200px){	
.slider {
  position:relative;
  height:500px;
  padding-bottom: 30%;
  margin-top:24px;
  margin: auto;
  margin-bottom:24px;
}
}
@media (max-width: 990px){	
.slider {
  position:relative;
  height:500px;
  width:600px;
  padding-bottom: 30%;
  margin-top:24px;
  margin: auto;
  margin-bottom:24px;
}
}
@media (max-width: 590px){	
.slider {
  position:relative;
  height:310px;
  width:400px;
  margin: auto;
  padding-bottom: 30%;
  margin-top:24px;
  margin-bottom:24px;
}
}
@media (max-width: 450px){	
.slider {
  position:relative;
  height:250px;
  width:350px;
  margin: auto;
  padding-bottom: 30%;
  margin-top:24px;
  margin-bottom:24px;
}
}
@media (max-width: 1200px){	
.slider2 {
  width: 800px;
  margin: auto;
  position: relative;
}
}
@media (min-width: 1200px){	
.slider2 {
  width: 1000px;
  margin: auto;
  position: relative;
}
}
@media (max-width: 990px){	
.slider2 {
  width: 600px;
  margin: auto;
  position: relative;
}
}
@media (max-width: 590px){	
.slider2 {
  width: 400px;
  margin: auto;
  position: relative;
}
}
@media (max-width: 450px){	
.slider2 {
  width: 300px;
  margin: auto;
  position: relative;
}
}
@media (max-width: 1200px){
.slider-viewport {
  width: 800px;
  height: 350px;
  overflow: hidden;
  overflow-x: auto;
}
}
@media (min-width: 1200px){
.slider-viewport {
  width: 1000px;
  height: 350px;
  overflow: hidden;
  overflow-x: auto;
}
}
@media (max-width: 990px){
.slider-viewport {
  width: 600px;
  height: 350px;
  overflow: hidden;
  overflow-x: auto;
}
}

@media (max-width: 590px){
.slider-viewport {
  width: 400px;
  height: 350px;
  overflow: hidden;
  overflow-x: auto;
}
}
@media (max-width: 450px){
.slider-viewport {
  width: 300px;
  height: 350px;
  overflow: hidden;
  overflow-x: auto;
}
}
.slider-content {
  display: grid;
  grid-auto-flow: column;
  -webkit-transition: 1s all;
  transition: 1s all;
}
.slider-content img {
	width: 400px;
    height: 300px;
    margin: 5px;
    border-radius: 10px;
}
.slider-nav {
  position: absolute;
  width: 100%;
  bottom: -30px;
  margin-top: 10px;
  text-align: center;
}
.slider-nav a {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.3);
          box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.3);
  display: inline-block;
  background-color: #adafbc;
  width: 15px;
  height: 15px;
  margin: 0 3px;
}
.slider-nav a:hover {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.8);
          box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.8);
}
#img2:target .slider-content {
  -webkit-transform: translateX(-800px);
          transform: translateX(-800px);
}
#img3:target .slider-content {
  -webkit-transform: translateX(-1600px);
          transform: translateX(-1600px);
}
#img4:target .slider-content {
  -webkit-transform: translateX(-2400px);
          transform: translateX(-2400px);
}
#img5:target .slider-content {
  -webkit-transform: translateX(-3200px);
          transform: translateX(-3200px);
}