@-webkit-keyframes button-hover {
  from {
    left: 0;
  }
  to {
    top: 2px;
    left: 100%;
  }
}@keyframes button-hover {
  from {
    left: 0;
  }
  to {
    top: 2px;
    left: 100%;
  }
}
@-webkit-keyframes button-hover-out {
  from {
    left: 100%;
    display: none;
  }
  to {
    left: 0;
    display: inline-block;
  }
}
@keyframes button-hover-out {
  from {
    left: 100%;
    display: none;
  }
  to {
    left: 0;
    display: inline-block;
  }
}
@-webkit-keyframes button-hover-icon {
  from {
    left: -100%;
    display: none;
  }
  to {
    left: 0;
    display: inline-block;
  }
}
@keyframes button-hover-icon {
  from {
    left: -100%;
    display: none;
  }
  to {
    left: 0;
    display: inline-block;
  }
}
@-webkit-keyframes button-hover-icon-out {
  from {
    left: 0;
    display: none;
  }
  to {
    left: -100%;
    display: inline-block;
  }
}
@keyframes button-hover-icon-out {
  from {
    left: 0;
    display: none;
  }
  to {
    left: -100%;
    display: inline-block;
  }
}
html {
  overflow-x: hidden;
  font-family: "Sarabun", sans-serif;
  font-weight: 500;
  color: #00154C;
  font-size: 16px;
}
html body {
  overflow-y: overlay;
  overflow-x: hidden;
  background-color: #fff;
}
html .container {
  max-width: 1140px;
}
html .section {
  margin-bottom: 2rem;
}
html .sep {
  width: 20%;
  height: 4px;
  background-color: #00154c;
  border-radius: 12px;
  margin: 0 auto;
  margin-bottom: 18px;
  -webkit-transform: rotate(-0.5deg);
  transform: rotate(-0.5deg);
  visibility: hidden;
}
html p {
  font-family: "Sarabun", sans-serif;
  font-weight: 500;
  color: #00154C;
  font-size: 16px;
}
html a {
  color: #00154C;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
html a:hover {
  color: #105BC6;
}
html h3 {
  font-family: "Caveat", cursive;
  font-weight: 700;
  color: #00154C;
  font-size: 2.6rem;
  font-size: 42px;
}
html h4 {
  font-family: "Sarabun", sans-serif;
  font-weight: 500;
  color: #00154C;
  font-size: 16px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}
html iframe {
  border-radius: 10px;
}
html .txt-center {
  text-align: center !important;
}
html .button-wrapper {
  height: 78px;
  text-align: center;
}
html .button-wrapper .button {
  display: inline-block;
  width: 10rem;
  height: 60px;
  margin: 0 auto;
  background-color: #105BC6;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  border: #00154C 4px solid;
  box-shadow: 0px 4px #00154C;
  -webkit-box-shadow: 0px 4px #00154C;
  -webkit-transition: all 0.33s ease-in;
  transition: all 0.33s ease-in;
}
html .button-wrapper .button p {
  line-height: 48px;
  font-family: "Sarabun", sans-serif;
  font-weight: 500;
  color: #00154C;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
html .button-wrapper .button:hover {
  color: #00154C;
  border: #00154C 4px solid;
  -webkit-box-shadow: 0 12px #00154C;
          box-shadow: 0 12px #00154C;
}
html .button-wrapper .button:hover:active {
  -webkit-box-shadow: 0 4px #00154C;
          box-shadow: 0 4px #00154C;
  margin-top: 0;
}
html .highlight {
  overflow: visible;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFDB63), to(#FFDB63));
  background-image: linear-gradient(#FFDB63, #FFDB63);
  background-repeat: no-repeat;
  background-position: 0 0.5em;
  background-size: 104% 0.5em;
  position: relative;
}
html .section-wrapper {
  padding: 75px 0;
  margin-top: 92px;
}
html .section-title {
  margin-bottom: 22px;
  margin-top: 22px;
  margin-left: 0;
}
html .location-icon {
  list-style-image: url("img/location_on.svg");
  font-weight: 500 !important;
}

.navbar {
  position: fixed;
  height: 92px;
  top: 0;
  right: 0;
  left: 0;
  padding: 28px;
  background-color: #fff;
  border-bottom: 4px solid transparent;
  z-index: 1;
}
.navbar.animated {
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.navbar .navbar-brand {
  visibility: hidden;
  opacity: 0;
}
.navbar.reskin {
  position: fixed;
  height: 90px;
  top: 0;
  right: 0;
  left: 0;
  padding: 8px;
  background-color: #FFDB63;
  border-bottom: #00154C 4px solid;
}
.navbar.reskin.animated {
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.navbar.reskin .navbar-brand {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.navbar.reskin .dropdown-menu {
  border-radius: 0px 0px 10px 10px;
  margin-top: 18px;
}
.navbar .nav-item {
  margin-left: 12px;
  border: transparent 4px solid;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px transparent;
          box-shadow: 0px 4px transparent;
}
.navbar .nav-item:hover {
  margin-bottom: 0;
  border: #00154C 4px solid;
  background: #105BC6;
  -webkit-box-shadow: 0px 4px #00154C;
          box-shadow: 0px 4px #00154C;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.navbar .nav-item:hover .nav-link-txt {
  color: #fff;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.navbar .nav-item:hover .dropdown-icon {
  fill: #fff;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.navbar .active {
  background: #105BC6;
  border: #00154C 4px solid;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px #00154C;
          box-shadow: 0px 4px #00154C;
}
.navbar .active .dropdown-icon {
  fill: #fff !important;
}
.navbar .active .nav-link-txt {
  color: #fff;
}
.navbar .nav-link {
  padding: 10px 22px !important;
}
.navbar .nav-link-txt {
  font-family: "Sarabun", sans-serif;
  font-weight: 500;
  color: #00154C;
  font-size: 16px;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 4px;
}
.navbar .nav-link-txt .dropdown-icon {
  margin-left: 4px;
  fill: #00154C;
}
.navbar .dropdown-toggle::after {
  display: none;
}
.navbar .dropdown-menu {
  width: 100%;
  padding: 0;
  margin-top: 18px;
  border-radius: #00154C 4px solid;
  border: 4px solid #00154C;
  -webkit-box-shadow: 0px 4px #00154C;
          box-shadow: 0px 4px #00154C;
}
.navbar .dropdown-menu li:first-child {
  border-bottom: #00154C 4px solid;
}
.navbar .dropdown-menu .dropdown-item:focus, .navbar .dropdown-menu .dropdown-item:hover {
  color: transparent;
  background-color: transparent;
}
.navbar .dropdown-menu #dropdown1:hover:before, .navbar .dropdown-menu #dropdown2:hover:before {
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.navbar .dropdown-menu #dropdown1:hover::before {
  background-color: #FFDB63;
  content: "";
  position: absolute;
  width: 80%;
  height: 18px;
  left: 16px;
  top: 18px;
  z-index: -1;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.navbar .dropdown-menu #dropdown2:hover::before {
  background-color: #FFDB63;
  content: "";
  position: absolute;
  width: 28%;
  height: 18px;
  left: 16px;
  top: 78px;
  z-index: -1;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.navbar .dropdown-menu .dropdown-item {
  height: 54px;
}
.navbar .dropdown-menu .dropdown-item p {
  font-weight: 700;
  line-height: 44px;
  margin-bottom: 0;
}

.footer {
  height: auto;
  background: #FFDB63;
  border-top: #00154C 4px solid;
  padding: 75px 0;
  font-weight: 500;
}
.footer .footer-contact {
  font-weight: 700;
}
.footer .logo-partner-wrap {
  gap: 22px;
}
.footer #logo-partner2 {
  width: 60px;
}
.footer .footer-list-wrap li {
  font-weight: 700;
  line-height: 28px;
}
.footer .list-tarif {
  list-style: none;
}

.home-intro {
  padding: 50px 0 0;
}
.home-intro .home-logo-wrapper {
  margin-right: 42px;
}
.home-intro .home-logo-wrapper .home-logo {
  width: 100%;
  height: 194px;
}
.home-intro .home-title {
  font-family: "Caveat", cursive;
  font-weight: 700;
  color: #00154C;
  font-size: 2.6rem;
  font-size: 5.2em;
  line-height: 1;
}
.home-intro .home-text-intro {
  padding: 2.5rem 0;
}
.home-intro .home-text-intro p {
  font-size: 20px;
  text-align: justify;
}

.home-about {
  text-align: justify;
}
.home-about .about-txt p {
  background-color: #BDD8FF;
  padding: 16px 22px;
  border-radius: 10px;
}
.home-about .about-img {
  height: 92%;
  border-radius: 50%;
}
.home-about .home-logo2 {
  width: 78%;
}
.home-about .about-img-xs-wrapper {
  display: none;
}

.planning-wrapper {
  text-align: center;
}
.planning-wrapper .planning-item {
  background-color: #BDD8FF;
  border-radius: 10px;
  padding: 16px 22px;
  margin: 0 12px 12px 0;
  text-align: center;
  padding: 32px 22px;
}
.planning-wrapper .planning-item h4 {
  margin-bottom: 32px;
}
.planning-wrapper .planning-item span {
  font-family: "Caveat", cursive;
  font-weight: 700;
  color: #00154C;
  font-size: 2.6rem;
  color: #105BC6;
  font-size: 82px;
  position: relative;
  top: 10px;
  line-height: 22px;
  font-size: 42px;
  margin-bottom: 12px;
}
.planning-wrapper .planning-item p {
  margin-bottom: 0;
}

.medecine-wrapper .section-title:nth-child(even) {
  margin-top: 42px;
}
.medecine-wrapper h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 2.2rem;
}
.medecine-wrapper .medecine-item {
  background-color: #BDD8FF;
  border-radius: 10px;
  padding: 16px 22px;
  margin: 0 12px 12px 0;
  text-align: center;
  margin: 22px 0;
  padding: 2.2rem;
}
.medecine-wrapper .medecine-item .highlight {
  color: #00154C;
}
.medecine-wrapper .medecine-item p {
  margin: 0 auto;
  text-align: justify;
  font-size: 18px;
}
.medecine-wrapper .medecine-pilars {
  background-color: #BDD8FF;
  border-radius: 10px;
  padding: 16px 22px;
  margin: 0 12px 12px 0;
  text-align: center;
  font-size: 42px;
}
.medecine-wrapper .medecine-pilars:last-child {
  margin: 0 0 12px 0;
}
.medecine-wrapper .medecine-pilars span {
  font-family: "Caveat", cursive;
  font-weight: 700;
  color: #00154C;
  font-size: 2.6rem;
  color: #105BC6;
  font-size: 82px;
  position: relative;
  top: 10px;
  line-height: 22px;
  font-size: 42px;
}
.medecine-wrapper .medecine-intro {
  background-color: transparent;
  margin-bottom: 2rem;
  padding: 16px 52px;
}
.medecine-wrapper .medecine-intro p {
  font-size: 20px;
}
.medecine-wrapper .medecine-intro h3 {
  text-align: justify;
  line-height: 2.6rem;
}
.medecine-wrapper .medecine-img {
  width: auto;
  border-radius: 10px;
  margin: 2rem 0;
}
.medecine-wrapper .tuina-img {
  width: auto;
  border-radius: 10px;
  margin: 0 0 2rem 0;
}

.formations-wrapper .section-title:nth-child(even) {
  margin-top: 42px;
}
.formations-wrapper .formations-item {
  background-color: #BDD8FF;
  border-radius: 10px;
  padding: 16px 22px;
  margin: 0 12px 12px 0;
  text-align: center;
}
.formations-wrapper .formations-item p {
  text-align: justify;
}
.formations-wrapper .formations-item span {
  font-family: "Caveat", cursive;
  font-weight: 700;
  color: #00154C;
  font-size: 2.6rem;
  color: #105BC6;
  font-size: 82px;
  position: relative;
  top: 10px;
  line-height: 22px;
}
.formations-wrapper .formations-item p {
  width: 72%;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .navbar .container {
    max-width: 100%;
    width: 100vw;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .navbar .navbar-brand {
    margin-left: 22px;
  }
  .navbar .navbar-toggler {
    width: 56px;
    height: 48px;
    margin-right: 22px;
    text-align: center;
    background: #105cc6;
    border: #00154C 4px solid;
  }
  .navbar .navbar-toggler:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar .navbar-toggler .navbar-toggler-icon {
    background-image: url(img/navbar-toggler-icon.svg);
    height: 24px;
    width: 24px;
  }
  .navbar .navbar-collapse {
    margin-top: 10px;
    text-align: center;
  }
  .navbar .navbar-nav {
    background: #fff;
  }
  .navbar .nav-item {
    margin: 0 !important;
    border-radius: 0;
    border: transparent 4px solid;
    border-bottom: #00154C 4px solid;
    -webkit-box-shadow: transparent 4px 0;
            box-shadow: transparent 4px 0;
  }
  .navbar .nav-item .active {
    border-radius: 0;
    border: transparent 4px solid;
  }
  .navbar .nav-item:hover {
    border: transparent 4px solid;
  }
  ul {
    padding-left: 1rem;
  }
  .footer-list-wrap {
    margin-top: 22px;
  }
  .formations-item, .planning-item {
    margin: 0;
    padding: 22px;
  }
  .section-title {
    text-align: center;
    margin: auto;
  }
  .home-title {
    text-align: center;
    font-size: 4em !important;
    padding: 0 1rem;
  }
  .home-text-intro {
    padding: 2.5rem !important;
  }
  .home-logo-wrapper {
    text-align: center;
    margin: 0 auto !important;
  }
  .home-about .home-logo2 {
    width: 58%;
    height: auto;
  }
  .home-about p {
    font-size: 18px;
  }
  .home-about .about-img {
    display: none;
  }
  .home-about .about-img-xs-wrapper {
    display: block;
    text-align: center;
    margin-bottom: 2rem;
  }
  .home-about .about-img-xs-wrapper .about-img-xs {
    display: block;
    width: 70%;
    height: auto;
    margin: auto;
  }
  .about-logo {
    text-align: center;
  }
  .about-logo-text {
    padding: 2.5rem !important;
    font-size: 18px;
  }
}