:root {
  --primary: #51191c;
  --secondary: #919191;
}

@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/pt-sans-v17-latin-regular.eot");
  src: local(""), url("../fonts/pt-sans-v17-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/pt-sans-v17-latin-regular.woff2") format("woff2"), url("../fonts/pt-sans-v17-latin-regular.woff") format("woff"), url("../fonts/pt-sans-v17-latin-regular.ttf") format("truetype"), url("../fonts/pt-sans-v17-latin-regular.svg#PTSans") format("svg");
}
@font-face {
  font-family: "PT Sans";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/pt-sans-v17-latin-italic.eot");
  src: local(""), url("../fonts/pt-sans-v17-latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/pt-sans-v17-latin-italic.woff2") format("woff2"), url("../fonts/pt-sans-v17-latin-italic.woff") format("woff"), url("../fonts/pt-sans-v17-latin-italic.ttf") format("truetype"), url("../fonts/pt-sans-v17-latin-italic.svg#PTSans") format("svg");
}
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/pt-sans-v17-latin-700.eot");
  src: local(""), url("../fonts/pt-sans-v17-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/pt-sans-v17-latin-700.woff2") format("woff2"), url("../fonts/pt-sans-v17-latin-700.woff") format("woff"), url("../fonts/pt-sans-v17-latin-700.ttf") format("truetype"), url("../fonts/pt-sans-v17-latin-700.svg#PTSans") format("svg");
}
@font-face {
  font-family: "PT Sans";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/pt-sans-v17-latin-700italic.eot");
  src: local(""), url("../fonts/pt-sans-v17-latin-700italic.eot?#iefix") format("embedded-opentype"), url("../fonts/pt-sans-v17-latin-700italic.woff2") format("woff2"), url("../fonts/pt-sans-v17-latin-700italic.woff") format("woff"), url("../fonts/pt-sans-v17-latin-700italic.ttf") format("truetype"), url("../fonts/pt-sans-v17-latin-700italic.svg#PTSans") format("svg");
}
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-size: 16px;
  color: var(--secondary);
  font-family: "PT Sans", sans-serif;
}

header {
  padding: 0.5rem 0.7rem 0;
  background: var(--primary);
  display: flex;
  align-items: flex-start;
}
header .logo {
  flex: 1;
}
header .btn-back {
  background: #e3bf8f;
  border-radius: 20px;
  color: var(--primary);
  text-decoration: none;
  padding: 0.38rem 0.97rem;
  font-size: 14px;
  margin-top: 1rem;
}
header .btn-back svg {
  vertical-align: middle;
  margin-right: 8px;
}

footer {
  background: var(--primary);
  text-align: center;
  padding: 0.7rem 1rem 0.8rem;
  margin-top: 3.4rem;
}
footer .label {
  color: #ffffff;
  margin-block: 0 0.4rem;
}
footer .app-links a {
  display: inline-block;
}
footer .copyright {
  font-size: 10px;
  color: #e2be91;
}

