
/* fonts */

@import url('https://fonts.googleapis.com/css2?family=Merienda:wght@300..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Outfit:wght@100..900&display=swap');









/* General reset */

* {
    font-family: "Outfit", serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
  }


/* font - styling */





/* tag - styling */



h1 {
  color: #620062;
  font-size: 28px;
}

h1:hover {
  cursor: pointer;
}

h2 {
  color: #620062;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: left;
}

h3 {
  font-weight: 600;
  color: #6c727a;
  margin-bottom: 15px;
}

p {
  
  font-size: 16px;
  color: #3a3f44;
  line-height: 1.5;
  text-align: justify;
  padding-bottom: 40px;
  padding-top: 15px;
}

strong {
  font-weight: bold;
  color: rgb(46, 50, 58);
}





  
/* list - styling */

ul {
  list-style: none; /* Remove default bullets */
}




  /* Base styles */


  body {

    color: #000000;
    max-width: 600px;
    margin: auto;
    overflow: visible !important;
  }


  .wrapper {
    max-width: 600px;
    margin: auto;
    background-color: #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}
  
  /* Header */
  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    padding-bottom: 17px;
    background: rgba(255, 255, 255, 0.252);
    backdrop-filter: blur(2px);
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 600px;
    z-index: 10;
  }

  
  /* Menu Icon (burger) */
  .menu-icon {
    font-size: 28px;
    color: #620062;
    cursor: pointer;
    transition: transform 0.3s ease;
  }
  
  /* Full-page Menu */
  .full-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.95);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: transform 0.3s ease-in-out;
    transform: translateY(-100%);
    z-index: 100;
  }
  
  .full-menu.active {
    transform: translateY(0);
  }
  
  .full-menu ul {
    list-style: none;
    padding: 0;
    text-align: center;
  }
  
  .full-menu li {
    margin: 20px 0;
  }
  
  .full-menu a {
    font-size: 24px;
    font-weight: bold;
    color: #620062;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .full-menu a:hover {
    color: #850085;
  }
  
  /* Hide menu icon when menu is open */
  .full-menu.active ~ header .menu-icon {
    display: none;
  }
  
  /* Close Menu (X button) */
  .close-menu {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 32px;
    font-weight: 200;
    cursor: pointer;
    color: #620062;
    transition: transform 0.3s ease, color 0.3s ease;
  }
  
  .close-menu:hover {
    color: #850085;
    transform: rotate(90deg);
  }
  
  /* Hero Section */
  .hero {
    position: relative;
    text-align: center;
  }
  
  .hero img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  /* Content Sections */
  .content {
    background: #fff;
    padding: 20px;
    margin: 0 auto 20px;
    max-width: 600px;
    text-align: left;
    position: relative;
    z-index: 2;
  }
  
  
  /* Contact Section */
  .content-section {
    padding: 20px 40px 0 25px;
    text-align: center;
  }

  
  .contact-info {
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
    padding: 5%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  
  .contact-info a, .contact-info li {
    display:flex;
    align-items: center;
    color: #620062;
    font-size: 16px;
    font-weight: medium;
    text-align: start;

  }

  .contact-info p :hover {
    cursor: pointer;
    color: black;
  }
  
  .icon-list {
    height: 15px;
    position:relative;
    left: -20px;
  }

  .icon-contact {
    height: 20px;
    margin-right: 15px;
  }
  
  .contact-btn {
    padding: 20px 15px;
    background-color: transparent;
    color: #620062ce;
    border: 3px solid #62006269;
    border-radius: 12px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    text-align: center;
  }
  
  .contact-btn:hover {
    background-color: #f5e6f752;
    border-color: #6200629e;
  }
  
  /* Image Section */
  .image-section {
    text-align: center;
    padding: 40px 20px;
    background-color: #66c9dd15;
    margin: 20px;
  }
  
  #postnatal {
    background-color: #9666dd1a;
  }
  
  .image-section img {
    max-width: 70%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    margin: auto;
    margin-bottom: 20px;
  }
  
  .image-section p {
    display: block;
    align-self: center;
    max-width: 90%;
    background-color: white;
    padding: 25px 50px;
    margin: auto 0 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.066);
  }
  
  #prenatal-img {
    margin-left: 8%;
  }
  
  #postnatal-img {
    margin-right: 8%;
    background-color: white;
  }
  
  #suivi {
    background-color: #10859419;
  }
  
  .image-section .btn {
    display: inline-block;
    padding: 12px 20px;
    background-color: #620062;
    color: white;
    letter-spacing: 0.8px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
  }
  
  .image-section .btn:hover {
    background-color: #850085;
    text-decoration: underline;
    cursor: pointer;
  }
  
  /* Footer */
  footer {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(2px);
    text-align: center;
    padding: 10px;
    font-size: 14px;
    color: #620062;
    margin-top: 30px;
    padding-bottom: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    bottom: 0;
  }
  
  footer a {
    color: #620062;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
  }
  
  footer a:hover {
    text-decoration: underline;
  }


  
  /* Content Pages */

  
  #suivi-photo,
  #postnatal-photo,
  #prenatal-photo,
  #specialite-photo {
    background-color: white;
    width: 100%;
    max-width: 600px;
  }

  #subpages-hero-image {
    margin-bottom: 25px;
  }
  
  /* Legal Notice */
  #legal-notice h2 {
    margin-top: 70px;
  }
  