/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1768298457
Updated: 2026-01-13 10:00:57

*/
/* ======================================
   BASE – RESPIR.ME
   Phase 2 CSS – 2026-01-15
====================================== */
header#site-header {
    display: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #042b28;
  font-family: "Quicksand", system-ui, sans-serif;
}
html, body {
  height: 100%;
  overflow: hidden;
}
.slide {
  height: 100vh;
  padding: 120px; /* respiration globale */
  display: flex;
  align-items: center;
  justify-content: center;
}
.slide .slide-inner {
  width: 1000px;
  max-width: 1000px;
  margin: 0 auto;
}

html, body {
  height: 100%;
  overflow: hidden;
}

#presentation {
  height: 100vh;
  width: 100%;
  will-change: transform;
  transition: transform 0.9s cubic-bezier(.77,0,.18,1);
}





	
.phone.instagram {
  width: 360px;
  height: 640px;
  overflow-y: scroll;
  border-radius: 30px;
  background: #000;
}

.insta-track video {
  width: 100%;
  display: block;
}
/* ======================================
   TYPOGRAPHIE – RESPIR.ME
   Phase 2 CSS – 2026-01-15
====================================== */

/* Texte par défaut */
body {
  font-family: "Quicksand", system-ui, sans-serif;
  font-size: 20px;
  line-height: 1.6;
}

/* Titres principaux */
h1, h2, h3 {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 32px;
}

/* Variations de tailles */
h1 { font-size: 64px; }
h2 { font-size: 52px; }
h3 { font-size: 36px; }

/* Accents émotionnels */
.emotion,
.karaoke p,
.quote {
  font-family: "highest-praise", sans-serif;
  font-weight: 400;
  font-size: 32px;
}

/* Signature / détails */
.signature,
.note,
.small-accent {
  font-family: "bimbo-pro", sans-serif;
  font-weight: 400;
  font-size: 18px;
}


/* ======================================
   SLIDE 1 – RESPIR.ME
   2026-01-15
====================================== */

.slide-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Conteneur */
.slide-1-title {
  line-height: 1;
}

/* respire, */
.slide-1-title .respire {
    display: block;
    font-family: "Playfair Display", serif;
    font-weight: 900;
    font-size: 69px;
    opacity: 0.2;
    line-height: 0.7;
}

/* on avance */
.slide-1-title .avance {
  display: block;
  font-family: "Playfair Display", serif;
  font-weight: 700; /* Bold */
  font-style: italic;
  font-size: 48px;
  margin-left: 60px;
}



/* =========================
   SLIDE 2 – TYPO
   2026-01-15
========================= */

/* Titre principal */
.slide-2 h2 {
  font-family: "Quicksand", serif;
  font-weight: 400; /* Bold */
  font-size: 52px;
  line-height: 1.15;
  color: #042b28;
  margin-bottom: 40px;
}
/* Mise en valeur Yoga et Présence – Slide 2 */
.slide-2 .yp-highlight {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  opacity: 0.6; /* à ajuster si besoin */
}


/* =========================
   SLIDE 2 – TABLES (PROPRE)
   2026-01-15
========================= */

.slide-2 .table-wrapper{
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
	    -webkit-box-shadow: -6px 6px 5px -2px rgba(0, 0, 0, 0.21);
}


/* Suppression totale des bordures de tableaux */
.slide-2 table,
.slide-2 th,
.slide-2 td {
  border: none;
}
/* table neutre, sans radius */
.slide-2 .table-wrapper table{
  width: 100%;
  border-collapse: collapse;
  background: transparent;
}

/* Entête */
.slide-2 .table-wrapper thead th{
  background: #073d3b;
  color: #fff;
  text-transform: uppercase;
}

/* Lignes */
.slide-2 .table-wrapper tbody tr{
  background: #ffffff;
}

.slide-2 .table-wrapper tbody tr:hover{
  background: #bfd5d4;
}

/*Titres des lignes*/
span.titre-tab-gauche {
    text-transform: uppercase;
    font-weight: 700;
}


/* Par défaut : texte à gauche */
.slide-2 table td {
  text-align: left;
}

/* Chiffres centrés */
.slide-2 .chiffre-tableau {
  display: block;
  text-align: center;
}
/* =========================
   SLIDE 2 – ON PONDÈRE
   2026-01-16
========================= */

