﻿/* ======================================================================================= */
/* =====| Home |========================================================================== */
/* ======================================================================================= */
/* ======================================================================================= */
/* =====| Button Create Mural |=========================================================== */
/* ======================================================================================= */
.large_circle {
  position: relative;
  display: block;
  width: 522px;
  height: 522px;
  background: rgba(0, 0, 0, 0.35);
  -moz-border-radius: 261px;
  -webkit-border-radius: 261px;
  border-radius: 261px;
  margin: 0 auto;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: none;
}

.large_circle.anim {
  width: 314px;
  height: 314px;
  margin: 104px auto;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.large_circle .circle {
  display: block;
  width: 314px;
  height: 314px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -157px;
  margin-left: -157px;
  padding: 110px 0;
  -moz-border-radius: 157px;
  -webkit-border-radius: 157px;
  border-radius: 157px;
  color: #FFFFFF;
  text-align: center;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.circle.red {
  background: #FF0000;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.circle.red:hover,
.circle.red:focus {
  background: #000000;
  text-decoration: none;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.circle.red .text {
  font-size: 42px;
  font-weight: 300;
  line-height: 46px;
  /*letter-spacing: -3.9px;*/
}

.circle.red .text span {
  font-size: 75px;
  font-weight: 700;
  /*letter-spacing: -6.375px;*/
}

/* ======================================================================================= */
/* =====| Browse Categories |============================================================= */
/* ======================================================================================= */
/*.browse {
  display: flex;
  position: absolute;
  bottom: 100px;
  left: 50%;
  z-index: 10;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 18px;
}*/
/* ======================================================================================= */
/* =====| Home Popular Categories |======================================================= */
/* ======================================================================================= */
.popular_categories {
  padding: 100px 0 200px;
  text-align: center;
  max-width: 1400px;
  margin: auto;
}

.footer-faq {
  background-color: #fff;
}

.key_points_wrapper section:nth-child(even) {
  background-color: #eee;
}

.key_points_wrapper section {
  padding: 100px 0;
}

@media (min-width: 992px) {
  .key_points_wrapper section {
    padding: 220px 0;
  }
}
.key_points_wrapper section > .row {
  margin: auto;
  max-width: 1400px;
}

@media (min-width: 992px) {
  .key_points_wrapper section > .row {
    display: flex;
  }
  .key_points_wrapper section > .row div {
    align-self: center;
  }
}
.key_points_wrapper .zones {
  padding: 0;
}

@media (min-width: 992px) {
  .key_points_wrapper section:nth-child(odd) .zones {
    padding-right: 100px;
  }
  .key_points_wrapper section:nth-child(even) .zones {
    padding-left: 100px;
  }
}
.popular_categories a {
  position: relative;
  display: block;
  text-decoration: none;
}

.popular_categories a .name {
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  font-size: 20px;
  line-height: 1;
  color: #000;
  text-align: center;
  padding: 0 30px;
  z-index: 1;
}

.popular_categories a .hover {
  display: block;
  -ms-opacity: 0;
  opacity: 0;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

.popular_categories a:hover .hover {
  /*display: block;*/
  -ms-opacity: 1;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.6);
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

.popular_categories .btn-primary {
  display: inline-block;
  margin-top: 140px;
}

/* ======================================================================================= */
/* =====| Home Images |=================================================================== */
/* ======================================================================================= */
section.rouleau {
  padding-top: 100px;
}

section.rouleau .home_img {
  width: 100%;
  height: 500px;
  background: url(/assets/client/img/rouleau.jpg) no-repeat center center transparent;
  background-size: cover;
}

section.first .home_img {
  width: 100%;
  height: 500px !important;
  background: url(/assets/client/img/home_1.jpg) no-repeat center center transparent;
  background-size: cover;
}

section.second .home_img {
  width: 100%;
  height: 500px !important;
  background: url(/assets/client/img/home_2.jpg) no-repeat center center transparent;
  background-size: cover;
}

section.third .home_img {
  width: 100%;
  height: 500px !important;
  background: url(/assets/client/img/home_3.jpg) no-repeat center center transparent;
  background-size: cover;
}

.mobile-title {
  display: none;
}

/* ======================================================================================= */
/* =====| Easy Steps |==================================================================== */
/* ======================================================================================= */
.easy_steps {
  width: 100%;
  background: #FFFFFF;
  padding: 120px 0;
}

.three_easy_steps {
  padding: 82px 65px;
}

.three_easy_steps h2 {
  font-size: 78px;
  line-height: 80px;
  /*letter-spacing: -6.375px;*/
  margin: 0;
  text-align: left;
}

.three_easy_steps a {
  display: inline-block;
}

.easy_steps .circle {
  display: block;
  width: 414px;
  height: 414px;
  background: #000000;
  -moz-border-radius: 207px;
  -webkit-border-radius: 207px;
  border-radius: 207px;
  color: #FFFFFF;
  text-align: center;
  padding: 60px 100px;
  margin: 0 auto;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.easy_steps .circle:hover,
.easy_steps .circle:focus {
  text-decoration: none;
  background: #FF0000;
  color: #FFFFFF;
  padding: 145px 80px;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.easy_steps .circle.third:hover,
.easy_steps .circle.third:focus {
  padding: 110px 100px;
}

.easy_steps .circle .step {
  display: block;
  font-size: 150px;
  font-weight: 700;
  line-height: 150px;
  margin-bottom: 25px;
  background: none;
  height: auto;
}

.easy_steps .step::before {
  background: none;
  border: none;
  border-radius: 0;
  content: "";
  height: 0;
  left: 0;
  position: relative;
  top: 0;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  width: 0;
}

.easy_steps .circle .text {
  font-size: 36px;
  line-height: 36px;
  /*letter-spacing: -2.7px;*/
}

.easy_steps .circle .hover {
  display: none;
  font-size: 42px;
  font-weight: 300;
  /*letter-spacing: -3.9px;*/
  line-height: 40px;
}

.easy_steps .circle .hover span {
  font-size: 75px;
  font-weight: 700;
  /*letter-spacing: -6.375px;*/
}

.easy_steps .circle:hover .step,
.easy_steps .circle:focus .step,
.easy_steps .circle:hover .text,
.easy_steps .circle:focus .text {
  display: none;
}

.easy_steps .circle:hover .hover,
.easy_steps .circle:focus .hover {
  display: block;
}

.panier-bleu {
  position: absolute;
  top: 70px;
  left: 10px;
  width: 200px;
  z-index: 10;
}

.panier-bleu.mobile {
  left: 50%;
  top: 50px;
  margin-left: -100px;
}

.panier-bleu.desktop {
  display: none;
}

@media (min-width: 992px) {
  .panier-bleu.mobile {
    display: none;
  }
  .panier-bleu.desktop {
    top: 140px;
    display: block;
  }
}
.mat-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px auto;
}
@media (min-width: 992px) {
  .mat-wrapper {
    width: 95%;
  }
}
.mat-wrapper .mat {
  width: 100%;
  display: flex;
  flex-direction: column;
  font-size: 0.8em;
  margin: 0 auto;
  padding: 5%;
}
.mat-wrapper .mat.mat-2 {
  background-color: #eee;
}
@media (min-width: 992px) {
  .mat-wrapper .mat {
    width: 32%;
    padding: 2%;
  }
}
.mat-wrapper .mat .text-wrapper {
  text-align: justify;
}
.mat-wrapper .mat .text-wrapper img {
  float: left;
  width: 150px;
  margin-right: 10px;
  margin-left: -50px;
}
.mat-wrapper .mat .mat-badge {
  text-align: center;
  width: 200px;
  height: 200px;
  text-align: center;
  background-color: #f00;
  border-radius: 100%;
  position: relative;
  margin: 60px auto;
}
.mat-wrapper .mat .mat-badge > h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  color: #fff;
  font-size: 1.75em;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  margin: 0;
}
.mat-wrapper .bottom-info {
  margin-top: auto;
}
.mat-wrapper .bottom-info img {
  width: 100%;
}
@media (max-width: 991px) {
  .mat-wrapper .bottom-info img {
    margin-top: 10px;
  }
}
.mat-wrapper .bottom-info .text-wrapper {
  margin-top: 10px;
  min-height: 100px;
}
.mat-wrapper .bottom-info .text-wrapper a {
  display: block;
  font-weight: bold;
  margin-top: 10px;
}
.mat-wrapper .star-ctn {
  margin-top: 50px;
  display: block;
}
@media (max-width: 991px) {
  .mat-wrapper .star-ctn.placeholder {
    display: none;
  }
}
@media (min-width: 992px) {
  .mat-wrapper .star-ctn.placeholder {
    visibility: hidden;
  }
}
.mat-wrapper .star-ctn ul {
  margin-left: 0;
  padding-left: 0;
}
.mat-wrapper .star-ctn li {
  margin-left: 0;
  padding-left: 0;
  background: none;
  margin-bottom: 5px;
}
.mat-wrapper .star-ctn li span {
  margin-left: 10px;
}
.mat-wrapper .star-ctn i {
  color: #ffd800;
}

#slides .slider_inside h1 {
  margin-top: 0;
}
#slides .form-inline {
  position: absolute;
  top: 41px;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 20;
  text-align: center;
  padding: 10px;
}
@media (min-width: 1200px) {
  #slides .form-inline {
    top: 43px;
  }
}
#slides .form-inline .form-group {
  max-width: 500px;
  width: 90%;
  position: relative;
  margin: auto;
}
#slides .form-inline .form-group .btn_search {
  position: absolute;
  top: 3px;
  right: 0;
  background: none;
  border: none;
}
#slides .form-inline .form-group .btn_search i {
  color: #000;
}
#slides .form-inline .form-group input {
  width: 100%;
  border-radius: 10px;
}
#slides .anchor-wrapper {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 999;
  display: flex;
}
#slides .anchor-wrapper span {
  display: block;
  margin-bottom: 5px;
  padding: 0 15px;
  font-size: 25px;
  cursor: pointer;
  color: #fff;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
}
#slides .anchor-wrapper span:last-child:after {
  display: none;
}
#slides .anchor-wrapper span:after {
  content: "";
  width: 2px;
  background-color: #f00;
  height: 45px;
  position: absolute;
  top: -8px;
  right: 0;
}
@media (max-width: 991px) {
  #slides .anchor-wrapper span {
    font-size: 18px;
  }
  #slides .anchor-wrapper span:after {
    height: 25px;
    top: -2px;
  }
}

