/** ------- ABSTRACTS ------- **/
/** ---------------------- COLORS ---------------------- **/
/** ---------------------- FONT SIZE ---------------------- **/
/** ---------------------------------------------------- **/
/** ------- FUNCTIONS ------- **/
/** ------- ABSTRACTS ------- **/
/** ------- MIXINS ------- **/
/** ------- TYPOGRAPHY ------- **/
/* Primary Button Hero Banner */
/* Secondary Button Show More */
/* Tertiary Button Explore More */
/** ------- PLACEHOLDERS ------- **/
/** ------- BASE ------- **/
/** ------- ABSTRACTS ------- **/
/** ------- GLOBAL ------- **/
body {
  margin: 0;
  padding: 0;
}
body .temporaire {
  width: 1440px;
  margin: 0 auto;
}

/** RESET VALEUR PAR DEFAUT **/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/** ------- MIXINS ------- **/
/** ------- COMPONENTS ------- **/
/** BUTTONS **/
/** ------- ABSTRACTS ------- **/
/** ------- MIXINS ------- **/
/** ------- BUTTON SECONDARY ------- **/
.cta-more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 245px;
  height: 48px;
  background-color: #FFFFFF;
  font-size: 16px;
  font-family: "PoppinsSemiBold";
  border: solid 1px #B88E2F;
}
.cta-more a {
  color: #B88E2F;
  text-decoration: none;
  text-transform: capitalize;
}

/** ------- ABSTRACTS ------- **/
/** ------- MIXINS ------- **/
/** ------- BUTTON PRIMARY ------- **/
.cta-buy {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #B88E2F;
  font-size: 16px;
  font-family: "PoppinsBold";
  height: 74px;
  width: 222px;
}
.cta-buy a {
  text-decoration: none;
  color: #FFFFFF;
  text-transform: uppercase;
}

/** ------- ABSTRACTS ------- **/
/** ------- MIXINS ------- **/
/** ------- BUTTON TERTIARY ------- **/
.cta-explore {
  background-color: #B88E2F;
  width: 176px;
  height: 48px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}
.cta-explore a {
  text-decoration: none;
  font-family: "PoppinsSemiBold";
  font-size: 16px;
  color: #FFFFFF;
  text-transform: capitalize;
}

