/* Saisissez votre CSS personnalisé ci-dessous */
/* Carte visuelle douce */
.page-id-97 .wp-block-column {
  background-color: #fffdf7;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  padding: 14px;
  margin: 14px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px;
}

/* Cible uniquement la page Cercles */
.page-id-466 .wp-block-columns {
  background-color: #f7f8f5;
  padding: 50px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}

.page-id-466 .wp-block-column {
  max-width: 400px;
  text-align: center;
}

.page-id-466 .wp-block-image img {
  width: 100%;
  height: auto;
  border-radius: 0;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.page-id-466 .wp-block-image img:hover {
  transform: scale(1.015);
}

.page-id-466 h2, 
.page-id-466 .wp-block-heading {
  text-align: center;
  font-weight: 300;
  margin-bottom: 40px;
}

.page-id-466 .bouton-retour {
  text-align: center;
  margin-top: 60px;
}

.page-id-466 .bouton-retour a {
  background-color: transparent;
  color: #333;
  border: 1px solid #ccc;
  padding: 0.6em 1.6em;
  font-size: 16px;
  border-radius: 25px;
  text-decoration: none;
  font-family: inherit;
  transition: all 0.3s ease;
}

.page-id-466 .bouton-retour a:hover {
  background-color: #eceeea;
  border-color: #999;
  color: #111;
}

.wp-block-columns {
  background-color: #f7f8f5;
  padding: 50px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}

.bouton-retour {
  text-align: center;
  margin-top: 60px;
}

.bouton-retour a {
  display: inline-block;
  background-color: transparent;
  color: #333;
  border: 1px solid #ccc;
  padding: 0.6em 1.6em;
  font-size: 16px;
  border-radius: 30px;
  text-decoration: none;
  font-family: inherit;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.bouton-retour a:hover {
  background-color: #eceeea;
  border-color: #999;
  color: #111;
}

/* -------- PAGE CERCLÉS -------- */
.page-id-466 {
  background-color: #f3f2ee; /* fond ivoire chaud */
}

/* Conteneur principal des colonnes (galerie) */
.page-id-466 .wp-block-columns {
  background-color: #fdfdfc; /* arrière-plan légèrement plus clair */
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 60px 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  margin-top: 40px;
}

/* Colonnes contenant les images */
.page-id-466 .wp-block-column {
  max-width: 400px;
  text-align: center;
}

/* Images */
.page-id-466 .wp-block-image img {
  width: 100%;
  height: auto;
  border-radius: 0;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.page-id-466 .wp-block-image img:hover {
  transform: scale(1.015);
}

/* Titre principal : Cercles */
.page-id-466 h2,
.page-id-466 .wp-block-heading {
  text-align: center;
  font-weight: 300;
  font-size: 32px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ddd;
  display: inline-block;
  padding-bottom: 8px;
}

/* Bouton retour à la galerie */
.page-id-466 .bouton-retour {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}

.page-id-466 .bouton-retour a {
  display: inline-block;
  background-color: #f2f0eb;
  color: #333;
  border: 1px solid #ccc;
  padding: 0.6em 1.6em;
  font-size: 16px;
  font-weight: 500;
  border-radius: 30px;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0,0,0,0.06);
}

.page-id-466 .bouton-retour a:hover {
  background-color: #e8e6df;
  border-color: #999;
  color: #111;
}

/* ---- PAGE CERCLÉS / Nouvelle disposition ---- */
.page-id-466 {
  background-color: #f3f2ee;
}

/* Galerie harmonisée */
.page-id-466 .wp-block-columns {
  background-color: #fdfdfc;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px 30px;
}

/* Colonnes */
.page-id-466 .wp-block-column {
  text-align: center;
}

/* Images : plus larges, toujours nettes */
.page-id-466 .wp-block-image img {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 0;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  margin: 0 auto;
}

.page-id-466 .wp-block-image img:hover {
  transform: scale(1.02);
}

/* Titre */
.page-id-466 h2,
.page-id-466 .wp-block-heading {
  text-align: center;
  font-weight: 300;
  font-size: 32px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  display: inline-block;
  padding-bottom: 8px;
}

/* Bouton retour */
.page-id-466 .bouton-retour {
  text-align: center;
  margin: 50px 0;
}

.page-id-466 .bouton-retour a {
  display: inline-block;
  background-color: #f2f0eb;
  color: #333;
  border: 1px solid #ccc;
  padding: 0.6em 1.6em;
  font-size: 16px;
  font-weight: 500;
  border-radius: 30px;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0,0,0,0.06);
}

.page-id-466 .bouton-retour a:hover {
  background-color: #e8e6df;
  border-color: #999;
  color: #111;
}

/* 🌿 Fond général ivoire chaud, sans texture */
.graphismes-page {
  background-color: #f4f1eb;
  background-image: none;
  padding: 60px 20px;
}

/* 🧩 Grille fluide pour les duos */
.graphismes-page .wp-block-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  background-color: transparent !important;
}

