/* =========================================================
   SHIATSU NATURE — RESPONSIVE ET MENU MOBILE
========================================================= */

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

html,
body {
  margin: 0;
  padding: 0;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  background-position: top center;
}

#page,
address,
h1,
h3,
h4 {
  width: min(100%, 1024px);
}

#page {
  margin: 0 auto 10px;
}

h1 {
  padding: 12px 16px;
  margin-top: 0;
}

h3,
h4 {
  width: min(100%, 904px);
  padding-right: 20px;
  padding-left: 20px;
}

img {
  max-width: 100%;
  height: auto !important;
}

table {
  max-width: 100%;
}

address {
  padding: 12px 16px;
  line-height: 1.5;
}

/* =========================================================
   MENU — VERSION ORDINATEUR
========================================================= */

.site-navigation {
  position: relative;
  width: min(100%, 1024px);
  margin: -25px auto 0;
  font-family: Arial, Helvetica, sans-serif;
  z-index: 10;
}

.menu-toggle {
  display: none;
}

.site-menu {
  display: block;
}

.site-menu-inner {
  overflow: visible;
}

.site-menu-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
  min-height: 25px;
  margin: 0;
  padding: 0 25px;
  list-style: none;
}

.site-menu-list a,
.site-menu-current {
  color: #ffffff;
  font-size: 0.8rem;
  text-decoration: none;
  white-space: nowrap;
}

.site-menu-current {
  color: #d0e239;
}

.site-menu-list a:hover,
.site-menu-list a:focus {
  color: #d0e239;
}

.contenu-principal {
  width: min(100%, 904px);
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  font-family: "Times New Roman", Times, serif;
  font-size: 1.1em;
  line-height: 1.3em;
  text-align: justify;
}

/* =========================================================
   TABLETTES ET TÉLÉPHONES
========================================================= */

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

  body {
    background-image: none !important;
    background-color: #fafaf9;
  }

  #page {
    width: 100%;
  }

  h1 {
    font-size: 0.95rem;
    line-height: 1.4;
  }

  h3,
  h4 {
    width: 100%;
    padding: 24px;
    font-size: 18px !important;
    line-height: 1.65 !important;
    text-align: left;
  }

  #page h3,
  #page h4,
  #page td {
    font-size: 18px !important;
    line-height: 1.65 !important;
  }

  #page h3 big,
  #page td big {
    font-size: 21px !important;
  }

  table,
  tbody,
  tr,
  td {
    display: block;
    width: 100% !important;
  }

  td {
    padding: 0 0 24px;
    text-align: left !important;
  }

  td img {
    display: block;
    width: min(100%, 325px) !important;
    margin: 0 auto 20px;
  }

  address {
    font-size: 0.9rem;
  }

  .site-navigation {
    width: 100%;
    margin: 0;
    background-color: #65113e;
  }

  .menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    width: 100%;
    min-height: 58px;
    padding: 12px 18px;
    border: 0;
    background-color: #65113e;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    cursor: pointer;
  }

  .menu-toggle:hover,
  .menu-toggle:focus-visible {
    color: #d0e239;
  }

  .menu-toggle-icon {
    position: relative;
    display: block;
    width: 28px;
    height: 20px;
  }

  .menu-toggle-icon span {
    position: absolute;
    left: 0;
    display: block;
    width: 28px;
    height: 2px;
    background-color: currentColor;
    transition:
      top 0.3s ease,
      transform 0.3s ease,
      opacity 0.2s ease;
  }

  .menu-toggle-icon span:nth-child(1) {
    top: 1px;
  }

  .menu-toggle-icon span:nth-child(2) {
    top: 9px;
  }

  .menu-toggle-icon span:nth-child(3) {
    top: 17px;
  }

  .menu-toggle.is-open .menu-toggle-icon span:nth-child(1) {
    top: 9px;
    transform: rotate(45deg);
  }

  .menu-toggle.is-open .menu-toggle-icon span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.is-open .menu-toggle-icon span:nth-child(3) {
    top: 9px;
    transform: rotate(-45deg);
  }

  .site-menu {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    background-color: #65113e;
    transition: grid-template-rows 0.35s ease;
  }

  .site-menu-inner {
    min-height: 0;
    overflow: hidden;
  }

  .site-menu.is-open {
    grid-template-rows: 1fr;
  }

  .site-menu-list {
    display: block;
    margin: 0;
    padding: 4px 20px 22px;
    list-style: none;
  }

  .site-menu-list li {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
  }

  .site-menu-list a,
  .site-menu-current {
    display: block;
    padding: 15px 8px;
    color: #ffffff;
    font-size: 1rem;
    text-align: center;
    text-decoration: none;
  }

  .site-menu-current {
    color: #d0e239;
  }

  .site-menu-list a:hover,
  .site-menu-list a:focus {
    color: #d0e239;
  }
}

/* =========================================================
   PETITS TÉLÉPHONES
========================================================= */

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

  .contenu-principal {
  padding: 20px;
  font-size: 17px;
}

  h1 {
    font-size: 0.85rem;
  }

  h3,
  h4 {
    padding: 20px;
    font-size: 17px !important;
  }

  #page h3,
  #page h4,
  #page td {
    font-size: 17px !important;
    line-height: 1.65 !important;
  }

  #page h3 big,
  #page td big {
    font-size: 20px !important;
  }
}

/* =========================================================
   CORRECTIFS DU MENU ET DE LA BANNIÈRE
========================================================= */