.lang-trigger {
  margin-top: 1rem;
}
.lang-trigger .lang-iso-code {
  color: #ffffff;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin: 0.4rem 1rem;
}
.lang-trigger .lang-iso-code svg:first-child {
  margin-right: 2px;
}
.lang-trigger .lang-iso-code svg:last-child {
  margin-left: 9px;
}
.lang-trigger ul {
  overflow: hidden;
  max-height: 0;
  list-style: none;
  margin: 0;
  position: absolute;
  padding: 0;
  background: #fff;
  color: var(--primary);
  margin: -0.2rem 1rem;
  width: 60px;
  border-radius: 5px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.lang-trigger ul a {
  color: var(--secondary);
  text-decoration: none;
  width: 100%;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.lang-trigger li {
  margin: 7px 6px;
}
.lang-trigger li svg {
  margin-right: 6px;
}
.lang-trigger:focus ul, .lang-trigger:active ul {
  max-height: 100px;
}

main h1 {
  color: var(--primary);
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  margin-block: 1.2rem 0.4rem;
}
main h2 {
  background: #e2be91;
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  padding: 0.7rem 1rem;
}
main h3 {
  font-weight: 700;
  font-size: 18px;
  color: #6a2d2d;
  padding-inline: 1.1rem;
  margin-block: 0.6rem;
}
main img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: calc(100% - 2rem);
}
main video {
  margin-block: 1rem;
}
main iframe {
  margin-block: 0.5rem;
}
main video,
main iframe {
  display: block;
  max-width: calc(100% - 2rem);
  margin-inline: auto;
}
main p {
  padding-inline: 1.2rem;
}

.parcours img {
  filter: brightness(70%);
  border-radius: 10px;
  max-width: calc(100vw - 1rem);
}
.parcours figure {
  text-align: center;
  margin-block: 0;
  max-width: calc(100vw - 1rem);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  position: relative;
}
.parcours figure:not(:last-child) {
  margin-block: 0 0.9rem;
}
.parcours figcaption {
  position: absolute;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding-inline: 1rem;
}

.audio-player {
  height: 50px;
  width: 100%;
  font-family: arial;
  color: white;
  font-size: 0.75em;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.audio-player .controls {
  display: flex;
  align-content: center;
  width: 100%;
  padding: 0 1rem;
}
.audio-player .controls > * {
  display: flex;
  align-items: center;
}
.audio-player .controls .timeline {
  background: #d9d9d9;
  max-width: 246px;
  flex: 1;
  max-height: 3px;
  top: 1.15rem;
  position: relative;
  cursor: pointer;
}
.audio-player .controls .timeline .progress {
  background: #6a2d2d;
  position: relative;
  width: 0%;
  height: 100%;
  transition: 0.25s;
  left: 0;
  position: absolute;
}
.audio-player .controls .timeline .progress::after {
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 18 18'%3e%3cpath fill='%23000' fill-rule='evenodd' d='M4.75 8.55a3.8 3.8 0 1 1 7.6 0 3.8 3.8 0 0 1-7.6 0Zm3.8.95a.95.95 0 1 1 0-1.9.95.95 0 0 1 0 1.9Z' clip-rule='evenodd'/%3e%3cpath fill='%23000' fill-rule='evenodd' d='M0 8.55a8.55 8.55 0 1 1 17.1 0 8.55 8.55 0 0 1-17.1 0Zm8.55 6.65a6.65 6.65 0 1 1 0-13.3 6.65 6.65 0 0 1 0 13.3Z' clip-rule='evenodd'/%3e%3c/svg%3e ");
  width: 17.1px;
  height: 17.1px;
  position: absolute;
  right: 0;
  top: -0.4rem;
}
.audio-player .controls .play-container {
  width: 68px;
}
.audio-player .controls .toggle-play {
  cursor: pointer;
}
.audio-player .controls .toggle-play.play svg:last-child {
  display: none;
}
.audio-player .controls .toggle-play.pause svg:first-child {
  display: none;
}
.audio-player .controls .time {
  color: #e2be91;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  font-weight: 700;
  font-size: 12px;
  margin-top: -0.3rem;
  margin-left: 0.5rem;
}
.audio-player .controls .time > * {
  padding: 2px;
}
.audio-player .current:not(:empty):after {
  content: " / ";
}

.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  transition: all 0s;
}

.tns-slider > .tns-item {
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal,
.tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div,
.tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: -moz-calc(100% * 70 / 3);
  width: 2333.3333333333%;
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: -moz-calc(100% / 70);
  width: 1.4285714286%;
  height: 10px;
  float: left;
}

[data-slider] {
  text-align: center;
}

.tns-nav {
  text-align: center;
  margin-top: -0.4rem;
}
.tns-nav button {
  width: 6px;
  height: 6px;
  background: #d9d9d9;
  border-radius: 50%;
  border: none;
  margin-inline: 4px;
  padding: 0;
}
.tns-nav button.tns-nav-active {
  background: #51191b;
}/*# sourceMappingURL=style.css.map */
.app-navigation {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  color: #51191b;
  background: #ffff;
  width: 100%;
  align-items: stretch;
  height: 54px;
  justify-content: stretch;
  gap: 1px;
  border-top: 4px solid #fff;
  z-index: 999; }
.app-navigation a {
  background-color: #e2be91;
  flex: 1;
  justify-content: center;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  line-height: 16px;
  color: #51191b;
  text-decoration: none;
  align-items: center; 
}


  .parcours a.no-img {
    display: block;
    min-height: 101px;
    background: #e2be91;
    border-radius: 10px;
    width: calc(100vw - 1rem);
    max-width: 361px;
  }