@charset "UTF-8";
/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/
/**
  * COULEURS
 */
/**
  * BREKPOINTS
 */
pre.checkCa {
  position: relative;
  display: block;
  width: 80vw;
  font-size: 14px;
  padding: 30px;
  color: #eff0f6;
  background-color: #3d4147;
}

.row-breadcrumb.row-breadcrumb-light .row-parent {
  padding-top: 15px;
  padding-bottom: 15px;
}

/* The emerging W3C standard that is currently Firefox-only */
* {
  scrollbar-width: thin;
  scrollbar-color: #141618 #d6d4d4;
}

/* Works on Chrome/Edge/Safari */
*::-webkit-scrollbar {
  width: 10px;
}

*::-webkit-scrollbar-track {
  background: #d6d4d4;
}

*::-webkit-scrollbar-thumb {
  background-color: #141618;
  border-radius: 25px;
  border: 2px solid #d6d4d4;
}

/**
  * Module de recherche
 */
.c-procat__search {
  display: block;
  width: 100%;
  padding: 60px;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 5px;
}
.c-procat__search--row {
  position: relative;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: flex-end;
}
.c-procat__search--col {
  width: 100%;
  max-width: 27.7777777778%;
  flex: 1 1 27.7777777778%;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 15px;
}
@media (max-width: 767.98px) {
  .c-procat__search--col {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.c-procat__search--submit {
  width: 100%;
  max-width: 16.6666666667%;
  flex: 1 1 16.6666666667%;
  padding: 0 15px;
}
@media (max-width: 767.98px) {
  .c-procat__search--submit {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.c-procat__search--submit button {
  width: 100%;
}
.c-procat__search--title {
  font-size: 20px;
  font-weight: 700;
  color: white;
  margin-bottom: 15px;
}
.c-procat__search input {
  display: block;
  width: 100%;
}

/**
  * Recherche par catégorie
 */
.c-marques {
  display: block;
  width: 100%;
  margin-bottom: 60px;
  list-style: none !important;
  padding: 0 !important;
}
.c-marques__title {
  display: block;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid gray;
}
.c-marques__item {
  display: flex;
}
.c-marques__item span {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-left: 5px;
}

/**
  * PLACEHOLDER
 */
.owl-carousel-wrapper.test {
  display: block;
  overflow: hidden;
  height: 70vh;
  min-height: 300px;
  max-height: 600px;
}
@media (max-width: 767.98px) {
  .owl-carousel-wrapper.test {
    height: 100%;
  }
}

.vc_row.fix-mh__hero {
  max-height: 600px !important;
}

.site-footer .c-marques__title {
  padding: 0;
  margin-bottom: 0;
  border: 0;
}
.site-footer .c-marques__title h3 {
  font-size: 20px;
  margin-bottom: 27px;
}
.site-footer .style-dark a:not(.btn-text-skin):hover {
  color: #d6d4d4 !important;
}

ul.c-ficheDescriptive {
  display: block;
  padding: 0 !important;
  list-style: none;
}
ul.c-ficheDescriptive li {
  display: flex;
  flex-wrap: wrap;
}
ul.c-ficheDescriptive li .label {
  display: block;
  font-weight: 700;
  color: black;
  width: 150px;
}
@media (max-width: 767.98px) {
  ul.c-ficheDescriptive li .label {
    width: 100%;
  }
}

.c-sameBrand {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -15px;
}
.c-sameBrand.type {
  justify-content: flex-start;
  margin: 0 -13px;
}
.c-sameBrand.type .c-sameBrand__item {
  max-width: 25%;
  flex: 1 1 25%;
}
@media (max-width: 767.98px) {
  .c-sameBrand.type .c-sameBrand__item {
    max-width: 50%;
    flex: 1 1 50%;
  }
}
.c-sameBrand__item {
  width: 100%;
  max-width: 20%;
  flex: 1 1 20%;
  padding: 15px;
}
@media (max-width: 767.98px) {
  .c-sameBrand__item {
    max-width: 50%;
    flex: 1 1 50%;
  }
}
.c-sameBrand__item--thumbnail {
  position: relative;
  display: block;
  overflow: hidden;
}
.c-sameBrand__item--thumbnail .overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  visibility: visible;
  opacity: 0;
  transition: 0.2s ease-in-out;
}
.c-sameBrand__item--thumbnail .thumbnail {
  position: relative;
  display: block;
  padding-top: 100%;
  background-size: cover;
  background-position: center center;
  transition: 0.2s ease-in-out;
}
.c-sameBrand__item--thumbnail:hover .thumbnail {
  transform: scale(1.05, 1.05);
}
.c-sameBrand__item--thumbnail:hover .overlay {
  opacity: 0.5;
}
h3.c-type__machine {
  display: block;
  padding: 15px;
  color: white;
  background-color: #1b1d1f;
}

.c-produits {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  text-align: left;
  align-items: flex-start;
}
.c-produits__oups {
  display: block;
  width: 100%;
  padding: 30px;
  color: black;
  background-color: #f5f5f5;
}
.c-produits__title {
  display: block;
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
  padding: 0 0 15px 0;
  border-bottom: 1px solid black;
}
.c-produits__col {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  max-width: 33.3333333333%;
  flex: 1 1 33.3333333333%;
  padding: 0 15px;
}
.c-produits__col:nth-child(2) {
  max-width: 66.6666666667%;
  flex: 1 1 66.6666666667%;
}
@media (max-width: 575.98px) {
  .c-produits__col {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .c-produits__col:first-child {
    margin-bottom: 30px;
  }
  .c-produits__col:nth-child(2) {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.c-produits__item {
  display: block;
  width: 100%;
  max-width: 25%;
  flex: 1 1 25%;
  padding: 15px;
}
@media (max-width: 991.98px) {
  .c-produits__item {
    max-width: 33.333333%;
    flex: 1 1 33.333333%;
  }
}
@media (max-width: 575.98px) {
  .c-produits__item {
    max-width: 50%;
    flex: 1 1 50%;
  }
}
.c-produits__item--thumbnail {
  position: relative;
  display: block;
  overflow: hidden;
}
.c-produits__item--thumbnail .overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  visibility: visible;
  opacity: 0;
  transition: 0.2s ease-in-out;
}
.c-produits__item--thumbnail .thumbnail {
  position: relative;
  display: block;
  padding-top: 100%;
  background-size: cover;
  background-position: center center;
  transition: 0.2s ease-in-out;
}
.c-produits__item--thumbnail:hover .thumbnail {
  transform: scale(1.05, 1.05);
}
.c-produits__item--thumbnail:hover .overlay {
  opacity: 0.5;
}
.c-produits .c-filter {
  display: block;
  width: 100%;
}
.c-produits .c-filter button {
  padding: 0;
  background: transparent;
  transition: 0.3s ease-in-out;
}
.c-produits .c-filter button.js-isActive {
  color: black;
  font-weight: 700;
}
.c-produits .c-filter button:hover {
  opacity: 0.5;
}
.c-produits .c-filter__section {
  display: block;
  padding: 0 !important;
  list-style: none;
}
.c-produits .c-filter__section h5 {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.c-produits .c-filter__section li {
  display: block;
  width: 100%;
  list-style: none;
}

form input {
  display: block;
  width: 100%;
}
form input[type=text], form input[type=email], form input[type=tel] {
  border: 1px solid black !important;
}
form input[type=submit] {
  color: white;
  background-color: black !important;
  margin-top: 30px;
}
form input[type=submit]:hover {
  background-color: #262626 !important;
}
form textarea {
  border: 1px solid black !important;
}

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