body, p, li, span {
  hyphens: none;
  word-break: auto-phrase;
  overflow-wrap: normal;
}

.r14-btn {
  text-transform: uppercase;
  padding: 15px;
}
.r14-btn.black {
  background-color: black;
  color: white;
}

.normandie-rando-single-product .r14-header {
  position: relative;
  height: calc(100vh - 400px);
}
.normandie-rando-single-product .r14-header .r14-title {
  position: absolute;
  width: 100%;
  display: flex;
  text-align: center;
  color: white;
  align-items: center;
  justify-content: center;
}
.normandie-rando-single-product .r14-header .r14-title h1 {
  font-size: 56px;
  text-transform: uppercase;
  font-weight: 400;
}
.normandie-rando-single-product .r14-header .attachment-post-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 0;
  margin: 0;
}
.normandie-rando-single-product .r14-product-main {
  position: relative;
  display: flex;
  flex-direction: column;
  text-wrap: nowrap;
}
.normandie-rando-single-product .r14-product-nav {
  background-color: white;
  position: sticky;
  overflow-x: auto;
  top: 0;
  color: black;
  margin-right: 200px;
  gap: 50px;
  text-transform: uppercase;
  width: 100%;
  justify-content: space-around;
  z-index: 100;
}
.normandie-rando-single-product .r14-product-nav .r14-nav {
  flex: 1 1;
  padding: 20px 250px 20px 40px;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  gap: 40px;
  display: flex;
  justify-content: space-evenly;
}
.admin-bar .normandie-rando-single-product .r14-product-nav {
  top: 32px;
}
.normandie-rando-single-product .r14-product-nav a {
  color: black;
}
.normandie-rando-single-product .r14-product-nav a:active, .normandie-rando-single-product .r14-product-nav a:hover, .normandie-rando-single-product .r14-product-nav a.active {
  color: #F0893C;
}
.normandie-rando-single-product .r14-resume {
  background-color: #F9D0B1;
}
.normandie-rando-single-product .r14-resume > div {
  padding: 30px 250px 30px 40px;
  max-width: 1920px;
}
.normandie-rando-single-product .r14-column-title {
  color: white;
  display: flex;
  justify-content: flex-end;
  justify-self: flex-start;
  transform: scale(-1);
  writing-mode: vertical-rl;
  margin-top: 50px;
  z-index: 50;
  opacity: 0.2;
}
@media (max-width: 600px) {
  .normandie-rando-single-product .r14-column-title {
    display: none;
  }
}
.normandie-rando-single-product .r14-column-title > h2 {
  margin: 0;
  font-size: 70px;
  font-weight: 400;
  text-transform: uppercase;
}
.normandie-rando-single-product .r14-description-container {
  position: relative;
  min-height: 90vh;
  display: flex;
  position: relative;
  overflow: hidden;
}
.normandie-rando-single-product .r14-description-container .r14-column-title {
  color: #F0893C;
}
.normandie-rando-single-product .r14-description-container .r14-content {
  max-width: 100%;
  padding: 0 350px 0 0;
  margin: 50px auto;
}
@media (max-width: 600px) {
  .normandie-rando-single-product .r14-description-container .r14-content {
    padding: 0;
  }
}
.normandie-rando-single-product .r14-description-container .r14-content .r14-description {
  columns: 2 50px;
  column-gap: 90px;
  margin-bottom: 90px;
  text-wrap: auto;
}
@media (max-width: 600px) {
  .normandie-rando-single-product .r14-description-container .r14-content .r14-description {
    columns: 1;
  }
}
.normandie-rando-single-product .r14-description-container .r14-content h1, .normandie-rando-single-product .r14-description-container .r14-content h2, .normandie-rando-single-product .r14-description-container .r14-content h3, .normandie-rando-single-product .r14-description-container .r14-content h4, .normandie-rando-single-product .r14-description-container .r14-content h5 {
  color: #F0893C;
  font-weight: 500;
  text-transform: uppercase;
}
.normandie-rando-single-product .r14-itineraire-container {
  display: flex;
  background-color: #1F5B2B;
}
.normandie-rando-single-product .r14-itineraire-container > .r14-content {
  display: grid;
  grid-template-columns: 40% 60%;
}
@media (max-width: 600px) {
  .normandie-rando-single-product .r14-itineraire-container > .r14-content {
    grid-template-columns: 1fr;
  }
}
.normandie-rando-single-product .r14-itineraire-container > .r14-content .r14-map-image > img {
  position: sticky;
  top: 90px;
  width: 100%;
}
.normandie-rando-single-product .r14-itineraire-container > .r14-content .r14-itineraire {
  background-color: white;
  flex: 1;
  padding: 50px;
  text-wrap: auto;
}
.normandie-rando-single-product .r14-itineraire-container > .r14-content .r14-itineraire .r14-itineraire-inner {
  padding-right: 250px;
}
.normandie-rando-single-product .r14-hebergement-container {
  background-color: #3A3A3A;
  color: white;
}
.normandie-rando-single-product .r14-infos-container {
  background-color: #3A3A3A;
  color: white;
}
.normandie-rando-single-product .r14-actualites-container {
  background-color: white;
  color: black;
}
.normandie-rando-single-product .r14-price {
  position: absolute;
  width: 250px;
  right: 0;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  background-color: #F0893C;
  color: white;
  padding: 30px 20px;
  z-index: 101;
  transform: translateY(-120px);
}
@media screen and (max-width: 768px) {
  .normandie-rando-single-product .r14-price {
    position: fixed;
    transform: translateY(0px);
    bottom: 0;
    display: grid;
    grid-template-columns: 150px 1fr;
    width: 100%;
    padding: 10px 20px;
    justify-items: stretch;
    align-items: center;
  }
  .normandie-rando-single-product .r14-price > div {
    display: flex;
    flex-direction: column;
  }
  .normandie-rando-single-product .r14-price > div span:nth-child(2) {
    font-size: 36px;
  }
  .normandie-rando-single-product .r14-price > div a {
    margin-top: 0;
    font-size: 14px;
    font-weight: 500;
  }
}
@media screen and (min-width: 769px) {
  .normandie-rando-single-product .r14-price.sticky {
    position: fixed;
    transform: translateY(0px);
    top: 0;
  }
  .admin-bar .normandie-rando-single-product .r14-price.sticky {
    top: 32px;
  }
  .normandie-rando-single-product .r14-price > div {
    display: flex;
    flex-direction: column;
  }
  .normandie-rando-single-product .r14-price a {
    margin-top: 30px;
  }
}
.normandie-rando-single-product .r14-price span:nth-child(2) {
  font-size: 56px;
}
.normandie-rando-single-product .r14-price a {
  text-align: center;
  color: white;
}
.normandie-rando-single-product .r14-gallery-media-product {
  overflow: hidden;
}
.normandie-rando-single-product .r14-gallery-media-product .swiper-slide {
  height: auto;
}
.normandie-rando-single-product .r14-gallery-media-product .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
}
.normandie-rando-single-product #swiper-product-gallery.swiper {
  height: 100%;
}
.normandie-rando-single-product #swiper-product-gallery .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: red;
  display: flex;
  justify-content: center;
  align-items: center;
}
.normandie-rando-single-product #swiper-product-gallery .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

