body {
  background-image: url("assets/menu/fleur-mandala.jpg");
  background-position-x: center;
  background-position-y: 100px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: rgb(20, 0, 20);
  font-family: "Abel", sans-serif;
  color: #FFF7ED;
  margin: 0;
}
body header {
  background-color: rgb(20, 0, 20);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 30px;
}
body header h1 {
  text-align: center;
  font-family: "Cinzel Decorative";
  margin: 0 0 5px 0;
  line-height: 1;
  font-size: 70px;
}
body header h2 .retour {
  text-align: left;
}
body header h3 {
  font-size: 2rem;
  margin-top: 20px;
  color: #f1d6d6;
}
body header h2, body header h3 {
  font-family: "Abel";
  text-align: center;
  margin: 0;
  font-weight: normal;
  line-height: 1;
  font-size: 40px;
  color: #B3A28D;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
body header h1, body header h2, body header h3 {
  order: 2;
}
body header ul.menu {
  text-align: center;
  list-style: none;
  order: 1;
  margin: auto;
  margin-bottom: 25px;
  display: flex;
  padding: 0;
}
body header ul.menu li {
  padding-top: 10px;
  padding-left: 8px;
  padding-right: 8px;
  border-right: 1px solid #CCCCCC;
}
body header ul.menu li:last-child {
  border: none;
}
body .content {
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(0px);
  box-sizing: content-box;
  margin-top: 18rem;
  margin-bottom: 9rem;
  padding-bottom: 1rem;
  height: fit-content;
}
body .content h1 {
  text-align: center;
  font-family: "Cinzel Decorative";
  margin: 0 0 5px 0;
  line-height: 1;
  font-size: 70px;
}
body .content h2 {
  padding-top: 24px;
  margin-bottom: -46px;
  font-size: 1.3rem;
  font-family: Abel, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #cabea1;
  text-align: center;
}
body .content .category {
  margin: 31px 30px 50px 32px;
  width: 335px;
  height: 335px;
  color: white;
  text-decoration: none;
  align-items: center;
  outline: none;
  display: flex;
  flex-direction: column;
  background-size: cover;
}
body .content .category .apartir h2 {
  padding-top: 24px;
  margin-bottom: -46px;
  font-size: 1.3rem;
  font-family: Abel, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #cabea1;
}
body .content .category h1 {
  padding: 29px;
  padding-left: 0;
  margin-left: 0;
  line-height: 1.2;
  transition: all 1s;
  font-size: 2.9em;
  text-shadow: 3px 3px 7px black;
  height: 260px;
  margin-bottom: -1em;
  width: 5em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: "Cinzel Decorative";
}
body .content .category:hover h1 {
  color: white;
  transform: scale(1.3);
}
body .content h1 {
  margin: 10px;
  font-size: 2em;
  line-height: 1.3em;
}
body .content > h1 {
  text-align: center;
}
body .content h2 {
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 1.3em;
  padding-top: 1.7rem;
  padding-bottom: 1rem;
}
body .content p {
  width: fit-content;
  font-size: 1.5em;
  text-align: justify;
  margin: 3rem 8rem;
}
body .content form label .inputcontact, body .content form label .inputcontact_cp, body .content form label .envoyercontact, body .content form label .saisie_code_promo,
body .content form label .inputcontact_reponse {
  width: 26rem;
  font-size: 1.2em;
  border: 1px solid white;
  background: black;
  padding: 2px 10px;
  border-radius: 5px;
  color: white;
  text-align: left;
  font-family: "Abel";
  margin-top: 15px;
  margin-left: 11px;
}
body .content .apartir {
  margin-top: 4.1em;
  width: 23em;
}
body .content .apartir h2 {
  margin-bottom: -46px;
  font-size: 1.3rem;
}
body .content a.btn {
  display: block;
  color: #ffffff;
  padding: 10px 40px;
  border: 1px solid #B3A28D;
  text-decoration: none;
  font-size: 2.3rem;
  font-family: "Cinzel Decorative";
  font-weight: bold;
  transition: all 0.5s;
  background: black;
  margin: auto;
  width: fit-content;
  background-color: #767a7d;
}
body .content a.btn:hover {
  color: white;
  border-color: black;
}
body .var {
  background-color: white;
  color: black;
  width: 100%;
}
body footer, body .footer_index {
  width: 100%;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.7);
  padding: 50px;
  text-align: center;
  font-size: 1.3em;
}
body footer ul, body .footer_index ul {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
}
body footer ul li, body .footer_index ul li {
  margin: 0 20px;
  border: none;
}

a.btn {
  color: white;
  text-decoration: none;
  font-size: 1.7rem;
}

.validation_commande {
  width: 71%;
  border: 1px solid white;
  margin-top: 66px;
  color: rgba(255, 231, 0, 0.768627451);
  font-size: 1.5em;
  display: block;
  height: auto;
  text-align: center;
  padding: 20px;
  font-weight: bold;
  margin: auto;
}
.validation_commande a {
  color: white;
  font-weight: normal;
}