/* Colonnes équilibrées */
.graphismes-page .wp-block-column {
  flex: 1 1 48%;
  max-width: 48%;
  box-sizing: border-box;
  text-align: center;
  background-color: transparent !important;
}

/* 🖼 Bloc image : solo ou duo – sans encadrement parasite */
.graphismes-page .wp-block-image {
  max-width: 900px;
  margin: 60px auto;
  text-align: center;
  padding: 0;
  background-color: transparent;
  border: none;
  box-shadow: none;
}

/* Suppression marges internes si figure */
.graphismes-page .wp-block-image figure {
  margin: 0;
  padding: 0;
}

/* Images avec ombre légère */
.graphismes-page .wp-block-image img {
  width: 100%;
  height: auto;
  border-radius: 0;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
}

/* Hover doux */
.graphismes-page .wp-block-image img:hover {
  transform: scale(1.015);
}

/* 🔘 Bouton retour à la galerie */
.graphismes-page .bouton-retour {
  text-align: center;
  margin: 60px 0;
}

.graphismes-page .bouton-retour a {
  display: inline-block;
  background-color: #f2ede7;
  color: #444;
  border: 1px solid #d5d2cc;
  padding: 0.6em 1.6em;
  font-size: 16px;
  font-weight: 500;
  border-radius: 30px;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  transition: all 0.3s ease;
  box-shadow: 0 3px 8px rgba(0,0,0,0.05);
}

.graphismes-page .bouton-retour a:hover {
  background-color: #eae5df;
  border-color: #bbb7b0;
  color: #222;
}

/* Fond général ivoire sauge sur la page éléments naturels */
body.page-id-3073 .site-main {
    background-color: #f5f5ec !important;
    padding: 60px 0;
}

/* Espacement autour des images pour éviter qu'elles ne soient collées */
body.page-id-3073 .wp-block-group img {
    padding: 12px;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    max-width: 100%;
    height: auto;
}

