/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: "arima";
  src: url("../website/assets/fonts/arima/arimamadurai-extrabold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "arima";
  src: url("../website/assets/fonts/arima/arimamadurai-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "arima";
  src: url("../website/assets/fonts/arima/arimamadurai-semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "arima";
  src: url("../website/assets/fonts/arima/arimamadurai-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "arima";
  src: url("../website/assets/fonts/arima/arimamadurai-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "arima";
  src: url("../website/assets/fonts/arima/arimamadurai-light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "arima";
  src: url("../website/assets/fonts/arima/arimamadurai-extralight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "arima";
  src: url("../website/assets/fonts/arima/arimamadurai-thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "rubik";
  src: url("../website/assets/fonts/rubik/rubik-black.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "rubik";
  src: url("../website/assets/fonts/rubik/rubik-blackitalic.woff2") format("woff2");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "rubik";
  src: url("../website/assets/fonts/rubik/rubik-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "rubik";
  src: url("../website/assets/fonts/rubik/rubik-bolditalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "rubik";
  src: url("../website/assets/fonts/rubik/rubik-semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "rubik";
  src: url("../website/assets/fonts/rubik/rubik-semibolditalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "rubik";
  src: url("../website/assets/fonts/rubik/rubik-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "rubik";
  src: url("../website/assets/fonts/rubik/rubik-mediumitalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "rubik";
  src: url("../website/assets/fonts/rubik/rubik-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "rubik";
  src: url("../website/assets/fonts/rubik/rubik-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "rubik";
  src: url("../website/assets/fonts/rubik/rubik-light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "rubik";
  src: url("../website/assets/fonts/rubik/rubik-lightitalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
}
html {
  font-size: 18pt;
}
body {
  font-family: "rubik";
  line-height: 1.1;
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  color: #333333;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.05;
}
h1 {
  font-size: 2.8rem !important;
  color: #023c29;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.5px;
  letter-spacing: -2px;
}
h2 {
  font-size: 1.9rem;
  line-height: 1.2;
  font-weight: 400;
  margin: 1.5rem 0;
}
h2 sup {
  font-size: 0.8em;
  letter-spacing: initial;
  padding: 0 0.1ch 0 0.2ch;
  top: 1px;
}
img {
  width: 100%;
}
p {
  margin-bottom: 0.75em;
  line-height: 1.5;
}
em {
  font-style: italic;
}
strong {
  font-weight: 600;
}
sup {
  vertical-align: super;
  font-size: smaller;
  line-height: 70%;
}
.footer {
  padding: 1.5rem 0;
  border-top: 1px solid #000;
  font-size: 0.7rem;
}
button {
  background-color: #d6e87a;
  color: #005b73;
  border: 2px solid #007f9f;
  transition: all 0.1s;
  cursor: default;
  font-weight: 700;
  font-size: 0.85rem;
  border-radius: 6px;
  height: calc(2em + 0.2125rem);
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  gap: 0.5em;
  padding: 0 0.6375rem;
  box-sizing: border-box;
  flex-shrink: 0;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  user-select: none;
  width: fit-content;
}
button:hover {
  color: #005b73;
  background: #f3f8d6;
  border: 2px solid #005b73;
  outline: none;
}
button a {
  color: inherit;
  text-decoration: inherit;
}
.bg-img {
  position: sticky;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.bg-img img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
header {
  position: sticky;
  bottom: 0;
}
header .logo__wrapper {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1.125rem 1.5rem;
}
header .logo__wrapper img {
  height: 1.5rem;
  width: auto;
}
header .tag-line {
  color: white;
  padding: 1.5rem;
  padding-right: calc(100vw / 12 * 4);
  font-family: "arima";
  font-size: 1.2rem;
  background: linear-gradient(135deg, #006445 0%, #a8c813 100%);
}
header .tag-line .tag-line__text {
  margin-bottom: 1.5rem;
}
.presentation__geopnepse,
.presentation__pnepse {
  padding: 1.5rem;
}
.presentation__geopnepse {
  background-color: white;
  padding-left: calc(100vw / 12 * 3);
}
.presentation__geopnepse h2 {
  color: #a8c813;
}
.presentation__geopnepse strong {
  color: #007f9f;
}
.presentation__geopnepse ul {
  list-style: none;
}
.presentation__geopnepse ul li::before {
  content: "•";
  font-size: 1.5em;
  color: #a8c813;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.presentation__pnepse {
  background-color: #a8c813;
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
.presentation__pnepse h2 {
  color: #006445;
}
.presentation__pnepse .col-1 {
  flex-basis: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.presentation__pnepse .col-1 img {
  width: 80%;
}
.presentation__pnepse .col-2 {
  padding-right: calc(100vw / 12);
}
.diaporama {
  width: 100vw;
  height: 60vw;
  max-height: 80dvh;
  background-color: pink;
}
footer {
  background-color: white;
  padding: 1.5rem;
}
footer {
  padding: 0;
}
footer .support,
footer .credits {
  padding: 1.5rem;
}
footer .support {
  border-top: 1px solid gray;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
footer .support a {
  height: 100%;
  display: block;
}
footer .support img {
  object-fit: contain;
  width: 100%;
}
footer .support img.logo-pnepse {
  height: 3rem;
}
footer .support img.logo-pratic {
  height: 6rem;
}
footer .credits {
  border-top: 1px solid gray;
  font-size: 12pt;
}
.carousel-container {
  position: relative;
  height: 66vh;
  overflow: hidden;
  background-color: white;
  padding: 1.3rem 0;
}
.carousel-scroll {
  display: flex;
  height: 100%;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 1.3rem;
  scrollbar-width: none;
}
/* Hide scrollbar for Chrome, Safari, Edge */
.carousel-scroll::-webkit-scrollbar {
  display: none;
}
.carousel-image {
  height: 100%;
  width: auto;
  object-fit: contain;
  flex-shrink: 0;
}
/* Navigation Buttons */
.carousel-btn {
  position: absolute;
  top: calc(20px + 1.3rem);
  z-index: 10;
  width: 1.7rem;
  height: 1.7rem;
  padding-bottom: 0.1em;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  color: #006445;
  border: 3px solid #006445;
  cursor: pointer;
  border-radius: 100%;
  transition: background-color 0.3s ease;
}
.carousel-btn:hover {
  background-color: #a8c813;
}
.carousel-btn-prev {
  left: 20px;
}
.carousel-btn-next {
  right: 20px;
}
.carousel-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
@media (max-width: 767px) {
  .tag-line,
  .presentation__geopnepse,
  .presentation__pnepse {
    padding: 1.5rem !important;
  }
  .presentation__geopnepse ul {
    padding-right: 1.5rem;
  }
  .presentation__pnepse {
    display: block;
  }
  .presentation__pnepse img {
    width: 100% !important;
  }
  .carousel-container {
    height: 66vw;
  }
  .carousel-container .carousel-scroll {
    gap: 0 !important;
  }
  footer .support {
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
    justify-content: center;
  }
}
