/*
Theme Name: Astra Child
Template: astra
*/


/* Wrapper des trois colonnes */



.menuhaut a:hover {
  color: #c5221c !important; /* couleur au survol */
}

.signup-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
}

/* Colonnes images (gauche/droite) */
.runner-left,
.runner-right {
  flex: 1;
  max-width: 300px;     /* largeur cible du mockup */
  min-height: 420px;    /* hauteur 


*/
	
}






	
	.signup-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color:#003D6D;
  color: #fff;
  max-width: 480px;
  width: 100%;
  padding: 24px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  gap: 0px; /* espace entre les éléments */
}

.signup-box h2,
.signup-box p,
.signup-box a {
  width: 100%;
  text-align: center;
}



}
.run-participants, .run-pending {
    margin-top: 20px;
    padding: 12px;
    border-radius: 6px;
}
.run-participants {
    background: #e6f7ff;
    border: 1px solid #b3e5fc;
}
.run-pending {
    background: #fff3cd;
    border: 1px solid #ffeeba;
}
.run-participants h3, .run-pending h3 {
    margin-top: 0;
    font-size: 1.1rem;
}
.run-participants ul, .run-pending ul {
    margin: 0;
    padding-left: 20px;
}
.run-participants ul {
    list-style: none;
    padding-left: 0;
}
.run-participants li {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}
.run-participants img {
    border-radius: 50%;
    margin-right: 8px;
}
.run-participants a {
    text-decoration: none;
    color: #C0392B; /* rouge vif */
}
.run-participants a:hover {
    text-decoration: underline;
    color: #A93226; /* rouge foncé */
}
.frontpage-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
margin-top: 40px; /* âÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ
 Décale tout le contenu sous le menu */
}
.hero {
  text-align: center;
  padding: 40px 20px;
  background: none;
}

.cta-buttons a {
  display: block;
  margin: 10px auto;
  padding: 12px 24px;
  font-size: 1rem;
  border-radius: 4px;
  text-decoration: none;
  width: 250px;
}

.signup-options {
  max-width: 400px;
  margin: 0 auto;
  padding: 40px 20px;
  text-align: center;
  background: #f5f5f5;
  border-radius: 8px;
    margin-bottom: 0px;
}

.login-link {
  margin-bottom: 20px;
  font-size: 0.95rem;
}
.login-link a {
  color: #FFD54F; /* lien “Se connecter” jaune, lisible sur fond bleu */
  text-decoration: underline;
}
.slogan {
  font-size: 1.2 rem;   /* âÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ
 police réduite */
  font-weight: 600;
  margin-bottom: 60px;
  color: #0aa1cc;
}


.btn-social {
  display: block;
  margin: 10px auto;
  padding: 12px 24px;
  font-size: 1rem;
  border-radius: 6px;
  text-decoration: none;
  width: 100%;
  max-width: 320px;
  font-weight: 500;
}

/* Couleurs des boutons */
.btn-google {
  background: #C0392B; /* rouge vif (mockup) */
  color: #fff;;
  border: 1px solid #dadce0;
}
.btn-google:hover { background: #A93226;
color: #fff;
}

.btn-apple {
  background: #1ABC9C; /* teal (mockup) */
  color: #fff;
 border: 1px solid #dadce0;
}
.btn-apple:hover {
  background: #168F7F; /* teal plus foncé */
}

.btn-email {
  background: #1ABC9C; /* teal (mockup) */
  color: #fff;
  border: 1px solid #dadce0;
}
.btn-email:hover {
  background: #168F7F; /* teal plus foncé */
}

.legal {
  margin-top: 0px;
  font-size: 0.8rem;
  color: #0aa1cc; /* gris foncé pour lisibilité sur fond rouge */
}
.legal a {
  color: #F1EBD5; /* beige clair en lien */
  text-decoration: underline;
}
.legal a:hover {
  color: #ffffff;
}
.sections {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* âÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ
 4 colonnes alignées */
  gap: 20px;                             /* espace entre les blocs */
  margin: 40px 0;
    margin-top: 0px
}

.section-box {
  position: relative;
  padding: 60px 20px;
  border-radius: 12px;
  text-align: center;
  margin-bottom: 24px;
  background: #f9f9f9;
  overflow: hidden;
	
}

.bloc-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 180px; /* hauteur du pictogramme */
  opacity: 1;  /* effet filigrane */
}

