{"id":15,"date":"2026-05-31T19:27:46","date_gmt":"2026-05-31T19:27:46","guid":{"rendered":"https:\/\/chantalmanco.com\/index.php\/maintenance-page\/"},"modified":"2026-06-26T17:02:42","modified_gmt":"2026-06-26T17:02:42","slug":"maintenance-page","status":"publish","type":"page","link":"https:\/\/chantalmanco.com\/","title":{"rendered":"Maintenance Page"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"15\" class=\"elementor elementor-15\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dbdb833 e-flex e-con-boxed e-con e-parent\" data-id=\"dbdb833\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<img decoding=\"async\" class=\"e-image-base e-7174419-04df099\" data-interaction-id=\"7174419\" id=\"124\" src=\"https:\/\/chantalmanco.com\/wp-content\/uploads\/2026\/06\/logo-chantal-manco-150x150.png\" width=\"150\" height=\"150\" srcset=\"\" alt=\"\"\/>\t\t\t\t<div class=\"elementor-element elementor-element-343769ca elementor-widget elementor-widget-text-editor\" data-id=\"343769ca\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t\n<p class=\"wp-block-paragraph\">\u00a0<\/p>\n\n<p><style>\n\n:root{\n  --ink:#1A1F1C;\n  --forest:#2A3A33;\n  --forest-2:#3D5249;\n  --cream:#F4EFE6;\n  --paper:#FAF7F1;\n  --gold:#B8864B;\n  --gold-soft:#D4AA75;\n  --serif:'Fraunces', Georgia, serif;\n  --sans:'Inter Tight', system-ui, sans-serif;\n  --mono:'JetBrains Mono', monospace;\n}\n \n*{margin:0;padding:0;box-sizing:border-box}\nhtml,body{height:100%;width:100%}\nbody{\n  background:var(--paper);\n  color:var(--ink);\n  font-family:var(--sans);\n  font-weight:400;\n  line-height:1.55;\n  -webkit-font-smoothing:antialiased;\n  overflow:hidden;\n  position:relative;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n}\n \n\/* Subtle paper grain overlay, identical to the main site *\/\nbody::before{\n  content:\"\";\n  position:fixed;inset:0;\n  pointer-events:none;\n  z-index:1;\n  opacity:.35;\n  mix-blend-mode:multiply;\n  background-image:url(\"data:image\/svg+xml;utf8,<svg viewbox=\"0 0 200 200\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><\/svg>\");\n}\n \n\/* Soft radial glow background *\/\nbody::after{\n  content:\"\";\n  position:fixed;\n  top:50%;left:50%;\n  width:900px;height:900px;\n  border-radius:50%;\n  background:radial-gradient(circle,rgba(184,134,75,0.12),transparent 65%);\n  transform:translate(-50%,-50%);\n  z-index:0;\n  pointer-events:none;\n}\n \n.container{\n  position:relative;\n  z-index:2;\n  text-align:center;\n  padding:40px 32px;\n  max-width:720px;\n}\n \n\/* Logo *\/\n.logo{\n  width:120px;\n  height:auto;\n  margin:0 auto 56px;\n  display:block;\n  animation:fadeInUp 1.2s cubic-bezier(0.16,1,0.3,1) both;\n}\n \n\/* Eyebrow tag *\/\n.eyebrow{\n  display:inline-flex;\n  align-items:center;\n  gap:14px;\n  font-family:var(--mono);\n  font-size:11px;\n  letter-spacing:.22em;\n  text-transform:uppercase;\n  color:var(--gold);\n  margin-bottom:32px;\n  animation:fadeInUp 1.2s cubic-bezier(0.16,1,0.3,1) .15s both;\n}\n.eyebrow::before,\n.eyebrow::after{\n  content:\"\";\n  width:36px;\n  height:1px;\n  background:var(--gold);\n}\n \n\/* Main message *\/\nh1{\n  font-family:var(--serif);\n  font-weight:300;\n  font-size:clamp(40px,6vw,72px);\n  line-height:1.05;\n  letter-spacing:-.025em;\n  color:var(--forest);\n  margin-bottom:32px;\n  animation:fadeInUp 1.2s cubic-bezier(0.16,1,0.3,1) .3s both;\n}\nh1 em{\n  font-style:italic;\n  color:var(--gold);\n  font-weight:400;\n}\n \n\/* Subline *\/\n.subline{\n  font-family:var(--serif);\n  font-size:20px;\n  font-style:italic;\n  font-weight:300;\n  color:#6B6862;\n  max-width:520px;\n  margin:0 auto 56px;\n  line-height:1.6;\n  animation:fadeInUp 1.2s cubic-bezier(0.16,1,0.3,1) .45s both;\n}\n \n\/* Footer signature *\/\n.signature{\n  font-family:var(--mono);\n  font-size:11px;\n  letter-spacing:.2em;\n  text-transform:uppercase;\n  color:var(--gold);\n  display:inline-flex;\n  align-items:center;\n  gap:12px;\n  animation:fadeInUp 1.2s cubic-bezier(0.16,1,0.3,1) .6s both;\n}\n.signature::before{\n  content:\"\u2726\";\n  font-size:14px;\n}\n \n\/* Animations *\/\n@keyframes fadeInUp{\n  from{opacity:0;transform:translateY(20px)}\n  to{opacity:1;transform:translateY(0)}\n}\n \n\/* Subtle gold dot pulse *\/\n.pulse-dot{\n  display:inline-block;\n  width:8px;\n  height:8px;\n  border-radius:50%;\n  background:var(--gold);\n  margin:0 4px;\n  animation:pulse 2s ease-in-out infinite;\n}\n.pulse-dot:nth-child(2){animation-delay:.3s}\n.pulse-dot:nth-child(3){animation-delay:.6s}\n \n.dots-row{\n  margin-top:24px;\n  animation:fadeInUp 1.2s cubic-bezier(0.16,1,0.3,1) .75s both;\n}\n \n@keyframes pulse{\n  0%,100%{opacity:.3;transform:scale(.85)}\n  50%{opacity:1;transform:scale(1.1)}\n}\n \n\/* Responsive *\/\n@media(max-width:640px){\n  .logo{width:88px;margin-bottom:40px}\n  h1{font-size:36px}\n  .subline{font-size:17px;margin-bottom:40px}\n  .eyebrow{font-size:10px;margin-bottom:24px}\n  .eyebrow::before,.eyebrow::after{width:24px}\n}\n<\/style><\/p>\n<main class=\"container\"><!-- Logo Chantal Man\u00e7o (SVG inline, autonome) -->\n<div class=\"eyebrow\">Bient\u00f4t de retour<\/div>\n<h1>Le site se refait <em>une beaut\u00e9<\/em>.<\/h1>\n<p class=\"subline\">Quelque chose de nouveau se pr\u00e9pare.<br \/>Merci pour votre patience.<\/p>\n<div class=\"signature\">Chantal Man\u00e7o \u00b7 Coach certifi\u00e9e ICF &amp; RNCP<\/div>\n<div class=\"dots-row\">\u00a0<\/div>\n<\/main>\n<p class=\"wp-block-paragraph\">\u00a0<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>\u00a0 Bient\u00f4t de retour Le site se refait une beaut\u00e9. Quelque chose de nouveau se pr\u00e9pare.Merci pour votre patience. Chantal Man\u00e7o \u00b7 Coach certifi\u00e9e ICF &amp; RNCP \u00a0 \u00a0<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"templates\/wpmm-page-template.php","meta":{"_themeisle_gutenberg_block_has_review":false,"footnotes":""},"class_list":["post-15","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/chantalmanco.com\/index.php\/wp-json\/wp\/v2\/pages\/15","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/chantalmanco.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/chantalmanco.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/chantalmanco.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/chantalmanco.com\/index.php\/wp-json\/wp\/v2\/comments?post=15"}],"version-history":[{"count":17,"href":"https:\/\/chantalmanco.com\/index.php\/wp-json\/wp\/v2\/pages\/15\/revisions"}],"predecessor-version":[{"id":129,"href":"https:\/\/chantalmanco.com\/index.php\/wp-json\/wp\/v2\/pages\/15\/revisions\/129"}],"wp:attachment":[{"href":"https:\/\/chantalmanco.com\/index.php\/wp-json\/wp\/v2\/media?parent=15"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}