.ponderation {
  margin: 40px 0;
}

.ponderation-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;

  background: #042b28;
  border-radius: 24px;
  padding: 14px 20px;

  -webkit-box-shadow: -6px 6px 5px -2px rgba(0, 0, 0, 0.21);
}

/* Texte gauche */
.ponderation-bar h3 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 28px;
  color: #ffffff;
}

/* Input habitants */
.ponderation-bar input {
  width: 220px;
  height: 42px;

  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  font-weight: 600;

  padding: 0 14px;
  border-radius: 12px;
  border: none;
  outline: none;

  color: #042b28;
  background: #ffffff;
}

/* Placeholder */
.ponderation-bar input::placeholder {
  color: #042b28;
  opacity: 0.5;
  font-weight: 500;
}









/* =========================
   SLIDE 3 – Texte karaoké
   2026-01-16
========================= */
/* SLIDE 3 – états karaoké */

.slide-3 {
  background: #042b28;
}



.slide-3 .karaoke {
  width: 1200px;
  max-width: 1200px;
  margin-left: 200px;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.slide-3 .karaoke p {
  width: 100%;
  font-family: "Londrina Solid", cursive;
  text-transform: uppercase;
  font-size: 85px;
  line-height: 1;
  text-align: left;
  color: #fff;	
}
.slide-3{
	border-radius: 40px;
	background: #042b28;
}

/* =========================
   KARAOKÉ – PAR MOT (FINAL)
   2026-01-16
========================= */

[data-karaoke] {
  white-space: normal;
}

.kara-word {
  display: inline-block;
  opacity: 0.15;
  transform: translateY(6px);
}

[data-karaoke].is-visible .kara-word {
  animation: karaWordFade 0.6s ease forwards;
}

@keyframes karaWordFade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.kara-word {
  margin-right: 0.35em; /* espace naturel entre mots */
}






/* Slide 4 – Google Search scroll – 2026-01-13 */
.slide-4-inner {
  display: flex;
  gap: 80px;
  align-items: center;
  justify-content: center;
}

/* Téléphone Google – simulation mobile – 2026-01-14 */

.phone.google {
  width: 360px;
  height: 640px;
  border-radius: 32px;
  background: #000;
  padding: 14px;
  box-sizing: border-box;
}

.phone.google .phone-screen {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 24px;
  overflow-y: scroll;
}

.phone.google img {
  width: 100%;
  display: block;
}

/* Slide 5 – Bascule – 2026-01-14 */

.karaoke-bascule {
  max-width: 900px;
}

.karaoke-bascule p {
  font-size: 48px;
  margin-bottom: 24px;
}

.karaoke-bascule .equation {
  margin-top: 60px;
  font-size: 40px;
  opacity: 0.6;
}
/* Slide 6 – Structure – 2026-01-14 */

.slide-6-wrapper {
  display: flex;
  align-items: center;
  gap: 100px;
}

.slide-6-text {
  max-width: 500px;
}

.slide-6-buttons {
  margin-top: 40px;
  display: flex;
  gap: 20px;
}

.slide-6-buttons button {
  padding: 12px 20px;
  cursor: pointer;
}

.slide-6-media {
  position: relative;
  width: 360px;
  height: 640px;
}

.media-block {
  position: absolute;
  inset: 0;
  display: none;
}

.media-block.is-active {
  display: block;
}

.media-block video,
.media-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}

/* Slide 6 – Textes conditionnels – 2026-01-14 */

.desc-block {
  display: none;
}

.desc-block.is-active {
  display: block;
}

/* Slide 6 – Bascule finale – 2026-01-14 */

.slide-6 {
  transition: background-color 0.6s ease;
}

/* état final */
.slide-6.is-final {
  background-color: #042b28;
}

.slide-6-final {
  margin-top: 120px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s ease;
}

.slide-6.is-final .slide-6-final {
  opacity: 1;
  transform: translateY(0);
}

.slide-6-buttons.final {
  justify-content: center;
  margin: 40px 0;
}

.cta-reserver {
  display: inline-block;
  padding: 16px 28px;
  border-radius: 40px;
  text-decoration: none;
}
/* Masquage des boutons initiaux en état final */

.slide-6.is-final .slide-6-text .slide-6-buttons {
  display: none;
}