/* ---------------------- */
@media (max-width: 540px) {
  body {
    background-attachment: fixed;
    margin: auto;
  }
  body .networks li {
    border: none;
  }
  body header {
    padding-bottom: 12px;
  }
  body header h1 {
    font-size: 3.3rem;
  }
  body header h2 {
    font-size: 1.5rem;
  }
  body header li {
    padding-left: 7px;
    padding-right: 7px;
  }
  body header ul li {
    padding-top: 10px;
    padding-left: 7px;
    padding-right: 7px;
    border-right: 1px solid #CCCCCC;
  }
  body header a.btn {
    font-size: 1.55rem;
  }
  body .content h2 {
    line-height: 1em;
    font-size: 1.9em;
  }
  body .content p {
    margin: 3rem 3rem;
  }
  body footer, body .footer_index {
    margin: auto;
    font-size: 2rem;
    width: fit-content;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.4);
    padding: 10px;
  }
  body footer.copyright {
    font-size: 1.8rem;
  }
}
body {
  background: black;
}
body header {
  padding-bottom: 7px;
}
body header .familles_cat {
  font-size: 1.8em;
  text-align: center;
  font-family: Abel, sans-serif;
  font-weight: bold;
  margin-top: 30px;
}
body header h3 {
  line-height: 1.2em;
}
body .content {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  width: 85%;
  margin: auto;
  display: flex;
  justify-content: center;
}
body .content .category .apartir {
  margin-top: 1.4em;
  width: 23em;
  height: 1.2em;
}
body .content .category .apartir h2 {
  padding-top: 24px;
  font-size: 1.9rem;
}
body .content img.nouveau {
  margin-left: 177px;
  width: 158px;
}
body .content a.category {
  font-family: Cinzel Decorative;
  text-align: center;
  margin: 31px 30px 50px 32px;
  width: 335px;
  height: 335px;
  color: white;
  text-decoration: none;
  align-items: center;
  outline: none;
  display: flex;
  flex-direction: column;
  background-size: cover;
  border: solid 1px white;
}
body .content a.category h1 {
  padding: 29px;
  margin-left: 0;
  margin-bottom: -1em;
  margin-left: 0;
  line-height: 1.2;
  transition: all 1s;
  font-size: 2.9em;
  text-shadow: 3px 3px 7px black;
  height: 260px;
  width: 5em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
body .content a.category:hover h1 {
  color: white;
  transform: scale(1.3);
}

@media (max-width: 540px) {
  body .bkg {
    background: url("assets/menu/qui-suis-je.jpg") 22px/10% center fixed rgb(20, 0, 20);
    padding: 0;
    margin: 0;
  }
  body > h1 {
    background: rgba(255, 129, 0, 0.28);
  }
  body > h1 #text {
    margin-right: 100px;
  }
  body .content > a.category {
    margin-bottom: 58px;
  }
  body .content h1.fam_art {
    font-size: 1.6em;
  }
  body .content p {
    width: 84%;
    font-size: 1.9em;
  }
  body .content header ul li {
    margin-right: 0px;
  }
  body .content .buy body > h1, body .content .buy fam_art {
    padding: 0px;
  }
  body .content .buy .gallery {
    margin: 0;
  }
  body .content .buy .form {
    width: 100%;
    padding: 0;
  }
  body .content .buy .slick-next, body .content .buy .slick-prev {
    transform: scale(3);
    z-index: 200;
  }
  body .content .items .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    opacity: 1;
  }
  body .content .elem {
    width: 100%;
    border: 5px solid transparent;
    padding: 5px;
  }
  body .content .content_c h1.contact {
    font-size: 1.7em;
  }

  body {
    width: 100%;
  }
  body header {
    padding-bottom: 0;
  }
  body header ul.menu {
    justify-content: center;
  }
  body header li a.btn {
    font-size: 1.7rem;
  }
  body header h1 {
    font-size: 3.5rem;
  }
  body header h2 {
    font-size: 2rem;
    line-height: 1.5em;
  }
  body header h3 {
    font-size: 1.9rem;
  }
  body header h3 .familles_cat {
    font-size: 3.2rem;
  }
  body .content {
    justify-content: center;
    width: fit-content;
  }
  body .content img.nouveau {
    margin-left: 208px;
    width: 100%;
  }
  body .content a.category {
    margin: 35px 13px;
    border: solid 2px white;
    background-repeat: no-repeat;
    width: 15rem;
    height: 15rem;
    background-position: 0rem 0rem;
  }
  body .content a.category .apartir {
    margin-top: 0px;
    height: 1.6rem;
    width: fit-content;
  }
  body .content a.category .apartir h2 {
    font-size: 2rem;
  }
  body .content a.category h1 {
    font-size: 2.2em;
    padding-bottom: 2rem;
    width: 10rem;
  }
  body footer {
    font-size: 1.3rem;
  }
}
@media all and (device-width: 1536px) and (device-height: 2048px) {
  body .bkg {
    background: url("assets/menu/qui-suis-je.jpg") 22px/10% center fixed rgb(20, 0, 20);
    padding: 0;
    margin: 0;
  }
  body > h1 {
    background: rgba(255, 129, 0, 0.28);
  }
  body > h1 #text {
    margin-right: 100px;
  }
  body .content > a.category {
    margin-bottom: 58px;
  }
  body .content h1.fam_art {
    font-size: 1.6em;
  }
  body .content p {
    width: 84%;
    font-size: 1.9em;
  }
  body .content header ul li {
    margin-right: 0px;
  }
  body .content .buy body > h1, body .content .buy fam_art {
    padding: 0px;
  }
  body .content .buy .gallery {
    margin: 0;
  }
  body .content .buy .form {
    width: 100%;
    padding: 0;
  }
  body .content .buy .slick-next, body .content .buy .slick-prev {
    transform: scale(3);
    z-index: 200;
  }
  body .content .items .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    opacity: 1;
  }
  body .content .elem {
    width: 100%;
    border: 5px solid transparent;
    padding: 5px;
  }
  body .content .content_c h1.contact {
    font-size: 1.7em;
  }

  body {
    width: 50%;
  }
  body header {
    padding-bottom: 0;
  }
  body header ul.menu {
    justify-content: center;
  }
  body header li a.btn {
    font-size: 0.5rem;
  }
  body header h1 {
    font-family: "Cinzel-Decorative";
    font-size: 1.5rem;
    color: green;
  }
  body header h2 {
    font-size: 1rem;
    line-height: 1.5em;
  }
  body header h3 {
    font-size: 1rem;
  }
  body header h3 .familles_cat {
    font-size: 3.2rem;
  }
  body .content {
    justify-content: center;
    width: fit-content;
  }
  body .content img.nouveau {
    margin-left: 208px;
    width: 100%;
  }
  body .content a.category {
    margin: 35px 13px;
    border: solid 2px white;
    background-repeat: no-repeat;
    width: 15rem;
    height: 15rem;
    background-position: 0rem 0rem;
  }
  body .content a.category .apartir {
    margin-top: 0px;
    height: 1.6rem;
    width: fit-content;
  }
  body .content a.category .apartir h2 {
    font-size: 2rem;
  }
  body .content a.category h1 {
    font-size: 2.2em;
    padding-bottom: 2rem;
    width: 10rem;
  }
  body footer {
    font-size: 1.3rem;
  }
}
@media all and (device-width: 2048px) and (device-height: 1536px) {
  body .bkg {
    background: url("assets/menu/qui-suis-je.jpg") 22px/10% center fixed rgb(20, 0, 20);
    padding: 0;
    margin: 0;
  }
  body > h1 {
    background: rgba(255, 129, 0, 0.28);
  }
  body > h1 #text {
    margin-right: 100px;
  }
  body .content > a.category {
    margin-bottom: 58px;
  }
  body .content h1.fam_art {
    font-size: 1.6em;
  }
  body .content p {
    width: 84%;
    font-size: 1.9em;
  }
  body .content header ul li {
    margin-right: 0px;
  }
  body .content .buy body > h1, body .content .buy fam_art {
    padding: 0px;
  }
  body .content .buy .gallery {
    margin: 0;
  }
  body .content .buy .form {
    width: 100%;
    padding: 0;
  }
  body .content .buy .slick-next, body .content .buy .slick-prev {
    transform: scale(3);
    z-index: 200;
  }
  body .content .items .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    opacity: 1;
  }
  body .content .elem {
    width: 100%;
    border: 5px solid transparent;
    padding: 5px;
  }
  body .content .content_c h1.contact {
    font-size: 1.7em;
  }

  body {
    width: 100%;
  }
  body header {
    padding-bottom: 0;
  }
  body header ul.menu {
    justify-content: center;
  }
  body header li a.btn {
    font-size: 1rem;
  }
  body header h1 {
    /* font-family: "Cinzel-Decorative"; */
    font-size: 2.5rem;
  }
  body header h2 {
    font-size: 1rem;
    line-height: 1.5em;
  }
  body header h3 {
    font-size: 1rem;
  }
  body header h3 .familles_cat {
    font-size: 1.9rem;
  }
  body .content {
    justify-content: center;
    width: 90%;
  }
  body .content img.nouveau {
    margin-left: 208px;
    width: 100%;
  }
  body .content a.category {
    margin: 35px 13px;
    border: solid 2px white;
    background-repeat: no-repeat;
    width: 9rem;
    height: 9rem;
    background-position: 0rem 0rem;
  }
  body .content a.category .apartir {
    margin-top: 0px;
    height: 1.6rem;
    width: fit-content;
  }
  body .content a.category .apartir h2 {
    font-size: 1.3rem;
  }
  body .content a.category h1 {
    font-size: 1.3rem;
    padding-bottom: 2rem;
    width: 10rem;
  }
  body footer {
    font-size: 1.3rem;
  }
}

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