@import url('core/skeleton.css');

/* -------------------------- BODY ------------------- */ 

/* ---------- PART 1 -------------- */
#titlepage {
    height: 139px;  
    padding-top: 80px;
    background: no-repeat center;
}
#titlepage h1 {
    margin: 40px 0 40px 457px;
    text-transform: capitalize;
}

.hero {
  background: url('/images/afm20212022/40.jpg') center/cover no-repeat;
  color: white;
  text-align: center;
  padding: 14rem 2rem 6rem;
  position: relative;
  background-position-y: 16%;
}
.hero h2 {
  font-size: 3rem;
  margin: 0 0 1rem;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.5);
  color: white;
  text-transform: unset;
  font-weight: bold;
}
.hero p {
  font-size: 1.3rem;
  margin-bottom: 2rem;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.5);
}
.hero .btn-donate {
  background: #88302f;
  color: white;
  padding: 1rem 2rem;
  font-size: 1.2rem;
  text-decoration: none;
  border-radius: 8px;
  transition: background 0.3s ease;
}
.hero .btn-donate:hover {
  background: #88302f;
}
.section {
  padding: 1% 0;
  max-width: 1200px;
  margin: 0 auto;
}
.section h3 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 2rem;
  color: #88302f;
}
.cards {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
}
.card-don {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  padding: 2rem;
  text-align: center;
  width: 300px;
}
.card-don h4 {
  margin-bottom: 1rem;
}
.card-don p {
  font-size: 1rem;
}
.donation-section {
  background: #fff;
  padding: 4rem 2rem;
  text-align: center;
  margin-top: 4rem;
}
.donation-section h3 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
  color: #88302f;
}
.donation-section p {
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto 2rem;
}
.donation-form input,
.donation-form textarea {
  padding: 1rem;
  font-size: 1rem;
  width: 250px;
  margin: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-family: 'Lato', sans-serif;
}
.donation-form textarea {
  width: 520px;
  height: 120px;
  resize: vertical;
}
.donation-form button {
  background: #88302f;
  color: white;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 1rem;
  transition: background 0.3s ease;
}
.donation-form button:hover {
  background: #88302f;
}
@media (max-width: 700px) {
  .cards {
    flex-direction: column;
    align-items: center;
  }
  .donation-form input,
  .donation-form textarea {
    width: 90%;
  }
}

.soutenir-card {
  background: #fff;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  max-width: 800px;
  margin: 1% auto;
  text-align: center;
}

.soutenir-card h3 {
  display: block;
  margin: 0 auto 20px auto;
  border-bottom: 1px solid #88302f;
  padding: 0 0 20px 0;
  width: 35%;
}




  @media all and (max-width: 480px) {

    #titlepage h1 {
      margin: 40px 40px 40px 57px;
      text-align: center;
    }

    #intro-content div.wrapper {
      flex-wrap: wrap;
    }

    #intro-content img {
      width: 100%;
    }

    #intro-content article {
      width: 100%;
    }

    strong {
      font-size: 35px;
    }

    #secondary-content article .overlay {
      width: 88% !important;
      opacity: 0.75;
    }

    h4 {
      color: #171717;
    }

    small{
      color: #2d2b2b;
    }
  }
