@import 'css/_reset.css';
@import 'css/_base.css';
@import 'css/navbar.css';

@font-face {
  font-family: GoudyOldStyleBT;
  src: url(fonts/Goudy/GoudyOldStyleBT.ttf);
}

@font-face {
  font-family: GoudyOldStyleBT;
  src: url(fonts/Goudy/GoudyOldStyleBoldBT.ttf);
  font-weight: bold;
}

@font-face {
  font-family: Bellefair;
  src: url(fonts/Bellefair/Bellefair-Regular.ttf);
}

@font-face {
  font-family: AlbertSans;
  src: url(fonts/AlbertSans/AlbertSans-VariableFont_wght.ttf);
}

p, a, li {
  font-family: AlbertSans;
  font-size: 18px;
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
  font-family: Poppins;
}

h1, h3 {
  font-size: 35px;
  font-weight: normal !important;
  font-family: Bellefair;

}

/*COVER*/

.landing .wrapper {
  background: rgb(246, 195, 154);
  background: linear-gradient(219deg, rgb(246, 203, 154) 0%, rgb(255, 245, 233) 100%);
  padding: 3%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.header-mobile {
  display: none;
}

.landing .wrapper .container {
  aspect-ratio: 16/9;
  margin-inline: auto;
  max-width: 1200px;
  background-image: url("images/landing_background.jpg");
  background-size: cover;
  border-radius: 50px;
  padding: 3.1%;
}

.box {
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background: white;
  border-radius: 50px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.landing .box {
  height: 320px;
  width: 430px;
  padding: 0.6vw;
  animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
}

.fade-in {
  opacity: 0;
  filter: blur(4px);
}

/* Icon */

#calendar_month {
  content: url(images/icon/calendar_month.png);
}

.button-img:hover #calendar_month, .button-img:focus #calendar_month {
  content: url(images/icon/calendar_month_active.png);
}

#call {
  content: url(images/icon/call.png);
}

.button-img:hover #call {
  content: url(images/icon/call_active.png);
}

.contact .container .info .info-button:hover #call, .contact .container .info .info-button:focus #call {
  content: url(images/icon/call_active.png);
}

.button-home {
  margin-right: 10px;
  width: 24px;
  height: 24px;
}


#expand_more_pnl {
  content: url(images/icon/expand_more_pnl.png);
}

#expand_more_hypnose {
  content: url(images/icon/expand_more_hypnose.png);
}

.button-rotation {
  transition: all 0.5s ease;
  margin-top: 2px;
  height: 30px;
  width: 30px;
}


.expand-card {
  content: url(images/icon/expand_more_active.png);
  transition: all 0.5s ease;
  height: 30px;
  width: 30px;
}


#seance {
  content: url(images/icon/expand_more_hypnose.png);
  transition-delay: 0.5s;
}


#mail {
  content: url(images/icon/mail.png);
}

.contact .container .info .info-button:hover #mail, .contact .container .info .info-button:focus #mail {
  content: url(images/icon/mail_active.png);
}

.button-contact {
  margin-right: 20px;
  height: 40px;
  width: 40px;
}


#map {
  content: url(images/icon/map.png);
}

#schedule {
  content: url(images/icon/schedule.png);
}

.icon-contact {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}


