* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: Montserrat, sans-serif;
    height: 100%;
    background: linear-gradient(to top right, #8B58BB, #EEE0D5, #EBEBED) !important;
    width: 100%;
}

/* Header en desktop */
header {
  display: flex;
  align-items: center;
  width: 90%;
  margin: auto;
    max-width: 1200px;
  justify-content: space-between;
  padding: 12px 20px;
  position: relative;
  z-index: 100;
}

/* Logo */
.logo {
  flex: 0 0 auto;
  max-width: 50px;
}
.logo img {
  width: 100%;
  height: auto;
}

/* Menu de navigation desktop */
.nav_menu {
  display: flex;
  gap: 20px;
  position: static;
  height: auto;
  width: auto;
  background: none;
  box-shadow: none;
  padding: 0;
  transform: none;
  border-left: none;
  overflow: visible;
  transition: none;
  z-index: auto;
}

.nav_menu ul {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav_menu ul li a {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s ease;
}

.nav_menu ul li a:hover {
  color: #8B58BB;
}

/* Langue à droite */
.langue select {
  margin-left: 50px;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  cursor: pointer;
  padding: 30px, 20px;


}

/* Hamburger caché en desktop */
.hamburger {
  display: none;
}


.hero_manuda {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 64px 0 48px 0;
  max-width: 1200px;
  margin: auto;
  min-height: 480px;
  gap: 32px;
}

.hero_left {
  flex: 0 0 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 5vw;
}

.hero_left h1 {
  font-size: 2.8em;
  color: #4C4C4D;
  font-weight: 900;
  margin-bottom: 10px;
  font-family: 'Montserrat', 'Segoe UI', sans-serif;
}

.hero_left h2 {
  font-size: 1.25em;
  color: #D68689;
  margin-bottom: 22px;
  font-style: italic;
  letter-spacing: 1px;
}

.hero_left p {
  font-size: 1.12em;
  color: #604360;
  margin-bottom: 32px;
  line-height: 1.5;
  font-family: 'Quicksand', 'Segoe UI', sans-serif;
}

.hero_btn {
  display: inline-block;
  padding: 15px 36px;
  font-size: 1.1em;
  color: #fff;
  background: linear-gradient(to right, #AF6BC5, #DF95AA);
  border: none;
  border-radius: 24px;
  font-weight: 700;
  text-decoration: none;
  transition: box-shadow 0.2s;
  box-shadow: 0 2px 12px rgba(175,107,197,0.14);
  cursor: pointer;
}

.hero_btn:hover {
  box-shadow: 0 4px 24px rgba(223,149,170,0.17);
  background: linear-gradient(to right, #DF95AA, #AF6BC5);
}

.hero_right {
  flex: 0 0 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero_right img {
  max-width: 380px;
  width: 100%;
  border-radius: 32px;
  box-shadow: 0 6px 28px rgba(175,107,197,0.17);
  object-fit: contain;
}

.hero_left h1,
.hero_left h2 {
  opacity: 0;
  transform: translateY(44px);
  transition: opacity 0.8s cubic-bezier(.2,.65,.6,1), transform 0.9s cubic-bezier(.2,.65,.6,1);
}

.hero_left .animated {
  opacity: 1;
  transform: translateY(0);
}

.process_manuda {
  position: relative;
  padding: 56px 0 40px 0;
  text-align: center;
  overflow: visible;
  z-index: 1;
}

.process_manuda h3 {
  font-size: 2em;
  font-family: 'Montserrat', sans-serif;
  color: #D68689;
  margin-bottom: 35px;
  font-weight: 700;
  letter-spacing: 1px;
}

.process_manuda h4{
  font-size: 1.2em;
  font-family: 'Montserrat', sans-serif;
  color: #D68689;
  margin-bottom: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;

}
.steps {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 38px;
  z-index: 2;
  position: relative;
}

.step {
  background: #F9EFFF;
  border-radius: 24px;
  padding: 40px 28px 36px 28px;
  min-width: 190px;
  max-width: 260px;
  text-align: center;
  box-shadow: 0 4px 22px rgba(139,88,187,0.09);
  transition: transform 0.23s, box-shadow 0.22s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.step:hover {
  transform: translateY(-9px) scale(1.04);
  box-shadow: 0 8px 32px rgba(173, 100, 157, .13);
  background: linear-gradient(110deg, #FCE8F6 90%, #E0CFF7 100%);
}

.icon {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF4FD;
  border-radius: 50%;
  margin-bottom: 16px;
  box-shadow: 0 2px 8px rgba(175,107,197,0.05);
  overflow: hidden;
}
.icon img {
  width: 38px;
  height: 38px;
  display: block;
}

.arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
}

.arrow img {
  width: 40px;
  height: 140x;
  filter: drop-shadow(0 2px 10px #DDCCE3);
}

.process-background {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 72vw;
  height: 260px;
  background: radial-gradient(circle, #FEEAFE 30%, #F2EDFB 100%);
  transform: translate(-50%, -50%);
  filter: blur(14px) opacity(0.36);
  z-index: 0;
  pointer-events: none;
}

.highlight_side {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 60%;
  margin: 48px auto 0 auto;
  background: linear-gradient(110deg, #F9EFFF 86%, #D6F7F0 100%);
  border-radius: 34px;
  box-shadow: 0 6px 24px rgba(139,88,187,0.09);
  padding: 28px 18px;
  border: 1.5px solid #E0CFF7;
  gap: 30px;
  position: relative;
}

.highlight_image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px; height: 200px;
  background: #E0CFF7;
  border-radius: 50%;
  box-shadow: 0 1px 12px rgba(175,107,197,.09);
  flex-shrink: 0;
  overflow: hidden;
}
.highlight_image img {
  width: 200px;
  height: 200px;
  object-fit: contain;
  border-radius: 10px;
}

.highlight_text {
  flex: 1;
  text-align: left;
}

.highlight_text h5 {
  font-size: 1.16em;
  font-family: 'Montserrat', sans-serif;
  color: #D68689;
  font-weight: 800;
  margin-bottom: 10px;
  margin-top: 0;
  letter-spacing: 0.4px;
}

.highlight_text p {
  font-size: 1.07em;
  color: #4C4C4D;
  font-family: 'Quicksand', 'Segoe UI', sans-serif;
  margin: 0;
  line-height: 1.5;
}

.highlight_color {
  color: #AE79A7;
  font-weight: 700;
}

.fade_in {
  animation: fadeInBox 1.25s ease forwards;
  opacity: 0;
}
@keyframes fadeInBox {
  from { opacity: 0; transform: translateY(22px);}
  to   { opacity: 1; transform: translateY(0);}
}

.banner_marquee {
  width: 100vw;
  overflow: hidden;
  background: linear-gradient(to right, #EFE2F8 40%, #F6FAFF 100%);
  border-top: 0px solid #DF95AA;
  border-bottom: 2px solid #DF95AA;
  padding: 9px 0;
  position: relative;
  margin-bottom: 25px;
  z-index: 10;
}
.marquee_inner {
  display: flex;
  font-size: 1.06em;
  font-family: 'Quicksand', 'Montserrat', sans-serif;
  color: #AF6BC5;
  white-space: nowrap;
  animation: marquee-loop 32s linear infinite;
  align-items: center;
  gap: 22px;
}
@keyframes marquee-loop {
  from { transform: translateX(0); }
  to { transform: translateX(-48%); }
}

.why-polish-products {
  background: rgba(255, 243, 248, 0.72); /* overlay pastel semi-transparent */
  border-radius: 36px;
  max-width: 780px;
  margin: 40px auto;
  box-shadow: 0 8px 32px rgba(139, 88, 187, 0.12); /* ombre très douce violet pastel */
  padding: 36px 36px 30px 36px;
  position: relative;
}

.section-content h2 {
  font-size: 2.1em;
  font-family: 'Montserrat', 'Segoe UI', sans-serif;
  color: #D68689;
  text-align: center;
  margin-bottom: 22px;
  font-weight: 700;
  letter-spacing: 1px;
}

.section-content h3 {
  font-size: 1.1em;
  margin-top: 32px;
  margin-bottom: 12px;
  color: #D68689;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0.5px;
}

.section-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 12px;
}

.section-content ul > li {
  background: linear-gradient(to right, #EBEBED 60%, #EDEDED 100%);
  border-radius: 16px;
  margin-bottom: 8px;
  padding: 13px 20px;
  font-size: 1em;
  color: #5C3B65;
  font-family: 'Quicksand', 'Segoe UI', sans-serif;
  box-shadow: 0 2px 8px rgba(173, 100, 157, 0.04);
  transition: background 0.3s;
}

.section-content ul > li:hover {
  background: linear-gradient(to right, #DCC6E0 60%, #EBEBED 100%);
}

.title_main_page, .why-polish-products, .section-content {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  /* ou bien margin: 40px auto; pour ajouter du haut/bas */
}

.why-polish-products, .section-content {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
}

.offer_section {
  margin: 62px auto 34px auto;
  padding-bottom: 18px;
  max-width: 980px;
  text-align: center;
}

.offer_section h3 {
  font-size: 2em;
  color: #D68689;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  margin-bottom: 38px;
  letter-spacing: 1px;
}

.offer_cards {
  display: flex;
  gap: 32px;
  justify-content: center;
  margin-top: 8px;
  flex-wrap: wrap;
}

.offer_card {
  background: linear-gradient(122deg, #F9EFFF 90%, #D6F7F0 100%);
  box-shadow: 0 4px 14px rgba(139,88,187,0.09);
  border-radius: 28px;
  padding: 32px 24px 24px 24px;
  min-width: 230px;
  max-width: 290px;
  transition: transform 0.23s, box-shadow 0.21s;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 12px;
}

.offer_card:hover {
  transform: translateY(-7px) scale(1.04);
  box-shadow: 0 8px 34px rgba(173, 100, 157, .14);
}

.offer_icon {
  width: 62px;
  height: 62px;
  background: #E0CFF7;
  border-radius: 900px;
  box-shadow: 0 1px 12px rgba(175,107,197,.09);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  overflow:hidden;
}
.offer_icon img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  border-radius: 10px;
}

.offer_card h4 {
  font-size: 1.16em;
  color: #D68689;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 0;
  letter-spacing: 0.5px;
}

.offer_card p {
  font-size: 1.01em;
  color: #4C4C4D;
  font-family: 'Quicksand', 'Segoe UI', sans-serif;
  margin: 0;
  text-align: center;
  line-height: 1.4;
}

.contact_section {
  max-width: 960px;
  margin: 72px auto 60px auto;
  padding: 24px 20px;
  background: linear-gradient(122deg, #F9EFFF 90%, #D6F7F0 100%);
  border-radius: 32px;
  box-shadow: 0 6px 28px rgba(139, 88, 187, 0.12);
  font-family: 'Quicksand', 'Segoe UI', sans-serif;
  color: #604360;
  text-align: center;
}

.contact_section h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 2.2em;
  color: #D68689;
  margin-bottom: 42px;
  letter-spacing: 1.2px;
}

.contact_content {
  display: flex;
  gap: 48px;
  justify-content: center;
  flex-wrap: wrap;
}

.contact_form {
  flex: 1 1 400px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact_form label {
  text-align: left;
  font-weight: 700;
  font-size: 1em;
  margin-bottom: 6px;
  color: #AD649D;
}

.contact_form input,
.contact_form textarea {
  padding: 12px 16px;
  border: 1.5px solid #EDEDED;
  border-radius: 16px;
  font-size: 1em;
  font-family: inherit;
  transition: border-color 0.3s ease;
  resize: vertical;
}

.contact_form input:focus,
.contact_form textarea:focus {
  border-color: #AB5BBE;
  outline: none;
}

.contact_form button {
  margin-top: 12px;
  padding: 14px 24px;
  background: linear-gradient(to right, #AE79A7, #D68689);
  border: none;
  border-radius: 24px;
  color: white;
  font-weight: 700;
  font-size: 1.1em;
  cursor: pointer;
  transition: box-shadow 0.3s;
}

.contact_form button:hover {
  box-shadow: 0 8px 20px rgba(174, 121, 179, 0.44);
}

.contact_info {
  flex: 0 1 320px;
  text-align: left;
  font-size: 1.06em;
  color: #5B3E6B;
}

.contact_info h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  margin-bottom: 20px;
  color: #4C4C4D;
  font-size: 1.4em;
}

.contact_info p {
  margin-bottom: 16px;
}

.contact_info a {
  color: #AE79A7;
  text-decoration: none;
  font-weight: 600;
}

.contact_info a:hover {
  text-decoration: underline;
}

.form_check_consent {
  margin-top: 20px;
  font-family: 'Quicksand', 'Segoe UI', sans-serif;
  font-size: 0.95em;
  color: #604360;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 10px;
}

.form_check_consent input[type="checkbox"] {
  transform: scale(1.2);
  cursor: pointer;
  accent-color: #AE79A7; /* couleur pastel pour la case cochée */
}

.form_check_consent label {
  cursor: pointer;
  line-height: 1.3;
}

.form_check_consent a {
  color: #AD649D;
  font-weight: 700;
  text-decoration: none;
}

.form_check_consent a:hover {
  text-decoration: underline;
}

.footer_manuda {
  background: linear-gradient(to right, #F3E8F6, #E2F0F7);
  padding: 48px 24px 20px 24px;
  color: #755B8F;
  font-family: 'Quicksand', 'Segoe UI', sans-serif;
  font-size: 0.95em;
}

.footer_top {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto 16px auto;
  flex-wrap: wrap;
  gap: 24px;
  color: #6C5179;
}

.footer_logo {
  width: 220px;
  text-align: center;
  color: #8D73B3;
}

.footer_logo img {
  width: 140px;
  margin-bottom: 6px;
}

.footer_logo p {
  font-style: italic;
  font-weight: 700;
  letter-spacing: 1px;
}

.footer_nav ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  padding: 0;
  margin: 22px 0 0 0;
}

.footer_nav ul li a {
  color: #6C5179;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.footer_nav ul li a:hover {
  color: #AD85C3;
}

.footer_contact {
  max-width: 280px;
  color: #5A446B;
}

.footer_contact p {
  margin-bottom: 14px;
  font-weight: 600;
}

.footer_contact a {
  color: #936CB2;
  text-decoration: none;
}

.footer_contact a:hover {
  text-decoration: underline;
}

.footer_socials {
  display: flex;
  gap: 18px;
  margin-top: 8px;
  justify-content: flex-start;
}

.footer_socials a img {
  width: 28px;
  height: 28px;
  filter: drop-shadow(0 1px 3px rgba(140,88,189,0.58));
  transition: filter 0.3s ease;
}

.footer_socials a:hover img {
  filter: drop-shadow(0 3px 8px rgba(140,88,189,0.9));
}

.footer_bottom {
  border-top: 1px solid #D7CFE4;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  padding: 16px 10px 12px 10px;
  text-align: center;
  color: #7B6A9D;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 0.9em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 18px;
}

.footer_legal_nav ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding: 0;
  margin: 0;
}

.footer_legal_nav ul li a {
  color: #7B6A9D;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer_legal_nav ul li a:hover {
  color: #AF6BC5;
  text-decoration: underline;
}