.bloc-icon svg {
  width: 60%;
  height: auto;
  color: currentColor;
}

.bloc-title {
  display: block;
  margin-top: 12px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #003d6d;
  text-decoration: none;
}

.bloc-title:hover {
  text-decoration: underline;
}

/* Couleurs spécifiques */
.bloc-activites .bloc-icon svg { color: #ff6600; }
.bloc-fonctionnalites .bloc-icon svg { color: #0073e6; }
.bloc-cartes .bloc-icon svg { color: #2ecc71; }
.bloc-challenges .bloc-icon svg { color: #f1c40f; }


/* Responsive */
@media (max-width: 768px) {
  .section-box { padding: 40px 16px; }
  .bloc-title { font-size: 1.4rem; }
  .bloc-description { font-size: 0.9rem; }
  .bloc-icon svg { width: 60%; }
}
@media (max-width: 480px) {
  .bloc-title { font-size: 1.2rem; }
  .bloc-description { font-size: 0.85rem; }
  .bloc-icon svg { width: 50%; }
}

.section-box h3 { margin-bottom: 10px; color: #003d6d; /* bleu (mockup) */ }

.btn-more {
  display: inline-block;
  margin-top: 10px;
  padding: 6px 12px;
  background: #003d6d; /* bleu (mockup) */
  color: #fff;
  font-size: 0.9rem;
  border-radius: 4px;
  text-decoration: none;
}
.btn-more:hover { background: #2C4F6F; }
.signup-options {
  text-align: center;
  padding: 40px 20px;
  background: #f5f5f5;
}
.signup-form-wrapper {
  max-width: 400px;
  margin: 40px auto;
  padding: 30px;
  background: #f5f5f5;
  border-radius: 8px;
  text-align: center;
}

.form-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #333;
}

.signup-form p {
  margin-bottom: 15px;
  text-align: left;
}

.signup-form label {
  font-size: 0.95rem;
  color: #555;
}

.signup-form input[type="text"],
.signup-form input[type="email"],
.signup-form input[type="password"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
}

.btn-submit {
  background: #C0392B; /* rouge vif */
  color: #fff;
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  cursor: pointer;
  width: 100%;
}
.btn-submit:hover {
  background: #A93226; /* rouge foncé */
}

.signup-success {
  background: #e6ffed;
  border: 1px solid #38678E; /* bleu (aligné mockup) */
  color: #155724;
  padding: 12px;
  margin-bottom: 20px;
  border-radius: 6px;
  font-weight: 500;
  text-align: center;
}

.signup-error {
  background: #ffe6e6;
  border: 1px solid #C0392B; /* rouge vif */
  color: #721c24;
  padding: 12px;
  margin-bottom: 20px;
  border-radius: 6px;
  font-weight: 500;
  text-align: center;
}

.runner-profile p {
  font-size: 1rem;
  margin-bottom: 10px;
  color: #333;
}

.runner-profile {
  background: #f9f9f9;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 8px;
  max-width: 500px;
  margin: 40px auto;
  text-align: center;
}

.runner-profile h2 {
  font-size: 1.4rem;
  margin-bottom: 15px;
  color: #38678E; /* bleu (mockup) */

}

.runner-avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
}
.community-wrapper {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
  text-align: center;
}

.community-list {
  list-style: none;
  padding: 0;
}

.community-item {
  background: #f9f9f9;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 8px;
  text-align: left;
}

.community-item h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #38678E; /* bleu (mockup) */
}

.community-item p {
  margin-bottom: 10px;
  color: #333;
}

.btn-profile {
  display: inline-block;
  background: #38678E; /* bleu (mockup) */
  color: #fff;
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 0.95rem;
}
.btn-profile:hover {
  background: #2C4F6F; /* bleu foncé */
}
.community-list {
  list-style: none;
  padding: 0;
}

.community-item {
  background: #f9f9f9;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 8px;
  text-align: center;

}
.community-item h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #38678E; /* bleu (mockup) */
}

.community-item p {
  margin-bottom: 10px;
  color: #333;
}
.community-filter {
  margin: 20px 0;
  text-align: center;
}

.community-filter input[type="text"] {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-right: 10px;
}

.community-filter button {
  background: #38678E; /* bleu (mockup) */
  color: #fff;
  padding: 8px 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.community-filter button:hover {
  background: #2C4F6F; /* bleu foncé */
}
.level {
  color: #444;
  font-weight: 500;
}



.btn-profile {
  display: inline-block;
  background: #38678E; /* bleu (mockup) */
  color: #fff;
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 0.95rem;
}
.btn-profile:hover {
  background: #2C4F6F; /* bleu foncé */
}
.username {
  color: #38678E; /* bleu (mockup) */
  font-weight: 600;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.firstname {
  color: #666;
  font-style: italic;
}

.city {
  color: #333;
}
.suggestions {
  border: 1px solid #ccc;
  max-height: 140px;       /* limite la hauteur */
  overflow-y: auto;
  background: #fff;
  position: absolute;
  z-index: 1000;
  min-width: 200px;        /* largeur minimale */
  max-width: 280px;        /* largeur maximale */
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  border-radius: 6px;
  font-size: 13px;         /* texte plus compact */
}

.suggestion-item {
  padding: 8px 10px;
  cursor: pointer;
  font-size: 14px;
  text-align: left; /* âÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ
 aligne le texte à gauche */
}

.suggestion-item:hover {
  background: #38678E; /* bleu (mockup) */
  color: #fff;
}
/* Supprime la bordure quand le conteneur est vide */
.suggestions:empty {
  border: none;
  box-shadow: none;
}
.dashboard-wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

.welcome-title {
  font-size: 24px;
  margin-bottom: 10px;
}

.dashboard-sections {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.dashboard-block {
  background: #f9f9f9;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.btn-link {
  display: inline-block;
  padding: 8px 12px;
  background: #38678E; /* bleu (mockup) */
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
}

.btn-link:hover {
  background: #2C4F6F; /* bleu foncé */
}
.profile-reminder {
  background: #fff3cd;
  color: #856404;
  border: 1px solid #ffeeba;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
  font-size: 15px;
}
.profile-reminder strong {
  color: #000;
}
.dashboard-link {
  color: #C0392B; /* rouge vif */
  text-decoration: none;
  font-weight: 600;
}

.dashboard-link:hover {
  text-decoration: underline;
  color: #A93226; /* rouge foncé */
}



/*
// Page création run
*/
.run-form-wrapper {
  max-width: 640px;
  margin: 40px auto;
  padding: 24px;
  background: #fff !important;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.form-title { text-align:center; color:#003d6d; margin-bottom:20px; }
.run-error { background:#ffecec; color:#7a1111; padding:12px; border-radius:8px; margin-bottom:16px; }

.run-form label { font-weight:bold; color:#003d6d; }
.run-form input, .run-form select, .run-form textarea {
  width:100%;
  padding:10px;
  margin-top:6px;
  border:1px solid #ccc;
  border-radius:6px;
  background:#fff ;
  font-size:0.95rem;
}
.run-form input:focus, .run-form select:focus, .run-form textarea:focus {
  outline:none;
  border-color:#38678E;
  box-shadow:0 0 0 3px rgba(56,103,142,0.15);
}

.btn-submit {
  margin-top:20px;
  width:100%;
  padding:12px;
  background:#c5221c!important;
  color:#fff;
  font-weight:bold;
  border:none;
  border-radius:8px;
  cursor:pointer;
  transition:background 0.3s ease;
}
.btn-submit:hover { background:#a81b17; }

.required { color:red; font-weight:bold; }

/* Suggestions (autocomplétion ville / code postal) */
.suggestions {
  border:1px solid #ccc;
  max-height:180px;
  overflow-y:auto;
  background:#fff;
  position:absolute;
  z-index:1000;
  width:100%;
  box-shadow:0 6px 18px rgba(0,0,0,0.08);
  border-radius:8px;
}
.suggestions:empty { border:none; box-shadow:none; }
.suggestion-item { padding:8px 10px; cursor:pointer; font-size:14px; }
.suggestion-item:hover { background:#0073e6; color:#fff; }
/*
 Articles sections FP
*/
.article-section {
  padding: 60px 20px;
  max-width: 800px;
  margin: 0 auto 80px auto;
  text-align: left;
}

.article-section h2 {
  font-size: 2rem;
  color: #003D6D; /* bleu du logo */
  margin-bottom: 20px;
}

.article-section p {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
}
/*
 Pied de page
*/



/* SECTION  HERO
*/

/* Slogan + bouton superposés */
.hero-overlay {
  position: absolute;
  top: 80px;
  left: 60px;
  z-index: 10;
  color: #fff;
}
.hero-text-wrapper {
  max-width: 500px;
}
.hero-slogan {
  color: #fff !important;  
	font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}
.hero-button {
  display: inline-block;
  background-color: #C5221C;
  color: #fff;
  padding: 14px 28px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

/* Blocs verticaux */


.koryos-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 20px;
}
.section-row {
  display: grid;
  grid-template-columns: 1fr 1fr; /* deux colonnes fixes */
  align-items: start;
  gap: 60px;
  margin-bottom: 100px;
	
}
.section-row:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}

.section-row.reverse {
  flex-direction: row-reverse;
 }
 
 /* Bloc Manifeste */
.section-row.manifesto .section-title {
  padding-top: 16px;   /* ajuste la respiration en haut */
}
.section-row.experiences .section-title {
  padding-top: 16px;   /* ajoute une respiration en haut */
}

/* Bloc Outils */
.section-row.outils .section-title {
  padding-top: 16px;   /* ajuste la respiration en haut */
}

/* Bloc Parcours */
.section-row.parcours .section-title {
  padding-top: 16px;   /* ajuste la respiration en haut */
}

/* Bloc Défis */
.section-row.defis .section-title {
  padding-top: 16px;   /* ajuste la respiration en haut */
}
.section-row.manifesto .section-text {
  padding-left: 12px;   /* décale légèrement le texte vers la droite */
}

/* Bloc Outils */
.section-row.outils .section-text {
  padding-left: 12px;
}

/* Bloc Défis */
.section-row.defis .section-text {
  padding-left: 12px;
}

 
 
 
 
 
 
 
 
 
 
 
.section-text {
  flex: 1;
	 max-width: 600px; /* limite la largeur de la colonne gauche */
}

.section-title {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.section-title .icon svg {
  width: 64px;             /* taille du picto */
  height: 64px;
  flex-shrink: 0;          /* empêche le picto de se réduire */
  vertical-align: middle; /* assure l’alignement avec le texte */
  fill: #C5221C;           /* couleur rouge identitaire */
}
}
.section-text h1.hero-slogan {
  font-size: 2.5rem;
  font-weight: 700;
  color: #003D6D;
	margin-bottom: 20px;
  line-height: 1.2;
  max-width: 100%;
	
	/* reste dans la colonne */
  word-wrap: break-word;
}
.section-text h2 {
  font-size: 1.6rem;   /* identique au manifeste */
  font-weight: 600;
  color: #003D6D;
  margin-bottom: 16px;
}}

.section-text h2 {
  font-size: 1.6rem;
  color: #003D6D;
  margin-bottom: 16px;
}
.section-text p {
  font-size: 1.1rem;   /* légèrement plus grand pour occuper l’espace */
  line-height: 1.6;
  color: #333;
  margin-bottom: 20px;
}
.section-button {
  display: inline-block;
  margin-top: 20px;
  background-color: #C5221C;
  color: #fff;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}
.section-image {
  flex: 1;
}
.section-image img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
/* Spécifique au bloc manifeste */
.manifesto-slogan {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 20px 0;
  color: #C5221C;
}

.manifesto-points {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.manifesto-points li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
  font-size: 1.1em;
}

.manifesto-icon {
  flex-shrink: 0;
}

/* Responsive déjà géré par ta grille : les colonnes passent en stack */
@media (max-width: 768px) {
  .section-row {
    grid-template-columns: 1fr; /* une seule colonne */
  }
  .section-text, .section-image {
    max-width: 100%;
  }
}


/* Responsive */
@media (max-width: 768px) {
  .manifesto .section-columns {
    flex-direction: column;
    text-align: center;
  }

  .manifesto .section-text {
    order: 1;
  }

  .manifesto .section-image {
    order: 2;
    margin-top: 20px;
  }

  .manifesto-points {
    text-align: left;
    margin: 20px auto;
  }
}

/* Wrapper principal sur la home

TAILLE DU BLOC CENTRAL










/* === LE FOOTER === */

.site-footer {
  background-color: #003D6D; /* fond bleu identitaire */
  padding: 60px 20px 40px;
  color: #fff;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  align-items: start; /* aligne tous les contenus en haut */
}

.footer-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
}

.footer-column h3,
.footer-column h4,
.footer-column h5 {
  margin: 0 0 12px 0;
  font-weight: 600;
  font-size: 1.2rem;
  color: #fff;
}

.footer-column p,
.footer-column a,
.footer-column li {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #fff;
  margin: 0;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 8px;
}

.footer-column a {
  text-decoration: none;
}

.footer-column a:hover {
  text-decoration: underline;
  color: #C5221C; /* rouge identitaire au survol */
}

/* Bas de page */
.footer-bottom {
  margin-top: 40px;
  text-align: center;
  font-size: 0.85rem;
  color: #fff;
}

.footer-bottom a {
  color: #fff;
  text-decoration: none;
  margin: 0 8px;
}

.footer-bottom a:hover {
  text-decoration: underline;
  color: #C5221C;
}







.social-links li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.social-links svg {
  flex-shrink: 0;
}
/* Icônes sociales monochromes par défaut */
.social-links svg {
  transition: fill 0.3s ease;
}

/* Facebook : bleu clair au survol */
.social-links a[href*="facebook"]:hover svg {
  fill: #87CEFA; /* bleu clair lisible sur fond bleu foncé */
}

/* Icône Instagram : blanc par défaut */
.social-links a[href*="instagram"] svg path {
  transition: fill 0.3s ease;
}

/* Au survol : dégradé pastel clair */
.social-links a[href*="instagram"]:hover svg path {
  fill: url(#instagramGradientLight);
}


/* LinkedIn : bleu clair au survol */
.social-links a[href*="linkedin"]:hover svg {
  fill: #87CEFA; /* bleu turquoise clair */
}


/* === Responsive === */

@media (max-width: 992px) {
  .footer-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media (max-width: 600px) {
  .footer-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .site-footer {
    padding: 40px 16px 30px;
  }

  .footer-column h3,
  .footer-column h4 {
    font-size: 1.1rem;
  }

  .footer-column p,
  .footer-column a,
  .footer-column li {
    font-size: 0.9rem;
  }

  .footer-bottom {
    font-size: 0.8rem;
  }
	.footer-logo {
  margin-bottom: 12px;
}

.footer-logo img {
  display: block;
  max-width: 100%;
  height: auto;
}



/*

RESPONSIVE RESPONSIVE

MOBILES ET TABLETTES

*/


/* Responsive mobile */
@media (max-width: 768px) {
  .sections {
    flex-direction: column;
    align-items: center;
  }
  .section-box {
    width: 90%;
  }
  .cta-buttons a {
    width: 80%;
  }
	@media (max-width: 768px) {
  .signup-wrapper {
    gap: 0;
  }
  .runner-left,
  .runner-right {
    display: none; /* version simple et propre */
  }
		/* 
 Responsive : en colonne sur mobile */
@media (max-width: 768px) {
  .sections {
    flex-direction: column;
    align-items: center;
  }
  .section-box {
    width: 90%;
    max-width: none;
  }
	@media (max-width: 768px) {
  .section-row {
    grid-template-columns: 1fr; /* une seule colonne */
    gap: 30px;
    margin-bottom: 60px;
  }

  .section-text {
    max-width: 100%; /* texte prend toute la largeur */
  }

  .section-image {
    order: 2; /* image passe sous le texte */
  }

  .section-row.reverse .section-image {
    order: 2; /* même logique pour les blocs inversés */
  }

  .section-row.reverse .section-text {
    order: 1; /* texte toujours au-dessus */
  }

  .hero-slogan {
    font-size: 2rem; /* taille réduite pour mobile */
  }

  .hero-button,
  .section-button {
    width: 100%; /* bouton pleine largeur sur mobile */
    text-align: center;
  }
}
	/* 
 Responsive : 2 colonnes sur tablette, 1 sur mobile */
@media (max-width: 1024px) {
  .sections {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .sections {
    grid-template-columns: 1fr;
  }
	/* Structure desktop/tablette */
.section-row {
  display: grid;
  grid-template-columns: 1fr 1fr; /* deux colonnes */
  align-items: center;
  gap: 60px;
  margin-bottom: 100px;
}

.section-text {
  max-width: 600px; /* limite la largeur du texte */
}

.section-image img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
	/* Tablette : deux colonnes plus étroites */
@media (max-width: 992px) {
  .section-row {
    grid-template-columns: 1fr;   /* une seule colonne */
    gap: 40px;
    margin-bottom: 60px;
  }

  .section-text {
    max-width: 100%;              /* le texte prend toute la largeur */
  }

  .section-image img {
    width: 100%;
    height: auto;
  }
}



/*
CSS ADDITIONNEL DEBUT
*/
/* Masque le bouton par défaut du Header Builder */
.ast-header-button-1 .ast-custom-button-link:not(.koryos-btn),
.ast-header-button-1 .menu-link {
    display: none !important;
}


.hero-buttons-container {
  display: flex;              /* active flexbox */
  gap: 20px;                  /* espace entre les boutons */
  justify-content: center;    /* centre les boutons horizontalement */
  flex-wrap: wrap;            /* permet de passer à la ligne sur petits écrans */
}

.hero-button {
  display: inline-block;
  padding: 12px 24px;
  background-color: #C5221C;  /* rouge KORYOS */
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s;
}

.hero-button:hover {
  background-color: #a81b16;  /* rouge plus foncé au survol */
}





/* Transforme la colonne "image" en colonne texte dans le bloc Manifesto */
.section-row.manifesto .section-image.manifesto-as-text {
  display: block;
  padding: 0;
  max-width: 100%;
}

/* Typo et rythme */
.manifesto-slogan {
  font-size: 1.6em;
  font-weight: 700;
  color: #C5221C;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.manifesto-intro,
.manifesto-cta {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* Liste des points */
.manifesto-points {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.manifesto-points li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
}
.manifesto-icon {
  color: #C5221C;
  font-weight: 700;
  line-height: 1.2;
}
.manifesto-buttons {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap;          /* passe en colonne sur mobile */
}



.hero-button {
  display: inline-block;
  padding: 12px 24px;
  background-color: #C5221C;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s;
}

.hero-button:hover {
  background-color: #a81b16;
}

/* Optionnel: assurer un équilibre visuel des colonnes si le thème force des largeurs */
.section-row.manifesto .section-text,
.section-row.manifesto .section-image.manifesto-as-text {
  width: 100%;
  box-sizing: border-box;
}


.manifesto-highlight {
  font-weight: 700;
  color: #fff;        /* rouge KORYOS */
  background: #003D6D;   /* léger fond pastel rouge */
  padding: 6px 10px;
  border-left: 0px solid #C5221C;
  display: inline-block;
  margin: 10px 0;
}
.manifesto-icon {
  font-size: 1.3em;
  color: #C5221C; /* accent rouge KORYOS */
}


/* Responsive: pile les colonnes sur mobile */
@media (max-width: 768px) {
  .section-row.manifesto .section-text,
  .section-row.manifesto .section-image.manifesto-as-text {
    width: 100%;
  }
  .section-row.manifesto .section-image.manifesto-as-text {
    margin-top: 24px;
  }
	/* Marge à gauche uniquement sur mobile pour la colonne droite du bloc Manifeste */
@media (max-width: 768px) {
  .manifesto .manifesto-as-text {
    margin-left: 0px; /* ajuste la valeur selon ton besoin */
  }
}







FIN CSS ADDITIONEL
*/



/* Responsive: pile les colonnes sur mobile */
@media (max-width: 768px) {
  .section-row.manifesto .section-text,
  .section-row.manifesto .section-image.manifesto-as-text {
    width: 100%;
  }
  .section-row.manifesto .section-image.manifesto-as-text {
    margin-top: 24px;
  }
}





























/* Mobile : tout en colonne verticale */
@media (max-width: 600px) {
  .section-row {
    grid-template-columns: 1fr;   /* une seule colonne */
    gap: 30px;
    margin-bottom: 40px;
  }

  .section-text {
    padding: 0 10px;              /* un peu de marge intérieure */
  }

  .section-title .icon svg {
    width: 48px;                  /* icônes légèrement réduites */
    height: 48px;
  }

  .section-text h1.hero-slogan {
    font-size: 1.8rem;            /* titres adaptés au mobile */
  }

  .section-text h2 {
    font-size: 1.3rem;
  }

  .section-text p {
    font-size: 0.95rem;
    line-height: 1.5;
  }
@media (max-width: 768px) {
  .manifesto .section-columns {
    flex-direction: column;
    text-align: center;
  }

  .manifesto .section-text {
    order: 1;
  }

  .manifesto .section-image {
    order: 2;
    margin-top: 20px;
  }

  .manifesto-points {
    text-align: left;
    margin: 20px auto;
  }
  @media (max-width: 768px) {
  .main-header-bar {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    right: 0;
    z-index: 9999;
  }

  body {
    padding-top: 70px; /* Ajuste selon la hauteur de ton header */
  }
}












}