/** END FONCTIONS **/
.page-produits {
  position: relative;
  overflow: hidden;
}
.page-produits:after {
  content: '';
  background-color: #F8AE00;
  height: 1024px;
  width: 1024px;
  clip-path: polygon(50% 0%, 100% 50%, 100% 100%, 0 100%, 0 50%);
  position: absolute;
  bottom: -700px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#filtres.mobile {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background-color: #fff;
  height: 100%;
}
#filtres.mobile .label {
  background-image: none !important;
}
#filtres.mobile.open {
  visibility: visible;
  opacity: 1;
}
#filtres.mobile .bloc {
  overflow: auto;
  height: calc(100% - 100px);
  margin-top: 0;
}
#filtres.mobile .p-filtres {
  padding: 15px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 10;
}
#filtres.mobile .btn-reset {
  margin-top: -40px;
  margin-right: 15px;
}
#filtres.mobile .btn-valide {
  height: 50px;
  width: 100%;
  background-color: #00A77D;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  line-height: 50px;
  position: absolute;
  z-index: 10;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  bottom: 0;
  right: 0;
  left: 0;
}
#filtres .p-filtres {
  font-size: 24px;
  text-transform: uppercase;
}
#filtres .btn-reset {
  float: right;
  margin-top: -25px;
}
#filtres .btn a {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
#filtres .btn .moins {
  display: none;
}
#filtres .btn.open .moins {
  display: inline-block;
}
#filtres .btn.open .plus {
  display: none;
}
#filtres .bloc {
  display: block;
  background-color: #fff9e5;
  margin-top: 20px;
  padding: 25px 15px;
}
#filtres .bloc .btn {
  margin-bottom: 10px;
}
#filtres .bloc .liste {
  margin-bottom: 30px;
}
#filtres .bloc .liste .titre {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#filtres .bloc .liste fieldset {
  background-color: #ffffff;
  position: relative;
  padding: 0 10px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
#filtres .bloc .liste fieldset:hover {
  background-color: #f3f3f3;
}
#filtres .bloc .liste fieldset:not(:last-of-type) {
  border-bottom: 1px solid #D0D2D1;
}
#filtres .bloc .liste fieldset .label {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 70px;
  display: block;
  font-weight: 500;
  cursor: pointer;
  user-select: none;
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: right center;
  background-image: url(../images/plus.svg);
  text-overflow: unset;
  white-space: nowrap;
  overflow: hidden;
  letter-spacing: -1px;
}
#filtres .bloc .liste fieldset .label.open {
  background-image: url(../images/moins.svg);
}
#filtres .bloc .liste fieldset .label.open + .checkboxes {
  display: block;
}
#filtres .bloc .liste fieldset .label.filled {
  color: #F8AE00;
  font-weight: 700;
}
#filtres .bloc .liste fieldset .label.filled span {
  color: #000;
}
#filtres .bloc .liste fieldset .checkboxes {
  margin-top: -15px;
  margin-bottom: 25px;
  display: none;
}
#filtres .bloc .liste fieldset .checkboxes label {
  position: relative;
  text-transform: uppercase;
  line-height: 14px;
  font-size: 14px;
  padding: 6px 0;
  padding-left: 20px;
  display: block;
  cursor: pointer;
  user-select: none;
  font-weight: 500;
}
#filtres .bloc .liste fieldset .checkboxes label:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.07);
}
#filtres .bloc .liste fieldset .checkboxes label:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 14px;
  height: 14px;
  background-image: url(../images/check.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
  opacity: 0;
}
#filtres .bloc .liste fieldset .checkboxes input {
  display: none;
}
#filtres .bloc .liste fieldset .checkboxes input:checked + label {
  color: #F8AE00;
  font-weight: 600;
}
#filtres .bloc .liste fieldset .checkboxes input:checked + label:after {
  opacity: 1;
}
#filtres .bloc .liste.autres {
  display: none;
}
#filtres .bloc .liste.autres.open {
  display: block;
}
#categories_produits ul li {
  position: relative;
  display: inline-block;
  width: 240px;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#categories_produits ul li .img {
  height: 210px;
  width: 210px;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#categories_produits ul li .img .r1 {
  width: 149px;
  height: 149px;
}
#categories_produits ul li .img .r1 .r2 {
  width: 210px;
  height: 210px;
  transform: rotate(-45deg) translate(0, -42px);
}
#categories_produits ul li .border {
  height: 149px;
  width: 149px;
  background-color: #F8AE00;
  transform: rotate(45deg) translate(-25px, 0);
  position: relative;
  z-index: 0;
}
#categories_produits ul li .contenu {
  text-align: center;
  position: absolute;
  top: 130px;
  right: 0;
  left: 0;
  z-index: 3;
}
#categories_produits ul li .btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 70px;
  z-index: 10;
  text-align: center;
}
#categories_produits ul li .titre,
#categories_produits ul li .stitre {
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  font-weight: 900;
  text-transform: uppercase;
}
#categories_produits ul li .stitre {
  font-size: 17px;
  font-weight: 700;
  padding: 0 30px;
}
#recherche_produits {
  background-color: #00A77D;
  text-align: center;
  margin: 50px 0 70px 0;
  padding: 30px 15px;
  position: relative;
}
#recherche_produits:before {
  content: '';
  height: 80px;
  width: 100%;
  background-color: #00A77D;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  position: absolute;
  top: -80px;
  right: 0;
  left: 0;
}
#recherche_produits:after {
  content: '';
  height: 80px;
  width: 100%;
  background-color: #00A77D;
  clip-path: polygon(100% 0, 0% 100%, 0 0);
  position: absolute;
  bottom: -80px;
  right: 0;
  left: 0;
}
#recherche_produits .titre_section {
  font-size: 26px;
  line-height: 28px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 700;
}
#recherche_produits fieldset {
  position: relative;
  width: 100%;
}
#recherche_produits fieldset input[type="search"]:focus,
#recherche_produits fieldset:hover input[type="search"] {
  box-shadow: 0 0 20px 5px rgba(191, 191, 191, 0.5);
}
#recherche_produits input[type="search"] {
  padding: 0;
  margin: 0;
  border: 0;
  line-height: 60px;
  height: 60px;
  background-color: #fff9e5;
  border-radius: 5px 30px 30px 5px;
  font-size: 16px;
  padding-left: 25px;
  color: #53627d;
  display: block;
  width: calc(100%);
  outline: none;
  -webkit-appearance: none;
}
#recherche_produits input[type="submit"] {
  position: absolute;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background-color: #F8AE00;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  border: 0;
  color: transparent;
  font-size: 0;
  background-image: url(../images/search.svg);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
  outline: none;
  cursor: pointer;
}
#recherche_produits .informations {
  margin-top: 40px;
}
#recherche_produits .informations .titre {
  font-size: 19px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 10px;
}
#recherche_produits .informations .titre:before {
  content: '';
  height: 20px;
  width: 20px;
  margin-right: 10px;
  background-image: url(../images/info-circle.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  vertical-align: top;
}
#recherche_produits .informations .texte {
  font-size: 17px;
  line-height: 24px;
  color: #ffffff;
}
#recherche_produits .btn {
  margin-top: 50px;
}
#liste_produits {
  text-align: center;
  margin-top: 60px;
}
#liste_produits .titre_section {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 300;
}
#liste_produits .titre_section strong {
  font-weight: 700;
  display: block;
}
#liste_produits #filtres_actifs {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
#liste_produits #filtres_actifs li {
  font-size: 11px;
  line-height: 20px;
  text-transform: uppercase;
  background-color: rgba(216, 216, 216, 0.4);
  border-radius: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-left: 7px;
  padding-right: 22px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
