/* Reset / base */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Arial', sans-serif;
  color: #222;
  background: #fce8b3;
  line-height: 1.5;
}

/* Header */
header {
  text-align: center;
  padding: 20px;
  background: #f5c74b; /* une couleur “chaude / rouge brique” comme pour l’aventure / solidarité */
  color: white;
}

.titre{
  margin: 20px;
  text-align: center;
}

.subtitle {
  margin-top: -10px;
  font-size: 1.2rem;
  opacity: 0.9;
}

/* Présentation */
#presentation {
  max-width: 900px;
  margin: auto;
}

.photos {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: 30px 0;
  flex-wrap: wrap;
}

.person {
  text-align: center;
}

.person img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #f5c74b;
}

.logo img {
  width: 180px;
  height: 180px;
  object-fit: cover;
}

.name {
  margin-top: 10px;
  font-weight: bold;
}

.text {
  font-size: 1.1rem;
  margin-top: 20px;
  text-align: center;
}

.insta {
  font-weight: 600;
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.insta:hover {
  opacity: 0.7;
}

.objectifs {
  text-align: left;
  padding: 40px 20px;
}

/* Liens Boutons */
.links {
  text-align: center;
  padding: 40px 20px;
}

.buttons {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
  margin-top: 20px;
  padding: 20px;
  width: auto;
  margin: auto;
}

.btn {
  padding: 12px 25px;
  text-decoration: none;
  color: white;
  background: #555;
  border-radius: 8px;
  font-size: 1.1rem;
  transition: transform 0.3s, background 0.3s;
  margin : auto;
}

.btn:hover {
  transform: scale(1.05);
  background: #444;
}

.highlight {
  background: #f5c74b;
}

.highlight:hover {
  background: #07286E;
}

.sous-texte{
  font-size: smaller;
  max-width: 300px;
  margin: 10px auto;
}

.don-info {
  padding: 20px 25px;
  margin: 40px auto;
  max-width: 800px;
  border-radius: 8px;
}

.don-info h3 {
  margin-top: 0;
  font-size: larger;
  color: #07286E;
  text-align: center;
}

.don-info .accroche {
  text-align: center;
  margin-bottom: 20px;
}

.exemple {
  background: #d0d0d0ac;
  border: 2px solid #f0d7b1;
  padding: 15px;
  border-radius: 6px;
  margin-bottom: 20px;
}

.exemple p {
  margin: 6px 0;
}

.cout-reel .highlight {
  color: #FFFFFF;
  font-size: 1.3rem;
}

.legal {
  margin-top: 15px;
}

.source {
  margin-top: 10px;
  font-size: 0.9rem;
  opacity: 0.8;
}

.source a {
  color: #07286E;
  font-weight: bold;
}


/* Footer */
footer {
  text-align: center;
  padding: 20px;
  font-size: 0.9rem;
  background: #eee;
  margin-top: 40px;
}

.et_pb_slider {
  background-blend-mode: multiply;
  background-image: url(https://www.twingomarocotour.com/storage/2025/03/WhatsApp-Image-2025-03-10-a-08.25.06_1171f68a.jpg);
  background-color: #FFFFFF;
  background-size: cover;
}
.defi{
    text-align: center;
    font-family: "Six Hands Web Brush";
    font-size: xx-large;
    margin: 10px;
    box-sizing: border-box;
    color: #F9F3E3 !important;
}

@font-face {
    font-family: "Six Hands Web Brush";
    src: url("https://db.onlinewebfonts.com/t/dde3fd8ec4a704fdfdd57f3ec071a01c.eot");
    src: url("https://db.onlinewebfonts.com/t/dde3fd8ec4a704fdfdd57f3ec071a01c.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/dde3fd8ec4a704fdfdd57f3ec071a01c.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/dde3fd8ec4a704fdfdd57f3ec071a01c.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/dde3fd8ec4a704fdfdd57f3ec071a01c.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/dde3fd8ec4a704fdfdd57f3ec071a01c.svg#Six Hands Web Brush")format("svg");
}

@font-face {
    font-family: "Anisette-Light";
    src: url("https://db.onlinewebfonts.com/t/b31e7990bb85d79dba6c67eaaf721d99.eot");
    src: url("https://db.onlinewebfonts.com/t/b31e7990bb85d79dba6c67eaaf721d99.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/b31e7990bb85d79dba6c67eaaf721d99.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/b31e7990bb85d79dba6c67eaaf721d99.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/b31e7990bb85d79dba6c67eaaf721d99.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/b31e7990bb85d79dba6c67eaaf721d99.svg#Anisette-Light")format("svg");
}

/* ==================== */
/* RESPONSIVE / MEDIA QUERIES */
/* ==================== */

/* Tablette « moyenne » (portrait) */
@media (max-width: 768px) {
  .photos {
    gap: 20px;
  }

  .person img {
    width: 140px;
    height: 140px;
  }

  .text {
    font-size: 1rem;
  }

  .btn {
    font-size: 1rem;
    padding: 10px 20px;
    margin : auto;
  }
}

/* Mobile (petit) */
@media (max-width: 480px) {
  header {
    padding: 5px 5px;
  }

  .subtitle {
    font-size: 1rem;
  }

  .photos {
    gap: 20px;
  }

  .person img {
    width: 120px;
    height: 120px;
  }

  .text {
    font-size: 0.95rem;
    margin-top: 15px;
  }

  .buttons {
    flex-direction: column;
    gap: 15px;
    padding: 20px;
  }

  .btn {
    width: 80%;
    padding: 10px;
    font-size: 1rem;
    margin : auto;
  }
}
