@import url('https://fonts.googleapis.com/css2?family=Krub:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

body {
    font-family: 'Krub', sans-serif;
    color: #5e8c8c;
}

* {
  text-decoration: none;
  list-style: none;
  font-family: 'Krub', sans-serif;
  margin: 0;
}


.header {
    text-decoration: none;
}




/* Conteneur principal */
.contre-la-maladie {
  background-color: #5E8C8C;
  color: #f2f2f2;
  padding: 60px 20px;
  text-align: center;
}

/* Titre */
.contre-la-leucemie {
  font-size: 42px;
  margin-bottom: 20px;
  font-weight: bold;
}

/* Texte sous le titre */
.contre-la-maladie h4 {
  font-size: 20px;
  margin: 10px 0;
  line-height: 1.5;
}

/* Image */
.contre-la-maladie img {
  max-width: 50%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 30px;
}

/* Bouton */
.contre-la-maladie .btn-inscription {
  display: inline-block;
  padding: 15px 30px;
  margin-top: 30px;
  background-color: #FF4C4C;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 8px;
  transition: transform 0.2s, background-color 0.2s;
}

.contre-la-maladie .btn-inscription:hover {
  background-color: #e04343;
  transform: scale(1.05);
}


/* ============ Notre Histoire Section ============ */

.notre-histoire-section {
  display: flex;
  align-items: center;
  gap: 40px;
  background-color: #f2f2f2;
  padding: 40px;
}

.notre-histoire-img {
  flex: 1 1 40%;
  max-width: 450px;
  width: 100%;
  border-radius: 10px;
}

.notre-histoire-text {
  flex: 1 1 60%;
  display: flex;
  flex-direction: column;
}

.notre-histoire-text h1 {
  font-size: 42px;
  margin-bottom: 15px;
  text-align: center;
}

.notre-histoire-text p {
  line-height: 1.6;
  font-size: large;
  margin-top: 15px;
}


.notre-histoire-buttun{
  margin-top: 20px;        
  padding: 10px 20px;      
  background-color: #5E8C8C;
  font-family: inherit;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 20px;
  transition: transform 0.2s, background-color 0.2s;
}

.notre-histoire-buttun button:hover {
  background-color: #497070; 
  transform: translateY(-2px);
}


.nous-soutenir-img {
  flex: 1 1 45%;           
  max-width: 350px;
  max-height: 800px;
  border-radius: 10px;     
}

.img-serre-de-main {
  display: flex;
  flex: 1;
  justify-self: flex-end;
  border-radius: 10px;
}

.nous-soutenir-index {
  background-color: #5E8C8C;
  color: #f2f2f2;
  columns: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.text-nous-soutenir {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.nous-soutenir-text {
  font-size: 42px;
  align-self: center;
  display: flex;
}

.details-nous-soutenir-text {
  font-size: 20px;
  align-self: center;
}

.btn-nous-soutenir {
  background-image: none;
  letter-spacing: 1px;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 600;

  margin: 50px 0 50px;   

  padding: 19px 81px 19px 71px;
  border: none;
  background-color: #f2f2f2;
  border-radius: 25px;

  cursor: pointer;
  color: #5E8C8C;
  font-family: inherit;
  align-self: center;
}


/* ======= Responsive ======= */
/* Tablettes */
@media screen and (max-width: 1024px) {

   NOTRE HISTOIRE 
  .notre-histoire-section {
    flex-direction: column;
    text-align: center;
  }

  .nous-soutenir-img {
    width: 100%;
    max-width: 600px;
  }

  .notre-histoire-text {
    align-items: center;
  }

  .notre-histoire-text h1 {
    font-size: 34px;
  }

  .notre-histoire-text p {
    font-size: 16px;
  }

  .nous-soutenir-index {
    flex-direction: column;
    text-align: center;
    padding: 30px 15px;
  }

  .details-nous-soutenir-text {
    margin-left: 0;
    font-size: 16px;
  }

  .btn-nous-soutenir {
    margin: 20px auto;
  }

  .notre-histoire-section {
    flex-direction: column;
    text-align: center;
  }

  .notre-histoire-text h1 {
    text-align: center;
  }

}

/* Smartphones */
@media screen and (max-width: 768px) {


  .notre-histoire-text h1 {
    font-size: 28px;
  }

  .notre-histoire-text p {
    font-size: 15px;
  }

  .nous-soutenir-img {
    width: 100%;
  }


  .nous-soutenir-text {
    font-size: 28px;
  }

  .details-nous-soutenir-text {
    font-size: 15px;
  }

  .btn-nous-soutenir {
    padding: 12px 25px;
    font-size: 0.95rem;
  }
}

/* Très petits écrans */
@media screen and (max-width: 480px) {

  .notre-histoire-section {
    padding: 10px;
  }

  .notre-histoire-text h1 {
    font-size: 24px;
  }

  .notre-histoire-text p {
    font-size: 14px;
  }

  .nous-soutenir-text {
    font-size: 24px;
  }

  .details-nous-soutenir-text {
    font-size: 14px;
  }

  .btn-nous-soutenir {
    padding: 10px 20px;
    font-size: 0.85rem;
  }
}