#liste_produits #filtres_actifs li:after {
  content: '';
  height: 16px;
  width: 16px;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 1;
  background-image: url(../images/suppr.svg);
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: center;
}
#liste_produits #filtres_actifs li:hover {
  background-color: #e74c3c;
  color: #fff;
}
#liste_produits #produits {
  margin-top: 40px;
}
#liste_produits #produits .produit {
  width: 250px;
  border: 1px solid #D0D2D1;
  margin-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
#liste_produits #produits .produit:hover {
  transform: scale(1.03);
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.2);
}
#liste_produits #produits .produit .img {
  height: 130px;
  background-color: #ddd;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#liste_produits #produits .produit .contenu {
  position: relative;
  height: 290px;
  padding: 30px;
}
#liste_produits #produits .produit .titre {
  font-size: 21px;
  line-height: 18px;
  min-height: 36px;
  font-weight: 500;
  text-transform: uppercase;
}
#liste_produits #produits .produit .stitre {
  font-size: 17px;
  line-height: 18px;
  margin-top: 15px;
  min-height: 36px;
  font-weight: 300;
  color: #27282b;
  opacity: 0.7;
}
#liste_produits #produits .produit .categories {
  position: absolute;
  bottom: 80px;
  right: 20px;
  left: 20px;
}
#liste_produits #produits .produit .categories li {
  padding: 0;
  font-size: 14px;
  line-height: 13px;
  letter-spacing: -1px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  align-items: center;
}
#liste_produits #produits .produit .categories li span {
  margin-right: 5px;
}
#liste_produits #produits .produit .categories li span svg {
  max-width: 15px;
  max-height: 20px;
}
#liste_produits #produits .produit .btn {
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
}
/* Version > 768 */
@media (min-width: 768px) {
  #categories_produits ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    width: 700px;
    margin-right: auto;
    margin-left: auto;
  }
  #categories_produits ul li {
    height: 310px;
    width: 33%;
  }
  #categories_produits ul li .img,
  #categories_produits ul li .border {
    height: 200px;
    width: 200px;
  }
  #categories_produits ul li .border {
    width: 141px;
    height: 141px;
  }
  #categories_produits ul li .img .r1 {
    width: 141px;
    height: 141px;
  }
  #categories_produits ul li .img .r1 .r2 {
    height: 200px;
    width: 200px;
  }
  #liste_produits .titre_section strong {
    display: inline-block;
    margin-left: 5px;
  }
  #recherche_produits > * {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
  #liste_produits #produits {
    display: flex;
    flex-wrap: wrap;
    margin-right: auto;
    margin-left: auto;
    max-width: 540px;
  }
  #liste_produits #produits .produit {
    margin-right: 10px;
    margin-left: 10px;
  }
}
/* Version > 1024 */
@media (min-width: 1024px) {
  .page-produits:after {
    height: 10000px;
    width: 10000px;
    bottom: inherit;
    top: 1500px;
  }
  .page-produits .padding-page {
    padding-left: 300px;
    position: relative;
  }
  #filtres {
    position: absolute;
    top: 0;
    left: 0;
    width: 290px;
  }
  #filtres.stiked {
    position: fixed;
    left: 50%;
    transform: translateX(-570px);
    top: 130px;
  }
  #filtres.stiked .bloc {
    height: calc(100vh - 200px);
    overflow: auto;
  }
  #recherche_produits {
    background-color: transparent;
  }
  #recherche_produits:before,
  #recherche_produits:after {
    display: none;
  }
}
/* Version > 1200 */
@media (min-width: 1200px) {
  #liste_produits #produits {
    max-width: 810px;
  }
}