/* Meilleure disposition des containers dans les colonnes */
body.page-id-3073 .wp-block-group {
    padding: 30px 20px;
    gap: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.bouton-galerie a {
    background-color: #eeeae0;
    color: #1a1a1a;
    border-radius: 30px;
    padding: 12px 26px;
    display: inline-block;
    text-decoration: none;
    transition: background-color 0.3s ease;
    font-weight: 500;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.bouton-galerie a:hover {
    background-color: #e0ddd2;
}

/* Fond général */
body.page-id-3087 {
  background-color: #f2f5f3 !important;
}

/* Groupe principal */
body.page-id-3087 .wp-block-group {
  background-color: #f9f7f1 !important;
  padding: 2rem;
  border-radius: 0 !important;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
  max-width: 1200px;
  margin: 0 auto 3rem auto;
}

/* Conteneurs internes */
body.page-id-3087 .wp-block-group .wp-block-group {
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

/* Images */
body.page-id-3087 img {
  border-radius: 0 !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  height: auto;
  max-width: 100%;
}

body.page-id-3087 img:hover {
  transform: scale(1.015);
}

/* Colonnes */
body.page-id-3087 .wp-block-columns {
  gap: 2rem;
}

/* Bouton */
body.page-id-3087 .wp-block-button__link {
  background-color: #cce5ee !important;
  color: #102a43 !important;
  border-radius: 0 !important;
  padding: 12px 24px;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
  transition: background-color 0.3s ease;
}

body.page-id-3087 .wp-block-button__link:hover {
  background-color: #b3d6e6 !important;
}

/* Suppression des blocs vides */
body.page-id-3087 .wp-block-group:empty {
  background: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.retour-accueil-bouton {
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 3rem;
}

.retour-accueil-bouton a {
  font-size: 1.25rem;
  color: #1e6b73;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease, text-decoration 0.3s ease;
}

.retour-accueil-bouton a:hover {
  text-decoration: underline;
  color: #155c63;
}

/* Appliquer uniquement à la page d’accueil avec le slug "home-2" */
.page-id-XX .ast-hero-overlay {
  background-color: rgba(25, 40, 60, 0.4) !important; /* Bleu nuit doux avec opacité réduite */
}

/* Fond harmonisé ivoire-sauge pour tous les blocs de la page "Lignes et traits" */
.page-id-3075 .wp-block-group,
.page-id-3075 .wp-block-columns,
.page-id-3075 .wp-block-column,
.page-id-3075 .wp-block-image {
    background-color: #f6f1e8 !important;
}

/* Réduction des marges verticales entre lignes de colonnes */
.page-id-3075 .wp-block-group > .wp-block-columns {
    margin-bottom: 0 !important;
    padding-bottom: 1em;
}

/* Optionnel : effet doux au survol des images */
.page-id-3075 .wp-block-image img {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.page-id-3075 .wp-block-image img:hover {
    transform: scale(1.02);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
	
	/* Fond harmonisé ivoire-sauge pour tous les blocs de la page "Lignes et traits" */
.page-id-3075 .wp-block-group,
.page-id-3075 .wp-block-columns,
.page-id-3075 .wp-block-column,
.page-id-3075 .wp-block-image {
    background-color: #f6f1e8 !important;
}

/* Réduction des marges verticales entre lignes de colonnes */
.page-id-3075 .wp-block-group > .wp-block-columns {
    margin-bottom: 0 !important;
    padding-bottom: 1em;
}

/* Optionnel : effet doux au survol des images */
.page-id-3075 .wp-block-image img {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.page-id-3075 .wp-block-image img:hover {
    transform: scale(1.02);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}
.page-id-3075 .wp-block-group.alignfull {
    background-color: #f6f1e8 !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    width: 100vw !important;
    padding: 0 !important;
}
	/* Supprimer les marges à droite et à gauche du bloc principal */
.page-id-3075 .wp-block-group.alignfull {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
    background-color: #f6f1e8 !important;
}

/* Supprimer les marges internes des colonnes */
.page-id-3075 .wp-block-columns,
.page-id-3075 .wp-block-column {
    margin: 0 !important;
    padding: 0 !important;
}
	/* Étendre le fond au bord physique de l'écran */
.page-id-3075 .wp-block-group.alignfull {
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
}
	/* Conteneur général de la galerie */
.wp-block-gallery,
.wp-block-columns {
    padding-left: 5vw;
    padding-right: 5vw;
}

/* Ajustement des marges entre les images */
.wp-block-image {
    margin-bottom: 2rem;
}

/* Évite les débordements latéraux */
body.page-id-3075 .entry-content {
    padding-left: 5vw;
    padding-right: 5vw;
    box-sizing: border-box;
}

/* Si tu utilises des colonnes, harmonise les marges internes */
body.page-id-3075 .wp-block-column {
    padding-left: 1vw;
    padding-right: 1vw;
}
	
	.wpforms-field-textarea {
    color: #000000; /* noir, modifiable selon ton design */
}
	
	.wpforms-field-textarea {
    background-color: #ffffff !important;  /* fond blanc */
    opacity: 1 !important;
}

	.zoomable-container {
  overflow: hidden;
  position: relative;
  cursor: zoom-in;
}

.zoomable-container img {
  width: 100%;
  transition: transform 0.3s ease;
}

.zoomable-container:active img,
.zoomable-container:focus-within img {
  transform: scale(2); /* zoom x2 */
  cursor: zoom-out;
}

