* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: white;
  font-family: 'Soft-Elegance';
}


/* IMPORTATION */
@font-face {
  font-family: 'Soft-Elegance';
  src: url('../polices/Soft-Elegance.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'nexa-heavy-webfont';
  src: url('../polices/nexa-heavy-webfont.eot') format('embedded-opentype'),
       url('../polices/nexa-heavy-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Good Brush';
  src: url('../polices/Mayonice.eot') format('embedded-opentype'),
       url('../polices/Good Brush.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* TITRES ET PARAGRAPHES */
h1 {
  font-family: 'nexa-heavy-webfont', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 30px;
}
h2 {
  font-family: 'nexa-heavy-webfont', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 40px;
  text-align: center;
  margin-bottom: 20px;
}
h2:not(.no-gradient) {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 3.2em;
  line-height: 48px;
  padding-bottom: 48px;
  background: linear-gradient(to right, #f4524d 0%, #5543ca 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
h3 {
  font-family: 'Soft-Elegance', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 25px;
}
p {
  text-align: justify;
  font-size: 17px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Soft-Elegance', sans-serif;
  font-weight: 400;
}

/* BARRE TETE */
.navbar {
  display: flex;
  align-items: center;
  padding: 0 10px;
  background-color: #a900a2;
  border-bottom: 2px solid #ccc;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.navbar-logo a {
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-left: 30px;
}
.navbar-menu {
  display: flex;
  list-style: none;
  margin-left: auto;
}
.navbar-item a {
  display: block;
  padding: 1rem;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  transition: background-color 0.3s;
    text-transform: uppercase;
}
.navbar-item a:hover {
  background-color: #ECB7FF;
  color: #000;
}
.navbar-toggle {
  display: none;
  margin-left: auto;
  margin-right: 20px;
  font-size: 30px;
  cursor: pointer;
  color: #fff;
}

/* SLIDE */
.slider-container {
  position: relative;
  width: 100%;
  height: 40rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.fixed-titles {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  z-index: 2;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
  margin-right: 50px;
  margin-top: 50px;
}
.slider-logo {
  max-width: 600px;
  height: auto;
  display: block;
  margin: -200px auto;
}
.cta-button {
  display: inline-block;
  margin-top: 40px;
  margin-left: 400px;
  padding: 10px 20px;
  background-color: #a900a2;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 25px;
  border-radius: 15px;
  transition: background-color 0.3s ease;
}
.cta-button:hover {
  background-color: #ff60f9;
}
.slider {
  position: relative;
  width: 200%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  animation: 10s cubic-bezier(1, 0.95, 0.565, 1) sliding infinite;
}
.slide {
  position: relative;
  min-width: 100%;
  height: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
@keyframes sliding {
  0% {
    transform: translateX(0%);
  }
  40% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(-100%);
  }
  90% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
.slider-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px; /* ajustez la hauteur totale du séparateur si besoin */
  background: linear-gradient(to top, #fff 5px, rgba(0,0,0,0) 50px);
  pointer-events: none; /* pour ne pas interférer avec les clics */
}

/* EXPLOREZ NOTRE UNIVERS */
.accordion-item input[type="radio"] {
  display: none;
}
.accordion-section {
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
}
.accordion-container {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 10px;
}
.accordion-flex {
  display: flex;
  align-items: center;
}
.accordion {
  width: 100%;
}
.accordion-item {
  background-color: #fff;
}
.accordion-item hr {
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.accordion-link {
  font-size: 1.6rem;
  color: rgba(0, 0, 0, 0.8);
  background-color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  cursor: pointer;
}
.accordion-link h3 {
  font-weight: 500;
  font-size: 20px;
  color: #000;
}
.accordion-link .arrow-up {
	display: none;
	width: 20px;
}
.accordion-link .arrow-down {
	display: inline-block;
	  width: 20px;
}
.accordion-link i {
  color: #000;
  font-size: 24px;
  display: inline-block;
}
.accordion-answer {
  max-height: 0;
  overflow: hidden;
  background-color: #fff;
  transition: max-height 650ms ease;
}
.accordion-answer p {
	font-style: italic;
	margin-left: 100px;
	margin-right: 100px;
	margin-bottom: 30px;
}
.accordion-item input[type="radio"]:checked ~ .accordion-answer {
  max-height: 1000px;
}
.accordion-item input[type="radio"]:checked ~ .accordion-link .arrow-down {
  display: none;
}
.accordion-item input[type="radio"]:checked ~ .accordion-link .arrow-up {
  display: inline-block;
  color: #000;
  font-size: 24px;
}
.icon-social {
  width: 1.5rem;
  height: auto;
  vertical-align: middle;
}

/* OFFRES ET NOUVEAUTÉS */
.products-section { 
  padding: 50px;
  background-color: #F0F0F0;
}
.products-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.product {
  position: relative;
  width: 400px;
  padding: 40px;
  border-radius: 8px;
  background-color: #fff;
  transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 30px 25px -20px rgba(0, 0, 0, 0.15);
}
.product__image {
  width: 100%;
  display: block;
  margin: 0 auto 30px;
  object-fit: cover;
}
.product__title {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #000;
  margin: 0 0 0.5em 0;
  line-height: 1.1;
}
.product__price {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -30px;
  left: -30px;
  width: 100px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.95);
  color: #fff;
  border-radius: 50%;
  font-family: Good Brush;
  font-size: 35px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-weight: 800;
}
.product__price img.icon-price {
  width: auto;
  height: 20px;
  margin-top: -20px;
}
.product__category {
  display: block;
  color: #cf092c;
  margin-bottom: 20px;
  font-size: 15px;
  letter-spacing: 1.4px;
  font-weight: 700;
}
.form-field {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.modal-overlay.active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal {
  background: #fff;
  max-width: 1000px;
  width: 90%;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}
.modal-header {
  background: linear-gradient(to right, #f4524d, #5543ca);
  color: #fff;
  padding: 15px;
  font-size: 1.5em;
  text-align: center;
}
.modal-body {
  padding: 20px;
  font-size: 16px;
  color: #333;
  max-height: 600px;
  overflow-y: auto;
}
.modal-footer {
  padding: 10px;
  text-align: right;
  background: #f1f1f1;
}
.modal-footer button {
  background: #a900a2;
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.3s;
}
.modal-footer p {
  margin: -2px 0 auto;
}
.modal-footer button:hover {
  background: #560053;
}

/* CONTACTEZ-NOUS */
.form {
  max-width: 1300px;
  margin: 50px auto;
  position: relative;
  padding: 0 20px;
}
.social-icons {
  margin: 20px auto 60px;
  padding: 0;
  display: flex;
  justify-content: center;
}
.social-icons li a {
  display: block;
  position: relative;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  margin: 0 30px;
  transition: 0.5s;
}
.social-icons li a span {
  position: absolute;
  transition: transform 0.5s;
}
.social-icons li a span:nth-child(1),
.social-icons li a span:nth-child(3) {
  width: 100%;
  height: 3px;
  background: #5543ca;
}
.social-icons li a span:nth-child(1) {
  top: 0;
  left: 0;
  transform-origin: right;
}
.social-icons li a:hover span:nth-child(1) {
  transform: scaleX(0);
  transform-origin: left;
}
.social-icons li a span:nth-child(3) {
  bottom: 0;
  left: 0;
  transform-origin: left;
}
.social-icons li a:hover span:nth-child(3) {
  transform: scaleX(0);
  transform-origin: right;
}
.social-icons li a span:nth-child(2),
.social-icons li a span:nth-child(4) {
  width: 3px;
  height: 100%;
  background: #5543ca;
}
.social-icons li a span:nth-child(2) {
  top: 0;
  left: 0;
  transform: scale(0);
  transform-origin: bottom;
}
.social-icons li a:hover span:nth-child(2) {
  transform: scale(1);
  transform-origin: top;
}
.social-icons li a span:nth-child(4) {
  top: 0;
  right: 0;
  transform: scale(0);
  transform-origin: top;
}
.social-icons li a:hover span:nth-child(4) {
  transform: scale(1);
  transform-origin: bottom;
}
.social-icons li a:hover {
  color: #eb23ff;
}
.social-icons li a:hover span {
  background: #eb23ff;
}
.icon-social {
	width: 50px;
	height: auto;
}
.social-description {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.5s ease, margin 0.5s ease;
  text-align: center;
  margin: -30px;
  font-size: 40px;
  color: #eb23ff;
  font-weight: 700;
}
.social-description.active {
  max-height: 150px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 5px auto 20px;
}
.contact-form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 50px;
}
.icon-form {
	width: auto;
	height: 20px;
	margin-top: 5px;
	margin-right: 5px;
}
.contact-form .form-field {
  position: relative;
  margin-top: 20px;
  flex: 1 1 45%;
  min-width: 200px;
}
.contact-form .form-field.full-width {
  flex: 1 1 100%;
}
.contact-form .input-text {
  display: block;
  width: 100%;
  height: 36px;
  border: none;
  border-bottom: 2px solid #5543ca;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  background: transparent;
}
.contact-form .input-text:focus {
  outline: none;
}
.contact-form .input-text:focus + .label,
.contact-form .input-text:not(:placeholder-shown) + .label {
  transform: translateY(-24px);
}
.contact-form .label {
  position: absolute;
  left: 20px;
  bottom: 11px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #5543ca;
  cursor: text;
  transition: transform 0.2s ease-in-out;
}
.contact-form .label i {
  margin-right: 8px;
  font-size: 18px;
  color: #5543ca;
}
.contact-form textarea.input-text {
  min-height: 100px;
  overflow: hidden;
  resize: none;
  padding-top: 12px;
}
.contact-form textarea.input-text + .label {
  position: absolute;
  top: 10px;
  left: 20px;
  bottom: auto;
  transform: none;
}
.contact-form .submit-btn {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 20px auto;
  padding: 15px 20px;
  background-color: #000;
  background-image: linear-gradient(125deg, #a72879, #064497);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 20px;
  font-weight: 500;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
  transition: background 0.3s ease, opacity 0.3s ease;
}
.contact-form .submit-btn:hover {
  opacity: 0.9;
}

/*CONFIRMATION*/
.container-confirmation {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 100px 10px;
}

/*MENTIONS LEGALES*/
.container-mentionslegales {
	width: 70%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 100px 10px;
}

/* TÉMOIGNAGE ET AVIS */
.reviews-section {
  background-color: #F9FAFB;
  padding: 3rem 1rem;
}
.container {
	max-width: 1200px;
	margin: 0 auto;
}
.header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
.header-text {
	margin: 0 auto;
}
.reviews-grid {
	margin-top: 2rem;
	display: grid;
	gap: 1rem;
	grid-template-columns: 1fr;
}
.review {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 1.5rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.review:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.stars {
  display: flex;
  gap: 0.125rem;
  color: #7b0091;
}
.icon-star {
	width: 1.25rem;
	height: 1.25rem;
}
.review-text {
  margin-top: 1rem;
}
.review-desc {
	margin-top: 1rem;
	line-height: 1.75;
	color: #000;
	font-weight: bold;
	text-align: justify;
}
.review-footer {
  margin-top: 1.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #000;
}
.container-review-btn {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 400px;
  text-align: center;
}
.review-btn {
  margin-top: 1.5rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  border: 1px solid #bc00de;
  border-radius: 9999px;
  color: #bc00de;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
.review-btn:hover {
  background-color: #bc00de;
  color: #ffffff;
}
.icon-review-btn{
  width: 16px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}


/* BARRE PIED */
.footer {
  background-color: #e5e5e5;
  padding: 5px 0;
}
.footer-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
}
.footer-links ul {
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
}
.footer-links a {
  text-decoration: none;
  font-size: 16px;
  color: inherit;
}
.rights-reserved p {
  font-size: 14px;
  margin: 0;
}





@media (max-width: 900px) {
	
  /* NAVIGATION */
  .navbar {
    height: 50px;
  }
  .navbar-logo a {
    font-size: 20px;
    margin-left: 20px;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-menu {
    display: none;
    flex-direction: column;
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 50px;
    left: 0;
    border-top: 1px solid #ccc;
  }
  .navbar-menu.active {
    display: flex;
  }
  .navbar-item a {
    padding: 1rem;
    border-bottom: 1px solid #ccc;
	color: #000;
  }

  /* SLIDER */
  .slider-container {
    height: 250px;
  }
  .fixed-titles {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
    margin: 0;
  }
  .slider-logo {
    max-width: auto;
    height: 200px;
    display: block;
    margin: 50px 0 auto;
	margin-left: 60px; 
  }
  .cta-button {
    display: none;
  }
  
  /* ACCORDEON */
  .accordion-section {
    padding: 30px;
  }
  .accordion-link h3 {
    font-size: 18px;
  }
  .accordion-answer p {
	margin-left: 5%;
	margin-right: 5%;
  }
  
  /* PRODUITS */
  .products-section {
    padding: 30px;
  }
  .products-container {
    flex-direction: column;
    align-items: center;
  }
  .product {
    width: 90%;
    margin-bottom: 30px;
  }
  
  /* MODULE CHECKOUT */
  .checkout-container {
    grid-template-columns: 1fr;
    max-width: 90%;
    margin: 30px auto;
  }
  .checkout-left,
  .checkout-right {
    width: 100%;
  }
  .text-box {
    padding: 15px;
  }
  .price-summary {
    margin: -40px auto 20px;
    min-width: 300px;
  }
  
  /* FORMULAIRE CONTACT */
  .form {
    padding: 0 15px;
  }
  .contact-form .form-field {
    flex: 1 1 100%;
  }
  .social-icons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
	gap: 20px;
    justify-items: center;
  }
  
  /* MODAL */
  .modal {
    width: 90%;
  }
  
  /* FOOTER */
  .footer-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .footer-links ul {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
  .rights-reserved p {
    text-align: center;
  }

}