h2 {
  margin: 0;
  margin-block-end: 0.83em;
}

p {
  margin: 0;
  margin-bottom: 0.83em;
}

.swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
}

.r14-reference-produit {
  padding-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 50px;
  padding-bottom: 50px;
}
.r14-reference-produit .r14-reference-produit-info {
  background-color: #fcfcfc;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 980px) {
  .r14-reference-produit {
    padding-top: 50px;
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 50px;
    padding-bottom: 50px;
  }
}

.mo-orders-list { display: grid; gap: 12px; }
.mo-order-card { border: 1px solid #ddd; border-radius: 8px; padding: 12px; background: #fff; }
.mo-order-row { display: flex; justify-content: space-between; padding: 6px 0; }
.mo-label { font-weight: 600; color: #555; }
.mo-value { color: #111; }
.mo-order-actions { margin-top: 8px; display: flex; justify-content: flex-end; }
@media (min-width: 640px) {
  .mo-order-card { padding: 16px; }
}

/*# sourceMappingURL=style.css.map */
/* Conteneur global du switcher */
.lang-switcher {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;          /* espace entre les langues */
    padding: 0;
    margin: 0;
    list-style: none;     /* enlève les puces */
}

/* Chaque langue */
.lang-switcher li {
    list-style: none;     /* sécurité */
}

/* Liens */
.lang-switcher a {
    text-decoration: none;
    font-size: 14px;
    opacity: 1;
}

.lang-switcher a img {
    height: 14px;
}

/* Langue active */
.lang-switcher .current-lang a {
    font-weight: 600;
    opacity: 1;
    border-bottom: 2px solid #000;
}

.nr-taxo-filter.is-hidden { display:none; }

a.nr-reset {
  height: 28px;
  color: black;
}

a.nr-reset:hover {
  height: 28px;
  color: #F0893C;
}
