@font-face {
  font-family: "Gfont";
  src: url("../fonts/gfont.otf");
}

:root
{
  --my-blue: #3A6688;
  --mpc-color: #f15a22;
  --button-bg: #3A6688;
  --button-text-color: #fff;
  --baby-blue: #f8faff;
  --facebook-color: #4867aa;
  --insta-color: #ff005d;
  --linkedin-color: #027bb6;
  --whatsapp-color: #24d366;
  --bg-width: 160%;
}


*
{
    box-sizing: border-box;
}

body
{
  /* overflow: hidden; */
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  /* font-family: 'Raleway', sans-serif; */
  font-family: 'Helvetica', sans-serif;
  /* font-family: 'Poppins', sans-serif; */

  /* height: 100vh; */
  width: 100%;
  /* min-height: 100vh;
  min-height: -webkit-fill-available; */
  /* background-image: url('./images/frank-mckenna-OD9EOzfSOh0-unsplash.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed; */
    
}

.page
{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: initial;

  scroll-behavior: smooth;
  overflow-x: hidden;

  /* height: -webkit-fill-available; */
  
}

.page::before
{
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;

  height: 100vh;
  min-width: 100%;
  max-width: 160%;
  /* width: 100%; */
  width: var(--bg-width);
  background-image: url('../images/frank-mckenna-OD9EOzfSOh0-unsplash.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* section.home-banner > :nth-child(1)
{
  padding-left: 100px;
}
section.home-banner > :nth-child(2)
{
  padding-right: 100px;
}
section.home-banner > :nth-child(3)
{
  padding: 0 100px;
} */

.home-banner
{
  position: relative;
  display: grid;
  height: 100vh;
  width: 100%;
  padding: 0 100px;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 40px 1.8fr auto 1fr;
  /* background-size: cover;
  background-position: center; */
}

/* .page::before
{
  position: absolute;
  content: "";
  z-index: -2;
  height: 100vh;
  width: 100%;
  background-image: url('./images/frank-mckenna-OD9EOzfSOh0-unsplash.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
} */

.page::after 
{
  content: "";
  position: fixed;
  z-index: -1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(137, 137, 137, .3);
}

.titre
{
  position: relative;
  grid-column: span 4;
  /* padding-left: 4vw; */
  padding-bottom: 2vw;
  display: flex;
  align-items: flex-end;
}

h1, h2 , .titre p
{
  text-shadow: 1px 1.5px #000000;
  color: #ffffff;
  
}

h1, h2
{
  margin: 0;
  font-family: "Gfont", sans-serif;
  font-weight: 400;
}

h1
{
  position: relative;
  font-size: 16vw;
  text-align: end;
  opacity: 0;
  animation: FadeInHome 1.4s linear forwards;
}

h2
{
  font-size: max(45px, 7vw);
}

.home-banner h2
{
  position: relative;
  grid-column: span 4;
  text-align: center;
  opacity: 0;
  animation: FadeInHome 1.4s .4s linear forwards;
  /* bottom: 6vh; */
}

p.job
{
  position: relative;
  margin: 0;
  top: -.5vw;
  right: 19vw;
  display: inline;
  font-size: 3vw;
  font-weight: 300;
  font-style: italic;
  opacity: 0;
  animation: FadeInHome 1.4s linear forwards;
}

@keyframes FadeInHome
{
  0%
  {
    opacity: 0;
  }
  100%
  {
    opacity: 1;
  }
}

.coordonnees
{
  grid-column: span 3;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.coordonnees i
{
  font-size: 16px;
  color: #ffffff;
  margin-right: .6vw;
  text-shadow: 1px 1px #000000;
  transition: .3s;
}

.coordonnees a
{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  /* font-size: minmax(14px, 1.3vw); */
  
  font-weight: bold;
  text-shadow: 1px 1px #000000;
  transition: .3s;
}

.coordonnees a:hover, .coordonnees a:hover i
{
  color: #3A6688;
  text-shadow: 1px 1px #ffffff;
  transition: .3s;
}

.social-networks
{
  grid-column: span 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  /* padding-right: 100px; */
}

.social-networks a
{
  margin: 0 8px;
}

/* .social-networks a:hover
{
  transition: .3s;
} */

.social-networks i
{
  color: #ffffff;
  font-size: 30px;
  text-shadow: 1px 1px #000000;
  transition: .3s;
}

.social-networks .icon-d-docto
{
  width: 30px;
  filter: drop-shadow(1px 1px #000000);
  transition: .3s;
}

.social-networks a:hover .fab.fa-linkedin
{
  color: var(--linkedin-color) !important;
}
.social-networks a:hover .fab.fa-instagram
{
  color: var(--insta-color) !important;
}
.social-networks a:hover .fab.fa-facebook
{
  color: var(--facebook-color) !important;
}
.social-networks a:hover .fab.fa-whatsapp
{
  color: var(--whatsapp-color) !important;
}

.social-networks a:hover .icon-d-docto
{
  filter: invert(46%) sepia(89%) saturate(2347%) hue-rotate(163deg) brightness(97%) contrast(101%) drop-shadow(1px 1px #000000) !important;
}



section.banner-bouton
{
  position: relative;
  grid-column: span 4;
  /* text-align: center; */
  display: flex;
  align-items: center;
  justify-content: flex-end;
  /* padding-right: 100px; */
}




@keyframes buttonTransition
{
  0%
  {
    position: absolute;
    z-index: 50;
    right: 0;
    bottom: 0;
    transform: translate(-100px, -88vh);
  }

  100%
  {
    position: fixed;
    transform: translate(-20px, -10px);
  }
}

@keyframes buttonTransition2
{
  0%
  {
    position: absolute;
    z-index: 50;
    right: 0;
    bottom: 0;
    transform: translate(-11vw, -88vh);
  }

  100%
  {
    position: fixed;
    transform: translate(-20px, -10px);
  }
}


.home-banner .myButton i
{
  position: relative;
  top: 1px;
  font-size: 30px;
  margin-left: 8px;
  transition: .4s;
}


section.underconstruction
{
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 50px;
}

section.underconstruction img
{
  height: 150px;
  filter: drop-shadow(2px 2px #0000007c) ;
  /* transform: rotate(-10deg); */
}

.about-me
{
  position: relative;
  margin-top: 23vw;
  margin-bottom: 10vw;
  /* height: 130vh; */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  
}

.about-title
{
  height: 20vw;
  /* max-width: 330px; */
  width: 26vw;
  background-color: var(--my-blue);
  border-radius: 18px;
  position: absolute;
  padding: 1vw;
  /* padding-left: 3vw; */
  top: -9vw;
  left: 20vw;
  /* z-index: -1; */
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  /* opacity: 0; */
  /* visibility: hidden; */
}

.about-title h2
{
  text-align: center;
  /* text-align: left; */
  /* font-size: 6vw; */
}

.about-description
{
  position: relative;
  /* top: 23vw; */
  /* max-width: 644px; */
  width: 50vw;
  padding: 4.5vw;
  border-radius: 18px;
  background-color: white;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

p.me-myself
{
  /* font-size: max(16px, 1.4vw); */
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  text-align: justify;
  line-height: max(28px, 2.2vw);

}

p.me-myself a
{
  /* text-decoration: none; */
  font-weight: bold;
  /* color: #000; */
  color: var(--my-blue);
  transition: .2s;
}

/* p.me-myself a:hover
{
  color: var(--my-blue);
} */


li.plus
{
  list-style: none;
  text-align: right;
}

.savoir-plus
{
  /* font-size: max(16px, 1.4vw); */
  font-family: "Poppins";
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
  color: var(--my-blue);
}

.savoir-plus i
{
  transition: .4s;
}

.savoir-plus:hover i
{
  transform: translateX(5px);
}

.signature
{
  text-align: right;
  margin: 0;
  padding: 0;
  font-family: "Gfont", sans-serif;
  font-size: 5vw;
  color: #000000;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

.my-social
{
  margin-top: 2vw;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.my-social i
{
  /* font-size: 4vw; */
  font-size: 50px;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  transition: .3s;
  margin: .8vw;
}

.my-social .fab.fa-linkedin
{
  color: var(--linkedin-color) !important;
}
.my-social .fab.fa-instagram
{
  color: #fd5949
}
.my-social .fab.fa-facebook
{
  color: var(--facebook-color) !important;
}
.my-social .fab.fa-whatsapp
{
  color: var(--whatsapp-color) !important;
}

.link-icon-doctolib
{
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
}

img.icon-doctolib
{
  width: 50px;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2));
  transition: .3s;
  margin: .8vw;
}

 .my-social a:hover .fab.fa-linkedin,
 .my-social a:hover .fab.fa-instagram,
 .my-social a:hover .fab.fa-facebook,
 .my-social a:hover .fab.fa-whatsapp,
 .my-social a:hover img.icon-doctolib
{
  transform: scale(1.1);
}

img.me-photo
{
  margin: 0;
  padding: 0;
  /* height: 20vw; */
  /* max-width: 274px; */
  width: 20vw;
  border-radius: 50%;
  overflow: hidden;
  border: 1vw solid #ffffff;
  position: absolute;
  top: -14vw;
  right: 17vw;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}



section.citation
{
  position: relative;
  z-index: 11;
  /* height: 15vh; */
  min-height: 3vh;
  width: 100%;
  background-color: var(--my-blue);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
}

.citation q
{
  font-size: 1.8em;
  font-style: oblique;
  color: #ffffff;
  text-align: center;

  width: 92%;
  max-width: 900px;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

.citation-signature
{
  position: absolute;
  bottom: -130px;
  right: 0;
  width: 100%;

  text-align: right;
  padding-right: 17vw;
  margin: 0;
  /* margin-right: 8vw; */
  font-family: "Gfont", sans-serif;
  font-size: 67px;
  color: #ffffff;
  /* align-self: flex-end; */
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}


section.hypnose
{
  position: relative;
  /* margin-top: 23vw;
  margin-bottom: 23vw; */
  margin: 23vw 0;
  /* height: 130vh; */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  
}

.hypnose-title
{
  height: 20vw;
  /* max-width: 330px; */
  width: 30vw;
  background-color: var(--my-blue);
  border-radius: 18px;
  position: absolute;
  padding: 1vw;
  /* padding-left: 3vw; */
  top: -9vw;
  right: 20vw;
  /* z-index: -1; */
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

.hypnose-title h2
{
  text-align: center;
  /* font-size: 6vw; */
}

.hypno-description
{
  position: relative;
  /* top: 23vw; */
  /* max-width: 644px; */
  width: 50vw;
  padding: 4.5vw;
  border-radius: 18px;
  background-color: white;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

p.hypno-erik
{
  /* font-size: max(16px, 1.4vw); */
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  text-align: justify;
  line-height: max(28px, 2.2vw);

}

section.champs
{
  justify-self: center;
  display: flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 10vw;
}

.champs-block
{
  position: relative;
  right: 7.5vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.champs img
{
  position: relative;
  z-index: 3;
  left: 15vw;
  height: 30vw;
  width: 30vw;
  backface-visibility: visible;
  border-radius: 50%;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.7);
}

.applications
{
  position: relative;
  

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  
  /* background-color: rgba(255, 255, 255, 0.25); */
  width: 60vw;
  padding: 2vw;
  border-radius: 18px;
  border: 3px solid rgba(227, 253, 255, 0.527);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
  background-color: rgba(160, 160, 160, 0.4);
  /* filter: blur(2px); */
  /* backdrop-filter: blur(3px); */
}


.applications > *
{
  position: relative;
  z-index: 2;
}

.applications h2
{
  order: unset;
  margin: 0;
  text-align: center;
}

.applications p,
.applications ul li
{
  font-size: max(16px, 1.5vw);
  font-weight: bold;

  color: #ffffff;
  text-shadow: 1px 1px #000000;
}

.applications p
{
  text-align: center;
  font-style: italic;
  padding-left: 14vw;
}

.applications ul
{
  line-height: 2.7vw;
  padding-left: 15vw;

}

.applications ul li
{
  color: #ffffff;
  list-style: none;
}

.applications ul li i
{
  color: #ffffff;
  font-size: 14px !important;
}



.applications .savoir-plus
{
  align-self: flex-end;
  color: #ffffff;
  text-shadow: 1px 1px #000000;
}

.tarifs-top .shape-fill,
.tarifs-bottom .shape-fill
{
  fill: #fff;
}

section.tarifs
{
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: white;

  font-size: 16px;

}

.tarifs-title
{
  margin-bottom: 80px;
}

.tarifs-title h2
{
  text-align: center;
  font-size: max(67px, 7vw) !important;
  color: #000;
  text-shadow: 1px 1px 1px rgba(128, 128, 128, 0.70);
}

.tarifs-tables
{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;

  margin-bottom: 80px;

  padding: 0 100px;
}

.table
{
  position: relative;
  margin: 30px;
  transition: .4s;
}

.table:hover
{
  transform: translateY(-15px);
}

.table:hover .table-back
{
  transform: rotateZ(7deg);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

.table:hover .table-front
{
  border: 2px solid goldenrod;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

.price span
{
  transition: .5s;
}

.table:hover .price span
{
  color: var(--my-blue);
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.table:hover p.duree i
{
  color: var(--my-blue);
  animation: myRotate 7s linear infinite;
}

@keyframes myRotate
{
  0%
  {
    transform: rotateZ(0deg);
  }
  100%
  {
    transform: rotateZ(359deg);
  }
}

.table-back
{
  position: absolute;
  z-index: 102;
  top: 0;
  left: 0;
  height: 400px;
  width: 230px;
  border-radius: 18px;
  background-color: var(--my-blue);

  /* box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4); */

  /* transform: rotateZ(7deg); */
  transition: .4s;
}

.table-front
{
  /* display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between; */
  position: relative;
  z-index: 103;
  display: grid;
  justify-items: center;
  /* align-items: center; */
  grid-template-columns: 1fr;
  grid-template-rows: 80px repeat(4, 1fr);
  height: 400px;
  width: 230px;

  padding: 16px;

  font-weight: bold;

  border-radius: 18px;
  border: 2px solid var(--my-blue);

  background-color: rgba(255, 255, 255, .8);

  /* box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2); */

  /* transition: .4s; */
}

.table-title
{
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.table-title h3
{
  margin: 0;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

/* .table-title p
{
  text-align: center;
  margin: 0;
} */

.sub-title,
.sub-price
{
  color: #A8A8A8;
  text-align: center;
  margin: 0;
}

.price span:first-child
{
  font-size: 40px;
}

.price span:nth-child(2)
{
  font-size: 60px;
}

.price span:nth-child(3)
{
  font-size: 20px;
}

p.duree
{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-style: italic;
}

p.duree i
{
  font-size: 30px;
  margin-right: 8px;
  transition: .3s;
}

p.program
{
  margin: 0;
}



.reduction 
{
  
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  padding: 0 17.5%;
}
.reduction a.conditions-vente
{
  margin-top: 40px;
  font-size: 14px;
  font-weight: bold;
  color:#000;
  transition: .2s;
}

.reduction a.conditions-vente:hover
{
  color: var(--my-blue);
}

.reduction p
{
  line-height: 25px;
  text-align: justify;
  font-style: italic;
}

.reduction p a,
.reduction p span.warning_text {
  /* text-decoration: none; */
  font-weight: bold;
  /* color: #000; */
  color: var(--my-blue);
}



section.mon-cabinet
{
  position: relative;
  margin-top: 180px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cabinet-title
{
  position: relative;
  z-index: 3;
  height: 25vw;
  width: 25vw;
  top: 80px;
  left: 200px;
  border-radius: 50%;
  border: 12px solid #fff;

  background-image: url('../images/500/avery-klein-JaXs8Tk5Iww-unsplash-500.jpg');
  background-position: center;
  background-size: cover;

  display: flex;
  align-items: center;
  justify-content: center;

  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
}

.cabinet-title h2
{
  position: relative;
  /* top: -20px; */
  font-size: 67px !important;
}

.google-map
{
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.google-map iframe
{
  position: relative;
  height: 350px;
  width: 70%;
  border-radius: 10px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
}

.cabinet-photo
{
  position: relative;
  z-index: 1;
  width: 70%;
  max-width: 700px;
  border: 12px solid #fff;
  transform: rotate(-20deg);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
}


















@media (min-width: 1300px){

  section.home-banner
  {
    padding: 0px 11vw;
  }

  /* section.home-banner > :nth-child(1)
  {
    padding-left: 11vw;
  }
  section.home-banner > :nth-child(2)
  {
    padding-right: 11vw;
  }
  section.home-banner > :nth-child(3)
  {
    padding: 0 11vw;
  }

  #the-one
  {
    transform: translate(-11vw, -88vh);
  }


  #the-one.fixed
  {
    animation: buttonTransition2 .6s ease-out forwards;
  } */


  h1
  {
    font-size: 207px;
  }
  p.job
  {
    font-size: 39px;
    top: -10px;
    right: 245px;
  }

  .home-banner h2,
  .applications h2
  {
    font-size: 91px;
  }

  .about-me
  {
    width: 900px;
  }
  .about-title
  {
    max-width: 338px;
    max-height: 260px;
    top: -115px;
    left: 50px;
  }
  .about-title h2
  {
    font-size: 91px;
  }
  .about-description
  {
    max-width: 650px;
    padding: 58px;
  }
  img.me-photo
  {
    max-width: 260px;
    top: -183px;
    right: 40px;
    border: 14px solid #ffffff;
  }

  .applications
  {
    max-width: 830px;
    padding: 30px;
  }

  .applications p,
  .applications ul li
  {
    font-size: 20px;
  }
  .applications p
  {
    padding-left: 160px;
  }
  .applications ul
  {
    line-height: 35px;
  }
  .champs img
  {
    max-width: 415px;
    max-height: 415px;
    left: 207.5px;
  }



}


@media (max-width: 1300px){
  section.formulaire
  {
    width: 76%;
  }
  
}












@media (max-width: 1150px){
  /* .page
  {
    padding: 0 40px;
  } */

  section.home-banner
  {
    padding: 0 40px;
  }

  /* .coordonnees
  {
    justify-content: space-between;
  } */

  .about-description,
  .hypno-description
  {
    width: 58vw;
  }

  .about-title
  {
    left: 15vw;
  }
  
  .hypnose-title
  {
    right: 15vw;
  }

  img.me-photo
  {
    right: 12vw;
  }
}

@media (max-width: 1010px){
  .home-banner
  {
    grid-auto-rows: 70px 1fr auto 1fr;
  }
  .coordonnees
  {
    /* display: grid; */
    display: none;
    justify-content: unset;
  }
  .coordonnees a:first-child
  {
    justify-self: flex-start;
    margin-left: 80px;
  }
  .coordonnees a:nth-child(2)
  {
    justify-self: center;
  }
  .coordonnees a:last-child
  {
    justify-self: flex-end;
  }

  .social-networks 
  {
    grid-column: span 2/4;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  section.formulaire
  {
    width: 90%;
  }

  .cabinet-title
  {
    position: absolute;
    width: 255px;
    height: 255px;
    top: -165px;
    left: unset;
    right: 8%;
  }

}

@media (max-width: 880px)
{
  .savoir-plus
  {
    font-size: 16px;
  }

  .about-title
  {
    left: 10vw;
  }
  
  .hypnose-title
  {
    right: 10vw;
  }

  .about-description,
  .hypno-description 
  {
    width: 68vw;
  }

  .champs-block
  {
    right: unset;
  }

  .champs img
  {
    display: none;
  }

  .applications
  {
    position: relative;
    width: 95vw;
    /* backdrop-filter: blur(2px); */
    /* background-color: rgba(107, 107, 107, 0.23); */

  }

  .applications::before
  {
    position: absolute;
    z-index: 1;
    content: "";
    top: 0;
    left: 0;

    height: 100%;
    width: 100%;
    opacity: .7;

    border-radius: 18px;
    background-color: rgb(80, 80, 80);
    /* filter: blur(3px); */
    /* backdrop-filter: blur(3px); */
    
  }

  .applications::after
  {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    border-radius: 18px;
    background-image: url('../images/annie-spratt-9VpI3gQ1iUo-unsplash-background.jpg');
    background-position: center;
    background-size: cover;
    /* filter: blur(1.6px); */
  }

  .applications p
  {
    font-size: 14px;
    padding: 0;
  }
  .applications ul
  {
    line-height: 30px;
    padding: 0;
  }

  .savoir-plus
  {
    font-size: 16px;
  }

  .tarifs-tables
  {
    padding: 0;
  }
  
}

@media (max-width: 800px){

  .citation-signature
  {
    padding-right: 8vw;
  }

  .google-map iframe
  {
    width: 95%;
  }


}

@media (max-width: 700px){
  /* .page
  {
    margin: 0;
    padding: 0;
  } */

  section.home-banner
  {
    margin: 0;
    padding: 0;
  }
  section.citation
  {
    padding: 0 10px;
  }

  section.home-banner
  {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
  }

  .titre
  {
    order: 1;
    padding-bottom: unset;
    margin-bottom: 10px;
  }



  .home-banner h2
  {
    order: 2;
    margin-bottom: 40px;
  }

  .coordonnees
  {
    order: 4;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
  }
  .coordonnees a:first-child
  {
    justify-self: unset;
    margin-left: 0px;
  }
  .coordonnees a:nth-child(2), .coordonnees a:last-child
  {
    justify-self: unset;
  }
  .coordonnees a
  {
    margin: 10px 0;
  }
  section.banner-bouton
  {
    order: 3;
    justify-content: center;
  }

  .social-networks
  {
    order: 5;
    margin-top: 40px;
    justify-content: center;
  }
  
  .social-networks i
  {
    font-size: 50px;
  }

  .social-networks .icon-d-docto
  {
    width: 50px;
  }

  section.underconstruction
  {
    position: absolute;
    bottom: unset;
    top: 0;
    padding: 20px;
  }
  
  section.underconstruction img
  {
    height: 80px;
  }

  .about-title
  {
    top: -10vw;
    left: 7vw;
    padding-left: 1vw;
    width: 33vw;
  }


  .citation q
  {
    font-size: 18px;
  }
  .citation-signature
  {
    bottom: -50px;
    font-size: 40px;
  }
  
  .hypnose-title
  {
    top: -10vw;
    width: 40vw;
  }


  .about-description,
  .hypno-description
  {
    width: 95vw;
  }

  .signature
  {
    font-size: 58px;
    margin-top: 20px;
  }

  .my-social i
  {
    font-size: 45px;
    margin: 2vw;
  }

  .my-social .icon-doctolib
  {
    width: 45px;
    margin: 2vw;
  }

  img.me-photo
  {
    top: -34vw;
    right: 7vw;
    width: 40vw;
    border: 2vw solid #ffffff;
  }


}


@media (max-width: 650px){
  
  
}



@media (max-width: 600px){
  .titre
  {
    margin-top: 80px;
    margin-bottom: 0;
    display: unset;
    align-items: unset;
  }
  h1
  {
    font-size: 22vw;
    left: -8vw;
  }
  p.job
  {
    font-size: 5vw;
    top: -5.5vw;
    right: -39vw;
  }
  .home-banner h2
  {
    font-size: 10vw;
  }
  section.citation
  {
    min-height: 5vh;
  }

  p.me-myself,
  p.hypno-erik
  {
    font-size: 16px;
  }

  .reduction
  {
    padding: 0 5%;
  }

  .cabinet-title
  {
    z-index: 2;
    top: -50px;
    /* right: unset; */
    height: 150px;
    width: 180px;
    background-image: unset;
    background-color: #fff;
    border: unset;
    border-radius: 18px;
    align-items: unset;
    padding: 5px;
  }
  .cabinet-title h2
  {
    color: #000;
    font-size: 45px !important;
    text-shadow: 1px 1px 1px rgba(128, 128, 128, .7);
  }
}

@media (max-width: 500px){

  .about-me
  {
    margin-top: unset;
    flex-direction: column;
  }

  .about-title
  {
    width: 100%;
    top: -45px;
    left: unset;
    background-color: unset;
    box-shadow: unset;
  }
  .about-title h2
  {
    position: relative;
    z-index: 1;
    font-size: 67px;
    top: 230px;
  }

  img.me-photo
  {
    position: relative;
    right: unset;
    width: 250px;
    top: 35px;
    border: 12px solid #fff;
    order: -1;
  }

  section.hypnose
  {
    margin: 30vw 0;
  }
  .hypnose-title
  {
    top: -55px;
    width: 195px;
    border-radius: 18px 18px 0 0;
  }

}



@media (max-width: 360px){
  .myButton
  {
    font-size: 16px;
  }

  section.underconstruction
  {
    position: absolute;
    bottom: unset;
    top: 0;
    padding: 10px;
  }
  
  section.underconstruction img
  {
    height: 50px;
  }

  .contact img
  {
    width: 275px;
  }
}
