:root {
  --color-line4: #437f98;
  --color-line3: #f1b983;
  --rounding-navcontact: 44px;
  --color-accent: #f3a55b;
  --color-text1: #fff;
  --color-button1h: #f4c08e;
  --color-line1: #fff;
  --color-button1p: #e6974a;
  --color-bg3: #c19067;
  --size-container: 960px;
  --color-line2: #73a0b4;
  --rounding-button: 16px;
  --color-button2: #38697e;
  --color-button2h: #447083;
  --color-bg1: #38697e;
  --color-text2: var(--color-line2);
  --color-button1: #f3a55b;
  --color-bg2: #577f90;
  --white: white;
  --accent-button-line-light: #f1b983;
  --rounding-textbox: 16px;
  --small-container: 960px;
  --black: black;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.body {
  border-right: 1px solid var(--color-line4);
}

.image {
  max-width: 206px;
  padding-top: 16px;
}

.button2-default {
  grid-column-gap: 9px;
  border: 1px solid var(--color-line3);
  border-radius: var(--rounding-navcontact);
  background-color: var(--color-accent);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 54px;
  padding-left: 83px;
  padding-right: 83px;
  text-decoration: none;
  display: flex;
}

.navbar-contact {
  color: var(--color-text1);
  text-align: center;
  letter-spacing: .05em;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.button2-hover {
  grid-column-gap: 9px;
  border: 1px solid var(--color-text1);
  border-radius: var(--rounding-navcontact);
  background-color: var(--color-button1h);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 54px;
  padding-left: 83px;
  padding-right: 83px;
  text-decoration: none;
  display: flex;
}

.button2-press {
  grid-column-gap: 9px;
  border: 2px solid var(--color-line1);
  border-radius: var(--rounding-navcontact);
  background-color: var(--color-button1p);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 54px;
  padding-left: 83px;
  padding-right: 83px;
  text-decoration: none;
  display: flex;
}

.sectionhero {
  box-sizing: border-box;
  aspect-ratio: auto;
  background-color: var(--color-bg3);
  background-image: linear-gradient(to bottom, var(--color-bg3), var(--color-bg3));
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: 552px;
  display: flex;
  position: static;
  overflow: hidden;
}

.heroimage {
  background-image: linear-gradient(269deg, #c19067, #c19067 0%, var(--color-bg3) 5%, #c1906700 21%, #c1906700 37%, #c1906700 85%, var(--color-bg3) 96%);
  opacity: 0;
  justify-content: flex-end;
  align-items: center;
  width: 1440px;
  height: 552px;
  display: flex;
  position: relative;
  inset: 9% auto 0% 0%;
}

.heroimage.fade-in-hero {
  background-image: linear-gradient(269deg, #c19067, #c19067 0%, var(--color-bg3) 5%, #c1906700 21%, #c1906700 37%, #c1906700 85%, var(--color-bg3) 96%), url('../images/Lydie-Hero-Backdrop-LonRight-from-file-menu.jpg');
  opacity: 1;
  position: absolute;
  inset: 0% auto 0% -25%;
}

.divhero {
  flex-flow: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: block;
  position: static;
  left: 0;
}

.section {
  background-color: #38697e;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  text-decoration: none;
  display: flex;
}

.section.basics {
  border-radius: 0;
  padding-bottom: 100px;
}

.container {
  width: var(--size-container);
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 960px;
  text-decoration: none;
  display: flex;
}

.div-mypractice {
  grid-column-gap: 61px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.h2-my-practice {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 331px;
  text-decoration: none;
  display: flex;
}

.text {
  color: #73a0b4;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
}

.vectors-wrapper {
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 66px;
  text-decoration: none;
  display: flex;
}

.div-tightkeypoints {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 4px;
  text-decoration: none;
  display: flex;
}

.keypoint-talktherapy {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 14.4922px;
  height: 16px;
  text-decoration: none;
  display: flex;
}

.text-3 {
  color: #fff;
  letter-spacing: .05em;
  white-space: nowrap;
  width: 515.4px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  text-decoration: none;
}

.section-footer {
  grid-row-gap: 10px;
  background-color: #38697e;
  border: 0 solid #73a0b4;
  border-top-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 48px 24px 80px;
  text-decoration: none;
  display: flex;
}

.container-3 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 960px;
  text-decoration: none;
  display: flex;
}

.div-logo-and-copyright {
  grid-row-gap: 92px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 185px;
  padding-bottom: 19px;
  text-decoration: none;
  display: flex;
}

.footerlogotext {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 289px;
  padding-top: 7px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-3 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.text-4 {
  color: #fff;
  width: 240px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.text-5 {
  opacity: .65;
  color: #73a0b4;
  letter-spacing: -.07em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 0;
  text-decoration: none;
}

.footer-text {
  grid-column-gap: 68px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 8px;
  text-decoration: none;
  display: flex;
}

.sitemap {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.sitemap-2 {
  color: #73a0b4;
  letter-spacing: .05em;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  text-decoration: none;
}

.button-2 {
  color: #fff;
  letter-spacing: .05em;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
}

.button-2.foot.home {
  height: auto;
  text-decoration: none;
}

.getintouch {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 319px;
  text-decoration: none;
  display: flex;
}

.footer-contactinfo-div {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

._31-rue-pr-sident-edouard-herriot-69002-lyon {
  color: #fff;
  letter-spacing: .05em;
  align-self: auto;
  width: 300px;
  height: 40px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
  text-decoration: none;
}

._31-rue-pr-sident-edouard-herriot-69002-lyon.spacebelowaddress {
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 300px;
  margin-bottom: 10px;
  line-height: 20px;
  display: flex;
}

.div-email-phone {
  grid-row-gap: 9px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.button1-default {
  border: 1px solid var(--color-line2);
  border-radius: var(--rounding-button);
  background-color: var(--color-button2);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 8px 48px;
  text-decoration: none;
  display: flex;
}

.button-light {
  color: var(--color-text1);
  text-align: center;
  letter-spacing: .05em;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.button1-hover {
  border: 1px solid var(--color-line1);
  border-radius: var(--rounding-button);
  background-color: var(--color-button2h);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 8px 48px;
  text-decoration: none;
  display: flex;
}

.button1-press {
  border: 1px solid var(--color-line1);
  border-radius: var(--rounding-button);
  background-color: var(--color-button2);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 8px 48px;
  text-decoration: none;
  display: flex;
}

.animation__hero-transparent {
  background-color: var(--color-bg3);
  background-image: url('../images/.Animation__HeroTransparent.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  min-height: 552px;
  padding-top: 84px;
  padding-bottom: 84px;
  text-decoration: none;
  display: flex;
  box-shadow: inset 0 -1px 6.2px #00000040;
}

.rectangle-25 {
  border-radius: 16px;
  width: 500px;
}

.div-herotext {
  grid-row-gap: 25px;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 560px;
  height: 175px;
  text-decoration: none;
  display: flex;
}

.therapy-for-the-expat-community {
  color: var(--color-line3);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 68px;
  font-style: italic;
  font-weight: 400;
  line-height: 64px;
  text-decoration: none;
}

.error-68cb0f21-7a37-8d1d-9ec5-6d46d7c7176f {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.animation_hero-opaque {
  background-color: var(--color-bg3);
  background-image: url('../images/.Animation__HeroTransparent.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  min-height: 552px;
  padding-top: 84px;
  padding-bottom: 84px;
  text-decoration: none;
  display: flex;
  box-shadow: inset 0 -1px 6.2px #00000040;
}

.div-herotext-2 {
  z-index: 1;
  grid-row-gap: 25px;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 560px;
  height: 175px;
  text-decoration: none;
  display: flex;
  position: static;
  inset: 29% 0% 0% auto;
}

.text-6 {
  color: #f1b983;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 68px;
  font-style: italic;
  font-weight: 400;
  line-height: 64px;
  text-decoration: none;
}

.i-am-a-psychologist-providing-therapy-to-expat-children-teenagers-and-adults-in-lyon-france-and-online-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.container-4 {
  z-index: 1;
  object-fit: fill;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-2 {
  width: 700px;
}

.container-5, .nav-menu-3, .menu-button-2 {
  height: 56px;
}

.navbar-2 {
  background-color: var(--color-bg1);
  height: 56px;
  font-size: 12px;
}

.nav-link {
  color: var(--color-text1);
  letter-spacing: .05px;
  text-transform: lowercase;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.nav-link.w--current {
  color: var(--color-text2);
  text-align: center;
  width: 100px;
}

.nav-link.buttonnavcontact {
  border: 1px solid var(--color-line3);
  border-radius: var(--rounding-navcontact);
  background-color: var(--color-button1);
  text-align: center;
  width: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.nav-link.buttonnavcontact:hover {
  border-color: var(--color-line1);
  background-color: var(--color-button1h);
}

.nav-link.buttonnavcontact:active {
  border-width: 2px;
  border-color: var(--color-line1);
  background-color: var(--color-button1p);
}

.nav-link.buttonnavcontact.hamburgerlink {
  height: 56px;
  padding-top: 18px;
  padding-left: 50px;
  padding-right: 50px;
}

.nav-link.buttonnavcontact.hamburgerlink.w--current {
  background-color: var(--color-bg2);
  border-width: 0;
}

.nav-link.sidelines {
  border-right: 1px solid var(--color-line4);
  border-left: 1px solid var(--color-line4);
  text-align: center;
  width: 120px;
}

.nav-link.sidelines:hover {
  font-weight: 700;
}

.nav-link.sidelines.hamburgerlink {
  width: 110px;
  height: 56px;
  padding-top: 18px;
}

.nav-link.sidelines.hamburgerlink.servicelinknav {
  border-left-width: 0;
  border-right-width: 0;
  width: 90px;
  padding-top: 18px;
}

.nav-link.navmargin {
  text-align: center;
  width: 100px;
  margin-right: 10px;
}

.nav-link.navmargin:hover {
  font-weight: 700;
}

.nav-link.navmargin.hamburgerlink {
  width: 150px;
}

.nav-link.navmargin.hamburgerlink.w--current {
  width: 120px;
  padding-top: 18px;
}

.nav-link.hamburgerlink, .nav-link.hamburgerlink.w--current {
  height: 56px;
  padding-top: 18px;
}

.buttonblue {
  border: 1px solid var(--color-line2);
  border-radius: var(--rounding-button);
  background-color: var(--color-button2);
  letter-spacing: .05px;
  justify-content: center;
  align-items: center;
  width: 191px;
  height: 48px;
  padding: 15px 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.buttonblue:hover {
  border-color: var(--color-line1);
  background-color: var(--color-button2h);
}

.buttonblue:active {
  background-color: var(--color-button2);
}

.buttonblue.buttoncontact {
  border-color: var(--color-line3);
  border-radius: var(--rounding-navcontact);
  background-color: var(--color-accent);
  width: 200px;
  text-decoration: none;
}

.buttonblue.buttoncontact:hover {
  border-width: 2px;
  border-color: var(--color-line1);
  background-color: var(--color-button1h);
}

.buttonblue.buttoncontact:active {
  background-color: var(--color-button1p);
  border-width: 1px;
}

.text-block {
  color: var(--white);
  text-align: center;
  text-transform: lowercase;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.footer-dark {
  border-top: 1px solid var(--color-line1);
  background-color: var(--color-bg1);
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-6 {
  text-align: left;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand {
  text-decoration: none;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-block.contactfooter {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: var(--color-text2);
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: var(--color-text2);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.footerlogowrap {
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.section-2 {
  background-color: #38697e;
  border: 1px solid #38697e;
  border-width: 1px 0;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 180px;
  text-decoration: none;
  display: flex;
}

.section-2.cta {
  border: 0 #38697e00;
  border-radius: 0;
  padding-bottom: 140px;
  text-decoration: none;
}

.container-7 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 1140px;
  text-decoration: none;
  display: flex;
}

.cta-subrow {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.div-cta-line {
  grid-row-gap: 32px;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 115px;
  padding: 57px 26px;
  display: flex;
}

.text-7 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.button3 {
  background-color: #f3a55b;
  border: 1px solid #f1b983;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 48px;
  padding: 8px 48px;
  text-decoration: none;
  display: flex;
}

.text-8 {
  color: #fff;
  text-align: center;
  letter-spacing: .05em;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.section-3 {
  background-color: var(--color-bg1);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  max-width: 100vw;
  padding-top: 84px;
  padding-bottom: 84px;
  text-decoration: none;
  display: flex;
}

.container-8 {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 960px;
  text-decoration: none;
  display: flex;
}

.rectangle-26 {
  object-fit: cover;
  border-radius: 3px;
}

.column-about-me-1 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 20px;
  text-decoration: none;
  display: flex;
}

.div-herotext-3 {
  grid-row-gap: 40px;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 549px;
  text-decoration: none;
  display: flex;
}

.h1 {
  color: #f1b983;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 48px;
  font-style: italic;
  font-weight: 400;
  line-height: 68px;
  text-decoration: none;
}

.aboutmetext, .aboutbodytext {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.aboutformoretext {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.text-9 {
  color: #f1b983;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 48px;
  font-style: italic;
  font-weight: 400;
  line-height: 68px;
  text-decoration: none;
}

.error-74050f2c-afb6-7fa6-1d76-6358963bfd3b {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.i-am-a-french-psychologist-and-obtained-the-title-of-psychologist-in-2017-after-completing-a-master-s-degree-in-clinical-psychology-and-psychopathology-at-lyon-2-university-in-france-i-have-worked-as-a-psychologist-in-both-france-and-china-in-france-i-worked-at-structures-for-children-and-teenagers-with-major-behavioral-issues-and-difficulties-regulating-their-emotions-sessad-itep-i-also-worked-at-hospital-facilities-cmp-hdj-treating-young-patients-struggling-with-anxiety-depression-and-difficulties-with-interpersonal-relationships-during-my-four-year-expatriation-in-china-i-worked-at-a-clinic-and-a-community-center-providing-therapy-and-counseling-to-english-and-french-speaking-expats-locals-and-cross-cultural-families-through-my-life-as-an-expat-and-conducting-therapy-with-expats-i-came-to-better-understand-the-issues-faced-when-creating-a-life-abroad-for-a-more-detailed-explanation-of-my-experience-and-my-approach-click-on-the-topics-below-0 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.i-am-a-french-psychologist-and-obtained-the-title-of-psychologist-in-2017-after-completing-a-master-s-degree-in-clinical-psychology-and-psychopathology-at-lyon-2-university-in-france-i-have-worked-as-a-psychologist-in-both-france-and-china-in-france-i-worked-at-structures-for-children-and-teenagers-with-major-behavioral-issues-and-difficulties-regulating-their-emotions-sessad-itep-i-also-worked-at-hospital-facilities-cmp-hdj-treating-young-patients-struggling-with-anxiety-depression-and-difficulties-with-interpersonal-relationships-during-my-four-year-expatriation-in-china-i-worked-at-a-clinic-and-a-community-center-providing-therapy-and-counseling-to-english-and-french-speaking-expats-locals-and-cross-cultural-families-through-my-life-as-an-expat-and-conducting-therapy-with-expats-i-came-to-better-understand-the-issues-faced-when-creating-a-life-abroad-for-a-more-detailed-explanation-of-my-experience-and-my-approach-click-on-the-topics-below-1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.aboutme {
  color: var(--accent-button-line-light);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 48px;
  font-style: italic;
  font-weight: 400;
  line-height: 68px;
  text-decoration: none;
}

.aboutmeparagraph {
  color: #fff;
  white-space: pre-wrap;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.error-d1ee8bde-ad2c-7185-3fd5-0062e881d65a {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.for-a-more-detailed-explanation-of-my-experience-and-my-approach-click-on-the-topics-below-0 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.for-a-more-detailed-explanation-of-my-experience-and-my-approach-click-on-the-topics-below-1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.accordiandropdown {
  border-top: 1px solid var(--color-line1);
  border-bottom: 0px solid var(--color-line1);
  width: 100%;
}

.text-block-2 {
  color: var(--color-text1);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.dropdown-toggle {
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.faq-child-psychotherapy {
  background-color: #38697e;
  border: 1px solid #73a0b4;
  border-width: 1px 0;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 549px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.text-10 {
  color: #fff;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.vectors-wrapper-4 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.dropdown-text {
  width: 100%;
  position: static;
}

.accordian-text-child-psychotherapy {
  grid-column-gap: 0px;
  background-color: var(--color-bg1);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-bottom: 40px;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.error-3291e20f-97cd-4f31-69af-82afb73fcb58 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.section-4 {
  background-color: #38697e;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 84px;
  padding-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.container-9 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 960px;
  text-decoration: none;
  display: flex;
}

.text-11 {
  color: #f1b983;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 48px;
  font-style: italic;
  font-weight: 400;
  line-height: 68px;
  text-decoration: none;
}

.section-5 {
  background-color: #38697e;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 84px;
  text-decoration: none;
  display: flex;
}

.section-5.cta {
  border-radius: 0;
}

.container-10 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 960px;
  text-decoration: none;
  display: flex;
}

.wrapper-contact-text {
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1088px;
  text-decoration: none;
  display: flex;
}

.text-12 {
  color: #fff;
  text-align: center;
  max-width: 770px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  text-decoration: none;
}

.row-contact-me {
  grid-column-gap: 80px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 708px;
  text-decoration: none;
  display: flex;
}

.contactinfo2 {
  grid-row-gap: 16px;
  background-color: #38697e;
  border: 1px solid #73a0b4;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 257px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-5 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  display: flex;
}

._33-06-99-60-09-07 {
  color: #fff;
  text-align: center;
  letter-spacing: .05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  text-decoration: none;
}

.section-6 {
  background-color: #38697e;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 80px;
  text-decoration: none;
  display: flex;
}

.section-6.cta {
  border-radius: 0;
  padding-top: 0;
}

.container-11 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 960px;
  text-decoration: none;
  display: flex;
}

.div-office-description {
  grid-column-gap: 24px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 24px 93px 48px;
  text-decoration: none;
  display: flex;
}

.error-b99cfdcf-c406-f17e-9e13-23d061491662 {
  white-space: pre-wrap;
  word-break: normal;
}

.div-officeadress {
  grid-column-gap: 24px;
  border-radius: 16px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 24px;
  padding-left: 89px;
  padding-right: 89px;
  text-decoration: none;
  display: flex;
}

.div-example-map-and-maplinks {
  grid-column-gap: 80px;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 277px;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.rectangle-46 {
  object-fit: cover;
  border-radius: 16px;
  height: 100%;
}

.column-1-of-officeaddress {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 414px;
  height: 256px;
  padding-top: 20px;
  text-decoration: none;
  display: flex;
}

.div-addresslinks {
  grid-row-gap: 35px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.div-officeadress-text {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-13 {
  color: #fff;
  letter-spacing: .05em;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

._31-rue-pr-sident-edouard-herriot-69002-lyon-2 {
  color: #fff;
  letter-spacing: .05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-decoration: none;
}

.div-address-links-text-icon {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 135px;
  text-decoration: none;
  display: flex;
}

.column-adresslinks {
  grid-column-gap: 24px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.linkicon__google {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-6 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-6:hover {
  border: 0px none var(--color-line1);
  filter: brightness(120%);
}

.text-14 {
  color: #fff;
  text-align: center;
  letter-spacing: .05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  text-decoration: none;
}

.linkicon__waze {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.my-lyon-office-my-office-is-in-a-building-in-downtown-lyon-facing-a-small-square-directly-behind-the-saint-nizier-church-it-is-on-the-1st-floor-the-2nd-floor-in-american-english-and-the-building-has-an-elevator-i-have-a-waiting-room-with-a-comfortable-couch-and-there-is-a-cafe-right-outside-on-the-square-0 {
  color: #73a0b4;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
}

.my-lyon-office-my-office-is-in-a-building-in-downtown-lyon-facing-a-small-square-directly-behind-the-saint-nizier-church-it-is-on-the-1st-floor-the-2nd-floor-in-american-english-and-the-building-has-an-elevator-i-have-a-waiting-room-with-a-comfortable-couch-and-there-is-a-cafe-right-outside-on-the-square-1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.my-lyon-office-my-office-is-in-a-building-in-downtown-lyon-facing-a-small-square-directly-behind-the-saint-nizier-church-it-is-on-the-1st-floor-the-2nd-floor-in-american-english-and-the-building-has-an-elevator-i-have-a-waiting-room-with-a-comfortable-couch-and-there-is-a-cafe-right-outside-on-the-square-2 {
  color: #fff;
  width: 774px;
  max-width: 756px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.section-7 {
  background-color: #38697e;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 144px;
  text-decoration: none;
  display: flex;
}

.section-7.cta {
  border-radius: 0;
  padding-top: 80px;
}

.container-12 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 960px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-7 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  text-decoration: none;
  display: flex;
}

.text-15 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 36px;
  font-style: italic;
  font-weight: 400;
  line-height: 68px;
  text-decoration: none;
}

.div-office-description-2 {
  grid-row-gap: 24px;
  border: 1px #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 960px;
  padding: 60px 93px 48px;
  text-decoration: none;
  display: flex;
}

.div-office-description-2.online {
  background-color: var(--color-button2);
}

.text-16 {
  color: var(--color-text2);
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
}

.text-16.h3 {
  color: var(--white);
  text-transform: none;
  object-fit: fill;
  align-self: flex-end;
  font-size: 42px;
  position: static;
}

.text-17 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.contactlinkblock {
  border: 3px solid var(--color-line3);
  border-radius: var(--rounding-button);
  background-color: var(--color-accent);
  padding: 5px;
}

.contactlinkblock:hover {
  border-color: var(--color-line1);
  background-color: var(--color-button1h);
}

.contactlinkblock:active {
  border-style: solid;
  border-color: var(--color-button1p);
  background-color: var(--color-button1p);
}

.link-block, .link-block.w--current, .link-block-2, .link-block-3, .link-block-4, .link-block-4.w--current {
  text-decoration: none;
}

.section-8 {
  background-color: #38697e;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  text-decoration: none;
  display: flex;
}

.container-13 {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 960px;
  text-decoration: none;
  display: flex;
}

.div-services {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.header-my-services {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.text-18 {
  color: #f1b983;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 40px;
  text-decoration: none;
}

.text-18.h1 {
  font-style: normal;
}

.column-left-how-i-work {
  grid-column-gap: 40px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.row-talkplaytherapy {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.card-talk-therapy {
  background-color: #38697e;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.talk-therapy {
  grid-row-gap: 32px;
  border: 1px solid #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 560px;
  padding: 32px 40px 64px;
  text-decoration: none;
  display: flex;
}

.talk-therapy-euros-per-session {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-19 {
  color: #fff;
  text-align: justify;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
}

._95 {
  color: #fff;
  text-align: right;
  letter-spacing: .05em;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

._95._50-minute-session {
  margin-bottom: 6px;
}

.error-40281803-42d6-2b10-4028-bb6c3dd76009 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.wrapper-family-counseling {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.family-counseling {
  grid-row-gap: 24px;
  background-color: #537888;
  border: 1px solid #e6974a;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 560px;
  padding: 32px 40px 64px;
  text-decoration: none;
  display: flex;
}

.talk-therapy-euros-per-session-2 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-20 {
  color: #fff;
  text-align: center;
  letter-spacing: .05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.text-21 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.section-9 {
  background-color: #38697e;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  text-decoration: none;
  display: flex;
}

.section-9.cta {
  height: 100%;
}

.container-14 {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 960px;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.text-22 {
  color: #73a0b4;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 40px;
  text-decoration: none;
}

.div-lyonoffice-and-online {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.card-lyonoffice {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.info-lyon-office {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  white-space: pre;
  background-color: #38697e;
  border: 1px solid #fff;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center start;
  width: auto;
  min-width: 660px;
  max-width: none;
  height: 333px;
  padding: 40px 48px 64px;
  text-decoration: none;
  display: grid;
  position: static;
}

.row-lyonofficeservices {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 106px;
  text-decoration: none;
  display: flex;
}

.map-button {
  background-color: #577f90;
  border: 1px solid #fff;
  border-radius: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  padding: 4px 16px;
  text-decoration: none;
  display: flex;
}

.map {
  color: #fff;
  text-align: justify;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 34px;
  text-decoration: none;
}

.grid-lyon-office {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-1-lyonoffice {
  grid-row-gap: 49px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 106px;
  height: 115px;
  text-decoration: none;
  display: flex;
}

.text-23 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  text-decoration: none;
}

.text-24 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 34px;
  text-decoration: none;
}

.column-2-lyonoffice {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 409px;
  height: 115px;
  text-decoration: none;
  display: flex;
}

._31-rue-pr-sident-edouard-herriot-69002-lyon-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  text-decoration: none;
}

.hours {
  color: #fff;
  white-space: nowrap;
  word-break: normal;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  text-decoration: none;
}

.hours.line2c {
  width: 130px;
}

.office-image-wrapper {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 293px;
  text-decoration: none;
  display: flex;
}

.rectangle-44 {
  object-fit: cover;
  background-color: #38697e;
  border: 1px solid #fff;
  border-left-width: 0;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.info-lyon-office-2 {
  grid-row-gap: 32px;
  background-color: #38697e;
  border: 1px solid #fff;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 660px;
  padding: 40px 0 64px 48px;
  text-decoration: none;
  display: flex;
}

.row-lyonofficeservices-2 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 88px;
  text-decoration: none;
  display: flex;
}

.text-25 {
  color: #fff;
  text-align: justify;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
}

.grid-lyon-office-2 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-1-lyonoffice-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 106px;
  height: 68px;
  text-decoration: none;
  display: flex;
}

.column-2-lyonoffice-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 409px;
  text-decoration: none;
  display: flex;
}

.office-image-wrapper-2 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 244px;
  text-decoration: none;
  display: flex;
}

.lyon-office-1 {
  color: #fff;
  text-align: justify;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  text-decoration: none;
}

.section-10 {
  white-space: normal;
  background-color: #38697e;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  text-decoration: none;
  display: flex;
}

.section-10.cta {
  white-space: normal;
  word-break: normal;
  padding-top: 80px;
  padding-bottom: 20px;
}

.container-15 {
  grid-row-gap: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--color-bg2);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 960px;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.text-26 {
  color: var(--accent-button-line-light);
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 40px;
  text-decoration: none;
}

.card-lyonoffice-2 {
  border: 0px solid var(--color-line1);
  border-radius: var(--rounding-textbox);
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.row-lyonofficeservices-3 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 86px;
  text-decoration: none;
  display: flex;
}

.grid-lyon-office-3 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-1-lyonoffice-3 {
  grid-row-gap: 49px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 106px;
  height: 115px;
  text-decoration: none;
  display: flex;
}

.text-27 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  text-decoration: none;
}

.text-27.visibilitytoggle {
  padding-top: 10px;
}

.text-28 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 34px;
  text-decoration: none;
}

.column-2-lyonoffice-3 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 409px;
  height: 115px;
  text-decoration: none;
  display: flex;
}

.address {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  text-decoration: none;
}

.office-image-wrapper-3 {
  grid-column-gap: 0px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.rectangle-47 {
  object-fit: cover;
  background-color: #38697e;
  border: 1px solid #fff;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  width: 100%;
  height: 345px;
}

.rectangle-47.onlinepicture {
  height: 280px;
}

.info-lyon-office-3 {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  background-color: #38697e;
  border: 1px solid #fff;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 660px;
  max-width: none;
  height: 280px;
  padding: 40px 48px 64px;
  text-decoration: none;
  display: grid;
}

.textonline {
  color: #fff;
  text-align: justify;
  text-transform: undefined;
  width: 190px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
}

.column-1-lyonoffice-4 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 106px;
  height: 68px;
  text-decoration: none;
  display: flex;
}

.column-2-lyonoffice-4 {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 409px;
  text-decoration: none;
  display: flex;
}

.office-image-wrapper-4 {
  grid-column-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 280px;
  text-decoration: none;
  display: flex;
}

.lyon-office-2 {
  color: #fff;
  text-align: justify;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  text-decoration: none;
}

.image-2 {
  width: 333px;
  min-width: 100%;
  overflow: hidden;
}

.link-block-5 {
  text-decoration: none;
}

.utility-page-wrap {
  background-color: var(--color-bg1);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 50vh;
  max-height: 100%;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-flow: column;
  width: 40vw;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-3 {
  max-height: 20vh;
}

.heading, .text-block-3 {
  color: var(--color-text2);
}

.div-block-3 {
  flex-flow: row;
  align-content: flex-start;
  display: flex;
}

.div-block-4-copy {
  display: flex;
}

.buttonofficeinfo {
  text-decoration: none;
}

.div-block-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.link-block-7 {
  text-decoration: none;
}

.div-block-6 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body-2 {
  background-color: var(--color-bg1);
}

.link-block-8, .link-block-9, .link-block-10 {
  text-decoration: none;
}

.heroparentdiv {
  width: 960px;
  height: 552px;
  position: relative;
  overflow: visible;
}

.herotextandspacer {
  display: flex;
  position: absolute;
  inset: 30% 0% 0% auto;
}

.herospacer {
  width: 450px;
}

.div-block-9, .div-block-10 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.div-block-11 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.officehourstext-frame {
  border: 1px solid var(--color-line1);
  border-radius: var(--rounding-textbox) 0px 0px var(--rounding-textbox);
  height: auto;
  padding: 40px 48px 30px;
}

.officehours-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: max-content max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 10px;
  padding-bottom: 30px;
  padding-left: 0;
  display: grid;
}

.div-block-15 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  display: grid;
}

.div-block-16 {
  border-bottom: 1px solid var(--color-line2);
  flex: 1;
  align-self: auto;
  width: 100%;
  height: 100%;
  padding-left: 30px;
  display: block;
}

.div-block-17 {
  border-bottom: 1px solid var(--color-line2);
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 30px;
  display: flex;
}

.officehours-frame {
  display: flex;
}

.flex-block {
  height: auto;
}

.flex-block.officeheader {
  height: 70.7692px;
}

.div {
  align-self: auto;
  width: 324px;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 30px;
}

.div.lowertext {
  padding-top: 0;
}

.div.lowertext.onlinebox {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  padding-top: 10px;
  display: flex;
}

.div-block-21 {
  width: 190px;
}

.div-block-21.onlinebox {
  padding-top: 10px;
}

.div_counselling_france {
  flex-flow: row;
  padding-top: 30px;
  display: flex;
}

.text-block-4 {
  color: var(--color-text1);
  padding-right: 5px;
  font-family: Lora, sans-serif;
  font-size: 12px;
}

.link {
  color: var(--color-line3);
  font-family: Lora, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.text-block-5 {
  color: var(--color-text1);
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.button-3 {
  border: 1px solid var(--color-button1h);
  background-color: var(--color-bg3);
  text-transform: lowercase;
  border-radius: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.button-3:hover {
  background-color: var(--color-line3);
}

.button-3:active {
  background-color: var(--color-bg3);
}

.image-4 {
  border: 1px none var(--color-text2);
  border-radius: 16px;
}

.image-4:hover {
  border-style: none;
  border-color: var(--white);
}

.image-4:active {
  border-style: none;
  border-color: var(--color-bg1);
}

.link-block-11 {
  border: 1px solid var(--color-line2);
  border-radius: 16px;
}

.link-block-11:hover {
  border-color: var(--color-text1);
  filter: brightness(110%);
}

.link-block-11:active {
  border-color: var(--color-bg1);
}

.div-lightboxupdown {
  max-width: 420px;
}

.quick-stack {
  grid-column-gap: 20px;
}

.lightbox-link, .divlyonofficetitle {
  display: flex;
}

.text-block-6 {
  color: #80aec2;
  -webkit-text-stroke-color: #6daac4;
  text-transform: uppercase;
  align-self: flex-end;
  margin-bottom: 0;
  margin-left: 28px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.text-block-6.wednesday {
  margin-bottom: 0;
}

.div-block-22 {
  align-self: flex-end;
  margin-bottom: 3px;
}

.body-3 {
  background-color: var(--color-button2);
}

.image-5, .image-6, .image-7, .image-8 {
  border: 1px solid var(--color-text2);
  border-radius: 8px;
}

@media screen and (max-width: 991px) {
  .image {
    max-width: 180px;
  }

  .button2-default {
    width: 250px;
  }

  .sectionhero {
    overflow: hidden;
  }

  .heroimage {
    clear: none;
    background-position: 0 0, 50%;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    top: 0%;
    left: 8%;
  }

  .heroimage.fade-in-hero {
    overflow: clip;
  }

  .divhero {
    overflow: visible;
  }

  .section.basics {
    padding-top: 80px;
    padding-bottom: 120px;
  }

  .container {
    justify-content: flex-start;
    align-items: center;
    margin-left: 30px;
    margin-right: 30px;
  }

  .div-mypractice {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .h2-my-practice {
    width: 230px;
    height: 140px;
  }

  .text {
    white-space: nowrap;
    font-size: 28px;
  }

  .div-tightkeypoints {
    grid-row-gap: 18px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 450px;
    max-width: 500px;
    padding-top: 4px;
  }

  .keypoint-talktherapy {
    justify-content: flex-start;
    align-items: center;
    width: 500px;
  }

  .text-3 {
    text-align: left;
    font-size: 16px;
    font-weight: 700;
  }

  .text-3.callouttablet {
    font-weight: 700;
  }

  ._31-rue-pr-sident-edouard-herriot-69002-lyon.spacebelowaddress {
    width: auto;
  }

  .div-herotext-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-right: 10px;
    position: static;
    right: 7%;
  }

  .text-6 {
    font-size: 56px;
    line-height: 56px;
  }

  .i-am-a-psychologist-providing-therapy-to-expat-children-teenagers-and-adults-in-lyon-france-and-online-2 {
    font-size: 16px;
  }

  .container-4 {
    object-fit: fill;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-2 {
    width: 275px;
  }

  .container-5 {
    aspect-ratio: auto;
    width: 100%;
    max-width: 95%;
    height: 56px;
    margin-left: 20px;
    margin-right: 20px;
    position: static;
  }

  .brand {
    height: 56px;
  }

  .nav-menu-3 {
    background-color: var(--color-button2h);
    height: 56px;
  }

  .menu-button-2 {
    height: 56px;
  }

  .menu-button-2.w--open, .navbar-2 {
    background-color: var(--color-bg1);
  }

  .nav-link {
    background-color: var(--color-bg1);
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }

  .nav-link.buttonnavcontact.hamburgerlink {
    background-color: var(--color-button2h);
    color: var(--color-accent);
    border-style: none;
    border-width: 0;
    border-radius: 0;
  }

  .nav-link.sidelines.hamburgerlink {
    width: auto;
  }

  .nav-link.navmargin.hamburgerlink {
    width: auto;
    margin-right: 0;
  }

  .nav-link.hamburgerlink {
    background-color: var(--color-button2h);
    text-align: center;
    width: auto;
  }

  .nav-link-2, .nav-link-3, .nav-link-4 {
    background-color: var(--color-bg1);
  }

  .buttonblue {
    width: 170px;
    height: 40px;
    padding: 10px;
  }

  .container-6 {
    max-width: 728px;
  }

  .footer-brand {
    padding-right: 20px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .container-8 {
    grid-column-gap: 0px;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .column-about-me-1 {
    background-color: var(--color-bg1);
    padding-left: 40px;
  }

  .aboutmeparagraph {
    width: auto;
    min-width: 440px;
  }

  .row-contact-me {
    justify-content: center;
    align-items: center;
  }

  .column-1-of-officeaddress {
    width: 100%;
    min-width: 250px;
  }

  .text-16.h3 {
    font-size: 34px;
  }

  .link-block, .link-block-2, .link-block-3, .link-block-4 {
    text-decoration: none;
  }

  .herotextandspacer {
    z-index: 1;
    width: 100%;
    display: flex;
    position: absolute;
  }

  .herospacer {
    width: 850px;
    font-size: 0;
  }
}

@media screen and (max-width: 767px) {
  .image {
    width: 180px;
    padding-top: 18px;
  }

  .sectionhero {
    height: 300px;
  }

  .heroimage {
    object-position: 50% 0%;
    background-position: 0 0, 70px 0;
    background-size: auto, 1100px;
    height: 300px;
    left: 10%;
    overflow: hidden;
  }

  .heroimage.fade-in-hero {
    z-index: 0;
    background-image: linear-gradient(269deg, #c19067, #c19067 0%, var(--color-bg3) 5%, #c1906700 21%, #c1906700 37%, #c1906700 78%, var(--color-bg3) 91%), url('../images/Lydie-Hero-Backdrop-LonRight-from-file-menu.jpg');
    opacity: 1;
    background-position: 0 0, 70px 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, 1100px;
    background-attachment: scroll, scroll;
    justify-content: center;
    align-items: center;
    width: 1440px;
    position: relative;
    left: -52%;
    right: 0;
    overflow: visible;
  }

  .divhero {
    z-index: 2;
    object-fit: fill;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .div-mypractice {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .h2-my-practice {
    justify-content: flex-start;
    align-items: center;
  }

  .text-4, ._31-rue-pr-sident-edouard-herriot-69002-lyon, ._31-rue-pr-sident-edouard-herriot-69002-lyon.spacebelowaddress {
    text-align: center;
  }

  .div-herotext-2 {
    z-index: 1;
    grid-row-gap: 16px;
    padding-right: 20px;
    position: relative;
    top: 53px;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .text-6 {
    font-size: 44px;
    line-height: 44px;
    overflow: visible;
  }

  .i-am-a-psychologist-providing-therapy-to-expat-children-teenagers-and-adults-in-lyon-france-and-online-2 {
    font-size: 14px;
    line-height: 22px;
    overflow: visible;
  }

  .container-4 {
    z-index: 2;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: visible;
  }

  .div-block-2 {
    width: 300px;
    overflow: hidden;
  }

  .container-5 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .brand.w--current {
    width: 180px;
    padding-left: 0;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-brand {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .footerlogowrap {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .container-8 {
    justify-content: center;
    align-items: flex-start;
  }

  .rectangle-26 {
    width: 0;
  }

  .aboutmeparagraph {
    letter-spacing: -.1px;
    line-height: 24px;
  }

  .error-3291e20f-97cd-4f31-69af-82afb73fcb58 {
    letter-spacing: -.1px;
  }

  .section-4 {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .text-11 {
    font-size: 40px;
  }

  .section-5.cta {
    padding-bottom: 60px;
  }

  .text-12 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
    line-height: 28px;
  }

  .row-contact-me {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .contactinfo2 {
    width: auto;
    padding: 20px;
  }

  .vectors-wrapper-5 {
    width: 32px;
    height: 32px;
  }

  ._33-06-99-60-09-07 {
    font-size: 16px;
  }

  .section-6.cta {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .div-office-description {
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-officeadress {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 60px;
    padding-right: 60px;
  }

  .column-1-of-officeaddress {
    grid-row-gap: 32px;
  }

  .text-13 {
    margin-bottom: 20px;
  }

  .section-7.cta {
    padding-top: 20px;
  }

  .vectors-wrapper-7 {
    width: 175px;
    height: 175px;
  }

  .text-15 {
    font-size: 24px;
  }

  .div-office-description-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-16 {
    width: 100%;
  }

  .text-16.h3 {
    padding-bottom: 5px;
  }

  .text-17 {
    width: 100%;
  }

  .section-8 {
    padding-top: 40px;
  }

  .talk-therapy {
    max-width: 440px;
  }

  .text-19 {
    font-size: 24px;
  }

  ._95._50-minute-session {
    font-size: 12px;
  }

  .error-40281803-42d6-2b10-4028-bb6c3dd76009 {
    font-size: 14px;
    line-height: 24px;
  }

  .family-counseling {
    max-width: 440px;
  }

  .info-lyon-office {
    border-radius: var(--rounding-textbox);
    grid-template-columns: 1.25fr 1.5fr;
    min-width: auto;
    max-width: 440px;
    height: 100%;
  }

  .hours {
    letter-spacing: -.1px;
    white-space: nowrap;
    overflow-wrap: normal;
    flex-flow: wrap;
    width: 252px;
    height: 24px;
    font-size: 16px;
    line-height: 24px;
    display: block;
  }

  .row-lyonofficeservices-2 {
    padding-left: 0;
  }

  .grid-lyon-office-2 {
    justify-content: center;
    align-items: flex-start;
  }

  .section-10.cta {
    padding-top: 40px;
  }

  .text-26 {
    font-size: 40px;
  }

  .row-lyonofficeservices-3 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .text-27 {
    font-size: 14px;
  }

  .text-27.visibilitytoggle {
    padding-top: 8px;
    padding-bottom: 0;
    display: block;
  }

  .text-28 {
    height: 24px;
    padding-top: 5px;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 14px;
  }

  .column-2-lyonoffice-3 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    justify-content: flex-start;
    align-items: flex-start;
    height: 87%;
    padding-top: 5px;
  }

  .address {
    white-space: nowrap;
    word-break: normal;
    height: 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .address.line2 {
    display: block;
  }

  .address.visibilitytoggle {
    letter-spacing: -.1px;
    width: 252px;
    padding-top: 3px;
    display: block;
  }

  .office-image-wrapper-3 {
    width: 0%;
  }

  .rectangle-47 {
    border-style: none;
    border-width: 1px;
    width: 0%;
  }

  .rectangle-47.onlinepicture {
    border-style: none;
    border-width: 1px;
  }

  .info-lyon-office-3 {
    border-radius: var(--rounding-textbox);
    min-width: auto;
    max-width: 440px;
    height: 280px;
  }

  .textonline {
    font-size: 24px;
  }

  .column-1-lyonoffice-4 {
    height: 100%;
    padding-top: 5px;
  }

  .column-2-lyonoffice-4 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-top: 0;
  }

  .office-image-wrapper-4 {
    width: 0%;
  }

  .div-block-3 {
    flex-flow: wrap;
  }

  .div-block-4 {
    width: 100%;
  }

  .div-block-4-copy {
    flex-flow: wrap;
    width: 100%;
  }

  .heroparentdiv {
    width: 550px;
    height: 300px;
  }

  .herotextandspacer {
    top: auto;
    bottom: auto;
  }

  .herospacer {
    width: 450px;
  }

  .div-block-8 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-12 {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }

  .officehourstext-frame {
    border-top-right-radius: var(--rounding-textbox);
    border-bottom-right-radius: var(--rounding-textbox);
    width: 95vw;
    max-width: 500px;
    height: 320px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-14 {
    padding-top: 20px;
  }

  .officehours-frame {
    justify-content: center;
    align-items: center;
  }

  .div-block-18 {
    padding-top: 20px;
  }

  .div-block-19 {
    padding-top: 6px;
  }

  .text-block-5 {
    text-align: center;
  }

  .divlyonofficetitle {
    flex-flow: column;
  }

  .text-block-6 {
    min-width: 250px;
    margin-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .image {
    max-width: 175px;
    padding-top: 18px;
  }

  .sectionhero {
    height: 552px;
    overflow: hidden;
  }

  .heroimage {
    background-image: linear-gradient(0deg, #000000f2, #000c 1%, #000000bf 23%, #000000bf 34%, #000000b3 40%, #46464600 62%), linear-gradient(269deg, #c19067, #c19067 0%, var(--color-bg3) 5%, #c1906700 21%, #c1906700 37%, #c1906700 85%, var(--color-bg3) 96%);
    height: 552px;
    left: 20%;
  }

  .heroimage.fade-in-hero {
    background-image: linear-gradient(0deg, #000000d1 28%, #00000057 39%, #fff0 48%, #cacaca00), url('../images/Lydie-Hero-Backdrop-LonRight-from-file-menu.jpg');
    background-position: 0 0, 23% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 1440px;
    background-attachment: scroll, scroll;
    justify-content: center;
    align-items: center;
    display: block;
    left: 0%;
  }

  .section.basics {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .div-mypractice {
    width: auto;
    max-width: 100vw;
  }

  .div-tightkeypoints {
    grid-row-gap: 40px;
    width: auto;
    max-width: 100vw;
    line-height: 24px;
  }

  .keypoint-talktherapy {
    width: auto;
    max-width: 100vw;
  }

  .vectors-wrapper-2 {
    white-space: normal;
  }

  .text-3 {
    white-space: normal;
    object-fit: fill;
    width: auto;
    max-width: 100vw;
    line-height: 22px;
  }

  ._31-rue-pr-sident-edouard-herriot-69002-lyon {
    font-size: 14px;
  }

  ._31-rue-pr-sident-edouard-herriot-69002-lyon.spacebelowaddress {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
  }

  .div-herotext-2 {
    grid-row-gap: 16px;
    background-color: #0000;
    width: 300px;
    padding-left: 10px;
    padding-right: 10px;
    position: static;
    top: 153px;
    left: 0%;
  }

  .text-6 {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    line-height: 32px;
  }

  .i-am-a-psychologist-providing-therapy-to-expat-children-teenagers-and-adults-in-lyon-france-and-online-2 {
    text-align: center;
    line-height: 18px;
  }

  .container-6 {
    max-width: none;
  }

  .section-2.cta {
    padding-top: 10px;
    padding-bottom: 60px;
  }

  .div-cta-line {
    height: 100%;
  }

  .text-7 {
    font-size: 16px;
    line-height: 24px;
  }

  .section-3 {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .container-8 {
    width: 100vw;
  }

  .column-about-me-1 {
    grid-row-gap: 16px;
    width: 100vw;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .aboutme {
    font-size: 32px;
  }

  .aboutmeparagraph {
    letter-spacing: -.05px;
    width: 90vw;
    min-width: auto;
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
  }

  .text-10 {
    font-size: 14px;
  }

  .error-3291e20f-97cd-4f31-69af-82afb73fcb58 {
    letter-spacing: -.05px;
    font-size: 14px;
    line-height: 20px;
  }

  .section-5.cta {
    padding-bottom: 40px;
  }

  .section-6.cta {
    padding-bottom: 20px;
  }

  .div-office-description {
    padding-left: 20px;
    padding-right: 20px;
  }

  .error-b99cfdcf-c406-f17e-9e13-23d061491662 {
    font-family: Lora, sans-serif;
    font-size: 16px;
  }

  .div-officeadress {
    grid-column-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-1-of-officeaddress {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
  }

  .div-officeadress-text {
    justify-content: flex-start;
    align-items: center;
  }

  ._31-rue-pr-sident-edouard-herriot-69002-lyon-2 {
    text-align: center;
  }

  .div-address-links-text-icon {
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
  }

  .my-lyon-office-my-office-is-in-a-building-in-downtown-lyon-facing-a-small-square-directly-behind-the-saint-nizier-church-it-is-on-the-1st-floor-the-2nd-floor-in-american-english-and-the-building-has-an-elevator-i-have-a-waiting-room-with-a-comfortable-couch-and-there-is-a-cafe-right-outside-on-the-square-2 {
    font-size: 16px;
  }

  .container-12 {
    grid-row-gap: 24px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-15 {
    font-size: 20px;
    line-height: 24px;
  }

  .div-office-description-2 {
    grid-row-gap: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-16 {
    text-align: center;
    font-size: 28px;
  }

  .text-16.h3 {
    padding-bottom: 5px;
  }

  .text-17 {
    font-size: 16px;
    line-height: 24px;
  }

  .section-8 {
    padding-bottom: 40px;
  }

  .div-services {
    grid-row-gap: 24px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-18 {
    font-size: 40px;
  }

  .talk-therapy {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .talk-therapy-euros-per-session {
    flex-flow: wrap;
  }

  .text-19 {
    margin-right: 10px;
  }

  ._95._50-minute-session {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .wrapper-family-counseling {
    width: 90vw;
    max-width: 400px;
  }

  .family-counseling {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-21 {
    font-size: 14px;
    line-height: 24px;
  }

  .info-lyon-office {
    grid-template-columns: 127px 100px;
    height: 250px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .map-button {
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 32px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .map {
    text-align: center;
    font-size: 12px;
    line-height: 12px;
  }

  .hours {
    text-align: center;
    letter-spacing: -.02px;
    width: 100%;
    font-size: 16px;
  }

  .grid-lyon-office-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .section-10.cta {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .container-15 {
    grid-row-gap: 40px;
  }

  .text-26 {
    font-size: 28px;
  }

  .card-lyonoffice-2 {
    height: 250px;
  }

  .card-lyonoffice-2.card-2 {
    max-width: 440px;
    height: 300px;
  }

  .row-lyonofficeservices-3 {
    grid-column-gap: 12px;
    justify-content: center;
    align-items: center;
  }

  .grid-lyon-office-3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .column-1-lyonoffice-3 {
    justify-content: flex-start;
    align-items: center;
    height: 14px;
    line-height: 14px;
  }

  .text-27 {
    display: none;
  }

  .text-27.visibilitytoggle {
    width: auto;
    min-width: 120px;
    display: block;
  }

  .text-28 {
    min-width: 120px;
  }

  .column-2-lyonoffice-3 {
    justify-content: flex-start;
    align-items: center;
    height: 0%;
    padding-top: 0;
  }

  .address {
    font-size: 14px;
    display: none;
    overflow: visible;
  }

  .address.visibilitytoggle {
    font-size: 16px;
  }

  .info-lyon-office-3 {
    grid-row-gap: 32px;
    width: auto;
    height: 300px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .textonline {
    text-align: center;
    width: 150px;
    min-width: 100%;
    padding-top: 4px;
    font-size: 24px;
    line-height: 20px;
  }

  .column-1-lyonoffice-4 {
    width: 46px;
    height: 100%;
  }

  .column-2-lyonoffice-4 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .lyon-office-2 {
    width: auto;
  }

  .div-block-4-copy {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5px;
  }

  .buttonofficeinfo {
    width: 0;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-5 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .heroparentdiv {
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 552px;
    display: flex;
  }

  .herotextandspacer {
    justify-content: center;
    align-items: center;
    height: auto;
    inset: 347px 0% 0%;
  }

  .herospacer {
    width: 0;
    height: 0;
  }

  .div-block-13 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .officehourstext-frame {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .officehours-grid {
    grid-auto-flow: row;
  }

  .div-block-14 {
    display: none;
  }

  .div-block-16 {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    width: 120px;
    height: 51px;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .div-block-16.online {
    display: none;
  }

  .div-block-17 {
    width: auto;
    height: 51px;
  }

  .div-block-18 {
    display: none;
  }

  .flex-block {
    flex-flow: wrap;
  }

  .flex-block.officeheader {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }

  .div {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div.lowertext {
    padding-top: 10px;
  }

  .div-block-21 {
    text-align: center;
    width: 100%;
  }

  .text-block-6 {
    text-align: center;
  }
}

#w-node-_546b5c5b-90ad-80e0-02ad-ef2803f0f50b-03f0f502, #w-node-_546b5c5b-90ad-80e0-02ad-ef2803f0f51a-03f0f502 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d9c53cf3-eba1-f5d9-622d-bf47b74b64db-08e9cf26 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-e9aebf57-7318-b99d-b445-9c56f9d71640-08e9cf26 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-e9aebf57-7318-b99d-b445-9c56f9d71642-08e9cf26 {
  grid-column: span 3 / span 3;
}


@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}