/** ------- CARDS ------- **/
/** ------- ABSTRACTS ------- **/
/** ------- MIXINS ------- **/
/** ------- PRODUCTS CARDS ------- **/
.cards-products .cards {
  background-color: #F4F5F7;
  height: 446px;
  width: 285px;
}
.cards-products .cards .text-box {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.cards-products .cards .price-products {
  color: #B0B0B0;
  font-family: "PoppinsRegular";
  font-size: 16px;
  padding-left: 1.3rem;
}
.cards-products .text-box p:nth-child(1) {
  color: #3A3A3A;
  font-family: "PoppinsSemiBold";
  font-size: 24px;
}
.cards-products .text-box p:nth-child(1)::first-letter {
  text-transform: uppercase;
}
.cards-products .text-box p:nth-child(2) {
  color: #898989;
  font-family: "PoppinsMedium";
  font-size: 16px;
}
.cards-products .text-box p:nth-child(2)::first-letter {
  text-transform: uppercase;
}
.cards-products .text-box p:last-child {
  color: #3A3A3A;
  font-family: "PoppinsSemiBold";
  font-size: 20px;
}
.cards-products .text-box p:last-child::first-letter {
  text-transform: uppercase;
}

/** ------- PAGE ------- **/
/** ------- ABSTRACTS ------- **/
/** ------- MIXINS ------- **/
/** ------- HOME ------- **/
.hero-banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hero-banner .text-box {
  padding: 3rem;
  position: absolute;
  left: 50%;
  background-color: #FFF3E3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  height: 443px;
  width: 643px;
}
.hero-banner .text-box p:first-child {
  color: #333333;
  font-size: 16px;
  font-family: "PoppinsSemiBold";
  text-transform: capitalize;
}
.hero-banner .text-box h1 {
  text-transform: capitalize;
  font-family: "PoppinsBold";
  font-size: 52px;
  color: #B88E2F;
}
.hero-banner .text-box p:nth-child(3) {
  color: #333333;
  font-size: 18px;
  font-family: "PoppinsMedium";
  padding-bottom: 2rem;
}

.category {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
}
.category .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 2rem;
}
.category .title h2 {
  font-family: "PoppinsBold";
  font-size: 32px;
  color: #333333;
}
.category .title h2::first-letter {
  text-transform: uppercase;
}
.category .title p {
  font-family: "PoppinsRegular";
  font-size: 20px;
  color: #666666;
}
.category .title p::first-letter {
  text-transform: uppercase;
}
.category .cards-category {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.category .cards-category .cards {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.category .cards-category p {
  font-family: "PoppinsSemiBold";
  font-size: 24px;
  color: #333333;
}
.category .cards-category p::first-letter {
  text-transform: uppercase;
}

.products {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.products .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.products .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 2rem;
}
.products .title h2 {
  color: #3A3A3A;
  font-size: 40px;
  font-family: "PoppinsBold";
}
.products .title h2::first-letter {
  text-transform: uppercase;
}
.products .cards-products {
  display: flex;
  width: 1260px;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 2rem;
  gap: 2.5rem;
}

.rooms {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 2.5rem;
  background-color: #FCF8F3;
}
.rooms .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.rooms .title {
  width: 450px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-right: 1rem;
}
.rooms .title h2 {
  color: #3A3A3A;
  font-size: 40px;
  font-family: "PoppinsBold";
}
.rooms .title p {
  color: #3A3A3A;
  font-size: 16px;
  font-family: "PoppinsMedium";
}
.rooms .title p::first-letter {
  text-transform: uppercase;
}
.rooms .pictures {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}

.furniture {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  width: 100%;
}
.furniture .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 1.5rem;
}
.furniture .title p {
  font-size: 20px;
  font-family: "PoppinsSemiBold";
  color: #616161;
}
.furniture .title p::first-letter {
  text-transform: uppercase;
}
.furniture .title h2 {
  font-size: 40px;
  font-family: "PoppinsBold";
  color: #3A3A3A;
}
.furniture .library {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.furniture .library .container-pictures {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.furniture .library .row {
  display: flex;
  align-items: center;
  gap: 1rem;
}

/** ------- THEMES ------- **/
/** ------- LAYOUT ------- **/
/** ------- ABSTRACTS ------- **/
/** ------- MIXINS ------- **/
/** ------- HEADER ------- **/
header {
  width: 100%;
  height: 100px;
  background-color: #FFFFFF;
}
header .picture-logo .enterprise-logo {
  display: flex;
  gap: 1rem;
}
header .picture-logo img {
  object-fit: cover;
}
header .picture-logo p {
  font-family: "MonserratBold";
  color: #000000;
  font-size: 34px;
}
header .picture-logo p::first-letter {
  text-transform: uppercase;
}
header nav {
  display: flex;
  justify-content: center;
  gap: 15rem;
  align-items: center;
  height: 100%;
  width: 100%;
}
header nav ul {
  display: flex;
  gap: 4rem;
  font-size: 16px;
  font-family: "PoppinsMedium";
}
header nav li {
  list-style: none;
}
header nav li::first-letter {
  text-transform: uppercase;
}
header nav a {
  text-decoration: none;
  color: #000000;
}
header nav .user {
  display: flex;
  gap: 2rem;
}

/** ------- ABSTRACTS ------- **/
/** ------- MIXINS ------- **/
/** ------- FOOTER ------- **/
footer {
  height: 505px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .container {
  border-top: solid 1px rgba(0, 0, 0, 0.1921568627);
  height: 419px;
  width: 1240px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
footer .container .row {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 1rem;
}
footer .text-box {
  width: 285px;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
footer .text-box p:first-child {
  color: #000000;
  font-size: 24px;
  font-family: "PoppinsBold";
}
footer .text-box p:first-child::first-letter {
  text-transform: uppercase;
}
footer .text-box p:last-child {
  color: #9F9F9F;
  font-size: 16px;
  font-family: "PoppinsRegular";
}
footer .links {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
footer .links li {
  list-style: none;
  color: #9F9F9F;
  font-family: "PoppinsMedium";
  font-size: 16px;
}
footer .links li::first-letter {
  text-transform: uppercase;
}
footer .links a {
  text-decoration: none;
  color: #000000;
  font-family: "PoppinsMedium";
  font-size: 16px;
}
footer .help {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
footer .help li {
  list-style: none;
  color: #9F9F9F;
  font-family: "PoppinsMedium";
  font-size: 16px;
}
footer .help li::first-letter {
  text-transform: uppercase;
}
footer .help a {
  text-decoration: none;
  color: #000000;
  font-family: "PoppinsMedium";
  font-size: 16px;
}
footer .newsletter {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
footer .newsletter h3 {
  color: #9F9F9F;
  font-family: "PoppinsMedium";
  font-size: 16px;
}
footer .newsletter h3::first-letter {
  text-transform: uppercase;
}
footer .newsletter form {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
footer .newsletter input {
  border: none;
  border-bottom: solid 1px #000000;
  padding-bottom: 0.4rem;
  width: 12rem;
  text-transform: capitalize;
}
footer .newsletter input::placeholder {
  color: #9F9F9F;
  font-family: "PoppinsRegular";
  font-size: 14px;
}
footer .newsletter button {
  border: none;
  border-bottom: solid 1px #000000;
  padding-bottom: 0.2rem;
  background-color: #FFFFFF;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "PoppinsMedium";
  color: #000000;
}
footer .copyright {
  padding-top: 2rem;
  border-top: solid 1px rgba(0, 0, 0, 0.1921568627);
}
footer .copyright .row-copyright {
  padding-left: 4rem;
}
footer .copyright p {
  color: #000000;
  font-family: "PoppinsRegular";
  font-size: 16px;
}

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