/* virtual:/home/whiteshoulders/perso/rine/page/home/Hero.module.css-472b2bd657341a6d.frugal-compiled-css-module.css */
.EOn_Ja_hero {
  box-sizing: content-box;
  grid-template: "EOn_Ja_nav" 200px "EOn_Ja_carousel" 1fr "EOn_Ja_down" minmax(100px, .25fr) / 1fr;
  height: 100vh;
  display: grid;
  position: relative;
  inset: 0;
  overflow: hidden;
}
.EOn_Ja_hero .EOn_Ja_carousel {
  grid-area: EOn_Ja_carousel;
}
.EOn_Ja_hero .EOn_Ja_down-positionner {
  grid-area: EOn_Ja_down;
}
.EOn_Ja_down-positionner {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}
.EOn_Ja_button {
  appearance: none;
  opacity: .3;
  background: none;
  border: none;
  padding: 0;
  transition: opacity .2s linear;
}
.EOn_Ja_button:hover {
  opacity: 1;
}
.EOn_Ja_down-icon {
  color: #fff;
  width: 70px;
}

/* virtual:/home/whiteshoulders/perso/rine/page/home/Carousel.module.css-527451c93c8dabac.frugal-compiled-css-module.css */
._8cNnVa_carousel {
  grid-template: "_8cNnVa_previous _8cNnVa_slide _8cNnVa_next" 1fr / min-content min-content min-content;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: grid;
  overflow: hidden;
}
._8cNnVa_carousel ._8cNnVa_slide {
  grid-area: _8cNnVa_slide;
}
._8cNnVa_carousel ._8cNnVa_previous {
  grid-area: _8cNnVa_previous;
}
._8cNnVa_carousel ._8cNnVa_next {
  grid-area: _8cNnVa_next;
}
._8cNnVa_navigation {
  appearance: none;
  background: none;
  border: none;
  margin: 70px;
  padding: 0;
}
._8cNnVa_icon {
  color: #fff;
  width: 70px;
}
._8cNnVa_slide {
  opacity: 0;
  background-color: #fff;
  grid-template: "_8cNnVa_image _8cNnVa_text" 1fr / 1.5fr 1fr;
  width: 60vw;
  min-width: 800px;
  max-width: 1200px;
  height: 60vh;
  transition: opacity .2s linear;
  display: grid;
}
._8cNnVa_slide ._8cNnVa_image {
  grid-area: _8cNnVa_image;
}
._8cNnVa_slide ._8cNnVa_text {
  grid-area: _8cNnVa_text;
}
._8cNnVa_slide[data-carousel-slide-active] {
  z-index: 1;
  opacity: 1;
}
._8cNnVa_background {
  z-index: -1;
  filter: brightness(50%) contrast(80%) blur(10px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
  transform: scale(1.1);
}
._8cNnVa_overlay {
  z-index: -1;
  mix-blend-mode: multiply;
  pointer-events: none;
  background-image: url(/texture.jpg);
  background-repeat: repeat;
  position: absolute;
  inset: 0;
}
._8cNnVa_image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
._8cNnVa_text {
  color: #000;
  background-color: #fff;
  grid-template: "_8cNnVa_title _8cNnVa_register" min-content "_8cNnVa_date _8cNnVa_register" min-content "_8cNnVa_description _8cNnVa_description" 1fr / 1fr min-content;
  padding: 3rem 2rem;
  display: grid;
}
._8cNnVa_text ._8cNnVa_register {
  grid-area: _8cNnVa_register;
  align-self: self-start;
}
._8cNnVa_text ._8cNnVa_title {
  grid-area: _8cNnVa_title;
}
._8cNnVa_text ._8cNnVa_date {
  grid-area: _8cNnVa_date;
}
._8cNnVa_text ._8cNnVa_description {
  white-space: pre-wrap;
  grid-area: _8cNnVa_description;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
}
._8cNnVa_title {
  margin-top: 0;
}
._8cNnVa_register {
  border: 1px solid;
  align-self: flex-end;
  margin-left: 1rem;
  padding: 1rem;
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  ._8cNnVa_slide {
    grid-template: "_8cNnVa_image" minmax(200px, 1fr) "_8cNnVa_text" min-content / 1fr;
    min-width: auto;
  }
  ._8cNnVa_navigation {
    margin: 30px;
  }
}
@media screen and (max-width: 750px) {
  ._8cNnVa_carousel {
    grid-template: "_8cNnVa_slide" 1fr / 1fr;
  }
  ._8cNnVa_carousel ._8cNnVa_slide {
    align-self: top;
    grid-area: _8cNnVa_slide;
    place-self: flex-start center;
    width: calc(100% - 40px);
    max-width: none;
    height: 65vh;
    max-height: none;
  }
  ._8cNnVa_carousel ._8cNnVa_previous {
    z-index: 3;
    grid-area: _8cNnVa_slide;
    justify-self: self-start;
    margin-bottom: 100px;
  }
  ._8cNnVa_carousel ._8cNnVa_next {
    z-index: 3;
    grid-area: _8cNnVa_slide;
    justify-self: self-end;
    margin-bottom: 100px;
  }
}

/* virtual:/home/whiteshoulders/perso/rine/page/home/Main.module.css-424c1513779f7106.frugal-compiled-css-module.css */
.rSf3ca_about {
  max-width: 900px;
  min-height: 100vh;
  margin: 0 auto;
  padding: 50px 20px 150px;
}
.rSf3ca_about .rSf3ca_definition {
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  font-size: 2rem;
  display: flex;
}
.rSf3ca_about .rSf3ca_definition .rSf3ca_description {
  margin-bottom: 20px;
}
.rSf3ca_about .rSf3ca_definition abbr {
  margin-right: 30px;
  font-family: Bebas Neue;
  font-size: 12rem;
}
.rSf3ca_about .rSf3ca_definition em {
  font-style: normal;
  font-weight: 900;
}
.rSf3ca_about .rSf3ca_content {
  font-size: 1.3rem;
  line-height: 1.5;
}
.rSf3ca_about .rSf3ca_content ul {
  padding-left: 20px;
  list-style: "-";
}
.rSf3ca_about .rSf3ca_content li {
  margin: 1rem 0;
  padding-left: 20px;
}
.rSf3ca_about .rSf3ca_content p {
  margin: 1rem 0;
}
.rSf3ca_contact {
  background-color: #3d5a80;
  place-items: center;
  min-height: 100vh;
  padding: 50px 0;
  display: flex;
}
.rSf3ca_contact .rSf3ca_content {
  color: #fff;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
  font-size: 2rem;
  display: flex;
}
.rSf3ca_contact .rSf3ca_content a {
  font-size: 1rem;
}
.rSf3ca_contact img {
  object-fit: cover;
  object-position: left;
  border-radius: 50%;
  width: 300px;
  height: 300px;
}
@media screen and (max-width: 600px) {
  .rSf3ca_about .rSf3ca_content {
    font-size: 1.1rem;
  }
  .rSf3ca_about .rSf3ca_definition {
    font-size: 1rem;
  }
  .rSf3ca_about .rSf3ca_definition .rSf3ca_description {
    margin-bottom: 10px;
  }
  .rSf3ca_about .rSf3ca_definition abbr {
    margin-right: 15px;
    font-size: 6rem;
  }
  .rSf3ca_contact img {
    width: 200px;
    height: 200px;
  }
  .rSf3ca_contact .rSf3ca_content {
    font-size: 1.2rem;
  }
}

/* virtual:/googlefonts-48c351057ea2ca98.css */
@font-face {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/0fe1bbbe36ce0556.woff2) format("woff2");
  unicode-range:
    U+0100-02AF,
    U+0304,
    U+0308,
    U+0329,
    U+1E00-1E9F,
    U+1EF2-1EFF,
    U+2020,
    U+20A0-20AB,
    U+20AD-20CF,
    U+2113,
    U+2C60-2C7F,
    U+A720-A7FF;
}
@font-face {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/63d203abd0dd55d4.woff2) format("woff2");
  unicode-range:
    U+0000-00FF,
    U+0131,
    U+0152-0153,
    U+02BB-02BC,
    U+02C6,
    U+02DA,
    U+02DC,
    U+0304,
    U+0308,
    U+0329,
    U+2000-206F,
    U+2074,
    U+20AC,
    U+2122,
    U+2191,
    U+2193,
    U+2212,
    U+2215,
    U+FEFF,
    U+FFFD;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/fonts/d8f5da8ef6f3dfa7.woff2) format("woff2");
  unicode-range:
    U+0460-052F,
    U+1C80-1C88,
    U+20B4,
    U+2DE0-2DFF,
    U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/fonts/c655f636eb83151f.woff2) format("woff2");
  unicode-range:
    U+0301,
    U+0400-045F,
    U+0490-0491,
    U+04B0-04B1,
    U+2116;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/fonts/b85733131ff4dd06.woff2) format("woff2");
  unicode-range:
    U+0102-0103,
    U+0110-0111,
    U+0128-0129,
    U+0168-0169,
    U+01A0-01A1,
    U+01AF-01B0,
    U+0300-0301,
    U+0303-0304,
    U+0308-0309,
    U+0323,
    U+0329,
    U+1EA0-1EF9,
    U+20AB;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/fonts/c5caac26c8ab965c.woff2) format("woff2");
  unicode-range:
    U+0100-02AF,
    U+0304,
    U+0308,
    U+0329,
    U+1E00-1E9F,
    U+1EF2-1EFF,
    U+2020,
    U+20A0-20AB,
    U+20AD-20CF,
    U+2113,
    U+2C60-2C7F,
    U+A720-A7FF;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/fonts/fd3db250b3032692.woff2) format("woff2");
  unicode-range:
    U+0000-00FF,
    U+0131,
    U+0152-0153,
    U+02BB-02BC,
    U+02C6,
    U+02DA,
    U+02DC,
    U+0304,
    U+0308,
    U+0329,
    U+2000-206F,
    U+2074,
    U+20AC,
    U+2122,
    U+2191,
    U+2193,
    U+2212,
    U+2215,
    U+FEFF,
    U+FFFD;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/d8f5da8ef6f3dfa7.woff2) format("woff2");
  unicode-range:
    U+0460-052F,
    U+1C80-1C88,
    U+20B4,
    U+2DE0-2DFF,
    U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/c655f636eb83151f.woff2) format("woff2");
  unicode-range:
    U+0301,
    U+0400-045F,
    U+0490-0491,
    U+04B0-04B1,
    U+2116;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/b85733131ff4dd06.woff2) format("woff2");
  unicode-range:
    U+0102-0103,
    U+0110-0111,
    U+0128-0129,
    U+0168-0169,
    U+01A0-01A1,
    U+01AF-01B0,
    U+0300-0301,
    U+0303-0304,
    U+0308-0309,
    U+0323,
    U+0329,
    U+1EA0-1EF9,
    U+20AB;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/c5caac26c8ab965c.woff2) format("woff2");
  unicode-range:
    U+0100-02AF,
    U+0304,
    U+0308,
    U+0329,
    U+1E00-1E9F,
    U+1EF2-1EFF,
    U+2020,
    U+20A0-20AB,
    U+20AD-20CF,
    U+2113,
    U+2C60-2C7F,
    U+A720-A7FF;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/fd3db250b3032692.woff2) format("woff2");
  unicode-range:
    U+0000-00FF,
    U+0131,
    U+0152-0153,
    U+02BB-02BC,
    U+02C6,
    U+02DA,
    U+02DC,
    U+0304,
    U+0308,
    U+0329,
    U+2000-206F,
    U+2074,
    U+20AC,
    U+2122,
    U+2191,
    U+2193,
    U+2212,
    U+2215,
    U+FEFF,
    U+FFFD;
}