.fade-1 {
  animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.fade-2 {
  animation: fade-in 0.8s 0.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.fade-3 {
  animation: fade-in 0.8s 0.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.fade-4 {
  animation: fade-in 0.8s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.fade-5 {
  animation: fade-in 0.8s 0.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.fade-6 {
  animation: fade-in 0.8s 0.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.fade-7 {
  animation: fade-in 0.8s 0.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.fade-8 {
  animation: fade-in 0.8s 0.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.fade-9 {
  animation: fade-in 0.8s 0.9s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.fade-10 {
  animation: fade-in 0.8s 1.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.fade-11 {
  animation: fade-in 0.8s 1.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.fade-12 {
  animation: fade-in 0.8s 1.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.fade-13 {
  animation: fade-in 0.8s 1.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.fade-14 {
  animation: fade-in 0.8s 1.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.fade-15 {
  animation: fade-in 0.8s 1.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.fade-16 {
  animation: fade-in 0.8s 1.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.fade-17 {
  animation: fade-in 0.8s 1.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

@keyframes scale {
  100% {
    transform: scale(1);
  }
}

@keyframes fade-in {
  100% {
    opacity: 1;
    filter: blur(0);
  }
}




.logo {
  aspect-ratio: 2578/1864;
  width: 126px;
  background-image: url("images/logo_roro.png");
  background-size: cover;
}

.landing .box .logo {
  display: none;
}

.landing .box .up h1, .box .up h2, .box .middle h3, .box .down p {
  text-align: center;
}

.landing .box .up h1, .box .up h2, .box .middle h3 {
  font-size: 23px;
}

.landing .box .up h2 {
  font-size: 25px;
  font-weight: 600;
  margin: 10px 0;
}

.landing .box .location {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 25px;
  width: 100%;
  text-align: center;
}

.landing .box .middle h3 {
  font-weight: 800;
  text-align: center;
  width: 170px;
}

.landing .box .middle {
  display: flex;
  align-items: center;
  justify-content: center;
}

.line {
  height: 2px;
  width: 90px;
  background: #f4a378;
  opacity: 0;
  filter: blur(4px);
  animation: fade-in 0.8s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.down {
  width: 310px;
}

/* BUTTONS */

.buttons {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100px;
}

button {
  width: 100%;
  background-color: transparent;
  border: 2px solid #f4a378;
  border-radius: 100px;
  color: #f4a378;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: normal;
  padding: 7px 25px;
  text-align: center;
  transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
  user-select: none;
  -webkit-user-select: none;
}

button:disabled {
  pointer-events: none;
}

button:hover, button:focus {
  color: #fff;
  background-image: linear-gradient(51deg,#e79c73 0%,#f4a378 100%);
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 7.5px;
}

button:active, button:focus {
  box-shadow: none;
  transform: translateY(0);
}

.button-img {
  max-width: 280px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile-menu .button-img {
  background: none;
}

.button-img p {
  width: 100%;
}

button p {
  font-size: 16px;
}

/* HYPNOSE-PNL SECTION */

.hypnose-pnl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
}

.hypnose-pnl .container {
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hypnose-pnl .presentation {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hypnose-pnl .presentation .welcome {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}

.hypnose-pnl .presentation .welcome h1 {
  margin-top: 90px;
  margin-bottom: 20px;
  font-weight: 600;
}

.hypnose-pnl .presentation .welcome p {
  text-align: center;
}

.hypnose-pnl .title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.hypnose-pnl .presentation .boxes h2 {
    letter-spacing: 2px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
}

.hypnose-pnl .boxes {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 90%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.hypnose-pnl .box {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  padding: 30px;
  margin-inline: 20px;
  min-width: 400px;
  max-width: 600px;
  width: 100%;
  transform: scale(1.001);
  transition: all 1s ease; /* Animation */
}

.hypnose-pnl .boxes .box {
  cursor: pointer;
  overflow: hidden;
  max-height: 100px;
}

.hypnose-pnl .container:first-child .box:first-child {
  background-color: #d9f2f5;
}

.hypnose-pnl .container:first-child .box:last-child {
  background-color: #ffece2;
}

.hypnose-pnl .box:hover {
  transform: scale(1.02);
}

.hypnose-pnl .boxes .box:focus, .hypnose-pnl .boxes .active{
  max-height:110vh !important;
}

.hypnose-pnl .box:first-child:hover, .hypnose-pnl .box:first-child:focus, .hypnose-pnl .box:first-child:hover, .hypnose-pnl .box:first-child.active {
  box-shadow: rgba(25, 139, 150, 0.35) 0px 7px 29px 0px;
}

.hypnose-pnl .box:last-child:hover, .hypnose-pnl .box:last-child:focus, .hypnose-pnl .box:last-child:hover, .hypnose-pnl .box:last-child.active {
  box-shadow: rgba(244, 163, 120, 0.35) 0px 7px 29px 0px;
}





.hypnose-pnl .container:first-child .boxes .box:first-child:hover {
  background: #e7f7f8;
}

.hypnose-pnl .container:first-child .boxes .box:last-child:hover {
  background: #fef0e8;
}

.hypnose-pnl .container:first-child .box:first-child:focus, .hypnose-pnl .container:first-child .box:first-child.active {
  background: #d9f2f5 !important;
}

.hypnose-pnl .container:first-child .box:last-child:focus, .hypnose-pnl .container:first-child .box:last-child.active {
  background: #ffece2 !important;
}









.hypnose-pnl .container:first-child .presentation h2:first-child {
  margin-top: 40px;
}

.hypnose-pnl .box:first-child .title h2, .hypnose-pnl .box:first-child h3 {
  color: #198b96;
}

.hypnose-pnl .box:first-child .line {
  background: #198b96;
}

.hypnose-pnl .box:last-child .title h2, .hypnose-pnl .box:last-child h3 {
  color: #f4a378;
}

.circle {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 35px;
  height: 35px;
  border-radius: 52px;
  transition: all 0.5s ease;
}

.hypnose-pnl .box .circle {
  right: 35px;
}

.hypnose-pnl .box:nth-child(1) .circle {
  border: #198b96 solid 2px;
}

.hypnose-pnl .box:nth-child(2) .circle {
  border: #f4a378 solid 2px;
}


.hypnose-pnl .box:nth-child(1):hover .circle, .hypnose-pnl .box:nth-child(1):focus .circle, .hypnose-pnl .box:nth-child(1):hover .circle, .hypnose-pnl .box:nth-child(1).active .circle {
  background-color: #198b96;
}

.hypnose-pnl .box:hover .button-rotation, .hypnose-pnl .box:focus .button-rotation, .hypnose-pnl .box:hover .button-rotation, .hypnose-pnl .box.active .button-rotation {
  content: url(images/icon/expand_more_active.png) !important;
}

.hypnose-pnl .box:nth-child(2):hover .circle, .hypnose-pnl .box:nth-child(2):focus .circle, .hypnose-pnl .box:nth-child(2):hover .circle, .hypnose-pnl .box:nth-child(2).active .circle {
  background-color: #f4a378;
}

.hypnose-pnl .box:focus .button-rotation, .hypnose-pnl .box.active .button-rotation {
  margin-top: -2px;
  transform: rotate(180deg);
}

.hypnose-pnl .title .line {
  margin-inline: 20px;
  width: 50px;
}

.hypnose-pnl h3 {
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}

.hypnose-pnl .box p {
  font-size: 20;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: justify;
}

.hypnose-pnl .box h3 {
  font-size: 25px;
  font-family: AlbertSans;
  font-weight: bold !important;
}



.hypnose-pnl .container:nth-child(2) {
  width: 100%;
}



.approche {
  width: 90%;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hypnose-pnl .boxes2 {
  background: linear-gradient(219deg, rgba(255, 236, 226, 1) 0%,rgba(217, 242, 245, 1) 100%);
  width: 100%;
  max-width: 1120px;
  min-width: 300px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
}

.hypnose-pnl .boxes2:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 7.5px;
}

.hypnose-pnl .boxes2 h3 {
  color: black !important;
}



/* ProblÃ©matiques */

.problem .container {
  padding-inline: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.problem .container .title {
  margin-inline: 10vw;
  display: flex;
  flex-direction: column;
}

.problem .container .title p {
  margin-top: 20px;
  text-align: justify;
  text-align-last: center;
}

.problem .container .title .title-image {
  aspect-ratio: 1/1;
  margin-inline: auto;
  width: 320px;
  background-image: url("images/photo_problem.jpg");
  background-size:contain;
  border-radius: 50px;
}

/* Card */

.problem .content { /* Div contenant les card */
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: center;
 }

.problem .content .content-element { /* Div de chaque card */
  overflow: hidden;
  height: 103px;
  cursor: pointer;
  outline: none;
  width: 350px;
  background-color: #fff;
  background-size: cover;
  margin: 20px;
  border-radius: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  font-size: 18px;
  font-weight: 800;
  transition: all .5s ease;
  display: flex;
  flex-direction: column;
  transform: scale(1.001);
}

/* Background des cards */
.problem .content .content-element:nth-child(1) {
  background-image: url("images/problem\ card/emotional_card.jpg");
}

.problem .content .content-element:nth-child(2) {
  background-image: url("images/problem\ card/food_card.jpg");
}

.problem .content .content-element:nth-child(3) {
  background-image: url("images/problem\ card/addiction_card.jpg");
}

.problem .content .content-element:nth-child(4) {
  background-image: url("images/problem\ card/sleep_card.jpg");
}

.problem .content .content-element:nth-child(5) {
  background-image: url("images/problem\ card/chronical_card.jpg");
}

.problem .content .content-element:nth-child(6) {
  background-image: url("images/problem\ card/behavior_card.jpg");
}

.problem .content .content-element:not(.active, :focus):hover {
  height: 130px;
}

.problem .content .content-element:focus, .problem .content .active {
  height: 378px;
}

.problem .content .content-element:nth-child(1):focus .title-text, .problem .content .content-element:nth-child(1).active .title-text{
  margin-left: 60px;
}

.problem .content .content-element:nth-child(2):focus .title-text, .problem .content .content-element:nth-child(2).active .title-text{
  margin-left: 87px;
}

.problem .content .content-element:nth-child(3):focus .title-text, .problem .content .content-element:nth-child(3).active .title-text{
  margin-left: 69px;
}

.problem .content .content-element:nth-child(4):focus .title-text, .problem .content .content-element:nth-child(4).active .title-text{
  margin-left: 65px;
}

.problem .content .content-element:nth-child(5):focus .title-text, .problem .content .content-element:nth-child(5).active .title-text{
  margin-left: 58px;
}

.problem .content .content-element:nth-child(6):focus .title-text, .problem .content .content-element:nth-child(6).active .title-text{
  margin-left: 102px;
}


.problem .content .content-element .content-card {
  overflow: hidden;
  margin-top: 33px;
  height: 192px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.problem .content .content-element .title-card {
  margin-top: 35px;
  display: flex;
}


.problem .content .content-element .title-card .circle {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 5px;
  opacity: 0;
  border: #da8f5f solid 2px;
}

.problem .content .content-element:hover .circle, .problem .content .content-element:focus .circle, .problem .content .active .circle {
  background-color: #da8f5f;
}

.problem .content .content-element:focus .circle, .problem .content .content-element:hover .circle, .problem .content .content-element.active .circle {
  transition: all 0.5s ease;
  transition-delay: 200ms;
  opacity: 1;
}

.problem .content .content-element:focus .expand-card, .problem .content .active .expand-card {
  margin-top: -2px;
  transform: rotate(180deg);
}

.problem .content .content-element .title-text {
  text-align: center;
  font-size: 22px;
  width: 188px;
  margin-left: 110px;
  transition: all .5s ease;
}

.problem .content ul {
  width: 92%;
}

.problem .content li {
  opacity: 0;
  transition: all 0.5s ease;
}


.problem .content .content-element:focus li, .problem .content .active li{
  opacity: 1;
  transition-delay: 300ms;
}

.problem .content .content-element:focus li a, .problem .content .active li a{
  display:contents;
}

.problem .content li {
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 1.1;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}

.problem .content a {
  display: none;
  font-weight: bold;
  font-size: 15px;
  color: #198b96;
}


.problem .content .content-element p {
  transition: all 0.5s ease;
  color: black;
}

.problem .content .content-element:hover, .problem .content .content-element:focus {
  transform: scale(1.02);
}

.problem .description {
  text-align: justify;
  margin-inline: 10px;
  margin-top: 20px;
  margin-bottom: 40px;
  max-width: 1120px;
}

.problem .problem-info {
  margin-top: 30px;
  margin-bottom: 40px;
  max-width: 1120px;
  text-align: center;
  margin-inline: 10vw;
}

/* DÃ©roulement de la sÃ©ance */

.session .container {
  padding-top: 80px;
  padding-bottom: 30px;
  padding-inline: 20px;
  margin-top: 40px;
  background: rgb(185, 230, 245);
  background: linear-gradient(180deg, rgb(185, 230, 245) 0%, rgb(201, 231, 235) 100%);
  background-image: url("images/session_background.jpg");
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.session .container .box {
  overflow: hidden;
  max-height: 72px;
  padding: 30px;
  padding-top:20px;
  max-width: 1120px;
  min-width: 250px;
  margin-top: 30px;
  cursor: pointer;
  justify-content: unset;
  border-radius: 30px;
  background: rgba(255,255,255,0.7);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: all 1.2s ease;
  transform: scale(1.001);
}

.session .container .box:focus, .session .container .box.active {
  max-height: 1500px;
}

.session .container .box:nth-child(2) {
  margin-top: 70px;
}

.session .container .box:nth-child(4) {
  margin-bottom: 60px;
}

.session .container .texte {
  max-width: 1120px;
  margin-bottom: 40px;
}

.session .container .texte p {
  text-align: justify;
}

.session .container .box:hover {
  transform: scale(1.02);
}

.session .container .box .title-section {
  display: flex;
}

.session .container .box h2 {
  font-size: 22px;
  margin-bottom:20px;
}

.session .container .box .circle {
  right: 20px;
  border: #198b96 solid 2px;
}

.session .container .box:hover .circle, .session .container .box:focus .circle, .session .container .active .circle {
  background-color: #198b96;
}

.session .container .box:focus .expand-card, .session .container .active .expand-card {
  margin-top: -2px;
  transform: rotate(180deg);
  transition-delay: 0s !important;
}

.session .container .box:hover .expand-card, .session .container .box:focus .expand-card, .session .container .box:hover .expand-card, .session .container .active .expand-card {
  content: url(images/icon/expand_more_active.png) !important;
}

.session .container .title p {
  text-align: left;
  text-align-last: left;
}

/* Qui suis-je ? */

.about-me .mobile {
  content: none;
}

.about-me .container {
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 30px;
}

.about-me .container .texte {
  aspect-ratio: 1010/735;
  background-image: url("images/about_me.jpg");
  width: 1150px;
  background-size: cover;
  border-radius: 30px;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .3s ease;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transform: scale(1.001);
}

.about-me .container .texte:hover {
  transform: scale(1.04);
}

.about-me .title {
  top: 54px;
  position: absolute;
  text-align: center;
}

.about-me .introduction { 
  top: 127px;
  left: 191px;
  line-height: 1.5;
  width: 632px;
  position: absolute;
  text-align: justify;
}

.about-me p:after 
{
  content: "";
  display: inline-block;
  width: 100%;
}

.about-me .approche-perso { 
  top: 309px;
  left: 91px;
  line-height: 1.5;
  width: 533px;
  position: absolute;
}

.about-me h3 { 
  font-weight: 600;
  font-size: 35px;
  text-align: left;
}

.about-me .approche-perso .line {
  margin-bottom: 15px;
  width:242px;
}

.about-me .approche-perso p { 
  text-align: justify;
}

.about-me .valeurs-fondamentales { 
  top: 564px;
  left: 103px;
  line-height: 1.5;
  width: 791px;
  position: absolute;
  text-align: justify;
}

.about-me .photo { 
  top: 194px;
  left: 639px;
  width: 455px;
  position: absolute;
}

.about-me .photo img {
  border-radius: 300px;
}

.about-me .valeurs-fondamentales .line {
  margin-bottom: 15px;
  width:237px;
}

/* Mes Tarifs */

.price .container {
  padding-top: 120px;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 40px;
}

.price .title {
  padding-inline: 10px;
  max-width: 1120px;
}

.price .price-footer {
  padding-inline: 10px;
  max-width: 1120px;
}

.price .container .card-price {
  margin-top: 40px;
  margin-bottom: 80px;
  display: flex;
}

.price .container .button-img {
  max-width: 370px;
  margin-bottom: 60px;
}

.price .container .button-home {
  height: 40px;
  width: 40px;
}

.price .container button p  {
  font-size: 20px;
}

.price .container .card-price .card{
  margin-inline: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  outline: none;
  width: 300px;
  aspect-ratio: 904/954;
  background-size: cover;
  font-size: 16px;
  cursor: pointer;
  transition: all .3s ease;
}

.price .container .card-price .card:nth-child(1){
  background-image: url("images/card_1.jpg");
}

.price .container .card-price .card:nth-child(2){
  background-image: url("images/card_2.jpg");
}

.price .container .card-price .card:hover {
  transform: scale(1.02);
}

.price .container .card-price .card h3 {
  text-align: center;
  font-size: 22px;
  width: 220px;
}


.price .container .card-price .card p {
  margin-top: 116px;
  text-align: center;
  font-size: 40px;
  font-weight: 800;
}

.price .container .title p {
  text-align: center;
}

/* CONTACT */

.contact .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contact .container .info {
  margin-top: 50px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact .container .info .info-button {
  margin:10px;
  margin-left: 69px;
  margin-right: 69px;
  width: 427px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.contact .container .info .info-button .text {
  width: 400px;
}

.contact .container .info .info-button .text p {
  text-align: center;
}



.contact .container .cabinet {
    height: 360px;
    border-radius: 25px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-top: 50px;
    margin-bottom: 30px;
    width: 1120px;
    display: flex;
    transition: all .3s ease;
}

.contact .container .cabinet {
  height: 400px;
  border-radius: 25px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-top: 50px;
  margin-bottom: 30px;
  width: 1120px;
  display: flex;
  transition: all .3s ease;
}

.contact .container .cabinet .right iframe {
  border-radius: 0 25px 25px 0;
}

.contact .container .cabinet:hover {
    transform: scale(1.02);
}

.contact .container .left, .contact .container .right {
  text-align: center;
  width: 560px;
}

.contact .container .title {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
}

.contact .container .section {
  gap: 20px;
  height: 300px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contact .container .section .section-map, .contact .container .section .section-schedule {
  
  display: flex;
  align-items: center;
}

.contact .container .section p {
  font-size: 18px;
}

.contact .container .material-symbols-outlined {
  margin-right: 20px;
  font-size: 40px;
  color: #f4a378;
}

.contact .container .cabinet .section-map {
  display: flex;
  justify-content: center;
  width:280px;
}

.contact .container .cabinet .section-map .section-text {
  width:213.44px;
  text-align: center;
}

.contact .container .cabinet .section-schedule {
  display: flex;
  justify-content: center;
  width:280px;
}

.contact .container .cabinet .schedule-day {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.contact .container .cabinet .schedule-hour {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.contact .container .cabinet .schedule-saturday {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

/* Footer */

footer {
    margin-top: 40px;
    background: rgb(246, 195, 154);
    background: linear-gradient(219deg, rgb(246, 203, 154) 0%, rgb(255, 245, 233) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
}

footer p:first-child {
  text-align: right;
}

footer p {
  width: 230px;
  margin-inline: 40px;
}

footer p:first-child {
    font-size: 12px;
}

footer p:last-child {
    font-size: 14px;
    font-weight: 600;
}


/* WAVE TRANSITION */

.editorial {
  display: block !important;
  position: inherit !important;
  width: 100%;
  height: 60px;
  margin: 0;
  z-index:5;
  float:left;
}

.parallax1 > use {
  animation: move-forever1 10s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
.parallax2 > use {
  animation: move-forever2 8s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
.parallax3 > use {
  animation: move-forever3 6s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
.parallax4 > use {
  animation: move-forever4 4s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}
@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
@keyframes move-forever3 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}
@keyframes move-forever4 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}



/* MOBILE */

@media screen and (max-width: 600px) {

  .landing .box .down .buttons button {
    margin-top: 10px;
  }

  .navbar {
    min-width: 300px;
    flex-direction: row-reverse;
  }

  .line {
    stroke: white;
    filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.3));
  }

  .landing .wrapper {
    min-width: 270px;
    margin-top: -78px;
    padding: 0px;
    width: 100vw;
  }

  .landing .container {
    background-image: url("images/landing_background_mobile.jpg") !important;
    width: 100%;
    border-radius: 0px !important;
    margin: 0;
    padding: 0;

    background-size:cover;
    background-position: center;
    max-width: 100%;
    display: flex;
    padding-top: 3vw;
  }

  .landing .wrapper .box {
    border-radius: 6vw;
    height: 40vw;
    width: 30vw;
  }

  .logo {
    margin-bottom: 2vw;
    width: 27vw;
  }

  .navbar .logo:nth-child(1) {
    display: none;
  }

  .landing .wrapper .box .logo {
    font-size: 6vw;
    display: block;
  }

  .landing .wrapper .up, .wrapper .middle, .wrapper .down {
    display: none !important;
  }

  .landing .header-mobile {
    height: 200px;
    min-width: 270px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    background: rgb(246, 195, 154);
    background: linear-gradient(219deg, rgb(246, 203, 154) 0%, rgb(255, 245, 233) 100%);
  }

  .landing .header-mobile .box {
    min-width: 260px;
    width: 90%;
    height: 100%;
    border-radius: 15px;
  }

  .landing .box .middle {
  }

  .landing .box .up h1, .box .up h2, .box .middle h3 {
    font-size: 16px;
  }

  .landing .box .up h2 {
    margin-bottom: 5px;
    font-size: 16px;
    margin-top: 3px;
  }

  .landing .box .middle {
    width: 80%;
  }

  .landing .box .middle h3 {
    font-size: 18px;
    margin-inline: 5px;
    width: 250px;
  }

  .landing .box .down .buttons button {
    width: 80%;
    padding: 6px 10px;
  }

  .hypnose-pnl .tableau .title {
    width: 100%;
  }

  .hypnose-pnl .tableau .title h2 {
    width: 100%;
    letter-spacing: 0.4vw;
    font-size: 4.5vw;
  }

  .hypnose-pnl .tableau .title p {
    margin-top: 10px;
    width: 95%;
    font-size: 3.5vw;
  }
}

/* TABLETTE */

@media screen and (max-width: 900px) {

  
  .problem .content {
    grid-template-columns: auto;
  }
}

@media screen and (max-width: 900px) and (min-width: 600px) {

  .box {
    border-radius: 20px;
  }

  .landing .wrapper {
    padding: 5px;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100vw;
  }

  .landing .container {
    width: 100%;
    border-radius: 30px;
    margin: 0;
    padding: 0;
    padding-top: 40px;
    background-size:cover;
    background-position: center;
    max-width: 100%;
    min-height: 500px;
    display: flex;
  }

  .landing .box {
    margin-inline: auto;
    height: 260px;
    width: 350px;
    border-radius: 30px;
  }

  .landing .box .middle {
    margin-bottom: 0px;
  }

  .landing .box .up h1, .box .up h2, .box .middle h3 {
    font-size: 18px;
  }

  .landing .box .up h2 {
    font-size: 20px;
    margin: 3px;
  }

  .landing .box .middle {
  }

  .landing .box .middle h3 {
    width: 160px;
  }

  .landing .box .middle .line {
    width: 80px;
  }

  .landing .box .down .buttons {
  }

  .landing .box .down .buttons button {
  }
}

/* PC */

@media screen and (max-width: 1280px ) and (min-width: 900px) {
  .landing .box {
    width: 40vw;
    height: 27vw;
    border-radius: 4vw;
  }



  .landing .box .up h1, .landing .box .up h2, .box .middle h3 {
    font-size: 1.8vw;
  }

  .landing .box .up h2 {
    font-size: 2.1vw;
    margin: 0.3vw 0;
  }

  .landing .box .middle h3 {
    width: 16vw;
  }

  .landing .box .middle .line {
    width: 9vw;
  }

  .landing .box .down .buttons {
  }

  .landing .box .down .buttons button {
  }

  .problem .content {
    grid-template-columns: auto auto;
  }

}

@media screen and (max-width: 768px ) {
  .price .container .card-price {
    flex-direction: column;
    margin-bottom: 70px;
    margin-top: 0px;
  }
  
  .price .container .card-price .card {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1280px ) {
  .contact .container {
    padding-top: 0;
  }

  .problem .problem-info {
    margin-inline: 10px;
  }

  .session .texte p {
    text-align-last: center;
  }



  .price .container {
    padding-top: 50px;  
  }

  .contact .info {
    flex-direction: column;
  }

  .contact .cabinet {
    width: 100%;
    border-radius: 0 !important;
  }

  .contact .container .cabinet .right iframe {
    border-radius: 0;
  }

  .contact .container .left, .contact .container .right {
    width: 100%;
  }

  .contact .container .cabinet {
    width: 100%;
  }

}

@media screen and (max-width: 1150px ) {
  .hypnose-pnl {
    height: auto;
  }

  .hypnose-pnl .boxes {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    height: auto;
  }

  .hypnose-pnl .boxes .box {
    min-width: 300px;
    max-width: 810px;
    max-height: 75px;
    margin: 20px;
    padding: 15px;
    border-radius: 30px;
  }

  .hypnose-pnl .boxes .box p {
  }

  .about-me .container {
    display: none;
  }

  .about-me .mobile {
    aspect-ratio: 816/1875;
    width: 100%;
    background-image: url("images/about_me_mobile.jpg");
    background-size: cover;
  }
}

@media screen and (max-width: 500px ) {

  .problem .problem-info {
    margin-top: -20px;
  }

  .problem .description {
    margin-bottom: -20px;
  }

  .hypnose-pnl .boxes {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .hypnose-pnl .container .presentation .title h2 {
    font-size: 6vw;
  }

  .session .box h2 {
    margin-bottom: 35px !important;
  }

  .hypnose-pnl .box .circle {
    right: 15px;
  }

  .hypnose-pnl .boxes .box {
    min-width: 250px;
    border-radius: 20px;
  }

  .problem .container .title .title-image {
    width: 270px;
  }

  .landing .wrapper .container .box .location {
    margin-top: unset;
    margin-bottom: unset;
    font-size: 5vw;
  }

  .hypnose-pnl .container .presentation .welcome {
    margin-bottom: 20px;
  }

  .hypnose-pnl .container .presentation .welcome h1 {
    margin-top: 50px;
  }

  .editorial {
    height: 30px;
  }

  .problem .container .title h2 {
    font-size: 25px;
  }

  .problem .content {
    transform: scale(0.85);
  }

  .session .container .box h2 {
    min-height: 15vw;
  }

  .session .container .box .circle {
    position: absolute;
    top: 39px;
    left: 0;
    right: 0;
    margin-inline: auto;
    width: fit-content;
  }

  .session .container .box {
    max-height: 88px;
    padding: 20px;
    padding-top: 7px;
  }

  .session .container .box h2 {
    margin-top: 5px;
    font-size: 4vw;
  }



  .hypnose-pnl .boxes .box .line {
    display: none;
  }

  .hypnose-pnl .boxes .box .title h2 {
    font-size: 8vw;
  }
}

@media screen and (max-width: 768px ) {

  .problem .content .content-element .circle {
    opacity: 1 !important;
  }

  .problem .content .content-element .circle img {
    opacity: 1 !important;
    content: url(images/icon/expand_more_pnl.png);
  }

  .problem .content .content-element.active .circle img, .problem .content .content-element:focus .circle img,  .problem .content .content-element:hover .circle img  {
    content: url(images/icon/expand_more_active.png) !important
  }

  .problem .content .content-element:not(.active) {
    height: 130px;
  }

  .box {
    border-radius: 15px;
  }

  .hypnose-pnl .container .presentation {
    width: 90%;
  }

  .price .container .card-price .card {
    min-width: 300px;
    margin-inline: unset;
  }

  .contact .container .cabinet {
    height: 100%;
    flex-direction: column;
  }

  .contact .container .left {
    height: 400px;
  }

  .contact .container .section {
    height: 307px;
  }

  .contact .container iframe {
    height: 300px;
  }

  .contact .container .cabinet .left .section:nth-child(3) {
    margin-bottom: 20px;
  }

  .contact .container .info .info-button {
    width: unset;
    min-width: 250px;
    margin-left: 0;
    margin-right: 0;
  }

  .contact .container .material-symbols-outlined {
    font-size: 6vw;
  }

  .contact .container .info .info-button .text {
    width: 59vw;
  }

  .contact .container .text p {
    font-size: 4vw;
  }

  footer p {
    width: 100%;
    text-align: center !important;
    margin-inline: 0px;
  }

  footer p:nth-child(1) {
    font-size: 9px;
  }

  footer p:nth-child(2) {
    font-size: 14px;
  }

  footer .social_media {
    gap: 5px;
  }

  footer .social_media div img {
    height: 40px;
    width: 40px;
  }
}

@media screen and (max-width: 350px ) {
  
  .price .container .button-home {
    height: 30px;
    width: 30px;
  }
  
  .price .container button p  {
    font-size: 15px;
  }
  
}