.tiles-menu-wrapper {
  display: flex;
  width: 95%;
  margin: 50px auto;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 2400px;
  margin: auto;
}
.tiles-menu-wrapper .tile {
  background: #000;
  text-align: center;
  padding: 0 0 60px 0;
  padding-bottom: 45%;
  background-size: cover;
  margin-bottom: 8%;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .tiles-menu-wrapper .tile {
    width: 48%;
    padding-bottom: 21.7%;
    margin-bottom: 4%;
  }
}
@media (min-width: 1200px) {
  .tiles-menu-wrapper .tile {
    width: 32%;
    padding-bottom: 14.3%;
  }
}
.tiles-menu-wrapper .tile .tile-name {
  color: #fff;
  border-radius: 50px;
  display: inline-block;
  z-index: 2;
  width: 100%;
  margin-top: -3px;
  position: relative;
}
@media (min-width: 768px) {
  .tiles-menu-wrapper .tile .tile-name {
    margin-top: -1px;
  }
}
.tiles-menu-wrapper .tile .tile-name img {
  width: 100%;
}
.tiles-menu-wrapper .tile .tile-name span {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  font-size: 20px;
  width: 100%;
}
@media (max-width: 991px) {
  .tiles-menu-wrapper .tile .tile-name span {
    font-size: 16px;
  }
}
.tiles-menu-wrapper .tile .form-inline {
  position: absolute;
  top: 34%;
  left: 50%;
  width: 66%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.tiles-menu-wrapper .tile .form-inline .form-group {
  width: 100%;
}
.tiles-menu-wrapper .tile .form-inline .form-group input {
  width: 100%;
  height: auto;
  padding: 8px 15px 8px 85px;
  font-size: 15px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  border-radius: 50px;
  color: #fff;
}
.tiles-menu-wrapper .tile .form-inline .btn_search {
  position: absolute;
  top: 0;
  left: 5px;
  background: rgba(0, 0, 0, 0.7);
  border: none;
  padding: 18.5px 21px;
  border-right: 1px solid #fff;
  border-radius: 50px 0 0 50px;
}
.tiles-menu-wrapper .tile .form-inline .btn_search img {
  position: relative;
  top: -12px;
  width: 25px;
  left: 0px;
}

/* --- Best seller slider --- */
#bestSeller {
  margin-bottom: 50px;
}

.best-seller-slider-title {
  margin-bottom: 30px;
}

#bestSeller .grid-item {
  width: 100% !important;
}

.owl-nav {
  width: 100%;
  display: flex;
}

.owl-next {
  margin-left: auto;
}

.owl-next,
.owl-prev {
  position: absolute;
  top: 50%;
  margin-top: -30px;
}

.owl-next {
  right: 75px;
}

.owl-prev {
  left: 25px;
}

.owl-next span,
.owl-prev span {
  position: absolute;
  font-size: 60px;
  color: #f00;
  padding: 15px 15px 25px;
  transition: color 0.3s;
  background: rgba(255, 255, 255, 0.4);
}

.owl-next span:hover,
.owl-prev span:hover {
  color: #000;
}

.owl-carousel .owl-item img {
  width: auto;
  object-fit: cover;
  height: 220px;
}
@media (min-width: 992px) {
  .owl-carousel .owl-item img {
    height: 350px;
  }
}

.best-seller-cat {
  position: relative;
}

.best-seller-cat span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  font-size: 18px !important;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 0 30px;
  z-index: 1;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