#page > img:first-child {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  object-fit: contain;
}

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

  .contenu-principal {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 24px;
  font-size: 18px;
  line-height: 1.65;
  text-align: left;
  overflow-wrap: anywhere;
}

  .menu-toggle {
    display: flex !important;
    position: relative;
    z-index: 2;
    color: #ffffff !important;
  }

  .menu-toggle > span[data-menu-text] {
    display: inline-block;
    color: #ffffff !important;
    font-size: 16px !important;
    line-height: 1 !important;
  }

  .menu-toggle-icon {
    display: block !important;
    flex: 0 0 28px;
  }

  .menu-toggle-icon span {
    display: block !important;
    padding: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    background-color: currentColor !important;
  }

  .site-menu {
    grid-template-rows: 0fr;
    visibility: hidden;
  }

  .site-menu.is-open {
    grid-template-rows: 1fr;
    visibility: visible;
  }

  .site-menu-list li {
    display: block;
  }

  .site-menu-list a,
  .site-menu-current {
    display: block !important;
    color: #ffffff !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px !important;
    line-height: 1.3 !important;
    opacity: 1 !important;
  }

  .site-menu-current {
    color: #d0e239 !important;
  }
}

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

  #page {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden;
  }

  #page h3 {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding: 24px !important;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  #page table {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  #page tbody,
  #page tr,
  #page td {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
  }

  #page td {
    padding-right: 0 !important;
    padding-left: 0 !important;
    overflow-wrap: anywhere;
  }

  #page img {
    max-width: 100% !important;
  }
}

.image-entreprise {
  float: left;
  max-width: 299px;
  margin: 0 28px 20px 0;
}

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

  .image-entreprise {
    display: block;
    float: none;
    width: min(100%, 299px) !important;
    height: auto !important;
    margin: 0 auto 24px;
  }
}

/* =========================================================
   PAGE PROFIL
========================================================= */

.profil-citation {
  width: min(100%, 904px);
  margin: 0 auto;
  padding: 0 20px;
  font-family: "Times New Roman", Times, serif;
  font-size: 1.1em;
  line-height: 1.4;
  text-align: center;
}

.profil-montagne,
.profil-bandeau {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}

.profil-pdf-link {
  display: inline;
  color: #65113e;
  font-style: italic;
  font-weight: bold;
  text-decoration: underline;
}

.profil-pdf-link:hover,
.profil-pdf-link:focus {
  color: #b01f72;
}

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

  .profil-citation {
    width: 100%;
    padding: 0 24px;
    font-size: 18px;
    line-height: 1.65;
  }

  .profil-montagne {
    margin-top: 8px;
  }

  .profil-pdf-link {
    display: block;
    margin-top: 10px;
  }
}

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

  .profil-citation {
    padding: 0 20px;
    font-size: 17px;
  }
}

/* =========================================================
   PAGE CONTACT
========================================================= */

.contact-coordonnees {
  width: min(100%, 904px);
  margin: 0 auto;
  padding: 0 20px;
  font-family: "Times New Roman", Times, serif;
  font-size: 1.1em;
  line-height: 1.5;
  text-align: center;
}

.contact-coordonnees p {
  margin: 0 0 14px;
}

.contact-nom {
  color: #000;
  font-size: 1.15em;
  font-weight: bold;
}

.contact-telephone,
.contact-email {
  color: #999900;
  font-size: 1.15em;
  font-weight: bold;
}

.contact-telephone:hover,
.contact-telephone:focus,
.contact-email:hover,
.contact-email:focus {
  color: #65113e;
  text-decoration: underline;
}

.contact-adresse {
  margin-top: 30px !important;
  color: #000;
  font-weight: bold;
}

.contact-plan {
  display: block;
  width: 100% !important;
  max-width: 723px !important;
  height: auto !important;
  margin: 30px auto 0;
}

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

.contact-section-title {
  width: auto;
  margin: 42px 0 18px;
  color: #000;
  font-family: "Times New Roman", Times, serif;
  font-size: 1.15em;
  font-weight: bold;
  line-height: 1.3;
  text-align: left;
}

.contact-section-title:first-child {
  margin-top: 0;
}

.contact-link-list {
  margin: 0;
  padding-left: 24px;
}

.contact-link-list li {
  margin-bottom: 12px;
}

.contact-link-list a {
  color: #7c7c00;
  overflow-wrap: anywhere;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.contact-link-list a:hover,
.contact-link-list a:focus {
  color: #65113e;
}

.contact-copyright {
  font-size: 0.9em;
  font-style: italic;
}

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

  .contact-coordonnees {
    width: 100%;
    padding: 0 24px;
    font-size: 18px;
    line-height: 1.6;
  }

  .contact-nom {
    font-size: 1.1em;
  }

  .contact-telephone,
  .contact-email {
    display: inline-block;
    font-size: 1.05em;
  }

  .contact-plan {
    margin-top: 24px;
  }

  .contact-section-title {
    margin-top: 36px;
    font-size: 1.15em;
  }

  .contact-link-list {
    padding-left: 20px;
  }

  .contact-link-list li {
    margin-bottom: 16px;
  }
}

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

  .contact-coordonnees {
    padding: 0 20px;
    font-size: 17px;
  }

  .contact-email {
    font-size: 1em;
    overflow-wrap: anywhere;
  }

  .contact-link-list {
    padding-left: 18px;
  }
}