@charset "UTF-8";
/* 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, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

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;
}

a {
  color: inherit;
  text-decoration: none;
}

.header {
  display: flex;
  height: 181px;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  background-color: rgb(255, 255, 255);
  font-family: "noto sans jp", sans-serif;
  color: #aaa8a8;
  /*#aaa8a8*/
  box-sizing: border-box;
}
.header .logo-header {
  align-self: center;
  width: 15rem;
}
.header .logo-header img {
  display: block;
  margin: 0 auto;
  max-width: 164px;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.header #navbar {
  display: flex;
  flex-grow: 1;
  justify-content: center;
}
.header #navbar #icons {
  display: none;
}
.header #navbar .menu {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 7rem;
}
.header #navbar .menu .nav-item {
  font-size: 1.5rem;
  font-weight: bold;
}

@media screen and (max-width: 1600px) {
  .header #navbar .menu {
    gap: 5rem;
  }
}
@media screen and (max-width: 1400px) {
  .header .logo-header img {
    width: 55%;
  }
  .header #navbar .menu {
    gap: 3rem;
  }
  .header #navbar .menu .nav-item {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1200px) {
  .header #navbar .menu {
    gap: 2rem;
  }
  .header #navbar .menu .nav-item {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1075px) {
  .header .logo-header {
    width: 10%;
  }
  .header .logo-header img {
    width: 8rem;
  }
  .header #navbar {
    justify-content: end !important;
  }
  .header #navbar .menu {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .header {
    padding: 1rem;
  }
}
@media screen and (min-width: 900px) {
  .header #navbar .menu .current {
    color: black;
  }
  .header #navbar .menu .current-subpage .nav-item {
    color: black;
  }
}
@media screen and (max-width: 900px) {
  .header {
    justify-content: space-between;
    position: relative;
    display: flex;
    z-index: 100;
    width: 100%;
    height: 164px;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    top: 0;
    padding: 1rem;
  }
  .header .logo-header {
    width: 128px;
    height: 47.78px;
  }
  .header .logo-header img {
    width: 128px;
    height: 47.78px;
  }
  .header #navbar {
    display: flex;
    flex-grow: inherit;
  }
  .header #navbar #icons {
    display: flex;
  }
  .header #navbar #icons i {
    font-size: 2.5rem;
    color: #070707;
    background: none;
    border: none;
    cursor: pointer;
    margin-left: auto;
  }
  .header #navbar .menu {
    display: none;
  }
  .header #navbar.active #icons .icon-large {
    font-size: 2.7rem;
  }
  .header #navbar.active .menu {
    display: flex;
    flex-grow: 0;
    flex-direction: column;
    justify-content: start;
    font-size: 1rem;
    font-weight: bold;
    position: fixed;
    top: 164px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100VW;
    height: calc(100vh - 164px);
    align-items: center;
    background-color: black;
    color: white;
    gap: 3rem;
    box-sizing: border-box;
  }
  .header #navbar.active .menu > :nth-child(1) {
    margin-top: 5rem;
  }
  .header #navbar.active .menu .current {
    color: #585757 !important;
  }
  .header #navbar.active .menu .current-subpage .nav-item {
    color: #585757 !important;
  }
}
.footer {
  min-height: 20px;
}

.modal-pictures {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
  align-items: center;
  align-content: center;
  justify-content: center;
  justify-items: center;
  box-sizing: border-box;
  /*images Sarelight*/
  /*end Sarelight*/
  /*images Bureau I*/
  /*end Bureau I*/
}
.modal-pictures.is-loading #modalImage {
  opacity: 0.7;
}
.modal-pictures.is-loading .prev, .modal-pictures.is-loading .next {
  pointer-events: none;
  opacity: 0.35;
  cursor: progress;
}
.modal-pictures #modalImage {
  transition: opacity 140ms ease;
  opacity: 1;
}
.modal-pictures #modalImage.is-hidden {
  opacity: 0;
}
.modal-pictures.has-error .modal-pictures-content {
  position: relative;
}
.modal-pictures.has-error .modal-pictures-content::after {
  content: "Erreur de chargement";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.02em;
  background: rgba(0, 0, 0, 0.55);
  padding: 8px 10px;
  border-radius: 8px;
}
.modal-pictures-content {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.5rem;
}
.modal-pictures-content > img {
  max-width: 1200px;
  max-height: 900px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  align-self: center;
  justify-self: center;
}
.modal-pictures img[src*="sareeslight1-optimized.svg"] {
  max-width: 250px;
}
.modal-pictures img[src*="sareeslight2-optimized.svg"] {
  max-width: 380px;
}
.modal-pictures img[src*="sareeslight3-optimized.svg"] {
  max-width: 250px;
}
.modal-pictures img[src*="sareeslight4-optimized.svg"] {
  max-width: 280px;
}
.modal-pictures img[src*="bureauI2-optimized.svg"] {
  max-width: 230px;
}
.modal-pictures.white-bg .modal-pictures-content {
  background-color: #fff;
  width: 95%;
}
.modal-pictures .close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}
.modal-pictures .close:hover {
  color: #bbb;
}
.modal-pictures .prev, .modal-pictures .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  color: white;
  font-weight: bold;
  font-size: 40px;
  user-select: none;
  transition: 0.6s ease;
  padding: 0.2rem;
}
.modal-pictures .prev:hover, .modal-pictures .next:hover {
  color: #bbb;
}
.modal-pictures .prev {
  left: 0;
}
.modal-pictures .next {
  right: 0;
}