/* virtual:/home/whiteshoulders/perso/rine/page/_components/BaseLayout/BaseLayout.module.css-a206aefed4ac3a62.frugal-compiled-css-module.css */
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font: 16px / 1 Montserrat, sans-serif;
  position: relative;
}
a {
  text-underline-offset: .15em;
  color: currentColor;
  text-decoration-thickness: max(.08em, 1px);
}

/* virtual:/home/whiteshoulders/perso/rine/page/_components/NavigationLayout/Navigation.module.css-18fd61a635276112.frugal-compiled-css-module.css */
.ydacea_nav {
  z-index: 900;
  background: #fff;
  height: 100px;
  transition-property: box-shadow;
  transition-duration: .2s;
  transition-timing-function: linear;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.ydacea_nav[data-animated] {
  transition-property: height, box-shadow;
}
.ydacea_nav[data-small] {
  height: 70px;
}
.ydacea_nav[data-small] .ydacea_navlist li {
  font-size: 1.2rem;
}
.ydacea_nav[data-small] .ydacea_logo {
  font-size: 60px;
  line-height: 70px;
}
.ydacea_nav[data-shadow] {
  box-shadow: 1px 2px 10px #3332;
}
.ydacea_logo {
  color: #3d5a80;
  align-items: center;
  height: 100%;
  padding: 0 20px;
  font-family: Bebas Neue;
  font-size: 90px;
  line-height: 100px;
  text-decoration: none;
  transition-property: font-size, line-height;
  transition-duration: .2s;
  transition-timing-function: linear;
  display: flex;
}
.ydacea_logo:hover {
  color: #98c1d9;
}
.ydacea_navlist {
  align-items: center;
  padding: 0 20px;
  list-style: none;
  display: flex;
}
.ydacea_navlist li {
  margin: 0 10px;
  font-family: Bebas Neue;
  font-size: 1.5rem;
  transition: font-size .2s linear;
}
.ydacea_navlist a {
  background-image: linear-gradient(#fff 0 51%, #000 51% 100%);
  background-size: 100% 200%;
  padding: .3em .5em .1em;
  transition-property: background-position, color;
  transition-duration: .1s;
  transition-timing-function: linear;
}
.ydacea_navlist a:hover {
  color: #fff;
  background-position-y: 100%;
  text-decoration: none;
}
.ydacea_navlist.ydacea_inpage {
  margin: 0 auto 0 0;
}
.ydacea_navlist.ydacea_global {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 500px) {
  .ydacea_nav {
    height: 70px;
  }
  .ydacea_nav .ydacea_navlist li {
    font-size: 1.2rem;
  }
  .ydacea_nav .ydacea_logo {
    padding: 0 10px;
    font-size: 60px;
    line-height: 70px;
  }
}

/* virtual:/home/whiteshoulders/perso/rine/page/_components/NavigationLayout/NavigationLayout.module.css-b4efff9ca151ba29.frugal-compiled-css-module.css */
html {
  scroll-padding-top: 70px;
}
