@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,600;0,700;1,600&display=swap');
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;}
  /*-- dans le style.css du site principal,
  max-width: 1366px;
  margin: auto; --/

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* Components */
html {
  box-sizing: border-box;
  background-color: #ffffff; }

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

.invisible {
  opacity: 0;
  transition: 0.7s; }

.fakefield {
  display: none; }

.left-align {
  text-align: left; }

.center, center-align {
  text-align: center; }

.right-align {
  text-align: right; }

.stress {
  color: #111; }

img, svg {
  max-width: 100%; }

.row {
  display: block;
  width: 100%;
  clear: both; }

.half {
  width: 50%;
  overflow: auto;
  float: left; }

.text-container {
  max-width: 640px; }
  .text-container--center {
    margin-left: auto;
    margin-right: auto; }

.margin-right {
  margin-right: 8pt; }

.container {
  width: 80%;
  margin: 0 auto;
  position: relative; }
/*------- à l'origine
.container {
  width: 90%;
  max-width: 1366px;
  margin: 0 auto;
  position: relative; }
 -------*/

html {
  font-family:"Montserrat", sans-serif;
  font-size: 24px;
  color: #000;
  line-height: 1.2;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -moz-font-feature-settings: "liga" on; }
@media (max-width: 600px) {
  html {
  font-size: 1.2em; } }
  
p {
  margin-bottom: 1.3em; }

h1 {
  margin-top: 0;
  /*margin: 1.414em 0 0.5em;*/
  line-height: 1.35;
  color: #000;
  font-weight: bold;
  font-size:2em;
  -webkit-text-stroke:1px black; }
@media (max-width: 600px) {
  h1 {
    margin-top: 50px;
    line-height: 1;
    font-size: 1.5em; } }

h2, h3, h4 {
  /* margin: 1.414em 0 0.5em; */
  line-height: 1.35;
  color: #000;
  font-weight: bold; }

h2 {
  font-size: 1.8em; }
@media (max-width: 600px) {
  h2 {
    margin-top: 40px;
    line-height: 1;
    font-size: 1.4em; } }

h3 {
  font-size: 1.44em; }
@media (max-width: 600px) {
  h3 {
    line-height: 1;
    font-size: 1.3em; } }

h4 {
  font-size: 1.2em; }

a {
  outline: 0;
  text-decoration: none;
  transition: 0.7s;
  color: inherit; }

.link {
  color: #6C63FF;
  text-decoration: underline; }
  @media (min-width: 992px) {
    .link:hover {
      color: #463aff; } }

/*------------------ Les boutons -- font-weight: bold; font-size: 1.5em;  ---------------------*/

button, .button {
  display: inline-block;
  padding: 6pt 20pt;
  line-height: 1.7;
  border: 1px solid #6C63FF;
  color: #6C63FF;
  font-weight: normal;
  font-size: 1em;
  transition: 0.7s;
  white-space: nowrap;
  cursor: pointer;
  background-color: transparent;
  border-radius: 10px;
  margin-bottom: 1.3em;
  transition: 0.7s;
  text-align: center;
  text-decoration: none; }
  button:hover, button:focus, .button:hover, .button:focus {
    outline: 0; }
  @media (min-width: 992px) {
    button:hover, .button:hover {
      border-color: #463aff;
      color: #463aff; } }
  @media (max-width: 600px) {
  button, .button {
  	margin-top: 30px;
  	line-height: 1.5;
   font-size: 1em;
   font-weight: normal; } }

.button__primary {
  background-color: #6C63FF;
  border-color: #6C63FF;
  color: #fff; }
  @media (min-width: 992px) {
    .button__primary:hover {
      background-color: #463aff;
      border-color: #463aff;
      color: #fff; } }

.button__accent {
  background-color: #5551FE;
  border-color: #5551FE;
  color: #fff;
  box-shadow: 0 6px 8px 0 rgba(0,0,0,.25)),0 6px 8px 0 rgba(0,0,0,.25); }
  @media (min-width: 992px) {
    .button__accent:hover {
      background-color: #5250ce;
      border-color: #5250ce;
      color: #fff;
      box-shadow: 0 8px 10px -1px rgba(0,0,0,.6),0 8px 12px 0 rgba(0,0,0,.45),0 2px 12px 0 rgba(0,0,0,.25); } }
  @media (max-width: 600px) {
  button, .button {
  font-size: 1em;
   font-weight: normal; } }


.button__inverse {
  background-color: #FFF;
  border-color: #5551FE;
  color: #5551FE;
  font-size: 1.3em;
  box-shadow: 0 6px 8px 0 rgba(0,0,0,.25)),0 6px 8px 0 rgba(0,0,0,.25); }
  @media (min-width: 992px) {
    .button__inverse:hover {
      background-color: #e0dff5;
      border-color: #5551FE;
      color: #5551FE;
      box-shadow: 0 8px 10px -1px rgba(0,0,0,.6),0 8px 12px 0 rgba(0,0,0,.45),0 2px 12px 0 rgba(0,0,0,.25); } }

  

/*--------------------- Menu navbar ----------------------------*/

.navbar {
  position: fixed; /*-----à l'origine fixed ----------*/
  z-index: 100;
  width: 100%;
  background-color: #5551FE;
  transition: 0.7s; }
  .navbar--nofixed {
    position: relative;
    z-index: 3; }

.navbar__inner {
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px; /*-- à l'origine 60px puis 100 --*/
  color: #fff;
  transition: 0.7s; }


.navbar__logo {
  /*--font-size: 1.325rem;--*/ 
  transition: 0;
  color: #fff;
  font-weight: bold;
  text-decoration: none; }

.navbar__menu {
  display: none; } /*-- à l'origine none --*/
  .navbar__menu--noMob {
    display: block; }
  @media (min-width: 992px) {
    .navbar__menu {
      display: block; } }

.navbar__menu li {
    margin-left: 4pt;
    backface-visibility: hidden;
    display: inline-block; }
    @media (min-width: 992px) {
      .navbar__menu li {
        margin-left: 16pt;
        vertical-align: middle; } }

.navbar__menu a {
    color: #fff; }
@media (min-width: 992px) {
      .navbar__menu a {
        opacity: 0.9; } /*--  0.75 à l'origine --*/
        .navbar__menu a:hover {
          opacity: 1; }
        .navbar__menu a:after {
          display: block;
          content: '';
          border-bottom: solid 1px #fff;
          transform: scaleX(0);
          transition: transform 250ms ease-in-out; }
        .navbar__menu a:hover:after {
          transform: scaleX(1); } }

.navbar__menu-mob {
  display: block; } /*--  block pr faire apparaitre le menu mob hamburger --*/
  .navbar__menu-mob--noMob {
    display: none; }
  @media (min-width: 992px) {
    .navbar__menu-mob {
      display: none; } }

/*--- Extended and transparent version ---*/
.navbar--extended {
  background-color: transparent; }
  .navbar--extended .navbar__inner {
    height: 60px;
    color: #ffffff; }

/*! responsive-nav.js 1.0.39 by @viljamis */
.nav__mobile ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
  background-color: #3E3EBB;
  color: #fff; }

.nav__mobile li {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding: 0.7em 0;
  display: block;
  border-bottom: 1px solid #3E3EBB; }
  .nav__mobile li:last-child {
    border-bottom: none; }

.js .nav__mobile {
  clip: rect(0 0 0 0);
  max-height: 0;  /*--- à l'origine 0;  puis 55px; et une condtion @media ne fonctionne pas ---*/
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1; }

.nav__mobile.opened {
  max-height: 9999px; } 

.nav-toggle {
  -webkit-tap-highlight-color: #FFF;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

@media (min-width: 992px) {
  .js .nav__mobile {
    position: relative; }
  .js .nav__mobile.closed {
    max-height: none; }
  .nav-toggle {
    display: none; } }

#toggle svg {
  height: 1.2em;
  width: 1.2em;
  vertical-align: middle; }


/*----------------- landing Section ------------------------------*/

.landing__section {
  padding: 24pt 0; }

/*------ à l'origine, pour différencier les blocks : des fonds de couleur alternés
.landing__section:nth-child(odd) {
  background-color: #f7f7f7;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; }
-------*/

/*-------------------- Steps section -------------------*/

.steps {
  text-align: center;
  padding: 16pt 0; }

@media (min-width: 992px) {
  .steps__inner {
    -js-display: flex;
    display: flex;
    justify-content: space-around; } }

.step {
  padding: 16pt 0;
  text-align: center;
  width: 100%;
  border-top: 1px solid #eee;
  overflow: auto; }
  .step:first-child {
    border-top: none; }
  @media (min-width: 992px) {
    .step {
      border-top: none;
      width: auto; } }

.step__text {
  max-width: 36ch;
  text-align: left;
  margin-left: auto;
  margin-right: auto; }


.step__image {
  max-height: 100px;
  max-width: 222px;
  margin-top: 8pt;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none; }
  @media (min-width: 600px) {
    .step__image {
      max-width: none; } }  /*-----ds l'index d'origine, 100%------*/


/*--- pour les atouts ---*/      
.step__atouts {
  padding: 16pt 0;
  text-align: left;
  width: 100%;
  border-top: 1px solid #eee;
  overflow: auto; }
  .step__atouts:first-child {
    border-top: none; }
  @media (min-width: 992px) {
    .step__atouts {
      padding: 16pt 16pt;
      border-top: none;
      width: auto; } }

.step__media {
  margin: 8pt 0; }
  @media (min-width: 992px) {
    .step__media {
      margin: 10pt 0; } }

.step__media_perso {
  margin: 16pt 16pt; }
  @media (min-width: 992px) {
    .step__media-perso {
      margin: 32pt 32pt; } }


/*--- pour les slider ---*/
@media (min-width: 992px) {
.steps__inner_slider, .steps__inner_slider_recommandations, .steps__inner_slider_local {
    -js-display: flex;
    display: flex;
    justify-content: space-around;
    margin-bottom: 15px; }        }

@media (min-width: 600px) {
	#sous-slider {
		padding-top: 50px;
	}
}

/*--- pour les recommandations ---*/ 
.step__media-perso_recommandations {
  margin: 16pt 16pt; }
@media (min-width: 992px) {
    .step__media-perso_recommandations {
       margin-left: auto;
       margin-right: auto; } }
.step__media_perso_recommandations {
    padding-left: 5px;
    padding-right: 5px; }

.step__image_perso_recommandations {
    margin:auto}


/*--- pour A propos ---*/
  @media (min-width: 992px) {
    .step_apropos {
      padding: 16pt 16pt;
      border-top: none;
      width: auto; } }



/*-------------- Expanded content --------------*/

.expanded {
  padding: 72pt 0; }

.expanded__inner {
  -js-display: flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column; }
  @media (min-width: 992px) {
    .expanded__inner {
      flex-direction: row; } }

.expanded__media {
  order: 2;
  text-align: center; }
  @media (min-width: 992px) {
    .expanded__media {
      width: 50%;
      flex-shrink: 0;
      order: unset; } }

.expanded__content {
  order: 1; }
  @media (min-width: 992px) {
    .expanded__content {
      padding: 0 16pt;
      width: 50%;
      flex-shrink: 0;
      order: unset; } }

.expanded:nth-child(even) .expanded__media {
  order: 1; }
  @media (min-width: 992px) {
    .expanded:nth-child(even) .expanded__media {
      order: 1; } }

.expanded__image {
  width: 90%;
  max-width: 220px;
  padding: 16pt 0; }
  @media (min-width: 992px) {
    .expanded__image {
      max-width: 280px; } }

.expanded__title {
  max-width: 550px; }

.expanded__text {
  max-width: 60ch; }


/*------------ cta -----------------*/

.cta {
  background: linear-gradient(to right, #6C63FF, #4641FF);
  color: #fff;
  padding: 48pt 0;
  text-align: center; }

.cta--reverse {
  background: linear-gradient(to left, #6C63FF, #4641FF); }

.cta--plain {
  background: #6C63FF; }

.cta--secondary {
  background: #4641FF; }

.cta__title {
  color: inherit; }

.cta__sub {
  opacity: 0.85;
  max-width: 58ch;
  margin: 16pt auto 24pt auto; }
  .cta__sub--center {
    text-align: center; }

/*-- footer --*/

.footer {
  background-color: #ffffff;
  padding: 36pt 0; }

.footer__inner {
  -js-display: flex;
  display: flex;
  justify-content: space-between;
  flex-direction: column; }
  @media (min-width: 600px) {
    .footer__inner {
      flex-direction: row; } }

.footer__textLogo {
  flex-shrink: 0;
  padding-right: 16pt;
  display: block;
  cursor: pointer;
  color: #6C63FF;
  font-size: 1.225rem;
  min-width: 33%;
  margin-bottom: 1.5rem; }
  @media (min-width: 600px) {
    .footer__textLogo {
      margin-bottom: 0; } }
  @media (min-width: 992px) {
    .footer__textLogo {
      min-width: 25%;
      font-size: 1.325rem; } }

.footer__data {
  -js-display: flex;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  padding-top: 0.25rem;
  flex-wrap: wrap;
  flex-direction: column;
  font-size: 0.9rem; }
  @media (min-width: 992px) {
    .footer__data {
      flex-wrap: nowrap;
      flex-direction: row; } }

.footer__data__item {
  padding-bottom: 0.5rem;
  display: inline-block;
  margin-bottom: 8pt; }

.footer__link {
  color: #6C63FF;
  border-bottom: 1px dotted #6C63FF;
  padding-bottom: 1pt;
  transition: 0.7s; }
  @media (min-width: 992px) {
    .footer__link:hover {
      color: #fafafa;
      border-color: #fafafa; } }

.footer__row {
  margin-bottom: 8pt; }

/*--- Modifiers---*/
.footer--dark {
  background-color: #333C44; }
  .footer--dark .footer__textLogo {
    color: #fff; }
  .footer--dark .footer__inner {
    color: #d9d9d9; }
  .footer--dark .footer__link {
    color: #d9d9d9;
    border-color: #d9d9d9; }
    @media (min-width: 992px) {
      .footer--dark .footer__link:hover {
        color: #fff;
        border-color: #fff; } }


/*------------------ style pour Page -----------------------*/

.page {
  padding: 100pt 0; } /*--- à l'origine 24pt 0 --*/
@media (max-width: 992px) {
    .page {
      padding: 40pt 0; } }

.page__header {
  position: relative;
  color: #ffffff;
  box-shadow: 0 4px 11px rgba(124, 146, 169, 0.5);
  width: 100%; }

.page__header__inner {
  padding: 66px 0 0 0;
  position: relative;
  z-index: 3; }

.page__header__content {
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32pt 0;
  overflow: auto; }
  .page__header__content__inner {
    width: 100%;
    max-width: 66ch;
    text-align: center; }

.page__header__title {
  color: inherit;
  margin-bottom: 1.25em; }

.page__header__text {
  opacity: 0.85;
  line-height: 1.7;
  text-align: left; }

@media (min-width: 992px) {
  .page__inner {
    -js-display: flex;
    display: flex; } }

.page__menu {
  width: 100%;
  position: relative; }
  @media (min-width: 992px) {
    .page__menu {
      display: block;
      width: 300px;
      flex-shrink: 0; } }

.page__main {
  flex-grow: 1; }

.page__main__title {
  margin-top: 0.75em; }

.page__image {
  max-width: 100%; }

/*-- Style "auth" , supprimé --*/

/*-- Style "app" , supprimé --*/

/*-- Vertical menu , supprimé --*/

/*--- Bouton back to top---*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #5551FE;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 50px; }

#myBtn:hover {
  background-color: #463aff; }


/*--- Video de l'accueil ---*/
@media (max-width: 600px) {
  video {
    width: 96%; 
    height: 96%;
    margin-top: 10px; }


/*--- Page Séance d'hypnose - les questions accordion ---*/
/* utilisation de details & summary */

details > summary {
	padding-bottom: 4px;
	color: #5551FE;
	cursor: move; 
}


/*-------------- pour les page FAQ -------
voir style-FAQ.css -------*/

@media (max-width: 600px) {
.button__video {
		display: none;} }   