@media screen and (max-width: 1300px) {
  .modal-pictures img[src*="bureauafppcd2-optimized.svg"] {
    max-width: 230px; /* Ancho inicial */
  }
  .modal-pictures .modal-pictures-content {
    max-width: 90%;
    max-height: 90%;
  }
}
@media screen and (max-width: 1025px) {
  .modal-pictures {
    /*images Bureau I*/
    /*end Bureau I*/
  }
  .modal-pictures img[src*="bureauI2-optimized.svg"] {
    max-width: 170px;
  }
}
@media screen and (max-width: 965px) {
  .modal-pictures {
    /*images Bureau I*/
    /*end Bureau I*/
  }
  .modal-pictures img[src*="bureauI2-optimized.svg"] {
    max-width: 140px;
  }
}
@media screen and (max-width: 769px) {
  .modal-pictures {
    /*images Sarelight*/
    /*end Sarelight*/
    /*images Bureau II*/
    /*end Bureau II*/
    /*images Bureau I*/
    /*end Bureau I*/
  }
  .modal-pictures img[src*="sareeslight1-optimized.svg"] {
    max-width: 200px;
  }
  .modal-pictures img[src*="sareeslight2-optimized.svg"] {
    max-width: 330px;
  }
  .modal-pictures img[src*="sareeslight3-optimized.svg"] {
    max-width: 200px;
  }
  .modal-pictures img[src*="sareeslight4-optimized.svg"] {
    max-width: 230px;
  }
  .modal-pictures img[src*="bureauafppcd2-optimized.svg"] {
    width: 170px;
  }
  .modal-pictures img[src*="bureauI2-optimized.svg"] {
    max-width: 130px;
  }
}
@media screen and (max-width: 633px) {
  .modal-pictures .modal-pictures-content, .white-bg .modal-pictures-content {
    max-width: 85%;
  }
}
@media screen and (max-width: 426px) {
  .modal-pictures {
    /*images Sarelight*/
    /*end Sarelight*/
    /*images Bureau II*/
    /*end Bureau II*/
    /*images Bureau I*/
    /*end Bureau I*/
  }
  .modal-pictures .next, .modal-pictures .prev {
    color: rgb(68, 65, 65);
  }
  .modal-pictures img[src*="sareeslight1-optimized.svg"] {
    max-width: 140px;
  }
  .modal-pictures img[src*="sareeslight2-optimized.svg"] {
    max-width: 240px;
  }
  .modal-pictures img[src*="sareeslight3-optimized.svg"] {
    max-width: 140px;
  }
  .modal-pictures img[src*="sareeslight4-optimized.svg"] {
    max-width: 170px;
  }
  .modal-pictures img[src*="bureauafppcd2-optimized.svg"] {
    max-width: 90px;
  }
  .modal-pictures img[src*="bureauI2-optimized.svg"] {
    max-width: 70px;
  }
}
@media screen and (max-width: 321px) {
  .modal-pictures {
    /*images Sarelight*/
    /*end Sarelight*/
    /*images Bureau II*/
    /*end Bureau II*/
    /*images Bureau I*/
    /*end Bureau I*/
  }
  .modal-pictures img[src*="sareeslight1-optimized.svg"] {
    max-width: 100px;
  }
  .modal-pictures img[src*="sareeslight2-optimized.svg"] {
    max-width: 180px;
  }
  .modal-pictures img[src*="sareeslight3-optimized.svg"] {
    max-width: 100px;
  }
  .modal-pictures img[src*="sareeslight4-optimized.svg"] {
    max-width: 120px;
  }
  .modal-pictures img[src*="bureauafppcd2-optimized.svg"] {
    width: 70px;
  }
  .modal-pictures img[src*="bureauI2-optimized.svg"] {
    max-width: 60px !important;
  }
}
.text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 14;
  line-clamp: 14;
  overflow: hidden;
}
.text.expanded {
  display: block;
  -webkit-line-clamp: unset;
  line-clamp: unset;
  overflow: visible;
}

.toggle-btn {
  margin-top: 20px;
  color: #050505;
  cursor: pointer;
  background: none;
  border: none;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font: inherit;
  padding: 0;
}
.toggle-btn .icon {
  display: inline-block;
  position: relative;
  width: 14px;
  height: 14px;
  transition: transform 0.35s ease;
  transform: rotate(0deg);
  transform-origin: 50% 50%;
  /* barre horizontale */
  /* barre verticale */
}
.toggle-btn .icon::before, .toggle-btn .icon::after {
  content: "";
  position: absolute;
  background: currentColor;
  transition: transform 0.35s ease, opacity 0.25s ease;
  border-radius: 1px;
}
.toggle-btn .icon::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  transform: translateY(-50%);
}
.toggle-btn .icon::after {
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  transform: translateX(-50%);
}
.toggle-btn.is-open .icon {
  transform: rotate(180deg);
  /* on supprime la barre verticale → devient un "-" */
}
.toggle-btn.is-open .icon::after {
  opacity: 0;
  transform: translateX(-50%) scaleY(0);
}

@media (prefers-reduced-motion: reduce) {
  .toggle-btn .icon,
  .toggle-btn .icon::before,
  .toggle-btn .icon::after {
    transition: none !important;
  }
}
body {
  height: calc(100vh - 200px);
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22../../assets/styles/_reset.scss%22,%22../../assets/styles/components/_header.scss%22,%22../../assets/styles/components/_footer.scss%22,%22../../assets/styles/components/_modal-pictures.scss%22,%22../../assets/styles/components/_longtext.scss%22,%22../../assets/styles/app.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22;AAAA;AAAA;AAAA;AAAA;AAKA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAaC;EACA;EACA;EACA;;;AAID;EACC;;;AAED;EACC;;;AAED;EACC;;;AAED;AAAA;EAEC;EACA;;;AAED;EACC;EACA;;;AAGD;EACC;EACA;;;AC9CD;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;AACA;EACA;;AAEA;EACI;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;;AAQhB;EAGY;IACE;;;AAMd;EAGY;IACI;;EAKJ;IACI;;EACA;IACI;;;AAOpB;EAGY;IACI;;EAEA;IACI;;;AAOpB;EAEQ;IACI;;EACA;IACI;;EAGR;IACI;;EACA;IACI;;;AAMhB;EACI;IACI;;;AAKR;EAKgB;IACI;;EAGJ;IACI;;;AAQpB;EACI;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAEA;IACI;IACA;;EACA;IACI;IACA;;EAIR;IACI;IACA;;EACA;IACI;;EAEA;IACI;IACA;IACA;IACA;IACA;IACA;;EAIR;IACI;;EAKI;IACI;;EAIR;IAEI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAEA;IACI;;EAGJ;IACI;;EAGJ;IACI;;;ACzNxB;EACI;;;ACDJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;AAsEA;AAgBA;AAEA;AAIA;;AAxFI;EACI;;AAGJ;EACI;EACA;EACA;;AAIR;EACI;EACA;;AAEA;EACI;;AAKJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAOR;EACI;EACA;EACA;EACA;EACA;EACA;;AAKA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAMR;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAKJ;EACI;;AAKA;EACI;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAIR;EACI;;AAGJ;EACI;;;AAKR;EAEQ;IACI;;EAEJ;IACI;IACA;;;AAOZ;EACI;AACI;AAIA;;EAHA;IACI;;;AAMZ;EACI;AACI;AAIA;;EAHA;IACI;;;AAMZ;EACI;AACI;AAgBA;AAEA;AAIA;AAEA;AAIA;;EA3BA;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAKJ;IACI;;EAKJ;IACI;;;AAOZ;EAEQ;IACI;;;AAQZ;EACI;AAMI;AAgBA;AAEA;AAIA;AAEA;AAIA;;EAhCA;IACI;;EAIJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAKJ;IACI;;EAKJ;IACI;;;AAMZ;EACI;AACI;AAgBA;AAEA;AAIA;AAEA;AAIA;;EA3BA;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAKJ;IACI;;EAKJ;IACI;;;AC/SZ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;AAWA;AASA;;AAlBA;EAEI;EACA;EACA;EACA;EACA;;AAIJ;EACI;EACA;EACA;EACA;EACA;;AAIJ;EACI;EACA;EACA;EACA;EACA;;AAKJ;EACI;AAEA;;AACA;EACI;EACA;;;AAMhB;EACI;AAAA;AAAA;IAGI;;;AC9ER;EACI%22,%22file%22:%22app.output.css%22%7D */
